The C++ 2011 std::call_once function is specified to allow
[glibc.git] / ChangeLog
bloba2fd2139518ba3dd30435589f694f360d9f3d61e
1 2015-07-01  Martin Sebor  <msebor@redhat.com>
3         [BZ #18435]
4         * nptl/Makefile: Add tst-once5.cc.
5         * nptl/pthreadP.h (pthread_cleanup_push, pthread_cleanup_pop):
6         Remove macro redefinitions.
7         * nptl/tst-once5.cc: New test.
9 2015-07-01  Joseph Myers  <joseph@codesourcery.com>
11         * sysdeps/powerpc/nofpu/libm-test-ulps: Regenerated.
13         * sysdeps/arm/libm-test-ulps: Regenerated.
15         * sysdeps/mips/mips32/libm-test-ulps: Regenerated.
16         * sysdeps/mips/mips64/libm-test-ulps: Likewise.
18 2015-06-30  Torvald Riegel  <triegel@redhat.com>
20         * nptl/DESIGN-systemtap-probes.txt: Remove lll_lock_wait,
21         lll_lock_wait_private and lll_futex_wake probes.
23         * sysdeps/unix/sysv/linux/i386/lowlevellock.h (BUSY_WAIT_NOP): Remove.
24         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h (BUSY_WAIT_NOP):
25         Likewise.
26         * sysdeps/i386/i486/bits/atomic.h (atomic_delay): Rename to
27         atomic_spin_nop.
28         * sysdeps/x86_64/bits/atomic.h: Likewise.
29         * sysdeps/unix/sysv/linux/sparc/lowlevellock.h (BUSY_WAIT_NOP): Rename
30         to atomic_spin_nop and move ...
31         * sysdeps/sparc/sparc32/sparcv9/bits/atomic.h (atomic_spin_nop):
32         ... here and ...
33         * sysdeps/sparc/sparc64/bits/atomic.h: ... here.
34         * nptl/pthread_mutex_lock.c (__pthread_mutex_lock): Use
35         atomic_spin_nop instead of BUSY_WAIT_NOP.
36         * nptl/pthread_mutex_timedlock.c (__pthread_mutex_timedlock):
37         Likewise.
38         * sysdeps/nacl/lll_timedwait_tid.c (__lll_timedwait_tid): Likewise.
39         * sysdeps/nacl/lowlevellock.h (BUSY_WAIT_NOP): Remove.
40         (lll_wait_tid): Use atomic_spin_nop instead of BUSY_WAIT_NOP.
41         * nscd/nscd-client.h (__nscd_acquire_maplock): Use atomic_spin_nop
42         instead of atomic_delay.
44 2015-06-29  Joseph Myers  <joseph@codesourcery.com>
46         [BZ #18613]
47         * sysdeps/ieee754/dbl-64/e_gamma_r.c (gamma_positive): Take log of
48         X_ADJ not X when adjusting exponent.
49         (__ieee754_gamma_r): Do intermediate computations in
50         round-to-nearest then adjust overflowing and underflowing results
51         as needed.
52         * sysdeps/ieee754/flt-32/e_gammaf_r.c (gammaf_positive): Take log
53         of X_ADJ not X when adjusting exponent.
54         (__ieee754_gammaf_r): Do intermediate computations in
55         round-to-nearest then adjust overflowing and underflowing results
56         as needed.
57         * sysdeps/ieee754/ldbl-128/e_gammal_r.c (gammal_positive): Take
58         log 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         * sysdeps/ieee754/ldbl-128ibm/e_gammal_r.c (gammal_positive): Take
63         log of X_ADJ not X when adjusting exponent.
64         (__ieee754_gammal_r): Do intermediate computations in
65         round-to-nearest then adjust overflowing and underflowing results
66         as needed.  Use 1.0L not 1.0f as numerator of division.
67         * sysdeps/ieee754/ldbl-96/e_gammal_r.c (gammal_positive): Take log
68         of X_ADJ not X when adjusting exponent.
69         (__ieee754_gammal_r): Do intermediate computations in
70         round-to-nearest then adjust overflowing and underflowing results
71         as needed.  Use 1.0L not 1.0f as numerator of division.
72         * math/libm-test.inc (tgamma_test_data): Remove one test.  Moved
73         to auto-libm-test-in.
74         (tgamma_test): Use ALL_RM_TEST.
75         * math/auto-libm-test-in: Add one test of tgamma.  Mark some other
76         tests of tgamma with spurious-overflow.
77         * math/auto-libm-test-out: Regenerated.
78         * math/gen-libm-have-vector-test.sh: Do not check for START.
79         * sysdeps/i386/fpu/libm-test-ulps: Update.
80         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
82         [BZ #18612]
83         * sysdeps/ieee754/ldbl-128/e_j1l.c (__ieee754_j1l): For small
84         arguments, just return 0.5 times the argument, with underflow
85         forced as needed.
86         * math/auto-libm-test-in: Add more tests of j1.
87         * math/auto-libm-test-out: Regenerated.
89         [BZ #16559]
90         * sysdeps/ieee754/dbl-64/e_j1.c: Include <float.h>.
91         (__ieee754_j1): Force underflow exception for small results.
92         * sysdeps/ieee754/dbl-64/e_jn.c (__ieee754_jn): Likewise.
93         * sysdeps/ieee754/flt-32/e_j1f.c: Include <float.h>.
94         (__ieee754_j1f): Force underflow exception for small results.
95         * sysdeps/ieee754/flt-32/e_jnf.c (__ieee754_jnf): Likewise.
96         * sysdeps/ieee754/ldbl-128/e_jnl.c (__ieee754_jnl): Likewise.
97         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c (__ieee754_jnl): Likewise.
98         * sysdeps/ieee754/ldbl-96/e_j1l.c: Include <float.h>.
99         (__ieee754_j1l): Force underflow exception for small results.
100         * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_jnl): Likewise.
101         * math/auto-libm-test-in: Add more tests of j1 and jn.
102         * math/auto-libm-test-out: Regenerated.
104         * sysdeps/unix/sysv/linux/bits/in.h (IP_CHECKSUM): New macro.
105         * sysdeps/unix/sysv/linux/bits/socket.h (PF_IB): Likewise.
106         (PF_MPLS): Likewise.
107         (AF_IB): Likewise.
108         (AF_MPLS): Likewise.
109         * sysdeps/unix/sysv/linux/sys/mount.h (MS_LAZYTIME): New enum
110         value and macro.
111         (MS_RMT_MASK): Include MS_LAZYTIME.
113 2015-06-26  Mel Gorman  <mgorman@suse.de>
115         [BZ #18502]
116         * malloc/arena.c (heap_trim): Don't try to shrink a heap that is
117         already minimal.
119 2015-06-26  Matthew Fortune  <matthew.fortune@imgtec.com>
121         * elf/elf.h (DT_MIPS_RLD_MAP_REL): New macro.
122         (DT_MIPS_NUM): Update.
123         * sysdeps/mips/dl-machine.h (ELF_MACHINE_DEBUG_SETUP): Handle
124         DT_MIPS_RLD_MAP_REL.
126 2015-06-25  Joseph Myers  <joseph@codesourcery.com>
128         [BZ #16559]
129         [BZ #18602]
130         * sysdeps/ieee754/dbl-64/e_jn.c (__ieee754_jn): Set
131         round-to-nearest internally then recompute results that
132         underflowed to zero in the original rounding mode.
133         * sysdeps/ieee754/flt-32/e_jnf.c (__ieee754_jnf): Likewise.
134         * sysdeps/ieee754/ldbl-128/e_jnl.c (__ieee754_jnl): Likewise.
135         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c (__ieee754_jnl): Likewise.
136         * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_jnl): Likewise
137         * math/libm-test.inc (jn_test): Use ALL_RM_TEST.
138         * sysdeps/i386/fpu/libm-test-ulps: Update.
139         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
141 2015-06-25  Andrew Senkevich  <andrew.senkevich@intel.com>
143         * NEWS: Fixed description of link with vector math library.
145 2015-06-25  Andreas Schwab  <schwab@suse.de>
147         [BZ #18549]
148         * libio/fmemopen.c (fmemopen_write): Fix bounds check for ENOSPC.
149         * libio/test-fmemopen.c (do_test): Add test for it.
151 2015-06-25  H.J. Lu  <hongjiu.lu@intel.com>
153         [BZ #17841]
154         * Makeconfig (no-pie-ldflag): New.
155         (+link): Set to $(+link-pie) if default to PIE.
156         (+link-tests): Set to $(+link-pie-tests) if default to PIE.
157         * config.make.in (build-pie-default): New.
158         * configure.ac (libc_cv_pie_default): New.  Set to yes if -fPIE
159         is default.  AC_SUBST.
160         * configure: Regenerated.
161         * elf/Makefile (LDFLAGS-tst-dlopen-aout): New.
163 2015-06-24  Roland McGrath  <roland@hack.frob.com>
165         * nptl/descr.h (struct pthread): Change type of field setxid_futex
166         to 'unsigned int'.
168         * resolv/gai_misc.h (struct waitlist): Change type of field
169         counterp to 'volatile unsigned int *'.
170         * sysdeps/nptl/gai_misc.h (GAI_MISC_WAIT): Use unsigned types for
171         FUTEXADDR and OLDVAL.
172         * resolv/getaddrinfo_a.c (getaddrinfo_a):
173         Give local variable TOTAL type 'volatile unsigned int'.
174         (struct async_waitlist): Change type of field counter to 'unsigned int'.
175         * resolv/gai_suspend.c (gai_suspend):
176         Give local variable CNTR type 'unsigned int'.
178         * sysdeps/pthread/aio_misc.h (struct waitlist): Change type of field
179         counterp to 'volatile unsigned int *'.
180         * sysdeps/pthread/aio_suspend.c [DONT_NEED_AIO_MISC_COND]
181         (do_aio_misc_wait): Give argument CNTR type 'unsigned int *'.
182         (aio_suspend): Give local variable CNTR type 'unsigned int'.
183         * sysdeps/pthread/lio_listio.c (lio_listio_internal):
184         Give local variable TOTAL type 'volatile unsigned int'.
185         (struct async_waitlist): Change type of field counter to 'unsigned int'.
187 2015-06-24  H.J. Lu  <hongjiu.lu@intel.com>
189         [BZ #18383]
190         * csu/libc-tls.c (__libc_setup_tls) [TLS_TCB_AT_TP]: Align
191         TCB_OFFSET to MAX_ALIGN, not just TCBALIGN.  Add comment.
192         * elf/Makefile (test-xfail-tst-tlsalign{,-static}): Remove
193         comment for i386/x86-64.
194         (test-xfail-tst-tlsalign-extern-static): Removed.
196 2015-06-24  Joseph Myers  <joseph@codesourcery.com>
198         * math/test-double.h: New file.
199         * math/test-float.h: Likewise.
200         * math/test-ldouble.h: Likewise.
201         * math/test-math-inline.h: Likewise.
202         * math/test-math-no-inline.h: Likewise.
203         * math/test-math-scalar.h: Likewise.
204         * math/test-math-vector.h: Likewise.
205         * math/test-vec-loop.h: Remove file.  Contents moved into
206         test-math-vector.h.
207         * math/libm-test.inc (MATHCONST): Do not document macro.
208         * math/test-double.c: Include test-double.h, test-math-no-inline.h
209         and test-math-scalar.h.
210         (FUNC): Remove macro.
211         (FUNC_TEST): Likewise.
212         (FLOAT): Likewise.
213         (MATHCONST): Likewise.
214         (PRINTF_EXPR): Likewise.
215         (PRINTF_XEXPR): Likewise.
216         (PRINTF_NEXPR): Likewise.
217         (TEST_DOUBLE): Likewise.
218         (TEST_MATHVEC): Likewise.
219         (__NO_MATH_INLINES): Likewise.
220         * math/test-float.c: Include test-float.h, test-math-no-inline.h
221         and test-math-scalar.h.
222         (FUNC): Remove macro.
223         (FUNC_TEST): Likewise.
224         (FLOAT): Likewise.
225         (MATHCONST): Likewise.
226         (PRINTF_EXPR): Likewise.
227         (PRINTF_XEXPR): Likewise.
228         (PRINTF_NEXPR): Likewise.
229         (TEST_FLOAT): Likewise.
230         (TEST_MATHVEC): Likewise.
231         (__NO_MATH_INLINES): Likewise.
232         * math/test-idouble.c: Include test-double.h, test-math-inline.h
233         and test-math-scalar.h.
234         (FUNC): Remove macro.
235         (FUNC_TEST): Likewise.
236         (FLOAT): Likewise.
237         (MATHCONST): Likewise.
238         (PRINTF_EXPR): Likewise.
239         (PRINTF_XEXPR): Likewise.
240         (PRINTF_NEXPR): Likewise.
241         (TEST_DOUBLE): Likewise.
242         (TEST_MATHVEC): Likewise.
243         (TEST_INLINE): Likewise.
244         (__NO_MATH_INLINES): Likewise.
245         * math/test-ifloat.c: Include test-float.h, test-math-inline.h and
246         test-math-scalar.h.
247         (FUNC): Remove macro.
248         (FUNC_TEST): Likewise.
249         (FLOAT): Likewise.
250         (MATHCONST): Likewise.
251         (PRINTF_EXPR): Likewise.
252         (PRINTF_XEXPR): Likewise.
253         (PRINTF_NEXPR): Likewise.
254         (TEST_FLOAT): Likewise.
255         (TEST_MATHVEC): Likewise.
256         (TEST_INLINE): Likewise.
257         (__NO_MATH_INLINES): Likewise.
258         * math/test-ildoubl.c: Include test-ldouble.h, test-math-inline.h
259         and test-math-scalar.h.
260         (FUNC): Remove macro.
261         (FUNC_TEST): Likewise.
262         (FLOAT): Likewise.
263         (MATHCONST): Likewise.
264         (PRINTF_EXPR): Likewise.
265         (PRINTF_XEXPR): Likewise.
266         (PRINTF_NEXPR): Likewise.
267         (TEST_LDOUBLE): Likewise.
268         (TEST_MATHVEC): Likewise.
269         (TEST_INLINE): Likewise.
270         (__NO_MATH_INLINES): Likewise.
271         * math/test-ldouble.c: Include test-ldouble.h,
272         test-math-no-inline.h and test-math-scalar.h.
273         (FUNC): Remove macro.
274         (FUNC_TEST): Likewise.
275         (FLOAT): Likewise.
276         (MATHCONST): Likewise.
277         (PRINTF_EXPR): Likewise.
278         (PRINTF_XEXPR): Likewise.
279         (PRINTF_NEXPR): Likewise.
280         (TEST_LDOUBLE): Likewise.
281         (TEST_MATHVEC): Likewise.
282         (__NO_MATH_INLINES): Likewise.
283         * math/test-double-vlen2.h: Include test-double.h,
284         test-math-no-inline.h and test-math-vector.h.
285         (FLOAT): Remove macro.
286         (FUNC): Likewise.
287         (MATHCONST): Likewise.
288         (PRINTF_EXPR): Likewise.
289         (PRINTF_XEXPR): Likewise.
290         (PRINTF_NEXPR): Likewise.
291         (TEST_DOUBLE): Likewise.
292         (TEST_MATHVEC): Likewise.
293         (__NO_MATH_INLINES): Likewise.
294         (CNCT): Likewise.
295         (CONCAT): Likewise.
296         (WRAPPER_NAME): Likewise.
297         (WRAPPER_DECL): Likewise.
298         (WRAPPER_DECL_ff): Likewise.
299         (WRAPPER_DECL_fFF): Likewise.
300         (VECTOR_WRAPPER): Likewise.
301         (VECTOR_WRAPPER_ff): Likewise.
302         (VECTOR_WRAPPER_fFF): Likewise.
303         (VEC_LEN): New macro.
304         * math/test-double-vlen4.h: Include test-double.h,
305         test-math-no-inline.h and test-math-vector.h.
306         (FLOAT): Remove macro.
307         (FUNC): Likewise.
308         (MATHCONST): Likewise.
309         (PRINTF_EXPR): Likewise.
310         (PRINTF_XEXPR): Likewise.
311         (PRINTF_NEXPR): Likewise.
312         (TEST_DOUBLE): Likewise.
313         (TEST_MATHVEC): Likewise.
314         (__NO_MATH_INLINES): Likewise.
315         (CNCT): Likewise.
316         (CONCAT): Likewise.
317         (WRAPPER_NAME): Likewise.
318         (WRAPPER_DECL): Likewise.
319         (WRAPPER_DECL_ff): Likewise.
320         (WRAPPER_DECL_fFF): Likewise.
321         (VECTOR_WRAPPER): Likewise.
322         (VECTOR_WRAPPER_ff): Likewise.
323         (VECTOR_WRAPPER_fFF): Likewise.
324         (VEC_LEN): New macro.
325         * math/test-double-vlen8.h: Include test-double.h,
326         test-math-no-inline.h and test-math-vector.h.
327         (FLOAT): Remove macro.
328         (FUNC): Likewise.
329         (MATHCONST): Likewise.
330         (PRINTF_EXPR): Likewise.
331         (PRINTF_XEXPR): Likewise.
332         (PRINTF_NEXPR): Likewise.
333         (TEST_DOUBLE): Likewise.
334         (TEST_MATHVEC): Likewise.
335         (__NO_MATH_INLINES): Likewise.
336         (CNCT): Likewise.
337         (CONCAT): Likewise.
338         (WRAPPER_NAME): Likewise.
339         (WRAPPER_DECL): Likewise.
340         (WRAPPER_DECL_ff): Likewise.
341         (WRAPPER_DECL_fFF): Likewise.
342         (VECTOR_WRAPPER): Likewise.
343         (VECTOR_WRAPPER_ff): Likewise.
344         (VECTOR_WRAPPER_fFF): Likewise.
345         (VEC_LEN): New macro.
346         * math/test-float-vlen4.h: Include test-float.h,
347         test-math-no-inline.h and test-math-vector.h.
348         (FLOAT): Remove macro.
349         (FUNC): Likewise.
350         (MATHCONST): Likewise.
351         (PRINTF_EXPR): Likewise.
352         (PRINTF_XEXPR): Likewise.
353         (PRINTF_NEXPR): Likewise.
354         (TEST_FLOAT): Likewise.
355         (TEST_MATHVEC): Likewise.
356         (__NO_MATH_INLINES): Likewise.
357         (CNCT): Likewise.
358         (CONCAT): Likewise.
359         (WRAPPER_NAME): Likewise.
360         (WRAPPER_DECL): Likewise.
361         (WRAPPER_DECL_ff): Likewise.
362         (WRAPPER_DECL_fFF): Likewise.
363         (VECTOR_WRAPPER): Likewise.
364         (VECTOR_WRAPPER_ff): Likewise.
365         (VECTOR_WRAPPER_fFF): Likewise.
366         (VEC_LEN): New macro.
367         * math/test-float-vlen8.h: Include test-float.h,
368         test-math-no-inline.h and test-math-vector.h.
369         (FLOAT): Remove macro.
370         (FUNC): Likewise.
371         (MATHCONST): Likewise.
372         (PRINTF_EXPR): Likewise.
373         (PRINTF_XEXPR): Likewise.
374         (PRINTF_NEXPR): Likewise.
375         (TEST_FLOAT): Likewise.
376         (TEST_MATHVEC): Likewise.
377         (__NO_MATH_INLINES): Likewise.
378         (CNCT): Likewise.
379         (CONCAT): Likewise.
380         (WRAPPER_NAME): Likewise.
381         (WRAPPER_DECL): Likewise.
382         (WRAPPER_DECL_ff): Likewise.
383         (WRAPPER_DECL_fFF): Likewise.
384         (VECTOR_WRAPPER): Likewise.
385         (VECTOR_WRAPPER_ff): Likewise.
386         (VECTOR_WRAPPER_fFF): Likewise.
387         (VEC_LEN): New macro.
388         * math/test-float-vlen16.h: Include test-float.h,
389         test-math-no-inline.h and test-math-vector.h.
390         (FLOAT): Remove macro.
391         (FUNC): Likewise.
392         (MATHCONST): Likewise.
393         (PRINTF_EXPR): Likewise.
394         (PRINTF_XEXPR): Likewise.
395         (PRINTF_NEXPR): Likewise.
396         (TEST_FLOAT): Likewise.
397         (TEST_MATHVEC): Likewise.
398         (__NO_MATH_INLINES): Likewise.
399         (CNCT): Likewise.
400         (CONCAT): Likewise.
401         (WRAPPER_NAME): Likewise.
402         (WRAPPER_DECL): Likewise.
403         (WRAPPER_DECL_ff): Likewise.
404         (WRAPPER_DECL_fFF): Likewise.
405         (VECTOR_WRAPPER): Likewise.
406         (VECTOR_WRAPPER_ff): Likewise.
407         (VECTOR_WRAPPER_fFF): Likewise.
408         (VEC_LEN): New macro.
409         * sysdeps/x86_64/fpu/test-double-vlen2-wrappers.c: Do not include
410         test-vec-loop.h.
411         * sysdeps/x86_64/fpu/test-double-vlen4-wrappers.c: Likewise.
412         * sysdeps/x86_64/fpu/test-double-vlen4-avx2-wrappers.c: Likewise.
413         * sysdeps/x86_64/fpu/test-double-vlen8-wrappers.c: Likewise.
414         * sysdeps/x86_64/fpu/test-float-vlen4-wrappers.c: Likewise.
415         * sysdeps/x86_64/fpu/test-float-vlen8-wrappers.c: Likewise.
416         * sysdeps/x86_64/fpu/test-float-vlen8-avx2-wrappers.c: Likewise.
417         * sysdeps/x86_64/fpu/test-float-vlen16-wrappers.c: Likewise.
419 2015-06-24  Roland McGrath  <roland@hack.frob.com>
421         * sysdeps/nacl/glob.c (getlogin_r): Macro renamed to ...
422         (__getlogin_r): ... this.
424 2015-06-24  Joseph Myers  <joseph@codesourcery.com>
426         [BZ #18594]
427         * math/s_ccosh.c (__ccosh): Compare with least normal value
428         instead of comparing class with FP_SUBNORMAL.
429         * math/s_ccoshf.c (__ccoshf): Likewise.
430         * math/s_ccoshl.c (__ccoshl): Likewise.
431         * math/s_cexp.c (__cexp): Likewise.
432         * math/s_cexpf.c (__cexpf): Likewise.
433         * math/s_cexpl.c (__cexpl): Likewise.
434         * math/s_csin.c (__csin): Likewise.
435         * math/s_csinf.c (__csinf): Likewise.
436         * math/s_csinh.c (__csinh): Likewise.
437         * math/s_csinhf.c (__csinhf): Likewise.
438         * math/s_csinhl.c (__csinhl): Likewise.
439         * math/s_csinl.c (__csinl): Likewise.
440         * math/s_ctan.c (__ctan): Likewise.
441         * math/s_ctanf.c (__ctanf): Likewise.
442         * math/s_ctanh.c (__ctanh): Likewise.
443         * math/s_ctanhf.c (__ctanhf): Likewise.
444         * math/s_ctanhl.c (__ctanhl): Likewise.
445         * math/s_ctanl.c (__ctanl): Likewise.
446         * math/auto-libm-test-in: Add more tests of ccos, ccosh, cexp,
447         csin, csinh, ctan and ctanh.
448         * math/auto-libm-test-out: Regenerated.
449         * math/libm-test.inc (cexp_test): Use ALL_RM_TEST.
450         * sysdeps/i386/fpu/libm-test-ulps: Update.
451         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
453 2015-06-24  Roland McGrath  <roland@hack.frob.com>
455         * sysdeps/unix/sysv/linux/tst-getcpu.c (do_test): When sched_getcpu
456         return value is wrong, print the expected value too.
458 2015-06-24  H.J. Lu  <hongjiu.lu@intel.com>
460         [BZ #18585]
461         * elf/readlib.c (is_gdb_python_file): New.
462         (process_file): Don't issue errors on filenames with -gdb.py
463         suffix.
465 2015-06-24  Joseph Myers  <joseph@codesourcery.com>
467         * math/auto-libm-test-in: Add more tests of csin and csinh.
468         * math/auto-libm-test-out: Regenerated.
469         * math/libm-test.inc (csin_test_data): Remove tests moved to
470         auto-libm-test-in.
471         (csinh_test_data): Likewise.
473         [BZ #18593]
474         * math/s_csin.c (__csin): Negate before rather than after possibly
475         overflowing multiplication.
476         * math/s_csinf.c (__csinf): Likewise.
477         * math/s_csinh.c (__csinh): Likewise.
478         * math/s_csinhf.c (__csinhf): Likewise.
479         * math/s_csinhl.c (__csinhl): Likewise.
480         * math/s_csinl.c (__csinl): Likewise.
481         * math/auto-libm-test-in: Add some tests of csin and csinh.
482         * math/auto-libm-test-out: Regenerated.
483         * math/libm-test.inc (csin_test_data): Use AUTO_TESTS_c_c.
484         (csinh_test_data): Likewise.
485         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
487         [BZ #18586]
488         * sysdeps/ieee754/ldbl-128/e_expl.c (__ieee754_expl): Force
489         underflow exception for small results.
491 2015-06-24  Andrew Senkevich  <andrew.senkevich@intel.com>
493         * sysdeps/x86_64/fpu/Makefile (libmvec-support): Fixed files list.
494         * sysdeps/x86_64/fpu/multiarch/svml_s_cosf4_core_sse4.S: Renamed
495         variable and included header.
496         * sysdeps/x86_64/fpu/multiarch/svml_s_cosf8_core_avx2.S: Likewise.
497         * sysdeps/x86_64/fpu/multiarch/svml_s_cosf16_core_avx512.S: Likewise.
498         * sysdeps/x86_64/fpu/multiarch/svml_s_sinf4_core_sse4.S: Likewise.
499         * sysdeps/x86_64/fpu/multiarch/svml_s_sinf8_core_avx2.S: Likewise.
500         * sysdeps/x86_64/fpu/multiarch/svml_s_sinf16_core_avx512.S: Likewise.
501         * sysdeps/x86_64/fpu/multiarch/svml_s_sincosf4_core_sse4.S: Likewise.
502         * sysdeps/x86_64/fpu/multiarch/svml_s_sincosf8_core_avx2.S: Likewise.
503         * sysdeps/x86_64/fpu/multiarch/svml_s_sincosf16_core_avx512.S: Likewise.
504         * sysdeps/x86_64/fpu/svml_s_trig_data.S: New file.
505         * sysdeps/x86_64/fpu/svml_s_trig_data.h: Likewise.
506         * sysdeps/x86_64/fpu/svml_s_cosf_data.S: Removed file.
507         * sysdeps/x86_64/fpu/svml_s_cosf_data.h: Likewise.
508         * sysdeps/x86_64/fpu/svml_s_sinf_data.S: Likewise.
509         * sysdeps/x86_64/fpu/svml_s_sinf_data.h: Likewise.
510         * sysdeps/x86_64/fpu/svml_s_sincosf_data.S: Likewise.
511         * sysdeps/x86_64/fpu/svml_s_sincosf_data.h: Likewise.
513 2015-06-23  Joseph Myers  <joseph@codesourcery.com>
515         [BZ #16526]
516         [BZ #16538]
517         * sysdeps/ieee754/dbl-64/s_sin.c: Include <float.h>.
518         (__sin): Force underflow exception for arguments with small
519         absolute value.
520         * sysdeps/ieee754/flt-32/k_sinf.c: Include <float.h>.
521         (__kernel_sinf): Force underflow exception for arguments with
522         small absolute value.
523         * sysdeps/ieee754/ldbl-128/k_sincosl.c: Include <float.h>.
524         (__kernel_sincosl): Force underflow exception for arguments with
525         small absolute value.
526         * sysdeps/ieee754/ldbl-128/k_sinl.c: Include <float.h>.
527         (__kernel_sinl): Force underflow exception for arguments with
528         small absolute value.
529         * sysdeps/ieee754/ldbl-128ibm/k_sincosl.c: Include <float.h>.
530         (__kernel_sincosl): Force underflow exception for arguments with
531         small absolute value.
532         * sysdeps/ieee754/ldbl-128ibm/k_sinl.c: Include <float.h>.
533         (__kernel_sinl): Force underflow exception for arguments with
534         small absolute value.
535         * sysdeps/ieee754/ldbl-96/k_sinl.c: Include <float.h>.
536         (__kernel_sinl): Force underflow exception for arguments with
537         small absolute value.
538         * sysdeps/powerpc/fpu/k_sinf.c: Include <float.h>.
539         (__kernel_sinf): Force underflow exception for arguments with
540         small absolute value.
541         * math/auto-libm-test-in: Add more tests of sin and sincos.
542         * math/auto-libm-test-out: Regenerated.
544         [BZ #18245]
545         [BZ #18583]
546         * sysdeps/ieee754/k_standardl.c: Include <fenv.h>.
547         (__kernel_standard_l): Use feholdexcept and fesetenv around
548         conversion to double instead of special-casing overflow and
549         underflow.
550         * math/libm-test.inc (fmod_test_data): Add more tests.
551         (remainder_test_data): Likewise.
552         (sqrt_test_data): Likewise.
554 2015-06-23  Torvald Riegel  <triegel@redhat.com>
556         [BZ #17403]
557         * sysdeps/x86_64/bits/atomic.h: (atomic_full_barrier,
558         atomic_read_barrier, atomic_write_barrier): Define.
559         * sysdeps/i386/i486/bits/atomic.h (atomic_full_barrier,
560         atomic_read_barrier, atomic_write_barrier): Define.
562 2015-06-23  Joseph Myers  <joseph@codesourcery.com>
564         * math/Makefile [$(PERL) != no]
565         ($(addprefix $(objpfx), $(addsuffix .o, $(libm-vec-tests)))): Move
566         dependency on libm-test.stmp below the inclusion of Rules.
568 2015-06-23  Andrew Senkevich  <andrew.senkevich@intel.com>
570         * sysdeps/x86_64/fpu/Makefile (libmvec-support): Fixed files list.
571         * sysdeps/x86_64/fpu/multiarch/svml_d_cos2_core_sse4.S: Renamed variable
572         and included header.
573         * sysdeps/x86_64/fpu/multiarch/svml_d_cos4_core_avx2.S: Likewise.
574         * sysdeps/x86_64/fpu/multiarch/svml_d_cos8_core_avx512.S: Likewise.
575         * sysdeps/x86_64/fpu/multiarch/svml_d_sin2_core_sse4.S: Likewise.
576         * sysdeps/x86_64/fpu/multiarch/svml_d_sin4_core_avx2.S: Likewise.
577         * sysdeps/x86_64/fpu/multiarch/svml_d_sin8_core_avx512.S: Likewise.
578         * sysdeps/x86_64/fpu/multiarch/svml_d_sincos2_core_sse4.S: Likewise.
579         * sysdeps/x86_64/fpu/multiarch/svml_d_sincos4_core_avx2.S: Likewise.
580         * sysdeps/x86_64/fpu/multiarch/svml_d_sincos8_core_avx512.S: Likewise.
581         * sysdeps/x86_64/fpu/svml_d_trig_data.S: New file.
582         * sysdeps/x86_64/fpu/svml_d_trig_data.h: Likewise.
583         * sysdeps/x86_64/fpu/svml_d_cos2_core.S: Removed unneeded include.
584         * sysdeps/x86_64/fpu/svml_d_cos4_core.S: Likewise.
585         * sysdeps/x86_64/fpu/svml_d_cos8_core.S: Likewise.
586         * sysdeps/x86_64/fpu/svml_d_cos_data.S: Removed file.
587         * sysdeps/x86_64/fpu/svml_d_cos_data.h: Likewise.
588         * sysdeps/x86_64/fpu/svml_d_sin_data.S: Likewise.
589         * sysdeps/x86_64/fpu/svml_d_sin_data.h: Likewise.
590         * sysdeps/x86_64/fpu/svml_d_sincos_data.S: Likewise.
591         * sysdeps/x86_64/fpu/svml_d_sincos_data.h: Likewise.
593 2015-06-23  Joseph Myers  <joseph@codesourcery.com>
595         [BZ #18371]
596         * math/s_csqrt.c (__csqrt): Avoid multiplication by 0.5 where
597         intermediate but not final result might underflow.
598         * math/s_csqrtf.c (__csqrtf): Likewise.
599         * math/s_csqrtl.c (__csqrtl): Likewise.
600         * math/auto-libm-test-in: Add more tests of csqrt.
601         * math/auto-libm-test-out: Regenerated.
602         * sysdeps/i386/fpu/libm-test-ulps: Update.
604         [BZ #18219]
605         * sysdeps/ieee754/dbl-64/e_exp2.c (__ieee754_exp2): Reduce
606         threshold on absolute value of exponent for which scaling is used.
607         * sysdeps/ieee754/flt-32/e_exp2f.c (__ieee754_exp2f): Likewise.
608         * math/auto-libm-test-in: Add more tests of exp2.
609         * math/auto-libm-test-out: Regenerated.
611 2015-06-23  Dmitry V. Levin  <ldv@altlinux.org>
613         [BZ #17977]
614         * resolv/res_hconf.c (_res_hconf_reorder_addrs): Fix unlocking
615         when initializing interface list, based on the bug analysis
616         and the patch proposed by Eric Newton.
617         * resolv/tst-res_hconf_reorder.c: New test.
618         * resolv/Makefile [$(have-thread-library) = yes] (tests): Add
619         tst-res_hconf_reorder.
620         ($(objpfx)tst-res_hconf_reorder): Depend on $(libdl)
621         and $(shared-thread-library).
622         (tst-res_hconf_reorder-ENV): New variable.
624         * resolv/res_hconf.c (_res_hconf_reorder_addrs): Fix typo
625         in comment.
627 2015-06-22  Joseph Myers  <joseph@codesourcery.com>
629         [BZ #16353]
630         * sysdeps/i386/fpu/s_expm1.S (dbl_min): New object.
631         (__expm1): Force underflow exception for arguments with small
632         absolute value.
633         * sysdeps/i386/fpu/s_expm1f.S (flt_min): New object.
634         (__expm1f): Force underflow exception for arguments with small
635         absolute value.
636         * sysdeps/ieee754/dbl-64/s_expm1.c: Include <float.h>.
637         (__expm1): Force underflow exception for arguments with small
638         absolute value.
639         * sysdeps/ieee754/flt-32/s_expm1f.c: Include <float.h>.
640         (__expm1f): Force underflow exception for arguments with small
641         absolute value.
642         * sysdeps/ieee754/dbl-64/wordsize-64/e_cosh.c (__ieee754_cosh):
643         Check for small arguments before calling __expm1.
644         * math/auto-libm-test-in: Do not mark underflow exceptions as
645         possibly missing for bug 16353.
646         * math/auto-libm-test-out: Regenerated.
648 2015-06-22  Andreas Schwab  <schwab@suse.de>
650         [BZ #18513]
651         * resolv/nss_dns/dns-host.c (getanswer_r): Record TTL also for
652         PTR queries.
654 2015-06-22  Leonhard Holz  <leonhard.holz@web.de>
656         * string/strcoll_l.c (STRCOLL): Remove unnecessary memset.
658         * string/strcoll_l.c: Remove unused struct element idxnow.
660 2015-06-21  Joseph Myers  <joseph@codesourcery.com>
662         [BZ #18569]
663         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL) [USE_AS_EXPM1L]: Force
664         underflow and return argument in case of subnormal argument.
665         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL) [USE_AS_EXPM1L]:
666         Likewise.
667         * math/auto-libm-test-in: Add more tests of expm1.
668         * math/auto-libm-test-out: Regenerated.
670         [BZ #16361]
671         * sysdeps/i386/fpu/e_expl.S [!USE_AS_EXPM1L] (cmin): New object.
672         (IEEE754_EXPL) [!USE_AS_EXPM1L]: Force underflow exception for
673         tiny results.
674         * sysdeps/x86_64/fpu/e_expl.S [!USE_AS_EXPM1L] (cmin): New object.
675         (IEEE754_EXPL) [!USE_AS_EXPM1L]: Force underflow exception for
676         tiny results.
677         * math/auto-libm-test-in: Add more tests of exp and exp10.  Do not
678         mark underflow exceptions as possibly missing for bug 16361.
679         * math/auto-libm-test-out: Regenerated.
681 2015-06-19  Joseph Myers  <joseph@codesourcery.com>
683         * conform/data/sys/select.h-data [XOPEN2K8] (pselect): Expect.
684         * conform/Makefile (test-xfail-XOPEN2K8/sys/select.h/conform):
685         Remove variable.
686         (test-xfail-XOPEN2K8/sys/time.h/conform): Likewise.
687         (test-xfail-XOPEN2K8/utmpx.h/conform).
689         * conform/conformtest.pl ($xerrors): New variable.
690         (note_error): New function.
691         (compiletest): New argument $xfail.  Use not_error.
692         (runtest): Likewise.
693         (top level): Handle xfail- lines.  Update calls to compiletest and
694         runtest.  Handle xfail- and optional- in headers listed with
695         allow-header.
696         * conform/data/fcntl.h-data (O_TTY_INIT): Use xfail-.
697         (O_EXEC): Likewise.
698         (O_SEARCH): Likewise.
699         * conform/data/stropts.h-data (ioctl): Likewise.
700         * conform/data/sys/ipc.h-data (ipc_perm.mode): Likewise.
701         * conform/data/sys/sem.h-data (semid_ds.sem_nsems): Likewise.
702         * conform/data/sys/socket.h-data (msghdr.msg_iovlen): Likewise.
703         (msghdr.msg_controllen): Likewise.
704         (cmsghdr.cmsg_len): Likewise.
705         * conform/data/utmpx.h-data (utmpx.ut_tv): Likewise.
706         * conform/Makefile (test-xfail-XPG3/sys/ipc.h/conform): Remove
707         variable.
708         (test-xfail-XPG3/sys/sem.h/conform): Likewise.
709         (test-xfail-XPG4/stropts.h/conform): Likewise.
710         (test-xfail-XPG4/sys/ipc.h/conform): Likewise.
711         (test-xfail-XPG4/sys/sem.h/conform): Likewise.
712         (test-xfail-XPG4/sys/socket.h/conform): Likewise.
713         (test-xfail-UNIX98/stropts.h/conform): Likewise.
714         (test-xfail-UNIX98/sys/ipc.h/conform): Likewise.
715         (test-xfail-UNIX98/sys/sem.h/conform): Likewise.
716         (test-xfail-UNIX98/sys/socket.h/conform): Likewise.
717         (test-xfail-XOPEN2K/stropts.h/conform): Likewise.
718         (test-xfail-XOPEN2K/sys/ipc.h/conform): Likewise.
719         (test-xfail-XOPEN2K/sys/sem.h/conform): Likewise.
720         (test-xfail-XOPEN2K/sys/socket.h/conform): Likewise.
721         (test-xfail-XOPEN2K/utmpx.h/conform): Likewise.
722         (test-xfail-POSIX2008/fcntl.h/conform): Likewise.
723         (test-xfail-POSIX2008/stropts.h/conform): Likewise.
724         (test-xfail-XOPEN2K8/fcntl.h/conform): Likewise.
725         (test-xfail-XOPEN2K8/stropts.h/conform): Likewise.
726         (test-xfail-XOPEN2K8/sys/ipc.h/conform): Likewise.
727         (test-xfail-XOPEN2K8/sys/sem.h/conform): Likewise.
728         (test-xfail-XOPEN2K8/sys/socket.h/conform): Likewise.
730 2015-06-19  Andrew Senkevich  <andrew.senkevich@intel.com>
732         * sysdeps/ieee754/ldbl-opt/s_sin.c (__DECL_SIMD_sincos_disable,
733         __DECL_SIMD_sincos_disablef, __DECL_SIMD_sincos_disablel): Added empty
734         definitions for proper unfolding of __MATHDECL_VEC.
736 2015-06-19  Stefan Liebler  <stli@linux.vnet.ibm.com>
738         * benchtests/bench-strcoll.c:
739         Include string.h.
740         (main): Remove unused variable res.
742 2015-06-19  Stefan Liebler  <stli@linux.vnet.ibm.com>
744         * timezone/Makefile (%/UTC %/Universal):
745         Generate test-result files for UTC and Universal.
747 2015-06-19  Stefan Liebler  <stli@linux.vnet.ibm.com>
749         * sysdeps/s390/fpu/libm-test-ulps: Regenerated.
751 2015-06-18  Joseph Myers  <joseph@codesourcery.com>
753         [BZ #16350]
754         * sysdeps/i386/fpu/s_asinh.S (__asinh): Force underflow exception
755         for arguments with small absolute value.
756         * sysdeps/i386/fpu/s_asinhf.S (__asinhf): Likewise.
757         * sysdeps/i386/fpu/s_asinhl.S (__asinhl): Likewise.
758         * sysdeps/ieee754/dbl-64/s_asinh.c: Include <float.h>.
759         (__asinh): Force underflow exception for arguments with small
760         absolute value.
761         * sysdeps/ieee754/flt-32/s_asinhf.c: Include <float.h>.
762         (__asinhf): Force underflow exception for arguments with small
763         absolute value.
764         * sysdeps/ieee754/ldbl-128/s_asinhl.c: Include <float.h>.
765         (__asinhl): Force underflow exception for arguments with small
766         absolute value.
767         * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c: Include <float.h>.
768         (__asinhl): Force underflow exception for arguments with small
769         absolute value.
770         * sysdeps/ieee754/ldbl-96/s_asinhl.c: Include <float.h>.
771         (__asinhl): Force underflow exception for arguments with small
772         absolute value.
773         * math/auto-libm-test-in: Do not mark underflow exceptions as
774         possibly missing for bug 16350.
775         * math/auto-libm-test-out: Regenerated.
777         * include/bits/ipc.h: Remove file.
778         * conform/Makefile (test-xfail-XPG3/sys/msg.h/conform): Remove
779         variable.
780         (test-xfail-XPG3/sys/shm.h/conform): Likewise.
781         (test-xfail-XPG4/sys/msg.h/conform): Likewise.
782         (test-xfail-XPG4/sys/shm.h/conform): Likewise.
783         (test-xfail-UNIX98/sys/msg.h/conform): Likewise.
784         (test-xfail-UNIX98/sys/shm.h/conform): Likewise.
785         (test-xfail-XOPEN2K/sys/msg.h/conform): Likewise.
786         (test-xfail-XOPEN2K/sys/shm.h/conform): Likewise.
787         (test-xfail-XOPEN2K8/sys/msg.h/conform): Likewise.
788         (test-xfail-XOPEN2K8/sys/shm.h/conform): Likewise.
790         * math/auto-libm-test-in: Remove spurious underflow allowance for
791         tests of cexp.
792         * math/auto-libm-test-out: Regenerated.
794         [BZ #18558]
795         * sysdeps/unix/sysv/linux/bits/in.h (MCAST_JOIN_GROUP): Remove
796         unconditional definition.
797         (MCAST_BLOCK_SOURCE): Likewise.
798         (MCAST_UNBLOCK_SOURCE): Likewise.
799         (MCAST_LEAVE_GROUP): Likewise.
800         (MCAST_JOIN_SOURCE_GROUP): Likewise.
801         (MCAST_LEAVE_SOURCE_GROUP): Likewise.
802         (MCAST_MSFILTER): Likewise.
803         * conform/Makefile (test-xfail-XOPEN2K/arpa/inet.h/conform):
804         Remove variable.
805         (test-xfail-XOPEN2K/netdb.h/conform): Likewise.
806         (test-xfail-XOPEN2K/netinet/in.h/conform): Likewise.
807         (test-xfail-XOPEN2K8/arpa/inet.h/conform): Likewise.
808         (test-xfail-XOPEN2K8/netdb.h/conform): Likewise.
809         (test-xfail-XOPEN2K8/netinet/in.h/conform): Likewise.
811 2015-06-18  Andrew Senkevich  <andrew.senkevich@intel.com>
813         * NEWS: Mention addition of x86_64 vector sincosf.
814         * math/test-float-vlen16.h: Added wrapper for sincosf tests.
815         * math/test-float-vlen4.h: Likewise.
816         * math/test-float-vlen8.h: Likewise.
817         * sysdeps/unix/sysv/linux/x86_64/libmvec.abilist: New symbols added.
818         * sysdeps/x86/fpu/bits/math-vector.h: Added sincosf SIMD declaration.
819         * sysdeps/x86_64/fpu/Makefile (libmvec-support): Added new files.
820         * sysdeps/x86_64/fpu/Versions: New versions added.
821         * sysdeps/x86_64/fpu/libm-test-ulps: Regenerated.
822         * sysdeps/x86_64/fpu/multiarch/Makefile (libmvec-sysdep_routines):
823         Added build of SSE, AVX2 and AVX512 IFUNC versions.
824         * sysdeps/x86_64/fpu/multiarch/svml_s_sincosf16_core.S
825         * sysdeps/x86_64/fpu/multiarch/svml_s_sincosf16_core_avx512.S
826         * sysdeps/x86_64/fpu/multiarch/svml_s_sincosf4_core.S
827         * sysdeps/x86_64/fpu/multiarch/svml_s_sincosf4_core_sse4.S
828         * sysdeps/x86_64/fpu/multiarch/svml_s_sincosf8_core.S
829         * sysdeps/x86_64/fpu/multiarch/svml_s_sincosf8_core_avx2.S
830         * sysdeps/x86_64/fpu/svml_s_sincosf16_core.S
831         * sysdeps/x86_64/fpu/svml_s_sincosf4_core.S
832         * sysdeps/x86_64/fpu/svml_s_sincosf8_core.S
833         * sysdeps/x86_64/fpu/svml_s_sincosf8_core_avx.S
834         * sysdeps/x86_64/fpu/svml_s_sincosf_data.S: New file.
835         * sysdeps/x86_64/fpu/svml_s_sincosf_data.h: New file.
836         * sysdeps/x86_64/fpu/svml_s_wrapper_impl.h: Added 3 argument wrappers.
837         * sysdeps/x86_64/fpu/test-float-vlen16.c: : Vector sincosf tests.
838         * sysdeps/x86_64/fpu/test-float-vlen16-wrappers.c: Likewise.
839         * sysdeps/x86_64/fpu/test-float-vlen4-wrappers.c: Likewise.
840         * sysdeps/x86_64/fpu/test-float-vlen4.c: Likewise.
841         * sysdeps/x86_64/fpu/test-float-vlen8-avx2-wrappers.c: Likewise.
842         * sysdeps/x86_64/fpu/test-float-vlen8-avx2.c: Likewise.
843         * sysdeps/x86_64/fpu/test-float-vlen8-wrappers.c: Likewise.
844         * sysdeps/x86_64/fpu/test-float-vlen8.c: Likewise.
846         * NEWS: Mention addition of x86_64 vector sincos.
847         * bits/libm-simd-decl-stubs.h: Added stubs for sincos.
848         * math/math.h (__MATHDECL_VEC): New macro.
849         * math/bits/mathcalls.h: Added sincos declaration with __MATHDECL_VEC.
850         * math/gen-libm-have-vector-test.sh: Added generation of sincos wrapper
851         declaration under condition.
852         * math/test-vec-loop.h (TEST_VEC_LOOP): Refactored.
853         * math/test-double-vlen2.h: Added wrapper for sincos tests, reflected
854         TEST_VEC_LOOP change.
855         * math/test-double-vlen4.h: Likewise.
856         * math/test-double-vlen8.h: Likewise.
857         * math/test-float-vlen16.h: Reflected TEST_VEC_LOOP change.
858         * math/test-float-vlen4.h: Likewise.
859         * math/test-float-vlen8.h: Likewise.
860         * sysdeps/unix/sysv/linux/x86_64/libmvec.abilist: New symbols added.
861         * sysdeps/x86/fpu/bits/math-vector.h: Added sincos SIMD declaration.
862         * sysdeps/x86_64/fpu/Makefile (libmvec-support): Added new files.
863         * sysdeps/x86_64/fpu/Versions: New versions added.
864         * sysdeps/x86_64/fpu/libm-test-ulps: Regenerated.
865         * sysdeps/x86_64/fpu/multiarch/Makefile (libmvec-sysdep_routines):
866         Added build of SSE, AVX2 and AVX512 IFUNC versions.
867         * sysdeps/x86_64/fpu/multiarch/svml_d_sincos2_core.S: New file.
868         * sysdeps/x86_64/fpu/multiarch/svml_d_sincos2_core_sse4.S: New file.
869         * sysdeps/x86_64/fpu/multiarch/svml_d_sincos4_core.S: New file.
870         * sysdeps/x86_64/fpu/multiarch/svml_d_sincos4_core_avx2.S: New file.
871         * sysdeps/x86_64/fpu/multiarch/svml_d_sincos8_core.S: New file.
872         * sysdeps/x86_64/fpu/multiarch/svml_d_sincos8_core_avx512.S: New file.
873         * sysdeps/x86_64/fpu/svml_d_sincos2_core.S: New file.
874         * sysdeps/x86_64/fpu/svml_d_sincos4_core.S: New file.
875         * sysdeps/x86_64/fpu/svml_d_sincos4_core_avx.S: New file.
876         * sysdeps/x86_64/fpu/svml_d_sincos8_core.S: New file.
877         * sysdeps/x86_64/fpu/svml_d_sincos_data.S: New file.
878         * sysdeps/x86_64/fpu/svml_d_sincos_data.h: New file.
879         * sysdeps/x86_64/fpu/svml_d_wrapper_impl.h: Added wrappers for sincos.
880         * sysdeps/x86_64/fpu/test-double-vlen2-wrappers.c: Vector sincos tests.
881         * sysdeps/x86_64/fpu/test-double-vlen2.c: Likewise.
882         * sysdeps/x86_64/fpu/test-double-vlen4-avx2-wrappers.c: Likewise.
883         * sysdeps/x86_64/fpu/test-double-vlen4-avx2.c: Likewise.
884         * sysdeps/x86_64/fpu/test-double-vlen4-wrappers.c: Likewise.
885         * sysdeps/x86_64/fpu/test-double-vlen4.c: Likewise.
886         * sysdeps/x86_64/fpu/test-double-vlen8-wrappers.c: Likewise.
887         * sysdeps/x86_64/fpu/test-double-vlen8.c: Likewise.
889         * sysdeps/unix/sysv/linux/x86_64/libmvec.abilist: New symbols added.
890         * sysdeps/x86/fpu/bits/math-vector.h: Added SIMD declaration and asm
891         redirections for powf.
892         * sysdeps/x86_64/fpu/Makefile (libmvec-support): Added new files.
893         * sysdeps/x86_64/fpu/Versions: New versions added.
894         * sysdeps/x86_64/fpu/libm-test-ulps: Regenerated.
895         * sysdeps/x86_64/fpu/multiarch/Makefile (libmvec-sysdep_routines):
896         Added build of SSE, AVX2 and AVX512 IFUNC versions.
897         * sysdeps/x86_64/fpu/svml_s_wrapper_impl.h: Added 2 argument wrappers.
898         * sysdeps/x86_64/fpu/multiarch/svml_s_powf16_core.S: New file.
899         * sysdeps/x86_64/fpu/multiarch/svml_s_powf16_core_avx512.S: New file.
900         * sysdeps/x86_64/fpu/multiarch/svml_s_powf4_core.S: New file.
901         * sysdeps/x86_64/fpu/multiarch/svml_s_powf4_core_sse4.S: New file.
902         * sysdeps/x86_64/fpu/multiarch/svml_s_powf8_core.S: New file.
903         * sysdeps/x86_64/fpu/multiarch/svml_s_powf8_core_avx2.S: New file.
904         * sysdeps/x86_64/fpu/svml_s_powf16_core.S: New file.
905         * sysdeps/x86_64/fpu/svml_s_powf4_core.S: New file.
906         * sysdeps/x86_64/fpu/svml_s_powf8_core.S: New file.
907         * sysdeps/x86_64/fpu/svml_s_powf8_core_avx.S: New file.
908         * sysdeps/x86_64/fpu/svml_s_powf_data.S: New file.
909         * sysdeps/x86_64/fpu/svml_s_powf_data.h: New file.
910         * sysdeps/x86_64/fpu/test-float-vlen16-wrappers.c: Vector powf tests.
911         * sysdeps/x86_64/fpu/test-float-vlen16.c: Likewise.
912         * sysdeps/x86_64/fpu/test-float-vlen4-wrappers.c: Likewise.
913         * sysdeps/x86_64/fpu/test-float-vlen4.c: Likewise.
914         * sysdeps/x86_64/fpu/test-float-vlen8-avx2-wrappers.c: Likewise.
915         * sysdeps/x86_64/fpu/test-float-vlen8-avx2.c: Likewise.
916         * sysdeps/x86_64/fpu/test-float-vlen8-wrappers.c: Likewise.
917         * sysdeps/x86_64/fpu/test-float-vlen8.c: Likewise.
918         * math/test-float-vlen16.h: Fixed 2 argument macro.
919         * math/test-float-vlen4.h: Likewise.
920         * math/test-float-vlen8.h: Likewise.
921         * NEWS: Mention addition of x86_64 vector powf.
923 2015-06-17  Joseph Myers  <joseph@codesourcery.com>
925         * math/s_ctanhl.c [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Undefine
926         and redefine.
927         * math/s_ctanl.c [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Undefine
928         and redefine.
929         * sysdeps/ieee754/ldbl-128ibm/s_cprojl.c: Remove file.
930         * sysdeps/ieee754/ldbl-128ibm/s_ctanhl.c: Likewise.
931         * sysdeps/ieee754/ldbl-128ibm/s_ctanl.c: Likewise.
933         [BZ #18553]
934         * resource/getpriority.c (getpriority): Rename to __getpriority
935         and define as weak alias of __getpriority.
936         * resource/setpriority.c (setpriority): Rename to __setpriority
937         and define as weak alias of __setpriority.
938         * sysdeps/mach/hurd/getpriority.c (getpriority): Rename to
939         __getpriority and define as weak alias of __getpriority.
940         * sysdeps/mach/hurd/setpriority.c (setpriority): Rename to
941         __setpriority and define as weak alias of __setpriority.
942         * sysdeps/unix/syscalls.list (getpriority): Use __getpriority as
943         strong name.
944         (setpriority): Use __setpriority as strong name.
945         * sysdeps/unix/sysv/linux/getpriority.c (getpriority): Rename to
946         __getpriority and define as weak alias of __getpriority.
947         * include/sys/resource.h (__getpriority): Declare.  Use
948         libc_hidden_proto.
949         (__setpriority): Likewise.
950         (getpriority): Don't use libc_hidden_proto.
951         (setpriority): Likewise.
952         * sysdeps/posix/nice.c (nice): Call __getpriority instead of
953         getpriority.  Call __setpriority instead of setpriority.
954         * conform/Makefile (test-xfail-XPG3/unistd.h/linknamespace):
955         Remove variable.
957         [BZ #18547]
958         * misc/getttyent.c (getttynam): Rename to __getttynam and define
959         as weak alias of __getttynam.  Use prototype function definition.
960         Call __setttyent, __getttyent and __endttyent instead of
961         setttyent, getttyent and endttyent.
962         (getttyent): Rename to __getttyent and define as weak alias of
963         __getttyent.  Call __setttyent instead of setttyent.  Call
964         __fgets_unlocked instead of fgets_unlocked.
965         (setttyent): Rename to __setttyent and define as weak alias of
966         __setttyent.
967         (endttyent): Rename to __endttyent and define as weak alias of
968         __endttyent.
969         * include/ttyent.h (__getttyent): Declare.  Use libc_hidden_proto.
970         (__setttyent): Likewise.
971         (__endttyent): Likewise.
972         (getttyent): Don't use libc_hidden_proto.
973         (setttyent): Likewise.
974         (endttyent): Likewise.
975         * misc/ttyslot.c (ttyslot): Call __setttyent, __getttyent and
976         __endttyent instead of setttyent, getttyent and endttyent.
977         * conform/Makefile (test-xfail-XPG4/unistd.h/linknamespace):
978         Remove variable.
980         [BZ #18546]
981         * socket/recv.c (__recv): Use libc_hidden_def.
982         * socket/socket.c (__socket): Likewise.
983         * sysdeps/mach/hurd/recv.c (__recv): Likewise.
984         * sysdeps/mach/hurd/socket.c (__socket): Likewise.
985         * sysdeps/unix/sysv/linux/generic/recv.c (__recv): Likewise.
986         * sysdeps/unix/sysv/linux/recv.c (__recv): Use libc_hidden_weak.
987         * sysdeps/unix/sysv/linux/socket.c (__socket): Use
988         libc_hidden_def.
989         * sysdeps/unix/sysv/linux/x86_64/recv.c (__recv): Use
990         libc_hidden_weak.
991         * include/sys/socket.h (__socket): Do not use attribute_hidden.
992         Use libc_hidden_proto.
993         (__recv): Likewise.
994         * socket/Versions (libc): Export __recv and __socket at version
995         GLIBC_PRIVATE.
996         * sysdeps/unix/sysv/linux/mq_notify.c (helper_thread): Call __recv
997         instead of recv.
998         (init_mq_netlink): Call __socket instead of socket.
999         * conform/Makefile (test-xfail-POSIX/mqueue.h/linknamespace):
1000         Remove variable.
1002         [BZ #18545]
1003         * rt/mq_timedreceive.c (mq_timedreceive): Rename to
1004         __mq_timedreceive and define as alias of __mq_timedreceive.  Use
1005         hidden_weak.
1006         * rt/mq_timedsend.c (mq_timedsend): Rename to __mq_timedsend and
1007         define as alias of __mq_timedsend.  Use hidden_weak.
1008         * sysdeps/unix/sysv/linux/syscalls.list (mq_timedsend): Use
1009         __mq_timedsend as strong name.
1010         (mq_timedreceive): Use __mq_timedreceive as strong name.
1011         * include/mqueue.h (__mq_timedsend): Declare.  Use hidden_proto.
1012         (__mq_timedreceive): Likewise.
1013         * sysdeps/unix/sysv/linux/mq_receive.c (mq_receive): Call
1014         __mq_timedreceive instead of mq_timedreceive.
1015         * sysdeps/unix/sysv/linux/mq_send.c (mq_send): Call __mq_timedsend
1016         instead of mq_timedsend.
1017         * conform/Makefile (test-xfail-UNIX98/mqueue.h/linknamespace):
1018         Remove variable.
1020         * sysdeps/unix/make-syscalls.sh (emit_weak_aliases): Use
1021         hidden_def and hidden_weak instead of libc_hidden_def and
1022         libc_hidden_weak.
1023         (top level): Refer to hidden_def in comment.
1024         * sysdeps/unix/syscall-template.S (syscall_hidden_def): New
1025         macro.  Use it instead of libc_hidden_def.
1026         * sysdeps/unix/sysv/linux/syscalls.list (mq_timedsend): Do not
1027         specify __GI_* name explicitly.
1028         (mq_timedreceive): Likewise.
1029         (mq_setattr): Likewise.
1031         [BZ #18544]
1032         * nptl/pthread_barrier_init.c (pthread_barrier_init): Rename to
1033         __pthread_barrier_init and define as weak alias of
1034         __pthread_barrier_init.
1035         * sysdeps/sparc/nptl/pthread_barrier_init.c
1036         (pthread_barrier_init): Likewise.
1037         * nptl/pthread_barrier_wait.c (pthread_barrier_wait): Rename to
1038         __pthread_barrier_wait and define as weak alias of
1039         __pthread_barrier_wait.
1040         * sysdeps/sparc/nptl/pthread_barrier_wait.c
1041         (pthread_barrier_wait): Likewise.
1042         * sysdeps/sparc/sparc32/pthread_barrier_wait.c
1043         (pthread_barrier_wait): Likewise.
1044         * sysdeps/unix/sysv/linux/i386/i486/pthread_barrier_wait.S
1045         (pthread_barrier_wait): Likewise.
1046         * sysdeps/unix/sysv/linux/x86_64/pthread_barrier_wait.S
1047         (pthread_barrier_wait): Likewise.
1048         * nptl/Versions (libpthread): Export __pthread_barrier_init and
1049         __pthread_barrier_wait at version GLIBC_PRIVATE.
1050         * include/pthread.h (__pthread_barrier_init): Declare.
1051         (__pthread_barrier_wait): Likewise.
1052         * sysdeps/unix/sysv/linux/mq_notify.c (notification_function):
1053         Call __pthread_barrier_wait instead of pthread_barrier_wait.
1054         (helper_thread): Likewise.
1055         (init_mq_netlink): Call __pthread_barrier_init instead of
1056         pthread_barrier_init.
1058         [BZ #18542]
1059         * libio/iovswscanf.c (__vswscanf): Use libc_hidden_def.
1060         (vswscanf): Use ldbl_weak_alias instead of ldbl_strong_alias
1061         * include/wchar.h (__vswscanf): Declare.  Use libc_hidden_proto.
1062         * libio/swscanf.c (__swscanf): Call __vswscanf instead of
1063         vswscanf.
1064         * conform/Makefile (test-xfail-UNIX98/wchar.h/linknamespace):
1065         Remove variable.
1067         [BZ #18540]
1068         * libio/iofflush.c [!_IO_MTSAFE_IO] (__fflush_unlocked): Define as
1069         strong alias of _IO_fflush.  Use libc_hidden_def.
1070         * libio/iofflush_u.c (fflush_unlocked): Rename to
1071         __fflush_unlocked and define as weak alias of __fflush_unlocked.
1072         Use libc_hidden_weak.
1073         * include/stdio.h (__fflush_unlocked): Declare.  Use
1074         libc_hidden_proto.
1075         * misc/getpass.c (getpass): Call __fflush_unlocked instead of
1076         fflush_unlocked.
1077         * conform/Makefile (test-xfail-UNIX98/unistd.h/linknamespace):
1078         Remove variable.
1080         [BZ #18539]
1081         * stdlib/fmtmsg.c (addseverity): Rename to __addseverity and
1082         define as weak alias of __addseverity.
1083         * conform/Makefile (test-xfail-XPG4/fmtmsg.h/linknamespace):
1084         Remove variable.
1085         (test-xfail-UNIX98/fmtmsg.h/linknamespace): Likewise.
1086         (test-xfail-XOPEN2K/fmtmsg.h/linknamespace): Likewise.
1087         (test-xfail-XOPEN2K8/fmtmsg.h/linknamespace): Likewise.
1089         [BZ #18536]
1090         * misc/tsearch.c (__tsearch): Use libc_hidden_def.
1091         (__tfind): Likewise.
1092         (__tdelete): Likewise.
1093         (__twalk): Likewise.
1094         * misc/Versions (libc): Add __tdelete, __tfind, __tsearch and
1095         __twalk to GLIBC_PRIVATE.
1096         * include/search.h (__tsearch): Use libc_hidden_proto.
1097         (__tfind): Likewise.
1098         (__tdelete): Likewise.
1099         (__twalk): Likewise.
1100         * nptl/sem_close.c (sem_close): Call __twalk instead of twalk.
1101         Call __tdelete instead of tdelete.
1102         * nptl/sem_open.c (check_add_mapping): Call __tfind instead of
1103         tfind.  Call __tsearch instead of tsearch.
1104         * sysdeps/sparc/sparc32/sem_open.c (check_add_mapping): Likewise.
1105         * conform/Makefile (test-xfail-POSIX/semaphore.h/linknamespace):
1106         Remove variable.
1107         (test-xfail-POSIX2008/semaphore.h/linknamespace): Likewise.
1109         [BZ #18534]
1110         * stdio-common/dprintf.c (__dprintf): Use libc_hidden_def.
1111         (dprintf): Define as a weak alias of __dprintf, not a strong
1112         alias.
1113         * include/stdio.h (__dprintf): Declare.  Use libc_hidden_proto.
1114         * misc/syslog.c (__vsyslog_chk): Call __dprintf instead of
1115         dprintf.
1116         * conform/Makefile (test-xfail-XPG4/syslog.h/linknamespace):
1117         Remove variable.
1118         (test-xfail-UNIX98/syslog.h/linknamespace): Likewise.
1119         (test-xfail-XOPEN2K/syslog.h/linknamespace): Likewise.
1121         [BZ #18533]
1122         * misc/syslog.c (vsyslog): Define as a weak alias of __vsyslog,
1123         not a strong alias.
1124         * conform/Makefile (test-xfail-XOPEN2K8/syslog.h/linknamespace):
1125         Remove variable.
1127         [BZ #18532]
1128         * inet/in6_addr.c (in6addr_any): Rename to __in6addr_any and
1129         define as weak alias of __in6addr_any.  Use libc_hidden_data_weak.
1130         (in6addr_loopback): Rename to __in6addr_loopback and define as
1131         weak alias of __in6addr_loopback.  Use libc_hidden_data_weak.
1132         * include/netinet/in.h (__in6addr_loopback): Declare.  Use
1133         libc_hidden_proto.
1134         (__in6addr_any): Likewise.
1135         * inet/gethstbyad_r.c (PREPROCESS): Use __in6addr_any instead of
1136         in6addr_any.
1137         * conform/Makefile (test-xfail-XPG4/netdb.h/linknamespace): Remove
1138         variable.
1139         (test-xfail-UNIX98/netdb.h/linknamespace): Likewise.
1141 2015-06-17  Andrew Senkevich  <andrew.senkevich@intel.com>
1143         * bits/libm-simd-decl-stubs.h: Added stubs for pow.
1144         * math/bits/mathcalls.h: Added pow declaration with __MATHCALL_VEC.
1145         * sysdeps/unix/sysv/linux/x86_64/libmvec.abilist: New versions added.
1146         * sysdeps/x86/fpu/bits/math-vector.h: Added SIMD declaration and asm
1147         redirections for pow.
1148         * sysdeps/x86_64/fpu/Makefile (libmvec-support): Added new files.
1149         * sysdeps/x86_64/fpu/Versions: New versions added.
1150         * sysdeps/x86_64/fpu/libm-test-ulps: Regenerated.
1151         * sysdeps/x86_64/fpu/multiarch/Makefile (libmvec-sysdep_routines): Added
1152         build of SSE, AVX2 and AVX512 IFUNC versions.
1153         * sysdeps/x86_64/fpu/svml_d_wrapper_impl.h: Added 2 argument wrappers.
1154         * sysdeps/x86_64/fpu/multiarch/svml_d_pow2_core.S: New file.
1155         * sysdeps/x86_64/fpu/multiarch/svml_d_pow2_core_sse4.S: New file.
1156         * sysdeps/x86_64/fpu/multiarch/svml_d_pow4_core.S: New file.
1157         * sysdeps/x86_64/fpu/multiarch/svml_d_pow4_core_avx2.S: New file.
1158         * sysdeps/x86_64/fpu/multiarch/svml_d_pow8_core.S: New file.
1159         * sysdeps/x86_64/fpu/multiarch/svml_d_pow8_core_avx512.S: New file.
1160         * sysdeps/x86_64/fpu/svml_d_pow2_core.S: New file.
1161         * sysdeps/x86_64/fpu/svml_d_pow4_core.S: New file.
1162         * sysdeps/x86_64/fpu/svml_d_pow4_core_avx.S: New file.
1163         * sysdeps/x86_64/fpu/svml_d_pow8_core.S: New file.
1164         * sysdeps/x86_64/fpu/svml_d_pow_data.S: New file.
1165         * sysdeps/x86_64/fpu/svml_d_pow_data.h: New file.
1166         * sysdeps/x86_64/fpu/test-double-vlen2-wrappers.c: Added vector pow test.
1167         * sysdeps/x86_64/fpu/test-double-vlen2.c: Likewise.
1168         * sysdeps/x86_64/fpu/test-double-vlen4-avx2-wrappers.c: Likewise.
1169         * sysdeps/x86_64/fpu/test-double-vlen4-avx2.c: Likewise.
1170         * sysdeps/x86_64/fpu/test-double-vlen4-wrappers.c: Likewise.
1171         * sysdeps/x86_64/fpu/test-double-vlen4.c: Likewise.
1172         * sysdeps/x86_64/fpu/test-double-vlen8-wrappers.c: Likewise.
1173         * sysdeps/x86_64/fpu/test-double-vlen8.c: Likewise.
1174         * NEWS: Mention addition of x86_64 vector pow.
1176         * sysdeps/unix/sysv/linux/x86_64/libmvec.abilist: New symbols added.
1177         * sysdeps/x86/fpu/bits/math-vector.h: Added SIMD declaration and asm
1178         redirections for expf.
1179         * sysdeps/x86_64/fpu/Makefile (libmvec-support): Added new files.
1180         * sysdeps/x86_64/fpu/Versions: New versions added.
1181         * sysdeps/x86_64/fpu/libm-test-ulps: Regenerated.
1182         * sysdeps/x86_64/fpu/multiarch/Makefile (libmvec-sysdep_routines): Added
1183         build of SSE, AVX2 and AVX512 IFUNC versions.
1184         * sysdeps/x86_64/fpu/multiarch/svml_s_expf16_core.S: New file.
1185         * sysdeps/x86_64/fpu/multiarch/svml_s_expf16_core_avx512.S: New file.
1186         * sysdeps/x86_64/fpu/multiarch/svml_s_expf4_core.S: New file.
1187         * sysdeps/x86_64/fpu/multiarch/svml_s_expf4_core_sse4.S: New file.
1188         * sysdeps/x86_64/fpu/multiarch/svml_s_expf8_core.S: New file.
1189         * sysdeps/x86_64/fpu/multiarch/svml_s_expf8_core_avx2.S: New file.
1190         * sysdeps/x86_64/fpu/svml_s_expf16_core.S: New file.
1191         * sysdeps/x86_64/fpu/svml_s_expf4_core.S: New file.
1192         * sysdeps/x86_64/fpu/svml_s_expf8_core.S: New file.
1193         * sysdeps/x86_64/fpu/svml_s_expf8_core_avx.S: New file.
1194         * sysdeps/x86_64/fpu/svml_s_expf_data.S: New file.
1195         * sysdeps/x86_64/fpu/svml_s_expf_data.h: New file.
1196         * sysdeps/x86_64/fpu/test-float-vlen16-wrappers.c: Vector expf tests.
1197         * sysdeps/x86_64/fpu/test-float-vlen16.c: Likewise.
1198         * sysdeps/x86_64/fpu/test-float-vlen4-wrappers.c: Likewise.
1199         * sysdeps/x86_64/fpu/test-float-vlen4.c: Likewise.
1200         * sysdeps/x86_64/fpu/test-float-vlen8-avx2-wrappers.c: Likewise.
1201         * sysdeps/x86_64/fpu/test-float-vlen8-avx2.c: Likewise.
1202         * sysdeps/x86_64/fpu/test-float-vlen8-wrappers.c: Likewise.
1203         * sysdeps/x86_64/fpu/test-float-vlen8.c: Likewise.
1204         * NEWS: Mention addition of x86_64 vector expf.
1206         * bits/libm-simd-decl-stubs.h: Added stubs for exp.
1207         * math/bits/mathcalls.h: Added exp declaration with __MATHCALL_VEC.
1208         * sysdeps/unix/sysv/linux/x86_64/libmvec.abilist: New versions added.
1209         * sysdeps/x86/fpu/bits/math-vector.h: Added SIMD declaration and asm
1210         redirections for exp.
1211         * sysdeps/x86_64/fpu/Makefile (libmvec-support): Added new files.
1212         * sysdeps/x86_64/fpu/Versions: New versions added.
1213         * sysdeps/x86_64/fpu/libm-test-ulps: Regenerated.
1214         * sysdeps/x86_64/fpu/multiarch/Makefile (libmvec-sysdep_routines): Added
1215         build of SSE, AVX2 and AVX512 IFUNC versions.
1216         * sysdeps/x86_64/fpu/multiarch/svml_d_exp2_core.S: New file.
1217         * sysdeps/x86_64/fpu/multiarch/svml_d_exp2_core_sse4.S: New file.
1218         * sysdeps/x86_64/fpu/multiarch/svml_d_exp4_core.S: New file.
1219         * sysdeps/x86_64/fpu/multiarch/svml_d_exp4_core_avx2.S: New file.
1220         * sysdeps/x86_64/fpu/multiarch/svml_d_exp8_core.S: New file.
1221         * sysdeps/x86_64/fpu/multiarch/svml_d_exp8_core_avx512.S: New file.
1222         * sysdeps/x86_64/fpu/svml_d_exp2_core.S: New file.
1223         * sysdeps/x86_64/fpu/svml_d_exp4_core.S: New file.
1224         * sysdeps/x86_64/fpu/svml_d_exp4_core_avx.S: New file.
1225         * sysdeps/x86_64/fpu/svml_d_exp8_core.S: New file.
1226         * sysdeps/x86_64/fpu/svml_d_exp_data.S: New file.
1227         * sysdeps/x86_64/fpu/svml_d_exp_data.h: New file.
1228         * sysdeps/x86_64/fpu/test-double-vlen2-wrappers.c: Added vector exp test.
1229         * sysdeps/x86_64/fpu/test-double-vlen2.c: Likewise.
1230         * sysdeps/x86_64/fpu/test-double-vlen4-avx2-wrappers.c: Likewise.
1231         * sysdeps/x86_64/fpu/test-double-vlen4-avx2.c: Likewise.
1232         * sysdeps/x86_64/fpu/test-double-vlen4-wrappers.c: Likewise.
1233         * sysdeps/x86_64/fpu/test-double-vlen4.c: Likewise.
1234         * sysdeps/x86_64/fpu/test-double-vlen8-wrappers.c: Likewise.
1235         * sysdeps/x86_64/fpu/test-double-vlen8.c: Likewise.
1236         * NEWS: Mention addition of x86_64 vector exp.
1238         * sysdeps/unix/sysv/linux/x86_64/libmvec.abilist: New symbols added.
1239         * sysdeps/x86/fpu/bits/math-vector.h: Added SIMD declaration and asm
1240         redirections for logf.
1241         * sysdeps/x86_64/fpu/Makefile (libmvec-support): Added new files.
1242         * sysdeps/x86_64/fpu/Versions: New versions added.
1243         * sysdeps/x86_64/fpu/libm-test-ulps: Regenerated.
1244         * sysdeps/x86_64/fpu/multiarch/Makefile (libmvec-sysdep_routines): Added
1245         build of SSE, AVX2 and AVX512 IFUNC versions.
1246         * sysdeps/x86_64/fpu/multiarch/svml_s_logf16_core.S: New file.
1247         * sysdeps/x86_64/fpu/multiarch/svml_s_logf16_core_avx512.S: New file.
1248         * sysdeps/x86_64/fpu/multiarch/svml_s_logf4_core.S: New file.
1249         * sysdeps/x86_64/fpu/multiarch/svml_s_logf4_core_sse4.S: New file.
1250         * sysdeps/x86_64/fpu/multiarch/svml_s_logf8_core.S: New file.
1251         * sysdeps/x86_64/fpu/multiarch/svml_s_logf8_core_avx2.S: New file.
1252         * sysdeps/x86_64/fpu/svml_s_logf16_core.S: New file.
1253         * sysdeps/x86_64/fpu/svml_s_logf4_core.S: New file.
1254         * sysdeps/x86_64/fpu/svml_s_logf8_core.S: New file.
1255         * sysdeps/x86_64/fpu/svml_s_logf8_core_avx.S: New file.
1256         * sysdeps/x86_64/fpu/svml_s_logf_data.S: New file.
1257         * sysdeps/x86_64/fpu/svml_s_logf_data.h: New file.
1258         * sysdeps/x86_64/fpu/test-float-vlen16-wrappers.c: Vector logf tests.
1259         * sysdeps/x86_64/fpu/test-float-vlen16.c: Likewise.
1260         * sysdeps/x86_64/fpu/test-float-vlen4-wrappers.c: Likewise.
1261         * sysdeps/x86_64/fpu/test-float-vlen4.c: Likewise.
1262         * sysdeps/x86_64/fpu/test-float-vlen8-avx2-wrappers.c: Likewise.
1263         * sysdeps/x86_64/fpu/test-float-vlen8-avx2.c: Likewise.
1264         * sysdeps/x86_64/fpu/test-float-vlen8-wrappers.c: Likewise.
1265         * sysdeps/x86_64/fpu/test-float-vlen8.c: Likewise.
1266         * NEWS: Mention addition of x86_64 vector logf.
1268         * bits/libm-simd-decl-stubs.h: Added stubs for log.
1269         * math/bits/mathcalls.h: Added log declaration with __MATHCALL_VEC.
1270         * sysdeps/unix/sysv/linux/x86_64/libmvec.abilist: New versions added.
1271         * sysdeps/x86/fpu/bits/math-vector.h: Added SIMD declaration and asm
1272         redirections for log.
1273         * sysdeps/x86_64/fpu/Makefile (libmvec-support): Added new files.
1274         * sysdeps/x86_64/fpu/Versions: New versions added.
1275         * sysdeps/x86_64/fpu/libm-test-ulps: Regenerated.
1276         * sysdeps/x86_64/fpu/multiarch/Makefile (libmvec-sysdep_routines): Added
1277         build of SSE, AVX2 and AVX512 IFUNC versions.
1278         * sysdeps/x86_64/fpu/multiarch/svml_d_log2_core.S: New file.
1279         * sysdeps/x86_64/fpu/multiarch/svml_d_log2_core_sse4.S: New file.
1280         * sysdeps/x86_64/fpu/multiarch/svml_d_log4_core.S: New file.
1281         * sysdeps/x86_64/fpu/multiarch/svml_d_log4_core_avx2.S: New file.
1282         * sysdeps/x86_64/fpu/multiarch/svml_d_log8_core.S: New file.
1283         * sysdeps/x86_64/fpu/multiarch/svml_d_log8_core_avx512.S: New file.
1284         * sysdeps/x86_64/fpu/svml_d_log2_core.S: New file.
1285         * sysdeps/x86_64/fpu/svml_d_log4_core.S: New file.
1286         * sysdeps/x86_64/fpu/svml_d_log4_core_avx.S: New file.
1287         * sysdeps/x86_64/fpu/svml_d_log8_core.S: New file.
1288         * sysdeps/x86_64/fpu/svml_d_log_data.S: New file.
1289         * sysdeps/x86_64/fpu/svml_d_log_data.h: New file.
1290         * sysdeps/x86_64/fpu/test-double-vlen2-wrappers.c: Added vector log
1291         test.
1292         * sysdeps/x86_64/fpu/test-double-vlen2.c: Likewise.
1293         * sysdeps/x86_64/fpu/test-double-vlen4-avx2-wrappers.c: Likewise.
1294         * sysdeps/x86_64/fpu/test-double-vlen4-avx2.c: Likewise.
1295         * sysdeps/x86_64/fpu/test-double-vlen4-wrappers.c: Likewise.
1296         * sysdeps/x86_64/fpu/test-double-vlen4.c: Likewise.
1297         * sysdeps/x86_64/fpu/test-double-vlen8-wrappers.c: Likewise.
1298         * sysdeps/x86_64/fpu/test-double-vlen8.c: Likewise.
1299         * NEWS: Mention addition of x86_64 vector log.
1301 2015-06-17  Szabolcs Nagy  <szabolcs.nagy@arm.com>
1303         * sysdeps/aarch64/dl-tlsdesc.S (_dl_tlsdesc_return_lazy): Fix
1304         cfi_adjust_cfa_offset argument.
1305         (_dl_tlsdesc_undefweak, _dl_tlsdesc_dynamic): Likewise.
1306         (_dl_tlsdesc_resolve_rela, _dl_tlsdesc_resolve_hold): Likewise.
1308         [BZ #18034]
1309         * sysdeps/aarch64/dl-tlsdesc.h (_dl_tlsdesc_return_lazy): Declare.
1310         * sysdeps/aarch64/dl-tlsdesc.S (_dl_tlsdesc_return_lazy): Define.
1311         (_dl_tlsdesc_undefweak): Guarantee TLSDESC entry and argument load-load
1312         ordering using ldar.
1313         (_dl_tlsdesc_dynamic): Likewise.
1314         (_dl_tlsdesc_return_lazy): Likewise.
1315         * sysdeps/aarch64/tlsdesc.c (_dl_tlsdesc_resolve_rela_fixup): Use
1316         relaxed atomics instead of volatile and synchronize with release store.
1317         (_dl_tlsdesc_resolve_hold_fixup): Use relaxed atomics instead of
1318         volatile.
1319         * elf/tlsdeschtab.h (_dl_tlsdesc_resolve_early_return_p): Likewise.
1321 2015-06-15  Andrew Senkevich  <andrew.senkevich@intel.com>
1323         * sysdeps/unix/sysv/linux/x86_64/libmvec.abilist: New symbols added.
1324         * sysdeps/x86/fpu/bits/math-vector.h: Added SIMD declaration for sinf.
1325         * sysdeps/x86_64/fpu/Makefile (libmvec-support): Added new files.
1326         * sysdeps/x86_64/fpu/Versions: New versions added.
1327         * sysdeps/x86_64/fpu/libm-test-ulps: Regenerated.
1328         * sysdeps/x86_64/fpu/multiarch/Makefile (libmvec-sysdep_routines): Added
1329         build of SSE, AVX2 and AVX512 IFUNC versions.
1330         * sysdeps/x86_64/fpu/multiarch/svml_s_sinf16_core.S: New file.
1331         * sysdeps/x86_64/fpu/multiarch/svml_s_sinf16_core_avx512.S: New file.
1332         * sysdeps/x86_64/fpu/multiarch/svml_s_sinf4_core.S: New file.
1333         * sysdeps/x86_64/fpu/multiarch/svml_s_sinf4_core_sse4.S: New file.
1334         * sysdeps/x86_64/fpu/multiarch/svml_s_sinf8_core.S: New file.
1335         * sysdeps/x86_64/fpu/multiarch/svml_s_sinf8_core_avx2.S: New file.
1336         * sysdeps/x86_64/fpu/svml_s_sinf16_core.S: New file.
1337         * sysdeps/x86_64/fpu/svml_s_sinf4_core.S: New file.
1338         * sysdeps/x86_64/fpu/svml_s_sinf8_core.S: New file.
1339         * sysdeps/x86_64/fpu/svml_s_sinf8_core_avx.S: New file.
1340         * sysdeps/x86_64/fpu/svml_s_sinf_data.S: New file.
1341         * sysdeps/x86_64/fpu/svml_s_sinf_data.h: New file.
1342         * sysdeps/x86_64/fpu/test-float-vlen16-wrappers.c: Vector sinf tests.
1343         * sysdeps/x86_64/fpu/test-float-vlen16.c: Likewise.
1344         * sysdeps/x86_64/fpu/test-float-vlen4-wrappers.c: Likewise.
1345         * sysdeps/x86_64/fpu/test-float-vlen4.c: Likewise.
1346         * sysdeps/x86_64/fpu/test-float-vlen8-avx2-wrappers.c: Likewise.
1347         * sysdeps/x86_64/fpu/test-float-vlen8-avx2.c: Likewise.
1348         * sysdeps/x86_64/fpu/test-float-vlen8-wrappers.c: Likewise.
1349         * sysdeps/x86_64/fpu/test-float-vlen8.c: Likewise.
1350         * NEWS: Mention addition of x86_64 vector sinf.
1352 2015-06-14  Joseph Myers  <joseph@codesourcery.com>
1354         * conform/list-header-symbols.pl (%extra_syms): Add in6addr_any
1355         and in6addr_loopback for XOPEN2K, XOPEN2K8 and POSIX2008.
1356         * conform/Makefile (test-xfail-XOPEN2K/netdb.h/linknamespace):
1357         Remove variable.
1358         (test-xfail-POSIX2008/netdb.h/linknamespace): Likewise.
1359         (test-xfail-XOPEN2K8/netdb.h/linknamespace): Likewise.
1361 2015-06-12  Joseph Myers  <joseph@codesourcery.com>
1363         [BZ #18530]
1364         * libio/iofputs.c [!_IO_MTSAFE_IO] (__fputs_unlocked): Define as
1365         strong alias of _IO_fputs.  Use libc_hidden_def.
1366         * libio/iofputs_u.c (fputs_unlocked): Rename to __fputs_unlocked
1367         and define as weak alias of __fputs_unlocked.  Use
1368         libc_hidden_weak.
1369         * include/stdio.h (__fputs_unlocked): Declare.  Use
1370         libc_hidden_proto.
1371         * misc/syslog.c (__vsyslog_chk): Call __fputs_unlocked instead of
1372         fputs_unlocked.
1374         [BZ #18529]
1375         * resolv/netdb.h [__USE_POSIX]: Change condition to
1376         [__USE_XOPEN2K].
1377         * conform/data/netdb.h-data [XPG4 || UNIX98] (struct addrinfo): Do
1378         not expect.
1379         [XPG4 || UNIX98] (AI_PASSIVE): Likewise.
1380         [XPG4 || UNIX98] (AI_CANONNAME): Likewise.
1381         [XPG4 || UNIX98] (AI_NUMERICHOST): Likewise.
1382         [XPG4 || UNIX98] (AI_V4MAPPED): Likewise.
1383         [XPG4 || UNIX98] (AI_ALL): Likewise.
1384         [XPG4 || UNIX98] (AI_ADDRCONFIG): Likewise.
1385         [XPG4 || UNIX98] (AI_NUMERICSERV): Likewise.
1386         [XPG4 || UNIX98] (NI_NOFQDN): Likewise.
1387         [XPG4 || UNIX98] (NI_NUMERICHOST): Likewise.
1388         [XPG4 || UNIX98] (NI_NAMEREQD): Likewise.
1389         [XPG4 || UNIX98] (NI_NUMERICSERV): Likewise.
1390         [XPG4 || UNIX98] (NI_DGRAM): Likewise.
1391         [XPG4 || UNIX98] (EAI_AGAIN): Likewise.
1392         [XPG4 || UNIX98] (EAI_BADFLAGS): Likewise.
1393         [XPG4 || UNIX98] (EAI_FAIL): Likewise.
1394         [XPG4 || UNIX98] (EAI_FAMILY): Likewise.
1395         [XPG4 || UNIX98] (EAI_MEMORY): Likewise.
1396         [XPG4 || UNIX98] (EAI_NONAME): Likewise.
1397         [XPG4 || UNIX98] (EAI_SERVICE): Likewise.
1398         [XPG4 || UNIX98] (EAI_SOCKTYPE): Likewise.
1399         [XPG4 || UNIX98] (EAI_SYSTEM): Likewise.
1400         [XPG4 || UNIX98] (EAI_SYSTEM): Likewise.
1401         [XPG4 || UNIX98] (freeaddrinfo): Likewise.
1402         [XPG4 || UNIX98] (gai_strerror): Likewise.
1403         [XPG4 || UNIX98] (getaddrinfo): Likewise.
1404         [XPG4 || UNIX98] (getnameinfo): Likewise.
1406         [BZ #18528]
1407         * grp/grp.h (endgrent): Condition on [__USE_MISC ||
1408         __USE_XOPEN_EXTENDED], not [__USE_XOPEN_EXTENDED ||
1409         __USE_XOPEN2K8].
1410         (getgrent): Likewise.
1411         * conform/data/grp.h-data [XPG3 || POSIX2008] (getgrent): Do not
1412         expect.
1413         [XPG3 || POSIX2008] (endgrent): Likewise.
1414         [XPG3] (setgrent): Likewise.
1415         * conform/Makefile (test-xfail-XPG3/grp.h/conform): Remove
1416         variable.
1417         (test-xfail-POSIX2008/grp.h/linknamespace): Likewise.
1419         [BZ #18527]
1420         * login/getlogin_r.c (getlogin_r): Rename to __getlogin_r and
1421         define as weak alias of __getlogin_r.  Use libc_hidden_weak.
1422         * sysdeps/mach/hurd/getlogin_r.c (getlogin_r): Likewise.
1423         * sysdeps/unix/getlogin_r.c (getlogin_r): Likewise.
1424         * sysdeps/unix/sysv/linux/getlogin_r.c (getlogin_r): Likewise.
1425         * include/unistd.h (__getlogin_r): Declare.  Use
1426         libc_hidden_proto.
1427         * posix/glob.c (glob): Call __getlogin_r instead of getlogin_r.
1428         * conform/Makefile (test-xfail-XPG3/glob.h/linknamespace): Remove
1429         variable.
1430         (test-xfail-XPG3/wordexp.h/linknamespace): Likewise.
1431         (test-xfail-XPG4/glob.h/linknamespace): Likewise.
1432         (test-xfail-XPG4/wordexp.h/linknamespace): Likewise.
1434 2015-06-12  Martin Sebor  <msebor@redhat.com>
1436         [BZ #18512]
1437         * Makerules (check-install-supported): New target.
1438         (install): Add check-install-supported as a dependency.
1439         * manual/install.texi (Installing the C Library): Document
1440         that overriding prefix and exec_prefix is not supported.
1441         Mention DESTDIR.
1442         * INSTALL: Regenerate from the above.
1444 2015-06-12  Joseph Myers  <joseph@codesourcery.com>
1446         [BZ #18519]
1447         * posix/Versions (libc): Export __libc_pread at version
1448         GLIBC_PRIVATE.
1449         * sysdeps/pthread/aio_misc.c (handle_fildes_io): Call __libc_pread
1450         instead of pread.
1451         * conform/Makefile (test-xfail-POSIX/aio.h/linknamespace): Remove
1452         variable.
1454         [BZ #18522]
1455         * misc/efgcvt_r.c
1456         [LONG_DOUBLE_COMPAT (libc, GLIBC_2_0) && !LONG_DOUBLE_CVT]
1457         (cvt_symbol): Use weak_alias instead of strong_alias.
1458         [LONG_DOUBLE_COMPAT (libc, GLIBC_2_0)] (cvt_symbol): Likewise.
1459         * conform/Makefile (test-xfail-XPG4/stdlib.h/linknamespace):
1460         Remove variable.
1461         (test-xfail-UNIX98/stdlib.h/linknamespace): Likewise.
1462         (test-xfail-XOPEN2K/stdlib.h/linknamespace): Likewise.
1464         [BZ #18520]
1465         * inet/herrno.c (h_errno): Rename to __h_errno.
1466         (__libc_h_errno): Define as alias of __h_errno not h_errno.
1467         * include/netdb.h [IS_IN_LIB && !IS_IN (libc)] (h_errno): Define
1468         to __h_errno instead of h_errno.
1469         * nptl/herrno.c (h_errno): Rename to __h_errno.
1470         (__h_errno_location): Refer to __h_errno not h_errno.
1471         * resolv/Versions (h_errno): Rename to __h_errno.
1472         * conform/Makefile (test-xfail-XOPEN2K8/grp.h/linknamespace):
1473         Remove variable.
1474         (test-xfail-XOPEN2K8/pwd.h/linknamespace): Likewise.
1476 2015-06-11  Andrew Senkevich  <andrew.senkevich@intel.com>
1478         * configure.ac: More strict check for AVX512 assembler support.
1479         * configure: Regenerated.
1481         * bits/libm-simd-decl-stubs.h: Added stubs for sin.
1482         * math/bits/mathcalls.h: Added sin declaration with __MATHCALL_VEC.
1483         * sysdeps/unix/sysv/linux/x86_64/libmvec.abilist: New versions added.
1484         * sysdeps/x86/fpu/bits/math-vector.h: SIMD declaration for sin.
1485         * sysdeps/x86_64/fpu/Makefile (libmvec-support): Added new files.
1486         * sysdeps/x86_64/fpu/Versions: New versions added.
1487         * sysdeps/x86_64/fpu/libm-test-ulps: Regenerated.
1488         * sysdeps/x86_64/fpu/multiarch/Makefile (libmvec-sysdep_routines):
1489         Added build of SSE, AVX2 and AVX512 IFUNC versions.
1490         * sysdeps/x86_64/fpu/multiarch/svml_d_sin2_core.S: New file.
1491         * sysdeps/x86_64/fpu/multiarch/svml_d_sin2_core_sse4.S: New file.
1492         * sysdeps/x86_64/fpu/multiarch/svml_d_sin4_core.S: New file.
1493         * sysdeps/x86_64/fpu/multiarch/svml_d_sin4_core_avx2.S: New file.
1494         * sysdeps/x86_64/fpu/multiarch/svml_d_sin8_core.S: New file.
1495         * sysdeps/x86_64/fpu/multiarch/svml_d_sin8_core_avx512.S: New file.
1496         * sysdeps/x86_64/fpu/svml_d_sin2_core.S: New file.
1497         * sysdeps/x86_64/fpu/svml_d_sin4_core.S: New file.
1498         * sysdeps/x86_64/fpu/svml_d_sin4_core_avx.S: New file.
1499         * sysdeps/x86_64/fpu/svml_d_sin8_core.S: New file.
1500         * sysdeps/x86_64/fpu/svml_d_sin_data.S: New file.
1501         * sysdeps/x86_64/fpu/svml_d_sin_data.h: New file.
1502         * sysdeps/x86_64/fpu/test-double-vlen2-wrappers.c: Added vector sin
1503         test.
1504         * sysdeps/x86_64/fpu/test-double-vlen2.c: Likewise.
1505         * sysdeps/x86_64/fpu/test-double-vlen4-avx2-wrappers.c: Likewise.
1506         * sysdeps/x86_64/fpu/test-double-vlen4-avx2.c: Likewise.
1507         * sysdeps/x86_64/fpu/test-double-vlen4-wrappers.c: Likewise.
1508         * sysdeps/x86_64/fpu/test-double-vlen4.c: Likewise.
1509         * sysdeps/x86_64/fpu/test-double-vlen8-wrappers.c: Likewise.
1510         * sysdeps/x86_64/fpu/test-double-vlen8.c: Likewise.
1511         * NEWS: Mention addition of x86_64 vector sin.
1513 2015-06-11  Florian Weimer  <fweimer@redhat.com>
1515         * nptl/pthread_key_create.c (__pthread_key_create): Fix typo in
1516         comment.
1518 2015-06-10  Gleb Fotengauer-Malinovskiy  <glebfm@altlinux.org>
1520         [BZ #18479]
1521         * nptl/pt-interp.c: New file.
1522         * nptl/Makefile (libpthread-routines, libpthread-shared-only-routines):
1523         Add pt-interp.
1524         [[$(build-shared) = yes] ($(objpfx)pt-interp.os): Depend on
1525         $(common-objpfx)runtime-linker.h.
1527 2015-06-10  Dmitry V. Levin  <ldv@altlinux.org>
1529         * Makeconfig (+interp): Remove unused variable.
1530         * elf/Makefile ($(objpfx)interp.os): Define for [$(build-shared) = yes]
1531         only.  Depend on $(common-objpfx)runtime-linker.h instead of
1532         $(elf-objpfx)runtime-linker.h.
1533         ($(elf-objpfx)runtime-linker.h): Rename to
1534         $(common-objpfx)runtime-linker.h and move ...
1535         * Makerules [$(build-shared) = yes]: ... here.
1536         * elf/interp.c: Include <runtime-linker.h> instead of
1537         <elf/runtime-linker.h>.
1539 2015-06-09  Adhemerval Zanella  <adhemerval.zanella@linaro.org>
1541         * sysdeps/unix/sysv/linux/i386/gettimeofday.c
1542         (__gettimeofday_syscall): Remove vsyscall fallback.
1543         * sysdeps/unix/sysv/linux/i386/time.c (__time_syscall): Likewise.
1544         * sysdeps/unix/sysv/linux/x86/gettimeofday.c (__gettimeofday_syscall):
1545         Add syscall fallback function.
1546         (gettimeofday_ifunc): Use __gettimeofday_syscall as fallback mechanism
1547         if vDSO is not present.
1548         * sysdeps/unix/sysv/linux/x86/time.c (__time_syscall): Add syscall
1549         fallback function.
1550         (time_ifunc): Use __time_syscall as fallback mechanism if vDSO is not
1551         present.
1552         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c: Remove file.
1553         * sysdeps/unix/sysv/linux/x86_64/time.c: Likewise.
1555 2015-06-09  Joseph Myers  <joseph@codesourcery.com>
1557         [BZ #18497]
1558         * wcsmbs/wcscmp.c [!WCSCMP] (WCSCMP): Define as __wcscmp instead
1559         of wcscmp.
1560         (wcscmp): Define as weak alias of WCSCMP.
1561         * wcsmbs/wcscoll.c (STRCOLL): Define as __wcscoll instead of
1562         wcscoll.
1563         (USE_HIDDEN_DEF): Define.
1564         [!USE_IN_EXTENDED_LOCALE_MODEL] (wcscoll): Define as weak alias of
1565         __wcscoll.  Don't use libc_hidden_weak.
1566         * wcsmbs/wcscoll_l.c (STRCMP): Define as __wcscmp instead of
1567         wcscmp.
1568         * sysdeps/i386/i686/multiarch/wcscmp-c.c
1569         [SHARED] (libc_hidden_def): Define __GI___wcscmp instead of
1570         __GI_wcscmp.
1571         (weak_alias): Undefine and redefine.
1572         * sysdeps/i386/i686/multiarch/wcscmp.S (wcscmp): Rename to
1573         __wcscmp and define as weak alias of __wcscmp.
1574         * sysdeps/x86_64/wcscmp.S (wcscmp): Likewise.
1575         * include/wchar.h (__wcscmp): Declare.  Use libc_hidden_proto.
1576         (__wcscoll): Likewise.
1577         (wcscmp): Don't use libc_hidden_proto.
1578         (wcscoll): Likewise.
1579         * posix/regcomp.c (build_range_exp): Call __wcscoll instead of
1580         wcscoll.
1581         * posix/regexec.c (check_node_accept_bytes): Likewise.
1582         * conform/Makefile (test-xfail-XPG3/regex.h/linknamespace): Remove
1583         variable.
1584         (test-xfail-XPG4/regex.h/linknamespace): Likewise.
1585         (test-xfail-POSIX/regex.h/linknamespace): Likewise.
1587         [BZ #18507]
1588         * sysdeps/unix/sysv/linux/fstatvfs.c (fstatvfs): Rename to
1589         __fstatvfs and define as weak alias of __fstatvfs.  Use
1590         libc_hidden_weak.
1591         * sysdeps/unix/sysv/linux/statvfs.c (statvs): Rename to __statvfs
1592         and define as weak alias of __statvfs.  Use libc_hidden_weak.
1593         * sysdeps/unix/sysv/linux/wordsize-64/fstatvfs.c (__fstatvfs64):
1594         Define as alias of __fstatvfs, not fstatvfs.
1595         (fstatvfs64): Likewise.
1596         * sysdeps/unix/sysv/linux/wordsize-64/statvfs.c (__statvfs64):
1597         Define as alias of __statvfs, not statvfs.
1598         (statvfs64): Likewise.
1599         * conform/Makefile (test-xfail-POSIX/unistd.h/linknamespace):
1600         Remove variable.
1602 2015-06-09  Adhemerval Zanella  <adhemerval.zanella@linaro.org>
1604         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h
1605         (HAVE_GETCPU_VSYSCALL): Define.
1606         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h
1607         (HAVE_GETCPU_VSYSCALL): Likewise.
1608         * sysdeps/unix/sysv/linux/powerpc/sched_getcpu.c: Remove file.
1609         * sysdeps/unix/sysv/linux/sched_getcpu.c
1610         (HAVE_VSYSCALL) [HAVE_GETCPU_VSYSCALL]: Define.
1611         (sched_getcpu): Use INLINE_VSYSCALL instead of INLINE_SYSCALL.
1612         * sysdeps/unix/sysv/linux/x86/libc-vdso.h (getcpu): Add vDSO
1613         prototype.
1614         * sysdeps/unix/sysv/linux/x86_64/init-first.c
1615         (__vdso_platform_setup): Remove vsyscall getcpu fallback.
1616         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S: Remove file.
1617         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (HAVE_GETCPU_VSYSCALL):
1618         Define.
1619         * sysdeps/unix/sysv/linux/x86_64/x32/Makefile: Remove file.
1620         * sysdeps/unix/sysv/linux/x86_64/x32/init-first.c: Likewise.
1621         * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu-static.c: Likewise.
1622         * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu.S: Likewise.
1624 2015-06-09  Andrew Senkevich  <andrew.senkevich@intel.com>
1626         * sysdeps/x86_64/fpu/Makefile: New file.
1627         * sysdeps/x86_64/fpu/Versions: New file.
1628         * sysdeps/x86_64/fpu/svml_d_cos_data.S: New file.
1629         * sysdeps/x86_64/fpu/svml_d_cos_data.h: New file.
1630         * sysdeps/x86_64/fpu/svml_d_cos2_core.S: New file.
1631         * sysdeps/x86_64/fpu/svml_d_cos4_core.S: New file.
1632         * sysdeps/x86_64/fpu/svml_d_cos4_core_avx.S: New file.
1633         * sysdeps/x86_64/fpu/svml_d_cos8_core.S: New file.
1634         * sysdeps/x86_64/fpu/svml_d_wrapper_impl.h: New file.
1635         * sysdeps/x86_64/fpu/multiarch/svml_d_cos2_core.S: New file.
1636         * sysdeps/x86_64/fpu/multiarch/svml_d_cos2_core_sse4.S: New file.
1637         * sysdeps/x86_64/fpu/multiarch/svml_d_cos4_core.S: New file.
1638         * sysdeps/x86_64/fpu/multiarch/svml_d_cos4_core_avx2.S: New file.
1639         * sysdeps/x86_64/fpu/multiarch/svml_d_cos8_core.S: New file.
1640         * sysdeps/x86_64/fpu/multiarch/svml_d_cos8_core_avx512.S: New file.
1641         * sysdeps/x86_64/fpu/multiarch/Makefile (libmvec-sysdep_routines):
1642         Added build of SSE, AVX2 and AVX512 IFUNC versions.
1643         * sysdeps/x86/fpu/bits/math-vector.h: Added SIMD declaration for cos.
1644         * math/bits/mathcalls.h: Added cos declaration with __MATHCALL_VEC.
1645         * sysdeps/x86_64/configure.ac: Options for libmvec build.
1646         * sysdeps/x86_64/configure: Regenerated.
1647         * sysdeps/x86_64/sysdep.h (cfi_offset_rel_rsp): New macro.
1648         * sysdeps/unix/sysv/linux/x86_64/libmvec.abilist: New file.
1649         * manual/install.texi (Configuring and compiling): Document
1650         --disable-mathvec.
1651         * INSTALL: Regenerated.
1652         * NEWS: Mention addition of libmvec and x86_64 vector cos.
1654         * math/Makefile: Added rules for vector tests.
1655         * math/gen-libm-have-vector-test.sh: Added generation of wrapper
1656         declaration under condition.
1657         * math/test-double-vlen2.h: New file.
1658         * math/test-double-vlen4.h: New file.
1659         * math/test-double-vlen8.h: New file.
1660         * math/test-vec-loop.h: Added initialization macro.
1661         * sysdeps/x86_64/fpu/Makefile: Added variables for vector tests.
1662         * sysdeps/x86_64/fpu/libm-test-ulps: Regenarated.
1663         * sysdeps/x86_64/fpu/math-tests-arch.h: New file.
1664         * sysdeps/x86_64/fpu/test-double-vlen2-wrappers.c: New file.
1665         * sysdeps/x86_64/fpu/test-double-vlen2.c: New file.
1666         * sysdeps/x86_64/fpu/test-double-vlen4-avx2-wrappers.c: New file.
1667         * sysdeps/x86_64/fpu/test-double-vlen4-avx2.c: New file.
1668         * sysdeps/x86_64/fpu/test-double-vlen4-wrappers.c: New file.
1669         * sysdeps/x86_64/fpu/test-double-vlen4.c: New file.
1670         * sysdeps/x86_64/fpu/test-double-vlen8-wrappers.c: New file.
1671         * sysdeps/x86_64/fpu/test-double-vlen8.c: New file.
1673         * sysdeps/x86_64/fpu/Makefile (libmvec-support): Added new files.
1674         * sysdeps/x86_64/fpu/Versions: New versions added.
1675         * sysdeps/x86_64/fpu/svml_s_cosf4_core.S: New file.
1676         * sysdeps/x86_64/fpu/multiarch/svml_s_cosf4_core.S: New file.
1677         * sysdeps/x86_64/fpu/multiarch/svml_s_cosf4_core_sse4.S: New file.
1678         * sysdeps/x86_64/fpu/svml_s_cosf8_core_avx.S: New file.
1679         * sysdeps/x86_64/fpu/svml_s_cosf8_core.S: New file.
1680         * sysdeps/x86_64/fpu/multiarch/svml_s_cosf8_core.S: New file.
1681         * sysdeps/x86_64/fpu/multiarch/svml_s_cosf8_core_avx2.S: New file.
1682         * sysdeps/x86_64/fpu/svml_s_cosf16_core.S: New file.
1683         * sysdeps/x86_64/fpu/multiarch/svml_s_cosf16_core.S: New file.
1684         * sysdeps/x86_64/fpu/multiarch/svml_s_cosf16_core_avx512.S: New file.
1685         * sysdeps/x86_64/fpu/svml_s_wrapper_impl.h: New file.
1686         * sysdeps/x86_64/fpu/svml_s_cosf_data.S: New file.
1687         * sysdeps/x86_64/fpu/svml_s_cosf_data.h: New file.
1688         * sysdeps/x86_64/fpu/multiarch/Makefile (libmvec-sysdep_routines):
1689         Added build of SSE, AVX2 and AVX512 IFUNC versions.
1690         * sysdeps/unix/sysv/linux/x86_64/libmvec.abilist: New versions added.
1691         * sysdeps/x86/fpu/bits/math-vector.h: Added SIMD declaration for cosf.
1692         * NEWS: Mention addition of x86_64 vector cosf.
1694         * math/Makefile: Added CFLAGS for new tests.
1695         * math/test-float-vlen16.h: New file.
1696         * math/test-float-vlen4.h: New file.
1697         * math/test-float-vlen8.h: New file.
1698         * math/test-double-vlen2.h: Fixed 2 argument macro and comment.
1699         * sysdeps/x86_64/fpu/Makefile: Added new tests and variables.
1700         * sysdeps/x86_64/fpu/libm-test-ulps: Regenerated.
1701         * sysdeps/x86_64/fpu/test-float-vlen16-wrappers.c: New file.
1702         * sysdeps/x86_64/fpu/test-float-vlen16.c: New file.
1703         * sysdeps/x86_64/fpu/test-float-vlen4-wrappers.c: New file.
1704         * sysdeps/x86_64/fpu/test-float-vlen4.c: New file.
1705         * sysdeps/x86_64/fpu/test-float-vlen8-avx2-wrappers.c: New file.
1706         * sysdeps/x86_64/fpu/test-float-vlen8-avx2.c: New file.
1707         * sysdeps/x86_64/fpu/test-float-vlen8-wrappers.c: New file.
1708         * sysdeps/x86_64/fpu/test-float-vlen8.c: New file.
1710 2015-06-09 Marko Myllynen  <myllynen@redhat.com>
1712         * locale/C-ctype.c (PREDEFINED_CLASSES): Remove.
1713         * locale/programs/ld-ctype.c: Likewise.
1715 2015-06-08  Andrew Senkevich  <andrew.senkevich@intel.com>
1717         * sysdeps/x86_64/multiarch/init-arch.h (bit_AVX512F_Usable,
1718         bit_AVX512DQ_Usable, bit_Opmask_state, bit_ZMM0_15_state,
1719         bit_ZMM16_31_state): New macro.
1720         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
1721         Check and set bit_AVX512F_Usable, bit_AVX512DQ_Usable.
1723 2015-06-08  Joseph Myers  <joseph@codesourcery.com>
1725         * include/stdio.h (__open_memstream): Say "C++ tests" in comment.
1727 2015-06-06  Justus Winter  <4winter@informatik.uni-hamburg.de>
1729         * mach/mach/mach_traps.h (thread_switch): Fix typo in comment.
1731 2015-06-05  Joseph Myers  <joseph@codesourcery.com>
1733         [BZ #18498]
1734         * libio/memstream.c (open_memstream): Rename to __open_memstream
1735         and define as weak alias of __open_memstream.
1736         * include/stdio.h (__open_memstream): Declare.  Use
1737         libc_hidden_proto.
1738         (open_memstream): Don't use libc_hidden_proto.
1739         * misc/syslog.c (__vsyslog_chk): Call __open_memstream instead of
1740         open_memstream.
1741         * posix/getopt.c (_getopt_internal_r): Likewise.
1742         * conform/Makefile (test-xfail-XPG3/stdio.h/linknamespace): Remove
1743         variable.
1744         (test-xfail-XPG4/stdio.h/linknamespace): Likewise.
1745         (test-xfail-UNIX98/stdio.h/linknamespace): Likewise.
1746         (test-xfail-XOPEN2K/unistd.h/linknamespace): Likewise.
1748         [BZ #18496]
1749         * posix/regex_internal.c (build_wcs_upper_buffer): Call __wcrtomb
1750         instead of wcrtomb.
1752         [BZ #18483]
1753         * signal/signal.h [__USE_XOPEN2K] (psignal): Change condition to
1754         [__USE_XOPEN2K8].  Remove redundant #endif.
1755         [__USE_XOPEN2K] (psiginfo): Change condition to [__USE_XOPEN2K8].
1756         Remove redundant #if.
1757         * conform/Makefile (test-xfail-XOPEN2K/signal.h/linknamespace):
1758         Remove variable.
1759         (test-xfail-XOPEN2K/sys/wait.h/linknamespace): Likewise.
1760         (test-xfail-XOPEN2K/ucontext.h/linknamespace): Likewise.
1762         [BZ #18495]
1763         * wctype/wcfuncs.c (__iswalnum): Use libc_hidden_def.
1764         (__iswlower): Likewise.
1765         * include/wctype.h (__iswalnum): Declare.  Use libc_hidden_proto.
1766         (__iswlower): Likewise.
1767         * posix/regcomp.c (re_compile_fastmap_iter): Call __towlower
1768         instead of towlower.
1769         * posix/regex_internal.c (build_wcs_upper_buffer): Call __iswlower
1770         instead of iswlower.  Call __towupper instead of towupper.
1771         * posix/regex_internal.h (IS_WIDE_WORD_CHAR): Call __iswalnum
1772         instead of iswalnum.
1774 2015-06-05  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
1776         * malloc/tst-malloc-backtrace.c (do_test): Redirect libc fatal
1777         errors to stderr.
1779 2015-06-05  Florian Weimer  <fweimer@redhat.com>
1781         [BZ #15661]
1782         [BZ #17322]
1783         * sysdeps/posix/posix_fallocate64.c (__posix_fallocate64_l64):
1784         Check for overflow properly.  Check for O_APPEND.  Ignore large
1785         file system block sizes.  Add comments about problems.
1786         * sysdeps/posix/posix_fallocate.c (posix_fallocate): Likewise.
1787         * manual/filesys.texi (Storage Allocation): New node.
1789 2015-06-04  Adhemerval Zanella  <adhemerval.zanella@linaro.org>
1791         * sysdeps/unix/sysdep.h [SYSCALL_CANCEL]: New macro: define
1792         cancellable syscalls.
1793         (SYS_ify): Add guard to no redefine it.
1794         (INLINE_SYSCALL): Likewise.
1795         * sysdeps/unix/sysv/linux/accept4.c (accept4): Remove
1796         LIBC_CANCEL_ASYNC/INLINE_SYSCALL/LIBC_CANCEL_RESET and use
1797         SYSCALL_CANCEL instead.
1798         * sysdeps/unix/sysv/linux/alpha/fdatasync.c (__fdatasync): Likewise.
1799         * sysdeps/unix/sysv/linux/arm/pread.c (__libc_pread): Likewise.
1800         * sysdeps/unix/sysv/linux/arm/pread64.c (__libc_pread64): Likewise.
1801         * sysdeps/unix/sysv/linux/arm/pwrite.c (__libc_pwrite): Likewise.
1802         * sysdeps/unix/sysv/linux/arm/pwrite64.c (__libc_pwrite64): Likewise.
1803         * sysdeps/unix/sysv/linux/epoll_pwait.c (epoll_pwait): Likewise.
1804         * sysdeps/unix/sysv/linux/fallocate.c (fallocate): Likewise.
1805         * sysdeps/unix/sysv/linux/fallocate64.c (fallocate64): Likewise.
1806         * sysdeps/unix/sysv/linux/generic/open.c (__libc_open): Likewise.
1807         * sysdeps/unix/sysv/linux/generic/open64.c (__libc_open64): Likewise.
1808         * sysdeps/unix/sysv/linux/generic/pause.c (__libc_pause): Likewise.
1809         * sysdeps/unix/sysv/linux/generic/poll.c (__poll): Likewise.
1810         * sysdeps/unix/sysv/linux/generic/recv.c (__libc_recv): Likewise.
1811         * sysdeps/unix/sysv/linux/generic/select.c (__select): Likewise.
1812         * sysdeps/unix/sysv/linux/generic/send.c (__libc_send): Likewise.
1813         * sysdeps/unix/sysv/linux/generic/wordsize-32/pread.c (__libc_pread):
1814         Likewise.
1815         * sysdeps/unix/sysv/linux/generic/wordsize-32/pread64.c
1816         (__libc_pread64): Likewise.
1817         * sysdeps/unix/sysv/linux/generic/wordsize-32/preadv.c
1818         (__libc_preadv): Likewise.
1819         * sysdeps/unix/sysv/linux/generic/wordsize-32/preadv64.c
1820         (__libc_readv64): Likewise.
1821         * sysdeps/unix/sysv/linux/generic/wordsize-32/pwrite.c
1822         (__libc_pwrite): Likewise.
1823         * sysdeps/unix/sysv/linux/generic/wordsize-32/pwrite64.c
1824         (__libc_pwrite64): Likewise.
1825         * sysdeps/unix/sysv/linux/generic/wordsize-32/pwritev.c
1826         (__libc_pwritev): Likewise.
1827         * sysdeps/sysv/linux/generic/wordsize-32/pwritev64.c
1828         (__libc_pwritev64): Likewise.
1829         * sysdeps/unix/sysv/linux/i386/fcntl.c (__libc_fcntl): Likewise.
1830         * sysdeps/unix/sysv/linux/mips/mips32/sync_file_range.c
1831         (sync_file_range): Likewise.
1832         * sysdeps/unix/sysv/linux/mips/mips64/n32/fallocate.c (fallocate):
1833         Likewise.
1834         * sysdeps/unix/sysv/linux/mips/mips64/n32/fallocate64.c (fallocate64):
1835         Likewise.
1836         * sysdeps/unix/sysv/linux/mips/pread.c (__libc_pread): Likewise.
1837         * sysdeps/unix/sysv/linux/mips/pread64.c (__libc_pread64): Likewise.
1838         * sysdeps/unix/sysv/linux/mips/pwrite.c (__libc_pwrite): Likewise.
1839         * sysdeps/unix/sysv/linux/mips/pwrite64.c (__libc_pwrite64): Likewise.
1840         * sysdeps/unix/sysv/linux/msgrcv.c (__libc_msgrcv): Likewise.
1841         * sysdeps/unix/sysv/linux/msgsnd.c (__libc_msgsnd): Likewise.
1842         * sysdeps/unix/sysv/linux/open64.c (__libc_open64): Likewise.
1843         * sysdeps/unix/sysv/linux/openat.c (__libc_openat): Likewise.
1844         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread.c (__libc_pread):
1845         Likewise.
1846         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread64.c
1847         (__libc_read64): Likewise.
1848         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite.c (__libc_write):
1849         Likewise.
1850         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite64.c (__libc_write64):
1851         Likewise.
1852         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fcntl.c (__libc_fcntl):
1853         Likewise.
1854         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c (__libc_pread):
1855         Likewise.
1856         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c
1857         (__libc_pread64): Likewise.
1858         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c (__libc_pwrite):
1859         Likewise.
1860         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c
1861         (__libc_pwrite64): Likewise.
1862         * sysdeps/sysv/linux/powerpc/powerpc64/sync_file_range.c
1863         (sync_file_range): Likewise.
1864         * sysdeps/unix/sysv/linux/ppoll.c (ppoll): Likewise.
1865         * sysdeps/unix/sysv/linux/pread.c (__libc_pread): Likewise.
1866         * sysdeps/unix/sysv/linux/pread64.c (__libc_pread64): Likewise.
1867         * sysdeps/unix/sysv/linux/preadv.c (__libc_preadv): Likewise.
1868         * sysdeps/unix/sysv/linux/pselect.c (__pselect): Likewise.
1869         * sysdeps/unix/sysv/linux/pwrite.c (__libc_pwrite): Likewise.
1870         * sysdeps/unix/sysv/linux/pwrite64.c (__libc_pwrite64): Likewise.
1871         * sysdeps/unix/sysv/linux/pwritev.c (PWRITEV): Likewise.
1872         * sysdeps/unix/sysv/linux/readv.c (__libc_readv): Likewise.
1873         * sysdeps/unix/sysv/linux/recvmmsg.c (recvmmsg): Likewise.
1874         * sysdeps/unix/sysv/linux/sendmmsg.c (sendmmsg): Likewise.
1875         * sysdeps/unix/sysv/linux/sh/pread.c (__libc_pread): Likewise.
1876         * sysdeps/unix/sysv/linux/sh/pread64.c (__libc_pread64): Likewise.
1877         * sysdeps/unix/sysv/linux/sh/pwrite.c (__libc_pwrite): Likewise.
1878         * sysdeps/unix/sysv/linux/sh/pwrite64.c (__libc_pwrite64): Likewise.
1879         * sysdeps/unix/sysv/linux/sigsuspend.c (__sigsuspend): Likewise.
1880         * sysdeps/unix/sysv/linux/sigtimedwait.c (__sigtimedwait): Likewise.
1881         * sysdeps/unix/sysv/linux/sigwaitinfo.c (__sigwaitinfo): Likewise.
1882         * sysdeps/unix/sysv/linux/sparc/sparc64/msgrcv.c (__libc_msgrcv):
1883         Likewise.
1884         * sysdeps/unix/sysv/linux/sync_file_range.c (sync_file_range):
1885         Likewise.
1886         * sysdeps/unix/sysv/linux/tcdrain.c (__libc_tcdrain): Likewise.
1887         * sysdeps/unix/sysv/linux/timer_routines.c (timer_helper_thread):
1888         Likewise.
1889         * sysdeps/unix/sysv/linux/wait.c (__libc_wait): Likewise.
1890         * sysdeps/unix/sysv/linux/waitid.c (__waitid): Likewise.
1891         * sysdeps/unix/sysv/linux/waitpid.c (__libc_waitpid): Likewise.
1892         * sysdeps/unix/sysv/linux/wordsize-64/fallocate.c (fallocate):
1893         Likewise.
1894         * sysdeps/unix/sysv/linux/wordsize-64/preadv.c (preadv): Likewise.
1895         * sysdeps/unix/sysv/linux/wordsize-64/pwritev.c (pwritev): Likewise.
1896         * sysdeps/unix/sysv/linux/writev.c (__libc_writev): Likewise.
1897         * sysdeps/unix/sysv/linux/x86_64/recv.c (__libc_recv): Likewise.
1898         * sysdeps/unix/sysv/linux/x86_64/send.c (__libc_send): Likewise.
1900 2015-06-04  Nathan Lynch  <nathan_lynch@codesourcery.com>
1902         * sysdeps/unix/sysv/linux/arm/Makefile: (sysdep_routines):
1903         Include dl-vdso.
1904         * sysdeps/unix/sysv/linux/arm/init-first.c: New file:
1905         Use VDSO routines for gettimeofday, clock_gettime if
1906         available.
1907         * sysdeps/unix/sysv/linux/arm/libc-vdso.h: New file:
1908         Declare VDSO symbols.
1909         * sysdeps/unix/sysv/linux/arm/sysdep.h:
1910         [HAVE_GETTIMEOFDAY_VSYSCALL]: Define.
1911         [HAVE_CLOCK_GETTIME_VSYSCALL]: Define.
1912         * sysdeps/unix/sysv/linux/arm/Versions: Add
1913         __vdso_clock_gettime.
1915 2015-06-04  Adhemerval Zanella  <adhemerval.zanella@linaro.org>
1917         * sysdeps/unix/sysv/linux/not-cancel.h (open_not_cancel): Rewrite to
1918         be an inline implementation regardless of library is built within.
1919         (open_not_cancel_2): Likewise.
1920         (__read_nocancel): Likewise.
1921         (__write_nocancel): Likewise.
1922         (openat_not_cancel): Likewise.
1923         (openat_not_cancel_3): Likewise.
1924         (openat64_not_cancel): Likewise.
1925         (openat64_not_cancel_3): Likewise.
1926         (__close_nocancel): Likewise.
1927         (pause_not_cancel): Likewise.
1928         (nanosleep_not_cancel): Likewise.
1929         (sigsuspend_not_cancel): Likewise.
1931 2015-06-04  Torvald Riegel  <triegel@redhat.com>
1933         [BZ #14958]
1934         * nptl/pthread_rwlock_rdlock.c (__pthread_rwlock_rdlock): Add missing
1935         wake-up.
1936         (__pthread_rwlock_rdlock_slow): Likewise.
1937         * nptl/pthread_rwlock_timedrdlock.c (pthread_rwlock_timedrdlock):
1938         Likewise.
1939         * nptl/pthread_rwlock_tryrdlock.c (__pthread_rwlock_tryrdlock):
1940         Likewise.
1941         * nptl/pthread_rwlock_unlock.c (__pthread_rwlock_unlock): Add comments.
1942         * nptl/tst-rwlock16.c: New file.
1943         * nptl/Makefile (tests): Add new test.
1945 2015-06-04  Torvald Riegel  <triegel@redhat.com>
1947         [BZ #18324]
1948         * nptl/pthread_rwlock_timedwrlock.c (pthread_rwlock_timedwrlock): Add
1949         missing wake-up of readers.
1950         * nptl/tst-rwlock15.c: New file.
1951         * nptl/Makefile (tests): Add new test.
1953 2015-06-03  Roland McGrath  <roland@hack.frob.com>
1955         * sysdeps/nacl/nacl-interfaces.c (try_supply): New static function.
1956         (PASTE_NAME (__nacl_supply_interface_, MODULE_NAME)): New function.
1957         * sysdeps/nacl/nacl-interfaces.h: Declare __nacl_supply_interface_libc
1958         and __nacl_supply_interface_rtld.
1959         * sysdeps/nacl/nacl_interface_ext_supply.c: New file.
1960         * sysdeps/nacl/Makefile [$(subdir) = csu] (sysdep_routines): Add it.
1961         * sysdeps/nacl/Versions (ld: GLIBC_PRIVATE):
1962         Add __nacl_supply_interface_rtld.
1963         (libc: GLIBC_2.22): Add nacl_interface_ext_supply.
1965 2015-06-03  Wilco Dijkstra  <wdijkstr@arm.com>
1967         * sysdeps/ieee754/ldbl-128ibm/s_fmal.c (__fmal): Replace finite with
1968         isfinite.
1969         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Likewise.
1970         * sysdeps/ieee754/ldbl-opt/nldbl-finite.c (__finitel): Likewise.
1972 2015-06-03  Wilco Dijkstra  <wdijkstr@arm.com>
1974         * math/e_exp10.c: Replace __isinf*, __isnan*, __finite* and
1975         __signbit* with standard C99 macros.
1976         * math/e_exp10l.c: Likewise.
1977         * math/e_exp2l.c: Likewise.
1978         * math/e_scalb.c: Likewise.
1979         * math/e_scalbf.c: Likewise.
1980         * math/e_scalbl.c: Likewise.
1981         * math/s_ldexp.c: Likewise.
1982         * math/s_ldexpf.c: Likewise.
1983         * math/s_ldexpl.c: Likewise.
1984         * math/w_atan2.c: Likewise.
1985         * math/w_atan2f.c: Likewise.
1986         * math/w_atan2l.c: Likewise.
1987         * math/w_cosh.c: Likewise.
1988         * math/w_coshf.c: Likewise.
1989         * math/w_coshl.c: Likewise.
1990         * math/w_exp10.c: Likewise.
1991         * math/w_exp10f.c: Likewise.
1992         * math/w_exp10l.c: Likewise.
1993         * math/w_exp2.c: Likewise.
1994         * math/w_exp2f.c: Likewise.
1995         * math/w_exp2l.c: Likewise.
1996         * math/w_fmod.c: Likewise.
1997         * math/w_fmodf.c: Likewise.
1998         * math/w_fmodl.c: Likewise.
1999         * math/w_hypot.c: Likewise.
2000         * math/w_hypotf.c: Likewise.
2001         * math/w_hypotl.c: Likewise.
2002         * math/w_jnl.c: Likewise.
2003         * math/w_lgamma.c: Likewise.
2004         * math/w_lgamma_r.c: Likewise.
2005         * math/w_lgammaf.c: Likewise.
2006         * math/w_lgammaf_r.c: Likewise.
2007         * math/w_lgammal.c: Likewise.
2008         * math/w_lgammal_r.c: Likewise.
2009         * math/w_pow.c: Likewise.
2010         * math/w_powf.c: Likewise.
2011         * math/w_powl.c: Likewise.
2012         * math/w_remainder.c: Likewise.
2013         * math/w_remainderf.c: Likewise.
2014         * math/w_remainderl.c: Likewise.
2015         * math/w_scalb.c: Likewise.
2016         * math/w_scalbf.c: Likewise.
2017         * math/w_scalbl.c: Likewise.
2018         * math/w_scalbln.c: Likewise.
2019         * math/w_scalblnf.c: Likewise.
2020         * math/w_scalblnl.c: Likewise.
2021         * math/w_sinh.c: Likewise.
2022         * math/w_sinhf.c: Likewise.
2023         * math/w_sinhl.c: Likewise.
2024         * math/w_tgamma.c: Likewise.
2025         * math/w_tgammaf.c: Likewise.
2026         * math/w_tgammal.c: Likewise.
2027         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
2028         * sysdeps/ieee754/dbl-64/e_exp10.c: Likewise.
2029         * sysdeps/ieee754/dbl-64/e_exp2.c: Likewise.
2030         * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
2031         * sysdeps/ieee754/dbl-64/e_jn.c: Likewise.
2032         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
2033         * sysdeps/ieee754/dbl-64/w_exp.c: Likewise.
2034         * sysdeps/ieee754/flt-32/e_expf.c: Likewise.
2035         * sysdeps/ieee754/flt-32/e_j1f.c: Likewise.
2036         * sysdeps/ieee754/flt-32/e_jnf.c: Likewise.
2037         * sysdeps/ieee754/flt-32/w_expf.c: Likewise.
2038         * sysdeps/ieee754/ldbl-128/e_exp10l.c: Likewise.
2039         * sysdeps/ieee754/ldbl-128/e_expl.c: Likewise.
2040         * sysdeps/ieee754/ldbl-128/e_j0l.c: Likewise.
2041         * sysdeps/ieee754/ldbl-128/e_j1l.c: Likewise.
2042         * sysdeps/ieee754/ldbl-128/e_jnl.c: Likewise.
2043         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c: Likewise.
2044         * sysdeps/ieee754/ldbl-128/s_cbrtl.c: Likewise.
2045         * sysdeps/ieee754/ldbl-128/w_expl.c: Likewise.
2046         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c: Likewise.
2047         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c: Likewise.
2048         * sysdeps/ieee754/ldbl-128ibm/e_exp10l.c: Likewise.
2049         * sysdeps/ieee754/ldbl-128ibm/e_expl.c: Likewise.
2050         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Likewise.
2051         * sysdeps/ieee754/ldbl-128ibm/s_ctanhl.c: Likewise.
2052         * sysdeps/ieee754/ldbl-128ibm/s_ctanl.c: Likewise.
2053         * sysdeps/ieee754/ldbl-128ibm/w_expl.c: Likewise.
2054         * sysdeps/ieee754/ldbl-96/e_j1l.c: Likewise.
2055         * sysdeps/ieee754/ldbl-96/e_jnl.c: Likewise.
2056         * sysdeps/ieee754/ldbl-96/w_expl.c: Likewise.
2057         * sysdeps/ieee754/ldbl-opt/nldbl-finite.c: Likewise.
2058         * sysdeps/ieee754/ldbl-opt/nldbl-isinf.c: Likewise.
2059         * sysdeps/ieee754/ldbl-opt/nldbl-isnan.c: Likewise.
2060         * sysdeps/ieee754/ldbl-opt/nldbl-signbit.c: Likewise.
2061         * stdio-common/printf_fp.c: Likewise.
2062         * stdio-common/printf_fphex.c: Likewise.
2063         * stdio-common/printf_size.c: Likewise.
2065 2015-06-03  Joseph Myers  <joseph@codesourcery.com>
2067         [BZ #18470]
2068         * posix/fnmatch.c (fnmatch) [_LIBC]: Call __strnlen instead of
2069         strnlen.
2070         * conform/Makefile (test-xfail-XPG3/fnmatch.h/linknamespace):
2071         Remove variable.
2072         (test-xfail-XPG4/fnmatch.h/linknamespace): Likewise.
2073         (test-xfail-POSIX/fnmatch.h/linknamespace): Likewise.
2074         (test-xfail-POSIX/glob.h/linknamespace): Likewise.
2075         (test-xfail-POSIX/wordexp.h/linknamespace): Likewise.
2076         (test-xfail-UNIX98/fnmatch.h/linknamespace): Likewise.
2077         (test-xfail-UNIX98/glob.h/linknamespace): Likewise.
2078         (test-xfail-UNIX98/wordexp.h/linknamespace): Likewise.
2079         (test-xfail-XOPEN2K/fnmatch.h/linknamespace): Likewise.
2080         (test-xfail-XOPEN2K/glob.h/linknamespace): Likewise.
2081         (test-xfail-XOPEN2K/wordexp.h/linknamespace): Likewise.
2083         [BZ #18468]
2084         * wcsmbs/wmemchr.c (wmemchr): Rename to __wmemchr and define as
2085         weak alias of __wmemchr.  Use libc_hidden_weak.
2086         * include/wchar.h (__wmemchr): Declare.  Use libc_hidden_proto.
2087         * posix/fnmatch.c [HANDLE_MULTIBYTE] (MEMCHR): Use __wmemchr
2088         instead of wmemchr.
2090 2015-06-02  Roland McGrath  <roland@hack.frob.com>
2092         [BZ #18383]
2093         * elf/tst-tlsalign-extern.c: New file.
2094         * elf/tst-tlsalign-extern-static.c: New file.
2095         * elf/tst-tlsalign-vars.c: New file.
2096         * elf/Makefile (tests-static): Add tst-tlsalign-extern-static.
2097         [$(build-shared) = yes] (tests): Add tst-tlsalign-extern.
2098         ($(objpfx)tst-tlsalign-extern): Depend on tst-tlsalign-vars.o.
2099         ($(objpfx)tst-tlsalign-extern-static): Likewise.
2100         (test-xfail-tst-tlsalign-extern-static): New variable.
2102 2015-06-02  Joseph Myers  <joseph@codesourcery.com>
2104         * sysdeps/unix/sysv/linux/mips/mips32/sysdep.h (INLINE_SYSCALL):
2105         Use variable name _sc_err instead of err.
2106         [__mips16] (INTERNAL_SYSCALL_NCS): Use variable name _sc_ret
2107         instead of ret.
2108         * sysdeps/unix/sysv/linux/mips/mips64/n32/sysdep.h
2109         (INLINE_SYSCALL): Use variable name _sc_err instead of err.
2110         * sysdeps/unix/sysv/linux/mips/mips64/n64/sysdep.h
2111         (INLINE_SYSCALL): Likewise.
2113         * string/strnlen.c [!STRNLEN] (__strnlen): Use libc_hidden_def.
2114         * include/string.h (__strnlen): Use libc_hidden_proto.
2115         * sysdeps/aarch64/strnlen.S (__strnlen): Use libc_hidden_def.
2116         * sysdeps/i386/i686/multiarch/strnlen-c.c [SHARED]
2117         (libc_hidden_def): Define __GI___strnlen as well as __GI_strnlen.
2118         * sysdeps/powerpc/powerpc32/power4/multiarch/strnlen-power7.S
2119         (libc_hidden_def): Undefine and redefine.
2120         * sysdeps/powerpc/powerpc32/power4/multiarch/strnlen-ppc32.c
2121         [SHARED] (libc_hidden_def): Define __GI___strnlen as well as
2122         __GI_strnlen.
2123         * sysdeps/powerpc/powerpc32/power7/strnlen.S (__strnlen): Use
2124         libc_hidden_def.
2125         * sysdeps/tile/tilegx/strnlen.c (__strnlen): Likewise.
2127         [BZ #18469]
2128         * wctype/wcfuncs.c (towlower): Rename to __towlower and define as
2129         weak alias of __towlower.  Use libc_hidden_weak.
2130         (towupper): Rename to __towupper and define as weak alias of
2131         __towupper.  Use libc_hidden_weak.
2132         * include/wctype.h (__towlower): Declare.  Use libc_hidden_proto.
2133         (__towupper): Likewise.
2134         * posix/fnmatch.c [HANDLE_MULTIBYTE && _LIBC] (FOLD): Use
2135         __towlower instead of towlower.
2137 2015-06-02  Roland McGrath  <roland@hack.frob.com>
2139         * stdlib/setenv.c [__GNUC__,__GNUC_MINOR__ < 4,7]: Use
2140         "-Wuninitialized" rather than "-Wmaybe-uninitialized" in pragma.
2142 2015-06-02  Szabolcs Nagy  <szabolcs.nagy@arm.com>
2144         * sysdeps/aarch64/libm-test-ulps: Update.
2146 2015-06-01  Adhemerval Zanella  <adhemerval.zanella@linaro.org>
2148         * sysdeps/unix/sysv/linux/i386/sysdep.h (HAVE_CLOCK_GETTIME_VSYSCALL):
2149         Define.
2150         (HAVE_GETTIMEOFDAY_VSYSCALL): Likewise.
2151         * sysdeps/unix/sysv/linux/x86_64/sysdep.h
2152         (HAVE_CLOCK_GETTIME_VSYSCALL): Likewise.
2153         (HAVE_GETTIMEOFDAY_VSYSCALL): Likewise.
2154         * sysdeps/unix/sysv/linux/timespec_get.c: Include errno.h.
2155         * sysdeps/unix/sysv/linux/x86/clock_gettime.c: Remove file.
2156         * sysdeps/unix/sysv/linux/x86/timespec_get.c: Likewise.
2158 2015-06-01  Martin Sebor  <msebor@redhat.com>
2160         [BZ #18116]
2161         * sysdeps/unix/sysv/linux/powerpc/powerpc64/setcontext.S
2162         (__setcontext): Use extended four-operand version of mtsf whenever
2163         possible.
2164         * sysdeps/unix/sysv/linux/powerpc/powerpc64/swapcontext.S
2165         (__novec_swapcontext): Likewise.
2167 2015-06-01  Siddhesh Poyarekar  <siddhesh@redhat.com>
2169         * benchtests/scripts/compare_bench.py: New file.
2170         * benchtests/scripts/import_bench.py (mean): New function.
2171         (split_list): Likewise.
2172         (do_for_all_timings): Likewise.
2173         (compress_timings): Likewise.
2175         * benchtests/scripts/import_bench.py: New file.
2176         * benchtests/scripts/validate_benchout.py: Import import_bench
2177         instead of jsonschema.
2178         (validate_bench): Remove function.
2179         (main): Use import_bench.
2181 2015-06-01  Steve Ellcey  <sellcey@imgtec.com>
2183         * resolv/res_hconf.c (_res_hconf_reorder_addrs): Use a union to
2184         copy data from cur_ifr->ifr_addr and cur_ifr->ifr_netmask.
2186 2015-05-29  Adhemerval Zanella  <adhemerval.zanella@linaro.org>
2188         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
2190 2015-05-28  Roland McGrath  <roland@hack.frob.com>
2192         * sysdeps/nacl/exit-thread.h (__exit_thread): If not detached,
2193         set THREAD_SELF->tid to a magic value and futex-wake it.
2194         Pass its address to the thread_exit system call.
2195         * sysdeps/nacl/pthread-pids.h (__nacl_get_tid): Assert that TID's low
2196         bit is clear.
2197         * sysdeps/nacl/lowlevellock.h: New file.
2198         * sysdeps/nacl/lll_timedwait_tid.c: New file.
2200         * sysdeps/nacl/lowlevellock-futex.h (lll_futex_timed_wait):
2201         Add TIMEOUT to current time, don't subtract it.
2203 2015-05-28  H.J. Lu  <hongjiu.lu@intel.com>
2205         [BZ #18422]
2206         * Makefile ($(objpfx)tst-audit2): Depend on $(libdl).
2207         ($(objpfx)tst-audit2.out): Also depend on
2208         $(objpfx)tst-auditmod9b.so.
2209         * elf/tst-audit2.c: Include <dlfcn.h>.
2210         (calloc_called): New.
2211         (calloc): Allow to be called more than once.
2212         (do_test): dllopen/dlclose $ORIGIN/tst-auditmod9b.so.
2214 2015-05-28  Wilco Dijkstra  <wdijkstr@arm.com>
2216         * sysdeps/ieee754/dbl-64/s_fabs.c: (__fabs): Call __builtin_fabs.
2217         * sysdeps/ieee754/flt-32/s_fabsf.c: (__fabsf): Likewise.
2219 2015-05-27  Marko Myllynen  <myllynen@redhat.com>
2221         * stdlib/monetary.h: Fix comment.
2223 2015-05-26  Chris Metcalf  <cmetcalf@ezchip.com>
2225         * sysdeps/unix/sysv/linux/tile/sysdep.h (INLINE_SYSCALL):
2226         Avoid using variables in #defines that might cause shadowing.
2227         (INTERNAL_VSYSCALL_CALL): Likewise.
2229 2015-05-26  Roland McGrath  <roland@hack.frob.com>
2231         * sysdeps/nacl/lll_timedlock_wait.c: New file.
2233         * nptl/lowlevellock.c (__lll_timedlock_wait): Moved ...
2234         * nptl/lll_timedlock_wait.c: ... to this new file.
2235         * nptl/Makefile (libpthread-routines): Add it.
2236         * nptl/lowlevellock.c (__lll_timedwait_tid): Moved ...
2237         * nptl/lll_timedwait_tid.c: ... to this new file.
2238         * nptl/Makefile (libpthread-routines): Add it.
2239         * sysdeps/sparc/sparc32/lll_timedlock_wait.c: New file.
2240         * sysdeps/sparc/sparc32/lll_timedwait_tid.c: New file.
2241         * sysdeps/unix/sysv/linux/i386/i486/lll_timedlock_wait.c: New file.
2242         * sysdeps/unix/sysv/linux/i386/i586/lll_timedlock_wait.c: New file.
2243         * sysdeps/unix/sysv/linux/i386/i686/lll_timedlock_wait.c: New file.
2244         * sysdeps/unix/sysv/linux/i386/i486/lll_timedwait_tid.c: New file.
2245         * sysdeps/unix/sysv/linux/i386/i586/lll_timedwait_tid.c: New file.
2246         * sysdeps/unix/sysv/linux/i386/i686/lll_timedwait_tid.c: New file.
2247         * sysdeps/unix/sysv/linux/x86_64/lll_timedlock_wait.c: New file.
2248         * sysdeps/unix/sysv/linux/x86_64/lll_timedwait_tid.c: New file.
2250 2015-05-26  Adhemerval Zanella  <adhemerval.zanella@linaro.org>
2252         * sysdeps/unix/sysv/linux/aarch64/gettimeofday.c: Remove file.
2253         * sysdeps/unix/sysv/linux/s390/gettimeofday.c: Likewise.
2254         * sysdeps/unix/sysv/linux/tile/gettimeofday.c: Likewise.
2255         * sysdeps/unix/sysv/linux/aarch64/sysdep.h
2256         (HAVE_GETTIMEOFDAY_VSYSCALL): Define.
2257         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h
2258         (HAVE_GETTIMEOFDAY_VSYSCALL): Likewise.
2259         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h
2260         (HAVE_GETTIMEOFDAY_VSYSCALL): Likewise.
2261         * sysdeps/unix/sysv/linux/tile/sysdep.h
2262         (HAVE_GETTIMEOFDAY_VSYSCALL): Likewise.
2263         * sysdeps/unix/sysv/linux/gettimeofday.c: New file: gettimeofday
2264         using vDSO syscall macro.
2266 2015-05-26  Andriy Rysin  <arysin@gmail.com>
2268         [BZ #17293]
2269         * uk_UA: Fix sorting order for Ukrainian locale
2271 2015-05-26  Marko Myllynen  <myllynen@redhat.com>
2273         * stdlib/monetary.h: Fix comment.
2275 2015-05-26  Szabolcs Nagy  <szabolcs.nagy@arm.com>
2277         [BZ #18234]
2278         * conform/data/sys/stat.h-data (struct stat): Add tests for st_atim,
2279         st_mtim and st_ctim members.
2280         * sysdeps/nacl/bits/stat.h (struct stat, struct stat64): Make
2281         st_atim, st_ctim, st_mtim visible under __USE_XOPEN2K8 only.
2282         * sysdeps/unix/sysv/linux/generic/bits/stat.h (struct stat,):
2283         (struct stat64): Likewise.
2284         * sysdeps/unix/sysv/linux/ia64/bits/stat.h (struct stat,):
2285         (struct stat64): Likewise.
2286         * sysdeps/unix/sysv/linux/microblaze/bits/stat.h (struct stat,):
2287         (struct stat64): Likewise.
2289 2015-05-26  Adhemerval Zanella  <adhemerval.zanella@linaro.org>
2291         * sysdeps/unix/sysv/linux/aarch64/gettimeofday.c (HAVE_VSYSCALL):
2292         Define and include sysdep-vdso.h.
2293         * sysdeps/unix/sysv/linux/s390/gettimeofday.c (HAVE_VSYSCALL):
2294         Likewise.
2295         * sysdeps/unix/sysv/linux/tile/gettimeofday.c (HAVE_VSYSCALL):
2296         Likewise.
2297         * sysdeps/unix/sysv/linux/aarch64/init-first.c (__vdso_gettimeofday):
2298         Define with VDSO_SYMBOL and use PTR_MANGLE.
2299         (__vdso_clock_gettime): Likewise.
2300         (__vdso_clock_getres): Likewise.
2301         (_libc_vdso_platform_setup): Likewise.
2302         * sysdeps/unix/sysv/linux/i386/init-first.c (__vdso_clock_gettime):
2303         Likewise.
2304         (_libc_vdso_platform_setup): Likewise.
2305         * sysdeps/unix/sysv/linux/powerpc/init-first.c (__vdso_gettimeofday):
2306         Likewise.
2307         (__vdso_clock_gettime): Likewise.
2308         (__vdso_clock_getres): Likewise.
2309         (__vdso_get_tbfreq): Likewise.
2310         (__vdso_getcpu): Likewise.
2311         (__vdso_time): Likewise.
2312         (__vdso_sigtramp_rt64): Likewise.
2313         (__vdso_signtramp32): Likewise.
2314         (__vdso_sigtramp_rt32): Likewise.
2315         (_libc_vdso_platform_setup): Likewise.
2316         * sysdeps/unix/sysv/linux/s390/init-first.c (__vdso_gettimeofay):
2317         Likewise.
2318         (__vdso_clock_gettime): Likewise.
2319         (__vdso_clock_getres): Likewise.
2320         (_libc_vdso_platform_setup): Likewise.
2321         * sysdeps/unix/sysv/linux/tile/init-first.c (__vdso_gettimeofday):
2322         Likewise.
2323         (__vdso_clock_gettime): Likewise.
2324         (_libc_vdso_platform_setup): Likewise.
2325         * sysdeps/unix/sysv/linux/x86_64/init-first.c (__vdso_clock_gettime):
2326         Likewise.
2327         (__vdso_getcpu): Likewise.
2328         * sysdeps/unix/sysv/linux/aarch64/libc-vdso.h (__vdso_gettimeoday):
2329         Use VDSO_SYMBOL macro to define.
2330         (__vdso_clock_gettime): Likewise.
2331         (__vdso_clock_getres): Likewise.
2332         * sysdeps/unix/sysv/linux/powerpc/libc-vdso.h (__vdso_gettimeofday):
2333         Likewise.
2334         (__vdso_clock_gettime): Likewise.
2335         (__vdso_clock_getres): Likewise.
2336         (__vdso_get_tbfreq): Likewise.
2337         (__vdso_getcpu): Likewise.
2338         (__vdso_time): Likewise.
2339         (__vdso_sigtramp_rt64): Likewise.
2340         (__vdso_signtramp32): Likewise.
2341         (__vdso_sigtramp_rt32): Likewise.
2342         * sysdeps/unix/sysv/linux/s390/libc-vdso.h (__vdso_gettimeofday):
2343         Likewise.
2344         (__vdso_clock_gettime): Likewise.
2345         (__vdso_clock_getres): Likewise.
2346         * sysdeps/unix/sysv/linux/tile/libc-vdso.h (__vdso_gettimeofday):
2347         Likewise.
2348         (__vdso_clock_gettime): Likewise.
2349         * sysdeps/unix/sysv/linux/x86/libc-vdso.h (__vdso_clock_gettime):
2350         Likewise.
2351         * sysdeps/unix/sysv/linux/aarch64/sysdep.h (INLINE_VSYSCALL):  Remove
2352         macro.
2353         (INTERNAL_VSYSCALL): Likewise.
2354         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h (INLINE_VSYSCALL):
2355         Remove macro.
2356         (INTERNAL_VSYSCALL): Likewise.
2357         (INTERNAL_VSYSCALL_NCS): Likewise.
2358         (INTERNAL_VSYSCALL_CALL): New macro.
2359         (INTERNAL_VSYSCALL_NO_SYSCALL_FALLBACK): Use PTR_DEMANGLE.
2360         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h (INLINE_VSYSCALL):
2361         Likewise.
2362         (INTERNAL_VSYSCALL): Likewise.
2363         (INTERNAL_VSYSCALL_NCS): Likewise.
2364         (INTERNAL_VSYSCALL_CALL): New macro.
2365         (INTERNAL_VSYSCALL_NO_SYSCALL_FALLBACK): Use PTR_DEMANGLE.
2366         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h
2367         (INLINE_VSYSCALL): Remove macro.
2368         (INTERNAL_VSYSCALL): Remove macro.
2369         (INTERNAL_VSYSCALL_NCS): Remove macro.
2370         (INTERNAL_VSYSCALL_CALL): New macro.
2371         (INTERNAL_VSYSCALL_CALL_TYPE): New macro.
2372         (INTERNAL_VSYSCALL_NO_SYSCALL_FALLBACK): Use INTERNAL_VSYSCALL_CALL.
2373         (INTERNAL_VSYSCALL_NCS_TYPE): Likewise.
2374         (HAVE_CLOCK_GETRES_VSYSCALL): New define.
2375         (HAVE_CLOCK_GETTIME_VSYSCALL): Likewise.
2376         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h
2377         (INLINE_VSYSCALL): Remove macro.
2378         (INTERNAL_VSYSCALL): Likewise.
2379         (INTERNAL_VSYSCALL_NCS): Likewise.
2380         (INTERNAL_VSYSCALL_CALL): New macro.
2381         (INTERNAL_VSYSCALL_CALL_TYPE): Likewise.
2382         (INTERNAL_VSYSCALL_NO_SYSCALL_FALLBACK): Use INTERNAL_VSYSCALL_CALL and
2383         PTR_DEMANGLE on vDSO pointer.
2384         (INTERNAL_VSYSCALL_NCS_TYPE): Likewise.
2385         * sysdeps/unix/sysv/linux/tile/sysdep.h (INLINE_VSYSCALL): Remove
2386         macro.
2387         (INTERNAL_SYSCALL): Likewise.
2388         (INTERNAL_VSYSCALL_NCS): Remove macro.
2389         (INTERNAL_VSYSCALL_CALL): New macro.
2390         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (INLINE_VSYSCALL):
2391         Remove macro.
2392         (INTERNAL_VSYSCALL): Likewise.
2393         * sysdeps/unix/sysv/linux/powerpc/sched_getcpu.c: Include
2394         sysdep-vdso.h instead of libc-vdso.h.
2395         * sysdeps/unix/sysv/linux/clock_getres.c (INTERNAL_VSYSCALL): Remove
2396         definition.
2397         (INLINE_VSYSCALL): Likewise.
2398         (HAVE_VSYSCALL) [HAVE_CLOCK_GETRES_VSYSCALL]: Define.
2399         * sysdeps/unix/sysv/linux/clock_gettime.c (INTERNAL_VSYSCALL): Remove
2400         definition.
2401         (INLINE_VSYSCALL): Likewise.
2402         (INTERNAL_VSYSCALL): Likewise.
2403         (HAVE_VSYSCALL) [HAVE_CLOCK_GETTIME_VSYSCALL]: Define.
2404         * sysdeps/unix/sysv/linux/timespec_get.c
2405         (INTERNAL_VSYSCALL) [HAVE_CLOCK_GETTIME_VSYSCALL]: Define.
2406         (timespec_get): Use ANSI prototype.
2407         * sysdeps/unix/sysv/linux/sysdep-vdso.h: New file: default vDSO macros
2408         and definition for Linux.
2410 2015-05-25  Andrew Senkevich  <andrew.senkevich@intel.com>
2412         * elf/Makefile (localplt-built-dso): libmvec added to localplt test.
2413         * include/libc-symbols.h: libmvec_hidden_* macro series added.
2415 2015-05-22  H.J. Lu  <hongjiu.lu@intel.com>
2417         [BZ #18410]
2418         * elf/dl-reloc.c (_dl_relocate_object): Don't issue an error
2419         for missing DT_PLTRELSZ.
2421 2015-05-22  Paul Eggert  <eggert@cs.ucla.edu>
2423         Remove obsolete aliases that broke 'locale -a'
2424         [BZ #18412]
2425         * intl/locale.alias: Remove obsolete aliases "bokmål" and "français"
2426         which caused 'locale -a' to output Latin-1 data in UTF-8 locales,
2427         breaking some applications that use 'locale -a' output.
2428         Change the encoding of this file from Latin-1 to ASCII to avoid
2429         other potential problems with people grepping this file.
2431 2015-05-22  Adhemerval Zanella  <adhemerval.zanella@linaro.org>
2433         * nptl/Makefile (CFLAGS-accept.c): Add -fexceptions and
2434         -fasynchronous-unwind-tables.
2435         (CFLAGS-sendto.c): Likewise.
2436         (CFLAGS-sendmsg.c): Likewise.
2437         (CFLAGS-connect.c): Likewise.
2438         (CFLAGS-recvmsg.c): Likewise.
2439         (CFLAGS-recvfrom.c): Likewise.
2440         * sysdeps/unix/sysv/linux/socketcall.h (SOCKOP_invalid): Define.
2441         (SOCKETCALL): New macro: non-cancellable socketcall.
2442         (SOCKETCALL_CANCEL): New macro: cancellable socketcall.
2443         * sysdeps/unix/sysv/linux/Makefile [$(subdir) = socket]: Remove
2444         internal_accept4, internal_recvmmsg, and internal_sendmmsg rules.
2445         * sysdeps/unix/sysv/linux/accept.c: New file.
2446         * sysdeps/unix/sysv/linux/bind.c: Likewise.
2447         * sysdeps/unix/sysv/linux/connect.c: Likewise.
2448         * sysdeps/unix/sysv/linux/getpeername.c: Likewise.
2449         * sysdeps/unix/sysv/linux/getsockname.c: Likewise.
2450         * sysdeps/unix/sysv/linux/getsockopt.c: Likewise.
2451         * sysdeps/unix/sysv/linux/listen.c: Likewise.
2452         * sysdeps/unix/sysv/linux/recv.c: Likewise.
2453         * sysdeps/unix/sysv/linux/recvfrom.c: Likewise.
2454         * sysdeps/unix/sysv/linux/recvmsg.c: Likewise.
2455         * sysdeps/unix/sysv/linux/send.c: Likewise.
2456         * sysdeps/unix/sysv/linux/sendmsg.c: Likewise.
2457         * sysdeps/unix/sysv/linux/sendto.c: Likewise.
2458         * sysdeps/unix/sysv/linux/setsockopt.c: Likewise.
2459         * sysdeps/unix/sysv/linux/shutdown.c: Likewise.
2460         * sysdeps/unix/sysv/linux/socket.c: Likewise.
2461         * sysdeps/unix/sysv/linux/socketpair.c: Likewise.
2462         * sysdeps/unix/sysv/linux/recvmmsg.c (__internal_recvmmsg): Remove
2463         prototype.
2464         (recvmmsg) [__ASSUME_RECVMMSG_SOCKETCALL]: Add C based implementation.
2465         (recvmmsg) [!__ASSUME_RECVMMSG_SOCKETCALL]: Use SOCKETCALL_CANCEL macro
2466         instead of __internal_xxx function.
2467         * sysdeps/unix/sysv/linux/accept4.c (__internal_accept4): Remove
2468         prototype.
2469         (accept4) [__ASSUME_ACCEPT4_SOCKETCALL]: Add C based implementation.
2470         (accept4) [!__ASSUME_ACCEPT4_SOCKETCALL]: Use SOCKETCALL_CANCEL macro
2471         instead of __internal_xxx function.
2472         * sysdeps/unix/sysv/linux/sendmmsg.c (__internal_sendmmsg): Remove
2473         prototype.
2474         (sendmmsg) [__ASSUME_SENDMMSG_SOCKETCALL]: Add C based implementation.
2475         (sendmmsg) [!__ASSUME_SENDMMSG_SOCKETCALL]: Use SOCKETCALL_CANCEL macro
2476         instead of __internal_xxx function.
2477         * sysdeps/unix/sysv/linux/accept.S: Remove file.
2478         * sysdeps/unix/sysv/linux/bind.S: Likewise.
2479         * sysdeps/unix/sysv/linux/connect.S: Likewise.
2480         * sysdeps/unix/sysv/linux/getpeername.S: Likewise.
2481         * sysdeps/unix/sysv/linux/getsockname.S: Likewise.
2482         * sysdeps/unix/sysv/linux/getsockopt.S: Likewise.
2483         * sysdeps/unix/sysv/linux/arm/internal_accept4.S: Likewise.
2484         * sysdeps/unix/sysv/linux/arm/internal_recvmmsg.S: Likewise.
2485         * sysdeps/unix/sysv/linux/arm/internal_sendmmsg.S: Likewise.
2486         * sysdeps/unix/sysv/linux/i386/accept4.S: Likewise.
2487         * sysdeps/unix/sysv/linux/i386/internal_accept4.S: Likewise.
2488         * sysdeps/unix/sysv/linux/i386/socket.S: Likewise.
2489         * sysdeps/unix/sysv/linux/internal_accept4.S: Likewise.
2490         * sysdeps/unix/sysv/linux/internal_recvmmsg.S: Likewise.
2491         * sysdeps/unix/sysv/linux/internal_sendmmsg.S: Likewise.
2492         * sysdeps/unix/sysv/linux/listen.S: Likewise.
2493         * sysdeps/unix/sysv/linux/microblaze/socket.S: Likewise.
2494         * sysdeps/unix/sysv/linux/mips/mips32/internal_accept4.S: Likewise.
2495         * sysdeps/unix/sysv/linux/mips/mips32/internal_recvmmsg.S: Likewise.
2496         * sysdeps/unix/sysv/linux/mips/mips32/internal_sendmmsg.S: Likewise.
2497         * sysdeps/unix/sysv/linux/powerpc/powerpc32/socket.S: Likewise.
2498         * sysdeps/unix/sysv/linux/powerpc/powerpc64/socket.S: Likewise.
2499         * sysdeps/unix/sysv/linux/recv.S: Likewise.
2500         * sysdeps/unix/sysv/linux/recvfrom.S: Likewise.
2501         * sysdeps/unix/sysv/linux/recvmsg.S: Likewise.
2502         * sysdeps/unix/sysv/linux/s390/s390-32/socket.S: Likewise.
2503         * sysdeps/unix/sysv/linux/s390/s390-64/socket.S: Likewise.
2504         * sysdeps/unix/sysv/linux/send.S: Likewise.
2505         * sysdeps/unix/sysv/linux/sendmsg.S: Likewise.
2506         * sysdeps/unix/sysv/linux/sendto.S: Likewise.
2507         * sysdeps/unix/sysv/linux/setsockopt.S: Likewise.
2508         * sysdeps/unix/sysv/linux/sh/socket.S: Likewise.
2509         * sysdeps/unix/sysv/linux/shutdown.S: Likewise.
2510         * sysdeps/unix/sysv/linux/socketpair.S: Likewise.
2511         * sysdeps/unix/sysv/linux/sparc/sparc32/socket.S: Likewise.
2512         * sysdeps/unix/sysv/linux/sparc/sparc64/socket.S: Likewise.
2513         * sysdeps/unix/sysv/linux/m68k/socket.S: Likewise.
2514         * sysdeps/unix/sysv/linux/hppa/socket.S: Likewise.
2515         * sysdeps/unix/sysv/linux/kernel-features.h: Adjust comment on how
2516         socketcall is implemented in GLIBC.
2518 2015-05-22  Joseph Myers  <joseph@codesourcery.com>
2520         * soft-fp/fmadf4.c: Include <libc-internal.h>.
2521         (__fma): Ignore uninitialized warnings around packing.
2522         * soft-fp/fmasf4.c: Include <libc-internal.h>.
2523         (__fmaf): Ignore uninitialized warnings around packing.
2524         * soft-fp/fmatf4.c: Include <libc-internal.h>.
2525         (__fmal): Ignore uninitialized warnings around packing.
2527         * sysdeps/ieee754/ldbl-128/k_tanl.c: Include <libc-internal.h>.
2528         (__kernel_tanl): Ignore uninitialized warnings around use of SIGN.
2529         * sysdeps/ieee754/ldbl-128ibm/k_tanl.c: Include <libc-internal.h>.
2530         (__kernel_tanl): Ignore uninitialized warnings around use of SIGN.
2532         * sysdeps/ieee754/ldbl-128/s_erfl.c (__erfcl): Make case 9 in
2533         switch statement into default case.
2534         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c (__erfcl): Likewise.
2536         * sysdeps/ieee754/ldbl-128/e_asinl.c (__ieee754_asinl): Don't use
2537         a conditional in forcing "inexact".
2538         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c (__ieee754_asinl):
2539         Likewise.
2541 2015-05-22  Roland McGrath  <roland@hack.frob.com>
2543         * nptl/nptl-init.c (__pthread_initialize_minimal_internal):
2544         Use a separate INTERNAL_SYSCALL_DECL (err); in a local scope
2545         for each INTERNAL_SYSCALL use.
2547 2015-05-22  Joseph Myers  <joseph@codesourcery.com>
2549         [BZ #438]
2550         * posix/unistd.h (_POSIX2_C_VERSION): New macro.
2551         * conform/Makefile (test-xfail-POSIX/unistd.h/conform): Remove
2552         variable.
2554         [BZ #18444]
2555         * string/basename.c (basename): Rename to __basename and define as
2556         weak alias of __basename.  Use libc_hidden_weak.
2557         * include/string.h (__basename): Declare.  Use libc_hidden_proto.
2558         * sysdeps/unix/sysv/linux/pathconf.c (distinguish_extX): Call
2559         __basename instead of basename.
2560         * conform/Makefile (test-xfail-POSIX2008/unistd.h/linknamespace):
2561         Remove variable.
2562         (test-xfail-XOPEN2K8/unistd.h/linknamespace): Likewise.
2564 2015-05-18  Florian Weimer  <fweimer@redhat.com>
2566         * libio/libioP.h (_IO_MEMBER_TYPE, _IO_CAST_FIELD_ACCESS)
2567         (_IO_JUMPS_FILE_plus): New.
2568         (_IO_WIDE_JUMPS, _IO_CHECK_WIDE, _IO_JUMPS_FUNC): Use
2569         _IO_CAST_FIELD_ACCESS.
2570         * libio/fileops.c (libc_hidden_def, _IO_file_setbuf_mmap,
2571         mmap_remap_check, decide_maybe_mmap): Use _IO_JUMPS_FILE_plus.
2572         * libio/freopen.c (freopen): Likewise.
2573         * libio/freopen64.c (freopen64): Likewise.
2574         * libio/iofopen.c (__fopen_maybe_mmap): Likewise.
2575         * libio/iofopncook.c (_IO_old_fopencookie): Likewise.
2576         * libio/iofwide.c (_IO_fwide): Likewise.
2577         * libio/memstream.c (open_memstream): Likewise.
2578         * libio/oldiofdopen.c (_IO_old_fdopen): Likewise.
2579         * libio/oldiofopen.c (_IO_old_fopen): Likewise.
2580         * libio/oldiopopen.c (_IO_old_popen): Likewise.
2582 2015-05-21  Joseph Myers  <joseph@codesourcery.com>
2584         * sysdeps/ieee754/dbl-64/e_lgamma_r.c: Include <libc-internal.h>.
2585         (__ieee754_lgamma_r): Ignore uninitialized warnings around use of
2586         NADJ.
2587         * sysdeps/ieee754/flt-32/e_lgammaf_r.c: Include <libc-internal.h>.
2588         (__ieee754_lgammaf_r): Ignore uninitialized warnings around use of
2589         NADJ.
2590         * sysdeps/ieee754/ldbl-96/e_lgammal_r.c: Include <libc-internal.h>.
2591         (__ieee754_lgammal_r): Ignore uninitialized warnings around use of
2592         NADJ.
2594         * sysdeps/ieee754/dbl-64/mpa.c (norm): Remove if condition on
2595         (p == 4) case.
2597         * conform/linknamespace.pl (@whitelist): Add re_syntax_options.
2598         * conform/Makefile (test-xfail-UNIX98/regex.h/linknamespace):
2599         Remove variable.
2600         (test-xfail-XOPEN2K/regex.h/linknamespace): Likewise.
2601         (test-xfail-POSIX2008/regex.h/linknamespace): Likewise.
2602         (test-xfail-XOPEN2K8/regex.h/linknamespace): Likewise.
2604 2015-05-21  Florian Weimer  <fweimer@redhat.com>
2606         * stdio-common/vfprintf.c (LABEL, JUMP_TABLE_BASE_LABEL, REF):
2607         Adjust jump table label generation macros.
2609 2015-05-21  Florian Weimer  <fweimer@redhat.com>
2611         * stdio-common/vfprintf.c (vfprintf): Move local variables
2612         args_malloced, specs, specs_malloced, and the code after
2613         do_positional to the printf_positional function.
2614         (printf_positional): New function.
2616 2015-05-21  Florian Weimer  <fweimer@redhat.com>
2618         * stdio-common/vfprintf.c (jump_table): Move out of the vfprintf
2619         function.
2620         (NOT_IN_JUMP_RANGE, CHAR_CLASS, LABEL, REF, JUMP, STEP0_3_TABLE,
2621         STEP4_TABLE, process_arg): Move macro definitions
2622         out of the vfprintf function.  (Cosmetic change only.)
2624 2015-05-21  Carlos O'Donell  <carlos@redhat.com>
2626         * benchtests/Makefile (stdio-common-bench): Define.
2627         (benchset): Add stdio-common-bench.
2628         * sprintf-inputs: New file.
2629         * sprintf-source.c: New file.
2631 2015-05-21  Andreas Schwab  <schwab@suse.de>
2633         [BZ #13028]
2634         [BZ #17053]
2635         * resolv/res_init.c (__res_vinit): Remove use of ext.nsmap member
2636         of struct __res_state.
2637         * resolv/res_send.c (__libc_res_nsend): Likewise.
2638         (get_nsaddr): New function.
2639         (res_ourserver_p, send_vc, reopen): Use it instead of accessing
2640         statp directly.
2642 2015-05-20  Joseph Myers  <joseph@codesourcery.com>
2644         * conform/GlibcConform.pm ($CFLAGS{"POSIX"}): Use
2645         -D_POSIX_C_SOURCE=199506L.
2647         * conform/data/locale.h-data [POSIX] (LC_MESSAGES): Require.
2649         * conform/data/unistd.h-data (_POSIX_VERSION): Require.
2650         (_POSIX2_C_VERSION): Require if [POSIX || XPG3 || XPG4 || UNIX98].
2651         Do not mention otherwise.
2652         [POSIX] (_XOPEN_VERSION): Do not expect.
2653         [POSIX] (_XOPEN_XCU_VERSION): Likewise.
2654         [POSIX] (_POSIX2_C_BIND): Likewise.
2655         [POSIX] (_POSIX2_VERSION): Likewise.
2656         [POSIX] (_XOPEN_XPG2): Likewise.
2657         [POSIX] (_XOPEN_XPG3): Likewise.
2658         [POSIX] (_XOPEN_XPG4): Likewise.
2659         [POSIX] (_XOPEN_UNIX): Likewise.
2660         [POSIX] (_POSIX_ADVISORY_INFO): Likewise.
2661         [POSIX] (_POSIX_BARRIERS): Likewise.
2662         [POSIX] (_POSIX_CLOCK_SELECTION): Likewise.
2663         [POSIX] (_POSIX_CPUTIME): Likewise.
2664         [POSIX] (_POSIX_MONOTONIC_CLOCK): Likewise.
2665         [POSIX] (_POSIX_READER_WRITER_LOCKS): Likewise.
2666         [POSIX] (_POSIX_SHELL): Likewise.
2667         [POSIX] (_POSIX_SPAWN): Likewise.
2668         [POSIX] (_POSIX_SPIN_LOCKS): Likewise.
2669         [POSIX] (_POSIX_SPORADIC_SERVER): Likewise.
2670         [POSIX] (_POSIX_THREAD_CPUTIME): Likewise.
2671         [POSIX] (_POSIX_TYPED_MEMORY_OBJECTS): Likewise.
2672         [POSIX] (_POSIX_THREAD_SPORADIC_SERVER): Likewise.
2673         [POSIX] (_XBS5_ILP32_OFF32): Likewise.
2674         [POSIX] (_XBS5_ILP32_OFBIG): Likewise.
2675         [POSIX] (_XBS5_LP64_OFF64): Likewise.
2676         [POSIX] (_XBS5_LPBIG_OFFBIG): Likewise.
2677         [POSIX] (_POSIX_TIMEOUTS): Likewise.
2678         [POSIX] (_POSIX2_PBS): Likewise.
2679         [POSIX] (_POSIX2_PBS_ACCOUNTING): Likewise.
2680         [POSIX] (_POSIX2_PBS_CHECKPOINT): Likewise.
2681         [POSIX] (_POSIX2_PBS_LOCATE): Likewise.
2682         [POSIX] (_POSIX2_PBS_MESSAGE): Likewise.
2683         [POSIX] (_POSIX2_PBS_TRACK): Likewise.
2684         [POSIX] (_POSIX_TIMESTAMP_RESOLUTION): Likewise.
2685         [POSIX] (_CS_XBS5_ILP32_OFF32_CFLAGS): Likewise.
2686         [POSIX] (_CS_XBS5_ILP32_OFF32_LDFLAGS): Likewise.
2687         [POSIX] (_CS_XBS5_ILP32_OFF32_LIBS): Likewise.
2688         [POSIX] (_CS_XBS5_ILP32_OFF32_LINTFLAGS): Likewise.
2689         [POSIX] (_CS_XBS5_ILP32_OFFBIG_CFLAGS): Likewise.
2690         [POSIX] (_CS_XBS5_ILP32_OFFBIG_LDFLAGS): Likewise.
2691         [POSIX] (_CS_XBS5_ILP32_OFFBIG_LIBS): Likewise.
2692         [POSIX] (_CS_XBS5_ILP32_OFFBIG_LINTFLAGS): Likewise.
2693         [POSIX] (_CS_XBS5_LP64_OFF64_CFLAGS): Likewise.
2694         [POSIX] (_CS_XBS5_LP64_OFF64_LDFLAGS): Likewise.
2695         [POSIX] (_CS_XBS5_LP64_OFF64_LIBS): Likewise.
2696         [POSIX] (_CS_XBS5_LP64_OFF64_LINTFLAGS): Likewise.
2697         [POSIX] (_CS_XBS5_LPBIG_OFFBIG_CFLAGS): Likewise.
2698         [POSIX] (_CS_XBS5_LPBIG_OFFBIG_LDFLAGS): Likewise.
2699         [POSIX] (_CS_XBS5_LPBIG_OFFBIG_LIBS): Likewise.
2700         [POSIX] (_CS_XBS5_LPBIG_OFFBIG_LINTFLAGS): Likewise.
2701         [POSIX] (_SC_2_C_BIND): Likewise.
2702         [POSIX] (_SC_2_C_VERSION): Likewise.
2703         [POSIX] (_SC_2_PBS): Likewise.
2704         [POSIX] (_SC_2_PBS_ACCOUNTING): Likewise.
2705         [POSIX] (_SC_2_PBS_CHECKPOINT): Likewise.
2706         [POSIX] (_SC_2_PBS_LOCATE): Likewise.
2707         [POSIX] (_SC_2_PBS_MESSAGE): Likewise.
2708         [POSIX] (_SC_2_PBS_TRACK): Likewise.
2709         [POSIX] (_SC_ATEXIT_MAX): Likewise.
2710         [POSIX] (_SC_BARRIERS): Likewise.
2711         [POSIX] (_SC_BASE): Likewise.
2712         [POSIX] (_SC_CLOCK_SELECTION): Likewise.
2713         [POSIX] (_SC_DEVICE_IO): Likewise.
2714         [POSIX] (_SC_DEVICE_SPECIFIC): Likewise.
2715         [POSIX] (_SC_DEVICE_SPECIFIC_R): Likewise.
2716         [POSIX] (_SC_FD_MGMT): Likewise.
2717         [POSIX] (_SC_FIFO): Likewise.
2718         [POSIX] (_SC_FILE_ATTRIBUTES): Likewise.
2719         [POSIX] (_SC_FILE_LOCKING): Likewise.
2720         [POSIX] (_SC_FILE_SYSTEM): Likewise.
2721         [POSIX] (_SC_IOV_MAX): Likewise.
2722         [POSIX] (_SC_MONOTONIC_CLOCK): Likewise.
2723         [POSIX] (_SC_NETWORKING): Likewise.
2724         [POSIX] (_SC_PAGE_SIZE): Likewise.
2725         [POSIX] (_SC_PASS_MAX): Likewise.
2726         [POSIX] (_SC_PIPE): Likewise.
2727         [POSIX] (_SC_READER_WRITER_LOCKS): Likewise.
2728         [POSIX] (_SC_REGEXP): Likewise.
2729         [POSIX] (_SC_SHELL): Likewise.
2730         [POSIX] (_SC_SIGNALS): Likewise.
2731         [POSIX] (_SC_SINGLE_PROCESS): Likewise.
2732         [POSIX] (_SC_SPIN_LOCKS): Likewise.
2733         [POSIX] (_SC_TYPED_MEMORY_OBJECTS): Likewise.
2734         [POSIX] (_SC_USER_GROUPS): Likewise.
2735         [POSIX] (_SC_USER_GROUPS_R): Likewise.
2736         [POSIX] (_SC_STREAMS): Likewise.
2737         [POSIX] (_SC_XBS5_ILP32_OFF32): Likewise.
2738         [POSIX] (_SC_XBS5_ILP32_OFFBIG): Likewise.
2739         [POSIX] (_SC_XBS5_LP64_OFF64): Likewise.
2740         [POSIX] (_SC_XBS5_LPBIG_OFFBIG): Likewise.
2741         [POSIX] (_SC_THREAD_ROBUST_PRIO_INHERIT): Likewise.
2742         [POSIX] (_SC_THREAD_ROBUST_PRIO_PROTECT): Likewise.
2743         [POSIX] (_PC_FILESIZEBITS): Likewise.
2744         [POSIX] (_PC_REC_INCR_XFER_SIZE): Likewise.
2745         [POSIX] (_PC_REC_MAX_XFER_SIZE): Likewise.
2746         [POSIX] (_PC_REC_MIN_XFER_SIZE): Likewise.
2747         [POSIX] (_PC_REC_XFER_ALIGN): Likewise.
2748         [POSIX] (uid_t): Likewise.
2749         [POSIX] (gid_t): Likewise.
2750         [POSIX] (off_t): Likewise.
2751         [POSIX] (pid_t): Likewise.
2752         [POSIX] (cuserid): Allow.
2753         (_SC_2_CHAR_TERM): Require constant.
2754         (_POSIX_ASYNCHRONOUS_IO): Remove duplicate optional-constant.
2755         * conform/Makefile (test-xfail-POSIX/unistd.h/conform): New
2756         variable.
2758 2015-05-20  Roland McGrath  <roland@hack.frob.com>
2760         * sysdeps/nacl/pthread-pids.h: New file.
2761         * sysdeps/nacl/createthread.c: Include <pthread-pids.h>.
2762         (create_thread): Use __nacl_get_tid to initialize PD->tid.
2764         * nptl/pthread-pids.h: New file.
2765         * sysdeps/unix/sysv/linux/pthread-pids.h: New file.
2766         * nptl/nptl-init.c: Include <pthread-pids.h>.
2767         (__pthread_initialize_minimal_internal):
2768         Call __pthread_initialize_pids instead of set_tid_address syscall.
2770         * sysdeps/unix/sysv/linux/usleep.c: Moved to ...
2771         * sysdeps/posix/usleep.c: ... here.
2773 2015-05-20  Adhemerval Zanella  <adhemerval.zanella@linaro.org>
2775         * sysdeps/unix/sysv/linux/i386/Makefile [$(subdir) = misc)]: Remove
2776         call_pselect6 object.
2777         [$(subdir) = io]: Remove call_sync_file_range object.
2778         * sysdeps/unix/sysv/linux/i386/call_pselect6.S: Remove file.
2779         * sysdeps/unix/sysv/linux/i386/call_sync_file_range.S: Remove file.
2780         * sysdeps/unix/sysv/linux/i386/pselect.c: Remove file.
2781         * sysdeps/unix/sysv/linux/i386/sync_file_range.c: Remove file.
2783 2015-05-20  Wilco Dijkstra  <wdijkstr@arm.com>
2785         * math/s_cproj.c: Add include "math_private.h".
2786         * math/s_cprojf.c: Likewise.
2787         * math/s_cprojl.c: Likewise.
2789 2015-05-19  Joseph Myers  <joseph@codesourcery.com>
2791         [BZ #18244]
2792         * sysdeps/ieee754/ldbl-96/s_remquol.c (__remquol): Ignore explicit
2793         high mantissa bit when testing whether P is a NaN.
2794         * math/libm-test.inc (remainder_test_data): Add more tests.
2795         (remquo_test_data): Likewise.
2797         [BZ #18049]
2798         * sysdeps/i386/fpu/e_atanhl.S (__ieee754_atanhl): For exponents
2799         below -32, return the argument, with underflow if subnormal.
2800         * math/auto-libm-test-in: Add more tests of atanh.
2801         * math/auto-libm-test-out: Regenerated.
2803 2015-05-19  Roland McGrath  <roland@hack.frob.com>
2805         [BZ #18434]
2806         * nptl/tst-sem15.c: New file.
2807         * nptl/Makefile (tests): Add it.
2808         * nptl/sem_post.c (__new_sem_post) [!__HAVE_64B_ATOMICS]:
2809         s/<</>>/ to fix typo in EOVERFLOW check.
2810         * sysdeps/sparc/sparc32/sem_post.c (__new_sem_post): Likewise.
2812 2015-05-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
2814         * manual/strings.texi (envz_remove): Fix typo in safety
2815         annotations.
2817 2015-05-19  Paul Eggert  <eggert@cs.ucla.edu>
2818             Steve Ellcey  <sellcey@imgtec.com>
2820         * inet/rcmd.c (rresvport_af): Change ss to anonymous union
2821         in order to avoid strict alias warnings.
2822         (iruserok_af): Ditto for ra.
2824 2015-05-19  James Lemke  <jwlemke@codesourcery.com>
2826         [BZ #17581]
2827         * malloc/hooks.c
2828         (magicbyte): Convert to a function and avoid returning 0x01.
2829         (mem2mem_check): Avoid using a length byte equal to the magic byte.
2830         (mem2chunk_check): Fix unsigned comparisons to zero.
2831         Hoist defs of sz and magic.
2833 2015-05-19  Richard Henderson  <rth@redhat.com>
2835         * soft-fp/op-common.h (_FP_FROM_INT): Don't write to R.
2837         * sysdeps/alpha/fpu/libm-test-ulps: Update.
2839 2015-05-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
2841         [BZ #16159]
2842         * malloc/Makefile (tests): New test case tst-malloc-backtrace.
2843         * malloc/arena.c (arena_lock): Check if arena is corrupt.
2844         (reused_arena): Find a non-corrupt arena.
2845         (heap_trim): Pass arena to unlink.
2846         * malloc/hooks.c (malloc_check_get_size): Pass arena to
2847         malloc_printerr.
2848         (top_check): Likewise.
2849         (free_check): Likewise.
2850         (realloc_check): Likewise.
2851         * malloc/malloc.c (malloc_printerr): Add arena argument.
2852         (unlink): Likewise.
2853         (munmap_chunk): Adjust.
2854         (ARENA_CORRUPTION_BIT): New macro.
2855         (arena_is_corrupt): Likewise.
2856         (set_arena_corrupt): Likewise.
2857         (sysmalloc): Use mmap if there are no usable arenas.
2858         (_int_malloc): Likewise.
2859         (__libc_malloc): Don't fail if arena_get returns NULL.
2860         (_mid_memalign): Likewise.
2861         (__libc_calloc): Likewise.
2862         (__libc_realloc): Adjust for additional argument to
2863         malloc_printerr.
2864         (_int_free): Likewise.
2865         (malloc_consolidate): Likewise.
2866         (_int_realloc): Likewise.
2867         (_int_memalign): Don't touch corrupt arenas.
2868         * malloc/tst-malloc-backtrace.c: New test case.
2870         * Makefile (summarize-tests): Fix return value on success.
2872         * manual/string.texi (Envz Functions): Add envz_remove.
2874 2015-05-18  Roland McGrath  <roland@hack.frob.com>
2876         * sysdeps/posix/opendir.c: Include <stdbool.h>.
2877         (invalid_name): New function, broken out of ...
2878         (__opendirat): ... here.  Call it.
2879         (need_isdir_precheck): New function, broken out of ...
2880         (__opendirat): ... here.  Call it.
2881         Use __fxstatat64, not __xstatat64.
2882         (opendir_oflags): New function, broken out of ...
2883         (__opendirat): ... here.  Call it.
2884         (opendir_tail): New function, broken out of ...
2885         (__opendirat): ... here.  Call it.
2886         (__opendir): Call invalid_name, need_isdir_precheck, __xstat64, and
2887         opendir_tail, rather than punting to __opendirat.
2888         (__opendirat): Conditionalize function definition on [IS_IN (libc)].
2890 2015-05-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
2892         * .gitignore: Ignore generated *.pyc.
2894 2015-05-18  Arjun Shankar  <arjun.is@lostca.se>
2896         * include/stdio.h: Define __need_wint_t.
2897         * test-skeleton.c: Avoid `for' loop initial declaration.
2898         * nptl/tst-initializers1.c: Use test-skeleton.c.
2900 2015-05-17  Adhemerval Zanella  <adhemerval.zanella@linaro.org>
2902         [BZ #18418]
2903         * stdlib/tst-setcontext3.sh: Remove non-portable array use.
2905 2015-05-15  Joseph Myers  <joseph@codesourcery.com>
2907         [BZ #16352]
2908         * sysdeps/i386/fpu/e_atanh.S (dbl_min): New object.
2909         (__ieee754_atanh): Force underflow exception for results with
2910         small absolute value.
2911         * sysdeps/i386/fpu/e_atanhf.S (flt_min): New object.
2912         (__ieee754_atanhf): Force underflow exception for results with
2913         small absolute value.
2914         * sysdeps/ieee754/dbl-64/e_atanh.c: Include <float.h>.
2915         (__ieee754_atanh): Force underflow exception for results with
2916         small absolute value.
2917         * sysdeps/ieee754/flt-32/e_atanhf.c: Include <float.h>.
2918         (__ieee754_atanhf): Force underflow exception for results with
2919         small absolute value.
2920         * sysdeps/ieee754/ldbl-128/e_atanhl.c: Include <float.h>.
2921         (__ieee754_atanhl): Force underflow exception for results with
2922         small absolute value.
2923         * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c: Include <float.h>.
2924         (__ieee754_atanhl): Force underflow exception for results with
2925         small absolute value.
2926         * sysdeps/ieee754/ldbl-96/e_atanhl.c: Include <float.h>.
2927         (__ieee754_atanhl): Force underflow exception for results with
2928         small absolute value.
2929         * math/auto-libm-test-in: Do not allow missing underflow
2930         exceptions from atanh.
2931         * math/auto-libm-test-out: Regenerated.
2933         [BZ #18221]
2934         * sysdeps/ieee754/flt-32/k_tanf.c (__kernel_tanf): Use 2**-13 not
2935         2**-28 as threshold for returning x or +/- 1/x.
2936         * math/auto-libm-test-in: Add more tests of tan.
2937         * math/auto-libm-test-out: Regenerated.
2939         [BZ #18220]
2940         * sysdeps/ieee754/flt-32/e_lgammaf_r.c (__ieee754_lgammaf_r): Use
2941         2**26 not 2**58 as threshold for returning x * (log (x) - 1).
2942         * math/auto-libm-test-in: Add another test of lgamma.
2943         * math/auto-libm-test-out: Regenerated.
2945 2015-05-15  Wilco Dijkstra  <wdijkstr@arm.com>
2947         * stdio-common/printf_fp.c (___printf_fp): Use abs.
2948         * stdlib/gmp-impl.h (ABS): Remove define.  (ABSIZ): Remove.
2949         * sysdeps/ieee754/dbl-64/branred.c (__branred): Use fabs.
2950         * sysdeps/ieee754/dbl-64/dla.h (EADD): Use fabs.
2951         (ESUB): Use fabs.  (ADD2): Use fabs.  (SUB2): Use fabs.
2952         (ADD2A): Use fabs.  (SUB2A): Use fabs.
2953         * sysdeps/ieee754/dbl-64/e_asin.c (__ieee754_asin): Use fabs.
2954         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Use fabs.
2955         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Use fabs.
2956         (log1): Use fabs.  (my_log2): Use fabs.
2957         * sysdeps/ieee754/dbl-64/e_remainder.c (__ieee754_remainder): Use fabs.
2958         * sysdeps/ieee754/dbl-64/mpa.h (ABS): Remove define.
2959         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Use fabs.
2960         * sysdeps/ieee754/dbl-64/mydefs.h (ABS): Remove define.
2961         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Use fabs.
2962         (__cos): Use fabs.  (slow): Use fabs.  (slow2): Use fabs.
2963         (sloww): Use fabs.  (sloww1): Use fabs.  (sloww2): Use fabs.
2964         (bslow1): Use fabs.  (bslow2): Use fabs.  (cslow2): Use fabs.
2965         (csloww): Use fabs.  (csloww1): Use fabs.  (csloww2): Use fabs.
2966         * sysdeps/ieee754/dbl-64/sincos32.c (__mpranred): Use fabs.
2967         * sysdeps/x86_64/fpu/multiarch/e_log.c: add math.h include.
2969 2015-05-15  Joseph Myers  <joseph@codesourcery.com>
2971         [BZ #18217]
2972         * sysdeps/ieee754/flt-32/s_erff.c (__erfcf): Use 2**-26 not 2**-56
2973         as threshold for returning 1 - x.
2974         * math/auto-libm-test-in: Add more tests of erfc.
2975         * math/auto-libm-test-out: Regenerated.
2977 2015-05-14  Joseph Myers  <joseph@codesourcery.com>
2979         [BZ #18196]
2980         * sysdeps/ieee754/flt-32/s_atanf.c (__atanf): Use 2^25 not 2^34 as
2981         threshold for large arguments.
2982         * math/auto-libm-test-in: Add another test of atan.
2983         * math/auto-libm-test-out: Regenerated.
2985         [BZ #16339]
2986         * sysdeps/i386/fpu/s_log1p.S (dbl_min): New object.
2987         (__log1p): Force underflow exception for results with small
2988         absolute value.
2989         * sysdeps/i386/fpu/s_log1pf.S (flt_min): New object.
2990         (__log1pf): Force underflow exception for results with small
2991         absolute value.
2992         * sysdeps/ieee754/dbl-64/s_log1p.c: Include <float.h>.
2993         (__log1p): Force underflow exception for results with small
2994         absolute value.
2995         * sysdeps/ieee754/flt-32/s_log1pf.c: Include <float.h>.
2996         (__log1pf): Force underflow exception for results with small
2997         absolute value.
2998         * sysdeps/ieee754/ldbl-128/s_log1pl.c: Include <float.h>.
2999         (__log1pl): Force underflow exception for results with small
3000         absolute value.
3001         * math/auto-libm-test-in: Do not allow missing underflow
3002         exceptions from log1p.
3003         * math/auto-libm-test-out: Regenerated.
3005 2015-05-14  Jakub Bogusz  <qboosh@pld-linux.org>
3006             Adhemerval Zanella  <adhemerval.zanella@linaro.org>
3008         [BZ #16704]
3009         * sysdeps/unix/make-syscalls.sh: Remove non-portable echo usage.
3011 2015-05-14  Andrew Senkevich  <andrew.senkevich@intel.com>
3013         * Makeconfig (rpath-dirs, all-subdirs): Added mathvec folder.
3014         (libmvec): New variable.
3015         * configure.ac: Added option for mathvec build.
3016         * configure: Regenerated.
3017         * mathvec/Depend: New file.
3018         * mathvec/Makefile: New file.
3019         * shlib-versions: Added libmvec.
3020         * math/Makefile: Added rule for libm.so installation.
3022         * bits/math-vector.h: New file.
3023         * bits/libm-simd-decl-stubs.h: New header.
3024         * math/Makefile (headers): Added new header
3025         libm-simd-decl-stubs.h.
3026         * math/math.h (__MATHCALL_VEC): New macro.
3028         * math/gen-libm-have-vector-test.sh: Script generates series of macros
3029         for conditions in testing functions.
3030         * math/Makefile: Added call of libm-have-vector-test.sh.
3031         * math/libm-test.inc (HAVE_VECTOR): New macros.
3033         * math/libm-test.inc: START refactored.
3034         * math/test-double.c (TEST_MATHVEC): Add define.
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         * sysdeps/generic/math-tests-arch.h
3041         (INIT_ARCH_EXT, CHECK_ARCH_EXT): New helper macros for runtime
3042         architecture check.
3044         * math/test-double.c (FUNC_TEST): New macro.
3045         * math/test-float.c: Likewise.
3046         * math/test-idouble.c: Likewise.
3047         * math/test-ifloat.c: Likewise.
3048         * math/test-ildoubl.c: Likewise.
3049         * math/test-ldouble.c: Likewise.
3050         * math/libm-test.inc: Use FUNC_TEST for name of tested functions.
3052 2015-05-13  Roland McGrath  <roland@hack.frob.com>
3054         * sysdeps/nacl/fdopendir.c: New file.
3056         * dirent/scandir-tail.c: New file.
3057         * dirent/scandir64-tail.c: New file.
3058         * dirent/Makefile (routines): Add them.
3059         (CFLAGS-scandir-tail.c, CFLAGS-scandir64-tail.c): New variables.
3060         * include/dirent.h (__scandir_tail, __scandir64_tail): Declare them.
3061         * dirent/scandir.c [!SCANDIR] (SCANDIRAT): Macro removed.
3062         [!SCANDIR] (SCANDIR_TAIL): New macro.
3063         (SCANDIR): Call __opendir and __scandir_tail, not __scandirat.
3064         * dirent/scandir64.c [!_DIRENT_MATCHES_DIRENT64]
3065         (SCANDIRAT): Macro removed.
3066         (SCANDIR_TAIL): New macro.
3067         * dirent/scandirat.c [!SCANDIRAT] (READDIR): Macro removed.
3068         [!SCANDIRAT] (SCANDIR_TAIL): New macro.
3069         (SCANDIRAT): Just call __opendirat and __scandir_tail.
3070         * dirent/scandirat64.c [!_DIRENT_MATCHES_DIRENT64]
3071         (READDIR): Macro removed.
3072         (SCANDIR_TAIL): New macro.
3073         * sysdeps/unix/sysv/linux/i386/scandir64.c (READDIR): Macro removed.
3074         (SCANDIR_TAIL): New macro.
3076         * dirent/scandirat.c (__scandir_cancel_handler): Function moved ...
3077         * dirent/scandir-cancel.c: ... to this new file.
3078         * dirent/Makefile (routines): Add it.
3079         * dirent/scandirat64.c (SKIP_SCANDIR_CANCEL): Macro removed.
3080         * sysdeps/unix/sysv/linux/i386/scandir64.c
3081         (SKIP_SCANDIR_CANCEL): Macro removed.
3082         * include/dirent.h (__scandir_cancel_handler): Add attribute_hidden.
3084         * dirent/tst-scandir.c: New file.
3085         * dirent/tst-scandir64.c: New file.
3086         * dirent/Makefile (tests): Add them.
3088 2015-05-13  H.J. Lu  <hongjiu.lu@intel.com>
3090         [BZ #18409]
3091         * sysdeps/unix/make-syscalls.sh: Remove a trailing `\'.
3093 2015-05-13  Szabolcs Nagy  <szabolcs.nagy@arm.com>
3095         * sysdeps/aarch64/tls-macros.h (TLS_GD): Add "cc" to the clobber
3096         list.
3098 2015-05-13  Leonhard Holz  <leonhard.holz@web.de>
3100         * benchtests/bench-strcoll.c: New benchmark.
3101         * benchtests/Makefile: Generate locales and run benchmark.
3102         * benchtests/strcoll-inputs/filelist#C: New benchmark input file.
3103         * benchtests/strcoll-inputs/filelist#en_US.UTF-8: Likewise.
3104         * benchtests/strcoll-inputs/lorem_ipsum#ar_SA.UTF-8: Likewise.
3105         * benchtests/strcoll-inputs/lorem_ipsum#cs_CZ.UTF-8: Likewise.
3106         * benchtests/strcoll-inputs/lorem_ipsum#da_DK.UTF-8: Likewise.
3107         * benchtests/strcoll-inputs/lorem_ipsum#el_GR.UTF-8: Likewise.
3108         * benchtests/strcoll-inputs/lorem_ipsum#en_GB.UTF-8: Likewise.
3109         * benchtests/strcoll-inputs/lorem_ipsum#en_US.UTF-8: Likewise.
3110         * benchtests/strcoll-inputs/lorem_ipsum#es_ES.UTF-8: Likewise.
3111         * benchtests/strcoll-inputs/lorem_ipsum#fr_FR.UTF-8: Likewise.
3112         * benchtests/strcoll-inputs/lorem_ipsum#hi_IN.UTF-8: Likewise.
3113         * benchtests/strcoll-inputs/lorem_ipsum#hu_HU.UTF-8: Likewise.
3114         * benchtests/strcoll-inputs/lorem_ipsum#is_IS.UTF-8: Likewise.
3115         * benchtests/strcoll-inputs/lorem_ipsum#it_IT.UTF-8: Likewise.
3116         * benchtests/strcoll-inputs/lorem_ipsum#iw_IL.UTF-8: Likewise.
3117         * benchtests/strcoll-inputs/lorem_ipsum#ja_JP.UTF-8: Likewise.
3118         * benchtests/strcoll-inputs/lorem_ipsum#pl_PL.UTF-8: Likewise.
3119         * benchtests/strcoll-inputs/lorem_ipsum#pt_PT.UTF-8: Likewise.
3120         * benchtests/strcoll-inputs/lorem_ipsum#ru_RU.UTF-8: Likewise.
3121         * benchtests/strcoll-inputs/lorem_ipsum#sr_RS.UTF-8: Likewise.
3122         * benchtests/strcoll-inputs/lorem_ipsum#sv_SE.UTF-8: Likewise.
3123         * benchtests/strcoll-inputs/lorem_ipsum#tr_TR.UTF-8: Likewise.
3124         * benchtests/strcoll-inputs/lorem_ipsum#vi_VN.UTF-8: Likewise.
3125         * benchtests/strcoll-inputs/lorem_ipsum#zh_CN.UTF-8: Likewise.
3127 2015-05-12  Ondřej Bílka  <neleai@seznam.cz>
3129         * sysdeps/x86_64/multiarch/strcspn.S: Remove plt indirection.
3130         * sysdeps/x86_64/multiarch/strspn.S: Likewise.
3132 2015-05-12  Roland McGrath  <roland@hack.frob.com>
3134         * posix/uname-values.h: New file.
3135         * posix/uname.c: Include that instead of <config-name.h>.
3136         * sysdeps/nacl/uname-values.h: New file.
3137         * sysdeps/arm/nacl/uname-values.h: New file.
3139 2015-05-12  Joseph Myers  <joseph@codesourcery.com>
3141         * conform/linknamespace.pl (list_syms): Remove \[.*?\] before
3142         splitting into fields.
3144 2015-05-12  Leonhard Holz  <leonhard.holz@web.de>
3146         * locale/categories.def: Define _NL_COLLATE_ENCODING_TYPE.
3147         * locale/langinfo.h: Add _NL_COLLATE_ENCODING_TYPE to attribute list.
3148         * locale/localeinfo.h: Add enum collation_encoding_type.
3149         * locale/C-collate.c: Set _NL_COLLATE_ENCODING_TYPE to 8bit.
3150         * programs/ld-collate.c (collate_output): Add encoding type info.
3151         * string/strcoll_l.c (STRDIFF): New function.
3152         * (STRCOLL): Use STRDIFF to skip over equal prefix.
3153         * wcsmbs/wcscoll_l.c: Define STRDIFF.
3155 2015-05-11  Joseph Myers  <joseph@codesourcery.com>
3157         [BZ #18397]
3158         * sysdeps/mips/mips32/fpu/fpu_control.c: Move to ....
3159         * sysdeps/mips/mips32/fpu/fpucw-helpers.c: ... here.  Include
3160         <fpu_control.h> instead of <math/fpu_control.c>.
3161         * sysdeps/mips/mips32/fpu/Makefile: New file.
3163 2015-05-11  Andreas Schwab  <schwab@suse.de>
3165         [BZ #18007]
3166         * nis/nss_compat/compat-grp.c (internal_endgrent): Don't call
3167         nss_endgrent.
3168         (_nss_compat_endgrent): Call nss_endgrent.
3169         * nis/nss_compat/compat-pwd.c (internal_endpwent): Don't call
3170         nss_endpwent.
3171         (_nss_compat_endpwent): Call nss_endpwent.
3172         * nis/nss_compat/compat-spwd.c (internal_setspent): Add parameter
3173         needent, call nss_setspent only if non-zero.
3174         (_nss_compat_setspent, _nss_compat_getspent_r): Pass non-zero.
3175         (internal_endspent): Don't call nss_endspent.
3176         (_nss_compat_endspent): Call nss_endspent.
3177         * nss/nss_files/files-XXX.c (position, last_use, keep_stream):
3178         Remove.  All uses removed.
3179         (internal_setent): Remove parameter stayopen, add parameter
3180         stream.  Use it instead of global variable.
3181         (CONCAT(_nss_files_set,ENTNAME)): Pass global stream.
3182         (internal_endent, internal_getent): Add parameter stream.  Use it
3183         instead of global variable.
3184         (CONCAT(_nss_files_end,ENTNAME))
3185         (CONCAT(_nss_files_get,ENTNAME_r)): Pass global stream.
3186         (_nss_files_get##name##_r): Pass local stream.  Remove locking.
3187         * nss/nss_files/files-alias.c (position, last_use): Remove.  All
3188         uses removed.
3189         (internal_setent, internal_endent): Add parameter stream.  Use it
3190         instead of global variable.
3191         (_nss_files_setaliasent, _nss_files_endaliasent): Pass global
3192         stream.
3193         (get_next_alias): Add parameter stream.
3194         (_nss_files_getaliasent_r): Pass global stream.
3195         (_nss_files_getaliasbyname_r): Pass local stream.  Remove locking.
3196         * nss/nss_files/files-hosts.c (_nss_files_gethostbyname3_r)
3197         (_nss_files_gethostbyname4_r): Pass local stream to
3198         internal_setent, internal_getent and internal_endent.  Remove
3199         locking.
3201 2015-05-11  Stefan Liebler  <stli@linux.vnet.ibm.com>
3203         * tst-strfmon1.c (tests): Update expected currency symbol.
3205 2015-05-08  Roland McGrath  <roland@hack.frob.com>
3207         * sysdeps/nacl/gethostname.c: New file.
3209 2015-05-08  Joseph Myers  <joseph@codesourcery.com>
3211         * math/auto-libm-test-in: Add more tests of csqrt, lgamma, log10
3212         and sinh.
3213         * math/auto-libm-test-out: Regenerated.
3214         * sysdeps/i386/fpu/libm-test-ulps: Update.
3215         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
3217 2015-05-08  Carlos O'Donell  <carlos@redhat.com>
3219         [BZ #18125]
3220         * stdlib/tst-setcontext3.c: New file.
3221         * stdlib/tst-setcontext3.sh: New file.
3222         * stdlib/Makefile (tests): Add tst-setcontext3.
3223         (tst-setcontext3.out): Custom rule to run tst-setcontext3.sh
3224         to verify test program created output file.
3225         * sysdeps/unix/sysv/linux/aarch64/setcontext.S: Call exit.
3226         * sysdeps/unix/sysv/linux/arm/setcontext.S: Likewise.
3227         * sysdeps/unix/sysv/linux/hppa/setcontext.S: Likewise.
3228         * sysdeps/unix/sysv/linux/nios2/setcontext.S: Likewise.
3230 2015-05-06  Roland McGrath  <roland@hack.frob.com>
3232         [BZ #18383]
3233         * elf/tst-tlsalign.c: New file.
3234         * elf/tst-tlsalign-static.c: New file.
3235         * elf/tst-tlsalign-lib.c: New file.
3236         * elf/Makefile [$(build-shared) = yes] (tests): Add tst-tlsalign.
3237         (tests-static): Add tst-tlsalign-static.
3238         (modules-names): Add tst-tlsalign-lib.
3239         (test-xfail-tst-tlsalign): New variable.
3240         (test-xfail-tst-tlsalign-static): New variable.
3242         * sysdeps/nacl/nacl-test-wrapper.sh (NACL_LOADER):
3243         Use elf_loader_${arch}.nexe rather than loader_${arch}.nexe.
3245 2015-05-06  Joseph Myers  <joseph@codesourcery.com>
3247         * math/auto-libm-test-in: Add more tests of acosh, atanh, cos,
3248         csqrt, erfc, sin and sincos.
3249         * math/auto-libm-test-out: Regenerated.
3250         * sysdeps/i386/fpu/libm-test-ulps: Update.
3251         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
3253 2015-05-06  Szabolcs Nagy  <szabolcs.nagy@arm.com>
3255         * sysdeps/aarch64/libm-test-ulps: Update.
3257 2015-05-05  Joseph Myers  <joseph@codesourcery.com>
3259         * math/auto-libm-test-in: Add more tests of acosh, atanh, clog,
3260         clog10, csqrt, erfc, exp2, expm1, log10, log2 and sinh.
3261         * math/auto-libm-test-out: Regenerated.
3262         * sysdeps/i386/fpu/libm-test-ulps: Update.
3263         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
3265 2015-04-30  Daniel Marjamäki  <daniel.marjamaki@evidente.se>
3267         [BZ #18265]
3268         * wcsmbs/wchar.h (wcscpy): Add __nonnull attribute.
3269         (wcsncpy): Likewise.
3271 2015-05-05  Florian Weimer  <fweimer@redhat.com>
3273         * sysdeps/unix/sysv/linux/posix_fallocate.c (posix_fallocate):
3274         Assume __ASSUME_FALLOCATE is always true.
3275         * sysdeps/unix/sysv/linux/posix_fallocate64.c
3276         (__posix_fallocate64_l64): Likweise.
3277         * sysdeps/unix/sysv/linux/mips/mips64/n32/posix_fallocate.c
3278         (posix_fallocate): Likewise.
3279         * sysdeps/unix/sysv/linux/mips/mips64/n32/posix_fallocate64.c
3280         (__posix_fallocate64_l64): Likewise.
3281         * sysdeps/unix/sysv/linux/wordsize-64/posix_fallocate.c
3282         [!__ASSUME_FALLOCATE]: Add comment.
3284 2015-05-05  Florian Weimer  <fweimer@redhat.com>
3286         * sysdeps/unix/sysv/linux/i386/Makefile
3287         (sysdep_routines) [$(subdir) = misc]: Remove call_fallocate.
3288         (sysdep_routines) [$(subdir) = io]: Add libc-do-syscall.
3289         * sysdeps/unix/sysv/linux/i386/call_fallocate.S: Remove.
3290         * sysdeps/unix/sysv/linux/i386/fallocate.c: Likewise.
3291         * sysdeps/unix/sysv/linux/i386/fallocate64.c: Likewise.
3292         * sysdeps/unix/sysv/linux/i386/posix_fallocate.c: Likewise.
3293         * sysdeps/unix/sysv/linux/i386/posix_fallocate64.c: Likewise.
3295 2015-05-02  Joseph Myers  <joseph@codesourcery.com>
3297         * math/auto-libm-test-in: Add more tests of atan, clog, clog10,
3298         cos, csqrt, erf, erfc, exp2, lgamma, log1p, sin, sincos, tanh and
3299         tgamma.
3300         * math/auto-libm-test-out: Regenerated.
3301         * sysdeps/i386/fpu/libm-test-ulps: Update.
3302         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
3304 2015-05-01  Joseph Myers  <joseph@codesourcery.com>
3306         * math/auto-libm-test-in: Add more tests of tgamma.
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 tanh.
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 more tests of tan.
3317         * math/auto-libm-test-out: Regenerated.
3318         * sysdeps/i386/fpu/libm-test-ulps: Update.
3319         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
3321         * math/auto-libm-test-in: Add more tests of cos, sin and sincos.
3322         * math/auto-libm-test-out: Regenerated.
3323         * sysdeps/i386/fpu/libm-test-ulps: Update.
3324         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
3326         * math/auto-libm-test-in: Add another test of pow.
3327         * math/auto-libm-test-out: Regenerated.
3328         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
3330         * math/auto-libm-test-in: Add more tests of lgamma.
3331         * math/auto-libm-test-out: Regenerated.
3332         * sysdeps/i386/fpu/libm-test-ulps: Update.
3333         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
3335         * math/auto-libm-test-in: Add more tests of log, log10, log2 and
3336         log1p.
3337         * math/auto-libm-test-out: Regenerated.
3338         * sysdeps/i386/fpu/libm-test-ulps: Update.
3339         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
3341 2015-05-01  Mark Wielaard  <mjw@redhat.com>
3343         * elf/elf.h: Add SHF_COMPRESSED section flag, Elf32_Chdr and
3344         Elf64_Chdr structs and ELFCOMPRESS constants.
3346 2015-05-01  Joseph Myers  <joseph@codesourcery.com>
3348         * math/auto-libm-test-in: Add more tests of exp, exp10, exp2 and
3349         expm1.
3350         * math/auto-libm-test-out: Regenerated.
3351         * sysdeps/i386/fpu/libm-test-ulps: Update.
3352         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
3354         * math/auto-libm-test-in: Add more tests of erf and erfc.
3355         * math/auto-libm-test-out: Regenerated.
3356         * sysdeps/i386/fpu/libm-test-ulps: Update.
3357         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
3359 2015-05-01  Szabolcs Nagy  <szabolcs.nagy@arm.com>
3361         * config.h.in (HAVE_AARCH64_BE): Add.
3363 2015-04-30  Joseph Myers  <joseph@codesourcery.com>
3365         * math/auto-libm-test-in: Add more tests of csqrt.
3366         * math/auto-libm-test-out: Regenerated.
3367         * sysdeps/i386/fpu/libm-test-ulps: Update.
3368         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
3370         * math/auto-libm-test-in: Add more tests of cosh and sinh.
3371         * math/auto-libm-test-out: Regenerated.
3372         * sysdeps/i386/fpu/libm-test-ulps: Update.
3373         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
3375         * sysdeps/unix/sysv/linux/mips/mips32/waitid.c: Remove file.
3377 2015-04-29  Roland McGrath  <roland@hack.frob.com>
3379         * sysdeps/nacl/bits/typesizes.h (__CLOCK_T_TYPE): Use __SLONGWORD_TYPE.
3380         * sysdeps/nacl/nacl-interfaces.h (nacl_abi_clock_t): Use clock_t.
3382         * sysdeps/nacl/euidaccess.c (euidaccess): Renamed to __euidaccess.
3383         (euidaccess, eaccess): Define as weak aliases.
3385         * sysdeps/nacl/bits/typesizes.h (__SUSECONDS_T_TYPE): Use
3386         __SLONGWORD_TYPE rather than __S32_TYPE.  They are the same size,
3387         but __suseconds_t is often 'long int' so some sources assume that
3388         type is being used (e.g. they use %ld to print tv_usec).
3390 2015-04-29  Florian Weimer  <fweimer@redhat.com>
3392         [BZ #18007]
3393         * nss/nss_files/files-XXX.c (CONCAT): Always enable stayopen.
3394         (CVE-2014-8121)
3395         * nss/tst-nss-getpwent.c: New file.
3396         * nss/Makefile (tests): Add new test.
3398 2015-04-28  Joseph Myers  <joseph@codesourcery.com>
3400         [BZ #18346]
3401         * sysdeps/ieee754/ldbl-128/s_roundl.c (__roundl): Handle all
3402         exponents less than 48 as cases where high part of mantissa needs
3403         examining to determine whether argument is integral.
3404         * math/libm-test.inc (round_test_data): Add more tests.
3406 2015-04-28  Mark Wielaard  <mjw@redhat.com>
3408         * elf/elf.h (SHF_EXCLUDE): Use unsigned 1 for shift.
3410 2015-04-27  David S. Miller  <davem@davemloft.net>
3412         * sysdeps/unix/sysv/linux/sparc/sparc32/localplt.data: Remove
3413         __tls_get_addr.
3414         * sysdeps/unix/sysv/linux/sparc/sparc64/localplt.data: Likewise.
3416 2015-04-27  H.J. Lu  <hongjiu.lu@intel.com>
3418         [BZ#18333]
3419         * time/tzset.c (__tzfile_read): Check tzspec_len == 0.
3421 2015-04-27  Florian Weimer  <fweimer@redhat.com>
3423         [BZ#18333]
3424         * time/tzset.c (parse_tzname): Return error on memory allocation
3425         failure.
3426         * test-skeleton.c (struct temp_name_list): Change type of name
3427         member to non-const.
3428         (add_temp_file): Create a copy of the file name.
3429         (delete_temp_files): Deallocate memory.
3430         (create_temp_file): Add comment.
3432 2015-04-24  Florian Weimer  <fweimer@redhat.com>
3434         * io/posix_fallocate.c (posix_fallocate): Do not set errno.
3435         * io/posix_fallocate64.c (posix_fallocate64): Likewise.
3437 2015-04-24  Roland McGrath  <roland@hack.frob.com>
3439         * sysdeps/arm/configure.ac (PI_STATIC_AND_HIDDEN): Define it.
3440         * sysdeps/arm/configure: Regenerated.
3442 2015-04-24  Florian Weimer  <fweimer@redhat.com>
3444         [BZ #17715]
3445         * time/tzfile.c (__tzfile_read): Check for large values of
3446         tzh_ttisstdcnt and tzh_ttisgmtcnt.  Use malloc instead of alloca.
3447         * time/tzset.c (__tzstring_len): New function, based on the old
3448         __tzstring function.
3449         (__tzstring): Call __tzstring_len.
3450         (parse_tzname): New helper function extracted from
3451         __tzset_parse_tz.  Call __tzstring_len, without making a copy of
3452         the input string.
3453         (parse_offset): New helper function extracted from
3454         __tzset_parse_tz.  Replace switch with fallthrough with
3455         initialization before sscanf.
3456         (parse_rule): Likewise.
3457         (__tzset_parse_tz): Rewrite using the new helper functions.  Use
3458         new-style function definition.
3459         * timezone/Makefile (tests): Add tst-tzset.
3460         (tst-tzset.out): Dependencies on time zone files.
3461         (tst-tzset-ENV): Set TZDIR.
3462         (testdata/XT%): Copy crafted time zone files.
3463         * timezone/README: Mention crafted time zone files.
3464         * timezone/testdata/XT1, timezone/testdata/XT2,
3465         timezone/testdata/XT3, timezone/testdata/XT4: New time zone test
3466         files.
3467         * timezone/tst-tzset.c: New test.
3469 2015-04-24  Florian Weimer  <fweimer@redhat.com>
3471         * Makeconfig (+gccwarn): Remove -Winline.
3473 2015-04-24  Stefan Liebler  <stli@linux.vnet.ibm.com>
3475         * sysdeps/s390/fpu/libm-test-upls: Regenerate.
3477 2015-04-24  Stefan Liebler  <stli@linux.vnet.ibm.com>
3479         * NEWS: Mention sysconf() cache information support for s390.
3480         * sysdeps/unix/sysv/linux/s390/sysconf.c: New File.
3482 2015-04-22  Wilco Dijkstra  <wdijkstr@arm.com>
3484         * math/k_casinh.c (__kernel_casinh): Use __copysign.
3485         * sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c
3486         (__nearbyint): Likewise.
3487         * sysdeps/ieee754/ldbl-opt/nldbl-copysign.c
3488         (copysignl): Likewise.
3490 2015-04-21  Arjun Shankar  <arjun.is@lostca.se>
3492         [BZ #18287]
3493         * resolv/nss_dns/dns-host.c (getanswer_r): Adjust buffer length
3494         based on padding.  (CVE-2015-1781)
3496 2015-04-20  Adhemerval Zanella  <adhemerval.zanella@linaro.org>
3498         * nptl/pthread_cond_timedwait.c: Change include bits/libc-vdso.h to just
3499         libc-vdso.h.
3500         * sysdeps/powerpc/powerpc32/backtrace.c: Likewise.
3501         * sysdeps/powerpc/powerpc64/backtrace.c: Likewise.
3502         * sysdeps/unix/sysv/linux/aarch64/init-first.c: Likewise.
3503         * sysdeps/unix/sysv/linux/clock_getres.c: Likewise.
3504         * sysdeps/unix/sysv/linux/clock_gettime.c: Likewise.
3505         * sysdeps/unix/sysv/linux/gettimeofday.c: Likewise.
3506         * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c: Likewise.
3507         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c: Likewise.
3508         * sysdeps/unix/sysv/linux/powerpc/init-first.c: Likewise.
3509         * sysdeps/unix/sysv/linux/powerpc/sched_getcpu.c: Likewise.
3510         * sysdeps/unix/sysv/linux/powerpc/time.c: Likewise.
3511         * sysdeps/unix/sysv/linux/s390/init-first.c: Likewise.
3512         * sysdeps/unix/sysv/linux/tile/gettimeofday.c: Likewise.
3513         * sysdeps/unix/sysv/linux/tile/init-first.c: Likewise.
3514         * sysdeps/unix/sysv/linux/timespec_get.c: Likewise.
3515         * sysdeps/unix/sysv/linux/aarch64/bits/libc-vdso.h: Move to ...
3516         * sysdeps/unix/sysv/linux/aarch64/libc-vdso.h: ... here.
3517         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h: Move to ...
3518         * sysdeps/unix/sysv/linux/powerpc/libc-vdso.h: ... here.
3519         * sysdeps/unix/sysv/linux/s390/bits/libc-vdso.h: Move to ...
3520         * sysdeps/unix/sysv/linux/s390/libc-vdso.h: ... here.
3521         * sysdeps/unix/sysv/linux/tile/bits/libc-vdso.h: Move to ...
3522         * sysdeps/unix/sysv/linux/tile/libc-vdso.h: ... here.
3524 2015-04-19  Paul Eggert  <eggert@cs.ucla.edu>
3526         * stdlib/setenv.c (__add_to_environ):
3527         Dump core quickly if setenv (..., NULL, ...) is called.
3528         This time, do it the right way, and pacify GCC with a pragma.
3530 2015-04-17  Roland McGrath  <roland@hack.frob.com>
3532         * elf/dl-close.c (_dl_close_worker) [DL_NNS == 1]: Just assert that
3533         IMAP->l_prev cannot be null, and #if out the code for the contrary
3534         case, avoiding 'assert (nsid != LM_ID_BASE)' making the compiler
3535         believe that NS (&_dl_ns[NSID]) could point outside the array.
3537         * elf/dl-open.c (_dl_open): Use __glibc_unlikely in invalid namespace
3538         check.  Reject NSID < 0 and NSID >= dl_nns, and check for DL_NNS==1,
3539         before using NSID as an index.
3541 2015-04-17  Il'ya Malakhov <ilmalakhov@yandex.ru>
3543         [BZ #17825]
3544         * sysdeps/sparc/sparc64/memchr.S: Fix signedness handling of length.
3545         * sysdeps/sparc/sparc64/memcmp.S: Likewise.
3546         * sysdeps/sparc/sparc64/strncmp.S: Likewise.
3548 2015-04-17  Roland McGrath  <roland@hack.frob.com>
3550         Add preliminary port to Google Native Client on ARM.
3551         * abi-tags (.*-.*-nacl.*): New entry.
3552         * sysdeps/arm/nacl: New directory.
3553         * sysdeps/nacl: New directory.
3555 2015-04-16  David S. Miller  <davem@davemloft.net>
3557         * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Make use of
3558         lowlevellock-futex.h
3560 2015-04-16  Chris Metcalf  <cmetcalf@ezchip.com>
3562         * sysdeps/tile/configure.ac: New file.
3563         * sysdeps/tile/configure: Regenerated.
3565 2015-04-15  Adhemerval Zanella  <adhemerval.zanella@linaro.org>
3567         * wcsmbs/wcschr.c [WCSCHR] (wcschr): Define as __wcschr.  Remove
3568         conditionals for weak_alias and libc_hidden_weak.
3569         * sysdeps/i386/i686/multiarch/wcschr-c.c [libc]: Undefine
3570         libc_hidden_weak and weak_alias.
3571         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-ppc32.c [libc]:
3572         Undefine libc_hidden_weak. Define libc_hidden_def for SHARED builds
3573         and weak_alias for static one.
3575 2015-04-15  David S. Miller  <davem@davemloft.net>
3577         * sysdeps/sparc/fpu/libm-test-ulps: Regenerate from scratch.
3579 2015-04-13  Stefan Liebler  <stli@linux.vnet.ibm.com>
3581         [BZ #18206]
3582         * wcsmbs/wcsncmp.c (wcsncmp): Compare as wchar_t, not wint_t.
3583           Use signed comparision instead of substraction to avoid
3584           overflow bug.
3585         * localedata/tests-mbwc/tst_wcsncmp.c (tst_wcsncmp):
3586           Take the sign of ret.
3587         * localedata/tests-mbwc/dat_wcsncmp.c (tst_wcsncmp_loc):
3588           Do not expect precise return values. Only the sign matters.
3589         * wcsmbs/Makefile (strop-tests): Add wcsncmp.
3590         * wcsmbs/test-wcsncmp.c: New File.
3591         * string/test-strncmp.c: Add wcsncmp support.
3593 2015-04-13  Stefan Liebler  <stli@linux.vnet.ibm.com>
3595         [BZ #6792]
3596         * math/w_log1p.c: New file.
3597         * math/w_log1pf.c: Likewise.
3598         * math/w_log1pl.c: Likewise.
3599         * math/Makefile (libm-calls): Add w_log1p.
3600         * math/s_log1pl.c (log1pl): Remove weak_alias.
3601         * sysdeps/i386/fpu/s_log1p.S (log1p): Likewise.
3602         * sysdeps/i386/fpu/s_log1pf.S (log1pf): Likewise.
3603         * sysdeps/i386/fpu/s_log1pl.S (log1pl): Likewise.
3604         * sysdeps/x86_64/fpu/s_log1pl.S (log1pl): Likewise.
3605         * sysdeps/ieee754/dbl-64/s_log1p.c (log1p): Likewise.
3606         [NO_LONG_DOUBLE] (log1pl): Likewise.
3607         * sysdeps/ieee754/flt-32/s_log1pf.c (log1pf): Likewise.
3608         * sysdeps/ieee754/ldbl-128/s_log1pl.c (log1pl): Likewise.
3609         * sysdeps/ieee754/ldbl-64-128/s_log1pl.c
3610         (log1p): Remove long_double_symbol.
3611         * sysdeps/ieee754/ldbl-128ibm/s_log1pl.c (log1pl): Likewise.
3612         * sysdeps/ieee754/ldbl-64-128/w_log1pl.c: New file.
3613         * sysdeps/ieee754/ldbl-128ibm/w_log1pl.c: Likewise.
3614         * sysdeps/m68k/m680x0/fpu/s_log1p.c: Define empty weak_alias to
3615         remove weak_alias for corresponding log1p function.
3616         * sysdeps/m68k/m680x0/fpu/s_log1pf.c: Likewise.
3617         * sysdeps/m68k/m680x0/fpu/s_log1pl.c: Likewise.
3618         * sysdeps/ia64/fpu/w_log1p.c: New file.
3619         * sysdeps/ia64/fpu/w_log1pf.c: Likewise.
3620         * sysdeps/ia64/fpu/w_log1pl.c: Likewise.
3621         * math/libm-test.inc (log1p_test_data): Add errno expectations.
3623 2015-04-10  Joseph Myers  <joseph@codesourcery.com>
3625         [BZ #18247]
3626         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Decrease minimum
3627         decimal exponent by 1.
3628         * stdlib/tst-strtod-round-data: Add more tests.
3629         * stdlib/tst-strtod-round.c (tests): Regenerated.
3631 2015-04-09  Joseph Myers  <joseph@codesourcery.com>
3633         * math/auto-libm-test-in: Add more tests of clog and clog10.
3634         * math/auto-libm-test-out: Regenerated.
3635         * sysdeps/i386/fpu/libm-test-ulps: Update.
3636         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
3638 2015-04-09  Roland McGrath  <roland@hack.frob.com>
3640         * Makeconfig (module-cppflags): Exclude all .v.i files.
3641         (skip-module-cppflags): Variable removed.
3643         * configure.ac (libc_config_ok): Initialize before reading
3644         preconfigure scripts, not after.
3645         * configure: Regenerated.
3647         * test-skeleton.c (TIMEOUT): Move #define to top level.
3648         (main): Grok environment variable TEST_DIRECT.  If set, print
3649         test expectation details into that file and then behave as if
3650         given --direct.
3652 2015-04-09  Florian Weimer  <fweimer@redhat.com>
3654         * malloc/tst-scratch_buffer.c (do_test): Suppress truncation
3655         warning on 32-bit.
3657 2015-04-08  David S. Miller  <davem@davemloft.net>
3659         * sysdeps/sparc/fpu/libm-test-ulps: Update.
3661 2015-04-08  Joseph Myers  <joseph@codesourcery.com>
3663         * math/auto-libm-test-in: Add more tests of atanh.
3664         * math/auto-libm-test-out: Regenerated.
3665         * sysdeps/i386/fpu/libm-test-ulps: Update.
3666         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
3668         * math/auto-libm-test-in: Add more tests of atan.
3669         * math/auto-libm-test-out: Regenerated.
3670         * sysdeps/i386/fpu/libm-test-ulps: Update.
3671         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
3673 2015-04-08  Florian Weimer  <fweimer@redhat.com>
3675         * elf/pldd.c (main): Rewrite to use struct
3676         scratch_buffer instead of extend_alloca.
3677         * elf/pldd-xx.c (find_maps): Likewise.
3678         * grp/initgroups.c: Include <scratch_buffer.h> instead of
3679         <alloca.h>.
3680         * grp/compat-initgroups.c (compat_call): Rewrite to use struct
3681         scratch_buffer instead of extend_alloca.
3682         * nscd/initgrcache.c: Include <scratch_buffer.h>, now needed by
3683         grp/compat-initgroups.c.
3684         * nis/nss_compat/compat-initgroups.c (_nss_compat_initgroups_dyn):
3685         Rewrite to use struct scratch_buffer instead of extend_alloca.
3686         * inet/getnameinfo.c (nrl_domainname, getnameinfo): Likewise.
3687         * nscd/nscd_getgr_r.c (nscd_getgr_r): Likewise.
3689 2015-04-08  Joseph Myers  <joseph@codesourcery.com>
3691         * math/auto-libm-test-in: Add more tests of cbrt.
3692         * math/auto-libm-test-out: Regenerated.
3693         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
3695         * math/auto-libm-test-in: Add more tests of cabs.
3696         * math/auto-libm-test-out: Regenerated.
3697         * sysdeps/i386/fpu/libm-test-ulps: Update.
3698         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
3700         [BZ #18210]
3701         [BZ #18211]
3702         * sysdeps/ieee754/dbl-64/e_atan2.c: Include <fenv.h>.
3703         (__ieee754_atan2): Set FE_TONEAREST mode for internal
3704         computations.
3705         * math/auto-libm-test-in: Add more tests of atan2, carg, clog and
3706         clog10.
3707         * math/auto-libm-test-out: Regenerated.
3708         * sysdeps/i386/fpu/libm-test-ulps: Update.
3709         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
3711         [BZ #18197]
3712         * sysdeps/ieee754/dbl-64/s_atan.c: Include <fenv.h>.
3713         (atan): Set FE_TONEAREST mode for internal computations.
3714         * math/auto-libm-test-in: Add more tests of atan.
3715         * math/auto-libm-test-out: Regenerated.
3717 2015-04-07  James Cowgill  <james410@cowgill.org.uk>
3719         [BZ #17930]
3720         * sysdeps/unix/sysv/linux/mips/bits/shm.h (SHM_NORESERVE): Define.
3722 2015-04-07  Florian Weimer  <fweimer@redhat.com>
3724         * malloc/scratch_buffer_grow_preserve.c: Include <string.h>
3726 2015-04-07  Florian Weimer  <fweimer@redhat.com>
3728         * include/scratch_buffer.h: New file.
3729         * malloc/scratch_buffer_grow.c: Likewise.
3730         * malloc/scratch_buffer_grow_preserve.c: Likewise.
3731         * malloc/scratch_buffer_set_array_size.c: Likewise.
3732         * malloc/tst-scratch_buffer.c: Likewise.
3733         * malloc/Makefile (routines): Add scratch_buffer_grow.
3734         (tests): Add test case.
3735         * malloc/Versions (GLIBC_PRIVATE): Export
3736         __libc_scratch_buffer_grow, __libc_scratch_buffer_grow_preserve,
3737         __libc_scratch_buffer_set_array_size.
3739 2015-04-06  Richard Henderson  <rth@redhat.com>
3741         * sysdeps/unix/alpha/sysdep.h: Unconditionally include dl-sysdep.h.
3742         * sysdeps/alpha/fpu/libm-test-ulps: Update.
3744         * math/test-fenvinline.c (feenable_test): Cast fe_exc to
3745         unsigned int before printing.
3747 2015-04-03  Rajalakshmi Srinivasaraghavan  <raji@linux.vnet.ibm.com>
3749         [BZ #17596]
3750         * wcsmbs/mbrtowc.c (__mbrtowc): Add check for n=0.
3751         * wcsmbs/mbrtoc16.c (mbrtoc16): Likewise.
3753 2015-04-02  Florian Weimer  <fweimer@redhat.com>
3755         * include/libc-internal.h (libc_max_align_t): Define.
3757 2015-04-02  Andreas Schwab  <schwab@suse.de>
3759         [BZ #16850]
3760         * sysdeps/unix/sysv/linux/aarch64/bits/sigstack.h: New file.
3762 2015-04-02  Mel Gorman  <mgorman@suse.de>
3764         [BZ #17195]
3765         * malloc/arena.c (free): Apply trim threshold to per-thread heaps
3766         as well as the main arena.
3768 2015-03-31  H.J. Lu  <hongjiu.lu@intel.com>
3770         [BZ #18185]
3771         * sysdeps/x86_64/cacheinfo.c (init_cacheinfo): Limit threads
3772         sharing L2 cache to 2 for Silvermont/Knights Landing.
3774 2015-03-31  H.J. Lu  <hongjiu.lu@intel.com>
3776         [BZ #17711]
3777         * config.make.in (have-protected-data): New.
3778         * configure.ac: Check linker support for protected data symbol.
3779         * configure: Regenerated.
3780         * elf/Makefile (modules-names): Add tst-protected1moda and
3781         tst-protected1modb if $(have-protected-data) is yes.
3782         (tests): Add tst-protected1a and tst-protected1b if
3783         $(have-protected-data) is yes.
3784         ($(objpfx)tst-protected1a): New.
3785         ($(objpfx)tst-protected1b): Likewise.
3786         (tst-protected1modb.so-no-z-defs): Likewise.
3787         * elf/tst-protected1a.c: New file.
3788         * elf/tst-protected1b.c: Likewise.
3789         * elf/tst-protected1mod.h: Likewise.
3790         * elf/tst-protected1moda.c: Likewise.
3791         * elf/tst-protected1modb.c: Likewise.
3793 2015-03-31  H.J. Lu  <hongjiu.lu@intel.com>
3795         [BZ #17711]
3796         * elf/dl-lookup.c (do_lookup_x): When UNDEF_MAP is NULL, which
3797         indicates it is called from do_lookup_x on relocation against
3798         protected data, skip the data definion in the executable from
3799         copy reloc.
3800         (_dl_lookup_symbol_x): Pass ELF_RTYPE_CLASS_EXTERN_PROTECTED_DATA,
3801         instead of ELF_RTYPE_CLASS_PLT, to do_lookup_x for
3802         EXTERN_PROTECTED_DATA relocation against STT_OBJECT symbol.
3803         * sysdeps/generic/ldsodefs.h * (ELF_RTYPE_CLASS_EXTERN_PROTECTED_DATA):
3804         New.  Defined to 4 if DL_EXTERN_PROTECTED_DATA is defined,
3805         otherwise to 0.
3806         * sysdeps/i386/dl-lookupcfg.h (DL_EXTERN_PROTECTED_DATA): New.
3807         * sysdeps/i386/dl-machine.h (elf_machine_type_class): Set class
3808         to ELF_RTYPE_CLASS_EXTERN_PROTECTED_DATA for R_386_GLOB_DAT.
3809         * sysdeps/x86_64/dl-lookupcfg.h (DL_EXTERN_PROTECTED_DATA): New.
3810         * sysdeps/x86_64/dl-machine.h (elf_machine_type_class): Set class
3811         to ELF_RTYPE_CLASS_EXTERN_PROTECTED_DATA for R_X86_64_GLOB_DAT.
3813 2015-03-28  Martin Galvan  <martin.galvan@tallertechnologies.com>
3815         * sysdeps/nptl/pthread.h: Remove duplicate definition of
3816         PTHREAD_ADAPTIVE_MUTEX_INITIALIZER_NP.
3818 2015-03-27  Martin Galvan  <martin.galvan@tallertechnologies.com>
3820         * sysdeps/i386/nptl/tls.h: Swap comments between THREAD_SETMEM and
3821         THREAD_SETMEM_NC.
3822         * sysdeps/x86_64/nptl/tls.h: Ditto.
3824 2015-03-27  Roland McGrath  <roland@hack.frob.com>
3826         * dlfcn/tststatic.c (main): Converted to ...
3827         (do_test): ... this.
3828         (TEST_FUNCTION): New macro.
3829         Include test-skeleton.c.
3831 2015-03-26  Alan Modra  <amodra@gmail.com>
3833         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_fixup_plt):
3834         Don't segfault if ifunc resolver returns a NULL.  Do set plt to
3835         zero for undefined weak.
3836         (elf_machine_plt_conflict): Similarly.
3838 2015-03-25  Joseph Myers  <joseph@codesourcery.com>
3840         * math/auto-libm-test-in: Add more tests of acosh, asinh and
3841         atanh.
3842         * math/auto-libm-test-out: Regenerated.
3843         * sysdeps/i386/fpu/libm-test-ulps: Update.
3844         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
3846         * math/auto-libm-test-in: Add another test 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         * sysdeps/unix/sysv/linux/i386/lowlevellock.h (LLL_EBX_LOAD):
3852         Remove macro.
3853         (LLL_EBX_REG): Likewise.
3854         (LLL_ENTER_KERNEL): Likewise.
3856         * math/auto-libm-test-in: Add more tests of asin.
3857         * math/auto-libm-test-out: Regenerated.
3858         * sysdeps/i386/fpu/libm-test-ulps: Update.
3859         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
3861         [BZ #18138]
3862         * sysdeps/unix/sysv/linux/i386/sysdep.h (struct
3863         libc_do_syscall_args): New structure.
3864         (INTERNAL_SYSCALL_MAIN_0): New macro.
3865         (INTERNAL_SYSCALL_MAIN_1): Likewise.
3866         (INTERNAL_SYSCALL_MAIN_2): Likewise.
3867         (INTERNAL_SYSCALL_MAIN_3): Likewise.
3868         (INTERNAL_SYSCALL_MAIN_4): Likewise.
3869         (INTERNAL_SYSCALL_MAIN_5): Likewise.
3870         (INTERNAL_SYSCALL_MAIN_6): Likewise.  Call __libc_do_syscall.
3871         (INTERNAL_SYSCALL): Define to use INTERNAL_SYSCALL_MAIN_##nr.
3872         Replace conditional definitions by conditional definitions of ....
3873         (INTERNAL_SYSCALL_MAIN_INLINE): ... this.  New macro.
3874         * sysdeps/unix/sysv/linux/i386/libc-do-syscall.S: New file.
3875         * sysdeps/unix/sysv/linux/i386/Makefile [$(subdir) = nptl]
3876         (libpthread-sysdep_routines): Add libc-do-syscall.
3877         * sysdeps/unix/sysv/linux/i386/lowlevellock-futex.h: Remove file.
3878         * sysdeps/unix/sysv/linux/i386/lowlevellock.h (SYS_futex): Define
3879         to __NR_futex not 240.
3881 2015-03-25  Alan Modra  <amodra@gmail.com>
3883         * NEWS: Advertise TLS optimization.
3884         * elf/elf.h (R_PPC_TLSGD, R_PPC_TLSLD, DT_PPC_OPT, PPC_OPT_TLS): Define.
3885         (DT_PPC_NUM): Increment.
3886         * elf/dynamic-link.h (HAVE_STATIC_TLS): Define.
3887         (CHECK_STATIC_TLS): Use here.
3888         * sysdeps/powerpc/powerpc32/dl-machine.h (elf_machine_rela): Optimize
3889         TLS descriptors.
3890         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela): Likewise.
3891         * sysdeps/powerpc/dl-tls.c: New file.
3892         * sysdeps/powerpc/Versions: Add __tls_get_addr_opt.
3893         * sysdeps/powerpc/tst-tlsopt-powerpc.c: New tls test.
3894         * sysdeps/unix/sysv/linux/powerpc/Makefile: Add new test.
3895         Build tst-tlsmod2.so with --no-tls-get-addr-optimize.
3896         * sysdeps/unix/sysv/linux/powerpc/powerpc32/ld.abilist: Update.
3897         * sysdeps/unix/sysv/linux/powerpc/powerpc64/ld.abilist: Likewise.
3898         * sysdeps/unix/sysv/linux/powerpc/powerpc64/ld-le.abilist: Likewise.
3900 2015-03-25  Alan Modra  <amodra@gmail.com>
3902         * sysdeps/powerpc/powerpc64/configure.ac: Correct "linker support
3903         for overlapping .opd entries" to "support...".
3904         * sysdeps/powerpc/powerpc64/configure: Regenerate
3906 2015-03-25  Joseph Myers  <joseph@codesourcery.com>
3908         * math/auto-libm-test-in: Add more tests of acos.
3909         * math/auto-libm-test-out: Regenerated.
3910         * sysdeps/i386/fpu/libm-test-ulps: Update.
3911         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
3913         * math/auto-libm-test-in: Add more tests of expm1.
3914         * math/auto-libm-test-out: Regenerated.
3915         * sysdeps/i386/fpu/libm-test-ulps: Update.
3916         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
3918 2015-03-24  Joseph Myers  <joseph@codesourcery.com>
3920         * math/auto-libm-test-in: Add more tests of cosh and sinh.
3921         * math/auto-libm-test-out: Regenerated.
3922         * sysdeps/i386/fpu/libm-test-ulps: Update.
3923         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
3925         * sysdeps/i386/fpu/libm-test-ulps: Regenerated.
3926         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
3928         * math/auto-libm-test-in: Add more tests of log2.
3929         * math/auto-libm-test-out: Regenerated.
3930         * sysdeps/i386/fpu/libm-test-ulps: Update.
3931         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
3933 2015-03-23  Roland McGrath  <roland@hack.frob.com>
3935         * libio/iofdopen.c: Move FD_FLAGS declaration into its first use,
3936         inside [F_GETFL].  Remove POSIX_MODE local variable, just test the
3937         _IO_IS_APPENDING bit in READ_WRITE instead.
3939 2015-03-23  Florian Weimer  <fweimer@redhat.com>
3941         * sysdeps/unix/sysv/linux/pthread_setaffinity.c
3942         (__determine_cpumask_size): Replace extend_alloca with a
3943         variable-length array.  Do not treat res == 0 as an error.
3945 2015-03-23  Florian Weimer  <fweimer@redhat.com>
3947         [BZ #18100]
3948         * posix/wordexp.c (eval_expr_multdiv): Check for division by zero
3949         and integer overflow.
3950         * posix/wordexp-test.c (test_case): Add divide-by-zero test.
3951         (main): Add integer overflow tests.
3952         * manual/pattern.texi (Calling Wordexp): Document additional use
3953         for WRDE_SYNTAX.
3955 2015-03-23  Alan Modra  <amodra@gmail.com>
3957         * config.h.in: Remove HAVE_ASM_PPC_REL16.
3958         * sysdeps/powerpc/powerpc32/tls-macros.h: Remove HAVE_ASM_PPC_REL16
3959         and false branch of conditional.
3960         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S:
3961         Likewise.
3963 2015-03-21  Samuel Thibault  <samuel.thibault@ens-lyon.org
3965         * sysdeps/mach/hurd/Makefile ($(common-objpfx)errnos.d): Depend on
3966         libc-modules.h
3967         * sysdeps/mach/hurd/i386/trampoline.c (_hurd_setup_sighandler): Remove
3968         unused declaration of _hurd_intr_rpc_msg_in_trap.
3969         * mach/mach_init.c (__mach_init): Test whether HAVE_HOST_PAGE_SIZE is
3970         defined instead of whether it is non-zero.
3971         * sysdeps/mach/hurd/i386/intr-msg.h (INTR_MSG_TRAP): Use "+m"
3972         input constraint instead of both input and output constraint.  Use ecx
3973         clobber instead of %ecx.
3974         * sysdeps/mach/hurd/malloc-machine.h (mutex_init, mutex_lock,
3975         mutex_unlock): Use a statement expression instead of an expression list.
3976         * sysdeps/mach/hurd/setitimer.c (_hurd_itimer_thread_stack_size): Set
3977         type to vm_size_t instead of vm_address_t.
3978         * sysdeps/mach/hurd/fork.c (__fork): Test whether STACK_GROWTH_UP is
3979         defined instead of whether it is non-zero.
3980         * hurd/hurd/ioctl.h (_hurd_locked_install_cttyid): New declaration.
3981         * sysdeps/mach/hurd/setsid.c: Include <hurd/ioctl.h>.
3982         * sysdeps/mach/hurd/mmap.c (__mmap): Use 0 instead of NULL for
3983         comparisons with mapaddr.
3984         * nscd/nscd-client.h: Include <time.h>.
3985         * sysdeps/mach/hurd/dl-sysdep.c (fmh): Pass vm_offset_t dummy
3986         9th parameter to __vm_region instead of int.
3987         * bits/termios.h [!__USE_MISC] (EXTPROC): Do not define.
3988         * scripts/check-local-headers.sh (exclude): Add device/,
3989         hurd/hurd_types.h, hurd/ioctl_types.h, hurd/paths.h, hurd/ioctls.defs,
3990         cthreads.h.
3992 2015-03-19  Roland McGrath  <roland@hack.frob.com>
3994         * sysdeps/arm/memcpy.S [ARM_ALWAYS_BX]: Fix computed-jump calculations
3995         to account for alignment padding.
3996         * sysdeps/arm/memmove.S: Likewise.
3998 2015-03-19  Chris Metcalf  <cmetcalf@ezchip.com>
4000         * sysdeps/unix/sysv/linux/generic/README: New file.
4002 2015-03-18  Joseph Myers  <joseph@codesourcery.com>
4004         [BZ #18138]
4005         * nptl/sem_waitcommon.c: Include <kernel-features.h>.
4006         (futex_abstimed_wait)
4007         [__ASSUME_FUTEX_CLOCK_REALTIME && lll_futex_timed_wait_bitset]:
4008         Use lll_futex_timed_wait_bitset with FUTEX_CLOCK_REALTIME instead
4009         of lll_futex_timed_wait.
4011 2015-03-18  Brad Hubbard  <bhubbard@redhat.com>
4013         [BZ #17542]
4014         * sunrpc/svc.c (xprt_register): Use calloc to allocate xports.
4016 2015-03-17  Alexandre Oliva <aoliva@redhat.com>
4018         [BZ #17090]
4019         [BZ #17620]
4020         [BZ #17621]
4021         [BZ #17628]
4022         * NEWS: Update.
4023         * elf/dl-tls.c (_dl_update_slotinfo): Clean up outdated DTV
4024         entries with Static TLS too.  Skip entries past the end of the
4025         allocated DTV, from Alan Modra.
4026         (tls_get_addr_tail): Update to glibc_likely/unlikely.  Move
4027         Static TLS DTV entry set up from...
4028         (_dl_allocate_tls_init): ... here (fix modid assertion), ...
4029         * elf/dl-reloc.c (_dl_nothread_init_static_tls): ... here...
4030         * nptl/allocatestack.c (init_one_static_tls): ... and here...
4031         * elf/dlopen.c (dl_open_worker): Drop l_tls_modid upper bound
4032         for Static TLS.
4033         * elf/tlsdeschtab.h (map_generation): Return size_t.  Check
4034         that the slot we find is associated with the given map before
4035         using its generation count.
4036         * nptl_db/db_info.c: Include ldsodefs.h.
4037         (rtld_global, dtv_slotinfo_list, dtv_slotinfo): New typedefs.
4038         * nptl_db/structs.def (DB_RTLD_VARIABLE): New macro.
4039         (DB_MAIN_VARIABLE, DB_RTLD_GLOBAL_FIELD): Likewise.
4040         (link_map::l_tls_offset): New struct field.
4041         (dtv_t::counter): Likewise.
4042         (rtld_global): New struct.
4043         (_rtld_global): New rtld variable.
4044         (dl_tls_dtv_slotinfo_list): New rtld global field.
4045         (dtv_slotinfo_list): New struct.
4046         (dtv_slotinfo): Likewise.
4047         * nptl_db/td_symbol_list.c: Drop gnu/lib-names.h include.
4048         (td_lookup): Rename to...
4049         (td_mod_lookup): ... this.  Use new mod parameter instead of
4050         LIBPTHREAD_SO.
4051         * nptl_db/td_thr_tlsbase.c: Include link.h.
4052         (dtv_slotinfo_list, dtv_slotinfo): New functions.
4053         (td_thr_tlsbase): Check DTV generation.  Compute Static TLS
4054         addresses even if the DTV is out of date or missing them.
4055         * nptl_db/fetch-value.c (_td_locate_field): Do not refuse to
4056         index zero-length arrays.
4057         * nptl_db/thread_dbP.h: Include gnu/lib-names.h.
4058         (td_lookup): Make it a macro implemented in terms of...
4059         (td_mod_lookup): ... this declaration.
4060         * nptl_db/db-symbols.awk (DB_RTLD_VARIABLE): Override.
4061         (DB_MAIN_VARIABLE): Likewise.
4063 2015-03-16  H.J. Lu  <hongjiu.lu@intel.com>
4065         [BZ #18134]
4066         * sysdeps/x86_64/dl-trampoline.S (PRESERVE_BND_REGS_PREFIX): New.
4068 2015-03-15  Paul Eggert  <eggert@cs.ucla.edu>
4070         * stdlib/setenv.c (__add_to_environ): Revert previous change.
4072 2015-03-14  Andreas Schwab  <schwab@linux-m68k.org>
4074         [BZ #18128]
4075         * sysdeps/m68k/m680x0/m68020/bits/atomic.h (atomic_exchange_and_add)
4076         (atomic_add, atomic_increment_and_test)
4077         (atomic_decrement_and_test): Fix 64-bit arithmetic.
4079 2015-03-13  Paul Eggert  <eggert@cs.ucla.edu>
4081         * stdlib/setenv.c (__add_to_environ):
4082         Dump core quickly if setenv (..., NULL, ...) is called.
4084 2015-03-13  Roland McGrath  <roland@hack.frob.com>
4086         * sysdeps/arm/tls-macros.h: Include <sysdep.h>.
4087         (GET_SPECIAL_RELOC, GET_SPECIAL_PCREL): New macros to encapsulate
4088         all the necessary asm magic in one place.
4089         (TLS_LE, TLS_IE, TLS_LD, TLS_GD): Rewritten as C expressions
4090         using those.
4092 2015-03-13  Carlos O'Donell  <carlos@redhat.com>
4094         [BZ #14906]
4095         * nscd/cache.c (prune_cache): Use TRACED_FILE. Compare and update
4096         traced file mtime. Use consistent log message.
4097         * nscd/connections.c [HAVE_INOTIFY] (install_watches): New function.
4098         (register_traced_file): Call install_watches. Always set mtime.
4099         (invalidate_cache): Iterate over all trace files. Call install_watches.
4100         (inotify_check_files): Don't inline. Handle watching parent
4101         directories and configuration file movement in and out.
4102         (handle_inotify_events): New function.
4103         (main_loop_poll): Call handle_inotify_events.
4104         (main_loop_epoll): Likewise.
4105         * nscd/nscd.h: Define TRACED_FILE, TRACED_DIR, and PATH_MAX.
4106         (struct traced_file): Use array of inotify fds. Add parent directory,
4107         and basename.
4108         (struct database_dyn): Remove unused file_mtime.
4109         (init_traced_file): New inline function.
4110         (define_traced_file): New macro.
4111         * nss/nss_db/db-init.c: Use define_traced_file.
4112         (_nss_db_init): Use init_traced_file.
4113         * nss/nss_files/files-init.c: Use define_traced_file.
4114         (_nss_files_init): Use init_traced_file.
4116 2015-03-12  Joseph Myers  <joseph@codesourcery.com>
4118         * soft-fp/soft-fp.h (_FP_STATIC_ASSERT): New macro.
4119         [_LIBC]: Do not include <stdlib.h>.
4120         [!_LIBC] (abort): Remove declaration.
4121         * soft-fp/op-2.h (_FP_MUL_MEAT_2_120_240_double): Use
4122         _FP_STATIC_ASSERT instead of conditionally calling abort.
4123         * soft-fp/op-common.h (_FP_FROM_INT): Likewise.
4124         (_FP_EXTEND_CNAN): Likewise.
4125         (FP_TRUNC): Likewise.
4126         (__FP_CLZ): Likewise.
4127         * sysdeps/powerpc/nofpu/flt-rounds.c: Include <stdlib.h>.
4129 2015-03-12  Yaakov Selkowitz  <yselkowi@redhat.com>
4131         * manual/string.texi (XPG basename): Fix prototype.
4133 2015-03-12  Stefan Liebler  <stli@linux.vnet.ibm.com>
4135         [BZ #18080]
4136         * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S
4137         (__setcontext): Use SIG_SETMASK instead of SIG_BLOCK.
4138         * sysdeps/unix/sysv/linux/s390/s390-64/setcontext.S
4139         (__setcontext): Likewise.
4140         * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S
4141         (__swapcontext): Use SIG_SETMASK instead of SIG_BLOCK.
4142         Call rt_sigprocmask syscall one time to set new signal mask
4143         and retrieve the current signal mask instead of two calls.
4144         * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S
4145         (__swapcontext): Likewise.
4146         * stdlib/Makefile (tests): Add new testcase tst-setcontext2.
4147         * stdlib/tst-setcontext2.c: New file.
4149 2015-03-12  Stefan Liebler  <stli@linux.vnet.ibm.com>
4151         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
4153 2015-03-11  Aurelien Jarno  <aurelien@aurel32.net>
4155         [BZ #18093]
4156         * elf/cache.c (load_aux_cache): Regenerate the cache if it has
4157         the wrong size.
4159 2015-03-11  Paul Pluzhnikov  <ppluzhnikov@google.com>
4161         [BZ #18043]
4162         * posix/wordexp.c (parse_param): Don't call setenv(..., NULL, 1).
4164 2015-03-11  Adhemerval Zanellla  <azanella@linux.vnet.ibm.com>
4166         * config.h.in [HAVE_ASM_GLOBAL_DOT_NAME]: Remove define.
4167         * include/libc-symbols.h [HAVE_ASM_GLOBAL_DOT_NAME] (strong_alias):
4168         Remove define.
4169         [HAVE_ASM_GLOBAL_DOT_NAME] (strong_data_alias): Likewise.
4170         [HAVE_ASM_GLOBAL_DOT_NAME] (weak_alias): Likewise.
4171         [HAVE_ASM_GLOBAL_DOT_NAME] (_symbol_version): Likewise.
4172         [HAVE_ASM_GLOBAL_DOT_NAME] (_default_symbol_version): Likewise.
4173         [HAVE_ASM_GLOBAL_DOT_NAME] (HIDDEN_JUMPTARGET): Likewise.
4174         * nptl_db/db-symbols.h [HAVE_ASM_GLOBAL_DOT_NAME] (DOT): Remove
4175         define.
4176         * nptl_db/td_symbol_list.c (td_lookup): Remove
4177         HAVE_ASM_GLOBAL_DOT_NAME code.
4178         * sysdeps/powerpc/powerpc64/configure.ac: Remove
4179         HAVE_ASM_GLOBAL_DOT_NAME check.
4180         * sysdeps/powerpc/powerpc64/configure: Regenerate.
4181         * sysdeps/powerpc/powerpc64/sysdep.h [HAVE_ASM_GLOBAL_DOT_NAME]
4182         (DOT_LABEL): Remove define.
4183         [HAVE_ASM_GLOBAL_DOT_NAME] (BODY_LABEL): Likewise.
4184         [HAVE_ASM_GLOBAL_DOT_NAME] (ENTRY_2): Likewise.
4185         [HAVE_ASM_GLOBAL_DOT_NAME] (END_2): Likewise.
4186         * sysdeps/powerpc/powerpc64/tls-macros.h [HAVE_ASM_GLOBAL_DOT_NAME]
4187         (__TLS_GET_ADDR): Likewise.
4188         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h
4189         [HAVE_ASM_GLOBAL_DOT_NAME] (DASHDASHPFX): Likewise.
4191 2015-03-11  Carlos O'Donell  <carlos@redhat.com>
4193         [BZ #18111]
4194         * sysdeps/hppa/fpu/fpu_control.h (_FPU_HPPA_SHIFT_FLAGS): Define.
4195         (_FPU_SETCW): Initialize cw from fpsr before storing.
4196         * sysdeps/hppa/fpu/fsetexcptflg.c: Include fpu_control.h
4197         (fesetexceptflag): Rewrite using fpu_control.h.
4198         * sysdeps/hppa/fpu/feupdateenv.c: Handle FE_DFL_ENV, and FE_NOMASK_ENV.
4200 2015-03-11  John David Anglin  <danglin@gcc.gnu.org>
4202         [BZ #18110]
4203         * sysdeps/hppa/fpu/feholdexcpt.c (feholdexcept): Don't modify bufptr in
4204         asms.
4205         * sysdeps/hppa/fpu/fesetenv.c (fesetenv): Likewise.
4207 2015-03-11  Joseph Myers  <joseph@codesourcery.com>
4209         * soft-fp/soft-fp.h (_FP_UNREACHABLE): New macro.
4210         * soft-fp/op-common.h (_FP_MUL): Use _FP_UNREACHABLE instead of
4211         abort.
4212         (_FP_FMA): Likewise.
4213         (_FP_DIV): Likewise.
4215 2015-03-10  Roland McGrath  <roland@hack.frob.com>
4217         * scripts/evaluate-test.sh: Grok exit code 77 as UNSUPPORTED and exit
4218         with 0 in that case.
4219         * Makefile (summarize-tests): New canned sequence, factored out of
4220         commands for targets tests and xtests.  Display summary lines that
4221         don't start with PASS: or XFAIL: rather than ones that do start with
4222         ERROR: or FAIL:.  Make the commands fail if any summary lines fail
4223         to start with X?PASS: or XFAIL: or UNSUPPORTED: rather than if any
4224         do start with ERROR: or FAIL:.
4225         * dlfcn/Makefile (tests): Add bug-atexit3 back here unconditionally
4226         (except for [$(build-shared) = yes]).
4227         (tests-unsupported) [$(CXX) empty]: Add bug-atexit3.
4228         (LDLIBS-bug-atexit3-lib.so): Conditionalize on [$(CXX) nonempty].
4229         ($(objpfx)bug-atexit3, $(objpfx)bug-atexit3.out): Likewise.
4230         * nptl/Makefile: Revert 2015-03-04 changes.
4231         [$(CXX) empty] (tests-unsupported): New variable.
4232         * debug/Makefile: Likewise.
4234         * posix/regcomp.c: Fix comment typos and formatting to harmonize with
4235         gnulib file.  Replace __attribute with __attribute__ throughout.
4237 2015-03-10  Carlos O'Donell  <carlos@redhat.com>
4239         * sysdeps/hppa/fpu/libm-test-ulps: Update.
4241 2015-03-10  Joseph Myers  <joseph@codesourcery.com>
4243         [BZ #18104]
4244         * math/auto-libm-test-in: Add another test of pow.
4245         * math/auto-libm-test-out: Regenerated.
4247 2015-03-10  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
4249         * sysdeps/ieee754/dbl-64/Makefile (CFLAGS-e_pow.c): Add
4250         $(config-cflags-nofma).
4252 2015-03-10  Joseph Myers  <joseph@codesourcery.com>
4254         * soft-fp/double.h [SOFT_FP_DOUBLE_H]: New multiple-include guard.
4255         * soft-fp/extended.h [SOFT_FP_EXTENDED_H]: Likewise.
4256         * soft-fp/op-1.h [SOFT_FP_OP_1_H]: Likewise.
4257         * soft-fp/op-2.h [SOFT_FP_OP_2_H]: Likewise.
4258         * soft-fp/op-4.h [SOFT_FP_OP_4_H]: Likewise.
4259         * soft-fp/op-8.h [SOFT_FP_OP_8_H]: Likewise.
4260         * soft-fp/op-common.h [SOFT_FP_OP_COMMON_H]: Likewise.
4261         * soft-fp/quad.h [SOFT_FP_QUAD_H]: Likewise.
4262         * soft-fp/single.h [SOFT_FP_SINGLE_H]: Likewise.
4263         * soft-fp/soft-fp.h (SOFT_FP_H): Define to 1 rather than empty.
4264         Add comment on closing #endif.
4266 2015-03-09  Paul Pluzhnikov  <ppluzhnikov@google.com>
4268         * posix/wordexp.c (CHAR_IN_SET): New macro.
4269         (parse_param): Use it.
4271 2015-03-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
4273         * sysdeps/powerpc/fpu/libm-test-ulps: update.
4275 2015-03-09  Paul Pluzhnikov  <ppluzhnikov@google.com>
4277         [BZ #18043]
4278         * posix/wordexp.c (parse_param): Fix buffer overflow.
4279         * posix/wordexp-test.c (test_case): Add test case.
4281 2015-03-09  Paul Pluzhnikov  <ppluzhnikov@google.com>
4283         [BZ #18042]
4284         * posix/wordexp.c (parse_backtick): Fix off-by-one.
4285         * posix/wordexp-test.c (test_case): Add test for BZ #18042.
4287 2015-03-09  Paul Pluzhnikov  <ppluzhnikov@google.com>
4289         [BZ #18043]
4290         * posix/wordexp-test.c (test_case): Add test for BZ #18043
4291         (do_bz18043): Delete.
4292         (at_page_end): New.
4293         (testit): Refactor to have words at the edge of unreadable page.
4295 2015-03-08  Paul Pluzhnikov  <ppluzhnikov@google.com>
4297         [BZ #16734]
4298         * libio/genops.c (_IO_unbuffer_all): Renamed from _IO_unbuffer_write.
4299         Cleanup read-only streams as well.
4300         (_IO_cleanup): Call _IO_unbuffer_all instead of _IO_unbuffer_write.
4302 2015-03-08  Samuel Thibault  <samuel.thibault@ens-lyon.org>
4304         * sysdeps/mach/hurd/bits/libc-lock.h [_LIBC]: Include
4305         <bits/libc-lockP.h>
4307 2015-03-07  Joseph Myers  <joseph@codesourcery.com>
4309         * soft-fp/soft-fp.h (_FP_ZERO_INIT): New macro.  Define depending
4310         on [__KERNEL__].
4311         * soft-fp/op-1.h (_FP_FRAC_DECL_1): Use _FP_ZERO_INIT.
4312         * soft-fp/op-2.h (_FP_FRAC_DECL_2): Likewise.
4313         * soft-fp/op-common.h (_FP_DECL): Likewise.
4315 2015-03-06  H.J. Lu  <hongjiu.lu@intel.com>
4317         * elf/ifuncdep2.c (global): Replace
4318         __attribute__((visibility("protected"))) with
4319         asm (".protected global").
4320         * elf/ifuncmod1.c (global): Likewise.
4321         * elf/ifuncmod5.c (global): Likewise.
4323 2015-03-06  Joseph Myers  <joseph@codesourcery.com>
4325         * soft-fp/soft-fp.h [!_LIBC && __KERNEL__]: Include
4326         <asm/sfp-machine.h> instead of <sfp-machine.h>.
4328 2015-03-06  Roland McGrath  <roland@hack.frob.com>
4330         * manual/install.texi (Configuring and compiling):
4331         Document test-wrapper-env-only.
4332         * INSTALL: Regenerated.
4334 2015-03-06  Paul Pluzhnikov  <ppluzhnikov@google.com>
4336         [BZ #18043]
4337         * posix/wordexp.c (parse_param): Fix buffer overflow.
4338         * posix/wordexp-test.c (do_bz18043): Add test case.
4340 2015-03-06  Vincent Bernat  <vincent@bernat.im>
4342         * time/tst-strptime2.c (do_test): Ensure failing tests are
4343         reported correctly.
4344         * time/tst-strptime3.c (do_test): Likewise.
4346 2015-03-06  Samuel Thibault  <samuel.thibault@inria.fr>
4348         Fix aio_error thread-safety.
4349         * sysdeps/pthread/aio_error.c: New file
4350         * sysdeps/pthread/aio_misc.c: Remove optimistic comment about
4351         synchronization.
4353 2015-03-06  Florian Weimer  <fweimer@redhat.com>
4355         * stdio-common/vfprintf.c (THOUSANDS_SEP_T): New typedef.
4356         (group_number, vfprintf): Use it.
4357         (JUMP_TABLE_BASE_LABEL): New preprocessor macro.
4358         (JUMP, REF): Use it.
4359         (WORK_BUFFER_SIZE): New enum constant.
4360         (process_arg, vfprintf): Use it.
4362 2015-03-06  Rical Jasan  <ricaljasan@pacific.net>
4364         * manual/errno.texi (Error Messages): Complete example function
4365         by adding missing #define.
4366         (program_invocation_name): Add statement indicating GNU
4367         extension and reference which header file declares the variable.
4368         (program_invocation_short_name): Likewise.
4370 2015-03-06  Mike Frysinger  <vapier@gentoo.org>
4372         * manual/errno.texi (Error Messages): Delete strerror ISO C89
4373         compatibility note.
4375 2015-03-05  Roland McGrath  <roland@hack.frob.com>
4377         * Makeconfig (test-wrapper-env-only): New variable.
4378         * Rules (make-test-out): If variable $*-ENV-only is nonempty,
4379         then use that with $(test-wrapper-env-only) rather than using
4380         $(test-wrapper-env) $(run-program-env) $($*-ENV).
4382 2015-03-05  H.J. Lu  <hongjiu.lu@intel.com>
4384         [BZ #18082]
4385         * sysdeps/alpha/dl-machine.h (elf_machine_type_class): Replace
4386         ELF_RTYPE_CLASS_NOCOPY with ELF_RTYPE_CLASS_COPY in comments.
4387         * sysdeps/arm/dl-machine.h (elf_machine_type_class): Likewise.
4388         * sysdeps/hppa/dl-machine.h (elf_machine_type_class): Likewise.
4389         * sysdeps/i386/dl-machine.h (elf_machine_type_class): Likewise.
4390         * sysdeps/ia64/dl-machine.h (elf_machine_type_class): Likewise.
4391         * sysdeps/m68k/dl-machine.h (elf_machine_type_class): Likewise.
4392         * sysdeps/microblaze/dl-machine.h (elf_machine_type_class):
4393         Likewise.
4394         * sysdeps/nios2/dl-machine.h (elf_machine_type_class): Likewise.
4395         * sysdeps/powerpc/powerpc32/dl-machine.h (elf_machine_type_class):
4396         Likewise.
4397         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_type_class):
4398         Likewise.
4399         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_type_class):
4400         Likewise.
4401         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_type_class):
4402         Likewise.
4403         * sysdeps/sh/dl-machine.h (elf_machine_type_class): Likewise.
4404         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_type_class):
4405         Likewise.
4406         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_type_class):
4407         Likewise.
4408         * sysdeps/tile/dl-machine.h (elf_machine_type_class): Likewise.
4409         * sysdeps/x86_64/dl-machine.h (elf_machine_type_class): Likewise.
4411 2015-03-04  Roland McGrath  <roland@hack.frob.com>
4413         * sysdeps/generic/netinet/if_ether.h: Don't #include <features.h>.
4414         (ETH_ALEN): New macro.
4415         (struct ether_addr): Use it for length of ether_addr_octet.
4417         * nss/test-netdb.c: Don't #include <rpc/netdb.h>.
4418         (setdb): Don't call __nss_configure_lookup for "rpc".
4419         (do_test): Don't call test_rpc.
4420         (output_rpcent, test_rpc): Functions moved ...
4421         * sunrpc/test-rpcent.c: ... to this new file.
4422         * sunrpc/Makefile (tests): Add it.
4424         * nptl/tst-cancel4.c (tf_sigpause) [!SIGCANCEL]: Call pause instead of
4425         __xpg_sigpause.
4426         * nptl/tst-signal3.c: Conditionalize body on [SIGRTMIN].
4427         * nptl/tst-signal6.c: Likewise.
4428         * rt/tst-mqueue5.c: Conditionalize body on [SIGRTMIN && SA_SIGINFO].
4429         * rt/tst-timer4.c: Conditionalize body on [SA_SIGINFO].
4431         * configure.ac (libc_cv_cxx_link_ok): New check.
4432         Reset CXX to empty if it fails to link.
4433         * configure: Regenerated.
4434         * dlfcn/Makefile (tests, modules-names): Add bug-atexit3 and
4435         bug-atexit3-lib only if $(CXX) is nonempty.
4436         * nptl/Makefile (tests): Likewise for tst-cancel24.
4437         (tests, tests-static): Likewise for tst-cancel24-static.
4438         * debug/Makefile (tests): Likewise for tst-chk4, tst-chk5, tst-chk6,
4439         tst-lfschk4, tst-lfschk5, and tst-lfschk6.
4440         * elf/Makefile (tests, modules-names): Likewise for tst-unique3,
4441         tst-unique3lib, tst-unique3lib2, tst-unique4, and tst-unique4lib.
4443 2015-03-04  Andreas Schwab  <schwab@suse.de>
4445         [BZ #17631]
4446         * string/string.h (__CORRECT_ISO_CPP_STRING_H_PROTO): Don't define
4447         for non-GCC compilers.
4448         * string/strings.h (__CORRECT_ISO_CPP_STRINGS_H_PROTO):
4449         Likewise.
4451 2015-03-03 Adhemerval Zanellla  <azanella@linux.vnet.ibm.com>
4453         [BZ #17776]
4454         * sysdeps/powerpc/bits/fenvinline.h (feraiseexcept): Convert input to
4455         integer before bitwise and assembly operations.
4456         (feclearexcept): Likewise.
4457         * math/test-fenvinline.c: New file.
4458         * math/Makefile: Add test-fenvinline test.
4460 2015-03-03  Alan Modra  <amodra@gmail.com>
4462         [BZ #16512]
4463         * scripts/localplt.awk: Strip off symbol version.
4464         * NEWS: Mention bug fix.
4466 2015-03-02  Roland McGrath  <roland@hack.frob.com>
4468         * sysdeps/pthread/timer_routines.c
4469         (timer_free_list, thread_free_list, thread_active_list): Make static.
4471 2015-03-02  Joseph Myers  <joseph@codesourcery.com>
4473         [BZ #17779]
4474         * sysdeps/unix/sysv/linux/hppa/kernel-features.h
4475         [__LINUX_KERNEL_VERSION < 0x020625] (__ASSUME_PRLIMIT64):
4476         Undefine.
4477         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
4478         [__LINUX_KERNEL_VERSION < 0x020625] (__ASSUME_PRLIMIT64):
4479         Likewise.
4480         * sysdeps/unix/sysv/linux/sh/kernel-features.h
4481         [__LINUX_KERNEL_VERSION < 0x020625] (__ASSUME_PRLIMIT64):
4482         Likewise.
4484 2015-03-02  Paul Pluzhnikov  <ppluzhnikov@google.com>
4486         [BZ #18036]
4487         * posix/fnmatch_loop.c (END): Detect invalid pattern.
4488         * posix/tst-fnmatch3.c (do_bz18036): Add test case.
4490 2015-03-02  Andreas Schwab  <schwab@suse.de>
4492         * elf/Makefile ($(elf-objpfx)runtime-linker.st): Fix typo in
4493         variable name.
4495 2015-03-02  Florian Weimer  <fweimer@redhat.com>
4497         * nis/nss_nis/nis-initgroups.c (_nss_nis_initgroups_dyn):
4498         Return error status.
4500 2015-02-27  Alexandre Oliva <aoliva@redhat.com>
4502         [BZ #15969]
4503         * locale/findlocale.c (_nl_find_locale): Introduce const
4504         version of loc_name and drop unsafe type casts.
4506 2015-02-27  Roland McGrath  <roland@hack.frob.com>
4508         * dlfcn/tststatic2.c (main): Converted to ...
4509         (do_test): ... this.
4510         (TEST_FUNCTION): New macro.
4511         Include test-skeleton.c.
4513 2015-02-27  H.J. Lu  <hongjiu.lu@intel.com>
4515         [BZ #17711]
4516         * elf/Makefile (tests): Add vismain only if PIE is enabled.
4517         (tests-pie): Add vismain.
4518         (CFLAGS-vismain.c): New.
4519         * elf/vismain.c: Add comments for PIE requirement.
4521 2015-02-27  Joseph Myers  <joseph@codesourcery.com>
4523         [BZ #18046]
4524         [BZ #18047]
4525         * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c (__ieee754_atanhl): Use
4526         0x1p-56L as threshold for just returning the argument.
4527         * sysdeps/ieee754/ldbl-96/e_atanhl.c (__ieee754_atanhl): Use
4528         0x1p-32L as threshold for just returning the argument.
4529         * math/auto-libm-test-in: Add more tests of atanh.
4530         * math/auto-libm-test-out: Regenerated.
4531         * sysdeps/i386/fpu/libm-test-ulps: Update.
4532         * sysdeps/x86_64/fpu/libm-test-ulp: Likewise.
4534 2015-02-27  Wilco Dijkstra  wdijkstr@arm.com
4536         * string/bcopy.c (bcopy): Call memmove for performance.
4538 2015-02-27  Wilco Dijkstra  wdijkstr@arm.com
4540         * string/bzero.c (__bzero): Call memset for performance.
4542 2015-02-27  John David Anglin  <dave.anglin@bell.net>
4544         [BZ #18068]
4545         * sysdeps/unix/sysv/linux/hppa/bits/fcntl.h (__O_SYNC): Change
4546         to 00100000.
4548 2015-02-27  Joseph Myers  <joseph@codesourcery.com>
4550         * sysdeps/ieee754/k_standard.c (CSTR): Add comment.
4552 2015-02-26  Joseph Myers  <joseph@codesourcery.com>
4554         * sysdeps/ieee754/k_standard.c (CSTR): New macro.
4555         (__kernel_standard): Use CSTR macro when setting exc.name.
4556         * sysdeps/ieee754/Makefile [$(subdir) = math]
4557         (CFLAGS-k_standard.c): Remove variable.
4559         * sysdeps/ieee754/dbl-64/e_j0.c (pzero): Change last case for
4560         setting p and q from "else if" to "else".
4561         (qzero): Likewise.
4562         * sysdeps/ieee754/dbl-64/e_j1.c (pone): Likewise.
4563         (qone): Likewise.
4564         * sysdeps/ieee754/flt-32/e_j0f.c (pzerof): Likewise.
4565         (qzerof): Likewise.
4566         * sysdeps/ieee754/flt-32/e_j1f.c (ponef): Likewise.
4567         (qonef): Likewise.
4568         * sysdeps/ieee754/ldbl-96/e_j0l.c (pzero): Likewise.
4569         (qzero): Likewise.
4570         * sysdeps/ieee754/ldbl-96/e_j1l.c (pone): Likewise.
4571         (qone): Likewise.
4573         [BZ #18038]
4574         [BZ #18039]
4575         * sysdeps/ieee754/ldbl-128/e_acosl.c (__ieee754_acosl): Only
4576         return pi/2 for arguments below 0x1p-113L.
4577         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c (__ieee754_acosl): Only
4578         return pi/2 for arguments below 0x1p-106L.
4579         * math/auto-libm-test-in: Add more tests of acos.
4580         * math/auto-libm-test-out: Regenerated.
4582         [BZ #16351]
4583         * sysdeps/i386/fpu/e_asin.S (dbl_min): New object.
4584         (MO): New macro.
4585         (__ieee754_asin): Force underflow exception for results with small
4586         absolute value.
4587         * sysdeps/i386/fpu/e_asinf.S (flt_min): New object.
4588         (MO): New macro.
4589         (__ieee754_asinf): Force underflow exception for results with
4590         small absolute value.
4591         * sysdeps/ieee754/dbl-64/e_asin.c: Include <float.h> and <math.h>.
4592         (__ieee754_asin): Force underflow exception for results with small
4593         absolute value.
4594         * sysdeps/ieee754/flt-32/e_asinf.c: Include <float.h>.
4595         (__ieee754_asinf): Force underflow exception for results with
4596         small absolute value.
4597         * sysdeps/ieee754/ldbl-128/e_asinl.c: Include <float.h>.
4598         (__ieee754_asinl): Force underflow exception for results with
4599         small absolute value.
4600         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c: Include <float.h>.
4601         (__ieee754_asinl): Force underflow exception for results with
4602         small absolute value.
4603         * sysdeps/ieee754/ldbl-96/e_asinl.c: Include <float.h>.
4604         (__ieee754_asinl): Force underflow exception for results with
4605         small absolute value.
4606         * sysdeps/x86_64/fpu/multiarch/e_asin.c [HAVE_FMA4_SUPPORT]:
4607         Include <math.h>.
4608         * math/auto-libm-test-in: Do not mark underflow exceptions as
4609         possibly missing for bug 16351.
4610         * math/auto-libm-test-out: Regenerated.
4612         [BZ #18030]
4613         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Adjust exponent
4614         of power of 2 down when low part has opposite sign.
4615         * math/libm-test.inc (logb_test_data): Add more tests.
4617 2015-02-26  Andreas Schwab  <schwab@suse.de>
4619         [BZ #18032]
4620         * posix/fnmatch_loop.c (FCT): Remove extra increment when skipping
4621         over collating symbol inside a bracket expression.  Minor cleanup.
4622         * posix/tst-fnmatch3.c (do_test): Add test case.
4624 2015-02-26  Joseph Myers  <joseph@codesourcery.com>
4626         [BZ #18029]
4627         * sysdeps/ieee754/ldbl-128ibm/e_ilogbl.c (__ieee754_ilogbl):
4628         Adjust exponent of power of 2 down when low part has opposite
4629         sign.
4630         * math/libm-test.inc (ilogb_test_data): Add more tests.
4632 2015-02-26  Alexandre Oliva  <aoliva@redhat.com>
4634         [BZ #15969]
4635         * locale/findlocale.c (_nl_find_locale): Fix constness error in
4636         the previous change.
4638         [BZ #15969]
4639         * locale/findlocale.c (_nl_find_locale): Retry archive search
4640         after alias expansion.
4642 2015-02-25  Roland McGrath  <roland@hack.frob.com>
4644         * iconv/tst-iconv3.c (main): Converted to ...
4645         (do_test): ... this.
4646         (TEST_FUNCTION): New macro.
4647         Include test-skeleton.c.
4649         * iconv/tst-iconv5.c (testcode, number): Make variables static const.
4650         (convert): Make function static.
4651         (test_unalign): Likewise.  Add const to argument pointee types.
4652         (main): Replace with static function do_test.
4653         Print "Succeeded." only if RET is zero.
4654         (TEST_FUNCTION): New macro.
4655         Include test-skeleton.c.
4657         * iconv/gconv_conf.c (__gconv_get_path): Don't crash if __getcwd
4658         returns a null pointer.
4660 2015-02-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
4662         * sysdeps/powerpc/powerpc64/multiarch/memmove-ppc64.c: Define memcpy
4663         to __memcpy_ppc only for static builds.
4665 2015-02-25  Joseph Myers  <joseph@codesourcery.com>
4667         [BZ #18020]
4668         * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c (__asinhl): Use 2**56 and
4669         2**-56 not 2**28 and 2**-29 as thresholds for simpler formulas.
4670         * math/auto-libm-test-in: Add more tests of asinh.
4671         * math/auto-libm-test-out: Regenerated.
4672         * sysdeps/i386/fpu/libm-test-ulps: Update.
4673         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
4675 2015-02-25  Cong Wang  <xiyou.wangcong@gmail.com>
4677         [BZ #15850]
4678         * inet/netinet/in.h [!__USE_KERNEL_IPV6_DEFS]: Put in6_pktinfo
4679         and ip6_mtuinfo definitions here.
4680         * sysdeps/unix/sysv/linux/bits/in.h [_UAPI_IPV6_H]: Wrap code
4681         in this define too.  Update comment.
4683 2015-02-24  Benno Schulenberg  <bensberg@justemail.net>
4685         * elf/sprof.c (load_shobj): Tweak error message to match others.
4687 2015-02-24  Kevin Easton  <kevin@guarana.org>
4689         [BZ #16145] (partial fix)
4690         * time/tzset.c (__tz_convert): Unlock tzset_lock earlier
4691         to reduce lock contention.
4693 2015-02-24  Miroslav Lichvar  <mlichvar@redhat.com>
4695         * sysdeps/unix/sysv/linux/bits/timex.h: Update version.
4696         (struct timex): Update time comment.
4697         (ADJ_SETOFFSET): Define.
4699 2015-02-24  Joseph Myers  <joseph@codesourcery.com>
4701         [BZ #18019]
4702         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c (__ieee754_acoshl): Use
4703         2**56 not 2**28 as threshold for log (2x) formula.
4704         * math/auto-libm-test-in: Add more tests of acosh.
4705         * math/auto-libm-test-out: Regenerated.
4706         * sysdeps/i386/fpu/libm-test-ulps: Update.
4707         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
4709 2015-02-24  Mike Frysinger  <vapier@gentoo.org>
4711         * include/alloca.h [_STACK_GROWS_DOWN] (extend_alloca): Add
4712         parenthesis around the buf assignment.
4713         [_STACK_GROWS_UP] (extend_alloca): Add a char* cast.
4715 2015-02-24  Joseph Myers  <joseph@codesourcery.com>
4717         [BZ #16783]
4718         * sysdeps/i386/fpu/e_scalb.S (__ieee754_scalb): Do not handle
4719         arguments (NaN, -Inf) the same as (+/-Inf, -Inf).
4720         * sysdeps/i386/fpu/e_scalbf.S (__ieee754_scalbf): Likewise.
4721         * sysdeps/i386/fpu/e_scalbl.S (__ieee754_scalbl): Likewise.
4722         * sysdeps/x86_64/fpu/e_scalbl.S (__ieee754_scalbl): Likewise.
4723         * math/libm-test.inc (scalb_test_data): Add more tests.
4725 2015-02-24  Paul Pluzhnikov  <ppluzhnikov@google.com>
4727         [BZ #17916]
4728         * libio/fileops.c (_IO_new_file_fopen): Limit stack use
4729         * libio/tst-fopenloc.c (do_test, do_bz17916): Add a large ccs= test
4731 2015-02-24  Eric Rannaud  <e@nanocritical.com>
4733         [BZ #17523]
4734         * io/fcntl.h (__OPEN_NEEDS_MODE): New macro.
4735         * io/bits/fcntl2.h (open): Use it.
4736         (openat): Likewise.
4737         * io/open.c (__libc_open): Likewise.
4738         * io/open64.c (__libc_open64): Likewise.
4739         * io/open64_2.c (__open64_2): Likewise.
4740         * io/open_2.c (__open_2): Likewise.
4741         * io/openat.c (__openat): Likewise.
4742         * io/openat64.c (__openat64): Likewise.
4743         * io/openat64_2.c (__openat64_2): Likewise.
4744         * io/openat_2.c (__openat_2): Likewise.
4745         * sysdeps/mach/hurd/open.c (__libc_open): Likewise.
4746         * sysdeps/mach/hurd/openat.c (__openat): Likewise.
4747         * sysdeps/posix/open64.c (__libc_open64): Likewise.
4748         * sysdeps/unix/sysv/linux/dl-openat64.c (openat64): Likewise.
4749         * sysdeps/unix/sysv/linux/generic/open.c (__libc_open): Likewise.
4750         (__open_nocancel): Likewise.
4751         * sysdeps/unix/sysv/linux/generic/open64.c (__libc_open64): Likewise.
4752         * sysdeps/unix/sysv/linux/open64.c (__libc_open64): Likewise.
4753         * sysdeps/unix/sysv/linux/openat.c (__OPENAT): Likewise.
4755 2015-02-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
4757         [BZ #14841]
4758         * resolv/gethnamaddr.c (getanswer): Skip logging if
4759         RES_USE_DNSSEC is set.
4760         * resolv/nss_dns/dns-host.c (getanswer_r): Likewise.
4762 2015-02-24  Mike Frysinger  <vapier@gentoo.org>
4764         * sysdeps/unix/sysv/linux/hppa/sysdep.h: Include dl-sysdep.h.
4766 2015-02-23  Alexandre Oliva <aoliva@redhat.com>
4768         * include/stdc-predef.h (__STDC_ISO_10646__): Update to
4769         201304L, for Unicode 7.
4771 2015-02-23  H.J. Lu  <hongjiu.lu@intel.com>
4773         [BZ #17836]
4774         * csu/Makefile (extra-objs): Add gmon-start.o if not builing
4775         shared library.  Add gmon-start.os otherwise.
4776         ($(objpfx)g$(start-installed-name)): Use $(objpfx)S%
4777         $(objpfx)gmon-start.os if builing shared library.
4778         ($(objpfx)g$(static-start-installed-name)): Likewise.
4780 2015-02-23  Andreas Schwab  <schwab@suse.de>
4782         * elf/Makefile (CFLAGS-tst-audit2.c): Define.
4784 2015-02-22  Paul Pluzhnikov  <ppluzhnikov@google.com>
4786         [BZ #17269]
4787         * libio/wstrops.c (_IO_wstr_overflow): Guard against integer overflow
4788         (enlarge_userbuf): Likewise.
4790 2015-02-22  Chung-Lin Tang  <cltang@codesourcery.com>
4792         * libio/tst-memstream2.c (TIMEOUT): Define as 100.
4793         * math/atest-exp.c (TIMEOUT): Adjust to 200.
4794         * math/atest-exp2.c (TIMEOUT): Adjust to 300.
4795         * math/atest-sincos.c (TIMEOUT): Adjust to 600.
4797 2015-02-20  Joseph Myers  <joseph@codesourcery.com>
4799         * soft-fp/op-common.h (_FP_FROM_INT): Wrap call to abort in
4800         expression inside statement expression.
4802 2015-02-20  Stefan Liebler  <stli@linux.vnet.ibm.com>
4804         * sysdeps/unix/sysv/linux/s390/lowlevellock.h: Include
4805         <sysdeps/nptl/lowlevellock.h> and remove macros and
4806         functions that are now defined there.
4807         (SYS_futex): Remove.
4808         (lll_compare_and_swap): Remove.
4809         * sysdeps/s390/bits/atomic.h (atomic_exchange_acq): Define.
4811 2015-02-19  Joseph Myers  <joseph@codesourcery.com>
4813         [BZ #17999]
4814         * dirent/scandir.c [!SCANDIR] (SCANDIRAT): Define to __scandirat
4815         instead of scandirat.
4816         * dirent/scandirat.c [!SCANDIRAT] (SCANDIRAT): Likewise.
4817         [!SCANDIRAT] (SCANDIRAT_WEAK_ALIAS): Define.
4818         [SCANDIRAT_WEAK_ALIAS] (scandirat): Define as weak alias of
4819         __scandirat.
4820         * include/dirent.h (scandirat): Do not use libc_hidden_proto.
4821         (__scandirat): Declare.  Use libc_hidden_proto.
4822         * conform/Makefile (test-xfail-POSIX2008/dirent.h/linknamespace):
4823         Remove variable.
4824         (test-xfail-XOPEN2K8/dirent.h/linknamespace): Likewise.
4826 2015-02-18  Joseph Myers  <joseph@codesourcery.com>
4828         [BZ #15319]
4829         * sysdeps/i386/fpu/e_atan2.S (dbl_min): New object.
4830         (MO): New macro.
4831         (__ieee754_atan2): For results with small absolute value, force
4832         underflow exception and remove excess range and precision from
4833         return value.
4834         * sysdeps/i386/fpu/e_atan2f.S (flt_min): New object.
4835         (MO): New macro.
4836         (__ieee754_atan2f): For results with small absolute value, force
4837         underflow exception and remove excess range and precision from
4838         return value.
4839         * sysdeps/i386/fpu/s_atan.S (dbl_min): New object.
4840         (MO): New macro.
4841         (__atan): For results with small absolute value, force underflow
4842         exception and remove excess range and precision from return value.
4843         * sysdeps/i386/fpu/s_atanf.S (flt_min): New object.
4844         (MO): New macro.
4845         (__atanf): For results with small absolute value, force underflow
4846         exception and remove excess range and precision from return value.
4847         * sysdeps/ieee754/dbl-64/e_atan2.c: Include <float.h> and
4848         <math.h>.
4849         (__ieee754_atan2): Force underflow exception for results with
4850         small absolute value.
4851         * sysdeps/ieee754/dbl-64/s_atan.c: Include <float.h> and
4852         <math_private.h>.
4853         (atan): Force underflow exception for results with small absolute
4854         value.
4855         * sysdeps/ieee754/flt-32/s_atanf.c: Include <float.h>.
4856         (__atanf): Force underflow exception for results with small
4857         absolute value.
4858         * sysdeps/ieee754/ldbl-128/s_atanl.c: Include <float.h> and
4859         <math.h>.
4860         (__atanl): Force underflow exception for results with small
4861         absolute value.
4862         * sysdeps/ieee754/ldbl-128ibm/s_atanl.c: Include <float.h>.
4863         (__atanl): Force underflow exception for results with small
4864         absolute value.
4865         * sysdeps/x86/fpu/bits/mathinline.h
4866         [!__SSE2_MATH__ && !__x86_64__ && __LIBC_INTERNAL_MATH_INLINES]
4867         (__ieee754_atan2): Only define inline for long double.
4868         * sysdeps/x86_64/fpu/multiarch/e_atan2.c
4869         [HAVE_FMA4_SUPPORT || HAVE_AVX_SUPPORT]: Include <math.h>.
4870         * math/auto-libm-test-in: Do not mark underflow exceptions as
4871         possibly missing for bug 15319.  Add more tests of atan2.
4872         * math/auto-libm-test-out: Regenerated.
4873         * math/libm-test.inc (casin_test_data): Do not mark underflow
4874         exceptions as possibly missing for bug 15319.
4875         (casinh_test_data): Likewise.
4876         * sysdeps/i386/fpu/libm-test-ulps: Update.
4878 2015-02-18  Steve Ellcey  <sellcey@imgtec.com>
4880         * sysdeps/unix/sysv/linux/mips/bits/endian.h: Remove.
4881         * sysdeps/mips/bits/endian.h: Fix comments.
4883 2015-02-18  Joseph Myers  <joseph@codesourcery.com>
4885         [BZ #17996]
4886         * include/search.h (hcreate_r): Don't use libc_hidden_proto.
4887         (hdestroy_r): Likewise.
4888         (hsearch_r): Likewise.
4889         (__hcreate_r): Declare and use libc_hidden_proto.
4890         (__hdestroy_r): Likewise.
4891         (__hsearch_r): Likewise.
4892         * misc/hsearch.c (hsearch): Call __hsearch_r instead of hsearch_r.
4893         (hcreate): Call __hcreate_r instead of hcreate_r.
4894         (__hdestroy): Call __hdestroy_r instead of hdestroy_r.
4895         * misc/hsearch_r.c (hcreate_r): Rename to __hcreate_r and define
4896         as weak alias of __hcreate_r.
4897         (hdestroy_r): Rename to __hdestroy_r and define as weak alias of
4898         __hdestroy_r.
4899         (hsearch_r): Rename to __hsearch_r and define as weak alias of
4900         __hsearch_r.
4901         * conform/Makefile (test-xfail-XPG3/search.h/linknamespace):
4902         Remove variable.
4903         (test-xfail-XPG4/search.h/linknamespace): Likewise.
4904         (test-xfail-UNIX98/search.h/linknamespace): Likewise.
4905         (test-xfail-XOPEN2K/search.h/linknamespace): Likewise.
4906         (test-xfail-XOPEN2K8/search.h/linknamespace): Likewise.
4908 2015-02-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
4910         * malloc/malloc.c (__libc_malloc): Consolidate arena_lookup and
4911         arena_lock into a single arena_get.
4913 2015-02-17  Carlos O'Donell  <carlos@redhat.com>
4915         * dl-reloc.c: Inlucde libc-internal.h.
4916         (_dl_try_allocate_static_tls): Call ALIGN_UP.
4917         (_dl_relocate_object): Call ALIGN_UP, ALIGN_DOWN, and PTR_ALIGN_DOWN.
4918         (_dl_protect_relro): Call ALIGN_UP and ALIGN_DOWN.
4919         * malloc/arena.c (new_heap): Use pagesize. Call ALIGN_UP.
4920         (grow_heap): Likewise.
4921         * malloc/malloc.c: Include libc-internal.h.
4922         (do_check_malloc): Call powerof2.
4923         (sysmalloc): Use pagesize. Call ALIGN_UP.
4924         (systrim): Use pagesize.
4925         (mremap_chunk): Use pagesize. Call ALIGN_UP.
4926         (__libc_valloc): Use pagesize.
4927         (__libc_pvalloc): Use pagesize. Call ALIGN_UP.
4929 2015-02-17  Joseph Myers  <joseph@codesourcery.com>
4931         [BZ #17991]
4932         * include/sys/resource.h (__getrlimit64): Declare.  Use
4933         libc_hidden_proto.
4934         * resource/getrlimit64.c (getrlimit64): Rename to __getrlimit64
4935         and define as weak alias of __getrlimit64.  Use libc_hidden_weak.
4936         * sysdeps/posix/spawni.c (__spawni): Call __getrlimit64 instead of
4937         getrlimit64.
4938         * sysdeps/unix/sysv/linux/getrlimit64.c (getrlimit64): Rename to
4939         __getrlimit64.
4940         [!getrlimit64] (getrlimit64): Define as weak alias of
4941         __getrlimit64.  Use libc_hidden_weak.
4942         * sysdeps/unix/sysv/linux/i386/getrlimit64.c (getrlimit64): Define
4943         using __getrlimit64 not __new_getrlimit64.
4944         (__GI_getrlimit64): Likewise.
4945         * sysdeps/unix/sysv/linux/mips/getrlimit64.c (getrlimit64):
4946         Likewise.
4947         (__GI_getrlimit64): Likewise.
4948         (__old_getrlimit64): Use __getrlimit64 not __new_getrlimit64.
4949         * sysdeps/unix/sysv/linux/powerpc/powerpc64/syscalls.list
4950         (getrlimit): Add __getrlimit64 alias.
4951         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list (getrlimit):
4952         Likewise.
4953         * conform/Makefile (test-xfail-XOPEN2K/spawn.h/linknamespace):
4954         Remove variable.
4955         (test-xfail-POSIX2008/spawn.h/linknamespace): Likewise.
4956         (test-xfail-XOPEN2K8/spawn.h/linknamespace): Likewise.
4958 2015-02-17  Paul Pluzhnikov  <ppluzhnikov@google.com>
4960         * libio/fileops.c: Add missing sys/mman.h
4961         * libio/iopopen.c: Add missing fcntl.h, remove redundant unistd.h
4963 2015-02-17  Joseph Myers  <joseph@codesourcery.com>
4965         * manual/math.texi (Errors in Math Functions): Clarify goals
4966         regarding inexact and underflow exceptions.
4968 2015-02-17  Steve Ellcey  <sellcey@imgtec.com>
4970         * sysdeps/mips/memcpy.S: Move R6 PREFETCH_STORE_HINT check.
4971         * sysdeps/mips/memset.S: Ditto.
4973 2015-02-17  Steve Ellcey  <sellcey@imgtec.com>
4975         * sysdeps/mips/bits/endian.h (__MIPSEL): Use #ifdef instead of #if.
4977 2015-02-17  Stefan Liebler  <stli@linux.vnet.ibm.com>
4979         * sysdeps/unix/sysv/linux/s390/pt-longjmp.c
4980         (__v1longjmp): Remove versioned symbol.
4981         (__v1siglongjmp): Remove alias and versioned symbol.
4982         (__v2longjmp): Use DEFINE_LONGJMP instead of alias.
4983         (__v2siglongjmp): Likewise.
4985 2015-02-16  Torvald Riegel  <triegel@redhat.com>
4987         * sysdeps/unix/sysv/linux/ia64/lowlevellock.h: Remove file.
4989 2015-02-16  Mike Frysinger  <vapier@gentoo.org>
4991         * sysdeps/unix/sysv/linux/ia64/getpagesize.c: Delete.
4993 2015-02-16  Joseph Myers  <joseph@codesourcery.com>
4995         [BZ #17987]
4996         * sysdeps/ieee754/dbl-64/s_remquo.c (__remquo): Ensure sign of
4997         zero result does not depend on the sign resulting from
4998         subtraction.
4999         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c (__remquo):
5000         Likewise.
5001         * sysdeps/ieee754/flt-32/s_remquof.c (__remquof): Likewise.
5002         * sysdeps/ieee754/ldbl-128/s_remquol.c (__remquol): Likewise.
5003         * sysdeps/ieee754/ldbl-128ibm/s_remquol.c (__remquol): Likewise.
5004         * sysdeps/ieee754/ldbl-96/s_remquol.c (__remquol): Likewise.
5005         * math/libm-test.inc (remquo_test_data): Add more tests.
5007 2015-02-16  Paul Eggert  <eggert@cs.ucla.edu>
5009         * manual/time.texi (TZ Variable): glibc no longer comes with tzdata.
5010         Problem reported by J William Piggott.
5012 2015-02-16  Joseph Myers  <joseph@codesourcery.com>
5014         [BZ #17978]
5015         * sysdeps/ieee754/dbl-64/s_remquo.c (__remquo): Do not form
5016         products 4 * y and 2 * y where those would overflow.
5017         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c (__remquo):
5018         Likewise.
5019         * sysdeps/ieee754/flt-32/s_remquof.c (__remquof): Likewise.
5020         * sysdeps/ieee754/ldbl-128/s_remquol.c (__remquol): Likewise.
5021         * sysdeps/ieee754/ldbl-128ibm/s_remquol.c (__remquol): Likewise.
5022         * sysdeps/ieee754/ldbl-96/s_remquol.c (__remquol): Likewise.
5023         * math/libm-test.inc (remquo_test_data): Add more tests.
5025         * sysdeps/mips/sgidefs.h [!_ABIO64] (_ABIO64): New macro.
5027         * sysdeps/mips/memcpy.S [_COMPILING_NEWLIB]: Change condition to
5028         [defined _COMPILING_NEWLIB].
5029         * sysdeps/mips/memset.S [_COMPILING_NEWLIB]: Likewise.
5030         * sysdeps/mips/strcmp.S [_COMPILING_NEWLIB]: Likewise.
5032         * sysdeps/mips/sys/asm.h [__mips_isa_rev < 6]: Change condition to
5033         [!defined __mips_isa_rev || __mips_isa_rev < 6].
5035 2015-02-16  Torvald Riegel  <triegel@redhat.com>
5037         * nptl/tst-cond25.c (cleanup): Explicitly check that the mutex is
5038         acquired.
5040 2015-02-15  Matthew Fortune <Matthew.Fortune@imgtec.com>
5042         [BZ #17792]
5043         * sysdeps/unix/sysv/linux/ia64/sys/user.h (NBPG): Remove.
5044         (UPAGES, HOST_TEXT_START_ADDR, HOST_DATA_START_ADDR,
5045         HOST_STACK_END_ADDR): Likewise.
5047 2015-02-13  Steve Ellcey  <sellcey@imgtec.com>
5049         * sysdeps/mips/bits/endian.h (__MIPSEB): Use #ifdef instead of #if.
5050         * sysdeps/mips/memcpy.S (__MIPSEB): Ditto.
5051         * sysdeps/mips/memset.S (__MIPSEB): Ditto.
5053 2015-02-13  Roland McGrath  <roland@hack.frob.com>
5055         * sysdeps/generic/c++-types.data: New file.
5056         * sysdeps/generic/ld.abilist: New file.
5057         * sysdeps/generic/libBrokenLocale.abilist: New file.
5058         * sysdeps/generic/libanl.abilist: New file.
5059         * sysdeps/generic/libc.abilist: New file.
5060         * sysdeps/generic/libcrypt.abilist: New file.
5061         * sysdeps/generic/libdl.abilist: New file.
5062         * sysdeps/generic/libm.abilist: New file.
5063         * sysdeps/generic/libpthread.abilist: New file.
5064         * sysdeps/generic/libresolv.abilist: New file.
5065         * sysdeps/generic/librt.abilist: New file.
5067 2015-02-13  Joseph Myers  <joseph@codesourcery.com>
5069         [BZ #17569]
5070         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c (__remquo):
5071         Compute absolute value of x as modified by fmod, not original
5072         value of x.
5073         * math/libm-test.inc (RUN_TEST_ffI_f1): Rename to
5074         RUN_TEST_ffI_f1_mod8.  Check extra return value mod 8.
5075         (RUN_TEST_LOOP_ffI_f1): Rename to RUN_TEST_LOOP_ffI_f1_mod8.  Call
5076         RUN_TEST_ffI_f1_mod8.
5077         (remquo_test_data): Add more tests.
5079 2015-02-13  Roland McGrath  <roland@hack.frob.com>
5081         * sysdeps/init_array/pt-crti.S: New file.
5083 2015-02-13  Joseph Myers  <joseph@codesourcery.com>
5085         [BZ #17967]
5086         * sysdeps/powerpc/fpu/e_sqrtf.c (__slow_ieee754_sqrtf): Use
5087         __builtin_fmaf instead of relying on contraction of a * b + c.
5089 2015-02-12  J William Piggott  <elseifthen@gmx.com>
5091         [BZ #17969]
5092         * manual/time.texi: correct the zoneinfo path in the TZ Variable
5093         node.
5095 2015-02-12  Joseph Myers  <joseph@codesourcery.com>
5097         [BZ #17964]
5098         * sysdeps/powerpc/fpu/e_sqrt.c (__slow_ieee754_sqrt): Use
5099         __builtin_fma instead of relying on contraction of a * b + c.
5101 2015-02-12  Roland McGrath  <roland@hack.frob.com>
5103         * Makeconfig (ASFLAGS): Add -Werror=undef.
5104         * sysdeps/arm/Versions (libc: GLIBC_2.19): New (empty) version set.
5105         * sysdeps/unix/make-syscalls.sh: Always emit #define's for
5106         SYSCALL_CANCELLABLE, SYSCALL_NOERRNO, SYSCALL_ERRVAL, to 1 or 0.
5108         * Makeconfig (after-link): New variable.
5109         (+link-pie, +link-pie-tests): Use it.
5110         (+link-static, +link-static-tests): Likewise.
5111         (+link, +link-tests): Likewise.
5112         * Makerules (build-module, build-module-asneeded): Likewise.
5113         (lib%.so, $(common-objpfx)libc.so, $(common-objpfx)linkobj/libc.so):
5114         Likewise.
5115         * elf/Makefile ($(objpfx)ld.so): Likewise.
5117 2015-02-12  Rüdiger Sonderfeld  <ruediger@c-plusplus.net>
5119         [BZ #17965]
5120         * manual/time.texi (Elapsed Time): tv_sec is of type time_t in
5121         both struct timeval and struct timespec.
5123 2015-02-12  Joseph Myers  <joseph@codesourcery.com>
5125         [BZ #16560]
5126         * math/e_exp2l.c [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Undefine
5127         and redefine.
5128         (__ieee754_exp2l): Do not multiply small fractional parts by
5129         M_LN2l.
5130         * sysdeps/i386/fpu/e_exp2l.S (__ieee754_exp2l): Just add 1 to
5131         small argument.
5132         * sysdeps/ieee754/dbl-64/e_exp2.c (__ieee754_exp2): Likewise.
5133         * sysdeps/ieee754/flt-32/e_exp2f.c (__ieee754_exp2f): Likewise.
5134         * sysdeps/x86_64/fpu/e_exp2l.S (__ieee754_exp2l): Likewise.
5135         * math/auto-libm-test-in: Add more tests of exp2.
5136         * math/auto-libm-test-out: Regenerated.
5138 2015-02-12  Rajalakshmi Srinivasaraghavan  <raji@linux.vnet.ibm.com>
5140         * sysdeps/powerpc/powerpc64/power7/strncpy.S (strncpy): Optimize
5141         unaligned path.
5143 2015-02-12  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
5145         * sysdeps/unix/sysv/linux/powerpc/htm.h [TABORT]: Fix encoding for
5146         little endian.
5148 2015-02-12  Andreas Schwab  <schwab@suse.de>
5150         [BZ #15790]
5151         * nptl/pthread_mutexattr_gettype.c (pthread_mutexattr_gettype):
5152         Filter out elision flags from value returned in kind.
5153         * nptl/Makefile (tests): Add tst-pthread-mutexattr.
5154         * nptl/tst-pthread-mutexattr.c: New file.
5156 2015-02-11  Samuel Thibault  <samuel.thibault@ens-lyon.org>
5158         * abi-tags: Revert ae20c9a: rename back gnu into gnu-gnu.
5159         * configure.ac, configure: Revert ba90e05: modify gnu-* host_os back
5160         into gnu-gnu, and update comment to refer to abi-tags.
5162 2015-02-11  Joseph Myers  <joseph@codesourcery.com>
5164         [BZ #15467]
5165         * sysdeps/ieee754/dbl-64/s_sincos.c: Include <errno.h>.
5166         (__sincos): Set errno to EDOM for infinite argument.
5167         * sysdeps/ieee754/flt-32/s_sincosf.c: Include <errno.h>.
5168         (SINCOSF_FUNC): Set errno to EDOM for infinite argument.
5169         * sysdeps/ieee754/ldbl-128/s_sincosl.c: Include <errno.h>.
5170         (__sincosl): Set errno to EDOM for infinite argument.
5171         * sysdeps/ieee754/ldbl-128ibm/s_sincosl.c: Include <errno.h>.
5172         (__sincosl): Set errno to EDOM for infinite argument.
5173         * sysdeps/ieee754/ldbl-96/s_sincosl.c: Include <errno.h>.
5174         (__sincosl): Set errno to EDOM for infinite argument.
5175         * math/libm-test.inc (sincos_test_data): Test errno setting.
5177 2015-02-11  Leonhard Holz  <leonhard.holz@web.de>
5179         * string/strxfrm_l.c: Remove #define STRCMP.
5180         * string/strcoll_l.c: Remove #define STRLEN.
5181         * wcsmbs/wcsxfrm_l.c: Remove #define STRCMP.
5182         * wcsmbs/wcscoll_l.c: Remove #define STRLEN.
5184 2015-02-10  Joseph Myers  <joseph@codesourcery.com>
5186         * sysdeps/mips/soft-fp/sfp-machine.h: Move to ....
5187         * sysdeps/mips/mips32/sfp-machine.h: ... here.
5188         * sysdeps/mips/mips64/soft-fp/Makefile: Move to ....
5189         * sysdeps/mips/mips64/Makefile: ... here.
5190         * sysdeps/mips/mips64/soft-fp/e_sqrtl.c: Move to ....
5191         * sysdeps/mips/mips64/e_sqrtl.c: ... here.
5192         * sysdeps/mips/mips64/soft-fp/sfp-machine.h: Move to ....
5193         * sysdeps/mips/mips64/sfp-machine.h: ... here.
5194         * sysdeps/mips/mips32/Implies: Remove mips/soft-fp.
5195         * sysdeps/mips/mips64/n32/Implies: Remove mips/mips64/soft-fp.
5196         * sysdeps/mips/mips64/n64/Implies: Likewise.
5198 2015-02-10  Roland McGrath  <roland@hack.frob.com>
5200         * math/test-snan.c: Drop unnecessary #include's of <stdlib.h>,
5201         <sys/time.h>, <string.h>, and <errno.h>.
5202         (dest_offset, dest_address, value, zero): Remove unused variables.
5203         (ldouble): Remove typedef.
5204         (myFPsighandler): Use simple handler signature, not SA_SIGINFO
5205         signature.  Pass 1 to siglongjmp rather than 0 (which is converted to
5206         1).  Fix code style.
5207         (set_sigaction_FP, remove_sigaction_FP): Functions removed.
5208         (check): Function removed.
5209         (CHECK): New macro.
5210         (TEST_FUNC): Fix code style.  Use CHECK macro rather than repeating
5211         boilerplate feclearexcept + feenableexcept + sigsetjmp code.
5212         Don't call set_sigaction_FP and remove_sigaction_FP here.
5213         (ldouble_test): Just use 'long double' as macro argument, no need for
5214         the 'ldouble' typedef.
5215         (do_test): Set up SIGFPE handler at start, using plain signal rather
5216         than sigaction.  Fix code style.
5218 2015-02-10  Evangelos Foutras  <evangelos@foutrelis.com>
5220         [BZ #17949]
5221         * sysdeps/i386/i686/multiarch/mempcpy_chk.S: Fix position of
5222         jump label.
5224 2015-02-09  Adhemerval Zanellla  <azanella@linux.vnet.ibm.com>
5226         * sysdeps/powerpc/powerpc32/configure.ac: Remove R_PPC_REL16 check.
5227         * sysdeps/powerpc/powerpc32/configure: Regenerated.
5229         * sysdeps/powerpc/configure.ac: Remove file.
5230         * sysdeps/powerpc/configure: Likewise.
5232         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile
5233         [sysdep_routines]: Remove wordcopy-power6 object.
5234         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove-power7.c
5235         (__memmove_power7): Use local call for wordcopy and memcpy symbols.
5236         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy-ppc32.c
5237         (__memmove_ppc32): Likewise.
5238         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy-power6.c: Remove
5239         file.
5240         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy.c: Remove file.
5241         * sysdeps/powerpc/powerpc64/multiarch/wordcopy-ppc64.c [IS_IN (libc)]:
5242         Remove preprocessor.
5244         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile
5245         [sysdep_routines]: Remove wide chars objects.
5246         [wcsmbs]: New rule for wide char objects.
5248         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
5249         Remove wordcopy-power6 obejct.
5250         * sysdeps/powerpc/powerpc64/multiarch/memmove-ppc64.c (__memmove_ppc):
5251         Use local call for wordcopy and memcpy symbols.
5252         * sysdeps/powerpc/powerpc64/multiarch/wordcopy-power6.c: Remove file.
5253         * sysdeps/powerpc/powerpc64/multiarch/wordcopy-ppc64.c: Add default
5254         implementation for loader.
5255         * sysdeps/powerpc/powerpc64/multiarch/wordcopy.c: Remove file.
5257         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
5258         Remove wordcopy-power7 object.
5259         * sysdeps/powerpc/powerpc64/multiarch/wordcopy-power7.c: Remove file.
5260         * sysdeps/powerpc/powerpc64/multiarch/wordcopy.c
5261         (_wordcopy_fwd_aligned): Remove POWER7 specialization.
5262         (_wordcopy_fwd_dest_aligned): Likewise.
5263         (_wordcopy_bwd_aligned): Likewise.
5264         (_wordcopy_bwd_dest_aligned): Likewise.
5266         * sysdeps/powerpc/powerpc64/multiarch/bcopy-ppc64.c (__bcopy_ppc):
5267         Rewrite to call __memmove_ppc instead of include default
5268         implementation.
5270         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
5271         Remove wide chars objects.
5272         [wcsmbs]: New rule for wide char objects.
5274 2015-02-09  Andreas Schwab  <schwab@suse.de>
5276         [BZ #17912]
5277         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (__O_TMPFILE): Define
5278         in terms of __O_DIRECTORY.
5280 2015-02-08  Samuel Thibault  <samuel.thibault@ens-lyon.org>
5282         * time/getdate.c: Include <stdbool.h>.
5283         * sysdeps/gnu/unwind-resume.c [!PTR_MANGLE] (__libgcc_s_init): Do not
5284         call PTR_MANGLE.
5285         [!PTR_DEMANGLE] (_Unwind_Resume, __gcc_personality_v0): Do not call
5286         PTR_DEMANGLE.
5288 2015-02-07  Paul Eggert  <eggert@cs.ucla.edu>
5290         Add ersatz _Static_assert on older C hosts
5291         * misc/sys/cdefs.h (_Static_assert): Define a substitute, if on a
5292         pre-C11 C platform that is not known to support _Static_assert.
5294 2015-02-07  Richard Braun  <rbraun@sceen.net>
5296         * hurd/hurd/signal.h (_hurd_critical_section_lock): Don't unlock
5297         sigstate.
5298         * sysdeps/mach/hurd/mmap.c (__mmap): Also handle PROT_NONE case.
5300 2015-02-07  Samuel Thibault  <samuel.thibault@ens-lyon.org>
5302         * sysdeps/pthread/aio_misc.c [!AIO_PRIO_DELTA_MAX]: Do not check
5303         priority against unexistent AIO_PRIO_DELTA_MAX.
5304         * misc/chflags.c (chflags): Set flags parameter type to unsigned long
5305         instead of int.
5306         * misc/fchflags.c (fchflags): Likewise.
5307         * sysdeps/mach/hurd/chflags.c (chflags): Likewise.
5308         * sysdeps/mach/hurd/fchflags.c (fchflags): Likewise.
5309         * sysdeps/mach/hurd/bits/stat.h [__USE_MISC] (UF_SETTABLE, UF_NODUMP,
5310         UF_IMMUTABLE, UF_APPEND, UF_OPAQUE, UF_NOUNLINK, SF_SETTABLE,
5311         SF_ARCHIVED, SF_IMMUTABLE, SF_APPEND, SF_NOUNLINK, SF_SNAPSHOT):
5312         Declare macros.
5313         [__USE_MISC] (chflags, fchflags): Declare functions.
5314         * hurd/hurdselect.c (_hurd_select): In the poll case, do not return
5315         EINVAL when nfds is greater than FD_SETSIZE.
5316         * hurd/hurd/resource.h (MACH_PRIORITY_TO_NICE,
5317         NICE_TO_MACH_PRIORITY): Align nice levels on Mach priorities from 5 to
5318         45.
5319         * hurd/hurdselect.c (_hurd_select): Pass MACH_RCV_INTERRUPT to
5320         __mach_msg.  If that returns MACH_RCV_INTERRUPTED, set ERR to EINTR.
5321         * hurd/hurdselect.c (_hurd_select): Remove unreachable check for
5322         MACH_RCV_TIMED_OUT.
5323         * hurd/hurd/signal.h (_hurd_self_sigstate,
5324         _hurd_critical_section_lock, _hurd_critical_section_unlock):
5325         Explicit casts from void *.
5326         * sysdeps/mach/hurd/tls.h: Include <stdint.h> and <sysdep.h>.
5327         * abi-tags: Rename gnu-gnu os into gnu.
5329         [BZ #4719]
5330         * sysdeps/mach/hurd/bits/ioctls.h (_IOT__IOTBASE_long, _IOT_char,
5331         _IOT_short, _IOT_int, _IOT_long, _IOT__IOTBASE_int8_t,
5332         _IOT__IOTBASE_uint8_t, _IOT__IOTBASE_int16_t, _IOT__IOTBASE_uint16_t,
5333         _IOT__IOTBASE_int32_t, _IOT__IOTBASE_uint32_t, _IOT__IOTBASE_int64_t,
5334         _IOT__IOTBASE_uint64_t, _IOT__IOTBASE_size_t, _IOT__IOTBASE_ssize_t,
5335         _IOTBASE_unsigned, _IOTBASE_signed): Define macros.
5337         [BZ #17944]
5338         * hurd/hurdsocket.h: New file, defines _hurd_sun_path_dupa which
5339         duplicates ADDR->sun_path with sockaddr LEN limitation.
5340         * sysdeps/mach/hurd/connect.c: Include <string.h>
5341         (__connect): Give result of _hurd_sun_path_dupa to name lookup.
5342         * sysdeps/mach/hurd/sendmsg.c: Likewise.
5343         * sysdeps/mach/hurd/sendto.c: Likewise.
5344         * sysdeps/mach/hurd/bind.c: Call _hurd_sun_path_dupa instead of
5345         implementing it by hand.
5347 2015-02-06  Roland McGrath  <roland@hack.frob.com>
5349         * sysdeps/arm/sysdep.h [!PROF] [ARCH_HAS_T2 && !PIC] (LDR_GLOBAL):
5350         Use sfi_breg on ldr.
5351         [!PROF] [ARCH_HAS_T2 && PIC && ARM_PCREL_MOVW_OK] (LDR_GLOBAL):
5352         Likewise.
5354         * nptl/tst-cancel25.c (tf2): Test for SIGCANCEL being blocked only if
5355         it's defined.
5356         * nptl/tst-signal7.c (do_test): Test SIGCANCEL only if it's defined.
5357         Test SIGSETXID only if it's defined.
5359         * nptl/tst-locale1.c (useless): Use SIGRTMIN only if it's defined.
5361         * rt/tst-timer2.c (do_test): Don't initialize SIGEV.sigev_signo, which
5362         will not be used.  Use NULL rather than 0 for .sigev_notify_attributes.
5364         * nptl/tst-align2.c: Moved ...
5365         * sysdeps/unix/sysv/linux/tst-align-clone.c: ... here.
5366         * nptl/Makefile (tests): Remove tst-align2.
5367         * sysdeps/unix/sysv/linux/Makefile
5368         [$(subdir) = nptl] (tests): Add tst-align-clone.
5369         * nptl/tst-getpid1.c: Moved ...
5370         * sysdeps/unix/sysv/linux/tst-getpid1.c: ... here.
5371         * nptl/tst-getpid2.c: Moved ...
5372         * sysdeps/unix/sysv/linux/tst-getpid2.c: ... here.
5373         * nptl/Makefile (tests): Move tst-getpid1 and tst-getpid2 ...
5374         * sysdeps/unix/sysv/linux/Makefile
5375         [$(subdir) = nptl] (tests): ... here.
5376         * nptl/Makefile (tst-getpid2-ENV): Move variable ...
5377         * sysdeps/unix/sysv/linux/Makefile
5378         [$(subdir) = nptl] (tst-getpid2-ENV): ... here.
5380         * nptl/tst-cleanup2.c (do_test): Use signal rather than sigaction.
5381         Drop trailing \n from perror argument.  Use return rather than exit.
5383         * nptl/tst-cancel20.c (do_test): Conditionalize SA_SIGINFO-using tests
5384         on [SA_SIGINFO].
5385         * nptl/tst-cancel21.c (do_test): Likewise.
5386         * debug/tst-backtrace6.c: Include <signal.h> first thing.
5387         Conditionalize inclusion of tst-backtrace5.c on [SA_SIGINFO].
5388         [!SA_SIGINFO]: Make it a stub test.
5390         * misc/tst-pselect.c (do_test): Don't set SA_NOCLDWAIT in sa_flags for
5391         SIGCHLD; it's redundant with SIG_IGN as sa_handler.
5393         * posix/tst-getlogin.c: Move to ...
5394         * login/tst-getlogin.c: ... here.
5395         * posix/Makefile (tests): Move tst-getlogin to ...
5396         * login/Makefile (tests): ... here.
5398         * libio/tst-atime.c (do_test): Move local variables SV and E
5399         inside [ST_NOATIME] conditional.
5401         * dirent/tst-fdopendir.c (O_NOATIME): If not defined, #define to 0.
5403         * nptl/tst-kill5.c (do_test): Use INT_MAX rather than SIGRTMAX + 10.
5405         * nptl/tst-join5.c: Drop #include <sys/syscall.h>.
5406         (wait_code): New function replaces macro.
5407         Call nanosleep rather than syscall.
5409         * nptl/pt-system.c: Rewritten.  Put everything under
5410         [SHLIB_COMPAT (libpthread, GLIBC_2_0, GLIBC_2_22)].
5411         Use IFUNC to redirect when possible.
5413         * nptl/pt-longjmp.c: Rewritten.  Put everything under
5414         [SHLIB_COMPAT (libpthread, GLIBC_2_0, GLIBC_2_22)].
5415         Use IFUNC to redirect when possible.
5417         * nptl/pt-fork.c: Rewritten.  Put everything under
5418         [SHLIB_COMPAT (libpthread, GLIBC_2_0, GLIBC_2_22)].
5419         Use IFUNC to redirect when possible.
5420         * nptl/Versions (libpthread: GLIBC_2.22): New (empty) version set.
5422         * sysdeps/unix/sysv/linux/x86_64/pthread_cond_timedwait.S: Remove all
5423         code under [!__ASSUME_FUTEX_CLOCK_REALTIME], since that is defined
5424         unconditionally nowadays.  This included the only reference to
5425         __vdso_clock_gettime that appears outside libc proper.
5426         * sysdeps/unix/sysv/linux/x86_64/Versions (libc: GLIBC_PRIVATE):
5427         Remove version set (containing only __vdso_clock_gettime).
5428         * sysdeps/unix/sysv/linux/x86/libc-vdso.h (__vdso_clock_gettime):
5429         Add attribute_hidden.
5430         * sysdeps/unix/sysv/linux/i386/init-first.c (__vdso_clock_gettime):
5431         Likewise.  Drop __attribute__ ((nocommon)), libc_hidden_proto, and
5432         libc_hidden_data_def.
5433         * sysdeps/unix/sysv/linux/x86_64/init-first.c: Likewise.
5434         * sysdeps/unix/sysv/linux/x86_64/x32/init-first.c: Likewise.
5436         * inet/Versions (libc: GLIBC_2.0): Move getrpcbyname, getrpcbyname_r,
5437         getrpcbynumber, getrpcbynumber_r, getrpcent, getrpcent_r, endrpcent,
5438         setrpcent, and getrpcport to ...
5439         * sunrpc/Versions (libc: GLIBC_2.0): ... here.
5440         * inet/Versions (libc: GLIBC_2.1.2): Move getrpcbyname_r,
5441         getrpcbynumber_r, and getrpcent_r to ...
5442         * sunrpc/Versions (libc: GLIBC_2.1.2): ... this new set.
5443         * inet/getrpcbyname.c: Moved ...
5444         * sunrpc/getrpcbyname.c: ... here.
5445         * inet/getrpcbyname_r.c: Moved ...
5446         * sunrpc/getrpcbyname_r.c: ... here.
5447         * inet/getrpcbynumber.c: Moved ...
5448         * sunrpc/getrpcbynumber.c: ... here.
5449         * inet/getrpcbynumber_r.c: Moved ...
5450         * sunrpc/getrpcbynumber_r.c: ... here.
5451         * inet/getrpcent.c: Moved ...
5452         * sunrpc/getrpcent.c: ... here.
5453         * inet/getrpcent_r.c: Moved ...
5454         * sunrpc/getrpcent_r.c: ... here.
5455         * inet/Makefile (routines): Move those to ...
5456         * sunrpc/Makefile (routines): ... here.
5457         * nss/Makefile (databases): Add key and rpc only if sunrpc appears in
5458         the $(subdirs) list.
5459         (CPPFLAGS-getent.c): New variable.  Pass -D option to set HAVE_SUNRPC
5460         to 0 or 1, indicating whether sunrpc appears in the $(subdirs) list.
5461         * nss/getent.c (print_rpc, rpc_keys): Conditionalize on [HAVE_SUNRPC].
5462         (databases): Conditionalize rpc entry on [HAVE_SUNRPC].
5464         * elf/Makefile (routines): Include $(all-dl-routines), not just
5465         $(dl-routines).
5466         (rtld-routines): Likewise.  Use = rather than :=.
5467         * sysdeps/aarch64/Makefile [$(subdir) = elf]
5468         (sysdep_routines, sysdep-rtld-routines): Don't add tlsdesc and
5469         dl-tlsdesc to these; sysdep-dl-routines alone is enough.
5470         * sysdeps/arm/Makefile: Likewise.
5471         * sysdeps/i386/Makefile: Likewise.
5472         * sysdeps/x86_64/Makefile: Likewise.
5473         * sysdeps/hppa/Makefile [$(subdir) = elf]
5474         (sysdep_routines, sysdep-rtld-routines): Don't add
5475         $(sysdep-dl-routines) to these.
5476         * sysdeps/ia64/Makefile: Likewise.
5477         * sysdeps/unix/sysv/linux/ia64/Makefile: Likewise.
5478         * sysdeps/unix/sysv/linux/aarch64/Makefile [$(subdir) = elf]
5479         [$(build-shared) = yes] (sysdep_routines, sysdep-rtld-routines):
5480         Don't add dl-static to these; sysdep-dl-routines alone is enough.
5481         * sysdeps/unix/sysv/linux/m68k/Makefile: Likewise.
5482         * sysdeps/unix/sysv/linux/mips/Makefile: Likewise.
5483         * sysdeps/unix/sysv/linux/powerpc/Makefile: Likewise.
5484         * sysdeps/unix/sysv/linux/tile/Makefile: Likewise.
5485         * sysdeps/powerpc/Makefile [$(subdir) = elf]
5486         (sysdep_routines, sysdep-rtld-routines): Don't add dl-machine to
5487         these; sysdep-dl-routines alone is enough.
5489 2015-02-06  Joseph Myers  <joseph@codesourcery.com>
5491         [BZ #17932]
5492         * soft-fp/op-common.h (_FP_FMA): Set exponent of result in case
5493         where multiplication results in zero and third argument is finite
5494         and nonzero.
5495         * math/auto-libm-test-in: Add more tests of fma.
5496         * math/auto-libm-test-out: Regenerated.
5498         * soft-fp/op-common.h (_FP_CMP_CHECK_DENORM): New macro.
5499         (_FP_CMP_CHECK_FLUSH_ZERO): Likewise.
5500         (_FP_CMP): Use_FP_CMP_CHECK_DENORM and _FP_CMP_CHECK_FLUSH_ZERO.
5501         (_FP_CMP_EQ): Likewise.
5502         (_FP_CMP_UNORD): Use _FP_CMP_CHECK_DENORM.
5504         * soft-fp/op-common.h (FP_EXTEND): Rename to _FP_EXTEND_CNAN with
5505         extra argument CHECK_NAN.  Redefine as wrapper around
5506         _FP_EXTEND_CNAN.
5508 2015-02-06  Carlos O'Donell  <carlos@systemhalted.org>
5510         * version.h (RELEASE): Set to "stable".
5511         (VERSION): Set to "2.21"
5512         * include/features.h (__GLIBC_MINOR__): Set to 21.
5514         * sysdeps/unix/sysv/linux/hppa/pthread.h: Sync with pthread.h.
5516 2015-02-05  Paul Pluzhnikov  <ppluzhnikov@google.com>
5517             Paul Eggert  <eggert@cs.ucla.edu>
5519         [BZ #16618]
5520         * stdio-common/tst-sscanf.c (main): Test for buffer overflow.
5521         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Compute needed
5522         size in bytes. Store needed elements in wpmax. Use needed size
5523         in bytes for extend_alloca.
5525 2015-02-05  Carlos O'Donell  <carlos@systemhalted.org>
5527         * manual/install.texi: Latest tested versions are GCC 4.9.2,
5528         binutls 2.25, and texinfo 5.2.
5529         * INSTALL: Regenerate.
5530         * sysdeps/nios2/configure: Regenerate.
5531         * sysdeps/unix/sysv/linux/nios2/configure: Regenerate.
5532         * manual/contrib.texi: Update.
5533         * po/be.po: Update.
5534         * po/bg.po: Update.
5535         * po/ca.po: Update.
5536         * po/cs.po: Update.
5537         * po/da.po: Update.
5538         * po/de.po: Update.
5539         * po/el.po: Update.
5540         * po/eo.po: Update.
5541         * po/es.po: Update.
5542         * po/fi.po: Update.
5543         * po/fr.po: Update.
5544         * po/gl.po: Update.
5545         * po/hr.po: Update.
5546         * po/hu.po: Update.
5547         * po/ia.po: Update.
5548         * po/id.po: Update.
5549         * po/it.po: Update.
5550         * po/ja.po: Update.
5551         * po/ko.po: Update.
5552         * po/lt.po: Update.
5553         * po/nb.po: Update.
5554         * po/nl.po: Update.
5555         * po/pl.po: Update.
5556         * po/pt_BR.po: Update.
5557         * po/ru.po: Update.
5558         * po/rw.po: Update.
5559         * po/sk.po: Update.
5560         * po/sl.po: Update.
5561         * po/sv.po: Update.
5562         * po/tr.po: Update.
5563         * po/uk.po: Update.
5564         * po/vi.po: Update.
5565         * po/zh_CN.po: Update.
5566         * po/zh_TW.po: Update.
5568         * sysdeps/hppa/Makefile (CFLAGS-dl-fptr.c): Add -Wno-error.
5569         * sysdeps/hppa/bits/setjmp.h: Union is named __jmp_buf_internal_tag.
5570         * sysdeps/hppa/dl-irel.h: Remove #warning.
5571         * sysdeps/hppa/entry.h: Provide prototype for
5572         __canonicalize_funcptr_for_compare and cast argument.
5573         * sysdeps/hppa/fpu/fegetexcept.c (fegetexcept): Add semicolon.
5574         * sysdeps/hppa/fpu/ftestexcept.c (fetestexcept): Likewise.
5575         * sysdeps/hppa/sotruss-lib.c: New file.
5576         * sysdeps/unix/sysv/linux/hppa/bits/atomic.h
5577         (atomic_compare_and_exchange_val_acq): Use __typeof__.
5578         (atomic_compare_and_exchange_bool_acq): Likewise.
5579         * sysdeps/unix/sysv/linux/hppa/mmap.c: Use weak alias.
5580         * sysdeps/unix/sysv/linux/hppa/pthread.h: Include pthread.h.
5582         * sysdeps/unix/sysv/linux/hppa/syscall.S: Delete file.
5583         * sysdeps/unix/sysv/linux/hppa/sysdep.c: Move syscall from here...
5584         * sysdeps/unix/sysv/linux/hppa/syscall.c: ... to here.
5586 2015-02-05  Chung-Lin Tang  <cltang@codesourcery.com>
5588         * sysdeps/nios2/machine-gmon.h (NIOS2_MCOUNT_CALL): Correct name of
5589         called function in non-PIC case.
5591 2015-01-31  David S. Miller  <davem@davemloft.net>
5593         * sysdeps/sparc/sparc32/bits/atomic.h
5594         (__sparc32_atomic_do_unlock24): Put the memory barrier before the
5595         unlock not after it.
5596         (__v9_compare_and_exchange_val_32_acq): Use unions to avoid getting
5597         volatile register usage warnings from the compiler.
5599         * sysdeps/sparc/nptl/sem_init.c: Delete.
5600         * sysdeps/sparc/nptl/sem_post.c: Delete.
5601         * sysdeps/sparc/nptl/sem_timedwait.c: Delete.
5602         * sysdeps/sparc/nptl/sem_wait.c: Delete.
5603         * sysdeps/sparc/sparc32/sem_init.c: New file.
5604         * sysdeps/sparc/sparc32/sem_waitcommon.c: New file.
5605         * sysdeps/sparc/sparc32/sem_open.c: Generic nptl version with
5606         padding explicitly initialized.
5607         * sysdeps/sparc/sparc32/sem_post.c: Generic nptl version using
5608         padding for in-semaphore spinlock.
5609         * sysdeps/sparc/sparc32/sem_wait.c: Likewise.
5610         * sysdeps/sparc/sparc32/sem_trywait.c: Delete.
5611         * sysdeps/sparc/sparc32/sem_timedwait.c: Delete.
5612         * sysdeps/sparc/sparc32/sparcv9/sem_init.c: New file.
5613         * sysdeps/sparc/sparc32/sparcv9/sem_open.c: New file.
5614         * sysdeps/sparc/sparc32/sparcv9/sem_post.c: New file.
5615         * sysdeps/sparc/sparc32/sparcv9/sem_waitcommon.c: New file.
5616         * sysdeps/sparc/sparc32/sparcv9/sem_wait.c: Redirect to nptl
5617         version.
5618         * sysdeps/sparc/sparc32/sparcv9/sem_timedwait.c: Delete.
5619         * sysdeps/sparc/sparc32/sparcv9/sem_trywait.c: Delete.
5621 2015-01-30  H.J. Lu  <hongjiu.lu@intel.com>
5623         [BZ #17801]
5624         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
5625         Set the bit_AVX_Fast_Unaligned_Load bit for AVX2.
5626         * sysdeps/x86_64/multiarch/init-arch.h (bit_AVX_Fast_Unaligned_Load):
5627         New.
5628         (index_AVX_Fast_Unaligned_Load): Likewise.
5629         (HAS_AVX_FAST_UNALIGNED_LOAD): Likewise.
5630         * sysdeps/x86_64/multiarch/memcpy.S (__new_memcpy): Check the
5631         bit_AVX_Fast_Unaligned_Load bit instead of the bit_AVX_Usable bit.
5632         * sysdeps/x86_64/multiarch/memcpy_chk.S (__memcpy_chk): Likewise.
5633         * sysdeps/x86_64/multiarch/mempcpy.S (__mempcpy): Likewise.
5634         * sysdeps/x86_64/multiarch/mempcpy_chk.S (__mempcpy_chk): Likewise.
5635         * sysdeps/x86_64/multiarch/memmove.c (__libc_memmove): Replace
5636         HAS_AVX with HAS_AVX_FAST_UNALIGNED_LOAD.
5637         * sysdeps/x86_64/multiarch/memmove_chk.c (__memmove_chk): Likewise.
5639 2015-01-29  Andreas Schwab  <schwab@suse.de>
5641         * sysdeps/nptl/allocrtsig.c: Include <signal.h>.
5643 2015-01-29  Siddhesh Poyarekar <siddhesh@redhat.com>
5645         [BZ #17892]
5646         * nscd/nscd_stat.c (send_stats): Initialize DATA.
5648 2015-01-28  Martin Sebor  <msebor@redhat.com>
5650         * math/README.libm-test: Clarify. Add "How to read the test output."
5652 2015-01-28  Chris Metcalf  <cmetcalf@ezchip.com>
5654         * sysdeps/tile/tilegx/bits/atomic.h [!_LP64] (__HAVE_64B_ATOMICS):
5655         Define to 0.
5657 2015-01-28  Joseph Myers  <joseph@codesourcery.com>
5659         * sysdeps/mips/bits/atomic.h [_MIPS_SIM == _ABIN32]
5660         (__HAVE_64B_ATOMICS): Define to 0.
5662 2015-01-28  Adhemerval Zanellla  <azanella@linux.vnet.ibm.com>
5664         [BZ #17885]
5665         * sysdeps/powerpc/fpu/fsetexcptflg.c (__fesetexceptflag): Fix correct
5666         value to set as new flag.
5668         [BZ #16576]
5669         * sysdeps/powerpc/fpu/math_private.h [__CPU_HAS_FSQRT]: Remove define
5670         and use _ARCH_PPCSQ instead.
5671         (__ieee754_sqrt): Likewise.
5672         (__ieee754_sqrtf): Likewise.
5673         * sysdeps/powerpc/fpu/e_sqrt.c (__slow_ieee754_sqrt): Build only if
5674         _ARCH_PPCSQ is defined.
5675         (__ieee754_sqrt): Use _ARCH_PPCSQ to select wheter to use hardware
5676         fsqrt instruction.
5677         * sysdeps/powerpc/fpu/e_sqrtf.c (__ieee754_sqrtf): Build only if
5678         _ARCH_PPCSQ is defined.
5679         (__ieee754_sqrtf): Use _ARCH_PPCSQ to select wheter to use hardware
5680         fsqrts instruction.
5681         * sysdeps/powerpc/powerpc64/fpu/e_sqrt.c: Remove file.
5683 2015-01-27  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
5685         * iconv/loop.c: Suppress array out of bound warning caused by GCC
5686         bug (GCC BZ #64739).
5688 2015-01-25  Andreas Schwab  <schwab@linux-m68k.org>
5690         * sysdeps/unix/sysv/linux/ia64/lowlevellock.h (lll_futex_requeue):
5691         Mark _retval as used.
5692         (lll_futex_wake_unlock): Likewise.
5693         (lll_futex_timed_wait_requeue_pi): Likewise.
5695         * sysdeps/unix/sysv/linux/m68k/coldfire/bits/atomic.h
5696         (atomic_compare_and_exchange_val_acq): Use uint32_t for the
5697         register variables.
5699         * sysdeps/m68k/m680x0/fpu/fraiseexcpt.c (__feraiseexcept): Use
5700         libm_hidden_def.
5702         * sysdeps/m68k/bits/byteswap.h (__bswap_16, __bswap_32)
5703         (__bswap_64): Mark as __always_inline.
5705 2015-01-25  Bram  <bug_rh@spam.wizbit.be>
5707         [BZ #15378]
5708         * elf/dl-load.c (open_path): Avoid writing to 'env_path_list'
5709         when none of the search directories exist.
5711 2015-01-24  Adhemerval Zanellla  <azanella@linux.vnet.ibm.com>
5713         [BZ #17869]
5714         * sysdeps/powerpc/powerpc64/power8/memset.S: Use power7 instead of
5715         power8 in .machine directive.
5717         [BZ #17868]
5718         * sysdeps/powerpc/powerpc64/dl-machine.h (resolve_ifunc): Force value
5719         set dependency from opd value.
5721 2015-01-23  H.J. Lu  <hongjiu.lu@intel.com>
5723         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
5724         Treat model numbers 0x4a/0x4d/0x5a/0x5d as Intel Silvermont
5725         architecture.
5727 2015-01-23  H.J. Lu  <hongjiu.lu@intel.com>
5729         [BZ #17870]
5730         * nptl/sem_post.c (__new_sem_post): Replace unsigned long int
5731         with uint64_t.
5732         * nptl/sem_waitcommon.c (__sem_wait_cleanup): Replace 1UL with
5733         (uint64_t) 1.
5734         (__new_sem_wait_fast): Replace unsigned long with uint64_t.
5735         (__new_sem_wait_slow): Replace unsigned long int with uint64_t.
5736         Replace 1UL with (uint64_t) 1.
5737         * sysdeps/nptl/internaltypes.h (new_sem): Replace unsigned long
5738         int with uint64_t.
5740 2015-01-23  Roland McGrath  <roland@hack.frob.com>
5742         * inet/if_index.c (if_nameindex): Add missing libc_hidden_weak.
5743         (if_freenameindex): Likewise.
5745         * resource/getrlimit64.c: Add missing libc_hidden_def.
5747 2015-01-22  Joseph Myers  <joseph@codesourcery.com>
5749         * soft-fp/op-common.h (_FP_ADD_INTERNAL): Declare labels with
5750         __label__.
5751         (_FP_FMA): Likewise.
5752         (_FP_TO_INT_ROUND): Likewise.
5753         (_FP_FROM_INT): Likewise.
5755 2015-01-21  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
5757         [BZ #16418]
5758         * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c (__get_clockfreq):
5759         Make code racy and cancel safe.
5761 2015-01-21  Carlos O'Donell  <carlos@redhat.com>
5763         * sysdeps/arm/unwind-resume.h: Fix copyright year.
5764         * dlfcn/tst-rec-dlopen.c: Fix incorrect copyright year and
5765         attribution.
5767         * pwd/tst-getpw.c: Rewrite.
5769         [BZ #17702]
5770         * dlfcn/Makefile (tests): Add tst-rec-dlopen.
5771         (modules-names): Add moddummy1 and moddummy2.
5772         ($(objpfx)tst-rec-dlopen): Define.
5773         * dlfcn/moddummy1.c: New file.
5774         * dlfcn/moddummy2.c: New file.
5775         * dlfcn/tst-rec-dlopen.c: New file.
5776         * elf/dl-cache.c (_dl_load_cache_lookup):
5777         Return char*. Copy result with alloca/strcpy/strdup.
5778         * elf/dl-load.c (_dl_map_object): _dl_load_cached_lookup
5779         returns char*. Free cached. If not saving realname
5780         free cached.
5781         * elf/dl-open.c (dl_open_worker): Do not assert that
5782         _r_debug->r_state is RT_CONSISTENT.
5783         * sysdeps/generic/ldsodefs.h: _dl_load_cache_lookup
5784         returns char*.
5786 2015-01-21  Torvald Riegel  <triegel@redhat.com>
5787             Carlos O'Donell  <carlos@redhat.com>
5789         [BZ #12674]
5790         * nptl/sem_waitcommon.c: New file.
5791         * nptl/sem_wait.c: Include sem_waitcommon.c.
5792         (__sem_wait_cleanup, do_futex_wait): Remove.
5793         (__new_sem_wait): Adapt.
5794         (__new_sem_trywait): New function.
5795         (__old_sem_trywait): Moved here from nptl/sem_trywait.c.
5796         * nptl/sem_timedwait.c: Include sem_waitcommon.c.
5797         (__sem_wait_cleanup, do_futex_timed_wait): Remove.
5798         (sem_timedwait): Adapt.
5799         * nptl/sem_post.c (__new_sem_post): Adapt.
5800         (futex_wake): New function.
5801         (__old_sem_post): Add release MO fence.
5802         * nptl/sem_open.c (sem_open): Adapt.
5803         * nptl/sem_init.c (__new_sem_init): Adapt.
5804         (futex_private_if_supported): New function.
5805         * nptl/sem_getvalue.c (__new_sem_getvalue): Adapt.
5806         (__old_sem_getvalue): Add using previous code.
5807         * sysdeps/nptl/internaltypes.h: Adapt.
5808         * nptl/tst-sem13.c (do_test): Adapt.
5809         * nptl/tst-sem11.c (main): Adapt.
5810         * nptl/sem_trywait.c: Remove.
5811         * nptl/DESIGN-sem.txt: Remove.
5812         * nptl/Makefile (libpthread-routines): Remove sem_trywait.
5813         (gen-as-const-headers): Remove structsem.sym.
5814         * nptl/structsem.sym: Remove.
5815         * sysdeps/unix/sysv/linux/alpha/sem_post.c: Remove.
5816         * sysdeps/unix/sysv/linux/i386/i486/sem_post.S: Remove.
5817         * sysdeps/unix/sysv/linux/i386/i486/sem_timedwait.S: Remove.
5818         * sysdeps/unix/sysv/linux/i386/i486/sem_trywait.S: Remove.
5819         * sysdeps/unix/sysv/linux/i386/i486/sem_wait.S: Remove.
5820         * sysdeps/unix/sysv/linux/i386/i586/sem_post.S: Remove.
5821         * sysdeps/unix/sysv/linux/i386/i586/sem_timedwait.S: Remove.
5822         * sysdeps/unix/sysv/linux/i386/i586/sem_trywait.S: Remove.
5823         * sysdeps/unix/sysv/linux/i386/i586/sem_wait.S: Remove.
5824         * sysdeps/unix/sysv/linux/i386/i686/sem_post.S: Remove.
5825         * sysdeps/unix/sysv/linux/i386/i686/sem_timedwait.S: Remove.
5826         * sysdeps/unix/sysv/linux/i386/i686/sem_trywait.S: Remove.
5827         * sysdeps/unix/sysv/linux/i386/i686/sem_wait.S: Remove.
5828         * sysdeps/unix/sysv/linux/powerpc/sem_post.c: Remove.
5829         * sysdeps/unix/sysv/linux/sh/sem_post.S: Remove.
5830         * sysdeps/unix/sysv/linux/sh/sem_timedwait.S: Remove.
5831         * sysdeps/unix/sysv/linux/sh/sem_trywait.S: Remove.
5832         * sysdeps/unix/sysv/linux/sh/sem_wait.S: Remove.
5833         * sysdeps/unix/sysv/linux/x86_64/sem_post.S: Remove.
5834         * sysdeps/unix/sysv/linux/x86_64/sem_timedwait.S: Remove.
5835         * sysdeps/unix/sysv/linux/x86_64/sem_trywait.S: Remove.
5836         * sysdeps/unix/sysv/linux/x86_64/sem_wait.S: Remove.
5838 2015-01-20  Carlos O'Donell  <carlos@redhat.com>
5840         * INSTALL: Regenerated.
5842         * po/libc.pot: Regenerated.
5844 2015-01-18  Chung-Lin Tang  <cltang@codesourcery.com>
5845             Sandra Loosemore  <sandra@codesourcery.com>
5846             Andrew Jenner  <andrew@codesourcery.com>
5847             Joseph Myers  <joseph@codesourcery.com>
5848             Nathan Sidwell  <nathan@codesourcery.com>
5850         * NEWS: Mention new Nios II port.
5851         * sysdeps/nios2/Implies: New file.
5852         * sysdeps/nios2/Makefile: New file.
5853         * sysdeps/nios2/Subdirs: New file.
5854         * sysdeps/nios2/Versions: New file.
5855         * sysdeps/nios2/__longjmp.S: New file.
5856         * sysdeps/nios2/abort-instr.h: New file.
5857         * sysdeps/nios2/backtrace.c: New file.
5858         * sysdeps/nios2/bits/endian.h: New file.
5859         * sysdeps/nios2/bits/fenv.h: New file.
5860         * sysdeps/nios2/bits/link.h: New file.
5861         * sysdeps/nios2/bits/setjmp.h: New file.
5862         * sysdeps/nios2/bsd-_setjmp.S: New file.
5863         * sysdeps/nios2/bsd-setjmp.S: New file.
5864         * sysdeps/nios2/configure: New generated file.
5865         * sysdeps/nios2/configure.ac: New file.
5866         * sysdeps/nios2/crti.S: New file.
5867         * sysdeps/nios2/crtn.S: New file.
5868         * sysdeps/nios2/dl-init.c: New file.
5869         * sysdeps/nios2/dl-machine.h: New file.
5870         * sysdeps/nios2/dl-sysdep.h: New file.
5871         * sysdeps/nios2/dl-tls.h: New file.
5872         * sysdeps/nios2/dl-trampoline.S: New file.
5873         * sysdeps/nios2/gccframe.h: New file.
5874         * sysdeps/nios2/gmp-mparam.h: New file.
5875         * sysdeps/nios2/jmpbuf-offsets.h: New file.
5876         * sysdeps/nios2/jmpbuf-unwind.h: New file.
5877         * sysdeps/nios2/ldsodefs.h: New file.
5878         * sysdeps/nios2/libc-tls.c: New file.
5879         * sysdeps/nios2/libm-test-ulps: New file.
5880         * sysdeps/nios2/machine-gmon.h: New file.
5881         * sysdeps/nios2/math-tests.h: New file.
5882         * sysdeps/nios2/math_private.h: New file.
5883         * sysdeps/nios2/memusage.h: New file.
5884         * sysdeps/nios2/nptl/Makefile: New file.
5885         * sysdeps/nios2/nptl/bits/pthreadtypes.h: New file.
5886         * sysdeps/nios2/nptl/bits/semaphore.h: New file.
5887         * sysdeps/nios2/nptl/pthread_spin_lock.c: New file.
5888         * sysdeps/nios2/nptl/pthreaddef.h: New file.
5889         * sysdeps/nios2/nptl/tcb-offsets.sym: New file.
5890         * sysdeps/nios2/nptl/tls.h: New file.
5891         * sysdeps/nios2/preconfigure: New file.
5892         * sysdeps/nios2/s_fma.c: New file.
5893         * sysdeps/nios2/s_fmaf.c: New file.
5894         * sysdeps/nios2/setjmp.S: New file.
5895         * sysdeps/nios2/sfp-machine.h: New file.
5896         * sysdeps/nios2/sotruss-lib.c: New file.
5897         * sysdeps/nios2/stackguard-macros.h: New file.
5898         * sysdeps/nios2/stackinfo.h: New file.
5899         * sysdeps/nios2/start.S: New file.
5900         * sysdeps/nios2/sysdep.h: New file.
5901         * sysdeps/nios2/tls-macros.h: New file.
5902         * sysdeps/nios2/tst-audit.h: New file.
5903         * sysdeps/unix/sysv/linux/nios2/Implies: New file.
5904         * sysdeps/unix/sysv/linux/nios2/Makefile: New file.
5905         * sysdeps/unix/sysv/linux/nios2/Versions: New file.
5906         * sysdeps/unix/sysv/linux/nios2/arch-fork.h: New file.
5907         * sysdeps/unix/sysv/linux/nios2/bits/atomic.h: New file.
5908         * sysdeps/unix/sysv/linux/nios2/bits/mman.h: New file.
5909         * sysdeps/unix/sysv/linux/nios2/cacheflush.c: New file.
5910         * sysdeps/unix/sysv/linux/nios2/clone.S: New file.
5911         * sysdeps/unix/sysv/linux/nios2/configure: New generated file.
5912         * sysdeps/unix/sysv/linux/nios2/configure.ac: New file.
5913         * sysdeps/unix/sysv/linux/nios2/getcontext.S: New file.
5914         * sysdeps/unix/sysv/linux/nios2/kernel-features.h: New file.
5915         * sysdeps/unix/sysv/linux/nios2/kernel_rt_sigframe.h: New file.
5916         * sysdeps/unix/sysv/linux/nios2/makecontext.c: New file.
5917         * sysdeps/unix/sysv/linux/nios2/profil-counter.h: New file.
5918         * sysdeps/unix/sysv/linux/nios2/setcontext.S: New file.
5919         * sysdeps/unix/sysv/linux/nios2/shlib-versions: New file.
5920         * sysdeps/unix/sysv/linux/nios2/sigcontextinfo.h: New file.
5921         * sysdeps/unix/sysv/linux/nios2/swapcontext.S: New file.
5922         * sysdeps/unix/sysv/linux/nios2/sys/cachectl.h: New file.
5923         * sysdeps/unix/sysv/linux/nios2/sys/procfs.h: New file.
5924         * sysdeps/unix/sysv/linux/nios2/sys/ucontext.h: New file.
5925         * sysdeps/unix/sysv/linux/nios2/sys/user.h: New file.
5926         * sysdeps/unix/sysv/linux/nios2/syscall.S: New file.
5927         * sysdeps/unix/sysv/linux/nios2/sysdep-cancel.h: New file.
5928         * sysdeps/unix/sysv/linux/nios2/sysdep.S: New file.
5929         * sysdeps/unix/sysv/linux/nios2/sysdep.h: New file.
5930         * sysdeps/unix/sysv/linux/nios2/ucontext_i.sym: New file.
5931         * sysdeps/unix/sysv/linux/nios2/vfork.S: New file.
5932         * sysdeps/unix/sysv/linux/nios2/c++-types.data: New file.
5933         * sysdeps/unix/sysv/linux/nios2/ld.abilist: New file.
5934         * sysdeps/unix/sysv/linux/nios2/libBrokenLocale.abilist: New file.
5935         * sysdeps/unix/sysv/linux/nios2/libanl.abilist: New file.
5936         * sysdeps/unix/sysv/linux/nios2/libc.abilist: New file.
5937         * sysdeps/unix/sysv/linux/nios2/libcrypt.abilist: New file.
5938         * sysdeps/unix/sysv/linux/nios2/libdl.abilist: New file.
5939         * sysdeps/unix/sysv/linux/nios2/libm.abilist: New file.
5940         * sysdeps/unix/sysv/linux/nios2/libnsl.abilist: New file.
5941         * sysdeps/unix/sysv/linux/nios2/libpthread.abilist: New file.
5942         * sysdeps/unix/sysv/linux/nios2/libresolv.abilist: New file.
5943         * sysdeps/unix/sysv/linux/nios2/librt.abilist: New file.
5944         * sysdeps/unix/sysv/linux/nios2/libthread_db.abilist: New file.
5945         * sysdeps/unix/sysv/linux/nios2/libutil.abilist: New file.
5946         * sysdeps/unix/sysv/linux/nios2/localplt.data: New file.
5948 2015-01-16  Stefan Liebler  <stli@linux.vnet.ibm.com>
5950         [BZ #17844]
5951         * sysdeps/unix/sysv/linux/s390/s390-32/getutent.c
5952         (getutent): Use weak_alias in non SHARED case
5953         and default_symbol_version in SHARED case.
5954         * sysdeps/unix/sysv/linux/s390/s390-32/getutent_r.c
5955         (getutent_r, pututline): Likewise.
5956         * sysdeps/unix/sysv/linux/s390/s390-32/getutid.c
5957         (getutid): Likewise.
5958         * sysdeps/unix/sysv/linux/s390/s390-32/getutid_r.c
5959         (getutid_r): Likewise.
5960         * sysdeps/unix/sysv/linux/s390/s390-32/getutline.c
5961         (getutline): Likewise.
5962         * sysdeps/unix/sysv/linux/s390/s390-32/getutline_r.c
5963         (getutline_r): Likewise.
5964         * sysdeps/unix/sysv/linux/s390/s390-32/updwtmp.c
5965         (updwtmp): Likewise.
5967 2015-01-16  Stefan Liebler  <stli@linux.vnet.ibm.com>
5969         [BZ #17848]
5970         * sysdeps/s390/s390-32/memcmp.S
5971         (memcmp_g5): Rename to __memcmp_g5.
5972         * sysdeps/s390/s390-32/memcpy.S
5973         (memcpy_g5): Rename to __memcpy_g5.
5974         Jump to __memcpy_mvcle instead of memcpy_mvcle.
5975         (memcpy_mvcle) Rename to __memcpy_mvcle.
5976         * sysdeps/s390/s390-32/memset.S
5977         (memset_g5): Rename to __memset_g5.
5978         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c
5979         (IFUNC_RESOLVE): Prefix ifunc-resolve function
5980         and use prefixed functions.
5981         * sysdeps/s390/s390-32/multiarch/memcmp.S
5982         (memcmp_z196): Rename to __memcmp_z196.
5983         (memcmp_z10): Rename to __memcmp_z10.
5984         (memcmp): Set alias to __memcmp_g5.
5985         (bcmp): Set alias to __memcmp_g5.
5986         * sysdeps/s390/s390-32/multiarch/memcpy.S
5987         (memcpy_z196): Rename to __memcpy_z196.
5988         Jump to __memcpy_mvcle instead of memcpy_mvcle.
5989         (memcpy_z10): Rename to __memcpy_z10.
5990         Jump to __memcpy_mvcle instead of memcpy_mvcle.
5991         (memcpy): Set alias to __memcpy_g5.
5992         * sysdeps/s390/s390-32/multiarch/memset.S
5993         (memset_z196): Rename to __memset_z196.
5994         Jump to __memset_mvcle instead of memset_mvcle.
5995         (memset_z10): Rename to __memset_z10.
5996         Jump to __memset_mvcle instead of memset_mvcle.
5997         (memset_mvcle) Rename to __memset_mvcle.
5998         (memset): Set alias to __memset_g5.
5999         * sysdeps/s390/s390-64/memcmp.S
6000         (memcmp_z900): Rename to __memcmp_z900.
6001         * sysdeps/s390/s390-64/memcpy.S
6002         (memcpy_z900): Rename to __memcpy_z900.
6003         Jump to __memcpy_mvcle instead of memcpy_mvcle.
6004         (memcpy_mvcle) Rename to __memcpy_mvcle.
6005         * sysdeps/s390/s390-64/memset.S
6006         (memset_z900): Rename to __memset_z900.
6007         * sysdeps/s390/s390-64/multiarch/ifunc-resolve.c
6008         (IFUNC_RESOLVE): Prefix ifunc-resolve function
6009         and use prefixed functions.
6010         * sysdeps/s390/s390-64/multiarch/memcmp.S
6011         (memcmp_z196): Rename to __memcmp_z196.
6012         (memcmp_z10): Rename to __memcmp_z10.
6013         (memcmp): Set alias to __memcmp_z900.
6014         (bcmp): Set alias to __memcmp_z900.
6015         * sysdeps/s390/s390-64/multiarch/memcpy.S
6016         (memcpy_z196): Rename to __memcpy_z196.
6017         Jump to __memcpy_mvcle instead of memcpy_mvcle.
6018         (memcpy_z10): Rename to __memcpy_z10.
6019         Jump to __memcpy_mvcle instead of memcpy_mvcle.
6020         (memcpy): Set alias to __memcpy_z900.
6021         * sysdeps/s390/s390-64/multiarch/memset.S
6022         (memset_z196): Rename to __memset_z196.
6023         Jump to __memset_mvcle instead of memset_mvcle.
6024         (memset_z10): Rename to __memset_z10.
6025         Jump to __memset_mvcle instead of memset_mvcle.
6026         (memset_mvcle) Rename to __memset_mvcle.
6027         (memset): Set alias to __memset_z900.
6029 2015-01-14  Joseph Myers  <joseph@codesourcery.com>
6031         [BZ #17748]
6032         * sysdeps/powerpc/nofpu/feholdexcpt.c (__feholdexcept): Call
6033         __fesetenv instead of fesetenv.
6035 2015-01-14  Siddhesh Poyarekar  <siddhesh@redhat.com>
6037         * sysdeps/s390/dl-tls.h [IS_IN (rtld)]: Define __tls_get_addr
6038         macro.
6040 2015-01-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
6042         * sysdeps/powerpc/powerpc64/power7/memcmp.S (memcmp): Fix performance
6043         regression on LE.
6045         * sysdeps/powerpc/powerpc64/multiarch/strncmp-power8.S: New file.
6046         * sysdeps/powerpc/powerpc64/power8/strncmp.S: New file.
6047         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]: Add
6048         strncmp-power8 object.
6049         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
6050         (__libc_ifunc_impl_list): Add __strncmp_power8 implementation.
6051         * sysdeps/powerpc/powerpc64/multiarch/strncmp.c (strncmp): Likewise.
6052         * NEWS: Update.
6054 2015-01-13  Rajalakshmi Srinivasaraghavan  <raji@linux.vnet.ibm.com>
6055             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
6057         * sysdeps/powerpc/powerpc64/power7/strcmp.S (strcmp): Optimize
6058         trailing byte check.
6060 2015-01-13  David S. Miller  <davem@davemloft.net>
6062         * include/signal.h (__sigreturn): Guard with __USE_MISC.
6064 2015-01-13  Roland McGrath  <roland@hack.frob.com>
6066         * login/logout.c (logout): Use memset rather than bzero.
6067         * nis/nss_compat/compat-pwd.c (getpwent_next_file): Likewise.
6068         * nis/nss_compat/compat-spwd.c (getspent_next_file): Likewise.
6069         * resolv/gethnamaddr.c (gethostbyaddr): Use memcmp rather than bcmp.
6070         (_gethtbyaddr): Likewise.
6071         * locale/programs/simple-hash.c (bcopy): Macro removed.
6073 2015-01-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
6075         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
6076         Add strcmp-power8 object.
6077         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
6078         (__libc_ifunc_impl_list): Add __strcmp_power8 implementation.
6079         * sysdeps/powerpc/powerpc64/multiarch/strcmp-power8.S: New file.
6080         * sysdeps/powerpc/powerpc64/multiarch/strcmp.c (strcmp): Add
6081         __strcmp_power8 implementation.
6082         * sysdeps/powerpc/powerpc64/power8/strcmp.S: New file.
6083         * NEWS: Update.
6085         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
6086         Add strncpy-power8 and stpncpy-power8 objects.
6087         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
6088         (__libc_ifunc_impl_list): Add __strncpy_power8 and stpncpy_power8
6089         implementations.
6090         * sysdeps/powerpc/powerpc64/multiarch/stpncpy-power8.S: New file.
6091         * sysdeps/powerpc/powerpc64/multiarch/stpncpy.c (__stpncpy): Add
6092         __stpncpy_power8 implementation.
6093         * sysdeps/powerpc/powerpc64/multiarch/strncpy-power8.S: New file.
6094         * sysdeps/powerpc/powerpc64/multiarch/strncpy.c (strncpy): Add
6095         __strncpy_power8 implementation.
6096         * sysdeps/powerpc/powerpc64/power8/stpncpy.S: New file.
6097         * sysdeps/powerpc/powerpc64/power8/strncpy.S: New file.
6098         * NEWS: Update.
6100         * sysdeps/powerpc/powerpc64/multiarch/strncat-power7.c: New file.
6101         * sysdeps/powerpc/powerpc64/multiarch/strncat-power7.S: Remove file.
6102         * sysdeps/powerpc/powerpc64/power7/strncat.S: Likewise.
6104         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]: Add
6105         strncat-power8 object.
6106         * sysdeps/powerpc/powerpc64/multiarch/strcat.c (strcat): Add
6107         __strcat_power8 implementation.
6108         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
6109         (__libc_ifunc_impl_list): Add __strcat_power8 implementation.
6110         * sysdeps/powerpc/powerpc64/multiarch/strcat-power8.c: New file:
6111         optimized strcat for power8.
6113         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]: Add
6114         strcpy-power8 and stpcpy-power8 objects.
6115         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
6116         (__libc_ifunc_impl_list): Add __strcpy_power8 and __stpcpy_power8
6117         implementations.
6118         * sysdeps/powerpc/powerpc64/multiarch/stpcpy-power8.S: New file:
6119         multiarch stpcpy implementation for POWER8.
6120         * sysdeps/powerpc/powerpc64/multiarch/strcpy-power8.S: New file;
6121         multiarch strcpy implementation for POWER8.
6122         * sysdeps/powerpc/powerpc64/multiarch/strcpy.c (strcpy): Add
6123         __strcpy_power8 function.
6124         * sysdeps/powerpc/powerpc64/power8/stpcpy.S: New file: optimized
6125         stpcpy for POWER8.
6126         * sysdeps/powerpc/powerpc64/power8/strcpy.S: New file: optimized
6127         strcpy for POWER8.
6128         * NEWS: Update.
6130 2015-01-13  Leonhard Holz  <leonhard.holz@web.de>
6132         [BZ #16009]
6133         * string/strxfrm_l.c (STRXFRM): Allocate fixed size cache for
6134         weights and rules. Use do_xfrm_cached if data fits in cache,
6135         do_xfrm otherwise.  Moved former main loop to...
6136         * (do_xfrm_cached): New function.
6137         * (do_xfrm): Non-caching version of do_xfrm_cached. Uses
6138         find_idx, find_position and stack_push.
6139         * (find_idx): New function.
6140         * (find_position): Likewise.
6141         * localedata/sort-test.sh: Added test run for do_xfrm.
6142         * localedata/xfrm-test.c (main): Added command line option
6143         -nocache to run the test with strings that are too large for
6144         the STRXFRM cache.
6146 2015-01-13  Torvald Riegel  <triegel@redhat.com>
6148         * sysdeps/nptl/fork.c (__libc_fork): Provide address of futex
6149         variable to lll_futex_wake call, not the value itself.
6151 2015-01-12  Joseph Myers  <joseph@codesourcery.com>
6153         [BZ #17803]
6154         * sysdeps/ieee754/ldbl-96/s_scalblnl.c (twom63): Rename to
6155         twom64.  Adjust value to 0x1p-64L.
6156         (__scalblnl): Only return standard underflowing result for K <=
6157         -64 not K <= -63; adjust exponent for underflowing result by 64
6158         not 63.
6159         * math/libm-test.inc (scalbn_test_data): Add more tests.
6160         (scalbln_test_data): Likewise.
6162         [BZ #17834]
6163         * sysdeps/ieee754/ldbl-96/s_scalblnl.c (two63): Change value to
6164         0x1p63L.
6165         (__scalblnl): Get new exponent of adjusted subnormal value from ES
6166         not HX.
6167         * math/libm-test.inc (scalbn_test_data): Add more tests.
6168         (scalbln_test_data): Likewise.
6170 2015-01-12  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
6171             Stefani Seibold  <stefani@seibold.net>
6173         * sysdeps/unix/sysv/linux/x86_64/Makefile [$(subdir) = elf]
6174         (sysdep_routines): Add dl-vdso here, ...
6175         * sysdeps/unix/sysv/linux/x86/Makefile [$(subdir) = elf]
6176         (sysdep_routines): ... not here.
6177         * sysdeps/unix/sysv/linux/i386/gettimeofday.c: New file: set syscall
6178         fallback when vDSO is not presented.
6179         * sysdeps/unix/sysv/linux/x86_64/init-first.c (__vdso_clock_gettime):
6180         Define with libc_hidden_proto/libc_hidden_data_def definitions.
6181         (_libc_vdso_platform_setup): Rename to __vdso_platform_setup.
6182         * sysdeps/unix/sysv/linux/i386/init-first.c: New file: likewise.
6183         * sysdeps/unix/sysv/linux/i386/time.c: New file: likewise.
6184         * sysdeps/unix/sysv/linux/x86_64/bits/libc-vdso.h: Moved to ...
6185         * sysdeps/unix/sysv/linux/x86/libc-vdso.h: ... here.
6186         * sysdeps/unix/sysv/linux/x86_64/clock_gettime.c: Move to ...
6187         * sysdeps/unix/sysv/linux/x86/clock_gettime.c: ... here.
6188         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c: Move to ...
6189         * sysdeps/unix/sysv/linux/x86/gettimeofday.c: ... here.  Also added
6190         fallback configurable symbol when vDSO is not available.
6191         * sysdeps/unix/sysv/linux/x86_64/time.c: Move to ...
6192         * sysdeps/unix/sysv/linux/x86/time.c: ... here.  Also refactored to
6193         be able to redefine fallback symbol when vDSO is not available.
6194         * sysdeps/unix/sysv/linux/x86_64/timespec_get.c: Move to ...
6195         * sysdeps/unix/sysv/linux/x86/timespec_get.c: ... here.
6197 2015-01-12  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
6199         * sysdeps/powerpc/nptl/tls.h (tcbhead_t): Add tm_capable field.
6200         (TLS_INIT_TP): Add tm_capable initialization.
6201         (TLS_DEFINE_INIT_TP): Likewise.
6202         (THREAD_GET_TM_CAPABLE): New file: get tm_capable field value from
6203         TCB.
6204         (THREAD_SET_TM_CAPABLE): New file: set tm_capable field value in TCB.
6205         * sysdeps/powerpc/nptl/tcb-offsets.sym (TM_CAPABLE): Add field offset
6206         calculation.
6207         * sysdeps/powerpc/powerpc32/sysdep.h (DO_CALL): Abort hardware
6208         transactoion is lock elision is built and TCB tm_capable is set.
6209         * sysdeps/powerpc/powerpc64/sysdep.h (DO_CALL): Likewise.
6210         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h
6211         (INTERNAL_SYSCALL_NCS): Likewise.
6212         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h
6213         (INTERNAL_SYSCALL_NCS): Likewise.
6214         * sysdeps/powerpc/sysdep.h (ABORT_TRANSACTION): New define.
6216         * sysdeps/powerpc/nptl/elide.h: New file: generic lock elision support
6217         for powerpc.
6218         * sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h
6219         [pthread_rwlock_t] (__pad1): Change size to 7 bytes in 64 bits case
6220         and remove it for 32 bits case.
6221         [pthread_rwlock_t] (__rwelision): New field for lock elision.
6222         (__PTHREAD_RWLOCK_ELISION_EXTRA): Adjust for new lock elision field
6223         initialization.
6224         * sysdeps/unix/sysv/linux/powerpc/elision-conf.c (elision_init):
6225         Disable lock elision with rdlocks if elision is not available.
6227         * sysdeps/unix/sysv/linux/powerpc/Makefile [nptl]
6228         (sysdep_routines): Add lock elision objects.
6229         * sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h
6230         [pthread_mutex_t] (__spins): Rework to add lock elision field.
6231         [pthread_mutex_t] (__elision): Add field.
6232         [__PTHREAD_SPINS]: Adjust to init lock elision field.
6233         * sysdeps/unix/sysv/linux/powerpc/elision-conf.c: New file: lock
6234         elision definitions for powerpc.
6235         * sysdeps/unix/sysv/linux/powerpc/elision-lock.c: New file:
6236         implementation of lock elision for powerpc.
6237         * sysdeps/unix/sysv/linux/powerpc/elision-timed.c: New file:
6238         implementation of timed lock elision for powerpc.
6239         * sysdeps/unix/sysv/linux/powerpc/elision-trylock.c: New file:
6240         implementation of trylock with lock elision for powerpc.
6241         * sysdeps/unix/sysv/linux/powerpc/elision-unlock.c: New file:
6242         implementaion of unlock for lock elision for powerpc.
6243         * sysdeps/unix/sysv/linux/powerpc/force-elision.h: New file:
6244         automatic enable lock elision for mutexes.
6245         * sysdeps/unix/sysv/linux/powerpc/htm.h: New file: hardware
6246         transaction execution definitions for powerpc.
6247         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: New file: add TLE
6248         definitions.
6249         * sysdeps/unix/sysv/linux/powerpc/pthread_mutex_cond_lock.c: New file.
6250         * sysdeps/unix/sysv/linux/powerpc/pthread_mutex_lock.c: Likewise.
6251         * sysdeps/unix/sysv/linux/powerpc/pthread_mutex_timedlock.c: Likewise.
6252         * sysdeps/unix/sysv/linux/powerpc/pthread_mutex_trylock.c: Likewise.
6253         * NEWS: Update.
6255 2015-01-09  Roland McGrath  <roland@hack.frob.com>
6257         * sysdeps/posix/shm-directory.c: Use <> rather than ""
6258         for #include of <shm-directory.h>.
6260 2015-01-09  Chung-Lin Tang  <cltang@codesourcery.com>
6262         * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Remove MIN() and
6263         assign raw DT_REL[A]COUNT value to ranges[0].nrelative.
6265 2015-01-09  Matthew Fortune <matthew.fortune@imgtec.com>
6267         [BZ #17791]
6268         * NEWS: Mention bug fix.
6269         * sysdepsysdeps/unix/sysv/linux/microblaze/sys/user.h
6270         (PAGE_SHIFT, PAGE_SIZE, PAGE_MASK, NBPG, UPAGES): Remove.
6271         (HOST_TEXT_START_ADDR, HOST_STACK_END_ADDR): Remove.
6273 2015-01-09  Torvald Riegel <triegel@redhat.com>
6275         * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Delete file.
6277 2015-01-09  Torvald Riegel <triegel@redhat.com>
6279         * sysdeps/unix/sysv/linux/microblaze/pthread_once.c: Delete file.
6281 2015-01-09  David Holsgrove  <david.holsgrove@xilinx.com>
6283         * sysdeps/microblaze/jmpbuf-unwind.h (_jmpbuf_sp): Declare SP as void
6284         pointer and cast to uintptr_t.
6286 2015-01-09  David Holsgrove  <david.holsgrove@xilinx.com>
6288         * sysdeps/microblaze/nptl/tls.h (__microblaze_get_thread_area): Function
6289         removed.
6290         (READ_THREAD_POINTER): Use __microblaze_thread_area instead.
6292 2015-01-09  David Holsgrove  <david.holsgrove@xilinx.com>
6294         * sysdeps/microblaze/nptl/tls.h (TLS_INIT_TP): Use NULL instead
6295         of 0.
6297 2015-01-08  Roland McGrath  <roland@hack.frob.com>
6299         * sysdeps/pthread/timer_routines.c: Fix <pthreadP.h> include to use
6300         <nptl/pthreadP.h> instead.
6301         * sysdeps/pthread/aio_notify.c: Include <signal.h> for raise decl.
6303         * signal/allocrtsig.c (RESERVED_SIGRT): New macro, defined to 0 if not
6304         already defined.
6305         [__SIGRTMIN] (init): Function removed.
6306         [__SIGRTMIN] (initialized): Variable removed.
6307         [!__SIGRTMIN] (current_rtmin, current_rtmax): Variables removed.
6308         [__SIGRTMIN] (current_rtmin, current_rtmax): Initialize to
6309         __SIGRTMIN + RESERVED_SIGRT and __SIGRTMAX, respectively.
6310         (__libc_current_sigrtmin) [__SIGRTMIN]: Don't call init.
6311         (__libc_current_sigrtmin) [!__SIGRTMIN]: Just return -1.
6312         (__libc_current_sigrtmin): Add __libc_current_sigrtmin_private alias.
6313         (__libc_current_sigrtmax) [__SIGRTMIN]: Don't call init.
6314         (__libc_current_sigrtmax) [!__SIGRTMIN]: Just return -1.
6315         (__libc_current_sigrtmax): Add __libc_current_sigrtmax_private alias.
6316         (__libc_allocate_rtsig) [__SIGRTMIN]: Don't call init.
6317         (__libc_allocate_rtsig): Add __libc_allocate_rtsig_private alias.
6318         * sysdeps/nptl/allocrtsig.c: New file.
6319         * sysdeps/unix/sysv/linux/allocrtsig.c: File removed.
6320         * sysdeps/unix/sysv/linux/testrtsig.h: File removed.
6321         * sysdeps/generic/testrtsig.h: File removed.
6323         * nptl/pthread_sigmask.c [SIGCANCEL || SIGTIMER || SIGSETXID]: #error.
6324         (pthread_sigmask): Call sigprocmask, not __sigprocmask.
6326         * nptl/nptl-init.c (pthread_functions): Conditionalize
6327         .ptr__nptl_setxid initialization on [SIGSETXID].
6329         * sysdeps/nptl/sys/procfs.h: New file.
6330         * nptl_db/Makefile (headers): Add it.
6331         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Don't add it.
6333         * nptl/pthreadP.h (check_cpuset_attr): Moved ...
6334         * sysdeps/unix/sysv/linux/check-cpuset.h: ... to this new file.
6335         * nptl/pthread_attr_setaffinity.c: Include it.
6336         * nptl/pthread_setattr_default_np.c: Likewise.
6337         * nptl/check-cpuset.h: New file.
6339 2015-01-08  Richard Henderson  <rth@redhat.com>
6341         * elf/Makefile (CFLAGS-tst-execstack-mod.c): Add -Wno-trampolines
6342         (CFLAGS-tst-execstack-prog.c): Likewise.
6343         * nptl/Makefile (CFLAGS-tst-execstack-mod.c): Likewise.
6345 2015-01-08  Chung-Lin Tang  <cltang@codesourcery.com>
6346             Sandra Loosemore  <sandra@codesourcery.com>
6347             Andrew Jenner  <andrew@codesourcery.com>
6348             Joseph Myers  <joseph@codesourcery.com>
6349             Nathan Sidwell  <nathan@codesourcery.com>
6351         * elf/elf.h (EM_ALTERA_NIOS2): New machine number for Altera Nios II.
6352         (DT_NIOS2_GP): New dynamic entry type for Nios II _gp address.
6353         (R_NIOS2_NONE,R_NIOS2_S16,R_NIOS2_U16): Define Nios II relocations.
6354         (R_NIOS2_PCREL16,R_NIOS2_CALL26,R_NIOS2_IMM5): Likewise.
6355         (R_NIOS2_CACHE_OPX,R_NIOS2_IMM6,R_NIOS2_IMM8,R_NIOS2_HI16): Likewise.
6356         (R_NIOS2_LO16,R_NIOS2_HIADJ16,R_NIOS2_BFD_RELOC_32): Likewise.
6357         (R_NIOS2_BFD_RELOC_16,R_NIOS2_BFD_RELOC_8,R_NIOS2_GPREL): Likewise.
6358         (R_NIOS2_GNU_VTINHERIT,R_NIOS2_GNU_VTENTRY,R_NIOS2_UJMP): Likewise.
6359         (R_NIOS2_CJMP,R_NIOS2_CALLR,R_NIOS2_ALIGN,R_NIOS2_GOT16): Likewise.
6360         (R_NIOS2_CALL16,R_NIOS2_GOTOFF_LO,R_NIOS2_GOTOFF_HA): Likewise.
6361         (R_NIOS2_PCREL_LO,R_NIOS2_PCREL_HA,R_NIOS2_TLS_GD16): Likewise.
6362         (R_NIOS2_TLS_LDM16,R_NIOS2_TLS_LDO16,R_NIOS2_TLS_IE16): Likewise.
6363         (R_NIOS2_TLS_LE16,R_NIOS2_TLS_DTPMOD,R_NIOS2_TLS_DTPREL): Likewise.
6364         (R_NIOS2_TLS_TPREL,R_NIOS2_COPY,R_NIOS2_GLOB_DAT): Likewise.
6365         (R_NIOS2_JUMP_SLOT,R_NIOS2_RELATIVE,R_NIOS2_GOTOFF): Likewise.
6366         (R_NIOS2_CALL26_NOAT,R_NIOS2_GOT_LO,R_NIOS2_GOT_HA): Likewise.
6367         (R_NIOS2_CALL_LO,R_NIOS2_CALL_HA): Likewise.
6369 2015-01-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
6371         * sysdeps/unix/sysv/linux/futimens.c (futimens): Use address of first
6372         timespec struct member in syscall macro.
6373         * sysdeps/unix/sysv/linux/utimensat.c (utimensat): Likewise.
6374         * sysdeps/unix/sysv/linux/futimesat.c (futimesat): Use address of
6375         first timeval struct member in syscall macro.
6376         * sysdeps/unix/sysv/linux/utimes.c (__utimeS): Likewise.
6378 2015-01-07  Joseph Myers  <joseph@codesourcery.com>
6380         [BZ #17748]
6381         * include/fenv.h (__feupdateenv): Use libm_hidden_proto.
6382         * math/feupdateenv.c (__feupdateenv): Use libm_hidden_def.
6383         * sysdeps/aarch64/fpu/feupdateenv.c (feupdateenv): Rename to
6384         __feupdateenv and define as weak alias of __feupdateenv.  Use
6385         libm_hidden_weak.
6386         * sysdeps/alpha/fpu/feupdateenv.c (__feupdateenv): Use
6387         libm_hidden_def.
6388         * sysdeps/arm/feupdateenv.c (feupdateenv): Rename to __feupdateenv
6389         and define as weak alias of __feupdateenv.  Use libm_hidden_weak.
6390         * sysdeps/hppa/fpu/feupdateenv.c (feupdateenv): Likewise.
6391         * sysdeps/i386/fpu/feupdateenv.c (__feupdateenv): Use
6392         libm_hidden_def.
6393         * sysdeps/ia64/fpu/feupdateenv.c (feupdateenv): Rename to
6394         __feupdateenv and define as weak alias of __feupdateenv.  Use
6395         libm_hidden_weak.
6396         * sysdeps/m68k/fpu/feupdateenv.c (__feupdateenv): Use
6397         libm_hidden_def.
6398         * sysdeps/mips/fpu/feupdateenv.c (feupdateenv): Rename to
6399         __feupdateenv and define as weak alias of __feupdateenv.  Use
6400         libm_hidden_weak.
6401         * sysdeps/powerpc/fpu/feupdateenv.c (__feupdateenv): Use
6402         libm_hidden_def.
6403         * sysdeps/powerpc/nofpu/feupdateenv.c (__feupdateenv): Likewise.
6404         * sysdeps/powerpc/powerpc32/e500/nofpu/feupdateenv.c
6405         (__feupdateenv): Likewise.
6406         * sysdeps/s390/fpu/feupdateenv.c (feupdateenv): Rename to
6407         __feupdateenv and define as weak alias of __feupdateenv.  Use
6408         libm_hidden_weak.
6409         * sysdeps/sh/sh4/fpu/feupdateenv.c (feupdateenv): Likewise.
6410         * sysdeps/sparc/fpu/feupdateenv.c (__feupdateenv): Use
6411         libm_hidden_def.
6412         * sysdeps/tile/math_private.h (__feupdateenv): New inline
6413         function.
6414         * sysdeps/x86_64/fpu/feupdateenv.c (__feupdateenv): Use
6415         libm_hidden_def.
6416         * sysdeps/generic/math_private.h (default_libc_feupdateenv): Call
6417         __feupdateenv instead of feupdateenv.
6418         (default_libc_feupdateenv_test): Likewise.
6419         (libc_feresetround_ctx): Likewise.
6421 2015-01-07  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
6423         * sysdeps/unix/sysv/linux/mips/pread.c (__libc_pread): Fix function
6424         prototype.
6426 2015-01-07  Chris Metcalf  <cmetcalf@ezchip.com>
6428         * posix/regcomp.c (parse_bracket_exp): Initialize type to
6429         COLL_SYM in a couple of places to avoid uninitialized variable
6430         wanings on tilegx gcc 4.8.2.
6432 2015-01-07  Richard Earnshaw  <rearnsha@arm.com>
6434         * sysdeps/aarch64/strcpy.S: New file.
6435         * sysdeps/aarch64/stpcpy.S: New file.
6436         * NEWS: Updated.
6438 2015-01-07  Richard Earnshaw  <rearnsha@arm.com>
6440         * sysdeps/aarch64/strrchr.S: New file.
6441         * NEWS: Updated.
6443 2015-01-07  Eric Biggers  <ebiggers3@gmail.com>
6445         [BZ #17658]
6446         * stdlib/setenv.c: Fix memory leak when setting large,
6447         duplicate string.
6449 2015-01-06  Vladimir A. Nazarenko  <naszar@ya.ru>
6451         [BZ #17273]
6452         * misc/mntent_r.c (__getmntent_r): Cut off trailing spaces
6453         and tabs from buffer before parsing fstab entry.
6454         * misc/tst-mntent.c (main): Add test for mount entry with
6455         trailing spaces and tabs.
6457 2015-01-06  Joseph Myers  <joseph@codesourcery.com>
6459         [BZ #17748]
6460         * include/fenv.h (__fesetround): Declare.  Use libm_hidden_proto.
6461         * math/fesetround.c (fesetround): Rename to __fesetround and
6462         define as weak alias of __fesetround.  Use libm_hidden_weak.
6463         * sysdeps/aarch64/fpu/fesetround.c (fesetround): Likewise.
6464         * sysdeps/alpha/fpu/fesetround.c (fesetround): Likewise.
6465         * sysdeps/arm/fesetround.c (fesetround): Likewise.
6466         * sysdeps/hppa/fpu/fesetround.c (fesetround): Likewise.
6467         * sysdeps/i386/fpu/fesetround.c (fesetround): Likewise.
6468         * sysdeps/ia64/fpu/fesetround.c (fesetround): Likewise.
6469         * sysdeps/m68k/fpu/fesetround.c (fesetround): Likewise.
6470         * sysdeps/mips/fpu/fesetround.c (fesetround): Likewise.
6471         * sysdeps/powerpc/fpu/fenv_libc.h (__fesetround): Rename to
6472         __fesetround_inline.
6473         * sysdeps/powerpc/fpu/fenv_private.h (libc_fesetround_ppc): Call
6474         __fesetround_inline instead of __fesetround.
6475         * sysdeps/powerpc/fpu/fesetround.c (fesetround): Rename to
6476         __fesetround and define as weak alias of __fesetround.  Use
6477         libm_hidden_weak.  Call __fesetround_inline instead of
6478         __fesetround.
6479         * sysdeps/powerpc/nofpu/fesetround.c (fesetround): Rename to
6480         __fesetround and define as weak alias of __fesetround.  Use
6481         libm_hidden_weak.
6482         * sysdeps/powerpc/powerpc32/e500/nofpu/fesetround.c (fesetround):
6483         Likewise.
6484         * sysdeps/s390/fpu/fesetround.c (fesetround): Likewise.
6485         * sysdeps/sh/sh4/fpu/fesetround.c (fesetround): Likewise.
6486         * sysdeps/sparc/fpu/fesetround.c (fesetround): Likewise.
6487         * sysdeps/tile/math_private.h (__fesetround): New inline function.
6488         * sysdeps/x86_64/fpu/fesetround.c (fesetround): Rename to
6489         __fesetround and define as weak alias of __fesetround.  Use
6490         libm_hidden_weak.
6491         * sysdeps/generic/math_private.h (default_libc_fesetround): Call
6492         __fesetround instead of fesetround.
6493         (default_libc_feholdexcept_setround): Likewise.
6494         (libc_feholdsetround_ctx): Likewise.
6495         (libc_feholdsetround_noex_ctx): Likewise.
6497         [BZ #17748]
6498         * include/fenv.h (__fesetenv): Use libm_hidden_proto.
6499         * math/fesetenv.c (__fesetenv): Use libm_hidden_def.
6500         * sysdeps/aarch64/fpu/fesetenv.c (fesetenv): Rename to __fesetenv
6501         and define as weak alias of __fesetenv.  Use libm_hidden_weak.
6502         * sysdeps/alpha/fpu/fesetenv.c (__fesetenv): Use libm_hidden_def.
6503         * sysdeps/arm/fesetenv.c (fesetenv): Rename to __fesetenv and
6504         define as weak alias of __fesetenv.  Use libm_hidden_weak.
6505         * sysdeps/hppa/fpu/fesetenv.c (fesetenv): Likewise.
6506         * sysdeps/i386/fpu/fesetenv.c (__fesetenv): Use libm_hidden_def.
6507         * sysdeps/ia64/fpu/fesetenv.c (fesetenv): Rename to __fesetenv and
6508         define as weak alias of __fesetenv.  Use libm_hidden_weak.
6509         * sysdeps/m68k/fpu/fesetenv.c (__fesetenv): Use libm_hidden_def.
6510         * sysdeps/mips/fpu/fesetenv.c (fesetenv): Rename to __fesetenv and
6511         define as weak alias of __fesetenv.  Use libm_hidden_weak.
6512         * sysdeps/powerpc/fpu/fesetenv.c (__fesetenv): Use
6513         libm_hidden_def.
6514         * sysdeps/powerpc/nofpu/fesetenv.c (__fesetenv): Likewise.
6515         * sysdeps/powerpc/powerpc32/e500/nofpu/fesetenv.c (__fesetenv):
6516         Likewise.
6517         * sysdeps/s390/fpu/fesetenv.c (fesetenv): Rename to __fesetenv and
6518         define as weak alias of __fesetenv.  Use libm_hidden_weak.
6519         * sysdeps/sh/sh4/fpu/fesetenv.c (fesetenv): Likewise.
6520         * sysdeps/sparc/fpu/fesetenv.c (__fesetenv): Use libm_hidden_def.
6521         * sysdeps/tile/math_private.h (__fesetenv): New inline function.
6522         * sysdeps/x86_64/fpu/fesetenv.c (fesetenv): Rename to __fesetenv
6523         and define as weak alias of __fesetenv.  Use libm_hidden_weak.
6524         * sysdeps/generic/math_private.h (default_libc_fesetenv): Use
6525         __fesetenv instead of fesetenv.
6526         (libc_feresetround_noex_ctx): Likewise.
6527         * sysdeps/alpha/fpu/feupdateenv.c (__feupdateenv): Likewise.
6528         * sysdeps/hppa/fpu/feupdateenv.c (feupdateenv): Likewise.
6529         * sysdeps/i386/fpu/feupdateenv.c (__feupdateenv): Likewise.
6530         * sysdeps/ia64/fpu/feupdateenv.c (feupdateenv): Likewise.
6531         * sysdeps/m68k/fpu/feupdateenv.c (__feupdateenv): Likewise.
6532         * sysdeps/mips/fpu/feupdateenv.c (feupdateenv): Likewise.
6533         * sysdeps/powerpc/nofpu/feupdateenv.c (__feupdateenv): Likewise.
6534         * sysdeps/powerpc/powerpc32/e500/nofpu/feupdateenv.c
6535         (__feupdateenv): Likewise.
6536         * sysdeps/s390/fpu/feupdateenv.c (feupdateenv): Likewise.
6537         * sysdeps/sh/sh4/fpu/feupdateenv.c (feupdateenv): Likewise.
6538         * sysdeps/sparc/fpu/feupdateenv.c (__feupdateenv): Likewise.
6539         * sysdeps/x86_64/fpu/feupdateenv.c (__feupdateenv): Likewise.
6541 2015-01-06  Aurelien Jarno  <aurelien@aurel32.net>
6543         [BZ #17806]
6544         * resolv/res_init.c (__res_iclose): Only clear nsinit if the
6545         addresses have been freed.
6547 2015-01-06  Aurelien Jarno  <aurelien@aurel32.net>
6549         * resolv/res_init.c (__res_vinit): Improve comments about nserv
6550         and nservall.
6552 2015-01-06  Ondřej Bílka  <neleai@seznam.cz>
6554         * sysdeps/unix/sysv/linux/check_pf.c (make_request):
6555         Clean up check_pf allocation pattern. addresses
6557 2015-01-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
6559         * nptl/pthread_cancel.c (pthread_cancel): Use ANSI prototype.
6560         * nptl/pthread_cond_timedwait.c (__pthread_cond_timedwait): Likewise.
6561         * nptl/pthread_cond_wait.c (__pthread_cond_wait): Likewise.
6562         * nptl/pthread_exit.c (__pthread_exit): Likewise.
6563         * nptl/pthread_join.c (pthread_join): Likewise.
6564         * nptl/pthread_timedjoin.c (pthread_timedjoin_np): Likewise.
6565         * sysdeps/posix/waitid.c (__waitid): Likewise.
6566         * sysdeps/unix/sysv/linux/arm/pread.c (__libc_pread): Likewise.
6567         * sysdeps/unix/sysv/linux/arm/pread64.c (__libc_pread64): Likewise.
6568         * sysdeps/unix/sysv/linux/arm/pwrite.c (__libc_pwrite): Likewise.
6569         * sysdeps/unix/sysv/linux/arm/pwrite64.c (__libc_pwrite64): Likewise.
6570         * sysdeps/unix/sysv/linux/generic/wordsize-32/pread.c (__libc_pread):
6571         Likewise.
6572         * sysdeps/unix/sysv/linux/generic/wordsize-32/pread64.c
6573         (__libc_pread64): Likewise.
6574         * sysdeps/unix/sysv/linux/generic/wordsize-32/pwrite.c
6575         (__libc_pwrite): Likewise.
6576         * sysdeps/unix/sysv/linux/generic/wordsize-32/pwrite64.c
6577         (__libc_pwrite64): Likewsie.
6578         * sysdeps/unix/sysv/linux/mips/pread.c (__libc_pread): Likewise.
6579         * sysdeps/unix/sysv/linux/mips/pread64.c (__libc_pread64): Likewise.
6580         * sysdeps/unix/sysv/linux/mips/pwrite.c (__libc_pwrite): Likewise.
6581         * sysdeps/unix/sysv/linux/mips/pwrite64.c (__libc_pwrite64): Likewise.
6582         * sysdeps/unix/sysv/linux/msgrcv.c (__libc_msgrcv): Likewise.
6583         * sysdeps/unix/sysv/linux/msgsnd.c (__libc_msgsnd): Likewise.
6584         * sysdeps/unix/sysv/linux/openat.c (OPENAT_NOT_CANCEL): Likewise.
6585         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread.c (__libc_pread):
6586         Likewise.
6587         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread64.c
6588         (__libc_pread64): Likewise.
6589         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite.c (__libc_pwrite):
6590         Likewise.
6591         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite64.c
6592         (__libc_pwrite64): Likewise.
6593         * sysdeps/unix/sysv/linux/pread.c (__libc_pread): Likewise.
6594         * sysdeps/unix/sysv/linux/pread64.c (__libc_pread64): Likewise.
6595         * sysdeps/unix/sysv/linux/preadv.c (PREADV): Likewise.
6596         * sysdeps/unix/sysv/linux/pthread_kill.c (__pthread_kill): Likewise.
6597         * sysdeps/unix/sysv/linux/pwrite.c (__libc_pwrite): Likewise.
6598         * sysdeps/unix/sysv/linux/pwrite64.c (__libc_pwrite64): Likewise.
6599         * sysdeps/unix/sysv/linux/pwritev.c (__libc_pwritev): Likewise.
6600         * sysdeps/unix/sysv/linux/sh/pread.c (__libc_pread): Likewise.
6601         * sysdeps/unix/sysv/linux/sh/pread64.c (__libc_pread64): Likewise.
6602         * sysdeps/unix/sysv/linux/sh/pwrite.c (__libc_pwrite): Likewise.
6603         * sysdeps/unix/sysv/linux/sh/pwrite64.c (__libc_write64): Likewise.
6604         * sysdeps/unix/sysv/linux/sigsuspend.c (__sigsuspend): Likewise.
6605         * sysdeps/unix/sysv/linux/sigtimedwait.c (__sigtimedwait): Likewise.
6606         * sysdeps/unix/sysv/linux/sigwait.c (__sigwait): Likewise.
6607         * sysdeps/unix/sysv/linux/sigwaitinfo.c (__sigwaitinfo): Likewise.
6608         * sysdeps/unix/sysv/linux/sparc/sparc64/msgrcv.c (__libc_msgrcv):
6609         Likewise.
6611 2015-01-06  Andrew Senkevich  <andrew.n.senkevich@gmail.com>
6613         * math/Makefile (CFLAGS-test-float.c): Remove -frounding-math.
6614         (CFLAGS-test-double.c): Likewise.
6615         (CFLAGS-test-ldouble.c): Likewise.
6616         (CPPFLAGS-test-ifloat.c): Likewise.
6617         (CPPFLAGS-test-idouble.c): Likewise.
6618         (CPPFLAGS-test-ildoubl.c): Likewise.
6619         (CFLAGS-test-test-fenv.c): Remove variable.
6620         (CFLAGS-test-misc.c): Likewise.
6622 2015-01-06  H.J. Lu  <hongjiu.lu@intel.com>
6624         [BZ #17797]
6625         * bits/time.h (CLOCKS_PER_SEC): Changed to ((clock_t) 1000000).
6626         * sysdeps/unix/sysv/linux/bits/time.h (CLOCKS_PER_SEC): Likewise.
6627         * sysdeps/unix/sysv/linux/clock.c (clock): _Static_assert
6628         CLOCKS_PER_SEC == 1000000.
6629         * time/clocktest.c (main): Replace %ld with %jd and cast to
6630         intmax_t.
6632 2015-01-05  Roland McGrath  <roland@hack.frob.com>
6634         * sysdeps/generic/unwind-resume.h: New file.
6635         * sysdeps/gnu/unwind-resume.c: Include it.
6636         (libgcc_s_personality): Use PERSONALITY_PROTO macro for the prototype.
6637         (__gcc_personality_v0): Likewise, and PERSONALITY_ARGS for the callee
6638         argument list.
6639         (libgcc_s_resume): Variable renamed to __libgcc_s_resume, made hidden
6640         global rather than static.
6641         (_Unwind_Resume): Update user.
6642         Conditionalize definition on [!HAVE_ARCH_UNWIND_RESUME].
6643         (init): Likewise.  Renamed to __libgcc_s_init, made hidden global
6644         rather than static.  Add __attribute__ ((cold)).
6645         (_Unwind_Resume, __gcc_personality_v0): Update callers.
6646         * sysdeps/nptl/unwind-forcedunwind.c: Likewise.
6647         * sysdeps/arm/arm-unwind-resume.S: New file.
6648         * sysdeps/arm/rt-arm-unwind-resume.S: New file.
6649         * sysdeps/arm/pt-arm-unwind-resume.S: New file.
6650         * sysdeps/arm/Makefile [$(subdir) = csu]
6651         (sysdep_routines, shared-only-routines): Add arm-unwind-resume.
6652         [$(subdir) = rt] (librt-sysdep_routines, librt-shared-only-routines):
6653         Add rt-arm-unwind-resume.
6654         [$(subdir) = nptl]
6655         (libpthread-sysdep_routines, libpthread-shared-only-routines):
6656         Add pt-arm-unwind-resume.
6657         * sysdeps/unix/sysv/linux/arm/unwind-resume.c: File removed.
6658         * sysdeps/unix/sysv/linux/arm/unwind-forcedunwind.c: File removed.
6660 2015-01-05  Joseph Myers  <joseph@codesourcery.com>
6662         [BZ #17748]
6663         * include/fenv.h (__feholdexcept): Declare.  Use
6664         libm_hidden_proto.
6665         * math/feholdexcpt.c (feholdexcept): Rename to __feholdexcept and
6666         define as weak alias of __feholdexcept.  Use libm_hidden_weak.
6667         * sysdeps/aarch64/fpu/feholdexcpt.c (feholdexcept): Likewise.
6668         * sysdeps/alpha/fpu/feholdexcpt.c (feholdexcept): Likewise.
6669         * sysdeps/arm/feholdexcpt.c (feholdexcept): Likewise.
6670         * sysdeps/hppa/fpu/feholdexcpt.c (feholdexcept): Likewise.
6671         * sysdeps/i386/fpu/feholdexcpt.c (feholdexcept): Likewise.
6672         * sysdeps/ia64/fpu/feholdexcpt.c (feholdexcept): Likewise.
6673         * sysdeps/m68k/fpu/feholdexcpt.c (feholdexcept): Likewise.
6674         * sysdeps/mips/fpu/feholdexcpt.c (feholdexcept): Likewise.
6675         * sysdeps/powerpc/fpu/feholdexcpt.c (feholdexcept): Likewise.
6676         * sysdeps/powerpc/nofpu/feholdexcpt.c (feholdexcept): Likewise.
6677         * sysdeps/powerpc/powerpc32/e500/nofpu/feholdexcpt.c
6678         (feholdexcept): Likewise.
6679         * sysdeps/s390/fpu/feholdexcpt.c (feholdexcept): Likewise.
6680         * sysdeps/sh/sh4/fpu/feholdexcpt.c (feholdexcept): Likewise.
6681         * sysdeps/sparc/fpu/feholdexcpt.c (feholdexcept): Likewise.
6682         * sysdeps/x86_64/fpu/feholdexcpt.c (feholdexcept): Likewise.
6683         * sysdeps/generic/math_private.h (default_libc_feholdexcept): Use
6684         __feholdexcept instead of feholdexcept.
6685         (default_libc_feholdexcept_setround): Likewise.
6687 2015-01-05  Steve Ellcey  <sellcey@imgtec.com>
6689         * sysdeps/mips/memset.S (memset): Modify for mips32r6/mips64r6
6690         to avoid using stl/str to align destination.
6692 2015-01-05  Steve Ellcey  <sellcey@imgtec.com>
6694         * sysdeps/mips/memcpy.S: Add support for mips32r6/mips64r6.
6696 2015-01-05  Joseph Myers  <joseph@codesourcery.com>
6698         [BZ #17796]
6699         * sysdeps/unix/sysv/linux/mips/mips64/n64/posix_fadvise.c
6700         [!SHLIB_COMPAT(libc, GLIBC_2_2, GLIBC_2_3_3)] (posix_fadvise64):
6701         Define as weak alias not strong alias.
6703 2015-01-05  Steve Ellcey  <sellcey@imgtec.com>
6705         * sysdeps/mips/dl-machine.h (elf_machine_load_address): Replace
6706         bltzal with addiupc.
6707         (RTLD_START): Ditto.
6709 2015-01-05  Chris Metcalf  <cmetcalf@ezchip.com>
6711         * sysdeps/unix/sysv/linux/tile/bits/libc-vdso.h: Fix return type
6712         for __vdso_* functions in declarations.
6713         * sysdeps/unix/sysv/linux/tile/init-first.c: Likewise for
6714         definitions.
6715         * sysdeps/unix/sysv/linux/tile/sysdep.h (INLINE_VSYSCALL,
6716         INTERNAL_VSYSCALL): Use struct return types to check for error.
6718         * sysdeps/ieee754/dbl-64/wordsize-64/s_llround.c [!defined _LP64
6719         && REGISTER_CAST_INT32_TO_INT64]: Provide explicit lround()
6720         function with cast from llround().
6721         * sysdeps/tile/sysdep.h (REGISTER_CAST_INT32_TO_INT64): Define.
6722         * sysdeps/x86_64/x32/sysdep.h (REGISTER_CAST_INT32_TO_INT64):
6723         Define.
6725 2015-01-05  Joseph Myers  <joseph@codesourcery.com>
6727         [BZ #17793]
6728         * sysdeps/unix/sysv/linux/arm/posix_fadvise64.c (posix_fadvise64):
6729         Define as weak alias not strong alias.
6731         [BZ #17635]
6732         * ctype/ctype-c99.c: New file.  isblank implementation moved from
6733         ...
6734         * ctype/ctype-extn.c: ... here.
6735         (__isblank_l): Move to ...
6736         * ctype/ctype-c99_l.c: ... here.  New file.
6737         * ctype/Makefile (routines): Add ctype-c99 and ctype-c99_l.
6738         * conform/Makefile (test-xfail-ISO99/ctype.h/linknamespace):
6739         Remove variable.
6740         (test-xfail-ISO11/ctype.h/linknamespace): Likewise.
6741         (test-xfail-XPG3/ctype.h/linknamespace): Likewise.
6742         (test-xfail-XPG4/ctype.h/linknamespace): Likewise.
6743         (test-xfail-UNIX98/ctype.h/linknamespace): Likewise.
6744         (test-xfail-POSIX2008/ctype.h/linknamespace): Likewise.
6746         [BZ #17777]
6747         * sysdeps/unix/sysv/linux/wordsize-64/posix_fadvise.c
6748         (posix_fadvise64): Define as weak alias not strong alias.
6749         * sysdeps/unix/sysv/linux/wordsize-64/posix_fallocate.c
6750         (posix_fallocate64): Likewise.
6751         * conform/Makefile (test-xfail-XOPEN2K/fcntl.h/linknamespace):
6752         Remove variable.
6753         (test-xfail-XOPEN2K/mqueue.h/linknamespace): Likewise.
6754         (test-xfail-POSIX2008/fcntl.h/linknamespace): Likewise.
6755         (test-xfail-POSIX2008/mqueue.h/linknamespace): Likewise.
6756         (test-xfail-XOPEN2K8/fcntl.h/linknamespace): Likewise.
6757         (test-xfail-XOPEN2K8/mqueue.h/linknamespace): Likewise.
6759 2015-01-05  Matthew Fortune  <matthew.fortune@imgtec.com>
6761         [BZ #16191]
6762         * NEWS: Mention bug fix.
6763         * sysdeps/unix/sysv/linux/mips/sys/user.h (PAGE_SHIFT): Remove.
6764         (PAGE_SIZE, PAGE_MASK, NBPG, UPAGES): Likewise.
6765         (HOST_TEXT_START_ADDR, HOST_DATA_START_ADDR): Likewise.
6766         (HOST_STACK_END_ADDR): Likewise.
6768 2015-01-02  Joseph Myers  <joseph@codesourcery.com>
6770         [BZ #17748]
6771         * include/fenv.h (__fegetround): Declare.  Use libm_hidden_proto.
6772         * math/fegetround.c (fegetround): Rename to __fegetround and
6773         define as weak alias of __fegetround.  Use libm_hidden_weak.
6774         * sysdeps/aarch64/fpu/fegetround.c (fegetround): Likewise.
6775         * sysdeps/alpha/fpu/fegetround.c (fegetround): Likewise.
6776         * sysdeps/arm/fegetround.c (fegetround): Likewise.
6777         * sysdeps/hppa/fpu/fegetround.c (fegetround): Likewise.
6778         * sysdeps/i386/fpu/fegetround.c (fegetround): Likewise.
6779         * sysdeps/ia64/fpu/fegetround.c (fegetround): Likewise.
6780         * sysdeps/m68k/fpu/fegetround.c (fegetround): Likewise.
6781         * sysdeps/mips/fpu/fegetround.c (fegetround): Likewise.
6782         * sysdeps/powerpc/fpu/fegetround.c (fegetround): Likewise.
6783         Undefine after rather than before function definition; use
6784         parentheses around function name in definition.
6785         (__fegetround): Also undefine macro after function definition.
6786         * sysdeps/powerpc/nofpu/fegetround.c (fegetround): Rename to
6787         __fegetround and define as weak alias of __fegetround.  Use
6788         libm_hidden_weak.  Do not undefine as macro.
6789         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetround.c (fegetround):
6790         Likewise.
6791         * sysdeps/s390/fpu/fegetround.c (fegetround): Rename to
6792         __fegetround and define as weak alias of __fegetround.  Use
6793         libm_hidden_weak.
6794         * sysdeps/sh/sh4/fpu/fegetround.c (fegetround): Likewise.
6795         * sysdeps/sparc/fpu/fegetround.c (fegetround): Likewise.
6796         * sysdeps/tile/math_private.h (__fegetround): New inline function.
6797         * sysdeps/x86_64/fpu/fegetround.c (fegetround): Rename to
6798         __fegetround and define as weak alias of __fegetround.  Use
6799         libm_hidden_weak.
6800         * sysdeps/ieee754/dbl-64/e_sqrt.c (__ieee754_sqrt): Use
6801         __fegetround instead of fegetround.
6803         [BZ #17782]
6804         * sysdeps/unix/sysv/linux/mips/bits/termios.h (TIOCSER_TEMT):
6805         Condition macro definition on [__USE_MISC].
6807         [BZ #17781]
6808         * sysdeps/unix/sysv/linux/mips/bits/sigaction.h
6809         (struct sigaction): Change type of sa_flags field to int.
6811         [BZ #17780]
6812         * sysdeps/unix/sysv/linux/mips/bits/fcntl.h (struct flock)
6813         [!__USE_FILE_OFFSET64 && _MIPS_SIM != _ABI64]: Rename pad field to
6814         __glibc_reserved0.
6816         * nptl/version.c (banner): Use single year in copyright notice.
6818         * NEWS: Update copyright dates.
6819         * catgets/gencat.c (print_version): Likewise.
6820         * csu/version.c (banner): Likewise.
6821         * debug/catchsegv.sh: Likewise.
6822         * debug/pcprofiledump.c (print_version): Likewise.
6823         * debug/xtrace.sh (do_version): Likewise.
6824         * elf/ldconfig.c (print_version): Likewise.
6825         * elf/ldd.bash.in: Likewise.
6826         * elf/pldd.c (print_version): Likewise.
6827         * elf/sotruss.sh: Likewise.
6828         * elf/sprof.c (print_version): Likewise.
6829         * iconv/iconv_prog.c (print_version): Likewise.
6830         * iconv/iconvconfig.c (print_version): Likewise.
6831         * locale/programs/locale.c (print_version): Likewise.
6832         * locale/programs/localedef.c (print_version): Likewise.
6833         * login/programs/pt_chown.c (print_version): Likewise.
6834         * malloc/memusage.sh (do_version): Likewise.
6835         * malloc/memusagestat.c (print_version): Likewise.
6836         * malloc/mtrace.pl: Likewise.
6837         * manual/libc.texinfo: Likewise.
6838         * nptl/version.c (banner): Likewise.
6839         * nscd/nscd.c (print_version): Likewise.
6840         * nss/getent.c (print_version): Likewise.
6841         * nss/makedb.c (print_version): Likewise.
6842         * posix/getconf.c (main): Likewise.
6843         * scripts/test-installation.pl: Likewise.
6844         * sysdeps/unix/sysv/linux/lddlibc4.c (main): Likewise.
6846 2015-01-02  Will Newton  <will.newton@linaro.org>
6848         * sysdeps/arm/armv7/configure: Removed.
6849         * sysdeps/arm/armv7/configure.ac: Likewise.
6851 2015-01-02  Joseph Myers  <joseph@codesourcery.com>
6853         * All files with FSF copyright notices: Update copyright dates
6854         using scripts/update-copyrights.
6855         * intl/plural.c: Regenerated.
6856         * locale/programs/charmap-kw.h: Likewise.
6857         * locale/programs/locfile-kw.h: Likewise.
6859 2015-01-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
6861         * scripts/gen-posix-conf-vars.awk (END): Don't use sprintf.
6863 2014-12-31  Joseph Myers  <joseph@codesourcery.com>
6865         [BZ #17748]
6866         * include/fenv.h (__fegetenv): Use libm_hidden_proto.
6867         * math/fegetenv.c (__fegetenv): Use libm_hidden_def.
6868         * sysdeps/aarch64/fpu/fegetenv.c (fegetenv): Rename to __fegetenv
6869         and define as weak alias of __fegetenv.  Use libm_hidden_weak.
6870         * sysdeps/alpha/fpu/fegetenv.c (__fegetenv): Use libm_hidden_def.
6871         * sysdeps/arm/fegetenv.c (fegetenv): Rename to __fegetenv and
6872         define as weak alias of __fegetenv.  Use libm_hidden_weak.
6873         * sysdeps/hppa/fpu/fegetenv.c (fegetenv): Likewise.
6874         * sysdeps/i386/fpu/fegetenv.c (__fegetenv): Use libm_hidden_def.
6875         * sysdeps/ia64/fpu/fegetenv.c (fegetenv): Rename to __fegetenv and
6876         define as weak alias of __fegetenv.  Use libm_hidden_weak.
6877         * sysdeps/m68k/fpu/fegetenv.c (__fegetenv): Use libm_hidden_def.
6878         * sysdeps/mips/fpu/fegetenv.c (fegetenv): Rename to __fegetenv and
6879         define as weak alias of __fegetenv.  Use libm_hidden_weak.
6880         * sysdeps/powerpc/fpu/fegetenv.c (__fegetenv): Use
6881         libm_hidden_def.
6882         * sysdeps/powerpc/nofpu/fegetenv.c (__fegetenv): Likewise.
6883         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetenv.c (__fegetenv):
6884         Likewise.
6885         * sysdeps/s390/fpu/fegetenv.c (fegetenv): Rename to __fegetenv and
6886         define as weak alias of __fegetenv.  Use libm_hidden_weak.
6887         * sysdeps/sh/sh4/fpu/fegetenv.c (fegetenv): Likewise.
6888         * sysdeps/sparc/fpu/fegetenv.c (__fegetenv): Use libm_hidden_def.
6889         * sysdeps/tile/math_private.h (__fegetenv): New inline function.
6890         * sysdeps/x86_64/fpu/fegetenv.c (fegetenv): Rename to __fegetenv
6891         and define as weak alias of __fegetenv.  Use libm_hidden_weak.
6892         * sysdeps/generic/math_private.h (libc_feholdsetround_ctx): Use
6893         __fegetenv instead of fegetenv.
6894         (libc_feholdsetround_noex_ctx): Likewise.
6896 2014-12-31  Matthew Fortune  <matthew.fortune@imgtec.com>
6898         * elf/elf.h (PT_MIPS_ABIFLAGS): Define.
6899         (Elf_MIPS_ABIFlags_v0): New structure.
6900         (EF_MIPS_FP64): Define.
6901         (MIPS_AFL_REG_NONE, MIPS_AFL_REG_32, MIPS_AFL_REG_64): Likewise.
6902         (MIPS_AFL_REG_128, MIPS_AFL_ASE_DSP, MIPS_AFL_ASE_DSP64): Likewise.
6903         (MIPS_AFL_ASE_DSPR2, MIPS_AFL_ASE_EVA, MIPS_AFL_ASE_MCU): Likewise.
6904         (MIPS_AFL_ASE_MDMX, MIPS_AFL_ASE_MIPS3D, MIPS_AFL_ASE_MT): Likewise.
6905         (MIPS_AFL_ASE_SMARTMIPS, MIPS_AFL_ASE_VIRT): Likewise.
6906         (MIPS_AFL_ASE_VIRT64, MIPS_AFL_ASE_MSA, MIPS_AFL_ASE_MSA64): Likewise.
6907         (MIPS_AFL_ASE_MIPS16, MIPS_AFL_ASE_MICROMIPS): Likewise.
6908         (MIPS_AFL_ASE_XPA, MIPS_AFL_EXT_XLR, MIPS_AFL_EXT_OCTEON2): Likewise.
6909         (MIPS_AFL_EXT_OCTEONP, MIPS_AFL_EXT_LOONGSON_3A): Likewise.
6910         (MIPS_AFL_EXT_OCTEON, MIPS_AFL_EXT_5900, MIPS_AFL_EXT_4010): Likewise.
6911         (MIPS_AFL_EXT_4100, MIPS_AFL_EXT_3900, MIPS_AFL_EXT_10000): Likewise.
6912         (MIPS_AFL_EXT_SB1, MIPS_AFL_EXT_4111, MIPS_AFL_EXT_4120): Likewise.
6913         (MIPS_AFL_EXT_5400, MIPS_AFL_EXT_5500): Likewise.
6914         (MIPS_AFL_EXT_LOONGSON_2E, MIPS_AFL_EXT_LOONGSON_2F): Likewise.
6915         (Val_GNU_MIPS_ABI_FP_ANY, Val_GNU_MIPS_ABI_FP_DOUBLE): New enum values.
6916         (Val_GNU_MIPS_ABI_FP_SINGLE, Val_GNU_MIPS_ABI_FP_SOFT): Likewise.
6917         (Val_GNU_MIPS_ABI_FP_OLD_64, Val_GNU_MIPS_ABI_FP_XX): Likewise.
6918         (Val_GNU_MIPS_ABI_FP_64, Val_GNU_MIPS_ABI_FP_64A): Likewise.
6919         (Val_GNU_MIPS_ABI_FP_MAX): Likewise.
6920         * sysdeps/mips/Makefile [subdir=elf]: Add tst-abi-interlink,
6921         tst-mode-switch-1, tst-mode-switch-2, tst-mode-switch-3 tests.
6922         * sysdeps/mips/bits/linkmap.h (struct link_map_machine): Add fpmode
6923         field.
6924         * sysdeps/mips/dl-machine.h (elf_machine_matches_host): Reject
6925         EF_MIPS_FP64.
6926         * sysdeps/mips/dl-machine-reject-phdr.h: New file.
6927         * sysdeps/mips/tst-abi-fp32mod.c: Likewise.
6928         * sysdeps/mips/tst-abi-fpxxmod.c: Likewise.
6929         * sysdeps/mips/tst-abi-fpxxomod.c: Likewise.
6930         * sysdeps/mips/tst-abi-fp64mod.c: Likewise.
6931         * sysdeps/mips/tst-abi-fp64amod.c: Likewise.
6932         * sysdeps/mips/tst-abi-interlink.c: Likewise.
6933         * sysdeps/mips/tst-mode-switch-1.c: Likewise.
6934         * sysdeps/mips/tst-mode-switch-2.c: Likewise.
6935         * sysdeps/mips/tst-mode-switch-3.c: Likewise.
6936         * sysdeps/unix/sysv/linux/mips/configure.ac (o32-fpabi): Define to
6937         record the current FP ABI extension.
6938         (mips-mode-switch): Define to show if kernel headers support mode
6939         switching.
6940         * sysdeps/unix/sysv/linux/mips/configure: Regenerate.
6941         * sysdeps/unix/sysv/linux/mips/ldsodefs.h: Increase maximum
6942         supported SYSV ABI version to 3.
6943         * sysdeps/unix/sysv/linux/mips/libc-abis: Add new MIPS_O32_FP64
6944         feature.
6946 2014-12-31  Rajalakshmi Srinivasaraghavan  <raji@linux.vnet.ibm.com>
6947             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
6949         * sysdeps/powerpc/powerpc64/power7/strcpy.S (strcpy): Optimize unaligned
6950         path.
6951         * benchtests/bench-strcpy.c (test_main): Add more unaligned inputs.
6953 2014-12-31  Joseph Myers  <joseph@codesourcery.com>
6955         * sysdeps/powerpc/bits/fenvinline.h (fegetround): Rename macro to
6956         __fegetround and redefine to call __fegetround.  Remove condition
6957         on [!__NO_MATH_INLINES].
6958         * sysdeps/powerpc/fpu/fenv_libc.h (__fegetround): Remove inline
6959         function.
6960         * sysdeps/powerpc/nofpu/fenv_libc.h: Remove file.
6961         * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_libc.h (__fegetround):
6962         Remove macro.
6963         * sysdeps/ieee754/ldbl-128ibm/s_llrintl.c: Include <fenv.h>
6964         instead of <fenv_libc.h>.
6965         (__llrintl): Call fegetround instead of __fegetround.
6966         * sysdeps/ieee754/ldbl-128ibm/s_llroundl.c: Include <fenv.h>
6967         instead of <fenv_libc.h>.
6968         * sysdeps/ieee754/ldbl-128ibm/s_lrintl.c: Likewise.
6969         (__lrintl): Call fegetround instead of __fegetround.
6970         * sysdeps/ieee754/ldbl-128ibm/s_lroundl.c: Include <fenv.h>
6971         instead of <fenv_libc.h>.
6972         * sysdeps/ieee754/ldbl-128ibm/s_rintl.c: Likewise.
6973         (__rintl): Call fegetround instead of __fegetround.
6975 2014-12-31  Siddhesh Poyarekar  <siddhesh@redhat.com>
6977         * scripts/gen-posix-conf-vars.awk: Don't use multi-dimensional
6978         arrays.
6980 2014-12-30  H.J. Lu  <hongjiu.lu@intel.com>
6982         [BZ #17775]
6983         * sysdeps/i386/dl-machine.h (PI_STATIC_AND_HIDDEN): Removed.
6984         (elf_machine_dynamic) [!PI_STATIC_AND_HIDDEN]: Likewise.
6985         (elf_machine_load_address) [!PI_STATIC_AND_HIDDEN]: Likewise.
6987 2014-12-30  Andrew Senkevich  <andrew.senkevich@intel.com>
6989         * sysdeps/i386/tls-macros.h: Include <features.h>.
6990         (TLS_LE): Use non-PIC version for GCC >= 5.0.
6991         (TLS_IE): Likewise.
6992         (TLS_LD): Likewise.
6993         (TLS_GD): Likewise.
6994         * sysdeps/unix/sysv/linux/i386/sysdep.h (check_consistency): Don't
6995         define for GCC >= 5.0.
6997 2014-12-30  Chris Metcalf  <cmetcalf@ezchip.com>
6999         * math/test-fenv.c (test_single_exception, set_single_exc,
7000         feenv_nomask_test, feenv_mask_test, feexcp_nomask_test,
7001         feexcp_mask_test, feenable_test, fe_single_test): Add
7002         [!FE_ALL_EXCEPT] test so these routines are not compiled in the
7003         case where they are not used.
7004         * math/libm-test.inc: Likewise.
7005         * setjmp/test-setjmp-fp.c: Mark attribute ((unused)) on variable
7006         unused in the absence of FP rounding/exception support.
7007         * stdio-common/tst-printf-round.c: Likewise.
7008         * stdlib/tst-strtod-round.c: Likewise.
7009         * stdlib/tst-strtod-underflow.c: Likewise.
7011 2014-12-30  Joseph Myers  <joseph@codesourcery.com>
7013         [BZ #17723]
7014         * include/fenv.h (__feraiseexcept): Use libm_hidden_proto.
7015         * math/fraiseexcpt.c (__feraiseexcept): Use libm_hidden_def.
7016         * sysdeps/aarch64/fpu/fraiseexcpt.c (feraiseexcept): Rename to
7017         __feraiseexcept and define as weak alias of __feraiseexcept.  Use
7018         libm_hidden_weak.
7019         * sysdeps/arm/fraiseexcpt.c (feraiseexcept): Likewise.
7020         * sysdeps/hppa/fpu/fraiseexcpt.c (feraiseexcept): Likewise.
7021         * sysdeps/i386/fpu/fraiseexcpt.c (__feraiseexcept): Use
7022         libm_hidden_def.
7023         * sysdeps/ia64/fpu/fraiseexcpt.c (feraiseexcept): Rename to
7024         __feraiseexcept and define as weak alias of __feraiseexcept.  Use
7025         libm_hidden_weak.
7026         * sysdeps/m68k/coldfire/fpu/fraiseexcpt.c (feraiseexcept):
7027         Likewise.
7028         * sysdeps/microblaze/math_private.h (__feraiseexcept): New macro.
7029         * sysdeps/mips/fpu/fraiseexcpt.c (feraiseexcept): Rename to
7030         __feraiseexcept and define as weak alias of __feraiseexcept.  Use
7031         libm_hidden_weak.
7032         * sysdeps/powerpc/fpu/fraiseexcpt.c (__feraiseexcept): Use
7033         libm_hidden_def.
7034         * sysdeps/powerpc/nofpu/fraiseexcpt.c (__feraiseexcept): Likewise.
7035         * sysdeps/powerpc/powerpc32/e500/nofpu/fraiseexcpt.c
7036         (__feraiseexcept): Likewise.
7037         * sysdeps/s390/fpu/fraiseexcpt.c (feraiseexcept): Rename to
7038         __feraiseexcept and define as weak alias of __feraiseexcept.  Use
7039         libm_hidden_weak.
7040         * sysdeps/sh/sh4/fpu/fraiseexcpt.c (feraiseexcept): Likewise.
7041         * sysdeps/sparc/fpu/fraiseexcpt.c (__feraiseexcept): Use
7042         libm_hidden_def.
7043         * sysdeps/tile/math_private.h (__feraiseexcept): New macro.
7044         * sysdeps/unix/sysv/linux/alpha/fraiseexcpt.S (__feraiseexcept):
7045         Use libm_hidden_def.
7046         * sysdeps/x86_64/fpu/fraiseexcpt.c (__feraiseexcept): Use
7047         libm_hidden_def.
7048         (feraiseexcept): Define as weak not strong alias.  Use
7049         libm_hidden_weak.
7050         * sysdeps/x86/fpu/bits/fenv.h (__feraiseexcept_invalid_divbyzero):
7051         New inline function.  Factored out of ...
7052         (feraiseexcept): ... here.  Use __feraiseexcept_invalid_divbyzero.
7053         * sysdeps/x86/fpu/include/bits/fenv.h: New file.
7054         * math/e_scalb.c (invalid_fn): Call __feraiseexcept instead of
7055         feraiseexcept.
7056         * math/w_acos.c (__acos): Likewise.
7057         * math/w_asin.c (__asin): Likewise.
7058         * math/w_ilogb.c (__ilogb): Likewise.
7059         * math/w_j0.c (y0): Likewise.
7060         * math/w_j1.c (y1): Likewise.
7061         * math/w_jn.c (yn): Likewise.
7062         * math/w_log.c (__log): Likewise.
7063         * math/w_log10.c (__log10): Likewise.
7064         * sysdeps/aarch64/fpu/feupdateenv.c (feupdateenv): Likewise.
7065         * sysdeps/aarch64/fpu/math_private.h
7066         (libc_feupdateenv_test_aarch64): Likewise.
7067         * sysdeps/alpha/fpu/feupdateenv.c (__feupdateenv): Likewise.
7068         * sysdeps/arm/fenv_private.h (libc_feupdateenv_test_vfp): Likewise.
7069         * sysdeps/arm/feupdateenv.c (feupdateenv): Likewise.
7070         * sysdeps/ia64/fpu/feupdateenv.c (feupdateenv): Likewise.
7071         * sysdeps/m68k/fpu/feupdateenv.c (__feupdateenv): Likewise.
7072         * sysdeps/mips/fpu/feupdateenv.c (feupdateenv): Likewise.
7073         * sysdeps/powerpc/fpu/e_sqrt.c (__slow_ieee754_sqrt): Likewise.
7074         * sysdeps/s390/fpu/feupdateenv.c (feupdateenv): Likewise.
7075         * sysdeps/sh/sh4/fpu/feupdateenv.c (feupdateenv): Likewise.
7076         * sysdeps/sparc/fpu/feupdateenv.c (__feupdateenv): Likewise.
7078 2014-12-30  H.J. Lu  <hongjiu.lu@intel.com>
7080         [BZ #17732]
7081         * io/test-utime.c (main): Replace %ld with %jd and cast to
7082         intmax_t.
7083         * libio/tst-ftell-active-handler.c (do_append_test): Likewise.
7084         * nptl/tst-mutex5.c: Include <stdint.h>.
7085         (do_test): Replace %ld with %jd and cast to intmax_t.
7086         * posix/tst-regex.c (run_test): Likewise.
7087         (run_test_backwards): Likewise.
7088         * rt/tst-clock.c: Include <stdint.h>.
7089         (clock_test): Replace %ld with %jd and cast to intmax_t.
7090         * rt/tst-cpuclock1.c: Include <stdint.h>.
7091         (do_test): Replace %lu with %ju and cast to uintmax_t.
7092         * rt/tst-cpuclock2.c: Include <stdint.h>.
7093         (do_test): Replace %lu with %ju and cast to uintmax_t.
7094         * rt/tst-mqueue1.c: Include <stdint.h>.
7095         (check_attrs): Replace %ld with %jd and cast to intmax_t.
7096         * rt/tst-mqueue3.c (fct): Replace %ld with %jd and cast to
7097         intmax_t.
7098         * rt/tst-mqueue4.c (do_test): Likewise.
7099         * rt/tst-timer4.c: Include <stdint.h>.
7100         (check_ts): Replace %ld with %jd and cast to intmax_t.
7101         (do_test): Likewise.
7102         * stdio-common/tst-fmemopen2.c (do_test): Replace %ld with %jd
7103         and cast to intmax_t.
7104         * sysdeps/pthread/tst-timer.c (main): Likewise.
7105         * time/clocktest.c (main): Likewise.
7106         * time/tst-posixtz.c (do_test): Likewise.
7107         * timezone/tst-timezone.c (main): Likewise.
7109 2014-12-30  Andrew Senkevich  <andrew.senkevich@intel.com>
7110             H.J. Lu  <hongjiu.lu@intel.com>
7112         * sysdeps/i386/i686/multiarch/bcopy-sse2-unaligned.S: New file.
7113         * sysdeps/i386/i686/multiarch/memcpy-sse2-unaligned.S: Likewise.
7114         * sysdeps/i386/i686/multiarch/memmove-sse2-unaligned.S: Likewise.
7115         * sysdeps/i386/i686/multiarch/mempcpy-sse2-unaligned.S: Likewise.
7116         * sysdeps/i386/i686/multiarch/bcopy.S: Select the sse2_unaligned
7117         version if bit_Fast_Unaligned_Load is set.
7118         * sysdeps/i386/i686/multiarch/memcpy.S: Likewise.
7119         * sysdeps/i386/i686/multiarch/memcpy_chk.S: Likewise.
7120         * sysdeps/i386/i686/multiarch/memmove.S: Likewise.
7121         * sysdeps/i386/i686/multiarch/memmove_chk.S: Likewise.
7122         * sysdeps/i386/i686/multiarch/mempcpy.S: Likewise.
7123         * sysdeps/i386/i686/multiarch/mempcpy_chk.S: Likewise.
7124         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
7125         bcopy-sse2-unaligned, memcpy-sse2-unaligned,
7126         memmove-sse2-unaligned and mempcpy-sse2-unaligned.
7127         * sysdeps/i386/i686/multiarch/ifunc-impl-list.c (MAX_IFUNC): Set
7128         to 4.
7129         (__libc_ifunc_impl_list): Test __bcopy_sse2_unaligned,
7130         __memmove_chk_sse2_unaligned, __memmove_sse2_unaligned,
7131         __memcpy_chk_sse2_unaligned, __memcpy_sse2_unaligned,
7132         __mempcpy_chk_sse2_unaligned, and __mempcpy_sse2_unaligned.
7134 2014-12-29  Chris Metcalf  <cmetcalf@ezchip.com>
7136         * sysdeps/unix/sysv/linux/tst-setgetname.c (do_test): Use #ifndef
7137         instead of #if to avoid a Wundef warning.
7138         * stdlib/tst-limits.c (do_test): Likewise.
7140         * sysdeps/tile/math_private.h (fetestexcept): Add macro to
7141         parallel other exception macros.
7142         (fegetenv): Convert from macro to extern inline so that it applies
7143         retroactively to inline functions already seen by the compiler.
7144         (fesetenv, feupdateenv, fegetround, fesetround): Likewise.
7146         * posix/Makefile (before-compile): Use $(objpfx) for
7147         posix-conf-vars-def.h.
7149 2014-12-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
7151         * posix/getconf.c (main): Use size_t for type of I.
7152         * scripts-gen-posix-conf-vars.awk (END): Use size_t for type of
7153         NSPEC.
7155         * posix/posix-conf-vars.list (SPEC:XBS5): Add sysconf prefix.
7156         * posix/confstr.c: Define NEED_SPEC_ARRAY to 0.
7157         * posix/posix-envs.def: Likewise.
7158         * sysdeps/posix/sysconf.c: Likewise.
7159         * posix/getconf.c: Define NEED_SPEC_ARRAY to 1.
7160         (specs): Remove array.
7161         * scripts/gen-posix-conf-vars.awk: Support generation of specs
7162         array.
7164         * posix/posix-conf-vars.list: Add _POSIX sysconf namespace.
7165         * sysdeps/posix/sysconf.c: Include posix-conf-vars.h.
7166         (__sysconf): Use CONF_IS_* macros.
7168         * posix/Makefile (before-compile): Add posix-conf-vars-def.h.
7169         ($(objpfx)posix-conf-vars-def.h): New target.
7170         * posix/posix-conf-vars.list: New file.
7171         * posix/posix-conf-vars.h: New file.
7172         * posix/confstr.c: Include posix-conf-vars.h.
7173         (confstr): Use CONF_IS_* macros.
7174         * posix/posix-envs.def: Include posix-conf-vars.h.  Use
7175         CONF_IS_* macros.
7176         * scripts/gen-posix-conf-vars.awk: New file.
7178 2014-12-26  Chris Metcalf  <cmetcalf@ezchip.com>
7180         * sysdeps/tile/math_private.h (fegetenv, fesetenv, feupdateenv,
7181         fegetround): Add no-op macros to avoid linknamespace issues.
7183         * sysdeps/unix/sysv/linux/clock_settime.c (SYSDEP_SETTIME): Remove
7184         definitions of INTERNAL_VSYSCALL and INLINE_VSYSCALL.
7186         * sysdeps/unix/sysv/linux/tile/sysdep.h
7187         (HAVE_CLOCK_GETTIME_VSYSCALL): Move definition out of
7188         assembly-specific section to avoid a redefinition warning.
7190         * sysdeps/tile/jmpbuf-unwind.h (_JMPBUF_CFA_UNWINDS_ADJ): Cast to
7191         long before casting to pointer to avoid a cast warning.
7193 2014-12-23  Chris Metcalf  <cmetcalf@ezchip.com>
7195         * sysdeps/tile/tilegx/Implies: New file.
7197 2014-12-23  Richard Earnshaw  <rearnsha@arm.com>
7199         * string/stpcpy.c (__stpcpy): Rewrite using strlen and memcpy.
7201 2014-12-23  Florian Weimer  <fweimer@redhat.com>
7203         * iconvdata/run-iconv-test.sh: Actually test iconv modules.
7205 2014-12-22  Joseph Myers  <joseph@codesourcery.com>
7207         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_UTIMES): Do
7208         not define.
7209         * sysdeps/unix/sysv/linux/utimes.c: Do not include
7210         <kernel-features.h>.
7211         (__utimes) [__NR_utimes]: Make code unconditional.
7212         (__utimes) [!__ASSUME_UTIMES]: Remove conditional code.
7213         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
7214         (__ASSUME_UTIMES): Do not undefine.
7215         * sysdeps/unix/sysv/linux/tile/kernel-features.h
7216         (__ASSUME_UTIMES): Likewise.
7217         * sysdeps/unix/sysv/linux/hppa/kernel-features.h
7218         (__ASSUME_UTIMES): Define for [__LINUX_KERNEL_VERSION >= 0x030e00]
7219         instead of undefining for [__LINUX_KERNEL_VERSION < 0x030e00].
7220         * sysdeps/unix/sysv/linux/hppa/utimes.c: New file.
7222 2014-12-22  Steve Ellcey  <sellcey@imgtec.com>
7224         * sysdeps/mips/memcpy.S: Fix preprocessor indentation.
7226 2014-12-22  Chris Metcalf  <cmetcalf@ezchip.com>
7228         [BZ #17747]
7229         * math/w_j0.c [defined NO_LONG_DOUBLE] (j0, y0): Convert strong
7230         alias to weak alias for j0l, y0l.
7231         * math/w_j1.c [defined NO_LONG_DOUBLE] (j1, y1): Likewise.
7232         * math/w_jn.c [defined NO_LONG_DOUBLE] (jn, yn): Likewise.
7234         [BZ #17746]
7235         * sysdeps/tile/tilegx/strstr.c (STRSTR2): Remove implicit boolean
7236         conversion.
7238 2014-12-22  Steve Ellcey  <sellcey@imgtec.com>
7240         * sysdeps/unix/mips/sysdep.h (__mips_isa_rev): Set
7241         to zero if not already defined.
7243 2014-12-22  Joseph Myers  <joseph@codesourcery.com>
7245         [BZ #17724]
7246         * sysdeps/ieee754/k_standard.c: Don't include <float.h>.
7247         (__kernel_standard_f): Remove.  Moved to k_standardf.c.
7248         (__kernel_standard_l): Remove.  Moved to k_standardl.c with
7249         (char *) casts added.
7250         * sysdeps/ieee754/k_standardf.c: New file.
7251         * sysdeps/ieee754/k_standardl.c: Likewise.
7252         * math/Makefile (libm-support): Remove k_standard.
7253         (libm-calls): Add k_standard.
7255 2014-12-22  Wilco Dijkstra  <wdijkstr@arm.com>
7257         * sysdeps/aarch64/fpu/feenablxcpt.c (feenableexcept):
7258         Optimize to avoid an unnecessary FPCR read.
7260 2014-12-22  Wilco Dijkstra  <wdijkstr@arm.com>
7262         * sysdeps/aarch64/fpu/fesetenv.c (fesetenv):
7263         Optimize to reduce FPCR/FPSR accesses.
7265 2014-12-22  Wilco Dijkstra  <wdijkstr@arm.com>
7267         * sysdeps/aarch64/fpu/ftestexcept.c (fetestexcept):
7268         Call libc_fetestexcept_aarch64.
7270 2014-12-22  Wilco Dijkstra  <wdijkstr@arm.com>
7272         * sysdeps/aarch64/fpu/fesetround.c (fesetround):
7273         Call libc_fesetround_aarch64.
7275 2014-12-22  Joseph Myers  <joseph@codesourcery.com>
7277         [BZ #17733]
7278         * sysdeps/unix/sysv/linux/bind.S (NO_WEAK_ALIAS): Do not define.
7279         (__bind): Do not define as weak alias.
7280         * sysdeps/unix/sysv/linux/getsockname.S (NO_WEAK_ALIAS): Do not
7281         define.
7282         (__getsockname): Do not define as weak alias.
7284 2014-12-22  Will Newton  <will.newton@linaro.org>
7286         * manual/install.texi: Document that we require bison 2.7
7287         or above.
7288         * INSTALL: Regenerate.
7289         * configure.ac: Use AC_CHECK_PROG_VER instead of
7290         AC_PATH_PROG when checking for bison and check for
7291         version 2.7 or above.
7292         * configure: Regenerate.
7294 2014-12-21  Chris Metcalf  <cmetcalf@ezchip.com>
7296         [BZ #17745]
7297         * sysdeps/tile/ffs.c (__ffs): Moved ffsll definition...
7298         * sysdeps/tile/ffsll.c (ffsll): To here.
7300         * sysdeps/unix/sysv/linux/tile/localplt.data: Removed.
7302 2014-12-21  H.J. Lu  <hongjiu.lu@intel.com>
7304         * elf/dl-tls.c (__tls_get_addr): Provide the hidden definition
7305         if not defined.
7306         * sysdeps/i386/dl-tls.h (___tls_get_addr): Provide the hidden
7307         definition.
7308         * sysdeps/i386/dl-tlsdesc.S (_dl_tlsdesc_dynamic): Call the
7309         hidden ___tls_get_addr.
7310         * sysdeps/x86_64/dl-tlsdesc.S (_dl_tlsdesc_dynamic): Call the
7311         hidden __tls_get_addr.
7312         * sysdeps/generic/localplt.data (__tls_get_addr): Removed.
7313         * sysdeps/unix/sysv/linux/i386/localplt.data (___tls_get_addr):
7314         Likewise.
7316 2014-12-21  Andreas Schwab  <schwab@linux-m68k.org>
7318         * sysdeps/m68k/dl-machine.h (RTLD_START): Remove @PLTPC from
7319         _dl_init call.
7321 2014-12-21  H.J. Lu  <hongjiu.lu@intel.com>
7323         * sysdeps/i386/dl-machine.h (_dl_start_user): Remove @PLT
7324         from "call _dl_init@PLT".
7325         * sysdeps/x86_64/dl-machine.h (_dl_start_user): Likewise.
7327 2014-12-21  Anders Kaseorg  <andersk@mit.edu>
7329         * manual/search.texi: (Array Sort Function): Clarify stable sorting
7330         guarantees.
7332 2014-12-20  Chris Metcalf  <cmetcalf@ezchip.com>
7334         * sysdeps/unix/sysv/linux/tile/localplt.data: New file.
7336 2014-12-19  Chris Metcalf  <cmetcalf@ezchip.com>
7338         [BZ #17744]
7339         * sysdeps/tile/tilegx/strstr.c (STRSTR): Call __strnlen, not
7340         strnlen.
7342 2014-12-19  Steve Ellcey  <sellcey@imgtec.com>
7344         * sysdeps/mips/addmul_1.S (__mpn_addmul_1): Use mulu/muhu instead
7345         of multu on MIPSr6.
7346         * sysdeps/mips/mul_1.S (__mpn_mul_1): Ditto.
7347         * sysdeps/mips/submul_1.S (__mpn_submul_1): Ditto.
7348         * sysdeps/mips/mips64/addmul_1.S (__mpn_addmul_1): Ditto.
7349         * sysdeps/mips/mips64/mul_1.S (__mpn_mul_1): Ditto.
7350         * sysdeps/mips/mips64/submul_1.S (__mpn_submul_1): Ditto.
7352 2014-12-19  Steve Ellcey  <sellcey@imgtec.com>
7354         * sysdeps/mips/sys/asm.h (PTR_ADDU): Use addu on mips32r6/mips64r6.
7355         (PTR_ADDIU): Use addiu for mips32r6/mips64r6.
7356         (PTR_SUBU): Use subu for mips32r6/mips64r6.
7357         (PTR_SUBIU): Use subu for mips32r6/mips64r6 (subiu does not exist).
7358         * sysdeps/mips/machine-gmon.h (PTR_ADDU_STRING) Use addu for
7359         mips32r6/mips64r6.
7360         (PTR_SUBU_STRING) Use subu for mips32r6/mips64r6.
7362 2014-12-19  Ondřej Bílka  <neleai@seznam.cz>
7364         * string/strncat.c (STRNCAT): Simplify implementation.
7366 2014-12-19  David S. Miller  <davem@davemloft.net>
7368         * sysdeps/sparc/sparc32/soft-fp/q_neg.c (_Q_neg): Use a union to
7369         access the quad as both a long double and as a series of 4 words.
7371         * get-dynamic-info.h (elf_get_dynamic_info): Ignore -Warray-bounds for a
7372         link_map->l_info array access.
7374 2014-12-19  Chris Metcalf  <cmetcalf@ezchip.com>
7376         * iconvdata/tst-loading.c (TIMEOUT): Increase timeout 10 sec.
7378         * math/atest-exp.c (TIMEOUT): Increase timeout to 10 sec.
7379         * math/atest-exp2.c (TIMEOUT): Likewise.
7380         * math/atest-sincos.c (TIMEOUT): Likewise.
7382 2014-12-19  H.J. Lu  <hongjiu.lu@intel.com>
7384         * sysdeps/x86_64/x32/Makefile (CFLAGS-s_llround.c): Replace
7385         -Wno-error with -fno-builtin-lround.
7387 2014-12-19  Torvald Riegel  <triegel@redhat.com>
7389         * sysdeps/unix/sysv/linux/i386/lowlevellock-futex.h: New file.
7390         Contains futex constants and functions moved over from ...
7391         * sysdeps/unix/sysv/linux/i386/lowlevellock.h: ... here.  Include
7392         <lowlevellock-futex.h>.
7393         (lll_wait_tid): Use lll_futex_wait instead of assembly code.
7394         (lll_timedwait_tid): Add comments and parentheses around macro
7395         arguments.
7397 2014-12-19  Torvald Riegel  <triegel@redhat.com>
7399         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Include
7400         <lowlevellock-futex.h>.  Remove FUTEX_* constants defined there.
7401         (__lll_private_flag): Remove.
7402         (lll_futex_wait): Likewise.
7403         (lll_futex_timed_wait): Likewise.
7404         (lll_futex_wake): Likewise.
7405         (lll_futex_requeue): Likewise.
7406         (lll_wait_tid): Use lll_futex_wait instead of assembly code.
7407         (__lll_timedwait_tid): Spell out argument names.
7408         (lll_timedwait_tid): Add comments and parentheses around macro
7409         arguments.
7410         * sysdeps/unix/sysv/linux/lowlevellock-futex.h: Make FUTEX_* constants,
7411         LLL_SHARED and LLL_PRIVATE usable from assembly code.
7413 2014-12-19  Torvald Riegel  <triegel@redhat.com>
7415         * sysdeps/unix/sysv/linux/sh/libc-lowlevellock.S: Remove file.
7416         * sysdeps/unix/sysv/linux/sh/lowlevellock.S: Likewise.
7417         * sysdeps/unix/sysv/linux/sh/lowlevellock.h: Likewise.
7418         * sysdeps/unix/sysv/linux/sh/lowlevelrobustlock.S: Likewise.
7419         * sysdeps/unix/sysv/linux/sh/pthread_barrier_wait.S: Likewise.
7420         * sysdeps/unix/sysv/linux/sh/pthread_cond_broadcast.S: Likewise.
7421         * sysdeps/unix/sysv/linux/sh/pthread_cond_signal.S: Likewise.
7422         * sysdeps/unix/sysv/linux/sh/pthread_cond_timedwait.S: Likewise.
7423         * sysdeps/unix/sysv/linux/sh/pthread_cond_wait.S: Likewise.
7424         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedrdlock.S: Likewise.
7425         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedwrlock.S: Likewise.
7426         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_rdlock.S: Likewise.
7427         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_unlock.S: Likewise.
7428         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_wrlock.S: Likewise.
7429         * sysdeps/unix/sysv/linux/sh/sh4/lowlevellock.h: Likewise.
7430         * sysdeps/unix/sysv/linux/sh/sem_post.S: Likewise.
7431         * sysdeps/unix/sysv/linux/sh/sem_timedwait.S: Likewise.
7432         * sysdeps/unix/sysv/linux/sh/sem_trywait.S: Likewise.
7433         * sysdeps/unix/sysv/linux/sh/sem_wait.S: Likewise.
7435 2014-12-19  H.J. Lu  <hongjiu.lu@intel.com>
7437         * sysdeps/x86_64/x32/Makefile: New file.
7439 2014-12-19  H.J. Lu  <hongjiu.lu@intel.com>
7441         * sysdeps/i386/ldbl2mpn.c (__mpn_extract_long_double): Replace
7442         1L with (mp_limb_t) 1.
7444 2014-12-17  Roland McGrath  <roland@hack.frob.com>
7446         * sysdeps/nptl/fork.c (__fork_generation_pointer): Variable moved ...
7447         * nptl/libc_pthread_init.c: ... here.
7448         * sysdeps/nptl/fork.c (__fork_handlers): Variable moved ...
7449         * nptl/register-atfork.c: ... here.
7451         * sysdeps/nptl/gai_misc.h (__gai_start_notify_thread):
7452         Use pthread_sigmask rather than INTERNAL_SYSCALL.
7453         Use assert_perror to check its return value.
7454         (__gai_create_helper_thread): Likewise.
7456         * inet/if_index.c (__if_freenameindex): Add libc_hidden_def.
7458         * malloc/malloc.c (alloc_perturb, free_perturb): Remove inline keyword.
7460 2014-12-17  Joseph Myers  <joseph@codesourcery.com>
7462         [BZ #17725]
7463         * sysdeps/generic/profil-counter.h (profil_counter): Rename to
7464         __profil_counter.
7465         * sysdeps/unix/sysv/linux/hppa/profil-counter.h (profil_counter):
7466         Likewise.
7467         * sysdeps/unix/sysv/linux/i386/profil-counter.h (profil_counter):
7468         Likewise.
7469         * sysdeps/unix/sysv/linux/ia64/profil-counter.h (profil_counter):
7470         Likewise.
7471         * sysdeps/unix/sysv/linux/s390/s390-32/profil-counter.h
7472         (profil_counter): Likewise.
7473         * sysdeps/unix/sysv/linux/s390/s390-64/profil-counter.h
7474         (profil_counter): Likewise.
7475         * sysdeps/unix/sysv/linux/sh/profil-counter.h (profil_counter):
7476         Likewise.
7477         * sysdeps/unix/sysv/linux/tile/profil-counter.h (profil_counter):
7478         Likewise.
7479         * sysdeps/unix/sysv/linux/x86_64/profil-counter.h
7480         (profil_counter): Likewise.
7481         * sysdeps/unix/sysv/linux/arm/profil-counter.h (profil_counter):
7482         Likewise.
7483         [!__profil_counter] (profil_counter): Define as weak alias of
7484         __profil_counter.
7485         * sysdeps/unix/sysv/linux/sparc/sparc32/profil-counter.h
7486         (profil_counter): Rename to __profil_counter.
7487         [!__profil_counter] (profil_counter): Define as weak alias of
7488         __profil_counter.
7489         * sysdeps/unix/sysv/linux/sparc/sparc64/profil-counter.h
7490         (profil_counter): Rename to __profil_counter.
7491         [!__profil_counter] (profil_counter): Define as weak alias of
7492         __profil_counter.
7493         * sysdeps/posix/profil.c: Update comment referring to
7494         profil_counter.
7495         (__profil): Use __profil_counter instead of profil_counter.
7496         * sysdeps/posix/sprofil.c (profil_counter): Rename to
7497         __profil_counter.  Use __profil_counter_ushort and
7498         __profil_counter_uint in definitions.
7499         (__sprofil): Use __profil_counter_uint and __profil_counter_ushort
7500         instead of profil_counter_uint and profil_counter_ushort.
7502         [BZ #17722]
7503         * inet/inet_mkadr.c (inet_makeaddr): Rename to __inet_makeaddr and
7504         define as weak alias of __inet_makeaddr.
7505         * resolv/inet_addr.c (inet_addr): Rename to __inet_addr and define
7506         as weak alias of __inet_addr.
7507         * resolv/inet_pton.c (inet_pton): Rename to __inet_pton and define
7508         as weak alias of __inet_pton.  Use libc_hidden_weak.
7509         * include/arpa/inet.h (__inet_pton): Declare.  Use
7510         libc_hidden_proto.
7511         (inet_makeaddr): Don't use libc_hidden_proto.
7512         (__inet_makeaddr): Declare.  Use libc_hidden_proto.
7513         * resolv/res_init.c (__res_vinit): Use __inet_pton instead of
7514         inet_pton.  Use __inet_makeaddr instead of inet_makeaddr.
7515         * conform/Makefile (test-xfail-POSIX/pthread.h/linknamespace):
7516         Remove variable.
7517         (test-xfail-POSIX/sched.h/linknamespace): Likewise.
7518         (test-xfail-POSIX/time.h/linknamespace): Likewise.
7520 2014-12-17  Steve Ellcey  <sellcey@imgtec.com>
7522         * inet/getnetgrent_r.c: Move while loop to be inside if statement.
7524 2014-12-17  Stefan Liebler  <stli@linux.vnet.ibm.com>
7526         * stdio-common/bug-vfprintf-nargs.c (do_test):
7527         Cast value to intptr_t to avoid format warning
7528         for usage with PRIdPTR printing macro.
7530 2014-12-17  Stefan Liebler  <stli@linux.vnet.ibm.com>
7532         * libio/tst-widetext.c (do_test):
7533         Use format type %td instead of %Zd for ptrdiff_t
7534         in order to avoid format warning.
7536 2014-12-17  Andreas Schwab  <schwab@suse.de>
7538         * nscd/mem.c (gc): Add size_t cast to match printf format.
7540 2014-12-16  Roland McGrath  <roland@hack.frob.com>
7542         * sysdeps/gnu/unwind-resume.c: #include <sysdep.h>.
7543         (init): Apply PTR_MANGLE to pointers before storing them.
7544         (_Unwind_Resume, __gcc_personality_v0): Apply PTR_DEMANGLE to pointers
7545         before using them.
7547 2014-12-16  Joseph Myers  <joseph@codesourcery.com>
7549         [BZ #17719]
7550         * sysdeps/x86_64/memrchr.S (memrchr): Rename to __memrchr and
7551         define as weak alias of __memrchr.
7552         (__memrchr): Do not define as strong alias of memrchr.
7553         * conform/Makefile (test-xfail-XPG4/libgen.h/linknamespace):
7554         Remove variable.
7555         (test-xfail-UNIX98/libgen.h/linknamespace): Likewise.
7556         (test-xfail-XOPEN2K/libgen.h/linknamespace): Likewise.
7557         (test-xfail-XOPEN2K8/libgen.h/linknamespace): Likewise.
7559         [BZ #17717]
7560         * inet/if_index.c (if_nametoindex): Rename to __if_nametoindex and
7561         define as weak alias of __if_nametoindex.  Use libc_hidden_weak.
7562         (if_indextoname): Rename to __if_indextoname and define as weak
7563         alias of __if_indextoname.  Use libc_hidden_weak.
7564         (if_freenameindex): Rename to __if_freenameindex and define as
7565         weak alias of __if_freenameindex.
7566         (if_nameindex): Rename to __if_nameindex and define as weak alias
7567         of __if_nameindex.
7568         * sysdeps/mach/hurd/if_index.c (if_nametoindex): Rename to
7569         __if_nametoindex and define as weak alias of __if_nametoindex.
7570         Use libc_hidden_weak.
7571         (if_freenameindex): Rename to __if_freenameindex and define as
7572         weak alias of __if_freenameindex.
7573         (if_nameindex): Rename to __if_nameindex and define as weak alias
7574         of __if_nameindex.
7575         (if_indextoname): Rename to __if_indextoname and define as weak
7576         alias of __if_indextoname.  Use libc_hidden_weak.
7577         * sysdeps/unix/sysv/linux/if_index.c (if_nametoindex): Rename to
7578         __if_nametoindex and define as weak alias of __if_nametoindex.
7579         Use libc_hidden_weak.
7580         (if_freenameindex): Rename to __if_freenameindex and define as
7581         weak alias of __if_freenameindex.  Use libc_hidden_weak.
7582         (if_nameindex_netlink): Use __if_freenameindex instead of
7583         if_freenameindex.
7584         (if_nameindex): Rename to __if_nameindex and define as weak alias
7585         of __if_nameindex.  Use libc_hidden_weak.
7586         (if_indextoname): Rename to __if_indextoname and define as weak
7587         alias of __if_indextoname.  Use libc_hidden_weak.
7588         * include/net/if.h [!_ISOMAC] (__if_nametoindex): Declare and use
7589         libc_hidden_proto.
7590         [!_ISOMAC] (__if_freenameindex): Likewise.
7591         * resolv/res_init.c (__res_vinit): Use __if_nametoindex instead of
7592         if_nametoindex.
7593         * conform/Makefile (test-xfail-XPG4/grp.h/linknamespace): Remove
7594         variable.
7595         (test-xfail-XPG4/pwd.h/linknamespace): Likewise.
7596         (test-xfail-UNIX98/aio.h/linknamespace): Likewise.
7597         (test-xfail-UNIX98/grp.h/linknamespace): Likewise.
7598         (test-xfail-UNIX98/pthread.h/linknamespace): Likewise.
7599         (test-xfail-UNIX98/pwd.h/linknamespace): Likewise.
7600         (test-xfail-UNIX98/sched.h/linknamespace): Likewise.
7601         (test-xfail-UNIX98/time.h/linknamespace): Likewise.
7603         * conform/Makefile (test-xfail-UNIX98/semaphore.h/linknamespace):
7604         Remove variable.
7605         (test-xfail-XOPEN2K/semaphore.h/linknamespace): Likewise.
7606         (test-xfail-XOPEN2K8/semaphore.h/linknamespace): Likewise.
7608 2014-12-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
7610         * resolv/res_send.c (__libc_res_nsend): Disable warning 'array
7611         subscript above bounds'
7613         * resolv/res_send.c (__libc_res_nsend): Fix check for nsmap
7614         bounds.
7616 2014-12-16  Arjun Shankar  <arjun.is@lostca.se>
7618         * libio/tst-fopenloc.c: Use test-skeleton.c.
7620         * stdlib/tst-bsearch.c: Use test-skeleton.c.
7621         (entry): Rename to ITEM.
7622         (do_test, comp): Adjust.
7624         * stdio-common/tst-fseek.c: Use test-skeleton.c.
7626 2014-12-16  Torvald Riegel  <triegel@redhat.com>
7628         * string/tester.c: Include <libc-internal.h>.
7629         (test_memset): Ignore -Wmemset-transposed-args.
7631 2014-12-16  Torvald Riegel  <triegel@redhat.com>
7633         * misc/tst-mntent2.c (do_test): Fix warning.
7635 2014-12-16  Torvald Riegel  <triegel@redhat.com>
7637         * elf/tst-unique4lib.cc(a): Mark as used.
7639 2014-12-16  Florian Weimer  <fweimer@redhat.com>
7641         [BZ #17630]
7642         * resolv/nss_dns/dns-network.c (getanswer_r): Iterate over alias
7643         names.
7645 2014-12-16  Allan McRae  <allan@archlinux.org>
7647         * stdio-common/Makefile (tests): Re-add bug26.
7649 2014-12-15  Ondřej Bílka  <neleai@seznam.cz>
7651         [BZ #17657]
7652         * locale/programs/ld-ctype.c (find_translit2, read_widestring): Return
7653         static array.
7655 2014-12-15  Bernard Ogden  <bernie.ogden@linaro.org>
7657         * nptl/lowlevellock.c (__lll_lock_wait_private): Add comments.
7658         (__lll_lock_wait): Likewise.
7659         (__lll_timedlock_wait): Likewise.
7660         (__lll_timedwait_tid): Likewise.
7661         * nptl/lowlevelrobustlock.c (__lll_robust_lock_wait): Likewise.
7662         (__lll_robust_timedlock_wait): Likewise.
7663         * sysdeps/nptl/lowlevellock.h (lll_trylock): Likewise.
7664         (lll_cond_trylock): Likewise.
7665         (__lll_lock): Likewise.
7666         (__lll_robust_lock): Likewise.
7667         (__lll_cond_lock): Likewise.
7668         (lll_robust_cond_lock): Likewise.
7669         (__lll_timedlock): Likewise.
7670         (__lll_robust_timedlock): Likewise.
7671         (__lll_unlock): Likewise.
7672         (__lll_robust_unlock): Likewise.
7673         (lll_wait_tid): Likewise.
7674         (lll_timedwait_tid): Likewise.
7676 2014-12-15  Torvald Riegel  <triegel@redhat.com>
7678         * nptl/tst-sem4.c (do_test): Start with a fresh semaphore state.
7680 2014-12-15  Torvald Riegel  <triegel@redhat.com>
7682         * nptl/tst-mutex5.c (do_test): Do not skip tests if elision is enabled.
7684 2014-12-15  Adhemerval Zanella  <Azanella@linux.vnet.ibm.com>
7686         * stdio-common/test-vfprintf.c: Include <libc-internal.h>.
7687         * stdio-common/tst-sprintf.c: Likewise.
7689 2014-12-15  Torvald Riegel  <triegel@redhat.com>
7691         * sysdeps/unix/sysv/linux/s390/pthread_once.c: Remove file.
7693 2014-12-15  Jeff Law  <law@redhat.com>
7695         [BZ #16617]
7696         * stdio-common/vfprintf.c (vfprintf): Allocate large specs array
7697         on the heap.  (CVE-2012-3406)
7698         * stdio-common/bug23-2.c, stdio-common/bug23-3.c: New file.
7699         * stdio-common/bug23-4.c: New file.  Test case by Joseph Myers.
7700         * stdio-common/Makefile (tests): Add bug23-2, bug23-3, bug23-4.
7702 2014-12-15  Will Newton  <will.newton@linaro.org>
7704         * manual/install.texi: Bump required version of texinfo
7705         to 4.7 from 4.5.
7706         * INSTALL: Regenerated.
7707         * configure.ac: Check for makeinfo version 4.7 and above.
7708         * configure: Regenerated.
7710 2014-12-12  Roland McGrath  <roland@hack.frob.com>
7712         * sysdeps/posix/shm-directory.h (SHM_GET_NAME): Take new argument
7713         PREFIX, string constant to insert between directory and name.
7714         * sysdeps/posix/shm_open.c: Update caller.
7715         * sysdeps/posix/shm_unlink.c: Likewise.
7716         * nptl/semaphoreP.h (struct mountpoint_info): Type removed.
7717         (__where_is_shmfs, mountpoint, __namedsem_once): Declarations removed.
7718         (SEM_SHM_PREFIX): New macro.
7719         * sysdeps/posix/Makefile (librt-routines): Add shm-directory only if
7720         [$(have-thread-library) = no].
7721         * nptl/Makefile (libpthread-routines): Add shm-directory.
7722         * nptl/Versions (GLIBC_PRIVATE): Add __shm_directory.
7723         * sysdeps/nptl/shm-directory.h: New file.
7724         * sysdeps/posix/shm-directory.c
7725         [IS_IN (libpthread)] (__shm_directory): Add hidden_def.
7726         * sysdeps/unix/sysv/linux/shm-directory.c: Likewise.
7727         * nptl/sem_open.c (check_add_mapping): Use munmap function rather than
7728         INTERNAL_SYSCALL.
7729         (__where_is_shmfs): Function removed.
7730         (mountpoint, defaultmount, defaultdir, __namedsem_once):
7731         Variables removed.
7732         (sem_open): Use __libc_close function rather than INTERNAL_SYSCALL.
7733         Use SHM_GET_NAME.
7734         * nptl/sem_unlink.c: Prototypify.  Use SHM_GET_NAME.
7736         * sysdeps/nptl/bits/libc-lockP.h [IS_IN (libpthread)]
7737         (PTFAVAIL, __libc_ptf_call, __libc_ptf_call_always): Define as
7738         unconditional for use inside libpthread.
7739         [IS_IN (libpthread)]: Include <nptl/pthreadP.h>.
7741 2014-12-12  Roland McGrath  <roland@hack.frob.com>
7743         * nptl/pthread_getaffinity.c: New file.
7744         * nptl/pthread_setaffinity.c: New file.
7745         * nptl/pthread_getname.c: New file.
7746         * nptl/pthread_setname.c: New file.
7748         * nptl/pthread_create.c (START_THREAD_DEFN)
7749         [! __ASSUME_SET_ROBUST_LIST]: Add missing & in lll_futex_wake argument.
7751 2014-12-12  Stefan Liebler  <stli@linux.vnet.ibm.com>
7752             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
7754         * resolv/res_send.c (send_vc): Disable warning resplen may
7755         be used uninitialized.
7757 2014-12-12  Stefan Liebler  <stli@linux.vnet.ibm.com>
7759         * nptl/tst-mutex6.c
7760         (ATTR_NULL): New define checks ATTR against NULL.
7761         (do_test): Use !ATTR_NULL instead of ATTR != NULL.
7762         * nptl/tst-mutexpp6.c (ATTR_NULL): New define.
7764 2014-12-11  James Lemke  <jwlemke@codesourcery.com>
7766         [BZ #17581]
7767         * malloc/hooks.c
7768         (mem2mem_check): Revert my previous change.
7769         (malloc_check_get_size): Revert my previous change.
7770         (mem2chunk_check): Revert my previous change.
7772 2014-12-11  Roland McGrath  <roland@hack.frob.com>
7774         * sysdeps/posix/shm-directory.c: New file.
7775         * sysdeps/posix/shm-directory.h: New file.
7776         * sysdeps/posix/Makefile [($(subdir) = rt] (librt-routines): Add it.
7777         * sysdeps/posix/shm_open.c: Use SHM_GET_NAME.
7778         Use O_NOFOLLOW and O_CLOEXEC if available.  Transmute EISDIR to EINVAL.
7779         * sysdeps/posix/shm_unlink.c: Use SHM_GET_NAME.
7780         Transmute EPERM to EACCES.
7781         * sysdeps/unix/sysv/linux/shm-directory.c: New file, most code taken
7782         from ...
7783         * sysdeps/unix/sysv/linux/shm_open.c: ... here.  File removed.
7784         * sysdeps/unix/sysv/linux/shm_unlink.c: File removed.
7786 2014-12-11  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
7788         * sysdeps/sh/jmpbuf_unwind.h (_jmpbuf_sp): Declare SP as void
7789         pointer and cast to uintptr_t.
7790         * sysdeps/sh/nptl/tls.h (TLS_INIT_TP): Use NULL instead of 0.
7791         * sysdeps/unix/sysv/linux/sh/lowlevellock.h (lll_futex_timed_wait):
7792         Add cast to avoid warning.
7793         * sysdeps/unix/sysv/linux/sh/register-dump.h: Use 0 instead of NULL.
7795 2014-12-11  Joseph Myers  <joseph@codesourcery.com>
7797         * nptl/semaphore.h: Move to ...
7798         * sysdeps/pthread/semaphore.h: ... here.
7799         * Makefile (installed-headers): Change nptl/semaphore.h to
7800         sysdeps/pthread/semaphore.h.
7802 2014-12-11  Roland McGrath  <roland@hack.frob.com>
7804         * misc/tst-error1.c (do_test): Ignore -Wformat-security for
7805         generated error format strings.
7807         * stdio-common/tstdiomisc.c (t2): Ignore -Wformat and
7808         -Wformat-extra-args warnings for scanf formats.
7809         * stdio-common/scanf4.c (main): Ignore -Wformat-zero-length around
7810         test of zero-length format (duh).
7811         * stdio-common/scanf7.c (main): Ignore -Wformat warnings for
7812         corner-case scanf format test.
7813         * stdio-common/test-vfprintf.c (do_test): Ignore -Wformat-security for
7814         generated fprintf format string.
7815         * stdio-common/tst-sprintf.c (do_test): Ignore -Wformat warnings for
7816         corner-case sprintf format tests.
7817         * stdio-common/tst-printf.c: Ignore -Wformat throughout.
7818         * stdio-common/tst-printfsz.c (main): Ignore -Wformat and
7819         -Wformat-extra-args warnings throughout.
7820         * stdio-common/Makefile (CFLAGS-tstdiomisc.c): Variable removed.
7821         (CFLAGS-scanf4.c): Likewise.
7822         (CFLAGS-scanf7.c): Likewise.
7823         (CFLAGS-tst-sprintf.c): Likewise.
7824         (CFLAGS-tst-printf.c): Likewise.
7825         (CFLAGS-tst-printfsz.c): Likewise.
7827 2014-12-11  Joseph Myers  <joseph@codesourcery.com>
7829         * include/cpio.h: New file.
7830         * include/fmtmsg.h: Likewise.
7832         * tst-mbswcs1.c (show): Use %zu format instead of %Zd.  Cast
7833         corresponding format argument to size_t.
7834         * tst-mbswcs2.c (show): Likewise.  Use %td format for ptrdiff_t
7835         arguments.
7836         * tst-mbswcs3.c (show): Use %zu format instead of %Zd.  Cast
7837         corresponding format argument to size_t.
7838         * tst-mbswcs4.c (show): Likewise.  Use %td format for ptrdiff_t
7839         arguments.
7840         * tst-mbswcs5.c (show): Use %zu format instead of %Zd.  Cast
7841         corresponding format argument to size_t.
7842         * tst-trans.c (do_test): Use %lc format for wint_t arguments.
7843         * Makefile (CFLAGS-tst-mbswcs1.c): Remove variable.
7844         (CFLAGS-tst-mbswcs2.c): Likewise.
7845         (CFLAGS-tst-mbswcs3.c): Likewise.
7846         (CFLAGS-tst-mbswcs4.c): Likewise.
7847         (CFLAGS-tst-mbswcs5.c): Likewise.
7848         (CFLAGS-tst-trans.c): Likewise
7850 2014-12-11  Roland McGrath  <roland@hack.frob.com>
7852         * posix/regexbug1.c (main): Use "%s" format with regerror results,
7853         rather than assuming they won't contain any '%'s.
7855 2014-12-11  Chris Metcalf  <cmetcalf@ezchip.com>
7857         * sysdeps/tile/tilegx/memset.c (__memcpy): Add
7858         inhibit_loop_to_libcall to avoid recursive calls.
7859         * sysdeps/tile/tilegx/memcpy.c (__memcpy): Likewise.
7860         * sysdeps/tile/tilepro/memcpy.c (__memcpy): Likewise.
7862 2014-12-11  Adhemerval Zanella  <Azanella@linux.vnet.ibm.com>
7864         * include/sys/socket.h (__sendmmsg): Add __USE_GNU guards on function
7865         prototype.
7867 2014-12-11  Steve Ellcey  <sellcey@imgtec.com>
7869         * sysdeps/mips/dl-trampoline.c: Modify switch expression to have
7870         integer value instead of boolean.
7872 2014-12-11  Steve Ellcey  <sellcey@imgtec.com>
7874         * malloc/malloc.c: Fix powerof2 check.
7876 2014-12-11  Stefan Liebler  <stli@linux.vnet.ibm.com>
7878         * locale/programs/locfile.h (maybe_swap_uint32):
7879         Remove inline and add unused attribute.
7881 2014-12-11  Stefan Liebler  <stli@linux.vnet.ibm.com>
7883         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_load_address):
7884         Truncating assembler expression to a .long expression.
7886 2014-12-11  Andreas Schwab  <schwab@suse.de>
7888         * elf/rtld.c (struct map_args): Constify str member.
7889         (do_preload): Constify fname argument.
7891 2014-12-11  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
7893         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c: Remove overflow warnings for
7894         constants definition.
7896 2014-12-11  Andreas Schwab  <schwab@suse.de>
7898         [BZ #16657]
7899         * nptl/pthread_mutex_trylock.c (__pthread_mutex_trylock): Use
7900         FORCE_ELISION instead of DO_ELISION.
7901         * sysdeps/unix/sysv/linux/x86/force-elision.h (DO_ELISION):
7902         Remove.
7903         * sysdeps/unix/sysv/linux/s390/force-elision.h (DO_ELISION):
7904         Likewise.
7906         * iconvdata/gconv-modules: Remove duplicate entry.
7908 2014-12-11  Will Newton  <will.newton@linaro.org>
7910         Merge gettext 0.19.3 into intl/.
7912         This involves a number of cosmetic changes to comments
7913         and ANSI function definitions and prototypes throughout
7914         all the files. The gettext copyright header is used but
7915         with the date ranges taken from the glibc copy.
7917         * NEWS: Add gettext merge to 2.21.
7918         * intl/bindtextdom.c: Switch to gettext copyright.
7919         Use ANSI definitions and prototypes.
7920         Use gl_* locking primitives rather than __libc_* ones.
7921         Use __builtin_expect rather than __glibc_likely/unlikely.
7922         * intl/dcgettext.c: Switch to gettext copyright.
7923         Use ANSI definitions and prototypes.
7924         * intl/dcigettext.c: Switch to gettext copyright.
7925         Use ANSI definitions and prototypes.
7926         (INTDIV0_RAISES_SIGFPE): New define.
7927         Use gl_* locking primitives rather than __libc_* ones.
7928         Include eval-plural.h instead of plural-eval.c.
7929         Use __builtin_expect rather than __glibc_likely/unlikely.
7930         * intl/dcngettext.c: Switch to gettext copyright.
7931         Use ANSI definitions and prototypes.
7932         * intl/dgettext.c: Likewise.
7933         * intl/dngettext.c: Likewise.
7934         * intl/plural-eval.c: Renamed to...
7935         * intl/eval-plural.h: ...this.
7936         * intl/explodename.c: Switch to gettext copyright.
7937         Use ANSI definitions and prototypes.
7938         (_nl_explode_name): Use strchr instead of __rawmemchr.
7939         * intl/finddomain.c: Switch to gettext copyright.
7940         Use ANSI definitions and prototypes.
7941         Use gl_* locking primitives rather than __libc_* ones.
7942         (_nl_find_domain): Use malloc rather than alloca for
7943         allocation of temporary locale name.
7944         * intl/gettext.c: Switch to gettext copyright.
7945         Use ANSI definitions and prototypes.
7946         * intl/gettextP.h: Switch to gettext copyright.
7947         Use ANSI definitions and prototypes.
7948         Use gl_* locking primitives rather than __libc_* ones.
7949         * intl/gmo.h: Switch to gettext copyright.
7950         (struct sysdep_string): Move struct segment_pair outside of
7951         struct definition.
7952         * intl/hash-string.c: Use ANSI definitions and prototypes.
7953         * intl/hash-string.h: Switch to gettext copyright.
7954         Use ANSI definitions and prototypes.
7955         * intl/l10nflist.c: Switch to gettext copyright.
7956         Use ANSI definitions and prototypes.
7957         (_nl_normalize_codeset): Avoid integer overflow.
7958         * intl/loadinfo.h: Switch to gettext copyright.
7959         Use ANSI definitions and prototypes.
7960         (LIBINTL_DLL_EXPORTED): New define.
7961         (PATH_SEPARATOR): New define.
7962         * intl/loadmsgcat.c: Switch to gettext copyright.
7963         * intl/localealias.c: Switch to gettext copyright.
7964         Use ANSI definitions and prototypes.
7965         (_nl_expand_alias): Use PATH_SEPARATOR.
7966         * intl/ngettext.c: Switch to gettext copyright.
7967         Use ANSI definitions and prototypes.
7968         * intl/plural-exp.c: Likewise.
7969         * intl/plural-exp.h: Switch to gettext copyright.
7970         Use ANSI definitions and prototypes.
7971         (struct expression): Move definition of enum operator outside
7972         of struct definition.
7973         * intl/plural.c: Regenerate.
7974         * intl/plural.y: Switch to gettext copyright.
7975         Use ANSI definitions and prototypes.
7976         Port to bison 3.0.
7977         * intl/textdomain.c: Switch to gettext copyright.
7978         Use ANSI definitions and prototypes.
7979         Use gl_* locking primitives rather than __libc_* ones.
7981 2014-12-10  Steve Ellcey  <sellcey@imgtec.com>
7983         * debug/warning-nop.c: Add used atrribute.
7985 2014-12-10  Joseph Myers  <joseph@codesourcery.com>
7987         * sysdeps/unix/sysv/linux/mips/mips32/waitid.c: New file.
7989         * sysdeps/unix/sysv/linux/mips/mips64/Makefile
7990         [$(subdir) == signal] (CFLAGS-sigaction.c): New variable.
7991         [$(subdir) == nptl] (CFLAGS-sigaction.c): Likewise.
7993 2014-12-10  Joseph Myers  <joseph@codesourcery.com>
7994             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
7996         [BZ #17634]
7997         * wcsmbs/wcschr.c [!WCSCHR] (wcschr): Define as __wcschr.
7998         Undefine after defining function.  Define as weak alias of
7999         __wcschr.  Use libc_hidden_weak.
8000         * include/wchar.h (__wcschr): Declare.  Use libc_hidden_proto.
8001         * sysdeps/i386/i686/multiarch/wcschr-c.c [IS_IN (libc) && SHARED]
8002         (libc_hidden_def): Also define __GI___wcschr alias.
8003         * sysdeps/i386/i686/multiarch/wcschr.S (wcschr): Rename to
8004         __wcschr and define as weak alias of __wcschr.
8005         * sysdeps/powerpc/power6/wcschr.c [!WCSCHR] (WCSCHR): Define as
8006         __wcschr.
8007         [!WCSCHR] (DEFAULT_WCSCHR): Define.
8008         [DEFAULT_WCSCHR] (__wcschr): Use libc_hidden_def.
8009         [DEFAULT_WCSCHR] (wcschr): Define as weak alias of __wcschr.  Use
8010         libc_hidden_weak.  Do not use libc_hidden_def.
8011         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-ppc32.c
8012         [IS_IN (libc) && SHARED] (libc_hidden_def): Also define
8013         __GI___wcschr alias.
8014         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr.c
8015         [IS_IN (libc)] (wcschr): Define as macro expanding to
8016         __redirect_wcschr.
8017         [IS_IN (libc)] (__wcschr_ppc): Use __redirect_wcschr in typeof.
8018         [IS_IN (libc)] (__wcschr_power6): Likewise.
8019         [IS_IN (libc)] (__wcschr_power7): Likewise.
8020         [IS_IN (libc)] (__libc_wcschr): New.  Define with libc_ifunc
8021         instead of wcschr.
8022         [IS_IN (libc)] (wcschr): Undefine and define as weak alias of
8023         __libc_wcschr.
8024         [!IS_IN (libc)] (libc_hidden_def): Do not undefine and redefine.
8025         * sysdeps/powerpc/powerpc64/multiarch/wcschr.c (wcschr): Rename to
8026         __wcschr and define as weak alias of __wcschr.  Use
8027         libc_hidden_builtin_def.
8028         * sysdeps/x86_64/wcschr.S (wcschr): Rename to __wcschr and define
8029         as weak alias of __wcschr.  Use libc_hidden_weak.
8030         * time/alt_digit.c (_nl_get_walt_digit): Use __wcschr instead of
8031         wcschr.
8032         * time/era.c (_nl_init_era_entries): Likewise.
8033         * conform/Makefile (test-xfail-ISO/time.h/linknamespace): Remove
8034         variable.
8035         (test-xfail-XPG3/time.h/linknamespace): Likewise.
8036         (test-xfail-XPG4/time.h/linknamespace): Likewise.
8038 2014-12-10  Joseph Myers  <joseph@codesourcery.com>
8040         * libio/tst-ftell-active-handler.c (do_ftruncate_test): Use %ld
8041         format for long int variable.
8043 2014-12-10  Anders Kaseorg  <andersk@MIT.EDU>
8045         [BZ #10672]
8046         * manual/search.texi: (Array Sort Function): Remove claim how to make
8047         qsort stable.
8049 2014-12-10  Andreas Schwab  <schwab@suse.de>
8051         [BZ #12847]
8052         * sysdeps/nptl/fork.c (fresetlockfiles): Skip files with
8053         user-controlled locks.
8055 2014-12-10  Richard Earnshaw  <rearnsha@arm.com>
8057         * sysdeps/aarch64/strchrnul.S (vrepmask): Use a call-clobbered
8058         register.
8060 2014-12-10  Joseph Myers  <joseph@codesourcery.com>
8062         * configure.ac (--disable-werror): New configure option.
8063         (enable_werror): New AC_SUBST.
8064         * configure: Regenerated.
8065         * config.make.in (enable-werror): New variable.
8066         * Makeconfig [$(enable-werror) = yes] (+gccwarn): Add -Werror
8067         -Wno-error=undef.
8068         (+gccwarn-c): Do not use -Werror=implicit-function-declaration.
8069         * manual/install.texi (Configuring and compiling): Document
8070         --disable-werror.
8071         * INSTALL: Regenerated.
8072         * debug/Makefile (CFLAGS-tst-chk1.c): Add -Wno-error.
8073         (CFLAGS-tst-chk2.c): Likewise.
8074         (CFLAGS-tst-chk3.c): Likewise.
8075         (CFLAGS-tst-chk4.cc): Likewise.
8076         (CFLAGS-tst-chk5.cc): Likewise.
8077         (CFLAGS-tst-chk6.cc): Likewise.
8078         (CFLAGS-tst-lfschk1.c): Likewise.
8079         (CFLAGS-tst-lfschk2.c): Likewise.
8080         (CFLAGS-tst-lfschk3.c): Likewise.
8081         (CFLAGS-tst-lfschk4.cc): Likewise.
8082         (CFLAGS-tst-lfschk5.cc): Likewise.
8083         (CFLAGS-tst-lfschk6.cc): Likewise.
8085         * stdio-common/tst-printfsz.c: Include <libc-internal.h>.
8086         (main): Disable -Wdeprecated-declarations around calls to
8087         register_printf_function.
8089         * stdio-common/tst-unlockedio.c: Include <libc-internal.h>.
8090         (do_test): Disable -Wdiv-by-zero around some calls to
8091         fwrite_unlocked and fread_unlocked.
8093         * include/libc-internal.h (DIAG_PUSH_NEEDS_COMMENT): New macro.
8094         (DIAG_POP_NEEDS_COMMENT): Likewise.
8095         (_DIAG_STR1): Likewise.
8096         (_DIAG_STR): Likewise.
8097         (DIAG_IGNORE_NEEDS_COMMENT): Likewise.
8098         * stdio-common/bug21.c: Include <libc-internal.h>.
8099         (do_test): Disable -Wformat around call to sscanf.
8100         * stdio-common/scanf14.c: Include <libc-internal.h>.
8101         (main): Disable -Wformat around some calls to scanf functions.
8103 2014-12-09  Torvald Riegel  <triegel@redhat.com>
8105         * sysdeps/unix/sysv/linux/sh/pthread_once.S: Remove file.
8107 2014-12-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
8109         * libio/tst-ftell-active-handler.c (do_ftell_test): Fix wide-character
8110         stack variable alignment.
8112 2014-12-06  Joseph Myers  <joseph@codesourcery.com>
8114         [BZ #17682]
8115         * resource/Versions (libc): Add __getrlimit at GLIBC_PRIVATE.
8116         * resource/getrlimit.c (__getrlimit): Use libc_hidden_def.
8117         * sysdeps/mach/hurd/getrlimit.c (__getrlimit): Likewise.
8118         * include/sys/resource.h (__getrlimit): Use libc_hidden_proto.
8119         * nptl/nptl-init.c (__pthread_initialize_minimal_internal): Use
8120         __getrlimit instead of getrlimit.
8121         * nptl/pthread_cond_timedwait.c (__pthread_cond_timedwait): Use
8122         __gettimeofday instead of gettimeofday.
8123         * nptl/pthread_rwlock_timedrdlock.c (pthread_rwlock_timedrdlock):
8124         Likewise.
8125         * nptl/pthread_rwlock_timedwrlock.c (pthread_rwlock_timedwrlock):
8126         Likewise.
8127         * sysdeps/pthread/aio_misc.c (handle_fildes_io): Likewise.
8128         * conform/Makefile (test-xfail-POSIX2008/aio.h/linknamespace):
8129         Remove variable.
8130         (test-xfail-POSIX2008/pthread.h/linknamespace): Likewise.
8131         (test-xfail-POSIX2008/time.h/linknamespace): Likewise.
8133 2014-12-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
8135         * libio/tst-ftell-active-handler.c (do_ftell_test): Fix buffer overrun
8136         for wide-character tests.
8138 2014-12-04  Roland McGrath  <roland@hack.frob.com>
8140         * io/openat64.c: #include <libc-internal.h>
8141         (__openat64): Prototypify.  Use ignore_value on MODE.
8142         * io/openat.c: Likewise.
8143         * misc/reboot.c: #include <libc-internal.h>
8144         (reboot): Prototypify.  Use ignore_value on HOWTO.
8145         * misc/ptrace.c: #include <libc-internal.h>
8146         (ptrace): Prototypify.  Use ignore_value for va_arg'd parameters.
8148 2014-12-04  Joseph Myers  <joseph@codesourcery.com>
8150         * conform/list-header-symbols.pl (%extra_syms): Add h_errno for
8151         XPG4, UNIX98 and XOPEN2K.
8152         * conform/Makefile (test-xfail-XOPEN2K/grp.h/linknamespace):
8153         Remove variable.
8154         (test-xfail-XOPEN2K/pwd.h/linknamespace): Likewise.
8156 2014-12-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
8158         * libio/fileops.c: Use ISO C style for function definitions.
8159         * libio/iofopen.c: Likewise.
8160         * libio/wfileops.c: Likewise.
8162         [BZ #17653]
8163         * libio/fileops.c (_IO_new_file_underflow): Unset cached
8164         offset on EOF.
8165         * libio/wfileops.c (_IO_wfile_underflow): Likewise.
8166         * libio/tst-ftell-active-handler.c (fgets_func_t): New type.
8167         (fgets_func): Function pointer to fgets and fgetws.
8168         (do_ftell_test): Add test to verify ftell value after read
8169         EOF.
8170         (do_test): Set fgets_func.
8172         * libio/tst-ftell-active-handler.c (do_ftruncate_test): Add
8173         O_TRUNC flag for w and w+ modes.
8174         (do_rewind_test): Likewise.
8175         (do_ftell_test): Likewise.
8176         (do_write_test): Likewise.
8178         [BZ #17647]
8179         * libio/fileops.c (do_ftell): Seek only when there are
8180         unflushed writes.
8181         * libio/wfileops.c (do_ftell_wide): Likewise.
8182         * libio/tst-ftell-active-handler.c (do_ftruncate_test): New
8183         test case.
8184         (do_one_test): Call it.
8186 2014-12-03  Joseph Myers  <joseph@codesourcery.com>
8188         * conform/list-header-symbols.pl (%extra_syms): Add getdate_err
8189         for XPG4, UNIX98, XOPEN2K and XOPEN2K8.
8190         * conform/Makefile (test-xfail-XOPEN2K/pthread.h/linknamespace):
8191         Remove variable.
8192         (test-xfail-XOPEN2K/time.h/linknamespace): Likewise.
8193         (test-xfail-XOPEN2K8/pthread.h/linknamespace): Likewise.
8194         (test-xfail-XOPEN2K8/time.h/linknamespace): Likewise.
8196 2014-12-02  Joseph Myers  <joseph@codesourcery.com>
8198         * conform/Makefile (test-xfail-XOPEN2K/aio.h/linknamespace):
8199         Remove variable.
8200         (test-xfail-XOPEN2K8/aio.h/linknamespace): Likewise.
8202         [BZ #17668]
8203         * inet/ifaddrs.c (getifaddrs): Rename to __getifaddrs and define
8204         as weak alias of __getifaddrs.  Use libc_hidden_weak.
8205         (freeifaddrs): Rename to __freeifaddrs and define as weak alias of
8206         __freeifaddrs.  Use libc_hidden_weak.
8207         * sysdeps/gnu/ifaddrs.c (getifaddrs): Rename to __getifaddrs and
8208         define as weak alias of __getifaddrs.  Use libc_hidden_weak.
8209         (freeifaddrs): Rename to __freeifaddrs and define as weak alias of
8210         __freeifaddrs.  Use libc_hidden_weak.
8211         * sysdeps/unix/sysv/linux/ifaddrs.c (getifaddrs): Rename to
8212         __getifaddrs and define as weak alias of __getifaddrs.  Use
8213         libc_hidden_weak.
8214         (freeifaddrs): Rename to __freeifaddrs and define as weak alias of
8215         __freeifaddrs.  Use libc_hidden_weak.
8216         * conform/Makefile (test-xfail-XOPEN2K/net/if.h/linknamespace):
8217         Remove variable.
8218         (test-xfail-POSIX2008/net/if.h/linknamespace): Likewise.
8219         (test-xfail-XOPEN2K8/net/if.h/linknamespace): Likewise.
8221 2014-12-02  Petar Jovanovic  <petar.jovanovic@rt-rk.com>
8223         [BZ #17601]
8224         * sysdeps/mips/start.S (__start): Use indirect jump to call
8225         __libc_start_main.
8227 2014-12-02  Joseph Myers  <joseph@codesourcery.com>
8229         * nptl/tst-stack4.c (dso_process): Use int not uintptr_t for t.
8231         * nptl/tst-mutex1.c: Include <stdbool.h>.
8232         [!ATTR] (ATTR_NULL): New macro.
8233         (do_test): Test !ATTR_NULL instead of ATTR != NULL.
8234         * nptl/tst-mutexpi1.c (ATTR_NULL): New macro.
8235         * nptl/tst-mutexpp1.c (ATTR_NULL): New macro.
8237         * posix/tst-getopt_long1.c (do_test): Cast elements of argv array
8238         to char *.
8240         [BZ #17665]
8241         * posix/unistd.h [__USE_MISC || (__USE_XOPEN && !__USE_UNIX98)]:
8242         Change conditional to [__USE_MISC].
8244         [BZ #17664]
8245         * misc/mntent_r.c (__getmntent_r): Use __fgets_unlocked instead of
8246         fgets_unlocked.
8247         * resolv/res_hconf.c [IS_IN (libc)] (fgets_unlocked): Define to
8248         __fgets_unlocked.
8249         * resolv/res_init.c (__res_vinit): Use __fgets_unlocked instead of
8250         fgets_unlocked.
8251         * conform/Makefile (test-xfail-XPG4/sys/statvfs.h/linknamespace):
8252         Remove variable.
8253         (test-xfail-POSIX/sys/mman.h/linknamespace): Likewise.
8254         (test-xfail-UNIX98/sys/mman.h/linknamespace): Likewise.
8255         (test-xfail-UNIX98/sys/statvfs.h/linknamespace): Likewise.
8256         (test-xfail-XOPEN2K/sys/mman.h/linknamespace): Likewise.
8257         (test-xfail-XOPEN2K/sys/statvfs.h/linknamespace): Likewise.
8258         (test-xfail-POSIX2008/sys/mman.h/linknamespace): Likewise.
8259         (test-xfail-POSIX2008/sys/statvfs.h/linknamespace): Likewise.
8260         (test-xfail-XOPEN2K8/sys/mman.h/linknamespace): Likewise.
8261         (test-xfail-XOPEN2K8/sys/statvfs.h/linknamespace): Likewise.
8263         * elf/tst-unique4lib.cc (b): Mark with __attribute__ ((used)).
8265 2014-12-02  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
8267         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
8268         Remove strpbrk objects.
8269         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
8270         (__libc_ifunc_impl_list): Remove strpbrk implementation.
8271         * sysdeps/powerpc/powerpc64/multiarch/strpbrk-ppc64.c: Remove file.
8272         * sysdeps/powerpc/powerpc64/multiarch/strpbrk.c: Remove file.
8273         * sysdeps/powerpc/powerpc64/power7/strpbrk.S: Remove file.
8274         * sysdeps/powerpc/powerpc64/strpbrk.S: New file.
8276         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
8277         Remove strcspn objects.
8278         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
8279         (__libc_ifunc_impl_list): Remove strcspn implementation.
8280         * sysdeps/powerpc/powerpc64/multiarch/strcspn-ppc64.c: Remove file.
8281         * sysdeps/powerpc/powerpc64/multiarch/strcspn.c: Remove file.
8282         * sysdeps/powerpc/powerpc64/power7/strcspn.S: Remove file.
8283         * sysdeps/powerpc/powerpc64/strcspn.S: New file.
8285         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
8286         Remove strspn objetcs.
8287         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
8288         (__libc_ifunc_impl_list): Remove strspn implementation.
8289         * sysdeps/powerpc/powerpc64/multiarch/strspn-power7.S: Remove file.
8290         * sysdeps/powerpc/powerpc64/multiarch/strspn-ppc64.c: Likewise.
8291         * sysdeps/powerpc/powerpc64/power7/strspn.S: Remove file.
8292         * sysdeps/powerpc/powerpc64/strspn.S: New file.
8294 2014-12-01  James Lemke  <jwlemke@codesourcery.com>
8296         [BZ #17581]
8297         * malloc/hooks.c
8298         (mem2mem_check): Add a terminator to the chain of checking blocks.
8299         (malloc_check_get_size): Use it here.
8300         (mem2chunk_check): Ditto.
8302 2014-12-01  Rajalakshmi Srinivasaraghavan <raji@linux.vnet.ibm.com>
8304         * sysdeps/powerpc/powerpc64/strtok.S: New file.
8305         * sysdeps/powerpc/powerpc64/strtok_r.S: New file.
8307 2014-11-29  Carlos O'Donell  <carlos@redhat.com>
8309         * bits/ioctl-types.h: Indent preprocessor directives correctly.
8311         * nptl/nptl-init.c: Include libc-internal.h.
8312         (__pthread_initialize_minimal_internal): Use ROUND_UP.
8314         * elf/ldconfig.c (search_dir): Expand comment.
8316 2014-11-29  Joseph Myers  <joseph@codesourcery.com>
8318         * conform/Makefile (linknamespace-symlist-stdlibs-base): New
8319         variable.
8320         (linknamespace-symlist-stdlibs-tests): Likewise.
8321         (tests-special): Append $(linknamespace-symlist-stdlibs-tests)
8322         instead of $(objpfx)symlist-stdlibs.
8323         (linknamespace-libs-isoc): New variable.
8324         (linknamespace-libs): Use $(linknamespace-libs-isoc).
8325         (linknamespace-libs-ISO): New variable.
8326         (linknamespace-libs-ISO99): Likewise.
8327         (linknamespace-libs-ISO11): Likewise.
8328         (linknamespace-libs-XPG3): Likewise.
8329         (linknamespace-libs-XPG4): Likewise.
8330         (linknamespace-libs-POSIX): Likewise.
8331         (linknamespace-libs-UNIX98): Likewise.
8332         (linknamespace-libs-XOPEN2K): Likewise.
8333         (linknamespace-libs-POSIX2008): Likewise.
8334         (linknamespace-libs-XOPEN2K8): Likewise.
8335         ($(objpfx)symlist-stdlibs): Replace by
8336         $(linknamespace-symlist-stdlibs-tests).  Use
8337         $(linknamespace-libs-$*) as set of libraries.
8338         ($(linknamespace-header-tests)): Update dependencies.  Use
8339         $(objpfx)symlist-stdlibs-$$std for --libsyms argument.
8340         (test-xfail-XPG4/sys/mman.h/linknamespace): Remove.
8341         * conform/linknamespace.pl: Remove comment about considering
8342         definitions of symbols from irrelevant libraries.
8344 2014-11-28  H.J. Lu  <hongjiu.lu@intel.com>
8346         [BZ #13862]
8347         * elf/dl-tls.c: Include <atomic.h>.
8348         (oom): Remove #ifdef SHARED/#endif.
8349         (_dl_static_dtv, _dl_initial_dtv): Moved before ...
8350         (_dl_resize_dtv): This.  Extracted from _dl_update_slotinfo.
8351         (_dl_allocate_tls_init): Resize DTV if the current DTV isn't
8352         big enough.
8353         (_dl_update_slotinfo): Call _dl_resize_dtv to resize DTV.
8354         * nptl/Makefile (tests): Add tst-stack4.
8355         (modules-names): Add tst-stack4mod.
8356         ($(objpfx)tst-stack4): New.
8357         (tst-stack4mod.sos): Likewise.
8358         ($(objpfx)tst-stack4.out): Likewise.
8359         ($(tst-stack4mod.sos)): Likewise.
8360         (clean): Likewise.
8361         * nptl/tst-stack4.c: New file.
8362         * nptl/tst-stack4mod.c: Likewise.
8364 2014-11-27  J. Brown  <jb999@gmx.de>
8366         * sysdeps/x86/bits/string.h: Add recent CPUs.
8368 2014-11-27  Joseph Myers  <joseph@codesourcery.com>
8370         * misc/tst-pselect.c (do_test): Use sigprocmask instead of
8371         sigblock.
8373         * libio/bug-ungetwc1.c (do_test): Verify results of getwc and
8374         feof.
8376         * dlfcn/failtestmod.c (constr): Do not store result of dlsym in a
8377         variable.
8379 2014-11-27  Stefan Liebler  <stli@linux.vnet.ibm.com>
8381         * nscd/connections.c: Include libc-internal.h because of macro
8382         usage ignore_value.
8384 2014-11-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
8386         * string/bits/string3.h (__warn_memset_zero_len): Don't
8387         declare for gcc newer than 5.0.
8388         (memset): Don't test for zero-length __LEN for gcc newer than
8389         5.0.
8391 2014-11-27  Joseph Myers  <joseph@codesourcery.com>
8393         * stdio-common/tst-fmemopen.c (do_test): Cast st_size values to
8394         size_t for %zu format.
8396         * nss/tst-nss-test1.c (do_test): Use %td printf format for pointer
8397         difference, not %ju.
8399 2014-11-26  Joseph Myers  <joseph@codesourcery.com>
8401         * include/libc-internal.h (ignore_value): New macro.
8402         * nscd/connections.c (restart): Wrap calls to setuid and setgid
8403         with ignore_value.
8405         * sysdeps/mips/__longjmp.c (____longjmp): Use prototype
8406         definition.
8408         * nptl/tst-cancel-self-cancelstate.c (do_test): Cast argument of
8409         pthread_cleanup_push to void *.
8411         * sysdeps/unix/sysv/linux/arm/libc-do-syscall.S (_FORTIFY_SOURCE):
8412         Undefine.
8414         [BZ #16619]
8415         [BZ #16740]
8416         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c (__frexpl): Use 1LL << 52
8417         instead of 1L << 52.
8419         * libio/bug-rewind.c (do_test): Check fwscanf return values.
8420         * libio/bug-rewind2.c (do_test): Likewise.
8422         * debug/test-stpcpy_chk-ifunc.c: Remove file.
8423         * debug/test-strcpy_chk-ifunc.c: Likewise.
8424         * wcsmbs/test-wcschr-ifunc.c: Likewise.
8425         * wcsmbs/test-wcscmp-ifunc.c: Likewise.
8426         * wcsmbs/test-wcscpy-ifunc.c: Likewise.
8427         * wcsmbs/test-wcslen-ifunc.c: Likewise.
8428         * wcsmbs/test-wcsrchr-ifunc.c: Likewise.
8429         * wcsmbs/test-wmemcmp-ifunc.c: Likewise.
8430         * Rules [$(multi-arch) = no] (tests): Do not filter out
8431         $(tests-ifunc).
8432         [$(multi-arch) = no] (xtests): Do not filter out $(xtests-ifunc).
8433         * debug/Makefile (tests-ifunc): Remove variable.
8434         (tests): Do not add $(tests-ifunc).
8435         * wcsmbs/Makefile (tests-ifunc): Remove variable.
8436         (tests): Do not add $(tests-ifunc).
8437         * benchtests/bench-string.h (TEST_IFUNC): Remove macro.
8438         [TEST_IFUNC]: Remove conditionals.
8439         * string/test-string.h (TEST_IFUNC): Remove macro.
8440         [TEST_IFUNC]: Remove conditionals.
8442         * string/test-strchr.c [!WIDE] (L): New macro.
8443         [WIDE] (L): Likewise.
8444         (check1): Use CHAR instead of char.  Use L on string and character
8445         constants.
8447 2014-11-26  Adhemerval Zanella  <azanella@linux.ibm.com>
8449         * csu/tst-atomic.c (do_test): Add atomic_exchange_and_add_{acq,rel}
8450         tests.
8451         * sysdeps/powerpc/bits/atomic.h
8452         (__arch_atomic_exchange_and_add_32_acq): Add definition.
8453         (__arch_atomic_exchange_and_add_32_rel): Likewise.
8454         (atomic_exchange_and_add_acq): Likewise.
8455         (atomic_exchange_and_add_rel): Likewise.
8456         * sysdeps/powerpc/powerpc32/bits/atomic.h
8457         (__arch_atomic_exchange_and_add_64_acq): Add definition.
8458         (__arch_atomic_exchange_and_add_64_rel): Likewise.
8459         * sysdeps/powerpc/powerpc64/bits/atomic.h
8460         (__arch_atomic_exchange_and_add_64_acq): Add definition.
8461         (__arch_atomic_exchange_and_add_64_rel): Likewise.
8463 2014-11-26  Torvald Riegel  <triegel@redhat.com>
8465         * nptl/tpp.c (__init_sched_fifo_prio, __pthread_tpp_change_priority):
8466         Change synchronization of __sched_fifo_min_prio and
8467         __sched_fifo_max_prio.
8468         * nptl/pthread_mutexattr_getprioceiling.c
8469         (pthread_mutexattr_getprioceiling): Likewise.
8470         * nptl/pthread_mutexattr_setprioceiling.c
8471         (pthread_mutexattr_setprioceiling): Likewise.
8472         * nptl/pthread_mutex_init.c (__pthread_mutex_init): Likewise.
8473         * nptl/pthread_mutex_setprioceiling.c (pthread_mutex_setprioceiling):
8474         Likewise.
8476 2014-11-26  Joseph Myers  <joseph@codesourcery.com>
8478         * setjmp/jmpbug.c (test): Make foo volatile and cast it to
8479         void.
8481 2014-11-25  Joseph Myers  <joseph@codesourcery.com>
8483         * stdio-common/tst-printf-round.c (test_hex_in_one_mode): Make
8484         third argument const.
8486 2014-11-25  Paul Eggert  <eggert@cs.ucla.edu>
8488         fnmatch: work around GCC compiler warning bug with uninit var
8489         * posix/fnmatch_loop.c (FCT): Use a scalar not a one-item array.
8490         This works around a bug with x86-64 GCC 4.9.2 and earlier
8491         where 'gcc -O2 -Wmaybe-uninitialized' incorrectly complains
8492         "../locale/weightwc.h:93:7: warning: '*((void *)&str+4)' may be
8493         used uninitialized in this function [-Wmaybe-uninitialized]".
8495 2014-11-25  Joseph Myers  <joseph@codesourcery.com>
8497         * posix/bug-regex31.c (main): Return RES not 0.
8499 2014-11-25  Anton Blanchard <anton@samba.org>
8501         * sysdeps/powerpc/bits/atomic.h
8502         (__arch_compare_and_exchange_bool_64_rel): Load from mem.
8504 2014-11-24  Sterling Augustine  <saugustine@google.com>
8506         * sysdeps/x86_64/start.S (_start): Use ENTRY and END macros.
8508 2014-11-24  Ryan Cumming  <etaoins@gmail.com>
8510         [BZ #17608]
8511         * sysdeps/unix/sysv/linux/bits/time.h: Define CLOCK_TAI.
8513 2014-11-24  Joseph Myers  <joseph@codesourcery.com>
8515         [BZ #17633]
8516         * stdio-common/perror.c (perror): Call __fileno instead of fileno.
8517         * conform/Makefile (test-xfail-ISO/stdio.h/linknamespace): Remove
8518         variable.
8519         (test-xfail-ISO99/stdio.h/linknamespace): Likewise.
8520         (test-xfail-ISO11/stdio.h/linknamespace): Likewise.
8522 2014-11-24  Wilco Dijkstra  <wdijkstr@arm.com>
8524         * string/strncpy.c (strncpy): Improve performance by using memset.
8526 2014-11-24  Wilco Dijkstra  <wdijkstr@arm.com>
8528         * string/strcpy.c (strcpy):
8529         Improve performance by using strlen and memcpy.
8531 2014-11-24  Leonhard Holz  <leonhard.holz@web.de>
8533         * string/strcoll_l.c (get_next_seq): __always_inline.
8534         * string/strcoll_l.c (do_compare): __always_inline.
8536 2014-11-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
8538         * include/bits/stdlib-float.h: Use IS_IN only if _ISOMAC is
8539         defined.
8540         * include/mqueue.h: Likewise.
8541         * include/stdlib.h: Likewise.
8543         * stdlib/isomac.c (fmt): Replace NOT_IN_libc with IN_MODULE.
8544         (get_null_defines): Adjust.
8545         * sunrpc/Makefile: Adjust comment.
8546         * Makerules (CPPFLAGS-nonlib): Remove NOT_IN_libc.
8547         * elf/Makefile (CPPFLAGS-sotruss-lib): Likewise.
8548         (CFLAGS-interp.c): Likewise.
8549         (CFLAGS-ldconfig.c): Likewise.
8550         (CPPFLAGS-.os): Likewise.
8551         * elf/rtld-Rules (rtld-CPPFLAGS): Likewise.
8552         * extra-lib.mk (CPPFLAGS-$(lib)): Likewise.
8553         * extra-modules.mk (extra-modules.mk): Likewise.
8554         * iconv/Makefile (CPPFLAGS-iconvprogs): Likewise.
8555         * locale/Makefile (CPPFLAGS-locale_programs): Likewise.
8556         * malloc/Makefile (CPPFLAGS-memusagestat): Likewise.
8557         * nscd/Makefile (CPPFLAGS-nscd): Likewise.
8558         * nss/Makefile (CPPFLAGS-nss_test1): Likewise.
8559         * stdlib/Makefile (CFLAGS-tst-putenvmod.c): Likewise.
8560         * sysdeps/gnu/Makefile ($(objpfx)errlist-compat.c): Likewise.
8561         * sysdeps/unix/sysv/linux/Makefile (CPPFLAGS-lddlibc4): Likewise.
8562         * iconvdata/Makefile (CPPFLAGS): Likewise.
8563         (cpp-srcs-left): Add libof for all iconvdata routines.
8564         * bits/stdio-lock.h: Replace NOT_IN_libc with IS_IN.
8565         * include/assert.h: Likewise.
8566         * include/ctype.h: Likewise.
8567         * include/errno.h: Likewise.
8568         * include/libc-symbols.h: Likewise.
8569         * include/math.h: Likewise.
8570         * include/netdb.h: Likewise.
8571         * include/resolv.h: Likewise.
8572         * include/stdio.h: Likewise.
8573         * include/stdlib.h: Likewise.
8574         * include/string.h: Likewise.
8575         * include/sys/stat.h: Likewise.
8576         * include/wctype.h: Likewise.
8577         * intl/l10nflist.c: Likewise.
8578         * libidn/idn-stub.c: Likewise.
8579         * libio/libioP.h: Likewise.
8580         * nptl/libc_multiple_threads.c: Likewise.
8581         * nptl/pthreadP.h: Likewise.
8582         * posix/regex_internal.h: Likewise.
8583         * resolv/res_hconf.c: Likewise.
8584         * sysdeps/arm/armv7/multiarch/memcpy.S: Likewise.
8585         * sysdeps/arm/memmove.S: Likewise.
8586         * sysdeps/arm/sysdep.h: Likewise.
8587         * sysdeps/generic/_itoa.h: Likewise.
8588         * sysdeps/generic/symbol-hacks.h: Likewise.
8589         * sysdeps/gnu/errlist.awk: Likewise.
8590         * sysdeps/gnu/errlist.c: Likewise.
8591         * sysdeps/i386/i586/memcpy.S: Likewise.
8592         * sysdeps/i386/i586/memset.S: Likewise.
8593         * sysdeps/i386/i686/memcpy.S: Likewise.
8594         * sysdeps/i386/i686/memmove.S: Likewise.
8595         * sysdeps/i386/i686/mempcpy.S: Likewise.
8596         * sysdeps/i386/i686/memset.S: Likewise.
8597         * sysdeps/i386/i686/multiarch/bcopy.S: Likewise.
8598         * sysdeps/i386/i686/multiarch/bzero.S: Likewise.
8599         * sysdeps/i386/i686/multiarch/memchr-sse2-bsf.S: Likewise.
8600         * sysdeps/i386/i686/multiarch/memchr-sse2.S: Likewise.
8601         * sysdeps/i386/i686/multiarch/memchr.S: Likewise.
8602         * sysdeps/i386/i686/multiarch/memcmp-sse4.S: Likewise.
8603         * sysdeps/i386/i686/multiarch/memcmp-ssse3.S: Likewise.
8604         * sysdeps/i386/i686/multiarch/memcmp.S: Likewise.
8605         * sysdeps/i386/i686/multiarch/memcpy-ssse3-rep.S: Likewise.
8606         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Likewise.
8607         * sysdeps/i386/i686/multiarch/memcpy.S: Likewise.
8608         * sysdeps/i386/i686/multiarch/memcpy_chk.S: Likewise.
8609         * sysdeps/i386/i686/multiarch/memmove.S: Likewise.
8610         * sysdeps/i386/i686/multiarch/memmove_chk.S: Likewise.
8611         * sysdeps/i386/i686/multiarch/mempcpy.S: Likewise.
8612         * sysdeps/i386/i686/multiarch/mempcpy_chk.S: Likewise.
8613         * sysdeps/i386/i686/multiarch/memrchr-c.c: Likewise.
8614         * sysdeps/i386/i686/multiarch/memrchr-sse2-bsf.S: Likewise.
8615         * sysdeps/i386/i686/multiarch/memrchr-sse2.S: Likewise.
8616         * sysdeps/i386/i686/multiarch/memrchr.S: Likewise.
8617         * sysdeps/i386/i686/multiarch/memset-sse2-rep.S: Likewise.
8618         * sysdeps/i386/i686/multiarch/memset-sse2.S: Likewise.
8619         * sysdeps/i386/i686/multiarch/memset.S: Likewise.
8620         * sysdeps/i386/i686/multiarch/memset_chk.S: Likewise.
8621         * sysdeps/i386/i686/multiarch/rawmemchr.S: Likewise.
8622         * sysdeps/i386/i686/multiarch/strcat-sse2.S: Likewise.
8623         * sysdeps/i386/i686/multiarch/strcat-ssse3.S: Likewise.
8624         * sysdeps/i386/i686/multiarch/strcat.S: Likewise.
8625         * sysdeps/i386/i686/multiarch/strchr-sse2-bsf.S: Likewise.
8626         * sysdeps/i386/i686/multiarch/strchr-sse2.S: Likewise.
8627         * sysdeps/i386/i686/multiarch/strchr.S: Likewise.
8628         * sysdeps/i386/i686/multiarch/strcmp-sse4.S: Likewise.
8629         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Likewise.
8630         * sysdeps/i386/i686/multiarch/strcmp.S: Likewise.
8631         * sysdeps/i386/i686/multiarch/strcpy-sse2.S: Likewise.
8632         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: Likewise.
8633         * sysdeps/i386/i686/multiarch/strcpy.S: Likewise.
8634         * sysdeps/i386/i686/multiarch/strcspn.S: Likewise.
8635         * sysdeps/i386/i686/multiarch/strlen-sse2-bsf.S: Likewise.
8636         * sysdeps/i386/i686/multiarch/strlen-sse2.S: Likewise.
8637         * sysdeps/i386/i686/multiarch/strlen.S: Likewise.
8638         * sysdeps/i386/i686/multiarch/strnlen.S: Likewise.
8639         * sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S: Likewise.
8640         * sysdeps/i386/i686/multiarch/strrchr-sse2.S: Likewise.
8641         * sysdeps/i386/i686/multiarch/strrchr.S: Likewise.
8642         * sysdeps/i386/i686/multiarch/strspn.S: Likewise.
8643         * sysdeps/i386/i686/multiarch/wcschr-c.c: Likewise.
8644         * sysdeps/i386/i686/multiarch/wcschr-sse2.S: Likewise.
8645         * sysdeps/i386/i686/multiarch/wcschr.S: Likewise.
8646         * sysdeps/i386/i686/multiarch/wcscmp-sse2.S: Likewise.
8647         * sysdeps/i386/i686/multiarch/wcscmp.S: Likewise.
8648         * sysdeps/i386/i686/multiarch/wcscpy-c.c: Likewise.
8649         * sysdeps/i386/i686/multiarch/wcscpy-ssse3.S: Likewise.
8650         * sysdeps/i386/i686/multiarch/wcscpy.S: Likewise.
8651         * sysdeps/i386/i686/multiarch/wcslen-c.c: Likewise.
8652         * sysdeps/i386/i686/multiarch/wcslen-sse2.S: Likewise.
8653         * sysdeps/i386/i686/multiarch/wcslen.S: Likewise.
8654         * sysdeps/i386/i686/multiarch/wcsrchr-c.c: Likewise.
8655         * sysdeps/i386/i686/multiarch/wcsrchr-sse2.S: Likewise.
8656         * sysdeps/i386/i686/multiarch/wcsrchr.S: Likewise.
8657         * sysdeps/i386/i686/multiarch/wmemcmp-c.c: Likewise.
8658         * sysdeps/i386/i686/multiarch/wmemcmp.S: Likewise.
8659         * sysdeps/ia64/fpu/libm-symbols.h: Likewise.
8660         * sysdeps/nptl/bits/libc-lock.h: Likewise.
8661         * sysdeps/nptl/bits/libc-lockP.h: Likewise.
8662         * sysdeps/nptl/bits/stdio-lock.h: Likewise.
8663         * sysdeps/posix/closedir.c: Likewise.
8664         * sysdeps/posix/opendir.c: Likewise.
8665         * sysdeps/posix/readdir.c: Likewise.
8666         * sysdeps/posix/rewinddir.c: Likewise.
8667         * sysdeps/powerpc/novmx-sigjmp.c: Likewise.
8668         * sysdeps/powerpc/powerpc32/__longjmp.S: Likewise.
8669         * sysdeps/powerpc/powerpc32/bsd-_setjmp.S: Likewise.
8670         * sysdeps/powerpc/powerpc32/fpu/__longjmp.S: Likewise.
8671         * sysdeps/powerpc/powerpc32/fpu/setjmp.S: Likewise.
8672         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero.c: Likewise.
8673         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr.c: Likewise.
8674         * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp-ppc32.S: Likewise.
8675         * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp.c: Likewise.
8676         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-ppc32.S: Likewise.
8677         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy.c: Likewise.
8678         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove.c: Likewise.
8679         * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy.c: Likewise.
8680         * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr-ppc32.c: Likewise.
8681         * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr.c: Likewise.
8682         * sysdeps/powerpc/powerpc32/power4/multiarch/memset-ppc32.S: Likewise.
8683         * sysdeps/powerpc/powerpc32/power4/multiarch/memset.c: Likewise.
8684         * sysdeps/powerpc/powerpc32/power4/multiarch/rawmemchr.c: Likewise.
8685         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp.c: Likewise.
8686         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp_l.c: Likewise.
8687         * sysdeps/powerpc/powerpc32/power4/multiarch/strchr.c: Likewise.
8688         * sysdeps/powerpc/powerpc32/power4/multiarch/strchrnul.c: Likewise.
8689         * sysdeps/powerpc/powerpc32/power4/multiarch/strlen-ppc32.S: Likewise.
8690         * sysdeps/powerpc/powerpc32/power4/multiarch/strlen.c: Likewise.
8691         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase.c: Likewise.
8692         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase_l.c: Likewise.
8693         * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp-ppc32.S: Likewise.
8694         * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp.c: Likewise.
8695         * sysdeps/powerpc/powerpc32/power4/multiarch/strnlen.c: Likewise.
8696         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-ppc32.c: Likewise.
8697         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr.c: Likewise.
8698         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy-ppc32.c: Likewise.
8699         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy.c: Likewise.
8700         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr-ppc32.c: Likewise.
8701         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr.c: Likewise.
8702         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy.c: Likewise.
8703         * sysdeps/powerpc/powerpc32/power6/memset.S: Likewise.
8704         * sysdeps/powerpc/powerpc32/setjmp.S: Likewise.
8705         * sysdeps/powerpc/powerpc64/__longjmp.S: Likewise.
8706         * sysdeps/powerpc/powerpc64/multiarch/bzero.c: Likewise.
8707         * sysdeps/powerpc/powerpc64/multiarch/memchr.c: Likewise.
8708         * sysdeps/powerpc/powerpc64/multiarch/memcmp-ppc64.c: Likewise.
8709         * sysdeps/powerpc/powerpc64/multiarch/memcmp.c: Likewise.
8710         * sysdeps/powerpc/powerpc64/multiarch/memcpy-ppc64.S: Likewise.
8711         * sysdeps/powerpc/powerpc64/multiarch/memcpy.c: Likewise.
8712         * sysdeps/powerpc/powerpc64/multiarch/memmove-ppc64.c: Likewise.
8713         * sysdeps/powerpc/powerpc64/multiarch/memmove.c: Likewise.
8714         * sysdeps/powerpc/powerpc64/multiarch/mempcpy.c: Likewise.
8715         * sysdeps/powerpc/powerpc64/multiarch/memrchr.c: Likewise.
8716         * sysdeps/powerpc/powerpc64/multiarch/memset-ppc64.S: Likewise.
8717         * sysdeps/powerpc/powerpc64/multiarch/memset.c: Likewise.
8718         * sysdeps/powerpc/powerpc64/multiarch/rawmemchr.c: Likewise.
8719         * sysdeps/powerpc/powerpc64/multiarch/stpcpy-ppc64.S: Likewise.
8720         * sysdeps/powerpc/powerpc64/multiarch/stpcpy.c: Likewise.
8721         * sysdeps/powerpc/powerpc64/multiarch/stpncpy.c: Likewise.
8722         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp.c: Likewise.
8723         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp_l.c: Likewise.
8724         * sysdeps/powerpc/powerpc64/multiarch/strcat.c: Likewise.
8725         * sysdeps/powerpc/powerpc64/multiarch/strchr.c: Likewise.
8726         * sysdeps/powerpc/powerpc64/multiarch/strchrnul.c: Likewise.
8727         * sysdeps/powerpc/powerpc64/multiarch/strcmp-ppc64.S: Likewise.
8728         * sysdeps/powerpc/powerpc64/multiarch/strcmp.c: Likewise.
8729         * sysdeps/powerpc/powerpc64/multiarch/strcpy-ppc64.S: Likewise.
8730         * sysdeps/powerpc/powerpc64/multiarch/strcpy.c: Likewise.
8731         * sysdeps/powerpc/powerpc64/multiarch/strcspn.c: Likewise.
8732         * sysdeps/powerpc/powerpc64/multiarch/strlen-ppc64.S: Likewise.
8733         * sysdeps/powerpc/powerpc64/multiarch/strlen.c: Likewise.
8734         * sysdeps/powerpc/powerpc64/multiarch/strncase.c: Likewise.
8735         * sysdeps/powerpc/powerpc64/multiarch/strncase_l.c: Likewise.
8736         * sysdeps/powerpc/powerpc64/multiarch/strncat.c: Likewise.
8737         * sysdeps/powerpc/powerpc64/multiarch/strncmp-ppc64.S: Likewise.
8738         * sysdeps/powerpc/powerpc64/multiarch/strncmp.c: Likewise.
8739         * sysdeps/powerpc/powerpc64/multiarch/strncpy-ppc64.c: Likewise.
8740         * sysdeps/powerpc/powerpc64/multiarch/strncpy.c: Likewise.
8741         * sysdeps/powerpc/powerpc64/multiarch/strnlen.c: Likewise.
8742         * sysdeps/powerpc/powerpc64/multiarch/strpbrk.c: Likewise.
8743         * sysdeps/powerpc/powerpc64/multiarch/strrchr-ppc64.c: Likewise.
8744         * sysdeps/powerpc/powerpc64/multiarch/strrchr.c: Likewise.
8745         * sysdeps/powerpc/powerpc64/multiarch/strspn-ppc64.c: Likewise.
8746         * sysdeps/powerpc/powerpc64/multiarch/strspn.c: Likewise.
8747         * sysdeps/powerpc/powerpc64/multiarch/wcschr.c: Likewise.
8748         * sysdeps/powerpc/powerpc64/multiarch/wcscpy.c: Likewise.
8749         * sysdeps/powerpc/powerpc64/multiarch/wcsrchr.c: Likewise.
8750         * sysdeps/powerpc/powerpc64/multiarch/wordcopy.c: Likewise.
8751         * sysdeps/powerpc/powerpc64/setjmp.S: Likewise.
8752         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c: Likewise.
8753         * sysdeps/s390/s390-32/multiarch/memcmp.S: Likewise.
8754         * sysdeps/s390/s390-32/multiarch/memcpy.S: Likewise.
8755         * sysdeps/s390/s390-32/multiarch/memset.S: Likewise.
8756         * sysdeps/s390/s390-64/multiarch/ifunc-resolve.c: Likewise.
8757         * sysdeps/s390/s390-64/multiarch/memcmp.S: Likewise.
8758         * sysdeps/s390/s390-64/multiarch/memcpy.S: Likewise.
8759         * sysdeps/s390/s390-64/multiarch/memset.S: Likewise.
8760         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara1.S: Likewise.
8761         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara2.S: Likewise.
8762         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara4.S: Likewise.
8763         * sysdeps/sparc/sparc64/multiarch/memcpy-ultra3.S: Likewise.
8764         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Likewise.
8765         * sysdeps/sparc/sparc64/multiarch/memset-niagara1.S: Likewise.
8766         * sysdeps/sparc/sparc64/multiarch/memset-niagara4.S: Likewise.
8767         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
8768         * sysdeps/unix/alpha/sysdep.S: Likewise.
8769         * sysdeps/unix/alpha/sysdep.h: Likewise.
8770         * sysdeps/unix/make-syscalls.sh: Likewise.
8771         * sysdeps/unix/sysv/linux/aarch64/sysdep-cancel.h: Likewise.
8772         * sysdeps/unix/sysv/linux/aarch64/sysdep.h: Likewise.
8773         * sysdeps/unix/sysv/linux/alpha/sysdep-cancel.h: Likewise.
8774         * sysdeps/unix/sysv/linux/alpha/vfork.S: Likewise.
8775         * sysdeps/unix/sysv/linux/arm/sysdep-cancel.h: Likewise.
8776         * sysdeps/unix/sysv/linux/arm/sysdep.h: Likewise.
8777         * sysdeps/unix/sysv/linux/getpid.c: Likewise.
8778         * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h: Likewise.
8779         * sysdeps/unix/sysv/linux/hppa/nptl/sysdep-cancel.h: Likewise.
8780         * sysdeps/unix/sysv/linux/i386/i486/lowlevellock.S: Likewise.
8781         * sysdeps/unix/sysv/linux/i386/lowlevellock.h: Likewise.
8782         * sysdeps/unix/sysv/linux/i386/sysdep-cancel.h: Likewise.
8783         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
8784         * sysdeps/unix/sysv/linux/ia64/lowlevellock.h: Likewise.
8785         * sysdeps/unix/sysv/linux/ia64/sysdep-cancel.h: Likewise.
8786         * sysdeps/unix/sysv/linux/ia64/sysdep.S: Likewise.
8787         * sysdeps/unix/sysv/linux/ia64/sysdep.h: Likewise.
8788         * sysdeps/unix/sysv/linux/lowlevellock-futex.h: Likewise.
8789         * sysdeps/unix/sysv/linux/m68k/bits/m68k-vdso.h: Likewise.
8790         * sysdeps/unix/sysv/linux/m68k/sysdep-cancel.h: Likewise.
8791         * sysdeps/unix/sysv/linux/m68k/sysdep.h: Likewise.
8792         * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Likewise.
8793         * sysdeps/unix/sysv/linux/microblaze/sysdep-cancel.h: Likewise.
8794         * sysdeps/unix/sysv/linux/mips/mips64/sysdep-cancel.h: Likewise.
8795         * sysdeps/unix/sysv/linux/mips/sysdep-cancel.h: Likewise.
8796         * sysdeps/unix/sysv/linux/not-cancel.h: Likewise.
8797         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Likewise.
8798         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h: Likewise.
8799         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h: Likewise.
8800         * sysdeps/unix/sysv/linux/s390/longjmp_chk.c: Likewise.
8801         * sysdeps/unix/sysv/linux/s390/lowlevellock.h: Likewise.
8802         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h: Likewise.
8803         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.S: Likewise.
8804         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
8805         * sysdeps/unix/sysv/linux/s390/s390-32/vfork.S: Likewise.
8806         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h: Likewise.
8807         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.S: Likewise.
8808         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
8809         * sysdeps/unix/sysv/linux/s390/s390-64/vfork.S: Likewise.
8810         * sysdeps/unix/sysv/linux/sh/lowlevellock.S: Likewise.
8811         * sysdeps/unix/sysv/linux/sh/lowlevellock.h: Likewise.
8812         * sysdeps/unix/sysv/linux/sh/sysdep-cancel.h: Likewise.
8813         * sysdeps/unix/sysv/linux/sh/sysdep.h: Likewise.
8814         * sysdeps/unix/sysv/linux/sh/vfork.S: Likewise.
8815         * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Likewise.
8816         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep-cancel.h: Likewise.
8817         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
8818         * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S: Likewise.
8819         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep-cancel.h: Likewise.
8820         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
8821         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: Likewise.
8822         * sysdeps/unix/sysv/linux/tile/sysdep-cancel.h: Likewise.
8823         * sysdeps/unix/sysv/linux/tile/sysdep.h: Likewise.
8824         * sysdeps/unix/sysv/linux/tile/waitpid.S: Likewise.
8825         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.S: Likewise.
8826         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Likewise.
8827         * sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h: Likewise.
8828         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
8829         * sysdeps/wordsize-32/symbol-hacks.h: Likewise.
8830         * sysdeps/x86_64/memcpy.S: Likewise.
8831         * sysdeps/x86_64/memmove.c: Likewise.
8832         * sysdeps/x86_64/memset.S: Likewise.
8833         * sysdeps/x86_64/multiarch/init-arch.h: Likewise.
8834         * sysdeps/x86_64/multiarch/memcmp-sse4.S: Likewise.
8835         * sysdeps/x86_64/multiarch/memcmp-ssse3.S: Likewise.
8836         * sysdeps/x86_64/multiarch/memcmp.S: Likewise.
8837         * sysdeps/x86_64/multiarch/memcpy-avx-unaligned.S: Likewise.
8838         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Likewise.
8839         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Likewise.
8840         * sysdeps/x86_64/multiarch/memcpy.S: Likewise.
8841         * sysdeps/x86_64/multiarch/memcpy_chk.S: Likewise.
8842         * sysdeps/x86_64/multiarch/memmove.c: Likewise.
8843         * sysdeps/x86_64/multiarch/mempcpy.S: Likewise.
8844         * sysdeps/x86_64/multiarch/mempcpy_chk.S: Likewise.
8845         * sysdeps/x86_64/multiarch/memset-avx2.S: Likewise.
8846         * sysdeps/x86_64/multiarch/memset.S: Likewise.
8847         * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
8848         * sysdeps/x86_64/multiarch/strcat-sse2-unaligned.S: Likewise.
8849         * sysdeps/x86_64/multiarch/strcat-ssse3.S: Likewise.
8850         * sysdeps/x86_64/multiarch/strcat.S: Likewise.
8851         * sysdeps/x86_64/multiarch/strchr-sse2-no-bsf.S: Likewise.
8852         * sysdeps/x86_64/multiarch/strchr.S: Likewise.
8853         * sysdeps/x86_64/multiarch/strcmp-ssse3.S: Likewise.
8854         * sysdeps/x86_64/multiarch/strcmp.S: Likewise.
8855         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: Likewise.
8856         * sysdeps/x86_64/multiarch/strcpy-ssse3.S: Likewise.
8857         * sysdeps/x86_64/multiarch/strcpy.S: Likewise.
8858         * sysdeps/x86_64/multiarch/strcspn.S: Likewise.
8859         * sysdeps/x86_64/multiarch/strspn.S: Likewise.
8860         * sysdeps/x86_64/multiarch/wcscpy-c.c: Likewise.
8861         * sysdeps/x86_64/multiarch/wcscpy-ssse3.S: Likewise.
8862         * sysdeps/x86_64/multiarch/wcscpy.S: Likewise.
8863         * sysdeps/x86_64/multiarch/wmemcmp-c.c: Likewise.
8864         * sysdeps/x86_64/multiarch/wmemcmp.S: Likewise.
8865         * sysdeps/x86_64/strcmp.S: Likewise.
8867         * extra-lib.mk (CPPFLAGS-$(lib)): Remove IS_IN_$(lib).
8869         * elf/Makefile (CPPFLAGS-.os): Remove IS_IN_rtld.
8870         * elf/dl-open.c: Use IS_IN (rtld) instead if IS_IN_rtld.
8871         * elf/rtld-Rules: Likewise.
8872         * elf/setup-vdso.h: Likewise.
8873         * include/assert.h: Likewise.
8874         * include/bits/stdlib-float.h: Likewise.
8875         * include/errno.h: Likewise.
8876         * include/sys/stat.h: Likewise.
8877         * include/unistd.h: Likewise.
8878         * sysdeps/aarch64/setjmp.S: Likewise.
8879         * sysdeps/alpha/setjmp.S: Likewise.
8880         * sysdeps/arm/__longjmp.S: Likewise.
8881         * sysdeps/arm/aeabi_unwind_cpp_pr1.c: Likewise.
8882         * sysdeps/arm/setjmp.S: Likewise.
8883         * sysdeps/arm/sysdep.h: Likewise.
8884         * sysdeps/generic/_itoa.h: Likewise.
8885         * sysdeps/generic/dl-sysdep.h: Likewise.
8886         * sysdeps/generic/ldsodefs.h: Likewise.
8887         * sysdeps/i386/dl-tls.h: Likewise.
8888         * sysdeps/i386/setjmp.S: Likewise.
8889         * sysdeps/m68k/setjmp.c: Likewise.
8890         * sysdeps/mach/hurd/dl-execstack.c: Likewise.
8891         * sysdeps/mach/hurd/opendir.c: Likewise.
8892         * sysdeps/posix/getcwd.c: Likewise.
8893         * sysdeps/posix/opendir.c: Likewise.
8894         * sysdeps/posix/profil.c: Likewise.
8895         * sysdeps/powerpc/dl-procinfo.h: Likewise.
8896         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S: Likewise.
8897         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S: Likewise.
8898         * sysdeps/powerpc/powerpc32/power4/multiarch/init-arch.h: Likewise.
8899         * sysdeps/powerpc/powerpc32/setjmp-common.S: Likewise.
8900         * sysdeps/powerpc/powerpc64/__longjmp-common.S: Likewise.
8901         * sysdeps/powerpc/powerpc64/setjmp-common.S: Likewise.
8902         * sysdeps/s390/dl-tls.h: Likewise.
8903         * sysdeps/s390/s390-32/setjmp.S: Likewise.
8904         * sysdeps/s390/s390-64/setjmp.S: Likewise.
8905         * sysdeps/sh/sh3/setjmp.S: Likewise.
8906         * sysdeps/sh/sh4/setjmp.S: Likewise.
8907         * sysdeps/unix/alpha/sysdep.h: Likewise.
8908         * sysdeps/unix/arm/sysdep.S: Likewise.
8909         * sysdeps/unix/i386/sysdep.S: Likewise.
8910         * sysdeps/unix/sysv/linux/aarch64/sysdep.h: Likewise.
8911         * sysdeps/unix/sysv/linux/getcwd.c: Likewise.
8912         * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h: Likewise.
8913         * sysdeps/unix/sysv/linux/i386/lowlevellock.h: Likewise.
8914         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
8915         * sysdeps/unix/sysv/linux/ia64/lowlevellock.h: Likewise.
8916         * sysdeps/unix/sysv/linux/ia64/setjmp.S: Likewise.
8917         * sysdeps/unix/sysv/linux/ia64/sysdep.h: Likewise.
8918         * sysdeps/unix/sysv/linux/lowlevellock-futex.h: Likewise.
8919         * sysdeps/unix/sysv/linux/m68k/bits/m68k-vdso.h: Likewise.
8920         * sysdeps/unix/sysv/linux/m68k/m68k-helpers.S: Likewise.
8921         * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Likewise.
8922         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Likewise.
8923         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h: Likewise.
8924         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
8925         * sysdeps/unix/sysv/linux/s390/lowlevellock.h: Likewise.
8926         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
8927         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
8928         * sysdeps/unix/sysv/linux/sh/lowlevellock.h: Likewise.
8929         * sysdeps/unix/sysv/linux/sh/sysdep.h: Likewise.
8930         * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Likewise.
8931         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
8932         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
8933         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: Likewise.
8934         * sysdeps/unix/sysv/linux/tile/sysdep.h: Likewise.
8935         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Likewise.
8936         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
8937         * sysdeps/unix/x86_64/sysdep.S: Likewise.
8938         * sysdeps/x86_64/setjmp.S: Likewise.
8940         * include/math.h: Use IS_IN instead of IS_IN_libm.
8941         * sysdeps/alpha/fpu/s_copysign.c: Likewise.
8942         * sysdeps/ieee754/ldbl-128ibm/s_copysignl.c: Likewise.
8943         * sysdeps/ieee754/ldbl-128ibm/s_finitel.c: Likewise.
8944         * sysdeps/ieee754/ldbl-128ibm/s_fmal.c: Likewise.
8945         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c: Likewise.
8946         * sysdeps/ieee754/ldbl-128ibm/s_isinfl.c: Likewise.
8947         * sysdeps/ieee754/ldbl-128ibm/s_isnanl.c: Likewise.
8948         * sysdeps/ieee754/ldbl-128ibm/s_modfl.c: Likewise.
8949         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c: Likewise.
8950         * sysdeps/ieee754/ldbl-128ibm/s_signbitl.c: Likewise.
8951         * sysdeps/ieee754/ldbl-64-128/s_copysignl.c: Likewise.
8952         * sysdeps/ieee754/ldbl-64-128/s_finitel.c: Likewise.
8953         * sysdeps/ieee754/ldbl-64-128/s_frexpl.c: Likewise.
8954         * sysdeps/ieee754/ldbl-64-128/s_isinfl.c: Likewise.
8955         * sysdeps/ieee754/ldbl-64-128/s_isnanl.c: Likewise.
8956         * sysdeps/ieee754/ldbl-64-128/s_modfl.c: Likewise.
8957         * sysdeps/ieee754/ldbl-64-128/s_scalbnl.c: Likewise.
8958         * sysdeps/ieee754/ldbl-64-128/s_signbitl.c: Likewise.
8959         * sysdeps/ieee754/ldbl-64-128/w_scalblnl.c: Likewise.
8960         * sysdeps/ieee754/ldbl-opt/s_copysign.c: Likewise.
8961         * sysdeps/ieee754/ldbl-opt/s_finite.c: Likewise.
8962         * sysdeps/ieee754/ldbl-opt/s_frexp.c: Likewise.
8963         * sysdeps/ieee754/ldbl-opt/s_isinf.c: Likewise.
8964         * sysdeps/ieee754/ldbl-opt/s_isnan.c: Likewise.
8965         * sysdeps/ieee754/ldbl-opt/s_ldexp.c: Likewise.
8966         * sysdeps/ieee754/ldbl-opt/s_ldexpl.c: Likewise.
8967         * sysdeps/ieee754/ldbl-opt/s_modf.c: Likewise.
8968         * sysdeps/ieee754/ldbl-opt/s_scalbln.c: Likewise.
8969         * sysdeps/ieee754/ldbl-opt/s_scalbn.c: Likewise.
8970         * sysdeps/powerpc/power5+/fpu/s_modf.c: Likewise.
8971         * sysdeps/powerpc/powerpc32/fpu/s_copysign.S: Likewise.
8972         * sysdeps/powerpc/powerpc32/fpu/s_copysignl.S: Likewise.
8973         * sysdeps/powerpc/powerpc32/fpu/s_isnan.S: Likewise.
8974         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysign.c:
8975         Likewise.
8976         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finite.c:
8977         Likewise.
8978         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinf.c:
8979         Likewise.
8980         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan.c:
8981         Likewise.
8982         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modf.c:
8983         Likewise.
8984         * sysdeps/powerpc/powerpc32/power5/fpu/s_isnan.S: Likewise.
8985         * sysdeps/powerpc/powerpc32/power6/fpu/s_copysign.S: Likewise.
8986         * sysdeps/powerpc/powerpc32/power6/fpu/s_isnan.S: Likewise.
8987         * sysdeps/powerpc/powerpc32/power7/fpu/s_finite.S: Likewise.
8988         * sysdeps/powerpc/powerpc32/power7/fpu/s_isinf.S: Likewise.
8989         * sysdeps/powerpc/powerpc32/power7/fpu/s_isnan.S: Likewise.
8990         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysign.c: Likewise.
8991         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite.c: Likewise.
8992         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf.c: Likewise.
8993         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan.c: Likewise.
8994         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modf.c: Likewise.
8995         * sysdeps/powerpc/powerpc64/fpu/s_copysign.S: Likewise.
8996         * sysdeps/powerpc/powerpc64/fpu/s_copysignl.S: Likewise.
8997         * sysdeps/powerpc/powerpc64/fpu/s_isnan.S: Likewise.
8998         * sysdeps/powerpc/powerpc64/power5/fpu/s_isnan.S: Likewise.
8999         * sysdeps/powerpc/powerpc64/power6/fpu/s_copysign.S: Likewise.
9000         * sysdeps/powerpc/powerpc64/power6/fpu/s_isnan.S: Likewise.
9001         * sysdeps/powerpc/powerpc64/power6x/fpu/s_isnan.S: Likewise.
9002         * sysdeps/powerpc/powerpc64/power7/fpu/s_finite.S: Likewise.
9003         * sysdeps/powerpc/powerpc64/power7/fpu/s_isinf.S: Likewise.
9004         * sysdeps/powerpc/powerpc64/power7/fpu/s_isnan.S: Likewise.
9005         * sysdeps/powerpc/powerpc64/power8/fpu/s_finite.S: Likewise.
9006         * sysdeps/powerpc/powerpc64/power8/fpu/s_isinf.S: Likewise.
9007         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnan.S: Likewise.
9008         * sysdeps/sparc/sparc32/fpu/s_signbitl.S: Likewise.
9009         * sysdeps/sparc/sparc32/sparcv9/fpu/s_isnan.S: Likewise.
9010         * sysdeps/unix/sysv/linux/alpha/fraiseexcpt.S: Likewise.
9012         * nptl/lowlevellock.c: Use IS_IN instead of IS_IN_libpthread.
9013         * nptl/pthreadP.h: Likewise.
9014         * nptl_db/structs.def: Likewise.
9015         * sysdeps/arm/sysdep.h: Likewise.
9016         * sysdeps/nptl/bits/libc-lock.h: Likewise.
9017         * sysdeps/nptl/bits/libc-lockP.h: Likewise.
9018         * sysdeps/sparc/sparc32/lowlevellock.c: Likewise.
9019         * sysdeps/unix/alpha/sysdep.h: Likewise.
9020         * sysdeps/unix/sysv/linux/aarch64/sysdep-cancel.h: Likewise.
9021         * sysdeps/unix/sysv/linux/aarch64/sysdep.h: Likewise.
9022         * sysdeps/unix/sysv/linux/alpha/sysdep-cancel.h: Likewise.
9023         * sysdeps/unix/sysv/linux/arm/sysdep-cancel.h: Likewise.
9024         * sysdeps/unix/sysv/linux/hppa/nptl/sysdep-cancel.h: Likewise.
9025         * sysdeps/unix/sysv/linux/i386/sysdep-cancel.h: Likewise.
9026         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
9027         * sysdeps/unix/sysv/linux/ia64/sysdep-cancel.h: Likewise.
9028         * sysdeps/unix/sysv/linux/ia64/sysdep.h: Likewise.
9029         * sysdeps/unix/sysv/linux/m68k/sysdep-cancel.h: Likewise.
9030         * sysdeps/unix/sysv/linux/microblaze/sysdep-cancel.h: Likewise.
9031         * sysdeps/unix/sysv/linux/mips/mips64/sysdep-cancel.h: Likewise.
9032         * sysdeps/unix/sysv/linux/mips/sysdep-cancel.h: Likewise.
9033         * sysdeps/unix/sysv/linux/not-cancel.h: Likewise.
9034         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h: Likewise.
9035         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h: Likewise.
9036         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h: Likewise.
9037         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h: Likewise.
9038         * sysdeps/unix/sysv/linux/sh/sysdep-cancel.h: Likewise.
9039         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep-cancel.h: Likewise.
9040         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep-cancel.h: Likewise.
9041         * sysdeps/unix/sysv/linux/tile/sysdep-cancel.h: Likewise.
9042         * sysdeps/unix/sysv/linux/tile/sysdep.h: Likewise.
9043         * sysdeps/unix/sysv/linux/tile/waitpid.S: Likewise.
9044         * sysdeps/unix/sysv/linux/x86_64/cancellation.S: Likewise.
9045         * sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h: Likewise.
9047         * include/mqueue.h: Use IS_IN instead of IS_IN_librt.
9048         * nptl/pthreadP.h: Likewise.
9049         * sysdeps/unix/sysv/linux/aarch64/sysdep-cancel.h: Likewise.
9050         * sysdeps/unix/sysv/linux/alpha/sysdep-cancel.h: Likewise.
9051         * sysdeps/unix/sysv/linux/arm/sysdep-cancel.h: Likewise.
9052         * sysdeps/unix/sysv/linux/hppa/nptl/sysdep-cancel.h: Likewise.
9053         * sysdeps/unix/sysv/linux/i386/sysdep-cancel.h: Likewise.
9054         * sysdeps/unix/sysv/linux/ia64/sysdep-cancel.h: Likewise.
9055         * sysdeps/unix/sysv/linux/ia64/sysdep.h: Likewise.
9056         * sysdeps/unix/sysv/linux/m68k/sysdep-cancel.h: Likewise.
9057         * sysdeps/unix/sysv/linux/microblaze/sysdep-cancel.h: Likewise.
9058         * sysdeps/unix/sysv/linux/mips/mips64/sysdep-cancel.h: Likewise.
9059         * sysdeps/unix/sysv/linux/mips/sysdep-cancel.h: Likewise.
9060         * sysdeps/unix/sysv/linux/not-cancel.h: Likewise.
9061         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h:
9062         Likewise.
9063         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h:
9064         Likewise.
9065         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h: Likewise.
9066         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h: Likewise.
9067         * sysdeps/unix/sysv/linux/sh/sysdep-cancel.h: Likewise.
9068         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep-cancel.h: Likewise.
9069         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep-cancel.h: Likewise.
9070         * sysdeps/unix/sysv/linux/tile/sysdep-cancel.h: Likewise.
9071         * sysdeps/unix/sysv/linux/tile/waitpid.S: Likewise.
9072         * sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h: Likewise.
9074         * dlfcn/dladdr.c: Use IS_IN.
9075         * dlfcn/dladdr1.c: Likewise.
9076         * dlfcn/dlclose.c: Likewise.
9077         * dlfcn/dlerror.c: Likewise.
9078         * dlfcn/dlinfo.c: Likewise.
9079         * dlfcn/dlmopen.c: Likewise.
9080         * dlfcn/dlopen.c: Likewise.
9081         * dlfcn/dlsym.c: Likewise.
9082         * dlfcn/dlvsym.c: Likewise.
9084         * include/ifaddrs.h: Use IS_IN.
9085         * inet/check_pf.c: Likewise.
9086         * sysdeps/unix/sysv/linux/check_pf.c: Likewise.
9087         * nscd/Makefile (CPPFLAGS-nscd): Remove IS_IN_nscd.
9089         * elf/Makefile (CFLAGS-ldconfig.c): Remove definition of
9090         IS_IN_ldconfig.
9091         * sysdeps/unix/sysv/linux/x86_64/dl-procinfo.c: Use IS_IN.
9092         * sysdeps/unix/sysv/linux/x86_64/dl-procinfo.h: Likewise.
9094         * include/shlib-compat.h [!NOT_IN_libc]: Remove.
9095         * nss/nss_files/files-parse.c (IS_IN_libc): Replace with
9096         IS_IN (libc).
9098         * elf/Makefile (libof-sotruss-lib): Set as extramodules.
9100         * elf/Makefile (CPPFLAGS-.os): Remove IN_LIB.
9101         * elf/rtld-Rules (rtld-CPPFLAGS): Likewise.
9102         * extra-lib.mk (CPPFLAGS-$(lib)): Likewise.
9103         * include/libc-symbols.h (IS_IN_LIB): New macro.
9104         * include/errno.h: Use IS_IN_LIB instead of IN_LIB.
9105         * include/netdb.h: Likewise.
9106         * include/stap-probe.h: Remove all uses of IN_LIB.
9108         * Makeconfig (module-cppflags-real): Define MODULE_NAME
9109         instead of IN_MODULE.
9110         * include/libc-symbols.h (IN_MODULE): Define using
9111         MODULE_NAME.
9112         (PASTE_NAME, PASTE_NAME1): New macros.
9113         * include/stap-probe.h (LIBC_PROBE_1): Use MODULE_NAME instead
9114         of IN_LIB.
9115         (STAP_PROBE_ASM): Likewise.
9117 2014-11-23  Samuel Thibault  <samuel.thibault@ens-lyon.org>
9119         * sysdeps/mach/hurd/i386/init-first.c (posixland_init): Call
9120         __mach_init in dlopened libc.
9122 2014-11-22  Mike Frysinger  <vapier@gentoo.org>
9124         * sysdeps/arm/preconfigure.ac: Delete EABI check.
9125         * sysdeps/arm/preconfigure: Regenerate.
9127 2014-11-21  Roland McGrath  <roland@hack.frob.com>
9129         * nptl/pthread_create.c (__pthread_create_2_1): Set
9130         ATTR_FLAG_POLICY_SET and/or ATTR_FLAG_SCHED_SET in PD->flags
9131         when copying values from IATTR into PD.
9133 2014-11-21  Will Newton  <will.newton@linaro.org>
9134             Andrew Pinski  <andrew.pinski@caviumnetworks.com>
9136         * sysdeps/aarch64/dl-machine.h (elf_machine_load_address):
9137         Refactor inline-asm.  Also add comment.
9139         * sysdeps/aarch64/bits/link.h (la_aarch64_gnu_pltenter): Use
9140         ElfW macro instead of hardcoded Elf64 types.
9141         (la_aarch64_gnu_pltenter): Likewise.
9142         * sysdeps/aarch64/dl-machine.h
9143         (elf_machine_runtime_setup): Use ElfW(Addr).
9145         * elf/elf.h (R_AARCH64_P32_ABS32, R_AARCH64_P32_COPY,
9146         R_AARCH64_P32_GLOB_DAT, R_AARCH64_P32_JUMP_SLOT,
9147         R_AARCH64_P32_RELATIVE, R_AARCH64_P32_TLS_DTPMOD,
9148         R_AARCH64_P32_TLS_DTPREL, R_AARCH64_P32_TLS_TPREL,
9149         R_AARCH64_P32_TLSDESC, R_AARCH64_P32_IRELATIVE): Define.
9150         (R_AARCH64_TLS_DTPMOD64): Rename to ..
9151         (R_AARCH64_TLS_DTPMOD): This.
9152         (R_AARCH64_TLS_DTPREL64): Rename to ...
9153         (R_AARCH64_TLS_DTPREL): This.
9154         (R_AARCH64_TLS_TPREL64): Rename to ...
9155         (R_AARCH64_TLS_TPREL): This.
9156         * sysdeps/aarch64/dl-machine.h (elf_machine_type_class): Update
9157         R_AARCH64_TLS_DTPMOD64, R_AARCH64_TLS_DTPREL64, and
9158         R_AARCH64_TLS_TPREL64.
9159         (elf_machine_rela): Likewise.
9161 2014-11-21  Torvald Riegel  <triegel@redhat.com>
9163         * sysdeps/microblaze/bits/atomic.h (__HAVE_64B_ATOMICS): Fix value
9164         by setting it to 0.  64b atomics are not supported currently.
9166 2014-11-21  Alexandre Oliva <aoliva@redhat.com>
9168         [BZ #16469]
9169         * resolv/res_query.c (__libc_res_nsearch): Skip leading dot in
9170         search domain names.
9172 2014-11-21  Alexandre Oliva <aoliva@redhat.com>
9174         [BZ #16469]
9175         * NEWS: Update.
9176         * resolv/res_query.c (__libc_res_nquerydomain): Retain
9177         trailing dot.
9178         * posix/tst-getaddrinfo5.c: New.
9179         * posix/Makefile (tests): Add it.
9181 2014-11-21  Alexandre Oliva <aoliva@redhat.com>
9183         [BZ #14498]
9184         * NEWS: Fixed.
9185         * nss/nss_db/db-XXX.c (_nss_db_get##name##_r): Update hidx
9186         after parsing line but before break_if_match.
9187         * nss/nss_files/files-service (DB_LOOKUP): Don't "continue;"
9188         if there is a protocol mismatch.
9190 2014-11-21  Ma Shimiao <mashimiao.fnst@cn.fujitsu.com>
9192         * manual/sysinfo.texi (addmntent): It is actually MT-Safe,
9193         because the potential race is on the user-supplied stream.
9195 2014-11-21  Alexandre Oliva <aoliva@redhat.com>
9197         * sysdeps/posix/ctermid.c (ctermid): Return a pointer to a
9198         string literal if not passed a buffer.
9199         * manual/job.texi (ctermid): Update reasoning, note deviation
9200         from posix, suggest mtasurace when not passed a buffer, for
9201         future non-preliminary safety notes.
9203 2014-11-21  Alexandre Oliva <aoliva@redhat.com>
9205         * manual/users.texi (cuserid): Fix MT-Safety note for the case
9206         of not passing it a buffer.
9207         Reported by Peng Haitao.
9209 2014-11-21  Alexandre Oliva <aoliva@redhat.com>
9211         * manual/Makefile ($(objpfx)stamp-summary): Require
9212         check-safety.sh to pass.
9213         * manual/check-safety.sh: Wish for verification that every
9214         @deftypefn and @deftypefun is followed by a @safety remark.
9216 2014-11-20  Roland McGrath  <roland@hack.frob.com>
9218         * nptl/unwind.c (unwind_cleanup): Use __libc_fatal.
9220         * nptl/pthread_setcanceltype.c [!SIGCANCEL]: Return ENOTSUP early for
9221         PTHREAD_CANCEL_ASYNCHRONOUS.
9222         * nptl/pthread_cancel.c [!SIGCANCEL]: Just abort rather than trying to
9223         send SIGCANCEL.
9225         * nptl/default-sched.h: New file.
9226         * sysdeps/unix/sysv/linux/default-sched.h: New file.
9227         * nptl/pthread_create.c: Include it.
9228         (__pthread_create_2_1): Use collect_default_sched instead of making
9229         Linux syscalls here directly.
9231 2014-11-20  Torvald Riegel  <triegel@redhat.com>
9233         * nptl/pthread_once.c (clear_once_control, __pthread_once_slow,
9234         __pthread_once): Use C11 atomics.
9236 2014-11-20  Torvald Riegel  <triegel@redhat.com>
9238         * csu/tst-atomic.c (do_test): Add tests for C11-like atomics.
9240 2014-11-20  Torvald Riegel  <triegel@redhat.com>
9242         * include/atomic.h (__atomic_link_error, __atomic_check_size,
9243         atomic_thread_fence_acquire, atomic_thread_fence_release,
9244         atomic_thread_fence_seq_cst, atomic_load_relaxed,
9245         atomic_load_acquire, atomic_store_relaxed, atomic_store_release,
9246         atomic_compare_exchange_weak_relaxed,
9247         atomic_compare_exchange_weak_acquire,
9248         atomic_compare_exchange_weak_release,
9249         atomic_exchange_acquire, atomic_exchange_release,
9250         atomic_fetch_add_relaxed, atomic_fetch_add_acquire,
9251         atomic_fetch_add_release, atomic_fetch_add_acq_rel,
9252         atomic_fetch_and_acquire,
9253         atomic_fetch_or_relaxed, atomic_fetch_or_acquire): New.
9255 2014-11-20  Torvald Riegel  <triegel@redhat.com>
9257         * sysdeps/aarch64/bits/atomic.h (__HAVE_64B_ATOMICS,
9258         USE_ATOMIC_COMPILER_BUILTINS): Define.
9259         * sysdeps/alpha/bits/atomic.h (__HAVE_64B_ATOMICS,
9260         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
9261         * sysdeps/arm/bits/atomic.h (__HAVE_64B_ATOMICS,
9262         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
9263         * sysdeps/i386/i486/bits/atomic.h (__HAVE_64B_ATOMICS,
9264         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
9265         * sysdeps/ia64/bits/atomic.h (__HAVE_64B_ATOMICS,
9266         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
9267         * sysdeps/m68k/coldfire/bits/atomic.h (__HAVE_64B_ATOMICS,
9268         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
9269         * sysdeps/m68k/m680x0/m68020/bits/atomic.h (__HAVE_64B_ATOMICS,
9270         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
9271         * sysdeps/microblaze/bits/atomic.h (__HAVE_64B_ATOMICS,
9272         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
9273         * sysdeps/mips/bits/atomic.h (__HAVE_64B_ATOMICS,
9274         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
9275         * sysdeps/powerpc/powerpc32/bits/atomic.h (__HAVE_64B_ATOMICS,
9276         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
9277         * sysdeps/powerpc/powerpc64/bits/atomic.h (__HAVE_64B_ATOMICS,
9278         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
9279         * sysdeps/s390/bits/atomic.h (__HAVE_64B_ATOMICS,
9280         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
9281         * sysdeps/sparc/sparc32/bits/atomic.h (__HAVE_64B_ATOMICS,
9282         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
9283         * sysdeps/sparc/sparc32/sparcv9/bits/atomic.h (__HAVE_64B_ATOMICS,
9284         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
9285         * sysdeps/sparc/sparc64/bits/atomic.h (__HAVE_64B_ATOMICS,
9286         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
9287         * sysdeps/tile/tilegx/bits/atomic.h (__HAVE_64B_ATOMICS,
9288         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
9289         * sysdeps/tile/tilepro/bits/atomic.h (__HAVE_64B_ATOMICS,
9290         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
9291         * sysdeps/unix/sysv/linux/hppa/bits/atomic.h (__HAVE_64B_ATOMICS,
9292         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
9293         * sysdeps/unix/sysv/linux/m68k/coldfire/bits/atomic.h
9294         (__HAVE_64B_ATOMICS, USE_ATOMIC_COMPILER_BUILTINS): Likewise.
9295         * sysdeps/unix/sysv/linux/sh/bits/atomic.h (__HAVE_64B_ATOMICS,
9296         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
9297         * sysdeps/x86_64/bits/atomic.h (__HAVE_64B_ATOMICS,
9298         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
9300 2014-11-19  Roland McGrath  <roland@hack.frob.com>
9302         * nptl/pthread_create.c (__pthread_create_2_1): Don't try to validate
9303         the sched_priority value here.  It was already checked when the user
9304         called pthread_attr_setschedparam.
9306         * nptl/tst-bad-schedattr.c: New file.
9307         * nptl/Makefile (tests): Add it.
9309 2014-11-19  Carlos O'Donell  <carlos@redhat.com>
9310             Florian Weimer  <fweimer@redhat.com>
9311             Joseph Myers  <joseph@codesourcery.com>
9312             Adam Conrad  <adconrad@0c3.net>
9313             Andreas Schwab  <schwab@suse.de>
9314             Brooks  <bmoses@google.com>
9316         [BZ #17625]
9317         * wordexp-test.c (__dso_handle): Add prototype.
9318         (__register_atfork): Likewise.
9319         (__app_register_atfork): New function.
9320         (registered_forks): New global.
9321         (register_fork): New function.
9322         (test_case): Add 3 new tests for WRDE_CMDSUB.
9323         (main): Call __app_register_atfork.
9324         (testit): If WRDE_NOCMD set registered_forks to zero, run test, and if
9325         fork count is non-zero fail the test.
9326         * posix/wordexp.c (exec_comm): Return WRDE_CMDSUB if WRDE_NOCMD flag
9327         is set.
9328         (parse_dollars): Remove check for WRDE_NOCMD.
9329         (parse_dquote): Likewise.
9331 2014-11-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
9333         * Makeconfig (built-modules): List non-library modules to be
9334         built.
9335         (module-cppflags): Include libc-modules.h for
9336         everything except shlib-versions.v.i.
9337         (CPPFLAGS): Use it.
9338         (before-compile): Add libc-modules.h.
9339         ($(common-objpfx)libc-modules.h,
9340         $(common-objpfx)libc-modules.stmp): New targets.
9341         (common-generated): Add libc-modules.h and libc-modules.stmp.
9342         ($(common-objpfx)Versions.v.i): Depend on libc-modules.h.
9343         * include/libc-symbols.h: Don't include libc-modules.h.
9344         * include/libc-modules.h: Remove file.
9345         * scripts/gen-libc-modules.awk: New script to generate
9346         libc-modules.h.
9347         * sysdeps/unix/Makefile ($(common-objpfx)sysd-syscalls):
9348         Depend on libc-modules.stmp.
9350         * include/shlib-compat.h (_SHLIB_COMPAT): Use IS_IN.
9352         * Makeconfig (in-module): Get value of libof set for the
9353         translation unit.
9354         (CPPFLAGS): Use $(in-module).
9355         * Makerules: Don't suffix routine names for nonlib.
9356         * include/libc-modules.h: New file.
9357         * include/libc-symbols.h: Include libc-modules.h
9358         (IS_IN): New macro to replace IS_IN_* macros.
9359         * elf/Makefile: Set libof-* for each routine.
9360         * elf/rtld-Rules: Likewise.
9361         * extra-modules.mk: Likewise.
9362         * iconv/Makefile: Likewise.
9363         * iconvdata/Makefile: Likewise.
9364         * locale/Makefile: Likewise.
9365         * malloc/Makefile: Likewise.
9366         * nss/Makefile: Likewise.
9367         * sysdeps/gnu/Makefile: Likewise.
9368         * sysdeps/ieee754/ldbl-opt/Makefile: Likewise.
9369         * sysdeps/unix/sysv/linux/Makefile: Likewise.
9370         * sysdeps/s390/s390-64/Makefile: Likewise.
9371         * nscd/Makefile: Set libof-* for each routine.  Set CFLAGS and
9372         CPPFLAGS for nscd instead of nonlib.
9374 2014-11-18  Roland McGrath  <roland@hack.frob.com>
9376         * nptl/createthread.c: New file.
9378         * nptl/createthread.c: Moved ...
9379         * sysdeps/unix/sysv/linux/createthread.c: ... here.
9381         * nptl/createthread.c: Add proper top-line comment.
9382         (do_clone): Folded into ...
9383         (create_thread): ... here.  Take new arguments STOPPED_START and
9384         THREAD_RAN.  Always set PD->stopped_start to something here.  Don't
9385         increment __nptl_threads, do event-reporting logic, do
9386         CHECK_THREAD_SYSINFO, or set THREAD_SELF->header.multiple_threads
9387         here.  Set *THREAD_RAN after ARCH_CLONE call succeeds.  Don't do any
9388         resource cleanup if sched_setaffinity or sched_setscheduler fails,
9389         just send SIGCANCEL.
9390         * nptl/pthread_create.c: Forward-declare create_thread before
9391         including createthread.c.
9392         (start_thread): Use new macro START_THREAD_DEFN to replace defining
9393         declaration, and new macro START_THREAD_SELF to replace argument.
9394         Remove return statement.
9395         (report_thread_creation): New function.
9396         (__pthread_create_2_1): Use it.  Do TD_CREATE reporting,
9397         synchronization logic, and __nptl_nthreads increment here, around
9398         calling create_thread.  Do CHECK_THREAD_SYSINFO and initialize
9399         PD->parent_cancelhandling here, before create_thread.  When
9400         create_thread fails, do __nptl_nthreads decrement, setxid_futex wake,
9401         __deallocate_stack, and ENOMEM translation here.
9403 2014-11-18  Joseph Myers  <joseph@codesourcery.com>
9405         [BZ #17616]
9406         * sysdeps/ieee754/dbl-64/mpa.c (mpone): Rename to __mpone.
9407         (mptwo): Rename to __mptwo.
9408         (__inv): Use __mptwo instead of mptwo.
9409         * sysdeps/ieee754/dbl-64/mpa.h (mpone): Rename to __mpone.
9410         (mptwo): Rename to __mptwo.
9411         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Use __mpone instead
9412         of mpone and __mptwo instead of mptwo.
9413         * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Use __mpone
9414         instead of mpone.
9415         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Likewise.
9416         * sysdeps/ieee754/dbl-64/mplog.c (__mplog): Likewise.
9417         * sysdeps/ieee754/dbl-64/sincos32.c (__c32): Use __mpone instead
9418         of mpone and __mptwo instead of mptwo.
9419         (__mpranred): Use __mpone instead of mpone.
9420         * conform/Makefile (test-xfail-ISO/math.h/linknamespace): Remove
9421         variable.
9422         (test-xfail-ISO99/complex.h/linknamespace): Likewise.
9423         (test-xfail-ISO99/math.h/linknamespace): Likewise.
9424         (test-xfail-ISO99/tgmath.h/linknamespace): Likewise.
9425         (test-xfail-ISO11/complex.h/linknamespace): Likewise.
9426         (test-xfail-ISO11/math.h/linknamespace): Likewise.
9427         (test-xfail-ISO11/tgmath.h/linknamespace): Likewise.
9428         (test-xfail-XPG3/math.h/linknamespace): Likewise.
9429         (test-xfail-XPG4/math.h/linknamespace): Likewise.
9430         (test-xfail-POSIX/math.h/linknamespace): Likewise.
9431         (test-xfail-UNIX98/math.h/linknamespace): Likewise.
9432         (test-xfail-XOPEN2K/complex.h/linknamespace): Likewise.
9433         (test-xfail-XOPEN2K/math.h/linknamespace): Likewise.
9434         (test-xfail-XOPEN2K/tgmath.h/linknamespace): Likewise.
9435         (test-xfail-POSIX2008/complex.h/linknamespace): Likewise.
9436         (test-xfail-POSIX2008/math.h/linknamespace): Likewise.
9437         (test-xfail-POSIX2008/tgmath.h/linknamespace): Likewise.
9438         (test-xfail-XOPEN2K8/complex.h/linknamespace): Likewise.
9439         (test-xfail-XOPEN2K8/math.h/linknamespace): Likewise.
9440         (test-xfail-XOPEN2K8/tgmath.h/linknamespace): Likewise.
9442 2014-11-18  Tom de Vries  <tom@codesoucery.com>
9444         * manual/signal.texi (Primitives Interrupted by Signals): In section,
9445         replace BSD Handler xref with BSD Signal Handling.
9447 2014-11-17  Richard Henderson  <rth@redhat.com>
9449         * sysdeps/alpha/soft-fp/local-soft-fp.h (_FP_UNPACK_RAW_2): Remove.
9450         (_FP_PACK_RAW_2): Remove.
9451         (AXP_DECL_RETURN_Q): Rename from FP_DECL_RETURN, use _FP_UNION_Q.
9452         (AXP_RETURN_Q): Rename from FP_RETURN, use _FP_UNION_Q.
9453         (AXP_UNPACK_RAW_Q, AXP_UNPACK_SEMIRAW_Q, AXP_UNPACK_Q): New.
9454         (AXP_PACK_RAW_Q, AXP_PACK_SEMIRAW_Q, AXP_PACK_Q): New.
9455         * sysdeps/alpha/soft-fp/ots_add.c (_OtsAddX): Update to match.
9456         * sysdeps/alpha/soft-fp/ots_cmp.c (internal_equality): Likewise.
9457         * sysdeps/alpha/soft-fp/ots_cmpe.c (internal_compare): Likewise.
9458         * sysdeps/alpha/soft-fp/ots_cvtqux.c (_OtsCvtQUX): Likewise.
9459         * sysdeps/alpha/soft-fp/ots_cvtqx.c (_OtsCvtQX): Likewise.
9460         * sysdeps/alpha/soft-fp/ots_cvttx.c (_OtsConvertFloatTX): Likewise.
9461         * sysdeps/alpha/soft-fp/ots_cvtxq.c (_OtsCvtXQ): Likewise.
9462         * sysdeps/alpha/soft-fp/ots_cvtxt.c (_OtsConvertFloatXT): Likewise.
9463         * sysdeps/alpha/soft-fp/ots_div.c (_OtsDivX): Likewise.
9464         * sysdeps/alpha/soft-fp/ots_mul.c (_OtsMulX): Likewise.
9465         * sysdeps/alpha/soft-fp/ots_nintxq.c (_OtsNintXQ): Likewise.
9466         * sysdeps/alpha/soft-fp/ots_sub.c (_OtsSubX): Likewise.
9468 2014-11-14  Roland McGrath  <roland@hack.frob.com>
9470         * signal/signal.h [__USE_MISC]
9471         (struct sigvec): Remove type.
9472         (SV_ONSTACK, SV_INTERRUPT, SV_RESETHAND): Remove macros.
9473         (sigvec): Remove declaration.
9474         * sysdeps/posix/sigvec.c: Moved ...
9475         * signal/sigvec.c: ... here, replacing old file.
9476         (struct sigvec): New type, copied from old signal.h definition.
9477         (SV_ONSTACK, SV_INTERRUPT, SV_RESETHAND): New macros, likewise copied.
9478         (__sigvec): Convert definition to prototype.
9479         (sigvec): Replace weak_alias with compat_symbol.
9480         * signal/Versions (libc: GLIBC_2.21): New version set.
9481         * include/signal.h: Remove __sigvec declaration.
9482         * sysdeps/unix/bsd/sigvec.c: Remove file.
9483         * sysdeps/unix/bsd/syscalls.list: Remove sigvec.
9484         * manual/signal.texi (BSD Handler): Remove subsection.
9485         Move siginterrupt up to ...
9486         (BSD Signal Handling): ... here.  Mark it as XPG rather than BSD.
9487         (Blocking in BSD): Fold subsection into its parent.
9488         * NEWS: Mention sigvec removal.
9490 2014-11-14  Joseph Myers  <joseph@codesourcery.com>
9492         * sysdeps/x86_64/fpu/dla.h [__FMA4__ && __GNUC_PREREQ (4, 6)]
9493         (DLA_FMS): Make definition conditional only on [__FMA4__].
9494         [__FMA4__ && !__GNUC_PREREQ (4, 6)] (DLA_FMS): Remove conditional
9495         definition.
9497         * sysdeps/arm/sysdep.h [PROF && __GNUC_PREREQ(4,4)] (CALL_MCOUNT):
9498         Make definition conditional only on [PROF].
9499         [PROF && !__GNUC_PREREQ(4,4)] (CALL_MCOUNT): Remove conditional
9500         definition.
9501         [__GNUC_PREREQ(4,4)] (mcount): Make definition unconditional.
9502         [!__GNUC_PREREQ(4,4)] (mcount): Remove conditional definition.
9504         * signal/signal.h (__sigpause): Only declare if [__USE_XOPEN &&
9505         !__GNUC__].
9506         * include/signal.h (__sigpause): Move declaration above call to
9507         libc_hidden_proto.
9508         * conform/Makefile (test-xfail-ISO/signal.h/linknamespace): Remove
9509         variable.
9510         (test-xfail-ISO99/signal.h/linknamespace): Likewise.
9511         (test-xfail-ISO11/signal.h/linknamespace): Likewise.
9513 2014-11-14  David S. Miller  <davem@davemloft.net>
9515         * sysdeps/sparc/sparc64/rtld-memcpy.c (NO_MEMPCPY_STPCPY_REDIRECT):
9516         Define before including <string/memcpy.c> and <string/mempcpy.c>.
9518 2014-11-14  Joseph Myers  <joseph@codesourcery.com>
9520         * configure.ac (libc_cv_compiler_ok): Require GCC 4.6 or later.
9521         * configure: Regenerated.
9522         * manual/install.texi (Tools for Compilation): Document a
9523         requirement of GCC 4.6 or later and that GCC 4.9 is the newest
9524         compiler verified to work.
9525         * INSTALL: Regenerated.
9527         * include/string.h [NO_MEMPCPY_STPCPY_REDIRECT] (mempcpy): Do not
9528         redeclare with asm name.
9529         [NO_MEMPCPY_STPCPY_REDIRECT] (stpcpy): Likewise.
9530         * string/mempcpy.c (NO_MEMPCPY_STPCPY_REDIRECT): Define before
9531         including <string.h>.
9532         * string/stpcpy.c (NO_MEMPCPY_STPCPY_REDIRECT): Likewise.
9533         * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy.c
9534         [!NOT_IN_libc] (NO_MEMPCPY_STPCPY_REDIRECT): Likewise.
9535         * sysdeps/powerpc/powerpc64/multiarch/mempcpy.c
9536         [!NOT_IN_libc] (NO_MEMPCPY_STPCPY_REDIRECT): Likewise.
9537         * sysdeps/powerpc/powerpc64/multiarch/stpcpy.c
9538         [SHARED && !NOT_IN_libc] (NO_MEMPCPY_STPCPY_REDIRECT): Likewise.
9540 2014-11-13  Joseph Myers  <joseph@codesourcery.com>
9542         * stdlib/strtol.c (__strtol): Use prototype definition.
9544         [BZ #17594]
9545         * stdlib/strtol.c (SYM__): New macro.
9546         (SYM__1): Likewise.
9547         (__strtol): Likewise.
9548         (strtol): Rename to __strtol and define as weak alias of
9549         __strtol.  Use libc_hidden_weak.
9551 2014-11-13  Stefan Liebler  <stli@linux.vnet.ibm.com>
9553         * sysdeps/s390/s390-32/dl-machine.h (RTLD_START):
9554         Use numbered labels in inline assembly.
9556 2014-11-13  Stefan Liebler  <stli@linux.vnet.ibm.com>
9558         * sysdeps/s390/s390-32/setjmp.S (__sigsetjmp):
9559         Add setjmp LIBC_PROBE.
9560         * sysdeps/s390/s390-64/setjmp.S (__sigsetjmp):
9561         Likewise.
9562         * sysdeps/s390/s390-32/__longjmp.c (__longjmp):
9563         Add longjmp, longjmp_target LIBC_PROBE.
9564         * sysdeps/s390/s390-64/__longjmp.c (__longjmp):
9565         Likewise.
9567 2014-11-13  Stefan Liebler  <stli@linux.vnet.ibm.com>
9569         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela):
9570         Gate the definition of refsym additionally with !RTLD_BOOTSTRAP
9571         to get rid of unused variable warning.
9573 2014-11-13  Stefan Liebler  <stli@linux.vnet.ibm.com>
9575         * sysdeps/s390/s390-32/backtrace.c (__backtrace):
9576         Check for unwind_backtrace ==  NULL only in SHARED case.
9577         (__backchain_backtrace): Compile only in SHARED case.
9578         * sysdeps/s390/s390-64/backtrace.c (__backtrace):
9579         Likewise.
9580         (__backchain_backtrace): Declare as static.
9582 2014-11-12  Roland McGrath  <roland@hack.frob.com>
9584         * nptl/createthread.c [!TLS_MULTIPLE_THREADS_IN_TCB]
9585         (__libc_multiple_threads_ptr): Variable moved ...
9586         * nptl/nptl-init.c [!TLS_MULTIPLE_THREADS_IN_TCB]: ... here.
9588 2014-11-12  Joseph Myers  <joseph@codesourcery.com>
9590         * conform/GlibcConform.pm: New file.
9591         * conform/conformtest.pl: Use GlibcConform module.
9592         * conform/linknamespace.pl: New file.
9593         * conform/list-header-symbols.pl: Likewise.
9594         * conform/Makefile (linknamespace-symlists-base): New variable.
9595         (linknamespace-symlists-tests): Likewise.
9596         (linknamespace-header-base): Likewise.
9597         (linknamespace-header-tests): Likewise.
9598         (tests-special): Add new tests.
9599         ($(linknamespace-symlists-tests)): New rule.
9600         (linknamespace-libs): New variable.
9601         ($(objpfx)symlist-stdlibs): New rule.
9602         ($(linknamespace-header-tests)): Likewise.
9603         (test-xfail-XPG3/varargs.h/linknamespace): New variable.
9604         (test-xfail-XPG4/varargs.h/linknamespace): Likewise.
9605         (test-xfail-UNIX98/varargs.h/linknamespace): Likewise.
9606         (test-xfail-XPG4/ndbm.h/linknamespace): Likewise.
9607         (test-xfail-UNIX98/ndbm.h/linknamespace): Likewise.
9608         (test-xfail-XOPEN2K/ndbm.h/linknamespace): Likewise.
9609         (test-xfail-XOPEN2K8/ndbm.h/linknamespace): Likewise.
9610         (test-xfail-ISO/math.h/linknamespace): Likewise.
9611         (test-xfail-ISO/signal.h/linknamespace): Likewise.
9612         (test-xfail-ISO/stdio.h/linknamespace): Likewise.
9613         (test-xfail-ISO/time.h/linknamespace): Likewise.
9614         (test-xfail-ISO99/complex.h/linknamespace): Likewise.
9615         (test-xfail-ISO99/ctype.h/linknamespace): Likewise.
9616         (test-xfail-ISO99/math.h/linknamespace): Likewise.
9617         (test-xfail-ISO99/signal.h/linknamespace): Likewise.
9618         (test-xfail-ISO99/stdio.h/linknamespace): Likewise.
9619         (test-xfail-ISO99/tgmath.h/linknamespace): Likewise.
9620         (test-xfail-ISO11/complex.h/linknamespace): Likewise.
9621         (test-xfail-ISO11/ctype.h/linknamespace): Likewise.
9622         (test-xfail-ISO11/math.h/linknamespace): Likewise.
9623         (test-xfail-ISO11/signal.h/linknamespace): Likewise.
9624         (test-xfail-ISO11/stdio.h/linknamespace): Likewise.
9625         (test-xfail-ISO11/tgmath.h/linknamespace): Likewise.
9626         (test-xfail-XPG3/ctype.h/linknamespace): Likewise.
9627         (test-xfail-XPG3/fnmatch.h/linknamespace): Likewise.
9628         (test-xfail-XPG3/glob.h/linknamespace): Likewise.
9629         (test-xfail-XPG3/math.h/linknamespace): Likewise.
9630         (test-xfail-XPG3/regex.h/linknamespace): Likewise.
9631         (test-xfail-XPG3/search.h/linknamespace): Likewise.
9632         (test-xfail-XPG3/stdio.h/linknamespace): Likewise.
9633         (test-xfail-XPG3/time.h/linknamespace): Likewise.
9634         (test-xfail-XPG3/unistd.h/linknamespace): Likewise.
9635         (test-xfail-XPG3/wordexp.h/linknamespace): Likewise.
9636         (test-xfail-XPG4/ctype.h/linknamespace): Likewise.
9637         (test-xfail-XPG4/fmtmsg.h/linknamespace): Likewise.
9638         (test-xfail-XPG4/fnmatch.h/linknamespace): Likewise.
9639         (test-xfail-XPG4/glob.h/linknamespace): Likewise.
9640         (test-xfail-XPG4/grp.h/linknamespace): Likewise.
9641         (test-xfail-XPG4/libgen.h/linknamespace): Likewise.
9642         (test-xfail-XPG4/math.h/linknamespace): Likewise.
9643         (test-xfail-XPG4/netdb.h/linknamespace): Likewise.
9644         (test-xfail-XPG4/pwd.h/linknamespace): Likewise.
9645         (test-xfail-XPG4/regex.h/linknamespace): Likewise.
9646         (test-xfail-XPG4/search.h/linknamespace): Likewise.
9647         (test-xfail-XPG4/stdio.h/linknamespace): Likewise.
9648         (test-xfail-XPG4/stdlib.h/linknamespace): Likewise.
9649         (test-xfail-XPG4/sys/mman.h/linknamespace): Likewise.
9650         (test-xfail-XPG4/sys/statvfs.h/linknamespace): Likewise.
9651         (test-xfail-XPG4/syslog.h/linknamespace): Likewise.
9652         (test-xfail-XPG4/time.h/linknamespace): Likewise.
9653         (test-xfail-XPG4/unistd.h/linknamespace): Likewise.
9654         (test-xfail-XPG4/wordexp.h/linknamespace): Likewise.
9655         (test-xfail-POSIX/aio.h/linknamespace): Likewise.
9656         (test-xfail-POSIX/fnmatch.h/linknamespace): Likewise.
9657         (test-xfail-POSIX/glob.h/linknamespace): Likewise.
9658         (test-xfail-POSIX/math.h/linknamespace): Likewise.
9659         (test-xfail-POSIX/mqueue.h/linknamespace): Likewise.
9660         (test-xfail-POSIX/pthread.h/linknamespace): Likewise.
9661         (test-xfail-POSIX/regex.h/linknamespace): Likewise.
9662         (test-xfail-POSIX/sched.h/linknamespace): Likewise.
9663         (test-xfail-POSIX/semaphore.h/linknamespace): Likewise.
9664         (test-xfail-POSIX/sys/mman.h/linknamespace): Likewise.
9665         (test-xfail-POSIX/time.h/linknamespace): Likewise.
9666         (test-xfail-POSIX/unistd.h/linknamespace): Likewise.
9667         (test-xfail-POSIX/wordexp.h/linknamespace): Likewise.
9668         (test-xfail-UNIX98/aio.h/linknamespace): Likewise.
9669         (test-xfail-UNIX98/ctype.h/linknamespace): Likewise.
9670         (test-xfail-UNIX98/fmtmsg.h/linknamespace): Likewise.
9671         (test-xfail-UNIX98/fnmatch.h/linknamespace): Likewise.
9672         (test-xfail-UNIX98/glob.h/linknamespace): Likewise.
9673         (test-xfail-UNIX98/grp.h/linknamespace): Likewise.
9674         (test-xfail-UNIX98/libgen.h/linknamespace): Likewise.
9675         (test-xfail-UNIX98/math.h/linknamespace): Likewise.
9676         (test-xfail-UNIX98/mqueue.h/linknamespace): Likewise.
9677         (test-xfail-UNIX98/netdb.h/linknamespace): Likewise.
9678         (test-xfail-UNIX98/pthread.h/linknamespace): Likewise.
9679         (test-xfail-UNIX98/pwd.h/linknamespace): Likewise.
9680         (test-xfail-UNIX98/regex.h/linknamespace): Likewise.
9681         (test-xfail-UNIX98/sched.h/linknamespace): Likewise.
9682         (test-xfail-UNIX98/search.h/linknamespace): Likewise.
9683         (test-xfail-UNIX98/semaphore.h/linknamespace): Likewise.
9684         (test-xfail-UNIX98/stdio.h/linknamespace): Likewise.
9685         (test-xfail-UNIX98/stdlib.h/linknamespace): Likewise.
9686         (test-xfail-UNIX98/sys/mman.h/linknamespace): Likewise.
9687         (test-xfail-UNIX98/sys/statvfs.h/linknamespace): Likewise.
9688         (test-xfail-UNIX98/syslog.h/linknamespace): Likewise.
9689         (test-xfail-UNIX98/time.h/linknamespace): Likewise.
9690         (test-xfail-UNIX98/unistd.h/linknamespace): Likewise.
9691         (test-xfail-UNIX98/wchar.h/linknamespace): Likewise.
9692         (test-xfail-UNIX98/wordexp.h/linknamespace): Likewise.
9693         (test-xfail-XOPEN2K/aio.h/linknamespace): Likewise.
9694         (test-xfail-XOPEN2K/complex.h/linknamespace): Likewise.
9695         (test-xfail-XOPEN2K/fcntl.h/linknamespace): Likewise.
9696         (test-xfail-XOPEN2K/fmtmsg.h/linknamespace): Likewise.
9697         (test-xfail-XOPEN2K/fnmatch.h/linknamespace): Likewise.
9698         (test-xfail-XOPEN2K/glob.h/linknamespace): Likewise.
9699         (test-xfail-XOPEN2K/grp.h/linknamespace): Likewise.
9700         (test-xfail-XOPEN2K/libgen.h/linknamespace): Likewise.
9701         (test-xfail-XOPEN2K/math.h/linknamespace): Likewise.
9702         (test-xfail-XOPEN2K/mqueue.h/linknamespace): Likewise.
9703         (test-xfail-XOPEN2K/net/if.h/linknamespace): Likewise.
9704         (test-xfail-XOPEN2K/netdb.h/linknamespace): Likewise.
9705         (test-xfail-XOPEN2K/pthread.h/linknamespace): Likewise.
9706         (test-xfail-XOPEN2K/pwd.h/linknamespace): Likewise.
9707         (test-xfail-XOPEN2K/regex.h/linknamespace): Likewise.
9708         (test-xfail-XOPEN2K/search.h/linknamespace): Likewise.
9709         (test-xfail-XOPEN2K/semaphore.h/linknamespace): Likewise.
9710         (test-xfail-XOPEN2K/signal.h/linknamespace): Likewise.
9711         (test-xfail-XOPEN2K/spawn.h/linknamespace): Likewise.
9712         (test-xfail-XOPEN2K/stdlib.h/linknamespace): Likewise.
9713         (test-xfail-XOPEN2K/sys/mman.h/linknamespace): Likewise.
9714         (test-xfail-XOPEN2K/sys/statvfs.h/linknamespace): Likewise.
9715         (test-xfail-XOPEN2K/sys/wait.h/linknamespace): Likewise.
9716         (test-xfail-XOPEN2K/syslog.h/linknamespace): Likewise.
9717         (test-xfail-XOPEN2K/tgmath.h/linknamespace): Likewise.
9718         (test-xfail-XOPEN2K/time.h/linknamespace): Likewise.
9719         (test-xfail-XOPEN2K/ucontext.h/linknamespace): Likewise.
9720         (test-xfail-XOPEN2K/unistd.h/linknamespace): Likewise.
9721         (test-xfail-XOPEN2K/wordexp.h/linknamespace): Likewise.
9722         (test-xfail-POSIX2008/aio.h/linknamespace): Likewise.
9723         (test-xfail-POSIX2008/complex.h/linknamespace): Likewise.
9724         (test-xfail-POSIX2008/ctype.h/linknamespace): Likewise.
9725         (test-xfail-POSIX2008/dirent.h/linknamespace): Likewise.
9726         (test-xfail-POSIX2008/fcntl.h/linknamespace): Likewise.
9727         (test-xfail-POSIX2008/grp.h/linknamespace): Likewise.
9728         (test-xfail-POSIX2008/math.h/linknamespace): Likewise.
9729         (test-xfail-POSIX2008/mqueue.h/linknamespace): Likewise.
9730         (test-xfail-POSIX2008/net/if.h/linknamespace): Likewise.
9731         (test-xfail-POSIX2008/netdb.h/linknamespace): Likewise.
9732         (test-xfail-POSIX2008/pthread.h/linknamespace): Likewise.
9733         (test-xfail-POSIX2008/regex.h/linknamespace): Likewise.
9734         (test-xfail-POSIX2008/semaphore.h/linknamespace): Likewise.
9735         (test-xfail-POSIX2008/spawn.h/linknamespace): Likewise.
9736         (test-xfail-POSIX2008/sys/mman.h/linknamespace): Likewise.
9737         (test-xfail-POSIX2008/sys/statvfs.h/linknamespace): Likewise.
9738         (test-xfail-POSIX2008/tgmath.h/linknamespace): Likewise.
9739         (test-xfail-POSIX2008/time.h/linknamespace): Likewise.
9740         (test-xfail-POSIX2008/unistd.h/linknamespace): Likewise.
9741         (test-xfail-XOPEN2K8/aio.h/linknamespace): Likewise.
9742         (test-xfail-XOPEN2K8/complex.h/linknamespace): Likewise.
9743         (test-xfail-XOPEN2K8/dirent.h/linknamespace): Likewise.
9744         (test-xfail-XOPEN2K8/fcntl.h/linknamespace): Likewise.
9745         (test-xfail-XOPEN2K8/fmtmsg.h/linknamespace): Likewise.
9746         (test-xfail-XOPEN2K8/grp.h/linknamespace): Likewise.
9747         (test-xfail-XOPEN2K8/libgen.h/linknamespace): Likewise.
9748         (test-xfail-XOPEN2K8/math.h/linknamespace): Likewise.
9749         (test-xfail-XOPEN2K8/mqueue.h/linknamespace): Likewise.
9750         (test-xfail-XOPEN2K8/net/if.h/linknamespace): Likewise.
9751         (test-xfail-XOPEN2K8/netdb.h/linknamespace): Likewise.
9752         (test-xfail-XOPEN2K8/pthread.h/linknamespace): Likewise.
9753         (test-xfail-XOPEN2K8/pwd.h/linknamespace): Likewise.
9754         (test-xfail-XOPEN2K8/regex.h/linknamespace): Likewise.
9755         (test-xfail-XOPEN2K8/search.h/linknamespace): Likewise.
9756         (test-xfail-XOPEN2K8/semaphore.h/linknamespace): Likewise.
9757         (test-xfail-XOPEN2K8/spawn.h/linknamespace): Likewise.
9758         (test-xfail-XOPEN2K8/sys/mman.h/linknamespace): Likewise.
9759         (test-xfail-XOPEN2K8/sys/statvfs.h/linknamespace): Likewise.
9760         (test-xfail-XOPEN2K8/syslog.h/linknamespace): Likewise.
9761         (test-xfail-XOPEN2K8/tgmath.h/linknamespace): Likewise.
9762         (test-xfail-XOPEN2K8/time.h/linknamespace): Likewise.
9763         (test-xfail-XOPEN2K8/unistd.h/linknamespace): Likewise.
9765         [BZ #17589]
9766         * intl/localealias.c [_LIBC] (FGETS): Use __fgets_unlocked instead
9767         of fgets_unlocked.
9769         [BZ #17585]
9770         * string/memmem.c [!_LIBC] (__memmem): Define to memmem.
9771         (memmem): Rename to __memmem and define as weak alias of
9772         __memmem.  Use libc_hidden_weak.
9773         (__memmem): Use libc_hidden_def.
9774         * include/string.h (__memmem): Declare.  Use libc_hidden_proto.
9775         * locale/findlocale.c (valid_locale_name): Use __memmem instead of
9776         memmem.
9778         [BZ #17582]
9779         * libio/iofgets.c [weak_alias && !_IO_MTSAFE_IO]
9780         (__fgets_unlocked): Add alias of _IO_fgets.  Use libc_hidden_def.
9781         * libio/iofgets_u.c (fgets_unlocked): Rename to __fgets_unlocked
9782         and define as weak alias of __fgets_unlocked.  Use
9783         libc_hidden_weak.
9784         (__fgets_unlocked): Use libc_hidden_def.
9785         * include/stdio.h (__fgets_unlocked): Declare.  Use
9786         libc_hidden_proto.
9787         * sysdeps/unix/sysv/linux/getsysstats.c (phys_pages_info): Use
9788         __fgets_unlocked instead of fgets_unlocked.
9789         * sysdeps/unix/sysv/linux/alpha/getsysstats.c
9790         (GET_NPROCS_CONF_PARSER): Likewise.
9791         * sysdeps/unix/sysv/linux/sparc/getsysstats.c
9792         (GET_NPROCS_CONF_PARSER): Likewise.
9794         [BZ #17574]
9795         * wcsmbs/wmemset.c (wmemset): Rename to __wmemset and define as
9796         weak alias of __wmemset.  Use libc_hidden_weak.
9797         (__wmemset): Use libc_hidden_def.
9798         * include/wchar.h (__wmemset): Declare.  Use libc_hidden_proto.
9799         * stdio-common/printf_fp.c (___printf_fp): Call __wmemset instead
9800         of wmemset.
9802         [BZ #17573]
9803         * include/string.h [NOT_IN_libc || !SHARED] (mempcpy): Declare
9804         with asm name __mempcpy.
9805         [NOT_IN_libc || !SHARED] (stpcpy): Declare with asm name __stpcpy.
9807         [BZ #17572]
9808         * sysdeps/x86_64/rawmemchr.S (rawmemchr): Rename to __rawmemchr
9809         and define as weak alias of __rawmemchr.
9810         (__rawmemchr): Do not define as strong alias of rawmemchr.
9812         [BZ #17571]
9813         * stdlib/msort.c (qsort_r): Rename to __qsort_r and define as weak
9814         alias of __qsort_r.
9815         (qsort): Call __qsort_r instead of qsort_r.
9816         * include/stdlib.h (qsort_r): Do not call libc_hidden_proto.
9817         (__qsort_r): Declare.  Call libc_hidden_proto.
9818         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Call __qsort_r
9819         instead of qsort_r.
9820         * nscd/gai.c (__qsort_r): Define to qsort_r.
9821         * posix/tst-rfc3484.c (__qsort_r): Likewise.
9822         * posix/tst-rfc3484-2.c (__qsort_r): Likewise.
9823         * posix/tst-rfc3484-3.c (__qsort_r): Likewise.
9825         [BZ #17570]
9826         * malloc/malloc.c (malloc_info): Rename to __malloc_info and
9827         define as weak alias of __malloc_info.
9829         [BZ #17584]
9830         * dirent/rewinddir.c (rewinddir): Rename to __rewinddir and define
9831         as weak alias of __rewinddir.  Don't use libc_hidden_def.
9832         (__rewinddir): Use libc_hidden_def.
9833         * sysdeps/mach/hurd/rewinddir.c: Rename to __rewinddir and define
9834         as weak alias of __rewinddir.  Don't use libc_hidden_def.
9835         (__rewinddir): Use libc_hidden_def.
9836         * sysdeps/posix/rewinddir.c: Rename to __rewinddir and define as
9837         weak alias of __rewinddir.  Don't use libc_hidden_def.
9838         (__rewinddir): Use libc_hidden_def.
9839         * include/dirent.h (rewinddir): Don't use libc_hidden_proto.
9840         (__rewinddir): Use libc_hidden_proto.
9841         * sysdeps/posix/getcwd.c [!_LIBC] (__rewinddir): Define to
9842         rewinddir.
9843         (__getcwd): Use __rewinddir instead of rewinddir.
9845         [BZ #17583]
9846         * libio/fileno.c (fileno): Rename to __fileno and define as weak
9847         alias of __fileno.  Use libc_hidden_weak.
9848         (__fileno): Use libc_hidden_def.
9849         [weak_alias] (fileno_unlocked): Define as weak alias of __fileno.
9850         * libio/ftello.c (ftello): Rename to __ftello and define as weak
9851         alias of __ftello.
9852         [__OFF_T_MATCHES_OFF64_T] (ftello64): Define as weak alias of
9853         __ftello.
9854         * libio/iofread.c [weak_alias && !_IO_MTSAFE_IO]
9855         (__fread_unlocked): Define as strong alias of _IO_fread.  Use
9856         libc_hidden_def.
9857         (fread_unlocked): Don't use libc_hidden_ver.
9858         * libio/iofread_u.c (fread_unlocked): Rename to __fread_unlocked
9859         and define as weak alias of __fread_unlocked.  Don't use
9860         libc_hidden_def.
9861         (__fread_unlocked): Use libc_hidden_def.
9862         * include/stdio.h (__fileno): Declare.  Use libc_hidden_proto.
9863         (ftello): Don't use libc_hidden_proto.
9864         (__ftello): Declare.  Use libc_hidden_proto.
9865         (fread_unlocked): Don't use libc_hidden_proto.
9866         (__fread_unlocked): Declare.  Use libc_hidden_proto.
9867         * time/tzfile.c (__tzfile_read): Use __fileno, __fread_unlocked
9868         and __ftello instead of fileno, fread_unlocked and ftello.
9870 2012-11-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
9872         * sysdeps/s390/s390-32/bcopy.S (__bcopy): Use GOT instead of
9873         GOT12.
9874         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_load_address):
9875         Likewise.
9876         (_dl_start_user): Likewise.
9877         * sysdeps/s390/s390-32/setjmp.S (__sigsetjmp): Likewise.
9879 2014-11-12  Carlos O'Donell  <carlos@redhat.com>
9880             Siddhesh Poyarekar  <siddhesh@redhat.com>
9882         * sysdeps/s390/s390-32/dl-machine.h (_dl_start_user):
9883         Move argv and envp down instead of moving argc up.
9884         * sysdeps/s390/s390-32/dl-sysdep.h: New file.
9886 2014-11-12  Leonhard Holz  <leonhard.holz@web.de>
9888         [BZ #17506]
9889         * test-skeleton.c (main): Return successful if one of
9890         EXPECTED_SIGNAL or EXPECTED_STATUS is met when both given.
9891         * string/tst-strcoll-overflow.c: Define expected status.
9893 2014-11-12  Tatiana Udalova  <t.udalova@samsung.com>
9895         [BZ #17475]
9896         * locale/iso-639.def: Define Bhili and Tulu language codes.
9898 2014-11-11  Alan Hayward  <alan.hayward@arm.com>
9900         * sysdeps/unix/sysv/linux/aarch64/bits/ipc.h: New file.
9902 2014-11-10  Renlin Li  <Renlin.Li@arm.com>
9904         [BZ #17555]
9905         * sysdeps/aarch64/start.S (_start): Delete x29 overwritten assignment.
9907 2014-11-10  Andrew Senkevich  <andrew.n.senkevich@gmail.com>
9909         * configure.ac: Updated check of minimal required version to
9910         2.22.
9911         * manual/install.texi (Tools for Compilation): Updated version
9912         number.
9913         * configure: Regenerated.
9914         * INSTALL: Likewise.
9916 2014-11-07  Andreas Schwab  <schwab@linux-m68k.org>
9918         * sysdeps/unix/sysv/linux/m68k/localplt.data (ld.so): Remove
9919         __tls_get_addr.
9921 2014-11-07  Joseph Myers  <joseph@codesourcery.com>
9923         * include/sys/wait.h (__libc_waitpid): Remove declaration.
9924         * posix/waitpid.c (__libc_waitpid): Rename to __waitpid.
9925         (__waitpid): Don't define as alias.  Use libc_hidden_def not
9926         libc_hidden_weak.
9927         (waitpid): Define as alias of __waitpid.
9928         * sysdeps/unix/bsd/waitpid.c (__libc_waitpid): Rename to
9929         __waitpid.
9930         (__waitpid): Don't define as alias.  Use libc_hidden_def not
9931         libc_hidden_weak.
9932         (waitpid): Define as alias of __waitpid.
9933         * sysdeps/unix/sysv/linux/i386/syscalls.list (waitpid): Remove
9934         __libc_waitpid alias.
9935         * sysdeps/unix/sysv/linux/m68k/syscalls.list (waitpid): Likewise.
9936         * sysdeps/unix/sysv/linux/powerpc/syscalls.list (waitpid):
9937         Likewise.
9938         * sysdeps/unix/sysv/linux/sh/syscalls.list (waitpid): Likewise.
9939         * sysdeps/unix/sysv/linux/sparc/syscalls.list (waitpid): Likewise.
9940         * sysdeps/unix/sysv/linux/tile/waitpid.S (__libc_waitpid): Remove
9941         alias.
9942         * sysdeps/unix/sysv/linux/waitpid.c (__libc_waitpid): Rename to
9943         __waitpid.
9944         (__waitpid): Don't define as alias.  Use libc_hidden_def not
9945         libc_hidden_weak.
9946         (waitpid): Define as alias of __waitpid.
9948 2014-11-06  Carlos O'Donell  <carlos@redhat.com>
9950         * manual/llio.texi: Add comment that write safety has been
9951         fixed in Linux.
9953         * elf/Makefile (all-built-dso): Add $(common-objpfx)elf/ld.so.
9954         (localplt-build-dso): Add elf/ld.so.
9955         * sysdeps/unix/sysv/linux/i386/localplt.data: Add ___tls_get_addr
9956         i.e. 3 underscore version, __libc_memalign, malloc, calloc, realloc,
9957         and free for ld.so.
9958         * sysdeps/unix/sysv/linux/powerpc/powerpc64/localplt.data: Add
9959         __libc_memalign, malloc, calloc, realloc, and free for ld.so.
9960         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/localplt.data:
9961         Likewise.
9962         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/localplt.data:
9963         Likewise.
9964         * sysdeps/unix/sysv/linux/s390/localplt.data: Likewise.
9965         * sysdeps/generic/localplt.data: Add __tls_get_addr i.e. 2 underscore
9966         version, __libc_memalign, malloc, calloc, realloc and free for ld.so.
9967         * sysdeps/unix/sysv/linux/aarch64/localplt.data: Likewise.
9968         * sysdeps/unix/sysv/linux/arm/localplt.data: Likewise.
9969         * sysdeps/unix/sysv/linux/alpha/localplt.data: Likewise.
9970         * sysdeps/unix/sysv/linux/ia64/localplt.data: Likewise.
9971         * sysdeps/unix/sysv/linux/m68k/localplt.data: Likewise.
9972         * sysdeps/unix/sysv/linux/microblaze/localplt.data: Likewise.
9973         * sysdeps/unix/sysv/linux/sparc/sparc32/localplt.data: Likewise.
9974         * sysdeps/unix/sysv/linux/sparc/sparc64/localplt.data: Likewise.
9976 2014-11-05  Joseph Myers  <joseph@codesourcery.com>
9978         [BZ #14132]
9979         * include/libc-symbols.h (INTUSE): Remove macro.
9980         (INTDEF): Likewise.
9981         (INTVARDEF): Likewise.
9982         (_INTVARDEF): Likewise.
9983         (INTDEF2): Likewise.
9984         (INTVARDEF2): Likewise.
9985         * elf/rtld.c [!HAVE_INLINED_SYSCALLS] (_dl_starting_up): Use
9986         rtld_hidden_def instead of INTVARDEF.
9987         * sysdeps/generic/ldsodefs.h [IS_IN_rtld]
9988         (_dl_starting_up_internal): Remove declaration.
9989         (_dl_starting_up): Use rtld_hidden_proto.
9990         * elf/dl-init.c [!HAVE_INLINED_SYSCALLS] (_dl_starting_up): Remove
9991         declaration.
9992         [!HAVE_INLINED_SYSCALLS] (_dl_starting_up_internal): Likewise.
9993         (_dl_init) [!HAVE_INLINED_SYSCALLS]: Don't use INTUSE with
9994         _dl_starting_up.
9995         * elf/dl-writev.h (_dl_writev): Likewise.
9996         * sysdeps/powerpc/powerpc64/dl-machine.h [!HAVE_INLINED_SYSCALLS]
9997         (DL_STARTING_UP_DEF): Use __GI__dl_starting_up instead of
9998         _dl_starting_up_internal.
10000 2014-11-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
10002         * stdio-common/tst-fmemopen.c (do_test): Refactor to use
10003         test-skeleton.c.
10005 2014-11-05  Will Newton  <will.newton@linaro.org>
10007         * benchtests/Makefile: (bench-malloc): Add malloc thread
10008         scalability benchmark.
10009         * benchtests/bench-malloc-threads.c: New file.
10011 2014-11-05  Richard Earnshaw  <rearnsha@arm.com>
10013         * sysdeps/aarch64/strchrnul.S: New file.
10015 2014-11-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
10017         * sysdeps/powerpc/powerpc64/power8/memset.S (MTVSRD_V1_R4): Simplify
10018         definition.
10019         * sysdeps/powerpc/powerpc64/power8/fpu/s_finite.S (MFVSRD_R3_V1):
10020         Likwise.
10021         * sysdeps/powerpc/powerpc64/power8/fpu/s_isinf.S (MFVSRD_R3_V1):
10022         Likewise.
10023         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnan.S (MFVSRD_R3_V1):
10024         Likewise.
10025         * sysdeps/powerpc/powerpc64/power8/fpu/s_llrint.S (MFVSRD_R3_V1):
10026         Likewise.
10027         * sysdeps/powerpc/powerpc64/power8/fpu/s_llround.S (MFVSRD_R3_V1):
10028         Likewise.
10030 2014-11-05  Arjun Shankar  <arjun.is@lostca.se>
10032         * catgets/test-gencat.c: Use test-skeleton.c.
10033         * catgets/tst-catgets.c: Likewise.
10034         * csu/tst-empty.c: Likewise.
10035         * elf/tst-audit2.c: Likewise.
10036         * elf/tst-global1.c: Likewise.
10037         * elf/tst-pathopt.c: Likewise.
10038         * elf/tst-piemod1.c: Likewise.
10039         * elf/tst-tls10.c: Likewise.
10040         * elf/tst-tls11.c: Likewise.
10041         * elf/tst-tls12.c: Likewise.
10042         * gnulib/tst-gcc.c: Likewise.
10043         * iconvdata/tst-e2big.c: Likewise.
10044         * iconvdata/tst-loading.c: Likewise.
10045         * iconv/tst-iconv1.c: Likewise.
10046         * iconv/tst-iconv2.c: Likewise.
10047         * inet/test-inet6_opt.c: Likewise.
10048         * inet/tst-gethnm.c: Likewise.
10049         * inet/tst-network.c: Likewise.
10050         * inet/tst-ntoa.c: Likewise.
10051         * intl/tst-codeset.c: Likewise.
10052         * intl/tst-gettext2.c: Likewise.
10053         * intl/tst-gettext3.c: Likewise.
10054         * intl/tst-ngettext.c: Likewise.
10055         * intl/tst-translit.c: Likewise.
10056         * io/test-stat.c: Likewise.
10057         * libio/test-fmemopen.c: Likewise.
10058         * libio/tst-freopen.c: Likewise.
10059         * libio/tst-sscanf.c: Likewise.
10060         * libio/tst-ungetwc1.c: Likewise.
10061         * libio/tst-ungetwc2.c: Likewise.
10062         * libio/tst-widetext.c: Likewise.
10063         * localedata/tst-ctype.c: Likewise.
10064         * localedata/tst-digits.c: Likewise.
10065         * localedata/tst-leaks.c: Likewise.
10066         * localedata/tst-mbswcs1.c: Likewise.
10067         * localedata/tst-mbswcs2.c: Likewise.
10068         * localedata/tst-mbswcs3.c: Likewise.
10069         * localedata/tst-mbswcs4.c: Likewise.
10070         * localedata/tst-mbswcs5.c: Likewise.
10071         * localedata/tst-setlocale.c: Likewise.
10072         * localedata/tst-trans.c: Likewise.
10073         * localedata/tst-wctype.c: Likewise.
10074         * localedata/tst-xlocale1.c: Likewise.
10075         * login/tst-grantpt.c: Likewise.
10076         * malloc/tst-calloc.c: Likewise.
10077         * malloc/tst-malloc.c: Likewise.
10078         * malloc/tst-mallocstate.c: Likewise.
10079         * malloc/tst-mcheck.c: Likewise.
10080         * malloc/tst-mtrace.c: Likewise.
10081         * malloc/tst-obstack.c: Likewise.
10082         * math/atest-exp2.c: Likewise.
10083         * math/atest-exp.c: Likewise.
10084         * math/atest-sincos.c: Likewise.
10085         * math/test-matherr.c: Likewise.
10086         * math/test-misc.c: Likewise.
10087         * math/test-powl.c: Likewise.
10088         * math/tst-definitions.c: Likewise.
10089         * misc/tst-dirname.c: Likewise.
10090         * misc/tst-efgcvt.c: Likewise.
10091         * misc/tst-fdset.c: Likewise.
10092         * misc/tst-hsearch.c: Likewise.
10093         * misc/tst-mntent2.c: Likewise.
10094         * nptl/tst-sem7.c: Likewise.
10095         * nptl/tst-sem8.c: Likewise.
10096         * nptl/tst-sem9.c: Likewise.
10097         * nss/test-netdb.c: Likewise.
10098         * posix/tst-fnmatch.c: Likewise.
10099         * posix/tst-getlogin.c: Likewise.
10100         * posix/tst-gnuglob.c: Likewise.
10101         * posix/tst-mmap.c: Likewise.
10102         * pwd/tst-getpw.c: Likewise.
10103         * resolv/tst-inet_ntop.c: Likewise.
10104         * rt/tst-timer.c: Likewise.
10105         * stdio-common/test-fseek.c: Likewise.
10106         * stdio-common/test-popen.c: Likewise.
10107         * stdio-common/test-vfprintf.c: Likewise.
10108         * stdio-common/tst-cookie.c: Likewise.
10109         * stdio-common/tst-fileno.c: Likewise.
10110         * stdio-common/tst-gets.c: Likewise.
10111         * stdio-common/tst-obprintf.c: Likewise.
10112         * stdio-common/tst-perror.c: Likewise.
10113         * stdio-common/tst-sprintf2.c: Likewise.
10114         * stdio-common/tst-sprintf3.c: Likewise.
10115         * stdio-common/tst-sprintf.c: Likewise.
10116         * stdio-common/tst-swprintf.c: Likewise.
10117         * stdio-common/tst-tmpnam.c: Likewise.
10118         * stdio-common/tst-unbputc.c: Likewise.
10119         * stdio-common/tst-wc-printf.c: Likewise.
10120         * stdlib/tst-environ.c: Likewise.
10121         * stdlib/tst-fmtmsg.c: Likewise.
10122         * stdlib/tst-limits.c: Likewise.
10123         * stdlib/tst-rand48-2.c: Likewise.
10124         * stdlib/tst-rand48.c: Likewise.
10125         * stdlib/tst-random2.c: Likewise.
10126         * stdlib/tst-random.c: Likewise.
10127         * stdlib/tst-strtol.c: Likewise.
10128         * stdlib/tst-strtoll.c: Likewise.
10129         * stdlib/tst-tls-atexit.c: Likewise.
10130         * stdlib/tst-xpg-basename.c: Likewise.
10131         * string/test-ffs.c: Likewise.
10132         * string/tst-bswap.c: Likewise.
10133         * string/tst-inlcall.c: Likewise.
10134         * string/tst-strtok.c: Likewise.
10135         * string/tst-strxfrm.c: Likewise.
10136         * sysdeps/x86_64/tst-audit10.c: Likewise.
10137         * sysdeps/x86_64/tst-audit3.c: Likewise.
10138         * sysdeps/x86_64/tst-audit4.c: Likewise.
10139         * sysdeps/x86_64/tst-audit5.c: Likewise.
10140         * time/tst-ftime_l.c: Likewise.
10141         * time/tst-getdate.c: Likewise.
10142         * time/tst-mktime3.c: Likewise.
10143         * time/tst-mktime.c: Likewise.
10144         * time/tst-posixtz.c: Likewise.
10145         * time/tst-strptime2.c: Likewise.
10146         * time/tst-strptime3.c: Likewise.
10147         * wcsmbs/tst-btowc.c: Likewise.
10148         * wcsmbs/tst-mbrtowc.c: Likewise.
10149         * wcsmbs/tst-mbsrtowcs.c: Likewise.
10150         * wcsmbs/tst-wchar-h.c: Likewise.
10151         * wcsmbs/tst-wcpncpy.c: Likewise.
10152         * wcsmbs/tst-wcrtomb.c: Likewise.
10153         * wcsmbs/tst-wcsnlen.c: Likewise.
10154         * wcsmbs/tst-wcstof.c: Likewise.
10156 2014-11-04  Joseph Myers  <joseph@codesourcery.com>
10158         [BZ #14132]
10159         * elf/dl-profile.c (_dl_mcount): Use rtld_hidden_def instead of
10160         INTDEF.
10161         * sysdeps/generic/ldsodefs.h (_dl_mcount_internal): Remove
10162         declaration.
10163         (_dl_mcount): Use rtld_hidden_proto.
10164         * elf/dl-runtime.c (_dl_profile_fixup): Don't use INTUSE with
10165         _dl_mcount.
10166         * elf/rtld.c (_rtld_global_ro): Likewise.
10168         [BZ #14132]
10169         * elf/dl-init.c (_dl_init): Don't use INTDEF.
10170         * sysdeps/aarch64/dl-machine.h (RTLD_START): Use _dl_init instead
10171         of _dl_init_internal.
10172         * sysdeps/alpha/dl-machine.h (RTLD_START): Likewise.
10173         * sysdeps/arm/dl-machine.h (RTLD_START): Likewise.
10174         * sysdeps/hppa/dl-machine.h (RTLD_START): Likewise.
10175         * sysdeps/i386/dl-machine.h (RTLD_START): Likewise.
10176         * sysdeps/ia64/dl-machine.h (RTLD_START): Likewise.
10177         * sysdeps/m68k/dl-machine.h (RTLD_START): Likewise.
10178         * sysdeps/microblaze/dl-machine.h (RTLD_START): Likewise.
10179         * sysdeps/mips/dl-machine.h (RTLD_START): Likewise.
10180         * sysdeps/powerpc/powerpc32/dl-start.S (_start): Likewise.
10181         * sysdeps/s390/s390-32/dl-machine.h (RTLD_START): Likewise.
10182         * sysdeps/s390/s390-64/dl-machine.h (RTLD_START): Likewise.
10183         * sysdeps/sh/dl-machine.h (RTLD_START): Likewise.
10184         * sysdeps/sparc/sparc32/dl-machine.h (RTLD_START): Likewise.
10185         * sysdeps/sparc/sparc64/dl-machine.h (RTLD_START): Likewise.
10186         * sysdeps/tile/dl-start.S (_start): Likewise.
10187         * sysdeps/x86_64/dl-machine.h (RTLD_START): Likewise.
10188         * sysdeps/x86_64/x32/dl-machine.h (RTLD_START): Likewise.
10190         [BZ #14132]
10191         * sysdeps/generic/ldsodefs.h (_dl_argv): Use rtld_hidden_proto.
10192         [IS_IN_rtld] (_dl_argv_internal): Do not declare.
10193         (rtld_progname): Make macro definition unconditional.
10194         * elf/rtld.c (_dl_argv): Use rtld_hidden_data_def instead of
10195         INTDEF.
10196         (dlmopen_doit): Do not use INTUSE with _dl_argv.
10197         (dl_main): Likewise.
10198         * elf/dl-sysdep.c (_dl_sysdep_start): Likewise.
10199         * sysdeps/alpha/dl-machine.h (RTLD_START): Use __GI__dl_argv
10200         instead of _dl_argv_internal.
10201         * sysdeps/powerpc/powerpc32/dl-start.S (_dl_start_user): Use
10202         __GI__dl_argv instead of INTUSE(_dl_argv).
10203         * sysdeps/powerpc/powerpc64/dl-machine.h (RTLD_START): Use
10204         __GI__dl_argv instead of _dl_argv_internal.
10206         * soft-fp/op-common.h (_FP_TO_INT_ROUND): New macro.
10207         * soft-fp/double.h [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_ROUND_D): New
10208         macro.
10209         [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_ROUND_D): Likewise.
10210         * soft-fp/extended.h [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_ROUND_E):
10211         New macro.
10212         [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_ROUND_E): Likewise.
10213         * soft-fp/quad.h [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_ROUND_Q): New
10214         macro.
10215         [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_ROUND_Q): Likewise.
10216         * soft-fp/single.h (FP_TO_INT_ROUND_S): New macro.
10218 2014-11-04  Andreas Schwab  <schwab@suse.de>
10220         * posix/regex_internal.h: Don't include <locale/elem-hash.h>.
10222 2014-11-03  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
10224         * sysdeps/powerpc/powerpc64/power8/memset.S (MTVSRD_V1_R4): Encode
10225         mtvsrd instruction in binary form.
10227 2014-11-03  Andreas Schwab  <schwab@suse.de>
10229         [BZ #17522]
10230         * libio/wfileops.c (_IO_wdo_write): If the file buffer has room
10231         for less than MB_LEN_MAX use a local buffer of that size.
10232         * libio/tst-fputws.c: New file.
10233         * libio/Makefile (tests): Add tst-fputws.
10235 2014-11-01  Jose E. Marchesi  <jose.marchesi@oracle.com>
10237         * sysdeps/unix/sysv/linux/sparc/sys/ucontext.h (struct fpu): fix
10238         the size of the fpu_fr.fpu_dregs[] array.
10240 2014-11-01  Joseph Myers  <joseph@codesourcery.com>
10242         * posix/nanosleep.c (__libc_nanosleep): Rename to __nanosleep.
10243         (__nanosleep): Do not define as alias.
10244         (nanosleep): Define as alias of __nanosleep.
10245         * sysdeps/unix/sysv/linux/syscalls.list (nanosleep): Remove
10246         __libc_nanosleep name.
10248 2014-10-31  Joseph Myers  <joseph@codesourcery.com>
10250         * aclocal.m4 (GLIBC_AUTOCONF_VERSION): Mention need to update
10251         install.texi in comment.
10253 2014-10-31  Torvald Riegel  <triegel@redhat.com>
10255         * sysdeps/powerpc/bits/atomic.h (atomic_write_barrier): Remove and...
10256         * sysdeps/powerpc/powerpc32/bits/atomic.h (atomic_write_barrier):
10257         ... add here and use lwsync or sync ...
10258         * sysdeps/powerpc/powerpc64/bits/atomic.h (atomic_write_barrier):
10259         ... and add here using lwsync.
10261 2014-10-31  Matthew Fortune  <matthew.fortune@imgtec.com>
10263         * elf/dl-machine-reject-phdr.h: New file.
10264         * elf/dl-load.c: #include that.
10265         (open_verify): Call elf_machine_reject_phdr_p and ignore the file
10266         if that returned true.
10268 2014-10-31  Roland McGrath  <roland@hack.frob.com>
10270         [BZ #17496]
10271         * Makerules: Move gnu/lib-names.h generation chunk up, to right after
10272         gen-as-const-headers chunk.  Add a big scare comment after the last
10273         safe place to touch before-compile.
10275 2014-10-31  Joseph Myers  <joseph@codesourcery.com>
10277         * manual/install.texi (Tools for Compilation): Update autoconf
10278         version requirements.
10279         * INSTALL: Regenerated.
10281         * misc/pselect.c [!__pselect] (__libc_pselect): Remove alias.
10282         * sysdeps/unix/sysv/linux/pselect.c [__NR_pselect6]
10283         (__libc_pselect): Likewise.
10285         [BZ #14138]
10286         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c: Remove file.
10287         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c: Likewise.
10288         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c: Likewise.
10289         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c: Likewise.
10291 2014-10-31  Torvald Riegel  <triegel@redhat.com>
10293         * sysdeps/sparc/sparc32/bits/atomic.h (atomic_write_barrier): Use
10294         correct barrier instruction.
10295         * sysdeps/sparc/sparc32/sparcv9/bits/atomic.h (atomic_write_barrier):
10296         Likewise.
10297         * sysdeps/sparc/sparc64/bits/atomic.h (atomic_write_barrier):
10298         Likewise.
10300 2014-10-30  Roland McGrath  <roland@hack.frob.com>
10302         * include/ctype.h: Include <ctype/ctype.h> first thing rather than
10303         after defining inlines.  Instead, just use parens to defeat macro
10304         expansion of __isctype in its declaration.
10306 2014-10-30  Joseph Myers  <joseph@codesourcery.com>
10308         * include/sys/uio.h (__libc_readv): Remove declaration.
10309         (__libc_writev): Likewise.
10310         * misc/readv.c (__libc_readv): Rename to __readv.
10311         (__readv): Do not define as alias.
10312         (readv): Define as alias of __readv.
10313         * misc/writev.c (__libc_writev): Rename to __writev.
10314         (__writev): Do not define as alias.
10315         (writev): Define as alias of __writev.
10316         * sysdeps/posix/readv.c (__libc_readv): Rename to __readv.
10317         (__readv): Do not define as alias.
10318         (readv): Define unconditionally as alias of __readv.
10319         * sysdeps/posix/writev.c (__libc_writev): Rename to __writev.
10320         (__writev): Do not define as alias.
10321         (writev): Define unconditionally as alias of __writev.
10322         * sysdeps/unix/syscalls.list (readv): Do not define __libc_readv
10323         name.
10324         (writev): Do not define __libc_writev name.
10326 2014-10-30  Roland McGrath  <roland@hack.frob.com>
10328         * iconv/iconv_charmap.c (add_bytes): Make IN argument pointer to const.
10329         (convert_charseq): New function, broken out of ...
10330         (use_from_charmap): ... here.  Call it.
10331         (use_to_charmap): Use convert_charseq and free instead of duplicating
10332         its code with a variable-length stack struct.
10334 2014-10-30  Joseph Myers  <joseph@codesourcery.com>
10336         * include/fcntl.h (__libc_creat): Remove declaration.
10337         * io/creat.c (__libc_creat): Rename to creat.
10338         (creat): Do not define as alias.
10339         * sysdeps/unix/sysv/linux/alpha/creat.c (creat64): Define as alias
10340         of creat instead of __libc_creat.
10341         * sysdeps/unix/sysv/linux/generic/creat.c (__libc_creat): Rename
10342         to creat.
10343         (creat): Do not define as alias.
10344         [__WORDSIZE == 64] (creat64): Define as alias of creat instead of
10345         __libc_creat.
10346         * sysdeps/unix/sysv/linux/syscalls.list (creat): Do not define
10347         __libc_creat name.
10348         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list (creat):
10349         Likewise.
10351 2014-10-29  Carlos O'Donell  <carlos@redhat.com>
10353         * manual/llio.texi: Add comments discussing why write() may be
10354         considered MT-unsafe on Linux.
10356 2014-10-28  Carlos O'Donell  <carlos@redhat.com>
10358         * dl-load.c (local_strdup): Remove.
10359         (expand_dynamic_string_token): Use __strdup.
10360         (decompose_rpath): Likewise.
10361         (_dl_map_object): Likewise.
10363 2014-10-28  Joseph Myers  <joseph@codesourcery.com>
10365         [BZ #14132]
10366         * sysdeps/generic/unwind-dw2-fde.c
10367         (__register_frame_info_bases_internal): Do not declare.
10368         (__register_frame_info_table_bases_internal): Likewise.
10369         (__deregister_frame_info_bases_internal): Likewise.
10370         (__register_frame_info_bases): Declare and use hidden_proto before
10371         definition.  Use hidden_def instead of INTDEF.
10372         (__register_frame_info_table_bases): Likewise.
10373         (__deregister_frame_info_bases): Likewise.
10374         (__register_frame_info): Do not use INTUSE.
10375         (__register_frame): Likewise.
10376         (__register_frame_info_table): Likewise.
10377         (__register_frame_table): Likewise.
10378         (__deregister_frame_info): Likewise.
10379         (__deregister_frame): Likewise.
10381 2014-10-27  Gratian Crisan  <gratian.crisan@ni.com>
10383         * sysdeps/unix/sysv/linux/arm/kernel-features.h
10384         [__LINUX_KERNEL_VERSION >= 0x030E03] (__ASSUME_FUTEX_LOCK_PI): Do
10385         not undefine.
10386         [__LINUX_KERNEL_VERSION >= 0x030E03] (__ASSUME_REQUEUE_PI):
10387         Likewise.
10388         [__LINUX_KERNEL_VERSION >= 0x030E03] (__ASSUME_SET_ROBUST_LIST):
10389         Likewise.
10391 2014-10-27  Joseph Myers  <joseph@codesourcery.com>
10393         [BZ #14138]
10394         * sysdeps/unix/sysv/linux/arm/setfsgid.c: Remove file.
10395         * sysdeps/unix/sysv/linux/arm/setfsuid.c: Likewise.
10396         * sysdeps/unix/sysv/linux/i386/setfsgid.c: Likewise.
10397         * sysdeps/unix/sysv/linux/i386/setfsuid.c: Likewise.
10398         * sysdeps/unix/sysv/linux/m68k/setfsgid.c: Likewise.
10399         * sysdeps/unix/sysv/linux/m68k/setfsuid.c: Likewise.
10400         * sysdeps/unix/sysv/linux/s390/s390-32/setfsgid.c: Likewise.
10401         * sysdeps/unix/sysv/linux/s390/s390-32/setfsuid.c: Likewise.
10402         * sysdeps/unix/sysv/linux/sh/setfsgid.c: Likewise.
10403         * sysdeps/unix/sysv/linux/sh/setfsuid.c: Likewise.
10404         * sysdeps/unix/sysv/linux/sparc/sparc32/setfsgid.c: Likewise.
10405         * sysdeps/unix/sysv/linux/sparc/sparc32/setfsuid.c: Likewise.
10406         * sysdeps/unix/sysv/linux/arm/syscalls.list (setfsgid): Add
10407         syscall.
10408         (setfsuid): Likewise.
10409         * sysdeps/unix/sysv/linux/i386/syscalls.list (setfsgid): Likewise.
10410         (setfsuid): Likewise.
10411         * sysdeps/unix/sysv/linux/m68k/syscalls.list (setfsgid): Likewise.
10412         (setfsuid): Likewise.
10413         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list (setfsgid):
10414         Likewise.
10415         (setfsuid): Likewise.
10416         * sysdeps/unix/sysv/linux/sh/syscalls.list (setfsgid): Likewise.
10417         (setfsuid): Likewise.
10418         * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list (setfsgid):
10419         Likewise.
10420         (setfsuid): Likewise.
10422 2014-10-27  Andreas Schwab  <schwab@suse.de>
10424         [BZ #17501]
10425         * sysdeps/i386/i686/multiarch/strcasecmp.S (__strcasecmp): Fix
10426         check for Slow_SSE4_2 feature bit.
10427         * sysdeps/i386/i686/multiarch/strcmp.S (STRCMP): Likewise.
10428         * sysdeps/i386/i686/multiarch/strncase.S (__strncasecmp): Likewise.
10429         * sysdeps/x86_64/multiarch/strcmp.S (STRCMP, __strcascmp):
10430         Likewise.  Fix check for Fast_Unaligned_Load feature bit.
10432 2014-10-24  Roland McGrath  <roland@hack.frob.com>
10434         * configure.ac: Validate compiler version with a empirical test of
10435         __GNUC__ and __GNUC_MINOR__ predefined values, rather than by grepping
10436         $CC -v output.
10437         * configure: Regenerated.
10439         * inet/htons.c (htons): Prototypify.
10440         * inet/htonl.c (htonl): Likewise.
10442 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
10444         * string/strncat.c (strncat): Improve performance by using strlen.
10446 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
10448         * string/strcat.c (strcat): Improve performance by using strlen/strcpy.
10450 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
10452         * sysdeps/aarch64/fpu/fgetexcptflg.c (fegetexceptflag):
10453         Call libc_fetestexcept_aarch64.
10455 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
10457         * sysdeps/aarch64/fpu/feholdexcpt.c (feholdexcept):
10458         Call libc_feholdexcept_aarch64.
10460 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
10462         * sysdeps/aarch64/fpu/fegetround.c (fegetround):
10463         Call get_rounding_mode.
10465 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
10467         * sysdeps/aarch64/fpu/feenablxcpt.c (feenableexcept):
10468         Simplify logic.
10470 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
10472         * sysdeps/aarch64/fpu/fedisblxcpt.c (fedisableexcept):
10473         Simplify logic.
10475 2014-10-24  Joseph Myers  <joseph@codesourcery.com>
10477         [BZ #14138]
10478         * sysdeps/unix/sysv/linux/arm/getegid.c: Remove file.
10479         * sysdeps/unix/sysv/linux/arm/geteuid.c: Likewise.
10480         * sysdeps/unix/sysv/linux/arm/getgid.c: Likewise.
10481         * sysdeps/unix/sysv/linux/arm/getgroups.c: Likewise.
10482         * sysdeps/unix/sysv/linux/arm/getresgid.c: Likewise.
10483         * sysdeps/unix/sysv/linux/arm/getresuid.c: Likewise.
10484         * sysdeps/unix/sysv/linux/arm/getuid.c: Likewise.
10485         * sysdeps/unix/sysv/linux/i386/getegid.c: Likewise.
10486         * sysdeps/unix/sysv/linux/i386/geteuid.c: Likewise.
10487         * sysdeps/unix/sysv/linux/i386/getgid.c: Likewise.
10488         * sysdeps/unix/sysv/linux/i386/getgroups.c: Likewise.
10489         * sysdeps/unix/sysv/linux/i386/getresgid.c: Likewise.
10490         * sysdeps/unix/sysv/linux/i386/getresuid.c: Likewise.
10491         * sysdeps/unix/sysv/linux/i386/getuid.c: Likewise.
10492         * sysdeps/unix/sysv/linux/m68k/getegid.c: Likewise.
10493         * sysdeps/unix/sysv/linux/m68k/geteuid.c: Likewise.
10494         * sysdeps/unix/sysv/linux/m68k/getgid.c: Likewise.
10495         * sysdeps/unix/sysv/linux/m68k/getgroups.c: Likewise.
10496         * sysdeps/unix/sysv/linux/m68k/getresgid.c: Likewise.
10497         * sysdeps/unix/sysv/linux/m68k/getresuid.c: Likewise.
10498         * sysdeps/unix/sysv/linux/m68k/getuid.c: Likewise.
10499         * sysdeps/unix/sysv/linux/s390/s390-32/getegid.c: Likewise.
10500         * sysdeps/unix/sysv/linux/s390/s390-32/geteuid.c: Likewise.
10501         * sysdeps/unix/sysv/linux/s390/s390-32/getgid.c: Likewise.
10502         * sysdeps/unix/sysv/linux/s390/s390-32/getgroups.c: Likewise.
10503         * sysdeps/unix/sysv/linux/s390/s390-32/getresgid.c: Likewise.
10504         * sysdeps/unix/sysv/linux/s390/s390-32/getresuid.c: Likewise.
10505         * sysdeps/unix/sysv/linux/s390/s390-32/getuid.c: Likewise.
10506         * sysdeps/unix/sysv/linux/sh/getegid.c: Likewise.
10507         * sysdeps/unix/sysv/linux/sh/geteuid.c: Likewise.
10508         * sysdeps/unix/sysv/linux/sh/getgid.c: Likewise.
10509         * sysdeps/unix/sysv/linux/sh/getgroups.c: Likewise.
10510         * sysdeps/unix/sysv/linux/sh/getresgid.c: Likewise.
10511         * sysdeps/unix/sysv/linux/sh/getresuid.c: Likewise.
10512         * sysdeps/unix/sysv/linux/sh/getuid.c: Likewise.
10513         * sysdeps/unix/sysv/linux/sparc/sparc32/getegid.c: Likewise.
10514         * sysdeps/unix/sysv/linux/sparc/sparc32/geteuid.c: Likewise.
10515         * sysdeps/unix/sysv/linux/sparc/sparc32/getgid.c: Likewise.
10516         * sysdeps/unix/sysv/linux/sparc/sparc32/getgroups.c: Likewise.
10517         * sysdeps/unix/sysv/linux/sparc/sparc32/getuid.c: Likewise.
10518         * sysdeps/unix/sysv/linux/arm/syscalls.list (getegid): Add
10519         syscall.
10520         (geteuid): Likewise.
10521         (getgid): Likewise.
10522         (getuid): Likewise.
10523         (getresgid): Likewise.
10524         (getresuid): Likewise.
10525         (getgroups): Likewise.
10526         * sysdeps/unix/sysv/linux/i386/syscalls.list (getegid): Likewise.
10527         (geteuid): Likewise.
10528         (getgid): Likewise.
10529         (getuid): Likewise.
10530         (getresgid): Likewise.
10531         (getresuid): Likewise.
10532         (getgroups): Likewise.
10533         * sysdeps/unix/sysv/linux/m68k/syscalls.list (getegid): Likewise.
10534         (geteuid): Likewise.
10535         (getgid): Likewise.
10536         (getuid): Likewise.
10537         (getresgid): Likewise.
10538         (getresuid): Likewise.
10539         (getgroups): Likewise.
10540         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list (getegid):
10541         Likewise.
10542         (geteuid): Likewise.
10543         (getgid): Likewise.
10544         (getuid): Likewise.
10545         (getresgid): Likewise.
10546         (getresuid): Likewise.
10547         (getgroups): Likewise.
10548         * sysdeps/unix/sysv/linux/sh/syscalls.list (getegid): Likewise.
10549         (geteuid): Likewise.
10550         (getgid): Likewise.
10551         (getuid): Likewise.
10552         (getresgid): Likewise.
10553         (getresuid): Likewise.
10554         (getgroups): Likewise.
10555         * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list (getegid):
10556         Likewise.
10557         (geteuid): Likewise.
10558         (getgid): Likewise.
10559         (getuid): Likewise.
10560         (getgroups): Likewise.
10562         [BZ #14138]
10563         * sysdeps/unix/sysv/linux/i386/chown.c: Remove file.
10564         * sysdeps/unix/sysv/linux/i386/fchown.c: Likewise.
10565         * sysdeps/unix/sysv/linux/i386/lchown.c: Likewise.
10566         * sysdeps/unix/sysv/linux/s390/s390-32/chown.c: Likewise.
10567         * sysdeps/unix/sysv/linux/s390/s390-32/fchown.c: Remove file.
10568         * sysdeps/unix/sysv/linux/s390/s390-32/lchown.c: Likewise.
10569         * sysdeps/unix/sysv/linux/sh/chown.c: Likewise.
10570         * sysdeps/unix/sysv/linux/sh/fchown.c: Likewise.
10571         * sysdeps/unix/sysv/linux/sh/lchown.c: Likewise.
10572         * sysdeps/unix/sysv/linux/sparc/sparc32/chown.c: Likewise.
10573         * sysdeps/unix/sysv/linux/sparc/sparc32/fchown.c: Likewise.
10574         * sysdeps/unix/sysv/linux/sparc/sparc32/lchown.c: Likewise.
10575         * sysdeps/unix/sysv/linux/s390/s390-32/Versions (GLIBC_2.1): Add
10576         __chown.
10577         * sysdeps/unix/sysv/linux/i386/syscalls.list (chown): Add syscall.
10578         (lchown): Likewise.
10579         (fchown): Likewise.
10580         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list (chown):
10581         Likewise.
10582         (lchown): Likewise.
10583         (fchown): Likewise.
10584         * sysdeps/unix/sysv/linux/sh/syscalls.list (chown): Likewise.
10585         (lchown): Likewise.
10586         (fchown): Likewise.
10587         * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list (chown):
10588         Likewise.
10589         (lchown): Likewise.
10590         (fchown): Likewise.
10592 2014-10-23  Wilco Dijkstra  <wdijkstr@arm.com>
10594         * sysdeps/aarch64/fpu/fclrexcpt.c (feclearexcept):
10595         Simplify logic.
10597 2014-10-23  Wilco Dijkstra  <wdijkstr@arm.com>
10599         * sysdeps/aarch64/fpu/fsetexcptflg.c (fsetexceptflag):
10600         Cleanup logic.
10602 2014-10-23  Wilco Dijkstra  <wdijkstr@arm.com>
10604         * sysdeps/aarch64/fpu/fsetexcptflg.c (fsetexceptflag):
10605         Remove unused include.
10607 2014-10-23  Wilco Dijkstra  <wdijkstr@arm.com>
10609         * sysdeps/aarch64/fpu/feholdexcpt.c (feholdexcept): Remove spaces.
10610         * sysdeps/aarch64/fpu/fesetenv.c (fesetenv): Remove spaces.
10611         * sysdeps/aarch64/fpu/fesetround.c (fesetround): Remove spaces.
10612         * sysdeps/aarch64/fpu/fraiseexcpt.c (feraiseexcept): Remove spaces.
10614 2014-10-23  Carlos O'Donell  <carlos@systemhalted.org>
10615             Helge Deller <deller@gmx.de>
10617         [BZ #17508]
10618         * sysdeps/unix/sysv/linux/hppa/bits/signum.h: Remove SIGEMT.
10619         Define SIGSTKFLT as 7. Define SIGSYS as 31. Define SIGXCPU as 12.
10620         Remove SIGLOST. Define SIGXFSZ as 30. Define __SIGRTMIN as 32.
10622 2014-10-23  Joseph Myers  <joseph@codesourcery.com>
10624         [BZ #14132]
10625         * sysdeps/powerpc/powerpc32/libgcc-compat.S (__ashldi3_v_glibc20):
10626         Remove macro definition.
10627         (__ashrdi3_v_glibc20): Likewise.
10628         (__lshrdi3_v_glibc20): Likewise.
10629         (__cmpdi2_v_glibc20): Likewise.
10630         (__ucmpdi2_v_glibc20): Likewise.
10631         [!_SOFT_FLOAT && !__NO_FPRS__] (__fixdfdi_v_glibc20): Likewise.
10632         [!_SOFT_FLOAT && !__NO_FPRS__] (__fixsfdi_v_glibc20): Likewise.
10633         [!_SOFT_FLOAT && !__NO_FPRS__] (__fixunsdfdi_v_glibc20): Likewise.
10634         [!_SOFT_FLOAT && !__NO_FPRS__] (__fixunssfdi_v_glibc20): Likewise.
10635         [!_SOFT_FLOAT && !__NO_FPRS__] (__floatdidf_v_glibc20): Likewise.
10636         [!_SOFT_FLOAT && !__NO_FPRS__] (__floatdisf_v_glibc20): Likewise.
10638 2014-10-22  Roland McGrath  <roland@hack.frob.com>
10640         * inet/netgroup.h (struct name_list): Use C99 [] syntax rather than
10641         old GNU extension [0] syntax.
10642         * nscd/nscd_helper.c (open_socket): Use a flexible array member and
10643         alloca rather than an array member with variable length.
10644         * nscd/netgroupcache.c (addgetnetgrentX): Likewise.
10645         * nscd/nscd.c (invalidate_db): New function, broken out of ...
10646         (parse_opt): ... here.  Likewise use alloca there.
10647         Validate the -i argument before checking for rootness.
10648         (send_shutdown): New function, broken out of ...
10649         (parse_opt): ... here.
10651 2014-10-22  Roland McGrath  <roland@hack.frob.com>
10653         * sysdeps/arm/__longjmp.S [NEED_HWCAP] [IS_IN_rtld]: Use LDST_PCREL
10654         macro to get at the _rt_local_ro field.
10655         [NEED_HWCAP] [!IS_IN_rtld]: Use LDR_GLOBAL to get at _rtld_global_ro
10656         ([PIC] case) or _dl_hwcap ([!PIC] case).
10657         * sysdeps/arm/setjmp.S: Likewise.
10659         * config.h.in (ARM_PCREL_MOVW_OK): New macro.
10660         * sysdeps/arm/configure.ac: New check to define it.
10661         * sysdeps/arm/configure: Regenerated.
10662         * sysdeps/arm/sysdep.h [__ASSEMBLER__]: Include <arm-features.h>.
10663         (LDST_INDEXED_NOINDEX, LDST_INDEXED_INDEX): New macros.
10664         (LDST_INDEXED, LDST_PC_INDEXED): New macros, differing definitions
10665         depending on [ARM_NO_INDEX_REGISTER] and [__thumb2__].
10666         (LDST_PCREL) [!__thumb2__ && ARCH_HAS_T2 && ARM_PCREL_MOVW_OK]:
10667         Use move/movt pair instead of a load.
10668         (LDST_GLOBAL): Macro removed.
10669         (LDR_GLOBAL): New macro replaces it.
10670         (LDR_HIDDEN): New macro.
10671         (PTR_MANGLE_LOAD): Use LDR_GLOBAL rather than LDST_GLOBAL.
10672         Use LDR_HIDDEN instead for __pointer_chk_guard_local.
10674         * setjmp/tst-setjmp-static.c: New file.
10675         * setjmp/Makefile (tests): Add it.
10676         (tests-static): New variable.
10678 2014-10-22  Maciej W. Rozycki  <macro@codesourcery.com>
10680         [BZ #17485]
10681         * sysdeps/unix/sysv/linux/mips/vfork.S (__libc_vfork): Define.
10683 2014-10-21  Joseph Myers  <joseph@codesourcery.com>
10685         [BZ #14132]
10686         * math/s_ldexpf.c (__ldexpf): Do not use INTDEF.
10688 2014-10-21  Roland McGrath  <roland@hack.frob.com>
10690         * nptl/version.c (__nptl_main): Call __libc_write, not __write.
10692 2014-10-20  Roland McGrath  <roland@hack.frob.com>
10694         * io/fts.c (dirent_not_directory): New function.
10695         (fts_build): Call it.
10697 2014-10-20  Roland McGrath  <roland@hack.frob.com>
10699         * nptl/version.c (__nptl_main): Use normal __write rather than
10700         INTERNAL_SYSCALL.
10701         (banner): Update copyright years.
10703         * nptl/pthread_rwlock_timedrdlock.c: #include <sys/time.h> before using
10704         gettimeofday.
10705         * nptl/pthread_rwlock_timedwrlock.c: Likewise.
10706         * nptl/pthread_cond_timedwait.c: Likewise.
10707         * nptl/pthread_mutex_timedlock.c: Likewise.
10708         * nptl/sem_timedwait.c: Likewise.
10710         * sysdeps/nptl/bits/libc-lock.h
10711         [_LIBC && (!NOT_IN_libc || IS_IN_libpthread)]
10712         (__libc_lock_init_recursive): Return void, not 0.
10713         * sysdeps/nptl/bits/libc-lockP.h (__libc_lock_init): Likewise.
10714         (__libc_rwlock_init): Likewise.
10715         * sysdeps/nptl/bits/stdio-lock.h (_IO_lock_init): Likewise.
10717 2014-10-20  Torvald Riegel  <triegel@redhat.com>
10719         [BZ #15215]
10720         * nptl/pthread_once.c (__pthread_once): Split out fast path to ...
10721         (__pthread_once_slow): ... here.
10722         * sysdeps/unix/sysv/linux/i386/pthread_once.S: Remove file.
10723         * sysdeps/unix/sysv/linux/x86_64/pthread_once.S: Remove file.
10725 2014-10-20  Torvald Riegel  <triegel@redhat.com>
10727         [BZ #15215]
10728         * nptl/pthreadP.h (__PTHREAD_ONCE_INPROGRESS, __PTHREAD_ONCE_DONE,
10729         __PTHREAD_ONCE_FORK_GEN_INCR): New.
10730         * sysdeps/nptl/fork.c (__libc_fork): Use them.
10731         * nptl/pthread_once.c (__pthread_once): Likewise.
10732         Update comments.
10734 2014-10-20  Joseph Myers  <joseph@codesourcery.com>
10736         [BZ #14138]
10737         * sysdeps/unix/syscalls.list (readv): Use __libc_readv as strong
10738         name.
10739         (writev): Use __libc_writev as strong name.
10740         * sysdeps/unix/sysv/linux/readv.c: Remove file.
10741         * sysdeps/unix/sysv/linux/writev.c: Likewise.
10743 2014-10-17  Roland McGrath  <roland@hack.frob.com>
10745         * nptl/createthread.c (TLS_DEFINE_INIT_TP, TLS_VALUE): Macros removed.
10747         * sysdeps/i386/nptl/tls.h
10748         (THREAD_SELF_SYSINFO, THREAD_SYSINFO): Macros removed.
10749         [NEED_DL_SYSINFO] (SETUP_THREAD_SYSINFO, CHECK_THREAD_SYSINFO):
10750         New macros.
10751         * sysdeps/ia64/nptl/tls.h [NEED_DL_SYSINFO]
10752         (SETUP_THREAD_SYSINFO, CHECK_THREAD_SYSINFO): New macros.
10753         * nptl/allocatestack.c (allocate_stack) [NEED_DL_SYSINFO]:
10754         Call SETUP_THREAD_SYSINFO instead of doing an assignment.
10755         * nptl/createthread.c (create_thread) [NEED_DL_SYSINFO]:
10756         Call CHECK_THREAD_SYSINFO instead of doing an assert.
10758         * nptl/nptl-init.c (__pthread_initialize_minimal_internal):
10759         Conditionalize FUTEX_PRIVATE_FLAG and FUTEX_CLOCK_REALTIME probes
10760         on [__NR_futex].
10761         * nptl/pthread_mutex_init.c (prio_inherit_missing): New function,
10762         broken out of ...
10763         (__pthread_mutex_init): ... here.  Call it.
10764         * nptl/pthread_mutex_lock.c (__pthread_mutex_lock_full):
10765         Conditionalize PI cases on [__NR_futex].
10766         * nptl/pthread_mutex_timedlock.c (pthread_mutex_timedlock): Likewise.
10767         * nptl/pthread_mutex_trylock.c (__pthread_mutex_trylock): Likewise.
10768         * nptl/pthread_mutex_unlock.c (__pthread_mutex_unlock_full): Likewise.
10770         * nptl/nptl-init.c (sighandler_setxid, __xidcmd): Make definitions
10771         conditional on [SIGSETXID].
10772         (sigcancel_handler): Make definition conditional on [SIGCANCEL].
10773         (__pthread_initialize_minimal_internal): Set up SIGCANCEL only if it
10774         is defined.  Likewise for SIGSETXID.
10775         * nptl/allocatestack.c (setxid_mark_thread, setxid_unmark_thread):
10776         Conditionalize definitions on [SIGSETXID].
10777         (setxid_signal_thread, __nptl_setxid_error, __nptl_setxid): Likewise.
10778         * nptl/pthread_create.c (start_thread): Conditionalize SIGCANCEL
10779         unblocking on [SIGCANCEL].
10781         * nptl/nptl-init.c (__nptl_set_robust): Conditionalize body on
10782         [__NR_set_robust_list].
10784 2014-10-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
10786         * string/strcoll_l.c (get_next_seq): Fix up formatting.
10787         (do_compare): Likewise.
10789 2014-10-17  Leonhard Holz  <leonhard.holz@web.de>
10791         [BZ #15884]
10792         * string/strcoll_l.c: Don't include stdio.h.
10793         (coll_seq): Remove members idxarr and rulearr.
10794         (get_next_seq_cached): Remove function.
10795         (get_next_seq): Likewise.
10796         (get_next_seq_nocache): Rename to get_next_seq.
10797         (do_compare): Remove function.
10798         (do_compare_nocache): Rename to do_compare.
10799         (STRCOLL): Remove weight and rules cache.
10801 2014-10-16  Roland McGrath  <roland@hack.frob.com>
10803         * sysdeps/arm/soft-fp/sfp-machine.h: Filed moved ...
10804         * sysdeps/arm/sfp-machine.h: ... to here.
10805         * sysdeps/arm/Implies: Remove arm/soft-fp.
10807 2014-10-14  Joseph Myers  <joseph@codesourcery.com>
10809         * conform/data/sys/utsname.h-data (*_t): Allow.
10810         * conform/data/sys/wait.h-data [POSIX] (uid_t): Do not define.
10811         [POSIX] (WEXITED): Do not expect constant.
10812         [POSIX] (WSTOPPED): Likewise.
10813         [POSIX] (WNOHANG): Likewise.
10814         [POSIX] (WNOWAIT): Likewise.
10815         [POSIX] (siginfo_t): Do not expect type or elements.
10816         [POSIX] (pid_t): Do not expect type.
10817         [POSIX] (signal.h): Do not allow header.
10818         [POSIX] (sys/resource.h): Likewise.
10819         [POSIX] (si_*): Do not allow pattern.
10820         [POSIX] (W*): Likewise.
10821         [POSIX] (P_*): Likewise.
10822         [POSIX] (BUS_*): Likewise.
10823         [POSIX] (CLD_*): Likewise.
10824         [POSIX] (FPE_*): Likewise.
10825         [POSIX] (ILL_*): Likewise.
10826         [POSIX] (POLL_*): Likewise.
10827         [POSIX] (SEGV_*): Likewise.
10828         [POSIX] (SI_*): Likewise.
10829         [POSIX] (TRAP_*): Likewise.
10830         * conform/Makefile (test-xfail-POSIX/sys/wait.h/conform): New
10831         variable.
10833 2014-10-14  Paul Pluzhnikov  <ppluzhnikov@google.com>
10835         [BZ #12926]
10836         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Avoid
10837         infinite loop when __recvmsg returns 0.
10839 2014-10-10  Joseph Myers  <joseph@codesourcery.com>
10841         * CANCEL-FCT-WAIVE: Remove file.
10842         * CANCEL-FILE-WAIVE: Likewise.
10844         [BZ #14132]
10845         * elf/dl-sysdep.c (__libc_enable_secure): Use rtld_hidden_data_def
10846         instead of INTVARDEF.
10847         (_dl_sysdep_start): Do not use INTUSE with __libc_enable_secure.
10848         * sysdeps/mach/hurd/dl-sysdep.c (__libc_enable_secure): Use
10849         rtld_hidden_data_def instead of INTVARDEF.
10850         (_dl_sysdep_start): Do not use INTUSE with __libc_enable_secure.
10851         * elf/dl-deps.c (expand_dst): Likewise.
10852         * elf/dl-load.c (_dl_dst_count): Likewise.
10853         (_dl_dst_substitute): Likewise.
10854         (decompose_rpath): Likewise.
10855         (_dl_init_paths): Likewise.
10856         (open_path): Likewise.
10857         (_dl_map_object): Likewise.
10858         * elf/rtld.c (dl_main): Likewise.
10859         (process_dl_audit): Likewise.
10860         (process_envvars): Likewise.
10861         * include/unistd.h [IS_IN_rtld] (__libc_enable_secure_internal):
10862         Remove declaration.
10863         (__libc_enable_secure): Use rtld_hidden_proto.
10865 2014-10-09  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
10867         * elf/dl-load.c
10868         (add_path): New function broken out of _dl_rtld_di_serinfo.
10869         (_dl_rtld_di_serinfo): Remove that nested function.  Update call sites.
10871 2014-10-09  Joseph Myers  <joseph@codesourcery.com>
10873         * soft-fp/double.h [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_RAW_D): Use
10874         parentheses around macro arguments.
10875         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_RAW_DP): Likewise.
10876         [_FP_W_TYPE_SIZE < 64] (FP_PACK_RAW_D): Likewise.
10877         [_FP_W_TYPE_SIZE < 64] (FP_PACK_RAW_DP): Likewise.
10878         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_D): Likewise.
10879         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_DP): Likewise.
10880         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_D): Likewise.
10881         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_DP): Likewise.
10882         [_FP_W_TYPE_SIZE < 64] (FP_PACK_D): Likewise.
10883         [_FP_W_TYPE_SIZE < 64] (FP_PACK_DP): Likewise.
10884         [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_D): Likewise.
10885         [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_DP): Likewise.
10886         [_FP_W_TYPE_SIZE < 64] (_FP_SQRT_MEAT_D): Likewise.
10887         [_FP_W_TYPE_SIZE < 64] (FP_CMP_D): Likewise.
10888         [_FP_W_TYPE_SIZE < 64] (FP_CMP_EQ_D): Likewise.
10889         [_FP_W_TYPE_SIZE < 64] (FP_CMP_UNORD_D): Likewise.
10890         [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_D): Likewise.
10891         [_FP_W_TYPE_SIZE < 64] (FP_FROM_INT_D): Likewise.
10892         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_RAW_D): Likewise.
10893         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_RAW_DP): Likewise.
10894         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_RAW_D): Likewise.
10895         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_RAW_DP): Likewise.
10896         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_D): Likewise.
10897         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_DP): Likewise.
10898         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_D): Likewise.
10899         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_DP): Likewise.
10900         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_D): Likewise.
10901         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_DP): Likewise.
10902         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_D): Likewise.
10903         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_DP): Likewise.
10904         [_FP_W_TYPE_SIZE >= 64] (_FP_SQRT_MEAT_D): Likewise.
10905         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_D): Likewise.
10906         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_EQ_D): Likewise.
10907         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_UNORD_D): Likewise.
10908         [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_D): Likewise.
10909         [_FP_W_TYPE_SIZE >= 64] (FP_FROM_INT_D): Likewise.
10910         * soft-fp/extended.h [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_E):
10911         Likewise.
10912         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_EP): Likewise.
10913         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_E): Likewise.
10914         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_EP): Likewise.
10915         [_FP_W_TYPE_SIZE < 64] (FP_PACK_E): Likewise.
10916         [_FP_W_TYPE_SIZE < 64] (FP_PACK_EP): Likewise.
10917         [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_E): Likewise.
10918         [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_EP): Likewise.
10919         [_FP_W_TYPE_SIZE < 64] (_FP_SQRT_MEAT_E): Likewise.
10920         [_FP_W_TYPE_SIZE < 64] (FP_CMP_E): Likewise.
10921         [_FP_W_TYPE_SIZE < 64] (FP_CMP_EQ_E): Likewise.
10922         [_FP_W_TYPE_SIZE < 64] (FP_CMP_UNORD_E): Likewise.
10923         [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_E): Likewise.
10924         [_FP_W_TYPE_SIZE < 64] (FP_FROM_INT_E): Likewise.
10925         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_E): Likewise.
10926         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_EP): Likewise.
10927         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_E): Likewise.
10928         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_EP): Likewise.
10929         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_E): Likewise.
10930         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_EP): Likewise.
10931         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_E): Likewise.
10932         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_EP): Likewise.
10933         [_FP_W_TYPE_SIZE >= 64] (_FP_SQRT_MEAT_E): Likewise.
10934         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_E): Likewise.
10935         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_EQ_E): Likewise.
10936         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_UNORD_E): Likewise.
10937         [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_E): Likewise.
10938         [_FP_W_TYPE_SIZE >= 64] (FP_FROM_INT_E): Likewise.
10939         * soft-fp/op-1.h (_FP_FRAC_SRST_1): Likewise.
10940         (_FP_FRAC_SRS_1): Likewise.
10941         (_FP_FRAC_CLZ_1): Likewise.
10942         (_FP_MUL_MEAT_1_imm): Likewise.
10943         (_FP_MUL_MEAT_1_wide): Likewise.
10944         (_FP_MUL_MEAT_1_hard): Likewise.
10945         (_FP_SQRT_MEAT_1): Likewise.
10946         (_FP_FRAC_ASSEMBLE_1): Likewise.
10947         (_FP_FRAC_DISASSEMBLE_1): Likewise.
10948         * soft-fp/op-2.h (_FP_FRAC_CLZ_2): Likewise.
10949         (__FP_CLZ_2): Likewise.
10950         (_FP_MUL_MEAT_2_wide): Likewise.
10951         (_FP_MUL_MEAT_2_wide_3mul): Likewise.
10952         (_FP_MUL_MEAT_2_gmp): Likewise.
10953         (_FP_MUL_MEAT_2_120_240_double): Likewise.
10954         (_FP_SQRT_MEAT_2): Likewise.
10955         (_FP_FRAC_ASSEMBLE_2): Likewise.
10956         (_FP_FRAC_DISASSEMBLE_2): Likewise.
10957         * soft-fp/op-4.h (_FP_FRAC_SRS_4): Likewise.
10958         (_FP_FRAC_CLZ_4): Likewise.
10959         (_FP_MUL_MEAT_4_wide): Likewise.
10960         (_FP_MUL_MEAT_4_gmp): Likewise.
10961         (_FP_SQRT_MEAT_4): Likewise.
10962         (_FP_FRAC_ASSEMBLE_4): Likewise.
10963         (_FP_FRAC_DISASSEMBLE_4): Likewise.
10964         * soft-fp/op-common.h (_FP_CMP): Likewise.
10965         (_FP_CMP_EQ): Likewise.
10966         (_FP_CMP_UNORD): Likewise.
10967         (_FP_TO_INT): Likewise.
10968         (_FP_FROM_INT): Likewise.
10969         [!__FP_CLZ] (__FP_CLZ): Likewise.
10970         (_FP_DIV_HELP_imm): Likewise.
10971         * soft-fp/quad.h [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_RAW_Q):
10972         Likewise.
10973         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_RAW_QP): Likewise.
10974         [_FP_W_TYPE_SIZE < 64] (FP_PACK_RAW_Q): Likewise.
10975         [_FP_W_TYPE_SIZE < 64] (FP_PACK_RAW_QP): Likewise.
10976         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_Q): Likewise.
10977         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_QP): Likewise.
10978         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_Q): Likewise.
10979         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_QP): Likewise.
10980         [_FP_W_TYPE_SIZE < 64] (FP_PACK_Q): Likewise.
10981         [_FP_W_TYPE_SIZE < 64] (FP_PACK_QP): Likewise.
10982         [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_Q): Likewise.
10983         [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_QP): Likewise.
10984         [_FP_W_TYPE_SIZE < 64] (_FP_SQRT_MEAT_Q): Likewise.
10985         [_FP_W_TYPE_SIZE < 64] (FP_CMP_Q): Likewise.
10986         [_FP_W_TYPE_SIZE < 64] (FP_CMP_EQ_Q): Likewise.
10987         [_FP_W_TYPE_SIZE < 64] (FP_CMP_UNORD_Q): Likewise.
10988         [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_Q): Likewise.
10989         [_FP_W_TYPE_SIZE < 64] (FP_FROM_INT_Q): Likewise.
10990         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_RAW_Q): Likewise.
10991         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_RAW_QP): Likewise.
10992         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_RAW_Q): Likewise.
10993         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_RAW_QP): Likewise.
10994         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_Q): Likewise.
10995         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_QP): Likewise.
10996         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_Q): Likewise.
10997         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_QP): Likewise.
10998         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_Q): Likewise.
10999         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_QP): Likewise.
11000         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_Q): Likewise.
11001         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_QP): Likewise.
11002         [_FP_W_TYPE_SIZE >= 64] (_FP_SQRT_MEAT_Q): Likewise.
11003         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_Q): Likewise.
11004         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_EQ_Q): Likewise.
11005         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_UNORD_Q): Likewise.
11006         [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_Q): Likewise.
11007         [_FP_W_TYPE_SIZE >= 64] (FP_FROM_INT_Q): Likewise.
11008         * soft-fp/single.h (FP_UNPACK_RAW_S): Likewise.
11009         (FP_UNPACK_RAW_SP): Likewise.
11010         (FP_PACK_RAW_S): Likewise.
11011         (FP_PACK_RAW_SP): Likewise.
11012         (FP_UNPACK_S): Likewise.
11013         (FP_UNPACK_SP): Likewise.
11014         (FP_UNPACK_SEMIRAW_S): Likewise.
11015         (FP_UNPACK_SEMIRAW_SP): Likewise.
11016         (FP_PACK_S): Likewise.
11017         (FP_PACK_SP): Likewise.
11018         (FP_PACK_SEMIRAW_S): Likewise.
11019         (FP_PACK_SEMIRAW_SP): Likewise.
11020         (_FP_SQRT_MEAT_S): Likewise.
11021         (FP_CMP_S): Likewise.
11022         (FP_CMP_EQ_S): Likewise.
11023         (FP_CMP_UNORD_S): Likewise.
11024         (FP_TO_INT_S): Likewise.
11025         (FP_FROM_INT_S): Likewise.
11027         * soft-fp/op-common.h (_FP_TO_INT): Handle rsigned == 2.
11029         * soft-fp/soft-fp.h (FP_EX_INVALID_SNAN): New macro.
11030         (FP_EX_INVALID_IMZ): Likewise.
11031         (FP_EX_INVALID_IMZ_FMA): Likewise.
11032         (FP_EX_INVALID_ISI): Likewise.
11033         (FP_EX_INVALID_ZDZ): Likewise.
11034         (FP_EX_INVALID_IDI): Likewise.
11035         (FP_EX_INVALID_SQRT): Likewise.
11036         (FP_EX_INVALID_CVI): Likewise.
11037         (FP_EX_INVALID_VC): Likewise.
11038         * soft-fp/op-common.h (_FP_UNPACK_CANONICAL): Specify more precise
11039         "invalid" exceptions.
11040         (_FP_CHECK_SIGNAN_SEMIRAW): Likewise.
11041         (_FP_ADD_INTERNAL): Likewise.
11042         (_FP_MUL): Likewise.
11043         (_FP_FMA): Likewise.
11044         (_FP_DIV): Likewise.
11045         (_FP_CMP_CHECK_NAN): Likewise.
11046         (_FP_SQRT): Likewise.
11047         (_FP_TO_INT): Likewise.
11048         (FP_EXTEND): Likewise.
11050 2014-10-09  Allan McRae  <allan@archlinux.org>
11052         * po/fr.po: Update French translation from translation project.
11054 2014-10-09  Joseph Myers  <joseph@codesourcery.com>
11056         [BZ #14132]
11057         * stdlib/cxa_atexit.c (__cxa_atexit): Use libc_hidden_def instead
11058         of INTDEF.
11059         * include/stdlib.h (__cxa_atexit_internal): Remove declaration.
11060         (__cxa_atexit): Use libc_hidden_proto.
11061         [!NOT_IN_libc] (__cxa_atexit): Remove macro definition.
11063         [BZ #14132]
11064         * include/wctype.h [!_ISOMAC] (__iswalpha_l_internal): Remove
11065         declaration.
11066         [!_ISOMAC] (__iswdigit_l_internal): Likewise.
11067         [!_ISOMAC] (__iswspace_l_internal): Likewise.
11068         [!_ISOMAC] (__iswxdigit_l_internal): Likewise.
11069         [!_ISOMAC] (__iswctype_internal): Likewise.
11070         * stdio-common/siglist.c (_sys_siglist_internal): Remove alias.
11071         * sysdeps/unix/syscalls.list (chown): Remove __chown_internal
11072         alias.
11073         (fcntl): Remove __fcntl_internal alias.
11074         * sysdeps/unix/sysv/linux/hppa/syscalls.list (connect): Remove
11075         __connect_internal alias.
11076         * sysdeps/unix/sysv/linux/sparc/sparc64/syscalls.list (connect):
11077         Likewise.
11079         * soft-fp/soft-fp.h (FP_DENORM_ZERO): New macro.
11080         * soft-fp/op-common.h (_FP_UNPACK_CANONICAL): Check
11081         FP_DENORM_ZERO.
11082         (_FP_CHECK_FLUSH_ZERO): New macro.
11083         (_FP_ADD_INTERNAL): Call _FP_CHECK_FLUSH_ZERO.
11084         (_FP_CMP): Likewise.
11085         (_FP_CMP_EQ): Likewise.
11086         (_FP_TO_INT): Do not set inexact for subnormal arguments if
11087         FP_DENORM_ZERO.
11088         (FP_EXTEND): Call _FP_CHECK_FLUSH_ZERO.
11089         (FP_TRUNC): Likewise.
11091         * soft-fp/op-common.h (_FP_TO_INT): Ensure maximum exponent is
11092         treated as invalid conversion, not as normal exponent.
11094         * soft-fp/op-common.h (_FP_CMP_CHECK_NAN): New macro.
11095         (_FP_CMP): Add extra argument EX.  Call _FP_CMP_CHECK_NAN.
11096         (_FP_CMP_EQ): Likewise.
11097         (_FP_CMP_UNORD): Likewise.
11098         * soft-fp/double.h (FP_CMP_D): Add extra argument EX.
11099         (FP_CMP_EQ_D): Likewise.
11100         (FP_CMP_UNORD_D): Likewise.
11101         * soft-fp/extended.h (FP_CMP_E): Likewise.
11102         (FP_CMP_EQ_E): Likewise.
11103         (FP_CMP_UNORD_E): Likewise.
11104         * soft-fp/quad.h (FP_CMP_Q): Likewise.
11105         (FP_CMP_EQ_Q): Likewise.
11106         (FP_CMP_UNORD_Q): Likewise.
11107         * soft-fp/single.h (FP_CMP_S): Likewise.
11108         (FP_CMP_EQ_S): Likewise.
11109         (FP_CMP_UNORD_S): Likewise.
11110         * soft-fp/eqdf2.c (__eqdf2): Update call to FP_CMP_EQ_D.
11111         * soft-fp/eqsf2.c (__eqsf2): Update call to FP_CMP_EQ_S.
11112         * soft-fp/eqtf2.c (__eqtf2): Update call to FP_CMP_EQ_Q.
11113         * soft-fp/gedf2.c (__gedf2): Update call to FP_CMP_D.
11114         * soft-fp/gesf2.c (__gesf2): Update call to FP_CMP_S.
11115         * soft-fp/getf2.c (__getf2): Update call to FP_CMP_Q.
11116         * soft-fp/ledf2.c (__ledf2): Update call to FP_CMP_D.
11117         * soft-fp/lesf2.c (__lesf2): Update call to FP_CMP_S.
11118         * soft-fp/letf2.c (__letf2): Update call to FP_CMP_Q.
11119         * soft-fp/unorddf2.c (__unorddf2): Update call to FP_CMP_UNORD_D.
11120         * soft-fp/unordsf2.c (__unordsf2): Update call to FP_CMP_UNORD_S.
11121         * soft-fp/unordtf2.c (__unordtf2): Update call to FP_CMP_UNORD_Q.
11122         * sysdeps/alpha/soft-fp/ots_cmpe.c (internal_compare): Update call
11123         to FP_CMP_Q.
11124         * sysdeps/sparc/sparc32/soft-fp/q_cmp.c (_Q_cmp): Update call to
11125         FP_CMP_Q.
11126         * sysdeps/sparc/sparc32/soft-fp/q_cmpe.c (_Q_cmpe): Likewise.
11127         * sysdeps/sparc/sparc32/soft-fp/q_feq.c (_Q_feq): Update call to
11128         FP_CMP_EQ_Q.
11129         * sysdeps/sparc/sparc32/soft-fp/q_fge.c (_Q_fge): Update call to
11130         FP_CMP_Q.
11131         * sysdeps/sparc/sparc32/soft-fp/q_fgt.c (_Q_fgt): Likewise.
11132         * sysdeps/sparc/sparc32/soft-fp/q_fle.c (_Q_fle): Likewise.
11133         * sysdeps/sparc/sparc32/soft-fp/q_flt.c (_Q_flt): Likewise.
11134         * sysdeps/sparc/sparc32/soft-fp/q_fne.c (_Q_fne): Update call to
11135         FP_CMP_EQ_Q.
11136         * sysdeps/sparc/sparc64/soft-fp/qp_cmp.c (_Qp_cmp): Update call to
11137         FP_CMP_Q.
11138         * sysdeps/sparc/sparc64/soft-fp/qp_cmpe.c (_Qp_cmpe): Likewise.
11139         * sysdeps/sparc/sparc64/soft-fp/qp_feq.c (_Qp_feq): Update call to
11140         FP_CMP_EQ_Q.
11141         * sysdeps/sparc/sparc64/soft-fp/qp_fge.c (_Qp_fge): Update call to
11142         FP_CMP_Q.
11143         * sysdeps/sparc/sparc64/soft-fp/qp_fgt.c (_Qp_fgt): Likewise.
11144         * sysdeps/sparc/sparc64/soft-fp/qp_fle.c (_Qp_fle): Likewise.
11145         * sysdeps/sparc/sparc64/soft-fp/qp_flt.c (_Qp_flt): Likewise.
11146         * sysdeps/sparc/sparc64/soft-fp/qp_fne.c (_Qp_fne): Update call to
11147         FP_CMP_EQ_Q.
11149         * soft-fp/op-common.h (FP_EXTEND): When a subnormal input produces
11150         a subnormal result, set the underflow exception if trapping on
11151         underflow is enabled.
11152         * soft-fp/soft-fp.h (FP_INIT_TRAPPING_EXCEPTIONS): New macro.
11153         (FP_INIT_EXCEPTIONS): Default to FP_INIT_TRAPPING_EXCEPTIONS.
11154         [FP_NO_EXACT_UNDERFLOW] (FP_TRAPPING_EXCEPTIONS): Undefine and
11155         redefine to 0.
11156         * soft-fp/extenddftf2.c (FP_NO_EXACT_UNDERFLOW): Define.
11157         * soft-fp/extendsfdf2.c (FP_NO_EXACT_UNDERFLOW): Likewise.
11158         * soft-fp/extendsftf2.c (FP_NO_EXACT_UNDERFLOW): Likewise.
11159         * soft-fp/extendxftf2.c (__extendxftf2): Use
11160         FP_INIT_TRAPPING_EXCEPTIONS instead of FP_INIT_ROUNDMODE.
11162         * soft-fp/soft-fp.h (FP_CLEAR_EXCEPTIONS): Remove macro.
11163         * sysdeps/sparc/sparc32/soft-fp/q_itoq.c: Define FP_NO_EXCEPTIONS.
11164         (_Q_itoq): Do not use FP_DECL_EX, FP_CLEAR_EXCEPTIONS or
11165         FP_HANDLE_EXCEPTIONS.
11166         * sysdeps/sparc/sparc32/soft-fp/q_lltoq.c: Define FP_NO_EXCEPTIONS.
11167         (_Q_lltoq): Do not use FP_DECL_EX, FP_CLEAR_EXCEPTIONS or
11168         FP_HANDLE_EXCEPTIONS.
11169         * sysdeps/sparc/sparc32/soft-fp/q_ulltoq.c: Define FP_NO_EXCEPTIONS.
11170         (_Q_ulltoq): Do not use FP_DECL_EX, FP_CLEAR_EXCEPTIONS or
11171         FP_HANDLE_EXCEPTIONS.
11172         * sysdeps/sparc/sparc32/soft-fp/q_utoq.c: Define FP_NO_EXCEPTIONS.
11173         (_Q_utoq): Do not use FP_DECL_EX, FP_CLEAR_EXCEPTIONS or
11174         FP_HANDLE_EXCEPTIONS.
11176 2014-10-08  Joseph Myers  <joseph@codesourcery.com>
11178         [BZ #14132]
11179         * sysdeps/unix/sysv/linux/include/sys/timex.h: New file.
11180         * sysdeps/unix/sysv/linux/adjtime.c [!ADJTIMEX] (ADJTIMEX): Do not
11181         use INTUSE.
11182         [!ADJTIMEX] (INTUSE(__adjtimex)): Remove declaration.
11183         * sysdeps/unix/sysv/linux/alpha/adjtime.c (__adjtimex_internal):
11184         Remove alias.
11185         (__adjtimex): Define using libc_hidden_ver.
11186         * sysdeps/unix/sysv/linux/ntp_gettime.c (INTUSE(__adjtimex)):
11187         Remove declaration.
11188         (ntp_gettime): Call __adjtimex directly.
11189         * sysdeps/unix/sysv/linux/ntp_gettimex.c (INTUSE(__adjtimex)):
11190         Remove declaration.
11191         (ntp_gettimex): Call __adjtimex directly.
11192         * sysdeps/unix/sysv/linux/syscalls.list (adjtimex): Remove
11193         __adjtimex_internal alias.
11195 2014-10-08  Roland McGrath  <roland@hack.frob.com>
11197         [BZ #17460]
11198         * nscd/nscd.c (more_help): Rewrite list of tables collection
11199         using xstrdup and asprintf.
11201         * nscd/nscd_conf.c: Remove local xstrdup declaration.
11203 2014-10-08  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
11204             Roland McGrath  <roland@hack.frob.com>
11206         * elf/dl-lookup.c (enter_unique_sym): New function, broken out of ...
11207         (do_lookup_unique): ... local function 'enter' here; update callers.
11209 2014-10-06  Joseph Myers  <joseph@codesourcery.com>
11211         * sysdeps/unix/make-syscalls.sh (emit_weak_aliases): Condition
11212         compat_symbol calls on [SHARED].
11213         * sysdeps/unix/sysv/linux/powerpc/lchown.S: Remove file.
11214         * sysdeps/unix/sysv/linux/i386/syscalls.list (oldsetrlimit):
11215         Remove.
11216         (setrlimit): Add setrlimit@GLIBC_2.0 alias.
11217         * sysdeps/unix/sysv/linux/m68k/m680x0/syscalls.list
11218         (oldsetrlimit): Remove.
11219         (setrlimit): Add setrlimit@GLIBC_2.0 alias.
11220         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list
11221         (lchown): New syscall entry.
11222         (oldsetrlimit): Remove.
11223         (setrlimit): Add setrlimit@GLIBC_2.0 alias.
11224         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list
11225         (oldsetrlimit): Remove.
11226         (setrlimit): Add setrlimit@GLIBC_2.0 alias.
11228         [BZ #14138]
11229         * sysdeps/unix/sysv/linux/arm/fchown.c: Remove file.
11230         * sysdeps/unix/sysv/linux/arm/lchown.c: Likewise.
11231         * sysdeps/unix/sysv/linux/m68k/fchown.c: Likewise.
11232         * sysdeps/unix/sysv/linux/m68k/lchown.c: Likewise.
11233         * sysdeps/unix/sysv/linux/powerpc/chown.c: Likewise.
11234         * sysdeps/unix/sysv/linux/arm/syscalls.list (lchown): Add syscall.
11235         (fchown): Likewise.
11236         * sysdeps/unix/sysv/linux/m68k/syscalls.list (lchown): Likewise.
11237         (fchown): Likewise.
11238         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list (chown):
11239         Likewise.
11241 2014-10-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11243         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Remove file.
11244         * sysdeps/unix/sysv/linux/powerpc/pthread_spin_unlock.c
11245         (pthread_spin_unlock): Use __ARCH_REL_INSTR instead of
11246         __lll_rel_instr and __ARCH_ACQ_INSTR instead of __lll_acq_instr.
11247         * sysdeps/unix/sysv/linux/powerpc/sem_post.c (__new_sem_post):
11248         Likewise.
11249         (__old_sem_post): Likewise.
11251 2014-10-06  Chris Metcalf  <cmetcalf@tilera.com>
11253         * sysdeps/unix/sysv/linux/tile/sysdep.h (INLINE_VSYSCALL): Define
11254         INLINE_VSYSCALL, INTERNAL_VSYSCALL, and
11255         HAVE_CLOCK_GETTIME_VSYSCALL macros.
11256         * sysdeps/unix/sysv/linux/tile/gettimeofday.c (__gettimeofday):
11257         Use INLINE_VSYSCALL macro.
11258         * sysdeps/unix/sysv/linux/tile/bits/libc-vdso: Add declaration of
11259         __vdso_clock_gettime.
11260         * sysdeps/unix/sysv/linux/tile/init-first.c
11261         (_libc_vdso_platform_setup): Set new __vdso_clock_gettime global.
11262         * sysdeps/unix/sysv/linux/tile/Versions (GLIBC_PRIVATE): Add
11263         __vdso_clock_gettime.
11265         * sysdeps/unix/sysv/linux/tile/clone.S (__clone): Fix code
11266         to set up frame more cleanly.
11268         * sysdeps/tile/memcmp.c: New file.
11270         * sysdeps/unix/sysv/linux/tile/sysconf.c: New file.
11272         * sysdeps/tile/tilegx/string-endian.h (STRSHIFT): New macro.
11273         * sysdeps/tile/tilegx/strcasestr.c: New file.
11274         * sysdeps/tile/tilegx/strnlen.c: New file.
11275         * sysdeps/tile/tilegx/strstr.c: New file.
11277         * sysdeps/tile/tilegx/string-endian.h (copy_byte): Optimize.
11279 2014-10-06  Arjun Shankar  <arjun.is@lostca.se>
11281         * nptl/tst-setuid3.c: Write errors to stdout.
11283 2014-10-01  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
11285         * elf/dl-deps.c
11286         (preload): New functions broken out of _dl_map_object_deps.
11287         (_dl_map_object_deps):  Remove a nested function. Update call sites.
11289 2014-10-01  Joseph Myers  <joseph@codesourcery.com>
11291         [BZ #14138]
11292         * sysdeps/unix/sysv/linux/execve.c: Remove file.
11293         * sysdeps/unix/sysv/linux/syscalls.list (execve): Add syscall.
11295 2014-10-01  Steve Ellcey  <sellcey@mips.com>
11297         * sysdeps/mips/strcmp.S: New.
11299 2014-09-30  Joseph Myers  <joseph@codesourcery.com>
11301         [BZ #14138]
11302         * sysdeps/unix/sysv/linux/syscalls.list (fchownat): New syscall.
11303         (linkat): Likewise.
11304         (mkdirat): Likewise.
11305         (readlinkat): Likewise.
11306         (renameat): Likewise.
11307         (symlinkat): Likewise.
11308         (unlinkat): Likewise.
11309         * sysdeps/unix/sysv/linux/fchownat.c: Remove file.
11310         * sysdeps/unix/sysv/linux/linkat.c: Likewise.
11311         * sysdeps/unix/sysv/linux/mkdirat.c: Likewise.
11312         * sysdeps/unix/sysv/linux/readlinkat.c: Likewise.
11313         * sysdeps/unix/sysv/linux/renameat.c: Likewise.
11314         * sysdeps/unix/sysv/linux/symlinkat.c: Likewise.
11315         * sysdeps/unix/sysv/linux/unlinkat.c: Likewise.
11317 2014-09-30  Will Newton  <will.newton@linaro.org>
11319         * math/math.h: Define long double math functions if
11320         _LIBC_TEST is defined.
11321         * stdlib/tst-strtod-round.c: Define _LIBC_TEST.
11323         * localedata/Makefile: Move assignment to tests-special
11324         into an ifdef testing run-built-tests.
11325         * timezone/Makefile: Likewise.
11327 2014-09-29  Joseph Myers  <joseph@codesourcery.com>
11329         * sysdeps/x86/Makefile ($(objpfx)tst-ld-sse-use.out): Run script
11330         with $(BASH) not $(SHELL).
11332 2014-09-29  Carlos O'Donell  <carlos@redhat.com>
11333             Matthew LeGendre  <legendre1@llnl.gov>
11335         [BZ #17411]
11336         * elf/dl-reloc.c (_dl_relocate_object): Allocate correct amount for
11337         l_reloc_result.
11339 2014-09-29  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
11341         * stdio-common/printf_fp.c
11342         (hack_digit): New function, broken out of ...
11343         (__printf_fp): ... local function here.  Update call sites.
11344         hack_digit now takes an additional parameter that is a pointer
11345         to a struct of the referenced locals.  Those locals moved inside
11346         the struct and references updated.
11348 2014-09-29  H.J. Lu  <hongjiu.lu@intel.com>
11350         * aclocal.m4: Require autoconf 2.69.
11351         * configure: Regenerated.
11352         * sysdeps/aarch64/configure: Likewise.
11353         * sysdeps/alpha/configure: Likewise.
11354         * sysdeps/arm/armv7/configure: Likewise.
11355         * sysdeps/arm/configure: Likewise.
11356         * sysdeps/ia64/configure: Likewise.
11357         * sysdeps/mach/configure: Likewise.
11358         * sysdeps/mips/configure: Likewise.
11359         * sysdeps/s390/configure: Likewise.
11360         * sysdeps/unix/sysv/linux/mips/configure: Likewise.
11361         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure: Likewise.
11363         * sysdeps/alpha/configure.ac: Avoid empty lines at the end of
11364         file.
11365         * sysdeps/ia64/configure.ac: Likewise.
11367 2014-09-26  Joseph Myers  <joseph@codesourcery.com>
11369         * sysdeps/unix/sysv/linux/powerpc/powerpc64/shlib-versions: Do not
11370         specify symbol version for ld.so.  Do not include entry for
11371         libpthread.
11372         * sysdeps/unix/sysv/linux/s390/s390-64/shlib-versions: Likewise.
11373         * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: Likewise.
11374         * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: Likewise.
11376         [BZ #14171]
11377         * Makeconfig [$(build-shared) = yes]
11378         ($(common-objpfx)soversions.mk): Don't handle SONAMEs specified in
11379         makefiles.
11380         [$(build-shared) = yes && $(soversions.mk-done) = t]
11381         ($(common-objpfx)gnu/lib-names.h): Remove rule.
11382         [$(build-shared) = yes && $(soversions.mk-done) = t]
11383         ($(common-objpfx)gnu/lib-names.stmp): Likewise.  Split and moved
11384         to Makerules.
11385         [$(build-shared) = yes && $(soversions.mk-done) = t]
11386         (before-compile): Don't append $(common-objpfx)gnu/lib-names.h
11387         here.
11388         [$(build-shared) = yes && $(soversions.mk-done) = t]
11389         (common-generated): Don't append gnu/lib-names.h and
11390         gnu/lib-names.stmp here.
11391         * Makerules [$(build-shared) = yes && $(soversions.mk-done) = t]
11392         (lib-names-h-abi): New variable.
11393         [$(build-shared) = yes && $(soversions.mk-done) = t]
11394         (lib-names-stmp-abi): Likewise.
11395         [$(build-shared) = yes && $(soversions.mk-done) = t &&
11396         abi-variants] (before-compile): Append
11397         $(common-objpfx)$(lib-names-h-abi).
11398         [$(build-shared) = yes && $(soversions.mk-done) = t &&
11399         abi-variants] (common-generated): Append gnu/lib-names.h.
11400         [$(build-shared) = yes && $(soversions.mk-done) = t &&
11401         abi-variants] (install-others-nosubdir): Depend on
11402         $(inst_includedir)/$(lib-names-h-abi).
11403         [$(build-shared) = yes && $(soversions.mk-done) = t &&
11404         abi-variants] ($(common-objpfx)gnu/lib-names.h): New rule.
11405         [$(build-shared) = yes && $(soversions.mk-done) = t]
11406         ($(common-objpfx)$(lib-names-h-abi)): New rule.
11407         [$(build-shared) = yes && $(soversions.mk-done) = t]
11408         ($(common-objpfx)$(lib-names-stmp-abi)): Likewise.
11409         [$(build-shared) = yes && $(soversions.mk-done) = t]
11410         (common-generated): Append $(lib-names-h-abi) and
11411         $(lib-names-stmp-abi).
11412         * scripts/lib-names.awk: Do not handle multi being set.
11413         * sysdeps/unix/sysv/linux/aarch64/Makefile (abi-lp64-ld-soname):
11414         Remove variable.
11415         (abi-lp64_be-ld-soname): Likewise.
11416         * sysdeps/unix/sysv/linux/arm/Makefile (abi-soft-ld-soname):
11417         Likewise.
11418         (abi-hard-ld-soname): Likewise.
11419         * sysdeps/unix/sysv/linux/i386/shlib-versions: New file.
11420         * sysdeps/unix/sysv/linux/mips/Makefile (abi-o32_soft-ld-soname):
11421         Remove variable.
11422         (abi-o32_hard-ld-soname): Likewise.
11423         (abi-o32_soft_2008-ld-soname): Likewise.
11424         (abi-o32_hard_2008-ld-soname): Likewise.
11425         (abi-n32_soft-ld-soname): Likewise.
11426         (abi-n32_hard-ld-soname): Likewise.
11427         (abi-n32_soft_2008-ld-soname): Likewise.
11428         (abi-n32_hard_2008-ld-soname): Likewise.
11429         (abi-n64_soft-ld-soname): Likewise.
11430         (abi-n64_hard-ld-soname): Likewise.
11431         (abi-n64_soft_2008-ld-soname): Likewise.
11432         (abi-n64_hard_2008-ld-soname): Likewise.
11433         * sysdeps/unix/sysv/linux/powerpc/Makefile (abi-64-v1-ld-soname):
11434         Likewise.
11435         (abi-64-v2-ld-soname): Likewise.
11436         * sysdeps/unix/sysv/linux/powerpc/powerpc64/shlib-versions: Add
11437         ld.so entries.
11438         * sysdeps/unix/sysv/linux/s390/Makefile (abi-64-ld-soname): Remove
11439         variable.
11440         * sysdeps/unix/sysv/linux/s390/s390-64/shlib-versions: Add ld.so
11441         entry.
11442         * sysdeps/unix/sysv/linux/x86/Makefile (abi-32-ld-soname): Remove
11443         variable.
11444         (abi-64-ld-soname): Likewise.
11445         (abi-x32-ld-soname): Likewise.
11446         * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: Add ld.so
11447         entry.
11448         * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: Likewise.
11450 2014-09-23  Joseph Myers  <joseph@codesourcery.com>
11452         [BZ #14138]
11453         * sysdeps/unix/sysv/linux/arm/setrlimit.c: Remove file.
11454         * sysdeps/unix/sysv/linux/i386/setrlimit.c: Likewise.
11455         * sysdeps/unix/sysv/linux/m68k/setrlimit.c: Likewise.
11456         * sysdeps/unix/sysv/linux/powerpc/setrlimit.c: Likewise.
11457         * sysdeps/unix/sysv/linux/s390/s390-32/setrlimit.c: Likewise.
11458         * sysdeps/unix/sysv/linux/sh/setrlimit.c: Likewise.
11459         * sysdeps/unix/sysv/linux/i386/syscalls.list (setrlimit): Add
11460         syscall entry for GLIBC_2.2 symbol version.
11461         * sysdeps/unix/sysv/linux/m68k/m680x0/syscalls.list (setrlimit):
11462         Likewise.
11463         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list
11464         (setrlimit): Likewise.
11465         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list (setrlimit):
11466         Likewise.
11468 2014-09-23  Will Newton  <will.newton@linaro.org>
11470         * sysdeps/unix/sysv/linux/arm/bits/hwcap.h: Check for
11471         _LINUX_ARM_SYSDEP_H include guard too.
11472         * sysdeps/unix/sysv/linux/arm/sysdep.h (_SYS_AUXV_H): Remove
11473         define.
11475 2014-09-20  Rasmus Villemoes  <rv@rasmusvillemoes.dk>
11477         * sysdeps/unix/sysv/linux/eventfd.c:
11478         Make first argument unsigned.
11479         * sysdeps/unix/sysv/linux/hppa/sys/eventfd.h: Likewise.
11480         * sysdeps/unix/sysv/linux/sys/eventfd.h: Likewise.
11482 2014-09-20  Ondřej Bílka  <neleai@seznam.cz>
11484         * socket/recvmmsg.c (recvmmsg): Drop const argument.
11485         * socket/sys/socket.h: Likewise
11486         * sysdeps/unix/sysv/linux/recvmmsg.c: Likewise.
11488 2014-09-19  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
11490         * stdlib/longlong.h: Add __udiv_w_sdiv prototype.
11492 2014-09-17  Arjun Shankar  <arjun.is@lostca.se>
11494         * time/tst-ftime.c: New test.
11495         * time/Makefile (tests): Add tst-ftime.
11497 2014-09-17  Joseph Myers  <joseph@codesourcery.com>
11499         * soft-fp/extended.h: Fix comment formatting.
11500         * soft-fp/op-1.h: Likewise.
11501         * soft-fp/op-2.h: Likewise.
11502         * soft-fp/op-4.h: Likewise.
11503         * soft-fp/op-8.h: Likewise.
11504         * soft-fp/op-common.h: Likewise.
11505         * soft-fp/soft-fp.h: Likewise.
11507         * soft-fp/op-common.h (_FP_TO_INT): Correct formatting.
11509 2014-09-16  Joseph Myers  <joseph@codesourcery.com>
11511         [BZ #6652]
11512         * Makeconfig (soversions-default-setname): Remove variable.
11513         ($(common-objpfx)soversions.i): Don't pass default_setname to
11514         soversions.awk.
11515         * Makerules ($(common-objpfx)abi-versions.h): Don't pass
11516         oldest_abi to abi-versions.awk.
11517         * config.h.in (GLIBC_OLDEST_ABI): Remove macro undefine.
11518         * config.make.in (oldest-abi): Remove variable.
11519         * configure.ac (--enable-oldest-abi): Remove configure option.
11520         * configure: Regenerated.
11521         * csu/version.c (banner) [GLIBC_OLDEST_ABI]: Remove conditional
11522         text.
11523         * scripts/abi-versions.awk: Do not handle oldest_abi variable.
11524         * scripts/soversions.awk: Do not handle default_setname variable.
11525         * sysdeps/mach/hurd/configure.ac: Do not handle oldest_abi
11526         variable.
11527         * sysdeps/mach/hurd/configure: Regenerated.
11528         * sysdeps/unix/sysv/linux/configure.ac: Do not handle oldest_abi
11529         variable.
11530         * sysdeps/unix/sysv/linux/configure: Regenerated.
11532 2014-09-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
11534         * elf/Makefile (CFLAGS-interp.c): Remove.
11535         ($(elf-objpfx)runtime-linker.h): Generate header with linker
11536         path string.
11537         * elf/interp.c: Include generated runtime-linker.h
11539         * Makerules (lib%.so): Don't include $(+interp) in
11540         prerequisites.
11541         * elf/Makefile (CFLAGS-interp.c): Don't define NOT_IN_libc.
11542         * dlfcn/eval.c: Remove file.
11544         * posix/getconf.c (vars): Don't check for _[SP]C_* and _CS
11545         macros.
11547         [BZ #17266]
11548         * misc/sys/cdefs.h: Define __extern_always_inline for clang
11549         4.2 and newer.
11551         [BZ #17370]
11552         * libio/wfileops.c (do_ftell_wide): Free OUT on error path.
11554 2014-09-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
11555             Jakub Jelinek  <jakub@redhat.com>
11557         [BZ #17266]
11558         * libio/stdio.h: Check definition of __fortify_function
11559         instead of __extern_always_inline to include bits/stdio2.h.
11560         * math/bits/math-finite.h [__USE_XOPEN || __USE_ISOC99]: Also
11561         check if __extern_always_inline is defined.
11562         [__USE_MISC || __USE_XOPEN]: Likewise.
11563         [__USE_ISOC99] Likewise.
11564         * misc/sys/cdefs.h (__fortify_function): Define only if
11565         __extern_always_inline is defined.
11566         [!__cplusplus || __GNUC_PREREQ (4,3)]: Revert to defining
11567         __extern_always_inline and __extern_inline only for g++-4.3
11568         and newer or a compatible gcc.
11570 2014-09-15  Andreas Schwab  <schwab@linux-m68k.org>
11572         [BZ #17371]
11573         * sysdeps/unix/sysv/linux/ifaddrs.c (getifaddrs_internal): Fix
11574         last change to handle zero prefix length.
11576 2014-09-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
11578         * sysdeps/posix/sysconf.c (__sysconf): Return -1 for
11579         _SC_REGEX_VERSION.
11581         * posix/getconf.c (vars): Add _POSIX_IPV6 and
11582         _POSIX_RAW_SOCKETS.
11584 2014-09-13  Allan McRae  <allan@archlinux.org>
11586         * po/ru.po: Update Russian translation from translation project.
11588 2014-09-12  Roland McGrath  <roland@hack.frob.com>
11590         * locale/programs/locale.c (show_locale_vars): Inline local function
11591         into its sole call site.  Clean up some style nits.
11592         (print_item): New function, broken out of ...
11593         (show_info): ... local function here.  Clean up style nits.
11595         * locale/programs/ld-ctype.c (set_one_default): New function, broken
11596         out of ...
11597         (set_class_defaults): ... local function set_default here.
11598         Define set_default as a macro locally to pass constant parameters.
11599         (allocate_arrays, set_class_defaults): Use C99 for scope for each CNT,
11600         rather than a shared local.
11602         * stdlib/rpmatch.c (try): New function, broken out of ...
11603         (rpmatch): ... local function here.  Also, prototypify definition.
11605 2014-09-12  Joseph Myers  <joseph@codesourcery.com>
11607         * scripts/soversions.awk: Do not handle configuration names.
11608         * Makeconfig ($(common-objpfx)soversions.i): Do not pass cpu,
11609         vendor and os variables to soversions.awk.
11610         * configure.ac: Do not modify gnu-* host_os.
11611         * configure: Regenerated
11612         * shlib-versions: Remove first column with configuration names.
11613         * nptl/shlib-versions: Likewise.
11614         * nptl_db/shlib-versions: Likewise.
11615         * sysdeps/hppa/shlib-versions: Likewise.
11616         * sysdeps/m68k/shlib-versions: Likewise.
11617         * sysdeps/mach/hurd/shlib-versions: Likewise.
11618         * sysdeps/unix/sysv/linux/aarch64/shlib-versions: Likewise.
11619         * sysdeps/unix/sysv/linux/alpha/shlib-versions: Likewise.
11620         * sysdeps/unix/sysv/linux/arm/shlib-versions: Likewise.
11621         * sysdeps/unix/sysv/linux/hppa/shlib-versions: Likewise.
11622         * sysdeps/unix/sysv/linux/ia64/shlib-versions: Likewise.
11623         * sysdeps/unix/sysv/linux/m68k/coldfire/shlib-versions: Likewise.
11624         * sysdeps/unix/sysv/linux/microblaze/shlib-versions: Likewise.
11625         * sysdeps/unix/sysv/linux/mips/shlib-versions: Likewise.
11626         * sysdeps/unix/sysv/linux/powerpc/powerpc64/shlib-versions:
11627         Likewise.
11628         * sysdeps/unix/sysv/linux/s390/s390-64/shlib-versions: Likewise.
11629         * sysdeps/unix/sysv/linux/sh/shlib-versions: Likewise.
11630         * sysdeps/unix/sysv/linux/shlib-versions: Likewise.
11631         * sysdeps/unix/sysv/linux/sparc/sparc32/shlib-versions: Likewise.
11632         * sysdeps/unix/sysv/linux/sparc/sparc64/shlib-versions: Likewise.
11633         * sysdeps/unix/sysv/linux/tile/shlib-versions: Likewise.
11634         * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: Likewise.
11635         * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: Likewise.
11637         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure.ac
11638         (HAVE_ELFV2_ABI): AC_DEFINE in ELFv2 case.
11639         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure:
11640         Regenerated.
11641         * config.h.in (HAVE_ELFV2_ABI): New macro undefine.
11642         * sysdeps/unix/sysv/linux/powerpc/powerpc64/shlib-versions:
11643         Condition symbol version definitions on [HAVE_ELFV2_ABI].
11645         * shlib-versions: Remove OS-specific entries.  Moved to files in
11646         sysdeps.
11647         * sysdeps/mach/hurd/shlib-versions: New file.
11648         * sysdeps/unix/sysv/linux/shlib-versions: Likewise.
11650         * nptl/shlib-versions: Remove architecture-specific entries.
11651         Moved to files in sysdeps.
11652         * shlib-versions: Likewise.
11653         * sysdeps/unix/sysv/linux/powerpc/powerpc64/shlib-versions: New
11654         file.
11655         * sysdeps/unix/sysv/linux/s390/s390-64/shlib-versions: Likewise.
11656         * sysdeps/unix/sysv/linux/sh/shlib-versions: Likewise.
11657         * sysdeps/unix/sysv/linux/sparc/sparc32/shlib-versions: Likewise.
11658         * sysdeps/unix/sysv/linux/sparc/sparc64/shlib-versions: Likewise.
11660         * sysdeps/gnu/netinet/udp.h (UDP_NO_CHECK6_TX): New macro.
11661         (UDP_NO_CHECK6_RX): Likewise.
11663 2014-09-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
11665         * sysdeps/posix/sysconf.c (__sysconf): Spell
11666         _POSIX_DEVICE_SPECIFIC and _POSIX_DEVICE_SPECIFIC_R correctly.
11668 2014-08-12  Florian Weimer  <fweimer@redhat.com>
11670         * iconv/gconv_open.c (__gconv_open): Remove transliteration module
11671         loading.
11672         * iconv/Versions (__gconv_transliterate): Export for use from
11673         gconv modules.
11674         * iconv/gconv.h (__GCONV_TRANSLIT): New flag.
11675         (struct __gconv_trans_data, __gconv_trans_fct,
11676         __gconv_trans_context_fct, __gconv_trans_query_fct,
11677         __gconv_trans_init_fct, __gconv_trans_end_fct): Remove type
11678         definitions.
11679         (struct __gconv_step_data): Remove __trans member.
11680         (__gconv_transliterate): Declaration moved from gconv_int.h.  No
11681         longer hidden.  Remove unused trans_data argument.
11682         * iconv/gconv_int.h (struct trans_struct): Remove definition.
11683         (__gconv_translit_find): Remove declaration.
11684         (__gconv_transliterate): Declaration moved to gconv.h.  Add hidden
11685         prototype.
11686         * iconv/gconv_close.c (__gconv_close): Remove __trans cleanup.
11687         * iconv/gconv_trans.c (__gconv_transliterate): Remove unused
11688         trans_data argument.  Add hidden definition.
11689         (__gconv_translit_find): Remove.
11690         * iconv/loop.c (STANDARD_TO_LOOP_ERR_HANDLER): Call
11691         __gconv_transliterate directly if __GCONV_TRANSLIT is set.
11692         * iconv/skeleton.c: Remove transliteration initialization.
11693         * libio/fileops.c (_IO_new_file_fopen): Adjust struct
11694         __gconv_step_data initialization.
11695         * libio/iofwide.c (__libio_translit_): Remove.
11696         (_IO_fwide): Adjust struct __gconv_step_data initialization.
11697         * wcsmbs/btowc.c (__btowc): Likewise.
11698         * wcsmbs/mbrtoc16.c (mbrtoc16): Likewise.
11699         * wcsmbs/mbrtowc.c (__mbrtowc): Likewise.
11700         * wcsmbs/mbsnrtowcs.c (__mbsnrtowcs): Likewise.
11701         * wcsmbs/mbsrtowcs_l.c (__mbsrtowcs_l): Likewise.
11702         * wcsmbs/wcrtomb.c (__wcrtomb): Likewise.
11703         * wcsmbs/wcsnrtombs.c (__wcsnrtombs): Likewise.
11704         * wcsmbs/wcsrtombs.c (__wcsrtombs): Likewise.
11705         * wcsmbs/wctob.c (wctob): Likewise.
11707 2014-09-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
11709         [BZ #16194]
11710         * sysdeps/x86/tst-xmmymm.sh: Rename file to...
11711         * sysdeps/x86/tst-ld-sse-use.sh: ... this.  Check for zmm
11712         register usage.
11713         * sysdeps/x86/Makefile: Adjust.
11715 2014-09-11  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
11716             Roland McGrath  <roland@hack.frob.com>
11718         * locale/weight.h: Add include guard.
11719         (findidx): Make static rather than auto; take new parameters
11720         TABLE, INDIRECT, and EXTRA instead of getting them as outer locals.
11721         * locale/weightwc.h: Likewise.
11722         * posix/fnmatch_loop.c
11723         (FCT): Change type of EXTRA from int32_t to wint_t.
11724         Don't include either header inside the function.
11725         Call FINDIDX rather than findidx, and pass new arguments.
11726         #undef FINDIDX at the end of the file.
11727         * posix/fnmatch.c [_LIBC]: #include <locale/weight.h> and define
11728         FINDIDX before including fnmatch_loop.c for the non-wide version.
11729         [_LIBC] [HANDLE_MULTIBYTE]: #define findidx to findidxwc around
11730         #include <locale/weightwc.h>, and define FINDIDX to findidxwc
11731         for the wide version.
11732         * posix/regcomp.c [_LIBC]: #include <locale/weight.h>.
11733         (build_equiv_class) [_LIBC]: Don't #include it inside the function.
11734         Pass new arguments to findidx.
11735         * posix/regexec.c [RE_ENABLE_I18N] [_LIBC]: #include <locale/weight.h>.
11736         [RE_ENABLE_I18N] (check_node_accept_bytes) [_LIBC]:
11737         Don't #include it inside the function.  Pass new arguments to findidx.
11738         * posix/regex_internal.h
11739         [!NOT_IN_libc] [_LIBC]: #include <locale/weight.h>.
11740         (re_string_elem_size_at): Don't #include it inside the function.
11741         Pass new arguments to findidx.
11742         * string/strcoll_l.c: #include WEIGHT_H at top level.
11743         (get_next_seq): Don't #include it inside the function.
11744         Pass new arguments to findidx.
11745         (get_next_seq_nocache): Likewise.
11746         * string/strxfrm_l.c: #include WEIGHT_H at top level.
11747         (STRXFRM): Don't #include it inside the function.
11748         Pass new arguments to findidx.
11750 2014-09-11  Florian Weimer  <fweimer@redhat.com>
11752         [BZ #17344]
11753         * malloc/malloc.c (unlink): Turn asserts into a call to
11754         malloc_printerr.
11756 2014-09-11  Tim Lammens  <tim.lammens@gmail.com>
11758         [BZ #17370]
11759         * libio/wfileops (do_ftell_wide): Free OUT.
11761 2014-09-10  Chris Metcalf  <cmetcalf@tilera.com>
11763         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: Remove file.
11765 2014-09-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
11767         [BZ #17363]
11768         * inet/getnetgrent_r.c (__internal_getnetgrent_r): Try next
11769         group if the current group is empty.
11771 2014-09-10  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11773         * benchtests/bench-memset.c (test_main): Add more test from size
11774         from 32 to 512 bytes.
11775         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
11776         Add POWER8 memset object.
11777         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
11778         (__libc_ifunc_impl_list): Add POWER8 memset and bzero implementations.
11779         * sysdeps/powerpc/powerpc64/multiarch/bzero.c (__bzero): Add POWER8
11780         implementation.
11781         * sysdeps/powerpc/powerpc64/multiarch/memset.c (__libc_memset):
11782         Likewise.
11783         * sysdeps/powerpc/powerpc64/multiarch/memset-power8.S: New file:
11784         multiarch POWER8 memset optimization.
11785         * sysdeps/powerpc/powerpc64/power8/memset.S: New file: optimized
11786         POWER8 memset optimization.
11788         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
11789         Remove bzero multiarch objects.
11790         * sysdeps/powerpc/powerpc64/multiarch/bzero-power4.S: Remove file.
11791         * sysdeps/powerpc/powerpc64/multiarch/bzero-power6.S: Likewise.
11792         * sysdeps/powerpc/powerpc64/multiarch/bzero-power7.S: Likewise.
11793         * sysdeps/powerpc/powerpc64/multiarch/memset-power4.S [NO_BZERO_IMPL]:
11794         Remove define.
11795         [__bzero]: Redefine to specific name.
11796         * sysdeps/powerpc/powerpc64/multiarch/memset-power6.S: Likewise.
11797         * sysdeps/powerpc/powerpc64/multiarch/memset-power7.S: Likewise.
11798         * sysdeps/powerpc/powerpc64/power4/memset.S [NO_BZERO_IMPL]: Remove
11799         define.
11800         * sysdeps/powerpc/powerpc64/power6/memset.S: Likewise.
11801         * sysdeps/powerpc/powerpc64/power7/memset.S: Likewise.
11803 2014-09-10  Florian Weimer  <fweimer@redhat.com>
11805         * Makeconfig (gccwarn-c): Turn implicit-function-declaration
11806         warnings into errors.
11808         * stdlib/tst-tls-atexit-lib.c: Include <stdlib.h>, for the
11809         __cxa_thread_atexit_impl prototype.
11811 2014-09-09  Steve Ellcey  <sellcey@mips.com>
11813         * sysdeps/mips/preconfigure: Put code inside mips* case statement.
11814         Fix capitalization of error message.
11816 2014-09-09  Steve Ellcey  <sellcey@mips.com>
11818         * sysdeps/mips/preconfigure: Modify ABI tests.
11820 2014-09-07  Carlos O'Donell  <carlos@systemhalted.org>
11822         * sysdeps/unix/sysv/linux/hppa/c++-types.data: New file.
11824 2014-09-07  Roland McGrath  <roland@hack.frob.com>
11825             Carlos O'Donell  <carlos@systemhalted.org>
11827         * sysdeps/unix/sysv/linux/hppa/nptl/libc-lowlevellock.c: File removed.
11828         * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h: Moved ...
11829         * sysdeps/unix/sysv/linux/hppa/lowlevellock.h: ... here.
11830         * sysdeps/unix/sysv/linux/hppa/nptl/pt-vfork.S: Moved ...
11831         * sysdeps/unix/sysv/linux/hppa/pt-vfork.S: ... here.
11832         * sysdeps/unix/sysv/linux/hppa/nptl/pthread.h: Moved ...
11833         * sysdeps/unix/sysv/linux/hppa/pthread.h: ... here.
11834         * sysdeps/unix/sysv/linux/hppa/nptl/pthreadP.h: Moved ...
11835         * sysdeps/unix/sysv/linux/hppa/pthreadP.h: ... here.
11836         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_broadcast.c: Moved ...
11837         * sysdeps/unix/sysv/linux/hppa/pthread_cond_broadcast.c: ... here.
11838         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_destroy.c: Moved ...
11839         * sysdeps/unix/sysv/linux/hppa/pthread_cond_destroy.c: ... here.
11840         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_init.c: Moved ...
11841         * sysdeps/unix/sysv/linux/hppa/pthread_cond_init.c: ... here.
11842         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_signal.c: Moved ...
11843         * sysdeps/unix/sysv/linux/hppa/pthread_cond_signal.c: ... here.
11844         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_timedwait.c: Moved ...
11845         * sysdeps/unix/sysv/linux/hppa/pthread_cond_timedwait.c: ... here.
11846         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_wait.c: Moved ...
11847         * sysdeps/unix/sysv/linux/hppa/pthread_cond_wait.c: ... here.
11848         * sysdeps/unix/sysv/linux/hppa/nptl/sysdep-cancel.h: Moved ...
11849         * sysdeps/unix/sysv/linux/hppa/sysdep-cancel.h: ... here.
11850         * sysdeps/unix/sysv/linux/hppa/nptl/bits/pthreadtypes.h: Moved ...
11851         * sysdeps/hppa/nptl/bits/pthreadtypes.h: ... here.
11852         * sysdeps/unix/sysv/linux/hppa/nptl/bits/semaphore.h: Moved ...
11853         * sysdeps/hppa/nptl/bits/semaphore.h: ... here.
11854         * sysdeps/unix/sysv/linux/hppa/clone.S: Include <tcb-offsets.h>.
11855         Deconditionalize the code that was previously under [RESET_PID].
11856         * sysdeps/unix/sysv/linux/hppa/nptl/clone.S: File removed.
11857         * sysdeps/unix/sysv/linux/hppa/arch-fork.h: New file.
11858         * sysdeps/unix/sysv/linux/hppa/nptl/fork.c: File removed.
11859         * sysdeps/hppa/nptl/tcb-offsets.sym: Include pthread.h and don't
11860         include sysdep.h.
11862 2014-09-08  Allan McRae  <allan@archlinux.org>
11864         * version.h (RELEASE): Set to "development".
11865         (VERSION): Set to "2.20.90"
11867 2014-09-07  Allan McRae  <allan@archlinux.org
11869         * version.h (RELEASE): Set to "stable".
11870         (VERSION): Set to "2.20"
11871         * include/features.h (__GLIBC_MINOR__): Set to 20.
11873         * manual/contrib.texi: Add entries for Wilco Dijkstra and Stefan
11874         Liebler.
11876         * po/ko.po: Update Korean translation from translation project.
11878 2014-09-06  Chris Metcalf  <cmetcalf@tilera.com>
11880         [BZ #17354]
11881         * sysdeps/tile/dl-machine.h (elf_machine_rela): Add a MUNGE_SIGNED
11882         macro for handling signed relocations.
11884 2014-09-03  Florian Weimer  <fweimer@redhat.com>
11886         [BZ #17325]
11887         * iconvdata/ibm1364.c (BODY): Fix check for sentinel.
11888         * iconvdata/ibm932.c (BODY): Replace invalid sentinel check with
11889         assert.
11890         * iconvdata/ibm933.c (BODY): Fix check for sentinel.
11891         * iconvdata/ibm935.c (BODY): Likewise.
11892         * iconvdata/ibm937.c (BODY): Likewise.
11893         * iconvdata/ibm939.c (BODY): Likewise.
11894         * iconvdata/ibm943.c (BODY): Replace invalid sentinel check with
11895         assert.
11896         * iconvdata/Makefile (iconv-test.out): Pass module list to test
11897         script.
11898         * iconvdata/run-iconv-test.sh: New test loop for checking for
11899         decoder crashers.
11901 2014-09-02  Khem Raj  <raj.khem@gmail.com>
11903         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetenv.c (fegetenv): Add
11904         libm_hidden_ver.
11906 2014-09-01  Allan McRae  <allan@archlinux.org>
11908         * po/eo.po: Update Esperanto translation from translation project.
11910         * po/ca.po: Update Catalan translation from translation project.
11912 2014-08-28  Samuel Thibault  <samuel.thibault@ens-lyon.org>
11914         * sysdeps/mach/hurd/fork.c (__fork): Lock SS->lock around
11915         __proc_dostop call.
11917 2014-08-27  Mark Wielaard  <mjw@redhat.com>
11919         [BZ #17319]
11920         * sysdeps/i386/nptl/tls.h (TLS_INIT_TP): Use INTERNAL_SYSCALL
11921         to call set_thread_area instead of hand written asm.
11922         (__NR_set_thread_area): Removed define.
11923         (TLS_FLAG_WRITABLE): Likewise.
11924         (__ASSUME_SET_THREAD_AREA): Remove check.
11925         (TLS_EBX_ARG): Remove define.
11926         (TLS_LOAD_EBX): Likewise.
11928 2014-08-27  Samuel Thibault  <samuel.thibault@ens-lyon.org>
11930         Simplify atomicity of socket creation in bind.
11932         * sysdeps/mach/hurd/bind.c (__bind): Use dir_lookup(node, "") instead of
11933         looking up the name after linking the file.
11935 2014-08-27  Allan McRae  <allan@archlinux.org>
11937         * sysdeps/i386/fpu/libm-test-ulps: Update ULPs.
11939 2014-08-26  Florian Weimer  <fweimer@redhat.com>
11941         [BZ #17187]
11942         * iconv/gconv_trans.c (struct known_trans, search_tree, lock,
11943         trans_compare, open_translit, __gconv_translit_find):
11944         Remove module loading code.
11946 2014-08-26  Allan McRae  <allan@archlinux.org>
11948         * po/vi.po: Update Vietnamese translation from translation project.
11950         * po/uk.po: Update Ukrainian translation from translation project.
11952         * po/fr.po: Update French translation from translation project.
11954         * po/ru.po: Update Russian translation from translation project.
11956         * po/pl.po: Update Polish translation from translation project.
11958         * po/cs.po: Update Czech translation from translation project.
11960         * po/de.po: Update German translation from translation project.
11962         * po/bg.po: Update Bulgarian translation from translation project.
11964         * po/sv.po: Update Sweedish translation from translation project.
11966         * po/nl.po: Update Dutch translation from translation project.
11968         * po/es.po: Update Spanish translation from translation project.
11970 2014-08-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
11972         * nptl/Makefile (CFLAGS-pthread_atfork.c): Remove.
11974         * catgets/Makefile (CPPFLAGS-gencat): Remove.
11975         * iconv/Makefile (CPPFLAGS-iconv_prog): Likewise.
11976         (CPPFLAGS-iconvconfig): Likewise.
11977         * timezone/Makefile (CPPFLAGS-zic): Likewise.
11979         * include/libc-symbols.h: Remove unnecessary check for
11980         NOT_IN_libc.
11981         * nptl/pthreadP.h: Likewise.
11982         * sysdeps/aarch64/setjmp.S: Likewise.
11983         * sysdeps/alpha/setjmp.S: Likewise.
11984         * sysdeps/arm/sysdep.h: Likewise.
11985         * sysdeps/i386/setjmp.S: Likewise.
11986         * sysdeps/m68k/setjmp.c: Likewise.
11987         * sysdeps/posix/getcwd.c: Likewise.
11988         * sysdeps/powerpc/powerpc32/setjmp-common.S: Likewise.
11989         * sysdeps/powerpc/powerpc64/setjmp-common.S: Likewise.
11990         * sysdeps/s390/s390-32/setjmp.S: Likewise.
11991         * sysdeps/s390/s390-64/setjmp.S: Likewise.
11992         * sysdeps/sh/sh3/setjmp.S: Likewise.
11993         * sysdeps/sh/sh4/setjmp.S: Likewise.
11994         * sysdeps/unix/alpha/sysdep.h: Likewise.
11995         * sysdeps/unix/sysv/linux/aarch64/sysdep.h: Likewise.
11996         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
11997         * sysdeps/unix/sysv/linux/ia64/setjmp.S: Likewise.
11998         * sysdeps/unix/sysv/linux/ia64/sysdep.h: Likewise.
11999         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h: Likewise.
12000         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
12001         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
12002         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
12003         * sysdeps/unix/sysv/linux/sh/sysdep.h: Likewise.
12004         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
12005         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
12006         * sysdeps/unix/sysv/linux/tile/sysdep.h: Likewise.
12007         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
12008         * sysdeps/x86_64/setjmp.S: Likewise.
12010 2014-08-13  Joseph Myers  <joseph@codesourcery.com>
12012         [BZ #17263]
12013         * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c: Include
12014         <stdint.h>.
12015         (__get_clockfreq): Use uint64_t instead of hp_timing_t in
12016         INTERNAL_VSYSCALL_NO_SYSCALL_FALLBACK call.
12018 2014-08-13  Siddhesh Poyarekar  <siddhesh@redhat.com>
12020         * sysdeps/x86/fpu/bits/mathinline.h: Fix typo in comment.
12022         [BZ #17262]
12023         * sysdeps/x86/fpu/bits/mathinline.h: Check both __SSE2_MATH__
12024         and __x86_64__ when disabling x87 inline functions.
12026 2014-08-12  H.J. Lu  <hongjiu.lu@intel.com>
12028         [BZ #17259]
12029         * sysdeps/x86_64/cacheinfo.c (intel_check_word): Replace cpuid
12030         asm statement with __cpuid_count.
12032 2014-08-12  Mike Frysinger  <vapier@gentoo.org>
12034         * configure.ac: Change __ehdr_start code to dereference the struct.
12035         Run readelf on the output to look for relocations.
12036         * configure: Regenerated.
12038 2014-08-12  Joseph Myers  <joseph@codesourcery.com>
12040         [BZ #17261]
12041         * sysdeps/powerpc/nofpu/fenv_const.c (__fe_enabled_env): Change
12042         value to 0.
12043         (__fe_nonieee_env): Define as an alias for __fe_dfl_env.
12045 2014-08-12  Roland McGrath  <roland@hack.frob.com>
12047         * NEWS: Mention x86-64 ld.so use of Intel MPX instructions.
12049 2014-08-12  Bernard Ogden  <bernie.ogden@linaro.org>
12051         [BZ #16892]
12052         * sysdeps/nptl/lowlevellock.h (__lll_timedlock): Use
12053         atomic_compare_and_exchange_bool_acq rather than atomic_exchange_acq.
12055 2014-08-12  Sean Anderson  <seanga2@gmail.com>
12057         * malloc/malloc.c: Fix typo in comment.
12059 2014-08-09  Allan McRae  <allan@archlinux.org>
12061         * Regenerate libc.po.
12063 2014-08-08  Mike Frysinger  <vapier@gentoo.org>
12065         * intl/tst-gettext2.sh: Check every lang file for creation.
12067 2014-08-07  Wilco Dijkstra  <wdijkstr@arm.com>
12069         * sysdeps/aarch64/fpu/math_private.h
12070         (libc_feholdsetround_noex_aarch64_ctx): New function.
12072 2014-08-07  Wilco Dijkstra  <wdijkstr@arm.com>
12074         * sysdeps/arm/armv6/strcpy.S (strcpy):
12075         Fix performance issue in misaligned cases.
12077 2014-08-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12079         * sysdeps/unix/sysv/linux/powerpc/bits/ioctl-types.h (struct winsize):
12080         Move definition from termios.h.
12081         (struct termio): Likewise.
12082         (NCC, TIOCM_LE, TIOCM_DTR, TIOCM_RTS, TIOCM_ST, TIOCM_SR, TIOCM_CTS,
12083         TIOCM_CAR, TIOCM_RNG, TIOCM_DSR, TIOCM_CD, TIOCM_RI, N_TTY, N_SLIP,
12084         N_MOUSE, N_PPP, N_STRIP, N_AX25, N_X25, N_6PACK, N_MASC, N_R3964,
12085         N_PROFIBUS_FDL, N_IRDA, N_SMSBLOCK, N_HDLC, N_SYNC_PPP, N_HCI):
12086         Likewise.
12087         * sysdeps/unix/sysv/linux/powerpc/bits/termios.h (struct winsize):
12088         Move definition to ioctl-types.h
12089         (struct termio): Likewise.
12090         (NCC, TIOCM_LE, TIOCM_DTR, TIOCM_RTS, TIOCM_ST, TIOCM_SR, TIOCM_CTS,
12091         TIOCM_CAR, TIOCM_RNG, TIOCM_DSR, TIOCM_CD, TIOCM_RI, N_TTY, N_SLIP,
12092         N_MOUSE, N_PPP, N_STRIP, N_AX25, N_X25, N_6PACK, N_MASC, N_R3964,
12093         N_PROFIBUS_FDL, N_IRDA, N_SMSBLOCK, N_HDLC, N_SYNC_PPP, N_HCI):
12094         Likewise.
12096 2014-08-05  Richard Henderson  <rth@redhat.com>
12098         * sysdeps/alpha/soft-fp/ots_cvtxq.c (_OtsCvtXQ): Always raise
12099         exceptions.
12100         * sysdeps/alpha/soft-fp/Makefile [soft-fp] (sysdep_routines):
12101         Add fraiseexcpt.
12102         * sysdeps/alpha/soft-fp/sfp-machine.h (FP_HANDLE_EXCEPTIONS):
12103         Use __feraiseexcept.
12104         * sysdeps/unix/sysv/linux/alpha/fraiseexcpt.S (feraiseexcept):
12105         Protect libm symbols with IS_IN_libm.
12107         * sysdeps/unix/sysv/linux/alpha/lowlevellock.h: Remove file.
12109 2014-08-04  Bernard Ogden  <bernie.ogden@linaro.org>
12111         * sysdeps/unix/sysv/linux/mips/lowlevellock.h: Remove file.
12113 2014-08-04  Will Newton  <will.newton@linaro.org>
12115         * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h: Remove
12116         file.
12118 2014-08-04  Mike Frysinger  <vapier@gentoo.org>
12120         * sysdeps/unix/sysv/linux/ia64/sysdep-cancel.h (PSEUDO): Add nocancel
12121         variants for each function.
12123 2014-08-04  Roland McGrath  <roland@hack.frob.com>
12125         * sysdeps/unix/sysv/linux/ia64/nptl/Makefile: File removed, contents
12126         appended ...
12127         * sysdeps/unix/sysv/linux/ia64/Makefile: ... here.
12128         * sysdeps/unix/sysv/linux/ia64/nptl/Versions: File removed, contents
12129         appended ...
12130         * sysdeps/unix/sysv/linux/ia64/Versions: ... here.
12131         * sysdeps/unix/sysv/linux/ia64/nptl/__ia64_longjmp.S: Moved ...
12132         * sysdeps/unix/sysv/linux/ia64/__ia64_longjmp.S: ... here.
12133         * sysdeps/unix/sysv/linux/ia64/nptl/__sigstack_longjmp.c: Moved ...
12134         * sysdeps/unix/sysv/linux/ia64/__sigstack_longjmp.c: ... here.
12135         * sysdeps/unix/sysv/linux/ia64/nptl/c++-types.data: Moved ...
12136         * sysdeps/unix/sysv/linux/ia64/c++-types.data: ... here.
12137         * sysdeps/unix/sysv/linux/ia64/nptl/dl-sysdep.h: Moved ...
12138         * sysdeps/unix/sysv/linux/ia64/dl-sysdep.h: ... here.
12139         * sysdeps/unix/sysv/linux/ia64/nptl/ld.abilist: Moved ...
12140         * sysdeps/unix/sysv/linux/ia64/ld.abilist: ... here.
12141         * sysdeps/unix/sysv/linux/ia64/nptl/libBrokenLocale.abilist: Moved ...
12142         * sysdeps/unix/sysv/linux/ia64/libBrokenLocale.abilist: ... here.
12143         * sysdeps/unix/sysv/linux/ia64/nptl/libanl.abilist: Moved ...
12144         * sysdeps/unix/sysv/linux/ia64/libanl.abilist: ... here.
12145         * sysdeps/unix/sysv/linux/ia64/nptl/libc.abilist: Moved ...
12146         * sysdeps/unix/sysv/linux/ia64/libc.abilist: ... here.
12147         * sysdeps/unix/sysv/linux/ia64/nptl/libcrypt.abilist: Moved ...
12148         * sysdeps/unix/sysv/linux/ia64/libcrypt.abilist: ... here.
12149         * sysdeps/unix/sysv/linux/ia64/nptl/libdl.abilist: Moved ...
12150         * sysdeps/unix/sysv/linux/ia64/libdl.abilist: ... here.
12151         * sysdeps/unix/sysv/linux/ia64/nptl/libm.abilist: Moved ...
12152         * sysdeps/unix/sysv/linux/ia64/libm.abilist: ... here.
12153         * sysdeps/unix/sysv/linux/ia64/nptl/libnsl.abilist: Moved ...
12154         * sysdeps/unix/sysv/linux/ia64/libnsl.abilist: ... here.
12155         * sysdeps/unix/sysv/linux/ia64/nptl/libpthread.abilist: Moved ...
12156         * sysdeps/unix/sysv/linux/ia64/libpthread.abilist: ... here.
12157         * sysdeps/unix/sysv/linux/ia64/nptl/libresolv.abilist: Moved ...
12158         * sysdeps/unix/sysv/linux/ia64/libresolv.abilist: ... here.
12159         * sysdeps/unix/sysv/linux/ia64/nptl/librt.abilist: Moved ...
12160         * sysdeps/unix/sysv/linux/ia64/librt.abilist: ... here.
12161         * sysdeps/unix/sysv/linux/ia64/nptl/libthread_db.abilist: Moved ...
12162         * sysdeps/unix/sysv/linux/ia64/libthread_db.abilist: ... here.
12163         * sysdeps/unix/sysv/linux/ia64/nptl/libutil.abilist: Moved ...
12164         * sysdeps/unix/sysv/linux/ia64/libutil.abilist: ... here.
12165         * sysdeps/unix/sysv/linux/ia64/nptl/localplt.data: Moved ...
12166         * sysdeps/unix/sysv/linux/ia64/localplt.data: ... here.
12167         * sysdeps/unix/sysv/linux/ia64/nptl/lowlevellock.h: Moved ...
12168         * sysdeps/unix/sysv/linux/ia64/lowlevellock.h: ... here.
12169         * sysdeps/unix/sysv/linux/ia64/nptl/sysdep-cancel.h: Moved ...
12170         * sysdeps/unix/sysv/linux/ia64/sysdep-cancel.h: ... here.
12171         * sysdeps/unix/sysv/linux/ia64/nptl/timer_create.c: Moved ...
12172         * sysdeps/unix/sysv/linux/ia64/timer_create.c: ... here.
12173         * sysdeps/unix/sysv/linux/ia64/nptl/timer_delete.c: Moved ...
12174         * sysdeps/unix/sysv/linux/ia64/timer_delete.c: ... here.
12175         * sysdeps/unix/sysv/linux/ia64/nptl/timer_getoverr.c: Moved ...
12176         * sysdeps/unix/sysv/linux/ia64/timer_getoverr.c: ... here.
12177         * sysdeps/unix/sysv/linux/ia64/nptl/timer_gettime.c: Moved ...
12178         * sysdeps/unix/sysv/linux/ia64/timer_gettime.c: ... here.
12179         * sysdeps/unix/sysv/linux/ia64/nptl/timer_settime.c: Moved ...
12180         * sysdeps/unix/sysv/linux/ia64/timer_settime.c: ... here.
12181         * sysdeps/unix/sysv/linux/ia64/nptl/unwind-forcedunwind.c: Moved ...
12182         * sysdeps/unix/sysv/linux/ia64/unwind-forcedunwind.c: ... here.
12183         Update #include.
12184         * sysdeps/unix/sysv/linux/ia64/nptl/unwind_longjmp.c: Moved ...
12185         * sysdeps/unix/sysv/linux/ia64/unwind_longjmp.c: ... here.
12187 2014-08-04  Roland McGrath  <roland@hack.frob.com>
12189         * sysdeps/unix/sysv/linux/ia64/nptl/bits/pthreadtypes.h: Moved ...
12190         * sysdeps/ia64/nptl/bits/pthreadtypes.h: ... here.
12191         * sysdeps/unix/sysv/linux/ia64/nptl/bits/semaphore.h: Moved ...
12192         * sysdeps/ia64/nptl/bits/semaphore.h: ... here.
12193         * sysdeps/unix/sysv/linux/ia64/nptl/bits/local_lim.h: Moved ...
12194         * sysdeps/unix/sysv/linux/ia64/bits/local_lim.h: ... here.
12196 2014-08-04  Roland McGrath  <roland@hack.frob.com>
12198         * nptl/sysdeps/pthread/createthread.c: Include <arch-fork.h>.
12199         * sysdeps/unix/sysv/linux/ia64/arch-fork.h (ARCH_CLONE): New macro.
12200         * sysdeps/ia64/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
12201         * sysdeps/unix/sysv/linux/ia64/nptl/createthread.c: File removed.
12203 2014-08-04  Roland McGrath  <roland@hack.frob.com>
12205         * sysdeps/unix/sysv/linux/ia64/nptl/vfork.S: Moved ...
12206         * sysdeps/unix/sysv/linux/ia64/vfork.S: ... here.
12207         (__libc_vfork): Define function under this name.
12208         (__vfork): Define as an alias.
12209         * sysdeps/unix/sysv/linux/ia64/pt-vfork.S: New file.
12210         * sysdeps/unix/sysv/linux/ia64/nptl/pt-vfork.S: File removed.
12212 2014-08-04  Roland McGrath  <roland@hack.frob.com>
12214         * sysdeps/unix/sysv/linux/ia64/clone2.S: Deconditionalize the code
12215         that was previously under [RESET_PID].
12216         * sysdeps/unix/sysv/linux/ia64/nptl/clone2.S: File removed.
12218 2014-08-04  Andreas Schwab  <schwab@suse.de>
12220         * sysdeps/ieee754/ldbl-96/s_fma.c: Include <math_private.h>.
12222 2014-08-03  Mike Frysinger  <vapier@gentoo.org>
12224         * stdlib/tst-setcontext.c (test_stack): Fix coding style.
12225         (main): Likewise.
12227 2014-08-01  Roland McGrath  <roland@hack.frob.com>
12229         * sysdeps/unix/sysv/linux/arm/lowlevellock.h: File removed.
12231 2014-08-01  Richard Henderon  <rth@redhat.com>
12233         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Use math_force_eval before
12234         feclearexcept; use math_opt_barrier instead of open-coded asm; fix
12235         typo in exact zero test.
12236         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
12237         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Likewise.
12238         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
12240 2014-08-01  Roland McGrath  <roland@hack.frob.com>
12242         * sysdeps/unix/sysv/linux/arm/sysdep.h (PTR_MANGLE_LOAD, PTR_MANGLE)
12243         (PTR_MANGLE2, PTR_DEMANGLE, PTR_DEMANGLE2): Move these macros...
12244         * sysdeps/arm/sysdep.h: ... here.
12245         [!__ASSEMBLER__]: Include <stdint.h>.
12247 2014-08-01  Siddhesh Poyarekar  <siddhesh@redhat.com>
12249         * include/libc-symbols.h (HAVE_LIBINTL_H): Define macro.
12250         (HAVE_WCTYPE_H): Likewise.
12251         (HAVE_ISWCTYPE): Likewise.
12252         (ENABLE_NLS): Likewise.
12253         * posix/regex_internal.h [(defined MB_CUR_MAX && HAVE_WCTYPE_H
12254         && HAVE_ISWCTYPE) || _LIBC]: Sync up with gnulib.
12256         * posix/regex_internal.c: Check if DEBUG is defined and is
12257         set.
12259         * include/libc-symbols.h (HAVE_MBSTATE_T): Define macro.
12260         (HAVE_MBSRTOWCS): Likewise.
12261         * posix/fnmatch.c: Include string.h unconditionally.
12263 2014-08-01  Stefan Liebler  <stli@linux.vnet.ibm.com>
12265         * NEWS: Explain the s390 jmp_buf / ucontext_t ABI change
12266         reversal.
12268 2014-07-31  Roland McGrath  <roland@hack.frob.com>
12270         * sysdeps/generic/safe-fatal.h: New file.
12271         * sysdeps/unix/sysv/linux/safe-fatal.h: New file.
12272         * nptl/forward.c: Include it.
12273         (__pthread_unwind): Use __safe_fatal as default action, rather
12274         than a bogus use of INTERNAL_SYSCALL that could never work.
12276         * config.h.in (HAVE_BUILTIN_TRAP): New #define to 0.
12277         * configure.ac (libc_cv_builtin_trap): New test.
12278         * configure: Regenerated.
12279         * sysdeps/generic/abort-instr.h [HAVE_BUILTIN_TRAP]
12280         (ABORT_INSTRUCTION): Define using __builtin_trap.
12282         * nptl/pthreadP.h (SIGCANCEL, SIGTIMER, SIGSETXID, __xidcmd): Moved ...
12283         * sysdeps/unix/sysv/linux/nptl-signals.h: ... to this new file.
12284         * sysdeps/nptl/nptl-signals.h: New file.
12285         * nptl/pthreadP.h: Include <nptl-signals.h>.
12287 2014-07-31  Stefan Liebler  <stli@linux.vnet.ibm.com>
12289         * sysdeps/s390/s390-64/utf16-utf32-z9.c
12290         (ONE_DIRECTION): Define.
12291         * sysdeps/s390/s390-64/utf8-utf16-z9.c
12292         (ONE_DIRECTION): Define.
12293         * sysdeps/s390/s390-64/utf8-utf32-z9.c
12294         (ONE_DIRECTION): Define.
12296 2014-07-31  Stefan Liebler  <stli@linux.vnet.ibm.com>
12298         * sysdeps/s390/Makefile: Delete file.
12299         * sysdeps/s390/Versions (GLIBC_2.19): Remove __setjmp.
12300         * sysdeps/s390/__longjmp.c: Delete file.
12301         * sysdeps/s390/bits/setjmp.h (__s390_jmp_buf):
12302         Remove fields __flags and __reserved.
12303         * sysdeps/s390/longjmp.c: Include setjmp/longjmp.c
12304         and add versioning.
12305         * sysdeps/s390/rtld-__longjmp.c: Delete file.
12306         * sysdeps/s390/rtld-global-offsets.sym: Likewise.
12307         * sysdeps/s390/rtld-setjmp.S: Likewise.
12308         * sysdeps/s390/s390-32/__longjmp-common.c: Move to ...
12309         * sysdeps/s390/s390-32/__longjmp.c: ... here.
12310         * sysdeps/s390/s390-32/setjmp-common.S: Move to ...
12311         * sysdeps/s390/s390-32/setjmp.S: ... here.
12312         Add versioning.
12313         (__sigsetjmp): Remove setting __flags field.
12314         * sysdeps/s390/s390-64/__longjmp-common.c:Move to ...
12315         * sysdeps/s390/s390-64/__longjmp.c: ... here.
12316         * sysdeps/s390/s390-64/setjmp-common.S: Move to ...
12317         * sysdeps/s390/s390-64/setjmp.S: ... here.
12318         Add versioning.
12319         (__sigsetjmp): Remove setting __flags field.
12320         * sysdeps/s390/setjmp.S: Delete file.
12321         * sysdeps/s390/sigjmp.c: Likewise.
12322         * sysdeps/s390/v1-longjmp.c: Likewise.
12323         * sysdeps/s390/v1-setjmp.h: Likewise.
12324         * sysdeps/s390/v1-sigjmp.c: Likewise.
12325         * sysdeps/unix/sysv/linux/s390/Makefile (sysdep_routines):
12326         Remove v1-longjmp_chk.
12327         * sysdeps/unix/sysv/linux/s390/getcontext.S: Delete file.
12328         * sysdeps/unix/sysv/linux/s390/longjmp_chk.c:
12329         Include debug/longjmp_chk.c and add versioning.
12330         * sysdeps/unix/sysv/linux/s390/pt-longjmp.c:
12331         Include nptl/pt-longjmp.c and add versioning.
12332         * sysdeps/unix/sysv/linux/s390/rtld-getcontext.S: Delete file.
12333         * sysdeps/unix/sysv/linux/s390/s390-32/____longjmp_chk.c:
12334         Include __longjmp.c.
12335         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext-common.S:
12336         Move to ...
12337         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext.S: ... here.
12338         (__getcontext): Remove setting __flags field.
12339         Add versioning.
12340         * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S:
12341         Don't restore upper high grps.
12342         * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S:
12343         Likewise.
12344         (__swapcontext): Remove setting uc_flags field.
12345         * sysdeps/unix/sysv/linux/s390/s390-32/ucontext_i.sym:
12346         Delete file.
12347         * sysdeps/unix/sysv/linux/s390/s390-64/____longjmp_chk.c:
12348         Include __longjmp.c.
12349         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext-common.S:
12350         Move to ...
12351         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext.S: ... here.
12352         (__getcontext): Remove setting __flags field.
12353         Add versioning.
12354         * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S:
12355         (__swapcontext): Remove setting uc_flags field.
12356         * unix/sysv/linux/s390/s390-64/ucontext_i.sym: Delete file.
12357         * sysdeps/unix/sysv/linux/s390/sys/ucontext.h (ucontext):
12358         Remove fields uc_high_gprs and __reserved.
12359         * sysdeps/unix/sysv/linux/s390/ucontext_i.sym:
12360         New file with reverted content.
12361         * sysdeps/unix/sysv/linux/s390/v1-longjmp_chk.c: Delete file.
12362         * sysdeps/unix/sysv/linux/s390/s390-32/libc.abilist:
12363         Regenerated.
12364         * sysdeps/unix/sysv/linux/s390/s390-64/libc.abilist:
12365         Regenerated.
12367 2014-07-31  Andreas Schwab  <schwab@suse.de>
12369         * config.h.in (HAVE_IFUNC): Define to 0.
12370         * rt/clock-compat.c [HAVE_IFUNC]: Check for value, not
12371         definedness.
12373 2014-07-30  Ling Ma  <ling.ml@alibaba-inc.com>
12375         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
12376         memmove-avx-unaligned, memcpy-avx-unaligned and
12377         mempcpy-avx-unaligned.
12378         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
12379         Add tests for AVX memcpy functions.
12380         * sysdeps/x86_64/multiarch/memcpy.S: Add support for AVX memcpy.
12381         * sysdeps/x86_64/multiarch/memcpy_chk.S: Add support for AVX
12382         memcpy_chk.
12383         * sysdeps/x86_64/multiarch/memmove.c: Add support for AVX memmove.
12384         * sysdeps/x86_64/multiarch/memmove_chk.c: Add support for AVX
12385         memmove_chk.
12386         * sysdeps/x86_64/multiarch/mempcpy.S: Add support for AVX mempcpy.
12387         * sysdeps/x86_64/multiarch/mempcpy_chk.S: Add support for AVX
12388         mempcpy_chk.
12389         * sysdeps/x86_64/multiarch/memcpy-avx-unaligned.S: New file.
12390         * sysdeps/x86_64/multiarch/mempcpy-avx-unaligned.S: New file.
12391         * sysdeps/x86_64/multiarch/memmove-avx-unaligned.S: New file.
12393 2013-07-29  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12395         [BZ #17213]
12396         * sysdeps/powerpc/powerpc64/entry.h: Fix TEXT_START definition for
12397         powerpc64le.
12399 2014-07-29  Jeff Layton  <jlayton@poochiereds.net>
12401         [BZ #16839]
12402         * manual/llio.texi: Add section about open file description locks.
12403         * manual/examples/ofdlocks.c: Example of open file description
12404         lock usage.
12405         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h: Define F_OFD_GETLK,
12406         F_OFD_SETLK, and F_OFD_SETLKW.
12408 2014-07-23  Allan McRae  <allan@archlinux.org>
12410         * po/es.po: Update Spanish translation from translation project.
12412 2014-07-18  Andreas Schwab  <schwab@linux-m68k.org>
12414         * sysdeps/unix/sysv/linux/m68k/lowlevellock.h: Removed.
12416 2014-07-17  Maciej W. Rozycki  <macro@codesourcery.com>
12418         [BZ #17078]
12419         * sysdeps/arm/dl-machine.h (elf_machine_rela)
12420         [RESOLVE_CONFLICT_FIND_MAP]: Handle R_ARM_TLS_DESC relocation.
12421         (elf_machine_lazy_rel): Handle prelinked R_ARM_TLS_DESC entries.
12423 2014-07-17  Joseph Myers  <joseph@codesourcery.com>
12425         [BZ #17088]
12426         * math/fesetenv.c (__fesetenv)
12427         [FE_NOMASK_ENV && FE_ALL_EXCEPT != 0]: Return 1 for FE_NOMASK_ENV.
12428         * math/feupdateenv.c (__feupdateenv)
12429         [FE_NOMASK_ENV && FE_ALL_EXCEPT != 0]: Likewise.
12431         * sysdeps/unix/sysv/linux/s390/kernel-features.h: New file.
12432         * sysdeps/unix/sysv/linux/kernel-features.h [__s390__]
12433         (__ASSUME_SOCKETCALL): Do not define.
12435         * sysdeps/unix/sysv/linux/sh/kernel-features.h: New file.
12436         * sysdeps/unix/sysv/linux/kernel-features.h [__sh__]
12437         (__ASSUME_SOCKETCALL): Do not define.
12438         (__ASSUME_ST_INO_64_BIT): Define unconditionally.
12439         [__LINUX_KERNEL_VERSION >= 0x020625 && __sh__]
12440         (__ASSUME_ACCEPT4_SYSCALL): Do not define.
12441         [__LINUX_KERNEL_VERSION >= 0x020625 && __sh__]
12442         (__ASSUME_RECVMMSG_SYSCALL): Likewise.
12443         [__LINUX_KERNEL_VERSION >= 0x030000 && __sh__]
12444         (__ASSUME_SENDMMSG_SYSCALL): Likewise.
12445         [__sh__] (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
12447         * sysdeps/unix/sysv/linux/powerpc/kernel-features.h: New file.
12448         * sysdeps/unix/sysv/linux/kernel-features.h [__powerpc__]
12449         (__ASSUME_SOCKETCALL): Do not define.
12450         (__ASSUME_IPC64): Define unconditionally.
12451         [__LINUX_KERNEL_VERSION >= 0x020625 && __powerpc__]
12452         (__ASSUME_ACCEPT4_SYSCALL): Do not define.
12453         [__LINUX_KERNEL_VERSION >= 0x020625 && __powerpc__]
12454         (__ASSUME_RECVMMSG_SYSCALL): Likewise.
12455         [__LINUX_KERNEL_VERSION >= 0x030000 && __powerpc__]
12456         (__ASSUME_SENDMMSG_SYSCALL): Likewise.
12457         [__powerpc__] (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL):
12458         Likewise.
12460         * sysdeps/unix/sysv/linux/sparc/kernel-features.h: New file.
12461         * sysdeps/unix/sysv/linux/kernel-features.h [__sparc__]
12462         (__ASSUME_SOCKETCALL): Do not define.
12463         (__ASSUME_SET_ROBUST_LIST): Define unconditionally.
12464         (__ASSUME_FUTEX_LOCK_PI): Likewise.
12465         [__sparc__] (__ASSUME_ACCEPT4_SYSCALL): Do not define.
12466         [__sparc__] (__ASSUME_ACCEPT4_SYSCALL_WITH_SOCKETCALL): Likewise.
12467         (__ASSUME_REQUEUE_PI): Define unconditionally.
12468         [__LINUX_KERNEL_VERSION >= 0x020621 && __sparc__]
12469         (__ASSUME_RECVMMSG_SYSCALL): Do not define.
12470         [__sparc__] (__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
12471         [__LINUX_KERNEL_VERSION >= 0x030000 && __sparc__]
12472         (__ASSUME_SENDMMSG_SYSCALL): Likewise.
12473         [__sparc__] (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
12475         * sysdeps/unix/sysv/linux/i386/kernel-features.h: New file.
12476         * sysdeps/unix/sysv/linux/kernel-features.h [__i386__]
12477         (__ASSUME_SOCKETCALL): Do not define.
12478         [__LINUX_KERNEL_VERSION >= 0x020621 && __i386__]
12479         (__ASSUME_RECVMMSG_SYSCALL): Likewise.
12480         [__i386__] (__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
12481         [__LINUX_KERNEL_VERSION >= 0x030000 && __i386__]
12482         (__ASSUME_SENDMMSG_SYSCALL): Likewise.
12483         [__i386__] (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
12485         * sysdeps/unix/sysv/linux/x86_64/kernel-features.h: New file.
12486         * sysdeps/unix/sysv/linux/kernel-features.h [__x86_64__]
12487         (__ASSUME_ACCEPT4_SYSCALL): Do not define.
12488         [__LINUX_KERNEL_VERSION >= 0x020621 && __x86_64__]
12489         (__ASSUME_RECVMMSG_SYSCALL): Likewise.
12490         [__LINUX_KERNEL_VERSION >= 0x030000 && __x86_64__]
12491         (__ASSUME_SENDMMSG_SYSCALL): Likewise.
12492         [__x86_64__ && __LINUX_KERNEL_VERSION >= 0x030100]
12493         (__ASSUME_GETCPU_SYSCALL): Likewise.
12495         * aclocal.m4 (LIBC_SLIBDIR_RTLDDIR): New macro.
12496         * sysdeps/gnu/configure.ac: Use LIBC_SLIBDIR_RTLDDIR.  Remove
12497         cases for individual architectures.
12498         * sysdeps/gnu/configure: Regenerated.
12499         * sysdeps/unix/sysv/linux/aarch64/configure.ac: Use
12500         LIBC_SLIBDIR_RTLDDIR.
12501         * sysdeps/unix/sysv/linux/aarch64/configure: Regenerated.
12502         * sysdeps/unix/sysv/linux/mips/configure.ac: Use
12503         LIBC_SLIBDIR_RTLDDIR.
12504         * sysdeps/unix/sysv/linux/mips/configure: Regenerated.
12505         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure.ac: Use
12506         LIBC_SLIBDIR_RTLDDIR.
12507         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure:
12508         Regenerated.
12509         * sysdeps/unix/sysv/linux/s390/s390-64/configure.ac: New file.
12510         * sysdeps/unix/sysv/linux/s390/s390-64/configure: New generated
12511         file.
12512         * sysdeps/unix/sysv/linux/sparc/sparc64/configure.ac: New file.
12513         * sysdeps/unix/sysv/linux/sparc/sparc64/configure: New generated
12514         file.
12515         * sysdeps/unix/sysv/linux/x86_64/64/configure.ac: New file.
12516         * sysdeps/unix/sysv/linux/x86_64/64/configure: New generated file.
12517         * sysdeps/unix/sysv/linux/x86_64/x32/configure.ac: New file.
12518         * sysdeps/unix/sysv/linux/x86_64/x32/configure: Generate.
12520         * sysdeps/aarch64/shlib-versions: Move to ...
12521         * sysdeps/unix/sysv/linux/aarch64/shlib-versions: ... here.
12522         * sysdeps/alpha/shlib-versions: Move to ...
12523         * sysdeps/unix/sysv/linux/alpha/shlib-versions: ... here.
12524         * sysdeps/arm/shlib-versions: Move to ...
12525         * sysdeps/unix/sysv/linux/arm/shlib-versions: ... here.
12526         * sysdeps/hppa/shlib-versions: Move all contents except for
12527         libgcc_s entry to ...
12528         * sysdeps/unix/sysv/linux/hppa/shlib-versions: ... here.  Merge in
12529         entry from ...
12530         * sysdeps/hppa/nptl/shlib-versions: ... here.  Remove file.
12531         * sysdeps/ia64/shlib-versions: Move to ...
12532         * sysdeps/unix/sysv/linux/ia64/shlib-versions: ... here.  Merge in
12533         entry from ...
12534         * sysdeps/ia64/nptl/shlib-versions: ... here.  Remove file.
12535         * sysdeps/m68k/coldfire/shlib-versions: Move to ...
12536         * sysdeps/unix/sysv/linux/m68k/coldfire/shlib-versions: ... here.
12537         * sysdeps/microblaze/shlib-versions: Move to ...
12538         * sysdeps/unix/sysv/linux/microblaze/shlib-versions: ... here.
12539         * sysdeps/mips/shlib-versions: Move to ...
12540         * sysdeps/unix/sysv/linux/mips/shlib-versions: ... here.  Merge in
12541         entry from ...
12542         * sysdeps/mips/nptl/shlib-versions: ... here.  Remove file.
12543         * sysdeps/tile/shlib-versions: Move to ...
12544         * sysdeps/unix/sysv/linux/tile/shlib-versions: ... here.
12545         * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: Merge in entry
12546         from ...
12547         * sysdeps/x86_64/64/shlib-versions: ... here.  Remove file.
12548         * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: Merge in
12549         entry from ...
12550         * sysdeps/x86_64/x32/shlib-versions: ... here.  Remove file.
12552 2014-07-17  Will Newton  <will.newton@linaro.org>
12554         * sysdeps/arm/bits/atomic.h
12555         (__arch_compare_and_exchange_bool_8_int): Evaluate to zero.
12556         (__arch_compare_and_exchange_bool_16_int): Likewise.
12557         (__arch_compare_and_exchange_bool_64_int): Likewise.
12559         * iconv/loop.c: Move definition of LOOPFCT and gconv_btowc
12560         into an #else block.
12562 2014-07-16  Roland McGrath  <roland@hack.frob.com>
12564         * sysdeps/arm/preconfigure.ac: Apply EABI sanity check to arm*, not
12565         just Linux configurations.  Test empirically that the compiler sets
12566         __ARM_EABI__, rather than using the tuple to decide.
12567         * sysdeps/arm/preconfigure: Regenerated.
12568         * sysdeps/unix/sysv/linux/arm/configure: File removed.
12569         * sysdeps/unix/sysv/linux/arm/configure.ac: File removed,
12570         contents appended ...
12571         * sysdeps/arm/configure.ac: ... here.
12572         * sysdeps/arm/configure: Regenerated.
12574 2014-07-15  Roland McGrath  <roland@hack.frob.com>
12576         * nptl/pthread_kill.c: New file.
12577         * nptl/pthread_sigmask.c: New file.
12578         * nptl/pthread_sigqueue.c: New file.
12580         * sysdeps/nptl/lowlevellock.h: New file.
12581         * sysdeps/unix/sysv/linux/lowlevellock-futex.h: New file.
12582         * sysdeps/nptl/lowlevellock-futex.h: New file.
12584         * nptl/pthreadP.h (__current_sigrtmin, __current_sigrtmax):
12585         Remove dead declarations.
12587 2014-07-14  H.J. Lu  <hongjiu.lu@intel.com>
12589         * config.h.in (HAVE_AVX2_SUPPORT): New #undef.
12590         * sysdeps/i386/configure.ac: Set HAVE_AVX2_SUPPORT and
12591         config-cflags-avx2.
12592         * sysdeps/x86_64/configure.ac: Likewise.
12593         * sysdeps/i386/configure: Regenerated.
12594         * sysdeps/x86_64/configure: Likewise.
12595         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
12596         memset-avx2 only if config-cflags-avx2 is yes.
12597         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
12598         Tests for memset_chk and memset only if HAVE_AVX2_SUPPORT is
12599         defined.
12600         * sysdeps/x86_64/multiarch/memset.S: Define multiple versions
12601         only if HAVE_AVX2_SUPPORT is defined.
12602         * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
12604 2014-07-14  Alan Modra  <amodra@gmail.com>
12606         [BZ #17153]
12607         * elf/elf.h (DT_PPC64_NUM): Correct value.
12608         * NEWS: Add to fixed bug list.
12610 2014-07-13  Jim Meyering  <meyering@fb.com>
12612         [BZ 17150]
12613         regex: don't deref NULL upon heap allocation failure
12614         * posix/regcomp.c: (parse_dup_op): Handle duplicate_tree
12615         failure in one more place.
12616         To trigger the segfault, configure grep -with-included-regex,
12617         build it, and run these commands:
12618         ( ulimit -v 300000; echo a|src/grep -E a+++++++++++++++++++++ )
12620 2014-07-13  Andreas Schwab  <schwab@linux-m68k.org>
12622         * sysdeps/m68k/m680x0/fpu/libm-test-ulps: Update.
12624 2014-07-11  Richard Henderson  <rth@redhat.com>
12626         * sysdeps/aarch64/libm-test-ulps: Update.
12628 2014-07-10  Florian Weimer  <fweimer@redhat.com>
12630         [BZ #17135]
12631         * nptl/pthreadP.h (__nptl_setxid_error): Declare function.
12632         * nptl/allocatestack.c (__nptl_setxid_error): New function.
12633         (__nptl_setxid): Initialize error member.  Call
12634         __nptl_setxid_error.
12635         * nptl/nptl-init.c (sighandler_setxid): Call __nptl_setxid_error.
12636         * nptl/descr.h (struct xid_command): Add error member.
12637         * nptl/tst-setuid3.c: New file.
12638         * nptl/Makefile (tests): Add it.
12640 2014-07-10  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12642         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h (__lll_base_trylock):
12643         New define.
12644         (__lll_trylock): Use __lll_base_trylock.
12645         (__lll_cond_trylock): Likewise.
12647 2014-07-10  Roland McGrath  <roland@hack.frob.com>
12649         * nptl/pthread_create.c (start_thread): Use atomic_or and
12650         lll_futex_wake directly rather than lll_robust_dead.
12651         * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h
12652         (lll_robust_dead): Macro removed.
12653         * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h: Likewise.
12654         * sysdeps/unix/sysv/linux/alpha/lowlevellock.h: Likewise.
12655         * sysdeps/unix/sysv/linux/arm/lowlevellock.h: Likewise.
12656         * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h: Likewise.
12657         * sysdeps/unix/sysv/linux/i386/lowlevellock.h: Likewise.
12658         * sysdeps/unix/sysv/linux/ia64/nptl/lowlevellock.h: Likewise.
12659         * sysdeps/unix/sysv/linux/m68k/lowlevellock.h: Likewise.
12660         * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Likewise.
12661         * sysdeps/unix/sysv/linux/mips/lowlevellock.h: Likewise.
12662         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Likewise.
12663         * sysdeps/unix/sysv/linux/s390/lowlevellock.h: Likewise.
12664         * sysdeps/unix/sysv/linux/sh/lowlevellock.h: Likewise.
12665         * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Likewise.
12666         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: Likewise.
12667         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Likewise.
12669         * nptl/pthread_mutex_trylock.c (__pthread_mutex_trylock):
12670         Use atomic_compare_and_exchange_val_acq directly rather than
12671         lll_robust_trylock.
12672         * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h
12673         (__lll_robust_trylock, lll_robust_trylock): Removed.
12674         * sysdeps/unix/sysv/linux/alpha/lowlevellock.h: Likewise.
12675         * sysdeps/unix/sysv/linux/arm/lowlevellock.h: Likewise.
12676         * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h: Likewise.
12677         * sysdeps/unix/sysv/linux/i386/lowlevellock.h: Likewise.
12678         * sysdeps/unix/sysv/linux/ia64/nptl/lowlevellock.h: Likewise.
12679         * sysdeps/unix/sysv/linux/m68k/lowlevellock.h: Likewise.
12680         * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Likewise.
12681         * sysdeps/unix/sysv/linux/mips/lowlevellock.h: Likewise.
12682         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Likewise.
12683         * sysdeps/unix/sysv/linux/s390/lowlevellock.h: Likewise.
12684         * sysdeps/unix/sysv/linux/sh/lowlevellock.h: Likewise.
12685         * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Likewise.
12686         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: Likewise.
12687         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Likewise.
12689 2014-07-02  Florian Weimer  <fweimer@redhat.com>
12691         * manual/locale.texi (Locale Names): New section documenting
12692         locale name syntax.  Adjust menu and node chaining accordingly.
12693         (Choosing Locale): Reference Locale Names, Locale Categories.
12694         Mention setting LC_ALL=C.  Reflect that name syntax is now
12695         documented.
12696         (Locale Categories): New section title.  Reference Locale Names.
12697         LC_ALL is an environment variable, but not a category.
12698         (Setting the Locale): Remove "locale -a" invocation and LOCPATH
12699         description, now in Locale Name.  Reference that section.  Locale
12700         name syntax is now documented.
12702 2014-07-02  Florian Weimer  <fweimer@redhat.com>
12704         [BZ #17137]
12705         * locale/findlocale.c (name_present, valid_locale_name): New
12706         functions.
12707         (_nl_find_locale): Use the loc_name variable to store name
12708         candidates.  Call name_present and valid_locale_name to check and
12709         validate locale names.  Return an error if the locale is invalid.
12711 2014-07-02  Florian Weimer  <fweimer@redhat.com>
12713         * locale/setlocale.c (setlocale): Use strdup for allocating
12714         composite name copy.
12716 2014-07-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
12718         Sync up with gnulib.
12719         * misc/error.c: Use !_LIBC instead of HAVE_CONFIG_H.
12720         [!_LIBC && ENABLE_NLS]: Include gettext.h.
12721         [_LIBC]: Define USE_UNLOCKED_IO, _GL_ATTRIBUTE_FORMAT_PRINTF
12722         and _GL_ARG_NONNULL.
12723         [USE_UNLOCKED_IO]: Include unlocked-io.h.
12724         [!_LIBC]: Include code for Windows and Cygwin.
12725         [!_LIBC && !HAVE_DECL_STRERROR_R && !STRERROR_R_CHAR_P]:
12726         Include prototype for int strerror_r.
12727         [!_LIBC] (is_open): New function.
12728         (flush_stdout): New function.
12729         (print_errno_message): Use it.
12730         (error): Likewise.
12731         (error_at_line): Likewise.
12732         (error_tail) Add function attribute macros.  Use
12733         __builtin_expect.
12735         * time/strptime_l.c [_LIBC]: Define HAVE_LOCALTIME_R.
12737         * time/strftime_l.c [_LIBC]: Define HAVE_STRFTIME.
12739         * io/ftw.c: Include sys/param.h unconditionally.
12741         * locale/programs/simple-hash.c [!HAVE_OBSTACK]: Remove code.
12743         [BZ #17125]
12744         * sysdeps/unix/sysv/linux/check_pf.c (cache): Don't use
12745         libc_freeres_ptr.
12746         (freecache): New function to free CACHE on exit.
12748         * sunrpc/xdr.c (xdr_string): Add comment about SIZE
12749         initialization.
12751 2014-07-09  David S. Miller  <davem@davemloft.net>
12753         * sysdeps/sparc/fpu/libm-test-ulps: Update.
12755         * sysdeps/sparc/nptl/internaltypes.h: Delete.
12756         * sysdeps/sparc/nptl/sparc-nptl.h: New file.
12757         * sysdeps/sparc/nptl/pthread_barrier_destroy.c: Include it.
12758         * sysdeps/sparc/nptl/pthread_barrier_init.c: Likewise.
12759         * sysdeps/sparc/nptl/pthread_barrier_wait.c: Likewise.
12760         * sysdeps/sparc/nptl/sem_init.c: Likewise.
12761         * sysdeps/sparc/nptl/sem_post.c: Likewise.
12762         * sysdeps/sparc/nptl/sem_timedwait.c: Likewise.
12763         * sysdeps/sparc/nptl/sem_wait.c: Likewise.
12764         * sysdeps/sparc/sparc32/nptl/pthread_barrier_wait.c: Likewise.
12765         * sysdeps/sparc/sparc32/nptl/sem_post.c: Likewise.
12766         * sysdeps/sparc/sparc32/nptl/sem_timedwait.c: Likewise.
12767         * sysdeps/sparc/sparc32/nptl/sem_wait.c: Likewise.
12769 2014-07-09  Andreas Schwab  <schwab@suse.de>
12771         * sysdeps/powerpc/test-gettimebase.c (do_test): Add newline to
12772         output.
12773         * sysdeps/unix/sysv/linux/powerpc/test-gettimebasefreq.c
12774         (do_test): Likewise.
12776         * sysdeps/i386/fpu/libm-test-ulps: Update ULPs.
12778 2014-07-09  Will Newton  <will.newton@linaro.org>
12780         * sysdeps/aarch64/tlsdesc.c (_dl_unmap): Test SHARED with #ifdef.
12781         * sysdeps/arm/tlsdesc.c (_dl_unmap): Likewise.
12782         * sysdeps/i386/tlsdesc.c (_dl_unmap): Likewise.
12783         * sysdeps/x86_64/tlsdesc.c (_dl_unmap): Likewise.
12784         * sysdeps/hppa/start.S (_start): Likewise.
12786 2014-07-09  Siddhesh Poyarekar  <siddhesh@redhat.com>
12788         * sunrpc/xdr.c (xdr_string): Initialize SIZE to 0.
12790         * sysdeps/generic/unwind-pe.h: Only check if __cplusplus is
12791         defined.
12793 2014-07-08  Siddhesh Poyarekar  <siddhesh@redhat.com>
12795         * resolv/res_query.c (__libc_res_nsearch): Dereference resplen2
12796         after checking that it is non-NULL.
12798         * sysdeps/i386/dl-machine.h: Define ELF_MACHINE_NO_REL.
12800 2014-07-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12802         * sysdeps/powerpc/memmove.c: Remove file.
12803         * sysdeps/powerpc/powerpc32/power4/memcopy.h
12804         [MEMCPY_OK_FOR_FWD_MEMMOVE]: Define it to 1.
12805         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove-power7.c
12806         [MEMCPY_OK_FOR_FWD_MEMMOVE]: Remove define.
12807         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove-ppc.c:
12808         [MEMCPY_OK_FOR_FWD_MEMMOVE]: Likewise.
12809         * sysdeps/powerpc/powerpc64/multiarch/memmove-ppc64.c: Include default
12810         string memmove instead of removed powerpc one.
12812         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp_l-power7.S:
12813         [weak_alias]: Fix compiler warning due trailing data.
12814         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp-power7.S:
12815         [weak_alias]: Likewise.
12816         * sysdeps/powerpc/powerpc64/multiarch/strcat-power7.c: Fix compile
12817         warnigs due missing definition of __strcpy_power7 and __strlen_power7.
12819         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
12820         (__libc_ifunc_impl_list): Add memmove functions.
12822 2014-07-08  Siddhesh Poyarekar  <siddhesh@redhat.com>
12824         * localedata/tests-mbwc/dat_iswalnum.c [SHOJI_IS_RIGHT]:
12825         Remove code.
12826         * localedata/tests-mbwc/dat_iswalpha.c [SHOJI_IS_RIGHT]:
12827         Likewise
12828         * localedata/tests-mbwc/dat_iswctype.c [SHOJI_IS_RIGHT]:
12829         Likewise
12830         * localedata/tests-mbwc/dat_iswgraph.c [SHOJI_IS_RIGHT]:
12831         Likewise
12832         * localedata/tests-mbwc/dat_iswprint.c [SHOJI_IS_RIGHT]:
12833         Likewise
12834         * localedata/tests-mbwc/dat_iswpunct.c [SHOJI_IS_RIGHT]:
12835         Likewise
12836         * localedata/tests-mbwc/dat_mbrlen.c [SHOJI_IS_RIGHT]:
12837         Likewise
12838         * localedata/tests-mbwc/dat_mbstowcs.c [SHOJI_IS_RIGHT]:
12839         Likewise
12840         * localedata/tests-mbwc/dat_mbtowc.c [SHOJI_IS_RIGHT]:
12841         Likewise
12842         * localedata/tests-mbwc/dat_strcoll.c [SHOJI_IS_RIGHT]:
12843         Likewise
12844         * localedata/tests-mbwc/dat_swscanf.c [SHOJI_IS_RIGHT]:
12845         Likewise
12846         * localedata/tests-mbwc/dat_towctrans.c [SHOJI_IS_RIGHT]:
12847         Likewise
12848         * localedata/tests-mbwc/dat_wcscoll.c [SHOJI_IS_RIGHT]:
12849         Likewise
12850         * localedata/tests-mbwc/dat_wcswidth.c [SHOJI_IS_RIGHT]:
12851         Likewise
12852         * localedata/tests-mbwc/dat_wctob.c [SHOJI_IS_RIGHT]:
12853         Likewise
12854         * localedata/tests-mbwc/dat_wcwidth.c [SHOJI_IS_RIGHT]:
12855         Likewise
12856         * localedata/tests-mbwc/tst_towctrans.c [SHOJI_IS_RIGHT]:
12857         Likewise
12859 2014-07-07  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12861         * sysdeps/powerpc/powerpc64/power7/memcpy.S: Align VSX copies to 16B
12862         to avoid alignment traps in non-cacheable memory.
12863         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Likewise.
12865         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add memmove
12866         multiarch objects.
12867         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove-power7.c: New
12868         file: multiarch power7 memmove.
12869         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove-ppc.c: New file:
12870         multiarch default memmove.
12871         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove.c: New file:
12872         multiarch memove for powerpc32/power4.
12874         * string/bcopy.c: Use full path to include memmove.c.
12875         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memmove and bcopy
12876         multiarch objects.
12877         * sysdeps/powerpc/powerpc64/multiarch/bcopy-ppc64.c: New file: default
12878         bcopy for powerpc64.
12879         * sysdeps/powerpc/powerpc64/multiarch/bcopy.c: New file: multiarch
12880         bcopy for powerpc64.
12881         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c: Add bcopy
12882         and memmove implementations.
12883         * sysdeps/powerpc/powerpc64/multiarch/memmove-power7.S: New file:
12884         optimized multiarch memmove for POWER7/powerpc64.
12885         * sysdeps/powerpc/powerpc64/multiarch/memmove-ppc64.c: New file:
12886         default multiarch memmove for powerpc64.
12887         * sysdeps/powerpc/powerpc64/multiarch/memmove.c: New file: memmove
12888         multiarch for powerpc64.
12889         * sysdeps/powerpc/powerpc64/power7/bcopy.c: New file: optimized bcopy
12890         for POWER7/powerpc64.
12891         * sysdeps/powerpc/powerpc64/power7/memmove.S: New file: optimized
12892         memmove for POWER7/powerpc64.
12894         * sysdeps/powerpc/memmove.c (memmove): Cleanup impplementation to use
12895         glibc default one.
12897         * sysdeps/powerpc/bits/link.h [_CALL_ELF]: Guard check for
12898         __ELF_NATIVE_CLASS equal to 64.
12900 2014-07-07  Roland McGrath  <roland@hack.frob.com>
12902         * sysdeps/nptl/lowlevellock.h: File removed.
12904         * NEWS: NPTL is no longer an add-on!
12905         * nptl/internaltypes.h: Moved ...
12906         * sysdeps/nptl/internaltypes.h: ... here.
12907         * sysdeps/nptl/aio_misc.h: Use <nptl/pthreadP.h> in #include.
12908         * sysdeps/nptl/fork.c: Likewise.
12909         * sysdeps/nptl/gai_misc.h: Likewise.
12910         * sysdeps/nptl/librt-cancellation.c: Likewise.
12911         * sysdeps/nptl/jmp-unwind.c: Likewise.
12912         * sysdeps/nptl/setxid.h: Likewise.
12913         * sysdeps/unix/sysv/linux/aarch64/Implies: New file.
12914         * sysdeps/unix/sysv/linux/alpha/Implies: Add alpha/nptl.
12915         * sysdeps/unix/sysv/linux/arm/Implies: New file.
12916         * sysdeps/unix/sysv/linux/hppa/Implies: New file.
12917         * sysdeps/unix/sysv/linux/i386/Implies: Add i386/nptl.
12918         * sysdeps/unix/sysv/linux/i386/i686/Implies: New file.
12919         * sysdeps/unix/sysv/linux/ia64/Implies: Add ia64/nptl.
12920         * sysdeps/unix/sysv/linux/m68k/Implies: New file.
12921         * sysdeps/unix/sysv/linux/microblaze/Implies: New file.
12922         * sysdeps/unix/sysv/linux/mips/Implies: New file.
12923         * sysdeps/unix/sysv/linux/powerpc/Implies: New file.
12924         * sysdeps/unix/sysv/linux/s390/Implies: Add s390/nptl.
12925         * sysdeps/unix/sysv/linux/sh/Implies: New file.
12926         * sysdeps/unix/sysv/linux/sparc/Implies: New file.
12927         * sysdeps/unix/sysv/linux/tile/Implies: New file.
12928         * sysdeps/unix/sysv/linux/x86_64/Implies: Add x86_64/nptl.
12929         * sysdeps/unix/sysv/linux/x86_64/x32/Implies: New file.
12930         * nptl/Makeconfig: Moved ...
12931         * sysdeps/nptl/Makeconfig: ... here.
12932         * nptl/configure: File removed.
12933         * nptl/ANNOUNCE: File removed.
12934         * sysdeps/unix/sysv/linux/configure.ac: Remove nptl sanity check.
12935         * sysdeps/unix/sysv/linux/configure: Regenerated.
12937         * nptl/Makefile (routines): Add libc_pthread_init,
12938         libc_multiple_threads, register-atfork and unregister-atfork.
12939         (libpthread-routines): Add pthread_mutex_cond_lock and pt-fork here.
12940         (gen-as-const-headers): Add lowlevelcond.sym, lowlevelrwlock.sym,
12941         lowlevelbarrier.sym, unwindbuf.sym, lowlevelrobustlock.sym,
12942         pthread-pi-defines.sym, structsem.sym.
12943         * sysdeps/unix/sysv/linux/Makefile [$(subdir) = posix]
12944         (CFLAGS-fork.c, CFLAGS-getpid.o, CFLAGS-getpid.os): New variables.
12945         [$(subdir) = nptl] (tests): Add tst-setgetname.
12946         * nptl/sysdeps/unix/sysv/linux/Makefile: File removed.
12947         * sysdeps/unix/sysv/linux/sigaction.c: Just include
12948         <nptl/sigaction.c> directly here, instead of WRAPPER_INCLUDE.
12949         [!LIBC_SIGACTION]: Remove aliases.
12950         * sysdeps/unix/sysv/linux/aarch64/sigaction.c: Likewise.
12951         * sysdeps/unix/sysv/linux/arm/sigaction.c: Likewise.
12952         * sysdeps/unix/sysv/linux/i386/sigaction.c: Likewise.
12953         * sysdeps/unix/sysv/linux/ia64/sigaction.c: Likewise.
12954         * sysdeps/unix/sysv/linux/mips/sigaction.c: Likewise.
12955         * sysdeps/unix/sysv/linux/s390/s390-64/sigaction.c: Likewise.
12956         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c: Likewise.
12957         * sysdeps/unix/sysv/linux/sparc/sparc64/sigaction.c: Likewise.
12958         * sysdeps/unix/sysv/linux/x86_64/sigaction.c: Likewise.
12959         * nptl/Versions (libc: GLIBC_2.3.2): Add __register_atfork.
12960         (libc: GLIBC_PRIVATE): Add __libc_pthread_init,
12961         __libc_current_sigrtmin_private, __libc_current_sigrtmax_private,
12962         __libc_allocate_rtsig_private.
12963         * nptl/sysdeps/unix/sysv/linux/Versions: File removed.
12964         * sysdeps/unix/sysv/linux/sigtimedwait.c: Include <nptl/pthreadP.h>.
12965         * sysdeps/unix/sysv/linux/sigwait.c: Likewise.
12966         * sysdeps/unix/sysv/linux/sigwaitinfo.c: Likewise.
12967         * sysdeps/unix/sysv/linux/sleep.c: Likewise.
12968         * nptl/sysdeps/unix/sysv/linux/sigwait.c: File removed.
12969         * nptl/sysdeps/unix/sysv/linux/sigtimedwait.c: File removed.
12970         * nptl/sysdeps/unix/sysv/linux/sigwaitinfo.c: File removed.
12971         * nptl/sysdeps/unix/sysv/linux/sleep.c: File removed.
12972         * nptl/sysdeps/unix/sysv/linux/createthread.c: File removed.
12973         * sysdeps/unix/sysv/linux/ia64/fork.S: File removed.
12974         * nptl/sysdeps/unix/sysv/linux/internaltypes.h: Moved ...
12975         * nptl/internaltypes.h: ... here.
12976         * nptl/sysdeps/unix/sysv/linux/jmp-unwind.c: Moved ...
12977         * sysdeps/nptl/jmp-unwind.c: ... here.
12978         * nptl/sysdeps/unix/sysv/linux/libc-lowlevellock.c: Moved ...
12979         * nptl/libc-lowlevellock.c: ... here.
12980         * nptl/sysdeps/unix/sysv/linux/libc_multiple_threads.c: Moved ...
12981         * nptl/libc_multiple_threads.c: ... here.
12982         * nptl/sysdeps/unix/sysv/linux/libc_pthread_init.c: Moved ...
12983         * nptl/libc_pthread_init.c: ... here.
12984         * nptl/sysdeps/unix/sysv/linux/lowlevelbarrier.sym: Moved ...
12985         * nptl/lowlevelbarrier.sym: ... here.
12986         * nptl/sysdeps/unix/sysv/linux/lowlevelcond.sym: Moved ...
12987         * nptl/lowlevelcond.sym: ... here.
12988         * nptl/sysdeps/unix/sysv/linux/lowlevellock.c: Moved ...
12989         * nptl/lowlevellock.c: ... here.
12990         * nptl/lowlevellock.h: Moved ...
12991         * sysdeps/nptl/lowlevellock.h: ... here.
12992         * nptl/sysdeps/unix/sysv/linux/lowlevelrobustlock.c: Moved ...
12993         * nptl/lowlevelrobustlock.c: ... here.
12994         * nptl/sysdeps/unix/sysv/linux/lowlevelrobustlock.sym: Moved ...
12995         * nptl/lowlevelrobustlock.sym: ... here.
12996         * nptl/sysdeps/unix/sysv/linux/lowlevelrwlock.sym: Moved ...
12997         * nptl/lowlevelrwlock.sym: ... here.
12998         * nptl/sysdeps/unix/sysv/linux/pt-fork.c: Moved ...
12999         * nptl/pt-fork.c: ... here.
13000         * nptl/sysdeps/unix/sysv/linux/pthread-pi-defines.sym: Moved ...
13001         * nptl/pthread-pi-defines.sym: ... here.
13002         * nptl/sysdeps/unix/sysv/linux/pthread_attr_getaffinity.c: Moved ...
13003         * nptl/pthread_attr_getaffinity.c: ... here.
13004         * nptl/sysdeps/unix/sysv/linux/pthread_attr_setaffinity.c: Moved ...
13005         * nptl/pthread_attr_setaffinity.c: ... here.
13006         * nptl/sysdeps/unix/sysv/linux/pthread_mutex_cond_lock.c: Moved ...
13007         * nptl/pthread_mutex_cond_lock.c: ... here.
13008         * sysdeps/unix/sysv/linux/s390/pthread_mutex_cond_lock.c:
13009         Update #include.
13010         * sysdeps/unix/sysv/linux/x86/pthread_mutex_cond_lock.c: Likewise.
13011         * nptl/sysdeps/unix/sysv/linux/pthread_once.c: Moved ...
13012         * nptl/pthread_once.c: ... here, replacing old file.
13013         * nptl/sysdeps/unix/sysv/linux/pthread_yield.c: Moved ...
13014         * nptl/pthread_yield.c: ... here.
13015         * nptl/sysdeps/unix/sysv/linux/register-atfork.c: Moved ...
13016         * nptl/register-atfork.c: ... here.
13017         * nptl/sysdeps/unix/sysv/linux/sem_post.c: Moved ...
13018         * nptl/sem_post.c: ... here.
13019         * sysdeps/unix/sysv/linux/alpha/sem_post.c: Update #include.
13020         * nptl/sysdeps/unix/sysv/linux/sem_timedwait.c: Moved ...
13021         * nptl/sem_timedwait.c: ... here.
13022         * nptl/sysdeps/unix/sysv/linux/sem_trywait.c: Moved ...
13023         * nptl/sem_trywait.c: ... here.
13024         * sysdeps/sparc/sparc32/sparcv9/sem_trywait.c: Update #include.
13025         * nptl/sysdeps/unix/sysv/linux/sem_wait.c: Moved ...
13026         * nptl/sem_wait.c: ... here.
13027         * nptl/sysdeps/unix/sysv/linux/structsem.sym: Moved ...
13028         * nptl/structsem.sym: ... here.
13029         * nptl/sysdeps/unix/sysv/linux/mq_notify.c: Moved ...
13030         * sysdeps/unix/sysv/linux/mq_notify.c: ... here, replacing old file.
13031         * nptl/sysdeps/unix/sysv/linux/unregister-atfork.c: Moved ...
13032         * nptl/unregister-atfork.c: ... here.
13033         * nptl/sysdeps/unix/sysv/linux/unwindbuf.sym: Moved ...
13034         * nptl/unwindbuf.sym: ... here.
13035         * nptl/sysdeps/unix/sysv/linux/fork.c: Moved ...
13036         * sysdeps/nptl/fork.c: ... here.
13037         * nptl/sysdeps/unix/sysv/linux/fork.h: Moved ...
13038         * sysdeps/nptl/fork.h: ... here.
13039         * sysdeps/unix/sysv/linux/syscalls.list: Remove fork.
13040         * nptl/sysdeps/unix/sysv/linux/aio_misc.h: Moved ...
13041         * sysdeps/unix/sysv/linux/aio_misc.h: ... here.
13042         * nptl/sysdeps/unix/sysv/linux/allocrtsig.c: Moved ...
13043         * sysdeps/unix/sysv/linux/allocrtsig.c: ... here.
13044         * nptl/sysdeps/unix/sysv/linux/getpid.c: Moved ...
13045         * sysdeps/unix/sysv/linux/getpid.c: ... here.
13046         * nptl/sysdeps/unix/sysv/linux/kernel-posix-timers.h: Moved ...
13047         * sysdeps/unix/sysv/linux/kernel-posix-timers.h: ... here.
13048         * nptl/sysdeps/unix/sysv/linux/pt-raise.c: Moved ...
13049         * sysdeps/unix/sysv/linux/pt-raise.c: ... here.
13050         * nptl/sysdeps/unix/sysv/linux/pthread_getaffinity.c: Moved ...
13051         * sysdeps/unix/sysv/linux/pthread_getaffinity.c: ... here.
13052         * nptl/sysdeps/unix/sysv/linux/pthread_getcpuclockid.c: Moved ...
13053         * sysdeps/unix/sysv/linux/pthread_getcpuclockid.c: ... here.
13054         * nptl/sysdeps/unix/sysv/linux/pthread_getname.c: Moved ...
13055         * sysdeps/unix/sysv/linux/pthread_getname.c: ... here.
13056         * nptl/sysdeps/unix/sysv/linux/pthread_kill.c: Moved ...
13057         * sysdeps/unix/sysv/linux/pthread_kill.c: ... here.
13058         * nptl/sysdeps/unix/sysv/linux/pthread_setaffinity.c: Moved ...
13059         * sysdeps/unix/sysv/linux/pthread_setaffinity.c: ... here.
13060         * nptl/sysdeps/unix/sysv/linux/pthread_setname.c: Moved ...
13061         * sysdeps/unix/sysv/linux/pthread_setname.c: ... here.
13062         * nptl/sysdeps/unix/sysv/linux/pthread_sigqueue.c: Moved ...
13063         * sysdeps/unix/sysv/linux/pthread_sigqueue.c: ... here.
13064         * nptl/sysdeps/unix/sysv/linux/raise.c: Moved ...
13065         * sysdeps/unix/sysv/linux/raise.c: ... here.
13066         * nptl/sysdeps/unix/sysv/linux/timer_create.c: Moved ...
13067         * sysdeps/unix/sysv/linux/timer_create.c: ... here.
13068         * nptl/sysdeps/unix/sysv/linux/timer_delete.c: Moved ...
13069         * sysdeps/unix/sysv/linux/timer_delete.c: ... here.
13070         * nptl/sysdeps/unix/sysv/linux/timer_getoverr.c: Moved ...
13071         * sysdeps/unix/sysv/linux/timer_getoverr.c: ... here.
13072         * nptl/sysdeps/unix/sysv/linux/timer_gettime.c: Moved ...
13073         * sysdeps/unix/sysv/linux/timer_gettime.c: ... here.
13074         * nptl/sysdeps/unix/sysv/linux/timer_routines.c: Moved ...
13075         * sysdeps/unix/sysv/linux/timer_routines.c: ... here.
13076         * nptl/sysdeps/unix/sysv/linux/timer_settime.c: Moved ...
13077         * sysdeps/unix/sysv/linux/timer_settime.c: ... here.
13078         * nptl/sysdeps/unix/sysv/linux/tst-setgetname.c: Moved ...
13079         * sysdeps/unix/sysv/linux/tst-setgetname.c: ... here.
13080         * sysdeps/unix/sysv/linux/s390/jmp-unwind.c: Update #include.
13082 2014-07-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
13084         * sysdeps/generic/memcopy.h: Add comment for
13085         MEMCPY_OK_FOR_FWD_MEMMOVE.
13087 2014-07-04  Will Newton  <will.newton@linaro.org>
13089         * string/memchr.c: Merge from gnulib.
13090         [_LIBC]: Remove conditionals.
13091         (__ptr_t): Remove define.
13092         (LONG_MAX_32_BITS): Likewise.
13093         (LONG_MAX): Likewise.
13094         (MEMCHR): Use ANSI prototype and optimize algorithm.
13096         * sysdeps/arm/dl-machine.h (ELF_MACHINE_NO_REL): Define.
13098 2014-07-03  Roland McGrath  <roland@hack.frob.com>
13100         * sysdeps/unix/sysv/linux/ia64/lowlevellock.h
13101         (lll_futex_timed_wait_bitset): Fix syscall argument count.
13103         * sysdeps/nptl/configure.ac (libc_cv_forced_unwind):
13104         Use -Dinhibit_libc=1 for unwind.h check to prevent false failure
13105         in a bare environment with no <stdlib.h> installed.
13106         * sysdeps/nptl/configure: Regenerated.
13108         * sysdeps/alpha/fpu/s_nearbyint.c: Include <math_ldbl_opt.h>.
13110         * sysdeps/unix/sysv/linux/configure.ac: Use AC_TRY_COMPILE rather than
13111         AC_EGREP_CPP for kernel header checks, so they only succeed if
13112         including <linux/version.h> actually works right.
13113         * sysdeps/unix/sysv/linux/configure: Regenerated.
13115         * sysdeps/s390/nptl/tls.h (THREAD_SET_POINTER_GUARD): Refer to the
13116         value so it's not diagnosed as unused.
13118         * sysdeps/pthread/Makefile: Conditionalize tst-timer bits (the only
13119         thing) with "ifeq ($(subdir),rt)".
13121 2014-07-03  Richard Henderson  <rth@redhat.com>
13123         * sysdeps/alpha/fpu/s_nearbyintf.c: Remove file.
13124         * sysdeps/alpha/fpu/s_nearbyint.c (__nearbyint): Remove;
13125         include sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c.
13127         * sysdeps/alpha/fpu/math_private.h (math_opt_barrier): New.
13128         (math_force_eval): New.
13130         * sysdeps/alpha/fpu/s_lround.c: Add 0.5 with chopped rounding.
13131         * sysdeps/alpha/fpu/s_lroundf.c: Likewise.
13133         * sysdeps/alpha/fpu/s_round.c: Remove file.
13134         * sysdeps/alpha/fpu/s_roundf.c: Remove file.
13136         * elf/dl-support.c (HP_TIMING_AVAIL): Do not redefine.
13137         (_dl_non_dynamic_init): Check HP_SMALL_TIMING_AVAIL instead.
13138         * elf/rtld.c (HP_TIMING_AVAIL): Do not redefine.
13139         (_dl_start_final): Check HP_SMALL_TIMING_AVAIL instead.
13140         (_dl_start, print_statistics): Likewise.
13141         * sysdeps/generic/ldsodefs.h (struct rtld_global): Only check
13142         HP_SMALL_TIMING_AVAIL in defining _dl_cpuclock_offset.
13144         * sysdeps/aarch64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
13145         * sysdeps/generic/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
13146         * sysdeps/i386/i686/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
13147         * sysdeps/ia64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
13148         * sysdeps/powerpc/powerpc32/power4/hp-timing.h
13149         (HP_SMALL_TIMING_AVAIL): Define.
13150         * sysdeps/powerpc/powerpc64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
13151         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h
13152         (HP_SMALL_TIMING_AVAIL): Define.
13153         * sysdeps/sparc/sparc64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
13154         * sysdeps/x86_64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
13156         * sysdeps/aarch64/hp-timing.h: New file.
13158         * sysdeps/generic/hp-timing.h: Remove dead comment.
13159         * sysdeps/generic/hp-timing-common.h: New file.
13160         * sysdeps/alpha/hp-timing.h: Include it.
13161         (HP_TIMING_DIFF, HP_TIMING_ACCUM_NT, HP_TIMING_PRINT): Remove.
13162         * sysdeps/i386/i686/hp-timing.h: Likewise.
13163         * sysdeps/ia64/hp-timing.h: Likewise.
13164         * sysdeps/powerpc/powerpc32/power4/hp-timing.h: Likewise.
13165         * sysdeps/powerpc/powerpc64/hp-timing.h: Likewise.
13166         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h: Likewise.
13167         * sysdeps/sparc/sparc64/hp-timing.h: Likewise.
13168         * sysdeps/x86_64/hp-timing.h: Don't include the i686 version.
13169         (HP_TIMING_AVAIL, HP_TIMING_INLINE): Define.
13170         (hp_timing_t): New.
13172         * benchtests/bench-string.h (_dl_hp_timing_overhead): Remove.
13173         * benchtests/bench-timing.h (_dl_hp_timing_overhead): Remove.
13174         (TIMING_INIT): Remove call to HP_TIMING_DIFF_INIT.
13175         * elf/rtld.c (_dl_start_final): Likewise.
13176         * sysdeps/generic/ldsodefs.h (_dl_hp_timing_overhead): Remove.
13177         * sysdeps/alpha/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
13178         * sysdeps/generic/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
13179         * sysdeps/i386/i686/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
13180         * sysdeps/ia64/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
13181         * sysdeps/powerpc/powerpc32/power4/hp-timing.h
13182         (HP_TIMING_DIFF_INIT): Remove.
13183         * sysdeps/powerpc/powerpc64/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
13184         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h
13185         (HP_TIMING_DIFF_INIT): Remove.
13186         * sysdeps/sparc/sparc64/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
13187         * sysdeps/i386/i686/hp-timing.c: Remove file.
13188         * sysdeps/x86_64/hp-timing.c: Remove file.
13189         * sysdeps/ia64/hp-timing.c: Remove file.
13190         * sysdeps/powerpc/powerpc32/power4/hp-timing.c: Remove file.
13191         * sysdeps/powerpc/powerpc64/hp-timing.c: Remove file.
13192         * sysdeps/sparc/sparc32/sparcv9/hp-timing.c: Remove file.
13193         * sysdeps/sparc/sparc64/hp-timing.c: Remove file.
13195         * sysdeps/alpha/hp-timing.h (HP_TIMING_ACCUM): Remove.
13196         * sysdeps/generic/hp-timing.h (HP_TIMING_ACCUM): Remove.
13197         * sysdeps/i386/i686/hp-timing.h (HP_TIMING_ACCUM): Remove.
13198         * sysdeps/ia64/hp-timing.h (HP_TIMING_ACCUM): Remove.
13199         * sysdeps/powerpc/powerpc32/power4/hp-timing.h
13200         (HP_TIMING_ACCUM): Remove.
13201         * sysdeps/powerpc/powerpc64/hp-timing.h (HP_TIMING_ACCUM): Remove.
13202         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h (HP_TIMING_ACCUM): Remove.
13203         * sysdeps/sparc/sparc64/hp-timing.h (HP_TIMING_ACCUM): Remove.
13205         * sysdeps/alpha/hp-timing.h (HP_TIMING_ZERO): Remove.
13206         * sysdeps/generic/hp-timing.h (HP_TIMING_ZERO): Remove.
13207         * sysdeps/i386/i686/hp-timing.h (HP_TIMING_ZERO): Remove.
13208         * sysdeps/ia64/hp-timing.h (HP_TIMING_ZERO): Remove.
13209         * sysdeps/powerpc/powerpc32/power4/hp-timing.h (HP_TIMING_ZERO): Remove.
13210         * sysdeps/powerpc/powerpc64/hp-timing.h (HP_TIMING_ZERO): Remove.
13211         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h (HP_TIMING_ZERO): Remove.
13212         * sysdeps/sparc/sparc64/hp-timing.h (HP_TIMING_ZERO): Remove.
13214         * sysdeps/powerpc/powerpc32/hp-timing.h: Remove file.
13216 2014-07-03  Maciej W. Rozycki  <macro@codesourcery.com>
13218         * stdlib/tst-strtod-overflow.c (TIMEOUT): Bump up to 30.
13220 2014-07-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
13222         Sync up with gettext.
13223         * intl/loadmsgcat.c: Define O_BINARY if not defined.
13224         [_MSC_VER]: Include malloc.h
13225         [_LIBC]: Define PRI_MACROS_BROKEN if it is not defined.
13226         (get_sysdep_segment_value) [!__UCLIBC__]: Return "I" flag.
13227         (_nl_load_domain): Open DOMAIN_FILE in binary mode.  Don't use
13228         TEMP_FAILURE_RETRY.  Cast return of alloca.
13229         [!_LIBC] Call gl_rwlock_init.
13230         [IN_LIBGLOCALE]: Call _nl_find_msg with one less argument.
13232 2014-07-02  Roland McGrath  <roland@hack.frob.com>
13234         * misc/sys/cdefs.h: Check if __STDC_VERSION__ is defined
13235         before checking its value.
13237 2014-07-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
13239         * intl/loadmsgcat.c (_nl_load_domain): Use __builtin_expect.
13241         * debug/memcpy_chk.c: Don't include pagecopy.h.
13242         * debug/mempcpy_chk.c: Likewise.
13243         * string/memcpy.c: Likewise.
13244         * string/memmove.c: Likewise.
13245         * sysdeps/powerpc/memmove.c: Likewise.
13246         * sysdeps/generic/memcopy.h: Include pagecopy.h.  Move
13247         definition of PAGE_COPY_FWD_MAYBE here...
13248         * sysdeps/generic/pagecopy.h: ... from here.
13249         * sysdeps/mach/pagecopy.h: Don't include generic pagecopy.h.
13251 2014-07-02  Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
13252             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
13254         * sysdeps/powerpc/strcat.c: Using macro to redefine symbol name.
13255         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcat multiarch
13256         optimizations.
13257         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
13258         (__libc_ifunc_impl_list): Likewise.
13259         * sysdeps/powerpc/powerpc64/multiarch/strcat.c: New file:
13260         multiarch strcat for PPC64.
13261         * sysdeps/powerpc/powerpc64/multiarch/strcat-ppc64.c: New file/
13262         * sysdeps/powerpc/powerpc64/multiarch/strcat-power7.c: New file.
13264 2014-07-02  Roland McGrath  <roland@hack.frob.com>
13266         * sysdeps/unix/sysv/linux/dl-sysdep.c: Include <sys/param.h>.
13268 2014-07-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
13270         * intl/loadmsgcat.c: Remove declaration of
13271         get_sysdep_segment_value.
13272         (get_sysdep_segment_value): Use ISO C style.
13273         (_nl_load_domain): Use ISO C style.  Get rid of redundant
13274         semicolon.  Fix typo and formatting in comment.
13275         (_nl_unload_domain): Use ISO C style.
13277         * sysdeps/posix/sysconf.c (__sysconf): Fix typo in macro name.
13279 2014-07-02  Will Newton  <will.newton@linaro.org>
13281         * malloc/obstack.c: Merge from gnulib master.
13282         [HAVE_CONFIG_H]: Remove conditional code.
13283         [!_LIBC]: Include config.h.
13284         [!ELIDE_CODE]: Don't include inttypes.h, include
13285         stdint.h unconditionally.
13286         (print_and_abort): Mark as _Noreturn.
13287         (_obstack_allocated_p): Mark as __attribute_pure__.
13288         (obstack_free): Rename to __obstack_free.
13289         [!__attribute__]: Remove conditional code.
13290         * malloc/obstack.h: Merge from gnulib master.
13291         [__cplusplus]: Move conditional down.
13292         [!__attribute_pure__]: Define __attribute_pure__ here
13293         if it is not already defined.
13294         (_obstack_memory_used): Mark as __attribute_pure__.
13295         [!__obstack_free]: Define as obstack_free.
13296         [__GNUC__]: Remove check for ancient NeXT gcc.
13298 2014-07-02  Will Newton  <will.newton@linaro.org>
13299             Paul Eggert  <eggert@cs.ucla.edu>
13301         * misc/sys/cdefs.h (_Noreturn): New macro, for pre-C11 compilers.
13303 2014-07-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
13305         * resolv/gethnamaddr.c: Add comment warning that the file is
13306         not maintained.
13308 2014-07-01  Carlos O'Donell  <carlos@redhat.com>
13310         * sysdeps/unix/sysv/linux/hppa/librt.abilist: Remove GLIBC_2.3
13311         entries.
13313         * sysdeps/unix/sysv/linux/hppa/Versions: Remove librt GLIBC_2.3
13314         entry for aio_cancel and aio_cancel64.
13315         * sysdeps/unix/sysv/linux/hppa/ld.abilist: New file.
13316         * sysdeps/unix/sysv/linux/hppa/libBrokenLocale.abilist: New file.
13317         * sysdeps/unix/sysv/linux/hppa/libanl.abilist: New file.
13318         * sysdeps/unix/sysv/linux/hppa/libc.abilist: New file.
13319         * sysdeps/unix/sysv/linux/hppa/libcrypt.abilist: New file.
13320         * sysdeps/unix/sysv/linux/hppa/libdl.abilist: New file.
13321         * sysdeps/unix/sysv/linux/hppa/libm.abilist: New file.
13322         * sysdeps/unix/sysv/linux/hppa/libnsl.abilist: New file.
13323         * sysdeps/unix/sysv/linux/hppa/libpthread.abilist: New file.
13324         * sysdeps/unix/sysv/linux/hppa/libresolv.abilist: New file.
13325         * sysdeps/unix/sysv/linux/hppa/librt.abilist: New file.
13326         * sysdeps/unix/sysv/linux/hppa/libthread_db.abilist: New file.
13327         * sysdeps/unix/sysv/linux/hppa/libutil.abilist: New file.
13329 2014-07-01  Roland McGrath  <roland@hack.frob.com>
13331         * sysdeps/unix/sysv/linux/sysconf.c: Include <sys/param.h>.
13332         * nptl/pthread_mutex_lock.c: Likewise.
13333         * nptl/pthread_mutex_timedlock.c: Likewise.
13334         * nptl/sysdeps/unix/sysv/linux/pthread_attr_getaffinity.c: Likewise.
13336 2014-07-01  Richard henderson  <rth@redhat.com>
13338         * sysdeps/alpha/fpu/bits/mathinline.h (__isnanf): Remove.
13339         (__isnan, __isnanl): Remove.
13340         * sysdeps/alpha/fpu/s_isnan.c (__isnan): Use integer arithmetic.
13342         * sysdeps/alpha/fpu/libm-test-ulps: Update.
13344 2014-07-01  Stefan Liebler  <stli@linux.vnet.ibm.com>
13346         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
13348 2014-07-01  Siddhesh Poyarekar  <siddhesh@redhat.com>
13350         * resolv/nss_dns/dns-host.c (getanswer_r)
13351         [MULTI_PTRS_ARE_ALIASES]: Remove code.
13353 2014-07-01  Joseph Myers  <joseph@codesourcery.com>
13355         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
13356         [__LINUX_KERNEL_VERSION >= 0x030f00] (__ASSUME_PSELECT): Do not
13357         undefine.
13358         [__LINUX_KERNEL_VERSION >= 0x030f00] (__ASSUME_PREADV): Likewise.
13359         [__LINUX_KERNEL_VERSION >= 0x030f00] (__ASSUME_PWRITEV): Likewise.
13361 2014-07-01  Roland McGrath <roland@hack.frob.com>
13363         * sysdeps/unix/sysv/linux/microblaze/arch-fork.h: New file.
13364         * sysdeps/unix/sysv/linux/microblaze/nptl/fork.c: File removed.
13366         * sysdeps/microblaze/nptl/tls.h: Define TLS_DEFINE_INIT_TP.
13367         * sysdeps/unix/sysv/linux/microblaze/nptl/createthread.c: File removed.
13369         * sysdeps/microblaze/nptl/bits/pthreadtypes.h: Moved ...
13370         * sysdeps/unix/sysv/linux/microblaze/nptl/bits/pthreadtypes.h:
13371         ... here.
13372         * sysdeps/microblaze/nptl/bits/semaphore.h: Moved ...
13373         * sysdeps/unix/sysv/linux/microblaze/nptl/bits/semaphore.h: ... here.
13375         * sysdeps/unix/sysv/linux/microblaze/pt-vfork.S: Moved ...
13376         * sysdeps/unix/sysv/linux/microblaze/nptl/pt-vfork.S: ... here.
13377         * sysdeps/unix/sysv/linux/microblaze/nptl/vfork.S: Moved ...
13378         * sysdeps/unix/sysv/linux/microblaze/vfork.S: ... here.
13380         * sysdeps/unix/sysv/linux/microblaze/c++-types.data: Moved ...
13381         * sysdeps/unix/sysv/linux/microblaze/nptl/c++-types.data: ... here.
13382         * sysdeps/unix/sysv/linux/microblaze/ld.abilist: Moved ...
13383         * sysdeps/unix/sysv/linux/microblaze/nptl/ld.abilist: ... here.
13384         * sysdeps/unix/sysv/linux/microblaze/libBrokenLocale.abilist:
13385         Moved ...
13386         * sysdeps/unix/sysv/linux/microblaze/nptl/libBrokenLocale.abilist:
13387         ... here.
13388         * sysdeps/unix/sysv/linux/microblaze/libanl.abilist: Moved ...
13389         * sysdeps/unix/sysv/linux/microblaze/nptl/libanl.abilist: ... here.
13390         * sysdeps/unix/sysv/linux/microblaze/libc.abilist: Moved ...
13391         * sysdeps/unix/sysv/linux/microblaze/nptl/libc.abilist: ... here.
13392         * sysdeps/unix/sysv/linux/microblaze/libcrypt.abilist: Moved ...
13393         * sysdeps/unix/sysv/linux/microblaze/nptl/libcrypt.abilist: ... here.
13394         * sysdeps/unix/sysv/linux/microblaze/libdl.abilist: Moved ...
13395         * sysdeps/unix/sysv/linux/microblaze/nptl/libdl.abilist: ... here.
13396         * sysdeps/unix/sysv/linux/microblaze/libm.abilist: Moved ...
13397         * sysdeps/unix/sysv/linux/microblaze/nptl/libm.abilist: ... here.
13398         * sysdeps/unix/sysv/linux/microblaze/libnsl.abilist: Moved ...
13399         * sysdeps/unix/sysv/linux/microblaze/nptl/libnsl.abilist: ... here.
13400         * sysdeps/unix/sysv/linux/microblaze/libpthread.abilist: Moved ...
13401         * sysdeps/unix/sysv/linux/microblaze/nptl/libpthread.abilist: ... here.
13402         * sysdeps/unix/sysv/linux/microblaze/libresolv.abilist: Moved ...
13403         * sysdeps/unix/sysv/linux/microblaze/nptl/libresolv.abilist: ... here.
13404         * sysdeps/unix/sysv/linux/microblaze/librt.abilist: Moved ...
13405         * sysdeps/unix/sysv/linux/microblaze/nptl/librt.abilist: ... here.
13406         * sysdeps/unix/sysv/linux/microblaze/libthread_db.abilist: Moved ...
13407         * sysdeps/unix/sysv/linux/microblaze/nptl/libthread_db.abilist:
13408         ... here.
13409         * sysdeps/unix/sysv/linux/microblaze/libutil.abilist: Moved ...
13410         * sysdeps/unix/sysv/linux/microblaze/nptl/libutil.abilist: ... here.
13411         * sysdeps/unix/sysv/linux/microblaze/localplt.data: Moved ...
13412         * sysdeps/unix/sysv/linux/microblaze/nptl/localplt.data: ... here.
13413         * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Moved ...
13414         * sysdeps/unix/sysv/linux/microblaze/nptl/lowlevellock.h: ... here.
13415         * sysdeps/unix/sysv/linux/microblaze/nptl/pthread_once.c: Moved ...
13416         * sysdeps/unix/sysv/linux/microblaze/pthread_once.c: ... here.
13418 2014-07-01  David Holsgrove  <david.holsgrove@xilinx.com>
13420         * sysdeps/unix/sysv/linux/microblaze/sysdep-cancel.h: New file.
13421         * sysdeps/unix/sysv/linux/microblaze/socket.S: Update SINGLE_THREAD_P use.
13422         * sysdeps/unix/sysv/linux/microblaze/Makefile(libpthread-routines):
13423         Add sysdep.
13425 2014-06-30  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
13427         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
13429 2014-06-30  Joseph Myers  <joseph@codesourcery.com>
13431         * sysdeps/mips/mips32/libm-test-ulps: Regenerated.
13432         * sysdeps/mips/mips64/libm-test-ulps: Likewise.
13434         * sysdeps/powerpc/nofpu/libm-test-ulps: Regenerated.
13436         * sysdeps/arm/libm-test-ulps: Regenerated.
13438 2014-06-30  Maciej W. Rozycki  <macro@codesourcery.com>
13439             Roland McGrath <roland@hack.frob.com>
13441         * test-skeleton.c (signal_handler): Kill the whole process group
13442         before killing the child individually.
13443         (main): Report any failure on `setpgid'.
13445 2014-06-30  Roland McGrath  <roland@hack.frob.com>
13447         * sysdeps/arm/nptl/tls.h: Rename the multiple inclusion guard
13448         from _TLS_H to _ARM_NPTL_TLS_H.
13449         (TLS_INIT_TP): Move macro, and #include of <sysdep.h>, to ...
13450         * sysdeps/unix/sysv/linux/arm/tls.h: ... this new file.
13452 2014-06-30  Joseph Myers  <joseph@codesourcery.com>
13454         [BZ #16539]
13455         * sysdeps/ieee754/ldbl-128/s_expm1l.c: Include <float.h>.
13456         (__expm1l): Return argument unchanged when small but not
13457         subnormal.
13459         * soft-fp/op-1.h (_FP_UNPACK_RAW_1): Rename local variables to
13460         include macro name.
13461         (_FP_UNPACK_RAW_1_P): Likewise.
13462         (_FP_PACK_RAW_1): Likewise.
13463         (_FP_PACK_RAW_1_P): Likewise.
13464         (_FP_MUL_MEAT_1_wide): Likewise.
13465         (_FP_MUL_MEAT_DW_1_hard): Likewise.
13466         (_FP_MUL_MEAT_1_hard): Likewise.
13467         (_FP_DIV_MEAT_1_imm): Likewise.
13468         (_FP_DIV_MEAT_1_udiv_norm): Likewise.
13469         (_FP_DIV_MEAT_1_udiv): Likewise.
13470         * soft-fp/op-2.h (__FP_FRAC_DEC_2): Likewise.
13471         (_FP_UNPACK_RAW_2): Likewise.
13472         (_FP_UNPACK_RAW_2_P): Likewise.
13473         (_FP_PACK_RAW_2): Likewise.
13474         (_FP_PACK_RAW_2_P): Likewise.
13475         (_FP_MUL_MEAT_DW_2_wide): Likewise.
13476         (_FP_MUL_MEAT_2_wide): Likewise.
13477         (_FP_MUL_MEAT_DW_2_wide_3mul): Likewise.
13478         (_FP_MUL_MEAT_2_wide_3mul): Likewise.
13479         (_FP_MUL_MEAT_DW_2_gmp): Likewise.
13480         (_FP_MUL_MEAT_2_gmp): Likewise.
13481         (_FP_DIV_MEAT_2_udiv): Likewise.
13482         * soft-fp/op-4.h (_FP_FRAC_SLL_4): Likewise.
13483         (_FP_FRAC_SRL_4): Likewise.
13484         (_FP_FRAC_SRST_4): Likewise.
13485         (_FP_FRAC_SRS_4): Likewise.
13486         (_FP_UNPACK_RAW_4): Likewise.
13487         (_FP_UNPACK_RAW_4_P): Likewise.
13488         (_FP_PACK_RAW_4): Likewise.
13489         (_FP_PACK_RAW_4_P): Likewise.
13490         (_FP_MUL_MEAT_DW_4_wide): Likewise.
13491         (_FP_MUL_MEAT_4_wide): Likewise.
13492         (_FP_MUL_MEAT_4_gmp): Likewise.
13493         (umul_ppppmnnn): Likewise.
13494         (_FP_DIV_MEAT_4_udiv): Likewise.
13495         (__FP_FRAC_ADD_4): Likewise.
13496         (__FP_FRAC_SUB_3): Likewise.
13497         (__FP_FRAC_SUB_4): Likewise.
13498         (__FP_FRAC_DEC_3): Likewise.
13499         (__FP_FRAC_DEC_4): Likewise.
13500         (__FP_FRAC_ADDI_4): Likewise.
13501         * soft-fp/op-8.h (_FP_FRAC_SLL_8): Likewise.
13502         (_FP_FRAC_SRL_8): Likewise.
13503         (_FP_FRAC_SRS_8): Likewise.
13505         * soft-fp/extended.h (FP_UNPACK_RAW_E): Rename local variables to
13506         include macro name.
13507         (FP_UNPACK_RAW_EP): Likewise.
13508         (FP_PACK_RAW_E): Likewise.
13509         (FP_PACK_RAW_EP): Likewise.
13510         * soft-fp/op-common.h (_FP_UNPACK_CANONICAL): Likewise.
13511         (_FP_ISSIGNAN): Likewise.
13512         (_FP_ADD_INTERNAL): Likewise.
13513         (_FP_FMA): Likewise.
13514         (_FP_CMP): Likewise.
13515         (_FP_SQRT): Likewise.
13516         (_FP_TO_INT): Likewise.
13517         (_FP_FROM_INT): Likewise.
13518         (FP_EXTEND): Likewise.
13519         (_FP_DIV_MEAT_N_loop): Likewise.
13521 2014-06-30  Maciej W. Rozycki  <macro@codesourcery.com>
13523         * sysdeps/unix/sysv/linux/bits/socket.h: Adjust macro formatting
13524         throughout.
13526 2014-06-29  Joseph Myers  <joseph@codesourcery.com>
13528         [BZ #17097]
13529         * sysdeps/ieee754/ldbl-128/e_powl.c (__ieee754_powl): Return
13530         result with correct sign in case of exponents that produce
13531         overflow except for X very close to 1.
13533 2014-06-28  Paul Eggert  <eggert@cs.ucla.edu>
13535         mktime: merge #if/#ifdef usage from glibc
13536         * lib/mktime.c: Use "#if defined DEBUG && DEBUG", not "#if DEBUG",
13537         as that works with both Glibc's and Gnulib's style.
13538         See thread starting at Siddhesh Poyarekar's bug report at:
13539         http://lists.gnu.org/archive/html/bug-gnulib/2014-06/msg00102.html
13541 2014-06-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
13543         * sysdeps/generic/memcopy.h: Define MEMCPY_OK_FOR_FWD_MEMMOVE.
13544         * sysdeps/tile/memcopy.h: Redefine MEMCPY_OK_FOR_FWD_MEMMOVE.
13545         * sysdeps/tile/tilegx/memmove.c: Remove file.
13547 2014-06-27  Joseph Myers  <joseph@codesourcery.com>
13549         * Makeconfig ($(common-objpfx)soversions.mk): Do not generate
13550         abi-name definition.
13551         * scripts/soversions.awk: Do not handle or generate ABI lines.
13552         * shlib-versions: Remove ABI entries.
13553         * sysdeps/powerpc/nofpu/shlib-versions: Remove file.
13554         * sysdeps/x86_64/x32/shlib-versions: Remove ABI entry.
13556 2014-06-27  Roland McGrath  <roland@hack.frob.com>
13558         * sysdeps/unix/sysv/linux/mips/mips32/nptl/c++-types.data: Moved ...
13559         * sysdeps/unix/sysv/linux/mips/mips32/c++-types.data: ... here.
13560         * sysdeps/unix/sysv/linux/mips/mips32/fpu/nptl/libc.abilist: Moved ...
13561         * sysdeps/unix/sysv/linux/mips/mips32/fpu/libc.abilist: ... here.
13562         * sysdeps/unix/sysv/linux/mips/mips32/nptl/ld.abilist: Moved ...
13563         * sysdeps/unix/sysv/linux/mips/mips32/ld.abilist: ... here.
13564         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libBrokenLocale.abilist:
13565         Moved ...
13566         * sysdeps/unix/sysv/linux/mips/mips32/libBrokenLocale.abilist:
13567         ... here.
13568         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libanl.abilist: Moved ...
13569         * sysdeps/unix/sysv/linux/mips/mips32/libanl.abilist: ... here.
13570         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libcidn.abilist: Moved ...
13571         * sysdeps/unix/sysv/linux/mips/mips32/libcidn.abilist: ... here.
13572         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libcrypt.abilist: Moved ...
13573         * sysdeps/unix/sysv/linux/mips/mips32/libcrypt.abilist: ... here.
13574         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libdl.abilist: Moved ...
13575         * sysdeps/unix/sysv/linux/mips/mips32/libdl.abilist: ... here.
13576         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libm.abilist: Moved ...
13577         * sysdeps/unix/sysv/linux/mips/mips32/libm.abilist: ... here.
13578         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnsl.abilist: Moved ...
13579         * sysdeps/unix/sysv/linux/mips/mips32/libnsl.abilist: ... here.
13580         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_compat.abilist:
13581         Moved ...
13582         * sysdeps/unix/sysv/linux/mips/mips32/libnss_compat.abilist: ... here.
13583         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_db.abilist: Moved ...
13584         * sysdeps/unix/sysv/linux/mips/mips32/libnss_db.abilist: ... here.
13585         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_dns.abilist: Moved ...
13586         * sysdeps/unix/sysv/linux/mips/mips32/libnss_dns.abilist: ... here.
13587         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_files.abilist:
13588         Moved ...
13589         * sysdeps/unix/sysv/linux/mips/mips32/libnss_files.abilist: ... here.
13590         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_hesiod.abilist:
13591         Moved ...
13592         * sysdeps/unix/sysv/linux/mips/mips32/libnss_hesiod.abilist: ... here.
13593         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_nis.abilist: Moved ...
13594         * sysdeps/unix/sysv/linux/mips/mips32/libnss_nis.abilist: ... here.
13595         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_nisplus.abilist:
13596         Moved ...
13597         * sysdeps/unix/sysv/linux/mips/mips32/libnss_nisplus.abilist: ... here.
13598         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libpthread.abilist: Moved ...
13599         * sysdeps/unix/sysv/linux/mips/mips32/libpthread.abilist: ... here.
13600         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libresolv.abilist: Moved ...
13601         * sysdeps/unix/sysv/linux/mips/mips32/libresolv.abilist: ... here.
13602         * sysdeps/unix/sysv/linux/mips/mips32/nptl/librt.abilist: Moved ...
13603         * sysdeps/unix/sysv/linux/mips/mips32/librt.abilist: ... here.
13604         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libthread_db.abilist:
13605         Moved ...
13606         * sysdeps/unix/sysv/linux/mips/mips32/libthread_db.abilist: ... here.
13607         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libutil.abilist: Moved ...
13608         * sysdeps/unix/sysv/linux/mips/mips32/libutil.abilist: ... here.
13609         * sysdeps/unix/sysv/linux/mips/mips32/nofpu/nptl/libc.abilist:
13610         Moved ...
13611         * sysdeps/unix/sysv/linux/mips/mips32/nofpu/libc.abilist: ... here.
13612         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/c++-types.data:
13613         Moved ...
13614         * sysdeps/unix/sysv/linux/mips/mips64/n32/c++-types.data: ... here.
13615         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/ld.abilist: Moved ...
13616         * sysdeps/unix/sysv/linux/mips/mips64/n32/ld.abilist: ... here.
13617         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libBrokenLocale.abilist:
13618         Moved ...
13619         * sysdeps/unix/sysv/linux/mips/mips64/libBrokenLocale.abilist:
13620         ... here.
13621         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libBrokenLocale.abilist:
13622         Identical file removed.
13623         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libanl.abilist:
13624         Moved ...
13625         * sysdeps/unix/sysv/linux/mips/mips64/libanl.abilist: ... here.
13626         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libanl.abilist:
13627         Identical file removed.
13628         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libc.abilist: Moved ...
13629         * sysdeps/unix/sysv/linux/mips/mips64/n32/libc.abilist: ... here.
13630         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libcrypt.abilist:
13631         Moved ...
13632         * sysdeps/unix/sysv/linux/mips/mips64/libcrypt.abilist: ... here.
13633         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libcrypt.abilist:
13634         Identical file removed.
13635         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libdl.abilist: Moved ...
13636         * sysdeps/unix/sysv/linux/mips/mips64/libdl.abilist: ... here.
13637         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libdl.abilist:
13638         Identical file removed.
13639         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libm.abilist: Moved ...
13640         * sysdeps/unix/sysv/linux/mips/mips64/libm.abilist: ... here.
13641         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libm.abilist:
13642         Identical file removed.
13643         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libnsl.abilist: Moved ...
13644         * sysdeps/unix/sysv/linux/mips/mips64/libnsl.abilist: ... here.
13645         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libnsl.abilist:
13646         Identical file removed.
13647         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libpthread.abilist:
13648         Moved ...
13649         * sysdeps/unix/sysv/linux/mips/mips64/libpthread.abilist: ... here.
13650         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libpthread.abilist:
13651         Identical file removed.
13652         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libresolv.abilist:
13653         Moved ...
13654         * sysdeps/unix/sysv/linux/mips/mips64/n32/libresolv.abilist: ... here.
13655         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/librt.abilist: Moved ...
13656         * sysdeps/unix/sysv/linux/mips/mips64/librt.abilist: ... here.
13657         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/librt.abilist:
13658         Identical file removed.
13659         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libthread_db.abilist:
13660         Moved ...
13661         * sysdeps/unix/sysv/linux/mips/mips64/libthread_db.abilist:
13662         ... here.
13663         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libthread_db.abilist:
13664         Identical file removed.
13665         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libutil.abilist:
13666         Moved ...
13667         * sysdeps/unix/sysv/linux/mips/mips64/libutil.abilist: ... here.
13668         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libutil.abilist:
13669         Identical file removed.
13670         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/c++-types.data:
13671         Moved ...
13672         * sysdeps/unix/sysv/linux/mips/mips64/n64/c++-types.data: ... here.
13673         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/ld.abilist: Moved ...
13674         * sysdeps/unix/sysv/linux/mips/mips64/n64/ld.abilist: ... here.
13675         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libc.abilist: Moved ...
13676         * sysdeps/unix/sysv/linux/mips/mips64/n64/libc.abilist: ... here.
13677         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libresolv.abilist:
13678         Moved ...
13679         * sysdeps/unix/sysv/linux/mips/mips64/n64/libresolv.abilist: ... here.
13680         * sysdeps/unix/sysv/linux/mips/mips64/nptl/sysdep-cancel.h: Moved ...
13681         * sysdeps/unix/sysv/linux/mips/mips64/sysdep-cancel.h: ... here.
13683         * sysdeps/unix/sysv/linux/mips/vfork.S: Incorporate
13684         SAVE_PID and RESTORE_PID blocks from nptl/pt-vfork.S.
13685         * sysdeps/unix/sysv/linux/mips/nptl/vfork.S: File removed.
13686         * sysdeps/unix/sysv/linux/mips/nptl/pt-vfork.S: File removed.
13687         * sysdeps/unix/sysv/linux/mips/pt-vfork.S: New file.
13689 2014-06-27  Arjun Shankar  <arjun.is@lostca.se>
13691         [BZ #17092]
13692         * nscd/nscd.c (monitor_child): Return exit status of child
13693         instead of return value from wait syscall.
13695 2014-06-27  Joseph Myers  <joseph@codesourcery.com>
13697         * configure.ac (libc_commonpagesize): Remove variable.
13698         (libc_relro_required): Likewise.
13699         (libc_cv_z_relro): Remove configure test.
13700         * configure: Regenerated.
13701         * sysdeps/aarch64/preconfigure (libc_commonpagesize): Do not set
13702         variable.
13703         (libc_relro_required): Likewise.
13704         * sysdeps/alpha/preconfigure (libc_commonpagesize): Likewise.
13705         (libc_relro_required): Likewise.
13706         * sysdeps/arm/preconfigure.ac (libc_commonpagesize): Likewise.
13707         (libc_relro_required): Likewise.
13708         * sysdeps/arm/preconfigure: Regenerated.
13709         * sysdeps/ia64/preconfigure: Remove file.
13710         * sysdeps/tile/preconfigure (libc_commonpagesize): Do not set
13711         variable.
13712         (libc_relro_required): Likewise.
13714         [BZ #16561]
13715         [BZ #16562]
13716         * sysdeps/ieee754/dbl-64/e_jn.c: Include <float.h>.
13717         (__ieee754_yn): Set FE_TONEAREST mode internally and then
13718         recompute overflowing results in original rounding mode.
13719         * sysdeps/ieee754/flt-32/e_jnf.c: Include <float.h>.
13720         (__ieee754_ynf): Set FE_TONEAREST mode internally and then
13721         recompute overflowing results in original rounding mode.
13722         * sysdeps/ieee754/ldbl-128/e_jnl.c: Include <float.h>.
13723         (__ieee754_ynl): Set FE_TONEAREST mode internally and then
13724         recompute overflowing results in original rounding mode.
13725         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Include <float.h>.
13726         (__ieee754_ynl): Set FE_TONEAREST mode internally and then
13727         recompute overflowing results in original rounding mode.
13728         * sysdeps/ieee754/ldbl-96/e_jnl.c: Include <float.h>.
13729         (__ieee754_ynl): Set FE_TONEAREST mode internally and then
13730         recompute overflowing results in original rounding mode.
13731         * sysdeps/i386/fpu/fenv_private.h [!__SSE2_MATH__]
13732         (libc_feholdsetround_ctx): New macro.
13733         * math/libm-test.inc (yn_test): Use ALL_RM_TEST.
13734         * sysdeps/i386/fpu/libm-test-ulps: Update.
13735         * sysdeps/x86_64/fpu/libm-test-ulps : Likewise.
13737 2014-06-26  Joseph Myers  <joseph@codesourcery.com>
13739         * sysdeps/unix/sysv/linux/mips/mips64/nptl/sysdep-cancel.h
13740         [__PIC__] (PSEUDO): Use name of _nocancel entry point in
13741         corresponding .cpsetup call.
13743 2014-06-26  Roland McGrath  <roland@hack.frob.com>
13745         * sysdeps/unix/sysv/linux/arm/libc-aeabi_read_tp.S: Moved ...
13746         * sysdeps/arm/libc-aeabi_read_tp.S: ... here.
13747         * sysdeps/arm/Makefile [$(subdir) = csu]
13748         (aeabi_routines): Add aeabi_read_tp and libc-aeabi_read_tp here.
13749         (static-only-routines): Add aeabi_read_tp here.
13750         (shared-only-routines): Add libc-aeabi_read_tp here.
13751         (CFLAGS-libc-start.c): Add -fexceptions here.
13752         * sysdeps/unix/sysv/linux/arm/Makefile [$(subdir) = csu]
13753         (sysdep_routines, static-only-routines, shared-only-routines):
13754         Don't add to these here.
13755         (CFLAGS-libc-start.c): Likewise.
13757         * sysdeps/unix/sysv/linux/arm/nptl-aeabi_unwind_cpp_pr1.c: Moved ...
13758         * sysdeps/arm/nptl-aeabi_unwind_cpp_pr1.c: ... here.
13759         * sysdeps/unix/sysv/linux/arm/rt-aeabi_unwind_cpp_pr1.c: Moved ...
13760         * sysdeps/arm/rt-aeabi_unwind_cpp_pr1.c: ... here.
13761         * sysdeps/arm/Makefile [$(subdir) = rt]
13762         (librt-sysdep_routines, librt-shared-only-routines):
13763         Append rt-aeabi_unwind_cpp_pr1 here.
13764         * sysdeps/unix/sysv/linux/arm/Makefile [$(subdir) = rt]
13765         (librt-sysdep_routines, librt-shared-only-routines): Don't do it here.
13766         * sysdeps/arm/nptl/Makefile [$(subdir) = nptl]
13767         (libpthread-sysdep_routines, libpthread-shared-only-routines):
13768         Append nptl-aeabi_unwind_cpp_pr1 here.
13769         (tests): Filter out tst-cleanupx4 here.
13770         * sysdeps/unix/sysv/linux/arm/Makefile [$(subdir) = nptl]
13771         (libpthread-sysdep_routines, libpthread-shared-only-routines, tests):
13772         Don't do those here.
13774 2014-06-26  Joseph Myers  <joseph@codesourcery.com>
13776         * scripts/list-sources.sh: Do not handle ports specially.
13778 2014-06-26  Roland McGrath  <roland@hack.frob.com>
13780         * sysdeps/arm/fesetenv.c: Include <fpu_control.h>.
13781         * sysdeps/arm/feupdateenv.c: Likewise.
13783         * posix/spawn_faction_addopen.c: Include <stdlib.h> for free decl.
13785 2014-06-26  Joseph Myers  <joseph@codesourcery.com>
13787         * manual/texinfo.tex: Update to version 2014-05-05.10 with
13788         trailing whitespace removed.
13789         * scripts/config.guess: Update to version 2014-03-23.
13790         * scripts/config.sub: Update to version 2014-05-01
13791         * scripts/install-sh: Update to version 2013-12-25.23.
13792         * scripts/move-if-change: Update from gnulib.
13794 2014-06-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
13796         * debug/memmove_chk.c: Remove pagecopy.h include.
13798 2014-06-26  Paul Eggert  <eggert@cs.ucla.edu>
13800         * time/mktime.c (leapyear): Remove inline keyword.  The code is now
13801         identical to gnulib mktime.
13803 2014-06-26  Joseph Myers  <joseph@codesourcery.com>
13805         * configure.ac: Do not test for machine being rs6000.  Do not test
13806         for powerpc*-*soft.
13807         * configure: Regenerated.
13809         [BZ #11505]
13810         * configure.ac (libc_cv_asm_cfi_directives): Remove configure
13811         test.
13812         * configure: Regenerated.
13813         * config.h.in (HAVE_ASM_CFI_DIRECTIVES): Remove macro undefine.
13814         * sysdeps/arm/configure.ac (libc_cv_asm_cfi_directive_sections):
13815         Remove configure test.
13816         * sysdeps/arm/configure: Regenerated.
13817         * sysdeps/nptl/configure.ac: Do not check
13818         libc_cv_asm_cfi_directives.
13819         * sysdeps/nptl/configure: Regenerated.
13820         * sysdeps/x86_64/nptl/configure.ac: Remove file.
13821         * sysdeps/x86_64/nptl/configure: Remove generated file.
13822         * b/sysdeps/generic/sysdep.h [HAVE_ASM_CFI_DIRECTIVES]: Make code
13823         unconditional.
13824         [!HAVE_ASM_CFI_DIRECTIVES]: Remove conditional code.
13826 2014-06-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
13828         * posix/fnmatch.c: Define WIDE_CHAR_VERSION.
13829         * posix/fnmatch_loop.c: Undefine WIDE_CHAR_VERSION.
13830         (FCT): Check value of WIDE_CHAR_VERSION instead of checking if
13831         it is defined.
13833         * elf/dl-runtime.c: Check for value of ELF_MACHINE_NO_RELA
13834         instead of whether it is defined.
13835         * sysdeps/aarch64/dl-machine.h: Define ELF_MACHINE_NO_RELA.
13836         * sysdeps/hppa/dl-machine.h: Likewise.
13837         * sysdeps/ia64/dl-machine.h: Likewise.
13838         * sysdeps/m68k/dl-machine.h: Likewise.
13839         * sysdeps/microblaze/dl-machine.h: Likewise.
13840         * sysdeps/mips/dl-machine.: Likewise.
13841         * sysdeps/powerpc/powerpc32/dl-machine.h: Likewise.
13842         * sysdeps/powerpc/powerpc64/dl-machine.h: Likewise.
13843         * sysdeps/s390/s390-32/dl-machine.h: Likewise.
13844         * sysdeps/s390/s390-64/dl-machine.h: Likewise.
13845         * sysdeps/sh/dl-machine.h: Likewise.
13846         * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
13847         * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
13848         * sysdeps/tile/dl-machine.h: Likewise.
13849         * sysdeps/x86_64/dl-machine.h: Likewise.
13851         * nscd/connections.c (enum usekey) [SEPARATE_KEY]: Remove
13852         code.
13853         (verify_persistent_db): Likewise.
13855 2014-06-26  Roland McGrath  <roland@hack.frob.com>
13857         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/c++-types.data: Moved ...
13858         * sysdeps/unix/sysv/linux/s390/s390-32/c++-types.data: ... here.
13859         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/ld.abilist: Moved ...
13860         * sysdeps/unix/sysv/linux/s390/s390-32/ld.abilist: ... here.
13861         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libBrokenLocale.abilist:
13862         Moved ...
13863         * sysdeps/unix/sysv/linux/s390/s390-32/libBrokenLocale.abilist:
13864         ... here.
13865         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libanl.abilist: Moved ...
13866         * sysdeps/unix/sysv/linux/s390/libanl.abilist: ... here.
13867         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libanl.abilist:
13868         Identical file removed.
13869         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Moved ...
13870         * sysdeps/unix/sysv/linux/s390/s390-32/libc.abilist: ... here.
13871         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libcrypt.abilist: Moved ...
13872         * sysdeps/unix/sysv/linux/s390/s390-32/libcrypt.abilist: ... here.
13873         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libdl.abilist: Moved ...
13874         * sysdeps/unix/sysv/linux/s390/s390-32/libdl.abilist: ... here.
13875         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libm.abilist: Moved ...
13876         * sysdeps/unix/sysv/linux/s390/s390-32/libm.abilist: ... here.
13877         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libnsl.abilist: Moved ...
13878         * sysdeps/unix/sysv/linux/s390/s390-32/libnsl.abilist: ... here.
13879         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
13880         Moved ...
13881         * sysdeps/unix/sysv/linux/s390/s390-32/libpthread.abilist: ... here.
13882         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libresolv.abilist: Moved ...
13883         * sysdeps/unix/sysv/linux/s390/s390-32/libresolv.abilist: ... here.
13884         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/librt.abilist: Moved ...
13885         * sysdeps/unix/sysv/linux/s390/s390-32/librt.abilist: ... here.
13886         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libthread_db.abilist:
13887         Moved ...
13888         * sysdeps/unix/sysv/linux/s390/s390-32/libthread_db.abilist: ... here.
13889         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libutil.abilist: Moved ...
13890         * sysdeps/unix/sysv/linux/s390/s390-32/libutil.abilist: ... here.
13891         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/localplt.data: Moved ...
13892         * sysdeps/unix/sysv/linux/s390/localplt.data: ... here.
13893         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/localplt.data:
13894         Identical file removed.
13895         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/c++-types.data: Moved ...
13896         * sysdeps/unix/sysv/linux/s390/s390-64/c++-types.data: ... here.
13897         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/ld.abilist: Moved ...
13898         * sysdeps/unix/sysv/linux/s390/s390-64/ld.abilist: ... here.
13899         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libBrokenLocale.abilist:
13900         Moved ...
13901         * sysdeps/unix/sysv/linux/s390/s390-64/libBrokenLocale.abilist:
13902         ... here.
13903         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Moved ...
13904         * sysdeps/unix/sysv/linux/s390/s390-64/libc.abilist: ... here.
13905         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libcrypt.abilist: Moved ...
13906         * sysdeps/unix/sysv/linux/s390/s390-64/libcrypt.abilist: ... here.
13907         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libdl.abilist: Moved ...
13908         * sysdeps/unix/sysv/linux/s390/s390-64/libdl.abilist: ... here.
13909         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libm.abilist: Moved ...
13910         * sysdeps/unix/sysv/linux/s390/s390-64/libm.abilist: ... here.
13911         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libnsl.abilist: Moved ...
13912         * sysdeps/unix/sysv/linux/s390/s390-64/libnsl.abilist: ... here.
13913         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
13914         Moved ...
13915         * sysdeps/unix/sysv/linux/s390/s390-64/libpthread.abilist: ... here.
13916         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libresolv.abilist:
13917         Moved ...
13918         * sysdeps/unix/sysv/linux/s390/s390-64/libresolv.abilist: ... here.
13919         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/librt.abilist: Moved ...
13920         * sysdeps/unix/sysv/linux/s390/s390-64/librt.abilist: ... here.
13921         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libthread_db.abilist:
13922         Moved ...
13923         * sysdeps/unix/sysv/linux/s390/s390-64/libthread_db.abilist: ... here.
13924         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libutil.abilist: Moved ...
13925         * sysdeps/unix/sysv/linux/s390/s390-64/libutil.abilist: ... here.
13927         * nptl/sysdeps/unix/sysv/linux/s390/Makefile: File removed, contents
13928         folded into ...
13929         * sysdeps/unix/sysv/linux/s390/Makefile [$(subdir) = nptl]: ... here.
13930         * sysdeps/unix/sysv/linux/s390/Versions
13931         (libpthread: GLIBC_2.19): New version set.
13932         * nptl/sysdeps/unix/sysv/linux/s390/Versions: File removed.
13933         * sysdeps/unix/sysv/linux/s390/s390-64/Versions
13934         (librt: GLIBC_2.3.3): New version set.
13935         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/Versions: File removed.
13936         * nptl/sysdeps/unix/sysv/linux/s390/elision-conf.c: Moved ...
13937         * sysdeps/unix/sysv/linux/s390/elision-conf.c: ... here.
13938         * nptl/sysdeps/unix/sysv/linux/s390/elision-conf.h: Moved ...
13939         * sysdeps/unix/sysv/linux/s390/elision-conf.h: ... here.
13940         * nptl/sysdeps/unix/sysv/linux/s390/elision-lock.c: Moved ...
13941         * sysdeps/unix/sysv/linux/s390/elision-lock.c: ... here.
13942         * nptl/sysdeps/unix/sysv/linux/s390/elision-timed.c: Moved ...
13943         * sysdeps/unix/sysv/linux/s390/elision-timed.c: ... here.
13944         * nptl/sysdeps/unix/sysv/linux/s390/elision-trylock.c: Moved ...
13945         * sysdeps/unix/sysv/linux/s390/elision-trylock.c: ... here.
13946         * nptl/sysdeps/unix/sysv/linux/s390/elision-unlock.c: Moved ...
13947         * sysdeps/unix/sysv/linux/s390/elision-unlock.c: ... here.
13948         * nptl/sysdeps/unix/sysv/linux/s390/force-elision.h: Moved ...
13949         * sysdeps/unix/sysv/linux/s390/force-elision.h: ... here.
13950         * nptl/sysdeps/unix/sysv/linux/s390/jmp-unwind.c: Moved ...
13951         * sysdeps/unix/sysv/linux/s390/jmp-unwind.c: ... here.
13952         * nptl/sysdeps/unix/sysv/linux/s390/lowlevellock.h: Moved ...
13953         * sysdeps/unix/sysv/linux/s390/lowlevellock.h: ... here.
13954         * nptl/sysdeps/unix/sysv/linux/s390/pt-longjmp.c: Moved ...
13955         * sysdeps/unix/sysv/linux/s390/pt-longjmp.c: ... here.
13956         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_cond_lock.c: Moved ...
13957         * sysdeps/unix/sysv/linux/s390/pthread_mutex_cond_lock.c: ... here.
13958         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_lock.c: Moved ...
13959         * sysdeps/unix/sysv/linux/s390/pthread_mutex_lock.c: ... here.
13960         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_timedlock.c: Moved ...
13961         * sysdeps/unix/sysv/linux/s390/pthread_mutex_timedlock.c: ... here.
13962         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_trylock.c: Moved ...
13963         * sysdeps/unix/sysv/linux/s390/pthread_mutex_trylock.c: ... here.
13964         * nptl/sysdeps/unix/sysv/linux/s390/pthread_once.c: Moved ...
13965         * sysdeps/unix/sysv/linux/s390/pthread_once.c: ... here.
13966         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h: Moved ...
13967         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h: ... here.
13968         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h: Moved ...
13969         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h: ... here.
13970         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_create.c: Moved ...
13971         * sysdeps/unix/sysv/linux/s390/s390-64/timer_create.c: ... here.
13972         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_delete.c: Moved ...
13973         * sysdeps/unix/sysv/linux/s390/s390-64/timer_delete.c: ... here.
13974         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_getoverr.c: Moved ...
13975         * sysdeps/unix/sysv/linux/s390/s390-64/timer_getoverr.c: ... here.
13976         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_gettime.c: Moved ...
13977         * sysdeps/unix/sysv/linux/s390/s390-64/timer_gettime.c: ... here.
13978         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_settime.c: Moved ...
13979         * sysdeps/unix/sysv/linux/s390/s390-64/timer_settime.c: ... here.
13981         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/vfork.S: Moved ...
13982         * sysdeps/unix/sysv/linux/s390/s390-32/vfork.S: ... here.
13983         (__libc_vfork): Define the function under this name.
13984         [!NOT_IN_libc] (__vfork): Make this an alias.
13985         [!NOT_IN_libc] (vfork): Conditionalize the weak_alias.
13986         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/vfork.S: Moved ...
13987         * sysdeps/unix/sysv/linux/s390/s390-64/vfork.S: ... here.
13988         (__libc_vfork): Define the function under this name.
13989         [!NOT_IN_libc] (__vfork): Make this an alias.
13990         [!NOT_IN_libc] (vfork): Conditionalize the weak_alias.
13991         * sysdeps/unix/sysv/linux/s390/pt-vfork.S: New file.
13992         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/pt-vfork.S: File removed.
13993         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/pt-vfork.S: File removed.
13994         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list: Remove vfork.
13995         * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list: Likewise.
13997         * sysdeps/unix/sysv/linux/s390/s390-32/clone.S: Deconditionalize the
13998         code that was previously under [RESET_PID].
13999         * sysdeps/unix/sysv/linux/s390/s390-64/clone.S: Likewise.
14000         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/clone.S: File removed.
14001         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/clone.S: File removed.
14003         * sysdeps/unix/sysv/linux/aarch64/nptl/bits/pthreadtypes.h: Moved ...
14004         * sysdeps/aarch64/nptl/bits/pthreadtypes.h: ... here.
14005         * sysdeps/unix/sysv/linux/aarch64/nptl/bits/semaphore.h: Moved ...
14006         * sysdeps/aarch64/nptl/bits/semaphore.h: ... here.
14007         * sysdeps/unix/sysv/linux/aarch64/nptl/bits/local_lim.h: Moved ...
14008         * sysdeps/unix/sysv/linux/aarch64/bits/local_lim.h: ... here.
14009         * sysdeps/unix/sysv/linux/aarch64/nptl/c++-types.data: Moved ...
14010         * sysdeps/unix/sysv/linux/aarch64/c++-types.data: ... here.
14011         * sysdeps/unix/sysv/linux/aarch64/nptl/ld.abilist: Moved ...
14012         * sysdeps/unix/sysv/linux/aarch64/ld.abilist: ... here.
14013         * sysdeps/unix/sysv/linux/aarch64/nptl/libBrokenLocale.abilist:
14014         Moved ...
14015         * sysdeps/unix/sysv/linux/aarch64/libBrokenLocale.abilist: ... here.
14016         * sysdeps/unix/sysv/linux/aarch64/nptl/libanl.abilist: Moved ...
14017         * sysdeps/unix/sysv/linux/aarch64/libanl.abilist: ... here.
14018         * sysdeps/unix/sysv/linux/aarch64/nptl/libc.abilist: Moved ...
14019         * sysdeps/unix/sysv/linux/aarch64/libc.abilist: ... here.
14020         * sysdeps/unix/sysv/linux/aarch64/nptl/libcrypt.abilist: Moved ...
14021         * sysdeps/unix/sysv/linux/aarch64/libcrypt.abilist: ... here.
14022         * sysdeps/unix/sysv/linux/aarch64/nptl/libdl.abilist: Moved ...
14023         * sysdeps/unix/sysv/linux/aarch64/libdl.abilist: ... here.
14024         * sysdeps/unix/sysv/linux/aarch64/nptl/libm.abilist: Moved ...
14025         * sysdeps/unix/sysv/linux/aarch64/libm.abilist: ... here.
14026         * sysdeps/unix/sysv/linux/aarch64/nptl/libnsl.abilist: Moved ...
14027         * sysdeps/unix/sysv/linux/aarch64/libnsl.abilist: ... here.
14028         * sysdeps/unix/sysv/linux/aarch64/nptl/libpthread.abilist: Moved ...
14029         * sysdeps/unix/sysv/linux/aarch64/libpthread.abilist: ... here.
14030         * sysdeps/unix/sysv/linux/aarch64/nptl/libresolv.abilist: Moved ...
14031         * sysdeps/unix/sysv/linux/aarch64/libresolv.abilist: ... here.
14032         * sysdeps/unix/sysv/linux/aarch64/nptl/librt.abilist: Moved ...
14033         * sysdeps/unix/sysv/linux/aarch64/librt.abilist: ... here.
14034         * sysdeps/unix/sysv/linux/aarch64/nptl/libthread_db.abilist: Moved ...
14035         * sysdeps/unix/sysv/linux/aarch64/libthread_db.abilist: ... here.
14036         * sysdeps/unix/sysv/linux/aarch64/nptl/libutil.abilist: Moved ...
14037         * sysdeps/unix/sysv/linux/aarch64/libutil.abilist: ... here.
14038         * sysdeps/unix/sysv/linux/aarch64/nptl/localplt.data: Moved ...
14039         * sysdeps/unix/sysv/linux/aarch64/localplt.data: ... here.
14040         * sysdeps/unix/sysv/linux/aarch64/nptl/lowlevellock.h: Moved ...
14041         * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h: ... here.
14042         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h: Moved ...
14043         * sysdeps/unix/sysv/linux/aarch64/sysdep-cancel.h: ... here.
14045 2014-06-25  Roland McGrath  <roland@hack.frob.com>
14047         * sysdeps/unix/sysv/linux/mips/clone.S: Deconditionalize the code
14048         that was previously under [RESET_PID].
14049         * sysdeps/unix/sysv/linux/mips/nptl/clone.S: File removed.
14051 2014-06-25  Joseph Myers  <joseph@codesourcery.com>
14053         * sysdeps/unix/sysv/linux/dl-opendir.c (__ASSUME_O_CLOEXEC): Do
14054         not undefine and redefine.
14055         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs)
14056         [O_CLOEXEC]: Make code unconditional.
14057         (__get_nprocs) [!O_CLOEXEC]: Remove conditional code.
14058         * sysdeps/unix/sysv/linux/shm_open.c: Do not include
14059         <kernel-features.h>.
14060         [O_CLOEXEC && !__ASSUME_O_CLOEXEC] (have_o_cloexec): Remove
14061         conditional variable definition.
14062         (shm_open) [O_CLOEXEC]: Make code unconditional.
14063         (shm_open) [!O_CLOEXEC || !__ASSUME_O_CLOEXEC]: Remove conditional
14064         code.
14066         * configure.ac (USE_REGPARMS): Don't define here.
14067         * configure: Regenerated.
14068         * sysdeps/i386/configure.ac (USE_REGPARMS): Define here.
14069         * sysdeps/i386/configure: Regenerated.
14071         * nptl/createthread.c: Don't include kernel-features.h.
14072         * nptl/pthread_cancel.c: Likewise.
14073         * nptl/pthread_condattr_setclock.c: Likewise.
14074         * nptl/sysdeps/unix/sysv/linux/pt-raise.c: Likewise.
14075         * nptl/sysdeps/unix/sysv/linux/pthread_getcpuclockid.c: Likewise.
14076         * nptl/sysdeps/unix/sysv/linux/pthread_kill.c: Likewise.
14077         * nptl/sysdeps/unix/sysv/linux/pthread_sigqueue.c: Likewise.
14078         * nptl/sysdeps/unix/sysv/linux/raise.c: Likewise.
14079         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/pt-vfork.S: Likewise.
14080         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/vfork.S: Likewise.
14081         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/pt-vfork.S: Likewise.
14082         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/vfork.S: Likewise.
14083         * nptl/sysdeps/unix/sysv/linux/timer_create.c: Likewise.
14084         * nptl/sysdeps/unix/sysv/linux/timer_delete.c: Likewise.
14085         * nptl/sysdeps/unix/sysv/linux/timer_getoverr.c: Likewise.
14086         * nptl/sysdeps/unix/sysv/linux/timer_gettime.c: Likewise.
14087         * nptl/sysdeps/unix/sysv/linux/timer_routines.c: Likewise.
14088         * nptl/sysdeps/unix/sysv/linux/timer_settime.c: Likewise.
14089         * nscd/gai.c: Likewise.
14090         * nss/nss_db/db-open.c: Likewise.
14091         * sysdeps/generic/ldsodefs.h: Likewise.
14092         * sysdeps/sh/nptl/tls.h: Likewise.
14093         * sysdeps/unix/sysv/linux/aarch64/sigaction.c: Likewise.
14094         * sysdeps/unix/sysv/linux/aarch64/sigcontextinfo.h: Likewise.
14095         * sysdeps/unix/sysv/linux/aarch64/vfork.S: Likewise.
14096         * sysdeps/unix/sysv/linux/adjtime.c: Likewise.
14097         * sysdeps/unix/sysv/linux/alpha/xstatconv.h: Likewise.
14098         * sysdeps/unix/sysv/linux/arm/sigaction.c: Likewise.
14099         * sysdeps/unix/sysv/linux/arm/sigcontextinfo.h: Likewise.
14100         * sysdeps/unix/sysv/linux/check_pf.c: Likewise.
14101         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c: Likewise.
14102         * sysdeps/unix/sysv/linux/clock_getres.c: Likewise.
14103         * sysdeps/unix/sysv/linux/clock_gettime.c: Likewise.
14104         * sysdeps/unix/sysv/linux/clock_nanosleep.c: Likewise.
14105         * sysdeps/unix/sysv/linux/clock_settime.c: Likewise.
14106         * sysdeps/unix/sysv/linux/dl-execstack.c: Likewise.
14107         * sysdeps/unix/sysv/linux/dl-osinfo.h: Likewise.
14108         * sysdeps/unix/sysv/linux/dl-sysdep.c: Likewise.
14109         * sysdeps/unix/sysv/linux/generic/futimesat.c: Likewise.
14110         * sysdeps/unix/sysv/linux/generic/poll.c: Likewise.
14111         * sysdeps/unix/sysv/linux/generic/wordsize-32/fcntl.c: Likewise.
14112         * sysdeps/unix/sysv/linux/generic/wordsize-32/fxstatat.c: Likewise.
14113         * sysdeps/unix/sysv/linux/generic/wordsize-32/pread.c: Likewise.
14114         * sysdeps/unix/sysv/linux/generic/wordsize-32/pread64.c: Likewise.
14115         * sysdeps/unix/sysv/linux/generic/wordsize-32/preadv.c: Likewise.
14116         * sysdeps/unix/sysv/linux/generic/wordsize-32/preadv64.c: Likewise.
14117         * sysdeps/unix/sysv/linux/generic/wordsize-32/pwrite.c: Likewise.
14118         * sysdeps/unix/sysv/linux/generic/wordsize-32/pwrite64.c: Likewise.
14119         * sysdeps/unix/sysv/linux/generic/wordsize-32/pwritev.c: Likewise.
14120         * sysdeps/unix/sysv/linux/generic/wordsize-32/pwritev64.c: Likewise.
14121         * sysdeps/unix/sysv/linux/getcwd.c: Likewise.
14122         * sysdeps/unix/sysv/linux/getpagesize.c: Likewise.
14123         * sysdeps/unix/sysv/linux/getsysstats.c: Likewise.
14124         * sysdeps/unix/sysv/linux/i386/fxstat.c: Likewise.
14125         * sysdeps/unix/sysv/linux/i386/lxstat.c: Likewise.
14126         * sysdeps/unix/sysv/linux/i386/mmap.S: Likewise.
14127         * sysdeps/unix/sysv/linux/i386/mmap64.S: Likewise.
14128         * sysdeps/unix/sysv/linux/i386/sigaction.c: Likewise.
14129         * sysdeps/unix/sysv/linux/i386/vfork.S: Likewise.
14130         * sysdeps/unix/sysv/linux/i386/xstat.c: Likewise.
14131         * sysdeps/unix/sysv/linux/ia64/system.c: Likewise.
14132         * sysdeps/unix/sysv/linux/if_index.c: Likewise.
14133         * sysdeps/unix/sysv/linux/ifaddrs.c: Likewise.
14134         * sysdeps/unix/sysv/linux/ifreq.c: Likewise.
14135         * sysdeps/unix/sysv/linux/ldsodefs.h: Likewise.
14136         * sysdeps/unix/sysv/linux/lutimes.c: Likewise.
14137         * sysdeps/unix/sysv/linux/m68k/vfork.S: Likewise.
14138         * sysdeps/unix/sysv/linux/microblaze/nptl/vfork.S: Likewise.
14139         * sysdeps/unix/sysv/linux/mips/mips32/accept4.c: Likewise.
14140         * sysdeps/unix/sysv/linux/mips/mips32/recvmmsg.c: Likewise.
14141         * sysdeps/unix/sysv/linux/mips/mips32/sendmmsg.c: Likewise.
14142         * sysdeps/unix/sysv/linux/mips/pread.c: Likewise.
14143         * sysdeps/unix/sysv/linux/mips/pread64.c: Likewise.
14144         * sysdeps/unix/sysv/linux/mips/pwrite.c: Likewise.
14145         * sysdeps/unix/sysv/linux/mips/pwrite64.c: Likewise.
14146         * sysdeps/unix/sysv/linux/mips/sigaction.c: Likewise.
14147         * sysdeps/unix/sysv/linux/mmap64.c: Likewise.
14148         * sysdeps/unix/sysv/linux/netlinkaccess.h: Likewise.
14149         * sysdeps/unix/sysv/linux/powerpc/chown.c: Likewise.
14150         * sysdeps/unix/sysv/linux/powerpc/dl-sysdep.c: Likewise.
14151         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: Likewise.
14152         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_mask.c: Likewise.
14153         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c: Likewise.
14154         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext.S: Likewise.
14155         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread.c: Likewise.
14156         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread64.c: Likewise.
14157         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite.c: Likewise.
14158         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite64.c: Likewise.
14159         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext.S: Likewise.
14160         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext.S: Likewise.
14161         * sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S: Likewise.
14162         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_mask.c: Likewise.
14163         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c: Likewise.
14164         * sysdeps/unix/sysv/linux/powerpc/powerpc64/getcontext.S: Likewise.
14165         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S: Likewise.
14166         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c: Likewise.
14167         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c: Likewise.
14168         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c: Likewise.
14169         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c: Likewise.
14170         * sysdeps/unix/sysv/linux/powerpc/powerpc64/setcontext.S: Likewise.
14171         * sysdeps/unix/sysv/linux/powerpc/powerpc64/swapcontext.S: Likewise.
14172         * sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S: Likewise.
14173         * sysdeps/unix/sysv/linux/pread.c: Likewise.
14174         * sysdeps/unix/sysv/linux/pread64.c: Likewise.
14175         * sysdeps/unix/sysv/linux/prof-freq.c: Likewise.
14176         * sysdeps/unix/sysv/linux/pwrite.c: Likewise.
14177         * sysdeps/unix/sysv/linux/pwrite64.c: Likewise.
14178         * sysdeps/unix/sysv/linux/s390/s390-32/mmap.S: Likewise.
14179         * sysdeps/unix/sysv/linux/s390/s390-32/mmap64.S: Likewise.
14180         * sysdeps/unix/sysv/linux/s390/system.c: Likewise.
14181         * sysdeps/unix/sysv/linux/sh/pread.c: Likewise.
14182         * sysdeps/unix/sysv/linux/sh/pread64.c: Likewise.
14183         * sysdeps/unix/sysv/linux/sh/pwrite.c: Likewise.
14184         * sysdeps/unix/sysv/linux/sh/pwrite64.c: Likewise.
14185         * sysdeps/unix/sysv/linux/sigaction.c: Likewise.
14186         * sysdeps/unix/sysv/linux/sigpending.c: Likewise.
14187         * sysdeps/unix/sysv/linux/sigprocmask.c: Likewise.
14188         * sysdeps/unix/sysv/linux/sigsuspend.c: Likewise.
14189         * sysdeps/unix/sysv/linux/sparc/sparc64/xstatconv.c: Likewise.
14190         * sysdeps/unix/sysv/linux/sparc/system.c: Likewise.
14191         * sysdeps/unix/sysv/linux/syslog.c: Likewise.
14192         * sysdeps/unix/sysv/linux/system.c: Likewise.
14193         * sysdeps/unix/sysv/linux/testrtsig.h: Likewise.
14194         * sysdeps/unix/sysv/linux/timespec_get.c: Likewise.
14195         * sysdeps/unix/sysv/linux/ttyname.c: Likewise.
14196         * sysdeps/unix/sysv/linux/ttyname_r.c: Likewise.
14197         * sysdeps/unix/sysv/linux/utimensat.c: Likewise.
14198         * sysdeps/unix/sysv/linux/x86_64/sigaction.c: Likewise.
14199         * sysdeps/unix/sysv/linux/xstatconv.h: Likewise.
14201         * configure.ac (libc_cv_c_asmcr0_bug): Remove configure test.
14202         * configure: Regenerated.
14203         * config.h.in (BROKEN_PPC_ASM_CR0): Remove macro.
14205         * configure.ac (base_machine): Do not set specially for particular
14206         machines here.
14207         * configure: Regenerated.
14208         * sysdeps/powerpc/preconfigure: Move machine and base_machine
14209         settings from configure.ac.
14210         * sysdeps/i386/preconfigure: New file.
14211         * sysdeps/s390/preconfigure: Likewise.
14212         * sysdeps/sh/preconfigure: Likewise.
14213         * sysdeps/sparc/preconfigure: Likewise.
14215 2014-06-25  Roland McGrath  <roland@hack.frob.com>
14217         * sysdeps/sparc/sparc64/nptl/cpu_relax.S: Moved ...
14218         * sysdeps/sparc/sparc64/cpu_relax.S: ... here.
14219         * sysdeps/sparc/sparc64/nptl/pthread_spin_init.c: Moved ...
14220         * sysdeps/sparc/sparc64/pthread_spin_init.c: ... here.
14221         * sysdeps/sparc/sparc64/nptl/pthread_spin_lock.S: Moved ...
14222         * sysdeps/sparc/sparc64/pthread_spin_lock.S: ... here.
14223         * sysdeps/sparc/sparc64/nptl/pthread_spin_trylock.S: Moved ...
14224         * sysdeps/sparc/sparc64/pthread_spin_trylock.S: ... here.
14225         * sysdeps/sparc/sparc64/nptl/pthread_spin_unlock.S: Moved ...
14226         * sysdeps/sparc/sparc64/pthread_spin_unlock.S: ... here.
14227         * sysdeps/sparc/sparc64/nptl/pthreaddef.h: Moved ...
14228         * sysdeps/sparc/sparc64/pthreaddef.h: ... here.
14229         * sysdeps/sparc/sparc32/sparcv9/cpu_relax.S: Update #include.
14230         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_init.c: Likewise.
14231         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_lock.S: Likewise.
14232         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_trylock.S: Likewise.
14233         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_unlock.S: Likewise.
14234         * sysdeps/sparc/sparc64/nptl/Makefile: File removed, its contents ...
14235         * sysdeps/sparc/sparc64/Makefile: ... appended here.
14237         * sysdeps/sparc/sparc32/nptl/lowlevellock.c: Moved ...
14238         * sysdeps/sparc/sparc32/lowlevellock.c: ... here.
14239         * sysdeps/sparc/sparc32/nptl/pthread_barrier_wait.c: Moved ...
14240         * sysdeps/sparc/sparc32/pthread_barrier_wait.c: ... here.
14241         * sysdeps/sparc/sparc32/nptl/pthread_spin_lock.S: Moved ...
14242         * sysdeps/sparc/sparc32/pthread_spin_lock.S: ... here.
14243         * sysdeps/sparc/sparc32/nptl/pthread_spin_trylock.S: Moved ...
14244         * sysdeps/sparc/sparc32/pthread_spin_trylock.S: ... here.
14245         * sysdeps/sparc/sparc32/nptl/pthreaddef.h: Moved ...
14246         * sysdeps/sparc/sparc32/pthreaddef.h: ... here.
14247         * sysdeps/sparc/sparc32/nptl/sem_post.c: Moved ...
14248         * sysdeps/sparc/sparc32/sem_post.c: ... here.
14249         * sysdeps/sparc/sparc32/nptl/sem_timedwait.c: Moved ...
14250         * sysdeps/sparc/sparc32/sem_timedwait.c: ... here.
14251         * sysdeps/sparc/sparc32/nptl/sem_trywait.c: Moved ...
14252         * sysdeps/sparc/sparc32/sem_trywait.c: ... here.
14253         * sysdeps/sparc/sparc32/nptl/sem_wait.c: Moved ...
14254         * sysdeps/sparc/sparc32/sem_wait.c: ... here.
14255         * sysdeps/sparc/sparc32/sparcv9/nptl/cpu_relax.S: Moved ...
14256         * sysdeps/sparc/sparc32/sparcv9/cpu_relax.S: ... here.
14257         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_barrier_wait.c: Moved ...
14258         * sysdeps/sparc/sparc32/sparcv9/pthread_barrier_wait.c: ... here.
14259         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_init.c: Moved ...
14260         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_init.c: ... here.
14261         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_lock.S: Moved ...
14262         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_lock.S: ... here.
14263         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_trylock.S: Moved ...
14264         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_trylock.S: ... here.
14265         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_unlock.S: Moved ...
14266         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_unlock.S: ... here.
14267         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_post.c: Moved ...
14268         * sysdeps/sparc/sparc32/sparcv9/sem_post.c: ... here.
14269         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_timedwait.c: Moved ...
14270         * sysdeps/sparc/sparc32/sparcv9/sem_timedwait.c: ... here.
14271         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_trywait.c: Moved ...
14272         * sysdeps/sparc/sparc32/sparcv9/sem_trywait.c: ... here.
14273         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_wait.c: Moved ...
14274         * sysdeps/sparc/sparc32/sparcv9/sem_wait.c: ... here.
14276         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/c++-types.data: Moved ...
14277         * sysdeps/unix/sysv/linux/sparc/sparc32/c++-types.data: ... here.
14278         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/ld.abilist: Moved ...
14279         * sysdeps/unix/sysv/linux/sparc/sparc32/ld.abilist: ... here.
14280         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libBrokenLocale.abilist:
14281         Moved ...
14282         * sysdeps/unix/sysv/linux/sparc/sparc32/libBrokenLocale.abilist:
14283         ... here.
14284         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libanl.abilist: Moved ...
14285         * sysdeps/unix/sysv/linux/sparc/sparc32/libanl.abilist: ... here.
14286         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Moved ...
14287         * sysdeps/unix/sysv/linux/sparc/sparc32/libc.abilist: ... here.
14288         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libcrypt.abilist:
14289         Moved ...
14290         * sysdeps/unix/sysv/linux/sparc/sparc32/libcrypt.abilist: ... here.
14291         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libdl.abilist: Moved ...
14292         * sysdeps/unix/sysv/linux/sparc/sparc32/libdl.abilist: ... here.
14293         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libm.abilist: Moved ...
14294         * sysdeps/unix/sysv/linux/sparc/sparc32/libm.abilist: ... here.
14295         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libnsl.abilist: Moved ...
14296         * sysdeps/unix/sysv/linux/sparc/sparc32/libnsl.abilist: ... here.
14297         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libpthread.abilist:
14298         Moved ...
14299         * sysdeps/unix/sysv/linux/sparc/sparc32/libpthread.abilist: ... here.
14300         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libresolv.abilist:
14301         Moved ...
14302         * sysdeps/unix/sysv/linux/sparc/sparc32/libresolv.abilist: ... here.
14303         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/librt.abilist: Moved ...
14304         * sysdeps/unix/sysv/linux/sparc/sparc32/librt.abilist: ... here.
14305         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libthread_db.abilist:
14306         Moved ...
14307         * sysdeps/unix/sysv/linux/sparc/sparc32/libthread_db.abilist: ... here.
14308         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libutil.abilist: Moved ...
14309         * sysdeps/unix/sysv/linux/sparc/sparc32/libutil.abilist: ... here.
14310         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/localplt.data: Moved ...
14311         * sysdeps/unix/sysv/linux/sparc/sparc32/localplt.data: ... here.
14312         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/c++-types.data: Moved ...
14313         * sysdeps/unix/sysv/linux/sparc/sparc64/c++-types.data: ... here.
14314         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/ld.abilist: Moved ...
14315         * sysdeps/unix/sysv/linux/sparc/sparc64/ld.abilist: ... here.
14316         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libBrokenLocale.abilist:
14317         Moved ...
14318         * sysdeps/unix/sysv/linux/sparc/sparc64/libBrokenLocale.abilist:
14319         ... here.
14320         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libanl.abilist: Moved ...
14321         * sysdeps/unix/sysv/linux/sparc/sparc64/libanl.abilist: ... here.
14322         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Moved ...
14323         * sysdeps/unix/sysv/linux/sparc/sparc64/libc.abilist: ... here.
14324         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libcrypt.abilist:
14325         Moved ...
14326         * sysdeps/unix/sysv/linux/sparc/sparc64/libcrypt.abilist: ... here.
14327         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libdl.abilist: Moved ...
14328         * sysdeps/unix/sysv/linux/sparc/sparc64/libdl.abilist: ... here.
14329         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libm.abilist: Moved ...
14330         * sysdeps/unix/sysv/linux/sparc/sparc64/libm.abilist: ... here.
14331         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libnsl.abilist: Moved ...
14332         * sysdeps/unix/sysv/linux/sparc/sparc64/libnsl.abilist: ... here.
14333         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libpthread.abilist:
14334         Moved ...
14335         * sysdeps/unix/sysv/linux/sparc/sparc64/libpthread.abilist: ... here.
14336         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libresolv.abilist:
14337         Moved ...
14338         * sysdeps/unix/sysv/linux/sparc/sparc64/libresolv.abilist: ... here.
14339         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/librt.abilist: Moved ...
14340         * sysdeps/unix/sysv/linux/sparc/sparc64/librt.abilist: ... here.
14341         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libthread_db.abilist:
14342         Moved ...
14343         * sysdeps/unix/sysv/linux/sparc/sparc64/libthread_db.abilist: ... here.
14344         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libutil.abilist: Moved ...
14345         * sysdeps/unix/sysv/linux/sparc/sparc64/libutil.abilist: ... here.
14346         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/localplt.data: Moved ...
14347         * sysdeps/unix/sysv/linux/sparc/sparc64/localplt.data: ... here.
14349 2014-06-25  Joseph Myers  <joseph@codesourcery.com>
14351         * timezone/checktab.awk: Update from tzcode 2014e.
14352         * timezone/private.h: Likewise.
14353         * timezone/tzfile.h: Likewise.
14354         * timezone/zdump.c: Likewise.
14355         * timezone/zic.c: Likewise.
14357         * sysdeps/unix/sysv/linux/kernel-features.h
14358         (__ASSUME_XFS_RESTRICTED_CHOWN): Remove macro.
14359         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_chown_restricted)
14360         [__ASSUME_XFS_RESTRICTED_CHOWN]: Make code unconditional.
14361         (__statfs_chown_restricted) [!__ASSUME_XFS_RESTRICTED_CHOWN]:
14362         Remove conditional code.
14364 2014-06-25  Will Newton  <will.newton@linaro.org>
14366         * sysdeps/unix/sysv/linux/arm/dl-procinfo.c
14367         (_dl_arm_cap_flags): Add HWCAP2 values.
14368         * sysdeps/unix/sysv/linux/arm/dl-procinfo.h
14369         (_DL_HWCAP_COUNT): Increase to 37.
14370         (_DL_HWCAP_LAST): New define.
14371         (_DL_HWCAP2_LAST): New define.
14372         (_dl_procinfo): Add support for printing
14373         AT_HWCAP2 entries.
14374         (_dl_string_hwcap): Use _dl_hwcap_string.
14376 2014-06-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
14378         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
14380 2014-06-25  Joseph Myers  <joseph@codesourcery.com>
14382         * README: Do not mention ports directory.
14384         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_UTIMENSAT):
14385         Remove macro.
14386         * sysdeps/unix/sysv/linux/futimes.c: Do not include
14387         <kernel-features.h>.
14388         [__NR_utimensat && !__ASSUME_UTIMENSAT] (miss_utimensat): Remove
14389         conditional variable definition.
14390         (__futimes): Update comment.
14391         (__futimes) [__ASSUME_UTIMENSAT]: Make code unconditional.
14392         (__futimes) [!__ASSUME_UTIMENSAT]: Remove conditional code.
14394         [BZ #16560]
14395         * sysdeps/ieee754/dbl-64/e_exp10.c (__ieee754_exp10): Return 1 for
14396         arguments close to 0.
14397         * sysdeps/ieee754/ldbl-128/e_exp10l.c (__ieee754_exp10l):
14398         Likewise.
14399         * sysdeps/ieee754/ldbl-128ibm/e_exp10l.c (__ieee754_exp10l):
14400         Likewise.
14401         * math/auto-libm-test-in: Add more tests of exp10.
14402         * math/auto-libm-test-out: Regenerated.
14403         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
14405         * sysdeps/unix/sysv/linux/kernel-features.h
14406         (__ASSUME_COMPLETE_READV_WRITEV): Remove macro.
14407         * sysdeps/unix/sysv/linux/readv.c: Do not include
14408         <kernel-features.h>.
14409         [!__ASSUME_COMPLETE_READV_WRITEV]: Remove conditional code.
14410         [!UIO_FASTIOV] (UIO_FASTIOV): Remove macro.
14411         (__libc_readv) [__ASSUME_COMPLETE_READV_WRITEV]: Make code
14412         unconditional.
14413         (__libc_readv) [!__ASSUME_COMPLETE_READV_WRITEV]: Remove
14414         conditional code.
14415         * sysdeps/unix/sysv/linux/writev.c: Do not include
14416         <kernel-features.h>.
14417         [!__ASSUME_COMPLETE_READV_WRITEV]: Remove conditional code.
14418         [!UIO_FASTIOV] (UIO_FASTIOV): Remove macro.
14419         (__libc_writev) [__ASSUME_COMPLETE_READV_WRITEV]: Make code
14420         unconditional.
14421         (__libc_writev) [!__ASSUME_COMPLETE_READV_WRITEV]: Remove
14422         conditional code.
14424 2014-06-25  Will Newton  <will.newton@linaro.org>
14426         * sysdeps/posix/tempname.c: Merge from gnulib, cosmetic
14427         comment changes throughout the file.  Remove checks
14428         for HAVE_*_H definitions that are not required.
14429         (__gen_tempname): Call abort if an unknown kind value is
14430         passed.
14432 2014-06-25  Andreas Schwab  <schwab@suse.de>
14434         [BZ #17086]
14435         * sysdeps/m68k/m680x0/fpu/s_scalbn.c: Add compat symbols for
14436         scalbln, scalblnf, scalblnl in libc.
14438 2014-06-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
14440         [BZ #17086]
14441         * sysdeps/i386/fpu/s_scalbn.S: Add compat symbol for libc.so.
14442         * sysdeps/i386/fpu/s_scalbnf.S: Likewise.
14443         * sysdeps/i386/fpu/s_scalbnl.S: Likewise.
14445 2014-06-24  Roland McGrath  <roland@hack.frob.com>
14447         * sysdeps/i386/i486/nptl/pthread_spin_trylock.S: Moved ...
14448         * sysdeps/i386/i486/pthread_spin_trylock.S: ... here.
14449         * sysdeps/i386/i586/nptl/pthread_spin_trylock.S: Moved ...
14450         * sysdeps/i386/i586/pthread_spin_trylock.S: ... here.
14451         Update #include.
14452         * sysdeps/i386/i686/nptl/pthread_spin_trylock.S: Moved ...
14453         * sysdeps/i386/i686/pthread_spin_trylock.S: ... here.
14454         Update #include.
14455         * sysdeps/x86_64/64/nptl/shlib-versions: Moved ...
14456         * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: ... here.
14457         * sysdeps/x86_64/x32/nptl/shlib-versions: Moved ...
14458         * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: ... here.
14459         * sysdeps/x86/nptl/bits/pthreadtypes.h: Moved ...
14460         * sysdeps/x86/bits/pthreadtypes.h: ... here.
14461         * sysdeps/x86/nptl/bits/semaphore.h: Moved ...
14462         * sysdeps/x86/bits/semaphore.h: ... here.
14463         * sysdeps/x86/nptl/elide.h: Moved ...
14464         * sysdeps/x86/elide.h: ... here.
14465         * sysdeps/x86_64/nptl/Implies: File removed.
14466         * sysdeps/i386/nptl/Implies: File removed.
14468 2014-06-24  Joseph Myers  <joseph@codesourcery.com>
14470         [BZ #16539]
14471         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL) [USE_AS_EXPM1L]: Just
14472         return the argument for normal arguments with exponent below -64.
14473         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL) [USE_AS_EXPM1L]:
14474         Likewise.
14475         * math/auto-libm-test-in: Add another test of expm1.
14476         * math/auto-libm-test-out: Regenerated.
14478         [BZ #16287]
14479         * sysdeps/ieee754/ldbl-128/s_erfl.c (__erfl): Return 1 without
14480         calling __erfcl for arguments at least 16.
14481         * math/auto-libm-test-in: Add more tests of erf.
14482         * math/auto-libm-test-out: Regenerated.
14484         * sysdeps/unix/sysv/linux/configure.ac: Remove cases for
14485         individual architectures.
14486         * sysdeps/unix/sysv/linux/configure: Regenerated.
14487         * sysdeps/unix/sysv/linux/i386/configure.ac: New file.
14488         * sysdeps/unix/sysv/linux/i386/configure: New generated file.
14489         * sysdeps/unix/sysv/linux/powerpc/configure.ac
14490         (ldd_rewrite_script): Define variable.
14491         * sysdeps/unix/sysv/linux/powerpc/configure: Regenerated.
14492         * sysdeps/unix/sysv/linux/powerpc/powerpc32/configure.ac: New
14493         file.
14494         * sysdeps/unix/sysv/linux/powerpc/powerpc32/configure: New
14495         generated file.
14496         * sysdeps/unix/sysv/linux/s390/configure.ac: New file.
14497         * sysdeps/unix/sysv/linux/s390/configure: New generated file.
14498         * sysdeps/unix/sysv/linux/sh/configure.ac: New file.
14499         * sysdeps/unix/sysv/linux/sh/configure: New generated file.
14500         * sysdeps/unix/sysv/linux/sparc/configure.ac: New file.
14501         * sysdeps/unix/sysv/linux/sparc/configure: New generated file.
14502         * sysdeps/unix/sysv/linux/x86_64/configure.ac: New file.
14503         * sysdeps/unix/sysv/linux/x86_64/configure: New generated file.
14505 2014-06-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
14507         [BZ #17084]
14508         * sysdeps/x86/nptl/bits/pthreadtypes.h (pthread_mutex_t):
14509         Rename member __data.d to __data.__elision_data.
14511 2014-06-24  Wilco  <wdijkstr@arm.com>
14513         * NEWS: Add 16918 to fixed bug list.
14515 2014-06-24  Wilco  <wdijkstr@arm.com>
14517         * sysdeps/arm/fesetenv.c (fesetenv): Optimize implementation.
14519 2014-06-24  Wilco  <wdijkstr@arm.com>
14521         * sysdeps/arm/fpu_control.h (_FPU_MASK_RM): Define.
14522         * sysdeps/arm/fenv_private.h (libc_fesetround_vfp)
14523         (libc_feholdexcept_setround_vfp) (libc_feholdsetround_vfp)
14524         (libc_feresetround_vfp) (libc_feholdsetround_vfp_ctx)
14525         (libc_feresetround_vfp_ctx): Use _FPU_MASK_RM.
14526         * sysdeps/arm/fesetround.c (fesetround): Use _FPU_MASK_RM.
14527         * sysdeps/arm/get-rounding-mode.h (get_rounding_mode):
14528         Use _FPU_MASK_RM.
14530 2014-06-24  Wilco  <wdijkstr@arm.com>
14532         * sysdeps/arm/fsetexcptflg.c (fesetexceptflag): Remove unused include.
14534 2014-06-24  Wilco  <wdijkstr@arm.com>
14536         * sysdeps/arm/feholdexcpt.c (feholdexcept): Remove space.
14537         * sysdeps/arm/fesetenv.c (fesetenv): Remove space.
14538         * sysdeps/arm/fesetround.c (fesetround): Remove space.
14539         * sysdeps/arm/fraiseexcpt.c (feraiseexcept): Remove space.
14541 2014-06-24  Wilco  <wdijkstr@arm.com>
14543         [BZ #16918]
14544         * sysdeps/arm/feupdateenv.c (feupdateenv):
14545         Rewrite to reduce FPSCR accesses and fix return value.
14547 2014-06-24  Wilco  <wdijkstr@arm.com>
14549         * sysdeps/arm/fclrexcpt.c (feclearexcept):
14550         Optimize to avoid unnecessary FPSCR writes.
14551         * sysdeps/arm/fedisblxcpt.c (fedisableexcept): Likewise.
14552         * sysdeps/arm/feenablxcpt.c (feenableexcept): Likewise.
14553         * sysdeps/arm/fsetexcptflg.c (fesetexceptflag): Likewise.
14554         * sysdeps/arm/setfpucw.c (__setfpucw): Likewise.
14556 2014-06-24  Wilco  <wdijkstr@arm.com>
14558         * sysdeps/arm/fegetround.c (fegetround): Call get_rounding_mode.
14559         * sysdeps/arm/feholdexcpt.c (feholdexcept): Call libc_feholdexcept_vfp.
14560         * sysdeps/arm/fesetround.c (fesetround): Call libc_fesetround_vfp.
14561         * sysdeps/arm/fgetexcptflg.c (fegetexceptflag):
14562         Call libc_fetestexcept_vfp.
14563         * sysdeps/arm/ftestexcept.c (fetestexcept): Call libc_fetestexcept_vfp.
14564         * sysdeps/arm/fenv_private.h: Move libc_*_vfp functions outside of
14565         __SOFTFP__ ifdef so that they can be built for softfp.
14567 2014-06-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
14569         * sysdeps/x86/nptl/elide.h (elision_adapt): Make first
14570         argument type signed char.
14572         * Makerules (check-abi): Dump diff of symlist if the test
14573         fails.
14575 2014-06-23  Roland McGrath  <roland@hack.frob.com>
14577         * sysdeps/generic/get-rounding-mode.h: Include <stdlib.h> before
14578         using abort.
14580         * sysdeps/unix/sysv/linux/fstatvfs.c (fstatvfs):
14581         Remove unused variable ST.
14583 2014-06-23  Joseph Myers  <joseph@codesourcery.com>
14585         [BZ #16354]
14586         [BZ #17061]
14587         * sysdeps/ieee754/dbl-64/e_cosh.c (__ieee754_cosh): Check for
14588         small arguments before calling __expm1.
14589         * sysdeps/ieee754/flt-32/e_coshf.c (__ieee754_coshf): Check for
14590         small arguments before calling __expm1f.
14591         * sysdeps/ieee754/ldbl-128/e_coshl.c (__ieee754_coshl): Check for
14592         small arguments before calling __expm1l.
14593         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c (__ieee754_coshl):
14594         Likewise.
14595         * sysdeps/ieee754/ldbl-96/e_coshl.c (__ieee754_coshl): Likewise.
14596         * math/auto-libm-test-in: Add more cosh tests.  Do not allow
14597         spurious underflow for some cosh tests.
14598         * math/auto-libm-test-out: Regenerated.
14599         * sysdeps/i386/fpu/libm-test-ulps: Update.
14601         [BZ #17050]
14602         * sysdeps/ieee754/dbl-64/e_j1.c: Include <errno.h>.
14603         (__ieee754_y1): Set errno if return value overflows.
14604         * sysdeps/ieee754/flt-32/e_j1f.c: Include <errno.h>.
14605         (__ieee754_y1f): Set errno if return value overflows.
14606         * sysdeps/ieee754/ldbl-128/e_j1l.c: Include <errno.h>.
14607         (__ieee754_y1l): Set errno if return value overflows.
14608         * sysdeps/ieee754/ldbl-96/e_j1l.c: Include <errno.h>.
14609         (__ieee754_y1l): Set errno if return value overflows.
14610         * math/auto-libm-test-in: Add more tests of y0, y1 and yn.
14611         * math/auto-libm-test-out: Regenerated.
14613         * math/gen-auto-libm-tests.c: Document use of
14614         ignore-zero-inf-sign.
14615         (input_flag_type): Add value flag_ignore_zero_inf_sign.
14616         (input_flags): Add ignore-zero-inf-sign.
14617         (output_for_one_input_case): Handle flag_ignore_zero_inf_sign.
14618         * math/gen-libm-test.pl (generate_testfile): Handle
14619         ignore-zero-inf-sign.
14620         * math/auto-libm-test-in: Mark some cpow tests with
14621         ignore-zero-inf-sign and some with xfail-rounding.
14622         * math/auto-libm-test-out: Regenerated.
14623         * math/libm-test.inc (cpow_test): Use ALL_RM_TEST.
14624         * sysdeps/i386/fpu/libm-test-ulps: Update.
14625         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
14627         [BZ #16315]
14628         * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Ensure possibly
14629         overflowing or underflowing operations take place with sign of
14630         result.
14631         * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Likewise.
14632         * sysdeps/i386/fpu/e_powl.S (__ieee754_powl): Likewise.
14633         * sysdeps/ieee754/dbl-64/e_pow.c: Include <math.h>.
14634         (__ieee754_pow): Recompute overflowing and underflowing results in
14635         original rounding mode.
14636         * sysdeps/x86/fpu/powl_helper.c: Include <stdbool.h>.
14637         (__powl_helper): Allow negative argument X and scale negated value
14638         as needed.  Avoid passing value outside [-1, 1] to f2xm1.
14639         * sysdeps/x86_64/fpu/e_powl.S (__ieee754_powl): Ensure possibly
14640         overflowing or underflowing operations take place with sign of
14641         result.
14642         * sysdeps/x86_64/fpu/multiarch/e_pow.c [HAVE_FMA4_SUPPORT]:
14643         Include <math.h>.
14644         * math/auto-libm-test-in: Add more tests of pow.
14645         * math/auto-libm-test-out: Regenerated.
14646         * math/libm-test.inc (pow_test): Use ALL_RM_TEST.
14647         (pow_tonearest_test_data): Remove.
14648         (pow_test_tonearest): Likewise.
14649         (pow_towardzero_test_data): Likewise.
14650         (pow_test_towardzero): Likewise.
14651         (pow_downward_test_data): Likewise.
14652         (pow_test_downward): Likewise.
14653         (pow_upward_test_data): Likewise.
14654         (pow_test_upward): Likewise.
14655         (main): Don't call removed functions.
14656         * sysdeps/i386/fpu/libm-test-ulps: Update.
14657         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
14659 2014-06-23  Roland McGrath  <roland@hack.frob.com>
14661         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/c++-types.data:
14662         Moved ...
14663         * sysdeps/unix/sysv/linux/powerpc/powerpc32/c++-types.data: ... here.
14664         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
14665         Moved ...
14666         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/libc.abilist: ... here.
14667         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libm.abilist:
14668         Moved ...
14669         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/libm.abilist: ... here.
14670         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/localplt.data:
14671         Moved ...
14672         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/localplt.data: ... here.
14673         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/c++-types.data:
14674         File removed.
14675         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/ld.abilist:
14676         File removed.
14677         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libBrokenLocale.abilist:
14678         File removed.
14679         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libanl.abilist:
14680         File removed.
14681         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libcrypt.abilist:
14682         File removed.
14683         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libdl.abilist:
14684         File removed.
14685         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libnsl.abilist:
14686         File removed.
14687         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libpthread.abilist:
14688         File removed.
14689         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libresolv.abilist:
14690         File removed.
14691         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/librt.abilist:
14692         File removed.
14693         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libthread_db.abilist:
14694         File removed.
14695         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libutil.abilist:
14696         File removed.
14697         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/ld.abilist:
14698         Moved ...
14699         * sysdeps/unix/sysv/linux/powerpc/powerpc32/ld.abilist: ... here.
14700         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libBrokenLocale.abilist:
14701         Moved ...
14702         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libBrokenLocale.abilist:
14703         ... here.
14704         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libanl.abilist:
14705         Moved ...
14706         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libanl.abilist: ... here.
14707         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libcrypt.abilist:
14708         Moved ...
14709         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libcrypt.abilist: ... here.
14710         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libdl.abilist:
14711         Moved ...
14712         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libdl.abilist: ... here.
14713         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libnsl.abilist:
14714         Moved ...
14715         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libnsl.abilist: ... here.
14716         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libpthread.abilist:
14717         Moved ...
14718         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libpthread.abilist: ... here.
14719         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libresolv.abilist:
14720         Moved ...
14721         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libresolv.abilist: ... here.
14722         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/librt.abilist:
14723         Moved ...
14724         * sysdeps/unix/sysv/linux/powerpc/powerpc32/librt.abilist: ... here.
14725         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libthread_db.abilist: Moved ...
14726         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libthread_db.abilist:
14727         ... here.
14728         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libutil.abilist:
14729         Moved ...
14730         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libutil.abilist: ... here.
14731         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libc.abilist:
14732         Moved ...
14733         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/libc.abilist:
14734         ... here.
14735         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libm.abilist:
14736         Moved ...
14737         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/libm.abilist:
14738         ... here.
14739         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/localplt.data:
14740         Moved ...
14741         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/localplt.data:
14742         ... here.
14743         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/c++-types.data:
14744         Moved ...
14745         * sysdeps/unix/sysv/linux/powerpc/powerpc64/c++-types.data: ... here.
14746         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld-le.abilist:
14747         Moved ...
14748         * sysdeps/unix/sysv/linux/powerpc/powerpc64/ld-le.abilist: ... here.
14749         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld.abilist: Moved ...
14750         * sysdeps/unix/sysv/linux/powerpc/powerpc64/ld.abilist: ... here.
14751         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libBrokenLocale-le.abilist:
14752         Moved ...
14753         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libBrokenLocale-le.abilist:
14754         ... here.
14755         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libBrokenLocale.abilist:
14756         Moved ...
14757         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libBrokenLocale.abilist:
14758         ... here.
14759         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libanl-le.abilist:
14760         Moved ...
14761         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libanl-le.abilist: ... here.
14762         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libanl.abilist:
14763         Moved ...
14764         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libanl.abilist: ... here.
14765         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc-le.abilist:
14766         Moved ...
14767         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libc-le.abilist: ... here.
14768         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
14769         Moved ...
14770         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libc.abilist: ... here.
14771         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libcrypt-le.abilist:
14772         Moved ...
14773         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libcrypt-le.abilist:
14774         ... here.
14775         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libcrypt.abilist:
14776         Moved ...
14777         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libcrypt.abilist: ... here.
14778         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libdl-le.abilist:
14779         Moved ...
14780         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libdl-le.abilist: ... here.
14781         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libdl.abilist:
14782         Moved ...
14783         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libdl.abilist: ... here.
14784         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm-le.abilist:
14785         Moved ...
14786         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libm-le.abilist: ... here.
14787         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm.abilist: Moved ...
14788         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libm.abilist: ... here.
14789         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libnsl-le.abilist:
14790         Moved ...
14791         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libnsl-le.abilist: ... here.
14792         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libnsl.abilist:
14793         Moved ...
14794         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libnsl.abilist: ... here.
14795         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread-le.abilist:
14796         Moved ...
14797         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libpthread-le.abilist:
14798         ... here.
14799         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread.abilist:
14800         Moved ...
14801         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libpthread.abilist:
14802         ... here.
14803         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libresolv-le.abilist:
14804         Moved ...
14805         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libresolv-le.abilist:
14806         ... here.
14807         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libresolv.abilist:
14808         Moved ...
14809         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libresolv.abilist: ... here.
14810         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/librt-le.abilist:
14811         Moved ...
14812         * sysdeps/unix/sysv/linux/powerpc/powerpc64/librt-le.abilist: ... here.
14813         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/librt.abilist:
14814         Moved ...
14815         * sysdeps/unix/sysv/linux/powerpc/powerpc64/librt.abilist: ... here.
14816         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libthread_db-le.abilist:
14817         Moved ...
14818         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libthread_db-le.abilist:
14819         ... here.
14820         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libthread_db.abilist:
14821         Moved ...
14822         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libthread_db.abilist:
14823         ... here.
14824         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libutil-le.abilist:
14825         Moved ...
14826         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libutil-le.abilist:
14827         ... here.
14828         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libutil.abilist:
14829         Moved ...
14830         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libutil.abilist: ... here.
14831         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/localplt.data:
14832         Moved ...
14833         * sysdeps/unix/sysv/linux/powerpc/powerpc64/localplt.data: ... here.
14835 2014-06-23  Will Newton  <will.newton@linaro.org>
14836             Wilco  <wdijkstr@arm.com>
14838         * sysdeps/generic/math_private.h: Add generic HAVE_RM_CTX
14839         implementation.  Include get-rounding-mode.h.
14840         [!HAVE_RM_CTX]: Define HAVE_RM_CTX to zero.
14841         [!libc_feholdsetround_noex_ctx]: Define
14842         libc_feholdsetround_noex_ctx.
14843         [!libc_feholdsetround_noexf_ctx]: Define
14844         libc_feholdsetround_noexf_ctx.
14845         [!libc_feholdsetround_noexl_ctx]: Define
14846         libc_feholdsetround_noexl_ctx.
14847         (libc_feholdsetround_ctx): New function.
14848         (libc_feresetround_ctx): New function.
14849         (libc_feholdsetround_noex_ctx): New function.
14850         (libc_feresetround_noex_ctx): New function.
14852 2014-06-23  Roland McGrath  <roland@hack.frob.com>
14854         * sysdeps/unix/sysv/linux/mips/nptl/bits/pthreadtypes.h: Moved ...
14855         * sysdeps/mips/nptl/bits/pthreadtypes.h: ... here.
14856         * sysdeps/unix/sysv/linux/mips/nptl/bits/semaphore.h: Moved ...
14857         * sysdeps/mips/nptl/bits/semaphore.h: ... here.
14858         * sysdeps/unix/sysv/linux/mips/nptl/bits/local_lim.h: Moved ...
14859         * sysdeps/unix/sysv/linux/mips/bits/local_lim.h: ... here.
14861         * sysdeps/unix/sysv/linux/m68k/nptl/bits/pthreadtypes.h: Moved ...
14862         * sysdeps/m68k/nptl/bits/pthreadtypes.h: ... here.
14863         * sysdeps/unix/sysv/linux/m68k/nptl/bits/semaphore.h: Moved ...
14864         * sysdeps/m68k/nptl/bits/semaphore.h: ... here.
14865         * sysdeps/unix/sysv/linux/m68k/nptl/c++-types.data: Moved ...
14866         * sysdeps/unix/sysv/linux/m68k/c++-types.data: ... here.
14867         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/bits/atomic.h: Moved ...
14868         * sysdeps/unix/sysv/linux/m68k/coldfire/bits/atomic.h: ... here.
14869         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/ld.abilist: Moved ...
14870         * sysdeps/unix/sysv/linux/m68k/coldfire/ld.abilist: ... here.
14871         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libBrokenLocale.abilist:
14872         Moved ...
14873         * sysdeps/unix/sysv/linux/m68k/coldfire/libBrokenLocale.abilist:
14874         ... here.
14875         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libanl.abilist: Moved ...
14876         * sysdeps/unix/sysv/linux/m68k/coldfire/libanl.abilist: ... here.
14877         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libc.abilist: Moved ...
14878         * sysdeps/unix/sysv/linux/m68k/coldfire/libc.abilist: ... here.
14879         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libcrypt.abilist:
14880         Moved ...
14881         * sysdeps/unix/sysv/linux/m68k/coldfire/libcrypt.abilist: ... here.
14882         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libdl.abilist: Moved ...
14883         * sysdeps/unix/sysv/linux/m68k/coldfire/libdl.abilist: ... here.
14884         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libm.abilist: Moved ...
14885         * sysdeps/unix/sysv/linux/m68k/coldfire/libm.abilist: ... here.
14886         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libnsl.abilist: Moved ...
14887         * sysdeps/unix/sysv/linux/m68k/coldfire/libnsl.abilist: ... here.
14888         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libpthread.abilist:
14889         Moved ...
14890         * sysdeps/unix/sysv/linux/m68k/coldfire/libpthread.abilist: ... here.
14891         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libresolv.abilist:
14892         Moved ...
14893         * sysdeps/unix/sysv/linux/m68k/coldfire/libresolv.abilist: ... here.
14894         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/librt.abilist: Moved ...
14895         * sysdeps/unix/sysv/linux/m68k/coldfire/librt.abilist: ... here.
14896         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libthread_db.abilist:
14897         Moved ...
14898         * sysdeps/unix/sysv/linux/m68k/coldfire/libthread_db.abilist: ... here.
14899         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libutil.abilist: Moved ...
14900         * sysdeps/unix/sysv/linux/m68k/coldfire/libutil.abilist: ... here.
14901         * sysdeps/unix/sysv/linux/m68k/nptl/localplt.data: Moved ...
14902         * sysdeps/unix/sysv/linux/m68k/localplt.data: ... here.
14903         * sysdeps/unix/sysv/linux/m68k/nptl/lowlevellock.h: Moved ...
14904         * sysdeps/unix/sysv/linux/m68k/lowlevellock.h: ... here.
14905         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/ld.abilist: Moved ...
14906         * sysdeps/unix/sysv/linux/m68k/m680x0/ld.abilist: ... here.
14907         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libBrokenLocale.abilist:
14908         Moved ...
14909         * sysdeps/unix/sysv/linux/m68k/m680x0/libBrokenLocale.abilist:
14910         ... here.
14911         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libanl.abilist: Moved ...
14912         * sysdeps/unix/sysv/linux/m68k/m680x0/libanl.abilist: ... here.
14913         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libc.abilist: Moved ...
14914         * sysdeps/unix/sysv/linux/m68k/m680x0/libc.abilist: ... here.
14915         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libcrypt.abilist: Moved ...
14916         * sysdeps/unix/sysv/linux/m68k/m680x0/libcrypt.abilist: ... here.
14917         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libdl.abilist: Moved ...
14918         * sysdeps/unix/sysv/linux/m68k/m680x0/libdl.abilist: ... here.
14919         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libm.abilist: Moved ...
14920         * sysdeps/unix/sysv/linux/m68k/m680x0/libm.abilist: ... here.
14921         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libnsl.abilist: Moved ...
14922         * sysdeps/unix/sysv/linux/m68k/m680x0/libnsl.abilist: ... here.
14923         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libpthread.abilist:
14924         Moved ...
14925         * sysdeps/unix/sysv/linux/m68k/m680x0/libpthread.abilist: ... here.
14926         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libresolv.abilist: Moved ...
14927         * sysdeps/unix/sysv/linux/m68k/m680x0/libresolv.abilist: ... here.
14928         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/librt.abilist: Moved ...
14929         * sysdeps/unix/sysv/linux/m68k/m680x0/librt.abilist: ... here.
14930         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libthread_db.abilist:
14931         Moved ...
14932         * sysdeps/unix/sysv/linux/m68k/m680x0/libthread_db.abilist: ... here.
14933         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libutil.abilist: Moved ...
14934         * sysdeps/unix/sysv/linux/m68k/m680x0/libutil.abilist: ... here.
14935         * sysdeps/unix/sysv/linux/m68k/nptl/sysdep-cancel.h: Moved ...
14936         * sysdeps/unix/sysv/linux/m68k/sysdep-cancel.h: ... here.
14938         * sysdeps/unix/sysv/linux/sh/nptl/c++-types.data: Moved ...
14939         * sysdeps/unix/sysv/linux/sh/c++-types.data: ... here.
14940         * sysdeps/unix/sysv/linux/sh/nptl/ld.abilist: Moved ...
14941         * sysdeps/unix/sysv/linux/sh/ld.abilist: ... here.
14942         * sysdeps/unix/sysv/linux/sh/nptl/libBrokenLocale.abilist: Moved ...
14943         * sysdeps/unix/sysv/linux/sh/libBrokenLocale.abilist: ... here.
14944         * sysdeps/unix/sysv/linux/sh/nptl/libanl.abilist: Moved ...
14945         * sysdeps/unix/sysv/linux/sh/libanl.abilist: ... here.
14946         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Moved ...
14947         * sysdeps/unix/sysv/linux/sh/libc.abilist: ... here.
14948         * sysdeps/unix/sysv/linux/sh/nptl/libcrypt.abilist: Moved ...
14949         * sysdeps/unix/sysv/linux/sh/libcrypt.abilist: ... here.
14950         * sysdeps/unix/sysv/linux/sh/nptl/libdl.abilist: Moved ...
14951         * sysdeps/unix/sysv/linux/sh/libdl.abilist: ... here.
14952         * sysdeps/unix/sysv/linux/sh/nptl/libm.abilist: Moved ...
14953         * sysdeps/unix/sysv/linux/sh/libm.abilist: ... here.
14954         * sysdeps/unix/sysv/linux/sh/nptl/libnsl.abilist: Moved ...
14955         * sysdeps/unix/sysv/linux/sh/libnsl.abilist: ... here.
14956         * sysdeps/unix/sysv/linux/sh/nptl/libpthread.abilist: Moved ...
14957         * sysdeps/unix/sysv/linux/sh/libpthread.abilist: ... here.
14958         * sysdeps/unix/sysv/linux/sh/nptl/libresolv.abilist: Moved ...
14959         * sysdeps/unix/sysv/linux/sh/libresolv.abilist: ... here.
14960         * sysdeps/unix/sysv/linux/sh/nptl/librt.abilist: Moved ...
14961         * sysdeps/unix/sysv/linux/sh/librt.abilist: ... here.
14962         * sysdeps/unix/sysv/linux/sh/nptl/libthread_db.abilist: Moved ...
14963         * sysdeps/unix/sysv/linux/sh/libthread_db.abilist: ... here.
14964         * sysdeps/unix/sysv/linux/sh/nptl/libutil.abilist: Moved ...
14965         * sysdeps/unix/sysv/linux/sh/libutil.abilist: ... here.
14967 2014-06-23  Joseph Myers  <joseph@codesourcery.com>
14969         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h [__USE_GNU]
14970         (FALLOC_FL_COLLAPSE_RANGE): New macro.
14971         [__USE_GNU] (FALLOC_FL_ZERO_RANGE): Likewise.
14972         * sysdeps/unix/sysv/linux/bits/in.h (IP_PMTUDISC_OMIT): Likewise.
14973         (IPV6_PMTUDISC_INTERFACE): Likewise.
14974         (IPV6_PMTUDISC_OMIT): Likewise.
14976 2014-06-23  Andreas Schwab  <schwab@suse.de>
14978         * nptl/sysdeps/unix/sysv/linux/mq_notify.c (init_mq_netlink):
14979         Remove unused errout label.
14981 2014-06-23  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
14983         * sysdeps/powerpc/bits/hwcap.h [PPC_FEATURE2_HAS_VEC_CRYPTO]: New
14984         macro: hardware supports Vector Crypto instructions.
14986 2014-06-23  Will Newton  <will.newton@linaro.org>
14988         * elf/dl-lookup.c: Use __glibc_unlikely and __glibc_likely
14989         rather than __builtin_expect.
14991         * elf/dl-lookup.c (undefined_msg): Remove variable.
14992         (_dl_lookup_symbol_x): Replace undefined_msg with string
14993         literal.
14995         * elf/dl-lookup.c (do_lookup_unique): New function.
14996         (do_lookup_x): Move STB_GNU_UNIQUE handling code
14997         to a separate function.
14999 2014-06-23  Andreas Schwab  <schwab@suse.de>
15001         [BZ #17079]
15002         * nss/nss_files/files-XXX.c (get_contents): Store overflow marker
15003         before reading the next line.
15005 2014-06-23  Will Newton  <will.newton@linaro.org>
15007         * test-skeleton.c (signal_handler): Use printf and %m
15008         rather than perror.  Use printf rather than fprintf to
15009         stderr.  Use puts rather than fputs to stderr.
15010         (main): Likewise.
15012 2014-06-22  Ludovic Courtès  <ludo@gnu.org>
15014         * nscd/nscd.c (thread_info_t): Remove typedef.
15015         (thread_info): Remove variable.
15017 2014-06-21  Allan McRae  <allan@archlinux.org>
15019         * NEWS: Mention CVE-2014-4043.
15021 2014-06-20  Roland McGrath  <roland@hack.frob.com>
15023         * nptl/sysdeps/unix/sysv/linux/smp.h: Moved ...
15024         * nptl/smp.h: ... here.
15026         * nptl/sysdeps/unix/sysv/linux/rtld-lowlevel.h: File removed.
15028         * include/libc-symbols.h (HAVE_CONFIG_H, STDC_HEADERS): New macros.
15029         * catgets/Makefile (catgets-CPPFLAGS): Remove -DHAVE_CONFIG_H.
15030         * locale/Makefile (CPPFLAGS-locale-programs): Likewise.
15031         * stdlib/strtol_l.c [_LIBC] (STDC_HEADERS): Don't define it.
15033         * nptl/allocatestack.c: Include <stack-aliasing.h>.
15034         * nptl/stack-aliasing.h: New file.
15035         * sysdeps/i386/i686/stack-aliasing.h: New file.
15036         * sysdeps/i386/i686/nptl/Makefile: File removed.
15037         * sysdeps/x86_64/stack-aliasing.h: New file.
15038         * sysdeps/x86_64/nptl/Makefile
15039         (CFLAGS-pthread_create.c): Variable removed.
15041         * nptl/sysdeps/unix/sysv/linux/bits/local_lim.h: Moved ...
15042         * sysdeps/unix/sysv/linux/bits/local_lim.h: ... here, replacing the
15043         old file.
15044         * nptl/sysdeps/unix/sysv/linux/bits/posix_opt.h: Moved ...
15045         * sysdeps/unix/sysv/linux/bits/posix_opt.h: ... here, replacing the
15046         old file.
15048 2014-06-21  Joseph Myers  <joseph@codesourcery.com>
15050         * sysdeps/unix/sysv/linux/arm/kernel-features.h
15051         (__ASSUME_SIGFRAME_V2): Remove macro.
15052         * sysdeps/unix/sysv/linux/arm/sigrestorer.S: Update comment.
15053         [!__ASSUME_SIGFRAME_V2]: Remove conditional code.
15054         (__default_sa_restorer_v2): Rename to __default_sa_restorer.
15055         (__default_rt_sa_restorer_v2): Rename to __default_rt_sa_restorer.
15056         * sysdeps/unix/sysv/linux/arm/sigaction.c (__default_sa_restorer):
15057         Declare as function.  Remove conditional macro definitions.
15058         (__default_rt_sa_restorer): Likewise.
15059         (__default_sa_restorer_v1): Remove declaration.
15060         (__default_sa_restorer_v2): Likewise.
15061         (__default_rt_sa_restorer_v1): Likewise.
15062         (__default_rt_sa_restorer_v2): Likewise.
15063         * sysdeps/unix/sysv/linux/arm/Versions (GLIBC_PRIVATE): Remove
15064         __default_sa_restorer_v1, __default_rt_sa_restorer_v1,
15065         __default_sa_restorer_v2 and __default_rt_sa_restorer_v2.
15067 2014-06-20  Roland McGrath  <roland@hack.frob.com>
15069         * sysdeps/unix/sysv/linux/sparc/Makefile [$(subdir) = nptl]
15070         (libpthread-routines): Add sysdep.
15071         * nptl/sysdeps/unix/sysv/linux/sparc/Makefile: File removed.
15072         * sysdeps/unix/sysv/linux/sparc/Versions
15073         (libpthread: GLIBC_2.3.3): New version set.
15074         * nptl/sysdeps/unix/sysv/linux/sparc/Versions: File removed.
15075         * nptl/sysdeps/unix/sysv/linux/sparc/aio_cancel.c: Moved ...
15076         * sysdeps/unix/sysv/linux/sparc/aio_cancel.c: ... here.
15077         * nptl/sysdeps/unix/sysv/linux/sparc/internaltypes.h: Moved ...
15078         * sysdeps/sparc/nptl/internaltypes.h: ... here.  Use #include_next.
15079         * nptl/sysdeps/unix/sysv/linux/sparc/pthread_barrier_destroy.c:
15080         Moved ...
15081         * sysdeps/sparc/nptl/pthread_barrier_destroy.c: ... here.
15082         * nptl/sysdeps/unix/sysv/linux/sparc/pthread_barrier_init.c: Moved ...
15083         * sysdeps/sparc/nptl/pthread_barrier_init.c: ... here.
15084         * nptl/sysdeps/unix/sysv/linux/sparc/pthread_barrier_wait.c: Moved ...
15085         * sysdeps/sparc/nptl/pthread_barrier_wait.c: ... here.
15086         * nptl/sysdeps/unix/sysv/linux/sparc/sem_init.c: Moved ...
15087         * sysdeps/sparc/nptl/sem_init.c: ... here.
15088         * nptl/sysdeps/unix/sysv/linux/sparc/sem_post.c: Moved ...
15089         * sysdeps/sparc/nptl/sem_post.c: ... here.
15090         * nptl/sysdeps/unix/sysv/linux/sparc/sem_timedwait.c: Moved ...
15091         * sysdeps/sparc/nptl/sem_timedwait.c: ... here.
15092         * nptl/sysdeps/unix/sysv/linux/sparc/sem_wait.c: Moved ...
15093         * sysdeps/sparc/nptl/sem_wait.c: ... here.
15094         * nptl/sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Moved ...
15095         * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: ... here.
15096         * sysdeps/sparc/sparc32/sparcv9/Makefile [$(subdir) = nptl]
15097         (libpthread-routines): Add cpu_relax.
15098         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/Makefile:
15099         File removed.
15100         * sysdeps/unix/sysv/linux/sparc/sparc64/Versions
15101         (librt: GLIBC_2.3.3): New version set.
15102         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/Versions: File removed.
15103         * sysdeps/sparc/sparc64/nptl/Makefile: New file.
15104         * sysdeps/unix/sysv/linux/sparc/sparc64/Makefile [$(subdir) = nptl]
15105         (CFLAGS-pause.c, CFLAGS-sigsuspend.c): New variables.
15106         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/Makefile: File removed.
15107         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/lowlevellock.c: Moved ...
15108         * sysdeps/sparc/sparc32/nptl/lowlevellock.c: ... here.
15109         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/pthread_barrier_wait.c:
15110         Moved ...
15111         * sysdeps/sparc/sparc32/nptl/pthread_barrier_wait.c: ... here.
15112         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sem_post.c: Moved ...
15113         * sysdeps/sparc/sparc32/nptl/sem_post.c: ... here.
15114         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sem_timedwait.c: Moved ...
15115         * sysdeps/sparc/sparc32/nptl/sem_timedwait.c: ... here.
15116         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sem_trywait.c: Moved ...
15117         * sysdeps/sparc/sparc32/nptl/sem_trywait.c: ... here.
15118         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sem_wait.c: Moved ...
15119         * sysdeps/sparc/sparc32/nptl/sem_wait.c: ... here.
15120         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/cpu_relax.S:
15121         Moved ...
15122         * sysdeps/sparc/sparc32/sparcv9/nptl/cpu_relax.S: ... here.
15123         Update #include.
15124         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/pthread_barrier_wait.c:
15125         Moved ...
15126         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_barrier_wait.c: ... here.
15127         Update #include.
15128         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/sem_post.c:
15129         Moved ...
15130         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_post.c: ... here.
15131         Update #include.
15132         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/sem_timedwait.c:
15133         Moved ...
15134         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_timedwait.c: ... here.
15135         Update #include.
15136         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/sem_trywait.c:
15137         Moved ...
15138         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_trywait.c: ... here.
15139         Update #include.
15140         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/sem_wait.c:
15141         Moved ...
15142         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_wait.c: ... here.
15143         Update #include.
15144         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/cpu_relax.S: Moved ...
15145         * sysdeps/sparc/sparc64/nptl/cpu_relax.S: ... here.
15146         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sysdep-cancel.h: Moved ...
15147         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep-cancel.h: ... here.
15148         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/sysdep-cancel.h: Moved ...
15149         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep-cancel.h: ... here.
15150         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_create.c: Moved ...
15151         * sysdeps/unix/sysv/linux/sparc/sparc64/timer_create.c: ... here.
15152         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_delete.c: Moved ...
15153         * sysdeps/unix/sysv/linux/sparc/sparc64/timer_delete.c: ... here.
15154         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_getoverr.c:
15155         Moved ...
15156         * sysdeps/unix/sysv/linux/sparc/sparc64/timer_getoverr.c: ... here.
15157         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_gettime.c: Moved ...
15158         * sysdeps/unix/sysv/linux/sparc/sparc64/timer_gettime.c: ... here.
15159         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_settime.c: Moved ...
15160         * sysdeps/unix/sysv/linux/sparc/sparc64/timer_settime.c: ... here.
15162 2014-06-20  Joseph Myers  <joseph@codesourcery.com>
15164         * nptl/pthread_cond_wait.c: Include <kernel-features.h>.
15165         * nptl/pthread_rwlock_timedrdlock.c: Likewise.
15166         * nptl/pthread_rwlock_timedwrlock.c: Likewise.
15167         * nptl/sysdeps/unix/sysv/linux/lowlevelrobustlock.c: Likewise.
15168         * nscd/nscd.c: Likewise.
15169         * sysdeps/i386/nptl/tcb-offsets.sym: Likewise.
15170         * sysdeps/powerpc/nptl/tcb-offsets.sym: Likewise.
15171         * sysdeps/sh/nptl/tcb-offsets.sym: Likewise.
15172         * sysdeps/x86_64/nptl/tcb-offsets.sym: Likewise.
15174         * nptl/sysdeps/unix/sysv/linux/mq_notify.c: Do not include
15175         <kernel-features.h>.
15176         (init_mq_netlink): Remove conditional have_sock_cloexec
15177         definitions.  Remove code conditional on have_sock_cloexec < 0.
15178         (init_mq_netlink) [!SOCK_CLOEXEC]: Remove conditional code.
15179         (init_mq_netlink) [!__ASSUME_SOCK_CLOEXEC]: Likewise.
15180         * sysdeps/unix/sysv/linux/opensock.c: Do not include
15181         <kernel-features.h>.
15182         (__opensock) [SOCK_CLOEXEC]: Make code unconditional.
15183         (__opensock) [!__ASSUME_SOCK_CLOEXEC]: Remove conditional code.
15185 2014-06-20  H.J. Lu  <hongjiu.lu@intel.com>
15187         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
15188         Add tests for memset_chk and memset.
15190         * sysdeps/x86_64/multiarch/init-arch.h (HAS_AVX2): Defined
15191         with AVX2_Usable.
15193 2014-06-20  Maciej W. Rozycki  <macro@codesourcery.com>
15195         [BZ #16046]
15196         * elf/tst-dl-iter-static.c: New file.
15197         * elf/Makefile (tests-static): Add tst-dl-iter-static.
15199         * stdlib/tst-qsort2.c (main): Fix off-by-one argc interpretation
15200         error.
15202 2014-06-20  Joseph Myers  <joseph@codesourcery.com>
15204         * sysdeps/unix/sysv/linux/kernel-features.h
15205         (__ASSUME_F_GETOWN_EX): Remove macro.
15206         * sysdeps/unix/sysv/linux/fcntl.c: Do not include
15207         <kernel-features.h>.
15208         (miss_F_GETOWN_EX): Remove variable or macro.
15209         (do_fcntl): Do not check miss_F_GETOWN_EX.
15210         (do_fcntl) [!__ASSUME_F_GETOWN_EX]: Remove conditional code.
15212         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_AT_RANDOM):
15213         Remove macro.
15214         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard)
15215         [!__ASSUME_AT_RANDOM]: Remove conditional code.
15216         (_dl_setup_pointer_guard) [!__ASSUME_AT_RANDOM]: Likewise.
15218         * sysdeps/unix/sysv/linux/kernel-features.h
15219         (__ASSUME_ADJ_OFFSET_SS_READ): Remove macro.
15220         * sysdeps/unix/sysv/linux/adjtime.c (ADJTIME)
15221         [ADJ_OFFSET_SS_READ]: Make code unconditional.
15222         (ADJTIME) [!ADJ_OFFSET_SS_READ]: Remove conditional code.
15224 2014-06-20  Maciej W. Rozycki  <macro@codesourcery.com>
15226         [BZ #17075]
15227         * sysdeps/arm/dl-machine.h (elf_machine_rel) <R_ARM_TLS_DESC>:
15228         Fix calculation of the symbol's value.
15229         * sysdeps/arm/tst-armtlsdescloc.c: New file.
15230         * sysdeps/arm/tst-armtlsdesclocmod.c: New file.
15231         * sysdeps/arm/tst-armtlsdescextnow.c: New file.
15232         * sysdeps/arm/tst-armtlsdescextlazymod.c: New file.
15233         * sysdeps/arm/tst-armtlsdescextlazy.c: New file.
15234         * sysdeps/arm/tst-armtlsdescextnowmod.c: New file.
15235         * sysdeps/arm/Makefile (tests): Add `tst-armtlsdesc',
15236         `tst-armtlsdescextnow' and `tst-armtlsdescextlazy'.
15237         (modules-names): Add `tst-armtlsdescmod',
15238         `tst-armtlsdescextlazymod' and `tst-armtlsdescextnowmod'.
15239         (CPPFLAGS-tst-armtlsdescextnowmod.c): New variable.
15240         (CPPFLAGS-tst-armtlsdescextlazymod.c): Likewise.
15241         (CFLAGS-tst-armtlsdesclocmod.c): Likewise.
15242         (CFLAGS-tst-armtlsdescextnowmod.c): Likewise.
15243         (CFLAGS-tst-armtlsdescextlazymod.c): Likewise.
15244         (LDFLAGS-tst-armtlsdescextnowmod.so): Likewise.
15245         ($(objpfx)tst-armtlsdescloc): New dependency.
15246         ($(objpfx)tst-armtlsdescextnow): Likewise.
15247         ($(objpfx)tst-armtlsdescextlazy): Likewise.
15248         * sysdeps/arm/configure.ac: Add a check for tools' GNU descriptor
15249         TLS scheme support.
15250         * sysdeps/arm/configure: Regenerate.
15252 2014-06-20  Joseph Myers  <joseph@codesourcery.com>
15254         * include/fcntl.h (__atfct_seterrno): Remove prototype.
15255         (__atfct_seterrno_2): Likewise.
15256         * sysdeps/unix/sysv/linux/alpha/dl-fxstatat64.c: Do not include
15257         <kernel-features.h>.
15258         (__ASSUME_ATFCTS): Do not undefine and redefine.
15259         * sysdeps/unix/sysv/linux/alpha/fxstatat.c [__ASSUME_ATFCTS]
15260         (__have_atfcts): Remove conditional definition.
15261         (__fxstatat([__NR_fstatat64]: Make code unconditional.
15262         (__fxstatat) [!__ASSUME_ATFCTS]: Remove conditional code and code
15263         unreachable if [__ASSUME_ATFCTS].
15264         * sysdeps/unix/sysv/linux/dl-fxstatat64.c (__ASSUME_ATFCTS): Do
15265         not undefine and redefine.
15266         * sysdeps/unix/sysv/linux/faccessat.c: Do not include
15267         <kernel-features.h>.
15268         (faccessat) [__NR_faccessat]: Make code unconditional.
15269         (faccessat) [!__ASSUME_ATFCTS]: Remove conditional code.
15270         * sysdeps/unix/sysv/linux/fchmodat.c: Do not include
15271         <kernel-features.h>.
15272         (fchmodat) [__NR_fchmodat]: Make code unconditional.
15273         (fchmodat) [!__ASSUME_ATFCTS]: Remove conditional code.
15274         * sysdeps/unix/sysv/linux/fchownat.c: Do not include
15275         <kernel-features.h>.
15276         (fchownat) [__NR_fchownat]: Make code unconditional.
15277         (fchownat) [!__ASSUME_ATFCTS]: Remove conditional code.
15278         * sysdeps/unix/sysv/linux/futimesat.c: Do not include
15279         <kernel-features.h>.
15280         (futimesat) [__NR_futimesat]: Make code unconditional.
15281         (futimesat) [!__ASSUME_ATFCTS]: Remove conditional code.
15282         * sysdeps/unix/sysv/linux/fxstatat.c: Do not include
15283         <kernel-features.h>.
15284         (__fxstatat) [__NR_newfstatat]: Make code unconditional.
15285         (__fxstatat) [!__ASSUME_ATFCTS]: Remove conditional code.
15286         * sysdeps/unix/sysv/linux/fxstatat64.c: Do not include
15287         <kernel-features.h>.
15288         (__fxstatat64) [__NR_fstatat64]: Make code unconditional.
15289         (__fxstatat64) [!__ASSUME_ATFCTS]: Remove conditional code.
15290         * sysdeps/unix/sysv/linux/i386/fchownat.c: Remove file.
15291         * sysdeps/unix/sysv/linux/i386/fxstatat.c: Do not include
15292         <kernel-features.h>.
15293         (__fxstatat) [__NR_fstatat64]: Make code unconditional.
15294         (__fxstatat) [!__ASSUME_ATFCTS]: Remove conditional code.
15295         * sysdeps/unix/sysv/linux/linkat.c: Do not include
15296         <kernel-features.h>.
15297         (linkat) [__NR_linkat]: Make code unconditional.
15298         (linkat) [!__ASSUME_ATFCTS]: Remove conditional code.
15299         * sysdeps/unix/sysv/linux/m68k/fchownat.c: Remove file.
15300         * sysdeps/unix/sysv/linux/mips/mips64/fxstatat64.c: Do not include
15301         <kernel-features.h>.
15302         (__fxstatat64) [__NR_newfstatat]: Make code unconditional.
15303         (__fxstatat64) [!__ASSUME_ATFCTS]: Remove conditional code.
15304         * sysdeps/unix/sysv/linux/mkdirat.c: Do not include
15305         <kernel-features.h>.
15306         (mkdirat) [__NR_mkdirat]: Make code unconditional.
15307         (mkdirat) [!__ASSUME_ATFCTS]: Remove conditional code.
15308         * sysdeps/unix/sysv/linux/openat.c: Do not include
15309         <kernel-features.h>.
15310         [!__ASSUME_ATFCTS] (__atfct_seterrno): Remove function.
15311         [!__ASSUME_ATFCTS] (__have_atfcts): Remove variable.
15312         (OPENAT_NOT_CANCEL) [__NR_openat]: Make code unconditional.
15313         (OPENAT_NOT_CANCEL) [!__ASSUME_ATFCTS]: Remove conditional code.
15314         * sysdeps/unix/sysv/linux/powerpc/fchownat.c: Remove file.
15315         * sysdeps/unix/sysv/linux/readlinkat.c: Do not include
15316         <kernel-features.h>.
15317         (readlinkat) [__NR_readlinkat]: Make code unconditional.
15318         (readlinkat) [!__ASSUME_ATFCTS]: Remove conditional code.  Return
15319         result of INLINE_SYSCALL directly, not via int variable.
15320         * sysdeps/unix/sysv/linux/renameat.c: Do not include
15321         <kernel-features.h>.
15322         [!__ASSUME_ATFCTS] (__atfct_seterrno_2): Remove function.
15323         (renameat) [__NR_renameat]: Make code unconditional.
15324         (renameat) [!__ASSUME_ATFCTS]: Remove conditional code.
15325         * sysdeps/unix/sysv/linux/s390/s390-32/fchownat.c: Remove file.
15326         * sysdeps/unix/sysv/linux/sh/fchownat.c: Remove file.
15327         * sysdeps/unix/sysv/linux/sparc/sparc32/fchownat.c: Remove file.
15328         * sysdeps/unix/sysv/linux/sparc/sparc64/dl-fxstatat64.c
15329         (__ASSUME_ATFCTS): Do not undefine and redefine.
15330         * sysdeps/unix/sysv/linux/symlinkat.c: Do not include
15331         <kernel-features.h>.
15332         (symlinkat) [__NR_symlinkat]: Make code unconditional.
15333         (symlinkat) [!__ASSUME_ATFCTS]: Remove conditional code.
15334         * sysdeps/unix/sysv/linux/unlinkat.c: Do not include
15335         <kernel-features.h>.
15336         (unlinkat) [__NR_unlinkat]: Make code unconditional.
15337         (unlinkat) [!__ASSUME_ATFCTS]: Remove conditional code.
15338         * sysdeps/unix/sysv/linux/wordsize-64/dl-fxstatat64.c
15339         (__ASSUME_ATFCTS): Do not undefine and redefine.
15340         * sysdeps/unix/sysv/linux/wordsize-64/fxstatat.c: Do not include
15341         <kernel-features.h>.
15342         (__fxstatat) [__NR_newfstatat]: Make code unconditional.
15343         (__fxstatat) [!__ASSUME_ATFCTS]: Remove conditional code.
15344         * sysdeps/unix/sysv/linux/xmknodat.c: Do not include
15345         <kernel-features.h>.
15346         (__xmknodat) [__NR_mknodat]: Make code unconditional.
15347         (__xmknodat) [!__ASSUME_ATFCTS]: Remove conditional code.
15349 2014-06-20  H.J. Lu  <hongjiu.lu@intel.com>
15351         * sysdeps/x86_64/multiarch/rtld-strlen.S: Removed.
15353 2014-06-20  Andreas Schwab  <schwab@linux-m68k.org>
15355         [BZ #17069]
15356         * posix/regcomp.c (parse_reg_exp): Deallocate partially
15357         constructed tree before returning error.
15358         * posix/bug-regexp36.c: Expand test case.
15360 2014-06-20  Stefan Liebler  <stli@linux.vnet.ibm.com>
15362         [BZ #6803]
15363         * math/libm-test.inc (scalbln_test_date):
15364         Add errno expectations.
15365         * math/w_scalblnf.c: New File.
15366         Add wrapper which checks for setting errno to ERANGE.
15367         Add weak_alias for corresponding scalbln function.
15368         * math/w_scalbln.c: Likewise.
15369         * math/w_scalblnl.c: Likewise.
15370         * math/Makefile (libm-calls): Add w_scalbln.
15371         * sysdeps/ieee754/flt-32/s_scalblnf.c:
15372         Remove weak_alias for corresponding scalbln function.
15373         * sysdeps/ieee754/dbl-64/s_scalbln.c: Likewise.
15374         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbln.c: Likewise.
15375         * sysdeps/ieee754/ldbl-96/s_scalblnl.c: Likewise.
15376         * sysdeps/ieee754/ldbl-128/s_scalblnl.c: Likewise.
15377         * sysdeps/sparc/sparc64/soft-fp/s_scalblnl.c: Likewise.
15378         * sysdeps/i386/fpu/s_scalbnf.S: Likewise.
15379         * sysdeps/i386/fpu/s_scalbn.S: Likewise.
15380         * sysdeps/i386/fpu/s_scalbnl.S: Likewise.
15381         * sysdeps/m68k/m680x0/fpu/s_scalbn.c: Likewise.
15382         * sysdeps/ieee754/ldbl-64-128/s_scalblnl.c:
15383         Remove long_double_symbol for scalblnl function in libm, libc.
15384         * sysdeps/ieee754/ldbl-64-128/w_scalblnl.c: New File.
15385         Add wrapper which checks for setting errno to ERANGE.
15386         Add long_double_symbol for scalblnl function in libm, libc.
15387         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c:
15388         Remove long_double_symbol for scalblnl in libm.
15389         * sysdeps/ieee754/ldbl-128ibm/w_scalblnl.c: New File.
15390         Add wrapper which checks for setting errno to ERANGE.
15391         Add long_double_symbol for scalblnl function in libm.
15392         * sysdeps/ia64/fpu/w_scalblnf.c: New File.
15393         Do not use wrapper because of own implementation.
15395 2014-06-19  H.J. Lu  <hongjiu.lu@intel.com>
15397         * sysdeps/x86/nptl/bits/pthreadtypes.h (pthread_rwlock_t): Use
15398         3 bytes for __pad1 for x32.
15399         (__PTHREAD_RWLOCK_ELISION_EXTRA): Likewise.
15401 2014-06-19  Ling Ma  <ling.ml@alibaba-inc.com>
15402             H.J. Lu  <hongjiu.lu@intel.com>
15404         * sysdeps/x86_64/multiarch/Makefile: Add memset-avx2.
15405         * sysdeps/x86_64/multiarch/memset-avx2.S: New file.
15406         * sysdeps/x86_64/multiarch/memset.S: Likewise.
15407         * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
15408         * sysdeps/x86_64/multiarch/rtld-memset.S: Likewise.
15410 2014-06-19  Andreas Schwab  <schwab@linux-m68k.org>
15412         [BZ #17069]
15413         * posix/regcomp.c (parse_expression): Deallocate partially
15414         constructed tree before returning error.
15415         * posix/Makefile.c (tests): Add bug-regex36.
15416         (generated): Add bug-regex36.mtrace.
15417         (tests-special): Add $(objpfx)bug-regex36-mem.out
15418         (bug-regex36-ENV): New variable.
15419         ($(objpfx)bug-regex36-mem.out): New rule.
15420         * posix/bug-regex36.c: New file.
15422 2014-06-19  Will Newton  <will.newton@linaro.org>
15424         * malloc/malloc.c (systrim): If extra is zero then return
15425         early.
15427 2014-06-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
15429         * benchtests/Makefile ($(objpfx)bench-%.c): Remove $(.).
15431 2014-06-19  Richard Earnshaw  <rearnsha@arm.com>
15433         * sysdeps/aarch64/strchr.S: New file.
15435 2014-06-18  Joseph Myers  <joseph@codesourcery.com>
15437         [BZ #17022]
15438         * sysdeps/i386/fpu/e_logl.S (__ieee754_logl): Do not subtract 1
15439         from arguments -2 or below.
15440         * sysdeps/i386/i686/fpu/e_logl.S (__ieee754_logl): Likewise.
15441         * sysdeps/x86_64/fpu/e_logl.S (__ieee754_logl): Likewise.
15443 2014-06-18  Andreas Schwab  <schwab@suse.de>
15445         [BZ #17062]
15446         * posix/fnmatch_loop.c (FCT): Rerrange loop for skipping over rest
15447         of a bracket expr not to run off the end of the string.
15448         * posix/Makefile (tests): Add tst-fnmatch3.
15449         * posix/tst-fnmatch3.c: New file.
15451 2014-06-18  Joseph Myers  <joseph@codesourcery.com>
15453         * elf/Makefile ($(objpfx)tst-unused-dep.out): Use $(rtld-prefix).
15454         * iconvdata/Makefile ($(inst_gconvdir)/gconv-modules)
15455         [$(cross-compiling) = no]: Likewise.
15456         * sysdeps/s390/s390-64/Makefile ($(inst_gconvdir)/gconv-modules)
15457         [$(cross-compiling) = no]: Likewise.
15459 2014-16-17  Rajalakshmi Srinivasaraghavan <raji@linux.vnet.ibm.com>
15461         [BZ #17031]
15462         * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c: Consider the low
15463         double, adjusted for any remainder from the high double.
15464         * math/libm-test.inc (nearbyint): Add tests.
15465         (rint): Likewise.
15467 2014-06-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
15469         * nptl/sysdeps/powerpc/Makefile: Moved ...
15470         * sysdeps/powerpc/nptl/Makefile: ... here.
15471         * nptl/sysdeps/powerpc/pthread_spin_lock.c: Moved ...
15472         * sysdeps/powerpc/nptl/pthread_spin_lock.c: .. here.
15473         * nptl/sysdeps/powerpc/pthread_spin_trylock.c: Moved ...
15474         * sysdeps/powerpc/nptl/pthread_spin_trylock.c: ... here.
15475         * nptl/sysdeps/powerpc/pthreaddef.h: Moved ...
15476         * sysdeps/powerpc/nptl/pthreaddef.h: ... here.
15477         * nptl/sysdeps/powerpc/tcb-offsets.sym: Moved ...
15478         * sysdeps/powerpc/nptl/tcb-offsets.sym: ... here.
15479         * nptl/sysdeps/powerpc/tls.h: Moved ...
15480         * sysdeps/powerpc/nptl/tls.h: ... here.
15482 2014-06-16  Joseph Myers  <joseph@codesourcery.com>
15484         [BZ #16681]
15485         * sysdeps/i386/fpu/s_ceil.S (__ceil): Add CFI.
15486         * sysdeps/i386/fpu/s_ceilf.S (__ceilf): Likewise.
15487         * sysdeps/i386/fpu/s_ceill.S (__ceill): Likewise.
15488         * sysdeps/i386/fpu/s_floor.S (__floor): Likewise.
15489         * sysdeps/i386/fpu/s_floorf.S (__floorf): Likewise.
15490         * sysdeps/i386/fpu/s_floorl.S (__floorl): Likewise.
15491         * sysdeps/i386/fpu/s_trunc.S (__trunc): Likewise.
15492         * sysdeps/i386/fpu/s_truncf.S (__truncf): Likewise.
15493         * sysdeps/i386/fpu/s_truncl.S (__truncl): Likewise.
15495 2014-06-17  Andreas Schwab  <schwab@linux-m68k.org>
15497         * sysdeps/m68k/m680x0/fpu/libm-test-ulps: Update.
15499 2014-06-16  Andreas Schwab  <schwab@linux-m68k.org>
15501         * sysdeps/m68k/m680x0/bits/huge_vall.h: Fix missing space after
15502         defined operator.
15504         * scripts/cross-test-ssh.sh (timeoutfactor): Default to
15505         $TIMEOUTFACTOR.
15507 2014-06-16  Florian Weimer  <fweimer@redhat.com>
15509         [BZ #17058]
15510         * nptl/tst-setuid2.c (do_test): Fix tautological comparison in
15511         non-executed part of the test.
15513 2014-06-16  Andreas Schwab  <schwab@suse.de>
15515         * string/bits/string2.h (strdup, strndup): Update feature guard.
15517 2014-06-14  David S. Miller  <davem@davemloft.net>
15519         * sysdeps/sparc/fpu/libm-test-ulps: Update.
15521 2014-06-14  Andreas Schwab  <schwab@linux-m68k.org>
15523         * sysdeps/unix/sysv/linux/m68k/clone.S: Deconditionalize the code
15524         that was previously under [RESET_PID].
15525         * sysdeps/unix/sysv/linux/m68k/nptl/clone.S: Remove file.
15527         * sysdeps/unix/sysv/linux/m68k/pt-vfork.c: New file.
15528         * sysdeps/unix/sysv/linux/m68k/nptl/pt-vfork.S: Remove file.
15529         * sysdeps/unix/sysv/linux/m68k/vfork.S: Include <tcb-offsets.h>.
15530         (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
15531         (__libc_vfork): New strong alias.
15532         * sysdeps/unix/sysv/linux/m68k/nptl/vfork.S: Remove file.
15534 2014-06-14 Andi Kleen  <ak@linux.intel.com>
15536         * sysdeps/generic/elide.h: New file.
15538 2014-06-13  Stefan Liebler  <stli@linux.vnet.ibm.com>
15540         * Makefile (installed-headers): Adjust path of pthread.h header.
15542 2014-06-13  Roland McGrath  <roland@hack.frob.com>
15544         * nptl/sysdeps/unix/sysv/linux/s390/bits/pthreadtypes.h: Moved ...
15545         * sysdeps/s390/nptl/bits/pthreadtypes.h: ... here.
15546         * nptl/sysdeps/unix/sysv/linux/s390/bits/semaphore.h: Moved ...
15547         * sysdeps/s390/nptl/bits/semaphore.h: ... here.
15549         * nptl/sysdeps/s390/Makefile: Moved ...
15550         * sysdeps/s390/nptl/Makefile: ... here.
15551         * nptl/sysdeps/s390/pthread_spin_init.c: Moved ...
15552         * sysdeps/s390/nptl/pthread_spin_init.c: ... here.
15553         * nptl/sysdeps/s390/pthread_spin_lock.c: Moved ...
15554         * sysdeps/s390/nptl/pthread_spin_lock.c: ... here.
15555         * nptl/sysdeps/s390/pthread_spin_trylock.c: Moved ...
15556         * sysdeps/s390/nptl/pthread_spin_trylock.c: ... here.
15557         * nptl/sysdeps/s390/pthread_spin_unlock.c: Moved ...
15558         * sysdeps/s390/nptl/pthread_spin_unlock.c: ... here.
15559         * nptl/sysdeps/s390/pthreaddef.h: Moved ...
15560         * sysdeps/s390/nptl/pthreaddef.h: ... here.
15561         * nptl/sysdeps/s390/tcb-offsets.sym: Moved ...
15562         * sysdeps/s390/nptl/tcb-offsets.sym: ... here.
15563         * nptl/sysdeps/s390/tls.h: Moved ...
15564         * sysdeps/s390/nptl/tls.h: ... here.
15566         * sysdeps/unix/sysv/linux/s390/arch-fork.h: New file.
15567         * nptl/sysdeps/unix/sysv/linux/s390/fork.c: File removed.
15569 2014-06-13  David S. Miller  <davem@davemloft.net>
15571         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/clone.S: Delete.
15572         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/pt-vfork.S: Delete.
15573         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/vfork.S: Moved ...
15574         * sysdeps/unix/sysv/linux/sparc/sparc32/vfork.S: ... here.
15575         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/clone.S: Delete.
15576         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/pt-vfork.S: Delete.
15577         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/vfork.S: Moved ...
15578         * sysdeps/unix/sysv/linux/sparc/sparc64/vfork.S: ... here.
15579         * sysdeps/unix/sysv/linux/sparc/fork.S: Delete.
15580         * sysdeps/unix/sysv/linux/sparc/pt-vfork.S: New file.
15581         * sysdeps/unix/sysv/linux/sparc/sparc32/clone.S (__thread_start):
15582         Remove RESET_PID cpp guards.
15583         * sysdeps/unix/sysv/linux/sparc/sparc64/clone.S (__thread_start):
15584         Remove RESET_PID cpp guards.
15585         * sysdeps/unix/sysv/linux/sparc/vfork.S: Delete.
15587 2014-06-13  Andreas Schwab  <schwab@linux-m68k.org>
15589         * sysdeps/m68k/jmpbuf-unwind.h (_JMPBUF_UNWINDS, _jmpbuf_sp): Cast
15590         __sp to uintptr_t.
15592 2014-06-13  Andi Kleen  <ak@linux.intel.com>
15594         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_rdlock.S: Remove.
15595         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedrdlock.S: dito.
15596         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedwrlock.S: dito.
15597         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_unlock.S: dito.
15598         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_wrlock.S: dito.
15599         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_rdlock.S: dito.
15600         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedrdlock.S: dito.
15601         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedwrlock.S: dito.
15602         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_unlock.S: dito.
15603         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_wrlock.S: dito.
15604         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_rdlock.S: dito.
15605         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedrdlock.S: dito.
15606         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedwrlock.S: dito.
15607         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_unlock.S: dito.
15608         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_wrlock.S: dito.
15609         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_rdlock.S: dito.
15610         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedrdlock.S: dito.
15611         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedwrlock.S: dito.
15612         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_unlock.S: dito.
15613         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_wrlock.S: dito.
15615         * nptl/pthread_rwlock_rdlock.c: Include elide.h.
15616         (pthread_rwlock_rdlock): Add elision.
15617         * nptl/pthread_rwlock_wrlock.c: Include elide.h.
15618         (pthread_rwlock_wrlock): Add elision.
15619         * nptl/pthread_rwlock_trywrlock.c: Include elide.h.
15620         (pthread_rwlock_trywrlock): Add elision.
15621         * nptl/pthread_rwlock_tryrdlock.c: Include elide.h.
15622         (pthread_rwlock_tryrdlock): Add elision.
15623         * nptl/pthread_rwlock_unlock.c: Include elide.h.
15624         (pthread_rwlock_tryrdlock): Add elision unlock.
15625         * nptl/sysdeps/pthread/pthread.h:
15626         (__PTHREAD_RWLOCK_ELISION_EXTRA): Handle new define
15627         (PTHREAD_RWLOCK_INITIALIZER,
15628         PTHREAD_RWLOCK_WRITER_NONRECURSIVE_INITIALIZER_NP):
15629         Handle new elision field.
15630         * sysdeps/x86/nptl/elide.h: New file. Add generic elision macros.
15631         * sysdeps/arm/nptl/bits/pthreadtypes.h
15632         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
15633         * sysdeps/sh/nptl/bits/pthreadtypes.h
15634         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
15635         * sysdeps/tile/nptl/bits/pthreadtypes.h
15636         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
15637         * sysdeps/a/nptl/bits/pthreadtypes.h
15638         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
15639         * sysdeps/unix/sysv/linux/aarch64/nptl/bits/pthreadtypes.h
15640         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
15641         * sysdeps/unix/sysv/linux/alpha/nptl/bits/pthreadtypes.h
15642         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
15643         * sysdeps/unix/sysv/linux/hppa/nptl/bits/pthreadtypes.h
15644         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
15645         * sysdeps/unix/sysv/linux/ia64/nptl/bits/pthreadtypes.h
15646         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
15647         * sysdeps/unix/sysv/linux/m68k/nptl/bits/pthreadtypes.h
15648         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
15649         * sysdeps/unix/sysv/linux/microblaze/nptl/bits/pthreadtypes.h
15650         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
15651         * sysdeps/unix/sysv/linux/mips/nptl/bits/pthreadtypes.h
15652         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
15653         * sysdeps/unix/sysv/linux/powerpc/nptl/bits/pthreadtypes.h
15654         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
15655         * sysdeps/unix/sysv/linux/x86/elision-conf.c:
15656         (elision_init): Set try_xbegin to zero when no RTM.
15657         * sysdeps/x86/nptl/bits/pthreadtypes.h
15658         (pthread_rwlock_t): Change __pad1 to __rwelision.
15659         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
15661 2014-06-13  Andi Kleen  <ak@linux.intel.com>
15663         * nptl/pthread_rwlock_rdlock (__pthread_rwlock_rdlock):
15664         Split into __do_pthread_rwlock_rdlock and __pthread_rwlock_rdlock.
15665         * nptl/pthread_rwlock_wrlock (__pthread_rwlock_wrlock):
15666         Split into __do_pthread_rwlock_wrlock and __pthread_wrlock_rdlock.
15668 2014-06-13  Meador Inge  <meadori@codesourcery.com>
15670         [BZ #16996]
15671         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Ensure
15672         that the cached result has been set before returning it.
15674 2014-06-12  Roland McGrath  <roland@hack.frob.com>
15676         * nptl/sysdeps/unix/sysv/linux/sparc/bits/pthreadtypes.h: Moved ...
15677         * sysdeps/sparc/nptl/bits/pthreadtypes.h: ... here.
15678         * nptl/sysdeps/unix/sysv/linux/sparc/bits/semaphore.h: Moved ...
15679         * sysdeps/sparc/nptl/bits/semaphore.h: ... here.
15680         * nptl/sysdeps/unix/sysv/linux/sparc/bits/local_lim.h: Moved ...
15681         * sysdeps/unix/sysv/linux/sparc/bits/local_lim.h: ... here.
15683         * nptl/sysdeps/sparc/Makefile: Moved ...
15684         * sysdeps/sparc/nptl/Makefile: ... here.
15685         * nptl/sysdeps/sparc/tcb-offsets.sym: Moved ...
15686         * sysdeps/sparc/nptl/tcb-offsets.sym: ... here.
15687         * nptl/sysdeps/sparc/tls.h: Moved ...
15688         * sysdeps/sparc/nptl/tls.h: ... here.
15689         * nptl/sysdeps/sparc/sparc32/pthread_spin_lock.S: Moved ...
15690         * sysdeps/sparc/sparc32/nptl/pthread_spin_lock.S: ... here.
15691         * nptl/sysdeps/sparc/sparc32/pthread_spin_trylock.S: Moved ...
15692         * sysdeps/sparc/sparc32/nptl/pthread_spin_trylock.S: ... here.
15693         * nptl/sysdeps/sparc/sparc32/pthreaddef.h: Moved ...
15694         * sysdeps/sparc/sparc32/nptl/pthreaddef.h: ... here.
15695         * nptl/sysdeps/sparc/sparc64/pthread_spin_init.c: Moved ...
15696         * sysdeps/sparc/sparc64/nptl/pthread_spin_init.c: ... here.
15697         * nptl/sysdeps/sparc/sparc64/pthread_spin_lock.S: Moved ...
15698         * sysdeps/sparc/sparc64/nptl/pthread_spin_lock.S: ... here.
15699         * nptl/sysdeps/sparc/sparc64/pthread_spin_trylock.S: Moved ...
15700         * sysdeps/sparc/sparc64/nptl/pthread_spin_trylock.S: ... here.
15701         * nptl/sysdeps/sparc/sparc64/pthread_spin_unlock.S: Moved ...
15702         * sysdeps/sparc/sparc64/nptl/pthread_spin_unlock.S: ... here.
15703         * nptl/sysdeps/sparc/sparc64/pthreaddef.h: Moved ...
15704         * sysdeps/sparc/sparc64/nptl/pthreaddef.h: ... here.
15705         * nptl/sysdeps/sparc/sparc32/sparcv9/pthread_spin_init.c: Moved ...
15706         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_init.c: ... here.
15707         Update #include.
15708         * nptl/sysdeps/sparc/sparc32/sparcv9/pthread_spin_lock.S: Moved ...
15709         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_lock.S: ... here.
15710         Update #include.
15711         * nptl/sysdeps/sparc/sparc32/sparcv9/pthread_spin_trylock.S: Moved ...
15712         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_trylock.S: ... here.
15713         Update #include.
15714         * nptl/sysdeps/sparc/sparc32/sparcv9/pthread_spin_unlock.S: Moved ...
15715         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_unlock.S: ... here.
15716         Update #include.
15718         * nptl/sysdeps/sparc/tls.h (TLS_DEFINE_INIT_TP): New macro.
15720         * sysdeps/unix/sysv/linux/sparc/arch-fork.h: New file.
15721         * nptl/sysdeps/unix/sysv/linux/sparc/fork.c: File removed.
15723         * sysdeps/pthread/posix-timer.h: Include <list.h>.
15724         (struct list_links): Type removed.
15725         (struct thread_node, struct timer_node): Replace struct list_links
15726         with struct list_head.
15727         (list_unlink_ip): Likewise.
15728         * sysdeps/pthread/timer_routines.c
15729         (timer_free_list, thread_free_list, thread_active_list): Likewise.
15730         (list_append, list_insbefore): Likewise.
15731         (list_init): Function removed.
15732         (thread_init, init_module): Use INIT_LIST_HEAD instead.
15733         * sysdeps/nptl/Makefile: Move tst-timer bits to ...
15734         * sysdeps/pthread/Makefile: ... here, new file.
15736         * nptl/sysdeps/unix/sysv/linux/Implies: Moved ...
15737         * sysdeps/nptl/Implies: ... here.
15738         * sysdeps/unix/sysv/linux/Implies: Add nptl.
15739         * nptl/sysdeps/pthread/list.h: Moved ...
15740         * include/list.h: ... here.
15741         * nptl/sysdeps/pthread/createthread.c: Moved ...
15742         * nptl/createthread.c: ... here.
15743         * nptl/sysdeps/unix/sysv/linux/createthread.c: Update #include.
15744         * nptl/sysdeps/pthread/pt-longjmp.c: Moved ...
15745         * nptl/pt-longjmp.c: ... here.
15746         * nptl/sysdeps/pthread/Makefile: Moved ...
15747         * sysdeps/nptl/Makefile: ... here.
15748         * nptl/sysdeps/pthread/Subdirs: Moved ...
15749         * sysdeps/nptl/Subdirs: ... here.
15750         * nptl/sysdeps/pthread/aio_misc.h: Moved ...
15751         * sysdeps/nptl/aio_misc.h: ... here.
15752         * nptl/sysdeps/pthread/bits/libc-lock.h: Moved ...
15753         * sysdeps/nptl/bits/libc-lock.h: ... here.
15754         * nptl/sysdeps/pthread/bits/libc-lockP.h: Moved ...
15755         * sysdeps/nptl/bits/libc-lockP.h: ... here.
15756         * nptl/sysdeps/pthread/bits/stdio-lock.h: Moved ...
15757         * sysdeps/nptl/bits/stdio-lock.h: ... here.
15758         * nptl/sysdeps/pthread/configure: Moved ...
15759         * sysdeps/nptl/configure: ... here.
15760         * nptl/sysdeps/pthread/configure.ac: Moved ...
15761         * sysdeps/nptl/configure.ac: ... here.
15762         * nptl/sysdeps/pthread/gai_misc.h: Moved ...
15763         * sysdeps/nptl/gai_misc.h: ... here.
15764         * nptl/sysdeps/pthread/librt-cancellation.c: Moved ...
15765         * sysdeps/nptl/librt-cancellation.c: ... here.
15766         * nptl/sysdeps/pthread/malloc-machine.h: Moved ...
15767         * sysdeps/nptl/malloc-machine.h: ... here.
15768         * nptl/sysdeps/pthread/pthread-functions.h: Moved ...
15769         * sysdeps/nptl/pthread-functions.h: ... here.
15770         * nptl/sysdeps/pthread/pthread.h: Moved ...
15771         * sysdeps/nptl/pthread.h: ... here.
15772         * nptl/sysdeps/pthread/setxid.h: Moved ...
15773         * sysdeps/nptl/setxid.h: ... here.
15774         * nptl/sysdeps/pthread/sigfillset.c: Moved ...
15775         * sysdeps/nptl/sigfillset.c: ... here.
15776         * nptl/sysdeps/pthread/tcb-offsets.h: Moved ...
15777         * sysdeps/nptl/tcb-offsets.h: ... here.
15778         * nptl/sysdeps/pthread/tst-mqueue8x.c: Moved ...
15779         * sysdeps/nptl/tst-mqueue8x.c: ... here.
15780         * nptl/sysdeps/pthread/unwind-forcedunwind.c: Moved ...
15781         * sysdeps/nptl/unwind-forcedunwind.c: ... here.
15782         * nptl/sysdeps/pthread/allocalim.h: Moved ...
15783         * sysdeps/pthread/allocalim.h: ... here.
15784         * nptl/sysdeps/pthread/bits/sigthread.h: Moved ...
15785         * sysdeps/pthread/bits/sigthread.h: ... here.
15786         * nptl/sysdeps/pthread/flockfile.c: Moved ...
15787         * sysdeps/pthread/flockfile.c: ... here.
15788         * nptl/sysdeps/pthread/ftrylockfile.c: Moved ...
15789         * sysdeps/pthread/ftrylockfile.c: ... here.
15790         * nptl/sysdeps/pthread/funlockfile.c: Moved ...
15791         * sysdeps/pthread/funlockfile.c: ... here.
15792         * nptl/sysdeps/pthread/posix-timer.h: Moved ...
15793         * sysdeps/pthread/posix-timer.h: ... here.
15794         * nptl/sysdeps/pthread/timer_create.c: Moved ...
15795         * sysdeps/pthread/timer_create.c: ... here.
15796         * nptl/sysdeps/pthread/timer_delete.c: Moved ...
15797         * sysdeps/pthread/timer_delete.c: ... here.
15798         * nptl/sysdeps/pthread/timer_getoverr.c: Moved ...
15799         * sysdeps/pthread/timer_getoverr.c: ... here.
15800         * nptl/sysdeps/pthread/timer_gettime.c: Moved ...
15801         * sysdeps/pthread/timer_gettime.c: ... here.
15802         * nptl/sysdeps/pthread/timer_routines.c: Moved ...
15803         * sysdeps/pthread/timer_routines.c: ... here.
15804         * nptl/sysdeps/pthread/timer_settime.c: Moved ...
15805         * sysdeps/pthread/timer_settime.c: ... here.
15806         * nptl/sysdeps/pthread/tst-timer.c: Moved ...
15807         * sysdeps/pthread/tst-timer.c: ... here.
15808         * nptl/sysdeps/pthread/pthread_sigmask.c: Moved ...
15809         * sysdeps/unix/sysv/linux/pthread_sigmask.c: ... here.
15811         * sysdeps/unix/sysv/linux/sigprocmask.c: Include <nptl/pthreadP.h>.
15812         * nptl/sysdeps/pthread/sigprocmask.c: File removed.
15814         * nptl/sysdeps/i386/i486/pthread_spin_trylock.S: Moved ...
15815         * sysdeps/i386/i486/nptl/pthread_spin_trylock.S: ... here.
15816         * nptl/sysdeps/i386/i586/pthread_spin_trylock.S: Moved ...
15817         * sysdeps/i386/i586/nptl/pthread_spin_trylock.S: ... here.
15818         Update #include target.
15819         * nptl/sysdeps/i386/i686/Makefile: Moved ...
15820         * sysdeps/i386/i686/nptl/Makefile: ... here.
15821         * nptl/sysdeps/i386/i686/pthread_spin_trylock.S: Moved ...
15822         * sysdeps/i386/i686/nptl/pthread_spin_trylock.S: ... here.
15823         Update #include target.
15824         * nptl/sysdeps/i386/i686/tls.h: Moved ...
15825         * sysdeps/i386/i686/nptl/tls.h: ... here.  Use #include_next.
15826         * nptl/sysdeps/i386/Makefile: Moved ...
15827         * sysdeps/i386/nptl/Makefile: ... here.
15828         * nptl/sysdeps/i386/pthread_spin_init.c: Moved ...
15829         * sysdeps/i386/nptl/pthread_spin_init.c: ... here.
15830         * sysdeps/x86_64/nptl/pthread_spin_init.c: Update #include target.
15831         * nptl/sysdeps/i386/pthread_spin_lock.S: Moved ...
15832         * sysdeps/i386/nptl/pthread_spin_lock.S: ... here.
15833         * nptl/sysdeps/i386/pthread_spin_unlock.S: Moved ...
15834         * sysdeps/i386/nptl/pthread_spin_unlock.S: ... here.
15835         * nptl/sysdeps/i386/pthreaddef.h: Moved ...
15836         * sysdeps/i386/nptl/pthreaddef.h: ... here.
15837         * nptl/sysdeps/i386/tcb-offsets.sym: Moved ...
15838         * sysdeps/i386/nptl/tcb-offsets.sym: ... here.
15839         * nptl/sysdeps/i386/tls.h: Moved ...
15840         * sysdeps/i386/nptl/tls.h: ... here.
15842         * sysdeps/sh/Makefile [$(subdir) = csu]
15843         (gen-as-const-headers): Add tcb-offsets.sym.
15844         * nptl/sysdeps/sh/Makefile: File removed.
15845         * nptl/sysdeps/sh/pthread_spin_init.c: Moved ...
15846         * sysdeps/sh/nptl/pthread_spin_init.c: ... here.
15847         * nptl/sysdeps/sh/pthread_spin_lock.c: Moved ...
15848         * sysdeps/sh/nptl/pthread_spin_lock.c: ... here.
15849         * nptl/sysdeps/sh/pthread_spin_trylock.S: Moved ...
15850         * sysdeps/sh/nptl/pthread_spin_trylock.S: ... here.
15851         * nptl/sysdeps/sh/pthread_spin_unlock.S: Moved ...
15852         * sysdeps/sh/nptl/pthread_spin_unlock.S: ... here.
15853         * nptl/sysdeps/sh/pthreaddef.h: Moved ...
15854         * sysdeps/sh/nptl/pthreaddef.h: ... here.
15855         * nptl/sysdeps/sh/tcb-offsets.sym: Moved ...
15856         * sysdeps/sh/nptl/tcb-offsets.sym: ... here.
15857         * nptl/sysdeps/sh/tls.h: Moved ...
15858         * sysdeps/sh/nptl/tls.h: ... here.
15859         * nptl/sysdeps/unix/sysv/linux/sh/libc-lowlevellock.S: Moved ...
15860         * sysdeps/unix/sysv/linux/sh/libc-lowlevellock.S: ... here.
15861         * nptl/sysdeps/unix/sysv/linux/sh/lowlevel-atomic.h: Moved ...
15862         * sysdeps/unix/sysv/linux/sh/lowlevel-atomic.h: ... here.
15863         * nptl/sysdeps/unix/sysv/linux/sh/lowlevellock.S: Moved ...
15864         * sysdeps/unix/sysv/linux/sh/lowlevellock.S: ... here.
15865         * nptl/sysdeps/unix/sysv/linux/sh/lowlevellock.h: Moved ...
15866         * sysdeps/unix/sysv/linux/sh/lowlevellock.h: ... here.
15867         * nptl/sysdeps/unix/sysv/linux/sh/lowlevelrobustlock.S: Moved ...
15868         * sysdeps/unix/sysv/linux/sh/lowlevelrobustlock.S: ... here.
15869         * nptl/sysdeps/unix/sysv/linux/sh/pthread_barrier_wait.S: Moved ...
15870         * sysdeps/unix/sysv/linux/sh/pthread_barrier_wait.S: ... here.
15871         * nptl/sysdeps/unix/sysv/linux/sh/pthread_cond_broadcast.S: Moved ...
15872         * sysdeps/unix/sysv/linux/sh/pthread_cond_broadcast.S: ... here.
15873         * nptl/sysdeps/unix/sysv/linux/sh/pthread_cond_signal.S: Moved ...
15874         * sysdeps/unix/sysv/linux/sh/pthread_cond_signal.S: ... here.
15875         * nptl/sysdeps/unix/sysv/linux/sh/pthread_cond_timedwait.S: Moved ...
15876         * sysdeps/unix/sysv/linux/sh/pthread_cond_timedwait.S: ... here.
15877         * nptl/sysdeps/unix/sysv/linux/sh/pthread_cond_wait.S: Moved ...
15878         * sysdeps/unix/sysv/linux/sh/pthread_cond_wait.S: ... here.
15879         * nptl/sysdeps/unix/sysv/linux/sh/pthread_once.S: Moved ...
15880         * sysdeps/unix/sysv/linux/sh/pthread_once.S: ... here.
15881         * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_rdlock.S: Moved ...
15882         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_rdlock.S: ... here.
15883         * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedrdlock.S:
15884         Moved ...
15885         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedrdlock.S: ... here.
15886         * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedwrlock.S:
15887         Moved ...
15888         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedwrlock.S: ... here.
15889         * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_unlock.S: Moved ...
15890         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_unlock.S: ... here.
15891         * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_wrlock.S: Moved ...
15892         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_wrlock.S: ... here.
15893         * nptl/sysdeps/unix/sysv/linux/sh/sem_post.S: Moved ...
15894         * sysdeps/unix/sysv/linux/sh/sem_post.S: ... here.
15895         * nptl/sysdeps/unix/sysv/linux/sh/sem_timedwait.S: Moved ...
15896         * sysdeps/unix/sysv/linux/sh/sem_timedwait.S: ... here.
15897         * nptl/sysdeps/unix/sysv/linux/sh/sem_trywait.S: Moved ...
15898         * sysdeps/unix/sysv/linux/sh/sem_trywait.S: ... here.
15899         * nptl/sysdeps/unix/sysv/linux/sh/sem_wait.S: Moved ...
15900         * sysdeps/unix/sysv/linux/sh/sem_wait.S: ... here.
15901         * nptl/sysdeps/unix/sysv/linux/sh/sh4/lowlevellock.h: Moved ...
15902         * sysdeps/unix/sysv/linux/sh/sh4/lowlevellock.h: ... here.
15903         * nptl/sysdeps/unix/sysv/linux/sh/smp.h: Moved ...
15904         * sysdeps/unix/sysv/linux/sh/smp.h: ... here.
15905         * nptl/sysdeps/unix/sysv/linux/sh/sysdep-cancel.h: Moved ...
15906         * sysdeps/unix/sysv/linux/sh/sysdep-cancel.h: ... here.
15908 2014-06-12  Stefan Liebler  <stli@linux.vnet.ibm.com>
15910         * posix/spawn_faction_addopen.c: Include string.h.
15912 2014-06-11  Roland McGrath  <roland@hack.frob.com>
15914         * nptl/sysdeps/x86_64/64/shlib-versions: Moved ...
15915         * sysdeps/x86_64/64/nptl/shlib-versions: ... here.
15916         * nptl/sysdeps/x86_64/Makefile: Moved ...
15917         * sysdeps/x86_64/nptl/Makefile: ... here.
15918         * nptl/sysdeps/x86_64/configure: Moved ...
15919         * sysdeps/x86_64/nptl/configure: ... here.
15920         * nptl/sysdeps/x86_64/configure.ac: Moved ...
15921         * sysdeps/x86_64/nptl/configure.ac: ... here.
15922         * nptl/sysdeps/x86_64/pthread_spin_init.c: Moved ...
15923         * sysdeps/x86_64/nptl/pthread_spin_init.c: ... here.
15924         * nptl/sysdeps/x86_64/pthread_spin_lock.S: Moved ...
15925         * sysdeps/x86_64/nptl/pthread_spin_lock.S: ... here.
15926         * nptl/sysdeps/x86_64/pthread_spin_trylock.S: Moved ...
15927         * sysdeps/x86_64/nptl/pthread_spin_trylock.S: ... here.
15928         * nptl/sysdeps/x86_64/pthread_spin_unlock.S: Moved ...
15929         * sysdeps/x86_64/nptl/pthread_spin_unlock.S: ... here.
15930         * nptl/sysdeps/x86_64/pthreaddef.h: Moved ...
15931         * sysdeps/x86_64/nptl/pthreaddef.h: ... here.
15932         * nptl/sysdeps/x86_64/tcb-offsets.sym: Moved ...
15933         * sysdeps/x86_64/nptl/tcb-offsets.sym: ... here.
15934         * nptl/sysdeps/x86_64/tls.h: Moved ...
15935         * sysdeps/x86_64/nptl/tls.h: ... here.
15936         * nptl/sysdeps/x86_64/x32/shlib-versions: Moved ...
15937         * sysdeps/x86_64/x32/nptl/shlib-versions: ... here.
15938         * nptl/sysdeps/x86_64/x32/tls.h: Moved ...
15939         * sysdeps/x86_64/x32/nptl/tls.h: ... here.
15941         * sysdeps/x86_64/x32/nptl/tls.h: Use #include_next.
15943 2014-06-11  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
15945         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
15947 2014-06-11  Joseph Myers  <joseph@codesourcery.com>
15949         * conform/data/sys/mman.h-data [POSIX] (size_t): Do not require
15950         type.
15951         [POSIX] (off_t): Likewise.
15952         * conform/data/sys/stat.h-data (S_IRGRP): Require constant.
15953         [POSIX] (S_ISBLK): Require macro.
15954         [POSIX] (S_ISCHR): Likewise.
15955         [POSIX] (S_ISDIR): Likewise.
15956         [POSIX] (S_ISFIFO): Likewise.
15957         [POSIX] (S_ISREG): Likewise.
15958         [POSIX || XPG3 || XPG4 || UNIX98] (S_TYPEISTMO): Do not list
15959         optional-macro.
15960         * conform/data/sys/types.h-data [POSIX] (blkcnt_t): Do not require
15961         type.
15962         [POSIX] (time_t): Likewise.
15963         [POSIX] (timer_t): Likewise.
15965 2014-06-11  Florian Weimer  <fweimer@redhat.com>
15967         [BZ #17048]
15968         * posix/spawn_int.h (struct __spawn_action): Make the path string
15969         non-const to support deallocation.
15970         * posix/spawn_faction_addopen.c
15971         (posix_spawn_file_actions_addopen): Make a copy of the pathname.
15972         * posix/spawn_faction_destroy.c
15973         (posix_spawn_file_actions_destroy): Adjust comment.  Deallocate
15974         path in all spawn_do_open actions.
15975         * posix/tst-spawn.c (do_test): Exercise the copy operation in
15976         posix_spawn_file_actions_addopen.
15978 2014-06-11  Chris Metcalf  <cmetcalf@tilera.com>
15980         * sysdeps/unix/sysv/linux/tile/pt-vfork.c: New file.
15981         * sysdeps/unix/sysv/linux/tile/pt-vfork.S: Remove file.
15982         * sysdeps/unix/sysv/linux/tile/vfork.S (__vfork): Make PT_VFORK
15983         conditional code always true.
15984         (__libc_vfork): New alias.
15986 2014-06-11  Roland McGrath  <roland@hack.frob.com>
15988         * sysdeps/tile/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
15989         * sysdeps/unix/sysv/linux/tile/createthread.c: File removed.
15991         * nptl/sysdeps/s390/tls.h (TLS_DEFINE_INIT_TP): New macro.
15993         * sysdeps/alpha/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
15994         * sysdeps/unix/sysv/linux/alpha/createthread.c: File removed.
15996         * nptl/sysdeps/powerpc/tls.h (TLS_DEFINE_INIT_TP): New macro.
15997         * sysdeps/unix/sysv/linux/powerpc/createthread.c: File removed.
15999         * sysdeps/aarch64/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
16000         * sysdeps/unix/sysv/linux/aarch64/nptl/createthread.c: File removed.
16002 2014-06-11  Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
16004         * sysdeps/powerpc/powerpc64/power7/strcmp.S: New file: Optimization.
16005         * sysdeps/powerpc/powerpc64/multiarch/strcmp.c: New file:
16006         multiarch strcmp for PPC64.
16007         * sysdeps/powerpc/powerpc64/multiarch/strcmp-ppc64.S: New file.
16008         * sysdeps/powerpc/powerpc64/multiarch/strcmp-power7.S: New file.
16009         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcmp
16010         multiarch optimizations.
16011         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
16012         (__libc_ifunc_impl_list): Likewise.
16014 2014-06-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
16016         * benchtests/scripts/validate_benchout.py: New script.
16017         * benchtests/Makefile (bench-func): Call it.
16018         * benchtests/scripts/benchout.schema.json: New file.
16020 2014-06-10  Chris Metcalf  <cmetcalf@tilera.com>
16022         * sysdeps/unix/sysv/linux/tile/nptl/bits/pthreadtypes.h: Moved ...
16023         * sysdeps/tile/nptl/bits/pthreadtypes.h: ... here.
16024         * sysdeps/unix/sysv/linux/tile/nptl/bits/semaphore.h: Moved ...
16025         * sysdeps/tile/nptl/bits/semaphore.h: ... here.
16026         * sysdeps/unix/sysv/linux/tile/nptl/Makefile: Removed, merged into ...
16027         * sysdeps/unix/sysv/linux/tile/Makefile: ... here.
16028         * sysdeps/unix/sysv/linux/tile/nptl/clone.S: Moved ...
16029         * sysdeps/unix/sysv/linux/tile/clone.S: ... here.
16030         * sysdeps/unix/sysv/linux/tile/nptl/createthread.c: Moved ...
16031         * sysdeps/unix/sysv/linux/tile/createthread.c: ... here.
16032         * sysdeps/unix/sysv/linux/tile/nptl/lowlevellock.h: Moved ...
16033         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: ... here.
16034         * sysdeps/unix/sysv/linux/tile/nptl/pt-vfork.S: Moved ...
16035         * sysdeps/unix/sysv/linux/tile/pt-vfork.S: ... here.
16036         * sysdeps/unix/sysv/linux/tile/nptl/sysdep-cancel.h: Moved ...
16037         * sysdeps/unix/sysv/linux/tile/sysdep-cancel.h: ... here.
16038         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/c++-types.data:
16039         Moved ...
16040         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/c++-types.data:
16041         ... here.
16042         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/ld.abilist:
16043         Moved ...
16044         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/ld.abilist: ... here.
16045         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libBrokenLocale.abilist:
16046         Moved ...
16047         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libBrokenLocale.abilist:
16048         ... here.
16049         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libanl.abilist:
16050         Moved ...
16051         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libanl.abilist:
16052         ... here.
16053         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libc.abilist:
16054         Moved ...
16055         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libc.abilist: ... here.
16056         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libcrypt.abilist:
16057         Moved ...
16058         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libcrypt.abilist:
16059         ... here.
16060         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libdl.abilist:
16061         Moved ...
16062         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libdl.abilist:
16063         ... here.
16064         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libm.abilist:
16065         Moved ...
16066         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libm.abilist: ... here.
16067         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libnsl.abilist:
16068         Moved ...
16069         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libnsl.abilist:
16070         ... here.
16071         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libpthread.abilist:
16072         Moved ...
16073         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libpthread.abilist:
16074         ... here.
16075         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libresolv.abilist:
16076         Moved ...
16077         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libresolv.abilist:
16078         ... here.
16079         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/librt.abilist:
16080         Moved ...
16081         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/librt.abilist: ... here.
16082         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libthread_db.abilist:
16083         Moved ...
16084         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libthread_db.abilist:
16085         ... here.
16086         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libutil.abilist:
16087         Moved ...
16088         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libutil.abilist:
16089         ... here.
16090         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/c++-types.data:
16091         Moved ...
16092         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/c++-types.data:
16093         ... here.
16094         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/ld.abilist:
16095         Moved ...
16096         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/ld.abilist: ... here.
16097         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libBrokenLocale.abilist:
16098         Moved ...
16099         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libBrokenLocale.abilist:
16100         ... here.
16101         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libanl.abilist:
16102         Moved ...
16103         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libanl.abilist:
16104         ... here.
16105         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libc.abilist:
16106         Moved ...
16107         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libc.abilist: ... here.
16108         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libcrypt.abilist:
16109         Moved ...
16110         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libcrypt.abilist:
16111         ... here.
16112         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libdl.abilist:
16113         Moved ...
16114         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libdl.abilist: ... here.
16115         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libm.abilist:
16116         Moved ...
16117         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libm.abilist: ... here.
16118         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libnsl.abilist:
16119         Moved ...
16120         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libnsl.abilist:
16121         ... here.
16122         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libpthread.abilist:
16123         Moved ...
16124         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libpthread.abilist:
16125         ... here.
16126         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libresolv.abilist:
16127         Moved ...
16128         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libresolv.abilist:
16129         ... here.
16130         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/librt.abilist:
16131         Moved ...
16132         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/librt.abilist: ... here.
16133         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libthread_db.abilist:
16134         Moved ...
16135         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libthread_db.abilist:
16136         ... here.
16137         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libutil.abilist:
16138         Moved ...
16139         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libutil.abilist:
16140         ... here.
16141         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/c++-types.data: Moved ...
16142         * sysdeps/unix/sysv/linux/tile/tilepro/c++-types.data: ... here.
16143         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/ld.abilist: Moved ...
16144         * sysdeps/unix/sysv/linux/tile/tilepro/ld.abilist: ... here.
16145         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libBrokenLocale.abilist:
16146         Moved ...
16147         * sysdeps/unix/sysv/linux/tile/tilepro/libBrokenLocale.abilist:
16148         ... here.
16149         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libanl.abilist: Moved ...
16150         * sysdeps/unix/sysv/linux/tile/tilepro/libanl.abilist: ... here.
16151         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libc.abilist: Moved ...
16152         * sysdeps/unix/sysv/linux/tile/tilepro/libc.abilist: ... here.
16153         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libcrypt.abilist: Moved ...
16154         * sysdeps/unix/sysv/linux/tile/tilepro/libcrypt.abilist: ... here.
16155         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libdl.abilist: Moved ...
16156         * sysdeps/unix/sysv/linux/tile/tilepro/libdl.abilist: ... here.
16157         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libm.abilist: Moved ...
16158         * sysdeps/unix/sysv/linux/tile/tilepro/libm.abilist: ... here.
16159         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libnsl.abilist: Moved ...
16160         * sysdeps/unix/sysv/linux/tile/tilepro/libnsl.abilist: ... here.
16161         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libpthread.abilist:
16162         Moved ...
16163         * sysdeps/unix/sysv/linux/tile/tilepro/libpthread.abilist: ... here.
16164         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libresolv.abilist:
16165         Moved ...
16166         * sysdeps/unix/sysv/linux/tile/tilepro/libresolv.abilist: ... here.
16167         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/librt.abilist: Moved ...
16168         * sysdeps/unix/sysv/linux/tile/tilepro/librt.abilist: ... here.
16169         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libthread_db.abilist:
16170         Moved ...
16171         * sysdeps/unix/sysv/linux/tile/tilepro/libthread_db.abilist: ... here.
16172         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libutil.abilist: Moved ...
16173         * sysdeps/unix/sysv/linux/tile/tilepro/libutil.abilist: ... here.
16174         * sysdeps/unix/sysv/linux/tile/nptl/vfork.S: Moved ...
16175         * sysdeps/unix/sysv/linux/tile/vfork.S: ... here.
16176         * sysdeps/unix/sysv/linux/tile/nptl/waitpid.S: Moved ...
16177         * sysdeps/unix/sysv/linux/tile/waitpid.S: ... here.
16179 2014-06-10  Wilco  <wdijkstr@arm.com>
16181         * math/test-fenv-return.c: New file.
16182         * math/Makefile: Add new test test-fenv-return.
16184 2014-06-10  Joseph Myers  <joseph@codesourcery.com>
16186         [BZ #17042]
16187         * sysdeps/i386/fpu/e_log2.S (__ieee754_log2): Take absolete value
16188         when x - 1 is zero.
16189         * sysdeps/i386/fpu/e_log2f.S (__ieee754_log2f): Likewise.
16190         * sysdeps/i386/fpu/e_log2l.S (__ieee754_log2l): Likewise.
16191         * sysdeps/ieee754/ldbl-128/e_log2l.c (__ieee754_log2l): Return
16192         0.0L for an argument of 1.0L.
16193         * sysdeps/ieee754/ldbl-128ibm/e_log2l.c (__ieee754_log2l):
16194         Likewise.
16195         * sysdeps/x86_64/fpu/e_log2l.S (__ieee754_log2l): Take absolute
16196         value when x - 1 is zero.
16197         * math/libm-test.inc (log2_test): Use ALL_RM_TEST.
16198         * sysdeps/i386/fpu/libm-test-ulps: Update.
16199         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
16201 2014-06-09  Bernard Ogden  <bernie.ogden@linaro.org>
16203         [BZ #15119]
16204         * ports/sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.c: Remove file.
16206 2014-06-09  Roland McGrath  <roland@hack.frob.com>
16208         * nptl/sysdeps/sh/tls.h (TLS_DEFINE_INIT_TP): New macro.
16209         * nptl/sysdeps/unix/sysv/linux/sh/createthread.c: File removed.
16211 2014-06-09  Roland McGrath  <roland@hack.frob.com>
16213         * sysdeps/m68k/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
16214         * sysdeps/unix/sysv/linux/m68k/nptl/createthread.c: File removed.
16216         * sysdeps/hppa/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
16217         * sysdeps/unix/sysv/linux/hppa/nptl/createthread.c: File removed.
16219         * sysdeps/mips/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
16220         * sysdeps/unix/sysv/linux/mips/nptl/createthread.c: File removed.
16222         * sysdeps/arm/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
16223         * sysdeps/unix/sysv/linux/arm/createthread.c: File removed.
16225         * nptl/sysdeps/pthread/createthread.c (TLS_DEFINE_INIT_TP): New macro,
16226         if not already defined.
16227         (do_clone): Use that in place of PREPARE_CREATE and TLS_VALUE.
16228         * nptl/sysdeps/x86_64/tls.h (TLS_DEFINE_INIT_TP): New macro.
16229         * nptl/sysdeps/i386/tls.h (tls_fill_user_desc): New function.
16230         (TLS_INIT_TP): Use it.
16231         (TLS_DEFINE_INIT_TP): New macro.
16232         * sysdeps/unix/sysv/linux/i386/createthread.c: File removed.
16234 2014-06-09  Joseph Myers  <joseph@codesourcery.com>
16236         * conform/data/termios.h-data [POSIX] (IUCLC): Do not expect
16237         constant.
16238         [POSIX] (IXANY): Likewise.
16239         [POSIX] (OLCUC): Likewise.
16240         [POSIX || POSIX2008] (CBAUD): Do not allow.
16241         [POSIX || POSIX2008] (DEFECHO): Likewise.
16242         [POSIX || POSIX2008] (ECHOCTL): Likewise.
16243         [POSIX || POSIX2008] (ECHOKE): Likewise.
16244         [POSIX || POSIX2008] (ECHOPRT): Likewise.
16245         [POSIX || POSIX2008] (EXTA): Likewise.
16246         [POSIX || POSIX2008] (EXTB): Likewise.
16247         [POSIX || POSIX2008] (FLUSHO): Likewise.
16248         [POSIX || POSIX2008] (LOBLK): Likewise.
16249         [POSIX || POSIX2008] (PENDIN): Likewise.
16250         [POSIX || POSIX2008] (SWTCH): Likewise.
16251         [POSIX || POSIX2008] (VDISCARD): Likewise.
16252         [POSIX || POSIX2008] (VDSUSP): Likewise.
16253         [POSIX || POSIX2008] (VLNEXT): Likewise.
16254         [POSIX || POSIX2008] (VREPRINT): Likewise.
16255         [POSIX || POSIX2008] (VSTATUS): Likewise.
16256         [POSIX || POSIX2008] (VWERASE): Likewise.
16257         (B*): Change to B[0123456789]*.
16258         * conform/data/time.h-data [POSIX || UNIX98]
16259         (CLOCK_PROCESS_CPUTIME_ID): Do not expect constant.
16260         [POSIX || UNIX98] (CLOCK_THREAD_CPUTIME_ID): Likewise.
16261         [POSIX || UNIX98] (CLOCK_MONOTONIC): Likewise.
16262         [POSIX] (tm_*): Do not allow.
16264 2014-06-07  Joseph Myers  <joseph@codesourcery.com>
16266         * Makefile (install): Don't set LANGUAGE.
16267         * Makefile.in (install): Likewise.
16268         * assert/Makefile (test-assert-ENV): Remove variable.
16269         (test-assert-perr-ENV): Likewise.
16270         * elf/Makefile (neededtest4-ENV): Likewise.
16271         * iconvdata/Makefile ($(inst_gconvdir)/gconv-modules)
16272         [$(cross-compiling) = no]: Don't set LANGUAGE.
16273         * io/ftwtest-sh (LANG): Remove variable.
16274         * libio/Makefile (tst-widetext-ENV): Likewise.
16275         * manual/install.texi (Running make install): Don't refer to
16276         environment settings for make install.
16277         * INSTALL: Regenerated.
16278         * nptl/tst-tls6.sh: Don't set LANG.
16279         * posix/globtest.sh (LANG): Remove variable.
16280         * string/Makefile (tester-ENV): Likewise.
16281         (inl-tester-ENV): Likewise.
16282         (noinl-tester-ENV): Likewise.
16283         * sysdeps/s390/s390-64/Makefile ($(inst_gconvdir)/gconv-modules)
16284         [$(cross-compiling) = no]: Don't set LANGUAGE.
16285         * timezone/Makefile (build-testdata): Use $(built-program-cmd)
16286         without explicit environment settings.
16288 2014-06-06  Roland McGrath  <roland@hack.frob.com>
16290         * nptl/sysdeps/unix/sysv/linux/sh/bits/pthreadtypes.h: Moved ...
16291         * sysdeps/sh/nptl/bits/pthreadtypes.h: ... here.
16292         * nptl/sysdeps/unix/sysv/linux/sh/bits/semaphore.h: Moved ...
16293         * sysdeps/sh/nptl/bits/semaphore.h: ... here.
16295 2014-06-06  Chris Metcalf  <cmetcalf@tilera.com>
16297         * crypt/crypt-private.h [DOS]: Add some includes taken from the
16298         other files in the crypt directory.
16299         * crypt/crypt.c: Remove duplicate includes.
16300         * crypt/crypt-entry.c: Likewise.
16301         * crypt/crypt_util.c: Likewise.
16303 2014-06-06  Joseph Myers  <joseph@codesourcery.com>
16305         * Makeconfig (run-program-env): New variable.
16306         (run-program-prefix-before-env): Likewise.
16307         (run-program-prefix-after-env): Likewise.
16308         (run-program-prefix): Define in terms of new variables.
16309         (built-program-cmd-before-env): New variable.
16310         (built-program-cmd-after-env): Likewise.
16311         (built-program-cmd): Define in terms of new variables.
16312         (test-program-prefix-before-env): New variable.
16313         (test-program-prefix-after-env): Likewise.
16314         (test-program-prefix): Define in terms of new variables.
16315         (test-program-cmd-before-env): New variable.
16316         (test-program-cmd-after-env): Likewise.
16317         (test-program-cmd): Define in terms of new variables.
16318         * Rules (make-test-out): Use $(run-program-env).
16319         * scripts/cross-test-ssh.sh (env_blacklist): Remove variable.
16320         (help): Do not mention environment variables.  Mention
16321         --timeoutfactor option.
16322         (timeoutfactor): New variable.
16323         (blacklist_exports): Remove function.
16324         (exports): Remove variable.
16325         (command): Do not include ${exports}.
16326         * manual/install.texi (Configuring and compiling): Do not mention
16327         test wrappers preserving environment variables.  Mention that last
16328         assignment to a variable must take precedence.
16329         * INSTALL: Regenerated.
16330         * benchtests/Makefile (run-bench): Use $(run-program-env).
16331         * catgets/Makefile ($(objpfx)test1.cat): Use
16332         $(built-program-cmd-before-env), $(run-program-env) and
16333         $(built-program-cmd-after-env).
16334         ($(objpfx)test2.cat): Do not specify environment variables
16335         explicitly.
16336         ($(objpfx)de/libc.cat): Use $(built-program-cmd-before-env),
16337         $(run-program-env) and $(built-program-cmd-after-env).
16338         ($(objpfx)test-gencat.out): Use $(test-program-cmd-before-env),
16339         $(run-program-env) and $(test-program-cmd-after-env).
16340         ($(objpfx)sample.SJIS.cat): Do not specify environment variables
16341         explicitly.
16342         * catgets/test-gencat.sh: Use test_program_cmd_before_env,
16343         run_program_env and test_program_cmd_after_env arguments.
16344         * elf/Makefile ($(objpfx)tst-pathopt.out): Use $(run-program-env).
16345         * elf/tst-pathopt.sh: Use run_program_env argument.
16346         * iconvdata/Makefile ($(objpfx)iconv-test.out): Use
16347         $(test-wrapper-env) and $(run-program-env).
16348         * iconvdata/run-iconv-test.sh: Use test_wrapper_env and
16349         run_program_env arguments.
16350         * iconvdata/tst-table.sh: Do not set GCONV_PATH explicitly.
16351         * intl/Makefile ($(objpfx)tst-gettext.out): Use
16352         $(test-program-prefix-before-env), $(run-program-env) and
16353         $(test-program-prefix-after-env).
16354         ($(objpfx)tst-gettext2.out): Likewise.
16355         * intl/tst-gettext.sh: Use test_program_prefix_before_env,
16356         run_program_env and test_program_prefix_after_env arguments.
16357         * intl/tst-gettext2.sh: Likewise.
16358         * intl/tst-gettext4.sh: Do not set environment variables
16359         explicitly.
16360         * intl/tst-gettext6.sh: Likewise.
16361         * intl/tst-translit.sh: Likewise.
16362         * malloc/Makefile ($(objpfx)tst-mtrace.out): Use
16363         $(test-program-prefix-before-env), $(run-program-env) and
16364         $(test-program-prefix-after-env).
16365         * malloc/tst-mtrace.sh: Use test_program_prefix_before_env,
16366         run_program_env and test_program_prefix_after_env arguments.
16367         * math/Makefile (run-regen-ulps): Use $(run-program-env).
16368         * nptl/Makefile ($(objpfx)tst-tls6.out): Use $(run-program-env).
16369         * nptl/tst-tls6.sh: Use run_program_env argument.  Set LANG=C
16370         explicitly with each use of ${test_wrapper_env}.
16371         * posix/Makefile ($(objpfx)wordexp-tst.out): Use
16372         $(test-program-prefix-before-env), $(run-program-env) and
16373         $(test-program-prefix-after-env).
16374         * posix/tst-getconf.sh: Do not set environment variables
16375         explicitly.
16376         * posix/wordexp-tst.sh: Use test_program_prefix_before_env,
16377         run_program_env and test_program_prefix_after_env arguments.
16378         * stdio-common/tst-printf.sh: Do not set environment variables
16379         explicitly.
16380         * stdlib/Makefile ($(objpfx)tst-fmtmsg.out): Use
16381         $(test-program-prefix-before-env), $(run-program-env) and
16382         $(test-program-prefix-after-env).
16383         * stdlib/tst-fmtmsg.sh: Use test_program_prefix_before_env,
16384         run_program_env and test_program_prefix_after_env arguments.
16385         Split $test calls into $test_pre and $test.
16386         * timezone/Makefile (build-testdata): Use
16387         $(built-program-cmd-before-env), $(run-program-env) and
16388         $(built-program-cmd-after-env).
16390 2014-06-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
16392         * sysdeps/powerpc/powerpc64/power7/strncat.S [STRLEN]: Define it as
16393         strlen for non SHARED builds.
16395 2014-06-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
16397         * nptl/allocatestack.c (check_list): Inlined function...
16398         (__reclaim_stacks): ... here.
16400 2014-06-05  Ondřej Bílka  <neleai@seznam.cz>
16402         [BZ #15698]
16403         * sysdeps/unix/sysv/linux/ifaddrs.c (getifaddrs_internal): Fix
16404         memory overrun.
16406 2014-06-05  Joseph Myers  <joseph@codesourcery.com>
16408         * Rules (make-test-out): Include
16409         LOCPATH=$(common-objpfx)localedata in default environment.
16410         * debug/Makefile (tst-chk1-ENV): Remove variable.
16411         (tst-chk2-ENV): Likewise.
16412         (tst-chk3-ENV): Likewise.
16413         (tst-chk4-ENV): Likewise.
16414         (tst-chk5-ENV): Likewise.
16415         (tst-chk6-ENV): Likewise.
16416         (tst-lfschk1-ENV): Likewise.
16417         (tst-lfschk2-ENV): Likewise.
16418         (tst-lfschk3-ENV): Likewise.
16419         (tst-lfschk4-ENV): Likewise.
16420         (tst-lfschk5-ENV): Likewise.
16421         (tst-lfschk6-ENV): Likewise.
16422         * iconvdata/Makefile (bug-iconv6-ENV): Likewise.
16423         (tst-iconv7-ENV): Likewise.
16424         * intl/Makefile (LOCPATH-ENV): Likewise.
16425         (tst-codeset-ENV): Likewise.
16426         (tst-gettext3-ENV): Likewise.
16427         (tst-gettext5-ENV): Likewise.
16428         * libio/Makefile (tst-widetext-ENV): Don't set LOCPATH.
16429         (tst-fopenloc-ENV): Likewise.
16430         (tst-fgetws-ENV): Remove variable.
16431         (tst-ungetwc1-ENV): Likewise.
16432         (tst-ungetwc2-ENV): Likewise.
16433         (bug-ungetwc2-ENV): Likewise.
16434         (tst-swscanf-ENV): Likewise.
16435         (bug-ftell-ENV): Likewise.
16436         (tst-fgetwc-ENV): Likewise.
16437         (tst-fseek-ENV): Likewise.
16438         (tst-ftell-partial-wide-ENV): Likewise.
16439         (tst-ftell-active-handler-ENV): Likewise.
16440         (tst-ftell-append-ENV): Likewise.
16441         * posix/Makefile (tst-fnmatch-ENV): Likewise.
16442         (tst-regexloc-ENV): Likewise.
16443         (bug-regex1-ENV): Likewise.
16444         (tst-regex-ENV): Likewise.
16445         (tst-regex2-ENV): Likewise.
16446         (bug-regex5-ENV): Likewise.
16447         (bug-regex6-ENV): Likewise.
16448         (bug-regex17-ENV): Likewise.
16449         (bug-regex18-ENV): Likewise.
16450         (bug-regex19-ENV): Likewise.
16451         (bug-regex20-ENV): Likewise.
16452         (bug-regex22-ENV): Likewise.
16453         (bug-regex23-ENV): Likewise.
16454         (bug-regex25-ENV): Likewise.
16455         (bug-regex26-ENV): Likewise.
16456         (bug-regex30-ENV): Likewise.
16457         (bug-regex32-ENV): Likewise.
16458         (bug-regex33-ENV): Likewise.
16459         (bug-regex34-ENV): Likewise.
16460         (bug-regex35-ENV): Likewise.
16461         (tst-rxspencer-ENV): Likewise.
16462         (tst-rxspencer-no-utf8-ENV): Likewise.
16463         * stdio-common/Makefile (tst-sprintf-ENV): Likewise.
16464         (tst-sscanf-ENV): Likewise.
16465         (tst-swprintf-ENV): Likewise.
16466         (tst-swscanf-ENV): Likewise.
16467         (test-vfprintf-ENV): Likewise.
16468         (scanf13-ENV): Likewise.
16469         (bug14-ENV): Likewise.
16470         (tst-grouping-ENV): Likewise.
16471         * stdlib/Makefile (tst-strtod-ENV): Likewise.
16472         (tst-strtod3-ENV): Likewise.
16473         (tst-strtod4-ENV): Likewise.
16474         (tst-strtod5-ENV): Likewise.
16475         (testmb2-ENV): Likewise./
16476         * string/Makefile (tst-strxfrm-ENV): Likewise.
16477         (tst-strxfrm2-ENV): Likewise.
16478         (bug-strcoll1-ENV): Likewise.
16479         (test-strcasecmp-ENV): Likewise.
16480         (test-strncasecmp-ENV): Likewise.
16481         * time/Makefile (tst-strptime-ENV): Likewise.
16482         (tst-ftime_l-ENV): Likewise.
16483         * wcsmbs/Makefile (tst-btowc-ENV): Likewise.
16484         (tst-mbrtowc-ENV): Likewise.
16485         (tst-wcrtomb-ENV): Likewise.
16486         (tst-mbrtowc2-ENV): Likewise.
16487         (tst-c16c32-1-ENV): Likewise.
16488         (tst-mbsnrtowcs-ENV): Likewise.
16490 2014-06-05  Ondřej Bílka  <neleai@seznam.cz>
16492         * manual/resource.texi (How to get information about the memory
16493         subsystem?): Fix typo.
16494         Reported by Peon de la Parra Ivan <peon@keba.com>
16496 2014-06-03  Guo Yixuan  <culu.gyx@gmail.com>
16498         [BZ #16882]
16499         * nptl/sysdeps/sparc/sparc32/pthread_spin_lock.S
16500         (pthread_spin_lock): Branch out of spin loop to proper location.
16501         * nptl/sysdeps/sparc/sparc64/pthread_spin_lock.S
16502         (pthread_spin_lock): Likewise.
16504         * nptl/tst-spin4.c: New test.
16505         * nptl/Makefile (tests): Add tst-spin4.
16507 2014-06-03  Andreas Schwab  <schwab@suse.de>
16509         [BZ #15946]
16510         * resolv/res_send.c (send_dg): Reload file descriptor after
16511         calling reopen.
16513 2014-06-03  Stefan Liebler  <stli@linux.vnet.ibm.com>
16515         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
16517 2014-06-03  Richard Henderson  <rth@redhat.com>
16519         * sysdeps/unix/sysv/linux/aarch64/pt-vfork.c: New file.
16520         * sysdeps/unix/sysv/linux/aarch64/nptl/pt-vfork.S: Remove file.
16521         * sysdeps/unix/sysv/linux/aarch64/vfork.S (__vfork): Incorporate
16522         SAVE_PID and RESTORE_PID blocks from pt-vfork.S.  Map 0 to INT_MIN
16523         in the SAVE_PID block.
16524         (__libc_vfork): New alias.
16525         * sysdeps/unix/sysv/linux/aarch64/nptl/vfork.S: Remove file.
16527         * sysdeps/unix/sysv/linux/aarch64/clone.S (__clone): Save args for
16528         child in registers, not on the stack.  Remove RESET_PID conditionals.
16529         * sysdeps/unix/sysv/linux/aarch64/nptl/clone.S: Remove file.
16531 2014-06-03  Marcus Shawcroft  <marcus.shawcroft@arm.com>
16533         * sysdeps/aarch64/libm-test-ulps: Regenerate.
16535 2014-06-03  Wilco  <wdijkstr@arm.com>
16537         * sysdeps/aarch64/fpu/math_private.h (libc_fesetround_aarch64)
16538         (libc_feholdexcept_setround_aarch64) (libc_feholdsetround_aarch64)
16539         (libc_feresetround_aarch64) (libc_feholdsetround_aarch64_ctx):
16540         Use _FPU_FPCR_RM_MASK for rounding mask rather than FE_TOWARDZERO.
16541         * sysdeps/aarch64/fpu/get-rounding-mode.h (get_rounding_mode):
16542         Likewise.
16544 2014-06-03  Wilco  <wdijkstr@arm.com>
16546         * sysdeps/aarch64/fpu/math_private.h
16547         (libc_feholdexcept_aarch64) (libc_feholdexcept_setround_aarch64)
16548         (libc_fetestexcept_aarch64) (libc_fesetenv_aarch64)
16549         (libc_feupdateenv_test_aarch64) (libc_feholdsetround_aarch64)
16550         (libc_feresetround_aarch64) (libc_feholdsetround_aarch64_ctx):
16551         Fix declarations.
16553 2014-06-03  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
16555         * crypt/crypt-private.h: Include ufc-crypt.h.
16556         (__b64_from_24bit): Declare extern.
16557         * crypt/crypt_util.c(__b64_from_24bit): New function.
16558         (b64t): New static const variable.
16559         * crypt/md5-crypt.c (b64_from_24bit): Remove function.
16560         (b64t): Remove variable.
16561         (__md5_crypt_r): Replace b64_from_24bit with __b64_from_24bit.
16562         * crypt/sha256-crypt.c: Include crypt-private.h.
16563         (b64t): Remove variable.
16564         (__sha256_crypt_r): Remove b64_from_24bit and replace
16565         with __b64_from_24bit.
16566         * crypt/sha512-crypt.c: Likewise.
16568 2014-06-02  Roland McGrath  <roland@hack.frob.com>
16570         * nptl/sysdeps/unix/sysv/linux/sh/vfork.S: Moved ...
16571         * sysdeps/unix/sysv/linux/sh/vfork.S: ... here.
16572         Label the code __libc_vfork rather than __vfork.
16573         [!NOT_IN_libc] (vfork): Define as weak alias.
16574         [!NOT_IN_libc] (__vfork): Define as strong alias, and libc_hidden_def.
16575         * sysdeps/unix/sysv/linux/sh/pt-vfork.S: New file.
16576         * nptl/sysdeps/unix/sysv/linux/sh/pt-vfork.S: File removed.
16578 2014-06-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
16580         * malloc/malloc.c (malloc_info): Fix format specifier for
16581         n_mmaps.
16583 2014-06-02  Wilco  <wdijkstr@arm.com>
16585         * sysdeps/aarch64/fpu/fpu_control.h (_FPU_SETCW): Remove ISB after
16586         FPCR write.
16588 2014-06-02  Wilco  <wdijkstr@arm.com>
16590         [BZ #17009]
16591         * sysdeps/aarch64/fpu/feupdateenv (feupdateenv):
16592         Rewrite to reduce FPCR/FPSR accesses.
16594 2014-06-01  David S. Miller  <davem@davemloft.net>
16596         * sysdeps/sparc/fpu/libm-test-ulps: Update.
16598 2014-05-31  David S. Miller  <davem@davemloft.net>
16600         * sysdeps/ieee754/flt-32/e_j1f.c (__ieee754_y1f): Force computations
16601         to occur in round to nearest mode when |x| >= 2.0
16603 2014-05-30  Richard Henderson  <rth@twiddle.net>
16605         * sysdeps/unix/sysv/linux/aarch64/sysdep.h (PSEUDO_RET): Remove.
16606         (PSEUDO_RET_NOERRNO): Remove.
16607         (ret): Don't redefine.
16608         (ret_NOERRNO): Define in terms of ret.
16609         (ret_ERRVAL): Likewise.
16611         * sysdeps/unix/sysv/linux/aarch64/ioctl.S (__ioctl): Remove the
16612         use of PSEUDO_RET; perform the error check directly.
16614 2014-05-30 Marko Myllynen  <myllynen@redhat.com>
16616         * sysdeps/x86_64/link-defines.sym (BND_SIZE): Replace __int128
16617         with __int128_t.
16619 2014-05-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
16621         * malloc/malloc (malloc_info): Fix formatting.
16623 2014-05-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
16624             Roland McGrath  <roland@hack.frob.com>
16626         * malloc/malloc (malloc_info): Also print mmapped statistics.
16628 2014-05-30  Roland McGrath  <roland@hack.frob.com>
16630         * sysdeps/unix/sysv/linux/m68k/arch-fork.h: New file.
16631         * sysdeps/unix/sysv/linux/m68k/nptl/fork.c: File removed.
16633 2014-05-30  Ondřej Bílka  <neleai@seznam.cz>
16635         * malloc/malloc.c (malloc_info): Inline mi_arena.
16637 2014-05-29  Richard Henderson  <rth@twiddle.net>
16639         * sysdeps/unix/sysv/linux/aarch64/sysdep.h (INTERNAL_VSYSCALL_NCS):
16640         Remove comma before expanding ASM_ARGS_##nr.
16641         (INTERNAL_SYSCALL_RAW): Make _sys_result signed, instead of casting.
16642         Make _x0 a strict output; make _x8 a strict input; adjust expansion
16643         of ASM_ARGS_##nr.
16644         (CLOBBER_ARGS_0, CLOBBER_ARGS_1, CLOBBER_ARGS_2): Remove.
16645         (CLOBBER_ARGS_3, CLOBBER_ARGS_4, CLOBBER_ARGS_5): Remove.
16646         (CLOBBER_ARGS_6, CLOBBER_ARGS_7): Remove.
16647         (ASM_ARGS_1): Add leading comma.
16649         * sysdeps/unix/sysv/linux/aarch64/sysdep.h [NOT_IN_libc]
16650         (SYSCALL_ERROR_HANDLER): Use tpidr_el0 instead of a call
16651         to __errno_location.
16652         * sysdeps/unix/sysv/linux/aarch64/nptl/localplt.data (libpthread.so):
16653         Remove the expected plt for __errno_location.
16655         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h
16656         [NOT_IN_libc] (SINGLE_THREAD_P): Use tpidr_el0 instead of a
16657         call to __read_tp.
16659         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h (PSEUDO):
16660         Always allocate 64 bytes of stack frame.  Use ldp/stp to create
16661         it and break it down.
16662         (DOCARGS_0, DOCARGS_1): Do nothing.
16663         (DOCARGS_2): Update to store into the new stack frame.
16664         (DOCARGS_3, DOCARGS_4, DOCARGS_5, DOCARGS_6): Likewise.
16665         (UNDOCARGS_1): Update to restore from the new stack frame.
16666         (UNDOCARGS_2, UNDOCARGS_3, UNDOCARGS_4): Likewise.
16667         (UNDOCARGS_5, UNDOCARGS_6): Likewise.
16669         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h
16670         (SINGLE_THREAD_P): New parameter for result regno.
16671         (PSEUDO): Update to match; use cbz instead of beq.
16673         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h (PSEUDO):
16674         Use ENTRY to define the _nocancel entry point.  Share the syscall
16675         and syscall error check paths with the cancel path.
16676         (PSEUDO_END): New.
16678         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h: Adjust
16679         whitespace; tabs before and after asm mnemonics.
16681 2014-05-29  Eric Wong  <normalperson@yhbt.net>
16683         [BZ #15132]
16684         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
16685         Call fstat64 or stat64 internally, depending on arguments passed.
16686         Replace stat buffer argument with file descriptor argument.
16687         (INTERNAL_STATVFS): Update arguments to match __statvfs_getflags.
16688         * sysdeps/unix/sysv/linux/fstatvfs.c (fstatvfs):
16689         Pass fd to __internal_statvfs instead of calling fstat64.
16690         * sysdeps/unix/sysv/linux/fstatvfs64.c (__fstatvfs64):
16691         Pass fd to __internal_statvfs64 instead of calling fstat64.
16692         * sysdeps/unix/sysv/linux/statvfs.c (statvfs):
16693         Pass -1 to __internal_statvfs instead of calling stat64.
16694         * sysdeps/unix/sysv/linux/statvfs64.c (__statvfs64):
16695         Pass -1 to __internal_statvfs64 instead of calling stat64.
16697 2014-05-28  Roland McGrath  <roland@hack.frob.com>
16699         * sysdeps/unix/sysv/linux/sh/clone.S: Deconditionalize the code
16700         that was previously under [RESET_PID].
16701         * nptl/sysdeps/unix/sysv/linux/sh/clone.S: File removed.
16703         * sysdeps/unix/sysv/linux/tile/arch-fork.h: New file.
16704         * sysdeps/unix/sysv/linux/tile/nptl/fork.c: File removed.
16706 2014-05-27  Roland McGrath  <roland@hack.frob.com>
16708         * sysdeps/unix/sysv/linux/ia64/arch-fork.h: New file.
16710         * sysdeps/unix/sysv/linux/sh/arch-fork.h: New file.
16711         * nptl/sysdeps/unix/sysv/linux/sh/fork.c: File removed.
16713 2014-05-27  Ondřej Bílka  <neleai@seznam.cz>
16715         * elf/dl-deps.c (_dl_map_object_deps): Remove duplicate code.
16717 2014-05-27  Andreas Schwab  <schwab@suse.de>
16719         * csu/libc-tls.c (__libc_setup_tls): Remove second argument from
16720         TLS_INIT_TP macro.
16721         * elf/dl-load.c (_dl_map_object_from_fd): Likewise.
16722         * elf/rtld.c (init_tls, dl_main): Likewise.
16723         * nptl/sysdeps/i386/tls.h (TLS_INIT_TP): Likewise.
16724         * nptl/sysdeps/powerpc/tls.h (TLS_INIT_TP): Likewise.
16725         * nptl/sysdeps/s390/tls.h (TLS_INIT_TP): Likewise.
16726         * nptl/sysdeps/sh/tls.h (TLS_INIT_TP): Likewise.
16727         * nptl/sysdeps/sparc/tls.h (TLS_INIT_TP): Likewise.
16728         * nptl/sysdeps/x86_64/tls.h (TLS_INIT_TP): Likewise.
16729         * sysdeps/aarch64/nptl/tls.h (TLS_INIT_TP): Likewise.
16730         * sysdeps/alpha/nptl/tls.h (TLS_INIT_TP): Likewise.
16731         * sysdeps/arm/nptl/tls.h (TLS_INIT_TP): Likewise.
16732         * sysdeps/hppa/nptl/tls.h (TLS_INIT_TP): Likewise.
16733         * sysdeps/ia64/nptl/tls.h (TLS_INIT_TP): Likewise.
16734         * sysdeps/m68k/nptl/tls.h (TLS_INIT_TP): Likewise.
16735         * sysdeps/mach/hurd/i386/tls.h (_hurd_tls_init): Likewise.
16736         * sysdeps/microblaze/nptl/tls.h (TLS_INIT_TP): Likewise.
16737         * sysdeps/mips/nptl/tls.h (TLS_INIT_TP): Likewise.
16738         * sysdeps/tile/nptl/tls.h (TLS_INIT_TP): Likewise.
16739         * sysdeps/generic/tls.h: Update description.
16741 2014-05-27  Will Newton  <will.newton@linaro.org>
16743         [BZ #16990]
16744         * sysdeps/arm/dl-tlsdesc.S (_dl_tlsdesc_resolve_hold): Save
16745         and restore r2 rather than just restoring.
16747 2014-05-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
16749         [BZ #16724]
16750         * libio/tst-ftell-append.c: New test case.
16751         * libio/Makefile (tests): Add test case.
16752         * libio/fileops.c (do_ftell): Don't trust _IO_read_end when in
16753         append mode.
16754         * libio/wfileops.c (do_ftell_wide): Likewise.
16756 2014-05-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
16758         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
16760         * nptl/sysdeps/unix/sysv/linux/powerpc/Versions: Remove, merge into
16761         ...
16762         * sysdeps/unix/sysv/linux/powerpc/powerpc32/Versions: ... here.
16763         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions: Likewise.
16764         * nptl/sysdeps/unix/sysv/linux/powerpc/Makefile: Moved rules to ...
16765         * sysdeps/unix/sysv/linux/powerpc/Makefile: ... here.
16766         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/local_lim.h: Moved ...
16767         * sysdeps/unix/sysv/linux/powerpc/bits/local_lim.h: ... here.
16768         * nptl/sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Moved ...
16769         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: ...here.
16770         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h:
16771         Moved ...
16772         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h: ... here.
16773         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h:
16774         Moved ...
16775         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h: ... here.
16776         * nptl/sysdeps/unix/sysv/linux/powerpc/createthread.c: Moved ...
16777         * sysdeps/unix/sysv/linux/powerpc/createthread.c: ... here.
16778         * nptl/sysdeps/unix/sysv/linux/powerpc/pt-longjmp.c: Moved ...
16779         * sysdeps/unix/sysv/linux/powerpc/pt-longjmp.c: ... here.
16780         * nptl/sysdeps/unix/sysv/linux/powerpc/pthread_attr_setstack.c: Moved
16781         ...
16782         * sysdeps/unix/sysv/linux/powerpc/pthread_attr_setstack.c: ... here.
16783         * nptl/sysdeps/unix/sysv/linux/powerpc/pthread_attr_setstacksize.c:
16784         Moved ...
16785         * sysdeps/unix/sysv/linux/powerpc/pthread_attr_setstacksize.c: ...
16786         here.
16787         * nptl/sysdeps/unix/sysv/linux/powerpc/pthread_spin_unlock.c: Moved
16788         ...
16789         * sysdeps/unix/sysv/linux/powerpc/pthread_spin_unlock.c: ... here.
16790         * nptl/sysdeps/unix/sysv/linux/powerpc/sem_post.c: Moved ...
16791         * sysdeps/unix/sysv/linux/powerpc/sem_post.c: ... here.
16793         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h: Moved ...
16794         * sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h: ... here.
16795         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/semaphore.h: Moved ...
16796         * sysdeps/unix/sysv/linux/powerpc/bits/semaphore.h: ... here.
16798         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions: Remove,
16799         merge into ...
16800         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions: ... here.
16801         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_create.c: Moved
16802         ...
16803         * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_create.c: ... here.
16804         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_delete.c: Moved
16805         ...
16806         * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_delete.c: ... here.
16807         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_getoverr.c:
16808         Moved ...
16809         * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_getoverr.c: ...
16810         here.
16811         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_gettime.c:
16812         Moved ...
16813         * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_gettime.c: ... here.
16814         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_settime.c:
16815         Moved ...
16816         * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_settime.c: ... here.
16818         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: Remove
16819         conditional [RESET_PID].
16820         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S: Likewise.
16821         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: File
16822         removed.
16823         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S: File
16824         removed.
16826         * sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S: Include
16827         <tcb-offsets.h>.
16828         (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
16829         (__libc_vfork): New strong alias.
16830         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc32/pt-vfork.S: File
16831         removed.
16832         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S: File
16833         Removed.
16835         * sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S: Include
16836         <tcb-offsets.h>.
16837         (__vfork): Incorporate save/retore of PID from nptl/vfork.S here.
16838         (__libc_vfork): New strong alias.
16839         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/pt-vfork.S: File
16840         removed.
16841         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S: File
16842         removed.
16844 2014-05-26  Carlos O'Donell  <carlos@redhat.com>
16846         * malloc/malloc.c (mi_arena): New function.
16847         (malloc_info): Remove nested function mi_arena. Call non-nosted
16848         function mi_arena.
16850 2014-05-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
16852         * sysdeps/powerpc/powerpc32/power4/memset.S (memset): Replace insrdi
16853         by insrwi.
16854         * sysdeps/powerpc/powerpc32/power6/memset.S (memset): Likewise.
16855         * sysdeps/powerpc/powerpc32/power7/memset.S (memset): Likewise.
16856         * sysdeps/powerpc/powerpc32/power7/memchr.S (memchr): Likewise.
16857         * sysdeps/powerpc/powerpc32/power7/memrchr.S (memrchr): Likewise.
16858         * sysdeps/powerpc/powerpc32/power7/rawmemchr.S (rawmemchr): Likewise.
16859         * sysdeps/powerpc/powerpc32/power7/strchr.S (strchr): Likewise.
16860         * sysdeps/powerpc/powerpc32/power7/strchrnul.S (strchrnul): Likewise.
16862 2014-05-26  Andreas Schwab  <schwab@suse.de>
16864         [BZ #16984]
16865         * locale/programs/repertoire.c (repertoire_read): Add slash
16866         between I18NPATH element and file name.
16867         * locale/programs/locfile.c (locfile_read): Likewise.
16869 2014-05-26  Stefan Liebler  <stli@linux.vnet.ibm.com>
16871         * nptl/pthread_mutexattr_settype.c
16872         (__pthread_mutexattr_settype):
16873         Disable lock elision for PTHREAD_MUTEX_NORMAL.
16875 2014-05-26  Stefan Liebler  <stli@linux.vnet.ibm.com>
16877         * nptl/tst-mutex5 (do_test):
16878         Use #ifndef ENABLE_LOCK_ELISION instead of #ifdef.
16880 2014-05-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
16882         * benchtests/README: Document 'init' directive.
16883         * benchtests/bench-skeleton.c (main) [BENCH_INIT]: Call
16884         BENCH_INIT.
16885         * scripts/bench.py (gen_source): Define BENCH_INIT macro.
16886         (parse_file): Recognize 'init' directive.
16888 2014-05-26  Kyle McMartin  <kyle@redhat.com>
16890         [BZ #16796]
16891         * sysdeps/aarch64/nptl/tls.h: increase TCB alignment to the
16892         alignment of struct pthread.
16894 2014-05-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
16896         [BZ #16878]
16897         * nscd/netgroupcache.c (addgetnetgrentX): Look for
16898         NSS_STATUS_TRYAGAIN to indicate insufficient buffer space.
16899         * nscd/nss_files/files-netgrp.c (_nss_netgroup_parseline): Use
16900         NSS_STATUS_TRYAGAIN to indicate insufficient buffer space.
16902 2014-05-25  Richard Henderson  <rth@twiddle.net>
16904         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h
16905         (SINGLE_THREAD_P_PIC): Remove.
16906         * sysdeps/unix/sysv/linux/arm/sysdep-cancel.h
16907         (SINGLE_THREAD_P_PIC): Remove.
16909         * sysdeps/unix/sysv/linux/aarch64/sysdep.h (PSEUDO_RET): Move
16910         branch to syscall error ...
16911         (PSEUDO): ... here.
16912         [NOT_IN_libc] (SYSCALL_ERROR_HANDLER): Rename the label
16913         from __local_syscall_error to .Lsyscall_error.
16914         [!NOT_IN_libc] (SYSCALL_ERROR_HANDLER): Branch to __syscall_error.
16915         (SYSCALL_ERROR): Update label name.
16917         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h (PSEUDO):
16918         Do not use DOARGS/UNDOARGS.
16919         * sysdeps/unix/sysv/linux/aarch64/sysdep.h (DO_CALL): Likewise.
16920         (DOARGS_0, DOARGS_1, DOARGS_2, DOARGS_3): Remove.
16921         (DOARGS_4, DOARGS_5, DOARGS_6, DOARGS_7): Remove.
16922         (UNDOARGS_0, UNDOARGS_1, UNDOARGS_2, UNDOARGS_3): Remove.
16923         (UNDOARGS_4, UNDOARGS_5, UNDOARGS_6, UNDOARGS_7): Remove.
16925         * sysdeps/unix/sysv/linux/aarch64/sysdep.h (DO_CALL): Fix
16926         block comment.
16928         * sysdeps/unix/sysv/linux/alpha/vfork.S (vfork, __vfork): Only
16929         define if !NOT_IN_libc.
16930         * sysdeps/unix/sysv/linux/alpha/pt-vfork.S (vfork, __vfork): Only
16931         define with non-default symbol versions.
16933 2014-05-23  Richard Henderson  <rth@twiddle.net>
16935         * nptl/pt-vfork.c (vfork_resolve): Rename from vfork_ifunc.
16936         (vfork, __vfork): Define via compat_symbol.
16938         * nptl/pt-vfork.c: Error if !HAVE_IFUNC.
16939         [!HAVE_IFUNC] (vfork_compat): Remove.
16940         [!HAVE_IFUNC] (DEFINE_VFORK): Remove.
16942 2014-05-23  Joseph Myers  <joseph@codesourcery.com>
16944         [BZ #16978]
16945         * posix/tar.h [!__USE_XOPEN2K] (TSVTX): Define macro.
16946         * conform/Makefile (test-xfail-POSIX/tar.h/conform): Remove
16947         variable.
16949 2014-05-23  Richard Henderson  <rth@twiddle.net>
16951         * sysdeps/unix/sysv/linux/alpha/nptl/Makefile: Merge into...
16952         * sysdeps/unix/sysv/linux/alpha/Makefile: ... here.
16953         * sysdeps/unix/sysv/linux/alpha/nptl/Versions: Merge into...
16954         * sysdeps/unix/sysv/linux/alpha/Versions: ... here.
16956         * sysdeps/unix/sysv/linux/alpha/nptl/aio_cancel.c: Moved ...
16957         * sysdeps/unix/sysv/linux/alpha/aio_cancel.c: ... here.
16958         * sysdeps/unix/sysv/linux/alpha/nptl/bits/local_lim.h: Moved ...
16959         * sysdeps/unix/sysv/linux/alpha/bits/local_lim.h: ... here.
16960         * sysdeps/unix/sysv/linux/alpha/nptl/bits/pthreadtypes.h: Moved ...
16961         * sysdeps/unix/sysv/linux/alpha/bits/pthreadtypes.h: ... here.
16962         * sysdeps/unix/sysv/linux/alpha/nptl/bits/semaphore.h: Moved ...
16963         * sysdeps/unix/sysv/linux/alpha/bits/semaphore.h: ... here.
16964         * sysdeps/unix/sysv/linux/alpha/nptl/c++-types.data: Moved ...
16965         * sysdeps/unix/sysv/linux/alpha/c++-types.data: ... here.
16966         * sysdeps/unix/sysv/linux/alpha/nptl/createthread.c: Moved ...
16967         * sysdeps/unix/sysv/linux/alpha/createthread.c: ... here.
16968         * sysdeps/unix/sysv/linux/alpha/nptl/ld.abilist: Moved ...
16969         * sysdeps/unix/sysv/linux/alpha/ld.abilist: ... here.
16970         * sysdeps/unix/sysv/linux/alpha/nptl/libBrokenLocale.abilist: Moved ...
16971         * sysdeps/unix/sysv/linux/alpha/libBrokenLocale.abilist: ... here.
16972         * sysdeps/unix/sysv/linux/alpha/nptl/libanl.abilist: Moved ...
16973         * sysdeps/unix/sysv/linux/alpha/libanl.abilist: ... here.
16974         * sysdeps/unix/sysv/linux/alpha/nptl/libc.abilist: Moved ...
16975         * sysdeps/unix/sysv/linux/alpha/libc.abilist: ... here.
16976         * sysdeps/unix/sysv/linux/alpha/nptl/libcrypt.abilist: Moved ...
16977         * sysdeps/unix/sysv/linux/alpha/libcrypt.abilist: ... here.
16978         * sysdeps/unix/sysv/linux/alpha/nptl/libdl.abilist: Moved ...
16979         * sysdeps/unix/sysv/linux/alpha/libdl.abilist: ... here.
16980         * sysdeps/unix/sysv/linux/alpha/nptl/libm.abilist: Moved ...
16981         * sysdeps/unix/sysv/linux/alpha/libm.abilist: ... here.
16982         * sysdeps/unix/sysv/linux/alpha/nptl/libnsl.abilist: Moved ...
16983         * sysdeps/unix/sysv/linux/alpha/libnsl.abilist: ... here.
16984         * sysdeps/unix/sysv/linux/alpha/nptl/libpthread.abilist: Moved ...
16985         * sysdeps/unix/sysv/linux/alpha/libpthread.abilist: ... here.
16986         * sysdeps/unix/sysv/linux/alpha/nptl/libresolv.abilist: Moved ...
16987         * sysdeps/unix/sysv/linux/alpha/libresolv.abilist: ... here.
16988         * sysdeps/unix/sysv/linux/alpha/nptl/librt.abilist: Moved ...
16989         * sysdeps/unix/sysv/linux/alpha/librt.abilist: ... here.
16990         * sysdeps/unix/sysv/linux/alpha/nptl/libthread_db.abilist: Moved ...
16991         * sysdeps/unix/sysv/linux/alpha/libthread_db.abilist: ... here.
16992         * sysdeps/unix/sysv/linux/alpha/nptl/libutil.abilist: Moved ...
16993         * sysdeps/unix/sysv/linux/alpha/libutil.abilist: ... here.
16994         * sysdeps/unix/sysv/linux/alpha/nptl/localplt.data: Moved ...
16995         * sysdeps/unix/sysv/linux/alpha/localplt.data: ... here.
16996         * sysdeps/unix/sysv/linux/alpha/nptl/lowlevellock.h: Moved ...
16997         * sysdeps/unix/sysv/linux/alpha/lowlevellock.h: ... here.
16998         * sysdeps/unix/sysv/linux/alpha/nptl/sem_post.c: Moved ...
16999         * sysdeps/unix/sysv/linux/alpha/sem_post.c: ... here.
17000         * sysdeps/unix/sysv/linux/alpha/nptl/sysdep-cancel.h: Moved ...
17001         * sysdeps/unix/sysv/linux/alpha/sysdep-cancel.h: ... here.
17002         * sysdeps/unix/sysv/linux/alpha/nptl/timer_create.c: Moved ...
17003         * sysdeps/unix/sysv/linux/alpha/timer_create.c: ... here.
17004         * sysdeps/unix/sysv/linux/alpha/nptl/timer_delete.c: Moved ...
17005         * sysdeps/unix/sysv/linux/alpha/timer_delete.c: ... here.
17006         * sysdeps/unix/sysv/linux/alpha/nptl/timer_getoverr.c: Moved ...
17007         * sysdeps/unix/sysv/linux/alpha/timer_getoverr.c: ... here.
17008         * sysdeps/unix/sysv/linux/alpha/nptl/timer_gettime.c: Moved ...
17009         * sysdeps/unix/sysv/linux/alpha/timer_gettime.c: ... here.
17010         * sysdeps/unix/sysv/linux/alpha/nptl/timer_settime.c: Moved ...
17011         * sysdeps/unix/sysv/linux/alpha/timer_settime.c: ... here.
17013         * sysdeps/unix/sysv/linux/alpha/syscalls.list: Remove vfork.
17014         * sysdeps/unix/sysv/linux/alpha/nptl/vfork.S: Move file ...
17015         * sysdeps/unix/sysv/linux/alpha/vfork.S: ... here.  Restore PID
17016         before exiting on error.
17017         (__libc_vfork): New strong alias.
17018         * sysdeps/unix/sysv/linux/alpha/nptl/pt-vfork.S: Remove file.
17019         * sysdeps/unix/sysv/linux/alpha/pt-vfork.S: New file.
17021         * sysdeps/unix/sysv/linux/alpha/clone.S: Deconditionalize the code
17022         that was previously under [RESET_PID].
17023         * sysdeps/unix/sysv/linux/alpha/nptl/clone.S: File removed.
17025         * sysdeps/unix/sysv/linux/alpha/nptl/fork.c: Remove file.
17027 2014-05-23  Joseph Myers  <joseph@codesourcery.com>
17029         [BZ #16977]
17030         * sysdeps/i386/fpu/e_log10.S (__ieee754_log10): Take absolute
17031         value when x - 1 is zero.
17032         * sysdeps/i386/fpu/e_log10f.S (__ieee754_log10f): Likewise.
17033         * sysdeps/i386/fpu/e_log10l.S (__ieee754_log10l): Likewise.
17034         * sysdeps/ieee754/ldbl-128/e_log10l.c (__ieee754_log10l): Return
17035         0.0L for an argument of 1.0L.
17036         * sysdeps/ieee754/ldbl-128ibm/e_log10l.c (__ieee754_log10l):
17037         Likewise.
17038         * sysdeps/x86_64/fpu/e_log10l.S (__ieee754_log10l): Take absolute
17039         value when x - 1 is zero.
17040         * math/libm-test.inc (log10_test): Use ALL_RM_TEST.
17041         * sysdeps/i386/fpu/libm-test-ulps: Update.
17042         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
17044 2014-05-23  Rasmus Villemoes  <rv@rasmusvillemoes.dk>
17046         * manual/filesys.texi (Scanning Directory Content): Fix prototype of
17047         alphasort and versionsort.
17049 2014-05-22  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
17051         * sysdeps/powerpc/fpu/math_private.h [copysign]: Remove unneeded
17052         macro.
17053         [copysignf]: Likewise.
17055 2014-05-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
17057         * crypt/md5-crypt.c: Fix formatting.
17059 2014-05-22  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
17061         * crypt/md5-crypt.c (__md5_crypt_r): Remove a nested function.
17062         (b64_from_24bit): New function.
17064 2014-05-22  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
17066         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr.c (memchr): Remove
17067         libc_hidden_builtin_def to ifunc.
17068         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr-ppc32.c
17069         [libc_hidden_builtin_def]: Define hidden definition to __memchr_ppc32.
17071 2014-05-21  Roland McGrath  <roland@hack.frob.com>
17073         * sysdeps/unix/sysv/linux/aarch64/arch-fork.h: New file.
17074         * sysdeps/unix/sysv/linux/aarch64/nptl/fork.c: File removed.
17076 2014-05-21  Joseph Myers  <joseph@codesourcery.com>
17078         * nscd/Depend (linuxthreads): Remove.
17079         (nptl): Add.
17080         * resolv/Depend (linuxthreads): Remove.
17081         * rt/Depend (linuxthreads): Remove.
17083         * Makeconfig [$(build-hardcoded-path-in-tests) = yes]
17084         (rtld-tests-LDFLAGS): Use $(elf-objpfx) instead of
17085         $(common-objpfx)elf/.
17086         (link-libc-before-gnulib): Likewise.
17087         (elfobjdir): Remove variable.
17088         * Makefile (install): Use $(elf-objpfx) instead of
17089         $(common-objpfx)elf/.
17090         * Makerules (link-libc-args): Use $(elf-objpfx) instead of
17091         $(elfobjdir)/.
17092         (link-libc-deps): Likewise.
17093         ($(common-objpfx)libc.so): Likewise.
17094         ($(common-objpfx)linkobj/libc.so): Likewise.
17095         [$(cross-compiling) = no] (symbolic-link-prog): Use $(elf-objpfx)
17096         instead of $(common-objpfx)elf/.
17097         (symbolic-link-list): Likewise.
17098         * iconvdata/Makefile ($(inst_gconvdir)/gconv-modules)
17099         [$(cross-compiling) = no]: Likewise.
17100         * sysdeps/arm/Makefile (gnulib-arch): Use $(elf-objpfx) instead of
17101         $(elfobjdir)/.
17102         (static-gnulib-arch): Likewise.
17103         * sysdeps/s390/s390-64/Makefile ($(inst_gconvdir)/gconv-modules)
17104         [$(cross-compiling) = no]: Use $(elf-objpfx) instead of
17105         $(common-objpfx)elf/.
17107 2014-05-21  Richard Henderson  <rth@redhat.com>
17109         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h
17110         (SINGLE_THREAD_P): Use the correct width load.  Fold
17111         into the ldr offset.
17113         * sysdeps/unix/sysv/linux/aarch64/sysdep.h [RTLD_PRIVATE_ERRNO]
17114         (SYSCALL_ERROR_HANDLER): Fold add insn into str offset.
17116 2014-05-20  Joseph Myers  <joseph@codesourcery.com>
17118         * sysdeps/unix/sysv/linux/arm/unwind-forcedunwind.c
17119         (libgcc_s_resume): Use __attribute_used__.
17120         * sysdeps/unix/sysv/linux/arm/unwind-resume.c (libgcc_s_resume):
17121         Likewise.
17123 2014-05-20  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
17125         * sysdeps/powerpc/fpu/math_private.h [__copysignf]: Fix copysign macro
17126         optimization when used with float constants.
17128         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
17130 2014-05-20  Aurelien Jarno  <aurelien@aurel32.net>
17132         [BZ #16915]
17133         * locale/nl_langinfo_l.c: Make direct reference to every
17134         _nl_current_CATEGORY symbol.
17135         * localedata/Makefile (test-srcs): Add tst-langinfo-static.
17136         (tests-static): Add tst-langinfo-static.
17137         (tests-special): Add tst-langinfo-static.out.
17138         ($(objpfx)tst-langinfo.out): Redirect output.
17139         ($(objpfx)tst-langinfo-static.out): New.
17140         * localedata/tst-langinfo.sh: Send output to stdout.
17141         * localedata/tst-langinfo-static.c: New file.
17143         [BZ #16965]
17144         * stdlib/strtod_l.c (round_and_return): Add code to shift limbs
17145         when the shift amount is modulo the limb size.
17147 2014-05-20  Richard Henderson  <rth@redhat.com>
17149         [BZ #16967]
17150         * sysdeps/unix/sysv/linux/alpha/bits/sigaction.h (struct sigaction):
17151         Change type of sa_flags from unsigned int to int.
17153         [BZ #16966]
17154         * sysdeps/unix/sysv/linux/alpha/bits/siginfo.h: Remove file.
17156         * sysdeps/alpha/dl-machine.h (ELF_MACHINE_NO_RELA): Define.
17158 2014-05-20  Will Newton  <will.newton@linaro.org>
17160         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h (PSEUDO):
17161         Test the return value of the system call in the nocancel case.
17163 2014-05-20  Will Newton  <will.newton@linaro.org>
17164             Yvan Roux  <yvan.roux@linaro.org>
17166         * sysdeps/unix/sysv/linux/aarch64/sys/user.h: Remove unused
17167         #include of asm/ptrace.h.
17168         (PTRACE_GET_THREAD_AREA): Remove #undef.
17169         (PTRACE_GETHBPREGS): Likewise.
17170         (PTRACE_SETHBPREGS): Likewise.
17171         (struct user_regs_struct): New structure.
17172         (struct user_fpsimd_struct): New structure.
17173         * sysdeps/unix/sysv/linux/aarch64/sys/procfs.h: Remove unused
17174         #include of asm/ptrace.h and second #include of sys/user.h.
17175         (PTRACE_GET_THREAD_AREA): Remove #undef.
17176         (PTRACE_GETHBPREGS): Likewise.
17177         (PTRACE_SETHBPREGS): Likewise.
17178         (ELF_NGREG): Use new struct user_regs_struct.
17179         (elf_fpregset_t): Use new struct user_fpsimd_struct.
17181 2014-05-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
17183         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypof.c: Moved ...
17184         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypotf.c: ... here.
17186 2014-05-17  Jose E. Marchesi  <jose.marchesi@oracle.com>
17188         [BZ #16958]
17189         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara2.S: Add missing
17190         membar to avoid block loads/stores to overlap previous stores.
17192 2014-05-17  Richard Henderson  <rth@redhat.com>
17194         * sysdeps/unix/sysv/linux/alpha/nptl/sysdep-cancel.h (PSEUDO):
17195         Create the __##syscall_name##_nocancel entry point.
17196         * sysdeps/unix/sysv/linux/alpha/sigsuspend.S (__sigsuspend_nocancel):
17197         Remove; let the sysdep-cancel.h code create it.
17199 2014-05-17  David S. Miller  <davem@davemloft.net>
17201         * sysdeps/unix/sysv/linux/sparc/bits/termios.h (PAGEOUT, WRAP):
17202         Protect with __USE_GNU.
17203         (TIOCSET_TEMPT): Likewise.
17204         (TIOCM_LE, TIOCM_DTR, TIOCM_RTS, TIOCM_ST, TIOCM_SR, TIOCM_CTS,
17205         TIOCM_CAR, TIOCM_RNG, TIOCM_DSR, TIOCM_CD, TIOCM_RI): Remove as
17206         these are already provided in bits/ioctl-types.h
17208 2014-05-16  Roland McGrath  <roland@hack.frob.com>
17210         * sysdeps/unix/sysv/linux/alpha/arch-fork.h: New file.
17211         * sysdeps/unix/sysv/linux/ia64/nptl/fork.c: File removed.
17213         * sysdeps/unix/sysv/linux/not-cancel.h (waitpid_not_cancel):
17214         Use wait4 regardless of [__NR_waitpid].
17216 2014-05-16  Maciej W. Rozycki  <macro@codesourcery.com>
17218         PR libgcc/60166
17219         * sysdeps/arm/soft-fp/sfp-machine.h (_FP_NANFRAC_S, _FP_NANFRAC_D)
17220         (_FP_NANSIGN_Q): Set the quiet bit.
17222 2014-05-16  Joseph Myers  <joseph@codesourcery.com>
17224         * benchtests/Makefile
17225         ($(addprefix $(objpfx)bench-,$(bench-math))): Depend on $(libm),
17226         not $(common-objpfx)math/libm.so.
17227         ($(addprefix $(objpfx)bench-,$(bench-pthread))): Depend on
17228         $(shared-thread-library), not $(common-objpfx)nptl/libpthread.so.
17229         * elf/Makefile ($(objpfx)noload): Depend on $(libdl), not
17230         $(common-objpfx)dlfcn/libdl.so.
17231         ($(objpfx)tst-audit8): Depend on $(libm), not
17232         $(common-objpfx)math/libm.so.
17233         * malloc/Makefile ($(objpfx)libmemusage.so): Depend on $(libdl),
17234         not $(common-objpfx)dlfcn/libdl.so.
17235         * math/Makefile
17236         ($(addprefix $(objpfx),$(filter-out $(tests-static),$(tests)))):
17237         Depend on $(libm), not $(objpfx)libm.so.  Do not condition on
17238         [$(build-shared) = yes].
17239         ($(objpfx)test-fenv-tls): Depend on $(shared-thread-library), not
17240         $(common-objpfx)nptl/libpthread.so.
17241         * misc/Makefile ($(objpfx)tst-tsearch): Depend on $(libm), not
17242         $(common-objpfx)math/libm.so$(libm.so-version) or
17243         $(common-objpfx)math/libm.a depending on [$(build-shared) = yes].
17244         * nptl/Makefile ($(objpfx)tst-unload): Depend on $(libdl), not
17245         $(common-objpfx)dlfcn/libdl.so.
17246         * setjmp/Makefile (link-libm): Remove variable.
17247         ($(objpfx)tst-setjmp-fp): Depend on $(libm), not $(link-libm).
17248         * stdio-common/Makefile (link-libm): Remove variable.
17249         ($(objpfx)tst-printf-round): Depend on $(libm), not $(link-libm).
17250         * stdlib/Makefile (link-libm): Remove variable.
17251         ($(objpfx)bug-getcontext): Depend on $(libm), not $(link-libm).
17252         ($(objpfx)tst-strtod-round): Likewise.
17253         ($(objpfx)tst-tininess): Likewise.
17254         ($(objpfx)tst-strtod-underflow): Likewise.
17255         ($(objpfx)tst-strtod6): Likewise.
17256         ($(objpfx)tst-tls-atexit): Depend on $(shared-thread-library) and
17257         $(libdl), not $(common-objpfx)nptl/libpthread.so and
17258         $(common-objpfx)dlfcn/libdl.so.
17260 2014-05-16  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
17262         * sysdeps/unix/sysv/linux/powerpc/bits/termios.h [__USE_MISC]: Guard
17263         BSD terminal modes definitions.
17265 2014-05-16  Roland McGrath  <roland@hack.frob.com>
17267         * sysdeps/unix/sysv/linux/arm/arch-fork.h: New file.
17268         * sysdeps/unix/sysv/linux/arm/fork.c: File removed.
17270         * sysdeps/unix/sysv/linux/arch-fork.h: New file.
17271         * sysdeps/unix/sysv/linux/i386/fork.h: Moved ...
17272         * sysdeps/unix/sysv/linux/i386/arch-fork.h: ... here.
17273         Don't do #include_next.
17274         * sysdeps/unix/sysv/linux/x86_64/fork.h: Moved ...
17275         * sysdeps/unix/sysv/linux/x86_64/arch-fork.h: ... here.
17276         Don't do #include_next.
17277         * sysdeps/unix/sysv/linux/mips/arch-fork.h: New file.
17278         * sysdeps/unix/sysv/linux/mips/fork.h: File removed.
17279         * sysdeps/unix/sysv/linux/powerpc/arch-fork.h: New file.
17280         * sysdeps/unix/sysv/linux/powerpc/fork.h: File removed.
17282 2014-05-16  Allan McRae  <allan@archlinux.org>
17284         * po/sv.po: Update Swedish translation from translation project.
17286         * timezone/Makefile ($(objpfx)tzselect): Use correct variable
17287         in sed expression.
17289 2014-05-16  Aurelien Jarno  <aurelien@aurel32.net>
17291         [BZ #16917]
17292         * sysdeps/unix/sysv/linux/ptsname.c (__ptsname_internal): Return
17293         errno if the TIOCGPTN ioctl fails with an error different than
17294         EINVAL.
17295         * login/tst-ptsname.c: New file.
17296         * login/Makefile (tests): Add tst-ptsname.
17298         [BZ #16943]
17299         * sysdeps/unix/sysv/linux/sparc/bits/resource.h: Declare prlimit
17300         and prlimit64.
17302 2014-05-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
17304         [BZ #16849]
17305         * sysdeps/posix/getaddrinfo.c (gaih_inet): Only check for
17306         herrno to return EAI_AGAIN.
17308 2014-05-14  Roland McGrath  <roland@hack.frob.com>
17310         * sysdeps/unix/sysv/linux/i386/nptl/c++-types.data: Moved ...
17311         * sysdeps/unix/sysv/linux/i386/c++-types.data: ... here.
17312         * sysdeps/unix/sysv/linux/i386/nptl/ld.abilist: Moved ...
17313         * sysdeps/unix/sysv/linux/i386/ld.abilist: ... here.
17314         * sysdeps/unix/sysv/linux/i386/nptl/libBrokenLocale.abilist: Moved ...
17315         * sysdeps/unix/sysv/linux/i386/libBrokenLocale.abilist: ... here.
17316         * sysdeps/unix/sysv/linux/i386/nptl/libanl.abilist: Moved ...
17317         * sysdeps/unix/sysv/linux/i386/libanl.abilist: ... here.
17318         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: Moved ...
17319         * sysdeps/unix/sysv/linux/i386/libc.abilist: ... here.
17320         * sysdeps/unix/sysv/linux/i386/nptl/libcrypt.abilist: Moved ...
17321         * sysdeps/unix/sysv/linux/i386/libcrypt.abilist: ... here.
17322         * sysdeps/unix/sysv/linux/i386/nptl/libdl.abilist: Moved ...
17323         * sysdeps/unix/sysv/linux/i386/libdl.abilist: ... here.
17324         * sysdeps/unix/sysv/linux/i386/nptl/libm.abilist: Moved ...
17325         * sysdeps/unix/sysv/linux/i386/libm.abilist: ... here.
17326         * sysdeps/unix/sysv/linux/i386/nptl/libnsl.abilist: Moved ...
17327         * sysdeps/unix/sysv/linux/i386/libnsl.abilist: ... here.
17328         * sysdeps/unix/sysv/linux/i386/nptl/libpthread.abilist: Moved ...
17329         * sysdeps/unix/sysv/linux/i386/libpthread.abilist: ... here.
17330         * sysdeps/unix/sysv/linux/i386/nptl/libresolv.abilist: Moved ...
17331         * sysdeps/unix/sysv/linux/i386/libresolv.abilist: ... here.
17332         * sysdeps/unix/sysv/linux/i386/nptl/librt.abilist: Moved ...
17333         * sysdeps/unix/sysv/linux/i386/librt.abilist: ... here.
17334         * sysdeps/unix/sysv/linux/i386/nptl/libthread_db.abilist: Moved ...
17335         * sysdeps/unix/sysv/linux/i386/libthread_db.abilist: ... here.
17336         * sysdeps/unix/sysv/linux/i386/nptl/libutil.abilist: Moved ...
17337         * sysdeps/unix/sysv/linux/i386/libutil.abilist: ... here.
17338         * sysdeps/unix/sysv/linux/i386/nptl/localplt.data: Moved ...
17339         * sysdeps/unix/sysv/linux/i386/localplt.data: ... here.
17340         * sysdeps/unix/sysv/linux/x86_64/64/nptl/c++-types.data: Moved ...
17341         * sysdeps/unix/sysv/linux/x86_64/64/c++-types.data: ... here.
17342         * sysdeps/unix/sysv/linux/x86_64/64/nptl/ld.abilist: Moved ...
17343         * sysdeps/unix/sysv/linux/x86_64/64/ld.abilist: ... here.
17344         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libBrokenLocale.abilist:
17345         Moved ...
17346         * sysdeps/unix/sysv/linux/x86_64/64/libBrokenLocale.abilist: ... here.
17347         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libanl.abilist: Moved ...
17348         * sysdeps/unix/sysv/linux/x86_64/64/libanl.abilist: ... here.
17349         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Moved ...
17350         * sysdeps/unix/sysv/linux/x86_64/64/libc.abilist: ... here.
17351         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libcrypt.abilist: Moved ...
17352         * sysdeps/unix/sysv/linux/x86_64/64/libcrypt.abilist: ... here.
17353         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libdl.abilist: Moved ...
17354         * sysdeps/unix/sysv/linux/x86_64/64/libdl.abilist: ... here.
17355         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libm.abilist: Moved ...
17356         * sysdeps/unix/sysv/linux/x86_64/64/libm.abilist: ... here.
17357         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libnsl.abilist: Moved ...
17358         * sysdeps/unix/sysv/linux/x86_64/64/libnsl.abilist: ... here.
17359         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libpthread.abilist: Moved ...
17360         * sysdeps/unix/sysv/linux/x86_64/64/libpthread.abilist: ... here.
17361         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libresolv.abilist: Moved ...
17362         * sysdeps/unix/sysv/linux/x86_64/64/libresolv.abilist: ... here.
17363         * sysdeps/unix/sysv/linux/x86_64/64/nptl/librt.abilist: Moved ...
17364         * sysdeps/unix/sysv/linux/x86_64/64/librt.abilist: ... here.
17365         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libthread_db.abilist: Moved ...
17366         * sysdeps/unix/sysv/linux/x86_64/64/libthread_db.abilist: ... here.
17367         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libutil.abilist: Moved ...
17368         * sysdeps/unix/sysv/linux/x86_64/64/libutil.abilist: ... here.
17369         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/c++-types.data: Moved ...
17370         * sysdeps/unix/sysv/linux/x86_64/x32/c++-types.data: ... here.
17371         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/ld.abilist: Moved ...
17372         * sysdeps/unix/sysv/linux/x86_64/x32/ld.abilist: ... here.
17373         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libBrokenLocale.abilist:
17374         Moved ...
17375         * sysdeps/unix/sysv/linux/x86_64/x32/libBrokenLocale.abilist: ... here.
17376         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libanl.abilist: Moved ...
17377         * sysdeps/unix/sysv/linux/x86_64/x32/libanl.abilist: ... here.
17378         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist: Moved ...
17379         * sysdeps/unix/sysv/linux/x86_64/x32/libc.abilist: ... here.
17380         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libcrypt.abilist: Moved ...
17381         * sysdeps/unix/sysv/linux/x86_64/x32/libcrypt.abilist: ... here.
17382         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libdl.abilist: Moved ...
17383         * sysdeps/unix/sysv/linux/x86_64/x32/libdl.abilist: ... here.
17384         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libm.abilist: Moved ...
17385         * sysdeps/unix/sysv/linux/x86_64/x32/libm.abilist: ... here.
17386         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libnsl.abilist: Moved ...
17387         * sysdeps/unix/sysv/linux/x86_64/x32/libnsl.abilist: ... here.
17388         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libpthread.abilist: Moved ...
17389         * sysdeps/unix/sysv/linux/x86_64/x32/libpthread.abilist: ... here.
17390         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libresolv.abilist: Moved ...
17391         * sysdeps/unix/sysv/linux/x86_64/x32/libresolv.abilist: ... here.
17392         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/librt.abilist: Moved ...
17393         * sysdeps/unix/sysv/linux/x86_64/x32/librt.abilist: ... here.
17394         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libthread_db.abilist:
17395         Moved ...
17396         * sysdeps/unix/sysv/linux/x86_64/x32/libthread_db.abilist: ... here.
17397         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libutil.abilist: Moved ...
17398         * sysdeps/unix/sysv/linux/x86_64/x32/libutil.abilist: ... here.
17400         * nptl/sysdeps/unix/sysv/linux/x86/Makefile: File removed.
17401         * sysdeps/unix/sysv/linux/x86/Makefile [$(subdir) = nptl]
17402         (libpthread-sysdep_routines): Add elision-related stuff here instead.
17403         * nptl/sysdeps/unix/sysv/linux/x86/elision-conf.c: Moved ...
17404         * sysdeps/unix/sysv/linux/x86/elision-conf.c: ... here.
17405         * nptl/sysdeps/unix/sysv/linux/x86/elision-conf.h: Moved ...
17406         * sysdeps/unix/sysv/linux/x86/elision-conf.h: ... here.
17407         * nptl/sysdeps/unix/sysv/linux/x86/elision-lock.c: Moved ...
17408         * sysdeps/unix/sysv/linux/x86/elision-lock.c: ... here.
17409         * nptl/sysdeps/unix/sysv/linux/x86/elision-timed.c: Moved ...
17410         * sysdeps/unix/sysv/linux/x86/elision-timed.c: ... here.
17411         * nptl/sysdeps/unix/sysv/linux/x86/elision-trylock.c: Moved ...
17412         * sysdeps/unix/sysv/linux/x86/elision-trylock.c: ... here.
17413         * nptl/sysdeps/unix/sysv/linux/x86/elision-unlock.c: Moved ...
17414         * sysdeps/unix/sysv/linux/x86/elision-unlock.c: ... here.
17415         * nptl/sysdeps/unix/sysv/linux/x86/force-elision.h: Moved ...
17416         * sysdeps/unix/sysv/linux/x86/force-elision.h: ... here.
17417         * nptl/sysdeps/unix/sysv/linux/x86/hle.h: Moved ...
17418         * sysdeps/unix/sysv/linux/x86/hle.h: ... here.
17419         * nptl/sysdeps/unix/sysv/linux/x86/init-arch.c: Moved ...
17420         * sysdeps/unix/sysv/linux/x86/init-arch.c: ... here.
17421         * nptl/sysdeps/unix/sysv/linux/x86/init-arch.h: Moved ...
17422         * sysdeps/unix/sysv/linux/x86/init-arch.h: ... here.
17423         * nptl/sysdeps/unix/sysv/linux/x86/pthread_mutex_cond_lock.c: Moved ...
17424         * sysdeps/unix/sysv/linux/x86/pthread_mutex_cond_lock.c: ... here.
17425         * nptl/sysdeps/unix/sysv/linux/x86/pthread_mutex_lock.c: Moved ...
17426         * sysdeps/unix/sysv/linux/x86/pthread_mutex_lock.c: ... here.
17427         * nptl/sysdeps/unix/sysv/linux/x86/pthread_mutex_timedlock.c: Moved ...
17428         * sysdeps/unix/sysv/linux/x86/pthread_mutex_timedlock.c: ... here.
17429         * nptl/sysdeps/unix/sysv/linux/x86/pthread_mutex_trylock.c: Moved ...
17430         * sysdeps/unix/sysv/linux/x86/pthread_mutex_trylock.c: ... here.
17432         * sysdeps/unix/sysv/linux/mips/fork.h: New file.
17433         * sysdeps/unix/sysv/linux/mips/nptl/fork.c: File removed.
17435         * nptl/sysdeps/unix/sysv/linux/i386/Implies: File removed.
17436         * nptl/sysdeps/unix/sysv/linux/i386/i786/Implies: Moved ...
17437         * sysdeps/unix/sysv/linux/i386/i786/Implies: ... here.
17438         * nptl/sysdeps/unix/sysv/linux/i386/i586/sem_wait.S: Moved ...
17439         * sysdeps/unix/sysv/linux/i386/i586/sem_wait.S: ... here.
17440         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_wrlock.S:
17441         Moved ...
17442         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_wrlock.S: ... here.
17443         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_cond_timedwait.S:
17444         Moved ...
17445         * sysdeps/unix/sysv/linux/i386/i586/pthread_cond_timedwait.S: ... here.
17446         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_barrier_wait.S:
17447         Moved ...
17448         * sysdeps/unix/sysv/linux/i386/i586/pthread_barrier_wait.S: ... here.
17449         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_unlock.S:
17450         Moved ...
17451         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_unlock.S: ... here.
17452         * nptl/sysdeps/unix/sysv/linux/i386/i586/sem_timedwait.S: Moved ...
17453         * sysdeps/unix/sysv/linux/i386/i586/sem_timedwait.S: ... here.
17454         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_cond_signal.S:
17455         Moved ...
17456         * sysdeps/unix/sysv/linux/i386/i586/pthread_cond_signal.S: ... here.
17457         * nptl/sysdeps/unix/sysv/linux/i386/i586/libc-lowlevellock.S: Moved ...
17458         * sysdeps/unix/sysv/linux/i386/i586/libc-lowlevellock.S: ... here.
17459         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_cond_wait.S: Moved ...
17460         * sysdeps/unix/sysv/linux/i386/i586/pthread_cond_wait.S: ... here.
17461         * nptl/sysdeps/unix/sysv/linux/i386/i586/lowlevelrobustlock.S: Moved ...
17462         * sysdeps/unix/sysv/linux/i386/i586/lowlevelrobustlock.S: ... here.
17463         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_cond_broadcast.S:
17464         Moved ...
17465         * sysdeps/unix/sysv/linux/i386/i586/pthread_cond_broadcast.S: ... here.
17466         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedrdlock.S:
17467         Moved ...
17468         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedrdlock.S:
17469         ... here.
17470         * nptl/sysdeps/unix/sysv/linux/i386/i586/sem_trywait.S: Moved ...
17471         * sysdeps/unix/sysv/linux/i386/i586/sem_trywait.S: ... here.
17472         * nptl/sysdeps/unix/sysv/linux/i386/i586/sem_post.S: Moved ...
17473         * sysdeps/unix/sysv/linux/i386/i586/sem_post.S: ... here.
17474         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedwrlock.S:
17475         Moved ...
17476         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedwrlock.S:
17477         ... here.
17478         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_rdlock.S:
17479         Moved ...
17480         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_rdlock.S: ... here.
17481         * nptl/sysdeps/unix/sysv/linux/i386/i586/lowlevellock.S: Moved ...
17482         * sysdeps/unix/sysv/linux/i386/i586/lowlevellock.S: ... here.
17483         * nptl/sysdeps/unix/sysv/linux/i386/i486/sem_wait.S: Moved ...
17484         * sysdeps/unix/sysv/linux/i386/i486/sem_wait.S: ... here.
17485         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_wrlock.S:
17486         Moved ...
17487         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_wrlock.S: ... here.
17488         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_timedwait.S:
17489         Moved ...
17490         * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_timedwait.S: ... here.
17491         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_barrier_wait.S:
17492         Moved ...
17493         * sysdeps/unix/sysv/linux/i386/i486/pthread_barrier_wait.S: ... here.
17494         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_unlock.S:
17495         Moved ...
17496         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_unlock.S: ... here.
17497         * nptl/sysdeps/unix/sysv/linux/i386/i486/sem_timedwait.S: Moved ...
17498         * sysdeps/unix/sysv/linux/i386/i486/sem_timedwait.S: ... here.
17499         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_signal.S:
17500         Moved ...
17501         * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_signal.S: ... here.
17502         * nptl/sysdeps/unix/sysv/linux/i386/i486/libc-lowlevellock.S: Moved ...
17503         * sysdeps/unix/sysv/linux/i386/i486/libc-lowlevellock.S: ... here.
17504         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_wait.S: Moved ...
17505         * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_wait.S: ... here.
17506         * nptl/sysdeps/unix/sysv/linux/i386/i486/lowlevelrobustlock.S: Moved ...
17507         * sysdeps/unix/sysv/linux/i386/i486/lowlevelrobustlock.S: ... here.
17508         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_broadcast.S:
17509         Moved ...
17510         * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_broadcast.S: ... here.
17511         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedrdlock.S:
17512         Moved ...
17513         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedrdlock.S:
17514         ... here.
17515         * nptl/sysdeps/unix/sysv/linux/i386/i486/sem_trywait.S: Moved ...
17516         * sysdeps/unix/sysv/linux/i386/i486/sem_trywait.S: ... here.
17517         * nptl/sysdeps/unix/sysv/linux/i386/i486/sem_post.S: Moved ...
17518         * sysdeps/unix/sysv/linux/i386/i486/sem_post.S: ... here.
17519         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedwrlock.S:
17520         Moved ...
17521         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedwrlock.S:
17522         ... here.
17523         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_rdlock.S:
17524         Moved ...
17525         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_rdlock.S: ... here.
17526         * nptl/sysdeps/unix/sysv/linux/i386/i486/lowlevellock.S: Moved ...
17527         * sysdeps/unix/sysv/linux/i386/i486/lowlevellock.S: ... here.
17528         * nptl/sysdeps/unix/sysv/linux/i386/dl-sysdep.h: Moved ...
17529         * sysdeps/unix/sysv/linux/i386/dl-sysdep.h: ... here.
17530         * nptl/sysdeps/unix/sysv/linux/i386/lowlevellock.h: Moved ...
17531         * sysdeps/unix/sysv/linux/i386/lowlevellock.h: ... here.
17532         * nptl/sysdeps/unix/sysv/linux/i386/i686/sem_wait.S: Moved ...
17533         * sysdeps/unix/sysv/linux/i386/i686/sem_wait.S: ... here.
17534         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_wrlock.S:
17535         Moved ...
17536         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_wrlock.S: ... here.
17537         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_cond_timedwait.S:
17538         Moved ...
17539         * sysdeps/unix/sysv/linux/i386/i686/pthread_cond_timedwait.S: ... here.
17540         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_barrier_wait.S:
17541         Moved ...
17542         * sysdeps/unix/sysv/linux/i386/i686/pthread_barrier_wait.S: ... here.
17543         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_unlock.S:
17544         Moved ...
17545         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_unlock.S: ... here.
17546         * nptl/sysdeps/unix/sysv/linux/i386/i686/sem_timedwait.S: Moved ...
17547         * sysdeps/unix/sysv/linux/i386/i686/sem_timedwait.S: ... here.
17548         * nptl/sysdeps/unix/sysv/linux/i386/i686/dl-sysdep.h: Moved ...
17549         * sysdeps/unix/sysv/linux/i386/i686/dl-sysdep.h: ... here.
17550         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_cond_signal.S:
17551         Moved ...
17552         * sysdeps/unix/sysv/linux/i386/i686/pthread_cond_signal.S: ... here.
17553         * nptl/sysdeps/unix/sysv/linux/i386/i686/libc-lowlevellock.S: Moved ...
17554         * sysdeps/unix/sysv/linux/i386/i686/libc-lowlevellock.S: ... here.
17555         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_cond_wait.S: Moved ...
17556         * sysdeps/unix/sysv/linux/i386/i686/pthread_cond_wait.S: ... here.
17557         * nptl/sysdeps/unix/sysv/linux/i386/i686/lowlevelrobustlock.S: Moved ...
17558         * sysdeps/unix/sysv/linux/i386/i686/lowlevelrobustlock.S: ... here.
17559         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_cond_broadcast.S:
17560         Moved ...
17561         * sysdeps/unix/sysv/linux/i386/i686/pthread_cond_broadcast.S: ... here.
17562         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedrdlock.S:
17563         Moved ...
17564         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedrdlock.S:
17565         ... here.
17566         * nptl/sysdeps/unix/sysv/linux/i386/i686/sem_trywait.S: Moved ...
17567         * sysdeps/unix/sysv/linux/i386/i686/sem_trywait.S: ... here.
17568         * nptl/sysdeps/unix/sysv/linux/i386/i686/sem_post.S: Moved ...
17569         * sysdeps/unix/sysv/linux/i386/i686/sem_post.S: ... here.
17570         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedwrlock.S:
17571         Moved ...
17572         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedwrlock.S:
17573         ... here.
17574         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_rdlock.S:
17575         Moved ...
17576         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_rdlock.S: ... here.
17577         * nptl/sysdeps/unix/sysv/linux/i386/i686/lowlevellock.S: Moved ...
17578         * sysdeps/unix/sysv/linux/i386/i686/lowlevellock.S: ... here.
17579         * nptl/sysdeps/unix/sysv/linux/i386/sysdep-cancel.h: Moved ...
17580         * sysdeps/unix/sysv/linux/i386/sysdep-cancel.h: ... here.
17581         * nptl/sysdeps/unix/sysv/linux/i386/smp.h: Moved ...
17582         * sysdeps/unix/sysv/linux/i386/smp.h: ... here.
17583         * nptl/sysdeps/unix/sysv/linux/i386/pthread_once.S: Moved ...
17584         * sysdeps/unix/sysv/linux/i386/pthread_once.S: ... here.
17585         * nptl/sysdeps/unix/sysv/linux/i386/createthread.c: Moved ...
17586         * sysdeps/unix/sysv/linux/i386/createthread.c: ... here.
17588         * sysdeps/unix/sysv/linux/powerpc/fork.h: New file.
17589         * nptl/sysdeps/unix/sysv/linux/powerpc/fork.c: File removed.
17591         * nptl/sysdeps/unix/sysv/linux/i386/pthread_spin_init.c: File removed.
17592         * nptl/sysdeps/unix/sysv/linux/i386/pthread_spin_unlock.S: File removed.
17594         * nptl/sysdeps/unix/sysv/linux/x86_64/Implies: File removed.
17595         * nptl/sysdeps/unix/sysv/linux/x86_64/cancellation.S: Moved ...
17596         * sysdeps/unix/sysv/linux/x86_64/cancellation.S: ... here.
17597         * nptl/sysdeps/unix/sysv/linux/x86_64/libc-cancellation.S: Moved ...
17598         * sysdeps/unix/sysv/linux/x86_64/libc-cancellation.S: ... here.
17599         * nptl/sysdeps/unix/sysv/linux/x86_64/libc-lowlevellock.S: Moved ...
17600         * sysdeps/unix/sysv/linux/x86_64/libc-lowlevellock.S: ... here.
17601         * nptl/sysdeps/unix/sysv/linux/x86_64/librt-cancellation.S: Moved ...
17602         * sysdeps/unix/sysv/linux/x86_64/librt-cancellation.S: ... here.
17603         * nptl/sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Moved ...
17604         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: ... here.
17605         * nptl/sysdeps/unix/sysv/linux/x86_64/lowlevellock.S: Moved ...
17606         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.S: ... here.
17607         * nptl/sysdeps/unix/sysv/linux/x86_64/lowlevelrobustlock.S: Moved ...
17608         * sysdeps/unix/sysv/linux/x86_64/lowlevelrobustlock.S: ... here.
17609         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_barrier_wait.S: Moved ...
17610         * sysdeps/unix/sysv/linux/x86_64/pthread_barrier_wait.S: ... here.
17611         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_broadcast.S:
17612         Moved ...
17613         * sysdeps/unix/sysv/linux/x86_64/pthread_cond_broadcast.S: ... here.
17614         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_signal.S: Moved ...
17615         * sysdeps/unix/sysv/linux/x86_64/pthread_cond_signal.S: ... here.
17616         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_timedwait.S:
17617         Moved ...
17618         * sysdeps/unix/sysv/linux/x86_64/pthread_cond_timedwait.S: ... here.
17619         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S: Moved ...
17620         * sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S: ... here.
17621         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_once.S: Moved ...
17622         * sysdeps/unix/sysv/linux/x86_64/pthread_once.S: ... here.
17623         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_rdlock.S: Moved ...
17624         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_rdlock.S: ... here.
17625         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedrdlock.S:
17626         Moved ...
17627         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedrdlock.S: ... here.
17628         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedwrlock.S:
17629         Moved ...
17630         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedwrlock.S: ... here.
17631         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_unlock.S: Moved ...
17632         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_unlock.S: ... here.
17633         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_wrlock.S: Moved ...
17634         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_wrlock.S: ... here.
17635         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_setaffinity.c: Moved ...
17636         * sysdeps/unix/sysv/linux/x86_64/pthread_setaffinity.c: ... here.
17637         * nptl/sysdeps/unix/sysv/linux/x86_64/sem_post.S: Moved ...
17638         * sysdeps/unix/sysv/linux/x86_64/sem_post.S: ... here.
17639         * nptl/sysdeps/unix/sysv/linux/x86_64/sem_timedwait.S: Moved ...
17640         * sysdeps/unix/sysv/linux/x86_64/sem_timedwait.S: ... here.
17641         * nptl/sysdeps/unix/sysv/linux/x86_64/sem_trywait.S: Moved ...
17642         * sysdeps/unix/sysv/linux/x86_64/sem_trywait.S: ... here.
17643         * nptl/sysdeps/unix/sysv/linux/x86_64/sem_wait.S: Moved ...
17644         * sysdeps/unix/sysv/linux/x86_64/sem_wait.S: ... here.
17645         * nptl/sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h: Moved ...
17646         * sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h: ... here.
17648         * nptl/sysdeps/unix/sysv/linux/fork.c: Use <> for fork.h #include.
17649         * nptl/sysdeps/unix/sysv/linux/x86_64/fork.c: File removed.
17650         * sysdeps/unix/sysv/linux/x86_64/fork.h: New file.
17651         * nptl/sysdeps/unix/sysv/linux/i386/fork.c: File removed.
17652         * sysdeps/unix/sysv/linux/i386/fork.h: New file.
17654         * nptl/sysdeps/unix/sysv/linux/i386/not-cancel.h: Moved ...
17655         * sysdeps/unix/sysv/linux/not-cancel.h: ... here.
17656         * nptl/sysdeps/unix/sysv/linux/sparc/not-cancel.h: File removed.
17657         * nptl/sysdeps/unix/sysv/linux/sh/not-cancel.h: File removed.
17658         * nptl/sysdeps/unix/sysv/linux/powerpc/not-cancel.h: File removed.
17659         * nptl/sysdeps/unix/sysv/linux/x86_64/not-cancel.h: File removed.
17660         * nptl/sysdeps/unix/sysv/linux/s390/not-cancel.h: File removed.
17661         * sysdeps/unix/sysv/linux/generic/not-cancel.h: File removed.
17662         * sysdeps/unix/sysv/linux/generic/nptl/not-cancel.h: File removed.
17663         * sysdeps/unix/sysv/linux/m68k/nptl/not-cancel.h: File removed.
17665         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_spin_init.c: File removed.
17666         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_spin_unlock.S: Likewise.
17668         * nptl/sysdeps/unix/sysv/linux/x86_64/compat-timer.h: Moved ...
17669         * sysdeps/unix/sysv/linux/x86_64/compat-timer.h: ... here.
17670         * nptl/sysdeps/unix/sysv/linux/x86_64/Versions: Remove, merge into ...
17671         * sysdeps/unix/sysv/linux/x86_64/Versions: ... here.
17672         * nptl/sysdeps/unix/sysv/linux/x86_64/timer_create.c: Moved ...
17673         * sysdeps/unix/sysv/linux/x86_64/timer_create.c: here.
17674         * nptl/sysdeps/unix/sysv/linux/x86_64/timer_delete.c: Moved ...
17675         * sysdeps/unix/sysv/linux/x86_64/timer_delete.c: ... here
17676         * nptl/sysdeps/unix/sysv/linux/x86_64/timer_getoverr.c: Moved ...
17677         * sysdeps/unix/sysv/linux/x86_64/timer_getoverr.c: ... here
17678         * nptl/sysdeps/unix/sysv/linux/x86_64/timer_gettime.c: Moved ...
17679         * sysdeps/unix/sysv/linux/x86_64/timer_gettime.c: ... here
17680         * nptl/sysdeps/unix/sysv/linux/x86_64/timer_settime.c: Moved ...
17681         * sysdeps/unix/sysv/linux/x86_64/timer_settime.c: ... here
17682         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_create.c:
17683         Update #include.
17684         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_delete.c:
17685         Likewise.
17686         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_getoverr.c:
17687         Likewise.
17688         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_gettime.c:
17689         Likewise.
17690         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_settime.c:
17691         Likewise.
17692         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_create.c:
17693         Likewise.
17694         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_delete.c:
17695         Likewise.
17696         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_getoverr.c:
17697         Likewise.
17698         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_gettime.c:
17699         Likewise.
17700         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_settime.c:
17701         Likewise.
17702         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_create.c: Likewise.
17703         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_delete.c: Likewise.
17704         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_getoverr.c: Likewise.
17705         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_gettime.c: Likewise.
17706         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_settime.c: Likewise.
17707         * sysdeps/unix/sysv/linux/alpha/nptl/timer_create.c: Likewise.
17708         * sysdeps/unix/sysv/linux/alpha/nptl/timer_delete.c: Likewise.
17709         * sysdeps/unix/sysv/linux/alpha/nptl/timer_getoverr.c: Likewise.
17710         * sysdeps/unix/sysv/linux/alpha/nptl/timer_gettime.c: Likewise.
17711         * sysdeps/unix/sysv/linux/alpha/nptl/timer_settime.c: Likewise.
17712         * sysdeps/unix/sysv/linux/ia64/nptl/timer_create.c: Likewise.
17713         * sysdeps/unix/sysv/linux/ia64/nptl/timer_delete.c: Likewise.
17714         * sysdeps/unix/sysv/linux/ia64/nptl/timer_getoverr.c: Likewise.
17715         * sysdeps/unix/sysv/linux/ia64/nptl/timer_gettime.c:  Likewise.
17716         * sysdeps/unix/sysv/linux/ia64/nptl/timer_settime.c:  Likewise.
17718         * sysdeps/unix/sysv/linux/x86_64/clone.S: Deconditionalize the code
17719         that was previously under [RESET_PID].
17720         * sysdeps/unix/sysv/linux/i386/clone.S: Likewise.
17721         * nptl/sysdeps/unix/sysv/linux/x86_64/clone.S: File removed.
17722         * nptl/sysdeps/unix/sysv/linux/i386/clone.S: File removed.
17724         * sysdeps/i386/nptl/Implies: New file.
17725         * sysdeps/x86_64/nptl/Implies: New file.
17726         * nptl/sysdeps/unix/sysv/linux/x86/bits/pthreadtypes.h: Moved ...
17727         * sysdeps/x86/nptl/bits/pthreadtypes.h: ... here.
17728         * nptl/sysdeps/unix/sysv/linux/x86/bits/semaphore.h: Moved ...
17729         * sysdeps/x86/nptl/bits/semaphore.h: ... here.
17731         * sysdeps/unix/sysv/linux/i386/vfork.S: Include <tcb-offsets.h>.
17732         (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
17733         (__libc_vfork): New strong alias.
17734         * nptl/sysdeps/unix/sysv/linux/i386/vfork.S: File removed.
17735         * nptl/sysdeps/unix/sysv/linux/i386/pt-vfork.S: File removed.
17737         * sysdeps/unix/sysv/linux/x86_64/vfork.S: Include <tcb-offsets.h>.
17738         (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
17739         (__libc_vfork): New strong alias.
17740         * nptl/sysdeps/unix/sysv/linux/x86_64/vfork.S: File removed.
17741         * nptl/sysdeps/unix/sysv/linux/x86_64/pt-vfork.S: File removed.
17743         * sysdeps/unix/sysv/linux/arm/vfork.S: Include <tcb-offsets.h>.
17744         (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
17745         (__libc_vfork): New strong alias.
17746         * sysdeps/unix/sysv/linux/arm/nptl/vfork.S: File removed.
17747         * sysdeps/unix/sysv/linux/arm/nptl/pt-vfork.S: File removed.
17748         * nptl/pt-vfork.c: New file.
17749         * nptl/Versions (libc: GLIBC_PRIVATE): Add __libc_vfork.
17750         (libpthread: GLIBC_2.20): New version set (empty).
17752 2014-05-14  Will Newton  <will.newton@linaro.org>
17754         * stdlib/gmp-impl.h: Test USE_STACK_ALLOC #ifdef
17755         rather than #if.
17757 2014-05-14  Joseph Myers  <joseph@codesourcery.com>
17759         [BZ #16564]
17760         * sysdeps/i386/fpu/s_log1pl.S (__log1pl): Do not add 1 to positive
17761         arguments with exponent 65 or above.
17762         * sysdeps/ieee754/ldbl-128/s_log1pl.c (__log1pl): Do not add 1 to
17763         arguments 0x1p113L or above.
17764         * sysdeps/ieee754/ldbl-128ibm/s_log1pl.c (__log1pl): Do not add 1
17765         to arguments 0x1p107L or above.
17766         * sysdeps/x86_64/fpu/s_log1pl.S (__log1pl): Do not add 1 to
17767         positive arguments with exponent 65 or above.
17768         * math/auto-libm-test-in: Add more tests of log1p.
17769         * math/auto-libm-test-out: Regenerated.
17771         [BZ #16928]
17772         * math/s_cacos.c (__cacos): Ensure zero real part of result from
17773         non-finite arguments is +0.
17774         * math/s_cacosf.c (__cacosf): Likewise.
17775         * math/s_cacosl.c (__cacosl): Likewise.
17776         * math/libm-test.inc (cacos_test): Use ALL_RM_TEST.
17777         * sysdeps/i386/fpu/libm-test-ulps: Update.
17778         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
17780         [BZ #16927]
17781         * sysdeps/i386/fpu/e_acosh.S (__ieee754_acosh): Use fabs on x-1
17782         value.
17783         * sysdeps/i386/fpu/e_acoshf.S (__ieee754_acoshf): Likewise.
17784         * sysdeps/i386/fpu/e_acoshl.S (__ieee754_acoshl): Likewise.
17785         * sysdeps/ieee754/ldbl-96/e_acoshl.c (__ieee754_acoshl): Correct
17786         for explicit high bit of mantissa when testing for argument equal
17787         to 1.
17788         * math/libm-test.inc (acosh_test): Use ALL_RM_TEST.
17789         * sysdeps/i386/fpu/libm-test-ulps: Update.
17790         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
17792         [BZ #16516]
17793         * sysdeps/ieee754/dbl-64/s_erf.c (efx8): Remove variable.
17794         (__erf): Scale by 16 instead of 8 in potentially underflowing
17795         case.  Ensure exception if result actually underflows.
17796         * sysdeps/ieee754/flt-32/s_erff.c (efx8): Remove variable.
17797         (__erff): Scale by 16 instead of 8 in potentially underflowing
17798         case.  Ensure exception if result actually underflows.
17799         * sysdeps/ieee754/ldbl-128/s_erfl.c: Include <float.h>.
17800         (efx8): Remove variable.
17801         (__erfl): Scale by 16 instead of 8 in potentially underflowing
17802         case.  Ensure exception if result actually underflows.
17803         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Include <float.h>.
17804         (efx8): Remove variable.
17805         (__erfl): Scale by 16 instead of 8 in potentially underflowing
17806         case.  Ensure exception if result actually underflows.
17807         * sysdeps/ieee754/ldbl-96/s_erfl.c: Include <float.h>.
17808         (efx8): Remove variable.
17809         (__erfl): Scale by 16 instead of 8 in potentially underflowing
17810         case.  Ensure exception if result actually underflows.
17811         * math/auto-libm-test-in: Add more tests of erf.
17812         * math/auto-libm-test-out: Regenerated.
17814 2014-05-14  Andreas Schwab  <schwab@suse.de>
17816         * elf/rtld.c (_dl_start_final, _dl_start, init_tls, dl_main):
17817         Remove code conditionalized on USE___THREAD.
17819         * config.h.in (HAVE_PT_CHOWN): Define as 0.
17820         * sysdeps/unix/grantpt.c (grantpt): Check HAVE_PT_CHOWN for value,
17821         not definedness.
17823 2014-05-14  Joseph Myers  <joseph@codesourcery.com>
17825         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_UTIMES):
17826         Define unconditionally.
17827         (__ASSUME_O_CLOEXEC): Likewise.
17828         (__ASSUME_SOCK_CLOEXEC): Likewise.
17829         (__ASSUME_IN_NONBLOCK): Likewise.
17830         (__ASSUME_PIPE2): Likewise.
17831         (__ASSUME_EVENTFD2): Likewise.
17832         (__ASSUME_SIGNALFD4): Likewise.
17833         (__ASSUME_DUP3): Likewise.
17834         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
17835         (__ASSUME_DUP3): Do not define.
17836         (__ASSUME_EVENTFD2): Likewise.
17837         (__ASSUME_IN_NONBLOCK): Likewise.
17838         (__ASSUME_O_CLOEXEC): Likewise.
17839         (__ASSUME_PIPE2): Likewise.
17840         (__ASSUME_SIGNALFD4): Likewise.
17841         (__ASSUME_SOCK_CLOEXEC): Likewise.
17842         (__ASSUME_UTIMES): Undefine.
17843         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
17844         (__ASSUME_UTIMES): Do not define.
17845         (__ASSUME_O_CLOEXEC): Likewise.
17846         (__ASSUME_SOCK_CLOEXEC): Likewise.
17847         (__ASSUME_IN_NONBLOCK): Undefine if [__LINUX_KERNEL_VERSION <
17848         0x020621] instead of defining if [__LINUX_KERNEL_VERSION >=
17849         0x020621].
17850         (__ASSUME_PIPE2): Likewise.
17851         (__ASSUME_EVENTFD2): Likewise.
17852         (__ASSUME_SIGNALFD4): Likewise.
17853         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_DUP3): Undefine.
17854         * sysdeps/unix/sysv/linux/arm/kernel-features.h (__ASSUME_UTIMES):
17855         Do not define.
17856         (__ASSUME_EVENTFD2): Likewise.
17857         (__ASSUME_SIGNALFD4): Likewise.
17858         * sysdeps/unix/sysv/linux/hppa/kernel-features.h
17859         (__ASSUME_32BITUIDS): Likewise.
17860         (__ASSUME_TRUNCATE64_SYSCALL): Likewise.
17861         (__ASSUME_IPC64): Likewise.
17862         (__ASSUME_ST_INO_64_BIT): Likewise.
17863         (__ASSUME_GETDENTS64_SYSCALL): Likewise.
17864         [__LINUX_KERNEL_VERSION < 0x030e00] (__ASSUME_UTIMES): Undefine.
17865         * sysdeps/unix/sysv/linux/ia64/kernel-features.h
17866         (__ASSUME_UTIMES): Do not define.
17867         (__ASSUME_PSELECT): Likewise.
17868         (__ASSUME_PPOLL): Likewise.
17869         (__ASSUME_O_CLOEXEC): Likewise.
17870         (__ASSUME_SOCK_CLOEXEC): Likewise.
17871         (__ASSUME_IN_NONBLOCK): Likewise.
17872         (__ASSUME_PIPE2): Likewise.
17873         (__ASSUME_EVENTFD2): Likewise.
17874         (__ASSUME_SIGNALFD4): Likewise.
17875         (__ASSUME_DUP3): Likewise.
17876         * sysdeps/unix/sysv/linux/m68k/kernel-features.h
17877         (__ASSUME_UTIMES): Likewise.
17878         (__ASSUME_O_CLOEXEC): Likewise.
17879         (__ASSUME_SOCK_CLOEXEC): Likewise.
17880         (__ASSUME_IN_NONBLOCK): Likewise.
17881         (__ASSUME_PIPE2): Likewise.
17882         (__ASSUME_EVENTFD2): Likewise.
17883         (__ASSUME_SIGNALFD4): Likewise.
17884         (__ASSUME_DUP3): Likewise.
17885         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
17886         (__ASSUME_UTIMES): Likewise.
17887         (__ASSUME_O_CLOEXEC): Likewise.
17888         (__ASSUME_SOCK_CLOEXEC): Likewise.
17889         (__ASSUME_IN_NONBLOCK): Likewise.
17890         (__ASSUME_PIPE2): Likewise.
17891         (__ASSUME_EVENTFD2): Likewise.
17892         (__ASSUME_SIGNALFD4): Likewise.
17893         (__ASSUME_DUP3): Likewise.
17894         * sysdeps/unix/sysv/linux/mips/kernel-features.h (__ASSUME_IPC64):
17895         Likewise.
17896         (__ASSUME_UTIMES): Likewise.
17897         (__ASSUME_EVENTFD2): Likewise.
17898         (__ASSUME_SIGNALFD4): Likewise.
17899         * sysdeps/unix/sysv/linux/tile/kernel-features.h
17900         (__ASSUME_O_CLOEXEC): Likewise.
17901         (__ASSUME_SOCK_CLOEXEC): Likewise.
17902         (__ASSUME_IN_NONBLOCK): Likewise.
17903         (__ASSUME_PIPE2): Likewise.
17904         (__ASSUME_EVENTFD2): Likewise.
17905         (__ASSUME_SIGNALFD4): Likewise.
17906         (__ASSUME_DUP3): Likewise.
17907         (__ASSUME_UTIMES): Undefine.
17909         * sysdeps/arm/fclrexcpt.c (__feclearexcept): Rename to
17910         feclearexcept.  Remove symbol versioning code.
17911         * sysdeps/arm/fegetenv.c (__fegetenv): Rename to fegetenv.  Remove
17912         symbol versioning code.
17913         * sysdeps/arm/fesetenv.c (__fesetenv): Rename to fesetenv.  Remove
17914         symbol versioning code.
17915         * sysdeps/arm/feupdateenv.c (__feupdateenv): Rename to
17916         feupdateenv.  Remove symbol versioning code.
17917         * sysdeps/arm/fgetexcptflg.c (__fegetexceptflag): Rename to
17918         fegetexceptflag.  Remove symbol versioning code.
17919         * sysdeps/arm/fsetexcptflg.c (__fesetexceptflag): Rename to
17920         fesetexceptflag.  Remove symbol versioning code.
17921         * sysdeps/unix/sysv/linux/arm/Versions (libc): Remove GLIBC_2.0,
17922         GLIBC_2.2 and GLIBC_2.3.3 entries.  Change GLIBC_2.1 to GLIBC_2.4.
17923         * sysdeps/unix/sysv/linux/arm/posix_fadvise64.c
17924         (__posix_fadvise64_l32): Remove prototype.
17925         [SHLIB_COMPAT(libc, GLIBC_2_2, GLIBC_2_3_3)]: Remove conditional
17926         code.
17928 2014-05-13  Roland McGrath  <roland@hack.frob.com>
17930         * sysdeps/unix/sysv/linux/arm/nptl/bits/pthreadtypes.h: Moved ...
17931         * sysdeps/arm/nptl/bits/pthreadtypes.h: ... here.
17932         * sysdeps/unix/sysv/linux/arm/nptl/bits/semaphore.h: Moved ...
17933         * sysdeps/arm/nptl/bits/semaphore.h: ... here.
17935 2014-05-13  Sami Kerola  <kerolasa@iki.fi>
17937         * timezone/Makefile ($(objpfx)tzselect): Use zonedir instead
17938         current working directory
17940 2014-05-13  Roland McGrath  <roland@hack.frob.com>
17942         * sysdeps/unix/sysv/linux/arm/nptl/c++-types.data: Moved ...
17943         * sysdeps/unix/sysv/linux/arm/c++-types.data: ... here.
17944         * sysdeps/unix/sysv/linux/arm/nptl/createthread.c: Moved ...
17945         * sysdeps/unix/sysv/linux/arm/createthread.c: ... here.
17946         * sysdeps/unix/sysv/linux/arm/nptl/fork.c: Moved ...
17947         * sysdeps/unix/sysv/linux/arm/fork.c: ... here.
17948         * sysdeps/unix/sysv/linux/arm/nptl/ld.abilist: Moved ...
17949         * sysdeps/unix/sysv/linux/arm/ld.abilist: ... here.
17950         * sysdeps/unix/sysv/linux/arm/nptl/libBrokenLocale.abilist: Moved ...
17951         * sysdeps/unix/sysv/linux/arm/libBrokenLocale.abilist: ... here.
17952         * sysdeps/unix/sysv/linux/arm/nptl/libanl.abilist: Moved ...
17953         * sysdeps/unix/sysv/linux/arm/libanl.abilist: ... here.
17954         * sysdeps/unix/sysv/linux/arm/nptl/libc.abilist: Moved ...
17955         * sysdeps/unix/sysv/linux/arm/libc.abilist: ... here.
17956         * sysdeps/unix/sysv/linux/arm/nptl/libcrypt.abilist: Moved ...
17957         * sysdeps/unix/sysv/linux/arm/libcrypt.abilist: ... here.
17958         * sysdeps/unix/sysv/linux/arm/nptl/libdl.abilist: Moved ...
17959         * sysdeps/unix/sysv/linux/arm/libdl.abilist: ... here.
17960         * sysdeps/unix/sysv/linux/arm/nptl/libm.abilist: Moved ...
17961         * sysdeps/unix/sysv/linux/arm/libm.abilist: ... here.
17962         * sysdeps/unix/sysv/linux/arm/nptl/libnsl.abilist: Moved ...
17963         * sysdeps/unix/sysv/linux/arm/libnsl.abilist: ... here.
17964         * sysdeps/unix/sysv/linux/arm/nptl/libpthread.abilist: Moved ...
17965         * sysdeps/unix/sysv/linux/arm/libpthread.abilist: ... here.
17966         * sysdeps/unix/sysv/linux/arm/nptl/libresolv.abilist: Moved ...
17967         * sysdeps/unix/sysv/linux/arm/libresolv.abilist: ... here.
17968         * sysdeps/unix/sysv/linux/arm/nptl/librt.abilist: Moved ...
17969         * sysdeps/unix/sysv/linux/arm/librt.abilist: ... here.
17970         * sysdeps/unix/sysv/linux/arm/nptl/libthread_db.abilist: Moved ...
17971         * sysdeps/unix/sysv/linux/arm/libthread_db.abilist: ... here.
17972         * sysdeps/unix/sysv/linux/arm/nptl/libutil.abilist: Moved ...
17973         * sysdeps/unix/sysv/linux/arm/libutil.abilist: ... here.
17974         * sysdeps/unix/sysv/linux/arm/nptl/localplt.data: Moved ...
17975         * sysdeps/unix/sysv/linux/arm/localplt.data: ... here.
17976         * sysdeps/unix/sysv/linux/arm/nptl/lowlevellock.h: Moved ...
17977         * sysdeps/unix/sysv/linux/arm/lowlevellock.h: ... here.
17978         * sysdeps/unix/sysv/linux/arm/nptl/sysdep-cancel.h: Moved ...
17979         * sysdeps/unix/sysv/linux/arm/sysdep-cancel.h: ... here.
17980         * sysdeps/unix/sysv/linux/arm/nptl/unwind-forcedunwind.c: Moved ...
17981         * sysdeps/unix/sysv/linux/arm/unwind-forcedunwind.c: ... here.
17982         * sysdeps/unix/sysv/linux/arm/nptl/unwind-resume.c: Moved ...
17983         * sysdeps/unix/sysv/linux/arm/unwind-resume.c: ... here.
17985         * sysdeps/unix/sysv/linux/arm/Versions (libc: GLIBC_PRIVATE): New set.
17986         * sysdeps/unix/sysv/linux/arm/nptl/Versions: File removed.
17988         * sysdeps/unix/sysv/linux/arm/Makefile
17989         [$(subdir) = rt] (librt-sysdep_routines, librt-shared-only-routines):
17990         Add rt-aeabi_unwind_cpp_pr1.
17991         [$(subdir) = nptl] (librt-sysdep_routines, librt-shared-only-routines):
17992         Add nptl-aeabi_unwind_cpp_pr1.
17993         [$(subdir) = nptl] (tests): Filter out tst-cleanupx4.
17994         * sysdeps/unix/sysv/linux/arm/nptl/Makefile: File removed.
17995         * sysdeps/unix/sysv/linux/arm/nptl/rt-aeabi_unwind_cpp_pr1.c: Move ...
17996         * sysdeps/unix/sysv/linux/arm/rt-aeabi_unwind_cpp_pr1.c: ... here.
17997         * sysdeps/unix/sysv/linux/arm/nptl/nptl-aeabi_unwind_cpp_pr1.c: Move ...
17998         * sysdeps/unix/sysv/linux/arm/nptl-aeabi_unwind_cpp_pr1.c: ... here.
18000         * sysdeps/unix/sysv/linux/arm/configure.ac: Force -fexceptions here.
18001         * sysdeps/unix/sysv/linux/arm/configure: Regenerated.
18002         * sysdeps/unix/sysv/linux/arm/nptl/configure.ac: File removed.
18003         * sysdeps/unix/sysv/linux/arm/nptl/configure: File removed.
18005         * sysdeps/unix/sysv/linux/arm/clone.S: Include <tcb-offsets.h>.
18006         Deconditionalize the code that was previously under [RESET_PID].
18007         * sysdeps/unix/sysv/linux/arm/nptl/clone.S: File removed.
18009         * sysdeps/generic/exit-thread.h: New file.
18010         * sysdeps/unix/sysv/linux/exit-thread.h: New file.
18011         * include/unistd.h (__exit_thread): Remove declaration.
18012         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Drop exit-thread.
18013         * sysdeps/unix/sysv/linux/exit-thread.S: File removed.
18014         * csu/libc-start.c: Include <exit-thread.h>.
18015         (LIBC_START_MAIN): Pass no argument to __exit_thread.
18016         * nptl/pthread_create.c: Include <exit-thread.h>.
18017         (start_thread): Call __exit_thread in place of __exit_thread_inline.
18018         * nptl/sysdeps/i386/pthreaddef.h (__exit_thread_inline): Macro removed.
18019         * nptl/sysdeps/powerpc/pthreaddef.h: Likewise.
18020         * nptl/sysdeps/s390/pthreaddef.h: Likewise.
18021         * nptl/sysdeps/sh/pthreaddef.h: Likewise.
18022         * nptl/sysdeps/sparc/sparc32/pthreaddef.h: Likewise.
18023         * nptl/sysdeps/sparc/sparc64/pthreaddef.h: Likewise.
18024         * nptl/sysdeps/x86_64/pthreaddef.h: Likewise.
18025         * sysdeps/aarch64/nptl/pthreaddef.h: Likewise.
18026         * sysdeps/alpha/nptl/pthreaddef.h: Likewise.
18027         * sysdeps/arm/nptl/pthreaddef.h: Likewise.
18028         * sysdeps/hppa/nptl/pthreaddef.h: Likewise.
18029         * sysdeps/ia64/nptl/pthreaddef.h: Likewise.
18030         * sysdeps/m68k/nptl/pthreaddef.h: Likewise.
18031         * sysdeps/microblaze/nptl/pthreaddef.h: Likewise.
18032         * sysdeps/mips/nptl/pthreaddef.h: Likewise.
18033         * sysdeps/tile/nptl/pthreaddef.h: Likewise.
18035 2014-05-13  Andreas Schwab  <schwab@suse.de>
18037         * sysdeps/unix/grantpt.c (grantpt): Fix typo in assertion.
18039 2014-05-12  Joseph Myers  <joseph@codesourcery.com>
18041         * sysdeps/unix/sysv/linux/kernel-features.h [__s390__]
18042         (__ASSUME_UTIMES): Do not condition on kernel version.
18043         (__ASSUME_PSELECT): Define unconditionally.
18044         (__ASSUME_PPOLL): Likewise.
18045         (__ASSUME_ATFCTS): Likewise.
18046         (__ASSUME_SET_ROBUST_LIST): Do not condition on kernel version.
18047         (__ASSUME_COMPLETE_READV_WRITEV): Define unconditionally.
18048         (__ASSUME_FUTEX_LOCK_PI): Do not condition on kernel version.
18049         (__ASSUME_UTIMENSAT): Define unconditionally.
18050         (__ASSUME_PRIVATE_FUTEX): Likewise.
18051         (__ASSUME_FALLOCATE): Likewise.
18052         (__ASSUME_O_CLOEXEC): Likewise.
18053         (__LINUX_ARG_MAX_STACK_BASED_MIN_KERNEL): Remove.
18054         (__ASSUME_ARG_MAX_STACK_BASED): Likewise.
18055         (__ASSUME_ADJ_OFFSET_SS_READ): Define unconditionally.
18056         (__ASSUME_SOCK_CLOEXEC): Do not condition on kernel version.
18057         (__ASSUME_IN_NONBLOCK): Likewise.
18058         (__ASSUME_PIPE2): Likewise.
18059         (__ASSUME_EVENTFD2): Likewise.
18060         (__ASSUME_SIGNALFD4): Likewise.
18061         (__ASSUME_DUP3): Likewise.
18062         [__x86_64__ || __sparc__] (__ASSUME_ACCEPT4_SYSCALL): Likewise.
18063         (__ASSUME_FUTEX_CLOCK_REALTIME): Define unconditionally.
18064         (__ASSUME_AT_RANDOM): Likewise.
18065         (__ASSUME_PREADV): Likewise.
18066         (__ASSUME_PWRITEV): Likewise.
18067         (__ASSUME_REQUEUE_PI): Do not condition on kernel version.
18068         (__ASSUME_F_GETOWN_EX): Define unconditionally.
18069         (__ASSUME_XFS_RESTRICTED_CHOWN): Likewise.
18070         * sysdeps/unix/sysv/linux/sysconf.c (__sysconf)
18071         [!__ASSUME_ARG_MAX_STACK_BASED]: Remove conditional code.
18072         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
18073         (__ASSUME_O_CLOEXEC): Define unconditionally.
18074         (__ASSUME_PSELECT): Do not undefine conditionally.
18075         (__ASSUME_PPOLL): Likewise.
18076         (__ASSUME_ATFCTS): Likewise.
18077         (__ASSUME_SET_ROBUST_LIST): Likewise.
18078         (__ASSUME_UTIMENSAT): Likewise.
18079         (__ASSUME_FDATASYNC): Define unconditionally.
18080         * sysdeps/unix/sysv/linux/arm/kernel-features.h
18081         (__ASSUME_SIGFRAME_V2): Likewise.
18082         )__ASSUME_EVENTFD2): Likewise.
18083         (__ASSUME_SIGNALFD4): Likewise.
18084         (__ASSUME_PSELECT): Do not undefine conditionally.
18085         (__ASSUME_PPOLL): Likewise.
18086         * sysdeps/unix/sysv/linux/ia64/kernel-features.h
18087         (__ASSUME_PSELECT): Define unconditionally.
18088         (__ASSUME_PPOLL): Likewise.
18089         (__ASSUME_O_CLOEXEC): Likewise.
18090         (__ASSUME_SOCK_CLOEXEC): Likewise.
18091         (__ASSUME_IN_NONBLOCK): Likewise.
18092         (__ASSUME_PIPE2): Likewise.
18093         (__ASSUME_EVENTFD2): Likewise.
18094         (__ASSUME_SIGNALFD4): Likewise.
18095         (__ASSUME_DUP3): Likewise.
18096         * sysdeps/unix/sysv/linux/m68k/kernel-features.h
18097         (__ASSUME_O_CLOEXEC): Likewise.
18098         (__ASSUME_SOCK_CLOEXEC): Likewise.
18099         (__ASSUME_IN_NONBLOCK): Likewise.
18100         (__ASSUME_PIPE2): Likewise.
18101         (__ASSUME_EVENTFD2): Likewise.
18102         (__ASSUME_SIGNALFD4): Likewise.
18103         (__ASSUME_DUP3): Likewise.
18104         * sysdeps/unix/sysv/linux/mips/kernel-features.h
18105         (__ASSUME_EVENTFD2): Likewise.
18106         (__ASSUME_SIGNALFD4): Likewise.
18107         (__ASSUME_ACCEPT4_SYSCALL): Likewise.
18109 2014-05-12  Andreas Schwab  <schwab@suse.de>
18111         [BZ #16932]
18112         * nis/nss_nis/nis-hosts.c (internal_gethostbyname2_r)
18113         (_nss_nis_gethostbyname4_r): Return error if item length is larger
18114         than maximum RPC packet size.
18115         * nis/nss_nis/nis-initgroups.c (initgroups_netid): Likewise.
18116         * nis/nss_nis/nis-network.c (_nss_nis_getnetbyname_r): Likewise.
18117         * nis/nss_nis/nis-service.c (_nss_nis_getservbyname_r)
18118         (_nss_nis_getservbyport_r): Likewise.
18120 2014-05-12  Will Newton  <will.newton@linaro.org>
18122         * malloc/Makefile (tests): Add tst-mallopt.
18123         * malloc/tst-mallopt.c: New file.
18125 2014-05-09  Roland McGrath  <roland@hack.frob.com>
18127         * sysdeps/arm/armv7/strcmp.S: Use sfi_breg prefix on loads not from sp.
18128         [NO_THUMB]: Cope without cbz, cnbz, and orn instructions.
18130 2014-05-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
18132         * elf/Makefile (tst-tlsmod5.so): Add $(no-as-needed).
18133         (tst-tlsmod6.so): Likewise.
18135 2014-05-09  Roland McGrath  <roland@hack.frob.com>
18137         * sysdeps/gnu/unwind-resume.c (libgcc_s_resume): Mark as noreturn.
18139 2014-05-09  Joseph Myers  <joseph@codesourcery.com>
18141         [BZ #16064]
18142         * sysdeps/i386/fpu/fegetenv.c: Include <unistd.h>, <ldsodefs.h>
18143         and <dl-procinfo.h>.
18144         (__fegetenv): Save SSE state in envp->__eip if supported.
18145         * sysdeps/i386/fpu/feholdexcpt.c (feholdexcept): Save SSE state in
18146         envp->__eip if supported.
18147         * sysdeps/i386/fpu/fesetenv.c: Include <unistd.h>, <ldsodefs.h>
18148         and <dl-procinfo.h>.
18149         (__fesetenv): Always set __eip, __cs_selector, __opcode,
18150         __data_offset and __data_selector in environment to 0.  Set SSE
18151         state if supported.
18152         * sysdeps/x86/fpu/Makefile [$(subdir) = math] (tests): Add
18153         test-fenv-sse.
18154         [$(subdir) = math] (CFLAGS-test-fenv-sse.c): Add -msse2
18155         -mfpmath=sse.
18156         * sysdeps/x86/fpu/test-fenv-sse.c: New file.
18158 2014-05-09  Will Newton  <will.newton@linaro.org>
18160         * sysdeps/arm/preconfigure.ac: Set libc_commonpagesize
18161         and libc_relro_required for ARM.
18162         * sysdeps/arm/preconfigure: Regenerate.
18164 2014-05-09  Dominik Vogt  <vogt@linux.vnet.ibm.com>
18165             Stefan Liebler  <stli@linux.vnet.ibm.com>
18167         * config.make.in (enable-lock-elision): New Makefile variable.
18168         * configure.ac: Likewise.
18169         * configure: Regenerate.
18170         * sysdeps/s390/configure.ac:
18171         Add check for gcc transactions support.
18172         * sysdeps/s390/configure: Regenerate.
18173         * nptl/sysdeps/unix/sysv/linux/s390/Makefile: New file.
18174         Build elision files if enabled.
18175         * nptl/sysdeps/unix/sysv/linux/s390/elision-conf.c: New file.
18176         Add lock elision support for s390.
18177         * nptl/sysdeps/unix/sysv/linux/s390/elision-conf.h: Likewise.
18178         * nptl/sysdeps/unix/sysv/linux/s390/elision-lock.c: Likewise.
18179         * nptl/sysdeps/unix/sysv/linux/s390/elision-timed.c: Likewise.
18180         * nptl/sysdeps/unix/sysv/linux/s390/elision-trylock.c: Likewise.
18181         * nptl/sysdeps/unix/sysv/linux/s390/elision-unlock.c: Likewise.
18182         * nptl/sysdeps/unix/sysv/linux/s390/force-elision.h: Likewise.
18183         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_cond_lock.c:
18184         Likewise.
18185         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_lock.c:
18186         Likewise.
18187         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_timedlock.c:
18188         Likewise.
18189         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_trylock.c:
18190         Likewise.
18191         * nptl/sysdeps/unix/sysv/linux/s390/lowlevellock.h:
18192         (__lll_timedlock_elision, __lll_lock_elision)
18193         (__lll_unlock_elision, __lll_trylock_elision)
18194         (lll_timedlock_elision, lll_lock_elision)
18195         (lll_unlock_elision, lll_trylock_elision): Add.
18196         * nptl/sysdeps/unix/sysv/linux/s390/bits/pthreadtypes.h
18197         (pthread_mutex_t): Add lock elision support for s390.
18199 2014-05-14  Wilco  <wdijkstr@arm.com>
18201         * sysdeps/arm/fclrexcpt.c: Cleanup.
18202         * sysdeps/arm/fedisblxcpt.c: Cleanup.
18203         * sysdeps/arm/feenablxcpt.c: Cleanup.
18204         * sysdeps/arm/fegetenv.c: Cleanup.
18205         * sysdeps/arm/fegetexcept.c: Cleanup.
18206         * sysdeps/arm/fegetround.c: Cleanup.
18207         * sysdeps/arm/feholdexcpt.c: Cleanup.
18208         * sysdeps/arm/fesetenv.c: Cleanup.
18209         * sysdeps/arm/fesetround.c: Cleanup.
18210         * sysdeps/arm/feupdateenv.c: Cleanup.
18211         * sysdeps/arm/fgetexcptflg.c: Cleanup.
18212         * sysdeps/arm/fraiseexcpt.c: Cleanup.
18213         * sysdeps/arm/fsetexcptflg.c: Cleanup.
18214         * sysdeps/arm/ftestexcept.c: Cleanup.
18215         * sysdeps/arm/get-rounding-mode.h: Cleanup.
18216         * sysdeps/arm/setfpucw.c: Cleanup.
18218 2014-05-09  Will Newton  <will.newton@linaro.org>
18220         * sysdeps/arm/armv7/strcmp.S: New file.
18221         * NEWS: Mention addition of ARMv7 optimized strcmp.
18223 2014-05-08  Roland McGrath  <roland@hack.frob.com>
18225         * Makeconfig ($(common-objpfx)config.status): Fix patsubst uses to
18226         look for %.ac rather than %.in.
18228         * sysdeps/mach/hurd/configure.ac (inhibit_glue): Remove variable.
18229         * sysdeps/unix/sysv/linux/configure.ac: Likewise.
18230         * sysdeps/mach/hurd/configure: Regenerated.
18231         * sysdeps/unix/sysv/linux/configure: Regenerated.
18233         * bits/utsname.h (_UTSNAME_DOMAIN_LENGTH): New macro, set to 0.
18235 2014-05-07  Steve Ellcey  <sellcey@mips.com>
18237         [BZ# 16922]
18238         * sysdeps/mips/sys/asm.h (INT_SUB): Fix definition.
18239         (LONG_SUB): Ditto.
18240         (PTR_SUB): Ditto.
18242 2014-05-07  Andreas Schwab  <schwab@suse.de>
18244         * sysdeps/posix/getaddrinfo.c (gaih_inet): Advance address pointer
18245         when skipping over non-matching result from nscd.
18247 2014-05-07  Ondřej Bílka  <neleai@seznam.cz>
18249         [BZ #16876]
18250         * nptl/sockperf.c (client): Check socket return value.
18252         [BZ #16877]
18253         * nscd/selinux.c (nscd_request_avc_has_perm): Check if there is
18254         nscd security class.
18256 2014-05-06  Roland McGrath  <roland@hack.frob.com>
18258         * sysdeps/unix/sysv/linux/arm/nptl/unwind.h: File moved to ...
18259         * sysdeps/arm/unwind.h: ... here.
18261 2014-05-06  Aurelien Jarno  <aurelien@aurel32.net>
18263         [BZ# 16916]
18264         * sysdeps/unix/sysv/linux/sparc/bits/eventfd.h (EFD_SEMAPHORE):
18265         Define.
18267 2014-05-06  Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
18269         * sysdeps/powerpc/powerpc64/power7/strncpy.S: New file: Optimization.
18270         * sysdeps/powerpc/powerpc64/multiarch/strncpy.c: New file:
18271         multiarch strncpy for PPC64.
18272         * sysdeps/powerpc/powerpc64/multiarch/strncpy-ppc64.c: New file
18273         * sysdeps/powerpc/powerpc64/multiarch/strncpy-power7.S: New file
18274         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strpcpy, stpncpy
18275         multiarch optimizations.
18276         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
18277         (__libc_ifunc_impl_list): Likewise.
18278         * sysdeps/powerpc/powerpc64/power7/stpncpy.S: New file: Optimization.
18279         * sysdeps/powerpc/powerpc64/multiarch/stpncpy.c: New file:
18280         multiarch stpncpy for PPC64.
18281         * sysdeps/powerpc/powerpc64/multiarch/stpncpy-ppc64.c: New file
18282         * sysdeps/powerpc/powerpc64/multiarch/stpncpy-power7.S: New file
18284 2014-05-06  Andreas Schwab  <schwab@suse.de>
18286         [BZ #16912]
18287         * gmon/mcount.c (_MCOUNT_DECL): Use
18288         atomic_compare_and_exchange_bool_acq instead of
18289         catomic_compare_and_exchange_bool_acq.
18291 2014-05-05  Roland McGrath  <roland@hack.frob.com>
18293         * elf/Makefile (others, install-bin): Remove pldd.
18294         (pldd-modules): Variable removed.
18295         ($(objpfx)pldd): Target removed.
18296         * sysdeps/unix/sysv/linux/Makefile [$(subdir) = elf]
18297         (others, install-bin): Append pldd here.
18298         ($(objpfx)pldd): New target.
18300         * sysdeps/gnu/errlist.awk (BEGIN): Emit an initial #define of ERR_MAX
18301         to 0, so the first #if test emitted later doesn't see it undefined.
18302         (END): Emit "!defined ERRLIST_NO_COMPAT" to match what BEGIN does.
18303         * sysdeps/gnu/errlist.c: Regenerated.
18305 2014-05-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
18307         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr-ppc32.c
18308         [libc_hidden_builtin_def]: Define to empty value.
18309         * sysdeps/powerpc/powerpc64/multiarch/memcpy-ppc64.S:
18310         [libc_hidden_builtin_def]: Likewise.
18311         * sysdeps/powerpc/powerpc64/multiarch/memset-ppc64.S:
18312         [libc_hidden_builtin_def]: Likewise.
18313         * sysdeps/powerpc/powerpc64/multiarch/strlen-ppc64.S:
18314         [libc_hidden_builtin_def]: Likewise.
18315         * sysdeps/powerpc/powerpc64/multiarch/memcpy.c (memcpy): Redefined to
18316         __redirect_memcpy and define ifunc as default hidden symbol.
18317         * sysdeps/powerpc/powerpc64/multiarch/memset.c (memset): Likewise.
18318         * sysdeps/powerpc/powerpc64/multiarch/strlen.c (strlen): Likewise.
18320 2014-05-04  Adam Conrad  <adconrad@0c3.net>
18322         * locale/iso-4217.def: Reintroduce XDR currency.
18324 2014-05-04  Allan McRae  <allan@archlinux.org>
18326         * po/eo.po: Update Esperanto translation from translation project.
18328 2014-05-02  Carlos O'Donell  <carlos@redhat.com>
18330         * sysdeps/x86_64/multiarch/init-arch.h: Define FEATURE_INDEX_1 to 0,
18331         and FEATURE_INDEX_MAX to 1.
18332         [!__ASSEMBLER__]: Remove anonymous enum for FEATURE_INDEX_*.
18334 2014-05-01  Steve Ellcey  <sellcey@mips.com>
18336         * iconvdata/ansi_x3.110.c (ONE_DIRECTION): Define.
18337         * iconvdata/armscii-8.c (ONE_DIRECTION): Define.
18338         * iconvdata/big5.c (ONE_DIRECTION): Define.
18339         * iconvdata/big5hkscs.c (ONE_DIRECTION): Define.
18340         * iconvdata/cp1255.c (ONE_DIRECTION): Define.
18341         * iconvdata/cp1258.c (ONE_DIRECTION): Define.
18342         * iconvdata/cp932.c (ONE_DIRECTION): Define.
18343         * iconvdata/euc-cn.c (ONE_DIRECTION): Define.
18344         * iconvdata/euc-jisx0213.c (ONE_DIRECTION): Define.
18345         * iconvdata/euc-jp-ms.c (ONE_DIRECTION): Define.
18346         * iconvdata/euc-jp.c (ONE_DIRECTION): Define.
18347         * iconvdata/euc-kr.c (ONE_DIRECTION): Define.
18348         * iconvdata/euc-tw.c (ONE_DIRECTION): Define.
18349         * iconvdata/gb18030.c (ONE_DIRECTION): Define.
18350         * iconvdata/gbbig5.c (ONE_DIRECTION): Define.
18351         * iconvdata/gbgbk.c (ONE_DIRECTION): Define.
18352         * iconvdata/gbk.c (ONE_DIRECTION): Define.
18353         * iconvdata/ibm1364.c (ONE_DIRECTION): Define.
18354         * iconvdata/ibm930.c (ONE_DIRECTION): Define.
18355         * iconvdata/ibm932.c (ONE_DIRECTION): Define.
18356         * iconvdata/ibm933.c (ONE_DIRECTION): Define.
18357         * iconvdata/ibm935.c (ONE_DIRECTION): Define.
18358         * iconvdata/ibm937.c (ONE_DIRECTION): Define.
18359         * iconvdata/ibm939.c (ONE_DIRECTION): Define.
18360         * iconvdata/ibm943.c (ONE_DIRECTION): Define.
18361         * iconvdata/iso-2022-cn-ext.c (ONE_DIRECTION): Define.
18362         * iconvdata/iso-2022-cn.c (ONE_DIRECTION): Define.
18363         * iconvdata/iso-2022-jp-3.c (ONE_DIRECTION): Define.
18364         * iconvdata/iso-2022-jp.c (ONE_DIRECTION): Define.
18365         * iconvdata/iso-2022-kr.c (ONE_DIRECTION): Define.
18366         * iconvdata/iso646.c (ONE_DIRECTION): Define.
18367         * iconvdata/iso8859-1.c (ONE_DIRECTION): Define.
18368         * iconvdata/iso_11548-1.c (ONE_DIRECTION): Define.
18369         * iconvdata/iso_6937-2.c (ONE_DIRECTION): Define.
18370         * iconvdata/iso_6937.c (ONE_DIRECTION): Define.
18371         * iconvdata/johab.c (ONE_DIRECTION): Define.
18372         * iconvdata/shift_jisx0213.c (ONE_DIRECTION): Define.
18373         * iconvdata/sjis.c (ONE_DIRECTION): Define.
18374         * iconvdata/t.61.c (ONE_DIRECTION): Define.
18375         * iconvdata/tcvn5712-1.c (ONE_DIRECTION): Define.
18376         * iconvdata/tscii.c (ONE_DIRECTION): Define.
18377         * iconvdata/uhc.c (ONE_DIRECTION): Define.
18378         * iconvdata/unicode.c (ONE_DIRECTION): Define.
18379         * iconvdata/utf-16.c (ONE_DIRECTION): Define.
18380         * iconvdata/utf-32.c (ONE_DIRECTION): Define.
18381         * iconvdata/utf-7.c (ONE_DIRECTION): Define.
18383 2014-05-01  Roland McGrath  <roland@hack.frob.com>
18385         * libio/libioP.h [!_IO_USE_OLD_IO_FILE && !_G_IO_NO_BACKWARD_COMPAT]
18386         (_IO_JUMPS_OFFSET): Define to 0.
18388         * nptl/sysdeps/pthread/bits/libc-lock.h
18389         [_LIBC && (!NOT_IN_libc || IS_IN_libpthread)]
18390         (__libc_lock_define_initialized_recursive): Always define using
18391         initializer.  Modern compilers treat uninitialized (implicit zero) and
18392         explicit zero initializers the same (i.e. put the datum in bss).
18394 2014-05-01  Andreas Schwab  <schwab@linux-m68k.org>
18396         * nscd/nscd-client.h: Include <string.h>.
18398 2014-05-01  David S. Miller  <davem@davemloft.net>
18400         [BZ #16885]
18401         * sysdeps/sparc/sparc64/strcmp.S: Fix end comparison handling when
18402         multiple zero bytes exist at the end of a string.
18403         Reported by Aurelien Jarno <aurelien@aurel32.net>
18405         * string/test-strcmp.c (check): Add explicit test for situations where
18406         there are multiple zero bytes after the first.
18408 2014-05-01  Andreas Schwab  <schwab@linux-m68k.org>
18410         [BZ #16890]
18411         * stdio-common/vfprintf.c (process_arg) [%p]: Mark string as wide
18412         when compiling wprintf.
18413         * stdio-common/tstdiomisc.c (t3): New function.
18414         (main): Call it.
18416 2014-05-01  Steve Ellcey  <sellcey@mips.com>
18418         * intl/iconv/skeleton.c (ONE_DIRECTION): Remove define.
18419         * iconv/gconv_simple.c (ONE_DIRECTION): Define.
18420         * iconvdata/8bit-gap.c (ONE_DIRECTION): Ditto.
18421         * iconvdata/8bit-generic.c (ONE_DIRECTION): Ditto.
18423 2014-05-01  Steve Ellcey  <sellcey@mips.com>
18425         * stdlib/longlong.h: Updated from GCC.
18427 2014-05-01  Will Newton  <will.newton@linaro.org>
18428             Bernard Ogden  <bernie.ogden@linaro.org>
18430         * NEWS: Update fixed bug list.
18432         [BZ #15119]
18433         * sysdeps/unix/sysv/linux/arm/nptl/lowlevellock.c: Remove file.
18435 2014-04-30  David S. Miller  <davem@davemloft.net>
18437         * sysdeps/sparc/fpu/fenv_private.h (HAVE_RM_CTX): Define.
18438         (libc_feholdexcept_setround_sparc_ctx): New function.
18439         (libc_fesetenv_sparc_ctx): Likewise.
18440         (libc_feupdateenv_sparc_ctx): Likewise.
18441         (libc_feholdsetround_sparc_ctx): Likewise.
18442         (libc_feholdexcept_setround_ctx): Define.
18443         (libc_feholdexcept_setroundf_ctx): Likewise.
18444         (libc_feholdexcept_setroundl_ctx): Likewise.
18445         (libc_fesetenv_ctx): Likewise.
18446         (libc_fesetenvf_ctx): Likewise.
18447         (libc_fesetenvl_ctx): Likewise.
18448         (libc_feupdateenv_ctx): Likewise.
18449         (libc_feupdateenvf_ctx): Likewise.
18450         (libc_feupdateenvl_ctx): Likewise.
18451         (libc_feresetround_ctx): Likewise.
18452         (libc_feresetroundf_ctx): Likewise.
18453         (libc_feresetroundl_ctx): Likewise.
18454         (libc_feholdsetround_ctx): Likewise.
18455         (libc_feholdsetroundf_ctx): Likewise.
18456         (libc_feholdsetroundl_ctx): Likewise.
18458         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h (EMT_TAGOVF): Protect
18459         with __USE_GNU instead of XOPEN cpp guards.
18461         * sysdeps/sparc/bits/string.h (_STRING_ARCH_unaligned): Define to
18462         0.
18464         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h (EMT_TAGOVF): Protect
18465         with XOPEN cpp guards.
18467 2014-04-30  Julian Brown  <julian@codesourcery.com>
18469         [BZ #16888]
18470         * sysdeps/arm/dl-machine.h (elf_machine_rela): Fix R_ARM_IRELATIVE
18471         handling.
18473 2014-04-30  Joseph Myers  <joseph@codesourcery.com>
18475         [BZ #9894]
18476         * sysdeps/unix/sysv/linux/configure.ac (LIBC_LINUX_VERSION):
18477         Change to 2.6.32.
18478         (arch_minimum_kernel): Change all 2.6.16 settings to 2.6.32.
18479         * sysdeps/unix/sysv/linux/configure: Regenerated.
18480         * sysdeps/unix/sysv/linux/microblaze/configure.ac: Remove file.
18481         * sysdeps/unix/sysv/linux/microblaze/configure: Likewise.
18482         * sysdeps/unix/sysv/linux/tile/configure.ac: Likewise.
18483         * sysdeps/unix/sysv/linux/tile/configure: Likewise.
18484         * README: Update reference to required Linux kernel version.
18485         * manual/install.texi (Linux): Update reference to required Linux
18486         kernel headers version.
18487         * INSTALL: Regenerated.
18489         * conform/data/stdlib.h-data [POSIX] (stddef.h): Do not allow
18490         header inclusion.
18491         [POSIX] (limits.h): Likewise.
18492         [POSIX] (math.h): Likewise.
18493         [POSIX] (sys/wait.h): Likewise.
18494         * conform/data/string.h-data [POSIX || UNIX98] (strtok_r): Require
18495         function.
18496         [POSIX] (stddef.h): Do not allow header inclusion.
18498 2014-04-30  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
18500         * sysdeps/generic/symbol-hacks.h (memcpy): Add internal alias.
18502 2014-04-30  Yang Yingliang  <yangyingliang@huawei.com>
18504         * nptl/pthread_cond_broadcast.c (__pthread_cond_broadcast):
18505         Return immediately after lll_futex_wake.
18507 2014-04-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
18509         [BZ #16791]
18510         * nscd/nscd-client.h (datahead_init_common): Initialize entire
18511         structure.
18512         (datahead_init_pos): Call datahead_init_common early.
18513         (datahead_init_neg): Likewise.
18515         * nscd/nscd-client.h (datahead_init_common, datahead_init_pos,
18516         datahead_init_neg): New functions.
18517         * nscd/aicache.c (addhstaiX): Use them.
18518         * nscd/grpcache.c (cache_addgr): Likewise.
18519         * nscd/hstcache.c (cache_addhst): Likewise.
18520         * nscd/initgrcache.c (addinitgroupsX): Likewise.
18521         * nscd/netgroupcache.c (do_notfound): Likewise.
18522         (addgetnetgrentX): Likewise.
18523         (addinnetgrX): Likewise.
18524         * nscd/pwdcache.c (cache_addpw): Likewise.
18525         * nscd/servicescache.c (cache_addserv): Likewise.
18527 2014-04-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
18528             Atsushi Onoe  <atsushi@onoe.org>
18530         [BZ #14308]
18531         [BZ #12994]
18532         [BZ #13651]
18533         * resolv/res_query.c (__libc_res_nsearch): Return if at least
18534         one response is valid.
18535         * resolv/res_send.c (send_dg): Check for validity of other
18536         response if the current response is a referral.
18538 2014-04-29  Steve Ellcey  <sellcey@mips.com>
18540         * iconv/skeleton.c (ONE_DIRECTION): Set default value if not set.
18542 2014-04-29  Stefan Liebler  <stli@linux.vnet.ibm.com>
18544         [BZ #16823]
18545         * sysdeps/ieee754/ldbl-128/s_log1pl.c (__log1pl):
18546         Always divide by positive zero when computing -Inf result.
18547         * sysdeps/ieee754/dbl-64/s_log1p.c (__log1p): Likewise.
18548         * sysdeps/ieee754/flt-32/s_log1pf.c (__log1pf): Likewise.
18550 2014-04-28  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
18552         * sysdeps/powerpc/fpu/fclrexcpt.c (__feclearexcept): Do not update
18553         FPSCR if value do not change.
18554         * sysdeps/powerpc/fpu/fedisblxcpt.c (fedisableexcept): Likewise.
18555         * sysdeps/powerpc/fpu/feenablxcpt.c (feenableexcept): Likewise.
18556         * sysdeps/powerpc/fpu/feholdexcpt.c (feholdexcept): Likewise.
18557         * sysdeps/powerpc/fpu/fesetenv.c (__fesetenv): Likewise.
18558         * sysdeps/powerpc/fpu/fsetexcptflg.c (__fesetexceptflag): Likewise.
18559         * sysdeps/powerpc/fpu/fenv_libc.h (fenv_reg_to_exceptions): New helper
18560         function.
18562 2014-05-29  Carlos O'Donell  <carlos@systemhalted.org>
18564         * sysdeps/hppa: Move directory from ports/sysdeps/hppa.
18565         * sysdeps/unix/sysv/linux/hppa: Move directory from
18566         ports/systeps/unix/sysv/linux/hppa.
18567         * README: Update listing for hppa-*-linux-gnu.
18569 2014-04-28  Ondřej Bílka  <neleai@seznam.cz>
18571         [BZ #16754]
18572         * manual/stdio.texi (Hook functions): Fix types of stream hook
18573         functions.
18574         [BZ #16854]
18575         * socket/sys/socket.h: Fix typo in comment.
18577 2014-04-28  Wilco  <wdijkstr@arm.com>
18579         * sysdeps/arm/fenv_private.h: New file.
18580         * sysdeps/arm/math_private.h: New file.
18581         * sysdeps/arm/fpu_control.h: Add _FPU_MASK_NCZV and _FPU_MASK_EXCEPT.
18583 2014-04-25  H.J. Lu  <hongjiu.lu@intel.com>
18585         * sysdeps/x86/bits/link.h (La_x86_64_regs): Replace __int128
18586         with __int128_t.
18587         (La_x86_64_retval): Likewise.
18589 2014-04-24  Ian Bolton  <ian.bolton@arm.com>
18591         * sysdeps/aarch64/fpu/fclrexcpt.c (feclearexcept): Don't write to
18592         fpsr if value didn't change.
18593         * sysdeps/aarch64/fpu/fedisblxcpt.c (fedisableexcept): Don't write
18594         to fpcr if value didn't change.
18595         * sysdeps/aarch64/fpu/feenablxcpt.c (feenableexcept): Likewise.
18596         * sysdeps/aarch64/fpu/feholdexcpt.c (feholdexcept): Don't write to
18597         fpsr or fpcr if value didn't change.
18598         * sysdeps/aarch64/fpu/fesetenv.c (fesetenv): Likewise.
18599         * sysdeps/aarch64/fpu/fesetround.c (fesetround): Don't write to
18600         fpcr if value didn't change.
18601         * sysdeps/aarch64/fpu/fsetexcptflg.c (fesetexceptflag): Don't write
18602         to fpsr if value didn't change.
18604 2014-02-23  Siddhesh Poyarekar  <siddhesh@redhat.com>
18606         * nptl/tst-sem3.c: Use test-skeleton.c
18607         (main): Rename to do_test.  Use return instead of
18608         exit.
18609         * nptl/tst-sem4.c: Use test-skeleton.c
18610         (main): Rename to do_test.
18612 2014-04-22  David S. Miller  <davem@davemloft.net>
18614         * sysdeps/unix/sysv/linux/sparc/bits/sigaction.h
18615         (struct sigaction): New struct member __glibc_reserved0, change
18616         type of sa_flags to int.
18618 2014-04-22  Yufeng Zhang  <yufeng.zhang@arm.com>
18620         * stdlib/longlong.h (count_leading_zeros, count_trailing_zeros)
18621         (COUNT_LEADING_ZEROS_0): Define for AArch64.
18623 2014-04-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
18625         * nptl/sysdeps/unix/sysv/linux/sem_trywait.c: Include atomic.h.
18626         * nptl/sysdeps/unix/sysv/linux/sem_wait.c: Likewise.
18628 2014-04-22  Will Newton  <will.newton@linaro.org>
18629             Venkataramanan Kumar  <venkataramanan.kumar@linaro.org>
18631         * sysdeps/aarch64/__longjmp.S: Include stap-probe.h.
18632         (__longjmp): Add longjmp and longjmp_target SystemTap
18633         probes.
18634         * sysdeps/aarch64/setjmp.S: Include stap-probe.h.
18635         (__sigsetjmp): Add setjmp SystemTap probe.
18637 2014-04-17  Carlos O'Donell  <carlos@redhat.com>
18639         * manual/intro.texi (Roadmap to the manual): Sort chapter listing to
18640         match manual order.
18642 2014-04-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
18644         * nptl/sysdeps/unix/sysv/linux/powerpc/pthread_once.c: Remove file.
18646         * sysdeps/powerpc/fpu/fenv_private.h
18647         (libc_feholdexcept_setroundl_ctx): Define to
18648         libc_feholdexcept_setround_ppc_ctx.
18649         (libc_fesetenvl_ctx): Define to libc_fesetenv_ppc_ctx.
18650         (libc_feholdsetroundl_ctx): Define to libc_feholdsetround_ppc_ctx.
18651         (libc_feresetroundl_ctx): Define to libc_feresetround_ppc_ctx.
18652         (libc_feupdateenvl_ctx): libc_feupdateenv_ppc_ctx.
18654 2014-04-17  Ian Bolton  <ian.bolton@arm.com>
18656         * sysdeps/aarch64/math-tests.h: New file.
18658 2014-04-17  Sihai Yao  <sihai.ysh@alibaba-inc.com>
18660         * sysdeps/x86_64/multiarch/ifunc-defines.sym (COMMON_CPUID_INDEX_7):
18661         New.
18662         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
18663         Check and set bit_AVX2_Usable.
18664         * sysdeps/x86_64/multiarch/init-arch.h (bit_AVX2_Usable): New
18665         macro.
18666         (bit_AVX2): Likewise.
18667         (index_AVX2_Usable): Likewise.
18668         (CPUID_AVX2): Likewise.
18669         (HAS_AVX2): Likewise.
18671 2014-04-17  Will Newton  <will.newton@linaro.org>
18673         * manual/setjmp.texi (System V contexts): Add note that
18674         calling setcontext on a context created by a call to a
18675         signal handler is undefined.  Update text to note that
18676         setcontext from a signal handler is possible but not
18677         recommended.
18679         [BZ #16629]
18680         * stdlib/tst-setcontext.c: Include signal.h.
18681         (main): Check that the signal stack before and
18682         after swapcontext is the same.
18684         * sysdeps/unix/sysv/linux/aarch64/setcontext.S (__setcontext):
18685         Re-implement to restore registers in user code and avoid
18686         rt_sigreturn system call.
18688 2014-04-17  Wilco  <wdijkstr@arm.com>
18690         * sysdeps/arm/math-tests.h: New file: Set ARM math-test settings.
18691         * sysdeps/generic/math-tests.h: Add macro (EXCEPTION_ENABLE_SUPPORTED).
18692         * math/test-fenv.c: Skip exception trap tests on targets which only
18693         support non-stop mode.
18695 2014-04-17  Ian Bolton  <ian.bolton@arm.com>
18696             Wilco Dijkstra  <wilco.dijkstra@arm.com>
18698         * sysdeps/aarch64/fpu/math_private.h (HAVE_RM_CTX)
18699         (libc_feholdsetround_aarch64_ctx)
18700         (libc_feholdsetround_ctx, libc_feholdsetroundf_ctx)
18701         (libc_feholdsetroundl_ctx, libc_feresetround_aarch64_ctx)
18702         (libc_feresetround_ctx, libc_feresetroundf_ctx)
18703         (libc_feresetroundl_ctx, libc_feresetround_noex_aarch64_ctx)
18704         (libc_feresetround_noex_ctx, libc_feresetround_noexf_ctx)
18705         (libc_feresetround_noexl_ctx): Define.
18707 2014-04-16  Richard Henderson  <rth@redhat.com>
18709         * sysdeps/unix/sysv/linux/alpha/nptl/pthread_once.c: Remove.
18711         * sysdeps/alpha/Makefile [debug] (CFLAGS-backtrace.c): Enable
18712         unwind tables.
18714         * sysdeps/unix/alpha/sysdep.h (__pointer_chk_guard): Remove
18715         const from the non-libc, non-ldso copy.
18717         * sysdeps/alpha/libm-test-ulps: Regenerate.
18719 2014-04-16  Ian Bolton  <ian.bolton@arm.com>
18720             Wilco Dijkstra  <wilco.dijkstra@arm.com>
18722         * sysdeps/aarch64/fpu/math_private.h: New file.
18724 2014-04-16  Marcus Shawcroft  <marcus.shawcroft@arm.com>
18726         * sysdeps/aarch64/libm-test-ulps: Regenerate.
18728 2014-04-16  Igor Zamyatin  <igor.zamyatin@intel.com>
18730         [BZ #16275]
18731         * sysdeps/x86_64/bits/link.h (La_x86_64_regs): Add lr_bnd.
18732         (La_x86_64_retval): Add lrv_bnd0 and lrv_bnd1.
18733         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Save
18734         Intel MPX bound registers before _dl_profile_fixup.
18735         * sysdeps/x86_64/dl-trampoline.h: Restore Intel MPX bound
18736         registers after _dl_profile_fixup.  Save and restore bound
18737         registers bnd0/bnd1 when calling _dl_call_pltexit.
18738         * sysdeps/x86_64/link-defines.sym (BND_SIZE): New.
18739         (LR_BND_OFFSET): Likewise.
18740         (LRV_BND0_OFFSET): Likewise.
18741         (LRV_BND1_OFFSET): Likewise.
18743 2014-04-16  Samuel Thibault  <samuel.thibault@ens-lyon.org>
18745         * sysdeps/mach/hurd/tls.h (dtv, dtv_t, tcbhead_t): Move declarations
18746         to...
18747         * sysdeps/mach/hurd/i386/tls.h: ... here.
18748         (tcbhead_t): Add multiple_threads, sysinfo, stack_guard,
18749         pointer_guard, gscope_flag, private_futex, __private_tm, __private_ss
18750         fields.
18752 2014-04-16  Samuel Thibault  <samuel.thibault@ens-lyon.org>
18754         * sysdeps/mach/munmap.c (__munmap): Return EINVAL if `addr' is 0.
18756 2014-04-16  Stefan Liebler  <stli@linux.vnet.ibm.com>
18758         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
18760 2014-04-16  Stefan Liebler  <stli@linux.vnet.ibm.com>
18762         [BZ #14770]
18763         * sysdeps/s390/configure.ac: Check for Binutils >= 2.24.
18764         * sysdeps/s390/configure: Regenerate.
18766         [BZ #16824]
18767         * sysdeps/ieee754/ldbl-128/e_j1l.c (__ieee754_y1l):
18768         Set round-to-nearest internally to reduce error accumulation.
18770 2014-04-16  Alan Modra  <amodra@gmail.com>
18772         [BZ #16740]
18773         [BZ #16619]
18774         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c (__frexpl): Rewrite.
18775         * math/libm-test.inc (frexp_test_data): Add tests.
18776         * NEWS: Update fixed bug list.
18778 2014-04-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
18780         * benchtests/Makefile: Depend on libraries in build directory.
18781         (bench-math): Separate out math tests.
18782         (bench-pthread): Separate out pthread tests.
18783         (bench): Include math and pthread tests.
18785 2014-04-14  Carlos O'Donell  <carlos@redhat.com>
18787         [BZ #16831]
18788         * csu/libc-start.c (LIBC_START_MAIN) [!SHARED]: Call
18789         _dl_debug_initialize.
18791         * configure.ac: Remove SELinux header check.
18792         * configure: Regenerate.
18793         * nscd/selinux.c (perms): Array of const char* to permission names.
18794         (nscd_request_avc_has_perm): Call security_deny_unknown to find
18795         default policy. Call string_to_security_class and string_to_av_perm to
18796         translate strings. Enforce default policy and call avs_has_perm with
18797         results of translated strings.
18799 2014-04-13  David S. Miller  <davem@davemloft.net>
18801         * sysdeps/sparc/fpu/libm-test-ulps: Update.
18803 2014-04-12  Allan McRae  <allan@archlinux.org>
18805         [BZ #16838]
18806         * manual/string.texi (Collation Functions): Fix qsort argument
18807         order in example.
18808         Reported by David C. Rankin <drankinatty@suddenlinkmail.com>.
18810 2014-04-11  Chris Metcalf  <cmetcalf@tilera.com>
18812         * math/test-fenv-preserve.c [FE_ALL_EXCEPT == 0] (do_test):
18813         Make the test a no-op if there are no exceptions defined.
18815 2014-04-11  Paul Pluzhnikov  <ppluzhnikov@google.com>
18817         * elf/Makefile (tests): make tst-dlopen-aout conditional on
18818         enable-hardcoded-path-in-tests
18820 2014-04-11  Will Newton  <will.newton@linaro.org>
18822         * benchtests/Makefile (extra-objs): Add json-lib.o.
18823         (bench-func): Tidy up JSON output.
18824         * benchtests/bench-skeleton.c: Include json-lib.h.
18825         (main): Use JSON library functions to do output of
18826         benchmark results.
18827         * benchtests/bench-timing-type.c (main): Output the
18828         timing type simply, leaving formatting to the user.
18829         * benchtests/json-lib.c: New file.
18830         * benchtests/json-lib.h: Likewise.
18832 2014-04-11  Torvald Riegel  <triegel@redhat.com>
18834         [BZ #15215]
18835         * nptl/sysdeps/unix/sysv/linux/sparc/pthread_once.c: Moved to ...
18836         * nptl/sysdeps/unix/sysv/linux/pthread_once.c: ... here.  Add missing
18837         memory barriers.  Add comments.
18838         * sysdeps/unix/sysv/linux/aarch64/nptl/pthread_once.c: Remove file.
18839         * sysdeps/unix/sysv/linux/arm/nptl/pthread_once.c: Remove file.
18840         * sysdeps/unix/sysv/linux/ia64/nptl/pthread_once.c: Remove file.
18841         * sysdeps/unix/sysv/linux/m68k/nptl/pthread_once.c: Remove file.
18842         * sysdeps/unix/sysv/linux/mips/nptl/pthread_once.c: Remove file.
18843         * sysdeps/unix/sysv/linux/tile/nptl/pthread_once.c: Remove file.
18845 2014-04-11  Stefan Liebler  <stli@linux.vnet.ibm.com>
18847         * sysdeps/s390/s390-32/configure.ac: Unify file with ...
18848         * sysdeps/s390/s390-64/configure.ac: ... this ...
18849         * sysdeps/s390/configure.ac: ... to here.
18850         * sysdeps/s390/s390-32/configure: Delete file.
18851         * sysdeps/s390/s390-64/configure: Delete file.
18852         * sysdeps/s390/configure: Regenerate.
18854 2014-04-11  Joseph Anthony Pasquale Holsten  <joseph@josephholsten.com>
18856         * resolv/res_query.c (__libc_res_nsearch): Fix typo in comment.
18858 2014-04-11  Will Newton  <will.newton@linaro.org>
18860         * malloc/malloc.c [!MALLOC_DEBUG]: #define MALLOC_DEBUG
18861         to zero if it is not defined elsewhere.  (mtrim): Test
18862         the value of MALLOC_DEBUG with #if rather than #ifdef.
18864 2014-04-10 Torvald Riegel  <triegel@redhat.com>
18866         * benchtests/pthread_once-inputs: New file.
18867         * benchtests/pthread_once-source.c: New file.
18868         * benchtests/README: Update documentation.
18870 2014-04-09  Igor Zamyatin  <igor.zamyatin@intel.com>
18871             H.J. Lu  <hongjiu.lu@intel.com>
18873         [BZ #16275]
18874         * config.h.in (HAVE_MPX_SUPPORT): New #undef.
18875         * sysdeps/x86_64/configure.ac: Set HAVE_MPX_SUPPORT.
18876         * sysdeps/x86_64/configure: Regenerated.
18877         * sysdeps/x86_64/dl-trampoline.S (REGISTER_SAVE_AREA): New
18878         macro.
18879         (REGISTER_SAVE_RAX): Likewise.
18880         (REGISTER_SAVE_RCX): Likewise.
18881         (REGISTER_SAVE_RDX): Likewise.
18882         (REGISTER_SAVE_RSI): Likewise.
18883         (REGISTER_SAVE_RDI): Likewise.
18884         (REGISTER_SAVE_R8): Likewise.
18885         (REGISTER_SAVE_R9): Likewise.
18886         (REGISTER_SAVE_BND0): Likewise.
18887         (REGISTER_SAVE_BND1): Likewise.
18888         (REGISTER_SAVE_BND2): Likewise.
18889         (_dl_runtime_resolve): Use them.  Save and restore Intel MPX
18890         bound registers when calling _dl_fixup.
18892 2014-04-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
18894         * bits/string.h (_STRING_ARCH_unaligned): Define it to 0.
18895         * crypt/sha256.c (_STRING_ARCH_unaligned): Check its value instead
18896         of its definition.
18897         * iconv/gconv_simple.c (_STRING_ARCH_unaligned): Likewise.
18898         * iconv/loop.c (_STRING_ARCH_unaligned): Likewise.
18899         * iconv/skeleton.c (_STRING_ARCH_unaligned): Likewise.
18900         * nscd/nscd_gethst_r.c (_STRING_ARCH_unaligned): Likewise.
18901         * nscd/nscd_getserv_r.c (_STRING_ARCH_unaligned): Likewise.
18902         * nscd/nscd_helper.c (_STRING_ARCH_unaligned): Likewise.
18903         * resolv/res_send.c (_STRING_ARCH_unaligned): Likewise.
18905 2014-04-09  Peter Brett  <peter@peter-b.co.uk>
18907         [BZ #15514]
18908         * sysdeps/posix/pathconf.c (__pathconf): Use statvfs64() for
18909         pathconf(_PC_NAME_MAX).
18911 2014-04-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
18913         * nptl/sysdeps/pthread/pthread.h (__PTHREAD_MUTEX_HAVE_ELISION):
18914         Remove macro usage.
18915         (__PTHREAD_SPINS): Move definition to ...
18916         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h
18917         (__PTHREAD_SPINS): ... here.
18918         * nptl/sysdeps/unix/sysv/linux/s390/bits/pthreadtypes.h
18919         (__PTHREAD_SPIN): Likewise.
18920         * nptl/sysdeps/unix/sysv/linux/sh/bits/pthreadtypes.h
18921         (__PTHREAD_SPIN): Likewise.
18922         * nptl/sysdeps/unix/sysv/linux/sparc/bits/pthreadtypes.h
18923         (__PTHREAD_SPIN): Likewise.
18924         * nptl/sysdeps/unix/sysv/linux/x86/bits/pthreadtypes.h
18925         (__PTHREAD_SPIN): Likewise.
18926         * sysdeps/unix/sysv/linux/aarch64/nptl/bits/pthreadtypes.h
18927         (__PTHREAD_SPIN): Likewise.
18928         * sysdeps/unix/sysv/linux/alpha/nptl/bits/pthreadtypes.h
18929         (__PTHREAD_SPIN): Likewise.
18930         * sysdeps/unix/sysv/linux/arm/nptl/bits/pthreadtypes.h
18931         (__PTHREAD_SPIN): Likewise.
18932         * sysdeps/unix/sysv/linux/ia64/nptl/bits/pthreadtypes.h
18933         (__PTHREAD_SPIN): Likewise.
18934         * sysdeps/unix/sysv/linux/m68k/nptl/bits/pthreadtypes.h
18935         (__PTHREAD_SPIN): Likewise.
18936         * sysdeps/unix/sysv/linux/microblaze/nptl/bits/pthreadtypes.h
18937         (__PTHREAD_SPIN): Likewise.
18938         * sysdeps/unix/sysv/linux/mips/nptl/bits/pthreadtypes.h
18939         (__PTHREAD_SPIN): Likewise.
18940         * sysdeps/unix/sysv/linux/tile/nptl/bits/pthreadtypes.h
18941         (__PTHREAD_SPIN): Likewise.
18943         * sysdeps/powerpc/powerpc32/power6x/fpu/Implies: New file.
18944         * sysdeps/powerpc/powerpc64/power6x/fpu/Implies: new file.
18945         * sysdeps/powerpc/powerpc64/power6x/multiarch/Implies: New file.
18946         * sysdeps/powerpc/powerpc64/power5+/fpu/Implies: Remove multiarch
18947         imply folder.
18948         * sysdeps/powerpc/powerpc64/power5/fpu/Implies: Likewise.
18949         * sysdeps/powerpc/powerpc64/power7/fpu/Implies: Likewise.
18950         * sysdeps/powerpc/powerpc64/power8/fpu/Implies: Likewise.
18951         * sysdeps/powerpc/powerpc64/power6x/fpu/multiarch/Implies: Adjust
18952         correct imply path.
18953         * sysdeps/powerpc/powerpc64/power7/strncat.S (STRLEN): Define correct
18954         strlen symbol for non multi-arch builds.
18955         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnan.S (__isnan): Add
18956         missing hidden_def and weak_alias.
18958 2014-04-08  Carlos O'Donell  <carlos@redhat.com>
18960         * manual/ipc.texi (sem_close): AC-unsafe because of aculock.
18962 2014-04-07  Will Newton  <will.newton@linaro.org>
18964         * string/basename.c [HAVE_CONFIG_H]: Remove #ifdef and
18965         and contents.  [!_LIBC] Remove #ifndef and contents.
18966         (basename): Use ANSI prototype.  [_LIBC] Remove #idef.
18967         * string/memccpy.c (__memccpy): Use ANSI prototype.
18968         * string/memfrob.c (memfrob): Likewise.
18969         * string/strcoll.c (STRCOLL): Likewise.
18970         * string/strlen.c (strlen): Likewise.
18971         * string/strtok.c (STRTOK): Likewise.
18972         * string/strcat.c: Remove unused #include of memcopy.h.
18973         (strcat): Use ANSI prototype.
18974         * string/strchr.c: Remove unused #include of memcopy.h.
18975         (strchr): Use ANSI prototype.
18976         * string/strcmp.c: Remove unused #include of memcopy.h.
18977         (strcmp): Use ANSI prototype.
18978         * string/strcpy.c: Remove unused #include of memcopy.h.
18979         (strcpy): Use ANSI prototype.
18981 2014-04-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
18983         * Makeconfig (CPPFLAGS): Add config-extra-cppflags to list.
18984         * config.make.in (config-extra-cppflags): Set it from
18985         libc_extra_cppflags.
18986         * configure.ac (libc_extra_cflags): Make it accumulate over
18987         configure fragments.
18988         (libc_extra_cppflags): New flag.
18989         * configure. Regenerate.
18990         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure.ac
18991         (libc_cv_ppc64_def_call_elf): Define it to yes if compiler does
18992         not set _CALL_ELF and add -D_CALL_ELF=1 to libc_extra_cppflags.
18993         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure: Regenerate.
18995         [BZ #16815]
18996         * sysdeps/powerpc/powerpc32/fpu/s_nearbyint.S (__nearbyint): Fix
18997         result for FE_DOWNWARD rounding mode.
18998         * sysdeps/powerpc/powerpc32/fpu/s_nearbyintf.S (__nearbyintf):
18999         Likewise.
19000         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
19002 2014-04-04  Chris Metcalf  <cmetcalf@tilera.com>
19004         * sysdeps/tile/dl-runtime.c (_dl_unmap): Fix cut-and-paste bug
19005         in function argument name.
19007 2014-04-03  David Svoboda  <svoboda@cert.org>
19009         [BZ #5666]
19010         * manual/stdio.texi (Line-Oriented Input): Document buffer allocation
19011         explicitly.
19013 2014-04-03  Roland McGrath  <roland@hack.frob.com>
19015         * elf/dl-unmap-segments.h: New file.
19016         * sysdeps/generic/ldsodefs.h
19017         (DL_UNMAP): Use _dl_unmap_segments in place of __munmap.
19018         * elf/dl-close.c: Include <dl-unmap-segments.h>.
19019         * elf/dl-fptr.c: Likewise.
19020         (_dl_unmap): Use _dl_unmap_segments in place of __munmap.
19021         * sysdeps/aarch64/tlsdesc.c: Likewise.
19022         * sysdeps/arm/tlsdesc.c: Likewise.
19023         * sysdeps/i386/tlsdesc.c: Likewise.
19024         * sysdeps/tile/dl-runtime.c: Likewise.
19025         * sysdeps/x86_64/tlsdesc.c: Likewise.
19026         * elf/dl-load.h: New file.
19027         * elf/dl-load.c: Include it.
19028         (MAP_FILE, MAP_COPY, MAP_BASE_ADDR):
19029         Macros moved to dl-load.h.
19030         (ELF_PREFERRED_ADDRESS_DATA, ELF_PREFERRED_ADDRESS): Likewise.
19031         (_dl_map_object_from_fd): Type 'struct loadcmd' moved to dl-load.h.
19032         Use _dl_unmap_segments in place of __munmap.
19033         Break out segment-mapping loop into ...
19034         * elf/dl-map-segments.h (_dl_map_segments): ... here, in new file.
19036 2014-04-03  Will Newton  <will.newton@linaro.org>
19038         * elf/dl-lookup.c (do_lookup_x): Remove comment
19039         referring to nested function and move variable
19040         declarations down to before first use.
19042 2014-04-02  Joseph Myers  <joseph@codesourcery.com>
19044         [BZ #16799]
19045         [BZ #16800]
19046         * math/s_catan.c (__catan): Avoid passing -0 denominator to atan2
19047         with 0 numerator.
19048         * math/s_catanf.c (__catanf): Likewise.
19049         * math/s_catanh.c (__catanh): Likewise.
19050         * math/s_catanhf.c (__catanhf): Likewise.
19051         * math/s_catanhl.c (__catanhl): Likewise.
19052         * math/s_catanl.c (__catanl): Likewise.
19053         * sysdeps/ieee754/flt-32/e_logf.c (__ieee754_logf): Always divide
19054         by positive zero when computing -Inf result.
19055         * math/libm-test.inc (catan_test): Use ALL_RM_TEST.
19056         (catanh_test): Likewise.
19057         * sysdeps/i386/fpu/libm-test-ulps: Update.
19058         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
19060         [BZ #16789]
19061         * math/s_clog.c (__clog): Use math_force_eval to ensure underflow
19062         instead of using underflowing value in computing result.
19063         * math/s_clog10.c (__clog10): Likewise.
19064         * math/s_clog10f.c (__clog10f): Likewise.
19065         * math/s_clog10l.c (__clog10l): Likewise.
19066         * math/s_clogf.c (__clogf): Likewise.
19067         * math/s_clogl.c (__clogl): Likewise.
19068         * math/libm-test.inc (clog_test): Use ALL_RM_TEST.
19069         (clog10_test): Likewise.
19070         * sysdeps/i386/fpu/libm-test-ulps: Update.
19071         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
19073 2014-04-02  Alan Modra  <amodra@gmail.com>
19075         [BZ #16739]
19076         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c (__nextafterl): Correct
19077         output when value is near a power of two.  Use int64_t for lx and
19078         remove casts.  Use decimal rather than hex exponent constants.
19079         Don't use long double multiplication when double will suffice.
19080         * math/libm-test.inc (nextafter_test_data): Add tests.
19081         * NEWS: Add 16739 and 16786 to bug list.
19083         * sysdeps/powerpc/powerpc64/power7/memrchr.S: Correct stream hint.
19085         * sysdeps/powerpc/powerpc64/start.S: Add @toc to toc symbol reference.
19087 2014-04-01  Will Newton  <will.newton@linaro.org>
19089         * benchtests/Makefile (CFLAGS-bench-ffs.c): Add
19090         -fno-builtin.  (CFLAGS-bench-ffsll.c): Likewise.
19092 2014-04-01  Florian Weimer  <fweimer@redhat.com>
19094         [BZ #13347]
19095         * nptl/nptl-init.c (sighandler_setxid): Check system call result.
19096         * nptl/tst-setuid2.c: New file.
19097         * nptl/Makefile (xtests): Add tst-setuid2.
19099 2014-04-01  Alan Modra  <amodra@gmail.com>
19101         [BZ #16786]
19102         * sysdeps/powerpc/powerpc64/fpu/s_copysign.S: Don't trash stack.
19104 2014-03-31  Joseph Myers  <joseph@codesourcery.com>
19106         [BZ #6803]
19107         [BZ #6804]
19108         * math/w_scalb.c (__scalb): For non-SVID mode, check result and
19109         set errno as appropriate.
19110         * math/w_scalbf.c (__scalbf): Likewise.
19111         * math/w_scalbl.c (__scalbl): Likewise.
19112         * math/gen-libm-test.pl (parse_args): Handle ERRNO_PLUS_OFLOW,
19113         ERRNO_MINUS_OFLOW, ERRNO_PLUS_UFLOW and ERRNO_MINUS_UFLOW.
19114         * math/libm-test.inc (scalb_test_data): Add errno expectations.
19115         Add more NaN tests.
19117         [BZ #16349]
19118         * math/w_atan2.c: Include <errno.h>.
19119         (__atan2): Set errno for result underflowing to zero.
19120         * math/w_atan2f.c: Include <errno.h>.
19121         (__atan2f): Set errno for result underflowing to zero.
19122         * math/w_atan2l.c: Include <errno.h>.
19123         (__atan2l): Set errno for result underflowing to zero.
19124         * math/auto-libm-test-in: Don't allow missing errno for some atan2
19125         tests.
19126         * math/auto-libm-test-out: Regenerated.
19128 2014-03-31  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
19130         * sysdeps/powerpc/powerpc64/power8/fpu/s_finite.S (MFVSRD_R3_V1):
19131         Encode instruction correctly in little endian.
19132         * sysdeps/powerpc/powerpc64/power8/fpu/s_isinf.S (MFVSRD_R3_V1):
19133         Likewise.
19134         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnan.S (MFVSRD_R3_V1):
19135         Likewise.
19136         * sysdeps/powerpc/powerpc64/power8/fpu/s_llrint.S (MFVSRD_R3_V1):
19137         Likewise.
19138         * sysdeps/powerpc/powerpc64/power8/fpu/s_llround.S (MFVSRD_R3_V1):
19139         Likewise.
19141 2014-03-31  Joseph Myers  <joseph@codesourcery.com>
19143         [BZ #9894]
19144         * sysdeps/unix/sysv/linux/kernel-features.h
19145         [__sparc__ && !__arch64__ && !__sparc_v9__]
19146         (__ASSUME_SET_ROBUST_LIST): Do not define.
19147         [__sparc__ && !__arch64__ && !__sparc_v9__]
19148         (__ASSUME_FUTEX_LOCK_PI): Likewise.
19149         [__sparc__ && !__arch64__ && !__sparc_v9__] (__ASSUME_REQUEUE_PI):
19150         Likewise.
19151         * sysdeps/unix/sysv/linux/arm/kernel-features.h
19152         (__ASSUME_FUTEX_LOCK_PI): Undefine.
19153         (__ASSUME_REQUEUE_PI): Likewise.
19154         (__ASSUME_SET_ROBUST_LIST): Likewise.
19155         * sysdeps/unix/sysv/linux/m68k/kernel-features.h
19156         [__LINUX_KERNEL_VERSION < 0x030a00] (__ASSUME_FUTEX_LOCK_PI):
19157         Undefine.
19158         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
19159         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_FUTEX_LOCK_PI):
19160         Likewise.
19161         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_REQUEUE_PI):
19162         Likewise.
19163         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_SET_ROBUST_LIST):
19164         Likewise.
19165         * sysdeps/unix/sysv/linux/mips/kernel-features.h
19166         [__mips == 1 || _MIPS_ARCH_R5900] (__ASSUME_FUTEX_LOCK_PI):
19167         Undefine.
19168         [__mips == 1 || _MIPS_ARCH_R5900] (__ASSUME_REQUEUE_PI): Likewise.
19169         [__mips == 1 || _MIPS_ARCH_R5900] (__ASSUME_SET_ROBUST_LIST):
19170         Likewise.
19172         [BZ #16648]
19173         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
19174         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_FUTIMESAT): Define.
19175         * sysdeps/unix/sysv/linux/microblaze/futimesat.c: New file.
19177 2014-03-31  Will Newton  <will.newton@linaro.org>
19179         * benchtests/Makefile (bench): Add ffs and ffsll to list
19180         of tests.
19181         * benchtests/ffs-inputs: New file.
19182         * benchtests/ffsll-inputs: Likewise.
19184 2014-03-29  Joseph Myers  <joseph@codesourcery.com>
19186         [BZ #16770]
19187         * math/e_scalb.c (__ieee754_scalb): Check second argument is not
19188         too large before casting to int.
19189         * math/e_scalbf.c (__ieee754_scalbf): Likewise.
19190         * math/e_scalbl.c (__ieee754_scalbl): Likewise.
19191         * math/libm-test.inc (scalb_test_data): Add more tests.
19193 2014-03-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
19195         * benchtests/Makefile (DETAILED_OPT): New make option.
19196         (bench-func): Run benchmark program with -d if DETAILED_OPT is
19197         set.
19198         * benchtests/bench-skeleton.c: Include stdbool.h.
19199         (main): Store and print timings per input.
19200         * benchtests/scripts/bench.py (STRUCT_TEMPLATE): Add timing
19201         member to each argument value.
19202         (EPILOGUE): Define new macros RESULT and RESULT_ACCUM.
19203         (_print_arg_data): Initialize per-input timing to 0.
19205         * benchtests/Makefile (timing-type): New binary.
19206         (bench-clean): Also remove bench-timing-type.
19207         (bench): New target for timing-type.
19208         (bench-func): Print output in JSON format.
19209         * benchtests/bench-skeleton.c (main): Print output in JSON
19210         format.
19211         * benchtests/bench-timing-type.c: New file.
19212         * benchtests/bench-timing.h (TIMING_TYPE): New macro.
19213         (TIMING_PRINT_STATS): Remove.
19214         * benchtests/scripts/bench.py (_print_arg_data): Store variant
19215         name separately.
19217         * benchtests/bench-modf.c: Remove.
19218         * benchtests/modf-inputs: New inputs file.
19220 2014-03-28  Joseph Myers  <joseph@codesourcery.com>
19222         [BZ #16362]
19223         * math/s_clog10.c (M_PI_LOG10E): New macro.
19224         (__clog10): Use M_PI_LOG10E instead of M_PI when real and
19225         imaginary parts are 0.
19226         * math/s_clog10f.c (M_PI_LOG10Ef): New macro.
19227         (__clog10f): Use M_PI_LOG10Ef instead of M_PI when real and
19228         imaginary parts are 0.
19229         * math/s_clog10l.c (M_PI_LOG10El): New macro.
19230         (__clog10l): Use M_PI_LOG10El instead of M_PIl when real and
19231         imaginary parts are 0.
19232         * math/libm-test.inc (clog10_test_data): Update expected results
19233         for when real and imaginary parts are 0.
19235 2014-03-27  Paul Pluzhnikov  <ppluzhnikov@google.com>
19237         * elf/dl-load.c: Finish conversion of __builtin_expect into
19238         __glibc_{un}likely.
19240 2014-03-27  Joseph Myers  <joseph@codesourcery.com>
19242         [BZ #16348]
19243         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL) [!USE_AS_EXPM1L]: Use
19244         1+x for argument with exponent below -67.
19245         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL) [!USE_AS_EXPM1L]:
19246         Likewise.
19247         * math/auto-libm-test-in: Add more tests of exp.
19248         * math/auto-libm-test-out: Regenerated.
19250 2014-03-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
19252         [BZ #16759]
19253         * inet/getnetgrent_r.c (get_nonempty_val): New function.
19254         (nscd_getnetgrent): Use it.
19256         [BZ #16760]
19257         * nscd/netgroupcache.c (addgetnetgrentX): Use memmove instead
19258         of stpcpy.
19260 2014-03-27  Andi Kleen  <ak@linux.intel.com>
19262         * nptl/sysdeps/unix/sysv/linux/x86_64/lowlevellock.h (lll_lock)
19263         (lll_robust_lock, lll_cond_lock, lll_timedlock)
19264         (lll_robust_cond_lock, lll_robust_timedlock, lll_unlock)
19265         (lll_robust_unlock): Remove out of line section. Use cfi
19266         intrinsics.
19267         (LLL_STUB_UNWIND_INFO*): Remove.
19268         * nptl/sysdeps/unix/sysv/linux/i386/lowlevellock.h (lll_lock)
19269         (lll_robust_lock, lll_cond_lock, lll_timedlock)
19270         (lll_robust_cond_lock, lll_robust_timedlock, lll_unlock)
19271         (lll_robust_unlock): Remove out of line section. Use cfi
19272         intrinsics.
19273         (LLL_STUB_UNWIND_INFO*): Remove.
19275 2014-03-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
19277         [BZ #16758]
19278         * nscd/netgroupcache.c (addinnetgrX): Succeed if triplet has
19279         blank values.
19281 2014-03-26  Paul Pluzhnikov  <ppluzhnikov@google.com>
19283         * elf/dl-load.c: Convert __builtin_expect into __glibc_{un}likely.
19285 2014-03-26  Joseph Myers  <joseph@codesourcery.com>
19287         [BZ #16198]
19288         * sysdeps/x86_64/fpu/fegetenv.c (fegetenv): Use fldenv after
19289         fnstenv.
19290         * math/test-fenv-preserve.c: New file.
19291         * math/Makefile (tests): Add test-fenv-preserve.
19293 2014-03-26  Will Newton <will.newton@linaro.org>
19295         * benchtests/bench-strtod.c (TIMEOUT): Define to 10.
19297 2014-03-25  Roland McGrath  <roland@hack.frob.com>
19299         * scripts/versionlist.awk: Partition the version sets and emit all
19300         GLIBC_* (sorted) before all others (sorted).
19302 2014-03-25  Joseph Myers  <joseph@codesourcery.com>
19304         * elf/Versions (libc) [EXPORT_UNWIND_FIND_FDE]: Add empty
19305         GLIBC_2.2.5 version.
19307 2014-03-25 Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
19309         * scripts/localplt.awk: Check for PLT generated by internal IFUNC
19310         calls.
19312         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h: Revert
19313         previous change.
19315         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
19317 2014-03-25  Andreas Schwab  <schwab@suse.de>
19319         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Add out_fail2
19320         label to be used after in6ailist is initialized.
19322 2014-03-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
19324         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h
19325         (__PTHREAD_MUTEX_HAVE_ELISION): New define.
19327 2014-03-25  Joseph Myers  <joseph@codesourcery.com>
19329         [BZ #16357]
19330         [BZ #16599]
19331         * math/gen-auto-libm-tests.c (fp_format_desc): Add field
19332         min_plus_half.
19333         (fp_formats): Update initializers.
19334         (init_fp_formats): Initialize new field.
19335         (output_for_one_input_case): Allow underflow for results up to
19336         min_plus_half.
19337         * math/libm-test.inc (log1p_test): Use ALL_RM_TEST.
19338         * math/auto-libm-test-in: Don't mark some underflows from asin and
19339         atanh as spurious.
19340         * math/auto-libm-test-out: Regenerated.
19341         * sysdeps/i386/fpu/libm-test-ulps: Update.
19342         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
19344 2014-03-25  Andreas Schwab  <schwab@suse.de>
19346         * libio/Makefile (tst-ftell-partial-wide-ENV)
19347         (tst-ftell-active-handler-ENV): Define.
19349 2014-03-25  Stefan Liebler <stli@linux.vnet.ibm.com>
19351         * NEWS: Add 16712, 16713, 16714 to fixed bug list.
19353 2014-03-24  Paul Pluzhnikov  <ppluzhnikov@google.com>
19355         * elf/tst-dlopen-aout.c: Adjust comments. Use test-skeleton.c
19357 2014-03-24  Joseph Myers  <joseph@codesourcery.com>
19359         * sysdeps/ieee754/dbl-64/e_exp.c: Include <math.h>.
19360         * sysdeps/x86_64/fpu/multiarch/e_exp.c
19361         [HAVE_FMA4_SUPPORT || HAVE_AVX_SUPPORT]: Likewise.
19363 2014-03-24  Paul Pluzhnikov  <ppluzhnikov@google.com>
19365         [BZ #16634]
19366         * elf/dl-load.c (open_verify): Add mode parameter.
19367         Error early when ET_EXEC and mode does not have __RTLD_OPENEXEC.
19368         (open_path): Change from boolean 'secure' to complete flag 'mode'
19369         (_dl_map_object): Adjust.
19370         * elf/Makefile (tests): Add tst-dlopen-aout.
19371         * elf/tst-dlopen-aout.c: New test.
19373 2014-03-24  Stefan Liebler <stli@linux.vnet.ibm.com>
19375         [BZ #16714]
19376         * sysdeps/unix/sysv/linux/s390/bits/stat.h
19377         (struct stat): Rename member pad0 to __glibc_reserved0.
19379         [BZ #16712]
19380         * sysdeps/s390/s390-32/bits/wordsize.h
19381         (__WORDSIZE32_SIZE_ULONG): New define.
19382         * sysdeps/s390/s390-64/bits/wordsize.h
19383         (__WORDSIZE32_SIZE_ULONG): Likewise.
19384         * sysdeps/generic/stdint.h (SIZE_MAX):
19385         Define as UL if __WORDSIZE32_SIZE_ULONG.
19387         [BZ #16713]
19388         * sysdeps/unix/sysv/linux/s390/bits/sigaction.h
19389         (__glibc_reserved0): New variable.
19390         (sa_flags): Change type to int.
19392         * posix/Makefile (before-compile): Use += before-compile instead
19393         of a :=.
19395         * nptl/sysdeps/unix/sysv/linux/s390/bits/pthreadtypes.h
19396         (__PTHREAD_MUTEX_HAVE_ELISION): New define.
19398 2014-03-20  Andreas Schwab  <schwab@suse.de>
19400         [BZ #16743]
19401         * sysdeps/posix/getaddrinfo.c (gaih_inet): Properly skip over
19402         non-matching result from nscd.
19404 2014-03-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
19406         * scripts/bench.py: Moved to ...
19407         * benchtests/scripts/bench.py: ... here.
19408         * benchtests/Makefile ($(objpfx)bench-%.c): Adjust.
19410 2014-03-24  Andreas Schwab  <schwab@suse.de>
19412         [BZ #16002]
19413         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Use
19414         alloca_account and account alloca use for struct in6ailist.
19416 2014-03-24  Joseph Myers  <joseph@codesourcery.com>
19418         [BZ #16284]
19419         * sysdeps/ieee754/dbl-64/e_exp.c (__ieee754_exp): Use original
19420         rounding mode to recompute results that overflow to infinity or
19421         underflow to zero.
19422         * math/auto-libm-test-in: Don't mark tests as expected to fail for
19423         bug 16284.
19424         * math/auto-libm-test-out: Regenerated.
19425         * math/libm-test.inc (ccos_test): Use ALL_RM_TEST.
19426         (ccosh_test): Likewise.
19427         (csin_test_data): Use plus_oflow.
19428         (csin_test): Use ALL_RM_TEST.
19429         (csinh_test_data): Use plus_oflow.
19430         (csinh_test): Use ALL_RM_TEST.
19431         * sysdeps/i386/fpu/libm-test-ulps: Update.
19432         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
19434 2014-03-21  Joseph Myers  <joseph@codesourcery.com>
19436         * sysdeps/mips/bits/wordsize.h: Include <sgidefs.h>.
19437         * sysdeps/unix/sysv/linux/mips/getrlimit64.c: Likewise.
19438         * sysdeps/unix/sysv/linux/mips/setrlimit64.c: Likewise.
19440         [BZ #16731]
19441         * sysdeps/i386/fpu/e_log.S (__ieee754_log): Take absolute value
19442         when x - 1 is zero.
19443         * sysdeps/i386/fpu/e_logf.S (__ieee754_logf): Likewise.
19444         * sysdeps/i386/fpu/e_logl.S (__ieee754_logl): Likewise.
19445         * sysdeps/i386/i686/fpu/e_logl.S (__ieee754_logl): Likewise.
19446         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Return +0 when
19447         argument is 1.
19448         * sysdeps/ieee754/ldbl-128/e_logl.c (__ieee754_logl): Likewise.
19449         * sysdeps/x86_64/fpu/e_logl.S: Take absolute value when x - 1 is
19450         zero.
19451         * math/libm-test.inc (log_test): Use ALL_RM_TEST.
19452         * sysdeps/i386/fpu/libm-test-ulps: Update.
19453         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
19455 2014-03-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
19457         * scripts/bench.pl: Remove file.
19458         * scripts/bench.py: New benchmark script.
19459         * benchtests/Makefile ($(objpfx)bench-%.c): Use it.
19460         * benchtests/README: Mention python dependency.
19461         * scripts/pylintrc: New file.
19462         * scripts/pylint: New file.
19464         * bits/mathdef.h: Use #ifdef instead of #if.
19465         * sysdeps/arm/bits/mathdef.h [defined __USE_ISOC99 && defined
19466         _MATH_H && !defined _MATH_H_MATHDEF]: Likewise.
19467         * sysdeps/tile/bits/mathdef.h [defined __USE_ISOC99 && defined
19468         _MATH_H && !defined _MATH_H_MATHDEF]: Likewise.
19469         * sysdeps/x86/bits/mathdef.h [defined __USE_ISOC99 && defined
19470         _MATH_H && !defined _MATH_H_MATHDEF]: Likewise.
19472 2014-03-20  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
19473             Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
19475         * string/strpbrk.c (strpbrk): Using macro to redefine symbol name.
19476         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strpbrk-power7
19477         and strpbrk-ppc64 objects.
19478         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
19479         (__libc_ifunc_impl_list): Add new strpbrk optimized symbols.
19480         * sysdeps/powerpc/powerpc64/multiarch/strpbrk-power7.S: New file:
19481         multiarch strpbrk for POWER7.
19482         * sysdeps/powerpc/powerpc64/multiarch/strpbrk-ppc64.c: New file:
19483         multiarch strpbrk for PPC64.
19484         * sysdeps/powerpc/powerpc64/multiarch/strpbrk.c: New file: strpbrk
19485         ifunc selector.
19486         * sysdeps/powerpc/powerpc64/power7/strpbrk.S: New file: optimited
19487         strpbrk for POWER7.
19489 2014-03-20  Joseph Myers  <joseph@codesourcery.com>
19491         * math/libm-test.inc (asinh_test): Use ALL_RM_TEST.
19492         (atan_test): Likewise.
19493         (atanh_test_data): Use NO_TEST_INLINE for two tests.
19494         (atanh_test): Use ALL_RM_TEST.
19495         (atan2_test_data): Likewise.
19496         (cabs_test): Likewise.
19497         (cacosh_test): Likewise.
19498         (carg_test): Likewise.
19499         (casin_test): Likewise.
19500         (casinh_test): Likewise.
19501         (cbrt_test): Likewise.
19502         (csqrt_test): Likewise.
19503         (erf_test): Likewise.
19504         (erfc_test): Likewise.
19505         (pow10_test): Likewise.
19506         (exp2_test): Likewise.
19507         (hypot_test): Likewise.
19508         (j0_test): Likewise.
19509         (j1_test): Likewise.
19510         (lgamma_test): Likewise.
19511         (gamma_test): Likewise.
19512         (sincos_test): Likewise.
19513         (tanh_test): Likewise.
19514         (y0_test): Likewise.
19515         (y1_test): Likewise.
19516         * sysdeps/i386/fpu/libm-test-ulps: Update.
19517         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
19519 2014-03-20  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
19521         * string/strcspn.c (strcspn): Using macro to redefine symbol name.
19522         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcspn-power7
19523         and strcspn-ppc64 objects.
19524         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
19525         (__libc_ifunc_impl_list): Add new strcspn optimized symbols.
19526         * sysdeps/powerpc/powerpc64/multiarch/strcspn-power7.S: New file:
19527         multiarch strcspn for POWER7.
19528         * sysdeps/powerpc/powerpc64/multiarch/strcspn-ppc64.c: New file:
19529         multiarch strcspn for PPC64.
19530         * sysdeps/powerpc/powerpc64/multiarch/strcspn.c: New file: strcspn
19531         ifunc selector.
19532         * sysdeps/powerpc/powerpc64/power7/strcspn.S: New file: optimited
19533         strcspn for POWER7.
19535 2014-03-20  Joseph Myers  <joseph@codesourcery.com>
19537         * math/gen-libm-test.pl (generate_testfile): Expect only function
19538         name as argument to AUTO_TESTS_* and pass results for all rounding
19539         modes to parse_args.
19540         (parse_auto_input): Separate inputs of automatic tests from
19541         outputs before storing in %auto_tests.
19542         * math/libm-test.inc (acos_test_data): Update call to
19543         AUTO_TESTS_f_f.
19544         (acos_test): Use ALL_RM_TEST.
19545         (acos_tonearest_test_data): Remove.
19546         (acos_test_tonearest): Likewise.
19547         (acos_towardzero_test_data): Likewise.
19548         (acos_test_towardzero): Likewise.
19549         (acos_downward_test_data): Likewise.
19550         (acos_test_downward): Likewise.
19551         (acos_upward_test_data): Likewise.
19552         (acos_test_upward): Likewise.
19553         (acosh_test_data): Update call to AUTO_TESTS_f_f.
19554         (asin_test_data): Likewise.
19555         (asin_test): Use ALL_RM_TEST.
19556         (asin_tonearest_test_data): Remove.
19557         (asin_test_tonearest): Likewise.
19558         (asin_towardzero_test_data): Likewise.
19559         (asin_test_towardzero): Likewise.
19560         (asin_downward_test_data): Likewise.
19561         (asin_test_downward): Likewise.
19562         (asin_upward_test_data): Likewise.
19563         (asin_test_upward): Likewise.
19564         (asinh_test_data): Update call to AUTO_TESTS_f_f.
19565         (atan_test_data): Likewise.
19566         (atanh_test_data): Likewise.
19567         (atan2_test_data): Update call to AUTO_TESTS_ff_f.
19568         (cabs_test_data): Update call to AUTO_TESTS_c_f.
19569         (carg_test_data): Likewise.
19570         (cbrt_test_data): Update call to AUTO_TESTS_f_f.
19571         (ccos_test_data): Update call to AUTO_TESTS_c_c.
19572         (ccosh_test_data): Likewise.
19573         (cexp_test_data): Likewise.
19574         (clog_test_data): Likewise.
19575         (clog10_test_data): Likewise.
19576         (cos_test_data): Update call to AUTO_TESTS_f_f.
19577         (cos_test): Use ALL_RM_TEST.
19578         (cos_tonearest_test_data): Remove.
19579         (cos_test_tonearest): Likewise.
19580         (cos_towardzero_test_data): Likewise.
19581         (cos_test_towardzero): Likewise.
19582         (cos_downward_test_data): Likewise.
19583         (cos_test_downward): Likewise.
19584         (cos_upward_test_data): Likewise.
19585         (cos_test_upward): Likewise.
19586         (cosh_test_data): Update call to AUTO_TESTS_f_f.
19587         (cosh_test): Use ALL_RM_TEST.
19588         (cosh_tonearest_test_data): Remove.
19589         (cosh_test_tonearest): Likewise.
19590         (cosh_towardzero_test_data): Likewise.
19591         (cosh_test_towardzero): Likewise.
19592         (cosh_downward_test_data): Likewise.
19593         (cosh_test_downward): Likewise.
19594         (cosh_upward_test_data): Likewise.
19595         (cosh_test_upward): Likewise.
19596         (cpow_test_data): Update call to AUTO_TESTS_cc_c.
19597         (csqrt_test_data): Update call to AUTO_TESTS_c_c.
19598         (ctan_test_data): Likewise.
19599         (ctan_test): Use ALL_RM_TEST.
19600         (ctan_tonearest_test_data): Remove.
19601         (ctan_test_tonearest): Likewise.
19602         (ctan_towardzero_test_data): Likewise.
19603         (ctan_test_towardzero): Likewise.
19604         (ctan_downward_test_data): Likewise.
19605         (ctan_test_downward): Likewise.
19606         (ctan_upward_test_data): Likewise.
19607         (ctan_test_upward): Likewise.
19608         (ctanh_test_data): Update call to AUTO_TESTS_c_c.
19609         (ctanh_test): Use ALL_RM_TEST.
19610         (ctanh_tonearest_test_data): Remove.
19611         (ctanh_test_tonearest): Likewise.
19612         (ctanh_towardzero_test_data): Likewise.
19613         (ctanh_test_towardzero): Likewise.
19614         (ctanh_downward_test_data): Likewise.
19615         (ctanh_test_downward): Likewise.
19616         (ctanh_upward_test_data): Likewise.
19617         (ctanh_test_upward): Likewise.
19618         (erf_test_data): Update call to AUTO_TESTS_f_f.
19619         (erfc_test_data): Likewise.
19620         (exp_test_data): Likewise.
19621         (exp_test): Use ALL_RM_TEST.
19622         (exp_tonearest_test_data): Remove.
19623         (exp_test_tonearest): Likewise.
19624         (exp_towardzero_test_data): Likewise.
19625         (exp_test_towardzero): Likewise.
19626         (exp_downward_test_data): Likewise.
19627         (exp_test_downward): Likewise.
19628         (exp_upward_test_data): Likewise.
19629         (exp_test_upward): Likewise.
19630         (exp10_test_data): Update call to AUTO_TESTS_f_f.
19631         (exp10_test): Use ALL_RM_TEST.
19632         (exp10_tonearest_test_data): Remove.
19633         (exp10_test_tonearest): Likewise.
19634         (exp10_towardzero_test_data): Likewise.
19635         (exp10_test_towardzero): Likewise.
19636         (exp10_downward_test_data): Likewise.
19637         (exp10_test_downward): Likewise.
19638         (exp10_upward_test_data): Likewise.
19639         (exp10_test_upward): Likewise.
19640         (exp2_test_data): Update call to AUTO_TESTS_f_f.
19641         (expm1_test_data): Likewise.
19642         (expm1_test): Use ALL_RM_TEST.
19643         (expm1_tonearest_test_data): Remove.
19644         (expm1_test_tonearest): Likewise.
19645         (expm1_towardzero_test_data): Likewise.
19646         (expm1_test_towardzero): Likewise.
19647         (expm1_downward_test_data): Likewise.
19648         (expm1_test_downward): Likewise.
19649         (expm1_upward_test_data): Likewise.
19650         (expm1_test_upward): Likewise.
19651         (fma_test_data): Update call to AUTO_TESTS_fff_f.
19652         (fma_test): Use ALL_RM_TEST.
19653         (fma_towardzero_test_data): Remove.
19654         (fma_test_towardzero): Likewise.
19655         (fma_downward_test_data): Likewise.
19656         (fma_test_downward): Likewise.
19657         (fma_upward_test_data): Likewise.
19658         (fma_test_upward): Likewise.
19659         (hypot_test_data): Update call to AUTO_TESTS_ff_f.
19660         (j0_test_data): Update call to AUTO_TESTS_f_f.
19661         (j1_test_data): Likewise.
19662         (jn_test_data): Update call to AUTO_TESTS_if_f.
19663         (lgamma_test_data): Update call to AUTO_TESTS_f_f1.
19664         (log_test_data): Update call to AUTO_TESTS_f_f.
19665         (log10_test_data): Likewise.
19666         (log1p_test_data): Likewise.
19667         (log2_test_data): Likewise.
19668         (pow_test_data): Update call to AUTO_TESTS_ff_f.
19669         (pow_tonearest_test_data): Likewise.
19670         (sin_test_data): Update call to AUTO_TESTS_f_f.
19671         (sin_test): Use ALL_RM_TEST.
19672         (sin_tonearest_test_data): Remove.
19673         (sin_test_tonearest): Likewise.
19674         (sin_towardzero_test_data): Likewise.
19675         (sin_test_towardzero): Likewise.
19676         (sin_downward_test_data): Likewise.
19677         (sin_test_downward): Likewise.
19678         (sin_upward_test_data): Likewise.
19679         (sin_test_upward): Likewise.
19680         (sincos_test_data): Update call to AUTO_TESTS_fFF_11.
19681         (sinh_test_data): Update call to AUTO_TESTS_f_f.
19682         (sinh_test): Use ALL_RM_TEST.
19683         (sinh_tonearest_test_data): Remove.
19684         (sinh_test_tonearest): Likewise.
19685         (sinh_towardzero_test_data): Likewise.
19686         (sinh_test_towardzero): Likewise.
19687         (sinh_downward_test_data): Likewise.
19688         (sinh_test_downward): Likewise.
19689         (sinh_upward_test_data): Likewise.
19690         (sinh_test_upward): Likewise.
19691         (sqrt_test_data): Update call to AUTO_TESTS_f_f.
19692         (sqrt_test): Use ALL_RM_TEST.
19693         (sqrt_tonearest_test_data): Remove.
19694         (sqrt_test_tonearest): Likewise.
19695         (sqrt_towardzero_test_data): Likewise.
19696         (sqrt_test_towardzero): Likewise.
19697         (sqrt_downward_test_data): Likewise.
19698         (sqrt_test_downward): Likewise.
19699         (sqrt_upward_test_data): Likewise.
19700         (sqrt_test_upward): Likewise.
19701         (tan_test_data): Update call to AUTO_TESTS_f_f.
19702         (tan_test): Use ALL_RM_TEST.
19703         (tan_tonearest_test_data): Remove.
19704         (tan_test_tonearest): Likewise.
19705         (tan_towardzero_test_data): Likewise.
19706         (tan_test_towardzero): Likewise.
19707         (tan_downward_test_data): Likewise.
19708         (tan_test_downward): Likewise.
19709         (tan_upward_test_data): Likewise.
19710         (tan_test_upward): Likewise.
19711         (tanh_test_data): Update call to AUTO_TESTS_f_f.
19712         (tgamma_test_data): Likewise.
19713         (y0_test_data): Likewise.
19714         (y1_test_data): Likewise.
19715         (yn_test_data): Update call to AUTO_TESTS_if_f.
19716         (main): Do not call removed functions.
19718 2014-03-19  Joseph Myers  <joseph@codesourcery.com>
19720         * math/libm-test.inc (fdim_test): Use ALL_RM_TEST.
19721         (ldexp_test_data): Remove.
19722         (ldexp_test): Move to after scalbn_test.  Use ALL_RM_TEST with
19723         scalbn_test_data.
19724         (scalb_test): Use ALL_RM_TEST.
19726 2014-03-19  Andreas Schwab  <schwab@suse.de>
19728         * nscd/nscd.service: Also invalidate netgroup cache on reload.
19730 2014-03-19  Joseph Myers  <joseph@codesourcery.com>
19732         [BZ #16649]
19733         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
19734         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_PREADV): Undefine.
19735         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_PWRITEV): Likewise.
19736         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
19737         (__ASSUME_PREADV): Undefine.
19738         (__ASSUME_PWRITEV): Likewise.
19740 2014-03-18  Roland McGrath  <roland@hack.frob.com>
19742         * bits/mman-linux.h: Add comment about non-Linux use.
19743         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add comment about
19744         bits/mman-linux.h resting place.
19746         * sysdeps/unix/sysv/linux/bits/mman-linux.h: Moved to ...
19747         * bits/mman-linux.h: ... here.
19749 2014-03-18  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
19751         * conform/conformtest.pl: Add standard definition when calling C
19752         preprocessor on data files.
19753         (checknamespace): Remove unused variable.
19755 2014-03-18  Joseph Myers  <joseph@codesourcery.com>
19757         * math/gen-libm-test.pl (parse_args): Handle plus_oflow,
19758         minus_oflow, plus_uflow and minus_uflow in expected results.
19759         * math/libm-test.inc (scalbn_test_data): Add more tests of
19760         negative arguments.  Use plus_oflow, minus_oflow, plus_uflow and
19761         minus_uflow.
19762         (scalbn_test): Use ALL_RM_TEST.
19763         (scalbln_test_data): Add more tests of negative arguments.  Use
19764         plus_oflow, minus_oflow, plus_uflow and minus_uflow.
19765         (scalbln_test): Use ALL_RM_TEST.
19767 2014-03-18  Roland McGrath  <roland@hack.frob.com>
19769         * scripts/abilist.awk: Ignore symbols marked with .hidden.
19771 2014-03-18  Will Newton  <will.newton@linaro.org>
19773         * sysdeps/unix/sysv/linux/aarch64/sysdep.h: Remove
19774         inaccurate comment.
19776 2014-03-18  Joseph Myers  <joseph@codesourcery.com>
19778         * Makerules [!subdir] (check-abi): Exit with error status if a
19779         test failed.
19781 2014-03-17  Joseph Myers  <joseph@codesourcery.com>
19783         * math/libm-test.inc (nearbyint_test_data): Include all tests used
19784         for rint.  Include results for all rounding modes.
19785         (nearbyint_test): Use ALL_RM_TEST.
19786         (rint_test_data): Include all tests used for nearbyint.
19788 2014-03-17  Will Newton  <will.newton@linaro.org>
19790         * nptl/sysdeps/pthread/pthread.h: Revert previous
19791         change.
19793         * sysdeps/generic/ldsodefs.h: Revert previous
19794         change.
19796         * libio/genops.c: Revert previous change.
19797         * libio/libioP.h: Likewise.
19798         * stdio-common/vfprintf.c: Likewise.
19800         * sysdeps/generic/math_private.h: Revert previous
19801         change.
19803         * sysdeps/generic/math_private.h: Check whether
19804         HAVE_RM_CTX is defined with #ifdef rather
19805         than #if.
19807         * argp/argp-fmtstream.h: Check whether
19808         __STRICT_ANSI__ is defined with #ifdef rather
19809         than #if.
19810         * argp/argp.h: Likewise.
19812         * libio/genops.c: Check whether
19813         _IO_JUMPS_OFFSET is defined with #ifdef rather
19814         than #if.
19815         * libio/libioP.h: Likewise.
19816         * stdio-common/vfprintf.c: Likewise.
19818         * sysdeps/generic/ldsodefs.h: Check whether
19819         HP_SMALL_TIMING_AVAIL is defined with #ifdef rather
19820         than #if.
19822         * nptl/sysdeps/pthread/pthread.h: Check
19823         __PTHREAD_MUTEX_HAVE_ELISION is defined before testing
19824         its value.
19826 2014-03-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
19828         * libio/iofdopen.c (_IO_new_fdopen): Seek to end only if
19829         setting O_APPEND.
19830         * libio/tst-ftell-active-handler.c (do_append_test): Add a
19831         test case.
19833         [BZ #16680]
19834         * libio/fileops.c (_IO_file_open): Seek to end of file but
19835         don't cache the offset.
19836         (get_file_offset): Remove function.
19837         (do_ftell): Use cached offset when available.
19838         * libio/iofdopen.c (_IO_new_fdopen): Seek to end of file but
19839         don't cache the offset.
19840         * libio/tst-ftell-active-handler.c (do_rewind_test): New test
19841         case.
19842         (do_one_test): Call it.
19843         (do_ftell_test): Fix up expected old offset for a+ mode.
19844         * libio/wfileops.c (do_ftell_wide): Used cached offset when
19845         available.
19847         * libio/tst-ftell-active-handler.c (do_ftell_test): Don't mix
19848         up test status with function return status.
19849         (do_write_test): Likewise.
19850         (do_append_test): Likewise.
19852         * nptl/sysdeps/pthread/bits/libc-lockP.h [defined NOT_IN_libc
19853         && !defined IS_IN_libpthread && __LT_SPINNOCK_INIT != 0]:
19854         Remove.
19856 2014-03-17  Joseph Myers  <joseph@codesourcery.com>
19858         * math/gen-libm-test.pl (parse_args): Handle results specified for
19859         each rounding mode separately.
19860         * math/libm-test.inc (lrint_test_data): Merge in per-rounding-mode
19861         tests and results from lrint_tonearest_test_data,
19862         lrint_towardzero_test_data, lrint_downward_test_data and
19863         lrint_upward_test_data.
19864         (lrint_test): Use ALL_RM_TEST.
19865         (lrint_tonearest_test_data): Remove.
19866         (lrint_test_tonearest): Likewise.
19867         (lrint_towardzero_test_data): Likewise.
19868         (lrint_test_towardzero): Likewise.
19869         (lrint_downward_test_data): Likewise.
19870         (lrint_test_downward): Likewise.
19871         (lrint_upward_test_data): Likewise.
19872         (lrint_test_upward): Likewise.
19873         (llrint_test_data): Merge in per-rounding-mode tests and results
19874         from llrint_tonearest_test_data, llrint_towardzero_test_data,
19875         llrint_downward_test_data and llrint_upward_test_data.
19876         (llrint_test): Use ALL_RM_TEST.
19877         (llrint_tonearest_test_data): Remove.
19878         (llrint_test_tonearest): Likewise.
19879         (llrint_towardzero_test_data): Likewise.
19880         (llrint_test_towardzero): Likewise.
19881         (llrint_downward_test_data): Likewise.
19882         (llrint_test_downward): Likewise.
19883         (llrint_upward_test_data): Likewise.
19884         (llrint_test_upward): Likewise.
19885         (rint_test_data): Merge in per-rounding-mode tests and results
19886         from rint_tonearest_test_data, rint_towardzero_test_data,
19887         rint_downward_test_data and rint_upward_test_data.  Add
19888         per-rounding-mode results for tests not in those arrays.
19889         (rint_test): Use ALL_RM_TEST.
19890         (rint_tonearest_test_data): Remove.
19891         (rint_test_tonearest): Likewise.
19892         (rint_towardzero_test_data): Likewise.
19893         (rint_test_towardzero): Likewise.
19894         (rint_downward_test_data): Likewise.
19895         (rint_test_downward): Likewise.
19896         (rint_upward_test_data): Likewise.
19897         (rint_test_upward): Likewise.
19898         (main): Don't call removed functions.
19900 2014-03-14  Roland McGrath  <roland@hack.frob.com>
19902         * csu/Makefile ($(objpfx)version-info.h): Remove linux-specific
19903         "Compiled on ..." crapola.  It is anti-useful.
19905 2014-03-14  Joseph Myers  <joseph@codesourcery.com>
19907         * scripts/evaluate-test.sh: Handle fourth argument to determine
19908         whether test run should stop on failure.
19909         * Makeconfig (stop-on-test-failure): New variable.
19910         (evaluate-test): Pass fourth argument to evaluate-test.sh based on
19911         $(stop-on-test-failure).
19912         * Makefile (tests): Give a summary of results from testing and
19913         exit with failure status if they include an ERROR or FAIL.
19914         (xtests): Likewise.
19915         * manual/install.texi (Configuring and compiling): Mention
19916         stop-on-test-failure=y.
19917         * INSTALL: Regenerated.
19919 2014-03-14  Roland McGrath  <roland@hack.frob.com>
19921         * scripts/versionlist.awk: New file.
19922         * Makerules [$(build-shared) = yes]
19923         (postclean-generated): Add Versions.def, not Versions.def.v and
19924         Versions.def.v.i.
19925         ($(common-objpfx)Versions.def.v.i): Target removed.
19926         ($(common-objpfx)Versions.def): New target.
19927         ($(common-objpfx)Versions.all): Depend on that rather that
19928         $(common-objpfx)Versions.def.v.
19929         * Versions.def: File removed.
19931         * Makeconfig (+gccwarn): Add -Wundef.
19932         * include/errno.h [IS_IN_rtld] [!RTLD_PRIVATE_ERRNO]: #error to catch
19933         a dl-sysdep.h breaking its contract.
19934         [!IS_IN_rtld] (RTLD_PRIVATE_ERRNO): Define it to 0.
19935         * include/stackinfo.h: New file.
19936         * nptl/sysdeps/i386/tls.h (TLS_DTV_AT_TP): New macro.
19937         * nptl/sysdeps/powerpc/tls.h (TLS_TCB_AT_TP): New macro.
19938         * nptl/sysdeps/s390/tls.h (TLS_DTV_AT_TP): New macro.
19939         * nptl/sysdeps/sh/tls.h (TLS_TCB_AT_TP): New macro.
19940         * nptl/sysdeps/sparc/tls.h (TLS_DTV_AT_TP): New macro.
19941         * nptl/sysdeps/x86_64/tls.h (TLS_DTV_AT_TP): New macro.
19942         * sysdeps/aarch64/nptl/tls.h (TLS_TCB_AT_TP): New macro.
19943         * sysdeps/alpha/nptl/tls.h (TLS_TCB_AT_TP): New macro.
19944         * sysdeps/arm/nptl/tls.h (TLS_TCB_AT_TP): New macro.
19945         * sysdeps/ia64/nptl/tls.h (TLS_TCB_AT_TP): New macro.
19946         * sysdeps/m68k/nptl/tls.h (TLS_TCB_AT_TP): New macro.
19947         * sysdeps/mach/hurd/i386/tls.h (TLS_DTV_AT_TP): New macro.
19948         * sysdeps/microblaze/nptl/tls.h (TLS_TCB_AT_TP): New macro.
19949         * sysdeps/mips/nptl/tls.h (TLS_TCB_AT_TP): New macro.
19950         * sysdeps/tile/nptl/tls.h (TLS_TCB_AT_TP): New macro.
19952 2014-03-14  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
19954         [BZ #16707]
19955         * sysdeps/powerpc/powerpc64/fpu/s_roundl.S: Remove wrong
19956         implementation.
19957         * math/libm-test.inc (round_test_data): Add more tests.
19959         [BZ #16706]
19960         * sysdeps/powerpc/powerpc64/fpu/s_nearbyintl.S: Remove wrong
19961         implementation.
19962         * math/libm-test.inc (nearbyint_test_data): Add more tests.
19964         [BZ #16701]
19965         * sysdeps/powerpc/powerpc64/fpu/s_ceill.S: Remove wrong
19966         implementation.
19967         * math/libm-test.inc (ceil_test_data): Add more tests.
19969         * math/libm-test.inc (trunc_test_data): Add more tests related to
19970         BZ#16414.
19972 2014-03-14  Roland McGrath  <roland@hack.frob.com>
19974         * nptl/pthread_create.c (__pthread_create_2_1): Test TLS_TCB_AT_TP
19975         with #if rather than #ifdef.
19976         * nptl/sysdeps/pthread/createthread.c (create_thread): Likewise.
19978 2014-03-14  H.J. Lu  <hongjiu.lu@intel.com>
19980         * sysdeps/x86_64/configure.ac: Check AVX-512 assembler support
19981         first.  Disable AVX-512 GCC support if assembler doesn't support
19982         it.
19983         * sysdeps/x86_64/configure: Regenerated.
19985 2014-03-13  Carlos O'Donell  <carlos@redhat.com>
19987         * nptl/pthread_attr_setstack.c (__pthread_attr_setstack)
19988         [!_STACK_GROWS_DOWN]: Don't add stacksize to stackaddr.
19989         (__old_pthread_attr_setstack): Likewise.
19990         * nptl/pthread_attr_getstack.c (__pthread_attr_getstack)
19991         [!_STACK_GROWS_DOWN]: Likewise.
19993 2014-03-13  Mike Frysinger  <vapier@gentoo.org>
19995         * config.make.in (have-bash2): Delete.
19996         * configure.ac (libc_cv_have_bash2): Delete.
19997         * configure: Regenerate.
19998         * elf/Makefile (common-ldd-rewrite): Rename to ...
19999         (ldd-rewrite): ... this.  Move bash-ldd-rewrite content to end.
20000         (sh-ldd-rewrite): Delete.
20001         (bash-ldd-rewrite): Delete.
20002         (have-bash2): Delete checks.
20003         [ldd-rewrite-script]: Change $(ldd-shell)-ldd-rewrite to
20004         ldd-rewrite.
20006         * config.make.in (have-ksh): Delete.
20007         (KSH): Delete.
20008         * configure.ac (libc_cv_have_ksh): Delete.
20009         * configure: Regenerate.
20011         * elf/Makefile: Delete $(have-ksh) check.
20012         ($(objpfx)sotruss): Change KSH to BASH.
20013         * elf/sotruss.ksh: Rename to ...
20014         * elf/sotruss.sh: ... this.  Change @KSH@ to @BASH@.  Change
20015         function style to match POSIX.  Drop ksh vim mode setting.
20017         * manual/time.texi (Specifying the Time Zone with TZ): Change
20018         Tuesday to Thursday.
20020         * debug/tst-longjmp_chk2.c: Update header comment.
20021         (stackoverflow_handler): Add comment.  Call assert on pass value.
20023 2014-03-13  Igor Zamyatin  <igor.zamyatin@intel.com>
20025         [BZ #16194]
20026         * config.h.in (HAVE_AVX512_SUPPORT): New #undef.
20027         (HAVE_AVX512_ASM_SUPPORT): Likewise.
20028         * sysdeps/x86_64/bits/link.h (La_x86_64_zmm): New.
20029         (La_x86_64_vector): Add zmm.
20030         * sysdeps/x86_64/Makefile (tests): Add tst-audit10.
20031         (modules-names): Add tst-auditmod10a and tst-auditmod10b.
20032         ($(objpfx)tst-audit10): New target.
20033         ($(objpfx)tst-audit10.out): Likewise.
20034         (tst-audit10-ENV): New.
20035         (AVX512-CFLAGS): Likewise.
20036         (CFLAGS-tst-audit10.c): Likewise.
20037         (CFLAGS-tst-auditmod10a.c): Likewise.
20038         (CFLAGS-tst-auditmod10b.c): Likewise.
20039         * sysdeps/x86_64/configure.ac: Set config-cflags-avx512,
20040         HAVE_AVX512_SUPPORT and HAVE_AVX512_ASM_SUPPORT.
20041         * sysdeps/x86_64/configure: Regenerated.
20042         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Add
20043         AVX-512 zmm register support.
20044         (_dl_x86_64_save_sse): Likewise.
20045         (_dl_x86_64_restore_sse): Likewise.
20046         * sysdeps/x86_64/dl-trampoline.h: Updated to support different
20047         size vector registers.
20048         * sysdeps/x86_64/link-defines.sym (YMM_SIZE): New.
20049         (ZMM_SIZE): Likewise.
20050         * sysdeps/x86_64/tst-audit10.c: New file.
20051         * sysdeps/x86_64/tst-auditmod10a.c: Likewise.
20052         * sysdeps/x86_64/tst-auditmod10b.c: Likewise.
20054 2014-03-13  Roland McGrath  <roland@hack.frob.com>
20056         * configure.ac (HAVE_EHDR_START): New check.
20057         * configure: Regenerated.
20058         * config.h.in (HAVE_EHDR_START): New #undef.
20059         * elf/rtld.c (dl_main) [HAVE_EHDR_START]: Use __ehdr_start rather than
20060         assuming the lowest-addressed segment maps the start of the file.
20062 2014-03-13  Joseph Myers  <joseph@codesourcery.com>
20064         * INSTALL: Regenerated.
20066 2014-03-13  Will Newton  <will.newton@linaro.org>
20068         * manual/setjmp.texi (System V contexts): Improve
20069         clarity and grammar of documentation.
20071 2014-03-12  Paul Pluzhnikov  <ppluzhnikov@google.com>
20073         [BZ #16381]
20074         * elf/Makefile (tests): Add tst-pie2.
20075         (tests-pie): Add tst-pie2.
20076         * elf/tst-pie2.c: New file.
20077         * elf/dl-load.c (_dl_map_object_from_fd): Assert correct l_type
20078         for ET_EXEC.
20079         * elf/rtld.c (map_doit): Load executable as lt_executable.
20080         (dl_main): Likewise.
20082 2014-03-12  Joseph Myers  <joseph@codesourcery.com>
20084         [BZ #16642]
20085         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
20086         (__ASSUME_PSELECT): Undefine.
20088 2014-03-12  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
20090         [BZ #16689]
20091         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero-ppc32.S
20092         (__bzero_ppc): Call memset@local instead of __memset_ppc@local for
20093         static build.
20094         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero.c: Build IFUNC
20095         selector for static builds.
20097 2014-03-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
20099         [BZ #16695]
20100         * nscd/netgroupcache.c (addgetnetgrentX): Factor in space for
20101         key in the buffer.
20103 2014-03-12  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
20105         * sysdeps/powerpc/powerpc64/multiarch/strspn.c (strspn): Build
20106         IFUNC selector for static builds.
20108 2014-03-11  Joseph Myers  <joseph@codesourcery.com>
20110         * sysdeps/mips/math_private.h [__mips_hard_float]
20111         (libc_feresetround_ctx): Define to libc_feupdateenv_mips_ctx not
20112         libc_feresetround_mips_ctx.
20113         [__mips_hard_float] (libc_feresetroundf_ctx): Likewise.
20114         [__mips_hard_float] (libc_feresetroundl_ctx): Likewise.
20115         [__mips_hard_float] (libc_feresetround_mips_ctx): Remove.
20117         [BZ #16677]
20118         * math/s_nextafter.c (__nextafter): Do not return value from
20119         overflowing computation.
20120         * sysdeps/i386/fpu/s_nextafterl.c (__nextafterl): Likewise.
20121         * sysdeps/ieee754/flt-32/s_nextafterf.c (__nextafterf): Likewise.
20122         * sysdeps/ieee754/ldbl-128/s_nextafterl.c (__nextafterl):
20123         Likewise.
20124         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c (__nextafterl):
20125         Likewise.
20126         * sysdeps/m68k/m680x0/fpu/s_nextafterl.c (__nextafterl): Likewise.
20127         * math/libm-test.inc (nextafter_test): Use ALL_RM_TEST.
20129 2014-03-11  Roland McGrath  <roland@hack.frob.com>
20131         * sysdeps/arm/setjmp.S: Use sfi_breg on stores of mangled registers.
20132         * sysdeps/arm/__longjmp.S: Use sfi_breg on loads of mangled registers.
20133         Move sfi_sp use from the load-multiple (that no longer sets sp) to
20134         the new mov targetting sp.
20136 2014-03-11  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
20138         [BZ #16683]
20139         * sysdeps/powerpc/powerpc64/multiarch/memset-ppc64.S (__bzero_ppc):
20140         Define it for static builds as well.
20141         (NO_BZERO_IMPL): Likewise.
20143 2014-03-11  Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
20145         * sysdeps/powerpc/powerpc64/power7/strspn.S: New file: Optimization.
20146         * sysdeps/powerpc/powerpc64/multiarch/strspn.c: New file:
20147         multiarch strspn for PPC64.
20148         * sysdeps/powerpc/powerpc64/multiarch/strspn-ppc64.c: New file
20149         * sysdeps/powerpc/powerpc64/multiarch/strspn-power7.S: New file
20150         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
20151         (__libc_ifunc_impl_list): Likewise.
20152         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strspn
20153         multiarch optimizations
20154         * string/strspn.c (strspn): Using macro to redefine symbol name.
20156 2014-03-10  Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
20157             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
20159         * sysdeps/powerpc/powerpc64/power7/strncat.S: New file: Optimization.
20160         * sysdeps/powerpc/powerpc64/multiarch/strncat.c: New file:
20161         multiarch strncat for PPC64.
20162         * sysdeps/powerpc/powerpc64/multiarch/strncat-ppc64.c: New file
20163         * sysdeps/powerpc/powerpc64/multiarch/strncat-power7.S: New file
20164         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
20165         (__libc_ifunc_impl_list): Likewise.
20166         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strncat
20167         multiarch optimizations
20169 2014-03-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
20171         [BZ #16639]
20172         * nscd/nscd.service: Make service type forking.
20174 2014-03-03  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
20176         * sysdeps/powerpc/power5+/fpu/s_modf.c (__modf): Fix to return correct
20177         sign in non default rounding modes.
20178         * sysdeps/powerpc/power5+/fpu/s_modff.c (__modff): Likewise.
20180 2014-03-08  Joseph Myers  <joseph@codesourcery.com>
20182         * math/libm-test.inc (ALL_RM_TEST): New macro.
20183         (ceil_test): Use ALL_RM_TEST.
20184         (cimag_test): Likewise.
20185         (conj_test): Likewise.
20186         (copysign_test): Likewise.
20187         (cproj_test): Likewise.
20188         (creal_test): Likewise.
20189         (fabs_test): Likewise.
20190         (floor_test): Likewise.
20191         (fmax_test): Likewise.
20192         (fmin_test): Likewise.
20193         (fmod_test): Likewise.
20194         (fpclassify_test): Likewise.
20195         (frexp_test): Likewise.
20196         (ilogb_test): Likewise.
20197         (isfinite_test): Likewise.
20198         (finite_test): Likewise.
20199         (isgreater_test): Likewise.
20200         (isgreaterequal_test): Likewise.
20201         (isinf_test): Likewise.
20202         (isless_test): Likewise.
20203         (islessequal_test): Likewise.
20204         (islessgreater_test): Likewise.
20205         (isnan_test): Likewise.
20206         (isnormal_test): Likewise.
20207         (issignaling_test): Likewise.
20208         (isunordered_test): Likewise.
20209         (logb_test): Likewise.
20210         (logb_downward_test_data): Remove.
20211         (logb_test_downward): Likewise.
20212         (lround_test): Use ALL_RM_TEST.
20213         (llround_test): Likewise.
20214         (modf_test): Likewise.
20215         (nexttoward_test): Likewise.
20216         (remainder_test): Likewise.
20217         (drem_test): Likewise.
20218         (remainder_tonearest_test_data): Likewise.
20219         (remainder_test_tonearest): Likewise.
20220         (drem_test_tonearest): Likewise.
20221         (remainder_towardzero_test_data): Likewise.
20222         (remainder_test_towardzero): Likewise.
20223         (drem_test_towardzero): Likewise.
20224         (remainder_downward_test_data): Likewise.
20225         (remainder_test_downward): Likewise.
20226         (drem_test_downward): Likewise.
20227         (remainder_upward_test_data): Likewise.
20228         (remainder_test_upward): Likewise.
20229         (drem_test_upward): Likewise.
20230         (remquo_test): Use ALL_RM_TEST.  Remove comment about x.
20231         (round_test): Use ALL_RM_TEST.
20232         (signbit_test): Likewise.
20233         (trunc_test): Likewise.
20234         (significand_test): Likewise.
20235         (main): Don't call removed functions.
20237 2014-03-07  Joseph Myers  <joseph@codesourcery.com>
20239         [BZ #16674]
20240         * bits/siginfo.h (ILL_ILLOPC): Condition on [__USE_XOPEN_EXTENDED
20241         || __USE_XOPEN2K8].
20242         (ILL_ILLOPN): Likewise.
20243         (ILL_ILLADR): Likewise.
20244         (ILL_ILLTRP): Likewise.
20245         (ILL_PRVOPC): Likewise.
20246         (ILL_PRVREG): Likewise.
20247         (ILL_COPROC): Likewise.
20248         (ILL_BADSTK): Likewise.
20249         (FPE_INTDIV): Likewise.
20250         (FPE_INTOVF): Likewise.
20251         (FPE_FLTDIV): Likewise.
20252         (FPE_FLTOVF): Likewise.
20253         (FPE_FLTUND): Likewise.
20254         (FPE_FLTRES): Likewise.
20255         (FPE_FLTINV): Likewise.
20256         (FPE_FLTSUB): Likewise.
20257         (SEGV_MAPERR): Likewise.
20258         (SEGV_ACCERR): Likewise.
20259         (BUS_ADRALN): Likewise.
20260         (BUS_ADRERR): Likewise.
20261         (BUS_OBJERR): Likewise.
20262         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
20263         (TRAP_TRACE): Likewise.
20264         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
20265         __USE_XOPEN2K8].
20266         (CLD_KILLED): Likewise.
20267         (CLD_DUMPED): Likewise.
20268         (CLD_TRAPPED): Likewise.
20269         (CLD_STOPPED): Likewise.
20270         (CLD_CONTINUED): Likewise.
20271         (POLL_IN): Likewise.
20272         (POLL_OUT): Likewise.
20273         (POLL_MSG): Likewise.
20274         (POLL_ERR): Likewise.
20275         (POLL_PRI): Likewise.
20276         (POLL_HUP): Likewise.
20277         * sysdeps/unix/sysv/linux/alpha/bits/siginfo.h (ILL_ILLOPC):
20278         Likewise.
20279         (ILL_ILLOPN): Likewise.
20280         (ILL_ILLADR): Likewise.
20281         (ILL_ILLTRP): Likewise.
20282         (ILL_PRVOPC): Likewise.
20283         (ILL_PRVREG): Likewise.
20284         (ILL_COPROC): Likewise.
20285         (ILL_BADSTK): Likewise.
20286         (FPE_INTDIV): Likewise.
20287         (FPE_INTOVF): Likewise.
20288         (FPE_FLTDIV): Likewise.
20289         (FPE_FLTOVF): Likewise.
20290         (FPE_FLTUND): Likewise.
20291         (FPE_FLTRES): Likewise.
20292         (FPE_FLTINV): Likewise.
20293         (FPE_FLTSUB): Likewise.
20294         (SEGV_MAPERR): Likewise.
20295         (SEGV_ACCERR): Likewise.
20296         (BUS_ADRALN): Likewise.
20297         (BUS_ADRERR): Likewise.
20298         (BUS_OBJERR): Likewise.
20299         (BUS_MCEERR_AR): Likewise.
20300         (BUS_MCEERR_AO): Likewise.
20301         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
20302         (TRAP_TRACE): Likewise.
20303         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
20304         __USE_XOPEN2K8].
20305         (CLD_KILLED): Likewise.
20306         (CLD_DUMPED): Likewise.
20307         (CLD_TRAPPED): Likewise.
20308         (CLD_STOPPED): Likewise.
20309         (CLD_CONTINUED): Likewise.
20310         (POLL_IN): Likewise.
20311         (POLL_OUT): Likewise.
20312         (POLL_MSG): Likewise.
20313         (POLL_ERR): Likewise.
20314         (POLL_PRI): Likewise.
20315         (POLL_HUP): Likewise.
20316         * sysdeps/unix/sysv/linux/bits/siginfo.h (ILL_ILLOPC): Likewise.
20317         (ILL_ILLOPN): Likewise.
20318         (ILL_ILLADR): Likewise.
20319         (ILL_ILLTRP): Likewise.
20320         (ILL_PRVOPC): Likewise.
20321         (ILL_PRVREG): Likewise.
20322         (ILL_COPROC): Likewise.
20323         (ILL_BADSTK): Likewise.
20324         (FPE_INTDIV): Likewise.
20325         (FPE_INTOVF): Likewise.
20326         (FPE_FLTDIV): Likewise.
20327         (FPE_FLTOVF): Likewise.
20328         (FPE_FLTUND): Likewise.
20329         (FPE_FLTRES): Likewise.
20330         (FPE_FLTINV): Likewise.
20331         (FPE_FLTSUB): Likewise.
20332         (SEGV_MAPERR): Likewise.
20333         (SEGV_ACCERR): Likewise.
20334         (BUS_ADRALN): Likewise.
20335         (BUS_ADRERR): Likewise.
20336         (BUS_OBJERR): Likewise.
20337         (BUS_MCEERR_AR): Likewise.
20338         (BUS_MCEERR_AO): Likewise.
20339         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
20340         (TRAP_TRACE): Likewise.
20341         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
20342         __USE_XOPEN2K8].
20343         (CLD_KILLED): Likewise.
20344         (CLD_DUMPED): Likewise.
20345         (CLD_TRAPPED): Likewise.
20346         (CLD_STOPPED): Likewise.
20347         (CLD_CONTINUED): Likewise.
20348         (POLL_IN): Likewise.
20349         (POLL_OUT): Likewise.
20350         (POLL_MSG): Likewise.
20351         (POLL_ERR): Likewise.
20352         (POLL_PRI): Likewise.
20353         (POLL_HUP): Likewise.
20354         * sysdeps/unix/sysv/linux/ia64/bits/siginfo.h (ILL_ILLOPC):
20355         Likewise.
20356         (ILL_ILLOPN): Likewise.
20357         (ILL_ILLADR): Likewise.
20358         (ILL_ILLTRP): Likewise.
20359         (ILL_PRVOPC): Likewise.
20360         (ILL_PRVREG): Likewise.
20361         (ILL_COPROC): Likewise.
20362         (ILL_BADSTK): Likewise.
20363         (ILL_BADIADDR): Likewise.
20364         (ILL_BREAK): Likewise.
20365         (FPE_INTDIV): Likewise.
20366         (FPE_INTOVF): Likewise.
20367         (FPE_FLTDIV): Likewise.
20368         (FPE_FLTOVF): Likewise.
20369         (FPE_FLTUND): Likewise.
20370         (FPE_FLTRES): Likewise.
20371         (FPE_FLTINV): Likewise.
20372         (FPE_FLTSUB): Likewise.
20373         (FPE_DECOVF): Likewise.
20374         (FPE_DECDIV): Likewise.
20375         (FPE_DECERR): Likewise.
20376         (FPE_INVASC): Likewise.
20377         (FPE_INVDEC): Likewise.
20378         (SEGV_MAPERR): Likewise.
20379         (SEGV_ACCERR): Likewise.
20380         (SEGV_PSTKOVF): Likewise.
20381         (BUS_ADRALN): Likewise.
20382         (BUS_ADRERR): Likewise.
20383         (BUS_OBJERR): Likewise.
20384         (BUS_MCEERR_AR): Likewise.
20385         (BUS_MCEERR_AO): Likewise.
20386         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
20387         (TRAP_TRACE): Likewise.
20388         (TRAP_BRANCH): Likewise.
20389         (TRAP_HWBKPT): Likewise.
20390         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
20391         __USE_XOPEN2K8].
20392         (CLD_KILLED): Likewise.
20393         (CLD_DUMPED): Likewise.
20394         (CLD_TRAPPED): Likewise.
20395         (CLD_STOPPED): Likewise.
20396         (CLD_CONTINUED): Likewise.
20397         (POLL_IN): Likewise.
20398         (POLL_OUT): Likewise.
20399         (POLL_MSG): Likewise.
20400         (POLL_ERR): Likewise.
20401         (POLL_PRI): Likewise.
20402         (POLL_HUP): Likewise.
20403         * sysdeps/unix/sysv/linux/mips/bits/siginfo.h (ILL_ILLOPC): Likewise.
20404         (ILL_ILLOPN): Likewise.
20405         (ILL_ILLADR): Likewise.
20406         (ILL_ILLTRP): Likewise.
20407         (ILL_PRVOPC): Likewise.
20408         (ILL_PRVREG): Likewise.
20409         (ILL_COPROC): Likewise.
20410         (ILL_BADSTK): Likewise.
20411         (FPE_INTDIV): Likewise.
20412         (FPE_INTOVF): Likewise.
20413         (FPE_FLTDIV): Likewise.
20414         (FPE_FLTOVF): Likewise.
20415         (FPE_FLTUND): Likewise.
20416         (FPE_FLTRES): Likewise.
20417         (FPE_FLTINV): Likewise.
20418         (FPE_FLTSUB): Likewise.
20419         (SEGV_MAPERR): Likewise.
20420         (SEGV_ACCERR): Likewise.
20421         (BUS_ADRALN): Likewise.
20422         (BUS_ADRERR): Likewise.
20423         (BUS_OBJERR): Likewise.
20424         (BUS_MCEERR_AR): Likewise.
20425         (BUS_MCEERR_AO): Likewise.
20426         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
20427         (TRAP_TRACE): Likewise.
20428         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
20429         __USE_XOPEN2K8].
20430         (CLD_KILLED): Likewise.
20431         (CLD_DUMPED): Likewise.
20432         (CLD_TRAPPED): Likewise.
20433         (CLD_STOPPED): Likewise.
20434         (CLD_CONTINUED): Likewise.
20435         (POLL_IN): Likewise.
20436         (POLL_OUT): Likewise.
20437         (POLL_MSG): Likewise.
20438         (POLL_ERR): Likewise.
20439         (POLL_PRI): Likewise.
20440         (POLL_HUP): Likewise.
20441         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h (ILL_ILLOPC): Likewise.
20442         (ILL_ILLOPN): Likewise.
20443         (ILL_ILLADR): Likewise.
20444         (ILL_ILLTRP): Likewise.
20445         (ILL_PRVOPC): Likewise.
20446         (ILL_PRVREG): Likewise.
20447         (ILL_COPROC): Likewise.
20448         (ILL_BADSTK): Likewise.
20449         (FPE_INTDIV): Likewise.
20450         (FPE_INTOVF): Likewise.
20451         (FPE_FLTDIV): Likewise.
20452         (FPE_FLTOVF): Likewise.
20453         (FPE_FLTUND): Likewise.
20454         (FPE_FLTRES): Likewise.
20455         (FPE_FLTINV): Likewise.
20456         (FPE_FLTSUB): Likewise.
20457         (SEGV_MAPERR): Likewise.
20458         (SEGV_ACCERR): Likewise.
20459         (BUS_ADRALN): Likewise.
20460         (BUS_ADRERR): Likewise.
20461         (BUS_OBJERR): Likewise.
20462         (BUS_MCEERR_AR): Likewise.
20463         (BUS_MCEERR_AO): Likewise.
20464         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
20465         (TRAP_TRACE): Likewise.
20466         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
20467         __USE_XOPEN2K8].
20468         (CLD_KILLED): Likewise.
20469         (CLD_DUMPED): Likewise.
20470         (CLD_TRAPPED): Likewise.
20471         (CLD_STOPPED): Likewise.
20472         (CLD_CONTINUED): Likewise.
20473         (POLL_IN): Likewise.
20474         (POLL_OUT): Likewise.
20475         (POLL_MSG): Likewise.
20476         (POLL_ERR): Likewise.
20477         (POLL_PRI): Likewise.
20478         (POLL_HUP): Likewise.
20479         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h (ILL_ILLOPC): Likewise.
20480         (ILL_ILLOPN): Likewise.
20481         (ILL_ILLADR): Likewise.
20482         (ILL_ILLTRP): Likewise.
20483         (ILL_PRVOPC): Likewise.
20484         (ILL_PRVREG): Likewise.
20485         (ILL_COPROC): Likewise.
20486         (ILL_BADSTK): Likewise.
20487         (FPE_INTDIV): Likewise.
20488         (FPE_INTOVF): Likewise.
20489         (FPE_FLTDIV): Likewise.
20490         (FPE_FLTOVF): Likewise.
20491         (FPE_FLTUND): Likewise.
20492         (FPE_FLTRES): Likewise.
20493         (FPE_FLTINV): Likewise.
20494         (FPE_FLTSUB): Likewise.
20495         (SEGV_MAPERR): Likewise.
20496         (SEGV_ACCERR): Likewise.
20497         (BUS_ADRALN): Likewise.
20498         (BUS_ADRERR): Likewise.
20499         (BUS_OBJERR): Likewise.
20500         (BUS_MCEERR_AR): Likewise.
20501         (BUS_MCEERR_AO): Likewise.
20502         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
20503         (TRAP_TRACE): Likewise.
20504         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
20505         __USE_XOPEN2K8].
20506         (CLD_KILLED): Likewise.
20507         (CLD_DUMPED): Likewise.
20508         (CLD_TRAPPED): Likewise.
20509         (CLD_STOPPED): Likewise.
20510         (CLD_CONTINUED): Likewise.
20511         (POLL_IN): Likewise.
20512         (POLL_OUT): Likewise.
20513         (POLL_MSG): Likewise.
20514         (POLL_ERR): Likewise.
20515         (POLL_PRI): Likewise.
20516         (POLL_HUP): Likewise.
20517         * sysdeps/unix/sysv/linux/tile/bits/siginfo.h (ILL_ILLOPC): Likewise.
20518         (ILL_ILLOPN): Likewise.
20519         (ILL_ILLADR): Likewise.
20520         (ILL_ILLTRP): Likewise.
20521         (ILL_PRVOPC): Likewise.
20522         (ILL_PRVREG): Likewise.
20523         (ILL_COPROC): Likewise.
20524         (ILL_BADSTK): Likewise.
20525         (ILL_DBLFLT): Likewise.
20526         (ILL_HARDWALL): Likewise.
20527         (FPE_INTDIV): Likewise.
20528         (FPE_INTOVF): Likewise.
20529         (FPE_FLTDIV): Likewise.
20530         (FPE_FLTOVF): Likewise.
20531         (FPE_FLTUND): Likewise.
20532         (FPE_FLTRES): Likewise.
20533         (FPE_FLTINV): Likewise.
20534         (FPE_FLTSUB): Likewise.
20535         (SEGV_MAPERR): Likewise.
20536         (SEGV_ACCERR): Likewise.
20537         (BUS_ADRALN): Likewise.
20538         (BUS_ADRERR): Likewise.
20539         (BUS_OBJERR): Likewise.
20540         (BUS_MCEERR_AR): Likewise.
20541         (BUS_MCEERR_AO): Likewise.
20542         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
20543         (TRAP_TRACE): Likewise.
20544         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
20545         __USE_XOPEN2K8].
20546         (CLD_KILLED): Likewise.
20547         (CLD_DUMPED): Likewise.
20548         (CLD_TRAPPED): Likewise.
20549         (CLD_STOPPED): Likewise.
20550         (CLD_CONTINUED): Likewise.
20551         (POLL_IN): Likewise.
20552         (POLL_OUT): Likewise.
20553         (POLL_MSG): Likewise.
20554         (POLL_ERR): Likewise.
20555         (POLL_PRI): Likewise.
20556         (POLL_HUP): Likewise.
20557         * sysdeps/unix/sysv/linux/x86/bits/siginfo.h (ILL_ILLOPC): Likewise.
20558         (ILL_ILLOPN): Likewise.
20559         (ILL_ILLADR): Likewise.
20560         (ILL_ILLTRP): Likewise.
20561         (ILL_PRVOPC): Likewise.
20562         (ILL_PRVREG): Likewise.
20563         (ILL_COPROC): Likewise.
20564         (ILL_BADSTK): Likewise.
20565         (FPE_INTDIV): Likewise.
20566         (FPE_INTOVF): Likewise.
20567         (FPE_FLTDIV): Likewise.
20568         (FPE_FLTOVF): Likewise.
20569         (FPE_FLTUND): Likewise.
20570         (FPE_FLTRES): Likewise.
20571         (FPE_FLTINV): Likewise.
20572         (FPE_FLTSUB): Likewise.
20573         (SEGV_MAPERR): Likewise.
20574         (SEGV_ACCERR): Likewise.
20575         (BUS_ADRALN): Likewise.
20576         (BUS_ADRERR): Likewise.
20577         (BUS_OBJERR): Likewise.
20578         (BUS_MCEERR_AR): Likewise.
20579         (BUS_MCEERR_AO): Likewise.
20580         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
20581         (TRAP_TRACE): Likewise.
20582         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
20583         __USE_XOPEN2K8].
20584         (CLD_KILLED): Likewise.
20585         (CLD_DUMPED): Likewise.
20586         (CLD_TRAPPED): Likewise.
20587         (CLD_STOPPED): Likewise.
20588         (CLD_CONTINUED): Likewise.
20589         (POLL_IN): Likewise.
20590         (POLL_OUT): Likewise.
20591         (POLL_MSG): Likewise.
20592         (POLL_ERR): Likewise.
20593         (POLL_PRI): Likewise.
20594         (POLL_HUP): Likewise.
20595         * conform/Makefile (test-xfail-POSIX/signal.h/conform): Remove.
20596         (test-xfail-POSIX/sys/wait.h/conform): Likewise.
20598         [BZ #16670]
20599         * posix/sched.h [!__USE_XOPEN2K] (__need_time_t): Don't define
20600         before #include of <time.h>.
20601         [!__USE_XOPEN2K] (__need_timespec): Likewise.
20602         * conform/Makefile (test-xfail-POSIX/sched.h/conform): Remove.
20603         (test-xfail-UNIX98/sched.h/conform): Likewise.
20605 2014-03-07  Marcus Shawcroft  <marcus.shawcroft@arm.com>
20607         * sysdeps/aarch64/fpu/feenablxcpt.c (feenableexcept): Detect and
20608         error absence of trapping exception support.
20609         * sysdeps/aarch64/fpu/fesetenv.c (fesetenv): Likewise.
20611 2014-03-07  Joseph Myers  <joseph@codesourcery.com>
20613         * catgets/Makefile (tests-special): Add $(objpfx)sample.SJIS.cat.
20614         ($(objpfx)sample.SJIS.cat): Use $(evaluate-test).
20615         * timezone/Makefile (testdata): Move definition above include of
20616         Rules.
20617         (test-zones): New variable.
20618         (tests-special): Add zone files.
20619         (build-testdata): Use $(evaluate-test).
20621         * elf/Makefile (tests-special): Rename tests to end with .out.
20622         ($(objpfx)noload-mem): Likewise.
20623         ($(objpfx)tst-leaks1-mem): Likewise.
20624         ($(objpfx)tst-leaks1-static-mem.out): Likewise.
20625         * iconv/Makefile (xtests-special): Change test-iconvconfig to
20626         $(objpfx)test-iconvconfig.out.
20627         (test-iconvconfig): Change to $(objpfx)test-iconvconfig.out.  Use
20628         set -e inside subshell and redirect output to file.
20629         * iconvdata/Makefile (generated): Rename tests to end with .out.
20630         Correct type.
20631         (tests-special): Rename tests to end with .out.
20632         ($(objpfx)mtrace-tst-loading): Likewise.
20633         * intl/Makefile (generated): Likewise.
20634         (tests-special): Likewise.
20635         ($(objpfx)mtrace-tst-gettext): Likewise.
20636         * misc/Makefile (generated): Likewise.
20637         (tests-special): Likewise.
20638         ($(objpfx)tst-error1-mem): Likewise.
20639         * nptl/Makefile (tests-special): Likewise.
20640         ($(objpfx)tst-stack3-mem): Likewise.
20641         (generated): Likewise.
20642         * posix/Makefile (generated): Likewise.
20643         (tests-special): Likewise.
20644         (xtests-special): Likewise.
20645         ($(objpfx)tst-fnmatch-mem): Likewise.
20646         ($(objpfx)bug-regex2-mem): Likewise.
20647         ($(objpfx)bug-regex14-mem): Likewise.
20648         ($(objpfx)bug-regex21-mem): Likewise.
20649         ($(objpfx)bug-regex31-mem): Likewise.
20650         ($(objpfx)tst-vfork3-mem): Likewise.
20651         ($(objpfx)tst-rxspencer-no-utf8-mem): Likewise.
20652         ($(objpfx)tst-pcre-mem): Likewise.
20653         ($(objpfx)tst-boost-mem): Likewise.
20654         ($(objpfx)bug-ga2-mem): Likewise.
20655         ($(objpfx)bug-glob2-mem): Likewise.
20656         * resolv/Makefile (generate): Likewise.
20657         (tests-special): Likewise.
20658         (xtests-special): Likewise.
20659         (generated): Likewise.
20660         ($(objpfx)mtrace-tst-leaks): Likewise.
20661         ($(objpfx)mtrace-tst-leaks2): Likewise.
20663         * scripts/merge-test-results.sh: New file.
20664         * Makefile (tests-special-notdir): New variable.
20665         (tests): Run merge-test-results.sh.
20666         (xtests): Likewise.
20667         * Rules (tests-special-notdir): New variable.
20668         (xtests-special-notdir): Likewise.
20669         (tests): Run merge-test-results.sh
20670         (xtests): Likewise.
20672         * Makeconfig (test-xfail-name): New variable.
20673         (evaluate-test): Use $(test-xfail-name) instead of $(@F:.out=) to
20674         compute variable name for expected failures.
20675         * conform/Makefile (conformtest-headers-data): New variable.
20676         (conformtest-standards): Likewise.
20677         (conformtest-headers-ISO): Likewise.
20678         (conformtest-headers-ISO99): Likewise.
20679         (conformtest-headers-ISO11): Likewise.
20680         (conformtest-headers-POSIX): Likewise.
20681         (conformtest-headers-XPG3): Likewise.
20682         (conformtest-headers-XPG4): Likewise.
20683         (conformtest-headers-UNIX98): Likewise.
20684         (conformtest-headers-XOPEN2K): Likewise.
20685         (conformtest-headers-POSIX2008): Likewise.
20686         (conformtest-headers-XOPEN2K8): Likewise.
20687         (conformtest-header-list-base): Likewise.
20688         (conformtest-header-list-tests): Likewise.
20689         (conformtest-header-base): Likewise.
20690         (conformtest-header-tests): Likewise.
20691         (tests-special): Add $(conformtest-header-list-tests).  If
20692         [$(fast-check) && !$(cross-compiling)], add
20693         $(conformtest-header-tests) instead of
20694         $(objpfx)run-conformtest.out.
20695         (generated): Add $(conformtest-header-list-base).  If
20696         [$(fast-check) && !$(cross-compiling)], add
20697         $(conformtest-header-base).  Remove previous setting.
20698         ($(conformtest-header-list-tests)): New target.
20699         (test-xfail-run-conformtest): Remove variable.
20700         ($(objpfx)run-conformtest.out): Remove target.
20701         (test-xfail-ISO11/complex.h/conform): New variable.
20702         (test-xfail-ISO11/stdalign.h/conform): Likewise.
20703         (test-xfail-ISO11/stdnoreturn.h/conform): Likewise.
20704         (test-xfail-XPG3/varargs.h/conform): Likewise.
20705         (test-xfail-XPG4/varargs.h/conform): Likewise.
20706         (test-xfail-UNIX98/varargs.h/conform): Likewise.
20707         (test-xfail-XPG4/ndbm.h/conform): Likewise.
20708         (test-xfail-UNIX98/ndbm.h/conform): Likewise.
20709         (test-xfail-XOPEN2K/ndbm.h/conform): Likewise.
20710         (test-xfail-XOPEN2K8/ndbm.h/conform): Likewise.
20711         (test-xfail-XPG3/fcntl.h/conform): Likewise.
20712         (test-xfail-XPG3/ftw.h/conform): Likewise.
20713         (test-xfail-XPG3/grp.h/conform): Likewise.
20714         (test-xfail-XPG3/langinfo.h/conform): Likewise.
20715         (test-xfail-XPG3/limits.h/conform): Likewise.
20716         (test-xfail-XPG3/pwd.h/conform): Likewise.
20717         (test-xfail-XPG3/search.h/conform): Likewise.
20718         (test-xfail-XPG3/signal.h/conform): Likewise.
20719         (test-xfail-XPG3/stdio.h/conform): Likewise.
20720         (test-xfail-XPG3/stdlib.h/conform): Likewise.
20721         (test-xfail-XPG3/string.h/conform): Likewise.
20722         (test-xfail-XPG3/sys/ipc.h/conform): Likewise.
20723         (test-xfail-XPG3/sys/msg.h/conform): Likewise.
20724         (test-xfail-XPG3/sys/sem.h/conform): Likewise.
20725         (test-xfail-XPG3/sys/shm.h/conform): Likewise.
20726         (test-xfail-XPG3/sys/stat.h/conform): Likewise.
20727         (test-xfail-XPG3/sys/types.h/conform): Likewise.
20728         (test-xfail-XPG3/sys/wait.h/conform): Likewise.
20729         (test-xfail-XPG3/termios.h/conform): Likewise.
20730         (test-xfail-XPG3/time.h/conform): Likewise.
20731         (test-xfail-XPG3/unistd.h/conform): Likewise.
20732         (test-xfail-XPG4/arpa/inet.h/conform): Likewise.
20733         (test-xfail-XPG4/fcntl.h/conform): Likewise.
20734         (test-xfail-XPG4/langinfo.h/conform): Likewise.
20735         (test-xfail-XPG4/netdb.h/conform): Likewise.
20736         (test-xfail-XPG4/netinet/in.h/conform): Likewise.
20737         (test-xfail-XPG4/signal.h/conform): Likewise.
20738         (test-xfail-XPG4/stdio.h/conform): Likewise.
20739         (test-xfail-XPG4/stdlib.h/conform): Likewise.
20740         (test-xfail-XPG4/stropts.h/conform): Likewise.
20741         (test-xfail-XPG4/sys/ipc.h/conform): Likewise.
20742         (test-xfail-XPG4/sys/msg.h/conform): Likewise.
20743         (test-xfail-XPG4/sys/sem.h/conform): Likewise.
20744         (test-xfail-XPG4/sys/shm.h/conform): Likewise.
20745         (test-xfail-XPG4/sys/socket.h/conform): Likewise.
20746         (test-xfail-XPG4/sys/stat.h/conform): Likewise.
20747         (test-xfail-XPG4/sys/time.h/conform): Likewise.
20748         (test-xfail-XPG4/sys/types.h/conform): Likewise.
20749         (test-xfail-XPG4/sys/wait.h/conform): Likewise.
20750         (test-xfail-XPG4/termios.h/conform): Likewise.
20751         (test-xfail-XPG4/ucontext.h/conform): Likewise.
20752         (test-xfail-XPG4/unistd.h/conform): Likewise.
20753         (test-xfail-XPG4/utmpx.h/conform): Likewise.
20754         (test-xfail-POSIX/sched.h/conform): Likewise.
20755         (test-xfail-POSIX/signal.h/conform): Likewise.
20756         (test-xfail-POSIX/sys/wait.h/conform): Likewise.
20757         (test-xfail-POSIX/tar.h/conform): Likewise.
20758         (test-xfail-UNIX98/arpa/inet.h/conform): Likewise.
20759         (test-xfail-UNIX98/fcntl.h/conform): Likewise.
20760         (test-xfail-UNIX98/langinfo.h/conform): Likewise.
20761         (test-xfail-UNIX98/netdb.h/conform): Likewise.
20762         (test-xfail-UNIX98/netinet/in.h/conform): Likewise.
20763         (test-xfail-UNIX98/sched.h/conform): Likewise.
20764         (test-xfail-UNIX98/signal.h/conform): Likewise.
20765         (test-xfail-UNIX98/stdio.h/conform): Likewise.
20766         (test-xfail-UNIX98/stdlib.h/conform): Likewise.
20767         (test-xfail-UNIX98/stropts.h/conform): Likewise.
20768         (test-xfail-UNIX98/sys/ipc.h/conform): Likewise.
20769         (test-xfail-UNIX98/sys/msg.h/conform): Likewise.
20770         (test-xfail-UNIX98/sys/sem.h/conform): Likewise.
20771         (test-xfail-UNIX98/sys/shm.h/conform): Likewise.
20772         (test-xfail-UNIX98/sys/socket.h/conform): Likewise.
20773         (test-xfail-UNIX98/sys/time.h/conform): Likewise.
20774         (test-xfail-UNIX98/sys/wait.h/conform): Likewise.
20775         (test-xfail-UNIX98/ucontext.h/conform): Likewise.
20776         (test-xfail-UNIX98/unistd.h/conform): Likewise.
20777         (test-xfail-UNIX98/utmpx.h/conform): Likewise.
20778         (test-xfail-XOPEN2K/aio.h/conform): Likewise.
20779         (test-xfail-XOPEN2K/arpa/inet.h/conform): Likewise.
20780         (test-xfail-XOPEN2K/fcntl.h/conform): Likewise.
20781         (test-xfail-XOPEN2K/langinfo.h/conform): Likewise.
20782         (test-xfail-XOPEN2K/math.h/conform): Likewise.
20783         (test-xfail-XOPEN2K/mqueue.h/conform): Likewise.
20784         (test-xfail-XOPEN2K/netdb.h/conform): Likewise.
20785         (test-xfail-XOPEN2K/netinet/in.h/conform): Likewise.
20786         (test-xfail-XOPEN2K/semaphore.h/conform): Likewise.
20787         (test-xfail-XOPEN2K/signal.h/conform): Likewise.
20788         (test-xfail-XOPEN2K/stdarg.h/conform): Likewise.
20789         (test-xfail-XOPEN2K/stdio.h/conform): Likewise.
20790         (test-xfail-XOPEN2K/stropts.h/conform): Likewise.
20791         (test-xfail-XOPEN2K/sys/ipc.h/conform): Likewise.
20792         (test-xfail-XOPEN2K/sys/msg.h/conform): Likewise.
20793         (test-xfail-XOPEN2K/sys/sem.h/conform): Likewise.
20794         (test-xfail-XOPEN2K/sys/shm.h/conform): Likewise.
20795         (test-xfail-XOPEN2K/sys/socket.h/conform): Likewise.
20796         (test-xfail-XOPEN2K/sys/wait.h/conform): Likewise.
20797         (test-xfail-XOPEN2K/termios.h/conform): Likewise.
20798         (test-xfail-XOPEN2K/tgmath.h/conform): Likewise.
20799         (test-xfail-XOPEN2K/ucontext.h/conform): Likewise.
20800         (test-xfail-XOPEN2K/utmpx.h/conform): Likewise.
20801         (test-xfail-POSIX2008/arpa/inet.h/conform): Likewise.
20802         (test-xfail-POSIX2008/fcntl.h/conform): Likewise.
20803         (test-xfail-POSIX2008/netdb.h/conform): Likewise.
20804         (test-xfail-POSIX2008/netinet/in.h/conform): Likewise.
20805         (test-xfail-POSIX2008/signal.h/conform): Likewise.
20806         (test-xfail-POSIX2008/stropts.h/conform): Likewise.
20807         (test-xfail-POSIX2008/sys/socket.h/conform): Likewise.
20808         (test-xfail-POSIX2008/sys/wait.h/conform): Likewise.
20809         (test-xfail-XOPEN2K8/arpa/inet.h/conform): Likewise.
20810         (test-xfail-XOPEN2K8/fcntl.h/conform): Likewise.
20811         (test-xfail-XOPEN2K8/limits.h/conform): Likewise.
20812         (test-xfail-XOPEN2K8/math.h/conform): Likewise.
20813         (test-xfail-XOPEN2K8/netdb.h/conform): Likewise.
20814         (test-xfail-XOPEN2K8/netinet/in.h/conform): Likewise.
20815         (test-xfail-XOPEN2K8/signal.h/conform): Likewise.
20816         (test-xfail-XOPEN2K8/stdio.h/conform): Likewise.
20817         (test-xfail-XOPEN2K8/stropts.h/conform): Likewise.
20818         (test-xfail-XOPEN2K8/sys/ipc.h/conform): Likewise.
20819         (test-xfail-XOPEN2K8/sys/msg.h/conform): Likewise.
20820         (test-xfail-XOPEN2K8/sys/select.h/conform): Likewise.
20821         (test-xfail-XOPEN2K8/sys/sem.h/conform): Likewise.
20822         (test-xfail-XOPEN2K8/sys/shm.h/conform): Likewise.
20823         (test-xfail-XOPEN2K8/sys/socket.h/conform): Likewise.
20824         (test-xfail-XOPEN2K8/sys/time.h/conform): Likewise.
20825         (test-xfail-XOPEN2K8/sys/wait.h/conform): Likewise.
20826         (test-xfail-XOPEN2K8/termios.h/conform): Likewise.
20827         (test-xfail-XOPEN2K8/tgmath.h/conform): Likewise.
20828         (test-xfail-XOPEN2K8/utmpx.h/conform): Likewise.
20829         (conformtest-cc-flags): Likewise.
20830         ($(conformtest-header-tests): New target.
20831         * conform/check-header-lists.sh: New file.
20832         * conform/run-conformtest.sh: Remove.
20834         * conform/conformtest.pl: Allow ' and \ in values given for
20835         constants.
20836         * conform/data/semaphore.h-data [POSIX] (fcntl.h): Allow header
20837         inclusion.
20838         [POSIX] (sys/types.h): Likewise.
20839         [POSIX2008 || XOPEN2K8] (sys/types.h): Don't allow header
20840         inclusion.
20841         [POSIX || UNIX98 || XOPEN2K] (time.h): Don't allow header
20842         inclusion.
20843         * conform/data/signal.h-data (SIGIO): Remove expectation.
20844         [XPG3] (SIGBUS): Do not expect.
20845         [POSIX || XPG3] (SIGPOLL): Likewise.
20846         [POSIX || XPG3] (SIGPROF): Likewise.
20847         [POSIX || XPG3] (SIGSYS): Likewise.
20848         [XPG3] (SIGTRAP): Likewise.
20849         [POSIX || XPG3] (SIGURG): Likewise.
20850         [POSIX || XPG3] (SIGVTALRM): Likewise.
20851         [POSIX || XPG3] (SIGXCPU): Likewise.
20852         [POSIX || XPG3] (SIGXFSZ): Likewise.
20853         [POSIX] (SA_SIGINFO): Expect.
20854         [XPG3] (siginfo_t): Do not expect type or contents.
20855         [POSIX] (si_pid): Do not expect element.
20856         [POSIX] (si_uid): Likewise.
20857         [POSIX] (si_addr): Likewise.
20858         [POSIX] (si_status): Likewise.
20859         [POSIX] (si_band): Likewise.
20860         [XPG4] (si_value): Likewise.
20861         [POSIX || XPG3] (ILL_ILLOPC): Do not expect.
20862         [POSIX || XPG3] (ILL_ILLOPN): Likewise.
20863         [POSIX || XPG3] (ILL_ILLADR): Likewise.
20864         [POSIX || XPG3] (ILL_ILLTRP): Likewise.
20865         [POSIX || XPG3] (ILL_PRVOPC): Likewise.
20866         [POSIX || XPG3] (ILL_PRVREG): Likewise.
20867         [POSIX || XPG3] (ILL_COPROC): Likewise.
20868         [POSIX || XPG3] (ILL_BADSTK): Likewise.
20869         [POSIX || XPG3] (FPE_INTDIV): Likewise.
20870         [POSIX || XPG3] (FPE_INTOVF): Likewise.
20871         [POSIX || XPG3] (FPE_FLTDIV): Likewise.
20872         [POSIX || XPG3] (FPE_FLTOVF): Likewise.
20873         [POSIX || XPG3] (FPE_FLTUND): Likewise.
20874         [POSIX || XPG3] (FPE_FLTRES): Likewise.
20875         [POSIX || XPG3] (FPE_FLTINV): Likewise.
20876         [POSIX || XPG3] (FPE_FLTSUB): Likewise.
20877         [POSIX || XPG3] (SEGV_MAPERR): Likewise.
20878         [POSIX || XPG3] (SEGV_ACCERR): Likewise.
20879         [POSIX || XPG3] (BUS_ADRALN): Likewise.
20880         [POSIX || XPG3] (BUS_ADRERR): Likewise.
20881         [POSIX || XPG3] (BUS_OBJERR): Likewise.
20882         [POSIX || XPG3] (CLD_EXITED): Likewise.
20883         [POSIX || XPG3] (CLD_KILLED): Likewise.
20884         [POSIX || XPG3] (CLD_DUMPED): Likewise.
20885         [POSIX || XPG3] (CLD_TRAPPED): Likewise.
20886         [POSIX || XPG3] (CLD_STOPPED): Likewise.
20887         [POSIX || XPG3] (CLD_CONTINUED): Likewise.
20888         [POSIX || XPG3] (POLL_IN): Likewise.
20889         [POSIX || XPG3] (POLL_OUT): Likewise.
20890         [POSIX || XPG3] (POLL_MSG): Likewise.
20891         [POSIX || XPG3] (POLL_ERR): Likewise.
20892         [POSIX || XPG3] (POLL_PRI): Likewise.
20893         [POSIX || XPG3] (POLL_HUP): Likewise.
20894         [POSIX || XPG3 || POSIX2008] (TRAP_BRKPT): Likewise.
20895         [POSIX || XPG3 || POSIX2008] (TRAP_TRACE): Likewise.
20896         (SIG*): Do not allow.
20897         [XPG3] (si_*): Likewise.
20898         [XPG3] (SI_*): Likewise.
20899         [XPG3 || XPG4] (sigev_*): Likewise.
20900         [XPG3 || XPG4] (SIGEV_*): Likewise.
20901         [XPG3 || XPG4] (sival_*): Likewise.
20902         [POSIX || XPG3 || XPG4] (uc_*): Likewise.
20903         [POSIX || XPG3] (BUS_*): Likewise.
20904         [POSIX || XPG3] (CLD_*): Likewise.
20905         [POSIX || XPG3] (FPE_*): Likewise.
20906         [POSIX || XPG3] (ILL_*): Likewise.
20907         [POSIX || XPG3] (POLL_*): Likewise.
20908         [POSIX || XPG3] (SEGV_*): Likewise.
20909         [POSIX || XPG3 || POSIX2008] (SS_*): Likewise.
20910         [POSIX || XPG3 || POSIX2008] (SV_*): Likewise.
20911         [POSIX || XPG3 || POSIX2008] (TRAP_*): Likewise.
20912         [POSIX || XPG3 || POSIX2008] (ss_*): Likewise.
20913         [POSIX || XPG3 || POSIX2008] (sv_*): Likewise.
20914         * conform/data/tar.h-data (TMAGLEN): Use macro-int-constant.
20915         Specify type and value.
20916         (TVERSLEN): Likewise.
20917         (REGTYPE): Likewise.
20918         (AREGTYPE): Likewise.
20919         (LNKTYPE): Likewise.
20920         (SYMTYPE): Likewise.
20921         (CHRTYPE): Likewise.
20922         (BLKTYPE): Likewise.
20923         (DIRTYPE): Likewise.
20924         (FIFOTYPE): Likewise.
20925         (CONTTYPE): Likewise.
20926         (TSUID): Likewise.
20927         (TSGID): Likewise.
20928         (TSVTX): Likewise.
20929         (TUREAD): Likewise.
20930         (TUWRITE): Likewise.
20931         (TUEXEC): Likewise.
20932         (TGREAD): Likewise.
20933         (TGWRITE): Likewise.
20934         (TGEXEC): Likewise.
20935         (TOREAD): Likewise.
20936         (TOWRITE): Likewise.
20937         (TOEXEC): Likewise.
20938         [POSIX] (TSVTX): Expect constant.
20940 2014-03-06  Joseph Myers  <joseph@codesourcery.com>
20942         * Makefile (tests): Change dependencies to ....
20943         (tests-special): ... additions to this variable.
20944         (tests): Depend on $(tests-special).
20945         * Makerules (check-abi-list): New variable.
20946         (check-abi): Depend on $(check-abi-list).
20947         [$(subdir) = elf] (tests-special): Add
20948         $(objpfx)check-abi-libc.out.
20949         [$(build-shared) = yes && subdir] (tests-special): Add
20950         $(check-abi-list).
20951         [$(build-shared) = yes && subdir] (tests): Do not depend on
20952         check-abi.
20953         * Rules (tests): Depend on $(tests-special).
20954         (xtests): Depend on $(xtests-special).
20955         * catgets/Makefile (tests): Change dependencies to ....
20956         (tests-special): ... additions to this variable.
20957         * conform/Makefile (tests): Change dependencies to ....
20958         (tests-special): ... additions to this variable.
20959         * elf/Makefile (tests): Change dependencies to ....
20960         (tests-special): ... additions to this variable.
20961         * grp/Makefile (tests): Change dependencies to ....
20962         (tests-special): ... additions to this variable.
20963         * iconv/Makefile (xtests): Change dependencies to ....
20964         (xtests-special): ... additions to this variable.
20965         * iconvdata/Makefile (tests): Change dependencies to ....
20966         (tests-special): ... additions to this variable.
20967         * intl/Makefile (tests): Change dependencies to ....
20968         (tests-special): ... additions to this variable.  Also add
20969         $(objpfx)tst-gettext.out.
20970         * io/Makefile (tests): Change dependencies to ....
20971         (tests-special): ... additions to this variable.
20972         * libio/Makefile (tests): Change dependencies to ....
20973         (tests-special): ... additions to this variable.
20974         * malloc/Makefile (tests): Change dependencies to ....
20975         (tests-special): ... additions to this variable.
20976         * misc/Makefile (tests): Change dependencies to ....
20977         (tests-special): ... additions to this variable.
20978         * nptl/Makefile (tests): Change dependencies to ....
20979         (tests-special): ... additions to this variable.
20980         * nptl_db/Makefile (tests): Change dependencies to ....
20981         (tests-special): ... additions to this variable.
20982         * posix/Makefile (tests): Change dependencies to ....
20983         (tests-special): ... additions to this variable.
20984         (xtests): Change dependencies to ....
20985         (xtests-special): ... additions to this variable.
20986         * resolv/Makefile (tests): Change dependencies to ....
20987         (tests-special): ... additions to this variable.
20988         (xtests): Change dependencies to ....
20989         (xtests-special): ... additions to this variable.
20990         * stdio-common/Makefile (tests): Change dependencies to ....
20991         (tests-special): ... additions to this variable.
20992         (do-tst-unbputc): Remove target.
20993         (do-tst-printf): Likewise.
20994         * stdlib/Makefile (tests): Change dependencies to ....
20995         (tests-special): ... additions to this variable.
20996         * string/Makefile (tests): Change dependencies to ....
20997         (tests-special): ... additions to this variable.
20998         * sysdeps/x86/Makefile (tests): Change dependencies to ....
20999         (tests-special): ... additions to this variable.
21001         * conform/data/netinet/tcp.h-data [POSIX2008 || XOPEN2K8]: Enable
21002         whole file.
21003         * conform/data/sys/timeb.h-data [POSIX2008 || XOPEN2K8]: Disable
21004         whole file.
21005         * conform/data/sys/uio.h-data [POSIX2008]: Likewise.
21006         * conform/data/ucontext.h-data [POSIX2008 || XOPEN2K8]: Likewise.
21008         * conform/data/aio.h-data [XPG3 || XPG4]: Disable whole file.
21009         * conform/data/arpa/inet.h-data [XPG3]: Likewise.
21010         * conform/data/dlfcn.h-data [XPG3 || XPG4]: Likewise.
21011         * conform/data/fmtmsg.h-data [XPG3]: Likewise.
21012         * conform/data/libgen.h-data [XPG3]: Likewise.
21013         * conform/data/mqueue.h-data [XPG3 || XPG4]: Likewise.
21014         * conform/data/ndbm.h-data [XPG3]: Likewise.
21015         * conform/data/net/if.h-data [XPG3 || XPG4 || UNIX98]: Likewise.
21016         * conform/data/netdb.h-data [XPG3]: Likewise.
21017         * conform/data/netinet/in.h-data [XPG3]: Likewise.
21018         * conform/data/poll.h-data [XPG3]: Likewise.
21019         * conform/data/spawn.h-data [XPG3 || XPG4 || UNIX98]: Likewise.
21020         * conform/data/strings.h-data [XPG3]: Likewise.
21021         * conform/data/stropts.h-data [XPG3]: Likewise.
21022         * conform/data/sys/mman.h-data [XPG3]: Likewise.
21023         * conform/data/sys/resource.h-data [XPG3]: Likewise.
21024         * conform/data/sys/select.h-data [XPG3 || XPG4 || UNIX98]:
21025         Likewise.
21026         * conform/data/sys/statvfs.h-data [XPG3]: Likewise.
21027         * conform/data/sys/time.h-data [XPG3]: Likewise.
21028         * conform/data/sys/timeb.h-data [XPG3]: Likewise.
21029         * conform/data/sys/uio.h-data [XPG3]: Likewise.
21030         * conform/data/sys/un.h-data [XPG3]: Likewise.
21031         * conform/data/syslog.h-data [XPG3]: Likewise.
21032         * conform/data/ucontext.h-data [XPG3]: Likewise.
21033         * conform/data/utmpx.h-data [XPG3]: Likewise.
21034         * conform/data/varargs.h-data [UNIX98]: Enable file.
21036         * manual/Makefile (INSTALL_INFO): Remove variable setting.
21038         * math/libm-test.inc (struct test_f_f_data): Move expected results
21039         into structure for each rounding mode.
21040         (struct test_ff_f_data): Likewise.
21041         (struct test_ff_f_data_nexttoward): Likewise.
21042         (struct test_fi_f_data): Likewise.
21043         (struct test_fl_f_data): Likewise.
21044         (struct test_if_f_data): Likewise.
21045         (struct test_fff_f_data): Likewise.
21046         (struct test_c_f_data): Likewise.
21047         (struct test_f_f1_data): Likewise.
21048         (struct test_fF_f1_data): Likewise.
21049         (struct test_ffI_f1_data): Likewise.
21050         (struct test_c_c_data): Likewise.
21051         (struct test_cc_c_data): Likewise.
21052         (struct test_f_i_data): Likewise.
21053         (struct test_ff_i_data): Likewise.
21054         (struct test_f_l_data): Likewise.
21055         (struct test_f_L_data): Likewise.
21056         (struct test_fFF_11_data): Likewise.
21057         (RM_): New macro.
21058         (RM_FE_DOWNWARD): Likewise.
21059         (RM_FE_TONEAREST): Likewise.
21060         (RM_FE_TOWARDZERO): Likewise.
21061         (RM_FE_UPWARD): Likewise.
21062         (RUN_TEST_LOOP_f_f): Update references to expected results.
21063         (RUN_TEST_LOOP_2_f): Likewise.
21064         (RUN_TEST_LOOP_fff_f): Likewise.
21065         (RUN_TEST_LOOP_c_f): Likewise.
21066         (RUN_TEST_LOOP_f_f1): Likewise.
21067         (RUN_TEST_LOOP_fF_f1): Likewise.
21068         (RUN_TEST_LOOP_fI_f1): Likewise.
21069         (RUN_TEST_LOOP_ffI_f1): Likewise.
21070         (RUN_TEST_LOOP_c_c): Likewise.
21071         (RUN_TEST_LOOP_cc_c): Likewise.
21072         (RUN_TEST_LOOP_f_i): Likewise.
21073         (RUN_TEST_LOOP_f_i_tg): Likewise.
21074         (RUN_TEST_LOOP_ff_i_tg): Likewise.
21075         (RUN_TEST_LOOP_f_b): Likewise.
21076         (RUN_TEST_LOOP_f_b_tg): Likewise.
21077         (RUN_TEST_LOOP_f_l): Likewise.
21078         (RUN_TEST_LOOP_f_L): Likewise.
21079         (RUN_TEST_LOOP_fFF_11): Likewise.
21080         * math/gen-libm-test.pl (parse_args): Output four copies of
21081         expected results for each test.
21083         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
21084         (__ASSUME_UTIMES): Remove.
21085         * sysdeps/unix/sysv/linux/tile/kernel-features.h
21086         (__ASSUME_UTIMES): Likewise.
21088         * math/gen-auto-libm-tests.c: Update comment on output format.
21089         (output_for_one_input_case): Generate before-rounding and
21090         after-rounding information as conditions on output flags not
21091         floating-point format.
21092         * math/auto-libm-test-out: Regenerated.
21093         * math/gen-libm-test.pl (cond_value): New function.
21094         (or_cond_value): Use cond_value.
21095         (generate_testfile): Handle conditional exceptions.
21097 2014-03-05  Joseph Myers  <joseph@codesourcery.com>
21099         * math/libm-test.inc (max_valid_error): New variable.
21100         (init_max_error): Take new argument specifying whether function
21101         results are exactly determined.  Set max_valid_error and bound
21102         other variables for errors based on this argument.
21103         (set_max_error): Do not record results above max_valid_error.
21104         (check_float_internal): Only accept errors of up to 0.5ulps if
21105         also at most max_valid_error.
21106         (START): Take new argument EXACT and pass it to init_max_error.
21107         (acos_test): Update call to START.
21108         (acos_test_tonearest): Likewise.
21109         (acos_test_towardzero): Likewise.
21110         (acos_test_downward): Likewise.
21111         (acos_test_upward): Likewise.
21112         (acosh_test): Likewise.
21113         (asin_test): Likewise.
21114         (asin_test_tonearest): Likewise.
21115         (asin_test_towardzero): Likewise.
21116         (asin_test_downward): Likewise.
21117         (asin_test_upward): Likewise.
21118         (asinh_test): Likewise.
21119         (atan_test): Likewise.
21120         (atanh_test): Likewise.
21121         (atan2_test): Likewise.
21122         (cabs_test): Likewise.
21123         (cacos_test): Likewise.
21124         (cacosh_test): Likewise.
21125         (carg_test): Likewise.
21126         (casin_test): Likewise.
21127         (casinh_test): Likewise.
21128         (catan_test): Likewise.
21129         (catanh_test): Likewise.
21130         (cbrt_test): Likewise.
21131         (ccos_test): Likewise.
21132         (ccosh_test): Likewise.
21133         (ceil_test): Likewise.
21134         (cexp_test): Likewise.
21135         (cimag_test): Likewise.
21136         (clog_test): Likewise.
21137         (clog10_test): Likewise.
21138         (conj_test): Likewise.
21139         (copysign_test): Likewise.
21140         (cos_test): Likewise.
21141         (cos_test_tonearest): Likewise.
21142         (cos_test_towardzero): Likewise.
21143         (cos_test_downward): Likewise.
21144         (cos_test_upward): Likewise.
21145         (cosh_test): Likewise.
21146         (cosh_test_tonearest): Likewise.
21147         (cosh_test_towardzero): Likewise.
21148         (cosh_test_downward): Likewise.
21149         (cosh_test_upward): Likewise.
21150         (cpow_test): Likewise.
21151         (cproj_test): Likewise.
21152         (creal_test): Likewise.
21153         (csin_test): Likewise.
21154         (csinh_test): Likewise.
21155         (csqrt_test): Likewise.
21156         (ctan_test): Likewise.
21157         (ctan_test_tonearest): Likewise.
21158         (ctan_test_towardzero): Likewise.
21159         (ctan_test_downward): Likewise.
21160         (ctan_test_upward): Likewise.
21161         (ctanh_test): Likewise.
21162         (ctanh_test_tonearest): Likewise.
21163         (ctanh_test_towardzero): Likewise.
21164         (ctanh_test_downward): Likewise.
21165         (ctanh_test_upward): Likewise.
21166         (erf_test): Likewise.
21167         (erfc_test): Likewise.
21168         (exp_test): Likewise.
21169         (exp_test_tonearest): Likewise.
21170         (exp_test_towardzero): Likewise.
21171         (exp_test_downward): Likewise.
21172         (exp_test_upward): Likewise.
21173         (exp10_test): Likewise.
21174         (exp10_test_tonearest): Likewise.
21175         (exp10_test_towardzero): Likewise.
21176         (exp10_test_downward): Likewise.
21177         (exp10_test_upward): Likewise.
21178         (pow10_test): Likewise.
21179         (exp2_test): Likewise.
21180         (expm1_test): Likewise.
21181         (expm1_test_tonearest): Likewise.
21182         (expm1_test_towardzero): Likewise.
21183         (expm1_test_downward): Likewise.
21184         (expm1_test_upward): Likewise.
21185         (fabs_test): Likewise.
21186         (fdim_test): Likewise.
21187         (floor_test): Likewise.
21188         (fma_test): Likewise.
21189         (fma_test_towardzero): Likewise.
21190         (fma_test_downward): Likewise.
21191         (fma_test_upward): Likewise.
21192         (fmax_test): Likewise.
21193         (fmin_test): Likewise.
21194         (fmod_test): Likewise.
21195         (fpclassify_test): Likewise.
21196         (frexp_test): Likewise.
21197         (hypot_test): Likewise.
21198         (ilogb_test): Likewise.
21199         (isfinite_test): Likewise.
21200         (finite_test): Likewise.
21201         (isgreater_test): Likewise.
21202         (isgreaterequal_test): Likewise.
21203         (isinf_test): Likewise.
21204         (isless_test): Likewise.
21205         (islessequal_test): Likewise.
21206         (islessgreater_test): Likewise.
21207         (isnan_test): Likewise.
21208         (isnormal_test): Likewise.
21209         (issignaling_test): Likewise.
21210         (isunordered_test): Likewise.
21211         (j0_test): Likewise.
21212         (j1_test): Likewise.
21213         (jn_test): Likewise.
21214         (ldexp_test): Likewise.
21215         (lgamma_test): Likewise.
21216         (gamma_test): Likewise.
21217         (lrint_test): Likewise.
21218         (lrint_test_tonearest): Likewise.
21219         (lrint_test_towardzero): Likewise.
21220         (lrint_test_downward): Likewise.
21221         (lrint_test_upward): Likewise.
21222         (llrint_test): Likewise.
21223         (llrint_test_tonearest): Likewise.
21224         (llrint_test_towardzero): Likewise.
21225         (llrint_test_downward): Likewise.
21226         (llrint_test_upward): Likewise.
21227         (log_test): Likewise.
21228         (log10_test): Likewise.
21229         (log1p_test): Likewise.
21230         (log2_test): Likewise.
21231         (logb_test): Likewise.
21232         (logb_test_downward): Likewise.
21233         (lround_test): Likewise.
21234         (llround_test): Likewise.
21235         (modf_test): Likewise.
21236         (nearbyint_test): Likewise.
21237         (nextafter_test): Likewise.
21238         (nexttoward_test): Likewise.
21239         (pow_test): Likewise.
21240         (pow_test_tonearest): Likewise.
21241         (pow_test_towardzero): Likewise.
21242         (pow_test_downward): Likewise.
21243         (pow_test_upward): Likewise.
21244         (remainder_test): Likewise.
21245         (drem_test): Likewise.
21246         (remainder_test_tonearest): Likewise.
21247         (drem_test_tonearest): Likewise.
21248         (remainder_test_towardzero): Likewise.
21249         (drem_test_towardzero): Likewise.
21250         (remainder_test_downward): Likewise.
21251         (drem_test_downward): Likewise.
21252         (remainder_test_upward): Likewise.
21253         (drem_test_upward): Likewise.
21254         (remquo_test): Likewise.
21255         (rint_test): Likewise.
21256         (rint_test_tonearest): Likewise.
21257         (rint_test_towardzero): Likewise.
21258         (rint_test_downward): Likewise.
21259         (rint_test_upward): Likewise.
21260         (round_test): Likewise.
21261         (scalb_test): Likewise.
21262         (scalbn_test): Likewise.
21263         (scalbln_test): Likewise.
21264         (signbit_test): Likewise.
21265         (sin_test): Likewise.
21266         (sin_test_tonearest): Likewise.
21267         (sin_test_towardzero): Likewise.
21268         (sin_test_downward): Likewise.
21269         (sin_test_upward): Likewise.
21270         (sincos_test): Likewise.
21271         (sinh_test): Likewise.
21272         (sinh_test_tonearest): Likewise.
21273         (sinh_test_towardzero): Likewise.
21274         (sinh_test_downward): Likewise.
21275         (sinh_test_upward): Likewise.
21276         (sqrt_test): Likewise.
21277         (sqrt_test_tonearest): Likewise.
21278         (sqrt_test_towardzero): Likewise.
21279         (sqrt_test_downward): Likewise.
21280         (sqrt_test_upward): Likewise.
21281         (tan_test): Likewise.
21282         (tan_test_tonearest): Likewise.
21283         (tan_test_towardzero): Likewise.
21284         (tan_test_downward): Likewise.
21285         (tan_test_upward): Likewise.
21286         (tanh_test): Likewise.
21287         (tgamma_test): Likewise.
21288         (trunc_test): Likewise.
21289         (y0_test): Likewise.
21290         (y1_test): Likewise.
21291         (yn_test): Likewise.
21292         (significand_test): Likewise.
21294         * math/libm-test.inc (struct ulp_data): Don't refer to ulps for
21295         individual tests in comment.
21296         (libm-test-ulps.h): Don't refer to test_ulps in #include comment.
21297         (prev_max_error): New variable.
21298         (prev_real_max_error): Likewise.
21299         (prev_imag_max_error): Likewise.
21300         (compare_ulp_data): Don't refer to test names in comment.
21301         (find_test_ulps): Remove function.
21302         (find_function_ulps): Likewise.
21303         (find_complex_function_ulps): Likewise.
21304         (init_max_error): Take function name as argument.  Look up ulps
21305         for that function.
21306         (print_ulps): Remove function.
21307         (print_max_error): Use prev_max_error instead of calling
21308         find_function_ulps.
21309         (print_complex_max_error): Use prev_real_max_error and
21310         prev_imag_max_error instead of calling find_complex_function_ulps.
21311         (check_float_internal): Take max_ulp parameter instead of calling
21312         find_test_ulps.  Don't call print_ulps.
21313         (check_float): Update call to check_float_internal.
21314         (check_complex): Update calls to check_float_internal.
21315         (START): Pass argument to init_max_error.
21316         * math/gen-libm-test.pl (%results): Don't include "kind"
21317         information.
21318         (parse_ulps): Don't handle ulps of individual tests.
21319         (print_ulps_file): Likewise.
21320         (output_ulps): Likewise.
21321         * math/README.libm-test: Update.
21322         * manual/libm-err-tab.pl (parse_ulps): Don't handle ulps of
21323         individual tests.
21324         * sysdeps/aarch64/libm-test-ulps: Remove individual test ulps.
21325         * sysdeps/alpha/fpu/libm-test-ulps: Likewise.
21326         * sysdeps/arm/libm-test-ulps: Likewise.
21327         * sysdeps/i386/fpu/libm-test-ulps: Likewise.
21328         * sysdeps/ia64/fpu/libm-test-ulps: Likewise.
21329         * sysdeps/m68k/coldfire/fpu/libm-test-ulps: Likewise.
21330         * sysdeps/m68k/m680x0/fpu/libm-test-ulps: Likewise.
21331         * sysdeps/microblaze/libm-test-ulps: Likewise.
21332         * sysdeps/mips/mips32/libm-test-ulps: Likewise.
21333         * sysdeps/mips/mips64/libm-test-ulps: Likewise.
21334         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
21335         * sysdeps/powerpc/nofpu/libm-test-ulps: Likewise.
21336         * sysdeps/s390/fpu/libm-test-ulps: Likewise.
21337         * sysdeps/sh/libm-test-ulps: Likewise.
21338         * sysdeps/sparc/fpu/libm-test-ulps: Likewise.
21339         * sysdeps/tile/libm-test-ulps: Likewise.
21340         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
21342 2014-03-04  Joseph Myers  <joseph@codesourcery.com>
21344         * math/libm-test.inc (print_complex_max_error): Check separately
21345         whether real and imaginary errors are within allowed range and
21346         pass 0 to print_complex_function_ulps instead of value within
21347         allowed range.
21349 2014-03-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
21351         * libio/tst-ftell-active-handler.c (get_handles_fdopen): Fix
21352         formatting.
21353         (get_handles_fopen): Likewise.
21354         (do_write_test): Likewise.
21356         * libio/wfileops.c (do_ftell_wide): Fix up formatting.
21358         * libio/fileops.c (do_ftell): Use cached offset when
21359         available.
21360         * libio/iofwide.c (do_ftell_wide): Likewise.
21361         * libio/iofdopen.c (_IO_new_fdopen): Don't use
21362         _IO_file_attach.
21363         * libio/wfileops.c (_IO_fwide): Don't cache offset.
21365         [BZ #16532]
21366         * libio/libioP.h (get_file_offset): New function.
21367         * libio/fileops.c (get_file_offset): Likewise.
21368         (do_ftell): Likewise.
21369         (_IO_new_file_seekoff): Split out ftell logic.
21370         * libio/wfileops.c (do_ftell_wide): Likewise.
21371         (_IO_wfile_seekoff): Split out ftell logic.
21372         * libio/tst-ftell-active-handler.c: New test case.
21373         * libio/Makefile (tests): Add it.
21375 2014-03-03  Roland McGrath  <roland@hack.frob.com>
21377         * nptl/ChangeLog: Renamed to nptl/ChangeLog.old, no longer used.
21378         * nptl_db/ChangeLog: Renamed to nptl_db/ChangeLog.old, no longer used.
21380 2014-03-03  Siddhesh Poyarekar  <siddhesh@redhat.com>
21382         [BZ #16639]
21383         * nscd/connections.c (nscd_init): Call do_exit.
21384         (start_threads): Call do_exit and notify_parent.
21385         (begin_drop_privileges): Call do_exit.
21386         (finish_drop_privileges): Likewise.
21387         * nscd/selinux.c (preserve_capabilities): Likewise.
21388         (install_real_capabilities): Likewise.
21389         (nscd_selinux_enabled): Likewise.
21390         (avc_create_thread): Likewise.
21391         (avc_alloc_lock): Likewise.
21392         (nscd_avc_init): Likewise.
21393         * nscd/nscd.c (parent_fd): New static variable.
21394         (main): Create a pipe between parent and child processes.
21395         Skip closing parent_fd.
21396         (monitor_child): New function.
21397         (do_exit): Likewise.
21398         (notify_parent): Likewise.
21399         * nscd/nscd.h (notify_parent): Likewise.
21400         (do_exit): Likewise.
21402 2014-03-03  Carlos O'Donell  <carlos@redhat.com>
21404         * malloc/malloc.c (__libc_calloc): Revert last change.
21406 2014-03-03  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
21408         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
21410 2014-03-03  Rajalakshmi Srinivasaraghavan <raji@linux.vnet.ibm.com>
21412         * sysdeps/powerpc/powerpc64/power7/strrchr.S: New file.
21413         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strrchr multiarch
21414         implementation.
21415         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
21416         (__libc_ifunc_impl_list): Likewise.
21417         * sysdeps/powerpc/powerpc64/multiarch/strrchr.c: New file.
21418         * sysdeps/powerpc/powerpc64/multiarch/strrchr-ppc64.c: New file.
21419         * sysdeps/powerpc/powerpc64/multiarch/strrchr-power7.S: New file.
21420         * string/strrchr.c: Define STRRCHR.
21422 2014-02-28  Ondřej Bílka  <neleai@seznam.cz>
21424         * benchtest/bench-strtok.c (simple_strtok): Delete.
21425         (strtok_string): Use as benchmark.
21426         * string/strtok (STRTOK): New macro.
21428 2014-02-28  Carlos O'Donell  <carlos@redhat.com>
21430         * manual/threads.texi: Add header and standard comments to all
21431         functions.
21433         * elf/dl-lookup.c (check_match): New function.
21434         (ELF_MACHINE_SYM_NO_MATCH): Adjust comment.
21435         (do_lookup_x): Remove nested function check_match. Use non-nested
21436         function check_match.
21438 2014-02-28  Roland McGrath  <roland@hack.frob.com>
21440         * csu/Makefile (generated, before-compile): Use += rather than =.
21441         * catgets/Makefile (generated, generated-dirs): Likewise.
21442         * debug/Makefile (generated): Likewise.
21443         * dlfcn/Makefile (generated): Likewise.
21444         * elf/Makefile (before-compile, generated, generated-dirs): Likewise.
21445         * iconvdata/Makefile (before-compile, generated): Likewise.
21446         * intl/Makefile (before-compile, generated, generated-dirs): Likewise.
21447         * libio/Makefile (generated): Likewise.
21448         * malloc/Makefile (generated): Likewise.
21449         * manual/Makefile (generated, generated-dirs): Likewise.
21450         * misc/Makefile (generated): Likewise.
21451         * posix/Makefile (generated): Likewise.
21452         * resolv/Makefile (generated): Likewise.
21453         * sunrpc/Makefile (generated, generated-dirs): Likewise.
21454         * timezone/Makefile (generated, generated-dirs): Likewise.
21456         * stdio-common/Versions (libc: GLIBC_PRIVATE): Add missing }.
21458 2014-02-27  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
21460         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add llround
21461         power8 implementation.
21462         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround-power8.S: New
21463         file: POWER8 llround ifunc implementation.
21464         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround.c
21465         (__lllround): Add POWER8 implementation.
21466         * sysdeps/powerpc/powerpc64/power8/fpu/s_llround.S: New file:
21467         POWER8 llround implementation.
21469         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add llrint
21470         power8 implementation.
21471         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint-power8.S: New
21472         file: POWER8 llrint ifunc implementation.
21473         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint.c (__lllrint):
21474         Add POWER8 implementation.
21475         * sysdeps/powerpc/powerpc64/power8/fpu/s_llrint.S: New file:
21476         POWER8 llrint implementation.
21478         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add finite
21479         power8 implementation.
21480         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite-power8.S: New
21481         file: POWER8 finite ifunc implementation.
21482         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite.c (__finite):
21483         Add POWER8 implementation.
21484         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finitef.c (__finitef):
21485         Likewise.
21486         * sysdeps/powerpc/powerpc64/power8/fpu/s_finite.S: New file:
21487         POWER8 finite implementation.
21488         * sysdeps/powerpc/powerpc64/power8/fpu/s_finitef.S: New file.
21490         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add isinf
21491         power8 implementation.
21492         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf-power8.S: New
21493         file: POWER8 isinf ifunc implementation.
21494         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf.c (__isinf): Add
21495         POWER8 implementation.
21496         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinff.c (__isinff):
21497         Likewise.
21498         * sysdeps/powerpc/powerpc64/power8/fpu/s_isinf.S: New file: POWER8
21499         isinf implementation.
21500         * sysdeps/powerpc/powerpc64/power8/fpu/s_isinff.S: New file.
21502         * sysdeps/powerpc/powerpc32/power4/multiarch/init-arch.h
21503         (INIT_ARCH): Add hwcap2 initialization.
21504         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add isnan
21505         power8 implementation.
21506         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power8.S: New
21507         file: POWER8 isnan ifunc implementation.
21508         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan.c (__isnan): Add
21509         POWER8 implementation.
21510         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnanf.c (__isnanf):
21511         Likewise.
21512         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnan.S: New file: POWER8
21513         isnan implementation.
21514         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnanf.S: New file.
21516 2014-02-27  Joey Ye  <joey.ye@arm.com>
21518         * sysdeps/arm/soft-fp/sfp-machine.h (_FP_NANFRAC_S, _FP_NANFRAC_D)
21519         (_FP_NANFRAC_Q): Set to zero.
21521 2014-02-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
21523         [BZ #16623]
21524         * math/auto-libm-test-in: New test inputs.
21525         * math/auto-libm-test-out: Regenerate.
21526         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Preserve sign of A
21527         and DA.
21528         (__cos): Likewise.
21529         * sysdeps/x86_64/fpu/libm-test-ulps: Regenerate.
21531 2014-02-27  Joseph Myers  <joseph@codesourcery.com>
21533         * scripts/evaluate-test.sh: Take new argument indicating whether
21534         failure is expected.
21535         * Makeconfig (evaluate-test): Pass argument to evaluate-test.sh
21536         indicating whether failure is expected.
21537         * conform/Makefile (test-xfail-run-conformtest): New variable.
21538         ($(objpfx)run-conformtest.out): Don't expect to fail at makefile
21539         level.
21540         * posix/Makefile (test-xfail-annexc): New variable.
21541         ($(objpfx)annexc.out): Don't expect to fail at makefile level.
21543 2014-02-26  Joseph Myers  <joseph@codesourcery.com>
21545         * argp/Makefile: Include Makeconfig immediately after defining
21546         subdir.
21547         * assert/Makefile: Likewise.
21548         * benchtests/Makefile: Likewise.
21549         * catgets/Makefile: Likewise.
21550         * conform/Makefile: Likewise.
21551         * crypt/Makefile: Likewise.
21552         * csu/Makefile: Likewise.
21553         (all): Remove target.
21554         * ctype/Makefile: Include Makeconfig immediately after defining
21555         subdir.
21556         * debug/Makefile: Likewise.
21557         * dirent/Makefile: Likewise.
21558         * dlfcn/Makefile: Likewise.
21559         * gmon/Makefile: Likewise.
21560         * gnulib/Makefile: Likewise.
21561         * grp/Makefile: Likewise.
21562         * gshadow/Makefile: Likewise.
21563         * hesiod/Makefile: Likewise.
21564         * hurd/Makefile: Likewise.
21565         (all): Remove target.
21566         * iconvdata/Makefile: Include Makeconfig immediately after
21567         defining subdir.
21568         * inet/Makefile: Likewise.
21569         * intl/Makefile: Likewise.
21570         * io/Makefile: Likewise.
21571         * libio/Makefile: Likewise.
21572         (all): Remove target.
21573         * locale/Makefile: Include Makeconfig immediately after defining
21574         subdir.
21575         * login/Makefile: Likewise.
21576         * mach/Makefile: Likewise.
21577         (all): Remove target.
21578         * malloc/Makefile: Include Makeconfig immediately after defining
21579         subdir.
21580         (all): Remove target.
21581         * manual/Makefile: Include Makeconfig immediately after defining
21582         subdir.
21583         * math/Makefile: Likewise.
21584         * misc/Makefile: Likewise.
21585         * nis/Makefile: Likewise.
21586         * nss/Makefile: Likewise.
21587         * po/Makefile: Likewise.
21588         (all): Remove target.
21589         * posix/Makefile: Include Makeconfig immediately after defining
21590         subdir.
21591         * pwd/Makefile: Likewise.
21592         * resolv/Makefile: Likewise.
21593         * resource/Makefile: Likewise.
21594         * rt/Makefile: Likewise.
21595         * setjmp/Makefile: Likewise.
21596         * shadow/Makefile: Likewise.
21597         * signal/Makefile: Likewise.
21598         * socket/Makefile: Likewise.
21599         * soft-fp/Makefile: Likewise.
21600         * stdio-common/Makefile: Likewise.
21601         * stdlib/Makefile: Likewise.
21602         * streams/Makefile: Likewise.
21603         * string/Makefile: Likewise.
21604         * sunrpc/Makefile: Likewise.
21605         (all): Remove target.
21606         * sysvipc/Makefile: Include Makeconfig immediately after defining
21607         subdir.
21608         * termios/Makefile: Likewise.
21609         * time/Makefile: Likewise.
21610         * timezone/Makefile: Likewise.
21611         (all): Remove target.
21612         * wcsmbs/Makefile: Include Makeconfig immediately after defining
21613         subdir.
21614         * wctype/Makefile: Likewise.
21616 2014-02-26  Steve Ellcey  <sellcey@mips.com>
21618         * sysdeps/mips/math_private.h (_FPU_MASK_ALL) New.
21619         (libc_feholdexcept_mips): Use _FPU_MASK_ALL.
21620         (libc_feholdexcept_setround_mips): Ditto.
21621         (libc_feholdsetround): New.
21622         (libc_feholdsetroundf): New.
21623         (libc_feholdsetroundl): New.
21624         (libc_feupdateenv_test_mips): New.
21625         (libc_feupdateenv_test): New.
21626         (libc_feupdateenv_testf): New.
21627         (libc_feupdateenv_testl): New.
21628         (libc_feresetround): New.
21629         (libc_feresetroundf): New.
21630         (libc_feresetroundl): New.
21631         (libc_fetestexcept_mips): New.
21632         (libc_fetestexcept): New.
21633         (libc_fetestexceptf): New.
21634         (libc_fetestexceptl): New.
21635         (HAVE_RM_CTX): New.
21636         (libc_feholdexcept_setround_mips_ctx): New.
21637         (libc_feholdexcept_setround_ctx): New.
21638         (libc_feholdexcept_setroundf_ctx): New.
21639         (libc_feholdexcept_setroundl_ctx): New.
21640         (libc_fesetenv_mips_ctx): New.
21641         (libc_fesetenv_ctx): New.
21642         (libc_fesetenv_ctxf): New.
21643         (libc_fesetenv_ctxl): New.
21644         (libc_feupdateenv_mips_ctx): New.
21645         (libc_feupdateenv_ctx): New.
21646         (libc_feupdateenvf_ctx): New.
21647         (libc_feupdateenvl_ctx): New.
21648         (libc_feholdsetround_mips_ctx): New.
21649         (libc_feholdsetround_ctx): New.
21650         (libc_feholdsetroundf_ctx): New.
21651         (libc_feholdsetroundl_ctx): New.
21652         (libc_feresetround_mips_ctx): New.
21653         (libc_feresetround_ctx): New.
21654         (libc_feresetroundf_ctx): New.
21655         (libc_feresetroundl_ctx): New.
21657 2014-02-26  Carlos O'Donell  <carlos@redhat.com>
21659         * manual/ipc.texi (Semaphores): Use @Theglibc{}.
21661         * manual/ipc.texi: New file.
21662         * manual/Makefile (chapters): Add ipc.
21663         * manual/job.texi: Add "Inter-Process Communication" to next.
21664         * manual/process.texi: Add "Inter-Process Communication" to prev.
21666 2014-02-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
21668         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
21670 2014-02-26  Ondřej Bílka  <neleai@seznam.cz>
21672         * malloc/malloc.c (__libc_calloc): Simplify implementation.
21674         * manual/arith.texi: Fix spaces after sentences.
21675         * manual/charset.texi: Likewise.
21676         * manual/errno.texi: Likewise.
21677         * manual/install.texi: Likewise.
21678         * manual/llio.texi: Likewise.
21679         * manual/locale.texi: Likewise.
21680         * manual/maint.texi: Likewise.
21681         * manual/math.texi: Likewise.
21682         * manual/memory.texi: Likewise.
21683         * manual/message.texi: Likewise.
21684         * manual/probes.texi: Likewise.
21685         * manual/resource.texi: Likewise.
21686         * manual/signal.texi: Likewise.
21687         * manual/socket.texi: Likewise.
21688         * manual/stdio.texi: Likewise.
21689         * manual/string.texi: Likewise.
21690         * manual/time.texi: Likewise.
21691         * manual/users.texi: Likewise.
21693 2014-02-25  Carlos O'Donell  <carlos@redhat.com>
21695         [BZ #16632]
21696         * include/features.h: Don't warn about _BSD_SOURCE or _SVID_SOURCE if
21697         _DEFAULT_SOURCE is defined.
21699 2014-02-25  Ulrich Drepper  <drepper@gmail.com>
21700             Carlos O'Donell  <carlos@redhat.com>
21702         [BZ #16613]
21703         * elf/dl-tls.c (_dl_count_modids): New function.
21704         * sysdeps/generic/ldsodefs.h: Declare _dl_count_modids.
21705         * elf/rtld.c (dl_main): Call _dl_count_modids to track TLS usage in
21706         audit library and increment generation counter.
21707         (_dl_allocate_tls_init): Add assertion to check TLS generation count.
21708         * elf/tst-audit9.c: New file.
21709         * elf/tst-auditmod9a.c: New file.
21710         * elf/tst-auditmod9b.c: New file.
21711         * elf/Makefile: Add rules to build and run tst-audit9.
21713 2014-02-25  Florian Weimer  <fweimer@redhat.com>
21715         [BZ #15347]
21716         * misc/sys/select.h (__FD_MASK): Avoid signed integer overflow.
21718 2014-02-25  Will Newton  <will.newton@linaro.org>
21720         * sysdeps/arm/__longjmp.S: Include stap-probe.h.
21721         (__longjmp): Restore sp and lr before restoring callee
21722         saved registers.  Add longjmp and longjmp_target
21723         SystemTap probe point.
21724         * sysdeps/arm/bits/setjmp.h (__jmp_buf): Update comment.
21725         * sysdeps/arm/include/bits/setjmp.h (__JMP_BUF_SP):
21726         Define to zero to match jmpbuf layout.
21727         * sysdeps/arm/setjmp.S: Include stap-probe.h.
21728         (__sigsetjmp): Save sp and lr before saving callee
21729         saved registers.  Add setjmp SystemTap probe point.
21731 2014-02-24  Stefan Liebler  <stli@linux.vnet.ibm.com>
21733         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
21735 2014-02-24  Andreas Schwab  <schwab@suse.de>
21737         [BZ #15804]
21738         * elf/pldd.c (wait_for_ptrace_stop): New function.
21739         (main): Call it after attaching.
21741 2014-02-22  Roland McGrath  <roland@hack.frob.com>
21743         * Makerules ($(common-objpfx)Versions.v.i): No longer depend
21744         on $(common-objpfx)abi-versions.h; using <shlib-compat.h> inside
21745         Versions files is now verboten.
21746         * hurd/Versions (libc: GLIBC_2.0):
21747         Remove various [SHLIB_COMPAT (libc, GLIBC_2_0, ...)] sections.
21748         (libc: HURD_CTHREADS_0.3): Remove conditionalization, was under
21749         [!SHLIB_COMPAT (libc, GLIBC_2_0, GLIBC_2_2)].
21750         * mach/Versions: Likewise.
21752         * csu/Versions: Remove unused %include.
21753         * resolv/Versions: Likewise.
21755 2014-02-21  Joseph Myers  <joseph@codesourcery.com>
21757         * Makefile ($(objpfx)c++-types-check.out): Use $(evaluate-test).
21758         ($(objpfx)check-local-headers.out): Likewise.
21759         ($(objpfx)begin-end-check.out): Likewise.
21760         * Makerules (check-abi-%.out): Likewise.
21761         * catgets/Makefile ($(objpfx)test1.cat): Likewise.
21762         ($(objpfx)test2.cat): Likewise.
21763         ($(objpfx)de/libc.cat): Likewise.
21764         ($(objpfx)test-gencat.out): Likewise.
21765         * conform/Makefile ($(objpfx)run-conformtest.out): Likewise.
21766         * elf/Makefile ($(objpfx)order-cmp.out): Likewise.
21767         ($(objpfx)noload-mem): Likewise.
21768         ($(objpfx)tst-pathopt.out): Likewise.
21769         ($(objpfx)tst-rtld-load-self.out): Likewise.
21770         ($(objpfx)tst-array1-cmp.out): Likewise.
21771         ($(objpfx)tst-array1-static-cmp.out): Likewise.
21772         ($(objpfx)tst-array2-cmp.out): Likewise.
21773         ($(objpfx)tst-array3-cmp.out): Likewise.
21774         ($(objpfx)tst-array4-cmp.out): Likewise.
21775         ($(objpfx)tst-array5-cmp.out): Likewise.
21776         ($(objpfx)tst-array5-static-cmp.out): Likewise.
21777         ($(objpfx)check-textrel.out): Likewise.
21778         ($(objpfx)check-execstack.out): Likewise.
21779         ($(objpfx)check-localplt.out): Likewise.
21780         ($(objpfx)order2-cmp.out): Likewise.
21781         ($(objpfx)tst-leaks1-mem): Likewise.
21782         ($(objpfx)tst-leaks1-static-mem): Likewise.
21783         ($(objpfx)tst-initorder-cmp.out): Likewise.
21784         ($(objpfx)tst-initorder2-cmp.out): Likewise.
21785         ($(objpfx)tst-unused-dep.out): Likewise.
21786         ($(objpfx)tst-unused-dep-cmp.out): Likewise.
21787         * grp/Makefile ($(objpfx)tst_fgetgrent.out): Likewise.
21788         * iconv/Makefile (test-iconvconfig): Likewise.
21789         * iconvdata/Makefile ($(objpfx)mtrace-tst-loading): Likewise.
21790         ($(objpfx)iconv-test.out): Likewise.
21791         ($(objpfx)tst-tables.out): Likewise.
21792         * intl/Makefile ($(objpfx)mtrace-tst-gettext): Likewise.
21793         ($(objpfx)tst-gettext.out): Likewise.
21794         ($(objpfx)tst-translit.out): Likewise.
21795         ($(objpfx)tst-gettext2.out): Likewise.
21796         ($(objpfx)tst-gettext4.out): Likewise.
21797         ($(objpfx)tst-gettext6.out): Likewise.
21798         * io/Makefile ($(objpfx)ftwtest.out): Likewise.
21799         * libio/Makefile ($(objpfx)test-freopen.out): Likewise.
21800         ($(objpfx)tst-fopenloc-cmp.out): Likewise.
21801         ($(objpfx)tst-fopenloc-mem.out): Likewise.
21802         * malloc/Makefile ($(objpfx)tst-mtrace.out): Likewise.
21803         * misc/Makefile ($(objpfx)tst-error1-mem): Likewise.
21804         * posix/Makefile ($(objpfx)globtest.out): Likewise.
21805         ($(objpfx)wordexp-tst.out): Likewise.
21806         ($(objpfx)annexc.out): Likewise.
21807         ($(objpfx)tst-fnmatch-mem): Likewise.
21808         ($(objpfx)bug-regex2-mem): Likewise.
21809         ($(objpfx)bug-regex14-mem): Likewise.
21810         ($(objpfx)bug-regex21-mem): Likewise.
21811         ($(objpfx)bug-regex31-mem): Likewise.
21812         ($(objpfx)tst-vfork3-mem): Likewise.
21813         ($(objpfx)tst-rxspencer-no-utf8-mem): Likewise.
21814         ($(objpfx)tst-pcre-mem): Likewise.
21815         ($(objpfx)tst-boost-mem): Likewise.
21816         ($(objpfx)tst-getconf.out): Likewise.
21817         ($(objpfx)bug-ga2-mem): Likewise.
21818         ($(objpfx)bug-glob2-mem): Likewise.
21819         * resolv/Makefile ($(objpfx)mtrace-tst-leaks): Likewise.
21820         ($(objpfx)mtrace-tst-leaks2): Likewise.
21821         * stdio-common/Makefile ($(objpfx)tst-unbputc.out): Likewise.
21822         ($(objpfx)tst-printf.out): Likewise.
21823         ($(objpfx)tst-setvbuf1.out): Likewise.
21824         ($(objpfx)tst-setvbuf1-cmp.out): Likewise.
21825         * stdlib/Makefile ($(objpfx)isomac.out): Likewise.
21826         ($(objpfx)tst-fmtmsg.out): Likewise.
21827         * string/Makefile ($(objpfx)tst-svc-cmp.out): Likewise.
21828         * sysdeps/x86/Makefile ($(objpfx)tst-xmmymm.out): Likewise.
21830         * bits/fcntl.h [__USE_MISC]: Remove redundant conditionals.
21831         * bits/sigaction.h [__USE_MISC]: Likewise.
21832         * bits/waitstatus.h: Update #endif comments.
21833         * ctype/ctype.h: Likewise.
21834         * dirent/dirent.h: Likewise.
21835         [__USE_MISC]: Remove redundant conditionals.
21836         * grp/grp.h: Update #endif comments.
21837         [__USE_GNU]: Remove redundant conditionals.
21838         [__USE_MISC]: Likewise.
21839         * inet/netinet/in.h [__USE_GNU]: Likewise.
21840         * io/sys/stat.h [__USE_MISC]: Likewise.
21841         * libio/bits/stdio-ldbl.h [__USE_MISC]: Likewise.
21842         * libio/bits/stdio.h: Update #endif comments.
21843         [__USE_MISC]: Remove redundant conditionals.
21844         * libio/bits/stdio2.h [__USE_MISC]: Likewise.
21845         * libio/stdio.h: Update #endif comments.
21846         [__USE_MISC]: Remove redundant conditionals.
21847         * math/bits/math-finite.h [__USE_MISC]: Likewise.
21848         * math/bits/mathcalls.h [__USE_MISC]: Likewise.
21849         * math/math.h: Update #else and #endif comments.
21850         [__USE_MISC]: Remove redundant conditionals.
21851         * misc/sys/uio.h: Update #endif comments.
21852         * posix/bits/unistd.h [__USE_MISC]: Remove redundant conditionals.
21853         * posix/glob.h [__USE_MISC]: Likewise.
21854         * posix/sys/types.h: Update #endif comments.
21855         [__USE_MISC]: Remove redundant conditionals.
21856         * posix/sys/wait.h: Update #endif comments.
21857         [__USE_MISC]: Remove redundant conditionals.
21858         * posix/unistd.h: Update #endif comments.
21859         [__USE_MISC]: Remove redundant conditionals.
21860         * pwd/pwd.h [__USE_GNU]: Likewise.
21861         [__USE_MISC]: Likewise.
21862         * resolv/netdb.h [__USE_GNU]: Likewise.
21863         * signal/signal.h: Update #endif comments.
21864         [__USE_MISC]: Remove redundant conditionals.
21865         * stdlib/stdlib.h: Update #else and #endif comments.
21866         [__USE_MISC]: Remove redundant conditionals.
21867         [__USE_GNU]: Likewise.
21868         * string/bits/string2.h [__USE_MISC]: Likewise.
21869         * string/string.h: Update #endif comments.
21870         [__USE_MISC]: Remove redundant conditionals.
21871         * sysdeps/m68k/m680x0/fpu/bits/mathinline.h [__USE_MISC]:
21872         Likewise.
21873         * sysdeps/mach/hurd/bits/fcntl.h [__USE_MISC]: Likewise.
21874         * sysdeps/mach/hurd/bits/stat.h [__USE_MISC]: Likewise.
21875         * sysdeps/unix/sysv/linux/alpha/bits/sigaction.h [__USE_MISC]:
21876         Likewise.
21877         * sysdeps/unix/sysv/linux/alpha/bits/stat.h [__USE_MISC]:
21878         Likewise.
21879         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h: Update #endif
21880         comments.
21881         [__USE_MISC]: Remove redundant conditionals.
21882         * sysdeps/unix/sysv/linux/bits/in.h [__USE_GNU]: Likewise.
21883         * sysdeps/unix/sysv/linux/bits/sigaction.h [__USE_MISC]: Likewise.
21884         * sysdeps/unix/sysv/linux/bits/socket.h [__USE_GNU]: Likewise.
21885         * sysdeps/unix/sysv/linux/bits/stat.h [__USE_MISC]: Likewise.
21886         * sysdeps/unix/sysv/linux/ia64/bits/sigaction.h [__USE_MISC]:
21887         Likewise.
21888         * sysdeps/unix/sysv/linux/m68k/bits/stat.h [__USE_MISC]: Likewise.
21889         * sysdeps/unix/sysv/linux/mips/bits/sigaction.h [__USE_MISC]:
21890         Likewise.
21891         * sysdeps/unix/sysv/linux/mips/bits/stat.h [__USE_MISC]: Likewise.
21892         * sysdeps/unix/sysv/linux/powerpc/bits/stat.h [__USE_MISC]:
21893         Likewise.
21894         * sysdeps/unix/sysv/linux/s390/bits/sigaction.h [__USE_MISC]:
21895         Likewise.
21896         * sysdeps/unix/sysv/linux/s390/bits/stat.h [__USE_MISC]: Likewise.
21897         * sysdeps/unix/sysv/linux/sparc/bits/sigaction.h [__USE_MISC]:
21898         Likewise.
21899         * sysdeps/unix/sysv/linux/sparc/bits/stat.h [__USE_MISC]:
21900         Likewise.
21901         * sysdeps/unix/sysv/linux/x86/bits/stat.h [__USE_MISC]: Likewise.
21902         * sysdeps/x86/bits/string.h: Update #endif comments.
21903         * sysdeps/x86/fpu/bits/mathinline.h [__USE_MISC]: Remove redundant
21904         conditionals.
21905         * time/sys/time.h: Update #endif comments.
21906         * time/time.h: Likewise.
21907         [__USE_MISC]: Remove redundant conditionals.
21909 2014-02-21  Yury Gribov  <y.gribov@samsung.com>
21911         [BZ #16600]
21912         * sysdeps/arm/libm-test-ulps: Update for VFPv4.
21914 2014-02-21  Andreas Schwab  <schwab@linux-m68k.org>
21916         * Versions.def (librt): Add GLIBC_2.17.
21918 2014-02-21  Adam Conrad  <adconrad@0c3.net>
21920         * sysdeps/powerpc/bits/hwcap.h: Allow _SYSDEPS_SYSDEP_H guard as a
21921         synonym for _SYS_AUXV_H to allow direct inclusion.
21922         * sysdeps/sparc/bits/hwcap.h: Likewise.
21923         * sysdeps/powerpc/sysdep.h: Define _SYSDEPS_SYSDEP_H instead of
21924         _SYS_AUXV_H so we can include sysdep.h and sys/auxv.h together.
21925         * sysdeps/sparc/sysdep.h: Likewise.
21927 2014-02-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
21929         * benchtests/bench-strrchr.c (do_test): Fix minor formatting.
21931 2014-02-21  Rajalakshmi Srinivasaraghavan  <raji@linux.vnet.ibm.com>
21933         * benchtests/bench-strrchr.c: Print length instead of position.
21935 2014-02-20  Joseph Myers  <joseph@codesourcery.com>
21937         [BZ #16611]
21938         * sysdeps/unix/sysv/linux/kernel-features.h
21939         [__LINUX_KERNEL_VERSION >= 0x030000 && __ASSUME_SOCKETCALL]
21940         (__ASSUME_SENDMMSG_SOCKETCALL): Define.
21941         [__LINUX_KERNEL_VERSION >= 0x030000 && (__i386__ || __x86_64__ ||
21942         __powerpc__ || __sh__ || __sparc__)] (__ASSUME_SENDMMSG_SYSCALL):
21943         Likewise.
21944         [__i386__ || __powerpc__ || __sh__ || __sparc__]
21945         (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
21946         [__ASSUME_SENDMMSG_SOCKETCALL || __ASSUME_SENDMMSG_SYSCALL]
21947         (__ASSUME_SENDMMSG): Define instead of using previous
21948         [__LINUX_KERNEL_VERSION >= 0x020627] condition.
21949         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
21950         (__ASSUME_SENDMMSG_SYSCALL): Define.
21951         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
21952         [__LINUX_KERNEL_VERSION >= 0x030200] (__ASSUME_SENDMMSG_SYSCALL):
21953         Likewise.
21954         * sysdeps/unix/sysv/linux/arm/kernel-features.h
21955         [__LINUX_KERNEL_VERSION >= 0x030000] (__ASSUME_SENDMMSG_SYSCALL):
21956         Likewise.
21957         * sysdeps/unix/sysv/linux/ia64/kernel-features.h
21958         [__LINUX_KERNEL_VERSION >= 0x030000] (__ASSUME_SENDMMSG_SYSCALL):
21959         Likewise.
21960         * sysdeps/unix/sysv/linux/internal_sendmmsg.S [__ASSUME_SOCKETCALL
21961         && !__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL &&
21962         !__ASSUME_SENDMMSG_SYSCALL] (__NR_sendmmsg): Undefine.
21963         [__ASSUME_SENDMMSG]: Change conditionals to
21964         [__ASSUME_SENDMMSG_SOCKETCALL].
21965         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
21966         [__LINUX_KERNEL_VERSION >= 0x030300] (__ASSUME_SENDMMSG_SYSCALL):
21967         Define.
21968         * sysdeps/unix/sysv/linux/mips/kernel-features.h
21969         [__LINUX_KERNEL_VERSION >= 0x030100] (__ASSUME_SENDMMSG_SYSCALL):
21970         Likewise.
21971         * sysdeps/unix/sysv/linux/sendmmsg.c [__ASSUME_SOCKETCALL &&
21972         !__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL &&
21973         !__ASSUME_SENDMMSG_SYSCALL] (__NR_sendmmsg): Undefine.
21974         [!__ASSUME_SENDMMSG]: Change conditional to
21975         [!__ASSUME_SENDMMSG_SOCKETCALL].
21976         * sysdeps/unix/sysv/linux/tile/kernel-features.h
21977         [__LINUX_KERNEL_VERSION >= 0x030000] (__ASSUME_SENDMMSG_SYSCALL):
21978         Define.
21980         [BZ #16610]
21981         * sysdeps/unix/sysv/linux/kernel-features.h
21982         [__LINUX_KERNEL_VERSION >= 0x020621 && __ASSUME_SOCKETCALL]
21983         (__ASSUME_RECVMMSG_SOCKETCALL): Define.
21984         [(__LINUX_KERNEL_VERSION >= 0x020621 && (__i386__ || __x86_64__ ||
21985         __sparc__)) || (__LINUX_KERNEL_VERSION >= 0x020625 && (__powerpc__
21986         || __sh__))] (__ASSUME_RECVMMSG_SYSCALL): Likewise.
21987         [__i386__ || __sparc__]
21988         (__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
21989         [__ASSUME_RECVMMSG_SOCKETCALL || __ASSUME_RECVMMSG_SYSCALL]
21990         (__ASSUME_RECVMMSG): Define instead of using previous
21991         [__LINUX_KERNEL_VERSION >= 0x020621] condition.
21992         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
21993         (__ASSUME_RECVMMSG_SYSCALL): Define.
21994         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
21995         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
21996         Likewise.
21997         * sysdeps/unix/sysv/linux/arm/kernel-features.h
21998         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
21999         Likewise.
22000         * sysdeps/unix/sysv/linux/ia64/kernel-features.h
22001         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
22002         Likewise.
22003         * sysdeps/unix/sysv/linux/internal_recvmmsg.S [__ASSUME_SOCKETCALL
22004         && !__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL &&
22005         !__ASSUME_RECVMMSG_SYSCALL] (__NR_recvmmsg): Undefine.
22006         [__ASSUME_RECVMMSG]: Change condition to
22007         [__ASSUME_RECVMMSG_SOCKETCALL].
22008         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
22009         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
22010         Define.
22011         (__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
22012         * sysdeps/unix/sysv/linux/mips/kernel-features.h
22013         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
22014         Likewise.
22015         * sysdeps/unix/sysv/linux/recvmmsg.c [__ASSUME_SOCKETCALL &&
22016         !__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL &&
22017         !__ASSUME_RECVMMSG_SYSCALL] (__NR_recvmmsg): Undefine.
22018         [!__ASSUME_RECVMMSG]: Change condition to
22019         [!__ASSUME_RECVMMSG_SOCKETCALL].
22020         * sysdeps/unix/sysv/linux/tile/kernel-features.h
22021         (__ASSUME_RECVMMSG_SYSCALL): Define.
22023         [BZ #16609]
22024         * sysdeps/unix/sysv/linux/kernel-features.h [__i386__ ||
22025         __powerpc__ || __s390__ || __sh__ || __sparc__]
22026         (__ASSUME_SOCKETCALL): Define.
22027         [__LINUX_KERNEL_VERSION && __ASSUME_SOCKETCALL]
22028         (__ASSUME_ACCEPT4_SOCKETCALL): Likewise.
22029         [(__LINUX_KERNEL_VERSION >= 0x02061c && (__x86_64__ || __sparc__))
22030         || (__LINUX_KERNEL_VERSION >= 0x020625 && (__powerpc__ ||
22031         __sh__))] (__ASSUME_ACCEPT4_SYSCALL): Likewise.
22032         [__sparc__] (__ASSUME_ACCEPT4_SYSCALL_WITH_SOCKETCALL): Likewise.
22033         [__ASSUME_ACCEPT4_SOCKETCALL || __ASSUME_ACCEPT4_SYSCALL]
22034         (__ASSUME_ACCEPT4): Define instead of using previous
22035         [__LINUX_KERNEL_VERSION >= 0x02061c && (__i386__ || __x86_64__ ||
22036         __powerpc__ || __sparc__ || __s390__)] condition.
22037         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
22038         (__ASSUME_ACCEPT4): Change to __ASSUME_ACCEPT4_SYSCALL.
22039         * sysdeps/unix/sysv/linux/accept4.c [__ASSUME_SOCKETCALL &&
22040         !__ASSUME_ACCEPT4_SYSCALL_WITH_SOCKETCALL &&
22041         !__ASSUME_ACCEPT4_SYSCALL] (__NR_accept4): Undefine.
22042         [!__ASSUME_ACCEPT4]: Change condition to
22043         [!__ASSUME_ACCEPT4_SOCKETCALL].
22044         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
22045         (__ASSUME_ACCEPT4): Change to __ASSUME_ACCEPT4_SYSCALL.  Correct
22046         condition to [__LINUX_KERNEL_VERSION >= 0x030200].
22047         * sysdeps/unix/sysv/linux/arm/kernel-features.h
22048         [__LINUX_KERNEL_VERSION >= 0x020624] (__ASSUME_ACCEPT4): Change to
22049         __ASSUME_ACCEPT4_SYSCALL.
22050         * sysdeps/unix/sysv/linux/i386/accept4.S [__ASSUME_ACCEPT4]:
22051         Change conditions to [__ASSUME_ACCEPT4_SOCKETCALL].
22052         * sysdeps/unix/sysv/linux/ia64/kernel-features.h
22053         [__LINUX_KERNEL_VERSION >= 0x030300] (__ASSUME_ACCEPT4): Change to
22054         __ASSUME_ACCEPT4_SYSCALL.
22055         * sysdeps/unix/sysv/linux/internal_accept4.S [__ASSUME_SOCKETCALL
22056         && !__ASSUME_ACCEPT4_SYSCALL_WITH_SOCKETCALL &&
22057         !__ASSUME_ACCEPT4_SYSCALL] (__NR_accept4): Undefine.
22058         [__ASSUME_ACCEPT4]: Change condition to
22059         [__ASSUME_ACCEPT4_SOCKETCALL].
22060         * sysdeps/unix/sysv/linux/m68k/kernel-features.h
22061         (__ASSUME_SOCKETCALL): Define.
22062         [__LINUX_KERNEL_VERSION >= 0x02061c] (__ASSUME_ACCEPT4): Remove.
22063         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
22064         (__ASSUME_SOCKETCALL): Define.
22065         (__ASSUME_ACCEPT4): Remove.
22066         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_ACCEPT4_SYSCALL):
22067         Define.
22068         * sysdeps/unix/sysv/linux/mips/kernel-features.h
22069         [__LINUX_KERNEL_VERSION >= 0x02061f] (__ASSUME_ACCEPT4_SYSCALL):
22070         Likewise.
22071         * sysdeps/unix/sysv/linux/tile/kernel-features.h
22072         (__ASSUME_ACCEPT4): Change to __ASSUME_ACCEPT4_SYSCALL.
22074         * sysdeps/unix/sysv/linux/arm/bits/hwcap.h (HWCAP_ARM_VFPD32): New
22075         macro.
22076         (HWCAP_ARM_LPAE): Likewise.
22077         (HWCAP_ARM_EVTSTRM): Likewise.
22078         * sysdeps/unix/sysv/linux/arm/dl-procinfo.c (_dl_arm_cap_flags):
22079         Add vpfd32, lpae and evtstrm.
22080         * sysdeps/unix/sysv/linux/arm/dl-procinfo.h (_DL_HWCAP_COUNT):
22081         Increase to 22.
22083 2014-02-19  Joseph Myers  <joseph@codesourcery.com>
22085         * math/auto-libm-test-in: Add tests of clog10.
22086         * math/auto-libm-test-out: Regenerated.
22087         * math/libm-test.inc (clog10_test_data): Use AUTO_TESTS_c_c.
22088         * sysdeps/i386/fpu/libm-test-ulps: Update.
22089         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
22091 2014-02-18  Andreas Schwab  <schwab@suse.de>
22093         [BZ #16574]
22094         * resolv/res_send.c (send_vc): Add parameter ansp2_malloced.
22095         Store non-zero if the second buffer was newly allocated.
22096         (send_dg): Likewise.
22097         (__libc_res_nsend): Add parameter ansp2_malloced and pass it down
22098         to send_vc and send_dg.
22099         (res_nsend): Pass NULL for ansp2_malloced.
22100         * resolv/res_query.c (__libc_res_nquery): Add parameter
22101         answerp2_malloced and pass it down to __libc_res_nsend.
22102         (res_nquery): Pass additional NULL to __libc_res_nquery.
22103         (__libc_res_nsearch): Add parameter answerp2_malloced and pass it
22104         down to __libc_res_nquery and __libc_res_nquerydomain.  Deallocate
22105         second answer buffer if answerp2_malloced was set.
22106         (res_nsearch): Pass additional NULL to __libc_res_nsearch.
22107         (__libc_res_nquerydomain): Add parameter
22108         answerp2_malloced and pass it down to __libc_res_nquery.
22109         (res_nquerydomain): Pass additional NULL to
22110         __libc_res_nquerydomain.
22111         * resolv/nss_dns/dns-network.c (_nss_dns_getnetbyname_r): Pass
22112         additional NULL to __libc_res_nsend and __libc_res_nquery.
22113         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname3_r): Pass
22114         additional NULL to __libc_res_nsearch.
22115         (_nss_dns_gethostbyname4_r): Revert last change.  Use new
22116         parameter of __libc_res_nsearch to check for separately allocated
22117         second buffer.
22118         (_nss_dns_gethostbyaddr2_r): Pass additional NULL to
22119         __libc_res_nquery.
22120         * resolv/nss_dns/dns-canon.c (_nss_dns_getcanonname_r): Pass
22121         additional NULL to __libc_res_nquery.
22122         * resolv/gethnamaddr.c (gethostbyname2): Pass additional NULL to
22123         __libc_res_nsearch.
22124         (gethostbyaddr): Pass additional NULL to __libc_res_nquery.
22125         * include/resolv.h: Update prototypes of __libc_res_nquery,
22126         __libc_res_nsearch, __libc_res_nsend.
22128 2014-02-18  Joseph Myers  <joseph@codesourcery.com>
22130         * math/auto-libm-test-in: Add tests of fma.
22131         * math/auto-libm-test-out: Regenerated.
22132         * math/libm-test.inc (fma_test_data): Use AUTO_TESTS_fff_f.
22133         (fma_towardzero_test_data): Likewise.
22134         (fma_downward_test_data): Likewise.
22135         (fma_upward_test_data): Likewise.
22136         * math/gen-auto-libm-tests.c (rounding_mode_desc): Add field
22137         mpc_mode.
22138         (rounding_modes): Add values for new field.
22139         (func_calc_method): Add value mpfr_fff_f.
22140         (func_calc_desc): Add mpfr_fff_f union field.
22141         (test_function): Add field exact_args.
22142         (FUNC): Add macro argument EXACT_ARGS.
22143         (FUNC_mpfr_f_f): Update call to FUNC.
22144         (FUNC_mpfr_f_f): Likewise.
22145         (FUNC_mpfr_ff_f): Likewise.
22146         (FUNC_mpfr_if_f): Likewise.
22147         (FUNC_mpc_c_f): Likewise.
22148         (FUNC_mpc_c_c): Likewise.
22149         (test_functions): Add fma.  Update calls to FUNC.
22150         (handle_input_arg): Add argument exact_args.
22151         (add_test): Update call to handle_input_arg.
22152         (calc_generic_results): Add argument mode.  Handle mpfr_fff_f.
22153         (output_for_one_input_case): Update call to calc_generic_results.
22154         Recalculate exact zero results in each rounding mode.
22156         * math/gen-auto-libm-tests.c (adjust_real): Ensure integers are
22157         non-negative before setting low bit.
22158         * math/auto-libm-test-in: Mark one asin test possibly having
22159         spurious underflow.
22160         * math/auto-libm-test-out: Regenerated.
22161         * sysdeps/i386/fpu/libm-test-ulps: Update.
22162         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
22164 2014-02-17  David Holsgrove <david.holsgrove@xilinx.com>
22166         * sysdeps/microblaze: Move directory from ports/sysdeps/microblaze.
22167         * sysdeps/unix/sysv/linux/microblaze: Move directory from
22168         ports/sysdeps/unix/sysv/linux/microblaze.
22169         * README: Add missing listing for microblaze*-*-linux-gnu.
22171 2014-02-16  Ondřej Bílka  <neleai@seznam.cz>
22173         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname4_r): Remove
22174         duplicate code
22176 2014-02-16  Mike Frysinger  <vapier@gentoo.org>
22178         * sysdeps/ia64: Move directory from ports/sysdeps/ia64.
22179         * sysdeps/unix/sysv/linux/ia64: Move directory from
22180         ports/sysdeps/unix/sysv/linux/ia64.
22181         * README: Update listing for ia64-*-linux-gnu.
22183 2014-02-14  Tomas Dohnalek  <tdohnale@redhat.com>
22184             Joseph Myers  <joseph@codesourcery.com>
22186         * Makeconfig (test-name): New variable.
22187         (evaluate-test): Likewise.
22188         * Makerules (do-test-clean): Remove .test-result files.
22189         (common-mostlyclean): Likewise.
22190         * Rules ($(objpfx)%.out): Use $(evaluate-test) in both rules.
22191         * scripts/evaluate-test.sh: New file.
22193 2014-02-14  Joseph Myers  <joseph@codesourcery.com>
22195         * libio/Makefile ($(objpfx)tst-fopenloc.check): Split into
22196         separate $(objpfx)tst-fopenloc-cmp.out and
22197         $(objpfx)tst-fopenloc-mem.out targets.
22198         (tests): Update dependencies.
22199         * posix/Makefile (tests variable): Add tst-rxspencer-no-utf8.
22200         (generated): Change tst-rxspencer-mem and tst-rxspencer.mtrace to
22201         tst-rxspencer-no-utf8-mem and tst-rxspencer-no-utf8.mtrace.
22202         (tst-rxspencer-no-utf8-ARGS): New variable.
22203         (tst-rxspencer-no-utf8-ENV): Likewise.
22204         (tests target): Depend on $(objpfx)tst-rxspencer-no-utf8-mem
22205         instead of $(objpfx)tst-rxspencer-mem.
22206         ($(objpfx)tst-rxspencer-mem): Change target to
22207         $(objpfx)tst-rxspencer-no-utf8-mem.  Depend on
22208         $(objpfx)tst-rxspencer-no-utf8.out instead of running test program.
22209         * posix/tst-rxspencer-no-utf8.c: New file.
22211         * elf/Makefile ($(objpfx)order.out): Remove rule.
22212         [$(run-built-tests) = yes] (tests): Depend on
22213         $(objpfx)order-cmp.out.
22214         ($(objpfx)order-cmp.out): New rule.
22215         [$(run-built-tests) = yes] (tests): Depend on
22216         $(objpfx)tst-array1-cmp.out, $(objpfx)tst-array1-static-cmp.out,
22217         $(objpfx)tst-array2-cmp.out, $(objpfx)tst-array3-cmp.out,
22218         $(objpfx)tst-array4-cmp.out, $(objpfx)tst-array5-cmp.out and
22219         $(objpfx)tst-array5-static-cmp.out.
22220         ($(objpfx)tst-array1.out): Remove rule.
22221         ($(objpfx)tst-array1-cmp.out): New rule.
22222         ($(objpfx)tst-array1-static.out): Remove rule.
22223         ($(objpfx)tst-array1-static-cmp.out): New rule.
22224         ($(objpfx)tst-array2.out): Remove rule.
22225         ($(objpfx)tst-array2-cmp.out): New rule.
22226         ($(objpfx)tst-array3.out): Remove rule.
22227         ($(objpfx)tst-array3-cmp.out): New rule.
22228         ($(objpfx)tst-array4.out): Remove rule.
22229         ($(objpfx)tst-array4-cmp.out): New rule.
22230         ($(objpfx)tst-array5.out): Remove rule.
22231         ($(objpfx)tst-array5-cmp.out): New rule.
22232         ($(objpfx)tst-array5-static.out): Remove rule.
22233         ($(objpfx)tst-array5-static-cmp.out): New rule.
22234         [$(run-built-tests) = yes] (tests): Depend on
22235         $(objpfx)order2-cmp.out.
22236         ($(objpfx)order2.out): Remove rule.
22237         ($(objpfx)order2-cmp.out): New rule.
22238         ($(objpfx)tst-initorder.out): Remove rule.
22239         [$(run-built-tests) = yes] (tests): Depend on
22240         $(objpfx)tst-initorder-cmp.out.
22241         ($(objpfx)tst-initorder-cmp.out): New rule.
22242         ($(objpfx)tst-initorder2.out): Remove rule.
22243         [$(run-built-tests) = yes] (tests): Depend on
22244         $(objpfx)tst-initorder2-cmp.out.
22245         ($(objpfx)tst-initorder2-cmp.out): New rule.
22246         [$(run-built-tests) = yes] (tests): Depend on
22247         $(objpfx)tst-unused-dep-cmp.out.
22248         ($(objpfx)tst-unused-dep-cmp.out): Do not run cmp.
22249         ($(objpfx)tst-unused-dep-cmp.out): New rule.
22250         * stdio-common/Makefile [$(run-built-tests) = yes] (tests): Depend
22251         on $(objpfx)tst-setvbuf1-cmp.out.
22252         ($(objpfx)tst-setvbuf1.out): Do not run cmp.
22253         ($(objpfx)tst-setvbuf1-cmp.out): New rule.
22254         * string/Makefile [$(run-built-tests) = yes] (tests): Depend
22255         $(objpfx)tst-svc-cmp.out instead of $(objpfx)tst-svc.out.
22256         ($(objpfx)tst-svc.out): Remove rule.
22257         ($(objpfx)tst-svc-cmp.out): New rule.
22259 2014-02-13  Joseph Myers  <joseph@codesourcery.com>
22261         * bits/mman.h [__USE_MISC]: Remove redundant conditionals.
22262         * ctype/ctype.h [__USE_MISC]: Likewise.
22263         * dirent/dirent.h [__USE_MISC]: Likewise.
22264         * grp/grp.h [__USE_MISC]: Likewise.
22265         * io/fcntl.h [__USE_MISC]: Likewise.
22266         * io/sys/stat.h [__USE_MISC]: Likewise.
22267         * libio/stdio.h [__USE_MISC]: Likewise.
22268         * posix/unistd.h [__USE_MISC]: Likewise.
22269         * pwd/pwd.h [__USE_MISC]: Likewise.
22270         * stdlib.h [__USE_MISC]: Likewise.
22271         * string/bits/string2.h [__USE_MISC]: Likewise.
22272         * string/string.h [__USE_MISC]: Likewise.
22273         * time/time.h [__USE_MISC]: Likewise.
22275 2014-02-13  Andreas Schwab  <schwab@suse.de>
22277         [BZ #16574]
22278         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname4_r): Free the
22279         second answer buffer if it was separately allocated.
22281 2014-02-12  Joseph Myers  <joseph@codesourcery.com>
22283         * sysdeps/mips/math-tests.h: Include <features.h>.
22284         [!__mips_soft_float && _MIPS_SIM != _ABIO32 && __GNUC_PREREQ (4, 9)]
22285         (ROUNDING_TESTS_long_double): Do not define.
22286         [!__mips_soft_float && _MIPS_SIM != _ABIO32 && __GNUC_PREREQ (4, 9)]
22287         (EXCEPTION_TESTS_long_double): Likewise.
22288         * sysdeps/mips/mips64/libm-test-ulps: Update.
22290         * include/features.h (__USE_BSD): Remove macro definitions.
22291         (__USE_SVID): Likewise.
22292         (_BSD_SOURCE): Likewise.
22293         (_SVID_SOURCE): Likewise.
22294         [!defined _BSD_SOURCE && !defined _SVID_SOURCE]: Remove condition
22295         from definition of _DEFAULT_SOURCE.
22296         [_BSD_SOURCE || _SVID_SOURCE]: Change condition to
22297         [_DEFAULT_SOURCE].
22298         * bits/fcntl.h [__USE_BSD]: Change condition to [__USE_MISC].
22299         * bits/mman.h [__USE_BSD]: Likewise.
22300         * bits/termios.h [__USE_BSD]: Likewise.
22301         * bits/waitstatus.h [__USE_BSD]: Likewise.
22302         * ctype/ctype.h [__USE_SVID]: Likewise.
22303         * dirent/dirent.h [__USE_BSD]: Likewise.
22304         * grp/grp.h [__USE_SVID]: Likewise.
22305         [__USE_BSD]: Likewise.
22306         * inet/netinet/igmp.h [__USE_BSD]: Likewise.
22307         * io/fcntl.h [__USE_BSD]: Likewise.
22308         * io/ftw.h [__USE_BSD]: Likewise.
22309         * io/sys/stat.h [__USE_BSD]: Likewise.
22310         * libio/bits/stdio-ldbl.h [__USE_BSD]: Likewise.
22311         * libio/bits/stdio2.h [__USE_BSD]: Likewise.
22312         * libio/stdio.h [__USE_SVID]: Likewise.
22313         [__USE_BSD]: Likewise.
22314         * math/math.h [__USE_SVID]: Likewise.
22315         [__USE_BSD]: Likewise.
22316         * misc/bits/syslog-ldbl.h [__USE_BSD]: Likewise.
22317         * misc/bits/syslog.h [__USE_BSD]: Likewise.
22318         * misc/search.h [__USE_SVID]: Likewise.
22319         * misc/sys/mman.h [__USE_BSD]: Likewise.
22320         * misc/sys/syslog.h [__USE_BSD]: Likewise.
22321         * misc/sys/uio.h [__USE_BSD]: Likewise.
22322         * posix/bits/unistd.h [__USE_BSD]: Likewise.
22323         * posix/glob.h [__USE_BSD]: Likewise.
22324         * posix/regex.h [__USE_BSD]: Likewise.
22325         * posix/sys/types.h [__USE_BSD]: Likewise.
22326         [__USE_SVID]: Likewise.
22327         * posix/sys/utsname.h [__USE_SVID]: Likewise.
22328         * posix/sys/wait.h [__USE_BSD]: Likewise.
22329         [__USE_SVID]: Likewise.
22330         * posix/unistd.h [__USE_BSD]: Likewise.
22331         [__USE_SVID]: Likewise.
22332         * pwd/pwd.h [__USE_SVID]: Likewise.
22333         * resolv/netdb.h [__USE_BSD]: Likewise.
22334         * setjmp/setjmp.h [__USE_BSD]: Likewise.
22335         * signal/signal.h [__USE_BSD]: Likewise.
22336         [__USE_SVID]: Likewise.
22337         * socket/sys/socket.h [__USE_BSD]: Likewise.
22338         * stdlib/fmtmsg.h [__USE_SVID]: Likewise.
22339         * stdlib/stdlib.h [__USE_BSD]: Likewise.
22340         [__USE_SVID]: Likewise.
22341         * string/bits/string2.h [__USE_BSD]: Likewise.
22342         [__USE_SVID]: Likewise.
22343         * string/bits/string3.h [__USE_BSD]: Likewise.
22344         * string/endian.h [__USE_BSD]: Likewise.
22345         * string/string.h [__USE_SVID]: Likewise.
22346         [__USE_BSD]: Likewise.
22347         * string/strings.h [__USE_BSD]: Likewise.
22348         * sysdeps/generic/netinet/ip.h [__USE_BSD]: Likewise.
22349         * sysdeps/gnu/netinet/ip_icmp.h [__USE_BSD]: Likewise.
22350         * sysdeps/mach/hurd/bits/fcntl.h [__USE_BSD]: Likewise.
22351         * sysdeps/mach/hurd/bits/stat.h [__USE_BSD]: Likewise.
22352         * sysdeps/unix/sysv/linux/alpha/bits/mman.h [__USE_BSD]: Likewise.
22353         * sysdeps/unix/sysv/linux/alpha/bits/termios.h [__USE_BSD]:
22354         Likewise.
22355         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h [__USE_BSD]:
22356         Likewise.
22357         * sysdeps/unix/sysv/linux/bits/mman-linux.h [__USE_BSD]: Likewise.
22358         * sysdeps/unix/sysv/linux/bits/sys_errlist.h [__USE_BSD]:
22359         Likewise.
22360         * sysdeps/unix/sysv/linux/bits/termios.h [__USE_BSD]: Likewise.
22361         * sysdeps/unix/sysv/linux/mips/bits/termios.h [__USE_BSD]:
22362         Likewise.
22363         * sysdeps/unix/sysv/linux/netinet/if_ether.h [__USE_BSD]:
22364         Likewise.
22365         * sysdeps/unix/sysv/linux/netinet/if_fddi.h [__USE_BSD]: Likewise.
22366         * sysdeps/unix/sysv/linux/netinet/if_tr.h [__USE_BSD]: Likewise.
22367         * sysdeps/unix/sysv/linux/powerpc/bits/termios.h [__USE_BSD]:
22368         Likewise.
22369         * sysdeps/unix/sysv/linux/sparc/bits/termios.h [__USE_BSD]:
22370         Likewise.
22371         * sysdeps/x86/bits/string.h [__USE_BSD]: Likewise.
22372         * sysvipc/sys/ipc.h [__USE_SVID]: Likewise.
22373         * termios/termios.h [__USE_BSD]: Likewise.
22374         * time/sys/time.h [__USE_BSD]: Likewise.
22375         * time/time.h [__USE_BSD]: Likewise.
22376         [__USE_SVID]: Likewise.
22378         * Makefile (subdir_targets): Remove subdir_lint.out.
22380         * stdio-common/Makefile (do-tst-unbputc): Remove target.
22381         (do-tst-printf): Likewise.
22382         (tests): Depend directly on $(objpfx)tst-unbputc.out and
22383         $(objpfx)tst-printf.out.
22385         * io/ftwtest-sh (testout): Change to $tmp/ftwtest-tmp.out.
22387         * Makerules (check-abi-%): Change target to
22388         $(objpfx)check-abi-%.out.
22389         (check-abi target): Update dependencies.
22390         (check-abi-pattern variable): Redirect output of diff to $@.
22391         (check-abi variable): Likewise.
22392         * elf/Makefile (check-abi): Update dependencies.
22394         * soft-fp/op-common.h (_FP_DECL): Mark exponent as possibly
22395         unused.
22396         (_FP_PACK_SEMIRAW): Determine tininess based on rounding shifted
22397         value if _FP_TININESS_AFTER_ROUNDING and unrounded value is in
22398         subnormal range.
22399         (_FP_PACK_CANONICAL): Determine tininess based on rounding to
22400         normal precision if _FP_TININESS_AFTER_ROUNDING and unrounded
22401         value has largest subnormal exponent.
22402         * soft-fp/soft-fp.h [FP_NO_EXCEPTIONS]
22403         (_FP_TININESS_AFTER_ROUNDING): Undefine and redefine to 0.
22404         * sysdeps/aarch64/soft-fp/sfp-machine.h
22405         (_FP_TININESS_AFTER_ROUNDING): New macro.
22406         * sysdeps/alpha/soft-fp/sfp-machine.h
22407         (_FP_TININESS_AFTER_ROUNDING): Likewise.
22408         * sysdeps/arm/soft-fp/sfp-machine.h (_FP_TININESS_AFTER_ROUNDING):
22409         Likewise.
22410         * sysdeps/mips/mips64/soft-fp/sfp-machine.h
22411         (_FP_TININESS_AFTER_ROUNDING): Likewise.
22412         * sysdeps/mips/soft-fp/sfp-machine.h
22413         (_FP_TININESS_AFTER_ROUNDING): Likewise.
22414         * sysdeps/powerpc/soft-fp/sfp-machine.h
22415         (_FP_TININESS_AFTER_ROUNDING): Likewise.
22416         * sysdeps/sh/soft-fp/sfp-machine.h (_FP_TININESS_AFTER_ROUNDING):
22417         Likewise.
22418         * sysdeps/sparc/sparc32/soft-fp/sfp-machine.h
22419         (_FP_TININESS_AFTER_ROUNDING): Likewise.
22420         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h
22421         (_FP_TININESS_AFTER_ROUNDING): Likewise.
22422         * sysdeps/tile/sfp-machine.h (_FP_TININESS_AFTER_ROUNDING):
22423         Likewise.
22425 2014-02-12  Dylan Alex Simon  <dylan@dylex.net>
22427         [BZ #16545]
22428         * sysdeps/x86_64/fpu/libm-test-ulps: Update on AMD family 21h
22429         model 1.
22431 2014-02-12  Richard Henderson  <rth@redhat.com>
22433         * sysdeps/alpha: Move directory from ports/sysdeps/alpha.
22434         * sysdeps/unix/alpha: Move directory from ports/sysdeps/unix/alpha.
22435         * sysdeps/unix/sysv/linux/alpha: Move directory from
22436         ports/sysdeps/unix/sysv/linux/alpha.
22437         * README: Update listing for alpha-*-linux-gnu.
22439 2014-02-11  Joseph Myers  <joseph@codesourcery.com>
22441         * include/features.h: Update comment documenting feature test
22442         macros.
22443         [_BSD_SOURCE || _SVID_SOURCE]: Give #warning.  Define
22444         _DEFAULT_SOURCE.
22445         * manual/creature.texi (_BSD_SOURCE): Remove documentation.
22446         (_SVID_SOURCE): Likewise.
22447         (_DEFAULT_SOURCE): Update description of default features.
22448         (Feature Test Macros): Don't mention _SVID_SOURCE in conjunction
22449         with _GNU_SOURCE.
22450         * manual/filesys.texi (__ftw_func_t): Do not refer to _BSD_SOURCE.
22451         (S_ISVTX): Likewise.
22452         * manual/math.texi (Mathematical Constants): Likewise.
22453         * manual/signal.texi (Interrupted Primitives): Likewise.
22454         * manual/startup.texi (putenv): Do not refer to _SVID_SOURCE.
22455         * math/test-matherr.c (_SVID_SOURCE): Do not define.
22456         * sysvipc/sys/ipc.h [__USE_SVID && !__USE_XOPEN && __GNUC__ >= 2]:
22457         Don't refer to _SVID_SOURCE in warning text.
22459         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
22461         * elf/dl-lookup.c (ELF_MACHINE_SYM_NO_MATCH): Define if not
22462         already defined.
22463         (do_lookup_x): Use ELF_MACHINE_SYM_NO_MATCH.
22464         * sysdeps/mips/dl-lookup.c: Remove.
22465         * sysdeps/mips/dl-machine.h (ELF_MACHINE_SYM_NO_MATCH): New macro.
22467 2014-02-11  Stefan Liebler  <stli@linux.vnet.ibm.com>
22469         [BZ #16447]
22470         * math/auto-libm-test-in: Add testcase for expl.
22471         * math/auto-libm-test-out: Regenerate.
22472         * sysdeps/ieee754/ldbl-128/e_expl.c (__ieee754_expl): Fix
22473         calculation of unsafe.
22474         * sysdeps/s390/fpu/libm-test-ulps: Adjust ULPs for added testcase.
22476 2014-02-11  Marcus Shawcroft  <marcus.shawcroft@arm.com>
22478         * sysdeps/aarch64: Move directory from ports/sysdeps/aarch64.
22479         * sysdeps/unix/sysv/linux/aarch64: Move directory from
22480         ports/sysdeps/unix/sysv/linux/aarch64.
22481         * README: Update listing for aarch64*-*-linux-gnu.
22483 2014-02-11  Will Newton  <will.newton@linaro.org>
22485         * manual/probes.texi (Mathematical Function Probes): Use
22486         "triggered" instead of "hit".
22488         * manual/probes.texi (Internal Probes): Add documentation
22489         of setjmp, longjmp and longjmp_target probes.
22491         * include/stap-probe.h: Add comment about probe argument
22492         format.
22494         * malloc/mtrace.c (attribute_hidden): Remove unused macro
22495         definition.  (tr_where, tr_freehook, tr_mallochook,
22496         tr_reallochook, tr_memalignhook): Use ANSI protoype.
22498 2014-02-11  David S. Miller  <davem@davemloft.net>
22500         * stdio-common/tst-sscanf.c (main): Use 'long' for 'dummy' when
22501         processing int_tests.
22503 2014-02-10  Joseph Myers  <joseph@codesourcery.com>
22505         * sysdeps/mips: Move directory from ports/sysdeps/mips.
22506         * sysdeps/unix/mips: Move directory from ports/sysdeps/unix/mips.
22507         * sysdeps/unix/sysv/linux/mips: Move directory from
22508         ports/sysdeps/unix/sysv/linux/mips.
22509         * README: Update listing for mips-*-linux-gnu and
22510         mips64-*-linux-gnu.
22512 2014-02-10  Andreas Schwab  <schwab@linux-m68k.org>
22514         * sysdeps/m68k: Move directory from ports/sysdeps/m68k.
22515         * sysdeps/unix/sysv/linux/m68k: Move directory from
22516         ports/sysdeps/unix/sysv/linux/m68k.
22517         * README: Update listing for m68k-*-linux-gnu.
22519 2014-02-10  Chris Metcalf  <cmetcalf@tilera.com>
22521         * sysdeps/tile: Move directory from ports/sysdeps/tile.
22522         * sysdeps/unix/sysv/linux/generic: Move directory from
22523         ports/sysdeps/unix/sysv/linux/generic.
22524         * sysdeps/unix/sysv/linux/tile: Move directory from
22525         ports/sysdeps/unix/sysv/linux/tile.
22526         * README: Update listing for tile*-*-linux-gnu.
22528 2014-02-10  Ondřej Bílka  <neleai@seznam.cz>
22530         * assert/assert.c (__assert_fail_base): Use glibc_likely instead
22531         __builtin_expect.
22532         * benchtests/bench-memmem.c (simple_memmem): Likewise.
22533         * catgets/open_catalog.c (__open_catalog): Likewise.
22534         * csu/libc-start.c (LIBC_START_MAIN): Likewise.
22535         * debug/confstr_chk.c: Likewise.
22536         * debug/fread_chk.c (__fread_chk): Likewise.
22537         * debug/fread_u_chk.c (__fread_unlocked_chk): Likewise.
22538         * debug/getgroups_chk.c: Likewise.
22539         * debug/mbsnrtowcs_chk.c: Likewise.
22540         * debug/mbsrtowcs_chk.c: Likewise.
22541         * debug/mbstowcs_chk.c: Likewise.
22542         * debug/memcpy_chk.c: Likewise.
22543         * debug/memmove_chk.c: Likewise.
22544         * debug/mempcpy_chk.c: Likewise.
22545         * debug/memset_chk.c: Likewise.
22546         * debug/stpcpy_chk.c (__stpcpy_chk): Likewise.
22547         * debug/strcat_chk.c (__strcat_chk): Likewise.
22548         * debug/strcpy_chk.c (__strcpy_chk): Likewise.
22549         * debug/strncat_chk.c (__strncat_chk): Likewise.
22550         * debug/vsnprintf_chk.c (___vsnprintf_chk): Likewise.
22551         * debug/vswprintf_chk.c (__vswprintf_chk): Likewise.
22552         * debug/wcpcpy_chk.c (__wcpcpy_chk): Likewise.
22553         * debug/wcpncpy_chk.c: Likewise.
22554         * debug/wcscat_chk.c (__wcscat_chk): Likewise.
22555         * debug/wcscpy_chk.c (__wcscpy_chk): Likewise.
22556         * debug/wcsncat_chk.c (__wcsncat_chk): Likewise.
22557         * debug/wcsncpy_chk.c: Likewise.
22558         * debug/wcsnrtombs_chk.c: Likewise.
22559         * debug/wcsrtombs_chk.c: Likewise.
22560         * debug/wcstombs_chk.c: Likewise.
22561         * debug/wmemcpy_chk.c: Likewise.
22562         * debug/wmemmove_chk.c: Likewise.
22563         * debug/wmempcpy_chk.c: Likewise.
22564         * debug/wmemset_chk.c: Likewise.
22565         * dirent/scandirat.c (SCANDIRAT): Likewise.
22566         * dlfcn/dladdr1.c (dladdr1): Likewise.
22567         * dlfcn/dladdr.c (dladdr): Likewise.
22568         * dlfcn/dlclose.c (dlclose_doit): Likewise.
22569         * dlfcn/dlerror.c (__dlerror): Likewise.
22570         * dlfcn/dlinfo.c (dlinfo_doit): Likewise.
22571         * dlfcn/dlmopen.c (dlmopen_doit): Likewise.
22572         * dlfcn/dlopen.c (dlopen_doit): Likewise.
22573         * dlfcn/dlopenold.c (__dlopen_nocheck): Likewise.
22574         * dlfcn/dlsym.c (dlsym_doit): Likewise.
22575         * dlfcn/dlvsym.c (dlvsym_doit): Likewise.
22576         * elf/dl-cache.c (_dl_load_cache_lookup): Likewise.
22577         * elf/dl-close.c (remove_slotinfo, _dl_close_worker, _dl_close):
22578         Likewise.
22579         * elf/dl-conflict.c: Likewise.
22580         * elf/dl-deps.c (_dl_build_local_scope, _dl_map_object_deps): Likewise.
22581         * elf/dl-dst.h: Likewise.
22582         * elf/dl-fini.c (_dl_sort_fini, _dl_fini): Likewise.
22583         * elf/dl-fptr.c (_dl_make_fptr): Likewise.
22584         * elf/dl-hwcaps.c (_dl_important_hwcaps): Likewise.
22585         * elf/dl-init.c (call_init, _dl_init): Likewise.
22586         * elf/dl-libc.c (__libc_dlopen_mode, __libc_dlsym): Likewise.
22587         * elf/dl-load.c (_dl_dst_substitute, fillin_rpath, _dl_init_paths)
22588         (_dl_map_object_from_fd, open_verify, open_path, _dl_map_object):
22589         Likewise.
22590         * elf/dl-lookup.c (do_lookup_x, add_dependency, _dl_lookup_symbol_x):
22591         Likewise.
22592         * elf/dl-minimal.c (__libc_memalign): Likewise.
22593         * elf/dl-open.c (add_to_global, dl_open_worker, _dl_open): Likewise.
22594         * elf/dl-reloc.c (_dl_relocate_object): Likewise.
22595         * elf/dl-runtime.c (_dl_fixup, _dl_profile_fixup): Likewise.
22596         * elf/dl-sym.c (do_sym): Likewise.
22597         * elf/dl-tls.c (tls_get_addr_tail, update_get_addr)
22598         (__tls_get_addr, _dl_tls_get_addr_soft): Likewise.
22599         * elf/dl-version.c (match_symbol, _dl_check_map_versions): Likewise.
22600         * elf/dl-writev.h (_dl_writev): Likewise.
22601         * elf/ldconfig.c (search_dir): Likewise.
22602         * elf/rtld.c (_dl_start_final, _dl_start, init_tls, do_preload)
22603         (dl_main): Likewise.
22604         * elf/setup-vdso.h (setup_vdso): Likewise.
22605         * grp/compat-initgroups.c (compat_call): Likewise.
22606         * grp/fgetgrent.c (fgetgrent): Likewise.
22607         * grp/initgroups.c (getgrouplist, initgroups): Likewise.
22608         * grp/putgrent.c (putgrent): Likewise.
22609         * hesiod/nss_hesiod/hesiod-grp.c (_nss_hesiod_initgroups_dyn):
22610         Likewise.
22611         * hurd/hurdinit.c: Likewise.
22612         * iconvdata/8bit-gap.c (struct): Likewise.
22613         * iconvdata/ansi_x3.110.c : Likewise.
22614         * iconvdata/big5.c : Likewise.
22615         * iconvdata/big5hkscs.c : Likewise.
22616         * iconvdata/cp1255.c: Likewise.
22617         * iconvdata/cp1258.c : Likewise.
22618         * iconvdata/cp932.c : Likewise.
22619         * iconvdata/euc-cn.c: Likewise.
22620         * iconvdata/euc-jisx0213.c : Likewise.
22621         * iconvdata/euc-jp.c: Likewise.
22622         * iconvdata/euc-jp-ms.c : Likewise.
22623         * iconvdata/euc-kr.c (euckr_from_ucs4): Likewise.
22624         * iconvdata/gb18030.c : Likewise.
22625         * iconvdata/gbbig5.c (const): Likewise.
22626         * iconvdata/gbgbk.c: Likewise.
22627         * iconvdata/gbk.c : Likewise.
22628         * iconvdata/ibm1364.c : Likewise.
22629         * iconvdata/ibm930.c : Likewise.
22630         * iconvdata/ibm932.c: Likewise.
22631         * iconvdata/ibm933.c : Likewise.
22632         * iconvdata/ibm935.c : Likewise.
22633         * iconvdata/ibm937.c : Likewise.
22634         * iconvdata/ibm939.c : Likewise.
22635         * iconvdata/ibm943.c: Likewise.
22636         * iconvdata/iso_11548-1.c: Likewise.
22637         * iconvdata/iso-2022-cn.c : Likewise.
22638         * iconvdata/iso-2022-cn-ext.c : Likewise.
22639         * iconvdata/iso-2022-jp-3.c: Likewise.
22640         * iconvdata/iso-2022-jp.c (gconv_end): Likewise.
22641         * iconvdata/iso-2022-kr.c : Likewise.
22642         * iconvdata/iso646.c (gconv_end): Likewise.
22643         * iconvdata/iso_6937-2.c : Likewise.
22644         * iconvdata/iso_6937.c : Likewise.
22645         * iconvdata/iso8859-1.c: Likewise.
22646         * iconvdata/johab.c (johab_sym_hanja_to_ucs): Likewise.
22647         * iconvdata/shift_jisx0213.c : Likewise.
22648         * iconvdata/sjis.c : Likewise.
22649         * iconvdata/t.61.c : Likewise.
22650         * iconvdata/tcvn5712-1.c : Likewise.
22651         * iconvdata/tscii.c: Likewise.
22652         * iconvdata/uhc.c : Likewise.
22653         * iconvdata/unicode.c (gconv_end): Likewise.
22654         * iconvdata/utf-16.c (gconv_end): Likewise.
22655         * iconvdata/utf-32.c (gconv_end): Likewise.
22656         * iconvdata/utf-7.c (base64): Likewise.
22657         * iconv/gconv_cache.c (__gconv_load_cache): Likewise.
22658         * iconv/gconv_close.c (__gconv_close): Likewise.
22659         * iconv/gconv_open.c (__gconv_open): Likewise.
22660         * iconv/gconv_simple.c (internal_ucs4_loop_single)
22661         (ucs4_internal_loop, ucs4_internal_loop_unaligned)
22662         (ucs4_internal_loop_single, internal_ucs4le_loop_single)
22663         (ucs4le_internal_loop, ucs4le_internal_loop_unaligned)
22664         (ucs4le_internal_loop_single): Likewise.
22665         * iconv/iconv.c (iconv): Likewise.
22666         * iconv/iconv_close.c: Likewise.
22667         * iconv/loop.c (SINGLE): Likewise.
22668         * iconv/skeleton.c (FUNCTION_NAME): Likewise.
22669         * include/atomic.h: Likewise.
22670         * inet/inet6_option.c (option_alloc): Likewise.
22671         * intl/bindtextdom.c (set_binding_values): Likewise.
22672         * intl/dcigettext.c (DCIGETTEXT, _nl_find_msg): Likewise.
22673         * intl/loadmsgcat.c (_nl_load_domain): Likewise.
22674         * intl/localealias.c (read_alias_file): Likewise.
22675         * libio/filedoalloc.c (_IO_file_doallocate): Likewise.
22676         * libio/fileops.c (_IO_file_open, _IO_file_underflow_mmap)
22677         (_IO_new_file_overflow, _IO_file_xsgetn_mmap): Likewise.
22678         * libio/fmemopen.c (fmemopen): Likewise.
22679         * libio/iofgets.c (_IO_fgets): Likewise.
22680         * libio/iofgets_u.c (fgets_unlocked): Likewise.
22681         * libio/iofgetws.c (fgetws): Likewise.
22682         * libio/iofgetws_u.c (fgetws_unlocked): Likewise.
22683         * libio/iogetdelim.c (_IO_getdelim): Likewise.
22684         * libio/wfileops.c (_IO_wfile_underflow, _IO_wfile_underflow_mmap)
22685         (adjust_wide_data, _IO_wfile_seekoff): Likewise.
22686         * locale/findlocale.c (_nl_find_locale): Likewise.
22687         * locale/loadarchive.c (_nl_load_locale_from_archive): Likewise.
22688         * locale/loadlocale.c (_nl_intern_locale_data, _nl_load_locale):
22689         Likewise.
22690         * locale/setlocale.c (setlocale): Likewise.
22691         * login/programs/pt_chown.c (main): Likewise.
22692         * malloc/arena.c (ptmalloc_init, shrink_heap, arena_get2): Likewise.
22693         * malloc/malloc.c (_int_malloc, _int_free): Likewise.
22694         * malloc/memusage.c (update_data, malloc, realloc, calloc, free)
22695         (mmap, mmap64, mremap, munmap): Likewise.
22696         * math/e_exp2l.c: Likewise.
22697         * math/e_scalb.c (invalid_fn, __ieee754_scalb): Likewise.
22698         * math/e_scalbf.c (invalid_fn, __ieee754_scalbf): Likewise.
22699         * math/e_scalbl.c (invalid_fn, __ieee754_scalbl): Likewise.
22700         * math/s_catan.c (__catan): Likewise.
22701         * math/s_catanf.c (__catanf): Likewise.
22702         * math/s_catanh.c (__catanh): Likewise.
22703         * math/s_catanhf.c (__catanhf): Likewise.
22704         * math/s_catanhl.c (__catanhl): Likewise.
22705         * math/s_catanl.c (__catanl): Likewise.
22706         * math/s_ccosh.c (__ccosh): Likewise.
22707         * math/s_ccoshf.c (__ccoshf): Likewise.
22708         * math/s_ccoshl.c (__ccoshl): Likewise.
22709         * math/s_cexp.c (__cexp): Likewise.
22710         * math/s_cexpf.c (__cexpf): Likewise.
22711         * math/s_cexpl.c (__cexpl): Likewise.
22712         * math/s_clog10.c (__clog10): Likewise.
22713         * math/s_clog10f.c (__clog10f): Likewise.
22714         * math/s_clog10l.c (__clog10l): Likewise.
22715         * math/s_clog.c (__clog): Likewise.
22716         * math/s_clogf.c (__clogf): Likewise.
22717         * math/s_clogl.c (__clogl): Likewise.
22718         * math/s_csin.c (__csin): Likewise.
22719         * math/s_csinf.c (__csinf): Likewise.
22720         * math/s_csinh.c (__csinh): Likewise.
22721         * math/s_csinhf.c (__csinhf): Likewise.
22722         * math/s_csinhl.c (__csinhl): Likewise.
22723         * math/s_csinl.c (__csinl): Likewise.
22724         * math/s_csqrt.c (__csqrt): Likewise.
22725         * math/s_csqrtf.c (__csqrtf): Likewise.
22726         * math/s_csqrtl.c (__csqrtl): Likewise.
22727         * math/s_ctan.c (__ctan): Likewise.
22728         * math/s_ctanf.c (__ctanf): Likewise.
22729         * math/s_ctanh.c (__ctanh): Likewise.
22730         * math/s_ctanhf.c (__ctanhf): Likewise.
22731         * math/s_ctanhl.c (__ctanhl): Likewise.
22732         * math/s_ctanl.c (__ctanl): Likewise.
22733         * math/w_pow.c: Likewise.
22734         * math/w_powf.c: Likewise.
22735         * math/w_powl.c: Likewise.
22736         * math/w_scalb.c (sysv_scalb): Likewise.
22737         * math/w_scalbf.c (sysv_scalbf): Likewise.
22738         * math/w_scalbl.c (sysv_scalbl): Likewise.
22739         * misc/error.c (error_tail): Likewise.
22740         * misc/pselect.c (__pselect): Likewise.
22741         * nis/nis_callback.c (__nis_create_callback): Likewise.
22742         * nis/nis_call.c (__nisfind_server): Likewise.
22743         * nis/nis_creategroup.c (nis_creategroup): Likewise.
22744         * nis/nis_domain_of_r.c (nis_domain_of_r): Likewise.
22745         * nis/nis_findserv.c (__nis_findfastest_with_timeout): Likewise.
22746         * nis/nis_getservlist.c (nis_getservlist): Likewise.
22747         * nis/nis_lookup.c (nis_lookup): Likewise.
22748         * nis/nis_subr.c (nis_leaf_of_r, nis_getnames): Likewise.
22749         * nis/nis_table.c (__create_ib_request, nis_list, nis_add_entry)
22750         (nis_modify_entry, nis_first_entry, nis_next_entry): Likewise.
22751         * nis/nis_xdr.c (xdr_endpoint): Likewise.
22752         * nis/nss_compat/compat-grp.c (getgrent_next_file)
22753         (internal_getgrnam_r, internal_getgrgid_r): Likewise.
22754         * nis/nss_compat/compat-initgroups.c (add_group)
22755         (internal_getgrent_r): Likewise.
22756         * nis/nss_compat/compat-pwd.c (getpwent_next_file)
22757         (internal_getpwnam_r, internal_getpwuid_r): Likewise.
22758         * nis/nss_compat/compat-spwd.c (getspent_next_file)
22759         (internal_getspnam_r): Likewise.
22760         * nis/nss_nis/nis-alias.c (internal_nis_getaliasent_r)
22761         (_nss_nis_getaliasbyname_r): Likewise.
22762         * nis/nss_nis/nis-ethers.c (_nss_nis_gethostton_r)
22763         (_nss_nis_getntohost_r): Likewise.
22764         * nis/nss_nis/nis-grp.c (internal_nis_setgrent)
22765         (internal_nis_getgrent_r, _nss_nis_getgrnam_r)
22766         (_nss_nis_getgrgid_r): Likewise.
22767         * nis/nss_nis/nis-hosts.c (_nss_nis_sethostent)
22768         (internal_nis_gethostent_r, internal_gethostbyname2_r)
22769         (_nss_nis_gethostbyname_r, _nss_nis_gethostbyaddr_r)
22770         (_nss_nis_gethostbyname4_r): Likewise.
22771         * nis/nss_nis/nis-initgroups.c (internal_getgrent_r)
22772         (initgroups_netid): Likewise.
22773         * nis/nss_nis/nis-netgrp.c (_nss_nis_setnetgrent): Likewise.
22774         * nis/nss_nis/nis-network.c (internal_nis_getnetent_r)
22775         (_nss_nis_getnetbyname_r, _nss_nis_getnetbyaddr_r): Likewise.
22776         * nis/nss_nis/nis-proto.c (_nss_nis_getprotobyname_r)
22777         (_nss_nis_getprotobynumber_r): Likewise.
22778         * nis/nss_nis/nis-publickey.c (_nss_nis_getpublickey)
22779         (_nss_nis_getsecretkey): Likewise.
22780         * nis/nss_nis/nis-pwd.c (_nis_saveit, internal_nis_setpwent)
22781         (internal_nis_getpwent_r, _nss_nis_getpwnam_r)
22782         (_nss_nis_getpwuid_r): Likewise.
22783         * nis/nss_nis/nis-rpc.c (internal_nis_getrpcent_r)
22784         (_nss_nis_getrpcbyname_r, _nss_nis_getrpcbynumber_r): Likewise.
22785         * nis/nss_nis/nis-service.c (dosearch, internal_nis_getservent_r)
22786         (_nss_nis_getservbyname_r, _nss_nis_getservbyport_r): Likewise.
22787         * nis/nss_nis/nis-spwd.c (_nss_nis_setspent)
22788         (internal_nis_getspent_r, _nss_nis_getspnam_r): Likewise.
22789         * nis/nss_nisplus/nisplus-alias.c (_nss_nisplus_getaliasbyname_r):
22790         Likewise.
22791         * nis/nss_nisplus/nisplus-ethers.c (_nss_nisplus_gethostton_r)
22792         (_nss_nisplus_getntohost_r): Likewise.
22793         * nis/nss_nisplus/nisplus-grp.c (internal_nisplus_getgrent_r)
22794         (_nss_nisplus_getgrnam_r, _nss_nisplus_getgrgid_r): Likewise.
22795         * nis/nss_nisplus/nisplus-hosts.c (internal_gethostbyname2_r)
22796         (_nss_nisplus_gethostbyaddr_r, _nss_nisplus_gethostbyname4_r):
22797         Likewise.
22798         * nis/nss_nisplus/nisplus-initgroups.c
22799         (_nss_nisplus_initgroups_dyn): Likewise.
22800         * nis/nss_nisplus/nisplus-network.c (_nss_nisplus_getnetbyname_r)
22801         (_nss_nisplus_getnetbyaddr_r): Likewise.
22802         * nis/nss_nisplus/nisplus-proto.c (_nss_nisplus_getprotobyname_r)
22803         (_nss_nisplus_getprotobynumber_r): Likewise.
22804         * nis/nss_nisplus/nisplus-pwd.c (internal_nisplus_getpwent_r)
22805         (_nss_nisplus_getpwnam_r, _nss_nisplus_getpwuid_r): Likewise.
22806         * nis/nss_nisplus/nisplus-rpc.c (_nss_nisplus_getrpcbyname_r):
22807         Likewise.
22808         * nis/nss_nisplus/nisplus-service.c
22809         (internal_nisplus_getservent_r, _nss_nisplus_getservbyname_r)
22810         (_nss_nisplus_getservbyport_r): Likewise.
22811         * nis/nss_nisplus/nisplus-spwd.c (internal_nisplus_getspent_r)
22812         (_nss_nisplus_getspnam_r): Likewise.
22813         * nis/ypclnt.c (__yp_bind, yp_match, yp_all, yp_maplist):
22814         Likewise.
22815         * nscd/aicache.c (addhstaiX): Likewise.
22816         * nscd/cache.c (cache_search, prune_cache): Likewise.
22817         * nscd/connections.c (register_traced_file, send_ro_fd)
22818         (handle_request, nscd_run_prune, nscd_run_worker, fd_ready)
22819         (main_loop_epoll): Likewise.
22820         * nscd/grpcache.c (addgrbyX): Likewise.
22821         * nscd/hstcache.c (addhstbyX): Likewise.
22822         * nscd/initgrcache.c (addinitgroupsX): Likewise.
22823         * nscd/mem.c (gc, mempool_alloc): Likewise.
22824         * nscd/netgroupcache.c (do_notfound, addgetnetgrentX)
22825         (addinnetgrX): Likewise.
22826         * nscd/nscd-client.h (__nscd_acquire_maplock)
22827         (__nscd_drop_map_ref): Likewise.
22828         * nscd/nscd_getai.c (__nscd_getai): Likewise.
22829         * nscd/nscd_getgr_r.c (nscd_getgr_r): Likewise.
22830         * nscd/nscd_gethst_r.c (__nscd_get_nl_timestamp, nscd_gethst_r):
22831         Likewise.
22832         * nscd/nscd_getpw_r.c (nscd_getpw_r): Likewise.
22833         * nscd/nscd_getserv_r.c (nscd_getserv_r): Likewise.
22834         * nscd/nscd_helper.c (__readvall, open_socket, __nscd_get_mapping)
22835         (__nscd_get_map_ref): Likewise.
22836         * nscd/nscd_initgroups.c (__nscd_getgrouplist): Likewise.
22837         * nscd/nscd_netgroup.c (__nscd_setnetgrent, __nscd_innetgr):
22838         Likewise.
22839         * nscd/pwdcache.c (addpwbyX): Likewise.
22840         * nscd/selinux.c (preserve_capabilities): Likewise.
22841         * nscd/servicescache.c (addservbyX): Likewise.
22842         * nss/nss_files/files-XXX.c (internal_getent): Likewise.
22843         * posix/fnmatch.c (fnmatch): Likewise.
22844         * posix/getopt.c (_getopt_internal_r): Likewise.
22845         * posix/glob.c (glob, glob_in_dir): Likewise.
22846         * posix/wordexp.c (exec_comm_child): Likewise.
22847         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyaddr2_r)
22848         (getanswer_r, gaih_getanswer_slice): Likewise.
22849         * resolv/nss_dns/dns-network.c (getanswer_r): Likewise.
22850         * resolv/res_init.c: Likewise.
22851         * resolv/res_mkquery.c (res_nmkquery): Likewise.
22852         * resolv/res_query.c (__libc_res_nquery): Likewise.
22853         * resolv/res_send.c (__libc_res_nsend, send_vc, reopen, send_dg):
22854         Likewise.
22855         * stdio-common/_i18n_number.h (_i18n_number_rewrite): Likewise.
22856         * stdio-common/perror.c (perror): Likewise.
22857         * stdio-common/printf_fp.c (___printf_fp): Likewise.
22858         * stdio-common/tmpnam.c (tmpnam): Likewise.
22859         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Likewise.
22860         * stdlib/cxa_finalize.c (__cxa_finalize): Likewise.
22861         * stdlib/cxa_thread_atexit_impl.c (__cxa_thread_atexit_impl):
22862         Likewise.
22863         * stdlib/drand48-iter.c (__drand48_iterate): Likewise.
22864         * stdlib/putenv.c (putenv): Likewise.
22865         * stdlib/setenv.c (__add_to_environ): Likewise.
22866         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Likewise.
22867         * stdlib/strtol_l.c (INTERNAL): Likewise.
22868         * string/memmem.c (memmem): Likewise.
22869         * string/strerror.c (strerror): Likewise.
22870         * string/strnlen.c (__strnlen): Likewise.
22871         * string/test-memmem.c (simple_memmem): Likewise.
22872         * sunrpc/clnt_udp.c (__libc_clntudp_bufcreate): Likewise.
22873         * sunrpc/pm_getport.c (__get_socket): Likewise.
22874         * sysdeps/gnu/unwind-resume.c (init, _Unwind_Resume): Likewise.
22875         * sysdeps/i386/dl-irel.h (elf_irel): Likewise.
22876         * sysdeps/i386/dl-machine.h (elf_machine_runtime_setup)
22877         (elf_machine_rel, elf_machine_lazy_rel, elf_machine_lazy_rela):
22878         Likewise.
22879         * sysdeps/ieee754/dbl-64/e_atanh.c (__ieee754_atanh): Likewise.
22880         * sysdeps/ieee754/dbl-64/e_exp2.c (__ieee754_exp2): Likewise.
22881         * sysdeps/ieee754/dbl-64/e_fmod.c (__ieee754_fmod): Likewise.
22882         * sysdeps/ieee754/dbl-64/e_gamma_r.c (__ieee754_gamma_r): Likewise.
22883         * sysdeps/ieee754/dbl-64/e_hypot.c (__ieee754_hypot): Likewise.
22884         * sysdeps/ieee754/dbl-64/e_j1.c (__ieee754_j1, __ieee754_y1):
22885         Likewise.
22886         * sysdeps/ieee754/dbl-64/e_jn.c (__ieee754_jn, __ieee754_yn):
22887         Likewise.
22888         * sysdeps/ieee754/dbl-64/e_log10.c (__ieee754_log10): Likewise.
22889         * sysdeps/ieee754/dbl-64/e_log2.c (__ieee754_log2): Likewise.
22890         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Likewise.
22891         * sysdeps/ieee754/dbl-64/e_sinh.c (__ieee754_sinh): Likewise.
22892         * sysdeps/ieee754/dbl-64/s_asinh.c (__asinh): Likewise.
22893         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Likewise.
22894         * sysdeps/ieee754/dbl-64/s_log1p.c (__log1p): Likewise.
22895         * sysdeps/ieee754/dbl-64/s_logb.c (__logb): Likewise.
22896         * sysdeps/ieee754/dbl-64/s_modf.c (__modf): Likewise.
22897         * sysdeps/ieee754/dbl-64/s_scalbln.c (__scalbln): Likewise.
22898         * sysdeps/ieee754/dbl-64/s_scalbn.c (__scalbn): Likewise.
22899         * sysdeps/ieee754/dbl-64/wordsize-64/e_acosh.c (__ieee754_acosh):
22900         Likewise.
22901         * sysdeps/ieee754/dbl-64/wordsize-64/e_log10.c (__ieee754_log10):
22902         Likewise.
22903         * sysdeps/ieee754/dbl-64/wordsize-64/e_log2.c (__ieee754_log2):
22904         Likewise.
22905         * sysdeps/ieee754/dbl-64/wordsize-64/s_frexp.c (__frexp): Likewise.
22906         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c (__logb): Likewise.
22907         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c (__remquo): Likewise.
22908         * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c (__round): Likewise.
22909         * sysdeps/ieee754/flt-32/e_atanhf.c (__ieee754_atanhf): Likewise.
22910         * sysdeps/ieee754/flt-32/e_gammaf_r.c (__ieee754_gammaf_r): Likewise.
22911         * sysdeps/ieee754/flt-32/s_logbf.c (__logbf): Likewise.
22912         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c (__ieee754_fmodl): Likewise.
22913         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h (ldbl_nearbyint): Likewise.
22914         * sysdeps/ieee754/ldbl-128ibm/s_llrintl.c (__llrintl): Likewise.
22915         * sysdeps/ieee754/ldbl-128ibm/s_llroundl.c (__llroundl): Likewise.
22916         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
22917         * sysdeps/ieee754/ldbl-128ibm/s_lrintl.c (__lrintl): Likewise.
22918         * sysdeps/ieee754/ldbl-128ibm/s_lroundl.c (__lroundl): Likewise.
22919         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
22920         * sysdeps/ieee754/ldbl-96/e_gammal_r.c (__ieee754_gammal_r):
22921         Likewise.
22922         * sysdeps/ieee754/ldbl-96/e_j0l.c (__ieee754_j0l, __ieee754_y0l):
22923         Likewise.
22924         * sysdeps/ieee754/ldbl-96/e_j1l.c (__ieee754_j1l, __ieee754_y1l):
22925         Likewise.
22926         * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_jnl, __ieee754_ynl):
22927         Likewise.
22928         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Likewise.
22929         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
22930         * sysdeps/posix/clock_getres.c (hp_timing_getres, realtime_getres):
22931         Likewise.
22932         * sysdeps/posix/fdopendir.c (__fdopendir): Likewise.
22933         * sysdeps/posix/getaddrinfo.c (gaih_inet, getaddrinfo): Likewise.
22934         * sysdeps/posix/opendir.c (__opendirat): Likewise.
22935         * sysdeps/posix/sleep.c: Likewise.
22936         * sysdeps/posix/tempname.c: Likewise.
22937         * sysdeps/powerpc/powerpc32/dl-irel.h (elf_irela): Likewise.
22938         * sysdeps/powerpc/powerpc32/dl-machine.c (__process_machine_rela):
22939         Likewise.
22940         * sysdeps/powerpc/powerpc32/dl-machine.h
22941         (elf_machine_runtime_setup, elf_machine_rela): Likewise.
22942         * sysdeps/powerpc/powerpc64/dl-irel.h (elf_irela): Likewise.
22943         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela): Likewise.
22944         * sysdeps/pthread/aio_notify.c (__aio_notify_only): Likewise.
22945         * sysdeps/pthread/aio_suspend.c (do_aio_misc_wait, aio_suspend):
22946         Likewise.
22947         * sysdeps/s390/dl-irel.h (elf_irela): Likewise.
22948         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_runtime_setup)
22949         (elf_machine_rela, elf_machine_lazy_rel): Likewise.
22950         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_runtime_setup)
22951         (elf_machine_rela, elf_machine_lazy_rel): Likewise.
22952         * sysdeps/s390/s390-64/utf16-utf32-z9.c (gconv_end): Likewise.
22953         * sysdeps/s390/s390-64/utf8-utf16-z9.c (gconv_end): Likewise.
22954         * sysdeps/s390/s390-64/utf8-utf32-z9.c (gconv_end): Likewise.
22955         * sysdeps/sh/dl-machine.h (elf_machine_rela): Likewise.
22956         * sysdeps/sparc/sparc32/dl-irel.h (elf_irela): Likewise.
22957         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela)
22958         (elf_machine_lazy_rel): Likewise.
22959         * sysdeps/sparc/sparc64/dl-irel.h (elf_irela): Likewise.
22960         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela)
22961         (elf_machine_lazy_rel): Likewise.
22962         * sysdeps/sparc/sparc64/dl-plt.h (sparc64_fixup_plt): Likewise.
22963         * sysdeps/unix/clock_gettime.c (hp_timing_gettime): Likewise.
22964         * sysdeps/unix/clock_settime.c (hp_timing_settime): Likewise.
22965         * sysdeps/unix/grantpt.c (grantpt): Likewise.
22966         * sysdeps/unix/sysv/linux/accept4.c (accept4): Likewise.
22967         * sysdeps/unix/sysv/linux/adjtime.c (ADJTIME): Likewise.
22968         * sysdeps/unix/sysv/linux/check_pf.c (__check_pf): Likewise.
22969         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
22970         Likewise.
22971         * sysdeps/unix/sysv/linux/faccessat.c (faccessat): Likewise.
22972         * sysdeps/unix/sysv/linux/fchmodat.c (fchmodat): Likewise.
22973         * sysdeps/unix/sysv/linux/fchownat.c (fchownat): Likewise.
22974         * sysdeps/unix/sysv/linux/futimesat.c (futimesat): Likewise.
22975         * sysdeps/unix/sysv/linux/fxstatat64.c (__fxstatat64): Likewise.
22976         * sysdeps/unix/sysv/linux/fxstatat.c (__fxstatat): Likewise.
22977         * sysdeps/unix/sysv/linux/i386/fallocate64.c (fallocate64): Likewise.
22978         * sysdeps/unix/sysv/linux/i386/fallocate.c (fallocate): Likewise.
22979         * sysdeps/unix/sysv/linux/i386/fchownat.c (fchownat): Likewise.
22980         * sysdeps/unix/sysv/linux/i386/fxstatat.c (__fxstatat): Likewise.
22981         * sysdeps/unix/sysv/linux/i386/get_clockfreq.c (__get_clockfreq):
22982         Likewise.
22983         * sysdeps/unix/sysv/linux/i386/posix_fallocate64.c
22984         (__posix_fallocate64_l64): Likewise.
22985         * sysdeps/unix/sysv/linux/i386/posix_fallocate.c
22986         (posix_fallocate): Likewise.
22987         * sysdeps/unix/sysv/linux/i386/scandir64.c (__old_scandir64):
22988         Likewise.
22989         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
22990         * sysdeps/unix/sysv/linux/ifaddrs.c (__netlink_request)
22991         (getifaddrs_internal): Likewise.
22992         * sysdeps/unix/sysv/linux/linkat.c (linkat): Likewise.
22993         * sysdeps/unix/sysv/linux/mkdirat.c (mkdirat): Likewise.
22994         * sysdeps/unix/sysv/linux/mq_unlink.c (mq_unlink): Likewise.
22995         * sysdeps/unix/sysv/linux/openat.c (OPENAT_NOT_CANCEL): Likewise.
22996         * sysdeps/unix/sysv/linux/posix_fallocate64.c
22997         (__posix_fallocate64_l64): Likewise.
22998         * sysdeps/unix/sysv/linux/posix_fallocate.c (posix_fallocate):
22999         Likewise.
23000         * sysdeps/unix/sysv/linux/powerpc/fchownat.c (fchownat): Likewise.
23001         * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c
23002         (__get_clockfreq): Likewise.
23003         * sysdeps/unix/sysv/linux/readlinkat.c (readlinkat): Likewise.
23004         * sysdeps/unix/sysv/linux/recvmmsg.c (recvmmsg): Likewise.
23005         * sysdeps/unix/sysv/linux/renameat.c (renameat): Likewise.
23006         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
23007         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
23008         * sysdeps/unix/sysv/linux/sched_setaffinity.c: Likewise.
23009         * sysdeps/unix/sysv/linux/sendmmsg.c (__sendmmsg): Likewise.
23010         * sysdeps/unix/sysv/linux/shm_open.c (where_is_shmfs, shm_open):
23011         Likewise.
23012         * sysdeps/unix/sysv/linux/sleep.c (__sleep): Likewise.
23013         * sysdeps/unix/sysv/linux/symlinkat.c (symlinkat): Likewise.
23014         * sysdeps/unix/sysv/linux/tcgetattr.c (__tcgetattr): Likewise.
23015         * sysdeps/unix/sysv/linux/ttyname.c (ttyname): Likewise.
23016         * sysdeps/unix/sysv/linux/ttyname_r.c (__ttyname_r): Likewise.
23017         * sysdeps/unix/sysv/linux/unlinkat.c (unlinkat): Likewise.
23018         * sysdeps/unix/sysv/linux/wordsize-64/fxstatat.c (__fxstatat):
23019         Likewise.
23020         * sysdeps/unix/sysv/linux/wordsize-64/posix_fallocate.c
23021         (posix_fallocate): Likewise.
23022         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
23023         * sysdeps/unix/sysv/linux/xmknodat.c (__xmknodat): Likewise.
23024         * sysdeps/x86_64/dl-irel.h (elf_irela): Likewise.
23025         * sysdeps/x86_64/dl-machine.h (elf_machine_runtime_setup)
23026         (elf_machine_rela, elf_machine_rela_relative)
23027         (elf_machine_lazy_rel): Likewise.
23028         * time/asctime.c (asctime_internal): Likewise.
23029         * time/tzfile.c (__tzfile_read, __tzfile_compute): Likewise.
23030         * time/tzset.c (__tzset_parse_tz): Likewise.
23031         * wcsmbs/mbrtoc16.c (mbrtoc16): Likewise.
23032         * wcsmbs/mbrtowc.c (__mbrtowc): Likewise.
23033         * wcsmbs/wcsmbsload.c (__wcsmbs_load_conv): Likewise.
23034         * wcsmbs/wcsmbsload.h: Likewise.
23036         [BZ #15894]
23037         * stdlib/setenv.c (__add_to_environ): Remove duplicate code.
23039         * malloc/arena.c (grow_heap, get_free_list, reused_arena)
23040         (arena_get2): Remove THREAD_STATS conditionals.
23041         * malloc/malloc.c (__malloc_assert, __libc_realloc, _int_free)
23042         (__malloc_stats, int): Likewise.
23044 2014-02-08  Mike Frysinger  <vapier@gentoo.org>
23046         * sysdeps/unix/sysv/linux/shm_open.c (where_is_shmfs): Compare
23047         f.f_type to RAMFS_MAGIC too.  Compare mp->mnt_type to shm too.
23049         * manual/setjmp.texi: Fix typos/grammar errors.
23051         * debug/tst-backtrace4.c (handle_signal): Add NUM_FUNCTIONS to output.
23052         Only return early when n is <= 0.  Delete unused return statement.
23054         * debug/Makefile (CFLAGS-tst-longjmp_chk3.c): Define.
23055         (CPPFLAGS-tst-longjmp_chk3.c): Likewise.
23056         * debug/tst-longjmp_chk3.c: New file.
23058         * benchtests/bench-strcpy_chk.c: Move test-skeleton.c to top.
23059         (test_main): Replace code with set_fortify_handler call.
23060         * debug/test-strcpy_chk.c: Likewise.
23061         * debug/tst-chk1.c: Likewise.
23062         * debug/tst-longjmp_chk.c: Likewise.
23063         * test-skeleton.c: Include fcntl.h & paths.h
23064         (set_fortify_handler): Define.
23066         * debug/tst-longjmp_chk.c: Add header comment and include
23067         ../test-skeleton.c.
23068         (do_test): Mark static.
23069         (TEST_FUNCTION): Define.
23071         * sysdeps/unix/sysv/linux/bits/in.h (IP_NODEFRAG): Define.
23072         (IP_PMTUDISC_INTERFACE): Likewise.
23073         (IP_MULTICAST_IF): Likewise.
23074         (IP_MULTICAST_TTL): Likewise.
23075         (IP_MULTICAST_LOOP): Likewise.
23076         (IP_ADD_MEMBERSHIP): Likewise.
23077         (IP_DROP_MEMBERSHIP): Likewise.
23078         (IP_UNBLOCK_SOURCE): Likewise.
23079         (IP_BLOCK_SOURCE): Likewise.
23080         (IP_ADD_SOURCE_MEMBERSHIP): Likewise.
23081         (IP_DROP_SOURCE_MEMBERSHIP): Likewise.
23082         (IP_MSFILTER): Likewise.
23083         (MCAST_JOIN_GROUP): Likewise.
23084         (MCAST_BLOCK_SOURCE): Likewise.
23085         (MCAST_UNBLOCK_SOURCE): Likewise.
23086         (MCAST_LEAVE_GROUP): Likewise.
23087         (MCAST_JOIN_SOURCE_GROUP): Likewise.
23088         (MCAST_LEAVE_SOURCE_GROUP): Likewise.
23089         (MCAST_MSFILTER): Likewise.
23090         (IP_MULTICAST_ALL): Likewise.
23091         (IP_UNICAST_IF): Likewise.
23093         * timezone/Makefile: Delete $(have-ksh) check.
23094         ($(objpfx)tzselect): Change $(KSH) to $(BASH).
23095         * timezone/tzselect.ksh: Add +x mode bits.
23097         * sysdeps/unix/sysv/linux/linux_fsinfo.h (AFS_SUPER_MAGIC): Define.
23098         (ANON_INODE_FS_MAGIC): Likewise.
23099         (BDEVFS_MAGIC): Likewise.
23100         (BINFMTFS_MAGIC): Likewise.
23101         (BTRFS_TEST_MAGIC): Likewise.
23102         (CRAMFS_MAGIC_WEND): Likewise.
23103         (DEBUGFS_MAGIC): Likewise.
23104         (ECRYPTFS_SUPER_MAGIC): Likewise.
23105         (EXT3_SUPER_MAGIC): Likewise.
23106         (EXT4_SUPER_MAGIC): Likewise.
23107         (FUTEXFS_SUPER_MAGIC): Likewise.
23108         (HOSTFS_SUPER_MAGIC): Likewise.
23109         (HUGETLBFS_MAGIC): Likewise.
23110         (MINIX3_SUPER_MAGIC): Likewise.
23111         (MTD_INODE_FS_MAGIC): Likewise.
23112         (NILFS_SUPER_MAGIC): Likewise.
23113         (OPENPROM_SUPER_MAGIC): Likewise.
23114         (PIPEFS_MAGIC): Likewise.
23115         (PSTOREFS_MAGIC): Likewise.
23116         (QNX6_SUPER_MAGIC): Likewise.
23117         (RAMFS_MAGIC): Likewise.
23118         (REISERFS_SUPER_MAGIC_STRING): Likewise.
23119         (REISER2FS_SUPER_MAGIC_STRING): Likewise.
23120         (REISER2FS_JR_SUPER_MAGIC_STRING): Likewise.
23121         (SECURITYFS_MAGIC): Likewise.
23122         (SELINUX_MAGIC): Likewise.
23123         (SMACK_MAGIC): Likewise.
23124         (SOCKFS_MAGIC): Likewise.
23125         (SQUASHFS_MAGIC): Likewise.
23126         (STACK_END_MAGIC): Likewise.
23127         (TMPFS_MAGIC): Likewise.
23128         (USBDEVICE_SUPER_MAGIC): Likewise.
23129         (V9FS_MAGIC): Likewise.
23130         (XENFS_SUPER_MAGIC): Likewise.
23131         (CRAMFS_MAGIC): Fix typo in comment.
23132         (EXT2_SUPER_MAGIC): Update comment.
23133         (USBDEVFS_SUPER_MAGIC): Fix sorting order by moving further down.
23135 2014-02-08  Joseph Myers  <joseph@codesourcery.com>
23137         * sysdeps/arm: Move directory from ports/sysdeps/arm.
23138         * sysdeps/unix/arm: Move directory from ports/sysdeps/unix/arm.
23139         * sysdeps/unix/sysv/linux/arm: Move directory from
23140         ports/sysdeps/unix/sysv/linux/arm.
23141         * README: Update listing for arm-*-linux-gnueabi.
23143         * README: Remove mention of am33.
23145 2014-02-07  Roland McGrath  <roland@hack.frob.com>
23147         * bits/sigset.h (__sigemptyset): Use a statement expression rather
23148         than the comma operator, to avoid "rhs of comma has no effect"
23149         compiler warnings.
23150         (__sigfillset, __sigandset, __sigorset): Likewise.
23151         * include/signal.h (__sigemptyset): Likewise.
23152         * sysdeps/generic/malloc-machine.h (mutex_lock): Likewise.
23154 2014-02-07  Allan McRae  <allan@archlinux.org>
23156         * version.h (RELEASE): Set to "development".
23157         (VERSION): Set to "2.19.90"
23158         * NEWS: Add 2.20 section.
23160 2014-02-06  Carlos O'Donell  <carlos@redhat.com>
23162         [BZ #16529]
23163         * inet/netinet/in.h: Remove comma after IPPROTO_MH.
23165 2014-02-06  Siddhesh Poyarekar  <siddhesh@redhat.com>
23167         * manual/contrib.texi: Update entry for Carlos O'Donell,
23168         Joseph Myers, Roland McGrath, Alexandre Oliva and Ryan Arnold.
23170 2014-02-05  Carlos O'Donell  <carlos@rehdat.com>
23172         * sysdeps/unix/sysv/linux/kernel-features.h: Fix comment.
23174         * sysdeps/unix/sysv/linux/kernel-features.h
23175         [__LINUX_KERNEL_VERSION >= 0x020621]
23176         (__ASSUME_PROC_PID_TASK_COMM): Define.
23178 2014-02-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
23180         [BZ #16398]
23181         * libio/wfileops.c (_IO_wfile_seekoff): Break out form
23182         conversion when destination buffer does not have enough space.
23183         * libio/tst-ftell-partial-wide.c: New test case.
23184         * libio/Makefile (tests): Add tst-ftell-partial-wide.
23186         * manual/contrib.texi: Update entry for Ondrej Bilka, Will
23187         Newton and Alexandre Oliva.  Add entries for Steve Ellcey, Chris
23188         Leonard and Allan McRae.
23190 2014-02-04  David S. Miller  <davem@davemloft.net>
23192         * sysdeps/sparc/fpu/libm-test-ulps: Update for some 64-bit differences from
23193         32-bit.
23195 2014-02-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
23197         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld-le.abilist:
23198         New file
23199         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libBrokenLocale-le.abilist:
23200         New file
23201         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libanl-le.abilist:
23202         New file.
23203         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc-le.abilist:
23204         New file.
23205         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libcrypt-le.abilist:
23206         New file.
23207         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libdl-le.abilist:
23208         New file.
23209         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm-le.abilist:
23210         New file.
23211         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libnsl-le.abilist:
23212         New file.
23213         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread-le.abilist:
23214         New file.
23215         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libresolv-le.abilist:
23216         New file.
23217         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/librt-le.abilist:
23218         New file.
23219         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libthread_db-le.abilist:
23220         New file.
23221         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libutil-le.abilist:
23222         New file.
23224 2014-02-01  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
23226         * nptl/shlib-versions: Change powerpc*le start to 2.17.
23227         * shlib-versions: Likewise.
23229 2014-02-04  Roland McGrath  <roland@hack.frob.com>
23230             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
23232         * sysdeps/powerpc/Makefile [$(config-machine) ends with 'le']
23233         (abilist-pattern): New variable, set to %-le.abilist.
23235         * Makerules (abilist-pattern): New variable.
23236         (vpath): Use $(abilist-pattern) in place of %.abilist.
23237         (check-abi-% pattern rule): Likewise.
23238         (check-abi, update-abi): Likewise.
23240 2014-02-04  Eric Wong  <normalperson@yhbt.net>
23242         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
23244 2014-02-03  Carlos O'Donell  <carlos@redhat.com>
23246         * manual/startup.texi: Add next, previous, and top entries for
23247         the `Program Arguments' and `Environment Variables' nodes.
23249 2014-02-03  Alexandre Oliva <aoliva@redhat.com>
23251         * manual/macros.texi: Add comments before MTASC-safety macros.
23253         * manual/users.texi: Document MTASC-safety properties.
23255         * manual/threads.texi (pthread_key_create, pthread_key_delete)
23256         (pthread_getspecific, pthread_setspecific): Format with
23257         @deftypefun, and add @safety note.
23258         * manual/signal.texi: Move comments that analyze the above
23259         functions to their home place.
23261 2014-02-03  Allan McRae  <allan@archlinux.org>
23263         * po/sl.po: Update Slovenian translation from translation project.
23265 2014-02-02  Alexandre Oliva <aoliva@redhat.com>
23267         * manual/time.texi (timegm): Add missing blank after @c.
23268         Reported by Joseph Myers <joseph@codesourcery.com>.
23270 2014-02-01  Alexandre Oliva <aoliva@redhat.com>
23272         * manual/check-safety.sh: New.
23273         * manual/Makefile ($(objpfx)stamp-summary): Run it.
23275         * manual/terminal.texi: Document MTASC-safety properties.
23277         * manual/filesys.texi: Document MTASC-safety properties.
23279         * manual/errno.texi: Document MTASC-safety properties.
23281         * manual/intro.texi: Document safety identifiers and
23282         conditionals.
23284         * manual/string.texi (wcstok): Fix prototype.
23285         (wcstok, strtok, strtok_r): Adjust reentrancy remarks.
23287         * manual/time.texi: Document MTASC-safety properties.
23289         * manual/string.texi: Document MTASC-safety properties.
23291         * manual/threads.texi: Document MTASC-safety properties.
23293         * manual/stdio.texi: Document MTASC-safety properties.
23295         * manual/syslog.texi: Document MTASC-safety properties.
23297         * manual/sysinfo.texi: Document MTASC-safety properties.
23299         * manual/startup.texi: Document MTASC-safety properties.
23301         * manual/socket.texi: Document MTASC-safety properties.
23303         * manual/signal.texi: Document MTASC-safety properties.
23305 2014-01-31  Alexandre Oliva <aoliva@redhat.com>
23307         * manual/setjmp.texi: Document MTASC-safety properties.
23309         * manual/search.texi: Document MTASC-safety properties.
23311         * manual/resource.texi: Document MTASC-safety properties.
23313         * manual/process.texi: Document MTASC-safety properties.
23315         * manual/platform.texi: Document MTASC-safety properties.
23317         * manual/pipe.texi: Document MTASC-safety properties.
23319         * manual/pattern.texi: Document MTASC-safety properties.
23321         * manual/message.texi: Document MTASC-safety properties.
23323         [BZ #12751]
23324         * manual/memory.texi: Document MTASC-safety properties.
23326         * manual/math.texi: Document MTASC-safety properties.
23328         * manual/locale.texi: Document MTASC-safety properties.
23330         * manual/llio.texi: Document MTASC-safety properties.
23332         * manual/libdl.texi: New.
23334         * manual/lang.texi: Document MTASC-safety properties.
23336         * manual/job.texi: Document MTASC-safety properties.
23338         * manual/getopt.texi: Document MTASC-safety properties.
23340         * manual/ctype.texi: Document MTASC-safety properties.
23342 2014-01-31  Maciej W. Rozycki  <macro@codesourcery.com>
23344         [BZ #16046]
23345         * csu/libc-tls.c (static_map): Remove variable.
23346         (__libc_setup_tls): Use main executable's link map for TLS data.
23347         * elf/dl-close.c (_dl_close_worker) [!SHARED]: Remove special
23348         casing for LM_ID_BASE and GL(dl_nns).
23349         * elf/dl-iteratephdr.c [!SHARED] (dl_iterate_phdr): Remove
23350         function.  Alias dl_iterate_phdr to __dl_iterate_phdr.
23351         * elf/dl-load.c (_dl_map_object) [!SHARED]: Remove special
23352         casing for GL(dl_ns)[LM_ID_BASE]._ns_loaded.
23353         * elf/dl-support.c (_dl_main_map): Also initialize l_flags_1
23354         member.
23355         (_dl_non_dynamic_init): Also initialize _dl_main_map's l_phdr and
23356         l_phnum members.
23358 2014-01-30  Alexandre Oliva <aoliva@redhat.com>
23360         * manual/debug.texi: Document MTASC-safety properties.
23362 2014-01-29  H.J. Lu  <hongjiu.lu@intel.com>
23364         [BZ #16510]
23365         * sysdeps/x86/fpu/bits/mathinline.h: Check __SSE2_MATH__ instead
23366         of __x86_64__ when disabling x87 inline functions.
23368 2014-01-29  Alexandre Oliva <aoliva@redhat.com>
23370         * manual/charset.texi: Document MTASC-safety properties.
23372         * manual/crypt.texi: Document MTASC-safety properties.
23374         * manual/conf.texi: Document MTASC-safety properties.
23376         * manual/arith.texi: Document MTASC-safety properties.
23378         * manual/argp.texi: Document MTASC-safety properties.
23380         * manual/macros.texi: Introduce macros to document multi
23381         thread, asynchronous signal and asynchronous cancellation
23382         safety properties.
23383         * manual/intro.texi: Introduce the properties themselves.
23385 2014-01-27  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
23387         * sysdeps/sh/sh4/Makefile: New file.
23389 2014-01-27  Andreas Schwab  <schwab@linux-m68k.org>
23391         * math/gen-libm-test.pl ($srcdir): New variable.
23392         ($auto_input): Use it.
23394 2014-01-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
23396         [BZ #16506]
23397         * nss/nss_files/files-netgrp.c (_nss_files_setnetgrent): Avoid
23398         access beyond array bounds when parsing netgroups file.
23400         * nscd/netgroupcache.c (addgetnetgrentX): Compute offset from
23401         the old buffer before realloc.
23403 2014-01-27  Allan McRae  <allan@archlinux.org>
23405         * po/fr.po: Update French translation from translation project.
23407 2014-01-26  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
23409         * sysdeps/sh/libm-test-ulps: Regenerate.
23411 2014-01-24  David S. Miller  <davem@davemloft.net>
23413         * sysdeps/sparc/fpu/libm-test-ulps: Regenerate.
23415 2014-01-25  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
23417         * sysdeps/sh/sh4/fpu/libm-test-ulps: Move to ...
23418         * sysdeps/sh/libm-test-ulps: ... here and regenerated.
23420 2013-01-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
23422         [BZ #16474]
23423         * nscd/netgroupcache.c (addgetnetgrentX): Adjust triplet
23424         string pointers after reallocation.
23426 2014-01-24  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
23428         * sysdeps/unix/sysv/linux/sh/sys/ucontext.h: Use __SH4__ and
23429         __SH4A__ instead of __SH_FPU_ANY__.
23431 2014-01-23  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
23433         * sysdeps/sh/fpu_control.h: New file.
23434         * sysdeps/sh/sh4/fpu/fpu_control.h: Remove.
23435         * sysdeps/unix/sysv/linux/sh/sys/ucontext.h: New file.
23436         * sysdeps/unix/sysv/linux/sh/sh3/sys/ucontext.h: Remove.
23437         * sysdeps/unix/sysv/linux/sh/sh3/sys: Remove directory.
23438         * sysdeps/unix/sysv/linux/sh/sh4/sys/ucontext.h: Remove.
23439         * sysdeps/unix/sysv/linux/sh/sh4/sys: Remove directory.
23440         * sysdeps/sh/sys/ucontext.h: Remove.
23441         * sysdeps/sh/sys: Remove directory.
23443 2014-01-22  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
23445         * sysdeps/unix/sysv/linux/s390/s390-32/sys/ucontext.h: Merge into
23446         s390/sys/ucontext.h.
23447         * sysdeps/unix/sysv/linux/s390/s390-64/sys/ucontext.h: Likewise.
23448         * sysdeps/unix/sysv/linux/s390/sys/ucontext.h: New file.
23450 2014-01-20  H.J. Lu  <hongjiu.lu@intel.com>
23452         [BZ #15605]
23453         * sysdeps/x86_64/x32/symbol-hacks.h: Include generic symbol-hacks.h.
23455 2014-01-20  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
23457         [BZ#16431]
23458         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c (__gettimeofday):
23459         Adjust the vDSO correctly for internal calls.
23460         * sysdeps/unix/sysv/linux/powerpc/time.c (time): Likewise.
23462 2014-01-20  Allan McRae  <allan@archlinux.org>
23464         * po/ca.po: Update Catalan translation from translation project.
23466 2014-01-16  Mike Frysinger  <vapier@gentoo.org>
23468         * sysdeps/s390/sotruss-lib.c: New file.
23470 2014-01-16  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
23472         [BZ#16430]
23473         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c
23474         (__GI___gettimeofday): Alias for a different internal symbol to avoid
23475         local calls issues by not having a PLT stub required for IFUNC calls.
23476         * sysdeps/unix/sysv/linux/powerpc/time.c (__GI_time): Likewise.
23478 2014-01-16 Joseph Myers  <joseph@codesourcery.com>
23480         * math/test-fpucw-ieee.c: Use <> in #include of test-fpucw.c.
23481         * math/test-fpucw-static.c: Likewise.
23483 2013-01-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
23485         [BZ #16453]
23486         * nscd/netgroupcache.c (addgetnetgrentX): Don't use alloca.
23488 2014-01-15  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
23490         * sysdeps/powerpc/sotruss-lib.c: New file: sotruss-lib.so
23491         implementation for powerpc.
23493 2014-01-15  Ondřej Bílka  <neleai@seznam.cz>
23495         [BZ #14782]
23496         * sysdeps/posix/system.c (__libc_system): Do not enable
23497         asynchronous cancellation.
23499 2014-01-15  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
23501         [BZ #16427]
23502         * sysdeps/ieee754/ldbl-128/w_expl.c (__expl): Invoke the non-IEEE
23503         handling only for numbers special also in the IEEE case.
23505 2014-01-15  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
23507         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
23509 2014-01-11  Allan McRae  <allan@archlinux.org>
23511         * po/bg.po: Update Bulgarian translation from translation project.
23513         * po/de.po: Update German translation from translation project.
23515 2014-01-10  Roland McGrath  <roland@hack.frob.com>
23517         * sysdeps/generic/gcc-compat.h: New file.
23519 2014-01-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
23521         * benchtests/asin-inputs: Correct slow inputs.
23522         * benchtests/acos-inputs: Likewise.
23524 2014-01-10  Allan McRae  <allan@archlinux.org>
23526         * po:sv.po: Update Swedish translation from translation project.
23528         * po/vi.po: Update Vietnamese translation from translation project.
23530         * po/eo.po: Update Esperanto translation from translation project.
23532         * po/cs.po: Update Czech translation from translation project.
23534         * po/nl.po: Update Dutch translation from translation project.
23536         * po/pl.po: Update Polish translation from translation project.
23538         * po/ru.po: Update Russian translation from translation project.
23540         * po/uk.po: Update Ukrainian translation from translation project.
23542 2014-01-08  Brooks Moses  <bmoses@google.com>
23544         * elf/dl-load.c: Fix comment typo.
23546 2014-01-08  Carlos O'Donell  <carlos@redhat.com>
23548         * po/header.pot: Rename to...
23549         * po/pot.header: ... this.
23550         * po/Makefile: Use pot.header.
23552 2014-01-08  Yuriy Kaminskiy  <yumkam@gmail.com>
23553             Maxim Kuvyrkov  <maxim@kugelworks.com>
23555         [BZ #16394]
23556         * sysdeps/i386/i686/memmove.S (memmove): Compare distance between
23557         SRC and DEST against LEN.
23559 2014-01-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
23561         [BZ #16414]
23562         * sysdeps/powerpc/powerpc64/fpu/s_truncl.S: Remove wrong
23563         implementation.
23564         * sysdeps/ieee754/ldbl-128ibm/s_truncl.c: Remove bogus comment.
23566 2014-01-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
23568         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
23570 2014-01-08  Joseph Myers  <joseph@codesourcery.com>
23572         [BZ #16408]
23573         * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c (__expm1l): Use __expl
23574         for large positive arguments.
23576 2014-01-07  Joseph Myers  <joseph@codesourcery.com>
23578         * sysdeps/powerpc/nofpu/libm-test-ulps: Regenerated.
23580         * math/auto-libm-test-in: Mark various tests with
23581         xfail-rounding:ldbl-128ibm.
23582         * math/auto-libm-test-out: Regenerated.
23584         [BZ #16407]
23585         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c (__ieee754_coshl):
23586         Increase overflow threshold.
23588 2014-01-07  Ondřej Bílka  <neleai@seznam.cz>
23590         [BZ #14286]
23591         * stdio-common/vfprintf.c: Check for integer overflow.
23593 2014-01-07  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
23595         * sysdeps/s390/dl-tls.h: sysdeps/s390/dl-tls.h: Remove casts for
23596         the first argument and return value of __tls_get_addr_internal.
23598 2014-01-07  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
23600         * sysdeps/s390/s390-32/dl-machine.h: Gate the definition of refsym
23601         also with !RTLD_BOOTSTRAP to get rid of unused variable warning.
23603 2014-01-07  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
23605         * sysdeps/s390/Makefile: Build rtld-global-offsets.sym.
23606         * sysdeps/s390/rtld-global-offsets.sym: New file.
23607         * sysdeps/unix/sysv/linux/s390/Versions: Add getcontext as new
23608         GLIBC_2.19 symbol.
23609         * sysdeps/unix/sysv/linux/s390/getcontext.S: New file.
23610         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext.S: Rename to ...
23611         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext-common.S:
23612         ... this.
23613         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext.S: Rename to ...
23614         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext-common.S:
23615         ... this.
23616         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist:
23617         Regenerate.
23618         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist:
23619         Regenerate.
23620         * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S: Restore upper
23621         halfs of GPRs for high_gprs contexts.
23622         * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S: Save and
23623         restore upper halfs of GPRs for high_gprs contexts.  Copy uc_flags
23624         field.
23625         * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S: Copy
23626         uc_flags field.
23627         * sysdeps/unix/sysv/linux/s390/sys/ucontext.h: Split into 32 and
23628         64 bit versions:
23629         * sysdeps/unix/sysv/linux/s390/s390-32/sys/ucontext.h: Add field
23630         for high GPRs (uc_high_gprs) and for future extensions
23631         (__reserved).
23632         * sysdeps/unix/sysv/linux/s390/s390-64/sys/ucontext.h: Add field
23633         for future extensions (__reserved).
23634         * sysdeps/unix/sysv/linux/s390/ucontext_i.sym: Split into 32 and
23635         64 bit versions:
23636         * sysdeps/unix/sysv/linux/s390/s390-32/ucontext_i.sym: Add
23637         SC_HIGHGPRS offset definition.
23638         * sysdeps/unix/sysv/linux/s390/s390-64/ucontext_i.sym: New file.
23639         * sysdeps/unix/sysv/linux/s390/rtld-getcontext.S: New file.
23641         * Versions.def: Add GLIBC_2.19 for libpthread.
23642         * nptl/sysdeps/unix/sysv/linux/s390/Versions: Add longjmp and
23643         siglongjmp for libpthread with GLIBC_2.19 symver.
23644         * nptl/sysdeps/unix/sysv/linux/s390/pt-longjmp.c: New file.
23645         * sysdeps/s390/Makefile: Build v1-longjmp.c and v1-sigjmp.c.
23646         * sysdeps/s390/Versions: New GLIBC_2.19 and GLIBC_PRIVATE symbols.
23647         * sysdeps/s390/__longjmp.c: New file.
23648         * sysdeps/s390/bits/setjmp.h: Add new fields to __s390_jmp_buf.
23649         * sysdeps/s390/longjmp.c: New file.
23650         * sysdeps/s390/setjmp.S: New file.
23651         * sysdeps/s390/sigjmp.S: New file.
23652         * sysdeps/s390/v1-longjmp.c: New file.
23653         * sysdeps/s390/v1-setjmp.h: New file.
23654         * sysdeps/s390/v1-sigjmp.c: New file.
23655         * sysdeps/unix/sysv/linux/s390/Makefile: Build __longjmp_chk.
23656         * sysdeps/unix/sysv/linux/s390/Versions: Add __longjmp_chk with
23657         GLIBC_2.19 version.
23658         * sysdeps/unix/sysv/linux/s390/longjmp_chk.c: New file.
23659         * sysdeps/unix/sysv/linux/s390/s390-32/____longjmp_chk.c: Provide
23660         versioned symbols for ____longjmp_chk.
23661         * sysdeps/unix/sysv/linux/s390/s390-64/____longjmp_chk.c:
23662         Likewise.
23663         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist:
23664         Regenerate.
23665         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
23666         Regenerate.
23667         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist:
23668         Regenerate.
23669         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
23670         Regenerate.
23671         * sysdeps/unix/sysv/linux/s390/v1-longjmp_chk.c: New file.
23672         * sysdeps/s390/s390-32/__longjmp.c: Rename to ...
23673         * sysdeps/s390/s390-32/__longjmp-common.c: ... this.
23674         * sysdeps/s390/s390-32/setjmp.S: Rename and adjust to ...
23675         * sysdeps/s390/s390-32/setjmp-common.S: ... this.
23676         * sysdeps/s390/s390-64/__longjmp.c: Rename to ...
23677         * sysdeps/s390/s390-64/__longjmp-common.c: ... this.
23678         * sysdeps/s390/s390-64/setjmp.S: Rename and adjust to ...
23679         * sysdeps/s390/s390-64/setjmp-common.S: ... this.
23680         * sysdeps/s390/rtld-__longjmp.c: New file.
23681         * sysdeps/s390/rtld-setjmp.S: New file.
23683 2014-01-06  Joseph Myers  <joseph@codesourcery.com>
23685         [BZ #16400]
23686         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c (__ieee754_lgammal_r):
23687         Return -__logl (x) for small positive arguments without evaluating
23688         a polynomial.
23690 2014-01-06  Mike Frysinger  <vapier@gentoo.org>
23692         * sysdeps/unix/sysv/linux/sys/ptrace.h (ptrace_peeksiginfo_args):
23693         Rename to ...
23694         (__ptrace_peeksiginfo_args): ... this.
23695         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
23696         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
23697         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
23699 2014-01-06  Allan McRae  <allan@archlinux.org>
23701         * inet/netinet/in.h: Fix typo in comment.
23703 2014-01-05  Andreas Jaeger  <aj@suse.de>
23705         * sysdeps/i386/fpu/libm-test-ulps: Update.
23707 2014-01-05  Allan McRae  <allan@archlinux.org>
23709         * po/libc.pot: Regenerated.
23711         * malloc/memusagestat.c: Fix gettext call formatting.
23713 2014-01-04  Sami Kerola  <kerolasa@iki.fi>
23715         * nscd/nscd.c: Improve usage() output.
23717 2014-01-04  Mike Frysinger  <vapier@gentoo.org>
23719         * config.h.in: Add HAVE_LINUX_FANOTIFY_H template.
23720         * sysdeps/unix/sysv/linux/configure: Regenerated.
23721         * sysdeps/unix/sysv/linux/configure.ac: Call AC_DEFINE.
23722         * sysdeps/unix/sysv/linux/tst-fanotify.c: Include config.h.
23724 2014-01-03  Joseph Myers  <joseph@codesourcery.com>
23726         [BZ #16390]
23727         * sysdeps/powerpc/nofpu/Makefile [$(subdir) = math]
23728         (CFLAGS-e_atan2l.c): Use -fno-builtin-fabsl.
23730 2014-01-03  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
23732         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp-power7.S: Remove
23733         extra tokens at end of #undef directive.
23734         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp_l-power7.S: Likewise.
23735         * sysdeps/powerpc/powerpc64/multiarch/strnlen-power7.S: Likewise.
23736         * sysdeps/powerpc/powerpc64/multiarch/wcscpy.c: Likewise.
23738 2014-01-03  Joseph Myers  <joseph@codesourcery.com>
23740         * sysdeps/powerpc/nofpu/libm-test-ulps: Regenerated.
23742         * math/auto-libm-test-in: Mark various tests with
23743         xfail-rounding:ldbl-128ibm.
23744         * math/auto-libm-test-out: Regenerated.
23746 2014-01-02  Joseph Myers  <joseph@codesourcery.com>
23748         [BZ #16386]
23749         * sysdeps/ieee754/ldbl-128ibm/e_logl.c (__ieee754_logl): Adjust
23750         numbers with subnormal high part when calculating exponent.
23752         [BZ #16385]
23753         * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c (__asinhl): Use fabsl not
23754         fabs.
23756         [BZ #16384]
23757         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c (ln2): Initialize with
23758         M_LN2l.
23759         (__ieee754_acoshl): Use __log1pl not __log1p.
23761 2013-01-02  Ondřej Bílka  <neleai@seznam.cz>
23763         * malloc/arena.c (malloc_atfork, free_atfork, ptmalloc_lock_all)
23764         (ptmalloc_unlock_all, ptmalloc_unlock_all2, next_env_entry)
23765         (__failing_morecore, ptmalloc_init, dump_heap, new_heap)
23766         (grow_heap, heap_trim, _int_new_arena, get_free_list)
23767         (reused_arena, arena_get2): Convert to GNU style.
23768         * malloc/hooks.c (memalign_hook_ini, __malloc_check_init)
23769         (mem2mem_check, mem2chunk_check, top_check, realloc_check)
23770         (memalign_check, __malloc_set_state): Likewise.
23771         * malloc/mallocbug.c (main): Likewise.
23772         * malloc/malloc.c (__malloc_assert, malloc_init_state)
23773         (free_perturb, do_check_malloced_chunk, do_check_malloc_state)
23774         (sysmalloc, systrim, mremap_chunk, __libc_malloc, __libc_free)
23775         (__libc_realloc, _mid_memalign, _int_malloc, malloc_consolidate)
23776         (_int_realloc, _int_memalign, mtrim, musable, __libc_mallopt)
23777         (__posix_memalign, malloc_info): Likewise.
23778         * malloc/malloc.h: Likewise.
23779         * malloc/mcheck.c (checkhdr, unlink_blk, link_blk, freehook)
23780         (mallochook, memalignhook, reallochook, mabort): Likewise.
23781         * malloc/mcheck.h: Likewise.
23782         * malloc/memusage.c (update_data, me, malloc, realloc, calloc)
23783         (free, mmap, mmap64, mremap, munmap, dest): Likewise.
23784         * malloc/memusagestat.c (main, parse_opt, more_help): Likewise.
23785         * malloc/morecore.c (__default_morecore): Likewise.
23786         * malloc/mtrace.c (tr_break, lock_and_info, mtrace): Likewise.
23787         * malloc/obstack.c (_obstack_begin, _obstack_newchunk)
23788         (_obstack_allocated_p, obstack_free, _obstack_memory_used)
23789         (print_and_abort): Likewise.
23790         * malloc/obstack.h: Likewise.
23791         * malloc/set-freeres.c (__libc_freeres): Likewise.
23792         * malloc/tst-mallocstate.c (main): Likewise.
23793         * malloc/tst-mtrace.c (main): Likewise.
23794         * malloc/tst-realloc.c (do_test): Likewise.
23796 2013-01-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
23798         [BZ #16366]
23799         * nscd/netgroupcache.c (do_notfound): New function.
23800         (addgetnetgrentX): Use it.
23802         [BZ # 16365]
23803         * nscd/netgroupcache.c (addgetnetgrentX): Break if status is
23804         NSS_STATUS_NOTFOUND.
23806 2014-01-01  Joseph Myers  <joseph@codesourcery.com>
23808         * sysdeps/i386/fpu/libm-test-ulps: Regenerated.
23809         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
23811 2014-01-01  Allan McRae  <allan@archlinux.org>
23813         * scripts/update-copyrights: Update configure input file suffix.
23815         * NEWS: Update copyright year.
23816         * catgets/gencat.c: Likewise.
23817         * csu/version.c: Likewise.
23818         * debug/catchsegv.sh: Likewise.
23819         * debug/pcprofiledump.c: Likewise.
23820         * debug/xtrace.sh: Likewise.
23821         * elf/ldconfig.c: Likewise.
23822         * elf/ldd.bash.in: Likewise.
23823         * elf/pldd.c: Likewise.
23824         * elf/sotruss.ksh: Likewise.
23825         * elf/sprof.c: Likewise.
23826         * iconv/iconv_prog.c: Likewise.
23827         * iconv/iconvconfig.c: Likewise.
23828         * locale/programs/locale.c: Likewise.
23829         * locale/programs/localedef.c: Likewise.
23830         * login/programs/pt_chown.c: Likewise.
23831         * malloc/memusage.sh: Likewise.
23832         * malloc/memusagestat.c: Likewise.
23833         * malloc/mtrace.pl: Likewise.
23834         * manual/libc.texinfo: Likewise.
23835         * nscd/nscd.c: Likewise.
23836         * nss/getent.c: Likewise.
23837         * nss/makedb.c: Likewise.
23838         * posix/getconf.c: Likewise.
23839         * scripts/test-installation.pl: Likewise.
23841         * All files with FSF copyright notices: Update copyright dates
23842         using scripts/update-copyrights.
23843         * intl/plural.c: Regenerated.
23844         * locale/programs/charmap-kw.h: Likewise.
23845         * locale/programs/locfile-kw.h: Likewise.
23847 2013-12-31  Mike Frysinger  <vapier@gentoo.org>
23849         * sysdeps/unix/sysv/linux/configure: Regenerated.
23850         * sysdeps/unix/sysv/linux/configure.ac: Call AC_CHECK_HEADER on
23851         the linux/fanotify.h header.
23852         * sysdeps/unix/sysv/linux/tst-fanotify.c: Check if
23853         HAVE_LINUX_FANOTIFY_H is defined.
23855 2013-12-31  Siddhesh Poyarekar  <siddhesh@redhat.com>
23857         * benchtests/cos-inputs: New inputs.
23858         * benchtests/sin-inputs: Likewise.
23860         * benchtests/atan-inputs: New inputs. Fix name of multiple
23861         precision fallback inputs.
23863         * benchtests/atanh-inputs: New inputs.
23864         * benchtests/tanh-inputs: Likewise.
23866         * benchtests/acosh-inputs: New inputs.
23867         * benchtests/asinh-inputs: Likewise.
23869         * benchtests/cosh-inputs: New inputs.
23870         * benchtests/sinh-inputs: Likewise.
23872         * benchtests/acos-inputs: Add more inputs.
23873         * benchtests/asin-inputs: Likewise.
23875 2013-12-30  Ville Skytta  <ville.skytta@iki.fi>
23877         [BZ #16375]
23878         * manual/arith.texi: Fix spelling.
23879         * manual/charset.texi: Likewise.
23880         * manual/errno.texi: Likewise.
23881         * manual/filesys.texi: Likewise.
23882         * manual/lang.texi: Likewise.
23883         * manual/llio.texi: Likewise.
23884         * manual/locale.texi: Likewise.
23885         * manual/message.texi: Likewise.
23886         * manual/resource.texi: Likewise.
23887         * manual/search.texi: Likewise.
23888         * manual/setjmp.texi: Likewise.
23889         * manual/stdio.texi: Likewise.
23890         * manual/string.texi: Likewise.
23891         * manual/sysinfo.texi: Likewise.
23892         * manual/time.texi: Likewise.
23894 2013-12-27  Carlos O'Donell  <carlos@redhat.com>
23896         * po/sl.po: New file.
23898 2013-12-27  Mike Frysinger  <vapier@gentoo.org>
23900         * .gitignore: Add core/.gdbinit/.gdb_history.
23902 2013-12-27  Allan McRae  <allan@archlinux.org>
23904         [BZ #16369]
23905         * sysdeps/ieee754/dbl-64/s_sin.c (csloww): Fix variable name.
23906         Reported by Il'ya Malakhov <ilmalakhov@yandex.ru>
23908 2013-12-24  Brooks Moses  <bmoses@google.com>
23910         * string/string.h (__CORRECT_ISO_CPP_STRING_H_PROTO): Define for
23911         all compilers that claim C++98 compliance, not just GCC.
23912         * string/strings.h (__CORRECT_ISO_CPP_STRINGS_H_PROTO):
23913         Likewise.
23915 2013-12-24  Maxim Kuvyrkov  <maxim@kugelworks.com>
23917         * NEWS: Restore accidentally deleted bug-fix entries.
23919 2013-12-24  Maxim Kuvyrkov  <maxim@kugelworks.com>
23920             Ondřej Bílka  <neleai@seznam.cz>
23922         [BZ #15073]
23923         * malloc/malloc.c (_int_free): Perform sanity check only if we
23924         have_lock.
23926 2013-12-23  Ondřej Bílka  <neleai@seznam.cz>
23928         [BZ #12986]
23929         * manual/stdio.texi (String Input Conversions): Clarify that character
23930         classes are not supported.
23932 2013-12-23  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
23934         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
23936 2013-12-22  Joseph Myers  <joseph@codesourcery.com>
23938         [BZ #16337]
23939         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c (__ieee754_lgammal_r):
23940         Calculate results for small negative arguments directly rather
23941         than using reflection formula with special underflow handling.
23943         * sysdeps/mach/hurd/Implies: Change unix/bsd/bsd4.4 to unix/bsd.
23944         * sysdeps/unix/bsd/syscalls.list (chflags): Add entry from
23945         sysdeps/unix/bsd/bsd4.4/syscalls.list.
23946         (fchflags): Likewise.
23947         (revoke): Likewise.
23948         (setlogin): Likewise.
23949         (sigaltstack): Likewise.
23950         (wait4): Likewise.
23951         (sigblock): Remove.
23952         (sigsetmask): Likewise.
23953         (wait3): Likewise.
23954         (waitpid): Likewise.
23955         * sysdeps/unix/bsd/bsd4.4/syscalls.list: Remove file.
23956         * sysdeps/unix/sysv/linux/wait3.c: Update directory of included
23957         file.
23958         * sysdeps/unix/bsd/bsd4.4/Makefile: Move to ...
23959         * sysdeps/unix/bsd/Makefile: ... here.
23960         * sysdeps/unix/bsd/bsd4.4/Versions: Move to ...
23961         * sysdeps/unix/bsd/Versions: ... here.
23962         * sysdeps/unix/bsd/bsd4.4/bits/sockaddr.h: Move to ...
23963         * sysdeps/unix/bsd/bits/sockaddr.h: ... here.
23964         * sysdeps/unix/bsd/bsd4.4/cmsg_nxthdr.c: Move to ...
23965         * sysdeps/unix/bsd/cmsg_nxthdr.c: ... here.
23966         * sysdeps/unix/bsd/bsd4.4/sigblock.c: Move to ...
23967         * sysdeps/unix/bsd/sigblock.c: ... here.
23968         * sysdeps/unix/bsd/bsd4.4/sigsetmask.c: Move to ...
23969         * sysdeps/unix/bsd/sigsetmask.c: ... here.
23970         * sysdeps/unix/bsd/bsd4.4/sigvec.c: Move to ...
23971         * sysdeps/unix/bsd/sigvec.c: ... here.
23972         * sysdeps/unix/bsd/bsd4.4/tcdrain.c: Move to ...
23973         * sysdeps/unix/bsd/tcdrain.c: ... here.
23974         * sysdeps/unix/bsd/bsd4.4/tcgetattr.c: Move to ...
23975         * sysdeps/unix/bsd/tcgetattr.c: ... here.
23976         * sysdeps/unix/bsd/bsd4.4/tcsetattr.c: Move to ...
23977         * sysdeps/unix/bsd/tcsetattr.c: ... here.
23978         * sysdeps/unix/bsd/bsd4.4/wait.c: Move to ...
23979         * sysdeps/unix/bsd/wait.c: ... here.
23980         * sysdeps/unix/bsd/bsd4.4/wait3.c: Move to ...
23981         * sysdeps/unix/bsd/wait3.c: ... here.
23982         * sysdeps/unix/bsd/bsd4.4/waitpid.c: Move to ...
23983         * sysdeps/unix/bsd/waitpid.c: ... here.
23985 2013-12-21  Joseph Myers  <joseph@codesourcery.com>
23987         [BZ #16356]
23988         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL): Also set
23989         round-to-nearest for [!USE_AS_EXPM1L].
23990         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL): Likewise.
23991         * math/auto-libm-test-in: Do not expect cosh tests to fail.  Add
23992         more tests of exp and exp10.  Expect some exp10 tests to miss
23993         exceptions or fail in directed rounding modes.
23994         * math/auto-libm-test-out: Regenerated.
23995         * math/libm-test.inc (exp10_tonearest_test_data): New array.
23996         (exp10_test_tonearest): New function.
23997         (exp10_towardzero_test_data): New array.
23998         (exp10_test_towardzero): New function.
23999         (exp10_downward_test_data): New array.
24000         (exp10_test_downward): New function.
24001         (exp10_upward_test_data): New array.
24002         (exp10_test_upward): New function.
24003         (main): Call the new functions.
24004         * sysdeps/i386/fpu/libm-test-ulps: Update.
24005         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
24007 2013-12-20  Joseph Myers  <joseph@codesourcery.com>
24009         * math/auto-libm-test-in: Add more tests of acos, acosh, asin,
24010         asinh, atan, atan2, atanh, cbrt, cos and cosh.
24011         * math/auto-libm-test-out: Regenerated.
24012         * math/libm-test.inc (acosh_test_data): Add more tests.
24013         (atanh_test_data): Likewise.
24014         (ceil_test_data): Likewise.
24015         (copysign_test_data): Likewise.
24016         * sysdeps/i386/fpu/libm-test-ulps: Update.
24017         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
24019         * timezone/checktab.awk: Update from tzcode 2013i.
24020         * timezone/private.h: Likewise.
24021         * timezone/scheck.c: Likewise.
24022         * timezone/tzfile.h: Likewise.
24023         * timezone/tzselect.ksh: Likewise.
24024         * timezone/zdump.c: Likewise.
24025         * timezone/zic.c: Likewise.
24027         * math/auto-libm-test-in: Add tests of cpow.
24028         * math/auto-libm-test-out: Regenerated.
24029         * math/libm-test.inc (cpow_test_data): Use AUTO_TESTS_cc_c.
24030         * math/gen-auto-libm-tests.c (func_calc_method): Add value
24031         mpc_cc_c.
24032         (func_calc_desc): Add mpc_cc_c union field.
24033         (test_functions): Add cpow.
24034         (special_fill_2pi): New function.
24035         (special_real_inputs): Add 2pi.
24036         (calc_generic_results): Handle mpc_cc_c.
24037         * sysdeps/i386/fpu/libm-test-ulps: Update.
24038         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
24040         * math/auto-libm-test-in: Add tests of ccos, ccosh, cexp, clog,
24041         csqrt, ctan and ctanh.
24042         * math/auto-libm-test-out: Regenerated.
24043         * math/libm-test.inc (TEST_COND_x86_64): New macro.
24044         (TEST_COND_x86): Likewise.
24045         (ccos_test_data): Use AUTO_TESTS_c_c.
24046         (ccosh_test_data): Likewise.
24047         (cexp_test_data): Likewise.
24048         (clog_test_data): Likewise.
24049         (csqrt_test_data): Likewise.
24050         (ctan_test_data): Likewise.
24051         (ctan_tonearest_test_data): Likewise.
24052         (ctan_towardzero_test_data): Likewise.
24053         (ctan_downward_test_data): Likewise.
24054         (ctan_upward_test_data): Likewise.
24055         (ctanh_test_data): Likewise.
24056         (ctanh_tonearest_test_data): Likewise.
24057         (ctanh_towardzero_test_data): Likewise.
24058         (ctanh_downward_test_data): Likewise.
24059         (ctanh_upward_test_data): Likewise.
24060         * math/gen-auto-libm-tests.c (func_calc_method): Add value
24061         mpc_c_c.
24062         (func_calc_desc): Add mpc_c_c union field.
24063         (FUNC_mpc_c_c): New macro.
24064         (test_functions): Add cacos, cacosh, casin, casinh, catan, catanh,
24065         ccos, ccosh, cexp, clog, clog10, csin, csinh, csqrt, ctan and
24066         ctanh.
24067         (special_fill_min_subnorm_p120): New function.
24068         (special_real_inputs): Add min_subnorm_p120.
24069         (calc_generic_results): Handle mpc_c_c.
24070         * sysdeps/i386/fpu/libm-test-ulps: Update.
24071         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
24073 2013-12-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
24075         * sysdeps/ieee754/dbl-64/s_sin.c (do_cos, do_cos_slow, do_sin)
24076         (do_sin_slow): New functions.
24077         (__sin, __cos, slow1, slow2, sloww1, sloww2, bsloww1, bsloww2)
24078         (cslow2, csloww1, csloww2): Use the new functions.
24080         * sysdeps/ieee754/dbl-64/s_sin.c (sloww1): Add new argument M.
24081         Use M to change sign of result instead of X.  Assume X is
24082         positive.
24083         (csloww1): Likewise.
24084         (__sin): Adjust.
24085         (__cos): Adjust.
24087         * sysdeps/ieee754/dbl-64/s_sin.c (reduce_and_compute): Remove
24088         arguments A and DA.
24089         (__sin): Adjust.
24090         (__cos): Likewise.
24092         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Use DA directly.
24093         (__cos): Likewise.
24094         (sloww1): Don't adjust sign of DX.
24095         (csloww1): Likewise.
24096         (sloww2): Use X directly and don't adjust sign of DX.
24097         (csloww2): Likewise.
24099 2013-12-19  Joseph Myers  <joseph@codesourcery.com>
24101         * math/auto-libm-test-in: Add tests of cabs and carg.
24102         * math/auto-libm-test-out: Regenerated.
24103         * math/libm-test.inc (cabs_test_data): Use AUTO_TESTS_c_f.
24104         (carg_test_data): Likewise.
24105         * math/gen-auto-libm-tests.c (func_calc_method): Add value
24106         mpc_c_f.
24107         (func_calc_desc): Add mpc_c_f union field.
24108         (test_functions): Add cabs and carg.
24109         (calc_generic_results): Handle mpc_c_f.
24111         * sysdeps/powerpc/powerpc32/libgcc-compat.S
24112         [_SOFT_FLOAT || __NO_FPRS__] (__fixdfdi_v_glibc20): Do not define
24113         as a macro and a compat symbol.
24114         [_SOFT_FLOAT || __NO_FPRS__] (__fixsfdi_v_glibc20): Likewise.
24115         [_SOFT_FLOAT || __NO_FPRS__] (__fixunsdfdi_v_glibc20): Likewise.
24116         [_SOFT_FLOAT || __NO_FPRS__] (__fixunssfdi_v_glibc20): Likewise.
24117         [_SOFT_FLOAT || __NO_FPRS__] (__floatdidf_v_glibc20): Likewise.
24118         [_SOFT_FLOAT || __NO_FPRS__] (__floaddisf_v_glibc20): Likewise.
24119         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__fixdfdi): Do
24120         not use .hidden.
24121         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__fixsfdi):
24122         Likewise.
24123         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__fixunsdfdi):
24124         Likewise.
24125         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__fixunssfdi):
24126         Likewise.
24127         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__floaddidf):
24128         Likewise.
24129         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__floaddisf):
24130         Likewise.
24131         * sysdeps/powerpc/nofpu/Versions (libc): Remove __fixdfdi,
24132         __fixsfdi, __fixunsdfdi, __fixunssfdi, __floatdidf and __floatdisf
24133         from GLIBC_2.3.2.
24135 2013-12-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
24137         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
24139 2013-12-19  Joseph Myers  <joseph@codesourcery.com>
24141         * manual/texinfo.tex: Update to version 2013-11-26.10 with
24142         trailing whitespace removed.
24143         * scripts/config.guess: Update to version 2013-11-29.
24144         * scripts/config.sub: Update to version 2013-10-01.
24146         * math/auto-libm-test-in: Add tests of sincos.
24147         * math/auto-libm-test-out: Regenerated.
24148         * math/libm-test.inc (sincos_test_data): Use AUTO_TESTS_fFF_11.
24149         * math/gen-auto-libm-tests.c (func_calc_method): Add value
24150         mpfr_f_11.
24151         (func_calc_desc): Add mpfr_f_11 union field.
24152         (test_functions): Add sincos.
24153         (calc_generic_results): Handle mpfr_f_11.
24154         * sysdeps/i386/fpu/libm-test-ulps: Update.
24155         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
24157 2013-12-19  Andreas Schwab  <schwab@suse.de>
24159         * sysdeps/powerpc/powerpc64/power7/memchr.S: Fix argument of
24160         CALL_MCOUNT.
24161         * sysdeps/powerpc/powerpc64/power7/memrchr.S: Likewise.
24162         * sysdeps/powerpc/powerpc64/power7/strcasecmp.S
24163         [USE_IN_EXTENDED_LOCALE_MODEL]: Likewise.
24165 2013-12-19  Joseph Myers  <joseph@codesourcery.com>
24167         * math/gen-libm-test.pl (%beautify): Remove M_* constants.
24168         * sysdeps/i386/fpu/libm-test-ulps: Update.
24169         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
24171         [BZ #16293]
24172         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL) [USE_AS_EXPM1L]: Set
24173         round-to-nearest mode when using frndint.
24174         * sysdeps/i386/fpu/s_expm1.S (__expm1): Likewise.
24175         * sysdeps/i386/fpu/s_expm1f.S (__expm1f): Likewise.
24176         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL) [USE_AS_EXPM1L]:
24177         Likewise.
24178         * math/auto-libm-test-in: Add more tests of expm1.  Do not expect
24179         sinh test to fail.
24180         * math/auto-libm-test-out: Regenerated.
24181         * math/libm-test.inc (TEST_COND_x86_64): Remove macro.
24182         (TEST_COND_x86): Likewise.
24183         (expm1_tonearest_test_data): New array.
24184         (expm1_test_tonearest): New function.
24185         (expm1_towardzero_test_data): New array.
24186         (expm1_test_towardzero): New function.
24187         (expm1_downward_test_data): New array.
24188         (expm1_test_downward): New function.
24189         (expm1_upward_test_data): New array.
24190         (expm1_test_upward): New function.
24191         (main): Run the new test functions.
24192         * sysdeps/i386/fpu/libm-test-ulps: Update.
24193         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
24195         * include/features.h: Update comment documenting feature test
24196         macros.  Mention _DEFAULT_SOURCE in comment.
24197         [_GNU_SOURCE] (_DEFAULT_SOURCE): Undefine and redefine.
24198         [_DEFAULT_SOURCE]: Undefine and redefine _DEFAULT_SOURCE,
24199         _BSD_SOURCE and _SVID_SOURCE.
24200         [!__STRICT_ANSI__ && !_ISOC99_SOURCE && !_POSIX_SOURCE &&
24201         !_POSIX_C_SOURCE && !_XOPEN_SOURCE && !_BSD_SOURCE &&
24202         !_SVID_SOURCE]: Likewise.
24203         [_DEFAULT_SOURCE && !_POSIX_SOURCE && !_POSIX_C_SOURCE]
24204         (__USE_POSIX_IMPLICITLY): Define.
24205         [_DEFAULT_SOURCE && !_POSIX_SOURCE && !_POSIX_C_SOURCE]
24206         (_POSIX_SOURCE): Undefine and redefine.
24207         [_DEFAULT_SOURCE && !_POSIX_SOURCE && !_POSIX_C_SOURCE]
24208         (_POSIX_C_SOURCE): Likewise.
24209         * manual/creature.texi (_DEFAULT_SOURCE): Document.
24210         (Feature Test Macros): Update documentation of default features.
24212 2013-12-19  Rajalakshmi Srinivasaraghavan  <raji@linux.vnet.ibm.com>
24214         * benchtests/Makefile: Add bench-strtok.
24215         * benchtests/bench-strtok.c: New file: strtok benchtest.
24217 2013-12-19  Allan McRae  <allan@archlinux.org>
24219         * manual/install.texi: Suppress menu for plain text output.
24220         * INSTALL: Regenerated.
24222 2013-12-18  Brooks Moses  <bmoses@google.com>
24224         [BZ #15846]
24225         * misc/getauxval.c: Include errno.h.
24226         (__getauxval): Set errno to ENOENT if the requested type is not
24227         found.
24228         * misc/sys/auxv.h (getauxval): Document that it may set errno;
24229         don't declare with __attribute_const__.
24230         * elf/tst-auxv.c: Add tests for errno and type-not-found case.
24231         * manual/startup.texi: Document that getauxval sets errno.
24233 2013-12-18  Joseph Myers  <joseph@codesourcery.com>
24235         * math/auto-libm-test-in: Add tests of jn and yn.
24236         * math/auto-libm-test-out: Regenerated.
24237         * math/libm-test.inc (jn_test_data): Use AUTO_TESTS_if_f.
24238         (yn_test_data): Likewise.
24239         * math/gen-auto-libm-tests.c (func_calc_method): Add value
24240         mpfr_if_f.
24241         (func_calc_desc): Add mpfr_if_f union field.
24242         (FUNC_mpfr_if_f): New macro.
24243         (test_functions): Add jn and yn.
24244         (calc_generic_results): Assert type of second input for
24245         mpfr_ff_f.  Handle mpfr_if_f.
24246         (output_for_one_input_case): Disable all checking for arguments
24247         fitting floating-point types in case of an integer argument.
24248         * sysdeps/i386/fpu/libm-test-ulps: Update.
24249         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
24251         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/localplt.data:
24252         Don't expect fegetround reference in libm.so.
24254 2013-12-17  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
24256         * sysdeps/ieee754/dbl-64/Makefile (CFLAGS-e_sqrt.c): Add
24257         $(config-cflags-nofma).
24259 2013-12-18  Joseph Myers  <joseph@codesourcery.com>
24261         * math/auto-libm-test-in: Mark some hypot tests no-test-inline.
24262         * math/auto-libm-test-out: Regenerated.
24264         [BZ #16338]
24265         * sysdeps/ieee754/ldbl-128/e_logl.c (__ieee754_logl): Use __frexpl
24266         to determine exponent and adjust argument to have exponent of -1.
24267         * math/auto-libm-test-in: Add more tests of log, log10, log1p and
24268         log2.
24269         * math/auto-libm-test-out: Regenerated.
24270         * sysdeps/i386/fpu/libm-test-ulps: Update.
24271         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
24273 2013-12-18  Ondřej Bílka  <neleai@seznam.cz>
24275         * manual/probes.texi: Remove cases when per-thread arenas are
24276         disabled.
24278 2013-12-18  Andreas Schwab  <schwab@suse.de>
24280         * sysdeps/i386/i686/multiarch/strstr.c: Remove.
24281         * sysdeps/i386/i686/multiarch/strstr-c.c: Remove.
24282         * sysdeps/i386/i686/multiarch/strcasestr.c: Remove.
24283         * sysdeps/i386/i686/multiarch/strcasestr-nonascii.c: Remove.
24284         * sysdeps/i386/i686/multiarch/Makefile: Update.
24285         * sysdeps/i386/i686/multiarch/ifunc-impl-list.c: Update.
24287 2013-12-17  Joseph Myers  <joseph@codesourcery.com>
24289         * sysdeps/unix/bsd/bsd4.4/bits/errno.h: Remove file.
24290         * sysdeps/unix/bsd/bsd4.4/bits/ioctls.h: Likewise.
24292 2013-12-17  Paul Eggert  <eggert@cs.ucla.edu>
24294         [BZ #15968]
24295         Support TZ transition times < 00:00:00.
24296         This is needed for version-3 tz-format files; it supports time
24297         stamps past 2037 for America/Godthab (the only entry in the tz
24298         database for which this change is relevant).
24299         * manual/time.texi (TZ Variable): Document transition times
24300         from -167:59:59 through -00:00:01.
24301         * time/tzset.c (tz_rule): Time of day is now signed.
24302         (__tzset_parse_tz): Parse negative time of day.
24304         Document TZ transition times >= 25:00:00.
24305         * manual/time.texi (TZ Variable): Document transition times from
24306         25:00:00 through 167:59:59.  These are already supported, and this
24307         support will help with version-3 tz-format files.
24309         * manual/time.texi (TZ Variable): Modernize North America example
24310         to reflect current (i.e., 2007-and-later) daylight saving rules.
24312         * manual/time.texi (TZ Variable): POSIX.1 hour can be 24.
24314 2013-12-17  Joseph Myers  <joseph@codesourcery.com>
24316         * sysdeps/unix/bsd/bits/posix_opt.h: Remove file.
24317         * sysdeps/unix/bsd/bits/stat.h: Likewise.
24318         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/environments.h: Likewise.
24319         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h: Likewise.
24320         * sysdeps/unix/bsd/bsd4.4/freebsd/sys/sysmacros.h: Likewise.
24321         * sysdeps/unix/bsd/bsdstat.h: Likewise.
24322         * sysdeps/unix/bsd/clock.c: Likewise.
24323         * sysdeps/unix/bsd/i386/vfork.S: Likewise.
24324         * sysdeps/unix/bsd/i386/wait3.S: Likewise.
24325         * sysdeps/unix/bsd/init-posix.c: Likewise.
24326         * sysdeps/unix/bsd/poll.c: Likewise.
24327         * sysdeps/unix/bsd/ptsname.c: Likewise.
24328         * sysdeps/unix/bsd/seekdir.c: Likewise.
24329         * sysdeps/unix/bsd/setegid.c: Likewise.
24330         * sysdeps/unix/bsd/seteuid.c: Likewise.
24331         * sysdeps/unix/bsd/setgid.c: Likewise.
24332         * sysdeps/unix/bsd/setrgid.c: Likewise.
24333         * sysdeps/unix/bsd/setruid.c: Likewise.
24334         * sysdeps/unix/bsd/setsid.c: Likewise.
24335         * sysdeps/unix/bsd/setuid.c: Likewise.
24336         * sysdeps/unix/bsd/sigaction.c: Likewise.
24337         * sysdeps/unix/bsd/sigprocmask.c: Likewise.
24338         * sysdeps/unix/bsd/sigsuspend.c: Likewise.
24339         * sysdeps/unix/bsd/sys/reboot.h: Likewise.
24340         * sysdeps/unix/bsd/telldir.c: Likewise.
24341         * sysdeps/unix/bsd/times.c: Likewise.
24342         * sysdeps/unix/bsd/usleep.c: Likewise.
24344         * misc/Makefile (install-lib): Remove libbsd-compat.a.
24345         ($(objpfx)libbsd-compat.a): Remove rule.
24347         * include/features.h (__FAVOR_BSD): Do not define.
24348         * manual/creature.texi (_BSD_SOURCE): Do not document as enabling
24349         features conflicting with POSIX.
24350         (_GNU_SOURCE): Do not mention interaction with _BSD_SOURCE.
24351         (_BSD_SOURCE): Remove description of not being a subset of other
24352         feature test macros.
24353         * manual/job.texi (getpgrp): Do not document BSD version.
24354         (getpgid): Do not document by reference to BSD getpgrp.
24355         * posix/unistd.h [__FAVOR_BSD]: Remove conditional code.
24356         * setjmp/setjmp.h [__FAVOR_BSD]: Likewise.
24357         * signal/signal.h [__FAVOR_BSD]: Likewise.
24358         * sysdeps/gnu/netinet/tcp.h (struct tcphdr): Use anonymous unions
24359         instead of making contents conditional on [__FAVOR_BSD].
24360         * sysdeps/gnu/netinet/udp.h (struct udphdr): Likewise.
24362 2013-12-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
24364         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
24366 2013-12-17  Joseph Myers  <joseph@codesourcery.com>
24368         [BZ #16314]
24369         * sysdeps/ieee754/dbl-64/e_hypot.c (__ieee754_hypot): Adjust up
24370         values below 2**-450, not 2**-500.
24371         * math/auto-libm-test-in: Don't allow spurious underflow from
24372         hypot.
24373         * math/auto-libm-test-out: Regenerated.
24375         [BZ #16316]
24376         [BZ #16330]
24377         * sysdeps/ieee754/dbl-64/e_hypot.c (__ieee754_hypot): Update
24378         values of ha and hb and sort them after adjusting subnormal
24379         arguments.
24380         * sysdeps/ieee754/ldbl-128/e_hypotl.c (__ieee754_hypotl):
24381         Likewise.
24382         * sysdeps/ieee754/ldbl-96/e_hypotl.c (__ieee754_hypotl): Update
24383         values of ea and eb and sort them after adjusting subnormal
24384         arguments.
24385         * math/auto-libm-test-in: Do not expect some hypot tests of
24386         subnormals to fail.  Add more hypot tests.
24387         * math/auto-libm-test-out: Regenerated.
24389 2013-12-16  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
24391         [BZ #13304]
24392         * sysdeps/sh/s_fma.c: New file.
24393         * sysdeps/sh/s_fmaf.c: New file.
24394         * sysdeps/sh/soft-fp/sfp-machine.h: New file.  Based on arm
24395         version.
24396         * sysdeps/sh/Implies: Add sh/soft-fp.
24398 2013-12-16  Roland McGrath  <roland@hack.frob.com>
24400         * elf/dl-error.c (struct catch): Add new member `errcode'.  Add a
24401         level of indirection to members `objname', `errstring', `malloced'.
24402         (_dl_signal_error): Store through pointers in *LCATCH rather modifying
24403         *LCATCH itself.  Set *LCATCH->errcode to ERRCODE rather than passing
24404         it as the __longjmp argument (just pass 1 instead).
24405         (_dl_catch_error): Initialize C with argument pointers and address of
24406         volatile local ERRCODE rather than copying values out of C at return.
24408 2013-12-16  Joseph Myers  <joseph@codesourcery.com>
24410         * math/auto-libm-test-in: Add tests of atan2, hypot and pow.
24411         * math/auto-libm-test-out: Regenerated.
24412         * math/libm-test.inc (atan2_test_data): Use AUTO_TESTS_ff_f.
24413         (hypot_test_data): Likewise.
24414         (pow_test_data): Likewise.
24415         (pow_tonearest_test_data): Likewise.
24416         * math/gen-auto-libm-tests.c (func_calc_method): Add value
24417         mpfr_ff_f.
24418         (func_calc_desc): Add mpfr_ff_f union field.
24419         (FUNC_mpfr_ff_f): New macro.
24420         (test_functions): Add atan2, hypot and pow.
24421         (special_fill_min): New function.
24422         (special_fill_minus_min): Likewise.
24423         (special_fill_min_subnorm): Likewise.
24424         (special_fill_minus_min_subnorm): Likewise.
24425         (special_real_inputs): Add min, -min, min_subnorm and
24426         -min_subnorm.
24427         (calc_generic_results): Handle mpfr_ff_f.
24428         * sysdeps/i386/fpu/libm-test-ulps: Update.
24429         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
24431 2013-12-16  Will Newton  <will.newton@linaro.org>
24433         * manual/memory.texi (Malloc Examples): Mention aligned_alloc.
24434         (Aligned Memory Blocks): Add documentation for aligned_alloc
24435         and suggest it as an alternative to posix_memalign.
24436         (Hooks for Malloc): Document __memalign_hook is also called
24437         for aligned_alloc.  (Summary of Malloc): Add summary for
24438         aligned alloc.  Document __memalign_hook is also called
24439         for aligned_alloc.
24441 2013-12-16  Will Newton  <will.newton@linaro.org>
24443         * manual/memory.texi (Malloc Examples): Clarify default
24444         alignment documentation.  Suggest posix_memalign rather
24445         than memalign or valloc.
24446         (Aligned Memory Blocks): Remove suggestion to use memalign
24447         or valloc.  Remove obsolete comment about BSD.
24448         Document memalign errno values and mark the function obsolete.
24449         Document posix_memalign returned error codes.  Mark valloc
24450         as obsolete.  (Hooks for Malloc): __memalign_hook is also
24451         called for posix_memalign and valloc.
24452         (Summary of Malloc): Add posix_memalign to function summary.
24453         __memalign_hook is also called for posix_memalign and valloc.
24455 2013-12-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
24457         * sysdeps/ieee754/dbl-64/s_sin.c (TAYLOR_SINCOS): Rename to
24458         TAYLOR_SIN.
24459         (__sin): Adjust.
24460         (__cos): Likewise.
24461         (sloww): Use mynumber union.  Expand ternary operator into
24462         if-else statements.
24463         (cslow): use mynumber union.
24465 2013-12-16  Allan McRae  <allan@archlinux.org>
24467         * configure.ac: Set AUTOCONF when maintainer-mode is not used.
24468         * configure: Regenerated.
24470         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Update file name.
24472         [BZ #14120]
24473         * configure.ac: Added --enable-maintainer-mode. Check for
24474         autoconf when enabled.
24475         * configure: Regenerated.
24477         * nscd/nscd.service: New file.
24478         * nscd/nscd.tmpfiles: New file.
24480 2013-12-14  Ondřej Bílka  <neleai@seznam.cz>
24482         [BZ #12100]
24483         * sysdeps/x86_64/multiarch/strstr-sse2-unaligned.S: New file
24484         * sysdeps/x86_64/multiarch/strstr-c.c: Moved to ...
24485         * sysdeps/x86_64/multiarch/strstr.c: ... here.
24486         (strstr): Add __strstr_sse2_unaligned ifunc.
24487         * sysdeps/x86_64/multiarch/strcasestr-c.c: Moved to ...
24488         * sysdeps/x86_64/multiarch/strcasestr.c ... here.
24489         (strcasestr): Remove __strcasestr_sse42 ifunc.
24490         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c: Remove.
24491         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Update.
24492         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Update.
24494 2013-12-14  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
24496         * sysdeps/sh/sh4/fpu/bits/fenv.h: Move to ...
24497         * sysdeps/sh/bits/fenv.h: ... here.
24498         * sysdeps/sh/sh4/fpu/bits: Remove directory.
24500 2013-12-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
24502         * NEWS: Mention ppc64 STT_GNU_IFUNC support.
24504         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add hypot and
24505         hypotf multiarch implementations.
24506         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypot-power7.c: New file.
24507         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypot-ppc64.c: New file.
24508         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypot.c: New file:
24509         multiarch hypot for PPC64.
24510         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypotf-power7.c: New file.
24511         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypotf-ppc64.c: New file.
24512         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypotf.c : New file:
24513         multiarch hypotf for PPC64.
24515         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add modf and
24516         modff multiarch implementations.
24517         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modf-power5+.c: New file.
24518         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modf-ppc64.c: New file.
24519         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modf.c: New file:
24520         multiarch modf for PPC64.
24521         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modff-power5+.c: New file.
24522         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modff-ppc64.c: New file.
24523         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modff.c : New file:
24524         multiarch modff for PPC64.
24526         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add logb, logbf,
24527         and logl multiarch implementations.
24528         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logb-power7.c: New file.
24529         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logb-ppc64.c: New file.
24530         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logb.c: New file:
24531         multiarch logb for PPC64.
24532         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbf-power7.c: New file.
24533         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbf-ppc64.c: New file.
24534         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbf.c: New file:
24535         multiarch logb for PPC64.
24536         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbl-power7.c: New file.
24537         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbl-ppc64.c: New file.
24538         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbl.c: New file:
24539         multiarch logb for PPC64.
24541         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add isinf and
24542         isinff multiarch implementation.
24543         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf-power7.S: New
24544         file.
24545         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf-ppc64.S: New file.
24546         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf.c: New file:
24547         multiarch isinf for PPC64.
24548         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinff-ppc64.c: New
24549         file.
24550         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinff.c: New file:
24551         multiarch isinff for PPC64.
24553         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add finite and
24554         finitef multiarch implementation.
24555         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite-power7.S: New
24556         file.
24557         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite-ppc64.S: New file.
24558         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite.c: New file:
24559         multiarch finite for PPC64.
24560         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finitef-ppc64.c: New
24561         file.
24562         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finitef.c: New file:
24563         multiarch finitef for PPC64.
24565         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add llrint and
24566         lrint multiarch implementation.
24567         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint-power6x.S: New
24568         file.
24569         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint-ppc64.S: New file.
24570         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint.c: New file:
24571         multiarch llrint for PPC64.
24572         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_lrint.c: New file:
24573         multiarch lrint for PPC64.
24575         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add copysign/
24576         copysignf multiarch implementation.
24577         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysign-power6.S: New
24578         file.
24579         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysign-ppc64.S: New
24580         file.
24581         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysign.c: New file:
24582         multiarch copysign for PPC64.
24583         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysignf.c: New file:
24584         multiarch copysignf for PPC64.
24586         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add trunc/truncf
24587         multiarch implementation.
24588         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_trunc-power5+.S: New
24589         file.
24590         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_trunc-ppc64.S: New
24591         file.
24592         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_truncf-power5+.S: New
24593         file.
24594         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_truncf-ppc64.S: New
24595         file.
24596         multiarch llround for PPC64.
24597         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_trunc.c: New file:
24598         multiarch trunc for PPC64.
24599         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_truncf.c: New file:
24600         multiarch truncf for PPC64.
24602         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add round/roundf
24603         multiarch implementation.
24604         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_round-power5+.S: New
24605         file.
24606         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_round-ppc64.S: New
24607         file.
24608         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_roundf-power5+.S: New
24609         file.
24610         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_roundf-ppc64.S: New
24611         file.
24612         multiarch llround for PPC64.
24613         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_round.c: New file:
24614         multiarch round for PPC64.
24615         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_roundf.c: New file:
24616         multiarch roundf for PPC64.
24618         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add floor/floorf
24619         multiarch implementation.
24620         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floor-power5+.S: New
24621         file.
24622         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floor-ppc64.S: New
24623         file.
24624         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floorf-power5+.S: New
24625         file.
24626         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floorf-ppc64.S: New
24627         file.
24628         multiarch llround for PPC64.
24629         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floor.c: New file:
24630         multiarch floor for PPC64.
24631         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floorf.c: New file:
24632         multiarch floorf for PPC64.
24634         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add ceil/ceilf
24635         multiarch implementation.
24636         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceil-power5+.S: New
24637         file.
24638         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceil-ppc64.S: New
24639         file.
24640         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceilf-power5+.S: New
24641         file.
24642         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceilf-ppc64.S: New
24643         file.
24644         multiarch llround for PPC64.
24645         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceil.c: New file:
24646         multiarch ceil for PPC64.
24647         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceilf.c: New file:
24648         multiarch ceilf for PPC64.
24650         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add llround
24651         multiarch implementation.
24652         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround-power5+.S: New
24653         file.
24654         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround-power6x.S: New
24655         file.
24656         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround-ppc64.S: New
24657         file.
24658         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround.c: New file:
24659         multiarch llround for PPC64.
24660         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_lround.c: New file:
24661         multiarch lround for PPC64.
24663         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add isnan
24664         multiarch implementation.
24665         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power5.S: New file.
24666         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power6.S: New file.
24667         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power6x.S: New
24668         file.
24669         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power7.S: New file.
24670         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-ppc64.S: New file.
24671         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan.c: New file:
24672         multiarch isnan for PPC64.
24673         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnanf.c: New file:
24674         multiarch isnanf for PPC64.
24676         * sysdeps/powerpc/powerpc64/power5+/fpu/multiarch/Implies: New file.
24677         * sysdeps/powerpc/powerpc64/power5/fpu/multiarch/Implies: New file.
24678         * sysdeps/powerpc/powerpc64/power6/fpu/multiarch/Implies: New file.
24679         * sysdeps/powerpc/powerpc64/power6x/fpu/multiarch/Implies: New file.
24680         * sysdeps/powerpc/powerpc64/power7/fpu/multiarch/Implies: New file
24681         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/Implies: Remove.
24683         * sysdeps/powerpc/fpu/w_sqrt.c: Remove file
24684         * sysdeps/powerpc/fpu/w_sqrtf.c: Likewise.
24685         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: Likewise.
24686         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrtf.c: Likewise.
24688         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add stpcpy
24689         multiarch implementations.
24690         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
24691         (__libc_ifunc_impl_list): Likewise.
24692         * sysdeps/powerpc/powerpc64/multiarch/stpcpy-power7.c: New file.
24693         * sysdeps/powerpc/powerpc64/multiarch/stpcpy-ppc64.c: New file.
24694         * sysdeps/powerpc/powerpc64/multiarch/stpcpy.c : New file:
24695         multiarch stpcpy for PPC64.
24697         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcpy
24698         multiarch implementations.
24699         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
24700         (__libc_ifunc_impl_list): Likewise.
24701         * sysdeps/powerpc/powerpc64/multiarch/strcpy-power7.c: New file.
24702         * sysdeps/powerpc/powerpc64/multiarch/strcpy-ppc64.c: New file.
24703         * sysdeps/powerpc/powerpc64/multiarch/strcpy.c : New file:
24704         multiarch strcpy for PPC64.
24706         * string/wordcopy.c (_wordcopy_fwd_aligned): Add define to
24707         redefine function name.
24708         (_wordcopy_fwd_dest_aligned): Likewise.
24709         (_wordcopy_bwd_aligned): Likewise.
24710         (_wordcopy_bwd_dest_aligned): Likewise.
24711         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add wordcopy
24712         multiarch implementations.
24713         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
24714         (__libc_ifunc_impl_list): Likewise.
24715         * sysdeps/powerpc/powerpc64/multiarch/wordcopy-power6.c: New file.
24716         * sysdeps/powerpc/powerpc64/multiarch/wordcopy-power7.c: New file.
24717         * sysdeps/powerpc/powerpc64/multiarch/wordcopy-ppc64.c: New file.
24718         * sysdeps/powerpc/powerpc64/multiarch/wordcopy.c : New file:
24719         multiarch wcscpy for PPC64.
24721         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add wcscpy
24722         multiarch implementations.
24723         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
24724         (__libc_ifunc_impl_list): Likewise.
24725         * sysdeps/powerpc/powerpc64/multiarch/wcscpy-power6.c: New file.
24726         * sysdeps/powerpc/powerpc64/multiarch/wcscpy-power7.c: New file.
24727         * sysdeps/powerpc/powerpc64/multiarch/wcscpy-ppc64.c: New file.
24728         * sysdeps/powerpc/powerpc64/multiarch/wcscpy.c : New file:
24729         multiarch wcscpy for PPC64.
24731         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add wcsrchr
24732         multiarch implementations.
24733         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
24734         (__libc_ifunc_impl_list): Likewise.
24735         * sysdeps/powerpc/powerpc64/multiarch/wcsrchr-power6.c: New file.
24736         * sysdeps/powerpc/powerpc64/multiarch/wcsrchr-power7.c: New file.
24737         * sysdeps/powerpc/powerpc64/multiarch/wcsrchr-ppc64.c: New file.
24738         * sysdeps/powerpc/powerpc64/multiarch/wcsrchr.c : New file:
24739         multiarch wcsrchr for PPC64.
24741         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add wcschr
24742         multiarch implementations.
24743         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
24744         (__libc_ifunc_impl_list): Likewise.
24745         * sysdeps/powerpc/powerpc64/multiarch/wcschr-power6.c: New file.
24746         * sysdeps/powerpc/powerpc64/multiarch/wcschr-power7.c: New file.
24747         * sysdeps/powerpc/powerpc64/multiarch/wcschr-ppc64.c: New file.
24748         * sysdeps/powerpc/powerpc64/multiarch/wcschr.c : New file:
24749         multiarch wcschr for PPC64.
24751         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strchrnul
24752         multiarch implementations.
24753         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
24754         (__libc_ifunc_impl_list): Likewise.
24755         * sysdeps/powerpc/powerpc64/multiarch/strchrnul-power7.S: New file.
24756         * sysdeps/powerpc/powerpc64/multiarch/strchrnul-ppc64.c: New file.
24757         * sysdeps/powerpc/powerpc64/multiarch/strchrnul.c: New file:
24758         multiarch strchrnul for PPC64.
24760         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strchr multiarch
24761         implementations.
24762         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
24763         (__libc_ifunc_impl_list): Likewise.
24764         * sysdeps/powerpc/powerpc64/multiarch/rtld-strchr.S: New file.
24765         * sysdeps/powerpc/powerpc64/multiarch/strchr-power7.S: New file.
24766         * sysdeps/powerpc/powerpc64/multiarch/strchr-ppc64.S: New file.
24767         * sysdeps/powerpc/powerpc64/multiarch/strchr.c: New file: multiarch
24768         strchr for PPC64.
24770         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strncmp multiarch
24771         implementations.
24772         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
24773         (__libc_ifunc_impl_list): Likewise.
24774         * sysdeps/powerpc/powerpc64/multiarch/strncmp-power4.S: New file.
24775         * sysdeps/powerpc/powerpc64/multiarch/strncmp-power7.S: New file.
24776         * sysdeps/powerpc/powerpc64/multiarch/strncmp-ppc64.S: New file.
24777         * sysdeps/powerpc/powerpc64/multiarch/strncmp.c: New file: multiarch
24778         strncmp for PPC64.
24780         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strncasecmp
24781         multiarch implementations.
24782         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
24783         (__libc_ifunc_impl_list): Likewise.
24784         * sysdeps/powerpc/powerpc64/multiarch/strncase-power7.c: New file.
24785         * sysdeps/powerpc/powerpc64/multiarch/strncase.c: New file: multiarch
24786         strncasecmp for PPC64.
24787         * sysdeps/powerpc/powerpc64/multiarch/strncase_l-power7.c: New file.
24788         * sysdeps/powerpc/powerpc64/multiarch/strncase_l.c: New file:
24789         multiarch strncasecmp_l for PPC64.
24791         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcasecmp
24792         multiarch implementations.
24793         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
24794         (__libc_ifunc_impl_list): Likewise.
24795         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp-power7.S: New file.
24796         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp.c: New file:
24797         multiarch strcasecmp for PPC64.
24798         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp_l-power7.S: New
24799         file.
24800         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp_l.c: new file:
24801         multiarch strcasecmp_l for PPC64.
24803         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strnlen multiarch
24804         implementations.
24805         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
24806         (__libc_ifunc_impl_list): Likewise.
24807         * sysdeps/powerpc/powerpc64/multiarch/strnlen-power7.S: New file.
24808         * sysdeps/powerpc/powerpc64/multiarch/strnlen-ppc64.c: New file.
24809         * sysdeps/powerpc/powerpc64/multiarch/strnlen.c: New file: multiarch
24810         strnlen for PPC64.
24812         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strlen multiarch
24813         implementations.
24814         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
24815         (__libc_ifunc_impl_list): Likewise.
24816         * sysdeps/powerpc/powerpc64/multiarch/strlen-power7.S: New file.
24817         * sysdeps/powerpc/powerpc64/multiarch/strlen-ppc64.S: New file.
24818         * sysdeps/powerpc/powerpc64/multiarch/strlen.c: New file: multiarch
24819         strlen for PPC64.
24821         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add rawmemch multiarch
24822         implementations.
24823         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
24824         (__libc_ifunc_impl_list): Likewise.
24825         * sysdeps/powerpc/powerpc64/multiarch/rawmemchr-power7.S: New file.
24826         * sysdeps/powerpc/powerpc64/multiarch/rawmemchr-ppc64.c: New file.
24827         * sysdeps/powerpc/powerpc64/multiarch/rawmemchr.c: New file: multiarch
24828         rawmemrchr for PPC64.
24830         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memrchr multiarch
24831         implementation.
24832         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
24833         (__libc_ifunc_impl_list): Likewise.
24834         * sysdeps/powerpc/powerpc64/multiarch/memrchr-power7.S: New file.
24835         * sysdeps/powerpc/powerpc64/multiarch/memrchr-ppc64.c: New file.
24836         * sysdeps/powerpc/powerpc64/multiarch/memrchr.c: New file: multiarch
24837         memrchr for PPC64.
24839         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memchr multiarch
24840         implementation.
24841         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
24842         (__libc_ifunc_impl_list): Likewise.
24843         * sysdeps/powerpc/powerpc64/multiarch/memchr-power7.S: New file.
24844         * sysdeps/powerpc/powerpc64/multiarch/memchr-ppc64.c: New file.
24845         * sysdeps/powerpc/powerpc64/multiarch/memchr.c: New file: multiarch
24846         memchr for PPC64.
24848         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add mempcpy multiarch
24849         implementation.
24850         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
24851         (__libc_ifunc_impl_list): Likewise.
24852         * sysdeps/powerpc/powerpc64/multiarch/mempcpy-power7.S: New file.
24853         * sysdeps/powerpc/powerpc64/multiarch/mempcpy-ppc64.c: New file.
24854         * sysdeps/powerpc/powerpc64/multiarch/mempcpy.c: New file: multiarch
24855         mempcpy for PPC64.
24857         * sysdeps/powerpc/powerpc64/memset.S (NO_BZERO_IMPL): Add macro to
24858         avoid cretion of __bzero symbol.
24859         * sysdeps/powerpc/powerpc64/power4/memset.S (NO_BZERO_IMPL):
24860         Likewise.
24861         * sysdeps/powerpc/powerpc64/power6/memset.S (NO_BZERO_IMPL):
24862         Likewise.
24863         * sysdeps/powerpc/powerpc64/power7/memset.S (NO_BZERO_IMPL):
24864         Likewise.
24865         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memset/bzero
24866         multiarch implementations.
24867         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
24868         (__libc_ifunc_impl_list): Likewise.
24869         * sysdeps/powerpc/powerpc64/multiarch/bzero-power4.S: New file.
24870         * sysdeps/powerpc/powerpc64/multiarch/bzero-power6.S: New file.
24871         * sysdeps/powerpc/powerpc64/multiarch/bzero-power7.S: New file.
24872         * sysdeps/powerpc/powerpc64/multiarch/bzero.c: New file: multiarch
24873         bzero for PPC32.
24874         * sysdeps/powerpc/powerpc64/multiarch/memset-power4.S: New file.
24875         * sysdeps/powerpc/powerpc64/multiarch/memset-power6.S: New file.
24876         * sysdeps/powerpc/powerpc64/multiarch/memset-power7.S: New file.
24877         * sysdeps/powerpc/powerpc64/multiarch/memset-ppc64.S: New file.
24878         * sysdeps/powerpc/powerpc64/multiarch/memset.c: New file: multiarch
24879         memset for PPC64.
24880         * sysdeps/powerpc/powerpc64/multiarch/rtld-memset.c: New file.
24882         * string/memcmp.c (memcmp): Using macro to redefine symbol name.
24883         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memcpy multiarch
24884         implementations.
24885         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
24886         (__libc_ifunc_impl_list): Likewise.
24887         * sysdeps/powerpc/powerpc64/multiarch/memcmp-power4.S: New file.
24888         * sysdeps/powerpc/powerpc64/multiarch/memcmp-power7.S: New file.
24889         * sysdeps/powerpc/powerpc64/multiarch/memcmp-ppc64.c: New file.
24890         * sysdeps/powerpc/powerpc64/multiarch/memcmp.c: New file: multiarch
24891         memcmp for PPC64.
24893         * sysdeps/powerpc/powerpc64/multiarch/Makefile: New file to support
24894         multiarch for POWER/PPC64.
24895         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c: Likewise.
24896         * sysdeps/powerpc/powerpc64/multiarch/init-arch.h: Likewise.
24897         * sysdeps/powerpc/powerpc64/multiarch/memcpy-a2.S: New file.
24898         * sysdeps/powerpc/powerpc64/multiarch/memcpy-cell.S: New file.
24899         * sysdeps/powerpc/powerpc64/multiarch/memcpy-power4.S: New file.
24900         * sysdeps/powerpc/powerpc64/multiarch/memcpy-power6.S: New file.
24901         * sysdeps/powerpc/powerpc64/multiarch/memcpy-power7.S: New file.
24902         * sysdeps/powerpc/powerpc64/multiarch/memcpy-ppc64.S: New file.
24903         * sysdeps/powerpc/powerpc64/multiarch/memcpy.c: New file: multiarch
24904         memcpy for PPC64.
24906         * sysdeps/powerpc/powerpc64/power4/fpu/Implies: New file.
24907         * sysdeps/powerpc/powerpc64/power4/fpu/multiarch/Implies: New File.
24908         * sysdeps/powerpc/powerpc64/power4/multiarch/Implies: New File.
24909         * sysdeps/powerpc/powerpc64/power5+/fpu/Implies: New File.
24910         * sysdeps/powerpc/powerpc64/power5+/multiarch/Implies: New File.
24911         * sysdeps/powerpc/powerpc64/power5/Implies: New File.
24912         * sysdeps/powerpc/powerpc64/power5/fpu/Implies: New File.
24913         * sysdeps/powerpc/powerpc64/power5/multiarch/Implies: New File.
24914         * sysdeps/powerpc/powerpc64/power6/fpu/Implies: New File.
24915         * sysdeps/powerpc/powerpc64/power6/multiarch/Implies: New File.
24916         * sysdeps/powerpc/powerpc64/power7/fpu/Implies: New File.
24917         * sysdeps/powerpc/powerpc64/power7/multiarch/Implies: New File.
24918         * sysdeps/powerpc/powerpc64/power8/fpu/Implies: New File.
24919         * sysdeps/powerpc/powerpc64/power8/fpu/multiarch/Implies: New File.
24920         * sysdeps/powerpc/powerpc64/power8/multiarch/Implies: New File.
24921         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power4/Implies: Remove.
24922         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5+/Implies: Remove.
24923         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5/Implies: Remove.
24924         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/Implies: Remove.
24925         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6x/Implies: Remove.
24926         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power7/Implies: Remove.
24927         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power8/Implies: Remove.
24929 2013-12-12  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
24931         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Use $$ver.
24933 2013-12-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
24935         * benchtests/Makefile (bench): Add exp2 and log2.
24936         (LDLIBS-bench-exp2): Add -lm.
24937         (LDLIBS-bench-log2): Likewise.
24938         * benchtests/exp2-inputs: New inputs file.
24939         * benchtests/log2-inputs: New inputs file.
24940         * benchtests/log-inputs: Add new inputs.
24941         * benchtests/tan-inputs: Likewise.
24943 2013-12-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
24945         * sysdeps/ieee754/dbl-64/s_sin.c (t22): Consolidate const
24946         definition...
24947         (slow1, slow2, sloww1, sloww2, bsloww1, bsloww2, cslow2, csloww1)
24948         (csloww2): ... from here.
24950         * sysdeps/ieee754/dbl-64/usncs.h: Define constants as double
24951         instead of structures.
24952         * sysdeps/ieee754/dbl-64/s_sin.c (POLYNOMIAL2): Adjust.
24953         (POLYNOMIAL): Likewise.
24954         (TAYLOR_SLOW): Likewise.
24955         (__sin): Likewise.
24956         (__cos): Likewise.
24957         (slow1): Likewise.
24958         (slow2): Likewise.
24959         (sloww): Likewise.
24960         (sloww1); Likewise.
24961         (sloww2): Likewise.
24962         (bsloww1): Likewise.
24963         (bsloww2): Likewise.
24964         (cslow2): Likewise.
24965         (csloww): Likewise.
24966         (csloww1): Likewise.
24967         (csloww2): Likewise.
24969 2013-12-10  Ondřej Bílka  <neleai@seznam.cz>
24971         * malloc/malloc.c (MALLOC_COPY, MALLOC_ZERO): Delete.
24972         (__malloc_assert, __libc_realloc, __libc_calloc, _int_realloc):
24973         Expand MALLOC_COPY and MALLOC_ZERO to memcpy and memset.
24974         * malloc/hooks.c (realloc_check): Likewise.
24976         * malloc/Makefile (CPPFLAGS-malloc.c): Remove -DPER_THREAD flag.
24977         * malloc/arena.c: Remove PER_THREAD conditional.
24978         [!PER_THREAD]: Remove code.
24979         (ptmalloc_unlock_all2): Likewise.
24980         (ptmalloc_init): Likewise.
24981         (_int_new_arena): Likewise.
24982         (arena_get2): Likewise.
24983         * malloc/hooks.c (__malloc_get_state): Likewise.
24984         (__malloc_set_state): Likewise.
24985         * malloc/malloc.c: Likewise.
24986         (struct malloc_state): Likewise.
24987         (struct malloc_par): Likewise.
24988         (__libc_realloc): Likewise.
24989         (__libc_mallopt): Likewise.
24991 2013-12-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
24993         * Versions.def (libm): Add GLIBC_2.3 and GLIBC_2.19.
24995 2013-12-09  Ondřej Bílka  <neleai@seznam.cz>
24997         * malloc/malloc.c (alloc_perturb, free_perturb): Convert from
24998         macro to a function.  Check for zero perturb_byte.
24999         (_int_malloc, _int_free): Remove zero perturb_byte checks.
25001         * malloc/malloc.c: (force_reg): Remove.
25002         (__malloc_assert, __libc_malloc, __libc_free, __libc_realloc)
25003         (_mid_memalign, __libc_calloc, sysmalloc, systrim): Replace
25004         force_reg by atomic_forced_read.
25005         * malloc/arena.c (ptmalloc_init): Likewise.
25006         * malloc/hooks.c (top_check): Likewise.
25008 2013-12-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
25010         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
25012 2013-12-09  Markus Trippelsdorf  <markus@trippelsdorf.de>
25014         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
25016 2013-12-08  Joseph Myers  <joseph@codesourcery.com>
25018         * math/auto-libm-test-in: Add tests of lgamma.
25019         * math/auto-libm-test-out: Regenerated.
25020         * math/libm-test.inc (M_LOG_SQRT_PIl): Remove macro.
25021         (M_LOG_2_SQRT_PIl): Likewise.
25022         (lgamma_test_data): Use AUTO_TESTS_f_f1.
25023         * math/gen-auto-libm-tests.c (func_calc_method): Add value
25024         mpfr_f_f1.
25025         (func_calc_desc): Add mpfr_f_f1 union field.
25026         (ARGS1): New macro.
25027         (ARGS2): Likewise.
25028         (ARGS3): Likewise.
25029         (ARGS4): Likewise.
25030         (RET1): Likewise.
25031         (RET2): Likewise.
25032         (CALC): Likewise.
25033         (FUNC): Likewise.
25034         (FUNC_mpfr_f_f): Use new macros FUNC, ARGS1, RET1 and CALC.
25035         (test_functions): Add lgamma.
25036         (calc_generic_results): Handle mpfr_f_f1.
25037         * sysdeps/i386/fpu/libm-test-ulps: Update.
25038         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
25040 2013-12-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
25042         * sysdeps/powerpc/powerpc64/power7/add_n.S: New file: optimized
25043         __mpn_add_n for PowerPC64/POWER7.
25044         * sysdeps/powerpc/powerpc64/power7/sub_n.S: New file: optimized
25045         __mpn_sub_n for PowerPC64/POWER7.
25047         * sysdeps/powerpc/powerpc64/addmul_1.S: New file: optimized
25048         __mpn_addmul_1 for PowerPC64.
25049         * sysdeps/powerpc/powerpc64/submul_1.S: New file: optimized
25050         __mpn_submul_1 for PowerPC64.
25051         * sysdeps/powerpc/powerpc64/lshift.S: New file: optimized __mpn_lshift
25052         for PowerPC64.
25053         * sysdeps/powerpc/powerpc64/mul_1.S: New file: optimized __mpn_mul_1
25054         for PowerPC64.
25056 2013-12-06  Fernando J. V. da Silva  <fernandojvdasilva@gmail.com>
25058         [BZ #15089]
25059         * malloc/malloc.c: Exit systrim() if pad is bigger than heap top size.
25061 2013-12-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
25063         * NEWS: Mention ppc32/power4+ STT_GNU_IFUNC support.
25065         * sysdeps/powerpc/powerpc32/power5+/fpu/multiarch/Implies: New file:
25066         add multiarch folders.
25067         * sysdeps/powerpc/powerpc32/power5+/multiarch/Implies: Likewise.
25068         * sysdeps/powerpc/powerpc32/power5/fpu/multiarch/Implies: Likewise.
25069         * sysdeps/powerpc/powerpc32/power5/multiarch/Implies: Likewise.
25070         * sysdeps/powerpc/powerpc32/power6/fpu/multiarch/Implies: Likewise.
25071         * sysdeps/powerpc/powerpc32/power6/multiarch/Implies: Likewise.
25072         * sysdeps/powerpc/powerpc32/power6x/fpu/multiarch/Implies: Likewise.
25073         * sysdeps/powerpc/powerpc32/power6x/multiarch/Implies: Likewise.
25074         * sysdeps/powerpc/powerpc32/power7/fpu/multiarch/Implies: Likewise.
25075         * sysdeps/powerpc/powerpc32/power7/multiarch/Implies: Likewise.
25076         * sysdeps/powerpc/powerpc32/power8/fpu/multiarch/Implies: Likewise.
25077         * sysdeps/powerpc/powerpc32/power8/multiarch/Implies: Likewise.
25078         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5+/Implies: Remove.
25079         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5/Implies: Remove.
25080         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/Implies: Remove.
25081         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6x/Implies: Remove.
25082         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power7/Implies: Remove.
25083         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power8/Implies: Remove.
25085         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add
25086         __ieee754_hypot and __ieee754_hypotf multiarch implementations.
25087         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypot-power7.c:
25088         New file.
25089         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypot-ppc32.c:
25090         New file.
25091         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypot.c: New file:
25092         multiarch __ieee754_hypot for PowerPC32.
25093         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypotf-power7.c:
25094         New file.
25095         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypotf-ppc32.c:
25096         New file.
25097         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypotf.c: New file:
25098         multiarch __ieee754_hypotf for PowerPC32.
25100         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Define
25101         long_double_symbol only if __logbl is defined.
25102         * sysdeps/powerpc/powerpc32/power7/fpu/s_logb.c: Moved to ...
25103         * sysdeps/powerpc/power7/fpu/s_logb.c: ... here.
25104         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbf.c: Move to ...
25105         * sysdeps/powerpc/power7/fpu/s_logbf.c: ... here.
25106         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbl.c: Move to ...
25107         * sysdeps/powerpc/power7/fpu/s_logbl.c: ... here.
25108         * sysdeps/powerpc/powerpc64/power7/fpu/s_logb.c: Adjust to use new
25109         path for implementation.
25110         * sysdeps/powerpc/powerpc64/power7/fpu/s_logbf.c: Likewise.
25111         * sysdeps/powerpc/powerpc64/power7/fpu/s_logbl.c: Likewise.
25112         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add logbf,
25113         logb, and logbl multiarch implementations for PowerPC32.
25114         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logb-power7.c: New
25115         file.
25116         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logb-ppc32.c: New
25117         file.
25118         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logb.c: New file:
25119         multiarch logb for PowerPC32.
25120         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbf-power7.c: New
25121         file.
25122         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbf-ppc32.c: New
25123         file.
25124         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbf.c: New file:
25125         multiarch logbf for PowerPC32.
25126         * sysdeps/powerpc/power4/fpu/multiarch/s_logbl-power7.c: New file.
25127         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbl-ppc32.c: New
25128         file.
25129         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbl.c: New file:
25130         multiarch logbl implementation for PowerPC32.
25132         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add modf
25133         and modff multiarch implementations.
25134         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modf-power5+.c:
25135         New file.
25136         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modf-ppc32.c:
25137         New file.
25138         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modf.c: New file:
25139         multiarch modf for PowerPC32.
25140         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modff-power5+.c:
25141         New file.
25142         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modff-ppc32.c:
25143         New file.
25144         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modff.c: New file:
25145         multiarch modff for PowerPC32.
25147         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add lrint
25148         and lrintf multiarch implementations.
25149         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lrint-power6x.S:
25150         New file.
25151         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lrint-ppc32.S:
25152         New file.
25153         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lrint.c: New file:
25154         multiarch lrint for PowerPC32.
25155         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lrintf.c: New
25156         file: multiarch lrintf for PowerPC32.
25158         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add lround
25159         and lroundf multiarch implementations.
25160         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lround-power5+.S:
25161         New file.
25162         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lround-power6.S:
25163         New file.
25164         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lround-ppc32.S:
25165         New file.
25166         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lround.c: New file:
25167         multiarch lround for PowerPC32.
25168         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lroundf.c: New
25169         file: multiarch lroundf for PowerPC32.
25171         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add
25172         copysign and copysignf multiarch implementations.
25173         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysign-power6.S:
25174         New file.
25175         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysign-ppc32.S:
25176         New file.
25177         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysign.c: New
25178         file: multiarch copysign for PowerPC32.
25179         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysignf.c: New
25180         file: multiarch copysignf for PowerPC32.
25182         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add trunc
25183         and truncf multiarch implementations.
25184         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_trunc-power5+.S:
25185         New file.
25186         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_trunc-ppc32.S: New
25187         file.
25188         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_trunc.c: New file:
25189         multiarch trunc for PowerPC32.
25190         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_truncf-power5+.S:
25191         New file.
25192         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_truncf-ppc32.S:
25193         New file.
25194         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_truncf.c: New file:
25195         multiarch truncf for PowerPC32.
25197         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add round
25198         and roundf multiarch implementations.
25199         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_round-power5+.S:
25200         New file.
25201         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_round-ppc32.S: New
25202         file.
25203         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_round.c: New file:
25204         multiarch round for PowerPC32.
25205         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_roundf-power5+.S:
25206         New file.
25207         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_roundf-ppc32.S:
25208         New file.
25209         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_roundf.c: New file:
25210         multiarch roundf for PowerPC32.
25212         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add floor
25213         and floorf multiarch implementations.
25214         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floor-power5+.S:
25215         New file.
25216         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floor-ppc32.S: New
25217         file.
25218         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floor.c: New file:
25219         multiarch floor for PowerPC32.
25220         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floorf-power5+.S:
25221         New file.
25222         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floorf-ppc32.S:
25223         New file.
25224         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floorf.c: New file:
25225         multiarch floorf for PowerPC32.
25227         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add ceil
25228         and ceilf multiarch implementations.
25229         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceil-power5+.S:
25230         New file.
25231         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceil-ppc32.S: New
25232         file.
25233         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceil.c: New file:
25234         multiarch ceil for PowerPC32.
25235         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceilf-power5+.S:
25236         New file.
25237         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceilf-ppc32.S: New
25238         file.
25239         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceilf.c: New file:
25240         multiarch ceilf for PowerPC32.
25242         * sysdeps/ieee754/dbl-64/s_finite.c (__finite): Redefine it if FINITE
25243         is defined.
25244         * sysdeps/ieee754/flt-32/s_finitef.c (__finitef): Redefine it if
25245         FINITEF is defined.
25246         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add finite
25247         and finitef multiarch implementations.
25248         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finite-power7.S:
25249         New file.
25250         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finite-ppc32.c: New
25251         file.
25252         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finite.c: New file:
25253         multiarch finite for PowerPC32.
25254         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finitef-ppc32.c:
25255         New file.
25256         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finitef.c: New
25257         file: multiarch finitef for PowerPC32.
25259         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add isinf
25260         and isinff multiarch implementations.
25261         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinf-power7.S: New
25262         file.
25263         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinf-ppc32.c: New
25264         file.
25265         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinf.c: New file:
25266         multiarch isinf for PowerPC32.
25267         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinff-ppc32.c:
25268         New file.
25269         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinff.c: New file:
25270         multiarch isinff for PowerPC32.
25272         * sysdeps/powerpc/powerpc32/fpu/s_isnan.S (__isnan): Only implement
25273         alias when __isnan is defined.
25274         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add isnan
25275         and isnanf multiarch implementations.
25276         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan-power5.S: New
25277         file.
25278         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan-power6.S: New
25279         file.
25280         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan-power7.S: New
25281         file.
25282         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan-ppc32.S: New
25283         file.
25284         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan.c: New file:
25285         multiarch isnan for PowerPC32.
25286         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnanf-power6.S:
25287         New file.
25288         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnanf-power7.S:
25289         New file.
25290         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnanf.c: New file:
25291         multiarch isnanf for PowerPC32.
25293         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add sqrt
25294         and sqrtf multiarch implementations.
25295         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrt-power5.S: New
25296         file.
25297         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrt-ppc32.S: New
25298         file.
25299         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrt.c: New file:
25300         multiarch sqrt for PowerPC32.
25301         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrtf-power5.S: New
25302         file.
25303         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrtf-ppc32.S: New
25304         file.
25305         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrtf.c: New file:
25306         multiarch sqrtf for PowerPC32.
25308         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add llround
25309         and llroundf multiarch implementations.
25310         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llround-power5+.S:
25311         New file.
25312         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llround-power6.S:
25313         New file.
25314         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llround-ppc32.S:
25315         New file.
25316         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llround.c: New
25317         file: multiarch llround for PowerPC32.
25318         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llroundf.c: New
25319         file: multiarch llroundf for PowerPC32.
25321         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: New file:
25322         multiarch PowerPC32 fpu implementations.
25323         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrint-power6.S:
25324         New file.
25325         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrint-ppc32.S:
25326         New file.
25327         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrint.c: New file:
25328         multiarch llrint for PowerPC32.
25329         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrintf-power6.S:
25330         New file.
25331         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrintf-ppc32.S:
25332         New file.
25333         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrintf.c: New
25334         file.
25336         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/Implies: Remove.
25338         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy-power6.c: New
25339         file.
25340         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy-power7.c: New
25341         file.
25342         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy-ppc32.c: New
25343         file.
25344         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy.c: New file:
25345         multiarch wordcopy for PPC32.
25346         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added wcscpy
25347         wordcopy objects.
25348         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
25349         (__libc_ifunc_impl_list): Likewise.
25350         * sysdeps/powerpc/powerpc32/power4/wordcopy.c: Move ...
25351         * sysdeps/powerpc/power4/wordcopy.c: ... to here.
25352         * sysdeps/powerpc/powerpc32/power6/wordcopy.c: Move ...
25353         * sysdeps/powerpc/power6/wordcopy.c: ... to here.
25354         * sysdeps/powerpc/powerpc64/power6/wordcopy.c: Remove uneeded file.
25355         * sysdeps/powerpc/powerpc64/power4/wordcopy.c: Likewise.
25357         * wcsmbs/wcscpy.c (wcscpy): Using macro to redefine symbol name
25358         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy-power6.c: New
25359         file.
25360         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy-power7.c: New
25361         file.
25362         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy-ppc32.c: New
25363         file.
25364         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy.c: New file:
25365         multiarch wcscpy for PPC32.
25366         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added wcscpy
25367         multiarch objects.
25368         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
25369         (__libc_ifunc_impl_list): Likewise.
25370         * sysdeps/powerpc/powerpc32/power6/wcsrchr.c: Move ...
25371         * sysdeps/powerpc/power6/wcsrchr.c: ... to here.
25372         * sysdeps/powerpc/powerpc64/power6/wcscpy.c: Adjust to use
25373         sysdeps/powerpc/power6/wcscpy.c.
25375         * wcsmbs/wcsrchr.c (wcsrchr): Using macro to redefine symbol name
25376         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr-power6.c: New
25377         file.
25378         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr-power7.c: New
25379         file.
25380         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr-ppc32.c: New
25381         file.
25382         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr.c: New file:
25383         multiarch wcsrchr for PPC32.
25384         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added wcschr
25385         multiarch objects.
25386         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
25387         (__libc_ifunc_impl_list): Likewise.
25388         * sysdeps/powerpc/powerpc32/power6/wcsrchr.c: Move ...
25389         * sysdeps/powerpc/power6/wcsrchr.c: ... to here.
25390         * sysdeps/powerpc/powerpc64/power6/wcsrchr.c: Adjust to use
25391         sysdeps/powerpc/power6/wcsrchr.c.
25393         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-power6.c: New
25394         file.
25395         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-power7.c: New
25396         file.
25397         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-ppc32.c: New file.
25398         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr.c: New file:
25399         multiarch wcschr for PPc32.
25400         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added wcschr
25401         multiarch objects.
25402         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
25403         (__libc_ifunc_impl_list): Likewise.
25404         * sysdeps/powerpc/powerpc32/power6/wcschr.c: Move ...
25405         * sysdeps/powerpc/power6/wcschr.c: ... to here.
25406         * sysdeps/powerpc/powerpc64/power6/wcschr.c: Adjust to use
25407         sysdeps/powerpc/power6/wcschr.c.
25409         * sysdeps/powerpc/powerpc32/power4/multiarch/rtld-strchr.S: New file.
25410         * sysdeps/powerpc/powerpc32/power4/multiarch/strchr-power7.S: New
25411         file.
25412         * sysdeps/powerpc/powerpc32/power4/multiarch/strchr-ppc32.S: New file.
25413         * sysdeps/powerpc/powerpc/powerpc32/power4/multiarch/strchr.c: New
25414         file: multiarch strchr for PPC32.
25415         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strchr
25416         multiarch objects.
25417         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
25418         (__libc_ifunc_impl_list): Likewise.
25420         * string/strchrnul.c (__strchrnul): Using macro to redefine symbol
25421         name.
25422         * sysdeps/powerpc/powerpc32/power4//multiarch/strchrnul-power7.S: New
25423         file.
25424         * sysdeps/powerpc/powerpc32/power4/multiarch/strchrnul-ppc32.c: New
25425         file.
25426         * sysdeps/powerpc/powerpc32/power4/multiarch/strchrnul.c: New file:
25427         multiarch strchrnul for PPC32.
25428         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strchrnul
25429         multiarch objects.
25430         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
25431         (__libc_ifunc_impl_list): Likewise.
25433         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase-power7.c: New
25434         file.
25435         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase.c: New file:
25436         multiarch strncasecmp for PPC32.
25437         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase_l-power7.c: New
25438         file.
25439         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase_l.c: New file:
25440         multiarch strncasecmp_l for PPC32.
25441         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added
25442         strncasecmp multiarch objects.
25443         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
25444         (__libc_ifunc_impl_list): Likewise.
25446         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp-power7.S: New
25447         file.
25448         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp.c: New file:
25449         multiarch strncasecmp for PPC32.
25450         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp_l-power7.S:
25451         New file.
25452         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp_l.c: New file:
25453         multiarch strcasecmp_l for PPC32.
25454         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strcasecmp
25455         multiarch objects.
25456         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
25457         (__libc_ifunc_impl_list): Likewise.
25459         * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp-power7.S: New
25460         file.
25461         * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp-ppc32.S: New
25462         file.
25463         * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp.c: New file:
25464         multiarch strncmp for PPC32.
25465         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strncmp
25466         multiarch objects.
25467         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
25468         (__libc_ifunc_impl_list): Likewise.
25470         * sysdeps/powerpc/powerpc32/power4/multiarch/rtld-strnlen.c: New file.
25471         * sysdeps/powerpc/powerpc32//power4/multiarch/strnlen-power7.S: New
25472         file.
25473         * sysdeps/powerpc/powerpc32/power4/multiarch/strnlen-ppc32.c: New file.
25474         * sysdeps/powerpc/powerpc32/power4/multiarch/strnlen.c: New file.
25475         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strnlen
25476         multiarch objects.
25477         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
25478         (__libc_ifunc_impl_list): Likewise.
25480         * sysdeps/powerpc/powerpc32/power4/multiarch/strlen-power7.S: New
25481         file.
25482         * sysdeps/powerpc/powerpc32/power4/multiarch/strlen-ppc32.S: New
25483         file.
25484         * sysdeps/powerpc/powerpc32/power4/multiarch/strlen.c: New file.
25485         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strlen
25486         multiarch objects.
25487         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
25488         (__libc_ifunc_impl_list): Likewise.
25490         * sysdeps/powerpc/powerpc32/power4/multiarch/rawmemchr-power7.S: New
25491         file.
25492         * sysdeps/powerpc/powerpc32/power4/multiarch/rawmemchr-ppc32.c: New
25493         file.
25494         * sysdeps/powerpc/powerpc32/power4/multiarch/rawmemchr.c: New file:
25495         multiarch rawmemchr for PPC32.
25496         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added rawmemchr
25497         multiarch objects.
25498         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
25499         (__libc_ifunc_impl_list): Likewise.
25501         * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr-power7.S: New
25502         file.
25503         * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr-ppc32.c: New
25504         file.
25505         * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr.c: New
25506         file: memrchr multiarch for PPC32.
25507         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added memrchr
25508         multiarch objects.
25509         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
25510         (__libc_ifunc_impl_list): Likewise.
25512         * string/memchr.c (__memchr): Using macro to redefine symbol name.
25513         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr-power7.S: New
25514         file.
25515         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr-ppc32.c: New File.
25516         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr.c: New file:
25517         multiarch memchr for PPC32.
25518         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add memchr
25519         multiarch objects.
25520         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
25521         (__libc_ifunc_impl_list): Likewise.
25523         * string/mempcpy.c (__mempcpy): Using macro to redefine symbol name.
25524         * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy-power7.S: New
25525         file.
25526         * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy-ppc32.c: New
25527         file.
25528         * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy.c: New
25529         file: multiarch mempcpy for PPC32.
25530         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add mempcpy
25531         multiarch objects.
25532         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
25533         (__libc_ifunc_impl_list): Likewise.
25535         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero-power6.S: New file.
25536         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero-power7.S: New file.
25537         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero-ppc32.S: New file.
25538         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero.c: New file:
25539         multiarch bzero for PPC32.
25540         * sysdeps/powerpc/powerpc32/power4/multiarch/memset-power6.S: New
25541         file.
25542         * sysdeps/powerpc/powerpc32/power4/multiarch/memset-power7.S: New
25543         file.
25544         * sysdeps/powerpc/powerpc32/power4/multiarch/memset-ppc32.S: New file.
25545         * sysdeps/powerpc/powerpc/powerpc32/power4/multiarch/memset.c: New
25546         file: multiarch memset for PPC32.
25547         * sysdeps/powerpc/powerpc32/power4/multiarch/rtld-memset.S: New file.
25548         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add bzero and
25549         memset multiarch objects.
25550         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
25551         (__libc_ifunc_impl_list): Likewise.
25553         * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp-power7.S: New
25554         file.
25555         * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp-ppc32.S: New file.
25556         * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp.c: multiarch
25557         memcmp for PPC32.
25558         * sysdeps/powerpc/powerpc32/power4/multiarch/rtld-memcmp.S: New file.
25559         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add memcmp
25560         multiarch objects.
25561         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
25562         (__libc_ifunc_impl_list): Likewise.
25564         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-a2.S: New file.
25565         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-cell.S: New file.
25566         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-power6.S: New
25567         file.
25568         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-power7.S: New
25569         file.
25570         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-ppc32.S: New
25571         file.
25572         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy.c: New file:
25573         multiarch memcpy for PPC32.
25574         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add memcpy
25575         multiarch objects.
25576         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
25577         (__libc_ifunc_impl_list): Likewise.
25579         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: New file to
25580         support multiarch for POWER/PPC32.
25581         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c:
25582         Likewise.
25583         * sysdeps/powerpc/powerpc32/power4/multiarch/init-arch.h: Likewise.
25584         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power4/Implies: Remove
25585         Implies file to make multiarch folder appers before the fpu and
25586         default folder for power4 configuration.
25588 2013-12-06  Siddhesh Poyarekar  <siddhesh@redhat.com>
25590         * scripts/bench.pl: Append volatile keyword to type.
25592 2013-12-05  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
25594         * sysdeps/sh/sotruss-lib.c: New file.
25595         * sysdeps/unix/sysv/linux/sh/nptl/c++-types.data: New file.
25597 2013-12-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
25599         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
25601 2013-12-05  Joseph Myers  <joseph@codesourcery.com>
25603         [BZ #6810]
25604         * math/w_tgamma.c: Include <errno.h>.
25605         (__tgamma): Use __glibc_unlikely.  Set errno on underflow to 0.
25606         * math/w_tgammaf.c: Include <errno.h>.
25607         (__tgammaf): Use __glibc_unlikely.  Set errno on underflow to 0.
25608         * math/w_tgammal.c: Include <errno.h>.
25609         (__tgammal): Use __glibc_unlikely.  Set errno on underflow to 0.
25610         * math/auto-libm-test-in: Do not allow missing errno on tgamma
25611         underflow.  Add more tgamma tests.
25612         * math/auto-libm-test-out: Regenerated.
25613         * sysdeps/i386/fpu/libm-test-ulps: Update.
25614         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
25616         * math/auto-libm-test-in: Add tests of log, log10, log1p, log2,
25617         sin, sinh, tan, tanh, tgamma, y0 and y1.
25618         * math/auto-libm-test-out: Regenerated.
25619         * math/libm-test.inc (TEST_COND_x86_64): New macro.
25620         (TEST_COND_x86): Likewise.
25621         (M_E2l): Remove macro.
25622         (M_E3l): Likewise.
25623         (M_2_SQRT_PIl): Likewise.
25624         (M_SQRT_PIl): Likewise.
25625         (M_1_DIV_El): Likewise.
25626         (log_test_data): Use AUTO_TESTS_f_f.
25627         (log10_test_data): Likewise.
25628         (log1p_test_data): Likewise.
25629         (log2_test_data): Likewise.
25630         (sin_test_data): Likewise.
25631         (sin_tonearest_test_data): Likewise.
25632         (sin_towardzero_test_data): Likewise.
25633         (sin_downward_test_data): Likewise.
25634         (sin_upward_test_data): Likewise.
25635         (sinh_test_data): Likewise.
25636         (sinh_tonearest_test_data): Likewise.
25637         (sinh_towardzero_test_data): Likewise.
25638         (sinh_downward_test_data): Likewise.
25639         (sinh_upward_test_data): Likewise.
25640         (tan_test_data): Likewise.
25641         (tan_tonearest_test_data): Likewise.
25642         (tan_towardzero_test_data): Likewise.
25643         (tan_downward_test_data): Likewise.
25644         (tan_upward_test_data): Likewise.
25645         (tanh_test_data): Likewise.
25646         (tgamma_test_data): Likewise.
25647         (y0_test_data): Likewise.
25648         (y1_test_data): Likewise.
25649         * math/gen-auto-libm-tests.c (special_fill_pi_4): New function.
25650         (special_real_inputs): Add pi/4.
25651         * sysdeps/i386/fpu/libm-test-ulps: Update.
25652         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
25654 2013-12-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
25656         * sysdeps/powerpc/powerpc32/__longjmp-common.S: Add "longjmp" and
25657         "longjmp_target" static probes.
25658         (__longjmp): Rename to __longjmp_symbol.
25659         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S: Likewise.
25660         * sysdeps/powerpc/powerpc32/__longjmp.S: Define __longjmp_symbol based
25661         on which longjmp to generate.
25662         * sysdeps/powerpc/powerpc32/fpu/__longjmp.S: Likewise.
25663         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S: Add "setjmp" static
25664         probe.
25665         (__sigsetjmp): Rename to __sigsetjmp_symbol.
25666         (__sigjmp_save): Rename to __sigjmp_save_symbol.
25667         * sysdeps/powerpc/powerpc32/setjmp-common.S: Likewise.
25668         * sysdeps/powerpc/powerpc32/fpu/setjmp.S: Define __sigsetjmp_symbol
25669         and __sigjmp_save_symbol based on which sigsetjmp to generated.
25670         * sysdeps/powerpc/powerpc32/setjmp.S: Likewise
25671         * sysdeps/unix/sysv/linux/powerpc/powerpc32/____longjmp_chk.S: Define
25672         __longjmp_symbol based on which __longjmp to generate.
25673         * sysdeps/powerpc/powerpc64/setjmp-common.S: Add "setjmp" static
25674         probe.
25675         (setjmp): Rename to setjmp_symbol.
25676         (__sigsetjmp): Rename to __sigsetjmp_symbol.
25677         (_setjmp): Rename to _setjmp_symbol.
25678         (__sigsetjmp): Rename to __sigsetjmp_symbol.
25679         * sysdeps/powerpc/powerpc64/setjmp.S: Define setjmp_symbol,
25680         _setjmp_symbol, __sigsetjmp_symbol, and __sigjmp_save_symbol based on
25681         which setjmp to generate.
25682         * sysdeps/powerpc/powerpc64/__longjmp-common.S: Add "longjmp" and
25683         "longjmp_target" static probes.
25685 2013-12-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
25687         * benchtests/README: Add note about output arguments.
25688         * benchtests/bench-sincos.c: Remove file.
25689         * benchtests/sincos-inputs: New file.
25690         * scripts/bench.pl: Identify output arguments and define
25691         static variables for them.
25693         * debug/stpncpy_chk.c (__stpncpy_chk): Remove unused variables.
25695         [BZ #15941]
25696         * Makefile (INSTALL): Add install-plain.texi as the primary
25697         dependency.
25698         * manual/install-plain.texi: New file.
25699         * manual/install.texi: Include node directive only for
25700         non-plaintext output.
25702 2013-12-04  Joseph Myers  <joseph@codesourcery.com>
25704         * stdlib/longlong.h: Update from GCC.
25706         [BZ #6807]
25707         [BZ #15901]
25708         * math/w_j0.c (y0): Raise FE_DIVBYZERO on zero argument.
25709         * math/w_j0f.c (y0f): Likewise.
25710         * math/w_j0l.c (__y0l): Likewise.
25711         * math/w_j1.c (y1): Likewise.
25712         * math/w_j1f.c (y1f): Likewise.
25713         * math/w_j1l.c (__y1l): Likewise
25714         * math/w_jn.c (yn): Likewise.
25715         * math/w_jnf.c (ynf): Likewise.
25716         * sysdeps/ieee754/k_standard.c (__kernel_standard): Use ERANGE for
25717         Bessel function pole errors in _POSIX_ mode.  Use NAN as return
25718         value for Bessel function domain errors outside _SVID_ mode.
25719         Adjust sign of return value for yn (negative integer, 0).
25720         * sysdeps/ieee754/ldbl-128/e_jnl.c (__ieee754_ynl): Use division
25721         by zero in return for negative x and set sign appropriately for
25722         negative n.
25723         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c (__ieee754_ynl): Likewise.
25724         * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_ynl): Likewise.
25725         * math/libm-test.inc (y0_test_data): Add more tests and adjust
25726         expectations in error cases.
25727         (y1_test_data): Likewise.
25728         (yn_test_data): Likewise.
25729         * sysdeps/i386/fpu/libm-test-ulps: Update.
25730         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
25732 2013-11-12  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
25734         * sysdeps/unix/sysv/linux/powerpc/Makefile (abi-variants): Rename
25735         "64" to "64-v1".  Add "64-v2".
25736         (abi-64-options): Rename to ...
25737         (abi-64-v1-options): ... this.   Redefine _CALL_ELF.
25738         (abi-64-condition): Rename to ...
25739         (abi-64-v1-condition): ... this.  Add _CALL_ELF check.,
25740         (abi-64-ld-soname): Rename to ...
25741         (abi-64-v1-ld-soname): ... this.
25742         (abi-64-v2-options): Define.
25743         (abi-64-v2-condition): Likewise.
25744         (abi-64-v2-ld-soname): Likewise.
25745         * sysdeps/unix/sysv/linux/powerpc/ldconfig.h
25746         (SYSDEP_KNOWN_INTERPRETER_NAMES): Add "/lib64/ld64.so.2".
25747         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Makefile: Delete file.
25748         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure.ac: New file.
25749         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure: Generate.
25751 2013-11-12  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
25752             Alan Modra  <amodra@gmail.com>
25754         * sysdeps/powerpc/bits/link.h (La_ppc64v2_regs, La_ppc64v2_retval):
25755         New versions for use with the ELFv2 ABI.
25756         (la_ppc64v2_gnu_pltenter, la_ppc64v2_gnu_pltexit): Add prototypes.
25757         * sysdeps/powerpc/lsdodefs.h (struct La_ppc64v2_regs): Add forward
25758         declaration.
25759         (struct La_ppc64v2_retval): Likewise.
25760         (ARCH_PLTENTER_MEMBERS): Add ppc64v2_gnu_pltenter.
25761         (ARCH_PLTEXIT_MEMBERS): Add ppc64v2_gnu_pltexit.
25762         * sysdeps/powerpc/powerpc64/dl-machine.h (ARCH_LA_PLTENTER): Define
25763         to ppc64v2_gnu_pltenter if _CALL_ELF == 2.
25764         (ARCH_LA_PLTEXIT): Define to ppc64v2_gnu_pltexit if _CALL_ELF == 2.
25765         * sysdeps/powerpc/powerpc64/dl-trampoline.S (_dl_runtime_resolve):
25766         Do not save or restore CR.
25767         (FRAME_SIZE, VR_RTN): Provide updated values for _CALL_ELF == 2.
25768         (_dl_profile_resolve): Do no save or restore CR.  Support extended
25769         return values for ELFv2 ABI.  Fix location of FPR return registers.
25770         * sysdeps/powerpc/powerpc64/tst-audit.h (pltenter, pltexit): Provide
25771         updated values for _CALL_ELF == 2.
25772         (La_regs, La_retval, int_retval): Likewise.
25774 2013-12-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
25776         * sysdeps/powerpc/powerpc64/sysdep.h (FRAME_MIN_SIZE): Define.
25777         (FRAME_MIN_SIZE_PARM): Likewise.
25778         (FRAME_BACKCHAIN): Likewise.
25779         (FRAME_CR_SAVE): Likewise.
25780         (FRAME_LR_SAVE): Likewise.
25781         (FRAME_TOC_SAVE): Likewise.
25782         (FRAME_PARM_SAVE): Likewise.
25783         (FRAME_PARM1_SAVE, FRAME_PARM2_SAVE, FRAME_PARM3_SAVE,
25784         FRAME_PARM4_SAVE, FRAME_PARM5_SAVE, FRAME_PARM6_SAVE,
25785         FRAME_PARM7_SAVE, FRAME_PARM8_SAVE, FRAME_PARM9_SAVE): Likewise.
25786         (call_mcount_parm_offset): New macro.
25787         (SAVE_ARG, REST_ARG, CFI_SAVE_ARG): Use it.
25788         (PROF): Use symbolic stack frame offsets.
25789         (TAIL_CALL_SYSCALL_ERROR): Likewise.
25790         * sysdeps/powerpc/powerpc64/dl-trampoline.S (FRAME_SIZE, INT_PARMS):
25791         Redefine in terms of FRAME_MIN_SIZE.
25792         (_dl_runtime_resolve): Use symbolic stack frame offsets.
25793         (_dl_profile_resolve): Likewise.  Update comment.
25794         * sysdeps/powerpc/powerpc64/setjmp-common.S (__GI__setjmp): Use
25795         symbols stack frame offsets.
25796         (__sigsetjmp): Likewise.
25797         * sysdeps/powerpc/powerpc64/__longjmp-common.S (__longjmp): Likewise.
25798         * sysdeps/powerpc/powerpc64/ppc-mcount.S (_mcount): Likewise.
25799         * sysdeps/powerpc/powerpc64/crti.S (_init, _fini): Likewise.
25800         * sysdeps/powerpc/powerpc64/crtn.S (_init, _fini): Likewise.
25802         * sysdeps/unix/sysv/linux/powerpc/powerpc64/ucontext_i.sym
25803         (FRAME_BACKCHAIN): Remove.
25804         (FRAME_CR_SAVE): Likewise.
25805         (FRAME_LR_SAVE): Likewise.
25806         (FRAME_COMPILER_DW): Likewise.
25807         (FRAME_LINKER_DW): Likewise.
25808         (FRAME_TOC_SAVE): Likewise.
25809         (FRAME_PARM_SAVE): Likewise.
25810         (FRAME_PARM1_SAVE, FRAME_PARM2_SAVE, FRAME_PARM3_SAVE)
25811         (FRAME_PARM4_SAVE, FRAME_PARM5_SAVE, FRAME_PARM6_SAVE)
25812         (FRAME_PARM7_SAVE, FRAME_PARM8_SAVE, FRAME_PARM9_SAVE): Likewise.
25813         * sysdeps/unix/sysv/linux/powerpc/powerpc64/____longjmp_chk.S
25814         (CHECK_SP): Use symbolic stack frame offsets.
25815         * sysdeps/unix/sysv/linux/powerpc/powerpc64/brk.S (__brk): Use "red
25816         zone" instead of caller's parameter save area for temp storage.
25817         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S (__clone):
25818         Likewise.  Also, use symbolic stack frame offsets.
25819         * sysdeps/unix/sysv/linux/powerpc/powerpc64/socket.S (FRAMESIZE,
25820         stackblock): Redefine for _CALL_ELF == 2 to save parameters into
25821         our own stack frame instead of the caller's.
25822         (__socket): Use symbolic stack frame offsets.
25824 2013-12-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
25825             Alan Modra  <amodra@gmail.com>
25827         * elf/elf.h (DT_PPC64_OPT, PPC64_OPT_TLS, PPC64_OPT_MULTI_TOC):
25828         Define.
25829         (STO_PPC64_LOCAL_BIT, STO_PPC64_LOCAL_MASK)
25830         (PPC64_LOCAL_ENTRY_OFFSET): Define.
25831         * sysdeps/powerpc/powerpc64/dl-machine.h (ppc64_local_entry_offset):
25832         New function.
25833         (elf_machine_fixup_plt): Call it.
25834         (elf_machine_plt_conflict): Likewise.  Add map, sym_map, and
25835         reloc arguments.
25836         (elf_machine_rela): Update call to elf_machine_plt_conflict.
25837         * sysdeps/powerpc/powerpc64/dl-trampoline.S (_dl_runtime_resolve)
25838         (_dl_profile_resolve) [_CALL_ELF == 2]: Restore caller's TOC into
25839         r2 before calling target.
25841 2013-12-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
25842             Alan Modra  <amodra@gmail.com>
25844         * sysdeps/powerpc/powerpc64/sysdep.h [_CALL_ELF == 2]
25845         (PPC64_LOAD_FUNCPTR, DOT_LABEL, BODY_LABEL, ENTRY_2, END_2): New
25846         versions of macros to support ELFv2 ABI.
25847         (LOCALENTRY): New macro.
25848         (ENTRY, EALIGN): Use it.
25849         * sysdeps/powerpc/powerpc64/crti.S (_init, _fini): Use LOCALENTRY.
25850         * sysdeps/powerpc/powerpc64/setjmp-common.S (__GI__setjmp): Do not
25851         fall through into ENTRY entry point.
25852         * libc/sysdeps/powerpc/powerpc64/dl-machine.h (Elf64_FuncDesc):
25853         Only define if _CALL_ELF != 2.
25855         (elf_machine_matches_host): Verify ABI version matches.
25856         (RTLD_START): Use LOCALENTRY.
25857         (elf_machine_type_class): Use SHN_UNDEF PLT handling for ELFv2 ABI.
25858         (PLT_INITIAL_ENTRY_WORDS): New version for _CALL_ELF != 2.
25859         (PLT_ENTRY_WORDS): New macro.
25860         (GLINK_INITIAL_ENTRY_WORDS, GLINK_ENTRY_WORDS): Likewise.
25861         (elf_machine_runtime_setup): Support ELFv2 ABI.
25862         (elf_machine_fixup_plt): Likewise.
25863         (elf_machine_plt_conflict): Likewise.
25864         (resolve_ifunc): Likewise.
25865         * sysdeps/powerpc/powerpc64/dl-irel.h (elf_irela): Likewise.
25866         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h (VDSO_IFUNC_RET):
25867         Likewise.
25868         * sysdeps/unix/sysv/linux/powerpc/powerpc64/ldsodefs.h
25869         (DL_ADDR_SYM_MATCH): Only define if _CALL_ELF != 2.
25870         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S
25871         (makecontext): Support ELFv2 ABI.
25872         * elf/elf.h (EF_PPC64_ABI): Define.
25874 2013-12-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
25876         * sysdeps/powerpc/powerpc64/sysdep.h
25877         (PPC64_LOAD_FUNCPTR) [ASSEMBLER]: New assembler macro.
25878         (ENTRY_1) [ASSEMBLER]: Do not switch to .text section here ...
25879         (ENTRY) [ASSEMBLER]: ... but instead here ...
25880         (EALIGN) [ASSEMBLER]: ... and here.
25881         (PPC64_LOAD_FUNCPTR) [!ASSEMBLER]: New macro.
25882         (ENTRY_1) [!ASSEMBLER]: New macro; set up .opd entry.
25883         (ENTRY_2) [!ASSEMBLER]: Use it.
25884         * sysdeps/powerpc/powerpc64/dl-machine.h (RTLD_START): Update for
25885         ENTRY_2 changes.  Use PPC64_LOAD_FUNCPTR.
25886         * sysdeps/powerpc/powerpc64/dl-trampoline.S (_dl_runtime_resolve)
25887         (_dl_profile_resolve): Use PPC64_LOAD_FUNCPTR.
25888         * sysdeps/powerpc/powerpc64/crti.S (_init, _fini): Use ENTRY_2.
25889         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S (clone):
25890         Use PPC64_LOAD_FUNCPTR.
25892         * sysdeps/powerpc/tls.h (tcbhead_t): Add __private_ss field.
25894 2013-12-04  Alan Modra  <amodra@gmail.com>
25896         * elf/elf.h (R_PPC64_TLSGD, R_PPC64_TLSLD, R_PPC64_TOCSAVE): Define.
25897         (R_PPC64_ADDR16_HIGH, R_PPC64_ADDR16_HIGHA): Likewise.
25898         (R_PPC64_TPREL16_HIGH, R_PPC64_TPREL16_HIGHA): Likewise.
25899         (R_PPC64_DTPREL16_HIGH, R_PPC64_DTPREL16_HIGHA): Likewise.
25901         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela): Add
25902         overflow checking for R_PPC64_ADDR16_HI, R_PPC64_ADDR16_HA,
25903         R_PPC64_TPREL16_HI, and R_PPC64_TPREL16_HA.
25904         Support new R_PPC64_ADDR16_HIGH, R_PPC64_ADDR16_HIGHA,
25905         R_PPC64_TPREL16_HIGH, and R_PPC64_TPREL16_HIGHA relocations.
25906         Fix overflow checking for R_PPC64_ADDR30 and R_PPC64_ADDR32.
25908 2013-12-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
25910         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S
25911         (__makecontext): Fix incorrect CFI when backtracing out of
25912         context created via makecontext.
25913         * sysdeps/unix/sysv/linux/powerpc/powerpc64/secontext.S
25914         (__setcontext): Fix incorrect CFI during switch to new context.
25915         (__novec_setcontext): Likewise.
25917 2013-12-04  Ondřej Bílka  <neleai@seznam.cz>
25919         [BZ #4772]
25920         * time/strptime_l.c (__strptime_internal): Allow modifiers
25921         in strptime.
25922         * time/tst-strptime.c (day_tests): Add testcase.
25924 2013-12-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
25926         * scripts/bench.pl: Skip over blank lines.
25928 2013-12-04  Paul Eggert  <eggert@cs.ucla.edu>
25930         [BZ #926]
25931         * manual/time.texi (Calendar Time): Clarify what timezone functions
25932         use.
25934 2013-12-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
25936         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
25938 2013-12-04  Ondřej Bílka  <neleai@seznam.cz>
25940         * debug/memcpy_chk.c (__memcpy_chk): Use call instead of custom
25941         implementation.
25942         * debug/memmove_chk.c (MEMMOVE_CHK): Likewise.
25943         * debug/mempcpy_chk.c (__mempcpy_chk): Likewise.
25944         * debug/memset_chk.c (__memset_chk): Likewise.
25945         * debug/stpncpy_chk.c (__stpncpy_chk): Likewise.
25946         * debug/strncpy_chk.c: Likewise.
25948 2013-12-03  Joseph Myers  <joseph@codesourcery.com>
25950         [BZ #15268]
25951         [BZ #15425]
25952         * sysdeps/ieee754/dbl-64/e_exp.c: Include <float.h>.
25953         (__ieee754_exp): For possibly underflowing results, check size of
25954         result and force underflow exception if required.
25955         * math/auto-libm-test-in: Add more tests of exp.
25956         * math/auto-libm-test-out: Regenerated.
25957         * sysdeps/i386/fpu/libm-test-ulps: Update.
25958         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
25960         [BZ #16283]
25961         * math/w_exp2.c (__exp2): Handle a zero result as underflow.
25962         * math/w_exp2f.c (__exp2f): Likewise.
25963         * math/w_exp2l.c (__exp2l): Likewise.
25964         * math/auto-libm-test-in: Do not allow missing errno on exp2
25965         underflow.
25966         * math/auto-libm-test-out: Regenerated.
25968 2013-12-03  Ondřej Bílka  <neleai@seznam.cz>
25970         [BZ #16274]
25971         * sysdeps/unix/sysv/linux/shm_open.c (shm_open): Correctly
25972         handle filename validation.
25973         * rt/tst-shm.c (do_test): Do not skip a test when shm_open fails.
25974         (do_open): Delete.
25976 2013-12-03  Joseph Myers  <joseph@codesourcery.com>
25978         [BZ #6786]
25979         * sysdeps/ieee754/dbl-64/s_erf.c: Include <errno.h> and <float.h>.
25980         (__erfc): Set errno to ERANGE when returning 0 or tiny * tiny.
25981         * sysdeps/ieee754/flt-32/s_erff.c: Include <errno.h> and
25982         <float.h>.
25983         (__erfcf): Set errno to ERANGE when returning 0 or tiny * tiny.
25984         * sysdeps/ieee754/ldbl-128/s_erfl.c: Include <errno.h>.
25985         (__erfcl): Set errno to ERANGE when returning 0 or tiny * tiny.
25986         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Include <errno.h>.
25987         (__erfcl): Set errno to ERANGE when returning 0 or tiny * tiny.
25988         * sysdeps/ieee754/ldbl-96/s_erfl.c: Include <errno.h>.
25989         (__erfcl): Set errno to ERANGE when returning 0 or tiny * tiny.
25990         * math/auto-libm-test-in: Don't allow missing errno from erfc.
25991         Add more erfc tests.
25992         * math/auto-libm-test-out: Regenerated.
25993         * sysdeps/i386/fpu/libm-test-ulps: Update.
25994         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
25996         * math/auto-libm-test-in: Add tests of erf, erfc, exp, exp10,
25997         exp2, expm1, j0 and j1.
25998         * math/auto-libm-test-out: Regenerated.
25999         * math/libm-test.inc (erf_test_data): Use AUTO_TESTS_f_f.
26000         (erfc_test_data): Likewise.
26001         (exp_test_data): Likewise.
26002         (exp_tonearest_test_data): Likewise.
26003         (exp_towardzero_test_data): Likewise.
26004         (exp_downward_test_data): Likewise.
26005         (exp_upward_test_data): Likewise.
26006         (exp10_test_data): Likewise.
26007         (exp2_test_data): Likewise.
26008         (expm1_test_data): Likewise.
26009         (j0_test_data): Likewise.
26010         (j1_test_data): Likewise.
26011         * math/gen-auto-libm-tests.c: Mention "xfail-rounding" in comment.
26012         (input_flag_type): Add flag_xfail_rounding.
26013         (input_flags): Add xfail-rounding.
26014         (adjust_real): Assert mpfr_number_p not mpfr_regular_p.
26015         (output_for_one_input_case): Handle flag_xfail_rounding.
26016         * sysdeps/i386/fpu/libm-test-ulps: Update.
26017         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
26019 2013-12-03  Aurelien Jarno  <aurelien@aurel32.net>
26021         [BZ #16289]
26022         * locale/loadarchive.c (_nl_load_locale_from_archive): Avoid
26023         division by 0.
26025 2013-12-03  Siddhesh Poyarekar  <siddhesh@redhat.com>
26027         [BZ #16195]
26028         * include/stap-probe.h [!USE_STAP_PROBE && !__ASSEMBLER__]
26029         (LIBC_PROBE): Change definition to call STAP_PROBE* macros.
26030         (STAP_PROBE0): New macro.
26031         (STAP_PROBE1): Likewise.
26032         (STAP_PROBE2): Likewise.
26033         (STAP_PROBE3): Likewise.
26034         (STAP_PROBE4): Likewise.
26036 2013-12-02  Ondřej Bílka  <neleai@seznam.cz>
26038         * manual/llio.texi (Memory-mapped I/O): Add shm_open and shm_close.
26040 2013-12-02  Steve Ellcey  <sellcey@mips.com>
26042         * benchtests/Makefile (bench): Add sqrt.
26043         (LDLIBS-bench-sqrt): New.
26044         * benchtests/sqrt-input: New.
26046 2013-12-02  Pavel Simerda  <psimerda@redhat.com>
26048         * sysdeps/posix/getaddrinfo.c (GAIH_OKIFUNSPEC): Remove macro.
26049         (GAIH_EAI): Likewise.
26050         (gaih_inet_serv): Don't use GAIH_OKIFUNSPEC.
26051         (gaih_inet): Likewise.
26052         (getaddrinfo): Don't use GAIH_EAI.
26054         * sysdeps/posix/getaddrinfo.c (UNIX_PATH_MAX): Remove macro.
26055         (struct gaih): Remove definition.
26057 2013-12-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
26059         * nss/nss_files/files-hosts.c (_nss_files_gethostbyname4_r):
26060         Use HERRNOP directly.
26062 2013-12-02  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
26064         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
26066 2013-11-30  Joseph Myers  <joseph@codesourcery.com>
26068         * math/gen-auto-libm-tests.c (test_functions): Add more
26069         single-argument functions.
26070         (special_fill_pi_2): New function.
26071         (special_fill_minus_pi_2): Likewise.
26072         (special_fill_pi_6): Likewise.
26073         (special_fill_minus_pi_6): Likewise.
26074         (special_fill_pi_3): Likewise.
26075         (special_fill_2pi_3): Likewise.
26076         (special_fill_e): Likewise.
26077         (special_fill_1_e): Likewise.
26078         (special_fill_e_minus_1): Likewise.
26079         (special_real_inputs): Add more special inputs.
26080         (output_for_one_input_case): Do not require ERANGE on underflow to
26081         zero if round-to-nearest result does not underflow to zero, unless
26082         exact results required.
26083         * math/auto-libm-test-in: Add tests of acos, acosh, asin, asinh,
26084         atan, atanh, cbrt, cos and cosh.
26085         * math/auto-libm-test-out: Regenerated.
26086         * math/libm-test.inc (acos_test_data): Use AUTO_TESTS_f_f.
26087         (acos_tonearest_test_data): Likewise.
26088         (acos_towardzero_test_data): Likewise.
26089         (acos_downward_test_data): Likewise.
26090         (acos_upward_test_data): Likewise.
26091         (acosh_test_data): Likewise.
26092         (asin_test_data): Likewise.
26093         (asin_tonearest_test_data): Likewise.
26094         (asin_towardzero_test_data): Likewise.
26095         (asin_upward_test_data): Likewise.
26096         (asinh_test_data): Likewise.
26097         (atan_test_data): Likewise.
26098         (atanh_test_data): Likewise.
26099         (cbrt_test_data): Likewise.
26100         (cos_test_data): Likewise.
26101         (cos_tonearest_test_data): Likewise.
26102         (cos_towardzero_test_data): Likewise.
26103         (cos_downward_test_data): Likewise.
26104         (cos_upward_test_data): Likewise.
26105         (cosh_test_data): Likewise.
26106         (cosh_tonearest_test_data): Likewise.
26107         (cosh_towardzero_test_data): Likewise.
26108         (cosh_downward_test_data): Likewise.
26109         (cosh_upward_test_data): Likewise.
26110         * sysdeps/i386/fpu/libm-test-ulps: Update.
26111         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
26113 2013-11-29  Joseph Myers  <joseph@codesourcery.com>
26115         [BZ #6787]
26116         * math/w_exp10.c (__exp10): Handle a zero result as underflow.
26117         * math/w_exp10f.c (__exp10f): Likewise.
26118         * math/w_exp10l.c (__exp10l): Likewise.
26119         * math/libm-test.inc (exp10_test_data): Add more tests and expect
26120         errno settings in existing tests.
26122         [BZ #14032]
26123         * sysdeps/i386/fpu/e_sqrt.S (__ieee754_sqrt): Do fsqrt with
26124         precision control set to double precision.
26125         * sysdeps/i386/fpu/w_sqrt.c: New file.
26126         * math/auto-libm-test-in: Add more tests.
26127         * math/auto-libm-test-out: Update.
26129         * math/libm-test.inc (sqrt_tonearest_test_data): New variable.
26130         (sqrt_test_tonearest): New function.
26131         (sqrt_towardzero_test_data): New variable.
26132         (sqrt_test_towardzero): New function.
26133         (sqrt_downward_test_data): New variable.
26134         (sqrt_test_downward): New function.
26135         (sqrt_upward_test_data): New variable.
26136         (sqrt_test_upward): New function.
26137         (main): Call the new functions.
26139         * math/gen-auto-libm-tests.c: New file.
26140         * math/auto-libm-test-in: Likewise.
26141         * math/auto-libm-test-out: New generated file.
26142         * math/gen-libm-test.pl ($auto_input, %auto_tests): New global
26143         variables.
26144         (%beautify): Add generated representations of zero.
26145         (top level): Set $auto_input and call parse_auto_input.
26146         (beautify): Remove trailing "f" from hex float constants.
26147         (parse_args): Handle XFAIL_TEST.
26148         (convert_condition): New function.
26149         (or_value): Likewise.
26150         (or_cond_value): Likewise.
26151         (generate_testfile): Handle AUTO_TESTS_* lines.
26152         (parse_auto_input): New function.
26153         * math/libm-test.inc (XFAIL_TEST): New macro.
26154         (ERRNO_UNCHANGED): Update value.
26155         (ERRNO_EDOM): Likewise.
26156         (ERRNO_ERANGE): Likewise.
26157         (IGNORE_RESULT): Likewise.
26158         (TEST_COND_flt_32): New macro.
26159         (TEST_COND_dbl_64): Likewise.
26160         (TEST_COND_ldbl_96_intel): Likewise.
26161         (TEST_COND_ldbl_96_m68k): Likewise.
26162         (TEST_COND_ldbl_128): Likewise.
26163         (TEST_COND_ldbl_128ibm): Likewise.
26164         (TEST_COND_long32): Likewise.
26165         (TEST_COND_long64): Likewise.
26166         (TEST_COND_before_rounding): Likewise.
26167         (TEST_COND_after_rounding): Likewise.
26168         (enable_test): Handle XFAIL_TEST flag.
26169         (sqrt_test_data): Use AUTO_TESTS_f_f for tests of finite inputs
26170         with finite results.
26171         * math/Makefile ($(objpfx)libm-test.stmp): Depend on
26172         auto-libm-test-out.
26174 2013-11-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
26175             Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
26177         [BZ #16214]
26178         * sysdeps/s390/dl-tls.h (__TLS_GET_ADDR): Invoke
26179         __tls_get_addr_internal instead of __tls_get_offset in order to
26180         avoid GOT pointer dependency.  Make rtld export
26181         __tls_get_addr_internal@@GLIBC_PRIVATE while still hiding
26182         __tls_get_addr since we are a __tls_get_offset platform.
26183         * sysdeps/s390/s390-64/tls-macros.h (TLS_IE PIC): Don't rely on
26184         GOT pointer being set up before.
26185         * sysdeps/s390/s390-32/tls-macros.h (TLS_IE PIC): Likewise.
26187 2013-11-28  Joseph Myers  <joseph@codesourcery.com>
26189         * manual/math.texi (Errors in Math Functions): Document accuracy
26190         goals.
26192         [BZ #15004]
26193         * sysdeps/ieee754/ldbl-96/e_atan2l.c: Remove file.
26194         * sysdeps/ieee754/ldbl-96/e_ilogbl.c: Likewise.
26195         * sysdeps/ieee754/ldbl-96/e_remainderl.c: Likewise.
26196         * sysdeps/ieee754/ldbl-96/s_ceill.c: Likewise.
26197         * sysdeps/ieee754/ldbl-96/s_fabsl.c: Likewise.
26198         * sysdeps/ieee754/ldbl-96/s_finitel.c: Likewise.
26199         * sysdeps/ieee754/ldbl-96/s_floorl.c: Likewise.
26200         * sysdeps/ieee754/ldbl-96/s_fpclassifyl.c: Likewise.
26201         * sysdeps/ieee754/ldbl-96/s_isinfl.c: Likewise.
26202         * sysdeps/ieee754/ldbl-96/s_isnanl.c: Likewise.
26203         * sysdeps/ieee754/ldbl-96/s_logbl.c: Likewise.
26204         * sysdeps/ieee754/ldbl-96/s_nearbyintl.c: Likewise.
26205         * sysdeps/ieee754/ldbl-96/s_nextafterl.c: Likewise.
26206         * sysdeps/ieee754/ldbl-96/s_rintl.c: Likewise.
26207         * sysdeps/ieee754/ldbl-96/s_scalbnl.c: Likewise.
26208         * sysdeps/ieee754/ldbl-96/s_truncl.c: Likewise.
26210         * sysdeps/powerpc/nofpu/atomic-feclearexcept.c: New file.
26211         * sysdeps/powerpc/nofpu/atomic-feholdexcept.c: Likewise.
26212         * sysdeps/powerpc/nofpu/atomic-feupdateenv.c: Likewise.
26213         * sysdeps/powerpc/nofpu/flt-rounds.c: Likewise.
26214         * sysdeps/powerpc/powerpc32/e500/nofpu/atomic-feclearexcept.c:
26215         Likewise.
26216         * sysdeps/powerpc/powerpc32/e500/nofpu/atomic-feholdexcept.c:
26217         Likewise.
26218         * sysdeps/powerpc/powerpc32/e500/nofpu/atomic-feupdateenv.c:
26219         Likewise.
26220         * sysdeps/powerpc/powerpc32/e500/nofpu/flt-rounds.c: Likewise.
26221         * sysdeps/powerpc/nofpu/Makefile [$(subdir) = soft-fp]
26222         (sysdep_routines): Add atomic-feholdexcept, atomic-feclearexcept,
26223         atomic-feupdateenv and flt-rounds.
26224         * sysdeps/powerpc/nofpu/Versions (libc): Add
26225         __atomic_feholdexcept, __atomic_feclearexcept,
26226         __atomic_feupdateenv and __flt_rounds to GLIBC_2.19.
26227         * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_libc.h
26228         (__feraiseexcept_soft): Declare and use libc_hidden_proto here.
26229         * sysdeps/powerpc/powerpc32/e500/nofpu/fraiseexcept-soft.c
26230         (__feraiseexcept_soft): Don't declare and use libc_hidden_proto
26231         here.
26232         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libc.abilist:
26233         Update.
26235         * manual/arith.texi (FP Exceptions): Document that exceptions may
26236         not be raised when matherr is used.
26237         (Math Error Reporting): Document overflow in directed rounding
26238         modes.  Document that errno may not be set when finite values are
26239         returned on overflow.  Document intent to set errno on underflow
26240         only for underflow to zero.
26242         [BZ #16271]
26243         * sysdeps/ieee754/dbl-64/e_sqrt.c (__ieee754_sqrt): Set
26244         round-to-nearest then adjust result for other rounding modes.
26245         * include/fenv.h (fegetround): Use libm_hidden_proto.
26246         * math/fegetround.c (fegetround): Use libm_hidden_def.
26247         * sysdeps/i386/fpu/fegetround.c (fegetround): Likewise.
26248         * sysdeps/powerpc/fpu/fegetround.c (fegetround): Likewise.
26249         * sysdeps/powerpc/nofpu/fegetround.c (fegetround): Likewise.
26250         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetround.c (fegetround):
26251         Likewise.
26252         * sysdeps/s390/fpu/fegetround.c (fegetround): Likewise.
26253         * sysdeps/sh/sh4/fpu/fegetround.c (fegetround): Likewise.
26254         * sysdeps/sparc/fpu/fegetround.c (fegetround): Likewise.
26255         * sysdeps/x86_64/fpu/fegetround.c (fegetround): Likewise.
26257 2013-11-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
26259         [BZ #16077]
26260         * nss/Versions (libnss_files): Add
26261         _nss_files_gethostbyname3_r.
26262         * nss/nss_files/files-hosts.c (_nss_files_gethostbyname3_r):
26263         New function.
26264         (HOST_DB_LOOKUP): Remove macro.
26265         (_nss_files_gethostbyname_r): Implement function without the
26266         HOST_DB_LOOKUP macro.
26267         (_nss_files_gethostbyname2_r): Likewise.
26269 2013-11-28  Ondřej Bílka  <neleai@seznam.cz>
26271         * malloc/malloc.c (__libc_calloc): Make memset a tail call.
26273 2013-11-26  Uros Bizjak  <ubizjak@gmail.com>
26275         * soft-fp/op-4.h (_FP_FRAC_ASSEMBLE_4): Check rsize against
26276         _FP_W_TYPE_SIZE to avoid "left shift count >= width of type"
26277         warning.
26279 2013-11-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
26281         * sysdeps/powerpc/fpu/feenablxcpt.c (feenableexcept): Use
26282         __fe_nomask_env_priv instead of __fe_nomask_env to avoid a PLT call.
26283         * sysdeps/powerpc/fpu/fesetenv.c (__fesetenv): Likewise.
26284         * sysdeps/powerpc/fpu/feupdateenv.c (__feupdateenv): Likewise.
26285         * sysdeps/powerpc/fpu/fenv_libc.h (__fe_nomask_env): Rename to
26286         __fe_nomask_env_priv and attribute_hidden.
26287         * sysdeps/powerpc/fpu/fenv_private.h (libc_fesetenv_ppc): Likewise.
26288         (libc_feupdateenv_test_ppc): Likewise.
26289         (libc_feresetround_ppc): Likewise.
26290         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c
26291         (__fe_nomask_env): Rename to __fe_nomask_env_priv and adjust
26292         compat_symbol macro.
26293         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c
26294         (__fe_nomask_env): Likewise.
26295         * sysdeps/powerpc/fpu/fe_nomask.c (__fe_nomask_env): Likewise.
26297 2013-11-26  Ondřej Bílka  <neleai@seznam.cz>
26299         * string/Makefile: Remove ifunc tests.
26300         * string/test-string.h: Define TEST_IFUNC.
26301         * string/test-bcopy-ifunc.c: Remove.
26302         * string/test-bzero-ifunc.c: Likewise.
26303         * string/test-memccpy-ifunc.c: Likewise.
26304         * string/test-memchr-ifunc.c: Likewise.
26305         * string/test-memcmp-ifunc.c: Likewise.
26306         * string/test-memcpy-ifunc.c: Likewise.
26307         * string/test-memmem-ifunc.c: Likewise.
26308         * string/test-memmove-ifunc.c: Likewise.
26309         * string/test-mempcpy-ifunc.c: Likewise.
26310         * string/test-memrchr-ifunc.c: Likewise.
26311         * string/test-memset-ifunc.c: Likewise.
26312         * string/test-rawmemchr-ifunc.c: Likewise.
26313         * string/test-stpcpy-ifunc.c: Likewise.
26314         * string/test-stpncpy-ifunc.c: Likewise.
26315         * string/test-strcasecmp-ifunc.c: Likewise.
26316         * string/test-strcasestr-ifunc.c: Likewise.
26317         * string/test-strcat-ifunc.c: Likewise.
26318         * string/test-strchr-ifunc.c: Likewise.
26319         * string/test-strchrnul-ifunc.c: Likewise.
26320         * string/test-strcmp-ifunc.c: Likewise.
26321         * string/test-strcpy-ifunc.c: Likewise.
26322         * string/test-strcspn-ifunc.c: Likewise.
26323         * string/test-strlen-ifunc.c: Likewise.
26324         * string/test-strncasecmp-ifunc.c: Likewise.
26325         * string/test-strncat-ifunc.c: Likewise.
26326         * string/test-strncmp-ifunc.c: Likewise.
26327         * string/test-strncpy-ifunc.c: Likewise.
26328         * string/test-strnlen-ifunc.c: Likewise.
26329         * string/test-strpbrk-ifunc.c: Likewise.
26330         * string/test-strrchr-ifunc.c: Likewise.
26331         * string/test-strspn-ifunc.c: Likewise.
26332         * string/test-strstr-ifunc.c: Likewise.
26334 2013-11-26  Ondřej Bílka  <neleai@seznam.cz>
26336         * benchtests/Makefile: Remove ifunc tests.
26337         * benchtests/bench-string.h: Define TEST_IFUNC.
26338         * benchtests/bench-bcopy-ifunc.c: Remove.
26339         * benchtests/bench-bzero-ifunc.c: Likewise.
26340         * benchtests/bench-memccpy-ifunc.c: Likewise.
26341         * benchtests/bench-memchr-ifunc.c: Likewise.
26342         * benchtests/bench-memcmp-ifunc.c: Likewise.
26343         * benchtests/bench-memcpy-ifunc.c: Likewise.
26344         * benchtests/bench-memmem-ifunc.c: Likewise.
26345         * benchtests/bench-memmove-ifunc.c: Likewise.
26346         * benchtests/bench-mempcpy-ifunc.c: Likewise.
26347         * benchtests/bench-memrchr-ifunc.c: Likewise.
26348         * benchtests/bench-memset-ifunc.c: Likewise.
26349         * benchtests/bench-rawmemchr-ifunc.c: Likewise.
26350         * benchtests/bench-stpcpy_chk-ifunc.c: Likewise.
26351         * benchtests/bench-stpcpy-ifunc.c: Likewise.
26352         * benchtests/bench-stpncpy-ifunc.c: Likewise.
26353         * benchtests/bench-strcasecmp-ifunc.c: Likewise.
26354         * benchtests/bench-strcasestr-ifunc.c: Likewise.
26355         * benchtests/bench-strcat-ifunc.c: Likewise.
26356         * benchtests/bench-strchr-ifunc.c: Likewise.
26357         * benchtests/bench-strchrnul-ifunc.c: Likewise.
26358         * benchtests/bench-strcmp-ifunc.c: Likewise.
26359         * benchtests/bench-strcpy_chk-ifunc.c: Likewise.
26360         * benchtests/bench-strcpy-ifunc.c: Likewise.
26361         * benchtests/bench-strcspn-ifunc.c: Likewise.
26362         * benchtests/bench-strlen-ifunc.c: Likewise.
26363         * benchtests/bench-strncasecmp-ifunc.c: Likewise.
26364         * benchtests/bench-strncat-ifunc.c: Likewise.
26365         * benchtests/bench-strncmp-ifunc.c: Likewise.
26366         * benchtests/bench-strncpy-ifunc.c: Likewise.
26367         * benchtests/bench-strnlen-ifunc.c: Likewise.
26368         * benchtests/bench-strpbrk-ifunc.c: Likewise.
26369         * benchtests/bench-strrchr-ifunc.c: Likewise.
26370         * benchtests/bench-strsep-ifunc.c: Likewise.
26371         * benchtests/bench-strspn-ifunc.c: Likewise.
26372         * benchtests/bench-strstr-ifunc.c: Likewise.
26374 2013-11-26  Ondřej Bílka  <neleai@seznam.cz>
26376         * sysdeps/x86_64/dl-tlsdesc.S (_dl_tlsdesc_resolve_hold): Fix typo.
26378 2013-11-26  Ondřej Bílka  <neleai@seznam.cz>
26380         * resolv/netdb.h: Use __glibc_reserved instead __unused.
26381         * rt/aio.h: Likewise.
26382         * sysdeps/gnu/bits/utmp.h: Likewise.
26383         * sysdeps/gnu/bits/utmpx.h: Likewise.
26384         * sysdeps/gnu/netinet/ip_icmp.h: Likewise.
26385         * sysdeps/unix/sysv/linux/bits/ipc.h: Likewise.
26386         * sysdeps/unix/sysv/linux/bits/msq.h: Likewise.
26387         * sysdeps/unix/sysv/linux/bits/sem.h: Likewise.
26388         * sysdeps/unix/sysv/linux/bits/shm.h: Likewise.
26389         * sysdeps/unix/sysv/linux/bits/stat.h: Likewise.
26390         * sysdeps/unix/sysv/linux/kernel_stat.h: Likewise.
26391         * sysdeps/unix/sysv/linux/ntp_gettimex.c: Likewise.
26392         * sysdeps/unix/sysv/linux/powerpc/bits/ipc.h: Likewise.
26393         * sysdeps/unix/sysv/linux/powerpc/bits/msq.h: Likewise.
26394         * sysdeps/unix/sysv/linux/powerpc/bits/sem.h: Likewise.
26395         * sysdeps/unix/sysv/linux/powerpc/bits/shm.h: Likewise.
26396         * sysdeps/unix/sysv/linux/powerpc/bits/stat.h: Likewise.
26397         * sysdeps/unix/sysv/linux/powerpc/powerpc32/kernel_stat.h: Likewise.
26398         * sysdeps/unix/sysv/linux/powerpc/sys/ucontext.h: Likewise.
26399         * sysdeps/unix/sysv/linux/s390/bits/ipc.h: Likewise.
26400         * sysdeps/unix/sysv/linux/s390/bits/msq.h: Likewise.
26401         * sysdeps/unix/sysv/linux/s390/bits/sem.h: Likewise.
26402         * sysdeps/unix/sysv/linux/s390/bits/shm.h: Likewise.
26403         * sysdeps/unix/sysv/linux/s390/bits/stat.h: Likewise.
26404         * sysdeps/unix/sysv/linux/s390/bits/utmp.h: Likewise.
26405         * sysdeps/unix/sysv/linux/s390/bits/utmpx.h: Likewise.
26406         * sysdeps/unix/sysv/linux/s390/s390-32/utmp32.h: Likewise.
26407         * sysdeps/unix/sysv/linux/s390/s390-32/utmpx32.h: Likewise.
26408         * sysdeps/unix/sysv/linux/sh/bits/shm.h: Likewise.
26409         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
26410         * sysdeps/unix/sysv/linux/sparc/bits/ipc.h: Likewise.
26411         * sysdeps/unix/sysv/linux/sparc/bits/msq.h: Likewise.
26412         * sysdeps/unix/sysv/linux/sparc/bits/sem.h: Likewise.
26413         * sysdeps/unix/sysv/linux/sparc/bits/shm.h: Likewise.
26414         * sysdeps/unix/sysv/linux/sparc/bits/stat.h: Likewise.
26415         * sysdeps/unix/sysv/linux/sparc/sparc32/kernel_stat.h: Likewise.
26416         * sysdeps/unix/sysv/linux/sparc/sparc64/kernel_stat.h: Likewise.
26417         * sysdeps/unix/sysv/linux/sparc/sparc64/xstatconv.c: Likewise.
26418         * sysdeps/unix/sysv/linux/sparc/sys/procfs.h: Likewise.
26419         * sysdeps/unix/sysv/linux/sys/timex.h: Likewise.
26420         * sysdeps/unix/sysv/linux/x86/bits/msq.h: Likewise.
26421         * sysdeps/unix/sysv/linux/x86/bits/sem.h: Likewise.
26422         * sysdeps/unix/sysv/linux/x86/bits/shm.h: Likewise.
26423         * sysdeps/unix/sysv/linux/x86/bits/stat.h: Likewise.
26424         * sysdeps/unix/sysv/linux/xstatconv.c: Likewise.
26425         * sysdeps/x86/fpu/bits/fenv.h: Likewise.
26427 2013-11-25  Carlos O'Donell  <carlos@redhat.com>
26429         [BZ #16245]
26430         * sysdeps/unix/sysv/linux/sys/ptrace.h (__ptrace_eventcodes):
26431         Rename PTRAVE_EVENT_SECCOMP to PTRACE_EVENT_SECCOMP.
26433 2013-11-25  Joseph Myers  <joseph@codesourcery.com>
26435         * sysdeps/powerpc/nofpu/fenv_libc.h (__fegetround): New macro.
26436         * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_libc.h (__fegetround):
26437         Likewise.
26439 2013-11-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
26441         * sysdeps/ieee754/ldbl-128ibm/e_expl.c (__ieee754_expl): Use
26442         SET_RESTORE_ROUND instead of feholdexcept/fesetround/fesetenv.
26443         * sysdeps/powerpc/fpu/fenv_libc.h (__fegetround): Remove define.
26444         (__fesetround): Remove define.
26445         * sysdeps/powerpc/fpu/fenv_private.h: New file: Inline floating point
26446         rounding and exceptions handling.
26447         * sysdeps/powerpc/fpu/math_private.h: Include fenv_private.h.
26448         * sysdeps/powerpc/fpu/fenv_libc.h (__fe_mask_env): Define as hidden.
26449         (__fe_nomask_env): Likewise.
26450         * sysdeps/ieee754/ldbl-128ibm/s_llrintl.c (__llrintl): Use
26451         __fegetround instead of fegetround.
26452         * sysdeps/ieee754/ldbl-128ibm/s_lrintl.c (__lrintl): Likewise.
26453         * sysdeps/ieee754/ldbl-128ibm/s_rintl.c (__rintl): Likewise.
26455 2013-11-21  Roland McGrath  <roland@hack.frob.com>
26457         * malloc/malloc.c: Move #include <sys/param.h> to the top; comment why
26458         it's there.
26460         * sysdeps/generic/sys/swap.h (swapon): Add FLAGS argument to prototype.
26462 2013-11-21  Meador Inge  <meadori@codesourcery.com>
26464         [BZ #11157]
26465         * crypt/crypt.h (encrypt): Use __glibc_block instead of __block.
26466         (encrypt_r): Likewise.
26467         * malloc/obstack.h (obstack_free): Likewise.
26468         * posix/unistd.h (encrypt): Likewise.
26470 2013-11-21  Guy Martin  <gmsoft@tuxicoman.be>
26472         * sysdeps/generic/ldsodefs.h: Replace DL_DT_INIT_ADDRESS() and
26473         DL_DT_FINI_ADDRESS() macro with DL_CALL_DT_INIT() and
26474         DL_CALL_DT_FINI() that call the functions directly.
26475         * elf/dl-init.c: Use the new DL_CALL_DT_INIT() macro.
26476         * elf/dl-close.c: Use the new DL_CALL_DT_FINI() macro.
26477         * elf/dl-fini.c: Likewise.
26479 2013-11-20  Ondřej Bílka  <neleai@seznam.cz>
26481         * malloc/hooks.c (memalign_check): Add alignment rounding.
26482         * malloc/malloc.c (_mid_memalign): New function.
26483         (__libc_valloc, __libc_pvalloc, __libc_memalign, __posix_memalign):
26484         Implement by calling _mid_memalign.
26485         * manual/probes.texi (Memory Allocation Probes): Remove
26486         memory_valloc_retry and memory_pvalloc_retry.
26488 2013-11-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
26490         * locale/programs/locarchive.c (open_archive): Add const
26491         qualifier to ARCHIVEFNAME and copy default fname to
26492         DEFAULT_FNAME.
26494         [BZ #15601]
26495         * libio/tst-widetext.input: Rename Oriya to Odia.
26496         * locale/iso-639.def: Likewise.
26498         * manual/probes.texi (Mathematical Function Probes): Add
26499         documentation for sin, cos, asin and acos probes.
26500         * sysdeps/ieee754/dbl-64/sincos32.c: Include stap-probe.h.
26501         (__sin32): Add slowasin probe.
26502         (__cos32): Add slowacos probe.
26503         (__mpsin): Add slowsin probe.
26504         (__mpcos): Add slowcos probe.
26506 2013-11-19  Joseph Myers  <joseph@codesourcery.com>
26508         [BZ #15483]
26509         * sysdeps/powerpc/nofpu/sim-full.c (__sim_exceptions): Change to
26510         thread-local __sim_exceptions_thread and global
26511         __sim_exceptions_global.
26512         (__sim_disabled_exceptions): Change to thread-local
26513         __sim_disabled_exceptions_thread and global
26514         __sim_disabled_exceptions_global.
26515         (__sim_round_mode): Change to thread-local __sim_round_mode_thread
26516         and global __sim_round_mode_global.
26517         (__simulate_exceptions): Use thread-local floating-point state and
26518         set global state from it as needed.
26519         * sysdeps/powerpc/nofpu/Versions (GLIBC_PRIVATE): Add
26520         __sim_exceptions_thread, __sim_disabled_exceptions_thread and
26521         __sim_round_mode_thread.
26522         * sysdeps/powerpc/nofpu/soft-supp.h: Include <shlib-compat.h>.
26523         (__sim_exceptions): Change to thread-local __sim_exceptions_thread
26524         and global __sim_exceptions_global.
26525         (__sim_disabled_exceptions): Change to thread-local
26526         __sim_disabled_exceptions_thread and global
26527         __sim_disabled_exceptions_global.
26528         (__sim_round_mode): Change to thread-local __sim_round_mode_thread
26529         and global __sim_round_mode_global.
26530         [SIM_GLOBAL_COMPAT] (SIM_COMPAT_SYMBOL): New macro.
26531         (SIM_SET_GLOBAL): Likewise.
26532         * sysdeps/powerpc/soft-fp/sfp-machine.h
26533         [!(__NO_FPRS__ && !_SOFT_FLOAT)] (FP_ROUNDMODE): Use
26534         __sim_round_mode_thread.
26535         [!(__NO_FPRS__ && !_SOFT_FLOAT)] (FP_TRAPPING_EXCEPTIONS): Use
26536         __sim_disabled_exceptions_thread.
26537         (__sim_exceptions): Change to __sim_exceptions_thread.
26538         (__sim_disabled_exceptions): Change to
26539         __sim_disabled_exceptions_thread.
26540         (__sim_round_mode): Change to __sim_round_mode_thread.
26541         * sysdeps/powerpc/nofpu/fclrexcpt.c (__feclearexcept): Use
26542         thread-local floating-point state and set global state from it as
26543         needed.
26544         * sysdeps/powerpc/nofpu/fedisblxcpt.c (fedisableexcept): Likewise.
26545         * sysdeps/powerpc/nofpu/feenablxcpt.c: Include "soft-supp.h".
26546         (__sim_disabled_exceptions): Remove extern declaration.
26547         (feenableexcept): Use thread-local floating-point state and set
26548         global state from it as needed.
26549         * sysdeps/powerpc/nofpu/fegetenv.c (__sim_exceptions): Remove
26550         extern declaration.
26551         (__sim_disabled_exceptions): Likewise.
26552         (__sim_round_mode): Likewise.
26553         (__fegetenv): Use thread-local floating-point state.
26554         * sysdeps/powerpc/nofpu/fegetexcept.c (fegetexcept): Likewise.
26555         * sysdeps/powerpc/nofpu/fegetround.c (fegetround): Likewise.
26556         * sysdeps/powerpc/nofpu/fesetenv.c (__fesetenv): Use thread-local
26557         floating-point state and set global state from it as needed.
26558         * sysdeps/powerpc/nofpu/fesetround.c (fesetround): Likewise.
26559         * sysdeps/powerpc/nofpu/feupdateenv.c (__feupdateenv): Likewise.
26560         * sysdeps/powerpc/nofpu/fgetexcptflg.c (__fegetexceptflag):
26561         Likewise.
26562         * sysdeps/powerpc/nofpu/fraiseexcpt.c (__feraiseexcept): Likewise.
26563         * sysdeps/powerpc/nofpu/fsetexcptflg.c (__fesetexceptflag):
26564         Likewise.
26565         sysdeps/powerpc/nofpu/ftestexcept.c (fetestexcept): Likewise.
26566         * sysdeps/powerpc/nofpu/get-rounding-mode.h (get_rounding_mode):
26567         Use __sim_round_mode_thread.
26568         * math/test-fenv-tls.c: New file.
26569         * math/Makefile (tests): Add test-fenv-tls.
26570         ($(objpfx)test-fenv-tls): Depend on
26571         $(common-objpfx)nptl/libpthread.so.
26573 2013-11-19  Andreas Schwab  <schwab@suse.de>
26575         * locale/programs/locale.c (show_info): Decode wordarray elements.
26576         * locale/categories.def (LC_MONETARY): Add element for
26577         _NL_MONETARY_CRNCYSTR.
26578         * locale/C-monetary.c (conversion_rate): New variable.
26579         (_nl_C_LC_MONETARY): Use it for _NL_MONETARY_CONVERSION_RATE
26580         element.
26582 2013-11-18  Chris Metcalf  <cmetcalf@tilera.com>
26584         * math/test-fpucw-ieee.c [!defined _FPU_IEEE] (FPU_CONTROL):
26585         Omit definition of FPU_CONTROL and use default if no _FPU_IEEE.
26587 2013-11-18  Paul Pluzhnikov  <ppluzhnikov@google.com>
26589         * elf/Makefile (tst-auxv): New test.
26590         * elf/tst-auxv.c: New
26591         * elf/rtld.c (dl_main): Adjust AT_EXECFN
26593 2013-11-18  Joseph Myers  <joseph@codesourcery.com>
26595         * include/libc-symbols.h (__hidden_proto): Add argument "thread".
26596         (hidden_proto): Caller changed.
26597         (hidden_tls_proto): New macro.
26598         (libc_hidden_tls_proto): Likewise.
26599         (rtld_hidden_tls_proto): Likewise.
26600         (libm_hidden_tls_proto): Likewise.
26601         (libresolv_hidden_tls_proto): Likewise.
26602         (librt_hidden_tls_proto): Likewise.
26603         (libdl_hidden_tls_proto): Likewise.
26604         (libnss_files_hidden_tls_proto): Likewise.
26605         (libnsl_hidden_tls_proto): Likewise.
26606         (libnss_nisplus_hidden_tls_proto): Likewise.
26607         (libutil_hidden_tls_proto): Likewise.
26609 2013-11-18  Ondřej Bílka  <neleai@seznam.cz>
26611         [BZ #10253]
26612         * elf/dl-load.c (fillin_rpath): Add linkmap parameter and expand path.
26613         (decompose_rpath): Defer expansion to fillin_rpath.
26614         (_dl_init_paths): Pass linkmap to fillin_rpath.
26616 2013-11-18  Rajalakshmi Srinivasaraghavan  <raji@linux.vnet.ibm.com>
26618         * benchtests/Makefile: Add strsep.
26619         * benchtests/bench-strsep.c: New file: strsep benchtest.
26620         * benchtests/bench-strsep-ifunc.c: New file: strsep benchtest.
26622 2013-11-18  Andreas Schwab  <schwab@suse.de>
26624         * locale/programs/locale.c (show_info) [case byte]: Check for
26625         '\377' instead of '\177'.
26626         * locale/C-monetary.c (not_available): Always use "\377".
26627         * stdlib/strfmon_l.c (__vstrfmon_l): Use -2 as marker for
26628         unspecified p_sign_posn and n_sign_posn.  Check for '\377' to
26629         detect unavailable sign_posn locale elements.
26630         * locale/localeconv.c (__localeconv): For grouping and
26631         mon_grouping handle "\177" and "\377" like no grouping.
26632         (INT_ELEM): New macro.  Use it to set all numeric members.
26633         * locale/programs/ld-monetary.c (monetary_read)
26634         <tok_mon_grouping>: Normalize single -1 to the empty string.
26635         * locale/programs/ld-numeric.c (numeric_read) <tok_grouping>:
26636         Likewise.
26638 2013-11-07  Ondřej Bílka  <neleai@seznam.cz>
26640         [BZ #16055]
26641         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Limit width
26642         when we match (nil).
26643         * stdio-common/tst-sscanf.c (struct test): Add testcase.
26645 2013-11-16  Joseph Myers  <joseph@codesourcery.com>
26647         * math/libm-test.inc (TEST_NAN_SIGN): New macro.
26648         (NO_TEST_INLINE): Update value.
26649         (ERRNO_UNCHANGED): Likewise.
26650         (ERRNO_EDOM): Likewise.
26651         (ERRNO_ERANGE): Likewise.
26652         (IGNORE_RESULT): Likewise.
26653         (check_float_internal): Check signs of NaN results if
26654         TEST_NAN_SIGN used.
26655         (check_complex): Pass TEST_NAN_SIGN flag through to second
26656         check_float_internal call.
26657         (copysign_test_data): Add tests with quiet NaNs as second
26658         argument.  Use TEST_NAN_SIGN.
26659         (fabs_test_data): Add test of negative quiet NaN argument.  Use
26660         TEST_NAN_SIGN.
26661         (signbit_test_data): Add tests of quiet NaN argument.
26662         * math/gen-libm-test.pl (parse_args): Handle TEST_NAN_SIGN.
26664         * math/gen-libm-test.pl (show_exceptions): Take extra argument
26665         $ignore_result.
26666         (parse_args): Handle function results specified as IGNORE.
26667         * math/libm-test.inc (IGNORE_RESULT): New macro.
26668         (check_float_internal): Do not check numerical result if flag
26669         IGNORE_RESULT set.
26670         (check_complex): Pass through IGNORE_RESULT to second
26671         check_float_internal call.
26672         (check_int): Do not check numerical result if flag IGNORE_RESULT
26673         set.
26674         (check_long): Likewise.
26675         (check_bool): Likewise.
26676         (check_longlong): Likewise.
26677         (lrint_test_data): Add tests of infinite and NaN arguments.
26678         (lrint_tonearest_test_data): Likewise.
26679         (lrint_towardzero_test_data): Likewise.
26680         (lrint_downward_test_data): Likewise.
26681         (lrint_upward_test_data): Likewise.
26682         (llrint_test_data): Likewise.
26683         (llrint_tonearest_test_data): Likewise.
26684         (llrint_towardzero_test_data): Likewise.
26685         (llrint_downward_test_data): Likewise.
26686         (llrint_upward_test_data): Likewise.
26687         (lround_test_data): Likewise.
26688         (llround_test_data): Likewise.
26690         * math/libm-test.inc (NO_TEST_INLINE): New macro.
26691         (ERRNO_UNCHANGED): Update value.
26692         (ERRNO_EDOM): Likewise.
26693         (ERRNO_ERANGE): Likewise.
26694         (NO_TEST_INLINE_FLOAT): New macro.
26695         (NO_TEST_INLINE_DOUBLE): Likewise.
26696         (enable_test): New function.
26697         (RUN_TEST_f_f): Check enable_test before running test.
26698         (RUN_TEST_2_f): Likewise.
26699         (RUN_TEST_fff_f): Likewise.
26700         (RUN_TEST_c_f): Likewise.
26701         (RUN_TEST_f_f1): Likewise.
26702         (RUN_TEST_fF_f1): Likewise.
26703         (RUN_TEST_fI_f1): Likewise.
26704         (RUN_TEST_ffI_f1): Likewise.
26705         (RUN_TEST_c_c): Likewise.
26706         (RUN_TEST_cc_c): Likewise.
26707         (RUN_TEST_f_i): Likewise.
26708         (RUN_TEST_f_i_tg): Likewise.
26709         (RUN_TEST_ff_i_tg): Likewise.
26710         (RUN_TEST_f_b): Likewise.
26711         (RUN_TEST_f_b_tg): Likewise.
26712         (RUN_TEST_f_l): Likewise.
26713         (RUN_TEST_f_L): Likewise.
26714         (RUN_TEST_fFF_11): Likewise.
26715         (asinh_test_data): Use NO_TEST_INLINE instead of [!TEST_INLINE]
26716         conditionals.
26717         (cosh_test_data): Likewise.
26718         (exp_test_data): Likewise.
26719         (expm1_test_data): Likewise.
26720         (hypot_test_data): Likewise.
26721         (pow_test_data): Likewise.
26722         (sinh_test_data): Likewise.
26723         (tanh_test_data): Likewise.
26724         * math/gen-libm-test.pl (parse_args): Allow NO_TEST_INLINE as
26725         flags argument.
26727         * libm-test.inc (acos_test_data): Disallow inexact exceptions for
26728         tests with quiet NaN input and output.
26729         (acosh_test_data): Likewise.
26730         (asin_test_data): Likewise.
26731         (asinh_test_data): Likewise.
26732         (atan_test_data): Likewise.
26733         (atanh_test_data): Likewise.
26734         (atan2_test_data): Likewise.
26735         (cbrt_test_data): Likewise.
26736         (cos_test_data): Likewise.
26737         (cosh_test_data): Likewise.
26738         (erf_test_data): Likewise.
26739         (erfc_test_data): Likewise.
26740         (exp_test_data): Likewise.
26741         (exp10_test_data): Likewise.
26742         (exp2_test_data): Likewise.
26743         (expm1_test_data): Likewise.
26744         (hypot_test_data): Likewise.
26745         (j0_test_data): Likewise.
26746         (j1_test_data): Likewise.
26747         (jn_test_data): Likewise.
26748         (lgamma_test_data): Likewise.
26749         (log_test_data): Likewise.
26750         (log10_test_data): Likewise.
26751         (log1p_test_data): Likewise.
26752         (log2_test_data): Likewise.
26753         (pow_test_data): Likewise.
26754         (scalb_test_data): Likewise.
26755         (sin_test_data): Likewise.
26756         (sincos_test_data): Likewise.
26757         (sinh_test_data): Likewise.
26758         (tan_test_data): Likewise.
26759         (tanh_test_data): Likewise.
26760         (tgamma_test_data): Likewise.
26761         (y0_test_data): Likewise.
26762         (y1_test_data): Likewise.
26763         (yn_test_data): Likewise.
26765         [BZ #16167]
26766         * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Check for first
26767         argument being NaN and avoid computations with second argument in
26768         that case.
26769         * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Likewise.
26770         * sysdeps/i386/fpu/e_powl.S (__ieee754_powl): Likewise.
26771         * sysdeps/x86_64/fpu/e_powl.S (__ieee754_powl): Likewise.
26773 2013-11-15  Arun Kumar Pyasi <arun@chitwanix.com>
26775         * locale/iso-639.def: Add Chitwani Tharu (the).
26777 2013-11-14  Andreas Schwab  <schwab@suse.de>
26779         * locale/C-address.c (_nl_C_LC_ADDRESS): Set country_num to zero
26780         word instead of empty string.
26782 2013-11-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
26784         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c
26785         (__fe_nomask_env): Fir compat symbol to be remove for GLIBC_2.19.
26786         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c
26787         (__fe_nomask_env): Likewise.
26789 2013-11-13  Steve Ellcey  <sellcey@mips.com>
26791         * benchtests/bench-timing.h: Include time.h.
26793 2013-11-13  H.J. Lu  <hongjiu.lu@intel.com>
26795         [BZ #15997]
26796         * sysdeps/unix/sysv/linux/configure.ac (arch_minimum_kernel): Set
26797         to 3.4.0 for x32.
26798         * sysdeps/unix/sysv/linux/configure: Regenerated.
26800 2013-11-13  Joseph Myers  <joseph@codesourcery.com>
26802         [BZ #16151]
26803         * stdlib/strtod_l.c (round_and_return): Do not consider
26804         retval[RETURN_LIBM_SIZE - 1] when determining more_bits for an
26805         exponent one less than half the least subnormal exponent.
26806         * stdlib/test-strtod-round-data: Add more tests.
26807         * stdlib/tst-strtod-round.c (tests): Regenerated.
26809 2013-11-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
26811         [BZ #14143]
26812         * sysdeps/powerpc/bits/fenv.h (__fe_nomask_env): Remove declaration.
26813         (__fe_mask_env): Likewise.
26814         * sysdeps/powerpc/fpu/fenv_libc.h (__fe_nomask_env): Remove
26815         libm_hidden_proto and add function prototype.
26816         (__fe_mask_env): Add function prototype.
26817         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c
26818         (__fe_nomask_env): Add compat symbol for GLIBC_2.1.
26819         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_mask.c
26820         (__fe_mask_env): Remove compiler warnings regarding ununsed variables.
26821         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c
26822         (__fe_nomask_env): Add compat symbol for GLIBC_2.3.
26824 2013-11-13  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
26826         * elf/dl-lookup.c (_dl_lookup_symbol_x): If UNDEF_MAP is false
26827         set reference_name to "" to avoid passing NULL to DSO_FILENAME.
26829 2013-11-13  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
26831         * elf/tlsdeschtab.h (_dl_make_tlsdesc_dynamic): Handle failure
26832         of htab_find_slot().
26834 2013-11-11  David S. Miller  <davem@davemloft.net>
26836         [BZ #16150]
26837         * sysdeps/sparc/sparc64/multiarch/add_n.S: Resolve to the correct generic
26838         symbol in the non-vis3 case in static builds.
26839         * sysdeps/sparc/sparc64/multiarch/addmul_1.S: Likewise.
26840         * sysdeps/sparc/sparc64/multiarch/mul_1.S: Likewise.
26841         * sysdeps/sparc/sparc64/multiarch/sub_n.S: Likewise.
26842         * sysdeps/sparc/sparc64/multiarch/submul_1.S: Likewise.
26844 2013-11-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
26846         [BZ #387]
26847         * elf/dl-object.c (_dl_new_object): Initialize L_NAME from NEWNAME if
26848         it is empty.
26850 2013-11-11  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
26852         * benchtests/Makefile: Add bench-strtod.
26853         * benchtests/bench-strtod.c: New file: strtod benchtest
26855 2013-11-11  Andreas Schwab  <schwab@suse.de>
26857         [BZ #16153]
26858         * nscd/nscd_getserv_r.c (__nscd_getservbyport_r): Don't include
26859         terminating NUL in key length.
26861 2013-11-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
26863         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h (VDSO_IFUNC_RET):
26864         Add artificial ODP entry for vDSO symbol for PPC64.
26865         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c: Adjust includes.
26866         * sysdeps/unix/sysv/linux/powerpc/time.c: Likewise.
26868 2013-11-07  Ondřej Bílka  <neleai@seznam.cz>
26870         [BZ #15374]
26871         * nss/getent.c (services_keys): Recognize services starting with digit.
26873 2013-11-06  David S. Miller  <davem@davemloft.net>
26875         [BZ #15985]
26876         * sysdeps/sparc/sparc32/fpu/s_fdim.S (__fdim): Do not use fnegd
26877         on pre-v9 cpus, use a fnegs+fmovs sequence instead.
26879 2013-11-06  Will Newton  <will.newton@linaro.org>
26881         * manual/memory.texi (Malloc Examples): Remove register
26882         keyword from examples.
26884 2013-11-04  Chris Leonard  <cjl@sugarlabs.org>
26886         * locale/iso-639.def: Correct Walaita (wal) and add Unami Delaware (unm).
26888 2013-11-04  Joseph Myers  <joseph@codesourcery.com>
26890         [BZ #6981]
26891         * include/stdc-predef.h [__GCC_IEC_559] (__STDC_IEC_559__): Define
26892         depending on [__GCC_IEC_559 > 0].
26893         [__GCC_IEC_559_COMPLEX] (__STDC_IEC_559_COMPLEX__): Define
26894         depending on [__GCC_IEC_559_COMPLEX > 0].
26896 2013-11-03  Chris Leonard  <cjl@sugarlabs.org>
26898         * locale/iso-639.def: Add Quechua, Southern (quz) and Silesian (szl)
26899         to iso-639.def.
26901 2013-11-03  Ondřej Bílka  <neleai@seznam.cz>
26903         * elf/rtld.c: Remove unused NONTLS_INIT_TP.
26905 2013-11-01  Ondřej Bílka  <neleai@seznam.cz>
26907         [BZ #16112]
26908         * malloc/malloc (malloc_info): Do not handle first bin as
26909         special case.
26911 2013-11-01  Chris Leonard  <cjl@sugarlabs.org>
26913         * locale/iso-639.def: Add Central Nahuatl (nhn).
26915 2013-11-01  Bruno Haible  <bruno@clisp.org>
26917         [BZ #7003]
26918         * manual/math.texi (BSD Random): Specify range upper bound as
26919         in POSIX.
26921 2013-10-31  Chris Leonard  <cjl@sugarlabs.org>
26923         * locale/iso-639.def: Add Meadow Mari (mhr).
26925 2013-10-31  Ondřej Bílka  <neleai@seznam.cz>
26927         [BZ #14752], [BZ #15763]
26928         * sysdeps/unix/sysv/linux/shm_open.c (shm_open, shm_unlink):
26929         Validate name.
26930         * rt/tst_shm.c: Add test for escaping directory.
26932 2013-10-31  Andreas Schwab  <schwab@suse.de>
26934         [BZ #15917]
26935         * stdio-common/vfscanf.c (_IO_vfwscanf): Handle leading '0' not
26936         followed by 'x' as part of digit sequence.
26937         * stdio-common/tst-sscanf.c (double_tests2): New tests.
26939 2013-10-31  Marc-Antoine Perennou <Marc-Antoine@Perennou.com>
26941         [BZ #16037]
26942         * configure.ac: allow GNU Make 4.0 and greater.
26943         * configure: Regenerated.
26945 2013-10-30  Will Newton  <will.newton@linaro.org>
26947         [BZ #16038]
26948         * malloc/hooks.c (memalign_check): Limit alignment to the
26949         maximum representable power of two.
26950         * malloc/malloc.c (__libc_memalign): Likewise.
26951         * malloc/tst-memalign.c (do_test): Add test for very
26952         large alignment values.
26953         * malloc/tst-posix_memalign.c (do_test): Likewise.
26955 2013-10-30  Ondřej Bílka  <neleai@seznam.cz>
26957         [BZ #11087]
26958         * malloc/malloc.c (sysmalloc): Compute statistics atomically.
26959         (munmap_chunk): Likewise.
26960         (mremap_chunk): Likewise.
26962 2013-10-30  Ondřej Bílka  <neleai@seznam.cz>
26964         [BZ #15799]
26965         * stdlib/div.c (div): Remove obsolete code.
26966         * stdlib/ldiv.c (ldiv): Likewise.
26967         * stdlib/lldiv.c (lldiv): Likewise.
26969 2013-10-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
26971         [BZ #16071]
26972         * nss/nss_files/files-XXX.c (get_contents_ret): New
26973         enumerator.
26974         (get_contents): New function.
26975         (internal_getent): Use it.  Expand size of LINEBUFLEN.
26977 2013-10-30  Mike Frysinger  <vapier@gentoo.org>
26979         * configure.in: Moved to ...
26980         * configure.ac: ... here. Change reference to configure.in
26981         to configure.ac.
26982         * sysdeps/arm/preconfigure.ac: ... here.
26983         configure.in to configure.ac.
26984         * sysdeps/gnu/configure.in: Moved to ...
26985         * sysdeps/gnu/configure.ac: ... here.
26986         * sysdeps/i386/configure.in: Moved to ...
26987         * sysdeps/i386/configure.ac: ... here.
26988         * sysdeps/ieee754/ldbl-opt/configure.in: Moved to ...
26989         * sysdeps/ieee754/ldbl-opt/configure.ac: ... here.
26990         * sysdeps/mach/configure.in: Moved to ...
26991         * sysdeps/mach/configure.ac: ... here.
26992         * sysdeps/mach/hurd/configure.in: Moved to ...
26993         * sysdeps/mach/hurd/configure.ac: ... here.
26994         * sysdeps/powerpc/configure.in: Moved to ...
26995         * sysdeps/powerpc/configure.ac: ... here.
26996         * sysdeps/powerpc/powerpc32/configure.in: Moved to ...
26997         * sysdeps/powerpc/powerpc32/configure.ac: ... here.
26998         * sysdeps/powerpc/powerpc64/configure.in: Moved to ...
26999         * sysdeps/powerpc/powerpc64/configure.ac: ... here.
27000         * sysdeps/s390/s390-32/configure.in: Moved to ...
27001         * sysdeps/s390/s390-32/configure.ac: ... here.
27002         * sysdeps/s390/s390-64/configure.in: Moved to ...
27003         * sysdeps/s390/s390-64/configure.ac: ... here.
27004         * sysdeps/sh/configure.in: Moved to ...
27005         * sysdeps/sh/configure.ac: ... here.
27006         * sysdeps/sparc/configure.in: Moved to ...
27007         * sysdeps/sparc/configure.ac: ... here.
27008         * sysdeps/unix/sysv/linux/configure.in: Moved to ...
27009         * sysdeps/unix/sysv/linux/configure.ac: ... here.
27010         * sysdeps/unix/sysv/linux/powerpc/configure.in: Moved to ...
27011         * sysdeps/unix/sysv/linux/powerpc/configure.ac: ... here.
27012         * sysdeps/x86_64/configure.in: Moved to ...
27013         * sysdeps/x86_64/configure.ac: ... here.
27014         * sysdeps/x86_64/preconfigure.in: Moved to ...
27015         * sysdeps/x86_64/preconfigure.ac: ... here.
27016         * aclocal.m4: Change reference to configure.in to configure.ac.
27017         * config.h.in: Likewise.
27018         * manual/install.texi: Likewise.
27019         * manual/maint.texi: Likewise.
27020         * Makefile: Likewise.
27021         * malloc/Makefile: Likewise.
27022         * nscd/Makefile: Likewise.
27023         * Makeconfig: Change reference to configure.in and
27024         preconfigure.in to configure.ac and preconfigure.ac
27025         respectively.
27026         * INSTALL: Regenerated.
27027         * configure: Likewise.
27028         * sysdeps/gnu/configure: Likewise.
27029         * sysdeps/i386/configure: Likewise.
27030         * sysdeps/ieee754/ldbl-opt/configure: Likewise.
27031         * sysdeps/mach/configure: Likewise.
27032         * sysdeps/mach/hurd/configure: Likewise.
27033         * sysdeps/powerpc/configure: Likewise.
27034         * sysdeps/powerpc/powerpc32/configure: Likewise.
27035         * sysdeps/powerpc/powerpc64/configure: Likewise.
27036         * sysdeps/s390/s390-32/configure: Likewise.
27037         * sysdeps/s390/s390-64/configure: Likewise.
27038         * sysdeps/sh/configure: Likewise.
27039         * sysdeps/sparc/configure: Likewise.
27040         * sysdeps/unix/sysv/linux/configure: Likewise.
27041         * sysdeps/unix/sysv/linux/powerpc/configure: Likewise.
27042         * sysdeps/x86_64/configure: Likewise.
27043         * sysdeps/x86_64/preconfigure: Likewise.
27045 2013-10-29  Andreas Schwab  <schwab@suse.de>
27047         * stdio-common/Makefile (tst-swscanf-ENV): Define.
27049 2013-10-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
27051         * benchtests/pow-inputs: Add new inputs.
27053         * benchtests/exp-inputs: Add new inputs.
27055         * sysdeps/ieee754/dbl-64/sincos32.c (__sin32): Consolidate
27056         conditional check for return value.
27057         (__cos32): Likewise.
27059 2013-10-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
27061         * sysdeps/powerpc/powerpc64/strcpy.S (strcpy): Add word load/store
27062         to provide a boost for large inputs with word alignment.
27063         * sysdeps/powerpc/powerpc64/stpcpy.S (__stpcpy): Rewrite
27064         implementation based on optimized PPC64 strcpy.
27065         * sysdeps/powerpc/powerpc64/power7/strcpy.S: New file: optimized
27066         strcpy for PPC64/POWER7 based on both doubleword and word load/store.
27067         * sysdeps/powerpc/powerpc64/power7/stpcpy.S: New file: optimized
27068         stpcpy for PPC64/POWER7 based on PPC64/POWER7 strcpy.
27070 2013-10-25   Ondřej Bílka  <neleai@seznam.cz>
27072         [BZ #2801]
27073         * manual/socket.texi (Host Names): Fix gethostbyname_r example.
27075 2013-10-25   Ondřej Bílka  <neleai@seznam.cz>
27077         [BZ #14876]
27078         * time/strptime_l.c (__strptime_internal): 14876 Read timezone entry.
27079         * time/tst-strptime.c (day_tests): Add testcase.
27081 2013-10-25   Ondřej Bílka  <neleai@seznam.cz>
27083         [BZ #14029]
27084         * manual/pattern.texi: Acknowledge that fnmatch can fail.
27086 2013-10-25  Fabrice Bauzac  <fbauzac@debian71.nce.amadeus.net>
27088         [BZ #16074]
27089         * manual/llio.texi (Memory-mapped I/O): Indicate that mmap returns
27090         MAP_FAILED on error.
27092 2013-10-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
27094         [BZ #16072]
27095         * sysdeps/posix/getaddrinfo.c (gethosts): Allocate tmpbuf on
27096         heap for large requests.
27098 2013-10-25  Aurelien Jarno  <aurelien@aurel32.net>
27100         [BZ #9954]
27101         * sysdeps/posix/getaddrinfo.c (rfc3484_sort): do not assign native
27102         result if the result has no associated interface.
27103         * sysdeps/posix/getaddrinfo.c (getaddrinfo): correctly detect
27104         interface for all 127.X.Y.Z addresses.
27106 2013-10-24  Chris Leonard  <cjl@sugarlabs.org>
27108         * locale/iso-639.def: Add Ligurian (lij)
27110 2013-10-21  Ondřej Bílka  <neleai@seznam.cz>
27112         [BZ #15825]
27113         * sunrpc/rpc_main.c: Document rpcgen -5.
27115 2013-10-19  Michael Stahl  <mstahl@redhat.com>
27117         * elf/rtld.c (do_preload): Print the reason why preloading failed.
27119 2013-10-19  Ondřej Bílka  <neleai@seznam.cz>
27121         [BZ #10278]
27122         * posix/glob.c: Match only directories when trailing slash is present.
27123         * posix/tst-gnuglob.c (my_opendir): Do not open files.
27124         (main): Add testcase.
27126 2013-10-19  Ondřej Bílka  <neleai@seznam.cz>
27128         [BZ #15670]
27129         * time/tzfile.c (__tzfile_read): Replace alloca with malloc.
27131 2013-10-18  Carlos O'Donell  <carlos@redhat.com>
27133         * manual/crypt.texi (Cryptographic Functions): Using SunRPC and
27134         AUTH_DES will prevent FIPS 140-2 compliance. Add vindex for
27135         AUTH_DES and cindex for FIPS 140-2.
27136         (DES Encryption): Add cindex FIPS 46-3.
27138         * locale/locarchive.h (struct locarhandle): Add fname.
27139         * locale/programs/localedef.c (main): Pass ARGV[remaining]
27140         if an optional argument was specified to --list-archive,
27141         otherwise NULL.
27142         * locale/programs/locarchive.c (show_archive_content): Take new
27143         argument fname and pass it via ah.fname to open_archive.
27144         * locale/programs/localedef.h: Update decl.
27145         (open_archive): If AH->fname is non-null, open that file
27146         rather than the default file name, and don't ignore ENOENT.
27147         (create_archive): Set AH.fname to NULL.
27148         (delete_locales_from_archive): Likewise.
27149         (add_locales_to_archive): Likewise.
27150         * locale/programs/locfile.c (write_all_categories): Likewise.
27152 2013-10-18  Joseph Myers  <joseph@codesourcery.com>
27153             Aldy Hernandez  <aldyh@redhat.com>
27155         * sysdeps/powerpc/powerpc32/e500/nofpu/Makefile: New file.
27156         * sysdeps/powerpc/powerpc32/e500/nofpu/fclrexcpt.c: Likewise.
27157         * sysdeps/powerpc/powerpc32/e500/nofpu/fe_note_change.c: Likewise.
27158         * sysdeps/powerpc/powerpc32/e500/nofpu/fedisblxcpt.c: Likewise.
27159         * sysdeps/powerpc/powerpc32/e500/nofpu/feenablxcpt.c: Likewise.
27160         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetenv.c: Likewise.
27161         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetexcept.c: Likewise.
27162         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetround.c: Likewise.
27163         * sysdeps/powerpc/powerpc32/e500/nofpu/feholdexcpt.c: Likewise.
27164         * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_const.c: Likewise.
27165         * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_libc.h: Likewise.
27166         * sysdeps/powerpc/powerpc32/e500/nofpu/fesetenv.c: Likewise.
27167         * sysdeps/powerpc/powerpc32/e500/nofpu/fesetround.c: Likewise.
27168         * sysdeps/powerpc/powerpc32/e500/nofpu/feupdateenv.c: Likewise.
27169         * sysdeps/powerpc/powerpc32/e500/nofpu/fexcepts_from_prctl.c:
27170         Likewise.
27171         * sysdeps/powerpc/powerpc32/e500/nofpu/fexcepts_from_spe.c:
27172         Likewise.
27173         * sysdeps/powerpc/powerpc32/e500/nofpu/fexcepts_to_prctl.c:
27174         Likewise.
27175         * sysdeps/powerpc/powerpc32/e500/nofpu/fexcepts_to_spe.c:
27176         Likewise.
27177         * sysdeps/powerpc/powerpc32/e500/nofpu/fgetexcptflg.c: Likewise.
27178         * sysdeps/powerpc/powerpc32/e500/nofpu/fraiseexcept-soft.c:
27179         Likewise.
27180         * sysdeps/powerpc/powerpc32/e500/nofpu/fraiseexcpt.c: Likewise.
27181         * sysdeps/powerpc/powerpc32/e500/nofpu/fsetexcptflg.c: Likewise.
27182         * sysdeps/powerpc/powerpc32/e500/nofpu/ftestexcept.c: Likewise.
27183         * sysdeps/powerpc/powerpc32/e500/nofpu/get-rounding-mode.h:
27184         Likewise.
27185         * sysdeps/powerpc/powerpc32/e500/nofpu/s_fabsf.S: Likewise.
27186         * sysdeps/powerpc/powerpc32/e500/nofpu/spe-raise.c: Likewise.
27187         * sysdeps/powerpc/preconfigure: Likewise.
27188         * sysdeps/unix/sysv/linux/powerpc/powerpc32/e500/nofpu/Implies:
27189         Likewise.
27190         * sysdeps/powerpc/nofpu/soft-supp.h [__NO_FPRS__ && !_SOFT_FLOAT]:
27191         Replace contents of file by #include of <fenv_libc.h>.
27192         * sysdeps/powerpc/soft-fp/sfp-machine.h
27193         [__NO_FPRS__ && !_SOFT_FLOAT]: Include <fenv_libc.h>, <sysdep.h>
27194         and <sys/prctl.h>.
27195         [__NO_FPRS__ && !_SOFT_FLOAT] (__feraiseexcept_soft): Declare.
27196         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_INEXACT): Define macro.
27197         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_INVALID): Likewise.
27198         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_DIVZERO): Likewise.
27199         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_UNDERFLOW): Likewise.
27200         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_OVERFLOW): Likewise.
27201         [__NO_FPRS__ && !_SOFT_FLOAT] (_FP_DECL_EX): Likewise.
27202         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_INIT_ROUNDMODE): Likewise.
27203         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_INIT_EXCEPTIONS): Likewise.
27204         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_HANDLE_EXCEPTIONS): Likewise.
27205         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_ROUNDMODE): Likewise.
27206         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_TRAPPING_EXCEPTIONS): Likewise.
27207         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/localplt.data:
27208         Allow copysignl PLT reference to be missing.
27210 2013-10-18  Richard Sandiford  <richard@codesourcery.com>
27211             Joseph Myers  <joseph@codesourcery.com
27213         [BZ #15948]
27214         * locale/programs/ld-collate.c (new_element): Handle <U0000> as a
27215         single character.
27216         (add_to_tablewc): Assert sequence of wide characters is nonempty.
27218 2013-10-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
27220         * elf/tst-tls-dlinfo.c: Don't include tls.h.
27221         * elf/tst-tls1.c: Likewise.
27222         * elf/tst-tls10.h: Likewise.
27223         * elf/tst-tls14.c: Likewise.
27224         * elf/tst-tls2.c: Likewise.
27225         * elf/tst-tls3.c: Likewise.
27226         * elf/tst-tls4.c: Likewise.
27227         * elf/tst-tls5.c: Likewise.
27228         * elf/tst-tls6.c: Likewise.
27229         * elf/tst-tls7.c: Likewise.
27230         * elf/tst-tls8.c: Likewise.
27231         * elf/tst-tls9.c: Likewise.
27232         * elf/tst-tlsmod1.c: Likewise.
27233         * elf/tst-tlsmod13.c: Likewise.
27234         * elf/tst-tlsmod13a.c: Likewise.
27235         * elf/tst-tlsmod14a.c: Likewise.
27236         * elf/tst-tlsmod16a.c: Likewise.
27237         * elf/tst-tlsmod16b.c: Likewise.
27238         * elf/tst-tlsmod2.c: Likewise.
27239         * elf/tst-tlsmod3.c: Likewise.
27240         * elf/tst-tlsmod4.c: Likewise.
27241         * elf/tst-tlsmod5.c: Likewise.
27242         * elf/tst-tlsmod6.c: Likewise.
27244 2013-10-18  Ondřej Bílka  <neleai@seznam.cz>
27246         [BZ #12486]
27247         * malloc/malloc.c: remove checks for statistics.
27249 2013-10-17  Ondřej Bílka  <neleai@seznam.cz>
27251         [BZ #15277]
27252         * inet/inet_net.c (inet_network): Detect additional invalid strings.
27253         * inet/tst-network.c: Add testcase.
27255 2013-10-17  Andreas Schwab  <schwab@suse.de>
27257         [BZ #15218]
27258         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't use gethostbyaddr
27259         to determine canonical name.
27261 2013-10-17  Ondřej Bílka  <neleai@seznam.cz>
27263         * sysdeps/ieee754/dbl-64/dbl2mpn.c: Fix formatting.
27264         * sysdeps/ieee754/dbl-64/dla.h: Likewise.
27265         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
27266         * sysdeps/ieee754/dbl-64/e_acosh.c: Likewise.
27267         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
27268         * sysdeps/ieee754/dbl-64/e_cosh.c: Likewise.
27269         * sysdeps/ieee754/dbl-64/e_exp2.c: Likewise.
27270         * sysdeps/ieee754/dbl-64/e_fmod.c: Likewise.
27271         * sysdeps/ieee754/dbl-64/e_gamma_r.c: Likewise.
27272         * sysdeps/ieee754/dbl-64/e_hypot.c: Likewise.
27273         * sysdeps/ieee754/dbl-64/e_ilogb.c: Likewise.
27274         * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
27275         * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
27276         * sysdeps/ieee754/dbl-64/e_jn.c: Likewise.
27277         * sysdeps/ieee754/dbl-64/e_log10.c: Likewise.
27278         * sysdeps/ieee754/dbl-64/e_log2.c: Likewise.
27279         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
27280         * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
27281         * sysdeps/ieee754/dbl-64/e_rem_pio2.c: Likewise.
27282         * sysdeps/ieee754/dbl-64/e_sinh.c: Likewise.
27283         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
27284         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
27285         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Likewise.
27286         * sysdeps/ieee754/dbl-64/MathLib.h: Likewise.
27287         * sysdeps/ieee754/dbl-64/mpa-arch.h: Likewise.
27288         * sysdeps/ieee754/dbl-64/mpa.c: Likewise.
27289         * sysdeps/ieee754/dbl-64/mpatan.c: Likewise.
27290         * sysdeps/ieee754/dbl-64/mpn2dbl.c: Likewise.
27291         * sysdeps/ieee754/dbl-64/mptan.c: Likewise.
27292         * sysdeps/ieee754/dbl-64/mydefs.h: Likewise.
27293         * sysdeps/ieee754/dbl-64/s_asinh.c: Likewise.
27294         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
27295         * sysdeps/ieee754/dbl-64/s_cbrt.c: Likewise.
27296         * sysdeps/ieee754/dbl-64/s_ceil.c: Likewise.
27297         * sysdeps/ieee754/dbl-64/s_copysign.c: Likewise.
27298         * sysdeps/ieee754/dbl-64/s_erf.c: Likewise.
27299         * sysdeps/ieee754/dbl-64/s_expm1.c: Likewise.
27300         * sysdeps/ieee754/dbl-64/s_fabs.c: Likewise.
27301         * sysdeps/ieee754/dbl-64/s_finite.c: Likewise.
27302         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
27303         * sysdeps/ieee754/dbl-64/s_frexp.c: Likewise.
27304         * sysdeps/ieee754/dbl-64/s_isinf.c: Likewise.
27305         * sysdeps/ieee754/dbl-64/s_isinf_ns.c: Likewise.
27306         * sysdeps/ieee754/dbl-64/s_isnan.c: Likewise.
27307         * sysdeps/ieee754/dbl-64/s_llround.c: Likewise.
27308         * sysdeps/ieee754/dbl-64/s_log1p.c: Likewise.
27309         * sysdeps/ieee754/dbl-64/s_logb.c: Likewise.
27310         * sysdeps/ieee754/dbl-64/s_lrint.c: Likewise.
27311         * sysdeps/ieee754/dbl-64/s_modf.c: Likewise.
27312         * sysdeps/ieee754/dbl-64/s_nearbyint.c: Likewise.
27313         * sysdeps/ieee754/dbl-64/s_remquo.c: Likewise.
27314         * sysdeps/ieee754/dbl-64/s_rint.c: Likewise.
27315         * sysdeps/ieee754/dbl-64/s_scalbln.c: Likewise.
27316         * sysdeps/ieee754/dbl-64/s_scalbn.c: Likewise.
27317         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
27318         * sysdeps/ieee754/dbl-64/s_sincos.c: Likewise.
27319         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
27320         * sysdeps/ieee754/dbl-64/s_tanh.c: Likewise.
27322 2013-10-17  Joseph Myers  <joseph@codesourcery.com>
27324         [BZ #16041]
27325         * soft-fp/op-common.h (FP_EXTEND): When input is a signaling NaN,
27326         make result into a quiet NaN.
27328 2013-10-16  Joseph Myers  <joseph@codesourcery.com>
27330         * soft-fp/adddf3.c: Fix horizontal whitespace.
27331         * soft-fp/addsf3.c: Likewise.
27332         * soft-fp/addtf3.c: Likewise.
27333         * soft-fp/divdf3.c: Likewise.
27334         * soft-fp/divsf3.c: Likewise.
27335         * soft-fp/divtf3.c: Likewise.
27336         * soft-fp/double.h: Likewise.
27337         * soft-fp/eqdf2.c: Likewise.
27338         * soft-fp/eqsf2.c: Likewise.
27339         * soft-fp/eqtf2.c: Likewise.
27340         * soft-fp/extenddftf2.c: Likewise.
27341         * soft-fp/extended.h: Likewise.
27342         * soft-fp/extendsfdf2.c: Likewise.
27343         * soft-fp/extendsftf2.c: Likewise.
27344         * soft-fp/extendxftf2.c: Likewise.
27345         * soft-fp/fixdfdi.c: Likewise.
27346         * soft-fp/fixdfsi.c: Likewise.
27347         * soft-fp/fixdfti.c: Likewise.
27348         * soft-fp/fixsfdi.c: Likewise.
27349         * soft-fp/fixsfsi.c: Likewise.
27350         * soft-fp/fixsfti.c: Likewise.
27351         * soft-fp/fixtfdi.c: Likewise.
27352         * soft-fp/fixtfsi.c: Likewise.
27353         * soft-fp/fixtfti.c: Likewise.
27354         * soft-fp/fixunsdfdi.c: Likewise.
27355         * soft-fp/fixunsdfsi.c: Likewise.
27356         * soft-fp/fixunsdfti.c: Likewise.
27357         * soft-fp/fixunssfdi.c: Likewise.
27358         * soft-fp/fixunssfsi.c: Likewise.
27359         * soft-fp/fixunssfti.c: Likewise.
27360         * soft-fp/fixunstfdi.c: Likewise.
27361         * soft-fp/fixunstfsi.c: Likewise.
27362         * soft-fp/fixunstfti.c: Likewise.
27363         * soft-fp/floatdidf.c: Likewise.
27364         * soft-fp/floatdisf.c: Likewise.
27365         * soft-fp/floatditf.c: Likewise.
27366         * soft-fp/floatsidf.c: Likewise.
27367         * soft-fp/floatsisf.c: Likewise.
27368         * soft-fp/floatsitf.c: Likewise.
27369         * soft-fp/floattidf.c: Likewise.
27370         * soft-fp/floattisf.c: Likewise.
27371         * soft-fp/floattitf.c: Likewise.
27372         * soft-fp/floatundidf.c: Likewise.
27373         * soft-fp/floatundisf.c: Likewise.
27374         * soft-fp/floatunditf.c: Likewise.
27375         * soft-fp/floatunsidf.c: Likewise.
27376         * soft-fp/floatunsisf.c: Likewise.
27377         * soft-fp/floatunsitf.c: Likewise.
27378         * soft-fp/floatuntidf.c: Likewise.
27379         * soft-fp/floatuntisf.c: Likewise.
27380         * soft-fp/floatuntitf.c: Likewise.
27381         * soft-fp/fmadf4.c: Likewise.
27382         * soft-fp/fmasf4.c: Likewise.
27383         * soft-fp/fmatf4.c: Likewise.
27384         * soft-fp/gedf2.c: Likewise.
27385         * soft-fp/gesf2.c: Likewise.
27386         * soft-fp/getf2.c: Likewise.
27387         * soft-fp/ledf2.c: Likewise.
27388         * soft-fp/lesf2.c: Likewise.
27389         * soft-fp/letf2.c: Likewise.
27390         * soft-fp/muldf3.c: Likewise.
27391         * soft-fp/mulsf3.c: Likewise.
27392         * soft-fp/multf3.c: Likewise.
27393         * soft-fp/negdf2.c: Likewise.
27394         * soft-fp/negsf2.c: Likewise.
27395         * soft-fp/negtf2.c: Likewise.
27396         * soft-fp/op-1.h: Likewise.
27397         * soft-fp/op-2.h: Likewise.
27398         * soft-fp/op-4.h: Likewise.
27399         * soft-fp/op-8.h: Likewise.
27400         * soft-fp/op-common.h: Likewise.
27401         * soft-fp/quad.h: Likewise.
27402         * soft-fp/single.h: Likewise.
27403         * soft-fp/soft-fp.h: Likewise.
27404         * soft-fp/sqrtdf2.c: Likewise.
27405         * soft-fp/sqrtsf2.c: Likewise.
27406         * soft-fp/sqrttf2.c: Likewise.
27407         * soft-fp/subdf3.c: Likewise.
27408         * soft-fp/subsf3.c: Likewise.
27409         * soft-fp/subtf3.c: Likewise.
27410         * soft-fp/truncdfsf2.c: Likewise.
27411         * soft-fp/trunctfdf2.c: Likewise.
27412         * soft-fp/trunctfsf2.c: Likewise.
27413         * soft-fp/trunctfxf2.c: Likewise.
27414         * soft-fp/unorddf2.c: Likewise.
27415         * soft-fp/unordsf2.c: Likewise.
27416         * soft-fp/unordtf2.c: Likewise.
27418 2013-10-15  Joseph Myers  <joseph@codesourcery.com>
27420         * soft-fp/op-2.h (_FP_DIV_MEAT_2_gmp): Remove macro.
27421         * soft-fp/soft-fp.h (FP_UNSET_EXCEPTION): Likewise.
27423 2013-10-15   Ondřej Bílka  <neleai@seznam.cz>
27425         * elf/dl-libc.c: Clear initfini list after freeing.
27427 2013-10-14  Joseph Myers  <joseph@codesourcery.com>
27429         * soft-fp/adddf3.c: Fix vertical whitespace and indentation.
27430         * soft-fp/addsf3.c: Likewise.
27431         * soft-fp/addtf3.c: Likewise.
27432         * soft-fp/divdf3.c: Likewise.
27433         * soft-fp/divsf3.c: Likewise.
27434         * soft-fp/divtf3.c: Likewise.
27435         * soft-fp/double.h: Likewise.
27436         * soft-fp/eqdf2.c: Likewise.
27437         * soft-fp/eqsf2.c: Likewise.
27438         * soft-fp/eqtf2.c: Likewise.
27439         * soft-fp/extenddftf2.c: Likewise.
27440         * soft-fp/extended.h: Likewise.
27441         * soft-fp/extendsfdf2.c: Likewise.
27442         * soft-fp/extendsftf2.c: Likewise.
27443         * soft-fp/extendxftf2.c: Likewise.
27444         * soft-fp/fixdfdi.c: Likewise.
27445         * soft-fp/fixdfsi.c: Likewise.
27446         * soft-fp/fixdfti.c: Likewise.
27447         * soft-fp/fixsfdi.c: Likewise.
27448         * soft-fp/fixsfsi.c: Likewise.
27449         * soft-fp/fixsfti.c: Likewise.
27450         * soft-fp/fixtfdi.c: Likewise.
27451         * soft-fp/fixtfsi.c: Likewise.
27452         * soft-fp/fixtfti.c: Likewise.
27453         * soft-fp/fixunsdfdi.c: Likewise.
27454         * soft-fp/fixunsdfsi.c: Likewise.
27455         * soft-fp/fixunsdfti.c: Likewise.
27456         * soft-fp/fixunssfdi.c: Likewise.
27457         * soft-fp/fixunssfsi.c: Likewise.
27458         * soft-fp/fixunssfti.c: Likewise.
27459         * soft-fp/fixunstfdi.c: Likewise.
27460         * soft-fp/fixunstfsi.c: Likewise.
27461         * soft-fp/fixunstfti.c: Likewise.
27462         * soft-fp/floatdidf.c: Likewise.
27463         * soft-fp/floatdisf.c: Likewise.
27464         * soft-fp/floatditf.c: Likewise.
27465         * soft-fp/floatsidf.c: Likewise.
27466         * soft-fp/floatsisf.c: Likewise.
27467         * soft-fp/floatsitf.c: Likewise.
27468         * soft-fp/floattidf.c: Likewise.
27469         * soft-fp/floattisf.c: Likewise.
27470         * soft-fp/floattitf.c: Likewise.
27471         * soft-fp/floatundidf.c: Likewise.
27472         * soft-fp/floatundisf.c: Likewise.
27473         * soft-fp/floatunsidf.c: Likewise.
27474         * soft-fp/floatunsisf.c: Likewise.
27475         * soft-fp/floatuntidf.c: Likewise.
27476         * soft-fp/floatuntisf.c: Likewise.
27477         * soft-fp/floatuntitf.c: Likewise.
27478         * soft-fp/fmadf4.c: Likewise.
27479         * soft-fp/fmasf4.c: Likewise.
27480         * soft-fp/fmatf4.c: Likewise.
27481         * soft-fp/gedf2.c: Likewise.
27482         * soft-fp/gesf2.c: Likewise.
27483         * soft-fp/getf2.c: Likewise.
27484         * soft-fp/ledf2.c: Likewise.
27485         * soft-fp/lesf2.c: Likewise.
27486         * soft-fp/letf2.c: Likewise.
27487         * soft-fp/muldf3.c: Likewise.
27488         * soft-fp/mulsf3.c: Likewise.
27489         * soft-fp/multf3.c: Likewise.
27490         * soft-fp/negdf2.c: Likewise.
27491         * soft-fp/negsf2.c: Likewise.
27492         * soft-fp/negtf2.c: Likewise.
27493         * soft-fp/op-1.h: Likewise.
27494         * soft-fp/op-2.h: Likewise.
27495         * soft-fp/op-4.h: Likewise.
27496         * soft-fp/op-8.h: Likewise.
27497         * soft-fp/op-common.h: Likewise.
27498         * soft-fp/quad.h: Likewise.
27499         * soft-fp/single.h: Likewise.
27500         * soft-fp/soft-fp.h: Likewise.
27501         * soft-fp/sqrtdf2.c: Likewise.
27502         * soft-fp/sqrtsf2.c: Likewise.
27503         * soft-fp/sqrttf2.c: Likewise.
27504         * soft-fp/subdf3.c: Likewise.
27505         * soft-fp/subsf3.c: Likewise.
27506         * soft-fp/subtf3.c: Likewise.
27507         * soft-fp/truncdfsf2.c: Likewise.
27508         * soft-fp/trunctfdf2.c: Likewise.
27509         * soft-fp/trunctfsf2.c: Likewise.
27510         * soft-fp/trunctfxf2.c: Likewise.
27511         * soft-fp/unorddf2.c: Likewise.
27512         * soft-fp/unordsf2.c: Likewise.
27513         * soft-fp/unordtf2.c: Likewise.
27515 2013-10-14   Ondřej Bílka  <neleai@seznam.cz>
27517         [BZ #15672]
27518         * misc/error.c (error_tail): Fix possible buffer overflow.
27520 2013-10-14  Aurelien Jarno  <aurelien@aurel32.net>
27522         [BZ #13028]
27523         * res_send.c(__libc_res_nsend): Correctly copy the nameserver
27524         address.
27526 2013-10-14  P. J. McDermott  <pj@pehjota.net>
27528         [BZ #832]
27529         * elf/ldd.bash.in (try_trace): New function.  Delete previous code
27530         testing pipefail option.
27532 2013-10-12  Joseph Myers  <joseph@codesourcery.com>
27534         * soft-fp/double.h: Indent preprocessor directives inside #if.
27535         * soft-fp/extended.h: Likewise.
27536         * soft-fp/op-2.h: Likewise.
27537         * soft-fp/op-4.h: Likewise.
27538         * soft-fp/op-common.h: Likewise.
27539         * soft-fp/quad.h: Likewise.
27540         * soft-fp/single.h: Likewise.
27541         * soft-fp/soft-fp.h: Likewise.
27543 2013-10-12   Yuri Chornoivan <yurchor@ukr.net>
27545         * iconv/iconv_prog.c: Fix typos.
27546         * stdio-common/psiginfo-data.h: Likewise.
27548 2013-10-12   Reuben Thomas <rrt@sc3d.org>
27550         [BZ #15764]
27551         * locale/setlocale.c: Fix typo.
27553 2013-10-12  Joseph Myers  <joseph@codesourcery.com>
27555         [BZ #16036]
27556         * soft-fp/unorddf2.c (__unorddf2): Raise "invalid" exception for
27557         signaling NaN arguments.
27558         * soft-fp/unordsf2.c (__unordsf2): Likewise.
27559         * soft-fp/unordtf2.c (__unordtf2): Likewise.
27561         [BZ #14910]
27562         * soft-fp/gedf2.c (__gedf2): Raise "invalid" exception for all
27563         unordered operands.
27564         * soft-fp/gesf2.c (__gesf2): Likewise.
27565         * soft-fp/getf2.c (__getf2): Likewise.
27566         * soft-fp/ledf2.c (__ledf2): Likewise.
27567         * soft-fp/lesf2.c (__lesf2): Likewise.
27568         * soft-fp/letf2.c (__letf2): Likewise.
27570         * soft-fp/eqdf2.c (__eqdf2): Use FP_INIT_EXCEPTIONS.
27571         * soft-fp/eqsf2.c (__eqsf2): Likewise.
27572         * soft-fp/eqtf2.c (__eqtf2): Likewise.
27573         * soft-fp/fixdfdi.c (__fixdfdi): Likewise.
27574         * soft-fp/fixdfsi.c (__fixdfsi): Likewise.
27575         * soft-fp/fixdfti.c (__fixdfti): Likewise.
27576         * soft-fp/fixsfdi.c (__fixsfdi): Likewise.
27577         * soft-fp/fixsfsi.c (__fixsfsi): Likewise.
27578         * soft-fp/fixsfti.c (__fixsfti): Likewise.
27579         * soft-fp/fixtfdi.c (__fixtfdi): Likewise.
27580         * soft-fp/fixtfsi.c (__fixtfsi): Likewise.
27581         * soft-fp/fixtfti.c (__fixtfti): Likewise.
27582         * soft-fp/fixunsdfdi.c (__fixunsdfdi): Likewise.
27583         * soft-fp/fixunsdfsi.c (__fixunsdfsi): Likewise.
27584         * soft-fp/fixunsdfti.c (__fixunsdfti): Likewise.
27585         * soft-fp/fixunssfdi.c (__fixunssfdi): Likewise.
27586         * soft-fp/fixunssfsi.c (__fixunssfsi): Likewise.
27587         * soft-fp/fixunssfti.c (__fixunssfti): Likewise.
27588         * soft-fp/fixunstfdi.c (__fixunstfdi): Likewise.
27589         * soft-fp/fixunstfsi.c (__fixunstfsi): Likewise.
27590         * soft-fp/fixunstfti.c (__fixunstfti): Likewise.
27591         * soft-fp/floatdidf.c (__floatdidf): Use FP_INIT_ROUNDMODE.
27592         * soft-fp/floatdisf.c (__floatdisf): Likewise.
27593         * soft-fp/floatsisf.c (__floatsisf): Likewise.
27594         * soft-fp/floattidf.c (__floattidf): Likewise.
27595         * soft-fp/floattisf.c (__floattisf): Likewise.
27596         * soft-fp/floattitf.c (__floattitf): Likewise.
27597         * soft-fp/floatundidf.c (__floatundidf): Likewise.
27598         * soft-fp/floatundisf.c (__floatundisf): Likewise.
27599         * soft-fp/floatunsisf.c (__floatunsisf): Likewise.
27600         * soft-fp/floatuntidf.c (__floatuntidf): Likewise.
27601         * soft-fp/floatuntisf.c (__floatuntisf): Likewise.
27602         * soft-fp/floatuntitf.c (__floatuntitf): Likewise.
27603         * soft-fp/gedf2.c (__gedf2): Use FP_INIT_EXCEPTIONS.
27604         * soft-fp/gesf2.c (__gesf2): Likewise.
27605         * soft-fp/getf2.c (__getf2): Likewise.
27606         * soft-fp/ledf2.c (__ledf2): Likewise.
27607         * soft-fp/lesf2.c (__lesf2): Likewise.
27608         * soft-fp/letf2.c (__letf2): Likewise.
27610         * soft-fp/soft-fp.h [FP_NO_EXCEPTIONS] (FP_SET_EXCEPTION):
27611         Undefine and redefine.
27612         [FP_NO_EXCEPTIONS] (FP_CUR_EXCEPTIONS): Likewise.
27613         [FP_NO_EXCEPTIONS] (FP_TRAPPING_EXCEPTIONS): Likewise.
27614         [FP_NO_EXCEPTIONS] (FP_ROUNDMODE): Likewise.
27615         * soft-fp/floatditf.c (FP_NO_EXCEPTIONS): Define macro.
27616         (__floatditf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
27617         * soft-fp/floatsidf.c (FP_NO_EXCEPTIONS): Define macro.
27618         (__floatsidf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
27619         * soft-fp/floatsitf.c (FP_NO_EXCEPTIONS): Define macro.
27620         (__floatsitf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
27621         * soft-fp/floatunditf.c (FP_NO_EXCEPTIONS): Define macro.
27622         (__floatunditf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
27623         * soft-fp/floatunsidf.c (FP_NO_EXCEPTIONS): Define macro.
27624         (__floatunsidf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
27625         * soft-fp/floatunsitf.c (FP_NO_EXCEPTIONS): Define macro.
27626         (__floatunsitf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
27628         [BZ #16032]
27629         * soft-fp/op-2.h (_FP_DIV_MEAT_2_udiv): Shift numerator right
27630         without decrementing exponent if mantissa >= that for the
27631         denominator, not >.
27632         (_FP_DIV_MEAT_2_gmp): Test numerator mantissa >= that for the
27633         denominator, not >.  Decrement exponent in < case instead of
27634         incrementing in >= case.
27635         * soft-fp/op-4.h (_FP_DIV_MEAT_4_udiv): Shift numerator right
27636         without decrementing exponent if mantissa >= that for the
27637         denominator, not >.
27639         * soft-fp/op-common.h (_FP_TO_INT): Reverse test of sign for
27640         computing saturated result for unsigned overflow.
27642 2013-10-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
27643             Jeff Law  <law@redhat.com>
27645         * sysdeps/ieee754/dbl-64/e_atan2.c: Include stap-probe.h.
27646         (atan2Mp): Add systemtap probe marker.
27647         * sysdeps/ieee754/dbl-64/e_log.c: include stap-probe.h.
27648         (__ieee754_log): Add systemtap probe marker.
27649         * sysdeps/ieee754/dbl-64/s_atan.c: Include stap-probe.h.
27650         (atanMp): Add systemtap probe marker.
27651         * sysdeps/ieee754/dbl-64/s_tan.c: Include stap-probe.h.
27652         (tanMp): Add systemtap probe marker.
27653         * sysdeps/ieee754/dbl-64/slowexp.c: Include stap-probe.h.
27654         (__slowexp): Add systemtap probe marker.
27655         * sysdeps/ieee754/dbl-64/slowpow.c: Include stap-probe.h.
27656         (__slowpow): Add systemtap probe marker.
27657         * manual/probes.texi: Document probes.
27659 2013-10-11  Eric Biggers  <ebiggers3@gmail.com>
27661         [BZ #15362]
27662         * libio/fileops.c (_IO_new_file_write): Return count of bytes
27663         written.
27664         (_IO_new_file_xsputn): Don't return EOF if nothing has been
27665         written.
27666         * libio/iofwrite.c (_IO_fwrite): Return count if bytes were
27667         written to buffer but not flushed.
27668         * libio/iofwrite_u.c:  Likewise.
27669         * libio/iopadn.c:  Return bytes returned even if EOF was
27670         encountered.
27671         * libio/iowpadn.c:  Likewise.
27672         * stdio-common/vfprintf.c [COMPILE_WPRINTF] (PAD): Return error
27673         if _IO_padn does not write the whole buffer.
27674         [!COMPILE_WPRINTF] (PAD): Likewise.
27676 2013-10-10  David S. Miller  <davem@davemloft.net>
27678         * sysdeps/posix/dirstream.h (struct __dirstream): Fix alignment of
27679         directory block.
27681 2013-10-10  Joseph Myers  <joseph@codesourcery.com>
27683         * soft-fp/extendxftf2.c: Use copyright year range.  Use URL
27684         instead of FSF address.
27685         * soft-fp/fixdfti.c: Likewise.
27686         * soft-fp/fixsfti.c: Likewise.
27687         * soft-fp/fixtfti.c: Likewise.
27688         * soft-fp/fixunsdfti.c: Likewise.
27689         * soft-fp/fixunssfti.c: Likewise.
27690         * soft-fp/fixunstfti.c: Likewise.
27691         * soft-fp/floattidf.c: Likewise.
27692         * soft-fp/floattisf.c: Likewise.
27693         * soft-fp/floattitf.c: Likewise.
27694         * soft-fp/floatuntidf.c: Likewise.
27695         * soft-fp/floatuntisf.c: Likewise.
27696         * soft-fp/floatuntitf.c: Likewise.
27697         * soft-fp/trunctfxf2.c: Likewise.
27699         * soft-fp/extendxftf2.c: New file.  Copied from libgcc.
27700         * soft-fp/fixdfti.c: Likewise.
27701         * soft-fp/fixsfti.c: Likewise.
27702         * soft-fp/fixtfti.c: Likewise.
27703         * soft-fp/fixunsdfti.c: Likewise.
27704         * soft-fp/fixunssfti.c: Likewise.
27705         * soft-fp/fixunstfti.c: Likewise.
27706         * soft-fp/floattidf.c: Likewise.
27707         * soft-fp/floattisf.c: Likewise.
27708         * soft-fp/floattitf.c: Likewise.
27709         * soft-fp/floatuntidf.c: Likewise.
27710         * soft-fp/floatuntisf.c: Likewise.
27711         * soft-fp/floatuntitf.c: Likewise.
27712         * soft-fp/trunctfxf2.c: Likewise.
27714 2013-10-10  David S. Miller  <davem@davemloft.net>
27716         * sysdeps/sparc/fpu/libm-test-ulps: Update.
27718 2013-10-10  Joseph Myers  <joseph@codsourcery.com>
27720         * sysdeps/powerpc/nofpu/Makefile [$(subdir) = math]
27721         (CFLAGS-e_hypotl.c): Add -fno-builtin-fabsl.
27722         [$(subdir) = math] (CFLAGS-w_acosl.c): Likewise.
27723         [$(subdir) = math] (CFLAGS-w_asinl.c): Likewise.
27724         [$(subdir) = math] (CFLAGS-w_atanhl.c): Likewise.
27725         [$(subdir) = math] (CFLAGS-w_j0l.c): Likewise.
27726         [$(subdir) = math] (CFLAGS-w_j1l.c): Likewise.
27728         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c (__ieee754_acosl): Check
27729         for NaNs before doing comparisons on argument.
27730         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c (__ieee754_asinl):
27731         Likewise.
27733 2013-10-10  Will Newton  <will.newton@linaro.org>
27735         * malloc/hooks.c (memalign_check): Ensure the value of bytes
27736         passed to _int_memalign does not overflow.
27738 2013-10-10  Torvald Riegel  <triegel@redhat.com>
27740         * scripts/bench.pl: Add include-sources directive.
27741         * benchtests/README: Update documentation.
27743 2013-10-10  Joseph Myers  <joseph@codesourcery.com>
27745         * soft-fp/soft-fp.h (FP_INIT_EXCEPTIONS): New macro.
27746         * soft-fp/extenddftf2.c (__extenddftf2): Use FP_INIT_EXCEPTIONS
27747         instead of FP_INIT_ROUNDMODE.
27748         * soft-fp/extendsfdf2.c (__extendsfdf2): Likewise.
27749         * soft-fp/extendsftf2.c (__extendsftf2): Likewise.
27751         [BZ #16034]
27752         * soft-fp/op-common.h (_FP_NEG): Document input as raw.  Do not
27753         copy class of input value.
27754         * soft-fp/negdf2.c (__negdf2): Use raw unpacking and packing.  Do
27755         not handle exceptions.
27756         * soft-fp/negsf2.c (__negsf2): Likewise.
27757         * soft-fp/negtf2.c (__negtf2): Likewise.
27758         * sysdeps/sparc/sparc32/soft-fp/q_neg.c (_Q_neg): Likewise.
27760 2013-10-09  Joseph Myers  <joseph@codesourcery.com>
27762         * soft-fp/op-4.h (_FP_FRAC_DISASSEMBLE_4): Remove trailing
27763         semicolon.  From Linux kernel.
27765 2013-10-09  Adam Buchbinder  <adam.buchbinder@gmail.com>
27767         * soft-fp/op-common.h (_FP_UNPACK_CANONICAL): Fix typo in comment.
27769 2013-10-08  Yogesh Chaudhari  <mr.yogesh@gmail.com>
27771         [BZ #156]
27772         * manual/socket.texi: Added statement about buffer
27773         for gethostbyname2_r.
27775 2013-10-08  Ondřej Bílka  <neleai@seznam.cz>
27777         * sysdeps/x86_64/memset.S (ALIGN): Macro removed.
27778         Use .p2align directive instead, throughout.
27779         * sysdeps/x86_64/multiarch/memcmp-sse4.S: Likewise.
27780         * sysdeps/x86_64/multiarch/memcmp-ssse3.S: Likewise.
27781         * sysdeps/x86_64/multiarch/memcpy-sse2-unaligned.S: Likewise.
27782         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Likewise.
27783         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Likewise.
27784         * sysdeps/x86_64/multiarch/strcmp-sse2-unaligned.S: Likewise.
27785         * sysdeps/x86_64/strchr.S: Likewise.
27786         * sysdeps/x86_64/strrchr.S: Likewise.
27788 2013-10-08  Siddhesh Poyarekar  <siddhesh@redhat.com>
27790         * sysdeps/ieee754/dbl-64/e_pow.c: Fix code formatting.
27792         * sysdeps/ieee754/dbl-64/e_exp.c: Fix code formatting.
27794         * sysdeps/generic/math_private.h (__mpsin1): Remove
27795         declaration.
27796         (__mpcos1): Likewise.
27797         (__mpsin): New argument __range_reduce.
27798         (__mpcos): Likewise.
27799         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
27800         (slow): Use __mpsin and __mpcos.
27801         (slow1): Likewise.
27802         (slow2): Likewise.
27803         (sloww): Likewise.
27804         (sloww1): Likewise.
27805         (sloww2): Likewise.
27806         (bsloww): Likewise.
27807         (bsloww1): Likewise.
27808         (bsloww2): Likewise.
27809         (cslow2): Likewise.
27810         (csloww): Likewise.
27811         (csloww1): Likewise.
27812         (csloww2): Likewise.
27813         * sysdeps/ieee754/dbl-64/sincos32.c (__mpsin): Add argument
27814         range_reduce.  Merge in __mpsin1.
27815         (__mpcos): Likewise.
27816         (__mpsin1): Remove.
27817         (__mpcos1): Likewise.
27819 2013-10-07  Joseph Myers  <joseph@codesourcery.com>
27821         * locale/loadlocale.c (_nl_intern_locale_data): Use
27822         LOCFILE_ALIGNED_P.
27823         * locale/programs/3level.h (CONCAT(add_locale_,TABLE)): Use
27824         LOCFILE_ALIGN_UP and LOCFILE_ALIGN.
27825         * locale/programs/ld-collate.c (obstack_int32_grow): Assert that
27826         obstack data is appropriately aligned.
27827         (obstack_int32_grow_fast): Likewise.
27828         * locale/programs/ld-ctype.c (ctype_output): Use LOCFILE_ALIGN.
27829         * locale/programs/locfile.c (add_locale_uint32): Likewise.
27830         (add_locale_uint32_array): Likewise.
27832 2013-10-07  Siddhesh Poyarekar  <siddhesh@redhat.com>
27834         * benchtests/Makefile: Remove ARGLIST and RET variables.
27835         ($(objpfx)bench-%.c): Pass only function name to the script.
27836         * benchtests/README: Update documentation.
27837         * benchtests/acos-inputs: Add new directives.
27838         * benchtests/acosh-inputs: Likewise.
27839         * benchtests/asin-inputs: Likewise.
27840         * benchtests/asinh-inputs: Likewise.
27841         * benchtests/atan-inputs: Likewise.
27842         * benchtests/atanh-inputs: Likewise.
27843         * benchtests/cos-inputs: Likewise.
27844         * benchtests/cosh-inputs: Likewise.
27845         * benchtests/exp-inputs: Likewise.
27846         * benchtests/log-inputs: Likewise.
27847         * benchtests/pow-inputs: Likewise.
27848         * benchtests/rint-inputs: Likewise.
27849         * benchtests/sin-inputs: Likewise.
27850         * benchtests/sinh-inputs: Likewise.
27851         * benchtests/tan-inputs: Likewise.
27852         * benchtests/tanh-inputs: Likewise.
27853         * scripts/bench.pl: Add support for new directives.
27855 2013-10-07  Alan Modra  <amodra@gmail.com>
27857         * README: Fix careless merge.
27859 2013-10-05  Alan Modra  <amodra@gmail.com>
27861         * NEWS: Mention powerpc64le support and bugs fixed.
27862         * README: Both big-endian and little-endian powerpc64 supported.
27864 2013-10-04  Samuel Thibault  <samuel.thibault@ens-lyon.org>
27866         * sysdeps/mach/hurd/fork.c (_hurd_atfork_prepare_hook)
27867         (_hurd_atfork_child_hook, _hurd_atfork_parent_hook): New hooks.
27868         (__fork): Call _hurd_atfork_prepare_hook hooks before all locking, call
27869         _hurd_atfork_parent_hook or _hurd_atfork_child_hook after all unlocking.
27871 2013-10-04  Ryan S. Arnold  <ryan.arnold@linaro.org>
27873         * misc/swapon.c (swapon): Update definition, adding FLAGS parameter to
27874         match prototype.
27876 2013-10-04  Joseph Myers  <joseph@codesourcery.com>
27878         * sysdeps/powerpc/powerpc32/Makefile [$(with-fp) = yes] (+cflags):
27879         Move -mhard-float appending from
27880         ports/sysdeps/powerpc/powerpc32/Makefile.
27881         [$(with-fp) = yes] (ASFLAGS): Likewise.
27882         [$(with-fp) = yes] (sysdep-LDFLAGS): Likewise.
27883         * sysdeps/powerpc/nofpu: Move directory from
27884         ports/sysdeps/powerpc/nofpu.
27885         * sysdeps/powerpc/soft-fp: Move directory from
27886         ports/sysdeps/powerpc/soft-fp.
27887         * sysdeps/powerpc/powerpc32/405: Move directory from
27888         ports/sysdeps/powerpc/powerpc32/405.
27889         * sysdeps/powerpc/powerpc32/440: Move directory from
27890         ports/sysdeps/powerpc/powerpc32/440.
27891         * sysdeps/powerpc/powerpc32/464: Move directory from
27892         ports/sysdeps/powerpc/powerpc32/464.
27893         * sysdeps/powerpc/powerpc32/476: Move directory from
27894         ports/sysdeps/powerpc/powerpc32/476.
27895         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu: Move directory
27896         from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu.
27897         * sysdeps/unix/sysv/linux/powerpc/powerpc32/405: Move directory
27898         from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/405.
27899         * sysdeps/unix/sysv/linux/powerpc/powerpc32/440: Move directory
27900         from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/440.
27901         * sysdeps/unix/sysv/linux/powerpc/powerpc32/464: Move directory
27902         from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/464.
27903         * sysdeps/unix/sysv/linux/powerpc/powerpc32/476: Move directory
27904         from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/476.
27905         * README: Update for powerpc-*-linux-gnu software floating point
27906         support in libc.
27908         * sysdeps/unix/sysv/linux/configure.in (powerpc/powerpc32): Change
27909         case to powerpc/powerpc32*.
27910         * sysdeps/unix/sysv/linux/configure: Regenerated.
27912         * sysdeps/powerpc/fpu_control.h [__NO_FPRS__ && !_SOFT_FLOAT]
27913         (_FPU_MASK_OM): Define as 0x04.
27914         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_UM): Define as 0x08.
27915         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RESERVED): Define as
27916         0x00c10080.
27917         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_DEFAULT): Define as
27918         0x0000003c.
27919         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_IEEE): Define as _FPU_DEFAULT.
27921         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext-common.S
27922         (__CONTEXT_FUNC_NAME) [__CONTEXT_ENABLE_E500]: Use
27923         getcontext_e500.
27924         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext-common.S
27925         (__CONTEXT_FUNC_NAME) [__CONTEXT_ENABLE_E500]: Use
27926         setcontext_e500.
27927         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S
27928         (__CONTEXT_FUNC_NAME) [__CONTEXT_ENABLE_E500]: Use getcontext_e500
27929         and setcontext_e500.
27931 2013-10-04  Chris Leonard  <cjl@sugarlabs,.org>
27933         * locale/iso-3166.def: Update iso-1366.def and related occurrences
27935 2013-10-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
27937         * manual/threads.texi (Default Thread Attributes): Fix typo.
27939 2013-10-04  Will Newton  <will.newton@linaro.org>
27941         * malloc/Makefile: Add tst-memalign.
27942         * malloc/tst-memalign.c: New file.
27944         * malloc/tst-posix_memalign.c: Add comments.
27945         (do_test): Add comments and call free on all potentially
27946         allocated pointers. Add space after cast.
27948         * malloc/tst-pvalloc.c: Add comments.
27949         (do_test): Add comments and call free on all potentially
27950         allocated pointers. Remove duplicate check for NULL pointer.
27951         Add space after cast.
27953         * malloc/tst-valloc.c: Add comments.
27954         (do_test): Add comments and call free on all potentially
27955         allocated pointers. Remove duplicate check for NULL pointer.
27956         Add space after cast.
27958 2013-10-04  Alan Modra  <amodra@gmail.com>
27960         * sysdeps/powerpc/powerpc32/dl-machine.c (__process_machine_rela):
27961         Use stdint types in rather than __attribute__((mode())).
27962         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela): Likewise.
27964 2013-10-04  Alan Modra  <amodra@gmail.com>
27966         * sysdeps/powerpc/powerpc32/dl-machine.c (__process_machine_rela):
27967         Correct handling of unaligned relocs for little-endian.
27968         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela): Likewise.
27970 2013-10-04  Alan Modra  <amodra@gmail.com>
27972         * configure.in: Map powerpc64le and powerpcle to base_machine/machine.
27973         * configure: Regenerate.
27974         * nptl/shlib-versions: Powerpc*le starts at 2.18.
27975         * shlib-versions: Likewise.
27977 2013-10-04  Alan Modra  <amodra@gmail.com>
27979         * string/tester.c (test_memrchr): Increment reported test cycle.
27981 2013-10-04  Alan Modra  <amodra@gmail.com>
27983         * string/test-memcpy.c (do_one_test): When reporting errors, print
27984         string address and don't overrun end of string.
27986 2013-10-04  Alan Modra  <amodra@gmail.com>
27988         * sysdeps/powerpc/powerpc64/power7/memchr.S: Replace rlwimi with
27989         insrdi.  Make better use of reg selection to speed exit slightly.
27990         Schedule entry path a little better.  Remove useless "are we done"
27991         checks on entry to main loop.  Handle wrapping around zero address.
27992         Correct main loop count.  Handle single left-over word from main
27993         loop inline rather than by using loop_small.  Remove extra word
27994         case in loop_small caused by wrong loop count.  Add little-endian
27995         support.
27996         * sysdeps/powerpc/powerpc32/power7/memchr.S: Likewise.
27997         * sysdeps/powerpc/powerpc64/power7/memrchr.S: Likewise.  Use proper
27998         cache hint.
27999         * sysdeps/powerpc/powerpc32/power7/memrchr.S: Likewise.
28000         * sysdeps/powerpc/powerpc64/power7/rawmemchr.S: Add little-endian
28001         support.  Avoid rlwimi.
28002         * sysdeps/powerpc/powerpc32/power7/rawmemchr.S: Likewise.
28004 2013-10-04  Alan Modra  <amodra@gmail.com>
28006         * sysdeps/powerpc/powerpc64/memset.S: Replace rlwimi with
28007         insrdi.  Formatting.
28008         * sysdeps/powerpc/powerpc64/power4/memset.S: Likewise.
28009         * sysdeps/powerpc/powerpc64/power6/memset.S: Likewise.
28010         * sysdeps/powerpc/powerpc64/power7/memset.S: Likewise.
28011         * sysdeps/powerpc/powerpc32/power4/memset.S: Likewise.
28012         * sysdeps/powerpc/powerpc32/power6/memset.S: Likewise.
28013         * sysdeps/powerpc/powerpc32/power7/memset.S: Likewise.
28015 2013-10-04  Alan Modra  <amodra@gmail.com>
28017         * sysdeps/powerpc/powerpc32/power4/memcpy.S: Add little endian support.
28018         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
28019         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Likewise.
28020         * sysdeps/powerpc/powerpc32/power7/mempcpy.S: Likewise.
28021         * sysdeps/powerpc/powerpc64/memcpy.S: Likewise.
28022         * sysdeps/powerpc/powerpc64/power4/memcpy.S: Likewise.
28023         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Likewise.
28024         * sysdeps/powerpc/powerpc64/power7/memcpy.S: Likewise.
28025         * sysdeps/powerpc/powerpc64/power7/mempcpy.S: Likewise.  Make better
28026         use of regs.  Use power7 mtocrf.  Tidy function tails.
28028 2013-10-04  Alan Modra  <amodra@gmail.com>
28030         * sysdeps/powerpc/powerpc64/power7/memcmp.S: Add little-endian support.
28031         Formatting.  Consistently use rXXX register defines or rN defines.
28032         Use early exit labels that avoid restoring unused non-volatile regs.
28033         Make cr field use more consistent with rWORDn compares.  Rename
28034         regs used as shift registers for unaligned loop, using rN defines
28035         for short lifetime/multiple use regs.
28036         * sysdeps/powerpc/powerpc64/power4/memcmp.S: Likewise.
28037         * sysdeps/powerpc/powerpc32/power7/memcmp.S: Likewise.  Exit with
28038         addi 1,1,64 to pop stack frame.  Simplify return value code.
28039         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Likewise.
28041 2013-10-04  Alan Modra  <amodra@gmail.com>
28043         * sysdeps/powerpc/powerpc64/power7/strchr.S (strchr): Add little-endian
28044         support.  Correct typos, formatting.  Optimize tail.  Use insrdi
28045         rather than rlwimi.
28046         * sysdeps/powerpc/powerpc32/power7/strchr.S: Likewise.
28047         * sysdeps/powerpc/powerpc64/power7/strchrnul.S (__strchrnul): Add
28048         little-endian support.  Correct typos.
28049         * sysdeps/powerpc/powerpc32/power7/strchrnul.S: Likewise.  Use insrdi
28050         rather than rlwimi.
28051         * sysdeps/powerpc/powerpc64/strchr.S (rTMP4, rTMP5): Define.  Use
28052         in loop and entry code to keep "and." results.
28053         (strchr): Add little-endian support.  Comment.  Move cntlzd
28054         earlier in tail.
28055         * sysdeps/powerpc/powerpc32/strchr.S: Likewise.
28057 2013-10-04  Alan Modra  <amodra@gmail.com>
28059         * sysdeps/powerpc/powerpc64/strcpy.S: Add little-endian support:
28060         * sysdeps/powerpc/powerpc32/strcpy.S: Likewise.
28061         * sysdeps/powerpc/powerpc64/stpcpy.S: Likewise.
28062         * sysdeps/powerpc/powerpc32/stpcpy.S: Likewise.
28064 2013-10-04  Alan Modra  <amodra@gmail.com>
28066         * sysdeps/powerpc/powerpc64/strcmp.S (rTMP2): Define as r0.
28067         (rTMP): Define as r11.
28068         (strcmp): Add little-endian support.  Optimise tail.
28069         * sysdeps/powerpc/powerpc32/strcmp.S: Similarly.
28070         * sysdeps/powerpc/powerpc64/strncmp.S: Likewise.
28071         * sysdeps/powerpc/powerpc32/strncmp.S: Likewise.
28072         * sysdeps/powerpc/powerpc64/power4/strncmp.S: Likewise.
28073         * sysdeps/powerpc/powerpc32/power4/strncmp.S: Likewise.
28074         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
28075         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Likewise.
28077 2013-10-04  Alan Modra  <amodra@gmail.com>
28079         * sysdeps/powerpc/powerpc64/power7/strnlen.S (strnlen): Add
28080         little-endian support.  Remove unnecessary "are we done" tests.
28081         Handle "s" wrapping around zero and extremely large "size".
28082         Correct main loop count.  Handle single left-over word from main
28083         loop inline rather than by using small_loop.  Correct comments.
28084         Delete "zero" tail, use "end_max" instead.
28085         * sysdeps/powerpc/powerpc32/power7/strnlen.S: Likewise.
28087 2013-10-04  Alan Modra  <amodra@gmail.com>
28089         * sysdeps/powerpc/powerpc64/power7/strlen.S (strlen): Add little-endian
28090         support.  Don't branch over align.
28091         * sysdeps/powerpc/powerpc32/power7/strlen.S: Likewise.
28092         * sysdeps/powerpc/powerpc64/strlen.S (strlen): Add little-endian
28093         support.  Rearrange tmp reg use to suit.  Comment.
28094         * sysdeps/powerpc/powerpc32/strlen.S: Likewise.
28096 2013-10-04  Alan Modra  <amodra@gmail.com>
28098         * sysdeps/unix/sysv/linux/powerpc/bits/sigstack.h: New file.
28100 2013-10-04  Alan Modra  <amodra@gmail.com>
28102         * sysdeps/unix/sysv/linux/powerpc/powerpc32/makecontext.S: Use
28103         conditional form of branch and link when obtaining pc.
28104         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S: Likewise.
28106 2013-10-04  Alan Modra  <amodra@gmail.com>
28108         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext-common.S: Use
28109         HIWORD/LOWORD.
28110         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext-common.S: Ditto.
28111         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S: Ditto.
28113 2013-10-04  Alan Modra  <amodra@gmail.com>
28115         * sysdeps/powerpc/longjmp.c: Use proper symbol versioning macros.
28116         * sysdeps/powerpc/novmx-longjmp.c: Likewise.
28117         * sysdeps/powerpc/powerpc32/bsd-_setjmp.S: Likewise.
28118         * sysdeps/powerpc/powerpc32/bsd-setjmp.S: Likewise.
28119         * sysdeps/powerpc/powerpc32/fpu/__longjmp.S: Likewise.
28120         * sysdeps/powerpc/powerpc32/fpu/setjmp.S: Likewise.
28121         * sysdeps/powerpc/powerpc32/mcount.c: Likewise.
28122         * sysdeps/powerpc/powerpc32/setjmp.S: Likewise.
28123         * sysdeps/powerpc/powerpc64/setjmp.S: Likewise.
28124         * nptl/sysdeps/unix/sysv/linux/powerpc/pt-longjmp.c: Likewise.
28126 2013-10-04  Anton Blanchard <anton@au1.ibm.com>
28127             Alistair Popple <alistair@ozlabs.au.ibm.com>
28128             Alan Modra <amodra@gmail.com>
28130         [BZ #15723]
28131         * sysdeps/powerpc/jmpbuf-offsets.h: Comment fix.
28132         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S: Correct
28133         _dl_hwcap access for little-endian.
28134         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S: Likewise.  Don't
28135         destroy vmx regs when saving unaligned.
28136         * sysdeps/powerpc/powerpc64/__longjmp-common.S: Correct CR load.
28137         * sysdeps/powerpc/powerpc64/setjmp-common.S: Likewise CR save.  Don't
28138         destroy vmx regs when saving unaligned.
28140 2013-10-04  Alan Modra  <amodra@gmail.com>
28142         * sysdeps/powerpc/powerpc32/power4/hp-timing.h (HP_TIMING_NOW):
28143         Don't use a union to pack hi/low value.
28145 2013-10-04  Anton Blanchard <anton@au1.ibm.com>
28147         * sysdeps/powerpc/powerpc64/fpu/s_ceilf.S: Correct float constants
28148         for little-endian.
28149         * sysdeps/powerpc/powerpc64/fpu/s_floorf.S: Likewise.
28150         * sysdeps/powerpc/powerpc64/fpu/s_nearbyintf.S: Likewise.
28151         * sysdeps/powerpc/powerpc64/fpu/s_rintf.S: Likewise.
28152         * sysdeps/powerpc/powerpc64/fpu/s_roundf.S: Likewise.
28153         * sysdeps/powerpc/powerpc64/fpu/s_truncf.S: Likewise.
28155 2013-10-04  Alan Modra  <amodra@gmail.com>
28157         * sysdeps/powerpc/powerpc32/fpu/s_roundf.S: Increase alignment of
28158         constants to usual value for .cst8 section, and remove redundant
28159         high address load.
28160         * sysdeps/powerpc/powerpc32/power4/fpu/s_llround.S: Use float
28161         constant for 0x1p52.  Load little-endian words of double from
28162         correct stack offsets.
28164 2013-10-04  Alan Modra  <amodra@gmail.com>
28166         * sysdeps/powerpc/sysdep.h (LOWORD, HIWORD, HISHORT): Define.
28167         * sysdeps/powerpc/powerpc32/fpu/s_copysign.S: Load little-endian
28168         words of double from correct stack offsets.
28169         * sysdeps/powerpc/powerpc32/fpu/s_copysignl.S: Likewise.
28170         * sysdeps/powerpc/powerpc32/fpu/s_lrint.S: Likewise.
28171         * sysdeps/powerpc/powerpc32/fpu/s_lround.S: Likewise.
28172         * sysdeps/powerpc/powerpc32/power4/fpu/s_llrint.S: Likewise.
28173         * sysdeps/powerpc/powerpc32/power4/fpu/s_llrintf.S: Likewise.
28174         * sysdeps/powerpc/powerpc32/power5+/fpu/s_llround.S: Likewise.
28175         * sysdeps/powerpc/powerpc32/power5+/fpu/s_lround.S: Likewise.
28176         * sysdeps/powerpc/powerpc32/power5/fpu/s_isnan.S: Likewise.
28177         * sysdeps/powerpc/powerpc32/power6/fpu/s_isnan.S: Likewise.
28178         * sysdeps/powerpc/powerpc32/power6/fpu/s_llrint.S: Likewise.
28179         * sysdeps/powerpc/powerpc32/power6/fpu/s_llrintf.S: Likewise.
28180         * sysdeps/powerpc/powerpc32/power6/fpu/s_llround.S: Likewise.
28181         * sysdeps/powerpc/powerpc32/power7/fpu/s_finite.S: Likewise.
28182         * sysdeps/powerpc/powerpc32/power7/fpu/s_isinf.S: Likewise.
28183         * sysdeps/powerpc/powerpc32/power7/fpu/s_isnan.S: Likewise.
28184         * sysdeps/powerpc/powerpc64/power7/fpu/s_finite.S: Use HISHORT.
28185         * sysdeps/powerpc/powerpc64/power7/fpu/s_isinf.S: Likewise.
28187 2013-10-04  Alan Modra  <amodra@gmail.com>
28189         * sysdeps/powerpc/fpu_control.h (_FPU_GETCW): Rewrite using
28190         64-bit int/double union.
28191         (_FPU_SETCW): Likewise.
28192         * sysdeps/powerpc/fpu/tst-setcontext-fpscr.c (_GET_DI_FPSCR): Likewise.
28193         (_SET_DI_FPSCR, _GET_SI_FPSCR, _SET_SI_FPSCR): Likewise.
28195 2013-10-04  Alan Modra  <amodra@gmail.com>
28197         * sysdeps/powerpc/fpu/s_llround.c (__llround): Rewrite.
28198         * sysdeps/powerpc/fpu/s_llroundf.c (__llroundf): Rewrite.
28200 2013-10-04  Alan Modra  <amodra@gmail.com>
28202         * sysdeps/powerpc/fpu/s_float_bitwise.h (__float_and_test28): Don't
28203         use vector int constants.
28204         (__float_and_test24, __float_and8, __float_get_exp): Likewise.
28206 2013-10-04  Anton Blanchard <anton@au1.ibm.com>
28208         * sysdeps/powerpc/fpu/fenv_libc.h (fenv_union_t): Replace int
28209         array with long long.
28210         * sysdeps/powerpc/fpu/e_sqrt.c (__slow_ieee754_sqrt): Adjust.
28211         * sysdeps/powerpc/fpu/e_sqrtf.c (__slow_ieee754_sqrtf): Adjust.
28212         * sysdeps/powerpc/fpu/fclrexcpt.c (__feclearexcept): Adjust.
28213         * sysdeps/powerpc/fpu/fedisblxcpt.c (fedisableexcept): Adjust.
28214         * sysdeps/powerpc/fpu/feenablxcpt.c (feenableexcept): Adjust.
28215         * sysdeps/powerpc/fpu/fegetexcept.c (__fegetexcept): Adjust.
28216         * sysdeps/powerpc/fpu/feholdexcpt.c (feholdexcept): Adjust.
28217         * sysdeps/powerpc/fpu/fesetenv.c (__fesetenv): Adjust.
28218         * sysdeps/powerpc/fpu/feupdateenv.c (__feupdateenv): Adjust.
28219         * sysdeps/powerpc/fpu/fgetexcptflg.c (__fegetexceptflag): Adjust.
28220         * sysdeps/powerpc/fpu/fraiseexcpt.c (__feraiseexcept): Adjust.
28221         * sysdeps/powerpc/fpu/fsetexcptflg.c (__fesetexceptflag): Adjust.
28222         * sysdeps/powerpc/fpu/ftestexcept.c (fetestexcept): Adjust.
28224 2013-10-04  Anton Blanchard <anton@au1.ibm.com>
28226         * sysdeps/powerpc/bits/mathinline.h (__signbitf): Use builtin.
28227         (__signbit): Likewise.  Correct for little-endian.
28228         (__signbitl): Call __signbit.
28229         (lrint): Correct for little-endian.
28230         (lrintf): Call lrint.
28232 2013-10-04  Alan Modra  <amodra@gmail.com>
28234         * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c (mynumber): Replace
28235         union 32-bit int array member with 64-bit int array.
28236         (t515, tm256): Double rather than long double.
28237         (__ieee754_sqrtl): Rewrite using 64-bit arithmetic.
28239 2013-10-04  Alan Modra  <amodra@gmail.com>
28241         * sysdeps/ieee754/ldbl-128ibm/ieee754.h (union ieee854_long_double):
28242         Delete.
28243         (IEEE854_LONG_DOUBLE_BIAS): Delete.
28244         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h: Don't include ieee854
28245         version of math_ldbl.h.
28247 2013-10-04  Alan Modra  <amodra@gmail.com>
28249         [BZ #15734], [BZ #15735]
28250         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c (__ieee754_fmodl): Rewrite
28251         all uses of ieee875 long double macros and unions.  Simplify test
28252         for 0.0L.  Correct |x|<|y| and |x|=|y| test.  Use
28253         ldbl_extract_mantissa value for ix,iy exponents.  Properly
28254         normalize after ldbl_extract_mantissa, and don't add hidden bit
28255         already handled.  Don't treat low word of ieee854 mantissa like
28256         low word of IBM long double and mask off bit when testing for
28257         zero.
28258         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c (__ieee754_hypotl): Rewrite
28259         all uses of ieee875 long double macros and unions.  Simplify tests
28260         for 0.0L and inf.  Correct double adjustment of k.  Delete dead code
28261         adjusting ha,hb.  Simplify code setting kld.  Delete two600 and
28262         two1022, instead use their values.  Recognise that tests for large
28263         "a" and small "b" are mutually exclusive.  Rename vars.  Comment.
28264         * sysdeps/ieee754/ldbl-128ibm/e_remainderl.c (__ieee754_remainderl):
28265         Rewrite all uses of ieee875 long double macros and unions.  Simplify
28266         test for 0.0L and nan.  Correct negation.
28267         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c (__erfl): Rewrite all uses of
28268         ieee875 long double macros and unions.  Correct output for large
28269         magnitude x.  Correct absolute value calculation.
28270         (__erfcl): Likewise.
28271         * math/libm-test.inc: Add tests for errors discovered in IBM long
28272         double versions of fmodl, remainderl, erfl and erfcl.
28274 2013-10-04  Alan Modra  <amodra@gmail.com>
28276         * sysdeps/ieee754/ldbl-128ibm/e_atan2l.c (__ieee754_atan2l): Rewrite
28277         all uses of ieee854 long double macros and unions.  Simplify tests
28278         for long doubles that are fully specified by the high double.
28279         * sysdeps/ieee754/ldbl-128ibm/e_gammal_r.c (__ieee754_gammal_r):
28280         Likewise.
28281         * sysdeps/ieee754/ldbl-128ibm/e_ilogbl.c (__ieee754_ilogbl): Likewise.
28282         Remove dead code too.
28283         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c (__ieee754_jnl): Likewise.
28284         (__ieee754_ynl): Likewise.
28285         * sysdeps/ieee754/ldbl-128ibm/e_log10l.c (__ieee754_log10l): Likewise.
28286         * sysdeps/ieee754/ldbl-128ibm/e_logl.c (__ieee754_logl): Likewise.
28287         * sysdeps/ieee754/ldbl-128ibm/e_powl.c (__ieee754_powl): Likewise.
28288         Remove dead code too.
28289         * sysdeps/ieee754/ldbl-128ibm/k_tanl.c (__kernel_tanl): Likewise.
28290         * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c (__expm1l): Likewise.
28291         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c (__frexpl): Likewise.
28292         * sysdeps/ieee754/ldbl-128ibm/s_isinf_nsl.c (__isinf_nsl): Likewise.
28293         Simplify.
28294         * sysdeps/ieee754/ldbl-128ibm/s_isinfl.c (___isinfl): Likewise.
28295         Simplify.
28296         * sysdeps/ieee754/ldbl-128ibm/s_log1pl.c (__log1pl): Likewise.
28297         * sysdeps/ieee754/ldbl-128ibm/s_modfl.c (__modfl): Likewise.
28298         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c (__nextafterl): Likewise.
28299         Comment on variable precision.
28300         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c (__nexttoward): Likewise.
28301         * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c (__nexttowardf):
28302         Likewise.
28303         * sysdeps/ieee754/ldbl-128ibm/s_remquol.c (__remquol): Likewise.
28304         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c (__scalblnl): Likewise.
28305         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c (__scalbnl): Likewise.
28306         * sysdeps/ieee754/ldbl-128ibm/s_tanhl.c (__tanhl): Likewise.
28307         * sysdeps/powerpc/fpu/libm-test-ulps: Adjust tan_towardzero ulps.
28309 2013-10-04  Alan Modra  <amodra@gmail.com>
28311         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h (ldbl_high): Define.
28312         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c (__ieee754_acoshl): Rewrite
28313         all uses of ieee854 long double macros and unions.
28314         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c (__ieee754_acosl): Likewise.
28315         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c (__ieee754_asinl): Likewise.
28316         * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c (__ieee754_atanhl): Likewise.
28317         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c (__ieee754_coshl): Likewise.
28318         * sysdeps/ieee754/ldbl-128ibm/e_log2l.c (__ieee754_log2l): Likewise.
28319         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c (__ieee754_rem_pio2l):
28320         Likewise.
28321         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c (__ieee754_sinhl): Likewise.
28322         * sysdeps/ieee754/ldbl-128ibm/k_cosl.c (__kernel_cosl): Likewise.
28323         * sysdeps/ieee754/ldbl-128ibm/k_sincosl.c (__kernel_sincosl): Likewise.
28324         * sysdeps/ieee754/ldbl-128ibm/k_sinl.c (__kernel_sinl): Likewise.
28325         * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c (__asinhl): Likewise.
28326         * sysdeps/ieee754/ldbl-128ibm/s_atanl.c (__atanl): Likewise.
28327         Simplify sign and nan test too.
28328         * sysdeps/ieee754/ldbl-128ibm/s_cosl.c (__cosl): Likewise.
28329         * sysdeps/ieee754/ldbl-128ibm/s_fabsl.c (__fabsl): Likewise.
28330         * sysdeps/ieee754/ldbl-128ibm/s_finitel.c (___finitel): Likewise.
28331         * sysdeps/ieee754/ldbl-128ibm/s_fpclassifyl.c (___fpclassifyl):
28332         Likewise.
28333         * sysdeps/ieee754/ldbl-128ibm/s_isnanl.c (___isnanl): Likewise.
28334         * sysdeps/ieee754/ldbl-128ibm/s_issignalingl.c (__issignalingl):
28335         Likewise.
28336         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
28337         * sysdeps/ieee754/ldbl-128ibm/s_signbitl.c (___signbitl): Likewise.
28338         * sysdeps/ieee754/ldbl-128ibm/s_sincosl.c (__sincosl): Likewise.
28339         * sysdeps/ieee754/ldbl-128ibm/s_sinl.c (__sinl): Likewise.
28340         * sysdeps/ieee754/ldbl-128ibm/s_tanl.c (__tanl): Likewise.
28341         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbl.c (__logbl): Likewise.
28343 2013-10-04  Alan Modra  <amodra@gmail.com>
28345         * stdio-common/printf_size.c (__printf_size): Don't use
28346         union ieee854_long_double in fpnum union.
28347         * stdio-common/printf_fphex.c (__printf_fphex): Likewise.  Use
28348         signbit macro to retrieve sign from long double.
28349         * stdio-common/printf_fp.c (___printf_fp): Use signbit macro to
28350         retrieve sign from long double.
28351         * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c: Adjust for fpnum change.
28352         * sysdeps/ieee754/ldbl-128/printf_fphex.c: Likewise.
28353         * sysdeps/ieee754/ldbl-96/printf_fphex.c: Likewise.
28354         * sysdeps/x86_64/fpu/printf_fphex.c: Likewise.
28355         * math/test-misc.c (main): Don't use union ieee854_long_double.
28357 2013-10-04  Alan Modra  <amodra@gmail.com>
28359         [BZ #15680]
28360         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c: Comment fix.
28361         * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c
28362         (PRINT_FPHEX_LONG_DOUBLE): Tidy code by moving -53 into ediff
28363         calculation.  Remove unnecessary test for denormal exponent.
28364         * sysdeps/ieee754/ldbl-128ibm/ldbl2mpn.c (__mpn_extract_long_double):
28365         Correct handling of denormals.  Avoid undefined shift behaviour.
28366         Correct normalisation of low mantissa when low double is denormal.
28367         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h
28368         (ldbl_extract_mantissa): Likewise.  Comment.  Use uint64_t* for hi64.
28369         (ldbl_insert_mantissa): Make both hi64 and lo64 parms uint64_t.
28370         Correct normalisation of low mantissa.  Test for overflow of high
28371         mantissa and normalise.
28372         (ldbl_nearbyint): Use more readable constant for two52.
28373         * sysdeps/ieee754/ldbl-128ibm/mpn2ldbl.c
28374         (__mpn_construct_long_double): Fix test for overflow of high
28375         mantissa and correct normalisation.  Avoid undefined shift.
28377 2013-10-04  Alan Modra  <amodra@gmail.com>
28379         * sysdeps/ieee754/ldbl-128ibm/ieee754.h
28380         (union ibm_extended_long_double): Define as an array of ieee754_double.
28381         (IBM_EXTENDED_LONG_DOUBLE_BIAS): Delete.
28382         * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c: Update all references
28383         to ibm_extended_long_double and IBM_EXTENDED_LONG_DOUBLE_BIAS.
28384         * sysdeps/ieee754/ldbl-128ibm/e_exp10l.c: Likewise.
28385         * sysdeps/ieee754/ldbl-128ibm/e_expl.c: Likewise.
28386         * sysdeps/ieee754/ldbl-128ibm/ldbl2mpn.c: Likewise.
28387         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h: Likewise.
28388         * sysdeps/ieee754/ldbl-128ibm/mpn2ldbl.c: Likewise.
28389         * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c: Likewise.
28390         * sysdeps/ieee754/ldbl-128ibm/strtold_l.c: Likewise.
28391         * sysdeps/ieee754/ldbl-128ibm/x2y2m1l.c: Likewise.
28393 2013-10-03  Joseph Myers  <joseph@codesourcery.com>
28395         * locale/programs/locarchive.c (add_locale): Use constant 4096 for
28396         page size instead of calling getpagesize.
28398         * locale/localeinfo.h (LOCFILE_ALIGN): New macro.
28399         (LOCFILE_ALIGN_MASK): Likewise.
28400         (LOCFILE_ALIGN_UP): Likewise.
28401         (LOCFILE_ALIGNED_P): Likewise.
28402         * locale/programs/ld-collate.c (collate_output): Use the new
28403         macros instead of __alignof__ (int32_t).
28404         * locale/weight.h (findidx): Likewise.
28406 2013-10-03  Ondřej Bílka  <neleai@seznam.cz>
28408         [BZ #431]
28409         * manual/string.texi: Fix strncat and wcsncat.
28411 2013-10-03  Brooks Moses  <bmoses@google.com>
28413         [BZ #15915]
28414         * Makefile (linkobj/libc_pic.a, linkobj/libc.so): Move rules to...
28415         * Makerules: ...here, and adjust associated comments.
28417 2013-10-02  Will Newton  <will.newton@linaro.org>
28419         * malloc/Makefile: Add tst-pvalloc.
28420         * malloc/tst-pvalloc.c: New file.
28422 2013-10-02  Will Newton  <will.newton@linaro.org>
28424         * malloc/tst-valloc.c: Rewrite to use test-skeleton.c and
28425         improve test coverage.
28427 2013-10-02  Will Newton  <will.newton@linaro.org>
28429         * malloc/Makefile: Add tst-posix_memalign.
28430         * malloc/tst-posix_memalign.c: New file.
28432 2013-10-01  Eric Blake  <eblake@redhat.com>
28434         * posix/glob.c (next_brace_sub, prefix_array, collated_compare):
28435         Use __THROWNL rather than __THROW on static functions.
28437 2013-09-30  Petr Machata  <pmachata@redhat.com>
28439         * elf/elf.h (R_AARCH64_ABS16): New macro.
28440         (R_AARCH64_PREL64, R_AARCH64_PREL32): Likewise.
28441         (R_AARCH64_PREL16, R_AARCH64_MOVW_UABS_G0): Likewise.
28442         (R_AARCH64_MOVW_UABS_G0_NC, R_AARCH64_MOVW_UABS_G1): Likewise.
28443         (R_AARCH64_MOVW_UABS_G1_NC, R_AARCH64_MOVW_UABS_G2): Likewise.
28444         (R_AARCH64_MOVW_UABS_G2_NC, R_AARCH64_MOVW_UABS_G3): Likewise.
28445         (R_AARCH64_MOVW_SABS_G0, R_AARCH64_MOVW_SABS_G1): Likewise.
28446         (R_AARCH64_MOVW_SABS_G2, R_AARCH64_LD_PREL_LO19): Likewise.
28447         (R_AARCH64_ADR_PREL_LO21, R_AARCH64_ADR_PREL_PG_HI21): Likewise.
28448         (R_AARCH64_ADR_PREL_PG_HI21_NC, R_AARCH64_ADD_ABS_LO12_NC): Likewise.
28449         (R_AARCH64_LDST8_ABS_LO12_NC, R_AARCH64_LDST16_ABS_LO12_NC): Likewise.
28450         (R_AARCH64_LDST32_ABS_LO12_NC, R_AARCH64_LDST64_ABS_LO12_NC): Likewise.
28451         (R_AARCH64_LDST128_ABS_LO12_NC, R_AARCH64_TSTBR14): Likewise.
28452         (R_AARCH64_CONDBR19, R_AARCH64_JUMP26, R_AARCH64_CALL26): Likewise.
28453         (R_AARCH64_MOVW_PREL_G0, R_AARCH64_MOVW_PREL_G0_NC): Likewise.
28454         (R_AARCH64_MOVW_PREL_G1, R_AARCH64_MOVW_PREL_G1_NC): Likewise.
28455         (R_AARCH64_MOVW_PREL_G2, R_AARCH64_MOVW_PREL_G2_NC): Likewise.
28456         (R_AARCH64_MOVW_PREL_G3, R_AARCH64_MOVW_GOTOFF_G0): Likewise.
28457         (R_AARCH64_MOVW_GOTOFF_G0_NC, R_AARCH64_MOVW_GOTOFF_G1): Likewise.
28458         (R_AARCH64_MOVW_GOTOFF_G1_NC, R_AARCH64_MOVW_GOTOFF_G2): Likewise.
28459         (R_AARCH64_MOVW_GOTOFF_G2_NC, R_AARCH64_MOVW_GOTOFF_G3): Likewise.
28460         (R_AARCH64_GOTREL64, R_AARCH64_GOTREL32): Likewise.
28461         (R_AARCH64_GOT_LD_PREL19, R_AARCH64_LD64_GOTOFF_LO15): Likewise.
28462         (R_AARCH64_ADR_GOT_PAGE, R_AARCH64_LD64_GOT_LO12_NC): Likewise.
28463         (R_AARCH64_LD64_GOTPAGE_LO15, R_AARCH64_TLSGD_ADR_PREL21): Likewise.
28464         (R_AARCH64_TLSGD_ADR_PAGE21, R_AARCH64_TLSGD_ADD_LO12_NC): Likewise.
28465         (R_AARCH64_TLSGD_MOVW_G1, R_AARCH64_TLSGD_MOVW_G0_NC): Likewise.
28466         (R_AARCH64_TLSLD_ADR_PREL21, R_AARCH64_TLSLD_ADR_PAGE21): Likewise.
28467         (R_AARCH64_TLSLD_ADD_LO12_NC, R_AARCH64_TLSLD_MOVW_G1): Likewise.
28468         (R_AARCH64_TLSLD_MOVW_G0_NC, R_AARCH64_TLSLD_LD_PREL19): Likewise.
28469         (R_AARCH64_TLSLD_MOVW_DTPREL_G2): Likewise.
28470         (R_AARCH64_TLSLD_MOVW_DTPREL_G1): Likewise.
28471         (R_AARCH64_TLSLD_MOVW_DTPREL_G1_NC): Likewise.
28472         (R_AARCH64_TLSLD_MOVW_DTPREL_G0): Likewise.
28473         (R_AARCH64_TLSLD_MOVW_DTPREL_G0_NC): Likewise.
28474         (R_AARCH64_TLSLD_ADD_DTPREL_HI12): Likewise.
28475         (R_AARCH64_TLSLD_ADD_DTPREL_LO12): Likewise.
28476         (R_AARCH64_TLSLD_ADD_DTPREL_LO12_NC): Likewise.
28477         (R_AARCH64_TLSLD_LDST8_DTPREL_LO12): Likewise.
28478         (R_AARCH64_TLSLD_LDST8_DTPREL_LO12_NC): Likewise.
28479         (R_AARCH64_TLSLD_LDST16_DTPREL_LO12): Likewise.
28480         (R_AARCH64_TLSLD_LDST16_DTPREL_LO12_NC): Likewise.
28481         (R_AARCH64_TLSLD_LDST32_DTPREL_LO12): Likewise.
28482         (R_AARCH64_TLSLD_LDST32_DTPREL_LO12_NC): Likewise.
28483         (R_AARCH64_TLSLD_LDST64_DTPREL_LO12): Likewise.
28484         (R_AARCH64_TLSLD_LDST64_DTPREL_LO12_NC): Likewise.
28485         (R_AARCH64_TLSLD_LDST128_DTPREL_LO12): Likewise.
28486         (R_AARCH64_TLSLD_LDST128_DTPREL_LO12_NC): Likewise.
28487         (R_AARCH64_TLSIE_MOVW_GOTTPREL_G1): Likewise.
28488         (R_AARCH64_TLSIE_MOVW_GOTTPREL_G0_NC): Likewise.
28489         (R_AARCH64_TLSIE_ADR_GOTTPREL_PAGE21): Likewise.
28490         (R_AARCH64_TLSIE_LD64_GOTTPREL_LO12_NC): Likewise.
28491         (R_AARCH64_TLSIE_LD_GOTTPREL_PREL19): Likewise.
28492         (R_AARCH64_TLSLE_MOVW_TPREL_G2): Likewise.
28493         (R_AARCH64_TLSLE_MOVW_TPREL_G1): Likewise.
28494         (R_AARCH64_TLSLE_MOVW_TPREL_G1_NC): Likewise.
28495         (R_AARCH64_TLSLE_MOVW_TPREL_G0): Likewise.
28496         (R_AARCH64_TLSLE_MOVW_TPREL_G0_NC): Likewise.
28497         (R_AARCH64_TLSLE_ADD_TPREL_HI12): Likewise.
28498         (R_AARCH64_TLSLE_ADD_TPREL_LO12): Likewise.
28499         (R_AARCH64_TLSLE_ADD_TPREL_LO12_NC): Likewise.
28500         (R_AARCH64_TLSLE_LDST8_TPREL_LO12): Likewise.
28501         (R_AARCH64_TLSLE_LDST8_TPREL_LO12_NC): Likewise.
28502         (R_AARCH64_TLSLE_LDST16_TPREL_LO12): Likewise.
28503         (R_AARCH64_TLSLE_LDST16_TPREL_LO12_NC): Likewise.
28504         (R_AARCH64_TLSLE_LDST32_TPREL_LO12): Likewise.
28505         (R_AARCH64_TLSLE_LDST32_TPREL_LO12_NC): Likewise.
28506         (R_AARCH64_TLSLE_LDST64_TPREL_LO12): Likewise.
28507         (R_AARCH64_TLSLE_LDST64_TPREL_LO12_NC): Likewise.
28508         (R_AARCH64_TLSLE_LDST128_TPREL_LO12): Likewise.
28509         (R_AARCH64_TLSLE_LDST128_TPREL_LO12_NC): Likewise.
28510         (R_AARCH64_TLSDESC_LD_PREL19): Likewise.
28511         (R_AARCH64_TLSDESC_ADR_PREL21): Likewise.
28512         (R_AARCH64_TLSDESC_ADR_PAGE21): Likewise.
28513         (R_AARCH64_TLSDESC_LD64_LO12): Likewise.
28514         (R_AARCH64_TLSDESC_ADD_LO12): Likewise.
28515         (R_AARCH64_TLSDESC_OFF_G1): Likewise.
28516         (R_AARCH64_TLSDESC_OFF_G0_NC): Likewise.
28517         (R_AARCH64_TLSDESC_LDR): Likewise.
28518         (R_AARCH64_TLSDESC_ADD): Likewise.
28519         (R_AARCH64_TLSDESC_CALL): Likewise.
28521 2013-09-30  Andreas Schwab  <schwab@suse.de>
28523         [BZ #15048]
28524         * nscd/aicache.c (addhstaiX): Properly use the cache variable for
28525         the nss database lookup.
28526         * nscd/initgrcache.c (addinitgroupsX): Likewise.
28527         * sysdeps/posix/getaddrinfo.c (gaih_inet): Likewise.
28529 2013-09-28  Mike Frysinger  <vapier@gentoo.org>
28531         * sysdeps/unix/sysv/linux/tst-fanotify.c (do_test): Fix style.
28533 2013-09-28  P. J. McDermott  <pj@pehjota.net>
28535         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Don't use
28536         ${Bash-specific parameter/pattern/string} parameter expansion.
28537         * sysdeps/unix/make-syscalls.sh: Likewise.
28539 2013-09-27  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
28541         * sysdeps/sh/stackguard-macros.h: New file.
28543 2013-09-26  Ondřej Bílka  <neleai@seznam.cz>
28545         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Update.
28546         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Remove strrchr ifunc.
28547         * sysdeps/x86_64/multiarch/strend-sse4.S Remove.
28548         * sysdeps/x86_64/multiarch/strrchr-sse2-no-bsf.S Likewise.
28549         * sysdeps/x86_64/multiarch/strrchr.S: Likewise.
28550         * sysdeps/x86_64/strrchr.S (strrchr): Use optimized implementation.
28552 2013-09-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
28554         * sysdeps/powerpc/powerpc64/stackguard-macros.h (POINTER_CHK_GUARD:
28555         Fix thread ID register.
28557 2013-09-25  Joseph Myers  <joseph@codesourcery.com>
28559         * conform/data/sched.h-data [XPG3 || XPG4]: Disable whole file.
28560         [POSIX || UNIX98]: Require rather than permitting all symbols from
28561         <time.h>.
28562         [POSIX || UNIX98] (sched_ss_low_priority): Do not specify optional
28563         element of struct sched_param.
28564         [POSIX || UNIX98] (sched_ss_repl_period): Likewise.
28565         [POSIX || UNIX98] (sched_ss_init_budget): Likewise.
28566         [POSIX || UNIX98] (sched_ss_max_repl): Likewise.
28567         [POSIX || UNIX98] (SCHED_SPORADIC): Do not specify optional
28568         constant.
28570 2013-09-24  Olivier Langlois  <olivier@olivierlanglois.net>
28572         * stdio-common/tst-long-dbl-fphex.c (do_test): Fix swprintf length
28573         argument calculation.
28575 2013-09-24  Joseph Myers  <joseph@codesourcery.com>
28577         * conform/data/pthread.h-data [POSIX] (PTHREAD_MUTEX_INITIALIZER):
28578         Expect macro.
28579         [POSIX] (pthread_attr_t): Do not require type.
28580         [POSIX] (pthread_cond_t): Likewise.
28581         [POSIX] (pthread_condattr_t): Likewise.
28582         [POSIX] (pthread_key_t): Likewise.
28583         [POSIX] (pthread_mutex_t): Likewise.
28584         [POSIX] (pthread_mutexattr_t): Likewise.
28585         [POSIX] (pthread_once_t): Likewise.
28586         [POSIX] (pthread_t): Likewise.
28587         [POSIX-based standards] (pthread_atfork): Expect function.
28589 2013-09-24  Joseph Myers  <joseph@codesourcery.com>
28590             Richard Sandiford  <richard@codesourcery.com>
28592         * locale/programs/locfile.h: Include <byteswap.h> and <stdbool.h>.
28593         (swap_endianness_p): New extern variable.
28594         (set_big_endian): New inline function.
28595         (maybe_swap_uint32): Likewise.
28596         (maybe_swap_uint32_array): Likewise.
28597         (maybe_swap_uint32_obstack): Likewise.
28598         * locale/programs/locfile.c: Include <stdbool.h>.
28599         (swap_endianness_p): New variable.
28600         (add_locale_uint32): Call maybe_swap_uint32.
28601         (add_locale_uint32_array): Call maybe_swap_uint32_obstack.
28602         (write_locale_data): Call maybe_swap_uint32_array.
28603         * locale/programs/ld-collate.c (obstack_int32_grow): Call
28604         maybe_swap_uint32.
28605         (obstack_int32_grow_fast): Likewise.
28606         (output_weightwc): Call maybe_swap_uint32_obstack.
28607         (collate_output): Likewise.
28608         * locale/programs/localedef.c (OPT_LITTLE_ENDIAN): New macro.
28609         (OPT_LITTLE_ENDIAN): Likewise.
28610         (options): Add --little-endian and --big-endian options.
28611         (parse_opt): Handle OPT_LITTLE_ENDIAN and OPT_BIG_ENDIAN.
28612         * locale/programs/locarchive.c: Include "locfile.h".
28613         (GET): New macro.
28614         (SET): Likewise.
28615         (INC): Likewise.
28616         (create_archive): Use the new macros to access fields of
28617         structures directly mapped from or written to locale archives.
28618         (oldlocrecentcmp): Likewise.
28619         (enlarge_archive): Likewise.
28620         (insert_name): Likewise.
28621         (add_alias): Likewise.
28622         (add_locale): Likewise.
28623         (delete_locales_from_archive): Likewise.
28624         (show_archive_content): Likewise.
28625         (add_locale_to_archive): Likewise.  Use maybe_swap_uint32 on
28626         locale data.
28628 2013-09-24  Roland McGrath  <roland@hack.frob.com>
28630         * manual/freemanuals.texi: Updated from (newly) canonical copy at
28631         http://www.gnu.org/doc/freemanuals.texi.
28632         * manual/libc.texinfo (Free Manuals): Put the @appendix line here.
28634 2013-09-24  Will Newton  <will.newton@linaro.org>
28636         * sysdeps/mach/hurd/i386/tls.h (TLS_INIT_TP_EXPENSIVE): Remove
28637         macro.
28639 2013-09-23  Joseph Myers  <joseph@codesourcery.com>
28641         * locale/hashval.h (compute_hashval): Interpret bytes of key as
28642         unsigned char.
28644 2013-09-23  Maciej W. Rozycki  <macro@codesourcery.com>
28646         * manual/threads.texi (POSIX Threads): Fix a typo.
28648 2013-09-23  Siddhesh Poyarekar  <siddhesh@redhat.com>
28650         [BZ #14547]
28651         * string/tst-strcoll-overflow.c: New test case.
28652         * string/Makefile (xtests): Add tst-strcoll-overflow.
28653         * string/strcoll_l.c (STRCOLL): Skip allocating memory for
28654         cache if string sizes may cause integer overflow.
28656         [BZ #14547]
28657         * string/strcoll_l.c (coll_seq): New members rule, idx,
28658         save_idx and back_us.
28659         (get_next_seq_nocache): New function.
28660         (do_compare_nocache): New function.
28661         (STRCOLL): Use get_next_seq_nocache and do_compare_nocache
28662         when malloc fails.
28664 2013-09-23  Carlos O'Donell  <carlos@redhat.com>
28666         [BZ #15754]
28667         * sysdeps/generic/stackguard-macros.h: If PTRGUARD_LOCAL use
28668         __pointer_chk_guard_local, otherwise __pointer_chk_guard.
28669         * elf/Makefile: Define CFLAGS-tst-ptrguard1-static.c.
28671         [BZ #15754]
28672         * elf/Makefile (tests): Add tst-ptrguard1.
28673         (tests-static): Add tst-ptrguard1-static.
28674         (tst-ptrguard1-ARGS): Define.
28675         (tst-ptrguard1-static-ARGS): Define.
28676         * elf/tst-ptrguard1.c: New file.
28677         * elf/tst-ptrguard1-static.c: New file.
28678         * sysdeps/x86_64/stackguard-macros.h: Define POINTER_CHK_GUARD.
28679         * sysdeps/i386/stackguard-macros.h: Likewise.
28680         * sysdeps/powerpc/powerpc32/stackguard-macros.h: Likewise.
28681         * sysdeps/powerpc/powerpc64/stackguard-macros.h: Likewise.
28682         * sysdeps/s390/s390-32/stackguard-macros.h: Likewise.
28683         * sysdeps/s390/s390-64/stackguard-macros.h: Likewise.
28684         * sysdeps/sparc/sparc32/stackguard-macros.h: Likewise.
28685         * sysdeps/sparc/sparc64/stackguard-macros.h: Likewise.
28687 2013-09-23  Hector Marco  <hecmargi@upv.es>
28688             Ismael Ripoll  <iripoll@disca.upv.es>
28689             Carlos O'Donell  <carlos@redhat.com>
28691         [BZ #15754]
28692         * sysdeps/generic/stackguard-macros.h: Define
28693         __pointer_chk_guard_local and POINTER_CHK_GUARD.
28694         * csu/libc-start.c [!SHARED && !THREAD_SET_POINTER_GUARD]:
28695         Define __pointer_chk_guard_local.
28696         (LIBC_START_MAIN) [!SHARED]: Call _dl_setup_pointer_guard.
28697         Use THREAD_SET_POINTER_GUARD or set __pointer_chk_guard_local.
28699 2013-09-15  Vinitha Vijayan <vinitha.vijayann@gmail.com>
28701         [BZ #15859]
28702         * elf/dl-deps.c (_dl_map_object_deps): Remove duplicate declaration.
28704 2013-09-20  Andreas Schwab  <schwab@linux-m68k.org>
28706         * include/string.h (__ffs): Declare as hidden.
28707         * string/ffs.c (__ffs): Define as hidden.
28708         * sysdeps/i386/ffs.c (__ffs): Likewise.
28709         * sysdeps/i386/i686/ffs.c (__ffs): Likewise.
28710         * sysdeps/powerpc/ffs.c (__ffs): Likewise.
28711         * sysdeps/s390/ffs.c (__ffs): Likewise.
28712         * sysdeps/x86_64/ffs.c (__ffs): Likewise.
28714 2013-09-20  Alexandre Oliva <aoliva@redhat.com>
28716         * NEWS: Mention malloc probes.
28718         * malloc/arena.c (new_heap): New memory_heap_new probe.
28719         (grow_heap): New memory_heap_more probe.
28720         (shrink_heap): New memory_heap_less probe.
28721         (heap_trim): New memory_heap_free probe.
28722         * malloc/malloc.c (sysmalloc): New memory_sbrk_more probe.
28723         (systrim): New memory_sbrk_less probe.
28724         * manual/probes.texi: Document them.
28726         * malloc/arena.c (arena_get_retry): Add memory_arena_retry probe.
28727         * manual/probes.texi: Document it.
28729         * malloc/malloc.c (__libc_malloc): Add memory_malloc_retry probe.
28730         (__libc_realloc): Add memory_realloc_retry probe.
28731         (__libc_memalign): Add memory_memalign_retry probe.
28732         (__libc_valloc): Add memory_valloc_retry probe.
28733         (__libc_pvalloc): Add memory_pvalloc_retry probe.
28734         (__libc_calloc): Add memory_calloc_retry probe.
28735         * manual/probes.texi: Document them.
28737         * malloc/arena.c (get_free_list): Add probe
28738         memory_arena_reuse_free_list.
28739         (reused_arena) [PER_THREAD]: Add probes memory_arena_reuse_wait
28740         and memory_arena_reuse.
28741         (arena_get2) [!PER_THREAD]: Likewise.
28742         * malloc/malloc.c (__libc_realloc) [!PER_THREAD]: Add probe
28743         memory_arena_reuse_realloc.
28744         * manual/probes.texi: Document them.
28746         * malloc/malloc.c (__libc_free): Add
28747         memory_mallopt_free_dyn_thresholds probe.
28748         (__libc_mallopt): Add multiple memory_mallopt probes.
28749         * manual/probes.texi: Document them.
28751         * malloc/malloc.c: Include stap-probe.h.
28752         (__libc_mallopt): Add memory_mallopt probe.
28753         * malloc/arena.c (_int_new_arena): Add memory_arena_new probe.
28754         * manual/probes.texi: New.
28755         * manual/Makefile (chapters): Add probes.
28756         * manual/threads.texi: Set next node.
28758 2013-09-19  Wei-Lun Chao  <bluebat@member.fsf.org>
28760         [BZ #15963, #13985]
28761         * locale/iso-639.def: Add Chiga (cgg) and Chinese (gan, hak,
28762         czh, cjy, lzh, cmn, mnp, cdo, czo, cpx, wuu, hsn, yue).
28763         Add `Chinese' to `nan' entry name.
28765 2013-09-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
28767         * sysdeps/ieee754/dbl-64/s_sin.c (POLYNOMIAL2): New macro.
28768         (POLYNOMIAL): Likewise.
28769         (TAYLOR_SINCOS): Likewise.
28770         (TAYLOR_SLOW): Likewise.
28771         (__sin): Use TAYLOR_SINCOS.
28772         (__cos): Likewise.
28773         (slow): Use TAYLOR_SLOW.
28774         (sloww): Likewise.
28775         (bsloww): Likewise.
28776         (csloww): Likewise.
28778 2013-09-19  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
28780         * stdlib/strtod_l.c: Fix buffer overrun.
28782 2013-09-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
28784         * benchtests/Makefile (bench): Add sincos.
28785         * benchtests/bench-sincos.c: New file.
28787         * math/libm-test.inc (cos_test_data): New test inputs.
28788         (sin_test_data): Likewise.
28790         * sysdeps/ieee754/dbl-64/s_sin.c (SINCOS_TABLE_LOOKUP): New
28791         macro.
28792         (__sin): Use it.
28793         (__cos): Likewise.
28794         (slow1): Likewise.
28795         (slow2): Likewise.
28796         (sloww1): Likewise.
28797         (sloww2): Likewise.
28798         (bsloww1): Likewise.
28799         (bsloww2): Likewise.
28800         (cslow2): Likewise.
28801         (csloww1): Likewise.
28802         (csloww2): Likewise.
28804         * sysdeps/ieee754/dbl-64/s_sin.c (reduce_and_compute): New
28805         function.
28806         (__sin): Use it.
28807         (__cos): Likewise.
28809         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Remove redundant
28810         gotos.
28811         (__cos): Likewise.
28813 2013-09-18  Maciej W. Rozycki  <macro@codesourcery.com>
28815         * config.h.in (HAVE_MIPS_NAN2008): New macro.
28816         * elf/elf.h (EF_MIPS_NAN2008): Likewise.
28817         * sysdeps/generic/ldconfig.h (FLAG_MIPS_LIB32_NAN2008): Likewise.
28818         (FLAG_MIPS64_LIBN32_NAN2008): Likewise.
28819         (FLAG_MIPS64_LIBN64_NAN2008): Likewise.
28820         * elf/cache.c (print_entry): Handle the new cache flags.
28822 2013-09-18  Joseph Myers  <joseph@codesourcery.com>
28823             Aldy Hernandez  <aldyh@redhat.com>
28825         * sysdeps/powerpc/fpu_control.h [_SOFT_FLOAT || __NO_FPRS__]:
28826         Change condition to [_SOFT_FLOAT].
28827         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RC_NEAREST): New macro.
28828         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RC_DOWN): Likewise.
28829         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RC_UP): Likewise.
28830         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RC_ZERO): Likewise.
28831         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_ZM): Likewise.
28832         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_OM): Likewise.
28833         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_UM): Likewise.
28834         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_XM): Likewise.
28835         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_IM): Likewise.
28836         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RESERVED): Likewise.
28837         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_DEFAULT): Likewise.
28838         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_IEEE): Likewise.
28839         [__NO_FPRS__ && !_SOFT_FLOAT] (fpu_control_t): New typedef.
28840         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_GETCW): New macro.
28841         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_SETCW): Likewise.
28842         [__NO_FPRS__ && !_SOFT_FLOAT] (__fpu_control): New variable
28843         declaration.
28845 2013-09-18  Joseph Myers  <joseph@codesourcery.com>
28847         * sysdeps/powerpc/powerpc32/__longjmp-common.S (LOAD_GP): Define
28848         macro conditional on [__SPE__ || (__NO_FPRS__ && !_SOFT_FLOAT)].
28849         (__longjmp): Use LOAD_GP to load saved GPRs.
28850         * sysdeps/powerpc/powerpc32/setjmp-common.S (SAVE_GP): Define
28851         macro conditional on [__SPE__ || (__NO_FPRS__ && !_SOFT_FLOAT)].
28852         (__sigsetjmp): Use SAVE_GP to save GPRs.
28854         * sysdeps/powerpc/powerpc32/Makefile [$(with-fp) = no] (+cflags):
28855         Do not append -msoft-float.
28856         [$(with-fp) = no] (sysdep-LDFLAGS): Likewise.
28858 2013-09-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
28860         * sysdeps/ieee754/dbl-64/sincos32.c: Fix code formatting.
28862 2013-09-17  Joseph Myers  <joseph@codesourcery.com>
28864         [BZ #15966]
28865         * sysdeps/powerpc/fpu_control.h [!_SOFT_FLOAT && !__NO_FPRS__]
28866         (_FPU_GETCW): Use initial "__" on variable and field names but not
28867         on macro parameter name.
28868         [!_SOFT_FLOAT && !__NO_FPRS__] (_FPU_SETCW): Likewise.  Use
28869         parentheses around reference to macro parameter.
28871 2013-09-13  Richard Sandiford  <richard@codesourcery.com>
28873         * locale/programs/ld-ctype.c (find_idx): Use uint32_t in
28874         prototype.
28875         (ctype_startup): Use uint32_t in cast and sizeof for
28876         ctype->charnames.
28878 2013-09-11  Jia Liu  <proljc@gmail.com>
28880         * sunrpc/rpc/types.h [__APPLE_CC__]: Define __u_char_defined and
28881         __daddr_t_defined.
28882         [__FreeBSD__]: Likewise.
28884 2013-09-11  Ondřej Bílka  <neleai@seznam.cz>
28886         * sysdeps/x86_64/multiarch/ifunc-impl-list.c
28887         (__libc_ifunc_impl_list): Remove: __strchr_sse42.
28888         * sysdeps/x86_64/multiarch/strchr.S (__strchr_sse42): Remove.
28889         (strchr): Remove __strchr_sse42 ifunc selection.
28890         * sysdeps/x86_64/strchr.S (strchr): Use optimized implementation.
28891         * sysdeps/x86_64/strchrnul.S: Include sysdeps/x86_64/strchr.S.
28893 2013-09-11  Will Newton  <will.newton@linaro.org>
28895         * benchtests/bench-timing.h (TIMING_INIT): Rename ITERS
28896         parameter to RES. Remove hardcoded 1000 value.
28897         * benchtests/bench-skeleton.c (main): Pass RES parameter
28898         to TIMING_INIT and multiply result by 1000.
28900 2013-09-10  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
28902         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
28904 2013-09-11  Andreas Schwab  <schwab@suse.de>
28906         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (__O_TMPFILE): Define
28907         if not defined.
28908         (O_TMPFILE) [__USE_GNU]: Define.
28909         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (__O_TMPFILE):
28910         Define.
28912 2013-09-11  Will Newton  <will.newton@linaro.org>
28914         [BZ #15857]
28915         * malloc/malloc.c (__libc_memalign): Check the value of bytes
28916         does not overflow.
28918 2013-09-11  Will Newton  <will.newton@linaro.org>
28920         [BZ #15856]
28921         * malloc/malloc.c (__libc_valloc): Check the value of bytes
28922         does not overflow.
28924 2013-09-11  Will Newton  <will.newton@linaro.org>
28926         [BZ #15855]
28927         * malloc/malloc.c (__libc_pvalloc): Check the value of bytes
28928         does not overflow.
28930 2013-09-10  Ondřej Bílka  <neleai@seznam.cz>
28932         * sysdeps/ieee754/dbl-64/e_j0.c: Remove DO_NOT_USE_THIS conditionals.
28933         * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
28934         * sysdeps/ieee754/dbl-64/s_erf.c: Likewise.
28935         * sysdeps/ieee754/dbl-64/s_expm1.c: Likewise.
28936         * sysdeps/ieee754/dbl-64/s_log1p.c: Likewise.
28938 2013-09-10  Allan McRae  <allan@archlinux.org>
28940         [BZ #15748]
28941         * manual/arith.texi (Parsing of Floats): Clarify
28942         cross-reference.
28944         [BZ #15849]
28945         * manual/install.texi (Running make install): Mention
28946         --enable-pt-chown.
28947         * INSTALL: Regenerated.
28949 2013-09-09  Maciej W. Rozycki  <macro@codesourcery.com>
28951         * csu/init-first.c (_init): Remove the !SHARED condition around
28952         FPU control word initialization.
28953         * elf/dl-support.c (_dl_fpu_control): New variable.
28954         (_dl_aux_init) <AT_FPUCW>: Initialize it.
28955         * math/test-fpucw.c [!FPU_CONTROL] (FPU_CONTROL): New macro.
28956         (main): Replace _FPU_DEFAULT with FPU_CONTROL throughout.
28957         * math/test-fpucw-static.c: New file.
28958         * math/test-fpucw-ieee.c: New file.
28959         * math/test-fpucw-ieee-static.c: New file.
28960         * math/Makefile (tests): Add `test-fpucw-ieee' and
28961         `$(tests-static)'.
28962         (tests-static): New variable.
28963         [($(build-shared),yes)] ($(addprefix $(objpfx),$(tests))): Move
28964         dependency to...
28965         [($(build-shared),yes)]
28966         ($(addprefix $(objpfx),$(filter-out $(tests-static),$(tests)))):
28967         ... this.
28968         [($(build-shared),yes)] ($(addprefix $(objpfx),$(tests-static))):
28969         New dependency.
28971 2013-09-09  Allan McRae  <allan@archlinux.org>
28973         [BZ #15939]
28974         * manual/string.texi (Collation Functions): Fix typo in
28975         strcoll example.
28976         Reported by Suren Karapetyan <me@suren.karapetyan.name>.
28978         [BZ #15893]
28979         * stdlib/isomac.c (get_null_defines): Fix memory leak.
28981         [BZ #15892]
28982         * libio/memstream.c (open_memstream): Fix memory leak.
28983         * libio/wmemstream.c (open_wmemstream): Likewise.
28985         [BZ #15895]
28986         * nscd/netgroupcache.c: Fix nesting of ifdefs.
28988 2013-09-09  Will Newton  <will.newton@linaro.org>
28990         * malloc/Makefile: Add tst-realloc to tests.
28991         * malloc/tst-realloc.c: New file.
28993 2013-09-09  Allan McRae  <allan@archlinux.org>
28995         [BZ #15844]
28996         * COPYING: Update from GNU website to fix FSF address.
28997         * COPYING.LIB: Likewise.
28999 2013-09-06  David S. Miller  <davem@davemloft.net>
29001         * po/zh_TW.po: Update Chinese (traditional) translation from
29002         translation project.
29004 2013-09-06  Richard Sandiford  <richard@codesourcery.com>
29005             Joseph Myers  <joseph@codesourcery.com>
29007         * locale/programs/locfile.c: Include <assert.h>, <wchar.h> and
29008         "localeinfo.h".
29009         (obstack_chunk_alloc): New macro.
29010         (obstack_chunk_free): Likewise.
29011         (record_offset): New function.
29012         (init_locale_data): Likewise.
29013         (align_locale_data): Likewise.
29014         (add_locale_empty): Likewise.
29015         (add_locale_raw_data): Likewise.
29016         (add_locale_raw_obstack): Likewise.
29017         (add_locale_string): Likewise.
29018         (add_locale_wstring): Likewise.
29019         (add_locale_uint32): Likewise.
29020         (add_locale_uint32_array): Likewise.
29021         (add_locale_char): Likewise.
29022         (start_locale_structure): Likewise.
29023         (end_locale_structure): Likewise.
29024         (start_locale_prelude): Likewise.
29025         (end_locale_prelude): Likewise.
29026         (write_locale_data): Take locale_file structure rather than an
29027         iovec.
29028         * locale/programs/locfile.h: Include "obstack.h".
29029         (struct locale_file): Change to store locale file contents instead
29030         of header.
29031         (init_locale_data): New prototype.
29032         (align_locale_data): Likewise.
29033         (add_locale_empty): Likewise.
29034         (add_locale_raw_data): Likewise.
29035         (add_locale_raw_obstack): Likewise.
29036         (add_locale_string): Likewise.
29037         (add_locale_wstring): Likewise.
29038         (add_locale_uint32): Likewise.
29039         (add_locale_uint32_array): Likewise.
29040         (add_locale_char): Likewise.
29041         (start_locale_structure): Likewise.
29042         (end_locale_structure): Likewise.
29043         (start_locale_prelude): Likewise.
29044         (end_locale_prelude): Likewise.
29045         (write_locale_data): Update prototype.
29046         * locale/programs/3level.h (struct TABLE): Remove result field.
29047         (CONCAT(TABLE,_finalize)): Change to CONCAT(add_locale_,TABLE).
29048         Use new locale_file interface.
29049         [!NO_FINALIZE]: Change condition to [!NO_ADD_LOCALE].
29050         (NO_FINALIZE): Change #undef to #undef of NO_ADD_LOCALE.
29051         * locale/programs/ld-address.c (address_output): Use new
29052         locale_file interface.
29053         * locale/programs/ld-collate.c (NO_FINALIZE): Change to
29054         NO_ADD_LOCALE.
29055         (collate_finish): Don't call collseq_table_finalize.
29056         (collate_output): Use new locale_file interface.
29057         * locale/programs/ld-ctype.c: Move includes of "3level.h" earlier
29058         in file.
29059         (NO_FINALIZE): Change to NO_ADD_LOCALE.
29060         (TABLE): Move defines earlier in file.
29061         (ELEMENT): Likewise.
29062         (DEFAULT): Likewise.
29063         (wctrans_table_add): Move macro and inline function earlier in
29064         file.
29065         (struct wctype_table): Move type earlier in file.
29066         (add_locale_wctype_table): New static prototype.
29067         (struct locale_ctype_t): Use logical types instead of struct iovec
29068         pointers for members.
29069         (ctype_output): Use new locale_file interface.
29070         (wctype_table_finalize): Change to add_locale_wctype_table.  Use
29071         new locale_file interface.
29072         (allocate_arrays): Update for use of new locale_file interface.
29073         * locale/programs/ld-identification.c (identification_output): Use
29074         new locale_file interface.
29075         * locale/programs/ld-measurement.c (measurement_output): Likewise.
29076         * locale/programs/ld-messages.c (messages_output): Likewise.
29077         * locale/programs/ld-monetary.c (monetary_output): Likewise.
29078         * locale/programs/ld-name.c (name_output): Likewise.
29079         * locale/programs/ld-numeric.c (numeric_output): Likewise.
29080         * locale/programs/ld-paper.c (paper_output): Likewise.
29081         * locale/programs/ld-telephone.c (telephone_output): Likewise.
29082         * locale/programs/ld-time.c (time_output): Likewise.
29084 2013-09-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
29086         * benchtests/Makefile: Add memrchr benchmark.
29087         * benchtests/bench-memchr.c (USE_AS_MEMRCHR): Add define to use
29088         benchmark as memrchr.
29089         * benchtests/bench-memrchr-ifunc.c: New file.
29090         * benchtests/bench-memrchr.c: New file.
29092 2013-09-06   Will Newton  <will.newton@linaro.org>
29094         * benchtests/Makefile (string-bench): Add memcpy.
29096 2013-09-05  Carlos O'Donell  <carlos@redhat.com>
29097             Cong Wang  <amwang@redhat.com>
29099         [BZ #15850]
29100         * sysdeps/unix/sysv/linux/bits/in.h
29101         [_UAPI_LINUX_IN6_H]: Define __USE_KERNEL_IPV6_DEFS.
29102         * inet/netinet/in.h: Move in_addr definition and bits/in.h inclusion
29103         before __USE_KERNEL_IPV6_DEFS uses.
29104         * inet/netinet/in.h [!__USE_KERNEL_IPV6_DEFS]: Define IPPROTO_MH, and
29105         IPPROTO_BEETPH.
29106         [__USE_KERNEL_IPV6_DEFS]: Don't define any of IPPROTO_*, in6_addr,
29107         sockaddr_in6, or ipv6_mreq.
29109 2013-09-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
29111         * sysdeps/powerpc/powerpc32/power7/memrchr.S (__memrchr): Fix invalid
29112         memory access for final bytes in some large inputs.
29113         * sysdeps/powerpc/powerpc64/power7/memrchr.S (__memrchr): Likewise.
29115 2013-09-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
29117         * string/test-memrchr.c: New file.
29118         * string/test-memrchr-ifunc.c: New file.
29119         * string/Makefile: Add new memrchr testcase.
29121 2013-09-05  Mike Frysinger  <vapier@gentoo.org>
29123         * sysdeps/unix/sysv/linux/tst-fanotify.c (do_test): Skip test when
29124         fanotify_init returns EPERM.
29126 2013-09-04  Joseph Myers  <joseph@codesourcery.com>
29128         * conform/conformtest.pl (newtoken): Treat tokens not allowed as
29129         errors.
29130         (top level): Treat second token from macro or constant entries for
29131         allowed headers as allowed.
29132         * include/complex.h: Condition internal declarations on
29133         [!_ISOMAC].
29134         * include/fenv.h: Condition include of <stdbool.h> and internal
29135         declarations on [!_ISOMAC].
29137 2013-09-04  Chris Leonard  <cjl@sugarlabs,.org>
29139         [BZ #15923]
29140         * locale/iso-4217.def: Update iso-1427.def and related occurrences.
29142 2013-09-04  Joseph Myers  <joseph@codesourcery.com>
29144         * configure.in (--enable-versioning): Remove configure option.
29145         (libc_cv_asm_symver_directive): Remove configure test.
29146         (libc_cv_ld_version_script_option): Likewise.
29147         (VERSIONING): Remove variable and AC_SUBST.
29148         (DO_VERSIONING): Remove AC_DEFINE.
29149         * configure: Regenerated.
29150         * config.h.in (DO_VERSIONING): Remove macro.
29151         * Makerules [$(versioning) = yes]: Change conditionals to
29152         [$(build-shared) = yes].
29153         * config.make.in (versioning): Remove variable.
29154         * dlfcn/Makefile [$(versioning) = yes]: Change conditionals to
29155         [$(build-shared) = yes].
29156         * dlfcn/modstatic2.c (test) [DO_VERSIONING]: Remove conditional.
29157         * dlfcn/tststatic2.c (main) [DO_VERSIONING]: Likewise.
29158         * elf/Makefile [$(versioning) = yes]: Change conditionals to
29159         [$(build-shared) = yes].
29160         * extra-lib.mk [$(versioning) = yes]: Likewise.
29161         * hurd/Makefile [$(versioning) = yes]: Likewise.
29162         * hurd/geteuids.c [SHARED && DO_VERSIONING]: Change conditional to
29163         [SHARED].
29164         * include/libc-symbols.h [DO_VERSIONING]: Change conditional to
29165         [SHARED].
29166         [SHARED && DO_VERSIONING && !NO_HIDDEN]: Change conditional to
29167         [SHARED && !NO_HIDDEN].
29168         * include/shlib-compat.h [DO_VERSIONING]: Change conditional to
29169         [SHARED].
29170         [SHARED && DO_VERSIONING]: Likewise..
29171         * libio/Makefile [$(versioning) = yes]: Change conditionals to
29172         [$(build-shared) = yes].
29173         * manual/install.texi (--disable-versioning): Remove
29174         documentation.
29175         * INSTALL: Regenerated.
29176         * resolv/res_libc.c [SHARED && DO_VERSIONING]: Change conditional
29177         to [SHARED].
29178         * sunrpc/Makefile [$(versioning) = yes]: Change conditional to
29179         [$(build-shared) = yes].
29180         * sysdeps/gnu/Makefile [$(versioning) = yes]: Likewise.
29181         * sysdeps/i386/i686/multiarch/strstr-c.c
29182         [SHARED && DO_VERSIONING && !NO_HIDDEN]: Change conditional to
29183         [SHARED && !NO_HIDDEN].
29184         * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h
29185         [SHARED && DO_VERSIONING]: Change conditional to [SHARED].
29186         * sysdeps/powerpc/powerpc32/dl-machine.c
29187         [SHARED && !(DO_VERSIONING - 0)]: Remove conditional error.
29188         * sysdeps/powerpc/powerpc32/sysdep.h
29189         [SHARED && DO_VERSIONING && PIC && !NO_HIDDEN]: Change conditional
29190         to [SHARED && PIC && !NO_HIDDEN].
29191         * sysdeps/wordsize-32/divdi3.c [SHARED && DO_VERSIONING]: Change
29192         conditional to [SHARED].
29194 2013-09-04   Will Newton  <will.newton@linaro.org>
29196         * benchtests/bench-timing.h (TIMING_PRINT_MEAN): New macro.
29197         * benchtests/bench-string.h: Include bench-timing.h instead
29198         of including hp-timing.h directly. (INNER_LOOP_ITERS): New
29199         define. (HP_TIMING_BEST): Delete macro. (test_init): Remove
29200         call to HP_TIMING_DIFF_INIT.
29201         * benchtests/bench-memccpy.c: Use bench-timing.h macros
29202         instead of hp-timing.h macros.
29203         * benchtests/bench-memchr.c: Likewise.
29204         * benchtests/bench-memcmp.c: Likewise.
29205         * benchtests/bench-memcpy.c: Likewise.
29206         * benchtests/bench-memmem.c: Likewise.
29207         * benchtests/bench-memmove.c: Likewise.
29208         * benchtests/bench-memset.c: Likewise.
29209         * benchtests/bench-rawmemchr.c: Likewise.
29210         * benchtests/bench-strcasecmp.c: Likewise.
29211         * benchtests/bench-strcasestr.c: Likewise.
29212         * benchtests/bench-strcat.c: Likewise.
29213         * benchtests/bench-strchr.c: Likewise.
29214         * benchtests/bench-strcmp.c: Likewise.
29215         * benchtests/bench-strcpy.c: Likewise.
29216         * benchtests/bench-strcpy_chk.c: Likewise.
29217         * benchtests/bench-strlen.c: Likewise.
29218         * benchtests/bench-strncasecmp.c: Likewise.
29219         * benchtests/bench-strncat.c: Likewise.
29220         * benchtests/bench-strncmp.c: Likewise.
29221         * benchtests/bench-strncpy.c: Likewise.
29222         * benchtests/bench-strnlen.c: Likewise.
29223         * benchtests/bench-strpbrk.c: Likewise.
29224         * benchtests/bench-strrchr.c: Likewise.
29225         * benchtests/bench-strspn.c: Likewise.
29226         * benchtests/bench-strstr.c: Likewise.
29228 2013-09-04  Will Newton  <will.newton@linaro.org>
29230         * benchtests/Makefile: Use LDLIBS instead of LDFLAGS.
29232 2013-09-03  Joseph Myers  <joseph@codesourcery.com>
29234         [BZ #15427]
29235         * sysdeps/ieee754/flt-32/e_lgammaf_r.c (__ieee754_lgammaf_r): Use
29236         2**-30 instead of 2**-70 as threshold for returning -log(|x|).
29237         * math/libm-test.inc (lgamma_test_data): Add more tests.
29238         * sysdeps/i386/fpu/libm-test-ulps: Update.
29239         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
29241 2013-09-03   Ondřej Bílka  <neleai@seznam.cz>
29243         * sysdeps/x86_64/multiarch/strcmp-sse2-unaligned.S: New file.
29244         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
29245         Add ifunc.
29246         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines):
29247         Add strcmp-sse2-unaligned
29248         * sysdeps/x86_64/multiarch/strcmp.S (strcmp): Add ifunc.
29250 2013-09-02  Mike Frysinger  <vapier@gentoo.org>
29252         * Versions.def (libc): Add GLIBC_2.19.
29254 2013-09-02  Mike Frysinger  <vapier@gentoo.org>
29256         * sysdeps/unix/sysv/linux/tst-fanotify.c: New test.
29257         * sysdeps/unix/sysv/linux/Makefile (tests): Add tst-fanotify.
29259 2013-09-02  Joseph Myers  <joseph@codesourcery.com>
29261         [BZ #14155]
29262         * sysdeps/ieee754/flt-32/e_jnf.c (__ieee754_jnf): Use double for
29263         intermediate calculations in recurrence.
29264         (__ieee754_ynf): Likewise.
29265         * math/libm-test.inc (jn_test_data): Do not allow spurious
29266         underflow exception.  Add more tests.
29267         (yn_test_data): Add more tests.
29268         * sysdeps/i386/fpu/libm-test-ulps: Update.
29269         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
29271 2013-09-02   Ondřej Bílka  <neleai@seznam.cz>
29273         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Fix typo.
29275 2013-08-30   Ondřej Bílka  <neleai@seznam.cz>
29277         * csu/init-first.c: Fix then/than typos.
29278         * locale/programs/ld-collate.c: Likewise.
29279         * locale/programs/linereader.h: Likewise.
29280         * manual/charset.texi: Likewise.
29281         * manual/filesys.texi: Likewise.
29282         * manual/stdio.texi: Likewise.
29283         * manual/string.texi: Likewise.
29284         * stdlib/fmtmsg.c: Likewise.
29285         * sysdeps/i386/stpncpy.S: Likewise.
29286         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
29287         * sysdeps/powerpc/powerpc32/power6/memset.S: Likewise.
29288         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Likewise.
29289         * sysdeps/powerpc/powerpc64/power6/memset.S: Likewise.
29291 2013-08-30   Ondřej Bílka  <neleai@seznam.cz>
29293         * elf/dl-open.c: Fix typos.
29294         * iconvdata/gbbig5.c: Likewise.
29295         * iconvdata/iso-2022-jp.c: Likewise.
29296         * iconv/gconv_int.h: Likewise.
29297         * iconv/loop.c: Likewise.
29298         * nis/rpcsvc/nis.h: Likewise.
29299         * resolv/ns_name.c: Likewise.
29300         * stdio-common/vfscanf.c: Likewise.
29301         * streams/stropts.h: Likewise.
29302         * sunrpc/rpc_thread.c: Likewise.
29303         * sysdeps/i386/strpbrk.S: Likewise.
29304         * sysdeps/ieee754/k_standard.c: Likewise.
29305         * sysdeps/ieee754/ldbl-128/e_expl.c: Likewise.
29306         * sysdeps/ieee754/ldbl-128ibm/e_expl.c: Likewise.
29307         * sysdeps/mach/hurd/dl-sysdep.c: Likewise.
29308         * sysdeps/mach/hurd/profil.c: Likewise.
29309         * sysdeps/s390/dl-procinfo.h: Likewise.
29310         * sysdeps/unix/sysv/linux/i386/chown.c: Likewise.
29311         * sysdeps/unix/sysv/linux/s390/s390-32/chown.c: Likewise.
29312         * sysdeps/unix/sysv/linux/sparc/sparc32/makecontext.c: Likewise.
29313         * sysdeps/x86_64/dl-trampoline.S: Likewise.
29314         * sysdeps/x86_64/multiarch/strcmp-sse42.S: Likewise.
29316 2013-08-30  Ondřej Bílka  <neleai@seznam.cz>
29318         * sysdeps/x86_64/multiarch/rawmemchr.S: Delete.
29319         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Remove rawmemchr ifunc.
29321 2013-08-29  Ondřej Bílka  <neleai@seznam.cz>
29323         * sysdeps/unix/sysv/linux/powerpc/aix/aix-dirent.h: Remove
29324         aix specific files.
29325         * sysdeps/unix/sysv/linux/powerpc/aix/aix-errno.h: Likewise.
29326         * sysdeps/unix/sysv/linux/powerpc/aix/aix-stat.h: Likewise.
29327         * sysdeps/unix/sysv/linux/powerpc/aix/aix-termios.h: Likewise.
29328         * sysdeps/unix/sysv/linux/powerpc/aix/direntconv.c: Likewise.
29329         * sysdeps/unix/sysv/linux/powerpc/aix/errnoconv.c: Likewise.
29330         * sysdeps/unix/sysv/linux/powerpc/aix/statconv.c: Likewise.
29331         * sysdeps/unix/sysv/linux/powerpc/aix/tcgetattr.c: Likewise.
29332         * sysdeps/unix/sysv/linux/powerpc/aix/tcsetattr.c: Likewise.
29334 2013-08-29  Thomas Schwinge  <thomas@codesourcery.com>
29335             Roland McGrath  <roland@hack.frob.com>
29337         * sysdeps/mach/hurd/errnos.awk (BEGIN): Emit ESUCCESS.
29338         * sysdeps/mach/hurd/bits/errno.h: Regenerate.
29340 2013-08-29  Samuel Thibault  <samuel.thibault@ens-lyon.org>
29342         * sysdeps/mach/hurd/i386/init-first.c (init1): Use
29343         __executable_start symbol instead of _start.
29345 2013-08-29  Thomas Schwinge  <thomas@codesourcery.com>
29347         * sysdeps/unix/sysv/linux/ldsodefs.h (VALID_ELF_HEADER)
29348         (VALID_ELF_OSABI, VALID_ELF_ABIVERSION, MORE_ELF_HEADER_DATA):
29349         Move macros to...
29350         * sysdeps/gnu/ldsodefs.h: ... this new file.
29352         * sysdeps/unix/sysv/linux/ldsodefs.h (VALID_ELF_OSABI)
29353         (VALID_ELF_ABIVERSION, MORE_ELF_HEADER_DATA): Use ELFOSABI_GNU
29354         instead of ELFOSABI_LINUX.
29356         [BZ #15522] strtod ("nan(N)") returning a sNaN in some cases
29357         * stdlib/strtof_l.c (SET_MANTISSA): Rewrite.
29358         * stdlib/strtod_l.c (SET_MANTISSA): Likewise.
29359         * sysdeps/ieee754/ldbl-64-128/strtold_l.c (SET_MANTISSA):
29360         Likewise.
29361         * sysdeps/ieee754/ldbl-96/strtold_l.c (SET_MANTISSA): Likewise.
29362         * sysdeps/ieee754/ldbl-128/strtold_l.c (SET_MANTISSA): Likewise.
29363         * sysdeps/ieee754/ldbl-128ibm/strtold_l.c (SET_MANTISSA):
29364         Likewise.
29365         * sysdeps/ieee754/ldbl-128ibm/ieee754.h
29366         (ibm_extended_long_double): Add ieee_nan member.
29367         * stdlib/tst-strtod6.c (test): New function, renamed from do_test.
29368         (do_test): New function.
29370         * math/basic-test.c (TEST_CONVERT): New macro, renamed from
29371         TEST_TRUNC.
29372         (convert_dfsf_test, convert_tfsf_test, convert_tfdf_test): New
29373         functions, renamed from truncdfsf_test, trunctfsf_test,
29374         trunctfdf_test.
29375         (convert_sfdf_test, convert_sftf_test, convert_dftf_test): New
29376         functions.
29377         (do_test): Run all these.
29379 2013-08-29   Ondřej Bílka  <neleai@seznam.cz>
29381         * argp/argp-help.c: Fix typos.
29382         * argp/argp-parse.c: Likewise.
29383         * debug/backtracesyms.c: Likewise.
29384         * elf/elf.h: Likewise.
29385         * malloc/malloc.c: Likewise.
29386         * nis/nis_print.c: Likewise.
29387         * resolv/res_comp.c: Likewise.
29388         * stdlib/stdlib.h: Likewise.
29389         * sunrpc/clnt_tcp.c: Likewise.
29390         * sunrpc/clnt_udp.c: Likewise.
29391         * sunrpc/clnt_unix.c: Likewise.
29392         * sysdeps/unix/bsd/ptsname.c: Likewise.
29393         * sysdeps/unix/sysv/linux/ifaddrs.c: Likewise.
29394         * sysdeps/unix/sysv/linux/powerpc/libc-start.c: Likewise.
29395         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext-common.S:
29396         Likewise.
29397         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext-common.S:
29398         Likewise.
29399         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S:
29400         Likewise.
29401         * sysdeps/unix/sysv/linux/ptsname.c: Likewise.
29403 2013-08-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
29405         * nscd/aicache.c (addhstaiX): Use __glibc_unlikely.
29406         * sysdeps/posix/getaddrinfo.c (gaih_inet): Likewise.
29408 2013-08-27  Mike Frysinger  <vapier@gentoo.org>
29410         [BZ #15897]
29411         * dlfcn/Makefile (tests): Add bug-dl-leaf.
29412         (modules-names): Add bug-dl-leaf-lib and bug-dl-leaf-lib-cb.
29413         ($(objpfx)bug-dl-leaf): New rule.
29414         ($(objpfx)bug-dl-leaf.so): Likewise.
29415         ($(objpfx)bug-dl-leaf.out): Likewise.
29416         ($(objpfx)bug-dl-leaf-lib.so): Likewise.
29417         ($(objpfx)bug-dl-leaf-lib-cb.so): Likewise.
29418         * dlfcn/bug-dl-leaf.c: New test.
29419         * dlfcn/bug-dl-leaf-lib.c: Likewise.
29420         * dlfcn/bug-dl-leaf-lib-cb.c: Likewise.
29421         * dlfcn/dlfcn.h (dlopen): Change __THROW to __THROWNL.
29422         (dlclose): Likewise.
29423         (dlmopen): Likewise.
29425 2013-08-27  Roland McGrath  <roland@hack.frob.com>
29427         * include/netdb.h [!_ISOMAC]:
29428         Don't include <tls.h>.
29429         (h_errno, __libc_h_errno): Move declaration and macros out of
29430         [_LIBC_REENTRANT].
29432         * include/resolv.h [_RESOLV_H_]:
29433         Don't include <tls.h>.
29434         (__resp, _res): Move declaration and macro out of [_LIBC_REENTRANT].
29435         * resolv/res_libc.c: Don't include <tls.h>.
29436         (_res): Use __attribute__ ((nocommon)) in place of
29437         __attribute__ ((section (".bss"))).
29439         * Makefile ($(common-objpfx)linkobj/libc_pic.a):
29440         If [sunrpc not in $(subdirs)], define to use libc_pic.a directly.
29442         * resolv/res_send.c (send_dg): Don't try to use ioctl unless [FIONREAD].
29444         * resolv/res_hconf.c [!NOT_IN_libc] (ifaddrs): Declare
29445         only under [SIOCGIFCONF && SIOCGIFNETMASK].
29447         * resolv/res_mkquery.c: Include <sys/time.h>.
29449         * inet/ifreq.c: Moved to ...
29450         * sysdeps/unix/ifreq.c: ... here.
29451         * inet/ifreq.c: New file, true stub version.
29453         * socket/sa_len.c: New file.
29454         * socket/Makefile (aux): Add it.
29455         * sysdeps/unix/sysv/linux/Makefile
29456         [$(subdir) = socket] (sysdep_routines): Don't add sa_len here.
29457         * sysdeps/unix/sysv/linux/sa_len.c: Just #define HAVE_NET*_H
29458         and #include <socket/sa_len.c>.
29459         * sysdeps/unix/sysv/linux/s390/sa_len.c: Just #define
29460         HAVE_NETIUCV_IUCV_H and #include <sysdeps/unix/sysv/linux/sa_len.c>.
29462         * sysdeps/unix/bsd/bsd4.4/bits/socket.h: Moved to ...
29463         * bits/socket.h: ... here.
29465         * sysdeps/unix/bsd/bsd4.4/bits/socket.h (enum __socket_type):
29466         Add SOCK_CLOEXEC, SOCK_NONBLOCK with values from FreeBSD.
29467         (SOCK_MAX, SOCK_TYPE_MASK): New macros.
29469 2013-08-27  Andreas Schwab  <schwab@suse.de>
29471         [BZ #15736]
29472         * locale/categories.def (LC_CTYPE): Add "nonascii-case" element.
29473         * string/Makefile (test-strcasecmp-ENV, test-strncasecmp-ENV)
29474         (test-strcasecmp-ifunc-ENV, test-strncasecmp-ifunc-ENV): Define.
29475         * string/test-strcasecmp.c (test_main): Run tests in several
29476         locales.
29477         * string/test-strncasecmp.c (test_main): Likewise.
29479         * sysdeps/i386/i686/multiarch/strcmp-sse4.S (__strcasecmp_sse4_2)
29480         (__strncasecmp_sse4_2) [PIC]: Restore %ebx before falling through
29481         to __strcasecmp_nonascii and __strncasecmp_nonascii.
29482         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S (__strcasecmp_ssse3)
29483         (__strncasecmp_ssse3) [PIC]: Likewise.
29485 2013-08-26  Roland McGrath  <roland@hack.frob.com>
29487         * io/lxstat64.c: Just call __xstat64, for parity with stub __lxstat.
29489         * nss/nss_files/files-key.c: Include <rpc/des_crypt.h>
29490         instead of explicitly declaring xdecrypt.
29491         * nis/nss_nis/nis-publickey.c: Likewise.
29493 2013-08-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
29495         [BZ #15890]
29496         * nscd/aicache.c: Include res_hconf.h.
29497         (addhstaiX): Initialize res_hconf.
29499 2013-08-26  Andreas Schwab  <schwab@suse.de>
29501         * stdlib/Makefile (LDFLAGS-tst-tls-atexit): Remove.
29502         ($(objpfx)tst-tls-atexit): Add dependencies here instead.
29504 2013-08-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
29506         * nscd/aicache.c (addhstaiX): Fix indentation.
29508 2013-08-25  Mike Frysinger  <vapier@gentoo.org>
29510         * configure.ac: Quote $build_pt_chown test.
29511         * configure: Regenerated.
29513 2013-08-23  Joseph Myers  <joseph@codesourcery.com>
29515         [BZ #15532]
29516         * math/s_cexp.c (__cexp): Return NaN + i0 for NaN + i0 argument.
29517         * math/s_cexpf.c (__cexpf): Likewise.
29518         * math/s_cexpl.c (__cexpl): Likewise.
29519         * math/libm-test.inc (cexp_test_data): Correct expected return
29520         value for NaN + i0.  Add another test.
29522 2013-08-22  David S. Miller  <davem@davemloft.net>
29524         * po/ca.po: Update Catalan translation from translation project.
29525         * po/uk.po: Add Ukrainian translations from translation project.
29527 2013-08-21  Joseph Myers  <joseph@codesourcery.com>
29529         [BZ #15797]
29530         * math/s_fdim.c (__fdim): Check for infinite arguments if result
29531         is infinite, not alongside NaN test.
29532         * math/s_fdimf.c (__fdimf): Likewise.
29533         * math/s_fdiml.c (__fdiml): Likewise.
29534         * math/libm-test.inc (fdim_test_data): Add more tests.  Test that
29535         errno is unchanged.
29537 2013-08-21   Ondřej Bílka  <neleai@seznam.cz>
29539         * argp/argp-help.c: Fix typos.
29540         * crypt/speeds.c: Likewise.
29541         * csu/check_fds.c: Likewise.
29542         * elf/dl-load.c: Likewise.
29543         * elf/dl-open.c: Likewise.
29544         * elf/reldep3.c: Likewise.
29545         * elf/reldep.c: Likewise.
29546         * elf/sprof.c: Likewise.
29547         * iconv/iconv_charmap.c: Likewise.
29548         * iconv/skeleton.c: Likewise.
29549         * iconv/strtab.c: Likewise.
29550         * io/lockf64.c: Likewise.
29551         * libio/libioP.h: Likewise.
29552         * resolv/gai_notify.c: Likewise.
29553         * resolv/ns_name.c: Likewise.
29554         * resolv/ns_samedomain.c: Likewise.
29555         * resolv/res_send.c: Likewise.
29556         * stdlib/random.c: Likewise.
29557         * sunrpc/rpc/xdr.h: Likewise.
29558         * sysdeps/i386/fpu/fraiseexcpt.c: Likewise.
29559         * sysdeps/i386/i686/multiarch/memcmp-sse4.S: Likewise.
29560         * sysdeps/i386/i686/multiarch/memset-sse2-rep.S: Likewise.
29561         * sysdeps/i386/i686/multiarch/memset-sse2.S: Likewise.
29562         * sysdeps/i386/i686/multiarch/strcat-sse2.S: Likewise.
29563         * sysdeps/i386/i686/multiarch/strcmp-sse4.S: Likewise.
29564         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Likewise.
29565         * sysdeps/i386/i686/multiarch/strcpy-sse2.S: Likewise.
29566         * sysdeps/mach/hurd/check_fds.c: Likewise.
29567         * sysdeps/powerpc/powerpc32/cell/memcpy.S: Likewise.
29568         * sysdeps/powerpc/powerpc32/fpu/setjmp.S: Likewise.
29569         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Likewise.
29570         * sysdeps/powerpc/powerpc32/power7/memcmp.S: Likewise.
29571         * sysdeps/powerpc/powerpc32/setjmp.S: Likewise.
29572         * sysdeps/powerpc/powerpc64/cell/memcpy.S: Likewise.
29573         * sysdeps/pthread/aio_notify.c: Likewise.
29574         * sysdeps/sparc/fpu/fraiseexcpt.c: Likewise.
29575         * sysdeps/unix/sysv/linux/socketcall.h: Likewise.
29576         * sysdeps/x86_64/fpu/fraiseexcpt.c: Likewise.
29577         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: Likewise.
29578         * sysdeps/x86/fpu/bits/fenv.h: Likewise.
29580 2013-08-21  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
29582         * sysdeps/i386/i686/multiarch/strcmp.S: Skip SSE4_2
29583         version if bit_Slow_SSE4_2 is set.
29584         * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
29585         * sysdeps/i386/i686/multiarch/strcasecmp.S: Likewise.
29587 2013-07-23  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
29589         [BZ #15867]
29590         * sysdeps/powerpc/powerpc32/backtrace.c (__backtrace): Handle signal
29591         trampoline stack frame information.
29592         * sysdeps/powerpc/powerpc64/backtrace.c (__backtrace): Likewise.
29593         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h
29594         (__vdso_sigtramp_rt64): New variable: PPC64 signal trampoline.
29595         (__vdso_sigtramp32): New variable: PPC32 signal trampoline.
29596         (__vdso_sigtramp_rt32): New variable: PPC32 signal trampoline.
29597         * sysdeps/unix/sysv/linux/powerpc/init-first.c
29598         (_libc_vdso_platform_setup): Initialize the signal trampolines.
29599         * debug/tst-backtrace5.c (fn): Add an option set modify sigaction
29600         sa_flags value.
29601         * debug/tst-backtrace6.c: New file: check backtrace for signal frames,
29602         interrupting a syscall and set with option SA_SIGINFO.
29604 2013-08-20  Joseph Myers  <joseph@codesourcery.com>
29606         [BZ #15531]
29607         * math/s_cproj.c (__cproj): Only return an infinity if one part of
29608         argument is infinite.
29609         * math/s_cprojf.c (__cprojf): Likewise.
29610         * math/s_cprojl.c (__cprojl): Likewise.
29611         * sysdeps/ieee754/ldbl-128ibm/s_cprojl.c (__cprojl): Likewise.
29612         * math/libm-test.inc (cproj_test_data): Add more tests.
29614         * sysdeps/unix/sysv/linux/mmap64.c: Include <string.h>.
29616         * sysdeps/unix/sysv/linux/mmap64.c (__mmap64)
29617         [MMAP2_PAGE_SHIFT == -1]: Use __getpagesize to determine page
29618         size.  Use __ffs to determine corresponding shift.
29620 2013-08-20  Joseph Myers  <joseph@codesourcery.com>
29621             Roland McGrath  <roland@hack.frob.com>
29623         * Makefile (INSTALL): Remove trailing blank lines from output of
29624         makeinfo.
29626 2013-08-20  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
29628         * sysdeps/unix/sysv/linux/s390/sys/procfs.h (struct elf_prstatus):
29629         Align 32 bit compat elf_greg to 8 bytes.
29631 2013-08-20  Andreas Arnez  <arnez@linux.vnet.ibm.com>
29633         * elf/setup-vdso.h (setup_vdso): Fix missing string termination.
29635 2013-08-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
29637         * string/strcoll_l.c (coll_seq): New structure.
29638         (get_next_seq_cached): New function.
29639         (get_next_seq): New function.
29640         (do_compare): New function.
29641         (STRCOLL): Use GNU style definition.  Simplify implementation
29642         by using get_next_seq, get_next_seq_cached and do_compare.
29644 2013-08-16  Florian Weimer  <fweimer@redhat.com>
29646         [BZ #14699]
29647         CVE-2013-4237
29648         * sysdeps/posix/dirstream.h (struct __dirstream): Add errcode
29649         member.
29650         * sysdeps/posix/opendir.c (__alloc_dir): Initialize errcode
29651         member.
29652         * sysdeps/posix/rewinddir.c (rewinddir): Reset errcode member.
29653         * sysdeps/posix/readdir_r.c (__READDIR_R): Enforce NAME_MAX limit.
29654         Return delayed error code.  Remove GETDENTS_64BIT_ALIGNED
29655         conditional.
29656         * sysdeps/unix/sysv/linux/wordsize-64/readdir_r.c: Do not define
29657         GETDENTS_64BIT_ALIGNED.
29658         * sysdeps/unix/sysv/linux/i386/readdir64_r.c: Likewise.
29659         * manual/filesys.texi (Reading/Closing Directory): Document
29660         ENAMETOOLONG return value of readdir_r.  Recommend readdir more
29661         strongly.
29662         * manual/conf.texi (Limits for Files): Add portability note to
29663         NAME_MAX, PATH_MAX.
29664         (Pathconf): Add portability note for _PC_NAME_MAX, _PC_PATH_MAX.
29666 2013-08-13  Andreas Schwab  <schwab@suse.de>
29668         [BZ #15749]
29669         * sysdeps/ieee754/ldbl-96/s_cbrtl.c (__cbrtl): Use fabsl instead
29670         of fabs.
29671         * math/libm-test.inc (cbrt_test_data) [TEST_LDOUBLE &&
29672         LDBL_MAX_EXP >= 16384]: Add tests for it.
29674 2013-08-12  David S. Miller  <davem@davemloft.net>
29676         * version.h (RELEASE): Set to "development".
29677         (VERSION): Set to "2.18.90".
29678         * NEWS: Add 2.19 section.
29680 2013-08-03  David S. Miller  <davem@davemloft.net>
29682         * po/ko.po: Update Korean translation from translation project.
29684 2013-08-01  David S. Miller  <davem@davemloft.net>
29686         * manual/contrib.texi: Update entry for Siddhesh Poyarekar.  Add
29687         entries for Will Newton, Andi Kleen, David Holsgrove, and Ondrej
29688         Bilka.
29690 2013-07-30  David S. Miller  <davem@davemloft.net>
29692         * po/fr.po: Update French translation from translation project.
29694 2013-07-28  David S. Miller  <davem@davemloft.net>
29696         * po/cs.po: Update Czech translation from translation project.
29698         * po/sv.po: Update Swedish translation from translation project.
29700 2013-07-27  David S. Miller  <davem@davemloft.net>
29702         * po/eo.po: Update Esperanto translation from translation project.
29704         * po/vi.po: Update Vietnamese translation from translation project.
29706         * po/de.po: Update German translation from translation project.
29708 2013-07-26  David S. Miller  <davem@davemloft.net>
29710         * po/bg.po: Update Bulgarian translation from translation project.
29712         * po/nl.po: Update Dutch translation from translation project.
29713         * po/pl.po: Update Polish translation from translation project.
29714         * po/ru.po: Update Russian translation from translation project.
29716 2013-07-24  David S. Miller  <davem@davemloft.net>
29718         * po/libc.pot: Update.
29720 2013-07-23  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
29722         * sysdeps/unix/sysv/linux/powerpc/dl-static.c: New file to support
29723         variable page size.
29724         * sysdeps/unix/sysv/linux/powerpc/ldsodefs.h: Likewise.
29725         * sysdeps/unix/sysv/linux/powerpc/Makefile: Build dl-static in elf.
29726         * sysdeps/unix/sysv/linux/powerpc/Versions: Add _dl_var_init.
29728 2013-07-22  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
29730         * sysdeps/s390/fpu/libm-test-ulps: Refresh.
29732 2013-07-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
29733             Andreas Schwab  <schwab@suse.de>
29734             Roland McGrath  <roland@hack.frob.com>
29735             Joseph Myers  <joseph@codesourcery.com>
29736             Carlos O'Donell  <carlos@redhat.com>
29738         [BZ #15755]
29739         * config.h.in: Define HAVE_PT_CHOWN.
29740         * config.make.in (build-pt-chown): New variable.
29741         * configure.in (--enable-pt_chown): New configure option.
29742         * configure: Regenerate.
29743         * login/Makefile: Include Makeconfig.  Build pt_chown only if
29744         build-pt-chown is enabled.
29745         * sysdeps/unix/grantpt.c (grantpt) [HAVE_PT_CHOWN]: Spawn
29746         pt_chown to fix pty ownership.
29747         * sysdeps/unix/sysv/linux/grantpt.c [HAVE_PT_CHOWN]: Define
29748         CLOSE_ALL_FDS.
29749         * manual/install.texi (Configuring and compiling): Mention
29750         --enable-pt_chown. Add @findex for grantpt.
29751         * INSTALL: Regenerate.
29753 2013-07-20  David S. Miller  <davem@davemloft.net>
29755         * sysdeps/sparc/fpu/libm-test-ulps: Update ULPs to handle minor
29756         difference between 32-bit and 64-bit.
29758 2013-07-15  Carlos O'Donell  <carlos@redhat.com>
29760         [BZ #15711]
29761         * sysdeps/unix/sysv/linux/Makefile ($(objpfx)bits/syscall%h):
29762         Avoid system header dependency with -ffreestanding.
29763         ($(objpfx)bits/syscall%d): Likewise.
29765 2013-07-13  David S. Miller  <davem@davemloft.net>
29767         * math/libm-test.inc (casin_test_data): Annotate more cases of missing
29768         underflows from atanl/atan2l due to bug 15319.
29769         (casinh_test_data): Likewise.
29771 2013-07-07  David S. Miller  <davem@davemloft.net>
29773         * sysdeps/sparc/fpu/libm-test-ulps: Regenerate from scratch.
29775 2013-07-05  Jeroen Albers  <_jeroen_@yahoo.com>
29777         * sysdeps/i386/fpu/libm-test-ulps: Update.
29778         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
29780 2013-07-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
29782         * configure.in (--enable-lock-elision): Fix message text.
29783         * INSTALL: Regenerate.
29784         * configure: Regenerate.
29786 2013-07-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
29788         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
29790 2013-07-03  Andreas Jaeger  <aj@suse.de>
29792         * sysdeps/unix/sysv/linux/sys/ptrace.h (PTRACE_LISTEN): Add
29793         define.
29794         (PTRACE_PEEKSIGINFO): Add new value from Linux 3.10.
29795         (ptrace_peeksiginfo_args): Add.
29796         (__ptrace_peeksiginfo_flags): Add.
29797         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
29798         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
29799         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
29801 2013-07-03  Allan McRae  <allan@archlinux.org>
29803         * sysdeps/i386/fpu/libm-test-ulps: Update.
29805 2013-07-02  David S. Miller  <davem@davemloft.net>
29807         * sysdeps/sparc/fpu/libm-test-ulps: Update.
29809 2013-07-02  Markus Trippelsdorf  <markus@trippelsdorf.de>
29811         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
29813 2013-07-02  Joseph Myers  <joseph@codesourcery.com>
29815         * sysdeps/i386/fpu/libm-test-ulps: Regenerated.
29816         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
29818 2013-07-02  Andi Kleen <ak@linux.intel.com>
29820         * config.h.in (ENABLE_LOCK_ELISION): Add.
29821         * configure.in (--enable-lock-elision): Add option.
29822         * manual/install.texi: Document --enable lock elision.
29823         * configure: Regenerate
29824         * INSTALL: Regenerate.
29826 2013-07-02  H.J. Lu  <hongjiu.lu@intel.com>
29828         * sysdeps/i386/i686/multiarch/strcasecmp.S (__strcasecmp): Enable
29829         SSE4.2 strcasecmp for libc.a.
29830         * sysdeps/i386/i686/multiarch/strncase.S (__strncasecmp): Likewise.
29832 2013-07-02  Joseph Myers  <joseph@codesourcery.com>
29834         [BZ #13304]
29835         * soft-fp/op-common.h (_FP_FMA): New macro.
29836         * soft-fp/op-1.h (_FP_FRAC_HIGHBIT_DW_1): New macro.
29837         (_FP_MUL_MEAT_DW_1_imm): Likewise.  Split out of ...
29838         (_FP_MUL_MEAT_1_imm): ... here.
29839         (_FP_MUL_MEAT_DW_1_wide): New macro.  Split out of ...
29840         (_FP_MUL_MEAT_1_wide): ... here.
29841         (_FP_MUL_MEAT_DW_1_hard): Likewise.  Split out of ...
29842         (_FP_MUL_MEAT_1_hard): ... here.
29843         * soft-fp/op-2.h (_FP_FRAC_HIGHBIT_DW_2): New macro.
29844         (_FP_MUL_MEAT_DW_2_wide): Likewise.  Split out of ...
29845         (_FP_MUL_MEAT_2_wide): ... here.
29846         (_FP_MUL_MEAT_DW_2_wide_3mul): New macro.  Split out of ...
29847         (_FP_MUL_MEAT_2_wide_3mul): ... here.
29848         (_FP_MUL_MEAT_DW_2_gmp): New macro.  Split out of ...
29849         (_FP_MUL_MEAT_2_gmp): ... here.
29850         * soft-fp/op-4.h (_FP_FRAC_HIGHBIT_DW_4): New macro.
29851         (_FP_MUL_MEAT_DW_4_wide): Likewise.  Split out of ...
29852         (_FP_MUL_MEAT_4_wide): ... here.
29853         (_FP_MUL_MEAT_DW_4_gmp): New macro.  Split out of ...
29854         (_FP_MUL_MEAT_4_gmp): ... here.
29855         * soft-fp/single.h (_FP_FRACTBITS_DW_S): New macro.
29856         (_FP_WFRACBITS_DW_S): Likewise.
29857         (_FP_WFRACXBITS_DW_S): Likewise.
29858         (_FP_HIGHBIT_DW_S): Likewise.
29859         (FP_FMA_S): Likewise.
29860         (_FP_FRAC_HIGH_DW_S): Likewise.
29861         * soft-fp/double.h (_FP_FRACTBITS_DW_D): New macro.
29862         (_FP_WFRACBITS_DW_D): Likewise.
29863         (_FP_WFRACXBITS_DW_D): Likewise.
29864         (_FP_HIGHBIT_DW_D): Likewise.
29865         (FP_FMA_D): Likewise.
29866         (_FP_FRAC_HIGH_DW_D): Likewise.
29867         * soft-fp/extended.h (_FP_FRACTBITS_DW_E): New macro.
29868         (_FP_WFRACBITS_DW_E): Likewise.
29869         (_FP_WFRACXBITS_DW_E): Likewise.
29870         (_FP_HIGHBIT_DW_E): Likewise.
29871         (FP_FMA_E): Likewise.
29872         (_FP_FRAC_HIGH_DW_E): Likewise.
29873         * soft-fp/quad.h (_FP_FRACTBITS_DW_Q): New macro.
29874         (_FP_WFRACBITS_DW_Q): Likewise.
29875         (_FP_WFRACXBITS_DW_Q): Likewise.
29876         (_FP_HIGHBIT_DW_Q): Likewise.
29877         (FP_FMA_Q): Likewise.
29878         (_FP_FRAC_HIGH_DW_Q): Likewise.
29879         * soft-fp/fmasf4.c: New file.
29880         * soft-fp/fmadf4.c: Likewise.
29881         * soft-fp/fmatf4.c: Likewise.
29883 2013-06-28  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
29885         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): Set
29886         bit_Slow_SSE4_2 and bit_Prefer_PMINUB_for_stringop for Intel
29887         Silvermont.
29888         * sysdeps/x86_64/multiarch/init-arch.h (bit_Slow_SSE4_2): New
29889         macro.
29890         (index_Slow_SSE4_2): Likewise.
29891         (index_Prefer_PMINUB_for_stringop): Likewise.
29892         * sysdeps/x86_64/multiarch/strchr.S: Skip SSE4.2 version if
29893         bit_Slow_SSE4_2 is set.
29894         * sysdeps/x86_64/multiarch/strcmp.S: Likewise.
29895         * sysdeps/x86_64/multiarch/strrchr.S: Likewise.
29897 2013-06-28  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
29899         * sysdeps/powerpc/Makefile: Add comment about generating an offset to
29900         rtld_global._dl_hwcap2.
29901         * sysdeps/powerpc/bits/hwcap.h: Added PPC_FEATURE2_* definitions for
29902         POWER8.
29903         * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_cap_flags): Extend for
29904         POWER8 feature descriptions defined in _dl_hwcap2.
29905         * sysdeps/powerpc/dl-procinfo.h (_dl_procinfo): Implement AT_HWCAP2
29906         string handling for POWER8 feature bits.
29907         (_DL_HWCAP_COUNT): Increment to 64 to cover AT_HWCAP2 bits.
29908         (_DL_HWCAP_LAST): New definition for position of last AT_HWCAP bit in
29909         _dl_powerpc_cap_flags.
29910         (_DL_HWCAP2_LAST): New definition for last usable bit of AT_HWCAP2.
29911         * sysdeps/powerpc/rtld-global-offsets.sym
29912         (RTLD_GLOBAL_RO_DL_HWCAP2_OFFSET): New offset macro to locate
29913         _dl_hwcap2 in the rtld_global_ro structure.
29915 2013-06-28  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
29917         * elf/dl-support.c (_dl_hwcap2): Add a new hwcap field for more
29918         hardware capabilities in support of AT_HWCAP2.
29919         (_dl_aux_init): Read AT_HWCAP2 into GLRO(dl_hwcap2).
29920         * elf/dl-sysdep.c (_dl_sysdep_start): Read AT_HWCAP2 into
29921         GLRO(dl_hwcap2).
29922         (_dl_show_auxv): Add support for calling _dl_procinfo to display
29923         AT_HWCAP2.  If a platform doesn't chose to handle displaying AT_HWCAP2
29924         explicitly the unknown a_type display mechanism is used.
29925         * misc/getauxval.c (__getauxval): Return GLRO(dl_hwcap2) on AT_HWCAP2.
29926         * sysdeps/generic/ldsodefs.h (rtld_global_ro): Add _dl_hwcap2 as a new
29927         struct member.
29928         * sysdeps/generic/dl-procinfo.h (_dl_procinfo): Add TYPE parameter
29929         to macro prototype for AT_HWCAP2 support.
29930         * sysdeps/i386/dl-procinfo.h: Likewise.
29931         * sysdeps/s390/dl-procinfo.h: Likewise.
29932         * sysdeps/powerpc/dl-procinfo.h (_dl_procinfo): Add TYPE parameter to
29933         macro prototype for AT_HWCAP2 support.  Make WORD unsigned long int
29934         rather than signed int.  Stub in handler for TYPE == AT_HWCAP2 to
29935         return -1 for unknown a_type display fallback.
29936         * sysdeps/sparc/dl-procinfo.h: Likewise.
29937         * sysdeps/unix/sysv/linux/i386/dl-procinfo.h: Likewise.
29938         * sysdeps/unix/sysv/linux/s390/dl-procinfo.h: Likewise.
29940 2013-06-28  Joseph Myers  <joseph@codesourcery.com>
29942         * sysdeps/unix/sysv/linux/mmap64.c (__mmap64): Shift by page_shift
29943         instead of MMAP2_PAGE_SHIFT in call to INLINE_SYSCALL.
29945 2013-06-28  Pierre Ynard  <linkfanel@yahoo.fr>
29947         [BZ #12492]
29948         * elf/dl-load.c (_dl_map_object_from_fd): Test for failure of
29949         mprotect making __stack_prot writable.
29951 2013-06-28  Nathan Froyd  <froydnj@codesourcery.com>
29952             Joseph Myers  <joseph@codesourcery.com>
29954         * elf/dl-profile.c (struct here_cg_arc_record): Declare 'count'
29955         as being properly aligned.
29957 2013-06-28  Maciej W. Rozycki  <macro@codesourcery.com>
29959         * dlfcn/modstatic5.c: New file.
29960         * dlfcn/tststatic5.c: New file.
29961         * dlfcn/Makefile (tests): Add tststatic5.
29962         (tests-static): Likewise.
29963         (modules-names): Add modstatic5.
29964         (tststatic5-ENV): New variable.
29965         ($(objpfx)tststatic5, $(objpfx)tststatic5.out): New dependencies.
29967         [BZ #15022]
29968         * elf/dl-support.c (_dl_main_map): New variable.
29969         (_dl_ns): Use it to initialize [LM_ID_BASE] element.
29970         (_dl_nns, _dl_load_adds): Set to 1.
29971         (_dl_initial_searchlist): Refer to _dl_main_map.
29972         (_dl_non_dynamic_init): Initialize _dl_main_map.l_origin.
29973         * elf/dl-load.c (_dl_dst_substitute) [!SHARED]: Remove fallback
29974         call to _dl_get_origin.
29975         * elf/dl-open.c (dl_open_worker): Remove !SHARED special casing
29976         around call_map.
29977         (_dl_open) [!SHARED]: Remove code to initialize GL(dl_nns).
29978         * dlfcn/modstatic3.c: New file.
29979         * dlfcn/tststatic3.c: New file.
29980         * dlfcn/tststatic4.c: New file.
29981         * dlfcn/Makefile (tests): Add tststatic3 and tststatic4.
29982         (tests-static): Likewise.
29983         (modules-names): Add modstatic3.
29984         (tststatic3-ENV, tststatic4-ENV): New variables.
29985         ($(objpfx)tststatic3, $(objpfx)tststatic3.out): New dependencies.
29986         ($(objpfx)tststatic4, $(objpfx)tststatic4.out): Likewise.
29988 2013-06-26  Joseph Myers  <joseph@codesourcery.com>
29990         * configure.in (CC): Require GCC version 4.4 or later.
29991         * configure: Regenerated.
29992         * manual/install.texi (Tools for Compilation): Update GCC version
29993         requirement.
29994         * INSTALL: Regenerated.
29996 2013-06-26  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
29998         [BZ #15674]
29999         * string/test-memcmp.c (check2): New.
30000         (main): Call check2.
30002         * sysdeps/x86_64/multiarch/memcmp-ssse3.S: Fix buffers overrun.
30004 2013-06-26  Maciej W. Rozycki  <macro@codesourcery.com>
30006         [BZ #15022]
30007         * elf/dl-open.c (_dl_open) [!SHARED]: Move call to DL_STATIC_INIT
30008         over to...
30009         (dl_open_worker) [!SHARED]: ... here.
30011 2013-06-26  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
30013         * elf/elf.h (AT_HWCAP2): Add a new a_type entry.
30015 2013-06-25  Richard Henderson  <rth@redhat.com>
30017         * locale/programs/locarchive.c: Include <libc-internal.h>
30019 2013-06-25  Joseph Myers  <joseph@codesourcery.com>
30021         * manual/texinfo.tex: Update to version 2013-06-21.17, with
30022         trailing whitespace removed.
30024 2013-06-24  Mike Frysinger  <vapier@gentoo.org>
30026         [BZ #10283]
30027         * locale/locarchive.h (struct locarhandle): Add mmap_base and mmap_len.
30028         * locale/programs/locarchive.c: Include libc-mmap.h.
30029         (prepare_address_space): Take two new outputs (the mmap base and len).
30030         Align p to MAP_FIXED_ALIGNMENT.  Set mmap base and len to the right
30031         values.
30032         (create_archive): Declare new mmap base and len values for
30033         prepare_address_space, and store the result in ah.
30034         (file_data_available_p): Replace pagesz with MAP_FIXED_ALIGNMENT.
30035         (enlarge_archive): If ah->mmap_base is not NULL, use that and
30036         ah->mmap_len to unmap rather than ah->addr and ah->reserved.
30037         Declare new mmap base and len values for
30038         prepare_address_space, and store the result in new_ah.
30039         (open_archive): Declare new mmap base and len values for
30040         prepare_address_space, and store the result in ah.
30041         (close_archive): If ah->mmap_base is not NULL, use that and
30042         ah->mmap_len to unmap rather than ah->addr and ah->reserved.
30043         * sysdeps/generic/libc-mmap.h: New file.
30045 2013-06-24  Mike Frysinger  <vapier@gentoo.org>
30047         * include/libc-internal.h (ALIGN_DOWN): New helper macro.
30048         (ALIGN_UP): Likewise.
30049         (PTR_ALIGN_DOWN): Likewise.
30050         (PTR_ALIGN_UP): Likewise.
30052 2013-06-24  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
30054         * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_platforms): Add "power8"
30055         entry mapped to PPC_PLATFORM_POWER8.
30056         * sysdeps/powerpc/dl-procinfo.h (_DL_PLATFORMS_COUNT): Increment for
30057         POWER8.
30058         (PPC_PLATFORM_POWER8): Add new platform bit for POWER8 processor.
30059         (_dl_string_platform): Add case for exporting platform position for
30060         POWER8.
30061         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power8/Implies: Chain
30062         search path to sysdeps/powerpc/powerpc32/power8 directory.
30063         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power8/Implies: Chain
30064         search path to sysdeps/powerpc/powerpc64/power8 directory.
30065         * sysdeps/powerpc/powerpc32/power8/Implies: Chain search path to
30066         power7 directories.
30067         * sysdeps/powerpc/powerpc64/power8/Implies: Chain search path to
30068         power7 directories.
30070 2013-06-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
30072         * INSTALL: Regenerate.
30074         * nscd/connections.c (nscd_init): Fix comment.
30076 2013-06-22  Joseph Myers  <joseph@codesourcery.com>
30078         * sysdeps/unix/sysv/linux/libc_fatal.c: Include <string.h>.
30080         [BZ #15667]
30081         * soft-fp/op-4.h (__FP_FRAC_ADD_3): Rename variables _c1 and _c2
30082         to __FP_FRAC_ADD_3_c1 and __FP_FRAC_ADD_3_c2.
30084 2013-06-21  Maciej W. Rozycki  <macro@codesourcery.com>
30086         * elf/dl-dst.h (DL_DST_REQUIRED): Remove call to
30087         DL_DST_REQ_STATIC.
30088         (DL_DST_REQ_STATIC): Remove macro.
30090 2013-06-21  Joseph Myers  <joseph@codesourcery.com>
30092         [BZ #7006]
30093         * soft-fp/op-common.h (_FP_FROM_INT): Do not call _FP_FRAC_SLL
30094         with a shift of 0 bits.
30096 2013-06-21  Maciej W. Rozycki  <macro@codesourcery.com>
30098         * dlfcn/Makefile (tststatic2-ENV): Redefine in terms of
30099         $(tststatic-ENV).
30101 2013-06-21  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
30103         [BZ #15655]
30104         * sysdeps/sh/sh4/fpu/fgetexcptflg.c: New file.
30106 2013-06-20  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
30108         * config.h.in (HAVE_CC_INHIBIT_LOOP_TO_LIBCALL): New define.
30109         * configure.in (libc_cv_cc_loop_to_function): Check if compiler
30110         accepts -fno-tree-loop-distribute-patterns.
30111         * include/libc-symbols.h (inhibit_loop_to_libcall): New macro.
30112         * string/memmove.c (MEMMOVE): Disable loop transformation to avoid
30113         recursive call.
30114         * string/memset.c (memset): Likewise.
30115         * string/test-memmove.c (simple_memmove): Disable loop transformation
30116         to library calls.
30117         * string/test-memset.c (simple_memset): Likewise.
30118         * benchtests/bench-memmove.c (simple_memmove): Likewise.
30119         * benchtests/bench-memset.c (simple_memset): Likewise.
30120         * configure: Regenerated.
30122 2013-06-20  Joseph Myers  <joseph@codesourcery.com>
30124         * math/test-misc.c (main): Ignore fesetround failure when failures
30125         of subsequent rounding tests would be ignored.
30127         [BZ #15654]
30128         * math/fedisblxcpt.c (fedisableexcept): Return 0.
30129         * math/feenablxcpt.c (feenableexcept): Return 0 for argument 0.
30130         * math/fegetenv.c (__fegetenv): Return 0.
30131         * math/fegetexcept.c (fegetexcept): Return 0.
30132         * math/fegetround.c (fegetround) [FE_TONEAREST]: Return
30133         FE_TONEAREST.
30134         * math/feholdexcpt.c (feholdexcept): Return 0.
30135         * math/fesetenv.c (__fesetenv): Return 0.
30136         * math/fesetround.c (fesetround) [FE_TONEAREST]: Return 0 for
30137         argument FE_TONEAREST.
30138         * math/feupdateenv.c (__feupdateenv): Return 0.
30139         * math/fgetexcptflg.c (__fegetexceptflag): Return 0.
30141 2013-06-18  Roland McGrath  <roland@hack.frob.com>
30143         * elf/rtld-Rules (rtld-compile-command.S): New variable.
30144         (rtld-compile-command.s, rtld-compile-command.c): New variables.
30145         ($(objpfx)rtld-%.os rules): Use them.
30147 2013-06-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
30149         * nptl/sysdeps/powerpc/tls.h (tcbhead_t): Add Event-Based Branch
30150         fields.
30152 2013-06-17  Roland McGrath  <roland@hack.frob.com>
30154         * scripts/sysd-rules.awk: Sort sysd_rules_patterns by descending
30155         length of target pattern, then descending length of dependency pattern.
30156         * configure.in (AWK): Require gawk 3.1.2 or newer.
30157         * manual/install.texi (Tools for Compilation): Say that we do.
30158         * configure: Regenerated.
30160         * Makerules [inhibit-sysdep-asm] (check-inhibit-asm): Variable removed.
30161         ($(common-objpfx)sysd-rules): Replace shell logic with running ...
30162         * scripts/sysd-rules.awk: ... this new script.
30163         * sysdeps/mach/hurd/Makefile (inhibit-sysdep-asm): Use a regexp rather
30164         than a glob-style pattern.
30166 2013-06-17  Joseph Myers  <joseph@codesourcery.com>
30168         * math/test-misc.c (main): Do not treat incorrectly rounded
30169         conversions as failure unless ROUNDING_TESTS passes.
30171 2013-06-15  Joseph Myers  <joseph@codesourcery.com>
30173         [BZ #15631]
30174         * sysdeps/ieee754/dbl-64/e_sqrt.c (__ieee754_sqrt): Save and
30175         restore exception state around main square root computation, then
30176         check for inexactness explicitly.
30178         * math/libm-test.inc (fma_test_data): Add another test.
30180 2013-06-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
30182         * manual/threads.texi (Non-POSIX Extensions): New document
30183         node.  Document pthread_getattr_default_np and
30184         pthread_setattr_default_np.
30186         * Versions.def (libpthread): Add GLIBC_2.18.
30187         * sysdeps/unix/sysv/linux/i386/nptl/libpthread.abilist: Update.
30188         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libpthread.abilist:
30189         Likewise.
30190         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread.abilist:
30191         Likewise.
30192         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
30193         Likewise.
30194         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
30195         Likewise.
30196         * sysdeps/unix/sysv/linux/sh/nptl/libpthread.abilist:
30197         Likewise.
30198         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libpthread.abilist:
30199         Likewise.
30200         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libpthread.abilist:
30201         Likewise.
30202         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libpthread.abilist:
30203         Likewise.
30204         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libpthread.abilist:
30205         Likewise.
30207 2013-06-14  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
30209         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
30210         Set bit_Fast_Unaligned_Load for Intel Silvermont architecture.
30212 2013-06-14  Siddhesh Poyarekar  <siddhesh@redhat.com>
30213             H.J. Lu  <hjl.tools@gmail.com>
30215         [BZ #15627]
30216         * sysdeps/x86_64/rtld-memset.c: Remove file.
30217         * sysdeps/x86_64/rtld-memset.S: New file.
30219 2013-06-14  Joseph Myers  <joseph@codesourcery.com>
30221         * stdlib/tst-strtod-round.c: Include <math-tests.h>.
30222         (test_in_one_mode): Take arguments for whether the rounding mode
30223         is supported for each floating-point type.
30224         (do_test): Pass new arguments to test_in_one_mode using
30225         ROUNDING_TESTS.
30227 2013-06-13  Roland McGrath  <roland@hack.frob.com>
30229         * posix/tst-waitid.c (do_test): Distinguish different instances of
30230         stopped/continued in CHECK_SIGCHLD uses.  Insert a delay between
30231         sending SIGSTOP and calling waitpid to ensure SIGCHLD gets delivered
30232         before entering the kernel for waitpid.
30234 2013-06-13  Siddhesh Poyarekar  <siddhesh@redhat.com>
30236         * NEWS: Fix note on clock function precision.  Text by Roland
30237         McGrath.
30239 2013-06-13  Roland McGrath  <roland@hack.frob.com>
30241         * elf/Makefile ($(objpfx)ld.so): Link into a temporary file and move
30242         it into place only when and if the sanity check passes.
30244 2013-06-13  Joseph Myers  <joseph@codesourcery.com>
30246         * stdlib/gen-tst-strtod-round.c (round_str): Always generate
30247         output for whether conversion result is exact.  Take argument
30248         indicating whether type is IBM long double.
30249         (round_for_all): Change need_exact field to ibm_ld.
30250         * stdlib/tst-strtod-round.c (struct exactness): New type.
30251         (struct test): Change bool ld_ok field to struct exactness exact.
30252         (TEST): Update all definitions for change to field.
30253         (tests): Regenerate array contents.
30254         (test_in_one_mode): Take pointer to new field instead of old ld_ok
30255         field value.  Check for IBM long double here.
30256         (do_test): Update calls to test_in_one_mode.
30258 2013-06-13  Siddhesh Poyarekar  <siddhesh@redhat.com>
30260         [BZ #12515]
30261         * sysdeps/unix/sysv/linux/clock.c (clock): Use result from
30262         CLOCK_PROCESS_CPUTIME_ID clock instead of __times.
30264 2013-06-12  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
30266         [BZ #15605]
30267         * sysdeps/generic/symbol-hacks.h: Add workaround for memset/memmove calls
30268         generated by the compiler on loop optimizations.
30269         * sysdeps/wordsize-32/symbol-hacks.h: Include next symbol-hacks.h for
30270         general definitions.
30272 2013-06-12  Joseph Myers  <joseph@codesourcery.com>
30274         * math/bug-nextafter.c: Include <math-tests.h>.
30275         (main): Only test for exceptions if EXCEPTION_TESTS is true for
30276         the relevant type.
30277         * math/bug-nexttoward.c: Include <math-tests.h>.
30278         (main): Only test for exceptions if EXCEPTION_TESTS is true for
30279         the relevant type.
30280         * math/test-misc.c: Include <math-tests.h>.
30281         (main): Only test for exceptions if EXCEPTION_TESTS is true for
30282         the relevant type.
30284 2013-06-12  Andreas Jaeger  <aj@suse.de>
30286         * po/ia.po: Update Interlingua translation from translation
30287         project.
30289 2013-06-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
30291         * include/fenv.h: Include stdbool.h.
30292         (struct rm_ctx): New structure.
30293         * sysdeps/generic/math_private.h (SET_RESTORE_ROUND_GENERIC):
30294         Define macro.
30295         (SET_RESTORE_ROUND): Define using SET_RESTORE_ROUND_GENERIC.
30296         (SET_RESTORE_ROUNDF): Likewise.
30297         (SET_RESTORE_ROUNDL): Likewise.
30298         (SET_RESTORE_ROUND_NOEX): Likewise.
30299         (SET_RESTORE_ROUND_NOEXF): Likewise.
30300         (SET_RESTORE_ROUND_NOEXL): Likewise.
30301         (SET_RESTORE_ROUND_53BIT): Likewise.
30302         [HAVE_RM_CTX] (libc_feresetround_noex_ctx): Define macro.
30303         (libc_feresetround_noexf_ctx): Likewise.
30304         (libc_feresetround_noexl_ctx): Likewise.
30305         (libc_feholdsetround_53bit_ctx): Likewise.
30306         (libc_feresetround_53bit_ctx): Likewise.
30307         * sysdeps/i386/fpu/fenv_private.h (HAVE_RM_CTX): Define macro.
30308         (libc_feholdexcept_setround_sse_ctx): New function.
30309         (libc_fesetenv_sse_ctx): Likewise.
30310         (libc_feupdateenv_sse_ctx): Likewise.
30311         (libc_feholdexcept_setround_387_prec_ctx): Likewise.
30312         (libc_feholdexcept_setround_387_ctx): Likewise.
30313         (libc_feholdexcept_setround_387_53bit_ctx): Likewise.
30314         (libc_feholdsetround_387_prec_ctx): Likewise.
30315         (libc_feholdsetround_387_ctx): Likewise.
30316         (libc_feholdsetround_387_53bit_ctx): Likewise.
30317         (libc_feholdsetround_sse_ctx): Likewise.
30318         (libc_feresetround_sse_ctx): Likewise.
30319         (libc_feresetround_387_ctx): Likewise.
30320         (libc_feupdateenv_387_ctx): Likewise.
30321         (libc_feholdexcept_setroundf_ctx): Define macro.
30322         (libc_fesetenvf_ctx): Likewise.
30323         (libc_feupdateenvf_ctx): Likewise.
30324         (libc_feholdsetroundf_ctx): Likewise.
30325         (libc_feresetroundf_ctx): Likewise.
30326         (libc_feholdexcept_setround_ctx): Likewise.
30327         (libc_fesetenv_ctx): Likewise.
30328         (libc_feupdateenv_ctx): Likewise.
30329         (libc_feholdsetround_ctx): Likewise.
30330         (libc_feresetround_ctx): Likewise.
30331         (libc_feholdexcept_setroundl_ctx): Likewise.
30332         (libc_feupdateenvl_ctx): Likewise.
30333         (libc_feholdsetroundl_ctx): Likewise.
30334         (libc_feresetroundl_ctx): Likewise.
30335         [!__SSE2_MATH__] (libc_feholdsetround_53bit_ctx): Likewise.
30336         (libc_feresetround_53bit_ctx): Likewise.
30338 2013-06-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
30340         * locale/iso-639.def: Convert to UTF-8.
30342 2013-06-11  Joseph Myers  <joseph@codesourcery.com>
30344         * sysdeps/generic/math-tests.h (EXCEPTION_TESTS_float): New macro.
30345         (EXCEPTION_TESTS_double): Likewise.
30346         (EXCEPTION_TESTS_long_double): Likewise.
30347         (EXCEPTION_TESTS): Likewise.
30348         * math/libm-test.inc (test_exceptions): Only test exceptions if
30349         EXCEPTION_TESTS (FLOAT).
30351 2013-06-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
30353         * benchtests/Makefile (string-bench): Add strcpy_chk and
30354         stpcpy_chk.
30355         * benchtests/bench-stpcpy_chk-ifunc.c: New file.
30356         * benchtests/bench-stpcpy_chk.c: New file.
30357         * benchtests/bench-strcpy_chk-ifunc.c: New file.
30358         * benchtests/bench-strcpy_chk.c: New file.
30359         * debug/test-strcpy_chk.c (do_one_test): Remove HP_TIMING
30360         code.
30361         (do_test): Likewise.
30363 2013-06-11  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
30365         * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_platforms): Add ppc405,
30366         ppc440, ppc464, and ppc476, merging from ports/ dl-procinfo.c.
30367         * sysdeps/powerpc/dl-procinfo.h: Fix whitespace by correcting spaces
30368         with tabs where appropriate.
30369         [PPC_PLATFORM_PPC405]: Define new platform merging from ports/
30370         dl-procinfo.h.
30371         [PPC_PLATFORM_PPC440]: Likewise.
30372         [PPC_PLATFORM_PPC464]: Likewise.
30373         [PPC_PLATFORM_PPC476]: Likewise.
30374         (_dl_string_platform): Add support for detecting ppc405, ppc440,
30375         ppc464, and ppc476 platform strings merging from ports/
30376         dl-procinfo.h.
30378 2013-06-11  Andreas Schwab  <schwab@suse.de>
30380         [BZ #14991]
30381         * iconvdata/big5hkscs.c (big5hkscs_to_ucs, from_ucs4)
30382         (from_ucs4_idx): Regenerate.
30383         (MIN_NEEDED_FROM, MAX_NEEDED_FROM, MIN_NEEDED_TO): Remove macros.
30384         (FROM_LOOP_MIN_NEEDED_FROM, FROM_LOOP_MAX_NEEDED_FROM)
30385         (FROM_LOOP_MIN_NEEDED_TO, FROM_LOOP_MAX_NEEDED_TO)
30386         (TO_LOOP_MIN_NEEDED_FROM, TO_LOOP_MAX_NEEDED_FROM)
30387         (TO_LOOP_MIN_NEEDED_TO, TO_LOOP_MAX_NEEDED_TO, PREPARE_LOOP)
30388         (EXTRA_LOOP_ARGS, SAVE_RESET_STATE, EMIT_SHIFT_TO_INIT)
30389         (EXTRA_LOOP_DECLS, MAX_NEEDED_OUTPUT): New macros.
30390         (MIN_NEEDED_INPUT, MAX_NEEDED_INPUT, MIN_NEEDED_OUTPUT): Define
30391         from FROM_LOOP and TO_LOOP specific macros.
30392         (BODY): Handle combining characters.
30393         * iconvdata/BIG5HKSCS.irreversible: Update.
30394         * iconvdata/BIG5HKSCS.precomposed: New file.
30395         * iconvdata/testdata/BIG5HKSCS: Regenerate to cover all assigned
30396         characters.
30397         * iconvdata/testdata/BIG5HKSCS..UTF8: Update.
30399 2013-06-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
30401         * include/sys/time.h: Fix indentation and add copyright header.
30403         * string/test-memccpy.c (do_one_test): Remove HP_TIMING code.
30404         (do_test): Likewise.
30405         * string/test-memchr.c (do_one_test): Likewise.
30406         (do_test): Likewise.
30407         * string/test-memcmp.c (do_one_test): Likewise.
30408         (do_test): Likewise.
30409         * string/test-memcpy.c (do_one_test): Likewise.
30410         (do_test): Likewise.
30411         * string/test-memmem.c (do_one_test): Likewise.
30412         (do_test): Likewise.
30413         (do_random_tests): Likewise.
30414         * string/test-memmove.c (do_one_test): Likewise.
30415         (do_test): Likewise.
30416         * string/test-memset.c (do_one_test): Likewise.
30417         (do_test): Likewise.
30418         * string/test-rawmemchr.c (do_one_test): Likewise.
30419         (do_test): Likewise.
30420         * string/test-strcasecmp.c (do_one_test): Likewise.
30421         (do_test): Likewise.
30422         * string/test-strcasestr.c (do_one_test): Likewise.
30423         (do_test): Likewise.
30424         * string/test-strcat.c (do_one_test): Likewise.
30425         (do_test): Likewise.
30426         * string/test-strchr.c (do_one_test): Likewise.
30427         (do_test): Likewise.
30428         * string/test-strcmp.c (do_one_test): Likewise.
30429         (do_test): Likewise.
30430         * string/test-strcpy.c (do_one_test): Likewise.
30431         (do_test): Likewise.
30432         * string/test-string.h: Likewise.
30433         (test_init): Likewise.
30434         * string/test-strlen.c (do_one_test): Likewise.
30435         (do_test): Likewise.
30436         * string/test-strncasecmp.c (do_one_test): Likewise.
30437         (do_test): Likewise.
30438         * string/test-strncat.c (do_one_test): Likewise.
30439         (do_test): Likewise.
30440         * string/test-strncmp.c (do_one_test): Likewise.
30441         (do_test_limit): Likewise.
30442         (do_test): Likewise.
30443         * string/test-strncpy.c (do_one_test): Likewise.
30444         (do_test): Likewise.
30445         * string/test-strnlen.c (do_one_test): Likewise.
30446         (do_test): Likewise.
30447         * string/test-strpbrk.c (do_one_test): Likewise.
30448         (do_test): Likewise.
30449         * string/test-strrchr.c (do_one_test): Likewise.
30450         (do_test): Likewise.
30451         * string/test-strspn.c (do_one_test): Likewise.
30452         (do_test): Likewise.
30453         * string/test-strstr.c (do_one_test): Likewise.
30454         (do_test): Likewise.
30456         * benchtests/Makefile (string-bench): Add string benchmarks.
30457         * benchtests/bench-bcopy-ifunc.c: New file.
30458         * benchtests/bench-bcopy.c: New file.
30459         * benchtests/bench-bzero-ifunc.c: New file.
30460         * benchtests/bench-bzero.c: New file.
30461         * benchtests/bench-memccpy-ifunc.c: New file.
30462         * benchtests/bench-memccpy.c: New file.
30463         * benchtests/bench-memchr-ifunc.c: New file.
30464         * benchtests/bench-memchr.c: New file.
30465         * benchtests/bench-memcmp-ifunc.c: New file.
30466         * benchtests/bench-memcmp.c: New file.
30467         * benchtests/bench-memmem-ifunc.c: New file.
30468         * benchtests/bench-memmem.c: New file.
30469         * benchtests/bench-memmove-ifunc.c: New file.
30470         * benchtests/bench-memmove.c: New file.
30471         * benchtests/bench-mempcpy-ifunc.c: New file.
30472         * benchtests/bench-mempcpy.c: New file.
30473         * benchtests/bench-memset-ifunc.c: New file.
30474         * benchtests/bench-memset.c: New file.
30475         * benchtests/bench-rawmemchr-ifunc.c: New file.
30476         * benchtests/bench-rawmemchr.c: New file.
30477         * benchtests/bench-stpcpy-ifunc.c: New file.
30478         * benchtests/bench-stpcpy.c: New file.
30479         * benchtests/bench-stpncpy-ifunc.c: New file.
30480         * benchtests/bench-stpncpy.c: New file.
30481         * benchtests/bench-strcasecmp-ifunc.c: New file.
30482         * benchtests/bench-strcasecmp.c: New file.
30483         * benchtests/bench-strcasestr-ifunc.c: New file.
30484         * benchtests/bench-strcasestr.c: New file.
30485         * benchtests/bench-strcat-ifunc.c: New file.
30486         * benchtests/bench-strcat.c: New file.
30487         * benchtests/bench-strchr-ifunc.c: New file.
30488         * benchtests/bench-strchr.c: New file.
30489         * benchtests/bench-strchrnul-ifunc.c: New file.
30490         * benchtests/bench-strchrnul.c: New file.
30491         * benchtests/bench-strcmp-ifunc.c: New file.
30492         * benchtests/bench-strcmp.c: New file.
30493         * benchtests/bench-strcpy-ifunc.c: New file.
30494         * benchtests/bench-strcpy.c: New file.
30495         * benchtests/bench-strcspn-ifunc.c: New file.
30496         * benchtests/bench-strcspn.c: New file.
30497         * benchtests/bench-strlen-ifunc.c: New file.
30498         * benchtests/bench-strlen.c: New file.
30499         * benchtests/bench-strncasecmp-ifunc.c: New file.
30500         * benchtests/bench-strncasecmp.c: New file.
30501         * benchtests/bench-strncat-ifunc.c: New file.
30502         * benchtests/bench-strncat.c: New file.
30503         * benchtests/bench-strncmp-ifunc.c: New file.
30504         * benchtests/bench-strncmp.c: New file.
30505         * benchtests/bench-strncpy-ifunc.c: New file.
30506         * benchtests/bench-strncpy.c: New file.
30507         * benchtests/bench-strnlen-ifunc.c: New file.
30508         * benchtests/bench-strnlen.c: New file.
30509         * benchtests/bench-strpbrk-ifunc.c: New file.
30510         * benchtests/bench-strpbrk.c: New file.
30511         * benchtests/bench-strrchr-ifunc.c: New file.
30512         * benchtests/bench-strrchr.c: New file.
30513         * benchtests/bench-strspn-ifunc.c: New file.
30514         * benchtests/bench-strspn.c: New file.
30515         * benchtests/bench-strstr-ifunc.c: New file.
30516         * benchtests/bench-strstr.c: New file.
30518         * benchtests/Makefile: Disable parallel execution of targets.
30519         (string-bench): Add memcpy.
30520         (benchset): New variable to store a list of benchmark sets.
30521         (bench-func): Renamed from bench.
30522         (bench-set): New target.
30523         (bench): Depend on bench-func and bench-set.
30524         * benchtests/README: Add section on benchmark sets.
30525         * benchtests/bench-memcpy-ifunc.c: New file.
30526         * benchtests/bench-memcpy.c: New file.
30527         * benchtests/bench-string.h: New file.
30529 2013-06-11  Andreas Schwab  <schwab@suse.de>
30531         [BZ #15577]
30532         * nscd/connections.c (nscd_run_worker): Always zero-terminate key.
30533         * nscd/netgroupcache.c (addgetnetgrentX): Properly handle absent
30534         values in the triple.
30535         * nscd/nscd_netgroup.c (__nscd_setnetgrent): Include zero
30536         terminator in the group key.
30538 2013-06-11  Andreas Jaeger  <aj@suse.de>
30540         * po/zh_TW.po: Update Chinese (traditional) translation from
30541         translation project.
30543 2013-06-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
30545         * include/time.h (__clock_gettime): Add libc_hidden_proto.
30546         * rt/clock_getcpuclockid.c (clock_getcpuclockid): Rename to
30547         __clock_getcpuclockid.  Add weak_alias and libc_hidden_def.
30548         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c
30549         (clock_getcpuclockid): Likewise.
30550         * rt/clock_getres.c (clock_getres): Rename to __clock_getres.
30551         Add weak_alias and libc_hidden_def.
30552         * sysdeps/posix/clock_getres.c (clock_getres): Likewise.
30553         * rt/clock_gettime.c (clock_gettime): Rename to
30554         __clock_gettime.  Add weak_alias and libc_hidden_def.
30555         * sysdeps/unix/clock_gettime.c (clock_gettime): Likewise.
30556         * rt/clock_nanosleep.c (clock_nanosleep): Rename to
30557         __clock_nanosleep.  Add weak_alias and libc_hidden_def.
30558         * sysdeps/unix/clock_nanosleep.c (clock_nanosleep): Likewise.
30559         * sysdeps/unix/sysv/linux/clock_nanosleep.c (clock_nanosleep):
30560         Likewise.
30561         * rt/clock_settime.c (clock_settime): Rename to
30562         __clock_settime.  Add weak_alias and libc_hidden_def.
30563         * sysdeps/unix/clock_settime.c (clock_settime): Likewise.
30565 2013-06-10  Joseph Myers  <joseph@codesourcery.com>
30567         * mach/err_boot.sub: Remove trailing whitespace.
30568         * mach/err_ipc.sub: Likewise.
30569         * mach/err_mach.sub: Likewise.
30571         * sysdeps/generic/math-tests.h (ROUNDING_TESTS_float): New macro.
30572         (ROUNDING_TESTS_double): Likewise.
30573         (ROUNDING_TESTS_long_double): Likewise.
30574         (ROUNDING_TESTS): Likewise.
30575         * math/libm-test.inc: Include <math-tests.h>.
30576         (IF_ROUND_INIT_FE_DOWNWARD): Use ROUNDING_TESTS.
30577         (IF_ROUND_INIT_FE_TONEAREST): Likewise.
30578         (IF_ROUND_INIT_FE_TOWARDZERO): Likewise.
30579         (IF_ROUND_INIT_FE_UPWARD): Likewise.
30581 2013-06-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
30583         * benchtests/Makefile (CPPFLAGS-nonlib): Append values instead
30584         of assigning.
30586 2013-06-08  Joseph Myers  <joseph@codesourcery.com>
30588         * sysdeps/gnu/errlist.awk: Do not generate space at end of
30589         otherwise empty TRANS lines.
30590         * sysdeps/gnu/errlist.c: Regenerated.
30592         * catgets/gencat.c (error_print): Use (void) in function
30593         definition.
30594         * crypt/crypt_util.c (__init_des): Likewise.
30595         * crypt/speeds.c (Stop): Likewise.
30596         (main): Likewise.
30597         * hurd/hurdmalloc.c (print_malloc_free_list): Likewise.
30598         * inet/ruserpass.c (token): Likewise.
30599         * intl/finddomain.c (_nl_finddomain_subfreeres): Likewise.
30600         * intl/localealias.c (extend_alias_table): Likewise.
30601         * intl/plural-exp.c (init_germanic_plural): Likewise.
30602         * libio/fcloseall.c (__fcloseall): Likewise.
30603         * libio/genops.c (_IO_flush_all): Likewise.
30604         (_IO_flush_all_linebuffered): Likewise.
30605         (_IO_cleanup): Likewise.
30606         (_IO_iter_begin): Likewise.
30607         (_IO_iter_end): Likewise.
30608         (_IO_list_lock): Likewise.
30609         (_IO_list_unlock): Likewise.
30610         (_IO_list_resetlock): Likewise.
30611         * libio/getchar.c (getchar): Likewise.
30612         * libio/getchar_u.c (getchar_unlocked): Likewise.
30613         * libio/getwchar.c (getwchar): Likewise.
30614         * libio/getwchar_u.c (getwchar_unlocked): Likewise.
30615         * libio/oldstdfiles.c (_IO_check_libio): Likewise.
30616         * login/getpt.c (__getpt): Likewise.
30617         * login/tst-utmp.c (main): Likewise.
30618         * malloc/hooks.c (__malloc_check_init): Likewise.
30619         * malloc/malloc.c (__malloc_stats): Likewise.
30620         * malloc/mtrace.c (tr_break): Likewise.
30621         (mtrace): Likewise.
30622         (muntrace): Likewise.
30623         * misc/fstab.c (endfsent): Likewise.
30624         * misc/getclktck.c (__getclktck): Likewise.
30625         * misc/getdtsz.c (__getdtablesize): Likewise.
30626         * misc/gethostid.c (gethostid): Likewise.
30627         * misc/getpagesize.c (__getpagesize): Likewise.
30628         * misc/getsysstats.c (__get_nprocs_conf): Likewise.
30629         (__get_nprocs): Likewise.
30630         (__get_phys_pages): Likewise.
30631         (__get_avphys_pages): Likewise.
30632         * misc/getttyent.c (getttyent): Likewise.
30633         (setttyent): Likewise.
30634         (endttyent): Likewise.
30635         * misc/getusershell.c (getusershell): Likewise.
30636         (endusershell): Likewise.
30637         (setusershell): Likewise.
30638         (initshells): Likewise.
30639         * misc/hsearch.c (__hdestroy): Likewise.
30640         * misc/sync.c (sync): Likewise.
30641         * misc/syslog.c (closelog_internal): Likewise.
30642         (closelog): Likewise.
30643         * misc/ttyslot.c (ttyslot): Likewise.
30644         * misc/vhangup.c (vhangup): Likewise.
30645         * posix/fork.c (__fork): Likewise.
30646         * posix/getegid.c (__getegid): Likewise.
30647         * posix/geteuid.c (__geteuid): Likewise.
30648         * posix/getgid.c (__getgid): Likewise.
30649         * posix/getpid.c (__getpid): Likewise.
30650         * posix/getppid.c (__getppid): Likewise.
30651         * posix/getuid.c (__getuid): Likewise.
30652         * posix/pause.c (pause): Likewise.
30653         * posix/setpgrp.c (setpgrp): Likewise.
30654         * posix/setsid.c (__setsid): Likewise.
30655         * posix/test-vfork.c (noop): Likewise.
30656         * resolv/gethnamaddr.c (_endhtent): Likewise.
30657         (_gethtent): Likewise.
30658         (ht_endhostent): Likewise.
30659         (gethostent): Likewise.
30660         (dns_service): Likewise.
30661         * stdlib/drand48.c (drand48): Likewise.
30662         * stdlib/lrand48.c (lrand48): Likewise.
30663         * stdlib/mrand48.c (mrand48): Likewise.
30664         * stdlib/rand.c (rand): Likewise.
30665         * stdlib/random.c (__random): Likewise.
30666         * stdlib/setenv.c (clearenv): Likewise.
30667         * sunrpc/clnt_tcp.c (clnttcp_abort): Likewise.
30668         * sunrpc/clnt_unix.c (clntunix_abort): Likewise.
30669         * sysdeps/mach/getpagesize.c (__getpagesize): Likewise.
30670         * sysdeps/mach/getsysstats.c (__get_nprocs_conf): Likewise.
30671         (__get_nprocs): Likewise.
30672         (__get_phys_pages): Likewise.
30673         (__get_avphys_pages): Likewise.
30674         * sysdeps/mach/hurd/dl-sysdep.c (__getpid): Likewise.
30675         * sysdeps/mach/hurd/getclktck.c (__getclktck): Likewise.
30676         * sysdeps/mach/hurd/getdtsz.c (__getdtablesize): Likewise.
30677         * sysdeps/mach/hurd/getegid.c (__getegid): Likewise.
30678         * sysdeps/mach/hurd/geteuid.c (__geteuid): Likewise.
30679         * sysdeps/mach/hurd/getgid.c (__getgid): Likewise.
30680         * sysdeps/mach/hurd/gethostid.c (gethostid): Likewise.
30681         * sysdeps/mach/hurd/getlogin.c (getlogin): Likewise.
30682         * sysdeps/mach/hurd/getpid.c (__getpid): Likewise.
30683         * sysdeps/mach/hurd/getppid.c (__getppid): Likewise.
30684         * sysdeps/mach/hurd/getuid.c (__getuid): Likewise.
30685         * sysdeps/mach/hurd/sync.c (sync): Likewise.
30686         * sysdeps/posix/clock.c (clock): Likewise.
30687         * sysdeps/unix/bsd/setsid.c (__setsid): Likewise.
30688         * sysdeps/unix/getpagesize.c (__getpagesize): Likewise.
30689         * sysdeps/unix/sysv/linux/getclktck.c (__getclktck): Likewise.
30690         * sysdeps/unix/sysv/linux/gethostid.c (gethostid): Likewise.
30691         * sysdeps/unix/sysv/linux/getpagesize.c (__getpagesize): Likewise.
30692         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Likewise.
30693         (__get_nprocs_conf): Likewise.
30694         (__get_phys_pages): Likewise.
30695         (__get_avphys_pages): Likewise.
30696         * time/clock.c (clock): Likewise.
30697         * time/tzset.c (__tzname_max): Likewise.
30699 2013-06-07  Joseph Myers  <joseph@codesourcery.com>
30701         * bits/byteswap.h [__GNUC__ && !__GNUC_PREREQ (4, 3)]
30702         (__bswap_32): Do not use "register".
30703         * crypt/crypt.c (_ufc_doit_r): Likewise.
30704         * debug/stpcpy_chk.c (__stpcpy_chk): Likewise.
30705         * debug/wcscat_chk.c (__wcscat_chk): Likewise.
30706         * gmon/gmon.c (__monstartup): Likewise.
30707         * gmon/mcount.c (_MCOUNT_DECL(frompc, selfpc)): Likewise.
30708         * hurd/hurdmalloc.c (more_memory): Likewise.
30709         (malloc): Likewise.
30710         (free): Likewise.
30711         (realloc): Likewise.
30712         (malloc_fork_prepare): Likewise.
30713         (malloc_fork_parent): Likewise.
30714         (malloc_fork_child): Likewise.
30715         * include/rpc/auth_des.h (xdr_authdes_verf): Likewise.
30716         (_svcauth_des): Likewise.
30717         * inet/inet_lnaof.c (inet_lnaof): Likewise.
30718         * inet/inet_net.c (inet_network): Likewise.
30719         * inet/inet_netof.c (inet_netof): Likewise.
30720         * inet/rcmd.c (__validuser2_sa): Likewise.
30721         * io/fts.c (fts_open): Likewise.
30722         (fts_load): Likewise.
30723         (fts_close): Likewise.
30724         (fts_read): Likewise.
30725         (fts_children): Likewise.
30726         (fts_build): Likewise.
30727         (fts_stat): Likewise.
30728         (fts_sort): Likewise.
30729         (fts_alloc): Likewise.
30730         (fts_lfree): Likewise.
30731         * libio/fileops.c (_IO_new_file_xsputn): Likewise.
30732         (_IO_file_xsgetn): Likewise.
30733         (_IO_file_xsgetn_mmap): Likewise.
30734         * libio/iofopncook.c (_IO_cookie_read): Likewise.
30735         (_IO_cookie_write): Likewise.
30736         * libio/oldfileops.c (_IO_old_file_xsputn): Likewise.
30737         * libio/wfileops.c (_IO_wfile_xsputn): Likewise.
30738         * mach/msgserver.c (__mach_msg_server_timeout): Likewise.
30739         * malloc/obstack.c (_obstack_begin): Likewise.
30740         (_obstack_begin_1): Likewise.
30741         (_obstack_newchunk): Likewise.
30742         (_obstack_allocated_p): Likewise.
30743         (obstack_free): Likewise.
30744         (_obstack_memory_used): Likewise.
30745         * misc/getttyent.c (getttynam): Likewise.
30746         (getttyent): Likewise.
30747         (skip): Likewise.
30748         (value): Likewise.
30749         * misc/getusershell.c (initshells): Likewise.
30750         * misc/syslog.c (__vsyslog_chk): Likewise.
30751         * misc/ttyslot.c (ttyslot): Likewise.
30752         * nis/nis_hash.c (__nis_hash): Likewise.
30753         * posix/fnmatch_loop.c (FCT): Likewise.
30754         * posix/getconf.c (print_all): Likewise.
30755         (main): Likewise.
30756         * posix/getopt.c (exchange): Likewise.
30757         * posix/glob.c (globfree): Likewise.
30758         (prefix_array): Likewise.
30759         (__glob_pattern_type): Likewise.
30760         * resolv/arpa/nameser.h (NS_GET16): Likewise.
30761         (NS_GET32): Likewise.
30762         (NS_PUT16): Likewise.
30763         (NS_PUT32): Likewise.
30764         * resolv/gethnamaddr.c (getanswer): Likewise.
30765         (gethostbyname2): Likewise.
30766         (gethostbyaddr): Likewise.
30767         (_gethtent): Likewise.
30768         (_gethtbyname2): Likewise.
30769         (_gethtbyaddr): Likewise.
30770         * resolv/ns_print.c (dst_s_get_int16): Likewise.
30771         * resolv/nss_dns/dns-host.c (getanswer_r): Likewise.
30772         * resolv/res_init.c (__res_vinit): Likewise.
30773         (net_mask): Likewise.
30774         * resolv/res_mkquery.c (outchar): Likewise.
30775         (PRINT): Likewise.
30776         * stdio-common/printf_fp.c (outchar): Likewise.
30777         (PRINT): Likewise.
30778         * stdio-common/printf_fphex.c (outchar): Likewise.
30779         (PRINT): Likewise.
30780         * stdio-common/printf_size.c (outchar): Likewise.
30781         (PRINT): Likewise.
30782         * stdio-common/test_rdwr.c (main): Likewise.
30783         * stdio-common/tfformat.c (matches): Likewise.
30784         * stdio-common/vfprintf.c (outchar): Likewise.
30785         (printf_unknown): Likewise.
30786         (buffered_vfprintf): Likewise.
30787         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Likewise.
30788         * stdio-common/xbug.c (AppendToBuffer): Likewise.
30789         (ReadFile): Likewise.
30790         * stdlib/qsort.c (SWAP): Likewise.
30791         (_quicksort): Likewise.
30792         * stdlib/setenv.c (__add_to_environ): Likewise.
30793         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Likewise.
30794         * stdlib/strtol_l.c (__strtol_l): Likewise.
30795         * stdlib/tst-strtod.c (main): Likewise.
30796         * stdlib/tst-strtol.c (main): Likewise.
30797         * stdlib/tst-strtoll.c (main): Likewise.
30798         * string/bits/string2.h (__strcmp_cc): Likewise.
30799         (__strcmp_cg): Likewise.
30800         (__strcspn_c1): Likewise.
30801         (__strcspn_c2): Likewise.
30802         (__strcspn_c3): Likewise.
30803         (__strspn_c1): Likewise.
30804         (__strspn_c2): Likewise.
30805         (__strspn_c3): Likewise.
30806         (__strsep_1c): Likewise.
30807         (__strsep_2c): Likewise.
30808         (__strsep_3c): Likewise.
30809         * string/memccpy.c (__memccpy): Likewise.
30810         * string/stpcpy.c (__stpcpy): Likewise.
30811         * string/strcmp.c (strcmp): Likewise.
30812         * string/strrchr.c (strrchr): Likewise.
30813         * sysdeps/generic/sigset-cvt-mask.h (sigset_get_old_mask):
30814         Likewise.
30815         * sysdeps/mach/hurd/getcwd.c
30816         (_hurd_canonicalize_directory_name_internal): Likewise.
30817         * sysdeps/mach/i386/sysdep.h (SNARF_ARGS): Likewise.
30818         * sysdeps/powerpc/powerpc32/power6/wcschr.c (wcschr): Likewise.
30819         * sysdeps/powerpc/powerpc32/power6/wcsrchr.c (wcsrchr): Likewise.
30820         * sysdeps/x86/bits/byteswap-16.h [__GNUC__] (__bswap_16):
30821         Likewise, in both definitions.
30822         * sysdeps/x86/bits/byteswap.h (__bswap_32): Likewise, in multiple
30823         definitions.
30824         [__GNUC_PREREQ (2, 0) && !__GNUC_PREREQ (4, 3) && __WORDSIZE ==
30825         64] (__bswap_64): Likewise.
30826         * time/test_time.c (main): Likewise.
30827         * time/tzfile.c (__tzfile_read): Likewise.
30828         (__tzfile_compute): Likewise.
30829         * time/tzset.c (__tzset_parse_tz): Likewise.
30830         (tzset_internal): Likewise.
30831         (compute_change): Likewise.
30832         * wcsmbs/wcscat.c (__wcscat): Likewise.
30833         * wcsmbs/wcschr.c (wcschr): Likewise.
30834         * wcsmbs/wcschrnul.c (__wcschrnul): Likewise.
30835         * wcsmbs/wcscspn.c (wcscspn): Likewise.
30836         * wcsmbs/wcspbrk.c (wcspbrk): Likewise.
30837         * wcsmbs/wcsrchr.c (wcsrchr): Likewise.
30838         * wcsmbs/wcsspn.c (wcsspn): Likewise.
30839         * wcsmbs/wcsstr.c (wcsstr): Likewise.
30840         * wcsmbs/wmemchr.c (wmemchr): Likewise.
30841         * wcsmbs/wmemcmp.c (WMEMCMP): Likewise.
30842         * wcsmbs/wmemset.c (wmemset): Likewise.
30844 2013-06-06  Joseph Myers  <joseph@codesourcery.com>
30846         * scripts/config.guess: Update to version 2013-05-16.
30847         * scripts/config.sub: Update to version 2013-04-24.
30848         * scripts/install-sh: Update to version 2011-11-20.07.
30849         * scripts/mkinstalldirs: Update to version 2009-04-28.21.
30850         * scripts/move-if-change: Update to version 2012-01-06 07:23.
30852 2013-06-06   Ondřej Bílka  <neleai@seznam.cz>
30854         * debug/fgetws_u_chk.c: Fix leading whitespaces.
30855         * elf/sln.c: Likewise.
30856         * hurd/hurd/ioctl.h: Likewise.
30857         * hurd/hurdmalloc.c: Likewise.
30858         * hurd/xattr.c: Likewise.
30859         * include/shlib-compat.h: Likewise.
30860         * inet/ruserpass.c: Likewise.
30861         * libio/iofgets_u.c: Likewise.
30862         * libio/iofgetws_u.c: Likewise.
30863         * locale/programs/ld-identification.c: Likewise.
30864         * locale/programs/ld-time.c: Likewise.
30865         * mach/msg-destroy.c: Likewise.
30866         * nss/nss_files/files-netgrp.c: Likewise.
30867         * resolv/res_data.c: Likewise.
30868         * soft-fp/op-1.h: Likewise.
30869         * soft-fp/op-2.h: Likewise.
30870         * soft-fp/op-4.h: Likewise.
30871         * soft-fp/op-common.h: Likewise.
30872         * stdio-common/printf_fphex.c: Likewise.
30873         * stdlib/strtod_l.c: Likewise.
30874         * sunrpc/rpc/clnt.h: Likewise.
30875         * sysdeps/generic/framestate.c: Likewise.
30876         * sysdeps/i386/bsd-_setjmp.S: Likewise.
30877         * sysdeps/i386/bsd-setjmp.S: Likewise.
30878         * sysdeps/i386/__longjmp.S: Likewise.
30879         * sysdeps/i386/setjmp.S: Likewise.
30880         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Likewise.
30881         * sysdeps/ieee754/flt-32/e_rem_pio2f.c: Likewise.
30882         * sysdeps/ieee754/flt-32/k_rem_pio2f.c: Likewise.
30883         * sysdeps/ieee754/ldbl-128/e_expl.c: Likewise.
30884         * sysdeps/ieee754/ldbl-128ibm/e_expl.c: Likewise.
30885         * sysdeps/ieee754/ldbl-128ibm/s_fpclassifyl.c: Likewise.
30886         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Likewise.
30887         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c: Likewise.
30888         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c: Likewise.
30889         * sysdeps/ieee754/ldbl-128/ldbl2mpn.c: Likewise.
30890         * sysdeps/ieee754/ldbl-128/s_fpclassifyl.c: Likewise.
30891         * sysdeps/ieee754/ldbl-128/s_llrintl.c: Likewise.
30892         * sysdeps/ieee754/ldbl-128/s_llroundl.c: Likewise.
30893         * sysdeps/ieee754/ldbl-128/s_lrintl.c: Likewise.
30894         * sysdeps/ieee754/ldbl-128/s_lroundl.c: Likewise.
30895         * sysdeps/ieee754/ldbl-128/s_nexttoward.c: Likewise.
30896         * sysdeps/ieee754/ldbl-128/s_truncl.c: Likewise.
30897         * sysdeps/ieee754/ldbl-96/ldbl2mpn.c: Likewise.
30898         * sysdeps/ieee754/support.c: Likewise.
30899         * sysdeps/powerpc/powerpc32/dl-machine.c: Likewise.
30900         * sysdeps/powerpc/powerpc32/lshift.S: Likewise.
30901         * sysdeps/sparc/sparc32/__longjmp.S: Likewise.
30902         * sysdeps/sparc/sparc64/soft-fp/qp_cmp.c: Likewise.
30903         * sysdeps/sparc/sparc64/soft-fp/qp_cmpe.c: Likewise.
30904         * sysdeps/sparc/sparc64/soft-fp/qp_feq.c: Likewise.
30905         * sysdeps/sparc/sparc64/soft-fp/qp_fge.c: Likewise.
30906         * sysdeps/sparc/sparc64/soft-fp/qp_fgt.c: Likewise.
30907         * sysdeps/sparc/sparc64/soft-fp/qp_fle.c: Likewise.
30908         * sysdeps/sparc/sparc64/soft-fp/qp_flt.c: Likewise.
30909         * sysdeps/sparc/sparc64/soft-fp/qp_fne.c: Likewise.
30910         * sysdeps/sparc/sparc64/soft-fp/qp_mul.c: Likewise.
30911         * sysdeps/sparc/sparc64/soft-fp/qp_qtoi.c: Likewise.
30912         * sysdeps/sparc/sparc64/soft-fp/qp_qtoui.c: Likewise.
30913         * sysdeps/sparc/sparc64/soft-fp/qp_qtoux.c: Likewise.
30914         * sysdeps/sparc/sparc64/soft-fp/qp_qtox.c: Likewise.
30915         * sysdeps/unix/sysv/linux/lutimes.c: Likewise.
30916         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: Likewise.
30918 2013-06-05  Ondřej Bílka  <neleai@seznam.cz>
30920         * posix/transbug.c: Remove executable mode.
30922 2013-06-05  Joseph Myers  <joseph@codesourcery.com>
30924         * crypt/speeds.c: Remove trailing whitespace.
30925         * dlfcn/default.c: Likewise.
30926         * elf/ifuncdep2.c: Likewise.
30927         * elf/ifuncmain1.c: Likewise.
30928         * elf/ifuncmain1vis.c: Likewise.
30929         * elf/testobj.h: Likewise.
30930         * elf/tst-stackguard1.c: Likewise.
30931         * gmon/sys/gmon.h: Likewise.
30932         * hurd/hurdmsg.c: Likewise.
30933         * hurd/new-fd.c: Likewise.
30934         * hurd/ports-get.c: Likewise.
30935         * iconvdata/ibm1008_420.c: Likewise.
30936         * inet/tst-getni1.c: Likewise.
30937         * inet/tst-getni2.c: Likewise.
30938         * libio/ioungetc.c: Likewise.
30939         * libio/wfiledoalloc.c: Likewise.
30940         * manual/libm-err-tab.pl: Likewise.
30941         * math/w_dremf.c: Likewise.
30942         * misc/ftruncate.c: Likewise.
30943         * posix/bug-glob2.c: Likewise.
30944         * posix/tst-pcre.c: Likewise.
30945         * posix/wait4.c: Likewise.
30946         * resolv/README: Likewise.
30947         * resolv/res_debug.h: Likewise.
30948         * resolv/tst-inet_ntop.c: Likewise.
30949         * setjmp/bug269-setjmp.c: Likewise.
30950         * soft-fp/extended.h: Likewise.
30951         * soft-fp/op-1.h: Likewise.
30952         * soft-fp/op-2.h: Likewise.
30953         * soft-fp/op-4.h: Likewise.
30954         * soft-fp/op-8.h: Likewise.
30955         * soft-fp/testit.c: Likewise.
30956         * stdio-common/bug16.c: Likewise.
30957         * stdlib/random.c: Likewise.
30958         * sunrpc/rpcsvc/rquota.x: Likewise.
30959         * sysdeps/ieee754/dbl-64/powtwo.tbl: Likewise.
30960         * sysdeps/ieee754/flt-32/k_cosf.c: Likewise.
30961         * sysdeps/ieee754/flt-32/k_rem_pio2f.c: Likewise.
30962         * sysdeps/ieee754/flt-32/k_sinf.c: Likewise.
30963         * sysdeps/ieee754/flt-32/k_tanf.c: Likewise.
30964         * sysdeps/ieee754/flt-32/s_atanf.c: Likewise.
30965         * sysdeps/ieee754/flt-32/s_copysignf.c: Likewise.
30966         * sysdeps/ieee754/flt-32/s_erff.c: Likewise.
30967         * sysdeps/ieee754/flt-32/s_fabsf.c: Likewise.
30968         * sysdeps/ieee754/flt-32/s_frexpf.c: Likewise.
30969         * sysdeps/ieee754/flt-32/s_logbf.c: Likewise.
30970         * sysdeps/ieee754/ldbl-128/e_rem_pio2l.c: Likewise.
30971         * sysdeps/ieee754/ldbl-128/k_tanl.c: Likewise.
30972         * sysdeps/ieee754/ldbl-128/s_atanl.c: Likewise.
30973         * sysdeps/ieee754/ldbl-128/s_erfl.c: Likewise.
30974         * sysdeps/ieee754/ldbl-128/s_expm1l.c: Likewise.
30975         * sysdeps/ieee754/ldbl-128/s_log1pl.c: Likewise.
30976         * sysdeps/ieee754/ldbl-128/s_nexttowardf.c: Likewise.
30977         * sysdeps/ieee754/ldbl-128/s_remquol.c: Likewise.
30978         * sysdeps/ieee754/ldbl-128/s_scalblnl.c: Likewise.
30979         * sysdeps/ieee754/ldbl-128/s_scalbnl.c: Likewise.
30980         * sysdeps/ieee754/ldbl-128/s_tanl.c: Likewise.
30981         * sysdeps/ieee754/ldbl-128/t_sincosl.c: Likewise.
30982         * sysdeps/ieee754/ldbl-128ibm/k_cosl.c: Likewise.
30983         * sysdeps/ieee754/ldbl-128ibm/k_sincosl.c: Likewise.
30984         * sysdeps/ieee754/ldbl-128ibm/k_sinl.c: Likewise.
30985         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h: Likewise.
30986         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c: Likewise.
30987         * sysdeps/ieee754/ldbl-96/s_erfl.c: Likewise.
30988         * sysdeps/ieee754/s_lib_version.c: Likewise.
30989         * sysdeps/mach/hurd/check_fds.c: Likewise.
30990         * sysdeps/mach/hurd/getsockname.c: Likewise.
30991         * sysdeps/mach/hurd/net/if_ppp.h: Likewise.
30992         * sysdeps/mach/hurd/recvfrom.c: Likewise.
30993         * sysdeps/powerpc/bits/link.h: Likewise.
30994         * sysdeps/powerpc/dl-procinfo.c: Likewise.
30995         * sysdeps/powerpc/fpu/feholdexcpt.c: Likewise.
30996         * sysdeps/powerpc/fpu/fenv_const.c: Likewise.
30997         * sysdeps/powerpc/fpu/fesetenv.c: Likewise.
30998         * sysdeps/powerpc/fpu/feupdateenv.c: Likewise.
30999         * sysdeps/powerpc/fpu/s_rintf.c: Likewise.
31000         * sysdeps/powerpc/fpu/t_sqrt.c: Likewise.
31001         * sysdeps/powerpc/powerpc32/bits/atomic.h: Likewise.
31002         * sysdeps/powerpc/powerpc32/fpu/s_floor.S: Likewise.
31003         * sysdeps/powerpc/powerpc32/fpu/s_floorf.S: Likewise.
31004         * sysdeps/powerpc/powerpc32/fpu/s_isnan.S: Likewise.
31005         * sysdeps/powerpc/powerpc32/fpu/s_lround.S: Likewise.
31006         * sysdeps/powerpc/powerpc32/fpu/s_round.S: Likewise.
31007         * sysdeps/powerpc/powerpc32/fpu/s_roundf.S: Likewise.
31008         * sysdeps/powerpc/powerpc32/fpu/s_trunc.S: Likewise.
31009         * sysdeps/powerpc/powerpc32/fpu/s_truncf.S: Likewise.
31010         * sysdeps/powerpc/powerpc32/power4/fpu/s_llrint.S: Likewise.
31011         * sysdeps/powerpc/powerpc32/power4/fpu/s_llrintf.S: Likewise.
31012         * sysdeps/powerpc/powerpc32/power4/fpu/s_llround.S: Likewise.
31013         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrt.S: Likewise.
31014         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrtf.S: Likewise.
31015         * sysdeps/powerpc/powerpc32/power4/hp-timing.c: Likewise.
31016         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Likewise.
31017         * sysdeps/powerpc/powerpc32/power4/memset.S: Likewise.
31018         * sysdeps/powerpc/powerpc32/power4/wordcopy.c: Likewise.
31019         * sysdeps/powerpc/powerpc32/power5+/fpu/s_llround.S: Likewise.
31020         * sysdeps/powerpc/powerpc32/power5+/fpu/s_lround.S: Likewise.
31021         * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrt.S: Likewise.
31022         * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrtf.S: Likewise.
31023         * sysdeps/powerpc/powerpc32/power6/fpu/s_llrint.S: Likewise.
31024         * sysdeps/powerpc/powerpc32/power6/fpu/s_llrintf.S: Likewise.
31025         * sysdeps/powerpc/powerpc32/power6/fpu/s_llround.S: Likewise.
31026         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
31027         * sysdeps/powerpc/powerpc32/power6/wordcopy.c: Likewise.
31028         * sysdeps/powerpc/powerpc32/power6x/fpu/s_lround.S: Likewise.
31029         * sysdeps/powerpc/powerpc64/fpu/s_ceill.S: Likewise.
31030         * sysdeps/powerpc/powerpc64/fpu/s_floor.S: Likewise.
31031         * sysdeps/powerpc/powerpc64/fpu/s_floorf.S: Likewise.
31032         * sysdeps/powerpc/powerpc64/fpu/s_isnan.S: Likewise.
31033         * sysdeps/powerpc/powerpc64/fpu/s_llrint.S: Likewise.
31034         * sysdeps/powerpc/powerpc64/fpu/s_llrintf.S: Likewise.
31035         * sysdeps/powerpc/powerpc64/fpu/s_llround.S: Likewise.
31036         * sysdeps/powerpc/powerpc64/fpu/s_llroundf.S: Likewise.
31037         * sysdeps/powerpc/powerpc64/fpu/s_round.S: Likewise.
31038         * sysdeps/powerpc/powerpc64/fpu/s_roundf.S: Likewise.
31039         * sysdeps/powerpc/powerpc64/fpu/s_roundl.S: Likewise.
31040         * sysdeps/powerpc/powerpc64/fpu/s_trunc.S: Likewise.
31041         * sysdeps/powerpc/powerpc64/fpu/s_truncf.S: Likewise.
31042         * sysdeps/powerpc/powerpc64/fpu/s_truncl.S: Likewise.
31043         * sysdeps/powerpc/powerpc64/hp-timing.c: Likewise.
31044         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: Likewise.
31045         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrtf.c: Likewise.
31046         * sysdeps/powerpc/powerpc64/power4/memcmp.S: Likewise.
31047         * sysdeps/powerpc/powerpc64/power4/memcpy.S: Likewise.
31048         * sysdeps/powerpc/powerpc64/power5+/fpu/s_llround.S: Likewise.
31049         * sysdeps/powerpc/powerpc64/power5/fpu/s_isnan.S: Likewise.
31050         * sysdeps/powerpc/powerpc64/power6/fpu/s_isnan.S: Likewise.
31051         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Likewise.
31052         * sysdeps/powerpc/powerpc64/power6/wordcopy.c: Likewise.
31053         * sysdeps/powerpc/powerpc64/power6x/fpu/s_isnan.S: Likewise.
31054         * sysdeps/powerpc/powerpc64/power6x/fpu/s_llrint.S: Likewise.
31055         * sysdeps/powerpc/powerpc64/power6x/fpu/s_llround.S: Likewise.
31056         * sysdeps/powerpc/powerpc64/strlen.S: Likewise.
31057         * sysdeps/powerpc/powerpc64/strncmp.S: Likewise.
31058         * sysdeps/powerpc/sysdep.h: Likewise.
31059         * sysdeps/s390/s390-64/s390x-mcount.S: Likewise.
31060         * sysdeps/s390/s390-64/sub_n.S: Likewise.
31061         * sysdeps/sh/dl-trampoline.S: Likewise.
31062         * sysdeps/sh/memset.S: Likewise.
31063         * sysdeps/sh/sh4/fpu/fclrexcpt.c: Likewise.
31064         * sysdeps/sh/strlen.S: Likewise.
31065         * sysdeps/sparc/sparc32/dl-trampoline.S: Likewise.
31066         * sysdeps/sparc/sparc32/dotmul.S: Likewise.
31067         * sysdeps/sparc/sparc32/memcpy.S: Likewise.
31068         * sysdeps/sparc/sparc32/rem.S: Likewise.
31069         * sysdeps/sparc/sparc32/sdiv.S: Likewise.
31070         * sysdeps/sparc/sparc32/soft-fp/q_neg.c: Likewise.
31071         * sysdeps/sparc/sparc32/strchr.S: Likewise.
31072         * sysdeps/sparc/sparc32/udiv.S: Likewise.
31073         * sysdeps/sparc/sparc32/urem.S: Likewise.
31074         * sysdeps/sparc/sparc64/add_n.S: Likewise.
31075         * sysdeps/sparc/sparc64/memcpy.S: Likewise.
31076         * sysdeps/sparc/sparc64/rawmemchr.S: Likewise.
31077         * sysdeps/sparc/sparc64/soft-fp/s_frexpl.c: Likewise.
31078         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h: Likewise.
31079         * sysdeps/sparc/sparc64/stpncpy.S: Likewise.
31080         * sysdeps/sparc/sparc64/strncmp.S: Likewise.
31081         * sysdeps/sparc/sparc64/strncpy.S: Likewise.
31082         * sysdeps/unix/bsd/times.c: Likewise.
31083         * sysdeps/unix/sysv/linux/a.out.h: Likewise.
31084         * sysdeps/unix/sysv/linux/net/if_ppp.h: Likewise.
31085         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext.S: Likewise.
31086         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext.S: Likewise.
31087         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions: Likewise.
31088         * sysdeps/unix/sysv/linux/powerpc/sys/procfs.h: Likewise.
31089         * sysdeps/unix/sysv/linux/powerpc/sys/ucontext.h: Likewise.
31090         * sysdeps/unix/sysv/linux/s390/s390-32/clone.S: Likewise.
31091         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext.S: Likewise.
31092         * sysdeps/unix/sysv/linux/s390/s390-32/posix_fadvise64.c: Likewise.
31093         * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S: Likewise.
31094         * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S: Likewise.
31095         * sysdeps/unix/sysv/linux/s390/s390-64/mmap.S: Likewise.
31096         * sysdeps/unix/sysv/linux/s390/s390-64/register-dump.h: Likewise.
31097         * sysdeps/unix/sysv/linux/s390/s390-64/setcontext.S: Likewise.
31098         * sysdeps/unix/sysv/linux/s390/s390-64/socket.S: Likewise.
31099         * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S: Likewise.
31100         * sysdeps/unix/sysv/linux/s390/s390-64/syscall.S: Likewise.
31101         * sysdeps/unix/sysv/linux/scsi/scsi_ioctl.h: Likewise.
31102         * sysdeps/unix/sysv/linux/sh/brk.c: Likewise.
31103         * sysdeps/unix/sysv/linux/sh/clone.S: Likewise.
31104         * sysdeps/unix/sysv/linux/sh/sh3/getcontext.S: Likewise.
31105         * sysdeps/unix/sysv/linux/sh/sh3/register-dump.h: Likewise.
31106         * sysdeps/unix/sysv/linux/sh/sh3/setcontext.S: Likewise.
31107         * sysdeps/unix/sysv/linux/sh/sh3/swapcontext.S: Likewise.
31108         * sysdeps/unix/sysv/linux/sh/vfork.S: Likewise.
31109         * sysdeps/unix/sysv/linux/sparc/a.out.h: Likewise.
31110         * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S: Likewise.
31111         * sysdeps/unix/sysv/linux/sys/personality.h: Likewise.
31112         * sysdeps/x86_64/fpu/s_ceill.S: Likewise.
31113         * sysdeps/x86_64/fpu/s_llrintl.S: Likewise.
31114         * sysdeps/x86_64/strcspn.S: Likewise.
31116 2013-06-05  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
31118         * locale/C-translit.h: Revert #include <stdint.h> because this is a
31119         generated file.  Regenerate properly from gen-translit.pl.
31120         * locale/gen-translit.pl: Add #include <stdint.h>.  This generates
31121         locale/C-translit.h.
31123 2013-06-05  Andreas Schwab  <schwab@suse.de>
31125         [BZ #15100]
31126         * time/strptime_l.c (__strptime_internal): Count Sunday in a %W
31127         week as 6 instead of -1.
31128         * time/tst-strptime.c (day_tests): Add test case.
31130 2013-06-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
31132         * sysdeps/generic/math_private.h
31133         (libc_feholdexcept_setround_53bit): Replace with
31134         libc_feholdsetround_53bit.
31135         (libc_feupdateenv_53bit): Replace with
31136         libc_feresetround_53bit.
31137         (SET_RESTORE_ROUND_53BIT): Adjust.
31139 2013-06-03  Siddhesh Poyarekar  <siddhesh@redhat.com>
31141         * string/test-strchrnul.c: Add copyright header.
31143         * posix/tst-getaddrinfo4.c: Increase test timeout.
31145 2013-06-03  Carlos O'Donell  <carlos@redhat.com>
31147         [BZ #15536]
31148         * math/libm-test.inc (MAX_EXP): Remove
31149         (MIN_EXP): Define.
31150         (ulp): Use MIN_EXP - MANT_DIG.
31151         (check_ulp): Verify subnormal ulps. Only allow a range of +/- 1 ulp.
31153 2013-05-31  Carlos O'Donell  <carlos@redhat.com>
31155         * po/be.po: Revert last change.
31156         * po/zh_CN.po: Likewise.
31157         * po/header.pot: Likewise.
31159 2013-05-31  Joseph Myers  <joseph@codesourcery.com>
31161         * Makefile ($(common-objpfx)linkobj/libc.so): Define
31162         link-libc-deps to empty as target-specific variable.
31163         * Makerules (link-libc-args): New variable.
31164         (libc-for-link): Likewise.
31165         (link-libc-deps): Likewise.
31166         (lib%.so): Depend on $(link-libc-deps).  Link with
31167         $(link-libc-args).
31168         (build-module): Link with $(link-libc-args).
31169         (build-module-asneeded): Likewise.
31170         (build-module-helper-objlist): Filter out $(link-libc-deps) from
31171         list of objects.
31172         ($(common-objpfx)libc.so): Define link-libc-deps to empty as
31173         target-specific variable.
31174         ($(extra-modules-build:%=$(objpfx)%.so)): Depend on
31175         $(link-libc-deps) instead of libc.so and libc_nonshared.a.
31176         * crypt/Makefile ($(objpfx)libcrypt.so): Remove dependencies on
31177         libc.
31178         * debug/Makefile ($(objpfx)libSegFault.so): Remove dependencies on
31179         libc and ld.so.
31180         ($(objpfx)libpcprofile.so): Likewise.
31181         * dlfcn/Makefile (LDLIBS-bug-atexit3-lib.so): Remove ld.so and
31182         libc_nonshared.a.
31183         ($(objpfx)libdl.so): Remove dependencies on libc and ld.so.
31184         * hesiod/Makefile ($(objpfx)libnss_hesiod.so): Likewise.
31185         * iconvdata/extra-module.mk ($(objpfx)$(mod).so): Depend on
31186         $(link-libc-deps).
31187         ($(objpfx)$(mod).so): Remove dependencies on libc and ld.so.
31188         * locale/Makefile ($(objpfx)libBrokenLocale.so): Likewise.
31189         * login/Makefile ($(objpfx)libutil.so): Likewise.
31190         * malloc/Makefile ($(objpfx)libmemusage.so): Likewise.
31191         * math/Makefile ($(objpfx)libm.so): Likewise.
31192         * nis/Makefile ($(services:%=$(objpfx)libnss_%.so)
31193         $(objpfx)libnsl.so): Define libc-for-link as target-specific
31194         variable instead of depending directly on libc.
31195         * nss/Makefile ($(services:%=$(objpfx)libnss_%.so)): Likewise.
31196         ($(objpfx)/libnss_test1.so): Change dependencies on libc to
31197         $(link-libc-deps).
31198         * resolv/Makefile ($(objpfx)libresolv.so): Remove dependencies on
31199         libc.
31200         [$(have-ssp) = yes] (LDLIBS-resolv.so): Remove variable.
31201         ($(objpfx)libnss_dns.so): Remove dependencies on libc.
31202         ($(objpfx)libanl.so): Likewise.
31203         * rt/Makefile ($(objpfx)librt.so): Remove dependencies on libc and
31204         ld.so.
31205         * stdlib/Makefile ($(objpfx)tst-putenvmod.so): Depend on
31206         $(link-libc-deps).
31207         * sysdeps/i386/fpu/Makefile: Remove file.
31208         * sysdeps/powerpc/fpu/Makefile [$(subdir) = math]
31209         ($(objpfx)libm.so): Remove dependency on ld.so.
31211 2013-05-30  Patsy Franklin  <pfrankli@redhat.com>
31213         [BZ # 15553]
31214         * nis/yp_xdr.c (XDRMAXNAME): Define.
31215         (XDRMAXRECORD): Define.
31216         (xdr_domainname): Use XDRMAXNAME.
31217         (xdr_mapname): Likewise.
31218         (xdr_peername): Likewise.
31219         (xdr_keydat): Use XDRMAXRECORD.
31220         (xdr_valdat): Likewise.
31222 2013-05-30  Jeff Law  <law@redhat.com>
31224         [BZ #14256]
31225         * manual/errno.texi (ESTALE): Update to account for more than
31226         just NFS file systems.
31227         * sysdeps/gnu/errlist.c: Regenerated.
31229 2013-05-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
31231         [BZ #15465]
31232         * elf/Makefile (tests): Add tst-null-argv.
31233         (modules-names):  Add tst-null-argv-lib.
31234         ($(objpfx)tst-null-argv): Depend on tst-null-argv-lib.so.
31235         (tst-null-argv-ENV): Set environment for tst-null-argv.
31236         * sysdeps/generic/ldsodefs.h (DSO_FILENAME): New macro.
31237         (RTLD_PROGNAME): New macro.
31238         * elf/tst-null-argv.c: New test case.
31239         * elf/tst-null-argv-lib.c: Library for test case.
31240         * elf/dl-conflict.c (_dl_resolve_conflicts): Use DSO_FILENAME.
31241         * elf/dl-deps.c (_dl_map_object_deps): Likewise.
31242         * elf/dl-error.c (_dl_signal_error): Use RTLD_PROGNAME.
31243         * elf/dl-fini.c (_dl_fini): Use DSO_FILENAME.
31244         * elf/dl-init.c (call_init): Likewise.
31245         (_dl_init): Likewise.
31246         * elf/dl-load.c (print_search_path): Likewise.
31247         (_dl_map_object): Likewise.
31248         * elf/dl-lookup.c (do_lookup_x): Likewise.
31249         (add_dependency): Likewise.
31250         (_dl_lookup_symbol_x): Likewise.
31251         (_dl_debug_bindings): Likewise.
31252         * elf/dl-open.c (_dl_show_scope): Likewise.
31253         * elf/dl-reloc.c (_dl_relocate_object): Likewise.
31254         * elf/dl-version.c (match_symbol): Likewise.
31255         (_dl_check_map_versions): Likewise.
31256         * elf/rtld.c (dl_main): Likewise.
31257         (print_unresolved): Use RTLD_PROGNAME.
31258         (print_missing_version): Likewise.
31259         * sysdeps/i386/dl-machine.h (elf_machine_rel): Likewise.
31260         (elf_machine_rela): Likewise.
31261         * sysdeps/powerpc/powerpc32/dl-machine.c
31262         (__process_machine_rela): Likewise.
31263         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
31264         Likewise.
31265         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_rela):
31266         Likewise.
31267         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela):
31268         Likewise.
31269         * sysdeps/sh/dl-machine.h (elf_machine_rela): Likewise.
31270         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela):
31271         Likewise.
31272         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela):
31273         Likewise.
31274         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Likewise.
31276 2013-05-28  Carlos O'Donell  <carlos@redhat.com>
31278         * po/be.po: Add descriptive title.
31279         * po/zh_CN.po: Likewise.
31280         * po/header.pot: Likewise.
31282 2013-05-28  Mike Frysinger  <vapier@gentoo.org>
31284         * locale/programs/locarchive.c (create_archive): Inlucde fname in
31285         error message.
31286         (enlarge_archive): Likewise.
31288 2013-05-28  Ben North  <ben@redfrontdoor.org>
31290         * manual/arith.texi (frexp): It is the magnitude of the return
31291         value which lies in [0.5, 1), not the return value itself.
31293 2013-05-28  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
31295         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
31297 2013-05-26  Thomas Schwinge  <thomas@codesourcery.com>
31299         * stdio-common/bug26.c (main): Correct fscanf template.
31301         * sysdeps/mach/hurd/dl-sysdep.c (_dl_sysdep_start:go): Don't
31302         declare _dl_skip_args.
31304         * sysdeps/mach/hurd/i386/init-first.c (_dl_non_dynamic_init):
31305         Don't declare.
31307         * manual/platform.texi: Add missing @end deftypefun.
31309 2013-05-24  Joseph Myers  <joseph@codesourcery.com>
31311         [BZ #15529]
31312         * sysdeps/ieee754/ldbl-96/e_hypotl.c (__ieee754_hypotl): Set high
31313         bit of mantissa of 2^16382.
31314         * math/libm-test.inc (hypot_test_data): Add more tests.
31316         * math/libm-test.inc: Add drem and pow10 to list of tested
31317         functions.
31318         (pow10_test): New function.
31319         (drem_test): Likewise.
31320         (drem_test_tonearest): Likewise.
31321         (drem_test_towardzero): Likewise.
31322         (drem_test_downward): Likewise.
31323         (drem_test_upward): Likewise.
31324         (main): Call the new functions.
31326         * math/libm-test.inc (finite_test_data): Remove.
31327         (finite_test): Run tests from isfinite_test_data.
31328         (gamma_test_data): Remove.
31329         (gamma_test): Run tests from lgamma_test_data.
31330         * sysdeps/i386/fpu/libm-test-ulps: Update.
31331         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
31333 2013-05-24  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
31335         * manual/platform.texi: Add PowerPC PPR function set documentation.
31336         * sysdeps/powerpc/sys/platform/ppc.h: Add PowerPC PPR set function
31337         implementation.
31339 2013-05-24  Carlos O'Donell  <carlos@redhat.com>
31341         * math/libm-test.inc (MAX_EXP): Define.
31342         (ULPDIFF): Define.
31343         (ulp): New function.
31344         (check_float_internal): Use ULPDIFF.
31345         (cpow_test): Disable failing test.
31346         (check_ulp): Test ulp() implemetnation.
31347         (main): Call check_ulp before starting tests.
31349 2013-05-24  Joseph Myers  <joseph@codesourcery.com>
31351         * math/gen-libm-test.pl (generate_testfile): Do not handle
31352         START_DATA and END_DATA.
31353         * math/libm-test.inc (acos_test_data): Do not use START_DATA and
31354         END_DATA.
31355         (acos_tonearest_test_data): Likewise.
31356         (acos_towardzero_test_data): Likewise.
31357         (acos_downward_test_data): Likewise.
31358         (acos_upward_test_data): Likewise.
31359         (acosh_test_data): Likewise.
31360         (asin_test_data): Likewise.
31361         (asin_tonearest_test_data): Likewise.
31362         (asin_towardzero_test_data): Likewise.
31363         (asin_downward_test_data): Likewise.
31364         (asin_upward_test_data): Likewise.
31365         (asinh_test_data): Likewise.
31366         (atan_test_data): Likewise.
31367         (atanh_test_data): Likewise.
31368         (atan2_test_data): Likewise.
31369         (cabs_test_data): Likewise.
31370         (cacos_test_data): Likewise.
31371         (cacosh_test_data): Likewise.
31372         (carg_test_data): Likewise.
31373         (casin_test_data): Likewise.
31374         (casinh_test_data): Likewise.
31375         (catan_test_data): Likewise.
31376         (catanh_test_data): Likewise.
31377         (cbrt_test_data): Likewise.
31378         (ccos_test_data): Likewise.
31379         (ccosh_test_data): Likewise.
31380         (ceil_test_data): Likewise.
31381         (cexp_test_data): Likewise.
31382         (cimag_test_data): Likewise.
31383         (clog_test_data): Likewise.
31384         (clog10_test_data): Likewise.
31385         (conj_test_data): Likewise.
31386         (copysign_test_data): Likewise.
31387         (cos_test_data): Likewise.
31388         (cos_tonearest_test_data): Likewise.
31389         (cos_towardzero_test_data): Likewise.
31390         (cos_downward_test_data): Likewise.
31391         (cos_upward_test_data): Likewise.
31392         (cosh_test_data): Likewise.
31393         (cosh_tonearest_test_data): Likewise.
31394         (cosh_towardzero_test_data): Likewise.
31395         (cosh_downward_test_data): Likewise.
31396         (cosh_upward_test_data): Likewise.
31397         (cpow_test_data): Likewise.
31398         (cproj_test_data): Likewise.
31399         (creal_test_data): Likewise.
31400         (csin_test_data): Likewise.
31401         (csinh_test_data): Likewise.
31402         (csqrt_test_data): Likewise.
31403         (ctan_test_data): Likewise.
31404         (ctan_tonearest_test_data): Likewise.
31405         (ctan_towardzero_test_data): Likewise.
31406         (ctan_downward_test_data): Likewise.
31407         (ctan_upward_test_data): Likewise.
31408         (ctanh_test_data): Likewise.
31409         (ctanh_tonearest_test_data): Likewise.
31410         (ctanh_towardzero_test_data): Likewise.
31411         (ctanh_downward_test_data): Likewise.
31412         (ctanh_upward_test_data): Likewise.
31413         (erf_test_data): Likewise.
31414         (erfc_test_data): Likewise.
31415         (exp_test_data): Likewise.
31416         (exp_tonearest_test_data): Likewise.
31417         (exp_towardzero_test_data): Likewise.
31418         (exp_downward_test_data): Likewise.
31419         (exp_upward_test_data): Likewise.
31420         (exp10_test_data): Likewise.
31421         (exp2_test_data): Likewise.
31422         (expm1_test_data): Likewise.
31423         (fabs_test_data): Likewise.
31424         (fdim_test_data): Likewise.
31425         (finite_test_data): Likewise.
31426         (floor_test_data): Likewise.
31427         (fma_test_data): Likewise.
31428         (fma_towardzero_test_data): Likewise.
31429         (fma_downward_test_data): Likewise.
31430         (fma_upward_test_data): Likewise.
31431         (fmax_test_data): Likewise.
31432         (fmin_test_data): Likewise.
31433         (fmod_test_data): Likewise.
31434         (fpclassify_test_data): Likewise.
31435         (frexp_test_data): Likewise.
31436         (gamma_test_data): Likewise.
31437         (hypot_test_data): Likewise.
31438         (ilogb_test_data): Likewise.
31439         (isfinite_test_data): Likewise.
31440         (isgreater_test_data): Likewise.
31441         (isgreaterequal_test_data): Likewise.
31442         (isinf_test_data): Likewise.
31443         (isless_test_data): Likewise.
31444         (islessequal_test_data): Likewise.
31445         (islessgreater_test_data): Likewise.
31446         (isnan_test_data): Likewise.
31447         (isnormal_test_data): Likewise.
31448         (issignaling_test_data): Likewise.
31449         (isunordered_test_data): Likewise.
31450         (j0_test_data): Likewise.
31451         (j1_test_data): Likewise.
31452         (jn_test_data): Likewise.
31453         (ldexp_test_data): Likewise.
31454         (lgamma_test_data): Likewise.
31455         (lrint_test_data): Likewise.
31456         (lrint_tonearest_test_data): Likewise.
31457         (lrint_towardzero_test_data): Likewise.
31458         (lrint_downward_test_data): Likewise.
31459         (lrint_upward_test_data): Likewise.
31460         (llrint_test_data): Likewise.
31461         (llrint_tonearest_test_data): Likewise.
31462         (llrint_towardzero_test_data): Likewise.
31463         (llrint_downward_test_data): Likewise.
31464         (llrint_upward_test_data): Likewise.
31465         (log_test_data): Likewise.
31466         (log10_test_data): Likewise.
31467         (log1p_test_data): Likewise.
31468         (log2_test_data): Likewise.
31469         (logb_test_data): Likewise.
31470         (logb_downward_test_data): Likewise.
31471         (lround_test_data): Likewise.
31472         (llround_test_data): Likewise.
31473         (modf_test_data): Likewise.
31474         (nearbyint_test_data): Likewise.
31475         (nextafter_test_data): Likewise.
31476         (nexttoward_test_data): Likewise.
31477         (pow_test_data): Likewise.
31478         (pow_tonearest_test_data): Likewise.
31479         (pow_towardzero_test_data): Likewise.
31480         (pow_downward_test_data): Likewise.
31481         (pow_upward_test_data): Likewise.
31482         (remainder_test_data): Likewise.
31483         (remainder_tonearest_test_data): Likewise.
31484         (remainder_towardzero_test_data): Likewise.
31485         (remainder_downward_test_data): Likewise.
31486         (remainder_upward_test_data): Likewise.
31487         (remquo_test_data): Likewise.
31488         (rint_test_data): Likewise.
31489         (rint_tonearest_test_data): Likewise.
31490         (rint_towardzero_test_data): Likewise.
31491         (rint_downward_test_data): Likewise.
31492         (rint_upward_test_data): Likewise.
31493         (round_test_data): Likewise.
31494         (scalb_test_data): Likewise.
31495         (scalbn_test_data): Likewise.
31496         (scalbln_test_data): Likewise.
31497         (signbit_test_data): Likewise.
31498         (sin_test_data): Likewise.
31499         (sin_tonearest_test_data): Likewise.
31500         (sin_towardzero_test_data): Likewise.
31501         (sin_downward_test_data): Likewise.
31502         (sin_upward_test_data): Likewise.
31503         (sincos_test_data): Likewise.
31504         (sinh_test_data): Likewise.
31505         (sinh_tonearest_test_data): Likewise.
31506         (sinh_towardzero_test_data): Likewise.
31507         (sinh_downward_test_data): Likewise.
31508         (sinh_upward_test_data): Likewise.
31509         (sqrt_test_data): Likewise.
31510         (tan_test_data): Likewise.
31511         (tan_tonearest_test_data): Likewise.
31512         (tan_towardzero_test_data): Likewise.
31513         (tan_downward_test_data): Likewise.
31514         (tan_upward_test_data): Likewise.
31515         (tanh_test_data): Likewise.
31516         (tgamma_test_data): Likewise.
31517         (trunc_test_data): Likewise.
31518         (y0_test_data): Likewise.
31519         (y1_test_data): Likewise.
31520         (yn_test_data): Likewise.
31521         (significand_test_data): Likewise.
31523         * math/gen-libm-test.pl (@functions): Remove variable.
31524         (generate_testfile): Don't handle START and END lines.
31525         * math/libm-test.inc (START): New macro.
31526         (END): Likewise.
31527         (END_COMPLEX): Likewise.
31528         (acos_test): Use END macro without arguments.
31529         (acos_test_tonearest): Likewise.
31530         (acos_test_towardzero): Likewise.
31531         (acos_test_downward): Likewise.
31532         (acos_test_upward): Likewise.
31533         (acosh_test): Likewise.
31534         (asin_test): Likewise.
31535         (asin_test_tonearest): Likewise.
31536         (asin_test_towardzero): Likewise.
31537         (asin_test_downward): Likewise.
31538         (asin_test_upward): Likewise.
31539         (asinh_test): Likewise.
31540         (atan_test): Likewise.
31541         (atanh_test): Likewise.
31542         (atan2_test): Likewise.
31543         (cabs_test): Likewise.
31544         (cacos_test): Use END_COMPLEX macro without arguments.
31545         (cacosh_test): Likewise.
31546         (carg_test): Use END macro without arguments.
31547         (casin_test): Use END_COMPLEX macro without arguments.
31548         (casinh_test): Likewise.
31549         (catan_test): Likewise.
31550         (catanh_test): Likewise.
31551         (cbrt_test): Use END macro without arguments.
31552         (ccos_test): Use END_COMPLEX macro without arguments.
31553         (ccosh_test): Likewise.
31554         (ceil_test): Use END macro without arguments.
31555         (cexp_test): Use END_COMPLEX macro without arguments.
31556         (cimag_test): Use END macro without arguments.
31557         (clog_test): Use END_COMPLEX macro without arguments.
31558         (clog10_test): Likewise.
31559         (conj_test): Likewise.
31560         (copysign_test): Use END macro without arguments.
31561         (cos_test): Likewise.
31562         (cos_test_tonearest): Likewise.
31563         (cos_test_towardzero): Likewise.
31564         (cos_test_downward): Likewise.
31565         (cos_test_upward): Likewise.
31566         (cosh_test): Likewise.
31567         (cosh_test_tonearest): Likewise.
31568         (cosh_test_towardzero): Likewise.
31569         (cosh_test_downward): Likewise.
31570         (cosh_test_upward): Likewise.
31571         (cpow_test): Use END_COMPLEX macro without arguments.
31572         (cproj_test): Likewise.
31573         (creal_test): Use END macro without arguments.
31574         (csin_test): Use END_COMPLEX macro without arguments.
31575         (csinh_test): Likewise.
31576         (csqrt_test): Likewise.
31577         (ctan_test): Likewise.
31578         (ctan_test_tonearest): Likewise.
31579         (ctan_test_towardzero): Likewise.
31580         (ctan_test_downward): Likewise.
31581         (ctan_test_upward): Likewise.
31582         (ctanh_test): Likewise.
31583         (ctanh_test_tonearest): Likewise.
31584         (ctanh_test_towardzero): Likewise.
31585         (ctanh_test_downward): Likewise.
31586         (ctanh_test_upward): Likewise.
31587         (erf_test): Use END macro without arguments.
31588         (erfc_test): Likewise.
31589         (exp_test): Likewise.
31590         (exp_test_tonearest): Likewise.
31591         (exp_test_towardzero): Likewise.
31592         (exp_test_downward): Likewise.
31593         (exp_test_upward): Likewise.
31594         (exp10_test): Likewise.
31595         (exp2_test): Likewise.
31596         (expm1_test): Likewise.
31597         (fabs_test): Likewise.
31598         (fdim_test): Likewise.
31599         (finite_test): Likewise.
31600         (floor_test): Likewise.
31601         (fma_test): Likewise.
31602         (fma_test_towardzero): Likewise.
31603         (fma_test_downward): Likewise.
31604         (fma_test_upward): Likewise.
31605         (fmax_test): Likewise.
31606         (fmin_test): Likewise.
31607         (fmod_test): Likewise.
31608         (fpclassify_test): Likewise.
31609         (frexp_test): Likewise.
31610         (gamma_test): Likewise.
31611         (hypot_test): Likewise.
31612         (ilogb_test): Likewise.
31613         (isfinite_test): Likewise.
31614         (isgreater_test): Likewise.
31615         (isgreaterequal_test): Likewise.
31616         (isinf_test): Likewise.
31617         (isless_test): Likewise.
31618         (islessequal_test): Likewise.
31619         (islessgreater_test): Likewise.
31620         (isnan_test): Likewise.
31621         (isnormal_test): Likewise.
31622         (issignaling_test): Likewise.
31623         (isunordered_test): Likewise.
31624         (j0_test): Likewise.
31625         (j1_test): Likewise.
31626         (jn_test): Likewise.
31627         (ldexp_test): Likewise.
31628         (lgamma_test): Likewise.
31629         (lrint_test): Likewise.
31630         (lrint_test_tonearest): Likewise.
31631         (lrint_test_towardzero): Likewise.
31632         (lrint_test_downward): Likewise.
31633         (lrint_test_upward): Likewise.
31634         (llrint_test): Likewise.
31635         (llrint_test_tonearest): Likewise.
31636         (llrint_test_towardzero): Likewise.
31637         (llrint_test_downward): Likewise.
31638         (llrint_test_upward): Likewise.
31639         (log_test): Likewise.
31640         (log10_test): Likewise.
31641         (log1p_test): Likewise.
31642         (log2_test): Likewise.
31643         (logb_test): Likewise.
31644         (logb_test_downward): Likewise.
31645         (lround_test): Likewise.
31646         (llround_test): Likewise.
31647         (modf_test): Likewise.
31648         (nearbyint_test): Likewise.
31649         (nextafter_test): Likewise.
31650         (nexttoward_test): Likewise.
31651         (pow_test): Likewise.
31652         (pow_test_tonearest): Likewise.
31653         (pow_test_towardzero): Likewise.
31654         (pow_test_downward): Likewise.
31655         (pow_test_upward): Likewise.
31656         (remainder_test): Likewise.
31657         (remainder_test_tonearest): Likewise.
31658         (remainder_test_towardzero): Likewise.
31659         (remainder_test_downward): Likewise.
31660         (remainder_test_upward): Likewise.
31661         (remquo_test): Likewise.
31662         (rint_test): Likewise.
31663         (rint_test_tonearest): Likewise.
31664         (rint_test_towardzero): Likewise.
31665         (rint_test_downward): Likewise.
31666         (rint_test_upward): Likewise.
31667         (round_test): Likewise.
31668         (scalb_test): Likewise.
31669         (scalbn_test): Likewise.
31670         (scalbln_test): Likewise.
31671         (signbit_test): Likewise.
31672         (sin_test): Likewise.
31673         (sin_test_tonearest): Likewise.
31674         (sin_test_towardzero): Likewise.
31675         (sin_test_downward): Likewise.
31676         (sin_test_upward): Likewise.
31677         (sincos_test): Likewise.
31678         (sinh_test): Likewise.
31679         (sinh_test_tonearest): Likewise.
31680         (sinh_test_towardzero): Likewise.
31681         (sinh_test_downward): Likewise.
31682         (sinh_test_upward): Likewise.
31683         (sqrt_test): Likewise.
31684         (tan_test): Likewise.
31685         (tan_test_tonearest): Likewise.
31686         (tan_test_towardzero): Likewise.
31687         (tan_test_downward): Likewise.
31688         (tan_test_upward): Likewise.
31689         (tanh_test): Likewise.
31690         (tgamma_test): Likewise.
31691         (trunc_test): Likewise.
31692         (y0_test): Likewise.
31693         (y1_test): Likewise.
31694         (yn_test): Likewise.
31695         (significand_test): Likewise.
31697 2013-05-24  Ondřej Bílka  <neleai@seznam.cz>
31699         [BZ #15381]
31700         * libio/genops.c (_IO_no_init): Initialize wide struct info.
31702 2013-05-23  Edjunior Machado  <emachado@linux.vnet.ibm.com>
31704         [BZ #14894]
31705         * sysdeps/powerpc/sys/platform/ppc.h: Add __ppc_yield,
31706         __ppc_mdoio and __ppc_mdoom.
31707         * manual/platform.texi: Document new functions __ppc_yield,
31708         __ppc_mdoio and __ppc_mdoom.
31710 2013-05-22  Carlos O'Donell  <carlos@redhat.com>
31712         * elf/ldconfig.c (is_hwcap_platform): Make comments full setences.
31713         (main): Mention "tls" pseudo-hwcap is legacy.
31714         * elf/dl-hwcaps.c (_dl_important_hwcaps): Correct rounding comment.
31716 2013-05-22  Joseph Myers  <joseph@codesourcery.com>
31718         * math/gen-libm-test.pl (parse_args): Output only string of
31719         arguments as text for test name, not full call or descriptions of
31720         tests for extra outputs.
31721         (generate_testfile): Do not pass function name to parse_args.
31722         Generate this_func variable from START.
31723         * math/libm-test.inc (struct test_f_f_data): Rename test_name
31724         field to arg_str.
31725         (struct test_ff_f_data): Likewise.
31726         (test_ff_f_data_nexttoward): Likewise.
31727         (struct test_fi_f_data): Likewise.
31728         (struct test_fl_f_data): Likewise.
31729         (struct test_if_f_data): Likewise.
31730         (struct test_fff_f_data): Likewise.
31731         (struct test_c_f_data): Likewise.
31732         (struct test_f_f1_data): Likewise.  Remove field extra_name.
31733         (struct test_fF_f1_data): Likewise.
31734         (struct test_ffI_f1_data): Likewise.
31735         (struct test_c_c_data): Rename test_name field to arg_str.
31736         (struct test_cc_c_data): Likewise.
31737         (struct test_f_i_data): Likewise.
31738         (struct test_ff_i_data): Likewise.
31739         (struct test_f_l_data): Likewise.
31740         (struct test_f_L_data): Likewise.
31741         (struct test_fFF_11_data): Likewise.  Remove fields extra1_name
31742         and extra2_name.
31743         (COMMON_TEST_SETUP): New macro.
31744         (EXTRA_OUTPUT_TEST_SETUP): Likewise.
31745         (COMMON_TEST_CLEANUP): Likewise.
31746         (EXTRA_OUTPUT_TEST_CLEANUP): Likewise.
31747         (RUN_TEST_f_f): Take argument string.  Call new setup and cleanup
31748         macros.
31749         (RUN_TEST_LOOP_f_f): Update call to RUN_TEST_f_f.
31750         (RUN_TEST_2_f): Take argument string.  Call new setup and cleanup
31751         macros.
31752         (RUN_TEST_LOOP_2_f): Update call to RUN_TEST_2_f.
31753         (RUN_TEST_fff_f): Take argument string.  Call new setup and
31754         cleanup macros.
31755         (RUN_TEST_LOOP_fff_f): Update call to RUN_TEST_fff_f.
31756         (RUN_TEST_c_f): Take argument string.  Call new setup and cleanup
31757         macros.
31758         (RUN_TEST_LOOP_c_f): Update call to RUN_TEST_c_f.
31759         (RUN_TEST_f_f1): Take argument string.  Call new setup and cleanup
31760         macros.
31761         (RUN_TEST_LOOP_f_f1): Update call to RUN_TEST_f_f1.
31762         (RUN_TEST_fF_f1): Take argument string.  Call new setup and
31763         cleanup macros.
31764         (RUN_TEST_LOOP_fF_f1): Update call to RUN_TEST_fF_f1.
31765         (RUN_TEST_fI_f1): Take argument string.  Call new setup and
31766         cleanup macros.
31767         (RUN_TEST_LOOP_fI_f1): Update call to RUN_TEST_fI_f1.
31768         (RUN_TEST_ffI_f1): Take argument string.  Call new setup and
31769         cleanup macros.
31770         (RUN_TEST_LOOP_ffI_f1): Update call to RUN_TEST_ffI_f1.
31771         (RUN_TEST_c_c): Take argument string.  Call new setup and cleanup
31772         macros.
31773         (RUN_TEST_LOOP_c_c): Update call to RUN_TEST_c_c.
31774         (RUN_TEST_cc_c): Take argument string.  Call new setup and cleanup
31775         macros.
31776         (RUN_TEST_LOOP_cc_c): Update call to RUN_TEST_cc_c.
31777         (RUN_TEST_f_i): Take argument string.  Call new setup and cleanup
31778         macros.
31779         (RUN_TEST_LOOP_f_i): Update call to RUN_TEST_f_i.
31780         (RUN_TEST_f_i_tg): Take argument string.  Call new setup and
31781         cleanup macros.
31782         (RUN_TEST_LOOP_f_i_tg): Update call to RUN_TEST_f_i_tg.
31783         (RUN_TEST_ff_i_tg): Take argument string.  Call new setup and
31784         cleanup macros.
31785         (RUN_TEST_LOOP_ff_i_tg): Update call to RUN_TEST_ff_i_tg.
31786         (RUN_TEST_f_b): Take argument string.  Call new setup and cleanup
31787         macros.
31788         (RUN_TEST_LOOP_f_b): Update call to RUN_TEST_f_b.
31789         (RUN_TEST_f_b_tg): Take argument string.  Call new setup and
31790         cleanup macros.
31791         (RUN_TEST_LOOP_f_b_tg): Update call to RUN_TEST_f_b_tg.
31792         (RUN_TEST_f_l): Take argument string.  Call new setup and cleanup
31793         macros.
31794         (RUN_TEST_LOOP_f_l): Update call to RUN_TEST_f_l.
31795         (RUN_TEST_f_L): Take argument string.  Call new setup and cleanup
31796         macros.
31797         (RUN_TEST_LOOP_f_L): Update call to RUN_TEST_f_L.
31798         (RUN_TEST_fFF_11): Take argument string.  Call new setup and
31799         cleanup macros.
31800         (RUN_TEST_LOOP_fFF_11): Update call to RUN_TEST_fFF_11.
31802 2013-05-22  Edjunior Barbosa Machado  <emachado@linux.vnet.ibm.com>
31804         * sysdeps/unix/sysv/linux/bits/siginfo.h (siginfo_t): Add si_addr_lsb
31805         to _sifields.sigfault.
31806         (si_addr_lsb): Define new macro.
31807         (BUS_MCEERR_AR, BUS_MCEERR_AO): Define new values.
31808         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h: Likewise.
31809         * sysdeps/unix/sysv/linux/x86/bits/siginfo.h: Likewise.
31811 2013-05-03  Carlos O'Donell  <carlos at redhat.com>
31813         [BZ #15441]
31814         * intl/dcigettext.c (DCIGETTEXT): Skip translating if _nl_find_msg
31815         returns -1.
31816         (_nl_find_msg): Return -1 if recursive call returned -1. If newmem is
31817         null return -1.
31818         * intl/loadmsgcat.c (_nl_load_domain): If _nl_find_msg returns -1 abort
31819         loading the domain.
31821 2013-05-22  Joseph Myers  <joseph@codesourcery.com>
31823         * math/gen-libm-test.pl (parse_args): Do not include expected
31824         result in test name.
31825         * sysdeps/i386/fpu/libm-test-ulps: Update test names.
31826         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
31827         * sysdeps/s390/fpu/libm-test-ulps: Likewise.
31828         * sysdeps/sh/sh4/fpu/libm-test-ulps: Likewise.
31829         * sysdeps/sparc/fpu/libm-test-ulps: Likewise.
31830         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
31832 2013-05-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
31834         * benchtests/Makefile: Sort function entries.
31836         * benchtests/Makefile (bench): Add asin, acos, sinh, cosh,
31837         tanh, asinh, acosh, atanh.
31838         * benchtests/acos-inputs: New file.
31839         * benchtests/acosh-inputs: New file.
31840         * benchtests/asin-inputs: New file.
31841         * benchtests/asinh-inputs: New file.
31842         * benchtests/atanh-inputs: New file.
31843         * benchtests/cosh-inputs: New file.
31844         * benchtests/log-inputs: New file.
31845         * benchtests/sinh-inputs: New file.
31846         * benchtests/tanh-inputs: New file.
31848 2013-05-21  Dmitry V. Levin  <ldv@altlinux.org>
31850         [BZ #15339]
31851         * posix/tst-getaddrinfo4.c: New test.
31852         * posix/Makefile (tests): Add it.
31854 2013-05-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
31856         [BZ #15339]
31857         * nss/getXXbyYY_r.c (REENTRANT_NAME): Set NETDB_INTERNAL only
31858         when no services were used.
31859         * sysdeps/posix/getaddrinfo.c (gaih_inet): Set h_errno.
31860         Return EAI_SYSTEM if h_errno is NETDB_INTERNAL.
31862 2013-05-21  Andreas Schwab  <schwab@suse.de>
31864         [BZ #15014]
31865         * nss/getXXbyYY_r.c (INTERNAL (REENTRANT_NAME))
31866         [HANDLE_DIGITS_DOTS]: Set any_service when digits-dots parsing was
31867         successful.
31868         * nss/digits_dots.c (__nss_hostname_digits_dots): Remove
31869         redundant variable declarations and reallocation of buffer when
31870         parsing as IPv6 address.  Always set NSS status when called from
31871         reentrant functions.  Use NETDB_INTERNAL instead of TRY_AGAIN when
31872         buffer too small.  Correct computation of needed size.
31873         * nss/Makefile (tests): Add test-digits-dots.
31874         * nss/test-digits-dots.c: New test.
31876 2013-05-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
31878         * benchtests/Makefile: Remove instructions for adding
31879         benchmark tests.
31880         * benchtests/README: New file to explain how to execute and
31881         enhance the benchmark tests.
31883 2013-05-21  Andreas Schwab  <schwab@suse.de>
31885         [BZ #15493]
31886         * setjmp/Makefile (tests): Add tst-sigsetjmp.
31887         * setjmp/tst-sigsetjmp.c: New test.
31889 2013-05-20  Ondřej Bílka  <neleai@seznam.cz>
31891         * sysdeps/x86_64/memset.S (memset): New implementation.
31892         (__bzero): Likewise.
31893         (__memset_tail): New function.
31895 2013-05-20  Ondřej Bílka  <neleai@seznam.cz>
31897         * sysdeps/x86_64/multiarch/memcpy-sse2-unaligned.S: New file.
31898         * sysdeps/x86_64/multiarch/memcpy.S (__new_memcpy): Add
31899         __memcpy_sse2_unaligned ifunc selection.
31900         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines):
31901         Add memcpy-sse2-unaligned.S.
31902         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
31903         Add: __memcpy_sse2_unaligned.
31905 2013-05-19  Joseph Myers  <joseph@codesourcery.com>
31907         [BZ #15490]
31908         * sysdeps/ieee754/dbl-64/s_nearbyint.c (__nearbyint): Use
31909         math_force_eval before restoring floating-point envrionment.
31910         * sysdeps/ieee754/flt-32/s_nearbyintf.c (__nearbyintf): Likewise.
31911         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c (__nearbyintl):
31912         Likewise.
31913         * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c: Include
31914         <math_private.h>.
31915         (__nearbyintl): Use math_force_eval before restoring
31916         floating-point environment.
31917         * sysdeps/ieee754/ldbl-96/s_nearbyintl.c (__nearbyintl): Likewise.
31919         * math/gen-libm-test.pl (special_functions): Remove.
31920         (parse_args): Don't handle TEST_extra.  Handle functions with no
31921         return value.
31922         * math/libm-test.inc (struct test_sincos_data): Replace with
31923         struct test_fFF_11_data.
31924         (RUN_TEST_sincos): Replace with RUN_TEST_fFF_11.
31925         (RUN_TEST_LOOP_sincos): Replace with RUN_TEST_LOOP_fFF_11.
31926         (sincos_test_data): Change element type to struct
31927         test_fFF_11_data.  Use TEST_fFF_11 instead of TEST_extra.
31928         (sincos_test): Use RUN_TEST_LOOP_fFF_11 instead of
31929         RUN_TEST_LOOP_sincos.
31930         * math/README.libm-test: Don't mention special handling of
31931         individual functions.
31932         * sysdeps/i386/fpu/libm-test-ulps: Update names of sincos tests.
31933         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
31934         * sysdeps/s390/fpu/libm-test-ulps: Likewise.
31935         * sysdeps/sh/sh4/fpu/libm-test-ulps: Likewise.
31936         * sysdeps/sparc/fpu/libm-test-ulps: Likewise.
31937         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
31939         * math/gen-libm-test.pl (get_variable): Remove function.
31940         (parse_args): Don't show pointer parameters to call in test
31941         names.  Use "extra output N" in test names for extra outputs
31942         rather than naming variables.
31944 2013-05-18  Joseph Myers  <joseph@codesourcery.com>
31946         [BZ #15488]
31947         * math/complex.h [__USE_ISOC11 && __GNUC_PREREQ (4, 7) &&
31948         __NO_LONG_DOUBLE_MATH] (CMPLXL): Define macro.
31949         * math/tst-CMPLX.c (do_test) [NO_LONG_DOUBLE]: Do not disable long
31950         double tests.
31951         * make/tst-CMPLX2.c [NO_LONG_DOUBLE] (check_long_double): Do not
31952         disable.
31953         (do_test) [NO_LONG_DOUBLE]: Do not disable call to
31954         check_long_double.
31956         * math/gen-libm-test.pl (@tests): Remove variable.
31957         ($count): Likewise.
31958         (new_test): Remove function.
31959         (show_exceptions): New function.
31960         (special_functions): Use show_exceptions instead of new_test.
31961         (parse_args): Likewise.
31962         (generate_testfile): Pass only function name in generated call to
31963         print_max_error or print_complex_max_error.
31964         (get_ulps): Do not handle complex tests specially.
31965         (output_test): Rename to ...
31966         (get_all_ulps_for_test): ... this.  Return a string rather than
31967         printing to a file.  Require ulps to be present.
31968         (output_ulps): Generate arrays rather than #defines.
31969         * math/libm-test.inc: Move down #include of "libm-test-ulps.h".
31970         (struct ulp_data): New type.
31971         (BUILD_COMPLEX_ULP): Remove macro.
31972         (compare_ulp_data): New function.
31973         (find_ulps): Likewise.
31974         (find_test_ulps): Likewise.
31975         (find_function_ulps): Likewise.
31976         (find_complex_function_ulps): Likewise.
31977         (print_max_error): Determine allowed ulps using
31978         find_function_ulps.
31979         (print_complex_max_error): Determine allowed ulps using
31980         find_complex_function_ulps.
31981         (check_float_internal): Determine max ulps using find_test_ulps.
31982         (check_float): Do not take max_ulp parameter.  Update call to
31983         check_float_internal.
31984         (check_complex): Likewise.
31985         (check_int): Do not take max_ulp parameter.
31986         (check_long): Likewise.
31987         (check_bool): Likewise.
31988         (check_longlong): Likewise.
31989         (struct test_f_f_data): Remove max_ulp field.
31990         (struct test_ff_f_data): Likewise.
31991         (struct test_ff_f_data_nexttoward): Likewise.
31992         (struct test_fi_f_data): Likewise.
31993         (struct test_fl_f_data): Likewise.
31994         (struct test_if_f_data): Likewise.
31995         (struct test_fff_f_data): Likewise.
31996         (struct test_c_f_data): Likewise.
31997         (struct test_f_f1_data): Remove max_ulp and extra_ulp fields.
31998         (struct test_fF_f1_data): Likewise.
31999         (struct test_ffI_f1_data): Likewise.
32000         (struct test_c_c_data): Remove max_ulp field.
32001         (struct test_cc_c_data): Likewise.
32002         (struct test_f_i_data): Likewise.
32003         (struct test_ff_i_data): Likewise.
32004         (struct test_f_l_data): Likewise.
32005         (struct test_f_L_data): Likewise.
32006         (struct test_sincos_data): Likewise.
32007         (RUN_TEST_f_f): Do not handle ulps.
32008         (RUN_TEST_LOOP_f_f): Likewise.
32009         (RUN_TEST_2_f): Likewise.
32010         (RUN_TEST_LOOP_2_f): Likewise.
32011         (RUN_TEST_fff_f): Likewise.
32012         (RUN_TEST_LOOP_fff_f): Likewise.
32013         (RUN_TEST_c_f): Likewise.
32014         (RUN_TEST_LOOP_c_f): Likewise.
32015         (RUN_TEST_f_f1): Likewise.
32016         (RUN_TEST_LOOP_f_f1): Likewise.
32017         (RUN_TEST_fF_f1): Likewise.
32018         (RUN_TEST_LOOP_fF_f1): Likewise.
32019         (RUN_TEST_fI_f1): Likewise.
32020         (RUN_TEST_LOOP_fI_f1): Likewise.
32021         (RUN_TEST_ffI_f1): Likewise.
32022         (RUN_TEST_LOOP_ffI_f1): Likewise.
32023         (RUN_TEST_c_c): Likewise.
32024         (RUN_TEST_LOOP_c_c): Likewise.
32025         (RUN_TEST_cc_c): Likewise.
32026         (RUN_TEST_LOOP_cc_c): Likewise.
32027         (RUN_TEST_f_i): Likewise.
32028         (RUN_TEST_LOOP_f_i): Likewise.
32029         (RUN_TEST_f_i_tg): Likewise.
32030         (RUN_TEST_LOOP_f_i_tg): Likewise.
32031         (RUN_TEST_ff_i_tg): Likewise.
32032         (RUN_TEST_LOOP_ff_i_tg): Likewise.
32033         (RUN_TEST_f_b): Likewise.
32034         (RUN_TEST_LOOP_f_b): Likewise.
32035         (RUN_TEST_f_b_tg): Likewise.
32036         (RUN_TEST_LOOP_f_b_tg): Likewise.
32037         (RUN_TEST_f_l): Likewise.
32038         (RUN_TEST_LOOP_f_l): Likewise.
32039         (RUN_TEST_f_L): Likewise.
32040         (RUN_TEST_LOOP_f_L): Likewise.
32041         (RUN_TEST_sincos): Likewise.
32042         (RUN_TEST_LOOP_sincos): Likewise.
32044 2013-05-17  Joseph Myers  <joseph@codesourcery.com>
32046         [BZ #15480]
32047         [BZ #15485]
32048         * sysdeps/ieee754/dbl-64/e_remainder.c (__ieee754_remainder): For
32049         main case of finite arguments, set rounding mode to FE_TONEAREST
32050         and discard exceptions.
32051         * math/libm-test.inc (remainder_test_data): Disallow "inexact"
32052         exceptions.
32053         (remainder_tonearest_test_data): New variable.
32054         (remainder_test_tonearest): New function.
32055         (remainder_towardzero_test_data): New variable.
32056         (remainder_test_towardzero): New function.
32057         (remainder_downward_test_data): New variable.
32058         (remainder_test_downward): New function.
32059         (remainder_upward_test_data): New variable.
32060         (remainder_test_upward): New function.
32061         (main): Call the new test functions.
32063         * math/libm-test.inc (struct test_f_f1_data): Remove field
32064         extra_init.
32065         (struct test_fF_f1_data): Likewise.
32066         (struct test_ffI_f1_data): Likewise.
32067         (RUN_TEST_f_f1): Remove argument EXTRA_INIT.  Initialize EXTRA_VAR
32068         based on value of EXTRA_EXPECTED.
32069         (RUN_TEST_LOOP_f_f1): Update call to RUN_TEST_f_f1.
32070         (RUN_TEST_fF_f1): Remove argument EXTRA_INIT.  Initialize
32071         EXTRA_VAR based on value of EXTRA_EXPECTED.
32072         (RUN_TEST_LOOP_fF_f1): Update call to RUN_TEST_fF_f1.
32073         (RUN_TEST_fI_f1): Remove argument EXTRA_INIT.  Initialize
32074         EXTRA_VAR based on value of EXTRA_EXPECTED.
32075         (RUN_TEST_LOOP_fI_f1): Update call to RUN_TEST_fI_f1.
32076         (RUN_TEST_ffI_f1): Remove argument EXTRA_INIT.  Initialize
32077         EXTRA_VAR based on value of EXTRA_EXPECTED.
32078         (RUN_TEST_LOOP_ffI_f1): Update call to RUN_TEST_ffI_f1.
32079         * math/gen-libm-test.pl (parse_args): Don't output initializers
32080         for extra output values.
32082         * math/libm-test.inc (check_int): Expect result to be exactly
32083         equal to expected value and do not handle ulps.
32084         (check_long): Likewise.
32085         (check_longlong): Likewise.
32087         * math/libm-test.inc (ceil_test_data): Test for "inexact"
32088         exceptions.
32089         (cimag_test_data): Likewise.
32090         (conj_test_data): Likewise.
32091         (copysign_test_data): Likewise.
32092         (cproj_test_data): Likewise.
32093         (creal_test_data): Likewise.
32094         (fabs_test_data): Likewise.
32095         (fdim_test_data): Likewise.
32096         (finite_test_data): Likewise.
32097         (floor_test_data): Likewise.
32098         (fmax_test_data): Likewise.
32099         (fmin_test_data): Likewise.
32100         (fmod_test_data): Likewise.
32101         (fpclassify_test_data): Likewise.
32102         (frexp_test_data): Likewise.
32103         (ilogb_test_data): Likewise.
32104         (isfinite_test_data): Likewise.
32105         (isgreater_test_data): Likewise.
32106         (isgreaterequal_test_data): Likewise.
32107         (isinf_test_data): Likewise.
32108         (isless_test_data): Likewise.
32109         (islessequal_test_data): Likewise.
32110         (islessgreater_test_data): Likewise.
32111         (isnan_test_data): Likewise.
32112         (isnormal_test_data): Likewise.
32113         (issignaling_test_data): Likewise.
32114         (isunordered_test_data): Likewise.
32115         (ldexp_test_data): Likewise.
32116         (lrint_test_data): Likewise.
32117         (lrint_test_data) [TEST_FLOAT]: Disable one test.
32118         (lrint_test_data) [!TEST_LDOUBLE]: Likewise.
32119         (lrint_tonearest_test_data): Test for "inexact" exceptions.
32120         (lrint_tonearest_test_data) [TEST_FLOAT]: Disable one test.
32121         (lrint_tonearest_test_data) [!TEST_LDOUBLE]: Likewise.
32122         (lrint_tonearest_test_data) [TEST_LDOUBLE]: Use "L" suffix on that
32123         test input.
32124         (lrint_towardzero_test_data): Test for "inexact" exceptions.
32125         (lrint_towardzero_test_data) [TEST_FLOAT]: Disable one test.
32126         (lrint_towardzero_test_data) [!TEST_LDOUBLE]: Likewise.
32127         (lrint_towardzero_test_data) [TEST_LDOUBLE]: Use "L" suffix on
32128         that test input.
32129         (lrint_downward_test_data): Test for "inexact" exceptions.
32130         (lrint_downward_test_data) [TEST_FLOAT]: Disable one test.
32131         (lrint_downward_test_data) [!TEST_LDOUBLE]: Likewise.
32132         (lrint_downward_test_data) [TEST_LDOUBLE]: Use "L" suffix on that
32133         test input.
32134         (lrint_upward_test_data): Test for "inexact" exceptions.
32135         (lrint_upward_test_data) [TEST_LDOUBLE]: Use "L" suffix on one
32136         test input.
32137         (llrint_test_data): Test for "inexact" exceptions.
32138         (llrint_test_data) [TEST_FLOAT]: Disable one test.
32139         (llrint_tonearest_test_data): Test for "inexact" exceptions.
32140         (llrint_tonearest_test_data) [TEST_FLOAT]: Disable one test.
32141         (llrint_towardzero_test_data): Test for "inexact" exceptions.
32142         (llrint_towardzero_test_data) [TEST_FLOAT]: Disable one test.
32143         (llrint_downward_test_data): Test for "inexact" exceptions.
32144         (llrint_downward_test_data) [TEST_FLOAT]: Disable one test.
32145         (llrint_upward_test_data): Test for "inexact" exceptions.
32146         (logb_test_data): Likewise.
32147         (logb_downward_test_data): Likewise.
32148         (nextafter_test_data): Likewise.
32149         (nexttoward_test_data): Likewise.
32150         (remainder_test_data): Likewise.
32151         (remquo_test_data): Likewise.
32152         (scalbn_test_data): Likewise.
32153         (scalbln_test_data): Likewise.
32154         (signbit_test_data): Likewise.
32155         (sqrt_test_data): Likewise.
32156         (significand_test_data): Likewise.
32158 2013-05-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
32160         [BZ #15424]
32161         * benchtests/bench-modf.c (struct args): Mark arg0 as
32162         volatile.
32163         * scripts/bench.pl: Mark members of struct args as volatile.
32165 2013-05-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
32167         [BZ # 15497]
32168         * sysdeps/powerpc/fpu/e_hypot.c (GET_TWO_FLOAT_WORD): Fix test for
32169         negative infinity on POWER6 or lower.
32170         * sysdeps/powerpc/fpu/e_hypotf.c (GET_TWO_FLOAT_WORD): Likewise.
32172 2013-05-16  Maciej W. Rozycki  <macro@codesourcery.com>
32174         [BZ #15442]
32175         * soft-fp/op-common.h (_FP_FRAC_SNANP): New macro.
32176         (_FP_FRAC_SNANP_SEMIRAW): Likewise.
32177         (_FP_UNPACK_CANONICAL): Use _FP_FRAC_SNANP.
32178         (_FP_CHECK_SIGNAN_SEMIRAW): Use _FP_FRAC_SNANP_SEMIRAW.
32179         (_FP_SETQNAN): New macro.
32180         (_FP_SETQNAN_SEMIRAW): Likewise.
32181         (_FP_PACK_SEMIRAW): Use _FP_SETQNAN.
32182         (_FP_PACK_CANONICAL): Use _FP_SETQNAN.
32183         (_FP_ISSIGNAN): Use _FP_FRAC_SNANP.
32184         (FP_EXTEND): Use _FP_FRAC_SNANP.
32185         (FP_TRUNC): Use _FP_SETQNAN_SEMIRAW.
32186         * soft-fp/testit.c (gen_special_double): Take _FP_QNANNEGATEDP
32187         into account.
32188         * sysdeps/sparc/sparc32/soft-fp/sfp-machine.h (_FP_QNANNEGATEDP):
32189         New macro.
32190         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h (_FP_QNANNEGATEDP):
32191         Likewise.
32193 2013-05-16  Joseph Myers  <joseph@codesourcery.com>
32195         * math/libm-test.inc (atanh_test_data): Use ERRNO_ERANGE together
32196         with DIVIDE_BY_ZERO_EXCEPTION.
32197         (gamma_test_data): Likewise.
32198         (lgamma_test_data): Likewise.
32199         (log_test_data): Likewise.
32200         (log10_test_data): Likewise.
32201         (log2_test_data): Likewise.
32202         (tgamma_test_data): Likewise.
32204         * math/libm-test.inc (acos_test): Don't test for ENOSYS error.
32205         (acos_test_tonearest): Likewise.
32206         (acos_test_towardzero): Likewise.
32207         (acos_test_downward): Likewise.
32208         (acos_test_upward): Likewise.
32209         (acosh_test): Likewise.
32210         (asin_test): Likewise.
32211         (asin_test_tonearest): Likewise.
32212         (asin_test_towardzero): Likewise.
32213         (asin_test_downward): Likewise.
32214         (asin_test_upward): Likewise.
32215         (asinh_test): Likewise.
32216         (atan_test): Likewise.
32217         (atanh_test): Likewise.
32218         (atan2_test): Likewise.
32219         (cabs_test): Likewise.
32220         (cacos_test): Likewise.
32221         (cacosh_test): Likewise.
32222         (casin_test): Likewise.
32223         (casinh_test): Likewise.
32224         (catan_test): Likewise.
32225         (catanh_test): Likewise.
32226         (cbrt_test): Likewise.
32227         (ccos_test): Likewise.
32228         (ccosh_test): Likewise.
32229         (cexp_test): Likewise.
32230         (clog_test): Likewise.
32231         (clog10_test): Likewise.
32232         (cos_test): Likewise.
32233         (cos_test_tonearest): Likewise.
32234         (cos_test_towardzero): Likewise.
32235         (cos_test_downward): Likewise.
32236         (cos_test_upward): Likewise.
32237         (cosh_test): Likewise.
32238         (cosh_test_tonearest): Likewise.
32239         (cosh_test_towardzero): Likewise.
32240         (cosh_test_downward): Likewise.
32241         (cosh_test_upward): Likewise.
32242         (cpow_test): Likewise.
32243         (csin_test): Likewise.
32244         (csinh_test): Likewise.
32245         (csqrt_test): Likewise.
32246         (ctan_test): Likewise.
32247         (ctan_test_tonearest): Likewise.
32248         (ctan_test_towardzero): Likewise.
32249         (ctan_test_downward): Likewise.
32250         (ctan_test_upward): Likewise.
32251         (ctanh_test): Likewise.
32252         (ctanh_test_tonearest): Likewise.
32253         (ctanh_test_towardzero): Likewise.
32254         (ctanh_test_downward): Likewise.
32255         (ctanh_test_upward): Likewise.
32256         (erf_test): Likewise.
32257         (erfc_test): Likewise.
32258         (exp_test): Likewise.
32259         (exp_test_tonearest): Likewise.
32260         (exp_test_towardzero): Likewise.
32261         (exp_test_downward): Likewise.
32262         (exp_test_upward): Likewise.
32263         (exp10_test): Likewise.
32264         (exp2_test): Likewise.
32265         (expm1_test): Likewise.
32266         (fmod_test): Likewise.
32267         (gamma_test): Likewise.
32268         (hypot_test): Likewise.
32269         (j0_test): Likewise.
32270         (j1_test): Likewise.
32271         (jn_test): Likewise.
32272         (lgamma_test): Likewise.
32273         (log_test): Likewise.
32274         (log10_test): Likewise.
32275         (log1p_test): Likewise.
32276         (log2_test): Likewise.
32277         (logb_test_downward): Likewise.
32278         (pow_test): Likewise.
32279         (pow_test_tonearest): Likewise.
32280         (pow_test_towardzero): Likewise.
32281         (pow_test_downward): Likewise.
32282         (pow_test_upward): Likewise.
32283         (remainder_test): Likewise.
32284         (remquo_test): Likewise.
32285         (sin_test): Likewise.
32286         (sin_test_tonearest): Likewise.
32287         (sin_test_towardzero): Likewise.
32288         (sin_test_downward): Likewise.
32289         (sin_test_upward): Likewise.
32290         (sincos_test): Likewise.
32291         (sinh_test): Likewise.
32292         (sinh_test_tonearest): Likewise.
32293         (sinh_test_towardzero): Likewise.
32294         (sinh_test_downward): Likewise.
32295         (sinh_test_upward): Likewise.
32296         (sqrt_test): Likewise.
32297         (tan_test): Likewise.
32298         (tan_test_tonearest): Likewise.
32299         (tan_test_towardzero): Likewise.
32300         (tan_test_downward): Likewise.
32301         (tan_test_upward): Likewise.
32302         (tanh_test): Likewise.
32303         (tgamma_test): Likewise.
32304         (y0_test): Likewise.
32305         (y1_test): Likewise.
32306         (yn_test): Likewise.
32308         * math/gen-libm-test.pl (adjust_arg): Remove function.
32309         (special_function): Remove argument $in_func.  Only handle
32310         generating output for tables of tests, not inside functions.
32311         (parse_args): Likewise.
32312         (generate_testfile): Remove variable $in_func.  Update call to
32313         parse_args.
32314         * math/libm-test.inc (PLUS_ZERO_INIT): Rename macro to plus_zero.
32315         (MINUS_ZERO_INIT): Rename macro to minus_zero.
32316         (PLUS_INFTY_INIT): Rename macro to plus_infty.
32317         (MINUS_INFTY_INIT): Rename macro to minus_infty.
32318         (QNAN_VALUE_INIT): Rename macro to qnan_value.
32319         (MAX_VALUE_INIT): Rename macro to max_value.
32320         (MIN_VALUE_INIT): Rename macro to min_value.
32321         (MIN_SUBNORM_VALUE_INIT): Rename macro to min_subnorm_value.
32322         (plus_zero): Remove variable.
32323         (minus_zero): Likewise.
32324         (plus_infty): Likewise.
32325         (minus_infty): Likewise.
32326         (qnan_value): Likewise.
32327         (max_value): Likewise.
32328         (min_value): Likewise.
32329         (min_subnorm_value): Likewise.
32331 2013-05-16  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
32333         * crypt/sha512-block.c: Add missing #include <stdint.h> due to
32334         uint64_t or uint32_t usage.
32335         * crypt/sha256-block.c: Likewise.
32336         * crypt/sha256-crypt.c: Likewise.
32337         * crypt/sha256.c: Likewise.
32338         * crypt/sha512-block.c: Likewise.
32339         * crypt/sha512-crypt.c: Likewise.
32340         * crypt/sha512.c: Likewise.
32341         * debug/backtrace-tst.c: Likewise.
32342         * debug/pcprofiledump.c: Likewise.
32343         * elf/cache.c: Likewise.
32344         * elf/dl-cache.c: Likewise.
32345         * elf/dl-misc.c: Likewise.
32346         * elf/dl-profile.c: Likewise.
32347         * elf/dl-support.c: Likewise.
32348         * elf/ldconfig.c: Likewise.
32349         * elf/sprof.c: Likewise.
32350         * iconv/dummy-repertoire.c: Likewise.
32351         * iconv/iconv_charmap.c: Likewise.
32352         * iconv/skeleton.c: Likewise.
32353         * iconvdata/8bit-generic.c: Likewise.
32354         * iconvdata/cp737.h: Likewise.
32355         * iconvdata/cp775.h: Likewise.
32356         * iconvdata/ibm1008.h: Likewise.
32357         * iconvdata/ibm1025.h: Likewise.
32358         * iconvdata/ibm1046.h: Likewise.
32359         * iconvdata/ibm1097.h: Likewise.
32360         * iconvdata/ibm1112.h: Likewise.
32361         * iconvdata/ibm1122.h: Likewise.
32362         * iconvdata/ibm1123.h: Likewise.
32363         * iconvdata/ibm1124.h: Likewise.
32364         * iconvdata/ibm1129.h: Likewise.
32365         * iconvdata/ibm1130.h: Likewise.
32366         * iconvdata/ibm1132.h: Likewise.
32367         * iconvdata/ibm1133.h: Likewise.
32368         * iconvdata/ibm1137.h: Likewise.
32369         * iconvdata/ibm1140.h: Likewise.
32370         * iconvdata/ibm1141.h: Likewise.
32371         * iconvdata/ibm1142.h: Likewise.
32372         * iconvdata/ibm1143.h: Likewise.
32373         * iconvdata/ibm1144.h: Likewise.
32374         * iconvdata/ibm1145.h: Likewise.
32375         * iconvdata/ibm1146.h: Likewise.
32376         * iconvdata/ibm1147.h: Likewise.
32377         * iconvdata/ibm1148.h: Likewise.
32378         * iconvdata/ibm1149.h: Likewise.
32379         * iconvdata/ibm1153.h: Likewise.
32380         * iconvdata/ibm1154.h: Likewise.
32381         * iconvdata/ibm1155.h: Likewise.
32382         * iconvdata/ibm1156.h: Likewise.
32383         * iconvdata/ibm1157.h: Likewise.
32384         * iconvdata/ibm1158.h: Likewise.
32385         * iconvdata/ibm1160.h: Likewise.
32386         * iconvdata/ibm1161.h: Likewise.
32387         * iconvdata/ibm1162.h: Likewise.
32388         * iconvdata/ibm1163.h: Likewise.
32389         * iconvdata/ibm1164.h: Likewise.
32390         * iconvdata/ibm1166.h: Likewise.
32391         * iconvdata/ibm1167.h: Likewise.
32392         * iconvdata/ibm12712.h: Likewise.
32393         * iconvdata/ibm1390.h: Likewise.
32394         * iconvdata/ibm1399.h: Likewise.
32395         * iconvdata/ibm16804.h: Likewise.
32396         * iconvdata/ibm4517.h: Likewise.
32397         * iconvdata/ibm4899.h: Likewise.
32398         * iconvdata/ibm4909.h: Likewise.
32399         * iconvdata/ibm4971.h: Likewise.
32400         * iconvdata/ibm5347.h: Likewise.
32401         * iconvdata/ibm803.h: Likewise.
32402         * iconvdata/ibm856.h: Likewise.
32403         * iconvdata/ibm901.h: Likewise.
32404         * iconvdata/ibm902.h: Likewise.
32405         * iconvdata/ibm9030.h: Likewise.
32406         * iconvdata/ibm9066.h: Likewise.
32407         * iconvdata/ibm921.h: Likewise.
32408         * iconvdata/ibm922.h: Likewise.
32409         * iconvdata/ibm9448.h: Likewise.
32410         * iconvdata/isiri-3342.h: Likewise.
32411         * iconvdata/jis0201.h: Likewise.
32412         * include/link.h: Likewise.
32413         * include/netdb.h: Likewise.
32414         * inet/check_native.c: Likewise.
32415         * inet/check_pf.c: Likewise.
32416         * inet/getipv4sourcefilter.c: Likewise.
32417         * inet/getnameinfo.c: Likewise.
32418         * inet/getsourcefilter.c: Likewise.
32419         * inet/htonl.c: Likewise.
32420         * inet/setipv4sourcefilter.c: Likewise.
32421         * inet/setsourcefilter.c: Likewise.
32422         * inet/test-inet6_opt.c: Likewise.
32423         * inet/tst-network.c: Likewise.
32424         * locale/C-collate.c: Likewise.
32425         * locale/C-ctype.c: Likewise.
32426         * locale/C-time.c: Likewise.
32427         * locale/C-translit.h: Likewise.
32428         * locale/loadarchive.c: Likewise.
32429         * locale/programs/3level.h: Likewise.
32430         * locale/programs/charmap.c: Likewise.
32431         * locale/programs/charmap.h: Likewise.
32432         * locale/programs/ld-address.c: Likewise.
32433         * locale/programs/ld-collate.c: Likewise.
32434         * locale/programs/ld-ctype.c: Likewise.
32435         * locale/programs/ld-identification.c: Likewise.
32436         * locale/programs/ld-measurement.c: Likewise.
32437         * locale/programs/ld-messages.c: Likewise.
32438         * locale/programs/ld-monetary.c: Likewise.
32439         * locale/programs/ld-name.c: Likewise.
32440         * locale/programs/ld-numeric.c: Likewise.
32441         * locale/programs/ld-paper.c: Likewise.
32442         * locale/programs/ld-telephone.c: Likewise.
32443         * locale/programs/ld-time.c: Likewise.
32444         * locale/programs/linereader.c: Likewise.
32445         * locale/programs/locale.c: Likewise.
32446         * locale/programs/locarchive.c: Likewise.
32447         * locale/programs/locfile.h: Likewise.
32448         * locale/programs/repertoire.c: Likewise.
32449         * locale/programs/simple-hash.c: Likewise.
32450         * locale/programs/simple-hash.h: Likewise.
32451         * malloc/memusage.c: Likewise.
32452         * malloc/memusagestat.c: Likewise.
32453         * nis/nis_defaults.c: Likewise.
32454         * nis/nis_hash.c: Likewise.
32455         * nis/nis_print.c: Likewise.
32456         * nis/nis_xdr.c: Likewise.
32457         * nscd/connections.c: Likewise.
32458         * nscd/hstcache.c: Likewise.
32459         * nscd/nscd_gethst_r.c: Likewise.
32460         * nscd/nscd_getserv_r.c: Likewise.
32461         * nscd/nscd_helper.c: Likewise.
32462         * nscd/servicescache.c: Likewise.
32463         * nss/makedb.c: Likewise.
32464         * nss/nss_db/db-XXX.c: Likewise.
32465         * nss/nss_db/db-initgroups.c: Likewise.
32466         * nss/nss_db/db-netgrp.c: Likewise.
32467         * nss/nss_files/files-network.c: Likewise.
32468         * nss/nss_files/files-parse.c: Likewise.
32469         * posix/bug-regex5.c: Likewise.
32470         * posix/fnmatch_loop.c: Likewise.
32471         * posix/regcomp.c: Likewise.
32472         * posix/regexec.c: Likewise.
32473         * posix/tst-rfc3484-2.c: Likewise.
32474         * posix/tst-rfc3484-3.c: Likewise.
32475         * posix/tst-rfc3484.c: Likewise.
32476         * resolv/nss_dns/dns-canon.c: Likewise.
32477         * resolv/nss_dns/dns-network.c: Likewise.
32478         * resolv/res_init.c: Likewise.
32479         * resolv/res_mkquery.c: Likewise.
32480         * resolv/tst-aton.c: Likewise.
32481         * stdlib/cxa_atexit.c: Likewise.
32482         * stdlib/cxa_finalize.c: Likewise.
32483         * stdlib/gen-fpioconst.c: Likewise.
32484         * stdlib/strtol_l.c: Likewise.
32485         * string/tst-endian.c: Likewise.
32486         * sunrpc/auth_des.c: Likewise.
32487         * sunrpc/clnt_udp.c: Likewise.
32488         * sunrpc/rtime.c: Likewise.
32489         * sunrpc/svcauth_des.c: Likewise.
32490         * sunrpc/xdr.c: Likewise.
32491         * sunrpc/xdr_intXX_t.c: Likewise.
32492         * sunrpc/xdr_rec.c: Likewise.
32493         * sysdeps/generic/ldconfig.h: Likewise.
32494         * sysdeps/generic/ldsodefs.h: Likewise.
32495         * sysdeps/generic/memusage.h: Likewise.
32496         * sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c: Likewise.
32497         * sysdeps/ieee754/dbl-64/wordsize-64/e_log10.c: Likewise.
32498         * sysdeps/ieee754/dbl-64/wordsize-64/math_private.h: Likewise.
32499         * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: Likewise.
32500         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
32501         * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Likewise.
32502         * sysdeps/ieee754/dbl-64/wordsize-64/s_modf.c: Likewise.
32503         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c: Likewise.
32504         * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c: Likewise.
32505         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h: Likewise.
32506         * sysdeps/posix/getaddrinfo.c: Likewise.
32507         * sysdeps/powerpc/fpu/e_hypot.c: Likewise.
32508         * sysdeps/powerpc/fpu/e_hypotf.c: Likewise.
32509         * sysdeps/powerpc/fpu/e_sqrt.c: Likewise.
32510         * sysdeps/powerpc/fpu/e_sqrtf.c: Likewise.
32511         * sysdeps/powerpc/test-gettimebase.c: Likewise.
32512         * sysdeps/unix/sysv/linux/check_pf.c: Likewise.
32513         * sysdeps/unix/sysv/linux/getipv4sourcefilter.c: Likewise.
32514         * sysdeps/unix/sysv/linux/getsourcefilter.c: Likewise.
32515         * sysdeps/unix/sysv/linux/netlinkaccess.h: Likewise.
32516         * sysdeps/unix/sysv/linux/powerpc/test-gettimebasefreq.c: Likewise.
32517         * sysdeps/unix/sysv/linux/preadv.c: Likewise.
32518         * sysdeps/unix/sysv/linux/pwritev.c: Likewise.
32519         * sysdeps/unix/sysv/linux/setipv4sourcefilter.c: Likewise.
32520         * sysdeps/unix/sysv/linux/setsourcefilter.c: Likewise.
32521         * sysdeps/unix/sysv/linux/x86_64/x32/arch_prctl.c: Likewise.
32522         * sysdeps/x86_64/dl-tls.h: Likewise.
32523         * sysdeps/x86_64/dl-tlsdesc.h: Likewise.
32524         * time/alt_digit.c: Likewise.
32525         * time/era.c: Likewise.
32526         * wcsmbs/tst-c16c32-1.c: Likewise.
32528 2013-05-16  Joseph Myers  <joseph@codesourcery.com>
32530         * math/libm-test.inc (struct test_sincos_data): New type.
32531         (RUN_TEST_LOOP_sincos): New macro.
32532         (sincos_test_data): New variable.
32533         (sincos_test): Run tests with RUN_TEST_LOOP_sincos.
32535 2013-05-16  Richard Henderson  <rth@redhat.com>
32537         * math/atest-exp2.c (LIMB64): New macro.
32538         (CONSTSZ): New macro.
32539         (mp_exp1, mp_exp_m1, mp_log2): New variables.
32540         (hexdig): Move ...
32541         (print_mpn_fp): ... to function scope.
32542         (read_mpn_hex): Remove.
32543         (get_log2): Remove.
32544         (exp2_mpn): Use mp_log2.
32545         (main): Use mp_exp1.
32547 2013-05-16  Joseph Myers  <joseph@codesourcery.com>
32549         * math/libm-test.inc: Remove comment about not testing "inexact"
32550         exceptions.
32551         (INEXACT_EXCEPTION): New macro.
32552         (NO_INEXACT_EXCEPTION): Likewise.
32553         (INVALID_EXCEPTION_OK): Update value.
32554         (DIVIDE_BY_ZERO_EXCEPTION_OK): Likewise.
32555         (OVERFLOW_EXCEPTION_OK): Likewise.
32556         (UNDERFLOW_EXCEPTION_OK): Likewise.
32557         (IGNORE_ZERO_INF_SIGN): Likewise.
32558         (ERRNO_UNCHANGED): Likewise.
32559         (ERRNO_EDOM): Likewise.
32560         (ERRNO_ERANGE): Likewise.
32561         (test_exceptions): Handle testing "inexact" exceptions.
32562         (nearbyint_test_data): Use NO_INEXACT_EXCEPTION on all tests.
32563         (rint_test_data): Use NO_INEXACT_EXCEPTION and INEXACT_EXCEPTION.
32564         (rint_test_data) [LDBL_MANT_DIG <= 100]: Disable some tests.
32565         (rint_tonearest_test_data): Use NO_INEXACT_EXCEPTION and
32566         INEXACT_EXCEPTION.
32567         (rint_towardzero_test_data): Likewise.
32568         (rint_downward_test_data): Likewise.
32569         (rint_upward_test_data): Likewise.
32571         * math/libm-test.inc (exp_test_data): Use ERRNO_ERANGE together
32572         with OVERFLOW_EXCEPTION.
32573         (exp10_test_data): Likewise.
32574         (exp2_test_data): Likewise.
32575         (expm1_test_data): Likewise.
32576         (lgamma_test_data): Likewise.
32577         (pow_test_data): Likewise.
32578         (tgamma_test_data): Likewise.
32579         (yn_test_data): Remove duplicate test of overflow.
32581         * math/libm-test.inc (struct test_cc_c_data): New type.
32582         (RUN_TEST_LOOP_cc_c): New macro.
32583         (cpow_test_data): New variable.
32584         (cpow_test): Run tests with RUN_TEST_LOOP_cc_c.
32586         * math/libm-test.inc (struct test_f_L_data): New type.
32587         (RUN_TEST_LOOP_f_L): New macro.
32588         (llrint_test_data): New variable.
32589         (llrint_test): Run tests with RUN_TEST_LOOP_f_L.
32590         (llrint_tonearest_test_data): New variable.
32591         (llrint_test_tonearest): Run tests with RUN_TEST_LOOP_f_L.
32592         (llrint_towardzero_test_data): New variable.
32593         (llrint_test_towardzero): Run tests with RUN_TEST_LOOP_f_L.
32594         (llrint_downward_test_data): New variable.
32595         (llrint_test_downward): Run tests with RUN_TEST_LOOP_f_L.
32596         (llrint_upward_test_data): New variable.
32597         (llrint_test_upward): Run tests with RUN_TEST_LOOP_f_L.
32598         (llround_test_data): New variable.
32599         (llround_test): Run tests with RUN_TEST_LOOP_f_L.
32601 2013-05-13  Peter Collingbourne  <pcc@google.com>
32603         * math/atest-exp2.c (get_log2): Remove const attribute.
32605 2013-05-15  Joseph Myers  <joseph@codesourcery.com>
32607         * math/libm-test.inc (struct test_f_l_data): New type.
32608         (RUN_TEST_LOOP_f_l): New macro.
32609         (lrint_test_data): New variable.
32610         (lrint_test): Run tests with RUN_TEST_LOOP_f_l.
32611         (lrint_tonearest_test_data): New variable.
32612         (lrint_test_tonearest): Run tests with RUN_TEST_LOOP_f_l.
32613         (lrint_towardzero_test_data): New variable.
32614         (lrint_test_towardzero): Run tests with RUN_TEST_LOOP_f_l.
32615         (lrint_downward_test_data): New variable.
32616         (lrint_test_downward): Run tests with RUN_TEST_LOOP_f_l.
32617         (lrint_upward_test_data): New variable.
32618         (lrint_test_upward): Run tests with RUN_TEST_LOOP_f_l.
32619         (lround_test_data): New variable.
32620         (lround_test): Run tests with RUN_TEST_LOOP_f_l.
32622 2013-05-15  Peter Collingbourne  <pcc@google.com>
32624         * sysdeps/x86_64/fpu/math_private.h (MOVQ): New macro.
32625         (EXTRACT_WORDS64) Use where appropriate.
32626         (INSERT_WORDS64) Likewise.
32628         * sysdeps/x86_64/fpu/multiarch/s_fma.c (__fma_fma4): Replace xm
32629         constraints with x constraints.
32630         * sysdeps/x86_64/fpu/multiarch/s_fmaf.c (__fmaf_fma4): Likewise.
32632         * malloc/obstack.c (_obstack_compat): Add initializer.
32634 2013-05-15  Edjunior Machado  <emachado@linux.vnet.ibm.com>
32636         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h (siginfo_t): Remove
32637         si_trapno and add si_addr_lsb to _sifields.sigfault.
32638         (si_trapno): Remove macro.
32639         (si_addr_lsb): Define new macro.
32640         (BUS_MCEERR_AR, BUS_MCEERR_AO): Define new values.
32642 2013-05-15  Joseph Myers  <joseph@codesourcery.com>
32644         * math/libm-test.inc (llrint_test): Consistently use TEST_f_L
32645         instead of TEST_f_l.
32646         (llrint_test_tonearest): Likewise.
32647         (llrint_test_towardzero): Likewise.
32648         (llrint_test_downward): Likewise.
32649         (llrint_test_upward): Likewise.
32650         (llround_test): Likewise.
32652         * math/libm-test.inc (struct test_f_i_data): Add comment.
32653         (RUN_TEST_LOOP_f_b): New macro.
32654         (RUN_TEST_LOOP_f_b_tg): Likewise.
32655         (finite_test_data): New variable.
32656         (finite_test): Run tests with RUN_TEST_LOOP_f_b.
32657         (isfinite_test_data): New variable.
32658         (isfinite_test): Run tests with RUN_TEST_LOOP_f_b_tg.
32659         (isinf_test_data): New variable.
32660         (isinf_test): Run tests with RUN_TEST_LOOP_f_b_tg.
32661         (isnan_test_data): New variable.
32662         (isnan_test): Run tests with RUN_TEST_LOOP_f_b_tg.
32663         (isnormal_test_data): New variable.
32664         (isnormal_test): Run tests with RUN_TEST_LOOP_f_b_tg.
32665         (issignaling_test_data): New variable.
32666         (issignaling_test): Run tests with RUN_TEST_LOOP_f_b_tg.
32667         (signbit_test_data): New variable.
32668         (signbit_test): Run tests with RUN_TEST_LOOP_f_b_tg.
32670         * math/libm-test.inc (acos_test_data): Use ERRNO_EDOM together
32671         with INVALID_EXCEPTION.
32672         (acosh_test_data): Likewise.
32673         (asin_test_data): Likewise.
32674         (atanh_test_data): Likewise.
32675         (fmod_test_data): Likewise.
32676         (log_test_data): Likewise.
32677         (log10_test_data): Likewise.
32678         (log2_test_data): Likewise.
32679         (pow_test_data): Likewise.
32680         (sqrt_test_data): Likewise.
32681         (y0_test_data): Likewise.
32682         (y1_test_data): Likewise.
32683         (yn_test_data): Likewise.
32685         * math/libm-test.inc (test_single_errno) [TEST_INLINE]: Disable
32686         function contents.
32688         * math/libm-test.inc (struct test_ff_i_data): New type.
32689         (RUN_TEST_LOOP_ff_i_tg): New macro.
32690         (isgreater_test_data): New variable.
32691         (isgreater_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
32692         (isgreaterequal_test_data): New variable.
32693         (isgreaterequal_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
32694         (isless_test_data): New variable.
32695         (isless_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
32696         (islessequal_test_data): New variable.
32697         (islessequal_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
32698         (islessgreater_test_data): New variable.
32699         (islessgreater_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
32700         (isunordered_test_data): New variable.
32701         (isunordered_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
32703 2013-05-14  David S. Miller  <davem@davemloft.net>
32705         * sysdeps/sparc/fpu/libm-test-ulps: Update.
32707 2013-05-14  Joseph Myers  <joseph@codesourcery.com>
32709         * math/libm-test.inc (RUN_TEST_LOOP_2_f): Fix whitespace.
32711         * math/libm-test.inc (struct test_fF_f1_data): Change type of
32712         extra_test to int.
32713         (struct test_f_i_data): Change type of max_ulp to int.
32715         * math/libm-test.inc (test_ffI_f1_data): New type.
32716         (RUN_TEST_LOOP_ffI_f1): New macro.
32717         (remquo_test_data): New variable.
32718         (remquo_test): Run tests with RUN_TEST_LOOP_ffI_f1.
32720         * setjmp/tst-setjmp-fp.c: New file.
32721         * setjmp/Makefile (tests): Add tst-setjmp-fp.
32722         (link-libm): New variable.
32723         ($(objpfx)tst-setjmp-fp): Depend on $(link-libm).
32725         * math/libm-test.inc (struct test_f_i_data): New type.
32726         (RUN_TEST_LOOP_f_i): New macro.
32727         (RUN_TEST_LOOP_f_i_tg): Likewise.
32728         (fpclassify_test_data): New variable.
32729         (fpclassify_test): Run tests with RUN_TEST_LOOP_f_i_tg.
32730         (ilogb_test_data): New variable.
32731         (ilogb_test): Run tests with RUN_TEST_LOOP_f_i.
32733         * math/libm-test.inc (scalbln_test): Correct function name in END
32734         call.
32736         * math/libm-test.inc (struct test_f_f1_data): Add comment.
32737         (RUN_TEST_LOOP_fI_f1): New macro.
32738         (frexp_test_data): New variable.
32739         (frexp_test): Run tests with RUN_TEST_LOOP_fI_f1.
32741         * math/libm-test.inc (struct test_fF_f1_data): New type.
32742         (RUN_TEST_LOOP_fF_f1): New macro.
32743         (modf_test_data): New variable.
32744         (modf_test): Run tests with RUN_TEST_LOOP_fF_f1.
32746         * math/libm-test.inc (struct test_f_f1_data): New type.
32747         (RUN_TEST_LOOP_f_f1): New macro.
32748         (gamma_test_data): New variable.
32749         (gamma_test): Run tests with RUN_TEST_LOOP_f_f1.
32750         (lgamma_test_data): New variable.
32751         (lgamma_test): Run tests with RUN_TEST_LOOP_f_f1.
32753 2013-05-13  Carlos O'Donell  <carlos@redhat.com>
32755         * elf/dl-hwcaps.c (_dl_important_hwcaps): Comment vDSO hwcap loading.
32756         * elf/ldconfig.c (is_hwcap_platform): Comment each hwcap check.
32757         (main): Comment "tls" pseudo-hwcap.
32759 2013-05-13  Joseph Myers  <joseph@codesourcery.com>
32761         * math/libm-test.inc (struct test_fl_f_data): New type.
32762         (RUN_TEST_LOOP_fl_f): New variable.
32763         (scalbln_test_data): New variable.
32764         (scalbln_test): Run tests with RUN_TEST_LOOP_fl_f.
32766         * math/libm-test.inc (struct test_fi_f_data): New type.
32767         (RUN_TEST_LOOP_fi_f): New macro.
32768         (ldexp_test_data): New variable.
32769         (ldexp_test): Run tests with RUN_TEST_LOOP_fi_f.
32770         (scalbn_test_data): New variable.
32771         (scalbn_test): Run tests with RUN_TEST_LOOP_fi_f.
32773         * math/libm-test.inc (struct test_c_f_data): New type.
32774         (RUN_TEST_LOOP_c_f): New macro.
32775         (cabs_test_data): New variable.
32776         (cabs_test): Run tests with RUN_TEST_LOOP_c_f.
32777         (carg_test_data): New variable.
32778         (carg_test): Run tests with RUN_TEST_LOOP_c_f.
32779         (cimag_test_data): New variable.
32780         (cimag_test): Run tests with RUN_TEST_LOOP_c_f.
32781         (creal_test_data): New variable.
32782         (creal_test): Run tests with RUN_TEST_LOOP_c_f.
32784         * math/libm-test.inc (struct test_if_f_data): New type.
32785         (RUN_TEST_LOOP_if_f): New macro.
32786         (jn_test_data): New variable.
32787         (jn_test): Run tests with RUN_TEST_LOOP_if_f.
32788         (yn_test_data): New variable.
32789         (yn_test): Run tests with RUN_TEST_LOOP_if_f.
32791         * math/libm-test.inc (scalbln_test): Consistently use TEST_fl_f.
32793 2013-05-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
32795         * math/libm-test.inc (M_1_DIV_El): Define using decimal constant.
32796         (log_test_data): Use M_1_DIV_El instead of 1.0 / M_El.
32798 2013-05-13  Siddhesh Poyarekar  <siddhesh@redhat.com>
32800         * benchtests/Makefile (CPPFLAGS-nonlib): Add
32801         -DUSE_CLOCK_GETTIME if USE_CLOCK_GETTIME is defined.
32802         (bench-deps): Add bench-timing.h.
32803         * benchtests-bench-skeleton.c: Include bench-timing.h.
32804         (main): Use TIMING_* macros instead of clock_gettime.
32805         * benchtests/bench-timing.h: New file.
32807         [BZ #14582]
32808         * sysdeps/ieee754/s_lib_version.c (_LIB_VERSION_INTERNAL):
32809         Renamed from _LIB_VERSION.
32810         (_LIB_VERSION): Set as weak alias of _LIB_VERSION_INTERNAL.
32812 2013-05-12  Joseph Myers  <joseph@codesourcery.com>
32814         * math/libm-test.inc (struct test_fff_f_data): New type.
32815         (RUN_TEST_LOOP_fff_f): New macro.
32816         (fma_test_data): New variable.
32817         (fma_test): Run tests with RUN_TEST_LOOP_fff_f.
32818         (fma_towardzero_test_data): New variable.
32819         (fma_test_towardzero): Run tests with RUN_TEST_LOOP_fff_f.
32820         (fma_downward_test_data): New variable.
32821         (fma_test_downward): Run tests with RUN_TEST_LOOP_fff_f.
32822         (fma_upward_test_data): New variable.
32823         (fma_test_upward): Run tests with RUN_TEST_LOOP_fff_f.
32825         * math/libm-test.inc (BUILD_COMPLEX_ULP): New macro.
32826         (struct test_c_c_data): New type.
32827         (RUN_TEST_LOOP_c_c): New macro.
32828         (cacos_test_data): New variable.
32829         (cacos_test): Run tests with RUN_TEST_LOOP_c_c.
32830         (cacosh_test_data): New variable.
32831         (cacosh_test): Run tests with RUN_TEST_LOOP_c_c.
32832         (casin_test_data): New variable.
32833         (casin_test): Run tests with RUN_TEST_LOOP_c_c.
32834         (casinh_test_data): New variable.
32835         (casinh_test): Run tests with RUN_TEST_LOOP_c_c.
32836         (catan_test_data): New variable.
32837         (catan_test): Run tests with RUN_TEST_LOOP_c_c.
32838         (catanh_test_data): New variable.
32839         (catanh_test): Run tests with RUN_TEST_LOOP_c_c.
32840         (ccos_test_data): New variable.
32841         (ccos_test): Run tests with RUN_TEST_LOOP_c_c.
32842         (ccosh_test_data): New variable.
32843         (ccosh_test): Run tests with RUN_TEST_LOOP_c_c.
32844         (cexp_test_data): New variable.
32845         (cexp_test): Run tests with RUN_TEST_LOOP_c_c.
32846         (clog_test_data): New variable.
32847         (clog_test): Run tests with RUN_TEST_LOOP_c_c.
32848         (clog10_test_data): New variable.
32849         (clog10_test): Run tests with RUN_TEST_LOOP_c_c.
32850         (conj_test_data): New variable.
32851         (conj_test): Run tests with RUN_TEST_LOOP_c_c.
32852         (cproj_test_data): New variable.
32853         (cproj_test): Run tests with RUN_TEST_LOOP_c_c.
32854         (csin_test_data): New variable.
32855         (csin_test): Run tests with RUN_TEST_LOOP_c_c.
32856         (csinh_test_data): New variable.
32857         (csinh_test): Run tests with RUN_TEST_LOOP_c_c.
32858         (csqrt_test_data): New variable.
32859         (csqrt_test): Run tests with RUN_TEST_LOOP_c_c.
32860         (ctan_test_data): New variable.
32861         (ctan_test): Run tests with RUN_TEST_LOOP_c_c.
32862         (ctan_tonearest_test_data): New variable.
32863         (ctan_test_tonearest): Run tests with RUN_TEST_LOOP_c_c.
32864         (ctan_towardzero_test_data): New variable.
32865         (ctan_test_towardzero): Run tests with RUN_TEST_LOOP_c_c.
32866         (ctan_downward_test_data): New variable.
32867         (ctan_test_downward): Run tests with RUN_TEST_LOOP_c_c.
32868         (ctan_upward_test_data): New variable.
32869         (ctan_test_upward): Run tests with RUN_TEST_LOOP_c_c.
32870         (ctanh_test_data): New variable.
32871         (ctanh_test): Run tests with RUN_TEST_LOOP_c_c.
32872         (ctanh_tonearest_test_data): New variable.
32873         (ctanh_test_tonearest): Run tests with RUN_TEST_LOOP_c_c.
32874         (ctanh_towardzero_test_data): New variable.
32875         (ctanh_test_towardzero): Run tests with RUN_TEST_LOOP_c_c.
32876         (ctanh_downward_test_data): New variable.
32877         (ctanh_test_downward): Run tests with RUN_TEST_LOOP_c_c.
32878         (ctanh_upward_test_data): New variable.
32879         (ctanh_test_upward): Run tests with RUN_TEST_LOOP_c_c.
32880         * math/gen-libm-test.pl (get_ulps): Use BUILD_COMPLEX_ULP instead
32881         of BUILD_COMPLEX.
32883         * math/libm-test.inc (struct test_ff_f_data): New type.
32884         (struct test_ff_f_data_nexttoward): Likewise.
32885         (RUN_TEST_LOOP_2_f): New macro.
32886         (RUN_TEST_LOOP_ff_f): Likewise.
32887         (atan2_test_data): New variable.
32888         (atan2_test): Run tests with RUN_TEST_LOOP_ff_f.
32889         (copysign_test_data): New variable.
32890         (copysign_test): Run tests with RUN_TEST_LOOP_ff_f.
32891         (fdim_test_data): New variable.
32892         (fdim_test): Run tests with RUN_TEST_LOOP_ff_f.
32893         (fmax_test_data): New variable.
32894         (fmax_test): Run tests with RUN_TEST_LOOP_ff_f.
32895         (fmin_test_data): New variable.
32896         (fmin_test): Run tests with RUN_TEST_LOOP_ff_f.
32897         (fmod_test_data): New variable.
32898         (fmod_test): Run tests with RUN_TEST_LOOP_ff_f.
32899         (hypot_test_data): New variable.
32900         (hypot_test): Run tests with RUN_TEST_LOOP_ff_f.
32901         (nextafter_test_data): New variable.
32902         (nextafter_test): Run tests with RUN_TEST_LOOP_ff_f.
32903         (nexttoward_test_data): New variable.
32904         (nexttoward_test): Run tests with RUN_TEST_LOOP_ff_f.
32905         (pow_test_data): New variable.
32906         (pow_test): Run tests with RUN_TEST_LOOP_ff_f.
32907         (pow_tonearest_test_data): New variable.
32908         (pow_test_tonearest): Run tests with RUN_TEST_LOOP_ff_f.
32909         (pow_towardzero_test_data): New variable.
32910         (pow_test_towardzero): Run tests with RUN_TEST_LOOP_ff_f.
32911         (pow_downward_test_data): New variable.
32912         (pow_test_downward): Run tests with RUN_TEST_LOOP_ff_f.
32913         (pow_upward_test_data): New variable.
32914         (pow_test_upward): Run tests with RUN_TEST_LOOP_ff_f.
32915         (remainder_test_data): New variable.
32916         (remainder_test): Run tests with RUN_TEST_LOOP_ff_f.
32917         (scalb_test_data): New variable.
32918         (scalb_test): Run tests with RUN_TEST_LOOP_ff_f.
32919         * sysdeps/i386/fpu/libm-test-ulps: Update.
32921 2013-05-11  Joseph Myers  <joseph@codesourcery.com>
32923         * math/libm-test.inc (fma_test): Use max_value instead of local
32924         variable fltmax.
32925         (nextafter_test): Likewise.
32927         * math/libm-test.inc (acos_towardzero_test_data): New variable.
32928         (acos_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
32929         (acos_downward_test_data): New variable.
32930         (acos_test_downward): Run tests with RUN_TEST_LOOP_f_f.
32931         (acos_upward_test_data): New variable.
32932         (acos_test_upward): Run tests with RUN_TEST_LOOP_f_f.
32933         (acosh_test_data): New variable.
32934         (acosh_test): Run tests with RUN_TEST_LOOP_f_f.
32935         (asin_test_data): New variable.
32936         (asin_test): Run tests with RUN_TEST_LOOP_f_f.
32937         (asin_tonearest_test_data): New variable.
32938         (asin_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
32939         (asin_towardzero_test_data): New variable.
32940         (asin_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
32941         (asin_downward_test_data): New variable.
32942         (asin_test_downward): Run tests with RUN_TEST_LOOP_f_f.
32943         (asin_upward_test_data): New variable.
32944         (asin_test_upward): Run tests with RUN_TEST_LOOP_f_f.
32945         (asinh_test_data): New variable.
32946         (asinh_test): Run tests with RUN_TEST_LOOP_f_f.
32947         (atan_test_data): New variable.
32948         (atan_test): Run tests with RUN_TEST_LOOP_f_f.
32949         (atanh_test_data): New variable.
32950         (atanh_test): Run tests with RUN_TEST_LOOP_f_f.
32951         (cbrt_test_data): New variable.
32952         (cbrt_test): Run tests with RUN_TEST_LOOP_f_f.
32953         (ceil_test_data): New variable.
32954         (ceil_test): Run tests with RUN_TEST_LOOP_f_f.
32955         (cos_test_data): New variable.
32956         (cos_test): Run tests with RUN_TEST_LOOP_f_f.
32957         (cos_tonearest_test_data): New variable.
32958         (cos_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
32959         (cos_towardzero_test_data): New variable.
32960         (cos_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
32961         (cos_downward_test_data): New variable.
32962         (cos_test_downward): Run tests with RUN_TEST_LOOP_f_f.
32963         (cos_upward_test_data): New variable.
32964         (cos_test_upward): Run tests with RUN_TEST_LOOP_f_f.
32965         (cosh_test_data): New variable.
32966         (cosh_test): Run tests with RUN_TEST_LOOP_f_f.
32967         (cosh_tonearest_test_data): New variable.
32968         (cosh_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
32969         (cosh_towardzero_test_data): New variable.
32970         (cosh_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
32971         (cosh_downward_test_data): New variable.
32972         (cosh_test_downward): Run tests with RUN_TEST_LOOP_f_f.
32973         (cosh_upward_test_data): New variable.
32974         (cosh_test_upward): Run tests with RUN_TEST_LOOP_f_f.
32975         (erf_test_data): New variable.
32976         (erf_test): Run tests with RUN_TEST_LOOP_f_f.
32977         (erfc_test_data): New variable.
32978         (erfc_test): Run tests with RUN_TEST_LOOP_f_f.
32979         (exp_test_data): New variable.
32980         (exp_test): Run tests with RUN_TEST_LOOP_f_f.
32981         (exp_tonearest_test_data): New variable.
32982         (exp_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
32983         (exp_towardzero_test_data): New variable.
32984         (exp_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
32985         (exp_downward_test_data): New variable.
32986         (exp_test_downward): Run tests with RUN_TEST_LOOP_f_f.
32987         (exp_upward_test_data): New variable.
32988         (exp_test_upward): Run tests with RUN_TEST_LOOP_f_f.
32989         (exp10_test_data): New variable.
32990         (exp10_test): Run tests with RUN_TEST_LOOP_f_f.
32991         (exp2_test_data): New variable.
32992         (exp2_test): Run tests with RUN_TEST_LOOP_f_f.
32993         (expm1_test_data): New variable.
32994         (expm1_test): Run tests with RUN_TEST_LOOP_f_f.
32995         (fabs_test_data): New variable.
32996         (fabs_test): Run tests with RUN_TEST_LOOP_f_f.
32997         (floor_test_data): New variable.
32998         (floor_test): Run tests with RUN_TEST_LOOP_f_f.
32999         (j0_test_data): New variable.
33000         (j0_test): Run tests with RUN_TEST_LOOP_f_f.
33001         (j1_test_data): New variable.
33002         (j1_test): Run tests with RUN_TEST_LOOP_f_f.
33003         (log_test_data): New variable.
33004         (log_test): Run tests with RUN_TEST_LOOP_f_f.
33005         (log10_test_data): New variable.
33006         (log10_test): Run tests with RUN_TEST_LOOP_f_f.
33007         (log1p_test_data): New variable.
33008         (log1p_test): Run tests with RUN_TEST_LOOP_f_f.
33009         (log2_test_data): New variable.
33010         (log2_test): Run tests with RUN_TEST_LOOP_f_f.
33011         (logb_test_data): New variable.
33012         (logb_test): Run tests with RUN_TEST_LOOP_f_f.
33013         (logb_downward_test_data): New variable.
33014         (logb_test_downward): Run tests with RUN_TEST_LOOP_f_f.
33015         (nearbyint_test_data): New variable.
33016         (nearbyint_test): Run tests with RUN_TEST_LOOP_f_f.
33017         (rint_test_data): New variable.
33018         (rint_test): Run tests with RUN_TEST_LOOP_f_f.
33019         (rint_tonearest_test_data): New variable.
33020         (rint_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
33021         (rint_towardzero_test_data): New variable.
33022         (rint_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
33023         (rint_downward_test_data): New variable.
33024         (rint_test_downward): Run tests with RUN_TEST_LOOP_f_f.
33025         (rint_upward_test_data): New variable.
33026         (rint_test_upward): Run tests with RUN_TEST_LOOP_f_f.
33027         (round_test_data): New variable.
33028         (round_test): Run tests with RUN_TEST_LOOP_f_f.
33029         (sin_test_data): New variable.
33030         (sin_test): Run tests with RUN_TEST_LOOP_f_f.
33031         (sin_tonearest_test_data): New variable.
33032         (sin_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
33033         (sin_towardzero_test_data): New variable.
33034         (sin_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
33035         (sin_downward_test_data): New variable.
33036         (sin_test_downward): Run tests with RUN_TEST_LOOP_f_f.
33037         (sin_upward_test_data): New variable.
33038         (sin_test_upward): Run tests with RUN_TEST_LOOP_f_f.
33039         (sinh_test_data): New variable.
33040         (sinh_test): Run tests with RUN_TEST_LOOP_f_f.
33041         (sinh_tonearest_test_data): New variable.
33042         (sinh_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
33043         (sinh_towardzero_test_data): New variable.
33044         (sinh_towardzero): Run tests with RUN_TEST_LOOP_f_f.
33045         (sinh_downward_test_data): New variable.
33046         (sinh_test_downward): Run tests with RUN_TEST_LOOP_f_f.
33047         (sinh_upward_test_data): New variable.
33048         (sinh_test_upward): Run tests with RUN_TEST_LOOP_f_f.
33049         (sqrt_test_data): New variable.
33050         (sqrt_test): Run tests with RUN_TEST_LOOP_f_f.
33051         (tan_test_data): New variable.
33052         (tan_test): Run tests with RUN_TEST_LOOP_f_f.
33053         (tan_tonearest_test_data): New variable.
33054         (tan_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
33055         (tan_towardzero_test_data): New variable.
33056         (tan_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
33057         (tan_downward_test_data): New variable.
33058         (tan_test_downward): Run tests with RUN_TEST_LOOP_f_f.
33059         (tan_upward_test_data): New variable.
33060         (tan_test_upward): Run tests with RUN_TEST_LOOP_f_f.
33061         (tanh_test_data): New variable.
33062         (tanh_test): Run tests with RUN_TEST_LOOP_f_f.
33063         (tgamma_test_data): New variable.
33064         (tgamma_test): Run tests with RUN_TEST_LOOP_f_f.
33065         (trunc_test_data): New variable.
33066         (trunc_test): Run tests with RUN_TEST_LOOP_f_f.
33067         (y0_test_data): New variable.
33068         (y0_test): Run tests with RUN_TEST_LOOP_f_f.
33069         (y1_test_data): New variable.
33070         (y1_test): Run tests with RUN_TEST_LOOP_f_f.
33071         (significand_test_data): New variable.
33072         (significand_test): Run tests with RUN_TEST_LOOP_f_f.
33074 2013-05-10  Christian Grönke  <cgr_bugs@sysgo.com>
33076         [BZ #12387]
33077         * sysdeps/unix/sysv/linux/sh/getgid.c: New file.
33079 2013-05-10  Pino Toscano  <toscano.pino@tiscali.it>
33081         * sysdeps/mach/hurd/bits/statvfs.h: Add ST_NOATIME.
33083 2013-05-10  Andreas Jaeger  <aj@suse.de>
33085         [BZ #15448]
33086         * sysdeps/unix/sysv/linux/bits/sched.h (__CPU_SET_S)
33087         (__CPU_CLR_S, __CPU_ISSET_S): Avoid integer overflow.
33089 2013-05-10  Joseph Myers  <joseph@codesourcery.com>
33091         * math/gen-libm-test.pl (adjust_arg): New function.
33092         (special_functions): Handle generating output in both functions
33093         and arrays.
33094         (parse_args): Likewise.
33095         (generate_testfile): Handle START_DATA and END_DATA.  Pass extra
33096         $in_func argument to parse_args.
33097         * math/libm-test.inc (struct test_f_f_data): New type.
33098         (IF_ROUND_INIT_): New macro.
33099         (IF_ROUND_INIT_FE_DOWNWARD): Likewise.
33100         (IF_ROUND_INIT_FE_TONEAREST): Likewise.
33101         (IF_ROUND_INIT_FE_TOWARDZERO): Likewise.
33102         (IF_ROUND_INIT_FE_UPWARD): Likewise.
33103         (ROUND_RESTORE_): Likewise.
33104         (ROUND_RESTORE_FE_DOWNWARD): Likewise.
33105         (ROUND_RESTORE_FE_TONEAREST): Likewise.
33106         (ROUND_RESTORE_FE_TOWARDZERO): Likewise.
33107         (ROUND_RESTORE_FE_UPWARD): Likewise.
33108         (RUN_TEST_LOOP_f_f): New macro.
33109         (acos_test_data): New variable.
33110         (acos_test): Run tests with RUN_TEST_LOOP_f_f.
33111         (acos_tonearest_test_data): New variable.
33112         (acos_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
33114 2013-05-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
33116         * benchtests/bench-skeleton.c (startup): Fix coding style.
33118 2013-05-10  Joseph Myers  <joseph@codesourcery.com>
33120         [BZ #6809]
33121         * math/w_tgamma.c (__tgamma): Also call __kernel_standard for
33122         negative infinity argument.
33123         * math/w_tgammaf.c (__tgammaf): Also call __kernel_standard_f for
33124         negative infinity argument.
33125         * math/w_tgammal.c (__tgammal): Also call __kernel_standard_l for
33126         negative infinity argument.
33127         * math/libm-test.inc (tgamma_test): Expect errno to be set for
33128         domain errors.
33130 2013-05-10  Florian Weimer  <fweimer@redhat.com>
33132         * elf/sprof.c (load_profdata): Use fstat64 instead of fstat.
33133         * iconv/iconv_charmap.c (charmap_conversion): Likewise.
33134         * iconv/iconv_prog.c (main): Likewise.
33135         * locale/programs/charmap-dir.c (charmap_readdir)
33136         (fopen_uncompressed): Likewise.
33137         * locale/programs/locfile.c (siblings_uncached)
33138         (write_locale_data): Use lstat64 instead of lstat.
33139         * sunrpc/rpc_main.c (find_cpp, checkfiles): Use stat64 instead of
33140         stat.
33142 2013-05-10  Andreas Jaeger  <aj@suse.de>
33144         [BZ #15395]
33145         * sunrpc/rpc_main.c (main): Invoke setlocale and textdomain for
33146         localization.
33147         Include <locale.h>.
33149 2013-05-09  Carlos O'Donell  <carlos@redhat.com>
33151         * elf/dl-close.c (_dl_close_worker): Add comments.
33153 2013-05-09  Joseph Myers  <joseph@codesourcery.com>
33155         [BZ #15359]
33156         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c (c): Use 106 bits for
33157         high part of pi/2.
33158         (__ieee754_rem_pio2l): Update comments.
33160         [BZ #15429]
33161         * sysdeps/ieee754/ldbl-128/e_rem_pio2l.c (c): Use 113 bits for
33162         high part of pi/2.
33163         (__ieee754_rem_pio2l): Update comments.
33165         * math/libm-test.inc (M_SQRT_2_2): Remove macro.
33166         (csqrt_test): Use M_SQRT1_2l instead of M_SQRT_2_2.
33168         * math/libm-test.inc (carg_test): Use M_PI_34l instead of 3 *
33169         M_PI_4l.
33171         * math/libm-test.inc (M_PI_34l): Define using decimal constant.
33172         (M_PI_34_LOG10El): Likewise.
33173         (M_PI2_LOG10El): Likewise.
33174         (M_PI4_LOG10El): Likewise.
33175         (M_PI_LOG10El): Likewise.
33177 2013-05-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
33179         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
33181 2013-05-08  Joseph Myers  <joseph@codesourcery.com>
33183         * math/libm-test.inc (PLUS_ZERO_INIT): New macro.
33184         (MINUS_ZERO_INIT): Likewise.
33185         (PLUS_INFTY_INIT): Likewise.
33186         (MINUS_INFTY_INIT): Likewise.
33187         (QNAN_VALUE_INIT): Likewise.
33188         (MAX_VALUE_INIT): Likewise.
33189         (MIN_VALUE_INIT): Likewise.
33190         (MIN_SUBNORM_VALUE_INIT): Likewise.
33191         (plus_zero): Initialize with PLUS_ZERO_INIT.
33192         (minus_zero): Initialize with MINUS_ZERO_INIT.
33193         (plus_infty): Initialize with PLUS_INFTY_INIT.
33194         (minus_infty): Initialize with MINUS_INFTY_INIT.
33195         (qnan_value): Initialize with QNAN_VALUE_INIT.
33196         (max_value): Initialize with MAX_VALUE_INIT.
33197         (min_value): Initialize with MIN_VALUE_INIT.
33198         (min_subnorm_value): Initialize with MIN_SUBNORM_VALUE_INIT.
33200         * math/libm-test.inc (RUN_TEST_if_f): New macro.
33201         (jn_test): Use TEST_if_f instead of TEST_ff_f.
33202         (ldexp_text): Use TEST_fi_i instead of TEST_ff_f.
33203         (yn_test): Use TEST_if_f instead of TEST_ff_f.
33205         * math/libm-test.inc (RUN_TEST_f_f): New macro.
33206         (RUN_TEST_2_f): Likewise.
33207         (RUN_TEST_ff_f): Likewise.
33208         (RUN_TEST_fi_f): Likewise.
33209         (RUN_TEST_fl_f): Likewise.
33210         (RUN_TEST_fff_f): Likewise.
33211         (RUN_TEST_c_f): Likewise.
33212         (RUN_TEST_f_f1): Likewise.
33213         (RUN_TEST_fF_f1): Likewise.
33214         (RUN_TEST_fI_f1): Likewise.
33215         (RUN_TEST_ffI_f1): Likewise.
33216         (RUN_TEST_c_c): Likewise.
33217         (RUN_TEST_cc_c): Likewise.
33218         (RUN_TEST_f_i): Likewise.
33219         (RUN_TEST_f_i_tg): Likewise.
33220         (RUN_TEST_ff_i_tg): Likewise.
33221         (RUN_TEST_f_b): Likewise.
33222         (RUN_TEST_f_b_tg): Likewise.
33223         (RUN_TEST_f_l): Likewise.
33224         (RUN_TEST_f_L): Likewise.
33225         (RUN_TEST_sincos): Likewise.
33226         * math/gen-libm-test.pl (new_test): Take new argument to indicate
33227         whether to show exceptions.  Do not include ");\n" in return
33228         value.
33229         (special_functions): Output call to RUN_TEST_sincos instead of
33230         check_float calls.  Update calls to new_test.
33231         (parse_args): Output call to single RUN_TEST_* macro instead of
33232         check_* calls and other assignments.  Update calls to new_test.
33234         [BZ #2546]
33235         [BZ #2560]
33236         [BZ #5159]
33237         [BZ #15426]
33238         * sysdeps/ieee754/k_standard.c (__kernel_standard): Copy sign of
33239         input to result for tgamma overflow.
33240         * sysdeps/ieee754/dbl-64/e_gamma_r.c: Include <float.h>.
33241         (gamma_coeff): New variable.
33242         (NCOEFF): New macro.
33243         (gamma_positive): New function.
33244         (__ieee754_gamma_r): Handle positive infinity, NaN, overflow and
33245         underflow here.  Use gamma_positive instead of exp (lgamma) for
33246         other arguments.
33247         * sysdeps/ieee754/flt-32/e_gammaf_r.c: Include <float.h>.
33248         (gamma_coeff): New variable.
33249         (NCOEFF): New macro.
33250         (gammaf_positive): New function.
33251         (__ieee754_gammaf_r): Handle positive infinity, NaN, overflow and
33252         underflow here.  Use gamma_positive instead of exp (lgamma) for
33253         other arguments.
33254         * sysdeps/ieee754/ldbl-128/e_gammal_r.c: Include <float.h>.
33255         (gamma_coeff): New variable.
33256         (NCOEFF): New macro.
33257         (gammal_positive): New function.
33258         (__ieee754_gammal_r): Handle positive infinity, NaN, overflow and
33259         underflow here.  Use gamma_positive instead of exp (lgamma) for
33260         other arguments.
33261         * sysdeps/ieee754/ldbl-128ibm/e_gammal_r.c: Include <float.h>.
33262         (gamma_coeff): New variable.
33263         (NCOEFF): New macro.
33264         (gammal_positive): New function.
33265         (__ieee754_gammal_r): Handle positive infinity, overflow and
33266         underflow here.  Handle NaN the same as positive infinity.  Remove
33267         check x < 0xffffffff for negative integers.  Use gamma_positive
33268         instead of exp (lgamma) for other arguments.
33269         * sysdeps/ieee754/ldbl-96/e_gammal_r.c: Include <float.h>.
33270         (gamma_coeff): New variable.
33271         (NCOEFF): New macro.
33272         (gammal_positive): New function.
33273         * sysdeps/ieee754/dbl-64/gamma_product.c: New file.
33274         * sysdeps/ieee754/dbl-64/gamma_productf.c: Likewise.
33275         * sysdeps/ieee754/ldbl-128/gamma_productl.c: Likewise.
33276         * sysdeps/ieee754/ldbl-128ibm/gamma_productl.c: Likewise.
33277         * sysdeps/ieee754/ldbl-96/gamma_product.c: Likewise.
33278         * sysdeps/ieee754/ldbl-96/gamma_productl.c: Likewise.
33279         * sysdeps/generic/math_private.h (__gamma_productf): New
33280         prototype.
33281         (__gamma_product): Likewise.
33282         (__gamma_productl): Likewise.
33283         * math/Makefile (libm-calls): Add gamma_product.
33284         * math/libm-test.inc (tgamma_test): Add more tests.
33285         * sysdeps/i386/fpu/libm-test-ulps: Update.
33286         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
33288 2013-05-08  Ondřej Bílka  <neleai@seznam.cz>
33290         * benchtests/bench-skeleton.c (main): Preheat CPU.
33292 2013-05-07  Aurelien Jarno <aurelien@aurel32.net>
33294         * misc/sys/param.h (DEV_BSIZE): Define only if not already defined.
33296 2013-05-07  Roland McGrath  <roland@hack.frob.com>
33298         * sysdeps/generic/ldsodefs.h [IS_IN_rtld]: Declare _dl_skip_args
33299         and _dl_skip_args_internal.
33301 2013-05-07  Carlos O'Donell  <carlos@redhat.com>
33303         * manual/message.texi (Message Translation): Talk about users.
33304         Message to key mapping impacts design.
33306 2013-05-06  Roland McGrath  <roland@hack.frob.com>
33308         * sysdeps/unix/sysv/linux/wordsize-64/glob64.c: New file.
33310         * elf/dl-open.c: Remove declaration of _dl_sysdep_start.
33312         * sysdeps/unix/sysv/linux/wordsize-64/glob64.c: Moved to ...
33313         * sysdeps/wordsize-64/glob64.c: ... here.
33315         * sysdeps/generic/not-cancel.h (NO_CANCELLATION): New macro.
33316         (pause_not_cancel, nanosleep_not_cancel, sigsuspend_not_cancel):
33317         New macros.
33319         * debug/getlogin_r_chk.c: Moved to ...
33320         * login/getlogin_r_chk.c: ... here.
33321         * debug/Makefile (routines): Move getlogin_r_chk to ...
33322         * login/Makefile (routines): ... here.
33323         * debug/Versions (libc: GLIBC_2.4): Move getlogin_r_chk to ...
33324         * login/Versions (libc: GLIBC_2.4): ... here.
33326         * io/poll.c (__poll): Renamed from poll.
33327         Add libc_hidden_def.
33328         (poll): Define as weak alias.
33330         * debug/ptsname_r_chk.c: Moved to ...
33331         * login/ptsname_r_chk.c: ... here.
33332         * debug/Makefile (routines): Move ptsname_r_chk to ...
33333         * login/Makefile (routines): ... here.
33334         * debug/Versions (libc: GLIBC_2.4): Move __ptsname_r_chk to ...
33335         * login/Versions (libc: GLIBC_2.4): ... here.
33337         * posix/getlogin.c: Moved to ...
33338         * login/getlogin.c: ... here.
33339         * posix/getlogin_r.c: Moved to ...
33340         * login/getlogin_r.c: ... here.
33341         * posix/getlogin_r.c: Moved to ...
33342         * login/getlogin_r.c: ... here.
33343         * posix/Makefile (routines): Move getlogin, getlogin_r, setlogin to ...
33344         * login/Makefile (routines): ... here.
33345         * posix/Versions (libc: GLIBC_2.0): Move setlogin to ...
33346         * login/Versions (libc: GLIBC_2.0): ... here.
33348         * resource/setrlimit.c (__setrlimit): Renamed from setrlimit.
33349         (setrlimit): Define as weak alias.
33351         * sysdeps/posix/truncate.c (__truncate): Renamed from truncate.
33352         Call __ names for open, ftruncate, and close.
33353         For LENGTH==0 case, just use O_TRUNC rather than calling ftruncate.
33354         (truncate): Define as weak alias.
33356 2013-05-06  Joseph Myers  <joseph@codesourcery.com>
33358         * math/gen-libm-test.pl (parse_args): Initialize x before each
33359         test of frexp, modf and remquo.
33361         * math/libm-test.inc (gamma_test): Consistently use TEST_f_f1 to
33362         test signgam value.
33364 2013-05-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
33366         [BZ #15418]
33367         [BZ #15419]
33368         * sysdeps/powerpc/fpu/e_hypot.c: Fix spurious FP exception generated by
33369         internal tests.
33370         * sysdeps/powerpc/fpu/e_hypotf.c: Likewise.
33372 2013-05-06  Roland McGrath  <roland@hack.frob.com>
33374         * elf/dl-writev.h: New file.
33375         * elf/dl-misc.c: Include it.
33376         (_dl_debug_vdprintf): Call _dl_writev instead of __writev et al.
33377         * sysdeps/unix/sysv/linux/dl-writev.h: New file.
33379 2013-05-04  Joseph Myers  <joseph@codesourcery.com>
33381         * math/libm-test.inc (noXFails): Remove variable.
33382         (noXPasses): Likewise.
33383         (BUILD_COMPLEX_INT): Remove macro.
33384         (print_screen): Remove xfail argument.
33385         (print_screen_max_error): Likewise.
33386         (update_stats): Likewise.
33387         (print_max_error): Likewise.  Update calls to other affected
33388         functions.
33389         (print_complex_max_error): Likewise.
33390         (test_single_exception): Update calls to print_screen.
33391         (test_single_errno): Likewise.
33392         (check_float_internal): Remove xfail argument.  Update calls to
33393         other affected functions.
33394         (check_float): Likewise.
33395         (check_complex): Likewise.
33396         (check_int): Likewise.
33397         (check_long): Likewise.
33398         (check_bool): Likewise.
33399         (check_longlong): Likewise.
33400         (main): Don't print noXFails and noXPasses.
33401         * math/gen-libm-test.pl (top level): Don't mention expected
33402         failure handling in comment.
33403         (new_test): Don't handle expected failures.
33404         (parse_args): Don't mention expected failure handling in comment.
33405         (generate_testfile): Don't handle expected failures.
33406         (parse_ulps): Likewise.
33407         (print_ulps_file): Likewise.
33408         (get_failure): Remove function.
33409         (output_test): Don't handle expected failures.
33410         * make/README.libm-test: Don't mention expected failure handling.
33412         * math/libm-test.inc (plus_zero): Make const.  Add initializer.
33413         (minus_zero): Likewise.
33414         (plus_infty): Likewise.
33415         (minus_infty): Likewise.
33416         (qnan_value): Likewise.
33417         (max_value): Likewise.
33418         (min_value): Likewise.
33419         (min_subnorm_value): Likewise.
33420         (initialize): Do not initialize those variables dynamically.
33422 2013-05-03  Roland McGrath  <roland@hack.frob.com>
33424         * io/open.c (__open_2): Moved to ...
33425         * io/open_2.c: ... this new file.
33426         * io/open64.c (__open64_2): Moved to ...
33427         * io/open64_2.c: ... this new file.
33428         * io/openat.c (__openat_2): Moved to ...
33429         * io/openat_2.c: ... this new file.
33430         * io/openat64.c (__openat64_2): Moved to ...
33431         * io/openat64_2.c: ... this new file.
33432         * io/Makefile (routines): Add them.
33433         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Remove them.
33434         * sysdeps/unix/sysv/linux/open_2.c: File removed.
33435         * sysdeps/unix/sysv/linux/open64_2.c: File removed.
33436         * sysdeps/unix/sysv/linux/openat.c (__OPENAT_2): Removed.
33437         * sysdeps/unix/sysv/linux/openat64.c (__OPENAT_2): Removed.
33438         * sysdeps/unix/sysv/linux/wordsize-64/openat.c (__openat_2): Removed.
33439         (__openat64): Add hidden_ver.
33440         * sysdeps/mach/hurd/open.c (__open_2, __open64_2): Removed.
33441         * sysdeps/mach/hurd/openat.c (__openat_2): Removed.
33443         * elf/dl-sysdep.c (_dl_sysdep_start) [NEED_DL_SYSINFO]:
33444         Separately conditionalize setting of GLRO(dl_sysinfo) so
33445         that the GLRO(dl_sysinfo_dso) test is under [NEED_DL_SYSINFO_DSO]
33446         as well, but the actual setting is only under [NEED_DL_SYSINFO].
33448 2013-04-30  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
33450         * sysdeps/unix/sysv/linux/powerpc/Versions: Add __vdso_time symbol.
33451         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h: Add __vdso_time
33452         definition.
33453         (VDSO_IFUNC_RET): Cast to void * to silence compiler warning.
33454         * sysdeps/unix/sysv/linux/powerpc/init-first.c
33455         (_libc_vdso_platform_setup): Add __vdso_time initialization.
33456         * sysdeps/unix/sysv/linux/powerpc/time.c: New file: time implementation
33457         for PowerPC using vDSO where is avaliable or gettimeofday as a fallback.
33459 2013-05-03  Joseph Myers  <joseph@codesourcery.com>
33461         * math/libm-test.inc (lgamma_test): Consistently use TEST_f_f1 to
33462         test signgam value.
33464         * math/libm-test.inc (hypot_test): Do not use
33465         IGNORE_ZERO_INF_SIGN.
33467 2013-05-03  Andreas Jaeger  <aj@suse.de>
33469         * sysdeps/gnu/netinet/tcp.h (TCP_TIMESTAMP): New value, from
33470         Linux 3.9.
33471         * sysdeps/unix/sysv/linux/bits/socket.h (PF_VSOCK, AF_VSOCK): Add.
33472         (PF_MAX): Adjust for VSOCK change.
33474 2013-05-03  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
33476         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
33478 2013-05-02  Carlos O'Donell  <carlos@redhat.com>
33480         [BZ #15264]
33481         * localedata/locales/en_CA (LC_MESSAGES): Define yesstr and nostr.
33482         * localedata/locales/es_AR (LC_MESSAGES): Copy es_ES.
33483         * localedata/locales/es_ES (LC_MESSAGES): Define yesstr and nostr.
33485 2013-05-02  David S. Miller  <davem@davemloft.net>
33487         * sysdeps/sparc/fpu/libm-test-ulps: Update.
33489 2013-05-01  Ondřej Bílka  <neleai@seznam.cz>
33491         * string/bits/string2.h (__strcmp_cg): Call __strcmp_gc.
33493 2013-05-01  Roland McGrath  <roland@hack.frob.com>
33495         * sysdeps/posix/opendir.c: Include <sys/param.h> to get MIN/MAX macros.
33497 2013-05-01  Richard Smith  <richard@metafoo.co.uk>
33499         [BZ #14952]
33500         * misc/sys/cdefs.h (__extern_inline, __extern_always_inline)
33501         [__GNUC__ && (__GNUC_STDC_INLINE__ || __GNUC_GNU_INLINE__)]:
33502         Use __attribute__ ((__gnu_inline__)).
33503         [__GNUC__ && !(__GNUC_STDC_INLINE__ || __GNUC_GNU_INLINE__)]:
33504         Don't use __attribute__ ((__gnu_inline__)).
33506 2013-05-01  Joseph Myers  <joseph@codesourcery.com>
33508         [BZ #15423]
33509         * math/s_catan.c (__catan): Handle small real or imaginary part of
33510         input specially to avoid spurious underflow.
33511         * math/s_catanf.c (__catanf): Likewise.
33512         * math/s_catanh.c (__catanh): Likewise.
33513         * math/s_catanhf.c (__catanhf): Likewise.
33514         * math/s_catanhl.c (__catanhl): Likewise.
33515         * math/s_catanl.c (__catanl): Likewise.
33516         * math/libm-test.inc (catan_test): Add more tests.
33517         (catanh_test): Likewise.
33518         * sysdeps/i386/fpu/libm-test-ulps: Update.
33519         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
33521 2013-04-30  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
33523         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
33525 2013-04-30  Joseph Myers  <joseph@codesourcery.com>
33527         [BZ #15416]
33528         * math/s_catan.c (__catan): Compute expressions 1 - x^2 - y^2 more
33529         accurately for denominator in atan2.
33530         * math/s_catanf.c (__catanf): Likewise.
33531         * math/s_catanh.c (__catanh): Likewise.
33532         * math/s_catanhf.c (__catanhf): Likewise.
33533         * math/s_catanhl.c (__catanhl): Likewise.
33534         * math/s_catanl.c (__catanl): Likewise.
33535         * math/libm-test.inc (catan_test): Add more tests.
33536         (catanh_test): Likewise.
33537         * sysdeps/i386/fpu/libm-test-ulps: Update.
33538         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
33540 2013-04-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
33542         * sysdeps/ieee754/dbl-64/s_sin.c: Format code.
33544         * benchtests/Makefile (bench): Remove slow benchmarks.
33545         * benchtests/atan-inputs: Add slow benchmark inputs.
33546         * benchtests/bench-modf.c (NUM_VARIANTS): Define.
33547         (BENCH_FUNC): Accept variant offset.
33548         (VARIANT): Define.
33549         * benchtests/bench-skeleton.c (main): Run benchmark for each
33550         variant.
33551         * benchtests/cos-inputs: Add slow benchmark inputs.
33552         * benchtests/exp-inputs: Likewise.
33553         * benchtests/pow-inputs: Likewise.
33554         * benchtests/sin-inputs: Likewise.
33555         * benchtests/slowatan-inputs: Remove.
33556         * benchtests/slowatan.c: Remove.
33557         * benchtests/slowcos-inputs: Remove.
33558         * benchtests/slowcos.c: Remove.
33559         * benchtests/slowexp-inputs: Remove.
33560         * benchtests/slowexp.c: Remove.
33561         * benchtests/slowpow-inputs: Remove.
33562         * benchtests/slowpow.c: Remove.
33563         * benchtests/slowsin-inputs: Remove.
33564         * benchtests/slowsin.c: Remove.
33565         * benchtests/slowtan-inputs: Remove.
33566         * benchtests/slowtan.c: Remove.
33567         * benchtests/tan-inputs: Add slow benchmark inputs.
33568         * scripts/bench.pl: Parse comments and directives.
33570         * benchtests/Makefile: Remove *-ITER.  Define BENCH_DURATION
33571         in CPPFLAGS.
33572         ($(objpfx)bench-%.c): Remove *-ITER.
33573         * benchtests/bench-modf.c: Remove definition of ITER.
33574         * benchtests/bench-skeleton.c (TIMESPEC_AFTER): New macro.
33575         (main): Loop for DURATION seconds instead of fixed number of
33576         iterations.
33577         * scripts/bench.pl: Don't expect iterations in parameters.
33579 2013-04-29  Roland McGrath  <roland@hack.frob.com>
33581         * io/fchdir.c (__fchdir): Renamed from fchdir.
33582         (fchdir): Define as weak alias.
33584 2013-04-29  Joseph Myers  <joseph@codesourcery.com>
33586         * math/libm-test.inc (ERRNO_UNCHANGED): New macro.
33587         (ERRNO_EDOM): Likewise.
33588         (ERRNO_ERANGE): Likewise.
33589         (noErrnoTests): New variable.
33590         (init_max_error): Set errno to 0.
33591         (test_single_errno): New function.
33592         (test_errno): Likewise.
33593         (check_float_internal): Call test_errno.  Set errno to 0.
33594         (check_complex): Refer to errno tests in comment.
33595         (check_int): Call test_errno.  Set errno to 0.
33596         (check_long): Likewise.
33597         (check_bool): Likewise.
33598         (check_longlong): Likewise.
33599         (cos_test): Use ERRNO_* flags for errno tests instead of
33600         check_int.
33601         (expm1_test): Likewise.
33602         (fmod_test): Likewise.
33603         (ilogb_test): Likewise.
33604         (lgamma_test): Likewise.
33605         (pow_test): Likewise.
33606         (remainder_test): Likewise.
33607         (sin_test): Likewise.
33608         (tan_test): Likewise.
33609         (yn_test): Likewise.
33610         (initialize): Set errno to 0.
33611         (main): Print number of errno tests.
33612         * math/gen-libm-test.pl (parse_args): Allow ERRNO flags on tests.
33614 2013-04-29  Andreas Jaeger  <aj@suse.de>
33616         [BZ #15084]
33617         * resolv/res_debug.c (p_option): Fix strings for RES_USEBSTRING
33618         and RES_USEVC.
33620         [BZ #15085]
33621         * resolv/resolv.h (RES_NOCHECKNAME): Mark as unimplemented.
33622         * resolv/res_debug.c (p_option): Mark RES_NOCHECKNAME as
33623         unimplemented.
33625         [BZ #15380]
33626         * stdlib/random.c (__initstate): Return NULL if
33627         __initstate fails.
33629         [BZ #15086]
33630         * resolv/res_debug.c (p_option): Handle RES_NOALIASES,
33631         RES_KEEPTSIG, RES_BLAST, RES_NOIP6DOTINT, RES_SNGLKUP,
33632         RES_SNGLKUPREOP.
33634 2013-04-29  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
33636         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
33638 2013-04-29  Joseph Myers  <joseph@codesourcery.com>
33640         * math/libm-test.inc (cacos_test): Add missing semicolons at ends
33641         of individual tests.
33642         (casin_test): Likewise.
33643         (casinh_test): Likewise.
33645 2013-04-27  Joseph Myers  <joseph@codesourcery.com>
33647         [BZ #15409]
33648         * math/s_catan.c (__catan): Handle arguments with large real or
33649         imaginary part separately without squaring.
33650         * math/s_catanf.c (__catanf): Likewise.
33651         * math/s_catanh.c (__catanh): Likewise.
33652         * math/s_catanhf.c (__catanhf): Likewise.
33653         * math/s_catanhl.c [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Undefine
33654         and redefine.
33655         (__catanhl): Handle arguments with large real or imaginary part
33656         separately without squaring.
33657         * math/s_catanl.c [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Undefine
33658         and redefine.
33659         (__catanl): Handle arguments with large real or imaginary part
33660         separately without squaring.
33661         * math/libm-test.inc (catan_test): Add more tests.
33662         (catanh_test): Likewise.
33663         * sysdeps/i386/fpu/libm-test-ulps: Update.
33664         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
33666 2013-04-27  Andreas Jaeger  <aj@suse.de>
33668         [BZ #15007]
33669         * stdlib/stdlib.h: Update guards for qecvt.
33670         * stdlib/bits/stdlib-ldbl.h: Sync guards for qecvt etc with
33671         <stdlib.h>.
33673 2013-04-27  Allan McRae  <allan@archlinux.org>
33675         * sysdeps/i386/fpu/libm-test-ulps: Update.
33677 2013-04-26  Joseph Myers  <joseph@codesourcery.com>
33679         [BZ #15406]
33680         * math/s_catan.c: Include <float.h>.
33681         (__catan): Ensure underflow exception occurs for underflowed
33682         result.
33683         * math/s_catanf.c: Include <float.h>.
33684         (__catanf): Ensure underflow exception occurs for underflowed
33685         result.
33686         * math/s_catanh.c: Include <float.h>.
33687         (__catanh): Ensure underflow exception occurs for underflowed
33688         result.
33689         * math/s_catanhf.c: Include <float.h>.
33690         (__catanhf): Ensure underflow exception occurs for underflowed
33691         result.
33692         * math/s_catanhl.c: Include <float.h>.
33693         (__catanhl): Ensure underflow exception occurs for underflowed
33694         result.
33695         * math/s_catanl.c: Include <float.h>.
33696         (__catanl): Ensure underflow exception occurs for underflowed
33697         result.
33698         * math/libm-test.inc (catan_test): Add more tests.
33699         (catanh_test): Likewise.
33701         [BZ #15405]
33702         * math/s_ccosh.c (__ccosh): Ensure underflow exception occurs for
33703         underflowed result.
33704         * math/s_ccoshf.c (__ccoshf): Likewise.
33705         * math/s_ccoshl.c (__ccoshl): Likewise.
33706         * math/s_csin.c (__csin): Likewise.
33707         * math/s_csinf.c (__csinf): Likewise.
33708         * math/s_csinh.c (__csinh): Likewise.
33709         * math/s_csinhf.c (__csinhf): Likewise.
33710         * math/s_csinhl.c (__csinhl): Likewise.
33711         * math/s_csinl.c (__csinl): Likewise.
33712         * math/libm-test.inc (ccos_test): Add more tests.
33713         (ccosh_test): Likewise.
33714         (csin_test): Likewise.
33715         (csinh_test): Likewise.
33717 2013-04-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
33719         * sysdeps/powerpc/power5/fpu/s_modf.c: Moved to ...
33720         * sysdeps/powerpc/power5+/fpu/s_modf.c: ... this.
33721         * sysdeps/powerpc/power5/fpu/s_modff.c: Moved to ...
33722         * sysdeps/powerpc/power5+/fpu/s_modff.c: ... this.
33723         * sysdeps/powerpc/powerpc32/power5+/Implies: Add powerpc/power5+ and
33724         powerpc/power5+/fpu folders.
33725         * sysdeps/powerpc/powerpc64/power5+/Implies: Likewise.
33728 2013-04-26  Markus Trippelsdorf  <markus@trippelsdorf.de>
33730         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
33732 2013-04-25  Joseph Myers  <joseph@codesourcery.com>
33734         * elf/Makefile [$(config-machine) = x86_64] (tests): Remove
33735         additions to variable.
33736         [$(config-machine) = x86_64] (modules-names): Likewise.
33737         ($(objpfx)tst-audit3): Remove dependency.
33738         ($(objpfx)tst-audit3.out): Likewise.
33739         ($(objpfx)tst-audit4): Likewise.
33740         ($(objpfx)tst-audit4.out): Likewise.
33741         ($(objpfx)tst-audit5): Likewise.
33742         ($(objpfx)tst-audit5.out): Likewise.
33743         ($(objpfx)tst-audit6): Likewise.
33744         ($(objpfx)tst-audit6.out): Likewise.
33745         ($(objpfx)tst-audit7): Likewise.
33746         ($(objpfx)tst-audit7.out): Likewise.
33747         (tst-audit3-ENV): Remove variable.
33748         (tst-audit4-ENV): Likewise.
33749         (tst-audit5-ENV): Likewise.
33750         (tst-audit6-ENV): Likewise.
33751         (tst-audit7-ENV): Likewise.
33752         [$(config-cflags-avx) = yes] (AVX-CFLAGS): Likewise.
33753         [$(config-cflags-avx) = yes] (CFLAGS-tst-audit4.c): Remove
33754         addition to variable.
33755         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod4a.c): Likewise.
33756         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod4b.c): Likewise.
33757         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod6b.c): Likewise.
33758         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod6c.c): Likewise.
33759         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod7b.c): Likewise.
33760         * sysdeps/x86_64/Makefile [$(subdir) = elf] (tests): Add
33761         tst-audit3, tst-audit4 and tst-audit5.
33762         [$(subdir) = elf && $(config-cflags-avx) = yes] (tests): Add
33763         tst-audit6 and tst-audit7.
33764         [$(subdir) = elf] (modules-names): Add audit modules for those
33765         tests.
33766         [$(subdir) = elf] ($(objpfx)tst-audit3): New dependency.
33767         [$(subdir) = elf] ($(objpfx)tst-audit3.out): Likewise.
33768         [$(subdir) = elf] ($(objpfx)tst-audit4): Likewise.
33769         [$(subdir) = elf] ($(objpfx)tst-audit4.out): Likewise.
33770         [$(subdir) = elf] ($(objpfx)tst-audit5): Likewise.
33771         [$(subdir) = elf] ($(objpfx)tst-audit5.out): Likewise.
33772         [$(subdir) = elf] ($(objpfx)tst-audit6): Likewise.
33773         [$(subdir) = elf] ($(objpfx)tst-audit6.out): Likewise.
33774         [$(subdir) = elf] ($(objpfx)tst-audit7): Likewise.
33775         [$(subdir) = elf] ($(objpfx)tst-audit7.out): Likewise.
33776         [$(subdir) = elf] (tst-audit3-ENV): New variable.
33777         [$(subdir) = elf] (tst-audit4-ENV): Likewise.
33778         [$(subdir) = elf] (tst-audit5-ENV): Likewise.
33779         [$(subdir) = elf] (tst-audit6-ENV): Likewise.
33780         [$(subdir) = elf] (tst-audit7-ENV): Likewise.
33781         [$(subdir) = elf && $(config-cflags-avx) = yes] (AVX-CFLAGS):
33782         Likewise.
33783         [$(subdir) = elf && $(config-cflags-avx) = yes]
33784         (CFLAGS-tst-audit4.c): Append $(AVX-CFLAGS).
33785         [$(subdir) = elf && $(config-cflags-avx) = yes]
33786         (CFLAGS-tst-auditmod4a.c): Likewise.
33787         [$(subdir) = elf && $(config-cflags-avx) = yes]
33788         (CFLAGS-tst-auditmod4b.c): Likewise.
33789         [$(subdir) = elf && $(config-cflags-avx) = yes]
33790         (CFLAGS-tst-auditmod6b.c): Likewise.
33791         [$(subdir) = elf && $(config-cflags-avx) = yes]
33792         (CFLAGS-tst-auditmod6c.c): Likewise.
33793         [$(subdir) = elf && $(config-cflags-avx) = yes]
33794         (CFLAGS-tst-auditmod7b.c): Likewise.
33795         * elf/tst-audit3.c: Move to ...
33796         * sysdeps/x86_64/tst-audit3.c: ... here.
33797         * elf/tst-audit4.c: Move to ...
33798         * sysdeps/x86_64/tst-audit4.c: ... here.
33799         * elf/tst-audit5.c: Move to ...
33800         * sysdeps/x86_64/tst-audit5.c: ... here.
33801         * elf/tst-audit6.c: Move to ...
33802         * sysdeps/x86_64/tst-audit6.c: ... here.
33803         * elf/tst-audit7.c: Move to ...
33804         * sysdeps/x86_64/tst-audit7.c: ... here.
33805         * elf/tst-auditmod3a.c: Move to ...
33806         * sysdeps/x86_64/tst-auditmod3a.c: ... here.
33807         * elf/tst-auditmod3b.c: Move to ...
33808         * sysdeps/x86_64/tst-auditmod3b.c: ... here.
33809         * elf/tst-auditmod4a.c: Move to ...
33810         * sysdeps/x86_64/tst-auditmod4a.c: ... here.
33811         * elf/tst-auditmod4b.c: Move to ...
33812         * sysdeps/x86_64/tst-auditmod4b.c: ... here.
33813         * elf/tst-auditmod5a.c: Move to ...
33814         * sysdeps/x86_64/tst-auditmod5a.c: ... here.
33815         * elf/tst-auditmod5b.c: Move to ...
33816         * sysdeps/x86_64/tst-auditmod5b.c: ... here.
33817         * elf/tst-auditmod6a.c: Move to ...
33818         * sysdeps/x86_64/tst-auditmod6a.c: ... here.
33819         * elf/tst-auditmod6b.c: Move to ...
33820         * sysdeps/x86_64/tst-auditmod6b.c: ... here.
33821         * elf/tst-auditmod6c.c: Move to ...
33822         * sysdeps/x86_64/tst-auditmod6c.c: ... here.
33823         * elf/tst-auditmod7a.c: Move to ...
33824         * sysdeps/x86_64/tst-auditmod7a.c: ... here.
33825         * elf/tst-auditmod7b.c: Move to ...
33826         * sysdeps/x86_64/tst-auditmod7b.c: ... here.
33828 2013-04-25  Paul Pluzhnikov  <ppluzhnikov@google.com>
33830         [BZ #15366]
33831         * sysdeps/generic/inttypes.h (PRId8, PRId16, etc.):
33832         define unconditionally.
33833         * sysdeps/generic/stdint.h (INT8_MIN, INT16_MIN, etc.):
33834         define unconditionally.
33835         (INT8_C, INT16_C, etc.): Likewise.
33837 2013-04-25  Maciej W. Rozycki  <macro@codesourcery.com>
33839         * csu/libc-start.c (__libc_start_main) [!SHARED]: Declare
33840         __ehdr_start with hidden visibility.
33842         * soft-fp/op-common.h (_FP_SQRT): s/sNAN/NAN/ in a comment.
33844 2013-04-24  Carlos O'Donell  <carlos@redhat.com>
33846         * math/libm-test.inc (cos_test): Use accurate hex constants.
33847         (sincost_test): Likewise.
33849 2013-04-24  Joseph Myers  <joseph@codesourcery.com>
33851         * math/libm-test.inc (catan_test): Add more tests.
33852         (catanh_test): Likewise.
33854         * math/s_catanf.c (__catanf): Use suffixed floating-point
33855         constants.
33856         * math/s_catanhf.c (__catanhf): Likewise.
33857         * math/s_catanhl.c (__catanhl): Likewise.
33858         * math/s_catanl.c (__catanl): Likewise.
33860         [BZ #15394]
33861         * math/s_catan.c (__catan): Calculate imaginary part of result
33862         with log1p not log unless computing log of number close to 0.
33863         * math/s_catanf.c (__catanf): Likewise.
33864         * math/s_catanl.c (__catanl): Likewise.
33865         * math/s_catanh.c (__catanh): Calculate real part of result with
33866         log1p not log unless computing log of number close to 0.
33867         * math/s_catanhf.c (__catanhf): Likewise.
33868         * math/s_catanhl.c (__catanhl): Likewise.
33869         * math/libm-test.inc (catan_test): Add more tests.
33870         (catanh_test): Likewise.
33871         * sysdeps/i386/fpu/libm-test-ulps: Update.
33872         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
33874 2013-04-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
33876         * benchtests/Makefile: Mention files in which fast and slow
33877         paths of math functions are implemented.
33879 2013-04-23  Roland McGrath  <roland@hack.frob.com>
33881         * sysdeps/posix/timespec_get.c: New file.
33883 2013-04-23  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
33885         * sysdeps/powerpc/power5/fpu/s_modf.c: New file: modf optimization for
33886         POWER.
33887         * sysdeps/powerpc/power5/fpu/s_modff.c: New file: modff optimization
33888         for POWER.
33889         * sysdeps/powerpc/powerpc64/power5/Implies: Add powerpc/power5 and
33890         powerpc/power5/fpu folders.
33891         * sysdeps/powerpc/powerpc32/power5/Implies: Likewise.
33892         * benchtests/Makefile: Add modf testcase.
33893         * benchtests/bench-modf.c: New file: Benchmark test for mo
33895 2013-04-23  Siddhesh Poyarekar  <siddhesh@redhat.com>
33897         [BZ #14888]
33898         * time/Makefile (tests): Add tst-strptime-whitespace.
33899         * time/strptime_l.c (get_number): Use ISSPACE.
33900         (__strptime_internal): Likewise.
33901         * time/tst-strptime-whitespace.c: New test case.
33903 2013-04-23  Andreas Schwab  <schwab@linux-m68k.org>
33905         * nss/nss_files/files-init.c (TF): Don't initialize flexible array
33906         member.
33907         (_nss_files_init): Set it here.
33909 2013-04-23  Heiko Carstens  <heiko.carstens@de.ibm.com>
33911         * sysdeps/unix/sysv/linux/s390/bits/statfs.h: Change types of
33912         f_type, f_bsize, f_namelen, f_frsize, f_flags,and f_spare to
33913         unsigned.
33915 2013-04-22  Jan-Benedict Glaw  <jbglaw@getslash.de>
33917         * nss/getent.c (shadow_keys): Call endspent, not endpwent.
33919 2013-04-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
33921         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Compute results
33922         size just once.
33924 2013-04-21  David S. Miller  <davem@davemloft.net>
33926         * po/ru.po: Update Russion translation from translation project.
33928 2013-04-17  Adam Conrad  <adconrad@0c3.net>
33930         * sysdeps/unix/sysv/linux/sys/fsuid.h: Remove __wur from setfsuid
33931         and setfsgid.
33933 2013-04-17  Carlos O'Donell  <carlos@redhat.com>
33935         * configure.in: Remove i386 configure warning. Remove i386 case.
33936         * configure: Regenerate.
33937         * sysdeps/i386/configure.in: Raise error if config_machine is i386.
33938         Add example to error message.
33939         * sysdeps/i386/configure: Regenerate.
33941 2013-04-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
33943         * benchtests/Makefile (bench): Add cos, tan, slowcos and
33944         slowtan.
33945         * benchtests/cos-inputs: New file.
33946         * benchtests/slowcos-inputs: New file.
33947         * benchtests/slowcos.c: New file.
33948         * benchtests/slowtan-inputs: New file.
33949         * benchtests/slowtan.c: New file.
33950         * benchtests/tan-inputs: New file.
33952 2013-04-16  Roland McGrath  <roland@hack.frob.com>
33954         * rt/tst-aio7.c (do_test): Don't test O_RDONLY fd case, which is now
33955         considered kosher.
33957 2013-04-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
33959         * benchtests/Makefile: Include cppflags-iterator.mk to add
33960         -DNOT_IN_libc=1 to CPPFLAGS of all benchmark programs.
33962         * Makefile.in (bench-clean): New target.
33963         * benchtests/Makefile (bench-clean): Likewise.
33965 2013-04-16  David Holsgrove  <david.holsgrove@xilinx.com>
33967         * elf/elf.h: Add EM_MICROBLAZE and MicroBlaze relocations.
33969 2013-04-15  Thomas Schwinge  <thomas@codesourcery.com>
33971         * stdio-common/tstdiomisc.c: Fix coding-style violation.
33973 2013-04-15  Andreas Schwab  <schwab@suse.de>
33975         * nscd/grpcache.c (cache_addgr): Properly check for short write.
33976         * nscd/initgrcache.c (addinitgroupsX): Likewise.
33977         * nscd/pwdcache.c (cache_addpw): Likewise.
33978         * nscd/servicescache.c (cache_addserv): Likewise.  Don't write
33979         more than recsize.
33981 2013-04-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
33983         * benchtests/Makefile (bench): Write all output to
33984         bench-out.tmp together.
33986 2013-04-15  Andreas Schwab  <schwab@suse.de>
33988         * nscd/nscd.c (main): Don't fork again after closing files.
33990 2013-04-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
33992         * libio/tst-fwrite-error.c (do_test): Fix BUF array definition.
33994         * benchtests/Rules (bench-deps): Collect dependencies into a
33995         single variable.  Add Makefile to dependencies.
33996         ($(objpfx)bench-%.c): Depend on bench-deps.
33998 2013-04-12  Roland McGrath  <roland@hack.frob.com>
33999             Xavier Roche  <roche+kml2@exalead.com>
34001         [BZ #15361]
34002         * sysdeps/pthread/aio_fsync.c (aio_fsync): Don't check open modes,
34003         just that it's a file descriptor.
34004         * manual/llio.texi (Synchronizing AIO Operations): Update description
34005         for EBADF error from aio_fsync.
34007 2013-04-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
34009         * Rules (bench): Move target definition...
34010         * benchtests/Makefile: ... here.
34012 2013-04-11  Carlos O'Donell  <carlos@redhat.com>
34014         * math/libm-test.inc (cos_test): Fix PI/2 test.
34015         (sincos_test): Likewise.
34016         * sysdeps/x86_64/fpu/libm-test-ulps: Regenerate.
34017         * sysdeps/i386/fpu/libm-test-ulps: Regenerate.
34019 2013-04-11  Andreas Schwab  <schwab@suse.de>
34021         [BZ #13988]
34022         * stdio-common/vfscanf.c (_IO_vfwscanf): When parsing a float
34023         accept exponent character only when digits were seen.
34024         * stdio-common/Makefile (tests): Add bug26.
34025         * stdio-common/bug26.c: New file.
34027         [BZ #14293]
34028         * elf/dl-load.c (_dl_init_paths): Mark decomposed RUNPATH as
34029         non-freeable.
34031 2013-04-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
34033         * Makeconfig (rtld-prefix): Define built linker prefix.
34034         * Rules (run-bench): Use it.
34035         * math/Makefile (run-regen-ulps): Likewise.
34037         * Rules (bench): Remove eval.
34039 2013-04-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
34040             Roland McGrath  <roland@hack.frob.com>
34041             Ondrej Bilka  <neleai@seznam.cz>
34043         [BZ #15346]
34044         * time/getdate.c: Include ctype.h and alloca.h.
34045         (__getdate_r): Trim leading and trailing spaces of input.
34046         * time/tst-getdate.c (tests): Add tests with leading and
34047         trailing spaces.
34049 2013-04-08  Roland McGrath  <roland@hack.frob.com>
34051         [BZ #14280]
34052         * sysdeps/mach/hurd/bits/ioctls.h (_IOTS): Cast to enum __ioctl_datum
34053         when computing value.
34055 2013-04-06  Carlos O'Donell  <carlos@redhat.com>
34057         * math/README.libm-test (How can I generate "libm-test-ulps"?):
34058         Use testrun.sh to run libm tests.
34060         [BZ #15309]
34061         * elf/dl-open.c (dl_open_worker): memset all of seen array.
34063 2013-04-06  Marko Myllynen  <myllynen@redhat.com>
34065         [BZ #15264]
34066         * locales/fi_FI (LC_MESSAGES): Define yesstr and nostr.
34068 2013-04-06  Carlos O'Donell  <carlos@redhat.com>
34070         * Makefile.in (regen-ulps): New target.
34071         * math/Makefile [ifneq (no,$(PERL)]: Declare regen-ulps with .PHONY.
34072         [ifneq (no,$(PERL)] (run-regen-ulps): New variable.
34073         [ifneq (no,$(PERL)] (regen-ulps): New target.
34074         [ifeq (no,$(PERL)] (regen-ulps): New target.
34075         * math/libm-test.inc (ulps_file_name): Define.
34076         (output_dir): New variable.
34077         (options): Add "output-dir" option.
34078         (parse_opt): Handle 'o' case.
34079         (main): If output_dir is non-NULL use it as a prefix
34080         otherwise use "".
34081         * math/README.libm-test: Update `How can I generate "libm-test-ulps"?'
34083 2013-04-06  Carlos O'Donell  <carlos@redhat.com>
34085         [BZ #10060, #10062]
34086         * aclocal.m4 (LIBC_COMPILER_BUILTIN_INLINED): New macro.
34087         * sysdeps/i386/configure.in: Use LIBC_COMPILER_BUILTIN_INLINED and
34088         fail configure if __sync_val_compare_and_swap is not inlined.
34089         * sysdeps/i386/configure: Regenerate.
34090         * configure.in: Build for i686 when configured for i386.
34091         * configure: Regenerate.
34092         * README: Remove i386 reference.
34094 2013-04-06  Carlos O'Donell  <carlos@redhat.com>
34096         * sysdeps/s390/s390-32/sysdep.h: Undefine PSEUDO before redefinition.
34097         * sysdeps/s390/s390-64/sysdep.h: Likewise.
34099 2013-04-05  Thomas Schwinge  <thomas@codesourcery.com>
34101         * stdio-common/tstdiomisc.c (snanval, msnanval, lsnanval)
34102         (lmsnanval): New variables.
34103         (F): Add conversion tests.
34104         * stdlib/tst-strtod6.c (do_test): Add issignaling tests.
34105         * stdlib/Makefile ($(objpfx)tst-strtod6): Depend on $(link-libm).
34107         * stdio-common/tstdiomisc.c (F): Properly collect individual
34108         tests' results.
34110         [BZ #14686, #15336]
34111         * sysdeps/ieee754/dbl-64/urem.h (nNAN, NAN): Remove definitions.
34112         * sysdeps/ieee754/dbl-64/e_remainder.c (__ieee754_remainder):
34113         Instead, use input NaN values or generate a qNaN by arithmetic
34114         operation.  Also fix bugs to comply with the standard.
34115         * math/libm-test.inc (remainder_test): Add more tests.
34117         [BZ #15335, #15342]
34118         * sysdeps/ieee754/dbl-64/upow.h (NaNQ): Remove definitions.
34119         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Instead, use
34120         input NaN values or generate a qNaN by arithmetic operation.
34122         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Remove
34123         unreachable code.
34125         * sysdeps/ieee754/dbl-64/usncs.h (NAN): Removed unused
34126         definitions.
34128 2013-04-03  Joseph Myers  <joseph@codesourcery.com>
34130         [BZ #14478]
34131         * math/s_cexp.c (__cexp): Ensure underflow exception occurs for
34132         underflowed result.
34133         * math/s_cexpf.c (__cexpf): Likewise.
34134         * math/s_cexpl.c (__cexpl): Likewise.
34135         * math/libm-test.inc (cexp_test): Add more tests.
34137 2013-04-03  Andreas Schwab  <schwab@suse.de>
34139         [BZ #15330]
34140         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Allocate results and
34141         order arrays from heap if bigger than alloca cutoff.
34143 2013-04-03  Thomas Schwinge  <thomas@codesourcery.com>
34145         * sysdeps/i386/fpu/math-tests.h (SNAN_TESTS_float)
34146         (SNAN_TESTS_double): Refer to GCC PR56831.
34147         * sysdeps/powerpc/math-tests.h (SNAN_TESTS_TYPE_CAST): Refer to
34148         GCC PR56828.
34150 2013-04-03  Siddhesh Poyarekar  <siddhesh@redhat.com>
34152         * Rules (bench): Move bench.out after the run is complete.
34154         * Rules (bench): Echo currently running benchmark.
34156         * benchtests/Makefile (bench): Add atan and slowatan.
34157         * benchtests/atan-inputs: New file.
34158         * benchtests/slowatan-inputs: New file.
34159         * benchtests/slowatan.c: New file.
34161         * sysdeps/ieee754/dbl-64/mpa.h (TWO): Remove definition.
34162         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Replace TWO with
34163         its value.
34165         [BZ #15305]
34166         * sysdeps/unix/sysv/linux/kernel-features.h
34167         [__LINUX_KERNEL_VERSION >= 0x02061d]: Define
34168         __ASSUME_XFS_RESTRICTED_CHOWN.
34169         * sysdeps/unix/sysv/linux/pathconf.c
34170         (__statfs_chown_restricted) [!__ASSUME_XFS_RESTRICTED_CHOWN]:
34171         Save and restore errno.
34173 2013-04-02  Joseph Myers  <joseph@codesourcery.com>
34175         [BZ #15327]
34176         * math/s_cacosh.c (__cacosh): Implement for finite nonzero
34177         arguments using __kernel_casinh.
34178         * math/s_cacoshf.c (__cacoshf): Implement for finite nonzero
34179         arguments using __kernel_casinhf.
34180         * math/s_cacoshl.c (__cacoshl): Implement for finite nonzero
34181         arguments using __kernel_casinhl.
34182         * math/libm-test.inc (cacosh_test): Add more tests.
34183         * sysdeps/i386/fpu/libm-test-ulps: Update.
34184         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
34186 2013-04-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
34188         * sysdeps/ieee754/dbl-64/mpa.h (HALFRAD): Define as TWO23.
34189         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Use mantissa_t.
34191         * bench/Makefile (bench): Add sin and slowsin.
34192         * benchtests/sin-inputs: New file.
34193         * benchtests/slowsin-inputs: New file.
34194         * benchtests/slowsin.c: New file.
34196         * benchtests/Makefile: Add benchmarks for slowpow and slowexp.
34197         (bench): Add slowexp and slowpow.
34198         (exp-ITER): Increase iterations.
34199         (pow-ITER): Likewise.
34200         * benchtests/exp-inputs: Change input.
34201         * benchtests/pow-inputs: Likewise.
34202         * benchtests/slowexp-inputs: New file.
34203         * benchtests/slowexp.c: New file.
34204         * benchtests/slowpow-inputs: New file.
34205         * benchtests/slowpow.c: New file.
34207 2013-04-02  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
34209         * sysdeps/powerpc/powerpc32/fpu/s_rint.S: Remove branch prediction
34210         instructions.
34211         * sysdeps/powerpc/powerpc32/fpu/s_rintf.S: Likewise.
34212         * sysdeps/powerpc/powerpc64/fpu/s_rint.S: Likewise.
34213         * sysdeps/powerpc/powerpc64/fpu/s_rintf.S: Likewise.
34214         * benchtests/Makefile: Add rint benchtest.
34215         * benchtests/rint-inputs: Input for rint benchtest.
34217 2013-04-02  Thomas Schwinge  <thomas@codesourcery.com>
34219         * Versions.def (libm): Add GLIBC_2.18.
34220         * include/math.h [!_ISOMAC] (__issignaling, __issignalingf): Add
34221         hidden libm prototypes.
34222         [!_ISOMAC && !__NO_LONG_DOUBLE_MATH] (__issignalingl): Likewise.
34223         * math/Makefile (libm-calls): Add s_issignaling.
34224         * math/Versions (libm: GLIBC_2.18): Add __issignaling,
34225         __issignalingf, __issignalingl.  Adjust all libm.abilist files.
34226         * math/bits/mathcalls.h [__USE_GNU] (__issignaling): New prototype
34227         declaration.
34228         * math/math.h [__USE_GNU] (issignaling): New macro.
34229         * sysdeps/ieee754/flt-32/s_issignalingf.c: New file.
34230         * sysdeps/ieee754/dbl-64/s_issignaling.c: Likewise.
34231         * sysdeps/ieee754/dbl-64/wordsize-64/s_issignaling.c: Likewise.
34232         * sysdeps/ieee754/ldbl-96/s_issignalingl.c: Likewise.
34233         * sysdeps/ieee754/ldbl-128/s_issignalingl.c: Likewise.
34234         * sysdeps/ieee754/ldbl-128ibm/s_issignalingl.c: Likewise.
34235         * manual/arith.texi (issignaling): New section.
34236         * manual/libm-err-tab.pl (@all_functions): Update comment.
34237         * math/gen-libm-test.pl (parse_args): Apply special handling for
34238         issignaling.
34239         * math/libm-test.inc (print_float, issignaling_test): New
34240         functions.
34241         (check_float_internal): Add issignaling checks.
34242         * sysdeps/generic/math-tests.h (SNAN_TESTS_TYPE_CAST): Provide
34243         default definition.
34244         * sysdeps/powerpc/math-tests.h: New file.
34245         * math/basic-test.c (TEST_FUNC, TEST_TRUNC): Add issignaling
34246         tests.
34247         * math/test-snan.c (TEST_FUNC): Likewise.
34249 2013-03-30  David S. Miller  <davem@davemloft.net>
34251         * po/de.po: Update from translation team.
34253 2013-03-30  Joseph Myers  <joseph@codesourcery.com>
34255         [BZ #10357]
34256         * math/k_casinh.c (__kernel_casinh): Handle arguments with
34257         imaginary part less than 1.0 and real part less than 0.5
34258         specially.
34259         * math/k_casinhf.c (__kernel_casinhf): Likewise.
34260         * math/k_casinhl.c (__kernel_casinhl): Likewise.
34261         * math/libm-test.inc (UNDERFLOW_EXCEPTION_OK_DOUBLE): New macro.
34262         (cacos_test): Add more tests.
34263         (casin_test): Likewise.
34264         (casinh_test): Likewise.
34265         * sysdeps/i386/fpu/libm-test-ulps: Update.
34266         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
34268 2013-03-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
34270         * sysdeps/powerpc/power4/fpu/mpa-arch.h (INTEGER_OF): Replace
34271         ONE with its value.
34273         * sysdeps/ieee754/dbl-64/mpa.h (ONE, MONE): Remove defines.
34274         (__pow_mp): Replace ONE and MONE with their values.
34275         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Likewise.
34276         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Likewise.
34277         * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Likewise.
34278         * sysdeps/ieee754/dbl-64/mptan.c (__mptan): Likewise.
34279         * sysdeps/ieee754/dbl-64/s_atan.c (atan): Likewise.
34280         * sysdeps/ieee754/dbl-64/s_tan.c (tan): Likewise.
34282         * sysdeps/ieee754/dbl-64/s_tan.c: Fix formatting.
34284         * sysdeps/ieee754/dbl-64/mpa.h (ZERO, MZERO): Remove defines.
34285         (__pow_mp): Replace ZERO and MZERO with their values.
34286         * sysdeps/ieee754/dbl-64/e_atan2.c (__ieee754_atan2): Likewise.
34287         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Likewise.
34288         * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Likewise.
34289         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Likewise.
34290         * sysdeps/ieee754/dbl-64/s_atan.c (atan): Likewise.
34291         * sysdeps/powerpc/power4/fpu/mpa.c (__mul): Likewise.
34292         (__sqr): Likewise.
34294         * sysdeps/ieee754/dbl-64/s_atan.c: Fix formatting.
34296         * sysdeps/ieee754/dbl-64/e_log.c: Fix formatting.
34298 2013-03-28  Roland McGrath  <roland@hack.frob.com>
34300         * include/stdlib.h [!SHARED] (__call_tls_dtors):
34301         Declare with __attribute__ ((weak)).
34302         * stdlib/exit.c (__libc_atexit) [!SHARED]:
34303         Call __call_tls_dtors only if it's not NULL.
34305 2013-03-28  Roland McGrath  <roland@hack.frob.com>
34307         * csu/libc-start.c (__libc_start_main) [!SHARED]: If _dl_aux_init
34308         didn't do it already, then set _dl_phdr and _dl_phnum based on the
34309         magic __ehdr_start linker symbol if it's defined.
34310         * sysdeps/mach/hurd/i386/init-first.c (init1) [!SHARED]: Don't set
34311         them up here if it was already done.
34313         * elf/dl-support.c (_dl_phdr): Make pointer to const.
34314         (_dl_aux_init): Use const in cast when setting it.
34315         * sysdeps/mach/hurd/i386/init-first.c (init1): Remove superfluous cast.
34316         * sysdeps/generic/ldsodefs.h [!SHARED] (_dl_phdr): Update decl.
34317         * csu/libc-tls.c (__libc_setup_tls): Make PHDR pointer to const.
34319         * sysdeps/generic/ldsodefs.h [!SHARED] (_dl_phdr, _dl_phnum):
34320         Declare them here.
34321         * elf/dl-iteratephdr.c [!SHARED] (_dl_phdr, _dl_phnum): Not here.
34322         * csu/libc-tls.c: Nor here.
34323         * sysdeps/mach/hurd/i386/init-first.c (init1): Nor here.
34325         * sysdeps/posix/libc_fatal.c: Don't include <sys/syslog.h>.
34326         (__libc_message): Never call vsyslog.
34328 2013-03-28  Alan Modra  <amodra@gmail.com>
34330         * sysdeps/powerpc/powerpc32/start.S (cfi_startproc, cfi_endproc):
34331         Define as empty.
34332         * sysdeps/powerpc/powerpc64/start.S (cfi_startproc, cfi_endproc):
34333         Likewise.
34335 2013-03-28  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
34337         [BZ #15214]
34338         * sysdeps/ieee754/ldbl-128ibm/e_logl.c (__ieee754_logl): Fix spurious
34339         underflow.
34340         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
34342 2013-03-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
34344         [BZ #15304]
34345         * hesiod/nss_hesiod/hesiod-grp.c (_nss_hesiod_initgroups_dyn):
34346         Don't add gid passed as argument.
34348         * sysdeps/ieee-754/dbl-64/e_atan2.c: Reformat.
34350 2013-03-27  Joseph Myers  <joseph@codesourcery.com>
34352         [BZ #15307]
34353         * math/k_casinh.c (__kernel_casinh): Handle arguments with
34354         imaginary part between 1.0 and 1.5 and real part less than 0.5
34355         specially.
34356         * math/k_casinhf.c (__kernel_casinhf): Likewise.
34357         * math/k_casinhl.c (__kernel_casinhl): Likewise.
34358         * math/libm-test.inc (cacos_test): Add more tests.
34359         (casin_test): Likewise.
34360         (casinh_test): Likewise.
34361         * sysdeps/i386/fpu/libm-test-ulps: Update.
34362         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
34364 2013-03-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
34366         * sysdeps/ieee754/dbl-64/mpa.c (__acr): Use integral
34367         constants.
34368         (norm): Likewise.
34369         (denorm): Likewise.
34370         (__dbl_mp): Likewise.
34371         (add_magnitudes): Likewise.
34372         (sub_magnitudes): Likewise.
34373         (__add): Likewise.
34374         (__sub): Likewise.
34375         (__mul): Likewise.
34376         (__sqr): Likewise.
34377         (__inv): Likewise.
34378         (__dvd): Likewise.
34380         * sysdeps/ieee754/dbl-64/branred.c (__branred): Remove
34381         commented code.
34382         * sysdeps/ieee754/dbl-64/dosincos.c (__dubsin): Likewise.
34383         (__dubcos): Likewise.
34384         * sysdeps/ieee754/dbl-64/e_asin.c (__ieee754_asin): Likewise.
34385         (__ieee754_acos): Likewise.
34386         * sysdeps/ieee754/dbl-64/e_atan2.c (__ieee754_atan2): Likewise.
34387         * sysdeps/ieee754/dbl-64/e_exp.c (__ieee754_exp): Likewise.
34388         (__exp1): Likewise.
34389         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Likewise.
34390         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Likewise.
34391         (log1): Likewise.
34392         (my_log2): Likewise.
34393         (checkint): Likewise.
34394         * sysdeps/ieee754/dbl-64/e_remainder.c
34395         (__ieee754_remainder): Likewise.
34396         * sysdeps/ieee754/dbl-64/s_atan.c (atan): Likewise.
34397         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Likewise.
34398         (bsloww): Likewise.
34399         * sysdeps/ieee754/dbl-64/s_tan.c (tan): Likewise.
34401         * sysdeps/ieee754/dbl-64/mpa-arch.h: New file.
34402         * sysdeps/ieee754/dbl-64/mpa.c (norm): Use MANTISSA_T and
34403         MANTISSA_STORE_T to store computations on mantissa.  Use
34404         macros for rounding and division.
34405         (denorm): Likewise.
34406         (__dbl_mp): Likewise.
34407         (add_magnitudes): Likewise.
34408         (sub_magnitudes): Likewise.
34409         (__mul): Likewise.
34410         (__sqr): Likewise.
34411         * sysdeps/ieee754/dbl-64/mpa.h: Include mpa-arch.h.  Define
34412         powers of two in terms of TWOPOW macro.
34413         (mp_no): Make type of mantissa as MANTISSA_T.
34414         [!RADIXI]: Define RADIXI.
34415         [!TWO52]: Define TWO52.
34416         * sysdeps/powerpc/power4/fpu/mpa-arch.h: New file.
34418 2013-03-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
34420         * sysdeps/powerpc/fpu/s_llround.c: Fix libm ABI issue with missing
34421         llroundl symbol when building for PPC32.
34423 2013-03-24  Mark H Weaver  <mhw@netris.org>
34425         * manual/arith.texi (Normalization Functions): Fix prototypes for
34426         scalbn, scalbnf, scalbnl, scalbln, scalblnf, and scalblnl.
34428 2013-03-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
34430         [BZ #13889]
34431         * sysdeps/ieee754/ldbl-128ibm/e_expl.c (__ieee754_expl): Increase the
34432         high value to check if expl overflow.
34433         * sysdeps/ieee754/ldbl-128ibm/w_expl.c (__expl): Fix threshold constants
34434         to check for underflow and overflow.
34435         * math/libm-test.inc: Add exp test.
34437 2013-03-21  Dmitry V. Levin  <ldv@altlinux.org>
34439         [BZ #11120]
34440         * sysdeps/x86_64/strcmp.S: Replace all occurrences of NOT_IN_lib
34441         with NOT_IN_libc.
34443 2013-03-21  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
34445         * sysdeps/powerpc/fpu/w_sqrt.c (compat_symbol): Add sqrtl compat
34446         symbol.
34448 2013-03-21  Thomas Schwinge  <thomas@codesourcery.com>
34450         * math/gen-libm-test.pl (parse_args, special_functions): Properly
34451         wrap blocks consisting of several statements.
34453         * sysdeps/generic/math-tests.h: New file.
34454         * sysdeps/i386/fpu/math-tests.h: Likewise.
34455         * math/test-snan.c: Include it.
34456         (TEST_FUNC): Use SNAN_TESTS to short-circuit certain tests.
34458 2013-03-21  Joseph Myers  <joseph@codesourcery.com>
34460         [BZ #15285]
34461         * sysdeps/ieee754/ldbl-128/e_j0l.c: Include <float.h>.
34462         (__ieee754_j0l): Do not improve calculations using cos of twice
34463         input for inputs above LDBL_MAX / 2.0L.
34464         (__ieee754_y0l): Likewise.
34465         * sysdeps/ieee754/ldbl-128/e_j1l.c: Include <float.h>.
34466         (__ieee754_j1l): Do not improve calculations using cos of twice
34467         input for inputs above LDBL_MAX / 2.0L.
34468         (__ieee754_y1l): Likewise.
34469         * math/libm-test.inc (j0_test): Add another test.
34470         (j1_test): Likewise.
34471         (y0_test): Likewise.
34472         (y1_test): Likewise.
34473         * sysdeps/i386/fpu/libm-test-ulps: Update.
34475 2013-03-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
34477         * Rules ($(objpfx)bench-%.c): Include code from a C source
34478         file.
34480 2013-03-21  Joseph Myers  <joseph@codesourcery.com>
34482         [BZ #15287]
34483         * math/k_casinh.c (__kernel_casinh): Handle arguments with
34484         imaginary part 1.0 and real part less than 0.5 specially.
34485         * math/k_casinhf.c (__kernel_casinhf): Likewise.
34486         * math/k_casinhl.c (__kernel_casinhl): Likewise.
34487         * math/libm-test.inc (cacos_test): Add more tests.
34488         (casin_test): Likewise.
34489         (casinh_test): Likewise.
34490         * sysdeps/i386/fpu/libm-test-ulps: Update.
34491         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
34493 2013-03-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
34495         * sysdeps/ieee754/dbl-64/mpsqrt.c (__mpsqrt): Use HALFRAD.
34496         * sysdeps/ieee754/dbl-64/sincos32.c (__mpranred): Likewise.
34498 2013-03-20  Joseph Myers  <joseph@codesourcery.com>
34500         * aclocal.m4 (LIBC_CONFIG_VAR): New autoconf macro.
34501         * config.make.in (config-cflags-sse4): Remove variable.
34502         (config-cflags-avx): Likewise.
34503         (config-cflags-sse2avx): Likewise.
34504         (config-cflags-novzeroupper): Likewise.
34505         (config-asflags-i686): Likewise.
34506         (have-mfma4): Likewise.
34507         (have-as-vis3): Likewise.
34508         (MIG): Likewise.
34509         * configure.in (MIG): Do not AC_SUBST.
34510         (libc_cv_cc_nofma): Move AC_SUBST next to configure test.
34511         (libc_cv_cc_sse4): Do not AC_SUBST.
34512         (libc_cv_cc_avx): Likewise.
34513         (libc_cv_cc_sse2avx): Likewise.
34514         (libc_cv_cc_novzeroupper): Likewise.
34515         (libc_cv_cc_fma4): Likewise.
34516         (libc_cv_as_i686): Likewise.
34517         (libc_cv_sparc_as_vis3): Likewise.
34518         * sysdeps/i386/configure.in (config-cflags-sse4): Set using
34519         LIBC_CONFIG_VAR.
34520         (config-asflags-i686): Likewise.
34521         (config-cflags-avx): Likewise.
34522         (config-cflags-sse2avx): Likewise.
34523         (have-mfma4): Likewise.
34524         (config-cflags-novzeroupper): Likewise.
34525         * sysdeps/mach/configure.in (MIG): Likewise.
34526         * sysdeps/sparc/configure.in (have-as-vis3): Likewise.
34527         * sysdeps/x86_64/configure.in (config-cflags-sse4): Set using
34528         LIBC_CONFIG_VAR.
34529         (config-cflags-avx): Likewise.
34530         (config-cflags-sse2avx): Likewise.
34531         (have-mfma4): Likewise.
34532         (config-cflags-novzeroupper): Likewise.
34533         * configure: Regenerated.
34534         * sysdeps/i386/configure: Likewise.
34535         * sysdeps/mach/configure: Likewise.
34536         * sysdeps/sparc/configure: Likewise.
34537         * sysdeps/x86_64/configure: Likewise.
34539 2013-03-20  Roland McGrath  <roland@hack.frob.com>
34541         [BZ #14812]
34542         * locale/programs/localedef.c (options): Put N_ translation marker
34543         on argument names, not just descriptions.
34545 2013-03-20  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
34547         * Makerules ($(inst_libdir)/libc.so): Use $(rtlddir).
34549 2013-03-20  Ondřej Bílka  <neleai@seznam.cz>
34551         [BZ #14176]
34552         * stdlib/stdlib.h (mblen, mbtowc, wctomb): Remove __wur.
34554 2013-03-19  Roland McGrath  <roland@hack.frob.com>
34556         * sysdeps/posix/libc_fatal.c: Include <sys/mman.h>.
34557         [!WRITEV_FOR_FATAL] (writev_for_fatal): New function.
34558         [!WRITEV_FOR_FATAL] (WRITEV_FOR_FATAL): New macro; call that.
34559         [!BEFORE_ABORT] (before_abort): New function.
34560         [!BEFORE_ABORT] (BEFORE_ABORT): New macro; call that.
34561         * sysdeps/unix/sysv/linux/libc_fatal.c: Trim includes.
34562         (writev_for_fatal): New function.
34563         (WRITEV_FOR_FATAL): New macro; call that.
34564         (backtrace_and_maps): New function.
34565         (BEFORE_ABORT): New macro; call that.
34566         (struct str_list): Type removed.
34567         (__libc_message, __libc_fatal): Functions removed.
34568         Include <sysdeps/posix/libc_fatal.c> instead.
34570 2013-03-19  Joseph Myers  <joseph@codesourcery.com>
34572         * math/k_casinhf.c (__kernel_casinhf): Consistently use float
34573         constants.
34574         * math/k_casinhl.c (__kernel_casinhl): Consistently use long
34575         double constants.
34577 2013-03-19  Andreas Schwab  <schwab@suse.de>
34579         * sysdeps/gnu/configure.in: Set libc_cv_rtldir for s390x.
34580         * sysdeps/gnu/configure: Regenerate.
34582         * configure.in: Substitute libc_cv_rtlddir.
34583         * configure: Regenerate.
34584         * config.make.in (rtlddir): Set from libc_cv_rtlddir.
34585         * Makeconfig (rtlddir, inst_rtlddir): New variables.
34586         (rtld-LDFLAGS): Use them with $(rtld-installed-name).
34587         * elf/Makefile (install-others, CFLAGS-interp.c)
34588         (ldso_install, common-ldd-rewrite): Likewise.
34589         ($(inst_rtlddir)/$(rtld-installed-name)): Renamed from
34590         $(inst_slibdir)/$(rtld-installed-name).
34591         * scripts/rellns-sh: Add -p option.
34592         * Makerules (make-shlib-link): Use rellns-sh to get relative name
34593         for source.
34595 2013-03-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
34597         * manual/nptl.texi: Renamed to ...
34598         * manual/threads.texi: ... this.
34599         * manual/Makefile (chapters): Update.
34601 2013-03-18  Roland McGrath  <roland@hack.frob.com>
34603         [BZ #14812]
34604         * argp/argp-parse.c (argp_default_options): Put N_ translation marker
34605         on argument names, not just descriptions.
34606         * malloc/memusagestat.c (options): Likewise.
34607         * nss/getent.c (options): Likewise.
34609 2013-03-18  Benno Schulenberg  <bensberg@justemail.net>
34611         [BZ #14812]
34612         * iconv/iconv_prog.c (options): Put N_ translation marker
34613         on argument names, not just descriptions.
34614         * iconv/iconvconfig.c (options): Likewise.
34616 2013-03-18  Ondrej Bilka  <neleai@seznam.cz>
34618         * sysdeps/x86_64/strlen.S: Replace with new SSE2 based
34619         implementation which is faster on all x86_64 architectures.
34620         Tested on AMD, Intel Nehalem, SNB, IVB.
34621         * sysdeps/x86_64/strnlen.S: Likewise.
34623         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines):
34624         Remove all multiarch strlen and strnlen versions.
34625         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Update.
34626         Remove strlen and strnlen related parts.
34628         * sysdeps/x86_64/multiarch/strcat-sse2-unaligned.S: Update.
34629         Inline strlen part.
34630         * sysdeps/x86_64/multiarch/strcat-ssse3.S: Likewise.
34632         * sysdeps/x86_64/multiarch/strlen.S: Remove.
34633         * sysdeps/x86_64/multiarch/strlen-sse2-no-bsf.S: Likewise.
34634         * sysdeps/x86_64/multiarch/strlen-sse2-pminub.S: Likewise.
34635         * sysdeps/x86_64/multiarch/strlen-sse4.S: Likewise.
34636         * sysdeps/x86_64/multiarch/strnlen.S: Likewise.
34637         * sysdeps/x86_64/multiarch/strnlen-sse2-no-bsf.S: Likewise.
34639 2013-03-17  Carlos O'Donell  <carlos@redhat.com>
34641         * manual/memory.texi (Malloc Tunable Parameters):
34642         Sort parameters alphabetically. Add comments for missing entries.
34644 2013-03-17  David S. Miller  <davem@davemloft.net>
34646         * sysdeps/sparc/fpu/libm-test-ulps: Update.
34648 2013-03-16  Joseph Myers  <joseph@codesourcery.com>
34650         [BZ #15283]
34651         * sysdeps/ieee754/ldbl-96/e_j1l.c (__ieee754_y1l): Correct test
34652         for arguments at most half maximum finite value.
34653         * math/libm-test.inc (j0_test): Add more tests.
34654         (j1_test): Likewise.
34655         (y0_test): Likewise.
34656         (y1_test): Likewise.
34657         * sysdeps/i386/fpu/libm-test-ulps: Update.
34658         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
34660         [BZ #14155]
34661         * sysdeps/ieee754/ldbl-128/e_j0l.c (__ieee754_j0l): Do not compute
34662         1 / x and functions P and Q for arguments above 0x1p256L.
34663         (__ieee754_y0l): Likewise.
34664         * sysdeps/ieee754/ldbl-128/e_j1l.c (__ieee754_j1l): Likewise.
34665         (__ieee754_y1l): Likewise.
34666         * math/libm-test.inc (j0_test): Do not allow spurious underflows.
34667         (j1_test): Likewise.
34668         (y0_test): Likewise.
34669         (y1_test): Likewise.
34671 2013-03-16  Thomas Schwinge  <thomas@codesourcery.com>
34673         * math/test-snan.c (TEST_FUNC): Add and use minus_sNaN_var
34674         variable.
34676 2013-03-15  Roland McGrath  <roland@hack.frob.com>
34678         * elf/dl-support.c (_dl_aux_init): Ignore zero value for AT_PAGESZ.
34679         (_dl_non_dynamic_init): Don't set _dl_pagesize; it will never be
34680         zero since it's initialized to EXEC_PAGESIZE.
34682         * sysdeps/unix/sysv/linux/ldsodefs.h
34683         (_dl_non_dynamic_init, _dl_aux_init): Move declarations to ...
34684         * sysdeps/generic/ldsodefs.h: ... here.
34686 2013-03-15  Thomas Schwinge  <thomas@codesourcery.com>
34688         * math/libm-test.inc (ldexp_test): Add missing START/END markers.
34690         * sysdeps/powerpc/fpu/test-powerpc-snan.c: Rename to
34691         math/test-snan.c.
34692         * math/test-snan.c: Renamed from
34693         sysdeps/powerpc/fpu/test-powerpc-snan.c.
34694         * math/Makefile (tests): Add test-snan.
34695         * sysdeps/powerpc/fpu/Makefile (libm-tests): Don't add
34696         test-powerpc-snan.
34698         * math/basic-test.c (TEST_FUNC): Replace NANFUNC argument with
34699         SUFFIX.  Initialize qNaN_var with __builtin_nan family of
34700         functions.
34701         (TEST_TRUNC): Add SUFFIX argument.  Initialize qNaN_var with
34702         __builtin_nan family of functions.
34703         * math/libm-test.inc (initialize): Initialize qnan_value with
34704         __builtin_nan family of functions.
34705         * sysdeps/powerpc/fpu/test-powerpc-snan.c (SNANf, SNAN, SNANl):
34706         Remove variables.
34707         (init_signaling_nan, snan_float, snan_double, snan_ldouble):
34708         Remove functions.
34709         (TEST_FUNC): Add SUFFIX argument.  Move sNaN_var into static
34710         storage class.  Initialize qNaN_var and sNaN_var with
34711         __builtin_nan and __builtin_nans families of functions,
34712         respectively.
34714         * math/libm-test.inc (acosh_test): Also test with qNaN input.
34715         (sqrt_test): Remove duplicate test with qNaN input.
34716         (lrint_test, llrint_test, lround_test, llround_test, rint_test)
34717         (round_test, signbit_test, significand_test): Note missing +/-Inf
34718         as well as qNaN tests.
34720         * math/basic-test.c (TEST_FUNC, TEST_TRUNC): Rename NaN_var to
34721         qNaN_var.  Fix a few strings, too.
34722         * math/libm-test.inc (nan_value): Rename to qnan_value.
34723         * math/gen-libm-test.pl (%beautify): Adjust to that.
34724         * math/bits/mathcalls.h (nan): Refer to qNaN instead of NaN.
34725         * math/test-misc.c (main): Likewise.
34726         * sysdeps/ieee754/bits/nan.h (__nan_bytes, __nan_union): Rename
34727         to __qnan_bytes, and __qnan_union, respectively.
34728         * ports/sysdeps/mips/bits/nan.h (__nan_bytes, __nan_union):
34729         Likewise.
34730         * stdio-common/tstdiomisc.c (nanval, lnanval): Rename to qnanval,
34731         and lqnanval, respectively.
34732         * sysdeps/powerpc/bits/fenv.h: Fix usage of NaN/qNaN/sNaN.
34733         * sysdeps/powerpc/fpu/fenv_libc.h: Likewise.
34734         * sysdeps/powerpc/fpu/test-powerpc-snan.c (TEST_FUNC): Likewise,
34735         and rename NaN_var to qNaN_var, and SNaN_var to sNaN_var.
34737         * math/libm-test.inc (fpstack_test) [__x86_64__]: Enable test.
34738         * math/test-misc.c (main) [__x86_64__]: Enable test for long
34739         doubles.
34741         * math/test-misc.c (main): Fix copy'n'pastos.
34742         * misc/tst-efgcvt.c (special): Likewise.
34744         * stdio-common/printf_fp.c (__isinfl_internal, __isnanl_internal):
34745         Remove declarations.
34747 2013-03-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
34749         * sysdeps/ieee754/dbl-64/mpa-arch.h: Remove.
34750         * sysdeps/ieee754/dbl-64/mpa.c: Revert last change.
34751         * sysdeps/ieee754/dbl-64/mpa.h: Revert last change.
34752         * sysdeps/powerpc/power4/fpu/mpa-arch.h: Remove.
34754 2013-03-15  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
34756         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h (VDSO_IFUNC_RET): Add
34757         macro to return vdso values correctly in IFUNC implementations.
34758         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c (__gettimeofday):
34759         Optimization by using IFUNC.
34761 2013-03-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
34762             Richard Henderson  <rth@redhat.com>
34763             Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
34765         * Makefile.in (bench): New target.
34766         * NEWS: Mention the benchmark framework.
34767         * Rules (bench): Likewise.
34768         (binaries-bench): Generate binaries for functions to
34769         benchmark.
34770         * benchtests/Makefile: New makefile for benchmark tests.
34771         * benchtests/bench-skeleton.c: New skeleton file for benchmark
34772         programs.
34773         * benchtests/exp-inputs: New input file for EXP function.
34774         * benchtests/pow-inputs: New input file for POW function.
34775         * scripts/bench.pl: New script to generate source files for
34776         benchmark programs.
34778 2013-03-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
34780         * sysdeps/ieee754/dbl-64/mpa-arch.h: New file.
34781         * sysdeps/ieee754/dbl-64/mpa.c (norm): Use MANTISSA_T to store
34782         computations on mantissa.  Use macros for rounding and
34783         division.
34784         (denorm): Likewise.
34785         (__dbl_mp): Likewise.
34786         (add_magnitudes): Likewise.
34787         (sub_magnitudes): Likewise.
34788         (__mul): Likewise.
34789         (__sqr): Likewise.
34790         * sysdeps/ieee754/dbl-64/mpa.h: Include mpa-arch.h.  Define
34791         powers of two in terms of TWOPOW macro.
34792         (mp_no): Make type of mantissa as MANTISSA_T.
34793         [!RADIXI]: Define RADIXI.
34794         [!TWO52]: Define TWO52.
34795         * sysdeps/powerpc/power4/fpu/mpa-arch.h: New file.
34797         * manual/nptl.texi (cindex): Modify threads to pthreads.
34799 2013-03-15  Joseph Myers  <joseph@codesourcery.com>
34801         * sysdeps/x86_64/preconfigure: Regenerated.
34803 2013-03-14  Joseph Myers  <joseph@codesourcery.com>
34805         [BZ #14155]
34806         * sysdeps/ieee754/dbl-64/e_j0.c (pzero): Return 1.0 for arguments
34807         0x1p28 and above.
34808         (qzero): Return -0.125 / x for arguments 0x1p28 and above.
34809         * sysdeps/ieee754/dbl-64/e_j1.c (pzero): Return 1.0 for arguments
34810         0x1p28 and above.
34811         (qzero): Return 0.375 / x for arguments 0x1p28 and above.
34812         * math/libm-test.inc (j0_test): Do not allow one spurious
34813         underflow exception.
34814         (y1_test): Likewise.
34816 2013-03-14  Siddhesh Poyarekar  <siddhesh@redhat.com>
34818         * manual/Makefile (chapters): Add nptl.
34819         * manual/debug.texi (Debugging Support): Add link to Threads
34820         chapter.
34821         * manual/nptl.texi: New file.
34823         * sysdeps/unix/sysv/linux/times.c (__times): Fix formatting.
34825 2013-03-14  Petr Baudis  <pasky@ucw.cz>
34827         * sysdeps/unix/sysv/linux/times.c (__times): On EFAULT, test
34828         for non-NULL pointer before the memory validity test. Pointed
34829         out by Holger Brunck <holger.brunck@keymile.com>.
34831 2013-03-13  Andreas Schwab  <schwab@suse.de>
34833         * extra-lib.mk (extra-objs): Add static-only-routines as .oS
34834         instead of .os.
34836 2013-03-13  Joseph Myers  <joseph@codesourcery.com>
34838         * timezone/zic.c: Update from tzcode 2013b.
34840 2013-03-12  Carlos O'Donell  <carlos@redhat.com>
34842         * manual/install.texi (Configuring and compiling):
34843         Mention i686 and i586.
34844         * INSTALL: Regenerate.
34846 2013-03-12  Roland McGrath  <roland@hack.frob.com>
34848         * sysdeps/init_array/elf-init.c: New file.
34849         * csu/elf-init.c
34850         (__libc_csu_init) [!NO_INITFINI]: Conditionalize _init call on this.
34851         (__libc_csu_fini) [!NO_INITFINI]: Conditionalize _fini call on this.
34853         * csu/gmon-start.c [GMON_START_ARRAY_SECTION]: Don't define
34854         __gmon_start__ as global, but as static with a .preinit_array pointer.
34855         * sysdeps/init_array/gmon-start.c: New file.  Use that.
34856         * sysdeps/init_array/crti.S: New file, empty except for comments.
34857         * sysdeps/init_array/crtn.S: Likewise.
34859 2013-03-11  Ondřej Bílka  <neleai@seznam.cz>
34861         * sysdeps/x86_64/memset.S: Remove USE_MULTIARCH conditional for
34862         definining bcopy.
34863         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
34864         Remove Prefer_SSE_for_memop.
34865         * sysdeps/x86_64/multiarch/init-arch.h: Remove
34866         bit_Prefer_SSE_for_memop, index_Prefer_SSE_for_memop,
34867         HAS_PREFER_SSE_FOR_MEMOP.
34868         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Remove
34869         memset-x86-64.
34870         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
34871         Remove bzero, memset ifunc support.
34872         * sysdeps/x86_64/multiarch/bzero.S: Remove file.
34873         * sysdeps/x86_64/multiarch/memset-x86-64.S: Likewise.
34874         * sysdeps/x86_64/multiarch/memset.S: Likewise.
34875         * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
34877 2013-03-11  Andreas Schwab  <schwab@suse.de>
34879         [BZ #15234]
34880         * Versions.def (libpthread): Add GLIBC_2.3, so that it can be used
34881         by SHLIB_COMPAT.
34882         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libpthread.abilist
34883         (GLIBC_2.16): Remove pthread_atfork.
34885 2013-03-08  Paul Pluzhnikov  <ppluzhnikov@google.com>
34887         * posix/Makefile (testcases.h): Set LC_ALL=C before sed.
34888         (ptestcases.h): Likewise.
34890 2013-03-08  Roland McGrath  <roland@hack.frob.com>
34892         * Makeconfig ($(common-objpfx)config.status): Depend on
34893         sysdeps/*/preconfigure{,.in} too.
34895 2013-03-08  Joseph Myers  <joseph@codesourcery.com>
34897         * malloc/malloc.h (__malloc_ptr_t): Remove macro.
34898         (__free_hook): Use void * instead of __malloc_ptr_t.
34899         (__malloc_hook): Likewise.
34900         (__realloc_hook): Likewise.
34901         (__memalign_hook): Likewise.
34902         (__after_morecore_hook): Likewise.
34903         * malloc/arena.c (save_malloc_hook): Likewise.
34904         (save_free_hook): Likewise.
34905         * malloc/hooks.c (malloc_hook_ini): Likewise.
34906         (realloc_hook_ini): Likewise.
34907         (memalign_hook_ini): Likewise.
34908         * malloc/malloc.c (malloc_hook_ini): Likewise.
34909         (realloc_hook_ini): Likewise.
34910         (memalign_hook_ini): Likewise.
34911         (__free_hook): Likewise.
34912         (__malloc_hook): Likewise.
34913         (__realloc_hook): Likewise.
34914         (__memalign_hook): Likewise.
34915         (__libc_malloc): Likewise.
34916         (__libc_free): Likewise.
34917         (__libc_realloc): Likewise.
34918         (__libc_memalign): Likewise.
34919         (__libc_valloc): Likewise.
34920         (__libc_pvalloc): Likewise.
34921         (__libc_calloc): Likewise.
34922         (__posix_memalign): Likewise.
34923         * malloc/morecore.c (__sbrk): Likewise.
34924         (__default_morecore): Likewise.
34926         * malloc/morecore.c (__default_morecore): Use ISO C prototype.
34928         * malloc/malloc.h (__malloc_ptrdiff_t): Remove macro.
34929         * malloc/morecore.c (__default_morecore): Use ptrdiff_t instead of
34930         __malloc_ptrdiff_t.
34932         * malloc/malloc.h (__malloc_size_t): Remove macro.
34933         * malloc/mcheck.c (old_malloc_hook): Use size_t instead of
34934         __malloc_size_t.
34935         (old_memalign_hook): Likewise.
34936         (old_realloc_hook): Likewise.
34937         (struct hdr): Likewise.
34938         (flood): Likewise.
34939         (mallochook): Likewise.
34940         (memalignhook): Likewise.
34941         (reallochook): Likewise.
34942         * malloc/mtrace.c (tr_old_malloc_hook): Likewise.
34943         (tr_old_realloc_hook): Likewise.
34944         (tr_old_memalign_hook): Likewise.
34945         (tr_mallochook): Likewise.
34946         (tr_reallochook): Likewise.
34947         (tr_memalignhook): Likewise.
34949 2013-03-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
34951         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h (ldbl_pack): Rename to
34952         default_ldbl_pack and using as default implementation.
34953         (ldbl_unpack): Rename to default_ldbl_unpack and using as default
34954         implementation.
34955         * sysdeps/powerpc/fpu/math_ldbl.h (ldbl_extract_mantissa): Remove
34956         redundant definition.
34957         (ldbl_insert_mantissa): Likewise.
34958         (ldbl_canonicalize): Likewise.
34959         (ldbl_nearbyint): Likewise.
34960         (ldbl_pack): Rename to ldbl_pack_ppc.
34961         (ldbl_unpack): Rename to ldbl_unpack_ppc.
34962         * sysdeps/unix/sysv/linux/powerpc/Implies: Remove file.
34963         * sysdeps/powerpc/Implies: Add ieee754/ldbl-opt after ieee754/ldbl-128ibm.
34965 2013-03-08  Siddhesh Poyarekar  <siddhesh@redhat.com>
34967         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Move file...
34968         * sysdeps/powerpc/power4/fpu/mpa.c: ... here.
34969         * sysdeps/powerpc/powerpc32/power4/fpu/Makefile: Move file...
34970         * sysdeps/powerpc/power4/fpu/Makefile: ... here.
34971         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Remove file.
34972         * sysdeps/powerpc/powerpc64/power4/fpu/Makefile: Remove file.
34973         * sysdeps/powerpc/powerpc32/power4/Implies: New file.
34974         * sysdeps/powerpc/powerpc64/power4/Implies: New file.
34976 2013-03-07  Andreas Jaeger  <aj@suse.de>
34978         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
34979         bits/mman-linux.h.
34981 2013-03-07  Siddhesh Poyarekar  <siddhesh@redhat.com>
34983         * sysdeps/ieee754/dbl-64/slowexp.c [!USE_LONG_DOUBLE_FOR_MP]:
34984         Include mpa.h and declare __MPEXP.
34985         [USE_LONG_DOUBLE_FOR_MP] (__slowexp): Call __IEEE754_EXPL.
34986         * sysdeps/powerpc/powerpc32/power4/fpu/Makefile
34987         (CPPFLAGS-slowexp.c): Define USE_LONG_DOUBLE_FOR_MP.
34988         * sysdeps/powerpc/powerpc32/power4/fpu/slowexp.c: Remove.
34989         * sysdeps/powerpc/powerpc64/power4/fpu/Makefile
34990         (CPPFLAGS-slowexp.c): Define USE_LONG_DOUBLE_FOR_MP.
34991         * sysdeps/powerpc/powerpc64/power4/fpu/slowexp.c: Remove.
34993         * sysdeps/ieee754/dbl-64/slowpow.c [USE_LONG_DOUBLE_FOR_MP]
34994         (__slowpow): Use long double EXPL and LOGL functions to
34995         compute POW.
34996         * sysdeps/powerpc/powerpc32/power4/fpu/Makefile
34997         (CPPFLAGS-slowpow.c): Define USE_LONG_DOUBLE_FOR_MP.
34998         * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: Remove.
34999         * sysdeps/powerpc/powerpc64/power4/fpu/Makefile
35000         (CPPFLAGS-slowpow.c): Define USE_LONG_DOUBLE_FOR_MP.
35001         * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: Remove.
35003         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__mul): Use
35004         intermediate variable to calculate exponent.
35005         (__sqr): Likewise.
35006         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__mul):
35007         Likewise.
35008         (__sqr): Likewise.
35010         * sysdeps/ieee754/dbl-64/mpa.c [!NO__MUL]: Define __mul.
35011         [!NO__SQR]: Define __sqr.
35012         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: define NO__MUL
35013         and NO__SQR.  Remove all code except __mul and __sqr.  Include
35014         sysdeps/ieee754/dbl-64/mpa.c.
35015         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
35017         [BZ #12723]
35018         * posix/Makefile (tests): Add tst-pathconf.
35019         * posix/tst-pathconf.c: New test case.
35020         * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Remove
35021         _PC_PIPE_BUF.
35022         * sysdeps/unix/sysv/linux/pathconf.c (__pathconf): Likewise.
35024 2013-03-06  Patsy Franklin  <pfrankli@redhat.com>
35026         * io/fcntl.h: Added a comment about AT_EACCESS and AT_REMOVEDIR.
35028 2013-03-06  Andreas Jaeger  <aj@suse.de>
35030         * sysdeps/unix/sysv/linux/bits/mman-linux.h (MAP_ANONYMOUS): Allow
35031         definition via __MAP_ANONYMOUS.
35033         * sysdeps/unix/sysv/linux/s390/bits/mman.h (MAP_GROWSUP): Remove,
35034         it's not part of Linux headers.
35036         * sysdeps/unix/sysv/linux/bits/mman-linux.h (MAP_HUGE_SHIFT): Define.
35037         (MAP_HUGE_MASK): Define.
35039         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h (PTRACE_O_EXIT_KILL):
35040         Define.
35041         (PTRACE_O_MASK): Adjust for PTRACE_O_EXITKILL.
35042         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h (PTRACE_O_EXIT_KILL):
35043         Define.
35044         (PTRACE_O_MASK): Adjust for PTRACE_O_EXITKILL.
35045         * sysdeps/unix/sysv/linux/sys/ptrace.h (PTRACE_O_EXIT_KILL):
35046         Define.
35047         (PTRACE_O_MASK): Adjust for PTRACE_O_EXITKILL.
35048         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h (PTRACE_O_EXITKILL):
35049         Define.
35050         (PTRACE_O_MASK): Adjust for PTRACE_O_EXITKILL.
35052         * sysdeps/unix/sysv/linux/x86/bits/msq.h (MSG_COPY): Likewise.
35053         * sysdeps/unix/sysv/linux/generic/bits/msq.h (MSG_COPY): Define.
35054         * sysdeps/unix/sysv/linux/powerpc/bits/msq.h (MSG_COPY): Likewise.
35055         * sysdeps/unix/sysv/linux/bits/msq.h (MSG_COPY): Likewise.
35056         * sysdeps/unix/sysv/linux/s390/bits/msq.h (MSG_COPY): Likewise.
35057         * sysdeps/unix/sysv/linux/sparc/bits/msq.h (MSG_COPY): Define.
35059         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_filesize_max):
35060         Handle f2fs.
35062         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
35063         Handle f2fs and efivarfs.
35065         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_link_max): Handle
35066         f2fs.
35068         * sysdeps/unix/sysv/linux/linux_fsinfo.h (F2FS_SUPER_MAGIC): Add.
35069         (EFIVARFS_MAGIC): Add.
35070         (F2FS_LINK_MAX): Add.
35072 2013-03-06  Paul Pluzhnikov  <ppluzhnikov@google.com>
35074         * stdio-common/vfprintf.c: Replace __builtin_expect with
35075         __glibc_unlikely.
35077 2013-03-06  Joseph Myers  <joseph@codesourcery.com>
35079         [BZ #13550]
35080         * sysdeps/generic/bp-sym.h: Remove file.
35081         * sysdeps/powerpc/powerpc64/bp-asm.h: Likewise.
35082         * sysdeps/powerpc/powerpc64/__longjmp-common.S: Don't include
35083         <bp-sym.h> and <bp-asm.h>.
35084         (__longjmp): Don't use BP_SYM.
35085         * sysdeps/powerpc/powerpc64/a2/memcpy.S: Don't include <bp-sym.h>
35086         and <bp-asm.h>.
35087         (memcpy): Don't use BP_SYM.
35088         * sysdeps/powerpc/powerpc64/cell/memcpy.S: Don't include
35089         <bp-sym.h> and <bp-asm.h>.
35090         (memcpy): Don't use BP_SYM.
35091         * sysdeps/powerpc/powerpc64/memcpy.S: Don't include <bp-sym.h> and
35092         <bp-asm.h>.
35093         (memcpy): Don't use BP_SYM.
35094         * sysdeps/powerpc/powerpc64/memset.S: Don't include <bp-sym.h> and
35095         <bp-asm.h>.
35096         (memset): Don't use BP_SYM.
35097         (memset) [__BOUNDED_POINTERS__]: Remove conditional code.
35098         (memset) [!__BOUNDED_POINTERS__]: Make code unconditional.
35099         (__bzero): Don't use BP_SYM.
35100         (__bzero) [__BOUNDED_POINTERS__]: Remove conditional code.
35101         (__bzero) [!__BOUNDED_POINTERS__]: Make code unconditional.
35102         * sysdeps/powerpc/powerpc64/power4/memcmp.S: Don't include
35103         <bp-sym.h> and <bp-asm.h>.
35104         (memcmp): Don't use BP_SYM.  Remove comment about bounded
35105         pointers.
35106         * sysdeps/powerpc/powerpc64/power4/memcpy.S: Don't include
35107         <bp-sym.h> and <bp-asm.h>.
35108         (memcpy): Don't use BP_SYM.
35109         * sysdeps/powerpc/powerpc64/power4/memset.S: Don't include
35110         <bp-sym.h> and <bp-asm.h>.
35111         (memset): Don't use BP_SYM.
35112         (memset) [__BOUNDED_POINTERS__]: Remove conditional code.
35113         (memset) [!__BOUNDED_POINTERS__]: Make code unconditional.
35114         (__bzero): Don't use BP_SYM.
35115         (__bzero) [__BOUNDED_POINTERS__]: Remove conditional code.
35116         (__bzero) [!__BOUNDED_POINTERS__]: Make code unconditional.
35117         * sysdeps/powerpc/powerpc64/power4/strncmp.S: Don't include
35118         <bp-sym.h> and <bp-asm.h>.
35119         (strncmp): Don't use BP_SYM.  Remove comment about bounded
35120         pointers.
35121         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Don't include
35122         <bp-sym.h> and <bp-asm.h>.
35123         (memcpy): Don't use BP_SYM.
35124         * sysdeps/powerpc/powerpc64/power6/memset.S: Don't include
35125         <bp-sym.h> and <bp-asm.h>.
35126         (memset): Don't use BP_SYM.
35127         (memset) [__BOUNDED_POINTERS__]: Remove conditional code.
35128         (memset) [!__BOUNDED_POINTERS__]: Make code unconditional.
35129         (__bzero): Don't use BP_SYM.
35130         (__bzero) [__BOUNDED_POINTERS__]: Remove conditional code.
35131         (__bzero) [!__BOUNDED_POINTERS__]: Make code unconditional.
35132         * sysdeps/powerpc/powerpc64/power7/memchr.S: Don't include
35133         <bp-sym.h> and <bp-asm.h>.
35134         (__memchr): Don't use BP_SYM.
35135         * sysdeps/powerpc/powerpc64/power7/memcmp.S: Don't include
35136         <bp-sym.h> and <bp-asm.h>.
35137         (memcmp): Don't use BP_SYM.  Remove comment about bounded
35138         pointers.
35139         * sysdeps/powerpc/powerpc64/power7/memcpy.S: Don't include
35140         <bp-sym.h> and <bp-asm.h>.
35141         (memcpy): Don't use BP_SYM.
35142         * sysdeps/powerpc/powerpc64/power7/mempcpy.S: Don't include
35143         <bp-sym.h> and <bp-asm.h>.
35144         (__mempcpy): Don't use BP_SYM.
35145         * sysdeps/powerpc/powerpc64/power7/memrchr.S: Don't include
35146         <bp-sym.h> and <bp-asm.h>.
35147         (__memrchr): Don't use BP_SYM.
35148         * sysdeps/powerpc/powerpc64/power7/memset.S: Don't include
35149         <bp-sym.h> and <bp-asm.h>.
35150         (memset): Don't use BP_SYM.
35151         (__bzero): Likewise.
35152         * sysdeps/powerpc/powerpc64/power7/rawmemchr.S: Don't include
35153         <bp-sym.h> and <bp-asm.h>.
35154         (__rawmemchr): Don't use BP_SYM.
35155         * sysdeps/powerpc/powerpc64/power7/strcasecmp.S: Don't include
35156         <bp-sym.h> and <bp-asm.h>.
35157         (__STRCMP): Don't use BP_SYM.
35158         * sysdeps/powerpc/powerpc64/power7/strchr.S: Don't include
35159         <bp-sym.h> and <bp-asm.h>.
35160         (strchr): Don't use BP_SYM.
35161         * sysdeps/powerpc/powerpc64/power7/strchrnul.S: Don't include
35162         <bp-sym.h> and <bp-asm.h>.
35163         (__strchrnul): Don't use BP_SYM.
35164         * sysdeps/powerpc/powerpc64/power7/strlen.S: Don't include
35165         <bp-sym.h> and <bp-asm.h>.
35166         (strlen): Don't use BP_SYM.
35167         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Don't include
35168         <bp-sym.h> and <bp-asm.h>.
35169         (strncmp): Don't use BP_SYM.  Remove comment about bounded
35170         pointers.
35171         * sysdeps/powerpc/powerpc64/power7/strnlen.S: Don't include
35172         <bp-sym.h> and <bp-asm.h>.
35173         (__strnlen): Don't use BP_SYM.
35174         * sysdeps/powerpc/powerpc64/setjmp-common.S: Don't include
35175         <bp-sym.h> and <bp-asm.h>.
35176         (__GI__setjmp): Don't use BP_SYM.
35177         (_setjmp): Likewise.
35178         (__sigsetjmp): Likewise.
35179         * sysdeps/powerpc/powerpc64/start.S: Don't include "bp-sym.h".
35180         (L(start_addresses)): Don't use BP_SYM.
35181         (_start): Likewise.
35182         * sysdeps/powerpc/powerpc64/stpcpy.S: Don't include <bp-sym.h> and
35183         <bp-asm.h>.
35184         (__stpcpy): Don't use BP_SYM, CHECK_BOUNDS_LOW,
35185         STORE_RETURN_BOUNDS, CHECK_BOUNDS_HIGH and STORE_RETURN_VALUE.
35186         (__stpcpy) [__BOUNDED_POINTERS__]: Remove conditional code.
35187         (__stpcpy) [!__BOUNDED_POINTERS__]: Make code unconditional.
35188         * sysdeps/powerpc/powerpc64/strchr.S: Don't include <bp-sym.h> and
35189         <bp-asm.h>.
35190         (strchr): Don't use BP_SYM, CHECK_BOUNDS_LOW, STORE_RETURN_BOUNDS,
35191         CHECK_BOUNDS_HIGH_RTN and STORE_RETURN_VALUE.  Remove comment
35192         about bounded pointers.
35193         (strchr) [__BOUNDED_POINTERS__]: Remove conditional code.
35194         (strchr) [!__BOUNDED_POINTERS__]: Make code unconditional.
35195         * sysdeps/powerpc/powerpc64/strcmp.S: Don't include <bp-sym.h> and
35196         <bp-asm.h>.
35197         (strcmp): Don't use BP_SYM and CHECK_BOUNDS_LOW.  Remove comment
35198         about bounded pointers.  Remove GKM FIXME comments.
35199         (strcmp) [__BOUNDED_POINTERS__]: Remove conditional code.
35200         * sysdeps/powerpc/powerpc64/strcpy.S: Don't include <bp-sym.h> and
35201         <bp-asm.h>.
35202         (strcpy): Don't use BP_SYM, CHECK_BOUNDS_LOW and
35203         STORE_RETURN_BOUNDS.  Remove comment about bounded pointers.
35204         Remove GKM FIXME comments.
35205         (strcpy) [__BOUNDED_POINTERS__]: Remove conditional code.
35206         (strcpy) [!__BOUNDED_POINTERS__]: Make code unconditional.
35207         * sysdeps/powerpc/powerpc64/strlen.S: Don't include <bp-sym.h> and
35208         <bp-asm.h>.
35209         (strlen): Don't use BP_SYM and CHECK_BOUNDS_LOW.  Remove comment
35210         about bounded pointers.  Remove GKM FIXME comment.
35211         * sysdeps/powerpc/powerpc64/strncmp.S: Don't include <bp-sym.h>
35212         and <bp-asm.h>.
35213         (strncmp): Don't use BP_SYM.  Remove comment about bounded
35214         pointers.
35215         * sysdeps/unix/sysv/linux/powerpc/powerpc64/brk.S: Don't include
35216         <bp-sym.h> and <bp-asm.h>.
35217         (__brk): Don't use BP_SYM and DISCARD_BOUNDS.
35218         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S: Don't include
35219         <bp-sym.h> and <bp-asm.h>.
35220         (__clone): Don't use BP_SYM and DISCARD_BOUNDS.  Remove GKM FIXME
35221         comment.
35223 2013-03-05  Paul Pluzhnikov  <ppluzhnikov@google.com>
35225         * stdio-common/vfprintf.c (vfprintf): Check malloc return; don't
35226         call free(NULL).
35228 2013-03-05  David S. Miller  <davem@davemloft.net>
35230         * po/es.po: Update from translation team.
35232 2013-03-05  Andreas Jaeger  <aj@suse.de>
35234         * sysdeps/unix/sysv/linux/s390/bits/mman.h: Include
35235         <bits/mman-linux.h>.
35236         (MCL_CURRENT, MCL_FUTURE): Do not define here, the generic value
35237         is fine.
35238         * sysdeps/unix/sysv/linux/sh/bits/mman.h: Move include of
35239         <bits/mman-linux.h> to end of file.
35240         (MCL_CURRENT, MCL_FUTURE): Do not define here, the generic value
35241         is fine.
35242         * sysdeps/unix/sysv/linux/x86/bits/mman.h: Move include of
35243         <bits/mman-linux.h> to end of file.
35244         (MCL_CURRENT, MCL_FUTURE): Do not define here, the generic value
35245         is fine.
35246         * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Move include of
35247         <bits/mman-linux.h> to end of file.
35249         * sysdeps/unix/sysv/linux/bits/mman-linux.h [!MCL_CURRENT]
35250         (MCL_CURRENT, MCL_FUTURE): Define here.
35252 2013-03-05  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
35254         [BZ #15232]
35255         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c: Use
35256         attribute_hidden.
35257         * sysdeps/s390/s390-64/multiarch/ifunc-resolve.c: Likewise.
35259 2013-03-05  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
35261         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext.S: Set the
35262         fourth parameter needed for rt_sigprocmask syscall.
35263         * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S:
35264         * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S: Likewise.
35265         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext.S: Likewise.
35266         * sysdeps/unix/sysv/linux/s390/s390-64/setcontext.S: Likewise.
35267         * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S: Likewise.
35268         * sysdeps/unix/sysv/linux/s390/ucontext_i.sym: Define _NSIG8.
35270 2013-03-04  Joseph Myers  <joseph@codesourcery.com>
35272         [BZ #13550]
35273         * sysdeps/powerpc/powerpc32/power4/strncmp.S (strncmp): Remove
35274         comment about bounded pointers.
35275         * sysdeps/powerpc/powerpc32/power7/strncmp.S (strncmp): Likewise.
35276         * sysdeps/powerpc/powerpc32/strncmp.S (strncmp): Likewise.
35278 2013-03-04  Andreas Jaeger  <aj@suse.de>
35280         * sysdeps/unix/sysv/linux/bits/mman-linux.h: New file, with Linux
35281         common definitions.
35283         * sysdeps/unix/sysv/linux/sh/bits/mman.h: Remove all defines
35284         provided by bits/mman-linux.h and include <bits/mman-linux.h>.
35285         * sysdeps/unix/sysv/linux/x86/bits/mman.h: Likewise.
35286         * sysdeps/unix/sysv/linux/s390/bits/mman.h: Likewise.
35287         * sysdeps/unix/sysv/linux/powerpc/bits/mman.h: Likewise.
35288         * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Likewise.
35290 2013-03-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
35292         [BZ #15055]
35293         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c (__ieee754_acoshl): Use
35294         __ieee754_sqrl instead of __sqrl.
35296 2013-03-01  Joseph Myers  <joseph@codesourcery.com>
35298         * sysdeps/powerpc/fpu/fpu_control.h: Move to ...
35299         * sysdeps/powerpc/fpu_control.h: ... here.
35300         * sysdeps/powerpc/fpu/bits/fenvinline.h: Move to ...
35301         * sysdeps/powerpc/bits/fenvinline.h: ... here.
35302         * sysdeps/powerpc/fpu/bits/mathinline.h: Move to ...
35303         * sysdeps/powerpc/bits/mathinline.h: ... here.
35305 2013-03-01  Roland McGrath  <roland@hack.frob.com>
35307         * elf/dl-hwcaps.c (_dl_important_hwcaps):
35308         Change [NEED_DL_SYSINFO || NEED_DL_SYSINFO_DSO] conditionals
35309         to just [NEED_DL_SYSINFO_DSO].
35310         * elf/dl-support.c: Likewise.
35311         * elf/dl-sysdep.c (_dl_sysdep_start): Likewise.
35312         * elf/rtld.c (dl_main): Likewise.
35313         * elf/setup-vdso.h (setup_vdso): Likewise.
35314         * sysdeps/generic/ldsodefs.h (struct rtld_global_ro): Likewise.
35315         * sysdeps/unix/sysv/linux/dl-sysdep.c
35316         (_dl_discover_osversion): Likewise.
35318 2013-03-01  Carlos O'Donell  <carlos@redhat.com>
35320         * csu/libc-start.c (__pthread_initialize_minimal): Revert last change.
35321         * csu/libc-tls.c (__pthread_initialize_minimal): Likewise.
35323 2013-03-01  Siddhesh Poyarekar  <siddhesh@redhat.com>
35325         * NEWS: Mention libm performance improvements and non-x86 PI
35326         futex support.
35328         * csu/libc-start.c (__pthread_initialize_minimal): Change
35329         function arguments.
35330         * csu/libc-tls.c (__pthread_initialize_minimal): Likewise.
35332 2013-02-28  Joseph Myers  <joseph@codesourcery.com>
35334         [BZ #13550]
35335         * sysdeps/powerpc/powerpc32/bp-asm.h: Remove file.
35336         * sysdeps/powerpc/powerpc32/__longjmp-common.S: Don't include
35337         <bp-sym.h> and <bp-asm.h>.
35338         (__longjmp): Don't use BP_SYM and CHECK_BOUNDS_BOTH_WIDE_LIT.
35339         * sysdeps/powerpc/powerpc32/a2/memcpy.S: Don't include <bp-sym.h>
35340         and <bp-asm.h>.
35341         (memcpy): Don't use BP_SYM.
35342         * sysdeps/powerpc/powerpc32/add_n.S: Don't include <bp-sym.h> and
35343         <bp-asm.h>.
35344         (__mpn_add_n): Don't use BP_SYM.
35345         (__mpn_add_n) [__BOUNDED_POINTERS_]: Remove conditional code.
35346         * sysdeps/powerpc/powerpc32/addmul_1.S: Don't include <bp-sym.h>
35347         and <bp-asm.h>.
35348         (__mpn_addmul_1): Don't use BP_SYM.
35349         (__mpn_addmul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
35350         * sysdeps/powerpc/powerpc32/bsd-_setjmp.S: Don't include
35351         <bp-sym.h>.
35352         (_setjmp): Don't use BP_SYM.
35353         (__novmx_setjmp): Likewise.
35354         (__GI__setjmp): Likewise.
35355         (__vmx_setjmp): Likewise.
35356         * sysdeps/powerpc/powerpc32/bsd-setjmp.S: Don't include
35357         <bp-sym.h>.
35358         * sysdeps/powerpc/powerpc32/bzero.S: Don't include <bp-sym.h>.
35359         (__bzero): Don't use BP_SYM.
35360         (__bzero) [__BOUNDED_POINTERS__]: Remove conditional code.
35361         (__bzero) [!__BOUNDED_POINTERS__]: Make code unconditional.
35362         * sysdeps/powerpc/powerpc32/cell/memcpy.S: Don't include
35363         <bp-sym.h> and <bp-asm.h>.
35364         (memcpy): Don't use BP_SYM.
35365         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S: Don't include
35366         <bp-sym.h> and <bp-asm.h>.
35367         (__longjmp): Don't use BP_SYM and CHECK_BOUNDS_BOTH_WIDE_LIT.
35368         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S: Don't include
35369         <bp-sym.h> and <bp-asm.h>.
35370         (__sigsetjmp): Don't use BP_SYM and CHECK_BOUNDS_BOTH_WIDE_LIT.
35371         * sysdeps/powerpc/powerpc32/lshift.S: Don't include <bp-sym.h> and
35372         <bp-asm.h>.
35373         (__mpn_lshift): Don't use BP_SYM.
35374         (__mpn_lshift) [__BOUNDED_POINTERS__]: Remove conditional code.
35375         * sysdeps/powerpc/powerpc32/memset.S: Don't include <bp-sym.h> and
35376         <bp-asm.h>.
35377         (memset): Don't use BP_SYM.
35378         (memset) [__BOUNDED_POINTERS__]: Remove conditional code.
35379         (memset) [!__BOUNDED_POINTERS__]: Make code unconditional.
35380         * sysdeps/powerpc/powerpc32/mul_1.S: Don't include <bp-sym.h> and
35381         <bp-asm.h>.
35382         (__mpn_mul_1): Don't use BP_SYM.
35383         (__mpn_mul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
35384         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Don't include
35385         <bp-sym.h> and <bp-asm.h>.
35386         (memcmp): Don't use BP_SYM.
35387         * sysdeps/powerpc/powerpc32/power4/memcpy.S: Don't include
35388         <bp-sym.h> and <bp-asm.h>.
35389         (memcpy): Don't use BP_SYM.
35390         * sysdeps/powerpc/powerpc32/power4/memset.S: Don't include
35391         <bp-sym.h> and <bp-asm.h>.
35392         (memset): Don't use BP_SYM.
35393         * sysdeps/powerpc/powerpc32/power4/strncmp.S: Don't include
35394         <bp-sym.h> and <bp-asm.h>.
35395         (strncmp): Don't use BP_SYM.
35396         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Don't include
35397         <bp-sym.h> and <bp-asm.h>.
35398         (memcpy): Don't use BP_SYM.
35399         * sysdeps/powerpc/powerpc32/power6/memset.S: Don't include
35400         <bp-sym.h> and <bp-asm.h>.
35401         (memset): Don't use BP_SYM.
35402         * sysdeps/powerpc/powerpc32/power7/memchr.S: Don't include
35403         <bp-sym.h> and <bp-asm.h>.
35404         (__memchr): Don't use BP_SYM.
35405         * sysdeps/powerpc/powerpc32/power7/memcmp.S: Don't include
35406         <bp-sym.h> and <bp-asm.h>.
35407         (memcmp): Don't use BP_SYM.
35408         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Don't include
35409         <bp-sym.h> and <bp-asm.h>.
35410         (memcpy): Don't use BP_SYM.
35411         * sysdeps/powerpc/powerpc32/power7/mempcpy.S: Don't include
35412         <bp-sym.h> and <bp-asm.h>.
35413         (__mempcpy): Don't use BP_SYM.
35414         * sysdeps/powerpc/powerpc32/power7/memrchr.S: Don't include
35415         <bp-sym.h> and <bp-asm.h>.
35416         (__memrchr): Don't use BP_SYM.
35417         * sysdeps/powerpc/powerpc32/power7/memset.S: Don't include
35418         <bp-sym.h> and <bp-asm.h>.
35419         (memset): Don't use BP_SYM.
35420         * sysdeps/powerpc/powerpc32/power7/rawmemchr.S: Don't include
35421         <bp-sym.h> and <bp-asm.h>.
35422         (__rawmemchr): Don't use BP_SYM.
35423         * sysdeps/powerpc/powerpc32/power7/strcasecmp.S: Don't include
35424         <bp-sym.h> and <bp-asm.h>.
35425         (__STRCMP): Don't use BP_SYM.
35426         * sysdeps/powerpc/powerpc32/power7/strchr.S: Don't include
35427         <bp-sym.h> and <bp-asm.h>.
35428         (strchr): Don't use BP_SYM.
35429         * sysdeps/powerpc/powerpc32/power7/strchrnul.S: Don't include
35430         <bp-sym.h> and <bp-asm.h>.
35431         (__strchrnul): Don't use BP_SYM.
35432         * sysdeps/powerpc/powerpc32/power7/strlen.S: Don't include
35433         <bp-sym.h> and <bp-asm.h>.
35434         (strlen): Don't use BP_SYM.
35435         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Don't include
35436         <bp-sym.h> and <bp-asm.h>.
35437         (strncmp): Don't use BP_SYM.
35438         * sysdeps/powerpc/powerpc32/power7/strnlen.S: Don't include
35439         <bp-sym.h> and <bp-asm.h>.
35440         (__strnlen): Don't use BP_SYM.
35441         * sysdeps/powerpc/powerpc32/rshift.S: Don't include <bp-sym.h> and
35442         <bp-asm.h>.
35443         (__mpn_rshift): Don't use BP_SYM.
35444         (__mpn_rshift) [__BOUNDED_POINTERS__]: Remove conditional code.
35445         * sysdeps/powerpc/powerpc32/setjmp-common.S: Don't include
35446         <bp-sym.h> and <bp-asm.h>.
35447         (__sigsetjmp): Don't use BP_SYM.
35448         * sysdeps/powerpc/powerpc32/start.S: Don't include "bp-sym.h".
35449         (L(start_addresses)): Don't use BP_SYM.
35450         (_start): Likewise.
35451         * sysdeps/powerpc/powerpc32/stpcpy.S: Don't include <bp-sym.h> and
35452         <bp-asm.h>.
35453         (__stpcpy): Don't use BP_SYM and macros from bp-asm.h.
35454         (__stpcpy) [__BOUNDED_POINTERS__]: Remove conditional code.
35455         (__stpcpy) [!__BOUNDED_POINTERS__]: Make code unconditional.
35456         * sysdeps/powerpc/powerpc32/strchr.S: Don't include <bp-sym.h> and
35457         <bp-asm.h>.
35458         (strchr): Don't use BP_SYM.h and macros from bp-asm.h.
35459         (strchr) [__BOUNDED_POINTERS__]: Remove conditional code.
35460         (strchr) [!__BOUNDED_POINTERS__]: Make code unconditional.
35461         * sysdeps/powerpc/powerpc32/strcmp.S: Don't include <bp-sym.h> and
35462         <bp-asm.h>.
35463         (strcmp): Don't use BP_SYM and CHECK_BOUNDS_LOW.  Remove GKM FIXME
35464         comments.
35465         (strcmp) [__BOUNDED_POINTERS__]: Remove conditional code.
35466         * sysdeps/powerpc/powerpc32/strcpy.S: Don't include <bp-sym.h> and
35467         <bp-asm.h>.
35468         (strcpy): Don't use BP_SYM and macros from bp-asm.h.  Remove GKM
35469         FIXME comments.
35470         (strcpy) [__BOUNDED_POINTERS__]: Remove conditional code.
35471         (strcpy) [!__BOUNDED_POINTERS__]: Make code unconditional.
35472         * sysdeps/powerpc/powerpc32/strlen.S: Don't include <bp-sym.h> and
35473         <bp-asm.h>.
35474         (strlen): Don't use BP_SYM and CHECK_BOUNDS_LOW.  Remove GKM FIXME
35475         comment.
35476         * sysdeps/powerpc/powerpc32/strncmp.S: Don't include <bp-sym.h>
35477         and <bp-asm.h>.
35478         (strncmp): Don't use BP_SYM,
35479         * sysdeps/powerpc/powerpc32/sub_n.S: Don't include <bp-sym.h> and
35480         <bp-asm.h>.
35481         (__mpn_sub_n): Don't use BP_SYM.
35482         (__mpn_sub_n) [__BOUNDED_POINTERS__]: Remove conditional code.
35483         * sysdeps/powerpc/powerpc32/submul_1.S: Don't include <bp-sym.h>
35484         and <bp-asm.h>.
35485         (__mpn_submul_1): Don't use BP_SYM.
35486         (__mpn_submul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
35487         * sysdeps/unix/sysv/linux/powerpc/powerpc32/brk.S: Don't include
35488         <bp-sym.h> and <bp-asm.h>.
35489         (__brk): Don't use BP_SYM and DISCARD_BOUNDS.
35490         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: Don't include
35491         <bp-sym.h> and <bp-asm.h>.
35492         (__clone): Don't use BP_SYM and DISCARD_BOUNDS.  Remove GKM FIXME
35493         comment.
35495 2013-02-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
35497         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (add_magnitudes):
35498         Use ZK to minimize writes to Z.
35499         (sub_magnitudes): Simplify code a bit.
35500         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (add_magnitudes):
35501         Use ZK to minimize writes to Z.
35502         (sub_magnitudes): Simplify code a bit.
35504 2013-02-27  Roland McGrath  <roland@hack.frob.com>
35506         * csu/gmon-start.c: Add special exception to license text.
35508 2013-02-27  Richard Henderson  <rth@redhat.com>
35510         * scripts/config.guess: Update from config.git.
35511         * scripts/config.sub: Likewise.
35513 2013-02-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
35515         * sysdeps/ieee754/dbl-64/mpsqrt.c: Reformat.
35517         * sysdeps/ieee754/dbl-64/mpatan2.c: Reformat.
35519         * sysdeps/ieee754/dbl-64/mpatan.c: Reformat.
35521         * sysdeps/ieee754/dbl-64/mptan.c: Reformat.
35523         * sysdeps/ieee754/dbl-64/mplog.c: Reformat.
35525 2013-02-26  Roland McGrath  <roland@hack.frob.com>
35527         * Makeconfig (%.v.i, %.v): Move these pattern rules outside of
35528         [$(build-shared = yes].
35530 2013-02-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
35532         * sysdeps/ieee754/dbl-64/mpa.c: Include alloca.h.
35533         (__mul): Reduce iterations for calculating mantissa.
35535         * sysdeps/ieee754/dbl-64/sincos32.c (__c32): Use MPONE and
35536         MPTWO.
35537         (__mpranred): Likewise.
35539         [BZ #15160]
35540         * malloc/memusagestat.c (main): Draw graphs for heap and stack
35541         only if MAXSIZE_HEAP and MAXSIZE_STACK are non-zero.
35543 2013-02-26  Paul Eggert  <eggert@cs.ucla.edu>
35545         * posix/regex_internal.h [__GNUC__ < 3 + (__GNUC_MINOR__ < 1]:
35546         Define __attribute__.
35548 2013-02-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
35550         * locale/elem-hash.h (elem_hash): Mark as pure and possibly
35551         unused.
35552         * posix/regex_internal.h (__attribute): Remove.
35553         [!_LIBC && __i386__]: Use __attribute__ instead of __attribute.
35554         (re_string_context_at): Likewise.
35555         (bitset_not): Use __attribute__ and mark function as possibly
35556         unused.
35557         (bitset_merge): Likewise.
35558         (bitset_mask): Likewise.
35559         (re_string_char_size_at): Likewise.
35560         (re_string_wchar_at): Likewise.
35561         (re_string_elem_size_at): Likewise.
35563 2013-02-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
35565         * sysdeps/ieee754/dbl-64/sincos32.c (ss32): Remove commented
35566         code.
35567         (cc32): Likewise.
35569         * sysdeps/ieee754/dbl-64/mpa.c (mcr): Use long instead of int.
35570         (__acr): Likewise.
35571         (__cpy): Likewise.
35572         (norm): Likewise.
35573         (denorm): Likewise.
35574         (__dbl_mp): Likewise.
35575         (add_magnitudes): Likewise.
35576         (sub_magnitudes): Likewise.
35577         (__mul): Likewise.
35578         (__inv): Likewise.
35580         * sysdeps/ieee754/dbl-64/slowexp.c: Reformat in GNU coding
35581         style.
35583         * sysdeps/ieee754/dbl-64/slowpow.c: Reformat in GNU coding
35584         style.
35586         * sysdeps/ieee754/dbl-64/slowexp.c (__slowexp): Remove commented
35587         code.
35589         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__mp_dbl): Sync
35590         up changes with default code.
35591         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__mp_dbl):
35592         Likewise.
35594 2013-02-24  Allan McRae  <allan@archlinux.org>
35596         * manual/socket.texi (The Internet Namespace): Order menu items
35597         to match that in the file.
35599         * manual/libc-texinfo.sh: Use @detailmenu around the detailed
35600         node listing of the info page menu.
35602 2013-02-21  Joseph Myers  <joseph@codesourcery.com>
35604         [BZ #13550]
35605         * sysdeps/i386/bp-asm.h: Remove file.
35606         * sysdeps/i386/add_n.S: Do not include "bp-sym.h" and "bp-asm.h".
35607         (PARMS): Do not use macros from bp-asm.h.
35608         (S1): Likewise.
35609         (S2): Likewise.
35610         (SIZE): Likewise.
35611         (__mpn_add_n): Do not use BP_SYM
35612         * sysdeps/i386/addmul_1.S: Do not include "bp-sym.h" and
35613         "bp-asm.h".
35614         (PARMS): Do not use macros from bp-asm.h.
35615         (S1): Likewise.
35616         (SIZE): Likewise.
35617         (__mpn_addmul_1): Do not use BP_SYM
35618         * sysdeps/i386/bsd-_setjmp.S: Do not include "bp-sym.h" and
35619         "bp-asm.h".
35620         (PARMS): Do not use macros from bp-asm.h.
35621         (SIGMSK): Likewise.
35622         (_setjmp): Likewise.  Do not use BP_SYM.
35623         * sysdeps/i386/bsd-setjmp.S: Do not include "bp-sym.h" and
35624         "bp-asm.h".
35625         (PARMS): Do not use macros from bp-asm.h.
35626         (SIGMSK): Likewise.
35627         (setjmp): Likewise.  Do not use BP_SYM.
35628         * sysdeps/i386/fpu/s_frexp.S: Do not include "bp-sym.h" and
35629         "bp-asm.h".
35630         (PARMS): Do not use macros from bp-asm.h.
35631         (__frexp): Do not use BP_SYM.
35632         (frexp): Likewise.
35633         * sysdeps/i386/fpu/s_frexpf.S: Do not include "bp-sym.h" and
35634         "bp-asm.h".
35635         (PARMS): Do not use macros from bp-asm.h.
35636         (__frexpf): Do not use BP_SYM.
35637         (frexpf): Likewise.
35638         * sysdeps/i386/fpu/s_frexpl.S: Do not include "bp-sym.h" and
35639         "bp-asm.h".
35640         (PARMS): Do not use macros from bp-asm.h.
35641         (__frexpl): Do not use BP_SYM.
35642         (frexpl): Likewise.
35643         * sysdeps/i386/fpu/s_remquo.S: Do not include "bp-sym.h" and
35644         "bp-asm.h".
35645         (PARMS): Do not use macros from bp-asm.h.
35646         (__remquo): Do not use BP_SYM.
35647         (remquo): Likewise.
35648         * sysdeps/i386/fpu/s_remquof.S: Do not include "bp-sym.h" and
35649         "bp-asm.h".
35650         (PARMS): Do not use macros from bp-asm.h.
35651         (__remquof): Do not use BP_SYM.
35652         (remquof): Likewise.
35653         * sysdeps/i386/fpu/s_remquol.S: Do not include "bp-sym.h" and
35654         "bp-asm.h".
35655         (PARMS): Do not use macros from bp-asm.h.
35656         (__remquol): Do not use BP_SYM.
35657         (remquol): Likewise.
35658         * sysdeps/i386/i486/strcat.S: Do not include "bp-sym.h" and
35659         "bp-asm.h".
35660         (PARMS): Do not use macros from bp-asm.h.
35661         (DEST): Likewise.
35662         (SRC): Likewise.
35663         (strcat): Remove GKM FIXME comment.  Do not use BP_SYM.
35664         * sysdeps/i386/i486/strlen.S: Do not include "bp-sym.h" and
35665         "bp-asm.h".
35666         (PARMS): Do not use macros from bp-asm.h.
35667         (strlen): Do not use BP_SYM.
35668         * sysdeps/i386/i586/add_n.S: Do not include "bp-sym.h" and
35669         "bp-asm.h".
35670         (PARMS): Do not use macros from bp-asm.h.
35671         (S1): Likewise.
35672         (S2): Likewise.
35673         (SIZE): Likewise.
35674         (__mpn_add_n): Do not use BP_SYM.
35675         * sysdeps/i386/i586/addmul_1.S: Do not include "bp-sym.h" and
35676         "bp-asm.h".
35677         (PARMS): Do not use macros from bp-asm.h.
35678         (S1): Likewise.
35679         (SIZE): Likewise.
35680         (__mpn_addmul_1): Do not use BP_SYM.
35681         * sysdeps/i386/i586/bzero.S (__bzero): Do not use BP_SYM in
35682         weak_alias.
35683         (bzero): Likewise.
35684         * sysdeps/i386/i586/lshift.S: Do not include "bp-sym.h" and
35685         "bp-asm.h".
35686         (PARMS): Do not use macros from bp-asm.h.
35687         (S): Likewise.
35688         (SIZE): Likewise.
35689         (__mpn_lshift): Do not use BP_SYM.
35690         * sysdeps/i386/i586/memcpy.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         (SRC): Likewise.
35695         (LEN): Likewise.
35696         (memcpy): Likewise.  Do not use BP_SYM.
35697         * sysdeps/i386/i586/mempcpy.S (__mempcpy): Do not use BP_SYM in
35698         libc_hidden_def and weak_alias.
35699         (mempcpy): Do not use BP_SYM in weak_alias.
35700         * sysdeps/i386/i586/memset.S: Do not include "bp-sym.h" and
35701         "bp-asm.h".
35702         (PARMS): Do not use macros from bp-asm.h.
35703         (DEST): Likewise.
35704         (LEN): Likewise.
35705         [!BZERO_P] (CHR): Likewise.
35706         (memset): Likewise.  Do not use BP_SYM.
35707         * sysdeps/i386/i586/mul_1.S: Do not include "bp-sym.h" and
35708         "bp-asm.h".
35709         (PARMS): Do not use macros from bp-asm.h.
35710         (S1): Likewise.
35711         (SIZE): Likewise.
35712         (__mpn_mul_1): Do not use BP_SYM.
35713         * sysdeps/i386/i586/rshift.S: Do not include "bp-sym.h" and
35714         "bp-asm.h".
35715         (PARMS): Do not use macros from bp-asm.h.
35716         (S): Likewise.
35717         (SIZE): Likewise.
35718         (__mpn_rshift): Do not use BP_SYM.
35719         * sysdeps/i386/i586/strchr.S: Do not include "bp-sym.h" and
35720         "bp-asm.h".
35721         (PARMS): Do not use macros from bp-asm.h.
35722         (STR): Likewise.
35723         (CHR): Likewise.
35724         (strchr): Likewise.  Do not use BP_SYM.
35725         (index): Do not use BP_SYM in weak_alias.
35726         * sysdeps/i386/i586/strcpy.S: Do not include "bp-sym.h" and
35727         "bp-asm.h".
35728         (PARMS): Do not use macros from bp-asm.h.
35729         (DEST): Likewise.
35730         (SRC): Likewise.
35731         (STRCPY): Likewise.  Remove GKM FIXME comment.  Do not use BP_SYM.
35732         * sysdeps/i386/i586/strlen.S: Do not include "bp-sym.h" and
35733         "bp-asm.h".
35734         (PARMS): Do not use macros from bp-asm.h.
35735         (strlen): Do not use BP_SYM.
35736         * sysdeps/i386/i586/sub_n.S: Do not include "bp-sym.h" and
35737         "bp-asm.h".
35738         (PARMS): Do not use macros from bp-asm.h.
35739         (S1): Likewise.
35740         (S2): Likewise.
35741         (SIZE): Likewise.
35742         (__mpn_sub_n): Do not use BP_SYM.
35743         * sysdeps/i386/i586/submul_1.S: Do not include "bp-sym.h" and
35744         "bp-asm.h".
35745         (PARMS): Do not use macros from bp-asm.h.
35746         (S1): Likewise.
35747         (SIZE): Likewise.
35748         (__mpn_submul_1): Do not use BP_SYM.
35749         * sysdeps/i386/i686/add_n.S: Do not include "bp-sym.h" and
35750         "bp-asm.h".
35751         (PARMS): Do not use macros from bp-asm.h.
35752         (S1): Likewise.
35753         (S2): Likewise.
35754         (SIZE): Likewise.
35755         (__mpn_add_n): Do not use BP_SYM.
35756         * sysdeps/i386/i686/bzero.S (__bzero): Do not use BP_SYM in
35757         weak_alias.
35758         (bzero): Likewise.
35759         * sysdeps/i386/i686/memcmp.S: Do not include "bp-sym.h" and
35760         "bp-asm.h".
35761         (PARMS): Do not use macros from bp-asm.h.
35762         (BLK2): Likewise.
35763         (LEN): Likewise.
35764         (memcmp): Do not use BP_SYM.
35765         (bcmp): Do not use BP_SYM in weak_alias.
35766         * sysdeps/i386/i686/memcpy.S: Do not include "bp-sym.h" and
35767         "bp-asm.h".
35768         (PARMS): Do not use macros from bp-asm.h.
35769         (DEST): Likewise.
35770         (SRC): Likewise.
35771         (LEN): Likewise.
35772         (memcpy): Likewise.  Do not use BP_SYM.
35773         * sysdeps/i386/i686/memmove.S: Do not include "bp-sym.h" and
35774         "bp-asm.h".
35775         (PARMS): Do not use macros from bp-asm.h.
35776         (DEST): Likewise.
35777         (SRC): Likewise.
35778         (LEN): Likewise.
35779         (memmove): Likewise.  Do not use BP_SYM.
35780         * sysdeps/i386/i686/mempcpy.S: Do not include "bp-sym.h" and
35781         "bp-asm.h".
35782         (PARMS): Do not use macros from bp-asm.h.
35783         (DEST): Likewise.
35784         (SRC): Likewise.
35785         (LEN): Likewise.
35786         (__mempcpy): Likewise.  Do not use BP_SYM.
35787         (mempcpy): Do not use BP_SYM in weak_alias.
35788         * sysdeps/i386/i686/memset.S: Do not include "bp-sym.h" and
35789         "bp-asm.h".
35790         (PARMS): Do not use macros from bp-asm.h.
35791         (DEST): Likewise.
35792         (LEN): Likewise.
35793         [!BZERO_P] (CHR): Likewise.
35794         (memset): Likewise.  Do not use BP_SYM.
35795         * sysdeps/i386/i686/strcmp.S: Do not include "bp-sym.h" and
35796         "bp-asm.h".
35797         (PARMS): Do not use macros from bp-asm.h.
35798         (STR2): Likewise.
35799         (strcmp): Do not use BP_SYM.
35800         * sysdeps/i386/i686/strtok.S: Do not include "bp-sym.h" and
35801         "bp-asm.h".
35802         (PARMS): Do not use macros from bp-asm.h.
35803         (STR): Likewise.
35804         (DELIM): Likewise.
35805         [USE_AS_STRTOK_R] (SAVE): Likewise.
35806         (FUNCTION): Likewise.  Do not use BP_SYM.
35807         * sysdeps/i386/i686/strtok_r.S (__strtok_r): Do not use BP_SYM in
35808         aliases.
35809         (strtok_r): Likewise.
35810         (__GI___strtok_r): Likewise.
35811         * sysdeps/i386/lshift.S: Do not include "bp-sym.h" and "bp-asm.h".
35812         (PARMS): Do not use macros from bp-asm.h.
35813         (S): Likewise.
35814         (SIZE): Likewise.
35815         (__mpn_lshift): Do not use BP_SYM.
35816         * sysdeps/i386/memchr.S: Do not include "bp-sym.h" and "bp-asm.h".
35817         (PARMS): Do not use macros from bp-asm.h.
35818         (STR): Likewise.
35819         (CHR): Likewise.
35820         (__memchr): Do not use BP_SYM.
35821         (memchr): Do not use BP_SYM in weak_alias.
35822         * sysdeps/i386/memcmp.S: Do not include "bp-sym.h" and "bp-asm.h".
35823         (PARMS): Do not use macros from bp-asm.h.
35824         (BLK2): Likewise.
35825         (LEN): Likewise.
35826         (memcmp): Do not use BP_SYM.
35827         (bcmp): Do not use BP_SYM in weak_alias.
35828         * sysdeps/i386/mul_1.S: Do not include "bp-sym.h" and "bp-asm.h".
35829         (PARMS): Do not use macros from bp-asm.h.
35830         (S1): Likewise.
35831         (SIZE): Likewise.
35832         (__mpn_mul_1): Do not use BP_SYM.
35833         * sysdeps/i386/rawmemchr.S: Do not include "bp-sym.h" and
35834         "bp-asm.h".
35835         (PARMS): Do not use macros from bp-asm.h.
35836         (STR): Likewise.
35837         (CHR): Likewise.
35838         (__rawmemchr): Do not use BP_SYM.
35839         (rawmemchr): Do not use BP_SYM in weak_alias.
35840         * sysdeps/i386/rshift.S: Do not include "bp-sym.h" and "bp-asm.h".
35841         (PARMS): Do not use macros from bp-asm.h.
35842         (S): Likewise.
35843         (SIZE): Likewise.
35844         (__mpn_rshift): Do not use BP_SYM.
35845         * sysdeps/i386/setjmp.S: Do not include "bp-sym.h" and "bp-asm.h".
35846         (PARMS): Do not use macros from bp-asm.h.
35847         (SIGMSK): Likewise.
35848         (__sigsetjmp): Likewise.  Do not use BP_SYM.
35849         * sysdeps/i386/start.S: Do not include "bp-sym.h".
35850         (_start): Do not use BP_SYM.
35851         * sysdeps/i386/stpcpy.S: Do not include "bp-sym.h" and "bp-asm.h".
35852         (PARMS): Do not use macros from bp-asm.h.
35853         (DEST): Likewise.
35854         (SRC): Likewise.
35855         (__stpcpy): Likewise.  Do not use BP_SYM.
35856         (stpcpy): Do not use BP_SYM in weak_alias.
35857         * sysdeps/i386/stpncpy.S: Do not include "bp-sym.h" and
35858         "bp-asm.h".
35859         (PARMS): Do not use macros from bp-asm.h.
35860         (DEST): Likewise.
35861         (SRC): Likewise.
35862         (LEN): Likewise.
35863         (__stpncpy): Likewise.  Do not use BP_SYM.
35864         (stpncpy): Do not use BP_SYM in weak_alias.
35865         * sysdeps/i386/strchr.S: Do not include "bp-sym.h" and "bp-asm.h".
35866         (PARMS): Do not use macros from bp-asm.h.
35867         (STR): Likewise.
35868         (CHR): Likewise.
35869         (strchr): Likewise.  Do not use BP_SYM.
35870         * sysdeps/i386/strchrnul.S: Do not include "bp-sym.h" and
35871         "bp-asm.h".
35872         (PARMS): Do not use macros from bp-asm.h.
35873         (STR): Likewise.
35874         (CHR): Likewise.
35875         (__strchrnul): Likewise.  Do not use BP_SYM.
35876         (strchrnul): Do not use BP_SYM in weak_alias.
35877         * sysdeps/i386/strcspn.S: Do not include "bp-sym.h" and
35878         "bp-asm.h".
35879         (PARMS): Do not use macros from bp-asm.h.
35880         (STOP): Likewise.
35881         (strcspn): Do not use BP_SYM.
35882         * sysdeps/i386/strpbrk.S: Do not include "bp-sym.h" and
35883         "bp-asm.h".
35884         (PARMS): Do not use macros from bp-asm.h.
35885         (STR): Likewise.
35886         (STOP): Likewise.
35887         (strpbrk): Likewise.  Do not use BP_SYM.
35888         * sysdeps/i386/strrchr.S: Do not include "bp-sym.h" and
35889         "bp-asm.h".
35890         (PARMS): Do not use macros from bp-asm.h.
35891         (STR): Likewise.
35892         (CHR): Likewise.
35893         (strrchr): Likewise.  Do not use BP_SYM.
35894         * sysdeps/i386/strspn.S: Do not include "bp-sym.h" and "bp-asm.h".
35895         (PARMS): Do not use macros from bp-asm.h.
35896         (SKIP): Likewise.
35897         (strspn): Do not use BP_SYM.
35898         * sysdeps/i386/strtok.S: Do not include "bp-sym.h" and "bp-asm.h".
35899         (PARMS): Do not use macros from bp-asm.h.
35900         (STR): Likewise.
35901         (DELIM): Likewise.
35902         (SAVE): Likewise.
35903         (FUNCTION): Likewise.  Do not use BP_SYM.
35904         * sysdeps/i386/strtok_r.S (__strtok_r): Do not use BP_SYM in
35905         aliases.
35906         (strtok_r): Likewise.
35907         (__GI___strtok_r): Likewise.
35908         * sysdeps/i386/sub_n.S: Do not include "bp-sym.h" and "bp-asm.h".
35909         (PARMS): Do not use macros from bp-asm.h.
35910         (S1): Likewise.
35911         (S2): Likewise.
35912         (SIZE): Likewise.
35913         (__mpn_sub_n): Do not use BP_SYM.
35914         * sysdeps/i386/submul_1.S: Do not include "bp-sym.h" and
35915         "bp-asm.h".
35916         (PARMS): Do not use macros from bp-asm.h.
35917         (S1): Likewise.
35918         (SIZE): Likewise.
35919         (__mpn_submul_1): Do not use BP_SYM.
35920         * sysdeps/unix/i386/sysdep.S: Do not include <bp-asm.h> and
35921         <bp-sym.h>.
35922         * sysdeps/unix/sysv/linux/i386/clone.S: Do not include <bp-sym.h>
35923         and <bp-asm.h>.
35924         (PARMS): Do not use macros from bp-asm.h.
35925         (FLAGS): Likewise.
35926         (PTID): Likewise.
35927         (TLS): Likewise.
35928         (CTID): Likewise.
35929         (__clone): Do not use BP_SYM.
35930         (clone): Do not use BP_SYM in weak_alias.
35931         * sysdeps/unix/sysv/linux/i386/mmap64.S: Do not include <bp-sym.h>
35932         and <bp-asm.h>.
35933         (PARMS): Do not use macros from bp-asm.h.
35934         (LEN): Likewise.
35935         (__mmap64): Do not use BP_SYM.
35936         (mmap64): Do not use BP_SYM in weak_alias.
35937         * sysdeps/unix/sysv/linux/i386/posix_fadvise64.S: Do not include
35938         <bp-sym.h> and <bp-asm.h>.
35939         (PARMS): Do not use macros from bp-asm.h.
35940         (__posix_fadvise64_l64): Do not use BP_SYM.
35941         * sysdeps/unix/sysv/linux/i386/semtimedop.S
35942         (PARMS): Do not use macros from bp-asm.h.
35943         (NSOPS): Likewise.
35944         (semtimedop): Do not use BP_SYM.
35945         * sysdeps/unix/sysv/linux/i386/sysdep.h: Do not include <bp-sym.h>
35946         and <bp-asm.h>.
35948 2013-02-21  Allan McRae  <allan@archlinux.org>
35950         * manual/message.texi (Charset conversion in gettext):
35951         Move @end statement to beginning of line.
35953 2013-02-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
35955         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__inv): Mark as
35956         static.
35957         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__inv):
35958         Likewise.
35960         * sysdeps/ieee754/dbl-64/mpa.c (norm): Fix whitespace.
35961         (denorm): Likewise.
35962         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (norm): Likewise.
35963         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (norm): Likewise.
35965 2013-02-21  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
35967         * sysdeps/s390/s390-32/dl-trampoline.S (_dl_runtime_profile): Do a
35968         tail-call to the resolved function if pltexit isn't needed.
35970 2013-02-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
35972         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__mul): Mark X
35973         or Y being zero as being unlikely.
35974         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__mul):
35975         Likewise.
35977 2013-02-20  Carlos O'Donell  <carlos@redhat.com>
35979         * manual/nss.texi (System Databases and Name Service Switch):
35980         Remove frobnicate @pxref.
35982 2013-02-20  Thomas Schwinge  <thomas@codesourcery.com>
35984         * sysdeps/ieee754/bits/nan.h [!__GNUC__] (__nan_union): Change
35985         __attribute__ ((unused)) to __attribute__ ((__unused__)).
35987 2013-02-20  Petr Machata  <pmachata@redhat.com>
35989         * elf/elf.h (R_ARM_TARGET1): New macro.
35990         (R_ARM_SBREL31, R_ARM_V4BX, R_ARM_TARGET2): Likewise.
35991         (R_ARM_PREL31, R_ARM_MOVW_ABS_NC, R_ARM_MOVT_ABS): Likewise.
35992         (R_ARM_MOVW_PREL_NC, R_ARM_MOVT_PREL): Likewise.
35993         (R_ARM_THM_MOVW_ABS_NC, R_ARM_THM_MOVT_ABS): Likewise.
35994         (R_ARM_THM_MOVW_PREL_NC, R_ARM_THM_MOVT_PREL): Likewise.
35995         (R_ARM_THM_JUMP19, R_ARM_THM_JUMP6): Likewise.
35996         (R_ARM_THM_ALU_PREL_11_0, R_ARM_THM_PC12): Likewise.
35997         (R_ARM_ABS32_NOI, R_ARM_REL32_NOI): Likewise.
35998         (R_ARM_ALU_PC_G0_NC, R_ARM_ALU_PC_G0): Likewise.
35999         (R_ARM_ALU_PC_G1_NC, R_ARM_ALU_PC_G1): Likewise.
36000         (R_ARM_ALU_PC_G2, R_ARM_LDR_PC_G1, R_ARM_LDR_PC_G2): Likewise.
36001         (R_ARM_LDRS_PC_G0, R_ARM_LDRS_PC_G1): Likewise.
36002         (R_ARM_LDRS_PC_G2, R_ARM_LDC_PC_G0): Likewise.
36003         (R_ARM_LDC_PC_G1, R_ARM_LDC_PC_G2): Likewise.
36004         (R_ARM_ALU_SB_G0_NC, R_ARM_ALU_SB_G0): Likewise.
36005         (R_ARM_ALU_SB_G1_NC, R_ARM_ALU_SB_G1): Likewise.
36006         (R_ARM_ALU_SB_G2, R_ARM_LDR_SB_G0, R_ARM_LDR_SB_G1): Likewise.
36007         (R_ARM_LDR_SB_G2, R_ARM_LDRS_SB_G0): Likewise.
36008         (R_ARM_LDRS_SB_G1, R_ARM_LDRS_SB_G2): Likewise.
36009         (R_ARM_LDC_SB_G0, R_ARM_LDC_SB_G1, R_ARM_LDC_SB_G2): Likewise.
36010         (R_ARM_MOVW_BREL_NC, R_ARM_MOVT_BREL): Likewise.
36011         (R_ARM_MOVW_BREL, R_ARM_THM_MOVW_BREL_NC): Likewise.
36012         (R_ARM_THM_MOVT_BREL, R_ARM_THM_MOVW_BREL): Likewise.
36013         (R_ARM_PLT32_ABS, R_ARM_GOT_ABS, R_ARM_GOT_PREL): Likewise.
36014         (R_ARM_GOT_BREL12, R_ARM_GOTOFF12, R_ARM_GOTRELAX): Likewise.
36015         (R_ARM_TLS_LDO12, R_ARM_TLS_LE12, R_ARM_TLS_IE12GP): Likewise.
36016         (R_ARM_PRIVATE_0, R_ARM_PRIVATE_1, R_ARM_PRIVATE_2): Likewise.
36017         (R_ARM_PRIVATE_3, R_ARM_PRIVATE_4, R_ARM_PRIVATE_5): Likewise.
36018         (R_ARM_PRIVATE_6, R_ARM_PRIVATE_7, R_ARM_PRIVATE_8): Likewise.
36019         (R_ARM_PRIVATE_9, R_ARM_PRIVATE_10): Likewise.
36020         (R_ARM_PRIVATE_11, R_ARM_PRIVATE_12): Likewise.
36021         (R_ARM_PRIVATE_13, R_ARM_PRIVATE_14): Likewise.
36022         (R_ARM_PRIVATE_15, R_ARM_ME_TOO): Likewise.
36023         (R_ARM_THM_TLS_DESCSEQ16, R_ARM_THM_TLS_DESCSEQ32): Likewise.
36024         (R_ARM_THM_GOT_BREL12): Likewise.
36025         (R_ARM_PC24, R_ARM_PLT32): Updated a comment at this macro.
36026         (R_ARM_THM_PC11, R_ARM_THM_PC9): Likewise.
36027         (R_ARM_THM_ABS5, R_ARM_THM_PC22): Added a comment to this macro.
36028         (R_ARM_THM_PC8, R_ARM_THM_SWI8, R_ARM_XPC25): Likewise.
36029         (R_ARM_THM_XPC22, R_ARM_ALU_PCREL_7_0): Likewise.
36030         (R_ARM_ALU_PCREL_15_8, R_ARM_ALU_PCREL_23_15): Likewise.
36031         (R_ARM_LDR_SBREL_11_0, R_ARM_ALU_SBREL_19_12): Likewise.
36032         (R_ARM_ALU_SBREL_27_20, R_ARM_TLS_DESCSEQ): Likewise.
36033         (R_ARM_THM_TLS_DESCSEQ): Fixed whitespace.
36035 2013-02-20  Thomas Schwinge  <thomas@codesourcery.com>
36037         * sysdeps/ieee754/bits/nan.h [!__GNUC__] (__nan_union): Change
36038         __attribute_used__ to __attribute__ ((unused)).
36040 2013-02-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
36042         * sysdeps/ieee754/dbl-64/mpa.c (__sqr): Copy over comment from
36043         powerpc mpa.c.
36044         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__mul): Fix
36045         comment formatting.
36046         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__mul): Likewise.
36048 2013-02-19  Joseph Myers  <joseph@codesourcery.com>
36050         [BZ #13550]
36051         * sysdeps/i386/bp-asm.h [__BOUNDED_POINTERS__] (BOUNDS_VIOLATED):
36052         Remove macro.
36053         (ENTER): Remove both macro definitions.
36054         (LEAVE): Likewise.
36055         (CHECK_BOUNDS_LOW): Likewise.
36056         (CHECK_BOUNDS_HIGH): Likewise.
36057         (CHECK_BOUNDS_BOTH): Likewise.
36058         (CHECK_BOUNDS_BOTH_WIDE): Likewise.
36059         (RETURN_BOUNDED_POINTER): Likewise.
36060         (RETURN_NULL_BOUNDED_POINTER): Likewise.
36061         (PUSH_ERRNO_LOCATION_RETURN): Likewise.
36062         (POP_ERRNO_LOCATION_RETURN): Likewise.
36063         * sysdeps/i386/add_n.S (__mpn_add_n): Do not use removed macros.
36064         (__mpn_add_n) [__BOUNDED_POINTERS__]: Remove conditional code.
36065         * sysdeps/i386/addmul_1.S (__mpn_addmul_1): Do not use removed
36066         macros.
36067         (__mpn_addmul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
36068         * sysdeps/i386/bsd-_setjmp.S (_setjmp): Do not use removed macros.
36069         * sysdeps/i386/bsd-setjmp.S (setjmp): Likewise.
36070         * sysdeps/i386/fpu/s_frexp.S (__frexp): Likewise.
36071         * sysdeps/i386/fpu/s_frexpf.S (__frexpf): Likewise.
36072         * sysdeps/i386/fpu/s_frexpl.S (__frexpl): Likewise.
36073         * sysdeps/i386/fpu/s_remquo.S (__remquo): Likewise.
36074         * sysdeps/i386/fpu/s_remquof.S (__remquof): Likewise.
36075         * sysdeps/i386/fpu/s_remquol.S (__remquol): Likewise.
36076         * sysdeps/i386/i486/strcat.S (strcat): Likewise.
36077         * sysdeps/i386/i486/strlen.S (strlen): Likewise.
36078         * sysdeps/i386/i586/add_n.S (__mpn_add_n): Likewise.
36079         (__mpn_add_n) [__BOUNDED_POINTERS__]: Remove conditional code.
36080         * sysdeps/i386/i586/addmul_1.S (__mpn_addmul_1): Do not use
36081         removed macros.
36082         (__mpn_addmul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
36083         * sysdeps/i386/i586/lshift.S (__mpn_lshift): Do not use removed
36084         macros.
36085         (__mpn_lshift) [__BOUNDED_POINTERS__]: Remove conditional code.
36086         * sysdeps/i386/i586/memcpy.S (memcpy): Do not use removed macros.
36087         * sysdeps/i386/i586/memset.S (memset): Likewise.
36088         * sysdeps/i386/i586/mul_1.S (__mpn_mul_1): Likewise.
36089         (__mpn_mul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
36090         * sysdeps/i386/i586/rshift.S (__mpn_rshift): Do not use removed
36091         macros.
36092         (__mpn_rshift) [__BOUNDED_POINTERS__]: Remove conditional code.
36093         * sysdeps/i386/i586/strchr.S (strchr): Do not use removed macros.
36094         Change uses of L(2) to L(out).
36095         * sysdeps/i386/i586/strcpy.S (STRCPY): Do not use removed macros.
36096         * sysdeps/i386/i586/strlen.S (strlen): Likewise.
36097         * sysdeps/i386/i586/sub_n.S (__mpn_sub_n): Likewise.
36098         (__mpn_sub_n) [__BOUNDED_POINTERS__]: Remove conditional code.
36099         * sysdeps/i386/i586/submul_1.S (__mpn_submul_1): Do not use
36100         removed macros.
36101         (__mpn_submul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
36102         * sysdeps/i386/i686/add_n.S (__mpn_add_n): Do not use removed
36103         macros.
36104         (__mpn_add_n) [__BOUNDED_POINTERS__]: Remove conditional code.
36105         * sysdeps/i386/i686/memcmp.S (ENTRANCE): Do not use macro ENTER.
36106         (RETURN): Do not use macro LEAVE.
36107         * sysdeps/i386/i686/memcpy.S (memcpy): Do not use removed macros.
36108         * sysdeps/i386/i686/memmove.S (memmove): Likewise.
36109         * sysdeps/i386/i686/mempcpy.S (mempcpy): Likewise.
36110         * sysdeps/i386/i686/memset.S (memset): Likewise.
36111         * sysdeps/i386/i686/strcmp.S (strcmp): Likewise.
36112         (strcmp) [!__BOUNDED_POINTERS__]: Make code unconditional.
36113         (strcmp) [__BOUNDED_POINTERS__]: Remove conditional code.
36114         * sysdeps/i386/i686/strtok.S (save_ptr) [__BOUNDED_POINTERS__]:
36115         Likewise.
36116         (save_ptr) [!__BOUNDED_POINTERS__]: Make code unconditional.
36117         (FUNCTION): Do not use removed macros.  Combine labels L(1_1),
36118         L(1_2) and L(1_3) into L(1).
36119         (FUNCTION) [__BOUNDED_POINTERS__]: Remove conditional code.
36120         * sysdeps/i386/lshift.S (__mpn_lshift): Do not use removed macros.
36121         (__mpn_lshift) [__BOUNDED_POINTERS__]: Remove conditional code.
36122         * sysdeps/i386/memchr.S (__memchr): Do not use removed macros.
36123         (__memchr) [__BOUNDED_POINTERS__]: Remove conditional code.
36124         * sysdeps/i386/memcmp.S (memcmp): Do not use removed macros.
36125         * sysdeps/i386/mul_1.S (__mpn_mul_1): Likewise.
36126         (__mpn_mul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
36127         * sysdeps/i386/rawmemchr.S (__rawmemchr): Do not use removed
36128         macros.
36129         * sysdeps/i386/rshift.S (__mpn_rshift): Likewise.
36130         (__mpn_rshift) [__BOUNDED_POINTERS__]: Remove conditional code.
36131         * sysdeps/i386/setjmp.S (__sigsetjmp): Do not use removed macros.
36132         * sysdeps/i386/stpcpy.S (__stpcpy): Likewise.
36133         * sysdeps/i386/stpncpy.S (__stpncpy): Likewise.
36134         (__stpncpy) [__BOUNDED_POINTERS__]: Remove conditional code.
36135         * sysdeps/i386/strchr.S (strchr): Do not use removed macros.
36136         * sysdeps/i386/strchrnul.S (__strchrnul): Likewise.
36137         * sysdeps/i386/strcspn.S (strcspn): Likewise.
36138         * sysdeps/i386/strpbrk.S (strpbrk): Likewise.
36139         * sysdeps/i386/strrchr.S (strrchr): Likewise.
36140         * sysdeps/i386/strspn.S (strspn): Likewise.
36141         * sysdeps/i386/strtok.S (save_ptr) [__BOUNDED_POINTERS__]: Remove
36142         conditional code.
36143         (save_ptr) [!__BOUNDED_POINTERS__]: Make code unconditional.
36144         (FUNCTION) [!__BOUNDED_POINTERS__]: Likewise.
36145         (FUNCTION) [__BOUNDED_POINTERS__]: Remove conditional code.
36146         (FUNCTION): Do not use removed macros.  Combine labels L(1_2) and
36147         L(1_3) into L(1_1).
36148         * sysdeps/i386/sub_n.S (__mpn_sub_n): Do not use removed macros.
36149         (__mpn_sub_n) [__BOUNDED_POINTERS__]: Remove conditional code.
36150         * sysdeps/i386/submul_1.S (__mpn_submul_1): Do not use removed
36151         macros.
36152         (__mpn_submul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
36154 2013-02-19  Jakub Jelinek  <jakub@redhat.com>
36156         * stdlib/strtod_l.c (__mpn_lshift_1): Rewritten as function-like
36157         macro.
36159 2013-02-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
36161         * math/atest-exp.c (exp_mpn): Remove ROUND.
36162         * math/atest-exp2.c (exp_mpn): Likewise.
36163         * math/atest-sincos.c (sincosx_mpn): Remove ROUND and CHK.
36165         * stdlib/cxa_thread_atexit_impl.c: Fix Copyright year.
36166         * stdlib/tst-tls-atexit-lib.c: Likewise.
36167         * stdlib/tst-tls-atexit.c: Likewise.
36169 2013-02-18  Mike Frysinger  <vapier@gentoo.org>
36171         * stdlib/stdlib.h (aligned_alloc): Use __attribute_malloc__
36172         and __attribute_alloc_size__.
36174 2013-02-18  Mike Frysinger  <vapier@gentoo.org>
36176         * include/programs/xmalloc.h: Change __attribute_alloc_size to
36177         __attribute_alloc_size__.
36178         * include/sys/cdefs.h (__attribute_alloc_size): Macro removed.
36179         * misc/sys/cdefs.h (__attribute_alloc_size__): New macro.
36181 2013-02-18  Mike Frysinger  <vapier@gentoo.org>
36183         * include/programs/xmalloc.h: New file.
36184         * catgets/gencat.c: Include it.
36185         (xmalloc, xcalloc, xrealloc, xstrdup): Don't declare them.
36186         * elf/pldd.c: Likewise.
36187         * iconv/iconv_charmap.c: Likewise.
36188         * iconv/iconvconfig.c: Likewise.
36189         * iconv/strtab.c: Likewise.
36190         * locale/programs/locale.c: Likewise.
36191         * locale/programs/localedef.h: Likewise.
36192         * locale/programs/simple-hash.c: Likewise.
36193         * nscd/nscd.h: Likewise.
36194         * nss/makedb.c: Likewise.
36195         * sysdeps/generic/ldconfig.h: Likewise.
36197 2013-02-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
36199         * Versions.def: Add GLIBC_2.18.
36200         * include/link.h (struct link_map): New member l_tls_dtor_count.
36201         * include/stdlib.h (__cxa_thread_atexit_impl): Declare.
36202         (__call_tls_dtors): Likewise.
36203         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: Add
36204         __cxa_thread_atexit_impl.
36205         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
36206         Likewise.
36207         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
36208         Likewise.
36209         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist:
36210         Likewise.
36211         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist:
36212         Likewise.
36213         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Likewise.
36214         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist:
36215         Likewise.
36216         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist:
36217         Likewise.
36218         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Likewise.
36219         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist:
36220         Likewise.
36221         * stdlib/Makefile (routines): Add __cxa_thread_atexit_impl.
36222         (tests): Add test case tst-tls-atexit.
36223         (modules-names): Add shared library for tst-tls-atexit.
36224         * stdlib/Versions (GLIBC_2.18): Add __cxa_thread_atexit_impl.
36225         (GLIBC_PRIVATE): Add __call_tls_dtors.
36226         * stdlib/cxa_thread_atexit_impl.c: New file with helper function
36227         for libstdc++.
36228         * stdlib/exit.c (__run_exit_handlers): Call __call_tls_dtors.
36229         * stdlib/tst-tls-atexit.c: New test case.
36230         * stdlib/tst-tls-atexit-lib.c: New test case.
36232         * misc/tst-pselect.c: Include stdlib.h for declaration of exit.
36234         * elf/Versions (ld): Add _dl_find_dso_for_object.
36235         * elf/dl-addr.c (_dl_addr): Use _dl_find_dso_for_object.
36236         * elf/dl-open.c (_dl_find_dso_for_object): New function.
36237         (dl_open_worker): Use _dl_find_dso_for_object.
36238         * elf/dl-sym.c (do_sym): Likewise.
36239         * sysdeps/generic/ldsodefs.h: Declare _dl_find_dso_for_object.
36241 2013-02-18  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
36243         * sysdeps/s390/s390-64/dl-trampoline.S (_dl_runtime_resolve):
36244         Syntactic changes only.
36245         (_dl_runtime_profile): Do a tail-call to the resolved function.
36247 2013-02-17  Joseph Myers  <joseph@codesourcery.com>
36249         [BZ #13550]
36250         * sysdeps/x86_64/bp-asm.h: Remove file.
36251         * sysdeps/unix/sysv/linux/x86_64/clone.S: Do not include
36252         <bp-sym.h> and <bp-asm.h>.
36253         (__clone): Do not use BP_SYM.
36254         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Do not include
36255         <bp-sym.h> and <bp-asm.h>.
36256         * sysdeps/unix/x86_64/sysdep.S: Likewise.
36257         * sysdeps/x86_64/bsd-_setjmp.S: Do not include "bp-sym.h" and
36258         "bp-asm.h".
36259         (_setjmp): Do not use BP_SYM.
36260         * sysdeps/x86_64/bsd-setjmp.S: Do not include "bp-sym.h" and
36261         "bp-asm.h".
36262         (setjmp): Do not use BP_SYM.
36263         * sysdeps/x86_64/mempcpy.S (__mempcpy): Do not use BP_SYM in
36264         libc_hidden_def.
36265         (mempcpy): Do not use BP_SYM in weak_alias.
36266         * sysdeps/x86_64/rtld-strchr.S: Do not include "bp-sym.h" and
36267         "bp-asm.h".
36268         (strchr): Do not use BP_SYM.
36269         * sysdeps/x86_64/rtld-strlen.S: Do not include "bp-sym.h" and
36270         "bp-asm.h".
36271         * sysdeps/x86_64/setjmp.S (__sigsetjmp): Do not use BP_SYM.
36272         * sysdeps/x86_64/start.S: Do not include "bp-sym.h".
36273         (_start): Do not use BP_SYM.
36274         * sysdeps/x86_64/strcat.S: Do not include "bp-sym.h" and
36275         "bp-asm.h".
36276         (strcat): Do not use BP_SYM.
36277         * sysdeps/x86_64/strcmp.S: Do not include "bp-sym.h" and
36278         "bp-asm.h".
36279         (STRCMP): Do not use BP_SYM.
36280         * sysdeps/x86_64/strcpy.S: Do not include "bp-sym.h" and
36281         "bp-asm.h".
36282         (STRCPY): Do not use BP_SYM.
36283         * sysdeps/x86_64/strcpy_chk.S: Do not include "bp-sym.h" and
36284         "bp-asm.h".
36285         * sysdeps/x86_64/strtok.S: Do not include "bp-sym.h" and
36286         "bp-asm.h".
36287         (FUNCTION): Do not use BP_SYM.
36288         * sysdeps/x86_64/strtok_r.S (strtok_r): Do not use BP_SYM in
36289         weak_alias.
36290         (__GI___strtok_r): Do not use BP_SYM in strong_alias.
36292 2013-02-17  Andreas Jaeger  <aj@suse.de>
36294         * time/Versions: Sort entries.
36295         * string/Versions: Likewise.
36296         * resolv/Versions: Likewise.
36297         * posix/Versions: Likewise.
36298         * iconv/Versions: Likewise.
36299         * elf/Versions: Likewise.
36300         * wcsmbs/Versions: Likewise.
36302 2013-02-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
36304         * sysdeps/ieee754/dbl-64/mpa.c (__sqr): Avoid using LIM in
36305         loop termination condition.
36307         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Use intermediate
36308         variable to calculate EZ.
36309         (__sqr): Likewise.
36311         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Fix determination of
36312         the lower precision input.
36314 2013-02-15  Joseph Myers  <joseph@codesourcery.com>
36316         [BZ #13550]
36317         * Makeconfig [!+link-bounded] (+link-bounded): Remove variable.
36318         [!link-extra-libs] (link-extra-libs-bounded): Likewise.
36319         (run-via-rtld-prefix): Do not handle %-bp tests.
36320         (test-via-rtld-prefix): Do not mention %-bp tests in comment.
36321         (all-object-suffixes): Remove .ob.
36322         (bppfx): Remove variable.
36323         [$(build-bounded) = yes] (object-suffixes): Do not add .ob.
36324         [$(build-bounded) = yes] (CPPFLAGS-.ob): Remove variable.
36325         [$(build-bounded) = yes] (CFLAGS-.ob): Likewise.
36326         [$(build-bounded) = yes] (libtype.ob): Likewise.
36327         * Makerules (elide-routines.ob): Remove variable.
36328         (do-tests-clean): Do not handle *-bp.out.
36329         (common-mostlyclean): Do not handle *-bp and *-bp.out.
36330         * Rules [$(build-bounded) = yes] (tests-bp.out): Remove variable.
36331         [$(build-bounded) = yes] (xtests-bp.out): Likewise.
36332         (tests): Do not include $(tests-bp.out).
36333         (xtests): Do not include $(xtests-bp.out).
36334         [$(build-bounded) = yes] (binaries-bounded): Remove variable.
36335         [$(build-bounded) = yes] ($(addprefix
36336         $(objpfx),$(binaries-bounded))): Remove rule.
36337         ($(objpfx)%-bp.out): Remove rule.
36338         * config.make.in (build-bounded): Remove variable.
36339         * crypt/Makefile [$(build-bounded) = yes]
36340         ($(tests:%=$(objpfx)%-bp)): Remove dependency.
36341         * csu/Makefile [$(build-bounded) = yes] (extra-objs): Do not
36342         append to variable.
36343         [$(build-bounded) = yes] (install-lib): Likewise.
36344         [$(build-bounded) = yes] (generated): Likewise.
36345         [!start-installed-name-rule] ($(objpfx)b$(start-installed-name)):
36346         Remove rule.
36347         * intl/Makefile [$(build-bounded) = yes]
36348         ($(multithread-test-srcs:%=$(objpfx)%-bp)): Remove dependency.
36349         * math/Makefile [$(build-bounded) = yes]
36350         ($(tests:%=$(objpfx)%-bp): Likewise.
36351         * misc/Makefile [$(build-bounded) = yes]
36352         ($(objpfx)tst-tsearch-bp): Likewise.
36353         * nptl/Makeconfig (bounded-thread-library): Remove variable.
36354         * rt/Makefile [$(build-bounded) = yes] ($(tests:%=$(objpfx)%-bp)):
36355         Remove dependency.
36356         * string/Makefile (o-objects.ob): Remove variable.
36357         * sysdeps/i386/i686/Makefile [$(config-asflags-i686) = yes]
36358         (CFLAGS-.ob): Remove variable.
36359         [$(config-asflags-i686) = yes] (ASFLAGS-.ob): Likewise.
36360         * sysdeps/sparc/sparc32/sparcv9/Makefile (ASFLAGS-.ob): Remove
36361         both definitions of variable.
36362         * sysdeps/sparc/sparc64/Makefile [$(have-as-vis3) = yes]
36363         (ASFLAGS-.ob): Remove variable.
36365 2013-02-14  Joseph Myers  <joseph@codesourcery.com>
36367         [BZ #13550]
36368         * config.h.in [USE_REGPARMS && !PROF && !__BOUNDED_POINTERS__]:
36369         Remove __BOUNDED_POINTERS__ from condition.
36370         * elf/dl-runtime.c [!PROF && !__BOUNDED_POINTERS__]: Likewise.
36371         * string/bits/string2.h [!__NO_STRING_INLINES &&
36372         !__BOUNDED_POINTERS__]: Likewise.
36373         * sysdeps/i386/dl-machine.h [!PROF && !__BOUNDED_POINTERS__]:
36374         Likewise.
36375         * sysdeps/unix/sysv/linux/shmat.c (shmat) [__BOUNDED_POINTERS__]:
36376         Remove conditional code.
36377         * sysdeps/x86/bits/string.h [!__NO_STRING_INLINES &&
36378         __USE_STRING_INLINES && __GNUC__ && __GNUC__ >= 2 &&
36379         !__BOUNDED_POINTERS__]: Remove __BOUNDED_POINTERS__ from
36380         condition.
36382         [BZ #13550]
36383         * csu/libc-start.c: Do not include <bp-sym.h>.
36384         [!LIBC_START_MAIN] (LIBC_START_MAIN): Do not use BP_SYM.
36385         * elf/dl-open.c: Do not include <bp-sym.h>.
36386         (_dl_sysdep_start): Do not use BP_SYM in weak_extern.
36387         * math/fegetenv.c: Do not include <bp-sym.h>.
36388         (fegetenv): Do not use BP_SYM in versioned symbols.
36389         * nptl/sysdeps/pthread/bits/libc-lockP.h
36390         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]: Do not include
36391         <bp-sym.h>.
36392         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
36393         (__pthread_mutex_init): Do not use BP_SYM in weak_extern.
36394         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
36395         (__pthread_mutex_destroy): Likewise.
36396         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
36397         (__pthread_mutex_lock): Likewise.
36398         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
36399         (__pthread_mutex_trylock): Likewise.
36400         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
36401         (__pthread_mutex_unlock): Likewise.
36402         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
36403         (__pthread_mutexattr_init): Likewise.
36404         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
36405         (__pthread_mutexattr_destroy): Likewise.
36406         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
36407         (__pthread_mutexattr_settype): Likewise.
36408         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
36409         (__pthread_rwlock_init): Likewise.
36410         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
36411         (__pthread_rwlock_destroy): Likewise.
36412         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
36413         (__pthread_rwlock_rdlock): Likewise.
36414         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
36415         (__pthread_rwlock_tryrdlock): Likewise.
36416         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
36417         (__pthread_rwlock_wrlock): Likewise.
36418         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
36419         (__pthread_rwlock_trywrlock): Likewise.
36420         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
36421         (__pthread_rwlock_unlock): Likewise.
36422         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
36423         (__pthread_key_create): Likewise.
36424         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
36425         (__pthread_setspecific): Likewise.
36426         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
36427         (__pthread_getspecific): Likewise.
36428         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern] (__pthread_once):
36429         Likewise.
36430         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
36431         (_pthread_cleanup_push_defer): Likewise.
36432         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
36433         (_pthread_cleanup_pop_restore): Likewise.
36434         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
36435         (pthread_setcancelstate): Likewise.
36436         * string/memchr.c [HAVE_BP_SYM_H || _LIBC]: Do not include
36437         <bp-sym.h>.
36438         [!(HAVE_BP_SYM_H || _LIBC)] (BP_SYM): Remove macro definition.
36439         (memchr): Do not use BP_SYM in weak_alias.
36440         * sysdeps/i386/fpu/fegetenv.c: Do not include <bp-sym.h>.
36441         (fegetenv): Do not use BP_SYM in versioned symbols.
36442         * sysdeps/i386/fpu/fesetenv.c: Do not include <bp-sym.h>.
36443         (fesetenv): Do not use BP_SYM in versioned symbols.
36444         * sysdeps/i386/fpu/feupdateenv.c: Do not include <bp-sym.h>.
36445         (feupdateenv): Do not use BP_SYM in versioned symbols.
36446         * sysdeps/i386/fpu/fsetexcptflg.c: Do not include <bp-sym.h>.
36447         (fesetexceptflag): Do not use BP_SYM in versioned symbols.
36448         * sysdeps/posix/open64.c: Do not include <bp-sym.h>.
36449         (__open64): Do not use BP_SYM in weak_alias and libc_hidden_weak.
36450         (open64): Do not use BP_SYM in weak_alias.
36451         * sysdeps/powerpc/fpu/fegetenv.c: Do not include <bp-sym.h>.
36452         (fegetenv): Do not use BP_SYM in versioned symbols.
36453         * sysdeps/powerpc/fpu/fesetenv.c: Do not include <bp-sym.h>.
36454         (fesetenv): Do not use BP_SYM in versioned symbols.
36455         * sysdeps/powerpc/fpu/feupdateenv.c: Do not include <bp-sym.h>.
36456         (feupdateenv): Do not use BP_SYM in versioned symbols.
36457         * sysdeps/powerpc/fpu/fgetexcptflg.c: Do not include <bp-sym.h>.
36458         (fegetexceptflag): Do not use BP_SYM in versioned symbols.
36459         * sysdeps/powerpc/fpu/fraiseexcpt.c: Do not include <bp-sym.h>.
36460         (feraiseexcept): Do not use BP_SYM in versioned symbols.
36461         * sysdeps/powerpc/fpu/fsetexcptflg.c: Do not include <bp-sym.h>.
36462         (fesetexceptflag): Do not use BP_SYM in versioned symbols.
36463         * sysdeps/unix/sysv/linux/powerpc/libc-start.c: Do not include
36464         <bp-sym.h>.
36465         (__libc_start_main): Do not use BP_SYM.
36467 2013-02-14  Siddhesh Poyarekar  <siddhesh@redhat.com>
36469         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__cpy): Remove
36470         redundant return line.
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.
36480         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__cpy): Likewise.
36481         (norm): Likewise.
36482         (denorm): Likewise.
36483         (dbl_mp): Likewise.
36484         (sub_magnitudes): Likewise.
36485         (__add): Likewise.
36486         (__sub): Likewise.
36487         (__mul): Likewise.
36488         (__inv): Likewise.
36489         (__dvd): Likewise.
36491         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Use __sqr
36492         instead of __mul.
36493         * sysdeps/ieee754/dbl-64/mpsqrt.c (__mpsqrt): Likewise.
36494         * sysdeps/ieee754/dbl-64/sincos32.c (ss32): Likewise.
36495         (cc32): Likewise.
36497         * sysdeps/ieee754/dbl-64/mpa.c (__sqr): New function.
36498         * sysdeps/ieee754/dbl-64/mpa.h (__sqr): Declare.
36499         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): use __sqr instead
36500         of __mul for squares.
36501         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__sqr): New
36502         function
36503         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__sqr):
36504         Likewise.
36505         * sysdeps/x86_64/fpu/multiarch/mpa-avx.c: Define __sqr.
36506         * sysdeps/x86_64/fpu/multiarch/mpa-fma4.c: Likewise.
36508 2013-02-13  Joseph Myers  <joseph@codesourcery.com>
36510         [BZ #13550]
36511         * misc/sys/cdefs.h [!__BOUNDED_POINTERS__]: Remove conditional
36512         code.
36513         * csu/libc-start.c (LIBC_START_MAIN): Do not use __unbounded in
36514         prototype or function definition.  Rename ubp_* variables and
36515         parameters.  Remove argv definitions conditional on
36516         [__BOUNDED_POINTERS__].
36517         * debug/backtrace.c (__backtrace): Do not use __unbounded.
36518         * elf/dl-runtime.c (_dl_fixup): Likewise.
36519         * include/set-hooks.h (RUN_HOOK): Likewise.
36520         * stdio-common/vfprintf.c (JUMP): Do not use __unbounded in either
36521         definition.
36522         * string/strcpy.c (strcpy): Do not use __unbounded.
36523         * sysdeps/generic/frame.h (struct layout): Likewise.
36524         * sysdeps/gnu/bits/msq.h (struct msqid_ds): Likewise.
36525         * sysdeps/i386/dl-machine.h (_dl_fixup): Likewise.
36526         * sysdeps/powerpc/powerpc32/backtrace.c (struct layout): Likewise.
36527         * sysdeps/powerpc/powerpc64/backtrace.c (struct layout): Likewise.
36528         * sysdeps/sparc/backtrace.c (struct layout): Likewise.
36529         (__backtrace): Likewise.
36530         * sysdeps/unix/sysv/linux/aio_sigqueue.c (__aio_sigqueue): Do not
36531         use __ptrvalue.
36532         * sysdeps/unix/sysv/linux/fxstat.c (__fxstat): Likewise.
36533         * sysdeps/unix/sysv/linux/fxstatat.c (__fxstatat): Likewise.
36534         * sysdeps/unix/sysv/linux/gai_sigqueue.c (__gai_sigqueue):
36535         Likewise.
36536         * sysdeps/unix/sysv/linux/i386/brk.c (__brk): Likewise.
36537         * sysdeps/unix/sysv/linux/i386/fxstat.c (__fxstat): Likewise.
36538         * sysdeps/unix/sysv/linux/i386/fxstatat.c (__fxstatat): Likewise.
36539         * sysdeps/unix/sysv/linux/i386/lxstat.c (__lxstat): Likewise.
36540         * sysdeps/unix/sysv/linux/i386/msgctl.c (struct __old_msqid_ds):
36541         Do not use __unbounded.
36542         * sysdeps/unix/sysv/linux/i386/setrlimit.c (__new_setrlimit):
36543         Rename __unboundedrlimits parameter to rlimits in prototype.
36544         * sysdeps/unix/sysv/linux/i386/shmctl.c (struct __old_shmid_ds):
36545         Do not use __unbounded.
36546         * sysdeps/unix/sysv/linux/i386/sigaction.c (__libc_sigaction): Do
36547         not use __ptrvalue.
36548         * sysdeps/unix/sysv/linux/i386/xstat.c (__xstat): Likewise.
36549         * sysdeps/unix/sysv/linux/llseek.c (__llseek): Likewise.
36550         * sysdeps/unix/sysv/linux/lxstat.c (__lxstat): Likewise.
36551         * sysdeps/unix/sysv/linux/mmap64.c (__mmap64): Do not use
36552         __ptrvalue or __unbounded.
36553         (__mmap64) [__BOUNDED_POINTERS__]: Remove conditional code.
36554         * sysdeps/unix/sysv/linux/msgctl.c (struct __old_msqid_ds): Do not
36555         use __unbounded.
36556         (__new_msgctl): Do not use __ptrvalue.
36557         * sysdeps/unix/sysv/linux/msgrcv.c (struct ipc_kludge): Do not use
36558         __unbounded.
36559         (__libc_msgrcv): Do not use __ptrvalue.
36560         * sysdeps/unix/sysv/linux/powerpc/libc-start.c (struct
36561         startup_info): Do not use __unbounded.
36562         (__libc_start_main): Likewise.  Rename ubp_* variables and
36563         parameters.  Remove argv definitions conditional on
36564         [__BOUNDED_POINTERS__].
36565         * sysdeps/unix/sysv/linux/ptrace.c (ptrace): Do not use
36566         __ptrvalue.
36567         * sysdeps/unix/sysv/linux/semctl.c (struct __old_semid_ds): Do not
36568         use __unbounded.
36569         * sysdeps/unix/sysv/linux/shmat.c (shmat): Do not use __unbounded
36570         or __ptrvalue.
36571         * sysdeps/unix/sysv/linux/shmctl.c (struct __old_shmid_ds): Do not
36572         use __unbounded.
36573         (__new_shmctl): Do not use __ptrvalue.
36574         * sysdeps/unix/sysv/linux/shmdt.c (shmdt): Likewise.
36575         * sysdeps/unix/sysv/linux/sigaction.c (__libc_sigaction):
36576         Likewise.
36577         * sysdeps/unix/sysv/linux/sigqueue.c (__sigqueue): Likewise.
36578         * sysdeps/unix/sysv/linux/sparc/sparc64/sigaction.c
36579         (__libc_sigaction): Likewise.
36580         * sysdeps/unix/sysv/linux/sysctl.c (__sysctl): Likewise.
36581         * sysdeps/unix/sysv/linux/x86_64/sigaction.c (__libc_sigaction):
36582         Likewise.
36583         * sysdeps/unix/sysv/linux/xstat.c (__xstat): Likewise.
36585 2013-02-13   Ondřej Bílka  <neleai@seznam.cz>
36587         * stdlib/Makefile (headers): Add bits/stdlib-bsearch.h.
36589         * string/mempcpy.c: Implement by calling memcpy.
36591 2013-02-13  Siddhesh Poyarekar  <siddhesh@redhat.com>
36593         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Remove NFA.
36595         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Faster polynomial
36596         evaluation.
36598         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Don't bother with zero
36599         values in the mantissa.
36601         * sysdeps/ieee754/dbl-64/mpa.c (add_magnitudes): Use ZK to
36602         minimize writes to Z.
36603         (sub_magnitudes): Simplify code a bit.
36605 2013-02-12  Roland McGrath  <roland@hack.frob.com>
36607         * include/libc-symbols.h (stub_warning): Remove "warning: " prefix
36608         from the message.  The linker prefixes all warnings with that already.
36610 2013-02-12  Andreas Schwab  <schwab@suse.de>
36612         [BZ #15078]
36613         * posix/regexec.c (extend_buffers): Add parameter min_len.
36614         (check_matching): Pass minimum needed length.
36615         (clean_state_log_if_needed): Likewise.
36616         (get_subexp): Likewise.
36617         * posix/Makefile (tests): Add bug-regex34.
36618         (bug-regex34-ENV): Define.
36619         * posix/bug-regex34.c: New file.
36621         [BZ #11561]
36622         * posix/regcomp.c (parse_bracket_exp): When looking up collating
36623         elements compare against the byte sequence of it, not its name.
36624         * posix/Makefile (tests): Add bug-regex35.
36625         (bug-regex35-ENV): Define.
36626         * posix/bug-regex35.c: New file.
36628 2013-02-11  Tom de Vries  <tom@codesourcery.com>
36630         * string/str-two-way.h:  Fix typo RESULT_TYPE -> RETURN_TYPE in
36631         comment.
36632         Add RET0_IF_0 and CHECK_EOL to macro list in comment.
36633         (AVAILABLE1, AVAILABLE2, AVAILABLE1_USES_J): Remove superfluous undef.
36634         (CHECK_EOL): Add undef.
36636 2013-02-11   Ondřej Bílka  <neleai@seznam.cz>
36638         * bits/stdlib-bsearch.h: New file.
36639         * stdlib/bsearch.c: Include bits/stdlib-bsearch.h.
36640         * stdlib/stdlib.h: Likewise.
36642 2013-02-11  Roland McGrath  <roland@hack.frob.com>
36644         * manual/conf.texi (General Limits): Fix SSIZE_MAX type to ssize_t.
36645         * manual/errno.texi (Error Messages): Fix typo in error_print_progname
36646         declaration.
36647         * manual/search.texi (Array Search Function): Add missing const in
36648         lfind prototype.
36649         * manual/resource.texi (Limits on Resources): Fix RLIM_INFINITY
36650         declaration to use rlim_t.
36651         (Basic Scheduling Functions): Remove erroneous const from
36652         sched_getparam prototype.  Remove erroneous * from
36653         sched_get_priority_max and sched_get_priority_min prototypes.
36654         (Resource Usage): Fix summary @comment on vtimes to refer to
36655         sys/vtimes.h rather than vtimes.h.
36656         Add missing *s in vtimes prototype.
36657         (Limits on Resources): Fix ulimit prototype to return long int.
36658         * manual/math.texi (SVID Random): Fix lrand48_r and mrand48_r
36659         prototypes to use long int rather than double.
36660         (BSD Random): Fix initstate and setstate to use char *, not void *.
36661         * manual/llio.texi (Asynchronous Reads/Writes): Fix lio_listio64
36662         prototype to make second argument 'struct aiocb64 *const[]'.
36663         Fix aio_read64 and aio_write64 prototypes to use struct aiocb64.
36664         (Status of AIO Operations): Remove erroneous const in aio_return and
36665         aio_return64 prototypes.
36666         (Synchronizing I/O): Fix sync prototype to return void.
36667         * manual/startup.texi (Suboptions): Remove an erroneous const in
36668         getsubopt prototype.
36669         * manual/getopt.texi (Using Getopt): Add a const in getopt prototype.
36670         * manual/users.texi (Lookup Netgroup): Fix getnetgrent_r prototype to
36671         use size_t rather than int.
36672         (Scanning All Users): Likewise for getpwent_r.
36673         (Setting Groups): Add missing const to setgroups prototype.
36674         * manual/sysinfo.texi (mtab): Fix typo in getmntent_r prototype.
36675         * manual/socket.texi (Host Names): Fix gethostbyaddr and
36676         gethostbyaddr_r prototypes to use socklen_t rather than size_t and
36677         'const void *' rather than 'const char *'.
36678         (Host Address Functions): Likewise for inet_ntop.
36679         (Networks Database): Fix getnetbyaddr prototype to use uint32_t.
36680         (Receiving Data): Fix recv, recvfrom, recvmsg prototypes to use
36681         ssize_t for return value.
36682         (Sending Data): Likewise for send, sendto, sendmsg.
36683         (Socket Option Functions): Add a missing const in setsockopt prototype.
36684         * manual/stdio.texi (Simple Output): Fix fputwc_unlocked prototype to
36685         use wchar_t for the argument.
36686         (Formatted Input Functions): Fix swscanf prototype to use wchar_t *.
36687         * manual/arith.texi (Control Functions): Fix fegetexcept prototype to
36688         take no arguments.
36689         (Normalization Functions): Fix scalb, scalbf, scalbl prototypes to use
36690         double/float/long double for second argument.
36691         Fix return types of significand, significandf, significandl.
36692         * manual/filesys.texi (Setting Permissions): Use mode_t for second
36693         argument in fchmod prototype.
36694         (File Owner): Use uid_t and gid_t in fchown prototype.
36695         (File Times): Add const to utimes, futimes, and lutimes prototypes.
36696         (Making Special Files): Use mode_t and dev_t in mknod prototype.
36697         (Scanning Directory Content): Fix scandir and scandir64 prototypes to
36698         use 'const struct dirent **' as argument types to CMP function pointer
36699         argument.
36700         (Symbolic Links): Fix readlink prototype with ssize_t as return value.
36701         (File Times): Fix summary magic @comment for struct utimbuf and utime
36702         to refer to utime.h, not time.h.
36703         * manual/string.texi (Argz Functions): Add missing const in
36704         argz_extract and argz_next prototypes.
36705         (Finding Tokens in a String): Likewise for basename.
36706         (String/Array Comparison): Fix typo in wcscasecmp prototype.
36707         (Copying and Concatenation): Fix typo in wmemmove prototype.
36708         * manual/signal.texi (Using Pause): Use (void) in pause prototype.
36709         (Signal Stack): Remove erroneous const in sigstack prototype.
36710         * manual/time.texi (Setting an Alarm): Add missing const in setitimer
36711         prototype.
36712         (Simple Calendar Time): Likewise for stime.
36713         * manual/terminal.texi (BSD Terminal Modes): Add missing const in stty
36714         prototype.
36715         * manual/sysinfo.texi (System Parameters): Fix mentions of sysctl.h to
36716         say sys/sysctl.h instead.
36717         * manual/syslog.texi (syslog; vsyslog): Add missing const in syslog
36718         and vsyslog prototypes.
36720 2013-02-11  Tom de Vries  <tom@codesourcery.com>
36722         * string/Makefile (CFLAGS-bug-strstr1.c, CFLAGS-bug-strcasestr1.c):
36723         Remove.
36725 2013-02-11  Roland McGrath  <roland@hack.frob.com>
36727         * misc/sys/mman.h: Fix typo in mremap comment.
36729 2013-02-08  Roland McGrath  <roland@hack.frob.com>
36731         * manual/examples/mkfsock.c (make_named_socket): Don't add one for
36732         the '\0' terminator.
36734 2013-02-08  Joseph Myers  <joseph@codesourcery.com>
36736         [BZ #13550]
36737         * debug/segfault.c: Don't include <bp-checks.h>.
36738         * sysdeps/generic/bp-checks.h: Remove file.
36739         * sysdeps/unix/sysv/linux/getdents.c: Don't include <bp-checks.h>.
36740         (__GETDENTS): Don't use CHECK_N.
36741         * sysdeps/unix/sysv/linux/i386/brk.c: Don't include <bp-checks.h>.
36742         * sysdeps/unix/sysv/linux/i386/getgroups.c: Likewise.
36743         (__getgroups): Don't use CHECK_N.
36744         * sysdeps/unix/sysv/linux/i386/setgroups.c: Likewise.
36745         (setgroups): Don't use CHECK_N.
36746         * sysdeps/unix/sysv/linux/mmap64.c: Don't include <bp-checks.h>.
36747         * sysdeps/unix/sysv/linux/msgrcv.c: Likewise.
36748         (__libc_msgrcv): Don't use CHECK_N.
36749         * sysdeps/unix/sysv/linux/msgsnd.c: Don't include <bp-checks.h>.
36750         (__libc_msgsnd): Don't use CHECK_N.
36751         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread.c: Don't include
36752         <bp-checks.h>.
36753         (__libc_pread): Don't use CHECK_N.
36754         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread64.c: Don't
36755         include <bp-checks.h>.
36756         (__libc_pread64): Don't use CHECK_N.
36757         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite.c: Don't
36758         include <bp-checks.h>.
36759         (__libc_pwrite): Don't use CHECK_N.
36760         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite64.c: Don't
36761         include <bp-checks.h>.
36762         (__libc_pwrite64): Don't use CHECK_N.
36763         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c: Don't include
36764         <bp-checks.h>.
36765         (__libc_pread): Don't use CHECK_N.
36766         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c: Don't
36767         include <bp-checks.h>.
36768         (__libc_pread64): Don't use CHECK_N.
36769         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c: Don't
36770         include <bp-checks.h>.
36771         (__libc_pwrite): Don't use CHECK_N.
36772         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c: Don't
36773         include <bp-checks.h>.
36774         (__libc_pwrite64): Don't use CHECK_N.
36775         * sysdeps/unix/sysv/linux/pread.c: Don't include <bp-checks.h>.
36776         (do_pread): Don't use CHECK_N.
36777         * sysdeps/unix/sysv/linux/pread64.c: Don't include <bp-checks.h>.
36778         (do_pread64): Don't use CHECK_N.
36779         * sysdeps/unix/sysv/linux/pwrite.c: Don't include <bp-checks.h>.
36780         (do_pwrite): Don't use CHECK_N.
36781         * sysdeps/unix/sysv/linux/pwrite64.c: Don't include <bp-checks.h>.
36782         (do_pwrite64): Don't use CHECK_N.
36783         * sysdeps/unix/sysv/linux/readv.c: Don't include <bp-checks.h>.
36784         (__libc_readv): Don't use CHECK_N.
36785         * sysdeps/unix/sysv/linux/semop.c: Don't include <bp-checks.h>.
36786         (semop): Don't use CHECK_N.
36787         * sysdeps/unix/sysv/linux/semtimedop.c: Don't include
36788         <bp-checks.h>.
36789         (semtimedop): Don't use CHECK_N.
36790         * sysdeps/unix/sysv/linux/sh/pread.c: Don't include <bp-checks.h>.
36791         (__libc_pread): Don't use CHECK_N.
36792         * sysdeps/unix/sysv/linux/sh/pread64.c: Don't include
36793         <bp-checks.h>.
36794         (__libc_pread64): Don't use CHECK_N.
36795         * sysdeps/unix/sysv/linux/sh/pwrite.c: Don't include
36796         <bp-checks.h>.
36797         (__libc_pwrite): Don't use CHECK_N.
36798         * sysdeps/unix/sysv/linux/sh/pwrite64.c: Don't include
36799         <bp-checks.h>.
36800         (__libc_pwrite64): Don't use CHECK_N.
36801         * sysdeps/unix/sysv/linux/sparc/sparc64/msgrcv.c: Don't include
36802         <bp-checks.h>.
36803         (__libc_msgrcv): Don't use CHECK_N.
36804         * sysdeps/unix/sysv/linux/sysctl.c: Don't include <bp-checks.h>.
36805         (__sysctl): Don't use CHECK_N.  Remove GKM FIXME comment.
36806         * sysdeps/unix/sysv/linux/writev.c: Don't include <bp-checks.h>.
36807         (__libc_writev): Don't use CHECK_N.
36809 2013-02-08  Roland McGrath  <roland@hack.frob.com>
36811         * string/strcpy.c: Removed unused variable.
36813         * Makeconfig (+sysdep-includes): Define with := rather than =.
36814         Use an existing include/ subdir of each sysdeps dir before it.
36816 2013-02-08  Carlos O'Donell  <carlos@redhat.com>
36818         * nscd/connection.c (register_traced_file): Comment function.
36819         [HAVE_INOTIFY] (union __inev): Define.
36820         [HAVE_INOTIFY] (inotify_check_files): New function.
36821         [HAVE_INOTIFY] (clear_db_cache): Likewise.
36822         [HAVE_INOTIFY] (main_loop_poll): Call inotify_check_files and
36823         clear_db_cache.
36824         [HAVE_INOTIFY] (main_loop_epoll): Likewise.
36826 2013-02-08  Carlos O'Donell  <carlos@redhat.com>
36828         * elf/dl-cache.c (_dl_load_cache_lookup): Comment that cache is
36829         loaded if not already and that a failure is permanent.
36831 2013-02-08  Carlos O'Donell  <carlos@redhat.com>
36833         [BZ #15006]
36834         * sysdeps/generic/ldconfig.h: Define FLAG_ARM_LIBSF.
36835         * elf/cache.c (print_entry): Add FLAG_ARM_LIBSF support.
36837 2013-02-08  Joseph Myers  <joseph@codesourcery.com>
36839         [BZ #13550]
36840         * sysdeps/generic/bp-checks.h (CHECK_1): Remove all definitions.
36841         (CHECK_1_NULL_OK): Likewise.
36842         * sysdeps/unix/sysv/linux/fxstat.c: Do not include <bp-checks.h>.
36843         (__fxstat): Do not use CHECK_1.
36844         * sysdeps/unix/sysv/linux/fxstat64.c: Do not include
36845         <bp-checks.h>.
36846         (___fxstat64): Do not use CHECK_1.
36847         * sysdeps/unix/sysv/linux/fxstatat.c: Do not include
36848         <bp-checks.h>.
36849         (__fxstatat): Do not use CHECK_1.
36850         * sysdeps/unix/sysv/linux/fxstatat64.c: Do not include
36851         <bp-checks.h>.
36852         (__fxstatat64): Do not use CHECK_1.
36853         * sysdeps/unix/sysv/linux/i386/fxstat.c: Do not include
36854         <bp-checks.h>.
36855         (__fxstat): Do not use CHECK_1.
36856         * sysdeps/unix/sysv/linux/i386/fxstatat.c: Do not include
36857         <bp-checks.h>.
36858         (__fxstatat): Do not use CHECK_1.
36859         * sysdeps/unix/sysv/linux/i386/getresgid.c: Do not include
36860         <bp-checks.h>.
36861         (__getresgid): Do not use CHECK_1.
36862         * sysdeps/unix/sysv/linux/i386/getresuid.c: Do not include
36863         <bp-checks.h>.
36864         (__getresuid): Do not use CHECK_1.
36865         * sysdeps/unix/sysv/linux/i386/lxstat.c: Do not include
36866         <bp-checks.h>.
36867         (__lxstat): Do not use CHECK_1.
36868         * sysdeps/unix/sysv/linux/i386/msgctl.c: Do not include
36869         <bp-checks.h>.
36870         (__old_msgctl): Do not use CHECK_1.
36871         (__new_msgctl): Likewise.
36872         * sysdeps/unix/sysv/linux/i386/setrlimit.c: Do not include
36873         <bp-checks.h>.
36874         (__new_setrlimit): Do not use CHECK_1.
36875         * sysdeps/unix/sysv/linux/i386/shmctl.c: Do not include
36876         <bp-checks.h>.
36877         (__old_shmctl): Do not use CHECK_1.
36878         (__new_shmctl): Likewise.
36879         * sysdeps/unix/sysv/linux/i386/xstat.c: Do not include
36880         <bp-checks.h>.
36881         (__xstat): Do not use CHECK_1.
36882         * sysdeps/unix/sysv/linux/lxstat.c: Do not include <bp-checks.h>.
36883         (__lxstat): Do not use CHECK_1.
36884         * sysdeps/unix/sysv/linux/lxstat64.c: Do not include
36885         <bp-checks.h>.
36886         (___lxstat64): Do not use CHECK_1.
36887         * sysdeps/unix/sysv/linux/msgctl.c: Do not include <bp-checks.h>.
36888         (__old_msgctl): Do not use CHECK_1.
36889         (__new_msgctl): Likewise.
36890         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c: Do not include
36891         <bp-checks.h>.
36892         (__gettimeofday): Do not use CHECK_1.
36893         * sysdeps/unix/sysv/linux/ptrace.c: Do not include <bp-checks.h>.
36894         (ptrace) [__BOUNDED_POINTERS__]: Remove conditional code.
36895         * sysdeps/unix/sysv/linux/s390/gettimeofday.c: Do not include
36896         <bp-checks.h>.
36897         (__gettimeofday): Do not use CHECK_1.
36898         * sysdeps/unix/sysv/linux/shmctl.c: Do not include <bp-checks.h>.
36899         (__old_shmctl): Do not use CHECK_1_NULL_OK.
36900         (__new_shmctl): Do not use CHECK_1.
36901         * sysdeps/unix/sysv/linux/sigtimedwait.c: Do not include
36902         <bp-checks.h>.
36903         (do_sigtimedwait): Do not use CHECK_1.
36904         * sysdeps/unix/sysv/linux/sigwaitinfo.c: Do not include
36905         <bp-checks.h>.
36906         (do_sigwaitinfo): Do not use CHECK_1.
36907         * sysdeps/unix/sysv/linux/sparc/sparc64/msgctl.c: Do not include
36908         <bp-checks.h>.
36909         (msgctl): Do not use CHECK_1.
36910         * sysdeps/unix/sysv/linux/sparc/sparc64/shmctl.c: Do not include
36911         <bp-checks.h>.
36912         (shmctl): Do not use CHECK_1.
36913         * sysdeps/unix/sysv/linux/ustat.c: Do not include <bp-checks.h>.
36914         (ustat): Do not use CHECK_1.
36915         * sysdeps/unix/sysv/linux/wordsize-64/fxstat.c: Do not include
36916         <bp-checks.h>.
36917         (__fxstat): Do not use CHECK_1.
36918         * sysdeps/unix/sysv/linux/wordsize-64/fxstatat.c: Do not include
36919         <bp-checks.h>.
36920         (__fxstatat): Do not use CHECK_1.
36921         * sysdeps/unix/sysv/linux/wordsize-64/lxstat.c: Do not include
36922         <bp-checks.h>.
36923         (__lxstat): Do not use CHECK_1.
36924         * sysdeps/unix/sysv/linux/wordsize-64/xstat.c: Do not include
36925         <bp-checks.h>.
36926         (__xstat): Do not use CHECK_1.
36927         * sysdeps/unix/sysv/linux/xstat.c: Do not include <bp-checks.h>.
36928         (__xstat): Do not use CHECK_1.
36929         * sysdeps/unix/sysv/linux/xstat64.c: Do not include <bp-checks.h>.
36930         (___xstat64): Do not use CHECK_1.
36932         [BZ #13550]
36933         * sysdeps/generic/bp-checks.h (CHECK_BOUNDS_LOW): Remove all
36934         definitions.
36935         (CHECK_BOUNDS_HIGH): Likewise.
36936         * string/strcpy.c: Do not include <bp-checks.h>.
36937         (strcpy): Do not use CHECK_BOUNDS_LOW and CHECK_BOUNDS_HIGH.
36939 2013-02-07  Roland McGrath  <roland@hack.frob.com>
36941         * nscd/nscd-client.h (__nscd_drop_map_ref):
36942         Add __attribute__ ((unused)).
36943         * nis/nss-nisplus.h (niserr2nss): Likewise.
36945         * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu): Define it only
36946         under [!(USE_AS_STRCASESTR && STRCASESTR_NONASCII)].
36948         * csu/libc-tls.c (init_static_tls, init_slotinfo):
36949         Remove inline keyword.
36950         * include/rounding-mode.h (round_away): Likewise.
36951         * libio/wfileops.c (adjust_wide_data): Likewise.
36952         * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu): Likewise.
36953         (__m128i_strloadu_tolower): Likewise.
36954         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c
36955         (__m128i_strloadu_tolower): Likewise.
36956         * time/mktime.c (ydhms_diff): Likewise.
36957         * locale/elem-hash.h (elem_hash): Likewise.
36958         * locale/setlocale.c (setdata): Likewise.
36959         * posix/regex_internal.h (re_string_char_size_at): Likewise.
36960         (re_string_wchar_at): Likewise.
36961         (bitset_not, bitset_merge, bitset_mask): Likewise.
36962         [!(__GNUC__ > 3)] (inline): Remove macro.
36963         * nscd/nscd-client.h (__nscd_drop_map_ref): Remove inline keyword.
36964         * elf/dl-deps.c (_dl_map_object_deps: preload): Likewise.
36965         * elf/tlsdeschtab.h (_dl_tlsdesc_resolve_early_return_p): Likewise.
36966         (_dl_tlsdesc_wake_up_held_fixups): Likewise.
36967         * string/memcmp.c (memcmp_bytes): Likewise.
36968         * locale/programs/locarchive.c (compute_hashval): Likewise.
36969         * sysdeps/ieee754/dbl-64/x2y2m1.c (mul_split): Likewise.
36970         * sysdeps/unix/sysv/linux/fips-private.h (fips_enabled_p): Likewise.
36971         * resolv/res_send.c (evNowTime, evCmpTime): Likewise.
36972         * nss/getent.c (print_rpc, print_protocols): Likewise.
36973         (print_passwd, print_group, print_aliases): Likewise.
36974         * nis/nss-nisplus.h (niserr2nss): Likewise.
36975         * nscd/connections.c (restart_p): Likewise.
36976         Change return type to bool.
36978 2013-02-05  Roland McGrath  <roland@hack.frob.com>
36980         * Makeconfig (all-Depend-files): Add existing
36981         $(sorted-subdirs:=/Depend) files.
36982         (all-subdirs): Remove nss.
36983         * sysdeps/unix/inet/Subdirs: Add it here instead.
36984         * hesiod/Depend: New file.
36986         * elf/dl-hwcaps.c (_dl_important_hwcaps): Use a variable-length array
36987         instead of calling alloca.
36989         * io/lseek.c (__lseek): Rename to __libc_lseek.
36990         Define __lseek as an alias.
36992         * sysdeps/generic/malloc-sysdep.h: Include <stdbool.h> and <unistd.h>.
36994 2013-02-04  Carlos O'Donell  <carlos@redhat.com>
36996         * stdlib/getenv.c (getenv): Assume __BIG_ENDIAN in the
36997         else clause and remove check for non-standard endianness.
36999 2013-02-04  David S. Miller  <davem@davemloft.net>
37001         * sysdeps/sparc/fpu/libm-test-ulps: Update.
37003 2013-02-04  Joseph Myers  <joseph@codesourcery.com>
37005         [BZ #13550]
37006         * sysdeps/generic/bp-checks.h [__BOUNDED_POINTERS__]
37007         (__ubp_memchr): Remove prototype.
37008         [__BOUNDED_POINTERS__] (_CHECK_STRING): Remove macro.
37009         [__BOUNDED_POINTERS__] (CHECK_STRING): Likewise.
37010         [__BOUNDED_POINTERS__] (CHECK_STRING_NULL_OK): Likewise.
37011         [!__BOUNDED_POINTERS__] (CHECK_STRING): Likewise.
37012         * sysdeps/i386/memchr.S [!__BOUNDED_POINTERS__] (__ubp_memchr):
37013         Remove alias.
37014         * sysdeps/sparc/sparc32/memchr.S [!__BOUNDED_POINTERS__]
37015         (__ubp_memchr): Likewise.
37016         * sysdeps/sparc/sparc64/memchr.S [!__BOUNDED_POINTERS__]
37017         (__ubp_memchr): Likewise.
37018         * sysdeps/unix/sysv/linux/execve.c: Do not include <bp-checks.h>.
37019         (__execve) [__BOUNDED_POINTERS__]: Remove conditional code.
37020         (__execve) [!__BOUNDED_POINTERS__]: Make code unconditional.
37021         * sysdeps/unix/sysv/linux/fxstatat.c (__fxstatat): Do not use
37022         CHECK_STRING.
37023         * sysdeps/unix/sysv/linux/fxstatat64.c (__fxstatat64): Likewise.
37024         * sysdeps/unix/sysv/linux/getcwd.c: Do not include <bp-checks.h>.
37025         (__getcwd): Do not use CHECK_STRING.
37026         * sysdeps/unix/sysv/linux/i386/chown.c: Do not include
37027         <bp-checks.h>.
37028         (__real_chown): Do not use CHECK_STRING.
37029         * sysdeps/unix/sysv/linux/i386/fchownat.c: Do not include
37030         <bp-checks.h>.
37031         (fchownat): Do not use CHECK_STRING.
37032         * sysdeps/unix/sysv/linux/i386/fxstatat.c (__fxstatat): Do not use
37033         CHECK_STRING.
37034         * sysdeps/unix/sysv/linux/i386/lchown.c: Do not include
37035         <bp-checks.h>.
37036         (__lchown): Do not use CHECK_STRING.
37037         * sysdeps/unix/sysv/linux/i386/lxstat.c (__lxstat): Likewise.
37038         * sysdeps/unix/sysv/linux/i386/xstat.c (__xstat): Likewise.
37039         * sysdeps/unix/sysv/linux/lxstat.c (__lxstat): Likewise.
37040         * sysdeps/unix/sysv/linux/lxstat64.c (___lxstat64): Likewise.
37041         * sysdeps/unix/sysv/linux/powerpc/powerpc32/truncate64.c: Do not
37042         include <bp-checks.h>.
37043         (truncate64): Do not use CHECK_STRING.
37044         * sysdeps/unix/sysv/linux/s390/s390-32/chown.c: Do not include
37045         <bp-checks.h>.
37046         (__real_chown): Do not use CHECK_STRING.
37047         * sysdeps/unix/sysv/linux/s390/s390-32/lchown.c: Do not include
37048         <bp-checks.h>.
37049         (__lchown): Do not use CHECK_STRING.
37050         * sysdeps/unix/sysv/linux/sh/chown.c: Do not include
37051         <bp-checks.h>.
37052         (__chown): Do not use CHECK_STRING.
37053         * sysdeps/unix/sysv/linux/truncate64.c: Do not include
37054         <bp-checks.h>.
37055         (truncate64): Do not use CHECK_STRING.
37056         * sysdeps/unix/sysv/linux/wordsize-64/lxstat.c (__lxstat):
37057         Likewise.
37058         * sysdeps/unix/sysv/linux/xmknod.c: Do not include <bp-checks.h>.
37059         (__xmknod): Do not use CHECK_STRING.
37060         * sysdeps/unix/sysv/linux/xmknodat.c: Do not include
37061         <bp-checks.h>.
37062         (__xmknodat): Do not use CHECK_STRING.
37063         * sysdeps/unix/sysv/linux/xstat.c (__xstat): Likewise.
37064         * sysdeps/unix/sysv/linux/xstat64.c (___xstat64): Likewise.
37066 2013-02-04  Andreas Schwab  <schwab@suse.de>
37068         [BZ #14142]
37069         * include/errno.h: Redefine errno only if !NOT_IN_libc || IN_LIB.
37070         * include/netdb.h: Likewise for h_errno.
37071         * elf/tst-stackguard1.c: Include <tls.h>.
37073 2013-02-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
37075         * elf/link.h (struct link_map): Extend the l_addr comment.
37076         * include/link.h (struct link_map): Likewise.
37078 2013-02-01  Joseph Myers  <joseph@codesourcery.com>
37080         [BZ #13550]
37081         * sysdeps/generic/bp-checks.h (BOUNDED_N): Remove all definitions.
37082         (BOUNDED_1): Remove macro.
37083         * debug/backtrace.c: Don't include <bp-checks.h>.
37084         (ADVANCE_STACK_FRAME): Don't use BOUNDED_1.
37085         (__backtrace): Likewise.
37086         * sysdeps/powerpc/powerpc32/backtrace.c: Don't include
37087         <bp-checks.h>.
37088         (__backtrace): Don't use BOUNDED_1.
37089         * sysdeps/powerpc/powerpc64/backtrace.c: Don't include
37090         <bp-checks.h>.
37091         (__backtrace): Don't use BOUNDED_1.
37092         * sysdeps/sparc/backtrace.c: Don't include <bp-checks.h>.
37093         (__backtrace): Don't use BOUNDED_1.
37094         * sysdeps/unix/sysv/linux/shmat.c: Don't include <bp-checks.h>.
37095         (shmat): Don't use BOUNDED_N.
37097 2013-01-31  Joseph Myers  <joseph@codesourcery.com>
37099         [BZ #13550]
37100         * sysdeps/generic/bp-start.h: Remove file.
37101         * csu/libc-start.c: Don't include <bp-start.h>.
37102         (LIBC_START_MAIN): Set up __environ directly instead of using
37103         INIT_ARGV_and_ENVIRON.
37104         * sysdeps/unix/sysv/linux/powerpc/libc-start.c: Don't include
37105         <bp-start.h>.
37107         [BZ #13550]
37108         * sysdeps/generic/bp-checks.h (CHECK_IOCTL): Remove both
37109         definitions.
37110         (CHECK_FCNTL): Likewise.
37111         (CHECK_N_PAGES): Likewise.
37113         [BZ #13550]
37114         * sysdeps/generic/bp-checks.h (CHECK_SIGSET): Remove both
37115         definitions.
37116         (CHECK_SIGSET_NULL_OK): Likewise.
37117         * sysdeps/unix/sysv/linux/sigpending.c: Don't include
37118         <bp-checks.h>.
37119         (sigpending): Don't use CHECK_SIGSET.
37120         * sysdeps/unix/sysv/linux/sigprocmask.c: Don't include
37121         <bp-checks.h>.
37122         (__sigprocmask): Don't use CHECK_SIGSET and CHECK_SIGSET_NULL_OK.
37123         * sysdeps/unix/sysv/linux/sigsuspend.c: Don't include
37124         <bp-checks.h>.
37125         (do_sigsuspend): Don't use CHECK_SIGSET.
37126         * sysdeps/unix/sysv/linux/sigtimedwait.c (do_sigtimedwait): Don't
37127         use CHECK_SIGSET.
37128         * sysdeps/unix/sysv/linux/sigwait.c: Don't include <bp-checks.h>.
37129         (do_sigwait): Don't use CHECK_SIGSET.
37130         * sysdeps/unix/sysv/linux/sigwaitinfo.c (do_sigwaitinfo): Don't
37131         use CHECK_SIGSET.
37132         * sysdeps/unix/sysv/linux/sparc/sparc64/sigpending.c: Don't
37133         include <bp-checks.h>.
37134         (sigpending): Don't use CHECK_SIGSET.
37135         * sysdeps/unix/sysv/linux/sparc/sparc64/sigprocmask.c: Don't
37136         include <bp-checks.h>.
37137         (__sigprocmask): Don't use CHECK_SIGSET and CHECK_SIGSET_NULL_OK.
37138         * sysdeps/unix/sysv/linux/x86_64/sigpending.c: Don't include
37139         <bp-checks.h>.
37140         (sigpending): Don't use CHECK_SIGSET.
37141         * sysdeps/unix/sysv/linux/x86_64/sigprocmask.c: Don't include
37142         <bp-checks.h>.
37143         (__sigprocmask): Don't use CHECK_SIGSET and CHECK_SIGSET_NULL_OK.
37145         [BZ #13550]
37146         * sysdeps/generic/bp-semctl.h: Remove file.
37147         * sysdeps/unix/sysv/linux/i386/semctl.c: Don't include
37148         <bp-checks.h> and <bp-semctl.h>.
37149         (__old_semctl): Don't use CHECK_SEMCTL.
37150         (__new_semctl): Likewise.
37151         * sysdeps/unix/sysv/linux/semctl.c: Don't include <bp-checks.h>
37152         and <bp-semctl.h>.
37153         (__old_semctl): Don't use CHECK_SEMCTL.
37154         (__new_semctl): Likewise.
37155         * sysdeps/unix/sysv/linux/sparc/sparc32/semctl.c: Don't include
37156         <bp-checks.h> and <bp-semctl.h>.
37157         (__old_semctl): Don't use CHECK_SEMCTL.
37158         (__new_semctl): Likewise.
37159         * sysdeps/unix/sysv/linux/sparc/sparc64/semctl.c: Don't include
37160         <bp-checks.h> and <bp-semctl.h>.
37161         (semctl): Don't use CHECK_SEMCTL.
37163         [BZ #13550]
37164         * Makerules (elide-bp-thunks): Remove variable.
37165         (elide-routines.oS): Don't use $(elide-bp-thunks).
37166         (elide-routines.os): Likewise.
37167         (elide-routines.o): Likewise.
37168         (elide-routines.op): Likewise.
37169         (elide-routines.og): Likewise.
37170         (objects): Don't use $(bp-thunks).
37171         * sysdeps/unix/Makefile ($(common-objpfx)s-proto-bp.d): Do not
37172         include.
37173         (common-generated): Do not add s-proto-bp.d.
37174         * sysdeps/unix/make-syscalls.sh (ptr): Remove variable.
37175         (int): Likewise.
37176         (typ): Likewise.
37177         Do not generate makefile rules for bounded-pointer thunks.
37178         * sysdeps/generic/bp-thunks.h: Remove file.
37179         * sysdeps/unix/sysv/linux/i386/bp-thunks.h: Likewise.
37180         * sysdeps/unix/s-proto-bp.S: Likewise.
37182         [BZ #15062]
37183         * math/k_casinh.c (__kernel_casinh): Compute real and imaginary
37184         parts of result separately when argument is not close to line from
37185         -i to i and one part of argument is small.
37186         * math/k_casinhf.c (__kernel_casinhf): Likewise.
37187         * math/k_casinhl.c (__kernel_casinhl): Likewise.
37188         * math/libm-test.inc (cacos_test): Add more tests.
37189         (casin_test): Likewise.
37190         (casinh_test): Likewise.
37191         * sysdeps/i386/fpu/libm-test-ulps: Update.
37192         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
37194 2013-01-31  David S. Miller  <davem@davemloft.net>
37196         * po/de.po: Update from translation team.
37198 2013-01-25  Maxim Kuvyrkov  <maxim.kuvyrkov@gmail.com>
37200         * time/tzfile.c: Include stdint.h for SIZE_MAX.
37202 2013-01-25  Thomas Schwinge  <thomas@codesourcery.com>
37204         * configure.in (_AC_PROG_CC_C89): New definition.
37205         * configure: Regenerate.
37207         * configure.in (AC_PROG_CPP): New definition.
37208         * configure: Regenerate.
37210 2013-01-23  Joseph Myers  <joseph@codesourcery.com>
37212         * debug/tst-backtrace.h: New file.
37213         * debug/tst-backtrace2.c: Include tst-backtrace.h.
37214         (ret): Remove variable.
37215         (x): Likewise.
37216         (FAIL): Remove macro.
37217         (NO_INLINE): Likewise.
37218         (fn1): Use match function instead of strstr.
37219         * debug/tst-backtrace3.c: Include tst-backtrace.h.
37220         (ret): Remove variable.
37221         (x): Likewise.
37222         (FAIL): Remove macro.
37223         (NO_INLINE): Likewise.
37224         (fn): Use match function instead of strstr.
37225         * debug/tst-backtrace4.c: Include tst-backtrace.h.
37226         (ret): Remove variable.
37227         (x): Likewise.
37228         (FAIL): Remove macro.
37229         (NO_INLINE): Likewise.
37230         (handle_signal): Use match function instead of strstr.
37231         * debug/tst-backtrace5.c: Include tst-backtrace.h.
37232         (ret): Remove variable.
37233         (x): Likewise.
37234         (FAIL): Remove macro.
37235         (NO_INLINE): Likewise.
37236         (handle_signal): Use match function instead of strstr.
37238 2013-01-23  Roland McGrath  <roland@hack.frob.com>
37240         * misc/sys/cdefs.h (__glibc_unlikely, __glibc_likely): Fix whitespace.
37242 2013-01-23  David S. Miller  <davem@davemloft.net>
37244         * sysdeps/sparc/sparc32/sparcv9/bits/atomic.h
37245         (__arch_compare_and_exchange_val_32_acq): Use %g0 as second
37246         argument of CAS if possible.
37247         * sysdeps/sparc/sparc64/bits/atomic.h
37248         (__arch_compare_and_exchange_val_32_acq): Likewise.
37249         (__arch_compare_and_exchange_val_64_acq): Likewise.
37251 2013-01-23  Pino Toscano  <toscano.pino@tiscali.it>
37253         * sysdeps/unix/sysv/linux/ulimit.c: Moved to ...
37254         * sysdeps/posix/ulimit.c: ... this.
37255         Include <limits.h>.
37256         * sysdeps/unix/bsd/ulimit.c: Remove file.
37258 2013-01-23  Adam Conrad  <adconrad@0c3.net>
37260         * elf/Makefile (LDFLAGS-tst-array2): Add $(no-as-needed).
37261         (LDFLAGS-tst-array5): Likewise.
37263 2013-01-23  Joseph Myers  <joseph@codesourcery.com>
37265         [BZ #15036]
37266         * bits/wchar.h (__WCHAR_MAX): Define based on __WCHAR_MAX__, or
37267         based on [L'\0' - 1 > 0] if [!__WCHAR_MAX__].
37268         (__WCHAR_MIN): Likewise, using __WCHAR_MIN__.
37269         * sysdeps/unix/sysv/linux/x86/bits/wchar.h: Remove.
37271 2013-01-21  David S. Miller  <davem@davemloft.net>
37273         * sysdeps/sparc/backtrace.c: New file.
37274         * sysdeps/sparc/sparc32/backtrace.h: New file.
37275         * sysdeps/sparc/sparc32/sparcv9/backtrace.h: New file.
37276         * sysdeps/sparc/sparc64/backtrace.h: New file.
37277         * sysdeps/sparc/sparc64/backtrace.c: Delete.
37278         * sysdeps/sparc/Makefile (CFLAGS-backtrace.c): Add
37279         -funwind-tables.
37281 2013-01-21  Andreas Schwab  <schwab@suse.de>
37283         [BZ #15020]
37284         * posix/wordexp.c (exec_comm): Avoid busy loop when command has
37285         closed its stdout.
37287 2013-01-20  Andreas Schwab  <schwab@linux-m68k.org>
37289         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Don't include
37290         "mpa2.h".
37291         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
37293 2013-01-18  Joseph Myers  <joseph@codesourcery.com>
37294             Mark Mitchell  <mark@codesourcery.com>
37295             Tom de Vries  <tom@codesourcery.com>
37296             Paul Pluzhnikov  <ppluzhnikov@google.com>
37298         * debug/tst-backtrace2.c: New file.
37299         * debug/tst-backtrace3.c: Likewise.
37300         * debug/tst-backtrace4.c: Likewise.
37301         * debug/tst-backtrace5.c: Likewise.
37302         * debug/Makefile (CFLAGS-tst-backtrace2.c): New variable.
37303         (CFLAGS-tst-backtrace3.c): Likewise.
37304         (CFLAGS-tst-backtrace4.c): Likewise.
37305         (CFLAGS-tst-backtrace5.c): Likewise.
37306         (LDFLAGS-tst-backtrace2): Likewise.
37307         (LDFLAGS-tst-backtrace3): Likewise.
37308         (LDFLAGS-tst-backtrace4): Likewise.
37309         (LDFLAGS-tst-backtrace5): Likewise.
37310         (tests): Add new tests tst-backtrace2, tst-backtrace3,
37311         tst-backtrace4 and tst-backtrace5.
37313 2013-01-18  Anton Blanchard  <anton@samba.org>
37314             Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
37316         * sysdeps/unix/sysv/linux/powerpc/init-first.c: Rename
37317         __kernel_vdso_get_tbfreq to __kernel_get_tbfreq.
37318         * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c: Add parameter to
37319         INTERNAL_VSYSCALL_NO_SYSCALL_FALLBACK to specify return type.
37320         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h
37321         (INTERNAL_VSYSCALL_NCS): Change "=&r" in inline asm output regs list to
37322         "+r" and remove output regs list as redundant.  Add explicit inline
37323         asm to specify register of return val to work around compiler codegen
37324         bug.  Remove (int) cast on return value.  Add return type parameter to
37325         use in macro so that this macro does not truncate return value for
37326         64-bit values.
37327         (INTERNAL_VSYSCALL_NO_SYSCALL_FALLBACK): Add return type parameter and
37328         pass to INTERNAL_VSYSCALL_NCS.
37329         (INLINE_VSYSCALL): Add 'long int' as return type to
37330         INTERNAL_VSYSCALL_NCS macro invocation.
37331         (INTERNAL_VSYSCALL): Add 'long int' as return type to
37332         INTERNAL_VSYSCALL_NCS macro invocation.
37333         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
37335 2013-01-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
37337         [BZ #14496]
37338         * sysdeps/i386/fpu/fenv_private.h (libc_feupdateenv_test_sse):
37339         Fix application of SIMD FP exception mask.
37341         * sysdeps/ieee754/dbl-64/mpa.h (__pow_mp): New function to get an
37342         mp_no from a power of two.
37343         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Remove
37344         __mpexp_twomm1.  Use __pow_mp.
37346         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Remove unnecessary
37347         multiplication.
37349 2013-01-17  David S. Miller  <davem@davemloft.net>
37351         * sysdeps/sparc/fpu/libm-test-ulps: Update.
37353 2013-01-17  Joseph Myers  <joseph@codesourcery.com>
37355         [BZ #15023]
37356         * include/complex.h: Condition contents on [!_COMPLEX_H].
37357         (__kernel_casinhf): New prototype.
37358         (__kernel_casinh): Likewise.
37359         (__kernel_casinhl): Likewise.
37360         * math/Makefile (libm_calls): Add k_casinh.
37361         * math/k_casinh.c: New file.
37362         * math/k_casinhf.c: Likewise.
37363         * math/k_casinhl.c: Likewise.
37364         * math/s_cacos.c (__cacos): Implement using __kernel_casinh for
37365         finite nonzero arguments.
37366         * math/s_cacosf.c (__cacosf): Implement using __kernel_casinhf for
37367         finite nonzero arguments.
37368         * math/s_cacosl.c (__cacosl): Implement using __kernel_casinhl for
37369         finite nonzero arguments.
37370         * math/s_casinh.c: Do not include <float.h>.
37371         (__casinh): Move code for finite nonzero arguments to k_casinh.c.
37372         * math/s_casinhf.c: Do not include <float.h>.
37373         (__casinhf): Move code for finite nonzero arguments to
37374         k_casinhf.c.
37375         * math/s_casinhl.c: Do not include <float.h>.
37376         [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Do not undefine and
37377         redefine.
37378         (__casinhl): Move code for finite nonzero arguments to
37379         k_casinhl.c.
37380         * math/libm-test.inc (cacos_test): Add more tests.
37381         * sysdeps/i386/fpu/libm-test-ulps: Update.
37382         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
37384 2013-01-17  Pino Toscano  <toscano.pino@tiscali.it>
37386         * sysdeps/unix/sysv/linux/malloc-sysdep.h (HAVE_MREMAP): New define.
37387         * malloc/malloc.c: Include <unistd.h> and <malloc-sysdep.h>.
37388         [!HAVE_MREMAP]: Remove [defined linux] case.
37389         * malloc/arena.c: Do not include <malloc-sysdep.h>.
37391 2013-01-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
37393         * sysdeps/ieee754/dbl-64/mpa.c: Fix header comment.
37395 2013-01-17  H.J. Lu  <hongjiu.lu@intel.com>
37397         * elf/elf.h (R_386_SIZE32): New relocation.
37398         * sysdeps/i386/dl-machine.h (elf_machine_rel): Handle
37399         R_386_SIZE32.
37400         (elf_machine_rela): Likewise.
37401         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Handle
37402         R_X86_64_SIZE64 and R_X86_64_SIZE32.
37404 2013-01-17  Joseph Myers  <joseph@codesourcery.com>
37406         * sysdeps/powerpc/bits/mathdef.h [_SOFT_FLOAT || __NO_FPRS__]
37407         (FP_FAST_FMA): Do not define.
37408         [_SOFT_FLOAT || __NO_FPRS__] (FP_FAST_FMAF): Likewise.
37409         * sysdeps/powerpc/fpu/bits/fenvinline.h [__GNUC__ && !_SOFT_FLOAT
37410         && !__NO_MATH_INLINES]: Add [!__NO_FPRS__] condition.
37411         * sysdeps/powerpc/fpu/bits/mathinline.h [__GNUC__ &&
37412         !_SOFT_FLOAT]: Likewise.
37413         * sysdeps/powerpc/fpu/fpu_control.h [_SOFT_FLOAT || __NO_FPRS__]
37414         [_SOFT_FLOAT || __NO_FPRS__] (_FPU_RESERVED): Define with generic
37415         value.
37416         [_SOFT_FLOAT || __NO_FPRS__] (_FPU_DEFAULT): Likewise.
37417         [_SOFT_FLOAT || __NO_FPRS__] (fpu_control_t): Likewise.
37418         [_SOFT_FLOAT || __NO_FPRS__] (_FPU_GETCW): Likewise.
37419         [_SOFT_FLOAT || __NO_FPRS__] (_FPU_SETCW): Likewise.
37420         [_SOFT_FLOAT || __NO_FPRS__] (__fpu_control): Likewise.
37421         [!_SOFT_FLOAT && !__NO_FPRS__]: Condition previous contents of
37422         file.
37424 2013-01-16  Andreas Schwab  <schwab@suse.de>
37426         [BZ #14327]
37427         * include/stdlib.h (__mktemp): Add declaration.
37428         * misc/mktemp.c (__mktemp): Renamed from mktemp, add weak alias.
37429         * misc/Versions (GLIBC_PRIVATE): Add __mktemp.
37431 2013-01-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
37433         * sysdeps/ieee754/dbl-64/atnat.h: Remove constant value
37434         definitions.
37435         * sysdeps/ieee754/dbl-64/atnat2.h: Likewise.
37436         * sysdeps/ieee754/dbl-64/mpa.c: Do not include mpa2.h.
37437         * sysdeps/ieee754/dbl-64/mpa.h: Move all constant value
37438         definitions here.
37439         * sysdeps/ieee754/dbl-64/mpa2.h: Remove.
37440         * sysdeps/ieee754/dbl-64/mpatan.h: Remove constant value
37441         definitions.
37442         * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Remove ZERO
37443         and ONE.
37444         * sysdeps/ieee754/dbl-64/mpexp.c: Do not include mpexp.h.
37445         * sysdeps/ieee754/dbl-64/mpexp.h: Remove.
37446         * sysdeps/ieee754/dbl-64/mpsqrt.h: Remove constant value
37447         definitions.
37448         * sysdeps/ieee754/dbl-64/mptan.c (__mptan): Remove MONE.
37449         * sysdeps/ieee754/dbl-64/ulog.h: Remove constant value
37450         definitions.
37451         * sysdeps/ieee754/dbl-64/utan.h: Likewise.
37453         * sysdeps/ieee754/dbl-64/mpa2.h: Fix the value of TWO.
37455 2013-01-15  David S. Miller  <davem@davemloft.net>
37457         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add vis3
37458         trunc{,f} to libm-sysdep_routes.
37459         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Likewise.
37460         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_trunc-vis3.S: New
37461         file.
37462         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_trunc.S: New file.
37463         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_truncf-vis3.S: New
37464         file.
37465         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_truncf.S: New
37466         file.
37467         * sysdeps/sparc/sparc32/sparcv9/fpu/s_trunc.S: New file.
37468         * sysdeps/sparc/sparc32/sparcv9/fpu/s_truncf.S: New file.
37469         * sysdeps/sparc/sparc64/fpu/multiarch/s_trunc-vis3.S: New file.
37470         * sysdeps/sparc/sparc64/fpu/multiarch/s_trunc.S: New file.
37471         * sysdeps/sparc/sparc64/fpu/multiarch/s_truncf-vis3.S: New file.
37472         * sysdeps/sparc/sparc64/fpu/multiarch/s_truncf.S: New file.
37473         * sysdeps/sparc/sparc64/fpu/s_trunc.S: New file.
37474         * sysdeps/sparc/sparc64/fpu/s_truncf.S: New file.
37476         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add vis3
37477         nearbyint{,f} to libm-sysdep_routes.
37478         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Likewise.
37479         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyint-vis3.S:
37480         New file.
37481         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyint.S: New
37482         file.
37483         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyintf-vis3.S:
37484         New file.
37485         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyintf.S: New
37486         file.
37487         * sysdeps/sparc/sparc32/sparcv9/fpu/s_nearbyint.S: New file.
37488         * sysdeps/sparc/sparc32/sparcv9/fpu/s_nearbyintf.S: New file.
37489         * sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyint-vis3.S: New
37490         file.
37491         * sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyint.S: New file.
37492         * sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyintf-vis3.S: New
37493         file.
37494         * sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyintf.S: New file.
37495         * sysdeps/sparc/sparc64/fpu/s_nearbyint.S: New file.
37496         * sysdeps/sparc/sparc64/fpu/s_nearbyintf.S: New file.
37498         * sysdeps/ieee754/dbl-64/s_nearbyint.c (__nearbyint): Use
37499         libc_feholdexcept and libc_fesetenv.
37501 2013-01-15  Mike Frysinger  <vapier@gentoo.org>
37503         * sysdeps/unix/sysv/linux/scsi/sg.h: Include stddef.h.
37505 2013-01-14  David S. Miller  <davem@davemloft.net>
37507         * sysdeps/sparc/sparc-ifunc.h (SPARC_ASM_IFUNC2): New macro.
37508         (SPARC_ASM_VIS2_IFUNC): Likewise.
37509         (SPARC_ASM_VIS3_VIS2_IFUNC): Likewise.
37510         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil-vis3.S: Make
37511         use of 'siam' instruction.
37512         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf-vis3.S:
37513         Likewise.
37514         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor-vis3.S:
37515         Likewise.
37516         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf-vis3.S:
37517         Likewise.
37518         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil-vis3.S: Likewise.
37519         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf-vis3.S: Likewise.
37520         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor-vis3.S: Likewise.
37521         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf-vis3.S: Likewise.
37522         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil-vis2.S: New
37523         file.
37524         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf-vis2.S: New
37525         file.
37526         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor-vis2.S: New
37527         file.
37528         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf-vis2.S: New
37529         file.
37530         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil-vis2.S: New file.
37531         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf-vis2.S: New file.
37532         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor-vis2.S: New file.
37533         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf-vis2.S: New file.
37534         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: Hook in
37535         new VIS2 routines.
37536         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf.S: Likewise.
37537         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: Likewise.
37538         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf.S:
37539         Likewise.
37540         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil.S: Likewise.
37541         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf.S: Likewise.
37542         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor.S: Likewise.
37543         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf.S: Likewise.
37544         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add new VIS2
37545         routines to libm-sysdep_routines.
37546         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Likewise.
37548         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add vis3
37549         fdim/fdimf to libm-sysdep_routines.
37550         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdim-vis3.S: New
37551         file.
37552         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdim.S: New file.
37553         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdimf-vis3.S: New
37554         file.
37555         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdimf.S: New file.
37556         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fdim.S: New file.
37557         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fdimf.S: New file.
37558         * sysdeps/sparc/sparc32/fpu/s_fdim.S: New file.
37559         * sysdeps/sparc/sparc32/fpu/s_fdimf.S: New file.
37560         * sysdeps/sparc/sparc64/fpu/s_fdim.S: New file.
37561         * sysdeps/sparc/sparc64/fpu/s_fdimf.S: New file.
37563 2013-01-14  Siddhesh Poyarekar  <siddhesh@redhat.com>
37565         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Add a local variable
37566         to optimize copies.
37568         * sysdeps/ieee754/dbl-64/mpa.c: Fix formatting.
37569         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Likewise.
37570         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
37572         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__inv): Remove
37573         local variable MPTWO.
37574         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__inv):
37575         Likewise.
37577 2013-01-13  Mike Frysinger  <vapier@gentoo.org>
37579         * manual/pattern.texi (Flags for Globbing): Move GLOB_NOSORT after
37580         GLOB_NOESCAPE.
37582 2013-01-13  Mike Frysinger  <vapier@gentoo.org>
37584         * manual/pattern.texi (Flags for Globbing): Highlight GNU extensions.
37586 2013-01-13  Mike Frysinger  <vapier@gentoo.org>
37588         * manual/pattern.texi (glob_t): Document gl_flags.
37589         (glob64_t): Likewise.
37591 2013-01-11  David S. Miller  <davem@davemloft.net>
37593         * math/Makefile (gmp-objs): Use $(gmp-sysdep_routines).
37594         * sysdeps/sparc/sparc64/multiarch/Makefile [$(subdir) = math]
37595         (gmp-sysdep_routines): New variable.  Add VIS3 optimized GMP routines.
37596         * sysdeps/sparc/sparc64/multiarch/add_n-vis3.S: New file.
37597         * sysdeps/sparc/sparc64/multiarch/add_n.S: New file.
37598         * sysdeps/sparc/sparc64/multiarch/addmul_1-vis3.S: New file.
37599         * sysdeps/sparc/sparc64/multiarch/addmul_1.S: New file.
37600         * sysdeps/sparc/sparc64/multiarch/mul_1-vis3.S: New file.
37601         * sysdeps/sparc/sparc64/multiarch/mul_1.S: New file.
37602         * sysdeps/sparc/sparc64/multiarch/sub_n-vis3.S: New file.
37603         * sysdeps/sparc/sparc64/multiarch/sub_n.S: New file.
37604         * sysdeps/sparc/sparc64/multiarch/submul_1-vis3.S: New file.
37605         * sysdeps/sparc/sparc64/multiarch/submul_1.S: New file.
37607         * sysdeps/sparc/sparc32/sparcv9/mul_1.S: Properly optimize for 32-bit
37608         sparc V9 rather than using V8 code.
37609         * sysdeps/sparc/sparc32/sparcv9/addmul_1.S: Likewise.
37610         * sysdeps/sparc/sparc32/sparcv9/submul_1.S: Likewise.
37612         * sysdeps/sparc/sparc32/sparcv9/fpu/unix/sysv/linux/multiarch/Implies:
37613         Move to...
37614         * sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/fpu/multiarch/Implies:
37615         Here.
37617 2013-01-11  Roland McGrath  <roland@hack.frob.com>
37619         * configure.in (sysnames): Use $multi_arch_d in setting up $mach list,
37620         not in the main loop.
37621         * configure: Regenerated.
37623 2013-01-11  Joseph Myers  <joseph@codesourcery.com>
37625         * include/features.h (__GLIBC_HAVE_LONG_LONG): Remove.
37626         * bits/byteswap.h [__GLIBC_HAVE_LONG_LONG]: Change #elif condition
37627         to just #else.
37628         * bits/types.h [__GLIBC_HAVE_LONG_LONG]: Likewise.  Remove
37629         [!__GLIBC_HAVE_LONG_LONG] case.
37630         * posix/sys/types.h [__GLIBC_HAVE_LONG_LONG]: Change #elif
37631         condition to just #else.
37632         * stdlib/stdlib.h [__USE_ISOC99 || (__GLIBC_HAVE_LONG_LONG &&
37633         __USE_MISC)]: Change all uses to [__USE_ISOC99 || __USE_MISC].
37634         [__GLIBC_HAVE_LONG_LONG && __USE_BSD]: Change to [__USE_BSD].
37635         * string/byteswap.h [__GLIBC_HAVE_LONG_LONG]: Make code
37636         unconditional.
37637         * string/endian.h [__GLIBC_HAVE_LONG_LONG]: Likewise.
37638         * sysdeps/s390/bits/byteswap.h [__GLIBC_HAVE_LONG_LONG]: Change
37639         #elif condition to just #else.
37640         * sysdeps/unix/sysv/linux/sys/sysmacros.h
37641         [__GLIBC_HAVE_LONG_LONG]: Make code unconditional.
37642         * sysdeps/x86/bits/byteswap.h [__GLIBC_HAVE_LONG_LONG]: Change
37643         #elif condition to just #else.
37645 2013-01-11  Steve Ellcey  <sellcey@mips.com>
37647         * elf/elf.h (EF_MIPS_ARCH_32): Fix value.
37648         (EF_MIPS_ARCH_64): Fix value.
37649         (EF_MIPS_ARCH_32R2): New.
37650         (EF_MIPS_ARCH_64R2): New.
37652 2013-01-11  H.J. Lu  <hongjiu.lu@intel.com>
37654         * Makeconfig (+link-pie-before-libc): New.
37655         (+link-pie-after-libc): Likewise.
37656         (+link-pie-tests): Likewise.
37657         (+link-pie): Rewritten.
37658         (link-before-libc): Remove $(config-LDFLAGS).
37659         (+link): Add $(rtld-LDFLAGS) after $(+link-before-libc).
37660         (+link-tests): Add $(rtld-tests-LDFLAGS) after $(+link-before-libc).
37661         (config-LDFLAGS): Renamed to ...
37662         (rtld-LDFLAGS): This.
37663         (rtld-tests-LDFLAGS): New macro.
37664         (link-libc-rpath-link): Likewise.
37665         (link-libc-tests-rpath-link): Likewise.
37666         (link-libc-before-gnulib): Remove -Wl,-rpath-link=$(rpath-link).
37667         (link-libc): Prepand $(link-libc-rpath-link).
37668         (link-libc-tests): Prepand $(link-libc-tests-rpath-link).
37669         (test-program-prefix): New macro.
37670         (test-via-rtld-prefix): Likewise.
37671         (test-program-cmd): Likewise.
37672         (host-test-program-cmd): Likewise.
37673         * Makefile ($(common-objpfx)testrun.sh): Replace
37674         $(run-program-prefix) with $(test-program-prefix).
37675         * Makerules ($(LINK.o)): Replace $(config-LDFLAGS) with
37676         $(rtld-LDFLAGS).
37677         ($(common-objpfx)shlib.lds): Likewise.
37678         (build-module-helper): Likewise.
37679         ($(common-objpfx)format.lds): Likewise.
37680         * Rules (binaries-pie-tests): New.
37681         (binaries-pie-notests): Likewise.
37682         (binaries-pie): Rewritten.
37683         ($(addprefix $(objpfx),$(binaries-pie))): Renamed to ...
37684         ($(addprefix $(objpfx),$(binaries-pie-notests))): This.
37685         ($(addprefix $(objpfx),$(binaries-pie-tests))): New.
37686         (make-test-out): Replace $(host-built-program-cmd) with
37687         $(host-test-program-cmd).
37688         * config.make.in (build-hardcoded-path-in-tests): New variable.
37689         * configure.in (--enable-hardcoded-path-in-tests): New configure
37690         option.
37691         (hardcoded_path_in_tests): New AC_SUBST.
37692         * configure: Regenerated.
37693         * catgets/Makefile ($(objpfx)test-gencat.out): Replace
37694         $(built-program-cmd) with $(test-program-cmd).
37695         * catgets/test-gencat.sh (run_program_cmd): Renamed to ...
37696         (test_program_cmd): This.
37697         * elf/Makefile ($(objpfx)order.out): Run test with
37698         $(test-program-prefix).
37699         ($(objpfx)order2.out): Likewise.
37700         ($(objpfx)tst-initorder.out): Likewise.
37701         ($(objpfx)tst-initorder2.out): Likewise.
37702         ($(objpfx)tst-array1.out): Replace $(built-program-cmd) with
37703         $(test-program-cmd).
37704         ($(objpfx)tst-array1-static.out): Likewise.
37705         ($(objpfx)tst-array2.out): Likewise.
37706         ($(objpfx)tst-array3.out): Likewise.
37707         ($(objpfx)tst-array4.out): Likewise.
37708         ($(objpfx)tst-array5.out): Likewise.
37709         ($(objpfx)tst-array5-static.out): Likewise.
37710         (tst-stackguard1-ARGS): Replace $(built-program-cmd) with
37711         $(test-program-cmd).
37712         * grp/Makefile ($(objpfx)tst_fgetgrent.out): Replace
37713         $(run-program-prefix) with $(test-program-prefix).
37714         * grp/tst_fgetgrent.sh (run_program_prefix): Renamed to ...
37715         (test_program_prefix): This.
37716         * iconvdata/Makefile ($(objpfx)tst-tables.out): Replace
37717         $(run-program-prefix) with $(test-program-prefix).
37718         * iconvdata/tst-table.sh (run_program_prefix): Renamed to ...
37719         (test_program_prefix): This.
37720         * iconvdata/tst-tables.sh: Likewise.
37721         * intl/Makefile ($(objpfx)tst-gettext.out): Replace
37722         $(run-program-prefix) with $(test-program-prefix).
37723         ($(objpfx)tst-translit.out): Likewise.
37724         ($(objpfx)tst-gettext2.out): Likewise.
37725         ($(objpfx)tst-gettext4.out): Likewise.
37726         ($(objpfx)tst-gettext6.out): Likewise.
37727         * intl/tst-gettext.sh (run_program_prefix): Renamed to ...
37728         (test_program_prefix): This.
37729         * intl/tst-gettext2.sh: Likewise.
37730         * intl/tst-gettext4.sh  Likewise.
37731         * intl/tst-gettext6.sh: Likewise.
37732         * intl/tst-translit.sh: Likewise.
37733         * io/Makefile ($(objpfx)ftwtest.out): Replace $(run-program-cmd)
37734         with $(test-program-cmd).
37735         * libio/Makefile ($(objpfx)test-freopen.out): Replace
37736         $(run-program-prefix) with $(test-program-prefix).
37737         * libio/test-freopen.sh (run_program_prefix): Renamed to ...
37738         (test_program_prefix): This.
37739         * malloc/Makefile ($(objpfx)tst-mtrace.out): Replace
37740         $(run-program-prefix) with $(test-program-prefix).
37741         * malloc/tst-mtrace.sh (run_program_prefix): Renamed to ...
37742         (test_program_prefix): This.
37743         * manual/install.texi: Document --enable-hardcoded-path-in-tests.
37744         * posix/Makefile ($(objpfx)globtest.out): Replace
37745         $(run-via-rtld-prefix) and $(test-wrapper) with
37746         $(test-program-prefix) and $(test-via-rtld-prefix).
37747         ($(objpfx)wordexp-tst.out): Replace $(run-program-prefix) with
37748         $(test-program-prefix).
37749         (tst-exec-ARGS): Replace $(host-built-program-cmd) with
37750         $(host-test-program-cmd).
37751         (tst-spawn-ARGS): Likewise.
37752         ($(objpfx)tst-rxspencer-mem): Replace $(run-program-prefix) with
37753         $(test-program-prefix).
37754         * posix/globtest.sh (un_via_rtld_prefix): Renamed to ...
37755         (test_via_rtld_prefix): This.
37756         (test_wrapper): Renamed to ...
37757         (test_program_prefix): This.
37758         (run_program_prefix): Replaced by test_program_prefix.
37759         * posix/wordexp-tst.sh (run_program_prefix): Renamed to ...
37760         (test_program_prefix): This.
37761         * rt/Makefile (tst-mqueue7-ARGS): Replace $(host-built-program-cmd)
37762         with $(host-test-program-cmd).
37763         * stdio-common/Makefile ($(objpfx)tst-unbputc.out): Replace
37764         $(run-program-prefix) with $(test-program-prefix).
37765         ($(objpfx)tst-printf.out): Likewise.
37766         ($(objpfx)tst-setvbuf1.out): Replace $(built-program-cmd) with
37767         $(test-program-cmd).
37768         * stdio-common/tst-printf.sh (run_program_prefix): Renamed to ...
37769         (test_program_prefix): This.
37770         * stdio-common/tst-unbputc.sh: Likewise.
37771         * stdlib/Makefile ($(objpfx)tst-fmtmsg.out): Replace
37772         $(run-program-prefix) with $(test-program-prefix).
37773         * stdlib/tst-fmtmsg.sh (run_program_prefix): Renamed to ...
37774         (test_program_prefix): This.
37775         * string/Makefile ($(objpfx)tst-svc.out):  Replace
37776         $(built-program-cmd) with $(test-program-cmd).
37778 2013-01-11  Andreas Jaeger  <aj@suse.de>
37780         [BZ #15003]
37781         * sysdeps/unix/sysv/linux/bits/socket.h (MSG_FASTOPEN): New
37782         value. Sync with Linux 3.7.
37784 2013-01-10  David S. Miller  <davem@davemloft.net>
37786         * sysdeps/sparc/sparc32/sparcv9/mul_1.S: Revert previous changes.
37787         * sysdeps/sparc/sparc32/sparcv9/addmul_1.S: Likewise.
37788         * sysdeps/sparc/sparc32/sparcv9/submul_1.S: Likewise.
37790 2013-01-10  Roland McGrath  <roland@hack.frob.com>
37792         * configure.in (sysnames): Drop use of $m0sub and $msub, which are
37793         never set.
37794         * configure: Regenerated.
37796 2013-01-10  David S. Miller  <davem@davemloft.net>
37798         * sysdeps/sparc/sparc32/sparcv9/mul_1.S: Properly optimize for 32-bit
37799         sparc V9 rather than using V8 code.
37800         * sysdeps/sparc/sparc32/sparcv9/addmul_1.S: Likewise.
37801         * sysdeps/sparc/sparc32/sparcv9/submul_1.S: Likewise.
37803 2013-01-10  Roland McGrath  <roland@hack.frob.com>
37805         * elf/elf.h (DT_SPARC_REGISTER, DT_SPARC_NUM): Fix whitespace.
37806         (EF_MIPS_NOREORDER, EF_MIPS_PIC, EF_MIPS_CPIC, EF_MIPS_XGOT): Likewise.
37807         (EF_MIPS_64BIT_WHIRL, EF_MIPS_ABI2, EF_MIPS_ABI_ON32): Likewise.
37808         (EF_MIPS_ARCH, EF_MIPS_ARCH_1, EF_MIPS_ARCH_2): Likewise.
37809         (EF_MIPS_ARCH_3, EF_MIPS_ARCH_4, EF_MIPS_ARCH_5): Likewise.
37810         (EF_MIPS_ARCH_32, EF_MIPS_ARCH_64): Likewise.
37811         (E_MIPS_ARCH_1): Define in terms of EF_MIPS_ARCH_* counterpart.
37812         (E_MIPS_ARCH_2, E_MIPS_ARCH_3, E_MIPS_ARCH_4, E_MIPS_ARCH_5): Likewise.
37813         (E_MIPS_ARCH_32, E_MIPS_ARCH_64): Likewise.
37814         (SHN_MIPS_ACOMMON, SHN_MIPS_TEXT, SHN_MIPS_DATA): Fix whitespace.
37815         (SHN_MIPS_SCOMMON, SHN_MIPS_SUNDEFINED): Likewise.
37816         (SHT_MIPS_LIBLIST, SHT_MIPS_MSYM, SHT_MIPS_CONFLICT): Likewise.
37817         (SHT_MIPS_GPTAB, SHT_MIPS_UCODE, SHT_MIPS_DEBUG): Likewise.
37818         (SHT_MIPS_REGINFO, SHT_MIPS_PACKAGE, SHT_MIPS_PACKSYM): Likewise.
37819         (SHT_MIPS_RELD, SHT_MIPS_IFACE, SHT_MIPS_CONTENT): Likewise.
37820         (SHT_MIPS_OPTIONS, SHT_MIPS_SHDR, SHT_MIPS_FDESC): Likewise.
37821         (SHT_MIPS_EXTSYM, SHT_MIPS_DENSE, SHT_MIPS_PDESC): Likewise.
37822         (SHT_MIPS_LOCSYM, SHT_MIPS_AUXSYM, SHT_MIPS_OPTSYM): Likewise.
37823         (SHT_MIPS_LOCSTR, SHT_MIPS_LINE, SHT_MIPS_RFDESC): Likewise.
37824         (SHT_MIPS_DELTASYM, SHT_MIPS_DELTAINST, SHT_MIPS_DELTACLASS): Likewise.
37825         (SHT_MIPS_DELTADECL, SHT_MIPS_SYMBOL_LIB, SHT_MIPS_EVENTS): Likewise.
37826         (SHT_MIPS_TRANSLATE, SHT_MIPS_PIXIE, SHT_MIPS_XLATE): Likewise.
37827         (SHT_MIPS_XLATE_DEBUG, SHT_MIPS_WHIRL, SHT_MIPS_EH_REGION): Likewise.
37828         (SHT_MIPS_XLATE_OLD, SHT_MIPS_PDR_EXCEPTION): Likewise.
37829         (SHF_MIPS_GPREL, SHF_MIPS_MERGE, SHF_MIPS_ADDR): Likewise.
37830         (SHF_MIPS_STRINGS, SHF_MIPS_NOSTRIP, SHF_MIPS_LOCAL): Likewise.
37831         (SHF_MIPS_NAMES, SHF_MIPS_NODUPE): Likewise.
37833 2013-01-10  David S. Miller  <davem@davemloft.net>
37835         * sysdeps/sparc/fpu/libm-test-ulps: Update.
37837 2013-01-10  H.J. Lu  <hongjiu.lu@intel.com>
37839         * posix/Makefile (tests-static): New variable.
37840         (tests): Add $(tests-static).
37841         (tst-exec-static-ARGS): New variable.
37842         (tst-spawn-static-ARGS): Likewise.
37843         * posix/tst-exec-static.c: New file.
37844         * posix/tst-spawn-static.c: Likewise.
37845         * posix/tst-exec.c: Support run directly.
37846         * posix/tst-spawn.c: Likewise.
37848 2013-01-10  Joseph Myers  <joseph@codesourcery.com>
37850         * elf/link.h (struct dl_phdr_info): Use __extension__ with long
37851         long.
37852         * math/bits/mathcalls.h (llrint): Likewise.
37853         (llround): Likewise.
37854         * stdlib/stdlib.h (struct drand48_data): Likewise.
37855         * sysdeps/generic/inttypes.h (imaxdiv_t): Likewise.
37856         * sysdeps/s390/bits/byteswap.h (__bswap_64): Likewise.
37857         * sysdeps/unix/sysv/linux/sparc/bits/ipc.h (struct ipc_perm):
37858         Likewise.
37859         * sysdeps/unix/sysv/linux/sparc/sys/ucontext.h (struct fpu):
37860         Likewise.
37861         * sysdeps/unix/sysv/linux/x86/sys/procfs.h [__x86_64__]
37862         (elf_greg_t): Likewise.
37863         * sysdeps/x86/bits/setjmp.h [__x86_64__ && __WORDSIZE != 64]
37864         (__jmp_buf): Likewise.
37865         * sysdeps/x86/fpu/bits/mathinline.h (llrintf): Likewise, for all
37866         definitions.
37867         (llrint): Likewise, for all definitions.
37868         (llrintl): Likewise.
37870         * string/string.h [__USE_BSD && __USE_GNU && __GNUC__] (ffsll):
37871         Remove [__GNUC__] condition.
37872         * wcsmbs/wchar.h [__USE_ISOC99 || (__GNUC__ && __USE_GNU)]: Change
37873         condition to just [__USE_ISOC99].
37874         [__GNUC__ && __USE_GNU]: Change condition to just [__USE_GNU].
37876 2013-01-10  H.J. Lu  <hongjiu.lu@intel.com>
37878         [BZ #14200]
37879         * sysdeps/unix/sysv/linux/x86/bits/environments.h
37880         (_POSIX_V7_ILP32_OFF32): Defined as 1 only if __x86_64__ isn't
37881         defined.
37882         (_POSIX_V6_ILP32_OFF32): Likewise.
37883         (_XBS5_ILP32_OFF32): Likewise.
37884         (__ILP32_OFFBIG_CFLAGS): Defined as "-mx32" for x32.
37885         (__ILP32_OFFBIG_LDFLAGS): Likewise.
37887 2013-01-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
37889         * sysdeps/ieee754/dbl-64/mpexp.c: Fix formatting.
37891         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): New array of
37892         doubles __mpexp_twomm1.  Adjust usage.
37893         * sysdeps/ieee754/dbl-64/mpexp.h (__mpexp_twomm1):
37894         Remove.
37896 2013-01-10  Andreas Schwab  <schwab@suse.de>
37898         [BZ #14964]
37899         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (FALLOC_FL_KEEP_SIZE)
37900         (FALLOC_FL_PUNCH_HOLE) [__USE_GNU]: New macros.
37902 2013-01-09  David S. Miller  <davem@davemloft.net>
37904         [BZ #15003]
37905         * sysdeps/gnu/netinet/tcp.h (TCP_COOKIE_TRANSACTIONS)
37906         (TCP_THIN_LINEAR_TIMEOUTS, TCP_THIN_DUPACK, TCP_USER_TIMEOUT)
37907         (TCP_REPAIR, TCP_REPAIR_QUEUE, TCP_QUEUE_SEQ, TCP_REPAIR_OPTIONS)
37908         (TCP_FASTOPEN): Define.
37909         (tcp_repair_opt): New structure.
37910         (TCP_NO_QUEUE, TCP_RECV_QUEUE, TCP_SEND_QUEUE, TCP_QUEUES_NR): New
37911         enum values.
37912         (TCP_COOKIE_MIN, TCP_COOKIE_MAX, TCP_COOKIE_PAIR_SIZE)
37913         (TCP_COOKIE_IN_ALWAYS, TCP_COOKIE_OUT_NEVER, TCP_S_DATA_IN)
37914         (TCP_S_DATA_OUT, TCP_MSS_DEFAULT, TCP_MSS_DESIRED): Define.
37915         (tcp_cookie_transactions): New structure.
37917 2013-01-09  Anton Blanchard  <anton@samba.org>
37919         * sysdeps/unix/sysv/linux/powerpc/sched_getcpu.c: New file.
37920         * sysdeps/unix/sysv/linux/powerpc/Versions: Add __vdso_getcpu.
37921         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h: Likewise.
37922         * sysdeps/unix/sysv/linux/powerpc/init-first.c: Likewise.
37924 2013-01-09  Joseph Myers  <joseph@codesourcery.com>
37926         * include/features.h (__USE_ANSI): Remove.
37928 2013-01-09  Roland McGrath  <roland@hack.frob.com>
37930         * posix/Makefile (others): Depend on $(objpfx)getconf.speclist.
37932         * misc/error.c (error_tail: ALLOCA_LIMIT): Remove unused macro.
37934 2013-01-09  Siddhesh Poyarekar  <siddhesh@redhat.com>
37936         * sysdeps/s390/fpu/libm-test-ulps: Update.
37938         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
37940         * sysdeps/ieee754/dbl-64/mpa.c (mcr): Reword comment.
37941         (__acr): Likewise.
37942         (__cpy): Likewise.
37943         (norm): Likewise.
37944         (denorm): Likewise.
37945         (__mp_dbl): Likewise.
37946         (__dbl_mp): Likewise.
37947         (add_magnitudes): Likewise.
37948         (sub_magnitudes): Likewise.
37949         (__add): Likewise.
37950         (__sub): Likewise.
37951         (__mul): Likewise.
37952         (__inv): Likewise.
37953         (__dvd): Likewise.
37954         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (mcr): Likewise.
37955         (__acr): Likewise.
37956         (__cpy): Likewise.
37957         (norm): Likewise.
37958         (denorm): Likewise.
37959         (__mp_dbl): Likewise.
37960         (__dbl_mp): Likewise.
37961         (add_magnitudes): Likewise.
37962         (sub_magnitudes): Likewise.
37963         (__add): Likewise.
37964         (__sub): Likewise.
37965         (__mul): Likewise.
37966         (__inv): Likewise.
37967         (__dvd): Likewise.
37968         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (mcr): Likewise.
37969         (__acr): Likewise.
37970         (__cpy): Likewise.
37971         (norm): Likewise.
37972         (denorm): Likewise.
37973         (__mp_dbl): Likewise.
37974         (__dbl_mp): Likewise.
37975         (add_magnitudes): Likewise.
37976         (sub_magnitudes): Likewise.
37977         (__add): Likewise.
37978         (__sub): Likewise.
37979         (__mul): Likewise.
37980         (__inv): Likewise.
37981         (__dvd): Likewise.
37983 2013-01-08  Joseph Myers  <joseph@codesourcery.com>
37985         * io/sys/stat.h [__GNUC__ && __GNUC__ >= 2 &&
37986         __USE_EXTERN_INLINES]: Change condition to [__USE_EXTERN_INLINES].
37987         * sysdeps/unix/sysv/linux/sys/sysmacros.h [__GNUC__ && __GNUC__ >=
37988         2 && __USE_EXTERN_INLINES]: Likewise.
37990 2013-01-08  Andreas Jaeger  <aj@suse.de>
37992         [BZ# 14985]
37993         * sysdeps/unix/sysv/linux/sparc/bits/epoll.h (EPOLL_NONBLOCK):
37994         Remove.
37995         * sysdeps/unix/sysv/linux/bits/epoll.h (EPOLL_NONBLOCK): Likewise.
37996         * sysdeps/unix/sysv/linux/x86/bits/epoll.h (EPOLL_NONBLOCK): Likewise.
37998 2013-01-07  Anton Blanchard  <anton@samba.org>
38000         * sysdeps/powerpc/fpu/feholdexcpt.c: Fixed spelling errors.
38001         * sysdeps/powerpc/fpu/feupdateenv.c: Likewise.
38002         * sysdeps/powerpc/fpu/math_ldbl.h: Likewise.
38003         * sysdeps/powerpc/powerpc32/bits/atomic.h: Likewise.
38004         * sysdeps/powerpc/powerpc32/cell/memcpy.S: Likewise.
38005         * sysdeps/powerpc/powerpc32/dl-machine.c: Likewise.
38006         * sysdeps/powerpc/powerpc32/dl-start.S: Likewise.
38007         * sysdeps/powerpc/powerpc32/memset.S: Likewise.
38008         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Likewise.
38009         * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: Likewise.
38010         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrt.S: Likewise.
38011         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrtf.S: Likewise.
38012         * sysdeps/powerpc/powerpc32/power4/hp-timing.h: Likewise.
38013         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Likewise.
38014         * sysdeps/powerpc/powerpc32/power4/strncmp.S: Likewise.
38015         * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrt.S: Likewise.
38016         * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrtf.S: Likewise.
38017         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
38018         * sysdeps/powerpc/powerpc32/power7/memchr.S: Likewise.
38019         * sysdeps/powerpc/powerpc32/power7/memcmp.S: Likewise.
38020         * sysdeps/powerpc/powerpc32/power7/memrchr.S: Likewise.
38021         * sysdeps/powerpc/powerpc32/power7/strcasecmp.S: Likewise.
38022         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Likewise.
38023         * sysdeps/powerpc/powerpc32/strncmp.S: Likewise.
38024         * sysdeps/powerpc/powerpc64/bits/atomic.h: Likewise.
38025         * sysdeps/powerpc/powerpc64/cell/memcpy.S: Likewise.
38026         * sysdeps/powerpc/powerpc64/dl-machine.h: Likewise.
38027         * sysdeps/powerpc/powerpc64/fpu/s_ceill.S: Likewise.
38028         * sysdeps/powerpc/powerpc64/fpu/s_nearbyintl.S: Likewise.
38029         * sysdeps/powerpc/powerpc64/hp-timing.h: Likewise.
38030         * sysdeps/powerpc/powerpc64/memcpy.S: Likewise.
38031         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
38032         * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: Likewise.
38033         * sysdeps/powerpc/powerpc64/power4/memcmp.S: Likewise.
38034         * sysdeps/powerpc/powerpc64/power4/memcpy.S: Likewise.
38035         * sysdeps/powerpc/powerpc64/power4/strncmp.S: Likewise.
38036         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Likewise.
38037         * sysdeps/powerpc/powerpc64/power7/memchr.S: Likewise.
38038         * sysdeps/powerpc/powerpc64/power7/memcmp.S: Likewise.
38039         * sysdeps/powerpc/powerpc64/power7/memrchr.S: Likewise.
38040         * sysdeps/powerpc/powerpc64/power7/strcasecmp.S: Likewise.
38041         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
38042         * sysdeps/powerpc/powerpc64/strncmp.S: Likewise.
38044 2013-01-07  Joseph Myers  <joseph@codesourcery.com>
38046         * malloc/malloc.h (__MALLOC_P): Remove all definitions.
38047         (__MALLOC_PMT): Likewise.
38048         [__GNUC__] (__MALLOC_HOOK_VOLATILE): Make not conditional on
38049         [__GNUC__], only on [_LIBC].
38050         [__GNUC__] (__MALLOC_DEPRECATED): Likewise.
38051         [!__GNUC__] (__MALLOC_HOOK_VOLATILE): Remove definition.
38052         [!__GNUC__] (__MALLOC_DEPRECATED): Likewise.
38053         * malloc/malloc.c (malloc_hook_ini): Do not use __MALLOC_P in
38054         forward declaration.
38055         (realloc_hook_ini): Likewise.
38056         (memalign_hook_ini): Likewise.
38057         (__libc_memalign): Do not use __MALLOC_PMT in variable
38058         declaration.
38059         (__libc_valloc): Likewise.
38060         (__libc_pvalloc): Likewise.
38061         (__libc_calloc): Likewise.
38062         (__posix_memalign): Likewise.
38064         [BZ #14996]
38065         * math/s_casinh.c: Include <float.h>.
38066         (__casinh): Do not do computation with squaring and square root
38067         for large arguments.
38068         * math/s_casinhf.c: Include <float.h>.
38069         (__casinhf): Do not do computation with squaring and square root
38070         for large arguments.
38071         * math/s_casinhl.c: Include <float.h>.
38072         [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Undefine and redefine.
38073         (__casinhl): Do not do computation with squaring and square root
38074         for large arguments.
38075         * math/libm-test.inc (casin_test): Add more tests.
38076         (casinh_test): Likewise.
38077         * sysdeps/i386/fpu/libm-test-ulps: Update.
38078         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
38080 2013-01-04  H.J. Lu  <hongjiu.lu@intel.com>
38082         * sysdeps/i386/i686/cacheinfo.c (__x86_64_data_cache_size): Removed.
38083         (__x86_64_raw_data_cache_size): Likewise.
38084         (__x86_64_data_cache_size_half): Likewise.
38085         (__x86_64_raw_data_cache_size_half): Likewise.
38086         (__x86_64_shared_cache_size): Likewise.
38087         (__x86_64_raw_shared_cache_size): Likewise.
38088         (__x86_64_shared_cache_size_half): Likewise.
38089         (__x86_64_raw_shared_cache_size_half): Likewise.
38090         * sysdeps/x86_64/cacheinfo.c (__x86_64_data_cache_size): Renamed
38091         to ...
38092         (__x86_data_cache_size): This.
38093         (__x86_64_raw_data_cache_size): Renamed to ...
38094         (__x86_raw_data_cache_size): This.
38095         (__x86_64_data_cache_size_half): Renamed to ...
38096         (__x86_data_cache_size_half): This.
38097         (__x86_64_raw_data_cache_size_half): Renamed to ...
38098         (__x86_raw_data_cache_size_half): This.
38099         (__x86_64_shared_cache_size): Renamed to ...
38100         (__x86_shared_cache_size): This.
38101         (__x86_64_raw_shared_cache_size): Renamed to ...
38102         (__x86_raw_shared_cache_size): This.
38103         (__x86_64_shared_cache_size_half): Renamed to ...
38104         (__x86_shared_cache_size_half): This.
38105         (__x86_64_raw_shared_cache_size_half): Renamed to ...
38106         (__x86_raw_shared_cache_size_half): This.
38107         * sysdeps/x86_64/memcpy.S: Updated.
38108         * sysdeps/x86_64/memset.S: Likewise.
38109         * sysdeps/x86_64/multiarch/memcmp-sse4.S: Likewise.
38110         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Likewise.
38111         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Likewise.
38113 2013-01-04  David S. Miller  <davem@davemloft.net>
38115         * sysdeps/sparc/fpu/libm-test-ulps: Update.
38117 2013-01-04  Andreas Schwab  <schwab@linux-m68k.org>
38119         * sysdeps/powerpc/fpu/test-powerpc-snan.c (_GNU_SOURCE): Define as
38120         1 to avoid redefinition warning.
38121         (__USE_GNU): Don't define.
38122         (init_signaling_nan): Protoize.
38124         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
38126 2013-01-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
38128         * sysdeps/ieee754/dbl-64/mpa.c: Remove commented code.
38129         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__cr): Remove.
38130         (__cpymn): Likewise.
38131         (norm): Remove commented code.
38132         (denorm): Likewise.
38133         (__mp_dbl): Likewise.
38134         (__inv): Likewise.
38135         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__cr): Remove.
38136         (__cpymn): Likewise.
38137         (norm): Remove commented code.
38138         (denorm): Likewise.
38139         (__mp_dbl): Likewise.
38140         (__inv): Likewise.
38142         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (mpone): Define
38143         mp_no value for 1.0 and 2.0.
38144         (norm): Use RADIXI instead of radixi.d.
38145         (denorm): Likewise.
38146         (__mul): Use 0.0 instead of zero.d.
38147         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (mpone): Define
38148         mp_no value for 1.0 and 2.0.
38149         (norm): Use RADIXI instead of radixi.d.
38150         (denorm): Likewise.
38151         (__mul): Use 0.0 instead of zero.d.
38153 2013-01-04  Joseph Myers  <joseph@codesourcery.com>
38155         [BZ #14994]
38156         * math/s_casinh.c (__casinh): Reduce finite argument to first
38157         quadrant then set signs of results at the end.
38158         * math/s_casinhf.c (__casinhf): Likewise.
38159         * math/s_casinhl.c (__casinhl): Likewise.
38160         * math/libm-test.inc (casin_test): Add more tests.
38161         (casinh_test): Likewise.
38162         * sysdeps/i386/fpu/libm-test-ulps: Update.
38163         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
38165 2013-01-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
38167         * sysdeps/ieee754/dbl-64/mpa.h: Fix code formatting.
38169         * sysdeps/ieee754/dbl-64/mpa.h: Clean up comment for MP_NO.
38171         * sysdeps/ieee754/dbl-64/mpa.c(norm): Remove commented
38172         declarations.
38173         (denorm): Likewise.
38174         (__mp_dbl): Likewise.
38175         (__inv): Likewise.
38177         * sysdeps/ieee754/dbl-64/mpa.h: Remove commented declarations
38178         and adjust the header comment.
38180         * sysdeps/ieee754/dbl-64/mpa.h (__mpexp): Remove unnecessary
38181         variable name from declaration.
38183 2013-01-03  H.J. Lu  <hongjiu.lu@intel.com>
38185         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
38186         Initialize COMMON_CPUID_INDEX_7 element.
38187         * sysdeps/x86_64/multiarch/init-arch.h (bit_RTM): New macro.
38188         (CPUID_RTM): Likewise.
38189         (HAS_RTM): Likewise.
38190         (COMMON_CPUID_INDEX_7): New enum.
38192 2013-01-03  Andreas Schwab  <schwab@linux-m68k.org>
38194         [BZ #14981]
38195         * malloc/mtrace.c (tr_reallochook): If realloc returns NULL when
38196         size is zero, record memory as freed.
38198 2013-01-03  Andreas Jaeger  <aj@suse.de>
38200         * po/ia.po: Add new Interlingua translation.
38202 2012-01-03  Allan McRae  <allan@archlinux.org>
38204         * locale/programs/localedef.c: Fix description of '--posix' flag.
38206 2013-01-02  Joseph Myers  <joseph@codesourcery.com>
38208         * NEWS: Update dates in second copyright notice.
38209         * README: Update copyright dates in example.
38210         * manual/libc.texinfo: Update copyright dates.
38211         * scripts/test-installation.pl: Update copyright date in --version
38212         output.
38214         * hurd/ctty-input.c: Fix copyright notice formatting.
38215         * hurd/ctty-output.c: Likewise.
38216         * hurd/dtable.c: Likewise.
38217         * hurd/hurd-raise.c: Likewise.
38218         * hurd/hurdprio.c: Likewise.
38219         * hurd/msgportdemux.c: Likewise.
38220         * misc/sys/file.h: Likewise.
38221         * misc/sys/ioctl.h: Likewise.
38222         * sysdeps/gnu/netinet/ip_icmp.h: Likewise.
38223         * sysdeps/mach/hurd/chdir.c: Likewise.
38224         * sysdeps/mach/hurd/fchdir.c: Likewise.
38225         * sysdeps/mach/hurd/rename.c: Likewise.
38226         * sysdeps/mach/hurd/rmdir.c: Likewise.
38227         * sysdeps/mach/hurd/seekdir.c: Likewise.
38228         * sysdeps/mach/hurd/setsid.c: Likewise.
38229         * sysdeps/posix/wait3.c: Likewise.
38231         * All files with FSF copyright notices: Update copyright dates
38232         using scripts/update-copyrights.
38233         * intl/plural.c: Regenerated.
38234         * locale/programs/charmap-kw.h: Likewise.
38235         * locale/programs/locfile-kw.h: Likewise.
38237 2013-01-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
38239         * sysdeps/ieee754/dbl-64/mpexp.h (__mpexp_twomm1): Fix first
38240         four values.
38242         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Split mantissa
38243         calculation loop and add branch prediction.
38245         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Add assert to
38246         check access beyond bounds of m1np.
38248         * sysdeps/ieee754/dbl-64/mpa.c [! NO__CONST]: New constant
38249         MPTWO.
38250         (__inv): Remove local variable MPTWO to use the global
38251         constant.
38252         * sysdeps/ieee754/dbl-64/mpa.h: Declare MPTWO.
38253         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Remove local
38254         variable MPTWO.
38255         * sysdeps/ieee754/dbl-64/mpsqrt.c (__mpsqrt): Make MPHALF and
38256         MP3HALFS static const.
38258 2013-01-01  David S. Miller  <davem@davemloft.net>
38260         * po/ca.po: Update from translation team.
38262 2013-01-01  Joseph Myers  <joseph@codesourcery.com>
38264         * scripts/update-copyrights: New file.
38265         * Makeconfig: Reformat copyright notice.
38266         * ctype/ctype.h: Likewise.
38267         * debug/swprintf_chk.c: Likewise.
38268         * elf/dl-cache.c: Likewise.
38269         * elf/dl-debug.c: Likewise.
38270         * elf/dl-object.c: Likewise.
38271         * grp/initgroups.c: Likewise.
38272         * hurd/Makefile: Likewise.
38273         * hurd/hurd/signal.h: Likewise.
38274         * hurd/hurdfault.c: Likewise.
38275         * hurd/hurdioctl.c: Likewise.
38276         * hurd/hurdlookup.c: Likewise.
38277         * hurd/intr-msg.c: Likewise.
38278         * iconv/gconv_open.c: Likewise.
38279         * libio/swprintf.c: Likewise.
38280         * locale/lc-ctype.c: Likewise.
38281         * locale/nl_langinfo.c: Likewise.
38282         * mach/Machrules: Likewise.
38283         * mach/Makefile: Likewise.
38284         * malloc/obstack.h: Likewise.
38285         * manual/Makefile: Likewise.
38286         * manual/tsort.awk: Likewise.
38287         * misc/bits/stab.def: Likewise.
38288         * nis/nis_print_group_entry.c: Likewise.
38289         * nis/nis_table.c: Likewise.
38290         * nis/nss_compat/compat-pwd.c: Likewise.
38291         * nis/nss_compat/compat-spwd.c: Likewise.
38292         * po/Makefile: Likewise.
38293         * posix/fnmatch.c: Likewise.
38294         * posix/regex.h: Likewise.
38295         * resolv/Makefile: Likewise.
38296         * resolv/nss_dns/dns-network.c: Likewise.
38297         * resolv/res_hconf.c: Likewise.
38298         * scripts/gen-sorted.awk: Likewise.
38299         * soft-fp/soft-fp.h: Likewise.
38300         * stdio-common/printf.h: Likewise.
38301         * stdlib/monetary.h: Likewise.
38302         * stdlib/random.c: Likewise.
38303         * stdlib/random_r.c: Likewise.
38304         * sysdeps/generic/Makefile: Likewise.
38305         * sysdeps/gnu/Makefile: Likewise.
38306         * sysdeps/ieee754/dbl-64/doasin.c: Likewise.
38307         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
38308         * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
38309         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
38310         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
38311         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
38312         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
38313         * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
38314         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
38315         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
38316         * sysdeps/ieee754/dbl-64/mpa.c: Likewise.
38317         * sysdeps/ieee754/dbl-64/mpatan.c: Likewise.
38318         * sysdeps/ieee754/dbl-64/mpatan2.c: Likewise.
38319         * sysdeps/ieee754/dbl-64/mpexp.c: Likewise.
38320         * sysdeps/ieee754/dbl-64/mplog.c: Likewise.
38321         * sysdeps/ieee754/dbl-64/mpsqrt.c: Likewise.
38322         * sysdeps/ieee754/dbl-64/mptan.c: Likewise.
38323         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
38324         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
38325         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
38326         * sysdeps/ieee754/dbl-64/sincos32.c: Likewise.
38327         * sysdeps/ieee754/dbl-64/slowexp.c: Likewise.
38328         * sysdeps/ieee754/dbl-64/slowpow.c: Likewise.
38329         * sysdeps/ieee754/ldbl-128/ldbl2mpn.c: Likewise.
38330         * sysdeps/ieee754/ldbl-128/mpn2ldbl.c: Likewise.
38331         * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c: Likewise.
38332         * sysdeps/ieee754/ldbl-128ibm/mpn2ldbl.c: Likewise.
38333         * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c: Likewise.
38334         * sysdeps/mach/hurd/errnos.awk: Likewise.
38335         * sysdeps/mach/hurd/fork.c: Likewise.
38336         * sysdeps/mach/hurd/getcwd.c: Likewise.
38337         * sysdeps/mach/hurd/i386/trampoline.c: Likewise.
38338         * sysdeps/mach/hurd/mmap.c: Likewise.
38339         * sysdeps/mach/hurd/utimes.c: Likewise.
38340         * sysdeps/mach/hurd/xmknod.c: Likewise.
38341         * sysdeps/posix/profil.c: Likewise.
38342         * sysdeps/posix/readdir_r.c: Likewise.
38343         * sysdeps/powerpc/bits/mathdef.h: Likewise.
38344         * sysdeps/powerpc/bits/setjmp.h: Likewise.
38345         * sysdeps/powerpc/powerpc32/__longjmp-common.S: Likewise.
38346         * sysdeps/powerpc/powerpc32/memset.S: Likewise.
38347         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Likewise.
38348         * sysdeps/powerpc/powerpc32/power4/fpu/slowexp.c: Likewise.
38349         * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: Likewise.
38350         * sysdeps/powerpc/powerpc32/sysdep.h: Likewise.
38351         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
38352         * sysdeps/powerpc/powerpc64/power4/fpu/slowexp.c: Likewise.
38353         * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: Likewise.
38354         * sysdeps/pthread/lio_listio.c: Likewise.
38355         * sysdeps/sparc/dl-procinfo.h: Likewise.
38356         * sysdeps/unix/i386/sysdep.S: Likewise.
38357         * sysdeps/unix/sysv/linux/aio_sigqueue.c: Likewise.
38358         * sysdeps/unix/sysv/linux/fstatvfs64.c: Likewise.
38359         * sysdeps/unix/sysv/linux/getdents.c: Likewise.
38360         * sysdeps/unix/sysv/linux/msgctl.c: Likewise.
38361         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
38362         * sysdeps/unix/sysv/linux/semctl.c: Likewise.
38363         * sysdeps/unix/sysv/linux/shmctl.c: Likewise.
38364         * sysdeps/unix/sysv/linux/speed.c: Likewise.
38365         * sysdeps/unix/sysv/linux/xstatconv.h: Likewise.
38366         * sysdeps/wordsize-32/divdi3.c: Likewise.
38367         * time/sys/time.h: Likewise.
38368         * wcsmbs/Makefile: Likewise.
38370 2013-01-01  David S. Miller  <davem@davemloft.net>
38372         * po/fr.po: Update from translation team.
38374         * catgets/gencat.c: Update copyright year.
38375         * csu/version.c: Likewise.
38376         * debug/catchsegv.sh: Likewise.
38377         * debug/pcprofiledump.c: Likewise.
38378         * debug/xtrace.sh: Likewise.
38379         * elf/ldconfig.c: Likewise.
38380         * elf/ldd.bash.in: Likewise.
38381         * elf/pldd.c: Likewise.
38382         * elf/sotruss.ksh: Likewise.
38383         * elf/sprof.c: Likewise.
38384         * iconv/iconv_prog.c: Likewise.
38385         * iconv/iconvconfig.c: Likewise.
38386         * locale/programs/locale.c: Likewise.
38387         * locale/programs/localedef.c: Likewise.
38388         * login/programs/pt_chown.c: Likewise.
38389         * malloc/memusage.sh: Likewise.
38390         * malloc/memusagestat.c: Likewise.
38391         * malloc/mtrace.pl: Likewise.
38392         * nscd/nscd.c: Likewise.
38393         * nss/getent.c: Likewise.
38394         * nss/makedb.c: Likewise.
38395         * posix/getconf.c: Likewise.
38397 2012-12-31  Siddhesh Poyarekar  <siddhesh@redhat.com>
38399         * sysdeps/ieee754/dbl-64/mpa.c (__mp_dbl): Favour normal
38400         numbers.
38402 2012-12-30  Mike Frysinger  <vapier@gentoo.org>
38404         * math/bits/mathcalls.h (modf): Use __nonnull.
38406 2012-12-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
38408         * sysdeps/ieee754/dbl-64/branred.h: Include dla.h.
38409         (split): Use macro CN instead of the bare value.
38410         * sysdeps/ieee754/dbl-64/dla.h: Add comment to explain why CN
38411         could be used.
38412         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Use CN
38413         instead of the bare value.
38414         (power1): Likewise.
38416 2012-12-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
38418         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Remove
38419         __ATAN_TWOM.
38420         * sysdeps/ieee754/dbl-64/mpatan.h: Likewise.
38422         * sysdeps/ieee754/dbl-64/atnat.h: Replaced constants with
38423         their values.
38424         * sysdeps/ieee754/dbl-64/atnat2.h: Likewise.
38425         * sysdeps/ieee754/dbl-64/s_tan.c (tan): Likewise.
38426         * sysdeps/ieee754/dbl-64/ulog.h: Likewise.
38427         * sysdeps/ieee754/dbl-64/utan.h: Likewise.
38429 2012-12-28  Andreas Jaeger  <aj@suse.de>
38431         * elf/elf.h (NT_S390_TDB, NT_FILE, NT_SIGINFO): Define.  New
38432         values are from Linux 3.7.
38434         * sysdeps/gnu/netinet/tcp.h (TCPI_OPT_SYN_DATA)
38435         (TCPI_OPT_ECN_SEEN): Define.  Sync with Linux 3.7.
38437 2012-12-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
38439         * misc/sys/cdefs.h (__glibc_likely): Wrap __builtin_expect for
38440         TRUE case.
38442         * sysdeps/ieee754/dbl-64/mpa.c (norm): Define R as RADIXI.
38443         (norm): Likewise.
38444         * sysdeps/ieee754/dbl-64/mpa2.h: Remove all static const
38445         variables with preprocessor constants.
38446         * sysdeps/ieee754/dbl-64/mpatan.h: Likewise.
38447         * sysdeps/ieee754/dbl-64/mpexp.h: Likewise.
38448         * sysdeps/ieee754/dbl-64/mpsqrt.h: Likewise.
38450 2012-12-27  Bruno Haible  <bruno@clisp.org>
38452         [BZ #14317]
38453         * string/xpg-strerror.c (__xpg_strerror_r): Optimize, call strlen
38454         only if needed.
38456 2012-12-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
38458         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Eliminate __mpexp_nn
38459         and use variable directly.
38460         * sysdeps/ieee754/dbl-64/mpexp.h (__mpexp_nn): Remove.
38462         * sysdeps/ieee754/dbl-64/mpa.c [! NO__CONST]: New constant
38463         MPONE.
38464         * sysdeps/ieee754/dbl-64/mpa.h: Declare MPONE.
38465         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Remove local
38466         variable MPONE.
38467         * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Likewise.
38468         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Likewise.
38469         * sysdeps/ieee754/dbl-64/mplog.c (__mplog): Remove mplog.h
38470         include directive.  Remove local variable MPONE.
38471         * sysdeps/ieee754/dbl-64/mplog.h: Remove.
38472         * sysdeps/x86_64/fpu/multiarch/mpa-avx.c: Define NO__CONST.
38473         * sysdeps/x86_64/fpu/multiarch/mpa-fma4.c: Likewise.
38475 2012-12-25  David S. Miller  <davem@davemloft.net>
38477         * version.h (RELEASE): Set to "development".
38478         (VERSION): Set to "2.17.90".
38479         * NEWS: Add 2.18 section.
38481 2012-12-21  David S. Miller  <davem@davemloft.net>
38483         * po/hr.po: Update from translation team.
38485 2012-12-21  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
38487         * sysdeps/s390/fpu/libm-test-ulps: Refreshed.
38489 2012-12-19  Steve Ellcey  <sellcey@mips.com>
38491         * NEWS:  Mention new memcpy for MIPS.
38493 2012-12-18  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
38495         * manual/contrib.texi (Contributors): Spelling correction.
38497 2012-12-15  David S. Miller  <davem@davemloft.net>
38499         * po/ru.po: Update from translation team.
38501 2012-12-13  David S. Miller  <davem@davemloft.net>
38503         * NEWS: Mention IFUNC testsuite enhancements.
38505         * po/pl.po: Update from translation team.
38506         * po/bg.po: Likewise.
38508         * manual/contrib.texi (Contributors): Update entries for Hongjiu
38509         Lu and Joseph S. Myers.  Add entry for Marcus Shawcroft.
38511 2012-12-11  David S. Miller  <davem@davemloft.net>
38513         * po/sv.po: Update from translation team.
38515         * po/vi.po: Update from translation team.
38517         * po/cs.po: Update from translation team.
38519         * po/de.po: Update from translation team.
38520         * po/eo.po: Likewise.
38521         * po/nl.po: Likewise.
38523 2012-12-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
38525         [BZ #14246]
38526         * manual/argp.texi (Argp Helper Functions): Move node to follow
38527         Argp Parsing State.
38529         [BZ #14872]
38530         * manual/conf.texi (Limits on File System Capacity): Mention if
38531         terminating null is included in the max size.
38533 2012-12-10  Andreas Jaeger  <aj@suse.de>
38535         * po/cs.po: Update from translation team.
38537 2012-12-08  Siddhesh Poyarekar  <siddhesh@redhat.com>
38539         * sysdeps/s390/jmpbuf-unwind.h (_jmpbuf_sp): Declare SP as
38540         void pointer and cast to uintptr_t.
38541         * sysdeps/s390/s390-64/memcmp.S: Pick sysdep.h from include
38542         path.
38543         * sysdeps/s390/s390-64/memcpy.S: Likewise.
38544         * sysdeps/s390/s390-64/memset.S: Likewise.
38546 2012-12-08  Benno Schulenberg  <bensberg@justemail.net>
38548         [BZ #14833]
38549         * menual/message.texi (Message Translation): Fix typos.
38550         (Helper programs for gettext): Likewise.
38552 2012-12-07  Andreas Schwab  <schwab@linux-m68k.org>
38554         [BZ #14898]
38555         * include/link.h (FORCED_DYNAMIC_TLS_OFFSET) [NO_TLS_OFFSET == 0]:
38556         Change to -1.
38558 2012-12-07  David S. Miller  <davem@davemloft.net>
38560         * po/libc.pot: Update.
38562 2012-12-07  Richard Henderson  <rth@redhat.com>
38564         [BZ #10114]
38565         * soft-fp/op-common.h (_FP_MUL): Pull computation of R_e from the
38566         normal/normal case to before the switch.
38567         (_FP_DIV): Likewise.
38569 2012-12-06  Carlos O'Donell  <carlos@systemhalted.org>
38570             Mike Frysinger  <vapier@gentoo.org>
38572         * sysdeps/unix/sysv/linux/posix_fadvise.c (posix_fadvise): Also
38573         check for __NR_fadvise64_64.
38575 2012-12-06  Chris Metcalf  <cmetcalf@tilera.com>
38577         * sysdeps/generic/fpu_control.h (_FPU_GETCW): Define to set cw to
38578         0, not just to plain "0" as a statement.
38579         (_FPU_SETCW): Define to (void) (cw), rather than doing nothing
38580         with cw.
38582 2012-12-06  Joseph Myers  <joseph@codesourcery.com>
38584         * NEWS: Use sourceware.org in Bugzilla URL.
38586 2012-12-06  Siddhesh Poyarekar  <siddhesh@redhat.com>
38588         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h
38589         (INTERNAL_SYSCALL_DECL): Use __attribute__ ((unused)).
38591         * stdio-common/tst-put-error.c (do_test): Add newline to the
38592         padded test to ensure flush.
38594 2012-12-05  Jeff Law  <law@redhat.com>
38596         * sunrpc/etc.rpc (fedfs_admin): Add entry.
38598 2012-12-05  Joseph Myers  <joseph@codesourcery.com>
38600         * README: Don't refer to ports add-on as distributed separately.
38601         Mention AArch64 in list of systems supported in the ports add-on.
38603         * LICENSES: Add more non-FSF copyright and license notices.
38605         * soft-fp/op-common.h (_FP_DECL): Declare X##_s with __attribute__
38606         ((unused)).
38608         * sysdeps/ieee754/ldbl-128ibm/x2y2m1l.c: Include <stdlib.h>.
38610         * stdio-common/tst-put-error.c (do_test): Use 10000000 instead of
38611         10000 as width of padded output.
38613 2012-12-04  Joseph Myers  <joseph@codesourcery.com>
38615         * sysdeps/powerpc/sysdep.h (_SYS_AUXV_H): Define to 1 not empty.
38617         * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c (__ieee754_atanhl): Mark
38618         variable LX with __attribute__ ((unused)).
38619         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c (__ieee754_rem_pio2l):
38620         Likewise.
38621         * sysdeps/ieee754/ldbl-128ibm/s_isnanl.c (___isnanl): Likewise.
38622         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
38623         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c: Mark variable LY
38624         with __attribute__ ((unused)).
38626 2012-12-04  David S. Miller  <davem@abraco.davemloft.net>
38628         * sysdeps/generic/memcopy.h: Add multiple inclusion protection.
38630 2012-12-04  Joseph Myers  <joseph@codesourcery.com>
38632         * sysdeps/ieee754/ldbl-opt/Makefile [$(subdir) = math]
38633         (CFLAGS-nldbl-acos.c): New variable.
38634         [$(subdir) = math] (CFLAGS-nldbl-acosh.c): Likewise.
38635         [$(subdir) = math] (CFLAGS-nldbl-asin.c): Likewise.
38636         [$(subdir) = math] (CFLAGS-nldbl-asinh.c): Likewise.
38637         [$(subdir) = math] (CFLAGS-nldbl-atan.c): Likewise.
38638         [$(subdir) = math] (CFLAGS-nldbl-atan2.c): Likewise.
38639         [$(subdir) = math] (CFLAGS-nldbl-atanh.c): Likewise.
38640         [$(subdir) = math] (CFLAGS-nldbl-cabs.c): Likewise.
38641         [$(subdir) = math] (CFLAGS-nldbl-cacos.c): Likewise.
38642         [$(subdir) = math] (CFLAGS-nldbl-cacosh.c): Likewise.
38643         [$(subdir) = math] (CFLAGS-nldbl-carg.c): Likewise.
38644         [$(subdir) = math] (CFLAGS-nldbl-casin.c): Likewise.
38645         [$(subdir) = math] (CFLAGS-nldbl-casinh.c): Likewise.
38646         [$(subdir) = math] (CFLAGS-nldbl-catan.c): Likewise.
38647         [$(subdir) = math] (CFLAGS-nldbl-catanh.c): Likewise.
38648         [$(subdir) = math] (CFLAGS-nldbl-cbrt.c): Likewise.
38649         [$(subdir) = math] (CFLAGS-nldbl-ccos.c): Likewise.
38650         [$(subdir) = math] (CFLAGS-nldbl-ccosh.c): Likewise.
38651         [$(subdir) = math] (CFLAGS-nldbl-ceil.c): Likewise.
38652         [$(subdir) = math] (CFLAGS-nldbl-cexp.c): Likewise.
38653         [$(subdir) = math] (CFLAGS-nldbl-cimag.c): Likewise.
38654         [$(subdir) = math] (CFLAGS-nldbl-clog.c): Likewise.
38655         [$(subdir) = math] (CFLAGS-nldbl-clog10.c): Likewise.
38656         [$(subdir) = math] (CFLAGS-nldbl-conj.c): Likewise.
38657         [$(subdir) = math] (CFLAGS-nldbl-copysign.c): Likewise.
38658         [$(subdir) = math] (CFLAGS-nldbl-cos.c): Likewise.
38659         [$(subdir) = math] (CFLAGS-nldbl-cosh.c): Likewise.
38660         [$(subdir) = math] (CFLAGS-nldbl-cpow.c): Likewise.
38661         [$(subdir) = math] (CFLAGS-nldbl-cproj.c): Likewise.
38662         [$(subdir) = math] (CFLAGS-nldbl-creal.c): Likewise.
38663         [$(subdir) = math] (CFLAGS-nldbl-csin.c): Likewise.
38664         [$(subdir) = math] (CFLAGS-nldbl-csinh.c): Likewise.
38665         [$(subdir) = math] (CFLAGS-nldbl-csqrt.c): Likewise.
38666         [$(subdir) = math] (CFLAGS-nldbl-ctan.c): Likewise.
38667         [$(subdir) = math] (CFLAGS-nldbl-ctanh.c): Likewise.
38668         [$(subdir) = math] (CFLAGS-nldbl-drem.c): Likewise.
38669         [$(subdir) = math] (CFLAGS-nldbl-erf.c): Likewise.
38670         [$(subdir) = math] (CFLAGS-nldbl-erfc.c): Likewise.
38671         [$(subdir) = math] (CFLAGS-nldbl-exp.c): Likewise.
38672         [$(subdir) = math] (CFLAGS-nldbl-exp10.c): Likewise.
38673         [$(subdir) = math] (CFLAGS-nldbl-exp2.c): Likewise.
38674         [$(subdir) = math] (CFLAGS-nldbl-expm1.c): Likewise.
38675         [$(subdir) = math] (CFLAGS-nldbl-fabs.c): Likewise.
38676         [$(subdir) = math] (CFLAGS-nldbl-fdim.c): Likewise.
38677         [$(subdir) = math] (CFLAGS-nldbl-finite.c): Likewise.
38678         [$(subdir) = math] (CFLAGS-nldbl-floor.c): Likewise.
38679         [$(subdir) = math] (CFLAGS-nldbl-fma.c): Likewise.
38680         [$(subdir) = math] (CFLAGS-nldbl-fmax.c): Likewise.
38681         [$(subdir) = math] (CFLAGS-nldbl-fmin.c): Likewise.
38682         [$(subdir) = math] (CFLAGS-nldbl-fmod.c): Likewise.
38683         [$(subdir) = math] (CFLAGS-nldbl-frexp.c): Likewise.
38684         [$(subdir) = math] (CFLAGS-nldbl-gamma.c): Likewise.
38685         [$(subdir) = math] (CFLAGS-nldbl-hypot.c): Likewise.
38686         [$(subdir) = math] (CFLAGS-nldbl-ilogb.c): Likewise.
38687         [$(subdir) = math] (CFLAGS-nldbl-isinf.c): Likewise.
38688         [$(subdir) = math] (CFLAGS-nldbl-isnan.c): Likewise.
38689         [$(subdir) = math] (CFLAGS-nldbl-j0.c): Likewise.
38690         [$(subdir) = math] (CFLAGS-nldbl-j1.c): Likewise.
38691         [$(subdir) = math] (CFLAGS-nldbl-jn.c): Likewise.
38692         [$(subdir) = math] (CFLAGS-nldbl-ldexp.c): Likewise.
38693         [$(subdir) = math] (CFLAGS-nldbl-lgamma.c): Likewise.
38694         [$(subdir) = math] (CFLAGS-nldbl-lgamma_r.c): Likewise.
38695         [$(subdir) = math] (CFLAGS-nldbl-llrint.c): Likewise.
38696         [$(subdir) = math] (CFLAGS-nldbl-llround.c): Likewise.
38697         [$(subdir) = math] (CFLAGS-nldbl-log.c): Likewise.
38698         [$(subdir) = math] (CFLAGS-nldbl-log10.c): Likewise.
38699         [$(subdir) = math] (CFLAGS-nldbl-log1p.c): Likewise.
38700         [$(subdir) = math] (CFLAGS-nldbl-log2.c): Likewise.
38701         [$(subdir) = math] (CFLAGS-nldbl-logb.c): Likewise.
38702         [$(subdir) = math] (CFLAGS-nldbl-lrint.c): Likewise.
38703         [$(subdir) = math] (CFLAGS-nldbl-lround.c): Likewise.
38704         [$(subdir) = math] (CFLAGS-nldbl-modf.c): Likewise.
38705         [$(subdir) = math] (CFLAGS-nldbl-nan.c): Likewise.
38706         [$(subdir) = math] (CFLAGS-nldbl-nearbyint.c): Likewise.
38707         [$(subdir) = math] (CFLAGS-nldbl-nextafter.c): Likewise.
38708         [$(subdir) = math] (CFLAGS-nldbl-nexttoward.c): Likewise.
38709         [$(subdir) = math] (CFLAGS-nldbl-nexttowardf.c): Likewise.
38710         [$(subdir) = math] (CFLAGS-nldbl-pow.c): Likewise.
38711         [$(subdir) = math] (CFLAGS-nldbl-pow10.c): Likewise.
38712         [$(subdir) = math] (CFLAGS-nldbl-remainder.c): Likewise.
38713         [$(subdir) = math] (CFLAGS-nldbl-remquo.c): Likewise.
38714         [$(subdir) = math] (CFLAGS-nldbl-rint.c): Likewise.
38715         [$(subdir) = math] (CFLAGS-nldbl-round.c): Likewise.
38716         [$(subdir) = math] (CFLAGS-nldbl-scalb.c): Likewise.
38717         [$(subdir) = math] (CFLAGS-nldbl-scalbln.c): Likewise.
38718         [$(subdir) = math] (CFLAGS-nldbl-scalbn.c): Likewise.
38719         [$(subdir) = math] (CFLAGS-nldbl-significand.c): Likewise.
38720         [$(subdir) = math] (CFLAGS-nldbl-sin.c): Likewise.
38721         [$(subdir) = math] (CFLAGS-nldbl-sincos.c): Likewise.
38722         [$(subdir) = math] (CFLAGS-nldbl-sinh.c): Likewise.
38723         [$(subdir) = math] (CFLAGS-nldbl-sqrt.c): Likewise.
38724         [$(subdir) = math] (CFLAGS-nldbl-tan.c): Likewise.
38725         [$(subdir) = math] (CFLAGS-nldbl-tanh.c): Likewise.
38726         [$(subdir) = math] (CFLAGS-nldbl-tgamma.c): Likewise.
38727         [$(subdir) = math] (CFLAGS-nldbl-trunc.c): Likewise.
38728         [$(subdir) = math] (CFLAGS-nldbl-y0.c): Likewise.
38729         [$(subdir) = math] (CFLAGS-nldbl-y1.c): Likewise.
38730         [$(subdir) = math] (CFLAGS-nldbl-yn.c): Likewise.
38732         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h
38733         (INTERNAL_SYSCALL_DECL): Use __attribute__ ((unused)).
38735         [BZ #14914]
38736         * sysdeps/ieee754/ldbl-128ibm/e_powl.c (__ieee754_powl): Clear
38737         whole low double instead of just low 47 bits when splitting values
38738         into two parts.
38740 2012-12-03  Allan McRae  <allan@archlinux.org>
38742         * manual/stdio.texi (Predefined Printf Handlers): Remove
38743         @hsep and @vsep usage.
38745 2012-12-03  Mike Frysinger  <vapier@gentoo.org>
38747         * bits/byteswap.h [__GNUC__]: Change __GNUC_PREREQ from 4.2 to 4.3.
38748         * sysdeps/x86/bits/byteswap.h [__GNUC__]: Likewise.
38750 2012-12-03  Jeff Law  <law@redhat.com>
38752         * time/sys/time.h (settimeofday): Do not mark TV argument
38753         as __nonnull.
38755 2012-12-01  Mike Frysinger  <vapier@gentoo.org>
38757         * libio/fileops.c (_IO_new_file_close_it): Do not always flush
38758         when currently writing and seek to current position when not.
38759         * libio/Makefile (tests): Remove bug-fclose1.
38760         * libio/bug-fclose1.c: Delete.
38762 2012-12-01  Joseph Myers  <joseph@codesourcery.com>
38764         * manual/arith.texi (feenableexcept): Fix typo.
38765         (fedisableexcept): Likewise.
38767 2012-11-30  Roland McGrath  <roland@hack.frob.com>
38769         * sysdeps/powerpc/powerpc64/entry.h (TEXT_START): Define using a
38770         second, differently-typed declaration, rather than a cast.
38772 2012-11-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
38774         * sunrpc/rpc/svc.h (__svc_accept_failed): Move declaration...
38775         * include/rpc/svc.h: ... here.
38777 2012-11-30  Aurelien Jarno  <aurel32@debian.org>
38779         [BZ #13013]
38780         * resolv/res_query.c(__libc_res_nquery): Assign hp and hp2
38781         depending n and resplen2 to catch cases where answer
38782         equals answerp2.
38784 2012-11-29  Carlos O'Donell  <carlos@systemhalted.org>
38786         * elf/get-dynamic-info.h (elf_get_dynamic_info): Warn
38787         for unsupported DF_1_* bits when DL_DEBUG_FILES is set.
38789 2012-11-29  Mike Frysinger  <vapier@gentoo.org>
38791         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c (HAS_CPUCLOCK): Delete.
38793 2012-11-29  Roland McGrath  <roland@hack.frob.com>
38795         * inet/tst-inet6_rth.c (do_test): Use a union rather than type punning.
38797 2012-11-28  Jeff Law  <law@redhat.com>
38799         [BZ #13761]
38800         * nscd/grpcache.c (cache_addgr): Rename alloca_used to
38801         dataset_temporary.  Track alloca usage into alloca_used.
38802         If dataset is large allocate and release it via malloc/free.
38804 2012-06-04  Florian Weimer  <fweimer@redhat.com>
38806         [BZ #14197]
38807         * debug/test-strcpy_chk.c: Mention __chk_fail ABI test.
38809 2012-11-28  David S. Miller  <davem@davemloft.net>
38811         * sysdeps/sparc/fpu/libm-test-ulps: Update.
38813 2012-11-28  Joseph Myers  <joseph@codesourcery.com>
38815         [BZ #14803]
38816         * sysdeps/ieee754/ldbl-96/e_asinl.c (pio2_hi): Use hex float value
38817         of pi/2 rounded to nearest to 64 bits.
38818         (pio2_lo): Use hex float value of pi/2 - pio2_hi rounded to
38819         nearest to 64 bits.
38820         (pio4_hi): Use hex float value of pi/4 rounded to nearest to 64
38821         bits.
38823 2012-11-28  Jeff Law <law@redhat.com>
38824             Martin Osvald <mosvald@redhat.com>
38826         [BZ #14889]
38827         * sunrpc/rpc/svc.h (__svc_accept_failed): New prototype.
38828         * sunrpc/svc.c: Include time.h.
38829         (__svc_accept_failed): New function.
38830         * sunrpc/svc_tcp.c (rendezvous_request): If the accept fails for
38831         any reason other than EINTR, call __svc_accept_failed.
38832         * sunrpc/svc_udp.c (svcudp_recv): Similarly.
38833         * sunrpc/svc_unix.c (rendezvous_request): Similarly.
38835 2012-11-28  Andreas Schwab  <schwab@suse.de>
38837         * scripts/abilist.awk: Also handle indirect functions in .opd
38838         section.
38840 2012-11-28  Joseph Myers  <joseph@codesourcery.com>
38842         [BZ #13881]
38843         * sysdeps/x86/fpu/powl_helper.c: New file.
38844         * sysdeps/x86/fpu/Makefile: Likewise.
38845         * sysdeps/i386/fpu/e_powl.S (limit): Remove object.
38846         (p3): New object.
38847         (__ieee754_powl): Use __powl_helper for finite arguments except
38848         integer exponents below 8.
38849         * sysdeps/x86_64/fpu/e_powl.S (limit): Remove object.
38850         (p3): New object.
38851         (__ieee754_powl): Use __powl_helper for finite arguments except
38852         integer exponents below 8.
38853         * math/libm-test.inc (pow_test): Add more tests and enable some
38854         previously disabled tests.
38855         * sysdeps/i386/fpu/libm-test-ulps: Update.
38856         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
38858 2012-11-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
38859             Carlos O'Donell  <carlos_odonell@mentor.com>
38861         * nss/makedb.c (is_prime): Assert that input is odd and greater
38862         than 4.  Note that fact in a comment too.
38863         (next_prime): Add 4 to input.
38865 2012-11-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
38867         [BZ #11741]
38868         * libio/Makefile (tests): Add test case tst-fwrite-error.
38869         * libio/iofwrite.c (_IO_fwrite): Return 0 on EOF.
38870         * libio/iofwrite_u.c (fwrite_unlocked): Likewise.
38871         * libio/tst-fwrite-error.c: New test case.
38873 2012-11-26  H.J. Lu  <hongjiu.lu@intel.com>
38875         * elf/dl-load.c (_dl_map_object_from_fd): Cast to uintptr_t
38876         before casting to void *.
38877         * include/libc-internal.h (__pointer_type): New macro.
38878         (__integer_if_pointer_type_sub): Likewise.
38879         (__integer_if_pointer_type): Likewise.
38880         (cast_to_integer): Likewise.
38881         * sysdeps/x86_64/bits/atomic.h: Include <libc-internal.h>.
38882         (__arch_c_compare_and_exchange_val_64_acq): Use cast_to_integer
38883         before casting to atomic64_t.
38884         (atomic_exchange_acq): Likewise.
38885         (__arch_exchange_and_add_body): Likewise.
38886         (__arch_add_body): Likewise.
38887         (atomic_add_negative): Likewise.
38888         (atomic_add_zero): Likewise.
38890 2012-11-26  Joseph Myers  <joseph@codesourcery.com>
38892         * sysdeps/generic/unwind-dw2-fde.c (get_pc_begin): New function.
38893         (fde_unencoded_compare): Use get_pc_begin instead of type-punning.
38894         (add_fdes): Likewise.
38895         (linear_search_fdes): Likewise.
38896         (binary_search_unencoded_fdes): Likewise.
38898 2012-11-26  Andreas Schwab  <schwab@linux-m68k.org>
38900         * elf/sotruss.ksh: Correctly locate argument of -F and -T options.
38902 2012-11-24  Adam Conrad  <adconrad@0c3.net>
38904         * configure.in: Autodetect C++ header directories.
38905         * configure: Regenerated.
38907 2012-11-23  Mike Frysinger  <vapier@gentoo.org>
38909         * elf/Makefile ($(objpfx)ld.so): Change readelf to $(READELF).
38911 2012-11-23  Andreas Schwab  <schwab@linux-m68k.org>
38913         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
38915 2012-11-22  Joseph Myers  <joseph@codesourcery.com>
38917         * math/libm-test.inc (fma_test_towardzero) [TEST_LDOUBLE &&
38918         LDBL_MANT_DIG == 106]: Disable some tests.
38919         (fma_test_downward) [TEST_LDOUBLE && LDBL_MANT_DIG == 106]:
38920         Likewise.
38921         (fma_test_upward) [TEST_LDOUBLE && LDBL_MANT_DIG == 106]:
38922         Likewise.
38924         [BZ #14871]
38925         * sysdeps/ieee754/ldbl-128ibm/s_atanl.c (__atanl): Return the
38926         input for small inputs.  Return +/- pi/2 for large inputs.
38927         * math/libm-test.inc (atan_test): Add more tests.
38929         * sysdeps/generic/unwind-dw2-fde-glibc.c
38930         (_Unwind_IteratePhdrCallback): Declare P_DYNAMIC with
38931         __attribute__ ((unused)).
38933         [BZ #14645]
38934         * sysdeps/ieee754/ldbl-128ibm/s_fmal.c (__fmal): Compute result as
38935         x * y if x and y are nonzero and z is zero.
38937         [BZ #14811]
38938         * sysdeps/ieee754/ldbl-128ibm/e_powl.c (__ieee754_powl): Saturate
38939         nonzero exponents with absolute value below 0x1p-117 to +/-
38940         0x1p-117.
38942         [BZ #14869]
38943         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c (__ieee754_hypotl): Scale
38944         up arguments below 2**-450, not just those below 2**-500.
38945         * math/libm-test.inc (hypot_test): Add another test.
38947         [BZ #14868]
38948         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c (__ieee754_hypotl):
38949         Return a+b for ratio over 2**120, not 2**60.
38950         * math/libm-test.inc (hypot_test): Add another test.
38952         * math/libm-test.inc (clog_test): Use
38953         UNDERFLOW_EXCEPTION_LDOUBLE_IBM on two tests.
38954         (clog10_test): Likewise.
38956         [BZ #6778]
38957         * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c (big): Change to 1e290L.
38959 2012-11-22  Andreas Schwab  <schwab@suse.de>
38961         * sysdeps/i386/fpu/libm-test-ulps: Update.
38963 2012-11-22  Pino Toscano  <toscano.pino@tiscali.it>
38965         * sysdeps/x86_64/multiarch/test-multiarch.c (get_cpuinfo): Terminate
38966         printf output with newline.
38968 2012-11-21  H.J. Lu  <hongjiu.lu@intel.com>
38970         [BZ #14865]
38971         * aclocal.m4 (LIBC_LINKER_FEATURE): New macro.
38972         * configure.in: Use LIBC_LINKER_FEATURE to check -z nodelete,
38973         -z nodlopen, -z initfirst and -z execstack support.
38974         * configure: Regenerated.
38976         * elf/elf.h (DF_1_NODIRECT): New macro.
38977         (DF_1_IGNMULDEF): Likewise.
38978         (DF_1_NOKSYMS): Likewise.
38979         (DF_1_NOHDR): Likewise.
38980         (DF_1_EDITED): Likewise.
38981         (DF_1_NORELOC): Likewise.
38982         (DF_1_SYMINTPOSE): Likewise.
38983         (DF_1_GLOBAUDIT): Likewise.
38984         (DF_1_SINGLETON): Likewise.
38985         * elf/get-dynamic-info.h (elf_get_dynamic_info): Assert
38986         DT_1_SUPPORTED_MASK bits.
38987         * include/elf.h (DT_1_SUPPORTED_MASK): New macro.
38989 2012-11-20  Carlos O'Donell  <carlos_odonell@mentor.com>
38991         * sysdeps/unix/make-syscalls.sh: Document prefixes.
38993 2012-11-20  Thomas Schwinge  <thomas@codesourcery.com>
38995         * sysdeps/sh/dl-machine.h (ELF_MACHINE_RUNTIME_FIXUP_PARAMS): New
38996         macro.
38998         * sysdeps/unix/sysv/linux/bits/socket.h (struct mmsghdr, recvmmsg)
38999         (sendmmsg): Move declarations...
39000         * socket/sys/socket.h: ... here.
39001         * sysdeps/unix/sysv/linux/recvmmsg.c [!defined __NR_recvmmsg &&
39002         !defined __NR_socketcall] (recvmmsg): Move ENOSYS stub into and
39003         include it from...
39004         * socket/recvmmsg.c: ... this new file.
39005         * sysdeps/unix/sysv/linux/internal_sendmmsg.S [__ASSUME_SENDMMSG]
39006         (sendmmsg): Rename to __sendmmsg, create weak alias and make
39007         definition of __sendmmsg hidden.
39008         * sysdeps/unix/sysv/linux/sendmmsg.c (sendmmsg): Likewise.
39009         [!defined __NR_sendmmsg && !defined __NR_socketcall] (sendmmsg):
39010         Move ENOSYS stub into and include it from...
39011         * socket/sendmmsg.c: ... this new file.
39012         * sysdeps/unix/sysv/linux/Makefile [subdir=socket]
39013         (sysdep_routines): Move recvmmsg and sendmmsg...
39014         * socket/Makefile (routines): ... here.
39015         * socket/Versions (GLIBC_2.17): Add recvmmsg and sendmmsg.
39016         (GLIBC_PRIVATE): Add __sendmmsg.
39017         * include/sys/socket.h (__sendmmsg): Add declarations.
39018         * resolv/res_send.c (send_dg): Invoke __sendmmsg instead of
39019         sendmmsg.
39021 2012-11-20  Joseph Myers  <joseph@codesourcery.com>
39023         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c (__nearbyintl): Mark
39024         variable I1 with __attribute__ ((unused)).
39025         * sysdeps/ieee754/ldbl-128/s_rintl.c (__rintl): Likewise.
39027 2012-11-19  Joseph Myers  <joseph@codesourcery.com>
39029         * stdio-common/_itowa.c (_itowa) [BITS_PER_MP_LIMB == 64]: Declare
39030         DUMMY variables with __attribute__ ((unused)).
39032         * bits/byteswap.h: Include <bits/types.h>.
39033         (__bswap_64): Use __uint64_t instead of unsigned long long int.
39035 2012-11-19  Pino Toscano  <toscano.pino@tiscali.it>
39037         * sysdeps/mach/hurd/ptsname.c (ptsname): Change the type of PEERNAME to
39038         string_t.  Do not manually set errno.
39039         (__ptsname_r): Change the type of PEERNAME to string_t, and check its
39040         length with __strnlen.  Make sure to both set errno and return it on
39041         failure.
39043 2012-11-19  David S. Miller  <davem@davemloft.net>
39045         With help from Joseph Myers.
39046         * sysdeps/ieee754/ldbl-128/s_atanl.c (__atanl): Handle tiny and
39047         very large arguments properly.
39048         * math/libm-test.inc (atan_test): New tests.
39049         (atan2_test): New tests.
39050         * sysdeps/sparc/fpu/libm-test-ulps: Update.
39051         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
39053 2012-11-19  Joseph Myers  <joseph@codesourcery.com>
39055         [BZ #14856]
39056         * posix/bits/posix1_lim.h [!__USE_XOPEN2K] (_POSIX_TZNAME_MAX):
39057         Define to 3.
39059         * conform/data/errno.h-data [POSIX] (EADDRINUSE): Do not expect.
39060         [POSIX] (EADDRNOTAVAIL): Likewise.
39061         [POSIX] (EAFNOSUPPORT): Likewise.
39062         [POSIX] (EALREADY): Likewise.
39063         [POSIX] (ECONNABORTED): Likewise.
39064         [POSIX] (ECONNREFUSED): Likewise.
39065         [POSIX] (ECONNRESET): Likewise.
39066         [POSIX] (EDESTADDRREQ): Likewise.
39067         [POSIX] (EDQUOT): Likewise.
39068         [POSIX] (EHOSTUNREACH): Likewise.
39069         [POSIX] (EIDRM): Likewise.
39070         [POSIX] (EISCONN): Likewise.
39071         [POSIX] (ELOOP): Likewise.
39072         [POSIX] (EMULTIHOP): Likewise.
39073         [POSIX] (ENETDOWN): Likewise.
39074         [POSIX] (ENETUNREACH): Likewise.
39075         [POSIX] (ENOBUFS): Likewise.
39076         [POSIX] (ENODATA): Likewise.
39077         [POSIX] (ENOLINK): Likewise.
39078         [POSIX] (ENOMSG): Likewise.
39079         [POSIX] (ENOPROTOOPT): Likewise.
39080         [POSIX] (ENOSR): Likewise.
39081         [POSIX] (ENOSTR): Likewise.
39082         [POSIX] (ENOTCONN): Likewise.
39083         [POSIX] (ENOTSOCK): Likewise.
39084         [POSIX] (EOPNOTSUPP): Likewise.
39085         [POSIX] (EOVERFLOW): Likewise.
39086         [POSIX] (EPROTO): Likewise.
39087         [POSIX] (EPROTONOSUPPORT): Likewise.
39088         [POSIX] (EPROTOTYPE): Likewise.
39089         [POSIX] (ESTALE): Likewise.
39090         [POSIX] (ETIME): Likewise.
39091         [POSIX] (ETXTBSY): Likewise.
39092         [POSIX] (EWOULDBLOCK): Likewise.
39093         [!ISO && !ISO99 && !ISO11] (E*): Do not allow.
39094         * conform/data/fcntl.h-data [POSIX] (SEEK_SET): Allow.
39095         [POSIX] (SEEK_CUR): Likewise.
39096         [POSIX] (SEEK_END): Likewise.
39097         [POSIX || UNIX98] (mode_t): Do not require.
39098         [POSIX] (off_t): Likewise.
39099         [POSIX] (pid_t): Likewise.
39100         [POSIX] (sys/stat.h): Do not allow header.
39101         [POSIX] (unistd.h): Likewise.
39102         [!ISO && !ISO99 && !ISO11] (timespec): Do not allow.
39103         [!ISO && !ISO99 && !ISO11] (tv_nsec): Likewise.
39104         [!ISO && !ISO99 && !ISO11] (tv_sec): Likewise.
39105         * conform/data/locale.h-data [POSIX] (LC_MESSAGES): Do not
39106         require.
39107         * conform/data/mqueue.h-data [!ISO && !ISO99 && !ISO11] (struct
39108         sigevent): Specify elements.
39109         [XOPEN2K8 || POSIX2008] (struct sigevent): Remove duplicate type
39110         entry.
39111         [!ISO && !ISO99 && !ISO11] (mq_*): Allow.
39112         [!ISO && !ISO99 && !ISO11] (MQ_*): Likewise.
39114         * conform/data/cpio.h-data [POSIX]: Disable whole file.
39115         * conform/data/glob.h-data [POSIX] (GLOB_NOSYS): Do not expect.
39116         * conform/data/limits.h-data [!ISO && !ISO99 && !ISO11]
39117         (AIO_LIST_MAX): Change to AIO_LISTIO_MAX.
39118         [!ISO && !ISO99 && !ISO11] (ATEXT_MAX): Remove.
39119         [!ISO && !ISO99 && !ISO11 && !POSIX && !XPG3] (ATEXIT_MAX): Allow.
39120         [POSIX || POSIX2008 || XPG3] (IOV_MAX): Do not allow.
39121         [POSIX || POSIX2008 || XPG3] (_XOPEN_IOV_MAX): Likewise.
39122         [!ISO && !ISO99 && !ISO11] (MQ_PRIO_MAX): Allow.
39123         [!ISO && !ISO99 && !ISO11] (RE_DUP_MAX): Remove duplicate entry.
39124         [POSIX || XPG3 || XPG4 || UNIX98] (SS_REPL_MAX): Do not allow.
39125         [POSIX || XPG3 || XPG4 || UNIX98] (SYMLOOP_MAX): Likewise.
39126         [POSIX || XPG3 || XPG4] (FILESIZEBITS): Likewise.
39127         [POSIX || XPG3 || XPG4 || UNIX98] (POSIX_ALLOC_SIZE_MIN):
39128         Likewise.
39129         [POSIX || XPG3 || XPG4 || UNIX98] (POSIX_REC_INCR_XFER_SIZE):
39130         Likewise.
39131         [POSIX || XPG3 || XPG4 || UNIX98] (POSIX_REC_MAX_XFER_SIZE):
39132         Likewise.
39133         [POSIX || XPG3 || XPG4 || UNIX98] (POSIX_REC_XFER_ALIGN):
39134         Likewise.
39135         [POSIX || XPG3 || XPG4 || UNIX98] (SYMLINK_MAX): Likewise.
39136         [POSIX || XPG3 || XPG4 || UNIX98] (_POSIX_SS_REPL_MAX): Likewise.
39137         [POSIX || XPG3 || XPG4 || UNIX98] (_POSIX_SYMLINK_MAX): Likewise.
39138         [POSIX || XPG3 || XPG4 || UNIX98] (_POSIX_SYMLOOP_MAX): Likewise.
39139         [!ISO && !ISO99 && !ISO11] (BC_BASE_MAX): Use macro-constant.
39140         Specify lower bound on value.
39141         [!ISO && !ISO99 && !ISO11] (BC_DIM_MAX): Likewise.
39142         [!ISO && !ISO99 && !ISO11] (BC_SCALE_MAX): Likewise.
39143         [!ISO && !ISO99 && !ISO11] (BC_STRING_MAX): Likewise.
39144         [!ISO && !ISO99 && !ISO11] (COLL_WEIGHTS_MAX): Likewise.
39145         [!ISO && !ISO99 && !ISO11] (EXPR_NEST_MAX): Likewise.
39146         [!ISO && !ISO99 && !ISO11] (RE_DUP_MAX): Likewise
39147         [POSIX || XPG3 || XPG4] (CHARCLASS_NAME_MAX): Do not allow.
39148         [!ISO && !ISO99 && !ISO11] (_POSIX_CLOCKRES_MIN): Specify exact
39149         value.
39150         [!ISO && !ISO99 && !ISO11] (_POSIX_AIO_LISTIO_MAX): Do not specify
39151         as optional.
39152         [!ISO && !ISO99 && !ISO11] (_POSIX_AIO_MAX): Likewise.
39153         [!ISO && !ISO99 && !ISO11] (_POSIX_ARG_MAX): Likewise.
39154         [!ISO && !ISO99 && !ISO11] (_POSIX_CHILD_MAX): Likewise.
39155         [!ISO && !ISO99 && !ISO11] (_POSIX_DELAYTIMER_MAX): Likewise.
39156         [!ISO && !ISO99 && !ISO11] (_POSIX_LINK_MAX): Likewise.
39157         [!ISO && !ISO99 && !ISO11] (_POSIX_LOGIN_NAME_MAX): Likewise.
39158         [!ISO && !ISO99 && !ISO11] (_POSIX_MAX_CANON): Likewise.
39159         [!ISO && !ISO99 && !ISO11] (_POSIX_MAX_INPUT): Likewise.
39160         [!ISO && !ISO99 && !ISO11] (_POSIX_MQ_OPEN_MAX): Likewise.
39161         [!ISO && !ISO99 && !ISO11] (_POSIX_MQ_PRIO_MAX): Likewise.
39162         [!ISO && !ISO99 && !ISO11] (_POSIX_NAME_MAX): Likewise.
39163         [!ISO && !ISO99 && !ISO11] (_POSIX_NGROUPS_MAX): Likewise.
39164         [!ISO && !ISO99 && !ISO11] (_POSIX_OPEN_MAX): Likewise.
39165         [!ISO && !ISO99 && !ISO11] (_POSIX_PATH_MAX): Likewise.
39166         [!ISO && !ISO99 && !ISO11] (_POSIX_PIPE_BUF): Likewise.
39167         [!ISO && !ISO99 && !ISO11] (_POSIX2_RE_DUP_MAX): Remove duplicate
39168         entry.
39169         [!ISO && !ISO99 && !ISO11] (_POSIX_RTSIG_MAX): Do not specify as
39170         optional.
39171         [!ISO && !ISO99 && !ISO11] (_POSIX_SEM_NSEMS_MAX): Likewise.
39172         [!ISO && !ISO99 && !ISO11] (_POSIX_SEM_VALUE_MAX): Likewise.
39173         [!ISO && !ISO99 && !ISO11] (_POSIX_SIGQUEUE_MAX): Likewise.
39174         [!ISO && !ISO99 && !ISO11] (_POSIX_SSIZE_MAX): Likewise.
39175         [!ISO && !ISO99 && !ISO11] (_POSIX_STREAM_MAX): Likewise.
39176         [!ISO && !ISO99 && !ISO11] (_POSIX_THREAD_DESTRUCTOR_ITERATIONS):
39177         Likewise.
39178         [!ISO && !ISO99 && !ISO11] (_POSIX_THREAD_KEYS_MAX): Likewise.
39179         [!ISO && !ISO99 && !ISO11] (_POSIX_THREAD_THREADS_MAX): Likewise.
39180         [!ISO && !ISO99 && !ISO11] (_POSIX_TIMER_MAX): Likewise.
39181         [!ISO && !ISO99 && !ISO11] (_POSIX_TTY_NAME_MAX): Likewise.
39182         [!ISO && !ISO99 && !ISO11] (_POSIX_TZNAME_MAX): Likewise.  Give
39183         value as 3 for [POSIX || XPG3 || XPG4 || UNIX98].
39184         [!ISO && !ISO99 && !ISO11] (_POSIX2_BC_BASE_MAX): Do not specify
39185         as optional.
39186         [!ISO && !ISO99 && !ISO11] (_POSIX2_BC_DIM_MAX): Likewise.
39187         [!ISO && !ISO99 && !ISO11] (_POSIX2_BC_SCALE_MAX): Likewise.
39188         [!ISO && !ISO99 && !ISO11] (_POSIX2_BC_STRING_MAX): Likewise.
39189         [!ISO && !ISO99 && !ISO11] (_POSIX2_CHARCLASS_NAME_MAX):
39190         Likewise.  Do not allow for [POSIX || XPG3 || XPG4 || UNIX98].
39191         [!ISO && !ISO99 && !ISO11] (_POSIX2_COLL_WEIGHTS_MAX): Do not
39192         specify as optional.
39193         [!ISO && !ISO99 && !ISO11] (_POSIX2_EXPR_NEST_MAX): Likewise.
39194         [!ISO && !ISO99 && !ISO11] (_POSIX2_LINE_MAX): Likewise.
39195         [!ISO && !ISO99 && !ISO11] (_POSIX2_RE_DUP_MAX): Likewise.
39196         [POSIX || POSIX2008 || XPG3] (_XOPEN_IOV_MAX): Do not allow.
39197         [POSIX || XPG3] (NL_ARGMAX): Do not allow.
39198         [XPG3] (NL_LANGMAX): Likewise.
39199         [POSIX || XPG3] (NL_MSGMAX): Likewise.
39200         [POSIX || XPG3] (NL_NMAX): Likewise.
39201         [POSIX || XPG3] (NL_SETMAX): Likewise.
39202         [POSIX || XPG3] (NL_TEXTMAX): Likewise.
39203         [XPG3] (NZERO): Likewise.
39204         [XPG4 || UNIX98] (TMP_MAX): Only enable for these conditions.
39205         [POSIX || XPG3 || XPG4 || UNIX98] (*_MIN): Do not allow.
39206         [!ISO && !ISO99 && !ISO11] (*_t): Allow.
39207         * conform/data/regex.h-data [!ISO && !ISO99 && !ISO11]
39208         (REG_ERANGE): Expect.
39209         * conform/data/stdio.h-data [POSIX] (L_cuserid): Use
39210         optional-constant.
39211         [POSIX || XOPEN2K || XOPEN2K8 || POSIX2008] (getchar_unlocked):
39212         Use (void) in prototype.
39213         [POSIX] (*_t): Allow.
39214         * conform/data/sys/times.h-data [POSIX]: Enable whole file.
39215         * conform/data/wordexp.h-data [!ISO && !ISO99 && !ISO11]
39216         (WRDE_BADVAL): Expect.
39218         * conform/data/fcntl.h-data [XPG3 || XPG4] (O_DSYNC): Do not
39219         expect.
39220         [XPG3 || XPG4] (O_RSYNC): Likewise.
39221         * conform/data/signal.h-data [XPG3 || XPG4] (pthread_kill):
39222         Likewise.
39223         [XPG3 || XPG4] (pthread_sigmask): Likewise.
39224         [XPG3 || XPG4] (sigqueue): Likewise.
39225         [XPG3 || XPG4] (sigtimedwait): Likewise.
39226         [XPG3 || XPG4] (sigwaitinfo): Likewise.
39227         * conform/data/stdio.h-data [XPG3 || XPG4] (snprintf): Likewise.
39228         [XPG3 || XPG4] (vsnprintf): Likewise.
39229         * conform/data/sys/stat.h-data [XPG3 || XPG4] (blkcnt_t):
39230         Likewise.
39231         [XPG3 || XPG4] (blksize_t): Likewise.
39232         * conform/data/time.h-data [XPG3 || XPG4] (struct timespec):
39233         Likewise.
39234         [XPG3 || XPG4] (CLOCK_PROCESS_CPUTIME_ID): Likewise.
39235         [XPG3 || XPG4] (CLOCK_THREAD_CPUTIME_ID): Likewise.
39236         [XPG3 || XPG4] (struct itimerspec): Likewise.
39237         [XPG3 || XPG4] (CLOCK_REALTIME): Likewise.
39238         [XPG3 || XPG4] (TIMER_ABSTIME): Likewise.
39239         [XPG3 || XPG4] (CLOCK_MONOTONIC): Likewise.
39240         [XPG3 || XPG4] (clockid_t): Likewise.
39241         [XPG3 || XPG4] (timer_t): Likewise.
39242         [XPG3 || XPG4] (clock_getres): Likewise.
39243         [XPG3 || XPG4] (clock_gettime): Likewise.
39244         [XPG3 || XPG4] (clock_settime): Likewise.
39245         [XPG3 || XPG4] (nanosleep): Likewise.
39246         [XPG3 || XPG4] (timer_create): Likewise.
39247         [XPG3 || XPG4] (timer_delete): Likewise.
39248         [XPG3 || XPG4] (timer_gettime): Likewise.
39249         [XPG3 || XPG4] (timer_getoverrun): Likewise.
39250         [XPG3 || XPG4] (timer_settime): Likewise.
39251         * conform/data/unistd.h-data [XPG3 || XPG4] (fdatasync): Likewise.
39252         [XPG3 || XPG4] (getlogin_r): Likewise.
39253         [XPG3 || XPG4] (pread): Likewise.
39254         [XPG3 || XPG4] (pthread_atfork): Likewise.
39255         [XPG3 || XPG4] (pwrite): Likewise.
39257         [BZ #14835]
39258         * signal/signal.h [__USE_XOPEN_EXTENDED]: Include
39259         <bits/siginfo.h>.
39261 2012-11-19  Pino Toscano  <toscano.pino@tiscali.it>
39263         * malloc/mtrace.c (muntrace): Reset MALLSTREAM and the hooks before
39264         finalizing MALLSTREAM.
39266         * sysdeps/mach/hurd/syncfs.c: New file.
39268 2012-11-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
39270         [BZ #14719]
39271         * nss/getXXbyYY_r.c (INTERNAL (REENTRANT_NAME)): Set h_errno to
39272         NETDB_INTERNAL when NSS_STATUS_UNAVAIL.
39273         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname3_r): Set
39274         h_errno to NETDB_INTERNAL when errno is EMFILE or ENFILE.
39275         (_nss_dns_gethostbyname4_r): Likewise.
39276         * sysdeps/posix/getaddrinfo.c (gaih_inet): Set result to
39277         EAI_SYSTEM if NSS_STATUS_UNAVAIL.
39279 2012-11-19  Peng Haitao  <penght@cn.fujitsu.com>
39281         [BZ #13763]
39282         * sunrpc/bindrsvprt.c: Add lock to protect static variable.
39284 2012-11-19  Steve McIntyre  <steve.mcintyre@linaro.org>
39286         * sysdeps/generic/ldconfig.h (FLAG_AARCH64_LIB64): New macro.
39287         * elf/cache.c (print_entry): Print ",AArch64" for
39288         FLAG_AARCH64_LIB64
39290         * sysdeps/generic/ldconfig.h (FLAG_ARM_LIBHF): New macro.
39291         * elf/cache.c (print_entry): Print ",hard-float" for
39292         FLAG_ARM_LIBHF.
39294 2012-11-18  David S. Miller  <davem@davemloft.net>
39296         With help from Joseph Myers.
39297         * sysdeps/ieee754/flt-32/e_j0f.c (__ieee754_y0f): Adjust tinyness
39298         cutoff to 2**-13.
39299         * sysdeps/ieee754/flt-32/e_j1f.c (__ieee754_y1f): Adjust tinyness
39300         cutoff to 2**-25.
39301         * sysdeps/ieee754/ldbl-128/e_j0l.c (U0): New constant.
39302         ( __ieee754_y0l): Avoid arithmetic underflow when 'x' is very
39303         small.
39304         * sysdeps/ieee754/ldbl-128/e_j1l.c (__ieee754_y1l): Likewise.
39305         * math/libm-test.inc (y0_test): New tests.
39306         (y1_test): New tests.
39307         * sysdeps/i386/fpu/libm-test-ulps: Update.
39308         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
39309         * sysdeps/sparc/fpu/libm-test-ulps: Update.
39311 2012-11-18  Andreas Schwab  <schwab@linux-m68k.org>
39313         * configure.in (libc_cv_ld_gnu_indirect_function): Use .quad on
39314         64-bit targets.
39315         * configure: Regenerated.
39317 2012-11-17  David S. Miller  <davem@davemloft.net>
39319         [BZ #14811]
39320         * sysdeps/ieee754/ldbl-128/e_powl.c (__ieee754_powl): Saturate
39321         nonzero exponents with absolute value below 0x1p-128 to +/-
39322         0x1p-128.
39324 2012-11-17  Joseph Myers  <joseph@codesourcery.com>
39326         * sysdeps/unix/sysv/linux/fxstatat.c: Include <string.h>.
39328         * elf/dl-runtime.c [!ELF_MACHINE_NO_PLT]: Make code unconditional.
39330         * posix/getconf-speclist.c: New file.
39331         * posix/posix-envs.def: Likewise.
39332         * posix/confstr.c (START_ENV_GROUP): New macro.
39333         (END_ENV_GROUP): Likewise.
39334         (KNOWN_ABSENT_ENVIRONMENT): Likewise.
39335         (KNOWN_PRESENT_ENV_STRING): Likewise.
39336         (KNOWN_PRESENT_ENVIRONMENT): Likewise.
39337         (UNKNOWN_ENVIRONMENT): Likewise.
39338         (confstr): Include posix-envs.def instead of handling
39339         _CS_V7_WIDTH_RESTRICTED_ENVS, _CS_V6_WIDTH_RESTRICTED_ENVS and
39340         _CS_V5_WIDTH_RESTRICTED_ENVS directly here.
39341         * sysdeps/posix/sysconf.c (START_ENV_GROUP): New macro.
39342         (END_ENV_GROUP): Likewise.
39343         (KNOWN_ABSENT_ENVIRONMENT): Likewise.
39344         (KNOWN_PRESENT_ENVIRONMENT): Likewise.
39345         (UNKNOWN_ENVIRONMENT): Likewise.
39346         (__sysconf): Include posix-envs.def instead of handling associated
39347         cases directly here.
39348         * posix/Makefile ($(objpfx)getconf.speclist): Generate by
39349         preprocessing getconf-speclist.c rather than running getconf or
39350         generating empty file.
39352 2012-11-16  Pino Toscano  <toscano.pino@tiscali.it>
39354         * scripts/check-local-headers.sh: Ignore 'mach' headers.
39356 2012-11-16  Andrej Lajovic  <natrij@gmail.com>
39358         [BZ #14672]
39359         * iconv/iconv_prog.c (main): Fix -c handling of '/'.
39361 2012-11-16  David S. Miller  <davem@davemloft.net>
39363         * sysdeps/ieee754/ldbl-128/s_log1pl.c (__log1pl): If xm1 is
39364         smaller than LDBL_EPSILON/2.0L, just return xm1.
39366 2012-11-16  H.J. Lu  <hongjiu.lu@intel.com>
39368         * elf/tst-array1.c (init): Set constructor priority to 1000.
39369         (fini): Set destructor priority to 1000.
39370         * elf/tst-array2dep.c: Likewise.
39372 2012-11-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
39374         [BZ #11741]
39375         * libio/fileops.c (_IO_new_file_write): Correctly return error.
39376         (_IO_new_file_xsputn): Also return EOF if none of the input
39377         data was written when overflow failed.
39378         * libio/iopadn.c (_IO_padn): Likewise.
39379         * libio/iowpadn.c (_IO_wpadn): Likewise.
39380         * stdio-common/tst-put-error.c: Add copyright notice.
39381         (do_test): Add case for printing padded string.
39382         * stdio-common/vfprintf [!COMPILE_WPRINTF] (PAD): Flag error if
39383         _IO_padn returned error.
39384         [COMPILE_WPRINTF] (PAD): Flag error if _IO_wpadn returned error.
39385         * libio/libioP.h (_IO_xsputn_t): Note in comment that xsputn can
39386         return EOF.
39388 2012-11-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
39390         * libio/libioP.h: Add comment note that the references to C++
39391         bits are now obsolete.
39393 2012-11-15  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
39395         * math/libm-test.inc (check_complex): Use asprintf.
39397 2012-11-14  Joseph Myers  <joseph@codesourcery.com>
39399         * debug/pcprofiledump.c (print_version): Update copyright year.
39400         * malloc/memusagestat.c (print_version): Likewise.
39402 2012-11-14  H.J. Lu  <hongjiu.lu@intel.com>
39404         [BZ #14831]
39405         * elf/Makefile (tests): Add tst-audit8.
39406         ($(objpfx)tst-audit8): Also depend on $(common-objpfx)math/libm.so.
39407         ($(objpfx)tst-audit8.out): New target.
39408         (tst-audit8-ENV): New variable.
39409         * elf/dl-runtime.c (_dl_profile_fixup): Call _dl_fixup to skip
39410         audit if l_reloc_result is NULL.
39411         (ELF_MACHINE_RUNTIME_FIXUP_PARAMS): Issue an error if it isn't
39412         defined and ELF_MACHINE_RUNTIME_FIXUP_ARGS is defined.
39413         * elf/tst-audit8.c: New file.
39415 2012-11-14  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
39417         * io/Makefile (CFLAGS-open.c, CFLAGS-open64.c): Define.
39418         * misc/Makefile (CFLAGS-select.c): Define.
39419         * posix/Makefile (CFLAGS-pause.c): Define.
39421 2012-11-13  David S. Miller  <davem@davemloft.net>
39423         * crypt/Makefile: Move test targets after toplevel Rules
39424         inclusion.  Grab any necessary sysdep routines when linking.
39425         * crypt/md5.c (md5_process_block): Remove define, we will always
39426         name it __md5_process_block.
39427         (md5_finish_ctx): Update md5_process_block call.
39428         (md5_stream): Likewise.
39429         (md5_process_bytes): Likewise.
39430         (md5_process_block): Rename to __md5_process_block and move to ...
39431         * crypt/md5-block.c: ... here.
39432         * crypt/sha256.c (sha256_process_block): Move to ...
39433         * crypt/sha256-block.c: ... here.
39434         * crypt/sha512.c (sha512_process_block): Move to ...
39435         * crypt/sha512-block.c: ... here.
39436         * locale/Makefile (CFLAGS-md5.c): Define to add crypt/ to include
39437         path.
39438         * sysdeps/sparc/sparc-ifunc.c (sparc_libc_ifunc): Define.
39439         * sysdeps/sparc/sparc64/multiarch/Makefile
39440         (libcrypt-sysdep_routines): Add crypto assembler sysdeps when in
39441         crypt subdir.
39442         (localedef-aux): Add md5 crypto assembler when in locale subdir.
39443         * sysdeps/sparc/sparc32/sparcv9/multiarch/Makefile: Mirror sparc64
39444         multiarch changes.
39445         * sysdeps/sparc/sparc64/multiarch/md5-block.c: New file.
39446         * sysdeps/sparc/sparc64/multiarch/md5-crop.S: New file.
39447         * sysdeps/sparc/sparc64/multiarch/sha256-block.c: New file.
39448         * sysdeps/sparc/sparc64/multiarch/sha256-crop.S: New file.
39449         * sysdeps/sparc/sparc64/multiarch/sha512-block.c: New file.
39450         * sysdeps/sparc/sparc64/multiarch/sha512-crop.S: New file.
39451         * sysdeps/sparc/sparc32/sparcv9/multiarch/md5-block.c: New file.
39452         * sysdeps/sparc/sparc32/sparcv9/multiarch/md5-crop.S: New file.
39453         * sysdeps/sparc/sparc32/sparcv9/multiarch/sha256-block.c: New
39454         file.
39455         * sysdeps/sparc/sparc32/sparcv9/multiarch/sha256-crop.S: New file.
39456         * sysdeps/sparc/sparc32/sparcv9/multiarch/sha512-block.c: New
39457         file.
39458         * sysdeps/sparc/sparc32/sparcv9/multiarch/sha512-crop.S: New file.
39460 2012-11-13  Joseph Myers  <joseph@codesourcery.com>
39462         * timezone/tzselect.ksh: Update from tzcode git revision
39463         a435f9f0ecafa56d9e0263835836bd0c64cd7307.
39464         * timezone/zdump.c: Likewise.
39465         * timezone/zic.c: Likewise.
39466         * timezone/Makefile ($(objpfx)version.h): Only include $(version)
39467         in TZVERSION setting, not $(PKGVERSION).
39468         ($(objpfx)tzselect): Likewise.  Also substitute PKGVERSION and
39469         REPORT_BUGS_TO settings.
39471         [BZ #14838]
39472         * resolv/netdb.h [__USE_XOPEN_EXTENDED] (IPPORT_RESERVED): Define
39473         macro.
39475 2012-11-13  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
39477         * soft-fp/op-common.h (_FP_PACK_SEMIRAW): Move underflow
39478         detection to immediately after _FP_ROUND().
39479         * soft-fp/soft-fp.h (_FP_ROUND): Don't round if working
39480         bits are 0.
39482 2012-11-11  David S. Miller  <davem@davemloft.net>
39484         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c: Include
39485         inttypes.h
39486         (__get_clockfreq_via_proc_openprom): Use __open, __read, and
39487         __close rather than their public counterparts.
39489 2012-11-10  Joseph Myers  <joseph@codesourcery.com>
39491         * conform/data/semaphore.h-data [XPG3 || XPG4]: Disable whole
39492         file.
39493         [UNIX98] (sem_timedwait): Do not expect.
39494         * conform/data/sys/socket.h-data [XPG3]: Disable whole file.
39495         [XPG4 || UNIX98] (sockatmark): Do not expect.
39496         * conform/data/time.h-data [XPG3 || XPG4 || UNIX98]
39497         (clock_getcpuclockid): Do not expect.
39498         [XPG3 || XPG4 || UNIX98] (clock_nanosleep): Do not expect.
39499         * conform/data/unistd.h-data [XPG3 || XPG4 || UNIX98] (setegid):
39500         Do not expect.
39501         [XPG3 || XPG4 || UNIX98] (seteuid): Likewise.
39502         * conform/data/wchar.h-data [UNIX98] (vfwscanf): Do not expect.
39503         [UNIX98] (vwscanf): Likewise.
39504         [UNIX98] (vswscanf): Likewise.
39506 2012-11-09  Joseph Myers  <joseph@codesourcery.com>
39508         * timezone/version.h: Remove file.
39509         * timezone/README: Do not refer to version.h.
39510         * timezone/Makefile ($(objpfx)zic.o): New dependency on
39511         $(objpfx)version.h.
39512         ($(objpfx)zdump.o): Likewise.
39513         ($(objpfx)version.h): New target.
39515         * timezone/tzselect.ksh: Change to verbatim copy from tzcode
39516         2012i.
39517         * timezone/README: Don't mention modification to tzselect.ksh.
39518         * timezone/Makefile ($(objpfx)tzselect): Update substitutions to
39519         work on unmodified tzselect.ksh.  Substitute version numbers in
39520         tzselect.ksh.
39522         * Makefile (format-me): Remove.
39523         (INSTALL): Adjust indentation.  Use commands directly instead of
39524         using $(format-me).
39526         * aclocal.m4 (ACX_PKGVERSION): New macro.
39527         (ACX_BUGURL): Likewise.
39528         * configure.in: Use ACX_PKGVERSION and ACX_BUGURL.
39529         (PKGVERSION): New AC_DEFINE_UNQUOTED.
39530         (REPORT_BUGS_TO): Likewise.
39531         * configure: Regenerated.
39532         * config.h.in (PKGVERSION): New macro.
39533         (REPORT_BUGS_TO): Likewise.
39534         * config.make.in (PKGVERSION): New variable.
39535         (PKGVERSION_TEXI): Likewise.
39536         (REPORT_BUGS_TO): Likewise.
39537         (REPORT_BUGS_TEXI): Likewise.
39538         * Makefile (format-me): Use -I$(common-objpfx)manual.
39539         (INSTALL): Depend on $(common-objpfx)manual/pkgvers.texi.
39540         ($(common-objpfx)manual/%): New target.
39541         (manual/%): Remove target.
39542         * catgets/gencat.c (more_help): Use REPORT_BUGS_TO.
39543         (print_version): Use PKGVERSION.
39544         * csu/version.c (banner): Use PKGVERSION and REPORT_BUGS_TO.
39545         * debug/Makefile ($(objpfx)catchsegv): Also substitute PKGVERSION
39546         and REPORT_BUGS_TO.
39547         ($(objpfx)xtrace): Likewise.
39548         * debug/catchsegv.sh: Use PKGVERSION and REPORT_BUGS_TO.
39549         * debug/pcprofiledump.c (more_help): Use REPORT_BUGS_TO.
39550         (print_version): Use PKGVERSION.
39551         * debug/xtrace.sh (do_help): Use REPORT_BUGS_TO.
39552         (do_version): Use PKGVERSION.
39553         * elf/Makefile ($(objpfx)sotruss): Also substitute PKGVERSION and
39554         REPORT_BUGS_TO.
39555         (common-ldd-rewrite): Likewise.
39556         * elf/dl-close.c (_dl_close_worker): Use REPORT_BUGS_TO.
39557         * elf/ldconfig.c (more_help): Use REPORT_BUGS_TO.
39558         (print_version): Use PKGVERSION.
39559         * elf/ldd.bash.in: Use PKGVERSION and REPORT_BUGS_TO.
39560         * elf/pldd.c (argp_program_bug_address): Remove variable.
39561         (more_help): New function.
39562         (argp): Use more_help.
39563         (print_version): Use PKGVERSION.
39564         * elf/sln.c (main): Use PKGVERSION.
39565         (usage): Use REPORT_BUGS_TO.
39566         * elf/sotruss.ksh (do_help): Use REPORT_BUGS_TO.
39567         (top level): Use PKGVERSION.
39568         * elf/sprof.c (more_help): Use REPORT_BUGS_TO.
39569         (print_version): Use PKGVERSION.
39570         * iconv/iconv_prog.c (more_help): Use REPORT_BUGS_TO.
39571         (print_version): Use PKGVERSION.
39572         * iconv/iconvconfig.c (more_help): Use REPORT_BUGS_TO.
39573         (print_version): Use PKGVERSION.
39574         * locale/programs/locale.c (more_help): Use REPORT_BUGS_TO.
39575         (print_version): Use PKGVERSION.
39576         * locale/programs/localedef.c (more_help): Use REPORT_BUGS_TO.
39577         (print_version): Use PKGVERSION.
39578         * login/programs/pt_chown.c (more_help): Use REPORT_BUGS_TO.
39579         (print_version): Use PKGVERSION.
39580         * malloc/Makefile ($(objpfx)mtrace): Also substitute PKGVERSION
39581         and BUGURL.
39582         ($(objpfx)memusage): Likewise.
39583         * malloc/memusage.sh (do_help): Use REPORT_BUGS_TO.
39584         (do_version): Use PKGVERSION.
39585         * malloc/memusagestat.c (more_help): Use REPORT_BUGS_TO.
39586         (print_version): Use PKGVERSION.
39587         * malloc/mtrace.pl ($PACKAGE): Remove variable.
39588         ($PKGVERSION): New variable.
39589         ($REPORT_BUGS_TO): Likewise.
39590         (usage): Use $REPORT_BUGS_TO.
39591         (top level): Use $PKGVERSION.
39592         * manual/Makefile (libc-texi-generated): Add pkgvers.texi.
39593         ($(objpfx)pkgvers.texi): New rule.
39594         ($(objpfx)stamp-pkgvers): Likewise.
39595         * manual/install.texi: Include pkgvers.texi.
39596         (--with-pkgversion): Document new configure option.
39597         (--with-bugurl): Likewise.
39598         (Reporting Bugs): Describe Bugzilla as upstream tracker rather
39599         than necessarily for this particular distribution.  Use
39600         REPORT_BUGS_TO for where to report bugs.
39601         * INSTALL: Regenerated.
39602         * manual/libc.texinfo: Include pkgvers.texi.
39603         [!PKGVERSION_DEFAULT]: Include PKGVERSION in version information.
39604         * nscd/nscd.c (more_help): Use REPORT_BUGS_TO.
39605         (print_version): Use PKGVERSION.
39606         * nss/getent.c (more_help): Use REPORT_BUGS_TO.
39607         (print_version): Use PKGVERSION.
39608         * nss/makedb.c (more_help): Use REPORT_BUGS_TO.
39609         (print_version): Use PKGVERSION.
39610         * posix/getconf.c (main): Use PKGVERSION and REPORT_BUGS_TO.
39611         * sunrpc/proto.h [IS_IN_build] (_libc_intl_domainname): Remove
39612         macro.
39613         * sunrpc/rpc_main.c (options_usage): Use REPORT_BUGS_TO.
39614         (print_version): Use PKGVERSION.
39615         * sunrpc/rpcinfo.c (usage): Use REPORT_BUGS_TO.
39616         (print_version): Use PKGVERSION.
39617         * sysdeps/unix/sysv/linux/lddlibc4.c (main): Use REPORT_BUGS_TO
39618         and PKGVERSION.
39620         * timezone/checktab.awk: Update from tzcode 2012i.
39621         * timezone/ialloc.c: Likewise.
39622         * timezone/private.h: Likewise.
39623         * timezone/scheck.c: Likewise.
39624         * timezone/tzfile.h: Likewise.
39625         * timezone/tzselect.ksh: Merge in changes from tzcode 2012i.
39626         (TZVERSION): Hardcode tzcode version number.
39627         * timezone/zdump.c: Update from tzcode 2012i.
39628         * timezone/zic.c: Likewise.
39629         * timezone/version.h: New file.
39630         * timezone/README: Describe version.h.  Update upstream location.
39632         [BZ #14824]
39633         * stdlib/stdlib.h [__USE_XOPEN_EXTENDED && __USE_XOPEN2K]
39634         (mktemp): Enable declaration.
39635         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K] (ecvt): Likewise.
39636         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K] (fcvt): Likewise.
39637         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K] (gcvt): Likewise.
39638         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (qecvt):
39639         Likewise.
39640         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (qfcvt):
39641         Likewise.
39642         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (qgcvt):
39643         Likewise.
39644         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (ecvt_r):
39645         Likewise.
39646         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (fcvt_r):
39647         Likewise.
39648         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (gcvt_r):
39649         Likewise.
39651         [BZ #14821]
39652         * sunrpc/clnt_tcp.c (clnttcp_control): Access values at fixed
39653         offset in buffer as u_int32_t not u_long.  Consistently use memcpy
39654         for copies of such integer values.
39655         * sunrpc/clnt_udp.c (clntudp_control): Likewise.
39656         * sunrpc/clnt_unix.c (clntunix_control): Likewise.
39658 2012-11-09  Andreas Jaeger  <aj@suse.de>
39660         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Remove all
39661         definitions and declarations that are provided by
39662         <bits/fcntl-linux.h> and include <bits/fcntl-linux.h>.
39664 2012-11-08  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
39666         * sysdeps/s390/dl-procinfo.c (_dl_s390_cap_flags): Add "te".
39667         * sysdeps/s390/dl-procinfo.h (HWCAP_S390_TE): Add enum value.
39668         * sysdeps/unix/sysv/linux/s390/hwcap.h (HWCAP_S390_TE): Add macro
39669         definition.
39671 2012-11-08  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
39673         * elf/elf.h: Update comment before AArch64 relocations.
39675 2012-11-07  David S. Miller  <davem@davemloft.net>
39677         * sysdeps/unix/sysv/linux/sparc/sparc64/__start_context.S: New file.
39678         * sysdeps/unix/sysv/linux/sparc/sparc64/makecontext.c
39679         (__start_context): Declare.
39680         (__makecontext_ret): Delete.
39681         (__makecontext): Hook up __start_context instead of
39682         __makecontext_ret.
39683         * sysdeps/unix/sysv/linux/sparc/sparc64/Makefile
39684         (sysdep_routines): Add __start_context when in stdlib.
39686 2012-11-07  Joseph Myers  <joseph@codesourcery.com>
39688         * sysdeps/x86/Makefile ($(objpfx)tst-xmmymm.out): Pass $(NM),
39689         $(OBJDUMP) and $(READELF) to tst-xmmymm.sh.
39690         * sysdeps/x86/tst-xmmymm.sh (NM): New variable.  Use it instead of
39691         hardcoded "nm".
39692         (OBJDUMP): New variable.  Use it instead of hardcoded "objdump".
39693         (READELF): New variable.  Use it instead of hardcoded "readelf".
39695 2012-11-07  H.J. Lu  <hongjiu.lu@intel.com>
39697         * sysdeps/x86_64/Makefile ($(objpfx)tst-xmmymm.out): Moved to ...
39698         * sysdeps/x86/Makefile: Here.
39699         * sysdeps/x86_64/tst-xmmymm.sh: Renamed to ...
39700         * sysdeps/x86/tst-xmmymm.sh: This.
39702 2012-11-07  Joseph Myers  <joseph@codesourcery.com>
39704         * conform/data/pthread.h-data [XPG3 || XPG4]: Disable all
39705         expectations.
39706         [UNIX98] (pthread_barrier_t): Do not expect.
39707         [UNIX98] (pthread_barrierattr_t): Likewise.
39708         [UNIX98] (pthread_spinlock_t): Likewise.
39709         [UNIX98] (pthread_barrier_destroy): Likewise.
39710         [UNIX98] (pthread_barrier_init): Likewise.
39711         [UNIX98] (pthread_barrier_wait): Likewise.
39712         [UNIX98] (pthread_barrierattr_destroy): Likewise.
39713         [UNIX98] (pthread_barrierattr_getpshared): Likewise.
39714         [UNIX98] (pthread_barrierattr_init): Likewise.
39715         [UNIX98] (pthread_barrierattr_setpshared): Likewise.
39716         [UNIX98] (pthread_getcpuclockid): Likewise.
39717         [UNIX98] (pthread_mutex_timedlock): Likewise.
39718         [UNIX98] (pthread_rwlock_timedrdlock): Likewise.
39719         [UNIX98] (pthread_rwlock_timedwrlock): Likewise.
39720         [UNIX98] (pthread_sigmask): Likewise.
39721         [UNIX98] (pthread_spin_destroy): Likewise.
39722         [UNIX98] (pthread_spin_init): Likewise.
39723         [UNIX98] (pthread_spin_lock): Likewise.
39724         [UNIX98] (pthread_spin_trylock): Likewise.
39725         [UNIX98] (pthread_spin_unlock): Likewise.
39726         * conform/data/sys/types.h-data [XPG3 || XPG4] (pthread_attr_t):
39727         Do not expect.
39728         [XPG3 || XPG4 || UNIX98] (pthread_barrier_t): Likewise.
39729         [XPG3 || XPG4 || UNIX98] (pthread_barrierattr_t): Likewise.
39730         [XPG3 || XPG4] (pthread_cond_t): Likewise.
39731         [XPG3 || XPG4] (pthread_condattr_t): Likewise.
39732         [XPG3 || XPG4] (pthread_key_t): Likewise.
39733         [XPG3 || XPG4] (pthread_mutex_t): Likewise.
39734         [XPG3 || XPG4] (pthread_mutexattr_t): Likewise.
39735         [XPG3 || XPG4] (pthread_once_t): Likewise.
39736         [XPG3 || XPG4] (pthread_rwlock_t): Likewise.
39737         [XPG3 || XPG4] (pthread_rwlockattr_t): Likewise.
39738         [XPG3 || XPG4 || UNIX98] (pthread_spinlock_t): Likewise.
39739         [XPG3 || XPG4] (pthread_t): Likewise.
39741         * conform/data/stdlib.h-data [XPG3 || XPG4 || UNIX98] (setenv): Do
39742         not expect.
39743         [XPG3 || XPG4 || UNIX98] (unsetenv): Likewise.
39745         * conform/data/math.h-data [XPG3 || XPG4 || UNIX98] (isnan):
39746         Change function return type to int.
39748         * conform/data/sys/mman.h-data [!POSIX] (POSIX_MADV_NORMAL):
39749         Change condition to [!POSIX && !XPG3 && !XPG4 && !UNIX98].
39750         [!POSIX] (POSIX_MADV_SEQUENTIAL): Likewise.
39751         [!POSIX] (POSIX_MADV_RANDOM): Likewise.
39752         [!POSIX] (POSIX_MADV_WILLNEED): Likewise.
39753         [!POSIX] (POSIX_MADV_DONTNEED): Likewise.
39754         [!POSIX] (posix_madvise): Likewise.
39755         (POSIX_TYPED_MEM_ALLOCATE): Condition on [!POSIX && !XPG3 && !XPG4
39756         && !UNIX98].
39757         (POSIX_TYPED_MEM_ALLOCATE_CONTIG): Likewise.
39758         (POSIX_TYPED_MEM_MAP_ALLOCATABLE): Likewise.
39759         (mode_t): Likewise.
39760         (posix_mem_offset): Likewise.
39761         (posix_typed_mem_get_info): Likewise.
39762         (posix_typed_mem_open): Likewise.
39764         * conform/data/sys/stat.h-data [!POSIX && !POSIX2008] (mknodat):
39765         Change condition to [XOPEN2K8].
39767         * conform/conformtest.pl: Preprocess allow-header data with -x c
39768         instead of from stdin.
39769         (@headers): Add stdalign.h, stdbool.h and stdnoreturn.h.
39770         * conform/data/complex.h-data [C99-based standards] (cerf): Allow.
39771         [C99-based standards] (cerfc): Likewise.
39772         [C99-based standards] (cexp2): Likewise.
39773         [C99-based standards] (cexpm1): Likewise.
39774         [C99-based standards] (clog10): Likewise.
39775         [C99-based standards] (clog1p): Likewise.
39776         [C99-based standards] (clog2): Likewise.
39777         [C99-based standards] (clgamma): Likewise.
39778         [C99-based standards] (ctgamma): Likewise.
39779         [C99-based standards] (cerff): Likewise.
39780         [C99-based standards] (cerfcf): Likewise.
39781         [C99-based standards] (cexp2f): Likewise.
39782         [C99-based standards] (cexpm1f): Likewise.
39783         [C99-based standards] (clog10f): Likewise.
39784         [C99-based standards] (clog1pf): Likewise.
39785         [C99-based standards] (clog2f): Likewise.
39786         [C99-based standards] (clgammaf): Likewise.
39787         [C99-based standards] (ctgammaf): Likewise.
39788         [C99-based standards] (cerfl): Likewise.
39789         [C99-based standards] (cerfcl): Likewise.
39790         [C99-based standards] (cexp2l): Likewise.
39791         [C99-based standards] (cexpm1l): Likewise.
39792         [C99-based standards] (clog10l): Likewise.
39793         [C99-based standards] (clog1pl): Likewise.
39794         [C99-based standards] (clog2l): Likewise.
39795         [C99-based standards] (clgammal): Likewise.
39796         [C99-based standards] (ctgammal): Likewise.
39797         * conform/data/inttypes.h-data [C99-based standards]: Include
39798         stdint.h-data.  Remove all expectations for stdint.h contents.
39799         [C99-based standards] (PRI*): Do not allow.
39800         [C99-based standards] (SCN*): Likewise.
39801         [C99-based standards] (*_t): Likewise.
39802         [C99-based-standards] (PRId8): Expect macro.
39803         [C99-based-standards] (PRIi8): Likewise.
39804         [C99-based-standards] (PRIo8): Likewise.
39805         [C99-based-standards] (PRIu8): Likewise.
39806         [C99-based-standards] (PRIx8): Likewise.
39807         [C99-based-standards] (PRIX8): Likewise.
39808         [C99-based-standards] (SCNd8): Likewise.
39809         [C99-based-standards] (SCNi8): Likewise.
39810         [C99-based-standards] (SCNo8): Likewise.
39811         [C99-based-standards] (SCNu8): Likewise.
39812         [C99-based-standards] (SCNx8): Likewise.
39813         [C99-based-standards] (PRIdLEAST8): Likewise.
39814         [C99-based-standards] (PRIiLEAST8): Likewise.
39815         [C99-based-standards] (PRIoLEAST8): Likewise.
39816         [C99-based-standards] (PRIuLEAST8): Likewise.
39817         [C99-based-standards] (PRIxLEAST8): Likewise.
39818         [C99-based-standards] (PRIXLEAST8): Likewise.
39819         [C99-based-standards] (SCNdLEAST8): Likewise.
39820         [C99-based-standards] (SCNiLEAST8): Likewise.
39821         [C99-based-standards] (SCNoLEAST8): Likewise.
39822         [C99-based-standards] (SCNuLEAST8): Likewise.
39823         [C99-based-standards] (SCNxLEAST8): Likewise.
39824         [C99-based-standards] (PRIdFAST8): Likewise.
39825         [C99-based-standards] (PRIiFAST8): Likewise.
39826         [C99-based-standards] (PRIoFAST8): Likewise.
39827         [C99-based-standards] (PRIuFAST8): Likewise.
39828         [C99-based-standards] (PRIxFAST8): Likewise.
39829         [C99-based-standards] (PRIXFAST8): Likewise.
39830         [C99-based-standards] (SCNdFAST8): Likewise.
39831         [C99-based-standards] (SCNiFAST8): Likewise.
39832         [C99-based-standards] (SCNoFAST8): Likewise.
39833         [C99-based-standards] (SCNuFAST8): Likewise.
39834         [C99-based-standards] (SCNxFAST8): Likewise.
39835         [C99-based-standards] (PRId16): Likewise.
39836         [C99-based-standards] (PRIi16): Likewise.
39837         [C99-based-standards] (PRIo16): Likewise.
39838         [C99-based-standards] (PRIu16): Likewise.
39839         [C99-based-standards] (PRIx16): Likewise.
39840         [C99-based-standards] (PRIX16): Likewise.
39841         [C99-based-standards] (SCNd16): Likewise.
39842         [C99-based-standards] (SCNi16): Likewise.
39843         [C99-based-standards] (SCNo16): Likewise.
39844         [C99-based-standards] (SCNu16): Likewise.
39845         [C99-based-standards] (SCNx16): Likewise.
39846         [C99-based-standards] (PRIdLEAST16): Likewise.
39847         [C99-based-standards] (PRIiLEAST16): Likewise.
39848         [C99-based-standards] (PRIoLEAST16): Likewise.
39849         [C99-based-standards] (PRIuLEAST16): Likewise.
39850         [C99-based-standards] (PRIxLEAST16): Likewise.
39851         [C99-based-standards] (PRIXLEAST16): Likewise.
39852         [C99-based-standards] (SCNdLEAST16): Likewise.
39853         [C99-based-standards] (SCNiLEAST16): Likewise.
39854         [C99-based-standards] (SCNoLEAST16): Likewise.
39855         [C99-based-standards] (SCNuLEAST16): Likewise.
39856         [C99-based-standards] (SCNxLEAST16): Likewise.
39857         [C99-based-standards] (PRIdFAST16): Likewise.
39858         [C99-based-standards] (PRIiFAST16): Likewise.
39859         [C99-based-standards] (PRIoFAST16): Likewise.
39860         [C99-based-standards] (PRIuFAST16): Likewise.
39861         [C99-based-standards] (PRIxFAST16): Likewise.
39862         [C99-based-standards] (PRIXFAST16): Likewise.
39863         [C99-based-standards] (SCNdFAST16): Likewise.
39864         [C99-based-standards] (SCNiFAST16): Likewise.
39865         [C99-based-standards] (SCNoFAST16): Likewise.
39866         [C99-based-standards] (SCNuFAST16): Likewise.
39867         [C99-based-standards] (SCNxFAST16): Likewise.
39868         [C99-based-standards] (PRId32): Likewise.
39869         [C99-based-standards] (PRIi32): Likewise.
39870         [C99-based-standards] (PRIo32): Likewise.
39871         [C99-based-standards] (PRIu32): Likewise.
39872         [C99-based-standards] (PRIx32): Likewise.
39873         [C99-based-standards] (PRIX32): Likewise.
39874         [C99-based-standards] (SCNd32): Likewise.
39875         [C99-based-standards] (SCNi32): Likewise.
39876         [C99-based-standards] (SCNo32): Likewise.
39877         [C99-based-standards] (SCNu32): Likewise.
39878         [C99-based-standards] (SCNx32): Likewise.
39879         [C99-based-standards] (PRIdLEAST32): Likewise.
39880         [C99-based-standards] (PRIiLEAST32): Likewise.
39881         [C99-based-standards] (PRIoLEAST32): Likewise.
39882         [C99-based-standards] (PRIuLEAST32): Likewise.
39883         [C99-based-standards] (PRIxLEAST32): Likewise.
39884         [C99-based-standards] (PRIXLEAST32): Likewise.
39885         [C99-based-standards] (SCNdLEAST32): Likewise.
39886         [C99-based-standards] (SCNiLEAST32): Likewise.
39887         [C99-based-standards] (SCNoLEAST32): Likewise.
39888         [C99-based-standards] (SCNuLEAST32): Likewise.
39889         [C99-based-standards] (SCNxLEAST32): Likewise.
39890         [C99-based-standards] (PRIdFAST32): Likewise.
39891         [C99-based-standards] (PRIiFAST32): Likewise.
39892         [C99-based-standards] (PRIoFAST32): Likewise.
39893         [C99-based-standards] (PRIuFAST32): Likewise.
39894         [C99-based-standards] (PRIxFAST32): Likewise.
39895         [C99-based-standards] (PRIXFAST32): Likewise.
39896         [C99-based-standards] (SCNdFAST32): Likewise.
39897         [C99-based-standards] (SCNiFAST32): Likewise.
39898         [C99-based-standards] (SCNoFAST32): Likewise.
39899         [C99-based-standards] (SCNuFAST32): Likewise.
39900         [C99-based-standards] (SCNxFAST32): Likewise.
39901         [C99-based-standards] (PRId64): Likewise.
39902         [C99-based-standards] (PRIi64): Likewise.
39903         [C99-based-standards] (PRIo64): Likewise.
39904         [C99-based-standards] (PRIu64): Likewise.
39905         [C99-based-standards] (PRIx64): Likewise.
39906         [C99-based-standards] (PRIX64): Likewise.
39907         [C99-based-standards] (SCNd64): Likewise.
39908         [C99-based-standards] (SCNi64): Likewise.
39909         [C99-based-standards] (SCNo64): Likewise.
39910         [C99-based-standards] (SCNu64): Likewise.
39911         [C99-based-standards] (SCNx64): Likewise.
39912         [C99-based-standards] (PRIdLEAST64): Likewise.
39913         [C99-based-standards] (PRIiLEAST64): Likewise.
39914         [C99-based-standards] (PRIoLEAST64): Likewise.
39915         [C99-based-standards] (PRIuLEAST64): Likewise.
39916         [C99-based-standards] (PRIxLEAST64): Likewise.
39917         [C99-based-standards] (PRIXLEAST64): Likewise.
39918         [C99-based-standards] (SCNdLEAST64): Likewise.
39919         [C99-based-standards] (SCNiLEAST64): Likewise.
39920         [C99-based-standards] (SCNoLEAST64): Likewise.
39921         [C99-based-standards] (SCNuLEAST64): Likewise.
39922         [C99-based-standards] (SCNxLEAST64): Likewise.
39923         [C99-based-standards] (PRIdFAST64): Likewise.
39924         [C99-based-standards] (PRIiFAST64): Likewise.
39925         [C99-based-standards] (PRIoFAST64): Likewise.
39926         [C99-based-standards] (PRIuFAST64): Likewise.
39927         [C99-based-standards] (PRIxFAST64): Likewise.
39928         [C99-based-standards] (PRIXFAST64): Likewise.
39929         [C99-based-standards] (SCNdFAST64): Likewise.
39930         [C99-based-standards] (SCNiFAST64): Likewise.
39931         [C99-based-standards] (SCNoFAST64): Likewise.
39932         [C99-based-standards] (SCNuFAST64): Likewise.
39933         [C99-based-standards] (SCNxFAST64): Likewise.
39934         [C99-based-standards] (PRIdMAX): Likewise.
39935         [C99-based-standards] (PRIiMAX): Likewise.
39936         [C99-based-standards] (PRIoMAX): Likewise.
39937         [C99-based-standards] (PRIuMAX): Likewise.
39938         [C99-based-standards] (PRIxMAX): Likewise.
39939         [C99-based-standards] (PRIXMAX): Likewise.
39940         [C99-based-standards] (SCNdMAX): Likewise.
39941         [C99-based-standards] (SCNiMAX): Likewise.
39942         [C99-based-standards] (SCNoMAX): Likewise.
39943         [C99-based-standards] (SCNuMAX): Likewise.
39944         [C99-based-standards] (SCNxMAX): Likewise.
39945         [C99-based-standards] (PRIdPTR): Likewise.
39946         [C99-based-standards] (PRIiPTR): Likewise.
39947         [C99-based-standards] (PRIoPTR): Likewise.
39948         [C99-based-standards] (PRIuPTR): Likewise.
39949         [C99-based-standards] (PRIxPTR): Likewise.
39950         [C99-based-standards] (PRIXPTR): Likewise.
39951         [C99-based-standards] (SCNdPTR): Likewise.
39952         [C99-based-standards] (SCNiPTR): Likewise.
39953         [C99-based-standards] (SCNoPTR): Likewise.
39954         [C99-based-standards] (SCNuPTR): Likewise.
39955         [C99-based-standards] (SCNxPTR): Likewise.
39956         * conform/data/iso646.h-data [ISO C standards] (*_t): Do not
39957         allow.
39958         * conform/data/stdint.h-data: Update comments to clarify
39959         requirements.
39960         [C99-based standards] (INT8_MIN): Use macro-int-constant.  Specify
39961         type.
39962         [C99-based standards] (INT8_MAX): Likewise.
39963         [C99-based standards] (INT16_MIN): Likewise.
39964         [C99-based standards] (INT16_MAX): Likewise.
39965         [C99-based standards] (INT32_MIN): Likewise.
39966         [C99-based standards] (INT32_MAX): Likewise.
39967         [C99-based standards] (INT64_MIN): Likewise.
39968         [C99-based standards] (INT64_MAX): Likewise.
39969         [C99-based standards] (UINT8_MAX): Likewise.
39970         [C99-based standards] (UINT16_MAX): Likewise.
39971         [C99-based standards] (UINT32_MAX): Likewise.
39972         [C99-based standards] (UINT64_MAX): Likewise.
39973         [C99-based standards] (INT_LEAST8_MIN): Likewise.
39974         [C99-based standards] (INT_LEAST8_MAX): Likewise.
39975         [C99-based standards] (INT_LEAST16_MIN): Likewise.
39976         [C99-based standards] (INT_LEAST16_MAX): Likewise.
39977         [C99-based standards] (INT_LEAST32_MIN): Likewise.
39978         [C99-based standards] (INT_LEAST32_MAX): Likewise.
39979         [C99-based standards] (INT_LEAST64_MIN): Likewise.
39980         [C99-based standards] (INT_LEAST64_MAX): Likewise.
39981         [C99-based standards] (UINT_LEAST8_MAX): Likewise.
39982         [C99-based standards] (UINT_LEAST16_MAX): Likewise.
39983         [C99-based standards] (UINT_LEAST32_MAX): Likewise.
39984         [C99-based standards] (UINT_LEAST64_MAX): Likewise.
39985         [C99-based standards] (INT_FAST8_MIN): Likewise.
39986         [C99-based standards] (INT_FAST8_MAX): Likewise.
39987         [C99-based standards] (INT_FAST16_MIN): Likewise.
39988         [C99-based standards] (INT_FAST16_MAX): Likewise.
39989         [C99-based standards] (INT_FAST32_MIN): Likewise.
39990         [C99-based standards] (INT_FAST32_MAX): Likewise.
39991         [C99-based standards] (INT_FAST64_MIN): Likewise.
39992         [C99-based standards] (INT_FAST64_MAX): Likewise.
39993         [C99-based standards] (UINT_FAST8_MAX): Likewise.
39994         [C99-based standards] (UINT_FAST16_MAX): Likewise.
39995         [C99-based standards] (UINT_FAST32_MAX): Likewise.
39996         [C99-based standards] (UINT_FAST64_MAX): Likewise.
39997         [C99-based standards] (INTPTR_MIN): Likewise.
39998         [C99-based standards] (INTPTR_MAX): Likewise.
39999         [C99-based standards] (UINTPTR_MAX): Likewise.
40000         [C99-based standards] (INTMAX_MIN): Likewise.
40001         [C99-based standards] (INTMAX_MAX): Likewise.
40002         [C99-based standards] (UINTMAX_MAX): Likewise.
40003         [C99-based standards] (PTRDIFF_MIN): Likewise.
40004         [C99-based standards] (PTRDIFF_MAX): Likewise.
40005         [C99-based standards] (SIG_ATOMIC_MAX): Likewise.
40006         [C99-based standards] (SIZE_MAX): Likewise.
40007         [C99-based standards] (WCHAR_MAX): Likewise.
40008         [C99-based standards] (WINT_MAX): Likewise.
40009         [C99-based standards] (SIG_ATOMIC_MIN): Likewise.  Do not specify
40010         constraint on value.
40011         [C99-based standards] (WCHAR_MIN): Likewise.
40012         [C99-based standards] (WINT_MIN): Likewise.
40013         [C99-based standards] (*_t): Allow.
40014         * conform/data/tgmath.h-data [XOPEN2K || POSIX2008]: Change
40015         condition to [!ISO && !POSIX && !XPG3 && !XPG4 && !UNIX98].
40016         Include math.h-data and complex.h-data.  Remove all expectations
40017         of math.h and complex.h contents.
40018         * conform/data/uchar.h-data [ISO11] (c16rtomb): Remove stray "16"
40019         at end of line.
40020         * conform/data/wchar.h-data [!ISO && !POSIX && !XPG3 && !XPG4]
40021         (struct tm): Expect tag.
40022         [C99-based-standards] (wcstof): Expect function.
40023         [C99-based-standards] (wcstold): Likewise.
40024         [C99-based-standards] (wcstoll): Likewise.
40025         [C99-based-standards] (wcstoull): Likewise.
40026         [!ISO && !POSIX && !XPG3 && !XPG4] (WCHAR_MIN): Use
40027         macro-int-constant.  Specify type.
40028         [!ISO && !POSIX && !XPG3 && !XPG4] (WCHAR_MAX): Likewise.  Specify
40029         constraint on value.
40030         [!ISO && !POSIX && !XPG3 && !XPG4] (WEOF): Use macro-constant.
40031         Specify type.
40032         [!ISO && !POSIX && !XPG3 && !XPG4] (NULL): Use macro-constant.
40033         Specify value.
40034         [ISO C standards]: Do not allow headers.
40035         [!ISO && !POSIX && !XPG3 && !XPG4] (wcs*): Change to
40036         wcs[abcdefghijklmnopqrstuvwxyz]*.
40037         [ISO C standards] (*_t): Do not allow.
40038         * conform/data/wctype.h-data [C99-based standards] (iswblank):
40039         Expect function.
40040         [XOPEN2K8 || POSIX2008] (iswblank_l): Likewise.
40041         [!ISO && !POSIX && !XPG3 && !XPG4] (WEOF): Use macro-constant.
40042         Specify type.
40043         [ISO C standards]: Do not allow headers.
40044         [!ISO && !POSIX && !XPG3 && !XPG4] (is*): Change to
40045         is[abcdefghijklmnopqrstuvwxyz]*.
40046         [!ISO && !POSIX && !XPG3 && !XPG4] (to*): Change to
40047         to[abcdefghijklmnopqrstuvwxyz]*.
40048         [ISO C standards] (*_t): Do not allow.
40049         * conform/data/stdalign.h-data: New file.
40050         * conform/data/stdbool.h-data: Likewise.
40051         * conform/data/stdnoreturn.h-data: Likewise.
40053 2012-11-07  Roland McGrath  <roland@hack.frob.com>
40055         [BZ #14815]
40056         * manual/filesys.texi (Directory Entries): Typo fix.
40057         Reported by <h-iwamoto@kit.hi-ho.ne.jp>.
40059 2012-11-07  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
40061         * elf/elf.h (EM_AARCH64): New macro.
40062         (R_AARCH64_NONE, R_AARCH64_ABS64, R_AARCH64_ABS32): Likewise.
40063         (R_AARCH64_COPY, R_AARCH64_GLOB_DAT, R_AARCH64_JUMP_SLOT): Likewise.
40064         (R_AARCH64_RELATIVE, R_AARCH64_TLS_DTPMOD64): Likewise.
40065         (R_AARCH64_TLS_DTPREL64, R_AARCH64_TLS_TPREL64): Likewise.
40066         (R_AARCH64_TLSDESC): Likewise.
40067         (NT_ARM_TLS): Likewise.
40068         (NT_ARM_HW_BREAK): Likewise.
40069         (NT_ARM_HW_WATCH): Likewise.
40071 2012-11-07  Joseph Myers  <joseph@codesourcery.com>
40073         [BZ #14811]
40074         * sysdeps/i386/fpu/e_powl.S (pm79): New object.
40075         (__ieee754_powl): Saturate nonzero exponents with absolute value
40076         below 0x1p-79 to +/- 0x1p-79.
40077         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Saturate nonzero
40078         exponents with absolute value below 0x1p-64 to +/- 0x1p-64.
40079         * sysdeps/ieee754/flt-32/e_powf.c (__ieee754_powf): Saturate
40080         nonzero exponents with absolute value below 0x1p-32 to +/-
40081         0x1p-32.
40082         * sysdeps/x86_64/fpu/e_powl.S (pm79): New object.
40083         (__ieee754_powl): Saturate nonzero exponents with absolute value
40084         below 0x1p-79 to +/- 0x1p-79.
40085         * math/libm-test.inc (pow_test): Add more tests.
40087 2012-11-07  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
40089         * sysdeps/s390/dl-procinfo.c (_dl_s390_cap_flags): Sync
40090         _dl_s390_cap_flags with kernel. Increase string length.
40091         (_dl_s390_platforms): Add z196 and zEC12.
40093 2012-11-07  Joseph Myers  <joseph@codesourcery.com>
40095         * conform/data/time.h-data [!XOPEN21K && !XOPEN2K8 && !POSIX2008]:
40096         Change XOPEN21K to XOPEN2K.
40098 2012-11-06  Maxim Kuvyrkov  <maxim@codesourcery.com>
40100         * string/memmove.c: Use memcpy when possible.
40102 2012-11-06  Andreas Jaeger  <aj@suse.de>
40104         * po/eo.po: Update from translation team.
40106 2012-11-06  Joseph Myers  <joseph@codesourcery.com>
40108         [BZ #14793]
40109         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): In case of large z
40110         exponent and small x and y exponents, scale x or y up.  Increase
40111         by 2 the exponent used in scaling up.
40112         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
40113         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
40114         * math/libm-test.inc (fma_test): Add more tests.
40115         (fma_test_towardzero): Likewise.
40116         (fma_test_downward): Likewise.
40117         (fma_test_upward): Likewise.
40119 2012-11-05  Joseph Myers  <joseph@codesourcery.com>
40121         [BZ #14805]
40122         * sysdeps/sh/sh4/fpu/bits/fenv.h (FE_DFL_ENV): Use cast to const
40123         fenv_t *.
40125         [BZ #14801]
40126         * sysdeps/s390/fpu/bits/fenv.h (fenv_t): Use implementation
40127         namespace for names of struct fields.
40128         * sysdeps/s390/fpu/fegetenv.c (fegetenv): Update references to
40129         fenv_t fields.
40130         * sysdeps/s390/fpu/feholdexcpt.c (feholdexcept): Likewise.
40131         * sysdeps/s390/fpu/fesetenv.c (fesetenv): Likewise.
40133 2012-11-04  Samuel Thibault  <samuel.thibault@ens-lyon.org>
40135         [BZ #3665]
40136         * sysdeps/mach/hurd/bits/errno.h: Regenerated.
40138 2012-11-04  Thomas Schwinge  <thomas@codesourcery.com>
40140         * csu/libc-start.c (LIBC_START_MAIN): Conditionalize use of
40141         PTR_DEMANGLE.
40143         [BZ #5246]
40144         * sysdeps/mach/hurd/i386/____longjmp_chk.S: Conditionalize use of
40145         PTR_DEMANGLE.
40147 2012-11-04  Joseph Myers  <joseph@codesourcery.com>
40149         [BZ #14797]
40150         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Compute cases that
40151         definitely overflow as x * y not x * y + z.
40152         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
40153         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
40154         * math/libm-test.inc (fma_test): Add more tests.
40155         (fma_test_towardzero): Likewise.
40156         (fma_test_downward): Likewise.
40157         (fma_test_upward): Likewise.
40159 2012-11-04  Thomas Schwinge  <thomas@codesourcery.com>
40161         [BZ #157]
40163         * include/stub-tag.h: Remove file.
40164         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Don't emit
40165         '#include' of it.
40166         * manual/maint.texi (Porting): Don't reference it.
40167         * Makerules ($(objpfx)stubs): Likewise.
40168         * dirent/closedir.c: Don't include <stub-tag.h>.
40169         * dirent/dirfd.c: Likewise.
40170         * dirent/fdopendir.c: Likewise.
40171         * dirent/getdents.c: Likewise.
40172         * dirent/getdents64.c: Likewise.
40173         * dirent/opendir.c: Likewise.
40174         * dirent/readdir.c: Likewise.
40175         * dirent/readdir64.c: Likewise.
40176         * dirent/readdir64_r.c: Likewise.
40177         * dirent/readdir_r.c: Likewise.
40178         * dirent/rewinddir.c: Likewise.
40179         * dirent/seekdir.c: Likewise.
40180         * dirent/telldir.c: Likewise.
40181         * gmon/profil.c: Likewise.
40182         * grp/setgroups.c: Likewise.
40183         * inet/if_index.c: Likewise.
40184         * io/access.c: Likewise.
40185         * io/chdir.c: Likewise.
40186         * io/chmod.c: Likewise.
40187         * io/chown.c: Likewise.
40188         * io/close.c: Likewise.
40189         * io/dup.c: Likewise.
40190         * io/dup2.c: Likewise.
40191         * io/dup3.c: Likewise.
40192         * io/euidaccess.c: Likewise.
40193         * io/faccessat.c: Likewise.
40194         * io/fchdir.c: Likewise.
40195         * io/fchmod.c: Likewise.
40196         * io/fchmodat.c: Likewise.
40197         * io/fchown.c: Likewise.
40198         * io/fchownat.c: Likewise.
40199         * io/fcntl.c: Likewise.
40200         * io/flock.c: Likewise.
40201         * io/fstatfs.c: Likewise.
40202         * io/fstatfs64.c: Likewise.
40203         * io/fstatvfs.c: Likewise.
40204         * io/fstatvfs64.c: Likewise.
40205         * io/futimens.c: Likewise.
40206         * io/fxstat.c: Likewise.
40207         * io/fxstat64.c: Likewise.
40208         * io/fxstatat.c: Likewise.
40209         * io/fxstatat64.c: Likewise.
40210         * io/getcwd.c: Likewise.
40211         * io/isatty.c: Likewise.
40212         * io/lchmod.c: Likewise.
40213         * io/lchown.c: Likewise.
40214         * io/link.c: Likewise.
40215         * io/linkat.c: Likewise.
40216         * io/lseek.c: Likewise.
40217         * io/lseek64.c: Likewise.
40218         * io/lxstat64.c: Likewise.
40219         * io/mkdir.c: Likewise.
40220         * io/mkdirat.c: Likewise.
40221         * io/mkfifo.c: Likewise.
40222         * io/mkfifoat.c: Likewise.
40223         * io/open.c: Likewise.
40224         * io/open64.c: Likewise.
40225         * io/openat.c: Likewise.
40226         * io/openat64.c: Likewise.
40227         * io/pipe.c: Likewise.
40228         * io/pipe2.c: Likewise.
40229         * io/poll.c: Likewise.
40230         * io/posix_fadvise.c: Likewise.
40231         * io/posix_fadvise64.c: Likewise.
40232         * io/posix_fallocate.c: Likewise.
40233         * io/posix_fallocate64.c: Likewise.
40234         * io/read.c: Likewise.
40235         * io/readlink.c: Likewise.
40236         * io/readlinkat.c: Likewise.
40237         * io/rmdir.c: Likewise.
40238         * io/sendfile.c: Likewise.
40239         * io/sendfile64.c: Likewise.
40240         * io/statfs.c: Likewise.
40241         * io/statfs64.c: Likewise.
40242         * io/statvfs.c: Likewise.
40243         * io/statvfs64.c: Likewise.
40244         * io/symlink.c: Likewise.
40245         * io/symlinkat.c: Likewise.
40246         * io/ttyname.c: Likewise.
40247         * io/ttyname_r.c: Likewise.
40248         * io/umask.c: Likewise.
40249         * io/unlink.c: Likewise.
40250         * io/unlinkat.c: Likewise.
40251         * io/utime.c: Likewise.
40252         * io/utimensat.c: Likewise.
40253         * io/write.c: Likewise.
40254         * io/xmknod.c: Likewise.
40255         * io/xmknodat.c: Likewise.
40256         * io/xstat.c: Likewise.
40257         * io/xstat64.c: Likewise.
40258         * login/getpt.c: Likewise.
40259         * login/grantpt.c: Likewise.
40260         * login/unlockpt.c: Likewise.
40261         * math/e_acoshl.c: Likewise.
40262         * math/e_acosl.c: Likewise.
40263         * math/e_asinl.c: Likewise.
40264         * math/e_atan2l.c: Likewise.
40265         * math/e_atanhl.c: Likewise.
40266         * math/e_coshl.c: Likewise.
40267         * math/e_expl.c: Likewise.
40268         * math/e_fmodl.c: Likewise.
40269         * math/e_gammal_r.c: Likewise.
40270         * math/e_hypotl.c: Likewise.
40271         * math/e_j0l.c: Likewise.
40272         * math/e_j1l.c: Likewise.
40273         * math/e_jnl.c: Likewise.
40274         * math/e_lgammal_r.c: Likewise.
40275         * math/e_log10l.c: Likewise.
40276         * math/e_log2l.c: Likewise.
40277         * math/e_logl.c: Likewise.
40278         * math/e_powl.c: Likewise.
40279         * math/e_rem_pio2l.c: Likewise.
40280         * math/e_sinhl.c: Likewise.
40281         * math/e_sqrtl.c: Likewise.
40282         * math/fclrexcpt.c: Likewise.
40283         * math/fedisblxcpt.c: Likewise.
40284         * math/feenablxcpt.c: Likewise.
40285         * math/fegetenv.c: Likewise.
40286         * math/fegetexcept.c: Likewise.
40287         * math/fegetround.c: Likewise.
40288         * math/feholdexcpt.c: Likewise.
40289         * math/fesetenv.c: Likewise.
40290         * math/fesetround.c: Likewise.
40291         * math/feupdateenv.c: Likewise.
40292         * math/fgetexcptflg.c: Likewise.
40293         * math/fraiseexcpt.c: Likewise.
40294         * math/fsetexcptflg.c: Likewise.
40295         * math/ftestexcept.c: Likewise.
40296         * math/k_cosl.c: Likewise.
40297         * math/k_rem_pio2l.c: Likewise.
40298         * math/k_sinl.c: Likewise.
40299         * math/k_tanl.c: Likewise.
40300         * math/s_asinhl.c: Likewise.
40301         * math/s_atanl.c: Likewise.
40302         * math/s_cbrtl.c: Likewise.
40303         * math/s_erfl.c: Likewise.
40304         * math/s_expm1l.c: Likewise.
40305         * math/s_log1pl.c: Likewise.
40306         * math/s_tanhl.c: Likewise.
40307         * misc/acct.c: Likewise.
40308         * misc/brk.c: Likewise.
40309         * misc/chflags.c: Likewise.
40310         * misc/chroot.c: Likewise.
40311         * misc/fchflags.c: Likewise.
40312         * misc/fgetxattr.c: Likewise.
40313         * misc/flistxattr.c: Likewise.
40314         * misc/fremovexattr.c: Likewise.
40315         * misc/fsetxattr.c: Likewise.
40316         * misc/fsync.c: Likewise.
40317         * misc/ftruncate.c: Likewise.
40318         * misc/futimes.c: Likewise.
40319         * misc/futimesat.c: Likewise.
40320         * misc/getdomain.c: Likewise.
40321         * misc/getdtsz.c: Likewise.
40322         * misc/gethostid.c: Likewise.
40323         * misc/gethostname.c: Likewise.
40324         * misc/getloadavg.c: Likewise.
40325         * misc/getpagesize.c: Likewise.
40326         * misc/getsysstats.c: Likewise.
40327         * misc/getxattr.c: Likewise.
40328         * misc/gtty.c: Likewise.
40329         * misc/ioctl.c: Likewise.
40330         * misc/lgetxattr.c: Likewise.
40331         * misc/listxattr.c: Likewise.
40332         * misc/llistxattr.c: Likewise.
40333         * misc/lremovexattr.c: Likewise.
40334         * misc/lsetxattr.c: Likewise.
40335         * misc/lutimes.c: Likewise.
40336         * misc/madvise.c: Likewise.
40337         * misc/mincore.c: Likewise.
40338         * misc/mlock.c: Likewise.
40339         * misc/mlockall.c: Likewise.
40340         * misc/mmap.c: Likewise.
40341         * misc/mprotect.c: Likewise.
40342         * misc/msync.c: Likewise.
40343         * misc/munlock.c: Likewise.
40344         * misc/munlockall.c: Likewise.
40345         * misc/munmap.c: Likewise.
40346         * misc/preadv.c: Likewise.
40347         * misc/preadv64.c: Likewise.
40348         * misc/ptrace.c: Likewise.
40349         * misc/pwritev.c: Likewise.
40350         * misc/pwritev64.c: Likewise.
40351         * misc/readv.c: Likewise.
40352         * misc/reboot.c: Likewise.
40353         * misc/remap_file_pages.c: Likewise.
40354         * misc/removexattr.c: Likewise.
40355         * misc/revoke.c: Likewise.
40356         * misc/select.c: Likewise.
40357         * misc/setdomain.c: Likewise.
40358         * misc/setegid.c: Likewise.
40359         * misc/seteuid.c: Likewise.
40360         * misc/sethostid.c: Likewise.
40361         * misc/sethostname.c: Likewise.
40362         * misc/setregid.c: Likewise.
40363         * misc/setreuid.c: Likewise.
40364         * misc/setxattr.c: Likewise.
40365         * misc/sstk.c: Likewise.
40366         * misc/stty.c: Likewise.
40367         * misc/swapoff.c: Likewise.
40368         * misc/swapon.c: Likewise.
40369         * misc/sync.c: Likewise.
40370         * misc/syncfs.c: Likewise.
40371         * misc/syscall.c: Likewise.
40372         * misc/truncate.c: Likewise.
40373         * misc/ualarm.c: Likewise.
40374         * misc/usleep.c: Likewise.
40375         * misc/ustat.c: Likewise.
40376         * misc/utimes.c: Likewise.
40377         * misc/vhangup.c: Likewise.
40378         * misc/writev.c: Likewise.
40379         * posix/_exit.c: Likewise.
40380         * posix/alarm.c: Likewise.
40381         * posix/execve.c: Likewise.
40382         * posix/fexecve.c: Likewise.
40383         * posix/fork.c: Likewise.
40384         * posix/fpathconf.c: Likewise.
40385         * posix/getaddrinfo.c: Likewise.
40386         * posix/getegid.c: Likewise.
40387         * posix/geteuid.c: Likewise.
40388         * posix/getgid.c: Likewise.
40389         * posix/getgroups.c: Likewise.
40390         * posix/getlogin.c: Likewise.
40391         * posix/getlogin_r.c: Likewise.
40392         * posix/getpgid.c: Likewise.
40393         * posix/getpid.c: Likewise.
40394         * posix/getppid.c: Likewise.
40395         * posix/getresgid.c: Likewise.
40396         * posix/getresuid.c: Likewise.
40397         * posix/getsid.c: Likewise.
40398         * posix/getuid.c: Likewise.
40399         * posix/glob64.c: Likewise.
40400         * posix/nanosleep.c: Likewise.
40401         * posix/pathconf.c: Likewise.
40402         * posix/pause.c: Likewise.
40403         * posix/posix_madvise.c: Likewise.
40404         * posix/pread.c: Likewise.
40405         * posix/pread64.c: Likewise.
40406         * posix/pwrite.c: Likewise.
40407         * posix/pwrite64.c: Likewise.
40408         * posix/sched_getaffinity.c: Likewise.
40409         * posix/sched_getp.c: Likewise.
40410         * posix/sched_gets.c: Likewise.
40411         * posix/sched_primax.c: Likewise.
40412         * posix/sched_primin.c: Likewise.
40413         * posix/sched_rr_gi.c: Likewise.
40414         * posix/sched_setaffinity.c: Likewise.
40415         * posix/sched_setp.c: Likewise.
40416         * posix/sched_sets.c: Likewise.
40417         * posix/sched_yield.c: Likewise.
40418         * posix/setgid.c: Likewise.
40419         * posix/setlogin.c: Likewise.
40420         * posix/setpgid.c: Likewise.
40421         * posix/setresgid.c: Likewise.
40422         * posix/setresuid.c: Likewise.
40423         * posix/setsid.c: Likewise.
40424         * posix/setuid.c: Likewise.
40425         * posix/sleep.c: Likewise.
40426         * posix/spawni.c: Likewise.
40427         * posix/sysconf.c: Likewise.
40428         * posix/times.c: Likewise.
40429         * posix/wait.c: Likewise.
40430         * posix/wait3.c: Likewise.
40431         * posix/wait4.c: Likewise.
40432         * posix/waitpid.c: Likewise.
40433         * resolv/gai_sigqueue.c: Likewise.
40434         * resource/getpriority.c: Likewise.
40435         * resource/getrlimit.c: Likewise.
40436         * resource/getrusage.c: Likewise.
40437         * resource/nice.c: Likewise.
40438         * resource/setpriority.c: Likewise.
40439         * resource/setrlimit.c: Likewise.
40440         * resource/ulimit.c: Likewise.
40441         * rt/aio_cancel.c: Likewise.
40442         * rt/aio_fsync.c: Likewise.
40443         * rt/aio_read.c: Likewise.
40444         * rt/aio_sigqueue.c: Likewise.
40445         * rt/aio_suspend.c: Likewise.
40446         * rt/aio_write.c: Likewise.
40447         * rt/clock_getres.c: Likewise.
40448         * rt/clock_gettime.c: Likewise.
40449         * rt/clock_nanosleep.c: Likewise.
40450         * rt/clock_settime.c: Likewise.
40451         * rt/lio_listio.c: Likewise.
40452         * rt/mq_close.c: Likewise.
40453         * rt/mq_getattr.c: Likewise.
40454         * rt/mq_notify.c: Likewise.
40455         * rt/mq_open.c: Likewise.
40456         * rt/mq_receive.c: Likewise.
40457         * rt/mq_send.c: Likewise.
40458         * rt/mq_setattr.c: Likewise.
40459         * rt/mq_timedreceive.c: Likewise.
40460         * rt/mq_timedsend.c: Likewise.
40461         * rt/mq_unlink.c: Likewise.
40462         * rt/shm_open.c: Likewise.
40463         * rt/shm_unlink.c: Likewise.
40464         * rt/timer_create.c: Likewise.
40465         * rt/timer_delete.c: Likewise.
40466         * rt/timer_getoverr.c: Likewise.
40467         * rt/timer_gettime.c: Likewise.
40468         * rt/timer_settime.c: Likewise.
40469         * setjmp/__longjmp.c: Likewise.
40470         * setjmp/setjmp.c: Likewise.
40471         * signal/kill.c: Likewise.
40472         * signal/killpg.c: Likewise.
40473         * signal/raise.c: Likewise.
40474         * signal/sigaction.c: Likewise.
40475         * signal/sigaltstack.c: Likewise.
40476         * signal/sigblock.c: Likewise.
40477         * signal/sigignore.c: Likewise.
40478         * signal/sigintr.c: Likewise.
40479         * signal/signal.c: Likewise.
40480         * signal/sigpause.c: Likewise.
40481         * signal/sigpending.c: Likewise.
40482         * signal/sigqueue.c: Likewise.
40483         * signal/sigreturn.c: Likewise.
40484         * signal/sigset.c: Likewise.
40485         * signal/sigsetmask.c: Likewise.
40486         * signal/sigstack.c: Likewise.
40487         * signal/sigsuspend.c: Likewise.
40488         * signal/sigtimedwait.c: Likewise.
40489         * signal/sigvec.c: Likewise.
40490         * signal/sigwait.c: Likewise.
40491         * signal/sigwaitinfo.c: Likewise.
40492         * signal/sysv_signal.c: Likewise.
40493         * socket/accept.c: Likewise.
40494         * socket/accept4.c: Likewise.
40495         * socket/bind.c: Likewise.
40496         * socket/connect.c: Likewise.
40497         * socket/getpeername.c: Likewise.
40498         * socket/getsockname.c: Likewise.
40499         * socket/getsockopt.c: Likewise.
40500         * socket/isfdtype.c: Likewise.
40501         * socket/listen.c: Likewise.
40502         * socket/recv.c: Likewise.
40503         * socket/recvfrom.c: Likewise.
40504         * socket/recvmsg.c: Likewise.
40505         * socket/send.c: Likewise.
40506         * socket/sendmsg.c: Likewise.
40507         * socket/sendto.c: Likewise.
40508         * socket/setsockopt.c: Likewise.
40509         * socket/shutdown.c: Likewise.
40510         * socket/sockatmark.c: Likewise.
40511         * socket/socket.c: Likewise.
40512         * socket/socketpair.c: Likewise.
40513         * stdio-common/ctermid.c: Likewise.
40514         * stdio-common/cuserid.c: Likewise.
40515         * stdio-common/remove.c: Likewise.
40516         * stdio-common/rename.c: Likewise.
40517         * stdio-common/renameat.c: Likewise.
40518         * stdio-common/tempname.c: Likewise.
40519         * stdlib/getcontext.c: Likewise.
40520         * stdlib/makecontext.c: Likewise.
40521         * stdlib/setcontext.c: Likewise.
40522         * stdlib/swapcontext.c: Likewise.
40523         * stdlib/system.c: Likewise.
40524         * streams/fattach.c: Likewise.
40525         * streams/fdetach.c: Likewise.
40526         * streams/getmsg.c: Likewise.
40527         * streams/getpmsg.c: Likewise.
40528         * streams/putmsg.c: Likewise.
40529         * streams/putpmsg.c: Likewise.
40530         * sysdeps/unix/bsd/getpt.c: Likewise.
40531         * sysdeps/unix/sysv/linux/epoll_pwait.c: Likewise.
40532         * sysdeps/unix/sysv/linux/futimens.c: Likewise.
40533         * sysdeps/unix/sysv/linux/lutimes.c: Likewise.
40534         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sync_file_range.c:
40535         Likewise.
40536         * sysdeps/unix/sysv/linux/readahead.c: Likewise.
40537         * sysdeps/unix/sysv/linux/sync_file_range.c: Likewise.
40538         * sysdeps/unix/sysv/linux/utimensat.c: Likewise.
40539         * sysvipc/msgctl.c: Likewise.
40540         * sysvipc/msgget.c: Likewise.
40541         * sysvipc/msgrcv.c: Likewise.
40542         * sysvipc/msgsnd.c: Likewise.
40543         * sysvipc/semctl.c: Likewise.
40544         * sysvipc/semget.c: Likewise.
40545         * sysvipc/semop.c: Likewise.
40546         * sysvipc/semtimedop.c: Likewise.
40547         * sysvipc/shmat.c: Likewise.
40548         * sysvipc/shmctl.c: Likewise.
40549         * sysvipc/shmdt.c: Likewise.
40550         * sysvipc/shmget.c: Likewise.
40551         * termios/tcdrain.c: Likewise.
40552         * termios/tcflow.c: Likewise.
40553         * termios/tcflush.c: Likewise.
40554         * termios/tcgetattr.c: Likewise.
40555         * termios/tcgetpgrp.c: Likewise.
40556         * termios/tcsendbrk.c: Likewise.
40557         * termios/tcsetattr.c: Likewise.
40558         * termios/tcsetpgrp.c: Likewise.
40559         * time/adjtime.c: Likewise.
40560         * time/clock.c: Likewise.
40561         * time/getitimer.c: Likewise.
40562         * time/gettimeofday.c: Likewise.
40563         * time/setitimer.c: Likewise.
40564         * time/settimeofday.c: Likewise.
40565         * time/stime.c: Likewise.
40566         * time/time.c: Likewise.
40568 2012-11-04  Pino Toscano  <toscano.pino@tiscali.it>
40570         * sysdeps/generic/paths.h (_PATH_STDPATH): Remove /usr/contrib/bin and
40571         /usr/old/bin.
40573         * sysdeps/generic/paths.h (_PATH_MNTTAB, _PATH_MOUNTED): Use tabs
40574         instead of spaces.
40575         * sysdeps/unix/sysv/linux/paths.h (_PATH_UTMP, _PATH_WTMP): Likewise.
40577 2012-11-03  Joseph Myers  <joseph@codesourcery.com>
40579         [BZ #14796]
40580         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Set rounding mode to
40581         FE_TONEAREST before applying Dekker multiplication and Knuth
40582         addition.  Clear inexact exceptions and check for exact zero
40583         results afterwards.
40584         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
40585         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Likewise.
40586         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
40587         * math/libm-test.inc (fma_test): Add more tests.
40588         (fma_test_towardzero): Likewise.
40589         (fma_test_downward): Likewise.
40590         (fma_test_upward): Likewise.
40591         * sysdeps/generic/math_private.h (default_libc_fesetround): New
40592         function.
40593         (libc_fesetround): New macro.
40594         (libc_fesetroundf): Likewise.
40595         (libc_fesetroundl): Likewise.
40596         * sysdeps/i386/fpu/fenv_private.h (libc_fesetround_sse): New
40597         function.
40598         (libc_fesetround_387): Likewise.
40599         (libc_fesetroundf): New macro.
40600         (libc_fesetround): Likewise.
40601         (libc_fesetroundl): Likewise.
40602         * sysdeps/sparc/fpu/fenv_private.h (libc_fesetround): New
40603         function.
40604         (libc_fesetroundf): New macro.
40605         (libc_fesetround): Likewise.
40606         (libc_fesetroundl): Likewise.
40607         * include/fenv.h (feclearexcept): Add libm_hidden_proto.
40608         * math/fclrexcpt.c (feclearexcept): Add libm_hidden_ver.
40609         * sysdeps/i386/fpu/fclrexcpt.c (feclearexcept): Add
40610         libm_hidden_ver.
40611         * sysdeps/powerpc/fpu/fclrexcpt.c (feclearexcept): Likewise.
40612         * sysdeps/s390/fpu/fclrexcpt.c (feclearexcept): Add
40613         libm_hidden_def.
40614         * sysdeps/sh/sh4/fpu/fclrexcpt.c (feclearexcept): Likewise.
40615         * sysdeps/sparc/fpu/fclrexcpt.c (feclearexcept): Add
40616         libm_hidden_ver.
40617         * sysdeps/x86_64/fpu/fclrexcpt.c (feclearexcept): Add
40618         libm_hidden_def.
40620         [BZ #3439]
40621         * sysdeps/powerpc/bits/fenv.h (FE_INEXACT): Define macro to
40622         integer constant usable in #if and use that to give value to enum
40623         constant.
40624         (FE_DIVBYZERO): Likewise.
40625         (FE_UNDERFLOW): Likewise.
40626         (FE_OVERFLOW): Likewise.
40627         (FE_INVALID): Likewise.
40628         (FE_INVALID_SNAN): Likewise.
40629         (FE_INVALID_ISI): Likewise.
40630         (FE_INVALID_IDI): Likewise.
40631         (FE_INVALID_ZDZ): Likewise.
40632         (FE_INVALID_IMZ): Likewise.
40633         (FE_INVALID_COMPARE): Likewise.
40634         (FE_INVALID_SOFTWARE): Likewise.
40635         (FE_INVALID_SQRT): Likewise.
40636         (FE_INVALID_INTEGER_CONVERSION): Likewise.
40637         (FE_TONEAREST): Likewise.
40638         (FE_TOWARDZERO): Likewise.
40639         (FE_UPWARD): Likewise.
40640         (FE_DOWNWARD): Likewise.
40641         * sysdeps/s390/fpu/bits/fenv.h (FE_INVALID): Likewise.
40642         (FE_DIVBYZERO): Likewise.
40643         (FE_OVERFLOW): Likewise.
40644         (FE_UNDERFLOW): Likewise.
40645         (FE_INEXACT): Likewise.
40646         (FE_TONEAREST): Likewise.
40647         (FE_DOWNWARD): Likewise.
40648         (FE_UPWARD): Likewise.
40649         (FE_TOWARDZERO): Likewise.
40650         * sysdeps/sh/sh4/fpu/bits/fenv.h (FE_INEXACT): Likewise.
40651         (FE_UNDERFLOW): Likewise.
40652         (FE_OVERFLOW): Likewise.
40653         (FE_DIVBYZERO): Likewise.
40654         (FE_INVALID): Likewise.
40655         (FE_TONEAREST): Likewise.
40656         (FE_TOWARDZERO): Likewise.
40657         * sysdeps/sparc/fpu/bits/fenv.h (FE_INVALID): Likewise.
40658         (FE_OVERFLOW): Likewise.
40659         (FE_UNDERFLOW): Likewise.
40660         (FE_DIVBYZERO): Likewise.
40661         (FE_INEXACT): Likewise.
40662         (FE_TONEAREST): Likewise.
40663         (FE_TOWARDZERO): Likewise.
40664         (FE_UPWARD): Likewise.
40665         (FE_DOWNWARD): Likewise.
40666         * sysdeps/x86/fpu/bits/fenv.h (FE_INVALID): Likewise.
40667         (FE_DIVBYZERO): Likewise.
40668         (FE_OVERFLOW): Likewise.
40669         (FE_UNDERFLOW): Likewise.
40670         (FE_INEXACT): Likewise.
40671         (FE_TONEAREST): Likewise.
40672         (FE_DOWNWARD): Likewise.
40673         (FE_UPWARD): Likewise.
40674         (FE_TOWARDZERO): Likewise.
40676 2012-11-02  Chris Metcalf  <cmetcalf@tilera.com>
40678         * elf/elf.h (R_TILEGX_IMM16_X[01]_HW[012]_(|LAST_)PLT_PCREL): Add.
40680 2012-11-03  Andreas Schwab  <schwab@linux-m68k.org>
40682         * scripts/cross-test-ssh.sh (command): Use newlines to separate
40683         commands.  Quote $PWD.
40684         (blacklist_exports): Don't use remove_newlines.  Replace "declare
40685         -x" by "export".
40686         (remove_newlines): Remove.
40688 2012-11-02  H.J. Lu  <hongjiu.lu@intel.com>
40690         * stdlib/Makefile (headers): Add bits/stdlib-float.h.
40691         * stdlib/stdlib.h (atof): Moved to ...
40692         * include/bits/stdlib-float.h: Here.  New file.
40693         * stdlib/stdlib.h: Include <bits/stdlib-float.h>.
40694         * stdlib/bits/stdlib-float.h: New file.
40695         * sysdeps/x86/Makefile (CFLAGS-.os): Compile rtld routines with
40696         -mno-sse -mno-mmx.
40697         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c: Include
40698         <xmmintrin.h>.
40700 2012-11-02  Joseph Myers  <joseph@codesourcery.com>
40702         * conform/conformtest.pl (@headers): Add fenv.h.
40703         * conform/data/fenv.h-data: New file.
40704         * include/fenv.h [_ISOMAC]: Disable all contents of file except
40705         include of <math/fenv.h>.
40707         * conform/data/complex.h-data [ISO99 || ISO11 || XOPEN2K ||
40708         POSIX2008]: Change condition to [!ISO && !POSIX && !XPG3 && !XPG4
40709         && !UNIX98].  Enables tests for XOPEN2K8.
40710         * conform/data/inttypes.h-data [ISO99 || ISO11 || XOPEN2K ||
40711         POSIX2008]: Likewise.
40713         * conform/data/sys/wait.h-data [XPG3 || XOPEN2K8 || POSIX2008]
40714         (struct rusage): Do not expect type or its members.
40716         [BZ #3439]
40717         * math/math.h (FP_NAN): Define macro to integer constant usable in
40718         #if and use that to give value to enum constant.
40719         (FP_INFINITE): Likewise.
40720         (FP_ZERO): Likewise.
40721         (FP_SUBNORMAL): Likewise.
40722         (FP_NORMAL): Likewise.
40724 2012-11-02  Andreas Schwab  <schwab@linux-m68k.org>
40726         * iconvdata/bug-iconv8.c (do_test): Use %z for size_t arguments.
40727         * iconvdata/bug-iconv9.c (do_test): Use %t for ptrdiff_t
40728         arguments.
40730 2012-11-02  Roland McGrath  <roland@hack.frob.com>
40732         * aclocal.m4 (GLIBC_AUTOCONF_VERSION): New macro.
40733         Check that AC_AUTOCONF_VERSION matches it and m4_fatal at
40734         autoconf-time if not.
40735         * configure.in: Remove AC_PREREQ.
40737 2012-11-02  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
40739         * sysdeps/powerpc/sys/platform/ppc.h (__ppc_get_timebase): Use
40740         __builtin_ppc_get_timebase when building with GCC >= 4.8 instead
40741         of the internal implementation.
40743 2012-11-02  Joseph Myers  <joseph@codesourcery.com>
40745         * include/sys/syslog.h [_ISOMAC]: Disable all contents of file
40746         except include of <misc/sys/syslog.h>.
40748 2012-11-01  Andreas Schwab  <schwab@linux-m68k.org>
40750         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S: If the
40751         function returns with a NULL context exit with zero.
40753 2012-11-01  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
40755         * sysdeps/powerpc/Makefile (cflags): Remove -mnew-mnemonics.
40757 2012-11-01  H.J. Lu  <hongjiu.lu@intel.com>
40759         * catgets/test-gencat.sh (run_program_prefix): Renamed to ...
40760         (run_program_cmd): This.
40761         * localedata/tst-langinfo.sh (run_program_prefix): Removed.
40762         (tst_langinfo): New variable.  Use it.
40764 2012-11-01  Sebastan Andrzej Siewior  <bigeasy@linutronix.de>
40766         * sysdeps/powerpc/powerpc32/dl-trampoline.S: Put __NO_FPRS__ around
40767         floating point opcodes.
40769 2012-11-01  Thomas Schwinge  <thomas@codesourcery.com>
40771         * sysdeps/mach/hurd/Makefile (link-libc-static-tests): New
40772         variable.
40774         * elf/dl-support.c: Unconditionally include "setup-vdso.h".
40776         * sysdeps/mach/hurd/powerpc: Remove directory.
40777         * sysdeps/mach/powerpc: Likewise.
40779 2012-11-01  Andreas Schwab  <schwab@linux-m68k.org>
40781         * scripts/check-local-headers.sh: Ignore c++ headers.
40783 2012-11-01  Thomas Schwinge  <thomas@codesourcery.com>
40785         * libio/genops.c (_IO_flush_all_lockp): Use NULL rather than 0 for
40786         __libc_cleanup_region_start argument.
40788 2012-11-01  Joseph Myers  <joseph@codesourcery.com>
40790         [BZ #14784]
40791         [BZ #14785]
40792         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Handle cases with small
40793         x * y using scaling, not as x * y + z.
40794         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
40795         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
40796         * math/libm-test.inc (fma_test): Add more tests.
40797         (fma_test_towardzero): Likewise.
40798         (fma_test_downward): Likewise.
40799         (fma_test_upward): Likewise.
40801 2012-11-01  Thomas Schwinge  <thomas@codesourcery.com>
40803         * sysdeps/mach/hurd/bits/param.h: Remove stray #endif.
40805 2012-10-31  Joseph Myers  <joseph@codesourcery.com>
40807         * sysdeps/sh/Makefile [$(subdir) = debug] (CFLAGS-backtrace.c):
40808         New variable.
40810 2012-10-31  Thomas Schwinge  <thomas@codesourcery.com>
40812         * rt/tst-shm.c (worker): Correct checking for mmap failure.
40814 2012-10-31  Andreas Schwab  <schwab@linux-m68k.org>
40816         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
40817         Fix sort order.
40818         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
40819         Likewise.
40821 2012-10-31  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
40823         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
40824         Fix the order of the list for glibc 2.17.
40825         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
40826         Likewise.
40828 2012-10-31  Andreas Schwab  <schwab@linux-m68k.org>
40830         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
40832 2012-10-31  Joseph Myers  <joseph@codesourcery.com>
40834         [BZ #14610]
40835         * sysdeps/ieee754/ldbl-128ibm/e_atan2l.c (__ieee754_atan2l): Check
40836         for low part of x being zero before using __atanl (y).
40837         * math/libm-test.inc (atan2_test): Add another test.
40839         * manual/install.texi (Configuring and compiling): Document
40840         general use of test-wrapper and test-wrapper-env.
40841         * INSTALL: Regenerated.
40843         * sysdeps/ieee754/dbl-64/s_fma.c: Include <tininess.h>.
40844         (__fma): Do not extract and scale down low bits on after-rounding
40845         systems when result rounded to normal precision would have normal
40846         exponent.
40847         * sysdeps/ieee754/ldbl-128/s_fmal.c: Include <tininess.h>.
40848         (__fmal): Do not extract and scale down low bits on after-rounding
40849         systems when result rounded to normal precision would have normal
40850         exponent.
40851         * sysdeps/ieee754/ldbl-96/s_fmal.c: Include <tininess.h>.
40852         (__fmal): Do not extract and scale down low bits on after-rounding
40853         systems when result rounded to normal precision would have normal
40854         exponent.
40855         * math/libm-test.inc (UNDERFLOW_EXCEPTION_BEFORE_ROUNDING): New
40856         macro.
40857         (fma_test): Add more tests.
40858         (fma_test_towardzero): Likewise.
40859         (fma_test_downward): Likewise.
40860         (fma_test_upward): Likewise.
40862 2012-10-30  H.J. Lu  <hongjiu.lu@intel.com>
40864         * sysdeps/i386/tininess.h: Renamed to ...
40865         * sysdeps/x86/tininess.h: This.
40866         * sysdeps/x86_64/tininess.h: Removed.
40868 2012-10-30  Joseph Myers  <joseph@codesourcery.com>
40870         * elf/Makefile ($(objpfx)tst-array1.out): Depend on comparison
40871         input.  Use $(build-program-cmd).
40872         ($(objpfx)tst-array1-static.out): Likewise.
40873         ($(objpfx)tst-array2.out): Likewise.
40874         ($(objpfx)tst-array3.out): Likewise.
40875         ($(objpfx)tst-array4.out): Likewise.
40876         ($(objpfx)tst-array5.out): Likewise.
40877         ($(objpfx)tst-array5-static.out): Likewise.
40879 2012-10-30  Chris Metcalf  <cmetcalf@tilera.com>
40881         * elf/dl-load.c (_dl_map_object_from_fd): Call DL_AFTER_LOAD
40882         if defined.
40884         * nss/nsswitch.h (nss_interface_function): Provide new
40885         macro for use with NSS functions.
40886         * grp/initgroups.c: Use new macro.
40887         * nss/getXXbyYY.c: Likewise.
40888         * nss/getXXbyYY_r.c: Likewise.
40889         * nss/getXXent.c: Likewise.
40890         * nss/getXXent_r.c: Likewise.
40891         * sysdeps/posix/getaddrinfo.c: Likewise.
40893 2012-10-30  Andreas Jaeger  <aj@suse.de>
40895         * po/ru.po: Update Russion translation from translation project.
40897 2012-10-30  Joseph Myers  <joseph@codesourcery.com>
40899         [BZ #14152]
40900         [BZ #14783]
40901         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Extract low bits of
40902         result and shift together with sticky bit instead of replicating
40903         round-to-nearest rounding.
40904         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
40905         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
40906         * math/libm-test.inc (fma_test): Add more tests.  Do not permit
40907         missing underflow exceptions.
40908         (fma_test_towardzero): Add more tests.
40909         (fma_test_downward): Likewise.
40910         (fma_test_upward): Likewise.
40912         [BZ #14047]
40913         * sysdeps/generic/tininess.h: New file.
40914         * sysdeps/i386/tininess.h: Likewise.
40915         * sysdeps/sh/tininess.h: Likewise.
40916         * sysdeps/x86_64/tininess.h: Likewise.
40917         * stdlib/tst-strtod-underflow.c: Likewise.
40918         * stdlib/tst-tininess.c: Likewise.
40919         * stdlib/strtod_l.c: Include <tininess.h>.
40920         (round_and_return): Do not set errno for exact underflow cases.
40921         Force an underflow exception when setting errno for underflow.
40922         Determine underflow based on rounding to normal precision if
40923         TININESS_AFTER_ROUNDING.
40924         * stdlib/tst-strtod.c (tests): Do not expect errno to be set to
40925         ERANGE for exact underflow cases.
40926         * stdlib/Makefile (tests): Add tst-tininess and
40927         tst-strtod-underflow.
40928         ($(objpfx)tst-tininess): Use $(link-libm).
40929         ($(objpfx)tst-strtod-underflow): Likewise.
40931 2012-10-30  Andreas Jaeger  <aj@suse.de>
40933         [BZ#14767]
40934         * elf/Makefile (tests): Remove conditional for have-initfini-array
40935         since this is now always required and the variable does not exist
40936         anymore.
40937         (tests-static): Likewise.
40938         (modules-names): Likewise.
40940         * po/eo.po: Add Esperanto translation from translation project.
40942         * elf/tst-array1.c (fini_array): Make writeable so that it can be
40943         merged with constructor/destructor.
40944         (init_array): Likewise.
40945         * elf/tst-array2dep.c (fini_array): Likewise.
40946         (init_array): Likewise.
40948 2012-10-29  Mike Frysinger  <vapier@gentoo.org>
40950         * manual/message.texi: Delete @cartouche tags.
40952 2012-10-29  Pino Toscano  <toscano.pino@tiscali.it>
40954         * sysdeps/mach/hurd/fdatasync.c: Turn ERR into EINVAL if it is
40955         EOPNOTSUPP.
40956         * sysdeps/mach/hurd/fsync.c: Likewise.
40958         * sysdeps/pthread/aio_notify.c (__aio_notify_only)
40959         [_POSIX_REALTIME_SIGNALS]: Change condition to
40960         [_POSIX_REALTIME_SIGNALS > 0].
40962 2012-10-27  Andreas Jaeger  <aj@suse.de>
40964         * sysdeps/unix/sysv/linux/x86/bits/fcntl.h (__O_LARGEFILE)
40965         [!__x86_64]: Do not define, take value from <bits/fcntl-linux.h>.
40966         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (__O_LARGEFILE):
40967         [__WORDSIZE != 64]: Likewise.
40969 2012-10-26  H.J. Lu  <hongjiu.lu@intel.com>
40971         *  iconvdata/tst-table.sh: Remove ${SHELL}.
40972         *  iconvdata/tst-tables.sh: Likewise.
40974 2012-10-25  David S. Miller  <davem@davemloft.net>
40976         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
40977         (__get_clockfreq_via_proc_openprom): Use strtoumax instead
40978         of strtoull.
40980         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Add comments for
40981         ifunc-impl-list.c
40982         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
40983         * sysdeps/sparc/sparc64/multiarch/ifunc-impl-list.c: New file.
40984         * sysdeps/sparc/sparc32/sparcv9/multiarch/ifunc-impl-list.c: New
40985         file.
40987 2012-10-25  Roland McGrath  <roland@hack.frob.com>
40989         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
40990         (__get_clockfreq_via_proc_openprom): Use __getdents instead of
40991         __getdirentries.
40993 2012-10-25  Joseph Myers  <joseph@codesourcery.com>
40994             Jim Blandy  <jimb@codesourcery.com>
40996         * scripts/cross-test-ssh.sh: New file.
40997         * manual/install.texi (Configuring and compiling): Document use of
40998         cross-test-ssh.sh.
40999         * INSTALL: Regenerated.
41001 2012-10-25  Pino Toscano  <toscano.pino@tiscali.it>
41003         * sysdeps/mach/hurd/ptrace.c (ptrace): Use __hurd_fail to return
41004         EOPNOTSUPP.
41006 2012-10-25  Joseph Myers  <joseph@codesourcery.com>
41008         * Makeconfig (run-program-prefix): Fix comment.
41010 2012-10-24  Joseph Myers  <joseph@codesourcery.com>
41011             Jim Blandy  <jimb@codesourcery.com>
41013         * Makeconfig (test-wrapper): New variable,
41014         (test-wrapper-env): Likewise.
41015         [$(cross-compiling) = yes && $(test-wrapper) != ""]
41016         (run-built-tests): Define to yes.
41017         (run-program-prefix): Use $(test-wrapper).
41018         (built-program-cmd): Likewise.
41019         * Rules (make-test-out): Use $(test-wrapper-env) and
41020         $(host-built-program-cmd).
41021         * elf/Makefile ($(objpfx)order.out): Use $(test-wrapper).
41022         ($(objpfx)tst-pathopt.out): Pass $(test-wrapper-env) to
41023         tst-pathopt.sh.
41024         ($(objpfx)tst-rtld-load-self.out): Pass $(test-wrapper) and
41025         $(test-wrapper-env) to tst-rtld-load-self.sh.
41026         ($(objpfx)order2.out): Use $(test-wrapper).
41027         ($(objpfx)tst-initorder.out): Likewise.
41028         ($(objpfx)tst-initorder2.out): Likewise.
41029         ($(objpfx)tst-unused-dep.out): Use $(test-wrapper-env).
41030         * elf/tst-pathopt.sh (run_program_prefix): Remove unused variable.
41031         (test_wrapper_env): New variable.  Use it to run ld.so.
41032         * elf/tst-rtld-load-self.sh (test_wrapper): New variable.
41033         Use it to run ld.so.
41034         (test_wrapper_env): Likewise.
41035         * iconvdata/Makefile ($(objpfx)iconv-test.out): Pass
41036         $(test-wrapper) to run-iconv-test.sh.
41037         * iconvdata/run-iconv-test.sh (test_wrapper): New variable.
41038         (ICONV): Use $test_wrapper.
41039         * posix/Makefile ($(objpfx)globtest.out): Pass
41040         $(run-via-rtld-prefix), $(test-wrapper) and $(test-wrapper-env) to
41041         globtest.sh, not $(run-program-prefix).
41042         * posix/globtest.sh (run_via_rtld_prefix): New variable.
41043         (test_wrapper): Likewise.
41044         (test_wrapper_env): Likewise.  Use it to run globtest with HOME
41045         set together with run_via_rtld_prefix.
41046         (run_program_prefix): Define in terms of test_wrapper and
41047         run_via_rtld_prefix.
41049 2012-10-24  Roland McGrath  <roland@hack.frob.com>
41051         * nscd/Makefile ($(objpfx)nscd): Remove librt dependency.
41052         * posix/Makefile ($(objpfx)tst-regex, $(objpfx)tst-regex2):
41053         Targets removed.
41055         [BZ #14743]
41056         * include/time.h: Remove librt_hidden_proto (clock_gettime).
41057         Declare __clock_getres, __clock_gettime, __clock_settime,
41058         __clock_nanosleep, and __clock_getcpuclockid.
41059         * rt/clock_gettime.c: Define __clock_gettime as an alias.
41060         Remove librt_hidden_def (clock_gettime).
41061         * sysdeps/unix/clock_gettime.c: Likewise.
41062         * rt/clock_getcpuclockid.c: Define __clock_getcpuclockid as an alias.
41063         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c: Likewise.
41064         * rt/clock_getres.c: Define __clock_getres as an alias.
41065         * sysdeps/posix/clock_getres.c: Likewise.
41066         * rt/clock_settime.c: Define __clock_settime as an alias.
41067         * sysdeps/unix/clock_settime.c: Likewise.
41068         * rt/clock_nanosleep.c: Define __clock_nanosleep as an alias.
41069         * sysdeps/unix/clock_nanosleep.c: Likewise.
41070         * sysdeps/unix/sysv/linux/clock_nanosleep.c: Likewise.
41071         * rt/clock-compat.c: New file.
41072         * rt/Makefile (librt-routines): Add clock-compat and move
41073         $(clock-routines) to ...
41074         (routines): ... here, new variable.
41075         * sysdeps/unix/sysv/linux/powerpc/Makefile (sysdep_routines):
41076         Don't add get_clockfreq here.
41077         * rt/Versions (libc: GLIBC_2.17): New version set.
41078         Add clock_* symbols here.
41079         (libc: GLIBC_PRIVATE): New version set.  Add __clock_* symbols here.
41080         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist
41081         (GLIBC_2.17): Add clock_* symbols.
41082         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Likewise.
41083         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Likewise.
41084         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Likewise.
41085         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
41086         Likewise.
41087         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
41088         Likewise.
41089         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Likewise.
41090         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist: Likewise.
41091         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Likewise.
41092         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Likewise.
41093         * NEWS: Mention the move.
41095         * sysdeps/unix/sysv/linux/i386/get_clockfreq.c (__get_clockfreq):
41096         Use __open, __read, __close rather than their public counterparts.
41097         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
41098         (__get_clockfreq_via_cpuinfo): Likewise.
41099         (__get_clockfreq_via_proc_openprom): Likewise, and __getdirentries.
41100         (__get_clockfreq_via_dev_openprom): Likewise, and __ioctl.
41102         * config.h.in (HAVE_IFUNC): New #undef.
41103         * configure.in: Define it if libc_cv_ld_gnu_indirect_function
41104         was successful.
41105         * configure: Regenerated.
41107 2012-10-24  Mike Frysinger  <vapier@gentoo.org>
41109         * configure.in: Move READELF check to start of file.
41110         (libc_cv_ld_gnu_indirect_function): Change to a link test. Rename from
41111         libc_cv_asm_gnu_indirect_function in the process.
41112         * configure: Regenerated.
41114 2012-10-24  Mike Frysinger  <vapier@gentoo.org>
41116         * configure.in (libc_cv_gcc_static_libgcc): Drop -q flag to grep and
41117         send the output to /dev/null.
41118         (libc_cv_cc_with_libunwind): Likewise.
41119         (libc_cv_as_noexecstack): Likewise.
41120         * configure: Regenerate.
41122 2012-10-24  Joseph Myers  <joseph@codesourcery.com>
41124         * io/ftwtest-sh (tmp): Define to ${objpfx}io, not using `pwd`.
41126         * posix/globtest.sh (TMPDIR): Do not set.
41127         (testdir): Define using ${common_objpfx}posix not $TMPDIR.
41128         (testout): Likewise.
41130 2012-10-24  Andreas Jaeger  <aj@suse.de>
41132         * io/fcntl.h: Always define mode_t, off_t, pid_t and use these
41133         types for creat, creat64, lockf, posix_fadvise, posix_fallocate.
41134         [__USE_LARGEFILE64 && !__off64_t_defined]: Define off64_t.
41135         [__USE_LARGEFILE64]: Use off64_t in declaration of lock64,
41136         posix_fadvise64, posix_fallocate64.
41138         * sysdeps/unix/sysv/linux/x86/bits/fcntl.h (F_GETLK, F_SETLK)
41139         (F_SETLKW) [__x86_64]: Remove, provided by <bits/fcntl-linux.h>.
41140         (F_GETLK, F_SETLK, F_SETLKW) [!__USE_FILE_OFFSET64 && !__x86_64__]:
41141         Likewise.
41142         (F_GETLK, F_SETLK, F_SETLKW) [__USE_FILE_OFFSET64 && ! __x86_64__]:
41143         Likewise.
41144         (F_GETLK64, F_SETLK64, F_SETLKW64) [!__x86_64__]: Likewise.
41146         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (F_GETLK, F_SETLK)
41147         (F_SETLKW) [__USE_FILE_OFFSET64]: Remove, provided by
41148         <bits/fcntl-linux.h>.
41149         (F_GETLK64, F_SETLK64, F_SETLKW64) [__WORDSIZE == 64]: Likewise.
41151         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (F_DUPFD, F_GETFD)
41152         (F_SETFD, F_GETFL, F_SETFL): Remove, provided by <bits/fcntl-linux.h>.
41153         (F_GETLK, F_SETLK, F_SETLKW) [__WORDSIZE == 64]: Likewise.
41154         (F_GETLK, F_SETLK, F_SETLKW, F_GETLK64, F_SETLK64, F_SETLKW64)
41155         [__WORDSIZE != 64]: Likewise.
41157 2012-10-23  Joseph Myers  <joseph@codesourcery.com>
41159         * Makeconfig (run-built-tests): New variable.
41160         * Rules [$(cross-compiling) = yes]: Change condition to
41161         [$(run-built-tests) = no].
41162         * catgets/Makefile [$(cross-compiling) != yes]: Change condition
41163         to [$(run-built-tests) = yes].
41164         * elf/Makefile [$(cross-compiling) = no]: Likewise
41165         * grp/Makefile [$(cross-compiling) = no]: Likewise.
41166         * iconv/Makefile [$(cross-compiling) != yes]: Likewise.
41167         * iconvdata/Makefile [$(cross-compiling) = no]: Likewise.
41168         * intl/Makefile [$(cross-compiling) = no]: Likewise.
41169         * io/Makefile [$(cross-compiling) = no]: Likewise.
41170         * libio/Makefile [$(cross-compiling) = no]: Likewise.
41171         * malloc/Makefile [$(cross-compiling) = no]: Likewise.
41172         * misc/Makefile [$(cross-compiling) = no]: Likewise.
41173         * posix/Makefile [$(cross-compiling) = no]: Likewise.
41174         * resolv/Makefile [$(cross-compiling) = no]: Likewise.
41175         * stdio-common/Makefile [$(cross-compiling) = no]: Likewise.
41176         * stdlib/Makefile [$(cross-compiling) = no]: Likewise.
41177         * string/Makefile [$(cross-compiling) = no]: Likewise.
41179         * posix/Makefile ($(objpfx)globtest.out): Pass
41180         $(run-program-prefix) to globtest.sh, not $(elf-objpfx) and
41181         $(rtld-installed-name).
41182         * posix/globtest.sh (elf_objpfx): Remove variable.
41183         (rtld_installed_name): Likewise.
41184         (library_path): Likewise.
41185         (run_program_prefix): New variable.  Use for running globtest
41186         binary.
41188 2012-10-23  Jim Blandy  <jimb@codesourcery.com>
41189             Joseph Myers  <joseph@codesourcery.com>
41191         * Makeconfig (host-built-program-cmd): New variable.
41192         * elf/Makefile (tst-stackguard1-ARGS): Use
41193         $(host-built-program-cmd).
41194         * posix/Makefile (tst-exec-ARGS): Use $(host-built-program-cmd).
41195         (tst-spawn-ARGS): Likewise.
41196         * rt/Makefile (tst-mqueue7-ARGS): Use $(host-built-program-cmd).
41198 2012-10-23  Joseph Myers  <joseph@codesourcery.com>
41199             Jim Blandy  <jimb@codesourcery.com>
41201         * Makeconfig (run-via-rtld-prefix): New variable.
41202         (run-program-prefix): Define in terms of $(run-via-rtld-prefix).
41203         (built-program-cmd): Likewise.
41205 2012-10-22  Andreas Jaeger  <aj@suse.de>
41207         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (O_RSYNC): Define to
41208         __O_RSYNC if it exists, otherwise to O_SYNC.
41210 2012-10-22  Jim Blandy  <jimb@codesourcery.com>
41211             Joseph Myers  <joseph@codesourcery.com>
41213         * iconvdata/run-iconv-test.sh: Redirect iconv stdin in loops from
41214         /dev/null.
41215         * iconvdata/tst-tables.sh: Redirect tst-table.sh stdin in loop
41216         from /dev/null
41217         * posix/tst-getconf.sh: Redirect getconf stdin in loop from
41218         /dev/null.
41220 2012-10-22  Andreas Jaeger  <aj@suse.de>
41222         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (__O_LARGEFILE):
41223         Define always.
41224         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (__O_LARGEFILE): Likewise.
41226         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
41227         bits/fcntl-linux.h.
41229         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (F_GETLK, F_SETLK)
41230         (F_SETLKW) [!F_GETLK]: Define values for [!__USE_FILE_OFFSET64].
41232         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (O_LARGEFILE): Rename
41233         to __O_LARGEFILE.
41234         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (O_LARGEFILE): Rename
41235         to __O_LARGEFILE.
41237 2012-10-21  Jim Blandy  <jimb@codesourcery.com>
41238             Joseph Myers  <joseph@codesourcery.com>
41240         * config.make.in (NM): New variable.
41242 2012-10-21  Andreas Jaeger  <aj@suse.de>
41244         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Remove all
41245         definitions and declarations that are provided by
41246         <bits/fcntl-linux.h> and include <bits/fcntl-linux.h>.
41248 2012-10-20  H.J. Lu  <hongjiu.lu@intel.com>
41250         [BZ #14683]
41251         * elf/Makefile (tests-static): Add tst-leaks1-static.
41252         (tests): Also depend on $(objpfx)tst-leaks1-static-mem.
41253         ($(objpfx)tst-leaks1-static): New rule.
41254         ($(objpfx)tst-leaks1-static-mem): Likewise.
41255         (tst-leaks1-static-ENV): New macro.
41256         * elf/dl-open.c (dl_open_worker): Check the main application
41257         only if SHARED is defined.
41258         * elf/tst-leaks1-static.c: New file.
41260 2012-10-20  Andreas Jaeger  <aj@suse.de>
41262         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h: New file, contains
41263         generic values for Linux.
41264         * sysdeps/unix/sysv/linux/x86/bits/fcntl.h: Remove all definitions
41265         and declarations that are provided by <bits/fcntl-linux.h> and
41266         include <bits/fcntl-linux.h>.
41267         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
41268         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
41270 2012-10-20  Roland McGrath  <roland@hack.frob.com>
41272         * io/fcntl.h: Move include of <bits/types.h> to the top and
41273         include it unconditionally.
41275 2012-10-20  H.J. Lu  <hongjiu.lu@intel.com>
41277         * wcsmbs/Makefile (tests-ifunc): New variable.
41278         (tests): Add $(tests-ifunc).
41279         * wcsmbs/test-wcschr-ifunc.c: New file.
41280         * wcsmbs/test-wcscmp-ifunc.c: Likewise.
41281         * wcsmbs/test-wcscpy-ifunc.c: Likewise.
41282         * wcsmbs/test-wcslen-ifunc.c: Likewise.
41283         * wcsmbs/test-wcsrchr-ifunc.c: Likewise.
41284         * wcsmbs/test-wmemcmp-ifunc.c: Likewise.
41286         * string/Makefile (tests-ifunc): New variable.
41287         (tests): Add $(tests-ifunc).
41288         * string/test-memccpy.c (TEST_NAME): New macro.
41289         * string/test-memchr.c (TEST_NAME): Likewise.
41290         * string/test-memcmp.c (TEST_NAME): Likewise.
41291         * string/test-memcpy.c (TEST_NAME): Likewise.
41292         * string/test-memmem.c (TEST_NAME): Likewise.
41293         * string/test-memmove.c (TEST_NAME): Likewise.
41294         * string/test-memset.c (TEST_NAME): Likewise.
41295         * string/test-rawmemchr.c (TEST_NAME): Likewise.
41296         * string/test-stpcpy.c (TEST_NAME): Likewise.
41297         * string/test-stpncpy.c (TEST_NAME): Likewise.
41298         * string/test-strcasecmp.c (TEST_NAME): Likewise.
41299         * string/test-strcasestr.c (TEST_NAME): Likewise.
41300         * string/test-strcat.c (TEST_NAME): Likewise.
41301         * string/test-strchr.c (TEST_NAME): Likewise.
41302         * string/test-strcmp.c(TEST_NAME): Likewise.
41303         * string/test-strcpy.c (TEST_NAME): Likewise.
41304         * string/test-strcspn.c (TEST_NAME): Likewise.
41305         * string/test-strlen.c (TEST_NAME): Likewise.
41306         * string/test-strncasecmp.c (TEST_NAME): Likewise.
41307         * string/test-strncmp.c (TEST_NAME): Likewise.
41308         * string/test-strncpy.c (TEST_NAME): Likewise.
41309         * string/test-strnlen.c (TEST_NAME): Likewise.
41310         * string/test-strpbrk.c (TEST_NAME): Likewise.
41311         * string/test-strrchr.c (TEST_NAME): Likewise.
41312         * string/test-strspn.c (TEST_NAME): Likewise.
41313         * string/test-strstr.c (TEST_NAME): Likewise.
41314         * string/test-bcopy-ifunc.c: New file.
41315         * string/test-bzero-ifunc.c: Likewise.
41316         * string/test-memccpy-ifunc.c: Likewise.
41317         * string/test-memchr-ifunc.c: Likewise.
41318         * string/test-memcmp-ifunc.c: Likewise.
41319         * string/test-memcpy-ifunc.c: Likewise.
41320         * string/test-memmem-ifunc.c: Likewise.
41321         * string/test-memmove-ifunc.c: Likewise.
41322         * string/test-mempcpy-ifunc.c: Likewise.
41323         * string/test-memset-ifunc.c: Likewise.
41324         * string/test-rawmemchr-ifunc.c: Likewise.
41325         * string/test-stpcpy-ifunc.c: Likewise.
41326         * string/test-stpncpy-ifunc.c: Likewise.
41327         * string/test-strcasecmp-ifunc.c: Likewise.
41328         * string/test-strcasestr-ifunc.c: Likewise.
41329         * string/test-strcat-ifunc.c: Likewise.
41330         * string/test-strchr-ifunc.c: Likewise.
41331         * string/test-strchrnul-ifunc.c: Likewise.
41332         * string/test-strcmp-ifunc.c: Likewise.
41333         * string/test-strcpy-ifunc.c: Likewise.
41334         * string/test-strcspn-ifunc.c: Likewise.
41335         * string/test-strlen-ifunc.c: Likewise.
41336         * string/test-strncasecmp-ifunc.c: Likewise.
41337         * string/test-strncat-ifunc.c: Likewise.
41338         * string/test-strncmp-ifunc.c: Likewise.
41339         * string/test-strncpy-ifunc.c: Likewise.
41340         * string/test-strnlen-ifunc.c: Likewise.
41341         * string/test-strpbrk-ifunc.c: Likewise.
41342         * string/test-strrchr-ifunc.c: Likewise.
41343         * string/test-strspn-ifunc.c: Likewise.
41344         * string/test-strstr-ifunc.c: Likewise.
41346         * debug/Makefile (tests-ifunc): New variable.
41347         (tests): Add $(tests-ifunc).
41348         * debug/test-stpcpy_chk.c (TEST_NAME): New macro.
41349         * debug/test-strcpy_chk.c (TEST_NAME): Likewise.
41350         * debug/test-stpcpy_chk-ifunc.c: New file.
41351         * debug/test-strcpy_chk-ifunc.c: Likewise.
41353 2012-10-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
41355         [BZ #13601]
41356         * elf/dl-load.c (open_verify): Retry read if the entire ELF
41357         header is not read in.
41359 2012-10-19  Joseph Myers  <joseph@codesourcery.com>
41361         * io/Makefile ($(objpfx)ftwtest.out): Depend on ftwtest-sh.  Pass
41362         script to $(SHELL) as $<.  Pass $(common-objpfx) to script
41363         directly.  Pass built executable to script as
41364         $(built-program-cmd).
41365         * io/ftwtest-sh (ldso): Remove variable.  Run ftwtest directly as
41366         $testprogram without using LD_LIBRARY_PATH and $ldso.
41368         * grp/Makefile ($(objpfx)tst_fgetgrent.out): Pass
41369         $(run-program-prefix) to tst_fgetgrent.sh, not $(elf-objpfx) and
41370         $(rtld-installed-name).
41371         * grp/tst_fgetgrent.sh (elf_objpfx): Remove variable.
41372         (rtld_installed_name): Likewise.
41373         (library_path): Likewise.
41374         (run_program_prefix): New variable.  Use it to run tst_fgetgrent.
41375         * iconvdata/Makefile ($(objpfx)tst-tables.out): Pass
41376         $(run-program-prefix) to tst-tables.sh.
41377         * iconvdata/tst-table.sh (run_program_prefix): New variable.  Use
41378         it to run tst-table-from and tst-table-to.
41379         * iconvdata/tst-tables.sh (run_program_prefix): New variable.
41380         Pass it to tst-table.sh.
41381         * intl/Makefile ($(objpfx)tst-gettext.out): Pass
41382         $(run-program-prefix) to tst-gettext.sh.
41383         ($(objpfx)tst-translit.out): Pass $(run-program-prefix) to
41384         tst-translit.sh.
41385         ($(objpfx)tst-gettext2.out): Pass $(run-program-prefix) to
41386         tst-gettext2.sh.
41387         * intl/tst-gettext.sh (run_program_prefix): New variable.  Use it
41388         to run tst-gettext.
41389         * intl/tst-gettext2.sh (run_program_prefix): New variable.  Use it
41390         to run tst-gettext2.
41391         * intl/tst-translit.sh (run_program_prefix): New variable.  Use it
41392         to run tst-translit.
41393         * malloc/Makefile ($(objpfx)tst-mtrace.out): Pass
41394         $(run-program-prefix) to tst-mtrace.sh.
41395         * malloc/tst-mtrace.sh (run_program_prefix): New variable.  Use it
41396         to run tst-mtrace.
41397         * posix/Makefile ($(objpfx)wordexp-tst.out): Pass
41398         $(run-program-prefix) to wordexp-tst.sh, not $(elf-objpfx) and
41399         $(rtld-installed-name).
41400         * posix/wordexp-tst.sh (elf_objpfx): Remove variable.
41401         (rtld_installed_name): Likewise.
41402         (run_program_prefix): New variable.  Use it to run wordexp-test.
41404         * Makeconfig (ARCH): Remove all definitions.
41405         (machine): Likewise.
41406         [ARCH]: Remove conditional code.
41407         [!objdir]: Give error.
41408         [!objdir] (objpfx): Remove.
41409         [!objdir] (common-objpfx): Likewise.
41410         [!objdir] (common-objdir): Likewise.
41411         * configure.in (config_makefile): Remove.  Hardcode Makefile in
41412         AC_CONFIG_FILES call.
41413         * configure: Regenerated.
41415         [BZ #13888]
41416         * io/ftwtest-sh (tmp): Set to use the working directory, not /tmp
41417         or TMPDIR.
41418         (testout): Likewise.
41420         * posix/Makefile ($(objpfx)tst-getconf.out): Pass
41421         $(built-program-cmd) to tst-getconf.sh, not $(elf-objpfx) and
41422         $(rtld-installed-name).
41423         * posix/tst-getconf.sh (elf_objpfx): Remove variable.
41424         (rtld_installed_name): Likwise.
41425         (runit): Remove function.
41426         (run_getconf): New variable,  Use it for running getconf binary.
41428 2012-10-18  H.J. Lu  <hongjiu.lu@intel.com>
41430         [BZ #14716]
41431         * string/test-memmem.c (check_result): New function.
41432         (do_one_test): Use it.
41433         (check1): New function.
41434         (test_main): Use it.
41436 2012-10-18  Markus Trippelsdorf  <markus@trippelsdorf.de>
41438         * math/Makefile: Comment on slow compilation of test-tgmath2.c.
41440 2012-10-18  Joseph Myers  <joseph@codesourcery.com>
41442         * sysdeps/generic/_G_config.h (_G_OPEN64): Remove.
41443         (_G_LSEEK64): Likewise.
41444         (_G_MMAP64): Likewise.
41445         (_G_FSTAT64): Likewise.
41446         * sysdeps/unix/sysv/linux/_G_config.h (_G_OPEN64): Remove.
41447         (_G_LSEEK64): Likewise.
41448         (_G_MMAP64): Likewise.
41449         (_G_FSTAT64): Likewise.
41450         * libio/fileops.c (mmap_remap_check) [_G_MMAP64]: Make code
41451         unconditional.  Call __mmap64 directly.
41452         (mmap_remap_check) [!_G_MMAP64]: Remove conditional code.
41453         (mmap_remap_check) [_G_LSEEK64]: Make code unconditional.  Call
41454         __lseek64 directly.
41455         (mmap_remap_check) [!_G_LSEEK64]: Remove conditional code.
41456         (decide_maybe_mmap) [_G_MMAP64]: Make code unconditional.  Call
41457         __mmap64 directly.
41458         (decide_maybe_mmap) [!_G_MMAP64]: Remove conditional code.
41459         (decide_maybe_mmap) [_G_LSEEK64]: Make code unconditional.  Call
41460         __lseek64 directly.
41461         (decide_maybe_mmap) [!_G_LSEEK64]: Remove conditional code.
41462         (_IO_file_sync_mmap) [_G_LSEEK64]: Make code unconditional.  Call
41463         __lseek64 directly.
41464         (_IO_file_sync_mmap) [!_G_LSEEK64]: Remove conditional code.
41465         (_IO_file_seek) [_G_LSEEK64]: Make code unconditional.  Call
41466         __lseek64 directly.
41467         (_IO_file_seek) [!_G_LSEEK64]: Remove conditional code.
41468         (_IO_file_stat) [_G_FSTAT64]: Make code unconditional.  Call
41469         __fxstat64 directly.
41470         (_IO_file_stat) [!_G_FSTAT64]: Remove conditional code.
41471         * libio/freopen64.c (freopen64) [_G_OPEN64]: Make code
41472         unconditional.
41473         (freopen64) [!_G_OPEN64]: Remove conditional code.
41474         * libio/fseeko64.c (fseeko64) [_G_LSEEK64]: Make code
41475         unconditional.
41476         (fseeko64) [!_G_LSEEK64]: Remove conditional code.
41477         * libio/ftello64.c (ftello64) [_G_LSEEK64]: Make code
41478         unconditional.
41479         (ftello64) [!_G_LSEEK64]: Remove conditional code.
41480         * libio/iofgetpos64.c (_IO_new_fgetpos64) [_G_LSEEK64]: Make code
41481         unconditional.
41482         (_IO_new_fgetpos64) [!_G_LSEEK64]: Remove conditional code.
41483         * libio/iofopen64.c (_IO_fopen64) [_G_OPEN64]: Make code
41484         unconditional.
41485         (_IO_fopen64) [!_G_OPEN64]: Remove conditional code.
41486         * libio/iofsetpos64.c (_IO_new_fsetpos64) [_G_LSEEK64]: Make code
41487         unconditional.
41488         (_IO_new_fsetpos64) [!_G_LSEEK64]: Remove conditional code.
41489         * libio/oldiofgetpos64.c (_IO_old_fgetpos64) [_G_LSEEK64]: Make code
41490         unconditional.
41491         (_IO_old_fgetpos64) [!_G_LSEEK64]: Remove conditional code.
41492         * libio/oldiofsetpos64.c (_IO_old_fsetpos64) [_G_LSEEK64]: Make code
41493         unconditional.
41494         (_IO_old_fsetpos64) [!_G_LSEEK64]: Remove conditional code.
41496 2012-10-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
41498         [BZ #12140]
41499         * manual/memory.texi (Malloc Tunable Parameters): Add note
41500         about free list pointers overwriting some perturb bytes.
41501         Wording suggested by Roland McGrath.
41503 2012-10-17  Joseph Myers  <joseph@codesourcery.com>
41505         * math/libm-test.inc (gamma_test): Do not call feclearexcept.
41506         (lgamma_test): Likewise.
41507         (tgamma_test): Likewise.
41509 2012-10-16  Florian Weimer  <fweimer@redhat.com>
41511         [BZ #14700]
41512         * sysdeps/posix/opendir.c (MAX_DIR_BUFFER_SIZE): New constant.
41513         (__alloc_dir): Limit buffer to MAX_DIR_BUFFER_SIZE.
41515 2012-10-16  Maxim Kuvyrkov  <maxim@codesourcery.com>
41517         * NEWS: Mention BZ #14716.
41518         * string/str-two-way.h (two_way_short_needle): Fix thinko introduced
41519         when removing AVAILABLE1_USES_J macro.
41521 2012-10-12  H.J. Lu  <hongjiu.lu@intel.com>
41523         * sysdeps/x86/bits/byteswap.h: Include <bits/types.h>.
41524         (__bswap_64): __uint64_t for unsigned 64-bit int.
41526 2012-10-12  Andreas Schwab  <schwab@linux-m68k.org>
41528         * include/string.h (memmem): Declare libc hidden alias.
41529         * string/memmem.c (memmem): Define libc hidden alias.
41530         * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c: Use __open,
41531         __read, __close instead of open, read, close.
41533 2012-10-11  H.J. Lu  <hongjiu.lu@intel.com>
41535         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: New file.
41536         * sysdeps/x86_64/multiarch/memcmp.S (__memcmp_sse2): Make it
41537         global and hidden.
41538         * sysdeps/x86_64/multiarch/memcpy.S (__memcpy_sse2): Likewise.
41539         * sysdeps/x86_64/multiarch/mempcpy.S (__mempcpy_sse2): Likewise.
41540         * sysdeps/x86_64/multiarch/rawmemchr.S (__rawmemchr_sse42):
41541         Likewise.
41542         (__rawmemchr_sse2): Likewise.
41543         * sysdeps/x86_64/multiarch/strcat.S (STRCAT_SSE2): Likewise.
41544         * sysdeps/x86_64/multiarch/strchr.S (__strchr_sse42): Likewise.
41545         (__strchr_sse2): Likewise.
41546         * sysdeps/x86_64/multiarch/strcmp-sse42.S (STRCMP_SSE42): Likewise.
41547         * sysdeps/x86_64/multiarch/strcmp.S (STRCMP_SSE2): Likewise.
41548         (__strcasecmp_sse2): Likewise.
41549         (__strncasecmp_sse2): Likewise.
41550         * sysdeps/x86_64/multiarch/strcpy.S (STRCPY_SSE2): Likewise.
41551         * sysdeps/x86_64/multiarch/strlen.S (__strlen_sse2): Likewise.
41552         * sysdeps/x86_64/multiarch/strnlen.S (__strnlen_sse2): Likewise.
41553         * sysdeps/x86_64/multiarch/strrchr.S (__strrchr_sse42): Likewise.
41554         (__strrchr_sse2): Likewise.
41555         * sysdeps/x86_64/multiarch/memcmp.S: Add comments for
41556         ifunc-impl-list.c.
41557         * sysdeps/x86_64/multiarch/memcpy.S: Likewise.
41558         * sysdeps/x86_64/multiarch/memcpy_chk.S: Likewise.
41559         * sysdeps/x86_64/multiarch/memmove.c: Likewise.
41560         * sysdeps/x86_64/multiarch/memmove_chk.c: Likewise.
41561         * sysdeps/x86_64/multiarch/mempcpy.S: Likewise.
41562         * sysdeps/x86_64/multiarch/mempcpy_chk.S: Likewise.
41563         * sysdeps/x86_64/multiarch/memset.S: Likewise.
41564         * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
41565         * sysdeps/x86_64/multiarch/rawmemchr.S: Likewise.
41566         * sysdeps/x86_64/multiarch/stpcpy.S: Likewise.
41567         * sysdeps/x86_64/multiarch/stpncpy.S: Likewise.
41568         * sysdeps/x86_64/multiarch/strcasecmp_l.S: Likewise.
41569         * sysdeps/x86_64/multiarch/strcasestr-c.c: Likewise.
41570         * sysdeps/x86_64/multiarch/strcat.S: Likewise.
41571         * sysdeps/x86_64/multiarch/strchr.S: Likewise.
41572         * sysdeps/x86_64/multiarch/strcmp.S: Likewise.
41573         * sysdeps/x86_64/multiarch/strcpy.S: Likewise.
41574         * sysdeps/x86_64/multiarch/strcspn.S: Likewise.
41575         * sysdeps/x86_64/multiarch/strlen.S: Likewise.
41576         * sysdeps/x86_64/multiarch/strncase_l.S: Likewise.
41577         * sysdeps/x86_64/multiarch/strncat.S: Likewise.
41578         * sysdeps/x86_64/multiarch/strncmp.S: Likewise.
41579         * sysdeps/x86_64/multiarch/strncpy.S: Likewise.
41580         * sysdeps/x86_64/multiarch/strnlen.S: Likewise.
41581         * sysdeps/x86_64/multiarch/strpbrk.S: Likewise.
41582         * sysdeps/x86_64/multiarch/strrchr.S: Likewise.
41583         * sysdeps/x86_64/multiarch/strspn.S: Likewise.
41584         * sysdeps/x86_64/multiarch/strstr-c.c: Likewise.
41585         * sysdeps/x86_64/multiarch/wcscpy.S: Likewise.
41586         * sysdeps/x86_64/multiarch/wmemcmp.S: Likewise.
41588         * sysdeps/i386/i686/multiarch/bcopy.S (__bcopy_ia32): Make it
41589         global and hidden.
41590         * sysdeps/i386/i686/multiarch/bzero.S (__bzero_ia32): Likewise.
41591         * sysdeps/i386/i686/multiarch/memcmp.S (__memcmp_ia32): Likewise.
41592         * sysdeps/i386/i686/multiarch/memcpy.S (__memcpy_ia32): Likewise.
41593         * sysdeps/i386/i686/multiarch/memmove.S (__memmove_ia32):
41594         Likewise.
41595         * sysdeps/i386/i686/multiarch/mempcpy.S (__mempcpy_ia32):
41596         Likewise.
41597         * sysdeps/i386/i686/multiarch/strcat.S (STRCAT_IA32): Likewise.
41598         * sysdeps/i386/i686/multiarch/strcmp.S (__STRCMP_IA32): Likewise.
41599         * sysdeps/i386/i686/multiarch/strcpy.S (STRCPY_IA32): Likewise.
41600         * sysdeps/i386/i686/multiarch/bcopy.S: Add comments for
41601         ifunc-impl-list.c.
41602         * sysdeps/i386/i686/multiarch/bzero.S: Likewise.
41603         * sysdeps/i386/i686/multiarch/memchr.S: Likewise.
41604         * sysdeps/i386/i686/multiarch/memcmp.S: Likewise.
41605         * sysdeps/i386/i686/multiarch/memcpy.S: Likewise.
41606         * sysdeps/i386/i686/multiarch/memcpy_chk.S: Likewise.
41607         * sysdeps/i386/i686/multiarch/memmove.S: Likewise.
41608         * sysdeps/i386/i686/multiarch/memmove_chk.S: Likewise.
41609         * sysdeps/i386/i686/multiarch/mempcpy.S: Likewise.
41610         * sysdeps/i386/i686/multiarch/mempcpy_chk.S: Likewise.
41611         * sysdeps/i386/i686/multiarch/memrchr.S: Likewise.
41612         * sysdeps/i386/i686/multiarch/memset.S: Likewise.
41613         * sysdeps/i386/i686/multiarch/memset_chk.S: Likewise.
41614         * sysdeps/i386/i686/multiarch/rawmemchr.S: Likewise.
41615         * sysdeps/i386/i686/multiarch/stpcpy.S: Likewise.
41616         * sysdeps/i386/i686/multiarch/stpncpy.S: Likewise.
41617         * sysdeps/i386/i686/multiarch/strcasecmp.S: Likewise.
41618         * sysdeps/i386/i686/multiarch/strcasecmp_l.S: Likewise.
41619         * sysdeps/i386/i686/multiarch/strcasestr-c.c: Likewise.
41620         * sysdeps/i386/i686/multiarch/strcat.S: Likewise.
41621         * sysdeps/i386/i686/multiarch/strchr.S: Likewise.
41622         * sysdeps/i386/i686/multiarch/strcmp.S: Likewise.
41623         * sysdeps/i386/i686/multiarch/strcpy.S: Likewise.
41624         * sysdeps/i386/i686/multiarch/strcspn.S: Likewise.
41625         * sysdeps/i386/i686/multiarch/strlen.S: Likewise.
41626         * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
41627         * sysdeps/i386/i686/multiarch/strncase_l.S: Likewise.
41628         * sysdeps/i386/i686/multiarch/strncat.S: Likewise.
41629         * sysdeps/i386/i686/multiarch/strncmp.S: Likewise.
41630         * sysdeps/i386/i686/multiarch/strncpy.S: Likewise.
41631         * sysdeps/i386/i686/multiarch/strnlen.S: Likewise.
41632         * sysdeps/i386/i686/multiarch/strpbrk.S: Likewise.
41633         * sysdeps/i386/i686/multiarch/strrchr.S: Likewise.
41634         * sysdeps/i386/i686/multiarch/strspn.S: Likewise.
41635         * sysdeps/i386/i686/multiarch/strstr-c.c: Likewise.
41636         * sysdeps/i386/i686/multiarch/wcschr.S: Likewise.
41637         * sysdeps/i386/i686/multiarch/wcscmp.S: Likewise.
41638         * sysdeps/i386/i686/multiarch/wcscpy.S: Likewise.
41639         * sysdeps/i386/i686/multiarch/wcslen.S: Likewise.
41640         * sysdeps/i386/i686/multiarch/wcsrchr.S: Likewise.
41641         * sysdeps/i386/i686/multiarch/wmemcmp.S: Likewise.
41642         * sysdeps/i386/i686/multiarch/ifunc-impl-list.c: New file.
41644         * Rules [$(multi-arch) = no] (tests): Filter out $(tests-ifunc).
41645         [$(multi-arch) = no] (xtests): Filter out $(xtests-ifunc).
41646         * include/ifunc-impl-list.h: New file.
41647         * misc/ifunc-impl-list.c: Likewise.
41648         * misc/Makefile (routines): Add ifunc-impl-list.
41649         * misc/Versions (GLIBC_PRIVATE): Add __libc_ifunc_impl_list.
41650         * string/test-string.h: Include <ifunc-impl-list.h>.
41651         (func_list, func_count, impl_count, impl_array) [TEST_IFUNC &&
41652         TEST_NAME]: New variables.
41653         (FOR_EACH_IMPL): Support func_list if TEST_IFUNC and TEST_NAME
41654         are defined.
41655         (test_init): Call __libc_ifunc_impl_list to initialize
41656         func_list if TEST_IFUNC and TEST_NAME are defined.
41658         * string/Makefile (strop-tests): Add bcopy and bzero.
41659         * string/test-bcopy.c: New file.
41660         * string/test-bzero.c: Likewise.
41661         * string/test-memmove.c: Support bcopy test if TEST_BCOPY is
41662         defined.
41663         * string/test-memset.c: Support bzero test if TEST_BZERO is
41664         defined.
41665         * sysdeps/x86_64/multiarch/bcopy.S (bcopy): Jump to
41666         __libc_memmove.
41667         * sysdeps/x86_64/multiarch/bzero.S (__bzero): Jump to
41668         __libc_memset.
41669         * sysdeps/x86_64/multiarch/memset.S (__libc_memset): New alias
41670         of memset.
41672 2012-10-10  Joseph Myers  <joseph@codesourcery.com>
41674         * configure.in: Run $CXX, not cc1plus, to locate C++ headers.
41675         * configure: Regenerated.
41677         * Makeconfig (+link-static-before-libc): Don't include
41678         $(link-static-libc).
41680         * libio/libio.h (_IO_pos_t): Remove.
41682 2012-10-10  Alexandre Oliva <aoliva@redhat.com>
41684         * NEWS: Add note about FIPS mode.  Wording suggested by Roland
41685         McGrath.
41687 2012-10-10  Alexandre Oliva <aoliva@redhat.com>
41689         * crypt/crypt-entry.c: Include fips-private.h.
41690         (__crypt_r, __crypt): Disable MD5 and DES if FIPS is enabled.
41691         * crypt/md5c-test.c (main): Tolerate disabled MD5.
41692         * sysdeps/unix/sysv/linux/fips-private.h: New file.
41693         * sysdeps/generic/fips-private.h: New file, dummy fallback.
41695 2012-10-10  Alexandre Oliva <aoliva@redhat.com>
41697         * crypt/crypt-private.h: Include stdbool.h.
41698         (_ufc_setup_salt_r): Return bool.
41699         * crypt/crypt-entry.c: Include errno.h.
41700         (__crypt_r): Return NULL with EINVAL for bad salt.
41701         * crypt/crypt_util.c (bad_for_salt): New.
41702         (_ufc_setup_salt_r): Check that salt is long enough and within
41703         the specified alphabet.
41704         * crypt/badsalttest.c: New file.
41705         * crypt/Makefile (tests): Add it.
41706         ($(objpfx)badsalttest): New.
41708 2012-10-09  Maxim Kuvyrkov  <maxim@codesourcery.com>
41710         * NEWS: Add entry for BZ #14602.
41712 2012-10-09  Joseph Myers  <joseph@codesourcery.com>
41714         * math/gen-libm-test.pl (parse_args): Handle comparison macros as
41715         type-generic.
41716         * math/libm-test.inc: Update comment listing what functions and
41717         macros are tested.
41718         (isgreater_test): New function.
41719         (isgreaterequal_test): Likewise.
41720         (isless_test): Likewise.
41721         (islessequal_test): Likewise.
41722         (islessgreater_test): Likewise.
41723         (isunordered_test): Likewise.
41724         (main): Call the new functions.
41726 2012-10-09  Roland McGrath  <roland@hack.frob.com>
41728         * aclocal.m4 (GLIBC_PROVIDES): Provide _AS_BASENAME_PREPARE,
41729         _AS_ME_PREPARE, _AS_VAR_ARITH_PREPARE, AS_SHELL_FN_as_fn_set_status,
41730         AS_SHELL_FN_as_fn_exit, AS_SHELL_FN_ac_fn_c_try_compile.
41731         * sysdeps/i386/configure: Regenerated.
41732         * sysdeps/ieee754/ldbl-opt/configure: Regenerated.
41733         * sysdeps/mach/configure: Regenerated.
41734         * sysdeps/mach/hurd/configure: Regenerated.
41735         * sysdeps/powerpc/configure: Regenerated.
41736         * sysdeps/powerpc/powerpc32/configure: Regenerated.
41737         * sysdeps/powerpc/powerpc64/configure: Regenerated.
41738         * sysdeps/s390/s390-32/configure: Regenerated.
41739         * sysdeps/s390/s390-64/configure: Regenerated.
41740         * sysdeps/sh/configure: Regenerated.
41741         * sysdeps/sparc/configure: Regenerated.
41742         * sysdeps/unix/sysv/linux/configure: Regenerated.
41743         * sysdeps/unix/sysv/linux/powerpc/configure: Regenerated.
41744         * sysdeps/x86_64/configure: Regenerated.
41746         * dlfcn/dlerror.c (check_free): Call _dl_addr only if SHARED is
41747         defined.  Don't check if MAP is NULL.
41749 2012-10-09  Joseph Myers  <joseph@codesourcery.com>
41751         * sysdeps/generic/_G_config.h (_G_off64_t): Remove.
41752         (_G_stat64): Likewise.
41753         * sysdeps/unix/sysv/linux/_G_config.h (_G_off64_t): Remove.
41754         (_G_stat64): Likewise.
41755         * libio/filedoalloc.c (_IO_file_doallocate): Use struct stat64
41756         instead of struct _G_stat64.
41757         * libio/fileops.c (mmap_remap_check): Likewise.
41758         (decide_maybe_mmap): Likewise.
41759         (_IO_new_file_seekoff): Likewise.
41760         (_IO_file_stat): Likewise.
41761         * libio/libio.h (_IO_off64_t): Define to __off64_t, not
41762         _G_off64_t.
41763         * libio/oldfileops.c (_IO_old_file_seekoff): Use struct stat64
41764         instead of struct _G_stat64.
41765         * libio/wfileops.c (_IO_wfile_seekoff): Likewise.
41767 2012-10-08  Maxim Kuvyrkov  <maxim@codesourcery.com>
41769         [BZ #14602]
41770         * string/str-two-way.h (AVAILABLE1, AVAILABLE2, AVAILABLE1_USES_J):
41771         Replace with ...
41772         (CHECK_EOL): New macro.
41773         (two_way_short_needle): Check beginning of haystack for EOL.  Use
41774         CHECK_EOL.
41775         * string/strcasestr.c (AVAILABLE1, AVAILABLE2, AVAILABLE1_USES_J):
41776         Replace with CHECK_EOL.
41777         * string/strstr.c (AVAILABLE1, AVAILABLE2, AVAILABLE1_USES_J):
41778         Replace with CHECK_EOL.
41780 2012-10-08  Joseph Myers  <joseph@codesourcery.com>
41782         * math/gen-libm-test.pl (parse_args): Handle isinf and isnan as
41783         type-generic.
41784         * math/libm-test.inc: Update comment listing what functions and
41785         macros are tested.
41786         (finite_test): New function.
41787         (isinf_test): Likewise.
41788         (isnan_test): Likewise.
41789         (fpclassify_test): Test subnormal input.
41790         (isfinite_test): Likewise.
41791         (isnormal_test): Likewise.
41792         (main): Call the new functions.
41794 2012-10-08  Jonathan Nieder  <jrnieder@gmail.com>
41796         [BZ #14660]
41797         * Makerules (%.dynsym): Force C locale when running
41798         $(OBJDUMP) --dynamic-syms.
41800 2012-10-08  Andreas Schwab  <schwab@linux-m68k.org>
41802         * sysdeps/unix/sysv/linux/powerpc/get_timebase_freq.c: Include
41803         <stdint.h>.
41805 2012-10-06  David S. Miller  <davem@davemloft.net>
41807         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara4.S: On 32-bit, clear
41808         upper 32-bits of the length value in %o2 since we use branch-on-register
41809         tests which consider the entire 64-bit register.
41811 2012-10-06  H.J. Lu  <hongjiu.lu@intel.com>
41813         * string/test-strstr.c (check2): Add a test for page boundary.
41815 2012-10-05  David S. Miller  <davem@davemloft.net>
41817         * sysdeps/sparc/sparc64/multiarch/memset-niagara4.S: New file.
41818         * sysdeps/sparc/sparc32/sparcv9/multiarch/memset-niagara4.S: New
41819         file.
41820         * sysdeps/sparc/sparc64/multiarch/Makefile: Add to
41821         sysdep_routines.
41822         * sysdeps/sparc/sparc32/sparcv9/multiarch/Makefile: Likewise.
41823         * sysdeps/sparc/sparc64/multiarch/memset.S: Use Niagara-4 memset
41824         and bzero when HWCAP_SPARC_CRYPTO is present.
41826 2012-10-05  H.J. Lu  <hongjiu.lu@intel.com>
41828         [BZ #14602]
41829         * string/test-strstr.c (check2): New function.
41830         (test_main): Call check2.
41832         * string/Makefile (tests): Remove bug-strstr1, bug-strcasestr1
41833         and bug-strchr1.
41834         * string/bug-strcasestr1.c (do_test): Moved to ...
41835         * string/test-strcasestr.c (check1): Here.  New function.
41836         (do_one_test): Break out result checking code into ...
41837         (check_result): This.  New function.
41838         (do_one_test): Call check_result.
41839         (test_main): Call check1.
41840         * string/bug-strchr1.c (do_test): Moved to ...
41841         * string/test-strchr.c (check1): Here.  New function.
41842         (do_one_test): Break out result checking code into ...
41843         (check_result): This.  New function.
41844         (do_one_test): Call check_result.
41845         (test_main): Call check1.
41846         * string/bug-strstr1.c (main): Moved to ...
41847         * string/test-strstr.c (check1): Here.  New function.
41848         (do_one_test): Break out result checking code into ...
41849         (check_result): This.  New function.
41850         (do_one_test): Call check_result.
41851         (test_main): Call check1.
41852         * string/bug-strcasestr1.c: Removed.
41853         * string/bug-strchr1.c: Likewise.
41854         * string/bug-strstr1.c: Likewise.
41856         * elf/Makefile (dl-routines): Add hwcaps.
41857         * elf/dl-support.c (_dl_important_hwcaps): Removed.
41858         * elf/dl-sysdep.c (_DL_FIRST_EXTRA): Likewise.
41859         (_dl_important_hwcaps): Moved to ...
41860         * elf/dl-hwcaps.c: Here.  New file.
41861         * sysdeps/mach/hurd/dl-sysdep.c (_dl_important_hwcaps): Removed.
41863         [BZ #14557]
41864         * elf/setup-vdso.h (setup_vdso): Set GL(dl_nns) to 1 for vDSO
41865         if IS_IN_rtld isn't defined.
41867         * elf/dl-support.c (_dl_sysinfo_map): New.
41868         Include "get-dynamic-info.h" and "setup-vdso.h".
41869         (_dl_non_dynamic_init): Call setup_vdso.
41870         * elf/dynamic-link.h: Don't include <assert.h>.
41871         (elf_get_dynamic_info): Moved to ...
41872         * elf/get-dynamic-info.h: Here.  New file.
41873         * elf/dynamic-link.h: Include "get-dynamic-info.h".
41874         * elf/rtld.c (dl_main): Break out vDSO setup code into ...
41875         * elf/setup-vdso.h: Here.  New file.
41876         * elf/rtld.c: Include "setup-vdso.h".
41877         (dl_main): Call setup_vdso.
41879 2012-10-05  Joseph Myers  <joseph@codesourcery.com>
41881         * math/libm-test.inc: List nexttoward, cimag, clog10, conf and
41882         creal in comment listing functions tested.  List finite, isinf,
41883         isnan, isless, islessequal, isgreater, isgreaterequal,
41884         islessgreater, isunordered, lgamma_r and pow10 as functions and
41885         macros not tested.  Mention which functions not tested are aliases
41886         for other functions.  Fix typo.  Note that signs of NaNs are not
41887         tested.
41889         * scripts/config.guess: Update from config.git.
41890         * scripts/config.sub: Likewise.
41892 2012-10-04  Roland McGrath  <roland@hack.frob.com>
41894         * misc/Versions (GLIBC_PRIVATE): New set, add __madvise.
41895         * misc/madvise.c (madvise): Renamed to __madvise.
41896         Make madvise a weak alias.
41897         * include/sys/mman.h: Declare __madvise.
41898         Replace libc_hidden_proto (madvise) with libc_hidden_proto (__madvise).
41899         * sysdeps/unix/syscalls.list
41900         (madvise): Make __madvise the strong name, and madvise a weak alias.
41901         * sysdeps/unix/sysv/linux/syscalls.list
41902         (madvise, mmap): Remove redundant entries.
41903         * malloc/arena.c (shrink_heap): Use __madvise, not madvise.
41904         * malloc/malloc.c (mtrim): Likewise.
41905         * sysdeps/mach/hurd/malloc-machine.h (madvise): Renamed to __madvise.
41907 2012-10-03  Roland McGrath  <roland@hack.frob.com>
41909         * sysdeps/mach/hurd/dl-cache.c: File removed.
41910         * config.h.in (USE_LDCONFIG): New #undef.
41911         * configure.in (use_ldconfig): If set, define USE_LDCONFIG.
41912         * configure: Regenerated.
41913         * elf/Makefile (dl-routines): Add dl-cache only under
41914         [$(use-ldconfig) = yes].
41915         * elf/dl-load.c (_dl_map_object): Conditionalize code consulting the
41916         cache on [USE_LDCONFIG].
41917         * elf/dl-open.c (_dl_open): Call _dl_unload_cache only under
41918         [USE_LDCONFIG].
41919         * elf/rtld.c (dl_main): Likewise.
41921 2012-10-03  Pino Toscano  <toscano.pino@tiscali.it>
41923         * sysdeps/posix/sysconf.c (__sysconf): Return 0 also for
41924         _SC_LEVEL4_CACHE_LINESIZE.
41926 2012-10-03  Roland McGrath  <roland@hack.frob.com>
41928         * sysdeps/unix/bsd/confstr.h: File removed.
41930 2012-10-02  Alexandre Oliva <aoliva@redhat.com>
41932         * scripts/check-local-headers.sh: Exclude sys/sdt.h and
41933         sys/sdt-config.h.
41935 2012-10-02  Roland McGrath  <roland@hack.frob.com>
41937         * elf/dl-load.c (_dl_map_object_from_fd: struct loadcmd):
41938         Make 'mapoff' field ElfW(Off) rather than off_t.
41940 2012-10-02  Dmitry V. Levin  <ldv@altlinux.org>
41942         * nscd/Makefile: Remove nscd-cflags and all its users.
41943         (CPPFLAGS-nonlib): Add preprocessor flags for nscd modules.
41944         (CFLAGS-nonlib): Add compiler flags for nscd modules.
41946         [BZ #10631]
41947         * malloc.c (malloc_printerr): Clarify error message.
41949 2012-10-02  H.J. Lu  <hongjiu.lu@intel.com>
41951         [BZ #14648]
41952         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
41953         Set bit_FMA_Usable if FMA is supported.
41954         * sysdeps/x86_64/multiarch/init-arch.h (bit_FMA_Usable): New
41955         macro.
41956         (bit_FMA4_Usable): Updated.
41957         (index_FMA_Usable): New macro.
41958         (CPUID_FMA): Likewise
41959         (HAS_FMA): Defined with bit_FMA_Usable.
41961 2012-10-01  Roland McGrath  <roland@hack.frob.com>
41963         * bits/types.h (__swblk_t): Type removed.
41964         * bits/typesizes.h (__SWBLK_T_TYPE): Macro removed.
41965         * sysdeps/mach/hurd/bits/typesizes.h (__SWBLK_T_TYPE): Likewise.
41966         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
41967         (__SWBLK_T_TYPE): Likewise.
41968         * sysdeps/unix/sysv/linux/x86/bits/typesizes.h
41969         (__SWBLK_T_TYPE): Likewise.
41970         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
41971         (__SWBLK_T_TYPE): Likewise.
41972         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
41973         (__SWBLK_T_TYPE): Likewise.
41975 2012-10-01  Patsy Franklin <pfrankli@redhat.com>
41976             Honza Horak <hhorak@redhat.com>
41978         * nis/yp_xdr.c (xdr_domainname): Use YPMAXDOMAIN as maxsize.
41979         (xdr_mapname): Use YPMAXMAP as maxsize.
41980         (xdr_peername): Use YPMAXPEER as maxsize.
41981         (xdr_keydat): Use YPAXRECORD as maxsize.
41982         (xdr_valdat): Use YPMAXRECORD as maxsize.
41984 2012-10-01  Roland McGrath  <roland@hack.frob.com>
41986         * io/openat.c [!__ASSUME_ATFCTS] (__have_atfcts): New global variable.
41988         * sysdeps/unix/sysv/linux/init-first.c: Moved to ...
41989         * csu/init-first.c: ... here.
41990         * sysdeps/unix/sysv/linux/powerpc/init-first.c: Update #include.
41991         * sysdeps/unix/sysv/linux/s390/init-first.c: Likewise.
41992         * sysdeps/unix/sysv/linux/x86_64/init-first.c: Likewise.
41993         * sysdeps/unix/sysv/linux/x86_64/x32/init-first.c: Likewise.
41994         * sysdeps/i386/init-first.c: File removed.
41995         * sysdeps/sh/init-first.c: File removed.
41997 2012-10-01  Joseph Myers  <joseph@codesourcery.com>
41999         [BZ #14645]
42000         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Compute result as x * y
42001         if x * y might underflow to zero and z is zero.
42002         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
42003         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
42004         * math/libm-test.inc (min_subnorm_value): New variable.
42005         (fma_test): Add more tests.
42006         (fma_test_towardzero): Likewise.
42007         (fma_test_downward): Likewise
42008         (fma_test_upward): Likewise.
42009         (initialize): Set min_subnorm_value.
42011 2012-09-29  Joseph Myers  <joseph@codesourcery.com>
42013         [BZ #14638]
42014         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Use x * y + z for exact
42015         0 + 0.
42016         * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Use original rounding
42017         mode for addition resulting in exact zero.
42018         * sysdeps/ieee754/ldbl-128/s_fma.c (__fma): Likewise.
42019         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Use x * y + z for
42020         exact 0 + 0.
42021         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Likewise.
42022         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
42023         * math/libm-test.inc (fma_test): Add more tests.
42024         (fma_test_towardzero): New function.
42025         (fma_test_downward): Likewise.
42026         (fma_test_upward): Likewise.
42027         (main): Call the new functions.
42029 2012-09-28  David S. Miller  <davem@davemloft.net>
42031         * sysdeps/sparc/fpu/libm-test-ulps: Fix garbage in file.
42033 2012-09-28  Roland McGrath  <roland@hack.frob.com>
42035         * sysdeps/posix/sleep.c (__sleep): Rewritten using __nanosleep
42036         instead of SIGALRM.
42038         * sysdeps/gnu/_G_config.h: Moved to ...
42039         * sysdeps/unix/sysv/linux/_G_config.h: ... here.
42040         * sysdeps/mach/hurd/_G_config.h: Moved to ...
42041         * sysdeps/generic/_G_config.h: ... here.
42043         * io/open.c (__open): Renamed to __libc_open.  Make __open an alias.
42045         * posix/Makefile ($(objpfx)config-name.h): Do $(make-target-directory).
42047         * nss/Makefile ($(objpfx)/libnss_test1.so$(libnss_test1.so-version)):
42048         Conditionalize target on [libnss_test1.so-version].
42050         * elf/dl-sysdep.c: Conditionalize whole contents on [SHARED].
42052         * Makeconfig (nssobjdir, resolvobjdir): Remove variables.
42053         (elfobjdir): Move out of conditionals.
42055         * nss/nsswitch.c (nss_new_service): Conditionalize definition and
42056         declaration on [!DO_STATIC_NSS || SHARED], matching its only caller.
42057         (__nss_lookup_function): Conditionalize label remove_from_tree on
42058         [!DO_STATIC_NSS || SHARED], matching its only use.
42060 2012-09-28  David S. Miller  <davem@davemloft.net>
42062         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara4.S: New file.
42063         * sysdeps/sparc/sparc32/sparcv9/multiarch/memcpy-niagara4.S: New
42064         file.
42065         * sysdeps/sparc/sparc64/multiarch/Makefile: Add to
42066         sysdep_routines.
42067         * sysdeps/sparc/sparc32/sparcv9/multiarch/Makefile: Likewise.
42068         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Use Niagara-4 memcpy
42069         when HWCAP_SPARC_CRYPTO is present.
42071 2012-09-28  Pino Toscano  <toscano.pino@tiscali.it>
42073         * io/tst-mknodat.c: Create a FIFO instead of a socket.
42075 2012-09-28  Andreas Schwab  <schwab@linux-m68k.org>
42077         [BZ #6530]
42078         * stdio-common/vfprintf.c (process_string_arg): Revert
42079         2000-07-22 change.
42081 2011-09-28  Jonathan Nieder  <jrnieder@gmail.com>
42083         * stdio-common/Makefile (tst-sprintf-ENV): Set environment
42084         for testcase.
42085         * stdio-common/tst-sprintf.c: Include <locale.h>
42086         (main): Test sprintf's handling of incomplete multibyte
42087         characters.
42089 2012-09-28  H.J. Lu  <hongjiu.lu@intel.com>
42091         * elf/dl-runtime.c (VERSYMIDX): Removed.
42092         * elf/dl-version.c (VERSYMIDX): Likewise.
42093         * elf/do-rel.h (VERSYMIDX): Likewise.
42094         (VALIDX): Likewise.
42095         * elf/dynamic-link.h (VERSYMIDX): Likewise.
42096         * elf/rtld.c (VALIDX): Likewise.
42097         (ADDRIDX): Likewise.
42098         * sysdeps/sparc/sparc32/dl-machine.h (VALIDX): Likewise.
42099         * sysdeps/sparc/sparc64/dl-machine.h (VALIDX): Likewise.
42100         * sysdeps/x86_64/dl-tlsdesc.h (ADDRIDX): Likewise.
42101         * sysdeps/generic/ldsodefs.h (VERSYMIDX): New macro.
42102         (VALIDX): Likewise.
42103         (ADDRIDX): Likewise.
42105 2012-09-28  Pino Toscano  <toscano.pino@tiscali.it>
42107         * sysdeps/pthread/aio_fsync.c: Fix the file mode checking.
42109 2012-09-28  Dmitry V. Levin  <ldv@altlinux.org>
42111         [BZ #11438]
42112         * sysdeps/posix/getaddrinfo.c (default_scopes): Map RFC 1918 addresses
42113         to global scope.
42114         * posix/tst-rfc3484.c: Verify 10/8, 172.16/12 and 196.128/16
42115         addresses are in the same scope as 192.0.2/24.
42116         * posix/gai.conf: Document new scope table defaults.
42118 2012-09-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
42120         [BZ #5298]
42121         * libio/fileops.c (_IO_new_file_seekoff): Don't flush buffer
42122         for ftell.  Compute offsets from write pointers instead.
42123         * libio/wfileops.c (_IO_wfile_seekoff): Likewise.
42125 2012-09-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
42127         [BZ #14543]
42128         * libio/Makefile (tests): New test case tst-fseek.
42129         * libio/tst-fseek.c: New test case to verify that fseek/ftell
42130         combination works in wide mode.
42131         * libio/wfileops.c (_IO_wfile_seekoff): Adjust internal buffer
42132         state when the external buffer state changes.
42134 2012-09-27  David S. Miller  <davem@davemloft.net>
42136         [BZ #14376]
42137         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela): Do not
42138         pass reloc->r_addend in as the 'high' argument to
42139         sparc64_fixup_plt when handling R_SPARC_JMP_IREL relocations.
42141         * sysdeps/sparc/fpu/libm-test-ulps: Update.
42143 2012-09-28  Pino Toscano  <toscano.pino@tiscali.it>
42145         * rt/tst-aio2.c: Include <pthread.h>.
42146         * rt/tst-aio3.c: Likewise.
42148 2012-09-27  Steve Ellcey  <sellcey@mips.com>
42150         * sysdeps/ieee754/ldbl-128/bits/huge_vall.h: Remove.
42152 2012-09-27  H.J. Lu  <hongjiu.lu@intel.com>
42154         * sysdeps/x86_64/multiarch/strncmp-ssse3.S: Conditionalize
42155         contents on [SHARED].
42157 2012-09-26  Marek Polacek  <polacek@redhat.com>
42159         [BZ #14530]
42160         [BZ #13741]
42161         * misc/sys/cdefs.h: Define __extern_inline and __extern_always_inline
42162         for C++ and GCC <4.3 as well as for non GCC compilers.
42164 2012-09-26  Markus Trippelsdorf  <markus@trippelsdorf.de>
42166         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
42168 2012-09-25  Roland McGrath  <roland@hack.frob.com>
42170         * Makefile.in (all, install): Declare with .PHONY.
42171         Reported by Michael Hope <michael.hope@linaro.org>.
42173 2012-09-25  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
42175         * manual/platform.texi (PowerPC): Document __ppc_get_timebase_freq.
42176         * sysdeps/powerpc/sys/platform/ppc.h: Include the operating
42177         system header.
42178         * sysdeps/unix/sysv/linux/powerpc/Makefile (sysdep_headers):
42179         Likewise.
42180         (sydep_routines): Add the new and the internal functions.
42181         * sysdeps/unix/sysv/linux/powerpc/bits/ppc.h: New file.
42182         * sysdeps/unix/sysv/linux/powerpc/get_timebase_freq.c: Likewise.
42183         * sysdeps/unix/sysv/linux/powerpc/powerpc32/Versions
42184         (GLIBC_2.17): Add the new function.
42185         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist
42186         (GLIBC_2.17): Likewise.
42187         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions
42188         (GLIBC_2.17): Likewise.
42189         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist
42190         (GLIBC_2.17): Likewise.
42191         * sysdeps/unix/sysv/linux/powerpc/test-gettimebasefreq.c: New file.
42193 2012-09-25  Alan Modra  <amodra@gmail.com>
42195         * sysdeps/unix/sysv/linux/powerpc/pthread_once.c (__pthread_once):
42196         Add release barrier before setting once_control to say
42197         initialisation is done.  Add hints on lwarx.  Use macro in
42198         place of isync.
42199         (clear_once_control): Add release barrier.
42201 2012-09-25  Joseph Myers  <joseph@codesourcery.com>
42203         [BZ #13629]
42204         * math/s_clog.c (__clog): Handle more values close to |z| = 1
42205         specially.
42206         * math/s_clog10.c (__clog10): Likewise.
42207         * math/s_clog10f.c (__clog10f): Likewise.
42208         * math/s_clog10l.c (__clog10l): Likewise.
42209         * math/s_clogf.c (__clogf): Likewise.
42210         * math/s_clogl.c (__clogl): Likewise.
42211         * math/Makefile (libm-calls): Add x2y2m1.
42212         * sysdeps/generic/math_private.h (__x2y2m1f): Declare.
42213         (__x2y2m1): Likewise.
42214         (__x2y2m1l): Likewise.
42215         * sysdeps/ieee754/dbl-64/x2y2m1.c: New file.
42216         * sysdeps/ieee754/dbl-64/x2y2m1f.c: Likewise.
42217         * sysdeps/ieee754/ldbl-128/x2y2m1l.c: Likewise.
42218         * sysdeps/ieee754/ldbl-128ibm/x2y2m1l.c: Likewise.
42219         * sysdeps/ieee754/ldbl-96/x2y2m1.c: Likewise.
42220         * sysdeps/ieee754/ldbl-96/x2y2m1l.c: Likewise.
42221         * math/libm-test.inc (clog_test, clog10_test): Add more tests.
42222         * sysdeps/i386/fpu/libm-test-ulps: Update.
42223         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
42225         [BZ #14621]
42226         * posix/glob.c (next_brace_sub): Use size_t instead of unsigned
42227         int as type of variable DEPTH.
42228         (glob): Use size_t instead of int as type of variables NEWCOUNT
42229         and OLD_PATHC.
42231 2012-09-25  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
42233         * sysdeps/i386/i686/fpu/multiarch/Makefile (sysdep_routines):
42234         Add s_sincosf-sse2.
42235         * sysdeps/i386/i686/fpu/multiarch/s_sincosf.c: New file.
42236         * sysdeps/i386/i686/fpu/multiarch/s_sincosf-sse2.S: New file.
42237         * sysdeps/ieee754/flt-32/s_sincosf.c (SINCOSF, SINCOSF_FUNC): Add
42238         macros for using routine as __sincosf_ia32.
42239         Use macro for function declaration and weak_alias.
42240         * sysdeps/i386/fpu/libm-test-ulps: Update.
42242         * sysdeps/x86_64/fpu/s_sincosf.S: New file.
42243         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
42245         * math/s_ccoshf.c (__ccoshf): Fix wrong usage of sincos for
42246         subnormal argument.
42247         * math/s_cexpf.c (__cexpf): Likewise.
42248         * math/s_csinf.c (__csinf): Likewise.
42249         * math/s_csinhf.c (__csinhf): Likewise.
42250         * math/s_ctanf.c (__ctanf): Likewise.
42251         * math/s_ctanhf.c (__ctanhf): Likewise.
42252         * math/s_ccosh.c (__ccoshf): Likewise.
42253         * math/s_cexp.c (__cexpl): Likewise.
42254         * math/s_csin.c (__csin): Likewise.
42255         * math/s_csinh.c (__csinh): Likewise.
42256         * math/s_ctan.c (__ctan): Likewise.
42257         * math/s_ctanh.c (ctanh): Likewise.
42258         * math/s_ccoshl.c (__ccoshl): Likewise.
42259         * math/s_cexpl.c (__cexpl): Likewise.
42260         * math/s_csinl.c (__csinl): Likewise.
42261         * math/s_csinhl.c (__csinhl): Likewise.
42262         * math/s_ctanl.c (__ctanl): Likewise.
42263         * math/s_ctanhl.c (__ctanhl): Likewise.
42265 2012-09-25  Joseph Myers  <joseph@codesourcery.com>
42267         * libio/libio.h (_IO_size_t): Define to size_t, not _G_size_t.
42268         (_IO_ssize_t): Define to __ssize_t, not _G_ssize_t.
42269         (_IO_off_t): Define to __off_t, not _G_off_t.
42270         (_IO_pid_t): Define to __pid_t, not _G_pid_t.
42271         (_IO_uid_t): Define to __uid_t, not _G_uid_t.
42272         (_IO_wint_t): Define to wint_t, not _G_wint_t.
42273         * libio/libioP.h (struct _IO_jump_t): Use size_t not _G_size_t as
42274         type of __dummy and __dummy2 fields.
42275         * sysdeps/generic/_G_config.h (_G_size_t): Remove.
42276         (_G_ssize_t): Likewise.
42277         (_G_off_t): Likewise.
42278         (_G_pid_t): Likewise.
42279         (_G_uid_t): Likewise.
42280         (_G_wchar_t): Likewise.
42281         (_G_wint_t): Likewise.
42282         * sysdeps/gnu/_G_config.h (_G_size_t): Remove.
42283         (_G_ssize_t): Likewise.
42284         (_G_off_t): Likewise.
42285         (_G_pid_t): Likewise.
42286         (_G_uid_t): Likewise.
42287         (_G_wchar_t): Likewise.
42288         (_G_wint_t): Likewise.
42289         * sysdeps/mach/hurd/_G_config.h (_G_size_t): Remove.
42290         (_G_ssize_t): Likewise.
42291         (_G_off_t): Likewise.
42292         (_G_pid_t): Likewise.
42293         (_G_uid_t): Likewise.
42294         (_G_wchar_t): Likewise.
42295         (_G_wint_t): Likewise.
42297 2012-09-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
42299         * malloc/arena.c: Include malloc-sysdep.h.
42300         (shrink_heap): Use check_may_shrink_heap to decide if madvise
42301         is sufficient to shrink the heap or an unmap is needed.
42302         * sysdeps/generic/malloc-sysdep.h: New file.  Define
42303         new function check_may_shrink_heap.
42304         * sysdeps/unix/sysv/linux/malloc-sysdep.h: New file.  Define
42305         new function check_may_shrink_heap.
42307 2012-09-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
42309         * libio/fileops.c (_IO_new_file_seekoff): Fix typos in
42310         comments.
42312 2012-09-24  Dmitry V. Levin  <ldv@altlinux.org>
42314         * catgets/test-gencat.sh: Add "set -e".
42315         * elf/tst-pathopt.sh: Likewise.
42316         * grp/tst_fgetgrent.sh: Likewise.
42317         * iconvdata/run-iconv-test.sh: Likewise.
42318         * intl/tst-gettext.sh: Likewise.
42319         * intl/tst-gettext2.sh: Likewise.
42320         * intl/tst-gettext4.sh: Likewise.
42321         * intl/tst-gettext6.sh: Likewise.
42322         * intl/tst-translit.sh: Likewise.
42323         * io/ftwtest-sh: Likewise.
42324         * libio/test-freopen.sh: Likewise.
42325         * malloc/tst-mtrace.sh: Likewise.
42326         * posix/globtest.sh: Likewise.
42327         * posix/tst-getconf.sh: Likewise.
42328         * posix/wordexp-tst.sh: Likewise.
42329         * stdio-common/tst-printf.sh: Likewise.
42330         * stdio-common/tst-unbputc.sh: Likewise.
42331         * stdlib/tst-fmtmsg.sh: Likewise.
42332         * sysdeps/x86_64/tst-xmmymm.sh: Likewise.
42333         * catgets/Makefile: Do not specify -e option when running
42334         testsuite shell scripts.
42335         * elf/Makefile: Likewise.
42336         * grp/Makefile: Likewise.
42337         * iconvdata/Makefile: Likewise.
42338         * intl/Makefile: Likewise.
42339         * io/Makefile: Likewise.
42340         * libio/Makefile: Likewise.
42341         * malloc/Makefile: Likewise.
42342         * posix/Makefile: Likewise.
42343         * stdio-common/Makefile: Likewise.
42344         * stdlib/Makefile: Likewise.
42345         * sysdeps/x86_64/Makefile: Likewise.
42347         * io/ftwtest-sh: Add copyright header.
42348         * posix/globtest.sh: Likewise.
42349         * posix/tst-getconf.sh: Likewise.
42350         * posix/wordexp-tst.sh: Likewise.
42351         * sysdeps/x86_64/tst-xmmymm.sh: Likewise.
42353 2012-09-24  H.J. Lu  <hongjiu.lu@intel.com>
42355         [BZ #13679]
42356         * Makeconfig (+link): Defined as $(+link-static) if
42357         $(build-shared) isn't yes.
42358         (link-tests): Defined as $(+link-static-tests) if $(build-shared)
42359         isn't yes.
42360         (static-gnulib): Add -lgcc_eh if $(build-shared) isn't yes.
42362         * Makeconfig (+postctorT): Replace crtendS.o with crtend.o.
42364         [BZ #14562]
42365         * malloc/arena.c (heap_trim): Properly get fencepost and adjust
42366         new chunk size with MALLOC_ALIGN_MASK.
42368 2012-09-24  Joseph Myers  <joseph@codesourcery.com>
42370         [BZ #5044]
42371         * stdio-common/printf_fphex.c: Include <stdbool.h> and
42372         <rounding-mode.h>.
42373         (__printf_fphex): Determine rounding using get_rounding_mode and
42374         round_away.
42375         * stdio-common/tst-printf-round.c (struct hex_test): New
42376         structure.
42377         (hex_tests): New variable.
42378         (test_hex_in_one_mode): New function.
42379         (do_test): Also run tests for hex float output.
42381 2012-09-21  Joseph Myers  <joseph@codesourcery.com>
42383         * libio/iopopen.c [_IO_HAVE_SYS_WAIT]: Make code unconditional.
42384         [!_IO_HAVE_SYS_WAIT]: Remove conditional code.
42385         * libio/libio.h (_IO_HAVE_SYS_WAIT): Remove.
42386         * libio/oldiopopen.c [_IO_HAVE_SYS_WAIT]: Make code unconditional.
42387         [!_IO_HAVE_SYS_WAIT]: Remove conditional code.
42388         * sysdeps/generic/_G_config.h (_G_HAVE_SYS_WAIT): Remove.
42389         * sysdeps/gnu/_G_config.h (_G_HAVE_SYS_WAIT): Likewise.
42390         * sysdeps/mach/hurd/_G_config.h (_G_HAVE_SYS_WAIT): Likewise.
42392 2012-09-20  Joseph Myers  <joseph@codesourcery.com>
42394         * libio/libio.h [_G_NEED_STDARG_H]: Make code unconditional.
42395         * sysdeps/generic/_G_config.h (_G_NEED_STDARG_H): Remove.
42396         * sysdeps/gnu/_G_config.h (_G_NEED_STDARG_H): Remove.
42397         * sysdeps/mach/hurd/_G_config.h (_G_NEED_STDARG_H): Remove.
42399 2012-09-19  Dmitry V. Levin  <ldv@altlinux.org>
42401         [BZ #14579]
42402         * elf/rtld.c (dl_main): Limit the check for self loading to normal
42403         mode only.
42404         * elf/tst-rtld-load-self.sh: New test.
42405         * elf/Makefile: Run it.
42407 2012-09-18  Joseph Myers  <joseph@codesourcery.com>
42409         * sysdeps/wordsize-64/Makefile [$(subdir) = misc]
42410         (tst-writev-ENV): Remove.
42411         * sysdeps/wordsize-64/tst-writev.c (TIMEOUT): Define.
42413 2012-09-17  Chris Metcalf  <cmetcalf@tilera.com>
42415         * crypt/md5test-giant.c (TIMEOUT): Increase to 8 minutes for tilegx.
42417 2012-09-17  Joseph Myers  <joseph@codesourcery.com>
42419         * libio/iogetline.c [_LIBC || !_G_HAVE_IO_GETLINE_INFO]: Make code
42420         unconditional.
42421         * libio/iogetwline.c [_LIBC || !_G_HAVE_IO_GETLINE_INFO]:
42422         Likewise.
42423         * sysdeps/generic/_G_config.h (_G_HAVE_IO_GETLINE_INFO): Remove.
42424         * sysdeps/gnu/_G_config.h (_G_HAVE_IO_GETLINE_INFO): Likewise.
42425         * sysdeps/mach/hurd/_G_config.h (_G_HAVE_IO_GETLINE_INFO):
42426         Likewise.
42428 2012-09-14  H.J. Lu  <hongjiu.lu@intel.com>
42430         [BZ #14587]
42431         * Makeconfig (ASFLAGS): Remove $(have-cpp-asm-debuginfo) check.
42432         * config.make.in (have-cpp-asm-debuginfo): Removed.
42433         * configure.in: Don't substitute libc_cv_cpp_asm_debuginfo.
42434         * configure: Regenerated.
42436 2012-09-14  Joseph Myers  <joseph@codesourcery.com>
42438         [BZ #5044]
42439         * stdio-common/printf_fp.c: Include <stdbool.h> and
42440         <rounding-mode.h>.
42441         (___printf_fp): Determine rounding using get_rounding_mode and
42442         round_away.
42443         * stdio-common/tst-printf-round.c: New file.
42444         * stdio-common/Makefile (tests): Add tst-printf-round.
42445         (link-libm): New variable.
42446         ($(objpfx)tst-printf-round): Depend in $(link-libm).
42448 2012-09-13  H.J. Lu  <hongjiu.lu@intel.com>
42450         [BZ #14576]
42451         * bits/libc-lock.h (__rtld_lock_init_recursive): Removed.
42452         * sysdeps/mach/bits/libc-lock.h (__rtld_lock_init_recursive):
42453         Likewise.
42454         * sysdeps/mach/hurd/bits/libc-lock.h (__rtld_lock_init_recursive):
42455         Likewise.
42457 2012-09-13  Joseph Myers  <joseph@codesourcery.com>
42459         * libio/libio.h [!_G_HAVE_PRINTF_FP] (_IO_USE_DTOA): Remove.
42460         * sysdeps/generic/_G_config.h (_G_HAVE_PRINTF_FP): Likewise.
42461         * sysdeps/gnu/_G_config.h (_G_HAVE_PRINTF_FP): Likewise.
42462         * sysdeps/mach/hurd/_G_config.h (_G_HAVE_PRINTF_FP): Likewise.
42464 2012-09-12  Joseph Myers  <joseph@codesourcery.com>
42466         [BZ #14518]
42467         * include/rounding-mode.h: New file.
42468         * sysdeps/generic/get-rounding-mode.h: Likewise.
42469         * sysdeps/s390/fpu/get-rounding-mode.h: Likewise.
42470         * stdlib/strtod_l.c: Include <rounding-mode.h>.
42471         (MAX_VALUE): New macro.
42472         (MIN_VALUE): Likewise.
42473         (overflow_value): New function.
42474         (underflow_value): Likewise.
42475         (round_and_return): Use overflow_value and underflow_value to
42476         determine return values in overflow and underflow cases.  Use
42477         round_away to determine rounding depending on rounding mode.
42478         (____STRTOF_INTERNAL): Use overflow_value and underflow_value to
42479         determine return values in overflow and underflow cases.
42480         * stdlib/tst-strtod-round.c: Include <fenv.h>.
42481         (struct test_results): New structure.
42482         (struct test): Use struct test_results to store expected results
42483         for all rounding modes.
42484         (TEST): Include expected results for all rounding modes.
42485         (test_in_one_mode): New function.
42486         (do_test): Use test_in_one_mode to compute and check results.
42487         Check results for all rounding modes.
42488         * stdlib/Makefile ($(objpfx)tst-strtod-round): Depend on
42489         $(link-libm).
42491 2012-12-09  Allan McRae  <allan@archlinux.org>
42493         * sysdeps/i386/fpu/libm-test-ulps: Update
42495 2012-09-11  Joseph Myers  <joseph@codesourcery.com>
42497         * sysdeps/generic/_G_config.h (_G_int16_t): Remove.
42498         (_G_int32_t): Likewise.
42499         (_G_uint16_t): Likewise.
42500         (_G_uint32_t): Likewise.
42501         (_G_HAVE_BOOL): Likewise.
42502         (_G_HAVE_ATEXIT): Likewise.
42503         (_G_HAVE_LONG_DOUBLE_IO): Likewise.
42504         (_G_HAVE_IO_FILE_OPEN): Likewise.
42505         * sysdeps/gnu/_G_config.h (_G_int16_t): Remove.
42506         (_G_int32_t): Likewise.
42507         (_G_uint16_t): Likewise.
42508         (_G_uint32_t): Likewise.
42509         (_G_HAVE_BOOL): Likewise.
42510         (_G_HAVE_ATEXIT): Likewise.
42511         (_G_HAVE_LONG_DOUBLE_IO): Likewise.
42512         (_G_HAVE_IO_FILE_OPEN): Likewise.
42513         * sysdeps/mach/hurd/_G_config.h (_G_int16_t): Remove.
42514         (_G_int32_t): Likewise.
42515         (_G_uint16_t): Likewise.
42516         (_G_uint32_t): Likewise.
42517         (_G_HAVE_BOOL): Likewise.
42518         (_G_HAVE_ATEXIT): Likewise.
42519         (_G_HAVE_LONG_DOUBLE_IO): Likewise.
42520         (_G_HAVE_IO_FILE_OPEN): Likewise.
42522 2012-09-11  H.J. Lu  <hongjiu.lu@intel.com>
42524         * csu/libc-tls.c: Update copyright years.
42526 2012-09-10  Joseph Myers  <joseph@codesourcery.com>
42528         * libioP.h [_G_USING_THUNKS]: Make code unconditional.
42529         [!_G_USING_THUNKS]: Remove conditional code.
42530         * sysdeps/gnu/_G_config.h (_G_USING_THUNKS): Remove.
42531         * sysdeps/mach/hurd/_G_config.h (_G_USING_THUNKS): Likewise.
42533         * libio/libioP.h [__GNUC__] (VTABLE_LABEL): Remove.
42534         [!builtinbuf_vtable && __cplusplus] (builtinbuf_vtable): Likewise.
42535         * sysdeps/generic/_G_config.h (_G_NAMES_HAVE_UNDERSCORE): Remove.
42536         (_G_VTABLE_LABEL_PREFIX): Likewise.
42537         (_G_VTABLE_LABEL_HAS_LENGTH): Likewise.
42538         * sysdeps/gnu/_G_config.h (_G_NAMES_HAVE_UNDERSCORE): Remove.
42539         (_G_VTABLE_LABEL_HAS_LENGTH): Likewise.
42540         (_G_VTABLE_LABEL_PREFIX): Likewise.
42541         (_G_VTABLE_LABEL_PREFIX_ID): Likewise.
42542         * sysdeps/mach/hurd/_G_config.h (_G_NAMES_HAVE_UNDERSCORE): Remove.
42543         (_G_VTABLE_LABEL_HAS_LENGTH): Likewise.
42544         (_G_VTABLE_LABEL_PREFIX): Likewise.
42545         (_G_VTABLE_LABEL_PREFIX_ID): Likewise.
42547 2012-09-10  H.J. Lu  <hongjiu.lu@intel.com>
42549         * libio/Makefile: Include ../Makeconfig before tests.
42550         (tests): Add tst-fopenloc and depend on $(objpfx)tst-fopenloc.check
42551         only if $(build-shared) is yes.
42553         * iconv/gconv_db.c: Update copyright years.
42555 2012-09-10  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
42557         * sysdeps/i386/i686/fpu/multiarch/s_sinf-sse2.S: Fix
42558         unwind info if defined PIC. Fix special cases description.
42559         * sysdeps/i386/i686/fpu/multiarch/s_cosf-sse2.S: Likewise.
42561         * sysdeps/x86_64/fpu/s_sinf.S: Fix special cases description, fix
42562         DP_HI_MASK entry.
42563         * sysdeps/x86_64/fpu/s_cosf.S: Likewise.
42565 2012-09-07  H.J. Lu  <hongjiu.lu@intel.com>
42567         * scripts/check-local-headers.sh: Add "shopt -s nullglob".
42569         * iconv/gconv_db.c (free_derivation): Check if deriv->steps
42570         is NULL.
42572         * debug/Makefile (LDFLAGS-tst-chk4): Renamed to ...
42573         (LDLIBS-tst-chk4): This.
42574         (LDFLAGS-tst-chk5): Renamed to ...
42575         (LDLIBS-tst-chk5): This.
42576         (LDFLAGS-tst-chk6): Renamed to ...
42577         (LDLIBS-tst-chk6): This.
42578         (LDFLAGS-tst-lfschk4): Renamed to ...
42579         (LDLIBS-tst-lfschk4): This.
42580         (LDFLAGS-tst-lfschk5): Renamed to ...
42581         (LDLIBS-tst-lfschk5): This.
42582         (LDFLAGS-tst-lfschk6): Renamed to ...
42583         (LDLIBS-tst-lfschk6): This.
42585         * Makefile ($(inst_includedir)/gnu/stubs.h): Remove dependency
42586         on $(common-objpfx)soversions.mk.
42588 2012-09-07  Joseph Myers  <joseph@codesourcery.com>
42590         [BZ #10014]
42591         * manual/examples/inetcli.c (SERVERHOST): Use www.gnu.org as
42592         example host name.
42594 2012-09-07  Siddhesh Poyarekar  <siddhesh@redhat.com>
42596         * malloc/arena.c (arena_get_retry): New function that gets
42597         another arena for the caller to try its request on.
42598         * malloc/malloc.c (__libc_malloc): Use get_another_arena if the
42599         current arena cannot fulfill the request.
42600         (__libc_memalign): Likewise.
42601         (__libc_memalign): Likewise.
42602         (__libc_pvalloc): Likewise.
42603         (__libc_calloc): Likewise.
42605 2012-09-05  John Tobey  <john.tobey@gmail.com>
42607         [BZ #13542]
42608         * manual/arith.texi (Operations on Complex): Fix description
42609         of carg branch cut.
42611 2012-09-06  Joseph Myers  <joseph@codesourcery.com>
42613         [BZ #10014]
42614         * manual/socket.texi (Host Addresses): Use www.gnu.org as example
42615         host name.
42617         [BZ #10038]
42618         * manual/memory.texi (Memory): Make order of menu items match
42619         order of sections.
42621 2012-09-06  H.J. Lu  <hongjiu.lu@intel.com>
42623         * elf/dl-tls.c (DL_INITIAL_DTV): Removed.
42624         (_dl_initial_dtv): New.  Defined if SHARED isn't defined.
42625         (_dl_deallocate_tls): Restore GL(dl_initial_dtv).
42627 2012-09-06  H.J. Lu  <hongjiu.lu@intel.com>
42629         * csu/libc-tls.c (static_dtv): Renamed to ...
42630         (_dl_static_dtv): This.  Make it global.
42631         (_dl_initial_dtv): Removed.
42632         (__libc_setup_tls): Updated.
42633         * elf/dl-tls.c (DL_INITIAL_DTV): New macro.
42634         (_dl_deallocate_tls): Replace GL(dl_initial_dtv) with
42635         DL_INITIAL_DTV.
42637 2012-09-06  Petr Machata  <pmachata@redhat.com>
42639         * elf/elf.h (NT_S390_HIGH_GPRS): New macro.
42640         (NT_S390_TIMER, NT_S390_TODCMP, NT_S390_TODPREG): Likewise.
42641         (NT_S390_CTRS, NT_S390_PREFIX, NT_S390_LAST_BREAK): Likewise.
42642         (NT_S390_SYSTEM_CALL, NT_ARM_VFP): Likewise.
42644 2012-09-06  H.J. Lu  <hongjiu.lu@intel.com>
42646         [BZ #14545]
42647         * csu/libc-tls.c (_dl_initial_dtv): New variable.
42648         * elf/dl-tls.c (_dl_deallocate_tls): Always check dtv before
42649         freeing dtv[-1].
42651 2012-09-06  H.J. Lu  <hongjiu.lu@intel.com>
42653         [BZ #14544]
42654         * Makeconfig (link-static-before-libc): Replace $(+prector)
42655         with $(+prectorT).
42656         (link-static-after-libc): Replace $(+postctor) with
42657         $(+postctorT).
42658         (link-bounded): Replace $(+prector)/$(+postctor) with
42659         $(+prectorT)/$(+postctorT).
42660         (+prectorT): New macro.
42661         (+postctorT): Likewise.
42663 2012-09-06  Joseph Myers  <joseph@codesourcery.com>
42665         * stdlib/gen-tst-strtod-round.c: Include <assert.h>.
42666         (round_str): Handle values above the maximum for IBM long double
42667         as inexact.
42668         * stdlib/tst-strtod-round.c (tests): Regenerated.
42670 2012-09-06  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
42672         * sysdeps/s390/s390-32/multiarch/Makefile: Remove -mzarch
42673         assembler flag.
42674         * sysdeps/s390/s390-32/multiarch/memcmp.S: Use .machinemode
42675         zarch_nohighgprs around the zarch optimized routines.
42676         * sysdeps/s390/s390-32/multiarch/memcpy.S: Likewise.
42677         * sysdeps/s390/s390-32/multiarch/memset.S: Likewise.
42678         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c: Explicitly check
42679         for zarch.
42681 2012-09-05  David S. Miller  <davem@davemloft.net>
42683         * sysdeps/sparc/fpu/libm-test-ulps: Update.
42685         * sysdeps/sparc/bits/hwcap.h (HWCAP_SPARC_PAUSE)
42686         (HWCAP_SPARC_CBCOND, HWCAP_SPARC_CRYPTO): Define.
42687         * sysdeps/sparc/dl-procinfo.h (_DL_HWCAP_COUNT): Increase to 27.
42688         * sysdeps/sparc/dl-procinfo.c (_dl_sparc_cap_flags): Add new
42689         entries.
42691 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
42693         * malloc/arena.c: Fold copyright years.
42694         * malloc/mcheck.c, malloc/memusage.c: Likewise.
42696 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
42698         * malloc/malloc.c (__libc_mallopt) <M_MMAP_MAX>: Fix indentation.
42700 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
42702         * manual/contrib.texi (Contributors): Fix typo.  Complete entry.
42704 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
42706         * malloc/malloc.c (__libc_mallopt) <M_MMAP_THRESHOLD>: Do not
42707         change internal state upon failure.
42709 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
42711         * malloc/mcheck.c (mcheck_check_all): Fix typo.
42712         * malloc/memusage.c (mmap): Likewise.
42713         (mmap64, mremap): Likewise.  Adjust name in comment.
42715 2012-09-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
42717         * libio/fileops.c: Fix typos in comments.
42718         * libio/oldfileops.c: Likewise.
42719         * libio/wfileops.c: Likewise.
42721 2012-09-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
42723         [BZ #1349]
42724         * malloc/Makefile (tests): Add tst-malloc-usable test case.
42725         (tst-malloc-usable-ENV): Set environment for test case.
42726         * malloc/hooks.c (malloc_check_get_size): New function to get
42727         requested size.
42728         * malloc/malloc.c (musable): Use malloc_check_get_size.
42729         * malloc/tst-malloc-usable.c: New test case.
42731 2012-09-05  Andreas Schwab  <schwab@linux-m68k.org>
42733         * stdlib/tst-strtod-overflow.c (TIMEOUT): Define.
42735 2012-09-05  Allan McRae  <allan@archlinux.org>
42737         [BZ #13966]
42738         * configure.in (CXX_SYSINCLUDES): Use compiler output to
42739         determine header location.
42740         * configure: Regenerated.
42742 2012-09-05  Andreas Schwab  <schwab@linux-m68k.org>
42744         * stdlib/gen-tst-strtod-round.c (formats): Add Motorola extended
42745         float format.
42746         * stdlib/tst-strtod-round.c (TEST) [LDBL_MANT_DIG == 64 &&
42747         LDBL_MAX_EXP == 16384]: Add case for Motorola extended float
42748         format.
42749         (test): Regenerate.
42751 2012-09-04  David S. Miller  <davem@davemloft.net>
42753         * sysdeps/sparc/sparc32/sparcv9/addmul_1.S: New file.
42754         * sysdeps/sparc/sparc32/sparcv9/submul_1.S: New file.
42755         * sysdeps/sparc/sparc32/sparcv9/mul_1.S: New file.
42757 2012-09-04  Florian Weimer  <fweimer@redhat.com>
42759         * stdlib/tst-secure-getenv.c (alternative_main): Only warn on SGID
42760         failures.
42762         * stdlib/tst-secure-getenv.c: Fix whitespace in comments.
42764 2012-09-04  Joseph Myers  <joseph@codesourcery.com>
42766         [BZ #9914]
42767         * libio/iogetdelim.c: Include <limits.h>.
42768         (_IO_getdelim): Avoid integer overflow in testing whether cur_len
42769         + len + 1 would overflow.
42771 2012-09-03  Andreas Jaeger  <aj@suse.de>
42773         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
42774         * sysdeps/i386/fpu/libm-test-ulps: Update.
42776 2012-09-03  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
42778         * sysdeps/i386/i686/fpu/multiarch/Makefile (sysdep_routines):
42779         Add s_sinf-sse2, s_conf-sse2.
42781         * sysdeps/i386/i686/fpu/multiarch/s_sinf-sse2.S: New file.
42782         * sysdeps/i386/i686/fpu/multiarch/s_cosf-sse2.S: New file.
42783         * sysdeps/i386/i686/fpu/multiarch/s_sinf.c: New file.
42784         * sysdeps/i386/i686/fpu/multiarch/s_cosf.c: New file.
42786         * sysdeps/ieee754/flt-32/s_sinf.c (SINF, SINF_FUNC): Add macros
42787         for using routine as __sinf_ia32.
42788         Use macro for function declaration and weak_alias.
42789         * sysdeps/ieee754/flt-32/s_cosf.c (COSF, COSF_FUNC): Add macros
42790         for using routine as __cosf_ia32.
42791         Use macro for function declaration and weak_alias.
42793         * sysdeps/i386/i686/fpu/multiarch/e_expf-sse2.S: Fix Copyright.
42794         * sysdeps/i386/i686/fpu/multiarch/e_expf.c: Fix Copyright.
42796         * sysdeps/x86_64/fpu/s_sinf.S: New file.
42797         * sysdeps/x86_64/fpu/s_cosf.S: New file.
42798         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
42800         * math/libm-test.inc (cos_test): Add more test cases.
42801         (sin_test): Likewise.
42802         (sincos_test): Likewise.
42804 2012-09-03  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
42806         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c
42807         (IFUNC_RESOLVE): Make pointers to the specialized implementations
42808         hidden.
42809         * sysdeps/s390/s390-64/multiarch/ifunc-resolve.c: Likewise.
42811 2012-09-02  H.J. Lu  <hongjiu.lu@intel.com>
42813         [BZ #14538]
42814         * sysdeps/x86_64/dl-machine.h (elf_machine_dynamic): Use the
42815         first element of the GOT.
42816         (elf_machine_load_address): Return the difference between
42817         the runtime address of _DYNAMIC and elf_machine_dynamic ().
42819 2012-09-01  Allan McRae  <allan@archlinux.org>
42821         [BZ #13412]
42822         * configure.in (AWK): Require gawk version 3.0 or later.
42823         * configure: Regenerated.
42825 2012-09-01  Joseph Myers  <joseph@codesourcery.com>
42827         * sysdeps/unix/sysv/linux/kernel-features.h
42828         (__ASSUME_POSIX_CPU_TIMERS): Remove.
42829         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c
42830         [__NR_clock_getres]: Make code unconditional.
42831         [!__ASSUME_POSIX_CPU_TIMERS]: Remoce conditional code.
42832         (clock_getcpuclockid): Remove code left unreachable by removal of
42833         conditionals.
42834         * sysdeps/unix/sysv/linux/clock_getres.c [__NR_clock_getres]: Make
42835         code unconditional.
42836         [__ASSUME_POSIX_CPU_TIMERS]: Likewise.
42837         [!__ASSUME_POSIX_CPU_TIMERS]: Remove conditional code.
42838         * sysdeps/unix/sysv/linux/clock_gettime.c [__NR_clock_gettime]:
42839         Make code unconditional.
42840         [__ASSUME_POSIX_CPU_TIMERS]: Likewise.
42841         [!__ASSUME_POSIX_CPU_TIMERS]: Remove conditional code.
42842         * sysdeps/unix/sysv/linux/clock_settime.c
42843         [__ASSUME_POSIX_CPU_TIMERS <= 0 && __NR_clock_settime]: Remove
42844         conditional code.
42845         [__ASSUME_POSIX_CPU_TIMERS]: Make code unconditional.
42846         [!__ASSUME_POSIX_CPU_TIMERS]: Remove conditional code.
42848 2012-08-29  H.J. Lu  <hongjiu.lu@intel.com>
42850         [BZ #14476]
42851         * Makefile (install): Also pass LD_SO=$(ld.so-version) to
42852         scripts/test-installation.pl.
42854         * scripts/test-installation.pl: Use LD_SO to get $ld_so_name
42855         and $ld_so_version if it is set.
42857 2012-08-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
42859         [BZ #14516]
42860         * sysdeps/unix/sysv/linux/ttyname.c (ttyname): Don't return
42861         failure if reading from procfs failed.
42862         * sysdeps/unix/sysv/linux/ttyname_r.c (ttyname_r): Likewise.
42864 2012-08-27  Joseph Myers  <joseph@codesourcery.com>
42866         * sysdeps/unix/sysv/linux/kernel-features.h
42867         (__ASSUME_STAT64_SYSCALL): Remove all definitions.
42868         * sysdeps/unix/sysv/linux/fxstat64.c [!__ASSUME_STAT64_SYSCALL]:
42869         Remove conditional code.
42870         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
42871         * sysdeps/unix/sysv/linux/fxstatat64.c [!__ASSUME_STAT64_SYSCALL]:
42872         Remove conditional code.
42873         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
42874         * sysdeps/unix/sysv/linux/i386/fxstat.c
42875         [!__ASSUME_STAT64_SYSCALL]: Remove conditional code.
42876         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
42877         * sysdeps/unix/sysv/linux/i386/fxstatat.c
42878         [!__ASSUME_STAT64_SYSCALL]: Remove conditional code.
42879         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
42880         * sysdeps/unix/sysv/linux/i386/lxstat.c
42881         [!__ASSUME_STAT64_SYSCALL]: Remove conditional code.
42882         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
42883         * sysdeps/unix/sysv/linux/i386/xstat.c [!__ASSUME_STAT64_SYSCALL]:
42884         Remove conditional code.
42885         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
42886         * sysdeps/unix/sysv/linux/lxstat64.c [!__ASSUME_STAT64_SYSCALL]:
42887         Remove conditional code.
42888         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
42889         * sysdeps/unix/sysv/linux/sparc/sparc64/xstat.c: Do not include
42890         <kernel-features.h>.
42891         [__NR_stat64 && !__ASSUME_STAT64_SYSCALL] (__have_no_stat64):
42892         Remove.
42893         * sysdeps/unix/sysv/linux/xstat64.c [!__ASSUME_STAT64_SYSCALL]:
42894         Remove conditional code.
42895         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
42896         * sysdeps/unix/sysv/linux/xstatconv.c [!__ASSUME_STAT64_SYSCALL]:
42897         Remove conditional.
42899 2012-08-27  Mike Frysinger  <vapier@gentoo.org>
42901         [BZ #5400]
42902         * NEWS: Add fixed bug number.
42904 2012-08-27  Joseph Myers  <joseph@codesourcery.com>
42906         [BZ #14519]
42907         * stdlib/strtod_l.c (round_and_return): Return -0.0 for
42908         underflowing exponent in case of negative sign.
42909         * stdlib/tst-strtod-round-data: Add more tests.
42910         * stdlib/tst-strtod-round.c (tests): Regenerated.
42912         [BZ #3479]
42913         * stdlib/strtod_l.c (NDIG): Remove.
42914         (HEXNDIG): Likewise.
42915         (MPNSIZE): Increase to represent 10^n where 2^-n is 1/4 ulp of the
42916         smallest representable value.
42917         (____STRTOF_INTERNAL): Use all fractional decimal digits that may
42918         lie within an exact representation of 1/2 ulp of the result.
42919         * stdlib/fpioconst.c (__tens): Include 10^2^9 and 10^2^10
42920         unconditionally.
42921         (TENS_P9_IDX): Define unconditionally.
42922         (TENS_P9_SIZE): Likewise.
42923         (TENS_P10_IDX): Likewise.
42924         (TENS_P10_SIZE): Likewise.
42925         [BITS_PER_MP_LIMB == 32]: Change condition for larger powers of 10
42926         to !defined __NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__ > 1024.
42927         [!__NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__ > 1024] (__tens): Add
42928         entries for 10^2^13 and 10^2^14.
42929         [!__NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__ > 1024]
42930         (TENS_P13_IDX): Define.
42931         (TENS_P13_SIZE): Likewise.
42932         (TENS_P14_IDX): Likewise.
42933         (TENS_P14_SIZE): Likewise.
42934         (_fpioconst_pow10): Change array size to
42935         FPIOCONST_POW10_ARRAY_SIZE.  Make entries for 10^2^9 and 10^2^10
42936         unconditional.
42937         (_fpioconst_pow10) [!__NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__ >
42938         1024]: Add entries for 10^2^13 and 10^2^14.
42939         [LAST_POW10 > _LAST_POW10]: Remove #error.
42940         * stdlib/fpioconst.h (FPIOCONST_POW10_ARRAY_SIZE): Define.
42941         (_fpioconst_pow10): Change array size to
42942         FPIOCONST_POW10_ARRAY_SIZE.
42943         * stdlib/gen-fpioconst.c: New file.
42944         * stdlib/gen-tst-strtod-round.c: Likewise.
42945         * stdlib/tst-strtod-round-data: Likewise.
42946         * stdlib/tst-strtod-round.c: Likewise.
42947         * stdlib/Makefile (tests): Add tst-strtod-round.
42949         [BZ #14459]
42950         * stdlib/strtod_l.c: Include <stdint.h>.
42951         (NDEBUG): Do not define.
42952         (round_and_return): Change EXPONENT parameter to type intmax_t.
42953         Rearrange calculations to avoid internal overflow possibilities.
42954         (str_to_mpn): Change EXPONENT parameter to type intmax_t *.
42955         Rearrange calculations to avoid internal overflow possibilities.
42956         Assert that number fits inside MPNSIZE limbs.
42957         (____STRTOF_INTERNAL): Change EXPONENT variable to type intmax_t.
42958         Change DIG_NO, INT_NO and LEAD_ZERO to type size_t.  Rearrange
42959         calculations and add assertions to avoid internal overflow
42960         possibilities.  Add casts to avoid signed/unsigned operations.
42961         * stdlib/tst-strtod-overflow.c: New file.
42962         * stdlib/Makefile (tests): Add tst-strtod-overflow.
42964 2012-08-25  Marek Polacek  <polacek@redhat.com>
42966         * time/time.h: Fix some typos in comments.
42968 2012-08-23  Roland McGrath  <roland@hack.frob.com>
42970         * posix/tst-rfc3484.c: #undef USE_NSCD before including getaddrinfo.c.
42971         * posix/tst-rfc3484-2.c: Likewise.
42972         * posix/tst-rfc3484-3.c: Likewise.
42974 2012-08-23  Steve McIntyre  <steve.mcintyre@linaro.org>
42976         * elf/elf.h (EF_ARM_ABI_FLOAT_SOFT): New macro.
42977         (EF_ARM_ABI_FLOAT_HARD): Likewise.
42979 2012-08-23  Joseph Myers  <joseph@codesourcery.com>
42981         * sysdeps/unix/sysv/linux/dl-fxstatat64.c: Use <> instead of "" in
42982         #include of fxstatat64.c.
42984 2012-08-22  Roland McGrath  <roland@hack.frob.com>
42986         * shadow/getspent.c: #undef USE_NSCD before #include that gets the code.
42987         * shadow/getspent_r.c: Likewise.
42988         * shadow/getspnam.c: Likewise.
42989         * shadow/getspnam_r.c: Likewise.
42990         * gshadow/getsgent.c: Likewise.
42991         * gshadow/getsgent_r.c: Likewise.
42992         * gshadow/getsgnam.c: Likewise.
42993         * gshadow/getsgnam_r.c: Likewise.
42994         * inet/getnetbyad.c: Likewise.
42995         * inet/getnetbyad_r.c: Likewise.
42996         * inet/getnetbynm.c: Likewise.
42997         * inet/getnetbynm_r.c: Likewise.
42998         * inet/getnetent.c: Likewise.
42999         * inet/getnetent_r.c: Likewise.
43000         * inet/getproto.c: Likewise.
43001         * inet/getproto_r.c: Likewise.
43002         * inet/getprtent.c: Likewise.
43003         * inet/getprtent_r.c: Likewise.
43004         * inet/getprtname.c: Likewise.
43005         * inet/getprtname_r.c: Likewise.
43006         * inet/getrpcbyname.c: Likewise.
43007         * inet/getrpcbyname_r.c: Likewise.
43008         * inet/getrpcbynumber.c: Likewise.
43009         * inet/getrpcbynumber_r.c: Likewise.
43010         * inet/getrpcent.c: Likewise.
43011         * inet/getrpcent_r.c: Likewise.
43012         * inet/getaliasent.c: Likewise.
43013         * inet/getaliasent_r.c: Likewise.
43014         * inet/getaliasname.c: Likewise.
43015         * inet/getaliasname_r.c: Likewise.
43016         * nscd/getgrgid_r.c: Likewise.
43017         * nscd/getgrnam_r.c: Likewise.
43018         * nscd/gethstbyad_r.c: Likewise.
43019         * nscd/gethstbynm3_r.c: Likewise.
43020         * nscd/getpwnam_r.c: Likewise.
43021         * nscd/getpwuid_r.c: Likewise.
43022         * nscd/getsrvbynm_r.c: Likewise.
43023         * nscd/getsrvbypt_r.c: Likewise.
43024         * nscd/gai.c: Likewise.
43026         * configure.in (build_nscd): New substituted variable, set
43027         by --disable-build-nscd and defaults to $use_nscd.
43028         * configure: Regenerated.
43029         * config.make.in (build-nscd): New substituted variable.
43030         * nscd/Makefile (others, others-pie, install-sbin, extra-objs):
43031         Change conditional to require [$(build-nscd) = yes] as well.
43032         * NEWS: Mention --disable-build-nscd in the --disable-nscd item.
43034         [BZ# 13696]
43035         * configure.in (use_nscd): New substituted variable, set by
43036         --disable-nscd.  If enabled, define USE_NSCD.
43037         * configure: Regenerated.
43038         * config.h.in: Add USE_NSCD.
43039         * config.make.in (use-nscd): New substituted variable.
43040         * inet/Makefile (CFLAGS-gethstbyad_r.c): Likewise.
43041         (CFLAGS-gethstbynm_r.c, CFLAGS-gethstbynm2_r.c): Likewise.
43042         (CFLAGS-getsrvbynm_r.c, CFLAGS-getsrvbypt_r.c): Variables removed.
43043         * grp/Makefile (CFLAGS-getgrgid_r.c): Remove -DUSE_NSCD.
43044         (CFLAGS-getgrnam_r.c): Likewise.
43045         (CFLAGS-initgroups.c): Likewise.
43046         * posix/Makefile (CFLAGS-getaddrinfo.c): Remove -DUSE_NSCD.
43047         * pwd/Makefile (CFLAGS-getpwuid_r.c, CFLAGS-getpwnam_r.c):
43048         Variables removed.
43049         * inet/getnetgrent_r.c
43050         (nscd_setnetgrent): New function, broken out of ...
43051         (setnetgrent): ... here.  Call it.
43052         (innetgr): Conditionalize nscd bits on [USE_NSCD].
43053         (nscd_getnetgrent): Conditionalize on [USE_NSCD].
43054         (__internal_getnetgrent_r): Conditionalize its use on [USE_NSCD].
43055         * nscd/Makefile (routines, aux): Move definitions after include of
43056         Makeconfig.  Conditionalize on [$(use-nscd) != no].
43057         * nss/nsswitch.c (nss_load_all_libraries, __nss_disable_nscd):
43058         Conditionalize on [USE_NSCD].
43059         (is_nscd, nscd_init_cb): Likewise.
43060         (nss_load_library): Conditionalize init callback on [USE_NSCD].
43061         * nss/nss_files/files-init.c: Conditionalize body on [USE_NSCD].
43062         * nss/nss_db/db-init.c: Likewise.
43063         * nscd/nscd.c (main): Conditionalize __nss_disable_nscd call on
43064         [USE_NSCD].
43065         * sysdeps/unix/sysv/linux/check_pf.c (get_nl_timestamp): New function.
43066         (make_request): Use it.
43067         (cache_valid_p): New function.
43068         (__check_pf): Use it.
43069         * NEWS: Add item for --disable-nscd.
43071 2012-08-22  Dmitry V. Levin  <ldv@altlinux.org>
43073         * configure.in (SED): Update AC_CHECK_PROG_VER's version extract regexp
43074         to support sed >= 4.2.1-20-ga9bf076.
43075         * configure: Regenerated.
43077 2012-08-22  Roland McGrath  <roland@hack.frob.com>
43079         * csu/libc-start.c (apply_irel): Move extern declarations inside here.
43080         Conditionalize whole body on [IREL].
43082 2012-08-22  Jeff Law <law@redhat.com>
43084         [BZ #14505]
43085         * sysdeps/posix/getaddrinfo.c (gaih_inet): Only use gethostbyname4_r
43086         if the family is PF_UNSPEC.
43088 2012-08-22  Mike Frysinger  <vapier@gentoo.org>
43090         * Makerules (lib-version): Rename from V.
43091         (install-lib-nosubdir): Change V to lib-version.
43093 2012-08-22  Will Schmidt  <will_schmidt@vnet.ibm.com>
43095         [BZ #14252]
43096         * powerpc32/power6/wcschr.c: New file.
43097         * powerpc32/power6/wcscpy.c: New file.
43098         * powerpc32/power6/wcsrchr.c: New file.
43099         * powerpc64/power6/wcschr.c: New file.
43100         * powerpc64/power6/wcscpy.c: New file.
43101         * powerpc64/power6/wcsrchr.c: New file.
43103 2012-08-21  Maxim Kuvyrkov  <maxim@codesourcery.com>
43105         * string/str-two-way.h (AVAILABLE1_USES_J): New macro, define default.
43106         (two_way_short_needle): Use it.
43107         * string/strstr.c (AVAILABLE1_USES_J): Define.
43108         * string/strcasestr.c: Likewise.
43110         * string/str-two-way.h (two_way_short_needle): Use pointers instead of
43111         array references.
43112         * string/strcasestr.c (TOLOWER): Make side-effect safe.
43114         [BZ #11607]
43115         * NEWS: Add an entry.
43116         * string/str-two-way.h (AVAILABLE1, AVAILABLE2, RET0_IF_0): New macros,
43117         define their defaults.
43118         (two_way_short_needle): Detect end-of-string on-the-fly.
43119         * string/strcasestr.c, string/strstr.c (AVAILABLE): Update.
43120         (AVAILABLE1, AVAILABLE2, RET0_IF_0, AVAILABLE_USES_J): Define.
43121         * string/bug-strcasestr1.c: New test.
43122         * string/Makefile: Run it.
43124 2012-08-21  Maxim Kuvyrkov  <maxim@codesourcery.com>
43126         [BZ #11607]
43127         * string/str-two-way.h (two_way_short_needle): Optimize matching of
43128         the first character.
43130 2012-08-21  Roland McGrath  <roland@hack.frob.com>
43132         * csu/elf-init.c (__libc_csu_irel): Function removed.
43133         * csu/libc-start.c (apply_irel): New function.
43134         (LIBC_START_MAIN): Call it instead of __libc_csu_irel.
43136 2012-08-21  Joseph Myers  <joseph@codesourcery.com>
43138         * sysdeps/unix/sysv/linux/kernel-features.h
43139         (__ASSUME_FADVISE64_64_SYSCALL): Remove.
43140         * sysdeps/unix/sysv/linux/i386/posix_fadvise64.S: Do not include
43141         <kernel-features.h>.
43142         [__NR_fadvise64_64]: Make code unconditional.
43143         [!__ASSUME_FADVISE64_64_SYSCALL]: Remove conditional code.
43144         [__NR_fadvise64 && (!__ASSUME_FADVISE64_64_SYSCALL ||
43145         !__NR_fadvise64_64)]: Likewise.
43146         [!(__NR_fadvise64 && (!__ASSUME_FADVISE64_64_SYSCALL ||
43147         !__NR_fadvise64_64))]: Likewise.
43148         [__NR_fadvise64]: Make code unconditional.
43149         [!__NR_fadvise64]: Remove conditional code.
43150         * sysdeps/unix/sysv/linux/posix_fadvise64.c: Do not include
43151         <kernel-features.h>.
43152         (__posix_fadvise64_l64) [__NR_fadvise64_64]: Make code
43153         unconditional.
43154         (_posix_fadvise64_l64) [!__ASSUME_FADVISE64_64_SYSCALL]: Remove
43155         conditional code.
43156         * sysdeps/unix/sysv/linux/powerpc/powerpc32/posix_fadvise64.c: Do
43157         not include <kernel-features.h>.
43158         (__posix_fadvise64_l64) [__NR_fadvise64_64]: Make code
43159         unconditional.
43160         (_posix_fadvise64_l64) [!__ASSUME_FADVISE64_64_SYSCALL]: Remove
43161         conditional code.
43162         * sysdeps/unix/sysv/linux/s390/s390-32/posix_fadvise64.c: Do not
43163         include <kernel-features.h>.
43164         (__posix_fadvise64_l64) [__NR_fadvise64_64]: Make code
43165         unconditional.
43166         (_posix_fadvise64_l64) [!__ASSUME_FADVISE64_64_SYSCALL]: Remove
43167         conditional code.
43169 2012-08-21  Will Schmidt  <will_schmidt@vnet.ibm.com>
43171         * sysdeps/powerpc/powerpc64/power7/memchr.S: Unrolled short loop and
43172         slight instruction rearrangements per scrollpipe analysis.
43173         * sysdeps/powerpc/powerpc64/power7/memchr.S: Likewise.
43175 2012-08-20  Roland McGrath  <roland@hack.frob.com>
43177         * manual/syslog.texi (syslog; vsyslog, closelog):
43178         Fix typo repeated twice: @file{dev/log} -> @file{/dev/log}.
43179         Reported by Ricardo Catalinas Jiménez <jimenezrick@gmail.com>.
43181         * elf/dl-sysdep.c (_dl_important_hwcaps): Fix conditional on using
43182         DSOCAPS to match condition on defining it.
43184 2012-08-20  Joseph Myers  <joseph@codesourcery.com>
43186         * sysdeps/unix/sysv/linux/kernel-features.h
43187         (__ASSUME_SWAPCONTEXT_SYSCALL): Remove.
43188         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext.S
43189         [__ASSUME_SWAPCONTEXT_SYSCALL]: Make code unconditional.
43190         [!__ASSUME_SWAPCONTEXT_SYSCALL]: Remove conditional code.
43191         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext.S
43192         [__ASSUME_SWAPCONTEXT_SYSCALL]: Make code unconditional.
43193         [!__ASSUME_SWAPCONTEXT_SYSCALL]: Remove conditional code.
43194         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext.S
43195         [__ASSUME_SWAPCONTEXT_SYSCALL]: Make code unconditional.
43196         [!__ASSUME_SWAPCONTEXT_SYSCALL]: Remove conditional code.
43198         * sysdeps/unix/sysv/linux/kernel-features.h [__s390__ &&
43199         __LINUX_KERNEL_VERSION >= 0x020616] (__ASSUME_UTIMES): Define.
43201         * sysdeps/unix/sysv/linux/kernel-features.h
43202         (__ASSUME_MMAP2_SYSCALL): Remove all definitions.
43203         * sysdeps/unix/sysv/linux/mmap64.c [__NR_mmap2]: Make code
43204         unconditional.
43205         [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
43206         * sysdeps/unix/sysv/linux/i386/mmap.S (__mmap)
43207         [__ASSUME_MMAP2_SYSCALL]: Make code unconditional.
43208         (__mmap) [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
43209         * sysdeps/unix/sysv/linux/i386/mmap64.S (__mmap64) [__NR_mmap2]:
43210         Make code unconditional.
43211         (__mmap64) [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
43212         (__mmap64) [!__NR_mmap2]: Likewise.
43213         * sysdeps/unix/sysv/linux/s390/s390-32/mmap.S (__mmap)
43214         [__ASSUME_MMAP2_SYSCALL]: Make code unconditional.
43215         (__mmap) [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
43216         * sysdeps/unix/sysv/linux/s390/s390-32/mmap64.S (__mmap64)
43217         [__NR_mmap2]: Make code unconditional.
43218         (__mmap64) [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
43219         (__mmap64) [!__NR_mmap2]: Likewise.
43221 2012-08-20  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
43223         * sysdeps/unix/sysv/linux/s390/s390-32/getrlimit.c: Remove.
43225 2012-08-18  Andreas Jaeger  <aj@suse.de>
43227         * stdio-common/_itoa.c (_itoa): Add missing DUMMY variable.
43229 2012-08-18  Mike Frysinger  <vapier@gentoo.org>
43231         * include/sys/socket.h (__have_sock_cloexec): Add attribute_hidden.
43232         * include/unistd.h (__have_sock_cloexec): Likewise.
43233         (__have_pipe2): Likewise.
43234         (__have_dup3): Likewise.
43236 2012-08-18  Mike Frysinger  <vapier@gentoo.org>
43238         [BZ #9685]
43239         * include/unistd.h (__have_pipe2): Change define into an extern int.
43240         (__have_dup3): Likewise.
43241         * socket/have_sock_cloexec.c: Include fcntl.h.
43242         (__have_pipe2): New variable.
43243         (__have_dup3): Likewise.
43245 2012-08-17  Mike Frysinger  <vapier@gentoo.org>
43247         * sysdeps/unix/sysv/linux/nice.c: Adjust #include.
43249 2012-08-17  Marek Polacek  <polacek@redhat.com>
43251         * sysdeps/ieee754/ldbl-96/s_sincosl.c (__sincosl): Use __attribute__
43252         ((unused)) on I1, which is set by GET_LDOUBLE_WORDS but never used.
43254 2012-08-17  Roland McGrath  <roland@hack.frob.com>
43256         * configure.in: Add AC_SUBST for sysheaders.
43257         * configure: Regenerated.
43258         * config.make.in (sysheaders): New substituted variable.
43260         * sysdeps/unix/mkfifo.c: Moved ...
43261         * sysdeps/posix/mkfifo.c: ... here.
43262         * sysdeps/unix/mkfifoat.c: Moved ...
43263         * sysdeps/posix/mkfifoat.c: ... here.
43265         * sysdeps/unix/utime.c: Moved ...
43266         * sysdeps/posix/utime.c: ... here.
43268         * sysdeps/unix/time.c: Moved ...
43269         * sysdeps/posix/time.c: ... here.
43270         * sysdeps/unix/sysv/linux/time.c: Adjust #include.
43271         * sysdeps/unix/sysv/linux/sparc/sparc64/time.c: Likewise.
43273         * sysdeps/unix/nice.c: Moved ...
43274         * sysdeps/posix/nice.c: ... here.
43276         * sysdeps/unix/alarm.c: Moved ...
43277         * sysdeps/posix/alarm.c: ... here.
43279         * intl/Makefile ($(codeset_mo)): Depend on the input file.
43281 2012-08-17  Jeff Law <law@redhat.com>
43283         * intl/Makefile (codeset_mo): New variable.
43284         ($(codeset_mo)): New target.
43285         (tst-codeset.out): Depend on that.  Remove explicit rule.
43286         (tst-gettext3.out, tst-gettext5.out): Likewise.
43287         (LOCPATH-ENV, tst-codeset-ENV): New variables.
43288         (tst-gettext3-ENV, tst-gettext5-ENV): Likewise.
43289         * intl/tst-codeset.sh: Remove.
43290         * intl/tst-gettext3.sh: Likewise.
43291         * intl/tst-gettext5.sh: Likewise.
43293 2012-08-17  Roland McGrath  <roland@hack.frob.com>
43295         * sysdeps/unix/inet/syscalls.list: File removed.  Move contents into ...
43296         * sysdeps/unix/syscalls.list: ... here.
43298         * sysdeps/posix/getaddrinfo.c
43299         (save_gaiconf_mtime, check_gaiconf_mtime): New functions.
43300         (gaiconf_init, gaiconf_reload): Use them.
43301         [!_STATBUF_ST_NSEC]
43302         (gaiconf_mtime, save_gaiconf_mtime, check_gaiconf_mtime):
43303         Define using time_t rather than struct timespec.
43305         * sysdeps/generic/malloc-machine.h (MUTEX_INITIALIZER): New macro.
43306         (atomic_full_barrier, atomic_read_barrier, atomic_write_barrier):
43307         Macros removed.
43308         * malloc/arena.c (save_malloc_hook, save_free_hook): Conditionalize on
43309         [!NO_THREADS].
43310         (malloc_atfork, free_atfork, atfork_recursive_cntr): Likewise.
43311         (ptmalloc_lock_all, ptmalloc_unlock_all, ptmalloc_unlock_all2):
43312         Likewise.
43314         * elf/dl-iteratephdr.c (__dl_iterate_phdr): Use NULL rather than 0 for
43315         __libc_cleanup_push argument.
43317         * bits/param.h: New file.
43318         * misc/sys/param.h: New file.
43319         * include/sys/param.h: New file.
43320         * misc/Makefile (headers): Add bits/param.h.
43321         * sysdeps/generic/sys/param.h: File removed.
43322         * sysdeps/unix/sysv/linux/bits/param.h: New file.
43323         * sysdeps/unix/sysv/linux/sys/param.h: File removed.
43324         * sysdeps/mach/hurd/bits/param.h: New file.
43325         * sysdeps/mach/hurd/sys/param.h: File removed.
43327         * elf/dl-close.c (_dl_close_worker): Add a cast and a comment to the
43328         last change.
43330         * libio/genops.c (_IO_unbuffer_write): Conditionalize locking code on
43331         [_IO_MTSAFE_IO].
43332         * libio/libioP.h [!_IO_MTSAFE_IO && !NOT_IN_libc]
43333         (_IO_acquire_lock, _IO_acquire_lock_clear_flags2, _IO_release_lock):
43334         New macros.
43336         * Makeconfig [$(libc-reentrant) = yes] (libio-mtsafe): New variable.
43337         * libio/Makefile (CPPFLAGS): Append $(libio-mtsafe) unconditionally
43338         rather than -D_IO_MTSAFE_IO conditionally.
43339         * stdio-common/Makefile (CPPFLAGS): Likewise.
43340         * wcsmbs/Makefile (CPPFLAGS): Likewise.
43341         * stdlib/Makefile (CFLAGS-strfmon.c, CFLAGS-strfmon_l.c):
43342         Use $(libio-mtsafe).
43343         * debug/Makefile (CFLAGS-sprintf_chk.c): Use $(libio-mtsafe) instead
43344         of -D_IO_MTSAFE_IO.
43345         (CFLAGS-snprintf_chk.c, CFLAGS-vsprintf_chk.c): Likewise.
43346         (CFLAGS-vsnprintf_chk.c, CFLAGS-asprintf_chk.c): Likewise.
43347         (CFLAGS-vasprintf_chk.c, CFLAGS-obprintf_chk.c): Likewise.
43348         (CFLAGS-dprintf_chk.c, CFLAGS-vdprintf_chk.c): Likewise.
43349         (CFLAGS-printf_chk.c, CFLAGS-fprintf_chk.c): Likewise.
43350         (CFLAGS-vprintf_chk.c, CFLAGS-vfprintf_chk.c): Likewise.
43351         (CFLAGS-gets_chk.c, CFLAGS-fgets_chk.c): Likewise.
43352         (CFLAGS-fgets_u_chk.c, CFLAGS-fread_chk.c): Likewise.
43353         (CFLAGS-fread_u_chk.c): Likewise.
43354         (CFLAGS-swprintf_chk.c, CFLAGS-vswprintf_chk.c): Likewise.
43355         (CFLAGS-wprintf_chk.c, CFLAGS-fwprintf_chk.c): Likewise.
43356         (CFLAGS-vwprintf_chk.c, CFLAGS-vfwprintf_chk.c): Likewise.
43357         (CFLAGS-fgetws_chk.c, CFLAGS-fgetws_u_chk.c): Likewise.
43358         * grp/Makefile (CFLAGS-fgetgrent_r.c, CFLAGS-putgrent.c): Likewise.
43359         * gshadow/Makefile (CFLAGS-fgetsgent_r.c, CFLAGS-putsgent.c): Likewise.
43360         * misc/Makefile (CFLAGS-mntent_r.c): Likewise.
43361         * pwd/Makefile (CFLAGS-fgetpwent_r.c): Likewise.
43362         * shadow/Makefile (CFLAGS-fgetspent_r.c, CFLAGS-putspent.c): Likewise.
43364         * libio/Makefile: Test [$(libc-reentrant) = yes]
43365         instead of [$(filter %REENTRANT, $(defines)) nonempty].
43367         * Makeconfig
43368         [$(libc-reentrant) = yes] (defines): Append -D_LIBC_REENTRANT.
43369         * sysdeps/pthread/configure: File removed.
43370         * sysdeps/pthread/Makeconfig: New file.
43371         * sysdeps/mach/hurd/Makeconfig (libc-reentrant): New variable.
43372         * sysdeps/mach/hurd/configure.in: Don't touch DEFINES here.
43374 2012-08-16  Gary Benson  <gbenson@redhat.com>
43376         * elf/dl-close.c (_dl_close_worker): Also set r->r_map when
43377         unmapping the first object in a namespace.
43379 2012-08-16  Roland McGrath  <roland@hack.frob.com>
43381         * inet/getnetgrent_r.c (internal_setnetgrent): Renamed to ...
43382         (__internal_setnetgrent): ... this.  Add internal_function to
43383         definition.  Add libc_hidden_def.
43384         (setnetgrent): Update caller.
43385         (internal_endnetgrent): Renamed to ...
43386         (__internal_endnetgrent): ... this.  Add internal_function to
43387         definition.  Add libc_hidden_def.
43388         (endnetgrent): Update caller.
43389         (internal_getnetgrent_r): Renamed to ...
43390         (__internal_getnetgrent_r): ... this.  Add internal_function to
43391         definition.  Add libc_hidden_def.
43392         (__getnetgrent_r): Update caller.
43393         * inet/netgroup.h: Update declarations.  Add libc_hidden_proto uses.
43395 2012-08-16  Joseph Myers  <joseph@codesourcery.com>
43397         * stdlib/longlong.h: Update from GCC.
43399 2012-08-16  Roland McGrath  <roland@hack.frob.com>
43401         * stdlib/gmp-impl.h (udiv_qrnnd_preinv): Use __attribute__ ((unused))
43402         on _QL, which is set by umul_ppmm but never used.
43403         * stdio-common/_itoa.c (_itoa): Use __attribute__ ((unused)) on DUMMY
43404         variables, which are set by GMP macros but never used.
43405         * stdio-common/_itowa.c (_itowa): Likewise.
43406         * stdlib/divmod_1.c (mpn_divmod_1): Likewise.
43407         * stdlib/mod_1.c (mpn_mod_1): Likewise.
43409 2012-08-16  Carlos O'Donell  <carlos_odonell@mentor.com>
43411         * sysdeps/sh/ldsodefs.h (ARCH_PLTENTER_MEMBERS) <sh_gnu_pltenter>:
43412         struct La_sh_regs is not constant.
43413         * sysdeps/sparc/ldsodefs.h (ARCH_PLTENTER_MEMBERS)
43414         <sparc32_gnu_pltenter, sparc64_gnu_pltenter>: struct La_sparc32_regs
43415         and struct La_sparc64_regs are not constant.
43417 2012-08-16  Joseph Myers  <joseph@codesourcery.com>
43419         * sysdeps/unix/sysv/linux/kernel-features.h
43420         (__ASSUME_POSIX_TIMERS): Remove.
43421         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c
43422         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
43423         * sysdeps/unix/sysv/linux/clock_getres.c [__ASSUME_POSIX_TIMERS]:
43424         Make code unconditional.
43425         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
43426         * sysdeps/unix/sysv/linux/clock_gettime.c [__ASSUME_POSIX_TIMERS]:
43427         Make code unconditional.
43428         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
43429         * sysdeps/unix/sysv/linux/clock_nanosleep.c
43430         [__ASSUME_POSIX_TIMERS]: Make code unconditional.
43431         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
43432         * sysdeps/unix/sysv/linux/clock_settime.c [__ASSUME_POSIX_TIMERS]:
43433         Make code unconditional.
43434         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
43435         [__ASSUME_POSIX_CPU_TIMERS <= 0 && __NR_clock_settime]
43436         (__libc_missing_posix_timers): Remove.
43438 2012-08-15  Roland McGrath  <roland@hack.frob.com>
43440         * elf/dl-load.c (_dl_map_object_from_fd) [SHARED]: Conditionalize
43441         check of GL(dl_error_catch_tsd) on [_LIBC_REENTRANT].
43443         * bits/libc-lock.h (__rtld_lock_initialize): New macro.
43445         * elf/dl-sym.c: Include <stdlib.h>.
43447         * posix/regcomp.c (init_word_char): Use temporaries to hold the 64-bit
43448         constants, which avoids warnings in 32-bit builds.
43450         * bits/fcntl.h [__USE_POSIX199309 || __USE_UNIX98]:
43451         (O_DSYNC, O_RSYNC): New macros (with NetBSD values).
43453         * misc/lseek.c: File moved to ...
43454         * io/lseek.c: ... here.
43456         * rt/clock_nanosleep.c: Include <time.h>, not <sys/time.h>.
43458         * crypt/sha512.c (sha512_process_block) [!USE_TOTAL128]: Avoid
43459         shifting LEN more than 31 bits at once.
43461 2012-08-15  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
43463         [BZ #14195]
43464         * sysdeps/i386/i686/multiarch/strcmp-sssse3.S: Fix
43465         segmentation fault for a case of two empty input strings.
43466         * string/test-strncasecmp.c (check1): Renamed to...
43467         (bz12205): ...this.
43468         (bz14195): Add new testcase for two empty input strings and N > 0.
43469         (test_main): Call new testcase, adapt for renamed function.
43471 2012-08-15  Andreas Jaeger  <aj@suse.de>
43473         [BZ #14090]
43474         * crypt/md5test2.c: New test, based on test supplied by Serge
43475         Belyshev <belyshev@depni.sinp.msu.ru>.
43476         * crypt/Makefile (xtests): Add md5test-giant..
43477         * crypt/Makefile ($(objpfx)md5test-giant): Add.
43479 2012-08-15  Paul Eggert  <eggert@cs.ucla.edu>
43481         [BZ #14090]
43482         * crypt/md5.c (md5_process_block): Don't assume the buffer
43483         length is less than 2**32.
43484         * crypt/sha512.c (sha512_process_block): Don't assume the buffer
43485         length is less than 2**64.
43487 2012-08-15  Roland McGrath  <roland@hack.frob.com>
43489         * string/str-two-way.h: Include <sys/param.h>.
43490         (MAX): Macro removed.
43492         * sysdeps/x86_64/multiarch/strstr-c.c: Add copyright header.
43493         Move #define and #undef of memmove to just before and after
43494         including <string.h>.
43496         * sysdeps/x86_64/multiarch/memmove.c: Don't include <stddef.h>.
43497         [!NOT_IN_libc]: Move #define and #undef of memmove to just before
43498         and after including <string.h>.  Move declarations of
43499         __memmove_sse2, __memmove_ssse3, and __memmove_ssse3_back
43500         to before #include "string/memmove.c".
43502         * include/dirent.h: Declare __getdirentries.
43504         * sysdeps/posix/system.c (do_system): Cast SUB_REF () to void when not
43505         using its value, to avoid warnings in the [!_LIBC_REENTRANT] case.
43507 2012-08-14  Mike Frysinger  <vapier@gentoo.org>
43509         * config.h.in (HAVE_CPP_ASM_DEBUGINFO): Delete.
43510         * sysdeps/i386/configure.in: Remove assembler-with-cpp debug check.
43511         * sysdeps/i386/configure: Regenerated.
43512         * sysdeps/i386/sysdep.h (ENTRY): Remove calls to STABS_CURRENT_FILE1,
43513         STABS_CURRENT_FILE, and STABS_FUN.
43514         (END): Remove call to STABS_FUN_END.
43515         (STABS_CURRENT_FILE1): Delete.
43516         (STABS_CURRENT_FILE): Likewise.
43517         (STABS_FUN): Likewise.
43518         (STABS_FUN_END): Likewise.
43519         (STABS_FUN2): Likewise.
43520         * sysdeps/x86_64/configure.in: Remove assembler-with-cpp debug check.
43521         * sysdeps/x86_64/configure: Regenerated.
43523 2012-08-14  Roland McGrath  <roland@hack.frob.com>
43525         * elf/dl-open.c: Include <atomic.h>.
43526         * elf/dl-lookup.c: Likewise.
43528 2012-08-14  Joseph Myers  <joseph@codesourcery.com>
43530         * sysdeps/unix/sysv/linux/kernel-features.h
43531         (__ASSUME_CLONE_THREAD_FLAGS): Remove.
43532         * sysdeps/unix/sysv/linux/s390/system.c (FORK): Define
43533         unconditionally.
43534         * sysdeps/unix/sysv/linux/sparc/system.c (FORK): Define
43535         unconditionally.
43536         * sysdeps/unix/sysv/linux/system.c [!FORK] (FORK): Do not
43537         condition on __ASSUME_CLONE_THREAD_FLAGS.
43539 2012-08-14  Andreas Jaeger  <aj@suse.de>
43541         * sysdeps/i386/fpu/libm-test-ulps: Update.
43543 2012-08-13  Maxim Kuvyrkov  <maxim@codesourcery.com>
43545         * include/atomic.h (atomic_exchange_and_add): Split into ...
43546         (atomic_exchange_and_add_acq, atomic_exchange_and_add_rel): ... these.
43547         New atomic macros.
43549 2012-08-13  Markus Trippelsdorf  <markus@trippelsdorf.de>
43551         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
43553 2012-08-13  Jeff Law <law@redhat.com>
43555         * manual/stdio.texi (snprintf): Clarify handling of the trailing
43556         null byte in the output string.
43558 2012-08-10  Joseph Myers  <joseph@codesourcery.com>
43560         * sysdeps/unix/sysv/linux/kernel-features.h
43561         (__LINUX_ARG_MAX_STACK_BASED_MIN_KERNEL): Define.
43562         [__LINUX_KERNEL_VERSION >= __LINUX_ARG_MAX_STACK_BASED_MIN_KERNEL]
43563         (__ASSUME_ARG_MAX_STACK_BASED): Define.
43564         * sysdeps/unix/sysv/linux/sysconf.c (__sysconf)
43565         [__LINUX_KERNEL_VERSION < 0x020617]: Change condition to
43566         !__ASSUME_ARG_MAX_STACK_BASED.  Compare version with
43567         __LINUX_ARG_MAX_STACK_BASED_MIN_KERNEL.
43569 2012-08-09  Jeff Law <law@redhat.com>
43571         [BZ #13939]
43572         * malloc.c/arena.c (reused_arena): New parameter, avoid_arena.
43573         When avoid_arena is set, don't retry in the that arena.  Pick the
43574         next one, whatever it might be.
43575         (arena_get2): New parameter avoid_arena, pass through to reused_arena.
43576         (arena_lock): Pass in new parameter to arena_get2.
43577         * malloc/malloc.c (__libc_memalign): Pass in new parameter to
43578         arena_get2.
43579         (__libc_malloc): Unify retrying after main arena failure with
43580         __libc_memalign version.
43581         (__libc_valloc, __libc_pvalloc, __libc_calloc): Likewise.
43583 2012-08-09  H.J. Lu  <hongjiu.lu@intel.com>
43585         [BZ #14166]
43586         * sysdeps/i386/i686/multiarch/strstr-c.c (strstr): Redefined
43587         to __redirect_strstr.
43588         (__strstr_sse42): Use typeof __redirect_strstr.
43589         (__strstr_ia32): Likewise.
43590         (__libc_strstr): New prototype.
43591         (strstr): Renamed to ...
43592         (__libc_strstr): This.
43593         (strstr): New strong alias of __libc_strstr.
43594         * sysdeps/x86_64/multiarch/strstr-c.c: Likewise.
43595         * sysdeps/unix/sysv/linux/x86_64/time.c (time): Redefined to
43596         __redirect_time.
43597         Include <time.h>.
43598         (__libc_time): New prototype.
43599         (time_ifunc): Replace time with __libc_time.
43600         (time): New strong alias and hidden definition of __libc_time.
43601         (__GI_time): Remove strong alias.
43602         * sysdeps/x86_64/multiarch/memmove.c: Don't include <string.h>.
43603         Include <stddef.h>.
43604         (memmove): Redefined to __redirect_memmove.
43605         (__memmove_sse2): Use typeof __redirect_memmove.
43606         (__memmove_ssse3): Likewise.
43607         (__memmove_ssse3_back): Likewise.
43608         (__libc_memmove): New prototype.
43609         (memmove): Renamed to ...
43610         (__libc_memmove): This.
43611         (memmove): New strong alias of __libc_memmove.
43613 2012-08-08  Mark Salter  <msalter@redhat.com>
43615         * elf/elf.h
43616         (R_MN10300_TLS_GD): Define.
43617         (R_MN10300_TLS_LD): Likewise.
43618         (R_MN10300_TLS_LDO): Likewise.
43619         (R_MN10300_TLS_GOTIE): Likewise.
43620         (R_MN10300_TLS_IE): Likewise.
43621         (R_MN10300_TLS_LE): Likewise.
43622         (R_MN10300_TLS_DTPMOD): Likewise.
43623         (R_MN10300_TLS_DTPOFF): Likewise.
43624         (R_MN10300_TLS_TPOFF): Likewise.
43625         (R_MN10300_SYM_DIFF): Likewise.
43626         (R_MN10300_ALIGN): Likewise.
43627         (R_MN10300_NUM): Update.
43629 2012-08-08  Joseph Myers  <joseph@codesourcery.com>
43631         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_TGKILL):
43632         Remove.
43634 2012-08-08  Roland McGrath  <roland@hack.frob.com>
43636         * sysdeps/posix/fdopendir.c: Include <stddef.h>.
43638         * sysdeps/unix/sysv/linux/readdir64_r.c: Update #include for
43639         sysdeps/unix -> sysdeps/posix move.
43640         * sysdeps/unix/sysv/linux/i386/readdir64_r.c: Likewise.
43642 2012-08-07      Allan McRae     <allan@archlinux.org>
43644         [BZ #14303]
43645         * sunrpc/rpc_main.c (SVR4_CPP): Remove.
43646         (SUNOS_CPP): Likewise.
43647         (find_cpp): Fall back to selecting system cpp when /lib/cpp is
43648         not found.
43649         (open_input): Call CPP using execvp.
43651 2012-08-07  Joseph Myers  <joseph@codesourcery.com>
43653         * sysdeps/unix/sysv/linux/kernel-features.h
43654         (__ASSUME_PROT_GROWSUPDOWN): Remove.
43655         (__ASSUME_NO_CLONE_DETACHED): Likewise.
43656         (__ASSUME_GETDENTS32_D_TYPE): Likewise.
43657         (__ASSUME_WAITID_SYSCALL): Likewise.
43658         * sysdeps/unix/sysv/linux/dl-execstack.c
43659         (_dl_make_stack_executable) [PROT_GROWSDOWN || PROT_GROWSUP]: Make
43660         code unconditional.
43661         (_dl_make_stack_executable) [!__ASSUME_PROT_GROWSUPDOWN]: Remove
43662         conditional code.
43663         * sysdeps/unix/sysv/linux/getdents.c (__GETDENTS)
43664         [__ASSUME_GETDENTS32_D_TYPE]: Make code unconditional.
43665         (__GETDENTS) [!__ASSUME_GETDENTS32_D_TYPE]: Remove conditional
43666         code.
43667         * sysdeps/unix/sysv/linux/waitid.c [__NR_waitid]: Make code
43668         unconditional.
43669         [__ASSUME_WAITID_SYSCALL]: Likewise.
43670         [!__ASSUME_WAITID_SYSCALL]: Remove conditional code.
43672 2012-08-07  Roland McGrath  <roland@hack.frob.com>
43674         * sysdeps/unix/closedir.c: Renamed to ...
43675         * sysdeps/posix/closedir.c: ... here.
43676         * sysdeps/unix/dirfd.c: Renamed to ...
43677         * sysdeps/posix/dirfd.c: ... here.
43678         * sysdeps/unix/dirstream.h: Renamed to ...
43679         * sysdeps/posix/dirstream.h: ... here.
43680         * sysdeps/unix/fdopendir.c: Renamed to ...
43681         * sysdeps/posix/fdopendir.c: ... here.
43682         * sysdeps/unix/opendir.c: Renamed to ...
43683         * sysdeps/posix/opendir.c: ... here.
43684         * sysdeps/unix/readdir.c: Renamed to ...
43685         * sysdeps/posix/readdir.c: ... here.
43686         * sysdeps/unix/readdir_r.c: Renamed to ...
43687         * sysdeps/posix/readdir_r.c: ... here.
43688         * sysdeps/unix/rewinddir.c: Renamed to ...
43689         * sysdeps/posix/rewinddir.c: ... here.
43690         * sysdeps/unix/seekdir.c: Renamed to ...
43691         * sysdeps/posix/seekdir.c: ... here.
43692         * sysdeps/unix/telldir.c: Renamed to ...
43693         * sysdeps/posix/telldir.c: ... here.
43694         * sysdeps/unix/sysv/linux/opendir.c: Update #include.
43695         * sysdeps/unix/sysv/linux/readdir64.c: Likewise.
43696         * sysdeps/unix/sysv/linux/i386/readdir64.c: Likewise.
43697         * sysdeps/unix/sysv/linux/wordsize-64/readdir.c: Likewise.
43699         * sysdeps/unix/bsd/bsd4.4/bits/fcntl.h: Renamed to ...
43700         * bits/fcntl.h: ... here.
43702         * sysdeps/unix/bsd/bsd4.4/bits/fcntl.h (O_NOCTTY): Define to 0x8000,
43703         not 0.
43704         (O_ASYNC, O_FSYNC, O_SYNC): Move outside [__USE_MISC].
43705         [__USE_XOPEN2K8] (O_DIRECTORY, O_NOFOLLOW, O_CLOEXEC): New macros.
43706         (FCREAT, FEXCL, FTRUNC, FNOCTTY, FNONBLOCK): Macros removed.
43707         (struct flock): Move l_start, l_len to the beginning.
43708         Use __pid_t for l_pid.
43709         [__USE_XOPEN2K] (POSIX_FADV_NORMAL, POSIX_FADV_RANDOM): New macros.
43710         [__USE_XOPEN2K] (POSIX_FADV_SEQUENTIAL, POSIX_FADV_WILLNEED): Likewise.
43711         [__USE_XOPEN2K] (POSIX_FADV_DONTNEED, POSIX_FADV_NOREUSE): Likewise.
43712         (F_GETLK64, F_SETLK64, F_SETLKW64): New macros.
43713         [__USE_XOPEN2K8] (F_DUPFD_CLOEXEC): New macro.
43714         [__USE_LARGEFILE64] (struct flock64): New type.
43715         (F_GETOWN, F_SETOWN): Also define for [__USE_XOPEN2K8].
43717         * sysdeps/unix/bsd/bsd4.4/bits/dirent.h: Renamed to ...
43718         * bits/dirent.h: ... here.
43720         * sysdeps/unix/bsd/bsd4.4/bits/dirent.h
43721         [__INO_T_MATCHES_INO64_T] (_DIRENT_MATCHES_DIRENT64): New macro.
43723 2012-08-07  Joseph Myers  <joseph@codesourcery.com>
43725         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
43726         Change from 2.6.0 to 2.6.16.
43727         * sysdeps/unix/sysv/linux/configure: Regenerated.
43728         * sysdeps/unix/sysv/linux/kernel-features.h
43729         (__ASSUME_POSIX_CPU_TIMERS): Define unconditionally.
43730         (__ASSUME_TGKILL): Define conditional on architectures, not kernel
43731         version.
43732         (__ASSUME_UTIMES): Likewise.
43733         (__ASSUME_CLONE_STOPPED): Remove.
43734         (__ASSUME_FADVISE64_64_SYSCALL): Define conditional on
43735         architectures, not kernel version.
43736         (__ASSUME_PROT_GROWSUPDOWN): Define unconditionally.
43737         (__ASSUME_NO_CLONE_DETACHED): Likewise.
43738         (__ASSUME_GETDENTS32_D_TYPE): Likewise.
43739         (__ASSUME_WAITID_SYSCALL): Likewise.
43740         [__sparc__ && __arch64__] (__ASSUME_STAT64_SYSCALL): Do not
43741         condition definition on __LINUX_KERNEL_VERSION >= 0x02060c.
43742         * README: State 2.6.16 as minimum Linux kernel version.  Do not
43743         refer to older versions.
43745 2012-08-06  Roland McGrath  <roland@hack.frob.com>
43747         * dirent/alphasort.c [_DIRENT_MATCHES_DIRENT64]:
43748         Define alphasort64 as an alias.
43749         * dirent/versionsort.c [_DIRENT_MATCHES_DIRENT64]:
43750         Define versionsort64 as an alias.
43751         * dirent/scandir.c [_DIRENT_MATCHES_DIRENT64]:
43752         Define scandir64 as an alias.
43753         * dirent/scandirat.c [_DIRENT_MATCHES_DIRENT64]:
43754         Define scandirat64 as an alias.
43755         * dirent/alphasort64.c (alphasort64):
43756         Conditionalize on [!_DIRENT_MATCHES_DIRENT64].
43757         * dirent/versionsort64.c: Likewise.
43758         * dirent/scandir64.c: Likewise.
43759         * dirent/scandirat64.c: Likewise.
43760         * sysdeps/wordsize-64/alphasort.c: File removed.
43761         * sysdeps/wordsize-64/alphasort64.c: File removed.
43762         * sysdeps/wordsize-64/scandir.c: File removed.
43763         * sysdeps/wordsize-64/scandir64.c: File removed.
43764         * sysdeps/wordsize-64/scandirat.c: File removed.
43765         * sysdeps/wordsize-64/scandirat64.c: File removed.
43766         * sysdeps/wordsize-64/versionsort.c: File removed.
43767         * sysdeps/wordsize-64/versionsort64.c: File removed.
43768         * sysdeps/unix/sysv/linux/x86_64/x32/alphasort.c: File removed.
43769         * sysdeps/unix/sysv/linux/x86_64/x32/alphasort64.c: File removed.
43770         * sysdeps/unix/sysv/linux/x86_64/x32/scandir.c: File removed.
43771         * sysdeps/unix/sysv/linux/x86_64/x32/scandir64.c: File removed.
43772         * sysdeps/unix/sysv/linux/x86_64/x32/scandirat.c: File removed.
43773         * sysdeps/unix/sysv/linux/x86_64/x32/scandirat64.c: File removed.
43774         * sysdeps/unix/sysv/linux/x86_64/x32/versionsort.c: File removed.
43775         * sysdeps/unix/sysv/linux/x86_64/x32/versionsort64.c: File removed.
43777         * bits/typesizes.h [__LP64__] (__INO_T_MATCHES_INO64_T): New macros.
43778         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h:
43779         [__s390x__] (__INO_T_MATCHES_INO64_T): New macro.
43780         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
43781         [defined __arch64__ || defined __sparcv9]
43782         (__INO_T_MATCHES_INO64_T): New macro.
43783         * sysdeps/unix/sysv/linux/x86/bits/typesizes.h
43784         [__x86_64__] (__INO_T_MATCHES_INO64_T): New macro.
43785         * bits/dirent.h (_DIRENT_MATCHES_DIRENT64): New macro.
43786         * sysdeps/unix/sysv/linux/bits/dirent.h
43787         [defined __OFF_T_MATCHES_OFF64_T && defined __INO_T_MATCHES_INO64_T]
43788         (_DIRENT_MATCHES_DIRENT64): New macro.
43790         * io/lockf.c [__OFF_T_MATCHES_OFF64_T]:
43791         Define lockf64 as an alias.
43792         * libio/fseeko.c [__OFF_T_MATCHES_OFF64_T]:
43793         Define fseeko64 as an alias.
43794         * libio/ftello.c [__OFF_T_MATCHES_OFF64_T]:
43795         Define ftello64 as an alias.
43796         * libio/iofgetpos.c [__OFF_T_MATCHES_OFF64_T]:
43797         Define _IO_fgetpos64 and fgetpos64 as aliases.
43798         * libio/iofsetpos.c [__OFF_T_MATCHES_OFF64_T]:
43799         Define _IO_fsetpos64 and fsetpos64 as aliases.
43800         * io/lockf64.c [!__OFF_T_MATCHES_OFF64_T]:
43801         Conditionalize body on this.
43802         * libio/fseeko64.c: Likewise.
43803         * libio/ftello64.c: Likewise.
43804         * libio/iofgetpos64.c: Likewise.
43805         * libio/iofsetpos64.c: Likewise.
43806         * sysdeps/wordsize-64/lockf.c: File removed.
43807         * sysdeps/wordsize-64/lockf64.c: File removed.
43808         * sysdeps/wordsize-64/fseeko.c: File removed.
43809         * sysdeps/wordsize-64/fseeko64.c: File removed.
43810         * sysdeps/wordsize-64/ftello.c: File removed.
43811         * sysdeps/wordsize-64/ftello64.c: File removed.
43812         * sysdeps/wordsize-64/iofgetpos.c: File removed.
43813         * sysdeps/wordsize-64/iofgetpos64.c: File removed.
43814         * sysdeps/wordsize-64/iofsetpos.c: File removed.
43815         * sysdeps/wordsize-64/iofsetpos64.c: File removed.
43816         * sysdeps/unix/sysv/linux/x86_64/x32/lockf.c: File removed.
43817         * sysdeps/unix/sysv/linux/x86_64/x32/lockf64.c: File removed.
43818         * sysdeps/unix/sysv/linux/x86_64/x32/fseeko.c: File removed.
43819         * sysdeps/unix/sysv/linux/x86_64/x32/fseeko64.c: File removed.
43820         * sysdeps/unix/sysv/linux/x86_64/x32/ftello.c: File removed.
43821         * sysdeps/unix/sysv/linux/x86_64/x32/ftello64.c: File removed.
43822         * sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos.c: File removed.
43823         * sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos64.c: File removed.
43824         * sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos.c: File removed.
43825         * sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos64.c: File removed.
43827         * bits/typesizes.h [__LP64__] (__OFF_T_MATCHES_OFF64_T): New macro.
43828         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h:
43829         [__s390x__] (__OFF_T_MATCHES_OFF64_T): New macro.
43830         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
43831         [defined __arch64__ || defined __sparcv9]
43832         (__OFF_T_MATCHES_OFF64_T): New macro.
43833         * sysdeps/unix/sysv/linux/x86/bits/typesizes.h
43834         [__x86_64__] (__OFF_T_MATCHES_OFF64_T): New macro.
43835         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
43836         (__OFF_T_MATCHES_OFF64_T): New macro.
43838 2012-08-06  H.J. Lu  <hongjiu.lu@intel.com>
43840         * stdlib/secure-getenv.c (__secure_getenv): Replace
43841         GLIBC_2_16 with GLIBC_2_17.
43843 2012-08-06  H.J. Lu  <hongjiu.lu@intel.com>
43845         * sysdeps/unix/sysv/linux/x86_64/x32/iofopen.c: Removed.
43846         * sysdeps/unix/sysv/linux/x86_64/x32/iofopen64.c: Likewise.
43848 2012-08-03  David S. Miller  <davem@davemloft.net>
43850         * sysdeps/sparc/fpu/libm-test-ulps: Update.
43852 2012-08-03  Joseph Myers  <joseph@codesourcery.com>
43854         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_AT_SECURE):
43855         Remove.
43856         (__ASSUME_CORRECT_SI_PID): Likewise.
43857         (__ASSUME_BRK_PAGE_ROUNDED): Likewise.
43858         (__ASSUME_TMPFS_NAME): Likewise.
43859         * sysdeps/unix/sysv/linux/dl-sysdep.c (frob_brk)
43860         [!__ASSUME_BRK_PAGE_ROUNDED]: Remove conditional code.
43861         * sysdeps/unix/sysv/linux/ldsodefs.h [__ASSUME_AT_SECURE]
43862         (HAVE_AUX_SECURE): Make definition unconditional.
43863         * sysdeps/unix/sysv/linux/shm_open.c (where_is_shmfs)
43864         [!__ASSUME_TMPFS_NAME]: Remove conditional code.
43866 2012-08-03  Roland McGrath  <roland@hack.frob.com>
43868         * sysdeps/mach/hurd/sys/param.h (MAXSYMLINKS): Macro removed.
43869         * sysdeps/mach/hurd/bits/local_lim.h (SYMLOOP_MAX): Macro removed.
43870         * sysdeps/mach/hurd/eloop-threshold.h: New file.
43871         * hurd/lookup-retry.c (__hurd_file_name_lookup_retry): Use
43872         __eloop_threshold instead of SYMLOOP_MAX.
43874         * sysdeps/generic/eloop-threshold.h: New file.
43875         * stdlib/canonicalize.c (__realpath): Use __eloop_threshold instead
43876         of MAXSYMLINKS.
43877         * elf/chroot_canon.c (chroot_canon): Likewise.
43879 2012-08-03  Joseph Myers  <joseph@codesourcery.com>
43881         [BZ #13717]
43882         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
43883         Change to 2.6.0 everywhere.
43884         * sysdeps/unix/sysv/linux/configure: Regenerated.
43885         * sysdeps/unix/sysv/linux/kernel-features.h
43886         (__ASSUME_SET_THREAD_AREA_SYSCALL): Remove.
43887         (__ASSUME_CLONE_THREAD_FLAGS): Condition on architectures, not
43888         kernel versions.
43889         (__ASSUME_POSIX_TIMERS): Define unconditionally.
43890         (__ASSUME_FUTEX_REQUEUE): Remove.
43891         (__ASSUME_STATFS64): Define unconditionally.
43892         (__ASSUME_AT_SECURE): Likewise.
43893         (__ASSUME_CORRECT_SI_PID): Likewise.
43894         (__ASSUME_TGKILL): Define without depending on kernel version for
43895         i386.
43896         (__ASSUME_UTIMES): Likewise.
43897         (__ASSUME_SWAPCONTEXT_SYSCALL): Condition on architecture, not
43898         kernel version.
43899         (__ASSUME_BRK_PAGE_ROUNDED): Define unconditionally.
43900         (__ASSUME_TMPFS_NAME): Likewise.
43901         * README: Update reference to Linux kernel versions.
43903 2012-08-02  Marek Polacek  <polacek@redhat.com>
43905         [BZ# 14150]
43906         * configure.in (libc_cv_asm_type_prefix): Remove test.  Replace
43907         libc_cv_asm_type_prefix with %.
43908         * configure: Regenerated.
43909         * include/libc-symbols.h: Remove comment about
43910         ASM_TYPE_DIRECTIVE_PREFIX.  Replace ASM_TYPE_DIRECTIVE_PREFIX with %.
43911         (declare_symbol_alias_1_paste) [__ASSEMBLER__]: Do not define.
43912         (declare_symbol_alias_1_paste_1) [__ASSEMBLER__]: Likewise.
43913         (declare_symbol_alias_1_stringify) [!__ASSEMBLER__]: Likewise.
43914         (declare_symbol_alias_1_stringify_1) [!__ASSEMBLER__]: Likewise.
43915         * elf/tst-unique2mod2.c: Replace ASM_TYPE_DIRECTIVE_PREFIX with %.
43916         [HAVE_ASM_UNIQUE_OBJECT]: Do not define S.
43917         [HAVE_ASM_UNIQUE_OBJECT]: Do not define _S.
43918         * elf/tst-unique2mod1.c: Likewise.
43919         * elf/tst-unique1mod2.c: Likewise.
43920         * elf/tst-unique1mod1.c: Likewise.
43921         * config.h.in: Do not undef ASM_TYPE_DIRECTIVE_PREFIX.
43922         * sysdeps/s390/s390-32/sysdep.h: Do not define ASM_TYPE_DIRECTIVE.
43923         Replace ASM_TYPE_DIRECTIVE with .type.
43924         * sysdeps/s390/s390-64/sysdep.h: Likewise.
43925         * sysdeps/i386/sysdep.h: Likewise.
43926         * sysdeps/x86_64/sysdep.h: Likewise.
43927         * sysdeps/sh/sysdep.h: Likewise.
43928         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h:
43929         Do not define ASM_TYPE_DIRECTIVE.
43930         * sysdeps/powerpc/sysdep.h: Likewise.
43931         * sysdeps/powerpc/powerpc32/sysdep.h:
43932         Replace ASM_TYPE_DIRECTIVE with .type.
43933         * sysdeps/s390/s390-32/s390-mcount.S: Likewise.
43934         * sysdeps/s390/s390-64/s390x-mcount.S: Likewise.
43935         * sysdeps/i386/fpu/e_powf.S: Likewise.
43936         * sysdeps/i386/fpu/e_expl.S: Likewise.
43937         * sysdeps/i386/fpu/e_atanhf.S: Likewise.
43938         * sysdeps/i386/fpu/e_acosh.S: Likewise.
43939         * sysdeps/i386/fpu/e_pow.S: Likewise.
43940         * sysdeps/i386/fpu/s_asinhl.S: Likewise.
43941         * sysdeps/i386/fpu/e_acoshl.S: Likewise.
43942         * sysdeps/i386/fpu/s_expm1.S: Likewise.
43943         * sysdeps/i386/fpu/s_frexpf.S: Likewise.
43944         * sysdeps/i386/fpu/e_log2.S: Likewise.
43945         * sysdeps/i386/fpu/e_log2l.S: Likewise.
43946         * sysdeps/i386/fpu/e_scalb.S: Likewise.
43947         * sysdeps/i386/fpu/e_powl.S: Likewise.
43948         * sysdeps/i386/fpu/e_log10f.S: Likewise.
43949         * sysdeps/i386/fpu/s_cbrtf.S: Likewise.
43950         * sysdeps/i386/fpu/e_logl.S: Likewise.
43951         * sysdeps/i386/fpu/s_cbrt.S: Likewise.
43952         * sysdeps/i386/fpu/s_frexpl.S: Likewise.
43953         * sysdeps/i386/fpu/s_expm1f.S: Likewise.
43954         * sysdeps/i386/fpu/e_log2f.S: Likewise.
43955         * sysdeps/i386/fpu/e_acoshf.S: Likewise.
43956         * sysdeps/i386/fpu/e_log.S: Likewise.
43957         * sysdeps/i386/fpu/e_scalbf.S: Likewise.
43958         * sysdeps/i386/fpu/e_logf.S: Likewise.
43959         * sysdeps/i386/fpu/e_log10l.S: Likewise.
43960         * sysdeps/i386/fpu/e_atanh.S: Likewise.
43961         * sysdeps/i386/fpu/s_asinhf.S: Likewise.
43962         * sysdeps/i386/fpu/e_log10.S: Likewise.
43963         * sysdeps/i386/fpu/s_frexp.S: Likewise.
43964         * sysdeps/i386/fpu/e_atanhl.S: Likewise.
43965         * sysdeps/i386/fpu/s_asinh.S: Likewise.
43966         * sysdeps/i386/fpu/s_cbrtl.S: Likewise.
43967         * sysdeps/i386/fpu/e_scalbl.S: Likewise.
43968         * sysdeps/i386/i686/fpu/multiarch/e_expf-sse2.S: Likewise.
43969         * sysdeps/i386/i686/fpu/e_logl.S: Likewise.
43970         * sysdeps/i386/i686/strtok.S: Likewise.
43971         * sysdeps/i386/i386-mcount.S: Likewise.
43972         * sysdeps/i386/strtok.S: Likewise.
43973         * sysdeps/x86_64/fpu/e_expl.S: Likewise.
43974         * sysdeps/x86_64/fpu/e_log2l.S: Likewise.
43975         * sysdeps/x86_64/fpu/e_powl.S: Likewise.
43976         * sysdeps/x86_64/fpu/e_logl.S: Likewise.
43977         * sysdeps/x86_64/fpu/e_expf.S: Likewise.
43978         * sysdeps/x86_64/fpu/e_log10l.S: Likewise.
43979         * sysdeps/x86_64/fpu/s_copysignf.S: Likewise.
43980         * sysdeps/x86_64/fpu/s_copysign.S: Likewise.
43981         * sysdeps/x86_64/fpu/e_scalbl.S: Likewise.
43982         * sysdeps/x86_64/_mcount.S: Likewise.
43983         * sysdeps/x86_64/strtok.S: Likewise.
43984         * sysdeps/sh/_mcount.S: Likewise.
43986 2012-08-01  Roland McGrath  <roland@hack.frob.com>
43988         * libio/iofopen.c: Include <fcntl.h>.
43989         [_LIBC] [!defined O_LARGEFILE || O_LARGEFILE == 0]
43990         (_IO_fopen64, fopen64): Define as aliases.
43991         * libio/iofopen64.c: Include <fcntl.h>.
43992         [!defined _LIBC || (defined O_LARGEFILE && O_LARGEFILE != 0)]:
43993         Conditionalize body on this.
43994         * sysdeps/wordsize-64/iofopen.c: File removed.
43995         * sysdeps/wordsize-64/iofopen64.c: File removed.
43997 2012-08-01  Marek Polacek  <polacek@redhat.com>
43999         * libc/Makeconfig: Use elf in place of binfmt-subdir.
44000         Use dlfcn directly instead of a variable.
44001         (binfmt-subdir): Do not define.
44002         (dlfcn): Likewise.
44004 2012-08-01  Joseph Myers  <joseph@codesourcery.com>
44006         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_FCNTL64):
44007         Remove all definitions.
44008         * sysdeps/unix/sysv/linux/i386/fcntl.c: Do not include
44009         <kernel-features.h>.
44010         [!__ASSUME_FCNTL64] (__have_no_fcntl64): Remove.
44011         (miss_F_GETOWN_EX): Remove all definitions.
44012         [NO_CANCELLATION && !__ASSUME_FCNTL64] (__fcntl_nocancel): Remove
44013         macro definition.
44014         [!__ASSUME_FCNTL64]: Remove conditional code.
44015         [__ASSUME_FCNTL64]: Make code unconditional.
44016         * sysdeps/unix/sysv/linux/i386/lockf64.c: Do not include
44017         <kernel-features.h>.
44018         [__NR_fcntl64 && !__ASSUME_FCNTL64] (__have_no_fcntl64): Remove.
44019         (lockf64) [!__ASSUME_FCNTL64]: Remove conditional code.
44020         (lockf64) [__NR_fcntl64]: Make code unconditional.
44021         (lockf64) [__ASSUME_FCNTL64]: Likewise.
44023         * sysdeps/unix/sysv/linux/kernel-features.h
44024         (__ASSUME_VFORK_SYSCALL): Remove all definitions.
44025         * sysdeps/unix/sysv/linux/i386/vfork.S (__vfork) [__NR_vfork]:
44026         Make code unconditional.
44027         (__vfork) [__ASSUME_VFORK_SYSCALL]: Likewise.
44028         (__vfork) [!__ASSUME_VFORK_SYSCALL]: Remove conditional code.
44029         * sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S (__vfork)
44030         [__NR_vfork]: Make code unconditional.
44031         (__vfork) [__ASSUME_VFORK_SYSCALL]: Likewise.
44032         (__vfork) [!__ASSUME_VFORK_SYSCALL]: Remove conditional code.
44033         * sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S (__vfork)
44034         [__NR_vfork]: Make code unconditional.
44035         (__vfork) [__ASSUME_VFORK_SYSCALL]: Likewise.
44036         (__vfork) [!__ASSUME_VFORK_SYSCALL]: Remove conditional code.
44038 2012-08-01  Roland McGrath  <roland@hack.frob.com>
44040         * sysdeps/generic/sys/param.h (NGROUPS): Define only if [NGROUPS_MAX].
44041         (MAXSYMLINKS): Define only if [SYMLOOP_MAX].
44043         * misc/mkstemp.c [!defined O_LARGEFILE || O_LARGEFILE == 0]:
44044         Define mkstemp64 as an alias.
44045         * misc/mkstemps.c [!defined O_LARGEFILE || O_LARGEFILE == 0]:
44046         Define mkstemps64 as an alias.
44047         * misc/mkostemp.c [!defined O_LARGEFILE || O_LARGEFILE == 0]:
44048         Define mkostemp64 as an alias.
44049         * misc/mkostemps.c [!defined O_LARGEFILE || O_LARGEFILE == 0]:
44050         Define mkostemps64 as an alias.
44051         * misc/mkstemp64.c [defined O_LARGEFILE && O_LARGEFILE != 0]:
44052         Conditionalize body on this.
44053         * misc/mkostemp64.c: Likewise.
44054         * misc/mkostemps64.c: Likewise.
44055         * misc/mkstemps64.c: Likewise.
44056         * sysdeps/wordsize-64/mkstemp64.c: File removed.
44057         * sysdeps/wordsize-64/mkostemp64.c: File removed.
44058         * sysdeps/wordsize-64/mkostemp.c: File removed.
44059         * sysdeps/wordsize-64/mkstemp.c: File removed.
44060         * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp64.c: File removed.
44061         * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp64.c: File removed.
44062         * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp.c: File removed.
44063         * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp.c: File removed.
44065         [BZ #14138]
44066         * sysdeps/unix/sysv/linux/syscalls.list: Add getrlimit/ugetrlimit line.
44067         * sysdeps/unix/sysv/linux/i386/getrlimit.c: File removed.
44068         * sysdeps/unix/sysv/linux/powerpc/getrlimit.c: File removed.
44069         * sysdeps/unix/sysv/linux/sh/getrlimit.c: File removed.
44071         * sysdeps/unix/make-syscalls.sh: Emit uses of the versioned_symbol and
44072         compat_symbol macros from <shlib-compat.h> rather than the underlying
44073         default_symbol_version and symbol_version macros, so that DEFAULT
44074         lines in shlib-versions are respected.
44075         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Likewise.
44077 2012-08-01  Florian Weimer  <fweimer@redhat.com>
44079         * posix/unistd.h (setuid, setreuid, seteuid, setresuid):
44080         Declare with warn_unused_result.
44081         (setgid, setregid, setegid, setresgid): Likewise.
44082         * sysdeps/unix/sysv/linux/sys/fsuid.h (setfsuid, setfsgid):
44083         Likewise.
44084         * WUR-REPORT: Remove set*id functions.
44086 2012-07-31  Pino Toscano  <toscano.pino@tiscali.it>
44088         * sysdeps/mach/hurd/renameat.c: New file, mostly copied from rename.c.
44090 2012-07-31  Roland McGrath  <roland@hack.frob.com>
44092         [BZ #10191]
44093         * include/sys/socket.h (__libc_accept, __libc_accept4):
44094         Add attribute_hidden.
44095         * socket/accept4.c (__libc_accept4): Remove libc_hidden_def.
44097         * nss/getXXbyYY_r.c (INTERNAL (REENTRANT_NAME)): Conditionalize
44098         use of PTR_MANGLE.
44099         * inet/getnetgrent_r.c (setup): Likewise.
44101         * sysdeps/generic/siglist.h: Put SIGWINCH under #ifdef.
44103 2012-07-31  David S. Miller  <davem@davemloft.net>
44105         * sysdeps/sparc/fpu/libm-test-ulps: Update.
44107 2012-07-31  Joseph Myers  <joseph@codesourcery.com>
44109         [BZ #13629]
44110         * math/s_clog.c (__clog): Use __log1p if larger part has absolute
44111         value between 1.0 and 2.0 and smaller part has absolute value less
44112         than 1.0.
44113         * math/s_clog10.c (__clog10): Likewise.
44114         * math/s_clog10f.c (__clog10f): Likewise.
44115         * math/s_clog10l.c (__clog10l): Likewise.
44116         * math/s_clogf.c (__clogf): Likewise.
44117         * math/s_clogl.c (__clogl): Likewise.
44118         * math/libm-test.inc (clog_test): Add more tests.
44119         (clog10_test): Likewise.
44120         * sysdeps/i386/fpu/libm-test-ulps: Update.
44121         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
44123 2012-07-31  Florian Weimer  <fweimer@redhat.com>
44125         * stdlib/tst-secure-getenv.c: Use printf for error reporting.
44126         Exit with zero in case no suitable GID is found, and write a
44127         message to standard error.
44129 2012-07-30  Roland McGrath  <roland@hack.frob.com>
44131         * sysdeps/generic/sys/param.h (MAXSYMLINKS): Define to SYMLOOP_MAX
44132         rather than to 1.
44133         (NBBY, NGROUPS, CANBSIZ, NCARGS): New macros.
44134         (MAXPATHLEN): Removed.
44135         (NOGROUP, NODEV): New macros.
44136         (setbit, clrbit, isset, isclr): New macros.
44137         (howmany, roundup, powerof2): New macros.
44138         (DEV_BSIZE): New macro.
44140         * include/unistd.h: Add attribute_hidden on __libc_pwrite64.
44141         * sysdeps/posix/pwrite64.c: Remove libc_hidden_def (__libc_pwrite64).
44143         * sysdeps/ieee754/k_standard.c (__kernel_standard_l): Conditionalize
44144         definition on [!__NO_LONG_DOUBLE_MATH].
44146         * nss/nsswitch.c (__nss_lookup_function): Conditionalize use of
44147         PTR_MANGLE and PTR_DEMANGLE.
44149         * socket/accept4.c (accept4): Rename to __libc_accept4.
44150         Define accept4 as a weak alias.
44152         * sysdeps/posix/getcwd.c (__getcwd): Conditionalize d_type field use
44153         on [_DIRENT_HAVE_D_TYPE].
44154         * io/ftw.c (ftw_dir): Likewise.
44156         * io/xmknod.c (__xmknod): Don't check PATH for being null.
44158         * libio/genops.c (flush_cleanup): Move inside [_IO_MTSAFE_IO].
44160         * bits/signum.h (SIGSTOP, SIGCONT, SIGTSTP, SIGTTIN, SIGTTOU, SIGCHLD):
44161         Use the BSD numbers rather than the arbitrary ones we had.
44162         (SIGBUS, SIGIO, SIGPOLL, SIGPROF, SIGSYS): New macros.
44163         (SIGTRAP, SIGURG, SIGUSR1, SIGUSR2, SIGVTALRM): New macros.
44164         (SIGXCPU, SIGXFSZ): New macros.
44165         (_NSIG): Now 32.
44167         * elf/rtld.c (_rtld_global): Conditionalize .dl_ns[LM_ID_BASE]
44168         initializer on [_LIBC_REENTRANT].
44170         * iconv/iconv_charmap.c (charmap_conversion): Move ST, ADDR
44171         definitions inside [_POSIX_MAPPED_FILES].
44173         * posix/regex.c: Include <sys/param.h> for MIN/MAX.
44175         * dirent/opendir.c: Include <fcntl.h>.
44177         * bits/libc-lock.h (__libc_setspecific): Evaluate arguments.
44178         (__libc_getspecific): Likewise.
44179         (__libc_key_create): Likewise.
44181         * stdio-common/tmpfile64.c: Include <fcntl.h> first.
44182         [defined O_LARGEFILE && O_LARGEFILE != 0]: Conditionalize on this.
44183         * stdio-common/tmpfile.c [!defined O_LARGEFILE || O_LARGEFILE == 0]
44184         (tmpfile64): Define as alias.
44185         * sysdeps/wordsize-64/tmpfile.c: File removed.
44186         * sysdeps/wordsize-64/tmpfile64.c: File removed.
44187         * sysdeps/unix/sysv/linux/x86_64/x32/tmpfile64.c: File removed.
44188         * sysdeps/unix/sysv/linux/x86_64/x32/tmpfile.c: File removed.
44190         * stdio-common/vfscanf.c: Include <stdbool.h>.
44191         * nss/makedb.c: Likewise.
44192         * stdio-common/_i18n_number.h: Likewise.
44193         * argp/argp-help.c: Likewise.
44194         * posix/wordexp.c: Likewise.
44195         * sysdeps/posix/spawni.c: Likewise.
44196         * nss/nss_files/files-initgroups.c: Likewise.
44197         * stdio-common/reg-modifier.c: Include <stdlib.h>.
44198         * nss/nss_files/files-initgroups.c: Likewise.
44199         * nss/nss_db/db-netgrp.c: Likewise.
44200         * nss/nss_db/db-initgroups.c: Likewise.
44201         * io/fchmodat.c: Include <sys/stat.h>.
44203         * sysdeps/generic/ldsodefs.h (struct rtld_global): Use
44204         __rtld_lock_define_recursive macro instead of __rtld_lock_recursive_t.
44206         * intl/loadmsgcat.c (_nl_load_domain): Don't use MAP_FAILED outside of
44207         [HAVE_MMAP].
44209         * bits/stat.h: Fix inclusion guard to accept _FCNTL_H too.
44210         Add multiple inclusion protection.
44212 2012-07-27  David S. Miller  <davem@davemloft.net>
44214         * sysdeps/sparc/fpu/libm-test-ulps: Update.
44216 2012-07-27  Gary Benson  <gbenson@redhat.com>
44218         [BZ #14298]
44219         * elf/rtld.c: Include <stap-probe.h>.
44220         (dl_main): Added static probes "init_start" and "init_complete".
44221         * elf/dl-load.c: Include <stap-probe.h>.
44222         (lose): Take new parameter "nsid".
44223         Added static probe "map_failed".
44224         (_dl_map_object_from_fd): Pass namespace id to lose.
44225         Added static probe "map_start".
44226         (open_verify): Pass namespace id to lose.
44227         * elf/dl-open.c: Include <stap-probe.h>.
44228         (dl_open_worker) Added static probes "map_complete", "reloc_start"
44229         and "reloc_complete".
44230         * elf/dl-close.c: Include <stap-probe.h>.
44231         (_dl_close_worker): Added static probes "unmap_start" and
44232         "unmap_complete".
44233         * elf/rtld-debugger-interface.txt: New file documenting the above.
44235 2012-07-26  Roland McGrath  <roland@hack.frob.com>
44237         * sunrpc/rpc_hout.c (pdeclaration): Call f_print with a "%s" format
44238         rather than a string variable.
44239         * sunrpc/rpc_main.c (h_output): Likewise.
44240         * sunrpc/rpc_svcout.c (write_real_program): Likewise.
44242 2012-07-26  Pino Toscano  <toscano.pino@tiscali.it>
44244         * inet/check_native.c: New file.
44246 2012-07-26  Joseph Myers  <joseph@codesourcery.com>
44248         [BZ #13629]
44249         * math/s_clog.c (__clog): Use __log1p or direct log1p calculation
44250         if larger part has absolute value 1.0.
44251         * math/s_clog10.c (__clog10): Likewise.
44252         * math/s_clog10f.c (__clog10f): Likewise.
44253         * math/s_clog10l.c (__clog10l): Likewise.
44254         * math/s_clogf.c (__clogf): Likewise.
44255         * math/s_clogl.c (__clogl): Likewise.
44256         * math/libm-test.inc (clog_test): Add more tests.
44257         (clog10_test): Likewise.
44258         * sysdeps/i386/fpu/libm-test-ulps: Update.
44259         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
44261         * elf/tst-auditmod1.c (pltenter): Remove all definitions of macro.
44262         (pltexit): Likewise.
44263         (La_regs): Likewise.
44264         (La_retval): Likewise.
44265         (int_retval): Likewise.
44266         Update #error for removed macros to refer only to definitions in
44267         tst-audit.h.
44268         * elf/tst-auditmod3b.c (pltenter): Remove all definitions of
44269         macro.
44270         (pltexit): Likewise.
44271         (La_regs): Likewise.
44272         (La_retval): Likewise.
44273         (int_retval): Likewise.
44274         * elf/tst-auditmod4b.c (pltenter): Remove all definitions of
44275         macro.
44276         (pltexit): Likewise.
44277         (La_regs): Likewise.
44278         (La_retval): Likewise.
44279         (int_retval): Likewise.
44280         * elf/tst-auditmod5b.c (pltenter): Remove all definitions of
44281         macro.
44282         (pltexit): Likewise.
44283         (La_regs): Likewise.
44284         (La_retval): Likewise.
44285         (int_retval): Likewise.
44286         * elf/tst-auditmod6b.c (pltenter): Remove all definitions of
44287         macro.
44288         (pltexit): Likewise.
44289         (La_regs): Likewise.
44290         (La_retval): Likewise.
44291         (int_retval): Likewise.
44292         * elf/tst-auditmod6c.c (pltenter): Remove all definitions of
44293         macro.
44294         (pltexit): Likewise.
44295         (La_regs): Likewise.
44296         (La_retval): Likewise.
44297         (int_retval): Likewise.
44298         * elf/tst-auditmod7b.c (pltenter): Remove all definitions of
44299         macro.
44300         (pltexit): Likewise.
44301         (La_regs): Likewise.
44302         (La_retval): Likewise.
44303         (int_retval): Likewise.
44304         * sysdeps/generic/tst-audit.h: Update comment to refer only to
44305         macro definitions in tst-audit.h.
44306         * sysdeps/i386/tst-audit.h: New file.
44307         * sysdeps/powerpc/powerpc32/tst-audit.h: Likewise.
44308         * sysdeps/powerpc/powerpc64/tst-audit.h: Likewise.
44309         * sysdeps/s390/s390-32/tst-audit.h: Likewise.
44310         * sysdeps/s390/s390-64/tst-audit.h: Likewise.
44311         * sysdeps/sh/tst-audit.h: Likewise.
44312         * sysdeps/sparc/sparc32/tst-audit.h: Likewise.
44313         * sysdeps/sparc/sparc64/tst-audit.h: Likewise.
44314         * sysdeps/x86_64/tst-audit.h: Likewise.
44316 2012-07-26  Andreas Jaeger  <aj@suse.de>
44318         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Add __THROW for
44319         ptrace.
44321         * sysdeps/unix/sysv/linux/sys/ptrace.h (__ptrace_eventcodes): Add
44322         new value PTRACE_EVENT_SECCOMP from Linux 3.5.
44323         (__ptrace_setoptions): Add new value PTRACE_O_TRACESECCOMP, adjust
44324         PTRACE_O_MASK.
44325         * sysdeps/unix/sysv/linux/s390/bits/ptrace.h: Likewise.
44326         * sysdeps/unix/sysv/linux/sparc/bits/ptrace.h: Likewise.
44327         * sysdeps/unix/sysv/linux/powerpc/bits/ptrace.h: Likewise.
44329         * sysdeps/unix/sysv/linux/sys/epoll.h (EPOLLWAKEUP): Add new
44330         value.
44332         * sysdeps/unix/sysv/linux/bits/siginfo.h (siginfo_t): Add
44333         _sigsys.
44334         (si_call_addr, si_syscall, si_arch): Define new macro.
44335         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h (siginfo_t): Add
44336         _sigsys.
44337         (si_call_addr, si_syscall, si_arch): Define new marcro.
44338         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h (siginfo_t): Add
44339         _sigsys.
44340         (si_call_addr, si_syscall, si_arch): Define new macro.
44341         * sysdeps/unix/sysv/linux/x86/bits/siginfo.h (struct): Add
44342         _sigsys.
44343         (si_call_addr, si_syscall, si_arch): Define new macro.
44345 2012-07-25  Joseph Myers  <joseph@codesourcery.com>
44347         [BZ #13717]
44348         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
44349         Change to 2.4.21 where previously 2.4.1.
44350         * sysdeps/unix/sysv/linux/configure: Regenerated.
44351         * sysdeps/unix/sysv/linux/kernel-features.h [(__powerpc__ ||
44352         __sh__) && !__powerpc64__] (__ASSUME_FCNTL64): Do not condition on
44353         Linux kernel version.
44354         (__ASSUME_STD_AUXV): Remove.
44355         [__powerpc__] (__ASSUME_VFORK_SYSCALL): Do not condition on Linux
44356         kernel version.
44357         [__powerpc__ && !__powerpc64] (__ASSUME_MMAP2_SYSCALL): Likewise.
44358         (__ASSUME_NEW_PRCTL_SYSCALL): Remove.
44359         (__ASSUME_FIXED_CLONE_SYSCALL): Likewise.
44360         (__ASSUME_NEW_RT_SIGRETURN_SYSCALL): Likewise.
44361         (__ASSUME_NETLINK_SUPPORT): Likewise.
44362         * nscd/gai.c [NEED_NETLINK && __ASSUME_NETLINK_SUPPORT == 0]
44363         (__no_netlink_support): Remove conditional definition.
44364         * sysdeps/unix/sysv/linux/check_pf.c (__no_netlink_support):
44365         Remove.
44366         (__check_pf) [!__ASSUME_NETLINK_SUPPORT]: Remove conditional code.
44367         [__ASSUME_NETLINK_SUPPORT]: Make code unconditional.
44368         * sysdeps/unix/sysv/linux/if_index.c [!__ASSUME_NETLINK_SUPPORT]
44369         (if_nameindex_ioctl): Remove.
44370         (if_nameindex_netlink): Do not handle __no_netlink_support.
44371         (if_nameindex) [!__ASSUME_NETLINK_SUPPORT]: Remove conditional
44372         code.
44373         * sysdeps/unix/sysv/linux/ifaddrs.c [!__ASSUME_NETLINK_SUPPORT]:
44374         Remove conditional code.
44375         (__netlink_open) [!__ASSUME_NETLINK_SUPPORT]: Remove conditional
44376         code.
44377         (getifaddrs_internal) [__ASSUME_NETLINK_SUPPORT]: Make code
44378         unconditional.
44379         [!__ASSUME_NETLINK_SUPPORT]: Remove conditional code.
44380         [__ASSUME_NETLINK_SUPPORT] (freeifaddrs): Make code unconditional.
44381         * sysdeps/unix/sysv/linux/netlinkaccess.h (__no_netlink_support):
44382         Remove.
44383         * sysdeps/unix/sysv/linux/powerpc/dl-sysdep.c
44384         [!__ASSUME_STD_AUXV]: Remove conditional code.
44385         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S (__clone)
44386         [!__ASSUME_FIXED_CLONE_SYSCALL]: Remove conditional code.
44387         [__ASSUME_FIXED_CLONE_SYSCALL]: Make code unconditional.
44388         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_mask.c
44389         [!__ASSUME_NEW_PRCTL_SYSCALL] (fe_mask_handler): Remove.
44390         (__fe_mask_env) [!__ASSUME_NEW_PRCTL_SYSCALL]: Remove conditional
44391         code.
44392         [__ASSUME_NEW_PRCTL_SYSCALL]: Make code unconditional.
44393         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c
44394         [!__ASSUME_NEW_PRCTL_SYSCALL] (fe_nomask_handler): Remove.
44395         (__fe_nomask_env) [!__ASSUME_NEW_PRCTL_SYSCALL]: Remove
44396         conditional code.
44397         [__ASSUME_NEW_PRCTL_SYSCALL]: Make code unconditional.
44398         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_mask.c
44399         (__fe_mask_env) [!__ASSUME_NEW_PRCTL_SYSCALL]: Remove conditional
44400         code.
44401         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c
44402         (__fe_nomask_env) [!__ASSUME_NEW_PRCTL_SYSCALL]: Remove
44403         conditional code.
44404         * sysdeps/unix/sysv/linux/powerpc/powerpc64/getcontext.S
44405         (__novec_getcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make
44406         code unconditional.
44407         (__novec_getcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
44408         conditional code.
44409         (__getcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make code
44410         unconditional.
44411         (__getcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
44412         conditional code.
44413         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S
44414         (__makecontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make code
44415         unconditional.
44416         (__makecontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
44417         conditional code.
44418         * sysdeps/unix/sysv/linux/powerpc/powerpc64/setcontext.S
44419         (__novec_setcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make
44420         code unconditional.
44421         (__novec_setcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
44422         conditional code.
44423         (__setcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make code
44424         unconditional.
44425         (__setcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
44426         conditional code.
44427         * sysdeps/unix/sysv/linux/powerpc/powerpc64/swapcontext.S
44428         (__novec_swapcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make
44429         code unconditional.
44430         (__novec_swapcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
44431         conditional code.
44432         (__swapcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make code
44433         unconditional.
44434         (__swapcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
44435         conditional code.
44437 2012-07-25  Andreas Schwab  <schwab@linux-m68k.org>
44439         * sysdeps/unix/sysv/linux/i386/accept4.S: Remove pseudo_end label.
44440         * sysdeps/unix/sysv/linux/i386/call_sync_file_range.S: Likewise.
44441         * sysdeps/unix/sysv/linux/i386/clone.S: Likewise.
44442         * sysdeps/unix/sysv/linux/i386/epoll_pwait.S: Likewise.
44443         * sysdeps/unix/sysv/linux/i386/getcontext.S: Likewise.
44444         * sysdeps/unix/sysv/linux/i386/mmap.S: Likewise.
44445         * sysdeps/unix/sysv/linux/i386/mmap64.S: Likewise.
44446         * sysdeps/unix/sysv/linux/i386/semtimedop.S: Likewise.
44447         * sysdeps/unix/sysv/linux/i386/setcontext.S: Likewise.
44448         * sysdeps/unix/sysv/linux/i386/socket.S: Likewise.
44449         * sysdeps/unix/sysv/linux/i386/swapcontext.S: Likewise.
44450         * sysdeps/unix/sysv/linux/i386/syscall.S: Likewise.
44451         * sysdeps/unix/sysv/linux/i386/sysdep.h (PSEUDO): Likewise.
44452         * sysdeps/unix/sysv/linux/i386/vfork.S: Likewise.
44453         * sysdeps/unix/sysv/linux/x86_64/clone.S: Likewise.
44454         * sysdeps/unix/sysv/linux/x86_64/getcontext.S: Likewise.
44455         * sysdeps/unix/sysv/linux/x86_64/setcontext.S: Likewise.
44456         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S: Likewise.
44457         * sysdeps/unix/sysv/linux/x86_64/syscall.S: Likewise.
44458         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (PSEUDO): Likewise.
44459         * sysdeps/unix/sysv/linux/x86_64/swapcontext.S: Likewise.
44460         * sysdeps/unix/sysv/linux/x86_64/vfork.S: Likewise.
44461         * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu.S: Likewise.
44463 2012-07-25  Florian Weimer  <fweimer@redhat.com>
44465         * Versions.def: Add GLIBC_2.17.
44466         * stdlib/stdlib.h: Rename __secure_getenv to secure_getenv.
44467         * include/stdlib.h: Rename __secure_getenv to secure_getenv.
44468         Introduce __libc_secure_getenv.
44469         * stdlib/Versions (2.17): Add secure_getenv
44470         (GLIBC_PRIVATE): Add __libc_secure_getenv.
44471         * stdlib/secure-getenv.c: Rename __secure_getenv to
44472         __libc_secure_getenv.  Add secure_getenv alias.  Add compatibility
44473         symbol __secure_getenv for GLIBC_2.0.
44474         * stdlib/tst-secure-getenv.c: New.
44475         * stdlib/Makefile (tests): Add testcase.
44476         * manual/startup.texi (Environment Access): Document
44477         secure_getenv.
44478         * hesiod/hesiod.c (hesiod_init): Rename __secure_getenv to
44479         __libc_secure_getenv.
44480         * inet/ruserpass.c (ruserpass): Likewise.
44481         * malloc/mtrace.c (mtrace): Likewise.
44482         * sysdeps/mach/hurd/tmpfile.c (__tmpfile): Likewise.
44483         * sysdeps/posix/libc_fatal.c (__libc_fatal): Likewise.
44484         * sysdeps/posix/sysconf.c (__sysconf__check_spec): Likewise.
44485         * sysdeps/posix/tempname.c: Likewise.  Evaluate
44486         HAVE_SECURE_GETENV.
44487         * sysdeps/unix/sysv/linux/libc_fatal.c (__libc_message): Rename
44488         __secure_getenv to __libc_secure_getenv.
44489         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: Add secure_getenv.
44490         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
44491         Likewise.
44492         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
44493         Likewise.
44494         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Likewise.
44495         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Likewise.
44496         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Likewise.
44497         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Likewise.
44498         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Likewise.
44499         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Likewise.
44500         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist: Likewise.
44502 2012-07-25  Joseph Myers  <joseph@codesourcery.com>
44504         * sysdeps/generic/ldsodefs.h (struct La_i86_regs): Remove.
44505         (struct La_i86_retval): Likewise.
44506         (struct La_x86_64_regs): Likewise.
44507         (struct La_x86_64_retval): Likewise.
44508         (struct La_x32_regs): Likewise.
44509         (struct La_x32_retval): Likewise.
44510         (struct La_ppc32_regs): Likewise.
44511         (struct La_ppc32_retval): Likewise.
44512         (struct La_ppc64_regs): Likewise.
44513         (struct La_ppc64_retval): Likewise.
44514         (struct La_sh_regs): Likewise.
44515         (struct La_sh_retval): Likewise.
44516         (struct La_s390_32_regs): Likewise.
44517         (struct La_s390_32_retval): Likewise.
44518         (struct La_s390_64_regs): Likewise.
44519         (struct La_s390_64_retval): Likewise.
44520         (struct La_sparc32_regs): Likewise.
44521         (struct La_sparc32_retval): Likewise.
44522         (struct La_sparc64_regs): Likewise.
44523         (struct La_sparc64_retval): Likewise.
44524         (struct audit_ifaces): Remove architecture-specific pltenter and
44525         pltexit members.
44526         * sysdeps/i386/ldsodefs.h: New file.
44527         * sysdeps/powerpc/ldsodefs.h: Likewise.
44528         * sysdeps/s390/ldsodefs.h: Likewise.
44529         * sysdeps/sh/ldsodefs.h: Likewise.
44530         * sysdeps/sparc/ldsodefs.h: Likewise.
44531         * sysdeps/x86_64/ldsodefs.h: Likewise.
44533 2012-07-25  Marek Polacek  <polacek@redhat.com>
44535         [BZ #6808]
44536         * math/libm-test.inc (yn_test): Add another test.
44537         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c (__ieee754_ynl): Set errno
44538         to ERANGE when the result is +-Inf.
44539         * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_ynl): Likewise.
44540         * sysdeps/ieee754/flt-32/e_jnf.c (__ieee754_ynf): Likewise.
44541         * sysdeps/ieee754/ldbl-128/e_jnl.c (__ieee754_ynl): Likewise.
44542         * sysdeps/ieee754/dbl-64/e_jn.c (__ieee754_yn): Likewise.
44544 2012-07-24  Joseph Myers  <joseph@codesourcery.com>
44546         * conform/data/time.h-data (NULL): Use macro-constant.  Require
44547         equal to 0.
44548         (CLOCKS_PER_SEC): Use macro instead of constant.  Specify type as
44549         clock_t.
44550         [ISO11] (TIME_UTC): Use macro-int-constant.  Require value > 0.
44552 2012-07-23  Thomas Schwinge  <thomas@codesourcery.com>
44554         * configure.in <sysdeps resolving>: Correct printing
44555         Implies_before.
44556         * configure: Regenerate.
44558 2012-07-22  Thomas Schwinge  <thomas@codesourcery.com>
44560         * math/w_ilogb.c: Include <limits.h>.
44561         * math/w_ilogbl.c: Likewise.
44563 2012-07-20  Joseph Myers  <joseph@codesourcery.com>
44565         * manual/lang.texi (__va_copy): Document primarily as ISO C99
44566         va_copy.  Document allowing for unavailable va_copy only as
44567         pre-C99 compatibility.
44568         * manual/string.texi (Copying and Concatenation): Use va_copy
44569         instead of __va_copy in concat example.
44571 2012-07-20  Pino Toscano  <toscano.pino@tiscali.it>
44573         * sysdeps/mach/hurd/sendto.c (create_address_port): New subroutine.
44574         (__sendto): Use create_address_port.  Initialize APORT and deallocate
44575         it if not null.
44577         * sysdeps/mach/hurd/llistxattr.c: New file, copied from listxattr.c
44578         with O_NOLINK passed to __file_name_lookup.
44580         * sysdeps/mach/hurd/lremovexattr.c: New file, copied from removexattr.c
44581         with O_NOLINK passed to __file_name_lookup.
44583         * sysdeps/mach/hurd/getgroups.c: Return -1 and set EINVAL for
44584         negative N or less than NGIDS.
44586         * sysdeps/mach/hurd/getlogin_r.c: Make LOGIN non-static and change its
44587         type to string_t.  Set ERANGE as errno and return it if NAME is not big
44588         enough.  Use memcpy instead of strncpy.
44590 2012-07-20  Joseph Myers  <joseph@codesourcery.com>
44592         * elf/Makefile (check-data): Remove.
44593         (localplt.data): New vpath directive.
44594         ($(objpfx)check-localplt.out): Use localplt.data from vpath
44595         instead of $(check-data).
44596         * scripts/data/localplt-generic.data: Move to ...
44597         * sysdeps/generic/localplt.data: ... here.
44598         * scripts/data/localplt-i386-linux-gnu.data: Move to ...
44599         * sysdeps/unix/sysv/linux/i386/nptl/localplt.data: ... here.
44600         * scripts/data/localplt-powerpc-linux-gnu.data: Move to ...
44601         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/localplt.data:
44602         ... here.
44603         * scripts/data/localplt-powerpc64-linux-gnu.data: Move to ...
44604         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/localplt.data:
44605         ... here.
44606         * scripts/data/localplt-s390-linux-gnu.data: Move to ...
44607         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/localplt.data:
44608         ... here.
44609         * scripts/data/localplt-s390x-linux-gnu.data: Move to ...
44610         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/localplt.data:
44611         ... here.
44612         * scripts/data/localplt-sparc-linux-gnu.data: Move to ...
44613         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/localplt.data:
44614         ... here.
44615         * scripts/data/localplt-sparc64-linux-gnu.data: Move to ...
44616         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/localplt.data:
44617         ... here.
44619 2012-07-19 Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
44621         * sysdeps/powerpc/tls-macros.h: Split PowerPC definitions in
44622         PPC32 and PPC64 files.
44623         * sysdeps/powerpc/powerpc32/tls-macros.h: New file.
44624         * sysdeps/powerpc/powerpc64/tls-macros.h: Likewise.
44626 2012-07-19  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
44628         * sysdeps/unix/sysv/linux/s390/s390-32/makecontext.c: Move
44629         __makecontext_ret to ...
44630         * sysdeps/unix/sysv/linux/s390/s390-32/__makecontext_ret.S:
44631         ... here and call exit if uc_link is NULL.  New file.
44632         * sysdeps/unix/sysv/linux/s390/s390-32/Makefile: Add
44633         __makecontext_ret.S.
44634         * sysdeps/unix/sysv/linux/s390/s390-64/makecontext.c: Move
44635         __makecontext_ret to ...
44636         * sysdeps/unix/sysv/linux/s390/s390-64/__makecontext_ret.S:
44637         ... here and call exit if uc_link is NULL.  New file.
44638         * sysdeps/unix/sysv/linux/s390/s390-64/Makefile: Add
44639         __makecontext_ret.S.
44641 2012-07-19  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
44643         * elf/elf.h (R_390_IRELATIVE): New definition.
44644         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela): Invoke the
44645         resolver function for IFUNC symbols.  Support R_390_IRELATIVE.
44646         (elf_machine_lazy_rel): Support R_390_IRELATIVE.
44647         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_rela):
44648         (elf_machine_lazy_rel): Likewise.
44649         * sysdeps/s390/dl-irel.h: New file.
44650         * sysdeps/s390/s390-64/memcpy.S: New asm code.
44651         * sysdeps/s390/s390-64/memset.S: New asm code.
44652         * sysdeps/s390/s390-64/memcmp.S: New asm code.
44653         * sysdeps/s390/s390-64/multiarch/memset.S: New file.
44654         * sysdeps/s390/s390-64/multiarch/ifunc-resolve.c: New file.
44655         * sysdeps/s390/s390-64/multiarch/memcmp.S: New file.
44656         * sysdeps/s390/s390-64/multiarch/memcpy.S: New file.
44657         * sysdeps/s390/s390-64/multiarch/Makefile: New file.
44658         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c: New file.
44659         * sysdeps/s390/s390-32/multiarch/Makefile: New file.
44660         * sysdeps/s390/s390-32/multiarch/memcmp.S: New file.
44661         * sysdeps/s390/s390-32/multiarch/memcpy.S: New file.
44662         * sysdeps/s390/s390-32/multiarch/memset.S: New file.
44663         * sysdeps/s390/s390-32/memcpy.S: New asm code.
44664         * sysdeps/s390/s390-32/memset.S: New asm code.
44665         * sysdeps/s390/s390-32/memcmp.S: New asm code.
44667 2012-07-17  Marek Polacek  <polacek@redhat.com>
44669         [BZ #14349]
44670         * sysdeps/s390/s390-32/configure.in: Remove TLS check.
44671         * sysdeps/s390/s390-64/configure.in: Likewise.
44672         * sysdeps/sparc/configure.in: Likewise.
44673         * sysdeps/powerpc/powerpc32/configure.in: Likewise.
44674         * sysdeps/powerpc/powerpc64/configure.in: Likewise.
44675         * sysdeps/i386/configure.in: Likewise.
44676         * sysdeps/x86_64/configure.in: Likewise.
44677         * sysdeps/sh/configure.in: Likewise.
44678         * sysdeps/s390/s390-32/configure: Regenerated.
44679         * sysdeps/s390/s390-64/configure: Likewise.
44680         * sysdeps/x86_64/configure: Likewise.
44681         * sysdeps/sh/configure: Likewise.
44682         * sysdeps/powerpc/powerpc64/configure: Likewise.
44683         * sysdeps/powerpc/powerpc32/configure: Likewise.
44684         * sysdeps/sparc/configure: Likwise.
44685         * sysdeps/i386/configure: Likewise.
44687         * elf/dl-open.c: Comment fixes.
44689 2012-07-17  Joseph Myers  <joseph@codesourcery.com>
44691         * Makefile [CXX] (check-data): Remove.
44692         [CXX] (c++-types.data): New vpath directive.
44693         [CXX] ($(objpfx)c++-types-check.out): Use c++-types.data from
44694         vpath.  Do not allow for C++ type data being missing.
44695         * scripts/data/c++-types-alpha-linux-gnu.data: Move to
44696         ports/sysdeps/unix/sysv/linux/alpha/nptl/c++-types.data.
44697         * scripts/data/c++-types-ia64-linux-gnu.data: Move to
44698         ports/sysdeps/unix/sysv/linux/ia64/nptl/c++-types.data.
44699         * scripts/data/c++-types-i386-linux-gnu.data: Move to ...
44700         * sysdeps/unix/sysv/linux/i386/nptl/c++-types.data: ... here.
44701         * scripts/data/c++-types-powerpc-linux-gnu.data: Move to ...
44702         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/c++-types.data:
44703         ... here.
44704         * scripts/data/c++-types-powerpc64-linux-gnu.data: Move to ...
44705         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/c++-types.data:
44706         ... here.
44707         * scripts/data/c++-types-s390-linux-gnu.data: Move to ...
44708         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/c++-types.data:
44709         ... here.
44710         * scripts/data/c++-types-s390x-linux-gnu.data: Move to ...
44711         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/c++-types.data:
44712         ... here.
44713         * scripts/data/c++-types-sparc-linux-gnu.data: Move to ...
44714         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/c++-types.data:
44715         ... here.
44716         * scripts/data/c++-types-sparc64-linux-gnu.data: Move to ...
44717         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/c++-types.data:
44718         ... here.
44719         * scripts/data/c++-types-x32-linux-gnu.data: Move to ...
44720         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/c++-types.data:
44721         ... here.
44722         * scripts/data/c++-types-x86_64-linux-gnu.data: Move to ...
44723         * sysdeps/unix/sysv/linux/x86_64/64/nptl/c++-types.data: ... here.
44725         * elf/tls-macros.h (TLS_LE): Move architecture-specific
44726         definitions to architecture-specific files.
44727         (TLS_IE): Likewise.
44728         (TLS_LD): Likewise.
44729         (TLS_GD): Likewise.
44730         * sysdeps/i386/tls-macros.h: New file.
44731         * sysdeps/powerpc/tls-macros.h: Likewise.
44732         * sysdeps/s390/s390-32/tls-macros.h: Likewise.
44733         * sysdeps/s390/s390-64/tls-macros.h: Likewise.
44734         * sysdeps/sh/tls-macros.h: Likewise.
44735         * sysdeps/sparc/sparc32/tls-macros.h: Likewise.
44736         * sysdeps/sparc/sparc64/tls-macros.h: Likewise.
44737         * sysdeps/x86_64/tls-macros.h: Likewise.
44739 2012-07-17  Thomas Schwinge  <thomas@codesourcery.com>
44741         * sysdeps/unix/sysv/linux/sh/makecontext.S (.Lexitcode): Preserve
44742         zero value for regular exit case.
44744         * sysdeps/unix/sysv/linux/x86_64/__start_context.S
44745         (__start_context): Preserve zero value for regular exit case.
44747 2012-07-17  Thomas Schwinge  <thomas@codesourcery.com>
44748             Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
44750         * manual/setjmp.texi (setcontext): Clarify normal process
44751         termination when uc_link is the null pointer.
44752         * stdlib/tst-makecontext.c (cf): Exercise this: remove explicit
44753         exit call.
44755 2012-07-16  Andreas Schwab  <schwab@linux-m68k.org>
44757         * stdlib/bug-getcontext.c (do_test): Don't test FE_ALL_EXCEPT in
44758         preprocessor.  Test for each exception mask separately.
44760 2012-07-16  Andreas Jaeger  <aj@suse.de>
44762         * po/ru.po: Update from translation team.
44764 2012-07-15  Joseph Myers  <joseph@codesourcery.com>
44766         * conform/data/string.h-data (NULL): Use macro-constant.  Require
44767         equal to 0.
44768         [ISO || ISO99 || ISO11] (stddef.h): Do not allow header.
44769         (str*): Change to str[abcdefghijklmnopqrstuvwxyz]*.
44770         (wcs*): Change to wcs[abcdefghijklmnopqrstuvwxyz]*.
44771         (mem[abcdefghijklmnopqrstuvwxyz]*): Allow.
44772         [ISO || ISO99 || ISO11] (*_t): Do not allow.
44774 2012-07-13  Andreas Jaeger  <aj@suse.de>
44776         * po/fr.po: Update from translation team.
44778 2012-07-12  Marek Polacek  <polacek@redhat.com>
44780         [BZ #14173]
44781         * math/libm-test.inc (yn_test): Add test for BZ #14173.
44782         * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_ynl): Correct
44783         loop condition.
44785 2012-07-12  Joseph Myers  <joseph@codesourcery.com>
44787         [BZ #13717]
44788         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
44789         Change to 2.4.1 where previously 2.4.0.
44790         * sysdeps/unix/sysv/linux/configure: Regenerated.
44791         * sysdeps/unix/sysv/linux/kernel-features.h [!__sh__]
44792         (__ASSUME_ST_INO_64_BIT): Do not condition definition on kernel
44793         version.
44794         [__i386__ || __sparc__] (__ASSUME_FCNTL64): Likewise.
44795         (__ASSUME_AT_CLKTCK): Remove.
44796         (__ASSUME_AT_PAGESIZE): Likewise.
44797         (__ASSUME_AT_XID): Likewise.
44798         (__ASSUME_GETDENTS64_SYSCALL): Define unconditionally.
44799         [__i386__] (__ASSUME_VFORK_SYSCALL): Define unconditionally.
44800         * sysdeps/unix/sysv/linux/ldsodefs.h (HAVE_AUX_XID): Define
44801         unconditionally.
44802         (HAVE_AUX_PAGESIZE): Likewise.
44803         * sysdeps/unix/sysv/linux/prof-freq.c (__profile_frequency)
44804         [__ASSUME_AT_CLKTCK]: Make code unconditional.
44805         [!__ASSUME_AT_CLKTCK]: Remove conditional code.
44807 2012-07-12  Jeroen van Bemmel  <jvb127@gmail.com>
44809         [BZ #14307]
44810         * sysdeps/posix/getaddrinfo.c (gaih_inet): Increase the size of
44811         the temporary buffer used to invoke __gethostbyname2_r,
44812         __gethostbyaddr_r and gethostbyname4_r to make room for struct
44813         host_data / struct gaih_addrtuple.
44814         * resolv/nss_dns/dns-host.c (global scope): Move definition of
44815         implementation constants MAX_NR_ALIASES and MAX_NR_ADDRS to
44816         header file nss/nsswitch.h.
44817         * nss/nsswitch.h (global scope): Add definition of implementation
44818         constants MAX_NR_ALIASES and MAX_NR_ADDRS (moved from
44819         resolv/nss_dns/dns-host.c).
44821 2012-07-11  Andreas Jaeger  <aj@suse.de>
44823         * po/fr.po: Update from translation team.
44825         * po/sv.po: Update from translation team
44826         * po/fr.po: Another update from translation team.
44828 2012-07-11  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
44830         * sysdeps/ieee754/ldbl-128ibm/s_ctanhl.c: Do not call sinh and cosh
44831         for subnormals or multiply small sinh result by itself.
44832         * sysdeps/ieee754/ldbl-128ibm/s_ctanl.c: Likewise.
44833         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
44835 2012-07-11  David S. Miller  <davem@davemloft.net>
44837         * sysdeps/sparc/fpu/libm-test-ulps: Update.
44839 2012-07-10  Andreas Schwab  <schwab@linux-m68k.org>
44841         [BZ #14347]
44842         * misc/sys/syslog.h (LOG_MAKEPRI): Don't shift first argument.
44843         (INTERNAL_MARK): Shift it here.
44845 2012-07-10  Marek Polacek  <polacek@redhat.com>
44847         [BZ #14151]
44848         * configure.in (libc_cv_asm_global_directive): Remove test.  Replace
44849         libc_cv_asm_global_directive with .globl.
44850         * configure: Regenerated.
44851         * sysdeps/i386/configure.in: Replace libc_cv_asm_global_directive
44852         with .globl.
44853         * sysdeps/i386/configure: Regenerated.
44854         * sysdeps/x86_64/configure.in: Replace libc_cv_asm_global_directive
44855         with .globl.
44856         * sysdeps/x86_64/configure: Regenerated.
44857         * config.h.in: Do not undefine ASM_GLOBAL_DIRECTIVE.
44858         * include/libc-symbols.h: Replace ASM_GLOBAL_DIRECTIVE with .globl.
44859         * elf/tst-unique2mod2.c: Likewise.
44860         * elf/tst-unique2mod1.c: Likewise.
44861         * elf/tst-unique1mod2.c: Likewise.
44862         * elf/tst-unique1mod1.c: Likewise.
44863         * sysdeps/s390/s390-32/sysdep.h: Likewise.
44864         * sysdeps/s390/s390-32/s390-mcount.S: Likewise.
44865         * sysdeps/s390/s390-64/sysdep.h: Likewise.
44866         * sysdeps/s390/s390-64/s390x-mcount.S: Likewise.
44867         * sysdeps/mach/sysdep.h: Likewise.
44868         * sysdeps/i386/sysdep.h: Likewise.
44869         * sysdeps/i386/i386-mcount.S: Likewise.
44870         * sysdeps/x86_64/_mcount.S: Likewise.
44871         * sysdeps/x86_64/sysdep.h: Likewise.
44872         * sysdeps/sh/_mcount.S: Likewise.
44873         * sysdeps/sh/sysdep.h: Likewise.
44874         * sysdeps/powerpc/powerpc32/gprsave1.S: Likewise.
44875         * sysdeps/powerpc/powerpc32/fpu/fprrest.S: Likewise.
44876         * sysdeps/powerpc/powerpc32/fpu/fprsave.S: Likewise.
44877         * sysdeps/powerpc/powerpc32/sysdep.h: Likewise.
44878         * sysdeps/powerpc/powerpc32/gprrest1.S: Likewise.
44879         * sysdeps/powerpc/powerpc32/gprsave0.S: Likewise.
44880         * sysdeps/powerpc/powerpc32/gprrest0.S: Likewise.
44881         * locale/localeinfo.h: Likewise.
44882         (_NL_CURRENT_DEFINE_STRINGIFY): Delete macro.
44883         (_NL_CURRENT_DEFINE_STRINGIFY_1): Likewise.
44885 2012-07-09  Roland McGrath  <roland@hack.frob.com>
44887         [BZ #14336]
44888         * manual/charset.texi (Extended Char Intro): Word use fix, "operating
44889         system".
44890         * manual/message.texi (The Uniforum approach): Likewise.
44891         * manual/charset.texi (Extended Char Intro): Spelling fix, "affected".
44892         (glibc iconv Implementation): Likewise.
44894 2012-07-09  Joseph Myers  <joseph@codesourcery.com>
44896         [BZ #14337]
44897         * math/s_clog.c (__clog): Avoid scaling a value down where that
44898         could result in underflow.
44899         * math/s_clog10.c (__clog10): Likewise.
44900         * math/s_clog10f.c (__clog10f): Likewise.
44901         * math/s_clog10l.c (__clog10l): Likewise.
44902         * math/s_clogf.c (__clogf): Likewise.
44903         * math/s_clogl.c (__clogl): Likewise.
44904         * math/libm-test.inc (clog_test): Add more tests.
44905         (clog10_test): Likewise.
44906         * sysdeps/i386/fpu/libm-test-ulps: Update.
44907         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
44909 2012-07-06  Andreas Schwab  <schwab@linux-m68k.org>
44911         [BZ #14283]
44912         * sysdeps/powerpc/fpu/k_rem_pio2f.c (__fp_kernel_rem_pio2f): Shift
44913         by 7 not 8 to examine high bit of fractional part.
44915         [BZ #14042]
44916         * sysdeps/powerpc/powerpc32/ppc-mcount.S [SHARED]: Don't use PLT
44917         for call to __mcount_internal.
44918         * sysdeps/powerpc/powerpc32/Makefile (sysdep_routines)
44919         (shared-only-routines) [$(subdir) = gmon]: Add compat-ppc-mcount.
44920         * sysdeps/powerpc/powerpc32/compat-ppc-mcount.S: New file.
44922 2012-07-06  Joseph Myers  <joseph@codesourcery.com>
44924         [BZ #14154]
44925         * sysdeps/ieee754/flt-32/k_tanf.c (__kernel_tanf): Use linear
44926         approximation for values within 0x1p-13f of an odd multiple of
44927         pi/4.
44928         * math/libm-test.inc (tan_test): Do not allow spurious underflow
44929         exception.  Add more tests.
44930         * sysdeps/i386/fpu/libm-test-ulps: Update.
44932         [BZ #6778]
44933         * sysdeps/i386/fpu/s_expm1.S (__expm1): Check for large negative
44934         inputs and return -1 for them.  Do not check for +Inf in case not
44935         reachable for +Inf.
44936         * sysdeps/i386/fpu/s_expm1f.S (__expm1f): Likewise.
44937         * sysdeps/i386/fpu/e_expl.S [USE_AS_EXPM1L] (csat): Do not define.
44938         (IEEE754_EXPL) [USE_AS_EXPM1L]: Check for large negative inputs
44939         and return -1 for them.  Do not check for +Inf in case not
44940         reachable for +Inf.
44941         * sysdeps/x86_64/fpu/e_expl.S [USE_AS_EXPM1L] (csat): Do not
44942         define.
44943         (IEEE754_EXPL) [USE_AS_EXPM1L]: Check for large negative inputs
44944         and return -1 for them.  Do not check for +Inf in case not
44945         reachable for +Inf.
44946         * math/libm-test.inc (expm1_test): Add more tests.  Do not allow
44947         spurious underflow.
44948         * sysdeps/i386/fpu/libm-test-ulps: Update.
44949         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
44951 2012-07-06  Mike Frysinger  <vapier@gentoo.org>
44953         * sunrpc/rpc_clntout.c: Change <rpc/types.h> to "rpc/types.h".
44955 2012-07-05  Joseph Myers  <joseph@codesourcery.com>
44957         [BZ #14157]
44958         [BZ #14331]
44959         * math/s_csqrt.c (__csqrt): Avoid multiplying by 0.5 where this
44960         could result in spurious underflow.  Scale down values above
44961         DBL_MAX / 4.0 instead of DBL_MAX / 2.0.
44962         * math/s_csqrtf.c (__csqrtf): Likewise.
44963         * math/s_csqrtl.c (__csqrtl): Likewise.
44964         * math/libm-test.inc (csqrt_test): Add more tests.  Do not allow
44965         spurious underflow.
44966         * sysdeps/i386/fpu/libm-test-ulps: Update.
44967         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
44969 2012-07-04  Andreas Schwab  <schwab@linux-m68k.org>
44971         * catgets/Makefile ($(objpfx)de.msg): Use xopen-msg.awk instead of
44972         xopen-msg.sed.
44973         * catgets/xopen-msg.awk: New file.
44974         * catgets/xopen-msg.sed: Removed.
44976         * intl/Makefile ($(objpfx)msgs.h): Use po2test.awk instead of
44977         po2text.sed.
44978         * intl/po2test.awk: New file.
44979         * intl/po2test.sed: Removed.
44981 2012-07-04  Joseph Myers  <joseph@codesourcery.com>
44983         [BZ #14328]
44984         * math/s_ctan.c (__ctan): Do not call sinh and cosh for subnormals
44985         or multiply small sinh result by itself.
44986         * math/s_ctanf.c (__ctanf): Likewise.
44987         * math/s_ctanh.c (__ctanh): Likewise.
44988         * math/s_ctanhf.c (__ctanhf): Likewise.
44989         * math/s_ctanhl.c (__ctanhl): Likewise.
44990         * math/s_ctanl.c (__ctanl): Likewise.
44991         * math/libm-test.inc (ctan_test_tonearest): New function.
44992         (ctan_test_towardzero): Likewise.
44993         (ctan_test_downward): Likewise.
44994         (ctan_test_upward): Likewise.
44995         (ctanh_test_tonearest): Likewise.
44996         (ctanh_test_towardzero): Likewise.
44997         (ctanh_test_downward): Likewise.
44998         (ctanh_test_upward): Likewise.
44999         (main): Call these new functions.
45000         * sysdeps/i386/fpu/libm-test-ulps: Update.
45001         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
45003 2012-07-03  Mike Frysinger  <vapier@gentoo.org>
45005         * .gitignore: Delete /ports entry.
45007 2012-07-03  Andreas Jaeger  <aj@suse.de>
45009         * po/bg.po: Update from translation team.
45010         * po/cs.po: Likewise.
45011         * po/de.po: Likewise.
45012         * po/hr.po: Likewise.
45013         * po/nl.pl: Likewise.
45014         * po/pl.po: Likewise.
45015         * po/vi.po: Likewise.
45017 2012-07-03  Joseph Myers  <joseph@codesourcery.com>
45019         * Makeconfig [!+link] (+link-before-libc): New variable.
45020         [!+link] (+link-after-libc): Likewise.
45021         [!+link] (+link-tests): Likewise.
45022         [!+link] (+link): Define in terms of $(+link-before-libc) and
45023         $(+link-after-libc).
45024         [!+link-static] (+link-static-before-libc): New variable.
45025         [!+link-static] (+link-static-after-libc): Likewise.
45026         [!+link-static] (+link-static-tests): Likewise.
45027         [!+link-static] (+link-static): Define in terms of
45028         $(+link-static-before-libc) and $(+link-static-after-libc).
45029         [build-shared] (link-libc-before-gnulib): New variable.
45030         [build-shared] (link-libc-tests): Likewise.
45031         [build-shared] (link-libc): Define in terms of
45032         $(link-libc-before-gnulib).
45033         [!build-shared] (link-libc-tests): New variable.
45034         (link-libc-static-tests): New variable.
45035         [!gnulib] (gnulib-arch): New variable.
45036         [!gnulib] (gnulib-tests): Likewise.
45037         [!gnulib] (static-gnulib-arch): Likewise.
45038         [!gnulib] (static-gnulib-tests): Likewise.
45039         [!gnulib] (gnulib): Use $(gnulib-arch).  Do not use $(libgcc_eh).
45040         Define with "=" instead of ":=".
45041         [!gnulib] (static-gnulib): Use $(static-gnulib-arch).  Do not use
45042         -lgcc_eh $(libunwind).  Define with "=" instead of ":=".
45043         * Rules (binaries-all-notests): New variable.
45044         (binaries-all-tests): Likewise.
45045         (binaries-static-notests): Likewise.
45046         (binaries-static-tests): Likewise.
45047         (binaries-all): Define using $(binaries-all-notests) and
45048         $(binaries-all-tests).
45049         (binaries-static): Define using $(binaries-static-notests) and
45050         $(binaries-static-tests).
45051         (binaries-shared-tests): New variable.
45052         (binaries-shared-notests): Likewise.
45053         (binaries-shared): Remove variable.
45054         ($(addprefix $(objpfx),$(binaries-shared-notests))): New rule.
45055         ($(addprefix $(objpfx),$(binaries-shared-tests))): Likewise.
45056         ($(addprefix $(objpfx),$(binaries-shared))): Remove rule.
45057         ($(addprefix $(objpfx),$(binaries-static-notests))): New rule.
45058         ($(addprefix $(objpfx),$(binaries-static-tests))): Likewise.
45059         ($(addprefix $(objpfx),$(binaries-static))): Remove rule.
45060         * elf/Makefile (sln-modules): New variable.
45061         (extra-objs): Add $(sln-modules:=.o).
45062         (ldconfig-modules): Add static-stubs.
45063         ($(objpfx)sln): Depend on $(sln-modules:%=$(objpfx)%.o).
45064         * elf/static-stubs.c: New file.
45066         [BZ #14283]
45067         * sysdeps/ieee754/flt-32/k_rem_pio2f.c (__kernel_rem_pio2f): Shift
45068         by 7 not 8 to examine high bit of fractional part.  Use volatile
45069         variables when splitting into final array of floats if
45070         __FLT_EVAL_METHOD__ != 0.
45071         * math/libm-test.inc (cos_test): Add another test.
45072         (sin_test): Likewise.
45073         * sysdeps/i386/fpu/libm-test-ulps: Update.
45075         [BZ #14273]
45076         * math/libm-test.inc (cosh_test): Add more tests.
45078         * version.h (RELEASE): Set to "development".
45079         (VERSION): Set to "2.16.90".
45081 2012-06-30  Carlos O'Donell  <carlos_odonell@mentor.com>
45083         * NEWS: Update copyright. Remove last-updated date.
45084         Mention math library bug fixes and timezone data changes.
45085         * README: Mention GNU/Hurd, x32, and HPPA support status.
45087 2012-06-28  Thomas Schwinge  <thomas@codesourcery.com>
45089         * manual/contrib.texi (Contributors): Sort alphabetically by last name.
45091 2012-06-27  Andreas Jaeger  <aj@suse.de>
45093         * manual/contrib.texi (Contributors): Add Samuel Thibault.
45095 2012-06-25  Andreas Jaeger  <aj@suse.de>
45097         * sysdeps/s390/fpu/libm-test-ulps: Update.
45099 2012-06-23  Andreas Schwab  <schwab@linux-m68k.org>
45100             Thomas Schwinge  <thomas@codesourcery.com>
45102         * sysdeps/unix/sysv/linux/sh/syscalls.list: Add fanotify_mark.
45103         * sysdeps/unix/sysv/linux/sh/Versions (GLIBC_2.16): Add fanotify_mark.
45104         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist (GLIBC_2.16): Add
45105         fanotify_mark.
45107 2012-06-23  Thomas Schwinge  <thomas@codesourcery.com>
45109         * sysdeps/mach/start.c: Remove file.
45110         * sysdeps/mach/hurd/i386/static-start.S: Fix start.S include.
45111         * sysdeps/i386/init-first.c: Fix comment regarding start.S.
45112         * sysdeps/sh/init-first.c: Likewise.
45114         * sysdeps/sh/____longjmp_chk.S (CALL_FAIL): Preserve r12 and pr
45115         registers for frame unwinding purposes, add CFI directives.
45116         * sysdeps/unix/sysv/linux/sh/____longjmp_chk.S (CALL_FAIL): Likewise.
45117         * sysdeps/unix/sysv/linux/sh/makecontext.S (.Lexitcode): Likewise
45118         * sysdeps/unix/sysv/linux/sh/sysdep.h (SYSCALL_ERROR_HANDLER):
45119         Likewise.
45121         * sysdeps/sh/____longjmp_chk.S (CALL_FAIL): Don't plan for the call to
45122         __fortify_fail returning.
45123         * sysdeps/unix/sysv/linux/sh/____longjmp_chk.S (CALL_FAIL): Likewise.
45125         * sysdeps/unix/sysv/linux/sh/____longjmp_chk.S: New file, based on
45126         sysdeps/sh/____longjmp_chk.S.
45127         * sysdeps/unix/sysv/linux/sh/sigaltstack-offsets.sym: New file, based
45128         on sysdeps/unix/sysv/linux/x86_64/sigaltstack-offsets.sym.
45129         * sysdeps/unix/sysv/linux/sh/Makefile [subdir=misc]
45130         (gen-as-const-headers): Append sigaltstack-offsets.sym.
45132         * sysdeps/sh/abort-instr.h: New file.
45133         * sysdeps/unix/sysv/linux/sh/makecontext.S (.Lexitcode): Terminate the
45134         process in case exit returns.
45136         * sysdeps/unix/sysv/linux/sh/makecontext.S (.Lexitcode): Always
45137         initialize the GOT register before use.
45139         * sysdeps/unix/sysv/linux/sh/makecontext.S (__makecontext): Fix
45140         calculation of ARGC > 4.
45142         * sysdeps/unix/sysv/linux/sh/makecontext.S: Add comments and give more
45143         meaningful names to some local labels.
45145 2012-06-22  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
45146             Kaz Kojima  <kkojima@rr.iij4u.or.jp>
45148         * sysdeps/unix/sysv/linux/sh/bits/atomic.h
45149         (__arch_compare_and_exchange_val_8_acq): Remove explicit nop.
45150         (__arch_compare_and_exchange_val_16_acq): Likewise.
45151         (__arch_compare_and_exchange_val_32_acq): Likewise.
45152         (atomic_exchange_and_add): Fix gUSA sequence.
45153         (atomic_add): Likewise.
45154         (atomic_add_negative): Likewise.
45155         (atomic_add_zero): Likewise.
45156         (atomic_bit_test_set): Likewise.
45158 2012-06-22  Andreas Schwab  <schwab@redhat.com>
45160         [BZ #13579]
45161         * include/link.h (struct link_map): Add l_free_initfini.
45162         * elf/dl-deps.c (_dl_map_object_deps): Set it when assigning
45163         l_initfini.
45164         * elf/dl-close.c (_dl_close_worker): Don't free l_initfini.
45165         * elf/rtld.c (dl_main): Clear it on all objects loaded on startup.
45166         * elf/dl-libc.c (free_mem): Free l_initfini if l_free_initfini is
45167         set.
45169 2012-06-22  Carlos O'Donell  <carlos_odonell@mentor.com>
45171         * configure.in: Use AC_LANG_SOURCE.
45172         * configure: Regenerate.
45174 2012-06-22  Roland McGrath  <roland@hack.frob.com>
45176         * configure.in (libc_cv_localstatedir): New substituted variable.
45177         * configure: Regenerated.
45178         * config.make.in (localstatedir): New variable, substituted from
45179         libc_cv_localstatedir.
45180         * Makeconfig (vardbdir): Use $(localstatedir) in place of /var.
45181         * sysdeps/gnu/configure.in (libc_cv_localstatedir): Change
45182         ${prefix}/var to /var when we change ${prefix}/etc to /etc.
45183         * sysdeps/gnu/configure: Regenerated.
45185 2012-06-21  Jeff Law  <law@redhat.com>
45187         [BZ #14277]
45188         * intl/dcigettext.c (_nl_find_msg): Avoid use after potential
45189         free.  Simplify list management for _LIBC case.
45191 2012-06-21  Joseph Myers  <joseph@codesourcery.com>
45193         [BZ #14273]
45194         * sysdeps/ieee754/dbl-64/wordsize-64/e_cosh.c (__ieee754_cosh):
45195         Clear sign bit of 64-bit integer value before comparing against
45196         overflow value.
45198         * sysdeps/mach/configure: Regenerated.
45200 2012-06-21  H.J. Lu  <hongjiu.lu@intel.com>
45202         [BZ #14278]
45203         * sysdeps/i386/sysdep.h (SYSCALL_PIC_SETUP): Fix a typo.
45205 2012-06-21  Jeff Law  <law@redhat.com>
45207         [BZ #13882]
45208         * elf/dl-deps.c (_dl_map_object_deps): Fix cycle detection.  Use
45209         uint16_t for elements in the "seen" array to avoid char overflows.
45210         * elf/dl-fini.c (_dl_sort_fini): Likewise.
45211         * elf/dl-open.c (dl_open_worker): Likewise.
45213 2012-06-21  Carlos O'Donell  <carlos_odonell@mentor.com>
45215         * scripts/list-sources.sh: Scan PORTS for translations.
45216         * po/libc.pot: Regenerated.
45218 2012-06-21  Andreas Jaeger  <aj@suse.de>
45220         [BZ #12194]
45221         * sysdeps/s390/bits/byteswap-16.h (__bswap_16): Avoid -Wconversion
45222         warning.
45223         * sysdeps/s390/bits/byteswap.h (__bswap_constant_16): Likewise.
45224         * bits/byteswap-16.h (__bswap_16): Likewise.
45225         * bits/byteswap.h (__bswap_constant_16): Likewise.
45227 2012-06-18  H.J. Lu  <hongjiu.lu@intel.com>
45229         [BZ #14117]
45230         * sysdeps/i386/fpu_control.h: Removed.
45231         * sysdeps/x86_64/fpu_control.h: Moved to ...
45232         * sysdeps/x86/fpu_control.h: Here.
45234         * sysdeps/x86_64/fpu_control.h (_FPU_GETCW): Add __volatile__.
45235         (_FPU_SETCW): Likewise.
45237 2012-06-15  H.J. Lu  <hongjiu.lu@intel.com>
45239         [BZ #14117]
45240         * sysdeps/i386/fpu/bits/mathinline.h: Renamed to ...
45241         * sysdeps/x86/fpu/bits/mathinline.h: This.
45242         * sysdeps/x86_64/fpu/bits/mathinline.h: Removed.
45244         [BZ #14050]
45245         [BZ #14117]
45246         * sysdeps/i386/fpu/bits/mathinline.h: Disable x87 inline
45247         functions if __x86_64__ is defined.
45249 2012-06-15  Chung-Lin Tang  <cltang@codesourcery.com>
45251         * string/endian.h: Add !__ASSEMBLER__ condition for including
45252         conversion interfaces.
45254 2012-06-15  Joseph Myers  <joseph@codesourcery.com>
45256         [BZ #14241]
45257         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Use 0.0 instead
45258         of ABS(x) in calculating zero to negative powers other than odd
45259         integers.
45260         * math/libm-test.inc (pow_test): Add more tests.
45262 2012-06-15  Andreas Jaeger  <aj@suse.de>
45264         * manual/contrib.texi (Contributors): Update entry of Liubov
45265         Dmitrieva and add entries for Will Schmidt and Tulio Magno Quites
45266         Machado Filho.
45268 2012-06-15  Cyril Hrubis  <metan@ucw.cz>
45270         * string/string.h: Add __wur to GNU version of strerror_r.
45272 2012-06-14  H.J. Lu  <hongjiu.lu@intel.com>
45274         [BZ #14229]
45275         * string/Makefile (tests): Add tst-strtok_r.
45276         * string/tst-strtok_r.c: New file.
45277         * sysdeps/x86_64/strtok.S: Use LP_SIZE on save_ptr and use
45278         RAX_LP/RDX_LP on SAVE_PTR.
45280 2012-06-14  Roland McGrath  <roland@hack.frob.com>
45282         * manual/Makefile ($(objpfx)texis): Do $(make-target-directory).
45284 2012-06-14  Joseph Myers  <joseph@codesourcery.com>
45286         * libm_test.inc (csqrt_test): Allow more spurious underflow
45287         exceptions.
45288         (j0_test): Likewise.
45289         (j1_test): Likewise.
45290         (y0_test): Likewise.
45291         (y1_test): Likewise.
45293 2012-06-13  Carlos O'Donell  <carlos_odonell@mentor.com>
45295         * po/Makefile (libc.pot): Use UTF-8 charset.
45297 2012-06-13  Paul Pluzhnikov  <ppluzhnikov@google.com>
45299         [BZ #14210]
45300         Suppress sign-conversion warning from FD_SET.
45301         See <http://sourceware.org/ml/libc-alpha/2012-05/msg01794.html>.
45302         * debug/fdelt_chk.c (__fdelt_chk): Accept and return long int,
45303         not unsigned long int.
45304         * misc/bits/select2.h (__fdelt_chk, __fdelt_warn, __FD_ELT): Likewise.
45306 2012-06-12  H.J. Lu  <hongjiu.lu@intel.com>
45308         [BZ #14050]
45309         [BZ #14117]
45310         * sysdeps/i386/fpu/bits/mathinline.h (__MATH_INLINE): Check
45311         __extern_always_inline instead of __extern_inline.
45312         (__signbitf): Support __SSE2_MATH__ and C++ namespace.
45313         (__signbit): Likewise.
45314         (__signbitl): Support C++ namespace.
45315         (lrintf): New inline function.
45316         (lrint): Likewise.
45317         (llrintf): Likewise.
45318         (llrint): Likewise.
45319         (fmaxf): Likewise.
45320         (fmax): Likewise.
45321         (fminf): Likewise.
45322         (fmin): Likewise.
45323         (rint): Likewise.
45324         (rintf): Likewise.
45325         (ceil): Likewise.
45326         (ceilf): Likewise.
45327         (floor): Likewise.
45328         (floorf): Likewise.
45329         (nearbyint): Likewise.
45330         (nearbyintf): Likewise.
45332 2012-06-12  Thomas Schwinge  <thomas@codesourcery.com>
45334         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Fix case for
45335         non-default versions.
45337 2012-06-11  Roland McGrath  <roland@hack.frob.com>
45339         [BZ #14218]
45340         * manual/argp.texi (Argp): Reword argp_parse description slightly.
45342 2012-06-09  Thomas Schwinge  <thomas@codesourcery.com>
45344         * sysdeps/sh/sh4/fpu/bits/fenv.h (__FE_UNDEFINED): Define.
45345         (FE_UPWARD, FE_DOWNWARD): Don't define.
45346         * sysdeps/sh/sh4/fpu/fegetround.c (fegetround): Adapt to that.
45347         * sysdeps/sh/sh4/fpu/fesetround.c (fesetround): Likewise.
45349         * sysdeps/sh/sh4/fpu/fegetenv.c (fegetenv): Do not re-write fpscr after
45350         reading it.
45351         * sysdeps/sh/sh4/fpu/fegetexcept.c (fegetexcept): Likewise.
45352         * sysdeps/sh/sh4/fpu/ftestexcept.c (fetestexcept): Likewise.
45354 2012-06-09  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
45356         * sysdeps/unix/sysv/linux/sh/nptl/ld.abilist: New file.
45357         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Refreshed.
45358         * sysdeps/unix/sysv/linux/sh/nptl/libm.abilist: Refreshed.
45359         * sysdeps/unix/sysv/linux/sh/nptl/librt.abilist: Refreshed.
45361 2012-06-06  H.J. Lu  <hongjiu.lu@intel.com>
45363         [BZ #14117]
45364         * sysdeps/i386/fpu/bits/fenv.h: Removed.
45365         * sysdeps/i386/fpu/Implies: New file.
45366         * sysdeps/x86_64/fpu/Implies: Likewise.
45367         * sysdeps/x86_64/fpu/bits/fenv.h: Renamed to ...
45368         * sysdeps/x86/fpu/bits/fenv.h: This.
45370         * sysdeps/x86_64/fpu/bits/fenv.h (feraiseexcept): Check
45371         __SSE_MATH__.
45373 2012-06-06  Siddhesh Poyarekar  <siddhesh@redhat.com>
45375         [BZ #14134]
45376         * iconvdata/ibm930.c (BODY) [FROM_LOOP]: Check for invalid
45377         character 0xffff that matches the last element of the
45378         conversion table.
45380 2012-06-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
45382         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c: Fix for wrong ldbl128-ibm
45383         fmodl commit.
45385 2012-06-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
45387         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Fix spurious underflow for
45388         values higher than 25.6283.
45390 2012-06-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
45392         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c (__ieee754_fmodl): Fix
45393         subnormal exponent extraction and add some __builtin_expect.
45394         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h (ldbl_extract_mantissa):
45395         Fix for subnormal mantissa calculation.
45397 2012-06-04  Mike Frysinger  <vapier@gentoo.org>
45399         * sysdeps/unix/sysv/linux/tst-getcpu.c (do_test): Call perror when
45400         cpu2 is -1 and errno is not ENOSYS.
45402 2012-06-04  H.J. Lu  <hongjiu.lu@intel.com>
45404         [BZ #14117]
45405         * sysdeps/i386/i486/bits/string.h: Renamed to ...
45406         * sysdeps/x86/bits/string.h: This.
45407         * sysdeps/x86_64/bits/string.h: Removed.
45409         * sysdeps/i386/i486/bits/string.h: Define inline functions only
45410         if not compiling for x86-64, but compiling for >= i486.
45412         * sysdeps/unix/sysv/linux/x86_64/bits/sigcontext.h: Renamed to ...
45413         * sysdeps/unix/sysv/linux/x86/bits/sigcontext.h: This.
45415         * sysdeps/unix/sysv/linux/x86_64/bits/sigcontext.h (FP_XSTATE_MAGIC1):
45416         New macro from Linux kernel 3.4.0.
45417         (FP_XSTATE_MAGIC2): Likewise.
45418         (FP_XSTATE_MAGIC2_SIZE): Likewise.
45419         (X86_FXSR_MAGIC): New macro from Linux i386 kernel.
45420         (struct _fpx_sw_bytes): New struct.
45421         (struct _xsave_hdr): Likewise.
45422         (struct _ymmh_state): Likewise.
45423         (struct _xstate): Likewise.
45425         * sysdeps/unix/sysv/linux/i386/sys/debugreg.h: Removed.
45426         * sysdeps/unix/sysv/linux/i386/sys/reg.h: Likewise.
45427         * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h: Renamed to ...
45428         * sysdeps/unix/sysv/linux/x86/sys/debugreg.h: This.
45429         * sysdeps/unix/sysv/linux/x86_64/sys/reg.h: Renamed to ...
45430         * sysdeps/unix/sysv/linux/x86/sys/reg.h: This.
45432         * sysdeps/unix/sysv/linux/i386/sys/io.h: Removed.
45433         * sysdeps/unix/sysv/linux/x86_64/sys/io.h: Renamed to ...
45434         * sysdeps/unix/sysv/linux/x86/sys/io.h: This.
45435         * sysdeps/unix/sysv/linux/i386/sys/perm.h: Removed.
45436         * sysdeps/unix/sysv/linux/x86_64/sys/perm.h: Renamed to ...
45437         * sysdeps/unix/sysv/linux/x86/sys/perm.h: This.
45439 2012-06-04  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
45441         [BZ #13743]
45442         * sysdeps/powerpc/sys/platform/ppc.h: New file for PowerPC features.
45443         * sysdeps/powerpc/Makefile (tests): Add test-gettimebase.
45444         (sysdep_headers): Include sys/platform/ppc.h.
45445         * sysdeps/powerpc/test-gettimebase.c: Test for
45446         __ppc_get_timebase() to catch future ISA opcode/insn changes.
45447         * manual/Makefile (appendices): Include platform.texi.
45448         * manual/contrib.texi (Contributors): Update @node pointers.
45449         * manual/maint.texi (Maintenance): Likewise.
45450         (Platform): New node.
45451         * manual/platform.texi: New file.  Document the new features.
45453 2012-06-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
45454             Jakub Jelinek  <jakub@redhat.com>
45456         [BZ #14188]
45457         * misc/sys/cdefs.h (__glibc_unlikely): New macro to wrap cases
45458         where __builtin_expect is unavailable.
45460 2012-06-03  David S. Miller  <davem@davemloft.net>
45462         * stdlib/longlong.h: Updated from GCC.
45464 2012-06-02  Andreas Schwab  <schwab@linux-m68k.org>
45466         [BZ #14042]
45467         * sysdeps/powerpc/powerpc32/mcount.c: New file.
45468         * sysdeps/powerpc/powerpc32/Versions (GLIBC_2.16): Add
45469         __mcount_internal.
45470         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist
45471         (GLIBC_2.16): Likewise.
45473 2012-06-01  H.J. Lu  <hongjiu.lu@intel.com>
45475         * sysdeps/unix/sysv/linux/x86_64/sys/io.h (outsw): Fix a typo.
45477 2012-06-01  Joseph Myers  <joseph@codesourcery.com>
45479         * sysdeps/unix/sysv/linux/powerpc/powerpc32/Makefile
45480         (default-abi): New variable.
45481         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Makefile: New file.
45482         * sysdeps/unix/sysv/linux/s390/s390-32/Makefile (default-abi): New
45483         variable.
45484         * sysdeps/unix/sysv/linux/s390/s390-64/Makefile (default-abi):
45485         Likewise.
45486         * sysdeps/unix/sysv/linux/sparc/sparc32/Makefile (default-abi):
45487         Likewise.
45488         * sysdeps/unix/sysv/linux/sparc/sparc64/Makefile (default-abi):
45489         Likewise.
45491         * Makeconfig [abi-variants && !default-abi] (default-abi): Remove
45492         definition.  Document in comment.
45494 2012-06-01  David S. Miller  <davem@davemloft.net>
45496         * stdlib/longlong.h: Updated from GCC.
45498 2012-06-01  H.J. Lu  <hongjiu.lu@intel.com>
45500         [BZ #14117]
45501         * sysdeps/unix/sysv/linux/i386/Makefile (sysdep_headers):
45502         Don't add sys/elf.h sys/perm.h sys/reg.h sys/vm86.h
45503         sys/debugreg.h sys/io.h here.
45504         * sysdeps/unix/sysv/linux/x86/Makefile (sysdep_headers): Add
45505         sys/elf.h sys/perm.h sys/reg.h sys/vm86.h sys/debugreg.h
45506         sys/io.h.
45507         * sysdeps/unix/sysv/linux/x86_64/Makefile (sysdep_headers):
45508         Don't add sys/perm.h sys/reg.h sys/debugreg.h sys/io.h here.
45509         * sysdeps/unix/sysv/linux/i386/sys/elf.h: Renamed to ...
45510         * sysdeps/unix/sysv/linux/x86/sys/elf.h: This.
45511         * sysdeps/unix/sysv/linux/i386/sys/vm86.h: Renamed to ...
45512         * sysdeps/unix/sysv/linux/x86/sys/vm86.h: This.
45514         * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h (DR_LEN_8):
45515         Define only if __x86_64__ is defined.
45517 2012-06-01  Joseph Myers  <joseph@codesourcery.com>
45519         [BZ #14048]
45520         * sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c (__ieee754_fmod):
45521         Use int64_t for variable i.
45522         * math/libm-test.inc (fmod_test): Add more tests.
45524         * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Ensure temp + (double)
45525         z computation is not scheduled after fetestexcept.
45526         * sysdeps/ieee754/ldbl-128/s_fmal.c: Include <math_private.h>.
45527         Use math_force_eval instead of asm to ensure calculation scheduled
45528         before exception test.
45529         * sysdeps/ieee754/ldbl-96/s_fmal.c: Include <math_private.h>.
45530         Ensure a1 + u.d computation is not scheduled after fetestexcept.
45532 2012-06-01  Aurelien Jarno  <aurelien@aurel32.net>
45534         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Ensure a1 + u.d
45535         computation is not scheduled after fetestexcept.
45537 2012-06-01  H.J. Lu  <hongjiu.lu@intel.com>
45539         [BZ #14117]
45540         * sysdeps/unix/sysv/linux/i386/bits/wchar.h: Renamed to ...
45541         * sysdeps/unix/sysv/linux/x86/bits/wchar.h: This.
45543 2012-06-01  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
45545         * sysdeps/powerpc/fpu/k_cosf.c: Fix underflow generation.
45546         * sysdeps/powerpc/fpu/k_sinf.c: Likewise.
45548 2012-05-31  H.J. Lu  <hongjiu.lu@intel.com>
45550         [BZ #14117]
45551         * sysdeps/unix/sysv/linux/i386/bits/wchar.h: Include
45552         <bits/wordsize.h>.
45553         (__WCHAR_MIN): Support __WORDSIZE == 64.
45554         (__WCHAR_MAX): Likewise.
45556         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h: Renamed to ...
45557         * sysdeps/unix/sysv/linux/x86/bits/typesizes.h: This.
45559         [BZ #14183]
45560         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h (__FSWORD_T_TYPE):
45561         Defined with __SWORD_TYPE if __x86_64__ isn't defined.
45563         [BZ #14117]
45564         * sysdeps/unix/sysv/linux/x86_64/bits/siginfo.h: Renamed to ...
45565         * sysdeps/unix/sysv/linux/x86/bits/siginfo.h: This.
45567         * sysdeps/unix/sysv/linux/x86_64/bits/stat.h: Renamed to ...
45568         * sysdeps/unix/sysv/linux/x86/bits/stat.h: This.
45570         * sysdeps/unix/sysv/linux/x86_64/bits/stat.h (_STAT_VER_KERNEL):
45571         Defined to 1 if __x86_64__ isn't defined.
45572         (_STAT_VER_LINUX_OLD): New.
45573         (st_atime): Remove duplicate.
45574         (st_mtime): Likewise.
45575         (st_ctime): Likewise.
45577 2012-05-31  David S. Miller  <davem@davemloft.net>
45579         * sysdeps/sparc/fpu/libm-test-ulps: Remove sqrt(2) and sqrt test
45580         entries.
45582 2012-06-01  Andreas Schwab  <schwab@linux-m68k.org>
45584         * sysdeps/powerpc/fpu/libm-test-ulps: Sort through
45585         gen-libm-test.pl.
45587         [BZ #14132]
45588         * elf/dl-reloc.c: Include <_itoa.h>.
45589         (_dl_reloc_bad_type): Remove use of INTUSE.
45590         * elf/dl-minimal.c (_itoa, _itoa_lower_digits): Likewise.
45591         * stdio-common/_itoa.c (_itoa_word, _itoa): Likewise.
45592         * stdio-common/psiginfo.c (psiginfo): Likewise.
45593         * stdio-common/psignal.c (psignal): Likewise.
45594         * string/strsignal.c (strsignal): Likewise.
45595         * include/signal.h (_sys_siglist): Declare hidden proto.
45596         * stdio-common/itoa-digits.c: Include <_itoa.h>.  Replace
45597         INTVARDEF with libc_hidden_data_def.
45598         * stdio-common/itoa-udigits.c: Likewise.
45599         * sysdeps/generic/_itoa.h (_itoa_upper_digits_internal)
45600         (_itoa_lower_digits_internal): Remove declaration.
45601         (_itoa_upper_digits, _itoa_lower_digits): Declare hidden proto.
45602         * sysdeps/gnu/siglist.c (_sys_siglist_internal)
45603         (_sys_sigabbrev_internal): Remove aliases.
45604         (_sys_siglist): Define hidden alias.
45606 2012-05-31  Markus Trippelsdorf  <markus@trippelsdorf.de>
45608         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
45609         bits/sysctl.h.
45611 2012-05-31  H.J. Lu  <hongjiu.lu@intel.com>
45613         [BZ #14117]
45614         * sysdeps/unix/sysv/linux/x86_64/bits/sysctl.h: Renamed to ...
45615         * sysdeps/unix/sysv/linux/x86/bits/sysctl.h: This.
45617         * sysdeps/unix/sysv/linux/i386/sys/ucontext.h: Removed.
45618         * sysdeps/unix/sysv/linux/x86_64/sys/ucontext.h: Renamed to ...
45619         * sysdeps/unix/sysv/linux/x86/sys/ucontext.h: This.
45620         * sysdeps/unix/sysv/linux/i386/sys/user.h: Removed.
45621         * sysdeps/unix/sysv/linux/x86_64/sys/user.h: Renamed to ...
45622         * sysdeps/unix/sysv/linux/x86/sys/user.h: This.
45624         * sysdeps/unix/sysv/linux/i386/sys/procfs.h: Removed.
45625         * sysdeps/unix/sysv/linux/x86_64/sys/procfs.h: Renamed to ...
45626         * sysdeps/unix/sysv/linux/x86/sys/procfs.h: This.
45628         * sysdeps/unix/sysv/linux/x86_64/sys/io.h (insb): Replace addr
45629         with __addr.
45630         (insw): Likewise.
45631         (insl): Likewise.
45632         (outsb): Likewise.
45633         (outsw): Likewise.
45634         (outsl): Likewise.
45636         * sysdeps/unix/sysv/linux/i386/bits/mman.h: Removed.
45637         * sysdeps/unix/sysv/linux/x86_64/bits/mman.h: Renamed to ...
45638         * sysdeps/unix/sysv/linux/x86/bits/mman.h: This.
45640         * sysdeps/unix/sysv/linux/x86_64/bits/msq.h: Renamed to ...
45641         * sysdeps/unix/sysv/linux/x86/bits/msq.h: This.
45642         * sysdeps/unix/sysv/linux/x86_64/bits/sem.h: Renamed to ...
45643         * sysdeps/unix/sysv/linux/x86/bits/sem.h: This.
45644         * sysdeps/unix/sysv/linux/x86_64/bits/shm.h: Renamed to ...
45645         * sysdeps/unix/sysv/linux/x86/bits/shm.h: This.
45647         * sysdeps/unix/sysv/linux/x86_64/bits/ipctypes.h: Renamed to ...
45648         * sysdeps/unix/sysv/linux/x86/bits/ipctypes.h: This.
45650         * sysdeps/unix/sysv/linux/x86_64/bits/epoll.h: Renamed to ...
45651         * sysdeps/unix/sysv/linux/x86/bits/epoll.h: This.
45653         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Removed.
45654         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Renamed to ...
45655         * sysdeps/unix/sysv/linux/x86/bits/fcntl.h: This.
45657         * sysdeps/unix/sysv/linux/i386/bits/environments.h: Removed.
45658         * sysdeps/unix/sysv/linux/x86_64/bits/environments.h: Renamed
45659         to ...
45660         * sysdeps/unix/sysv/linux/x86/bits/environments.h: This.
45662         * sysdeps/unix/sysv/linux/i386/bits/a.out.h: Removed.
45663         * sysdeps/unix/sysv/linux/x86_64/bits/a.out.h: Renamed to ...
45664         * sysdeps/unix/sysv/linux/x86/bits/a.out.h: This.
45666         * sysdeps/unix/sysv/linux/i386/sys/elf.h: Error when compiling
45667         for x86-64.
45668         * sysdeps/unix/sysv/linux/i386/sys/vm86.h: Likewise.
45670 2012-05-31  Joseph Myers  <joseph@codesourcery.com>
45672         * math/math.h (M_El): Use two more decimal places.
45673         (M_LOG2El): Likewise.
45674         (M_LOG10El): Likewise.
45675         (M_LN2l): Likewise.
45676         (M_LN10l): Likewise.
45677         (M_PIl): Likewise.
45678         (M_PI_2l): Likewise.
45679         (M_PI_4l): Likewise.
45680         (M_1_PIl): Likewise.
45681         (M_2_PIl): Likewise.
45682         (M_2_SQRTPIl): Likewise.
45683         (M_SQRT2l): Likewise.
45684         (M_SQRT1_2l): Likewise.
45686 2012-05-31  David S. Miller  <davem@davemloft.net>
45688         * sysdeps/sparc/sparc64/memcpy.S: Use fsrc2 to move 64-bit
45689         values between float registers.
45690         * sysdeps/sparc/sparc64/memset.S: Likewise.
45691         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara2.S: Likewise.
45693 2012-05-31  Mike Frysinger  <vapier@gentoo.org>
45695         * debug/Makefile (CFLAGS-tst-longjmp_chk.c): Delete
45696         -D_FORTIFY_SOURCE=1.
45697         (CPPFLAGS-tst-longjmp_chk.c): Define.
45698         (CFLAGS-tst-longjmp_chk2.c): Delete -D_FORTIFY_SOURCE=1.
45699         (CPPFLAGS-tst-longjmp_chk2.c): Define.
45700         * wcsmbs/Makefile (CPPFLAGS-tst-wchar-h.c): Rename from
45701         CFLAGS-tst-wchar-h.c.
45703 2012-05-31  Marek Polacek  <polacek@redhat.com>
45705         [BZ #14132]
45706         * include/mntent.h (__setmntent_internal, __getmntent_r_internal
45707         __endmntent_internal): Remove declaration.
45708         (__setmntent, __endmntent, __getmntent_r) [NOT_IN_libc]: Remove macro.
45709         (__setmntent, __endmntent, __getmntent_r): Declare hidden proto.
45710         * misc/mntent_r.c: Replace INTDEF with libc_hidden_def.
45712 2012-05-30  David S. Miller  <davem@davemloft.net>
45714         * sysdeps/sparc/sparc32/soft-fp/q_util.c
45715         (___Q_simulate_exceptions): Use real FP ops rather than writing
45716         into the %fsr.
45717         * sysdeps/sparc/sparc32/soft-fp/q_util.c (__Qp_handle_exceptions):
45718         Likewise.
45720 2012-05-30  H.J. Lu  <hongjiu.lu@intel.com>
45722         [BZ #14117]
45723         * sysdeps/x86_64/bits/xtitypes.h: Renamed to ...
45724         * sysdeps/x86/bits/xtitypes.h: This.
45726         * sysdeps/x86_64/bits/wordsize.h: Renamed to ...
45727         * sysdeps/x86/bits/wordsize.h: This.
45729         * sysdeps/i386/bits/huge_vall.h: Renamed to ...
45730         * sysdeps/x86/bits/huge_vall.h: This.
45732         * sysdeps/i386/bits/select.h: Removed.
45733         * sysdeps/x86_64/bits/select.h: Renamed to ...
45734         * sysdeps/x86/bits/select.h: This.
45736         * sysdeps/i386/bits/setjmp.h: Removed.
45737         * sysdeps/x86_64/bits/setjmp.h: Renamed to ...
45738         * sysdeps/x86/bits/setjmp.h: This.
45740         * sysdeps/i386/bits/mathdef.h: Removed.
45741         * sysdeps/x86_64/bits/mathdef.h: Renamed to ...
45742         * sysdeps/x86/bits/mathdef.h: This.
45744 2012-05-30  Andreas Schwab  <schwab@linux-m68k.org>
45746         [BZ #14132]
45747         * include/sys/socket.h (__connect_internal)
45748         (__libc_sa_len_internal): Remove declaration.
45749         (__connect, __libc_sa_len): Declare hidden_proto.
45750         (SA_LEN): Remove use of INTUSE.
45751         * socket/connect.c: Add libc_hidden_def.
45752         * sysdeps/mach/hurd/connect.c: Replace INTDEF by libc_hidden_def.
45753         * sysdeps/unix/sysv/linux/sa_len.c: Likewise.
45754         * sysdeps/unix/inet/syscalls.list: Remove __connect_internal
45755         alias.
45756         * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list: Likewise.
45757         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Likewise.
45758         * sysdeps/unix/sysv/linux/connect.S: Use libc_hidden_weak instead
45759         of adding _internal alias.
45761 2012-05-30  H.J. Lu  <hongjiu.lu@intel.com>
45763         [BZ #14117]
45764         * sysdeps/i386/bits/link.h: Removed.
45765         * sysdeps/i386/bits/linkmap.h: Likewise.
45766         * sysdeps/x86_64/bits/link.h: Renamed to ...
45767         * sysdeps/x86/bits/link.h: This.
45768         * sysdeps/x86_64/bits/linkmap.h: Renamed to ...
45769         * sysdeps/x86/bits/linkmap.h: This.
45771         * sysdeps/i386/bits/endian.h: Removed.
45772         * sysdeps/x86_64/bits/endian.h: Renamed to ...
45773         * sysdeps/x86/bits/endian.h: This.
45775         * sysdeps/i386/bits/byteswap.h: Removed.
45776         * sysdeps/i386/bits/byteswap-16.h: Likewise.
45777         * sysdeps/x86_64/bits/byteswap.h: Renamed to ...
45778         * sysdeps/x86/bits/byteswap.h: This.
45779         * sysdeps/x86_64/bits/byteswap-16.h: Renamed to ...
45780         * sysdeps/x86/bits/byteswap-16.h: This.
45781         * sysdeps/i386/Implies: Add x86.
45782         * sysdeps/x86_64/Implies: Likewise.
45784 2012-05-30  David S. Miller  <davem@davemloft.net>
45786         * soft-fp/soft-fp.h (FP_CUR_EXCEPTIONS): Define.
45787         (FP_TRAPPING_EXCEPTIONS): Provide default implementation.
45788         * sysdeps/sparc/sparc32/soft-fp/sfp-machine.h
45789         (FP_TRAPPING_EXCEPTIONS): Define.
45790         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h
45791         (FP_TRAPPING_EXCEPTIONS): Define.
45792         * soft-fp/op-common.h (_FP_PACK_SEMIRAW): Signal underflow for
45793         subnormals only when inexact has been signalled or underflow
45794         exceptions are enabled.
45795         (_FP_PACK_CANONICAL): Likewise.
45797 2012-05-30  H.J. Lu  <hongjiu.lu@intel.com>
45799         [BZ #14183]
45800         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h (__NLINK_T_TYPE):
45801         Defined with __UWORD_TYPE if __x86_64__ isn't defined.
45803 2012-05-30  Richard Henderson  <rth@twiddle.net>
45805         * sysdeps/unix/make-syscalls.sh: Protect symbol_version output
45806         with #ifndef NOT_IN_libc.
45808         * scripts/abilist.awk: Accept 8 fields.  Handle Alpha functions
45809         marked to avoid plt entry.
45811 2012-05-30  H.J. Lu  <hongjiu.lu@intel.com>
45813         [BZ #14112]
45814         * Makeconfig (default-abi): New macro.
45815         (abi-includes): Likewise.
45816         ($(common-objpfx)soversions.mk): Remove WORDSIZE check.  Use
45817         $(abi-$(default-abi)-lib-soname) for soname if defined.
45818         ($(common-objpfx)gnu/lib-names.stmp): Generate from
45819         abi-variants.
45820         * Makefile (installed-stubs): Likewise.
45821         * include/stubs-biarch.h: Removed.
45822         * scripts/lib-names.awk: Only handle one library at a time.
45823         * scripts/soversions.awk: Remove WORDSIZE support.
45824         * shlib-versions: Remove WORDSIZE and i.86/s390x/powerpc64 ld
45825         entries.
45826         * sysdeps/unix/sysv/linux/Makefile (syscall-list-variants):
45827         Removed.
45828         (syscall-list-default-condition): Likewise.
45829         (syscall-list-default-condition): Likewise.
45830         (syscall-list-includes): Likewise.
45831         ($(objpfx)bits/syscall%h $(objpfx)bits/syscall%d): Replace
45832         syscall-list-* with abi-*.  Handle undefined abi-variants.
45833         * sysdeps/unix/sysv/linux/i386/Makefile (default-abi): New macro.
45834         * sysdeps/unix/sysv/linux/i386/Implies: New file.
45835         * sysdeps/unix/sysv/linux/x86/Makefile: Likewise.
45836         * sysdeps/unix/sysv/linux/x86_64/64/Makefile: Likewise.
45837         * sysdeps/unix/sysv/linux/x86_64/Implies: Add unix/sysv/linux/x86.
45838         * sysdeps/unix/sysv/linux/x86_64/Makefile (syscall-list-variants):
45839         Removed.
45840         (syscall-list-32-options): Likewise.
45841         (syscall-list-32-condition): Likewise.
45842         (syscall-list-64-options): Likewise.
45843         (syscall-list-64-condition): Likewise.
45844         * sysdeps/unix/sysv/linux/x86_64/x32/Makefile (default-abi): New
45845         macro.
45846         * sysdeps/unix/sysv/linux/powerpc/Makefile (syscall-list-*):
45847         Renamed to ...
45848         (abi-*): This.
45849         (abi-64-ld-soname): New macro.
45850         * sysdeps/unix/sysv/linux/s390/Makefile: Likewise.
45851         * sysdeps/unix/sysv/linux/sparc/Makefile (syscall-list-*):
45852         Renamed to ...
45853         (abi-*): This.
45854         * sysdeps/x86_64/64/shlib-versions: Remove ld entry.
45855         * sysdeps/x86_64/x32/shlib-versions: Likewise.
45857 2012-05-30  Joseph Myers  <joseph@codesourcery.com>
45859         * sysdeps/unix/sysv/linux/kernel-features.h
45860         (__ASSUME_TRUNCATE64_SYSCALL): Remove all definitions.
45861         * sysdeps/unix/sysv/linux/ftruncate64.c: Do not
45862         include <kernel-features.h>.
45863         [!__NR_ftruncate64]: Remove conditional code.
45864         [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
45865         [__NR_ftruncate64]: Make code unconditional.
45866         [__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
45867         * sysdeps/unix/sysv/linux/truncate64.c: Do not
45868         include <kernel-features.h>.
45869         [!__NR_ftruncate64]: Remove conditional code.
45870         [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
45871         [__NR_ftruncate64]: Make code unconditional.
45872         [__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
45873         * sysdeps/unix/sysv/linux/powerpc/powerpc32/ftruncate64.c: Do not
45874         include <kernel-features.h>.
45875         [!__NR_ftruncate64]: Remove conditional code.
45876         [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
45877         [__NR_ftruncate64]: Make code unconditional.
45878         [__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
45879         * sysdeps/unix/sysv/linux/powerpc/powerpc32/truncate64.c: Do not
45880         include <kernel-features.h>.
45881         [!__NR_ftruncate64]: Remove conditional code.
45882         [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
45883         [__NR_ftruncate64]: Make code unconditional.
45884         [__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
45886         * configure.in (libc_cv_fpie): Weaken to a compile test using
45887         LIBC_TRY_CC_OPTION.
45888         * configure: Regenerated.
45890 2012-05-29  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
45892         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/ld.abilist: Refreshed.
45893         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Refreshed.
45894         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libm.abilist: Refreshed.
45895         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
45896         Refreshed.
45897         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/librt.abilist: Refreshed.
45898         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libutil.abilist: Refreshed.
45899         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/ld.abilist: Refreshed.
45900         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Refreshed.
45901         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libm.abilist: Refreshed.
45902         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
45903         Refreshed.
45905 2012-05-27  David S. Miller  <davem@davemloft.net>
45907         * sysdeps/sparc/sparc32/soft-fp/q_util.c (___Q_numbers): Delete.
45908         (___Q_zero): New.
45909         (__Q_simulate_exceptions): Return void.  Change to simulate
45910         exceptions by writing into the %fsr.
45911         * sysdeps/sparc/sparc64/soft-fp/qp_util.c
45912         (__Qp_handle_exceptions): Likewise.
45913         (numbers): Delete.
45914         * sysdeps/sparc/sparc64/soft-fp/Versions: Remove entry for
45915         __Qp_handle_exceptions.
45916         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Remove
45917         __Qp_handle_exceptions.
45918         * sysdeps/sparc/sparc32/soft-fp/sfp-machine.h (_FP_DECL_EX): Mark
45919         as unused and give dummy FP_RND_NEAREST initializer.
45920         (FP_INHIBIT_RESULTS): Define.
45921         (___Q_simulate_exceptions): Update declaration.
45922         (FP_HANDLE_EXCEPTIONS): Use ___Q_zero and tidy inline asm
45923         formatting.
45924         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h (_FP_DECL_EX): Mark
45925         as unused and give dummy FP_RND_NEAREST initializer.
45926         (__Qp_handle_exceptions): Update declaration.
45927         (FP_HANDLE_EXCEPTIONS, QP_NO_EXCEPTIONS): Tidy inline asm
45928         formatting.
45930 2012-05-27  Thomas Schwinge  <thomas@codesourcery.com>
45932         * sysdeps/sh/sh4/fpu/fclrexcpt.c (feclearexcept): Use fpu_control_t for
45933         the temporary FPU control word.
45934         * sysdeps/sh/sh4/fpu/fedisblxcpt.c (fedisableexcept): Likewise.
45935         * sysdeps/sh/sh4/fpu/feenablxcpt.c (feenableexcept): Likewise.
45936         * sysdeps/sh/sh4/fpu/fegetenv.c (fegetenv): Likewise.
45937         * sysdeps/sh/sh4/fpu/fegetexcept.c (fegetexcept): Likewise.
45938         * sysdeps/sh/sh4/fpu/fegetround.c (fegetround): Likewise.
45939         * sysdeps/sh/sh4/fpu/feholdexcpt.c (feholdexcept): Likewise.
45940         * sysdeps/sh/sh4/fpu/fesetenv.c (fesetenv): Likewise.
45941         * sysdeps/sh/sh4/fpu/fesetround.c (fesetround): Likewise.
45942         * sysdeps/sh/sh4/fpu/feupdateenv.c (feupdateenv): Likewise.
45943         * sysdeps/sh/sh4/fpu/fsetexcptflg.c (fesetexceptflag): Likewise.
45944         * sysdeps/sh/sh4/fpu/ftestexcept.c (fetestexcept): Likewise.
45946 2012-05-27  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
45948         * sysdeps/sh/sh4/fpu/fraiseexcpt.c (feraiseexcept): Restore fpscr flag
45949         fields.
45951 2012-05-27  Chung-Lin Tang  <cltang@codesourcery.com>
45953         * sysdeps/sh/_mcount.S (_mount): Add CFI directives.
45954         * sysdeps/unix/sh/sysdep.S (__syscall_error): Likewise.
45955         * sysdeps/unix/sysv/linux/sh/sh3/setcontext.S (__setcontext): Likewise.
45956         * sysdeps/unix/sysv/linux/sh/sh3/swapcontext.S (__swapcontext):
45957         Likewise.
45958         * sysdeps/unix/sysv/linux/sh/sh4/setcontext.S (__setcontext): Likewise.
45959         * sysdeps/unix/sysv/linux/sh/sh4/swapcontext.S (__swapcontext):
45960         Likewise.
45962 2012-05-27  Ulrich Drepper  <drepper@gmail.com>
45964         * po/h.po: Update from translation team.
45966 2012-05-26  Andreas Schwab  <schwab@linux-m68k.org>
45968         * sysdeps/powerpc/powerpc32/dl-irel.h: Include <ldsodefs.h>.
45970         * sysdeps/ieee754/dbl-64/s_logb.c (__logb): Optimize
45971         handling of denormals.
45972         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c (__logb): Likewise.
45973         * sysdeps/ieee754/flt-32/s_logbf.c (__logbf): Likewise.
45974         * sysdeps/ieee754/ldbl-96/s_logbl.c (__logbl): Likewise.
45975         * sysdeps/ieee754/ldbl-128/s_logbl.c (__logbl): Likewise.
45976         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
45977         * sysdeps/powerpc/powerpc32/power7/fpu/s_logb.c (_logb): Likewise.
45978         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbl.c (_logbl):
45979         Likewise.
45981 2012-05-26  Marek Polacek  <polacek@redhat.com>
45983         [BZ #14152]
45984         * math/libm-test.inc (fma_test): Don't always expect underflow
45985         exception.
45987 2012-05-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
45989         [BZ #12416]
45990         * elf/tst-execstack.c: Include stackinfo.h.
45991         (do_test): Adjust test case to ensure that pthread_getattr_np
45992         behaviour remains the same after marking stack executable.
45994 2012-05-25  Joseph Myers  <joseph@codesourcery.com>
45996         * sysdeps/unix/sysv/linux/kernel-features.h
45997         (__ASSUME_NEW_GETRLIMIT_SYSCALL): Remove all definitions.
45998         * sysdeps/unix/sysv/linux/i386/getrlimit.c: Do not include
45999         kernel-features.h.
46000         [!__ASSUME_NEW_GETRLIMIT_SYSCALL]: Remove conditional code.
46001         [__ASSUME_NEW_GETRLIMIT_SYSCALL]: Make code unconditional.
46002         * sysdeps/unix/sysv/linux/i386/setrlimit.c Do not include
46003         kernel-features.h.
46004         [!__ASSUME_NEW_GETRLIMIT_SYSCALL]: Remove conditional code.
46005         [__ASSUME_NEW_GETRLIMIT_SYSCALL]: Make code unconditional.
46007 2012-05-25  H.J. Lu  <hongjiu.lu@intel.com>
46009         * configure.in: Define the default includes to being none.
46010         * configure: Regenerated.
46012 2012-05-25  Roland McGrath  <roland@hack.frob.com>
46014         * sysdeps/x86_64/__longjmp.S: Add a static probe here.
46015         * sysdeps/x86_64/setjmp.S: Likewise.
46016         * sysdeps/i386/bsd-setjmp.S: Likewise.
46017         * sysdeps/i386/bsd-_setjmp.S: Likewise.
46018         * sysdeps/i386/setjmp.S: Likewise.
46019         * sysdeps/i386/__longjmp.S: Likewise.
46020         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S: Likewise.
46021         * sysdeps/unix/sysv/linux/i386/____longjmp_chk.S: Likewise.
46023         * include/stap-probe.h: New file.
46024         * configure.in: Handle --enable-systemtap.
46025         * configure: Regenerated.
46026         * config.h.in (USE_STAP_PROBE): New #undef.
46027         * extra-lib.mk (CPPFLAGS-$(lib)): Add -DIN_LIB=$(lib).
46028         * elf/Makefile (CPPFLAGS-.os): Add -DIN_LIB=rtld.
46029         * elf/rtld-Rules (rtld-CPPFLAGS): Likewise.
46031 2012-05-25  Joseph Myers  <joseph@codesourcery.com>
46033         [BZ #13717]
46034         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel): Set
46035         to 2.4.0 where earlier.
46036         * sysdeps/unix/sysv/linux/configure: Regenerated.
46037         * sysdeps/unix/sysv/linux/i386/chown.c: Do not include
46038         <kernel-features.h>.
46039         [__ASSUME_32BITUIDS]: Make code unconditional.
46040         [!__ASSUME_32BITUIDS]: Remove conditional code.
46041         * sysdeps/unix/sysv/linux/i386/fchown.c: Do not include
46042         <kernel-features.h>.
46043         [__ASSUME_32BITUIDS]: Make code unconditional.
46044         [!__ASSUME_32BITUIDS]: Remove conditional code.
46045         * sysdeps/unix/sysv/linux/i386/fchownat.c (fchownat)
46046         [__ASSUME_32BITUIDS]: Make code unconditional.
46047         (fchownat) [!__ASSUME_32BITUIDS]: Remove conditional code.
46048         * sysdeps/unix/sysv/linux/i386/getegid.c: Do not include
46049         <kernel-features.h>.
46050         [__ASSUME_32BITUIDS]: Make code unconditional.
46051         [!__ASSUME_32BITUIDS]: Remove conditional code.
46052         * sysdeps/unix/sysv/linux/i386/geteuid.c: Do not include
46053         <kernel-features.h>.
46054         [__ASSUME_32BITUIDS]: Make code unconditional.
46055         [!__ASSUME_32BITUIDS]: Remove conditional code.
46056         * sysdeps/unix/sysv/linux/i386/getgid.c: Do not include
46057         <kernel-features.h>.
46058         [__ASSUME_32BITUIDS]: Make code unconditional.
46059         [!__ASSUME_32BITUIDS]: Remove conditional code.
46060         * sysdeps/unix/sysv/linux/i386/getgroups.c: Do not include
46061         <kernel-features.h>.
46062         [__ASSUME_32BITUIDS]: Make code unconditional.
46063         [!__ASSUME_32BITUIDS]: Remove conditional code.
46064         * sysdeps/unix/sysv/linux/i386/getresgid.c: Do not include
46065         <kernel-features.h>.
46066         [__ASSUME_32BITUIDS]: Make code unconditional.
46067         [!__ASSUME_32BITUIDS]: Remove conditional code.
46068         * sysdeps/unix/sysv/linux/i386/getresuid.c: Do not include
46069         <kernel-features.h>.
46070         [__ASSUME_32BITUIDS]: Make code unconditional.
46071         [!__ASSUME_32BITUIDS]: Remove conditional code.
46072         * sysdeps/unix/sysv/linux/i386/getuid.c: Do not include
46073         <kernel-features.h>.
46074         [__ASSUME_32BITUIDS]: Make code unconditional.
46075         [!__ASSUME_32BITUIDS]: Remove conditional code.
46076         * sysdeps/unix/sysv/linux/i386/lchown.c: Do not include
46077         <kernel-features.h>.
46078         [__ASSUME_32BITUIDS]: Make code unconditional.
46079         [!__ASSUME_32BITUIDS]: Remove conditional code.
46080         * sysdeps/unix/sysv/linux/i386/msgctl.c: Do not include
46081         <kernel-features.h>.
46082         [__ASSUME_32BITUIDS]: Make code unconditional.
46083         [!__ASSUME_32BITUIDS]: Remove conditional code.
46084         * sysdeps/unix/sysv/linux/i386/semctl.c: Do not include
46085         <kernel-features.h>.
46086         [__ASSUME_32BITUIDS]: Make code unconditional.
46087         [!__ASSUME_32BITUIDS]: Remove conditional code.
46088         * sysdeps/unix/sysv/linux/i386/setegid.c: Do not include
46089         <kernel-features.h>.
46090         [__NR_setresgid] (__setresgid): Do not declare.
46091         [__ASSUME_32BITUIDS]: Make code unconditional.
46092         [!__ASSUME_32BITUIDS]: Remove conditional code.
46093         * sysdeps/unix/sysv/linux/i386/seteuid.c: Do not include
46094         <kernel-features.h>.
46095         [__NR_setresuid] (__setresuid): Do not declare.
46096         [__ASSUME_32BITUIDS]: Make code unconditional.
46097         [!__ASSUME_32BITUIDS]: Remove conditional code.
46098         * sysdeps/unix/sysv/linux/i386/setfsgid.c: Do not include
46099         <kernel-features.h>.
46100         [__ASSUME_32BITUIDS]: Make code unconditional.
46101         [!__ASSUME_32BITUIDS]: Remove conditional code.
46102         * sysdeps/unix/sysv/linux/i386/setfsuid.c: Do not include
46103         <kernel-features.h>.
46104         [__ASSUME_32BITUIDS]: Make code unconditional.
46105         [!__ASSUME_32BITUIDS]: Remove conditional code.
46106         * sysdeps/unix/sysv/linux/i386/setgid.c: Do not include
46107         <kernel-features.h>.
46108         [__ASSUME_32BITUIDS]: Make code unconditional.
46109         [!__ASSUME_32BITUIDS]: Remove conditional code.
46110         * sysdeps/unix/sysv/linux/i386/setgroups.c: Do not include
46111         <kernel-features.h>.
46112         [__ASSUME_32BITUIDS]: Make code unconditional.
46113         [!__ASSUME_32BITUIDS]: Remove conditional code.
46114         * sysdeps/unix/sysv/linux/i386/setregid.c: Do not include
46115         <kernel-features.h>.
46116         [__ASSUME_32BITUIDS]: Make code unconditional.
46117         [!__ASSUME_32BITUIDS]: Remove conditional code.
46118         * sysdeps/unix/sysv/linux/i386/setresgid.c: Do not include
46119         <kernel-features.h>.
46120         [__ASSUME_32BITUIDS]: Make code unconditional.
46121         [!__ASSUME_32BITUIDS]: Remove conditional code.
46122         * sysdeps/unix/sysv/linux/i386/setresuid.c: Do not include
46123         <kernel-features.h>.
46124         [__ASSUME_32BITUIDS]: Make code unconditional.
46125         [!__ASSUME_32BITUIDS]: Remove conditional code.
46126         * sysdeps/unix/sysv/linux/i386/setreuid.c: Do not include
46127         <kernel-features.h>.
46128         [__ASSUME_32BITUIDS]: Make code unconditional.
46129         [!__ASSUME_32BITUIDS]: Remove conditional code.
46130         * sysdeps/unix/sysv/linux/i386/setuid.c: Do not include
46131         <kernel-features.h>.
46132         [__ASSUME_32BITUIDS]: Make code unconditional.
46133         [!__ASSUME_32BITUIDS]: Remove conditional code.
46134         * sysdeps/unix/sysv/linux/i386/shmctl.c: Do not include
46135         <kernel-features.h>.
46136         [__ASSUME_32BITUIDS]: Make code unconditional.
46137         [!__ASSUME_32BITUIDS]: Remove conditional code.
46138         * sysdeps/unix/sysv/linux/kernel-features.h
46139         (__ASSUME_SETRESUID_SYSCALL): Remove.
46140         (__ASSUME_SETRESGID_SYSCALL): Likewise.
46141         (__ASSUME_32BITUIDS): Likewise.
46142         (__ASSUME_LDT_WORKS): Likewise.
46143         (__ASSUME_O_DIRECTORY): Likewise.
46144         (__ASSUME_NEW_GETRLIMIT_SYSCALL): Define conditional on
46145         architecture but not kernel version.
46146         (__ASSUME_TRUNCATE64_SYSCALL): Likewise.
46147         (__ASSUME_MMAP2_SYSCALL): Likewise.
46148         (__ASSUME_STAT64_SYSCALL): Likewise.
46149         (__ASSUME_IPC64): Likewise.
46150         * sysdeps/unix/sysv/linux/local-setxid.h: Do not include
46151         <kernel-features.h>.
46152         [__ASSUME_32BITUIDS]: Make code unconditional.
46153         [!__ASSUME_32BITUIDS]: Remove conditional code.
46154         * sysdeps/unix/sysv/linux/opendir.c: Do not include
46155         <kernel-features.h>.
46156         [__ASSUME_O_DIRECTORY]: Make code unconditional.
46157         * sysdeps/unix/sysv/linux/opensock.c [__LINUX_KERNEL_VERSION <
46158         132096]: Remove conditional code.
46159         [__LINUX_KERNEL_VERSION >= 132096]: Make code unconditional.
46160         * sysdeps/unix/sysv/linux/s390/s390-32/chown.c: Do not include
46161         <kernel-features.h>.
46162         [__ASSUME_32BITUIDS]: Make code unconditional.
46163         [!__ASSUME_32BITUIDS]: Remove conditional code.
46164         * sysdeps/unix/sysv/linux/s390/s390-32/lchown.c: Do not include
46165         <kernel-features.h>.
46166         [__ASSUME_32BITUIDS]: Make code unconditional.
46167         [!__ASSUME_32BITUIDS]: Remove conditional code.
46168         * sysdeps/unix/sysv/linux/setegid.c: Do not include
46169         <kernel-features.h>.
46170         [__NR_setresgid || __ASSUME_SETRESGID_SYSCALL]: Make code
46171         unconditional.
46172         (__setresgid): Do not declare.
46173         [__ASSUME_32BITUIDS]: Make code unconditional.
46174         [!__ASSUME_32BITUIDS]: Remove conditional code.
46175         * sysdeps/unix/sysv/linux/seteuid.c: Do not include
46176         <kernel-features.h>.
46177         [__NR_setresuid || __ASSUME_SETRESUID_SYSCALL]: Make code
46178         unconditional.
46179         (__setresuid): Do not declare.
46180         [__ASSUME_32BITUIDS]: Make code unconditional.
46181         [!__ASSUME_32BITUIDS]: Remove conditional code.
46182         * sysdeps/unix/sysv/linux/sh/chown.c: Do not include
46183         <kernel-features.h>.
46184         [__ASSUME_32BITUIDS]: Make code unconditional.
46185         [!__ASSUME_32BITUIDS]: Remove conditional code.
46186         * sysdeps/unix/sysv/linux/sparc/sparc32/semctl.c: Do not include
46187         <kernel-features.h>.
46188         [__ASSUME_32BITUIDS]: Make code unconditional.
46189         [!__ASSUME_32BITUIDS]: Remove conditional code.
46191 2012-05-25  Richard Henderson  <rth@twiddle.net>
46193         * sysdeps/powerpc/powerpc32/dl-irel.h (elf_ifunc_invoke): Pass
46194         dl_hwcap to ifunc resolver.
46195         * sysdeps/powerpc/powerpc32/dl-machine.h (elf_machine_rela): Use
46196         elf_ifunc_invoke.
46197         * sysdeps/powerpc/powerpc64/dl-irel.h (elf_ifunc_invoke): Pass
46198         dl_hwcap to ifunc resolver.
46199         * sysdeps/powerpc/powerpc64/dl-machine.h (resolve_ifunc): Likewise.
46201 2012-05-24  Joseph Myers  <joseph@codesourcery.com>
46203         [BZ #14153]
46204         * sysdeps/ieee754/flt-32/e_acosf.c (__ieee754_acosf): Return pi/2
46205         for |x| <= 2**-26, not 2**-57.
46206         * math/libm-test.inc (acos_test): Do not allow spurious underflow
46207         exception.
46209 2012-05-24  Jeff Law  <law@redhat.com>
46211         * stdio-common/Makefile (tests): Add bug25.
46212         * stdio-common/bug25.c: New test.
46214 2012-05-24  H.J. Lu  <hongjiu.lu@intel.com>
46216         [BZ #13576]
46217         * malloc/malloc.c (sYSMALLOc): Free the old top chunk with a
46218         multiple of MALLOC_ALIGNMENT in size.
46219         (_int_free): Check chunk size is a multiple of MALLOC_ALIGNMENT.
46221 2012-05-24  Joseph Myers  <joseph@codesourcery.com>
46223         * conform/data/stdio.h-data (BUFSIZ): Use macro-int-constant.
46224         Require >= 256.
46225         (FILENAME_MAX): Use macro-int-constant.
46226         (FOPEN_MAX): Use macro-int-constant.  Require >= 8.
46227         (_IOFBF): Use macro-int-constant.
46228         (_IOLBF): Likewise.
46229         (_IONBF): Likewise.
46230         (SEEK_CUR): Likewise.
46231         (SEEK_END): Likewise.
46232         (SEEK_SET): Likewise.
46233         (TMP_MAX): Likewise.
46234         (EOF): Use macro-int-constant.  Require < 0.
46235         (NULL): Use macro-constant.  Require == 0.
46236         (stdin): Require type to be FILE *.
46237         (stdout): Likewise.
46238         (stderr): Likewise.
46239         * conform/data/stdlib.h-data (EXIT_FAILURE): Use
46240         macro-int-constant.
46241         (EXIT_SUCCESS): Likewise.
46242         (NULL): Use macro-constant.  Require == 0.
46243         (RAND_MAX): Use macro-int-constant.
46244         [ISO99 || ISO11] (lldiv_t): Require also for these standards.
46245         [C99-based standards] (strtof): Require function.
46246         [C99-based standards] (strtold): Likewise.
46247         [C99-based standards] (strtoll): Likewise.
46248         [C99-based standards] (strtoull): Likewise.
46249         [ISO || ISO99 || ISO11] (stddef.h): Do not allow header.
46250         [ISO || ISO99 || ISO11] (limits.h): Likewise.
46251         [ISO || ISO99 || ISO11] (math.h): Likewise.
46252         [ISO || ISO99 || ISO11] (sys/wait.h): Likewise.
46253         (str*): Change to str[abcdefghijklmnopqrstuvwxyz]*.
46254         [ISO || ISO99 || ISO11] (*_t): Do not allow.
46256 2012-05-24  Andreas Schwab  <schwab@linux-m68k.org>
46258         [BZ #14132]
46259         * argp/argp-help.c (dgettext) [_LIBC]: Remove use of INTUSE.
46260         * argp/argp-parse.c (dgettext) [_LIBC]: Likewise.
46261         * intl/dgettext.c (DCGETTEXT): Likewise.
46262         * intl/gettext.c (DCGETTEXT): Likewise.
46263         * intl/l10nflist.c (__argz_count, __argz_stringify): Likewise.
46264         * posix/regex_internal.h (gettext): Likewise.
46265         * include/libintl.h (__dcgettext_internal, __dcngettext_internal):
46266         Remove declaration.
46267         * include/argz.h (__argz_count_internal)
46268         (__argz_stringify_internal): Remove declaration.
46269         (__argz_count, __argz_stringify): Declare hidden proto.
46270         * intl/dcgettext.c: Remove use of INTDEF.
46271         * string/argz-count.c: Replace INTDEF with libc_hidden_def.
46272         * string/argz-stringify.c: Likewise.
46273         * include/libio.h (_IO_free_backup_area, _IO_free_wbackup_area)
46274         (_IO_padn, _IO_putc, _IO_sgetn, _IO_vfprintf, _IO_vfscanf):
46275         Declare hidden proto.
46276         * include/libio.h (_IO_free_backup_area, _IO_free_wbackup_area)
46277         (_IO_padn, _IO_putc, _IO_sgetn, _IO_vfprintf, _IO_vfscanf):
46278         Declare hidden proto.
46279         * include/stdio.h (__asprintf_internal): Don't declare.
46280         (__asprintf): Don't define as macro.  Declare hidden proto.
46281         * include/stdio_ext.h (__fsetlocking_internal): Don't declare.
46282         (__fsetlocking): Declare hidden proto.
46283         * libio/iolibio.h (_IO_fdopen, _IO_fflush, _IO_ftell, _IO_fread)
46284         (_IO_fwrite, _IO_setbuffer, _IO_setvbuf, _IO_vsprintf): Declare
46285         hidden proto.
46286         (_IO_vprintf, _IO_freopen, _IO_freopen64, _IO_setbuf)
46287         (_IO_setlinebuf): Remove use of INTUSE.
46288         (_IO_setbuffer_internal, _IO_fread_internal, _IO_fdopen_internal)
46289         (_IO_vsprintf_internal, _IO_fflush_internal, _IO_fwrite_internal)
46290         (_IO_ftell_internal, _IO_fputs_internal, _IO_setvbuf_internal):
46291         Remove declaration.
46292         * libio/libioP.h (INTUSE, INTDEF, INTDEF2): Don't define.
46293         (_IO_do_flush): Remove use of INTUSE.
46294         (_IO_switch_to_get_mode, _IO_init, _IO_sputbackc, _IO_un_link)
46295         (_IO_link_in, _IO_doallocbuf, _IO_unsave_markers, _IO_setb)
46296         (_IO_adjust_column, _IO_least_wmarker)
46297         (_IO_switch_to_main_wget_area, _IO_switch_to_wbackup_area)
46298         (_IO_switch_to_wget_mode, _IO_wsetb, _IO_sputbackwc)
46299         (_IO_wdoallocbuf, _IO_default_uflow, _IO_wdefault_uflow)
46300         (_IO_default_doallocate, _IO_wdefault_doallocate)
46301         (_IO_default_finish, _IO_wdefault_finish, _IO_default_pbackfail)
46302         (_IO_wdefault_pbackfail, _IO_default_xsputn, _IO_wdefault_xsputn)
46303         (_IO_default_xsgetn, _IO_wdefault_xsgetn, _IO_do_write)
46304         (_IO_wdo_write, _IO_flush_all, _IO_flush_all_linebuffered)
46305         (_IO_file_doallocate, _IO_file_setbuf, _IO_file_seekoff)
46306         (_IO_file_xsputn, _IO_file_xsgetn, _IO_file_stat, _IO_file_close)
46307         (_IO_file_underflow, _IO_file_overflow, _IO_file_init)
46308         (_IO_file_attach, _IO_file_fopen, _IO_file_read, _IO_file_sync)
46309         (_IO_file_close_it, _IO_file_seek, _IO_file_finish)
46310         (_IO_wfile_xsputn, _IO_wfile_sync, _IO_wfile_underflow)
46311         (_IO_wfile_overflow, _IO_wfile_seekoff, _IO_str_underflow)
46312         (_IO_str_overflow, _IO_str_pbackfail, _IO_str_seekoff)
46313         (_IO_getline, _IO_getline_info, _IO_list_all): Declare hidden
46314         proto.
46315         (_IO_flush_all_internal, _IO_adjust_column_internal)
46316         (_IO_default_uflow_internal, _IO_default_finish_internal)
46317         (_IO_default_pbackfail_internal, _IO_default_xsputn_internal)
46318         (_IO_default_xsgetn_internal, _IO_default_doallocate_internal)
46319         (_IO_wdefault_finish_internal, _IO_wdefault_pbackfail_internal)
46320         (_IO_wdefault_xsputn_internal, _IO_wdefault_xsgetn_internal)
46321         (_IO_wdefault_doallocate_internal, _IO_wdefault_uflow_internal)
46322         (_IO_file_doallocate_internal, _IO_file_setbuf_internal)
46323         (_IO_file_seekoff_internal, _IO_file_xsputn_internal)
46324         (_IO_file_xsgetn_internal, _IO_file_stat_internal)
46325         (_IO_file_close_internal, _IO_file_close_it_internal)
46326         (_IO_file_underflow_internal, _IO_file_overflow_internal)
46327         (_IO_file_init_internal, _IO_file_attach_internal)
46328         (_IO_file_fopen_internal, _IO_file_read_internal)
46329         (_IO_file_sync_internal, _IO_file_seek_internal)
46330         (_IO_file_finish_internal, _IO_wfile_xsputn_internal)
46331         (_IO_wfile_seekoff_internal, _IO_wfile_sync_internal)
46332         (_IO_str_underflow_internal, _IO_str_overflow_internal)
46333         (_IO_str_pbackfail_internal, _IO_str_seekoff_internal)
46334         (_IO_file_jumps_internal, _IO_wfile_jumps_internal)
46335         (_IO_list_all_internal, _IO_link_in_internal)
46336         (_IO_sputbackc_internal, _IO_wdoallocbuf_internal)
46337         (_IO_sgetn_internal, _IO_flush_all_linebuffered_internal)
46338         (_IO_switch_to_wget_mode_internal, _IO_unsave_markers_internal)
46339         (_IO_switch_to_main_wget_area_internal, _IO_wdo_write_internal)
46340         (_IO_do_write_internal, _IO_padn_internal)
46341         (_IO_getline_info_internal, _IO_getline_internal)
46342         (_IO_free_wbackup_area_internal, _IO_free_backup_area_internal)
46343         (_IO_switch_to_wbackup_area_internal, _IO_setb_internal)
46344         (_IO_sputbackwc_internal, _IO_switch_to_get_mode_internal)
46345         (_IO_vfscanf_internal, _IO_vfprintf_internal)
46346         (_IO_doallocbuf_internal, _IO_wsetb_internal, _IO_putc_internal)
46347         (_IO_init_internal, _IO_un_link_internal): Don't declare.
46348         * libio/fileops.c: Replace INTDEF with libc_hidden_def and INTDEF2
46349         with libc_hidden_ver, remove use of INTUSE.
46350         * libio/genops.c: Likewise.
46351         * libio/freopen.c: Likewise.
46352         * libio/freopen64.c: Likewise.
46353         * libio/iofclose.c: Likewise.
46354         * libio/iofdopen.c: Likewise.
46355         * libio/iofflush.c: Likewise.
46356         * libio/iofflush_u.c: Likewise.
46357         * libio/iofgets.c: Likewise.
46358         * libio/iofgets_u.c: Likewise.
46359         * libio/iofopen.c: Likewise.
46360         * libio/iofopncook.c: Likewise.
46361         * libio/iofread.c: Likewise.
46362         * libio/iofread_u.c: Likewise.
46363         * libio/ioftell.c: Likewise.
46364         * libio/iofwrite.c: Likewise.
46365         * libio/iogetline.c: Likewise.
46366         * libio/iogets.c: Likewise.
46367         * libio/iogetwline.c: Likewise.
46368         * libio/iopadn.c: Likewise.
46369         * libio/iopopen.c: Likewise.
46370         * libio/ioseekoff.c: Likewise.
46371         * libio/ioseekpos.c: Likewise.
46372         * libio/iosetbuffer.c: Likewise.
46373         * libio/iosetvbuf.c: Likewise.
46374         * libio/ioungetc.c: Likewise.
46375         * libio/ioungetwc.c: Likewise.
46376         * libio/iovdprintf.c: Likewise.
46377         * libio/iovsprintf.c: Likewise.
46378         * libio/iovsscanf.c: Likewise.
46379         * libio/memstream.c: Likewise.
46380         * libio/obprintf.c: Likewise.
46381         * libio/oldfileops.c: Likewise.
46382         * libio/oldiofclose.c: Likewise.
46383         * libio/oldiofdopen.c: Likewise.
46384         * libio/oldiofopen.c: Likewise.
46385         * libio/oldiopopen.c: Likewise.
46386         * libio/oldstdfiles.c: Likewise.
46387         * libio/putc.c: Likewise.
46388         * libio/setbuf.c: Likewise.
46389         * libio/setlinebuf.c: Likewise.
46390         * libio/stdfiles.c: Likewise.
46391         * libio/strops.c: Likewise.
46392         * libio/vasprintf.c: Likewise.
46393         * libio/vscanf.c: Likewise.
46394         * libio/vsnprintf.c: Likewise.
46395         * libio/vswprintf.c: Likewise.
46396         * libio/wfiledoalloc.c: Likewise.
46397         * libio/wfileops.c: Likewise.
46398         * libio/wgenops.c: Likewise.
46399         * libio/wmemstream.c: Likewise.
46400         * libio/wstrops.c: Likewise.
46401         * libio/__fpurge.c: Likewise.
46402         * libio/__fsetlocking.c: Likewise.
46403         * assert/assert.c: Likewise.
46404         * debug/fgets_chk.c: Likewise.
46405         * debug/fgets_u_chk.c: Likewise.
46406         * debug/fread_chk.c: Likewise.
46407         * debug/fread_u_chk.c: Likewise.
46408         * debug/gets_chk.c: Likewise.
46409         * debug/obprintf_chk.c: Likewise.
46410         * debug/vasprintf_chk.c: Likewise.
46411         * debug/vdprintf_chk.c: Likewise.
46412         * debug/vsnprintf_chk.c: Likewise.
46413         * debug/vsprintf_chk.c: Likewise.
46414         * malloc/mtrace.c: Likewise.
46415         * misc/error.c: Likewise.
46416         * misc/syslog.c: Likewise.
46417         * stdio-common/asprintf.c: Likewise.
46418         * stdio-common/fxprintf.c: Likewise.
46419         * stdio-common/getw.c: Likewise.
46420         * stdio-common/isoc99_fscanf.c: Likewise.
46421         * stdio-common/isoc99_scanf.c: Likewise.
46422         * stdio-common/isoc99_vfscanf.c: Likewise.
46423         * stdio-common/isoc99_vscanf.c: Likewise.
46424         * stdio-common/isoc99_vsscanf.c: Likewise.
46425         * stdio-common/printf-prs.c: Likewise.
46426         * stdio-common/printf_fp.c: Likewise.
46427         * stdio-common/printf_fphex.c: Likewise.
46428         * stdio-common/printf_size.c: Likewise.
46429         * stdio-common/putw.c: Likewise.
46430         * stdio-common/scanf.c: Likewise.
46431         * stdio-common/sprintf.c: Likewise.
46432         * stdio-common/tmpfile.c: Likewise.
46433         * stdio-common/vfprintf.c: Likewise.
46434         * stdio-common/vfscanf.c: Likewise.
46435         * stdlib/strfmon_l.c: Likewise.
46436         * sunrpc/openchild.c: Likewise.
46437         * sunrpc/xdr_stdio.c: Likewise.
46438         * sysdeps/ieee754/ldbl-opt/nldbl-compat.c: Likewise.
46439         * sysdeps/mach/hurd/tmpfile.c: Likewise.
46441 2012-05-24  Roland McGrath  <roland@hack.frob.com>
46443         * sysdeps/unix/sysv/linux/x86_64/x32/syscalls.list: New file.
46445         * sysdeps/unix/make-syscalls.sh: Support "syscall:vdso_name@VDSOVER"
46446         in the third column, to generate for the shared library an IFUNC
46447         that uses _dl_vdso_vsym.
46448         * Makerules (COMPILE.c, compile-stdin.c): New variables.
46449         * Makeconfig (object-suffixes-noshared): New variable.
46451         * sysdeps/unix/sysv/linux/dl-vdso.h (PREPARE_VERSION_KNOWN): New macro.
46452         (VDSO_NAME_LINUX_2_6, VDSO_HASH_LINUX_2_6): New macros.
46453         (VDSO_NAME_LINUX_2_6_15, VDSO_HASH_LINUX_2_6_15): New macros.
46454         (VDSO_NAME_LINUX_2_6_29, VDSO_HASH_LINUX_2_6_29): New macros.
46456         [BZ #14132]
46457         * include/sys/time.h (__gettimeofday): Remove macro.
46458         (__gettimeofday, gettimeofday): Add libc_hidden_proto.
46459         * time/gettimeofday.c (__gettimeofday): Remove #undef.
46460         Remove INTDEF.
46461         (__gettimeofday): Add libc_hidden_def.
46462         (gettimeofday): Add libc_hidden_weak.
46463         * sysdeps/mach/gettimeofday.c: Likewise.
46464         * sysdeps/posix/gettimeofday.c: Likewise.
46465         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c: Likewise.
46466         * sysdeps/unix/sysv/linux/s390/gettimeofday.c: Likewise.
46467         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c
46468         (__gettimeofday_internal): Remove strong_alias.
46469         (__gettimeofday): Add libc_hidden_def.
46470         (gettimeofday): Add libc_hidden_weak.
46471         * sysdeps/unix/syscalls.list (gettimeofday):
46472         Remove __gettimeofday_internal alias.
46474 2012-05-24  Daniel Jacobowitz  <drow@false.org>
46475             H.J. Lu  <hongjiu.lu@intel.com>
46477         [BZ #12495]
46478         * malloc/malloc.c (SMALLBIN_CORRECTION): New.
46479         (MIN_LARGE_SIZE, smallbin_index): Use it to handle 16-byte alignment.
46480         (largebin_index_32_big): New.
46481         (largebin_index): Use it for 16-byte alignment.
46482         (sYSMALLOc): Handle MALLOC_ALIGNMENT > 2 * SIZE_SZ.  Don't update
46483         correction with front_misalign.
46485 2012-05-24  H.J. Lu  <hongjiu.lu@intel.com>
46487         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/ld.abilist: New file.
46488         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libBrokenLocale.abilist:
46489         Likewise.
46490         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libanl.abilist:
46491         Likewise.
46492         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist:
46493         Likewise.
46494         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libcrypt.abilist:
46495         Likewise.
46496         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libdl.abilist:
46497         Likewise.
46498         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libm.abilist:
46499         Likewise.
46500         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libnsl.abilist:
46501         Likewise.
46502         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libpthread.abilist:
46503         Likewise.
46504         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libresolv.abilist:
46505         Likewise.
46506         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/librt.abilist:
46507         Likewise.
46508         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libthread_db.abilist:
46509         Likewise.
46510         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libutil.abilist:
46511         Likewise.
46513         * scripts/data/c++-types-x32-linux-gnu.data: New file.
46514         * sysdeps/x86_64/x32/shlib-versions: Add x32 ABI entry.
46516 2012-05-24  Joseph Myers  <joseph@codesourcery.com>
46518         [BZ #10846]
46519         [BZ #14036]
46520         * math/libm-test.inc (exp_test): Add test from bug 14036.
46521         (pow_test): Add test from bug 10846.
46523         * math/gen-libm-test.pl (%beautify): Remove entries for exceptions
46524         and other flags.
46525         (special_function): Do not include flags in test name.
46526         (parse_args): Likewise.
46527         * sysdeps/i386/fpu/libm-test-ulps: Update.
46528         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
46529         * sysdeps/s390/fpu/libm-test-ulps: Likewise.
46530         * sysdeps/sparc/fpu/libm-test-ulps: Likewise.
46531         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
46533         * math/gen-libm-test.pl (%beautify): Add entries for underflow
46534         exceptions.
46535         * math/libm-test.inc ("Philosophy"): Update comment about
46536         exception testing.
46537         (UNDERFLOW_EXCEPTION): New macro.
46538         (UNDERFLOW_EXCEPTION_OK): Likewise.
46539         (UNDERFLOW_EXCEPTION_FLOAT): Likewise.
46540         (UNDERFLOW_EXCEPTION_OK_FLOAT): Likewise.
46541         (UNDERFLOW_EXCEPTION_DOUBLE): Likewise.
46542         (UNDERFLOW_EXCEPTION_LDOUBLE_IBM): Likewise.
46543         (INVALID_EXCEPTION_OK): Update value.
46544         (DIVIDE_BY_ZERO_EXCEPTION_OK): Likewise.
46545         (OVERFLOW_EXCEPTION_OK): Likewise.
46546         (IGNORE_ZERO_INF_SIGN): Likewise.
46547         (test_exceptions): Handle underflow exceptions.
46548         (acos_test): Update for underflow exception expectations.
46549         (cexp_test): Likewise.
46550         (clog_test): Likewise.
46551         (clog10_test): Likewise.
46552         (csqrt_test): Likewise.
46553         (ctan_test): Likewise.
46554         (ctanh_test): Likewise.
46555         (exp_test): Likewise.
46556         (exp10_test): Likewise.
46557         (exp2_test): Likewise.
46558         (expm1_test): Likewise.
46559         (fma_test): Likewise.
46560         (j0_test): Likewise.
46561         (jn_test): Likewise.
46562         (nexttoward_test): Likewise.
46563         (pow_test): Likewise.
46564         (scalbn_test): Likewise.
46565         (scalbln_test): Likewise.
46566         (tan_test): Likewise.
46567         (y1_test): Likewise.
46568         * sysdeps/i386/fpu/libm-test-ulps: Update.
46569         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
46571 2012-05-23  David S. Miller  <davem@davemloft.net>
46573         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c
46574         (__libc_sigaction): Remove unused local variables.
46576 2012-05-23  H.J. Lu  <hongjiu.lu@intel.com>
46578         * sysdeps/unix/sysv/linux/x86_64/x32/configure: New file.
46580 2012-05-23  Paul Eggert  <eggert@cs.ucla.edu>
46582         mktime: avoid signed integer overflow
46583         * time/mktime.c (__mktime_internal): Do not mishandle the case
46584         where diff == INT_MIN.
46586         mktime: simplify computation of average
46587         * time/mktime.c (ranged_convert): Use new time_t_avg function
46588         instead of rolling our own (probably-slower) code.
46590         mktime: do not assume signed right shift propagates sign bit
46591         * time/mktime.c (isdst_differ): New static function.
46592         (__mktime_internal): No need to normalize tm_isdst now.
46593         (__mktime_internal, not_equal_tm): Use isdst_differ to compare
46594         tm_isdst values.
46596         mktime: merge another wrapv change from gnulib
46597         * time/mktime.c (TYPE_MAXIMUM): Rework slightly to avoid diagnostics
46598         from some compilers.
46600         mktime: remove incorrect attempt at unusual arithmetics
46601         * time/mktime.c (TYPE_ONES_COMPLEMENT, TYPE_SIGNED_MAGNITUDE): Remove.
46602         The code didn't really work on such machines anyway.
46603         (TYPE_MINIMUM): Assume two's complement.
46604         (twos_complement_arithmetic): Verify that long_int and time_t
46605         are two's complement (or unsigned, in the latter case).
46607         mktime: check signed shifts on long_int and time_t, too
46608         * time/mktime.c (SHR): Check that shifts work as desired
46609         on the types long_int and time_t too, as SHR is used on
46610         such types.
46612         mktime: do not assume 'long' is wide enough
46613         * time/mktime.c (verify): Move decl up.
46614         (long_int): New type.
46615         (leapyear, ydhms_diff, guess_time_tm, __mktime_internal): Use it,
46616         to remove assumption in the code that 'long' is wide enough to
46617         store year values.  This assumption is not true on x32 and on
46618         some non-glibc platforms.
46620         mktime: merge wrapv change from gnulib
46621         * time/mktime.c (WRAPV): New macro.
46622         (time_t_avg, time_t_add_ok, time_t_int_add_ok): New static functions.
46623         (guess_time_tm, __mktime_internal): Do not assume that signed
46624         integer overflow wraps around; modern compilers generate code
46625         where this assumption is no longer valid.
46627 2012-05-23  H.J. Lu  <hongjiu.lu@intel.com>
46629         * sysdeps/unix/sysv/linux/i386/sysdep.h (SYSCALL_ERROR_HANDLER):
46630         Replace "jmp L(pseudo_end)" with "ret".
46631         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (SYSCALL_ERROR_HANDLER):
46632         Likewise.
46634 2012-05-23  Andreas Jaeger  <aj@suse.de>
46636         * sysdeps/unix/sysv/linux/syscalls.list: Add poll.
46637         * sysdeps/unix/sysv/linux/poll.c: Remove file.
46639 2012-05-23  Andreas Jaeger  <aj@suse.de>
46640             Maximilian Attems  <max@stro.at>
46642         * sysdeps/unix/sysv/linux/sys/reboot.h (RB_SW_SUSPEND, RB_KEXEC):
46643         New macros.
46645 2012-05-23  H.J. Lu  <hongjiu.lu@intel.com>
46647         * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu.S: Rearrange
46648         code so that pseudo_end is just ret and the stack pointer is
46649         correct also for static library in error case.
46651 2012-05-23  Joseph Myers  <joseph@codesourcery.com>
46653         * sysdeps/unix/sysv/linux/powerpc/chown.c: Add comment suggesting
46654         move to syscalls.list.
46655         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c: Likewise.
46656         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c: Likewise.
46657         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c: Likewise.
46658         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c: Likewise.
46660         * manual/install.texi (Running make install): Do not mention Linux
46661         kernel version for which pt_chown is not needed.
46662         (Linux): Do not mention problems with nscd with 2.0 kernels.
46663         * INSTALL: Regenerated.
46665 2012-05-23  Andreas Jaeger  <aj@suse.de>
46667         * sysdeps/unix/sysv/linux/powerpc/bits/mman.h
46668         (MADV_DONTDUMP,MADV_DODUMP): New macros from Linux 3.4.
46669         macro.
46670         * sysdeps/unix/sysv/linux/s390/bits/mman.h
46671         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
46672         * sysdeps/unix/sysv/linux/sh/bits/mman.h
46673         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
46674         * sysdeps/unix/sysv/linux/i386/bits/mman.h
46675         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
46676         * sysdeps/unix/sysv/linux/sparc/bits/mman.h
46677         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
46678         * sysdeps/unix/sysv/linux/x86_64/bits/mman.h
46679         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
46680         * sysdeps/unix/sysv/linux/bits/in.h
46681         (IP_MULTICAST_ALL,IP_UNICAST_IF): Likewise.
46683 2012-05-22  Roland McGrath  <roland@hack.frob.com>
46685         * sysdeps/unix/sysv/linux/dl-vdso.h (CHECK_HASH): Macro removed.
46686         (PREPARE_VERSION): Just use assert instead, it will be elided
46687         under [NDEBUG] anyway.
46689 2012-05-22  H.J. Lu  <hongjiu.lu@intel.com>
46691         * sysdeps/unix/sysv/linux/Makefile: Include
46692         $(firstword $(wildcard $(sysdirs:=/sysctl.mk))).
46693         (sysdep_routines): Remove sysctl.
46694         * sysdeps/unix/sysv/linux/bits/sysctl.h: New file.
46695         * sysdeps/unix/sysv/linux/sysctl.mk: Likewise.
46696         * sysdeps/unix/sysv/linux/x86_64/bits/sysctl.h: Likewise.
46697         * sysdeps/unix/sysv/linux/x86_64/x32/sysctl.mk: Likewise.
46698         * sysdeps/unix/sysv/linux/sys/sysctl.h: Include <bits/sysctl.h>.
46700 2012-05-22  Andreas Jaeger  <aj@suse.de>
46702         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S: Rearrange code so
46703         that pseudo_end is just ret and the stack pointer is correct also
46704         for static library in error case.
46706 2012-05-22  Paul Pluzhnikov  <ppluzhnikov@google.com>
46708         [BZ #14122]
46709         * nss/nsswitch.c (defconfig_entries): New variable.
46710         (__nss_database_lookup): Don't leak defconfig entries.
46711         (nss_parse_service_list): Don't leak on error paths.
46712         (free_database_entries): New function.
46713         (free_defconfig): New function.
46714         (free_mem): Move common code to free_database_entries.
46716 2012-05-22  H.J. Lu  <hongjiu.lu@intel.com>
46718         * sysdeps/unix/sysv/linux/x86_64/x32/Makefile (sysdep_routines):
46719         Add arch_prctl.
46720         * sysdeps/unix/sysv/linux/x86_64/x32/arch_prctl.c: New file.
46722         * sysdeps/unix/sysv/linux/wordsize-64/posix_fallocate.c
46723         (posix_fallocate): Use INTERNAL_SYSCALL_TYPES if it is defined.
46724         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (INLINE_SYSCALL_TYPES):
46725         New macro.
46726         (INTERNAL_SYSCALL_NCS_TYPES): Likewise.
46727         (INTERNAL_SYSCALL_TYPES): Likewise.
46728         (LOAD_ARGS_TYPES_[1-6]): Likewise.
46729         (LOAD_REGS_TYPES_[1-6]): Likewise.
46730         (LOAD_ARGS_[1-6]): Use LOAD_ARGS_TYPES_[1-6].
46731         (LOAD_REGS_[1-6]): Use LOAD_REGS_TYPES_[1-6].
46733 2012-05-22  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
46735         * sysdeps/powerpc/powerpc32/power6/fpu/s_copysign.S: Add compat symbol
46736         copysignl for GLIBC_2_0.
46737         * sysdeps/powerpc/powerpc32/power7/fpu/s_finite.S: Add compat symbol
46738         finitel for GLIBC_2.0 and __finitel for GLIBC_2_1.
46739         * sysdeps/powerpc/powerpc32/power7/fpu/s_logb.c: Add compat symbol
46740         logbl for GLIBC_2_0.
46741         * sysdeps/powerpc/powerpc64/power6/fpu/s_copysign.S: Likewise.
46742         * sysdeps/powerpc/powerpc64/power7/fpu/s_finite.S: Likewise.
46744 2012-05-22  H.J. Lu  <hongjiu.lu@intel.com>
46746         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Don't include
46747         <bits/wordsize.h>.  Check __x86_64__ instead of __WORDSIZE.
46749         * sysdeps/unix/sysv/linux/i386/sysdep.h (SYSCALL_ERROR_HANDLER):
46750         Use "neg %eax".
46752         * time/mktime.c: Update copyright years.
46754 2012-05-22  Paul Eggert  <eggert@cs.ucla.edu>
46756         mktime: merge comment-quoting-style change from gnulib
46757         * time/mktime.c: Quote 'like this' in comments.
46758         The GNU coding standards suggest that we no longer quote `like this',
46759         as "`" and "'" are typically rendered asymmetrically nowadays.
46760         The typical gnulib style is to quote 'like this' when quoting
46761         code, and "like this" when quoting English.
46763         * time/mktime.c (compile-command): Add "-I.".
46765         mktime: merge mktime-internal.h change from gnulib
46766         * time/mktime.c [!_LIBC]: Include "mktime-internal.h".
46768         mktime: merge time_r change from gnulib
46769         * time/mktime.c [!_LIBC]: Do not include "time_r.h".
46771         mktime: merge DEBUG change from gnulib
46772         * time/mktime.c (mktime) [DEBUG]: #undef before #define-ing, in
46773         case system <time.h> has a #define.
46775         mktime: merge <sys/types.h> change from gnulib
46776         * time/mktime.c: Do not include <sys/types.h>; no longer needed,
46777         since <time.t> is now guaranteed to define time_t.
46779         mktime: merge HAVE_CONFIG_H change from gnulib
46780         * time/mktime.c: Include <config.h> if !_LIBC, not if HAVE_CONFIG_H.
46782 2012-05-22  H.J. Lu  <hongjiu.lu@intel.com>
46784         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (SYSCALL_SET_ERRNO):
46785         Use "neg %eax".
46787         * sysdeps/unix/sysv/linux/bits/resource.h (RLIM_INFINITY): Use
46788         __rlim_t cast.
46789         (struct rusage): Use anonymous union to pad each field to
46790         __syscall_slong_t.
46792 2012-05-21  David S. Miller  <davem@davemloft.net>
46794         * Makefules (o-iterator): Remove .s cases.
46795         (compile-command.s): Delete.
46796         (COMPILE.s): Delete.
46797         * sysdeps/unix/make-syscalls.sh: Remove .s file tests.
46799 2012-05-21  Joseph Myers  <joseph@codesourcery.com>
46801         * configure.in (libc_cv_predef_stack_protector): Only consider
46802         "foobar" and "__stack_chk_fail" lines in libc_undefs.
46803         * configure: Regenerated.
46805 2012-05-21  H.J. Lu  <hongjiu.lu@intel.com>
46807         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (SYSCALL_SET_ERRNO):
46808         New macro.  Use R*LP on int and pointer.
46809         (SYSCALL_ERROR_HANDLER): Use SYSCALL_SET_ERRNO.
46810         * sysdeps/unix/sysv/linux/x86_64/x32/lseek.S: New file.
46811         * sysdeps/unix/sysv/linux/x86_64/x32/llseek.S: Likewise.
46812         * sysdeps/unix/sysv/linux/x86_64/x32/sysdep.h: Likewise.
46814         * sysdeps/gnu/bits/utmp.h (struct lastlog): Check
46815         [__WORDSIZE_TIME64_COMPAT32] instead of
46816         [__WORDSIZE == 64 && __WORDSIZE_COMPAT32].
46817         (struct utmp): Likewise.
46818         * sysdeps/gnu/bits/utmpx.h (struct utmpx): Likewise.
46819         * sysdeps/powerpc/powerpc32/bits/wordsize.h (__WORDSIZE_COMPAT32):
46820         Renamed to ...
46821         (__WORDSIZE_TIME64_COMPAT32): This.
46822         * sysdeps/powerpc/powerpc64/bits/wordsize.h: Likewise.
46823         * sysdeps/sparc/sparc32/bits/wordsize.h: Likewise.
46824         * sysdeps/sparc/sparc64/bits/wordsize.h: Likewise.
46825         * sysdeps/unix/sysv/linux/powerpc/bits/wordsize.h: Likewise.
46826         * sysdeps/x86_64/bits/wordsize.h (__WORDSIZE_COMPAT32): Removed.
46827         (__WORDSIZE_TIME64_COMPAT32): New macro.
46829 2012-05-21  Andreas Jaeger  <aj@suse.de>
46831         * sysdeps/i386/i686/multiarch/wcschr-c.c: Redefine libc_hidden_def
46832         only if [SHARED]. Add prototype for __wcschr_ia32.
46834 2012-05-21  Roland McGrath  <roland@hack.frob.com>
46836         * sysdeps/x86_64/setjmp.S [PTR_MANGLE] [__ILP32__]: Preserve high bits
46837         of %rbp unmolested in the jmp_buf while mangling the low bits.
46838         * sysdeps/x86_64/__longjmp.S [PTR_DEMANGLE] [__ILP32__]: Restore the
46839         unmolested high bits of %rbp while demangling the low bits.
46840         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S: Likewise.
46842 2012-05-21  Andreas Jaeger  <aj@suse.de>
46844         * include/shlib-compat.h (libc_sunrpc_symbol): New macro.
46845         * sunrpc/svc_simple.c: Use it for registerrpc.
46846         * sunrpc/xcrypt.c: Use it for passwd2des.
46848         * malloc/malloc.c: Include shlib-compat.h for SHLIB_COMPAT.
46850 2012-05-21  H.J. Lu  <hongjiu.lu@intel.com>
46852         * sysdeps/unix/sysv/linux/bits/statvfs.h (_STATVFSBUF_F_UNUSED):
46853         Don't define if [__SYSCALL_WORDSIZE != 32].
46854         * sysdeps/x86_64/bits/wordsize.h (__SYSCALL_WORDSIZE):
46855         New macro.
46857 2012-05-21  Bruno Haible  <bruno@clisp.org>
46858             Andreas Jaeger  <aj@suse.de>
46860         [BZ #13691], Revert breakage of iconv() converter for TCVN-5712.
46861         * iconvdata/tcvn5712-1.c (BODY for FROM_LOOP): Don't consider
46862         inptr and inend for must_buffer_ch.
46863         * wcsmbs/tst-mbsnrtowcs.c: Remove file.
46864         * wcsmbs/Makefile (tests): Remove tst-mbsnrtowcs.
46865         * stdio-common/Makefile (tests): Remove bug15.
46866         (bug15-ENV): Remove macro.
46867         * stdio-common/bug15.c: Remove, we do not support vi_VN.TCVN5712-1
46868         anymore.
46870 2012-05-19  Andreas Jaeger  <aj@suse.de>
46871             Roland McGrath  <roland@hack.frob.com>
46873         * manual/contrib.texi: Completely rewritten. It contains now an
46874         alphabetical list of contributors and their contributions.
46876 2012-05-21  Richard Henderson  <rth@twiddle.net>
46878         * misc/getauxval.c (__getauxval): Use unsigned long int.
46879         * misc/sys/auxv.h: Include <sys/cdefs.h>.
46880         (getauxval): Use unsigned long int.
46882 2012-05-21  H.J. Lu  <hongjiu.lu@intel.com>
46884         * sysdeps/unix/sysv/linux/x86_64/x32/syscalls.list: New file.
46886 2012-05-21  Roland McGrath  <roland@hack.frob.com>
46888         * malloc/malloc.c [!SHLIB_COMPAT (libc, GLIBC_2_0, GLIBC_2_16)]
46889         (MALLOC_ALIGNMENT): Set it to the greater of 2 * SIZE_SZ and
46890         __alignof__ (long double).
46892 2012-05-21  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
46894         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
46896 2012-05-20  Richard Henderson  <rth@twiddle.net>
46898         * misc/getauxval.c: New file.
46899         * misc/sys/auxv.h: New file.
46900         * misc/Makefile (headers): Add sys/auxv.h, bits/hwcap.h.
46901         (routines): Add getauxval.
46902         * misc/Versions (GLIBC_2.16): Add __getauxval, getauxval.
46903         * sysdeps/generic/ldsodefs.h (struct rtld_global_ro): Add _dl_auxv.
46904         * elf/dl-sysdep.c (_dl_auxv): Remove.
46905         (_dl_sysdep_start, _dl_show_auxv): Use GLRO to access _dl_auxv.
46906         * elf/dl-support.c (_dl_auxv): New variable.
46907         (_dl_aux_init): Initialize it.
46908         * manual/startup.texi (Auxiliary Vector): New node.
46909         * sysdeps/generic/bits/hwcap.h: New file.
46910         * sysdeps/powerpc/bits/hwcap.h: New file, split out from ...
46911         * sysdeps/powerpc/sysdep.h: ... here.  Include it.
46912         * sysdeps/sparc/bits/hwcap.h: New file, split out from ...
46913         * sysdeps/sparc/sysdep.h: ... here.  Include it.
46914         * sysdeps/unix/sysv/linux/s390/bits/hwcap.h: New file.
46915         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: Update.
46916         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
46917         Update.
46918         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist: Update.
46919         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Update.
46920         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Update.
46921         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Update.
46922         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Update.
46923         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Update.
46924         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Update.
46925         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Update.
46927 2012-05-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
46929         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
46931 2012-05-19  David S. Miller  <davem@davemloft.net>
46933         * sysdeps/sparc/fpu/libm-test-ulps: Update.
46935 2012-05-19  Joseph Myers  <joseph@codesourcery.com>
46937         [BZ #14123]
46938         * math/s_ccosh.c: Include <float.h>
46939         (__ccosh): Avoid internal overflow calculating sinh and cosh
46940         values before multiplying by sin and cos values.
46941         * math/s_ccoshf.c: Likewise.
46942         * math/s_ccoshl.c: Likewise.
46943         * math/s_csin.c: Likewise.
46944         * math/s_csinf.c: Likewise.
46945         * math/s_csinl.c: Likewise.
46946         * math/s_csinh.c: Likewise.
46947         * math/s_csinhf.c: Likewise.
46948         * math/s_csinhl.c: Likewise.
46949         * math/libm-test.inc (ccos_test): Add more tests.
46950         (ccosh_test): Likewise.
46951         (csin_test): Likewise.
46952         (csinh_test): Likewise.
46953         * sysdeps/i386/fpu/libm-test-ulps: Update.
46954         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
46956 2012-05-19  H.J. Lu  <hongjiu.lu@intel.com>
46958         * sysdeps/unix/sysv/linux/wordsize-64/preadv.c: New file.
46959         * sysdeps/unix/sysv/linux/wordsize-64/pwritev.c: Likewise.
46961         * sysdeps/x86_64/x32/_itoa.h: Add comment.
46963 2012-05-19  Joseph Myers  <joseph@codesourcery.com>
46965         * sysdeps/powerpc/soft-fp/Makefile: Remove file.
46966         * sysdeps/powerpc/soft-fp/Subdirs: Likewise.
46967         * sysdeps/powerpc/soft-fp/Versions: Likewise.
46968         * sysdeps/powerpc/soft-fp/q_add.c: Likewise.
46969         * sysdeps/powerpc/soft-fp/q_cmp.c: Likewise.
46970         * sysdeps/powerpc/soft-fp/q_cmpe.c: Likewise.
46971         * sysdeps/powerpc/soft-fp/q_div.c: Likewise.
46972         * sysdeps/powerpc/soft-fp/q_dtoq.c: Likewise.
46973         * sysdeps/powerpc/soft-fp/q_feq.c: Likewise.
46974         * sysdeps/powerpc/soft-fp/q_fge.c: Likewise.
46975         * sysdeps/powerpc/soft-fp/q_fgt.c: Likewise.
46976         * sysdeps/powerpc/soft-fp/q_fle.c: Likewise.
46977         * sysdeps/powerpc/soft-fp/q_flt.c: Likewise.
46978         * sysdeps/powerpc/soft-fp/q_fne.c: Likewise.
46979         * sysdeps/powerpc/soft-fp/q_itoq.c: Likewise.
46980         * sysdeps/powerpc/soft-fp/q_lltoq.c: Likewise.
46981         * sysdeps/powerpc/soft-fp/q_mul.c: Likewise.
46982         * sysdeps/powerpc/soft-fp/q_neg.c: Likewise.
46983         * sysdeps/powerpc/soft-fp/q_qtod.c: Likewise.
46984         * sysdeps/powerpc/soft-fp/q_qtoi.c: Likewise.
46985         * sysdeps/powerpc/soft-fp/q_qtoll.c: Likewise.
46986         * sysdeps/powerpc/soft-fp/q_qtos.c: Likewise.
46987         * sysdeps/powerpc/soft-fp/q_qtou.c: Likewise.
46988         * sysdeps/powerpc/soft-fp/q_qtoull.c: Likewise.
46989         * sysdeps/powerpc/soft-fp/q_sqrt.c: Likewise.
46990         * sysdeps/powerpc/soft-fp/q_stoq.c: Likewise.
46991         * sysdeps/powerpc/soft-fp/q_sub.c: Likewise.
46992         * sysdeps/powerpc/soft-fp/q_ulltoq.c: Likewise.
46993         * sysdeps/powerpc/soft-fp/q_util.c: Likewise.
46994         * sysdeps/powerpc/soft-fp/q_utoq.c: Likewise.
46995         * sysdeps/powerpc/soft-fp/sfp-machine.h: Likewise.
46997 2012-05-18  Andreas Jaeger  <aj@suse.de>
46999         * csu/.gitignore: Delete.
47001 2012-05-18  H.J. Lu  <hongjiu.lu@intel.com>
47003         * sysdeps/unix/sysv/linux/bits/timex.h: Include <bits/types.h>.
47004         (timex): Use __syscall_slong_t.
47006 2012-05-18  Andreas Jaeger  <aj@suse.de>
47007             Carlos O'Donell  <carlos_odonell@mentor.com>
47009         * manual/install.texi (Configuring and compiling): Update
47010         description about files modified in the source directory.
47011         * INSTALL: Regenerated.
47013 2012-05-18  H.J. Lu  <hongjiu.lu@intel.com>
47015         * sysdeps/unix/x86_64/sysdep.S: Use RAX_LP to access return
47016         value.  Use "or" to set return value to -1.
47017         * sysdeps/unix/sysv/linux/x86_64/sysdep.S: Use RAX_LP to
47018         negate return value.
47020 2012-05-18  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
47022         * sysdeps/powerpc/powerpc32/power4/Makefile (CFLAGS-wordcopy.c)
47023         (CFLAGS-memmove.c): remove -ftree-loop-linear which causes a build
47024         failure if the compiler has Graphite support disabled.
47025         * sysdeps/powerpc/powerpc32/power4/fpu/Makefile (CFLAGS-mpa.c):
47026         Likewise.
47027         * sysdeps/powerpc/powerpc64/power4/Makefile (CFLAGS-wordcopy.c)
47028         (CFLAGS-memmove.c): Likewise.
47029         * sysdeps/powerpc/powerpc64/power4/fpu/Makefile (CFLAGS-mpa.c):
47030         Likewise.
47032 2012-05-18  H.J. Lu  <hongjiu.lu@intel.com>
47034         * sysdeps/x86_64/x32/_itoa.h: New file.
47036         * sysdeps/unix/sysv/linux/getdents.c (__GETDENTS): Use
47037         getdents system call only if kernel and user dirents have the
47038         same d_ino and d_off.
47040         * stdio-common/_itoa.c: Check _ITOA_NEEDED instead of
47041         LLONG_MAX != LONG_MAX.
47042         (_itoa_word): Use _ITOA_WORD_TYPE on value.
47043         (_fitoa_word): Likewise.
47045         * sysdeps/unix/sysv/linux/x86_64/sigcontextinfo.h: Fold copyright
47046         years.
47047         * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h: Likewise.
47048         * sysdeps/unix/sysv/linux/x86_64/sys/procfs.h: Likewise.
47049         * sysdeps/unix/sysv/linux/x86_64/sys/reg.h: Likewise.
47051         * sysdeps/unix/sysv/linux/x86_64/bits/sigcontext.h: Don't
47052         include <bits/wordsize.h>.  Check __x86_64__ instead of
47053         __WORDSIZE.
47054         (sigcontext): Use "__uint64_t" instead of "unsigned long int"
47055         if __x86_64__ is defined.  Use anonymous union on fpstate.
47057         * sysdeps/unix/sysv/linux/x86_64/sys/user.h (user): Use
47058         anonymous union.
47060 2012-05-18  Andreas Schwab  <schwab@linux-m68k.org>
47062         * sysdeps/powerpc/powerpc32/dl-start.S (_dl_start_user): Use
47063         INTUSE on _dl_argv, and _rtld_local instead of _rtld_global.
47064         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S [IS_IN_rtld]:
47065         Refer to _rtld_local_ro instead of _rtld_global_ro.
47066         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S [IS_IN_rtld]:
47067         Likewise.
47068         * sysdeps/powerpc/powerpc64/__longjmp-common.S [IS_IN_rtld]:
47069         Likewise.
47070         * sysdeps/powerpc/powerpc64/setjmp-common.S [IS_IN_rtld]:
47071         Likewise.
47072         * sysdeps/powerpc/powerpc64/dl-trampoline.S [SHARED]: Likewise.
47073         * sysdeps/powerpc/powerpc64/dl-machine.h: Use _rtld_local instead
47074         of _rtld_global, and rtld_progname instead of _dl_argv[0].
47076         * sysdeps/powerpc/powerpc32/dl-machine.c
47077         (__elf_machine_runtime_setup) [PROF]: Don't reference
47078         _dl_prof_resolve.
47080 2012-05-18  Andreas Jaeger  <aj@suse.de>
47082         * sysdeps/x86_64/fpu/bits/mathinline.h (lrintf): Make inline
47083         function only available for GCCs before 3.4 since GCC 3.4
47084         introduced a builtin.
47085         (lrint): Likewise.
47086         (llrintf): Likewise.
47087         (llrint): Likewise.
47088         (fmaxf): Likewise.
47089         (fmax): Likewise.
47090         (fminf): Likewise.
47091         (fmin): Likewise.
47092         (rint): Likewise.
47093         (rintf): Likewise.
47094         (nearbyint): Likewise.
47095         (nearbyintf): Likewise.
47096         (ceil): Likewise.
47097         (ceilf): Likewise.
47098         (floor): Likewise.
47099         (floorf): Likewise.
47101 2012-05-17  H.J. Lu  <hongjiu.lu@intel.com>
47103         * sysdeps/unix/sysv/linux/pselect.c (data): Use __syscall_ulong_t
47104         on both fields and cast pointer to __syscall_ulong_t.
47106         * bits/types.h (__fsword_t): New type.
47107         * bits/typesizes.h (__FSWORD_T_TYPE): New macro.
47108         sysdeps/mach/hurd/bits/typesizes.h (__FSWORD_T_TYPE): Likewise.
47109         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
47110         (__FSWORD_T_TYPE): Likewise.
47111         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
47112         (__FSWORD_T_TYPE): Likewise.
47113         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
47114         (__FSWORD_T_TYPE): Likewise.
47115         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h
47116         (__FSWORD_T_TYPE): Likewise.
47117         * sysdeps/unix/sysv/linux/bits/statfs.h (statfs): Replace
47118         __SWORD_TYPE with __fsword_t.
47119         (statfs64): Likewise.
47121 2012-05-17  David S. Miller  <davem@davemloft.net>
47123         * crypt/sha512c-test.c (TIMEOUT): Increase to 32.
47125 2012-05-17  Andreas Jaeger  <aj@suse.de>
47127         * elf/tst-relsort1.c (do_test): Fix function declaration to avoid
47128         warning.
47130 2012-05-17  H.J. Lu  <hongjiu.lu@intel.com>
47132         * sysdeps/x86_64/tst-mallocalign1.c (test): Cast to unsigned long.
47134 2012-05-17  Andreas Jaeger  <aj@suse.de>
47136         * sysdeps/i386/dl-machine.h (elf_machine_rel): Declare refsym only
47137         when it is used.
47139 2012-05-17  Chris Metcalf  <cmetcalf@tilera.com>
47141         * stdio-common/bug22.c (TIMEOUT): Bump up from 30 to 60.
47143 2012-05-17  H.J. Lu  <hongjiu.lu@intel.com>
47145         * sysdeps/x86_64/Makefile (tests): Add tst-mallocalign1.
47146         * sysdeps/x86_64/tst-mallocalign1.c: New file.
47148 2012-05-17  Andreas Jaeger  <aj@suse.de>
47149             Carlos O'Donell  <carlos_odonell@mentor.com>
47151         [BZ #14059]
47152         * sysdeps/x86_64/multiarch/init-arch.h
47153         (bit_YMM_Usable): Rename to...
47154         (bit_AVX_Usable): ... this.
47155         (bit_FMA4_Usable): New macro.
47156         (bit_XMM_state): New macro.
47157         (bit_YMM_state): New macro.
47158         [__ASSEMBLER__] (index_YMM_Usable): Rename to...
47159         [__ASSEMBLER__] (index_AVX_Usable): ... this.
47160         [__ASSEMBLER__] (index_FMA4_Usable): New macro.
47161         (CPUID_OSXSAVE): New macro.
47162         (CPUID_AVX): New macro.
47163         (CPUID_FMA4): New macro.
47164         (index_YMM_Usable): Rename to...
47165         (index_AVX_Usable): ... this.
47166         (HAS_AVX): Use HAS_ARCH_FEATURE.
47167         (HAS_FMA4): Likewise.
47168         (HAS_YMM_USABLE): Remove.
47169         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
47170         Enable AVX or FMA4 IFF YMM and XMM states are usable and the features
47171         are present.
47172         * sysdeps/x86_64/multiarch/strcmp.S: Use bit_AVX_Usable.
47173         * sysdeps/i386/i686/multiarch/Makefile: Add test-multiarch to tests.
47174         * sysdeps/x86_64/multiarch/Makefile: Likewise.
47175         * sysdeps/i386/i686/multiarch/test-multiarch.c: New file.
47176         * sysdeps/x86_64/multiarch/test-multiarch.c: New file.
47178 2012-05-17  Chris Metcalf  <cmetcalf@tilera.com>
47180         * math/libm-test.c: Support platforms without multiple rounding modes.
47181         * math/bug-nextafter.c: Support platforms without FP exceptions.
47182         * math/bug-nexttoward.c: Likewise.
47183         * math/test-fenv.c: Likewise.
47184         * math/test-misc.c: Likewise.
47185         * stdlib/bug-getcontext.c: Likewise.
47187 2012-05-17  Andreas Jaeger  <aj@suse.de>
47189         * manual/examples/search.c (critter_cmp): Change signature to
47190         avoid warnings.
47191         * manual/string.texi (Collation Functions): Likewise.
47193 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
47195         * bits/types.h: Fold copyright years.
47196         * bits/typesizes.h: Likewise.
47197         * sysdeps/mach/hurd/bits/typesizes.h: Likewise.
47198         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h: Likewise.
47199         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h: Likewise.
47200         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h: Likewise.
47201         * time/time.h: Likewise.
47203 2012-05-16  Paul Pluzhnikov  <ppluzhnikov@google.com>
47205         [BZ #208]
47206         * malloc.c (int_mallinfo): Add parameter to accumulate statistics
47207         in instead of returning them.  Return void.
47208         (__libc_mallinfo): Accumulate over all arenas.
47209         (__malloc_stats): Adjust for change in int_mallinfo interface.
47211 2012-05-16  Roland McGrath  <roland@hack.frob.com>
47213         [BZ #10375]
47214         * configure.in (NM): Add AC_CHECK_TOOL for it.
47215         (libc_extra_cflags): New substituted variable.
47216         Check for -fstack-protector being used implicitly.
47217         * configure: Regenerated.
47218         * config.make.in (config-extra-cflags): New variable,
47219         gets @libc_extra_cflags@.
47220         * Makeconfig (CFLAGS): Add $(config-extra-cflags) near the front.
47222         [BZ #10375]
47223         * configure.in: Check for _FORTIFY_SOURCE being predefined.
47224         (CPPUNDEFS): New substituted variable; add -U_FORTIFY_SOURCE if needed.
47225         * configure: Regenerated.
47226         * config.make.in (CPPUNDEFS): New substituted variable.
47227         * Makeconfig (CPPFLAGS): Put $(CPPUNDEFS) at the beginning.
47228         * Makerules ($(stdio_lim:h=st)): Use $(CPPUNDEFS).
47229         * time/ctime.c: Don't #undef __OPTIMIZE__ and ctime.
47231 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
47233         * sysdeps/unix/sysv/linux/bits/mqueue.h: Include <bits/types.h>.
47234         (mq_attr): Use __syscall_slong_t.
47236 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
47238         * sysdeps/unix/sysv/linux/x86_64/bits/stat.h (_STAT_VER_SVR4):
47239         Check __x86_64__ instead of __WORDSIZE.
47240         (_STAT_VER_LINUX): Likewise.
47241         (stat): Check __x86_64__ instead of __WORDSIZE.  Use
47242         __syscall_ulong_t and __syscall_slong_t.
47243         (stat64): Likewise.
47245 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
47247         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h: New file.
47249 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
47251         * sysdeps/unix/sysv/linux/x86_64/bits/ipctypes.h: New file.
47253 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
47255         * sysdeps/unix/sysv/linux/bits/ipc.h (ipc_perm): Use
47256         __syscall_ulong_t.
47258         * sysdeps/unix/sysv/linux/x86_64/sys/ucontext.h: Don't
47259         include <bits/wordsize.h>.  Check __x86_64__ instead of
47260         __WORDSIZE.
47261         (greg_t): Use "__extension__ long long int" if __x86_64__ is
47262         defined.
47263         (mcontext_t): Replace "unsigned long" with "unsigned long long".
47265         * sysdeps/unix/sysv/linux/x86_64/sys/user.h: Don't
47266         include <bits/wordsize.h>.  Check __x86_64__ instead of
47267         __WORDSIZE.
47268         (user_regs_struct): Use "__extension__ unsigned long long"
47269         instead of "unsigned long" if __x86_64__ is defined.
47270         (user): Likewise.  Pad after pointer field if __ILP32__ is
47271         defined.
47273 2012-05-16  Joseph Myers  <joseph@codesourcery.com>
47275         * configure.in (makeinfo): Require version 4.5 or later.  Allow
47276         versions 5 to 9.
47277         * configure: Regenerated.
47278         * manual/install.texi (texinfo): Increase version requirement to
47279         4.5 or later.
47280         * INSTALL: Regenerated.
47282         * include/stdc-predef.h (__STDC_ISO_10646__): Increase to 201103L.
47284 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
47286         * sysdeps/x86_64/x32/gmp-mparam.h: New file.
47288         * sysdeps/x86_64/x32/ffs.c: New file.
47290         * sysdeps/unix/sysv/linux/x86_64/bits/shm.h (shmatt_t): Use
47291         __syscall_ulong_t.
47292         (shmid_ds): Add __unused1 and __unused2 only if __x86_64__ isn't
47293         defined.  Use __syscall_ulong_t.
47294         (shminfo): Use __syscall_ulong_t.
47295         (shm_info): Likewise.
47297         * sysdeps/unix/sysv/linux/x86_64/bits/sem.h (semid_ds): Use
47298         __syscall_ulong_t.
47300         * sysdeps/unix/sysv/linux/x86_64/bits/msq.h: Don't include
47301         <bits/wordsize.h>.
47302         (msgqnum_t): Use __syscall_ulong_t.
47303         (msglen_t): Likewise.
47304         (msqid_ds): Check __x86_64__ instead of __WORDSIZE.  Use
47305         __syscall_ulong_t.
47307         * sysdeps/unix/sysv/linux/x86_64/bits/a.out.h: Don't include
47308         <bits/wordsize.h>.  Check __x86_64__ instead of __WORDSIZE.
47310         * sysdeps/unix/sysv/linux/x86_64/bits/siginfo.h: New file.
47312         * sysdeps/x86_64/x32/divdi3.c: New dummy file.
47313         * sysdeps/x86_64/x32/symbol-hacks.h: Likewise.
47315         * sysvipc/sys/msg.h (msgbuf): Replace long int with
47316         __syscall_slong_t.
47318         * sysdeps/unix/sysv/linux/x86_64/sys/reg.h: Don't
47319         include <bits/wordsize.h>.  Check __x86_64__ instead of
47320         __WORDSIZE.
47322         * sysdeps/unix/sysv/linux/x86_64/sys/procfs.h (elf_greg_t): Use
47323         "unsigned long long int" if __x86_64__ is defined.
47324         (elf_fpregset_t): Check __x86_64__ instead of __WORDSIZE.
47326         * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h: Don't include
47327         <bits/wordsize.h>.  Check __x86_64__ instead of __WORDSIZE.
47328         (DR_CONTROL_RESERVED): Use ULL instead of UL suffix.
47330         * sysdeps/unix/sysv/linux/x86_64/sigcontextinfo.h: Include
47331         <stdint.h>.
47332         (GET_PC): Cast to uintptr_t first.
47333         (GET_FRAME): Likewise.
47334         (GET_STACK): Likewise.
47336         * sysdeps/unix/sysv/linux/x86_64/x32/alphasort.c: New file.
47337         * sysdeps/unix/sysv/linux/x86_64/x32/alphasort64.c: Likewise.
47338         * sysdeps/unix/sysv/linux/x86_64/x32/fseeko.c: Likewise.
47339         * sysdeps/unix/sysv/linux/x86_64/x32/fseeko64.c: Likewise.
47340         * sysdeps/unix/sysv/linux/x86_64/x32/ftello.c: Likewise.
47341         * sysdeps/unix/sysv/linux/x86_64/x32/ftello64.c: Likewise.
47342         * sysdeps/unix/sysv/linux/x86_64/x32/ftw.c: Likewise.
47343         * sysdeps/unix/sysv/linux/x86_64/x32/ftw64.c: Likewise.
47344         * sysdeps/unix/sysv/linux/x86_64/x32/glob.c: Likewise.
47345         * sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos.c: Likewise.
47346         * sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos64.c: Likewise.
47347         * sysdeps/unix/sysv/linux/x86_64/x32/iofopen.c: Likewise.
47348         * sysdeps/unix/sysv/linux/x86_64/x32/iofopen64.c: Likewise.
47349         * sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos.c: Likewise.
47350         * sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos64.c: Likewise.
47351         * sysdeps/unix/sysv/linux/x86_64/x32/lockf.c: Likewise.
47352         * sysdeps/unix/sysv/linux/x86_64/x32/lockf64.c: Likewise.
47353         * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp.c: Likewise.
47354         * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp64.c: Likewise.
47355         * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp.c: Likewise.
47356         * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp64.c: Likewise.
47357         * sysdeps/unix/sysv/linux/x86_64/x32/scandir.c: Likewise.
47358         * sysdeps/unix/sysv/linux/x86_64/x32/scandir64.c: Likewise.
47359         * sysdeps/unix/sysv/linux/x86_64/x32/scandirat.c: Likewise.
47360         * sysdeps/unix/sysv/linux/x86_64/x32/scandirat64.c: Likewise.
47361         * sysdeps/unix/sysv/linux/x86_64/x32/tmpfile.c: Likewise.
47362         * sysdeps/unix/sysv/linux/x86_64/x32/tmpfile64.c: Likewise.
47363         * sysdeps/unix/sysv/linux/x86_64/x32/versionsort.c: Likewise.
47364         * sysdeps/unix/sysv/linux/x86_64/x32/versionsort64.c: Likewise.
47366 2012-05-16  Andreas Schwab  <schwab@linux-m68k.org>
47368         * Makerules (+depfiles): Also collect depfiles from .oS in
47369         $(extra-objs).
47370         * sysdeps/ieee754/ldbl-opt/Makefile (extra-objs): Add $(addsuffix
47371         .oS, $(libnldbl-routines)).
47373         * Makerules (native-compile-mkdep-flags): Define.
47374         * sunrpc/Makefile (extra-objs): Add $(addprefix
47375         cross-,$(rpcgen-objs)), don't add $(cross-rpcgen-objs).
47376         ($(cross-rpcgen-objs)): Use $(native-compile-mkdep-flags) instead
47377         of $(compile-mkdep-flags).  Depend on $(before-compile) instead of
47378         calling $(make-target-directory).
47380 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
47382         * bits/types.h (__snseconds_t): Removed.
47383         * time/time.h (struct timespec): Replace __snseconds_t with
47384         __syscall_slong_t.
47385         * bits/typesizes.h (__SNSECONDS_T_TYPE): Removed.
47386         * sysdeps/mach/hurd/bits/typesizes.h (__SNSECONDS_T_TYPE):
47387         Likewise.
47388         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
47389         (__SNSECONDS_T_TYPE): Likewise.
47390         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
47391         (__SNSECONDS_T_TYPE): Likewise.
47392         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
47393         (__SNSECONDS_T_TYPE): Likewise.
47395 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
47397         * sysdeps/mach/hurd/bits/typesizes.h
47398         (__SYSCALL_SLONG_TYPE): New macro.
47399         (__SYSCALL_ULONG_TYPE): Likewise.
47401 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
47403         * bits/types.h (__syscall_slong_t): New type.
47404         (__syscall_ulong_t): Likewise.
47406         * bits/typesizes.h (__SYSCALL_SLONG_TYPE): New macro.
47407         (__SYSCALL_ULONG_TYPE): Likewise.
47408         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
47409         (__SYSCALL_SLONG_TYPE): Likewise.
47410         (__SYSCALL_ULONG_TYPE): Likewise.
47411         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
47412         (__SYSCALL_SLONG_TYPE): Likewise.
47413         (__SYSCALL_ULONG_TYPE): Likewise.
47414         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
47415         (__SYSCALL_SLONG_TYPE): Likewise.
47416         (__SYSCALL_ULONG_TYPE): Likewise.
47418 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
47420         * sysdeps/unix/sysv/linux/x86_64/Makefile (gen-as-const-headers):
47421         Add sigaltstack-offsets.sym.
47422         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S: Include
47423         <sigaltstack-offsets.h>.
47424         (CALL_FAIL): Use RSP_LP to operate on stack.  Use RDI_LP on
47425         longjmp_msg pointer.
47426         (____longjmp_chk): Use R8_LP and RDX_LP on SP and PC.  Use
47427         R*_LP, sizeSS, oSS_FLAGS, oSS_SP and oSS_SIZE for alternate
47428         signal stack.
47429         * sysdeps/unix/sysv/linux/x86_64/sigaltstack-offsets.sym: New.
47431 2012-05-15  Joseph Myers  <joseph@codesourcery.com>
47433         * elf/stackguard-macros.h: Remove file.
47434         * sysdeps/generic/stackguard-macros.h: New file.
47435         * sysdeps/i386/stackguard-macros.h: Likewise.
47436         * sysdeps/powerpc/powerpc32/stackguard-macros.h: Likewise.
47437         * sysdeps/powerpc/powerpc64/stackguard-macros.h: Likewise.
47438         * sysdeps/s390/s390-32/stackguard-macros.h: Likewise.
47439         * sysdeps/s390/s390-64/stackguard-macros.h: Likewise.
47440         * sysdeps/sparc/sparc32/stackguard-macros.h: Likewise.
47441         * sysdeps/sparc/sparc64/stackguard-macros.h: Likewise.
47442         * sysdeps/x86_64/stackguard-macros.h: Likewise.
47443         * nptl/tst-stackguard1.c: Include <stackguard-macros.h> not
47444         <elf/stackguard-macros.h>.
47446         [BZ #14109]
47447         * sysdeps/unix/sysv/linux/powerpc/sys/procfs.h (elf_vrreg_t): Use
47448         __aligned__ in attribute.
47449         * sysdeps/unix/sysv/linux/s390/sys/ucontext.h (__psw_t): Likewise.
47450         (gregset_t): Likewise.
47452 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
47454         * sysdeps/x86_64/Implies (wordsize-64): Moved to ....
47455         * sysdeps/x86_64/64/Implies-after: Here.  New file.
47456         * sysdeps/x86_64/x32/Implies-after: New file.
47458 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
47460         * sysdeps/x86_64/dl-trampoline.h: Use R*_LP to pass arguments
47461         and access return value for _dl_profile_fixup.  Use R10_LP to
47462         load frame size.
47464 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
47466         * sysdeps/unix/sysv/linux/x86_64/x32/init-first.c: New.
47468 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
47470         * sysdeps/x86_64/sysdep.h: Allowed to be include more than once.
47471         * sysdeps/x86_64/x32/sysdep.h: New file.
47473 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
47475         * sysdeps/x86_64/__longjmp.S: Use R*_LP on SP and PC.
47476         * sysdeps/x86_64/setjmp.S: Likewise.
47478 2012-05-15  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
47480         * sysdeps/ieee754/dbl-64/wordsize-64/e_log10.c: New file.
47481         * sysdeps/ieee754/dbl-64/wordsize-64/e_log2.c: New file.
47482         * sysdeps/ieee754/dbl-64/e_log2.c: Fixing indents.
47483         * sysdeps/ieee754/dbl-64/e_log10.c: Likewise and also
47484         remove unused global constant.
47486 2012-05-15  Chris Metcalf  <cmetcalf@tilera.com>
47488         * sysdeps/unix/sysv/linux/getsysstats.c: Remove duplicate
47489         include of <not-cancel.h>.
47491 2012-05-15  Roland McGrath  <roland@hack.frob.com>
47493         * nscd/nscd-client.h (__nscd_acquire_maplock): Fix formatting.
47495 2012-05-15  Jeff Law  <law@redhat.com>
47496             Andreas Jaeger  <aj@suse.de>
47498         [BZ #13594]
47499         * nscd/nscd-client.h (__nscd_acquire_maplock): New function, split
47500         out from...
47501         * nscd/nscd_helper.c (__nscd_get_map_ref): ... here.
47502         * nscd/nscd-client.h: Add __nscd_acquire_maplock.
47503         * nscd/nscd_gethst_r.c (__nscd_get_nl_timestamp): Add locking to
47504         code changing __hst_map_handle.map.
47506 2012-05-15  Roland McGrath  <roland@hack.frob.com>
47508         * configure.in (sysnames): Look for Implies-before and Implies-after
47509         files.
47510         * configure: Regenerated.
47512 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
47514         * sysdeps/unix/sysv/linux/x86_64/sigaction.c (RESTORE2): Replace
47515         8-byte data alignment with LP_SIZE alignment.
47517 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
47519         * sysdeps/unix/sysv/linux/x86_64/clone.S: Load pointer to TID
47520         into R10_LP.
47522 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
47524         * sysdeps/unix/sysv/linux/x86_64/x32/dl-cache.h: New.
47526 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
47528         * sysdeps/unix/sysv/linux/x86_64/x32/Makefile: New file.
47529         * sysdeps/unix/sysv/linux/x86_64/x32/getcpu.c: Likewise.
47530         * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu-static.c:
47531         Likewise.
47532         * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu.S: Likewise.
47534 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
47536         * sysdeps/x86_64/stackinfo.h (stackinfo_get_sp): Use RSP_LP.
47537         (stackinfo_sub_sp): Likewise.
47539 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
47541         * sysdeps/x86_64/multiarch/strcmp-sse42.S: Load pointers into
47542         RAX_LP.
47544 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
47546         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Load cache sizes
47547         into R*_LP.
47549 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
47551         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Load cache
47552         sizes into R*_LP.
47554 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
47556         * sysdeps/x86_64/strcmp.S: Load pointers into R*_LP.
47558 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
47560         * sysdeps/x86_64/memcpy.S: Load __x86_64_data_cache_size_half
47561         into R11_LP and load __x86_64_shared_cache_size_half into
47562         R8_LP.
47564 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
47566         * sysdeps/x86_64/multiarch/memcmp-sse4.S: Load cache size into
47567         R8_LP.
47569 2012-05-15  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
47571         * sysdeps/powerpc/powerpc32/power7/fpu/s_logb.c: New file. Optimized
47572         logb for POWER7.
47573         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbf.c: New file. Optimized
47574         logbf for POWER7.
47575         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbl.c: New file. Optimized
47576         logbl for POWER7.
47577         * sysdeps/powerpc/powerpc64/power7/fpu/s_logb.c: New file. Use
47578         powerpc32/power7/fpu/s_logb.c via #include.
47579         * sysdeps/powerpc/powerpc64/power7/fpu/s_logbf.c: New file. Use
47580         powerpc32/power7/fpu/s_logbf.c via #include.
47581         * sysdeps/powerpc/powerpc64/power7/fpu/s_logbl.c: New file. Use
47582         powerpc32/power7/fpu/s_logbl.c via #include.
47584 2012-05-15  Joseph Myers  <joseph@codesourcery.com>
47586         * README.libm: Remove file.
47588 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
47590         * sysdeps/x86_64/start.S: Simulate popping 4-byte argument
47591         count for x32.  Use R*_LP and omit operand-size suffix.
47593 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
47595         * shlib-versions: Move x86_64-.*-linux.* entries to ...
47596         * sysdeps/x86_64/64/shlib-versions: Here.  New file.
47597         * sysdeps/x86_64/x32/shlib-versions: New file.
47599 2012-05-14  Roland McGrath  <roland@hack.frob.com>
47601         * sysdeps/unix/sysv/linux/dl-osinfo.h (dl_fatal): Function removed.
47602         * elf/rtld.c (dl_main) [DL_SYSDEP_OSCHECK]:
47603         Use _dl_fatal_printf instead.
47605 2012-05-14  Joseph Myers  <joseph@codesourcery.com>
47607         * sysdeps/unix/sysv/linux/configure.in (minimum_kernel): Always
47608         set if not set by the user.  Do not allow for being unset.
47609         * sysdeps/unix/sysv/linux/configure: Regenerated.
47611 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
47613         * sysdeps/x86_64/dl-machine.h (elf_machine_load_address): Remove
47614         the `q' suffix from lea and replace .quad with ASM_ADDR.
47616 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
47618         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (PTR_MANGLE): Remove
47619         the `q' suffix from xor/rol instructions.  Use $2*LP_SIZE+1
47620         instead of $17.
47621         (PTR_DEMANGLE): Likewise.
47623 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
47625         * sysdeps/x86_64/sysdep.h (LP_SIZE): New macro.
47626         (LP_OP): Likewise.
47627         (ASM_ADDR): Likewise.
47628         (RAX_LP): Likewise.
47629         (RBP_LP): Likewise.
47630         (RBX_LP): Likewise.
47631         (RCX_LP): Likewise.
47632         (RDI_LP): Likewise.
47633         (RSI_LP): Likewise.
47634         (RSP_LP): Likewise.
47635         (R8_LP): Likewise.
47636         (R9_LP): Likewise.
47637         (R10_LP): Likewise.
47638         (R10_LP): Likewise.
47639         (R11_LP): Likewise.
47640         (R12_LP): Likewise.
47641         (R13_LP): Likewise.
47642         (R14_LP): Likewise.
47643         (R15_LP): Likewise.
47645 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
47647         * sysdeps/x86_64/x32/dl-machine.h: New file.
47649 2012-05-14  Andreas Jaeger  <aj@suse.de>
47651         * manual/Makefile (subdir): Remove export of subdir.
47652         (all): Remove target.
47653         (.PHONY): Remove all from list.
47654         (mkinstalldirs): Remove.
47655         (.PHONY): Remove installdirs from list.
47656         ($(inst_infodir)/libc.info): Use make-target-directory.
47657         (installdirs): Remove.
47658         (subdir_%): Remove.
47659         (glibc-targets): Remove.
47660         (lib): Remove.
47661         (stubs): Remove.
47662         ($(objpfx)stubs ../po/manual.pot): Remove.
47663         ($(objpfx)stamp%): Remove.
47664         (make-target-directory): Remove.
47665         (subdir_install): Remove.
47666         (routines): Remove.
47667         (aux): Remove.
47668         (sources): Remove.
47669         (objects): Remove.
47670         (headers): Remove.
47672         [BZ #13750]
47673         * manual/.gitignore: Remove, it's not needed anymore.
47674         * manual/libc-texinfo.sh: Pass OUTDIR as extra argument, create
47675         all files in it.
47676         * manual/Makefile (dvi, pdf, info, html): Depend on files in build
47677         directory.
47678         (texis): Renamed to $(objpfx)texis.
47679         (texis-path): New, contains path to generated files.
47680         (chapters.%): Use texis-path for complete path, add extra argument
47681         libc-texinfo.sh.
47682         (libc.dvi, libc.pdf, libc.info, libc.pdf): Add $(objfpx) as prefix.
47683         (libc/index.html, summary.texi): Add $(objpfx) as prefix.
47684         (summary,texi, stamp-summary): Use complete path of
47685         files. Generate files in build dir.
47686         (dir-add.texi): Build in build dir.
47687         (libm-err.texi,stamp-libm-err): Likewise.
47688         (version.texi, stamp-version): Likewise.
47689         (.%c.texi): Likewise.
47690         (%.info,%.dvi,%.pdf): Add $(objpfx) as prefix, build in build dir.
47691         (mostlyclean): Remove target.
47692         (realclean): Remove target.
47693         (generated): Add new variable with contents from mostlyclean and
47694         realclean, remove entries duplicated in common-mostlyclean, add
47695         stamp-libm-err and stamp-version.
47696         (generated-dirs): Add libc directory.
47697         ($(inst_infodir)/libc.info): Install files from build dir.
47699         * manual/install.texi (Configuring and compiling): Adjust since
47700         the info files are not part of the tar ball anymore.
47702 2012-05-14  Andreas Jaeger  <aj@suse.de>
47704         * sysdeps/unix/sysv/linux/getcwd.c (__getcwd): Remove unused
47705         variable.
47707 2012-05-14  Joseph Myers  <joseph@codesourcery.com>
47709         [BZ #13717]
47710         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel): Set
47711         to 2.2.0 where earlier.
47712         * sysdeps/unix/sysv/linux/configure: Regenerated.
47713         * sysdeps/unix/sysv/linux/getcwd.c [!__ASSUME_GETCWD_SYSCALL]:
47714         Remove conditional code.
47715         [__ASSUME_GETCWD_SYSCALL]: Make code unconditional.
47716         * sysdeps/unix/sysv/linux/i386/chown.c [!__ASSUME_LCHOWN_SYSCALL]:
47717         Remove conditional code.
47718         [!__NR_lchown]: Likewise.
47719         [__ASSUME_LCHOWN_SYSCALL]: Make code unconditional.
47720         [__NR_lchown]: Likewise.
47721         * sysdeps/unix/sysv/linux/i386/fchownat.c (fchownat): Remove
47722         comment referencing __ASSUME_LCHOWN_SYSCALL.
47723         * sysdeps/unix/sysv/linux/i386/sigaction.c
47724         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
47725         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
47726         * sysdeps/unix/sysv/linux/if_index.c [!__ASSUME_SIOCGIFNAME]:
47727         Remove conditional code.
47728         [__ASSUME_SIOCGIFNAME ]: Make code unconditional.
47729         (__protocol_available): Remove #if 0 code.
47730         * sysdeps/unix/sysv/linux/ifreq.c [!__ASSUME_SIOCGIFNAME]: Remove
47731         conditional code.
47732         [__ASSUME_SIOCGIFNAME]: Make code unconditional.
47733         * sysdeps/unix/sysv/linux/kernel-features.h
47734         (__ASSUME_GETCWD_SYSCALL): Don't define.
47735         (__ASSUME_REALTIME_SIGNALS): Likewise.
47736         (__ASSUME_PREAD_SYSCALL): Likewise.
47737         (__ASSUME_PWRITE_SYSCALL): Likewise.
47738         (__ASSUME_POLL_SYSCALL): Likewise.
47739         (__ASSUME_LCHOWN_SYSCALL): Likewise.
47740         (__ASSUME_SETRESUID_SYSCALL): Define for all kernel versions for
47741         non-SPARC.
47742         (__ASSUME_SIOCGIFNAME): Don't define.
47743         (__ASSUME_MSG_NOSIGNAL): Likewise.
47744         (__ASSUME_SENDFILE): Define unconditionally.
47745         (__ASSUME_PROC_SELF_FD_SYMLINK): Don't define.
47746         * sysdeps/unix/sysv/linux/poll.c [!__ASSUME_POLL_SYSCALL]: Remove
47747         conditional code.
47748         [__ASSUME_POLL_SYSCALL]: Make code unconditional.
47749         * sysdeps/unix/sysv/linux/powerpc/chown.c (__chown)
47750         [!__ASSUME_LCHOWN_SYSCALL]: Remove conditional code.
47751         (__chown) [__ASSUME_LCHOWN_SYSCALL]: Make code unconditional.
47752         * sysdeps/unix/sysv/linux/powerpc/fchownat.c (fchownat)
47753         [!__ASSUME_LCHOWN_SYSCALL]: Remove conditional code.
47754         (fchownat) [__ASSUME_LCHOWN_SYSCALL]: Make code unconditional.
47755         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread.c
47756         [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
47757         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
47758         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread64.c
47759         [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
47760         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
47761         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite.c
47762         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
47763         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
47764         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite64.c
47765         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
47766         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
47767         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c
47768         [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
47769         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
47770         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c
47771         [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
47772         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
47773         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c
47774         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
47775         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
47776         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c
47777         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
47778         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
47779         * sysdeps/unix/sysv/linux/pread.c [!__ASSUME_PREAD_SYSCALL]:
47780         Remove conditional code.
47781         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
47782         * sysdeps/unix/sysv/linux/pread64.c [!__ASSUME_PREAD_SYSCALL]:
47783         Remove conditional code.
47784         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
47785         * sysdeps/unix/sysv/linux/ptsname.c (__ptsname_internal)
47786         [__LINUX_KERNEL_VERSION < 131443]: Remove conditional code.
47787         * sysdeps/unix/sysv/linux/pwrite.c [!__ASSUME_PWRITE_SYSCALL]:
47788         Remove conditional code.
47789         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
47790         * sysdeps/unix/sysv/linux/pwrite64.c [!__ASSUME_PWRITE_SYSCALL]:
47791         Remove conditional code.
47792         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
47793         * sysdeps/unix/sysv/linux/sh/pread.c [!__ASSUME_PREAD_SYSCALL]:
47794         Remove conditional code.
47795         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
47796         * sysdeps/unix/sysv/linux/sh/pread64.c [!__ASSUME_PREAD_SYSCALL]:
47797         Remove conditional code.
47798         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
47799         * sysdeps/unix/sysv/linux/sh/pwrite.c [!__ASSUME_PWRITE_SYSCALL]:
47800         Remove conditional code.
47801         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
47802         * sysdeps/unix/sysv/linux/sh/pwrite64.c
47803         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
47804         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
47805         * sysdeps/unix/sysv/linux/sigaction.c
47806         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
47807         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
47808         * sysdeps/unix/sysv/linux/sigpending.c
47809         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
47810         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
47811         * sysdeps/unix/sysv/linux/sigprocmask.c
47812         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
47813         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
47814         * sysdeps/unix/sysv/linux/sigsuspend.c
47815         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
47816         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
47817         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c
47818         (__libc_missing_rt_sigs): Remove.
47819         (__libc_sigaction) [__NR_rt_sigaction]: Make code unconditional.
47820         (__libc_sigaction): Do not handle ENOSYS from rt_sigaction.
47821         * sysdeps/unix/sysv/linux/syslog.c [!__ASSUME_MSG_NOSIGNAL]:
47822         Remove conditional code.
47823         [__ASSUME_MSG_NOSIGNAL]: Make code unconditional.
47824         * sysdeps/unix/sysv/linux/testrtsig.h (kernel_has_rtsig): Always
47825         return 1.
47826         * sysdeps/unix/sysv/linux/ttyname.c (ttyname)
47827         [!__ASSUME_PROC_SELF_FD_SYMLINK]: Remove conditional code.
47828         * sysdeps/unix/sysv/linux/ttyname_r.c (__ttyname_r)
47829         [!__ASSUME_PROC_SELF_FD_SYMLINK]: Likewise.
47831 2012-05-14  Andreas Jaeger  <aj@suse.de>
47833         * sysdeps/i386/fpu/bits/mathinline.h (__pow2): Remove,
47834         it's not used in glibc.
47835         (__coshm1): Likewise.
47836         (__acosh1p): Likewise.
47837         (__sgn): Likewise.
47839         * manual/string.texi (Copying and Concatenation): Add missing
47840         variable in concat example.
47841         Reported by David C. Rankin <drankinatty@suddenlinkmail.com>.
47843 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
47845         [BZ #14103]
47846         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c (__logb): Replace
47847         __builtin_clzl with __builtin_clzll.
47849 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
47851         [BZ #14104]
47852         * sysdeps/unix/sysv/linux/check_pf.c (cache): Use
47853         libc_freeres_ptr.
47855 2012-05-14  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
47857         * sysdeps/i386/i686/fpu/multiarch/Makefile: New file.
47858         * sysdeps/i386/i686fpu/multiarch/e_expf.c: New file.
47859         * sysdeps/i386/i686fpu/multiarch/e_expf-ia32.S: New file.
47860         * sysdeps/i386/i686/fpu/multiarch/e_expf-sse2.S: New file.
47862 2012-05-14  Mike Frysinger  <vapier@gentoo.org>
47864         * NEWS: Update ia64 info.
47866 2012-05-12  Andreas Schwab  <schwab@linux-m68k.org>
47868         * sysdeps/powerpc/memmove.c (MEMMOVE): Don't return a value if
47869         used as bcopy.
47871 2012-05-12  Thomas Schwinge  <thomas@codesourcery.com>
47873         * io/dup3.c (dup3): Rename to __dup3, add weak alias for dup3.
47874         * sysdeps/unix/syscalls.list (dup3): Likewise.
47875         * libio/freopen.c (freopen): Invoke __dup3 instead of dup3.
47876         * libio/freopen64.c (freopen64): Invoke __dup3 instead of dup3.
47878 2012-05-11  H.J. Lu  <hongjiu.lu@intel.com>
47880         * elf/stackguard-macros.h (STACK_CHK_GUARD) [__x86_64__]: Use
47881         "%c1" with "i" (offsetof (tcbhead_t, stack_guard)).
47883 2012-05-11  H.J. Lu  <hongjiu.lu@intel.com>
47885         * elf/tls-macros.h (TLS_LE): Use mov instead of movq to load
47886         thread pointer.
47887         (TLS_IE): Use mov/add instead of movq/addq to load thread
47888         pointer.
47889         (TLS_GD_PREFIX): New.
47890         (TLS_GD): Use it.
47892 2012-05-11  David S. Miller  <davem@davemloft.net>
47894         * sysdeps/sparc/fpu/bits/fenv.h (__fenv_stfsr): Add __volatile__.
47895         * sysdeps/sparc/fpu/fpu_control.h (_FPU_GETCW): Likewise.
47896         (_FPU_SETCW): Likewise.
47898 2012-05-10  H.J. Lu  <hongjiu.lu@intel.com>
47900         * sysdeps/x86_64/dl-trampoline.S: Check if RTLD_SAVESPACE_SSE
47901         is 32-byte aligned.
47903 2012-05-11  Andreas Schwab  <schwab@linux-m68k.org>
47905         [BZ #11837]
47906         * iconvdata/gb18030.c: Update tables.
47907         (BODY for FROM_LOOP): Update.  Handle two-byte encoded non-BMP
47908         characters specially.
47909         (BODY for TO_LOOP): Add encoding of missing ranges.
47911 2012-05-11  Thomas Schwinge  <thomas@codesourcery.com>
47913         [BZ #13673]
47914         * sysdeps/mach/hurd/accept4.c: Replace FSF snail mail address with URL.
47915         * sysdeps/mach/hurd/dup3.c: Likewise.
47916         * sysdeps/mach/hurd/readlinkat.c: Likewise.
47917         * sysdeps/powerpc/memmove.c:: Likewise.
47919 2012-05-10  H.J. Lu  <hongjiu.lu@intel.com>
47921         * sysdeps/x86_64/dl-machine.h (elf_machine_rela_relative): Handle
47922         R_X86_64_RELATIVE64 only if RTLD_BOOTSTRAP isn't defined.
47924 2012-05-10  H.J. Lu  <hongjiu.lu@intel.com>
47926         * elf/elf.h (R_X86_64_RELATIVE64): New.
47927         (R_X86_64_NUM): Updated.
47928         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Handle
47929         R_X86_64_RELATIVE64.  Always use Elf64_Addr with R_X86_64_64.
47930         (elf_machine_rela_relative): Handle R_X86_64_RELATIVE64.
47931         * sysdeps/x86_64/Makefile (tests): Add tst-quad1 tst-quad2
47932         tst-quad1pie tst-quad2pie
47933         (modules-names): Add tst-quadmod1 tst-quadmod2.
47934         ($(objpfx)tst-quad1): New dependency.
47935         ($(objpfx)tst-quad2): Likewise.
47936         ($(objpfx)tst-quad1pie): Likewise.
47937         ($(objpfx)tst-quad2pie): Likewise.
47938         * sysdeps/x86_64/tst-quad1.c: New file.
47939         * sysdeps/x86_64/tst-quad1pie.c: New file.
47940         * sysdeps/x86_64/tst-quad2.c: Likewise.
47941         * sysdeps/x86_64/tst-quad2pie.c: Likewise.
47942         * sysdeps/x86_64/tst-quadmod1.S: Likewise.
47943         * sysdeps/x86_64/tst-quadmod1pie.S: Likewise.
47944         * sysdeps/x86_64/tst-quadmod2.S: Likewise.
47945         * sysdeps/x86_64/tst-quadmod2pie.S: Likewise.
47947 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
47949         * io/fcntl.h (mode_t, off_t, pid_t): Define types.
47950         (__mode_t_defined, __off_t_defined, __pid_t_defined): Define macros.
47951         * streams/stropts.h (t_scalar_t): Define type.
47953         * sysdeps/generic/paths.h (_PATH_MAN): Set to "/usr/share/man"
47954         (_PATH_PRESERVE): Set to "/var/lib".
47955         (_PATH_RWHODIR): Set to "/var/spool/rwho".
47957         * sysdeps/mach/hurd/openat.c (__openat): Set type of MODE to mode_t
47958         instead of int.
47960         * sysdeps/mach/hurd/xmknodat.c (__xmknodat): Deallocate NODE port only
47961         if __dir_mkfile succeeded.
47963         * sysdeps/mach/hurd/dup3.c: Lock _hurd_dtable_lock before
47964         checking for _hurd_dtablesize.  Unlock it right after having
47965         finished _hurd_dtable allocation.
47967 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
47969         * sysdeps/mach/hurd/configure.in: Remove warning for --prefix=[...].
47970         * sysdeps/mach/hurd/configure: Regenerated.
47971         * sysdeps/unix/sysv/linux/configure.in: Move --prefix=/usr
47972         special-casing to...
47973         * sysdeps/gnu/configure.in: ... this new file.
47974         * sysdeps/unix/sysv/linux/configure: Regenerated.
47975         * sysdeps/gnu/configure: New generated file.
47977         * sysdeps/mach/hurd/bits/stat.h (struct stat): Align to what is done
47978         for Linux: use nsec instead of usec, as well as:
47979         [__USE_MISC || __USE_XOPEN2K8] (st_atim, st_mtim, st_ctim): New
47980         members of type struct timespec.
47981         [__USE_MISC || __USE_XOPEN2K8] (st_atime, st_mtime, st_ctime):
47982         New macros.
47983         (struct stat64): Likewise.
47984         (_STATBUF_ST_NSEC): New macro.
47985         * sysdeps/mach/hurd/xstatconv.c (xstat64_conv): Adapt to that.
47987         * hurd/lookup-retry.c (__hurd_file_name_lookup_retry): Use
47988         __strtoul_internal rather than strtoul.
47990 2012-05-10  Pino Toscano  <toscano.pino@tiscali.it>
47992         * hurd/hurdsock.c (_hurd_socket_server): Check for negative domains,
47993         and reject them.
47995 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
47997         * sysdeps/mach/hurd/setresgid.c (__setresgid): Handle the -1 case,
47998         which preserves existing values.
47999         * sysdeps/mach/hurd/setresuid.c (__setresuid): Likewise.
48001 2012-05-10  Pino Toscano  <toscano.pino@tiscali.it>
48003         * hurd/hurdselect.c (_hurd_select): Return EINVAL for negative
48004         TIMEOUT values.  Return EINVAL for NFDS values either negative or
48005         greater than FD_SETSIZE.
48007 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
48009         * sysdeps/mach/hurd/brk.c (_hurd_set_brk): When more space needs to be
48010         allocated, call __vm_protect to finish enabling the existing space, and
48011         pass a copy of _hurd_data_end instead of PAGEBRK to __vm_allocate to
48012         allocate the remainder.
48014 2012-05-10  Pino Toscano  <toscano.pino@tiscali.it>
48016         * sysdeps/mach/hurd/recvfrom.c (__recvfrom): Check also for a null
48017         address port.  Set ADDR_LEN to 0 when not filling ADDRARG.
48019 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
48021         * sysdeps/mach/hurd/readlinkat.c: New file, heavily derived from
48022         sysdeps/mach/hurd/readlink.c.
48024         * posix/tst-sysconf.c (posix_options): Only use
48025         _POSIX_PRIORITIZED_IO, _POSIX_PRIORITY_SCHEDULING, and
48026         _POSIX_SYNCHRONIZED_IO when they are defined
48027         * sysdeps/mach/hurd/bits/posix_opt.h:
48028         (_POSIX_PRIORITY_SCHEDULING): Undefine macro.
48029         (_XOPEN_REALTIME): Undefine macro.
48030         (_XOPEN_REALTIME_THREADS): Undefine macro.
48031         (_XOPEN_SHM): Undefine macro.
48032         [__USE_XOPEN2K8] (_POSIX_THREAD_ROBUST_PRIO_INHERIT): Define
48033         macro to -1.
48034         [__USE_XOPEN2K8] (_POSIX_THREAD_ROBUST_PRIO_PROTECT): Define
48035         macro to -1.
48036         (_POSIX_ASYNC_IO): Undefine macro.
48037         (_POSIX_PRIORITIZED_IO): Undefine macro.
48038         (_POSIX_SPIN_LOCKS): Define macro to -1.
48040         * bits/sigaction.h [__USE_XOPEN2K8]: Define SA_RESTART,
48041         SA_NODEFER, SA_RESETHAND.
48042         * sysdeps/mach/hurd/bits/fcntl.h [__USE_XOPEN2K8]: Define
48043         O_NOFOLLOW, O_DIRECTORY, O_CLOEXEC, F_GETOWN, F_SETOWN,
48044         F_DUPFD_CLOEXEC.
48046 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
48048         * elf/Makefile (pldd-modules): Define unconditionally.
48050 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
48052         * sysdeps/mach/hurd/opendir.c (__opendirat): New function.
48054 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
48056         * hurd/hurdchdir.c (_hurd_change_directory_port_from_name):
48057         Return ENOENT when name is empty.
48058         * sysdeps/mach/hurd/chroot.c (chroot): Likewise.
48060 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
48062         * include/libc-symbols.h [NO_HIDDEN] (hidden_nolink): New macro.
48064         * nss/makedb.c (MAP_POPULATE): If not defined, define to zero.
48066 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
48068         Fix mlock in all cases except non-readable pages.
48069         * sysdeps/mach/hurd/mlock.c (mlock): Give VM_PROT_READ
48070         instead of VM_PROT_ALL as parameter to __vm_wire function.
48072         * sysdeps/mach/hurd/mkdir.c: Include <string.h>.
48073         (__mkdir): When path is `/', just fail with EEXIST.
48074         * sysdeps/mach/hurd/mkdirat.c: Likewise.
48076 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
48078         * nss/makedb.c: Include <sys/param.h> (for MAX and roundup), and
48079         <sys/uio.h> (for writev).
48080         * nss/nss_db/db-initgroups.c: Include <limits.h> (for ULONG_MAX),
48081         and <sys/param.h> (for MIN).
48083 2012-05-10  Pino Toscano  <toscano.pino@tiscali.it>
48085         * sysdeps/mach/nanosleep.c: Return EINVAL for invalid values of
48086         REQUESTED_TIME.  Properly set the remaining time and return EINTR
48087         if interrupted.
48089 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
48091         * sysdeps/mach/hurd/Makefile ($(common-objpfx)linkobj/libc.so):
48092         Depend on against $(link-rpcuserlibs).
48094 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
48096         * sysdeps/generic/ldsodefs.h [LIBC_STACK_END_NOT_RELRO]
48097         (__libc_stack_end): Do not use attribute_relro.
48098         * sysdeps/mach/hurd/dl-sysdep.h (LIBC_STACK_END_NOT_RELRO): Define.
48099         * sysdeps/mach/hurd/i386/init-first.c (init): Update __libc_stack_end
48100         to libthread-provided value.
48101         * sysdeps/mach/hurd/dl-sysdep.c (__libc_stack_end): Do not use
48102         attribute_relro.
48104 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
48106         [BZ #3748]
48107         * bits/libc-lock.h (__libc_once_get): New macro.
48108         * sysdeps/mach/bits/libc-lock.h: Likewise.
48109         * sysdeps/mach/hurd/bits/libc-lock.h: Likewise.
48110         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Use __libc_once_get
48111         instead of using implementation details.
48113         * libio/fileops.c: Unconditionally include <kernel-features.h>.
48114         * libio/freopen.c: Likewise.
48115         * libio/freopen64.c: Likewise.
48116         * misc/syslog.c: Likewise.
48117         * nscd/connections.c: Likewise.
48118         * nscd/netgroupcache.c: Likewise.
48119         * sysdeps/posix/getcwd.c: Likewise.
48121 2012-05-10  Roland McGrath  <roland@hack.frob.com>
48123         * math/w_ilogbf.c: Add #include <limits.h>.
48125 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
48127         * sysdeps/mach/hurd/setitimer.c (setitimer_locked): Use common exit
48128         path instead of returning without unlocking.
48130         * sysdeps/mach/hurd/bits/ioctls.h (_IOIW): New macro for
48131         immediate-write ioctls.
48132         * sysdeps/mach/hurd/ioctl.c: Handle cases with no arguments.
48134 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
48136         * sysdeps/mach/hurd/i386/init-first.c (init): Use
48137         __builtin_frame_address instead of making assumptions about the
48138         location of the return address relative to DATA.  Force early load of
48139         the return address.
48140         (_dl_init_first, doinit1 in doinit in _hurd_stack_setup): Don't use
48141         __builtin_frame_address.
48143         dup3 for GNU Hurd.
48144         * include/unistd.h: Declare __dup3 and use libc_hidden_proto on it.
48145         * sysdeps/mach/hurd/dup3.c: New file, copy from dup2.c.  Evolve it to
48146         implement dup3 and do some further code clean-ups.
48147         * sysdeps/mach/hurd/dup2.c (__dup2): Reimplement using __dup3.
48148         * sysdeps/mach/hurd/kernel-features.h (__ASSUME_DUP3): Define.
48150 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
48152         * sysdeps/mach/hurd/dl-sysdep.c: Conditionalize contents on [SHARED].
48154         * hurd/hurd/fd.h (_hurd_fd_get): Call HURD_CRITICAL_BEGIN/
48155         HURD_CRITICAL_END around holding _hurd_dtable_lock.
48156         * sysdeps/mach/hurd/dirfd (dirfd): Likewise.
48157         * sysdeps/mach/hurd/opendir.c (_hurd_fd_opendir): Call
48158         HURD_CRITICAL_BEGIN/HURD_CRITICAL_END around holding
48159         d->port.lock.
48161         * hurd/catch-signal.c (hurd_catch_signal): Use sigsetjmp/siglongjmp
48162         instead of setjmp/longjmp to restore the signal mask.  Call sigsetjmp
48163         when handler == SIG_ERR, not when handler != SIG_ERR.
48165 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
48167         * sysdeps/mach/hurd/bits/socket.h: New file, copy from the bsd4.4 one.
48168         (SOCK_MAX, SOCK_TYPE_MASK, SOCK_CLOEXEC, SOCK_NONBLOCK): New
48169         definitions.
48171         accept4 for GNU Hurd.
48172         * include/sys/socket.h (__libc_accept4): New prototype.
48173         * sysdeps/mach/hurd/accept4.c: New file, copy from accept.c.  Evolve it
48174         to implement __libc_accept4.
48175         * sysdeps/mach/hurd/accept.c (accept): Reimplement using
48176         __libc_accept4.
48177         * sysdeps/mach/hurd/kernel-features.h (__ASSUME_ACCEPT4): Define.
48179         * sysdeps/mach/hurd/i386/____longjmp_chk.S: New file.
48180         * sysdeps/mach/hurd/i386/signal-defines.sym: New file.
48181         * sysdeps/mach/hurd/i386/Makefile (gen-as-const-headers): Add
48182         signal-defines.sym.
48184 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
48186         * bits/in.h (SOL_IP, SOL_IPV6, SOL_ICMPV6): New macros.
48188 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
48190         * sysdeps/mach/hurd/dl-sysdep.c (open_file): Do not raise
48191         assertion on O_CLOEXEC flag.
48192         * hurd/hurd/fd.h: Update comment to mention O_CLOEXEC.
48193         * hurd/intern-fd.c: Likewise.
48194         * hurd/port2fd.c: Likewise.
48196 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
48198         [BZ #3906]
48199         * bits/in.h (IPV6_PKTINFO): Define new macro.
48200         (IPV6_RXINFO,IPV6_TXINFO,SCM_SRCINFO): Redefine to IPV6_PKTINFO.
48202 2012-05-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
48204         [BZ #13954]
48205         [BZ #13955]
48206         [BZ #13956]
48207         * sysdeps/ieee754/dbl-64/s_logb.c (__logb): Fix for subnormal number.
48208         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c (__logb): Likewise.
48209         * sysdeps/ieee754/flt-32/s_logbf.c (__logf): Likewise.
48210         * sysdeps/ieee754/ldbl-128/s_logbl.c (__logbl): Likewise.
48211         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
48212         * sysdeps/ieee754/ldbl-96/s_logbl.c (__logbl): Likewise.
48213         * math/libm-test.inc (logb_test) : Additional logb tests.
48215 2012-05-09  Andreas Schwab  <schwab@linux-m68k.org>
48216             Andreas Jaeger  <aj@suse.de>
48218         * configure.in (obsolete-rpc): Add new option --enable-obsolete-rpc.
48219         * configure: Regenerated.
48220         * config.h.in (LINK_OBSOLETE_RPC): New macro.
48221         * config.make.in (link-obsolete-rpc): New substituted variable.
48222         * include/libc-symbols.h (libc_hidden_nolink_sunrpc): Rename from
48223         libc_hidden_nolink and define based on LINK_OBSOLETE_RPC.
48224         * sunrpc/Makefile (headers) [link-obsolete-rpc]: Add rpc headers.
48225         (shared-only-routines): Don't set it under [link-obsolete-rpc],
48226         so that libc.a contains the symbols.
48227         * nis/Makefile (headers) [link-obsolete-rpc]: Add rpc headers.
48228         * sunrpc/auth_des.c: Use libc_hidden_nolink_sunrpc.
48229         * sunrpc/auth_none.c: Likewise.
48230         * sunrpc/auth_unix.c: Likewise.
48231         * sunrpc/authdes_prot.c: Likewise.
48232         * sunrpc/authuxprot.c: Likewise.
48233         * sunrpc/clnt_gen.c: Likewise.
48234         * sunrpc/clnt_perr.c: Likewise.
48235         * sunrpc/clnt_raw.c: Likewise.
48236         * sunrpc/clnt_simp.c: Likewise.
48237         * sunrpc/clnt_tcp.c: Likewise.
48238         * sunrpc/clnt_udp.c: Likewise.
48239         * sunrpc/clnt_unix.c: Likewise.
48240         * sunrpc/des_crypt.c: Likewise.
48241         * sunrpc/des_soft.c: Likewise.
48242         * sunrpc/get_myaddr.c: Likewise.
48243         * sunrpc/key_call.c: Likewise.
48244         * sunrpc/key_prot.c: Likewise.
48245         * sunrpc/netname.c: Likewise.
48246         * sunrpc/pm_getmaps.c: Likewise.
48247         * sunrpc/pm_getport.c: Likewise.
48248         * sunrpc/pmap_clnt.c: Likewise.
48249         * sunrpc/pmap_prot.c: Likewise.
48250         * sunrpc/pmap_prot2.c: Likewise.
48251         * sunrpc/pmap_rmt.c: Likewise.
48252         * sunrpc/publickey.c: Likewise.
48253         * sunrpc/rpc_cmsg.c: Likewise.
48254         * sunrpc/rpc_common.c: Likewise.
48255         * sunrpc/rpc_dtable.c: Likewise.
48256         * sunrpc/rpc_prot.c: Likewise.
48257         * sunrpc/rpc_thread.c: Likewise.
48258         * sunrpc/rtime.c: Likewise.
48259         * sunrpc/svc.c: Likewise.
48260         * sunrpc/svc_auth.c: Likewise.
48261         * sunrpc/svc_raw.c: Likewise.
48262         * sunrpc/svc_run.c: Likewise.
48263         * sunrpc/svc_tcp.c: Likewise.
48264         * sunrpc/svc_udp.c: Likewise.
48265         * sunrpc/svc_unix.c: Likewise.
48266         * sunrpc/svcauth_des.c: Likewise.
48267         * sunrpc/xcrypt.c: Likewise.
48268         * sunrpc/xdr.c: Likewise.
48269         * sunrpc/xdr_array.c: Likewise.
48270         * sunrpc/xdr_float.c: Likewise.
48271         * sunrpc/xdr_intXX_t.c: Likewise.
48272         * sunrpc/xdr_mem.c: Likewise.
48273         * sunrpc/xdr_rec.c: Likewise.
48274         * sunrpc/xdr_ref.c: Likewise.
48275         * sunrpc/xdr_sizeof.c: Likewise.
48276         * sunrpc/xdr_stdio.c: Likewise.
48278 2012-05-10  Roland McGrath  <roland@hack.frob.com>
48280         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Fix typo in last
48281         change.  Update copyright years.
48283 2012-05-10  Joseph Myers  <joseph@codesourcery.com>
48285         * include/stdc-predef.h (__STDC_NO_THREADS__): Define.
48287 2012-05-10  Maxim Kuvyrkov  <maxim@codesourcery.com>
48288             Joseph Myers  <joseph@codesourcery.com>
48289             Paul Pluzhnikov  <ppluzhnikov@google.com>
48291         [BZ #14012]
48292         * sunrpc/Makefile [cross-compiling] (headers): Enable additions
48293         requiring rpcgen.
48294         [cross-compiling] (extra-libs): Likewise.
48295         [cross-compiling] (extra-libs-others): Likewise.
48296         [cross-compiling] (librpcsvc-routines): Likewise.
48297         [cross-compiling] (librpcsvc-inhibit-o): Likewise.
48298         [cross-compiling] (omit-deps): Likewise.
48299         (sunrpc-CPPFLAGS): New variable.
48300         (CPPFLAGS): Define using $(sunrpc-CPPFLAGS).
48301         (BUILD_CPPFLAGS): Append $(sunrpc-CPPFLAGS).
48302         (cross-rpcgen-objs): New variable.
48303         (extra-objs): Append $(cross-rpcgen-objs).
48304         ($(cross-rpcgen-objs)): New rule.
48305         ($(objpfx)cross-rpcgen): Likewise.
48306         (rpcgen-cmd): Define to use $(built-program-file).  Expand
48307         comment.
48308         ($(objpfx)rpcsvc/%.stmp): Depend on cross-rpcgen.
48309         ($(objpfx)x%.stmp): Likewise.
48310         * sunrpc/proto.h [IS_IN_build] (_): Define.
48311         [IS_IN_build] (_libc_intl_domainname): Likewise.
48313 2012-05-10  H.J. Lu  <hongjiu.lu@intel.com>
48315         * sysdeps/x86_64/dl-machine.h (elf_machine_rela) [__ILP32__]:
48316         Sign extend relocation result to 64 bits for R_X86_64_DTPOFF64
48317         and R_X86_64_TPOFF64.
48319 2012-05-10  Joseph Myers  <joseph@codesourcery.com>
48321         * sysdeps/unix/sysv/linux/syscalls.list (alarm): Add entry from
48322         sysdeps/unix/sysv/syscalls.list.
48323         (stime): Likewise.
48324         (utime): Likewise.
48325         * sysdeps/unix/sysv/syscalls.list: Remove file.
48327 2012-05-10  Paul Eggert  <eggert@cs.ucla.edu>
48329         [BZ #3440]
48330         * locale/bits/locale.h (__LC_CTYPE, __LC_NUMERIC, __LC_TIME)
48331         (__LC_COLLATE, __LC_MONETARY, __LC_MESSAGES, __LC_ALL, __LC_PAPER)
48332         (__LC_NAME, __LC_ADDRESS, __LC_TELEPHONE, __LC_MEASUREMENT)
48333         (__LC_IDENTIFICATION): Make these macros useful in #if
48334         expressions, as required by C99.
48336 2012-05-10  Andreas Schwab  <schwab@linux-m68k.org>
48338         * sunrpc/Makefile (extra-objs) [$(build-shared) = yes]: Add
48339         $(addsuffix .os,$(rpc-compat-routines)).  Move include ../Rules
48340         after this.
48342 2012-05-09  H.J. Lu  <hongjiu.lu@intel.com>
48344         * stdlib/longlong.h: Updated from GCC.
48346 2012-05-09  Andreas Jaeger  <aj@suse.de>
48348         * nscd/nscd.c (run_modes): Make named enum, reorder so that
48349         default is first entry.
48350         (run_mode): Set type.
48351         (main): Remove informal message about syslog.
48352         (options): Fix typo.
48354         [BZ #14053]
48355         * sysdeps/x86_64/fpu/bits/mathinline.h (lrintf): Add __volatile
48356         to asm.
48357         (lrint): Likewise.
48358         (llrintf): Likewise.
48359         (llrint): Likewise.
48360         (rint): Likewise.
48361         (rintf): Likewise.
48362         (nearbyint): Likewise.
48363         (nearbyintf): Likewise.
48365 2012-05-09  Andreas Jaeger  <aj@suse.de>
48366             Pedro Alves  <palves@redhat.com>
48368         * nscd/nscd.c (run_mode): Use enum.
48369         (main): Cleanup coding style issue.
48371 2012-05-09  Alexandre Oliva  <aoliva@redhat.com>
48372             Andreas Jaeger  <aj@suse.de>
48374         * nscd/nscd.c (go_background): Replaced with...
48375         (run_mode): ... this.
48376         (RUN_FOREGROUND, RUN_DAEMONIZE, RUN_DEBUG): Add.
48377         (options): Add -F --foreground.
48378         (main): Implement it.
48379         (parse_opt): Parse it.
48381 2012-05-09  Andreas Jaeger  <aj@suse.de>
48383         [BZ #14083]
48384         * string/bits/string2.h (strspn) [__GNUC_PREREQ(3, 2) &&
48385         !_HAVE_STRING_ARCH_strspn]: Cast zero to size_t to avoid
48386         -Wconversion warning.
48387         (strspn) [!__GNUC_PREREQ(3, 2) && !_HAVE_STRING_ARCH_strspn]:
48388         Likewise.
48390 2012-05-09  Joseph Myers  <joseph@codesourcery.com>
48392         * conform/data/locale.h-data (NULL): Use macro-constant.  Require
48393         == 0.
48394         (LC_ALL): Use macro-int-constant.
48395         (LC_COLLATE): Likewise.
48396         (LC_CTYPE): Likewise.
48397         (LC_MESSAGES): Likewise.
48398         (LC_MONETARY): Likewise.
48399         (LC_NUMERIC): Likewise.
48400         (LC_TIME): Likewise.
48401         [ISO || ISO99 || ISO11] (LC_MESSAGES): Do not require.
48402         (LC_*): Change to LC_[ABCDEFGHIJKLMNOPQRSTUVWXYZ]*.
48403         [ISO || ISO99 || ISO11] (*_t): Do not allow.
48404         * conform/data/math.h-data (HUGE_VAL): Use macro-constant.
48405         Specify type.
48406         [C99-based standards] (float_t): Expect type.
48407         [C99-based standards] (double_t): Expect type.
48408         [C99-based standards] (HUGE_VALF): Use macro-constant.  Specify
48409         type.
48410         [C99-based standards] (HUGE_VALL): Likewise.
48411         [C99-based standards] (INFINITY): Likewise.
48412         [C99-based standards] (NAN): Likewise.
48413         [C99-based standards] (FP_INFINITE): Use macro-int-constant.
48414         [C99-based standards] (FP_NAN): Likewise.
48415         [C99-based standards] (FP_NORMAL): Likewise.
48416         [C99-based standards] (FP_SUBNORMAL): Likewise.
48417         [C99-based standards] (FP_ZERO): Likewise.
48418         [C99-based standards] (FP_FAST_FMA): Use
48419         optional-macro-int-constant.  Specify type.  Require == 1.
48420         [C99-based standards] (FP_FAST_FMAF): Likewise.
48421         [C99-based standards] (FP_FAST_FMAL): Likewise.
48422         [C99-based standards] (FP_ILOGB0): Use macro-int-constant.
48423         [C99-based standards] (FP_ILOGBNAN): Likewise.
48424         [C99-based standards] (MATH_ERRNO): Use macro-int-constant.
48425         Specify type.
48426         [C99-based standards] (MATH_ERREXCEPT): Likewise.
48427         [C99-based standards] (math_errhandling): Specify type.
48428         [ISO99 || ISO11] (signgam): Do not allow.
48429         [non-C99-based standards] (copysignf): Do not allow.
48430         [non-C99-based standards] (exp2f): Likewise.
48431         [non-C99-based standards] (log2f): Likewise.
48432         [non-C99-based standards] (modff): Allow.
48433         [non-C99-based standards] (erff): Do not allow.
48434         [non-C99-based standards] (erfcf): Likewise.
48435         [non-C99-based standards] (gammaf): Likewise.
48436         [non-C99-based standards] (hypotf): Likewise.
48437         [non-C99-based standards] (j0f): Likewise.
48438         [non-C99-based standards] (j1f): Likewise.
48439         [non-C99-based standards] (jnf): Likewise.
48440         [non-C99-based standards] (lgammaf): Likewise.
48441         [non-C99-based standards] (tgammaf): Likewise.
48442         [non-C99-based standards] (y0f): Likewise.
48443         [non-C99-based standards] (y1f): Likewise.
48444         [non-C99-based standards] (ynf): Likewise.
48445         [non-C99-based standards] (isnanf): Likewise.
48446         [non-C99-based standards] (acoshf): Likewise.
48447         [non-C99-based standards] (asinhf): Likewise.
48448         [non-C99-based standards] (atanhf): Likewise.
48449         [non-C99-based standards] (cbrtf): Likewise.
48450         [non-C99-based standards] (expm1f): Likewise.
48451         [non-C99-based standards] (ilogbf): Likewise.
48452         [non-C99-based standards] (log1pf): Likewise.
48453         [non-C99-based standards] (logbf): Likewise.
48454         [non-C99-based standards] (nextafterf): Likewise.
48455         [non-C99-based standards] (remainderf): Likewise.
48456         [non-C99-based standards] (rintf): Likewise.
48457         [non-C99-based standards] (scalbf): Likewise.
48458         [non-C99-based standards] (copysignl): Likewise.
48459         [non-C99-based standards] (exp2l): Likewise.
48460         [non-C99-based standards] (log2l): Likewise.
48461         [non-C99-based standards] (modfl): Allow.
48462         [non-C99-based standards] (erfl): Do not allow.
48463         [non-C99-based standards] (erfcl): Likewise.
48464         [non-C99-based standards] (gammal): Likewise.
48465         [non-C99-based standards] (hypotl): Likewise.
48466         [non-C99-based standards] (j0l): Likewise.
48467         [non-C99-based standards] (j1l): Likewise.
48468         [non-C99-based standards] (jnl): Likewise.
48469         [non-C99-based standards] (lgammal): Likewise.
48470         [non-C99-based standards] (tgammal): Likewise.
48471         [non-C99-based standards] (y0l): Likewise.
48472         [non-C99-based standards] (y1l): Likewise.
48473         [non-C99-based standards] (ynl): Likewise.
48474         [non-C99-based standards] (isnanl): Likewise.
48475         [non-C99-based standards] (acoshl): Likewise.
48476         [non-C99-based standards] (asinhl): Likewise.
48477         [non-C99-based standards] (atanhl): Likewise.
48478         [non-C99-based standards] (cbrtl): Likewise.
48479         [non-C99-based standards] (expm1l): Likewise.
48480         [non-C99-based standards] (ilogbl): Likewise.
48481         [non-C99-based standards] (log1pl): Likewise.
48482         [non-C99-based standards] (logbl): Likewise.
48483         [non-C99-based standards] (nextafterl): Likewise.
48484         [non-C99-based standards] (remainderl): Likewise.
48485         [non-C99-based standards] (rintl): Likewise.
48486         [non-C99-based standards] (scalbl): Likewise.
48487         [ISO || ISO99 || ISO11] (*_t): Do not allow.
48488         [non-C99-based standards] (FP_*): Do not allow.
48489         [C99-based standards] (FP_*): Change to
48490         FP_[ABCDEFGHIJKLMNOPQRSTUVWXYZ]*.
48491         * conform/data/setjmp.h-data [ISO || ISO99 || ISO11] (*_t): Do not
48492         allow.
48493         * conform/data/signal.h-data (SIG_DFL): Use macro-constant.
48494         (SIG_ERR): Likewise.
48495         [X/Open-based standards] (SIG_HOLD): Likewise.
48496         (SIG_IGN): Likewise.
48497         (SIGABRT): Use macro-int-constant.  Specify type.  Require
48498         positive value.
48499         (SIGFPE): Likewise.
48500         (SIGILL): Likewise.
48501         (SIGINT): Likewise.
48502         (SIGSEGV): Likewise.
48503         (SIGTER): Likewise.
48504         [!ISO && !ISO99 && !ISO11] (SIGALRM): Likewise.
48505         [!ISO && !ISO99 && !ISO11] (SIGHUP): Likewise.
48506         [!ISO && !ISO99 && !ISO11] (SIGIO): Likewise.
48507         [!ISO && !ISO99 && !ISO11] (SIGKILL): Likewise.
48508         [!ISO && !ISO99 && !ISO11] (SIGPIPE): Likewise.
48509         [!ISO && !ISO99 && !ISO11] (SIGQUIT): Likewise.
48510         [!ISO && !ISO99 && !ISO11] (SIGUSR1): Likewise.
48511         [!ISO && !ISO99 && !ISO11] (SIGUSR2): Likewise.
48512         [!ISO && !ISO99 && !ISO11] (SIGCHLD): Likewise.
48513         [!ISO && !ISO99 && !ISO11] (SIGCONT): Likewise.
48514         [!ISO && !ISO99 && !ISO11] (SIGSTOP): Likewise.
48515         [!ISO && !ISO99 && !ISO11] (SIGTSTP): Likewise.
48516         [!ISO && !ISO99 && !ISO11] (SIGTTIN): Likewise.
48517         [!ISO && !ISO99 && !ISO11] (SIGTTOU): Likewise.
48518         [!ISO && !ISO99 && !ISO11] (SIGBUS): Likewise.
48519         [!ISO && !ISO99 && !ISO11] (SIGPOLL): Likewise.
48520         [!ISO && !ISO99 && !ISO11] (SIGPROF): Likewise.
48521         [!ISO && !ISO99 && !ISO11] (SIGSYS): Likewise.
48522         [X/Open-based standards] (SIGTRAP): Likewise.
48523         [!ISO && !ISO99 && !ISO11] (SIGURG): Likewise.
48524         [!ISO && !ISO99 && !ISO11] (SIGVTALRM): Likewise.
48525         [!ISO && !ISO99 && !ISO11] (SIGXCPU): Likewise.
48526         [!ISO && !ISO99 && !ISO11] (SIGXFSZ): Likewise.
48527         * conform/data/stdarg.h-data [ISO || ISO99 || ISO11] (*_t): Do not
48528         allow.
48530 2012-05-08  Ian Wienand  <ianw@vmware.com>
48532         [BZ #14080]
48533         * time/tzset.c (__tzset_parse_tz): Update default rules for
48534         daylight time changes in the Energy Policy Act of 2005.
48536 2012-05-09  Andreas Jaeger  <aj@suse.de>
48538         [BZ #13983]
48539         * elf/ldconfig.c (parse_conf): Change string to make clear that
48540         ldconfig only issued a warning if ld.so.conf does not exist.
48542 2012-05-08  David S. Miller  <davem@davemloft.net>
48544         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor-vis3.S: Use
48545         movxtod instead of popping the value on the stack.
48547         * sysdeps/sparc/fpu/libm-test-ulps: Update.
48549 2012-05-08  Carlos O'Donell  <carlos_odonell@mentor.com>
48551         * config.h.in: Add HAVE_ARM_PCS_VFP.
48553 2012-05-08  Roland Mc Grath  <roland@hack.frob.com>
48555         [BZ #13979]
48556         * include/features.h: Warn if user requests __FORTIFY_SOURCE
48557         checking but the checks are disabled for any reason.
48559 2012-05-08  H.J. Lu  <hongjiu.lu@intel.com>
48561         * sysdeps/x86_64/dl-machine.h: Replace Elf64_XXX with ElfW(XXX)
48562         and ELF64_R_TYPE with ELFW(R_TYPE).
48564 2012-05-08  Joseph Myers  <joseph@codesourcery.com>
48566         * sysdeps/unix/sysv/syscalls.list (pause): Remove.
48567         (ulimit): Likewise.
48569         * sysdeps/unix/sysv/syscalls.list (setrlimit): Remove.
48570         (settimeofday): Likewise.
48572 2012-05-08  Mike Frysinger  <vapier@gentoo.org>
48574         * inet/arpa/tftp.h (struct tftphdr): Rename th_u to th_u1.  Add
48575         a struct th_u2 inside the union, and move tu_block/tu_code into
48576         a new th_u3 union of tu_block/tu_code inside of that.  Move
48577         th_data[1] into the th_u2 as tu_data[0].  Change tu_stuff[1] to
48578         tu_stuff[0].  Add a new tu_padding[4] to keep sizeof() the same.
48579         (th_block): Change to th_u1.th_u2.th_u3.tu_block.
48580         (th_code): Change to th_u1.th_u2.th_u3.tu_code.
48581         (th_stuff): Change to th_u1.tu_stuff.
48582         (th_data): Define.
48583         (th_msg): Change to th_u1.th_u2.tu_data.
48585 2012-05-07  David S. Miller  <davem@davemloft.net>
48587         * sysdeps/sparc/fpu/libm-test-ulps: Update.
48589         [BZ #14074]
48590         * sysdeps/sparc/sysdep.h (SPARC_PIC_THUNK_CALL): New macro.
48591         (SETUP_PIC_REG): Use it.
48592         (SETUP_PIC_REG_LEAF): Use it.
48594 2012-05-07  Joseph Myers  <joseph@codesourcery.com>
48596         [BZ #13885]
48597         [BZ #13923]
48598         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL): Define conditional on
48599         USE_AS_EXPM1L.
48600         (EXPL_FINITE): Likewise.
48601         (FLDLOG): Likewise.
48602         (IEEE754_EXPL) [USE_AS_EXPM1L]: Support use as expm1l.
48603         * sysdeps/i386/fpu/s_expm1l.S: Define USE_AS_EXPM1L and include
48604         e_expl.S.
48605         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL): Define conditional on
48606         USE_AS_EXPM1L.
48607         (EXPL_FINITE): Likewise.
48608         (FLDLOG): Likewise.
48609         (IEEE754_EXPL) [USE_AS_EXPM1L]: Support use as expm1l.
48610         * sysdeps/x86_64/fpu/s_expm1l.S: Define USE_AS_EXPM1L and include
48611         e_expl.S.
48612         * math/libm-test.inc (expm1_test): Add more tests.  Do not disable
48613         test of -max_value argument for long double.
48614         * sysdeps/i386/fpu/libm-test-ulps: Update.
48615         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
48617 2012-05-06  David S. Miller  <davem@davemloft.net>
48619         * scripts/data/localplt-sparc-linux-gnu.data: Add '?' markers to
48620         quad soft-float symbols whose references which are compiler
48621         generated.
48622         * scripts/data/localplt-sparc64-linux-gnu.data: Likewise.
48624 2012-05-06  Joseph Myers  <joseph@codesourcery.com>
48626         [BZ #13884]
48627         [BZ #13914]
48628         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL): Define conditional on
48629         USE_AS_EXP10L.
48630         (EXPL_FINITE): Likewise.
48631         (FLDLOG): Likewise.
48632         (c0): Likewise.
48633         (c1): Likewise.
48634         (__ieee754_expl): Change to IEEE754_EXPL.  Use FLDLOG macro.
48635         Adjust comments for base varying.
48636         (__expl_finite): Change alias to EXPL_FINITE.
48637         * sysdeps/i386/fpu/e_exp10l.S: Define USE_AS_EXP10L and include
48638         e_expl.S.
48639         * sysdeps/ieee754/dbl-64/e_exp10.c: New file.
48640         * sysdeps/ieee754/ldbl-128/e_exp10l.c: Likewise.
48641         * sysdeps/ieee754/ldbl-128ibm/e_exp10l.c: Likewise.
48642         * sysdeps/x86_64/fpu/e_exp10l.S: Likewise.
48643         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL): Define conditional on
48644         USE_AS_EXP10L.
48645         (EXPL_FINITE): Likewise.
48646         (FLDLOG): Likewise.
48647         (c0): Likewise.
48648         (c1): Likewise.
48649         (__ieee754_expl): Change to IEEE754_EXPL.  Use FLDLOG macro.
48650         Adjust comments for base varying.
48651         (__expl_finite): Change alias to EXPL_FINITE.
48652         * math/libm-test.inc (exp10_test): Add more tests.  Do not disable
48653         tests for bugs.
48654         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
48656         [BZ #14064]
48657         * math/libm-test.inc (check_float_internal): Correct ulp
48658         calculation for subnormal expected results.
48660 2012-05-06  Andreas Jaeger  <aj@suse.de>
48662         * Makeconfig (+math-flags): New, set to -frounding-math.
48663         (+cflags): Add +math-flags so that all of glibc gets compiled with
48664         it.
48666         * sysdeps/x86_64/fpu/libm-test-ulps: Updated.
48668 2012-05-05  Joseph Myers  <joseph@codesourcery.com>
48670         * math/libm-test.inc (hypot_test) [TEST_DOUBLE && TEST_INLINE]:
48671         Disable one test.
48673         [BZ #13787]
48674         [BZ #13922]
48675         [BZ #14036]
48676         * sysdeps/i386/fpu/e_expl.S (csat): New constant.
48677         (__ieee754_expl): Allow for and saturate large arguments.
48678         * sysdeps/ieee754/dbl-64/w_exp.c (o_threshold): Remove variable.
48679         (u_threshold): Likewise.
48680         (__exp): Call __ieee754_exp before checking for overflow and
48681         underflow.
48682         * sysdeps/ieee754/flt-32/w_expf.c (o_threshold): Remove variable.
48683         (u_threshold): Likewise.
48684         (__expf): Call __ieee754_expf before checking for overflow and
48685         underflow.
48686         * sysdeps/ieee754/ldbl-96/w_expl.c (o_threshold): Remove variable.
48687         (u_threshold): Likewise.
48688         (__expl): Call __ieee754_expl before checking for overflow and
48689         underflow.
48690         * sysdeps/x86_64/fpu/e_expl.S (csat): New constant.
48691         (__ieee754_expl): Allow for and saturate large arguments.
48692         * math/libm-test.inc (exp_test): Add another test.  Do not allow
48693         missing overflow exception on overflow.
48694         (expm1_test): Do not allow missing overflow exception on overflow.
48696         * sysdeps/i386/fpu/e_expl.c: Move to ...
48697         * sysdeps/i386/fpu/e_expl.S: ... here.  Write directly in assembly
48698         rather than using inline asm.
48699         * sysdeps/x86_64/fpu/e_expl.c: Remove file.
48700         * sysdeps/x86_64/fpu/e_expl.S: Copy from
48701         sysdeps/i386/fpu/e_expl.S, adjusted for x86_64.
48703         * sysdeps/unix/sysv/syscalls.list (ftime): Remove.
48704         (nice): Likewise.
48705         (poll): Likewise.
48706         (signal): Likewise.
48707         (time): Likewise.
48708         (times): Likewise.
48710 2012-05-04  Joseph Myers  <joseph@codesourcery.com>
48712         * sysdeps/unix/syscalls.list (adjtime): Add entry from
48713         sysdeps/unix/common/syscalls.list.
48714         (fchmod): Likewise.
48715         (fchown): Likewise.
48716         (ftruncate): Likewise.
48717         (getrusage): Likewise.
48718         (gettimeofday): Likewise.
48719         (setpgid): Likewise.
48720         (setregid): Likewise.
48721         (setreuid): Likewise.
48722         (sigaction): Likewise.
48723         (truncate): Likewise.
48724         (vhangup): Likewise.
48725         * sysdeps/unix/common/syscalls.list: Remove file.
48726         * sysdeps/unix/bsd/Implies: Don't include unix/common.
48727         * sysdeps/unix/sysv/linux/Implies: Likewise.
48729 2012-05-04  H.J. Lu  <hongjiu.lu@intel.com>
48731         * sysdeps/unix/sysv/linux/x86_64/nptl/ld.abilist: Moved to ...
48732         * sysdeps/unix/sysv/linux/x86_64/64/nptl/ld.abilist: Here.
48733         * sysdeps/unix/sysv/linux/x86_64/nptl/libBrokenLocale.abilist:
48734         Moved to ...
48735         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libBrokenLocale.abilist:
48736         Here.
48737         * sysdeps/unix/sysv/linux/x86_64/nptl/libanl.abilist: Moved
48738         to ...
48739         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libanl.abilist: Here.
48740         * sysdeps/unix/sysv/linux/x86_64/nptl/libc.abilist: Moved
48741         to ...
48742         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Here.
48743         * sysdeps/unix/sysv/linux/x86_64/nptl/libcrypt.abilist: Moved
48744         to ...
48745         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libcrypt.abilist: Here.
48746         * sysdeps/unix/sysv/linux/x86_64/nptl/libdl.abilist: Moved
48747         to ...
48748         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libdl.abilist: Here.
48749         * sysdeps/unix/sysv/linux/x86_64/nptl/libm.abilist: Moved
48750         to ...
48751         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libm.abilist: Here.
48752         * sysdeps/unix/sysv/linux/x86_64/nptl/libnsl.abilist: Moved
48753         to ...
48754         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libnsl.abilist: Here.
48755         * sysdeps/unix/sysv/linux/x86_64/nptl/libpthread.abilist: Moved
48756         to ...
48757         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libpthread.abilist:
48758         Here.
48759         * sysdeps/unix/sysv/linux/x86_64/nptl/libresolv.abilist: Moved
48760         to ...
48761         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libresolv.abilist:
48762         Here.
48763         * sysdeps/unix/sysv/linux/x86_64/nptl/librt.abilist: Moved
48764         to ...
48765         * sysdeps/unix/sysv/linux/x86_64/64/nptl/librt.abilist: Here.
48766         * sysdeps/unix/sysv/linux/x86_64/nptl/libthread_db.abilist:
48767         Moved to ...
48768         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libthread_db.abilist:
48769         Here.
48770         * sysdeps/unix/sysv/linux/x86_64/nptl/libutil.abilist: Moved
48771         to ...
48772         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libutil.abilist: Here.
48774 2012-05-04  Joseph Myers  <joseph@codesourcery.com>
48776         * sysdeps/unix/common/bits/dirent.h: Remove file.
48777         * sysdeps/unix/common/bits/fcntl.h: Likewise.
48779         * sysdeps/unix/bsd/bits/dirent.h: Remove file.
48780         * sysdeps/unix/bsd/bits/fcntl.h: Likewise.
48781         * sysdeps/unix/bsd/bsd4.4/isatty.c: Likewise.
48782         * sysdeps/unix/bsd/isatty.c: Likewise.
48783         * sysdeps/unix/bsd/tcdrain.c: Likewise.
48784         * sysdeps/unix/bsd/tcgetattr.c: Likewise.
48785         * sysdeps/unix/bsd/tcsetattr.c: Likewise.
48787 2012-05-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
48789         [BZ #13563]
48790         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c (__ieee754_acosl): Fix
48791         long double comparison inaccuracies.
48792         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c (__ieee754_asinl): Likewise.
48793         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
48795 2012-05-04  Andreas Schwab  <schwab@linux-m68k.org>
48797         * sysdeps/unix/make-syscalls.sh: Fix check for version aliases.
48798         * sysdeps/unix/sysv/linux/i386/syscalls.list: Revert last change.
48800 2012-05-04  Joseph Myers  <joseph@codesourcery.com>
48802         [BZ #14049]
48803         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Check for trailing
48804         nonzero digits before rounding a hex value.
48805         * stdlib/tst-strtod.c (tests): Add another test.
48807 2012-05-03  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
48809         * sysdeps/s390/fpu/libm-test-ulps: Update.
48811 2012-05-03  Andreas Jaeger  <aj@suse.de>
48813         * malloc/mcheck.c (mcheck): Add barrier so that malloc/free pair
48814         does not get optimized out.
48815         (malloc_opt_barrier): New.
48817 2012-05-03  Andreas Jaeger  <aj@suse.de>
48818             Roland McGrath  <roland@hack.frob.com>
48820         * Makerules (.PRECIOUS): Add %.symlist pattern to prevent
48821         intermediate file deletion.
48822         (generated): Add .symlist files.
48824 2012-05-03  Joseph Myers  <joseph@codesourcery.com>
48826         [BZ #13775]
48827         * libio/bits/stdio-ldbl.h [__USE_XOPEN2K8] (__dprintf_chk):
48828         Redirect under this condition.
48829         [__USE_XOPEN2K8] (__vdprintf_chk): Likewise.
48830         [__USE_GNU] (__dprintf_chk): Not under this condition.
48831         [__USE_GNU] (__vdprintf_chk): Likewise.
48832         * libio/bits/stdio2.h [__USE_XOPEN2K8] (__dprintf_chk): Declare
48833         under this condition.
48834         [__USE_XOPEN2K8] (__vdprintf_chk): Likewise.
48835         [__USE_XOPEN2K8] (dprintf): Define under this condition.
48836         [__USE_XOPEN2K8] (vdprintf): Likewise.
48837         [__USE_GNU] (__dprintf_chk): Not under this condition.
48838         [__USE_GNU] (__vdprintf_chk): Likewise.
48839         [__USE_GNU] (dprintf): Likewise.
48840         [__USE_GNU] (vdprintf): Likewise.
48842 2012-05-03  Roland McGrath  <roland@hack.frob.com>
48844         * elf/Makefile (common-generated): Set this instead of generated for
48845         .dyn, .phdr, .jmprel files.  Remove $(common-objpfx) from the
48846         $(all-built-dso)-derived lists.
48848 2012-05-03  Andreas Jaeger  <aj@suse.de>
48850         * sysdeps/i386/fpu/libm-test-ulps: Update.
48852         * FAQ: Removed.
48853         * FAQ.in: Likewise.
48854         * scripts/gen-FAQ.pl: Likewise.
48855         * manual/install.texi (Installation): Point to online location of
48856         FAQ.
48857         * Makefile (files-for-dist): Remove FAQ.
48858         (FAQ): Remove.
48860 2012-05-02  Allan McRae  <allan@archlinux.org>
48862         * elf/Makefile: (LDFLAGS-nodel2mod3.so: Use $(no-as-needed).
48863         (LDFLAGS-reldepmod5.so): Likewise.
48864         (LDFLAGS-reldep6mod1.so): Likewise.
48865         (LDFLAGS-reldep6mod4.so): Likewise.
48866         (LDFLAGS-reldep8mod3.so): Likewise.
48867         (LDFLAGS-unload4mod1.so): Likewise.
48868         (LDFLAGS-unload4mod2.so): Likewise.
48869         (LDFLAGS-tst-initorder): Likewise.
48870         (LDFLAGS-tst-initordera2.so): Likewise.
48871         (LDFLAGS-tst-initordera3.so): Likewise.
48872         (LDFLAGS-tst-initordera4.so): Likewise.
48873         (LDFLAGS-tst-initorderb2.so): Likewise.
48874         (LDFLAGS-noload): Likewise.
48875         (LDFLAGS-next): Likewise.
48876         (LDFLAGS-order2mod1.so): Likewise.
48877         (LDFLAGS-order2mod2.so): Likewise.
48878         (LDFLAGS-tst-initorder2): Likewise.
48879         (LDFLAGS-tst-initorder2a.so): Likewise.
48880         (LDFLAGS-tst-initorder2b.so): Likewise.
48881         (LDFLAGS-tst-initorder2c.so): Likewise.
48882         * stdlib/Makefile: (LDFLAGS-tst-putenv): Likewise.
48884 2012-05-02  David S. Miller  <davem@davemloft.net>
48886         * sysdeps/sparc/fpu/libm-test-ulps: Update.
48888 2012-05-02  Paul Pluzhnikov  <ppluzhnikov@google.com>
48890         [BZ #14055]
48891         * elf/dl-sysdep.c (_dl_show_auxv): Add bounds check.
48893 2012-05-02  Andreas Jaeger  <aj@suse.de>
48895         * math/Makefile (CPPFLAGS-test-ildoubl.c): Add -frounding-math
48896         since we manipulate rounding mode.
48897         (CPPFLAGS-test-idouble.c): Likewise.
48898         (CPPFLAGS-test-ifloat.c): Likewise.
48899         (CFLAGS-test-ldouble.c): Likewise.
48900         (CFLAGS-test-double.c): Likewise.
48901         (CFLAGS-test-float.c): Likewise.
48902         (CFLAGS-test-misc.c): Likewise.
48903         (CFLAGS-test-test-fenv.c): Likewise.
48905 2012-05-02  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
48907         [BZ #2550]
48908         [BZ #2570]
48909         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Use floating-point
48910         comparisons to determine direction to adjust input.
48912 2012-05-01  Roland McGrath  <roland@hack.frob.com>
48914         * elf/Makefile ($(objpfx)check-localplt.out): Redirect the test's
48915         output to the target.
48917         * scripts/localplt.awk: New file.
48918         * elf/Makefile ($(objpfx)check-localplt): Target removed.
48919         (check-localplt-CFLAGS): Variable removed.
48920         ($(all-built-dso:=.jmprel)): New static pattern rule.
48921         (generated): Add those targets.
48922         (localplt-built-dso): New variable.
48923         ($(objpfx)check-localplt.out): Use the script on the .jmprel files.
48925         * elf/check-localplt.c: File removed.
48927         * scripts/check-execstack.awk: New file.
48928         * elf/Makefile ($(objpfx)check-execstack): Target removed.
48929         (check-execstack-CFLAGS): Variable removed.
48930         ($(objpfx)check-execstack.h): Target removed.
48931         ($(objpfx)execstack-default): New target.
48932         (generated): Add that instead of check-execstack.h.
48933         ($(all-built-dso:=.phdr)): New static pattern rule.
48934         (generated): Add those targets.
48935         * elf/check-execstack.c: File removed.
48937         * scripts/check-textrel.awk: New file.
48938         * elf/Makefile ($(objpfx)check-textrel): Target removed.
48939         (check-textrel-CFLAGS): Variable removed.
48940         (all-built-dso): Use := to define.o
48941         ($(all-built-dso:=.dyn)): New static pattern rule.
48942         (generated): Add those targets.
48943         ($(objpfx)check-textrel.out): Use the script on the .dyn files.
48944         * config.make.in (READELF): New substituted variable.
48945         * elf/check-textrel.c: File removed.
48947 2012-05-01  Joseph Myers  <joseph@codesourcery.com>
48949         * conform/data/assert.h-data [ISO || ISO99 || ISO11] (*_t): Do not
48950         allow.
48951         * conform/data/ctype.h-data [C99-based standards] (isblank):
48952         Expect function.
48953         (is*): Change to is[abcdefghijklmnopqrstuvwxyz]*.
48954         (to*): Change to to[abcdefghijklmnopqrstuvwxyz]*.
48955         [ISO || ISO99 || ISO11] (*_t): Do not allow.
48956         * conform/data/errno.h-data (EDOM): Use macro-int-constant.
48957         Specify type.  Require positive value.
48958         (EILSEQ): Likewise.
48959         (ERANGE): Likewise.
48960         [ISO || POSIX] (EILSEQ): Do not expect.
48961         [!ISO && !ISO99 && !ISO11] (E2BIG): Use macro-int-constant.
48962         Specify type.  Require positive value.
48963         [!ISO && !ISO99 && !ISO11] (EACCES): Likewise.
48964         [!ISO && !ISO99 && !ISO11] (EADDRINUSE): Likewise.
48965         [!ISO && !ISO99 && !ISO11] (EADDRNOTAVAIL): Likewise.
48966         [!ISO && !ISO99 && !ISO11] (EAFNOSUPPORT): Likewise.
48967         [!ISO && !ISO99 && !ISO11] (EAGAIN): Likewise.
48968         [!ISO && !ISO99 && !ISO11] (EALREADY): Likewise.
48969         [!ISO && !ISO99 && !ISO11] (EBADF): Likewise.
48970         [!ISO && !ISO99 && !ISO11] (EBADMSG): Likewise.
48971         [!ISO && !ISO99 && !ISO11] (EBUSY): Likewise.
48972         [!ISO && !ISO99 && !ISO11] (ECANCELED): Likewise.
48973         [!ISO && !ISO99 && !ISO11] (ECHILD): Likewise.
48974         [!ISO && !ISO99 && !ISO11] (ECONNABORTED): Likewise.
48975         [!ISO && !ISO99 && !ISO11] (ECONNREFUSED): Likewise.
48976         [!ISO && !ISO99 && !ISO11] (ECONNRESET): Likewise.
48977         [!ISO && !ISO99 && !ISO11] (EDEADLK): Likewise.
48978         [!ISO && !ISO99 && !ISO11] (EDESTADDRREQ): Likewise.
48979         [!ISO && !ISO99 && !ISO11] (EDQUOT): Likewise.
48980         [!ISO && !ISO99 && !ISO11] (EEXIST): Likewise.
48981         [!ISO && !ISO99 && !ISO11] (EFAULT): Likewise.
48982         [!ISO && !ISO99 && !ISO11] (EFBIG): Likewise.
48983         [!ISO && !ISO99 && !ISO11] (EHOSTUNREACH): Likewise.
48984         [!ISO && !ISO99 && !ISO11] (EIDRM): Likewise.
48985         [!ISO && !ISO99 && !ISO11] (EINPROGRESS): Likewise.
48986         [!ISO && !ISO99 && !ISO11] (EINTR): Likewise.
48987         [!ISO && !ISO99 && !ISO11] (EINVAL): Likewise.
48988         [!ISO && !ISO99 && !ISO11] (EIO): Likewise.
48989         [!ISO && !ISO99 && !ISO11] (EISCONN): Likewise.
48990         [!ISO && !ISO99 && !ISO11] (EISDIR): Likewise.
48991         [!ISO && !ISO99 && !ISO11] (ELOOP): Likewise.
48992         [!ISO && !ISO99 && !ISO11] (EMFILE): Likewise.
48993         [!ISO && !ISO99 && !ISO11] (EMLINK): Likewise.
48994         [!ISO && !ISO99 && !ISO11] (EMSGSIZE): Likewise.
48995         [!ISO && !ISO99 && !ISO11] (EMULTIHOP): Likewise.
48996         [!ISO && !ISO99 && !ISO11] (ENAMETOOLONG): Likewise.
48997         [!ISO && !ISO99 && !ISO11] (ENETDOWN): Likewise.
48998         [!ISO && !ISO99 && !ISO11] (ENETUNREACH): Likewise.
48999         [!ISO && !ISO99 && !ISO11] (ENFILE): Likewise.
49000         [!ISO && !ISO99 && !ISO11] (ENOBUFS): Likewise.
49001         [!ISO && !ISO99 && !ISO11] (ENODATA): Likewise.
49002         [!ISO && !ISO99 && !ISO11] (ENODEV): Likewise.
49003         [!ISO && !ISO99 && !ISO11] (ENOENT): Likewise.
49004         [!ISO && !ISO99 && !ISO11] (ENOEXEC): Likewise.
49005         [!ISO && !ISO99 && !ISO11] (ENOLCK): Likewise.
49006         [!ISO && !ISO99 && !ISO11] (ENOLINK): Likewise.
49007         [!ISO && !ISO99 && !ISO11] (ENOMEM): Likewise.
49008         [!ISO && !ISO99 && !ISO11] (ENOMSG): Likewise.
49009         [!ISO && !ISO99 && !ISO11] (ENOPROTOOPT): Likewise.
49010         [!ISO && !ISO99 && !ISO11] (ENOSPC): Likewise.
49011         [!ISO && !ISO99 && !ISO11] (ENOSR): Likewise.
49012         [!ISO && !ISO99 && !ISO11] (ENOSTR): Likewise.
49013         [!ISO && !ISO99 && !ISO11] (ENOSYS): Likewise.
49014         [!ISO && !ISO99 && !ISO11] (ENOTCONN): Likewise.
49015         [!ISO && !ISO99 && !ISO11] (ENOTDIR): Likewise.
49016         [!ISO && !ISO99 && !ISO11] (ENOTEMPTY): Likewise.
49017         [!ISO && !ISO99 && !ISO11] (ENOTSOCK): Likewise.
49018         [!ISO && !ISO99 && !ISO11] (ENOTSUP): Likewise.
49019         [!ISO && !ISO99 && !ISO11] (ENOTTY): Likewise.
49020         [!ISO && !ISO99 && !ISO11] (ENXIO): Likewise.
49021         [!ISO && !ISO99 && !ISO11] (EOPNOTSUPP): Likewise.
49022         [!ISO && !ISO99 && !ISO11] (EOVERFLOW): Likewise.
49023         [!ISO && !ISO99 && !ISO11] (EPERM): Likewise.
49024         [!ISO && !ISO99 && !ISO11] (EPIPE): Likewise.
49025         [!ISO && !ISO99 && !ISO11] (EPROTO): Likewise.
49026         [!ISO && !ISO99 && !ISO11] (EPROTONOSUPPORT): Likewise.
49027         [!ISO && !ISO99 && !ISO11] (EPROTOTYPE): Likewise.
49028         [!ISO && !ISO99 && !ISO11] (EROFS): Likewise.
49029         [!ISO && !ISO99 && !ISO11] (ESPIPE): Likewise.
49030         [!ISO && !ISO99 && !ISO11] (ESRCH): Likewise.
49031         [!ISO && !ISO99 && !ISO11] (ESTALE): Likewise.
49032         [!ISO && !ISO99 && !ISO11] (ETIME): Likewise.
49033         [!ISO && !ISO99 && !ISO11] (ETIMEDOUT): Likewise.
49034         [!ISO && !ISO99 && !ISO11] (ETXTBSY): Likewise.
49035         [!ISO && !ISO99 && !ISO11] (EWOULDBLOCK): Likewise.
49036         [!ISO && !ISO99 && !ISO11] (EXDEV): Likewise.
49037         [XOPEN2K8 || defined POSIX2008] (ENOTRECOVERABLE): Likewise.
49038         [XOPEN2K8 || defined POSIX2008] (EOWNERDEAD): Likewise.
49039         * conform/data/float.h-data (FLT_RADIX): Use macro-int-constant.
49040         Require >= 2.
49041         (FLT_ROUNDS): Expect as macro, not constant.
49042         (FLT_MANT_DIG): Use macro-int-constant.
49043         (DBL_MANT_DIG): Likewise.
49044         (LDBL_MANT_DIG): Likewise.
49045         (FLT_DIG): Likewise.
49046         (DBL_DIG): Likewise.
49047         (LDBL_DIG): Likewise.
49048         (FLT_MIN_EXP): Use macro-int-constant.  Require < 0.
49049         (DBL_MIN_EXP): Likewise.
49050         (LDBL_MIN_EXP): Likewise.
49051         (FLT_MAX_EXP): Use macro-int-constant.
49052         (DBL_MAX_EXP): Likewise.
49053         (LDBL_MAX_EXP): Likewise.
49054         (FLT_MAX_10_EXP): Likewise.
49055         (DBL_MAX_10_EXP): Likewise.
49056         (LDBL_MAX_10_EXP): Likewise.
49057         (FLT_MAX): Use macro-constant.
49058         (DBL_MAX): Likewise.
49059         (LDBL_MAX): Likewise.
49060         (FLT_EPSILON): Use macro-constant.  Give upper bound.
49061         (DBL_EPSILON): Likewise.
49062         (LDBL_EPSILON): Likewise.
49063         (FLT_MIN): Likewise.
49064         (DBL_MIN): Likewise.
49065         (LDBL_MIN): Likewise.
49066         [C99-based standards] (DECIMAL_DIG): Use macro-int-constant.
49067         [C99-based standards] (FLT_EVAL_METHOD): Likewise.
49068         [ISO11] (DBL_HAS_SUBNORM): Use macro-int-constant.
49069         [ISO11] (FLT_HAS_SUBNORM): Likewise.
49070         [ISO11] (LDBL_HAS_SUBNORM): Likewise.
49071         [ISO11] (DBL_DECIMAL_DIG): Likewise.
49072         [ISO11] (FLT_DECIMAL_DIG): Likewise.
49073         [ISO11] (LDBL_DECIMAL_DIG): Likewise.
49074         [ISO11] (DBL_TRUE_MIN): Use macro-constant.
49075         [ISO11] (FLT_TRUE_MIN): Likewise.
49076         [ISO11] (LDBL_TRUE_MIN): Likewise.
49077         [ISO || ISO99 || ISO11] (*_t): Do not allow.
49078         * conform/data/limits.h-data (CHAR_BIT): Use macro-int-constant.
49079         (SCHAR_MIN): Use macro-int-constant.  Specify type.
49080         (SCHAR_MAX): Likewise.
49081         (UCHAR_MAX): Likewise.
49082         (CHAR_MIN): Likewise.
49083         (CHAR_MAX): Likewise.
49084         (MB_LEN_MAX): Use macro-int-constant.
49085         (SHRT_MIN): Use macro-int-constant.  Specify type.
49086         (SHRT_MAX): Likewise.
49087         (USHRT_MAX): Likewise.
49088         (INT_MAX): Likewise.
49089         (INT_MIN): Use macro-int-constant.  Specify type.  Make upper
49090         bound negative.
49091         (UINT_MAX): Use macro-int-constant.  Specify type.  Suffix lower
49092         bound with "U".
49093         (LONG_MAX): Use macro-int-constant.  Specify type.  Suffix lower
49094         bound with "L".
49095         (LONG_MIN): Use macro-int-constant.  Specify type.  Make upper
49096         bound negative.  Suffix upper bound with "L".
49097         (ULONG_MAX): Use macro-int-constant.  Specify type.  Suffix lower
49098         bound with "UL".
49099         [C99-based standards] (LLONG_MIN): Use macro-int-constant.
49100         Specify type.
49101         [C99-based standards] (LLONG_MAX): Likewise.
49102         [C99-based standards] (ULLONG_MAX): Likewise.
49103         * conform/data/stddef.h-data (NULL): Use macro-constant.  Require
49104         == 0.
49105         [ISO11] (max_align_t): Require type.
49106         [ISO || ISO99 || ISO11] (*_t): Do not allow.
49108         * conform/conformtest.pl ($CFLAGS_namespace): Define separately
49109         from $CFLAGS, without defining away __attribute__ calls.
49110         (checknamespace): Use $CFLAGS_namespace.
49112         * conform/conformtest.pl (@keywords): Only include C99 keywords
49113         for standards based on C99 or C11.
49115         * conform/data/iso646.h-data [ISO || POSIX || XPG3 || XPG4]:
49116         Disable tests.
49117         * conform/data/stdint.h-data [ISO || POSIX || XPG3 || XPG4 ||
49118         UNIX98]: Likewise.
49120         * conform/conformtest.pl: Handle "macro-int-constant" and test for
49121         usability of symbols in #if.
49123         * conform/conformtest.pl: If macro or constant types start
49124         "promoted:", expect the symbol to be of the following type
49125         promoted by the integer promotions.
49127         * conform/conformtest.pl: Parse all "constant" and "macro" lines
49128         in one place.  Also handle "macro-constant".
49130         * conform/conformtest.pl: Only accept expected macro values with
49131         "==".  Parse all "macro" lines in one place.
49132         * conform/data/stdlib.h-data: Use "==" form on "macro" lines.
49134         * conform/conformtest.pl: Handle braced types on "constant" lines
49135         instead of handling "typed-constant".
49136         * conform/data/signal.h-data: Use "constant" instead of
49137         "typed-constant".
49139         * conform/conformtest.pl: Handle "optional-" at start of lines in
49140         one place rather than duplicating several cases.  Handle each
49141         format of "macro" line with initial "optional-".
49143         * conform/conformtest.pl: Only accept expected constant or
49144         optional-constant values with "==".  Parse all "constant" lines in
49145         one place.  Parse all "optional-constant" lines in one place.
49146         * conform/data/cpio.h-data: Use "==" form on "constant" lines.
49147         * conform/data/fmtmsg.h-data: Likewise.
49148         * conform/data/netinet/in.h-data: Likewise.
49149         * conform/data/tar.h-data: Likewise.
49150         * conform/data/limits.h-data: Use "==" form on "constant" and
49151         "optional-constant" lines.
49153         * conform/conformtest.pl: Use -ansi for XPG3, XPG4 and UNIX98.
49154         Use -std=c99 for XOPEN2K.
49155         (@knownproblems): Remove.
49156         (newtoken): Don't check %isknown.
49158         * conform/data/math.h-data [XPG3 || XPG4 || UNIX98] (fpclassify):
49159         Do not expect macro.
49160         [XPG3 || XPG4 || UNIX98] (isfinite): Likewise.
49161         [XPG3 || XPG4 || UNIX98] (isinf): Likewise.
49162         [XPG3 || XPG4 || UNIX98] (isnan): Likewise.
49163         [XPG3 || XPG4 || UNIX98] (isnormal): Likewise.
49164         [XPG3 || XPG4 || UNIX98] (signbit): Likewise.
49165         [XPG3 || XPG4 || UNIX98] (isgreater): Likewise.
49166         [XPG3 || XPG4 || UNIX98] (isgreaterequal): Likewise.
49167         [XPG3 || XPG4 || UNIX98] (isless): Likewise.
49168         [XPG3 || XPG4 || UNIX98] (islessequal): Likewise.
49169         [XPG3 || XPG4 || UNIX98] (islessgreater): Likewise.
49170         [XPG3 || XPG4 || UNIX98] (isunordered): Likewise.
49171         [XPG3 || XPG4 || UNIX98] (isnan): Expect as function.
49172         [XPG3 || XPG4 || UNIX98] (HUGE_VALF): Do not expect.
49173         [XPG3 || XPG4 || UNIX98] (HUGE_VALL): Likewise.
49174         [XPG3 || XPG4 || UNIX98] (INFINITY): Likewise.
49175         [XPG3 || XPG4 || UNIX98] (NAN): Likewise.
49176         [XPG3 || XPG4 || UNIX98] (FP_INFINITE): Likewise.
49177         [XPG3 || XPG4 || UNIX98] (FP_NAN): Likewise.
49178         [XPG3 || XPG4 || UNIX98] (FP_NORMAL): Likewise.
49179         [XPG3 || XPG4 || UNIX98] (FP_SUBNORMAL): Likewise.
49180         [XPG3 || XPG4 || UNIX98] (FP_ZERO): Likewise.
49181         [XPG3 || XPG4 || UNIX98] (FP_FAST_FMA): Likewise.
49182         [XPG3 || XPG4 || UNIX98] (FP_FAST_FMAF): Likewise.
49183         [XPG3 || XPG4 || UNIX98] (FP_FAST_FMAL): Likewise.
49184         [XPG3 || XPG4 || UNIX98] (FP_ILOGB0): Likewise.
49185         [XPG3 || XPG4 || UNIX98] (FP_ILOGBNAN): Likewise.
49186         [XPG3 || XPG4 || UNIX98] (copysign): Likewise.
49187         [XPG3 || XPG4 || UNIX98] (exp2): Likewise.
49188         [XPG3 || XPG4 || UNIX98] (log2): Likewise.
49189         [XPG3 || XPG4 || UNIX98] (tgama): Likewise.
49190         [XPG3] (acosh): Likewise.
49191         [XPG3] (asinh): Likewise.
49192         [XPG3] (atanh): Likewise.
49193         [XPG3] (cbrt): Likewise.
49194         [XPG3] (expm1): Likewise.
49195         [XPG3] (ilogb): Likewise.
49196         [XPG3] (log1p): Likewise.
49197         [XPG3] (logb): Likewise.
49198         [XPG3] (nextafter): Likewise.
49199         [XPG3 || XPG4 || UNIX98] (nexttoward): Likewise.
49200         [XPG3 || XPG4 || UNIX98] (nearbyint): Likewise.
49201         [XPG3] (remainder): Likewise.
49202         [XPG3] (rint): Likewise.
49203         [XPG3 || XPG4 || UNIX98] (round): Likewise.
49204         [XPG3 || XPG4 || UNIX98] (trunc): Likewise.
49205         [XPG3 || XPG4 || UNIX98] (lrint): Likewise.
49206         [XPG3 || XPG4 || UNIX98] (llrint): Likewise.
49207         [XPG3 || XPG4 || UNIX98] (lround): Likewise.
49208         [XPG3 || XPG4 || UNIX98] (llround): Likewise.
49209         [XPG3 || XPG4 || UNIX98] (remquo): Likewise.
49210         [UNIX98 || XOPEN2K] (scalb): Expect.
49211         [XPG3 || XPG4 || UNIX98] (scalbn): Do not expect.
49212         [XPG3 || XPG4 || UNIX98] (scalbln): Likewise.
49213         [XPG3 || XPG4 || UNIX98] (fdim): Likewise.
49214         [XPG3 || XPG4 || UNIX98] (fmax): Likewise.
49215         [XPG3 || XPG4 || UNIX98] (fmin): Likewise.
49216         [XPG3 || XPG4 || UNIX98] (fma): Likewise.
49217         [XPG3 || XPG4 || UNIX98] (nan): Likewise.
49218         [XPG3 || XPG4 || UNIX98] (acosf): Likewise.
49219         [XPG3 || XPG4 || UNIX98] (asinf): Likewise.
49220         [XPG3 || XPG4 || UNIX98] (atanf): Likewise.
49221         [XPG3 || XPG4 || UNIX98] (atan2f): Likewise.
49222         [XPG3 || XPG4 || UNIX98] (ceilf): Likewise.
49223         [XPG3 || XPG4 || UNIX98] (copysignf): Likewise.
49224         [XPG3 || XPG4 || UNIX98] (cosf): Likewise.
49225         [XPG3 || XPG4 || UNIX98] (coshf): Likewise.
49226         [XPG3 || XPG4 || UNIX98] (expf): Likewise.
49227         [XPG3 || XPG4 || UNIX98] (exp2f): Likewise.
49228         [XPG3 || XPG4 || UNIX98] (fabsf): Likewise.
49229         [XPG3 || XPG4 || UNIX98] (floorf): Likewise.
49230         [XPG3 || XPG4 || UNIX98] (fmodf): Likewise.
49231         [XPG3 || XPG4 || UNIX98] (frexpf): Likewise.
49232         [XPG3 || XPG4 || UNIX98] (ldexpf): Likewise.
49233         [XPG3 || XPG4 || UNIX98] (logf): Likewise.
49234         [XPG3 || XPG4 || UNIX98] (log10f): Likewise.
49235         [XPG3 || XPG4 || UNIX98] (log2f): Likewise.
49236         [XPG3 || XPG4 || UNIX98] (modff): Likewise.
49237         [XPG3 || XPG4 || UNIX98] (powf): Likewise.
49238         [XPG3 || XPG4 || UNIX98] (sinf): Likewise.
49239         [XPG3 || XPG4 || UNIX98] (sinhf): Likewise.
49240         [XPG3 || XPG4 || UNIX98] (sqrtf): Likewise.
49241         [XPG3 || XPG4 || UNIX98] (tanf): Likewise.
49242         [XPG3 || XPG4 || UNIX98] (tanhf): Likewise.
49243         [XPG3 || XPG4 || UNIX98] (erff): Likewise.
49244         [XPG3 || XPG4 || UNIX98] (erfcf): Likewise.
49245         [XPG3 || XPG4 || UNIX98] (gammaf): Likewise.
49246         [XPG3 || XPG4 || UNIX98] (hypotf): Likewise.
49247         [XPG3 || XPG4 || UNIX98] (j0f): Likewise.
49248         [XPG3 || XPG4 || UNIX98] (j1f): Likewise.
49249         [XPG3 || XPG4 || UNIX98] (jnf): Likewise.
49250         [XPG3 || XPG4 || UNIX98] (lgammaf): Likewise.
49251         [XPG3 || XPG4 || UNIX98] (tgammaf): Likewise.
49252         [XPG3 || XPG4 || UNIX98] (y0f): Likewise.
49253         [XPG3 || XPG4 || UNIX98] (y1f): Likewise.
49254         [XPG3 || XPG4 || UNIX98] (ynf): Likewise.
49255         [XPG3 || XPG4 || UNIX98] (acoshf): Likewise.
49256         [XPG3 || XPG4 || UNIX98] (asinhf): Likewise.
49257         [XPG3 || XPG4 || UNIX98] (atanhf): Likewise.
49258         [XPG3 || XPG4 || UNIX98] (cbrtf): Likewise.
49259         [XPG3 || XPG4 || UNIX98] (expm1f): Likewise.
49260         [XPG3 || XPG4 || UNIX98] (ilogbf): Likewise.
49261         [XPG3 || XPG4 || UNIX98] (log1pf): Likewise.
49262         [XPG3 || XPG4 || UNIX98] (logbf): Likewise.
49263         [XPG3 || XPG4 || UNIX98] (nextafterf): Likewise.
49264         [XPG3 || XPG4 || UNIX98] (nexttowardf): Likewise.
49265         [XPG3 || XPG4 || UNIX98] (nearbyintf): Likewise.
49266         [XPG3 || XPG4 || UNIX98] (remainderf): Likewise.
49267         [XPG3 || XPG4 || UNIX98] (rintf): Likewise.
49268         [XPG3 || XPG4 || UNIX98] (roundf): Likewise.
49269         [XPG3 || XPG4 || UNIX98] (truncf): Likewise.
49270         [XPG3 || XPG4 || UNIX98] (lrintf): Likewise.
49271         [XPG3 || XPG4 || UNIX98] (llrintf): Likewise.
49272         [XPG3 || XPG4 || UNIX98] (lroundf): Likewise.
49273         [XPG3 || XPG4 || UNIX98] (llroundf): Likewise.
49274         [XPG3 || XPG4 || UNIX98] (remquof): Likewise.
49275         [XPG3 || XPG4 || UNIX98] (scalbf): Likewise.
49276         [XPG3 || XPG4 || UNIX98] (scalbnf): Likewise.
49277         [XPG3 || XPG4 || UNIX98] (scalblnf): Likewise.
49278         [XPG3 || XPG4 || UNIX98] (fdimf): Likewise.
49279         [XPG3 || XPG4 || UNIX98] (fmaxf): Likewise.
49280         [XPG3 || XPG4 || UNIX98] (fminf): Likewise.
49281         [XPG3 || XPG4 || UNIX98] (fmaf): Likewise.
49282         [XPG3 || XPG4 || UNIX98] (nanf): Likewise.
49283         [XPG3 || XPG4 || UNIX98] (acosl): Likewise.
49284         [XPG3 || XPG4 || UNIX98] (asinl): Likewise.
49285         [XPG3 || XPG4 || UNIX98] (atanl): Likewise.
49286         [XPG3 || XPG4 || UNIX98] (atan2l): Likewise.
49287         [XPG3 || XPG4 || UNIX98] (ceill): Likewise.
49288         [XPG3 || XPG4 || UNIX98] (copysignl): Likewise.
49289         [XPG3 || XPG4 || UNIX98] (cosl): Likewise.
49290         [XPG3 || XPG4 || UNIX98] (coshl): Likewise.
49291         [XPG3 || XPG4 || UNIX98] (expl): Likewise.
49292         [XPG3 || XPG4 || UNIX98] (exp2l): Likewise.
49293         [XPG3 || XPG4 || UNIX98] (fabsl): Likewise.
49294         [XPG3 || XPG4 || UNIX98] (floorl): Likewise.
49295         [XPG3 || XPG4 || UNIX98] (fmodl): Likewise.
49296         [XPG3 || XPG4 || UNIX98] (frexpl): Likewise.
49297         [XPG3 || XPG4 || UNIX98] (ldexpl): Likewise.
49298         [XPG3 || XPG4 || UNIX98] (logl): Likewise.
49299         [XPG3 || XPG4 || UNIX98] (log10l): Likewise.
49300         [XPG3 || XPG4 || UNIX98] (log2l): Likewise.
49301         [XPG3 || XPG4 || UNIX98] (modfl): Likewise.
49302         [XPG3 || XPG4 || UNIX98] (powl): Likewise.
49303         [XPG3 || XPG4 || UNIX98] (sinl): Likewise.
49304         [XPG3 || XPG4 || UNIX98] (sinhl): Likewise.
49305         [XPG3 || XPG4 || UNIX98] (sqrtl): Likewise.
49306         [XPG3 || XPG4 || UNIX98] (tanl): Likewise.
49307         [XPG3 || XPG4 || UNIX98] (tanhl): Likewise.
49308         [XPG3 || XPG4 || UNIX98] (erfl): Likewise.
49309         [XPG3 || XPG4 || UNIX98] (erfcl): Likewise.
49310         [XPG3 || XPG4 || UNIX98] (gammal): Likewise.
49311         [XPG3 || XPG4 || UNIX98] (hypotl): Likewise.
49312         [XPG3 || XPG4 || UNIX98] (j0l): Likewise.
49313         [XPG3 || XPG4 || UNIX98] (j1l): Likewise.
49314         [XPG3 || XPG4 || UNIX98] (jnl): Likewise.
49315         [XPG3 || XPG4 || UNIX98] (lgammal): Likewise.
49316         [XPG3 || XPG4 || UNIX98] (tgammal): Likewise.
49317         [XPG3 || XPG4 || UNIX98] (y0l): Likewise.
49318         [XPG3 || XPG4 || UNIX98] (y1l): Likewise.
49319         [XPG3 || XPG4 || UNIX98] (ynl): Likewise.
49320         [XPG3 || XPG4 || UNIX98] (acoshl): Likewise.
49321         [XPG3 || XPG4 || UNIX98] (asinhl): Likewise.
49322         [XPG3 || XPG4 || UNIX98] (atanhl): Likewise.
49323         [XPG3 || XPG4 || UNIX98] (cbrtl): Likewise.
49324         [XPG3 || XPG4 || UNIX98] (expm1l): Likewise.
49325         [XPG3 || XPG4 || UNIX98] (ilogbl): Likewise.
49326         [XPG3 || XPG4 || UNIX98] (log1pl): Likewise.
49327         [XPG3 || XPG4 || UNIX98] (logbl): Likewise.
49328         [XPG3 || XPG4 || UNIX98] (nextafterl): Likewise.
49329         [XPG3 || XPG4 || UNIX98] (nexttowardl): Likewise.
49330         [XPG3 || XPG4 || UNIX98] (nearbyintl): Likewise.
49331         [XPG3 || XPG4 || UNIX98] (remainderl): Likewise.
49332         [XPG3 || XPG4 || UNIX98] (rintl): Likewise.
49333         [XPG3 || XPG4 || UNIX98] (roundl): Likewise.
49334         [XPG3 || XPG4 || UNIX98] (truncl): Likewise.
49335         [XPG3 || XPG4 || UNIX98] (lrintl): Likewise.
49336         [XPG3 || XPG4 || UNIX98] (llrintl): Likewise.
49337         [XPG3 || XPG4 || UNIX98] (lroundl): Likewise.
49338         [XPG3 || XPG4 || UNIX98] (llroundl): Likewise.
49339         [XPG3 || XPG4 || UNIX98] (remquol): Likewise.
49340         [XPG3 || XPG4 || UNIX98] (scalbl): Likewise.
49341         [XPG3 || XPG4 || UNIX98] (scalbnl): Likewise.
49342         [XPG3 || XPG4 || UNIX98] (scalblnl): Likewise.
49343         [XPG3 || XPG4 || UNIX98] (fdiml): Likewise.
49344         [XPG3 || XPG4 || UNIX98] (fmaxl): Likewise.
49345         [XPG3 || XPG4 || UNIX98] (fminl): Likewise.
49346         [XPG3 || XPG4 || UNIX98] (fmal): Likewise.
49347         [XPG3 || XPG4 || UNIX98] (nanl): Likewise.
49349         * conform/conformtest.pl: Define _XOPEN_SOURCE as well as
49350         _XOPEN_SOURCE_EXTENDED for XPG4.
49352         * conform/conformtest.pl: Handle "symbol" lines for allow-header.
49354         * Makeconfig (localtime): Remove variable.
49355         (inst_localtime-file): Likewise.
49357 2012-05-01  Andreas Schwab  <schwab@linux-m68k.org>
49359         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/ld.abilist:
49360         Update.
49361         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
49362         Update.
49363         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libm.abilist:
49364         Update.
49365         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libpthread.abilist:
49366         Update.
49367         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/librt.abilist:
49368         Update.
49369         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld.abilist:
49370         Update.
49371         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
49372         Update.
49373         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm.abilist:
49374         Update.
49375         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread.abilist:
49376         Update.
49378 2012-05-01  Joseph Myers  <joseph@codesourcery.com>
49380         [BZ #2550]
49381         [BZ #2570]
49382         * math/s_nexttowardf.c (__nexttowardf): Use floating-point
49383         comparisons to determine direction to adjust input.
49384         * sysdeps/i386/fpu/s_nexttoward.c (__nexttoward): Likewise.
49385         * sysdeps/i386/fpu/s_nexttowardf.c(__nexttowardf): Likewise.
49386         * sysdeps/ieee754/ldbl-128/s_nexttoward.c (__nexttoward):
49387         Likewise.
49388         * sysdeps/ieee754/ldbl-128/s_nexttowardf.c (__nexttowardf):
49389         Likewise.
49390         * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c (__nexttowardf):
49391         Likewise.
49392         * sysdeps/ieee754/ldbl-96/s_nexttoward.c (__nexttoward): Likewise.
49393         * sysdeps/ieee754/ldbl-96/s_nexttowardf.c (__nexttowardf):
49394         Likewise.
49395         * sysdeps/ieee754/ldbl-opt/s_nexttowardfd.c (__nldbl_nexttowardf):
49396         Likewise.
49397         * math/libm-test.inc (nexttoward_test): Add more tests.
49399 2012-05-01  Andreas Schwab  <schwab@linux-m68k.org>
49401         [BZ #14040]
49402         * sysdeps/powerpc/powerpc32/fpu/s_nearbyint.S (nearbyintl): Define
49403         in version GLIBC_2.1, not GLIBC_2.0.
49404         * sysdeps/powerpc/powerpc64/fpu/s_nearbyint.S (nearbyintl):
49405         Likewise.
49407 2012-04-30  Joseph Myers  <joseph@codesourcery.com>
49409         [BZ #13942]
49410         * sysdeps/i386/fpu/e_acos.S (__ieee754_acos): Calculate 1 - x^2 as
49411         (1 - x) * (1 + x).
49412         * sysdeps/i386/fpu/e_acosl.c (__ieee754_acosl): Likewise.
49413         * sysdeps/i386/fpu/e_asin.S (__ieee754_asin): Likewise.
49414         * math/libm-test.inc (acos_test): Add more tests.
49415         (asin_test): Likewise.
49416         * sysdeps/i386/fpu/libm-test-ulps: Update.
49417         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
49419         [BZ #14034]
49420         * sysdeps/i386/fpu/e_acos.S (__ieee754_acos): Take absolute value
49421         of square root.
49422         * sysdeps/i386/fpu/e_acosf.S (__ieee754_acosf): Likewise.
49423         * sysdeps/i386/fpu/e_acosl.c (__ieee754_acosl): Likewise.
49424         * math/libm-test.inc (acos_test_tonearest): New function.
49425         (acos_test_towardzero): Likewise.
49426         (acos_test_downward): Likewise.
49427         (acos_test_upward): Likewise.
49428         (asin_test_tonearest): Likewise.
49429         (asin_test_towardzero): Likewise.
49430         (asin_test_downward): Likewise.
49431         (asin_test_upward): Likewise.
49432         (main): Call the new functions.
49433         * sysdeps/i386/fpu/libm-test-ulps: Update.
49434         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
49436         [BZ #13884]
49437         [BZ #13924]
49438         * math/e_exp10.c: Include <float.h>.
49439         (__ieee754_exp10): Handle underflow here rather than multiplying
49440         large negative argument by M_LN10.
49441         * math/e_exp10f.c (__ieee754_exp10f): Call __ieee754_exp instead
49442         of __ieee754_expf.
49443         * math/e_exp10l.c: Include <float.h>.
49444         (__ieee754_exp10l): Handle underflow here rather than multiplying
49445         large negative argument by M_LN10l.
49446         * math/libm-test.inc (exp10_test): Add another test.  Do not allow
49447         spurious overflow exception on underflow.
49449 2012-04-29  Marek Polacek  <polacek@redhat.com>
49451         * misc/sys/cdefs.h (__attribute_artificial__): New macro.
49452         (__fortify_function): New macro.
49453         (__extern_always_inline): Don't use __attribute__ ((__artificial__)).
49454         * libio/bits/stdio-ldbl.h: Use __fortify_function in place of
49455         __extern_always_inline.
49456         * libio/bits/stdio2.h: Likewise.
49457         * libio/bits/stdio.h: Likewise.
49458         * string/string.h: Likewise.
49459         * string/bits/string3.h: Likewise.
49460         * include/stdio.h: Likewise.
49461         * stdlib/bits/stdlib.h: Likewise.
49462         * stdlib/stdlib.h: Likewise.
49463         * rt/bits/mqueue2.h: Likewise.
49464         * rt/mqueue.h: Likewise.
49465         * posix/bits/unistd.h: Likewise.
49466         * posix/unistd.h: Likewise.
49467         * io/bits/poll2.h: Likewise.
49468         * io/bits/fcntl2.h: Likewise.
49469         * io/fcntl.h: Likewise.
49470         * io/sys/poll.h: Likewise.
49471         * misc/bits/syslog.h: Likewise.
49472         * misc/bits/syslog-ldbl.h: Likewise.
49473         * misc/sys/syslog.h: Likewise.
49474         * socket/bits/socket2.h: Likewise.
49475         * socket/sys/socket.h: Likewise.
49476         * debug/tst-chk1.c: Likewise.
49477         * wcsmbs/bits/wchar2.h: Likewise.
49478         * wcsmbs/bits/wchar-ldbl.h: Likewise.
49479         * wcsmbs/wchar.h: Likewise.
49481 2012-04-29  Andreas Jaeger  <aj@suse.de>
49483         * Makerules (tests): Remove enable-check-abi protection.
49484         (check-abi-warn): Remove.
49485         (check-abi-%): Remove check-abi-warn usage.
49487         * configure.in: Remove check-abi configure option.
49488         * configure: Regenerated.
49489         * config.make.in (enable-check-abi): Remove.
49491 2012-04-28  Andreas Schwab  <schwab@linux-m68k.org>
49493         [BZ #14033]
49494         * math/bits/math-finite.h [__NO_LONG_DOUBLE_MATH]: Redirect long
49495         double functions to double *_finite functions.
49497         [BZ #13941]
49498         * sysdeps/ieee754/ldbl-128ibm/ldbl2mpn.c
49499         (__mpn_extract_long_double): Use DBL_MIN_EXP instead of
49500         LDBL_MIN_EXP.
49501         * stdio-common/Makefile (tests): Add tst-sprintf3.
49502         * stdio-common/tst-sprintf3.c: New file.
49504         * elf/Makefile ($(objpfx)tst-leaks1-mem, $(objpfx)noload-mem)
49505         ($(objpfx)tst-unused-dep.out): Don't run when cross-compiling.
49507 2012-04-28  Joseph Myers  <joseph@codesourcery.com>
49509         * conform/conformtest.pl: Remove duplicate typed-constant
49510         handling.
49512 2012-04-28  David S. Miller  <davem@davemloft.net>
49514         * Makerules (%.abilist): Add vpath on sysdep_dirs.
49515         (check-abi-%): Remove AWK script prerequisite and explicit
49516         abilist directory.
49517         (check-abi): Rewrite to just diff the symlist with the abilist.
49518         (config-tls, config-abi-config): Delete, no longer used.
49519         (update-abi-%): Remove AWK script and explicit abilist directory.
49520         (update-abi): Rewrite to simply compare and conditionally copy the
49521         symlist and the sysdep abilist file.  Remove update-abi-config
49522         checks.
49523         * abilist/ld.abilist: Remove.
49524         * abilist/libBrokenLocale.abilist: Remove.
49525         * abilist/libanl.abilist: Remove.
49526         * abilist/libcrypt.abilist: Remove.
49527         * abilist/libdl.abilist: Remove.
49528         * abilist/librt.abilist: Remove.
49529         * abilist/libthread_db.abilist: Remove.
49530         * abilist/libutil.abilist: Remove.
49531         * scripts/extract-abilist.awk: Remove.
49532         * scripts/merge-abilist.awk: Remove.
49533         * sysdeps/generic/libcidn.abilist: New file.
49534         * sysdeps/generic/libnss_compat.abilist: New file.
49535         * sysdeps/generic/libnss_db.abilist: New file.
49536         * sysdeps/generic/libnss_dns.abilist: New file.
49537         * sysdeps/generic/libnss_files.abilist: New file.
49538         * sysdeps/generic/libnss_hesiod.abilist: New file.
49539         * sysdeps/generic/libnss_nis.abilist: New file.
49540         * sysdeps/generic/libnss_nisplus.abilist: New file.
49541         * sysdeps/unix/sysv/linux/i386/nptl/ld.abilist: New file.
49542         * sysdeps/unix/sysv/linux/i386/nptl/libanl.abilist: New file.
49543         * sysdeps/unix/sysv/linux/i386/nptl/libBrokenLocale.abilist: New
49544         file.
49545         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: New file.
49546         * sysdeps/unix/sysv/linux/i386/nptl/libcrypt.abilist: New file.
49547         * sysdeps/unix/sysv/linux/i386/nptl/libdl.abilist: New file.
49548         * sysdeps/unix/sysv/linux/i386/nptl/libm.abilist: New file.
49549         * sysdeps/unix/sysv/linux/i386/nptl/libnsl.abilist: New file.
49550         * sysdeps/unix/sysv/linux/i386/nptl/libpthread.abilist: New file.
49551         * sysdeps/unix/sysv/linux/i386/nptl/libresolv.abilist: New file.
49552         * sysdeps/unix/sysv/linux/i386/nptl/librt.abilist: New file.
49553         * sysdeps/unix/sysv/linux/i386/nptl/libthread_db.abilist: New
49554         file.
49555         * sysdeps/unix/sysv/linux/i386/nptl/libutil.abilist: New file.
49556         * sysdeps/unix/sysv/linux/x86_64/nptl/ld.abilist: New file.
49557         * sysdeps/unix/sysv/linux/x86_64/nptl/libanl.abilist: New file.
49558         * sysdeps/unix/sysv/linux/x86_64/nptl/libBrokenLocale.abilist: New
49559         file.
49560         * sysdeps/unix/sysv/linux/x86_64/nptl/libc.abilist: New file.
49561         * sysdeps/unix/sysv/linux/x86_64/nptl/libcrypt.abilist: New file.
49562         * sysdeps/unix/sysv/linux/x86_64/nptl/libdl.abilist: New file.
49563         * sysdeps/unix/sysv/linux/x86_64/nptl/libm.abilist: New file.
49564         * sysdeps/unix/sysv/linux/x86_64/nptl/libnsl.abilist: New file.
49565         * sysdeps/unix/sysv/linux/x86_64/nptl/libpthread.abilist: New
49566         file.
49567         * sysdeps/unix/sysv/linux/x86_64/nptl/libresolv.abilist: New file.
49568         * sysdeps/unix/sysv/linux/x86_64/nptl/librt.abilist: New file.
49569         * sysdeps/unix/sysv/linux/x86_64/nptl/libthread_db.abilist: New
49570         file.
49571         * sysdeps/unix/sysv/linux/x86_64/nptl/libutil.abilist: New file.
49572         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/ld.abilist:
49573         New file.
49574         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libanl.abilist:
49575         New file.
49576         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libBrokenLocale.abilist:
49577         New file.
49578         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libc.abilist:
49579         New file.
49580         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libcrypt.abilist:
49581         New file.
49582         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libdl.abilist:
49583         New file.
49584         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libm.abilist:
49585         New file.
49586         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libnsl.abilist:
49587         New file.
49588         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libpthread.abilist:
49589         New file.
49590         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libresolv.abilist:
49591         New file.
49592         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/librt.abilist:
49593         New file.
49594         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libthread_db.abilist:
49595         New file.
49596         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libutil.abilist:
49597         New file.
49598         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld.abilist: New
49599         file.
49600         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libanl.abilist:
49601         New file.
49602         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libBrokenLocale.abilist:
49603         New file.
49604         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist: New
49605         file.
49606         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libcrypt.abilist:
49607         New file.
49608         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libdl.abilist:
49609         New file.
49610         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm.abilist: New
49611         file.
49612         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libnsl.abilist:
49613         New file.
49614         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread.abilist:
49615         New file.
49616         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libresolv.abilist:
49617         New file.
49618         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/librt.abilist:
49619         New file.
49620         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libthread_db.abilist:
49621         New file.
49622         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libutil.abilist:
49623         New file.
49624         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/ld.abilist: New file.
49625         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libanl.abilist: New
49626         file.
49627         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libBrokenLocale.abilist:
49628         New file.
49629         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: New
49630         file.
49631         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libcrypt.abilist: New
49632         file.
49633         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libdl.abilist: New
49634         file.
49635         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libm.abilist: New
49636         file.
49637         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libnsl.abilist: New
49638         file.
49639         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
49640         New file.
49641         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libresolv.abilist: New
49642         file.
49643         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/librt.abilist: New
49644         file.
49645         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libthread_db.abilist:
49646         New file.
49647         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libutil.abilist: New
49648         file.
49649         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/ld.abilist: New file.
49650         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libanl.abilist: New
49651         file.
49652         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libBrokenLocale.abilist:
49653         New file.
49654         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: New
49655         file.
49656         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libcrypt.abilist: New
49657         file.
49658         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libdl.abilist: New
49659         file.
49660         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libm.abilist: New
49661         file.
49662         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libnsl.abilist: New
49663         file.
49664         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
49665         New file.
49666         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libresolv.abilist: New
49667         file.
49668         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/librt.abilist: New
49669         file.
49670         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libthread_db.abilist:
49671         New file.
49672         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libutil.abilist: New
49673         file.
49674         * sysdeps/unix/sysv/linux/sh/nptl/ld.abilist: New file.
49675         * sysdeps/unix/sysv/linux/sh/nptl/libanl.abilist: New file.
49676         * sysdeps/unix/sysv/linux/sh/nptl/libBrokenLocale.abilist: New
49677         file.
49678         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: New file.
49679         * sysdeps/unix/sysv/linux/sh/nptl/libcrypt.abilist: New file.
49680         * sysdeps/unix/sysv/linux/sh/nptl/libdl.abilist: New file.
49681         * sysdeps/unix/sysv/linux/sh/nptl/libm.abilist: New file.
49682         * sysdeps/unix/sysv/linux/sh/nptl/libnsl.abilist: New file.
49683         * sysdeps/unix/sysv/linux/sh/nptl/libpthread.abilist: New file.
49684         * sysdeps/unix/sysv/linux/sh/nptl/libresolv.abilist: New file.
49685         * sysdeps/unix/sysv/linux/sh/nptl/librt.abilist: New file.
49686         * sysdeps/unix/sysv/linux/sh/nptl/libthread_db.abilist: New file.
49687         * sysdeps/unix/sysv/linux/sh/nptl/libutil.abilist: New file.
49688         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/ld.abilist: New file.
49689         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libanl.abilist: New
49690         file.
49691         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libBrokenLocale.abilist:
49692         New file.
49693         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: New
49694         file.
49695         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libcrypt.abilist: New
49696         file.
49697         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libdl.abilist: New
49698         file.
49699         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libm.abilist: New
49700         file.
49701         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libnsl.abilist: New
49702         file.
49703         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libpthread.abilist:
49704         New file.
49705         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libresolv.abilist:
49706         New file.
49707         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/librt.abilist: New
49708         file.
49709         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libthread_db.abilist:
49710         New file.
49711         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libutil.abilist: New
49712         file.
49713         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/ld.abilist: New file.
49714         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libanl.abilist: New
49715         file.
49716         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libBrokenLocale.abilist:
49717         New file.
49718         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: New
49719         file.
49720         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libcrypt.abilist: New
49721         file.
49722         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libdl.abilist: New
49723         file.
49724         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libm.abilist: New
49725         file.
49726         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libnsl.abilist: New
49727         file.
49728         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libpthread.abilist:
49729         New file.
49730         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libresolv.abilist:
49731         New file.
49732         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/librt.abilist: New
49733         file.
49734         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libthread_db.abilist:
49735         New file.
49736         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libutil.abilist: New
49737         file.
49739 2012-04-28  Joseph Myers  <joseph@codesourcery.com>
49741         * conform/conformtest.pl: Fix typo in handling typed-constant from
49742         allow-header.
49744 2012-04-27  Joseph Myers  <joseph@codesourcery.com>
49746         * README: Cut down references to pre-2.6 Linux kernels and
49747         Linuxthreads.  Update lists of configurations in libc and ports
49748         and sort alphabetically.  Say "or newer" with Linux kernel version
49749         requirements.
49751         * config.h.in [IS_IN_build]: Allow compiling without optimization.
49753 2012-04-27  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
49755         [BZ #887]
49756         * math/libm-test.inc (logb_test_downward): New test to expose
49757         erroneous negative sign on -0.0 result of logb[l](1) in FE_DOWNWARD
49758         rounding mode.
49760 2012-04-27  Joseph Myers  <joseph@codesourcery.com>
49762         [BZ #14027]
49763         * math/fclrexcpt.c (__feclearexcept): Return zero if nothing needs
49764         to be done.
49765         * math/fraiseexcpt.c (__feraiseexcept): Likewise.
49766         * math/fsetexcptflg.c (__fesetexceptflag): Likewise.
49768 2012-04-26  Joseph Myers  <joseph@codesourcery.com>
49770         * sysdeps/unix/i386/brk.S: Remove file.
49771         * sysdeps/unix/i386/dl-brk.S: Likewise.
49772         * sysdeps/unix/i386/pipe.S: Likewise.
49773         * sysdeps/unix/i386/sigreturn.S: Likewise.
49774         * sysdeps/unix/i386/syscall.S: Likewise.
49775         * sysdeps/unix/i386/vfork.S: Likewise.
49776         * sysdeps/unix/i386/wait.S: Likewise.
49778         * sysdeps/unix/common/tcsendbrk.c: Move to ...
49779         * sysdeps/unix/sysv/linux/tcsendbrk.c: ... here.
49781         * configure.in (arm*-none*): Do not allow without
49782         --enable-hacker-mode.
49783         (netbsd*): Remove case setting base_os.
49784         (386bsd*): Likewise.
49785         (freebsd*): Likewise.
49786         (bsdi*): Likewise.
49787         (osf*): Likewise.
49788         (sunos*): Likewise.
49789         (ultrix*): Likewise.
49790         (newsos*): Likewise.
49791         (dynix*): Likewise.
49792         (*bsd*): Likewise.
49793         (sysv*): Likewise.
49794         (isc*): Likewise.
49795         (esix*): Likewise.
49796         (sco*): Likewise.
49797         (minix*): Likewise.
49798         (irix4*): Likewise.
49799         (irix6*): Likewise.
49800         (solaris[2-9]*): Likewise.
49801         (none): Likewise.
49802         * configure: Regenerated.
49804 2012-04-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
49806         [BZ #11521]
49807         * sysdeps/ieee754/ldbl-128ibm/s_ctanhl.c (__ctanhl): Avoid internal
49808         overflow or cancellation in calculating denominator.
49809         * sysdeps/ieee754/ldbl-128ibm/s_ctanl.c (__ctanl): Likewise.
49810         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c (__ieee754_sinhl): Breaking
49811         down expression to avoid unexpected rounding in newer GCCs.
49812         * sysdeps/powerpc/fpu/libm-test-ulps: Update for ctan, ctanh fix.
49814 2012-04-26  David S. Miller  <davem@davemloft.net>
49816         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: Generate
49817         long-double compat symbols.
49818         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: Likewise.
49819         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax.S: Likewise.
49820         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin.S: Likewise.
49821         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint.S: Likewise.
49822         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint.S: Likewise.
49823         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: Likewise.
49824         * sysdeps/sparc/sparc32/sparcv9/fpu/s_floor.S: Likewise.
49825         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmax.S: Likewise.
49826         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmin.S: Likewise.
49827         * sysdeps/sparc/sparc32/sparcv9/fpu/s_isnan.S: Likewise.
49828         * sysdeps/sparc/sparc32/sparcv9/fpu/s_llrint.S: Likewise.
49829         * sysdeps/sparc/sparc32/sparcv9/fpu/s_lrint.S: Likewise.
49830         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rint.S: Likewise.
49832 2012-04-25  David S. Miller  <davem@davemloft.net>
49834         * sysdeps/sparc/sparc32/bits/atomic.h: Include sysdep.h to get
49835         HWCAP_* values only after the memory barriers have been defined.
49836         (atomic_full_barrier): Define.
49837         (atomic_read_barrier): Define.
49838         (atomic_write_barrier): Define.
49840 2012-04-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
49842         * shlib-versions: Add libgcc_s version information.
49843         * sysdeps/generic/libgcc_s.h: Remove.
49844         * sysdeps/generic/framestate.c: Include gnu/lib-names.h instead of
49845         libgcc_s.h.
49846         * sysdeps/gnu/unwind-resume.c: Likewise.
49847         * scripts/test-installation.pl: Remove libgcc_s from link_libs.
49849 2012-04-25  David S. Miller  <davem@davemloft.net>
49851         * sysdeps/unix/sparc/brk.S: Delete.
49852         * sysdeps/unix/sparc/dl-brk.S: Delete.
49853         * sysdeps/unix/sparc/pipe.S: Delete.
49854         * sysdeps/unix/sparc/sysdep.S: Delete.
49855         * sysdeps/unix/sparc/sysdep.h: Delete.
49856         * sysdeps/unix/sparc/vfork.S: Delete.
49857         * sysdeps/sparc/sysdep.h (SPARC_PIC_THUNK, SPARC_PIC_REG)
49858         (SPARC_PIC_REG_LEAF, ENTRY, END, LOC): Define.
49859         * sysdeps/unix/sysv/linux/sparc/sysdep.h (ret, ret_NOERRNO)
49860         (ret_ERRVAL, r0, r1, MOVE): Define.
49861         (JUMPTARGET): Remove.
49862         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Don't include
49863         sysdeps/unix/sparc/sysdep.h
49864         (ENTRY, END): Remove.
49865         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
49867 2012-04-25  Joseph Myers  <joseph@codesourcery.com>
49869         * Makerules (native-compile): Use $(BUILD_LDFLAGS).
49870         (ALL_BUILD_CFLAGS): Use $(BUILD_CPPFLAGS) -D_GNU_SOURCE
49871         -DIS_IN_build.
49873         * timezone/README: Update upstream location and email address for
49874         tzcode and tzdata.
49875         * timezone/zdump.c: Update from tzcode 2012b.
49876         * timezone/zic.c: Likewise.
49878         * configure.in (libc_cv_as_needed): Remove test.
49879         * configure: Regenerated.
49880         * Makeconfig [$(have-as-needed) != yes] (as-needed): Remove
49881         conditional definition.
49882         [$(have-as-needed) != yes] (no-as-needed): Likewise.
49883         [$(have-as-needed) != yes] (libgcc_eh): Likewise.
49884         * config.make.in (have-as-needed): Remove variable.
49886 2012-04-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
49887             Paul Pluzhnikov  <ppluzhnikov@google.com>
49889         * elf/dl-minimal.c (__strtoul_internal): Parse hexadecimal and octal
49890         strings correctly.
49892 2012-04-25  Chung-Lin Tang  <cltang@codesourcery.com>
49894         * sysdeps/sh/memcpy.S: Remove include of endian.h, change
49895         preprocessor endian tests to '#ifdef __BIG_ENDIAN__'.
49896         * sysdeps/sh/strlen.S: Likewise.
49898 2012-04-24  Joseph Myers  <joseph@codesourcery.com>
49900         * sysdeps/unix/fork.S: Remove file.
49901         * sysdeps/unix/i386/fork.S: Likewise.
49902         * sysdeps/unix/sparc/fork.S: Likewise.
49904         * sysdeps/unix/system.c: Remove file.
49905         * sysdeps/unix/bsd/bsd4.4/system.c: Likewise.
49907         * sysdeps/unix/getegid.S: Remove file.
49908         * sysdeps/unix/geteuid.S: Likewise.
49910 2012-04-24  Roland McGrath  <roland@hack.frob.com>
49912         * scripts/check-localplt.awk: New file.
49913         * elf/Makefile ($(objpfx)check-localplt.out): Use that script instead
49914         of diff.
49915         * scripts/data/localplt-generic.data: Add a comment.
49917         * sysdeps/mach/hurd/symlink.c: Don't call __mach_port_deallocate on
49918         NODE when __dir_mkfile failed.
49919         * sysdeps/mach/hurd/symlinkat.c: Likewise.
49920         Reported by Ludovic Courtès <ludo@gnu.org>.
49922 2012-04-24  Andreas Jaeger  <aj@suse.de>
49924         * Makerules (common-clean): Also remove gen-as-const-headers
49925         files.
49927 2012-04-24  Joseph Myers  <joseph@codesourcery.com>
49929         * Makerules (native-compile): Do not change working directory for
49930         build.  Use $(OUTPUT_OPTION) in command.
49931         (ALL_BUILD_CFLAGS): Use $(common-objpfx) to find config.h.
49933 2012-04-24  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
49935         [BZ #13886]
49936         * sysdeps/powerpc/powerpc64/fpu/s_floorl.S: Delete file. Use the
49937         sysdeps/ieee754/ldbl-128ibm/s_floorl.c version instead.
49938         * math/libm-test.inc (floor_test): Add more tests.
49939         * sysdeps/powerpc/fpu/libm-test-ulps: Update for pow tests.
49941 2012-04-24  Joseph Myers  <joseph@codesourcery.com>
49943         * sysdeps/unix/getdents.c: Remove file.
49944         * sysdeps/unix/sysv/getdents.c: Likewise.
49945         * sysdeps/unix/sysv/syscalls.list (s_getdents): Remove.
49947         * sysdeps/unix/syscalls.list (madvise): Add syscall from
49948         sysdeps/unix/mman/syscalls.list.
49949         (mmap): Likewise.
49950         (mprotect): Likewise.
49951         (msync): Likewise.
49952         (munmap): Likewise.
49953         * sysdeps/unix/bsd/bsd4.4/Implies: Remove.
49954         * sysdeps/unix/mman/syscalls.list: Remove.
49955         * sysdeps/unix/sysv/linux/Implies: Don't include unix/mman.
49957         * configure.in (libc_cv_libgcc_s_suffix): Remove test.
49958         (libc_cv_as_needed): Don't use $libc_cv_libgcc_s_suffix.
49959         * configure: Regenerated.
49960         * Makeconfig [$(have-as-needed) = yes] (libgcc_eh): Don't use
49961         $(libgcc_s_suffix).
49962         * config.make.in (libgcc_s_suffix): Remove variable.
49964 2012-04-23  Joseph Myers  <joseph@codesourcery.com>
49966         * sysdeps/unix/sysv/gethostname.c: Move to ...
49967         * sysdeps/posix/gethostname.c: ... here.
49969         * sysdeps/unix/execve.S: Remove file.
49971         * sysdeps/unix/_exit.S: Remove file.
49973 2012-04-23  Andreas Jaeger  <aj@suse.de>
49975         [BZ #13739]
49976         * manual/Makefile: Remove make dist support, there's no
49977         need for a stand-alone documentation tar ball.
49978         (TEXI2DVI): Define always, it's not in Makeconfig.
49979         (dist): Removed.
49980         (tar-it): Removed.
49981         (edition): Removed.
49982         (glibc-doc-$(edition).tar): Removed
49983         (%.Z): Removed.
49984         (%.gz): Removed.
49985         (%.uu): Removed.
49986         (ETAGS): Remove, it's in Makeconfig.
49987         (move-if-change): Remove, it's in Makeconfig.
49989 2012-04-23  Paul Eggert  <eggert@cs.ucla.edu>
49991         [BZ #13970]
49992         * stdlib/stdlib.h: Remove warn_unused_result attribute from strtol etc.
49993         (strtod, strtof, strtold, strtol, strtoul, strtoq)
49994         (strtouq, strtoll, strtoull, strtol_l, strtoul_l, strtoll_l, strtoull_l)
49995         (strtod_l, strtof_l, strtold_l): Remove __wur.
49996         It is not necessarily an error to ignore strtol's return value.
49997         One can reliably look at the stored endptr to decide whether
49998         the number had valid syntax.
50000 2012-04-21  Andreas Jaeger  <aj@suse.de>
50002         [BZ #13739]
50003         * sysdeps/s390/s390-64/Makefile (distribute): Remove variable.
50005 2012-04-21  Joseph Myers  <joseph@codesourcery.com>
50007         * sysdeps/unix/sysv/linux/Versions (GLIBC_2.0): Add sysinfo.
50008         * sysdeps/unix/sysv/Versions: Remove file.
50010 2012-04-21  Markus Trippelsdorf  <markus@trippelsdorf.de>
50012         [BZ #13927]
50013         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
50015 2012-04-21  Nick Alcock  <nick.alcock@oracle.com>
50017         [BZ #7064]
50018         * sysdeps/unix/sysv/linux/i386/syscalls.list: Omit explicit
50019         version from __vm86.
50021 2012-04-20  Joseph Myers  <joseph@codesourcery.com>
50023         * sysdeps/unix/common/lxstat.c: Remove file.
50024         * sysdeps/unix/common/syscalls.list (sys_lstat): Remove.
50026         * sysdeps/unix/sysv/Makefile: Remove file.
50028         * sysdeps/unix/sysv/direct.h: Remove file.
50030         * sysdeps/unix/sysv/bits/dirent.h: Remove file.
50031         * sysdeps/unix/sysv/bits/fcntl.h: Likewise.
50032         * sysdeps/unix/sysv/bits/local_lim.h: Likewise.
50033         * sysdeps/unix/sysv/bits/signum.h: Likewise.
50034         * sysdeps/unix/sysv/bits/stat.h: Likewise.
50035         * sysdeps/unix/sysv/bits/utmp.h: Likewise.
50036         * sysdeps/unix/sysv/bits/utsname.h: Likewise.
50038         * sysdeps/unix/sysv/setrlimit.c: Remove file.
50040         * sysdeps/unix/xmknod.c: Remove file.
50041         * sysdeps/unix/syscalls.list (sys_mknod): Remove.
50043         * sysdeps/unix/sysv/settimeofday.c: Remove file.
50045         * sysdeps/unix/sysv/i386/time.S: Remove file.
50047         * sysdeps/unix/fxstat.c: Remove file.
50048         * sysdeps/unix/xstat.c: Likewise.
50049         * sysdeps/unix/syscalls.list (sys_fstat, sys_stat): Remove.
50051         * sysdeps/unix/sysv/sigaction.c: Remove file.
50053         * sysdeps/unix/sysv/Makefile [termio.h not in sysdep_headers]
50054         (sysdep_headers): Remove variable.
50055         [termio.h not in sysdep_headers] (generated): Likewise.
50056         [termio.h not in sysdep_headers] ($(objpfx)termio.h): Remove rule.
50057         * sysdeps/unix/sysv/sysv_termio.h: Remove file.
50058         * sysdeps/unix/sysv/tcdrain.c: Likewise.
50059         * sysdeps/unix/sysv/tcflow.c: Likewise.
50060         * sysdeps/unix/sysv/tcflush.c: Likewise.
50061         * sysdeps/unix/sysv/tcgetattr.c: Likewise.
50062         * sysdeps/unix/sysv/tcgetpgrp.c: Likewise.
50063         * sysdeps/unix/sysv/tcsendbrk.c: Likewise.
50064         * sysdeps/unix/sysv/tcsetattr.c: Likewise.
50065         * sysdeps/unix/sysv/tcsetpgrp.c: Likewise.
50067         * sysdeps/unix/siglist.c: Remove file.
50069         * sysdeps/unix/getppid.S: Remove file.
50071         * sysdeps/unix/mkdir.c: Remove file.
50072         * sysdeps/unix/rmdir.c: Likewise.
50074 2012-04-19  Andreas Schwab  <schwab@linux-m68k.org>
50076         * sysdeps/gnu/errlist-compat.awk (END): Correct computation of
50077         ERR_MAX value.
50078         * sysdeps/unix/sysv/linux/Versions (GLIBC_2.12): Adjust
50079         errlist-compat value.
50081 2012-04-18  David S. Miller  <davem@davemloft.net>
50083         * sysdeps/generic/memcopy.h (reg_char): Delete.
50084         * debug/strcat_chk.c: Use char, not reg_char.
50085         * debug/strcpy_chk.c: Likewise.
50086         * debug/strncat_chk.c: Likewise.
50087         * debug/strncpy_chk.c: Likewise.
50088         * string/memchr.c: Likewise.
50089         * string/memrchr.c: Likewise.
50090         * string/rawmemchr.c: Likewise.
50091         * string/strcat.c: Likewise.
50092         * string/strchr.c: Likewise.
50093         * string/strchrnul.c: Likewise.
50094         * string/strcmp.c: Likewise.
50095         * string/strcpy.c: Likewise.
50096         * string/strncat.c: Likewise.
50097         * string/strncmp.c: Likewise.
50098         * string/strncpy.c: Likewise.
50100 2012-04-18  Will Schmidt  <will_schmidt@vnet.ibm.com>
50102         * sysdeps/powerpc/memmove.c: New file based on string/memmove.c where
50103         __builtin_memcopy is called when src and dest ranges are known to not
50104         overlap.
50106 2012-04-18  Will Schmidt  <will_schmidt@vnet.ibm.com>
50108         * sysdeps/powerpc/powerpc64/power6/wordcopy.c
50109         (_wordcopy_fwd_dest_aligned): Replace switch with a parameterized
50110         fwd_align_merge macro call.
50111         (_wordcopy_bwd_dest_aligned): Replace switch with a parameterized
50112         bwd_align_merge macro call.
50113         * sysdeps/powerpc/powerpc32/power6/wordcopy.c: Likewise.
50115 2012-04-18  Will Schmidt  <will_schmidt@vnet.ibm.com>
50117         * sysdeps/powerpc/powerpc64/power6/wordcopy.c: Add fwd_align_merge and
50118         bwd_align_merge macros.
50119         (_wordcopy_fwd_dest_aligned): Use fwd_align_merge macro calls.
50120         (_wordcopy_bwd_dest_aligned): Use bwd_align_merge macro calls.
50121         * sysdeps/powerpc/powerpc32/power6/wordcopy.c: Likewise.
50123 2012-04-18  David S. Miller  <davem@davemloft.net>
50125         * sysdeps/sparc/sparc64/memcopy.h: Delete.
50127 2012-04-18  Andreas Jaeger  <aj@suse.de>
50129         [BZ# 6794]
50130         * sysdeps/ieee754/ldbl-96/s_ilogbl.c: Moved to ...
50131         * sysdeps/ieee754/ldbl-96/e_ilogbl.c: ... here.
50132         Rename __ilogbl to __ieee754_ilogbl and remove weak_alias.
50134         * sysdeps/ieee754/ldbl-128/s_ilogbl.c: Moved to ...
50135         * sysdeps/ieee754/ldbl-128/e_ilogbl.c: ... here.
50136         Rename __ilogbl to __ieee754_ilogbl and remove weak_alias.
50138         * sysdeps/ieee754/ldbl-64-128/s_ilogbl.c: Moved to ...
50139         * sysdeps/ieee754/ldbl-64-128/e_ilogbl.c: ... here.
50140         Adjust for changed ldbl-128 files.
50142         * sysdeps/sparc/sparc64/soft-fp/s_ilogbl.c: Moved to ...
50143         * sysdeps/sparc/sparc64/soft-fp/e_ilogbl.c: ... here.
50144         Rename __ilogbl to __ieee754_ilogbl and remove weak_alias.
50146 2012-04-17  David S. Miller  <davem@davemloft.net>
50148         * sysdeps/sparc/sparc32/memcopy.h: Delete.
50150 2012-04-17  Andreas Schwab  <schwab@linux-m68k.org>
50152         * sysdeps/i386/fpu/e_ilogb.S: Remove __ilogb*_finite alias.
50153         * sysdeps/i386/fpu/e_ilogbf.S: Likewise.
50154         * sysdeps/i386/fpu/e_ilogbl.S: Likewise.
50155         * sysdeps/x86_64/fpu/e_ilogbl.S: Likewise.
50156         * sysdeps/ieee754/dbl-64/e_ilogb.c: Likewise.
50157         * sysdeps/ieee754/flt-32/e_ilogbf.c: Likewise.
50159 2012-04-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
50161         [BZ #6794]
50162         * math/Makefile: Add e_ilogb and w_ilogb, remove s_logb.
50163         * math/libm-test.inc: Add ilogb errno and exception tests.
50164         * math/w_ilogb.c: New file: ilogb wrapper.
50165         * math/w_ilogbf.c: New file: ilogbf wrapper.
50166         * math/w_ilogbl.c: New file: ilogbl wrapper.
50167         * sysdeps/generic/math_private.h: Add __ieee754_ilogb[l|f] prototypes.
50168         * sysdeps/i386/fpu/s_ilogb.S: Moved to ...
50169         * sysdeps/i386/fpu/e_ilogb.S: ... here. Also fixed a FE_DIVBYZERO
50170         exception being thrown with 0.0 as argument.
50171         * sysdeps/i386/fpu/s_ilogbf.S: Moved to ...
50172         * sysdeps/i386/fpu/e_ilogbf.S: ... here. Also fixed a FE_DIVBYZERO
50173         exception being thrown with 0.0 as argument.
50174         * sysdeps/i386/fpu/s_ilogbl.S: Moved to ...
50175         * sysdeps/i386/fpu/e_ilogbl.S: ... here. Also fixed a FE_DIVBYZERO
50176         exception being thrown with 0.0 as argument.
50177         * sysdeps/x86_64/fpu/s_ilogbl.S: Moved to ...
50178         * sysdeps/x86_64/fpu/e_ilogbl.S: ... here. Also fixed a FE_DIVBYZERO
50179         exception being thrown with 0.0 as argument.
50180         * sysdeps/ieee754/dbl-64/s_ilogb.c: Moved to ...
50181         * sysdeps/ieee754/dbl-64/e_ilogb.c: ... here.
50182         * sysdeps/ieee754/flt-32/s_ilogbf.c: Moved to ...
50183         * sysdeps/ieee754/flt-32/e_ilogbf.c: ... here.
50184         * sysdeps/ieee754/ldbl-128ibm/s_ilogbl.c: Moved to ...
50185         * sysdeps/ieee754/ldbl-128ibm/e_ilogbl.c: ... here.
50186         * sysdeps/ieee754/ldbl-opt/s_ilogb.c: Moved to ...
50187         * sysdeps/ieee754/ldbl-opt/w_ilogb.c: ... here.
50188         * sysdeps/ieee754/ldbl-opt/w_ilogbl.c: New file: ilogbl wrapper.
50190 2012-04-17  Petr Baudis  <pasky@ucw.cz>
50192         * include/sys/uio.h: Change __vector to __iovec to avoid clash
50193         with altivec.
50195 2012-04-16  Marek Polacek  <polacek@redhat.com>
50197         * elf/pldd-xx.c: Rename static_assert to pldd_assert.
50199 2012-04-16  Marek Polacek  <polacek@redhat.com>
50201         * sysdeps/i386/fpu/bits/fenv.h (feraiseexcept): Reverse the
50202         operands of fdivp instruction.
50204 2012-04-13  H.J. Lu  <hongjiu.lu@intel.com>
50206         * elf/tst-auditmod1.c: Check __ILP32__ instead of __LP64__.
50207         * elf/tst-auditmod3b.c: Likewise.
50208         * elf/tst-auditmod4b.c: Likewise.
50209         * elf/tst-auditmod5b.c: Likewise.
50210         * elf/tst-auditmod6b.c: Likewise.
50211         * elf/tst-auditmod6c.c: Likewise.
50212         * elf/tst-auditmod7b.c: Likewise.
50213         * sysdeps/x86_64/ffsll.c (ffsl): Likewise.
50214         * sysdeps/x86_64/preconfigure.in: Likewise.
50215         * sysdeps/x86_64/preconfigure: Regenerated.
50217 2012-04-13  H.J. Lu  <hongjiu.lu@intel.com>
50219         * sysdeps/x86_64/bits/wordsize.h (__WORDSIZE): Also check
50220         __ILP32__.
50222 2012-04-13  Antoine Balestrat <merkil33@gmail.com>
50224         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
50225         (__get_clockfreq_via_proc_openprom): Fix test on wrong variable.
50227 2012-04-13  Chris Leonard  <cjlhomeaddress@gmail.com>
50229         [BZ #13973]
50230         * locale/iso-639.def: Fix gl language name. Spotted by
50231         Yaron Shahrabani.
50233 2012-04-12  Roland McGrath  <roland@hack.frob.com>
50235         [BZ #2074]
50236         * libio/libio.h (__io_write_fn): Update comment.
50238 2012-04-12  Petr Baudis  <pasky@ucw.cz>
50240         [BZ #2074]
50241         * stdio.texi (Hook Functions): The user provided writer function
50242         is not allowed to return -1.
50244 2012-04-11  David S. Miller  <davem@davemloft.net>
50246         * sysdeps/sparc/fpu/libm-test-ulps: Update.
50248 2012-04-11  Mike Frysinger  <vapier@gentoo.org>
50250         * .gitignore: Add /ports, /linuxthreads, and /linuxthreads_db.
50251         Add a leading slash to rtkaio.
50253 2012-04-11  Jim Meyering  <meyering@redhat.com>
50255         [BZ #11959]
50256         * libio/stdio.h (fwrite, fwrite_unlocked): Remove __wur.
50257         It is not necessarily an error to ignore fwrite's return
50258         value.  One can reliably use ferror to test for errors after
50259         the fact.
50261 2012-04-10  H.J. Lu  <hongjiu.lu@intel.com>
50263         * bits/types.h (__snseconds_t): New type.
50264         * time/time.h (struct timespec): Use __snseconds_t on tv_nsec.
50266         * bits/typesizes.h (__SNSECONDS_T_TYPE): New macro.
50267         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
50268         (__SNSECONDS_T_TYPE): Likewise.
50269         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
50270         (__SNSECONDS_T_TYPE): Likewise.
50271         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
50272         (__SNSECONDS_T_TYPE): Likewise.
50274 2012-04-10  Andreas Jaeger  <aj@suse.de>
50276         [BZ #2636]
50277         * manual/time.texi (Processor Time): Return type of times is
50278         elapsed real time since an arbitrary point in the past.
50279         (CPU Time): Move CLK_TCK from here...
50280         (Processor Time): ...to here.  Correct description.
50281         * manual/conf.texi (Constants for Sysconf): Correct description of
50282         _SC_CLK_TCK.
50284 2012-04-10  David S. Miller  <davem@davemloft.net>
50286         [BZ #13967]
50287         * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Handle the case
50288         where the is a gap between DT_REL(A) and DT_JMPREL.
50290 2012-04-10  H.J. Lu  <hongjiu.lu@intel.com>
50292         * sysdeps/x86_64/bits/byteswap.h: Include <features.h>.
50293         (__bswap_32): Use __builtin_bswap32 for GCC >= 4.2.
50294         (__bswap_64): Use __builtin_bswap64 for GCC >= 4.2.
50296 2012-04-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
50298         * elf/dl-support.c (_dl_inhibit_cache): New variable.
50299         * elf/rtld.c (_rtld_global_ro): New member _dl_inhibit_cache.
50300         (dl_main): Handle --inhibit-cache.
50301         * sysdeps/generic/ldsodefs.h (struct rtld_global_ro): New member
50302         _dl_inhibit_cache.
50303         * elf/dl-load.c (_dl_map_object): Use it.
50304         * elf/Makefile: Define SYSCONFDIR when building rtld.c.
50306 2012-04-09  Joseph Myers  <joseph@codesourcery.com>
50308         [BZ #13872]
50309         * sysdeps/i386/fpu/e_powl.S (p78): New object.
50310         (__ieee754_powl): Saturate large exponents rather than testing for
50311         overflow of y*log2(x).
50312         * sysdeps/x86_64/fpu/e_powl.S: Likewise.
50313         * math/libm-test.inc (pow_test): Do not permit spurious overflow
50314         exceptions.
50316         [BZ #11521]
50317         * math/s_ctan.c: Include <float.h>.
50318         (__ctan): Avoid internal overflow or cancellation in calculating
50319         denominator.
50320         * math/s_ctanf.c: Likewise.
50321         * math/s_ctanl.c: Likewise.
50322         * math/s_ctanh.c: Likewise.
50323         * math/s_ctanhf.c: Likewise.
50324         * math/s_ctanhl.c: Likewise.
50325         * math/libm-test.inc (ctan_test): Add more tests.
50326         (ctanh_test): Likewise.
50327         * sysdeps/i386/fpu/libm-test-ulps: Update.
50328         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
50330 2012-04-09  Andreas Jaeger  <aj@suse.de>
50332         [BZ #6894]
50333         * manual/filesys.texi (Directory Entries): Mention that d_namlen
50334         is an optional BSD extension.
50336         [BZ #10254]
50337         * manual/stdio.texi (Opening Streams): Document additional fopen
50338         parameters.
50340 2012-04-09  Roland McGrath  <roland@hack.frob.com>
50342         * sysdeps/i386/fpu/bits/mathinline.h (__sincos_code): Don't clobber
50343         %eax without telling the compiler.
50345 2012-04-09  Carlos O'Donell  <carlos_odonell@mentor.com>
50347         [BZ # 13963]
50348         * manual/install.texi: Use sourceware.org.
50350 2012-04-09  Joseph Myers  <joseph@codesourcery.com>
50352         [BZ #13873]
50353         * sysdeps/ieee754/dbl-64/e_pow.c (huge, tiny): New variables.
50354         (__ieee754_pow): Generate overflow and underflow using huge*huge
50355         and tiny*tiny rather than just returning constant infinity or zero
50356         for large exponents.
50357         * math/libm-test.inc (pow_test): Require overflow exceptions for
50358         applicable cases of large exponents.
50360         [BZ #706]
50361         * sysdeps/i386/fpu/e_pow.S (p10): New object.
50362         (__ieee754_pow): Use iterative multiplication algorithm only for
50363         integer exponents with absolute value below 1024.  Check for odd
50364         integer exponents when using algorithm for real exponents.
50365         * math/libm-test.inc (pow_test): Add more tests.
50366         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
50368 2012-04-08  Joseph Myers  <joseph@codesourcery.com>
50370         [BZ #13705]
50371         * math/libm-test.inc (exp_test): Do not allow overflow exception
50372         on underflow test.
50374 2012-04-08  Aurelien Jarno  <aurelien@aurel32.net>
50376         [BZ #13705]
50377         * sysdeps/ieee754/dbl-64/w_exp.c (__exp): Use __kernel_standard
50378         instead of __kernel_standard_f.
50380 2012-04-08  Mike Frysinger  <vapier@gentoo.org>
50382         * sysdeps/i386/i686/memset_chk.S: Update copyright year.
50383         * sysdeps/x86_64/memset_chk.S: Likewise.
50385 2012-04-08  Andreas Jaeger  <aj@suse.de>
50387         [BZ #10153]
50388         * manual/startup.texi (Environment Access): Describe return value
50389         for putenv and setenv.
50391         [BZ #6895]
50392         * manual/filesys.texi (Directory Entries): Add description for
50393         DT_LNK.
50395         [BZ #6890]
50396         * manual/filesys.texi (Directory Entries): Clarify that it's file
50397         system not operating system in the description of DT_UNKNOWN.
50399         [BZ #6578]
50400         * manual/syslog.texi (closelog): Fix reference, it's openlog.
50402 2012-04-08  Stephen Compall  <s11@member.fsf.org>
50404         [BZ #6649]
50405         * manual/llio.texi (Opening and Closing Files): Add cross
50406         reference to explain mode argument.
50408 2012-04-07  Mike Frysinger  <vapier@gentoo.org>
50410         * sysdeps/i386/i686/memset_chk.S: Change PIC to SHARED.
50411         * sysdeps/x86_64/memset_chk.S: Likewise.
50413 2012-04-07  David S. Miller  <davem@davemloft.net>
50415         * elf/elf.h (R_SPARC_WDISP10): Define.
50416         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela): Handle
50417         R_SPARC_SIZE32.
50418         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela): Handle
50419         R_SPARC_SIZE64 and R_SPARC_H34.
50421 2012-04-07  Carlos O'Donell  <carlos_odonell@mentor.com>
50423         * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Simplify
50424         conditions and remove no longer applicable assertion.
50426 2012-04-06  H.J. Lu  <hongjiu.lu@intel.com>
50428         * bits/byteswap.h: Include <features.h>.
50429         (__bswap_32): Use __builtin_bswap32 for GCC >= 4.2.
50430         (__bswap_64): Use __builtin_bswap64 for GCC >= 4.2.
50432 2012-04-06  H.J. Lu  <hongjiu.lu@intel.com>
50434         * bits/byteswap.h (__bswap_16): Removed.
50435         Include <bits/byteswap-16.h> to get __bswap_16.
50436         * sysdeps/i386/bits/byteswap.h: Likewise.
50437         * sysdeps/s390/bits/byteswap.h: Likewise.
50438         * sysdeps/x86_64/bits/byteswap.h: Likewise.
50439         * bits/byteswap-16.h: New file.
50440         * sysdeps/i386/bits/byteswap-16.h: Likewise.
50441         * sysdeps/s390/bits/byteswap-16.h: Likewise.
50442         * sysdeps/x86_64/bits/byteswap-16.h: Likewise.
50443         * string/Makefile (headers): Add bits/byteswap-16.h.
50445 2012-04-06  Paul Pluzhnikov  <ppluzhnikov@google.com>
50447         [BZ #13895]
50448         * nss/nsswitch.c (nss_load_library, __nss_lookup_function): Avoid
50449         extra indirection.
50450         * nss/Makefile (tests-static, tests): Add tst-nss-static.
50451         * nss/tst-nss-static.c: New.
50453 2012-04-06  Robert Millan  <rmh@gnu.org>
50455         [BZ #6486]
50456         * manual/llio.texi (File Position Primitive): lseek
50457         refers to WHENCE when it really means OFFSET.
50459 2012-04-06  Andreas Jaeger  <aj@suse.de>
50461         * nss/nss_db/db-initgroups.c: Include <string.h> for strlen and
50462         strncmp declarations.
50464         * abilist/libc.abilist: Add __poll and __ppoll.
50466 2012-04-05  David S. Miller  <davem@davemloft.net>
50468         * scripts/check-local-headers.sh: Accept a host triplet in the
50469         path matched by the exclude regexp.
50471         * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Reduce down to one
50472         definition.
50473         * sysdeps/powerpc/powerpc32/dl-machine.h
50474         (ELF_MACHINE_PLTREL_OVERLAP): Delete.
50475         * sysdeps/s390/s390-32/dl-machine.h
50476         (ELF_MACHINE_PLTREL_OVERLAP): Likewise.
50477         * sysdeps/sparc/sparc32/dl-machine.h
50478         (ELF_MACHINE_PLTREL_OVERLAP): Likewise.
50479         * sysdeps/sparc/sparc64/dl-machine.h
50480         (ELF_MACHINE_PLTREL_OVERLAP): Likewise.
50482         * elf/rtld.c (dl_main): If DL_DEBUG_UNUSED is enabled, turn off
50483         lazy binding.
50484         * elf/dl-lookup.c (_dl_lookup_symbol_x): If DL_DEBUG_UNUSED, ignore
50485         undefined symbol errors.
50487         * elf/rtld.c (dl_main): Skip VDSO when checking for unused
50488         DT_NEEDED entries.
50490 2012-04-05  Michael Matz  <matz@suse.de>
50492         [BZ #13592]
50493         * sysdeps/x86_64/memset.S: Fix size paramater comparisions.
50495 2012-04-05  Andreas Jaeger  <aj@suse.de>
50497         [BZ #13908]
50498         * stdlib/stdlib.h: Don't warn about unused result of mktemp, fix
50499         comment.
50501 2012-04-05  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
50503         * sysdeps/sh/sh4/fpu/fesetround.c (fesetround): Fix return value
50504         which ROUND is no valid rounding mode.
50506 2012-04-05  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
50508         * sysdeps/sh/sh4/fpu/fegetenv.c (fegetenv): Set fpscr register which
50509         read again.
50510         * sysdeps/sh/sh4/fpu/ftestexcept.c: Likewise.
50512 2012-04-05  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
50514         * sysdeps/sh/sh4/fpu/fraiseexcpt.c (feraiseexcept): Produce
50515         an exception using FPU order intentionally.
50517 2012-04-05  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
50519         * sysdeps/sh/sh4/fpu/fedisblxcpt.c: New file.
50520         * sysdeps/sh/sh4/fpu/feenablxcpt.c: New file.
50521         * sysdeps/sh/sh4/fpu/fegetexcept.c: New file.
50522         * sysdeps/sh/sh4/fpu/feupdateenv.c: New file.
50524 2012-04-05  Simon Josefsson  <simon@josefsson.org>
50526         [BZ #12340]
50527         * sysdeps/mach/hurd/ttyname_r.c (__ttyname_r): Return ERANGE instead of
50528         EINVAL when BUFLEN is too smal.
50530 2012-04-05  Thomas Schwinge  <thomas@codesourcery.com>
50532         [BZ #13553]
50533         * sysdeps/mach/i386/machine-lock.h: Use volatile instead of __volatile.
50534         * sysdeps/mach/powerpc/machine-lock.h: Likewise.
50536 2012-04-03  Andreas Jaeger  <aj@suse.de>
50538         [BZ #13938]
50539         * manual/setjmp.texi (System V contexts): Fix sentence.
50541         [BZ #13926]
50542         * sysdeps/i386/bits/byteswap.h [!__GNUC__](__bswap_constant_64):
50543         New macro for this case.
50544         [!__GNUC__] (__bswap_64): New inline function for this case.
50545         * sysdeps/x86_64/bits/byteswap.h: Likewise.
50546         * bits/byteswap.h: Likewise.
50547         * sysdeps/s390/bits/byteswap.h: [!__GNUC__] (__bswap_64): Use
50548         ull, guard with __GLIBC_HAVE_LONG_LONG.
50550         * string/endian.h (htobe64,htole64,be64toh,le64toh): Guard with
50551         __GLIBC_HAVE_LONG_LONG.
50553         * string/byteswap.h (bswap_64): Guard with __GLIBC_HAVE_LONG_LONG.
50554         Include <features.h> for __GLIBC_HAVE_LONG_LONG.
50556 2012-04-02 Tulio Magno Quites Machado Filho <tuliom@linux.vnet.ibm.com>
50558         [BZ #13691]
50559         * iconvdata/tcvn5712-1.c (FROM_LOOP): Test end of input using
50560         inptr and inend, rather than using last_ch.
50562 2012-04-02  David S. Miller  <davem@davemloft.net>
50564         With help from Paul Eggert, Carlos O'Donell, and Roland McGrath.
50565         * stdio-common/printf-parse.h (read_int): Change return type to
50566         'int', return -1 on INT_MAX overflow.
50567         * stdio-common/vfprintf.c (vfprintf): Validate width and precision
50568         against overflow of INT_MAX.  Set errno to EOVERFLOW when 'done'
50569         overflows INT_MAX.  Check for overflow of in-format-string precision
50570         values properly.  Use EOVERFLOW rather than ERANGE throughout.  Use
50571         SIZE_MAX not INT_MAX for integer overflow test.
50572         * stdio-common/printf-parsemb.c: If read_int signals an overflow,
50573         skip the construct in the format string but do not record anything.
50574         * stdio-common/bug22.c: Adjust to test both width/prevision
50575         INT_MAX overflow as well as total length INT_MAX overflow.  Check
50576         explicitly for proper errno values.
50578 2012-04-02  Thomas Schwinge  <thomas@codesourcery.com>
50580         * string/test-memcmp.c [! WIDE]: #include <limits.h> for CHAR_MIN,
50581         CHAR_MAX.
50582         * string/test-strcmp.c [! WIDE]: Likewise.
50583         * time/tst-mktime2.c: Likewise for INT_MAX.
50584         * string/test-string.h: #include <sys/param.h> for MIN.
50586         * csu/init-first.c (__libc_init_first): Call __ctype_init.
50587         * sysdeps/i386/init-first.c (init): Likewise.
50588         * sysdeps/mach/hurd/i386/init-first.c (posixland_init): Likewise.
50589         * sysdeps/mach/hurd/powerpc/init-first.c (posixland_init): Likewise.
50590         * sysdeps/sh/init-first.c (init): Likewise.
50592 2012-04-01  Ulrich Drepper  <drepper@gmail.com>
50594         * po/ru.po: Update from translation team.
50595         * po/vi.po: Likewise.
50597 2012-03-31  Siddhesh Poyarekar  <siddhesh@redhat.com>
50599         * resolv/nss_dns/dns-host.c: Merge copyright years.
50601 2012-03-22  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
50603         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Update.
50604         Optimize memcpy with prefetch if
50605         DATA_CACHE_SIZE_HALF <= len <  SHARED_CACHE_SIZE_HALF and
50606         src, dst pointers have unequal 16 byte alignments.
50608 2012-03-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
50610         [BZ #13928]
50611         * resolv/nss_dns/dns-host.c (getanswer_r): Also consider ttl
50612         from a CNAME entry and return the minimum ttl for the query.
50613         (gaih_getanswer_slice): Likewise.
50615 2012-03-30  Jeff Law  <law@redhat.com>
50617         * crypt/md5-crypt.c (__md5_crypt_r): Avoid unbounded alloca uses
50618         due to long keys.
50619         * crypt/sha256-crypt.c (__sha256_crypt_r): Likewise.
50620         * crypt/sha512-crypt.c (__sha512_crypt_r): Likewise.
50622         * resolv/nss_dns/dns-host.c: Update copyright year.
50624 2012-03-30  Ulrich Drepper  <drepper@gmail.com>
50626         * resolv/res_send.c (send_dg): Use sendmmsg if we have to write two
50627         requests to save a system call.  Fix check that all bytes are sent.
50629         * sysdeps/unix/sysv/linux/bits/socket.h (struct mmsghdr): Fix up
50630         comments for sendmmsg.
50632 2012-03-30  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
50634         [BZ #13691]
50635         * iconvdata/tcvn5712-1.c (FROM_LOOP): Fix a bug when converting strings
50636         with only 1 character between 0x0041 and 0x01b0.
50637         * wcsmbs/Makefile (tests): Add tst-mbsnrtowcs.
50638         * wcsmbs/tst-mbsnrtowcs.c: New file.
50640 2012-03-29  David S. Miller  <davem@davemloft.net>
50642         * libio/fileops.c (_IO_new_file_xsputn): Don't try to optimize
50643         small copies by hand.
50645 2012-03-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
50647         [BZ #13761]
50648         * nis/nss_compat/compat-initgroups.c (getgrent_next_nss)
50649         (_nss_compat_initgroups_dyn): Fall back to malloc/free for large
50650         group memberships.
50652 2012-03-28  David S. Miller  <davem@davemloft.net>
50654         * sysdeps/sparc/sparc32/memcpy.S: Implement mempcpy using a stub
50655         that branches into memcpy.
50656         * sysdeps/sparc/sparc64/memcpy.S: Likewise.
50657         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara1.S: Likewise.
50658         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara2.S: Likewise.
50659         * sysdeps/sparc/sparc64/multiarch/memcpy-ultra3.S: Likewise.
50660         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Add mempcpy multiarch
50661         bits.
50662         * sysdeps/sparc/sparc64/rtld-memcpy.c: Include generic mempcpy
50663         implementation too.
50664         * sysdeps/sparc/mempcpy.S: New file.
50666         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Provide a hidden def to
50667         the IFUNC routine in the libc case.
50668         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Likewise.
50670         * sysdeps/sparc/sparc32/sparcv9/multiarch/rtld-memset.c: New file.
50671         * sysdeps/sparc/sparc32/sparcv9/multiarch/rtld-memcpy.c: New file.
50672         * sysdeps/sparc/sparc32/sparcv9/rtld-memset.c: New file.
50673         * sysdeps/sparc/sparc32/sparcv9/rtld-memcpy.c: New file.
50674         * sysdeps/sparc/sparc64/multiarch/rtld-memset.c: New file.
50675         * sysdeps/sparc/sparc64/multiarch/rtld-memcpy.c: New file.
50676         * sysdeps/sparc/sparc64/rtld-memset.c: New file.
50677         * sysdeps/sparc/sparc64/rtld-memcpy.c: New file.
50679         * sysdeps/sparc/sparc64/multiarch/memset-niagara1.S: Unroll main
50680         loop to 256 bytes instead of 64 bytes and fix test signedness.
50682         * sysdeps/sparc/Makefile: Add -fPIC to ASFLAGS-.os here....
50683         * sysdeps/sparc/sparc32/Makefile: rather than here...
50684         * sysdeps/sparc/sparc64/Makefile: and here.
50686 2012-03-28  Ulrich Drepper  <drepper@gmail.com>
50688         * malloc/mallocbug.c: Avoid warnings about unused variables.
50690 2012-02-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
50692         [BZ #13760]
50693         * resolv/nss_dns/dns-host.c (gaih_getanswer): Look for errno
50694         in the right place. Discard and retry query if response is
50695         larger than input buffer size.
50697 2012-03-28  Joseph Myers  <joseph@codesourcery.com>
50699         [BZ #369]
50700         [BZ #2678]
50701         [BZ #3866]
50702         * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Take absolute value of
50703         x for large integer exponent.
50704         * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Likewise.
50705         * sysdeps/i386/fpu/e_powl.S (__ieee754_powl): Likewise.  Adjust
50706         sign of result as needed afterwards.
50707         * sysdeps/x86_64/fpu/e_powl.S (__ieee754_powl): Likewise.
50708         * sysdeps/ieee754/k_standard.c (__kernel_standard): Handle sign of
50709         result for underflowing pow the same as for overflow.
50710         (__kernel_standard_l): Handle powl overflow and underflow here
50711         rather than calling __kernel_standard.
50712         * math/libm-test.inc (pow_test): Add more tests.
50714         [BZ #3868]
50715         [BZ #13879]
50716         [BZ #13910]
50717         [BZ #13911]
50718         [BZ #13912]
50719         [BZ #13913]
50720         [BZ #13915]
50721         [BZ #13916]
50722         [BZ #13917]
50723         [BZ #13918]
50724         [BZ #13919]
50725         [BZ #13920]
50726         [BZ #13921]
50727         * sysdeps/generic/math_private.h (__kernel_standard_l): Declare.
50728         * sysdeps/ieee754/k_standard.c: Include <float.h>.
50729         (__kernel_standard_l): New function.
50730         * math/w_acoshl.c (__acoshl): Use __kernel_standard_l instead of
50731         __kernel_standard.
50732         * math/w_acosl.c (__acosl): Likewise.
50733         * math/w_asinl.c (__asinl): Likewise.
50734         * math/w_atan2l.c (__atan2l): Likewise.
50735         * math/w_atanhl.c (__atanhl): Likewise.
50736         * math/w_coshl.c (__coshl): Likewise.
50737         * math/w_exp10l.c (__exp10l): Likewise.
50738         * math/w_exp2l.c (__exp2l): Likewise.
50739         * math/w_fmodl.c (__fmodl): Likewise.
50740         * math/w_hypotl.c (__hypotl): Likewise.
50741         * math/w_j0l.c (__j0l, __y0l): Likewise.
50742         * math/w_j1l.c (__j1l, __y1l): Likewise.
50743         * math/w_jnl.c (__jnl, __ynl): Likewise.
50744         * math/w_lgammal.c (__lgammal): Likewise.
50745         * math/w_log10l.c (__log10l): Likewise.
50746         * math/w_log2l.c (__log2l): Likewise.
50747         * math/w_logl.c (__logl): Likewise.
50748         * math/w_powl.c (__powl): Likewise.
50749         * math/w_remainderl.c (__remainderl): Likewise.
50750         * math/w_scalbl.c (sysv_scalbl): Likewise.
50751         * math/w_sinhl.c (__sinhl): Likewise.
50752         * math/w_sqrtl.c (__sqrtl): Likewise.
50753         * math/w_tgammal.c (__tgammal): Likewise.
50754         * sysdeps/ieee754/ldbl-128/w_expl.c (__expl): Likewise.
50755         * sysdeps/ieee754/ldbl-96/w_expl.c (__expl): Likewise.
50756         * math/libm-test.inc (acos_test): Add more tests.
50757         (acosh_test): Likewise.
50758         (asin_test): Likewise.
50759         (atanh_test): Likewise.
50760         (exp_test): Likewise.
50761         (exp10_test): Likewise.
50762         (exp2_test): Likewise.
50763         (expm1_test): Likewise.
50764         (lgamma_test): Likewise.
50765         (log_test): Likewise.
50766         (log10_test): Likewise.
50767         (log1p_test): Likewise.
50768         (log2_test): Likewise.
50769         (pow_test): Do not allow some spurious overflow exceptions.
50770         (sqrt_test): Add more tests.
50771         (tgamma_test): Likewise.
50772         (y0_test): Likewise.
50773         (y1_test): Likewise.
50774         (yn_test): Likewise.
50776 2012-03-27  Anton Blanchard  <anton@samba.org>
50778         * sysdeps/unix/sysv/linux/powerpc/bits/mman.h: Define MAP_STACK and
50779         MAP_HUGETLB.
50780         * sysdeps/unix/sysv/linux/s390/bits/mman.h: Likewise.
50781         * sysdeps/unix/sysv/linux/sh/bits/mman.h: Likewise.
50782         * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Likewise.
50784 2012-03-27  David S. Miller  <davem@davemloft.net>
50786         * conform/Makefile: Run run-conformtest.sh using $(BASH).
50788         * sysdeps/sparc/sparc64/Makefile (ASFLAGS-.os): Move before
50789         have-as-vis3 check.
50791 2012-03-27  Andreas Jaeger  <aj@suse.de>
50793         * sysdeps/x86_64/elf/configure.in: Moved to ...
50794         * sysdeps/x86_64/configure.in: ... here.
50795         * sysdeps/x86_64/elf/start.S: Moved to ...
50796         * sysdeps/x86_64/start.S: ... here.
50797         * sysdeps/x86_64/elf/configure: Delete.
50799         * sysdeps/x86_64/configure.in: Merge contents from
50800         sysdeps/i386/configure.in (without i686 check).
50802         * sysdeps/i386/elf/Versions: Merge into ...
50803         * sysdeps/i386/Versions: ... this.
50804         * sysdeps/i386/elf/Versions: Delete file.
50805         * sysdeps/i386/elf/start.S: Moved to ...
50806         * sysdeps/i386/start.S: ...here.
50807         * sysdeps/i386/elf/configure.in: Merge into...
50808         * sysdeps/i386/configure.in: ...here.
50809         * sysdeps/i386/elf/configure.in: Delete file.
50810         * sysdeps/i386/elf/configure: Delete file.
50812         * sysdeps/generic/elf/backtracesyms.c: Moved to ...
50813         * debug/backtracesyms.c: ... here.
50814         * sysdeps/generic/elf/backtracesymsfd.c: Moved to ...
50815         * debug/backtracesymsfd.c: ... here.
50816         * sysdeps/generic/elf/ifunc-sel.h: Moved to ...
50817         * sysdeps/generic/ifunc-sel.h: ... here.
50819         * sysdeps/unix/i386/start.c: Delete file.
50820         * sysdeps/unix/sparc/start.c: Delete file.
50821         * sysdeps/unix/start.c: Delete file.
50823         * sysdeps/sh/elf/configure.in: Moved to ...
50824         * sysdeps/sh/configure.in: ... here.
50825         * sysdeps/sh/elf/start.S: Moved to ...
50826         * sysdeps/sh/start.S: ... here.
50827         * sysdeps/sh/elf/configure: Delete file.
50829         * sysdeps/powerpc/powerpc64/elf/bzero.S: Moved to ...
50830         * sysdeps/powerpc/powerpc64/bzero.S: ... here.
50831         * sysdeps/powerpc/powerpc64/elf/entry.h: Moved to ...
50832         * sysdeps/powerpc/powerpc64/entry.h: ... here.
50833         * sysdeps/powerpc/powerpc64/elf/start.S: Moved to ...
50834         * sysdeps/powerpc/powerpc64/start.S: here.
50835         * sysdeps/powerpc/powerpc64/elf/Makefile: Merge into ...
50836         * sysdeps/powerpc/powerpc64/Makefile: ... this.
50837         * sysdeps/powerpc/powerpc64/elf/configure.in: Merge into ...
50838         * sysdeps/powerpc/powerpc64/configure.in: ... this.
50839         * sysdeps/powerpc/powerpc64/elf/configure: Delete file.
50841         * sysdeps/powerpc/powerpc32/elf/bzero.S: Moved to ...
50842         * sysdeps/powerpc/powerpc32/bzero.S: ... here.
50843         * sysdeps/powerpc/powerpc32/elf/start.S: Moved to ...
50844         * sysdeps/powerpc/powerpc32/start.S: ... here.
50845         * sysdeps/powerpc/powerpc32/elf/configure.in: Merge into ...
50846         * sysdeps/powerpc/powerpc32/configure.in: ... this.
50847         * sysdeps/powerpc/powerpc32/elf/configure: Delete file.
50849         * sysdeps/powerpc/elf/ifunc-sel.h: Moved to ...
50850         * sysdeps/powerpc/ifunc-sel.h: ... here.
50851         * sysdeps/powerpc/elf/rtld-global-offsets.sym: Moved to ...
50852         * sysdeps/powerpc/rtld-global-offsets.sym: ... here.
50854         * sysdeps/sparc/elf/configure.in: Moved to ...
50855         * sysdeps/sparc/configure.in: ... here.
50856         * sysdeps/sparc/elf/configure: Delete file.
50857         * sysdeps/sparc/sparc32/elf/start.S: Moved to ...
50858         * sysdeps/sparc/sparc32/start.S: ... here.
50859         * sysdeps/sparc/sparc64/elf/start.S: Moved to ...
50860         * sysdeps/sparc/sparc64/start.S: ... here.
50861         * sysdeps/sparc/sparc32/elf/Makefile: Merged into ...
50862         * sysdeps/sparc/sparc32/Makefile: ... this.
50863         * sysdeps/sparc/sparc64/elf/Makefile: Merged into ...
50864         * sysdeps/sparc/sparc64/Makefile: ... this.
50866         * sysdeps/s390/s390-32/elf/bsd-_setjmp.S: Moved to ...
50867         * sysdeps/s390/s390-32/bsd-_setjmp.S: ... here.
50868         * sysdeps/s390/s390-32/elf/bsd-setjmp.S: Moved to ...
50869         * sysdeps/s390/s390-32/bsd-setjmp.S: ... here.
50870         * sysdeps/s390/s390-32/elf/setjmp.S: Moved to ...
50871         * sysdeps/s390/s390-32/setjmp.S: ... here.
50872         * sysdeps/s390/s390-32/elf/configure.in: Moved to ...
50873         * sysdeps/s390/s390-32/configure.in: ... here.
50874         * sysdeps/s390/s390-32/elf/configure: Delete file.
50875         * sysdeps/s390/s390-32/elf/start.S: Moved to ...
50876         * sysdeps/s390/s390-32/start.S: ... here.
50878         * sysdeps/s390/s390-64/elf/bsd-_setjmp.S: Moved to ...
50879         * sysdeps/s390/s390-64/bsd-_setjmp.S: ... here.
50880         * sysdeps/s390/s390-64/elf/bsd-setjmp.S: Moved to ...
50881         * sysdeps/s390/s390-64/bsd-setjmp.S: ... here.
50882         * sysdeps/s390/s390-64/elf/setjmp.S: Moved to ...
50883         * sysdeps/s390/s390-64/setjmp.S: ... here.
50884         * sysdeps/s390/s390-64/elf/configure.in: Moved to ...
50885         * sysdeps/s390/s390-64/configure.in: ... here
50886         * sysdeps/s390/s390-64/elf/configure: Delete file.
50887         * sysdeps/s390/s390-64/elf/start.S: Moved to ...
50888         * sysdeps/s390/s390-64/start.S: ... here.
50889         * sysdeps/s390/s390-64/elf/configure: Delete.
50891         * configure.in: Remove support for elf directories in sysdeps.
50893         * configure: Regenerated.
50894         * sysdeps/i386/configure: Regenerated.
50895         * sysdeps/powerpc/powerpc32/configure: Regenerated.
50896         * sysdeps/powerpc/powerpc64/configure: Regenerated.
50897         * sysdeps/s390/s390-32/configure: Regenerated.
50898         * sysdeps/s390/s390-64/configure: Regenerated.
50899         * sysdeps/sh/configure: Regenerated.
50900         * sysdeps/sparc/configure: Regenerated.
50901         * sysdeps/x86_64/configure: Regenerated.
50903 2012-03-26  Andreas Schwab  <schwab@linux-m68k.org>
50905         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
50907         * sysdeps/ieee754/ldbl-128ibm/e_expl.c (lomark): Adjust to take
50908         denormal result into account.
50910 2012-03-25  Roland McGrath  <roland@hack.frob.com>
50912         * posix/confstr.c (confstr): Lift RESTENVS definition to function scope.
50913         Reported by Allan McRae <allan@archlinux.org>.
50915 2012-03-23  Jeff Law  <law@redhat.com>
50917         * nss/getnssent.c (__nss_getent): Fix typo.
50919 2012-03-23  David S. Miller  <davem@davemloft.net>
50921         * sysdeps/sparc/fpu/libm-test-ulps: Update.
50923 2012-03-23  H.J. Lu  <hongjiu.lu@intel.com>
50925         * sysdeps/x86_64/dl-tlsdesc.h (tlsdesc): Use anonymous union
50926         to pad to uint64_t for each field.
50927         (dl_tls_index): Replace unsigned long with uint64_t.
50929 2012-03-23  Daniel Jacobowitz  <dmj@google.com>
50930         Paul Pluzhnikov  <ppluzhnikov@google.com>
50932         [BZ #6528]
50933         * grp/Makefile (otherlibs): Don't set it.
50934         * inet/Makefile (otherlibs): Likewise.
50935         * login/Makefile (otherlibs): Likewise.
50936         * nscd/Makefile (otherlibs): Likewise.
50937         * posix/Makefile (otherlibs): Likewise.
50938         * pwd/Makefile (otherlibs): Likewise.
50939         * rt/Makefile (otherlibs): Likewise.
50940         * sunrpc/Makefile (otherlibs): Likewise.
50941         * nss/Makefile (otherlibs): Likewise.
50942         Add libnss_files to routines and static-only-routines.
50943         ($(objpfx)getent): Remove rule.
50944         * resolv/Makefile: Add libnss_dns and libresolv to routines and
50945         static-only-routines.
50947 2012-03-22  Joseph Myers  <joseph@codesourcery.com>
50949         [BZ #13892]
50950         * math/s_cexp.c: Include <float.h>.
50951         (__cexp): Handle exp result overflowing not necessarily
50952         overflowing both real and imaginary parts of result.
50953         * math/s_cexpf.c: Likewise.
50954         * math/s_cexpl.c: Likewise.
50955         * math/libm-test.inc (cexp_test): Add more tests.
50956         * sysdeps/i386/fpu/libm-test-ulps: Update.
50957         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
50959 2012-03-22  H.J. Lu  <hongjiu.lu@intel.com>
50961         * include/link.h (ELFW): New macro.
50962         * sysdeps/x86_64/dl-irel.h: Replace Elf64_XXX with ElfW(XXX).
50963         Replace ELF64_R_TYPE with ELFW(R_TYPE).
50965 2012-03-22  H.J. Lu  <hongjiu.lu@intel.com>
50967         * sysdeps/x86_64/dl-tls.h (dl_tls_index): Replace unsigned long
50968         with uint64_t.
50970 2012-03-22  H.J. Lu  <hongjiu.lu@intel.com>
50972         * sysdeps/generic/ldsodefs.h (struct La_x32_regs): New forward
50973         declaration.
50974         (struct La_x32_retval): Likewise.
50976 2012-03-22  H.J. Lu  <hongjiu.lu@intel.com>
50978         * sysdeps/x86_64/preconfigure.in: New file.
50979         * sysdeps/x86_64/preconfigure: New generated file.
50981 2012-03-22  Joseph Myers  <joseph@codesourcery.com>
50983         [BZ #13824]
50984         * math/e_exp2l.c: Include <float.h>.
50985         (__ieee754_exp2l): Handle overflow and underflow cases
50986         separately.  Only pass fractional part of argument to
50987         __ieee754_expl.
50988         * math/libm-test.inc (exp2_test): Add more tests.
50990         * sysdeps/ieee754/ldbl-128/k_cosl.c (__kernel_cosl): Negate y if
50991         negating x to take absolute value.
50992         * sysdeps/ieee754/ldbl-128/k_sincosl.c (__kernel_sincosl):
50993         Likewise.
50994         * sysdeps/ieee754/ldbl-128ibm/k_cosl.c (__kernel_cosl): Likewise.
50995         * sysdeps/ieee754/ldbl-128ibm/k_sincosl.c (__kernel_sincosl):
50996         Likewise.
50997         * sysdeps/ieee754/ldbl-128/k_sinl.c (__kernel_sinl): Negate y when
50998         computing low part if x was negated.
50999         * sysdeps/ieee754/ldbl-128ibm/k_sinl.c (__kernel_sinl): Likewise.
51001 2012-03-21  H.J. Lu  <hongjiu.lu@intel.com>
51003         * elf/tst-auditmod1.c: Support la_x32_gnu_pltenter and
51004         la_x32_gnu_pltexit.
51005         (pltexit): Cast int_retval to ptrdiff_t.
51006         * elf/tst-auditmod3b.c: Likewise.
51007         * elf/tst-auditmod4b.c: Likewise.
51008         * elf/tst-auditmod5b.c: Likewise.
51009         * elf/tst-auditmod6b.c: Likewise.
51010         * elf/tst-auditmod6c.c: Likewise.
51011         * elf/tst-auditmod7b.c: Likewise.
51013         * sysdeps/generic/ldsodefs.h (audit_ifaces): Add x32_gnu_pltenter
51014         and x32_gnu_pltexit.
51016         * sysdeps/x86_64/bits/link.h: Check __x86_64__ instead of
51017         __ELF_NATIVE_CLASS.
51018         (La_x32_regs): New macro.
51019         (La_x32_retval): Likewise.
51020         (la_x32_gnu_pltenter): New function prototype.
51021         (la_x32_gnu_pltexit): Likewise.
51023 2012-03-21  Andreas Schwab  <schwab@linux-m68k.org>
51025         * sysdeps/ieee754/ldbl-128ibm/e_powl.c (huge, tiny): Correct
51026         exponent.
51028         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
51030         * configure.in (libc_cv_cc_nofma): Check for option to disable
51031         generation of FMA instructions.
51032         * configure: Regenerate.
51033         * config.make.in (config-cflags-nofma): Set from libc_cv_cc_nofma.
51034         * sysdeps/ieee754/dbl-64/Makefile: New file.
51035         * sysdeps/x86_64/fpu/multiarch/Makefile (libm-sysdep_routines):
51036         Remove brandred-fma4.
51037         (CFLAGS-brandred-fma4.c): Remove.
51038         * sysdeps/x86_64/fpu/multiarch/brandred-fma4.c: Remove.
51039         * sysdeps/x86_64/fpu/multiarch/s_sin-fma4.c (__branred): Don't
51040         define.
51041         * sysdeps/x86_64/fpu/multiarch/s_tan-fma4.c (__branred): Don't
51042         define.
51044 2012-03-21  H.J. Lu  <hongjiu.lu@intel.com>
51046         * stdio-common/_itoa.c: Check _ITOA_NEEDED instead of
51047         LLONG_MAX != LONG_MAX.
51048         (_itoa_word): Use _ITOA_WORD_TYPE on value.
51049         (_fitoa_word): Likewise.
51050         * stdio-common/_itowa.c: Check _ITOA_NEEDED instead of
51051         LLONG_MAX != LONG_MAX.
51052         * stdio-common/_itowa.h: Include <_itoa.h>.
51053         (_itowa_word): Use _ITOA_WORD_TYPE on value.
51054         (_itowa): New macro.  Defined only if _ITOA_NEEDED is false.
51055         * sysdeps/generic/_itoa.h (_ITOA_NEEDED): New macro.  Defined
51056         only if not defined.
51057         (_ITOA_WORD_TYPE): Likewise.
51058         (_itoa_word): Use _ITOA_WORD_TYPE on value.
51059         Check !_ITOA_NEEDED instead of LONG_MAX == LLONG_MAX.
51061 2012-03-21  David S. Miller  <davem@davemloft.net>
51063         * sysdeps/sparc/fpu/libm-test-ulps: Update.
51065 2012-03-21  H.J. Lu  <hongjiu.lu@intel.com>
51067         * sysdeps/unix/sysv/linux/configure.in: Check x86_64* instead
51068         of x86_64 when setting libc_cv_slibdir, libdir and
51069         libc_cv_localedir.
51070         * sysdeps/unix/sysv/linux/configure: Regenerated.
51072 2012-03-21  Joseph Myers  <joseph@codesourcery.com>
51074         * manual/lang.texi (Old Varargs): Remove section.
51075         (How Variadic): Update menu.
51076         (va_start): Do not mention varargs.h.
51078 2012-03-21  Thomas Schwinge  <thomas@codesourcery.com>
51079             Joseph Myers  <joseph@codesourcery.com>
51081         * configure.in (libc_cv_ssp): Use LIBC_TRY_CC_OPTION instead of a
51082         link test.
51083         * configure: Regenerated.
51085 2012-03-21  Thomas Schwinge  <thomas@codesourcery.com>
51087         * conform/conformtest.pl: Handle --tmpdir argument, defaulting to /tmp.
51088         * conform/run-conformtest.sh: Pass --tmpdir argument when invoking
51089         conformtest.pl
51091 2012-03-21  Joseph Myers  <joseph@codesourcery.com>
51093         * NOTES: Remove.
51094         * Makefile (files-for-dist): Remove NOTES.
51095         (NOTES): Remove rule.
51096         * README: Don't refer to NOTES.
51097         * manual/creature.texi: Don't include macros.texi.
51098         * manual/intro.texi (creature.texi): Remove comment referring to
51099         NOTES.
51101         * aclocal.m4 (LIBC_TRY_CC_OPTION): New macro.
51102         * configure.in (libc_cv_cc_submachine): Use LIBC_TRY_CC_OPTION.
51103         * configure: Regenerated.
51104         * sysdeps/i386/configure.in (libc_cv_cc_sse4): Use
51105         LIBC_TRY_CC_OPTION.
51106         (libc_cv_as_i686): Likewise.
51107         (libc_cv_cc_avx): Likewise.
51108         (libc_cv_cc_sse2avx): Likewise.
51109         (libc_cv_cc_fma4): Likewise.
51110         (libc_cv_cc_novzeroupper): Likewise.
51111         * sysdeps/i386/configure: Regenerated.
51113         [BZ #13883]
51114         * sysdeps/i386/fpu/s_cexp.S: Remove.
51115         * sysdeps/i386/fpu/s_cexpf.S: Likewise.
51116         * sysdeps/i386/fpu/s_cexpl.S: Likewise.
51117         * math/libm-test.inc (cexp_test): Add more tests.
51118         * sysdeps/i386/fpu/libm-test-ulps: Update.
51119         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
51121 2012-03-21  Allan McRae  <allan@archlinux.org>
51123         * timezone/Makefile: Do not install iso3166.tab and zone.tab
51125 2012-03-21  Joseph Myers  <joseph@codesourcery.com>
51127         [BZ #13871]
51128         * math/w_exp2.c: Do not include <float.h>.
51129         (o_threshold, u_threshold): Remove.
51130         (__exp2): Calculate result before checking finiteness and calling
51131         __kernel_standard.
51132         * math/w_exp2f.c: Likewise.
51133         * math/w_exp2l.c: Likewise.
51134         * math/libm-test.inc (exp2_test): Require overflow exception for
51135         1e6 input.
51137         [BZ #3866]
51138         * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Test for y outside the
51139         range of signed 64-bit integers before using fistpll.  Remove
51140         checks for whether integers fit in mantissa bits.
51141         * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Test for y outside
51142         the range of signed 32-bit integers before using fistpl.  Remove
51143         checks for whether integers fit in mantissa bits.
51144         * sysdeps/i386/fpu/e_powl.S (p64): New object.
51145         (__ieee754_powl): Test for y outside the range of signed 64-bit
51146         integers before using fistpll.  Reduce 64-bit values to 63-bit
51147         ones as needed.
51148         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Ensure
51149         divide-by-zero is raised for zero to large negative powers.
51150         * sysdeps/x86_64/fpu/e_powl.S (p64): New object.
51151         (__ieee754_powl): Test for y outside the range of signed 64-bit
51152         integers before using fistpll.  Reduce 64-bit values to 63-bit
51153         ones as needed.
51154         * math/libm-test.inc (pow_test): Add more tests.
51156 2012-03-20  H.J. Lu  <hongjiu.lu@intel.com>
51158         * debug/backtracesymsfd.c: Include <_itoa.h> instead of
51159         <stdio-common/_itoa.h>.
51160         * debug/segfault.c: Likewise.
51161         * elf/dl-cache.c: Likewise.
51162         * elf/dl-minimal.c: Likewise.
51163         * elf/dl-misc.c: Likewise.
51164         * elf/dl-sysdep.c: Likewise.
51165         * elf/dl-version.c: Likewise.
51166         * elf/rtld.c: Likewise.
51167         * hurd/hurdsock.c: Likewise.
51168         * hurd/lookup-retry.c: Likewise.
51169         * malloc/malloc.c: Likewise.
51170         * malloc/mtrace.c: Likewise.
51171         * nscd/nscd_getgr_r.c: Likewise.
51172         * nscd/nscd_getpw_r.c: Likewise.
51173         * nscd/nscd_getserv_r.c: Likewise.
51174         * posix/getopt_init.c: Likewise.
51175         * posix/wordexp.c: Likewise.
51176         * stdio-common/_itoa.c: Likewise.
51177         * stdio-common/printf_fphex.c: Likewise.
51178         * stdio-common/vfprintf.c: Likewise.
51179         * string/_strerror.c: Likewise.
51180         * sysdeps/generic/elf/backtracesymsfd.c: Likewise.
51181         * sysdeps/i386/i686/hp-timing.h: Likewise.
51182         * sysdeps/mach/_strerror.c: Likewise.
51183         * sysdeps/mach/hurd/powerpc/register-dump.h: Likewise.
51184         * sysdeps/mach/hurd/sethostid.c: Likewise.
51185         * sysdeps/mach/hurd/xmknodat.c: Likewise.
51186         * sysdeps/mach/xpg-strerror.c: Likewise.
51187         * sysdeps/powerpc/powerpc32/dl-machine.c: Likewise.
51188         * sysdeps/powerpc/powerpc32/power4/hp-timing.h: Likewise.
51189         * sysdeps/powerpc/powerpc32/register-dump.h: Likewise.
51190         * sysdeps/powerpc/powerpc64/dl-machine.c: Likewise.
51191         * sysdeps/powerpc/powerpc64/hp-timing.h: Likewise.
51192         * sysdeps/powerpc/powerpc64/register-dump.h: Likewise.
51193         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h: Likewise.
51194         * sysdeps/sparc/sparc64/hp-timing.h: Likewise.
51195         * sysdeps/unix/sysv/linux/fd_to_filename.h: Likewise.
51196         * sysdeps/unix/sysv/linux/futimes.c: Likewise.
51197         * sysdeps/unix/sysv/linux/i386/register-dump.h: Likewise.
51198         * sysdeps/unix/sysv/linux/ptsname.c: Likewise.
51199         * sysdeps/unix/sysv/linux/s390/s390-32/register-dump.h: Likewise.
51200         * sysdeps/unix/sysv/linux/s390/s390-64/register-dump.h: Likewise.
51201         * sysdeps/unix/sysv/linux/sh/sh3/register-dump.h: Likewise.
51202         * sysdeps/unix/sysv/linux/sh/sh4/register-dump.h: Likewise.
51203         * sysdeps/unix/sysv/linux/sparc/sparc32/register-dump.h: Likewise.
51204         * sysdeps/unix/sysv/linux/sparc/sparc64/register-dump.h: Likewise.
51205         * sysdeps/unix/sysv/linux/ttyname.c: Likewise.
51206         * sysdeps/unix/sysv/linux/ttyname_r.c: Likewise.
51207         * sysdeps/unix/sysv/linux/x86_64/register-dump.h: Likewise.
51209         * stdio-common/_itoa.c: Include <_itoa.h> instead of "_itoa.h".
51211         * stdio-common/_itoa.h: Moved to ...
51212         * sysdeps/generic/_itoa.h: Here.
51214         * stdio-common/_itowa.c: Include <_itowa.h> instead of "_itowa.h".
51216         * stdio-common/printf_fphex.c: Include <_itoa.h> and <_itowa.h>
51217         instead of "_itoa.h" and "_itowa.h".
51218         * stdio-common/vfprintf.: Likewise.
51220 2012-03-20  H.J. Lu  <hongjiu.lu@intel.com>
51222         * sysdeps/x86_64/fpu/bits/mathinline.h: Don't include
51223         <bits/wordsize.h>.
51224         (__signbitf): Check __x86_64__ instead of __WORDSIZE.
51225         (__signbit): Likwise.
51226         (llrintf): Likwise.
51227         (llrint): Likwise.
51229 2012-03-20  H.J. Lu  <hongjiu.lu@intel.com>
51231         * sysdeps/x86_64/bits/setjmp.h (__jmp_buf): Support x86-64 with
51232         __WORDSIZE != 64.
51234 2012-03-20  Joseph Myers  <joseph@codesourcery.com>
51236         * math/gen-libm-test.pl (%beautify): Add OVERFLOW_EXCEPTION and
51237         OVERFLOW_EXCEPTION_OK.
51238         * math/libm-test.inc ("Philosophy"): Update comment about
51239         exception testing.
51240         (OVERFLOW_EXCEPTION): Define.
51241         (OVERFLOW_EXCEPTION_OK): Likewise.
51242         (INVALID_EXCEPTION_OK): Renumber.
51243         (DIVIDE_BY_ZERO_EXCEPTION_OK): Likewise.
51244         (IGNORE_ZERO_INF_SIGN): Likewise.
51245         (test_exceptions): Handle FE_OVERFLOW.
51246         (exp10_test): Expect overflow exceptions.
51247         (exp2_test): Likewise.
51248         (expm1_test): Likewise.
51249         (nextafter_test): Likewise.
51250         (pow_test): Likewise.
51251         (scalbn_test): Likewise.
51252         (scalbln_test): Likewise.
51254 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
51256         * sysdeps/x86_64/bits/atomic.h
51257         (__arch_c_compare_and_exchange_val_64_acq): Use atomic64_t on
51258         64bit integer.
51259         (atomic_exchange_acq): Likewise.
51260         (__arch_exchange_and_add_body): Likewise.
51261         (__arch_add_body): Likewise.
51262         (atomic_add_negative): Likewise.
51263         (atomic_add_zero): Likewise.
51265 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
51267         * sysdeps/x86_64/fpu/bits/fenv.h: Don't include <bits/wordsize.h>.
51268         (fenv_t): Check __x86_64__ instead of __WORDSIZE.
51270 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
51272         * sysdeps/x86_64/bits/mathdef.h: Don't include <bits/wordsize.h>.
51273         Check __x86_64__ instead of __WORDSIZE.
51275 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
51277         * sysdeps/unix/sysv/linux/x86_64/ldd-rewrite.sed: Support x32.
51279 2012-03-19  David S. Miller  <davem@davemloft.net>
51281         * sysdeps/sparc/fpu/libm-test-ulps: Update.
51283         * sysdeps/sparc/fpu/fenv_private.h: New file.
51284         * sysdeps/sparc/fpu/math_private.h: Use it.
51285         (libc_feholdexcept, libc_feholdexceptf, libc_feholdexceptl):
51286         Remove.
51287         (libc_feholdexcept_setround, libc_feholdexcept_setroundf)
51288         (libc_feholdexcept_setroundl): Remove.
51289         (libc_fetestexcept, libc_fetestexceptf, libc_fetestexceptl):
51290         Remove.
51291         (libc_fesetenv, libc_fesetenvf, libc_fesetenvl): Remove.
51292         (libc_feupdateenv, libc_feupdateenvf, libc_feupdateenvf): Remove.
51294 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
51296         * sysdeps/x86_64/fpu/math_private.h (EXTRACT_WORDS64): Use
51297         int64_t instead of long int.
51298         (INSERT_WORDS64): Likwise.
51300 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
51302         * sysdeps/x86_64/jmpbuf-unwind.h (_JMPBUF_CFA_UNWINDS_ADJ): Cast
51303         _Unwind_GetCFA return to _Unwind_Ptr first.
51305 2012-03-19  Joseph Myers  <joseph@codesourcery.com>
51307         [BZ #13629]
51308         * math/s_clog.c: Include <float.h>.
51309         (__clog): Scale large or subnormal inputs.
51310         * math/s_clogf.c: Likewise.
51311         * math/s_clogl.c: Likewise.
51312         * math/s_clog10.c: Include <float.h>.
51313         (M_LOG10_2): Define.
51314         (__clog10): Scale large or subnormal inputs.
51315         * math/s_clog10f.c: Likewise.
51316         * math/s_clog10l.c: Likewise.
51317         * math/libm-test.inc (clog_test): Add more tests.
51318         (clog10_test): Likewise.
51319         * sysdeps/i386/fpu/libm-test-ulps: Update.
51320         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
51322         [BZ #11451]
51323         * sysdeps/ieee754/dbl-64/e_atan2.c (__ieee754_atan2): Scale large
51324         x and y.
51325         * math/libm-test.inc (atan2_test): Add another test.
51327         * Makerules (common-objdir-compile): Remove.
51328         * sysdeps/unix/Makefile (config-generated): Do not add
51329         $(unix-generated) to variable.
51330         [generic bits/local_lim.h] (mk-local_lim-CFLAGS): Remove variable.
51331         [generic bits/local_lim.h] ($(common-objpfx)bits/local_lim.h):
51332         Remove rule.
51333         [generic bits/local_lim.h] ($(common-objpfx)mk-local_lim):
51334         Likewise.
51335         [generic bits/local_lim.h] (before-compile): Do not append to
51336         variable.
51337         [generic bits/local_lim.h] (common-generated): Likewise.
51338         [generic sys/param.h] (before-compile): Do not append to variable.
51339         [generic sys/param.h] ($(common-objpfx)sys/param.h): Remove rule.
51340         [generic sys/param.h] ($(common-objpfx)param.h.c): Likewise.
51341         [generic sys/param.h] ($(common-objpfx)param.h.dep): Likewise.
51342         [generic sys/param.h] ($(common-objpfx)param.h.dep): Do not
51343         include.
51344         [generic sys/param.h] (sys/param.h-includes): Remove variable.
51345         [generic sys/param.h] (sys/param.h-includes): Remove rule.
51346         [generic sys/param.h] ($(addprefix
51347         $(common-objpfx),$(sys/param.h-includes))): Likewise.
51348         [generic sys/param.h] (common-generated): Do not append to
51349         variable.
51350         [generic sys/param.h] (sysdep_headers): Likewise.
51351         [generic bits/errno.h] (before-compile): Do not append to
51352         variable.
51353         [generic bits/errno.h] ($(common-objpfx)bits/errno.h): Remove
51354         rule.
51355         [generic bits/errno.h] ($(common-objpfx)make-errnos): Likewise.
51356         [generic bits/errno.h] ($(common-objpfx)make-errnos.c): Likewise.
51357         [generic bits/errno.h] ($(common-objpfx)errnos): Likewise.
51358         [generic bits/errno.h] (common-generated): Do not append to
51359         variable.
51360         [generic bits/ioctls.h] (before-compile): Do not append to
51361         variable.
51362         [generic bits/ioctls.h] ($(common-objpfx)bits/ioctls.h): Remove
51363         rule.
51364         [generic bits/ioctls.h] (ioctl-includes): Remove variable.
51365         [generic bits/ioctls.h] (make-ioctls-CFLAGS): Likewise.
51366         [generic bits/ioctls.h] ($(common-objpfx)make-ioctls): Remove
51367         rule.
51368         [generic bits/ioctls.h] ($(common-objpfx)make-ioctls.c): Likewise.
51369         [generic bits/ioctls.h] (bits_termios.h): Remove variable.
51370         [generic bits/ioctls.h] ($(common-objpfx)ioctls): Remove rule.
51371         [generic bits/ioctls.h] (common-generated): Do not append to
51372         variable.
51373         [generic sys/syscall.h] (syscall.h): Remove variable.
51374         [generic sys/syscall.h] ($(common-objpfx)sys/syscall.h): Remove
51375         rule.
51376         [generic sys/syscall.h] (before-compile): Do not append to
51377         variable.
51378         [generic sys/syscall.h] (common-generated): Likewise.
51379         * sysdeps/unix/errnos-tmpl.c: Remove file.
51380         * sysdeps/unix/errnos.awk: Likewise.
51381         * sysdeps/unix/ioctls-tmpl.c: Likewise.
51382         * sysdeps/unix/ioctls.awk: Likewise.
51383         * sysdeps/unix/mk-local_lim.c: Likewise.
51384         * sysdeps/unix/snarf-ioctls: Likewise.
51386 2012-03-19  Richard Henderson  <rth@twiddle.net>
51388         * sysdeps/i386/fpu/fenv_private.h: New file.
51389         * sysdeps/i386/fpu/math_private.h: Use it.
51390         (math_opt_barrier, math_force_eval): Remove.
51391         (libc_feholdexcept_setround_53bit): Remove.
51392         (libc_feupdateenv_53bit): Remove.
51393         * sysdeps/x86_64/fpu/math_private.h: Likewise.
51394         (math_opt_barrier, math_force_eval): Remove.
51395         (libc_feholdexcept): Remove.
51396         (libc_feholdexcept_setround): Remove.
51397         (libc_fetestexcept, libc_fesetenv): Remove.
51398         (libc_feupdateenv_test): Remove.
51399         (libc_feupdateenv, libc_feholdsetround): Remove.
51400         (libc_feresetround): Remove.
51402         * sysdeps/i386/fpu/feholdexcpt.c (feholdexcept): Avoid the fldenv.
51403         * sysdeps/x86_64/fpu/feholdexcpt.c (feholdexcept): Likewise.
51405         * sysdeps/generic/math_private.h (default_libc_feupdateenv_test): New.
51406         (libc_feupdateenv_test, libc_feupdateenv_testf): New.
51407         (libc_feupdateenv_testl): New.
51408         * sysdeps/x86_64/fpu/math_private.h (libc_feupdateenv_test): New.
51409         (libc_feupdateenv_testf): New.
51410         (libc_feupdateenv): Use libc_feupdateenv_test.
51411         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Use libc_feupdateenv_test.
51412         * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Likewise.
51414         * sysdeps/generic/math_private.h (libc_feholdsetround): New.
51415         (libc_feholdsetroundf, libc_feholdsetroundl): New.
51416         (libc_feresetround, libc_feresetroundf, libc_feresetroundl): New.
51417         (libc_feresetround_noex): New.
51418         (libc_feresetround_noexf): New.
51419         (libc_feresetround_noexl): New.
51420         (SET_RESTORE_ROUND, SET_RESTORE_ROUNDF, SET_RESTORE_ROUNDL): New.
51421         (SET_RESTORE_ROUND_NOEX, SET_RESTORE_ROUND_NOEXF): New.
51422         (SET_RESTORE_ROUND_NOEXL, SET_RESTORE_ROUND_53BIT): New.
51423         * sysdeps/ieee754/dbl-64/e_exp.c (__ieee754_exp): Use
51424         SET_RESTORE_ROUND.
51425         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Likewise.
51426         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Use SET_RESTORE_ROUND_53BIT.
51427         (__cos): Likewise.
51428         * sysdeps/ieee754/dbl-64/s_tan.c (__tan): Likewise.
51429         * sysdeps/ieee754/dbl-64/e_exp2.c (__ieee754_exp2): Use
51430         SET_RESTORE_ROUND_NOEX.
51431         * sysdeps/ieee754/dbl-64/e_exp2f.c (__ieee754_exp2f): Use
51432         SET_RESTORE_ROUND_NOEXF.
51433         * sysdeps/ieee754/flt-32/e_expf.c (__ieee754_expf): Likewise.
51434         * sysdeps/x86_64/fpu/math_private.h (libc_feholdsetround): New.
51435         (libc_feholdsetroundf): New.
51436         (libc_feresetround, libc_feresetroundf): New.
51438         * sysdeps/i386/fpu/math_private.h: Include <fenv.h>, <fpu_control.h>.
51439         (libc_feholdexcept_setround_53bit): Convert from macro to function.
51440         (libc_feupdateenv_53bit): Likewise.  Don't force _FPU_EXTENDED.
51442         * sysdeps/generic/math_private.h: Include <fenv.h>.
51443         (default_libc_feholdexcept): New.
51444         (default_libc_feholdexcept_setround): New.
51445         (default_libc_fesetenv, default_libc_feupdateenv): New.
51446         (libc_feholdexcept): Only define if undefined.
51447         (libc_feholdexceptf, libc_feholdexceptl): Likewise.
51448         (libc_feholdexcept_setround, libc_feholdexcept_setroundf): Likewise.
51449         (libc_feholdexcept_setroundl): Likewise.
51450         (libc_feholdexcept_setround_53bit): Likewise.
51451         (libc_fetestexcept, libc_fetestexceptf, libc_fetestexceptl): Likewise.
51452         (libc_fesetenv, libc_fesetenvf, libc_fesetenvl): Likewise.
51453         (libc_feupdateenv, libc_feupdateenvf, libc_feupdateenvl): Likewise.
51454         (libc_feupdateenv_53bit): Likewise.
51455         * sysdeps/x86_64/fpu/math_private.h: Include <fenv.h>.
51456         (libc_feholdexcept): Convert from macro to inline function.
51457         (libc_feholdexcept_setround, libc_fetestexcept): Likewise.
51458         (libc_fesetenv, libc_feupdateenv): Likewise.
51460         * sysdeps/generic/math_private.h (GET_HIGH_WORD): Define only if
51461         not previously defined.
51462         (GET_LOW_WORD, EXTRACT_WORDS64, INSERT_WORDS): Likewise.
51463         (INSERT_WORDS64, SET_HIGH_WORD, SET_LOW_WORD): Likewise.
51464         (GET_FLOAT_WORD, SET_FLOAT_WORD): Likewise.
51465         * sysdeps/ieee754/dbl-64/wordsize-64/math_private.h: New file.
51466         * sysdeps/ieee754/flt-32/math_private.h: New file.
51467         * sysdeps/x86_64/fpu/math_private.h: Move the include_next of
51468         math_private.h below SET_FLOAT_WORD.
51469         (__isnan, __isinf_ns, __finite): Remove.
51470         (__isnanf, __isinf_nsf, __finitef): Remove.
51472 2012-03-18  Andreas Schwab  <schwab@linux-m68k.org>
51474         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
51476 2012-03-17  David S. Miller  <davem@davemloft.net>
51478         [BZ #6471]
51479         * sysdeps/unix/sysv/linux/sparc/Versions: Add __getshmlba entry
51480         for 2.16.
51482 2012-03-16  David S. Miller  <davem@davemloft.net>
51484         * sysdeps/unix/sysv/linux/shmat.c (shmat): Use -1l to avoid
51485         warnings.
51487         [BZ #6471]
51488         * sysdeps/unix/sysv/linux/shmat.c (shmat): Test for syscall errors
51489         properly.
51490         * sysdeps/unix/sysv/linux/sparc/getshmlba.c: New file.
51491         * sysdeps/unix/sysv/linux/sparc/Makefile: Add getshmlba to
51492         sysdep_routines when subdir is sysvipc.
51493         * sysdeps/unix/sysv/linux/sparc/bits/shm.h (SHMLBA): Use new
51494         __getshmlba helper.
51496         * sysdeps/sparc/fpu/libm-test/ulps: Update.
51498 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
51500         * sysdeps/x86_64/ffsll.c (ffsl): Define alias only under
51501         [__LP64__].
51503 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
51505         * sysdeps/ieee754/dbl-64/wordsize-64/s_lround.c: Moved to ...
51506         * sysdeps/ieee754/dbl-64/wordsize-64/s_llround.c: This.
51507         (__lround): Renamed to ...
51508         (__llround): This.  Replace long int with long long int.
51509         Define lround functions as aliases of llround functions.
51510         * sysdeps/ieee754/dbl-64/wordsize-64/s_lround.c: Empty file.
51512 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
51514         * sysdeps/unix/sysv/linux/x86_64/makecontext.c (__makecontext):
51515         Use greg_t on sp.  Use unsigned int on idx_uc_link.  Cast
51516         adresses to uintptr_t.  Replace "long int" and "unsigned long
51517         int" with "greg_t" on va_arg.
51519 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
51521         * sysdeps/generic/ldconfig.h (FLAG_X8664_LIBX32): New macro.
51522         * elf/cache.c (print_entry): Handle FLAG_X8664_LIBX32.
51524         * sysdeps/unix/sysv/linux/i386/readelflib.c (process_elf_file):
51525         Move e_machine check before EI_CLASS check.  Handle x32
51526         libraries.  Check EM_IA_64 only if SKIP_EM_IA_64 isn't defined.
51527         * sysdeps/unix/sysv/linux/x86_64/readelflib.c: Just define
51528         SKIP_EM_IA_64 and include
51529         <sysdeps/unix/sysv/linux/i386/readelflib.c>.
51531         * sysdeps/unix/sysv/linux/x86_64/dl-cache.h:
51532         Don't include <sysdeps/unix/sysv/linux/sparc/dl-cache.h>.
51533         (add_system_dir): New macro.
51535         * sysdeps/unix/sysv/linux/x86_64/ldconfig.h
51536         (SYSDEP_KNOWN_INTERPRETER_NAMES): Add /libx32/ld-linux-x32.so.2.
51538 2012-03-16  Joseph Myers  <joseph@codesourcery.com>
51540         [BZ #2551]
51541         [BZ #2552]
51542         [BZ #2553]
51543         [BZ #2554]
51544         [BZ #2562]
51545         [BZ #2563]
51546         [BZ #2565]
51547         [BZ #2566]
51548         [BZ #2576]
51549         * math/w_j0.c (j0): Don't produce TLOSS errors for POSIX libm.
51550         (y0): Likewise.
51551         * math/w_j0f.c (j0f): Likewise.
51552         (y0f): Likewise.
51553         * math/w_j0l.c (__j0l): Likewise.
51554         (__y0l): Likewise.
51555         * math/w_j1.c (j1): Likewise.
51556         (y1): Likewise.
51557         * math/w_j1f.c (j1f): Likewise.
51558         (y1f): Likewise.
51559         * math/w_j1l.c (__j1l): Likewise.
51560         (__y1l): Likewise.
51561         * math/w_jn.c (jn): Likewise.
51562         (yn): Likewise.
51563         * math/w_jnf.c (jnf): Likewise.
51564         (ynf): Likewise.
51565         * math/w_jnl.c (__jnl): Likewise.
51566         (__ynl): Likewise.
51567         * math/libm-test.inc (j0_test): Add more tests.
51568         (j1_test): Likewise.
51569         (jn_test): Likewise.  Add trailing semicolon to existing test.
51570         (y0_test): Likewise.
51571         (y1_test): Likewise.
51572         * sysdeps/i386/fpu/libm-test-ulps: Update.
51573         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
51575         [BZ #13851]
51576         [BZ #13854]
51577         * sysdeps/ieee754/dbl-64/s_tan.c (tan): Use
51578         libc_feholdexcept_setround_53bit and libc_feupdateenv_53bit.
51579         * sysdeps/ieee754/ldbl-96/k_tanl.c: New file.
51580         * sysdeps/ieee754/ldbl-96/s_tanl.c: Include <errno.h>.
51581         (__tanl): Set errno for infinite argument.
51582         * sysdeps/i386/fpu/mptan.c: Remove.
51583         * sysdeps/i386/fpu/s_tan.S: Likewise.
51584         * sysdeps/i386/fpu/s_tanl.S: Likewise.
51585         * sysdeps/x86_64/fpu/k_tanl.c: Likewise.
51586         * sysdeps/x86_64/fpu/s_tanl.S: Likewise.
51587         * math/libm-test.inc (tan_test): Add more tests and enable more
51588         tests for double and long double.
51589         * sysdeps/i386/fpu/libm-test-ulps: Update.
51590         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
51592 2012-03-16  Jan Kratochvil  <jan.kratochvil@redhat.com>
51594         * sysdeps/x86_64/elf/start.S: Include <sysdep.h>.
51595         (_start): Add cfi_startproc, cfi_undefined for rip and cfi_endproc.
51597 2012-03-16  Roland McGrath  <roland@hack.frob.com>
51599         * aclocal.m4 (LIBC_PRECONFIGURE): New macro.
51600         * configure.in: Use it for both main tree and add-ons.
51601         * configure: Regenerated.
51603 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
51605         * time/offtime.c (__offtime): Use time_t on days, rem, y and yg.
51607 2012-03-16  Joseph Myers  <joseph@codesourcery.com>
51609         * sysdeps/ieee754/ldbl-96/t_sincosl.c: Include generator program
51610         in comment.
51612         [BZ #13851]
51613         * sysdeps/ieee754/ldbl-96/e_rem_pio2l.c: New file.
51614         * sysdeps/ieee754/ldbl-96/k_cosl.c: Likewise.
51615         * sysdeps/ieee754/ldbl-96/k_sinl.c: Likewise.
51616         * sysdeps/ieee754/ldbl-96/t_sincosl.c: Likewise.
51617         * sysdeps/ieee754/ldbl-96/s_cosl.c (__cosl): Correct test for
51618         infinite argument.
51619         * sysdeps/ieee754/ldbl-96/s_sinl.c (__sinl): Likewise.
51620         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Handle __FLT_EVAL_METHOD__
51621         != 0 for prec == 2.
51622         * sysdeps/i386/fpu/e_rem_pio2l.c: Remove.
51623         * sysdeps/i386/fpu/k_rem_pio2.c: Likewise.
51624         * sysdeps/i386/fpu/s_cosl.S: Likewise.
51625         * sysdeps/i386/fpu/s_sincosl.S: Likewise.
51626         * sysdeps/i386/fpu/s_sinl.S: Likewise.
51627         * sysdeps/x86_64/fpu/e_rem_pio2l.c: Likewise.
51628         * sysdeps/x86_64/fpu/k_cosl.c: Likewise.
51629         * sysdeps/x86_64/fpu/k_sinl.c: Likewise.
51630         * sysdeps/x86_64/fpu/s_cosl.S: Likewise.
51631         * sysdeps/x86_64/fpu/s_sincosl.S: Likewise.
51632         * sysdeps/x86_64/fpu/s_sinl.S: Likewise.
51633         * math/libm-test.inc (cos_test): Add more tests and enable more
51634         tests for long double.
51635         (sin_test): Likewise.
51636         (sincos_test): Likewise.
51637         * sysdeps/i386/fpu/libm-test-ulps: Update.
51638         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
51640 2012-03-16  David S. Miller  <davem@davemloft.net>
51642         * sysdeps/sparc/fpu/math_private.h: New file.
51644 2012-03-15  David S. Miller  <davem@davemloft.net>
51646         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fma-vis3.S: New
51647         file.
51648         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fma.c: New file.
51649         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaf-vis3.S: New
51650         file.
51651         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaf.c: New file.
51652         * sysdeps/sparc/sparc64/fpu/multiarch/s_fma-vis3.S: New file.
51653         * sysdeps/sparc/sparc64/fpu/multiarch/s_fma.c: New file.
51654         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaf-vis3.S: New file.
51655         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaf.c: New file.
51656         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Add fma/fmaf
51657         sysdep routines.
51658         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Likewise.
51660         * sysdeps/sparc/sparc32/fpu/s_fma.c: New file.
51661         * sysdeps/sparc/sparc64/fpu/s_fma.c: New file.
51663         * sysdeps/sparc/sparc-ifunc.h: New file.
51664         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: Use
51665         sparc-ifunc.h
51666         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf.S: Likewise.
51667         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysign.S:
51668         Likewise.
51669         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysignf.S:
51670         Likewise.
51671         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabs.S: Likewise.
51672         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabsf.S: Likewise.
51673         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: Likewise.
51674         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf.S:
51675         Likewise.
51676         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax.S: Likewise.
51677         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaxf.S: Likewise.
51678         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin.S: Likewise.
51679         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fminf.S: Likewise.
51680         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint.S:
51681         Likewise.
51682         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrintf.S:
51683         Likewise.
51684         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint.S: Likewise.
51685         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rintf.S: Likewise.
51686         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrt.S: Likewise.
51687         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrtf.S: Likewise.
51688         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil.S: Likewise.
51689         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf.S: Likewise.
51690         * sysdeps/sparc/sparc64/fpu/multiarch/s_finite.S: Likewise.
51691         * sysdeps/sparc/sparc64/fpu/multiarch/s_finitef.S: Likewise.
51692         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor.S: Likewise.
51693         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf.S: Likewise.
51694         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmax.S: Likewise.
51695         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaxf.S: Likewise.
51696         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmin.S: Likewise.
51697         * sysdeps/sparc/sparc64/fpu/multiarch/s_fminf.S: Likewise.
51698         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinf.S: Likewise.
51699         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinff.S: Likewise.
51700         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnan.S: Likewise.
51701         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnanf.S: Likewise.
51702         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrint.S: Likewise.
51703         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrintf.S: Likewise.
51704         * sysdeps/sparc/sparc64/fpu/multiarch/s_rint.S: Likewise.
51705         * sysdeps/sparc/sparc64/fpu/multiarch/s_rintf.S: Likewise.
51706         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbit.S: Likewise.
51707         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbitf.S: Likewise.
51709 2012-03-15  Andreas Schwab  <schwab@linux-m68k.org>
51711         * sysdeps/powerpc/fpu/e_hypotf.c: Use double precision instead of
51712         scaling.
51713         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
51715 2012-03-15  Andreas Jaeger  <aj@suse.de>
51717         [BZ #13852]
51718         * sysdeps/i386/fpu/e_rem_pio2f.c: Delete so that i386 uses the
51719         ieee754/flt-32 implementation for sin, cos and sincos.
51720         * sysdeps/i386/fpu/k_rem_pio2f.c: Likewise.
51721         * sysdeps/i386/fpu/s_cosf.S: Likewise.
51722         * sysdeps/i386/fpu/s_sincosf.S: Likewise.
51723         * sysdeps/i386/fpu/s_sinf.S: Likewise.
51724         * sysdeps/i386/fpu/s_tanf.S: Delete so that i386 uses the
51725         ieee754/flt-32 implementation for tan.
51727         * math/libm-test.inc (cos_test): Enable some large input tests for
51728         float as well
51729         (sin_test): Likewise.
51730         (sincos_test): Likewise.
51731         (tan_test): Add tests for large input.
51733         * sysdeps/i386/fpu/libm-test-ulps: Update.
51735 2012-03-15  Andreas Jaeger  <aj@suse.de>
51737         [BZ #13658]
51738         * math/libm-test.inc (cos_test): Add more test cases.
51739         (sin_test): Likewise.
51740         (sincos_test): Likewise.
51742 2012-03-15  Andreas Jaeger  <aj@suse.de>
51744         [BZ #13837]
51745         * math/libm-test.inc (cos_test): Add a test case for large input
51746         value.
51747         (sin_test): Likewise.
51748         (sincos_test): Likewise.
51750 2012-03-15  Andreas Jaeger  <aj@suse.de>
51751             Joseph Myers  <joseph@codesourcery.com>
51753         [BZ #13658]
51754         * sysdeps/x86_64/fpu/s_sincos.S: Delete files so that
51755         x86-64 and i386 use the iee754/dbl-64 sin and cos implementation.
51756         * sysdeps/i386/fpu/branred.c: Likewise.
51757         * sysdeps/i386/fpu/dosincos.c: Likewise.
51758         * sysdeps/i386/fpu/mpa.c: Likewise.
51759         * sysdeps/i386/fpu/s_cos.S: Likewise.
51760         * sysdeps/i386/fpu/s_sin.S: Likewise.
51761         * sysdeps/i386/fpu/s_sincos.S: Likewise.
51762         * sysdeps/i386/fpu/sincos32.c: Likewise.
51764         * sysdeps/generic/math_private.h (libc_feholdexcept_setround_53bit):
51765         Define.
51766         (libc_feupdateenv_53bit): Define.
51767         * sysdeps/i386/fpu/math_private.h (libc_feholdexcept_setround_53bit):
51768         Define.
51769         (libc_feupdateenv_53bit): Define.
51771         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Do double arithmetic in
51772         53 bit (without extend i386 double precision).
51774         * math/libm-test.inc (sincos_test): Add tests for large input.
51775         (sin): Likewise.
51776         (cos): Likewise.
51778         * sysdeps/i386/fpu/libm-test-ulps: Update ULPs.
51780 2012-03-15  Andreas Schwab  <schwab@linux-m68k.org>
51782         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
51784 2012-03-15  David S. Miller  <davem@davemloft.net>
51786         * sysdeps/sparc/sparc64/fpu/s_fmax.S: New file.
51787         * sysdeps/sparc/sparc64/fpu/s_fmaxf.S: New file.
51788         * sysdeps/sparc/sparc64/fpu/s_fmin.S: New file.
51789         * sysdeps/sparc/sparc64/fpu/s_fminf.S: New file.
51790         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmax.S: New file.
51791         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmaxf.S: New file.
51792         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmin.S: New file.
51793         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fminf.S: New file.
51794         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmax.S: New file.
51795         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaxf-vis3.S: New file.
51796         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaxf.S: New file.
51797         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmin-vis3.S: New file.
51798         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmin.S: New file.
51799         * sysdeps/sparc/sparc64/fpu/multiarch/s_fminf-vis3.S: New file.
51800         * sysdeps/sparc/sparc64/fpu/multiarch/s_fminf.S: New file.
51801         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax-vis3.S: New
51802         file.
51803         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax.S: New file.
51804         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaxf-vis3.S: New
51805         file.
51806         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaxf.S: New file.
51807         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin-vis3.S: New
51808         file.
51809         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin.S: New file.
51810         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fminf-vis3.S: New
51811         file.
51812         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fminf.S: New file.
51813         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Add new vis3
51814         fmin/fmax sysdep routines.
51815         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Likewise.
51817 2012-03-14  David S. Miller  <davem@davemloft.net>
51819         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil-vis3.S: New file.
51820         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil.S: New file.
51821         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf-vis3.S: New file.
51822         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf.S: New file.
51823         * sysdeps/sparc/sparc64/fpu/multiarch/s_finite-vis3.S: New file.
51824         * sysdeps/sparc/sparc64/fpu/multiarch/s_finite.S: New file.
51825         * sysdeps/sparc/sparc64/fpu/multiarch/s_finitef-vis3.S: New file.
51826         * sysdeps/sparc/sparc64/fpu/multiarch/s_finitef.S: New file.
51827         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor-vis3.S: New file.
51828         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor.S: New file.
51829         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf-vis3.S: New file.
51830         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf.S: New file.
51831         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinf-vis3.S: New file.
51832         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinf.S: New file.
51833         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinff-vis3.S: New file.
51834         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinff.S: New file.
51835         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnan-vis3.S: New file.
51836         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnan.S: New file.
51837         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnanf-vis3.S: New file.
51838         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnanf.S: New file.
51839         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrint-vis3.S: New file.
51840         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrint.S: New file.
51841         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrintf-vis3.S: New file.
51842         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrintf.S: New file.
51843         * sysdeps/sparc/sparc64/fpu/multiarch/s_rint-vis3.S: New file.
51844         * sysdeps/sparc/sparc64/fpu/multiarch/s_rint.S: New file.
51845         * sysdeps/sparc/sparc64/fpu/multiarch/s_rintf-vis3.S: New file.
51846         * sysdeps/sparc/sparc64/fpu/multiarch/s_rintf.S: New file.
51847         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Add new VIS3
51848         routines.
51849         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil-vis3.S: New
51850         file.
51851         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: New file.
51852         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf-vis3.S: New
51853         file.
51854         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf.S: New file.
51855         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabs-vis3.S: New
51856         file.
51857         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabs.S: New file.
51858         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabsf-vis3.S: New
51859         file.
51860         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabsf.S: New file.
51861         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor-vis3.S: New
51862         file.
51863         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: New file.
51864         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf-vis3.S: New
51865         file.
51866         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf.S: New
51867         file.
51868         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint-vis3.S: New
51869         file.
51870         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint.S: New
51871         file.
51872         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrintf-vis3.S:
51873         New file.
51874         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrintf.S: New
51875         file.
51876         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint-vis3.S: New
51877         file.
51878         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint.S: New file.
51879         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rintf-vis3.S: New
51880         file.
51881         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rintf.S: New file.
51882         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrt-vis3.S: New
51883         file.
51884         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrt.S: New file.
51885         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrtf-vis3.S: New
51886         file.
51887         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrtf.S: New file.
51888         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add new
51889         VIS3 routines.
51891         * sysdeps/sparc/sparc32/sparcv9/fpu/unix/sysv/linux/multiarch/Implies:
51892         New file.
51894         * sysdeps/sparc/fpu/libm-test-ulps: Update.
51896         * sysdeps/sparc/configure.in: New file.
51897         * sysdeps/sparc/configure: Generate.
51898         * configure.in (libc_cv_sparc_as_vis3): Substitute.
51899         * configure: Regenerate.
51900         * config.h.in (HAVE_AS_VIS3_SUPPORT): New.
51901         * config.make.in (have-as-vis3): New.
51902         * sysdeps/sparc/sparc32/sparcv9/Makefile (ASFLAGS-*): If VIS3 is
51903         available use -Av9d instead of -Av9a.
51904         * sysdeps/sparc/sparc64/Makefile: Likewise.
51905         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: New file.
51906         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysign-vis3.S:
51907         New file.
51908         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysign.S: New
51909         file.
51910         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysignf-vis3.S:
51911         New file.
51912         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysignf.S: New
51913         file.
51914         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: New file.
51915         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbit-vis3.S: New file.
51916         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbit.S: New file.
51917         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbitf-vis3.S: New file.
51918         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbitf.S: New file.
51920         * sysdeps/sparc/sparc64/fpu/s_copysign.S (__copysign): Use
51921         fzeros/fnegs to load 0x80000000 into a float register instead of
51922         using the stack.
51923         * sysdeps/sparc/sparc64/fpu/s_copysignf.S (__copysignf): Likewise.
51925 2012-03-14  Joseph Myers  <joseph@codesourcery.com>
51927         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
51928         bits/syscall.h.
51929         ($(objpfx)syscall-%.h): Rename rule to $(objpfx)bits/syscall%h.
51930         ($(objpfx)syscall-%.d): Rename rule to $(objpfx)bits/syscall%d.
51931         ($(inst_includedir)/bits/syscall.h): Remove rule.
51932         ($(objpfx)bits/syscall.d): Include instead of
51933         $(objpfx)syscall-list.d.
51934         (generated): Change syscall-list.h and syscall-list.d to
51935         bits/syscall.h and bits/syscall.d.
51937 2012-03-14  Roland McGrath  <roland@hack.frob.com>
51939         [BZ #13846]
51940         * manual/llio.texi (Memory-mapped I/O): Fix wrong function name.
51942 2012-03-14  Joseph Myers  <joseph@codesourcery.com>
51944         [BZ #13841]
51945         * math/s_csqrt.c: Include <float.h>.
51946         (__csqrt): Scale large or subnormal inputs.
51947         * math/s_csqrtf.c: Likewise.
51948         * math/s_csqrtl.c: Likewise.
51949         * math/libm-test.inc (csqrt_test): Add more tests.
51950         * sysdeps/i386/fpu/libm-test-ulps: Update.
51951         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
51953         [BZ #13840]
51954         * math/libm-test.inc (hypot_test): Add more tests.
51956 2012-03-13  David S. Miller  <davem@davemloft.net>
51958         [BZ #13840]
51959         * sysdeps/ieee754/flt-32/e_hypotf.c (__ieee754_hypotf): Rewrite to use
51960         double-precision for the calculation instead of scaling.
51962 2012-03-13  Joseph Myers  <joseph@codesourcery.com>
51964         * sysdeps/ieee754/dbl-64/s_nearbyint.c (__nearbyint): Do not
51965         manipulate bits before adding and subtracting TWO52[sx].
51966         * sysdeps/ieee754/dbl-64/s_rint.c (__rint): Likewise.
51967         * sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c (__nearbyint):
51968         Likewise.
51969         * sysdeps/ieee754/dbl-64/wordsize-64/s_rint.c (__rint): Likewise.
51971 2012-03-13  David S. Miller  <davem@davemloft.net>
51973         * sysdeps/sparc/Makefile: Remove rtld-global-offsets.sym handling.
51974         * sysdeps/sparc/elf/rtld-global-offsets.sym: Delete.
51975         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Don't include
51976         rtld-global-offsets.h
51977         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
51979         * sysdeps/ieee754/ldbl-128/s_expm1l.c (__expm1l): Use expl for
51980         large parameters.
51982         * sysdeps/unix/sysv/linux/sparc/sparc64/dl-fxstatat64.c: New file.
51984         * sysdeps/unix/sysv/linux/openat.c (OPENAT_NOT_CANCEL): Declare syscall
51985         'err' in the ifdef scope in which it is actually used.
51987         * nss/nss_db/db-init.c: Include string.h
51989 2012-03-12  David S. Miller  <davem@davemloft.net>
51991         * sysdeps/generic/dl-osinfo.h (_dl_setup_stack_chk_guard): Fix
51992         masking out of the most significant byte of random value used.
51993         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
51994         Fix coding style in previous change.
51996         * sysdeps/unix/sysv/linux/kernel-features.h
51997         (__ASSUME_CLONE_THREAD_FLAGS): Set on sparc when 2.5.64 and later.
51998         (__ASSUME_TGKILL): Set on sparc when 2.6.1 and later, simplify
51999         expression.
52000         (__ASSUME_FADVISE64_64_SYSCALL): Set on sparc when 2.6.1 and
52001         later.
52003 2012-03-11  David S. Miller  <davem@davemloft.net>
52005         * sysdeps/unix/sysv/linux/sparc/sparc64/makecontext.c
52006         (__makecontext): Fix signedness of pointer casts setting up 'sp'.
52007         * sysdeps/unix/sysv/linux/sparc/sysdep.h (INLINE_SYSCALL) Use 'long'
52008         for 'resultvar' otherwise things get truncated on 64-bit.
52010         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
52011         Fix masking out of the most significant byte of random value used.
52013         * sysdeps/sparc/fpu/libm-test-ulps: Update.
52015 2012-03-10  Andreas Schwab  <schwab@linux-m68k.org>
52017         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
52019 2012-03-09  David S. Miller  <davem@davemloft.net>
52021         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela): Protect local
52022         variables with appropriate CPP guards.
52023         * sysdeps/sparc/sparc32/dl-trampoline.S: Propagate the stack_ptr
52024         from the frame pointer, not the stack pointer.  Correct layout
52025         comments.  Fix test on resulting framesize and the management of
52026         the outregs buffer for pltexit.  Preserve floating point return
52027         values across _dl_call_pltexit call.
52028         * sysdeps/sparc/sparc64/dl-trampoline.S: Fix test on resulting
52029         framesize and the management of the outregs buffer for pltexit.
52030         Preserve floating point return values across _dl_call_pltexit
52031         call.
52032         * elf/sotruss-lib.c (la_sparc32_gnu_pltenter)
52033         (la_sparc64_gnu_pltenter, la_sparc32_gnu_pltexit)
52034         (la_sparc64_gnu_pltexit): New functions.
52035         (print_exit): Fix format string for return register value.
52037 2012-03-10  Joseph Myers  <joseph@codesourcery.com>
52039         * sunrpc/Makefile (others): Add rpcgen.
52040         ($(objpfx)rpcgen): Remove special build rule and dependency on
52041         libc.
52042         * sunrpc/rpcgen.c: New file.
52044 2012-03-09  Paul Eggert  <eggert@cs.ucla.edu>
52046         [BZ #13673]
52047         * posix/bug-regex33.c: Replace FSF snail mail address with URL.
52048         * stdio-common/bug-vfprintf-nargs.c: Likewise.
52049         * sysdeps/i386/crti.S: Likewise.
52050         * sysdeps/i386/crtn.S: Likewise.
52051         * sysdeps/powerpc/powerpc32/crti.S: Likewise.
52052         * sysdeps/powerpc/powerpc32/crtn.S: Likewise.
52053         * sysdeps/powerpc/powerpc64/crti.S: Likewise.
52054         * sysdeps/powerpc/powerpc64/crtn.S: Likewise.
52055         * sysdeps/sh/crti.S: Likewise.
52056         * sysdeps/sh/crtn.S: Likewise.
52057         * sysdeps/x86_64/fpu/e_expf.S: Likewise.
52059         [BZ #13673]
52060         * locale/programs/charmap-kw.gperf: Replace FSF snail mail address
52061         with URL.
52062         * locale/programs/locfile-kw.gperf: Likewise.
52063         * locale/programs/charmap-kw.h: Regenerated.
52064         * locale/programs/locfile-kw.h: Likewise.
52066         [BZ #13673]
52067         * intl/plural.y: Replace FSF snail mail address with URL.
52068         * intl/plural.c: Regenerated.
52070 2012-03-09  Richard Henderson  <rth@twiddle.net>
52072         * include/math_private.h: Remove file.
52073         * math/math_private.h: Move file ...
52074         * sysdeps/generic/math_private.h: ... here.
52076         * sysdeps/i386/fpu/math_private.h: Use include_next for math_private.h.
52077         * sysdeps/powerpc/fpu/math_private.h: Likewise.
52078         * sysdeps/x86_64/fpu/math_private.h: Likewise.
52080         * sysdeps/i386/fpu/s_fpclassifyl.c: Use <> to include both <math.h>
52081         and <math_private.h>.
52082         * sysdeps/i386/fpu/s_isinfl.c: Likewise.
52083         * sysdeps/i386/fpu/s_isnanl.c: Likewise.
52084         * sysdeps/i386/fpu/s_nextafterl.c: Likewise.
52085         * sysdeps/i386/fpu/s_nexttoward.c: Likewise.
52086         * sysdeps/i386/fpu/s_nexttowardf.c: Likewise.
52087         * sysdeps/ieee754/dbl-64/branred.c: Likewise.
52088         * sysdeps/ieee754/dbl-64/doasin.c: Likewise.
52089         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
52090         * sysdeps/ieee754/dbl-64/e_acosh.c: Likewise.
52091         * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
52092         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
52093         * sysdeps/ieee754/dbl-64/e_atanh.c: Likewise.
52094         * sysdeps/ieee754/dbl-64/e_cosh.c: Likewise.
52095         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
52096         * sysdeps/ieee754/dbl-64/e_fmod.c: Likewise.
52097         * sysdeps/ieee754/dbl-64/e_hypot.c: Likewise.
52098         * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
52099         * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
52100         * sysdeps/ieee754/dbl-64/e_jn.c: Likewise.
52101         * sysdeps/ieee754/dbl-64/e_lgamma_r.c: Likewise.
52102         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
52103         * sysdeps/ieee754/dbl-64/e_log10.c: Likewise.
52104         * sysdeps/ieee754/dbl-64/e_log2.c: Likewise.
52105         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
52106         * sysdeps/ieee754/dbl-64/e_rem_pio2.c: Likewise.
52107         * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
52108         * sysdeps/ieee754/dbl-64/e_sinh.c: Likewise.
52109         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
52110         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
52111         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Likewise.
52112         * sysdeps/ieee754/dbl-64/s_asinh.c: Likewise.
52113         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
52114         * sysdeps/ieee754/dbl-64/s_cbrt.c: Likewise.
52115         * sysdeps/ieee754/dbl-64/s_ceil.c: Likewise.
52116         * sysdeps/ieee754/dbl-64/s_copysign.c: Likewise.
52117         * sysdeps/ieee754/dbl-64/s_erf.c: Likewise.
52118         * sysdeps/ieee754/dbl-64/s_expm1.c: Likewise.
52119         * sysdeps/ieee754/dbl-64/s_fabs.c: Likewise.
52120         * sysdeps/ieee754/dbl-64/s_finite.c: Likewise.
52121         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
52122         * sysdeps/ieee754/dbl-64/s_fpclassify.c: Likewise.
52123         * sysdeps/ieee754/dbl-64/s_frexp.c: Likewise.
52124         * sysdeps/ieee754/dbl-64/s_ilogb.c: Likewise.
52125         * sysdeps/ieee754/dbl-64/s_isinf.c: Likewise.
52126         * sysdeps/ieee754/dbl-64/s_isinf_ns.c: Likewise.
52127         * sysdeps/ieee754/dbl-64/s_isnan.c: Likewise.
52128         * sysdeps/ieee754/dbl-64/s_llrint.c: Likewise.
52129         * sysdeps/ieee754/dbl-64/s_llround.c: Likewise.
52130         * sysdeps/ieee754/dbl-64/s_log1p.c: Likewise.
52131         * sysdeps/ieee754/dbl-64/s_logb.c: Likewise.
52132         * sysdeps/ieee754/dbl-64/s_lrint.c: Likewise.
52133         * sysdeps/ieee754/dbl-64/s_lround.c: Likewise.
52134         * sysdeps/ieee754/dbl-64/s_modf.c: Likewise.
52135         * sysdeps/ieee754/dbl-64/s_nearbyint.c: Likewise.
52136         * sysdeps/ieee754/dbl-64/s_remquo.c: Likewise.
52137         * sysdeps/ieee754/dbl-64/s_rint.c: Likewise.
52138         * sysdeps/ieee754/dbl-64/s_round.c: Likewise.
52139         * sysdeps/ieee754/dbl-64/s_scalbln.c: Likewise.
52140         * sysdeps/ieee754/dbl-64/s_scalbn.c: Likewise.
52141         * sysdeps/ieee754/dbl-64/s_signbit.c: Likewise.
52142         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
52143         * sysdeps/ieee754/dbl-64/s_sincos.c: Likewise.
52144         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
52145         * sysdeps/ieee754/dbl-64/s_tanh.c: Likewise.
52146         * sysdeps/ieee754/dbl-64/s_trunc.c: Likewise.
52147         * sysdeps/ieee754/dbl-64/sincos32.c: Likewise.
52148         * sysdeps/ieee754/dbl-64/slowexp.c: Likewise.
52149         * sysdeps/ieee754/dbl-64/slowpow.c: Likewise.
52150         * sysdeps/ieee754/dbl-64/wordsize-64/e_acosh.c: Likewise.
52151         * sysdeps/ieee754/dbl-64/wordsize-64/e_cosh.c: Likewise.
52152         * sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c: Likewise.
52153         * sysdeps/ieee754/dbl-64/wordsize-64/s_ceil.c: Likewise.
52154         * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: Likewise.
52155         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
52156         * sysdeps/ieee754/dbl-64/wordsize-64/s_frexp.c: Likewise.
52157         * sysdeps/ieee754/dbl-64/wordsize-64/s_isinf.c: Likewise.
52158         * sysdeps/ieee754/dbl-64/wordsize-64/s_isinf_ns.c: Likewise.
52159         * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Likewise.
52160         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c: Likewise.
52161         * sysdeps/ieee754/dbl-64/wordsize-64/s_lround.c: Likewise.
52162         * sysdeps/ieee754/dbl-64/wordsize-64/s_modf.c: Likewise.
52163         * sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c: Likewise.
52164         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c: Likewise.
52165         * sysdeps/ieee754/dbl-64/wordsize-64/s_rint.c: Likewise.
52166         * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c: Likewise.
52167         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbln.c: Likewise.
52168         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbn.c: Likewise.
52169         * sysdeps/ieee754/dbl-64/wordsize-64/s_trunc.c: Likewise.
52170         * sysdeps/ieee754/flt-32/e_acosf.c: Likewise.
52171         * sysdeps/ieee754/flt-32/e_acoshf.c: Likewise.
52172         * sysdeps/ieee754/flt-32/e_asinf.c: Likewise.
52173         * sysdeps/ieee754/flt-32/e_atan2f.c: Likewise.
52174         * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
52175         * sysdeps/ieee754/flt-32/e_coshf.c: Likewise.
52176         * sysdeps/ieee754/flt-32/e_fmodf.c: Likewise.
52177         * sysdeps/ieee754/flt-32/e_hypotf.c: Likewise.
52178         * sysdeps/ieee754/flt-32/e_j0f.c: Likewise.
52179         * sysdeps/ieee754/flt-32/e_j1f.c: Likewise.
52180         * sysdeps/ieee754/flt-32/e_jnf.c: Likewise.
52181         * sysdeps/ieee754/flt-32/e_lgammaf_r.c: Likewise.
52182         * sysdeps/ieee754/flt-32/e_log10f.c: Likewise.
52183         * sysdeps/ieee754/flt-32/e_log2f.c: Likewise.
52184         * sysdeps/ieee754/flt-32/e_logf.c: Likewise.
52185         * sysdeps/ieee754/flt-32/e_powf.c: Likewise.
52186         * sysdeps/ieee754/flt-32/e_rem_pio2f.c: Likewise.
52187         * sysdeps/ieee754/flt-32/e_remainderf.c: Likewise.
52188         * sysdeps/ieee754/flt-32/e_sinhf.c: Likewise.
52189         * sysdeps/ieee754/flt-32/e_sqrtf.c: Likewise.
52190         * sysdeps/ieee754/flt-32/k_cosf.c: Likewise.
52191         * sysdeps/ieee754/flt-32/k_rem_pio2f.c: Likewise.
52192         * sysdeps/ieee754/flt-32/k_sinf.c: Likewise.
52193         * sysdeps/ieee754/flt-32/k_tanf.c: Likewise.
52194         * sysdeps/ieee754/flt-32/s_asinhf.c: Likewise.
52195         * sysdeps/ieee754/flt-32/s_atanf.c: Likewise.
52196         * sysdeps/ieee754/flt-32/s_cbrtf.c: Likewise.
52197         * sysdeps/ieee754/flt-32/s_ceilf.c: Likewise.
52198         * sysdeps/ieee754/flt-32/s_copysignf.c: Likewise.
52199         * sysdeps/ieee754/flt-32/s_cosf.c: Likewise.
52200         * sysdeps/ieee754/flt-32/s_erff.c: Likewise.
52201         * sysdeps/ieee754/flt-32/s_expm1f.c: Likewise.
52202         * sysdeps/ieee754/flt-32/s_fabsf.c: Likewise.
52203         * sysdeps/ieee754/flt-32/s_finitef.c: Likewise.
52204         * sysdeps/ieee754/flt-32/s_floorf.c: Likewise.
52205         * sysdeps/ieee754/flt-32/s_fpclassifyf.c: Likewise.
52206         * sysdeps/ieee754/flt-32/s_frexpf.c: Likewise.
52207         * sysdeps/ieee754/flt-32/s_ilogbf.c: Likewise.
52208         * sysdeps/ieee754/flt-32/s_isinf_nsf.c: Likewise.
52209         * sysdeps/ieee754/flt-32/s_isinff.c: Likewise.
52210         * sysdeps/ieee754/flt-32/s_isnanf.c: Likewise.
52211         * sysdeps/ieee754/flt-32/s_llrintf.c: Likewise.
52212         * sysdeps/ieee754/flt-32/s_llroundf.c: Likewise.
52213         * sysdeps/ieee754/flt-32/s_log1pf.c: Likewise.
52214         * sysdeps/ieee754/flt-32/s_logbf.c: Likewise.
52215         * sysdeps/ieee754/flt-32/s_lrintf.c: Likewise.
52216         * sysdeps/ieee754/flt-32/s_lroundf.c: Likewise.
52217         * sysdeps/ieee754/flt-32/s_modff.c: Likewise.
52218         * sysdeps/ieee754/flt-32/s_nearbyintf.c: Likewise.
52219         * sysdeps/ieee754/flt-32/s_nextafterf.c: Likewise.
52220         * sysdeps/ieee754/flt-32/s_remquof.c: Likewise.
52221         * sysdeps/ieee754/flt-32/s_rintf.c: Likewise.
52222         * sysdeps/ieee754/flt-32/s_roundf.c: Likewise.
52223         * sysdeps/ieee754/flt-32/s_scalblnf.c: Likewise.
52224         * sysdeps/ieee754/flt-32/s_scalbnf.c: Likewise.
52225         * sysdeps/ieee754/flt-32/s_signbitf.c: Likewise.
52226         * sysdeps/ieee754/flt-32/s_sincosf.c: Likewise.
52227         * sysdeps/ieee754/flt-32/s_sinf.c: Likewise.
52228         * sysdeps/ieee754/flt-32/s_tanf.c: Likewise.
52229         * sysdeps/ieee754/flt-32/s_tanhf.c: Likewise.
52230         * sysdeps/ieee754/flt-32/s_truncf.c: Likewise.
52231         * sysdeps/ieee754/k_standard.c: Likewise.
52232         * sysdeps/ieee754/ldbl-128/e_acoshl.c: Likewise.
52233         * sysdeps/ieee754/ldbl-128/e_acosl.c: Likewise.
52234         * sysdeps/ieee754/ldbl-128/e_asinl.c: Likewise.
52235         * sysdeps/ieee754/ldbl-128/e_atan2l.c: Likewise.
52236         * sysdeps/ieee754/ldbl-128/e_atanhl.c: Likewise.
52237         * sysdeps/ieee754/ldbl-128/e_coshl.c: Likewise.
52238         * sysdeps/ieee754/ldbl-128/e_fmodl.c: Likewise.
52239         * sysdeps/ieee754/ldbl-128/e_hypotl.c: Likewise.
52240         * sysdeps/ieee754/ldbl-128/e_j0l.c: Likewise.
52241         * sysdeps/ieee754/ldbl-128/e_j1l.c: Likewise.
52242         * sysdeps/ieee754/ldbl-128/e_jnl.c: Likewise.
52243         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c: Likewise.
52244         * sysdeps/ieee754/ldbl-128/e_log10l.c: Likewise.
52245         * sysdeps/ieee754/ldbl-128/e_log2l.c: Likewise.
52246         * sysdeps/ieee754/ldbl-128/e_logl.c: Likewise.
52247         * sysdeps/ieee754/ldbl-128/e_powl.c: Likewise.
52248         * sysdeps/ieee754/ldbl-128/e_rem_pio2l.c: Likewise.
52249         * sysdeps/ieee754/ldbl-128/e_remainderl.c: Likewise.
52250         * sysdeps/ieee754/ldbl-128/e_sinhl.c: Likewise.
52251         * sysdeps/ieee754/ldbl-128/k_cosl.c: Likewise.
52252         * sysdeps/ieee754/ldbl-128/k_sincosl.c: Likewise.
52253         * sysdeps/ieee754/ldbl-128/k_sinl.c: Likewise.
52254         * sysdeps/ieee754/ldbl-128/k_tanl.c: Likewise.
52255         * sysdeps/ieee754/ldbl-128/s_asinhl.c: Likewise.
52256         * sysdeps/ieee754/ldbl-128/s_atanl.c: Likewise.
52257         * sysdeps/ieee754/ldbl-128/s_cbrtl.c: Likewise.
52258         * sysdeps/ieee754/ldbl-128/s_ceill.c: Likewise.
52259         * sysdeps/ieee754/ldbl-128/s_copysignl.c: Likewise.
52260         * sysdeps/ieee754/ldbl-128/s_cosl.c: Likewise.
52261         * sysdeps/ieee754/ldbl-128/s_erfl.c: Likewise.
52262         * sysdeps/ieee754/ldbl-128/s_expm1l.c: Likewise.
52263         * sysdeps/ieee754/ldbl-128/s_fabsl.c: Likewise.
52264         * sysdeps/ieee754/ldbl-128/s_finitel.c: Likewise.
52265         * sysdeps/ieee754/ldbl-128/s_floorl.c: Likewise.
52266         * sysdeps/ieee754/ldbl-128/s_fpclassifyl.c: Likewise.
52267         * sysdeps/ieee754/ldbl-128/s_frexpl.c: Likewise.
52268         * sysdeps/ieee754/ldbl-128/s_ilogbl.c: Likewise.
52269         * sysdeps/ieee754/ldbl-128/s_isinf_nsl.c: Likewise.
52270         * sysdeps/ieee754/ldbl-128/s_isinfl.c: Likewise.
52271         * sysdeps/ieee754/ldbl-128/s_isnanl.c: Likewise.
52272         * sysdeps/ieee754/ldbl-128/s_llrintl.c: Likewise.
52273         * sysdeps/ieee754/ldbl-128/s_llroundl.c: Likewise.
52274         * sysdeps/ieee754/ldbl-128/s_log1pl.c: Likewise.
52275         * sysdeps/ieee754/ldbl-128/s_logbl.c: Likewise.
52276         * sysdeps/ieee754/ldbl-128/s_lrintl.c: Likewise.
52277         * sysdeps/ieee754/ldbl-128/s_lroundl.c: Likewise.
52278         * sysdeps/ieee754/ldbl-128/s_modfl.c: Likewise.
52279         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c: Likewise.
52280         * sysdeps/ieee754/ldbl-128/s_nextafterl.c: Likewise.
52281         * sysdeps/ieee754/ldbl-128/s_nexttoward.c: Likewise.
52282         * sysdeps/ieee754/ldbl-128/s_nexttowardf.c: Likewise.
52283         * sysdeps/ieee754/ldbl-128/s_remquol.c: Likewise.
52284         * sysdeps/ieee754/ldbl-128/s_rintl.c: Likewise.
52285         * sysdeps/ieee754/ldbl-128/s_roundl.c: Likewise.
52286         * sysdeps/ieee754/ldbl-128/s_scalblnl.c: Likewise.
52287         * sysdeps/ieee754/ldbl-128/s_scalbnl.c: Likewise.
52288         * sysdeps/ieee754/ldbl-128/s_signbitl.c: Likewise.
52289         * sysdeps/ieee754/ldbl-128/s_sincosl.c: Likewise.
52290         * sysdeps/ieee754/ldbl-128/s_sinl.c: Likewise.
52291         * sysdeps/ieee754/ldbl-128/s_tanhl.c: Likewise.
52292         * sysdeps/ieee754/ldbl-128/s_tanl.c: Likewise.
52293         * sysdeps/ieee754/ldbl-128/s_truncl.c: Likewise.
52294         * sysdeps/ieee754/ldbl-128/w_expl.c: Likewise.
52295         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c: Likewise.
52296         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c: Likewise.
52297         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c: Likewise.
52298         * sysdeps/ieee754/ldbl-128ibm/e_atan2l.c: Likewise.
52299         * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c: Likewise.
52300         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c: Likewise.
52301         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c: Likewise.
52302         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c: Likewise.
52303         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Likewise.
52304         * sysdeps/ieee754/ldbl-128ibm/e_log10l.c: Likewise.
52305         * sysdeps/ieee754/ldbl-128ibm/e_log2l.c: Likewise.
52306         * sysdeps/ieee754/ldbl-128ibm/e_logl.c: Likewise.
52307         * sysdeps/ieee754/ldbl-128ibm/e_powl.c: Likewise.
52308         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c: Likewise.
52309         * sysdeps/ieee754/ldbl-128ibm/e_remainderl.c: Likewise.
52310         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c: Likewise.
52311         * sysdeps/ieee754/ldbl-128ibm/k_cosl.c: Likewise.
52312         * sysdeps/ieee754/ldbl-128ibm/k_sincosl.c: Likewise.
52313         * sysdeps/ieee754/ldbl-128ibm/k_sinl.c: Likewise.
52314         * sysdeps/ieee754/ldbl-128ibm/k_tanl.c: Likewise.
52315         * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c: Likewise.
52316         * sysdeps/ieee754/ldbl-128ibm/s_atanl.c: Likewise.
52317         * sysdeps/ieee754/ldbl-128ibm/s_copysignl.c: Likewise.
52318         * sysdeps/ieee754/ldbl-128ibm/s_cosl.c: Likewise.
52319         * sysdeps/ieee754/ldbl-128ibm/s_ctanhl.c: Likewise.
52320         * sysdeps/ieee754/ldbl-128ibm/s_ctanl.c: Likewise.
52321         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Likewise.
52322         * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c: Likewise.
52323         * sysdeps/ieee754/ldbl-128ibm/s_fabsl.c: Likewise.
52324         * sysdeps/ieee754/ldbl-128ibm/s_finitel.c: Likewise.
52325         * sysdeps/ieee754/ldbl-128ibm/s_fpclassifyl.c: Likewise.
52326         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c: Likewise.
52327         * sysdeps/ieee754/ldbl-128ibm/s_ilogbl.c: Likewise.
52328         * sysdeps/ieee754/ldbl-128ibm/s_isinf_nsl.c: Likewise.
52329         * sysdeps/ieee754/ldbl-128ibm/s_isinfl.c: Likewise.
52330         * sysdeps/ieee754/ldbl-128ibm/s_isnanl.c: Likewise.
52331         * sysdeps/ieee754/ldbl-128ibm/s_log1pl.c: Likewise.
52332         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c: Likewise.
52333         * sysdeps/ieee754/ldbl-128ibm/s_modfl.c: Likewise.
52334         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Likewise.
52335         * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c: Likewise.
52336         * sysdeps/ieee754/ldbl-128ibm/s_remquol.c: Likewise.
52337         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c: Likewise.
52338         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c: Likewise.
52339         * sysdeps/ieee754/ldbl-128ibm/s_signbitl.c: Likewise.
52340         * sysdeps/ieee754/ldbl-128ibm/s_sincosl.c: Likewise.
52341         * sysdeps/ieee754/ldbl-128ibm/s_sinl.c: Likewise.
52342         * sysdeps/ieee754/ldbl-128ibm/s_tanhl.c: Likewise.
52343         * sysdeps/ieee754/ldbl-128ibm/s_tanl.c: Likewise.
52344         * sysdeps/ieee754/ldbl-96/e_acoshl.c: Likewise.
52345         * sysdeps/ieee754/ldbl-96/e_asinl.c: Likewise.
52346         * sysdeps/ieee754/ldbl-96/e_atan2l.c: Likewise.
52347         * sysdeps/ieee754/ldbl-96/e_atanhl.c: Likewise.
52348         * sysdeps/ieee754/ldbl-96/e_coshl.c: Likewise.
52349         * sysdeps/ieee754/ldbl-96/e_hypotl.c: Likewise.
52350         * sysdeps/ieee754/ldbl-96/e_j0l.c: Likewise.
52351         * sysdeps/ieee754/ldbl-96/e_j1l.c: Likewise.
52352         * sysdeps/ieee754/ldbl-96/e_jnl.c: Likewise.
52353         * sysdeps/ieee754/ldbl-96/e_lgammal_r.c: Likewise.
52354         * sysdeps/ieee754/ldbl-96/e_remainderl.c: Likewise.
52355         * sysdeps/ieee754/ldbl-96/e_sinhl.c: Likewise.
52356         * sysdeps/ieee754/ldbl-96/s_asinhl.c: Likewise.
52357         * sysdeps/ieee754/ldbl-96/s_cbrtl.c: Likewise.
52358         * sysdeps/ieee754/ldbl-96/s_ceill.c: Likewise.
52359         * sysdeps/ieee754/ldbl-96/s_copysignl.c: Likewise.
52360         * sysdeps/ieee754/ldbl-96/s_cosl.c: Likewise.
52361         * sysdeps/ieee754/ldbl-96/s_erfl.c: Likewise.
52362         * sysdeps/ieee754/ldbl-96/s_fabsl.c: Likewise.
52363         * sysdeps/ieee754/ldbl-96/s_finitel.c: Likewise.
52364         * sysdeps/ieee754/ldbl-96/s_floorl.c: Likewise.
52365         * sysdeps/ieee754/ldbl-96/s_fpclassifyl.c: Likewise.
52366         * sysdeps/ieee754/ldbl-96/s_frexpl.c: Likewise.
52367         * sysdeps/ieee754/ldbl-96/s_ilogbl.c: Likewise.
52368         * sysdeps/ieee754/ldbl-96/s_isinf_nsl.c: Likewise.
52369         * sysdeps/ieee754/ldbl-96/s_isinfl.c: Likewise.
52370         * sysdeps/ieee754/ldbl-96/s_isnanl.c: Likewise.
52371         * sysdeps/ieee754/ldbl-96/s_llrintl.c: Likewise.
52372         * sysdeps/ieee754/ldbl-96/s_llroundl.c: Likewise.
52373         * sysdeps/ieee754/ldbl-96/s_logbl.c: Likewise.
52374         * sysdeps/ieee754/ldbl-96/s_lrintl.c: Likewise.
52375         * sysdeps/ieee754/ldbl-96/s_lroundl.c: Likewise.
52376         * sysdeps/ieee754/ldbl-96/s_modfl.c: Likewise.
52377         * sysdeps/ieee754/ldbl-96/s_nearbyintl.c: Likewise.
52378         * sysdeps/ieee754/ldbl-96/s_nextafterl.c: Likewise.
52379         * sysdeps/ieee754/ldbl-96/s_nexttoward.c: Likewise.
52380         * sysdeps/ieee754/ldbl-96/s_nexttowardf.c: Likewise.
52381         * sysdeps/ieee754/ldbl-96/s_remquol.c: Likewise.
52382         * sysdeps/ieee754/ldbl-96/s_rintl.c: Likewise.
52383         * sysdeps/ieee754/ldbl-96/s_roundl.c: Likewise.
52384         * sysdeps/ieee754/ldbl-96/s_scalblnl.c: Likewise.
52385         * sysdeps/ieee754/ldbl-96/s_scalbnl.c: Likewise.
52386         * sysdeps/ieee754/ldbl-96/s_signbitl.c: Likewise.
52387         * sysdeps/ieee754/ldbl-96/s_sincosl.c: Likewise.
52388         * sysdeps/ieee754/ldbl-96/s_sinl.c: Likewise.
52389         * sysdeps/ieee754/ldbl-96/s_tanhl.c: Likewise.
52390         * sysdeps/ieee754/ldbl-96/s_tanl.c: Likewise.
52391         * sysdeps/ieee754/ldbl-96/s_truncl.c: Likewise.
52392         * sysdeps/ieee754/s_lib_version.c: Likewise.
52393         * sysdeps/ieee754/s_matherr.c: Likewise.
52394         * sysdeps/ieee754/s_signgam.c: Likewise.
52395         * sysdeps/powerpc/fpu/e_hypot.c: Likewise.
52396         * sysdeps/powerpc/fpu/e_hypotf.c: Likewise.
52397         * sysdeps/powerpc/fpu/e_rem_pio2f.c: Likewise.
52398         * sysdeps/powerpc/fpu/k_cosf.c: Likewise.
52399         * sysdeps/powerpc/fpu/k_rem_pio2f.c: Likewise.
52400         * sysdeps/powerpc/fpu/k_sinf.c: Likewise.
52401         * sysdeps/powerpc/fpu/s_cosf.c: Likewise.
52402         * sysdeps/powerpc/fpu/s_float_bitwise.h: Likewise.
52403         * sysdeps/powerpc/fpu/s_isnan.c: Likewise.
52404         * sysdeps/powerpc/fpu/s_rint.c: Likewise.
52405         * sysdeps/powerpc/fpu/s_rintf.c: Likewise.
52406         * sysdeps/powerpc/fpu/s_sinf.c: Likewise.
52407         * sysdeps/powerpc/fpu/w_sqrt.c: Likewise.
52408         * sysdeps/powerpc/fpu/w_sqrtf.c: Likewise.
52409         * sysdeps/powerpc/powerpc32/fpu/s_llrintf.c: Likewise.
52410         * sysdeps/powerpc/powerpc32/power4/fpu/slowexp.c: Likewise.
52411         * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: Likewise.
52412         * sysdeps/powerpc/powerpc64/power4/fpu/slowexp.c: Likewise.
52413         * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: Likewise.
52414         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: Likewise.
52415         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrtf.c: Likewise.
52417 2012-03-09  Joseph Myers  <joseph@codesourcery.com>
52419         * sunrpc/rpc_cout.c: Remove __GNU_LIBRARY__ conditionals.
52420         * sunrpc/rpc_main.c: Likewise.
52421         * sunrpc/rpc_svcout.c: Likewise.
52423 2012-03-09  David S. Miller  <davem@davemloft.net>
52425         * include/math_private.h: New file.
52427 2012-03-09  Joseph Myers  <joseph@codesourcery.com>
52429         * sysdeps/unix/sysv/linux/bits/socket_type.h: New file.
52430         * sysdeps/unix/sysv/linux/sparc/bits/socket_type.h: Likewise.
52431         * sysdeps/unix/sysv/linux/bits/socket.h: Get enum __socket_type
52432         from <bits/socket_type.h>.
52433         (enum __socket_type): Don't define here.
52434         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Remove.
52435         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
52436         bits/socket_type.h.
52438         [BZ #13566]
52439         * libio/stdio.h (gets): Always declare for C++ up to C++11 without
52440         checking __USE_GNU.
52442         * Makerules ($(inst_includedir)/%.h): New rule.
52443         * stdio-common/Makefile (headers): Add bits/stdio_lim.h.
52444         (install-others): Remove variable setting.
52445         ($(inst_includedir)/bits/stdio_lim.h): Remove rule.
52447 2012-03-08  Richard Henderson  <rth@twiddle.net>
52449         * sysdeps/powerpc/fpu/math_private.h (__ieee754_sqrt): Convert
52450         from macro to inline function; merge with the
52451         !__LIBC_INTERNAL_MATH_INLINES version.
52452         (__ieee754_sqrtf): Likewise.
52454         * sysdeps/x86_64/fpu/math_private.h (__rint): Convert from macro
52455         to inline function.
52456         (__rintf, __floor, __floorf): Likewise.
52458         * sysdeps/x86_64/fpu/math_private.h (__ieee754_sqrt): Convert from
52459         macro to inline function.
52460         (__ieee754_sqrtf, __ieee754_sqrtl): Likewise.
52462         * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h: Include <math_private.h>,
52463         not <math/math_private.h>.
52465 2012-03-08  David S. Miller  <davem@davemloft.net>
52467         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c: Update
52468         copyright year.
52469         * sysdeps/unix/sysv/linux/sparc/sysdep.h: Likewise.
52471 2012-03-08  Thomas Schwinge  <thomas@codesourcery.com>
52473         * resolv/gai_misc.c (handle_requests): Fix struct timespec
52474         normalization.
52475         * rt/tst-cpuclock2.c (test_nanosleep): Likewise.
52476         * sysdeps/pthread/aio_misc.c (handle_fildes_io): Likewise.
52478 2012-03-08  Ulrich Drepper  <drepper@gmail.com>
52480         * stdio-common/tst-fphex.c: Various cleanups.  The macros cannot
52481         be defined individually, they must be defined as a block.  Define
52482         S for printing a string instead of hidint the different by using a
52483         macro for adding the 'l'.
52484         * stdio-common/tst-fphex-wide.c: Adjust.
52486 2012-03-07  Marek Polacek  <polacek@redhat.com>
52488         * stdio-common/tst-long-dbl-fphex.c: Fix test for non ldbl-96 targets.
52490 2012-03-08  Marek Polacek  <polacek@redhat.com>
52492         [BZ #13806]
52493         * stdio-common/Makefile (tests): Add tst-fphex-wide.
52494         * stdio-common/tst-fphex.c: Define a few macros to make the
52495         test reusable.  Use them.
52496         * stdio-common/tst-fphex-wide.c: New file.
52498 2012-03-08  Joseph Myers  <joseph@codesourcery.com>
52500         [BZ #6911]
52501         * manual/macros.texi (gnusystems): New macro.
52502         (nongnusystems): Likewise.
52503         (gnulinuxhurdsystems): Likewise.
52504         (gnuhurdsystems): Likewise..
52505         (gnulinuxsystems): Likewise.
52506         * manual/charset.texi: Use new macros or @theglibc{} to refer to
52507         variants of the GNU system, not "GNU system".
52508         * manual/conf.texi: Likewise.
52509         * manual/errno.texi: Likewise.  Update example of errno macro
52510         expansion.
52511         * manual/filesys.texi: Likewise.
52512         (getumask): Document as specific to GNU/Hurd.
52513         * manual/install.texi: Likewise.  Reword some references to
52514         GNU/Linux.
52515         * manual/intro.texi: Likewise.
52516         * manual/io.texi: Likewise.
52517         (File Name Portability): Detail which constraints are inapplicable
52518         to all GNU systems and which are only inapplicable to GNU/Hurd.
52519         * manual/job.texi: Likewise.
52520         * manual/llio.texi: Likewise.
52521         (O_NOCTTY): Document as present on GNU/Linux.
52522         * manual/maint.texi: Likewise.
52523         * manual/memory.texi: Likewise.
52524         * manual/pattern.texi: Likewise.
52525         * manual/pipe.texi: Likewise.
52526         * manual/process.texi: Likewise.
52527         * manual/resource.texi: Likewise.
52528         (RUSAGE_CHILDREN): Remove statement about specifying a particular
52529         child on GNU/Hurd.
52530         * manual/setjmp.texi: Likewise.
52531         * manual/signal.texi: Likewise.
52532         * manual/startup.texi: Likewise.
52533         * manual/stdio.texi: Likewise.
52534         * manual/terminal.texi: Likewise.
52535         (ONLCR): Document as POSIX.
52536         (OXTABS): Document availability on GNU/Linux as XTABS.
52537         (ONOEOT): Document availability separately from other bits.
52538         (VLNEXT, VDISCARD, VSTATUS): Document availability individually.
52539         * manual/time.texi: Likewise.
52540         * manual/users.texi: Likewise.
52541         * INSTALL: Regenerated.
52542         * sysdeps/gnu/errlist.c: Regenerated.
52544         * aclocal.m4 (LIBC_TRY_LINK_STATIC): New macro.
52545         * configure.in (libc_cv_preinit_array): Use LIBC_TRY_LINK_STATIC.
52546         (libc_cv_ctors_header): Likewise.  Use asm ("") instead of calling
52547         puts.
52548         * configure: Regenerated.
52550 2012-03-07  Joseph Myers  <joseph@codesourcery.com>
52552         * sysdeps/i386/configure.in (cpuid.h): Use AC_CHECK_HEADER with no
52553         default includes instead of AC_HEADER_CHECK.
52554         * sysdeps/i386/configure: Regenerated.
52556         [BZ #10716]
52557         * math/s_cacosh.c (__cacosh): Convert negative log results to 0.
52558         * math/s_cacoshf.c (__cacoshf): Likewise.
52559         * math/s_cacoshl.c (__cacoshl): Likewise.
52560         * math/s_casinh.c (__casinh): Set signs of result from argument.
52561         * math/s_casinhf.c (__casinhf): Likewise.
52562         * math/s_casinhl.c (__casinhl): Likewise.
52563         * math/libm-test.inc (cacos_test, cacosh_test, casin_test)
52564         (casinh_test): Add more tests.
52565         * sysdeps/i386/fpu/libm-test-ulps: Update.
52566         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
52568 2012-03-07  Ulrich Drepper  <drepper@gmail.com>
52570         * po/zh_TW.po: Update from translation team.
52572         * login/Makefile (distribute): Remove variable.
52573         * catgets/Makefile: Likewise.
52574         * mach/Makefile: Likewise.
52575         * malloc/Makefile: Likewise.
52576         * misc/Makefile: Likewise.
52577         * iconv/Makefile: Likewise.
52578         * nscd/Makefile: Likewise.
52579         * hurd/Makefile: Likewise.
52580         * manual/Makefile: Likewise.
52581         * locale/Makefile: Likewise.
52582         * intl/Makefile: Likewise.
52583         * conform/Makefile: Likewise.
52584         * nss/Makefile: Likewise.
52585         * time/Makefile: Likewise.
52586         * soft-fp/Makefile: Likewise.
52587         * dirent/Makefile: Likewise.
52588         * gmon/Makefile: Likewise.
52589         * po/Makefile: Likewise.
52590         * rt/Makefile: Likewise.
52591         * socket/Makefile: Likewise.
52592         * math/Makefile: Likewise.
52593         * signal/Makefile: Likewise.
52594         * debug/Makefile: Likewise.
52595         * elf/Makefile: Likewise.
52596         * timezone/Makefile: Likewise.
52597         * stdlib/Makefile: Likewise.
52598         * iconvdata/Makefile: Likewise.
52599         * sunrpc/Makefile: Likewise.
52600         * io/Makefile: Likewise.
52601         * argp/Makefile: Likewise.
52602         * inet/Makefile: Likewise.
52603         * hesiod/Makefile: Likewise.
52604         * grp/Makefile: Likewise.
52605         * csu/Makefile: Likewise.
52606         * wctype/Makefile: Likewise.
52607         * crypt/Makefile: Likewise.
52608         * libio/Makefile: Likewise.
52609         * string/Makefile: Likewise.
52610         * nis/Makefile: Likewise.
52611         * resolv/Makefile: Likewise.
52612         * stdio-common/Makefile: Likewise.
52613         * wcsmbs/Makefile: Likewise.
52614         * dlfcn/Makefile: Likewise.
52615         * posix/Makefile: Likewise.
52617         [BZ #6959]
52618         * timezone/Makefile: Don't install timezone files, just the programs
52619         and scripts.
52621 2012-03-06  Ulrich Drepper  <drepper@gmail.com>
52623         * nss/databases.def: Add missing gshadow entry.
52625         * stdio-common/vfprintf.c: Fix formatting.  Missing copyright update.
52627 2012-03-06  Marek Polacek  <polacek@redhat.com>
52629         [BZ #13726]
52630         * sysdeps/ieee754/ldbl-96/printf_fphex.c: Adjust position of wnumstr.
52631         * sysdeps/x86_64/fpu/printf_fphex.c: Likewise.
52632         * stdio-common/Makefile (tests): Add tst-long-dbl-fphex.
52633         * stdio-common/tst-long-dbl-fphex.c: New file.
52635 2012-03-06  David S. Miller  <davem@davemloft.net>
52637         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
52638         (set_obp_int): New function.
52639         (get_obp_int): New function.
52640         (__get_clockfreq_via_dev_openprom): Likewise.
52641         * sysdeps/unix/sysv/linux/sparc/sysdep.h (INTERNAL_SYSCALL_ERROR_P):
52642         Avoid unused variable warnings on 'val' and use builtin_expect.
52643         (INLINE_SYSCALL): Don't wrap INTERNAL_SYSCALL_ERROR_P with
52644         __builtin_expect.
52645         (INLINE_CLONE_SYSCALL): Likewise.
52647 2012-03-05  David S. Miller  <davem@davemloft.net>
52649         * sysdeps/sparc/fpu/libm-test-ulps: Update.
52651 2012-03-05  Andreas Schwab  <schwab@linux-m68k.org>
52653         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
52655         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c: Drop exp(-x) term
52656         only for |x| >= 40.
52657         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c: Likewise.
52659 2012-03-05  H.J. Lu  <hongjiu.lu@intel.com>
52661         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c (gettimeofday_ifunc):
52662         Replace gettimeofday with __vdso_gettimeofday.
52664         * sysdeps/unix/sysv/linux/x86_64/init-first.c
52665         (_libc_vdso_platform_setup): Replace clock_gettime and getcpu with
52666         __vdso_clock_gettime and __vdso_getcpu.
52668         * sysdeps/unix/sysv/linux/x86_64/time.c (time_ifunc): Replace
52669         time with __vdso_time.
52671 2012-03-05  Joseph Myers  <joseph@codesourcery.com>
52673         * manual/lang.texi (size_t): Note types to which size_t may be
52674         equivalent with the GNU C Library, but do not describe when
52675         differences between them are significant.
52677 2012-03-05  Andreas Jaeger  <aj@suse.de>
52679         * sysdeps/i386/fpu/libm-test-ulps: Update.
52681 2012-03-05  Joseph Myers  <joseph@codesourcery.com>
52683         [BZ #3976]
52684         * sysdeps/ieee754/dbl-64/e_pow.c: Include <fenv.h>.
52685         (__ieee754_pow): Save and restore rounding mode and use
52686         round-to-nearest for main computations.
52687         * math/libm-test.inc (pow_test_tonearest): New function.
52688         (pow_test_towardzero): Likewise.
52689         (pow_test_downward): Likewise.
52690         (pow_test_upward): Likewise.
52691         (main): Call the new functions.
52692         * sysdeps/i386/fpu/libm-test-ulps: Update.
52693         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
52695         [BZ #3976]
52696         * math/libm-test.inc (cosh_test_tonearest): New function.
52697         (cosh_test_towardzero): Likewise.
52698         (cosh_test_downward): Likewise.
52699         (cosh_test_upward): Likewise.
52700         (sinh_test_tonearest): Likewise.
52701         (sinh_test_towardzero): Likewise.
52702         (sinh_test_downward): Likewise.
52703         (sinh_test_upward): Likewise.
52704         (main): Call the new functions.
52705         * sysdeps/i386/fpu/libm-test-ulps: Update.
52706         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
52708 2012-03-05  Tom de Vries  <tom@codesourcery.com>
52710         * sysdeps/generic/dl-osinfo.h (_dl_setup_stack_chk_guard): Ensure
52711         default stack guard is set in last bytes.
52712         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard): Same.
52714 2012-03-05  Kees Cook  <keescook@chromium.org>
52716         * stdio-common/vfprintf.c (vfprintf): add missing errno settings.
52718         [BZ #13656]
52719         * stdio-common/vfprintf.c (vfprintf): Check for nargs overflow and
52720         possibly allocate from heap instead of stack.
52721         * stdio-common/bug-vfprintf-nargs.c: New file.
52722         * stdio-common/Makefile (tests): Add nargs overflow test.
52724 2012-03-03  Andreas Schwab  <schwab@linux-m68k.org>
52726         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
52728 2012-03-03  Marek Polacek  <polacek@redhat.com>
52730         * include/sys/cdefs.h: Remove __GNUC_PREREQ macro.
52731         * math/math_private.h: Likewise.
52732         * stdlib/tst-strtod.c: Likewise.
52733         * sysdeps/i386/i486/bits/atomic.h: Likewise.
52734         * sysdeps/x86_64/bits/atomic.h: Likewise.
52736 2012-03-02  David S. Miller  <davem@davemloft.net>
52738         * sysdeps/sparc/sparc32/sparcv9/fpu/s_llrint.S: New file.
52739         * sysdeps/sparc/sparc32/sparcv9/fpu/s_llrintf.S: New file.
52740         * sysdeps/sparc/sparc32/sparcv9/fpu/s_lrint.S: New file.
52741         * sysdeps/sparc/sparc32/sparcv9/fpu/s_lrintf.S: New file.
52742         * sysdeps/sparc/sparc64/fpu/s_llrint.S: New file.
52743         * sysdeps/sparc/sparc64/fpu/s_llrintf.S: New file.
52744         * sysdeps/sparc/sparc64/fpu/s_lrint.S: New file.
52745         * sysdeps/sparc/sparc64/fpu/s_lrintf.S: New file.
52747 2012-03-02  Roland McGrath  <roland@hack.frob.com>
52749         [BZ #13792]
52750         * manual/examples/README: New file, says the example source files
52751         can be used under GPL>=2.
52752         * manual/Makefile (%.c.texi): Eat the leading part of the file until a
52753         line containing just "*/".
52754         * manual/examples/add.c: Add copyright header (GPL>=2).
52755         * manual/examples/argp-ex1.c: Likewise.
52756         * manual/examples/argp-ex2.c: Likewise.
52757         * manual/examples/argp-ex3.c: Likewise.
52758         * manual/examples/argp-ex4.c: Likewise.
52759         * manual/examples/atexit.c: Likewise.
52760         * manual/examples/db.c: Likewise.
52761         * manual/examples/dir.c: Likewise.
52762         * manual/examples/dir2.c: Likewise.
52763         * manual/examples/execinfo.c: Likewise.
52764         * manual/examples/filecli.c: Likewise.
52765         * manual/examples/filesrv.c: Likewise.
52766         * manual/examples/fmtmsgexpl.c: Likewise.
52767         * manual/examples/genpass.c: Likewise.
52768         * manual/examples/inetcli.c: Likewise.
52769         * manual/examples/inetsrv.c: Likewise.
52770         * manual/examples/isockad.c: Likewise.
52771         * manual/examples/longopt.c: Likewise.
52772         * manual/examples/memopen.c: Likewise.
52773         * manual/examples/memstrm.c: Likewise.
52774         * manual/examples/mkfsock.c: Likewise.
52775         * manual/examples/mkisock.c: Likewise.
52776         * manual/examples/mygetpass.c: Likewise.
52777         * manual/examples/pipe.c: Likewise.
52778         * manual/examples/popen.c: Likewise.
52779         * manual/examples/rprintf.c: Likewise.
52780         * manual/examples/search.c: Likewise.
52781         * manual/examples/select.c: Likewise.
52782         * manual/examples/setjmp.c: Likewise.
52783         * manual/examples/sigh1.c: Likewise.
52784         * manual/examples/sigusr.c: Likewise.
52785         * manual/examples/stpcpy.c: Likewise.
52786         * manual/examples/strdupa.c: Likewise.
52787         * manual/examples/strftim.c: Likewise.
52788         * manual/examples/strncat.c: Likewise.
52789         * manual/examples/subopt.c: Likewise.
52790         * manual/examples/swapcontext.c: Likewise.
52791         * manual/examples/termios.c: Likewise.
52792         * manual/examples/testopt.c: Likewise.
52793         * manual/examples/testpass.c: Likewise.
52794         * manual/examples/timeval_subtract.c: Likewise.
52796         [BZ #13792]
52797         * manual/time.texi (Elapsed Time): Move timeval_subtract example
52798         function to ...
52799         * manual/timeval_subtract.c.texi: ... here, new file.
52801 2012-03-02  David S. Miller  <davem@davemloft.net>
52803         * sysdeps/sparc/fpu/libm-test-ulps: Update for recently added tests.
52805 2012-03-02  Joseph Myers  <joseph@codesourcery.com>
52807         [BZ #3976]
52808         * sysdeps/ieee754/dbl-64/s_sin.c: Include <fenv.h>
52809         (__sin): Save and restore rounding mode and use round-to-nearest
52810         for all computations.
52811         (__cos): Save and restore rounding mode and use round-to-nearest
52812         for all computations.
52813         * sysdeps/ieee754/dbl-64/s_tan.c: Include "math_private.h" and
52814         <fenv.h>.
52815         (tan): Save and restore rounding mode and use round-to-nearest for
52816         all computations.
52817         * math/libm-test.inc (cos_test_tonearest): New function.
52818         (cos_test_towardzero): Likewise.
52819         (cos_test_downward): Likewise.
52820         (cos_test_upward): Likewise.
52821         (sin_test_tonearest): Likewise.
52822         (sin_test_towardzero): Likewise.
52823         (sin_test_downward): Likewise.
52824         (sin_test_upward): Likewise.
52825         (tan_test_tonearest): Likewise.
52826         (tan_test_towardzero): Likewise.
52827         (tan_test_downward): Likewise.
52828         (tan_test_upward): Likewise.
52829         (main): Call the new functions.
52830         * sysdeps/i386/fpu/libm-test-ulps: Update.
52831         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
52833         [BZ #10135]
52834         * sysdeps/ieee754/dbl-64/s_scalbln.c (__scalbln): First test for
52835         small n, then large n, before computing and testing k+n.
52836         * sysdeps/ieee754/dbl-64/s_scalbn.c (__scalbn): Likewise.
52837         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbln.c (__scalbln):
52838         Likewise.
52839         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbn.c (__scalbn):
52840         Likewise.
52841         * sysdeps/ieee754/flt-32/s_scalblnf.c (__scalblnf): Likewise.
52842         * sysdeps/ieee754/flt-32/s_scalbnf.c (__scalbnf): Likewise.
52843         * sysdeps/ieee754/ldbl-128/s_scalblnl.c (__scalblnl): Likewise.
52844         * sysdeps/ieee754/ldbl-128/s_scalbnl.c (__scalbnl): Likewise.
52845         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c (__scalblnl): Likewise.
52846         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c (__scalbnl): Likewise.
52847         * sysdeps/ieee754/ldbl-96/s_scalblnl.c (__scalblnl): Likewise.
52848         * sysdeps/ieee754/ldbl-96/s_scalbnl.c (__scalbnl): Likewise.
52849         * math/libm-test.inc (scalbn_test): Add more tests.
52850         (scalbln_test): Likewise.
52852         * manual/filesys.texi (mode_t): Describe constraints on size and
52853         signedness, not exact equivalence to a particular type.
52854         (ino_t): Likewise.
52855         (ino64_t): Likewise.
52856         (dev_t): Likewise.
52857         (nlink_t): Likewise.
52858         (blkcnt_t): Likewise.
52859         (blkcnt64_t): Likewise.
52860         * manual/llio.texi (off_t): Likewise.
52862         [BZ #3976]
52863         * sysdeps/ieee754/dbl-64/e_exp.c: Include <fenv.h>.
52864         (__ieee754_exp): Save and restore rounding mode and use
52865         round-to-nearest for all computations.
52866         * math/libm-test.inc (exp_test_tonearest): New function.
52867         (exp_test_towardzero): Likewise.
52868         (exp_test_downward): Likewise.
52869         (exp_test_upward): Likewise.
52870         (main): Call the new functions.
52871         * sysdeps/i386/fpu/libm-test-ulps: Update.
52872         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
52874 2012-03-01  Chris Demetriou  <cgd@google.com>
52876         * sysdeps/gnu/errlist-compat.awk: Don't depend on AWK internals to
52877         have predictable order.
52879 2012-03-01  David S. Miller  <davem@davemloft.net>
52881         * sysdeps/unix/sysv/linux/sparc/sparc32/getpagesize.c: Delete.
52883         * sysdeps/sparc/sparc64/fpu/s_finite.S: New file.
52884         * sysdeps/sparc/sparc64/fpu/s_finitef.S: New file.
52885         * sysdeps/sparc/sparc64/fpu/s_isinf.S: New file.
52886         * sysdeps/sparc/sparc64/fpu/s_isinff.S: New file.
52888         * sysdeps/sparc/sparc32/fpu/s_signbit.S: New file.
52889         * sysdeps/sparc/sparc32/fpu/s_signbitf.S: New file.
52890         * sysdeps/sparc/sparc32/fpu/s_signbitl.S: New file.
52891         * sysdeps/sparc/sparc32/sparcv9/fpu/s_isnan.S: New file.
52892         * sysdeps/sparc/sparc64/fpu/s_isnan.S: New file.
52893         * sysdeps/sparc/sparc64/fpu/s_isnanf.S: New file.
52894         * sysdeps/sparc/sparc64/fpu/s_signbit.S: New file.
52895         * sysdeps/sparc/sparc64/fpu/s_signbitf.S: New file.
52896         * sysdeps/sparc/sparc64/fpu/s_signbitl.S: New file.
52898         * sysdeps/sparc/fpu/libm-test-ulps: Update.
52900         * sysdeps/sparc/sparc32/fpu/libm-test-ulps: Move...
52901         * sysdeps/sparc/fpu/libm-test-ulps: to here.
52902         * sysdeps/sparc/sparc64/fpu/libm-test-ulps: Delete.
52904         * sysdeps/sparc/crti.S: Remove HAVE_BINUTILS_GOTDATA checks.
52905         * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
52906         * sysdeps/sparc/sparc32/elf/start.S: Likewise.
52907         * sysdeps/sparc/sparc32/fpu/w_sqrt.S: Likewise.
52908         * sysdeps/sparc/sparc32/fpu/w_sqrtf.S: Likewise.
52909         * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrt.S: Likewise.
52910         * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrtf.S: Likewise.
52911         * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
52912         * sysdeps/sparc/sparc64/elf/start.S: Likewise.
52913         * sysdeps/sparc/sparc64/fpu/w_sqrt.S: Likewise.
52914         * sysdeps/sparc/sparc64/fpu/w_sqrtf.S: Likewise.
52915         * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Likewise.
52916         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
52917         * sysdeps/unix/sysv/linux/sparc/sparc64/____longjmp_chk.S: Likewise.
52918         * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S: Likewise.
52919         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
52920         * config.h.in (HAVE_BINUTILS_GOTDATA): Delete.
52921         * sysdeps/sparc/elf/configure.in: Remove binutils GOTDATA checks.
52922         * sysdeps/sparc/elf/configure: Regenerated.
52924 2012-03-01  Joseph Myers  <joseph@codesourcery.com>
52926         * configure.in (AS, LD): Require binutils 2.20 or later.
52927         * configure: Regenerated.
52928         * manual/install.texi (Tools for Compilation): Give binutils 2.20
52929         as required minimum version.
52930         * INSTALL: Regenerated.
52932         [BZ #2541]
52933         [BZ #4108]
52934         * sysdeps/ieee754/flt-32/s_erff.c (__erfcf): Mask out one more bit
52935         before squaring exponent.
52936         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c (__erfcl): Mask out whole
52937         bottom long double and 27 bits of top long double before squaring
52938         exponent.
52939         * math/libm-test.inc (erfc_test): Add more tests.
52940         * sysdeps/i386/fpu/libm-test-ulps: Update.
52941         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
52942         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
52944 2012-03-01  Kai Tietz  <ktietz@redhat.com>
52946         * soft-fp/soft-fp.h (_FP_STRUCT_LAYOUT): New macro.
52947         * soft-fp/quad.h (_FP_UNION_Q): Use _FP_STRUCT_LAYOUT on struct
52948         containing bit-fields.
52949         * soft-fp/extended.h (_FP_UNION_E): Likewise.
52950         * soft-fp/single.h (_FP_UNION_S): Likewise.
52951         * soft-fp/double.h (_FP_UNION_D): Likewise.
52953 2012-02-29  Joseph Myers  <joseph@codesourcery.com>
52955         [BZ #13786]
52956         * sysdeps/i386/i686/multiarch/strcmp.S [USE_AS_STRCASECMP_L]: Do
52957         not include ../strcmp.S.
52958         [USE_AS_STRNCASECMP_L]: Likewise.
52959         * sysdeps/i386/i686/multiarch/strcasecmp_l-c.c
52960         (__strcasecmp_l_ia32): Define as alias to __strcasecmp_l_nonascii.
52961         * sysdeps/i386/i686/multiarch/strncase_l-c.c
52962         (__strncasecmp_l_ia32): Define as alias to
52963         __strncasecmp_l_nonascii.
52965         [BZ #5794]
52966         * math/libm-test.inc (expm1_test): Add test for bug 5794.
52967         * sysdeps/i386/fpu/libm-test-ulps: Update.
52968         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
52970         * sysdeps/i386/fpu/libm-test-ulps: Reduce some expected errors.
52971         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
52973 2012-02-29  Jeff Law  <law@redhat.com>
52975         * resolv/res_query.c (__libc_res_nquerydomain): Avoid
52976         out of bounds read.
52978 2012-02-29  Marek Polacek  <polacek@redhat.com>
52980         [BZ #13706]
52981         * elf/rtld.c (dl_main): Always set l_used to 1 for vDSO.
52982         * elf/Makefile: Add rules to run tst-unused-dep.out.
52984 2012-02-28  David S. Miller  <davem@davemloft.net>
52986         * sysdeps/sparc/sparc32/fpu/w_sqrt.S: New file.
52987         * sysdeps/sparc/sparc32/fpu/w_sqrtf.S: New file.
52988         * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrt.S: New file.
52989         * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrtf.S: New file.
52990         * sysdeps/sparc/sparc64/fpu/w_sqrt.S: New file.
52991         * sysdeps/sparc/sparc64/fpu/w_sqrtf.S: New file.
52993 2012-02-29  Joseph Myers  <joseph@codesourcery.com>
52995         * math/libm-test.inc (llround_test): Move one test from
52996         lround_test.  Use TEST_f_L in moved test.
52997         (lround_test): Move misplaced test to llround_test.  Add testcase
52998         from bug 2561.
53000 2012-02-28  Ulrich Drepper  <drepper@gmail.com>
53002         * sysdeps/x86_64/fpu/e_expf.S: New file.
53003         Contributed by Dmitrieva Liubov <liubov.dmitrieva@gmail.com>.
53005 2012-02-28  Stanislav Brabec  <sbrabec@suse.cz>
53007         [BZ #13637]
53008         * posix/regex_internal.c (re_string_skip_chars): Fix miscomputation
53009         of remain_len that may cause incomplete multi-byte character and
53010         false match.
53011         * posix/bug-regex33.c: New file.
53012         * posix/Makefile (tests): Add bug-regex33.
53014 2012-02-28  Joseph Myers  <joseph@codesourcery.com>
53016         * manual/macros.texi: New file.
53017         * Makefile (INSTALL, NOTES): Depend on manual/macros.texi.
53018         * manual/libc.texinfo: Include macros.texi.
53019         * manual/creatute.texi: Likewise.
53020         * manual/install.texi: Likewise.
53021         * manual/arith.texi: Use macros @Theglibc{}, @theglibc{} and
53022         @glibcadj{} in references to the GNU C Library.
53023         * manual/charset.texi: Likewise.
53024         * manual/conf.texi: Likewise.
53025         * manual/contrib.texi: Likewise.  Consistently use "GNU C Library"
53026         when not using those macros.
53027         * manual/creature.texi: Likewise.
53028         * manual/crypt.texi: Likewise.
53029         * manual/errno.texi: Likewise.
53030         * manual/filesys.texi: Likewise.
53031         * manual/header.texi: Likewise.
53032         * manual/install.texi: Likewise.
53033         * manual/intro.texi: Likewise.
53034         * manual/io.texi: Likewise.
53035         * manual/job.texi: Likewise.
53036         * manual/lang.texi: Likewise.
53037         * manual/libc.texiinfo: Likewise.
53038         * manual/llio.texi: Likewise.
53039         * manual/locale.texi: Likewise.
53040         * manual/maint.texi: Likewise.
53041         * manual/math.texi: Likewise.
53042         * manual/memory.texi: Likewise.
53043         * manual/message.texi: Likewise.
53044         * manual/nss.texi: Likewise.
53045         * manual/pattern.texi: Likewise.
53046         * manual/process.texi: Likewise.
53047         * manual/resource.texi: Likewise.
53048         * manual/search.texi: Likewise.
53049         * manual/setjmp.texi: Likewise.
53050         * manual/signal.texi: Likewise.
53051         * manual/socket.texi: Likewise.
53052         * manual/startup.texi: Likewise.
53053         * manual/stdio.texi: Likewise.
53054         * manual/string.texi: Likewise.
53055         * manual/sysinfo.texi: Likewise.
53056         * manual/syslog.texi: Likewise.
53057         * manual/terminal.texi: Likewise.
53058         * manual/time.texi: Likewise.
53059         * manual/users.texi: Likewise.
53060         * INSTALL: Regenerated.
53061         * NOTES: Regenerated.
53062         * sysdeps/gnu/errlist.c: Regenerated.
53064 2012-02-28  Andreas Schwab  <schwab@linux-m68k.org>
53066         * include/dirent.h: Include <dirstream.h> before
53067         <dirent/dirent.h>.
53069 2012-02-28  David S. Miller  <davem@davemloft.net>
53071         * sysdeps/sparc/sparc32/fpu/s_copysign.S: New file.
53072         * sysdeps/sparc/sparc32/fpu/s_copysignf.S: New file.
53073         * sysdeps/sparc/sparc64/fpu/s_copysign.S: New file.
53074         * sysdeps/sparc/sparc64/fpu/s_copysignf.S: New file.
53076 2012-02-27  David S. Miller  <davem@davemloft.net>
53078         * sysdeps/sparc/sparc32/sparcv9/fpu/s_floor.S: New file.
53079         * sysdeps/sparc/sparc32/sparcv9/fpu/s_floorf.S: New file.
53080         * sysdeps/sparc/sparc64/fpu/s_floor.S: New file.
53081         * sysdeps/sparc/sparc64/fpu/s_floorf.S: New file.
53083         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: Fix accidental use of
53084         frame pointer instead of stack pointer relative arg slot.
53085         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceilf.S: Likewise.
53086         * sysdeps/sparc/sparc64/fpu/s_ceil.S: Likewise.
53087         * sysdeps/sparc/sparc64/fpu/s_ceilf.S: Likewise.
53089 2012-02-27  Carlos O'Donell  <carlos_odonell@mentor.com>
53091         [BZ #3992]
53092         * stdlib/fmtmsg.c: Use of uint32_t requires stdint.h.
53094 2012-02-27  David S. Miller  <davem@davemloft.net>
53096         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: Fix comment formatting.
53097         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceilf.S: Likewise.
53098         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rint.S: Likewise.
53099         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rintf.S: Likewise.
53100         * sysdeps/sparc/sparc64/fpu/s_ceil.S: Likewise.
53101         * sysdeps/sparc/sparc64/fpu/s_ceilf.S: Likewise.
53102         * sysdeps/sparc/sparc64/fpu/s_rint.S: Likewise.
53103         * sysdeps/sparc/sparc64/fpu/s_rintf.S: Likewise.
53105 2012-02-27  Joseph Myers  <joseph@codesourcery.com>
53107         * configure.in (CC): Restrict allowed GCC versions to 4.3 and
53108         later.  Allow versions 5-9.
53109         * configure: Regenerated.
53110         * manual/install.texi (Tools for Compilation): Give GCC 4.3 as
53111         required minimum version and 4.6 as recommended version.  Do not
53112         mention bugs in GCC 2.7 and 2.8.
53113         * INSTALL: Regenerated.
53115 2012-02-27  David S. Miller  <davem@davemloft.net>
53117         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: New file.
53118         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceilf.S: New file.
53119         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rint.S: New file.
53120         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rintf.S: New file.
53121         * sysdeps/sparc/sparc64/fpu/s_ceil.S: New file.
53122         * sysdeps/sparc/sparc64/fpu/s_ceilf.S: New file.
53123         * sysdeps/sparc/sparc64/fpu/s_rint.S: New file.
53124         * sysdeps/sparc/sparc64/fpu/s_rintf.S: New file.
53126         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c (__nearbyintl): Do not
53127         manipulate bits before adding and subtracting TWO112[sx].
53128         * sysdeps/ieee754/ldbl-128/s_rintl.c (__rintl): Likewise.
53130 2012-02-27  Roland McGrath  <roland@hack.frob.com>
53132         [BZ #13775]
53133         * libio/bits/stdio-ldbl.h (vdprintf, dprintf): Put these under
53134         [__USE_XOPEN2K8] rather than [__USE_GNU], to match the stdio.h decls.
53135         * libio/stdio.h (vdprintf, dprintf): Remove comment about these not
53136         being in POSIX, because they are in 1003.1-2008.
53138         * rt/tst-aio.c: Include <fcntl.h>.
53139         * rt/tst-aio7.c: Likewise.
53140         * rt/tst-aio64.c: Likewise.
53142         * stdio-common/tst-fmemopen.c (main): Remove spurious const.
53144 2012-02-27  Joseph Myers  <joseph@codesourcery.com>
53146         * manual/install.texi (--with-headers): Describe headers as
53147         interface headers, not private headers.
53148         (Specific advice for GNU/Linux systems): Describe use of headers
53149         from "make headers_install", not private headers from older
53150         kernels.
53151         * INSTALL: Regenerated.
53152         * sysdeps/unix/sysv/linux/configure.in (LIBC_LINUX_VERSION):
53153         Change to 2.6.19.
53154         * sysdeps/unix/sysv/linux/configure: Regenerated.
53156         * manual/llio.texi (fclean): Remove documentation.
53158         * manual/Makefile (libc-texi-generated): New variable.  Include
53159         version.texi.
53160         (libc.dvi, libc.pdf, libc.info, libc/index.html): Depend on
53161         $(libc-texi-generated), not duplicated list of files.
53162         (version.texi, stamp-version): New rules.
53163         (realclean): Remove $(libc-texi-generated), not individual files
53164         from that list.  Do not remove dir-add.texinfo.
53165         * manual/libc.texinfo: Comment out uses of edition numbers and
53166         references to printed manual.  Remove last-updated dates.
53167         (EDITION): Comment out.
53168         (ISBN): Likewise.
53169         (VERSION, UPDATED): Remove.
53170         (version.texi): Include.
53172 2012-02-27  Andreas Schwab  <schwab@linux-m68k.org>
53174         * sysdeps/posix/spawni.c: Include <signal.h>.
53175         * sysdeps/pthread/aio_cancel.c: Include <fcntl.h>.
53176         * sysdeps/pthread/aio_fsync.c: Likewise.
53178 2012-02-26  Ulrich Drepper  <drepper@gmail.com>
53180         * conform/Makefile (tests): Run only when not cross-compiling and
53181         when fast-check is not defined.
53183         * conform/conformtest.pl: XPG7 and POSIX2008 require C99.
53184         * conform/data/limits.h-data: Fixes for POSIX2008.
53185         * conform/run-conformtest.sh: Run all tests.
53186         * include/arpa/inet.h: Changes to allow conformtest.pl to use the
53187         headers.
53188         * include/bits/dlfcn.h: Likewise.
53189         * include/langinfo.h: Likewise.
53190         * include/monetary.h: Likewise.
53191         * include/sys/poll.h: Likewise.
53193         * io/fcntl.h: Define AT_NO_AUTOMOUNT and AT_EMPTY_PATH only
53194         for __USE_GNU.
53195         * posix/spawn.h: Define __need_sigset_t.
53196         * posix/sys/wait.h: Don't include <sys/resource.h>, define id_t here.
53197         * posix/unistd.h: Declare ctermid only for XPG before XPG6.
53198         * rt/aio.h: Don't include fcntl.h and signal.h.  Use bits/siginfo.h
53199         to get sigevent_t only.
53200         * sysdeps/unix/sysv/linux/bits/socket.h: Declare sendmmsg and recvmmsg
53201         only for __USE_GNU.
53202         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
53203         * sysdeps/unix/sysv/linux/bits/uio.h: Declare process_vm_readv and
53204         process_vm_writev only for __USE_GNU.
53205         * termios/termios.h: Declare tcgetsid also for POSIX2008.
53207         * conform/Makefile: For now ignore errors from run-conformtest.
53208         * conform/conformtest.pl: Simplify code.  Add -ansi to CFLAGS for
53209         POSIX to avoid namespace pollution.  Don't prepend headers.
53210         * conform/data/aio.h-data: Fixes for POSIX testing.
53211         * conform/data/fcntl.h-data: Likewise.
53212         * conform/data/glob.h-data: Likewise.
53213         * conform/data/grp.h-data: Likewise.
53214         * conform/data/pthread.h-data: Likewise.
53215         * conform/data/pwd.h-data: Likewise.
53216         * conform/data/signal.h-data: Likewise.
53217         * conform/data/spawn.h-data: Likewise.
53218         * conform/data/stdio.h-data: Likewise.
53219         * conform/data/stdlib.h-data: Likewise.
53220         * conform/data/stropts.h-data: Likewise.
53221         * conform/data/sys/mman.h-data: Likewise.
53222         * conform/data/sys/stat.h-data: Likewise.
53223         * conform/data/sys/types.h-data: Likewise.
53224         * conform/data/sys/wait.h-data: Likewise.
53225         * conform/data/time.h-data: Likewise.
53226         * conform/data/unistd.h-data: Likewise.
53227         * conform/data/utime.h-data: Likewise.
53229         * io/sys/stat.h: fchmod was always in POSIX.
53230         * posix/sys/wait.h: Include <sys/resource.h> only for waitid.
53231         * posix/unistd.h: fsync and ftruncate were in early POSIX as well.
53232         * rt/aio.h: Define __need_timespec before including <time.h>.
53233         * sysdeps/unix/sysv/linux/bits/siginfo.h: Don't name siginfo_t
53234         struct.  Add forward declaration of pthread_attr_t and use it in
53235         sigevent.
53236         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h: Likewise.
53237         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h: Likewise.
53238         * sysdeps/unix/sysv/linux/bits/time.h: Don't let __STRICT_ANSI__
53239         always remove CLK_TCK definition.
53241 2012-02-26  Andreas Schwab  <schwab@linux-m68k.org>
53243         * sysdeps/ieee754/dbl-64/k_tan.c: Replace with empty file.
53245 2012-02-25  Ulrich Drepper  <drepper@gmail.com>
53247         * conform/run-conformtest.sh: New file.
53248         * conform/Makefile: Run run-conformtest for tests.
53249         * conform/conformtest.pl: Many bug fixes.  Add ISO C99, ISO C11
53250         support.
53252         * conform/data/uchar.h-data: New file.
53253         * conform/data/aio.h-data: Fixes for ISO C and POSIX 1995 testing.
53254         * conform/data/arpa/inet.h-data: Likewise.
53255         * conform/data/assert.h-data: Likewise.
53256         * conform/data/complex.h-data: Likewise.
53257         * conform/data/cpio.h-data: Likewise.
53258         * conform/data/ctype.h-data: Likewise.
53259         * conform/data/dirent.h-data: Likewise.
53260         * conform/data/dlfcn.h-data: Likewise.
53261         * conform/data/errno.h-data: Likewise.
53262         * conform/data/fcntl.h-data: Likewise.
53263         * conform/data/float.h-data: Likewise.
53264         * conform/data/fmtmsg.h-data: Likewise.
53265         * conform/data/fnmatch.h-data: Likewise.
53266         * conform/data/ftw.h-data: Likewise.
53267         * conform/data/glob.h-data: Likewise.
53268         * conform/data/grp.h-data: Likewise.
53269         * conform/data/iconv.h-data: Likewise.
53270         * conform/data/inttypes.h-data: Likewise.
53271         * conform/data/langinfo.h-data: Likewise.
53272         * conform/data/libgen.h-data: Likewise.
53273         * conform/data/limits.h-data: Likewise.
53274         * conform/data/locale.h-data: Likewise.
53275         * conform/data/math.h-data: Likewise.
53276         * conform/data/monetary.h-data: Likewise.
53277         * conform/data/mqueue.h-data: Likewise.
53278         * conform/data/ndbm.h-data: Likewise.
53279         * conform/data/net/if.h-data: Likewise.
53280         * conform/data/netdb.h-data: Likewise.
53281         * conform/data/netinet/in.h-data: Likewise.
53282         * conform/data/nl_types.h-data: Likewise.
53283         * conform/data/poll.h-data: Likewise.
53284         * conform/data/pthread.h-data: Likewise.
53285         * conform/data/pwd.h-data: Likewise.
53286         * conform/data/regex.h-data: Likewise.
53287         * conform/data/sched.h-data: Likewise.
53288         * conform/data/search.h-data: Likewise.
53289         * conform/data/semaphore.h-data: Likewise.
53290         * conform/data/setjmp.h-data: Likewise.
53291         * conform/data/signal.h-data: Likewise.
53292         * conform/data/spawn.h-data: Likewise.
53293         * conform/data/stdarg.h-data: Likewise.
53294         * conform/data/stdio.h-data: Likewise.
53295         * conform/data/stdlib.h-data: Likewise.
53296         * conform/data/string.h-data: Likewise.
53297         * conform/data/strings.h-data: Likewise.
53298         * conform/data/stropts.h-data: Likewise.
53299         * conform/data/sys/ipc.h-data: Likewise.
53300         * conform/data/sys/mman.h-data: Likewise.
53301         * conform/data/sys/msg.h-data: Likewise.
53302         * conform/data/sys/resource.h-data: Likewise.
53303         * conform/data/sys/select.h-data: Likewise.
53304         * conform/data/sys/sem.h-data: Likewise.
53305         * conform/data/sys/shm.h-data: Likewise.
53306         * conform/data/sys/socket.h-data: Likewise.
53307         * conform/data/sys/stat.h-data: Likewise.
53308         * conform/data/sys/statvfs.h-data: Likewise.
53309         * conform/data/sys/time.h-data: Likewise.
53310         * conform/data/sys/timeb.h-data: Likewise.
53311         * conform/data/sys/times.h-data: Likewise.
53312         * conform/data/sys/types.h-data: Likewise.
53313         * conform/data/sys/uio.h-data: Likewise.
53314         * conform/data/sys/un.h-data: Likewise.
53315         * conform/data/sys/utsname.h-data: Likewise.
53316         * conform/data/sys/wait.h-data: Likewise.
53317         * conform/data/syslog.h-data: Likewise.
53318         * conform/data/tar.h-data: Likewise.
53319         * conform/data/termios.h-data: Likewise.
53320         * conform/data/utime.h-data: Likewise.
53321         * conform/data/utmpx.h-data: Likewise.
53322         * conform/data/varargs.h-data: Likewise.
53323         * conform/data/wchar.h-data: Likewise.
53324         * conform/data/wctype.h-data: Likewise.
53325         * conform/data/wordexp.h-data: Likewise.
53327         * include/stropts.h: New file.
53328         * include/uchar.h: New file.
53329         * include/aio.h: Changes to allow conformtest.pl to use the headers.
53330         * include/assert.h: Likewise.
53331         * include/ctype.h: Likewise.
53332         * include/dirent.h: Likewise.
53333         * include/dlfcn.h: Likewise.
53334         * include/fcntl.h: Likewise.
53335         * include/fnmatch.h: Likewise.
53336         * include/glob.h: Likewise.
53337         * include/grp.h: Likewise.
53338         * include/libio.h: Likewise.
53339         * include/locale.h: Likewise.
53340         * include/math.h: Likewise.
53341         * include/net/if.h: Likewise.
53342         * include/netdb.h: Likewise.
53343         * include/netinet/in.h: Likewise.
53344         * include/pthread.h: Likewise.
53345         * include/pwd.h: Likewise.
53346         * include/regex.h: Likewise.
53347         * include/sched.h: Likewise.
53348         * include/search.h: Likewise.
53349         * include/setjmp.h: Likewise.
53350         * include/signal.h: Likewise.
53351         * include/stdio.h: Likewise.
53352         * include/stdlib.h: Likewise.
53353         * include/string.h: Likewise.
53354         * include/sys/cdefs.h: Likewise.
53355         * include/sys/mman.h: Likewise.
53356         * include/sys/msg.h: Likewise.
53357         * include/sys/resource.h: Likewise.
53358         * include/sys/select.h: Likewise.
53359         * include/sys/socket.h: Likewise.
53360         * include/sys/stat.h: Likewise.
53361         * include/sys/statvfs.h: Likewise.
53362         * include/sys/time.h: Likewise.
53363         * include/sys/times.h: Likewise.
53364         * include/sys/uio.h: Likewise.
53365         * include/sys/utsname.h: Likewise.
53366         * include/sys/wait.h: Likewise.
53367         * include/termios.h: Likewise.
53368         * include/time.h: Likewise.
53369         * include/ulimit.h: Likewise.
53370         * include/unistd.h: Likewise.
53371         * include/utime.h: Likewise.
53372         * include/wchar.h: Likewise.
53373         * include/wctype.h: Likewise.
53374         * include/wordexp.h: Likewise.
53376         * posix/tar.h (TSVTX): Should not be visible for POSIX before 2008.
53378         * time/time.h: TIME_UTC must be a macro.
53379         Make timespec_get available for ISO C11 only as well.
53381 2012-02-24  Ulrich Drepper  <drepper@gmail.com>
53383         * stdlib/fmtmsg.c (fmtmsg): Lock around use of severity list.
53384         Reported by Peng Haitao <penght@cn.fujitsu.com>.
53386 2012-02-24  Joseph Myers  <joseph@codesourcery.com>
53388         * configure.in: Use -o not -a in test for unsupported multi-arch.
53390 2012-02-24  Joseph Myers  <joseph@codesourcery.com>
53392         * manual/texinfo.tex: Update to version 2012-01-19.16.
53394 2012-02-24  Joseph Myers  <joseph@codesourcery.com>
53396         * manual/Makefile (licenses): Change fdl-1.1.texi to fdl-1.3.texi.
53398 2012-02-24  Roland McGrath  <roland@hack.frob.com>
53400         [BZ #13738]
53401         * manual/libc.texinfo (FDL_VERSION): Set to 1.3.
53402         * manual/fdl-1.3.texi: New file.
53403         * manual/fdl-1.1.texi: File removed.
53405         [BZ #13738]
53406         * manual/libc.texinfo (FDL_VERSION): New @set.
53407         Use it for mention of FDL in cover text.
53408         (Documentation License): Use it in @include file name.
53410 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
53411             Roland McGrath  <roland@hack.frob.com>
53413         [BZ #5461]
53414         * manual/arith.texi (strtoll): Refer to LLONG_MAX and LLONG_MIN)
53415         (not LONG_LONG_MAX and LONG_LONG_MIN.
53416         * manual/lang.texi (LONG_LONG_MIN): Document first as ISO
53417         LLONG_MIN.  Refer to LONG_LONG_MIN only as older GCC-specific
53418         name.
53419         (LONG_LONG_MAX, LLONG_MAX, ULONG_LONG_MAX, ULLONG_MAX): Likewise.
53421 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
53423         [BZ #2547]
53424         [BZ #11365]
53425         * sysdeps/ieee754/flt-32/s_nearbyintf.c (__nearbyintf): Do not
53426         manipulate bits before adding and subtracting TWO23[sx].
53427         * math/libm-test.inc (nearbyint_test): Add more tests.
53429 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
53431         [BZ #2548]
53432         * sysdeps/ieee754/flt-32/s_rintf.c (__rintf): Do not manipulate
53433         bits before adding and subtracting TWO23[sx].
53434         * math/libm-test.inc (rint_test): Add more tests.
53435         (rint_test_tonearest): Likewise.
53436         (rint_test_towardzero): Likewise.
53437         (rint_test_downward): Likewise.
53438         (rint_test_upward: Likewise.
53440 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
53442         [BZ #10110]
53443         * include/stdc-predef.h: New file.  Extracted from features.h.
53444         * include/features.h: Include stdc-predef.h.
53445         * Makefile (headers): Add stdc-predef.h.
53446         * CONFORMANCE (Compiler limitations): Update.
53448 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
53450         * manual/libc.texinfo (VERSION, UPDATED): Revert.
53452 2012-02-21  David S. Miller  <davem@davemloft.net>
53454         * sysdeps/sparc/sparc32/fpu/libm-test-ulps: More jn test ULP updates.
53455         * sysdeps/sparc/sparc64/fpu/libm-test-ulps: Likewise.
53457 2012-02-20  David S. Miller  <davem@davemloft.net>
53459         * sysdeps/sparc/sparc32/__longjmp.S: Unwind in the 'thread' path
53460         using a normal save/restore sequence, rather than allocating a
53461         dummy stack frame just to store a frame pointer and restore.
53462         * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Likewise.
53464 2012-02-21  Joseph Myers  <joseph@codesourcery.com>
53466         * manual/install.texi: Fix stray word in line-wrapped comment.
53468 2012-02-20  David S. Miller  <davem@davemloft.net>
53470         * sysdeps/sparc/elf/configure.in (PI_STATIC_AND_HIDDEN): Define if
53471         both binutils and gcc support GOTDATA.
53473         * sysdeps/unix/sparc/sysdep.h: Document why we don't use
53474         "rd %pc" in the PIC register setup sequences.
53476         * sysdeps/sparc/crti.S: Try to use GOTDATA relocs.
53477         * sysdeps/sparc/sparc32/dl-machine.h (RTLD_START): Likewise.
53478         * sysdeps/sparc/sparc32/elf/start.S: Likewise.
53479         * sysdeps/sparc/sparc64/dl-machine.h (RTLD_START): Likewise.
53480         * sysdeps/sparc/sparc64/elf/start.S: Likewise.
53481         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Likewise.
53482         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
53483         * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Likewise.
53484         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h
53485         (SYSCALL_ERROR_HANDLER): Likewise.
53486         * sysdeps/unix/sysv/linux/sparc/sparc64/____longjmp_chk.S: Likewise.
53487         * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S: Likewise.
53488         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h
53489         (SYSCALL_ERROR_HANDLER): Likewise.
53491         * config.h.in (HAVE_BINUTILS_GOTDATA): New.
53492         (HAVE_GCC_GOTDATA): New.
53493         * sysdeps/sparc/elf/configure.in: Test for GOTDATA
53494         relocation support in both binutils and gcc.
53495         * sysdeps/sparc/elf/configure: Regenerate.
53497         * sysdeps/sparc/sparc32/elf/configure.in: Delete.
53498         * sysdeps/sparc/sparc32/elf/configure: Delete.
53499         * sysdeps/sparc/sparc64/elf/configure.in: Delete.
53500         * sysdeps/sparc/sparc64/elf/configure: Delete.
53501         * sysdeps/sparc/elf/configure.in: New file.
53502         * sysdeps/sparc/elf/configure: Generate.
53504         * sysdeps/sparc/sparc32/elf/configure.in: Delete WDISP22 check.
53505         * sysdeps/sparc/sparc32/elf/configure: Regenerate.
53506         * sysdeps/sparc/sparc64/elf/configure.in: Likewise.
53507         * sysdeps/sparc/sparc64/elf/configure: Regenerate.
53508         * config.h.in (BROKEN_SPARC_WDISP22): Remove.
53510 2012-02-21  Joseph Myers  <joseph@codesourcery.com>
53512         * manual/install.texi: Do not mention specific glibc version
53513         numbers.
53514         * manual/libc.texinfo (VERSION, UPDATED): Update.
53515         (@copying): Use @copyright{} and range of years.
53517 2012-02-21  Joseph Myers  <joseph@codesourcery.com>
53519         [BZ #13695]
53520         * csu/Makefile (distribute): Remove initfini.c and defs.awk.
53521         [crti.S not in sysdirs] (generated): Do not append.
53522         [crti.S not in sysdirs] (omit-deps): Likewise.
53523         [crti.S not in sysdirs] ($(crtstuff:%=$(objpfx)%.o)): Remove rule.
53524         [crti.S not in sysdirs] ($(objpfx)initfini.s): Likewise.
53525         [crti.S not in sysdirs] ($(objpfx)crti.S): Likewise.
53526         [crti.S not in sysdirs] ($(objpfx)crtn.S): Likewise.
53527         [crti.S not in sysdirs] ($(patsubst %,$(objpfx)crt%.o,i n)):
53528         Likewise.
53529         [crti.S not in sysdirs] ($(objpfx)defs.h): Likewise.
53530         [crti.S not in sysdirs] (CFLAGS-initfini.s): Remove variable.
53531         [crti.S not in sysdirs] (initfini.c): Remove vpath directive.
53532         * csu/defs.awk: Remove file.
53533         * sysdeps/generic/initfini.c: Likewise.
53534         * sysdeps/powerpc/powerpc32/Makefile (CFLAGS-initfini.s): Remove
53535         variable.
53536         * sysdeps/powerpc/powerpc64/Makefile (CFLAGS-initfini.s):
53537         Likewise.
53539 2012-02-20  Joseph Myers  <joseph@codesourcery.com>
53541         * sysdeps/unix/sysv/linux/bits/epoll.h: New file.
53542         * sysdeps/unix/sysv/linux/sparc/bits/epoll.h: Likewise.
53543         * sysdeps/unix/sysv/linux/x86_64/bits/epoll.h: Likewise.
53544         * sysdeps/unix/sysv/linux/sparc/sys/epoll.h: Remove
53545         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Likewise.
53546         * sysdeps/unix/sysv/linux/sys/epoll.h: Get flags from
53547         <bits/epoll.h>.
53548         (EPOLL_CLOEXEC, EPOLL_NONBLOCK): Don't define here.
53549         (__EPOLL_PACKED): Define to empty if not defined by
53550         <bits/epoll.h>.
53551         (struct epoll_event): Use __EPOLL_PACKED to make possibly packed.
53552         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
53553         bits/epoll.h.
53555 2012-02-20  Joseph Myers  <joseph@codesourcery.com>
53557         * sysdeps/unix/sysv/linux/bits/timerfd.h: New file.
53558         * sysdeps/unix/sysv/linux/sparc/bits/timerfd.h: Likewise.
53559         * sysdeps/unix/sysv/linux/sparc/sys/timerfd.h: Remove.
53560         * sysdeps/unix/sysv/linux/sys/timerfd.h: Get flags from
53561         <bits/timerfd.h>.
53562         (TFD_CLOEXEC, TFD_NONBLOCK): Don't define here.
53563         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
53564         bits/timerfd.h.
53566 2012-02-20  Joseph Myers  <joseph@codesourcery.com>
53568         * sysdeps/i386/fpu/libm-test-ulps: Resort with gen-libm-test.pl -n
53569         in C locale.
53570         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
53571         * sysdeps/sh/sh4/fpu/libm-test-ulps: Likewise.
53572         * sysdeps/sparc/sparc32/fpu/libm-test-ulps: Likewise.
53573         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
53575 2012-02-20  Aurelien Jarno  <aurelien@aurel32.net>
53577         * sysdeps/sparc/sparc32/fpu/libm-test-ulps: Adjust ULPs for jn tests.
53578         * sysdeps/sparc/sparc64/fpu/libm-test-ulps: Likewise.
53580 2012-02-19  Andreas Schwab  <schwab@linux-m68k.org>
53582         * manual/errno.texi (Error Codes): Add EHWPOISON entry.
53583         * sysdeps/unix/sysv/linux/bits/errno.h (EHWPOISON): Define if not
53584         defined.
53585         * sysdeps/unix/sysv/linux/sparc/bits/errno.h (EHWPOISON):
53586         Likewise.
53587         * sysdeps/unix/sysv/linux/sparc/Versions: Add new errlist compat
53588         entry for 2.16.
53590 2012-02-19  Aurelien Jarno  <aurelien@aurel32.net>
53592         * math/w_acos.c: Use non-signaling floating-point comparisons.
53593         * math/w_acosf.c: Likewise.
53594         * math/w_acosh.c: Likewise.
53595         * math/w_acoshf.c: Likewise.
53596         * math/w_acoshl.c: Likewise.
53597         * math/w_acosl.c: Likewise.
53598         * math/w_asin.c: Likewise.
53599         * math/w_asinf.c: Likewise.
53600         * math/w_asinl.c: Likewise.
53601         * math/w_atanh.c: Likewise.
53602         * math/w_atanhf.c: Likewise.
53603         * math/w_atanhl.c: Likewise.
53604         * math/w_exp2.c: Likewise.
53605         * math/w_exp2f.c: Likewise.
53606         * math/w_exp2l.c: Likewise.
53607         * math/w_j0.c: Likewise.
53608         * math/w_j0f.c: Likewise.
53609         * math/w_j0l.c: Likewise.
53610         * math/w_j1.c: Likewise.
53611         * math/w_j1f.c: Likewise.
53612         * math/w_j1l.c: Likewise.
53613         * math/w_jn.c: Likewise.
53614         * math/w_jnf.c: Likewise.
53615         * math/w_log.c: Likewise.
53616         * math/w_log10.c: Likewise.
53617         * math/w_log10f.c: Likewise.
53618         * math/w_log10l.c: Likewise.
53619         * math/w_log2.c: Likewise.
53620         * math/w_log2f.c: Likewise.
53621         * math/w_log2l.c: Likewise.
53622         * math/w_logf.c: Likewise.
53623         * math/w_logl.c: Likewise.
53624         * math/w_sqrt.c: Likewise.
53625         * math/w_sqrtf.c: Likewise.
53626         * math/w_sqrtl.c: Likewise.
53627         * sysdeps/ieee754/dbl-64/e_atanh.c: Likewise.
53628         * sysdeps/ieee754/dbl-64/w_exp.c: Likewise.
53629         * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
53630         * sysdeps/ieee754/flt-32/w_expf.c: Likewise.
53631         * sysdeps/ieee754/ldbl-96/w_expl.c: Likewise.
53633 2012-02-19  Joseph Myers  <joseph@codesourcery.com>
53635         [BZ #9739]
53636         * manual/string.texi (strnlen): Use correct parameter name in
53637         equivalent expression.
53639 2012-02-19  Joseph Myers  <joseph@codesourcery.com>
53641         [BZ #11174]
53642         * manual/users.texi (seteuid): Consistently use neweuid for
53643         argument name.
53645 2012-02-19  Joseph Myers  <joseph@codesourcery.com>
53647         [BZ #13704]
53648         * manual/nss.texi (Services in the NSS configuration): Correct
53649         list of services in example configuration file.
53651 2012-02-19  Nick Bowler  <nbowler@draconx.ca>
53653         [BZ #11322]
53654         * manual/arith.texi: Remove statements about negative zero
53655         behaving identically to zero.
53657 2012-02-18  Joseph Myers  <joseph@codesourcery.com>
53659         [BZ #5993]
53660         * manual/install.texi: Do not document upgrading from libc5.
53662 2012-02-18  Joseph Myers  <joseph@codesourcery.com>
53664         [BZ #4596]
53665         * manual/conf.texi (_POSIX_VERSION): Do not mention __POSIX__.
53667 2012-02-18  David S. Miller  <davem@davemloft.net>
53669         * sysdeps/unix/sparc/sysdep.h (SPARC_PIC_THUNK): New macro.
53670         (SETUP_PIC_REG): Use SPARC_PIC_THUNK and don't save and restore
53671         %o7 across the call.
53672         (SETUP_PIC_REG_LEAF): Do %o7 save/restore in this new macro
53673         instead.
53674         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Use
53675         SETUP_PIC_REG_LEAF.
53676         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
53677         * sysdeps/sparc/crti.S: Use SETUP_PIC_REG.
53678         * sysdeps/sparc/crtn.S: Likewise.
53680 2012-02-17  Ulrich Drepper  <drepper@gmail.com>
53682         * aout/Makefile: Remove.
53684 2012-02-18  Rafe Kettler  <rafe.kettler@gmail.com>
53686         [BZ #13058]
53687         * manual/examples/argp-ex1.c (main): Format definition in GNU
53688         style.
53689         * manual/examples/argp-ex2.c (main): Likewise.
53690         * manual/examples/argp-ex3.c (main): Likewise.
53691         * manual/examples/argp-ex4.c (main): Likewise.
53692         * manual/examples/longopt.c (main): Use new-style prototype
53693         definition.
53694         * manual/examples/strncat.c (main): Specify return type and use
53695         (void) for arguments.
53696         * manual/examples/subopt.c (main): Use char **argv argument.
53698 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
53700         [BZ #5077]
53701         * manual/lang.texi (FLT_EPSILON): Avoid description depending on
53702         rounding modes.
53704 2012-02-17  Fabrice Bauzac  <fabrice.bauzac@wanadoo.fr>
53706         [BZ #6907]
53707         * manual/string.texi (strchr): Change when strchrnul is
53708         recommended.
53710 2012-02-17  Dwayne Grant McConnell  <decimal@us.ibm.com>
53712         [BZ #174]
53713         * manual/locale.texi (setlocale): Document LOCPATH.
53715 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
53717         [BZ #10210]
53718         * manual/process.texi (execle): Move @dots{} before last argument.
53720 2012-02-17  Paul Bolle  <pebolle@tiscali.nl>
53722         [BZ #12047]
53723         * manual/charset.texi (Generic Charset Conversion): Fix typo
53724         (LC_TYPE -> LC_CTYPE).
53726 2012-02-17  Nicolas Boulenguez  <nicolas.boulenguez@free.fr>
53728         [BZ #5805]
53729         * manual/arith.texi (scalbn): Use @var{} on parameter names.
53730         (scalbnf): Likewise.
53731         (scalbnl): Likewise.
53732         (scalbln): Likewise.
53733         (scalblnf): Likewise.
53734         (scalblnl): Likewise.
53735         * manual/errno.texi (vwarn): Name last parameter as @var{ap}.
53736         (vwarnx): Likewise.
53737         (verr): Likewise.
53738         (verrx): Likewise.
53739         * manual/filesys.texi (telldir): Use braces around return type.
53740         * manual/llio.texi (mmap): Add space after comma.
53741         (mmap64): Likewise.
53742         * manual/math.texi (jn): Use @var{} on parameter names.
53743         (jnf): Likewise.
53744         (jnl): Likewise.
53745         (yn): Likewise.
53746         (ynf): Likewise.
53747         (ynl): Likewise.
53748         * manual/memory.texi (alloca): Remove semicolon on @deftypefun
53749         line.
53750         * manual/resource.texi (ulimit): Use @dots{} instead of literal
53751         "...".
53752         (sched_get_priority_min): Remove semicolon on @deftypefun line.
53753         (sched_get_priority_max): Likewise.
53754         * manual/signal.texi (sigvec): Add space after comma.
53755         * manual/socket.texi (if_nametoindex): Use @var{} on parameter
53756         names.
53757         (if_indextoname): Likewise.
53758         (if_freenameindex): Likewise.
53759         (sendto): Use ',' instead of '.' in prototype.
53760         * manual/startup.texi (syscall): Use @dots{} instead of literal
53761         "...".
53762         * manual/stdio.texi (__fpending): Separate initial words of
53763         paragraph from @deftypefun line.
53764         * manual/syslog.texi (syslog): Use @dots{} instead of literal
53765         "...".
53766         (vsyslog): Use @var{} on parameter names.
53767         * manual/terminal.texi (stty): Use @var{} on parameter names.
53768         * manual/users.texi (getutmp): Use @var{} on parameter names.
53769         (getutmpx): Likewise.
53771 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
53773         [BZ #6884]
53774         * manual/stdio.texi (fopen): Fix typos in description of
53775         ",ccs=STRING".
53777 2012-02-17  Aurelien Jarno  <aurelien@aurel32.net>
53779         [BZ #4026]
53780         * sysdeps/unix/sysv/linux/clock_settime.c: include <time.h> to
53781         get clock_id definition.
53783 2012-02-17  Thomas Schwinge  <thomas@schwinge.name>
53785         [BZ #4822]
53786         * sysdeps/mach/hurd/malloc-machine.h: #include <sys/mman.h>.
53787         (madvise): Cast every argument to void on its own.
53789 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
53791         [BZ #9902]
53792         * manual/startup.texi (Exit Status): Fix typo.
53794 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
53796         [BZ #10140]
53797         * manual/examples/argp-ex1.c: Include <stdlib.h>.
53798         * manual/examples/argp-ex2.c: Likewise.
53799         * manual/examples/argp-ex3.c: Likewise.
53801 2012-02-16  Richard Henderson  <rth@redhat.com>
53803         * sysdeps/s390/s390-32/crti.S, sysdeps/s390/s390-32/crtn.S: New files.
53804         * sysdeps/s390/s390-32/initfini.c: Remove.
53805         * sysdeps/s390/s390-64/crti.S, sysdeps/s390/s390-64/crtn.S:
53806         * sysdeps/s390/s390-64/initfini.c: Remove.
53808 2012-02-15  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
53810         * sysdeps/sh/crti.S, sysdeps/sh/crtn.S: New files, based on
53811         compiler output for sysdeps/generic/initfini.c.
53812         * sysdeps/sh/elf/initfini.c: Remove file.
53814 2012-02-16  David S. Miller  <davem@davemloft.net>
53816         [BZ #11494]
53817         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (O_FSYNC): Define.
53819         * sysdeps/sparc/Makefile: Add -fPIC when building crt{i,n}.S
53820         * sysdeps/sparc/crti.S: New file.
53821         * sysdeps/sparc/crtn.S: New file.
53822         * sysdeps/sparc/sparc32/Makefile: Remove initfini handling.
53823         * sysdeps/sparc/sparc64/Makefile: Likewise.
53825 2012-02-15  Mike Frysinger  <vapier@gentoo.org>
53827         [BZ #3335]
53828         * sysdeps/unix/sysv/linux/getcwd.c: Include sys/param.h.
53830 2012-02-15  Roland McGrath  <roland@hack.frob.com>
53832         [BZ #4822]
53833         * sysdeps/mach/hurd/malloc-machine.h (madvise): New macro.
53835         * mach/devstream.c (cookie_io_functions_t): Macro removed.
53836         (write, read, close): Likewise.
53837         Patch by Aurelien Jarno <aurelien@aurel32.net>.
53839 2012-02-15  Joseph Myers  <joseph@codesourcery.com>
53841         * sysdeps/unix/sysv/linux/bits/signalfd.h: New file.
53842         * sysdeps/unix/sysv/linux/sparc/bits/signalfd.h: Likewise.
53843         * sysdeps/unix/sysv/linux/sparc/sys/signalfd.h: Remove.
53844         * sysdeps/unix/sysv/linux/sys/signalfd.h: Get flags from
53845         <bits/signalfd.h>.
53846         (SFD_CLOEXEC, SFD_NONBLOCK): Don't define here.
53847         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
53848         bits/signalfd.h.
53850 2012-02-14  Marek Polacek  <polacek@redhat.com>
53852         * sysdeps/x86_64/crti.S: New file.
53853         * sysdeps/x86_64/crtn.S: New file.
53854         * sysdeps/x86_64/elf/initfini.c: Remove file.
53856 2012-02-13  Joseph Myers  <joseph@codesourcery.com>
53858         * sysdeps/unix/sysv/linux/bits/inotify.h: New file.
53859         * sysdeps/unix/sysv/linux/sparc/bits/inotify.h: Likewise.
53860         * sysdeps/unix/sysv/linux/sparc/sys/inotify.h: Remove.
53861         * sysdeps/unix/sysv/linux/sys/inotify.h: Get flags from
53862         <bits/inotify.h>.
53863         (IN_CLOEXEC, IN_NONBLOCK): Don't define here.
53864         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
53865         bits/inotify.h.
53867 2012-02-13  Joseph Myers  <joseph@codesourcery.com>
53869         * sysdeps/unix/sysv/linux/bits/eventfd.h: New file.
53870         * sysdeps/unix/sysv/linux/sparc/bits/eventfd.h: Likewise.
53871         * sysdeps/unix/sysv/linux/sparc/sys/eventfd.h: Remove.
53872         * sysdeps/unix/sysv/linux/sys/eventfd.h: Get flags from
53873         <bits/eventfd.h>.
53874         (EFD_SEMAPHORE, EFD_CLOEXEC, EFD_NONBLOCK): Don't define here.
53875         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
53876         bits/eventfd.h.
53878 2012-02-10  Thomas Schwinge  <thomas@codesourcery.com>
53880         * sysdeps/i386/fpu/feupdateenv.c (__feupdateenv): Invoke
53881         __feraiseexcept instead of feraiseexcept.
53883         * rt/tst-cpuclock1.c: Add a few comments, and error checking for
53884         nanosleep invocations.
53885         * rt/tst-cpuclock2.c: Print some values as intended, fix explanatory
53886         strings, and add error checking for a nanosleep invocations.
53888 2012-02-09  Paul Eggert  <eggert@cs.ucla.edu>
53890         Replace FSF snail mail address with URLs, as per GNU coding standards.
53891         Most of the snail mail addresses were wrong anyway, and omitting
53892         them makes the source code easier to maintain.  Almost all of the
53893         changes are to license notices and to locale LC_IDENTIFICATION
53894         addresses, except for this one:
53895         * manual/libc.texinfo: In "Published by", give the FSF's URL,
53896         not its snail mail address.
53898 2012-02-09  Richard Henderson  <rth@twiddle.net>
53900         * sysdeps/unix/sysv/linux/internal_statvfs.c: Use <> for include
53901         of kernel-features.h.
53903         * elf/dl-tls.c (update_get_addr): Avoid pointer type mismatch warning.
53905 2012-02-08  Marek Polacek  <polacek@redhat.com>
53907         * libio/libio.h: Remove _G_HAVE_SYS_CDEFS conditional.
53908         * sysdeps/mach/hurd/_G_config.h: Remove _G_HAVE_SYS_CDEFS macro.
53909         * sysdeps/gnu/_G_config.h: Likewise.
53910         * sysdeps/generic/_G_config.h: Likewise.
53912 2012-02-08  Andreas Schwab  <schwab@linux-m68k.org>
53914         * sysdeps/i386/fpu/libm-test-ulps: Reduce ldouble ULPs for jn
53915         tests.
53916         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
53918         * sysdeps/powerpc/powerpc32/crti.S: New file.
53919         * sysdeps/powerpc/powerpc32/crtn.S: New file.
53920         * sysdeps/powerpc/powerpc64/crti.S: New file.
53921         * sysdeps/powerpc/powerpc64/crtn.S: New file.
53923         * Makeconfig (have-initfini): Don't set.
53924         * config.make.in (have-initfini, need-nopic-initfini): Don't set.
53925         * configure.in (nopic_initfini): Don't substitute.
53926         * config.h.in (HAVE_INITFINI): Don't #undef.
53927         * csu/Makefile (CPPFLAGS): Don't add -DHAVE_INITFINI.
53928         * csu/gmon-start.c: Assume HAVE_INITFINI is defined.
53930 2012-02-08  Joseph Myers  <joseph@codesourcery.com>
53932         Support crti.S and crtn.S provided directly by architectures.
53933         * csu/Makefile [crti.S in sysdirs] (generated): Do not append.
53934         [crti.S in sysdirs] (omit-deps): Likewise.
53935         [crti.S in sysdirs] (CFLAGS-initfini.s): Do not define variable.
53936         [crti.S in sysdirs] ($(crtstuff:%=$(objpfx)%.o)): Disable rule.
53937         [crti.S in sysdirs] ($(objpfx)initfini.s): Likewise.
53938         [crti.S in sysdirs] ($(objpfx)crti.S): Likewise.
53939         [crti.S in sysdirs] ($(objpfx)crtn.S): Likewise.
53940         [crti.S in sysdirs] ($(patsubst %,$(objpfx)crt%.o,i n)): Likewise.
53941         [crti.S in sysdirs] ($(objpfx)defs.h): Likewise.
53942         [crti.S in sysdirs] (initfini.c): Remove vpath directive.
53943         * sysdeps/i386/crti.S, sysdeps/i386/crtn.S: New files, based on
53944         compiler output for sysdeps/generic/initfini.c.
53945         * sysdeps/i386/elf/Makefile: Remove file.
53946         * sysdeps/i386/Makefile (CFLAGS-initfini.s): Remove variable.
53948 2012-02-07  Marek Polacek  <polacek@redhat.com>
53950         * sysdeps/generic/_G_config.h: Remove _G_ARGS macro.
53951         * sysdeps/gnu/_G_config.h: Likewise.
53952         * sysdeps/mach/hurd/_G_config.h: Likewise.
53954 2012-02-07  Marek Polacek  <polacek@redhat.com>
53956         * math/Makefile (tests): Add tst-CMPLX2.
53957         * math/tst-CMPLX2.c: New file.
53959 2012-02-07  Andreas Schwab  <schwab@linux-m68k.org>
53961         * sysdeps/powerpc/fpu/libm-test-ulps: Adjust ULPs for jn tests.
53963         * math/libm-test.inc (jn_test): Add missing L suffix.
53965 2012-02-06  Marek Polacek  <polacek@redhat.com>
53967         * sysdeps/s390/asm-syntax.h: Remove __ELF__ conditionals.
53968         * sysdeps/i386/fpu/e_powf.S: Likewise.
53969         * sysdeps/i386/fpu/e_atanhf.S: Likewise.
53970         * sysdeps/i386/fpu/s_cexpl.S: Likewise.
53971         * sysdeps/i386/fpu/e_acosh.S: Likewise.
53972         * sysdeps/i386/fpu/e_pow.S: Likewise.
53973         * sysdeps/i386/fpu/s_asinhl.S: Likewise.
53974         * sysdeps/i386/fpu/e_acoshl.S: Likewise.
53975         * sysdeps/i386/fpu/s_expm1.S: Likewise.
53976         * sysdeps/i386/fpu/s_frexpf.S: Likewise.
53977         * sysdeps/i386/fpu/e_log2.S: Likewise.
53978         * sysdeps/i386/fpu/e_log2l.S: Likewise.
53979         * sysdeps/i386/fpu/e_scalb.S: Likewise.
53980         * sysdeps/i386/fpu/e_powl.S: Likewise.
53981         * sysdeps/i386/fpu/s_log1p.S: Likewise.
53982         * sysdeps/i386/fpu/e_log10f.S: Likewise.
53983         * sysdeps/i386/fpu/s_cbrtf.S: Likewise.
53984         * sysdeps/i386/fpu/e_logl.S: Likewise.
53985         * sysdeps/i386/fpu/s_cbrt.S: Likewise.
53986         * sysdeps/i386/fpu/s_expm1l.S: Likewise.
53987         * sysdeps/i386/fpu/s_frexpl.S: Likewise.
53988         * sysdeps/i386/fpu/s_expm1f.S: Likewise.
53989         * sysdeps/i386/fpu/e_log2f.S: Likewise.
53990         * sysdeps/i386/fpu/e_acoshf.S: Likewise.
53991         * sysdeps/i386/fpu/e_log.S: Likewise.
53992         * sysdeps/i386/fpu/s_cexp.S: Likewise.
53993         * sysdeps/i386/fpu/e_scalbf.S: Likewise.
53994         * sysdeps/i386/fpu/s_log1pl.S: Likewise.
53995         * sysdeps/i386/fpu/e_logf.S: Likewise.
53996         * sysdeps/i386/fpu/e_log10l.S: Likewise.
53997         * sysdeps/i386/fpu/e_atanh.S: Likewise.
53998         * sysdeps/i386/fpu/s_log1pf.S: Likewise.
53999         * sysdeps/i386/fpu/s_asinhf.S: Likewise.
54000         * sysdeps/i386/fpu/s_cexpf.S: Likewise.
54001         * sysdeps/i386/fpu/e_log10.S: Likewise.
54002         * sysdeps/i386/fpu/s_frexp.S: Likewise.
54003         * sysdeps/i386/fpu/e_atanhl.S: Likewise.
54004         * sysdeps/i386/fpu/s_asinh.S: Likewise.
54005         * sysdeps/i386/fpu/s_cbrtl.S: Likewise.
54006         * sysdeps/i386/fpu/e_scalbl.S: Likewise.
54007         * sysdeps/i386/i686/fpu/e_logl.S: Likewise.
54008         * sysdeps/i386/asm-syntax.h: Likewise.
54009         * sysdeps/x86_64/fpu/e_log2l.S: Likewise.
54010         * sysdeps/x86_64/fpu/e_powl.S: Likewise.
54011         * sysdeps/x86_64/fpu/e_logl.S: Likewise.
54012         * sysdeps/x86_64/fpu/s_expm1l.S: Likewise.
54013         * sysdeps/x86_64/fpu/s_log1pl.S: Likewise.
54014         * sysdeps/x86_64/fpu/e_log10l.S: Likewise.
54015         * sysdeps/x86_64/fpu/s_copysignf.S: Likewise.
54016         * sysdeps/x86_64/fpu/s_copysign.S: Likewise.
54017         * sysdeps/x86_64/fpu/e_scalbl.S: Likewise.
54018         * sysdeps/powerpc/sysdep.h: Likewise.
54019         * sysdeps/powerpc/powerpc64/sysdep.h: Likewise.
54020         * sysdeps/powerpc/powerpc32/sysdep.h: Likewise.
54022 2012-02-06  Joseph Myers  <joseph@codesourcery.com>
54024         [BZ #411]
54025         * sysdeps/i386/sysdep.h (__i686): Undefine and redefine.
54027 2012-02-06  Joseph Myers  <joseph@codesourcery.com>
54029         * sysdeps/i386/sysdep.h: Include <features.h>.
54030         (GET_PC_THUNK, GET_PC_THUNK_STR): Define conditionally on compiler
54031         version.
54033 2012-02-05  Joseph Myers  <joseph@codesourcery.com>
54035         * sysdeps/i386/sysdep.h (SETUP_PIC_REG_STR, LOAD_PIC_REG_STR):
54036         Define.
54037         * sysdeps/unix/sysv/linux/i386/sysdep.h (check_consistency): Use
54038         LOAD_PIC_REG_STR.
54040 2012-02-03  Joseph Myers  <joseph@codesourcery.com>
54042         * sysdeps/i386/sysdep.h (GET_PC_THUNK, GET_PC_THUNK_STR): Define.
54043         (SETUP_PIC_REG): Use GET_PC_THUNK.
54044         * sysdeps/unix/sysv/linux/i386/sysdep.h: Use GET_PC_THUNK_STR
54045         macro.
54047 2012-02-03  Joseph Myers  <joseph@codesourcery.com>
54049         * sysdeps/i386/sysdep.h (SETUP_PIC_REG, LOAD_PIC_REG): Define also
54050         for non-PIC compilation.
54051         (SETUP_PIC_REG): Add .p2align directive.
54052         * sysdeps/i386/i686/memcmp.S: Use macros for PIC register setup.
54053         * sysdeps/i386/i686/multiarch/bcopy.S: Likewise.
54054         * sysdeps/i386/i686/multiarch/bzero.S: Likewise.
54055         * sysdeps/i386/i686/multiarch/memchr.S: Likewise.
54056         * sysdeps/i386/i686/multiarch/memcmp-sse4.S: Likewise.
54057         * sysdeps/i386/i686/multiarch/memcmp.S: Likewise.
54058         * sysdeps/i386/i686/multiarch/memcpy-ssse3-rep.S: Likewise.
54059         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Likewise.
54060         * sysdeps/i386/i686/multiarch/memcpy.S: Likewise.
54061         * sysdeps/i386/i686/multiarch/memcpy_chk.S: Likewise.
54062         * sysdeps/i386/i686/multiarch/memmove.S: Likewise.
54063         * sysdeps/i386/i686/multiarch/memmove_chk.S: Likewise.
54064         * sysdeps/i386/i686/multiarch/mempcpy.S: Likewise.
54065         * sysdeps/i386/i686/multiarch/mempcpy_chk.S: Likewise.
54066         * sysdeps/i386/i686/multiarch/memrchr.S: Likewise.
54067         * sysdeps/i386/i686/multiarch/memset-sse2-rep.S: Likewise.
54068         * sysdeps/i386/i686/multiarch/memset-sse2.S: Likewise.
54069         * sysdeps/i386/i686/multiarch/memset.S: Likewise.
54070         * sysdeps/i386/i686/multiarch/memset_chk.S: Likewise.
54071         * sysdeps/i386/i686/multiarch/rawmemchr.S: Likewise.
54072         * sysdeps/i386/i686/multiarch/strcasecmp.S: Likewise.
54073         * sysdeps/i386/i686/multiarch/strcat-sse2.S: Likewise.
54074         * sysdeps/i386/i686/multiarch/strcat.S: Likewise.
54075         * sysdeps/i386/i686/multiarch/strchr.S: Likewise.
54076         * sysdeps/i386/i686/multiarch/strcmp-sse4.S: Likewise.
54077         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Likewise.
54078         * sysdeps/i386/i686/multiarch/strcmp.S: Likewise.
54079         * sysdeps/i386/i686/multiarch/strcpy-sse2.S: Likewise.
54080         * sysdeps/i386/i686/multiarch/strcpy.S: Likewise.
54081         * sysdeps/i386/i686/multiarch/strcspn.S: Likewise.
54082         * sysdeps/i386/i686/multiarch/strlen.S: Likewise.
54083         * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
54084         * sysdeps/i386/i686/multiarch/strnlen.S: Likewise.
54085         * sysdeps/i386/i686/multiarch/strrchr.S: Likewise.
54086         * sysdeps/i386/i686/multiarch/strspn.S: Likewise.
54087         * sysdeps/i386/i686/multiarch/wcschr.S: Likewise.
54088         * sysdeps/i386/i686/multiarch/wcscmp.S: Likewise.
54089         * sysdeps/i386/i686/multiarch/wcscpy.S: Likewise.
54090         * sysdeps/i386/i686/multiarch/wcslen.S: Likewise.
54091         * sysdeps/i386/i686/multiarch/wcsrchr.S: Likewise.
54092         * sysdeps/i386/i686/multiarch/wmemcmp.S: Likewise.
54094 2012-02-03  Joseph Myers  <joseph@codesourcery.com>
54096         * math/tst-CMPLX.c: Include <stdio.h>.
54098 2012-01-31  Joseph Myers  <joseph@codesourcery.com>
54100         * sysdeps/powerpc/bits/mathdef.h (float_t): Always define as
54101         float.
54102         * sysdeps/sh/sh4/bits/mathdef.h: Likewise.
54103         * sysdeps/sparc/bits/mathdef.h: Likewise.
54105 2012-01-31  Marek Polacek  <polacek@redhat.com>
54107         * libio/libio.h: Don't define _PARAMS.
54108         * locale/programs/config.h: Don't define PARAMS.
54109         * stdlib/strtol_l.c: Likewise.
54110         (__strtol_l): Remove PARAMS from the prototype.
54112 2012-01-31  Ulrich Drepper  <drepper@gmail.com>
54114         * malloc/malloc.c: Remove name translation.  Don't use mixed-cap
54115         names.  Just use the correct names.  Remove unnecessary wrapper
54116         functions.
54117         * malloc/arena.c: Likewise.
54118         * malloc/hooks.c: Likewise.
54120         * malloc/arena.c (arena_get2): Really don't call __get_nprocs if
54121         ARENA_TEST says not to.  Simplify test for creation of a new arena.
54122         Partially based on a patch by Siddhesh Poyarekar <siddhesh@redhat.com>.
54124 2012-01-30  Ulrich Drepper  <drepper@gmail.com>
54126         * elf/dl-tls.c (__tls_get_addr): Optimize by transforming all calls
54127         into tail calls.
54128         (update_get_addr): New function.
54129         (tls_get_addr_tail): Take GET_ADDR_ARGS parameter, remove
54130         GET_ADDR_MODULE parameter.
54132 2012-01-30  Joseph Myers  <joseph@codesourcery.com>
54134         * crypt/cert.c: Remove __STDC__ conditionals.
54135         * crypt/crypt-entry.c: Likewise.
54136         * crypt/crypt_util.c: Likewise.
54137         * libio/filedoalloc.c: Likewise.
54138         * libio/fileops.c: Likewise.
54139         * libio/genops.c: Likewise.
54140         * libio/iofclose.c: Likewise.
54141         * libio/iofdopen.c: Likewise.
54142         * libio/iofopen.c: Likewise.
54143         * libio/iofopen64.c: Likewise.
54144         * libio/iogetdelim.c: Likewise.
54145         * libio/iopopen.c: Likewise.
54146         * libio/obprintf.c: Likewise.
54147         * libio/oldfileops.c: Likewise.
54148         * libio/oldiofclose.c: Likewise.
54149         * libio/oldiofdopen.c: Likewise.
54150         * libio/oldiofopen.c: Likewise.
54151         * libio/oldiopopen.c: Likewise.
54152         * libio/wfiledoalloc.c: Likewise.
54153         * libio/wgenops.c: Likewise.
54154         * locale/programs/xmalloc.c: Likewise.
54155         * misc/syslog.c: Likewise.
54156         * stdio-common/xbug.c: Likewise.
54157         * string/memchr.c: Likewise.
54158         * string/memcmp.c: Likewise.
54159         * string/memrchr.c: Likewise.
54160         * string/rawmemchr.c: Likewise.
54161         * sysdeps/posix/getcwd.c: Likewise.
54162         * time/strftime_l.c: Likewise.
54164 2012-01-30  Joseph Myers  <joseph@codesourcery.com>
54166         * configure.in (libc_cv_cc_sse2avx): AC_SUBST.
54167         * config.make.in (config-cflags-sse2avx): Define.
54168         * sysdeps/x86_64/fpu/multiarch/Makefile (CFLAGS-slowexp-avx.c):
54169         Fix typo.
54171 2012-01-29  Chris Metcalf  <cmetcalf@tilera.com>
54173         * scripts/config.guess: Update from upstream config git repository.
54174         * scripts/config.sub: Likewise.
54176 2012-01-28  Chris Metcalf  <cmetcalf@tilera.com>
54178         * elf/elf.h (EM_TILEPRO, EM_TILEGX): New macros.
54179         (EM_NUM): Update.
54180         (R_TILEPRO_*, R_TILEGX_*): New macros.
54182         * scripts/firstversions.awk: Fix bug in version range handling.
54184         * sysdeps/unix/sysv/linux/grantpt.c: Use <> brackets for not-cancel.h.
54186         * sysdeps/unix/sysv/linux/faccessat.c (faccessat): Call __fxstatat64.
54188         * include/sys/epoll.h: New file.
54189         * sysdeps/unix/sysv/linux/epoll_pwait.c (epoll_pwait): Mark as
54190         libc_hidden_def.
54192 2012-01-28  Ulrich Drepper  <drepper@gmail.com>
54194         * sysdeps/x86_64/fpu/bits/mathinline.h (__signbitl): Optimize a bit.
54195         Avoid unnecessary __WORDSIZE == 64 test.
54196         (fmaxf): Use VEX format if possible.
54197         (fmax): Likewise.
54198         (fminf): Likewise.
54199         (fmin): Likewise.
54201         * config.h.in: Define HAVE_SSE2AVX_SUPPORT.
54202         * math/math_private.h: Remove libc_fegetround* and
54203         libc_fesetround*.
54204         * sysdeps/i386/configure.in: Check for -msse2avx.
54205         * sysdeps/x86_64/fpu/math_private.h: Use VEX-encoded instructions
54206         also if SSE2AVX is defined.
54207         Remove libc_fegetround* and libc_fesetround*.
54208         * sysdeps/x86_64/fpu/multiarch/Makefile: Compile *-avx functions
54209         if config-cflags-sse2avx is yes.  Also add -DSSE2AVX to defines.
54210         * sysdeps/x86_64/fpu/multiarch/e_atan2.c: Use HAS_AVX again instead
54211         of HAS_YMM_USABLE.
54212         * sysdeps/x86_64/fpu/multiarch/e_exp.c: Likewise.
54213         * sysdeps/x86_64/fpu/multiarch/e_log.c: Likewise.
54214         * sysdeps/x86_64/fpu/multiarch/s_atan.c: Likewise.
54215         * sysdeps/x86_64/fpu/multiarch/s_sin.c: Likewise.
54216         * sysdeps/x86_64/fpu/multiarch/s_tan.c: Likewise.
54218         * sysdeps/x86_64/fpu/math_private.h: Simplify use of AVX instructions.
54220 2012-01-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
54222         * sysdeps/powerpc/powerpc32/a2/memcpy.S: Fix for when cache line
54223         size is not set.
54224         * sysdeps/powerpc/powerpc64/a2/memcpy.S: Likewise.
54226 2012-01-27  Ulrich Drepper  <drepper@gmail.com>
54228         [BZ #13618]
54229         * elf/dl-open.c (dl_open_worker): Sort objects by dependency before
54230         relocation.
54231         * Makeconfig (libm): Define.
54232         * elf/Makefile: Add rules to build and run tst-relsort1.
54233         * elf/tst-relsort1.c: New file.
54234         * elf/tst-relsort1mod1.c: New file.
54235         * elf/tst-relsort1mod2.c: New file.
54237 2012-01-27  Joseph Myers  <joseph@codesourcery.com>
54239         * math/s_ldexp.c: Remove __STDC__ conditionals.
54240         * math/s_ldexpf.c: Likewise.
54241         * math/s_ldexpl.c: Likewise.
54242         * math/s_nextafter.c: Likewise.
54243         * math/s_nexttowardf.c: Likewise.
54244         * math/s_significand.c: Likewise.
54245         * math/s_significandf.c: Likewise.
54246         * math/s_significandl.c: Likewise.
54247         * math/w_jnl.c: Likewise.
54248         * sysdeps/i386/fpu/s_isinfl.c: Likewise.
54249         * sysdeps/i386/fpu/s_isnanl.c: Likewise.
54250         * sysdeps/i386/fpu/s_nextafterl.c: Likewise.
54251         * sysdeps/i386/fpu/s_nexttoward.c: Likewise.
54252         * sysdeps/i386/fpu/s_nexttowardf.c: Likewise.
54253         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Likewise.
54254         * sysdeps/ieee754/dbl-64/k_tan.c: Likewise.
54255         * sysdeps/ieee754/dbl-64/s_copysign.c: Likewise.
54256         * sysdeps/ieee754/dbl-64/s_erf.c: Likewise.
54257         * sysdeps/ieee754/dbl-64/s_fabs.c: Likewise.
54258         * sysdeps/ieee754/dbl-64/s_finite.c: Likewise.
54259         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
54260         * sysdeps/ieee754/dbl-64/s_frexp.c: Likewise.
54261         * sysdeps/ieee754/dbl-64/s_ilogb.c: Likewise.
54262         * sysdeps/ieee754/dbl-64/s_isnan.c: Likewise.
54263         * sysdeps/ieee754/dbl-64/s_logb.c: Likewise.
54264         * sysdeps/ieee754/dbl-64/s_nearbyint.c: Likewise.
54265         * sysdeps/ieee754/dbl-64/s_tanh.c: Likewise.
54266         * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Likewise.
54267         * sysdeps/ieee754/flt-32/e_acoshf.c: Likewise.
54268         * sysdeps/ieee754/flt-32/e_asinf.c: Likewise.
54269         * sysdeps/ieee754/flt-32/e_rem_pio2f.c: Likewise.
54270         * sysdeps/ieee754/flt-32/k_cosf.c: Likewise.
54271         * sysdeps/ieee754/flt-32/k_rem_pio2f.c: Likewise.
54272         * sysdeps/ieee754/flt-32/k_sinf.c: Likewise.
54273         * sysdeps/ieee754/flt-32/k_tanf.c: Likewise.
54274         * sysdeps/ieee754/flt-32/s_atanf.c: Likewise.
54275         * sysdeps/ieee754/flt-32/s_copysignf.c: Likewise.
54276         * sysdeps/ieee754/flt-32/s_cosf.c: Likewise.
54277         * sysdeps/ieee754/flt-32/s_erff.c: Likewise.
54278         * sysdeps/ieee754/flt-32/s_fabsf.c: Likewise.
54279         * sysdeps/ieee754/flt-32/s_finitef.c: Likewise.
54280         * sysdeps/ieee754/flt-32/s_frexpf.c: Likewise.
54281         * sysdeps/ieee754/flt-32/s_ilogbf.c: Likewise.
54282         * sysdeps/ieee754/flt-32/s_isnanf.c: Likewise.
54283         * sysdeps/ieee754/flt-32/s_logbf.c: Likewise.
54284         * sysdeps/ieee754/flt-32/s_nextafterf.c: Likewise.
54285         * sysdeps/ieee754/flt-32/s_sinf.c: Likewise.
54286         * sysdeps/ieee754/flt-32/s_tanf.c: Likewise.
54287         * sysdeps/ieee754/flt-32/s_tanhf.c: Likewise.
54288         * sysdeps/ieee754/k_standard.c: Likewise.
54289         * sysdeps/ieee754/ldbl-128/e_asinl.c: Likewise.
54290         * sysdeps/ieee754/ldbl-128/k_tanl.c: Likewise.
54291         * sysdeps/ieee754/ldbl-128/s_asinhl.c: Likewise.
54292         * sysdeps/ieee754/ldbl-128/s_ceill.c: Likewise.
54293         * sysdeps/ieee754/ldbl-128/s_copysignl.c: Likewise.
54294         * sysdeps/ieee754/ldbl-128/s_cosl.c: Likewise.
54295         * sysdeps/ieee754/ldbl-128/s_erfl.c: Likewise.
54296         * sysdeps/ieee754/ldbl-128/s_fabsl.c: Likewise.
54297         * sysdeps/ieee754/ldbl-128/s_finitel.c: Likewise.
54298         * sysdeps/ieee754/ldbl-128/s_floorl.c: Likewise.
54299         * sysdeps/ieee754/ldbl-128/s_frexpl.c: Likewise.
54300         * sysdeps/ieee754/ldbl-128/s_ilogbl.c: Likewise.
54301         * sysdeps/ieee754/ldbl-128/s_isnanl.c: Likewise.
54302         * sysdeps/ieee754/ldbl-128/s_logbl.c: Likewise.
54303         * sysdeps/ieee754/ldbl-128/s_modfl.c: Likewise.
54304         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c: Likewise.
54305         * sysdeps/ieee754/ldbl-128/s_nextafterl.c: Likewise.
54306         * sysdeps/ieee754/ldbl-128/s_nexttoward.c: Likewise.
54307         * sysdeps/ieee754/ldbl-128/s_nexttowardf.c: Likewise.
54308         * sysdeps/ieee754/ldbl-128/s_rintl.c: Likewise.
54309         * sysdeps/ieee754/ldbl-128/s_scalblnl.c: Likewise.
54310         * sysdeps/ieee754/ldbl-128/s_scalbnl.c: Likewise.
54311         * sysdeps/ieee754/ldbl-128/s_sinl.c: Likewise.
54312         * sysdeps/ieee754/ldbl-128/s_tanhl.c: Likewise.
54313         * sysdeps/ieee754/ldbl-128/s_tanl.c: Likewise.
54314         * sysdeps/ieee754/ldbl-128/w_expl.c: Likewise.
54315         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c: Likewise.
54316         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c: Likewise.
54317         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Likewise.
54318         * sysdeps/ieee754/ldbl-128ibm/k_tanl.c: Likewise.
54319         * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c: Likewise.
54320         * sysdeps/ieee754/ldbl-128ibm/s_ceill.c: Likewise.
54321         * sysdeps/ieee754/ldbl-128ibm/s_copysignl.c: Likewise.
54322         * sysdeps/ieee754/ldbl-128ibm/s_cosl.c: Likewise.
54323         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Likewise.
54324         * sysdeps/ieee754/ldbl-128ibm/s_fabsl.c: Likewise.
54325         * sysdeps/ieee754/ldbl-128ibm/s_floorl.c: Likewise.
54326         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c: Likewise.
54327         * sysdeps/ieee754/ldbl-128ibm/s_ilogbl.c: Likewise.
54328         * sysdeps/ieee754/ldbl-128ibm/s_llrintl.c: Likewise.
54329         * sysdeps/ieee754/ldbl-128ibm/s_llroundl.c: Likewise.
54330         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c: Likewise.
54331         * sysdeps/ieee754/ldbl-128ibm/s_lrintl.c: Likewise.
54332         * sysdeps/ieee754/ldbl-128ibm/s_lroundl.c: Likewise.
54333         * sysdeps/ieee754/ldbl-128ibm/s_modfl.c: Likewise.
54334         * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c: Likewise.
54335         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c: Likewise.
54336         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Likewise.
54337         * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c: Likewise.
54338         * sysdeps/ieee754/ldbl-128ibm/s_rintl.c: Likewise.
54339         * sysdeps/ieee754/ldbl-128ibm/s_roundl.c: Likewise.
54340         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c: Likewise.
54341         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c: Likewise.
54342         * sysdeps/ieee754/ldbl-128ibm/s_sinl.c: Likewise.
54343         * sysdeps/ieee754/ldbl-128ibm/s_tanhl.c: Likewise.
54344         * sysdeps/ieee754/ldbl-128ibm/s_tanl.c: Likewise.
54345         * sysdeps/ieee754/ldbl-128ibm/s_truncl.c: Likewise.
54346         * sysdeps/ieee754/ldbl-96/e_asinl.c: Likewise.
54347         * sysdeps/ieee754/ldbl-96/e_hypotl.c: Likewise.
54348         * sysdeps/ieee754/ldbl-96/s_asinhl.c: Likewise.
54349         * sysdeps/ieee754/ldbl-96/s_ceill.c: Likewise.
54350         * sysdeps/ieee754/ldbl-96/s_copysignl.c: Likewise.
54351         * sysdeps/ieee754/ldbl-96/s_cosl.c: Likewise.
54352         * sysdeps/ieee754/ldbl-96/s_erfl.c: Likewise.
54353         * sysdeps/ieee754/ldbl-96/s_fabsl.c: Likewise.
54354         * sysdeps/ieee754/ldbl-96/s_finitel.c: Likewise.
54355         * sysdeps/ieee754/ldbl-96/s_floorl.c: Likewise.
54356         * sysdeps/ieee754/ldbl-96/s_frexpl.c: Likewise.
54357         * sysdeps/ieee754/ldbl-96/s_ilogbl.c: Likewise.
54358         * sysdeps/ieee754/ldbl-96/s_isnanl.c: Likewise.
54359         * sysdeps/ieee754/ldbl-96/s_logbl.c: Likewise.
54360         * sysdeps/ieee754/ldbl-96/s_nearbyintl.c: Likewise.
54361         * sysdeps/ieee754/ldbl-96/s_nextafterl.c: Likewise.
54362         * sysdeps/ieee754/ldbl-96/s_nexttoward.c: Likewise.
54363         * sysdeps/ieee754/ldbl-96/s_nexttowardf.c: Likewise.
54364         * sysdeps/ieee754/ldbl-96/s_rintl.c: Likewise.
54365         * sysdeps/ieee754/ldbl-96/s_sinl.c: Likewise.
54366         * sysdeps/ieee754/ldbl-96/s_tanhl.c: Likewise.
54367         * sysdeps/ieee754/ldbl-96/s_tanl.c: Likewise.
54368         * sysdeps/ieee754/s_matherr.c: Likewise.
54369         * sysdeps/powerpc/fpu/w_sqrt.c: Likewise.
54370         * sysdeps/powerpc/fpu/w_sqrtf.c: Likewise.
54371         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: Likewise.
54372         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrtf.c: Likewise.
54374 2012-01-26  Joseph Myers  <joseph@codesourcery.com>
54376         * crypt/md5.h: Remove __STDC__ conditionals.
54377         * libio/libioP.h: Likewise.
54378         * locale/programs/config.h: Likewise.
54379         * sysdeps/generic/sysdep.h: Likewise.
54380         * sysdeps/i386/asm-syntax.h: Likewise.
54381         * sysdeps/s390/asm-syntax.h: Likewise.
54382         * sysdeps/unix/sysdep.h: Likewise.
54383         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h: Likewise.
54384         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
54386 2012-01-26  Joseph Myers  <joseph@codesourcery.com>
54388         * libio/libio.h: Remove __STDC__ conditionals.
54389         * malloc/obstack.h: Likewise.
54390         * math/complex.h: Likewise.
54391         * math/math.h: Likewise.
54392         * sysdeps/generic/_G_config.h: Likewise.
54393         * sysdeps/gnu/_G_config.h: Likewise.
54394         * sysdeps/mach/hurd/_G_config.h: Likewise.
54395         * sysdeps/powerpc/bits/mathdef.h: Likewise.
54396         * sysdeps/sh/sh4/bits/mathdef.h: Likewise.
54397         * sysdeps/sparc/bits/mathdef.h: Likewise.
54399 2012-01-26  Ulrich Drepper  <drepper@gmail.com>
54401         [BZ #13583]
54402         * sysdeps/x86_64/multiarch/init-arch.h: Define bit_OSXSAVE.
54403         Clean up HAS_* macros.
54404         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): If
54405         bit_AVX is set also check OSXAVE/XCR0 and set bit_YMM_Usable if
54406         possible.
54407         * sysdeps/x86_64/fpu/multiarch/e_atan2.c: Use HAS_YMM_USABLE, not
54408         HAS_AVX.
54409         * sysdeps/x86_64/fpu/multiarch/e_exp.c: Likewise.
54410         * sysdeps/x86_64/fpu/multiarch/e_log.c: Likewise.
54411         * sysdeps/x86_64/fpu/multiarch/s_atan.c: Likewise.
54412         * sysdeps/x86_64/fpu/multiarch/s_sin.c: Likewise.
54413         * sysdeps/x86_64/fpu/multiarch/s_tan.c: Likewise.
54415 2012-01-25  Joseph Myers  <joseph@codesourcery.com>
54417         * elf/tst-unique3.cc (gets): Remove declaration.
54418         * elf/tst-unique3lib.cc (gets): Likewise.
54419         * elf/tst-unique3lib2.cc (gets): Likewise.
54420         * elf/tst-unique4.cc (gets): Likewise.
54422 2012-01-24  Ulrich Drepper  <drepper@gmail.com>
54424         * include/stdio.h: Add C++ protection.  Add gets declarations and
54425         definitions.
54426         * debug/tst-chk1.c: Don't declare gets here.
54427         * stdio-common/tst-gets.c: Likewise.
54429 2012-01-24  Joseph Myers  <joseph@codesourcery.com>
54431         * posix/glob: Remove directory.
54433 2012-01-24  Joseph Myers  <joseph@codesourcery.com>
54435         * wcsmbs/Makefile (tst-c16c32-1-ENV): Define.
54437 2012-01-22  Pino Toscano  <toscano.pino@tiscali.it>
54439         * sysdeps/mach/hurd/socket.c (__socket): Return EAFNOSUPPORT instead
54440         of the non-standard EPFNOSUPPORT.
54442 2011-12-26  Samuel Thibault  <samuel.thibault@ens-lyon.org>
54444         * sysdeps/mach/hurd/mmap.c (__mmap): When MAPADDR is nonzero, try
54445         __vm_allocate and __vm_map with ANYWHERE set to 0 first, and try with
54446         ANYWHERE set to 1 only on KERN_NO_SPACE error.
54448 2012-01-21  Ulrich Drepper  <drepper@gmail.com>
54450         * wcsmbs/uchar.h: Test __STDC_VERSION__.
54452 2012-01-20  Ulrich Drepper  <drepper@gmail.com>
54454         * nscd/aicache.c (addhstaiX): Do not cache negative results of
54455         transient errors.
54456         * nscd/grpcache.c (cache_addgr): Likewise.
54457         * nscd/hstcache.c (cache_addhst): Likewise.
54458         * nscd/initgrcache.c (addinitgroupsX): Likewise.
54459         * nscd/pwdcache.c (cache_addpw): Likewise.
54460         * nscd/servicescache.c (cache_addserv): Likewise.
54462 2012-01-16  Ulrich Drepper  <drepper@gmail.com>
54464         * malloc/malloc.c: Various cleanups.
54465         * malloc/hooks.c: Likewise.
54467         * stdlib/Makefile (tests): Add bug-fmtmsg1.
54468         * stdlib/bug-fmtmsg1.c: New file.
54470         * stdlib/fmtmsg.c (init): Add missing unlock.
54471         Patch by Peng Haitao <penght@cn.fujitsu.com>.
54473 2012-01-12  Marek Polacek  <polacek@redhat.com>
54475         * libio/bits/stdio2.h: Do not define gets for ISO C11, ISO C++11,
54476         and _GNU_SOURCE.
54478 2012-01-04  Will Schmidt  <will_schmidt@vnet.ibm.com>
54480         * powerpc/powerpc32/sysdep.h: Add GLUE and GENERATE_GOT_LABEL macros.
54481         * unix/sysv/linux/powerpc/powerpc32/getcontext-common.S: Call
54482         macro to ensure uniqueness of label name.
54483         * unix/sysv/linux/powerpc/powerpc32/setcontext-common.S: Likewise.
54484         * unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S: Likewise.
54486 2012-01-11  Ulrich Drepper  <drepper@gmail.com>
54488         * sysdeps/ieee754/dbl-64/wordsize-64/e_acosh.c: New file.
54490         * sysdeps/ieee754/dbl-64/s_scalbln.c: Add branch prediction.
54491         * sysdeps/ieee754/flt-32/s_scalblnf.c: Likewise.
54492         * sysdeps/ieee754/ldbl-96/s_scalblnl.c: Likewise.
54493         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbln.c: New file.
54495 2012-01-10  Ulrich Drepper  <drepper@gmail.com>
54497         * sysdeps/ieee754/dbl-64/wordsize-64/s_modf.c: New file.
54499         * sysdeps/ieee754/dbl-64/s_modf.c: Add branch prediction.
54500         * sysdeps/ieee754/flt-32/s_modff.c: Likewise.
54501         * sysdeps/ieee754/ldbl-96/s_modfl.c: Likewise.
54503         * math/bits/mathcalls.h: Add const attribute to fmin and fmax.
54505         * sysdeps/ieee754/dbl-64/s_scalbn.c: Add branch prediction.
54506         * sysdeps/ieee754/flt-32/s_scalbnf.c: Likewise.
54507         * sysdeps/ieee754/ldbl-96/s_scalbnl.c: Likewise.
54508         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbn.c: New file.
54510         * math/bits/math-finite.h: Add ldexp support.
54512 2012-01-10  Marek Polacek  <polacek@redhat.com>
54514         * locale/programs/localedef.h (show_archive_content): Add noreturn
54515         attribute.
54517 2012-01-09  Ulrich Drepper  <drepper@gmail.com>
54519         * sysdeps/ieee754/dbl-64/s_log1p.c (__log1p): Add branch prediction.
54521 2012-01-08  Ulrich Drepper  <drepper@gmail.com>
54523         * io/bits/poll2.h: Add __BEGIN/__END_DECLS.
54525         * io/Makefile (headers): Add bits/poll2.h.
54527 2011-01-05  Will Schmidt  <will_schmidt@vnet.ibm.com>
54529         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext.S: Fix a
54530         typo #include statement.
54532 2012-01-08  Ulrich Drepper  <drepper@gmail.com>
54534         * include/sys/cdefs.h: Define __attribute_alloc_size.
54535         * catgets/gencat.c: Add alloc_size attribute and apply consistently
54536         the malloc attribute to xmalloc, xcalloc, xrealloc, and xstrdup.
54537         * elf/pldd.c: Likewise.
54538         * iconv/iconv_charmap.c: Likewise.
54539         * iconv/iconvconfig.c: Likewise.
54540         * iconv/strtab.c: Likewise.
54541         * locale/programs/locale.c: Likewise.
54542         * locale/programs/localedef.h: Likewise.
54543         * locale/programs/simple-hash.c: Likewise.
54544         * nscd/nscd.h: Likewise.
54545         * nss/makedb.c: Likewise.
54546         * sysdeps/generic/ldconfig.h: Likewise.
54547         * locale/programs/localedef.c: Remove xmalloc prototype.
54548         * nscd/mem.c: Remove xmalloc and xcalloc prototypes.
54550 2012-01-05  Paul Pluzhnikov  <ppluzhnikov@google.com>
54552         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Use alloca when
54553         appropriate.
54555 2012-01-08  Ulrich Drepper  <drepper@gmail.com>
54557         * math/Makefile (tests): Add tst-CMPLX.
54558         * math/tst-CMPLX.c: New file.
54560         * math/complex.h (CMPLXL): Fix typo.
54562         * debug/Makefile (routines): Add poll_chk and ppoll_chk.
54563         * debug/Versions: Export __pool_chk and __ppoll_chk from libc for
54564         GLIBC_2.16.
54565         * debug/tst-chk1.c: Add poll and ppoll tests.
54566         * io/sys/poll.h: Include bits/poll2.h for _FORTIFY_SOURCE.
54567         * include/sys/poll.h: Add hidden proto for ppoll.
54568         * sysdeps/unix/sysv/linux/ppoll.c: Add hidden def.
54569         * sysdeps/mach/hurd/ppoll.c: Likewise.
54570         * io/ppoll.c: Likewise.
54571         * debug/poll_chk.c: New file.
54572         * debug/ppoll_chk.c: New file.
54573         * include/bits/poll2.h: New file.
54574         * io/bits/poll2.h: New file.
54576         [BZ #1350]
54577         * math/complex.h (CMPLX, CMPLXF, CMPLXL): Define.
54579         * configure.in: static is always set to yes.  Remove.
54580         * config.make.in: Don't set build-static.
54581         * Makeconfig: Remove use of build-static.
54582         * dlfcn/Makefile: Likewise.
54583         * elf/Makefile: Likewise.
54584         * math/Makefile: Likewise.
54585         * misc/Makefile: Likewise.
54586         * nptl/Makefile: Likewise.
54587         * sysdeps/mach/hurd/Makefile: Likewise.
54589         * configure.in: PWD_P is not used anymore.
54590         * config.make.in: Remove PWD_P entry.
54592         * configure.in: Remove last remnants of RANLIB.
54593         No need to check for signed size_t anymore.
54594         Don't set libc_commonpagesize and libc_relro_required here for Alpha
54595         and IA-64.
54596         Remove __builtin_expect test because we require at least gcc 3.4.
54597         * aclocal.m4: Likewise.
54599         * wcsmbs/mbrtoc16.c: Implement using towc function.
54600         * wcsmbs/wcsmbsload.h: No need for toc16 and fromc16 functions.
54601         * wcsmbs/wcsmbsload.c: Likewise.
54602         * iconv/gconv_simple.c: Likewise.
54603         * iconv/gconv_int.h: Likewise.
54604         * iconv/gconv_builtin.h: Likewise.
54605         * iconv/iconv_prog.c: Remove CHAR16 handling.
54607         * wcsmbs/c16rtomb.c: Remove #if 0'ed code.
54609         * wcsmbs/mbrtowc.c: Better check for invalid inputs.
54611         * configure.in: Remove --with-elf and --enable-bounded options.
54612         Dont set base_machine for ia64.  More non-ELF conditions removed.
54613         Remove testing and setting of leading underscore information.
54614         * config.make.in (build-bounded): Set to no.
54615         * config.h.in: Remove NO_UNDERSCORES entry.
54616         * include/libc-symbols.h: Don't define HAVE_WEAK_SYMBOLS.  ELF has
54617         them.
54618         * csu/start.c: Remove !NO_UNDERSCORE code.
54619         * locale/localeinfo.h: Likewise.
54620         * sysdeps/generic/machine-gmon.h: Likewise.
54621         * sysdeps/generic/sysdep.h: Likewise.
54622         * sysdeps/i386/sysdep.h: Likewise.
54623         * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h: Likewise.
54624         * sysdeps/mach/sysdep.h: Likewise.
54625         * sysdeps/s390/s390-32/sysdep.h: Likewise.
54626         * sysdeps/s390/s390-64/sysdep.h: Likewise.
54627         * sysdeps/sh/sysdep.h: Likewise.
54628         * sysdeps/sparc/sparc32/alloca.S: Likewise.
54629         * sysdeps/unix/i386/sysdep.S: Likewise.
54630         * sysdeps/unix/sparc/start.c: Likewise.
54631         * sysdeps/unix/sparc/sysdep.S: Likewise.
54632         * sysdeps/unix/sparc/sysdep.h: Likewise.
54633         * sysdeps/unix/start.c: Likewise.
54634         * sysdeps/unix/x86_64/sysdep.S: Likewise.
54635         * sysdeps/x86_64/sysdep.h: Likewise.
54637 2012-01-07  Ulrich Drepper  <drepper@gmail.com>
54639         [BZ #13553]
54640         * misc/sys/cdefs.h: Remove __const, __signed, and __volatile definition
54641         for non-gcc.
54642         * argp/argp-fmtstream.h: Use const instead __const.
54643         * argp/argp.h: Likewise.
54644         * assert/assert.h: Likewise.
54645         * bits/fenv.h: Likewise.
54646         * bits/sched.h: Likewise.
54647         * bits/sigset.h: Likewise.
54648         * bits/sigthread.h: Likewise.
54649         * catgets/nl_types.h: Likewise.
54650         * conform/data/pthread.h-data: Likewise.
54651         * crypt/crypt-private.h: Likewise.
54652         * crypt/crypt.h: Likewise.
54653         * crypt/crypt_util.c: Likewise.
54654         * ctype/ctype.h: Likewise.
54655         * debug/execinfo.h: Likewise.
54656         * debug/mbsnrtowcs_chk.c: Likewise.
54657         * debug/mbsrtowcs_chk.c: Likewise.
54658         * debug/wcsnrtombs_chk.c: Likewise.
54659         * debug/wcsrtombs_chk.c: Likewise.
54660         * debug/wcstombs_chk.c: Likewise.
54661         * dirent/dirent.h: Likewise.
54662         * dlfcn/dlfcn.h: Likewise.
54663         * elf/neededtest4.c: Likewise.
54664         * grp/grp.h: Likewise.
54665         * gshadow/gshadow.h: Likewise.
54666         * iconv/gconv.h: Likewise.
54667         * iconv/gconv_int.h: Likewise.
54668         * iconv/gconv_simple.c: Likewise.
54669         * iconv/iconv.h: Likewise.
54670         * iconv/loop.c: Likewise.
54671         * iconv/skeleton.c: Likewise.
54672         * include/aio.h: Likewise.
54673         * include/aliases.h: Likewise.
54674         * include/argz.h: Likewise.
54675         * include/arpa/inet.h: Likewise.
54676         * include/assert.h: Likewise.
54677         * include/dirent.h: Likewise.
54678         * include/dlfcn.h: Likewise.
54679         * include/execinfo.h: Likewise.
54680         * include/fcntl.h: Likewise.
54681         * include/fenv.h: Likewise.
54682         * include/glob.h: Likewise.
54683         * include/grp.h: Likewise.
54684         * include/libintl.h: Likewise.
54685         * include/mntent.h: Likewise.
54686         * include/netdb.h: Likewise.
54687         * include/pwd.h: Likewise.
54688         * include/rpc/netdb.h: Likewise.
54689         * include/sched.h: Likewise.
54690         * include/search.h: Likewise.
54691         * include/shadow.h: Likewise.
54692         * include/signal.h: Likewise.
54693         * include/stdio.h: Likewise.
54694         * include/stdlib.h: Likewise.
54695         * include/string.h: Likewise.
54696         * include/sys/socket.h: Likewise.
54697         * include/sys/stat.h: Likewise.
54698         * include/sys/statfs.h: Likewise.
54699         * include/sys/statvfs.h: Likewise.
54700         * include/sys/syslog.h: Likewise.
54701         * include/sys/time.h: Likewise.
54702         * include/sys/uio.h: Likewise.
54703         * include/time.h: Likewise.
54704         * include/unistd.h: Likewise.
54705         * include/utmp.h: Likewise.
54706         * include/wchar.h: Likewise.
54707         * include/wctype.h: Likewise.
54708         * inet/aliases.h: Likewise.
54709         * inet/arpa/inet.h: Likewise.
54710         * inet/netinet/ether.h: Likewise.
54711         * inet/netinet/in.h: Likewise.
54712         * intl/libintl.h: Likewise.
54713         * io/bits/fcntl2.h: Likewise.
54714         * io/fcntl.h: Likewise.
54715         * io/ftw.h: Likewise.
54716         * io/sys/poll.h: Likewise.
54717         * io/sys/stat.h: Likewise.
54718         * io/sys/statfs.h: Likewise.
54719         * io/sys/statvfs.h: Likewise.
54720         * io/utime.h: Likewise.
54721         * libio/bits/stdio.h: Likewise.
54722         * libio/bits/stdio2.h: Likewise.
54723         * libio/libio.h: Likewise.
54724         * libio/libioP.h: Likewise.
54725         * libio/stdio.h: Likewise.
54726         * locale/lc-ctype.c: Likewise.
54727         * locale/locale.h: Likewise.
54728         * login/utmp.h: Likewise.
54729         * malloc/arena.c: Likewise.
54730         * malloc/malloc.c: Likewise.
54731         * malloc/malloc.h: Likewise.
54732         * malloc/mcheck.c: Likewise.
54733         * malloc/mtrace.c: Likewise.
54734         * math/bits/mathcalls.h: Likewise.
54735         * math/fenv.h: Likewise.
54736         * math/math_private.h: Likewise.
54737         * misc/bits/error.h: Likewise.
54738         * misc/bits/syslog.h: Likewise.
54739         * misc/err.h: Likewise.
54740         * misc/error.h: Likewise.
54741         * misc/fstab.h: Likewise.
54742         * misc/mntent.h: Likewise.
54743         * misc/regexp.h: Likewise.
54744         * misc/search.h: Likewise.
54745         * misc/sgtty.h: Likewise.
54746         * misc/sys/mman.h: Likewise.
54747         * misc/sys/syslog.h: Likewise.
54748         * misc/sys/uio.h: Likewise.
54749         * misc/sys/xattr.h: Likewise.
54750         * misc/ttyent.h: Likewise.
54751         * nis/rpcsvc/ypclnt.h: Likewise.
54752         * nss/nss.h: Likewise.
54753         * posix/bits/unistd.h: Likewise.
54754         * posix/fnmatch.h: Likewise.
54755         * posix/glob.h: Likewise.
54756         * posix/sched.h: Likewise.
54757         * posix/spawn.h: Likewise.
54758         * posix/sys/wait.h: Likewise.
54759         * posix/unistd.h: Likewise.
54760         * posix/wordexp.h: Likewise.
54761         * pwd/pwd.h: Likewise.
54762         * resolv/netdb.h: Likewise.
54763         * resource/sys/resource.h: Likewise.
54764         * rt/aio.h: Likewise.
54765         * rt/bits/mqueue2.h: Likewise.
54766         * rt/mqueue.h: Likewise.
54767         * shadow/shadow.h: Likewise.
54768         * signal/signal.h: Likewise.
54769         * socket/send.c: Likewise.
54770         * socket/sendto.c: Likewise.
54771         * socket/sys/socket.h: Likewise.
54772         * stdio-common/printf.h: Likewise.
54773         * stdlib/bits/stdlib.h: Likewise.
54774         * stdlib/fmtmsg.h: Likewise.
54775         * stdlib/monetary.h: Likewise.
54776         * stdlib/stdlib.h: Likewise.
54777         * stdlib/ucontext.h: Likewise.
54778         * streams/stropts.h: Likewise.
54779         * string/argz.h: Likewise.
54780         * string/bits/string2.h: Likewise.
54781         * string/string.h: Likewise.
54782         * string/strings.h: Likewise.
54783         * sunrpc/rpc/auth.h: Likewise.
54784         * sunrpc/rpc/auth_des.h: Likewise.
54785         * sunrpc/rpc/clnt.h: Likewise.
54786         * sunrpc/rpc/netdb.h: Likewise.
54787         * sunrpc/rpc/pmap_clnt.h: Likewise.
54788         * sunrpc/rpc/xdr.h: Likewise.
54789         * sysdeps/generic/inttypes.h: Likewise.
54790         * sysdeps/generic/net/if.h: Likewise.
54791         * sysdeps/generic/sys/swap.h: Likewise.
54792         * sysdeps/gnu/net/if.h: Likewise.
54793         * sysdeps/gnu/utmpx.h: Likewise.
54794         * sysdeps/i386/fpu/bits/fenv.h: Likewise.
54795         * sysdeps/i386/i486/bits/string.h: Likewise.
54796         * sysdeps/ieee754/ldbl-opt/nldbl-strtold_l.c: Likewise.
54797         * sysdeps/s390/bits/string.h: Likewise.
54798         * sysdeps/s390/fpu/bits/fenv.h: Likewise.
54799         * sysdeps/sparc/fpu/bits/fenv.h: Likewise.
54800         * sysdeps/sparc/fpu/bits/mathinline.h: Likewise.
54801         * sysdeps/unix/sysv/linux/bits/resource.h: Likewise.
54802         * sysdeps/unix/sysv/linux/bits/sched.h: Likewise.
54803         * sysdeps/unix/sysv/linux/bits/sigset.h: Likewise.
54804         * sysdeps/unix/sysv/linux/bits/socket.h: Likewise.
54805         * sysdeps/unix/sysv/linux/bits/sys_errlist.h: Likewise.
54806         * sysdeps/unix/sysv/linux/bits/uio.h: Likewise.
54807         * sysdeps/unix/sysv/linux/i386/glob64.c: Likewise.
54808         * sysdeps/unix/sysv/linux/i386/olddirent.h: Likewise.
54809         * sysdeps/unix/sysv/linux/preadv.c: Likewise.
54810         * sysdeps/unix/sysv/linux/prlimit.c: Likewise.
54811         * sysdeps/unix/sysv/linux/pwritev.c: Likewise.
54812         * sysdeps/unix/sysv/linux/readv.c: Likewise.
54813         * sysdeps/unix/sysv/linux/s390/s390-32/utmp-convert.h: Likewise.
54814         * sysdeps/unix/sysv/linux/s390/s390-32/utmpx32.h: Likewise.
54815         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
54816         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c: Likewise.
54817         * sysdeps/unix/sysv/linux/sparc/sparc64/sigaction.c: Likewise.
54818         * sysdeps/unix/sysv/linux/sparc/sys/epoll.h: Likewise.
54819         * sysdeps/unix/sysv/linux/sparc/sys/timerfd.h: Likewise.
54820         * sysdeps/unix/sysv/linux/sys/acct.h: Likewise.
54821         * sysdeps/unix/sysv/linux/sys/epoll.h: Likewise.
54822         * sysdeps/unix/sysv/linux/sys/mount.h: Likewise.
54823         * sysdeps/unix/sysv/linux/sys/swap.h: Likewise.
54824         * sysdeps/unix/sysv/linux/sys/timerfd.h: Likewise.
54825         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Likewise.
54826         * sysdeps/x86_64/fpu/bits/fenv.h: Likewise.
54827         * sysdeps/x86_64/strcasecmp_l-nonascii.c: Likewise.
54828         * sysdeps/x86_64/strncase_l-nonascii.c: Likewise.
54829         * sysvipc/sys/ipc.h: Likewise.
54830         * sysvipc/sys/msg.h: Likewise.
54831         * sysvipc/sys/sem.h: Likewise.
54832         * sysvipc/sys/shm.h: Likewise.
54833         * termios/termios.h: Likewise.
54834         * time/sys/time.h: Likewise.
54835         * time/time.h: Likewise.
54836         * wcsmbs/bits/wchar2.h: Likewise.
54837         * wcsmbs/uchar.h: Likewise.
54838         * wcsmbs/wchar.h: Likewise.
54839         * wctype/wctype.h: Likewise.
54841         [BZ #13551]
54842         * Makeconfig: Remove all but ELF support including AIX support.
54843         * Makerules: Likewise.
54844         * config.h.in: Likewise.
54845         * config.make.in: Likewise.
54846         * configure: Likewise.
54847         * configure.in: Likewise.
54848         * csu/Makefile: Likewise.
54849         * csu/version.c: Likewise.
54850         * debug/Makefile: Likewise.
54851         * dlfcn/Makefile: Likewise.
54852         * elf/Makefile: Likewise.
54853         * extra-lib.mk: Likewise.
54854         * iconv/Makefile: Likewise.
54855         * include/libc-symbols.h: Likewise.
54856         * include/shlib-compat.h: Likewise.
54857         * resolv/Makefile: Likewise.
54858         * resolv/res_libc.c: Likewise.
54859         * rt/Makefile: Likewise.
54860         * sysdeps/i386/asm-syntax.h: Likewise.
54861         * sysdeps/i386/sysdep.h: Likewise.
54862         * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h: Likewise.
54863         * sysdeps/mach/sysdep.h: Likewise.
54864         * sysdeps/powerpc/powerpc32/Makefile: Likewise.
54865         * sysdeps/powerpc/powerpc64/Makefile: Likewise.
54866         * sysdeps/s390/asm-syntax.h: Likewise.
54867         * sysdeps/s390/s390-32/sysdep.h: Likewise.
54868         * sysdeps/s390/s390-64/sysdep.h: Likewise.
54869         * sysdeps/sh/sysdep.h: Likewise.
54870         * sysdeps/unix/sparc/sysdep.h: Likewise.
54871         * sysdeps/wordsize-32/divdi3.c: Likewise.
54872         * sysdeps/x86_64/sysdep.h: Likewise.
54874         * argp/Versions: Remove _argp_unlock_xxx.
54876         [BZ #13559]
54877         * abilist/ld.abilist: Update.  Adjust for removal of tls option.
54878         * abilist/libBrokenLocale.abilist: Likewise.
54879         * abilist/libanl.abilist: Likewise.
54880         * abilist/libc.abilist: Likewise.
54881         * abilist/libcrypt.abilist: Likewise.
54882         * abilist/libdl.abilist: Likewise.
54883         * abilist/libm.abilist: Likewise.
54884         * abilist/libnsl.abilist: Likewise.
54885         * abilist/libpthread.abilist: Likewise.
54886         * abilist/libresolv.abilist: Likewise.
54887         * abilist/librt.abilist: Likewise.
54888         * abilist/libthread_db.abilist: Likewise.
54889         * abilist/libutil.abilist: Likewise.
54890         * abilist/libnss_db.abilist: New file.
54892         * scripts/abilist.awk: Add support for indirect functions.
54894         * sysdeps/unix/sysv/linux/configure.in: Remove m68k support.
54896         * sysdeps/generic/ldsodefs.h: Remove Alpha support.
54898         * shlib-versions: Remove entries for ports architectures.
54900         * elf/tls-macros.h: Remove support for Alpha and IA-64.  Should be in
54901         files in ports.
54902         * elf/stackguard-macros.h: Remove support for IA-64.
54903         * elf/tst-auditmod1.c: Likewise.
54904         * sysdeps/generic/ldsodefs.h: Likewise.
54906         * sysdeps/unix/sysv/linux/configure.in: Ports should define
54907         libc_cv_gcc_unwind_find_fde and arch_minimum_kernel in their
54908         configure files.
54910         [BZ #13552]
54911         * configure.in: Remove --enable-omitfp support.
54912         * FAQ.in: Adjust.
54913         * config.make.in: Likewise.
54914         * Makeconfig: Likewise.
54915         * manual/install.texi: Likewise.
54917         In case anyone cares, the IA-64 architecture could move to ports.
54918         * sysdeps/ia64/*: Removed.
54919         * sysdeps/unix/sysv/linux/ia64/*: Removed.
54920         * sysdeps/unix/sysv/linux/kernel-features.h: Remove IA-64 support.
54922         [BZ #13555]
54923         * configure.in: Remove entries for unsupported architectures.
54925         [BZ #13533]
54926         * iconv/gconv_builtin.h: Use CHAR16 for the char16_t conversions.
54927         * iconv/gconv_simple.c: Rename char16_t routines.  Add char16_t<->utf8
54928         routines.
54929         * iconv/gconv_int.h: Adjust prototypes for char16_t routines.
54930         * iconv/iconv_prog.c: Recognize CHAR16 as internal name.
54931         * wcsmbs/c16rtomb.c: Fix a few problems.  Disable all the code and
54932         fall back to using wcrtomb.
54933         * wcsmbs/mbrtoc16.: Fix implementation to handle real conversions.
54934         * wcsmbs/wcsmbsload.c: Make char16 routines optional.  Adjust for
54935         renaming.
54936         * wcsmbs/Makefile (tests): Add tst-c16c32-1:
54937         * wcsmbs/tst-c16c32-1.c: New file.
54939         * wcsmbs/wcrtomb.c: Use MB_LEN_MAX instead of MB_CUR_MAX for sizing
54940         local variable.
54942         * libio/stdio.h: Do not declare gets at all for _GNU_SOURCE.
54944         * elf/tst-unique3.cc: Add explicit declaration of gets.
54945         * elf/tst-unique3lib.cc: Likewise.
54946         * elf/tst-unique3lib2.cc: Likewise.
54947         * elf/tst-unique4.cc: Likewise.
54949         * string/test-strcpy.c (do_one_test): Fix format string for WIDE use.
54951 2012-01-06  Joseph Myers  <joseph@codesourcery.com>
54953         [BZ #13566]
54954         * assert/assert.h (static_assert): Don't define for C++.
54955         * libio/stdio.h (gets): Do declare for C++ <= C++11.
54956         * wcsmbs/uchar.h (char16_t, char32_t): Don't typedef for C++11.
54958 2012-01-03  Ulrich Drepper  <drepper@gmail.com>
54960         * iconv/loop.c (single loop): Fix assertion in storing of
54961         remaining bytes.
54963         * posix/regcomp.c (init_word_char): Optimize a bit for sane encodings.
54965 2012-01-01  Ulrich Drepper  <drepper@gmail.com>
54967         * posix/getconf.c: Update copyright year.
54968         * nss/getent.c: Likewise.
54969         * nss/makedb.c: Likewise.
54970         * iconv/iconvconfig.c: Likewise.
54971         * iconv/iconv_prog.c: Likewise.
54972         * elf/ldconfig.c: Likewise.
54973         * elf/pldd.c: Likewise.
54974         * elf/sotruss.ksh: Likewise.
54975         * catgets/gencat.c: Likewise.
54976         * csu/version.c: Likewise.
54977         * elf/ldd.bash.in: Likewise.
54978         * elf/sprof.c (print_version): Likewise.
54979         * locale/programs/locale.c: Likewise.
54980         * locale/programs/localedef.c: Likewise.
54981         * login/programs/pt_chown.c: Likewise.
54982         * nscd/nscd.c (print_version): Likewise.
54983         * debug/xtrace.sh: Likewise.
54984         * malloc/memusage.sh: Likewise.
54985         * malloc/mtrace.pl: Likewise.
54986         * debug/catchsegv.sh: Likewise.
54988 2011-12-30  Jakub Jelinek  <jakub@redhat.com>
54990         * posix/regex_internal.c (re_string_fetch_byte_case): Remove
54991         pure attribute.
54993 2011-12-24  Ulrich Drepper  <drepper@gmail.com>
54995         [BZ #13533]
54996         * iconv/gconv_simple.c: Add ASCII<->UTF-16 transformations.
54997         * iconv/gconv_builtin.h: Add entries for internal ASCII<->UTF-16
54998         transformations.
54999         * iconv/gconv_int.h: Likewise.
55000         * wcsmbs/Makefile (routines): Add mbrtoc16 and c16rtomb.
55001         * wcsmbs/Versions: Export mbrtoc16, c16rtomb, mbrtoc32, c32rtomb
55002         from libc for GLIBC_2.16.
55003         * wcsmbs/mbrtowc.c: Define mbrtoc32 alias.
55004         * wcsmbs/wcrtomb.c: Define c32rtomb alias.
55005         * wcsmbs/uchar.h: Really define mbstate_t.
55006         * wcsmbs/wchar.h: Allow defining mbstate_t in uchar.h.
55007         * wcsmbs/c16rtomb.c: New file.
55008         * wcsmbs/mbrtoc16.c: New file.
55009         * wcsmbs/wcsmbsload.c: Add static definitions for c16 conversions
55010         for C/POSIX locale.
55011         (__wcsmbs_load_conv): Do not fill in c16 routines yet.
55012         * wcsmbs/wcsmbsload.h (gconv_fcts): Add entries for c16 routines.
55014         * wcsmbs/wchar.h: Add missing __restrict.
55016 2011-12-23  Ulrich Drepper  <drepper@gmail.com>
55018         [BZ #13532]
55019         * time/Makefile (routines): Add timespec_get.
55020         * time/Versions: Export timespec_get from libc for GLIBC_2.16.
55021         * time/time.h: Define TIME_UTC and declare timespec_get.  Define
55022         timespec for ISO C11.
55023         * time/timespec_get.c: New file.
55024         * sysdeps/unix/sysv/linux/timespec_get.c: New file.
55025         * sysdeps/unix/sysv/linux/x86_64/timespec_get.c: New file.
55027         [BZ #13531]
55028         * malloc/malloc.c: Define alias aligned_alloc for public_mEMALIGn.
55029         * stdlib/stdlib.h: Declare aligned_alloc.
55030         * Versions.def: Add GLIBC_2.16 for libc.
55031         * malloc/Versions: Export aligned_alloc from libc for GLIBC_2.16.
55033         [BZ 13527]
55034         * stdlib/stdlib.h: Make at_quick_exit and quick_exit available for
55035         ISO C11.
55037         * include/features.h: Define __USE_ISOCXX11 when compiling ISO C++11
55038         code.
55040         [BZ #13528]
55041         * libio/stdio.h: Do not declare gets for ISO C11 and _GNU_SOURCE.
55043         [BZ #13529]
55044         * assert/assert.h (static_assert): Define.
55046         * version.h: Update for 2.16 development version.
55048         [BZ #13526]
55049         * include/features.h: Handle __STDC_VERSION__ >= 201112 and
55050         _ISOC11_SOURCE.
55052         * version.h (RELEASE): Bump for 2.15 release.
55053         * include/features.h (__GLIBC_MINOR__): Bump to 15.
55055         * sysdeps/x86_64/dl-machine.h: Fix typos in comments.
55056         Patch by Marek Polacek <mpolacek@redhat.com>.
55058         * bits/byteswap.h: Protect long long constants with __extension__.
55059         * sysdeps/i386/bits/byteswap.h: Likewise.
55060         * sysdeps/ia64/bits/byteswap.h: Likewise.
55061         * sysdeps/s390/bits/byteswap.h: Likewise.
55062         * sysdeps/x86_64/bits/byteswap.h: Likewise.
55064 2011-12-23  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
55066         [BZ #13540]
55067         * sysdeps/x86_64/multiarch/strcpy-ssse3.S: Fix overrun in
55068         destination buffer.
55069         * sysdeps/x86_64/multiarch/wcscpy-ssse3.S: Likewise.
55071 2011-12-23  Marek Polacek  <polacek@redhat.com>
55073         * elf/dl-addr.c (determine_info): Add inline keyword.
55074         * elf/tst-auditmod4b.c (check_avx): Likewise.
55075         * elf/tst-auditmod6b.c (check_avx): Likewise.
55076         * elf/tst-auditmod6c.c (check_avx): Likewise.
55077         * elf/tst-auditmod7b.c (check_avx): Likewise.
55079 2011-12-23  Ulrich Drepper  <drepper@gmail.com>
55081         * sysdeps/i386/fpu/bits/fenv.h (feraiseexcept): Also enable for
55082         !__SSE_MATH__.
55084 2011-12-23  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
55086         [BZ #13540]
55087         * sysdeps/i386/i686/multiarch/wcscpy-ssse3.S: Fix wrong copying
55088         processing for last bytes.
55090 2011-08-06  Bruno Haible  <bruno@clisp.org>
55092         [BZ #13061]
55093         * iconvdata/cp1258.c (comp_table_data): Combine U+00A8 U+0301 to
55094         U+0385, not to U+1FEE.
55096         [BZ #13062]
55097         * iconvdata/tcvn5712-1.c (comp_table_data): Remove useless and wrong
55098         entry for U+00A5 U+0301.
55100 2011-12-22  Ulrich Drepper  <drepper@gmail.com>
55102         [BZ #13166]
55103         * inet/getnameinfo.c (getnameinfo): Return EAI_OVERFLOW if the
55104         buffer for the output is too small.
55106         * sysdeps/i386/fpu/bits/fenv.h [__SSE_MATH__]: Add feraiseexcept
55107         optimization.
55109         [BZ #13185]
55110         * sysdeps/i386/fpu/fgetexcptflg.c (__fegetexceptflag): Also return
55111         SSE flags if possible.
55113 2011-12-22  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
55115         [BZ #13540]
55116         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: Fix wrong copying
55117         processing for last bytes.
55119 2011-12-22  Joseph Myers  <joseph@codesourcery.com>
55121         * sysdeps/unix/sysv/linux/Makefile (syscall-list-variants)
55122         (syscall-list-default-options, syscall-list-default-condition)
55123         (syscall-list-includes): Define.
55124         ($(objpfx)syscall-%.h $(objpfx)syscall-%.d): Support arbitrary
55125         list of ABIs and options and #if conditions for each ABI.  Do not
55126         handle common syscalls between ABIs specially.
55127         * sysdeps/unix/sysv/linux/powerpc/Makefile (64bit-predefine):
55128         Remove.
55129         (syscall-list-variants, syscall-list-32bit-options)
55130         (syscall-list-32bit-condition, syscall-list-64bit-options)
55131         (syscall-list-64bit-condition): Define.
55132         * sysdeps/unix/sysv/linux/s390/Makefile (64bit-predefine): Remove.
55133         (syscall-list-variants, syscall-list-32bit-options)
55134         (syscall-list-32bit-condition, syscall-list-64bit-options)
55135         (syscall-list-64bit-condition): Define.
55136         * sysdeps/unix/sysv/linux/sparc/Makefile (64bit-predefine):
55137         Remove.
55138         (syscall-list-variants, syscall-list-32bit-options)
55139         (syscall-list-32bit-condition, syscall-list-64bit-options)
55140         (syscall-list-64bit-condition): Define.
55141         * sysdeps/unix/sysv/linux/x86_64/Makefile (64bit-predefine):
55142         Remove.
55143         (syscall-list-variants, syscall-list-32bit-options)
55144         (syscall-list-32bit-condition, syscall-list-64bit-options)
55145         (syscall-list-64bit-condition): Define.
55147 2011-12-22  Ulrich Drepper  <drepper@gmail.com>
55149         * locale/iso-639.def: Add brx entry.
55151         [BZ #13328]
55152         * malloc/mtrace.c (tr_freehook): Avoid unnecessary unlock/lock.
55153         Proposed by Mariusz_Cukr <marcukr@op.pl>.
55155         * sysdeps/x86_64/fpu/bits/fenv.h: Use __REDIRECT_NTH for
55156         __feraiseexcept_renamed.
55158 2011-12-21  Ulrich Drepper  <drepper@gmail.com>
55160         [BZ #13538]
55161         * sysdeps/unix/sysv/linux/sys/epoll.h: Initialize EPOLLONESHOT and
55162         EPOLLET with unsigned values.
55163         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Likewise.
55164         * sysdeps/unix/sysv/linux/sparc/sys/epoll.h: Likewise.
55166         * math/s_cacosh.c: Use Kahan's formula if the subtraction could lead
55167         to large cancellation.
55168         * math/s_cacoshf.c: Likewise.
55169         * math/s_cacoshl.c: Likewise.
55171 2011-11-18  Richard B. Kreckel  <kreckel@ginac.de>
55173         [BZ #13305]
55174         [BZ #12786]
55175         * math/s_cacosh.c: Fix rare miscomputation in cacosh().
55176         * math/s_cacoshf.c: Likewise.
55177         * math/s_cacoshl.c: Likewise.
55179 2011-12-21  Ulrich Drepper  <drepper@gmail.com>
55181         [BZ #13439]
55182         * iconv/gconv.h: Define __GCONV_SWAP.
55183         * iconvdata/unicode.c: The swap bit must be stored in __flags.
55184         * iconvdata/utf-16.c: Likewise.
55185         * iconvdata/utf-32.c: Likewise.
55187 2011-12-21  Andreas Schwab  <schwab@linux-m68k.org>
55189         [BZ #13524]
55190         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Clear lowest limb of
55191         numerator after shifting it by one limb.
55193 2011-12-19  Rafael Ávila de Espíndola  <rafael.espindola@gmail.com>
55195         * sysdeps/x86_64/fpu/bits/fenv.h (feraiseexcept): Define it only
55196         under [__USE_EXTERN_INLINES].
55198 2011-12-17  Ulrich Drepper  <drepper@gmail.com>
55200         [BZ #13446]
55201         * stdio-common/vfprintf.c (vfprintf): Fix extension of specs array.
55203 2011-11-22  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
55205         * sysdeps/powerpc/Makefile: Added locale-defines.sym generation.
55206         * sysdeps/powerpc/locale-defines.sym: Locale definitions for strcasecmp
55207         optimized code.
55208         * sysdeps/powerpc/powerpc32/power7/Makefile: New file.
55209         * sysdeps/powerpc/powerpc32/power7/strcasecmp.S: New file.
55210         * sysdeps/powerpc/powerpc32/power7/strcasecmp_l.S: New file.
55211         * sysdeps/powerpc/powerpc64/power7/Makefile: Added unroll-loop option
55212         for strncasecmp/strncasecmp_l compilation.
55213         * sysdeps/powerpc/powerpc64/power7/strcasecmp.S: New file.
55214         * sysdeps/powerpc/powerpc64/power7/strcasecmp_l.S: New file.
55216 2011-12-08  Marek Polacek  <mpolacek@redhat.com>
55218         [BZ #13484]
55219         * math/bits/math-finite.h: Use __REDIRECT_NTH and __NTH instead
55220         of __asm__.
55222 2011-12-17  Ulrich Drepper  <drepper@gmail.com>
55224         [BZ #13506]
55225         * time/tzfile.c (__tzfile_read): Check values from file header.
55227 2011-11-21  Will Schmidt  <will_schmidt@vnet.ibm.com>
55229         * powerpc/powerpc32/sysdep.h: Define SETUP_GOT_ACCESS() macro.
55230         * powerpc/powerpc32/a2/memcpy.S: Use SETUP_GOT_ACCESS() macro.
55231         * powerpc/powerpc32/dl-start.S: Likewise.
55232         * powerpc/powerpc32/elf/start.S: Likewise.
55233         * powerpc/powerpc32/fpu/__longjmp-common.S: Likewise.
55234         * powerpc/powerpc32/fpu/s_ceil.S: Likewise.
55235         * powerpc/powerpc32/fpu/s_ceilf.S: Likewise.
55236         * powerpc/powerpc32/fpu/s_floor.S: Likewise.
55237         * powerpc/powerpc32/fpu/s_floorf.S: Likewise.
55238         * powerpc/powerpc32/fpu/s_lround.S: Likewise.
55239         * powerpc/powerpc32/fpu/s_rint.S: Likewise.
55240         * powerpc/powerpc32/fpu/s_rintf.S: Likewise.
55241         * powerpc/powerpc32/fpu/s_round.S: Likewise.
55242         * powerpc/powerpc32/fpu/s_roundf.S: Likewise.
55243         * powerpc/powerpc32/fpu/s_trunc.S: Likewise.
55244         * powerpc/powerpc32/fpu/s_truncf.S: Likewise.
55245         * powerpc/powerpc32/fpu/setjmp-common.S: Likewise.
55246         * powerpc/powerpc32/memset.S: Likewise.
55247         * powerpc/powerpc32/power4/fpu/s_llround.S: Likewise.
55248         * powerpc/powerpc32/power4/fpu/w_sqrt.S: Likewise.
55249         * powerpc/powerpc32/power4/fpu/w_sqrtf.S: Likewise.
55250         * powerpc/powerpc32/power5/fpu/w_sqrt.S: Likewise.
55251         * powerpc/powerpc32/power5/fpu/w_sqrtf.S: Likewise.
55252         * powerpc/powerpc32/power7/fpu/s_finite.S: Likewise.
55253         * powerpc/powerpc32/power7/fpu/s_isinf.S: Likewise.
55254         * powerpc/powerpc32/power7/fpu/s_isnan.S: Likewise.
55255         * unix/sysv/linux/powerpc/powerpc32/____longjmp_chk.S: Likewise.
55256         * unix/sysv/linux/powerpc/powerpc32/brk.S: Likewise.
55257         * unix/sysv/linux/powerpc/powerpc32/getcontext-common.S: Likewise.
55258         * unix/sysv/linux/powerpc/powerpc32/setcontext-common.S: Likewise.
55259         * unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S: Likewise.
55261 2011-11-18  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
55263         * math/libm-test.inc: Added more nearbyint tests.
55264         * sysdeps/powerpc/powerpc32/fpu/s_nearbyint.S: New file.
55265         * sysdeps/powerpc/powerpc32/fpu/s_nearbyintf.S: New file.
55266         * sysdeps/powerpc/powerpc64/fpu/s_nearbyint.S: New file.
55267         * sysdeps/powerpc/powerpc64/fpu/s_nearbyintf.S: New file.
55269 2011-11-21  Ross Lagerwall  <rosslagerwall@gmail.com>
55271         * resolv/res_init.c (__res_vinit): Open /etc/resolv.conf with
55272         FD_CLOEXEC.
55274 2011-11-14  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
55276         * sysdeps/x86_64/multiarch/Makefile [subdir=wcsmbs] (sysdep_routines):
55277         Add wcscpy-ssse3 wcscpy-c.
55278         * sysdeps/x86_64/multiarch/wcscpy-ssse3.S: New file.
55279         * sysdeps/x86_64/multiarch/wcscpy-c.c: New file.
55280         * sysdeps/x86_64/multiarch/wcscpy.S: New file.
55281         * sysdeps/x86_64/wcschr.S: New file.
55282         * sysdeps/x86_64/wcsrchr.S: New file.
55283         * string/test-strcmp.c: Remove checking of wcscmp function for
55284         wrong alignments.
55285         * sysdeps/i386/i686/multiarch/Makefile [subdir=wcsmbs]
55286         (sysdep_routines): Add wcscpy-ssse3 wcscpy-c wcschr-sse2 wcschr-c
55287         wcsrchr-sse2 wcsrchr-c.
55288         * sysdeps/i386/i686/multiarch/wcschr.S: New file.
55289         * sysdeps/i386/i686/multiarch/wcschr-c.c: New file.
55290         * sysdeps/i386/i686/multiarch/wcschr-sse2.S: New file.
55291         * sysdeps/i386/i686/multiarch/wcsrchr.S: New file.
55292         * sysdeps/i386/i686/multiarch/wcsrchr-c.c: New file.
55293         * sysdeps/i386/i686/multiarch/wcsrchr-sse2.S: New file.
55294         * sysdeps/i386/i686/multiarch/wcscpy.S: New file.
55295         * sysdeps/i386/i686/multiarch/wcscpy-c.c: New file.
55296         * sysdeps/i386/i686/multiarch/wcscpy-ssse3.S: New file.
55297         * wcsmbc/wcschr.c (WCSCHR): New macro.
55299 2011-11-17  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
55301         * wcsmbs/Makefile (strop-tests): Add wcsrchr wcscpy.
55302         * wcsmbs/test-wcsrchr.c: New file.
55303         * string/test-strrchr.c: Add wcsrchr support.
55304         (WIDE): New macro.
55305         * wcsmbs/test-wcscpy.c: New file.
55306         * string/test-strcpy.c: Add wcscpy support.
55307         (WIDE): New macro.
55309 2011-12-10  Ulrich Drepper  <drepper@gmail.com>
55311         * sysdeps/generic/dl-hash.h (_dl_elf_hash): Lift one operation out of
55312         the inner loop.
55314 2011-12-06  Andreas Schwab  <schwab@linux-m68k.org>
55316         [BZ #13472]
55317         * sysdeps/powerpc/fpu/e_hypot.c (twoM600): Correct value.
55319 2011-12-04  Ulrich Drepper  <drepper@gmail.com>
55321         * sysdeps/generic/dl-hash.h (_dl_elf_hash): Fix attribute.
55322         Minor optimizations.
55324         * sunrpc/clnt_unix.c (clntunix_control): Fix aliasing issues.
55325         * sunrpc/clnt_tcp.c (clnttcp_control): Likewise.
55326         * sunrpc/clnt_udp.c (clntudp_call): Likewise.
55328 2011-12-03  Ulrich Drepper  <drepper@gmail.com>
55330         * inet/netinet/in.h: Provide versions of IN6_IS_ADDR_UNSPECIFIED,
55331         IN6_IS_ADDR_LOOPBACK, IN6_IS_ADDR_LINKLOCAL, IN6_IS_ADDR_SITELOCAL,
55332         IN6_IS_ADDR_V4MAPPED, IN6_IS_ADDR_V4COMPAT, and IN6_ARE_ADDR_EQUAL
55333         for gcc to avoid warnings.
55334         * inet/Makefile (tests): Add tst-checks.
55335         * inet/tst-checks.c: New file.
55337         * sysdeps/generic/dl-hash.h (_dl_elf_hash): Add attribute to avoid
55338         warning.
55340         * sysdeps/x86_64/multiarch/wmemcmp-c.c: Provide prototype for
55341         __wmemcmp_sse2.
55343         * sysdeps/x86_64/fpu/s_scalbln.c: Removed.
55344         * sysdeps/x86_64/fpu/s_scalbn.c: Removed.
55346         * malloc/mcheck.h: Fix use of incorrect encoding in comment.
55348 2011-12-02  Ulrich Drepper  <drepper@gmail.com>
55350         * nis/nis_findserv.c (__nis_findfastest_with_timeout): Avoid aliasing
55351         problem.
55353         * nscd/aicache.c (addhstaiX): Avoid unused variable warning.
55355 2011-11-29  Joseph Myers  <joseph@codesourcery.com>
55357         * sysdeps/unix/sysv/linux/sh/bits/atomic.h (rNOSP): Define
55358         conditional on GCC version.
55359         (__arch_compare_and_exchange_val_8_acq)
55360         (__arch_compare_and_exchange_val_16_acq)
55361         (__arch_compare_and_exchange_val_32_acq, atomic_exchange_and_add)
55362         (atomic_add, atomic_add_negative, atomic_add_zero, atomic_bit_set)
55363         (atomic_bit_test_set): Use rNOSP instead of "r" constraints.
55365 2011-12-02  Joseph Myers  <joseph@codesourcery.com>
55367         * sysdeps/sh/backtrace.c: New file.
55369 2011-12-02  Andreas Schwab  <schwab@redhat.com>
55371         * misc/bits/select2.h (__FD_ELT): Mark as extension.  Add
55372         parenthesis.
55374 2011-12-01  Andreas Schwab  <schwab@redhat.com>
55376         * sysdeps/unix/sysv/linux/futimes.c: Truncate time values when
55377         falling back to utime.
55379 2011-11-30  Andreas Schwab  <schwab@redhat.com>
55381         * sysdeps/s390/fpu/libm-test-ulps: Relax cpow (2 + 3 i, 4 + 0 i)
55382         expectations for float.
55384 2011-11-29  Andreas Schwab  <schwab@redhat.com>
55386         * locale/weight.h (findidx): Add parameter len.
55387         * locale/weightwc.h (findidx): Likewise.
55388         * posix/fnmatch_loop.c (FCT): Adjust caller.
55389         * posix/regcomp.c (build_equiv_class): Likewise.
55390         * posix/regex_internal.h (re_string_elem_size_at): Likewise.
55391         * posix/regexec.c (check_node_accept_bytes): Likewise.
55392         * string/strcoll_l.c (STRCOLL): Likewise.
55393         * string/strxfrm_l.c (STRXFRM): Likewise.
55395 2011-11-17  Ulrich Drepper  <drepper@gmail.com>
55397         * Makefile.in: Remove CVSOPT handling.
55398         * configure.in: Remove use of AC_REVISION.
55399         * iconvdata/Makefile (distribute): No need to filter out CVS.
55400         * scripts/list-sources.sh: Remove CVS, subversion and monotone
55401         handling.
55403 2011-11-16  Andreas Schwab  <schwab@redhat.com>
55405         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S
55406         [USE_AS_STRCASECMP_L]: Fix argument offsets for non-PIC.
55407         [USE_AS_STRNCASECMP_L]: Likewise.
55408         (__strcasecmp_ssse3, __strncasecmp_ssse3): Handle
55409         NO_TLS_DIRECT_SEG_REFS.
55410         * sysdeps/i386/i686/multiarch/strcmp-sse4.S [USE_AS_STRCASECMP_L]:
55411         Fix argument offsets for non-PIC.
55412         [USE_AS_STRNCASECMP_L]: Likewise.
55413         (__strcasecmp_sse4_2, __strncasecmp_sse4_2): Handle
55414         NO_TLS_DIRECT_SEG_REFS.
55416 2011-11-15  Ulrich Drepper  <drepper@gmail.com>
55418         * locale/loadarchive.c (_nl_load_locale_from_archive): Open files with
55419         O_CLOEXEC.
55420         * locale/loadlocale.c (_nl_load_locale): Likewise.
55422 2011-11-15  Andreas Schwab  <schwab@redhat.com>
55424         * sysdeps/unix/sysv/linux/clock_gettime.c (SYSDEP_GETTIME_CPU)
55425         [__ASSUME_POSIX_CPU_TIMERS > 0]: Assign to retval and break.
55426         * sysdeps/unix/sysv/linux/x86_64/clock_gettime.c
55427         (SYSCALL_GETTIME): Set errno on error.
55429         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Properly
55430         count references to noai6ai_cached.
55432 2011-11-15  Ulrich Drepper  <drepper@gmail.com>
55434         * time/getdate.c (__getdate_r): Set FD_CLOEXEC for given file.
55436         * sysdeps/unix/sysv/linux/readonly-area.c (__readonly_area): Set
55437         FD_CLOEXEC for /proc/self/maps.
55439         * sysdeps/unix/sysv/linux/getsysstats.c (phys_pages_info): Set
55440         FD_CLOEXEC for /proc/meminfo.
55442         * sysdeps/posix/getaddrinfo.c (gaiconf_init): Set FD_CLOEXEC for
55443         gai.conf.
55445         * resolv/res_query.c (res_hostalias):  Don't allow cancellation and set
55446         FD_CLOEXEC for given file.
55448         * resolv/res_hconf.c (do_init): Set FD_CLOEXEC for host.conf.
55450         * resolv/gethnamaddr.c (_sethtent): Don't allow cancellation and set
55451         FD_CLOEXEC for /etc/hosts.
55452         (_gethtent): Likewise.
55454         * nss/nsswitch.c (nss_parse_file): Set FD_CLOEXEC.
55456         * nss/nss_files/files-netgrp.c (_nss_files_setnetgrent): Don't allow
55457         cancellation and set FD_CLOEXEC for /etc/netgroup.
55459         * nss/nss_files/files-key.c (search): Don't allow cancellation when
55460         reading /etc/publickey.
55462         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn): Don't
55463         allow cancellation when reading /etc/group.
55465         * nss/nss_files/files-alias.c (internal_setent): Don't allow
55466         cancellation.
55467         (get_next_alias): Likewise for included file.  Also set FD_CLOEXEC.
55469         * nss/nss_files/files-XXX.c (internal_setent): Don't allow cancellation
55470         when using data file.
55472         * nis/nss-default.c (init): Set FD_CLOEXEC for /etc/default/nss.
55474         * nis/nis_file.c (read_nis_obj): Set FD_CLOEXEC.
55475         (write_nis_obj): Use "c" and "e" in fopen.
55477         * misc/mntent_r.c (__setmntent): Also append e to fopen format.
55479         * misc/getusershell.c (initshells): Set FD_CLOEXEC for /etc/shells.
55481         * misc/getttyent.c (setttyent): Set FD_CLOEXEC.
55483         * misc/getpass.c (getpass): Set FD_CLOEXEC for /dev/tty.
55485         * intl/localealias.c (read_alias_file): Set FD_CLOEXEC for
55486         locale.alias.
55488         * inet/ruserpass.c (ruserpass): Set FD_CLOEXEC for .netrc.
55490         * inet/rcmd.c (iruserfopen): Set FD_CLOEXEC for hosts.equiv.
55492         * iconv/gconv_conf.c (read_conf_file): Set FD_CLOEXEC for config file.
55494         * hesiod/hesiod.c (parse_config_file): Prevent cancellation in config
55495         file parsing and set FD_CLOEXEC.
55497 2011-11-14  Ulrich Drepper  <drepper@gmail.com>
55499         * time/tzfile.c (__tzfile_read): Use "e" in fopen call.
55501 2011-11-14  Andreas Schwab  <schwab@redhat.com>
55503         * malloc/arena.c (arena_get2): Don't call reused_arena when
55504         _int_new_arena failed.
55506 2011-11-14  Ulrich Drepper  <drepper@gmail.com>
55508         * sysdeps/i386/i686/multiarch/Makefile [subdir=string]
55509         (sysdep_routines): Add strcasecmp_l-sse4 and strncase_l-sse4.
55510         * sysdeps/i386/i686/multiarch/strcasecmp.S: Re-enable SSE4.2 code.
55511         * sysdeps/i386/i686/multiarch/strcmp.S: Likewise.
55512         * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
55513         * sysdeps/i386/i686/multiarch/strcmp-sse4.S: Change to allow reuse
55514         to compile strcasecmp and strncasecmp.
55515         * sysdeps/i386/i686/multiarch/strcasecmp_l-sse4.S: New file.
55516         * sysdeps/i386/i686/multiarch/strncase_l-sse4.S: New file.
55518         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Use L macro consistently.
55520 2011-11-13  Ulrich Drepper  <drepper@gmail.com>
55522         * sysdeps/i386/i686/multiarch/Makefile [subdir=string]: Add
55523         locale-defines.sym to gen-as-const-headers.
55524         (sysdep_routines): Add strcasecmp_l-c, strcasecmp-c,
55525         strcasecmp_l-ssse3, strncase_l-c, strncase-c, and strncase_l-ssse3.
55526         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Change to allow reuse
55527         to compile strcasecmp and strncasecmp.
55528         * sysdeps/i386/i686/multiarch/strcmp.S: Allow to use for
55529         strcasecmp_l and strncasecmp_l.
55530         * sysdeps/i386/i686/multiarch/locale-defines.sym: New file.
55531         * sysdeps/i386/i686/multiarch/strcasecmp-c.c: New file.
55532         * sysdeps/i386/i686/multiarch/strcasecmp.S: New file.
55533         * sysdeps/i386/i686/multiarch/strcasecmp_l-c.c: New file.
55534         * sysdeps/i386/i686/multiarch/strcasecmp_l-ssse3.S: New file.
55535         * sysdeps/i386/i686/multiarch/strcasecmp_l.S: New file.
55536         * sysdeps/i386/i686/multiarch/strncase-c.c: New file.
55537         * sysdeps/i386/i686/multiarch/strncase.S: New file.
55538         * sysdeps/i386/i686/multiarch/strncase_l-c.c: New file.
55539         * sysdeps/i386/i686/multiarch/strncase_l-ssse3.S: New file.
55540         * sysdeps/i386/i686/multiarch/strncase_l.S: New file.
55542 2011-11-12  Ulrich Drepper  <drepper@gmail.com>
55544         * sysdeps/unix/clock_gettime.c (clock_gettime): No need to assign
55545         result of SYSDEP_GETTIME_CPU to retval.
55546         * sysdeps/unix/sysv/linux/clock_gettime.c (SYSDEP_GETTIME_CPU): Add
55547         parameter list to macro.  Remove trailing semicolon.  Adjust users.
55549         * resolv/getaddrinfo_a.c (getaddrinfo_a): Avoid warning about unused
55550         variable.
55552         * sysdeps/ieee754/ldbl-96/e_j0l.c (__ieee754_j0l): Avoid storing
55553         mantissa words.
55554         * sysdeps/ieee754/ldbl-96/e_j1l.c (__ieee754_j1l): Likewise.
55556         * sysdeps/ieee754/ldbl-96/e_hypotl.c (__ieee754_hypotl): Avoid warning
55557         from unused variable.
55559         * sysdeps/generic/sysdep.h: Clean up, pretty print, use dwarf2.h for
55560         DWARF definitions.
55561         * sysdeps/generic/dwarf2.h: Don't define enums when using the file
55562         for assembling.
55564         * elf/dl-iteratephdr.c [!SHARED] (__dl_iterate_phdr): Don't iterate
55565         over namespaces.
55567         * sunrpc/rpc_prot.c (rejected): Fix case value.
55569         * sysdeps/unix/sysv/linux/internal_statvfs.c (INTERNAL_STATVFS): Use
55570         unsigned long long int to avoid warnings in shift.
55572         * posix/regex_internal.c (re_string_reconstruct): Actually use result
55573         of use of trans.
55574         * posix/regex_internal.h (re_string_wchar_at): Remove temporary
55575         variable tmp.
55577         * sysdeps/i386/i686/multiarch/wcscmp-c.c: Avoid warning.
55578         * sysdeps/i386/i686/multiarch/wcslen-c.c: Likewise.
55579         * sysdeps/i386/i686/multiarch/wmemcmp-c.c: Likewise.
55581         * nis/nis_table.c (nis_list): Use variable of correct type for
55582         result of __follow_path call.
55584 2011-11-07  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
55586         * sysdeps/powerpc/fpu/math_private.h: Using inline assembly version
55587         of math functions ceil, trunc, floor, round, and sqrt, when
55588         avaliable on the platform.
55589         * sysdeps/powerpc/fpu/e_sqrt.c: Undefine __ieee754_sqrt to avoid
55590         name clash.
55591         * sysdeps/powerpc/fpu/e_sqrtf.c: Likewise.
55592         * sysdeps/powerpc/powerpc64/fpu/e_sqrt.c: Likewise.
55593         * sysdeps/powerpc/powerpc64/fpu/e_sqrtf.c: Likewise.
55595 2011-10-30  Marek Polacek  <mpolacek@redhat.com>
55597         * libio/wfileops.c (_IO_wfile_underflow_mmap): Remove unused variable.
55598         * sysdeps/ieee754/dbl-64/mpsqrt.c (__mpsqrt): Likewise.
55600 2011-11-11  Roland McGrath  <roland@hack.frob.com>
55602         * include/unistd.h: Fix __readlink return type.
55603         Reported by Chris Metcalf <cmetcalf@tilera.com>.
55605 2011-11-11  Ulrich Drepper  <drepper@gmail.com>
55607         * stdlib/ucontext.h: Undo last change for makecontext.
55609 2011-11-11  Andreas Schwab  <schwab@redhat.com>
55611         * nss/db-Makefile ($(VAR_DB)/group.db): Fix typo in awk script.
55613         * misc/sys/cdefs.h (__REDIRECT_NTHNL): Define.
55614         * setjmp/setjmp.h: Mark functions as non-leaf.
55615         * setjmp/bits/setjmp2.h: Likewise.
55616         * stdlib/ucontext.h: Likewise.
55618 2011-11-10  Andreas Schwab  <schwab@redhat.com>
55620         * malloc/arena.c (_int_new_arena): Don't increment narenas.
55621         (reused_arena): Don't check arena limit.
55622         (arena_get2): Atomically check arena limit.
55624 2011-11-08  Ulrich Drepper  <drepper@gmail.com>
55626         * locale/findlocale.c (_nl_find_locale): Use __strcasecmp_l.
55627         * intl/localealias.c (strcasecmp): Define using __strcasecmp_l.
55629         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Remove unnecessary
55630         instructions.
55632 2011-11-07  Andreas Schwab  <schwab@redhat.com>
55634         * libio/genops.c (_IO_flush_all_lockp): Only register cleanup
55635         handler when locking.
55637         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn):
55638         Fix size of allocated buffer.
55640 2011-11-04  Andreas Schwab  <schwab@redhat.com>
55642         [BZ #10103]
55643         * math/math.h [__NO_LONG_DOUBLE_MATH && !_LIBC]: Provide
55644         declarations for long double functions.
55645         * math/complex.h [__NO_LONG_DOUBLE_MATH && !_LIBC]: Likewise.
55647         * elf/sprof.c (load_shobj): Fix off-by-one when reading link name.
55649 2011-11-03  Andreas Schwab  <schwab@redhat.com>
55651         * nscd/nscd.c (main): Don't start AVC thread until credentials are
55652         installed.
55654         * nss/makedb.c (set_file_creation_context): Do nothing if SELinux
55655         is disabled.
55657 2011-11-02  Samuel Thibault  <samuel.thibault@ens-lyon.org>
55659         * bits/ioctl-types.h (_IOT_sgttyb): Set number of chars to 4.
55661 2011-11-01  Andreas Schwab  <schwab@linux-m68k.org>
55663         * include/alloca.h (stackinfo_alloca_round): Define.
55664         (extend_alloca): Use it.
55665         [_STACK_GROWS_UP]: Correct check for adjacent allocation.
55666         * elf/dl-deps.c (_dl_map_object_deps): Don't round alloca size
55667         here.
55669         * scripts/check-local-headers.sh: Ignore libaudit.h.
55671         * nscd/Makefile (extra-objs): Make recursively expanded.
55673 2011-11-01  Ulrich Drepper  <drepper@gmail.com>
55675         * sysdeps/x86_64/strcmp.S: Fix test for non-ASCII locales.
55676         * sysdeps/x86_64/multiarch/strcmp-sse42.S: Likewise.
55678         * posix/tst-rfc3484.c: Add missing __free_in6ai dummy function.
55679         * posix/tst-rfc3484-2.c: Likewise.
55680         * posix/tst-rfc3484-3.c: Likewise.
55682         * sysdeps/unix/sysv/linux/bits/uio.h: Declare process_vm_readv and
55683         process_vm_writev.
55684         * sysdeps/unix/sysv/linux/syscalls.list: Add process_vm_readv and
55685         process_vm_writev.
55686         * sysdeps/unix/sysv/linux/Versions: Export process_vm_readv and
55687         process_vm_writev from libc using GLIBC_2.15 version.
55689         * nscd/connections.c: Use kernel headers instead of <netlink/netlink.h>.
55691 2011-10-31  Paul Pluzhnikov  <ppluzhnikov@google.com>
55693         * elf/dl-deps.c (_dl_map_object_deps): Reuse alloca space to reduce
55694         stack usage.
55696 2011-10-31  Ulrich Drepper  <drepper@gmail.com>
55698         [BZ #13367]
55699         * nss/getent.c (initgroups_keys): Show error message in case no group
55700         names are given.
55702         * include/ifaddrs.h: Declare __free_in6ai and __bump_nl_timestamp.
55703         * inet/check_pf.c: Provide dummy versions of __free_in6ai and
55704         __bump_nl_timestamp.
55705         * nscd/connections (nscd_init): When host database is served open
55706         netlink socket and request notification about configuration changes.
55707         (main_loop_poll): Track netlink file descriptor and bump timestamp
55708         in case data becomes available.
55709         (main_loop_epoll): Likewise.
55710         * nscd/nscd-client.h (DB_VERSION): Bump to 2.
55711         (database_pers_head): Add extra_data fileds.
55712         Declare __nscd_get_mapping and __nscd_get_nl_timestamp.
55713         * nscd/nscd_gethst_r.c (__nscd_get_nl_timestamp): New function.
55714         * nscd/nscd_helper.c (__nscd_get_mapping): Renamed from get_mapping.
55715         Adjust caller.
55716         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Don't call free on
55717         in6ai data, call __free_in6ai.
55718         * sysdeps/unix/sysv/linux/Makefile [subdir=nscd] (sysdep-CFLAGS):
55719         Add -DHAVE_NETLINK.
55720         * sysdeps/unix/sysv/linux/check_pf.c: Major rewrite.  Cache the
55721         interface information.  Reuse previous data if netlink timestamp
55722         is not changed.
55723         (__bump_nl_timestamp): New function.
55724         (__free_in6ai): New function.
55726 2011-10-30  Ulrich Drepper  <drepper@gmail.com>
55728         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Don't call
55729         close_not_cancel_no_status here.
55730         (__check_pf): Reorganize code a bit to not call close twice if OOM.
55732 2011-10-29  Ulrich Drepper  <drepper@gmail.com>
55734         [BZ #13276]
55735         * malloc/malloc.c (munmap_chunk): Don't use assertion to check munmap
55736         return value.
55738         * posix/sys/wait.h: Mark wait3 and wait4 with __THROWNL.
55739         * libio/stdio.h: Mark sprintf, vsprintf snprintf, vsnprintf, vasprintf,
55740         asprintf, __asprintf, obstack_printf, obstack_vprintf with __THROWNL.
55742 2011-07-03  Andreas Jaeger  <aj@suse.de>
55744         [BZ #10709]
55745         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Fix incorrect rounding
55746         of sin. Patch suggested by Paul Zimmermann <zimmerma+gcc@loria.fr>.
55747         * math/libm-test.inc (sin_test): Add test case.
55749 2011-10-29  Ulrich Drepper  <drepper@gmail.com>
55751         [BZ #13337]
55752         * elf/sprof.c (load_shobj): Correctly NUL-terminate link name.
55753         Patch by Thomas Jarosch <thomas.jarosch@intra2net.com>.
55755         * elf/chroot_canon.c (chroot_canon): Cleanups.
55757         * elf/dl-lookup.c (_dl_setup_hash): Avoid warning.
55759         [BZ #13335]
55760         * elf/chroot_canon.c (chroot_canon): Fix readlink call.
55761         Patch by Thomas Jarosch <thomas.jarosch@intra2net.com>.
55763         * string/test-strchr.c: Make usable for strchrnul testing.
55764         * string/test-strchrnul.c: New file.
55765         * string/Makefile (strop-tests): Add strchrnul.
55767         * po/it.po: Update from translation team.
55768         * po/es.po: Likewise.
55770 2011-10-28  Ulrich Drepper  <drepper@gmail.com>
55772         * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu_tolower): Take
55773         the three constants needed as parameters.  Drop the others.
55774         (strcasestr_sse42): Load uclow, uchigh, and lcqword and pass to
55775         __m128i_strloadu_tolower.
55776         Create and initialize variable zero and use it in all the places
55777         where _mm_setzero_si128 was used.
55779         * sysdeps/x86_64/fpu/multiarch/Makefile: Don't build brandred-avx.c,
55780         doasin-avx.c, dosincos-avx.c, e_asin-avx.c, mpatan-avx.c,
55781         mpatan2-avx.c, mpsqrt-avx.c, mptan-avx.c, sincos32-avx.c.
55782         * sysdeps/x86_64/fpu/multiarch/e_asin.c: There are no _avx variants
55783         anymore.
55784         * sysdeps/x86_64/fpu/multiarch/e_atan2-avx.c: Don't redirect __mpatan2.
55785         * sysdeps/x86_64/fpu/multiarch/s_atan-avx.c: Don't redirect __mpatan.
55786         * sysdeps/x86_64/fpu/multiarch/s_sin-avx.c: Don't redirect __branred,
55787         __docos, __dubsin, __mpcos, __mpcos1, __mpsin, __mpsin1.
55788         * sysdeps/x86_64/fpu/multiarch/s_tan-avx.c: Don't redirect __branred,
55789         __mpranred, __mptan.
55790         * sysdeps/x86_64/fpu/multiarch/brandred-avx.c: Removed.
55791         * sysdeps/x86_64/fpu/multiarch/doasin-avx.c: Removed.
55792         * sysdeps/x86_64/fpu/multiarch/dosincos-avx.c: Removed.
55793         * sysdeps/x86_64/fpu/multiarch/e_asin-avx.c: Removed.
55794         * sysdeps/x86_64/fpu/multiarch/mpatan-avx.c: Removed.
55795         * sysdeps/x86_64/fpu/multiarch/mpatan2-avx.c: Removed.
55796         * sysdeps/x86_64/fpu/multiarch/mpsqrt-avx.c: Removed.
55797         * sysdeps/x86_64/fpu/multiarch/mptan-avx.c: Removed.
55798         * sysdeps/x86_64/fpu/multiarch/sincos32-avx.c: Removed.
55800 2011-10-28  Andreas Schwab  <schwab@redhat.com>
55802         * sysdeps/i386/i686/multiarch/strnlen-c.c (libc_hidden_def): Only
55803         redefine if SHARED.
55804         * sysdeps/i386/i686/multiarch/wcscmp-c.c (libc_hidden_def): Likewise.
55806         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Move
55807         wide char related routines to wcsmbs subdir.
55809 2011-10-27  Andreas Schwab  <schwab@redhat.com>
55811         [BZ #13344]
55812         * misc/sys/cdefs.h (__THROWNL): Define.
55813         * posix/unistd.h: Use __THREADNL instead of __THREAD
55814         for memory synchronization functions.
55816 2011-10-26  Roland McGrath  <roland@hack.frob.com>
55818         [BZ #13349]
55819         * libio/Versions (GLIBC_2.0): Remove open_obstack_stream, which
55820         doesn't exist.
55821         * manual/stdio.texi (Obstack Streams): Node removed.
55823 2011-10-26  Andreas Schwab  <schwab@redhat.com>
55825         * sysdeps/ieee754/flt-32/e_j0f.c: Fix use of math_force_eval.
55826         * sysdeps/ieee754/dbl-64/s_round.c: Likewise.
55827         * sysdeps/ieee754/flt-32/s_roundf.c: Likewise.
55829         * math/math_private.h (math_force_eval): Allow non-addressable
55830         arguments.
55831         * sysdeps/i386/fpu/math_private.h (math_force_eval): Likewise.
55833 2011-10-25  Ulrich Drepper  <drepper@gmail.com>
55835         * sysdeps/ieee754/dbl-64/e_rem_pio2.c: Comment everything out, the
55836         file is not needed.
55838         * sysdeps/x86_64/fpu/multiarch/e_asin.c: Support AVX variants.
55839         * sysdeps/x86_64/fpu/multiarch/e_atan2.c: Likewise.
55840         * sysdeps/x86_64/fpu/multiarch/e_exp.c: Likewise.
55841         * sysdeps/x86_64/fpu/multiarch/e_log.c: Likewise.
55842         * sysdeps/x86_64/fpu/multiarch/s_atan.c: Likewise.
55843         * sysdeps/x86_64/fpu/multiarch/s_sin.c: Likewise.
55844         * sysdeps/x86_64/fpu/multiarch/s_tan.c: Likewise.
55845         * sysdeps/x86_64/fpu/multiarch/Makefile: Fix some CFLAGS-* variables.
55846         Add AVX variants.
55847         * sysdeps/x86_64/fpu/multiarch/brandred-avx.c: New file.
55848         * sysdeps/x86_64/fpu/multiarch/doasin-avx.c: New file.
55849         * sysdeps/x86_64/fpu/multiarch/dosincos-avx.c: New file.
55850         * sysdeps/x86_64/fpu/multiarch/e_asin-avx.c: New file.
55851         * sysdeps/x86_64/fpu/multiarch/e_atan2-avx.c: New file.
55852         * sysdeps/x86_64/fpu/multiarch/e_exp-avx.c: New file.
55853         * sysdeps/x86_64/fpu/multiarch/e_log-avx.c: New file.
55854         * sysdeps/x86_64/fpu/multiarch/mpa-avx.c: New file.
55855         * sysdeps/x86_64/fpu/multiarch/mpatan-avx.c: New file.
55856         * sysdeps/x86_64/fpu/multiarch/mpatan2-avx.c: New file.
55857         * sysdeps/x86_64/fpu/multiarch/mpexp-avx.c: New file.
55858         * sysdeps/x86_64/fpu/multiarch/mplog-avx.c: New file.
55859         * sysdeps/x86_64/fpu/multiarch/mpsqrt-avx.c: New file.
55860         * sysdeps/x86_64/fpu/multiarch/mptan-avx.c: New file.
55861         * sysdeps/x86_64/fpu/multiarch/s_atan-avx.c: New file.
55862         * sysdeps/x86_64/fpu/multiarch/s_sin-avx.c: New file.
55863         * sysdeps/x86_64/fpu/multiarch/s_tan-avx.c: New file.
55864         * sysdeps/x86_64/fpu/multiarch/sincos32-avx.c: New file.
55865         * sysdeps/x86_64/fpu/multiarch/slowexp-avx.c: New file.
55867         * sysdeps/x86_64/multiarch/init-arch.h: Make bit_* macros available
55868         all the time.  Define bit_AVX.  Define HAS_* macros using bit_* macros.
55870         * sysdeps/x86_64/multiarch/strcmp-sse42.S: Move common code to earlier
55871         place.  Use VEX encoding when compiling for AVX.
55873 2011-10-25  Andreas Schwab  <schwab@redhat.com>
55875         * wcsmbs/wcscmp.c (WCSCMP): Compare as wchar_t, not wint_t.
55876         * wcsmbs/wmemcmp.c (WMEMCMP): Likewise.
55878         * string/test-strchr.c (do_test): Don't generate NUL bytes.
55880 2011-10-25  Ulrich Drepper  <drepper@gmail.com>
55882         * sysdeps/ieee754/dbl-64/e_atanh.c: Use math_force_eval instead of a
55883         useless if() expression.
55884         * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
55885         * sysdeps/ieee754/dbl-64/s_ceil.c: Likewise.
55886         * sysdeps/ieee754/dbl-64/s_expm1.c: Likewise.
55887         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
55888         * sysdeps/ieee754/dbl-64/s_log1p.c: Likewise.
55889         * sysdeps/ieee754/dbl-64/s_round.c: Likewise.
55890         * sysdeps/ieee754/dbl-64/wordsize-64/s_ceil.c: Likewise.
55891         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
55892         * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c: Likewise.
55893         * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
55894         * sysdeps/ieee754/flt-32/e_j0f.c: Likewise.
55895         * sysdeps/ieee754/flt-32/s_ceilf.c: Likewise.
55896         * sysdeps/ieee754/flt-32/s_expm1f.c: Likewise.
55897         * sysdeps/ieee754/flt-32/s_floorf.c: Likewise.
55898         * sysdeps/ieee754/flt-32/s_log1pf.c: Likewise.
55899         * sysdeps/ieee754/flt-32/s_roundf.c: Likewise.
55900         * sysdeps/ieee754/ldbl-96/e_atanhl.c: Likewise.
55901         * sysdeps/ieee754/ldbl-96/e_j0l.c: Likewise.
55902         * sysdeps/ieee754/ldbl-96/s_roundl.c: Likewise.
55904         * sysdeps/x86_64/fpu/math_private.h: Use VEX encoding when possible.
55906 2011-10-25  Andreas Schwab  <schwab@redhat.com>
55908         * elf/dl-deps.c (_dl_map_object_deps): Remove always true
55909         condition.
55910         * elf/dl-fini.c (_dl_sort_fini): Likewise.
55912 2011-10-25  Ulrich Drepper  <drepper@gmail.com>
55914         * sysdeps/ieee754/dbl-64/branred.c: Move FMA4 code into separate
55915         .text section.  Avoid duplicate constants.
55916         * sysdeps/ieee754/dbl-64/doasin.c: Likewise.
55917         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
55918         * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
55919         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
55920         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
55921         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
55922         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
55923         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
55924         * sysdeps/ieee754/dbl-64/mpa.c: Likewise.
55925         * sysdeps/ieee754/dbl-64/mpa.h: Likewise.
55926         * sysdeps/ieee754/dbl-64/mpatan.c: Likewise.
55927         * sysdeps/ieee754/dbl-64/mpatan.h: Likewise.
55928         * sysdeps/ieee754/dbl-64/mpatan2.c: Likewise.
55929         * sysdeps/ieee754/dbl-64/mpexp.c: Likewise.
55930         * sysdeps/ieee754/dbl-64/mpexp.h: Likewise.
55931         * sysdeps/ieee754/dbl-64/mpsqrt.c: Likewise.
55932         * sysdeps/ieee754/dbl-64/mpsqrt.h: Likewise.
55933         * sysdeps/ieee754/dbl-64/mptan.c: Likewise.
55934         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
55935         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
55936         * sysdeps/ieee754/dbl-64/sincos32.c: Likewise.
55937         * sysdeps/ieee754/dbl-64/slowexp.c: Likewise.
55938         * sysdeps/ieee754/dbl-64/slowpow.c: Likewise.
55939         * sysdeps/x86_64/fpu/multiarch/brandred-fma4.c: Likewise.
55940         * sysdeps/x86_64/fpu/multiarch/doasin-fma4.c: Likewise.
55941         * sysdeps/x86_64/fpu/multiarch/dosincos-fma4.c: Likewise.
55942         * sysdeps/x86_64/fpu/multiarch/e_asin-fma4.c: Likewise.
55943         * sysdeps/x86_64/fpu/multiarch/e_atan2-fma4.c: Likewise.
55944         * sysdeps/x86_64/fpu/multiarch/e_exp-fma4.c: Likewise.
55945         * sysdeps/x86_64/fpu/multiarch/e_log-fma4.c: Likewise.
55946         * sysdeps/x86_64/fpu/multiarch/e_pow-fma4.c: Likewise.
55947         * sysdeps/x86_64/fpu/multiarch/halfulp-fma4.c: Likewise.
55948         * sysdeps/x86_64/fpu/multiarch/mpa-fma4.c: Likewise.
55949         * sysdeps/x86_64/fpu/multiarch/mpatan-fma4.c: Likewise.
55950         * sysdeps/x86_64/fpu/multiarch/mpatan2-fma4.c: Likewise.
55951         * sysdeps/x86_64/fpu/multiarch/mpexp-fma4.c: Likewise.
55952         * sysdeps/x86_64/fpu/multiarch/mplog-fma4.c: Likewise.
55953         * sysdeps/x86_64/fpu/multiarch/mpsqrt-fma4.c: Likewise.
55954         * sysdeps/x86_64/fpu/multiarch/mptan-fma4.c: Likewise.
55955         * sysdeps/x86_64/fpu/multiarch/s_atan-fma4.c: Likewise.
55956         * sysdeps/x86_64/fpu/multiarch/s_sin-fma4.c: Likewise.
55957         * sysdeps/x86_64/fpu/multiarch/s_tan-fma4.c: Likewise.
55958         * sysdeps/x86_64/fpu/multiarch/sincos32-fma4.c: Likewise.
55959         * sysdeps/x86_64/fpu/multiarch/slowexp-fma4.c: Likewise.
55960         * sysdeps/x86_64/fpu/multiarch/slowpow-fma4.c: Likewise.
55962 2011-10-24  Ulrich Drepper  <drepper@gmail.com>
55964         * sysdeps/x86_64/dla.h: Move to ...
55965         * sysdeps/x86_64/fpu/dla.h: ...here.
55966         (DLA_FMS): Some compilers fail to inline __builtin_fma in some
55967         situations.  Use __builtin_fma only for gcc 4.6 and up.
55969         * config.make.in: Add have-mfma4 entry.
55970         * configure.in: Substitute libc_cv_cc_fma4.
55971         * math/Makefile (dbl-only-routines): Add sincostab.
55972         * sysdeps/ieee754/dbl-64/dosincos.c: Don't include sincos.tbl.
55973         Use __sincostab not sincos.
55974         * sysdeps/ieee754/dbl-64/e_asin.c: Don't define aliases when function
55975         name is a macro.
55976         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
55977         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
55978         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
55979         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.  Define singArctan2
55980         using __copysign.
55981         * sysdeps/ieee754/dbl-64/mpa.c: Don't export __acr.  Don't define
55982         __cr and __cpymn.  Define __cpy unless NO___CPY is defined.  Define
55983         norm, denorm, and __mp_dbl unless NO___MP_DBL is defined.
55984         * sysdeps/ieee754/dbl-64/mpa.h: Don't declare __acr, __cr, __cpymn,
55985         and __inv.
55986         * sysdeps/ieee754/dbl-64/mpsqrt.c: Make fastiroot static.
55987         * sysdeps/ieee754/dbl-64/s_atan.c: Define __signArctan using
55988         __copysign.
55989         * sysdeps/ieee754/dbl-64/s_sin.c: Use __sincostab not sincos.  Don't
55990         define aliases when function name is a macro.
55991         * sysdeps/ieee754/dbl-64/sincostab.c: Renamed from
55992         sysdeps/ieee754/dbl-64/sincos.tbl.
55993         * sysdeps/x86_64/fpu/multiarch/Makefile: Add entries to build
55994         fma4-enabled routines.
55995         * sysdeps/x86_64/fpu/multiarch/brandred-fma4.c: New file.
55996         * sysdeps/x86_64/fpu/multiarch/doasin-fma4.c: New file.
55997         * sysdeps/x86_64/fpu/multiarch/dosincos-fma4.c: New file.
55998         * sysdeps/x86_64/fpu/multiarch/e_asin-fma4.c: New file.
55999         * sysdeps/x86_64/fpu/multiarch/e_asin.c: New file.
56000         * sysdeps/x86_64/fpu/multiarch/e_atan2-fma4.c: New file.
56001         * sysdeps/x86_64/fpu/multiarch/e_atan2.c: New file.
56002         * sysdeps/x86_64/fpu/multiarch/e_exp-fma4.c: New file.
56003         * sysdeps/x86_64/fpu/multiarch/e_exp.c: New file.
56004         * sysdeps/x86_64/fpu/multiarch/e_log-fma4.c: New file.
56005         * sysdeps/x86_64/fpu/multiarch/e_log.c: New file.
56006         * sysdeps/x86_64/fpu/multiarch/e_pow-fma4.c: New file.
56007         * sysdeps/x86_64/fpu/multiarch/e_pow.c: New file.
56008         * sysdeps/x86_64/fpu/multiarch/halfulp-fma4.c: New file.
56009         * sysdeps/x86_64/fpu/multiarch/mpa-fma4.c: New file.
56010         * sysdeps/x86_64/fpu/multiarch/mpatan-fma4.c: New file.
56011         * sysdeps/x86_64/fpu/multiarch/mpatan2-fma4.c: New file.
56012         * sysdeps/x86_64/fpu/multiarch/mpexp-fma4.c: New file.
56013         * sysdeps/x86_64/fpu/multiarch/mplog-fma4.c: New file.
56014         * sysdeps/x86_64/fpu/multiarch/mpsqrt-fma4.c: New file.
56015         * sysdeps/x86_64/fpu/multiarch/mptan-fma4.c: New file.
56016         * sysdeps/x86_64/fpu/multiarch/s_atan-fma4.c: New file.
56017         * sysdeps/x86_64/fpu/multiarch/s_atan.c: New file.
56018         * sysdeps/x86_64/fpu/multiarch/s_sin-fma4.c: New file.
56019         * sysdeps/x86_64/fpu/multiarch/s_sin.c: New file.
56020         * sysdeps/x86_64/fpu/multiarch/s_tan-fma4.c: New file.
56021         * sysdeps/x86_64/fpu/multiarch/s_tan.c: New file.
56022         * sysdeps/x86_64/fpu/multiarch/sincos32-fma4.c: New file.
56023         * sysdeps/x86_64/fpu/multiarch/slowexp-fma4.c: New file.
56024         * sysdeps/x86_64/fpu/multiarch/slowpow-fma4.c: New file.
56026         * sysdeps/ieee754/dbl-64/doasin.c: Adjust for DLA_FMA -> DLA_FMS
56027         rename.
56028         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
56029         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
56030         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
56031         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
56032         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
56033         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
56034         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
56035         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
56037 2011-10-24  Andreas Schwab  <schwab@redhat.com>
56039         * wcsmbs/wcslen.c: Don't define WCSLEN, reverse logic.
56041 2011-10-23  Ulrich Drepper  <drepper@gmail.com>
56043         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c: New file.
56045         * sysdeps/ieee754/dbl-64/e_fmod.c (__ieee754_fmod): Add some branch
56046         prediction.
56047         * sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c: New file.
56049         * string/strnlen.c: Don't define STRNLEN, reverse logic.
56050         Remove unused variable magic_bits.
56051         * sysdeps/i386/i686/multiarch/rtld-strnlen.c: New file.
56053         * string/strnlen.c: Define and use STRNLEN macro.
56054         * sysdeps/i386/i686/multiarch/Makefile [string] (sysdep_routines):
56055         Add strnlen-sse2, strnlen-c, wcslen-sse2, and wcslen-c.
56056         * sysdeps/i386/i686/multiarch/strlen-sse2.S: Add support for strnlen.
56057         * wcsmbs/wcslen.c: Define and use WCSLEN.
56058         * sysdeps/i386/i686/multiarch/strnlen-c.c: New file.
56059         * sysdeps/i386/i686/multiarch/strnlen-sse2.S: New file.
56060         * sysdeps/i386/i686/multiarch/strnlen.S: New file.
56061         * sysdeps/i386/i686/multiarch/wcslen-c.c: New file.
56062         * sysdeps/i386/i686/multiarch/wcslen-sse2.S: New file.
56063         * sysdeps/i386/i686/multiarch/wcslen.S: New file.
56064         Patch by Liubov Dmitrieva <liubov.dmitrieva@gmail.com>.
56066 2011-10-20  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
56068         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
56069         strnlen-sse2-no-bsf.
56070         Rename strlen-no-bsf to strlen-sse2-no-bsf.
56071         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Rename to
56072         * sysdeps/x86_64/multiarch/strlen-sse2-no-bsf.S:
56073         Add strnlen support.
56074         (USE_AS_STRNLEN): New macro.
56075         * sysdeps/x86_64/multiarch/strnlen-sse2-no-bsf.S: New file.
56076         * sysdeps/x86_64/multiarch/strcat-ssse3.S: Update.
56077         Rename strlen-no-bsf.S to strlen-sse2-no-bsf.S
56078         * sysdeps/x86_64/wcslen.S: New file.
56080 2011-10-20  Michael Zolotukhin  <michael.v.zolotukhin@gmail.com>
56082         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Update.
56083         XMM-moves are used for copying on small sizes.
56085 2011-10-19  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
56087         * wcsmbs/Makefile (strop-tests): Add wcschr.
56088         * wcsmbs/test-wcschr.c: New file.
56089         * string/test-strchr.c: Update.
56090         Add wcschr support.
56091         (WIDE): New macro.
56093 2011-10-18  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
56095         * wcsmbs/Makefile (strop-tests): Add wcslen.
56096         * wcsmbs/test-wcslen.c: New file.
56097         * string/test-strlen.c: Update.
56098         Add wcslen support.
56099         (WIDE): New macro.
56101 2011-10-23  Ulrich Drepper  <drepper@gmail.com>
56103         * po/it.po: Update from translation team.
56105 2011-09-22  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
56107         * sysdeps/x86_64/wcscmp.S: Update.
56108         Fix wrong comparison semantics.
56109         wcscmp shall use signed comparison not unsigned.
56110         Don't use substraction to avoid overflow bug.
56111         * sysdeps/i386/i686/multiarch/wcscmp-sse2.S: Likewise.
56112         * wcsmbc/wcscmp.c: Likewise.
56113         * string/test-strcmp.c: Likewise.
56114         Add new tests to check cases with negative values.
56116 2011-10-23  Ulrich Drepper  <drepper@gmail.com>
56118         * sysdeps/ieee754/dbl-64/dla.h: Move DLA_FMA definition to...
56119         * sysdeps/x86_64/dla.h: ...here.  New file.
56120         * sysdeps/ieee754/dbl-64/doasin.c: Use <dla.h> not "dla.h".
56121         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
56122         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
56123         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
56124         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
56125         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
56126         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
56127         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
56128         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
56130 2011-10-23  Andreas Schwab  <schwab@linux-m68k.org>
56132         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Add __jnl_finite and
56133         __ynl_finite aliases.
56135 2011-10-22  Ulrich Drepper  <drepper@gmail.com>
56137         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
56139         * sysdeps/ieee754/dbl-64/dla.h: When compiling with FMA4 support
56140         define DLA_FMA.
56141         [DLA_FMA] (EMULV): Use DLA_FMA.
56142         [DLA_FMA] (MUL12): Use EMULV.
56143         * sysdeps/ieee754/dbl-64/doasin.c [DLA_FMA]: Don't define variables
56144         that are not needed.
56145         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
56146         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
56147         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
56148         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
56149         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
56150         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
56151         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
56153 2011-10-22  Andreas Schwab  <schwab@linux-m68k.org>
56155         * math/s_nan.c: Undef __nan.
56156         * math/s_nanf.c: Undef __nanf.
56157         * math/s_nanl.c: Undef __nanl.
56158         * sysdeps/ieee754/ldbl-128ibm/s_atanl.c: Include <math.h> before
56159         "math_private.h".
56161 2011-10-22  Ulrich Drepper  <drepper@gmail.com>
56163         * math/s_catan.c: Add branch predictions.
56164         * math/s_catanf.c: Likewise.
56165         * math/s_catanh.c: Likewise.
56166         * math/s_catanhf.c: Likewise.
56167         * math/s_catanhl.c: Likewise.
56168         * math/s_catanl.c: Likewise.
56169         * math/s_cexp.c: Likewise.
56170         * math/s_cexpf.c: Likewise.
56171         * math/s_cexpl.c: Likewise.
56172         * math/s_clog.c: Likewise.
56173         * math/s_clog10.c: Likewise.
56174         * math/s_clog10f.c: Likewise.
56175         * math/s_clog10l.c: Likewise.
56176         * math/s_clogf.c: Likewise.
56177         * math/s_clogl.c: Likewise.
56178         * math/s_csqrt.c: Likewise.
56179         * math/s_csqrtf.c: Likewise.
56180         * math/s_csqrtl.c: Likewise.
56181         * math/s_ctanf.c: Likewise.
56182         * math/s_ctanh.c: Likewise.
56183         * math/s_ctanhf.c: Likewise.
56184         * math/s_ctanhl.c: Likewise.
56185         * math/s_ctanl.c: Likewise.
56187         * math/math_private.h: Define __nan, __nanf, __nanl.
56188         * math/s_cacosh.c: Include <math_private.h>.
56189         * math/s_cacoshl.c: Likewise.
56190         * math/s_casinh.c: Likewise.
56191         * math/s_casinhf.c: Likewise.
56192         * math/s_casinhl.c: Likewise.
56193         * math/s_ccos.c: Rely entire on ccosh.
56194         * math/s_ccosf.c: Rely entire on ccoshf.
56195         * math/s_ccosl.c: Rely entirely on ccoshl.
56196         * math/s_ccosh.c: Add branch predicion helpers.  Add branch prediction.
56197         Remove tests for FE_INVALID.
56198         * math/s_ccoshf.c: Likewise.
56199         * math/s_ccoshl.c: Likewise.
56200         * math/s_csin.c: Likewise.
56201         * math/s_csinf.c: Likewise.
56202         * math/s_csinh.c Likewise.
56203         * math/s_csinhf.c: Likewise.
56204         * math/s_csinhl.c: Likewise.
56205         * math/s_csinl.c: Likewise.
56206         * math/s_ctan.c: Likewise.
56207         * sysdeps/ieee754/dbl-64/e_acosh.c: Use __ieee754_sqrt.
56208         * sysdeps/ieee754/flt-32/e_acoshf.c: Use __ieee754_sqrtf.
56209         * sysdeps/ieee754/ldbl-96/e_acoshl.c: Use __ieee754_sqrtl.
56211 2011-10-21  Ulrich Drepper  <drepper@gmail.com>
56213         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): Fix
56214         compilation problems.
56216         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Add a few more
56217         __builtin_expect.
56219 2011-10-20  Ulrich Drepper  <drepper@gmail.com>
56221         * sysdeps/i386/configure.in: Test for -mfma4 option.
56222         * config.h.in: Add HAVE_FMA4_SUPPORT entry.
56223         * sysdeps/x86_64/multiarch/init-arch.h: Define HAS_FMA4 and
56224         COMMON_CPUID_INDEX_80000001.
56225         * sysdeps/x86_64/multiarch/init-arch.c: Read 80000001 leaf for AMD.
56226         * sysdeps/x86_64/fpu/multiarch/s_fma.c: Test for FMA4 support and
56227         use it if FMA3 is not supported.
56228         * sysdeps/x86_64/fpu/multiarch/s_fmaf.c: Likewise.
56230         * sysdeps/x86_64/multiarch/s_fma.c: Moved to ../fpu/multiarch.
56231         * sysdeps/x86_64/multiarch/s_fmaf.c: Likewise.
56233 2011-10-20  Andreas Schwab  <schwab@redhat.com>
56235         [BZ #12892]
56236         * elf/dl-fini.c (_dl_sort_fini): Ignore relocation dependency if
56237         it would create a cycle with a link time dependency.
56239 2011-10-19  Ulrich Drepper  <drepper@gmail.com>
56241         * sysdeps/x86_64/multiarch/rawmemchr.S: Small optimization to safe an
56242         instruction.
56243         * string/Makefile (strop-tests): Add rawmemchr.
56244         * string/test-rawmemchr.c: New file.
56246         * sysdeps/x86_64/multiarch/init-arch.h: Define bit_AVX and index_AVX.
56247         * sysdeps/x86_64/multiarch/strcmp-sse42.S: New file.  Split out from...
56248         * sysdeps/x86_64/multiarch/strcmp.S: ...here.  Include strcmp-sse42.S
56249         when compiling str{,n}casecmp and when AVX is available.  Hook up
56250         new optimized code in initializers.
56252 2011-10-19  Andreas Schwab  <schwab@redhat.com>
56254         * sysdeps/x86_64/fpu/math_private.h (libc_feupdateenv): Use
56255         __feraiseexcept instead of feraiseexcept.
56257 2011-10-18  Ulrich Drepper  <drepper@gmail.com>
56259         * math/math_private.h: Define defaults for libc_fetestexcept and
56260         libc_feupdateenv.
56261         * sysdeps/ieee754/dbl-64/s_fma.c: Use libc_fe* interfaces.
56262         * sysdeps/ieee754/dbl-64/s_fmaf.c: Likewise.
56263         * sysdeps/ieee754/flt-32/e_exp2f.c: Likewise.
56264         * sysdeps/ieee754/flt-32/e_expf.c: Likewise.
56265         * sysdeps/ieee754/flt-32/s_nearbyintf.c: Likewise.
56266         * sysdeps/x86_64/fpu/math_private.h: Define special versions of
56267         libc_fetestexcept and libc_feupdateenv.
56269         * math/math_private.h: Define defaults for libc_feholdexcept_setround,
56270         libc_feholdexcept_setroundf, libc_feholdexcept_setroundl.
56271         * sysdeps/ieee754/dbl-64/e_exp2.c: Use libc_feholdexcept_setround.
56272         * sysdeps/x86_64/fpu/math_private.h: Define special version of
56273         libc_feholdexcept_setround.
56275         * sysdeps/x86_64/fpu/multiarch/Makefile [math] (libm-sysdep-routines):
56276         Add s_nearbyint-c and s_nearbyintf-c.
56277         * sysdeps/x86_64/fpu/bits/mathinline.h: Define nearbyint and
56278         nearbyintf inlines.
56279         * sysdeps/x86_64/fpu/multiarch/s_nearbyint-c.c: New file.
56280         * sysdeps/x86_64/fpu/multiarch/s_nearbyint.S: New file.
56281         * sysdeps/x86_64/fpu/multiarch/s_nearbyintf-c.c: New file.
56282         * sysdeps/x86_64/fpu/multiarch/s_nearbyintf.S: New file.
56284         * math/math_private.h: Define defaults for libc_fegetround,
56285         libc_fegetroundf, libc_fegetroundl, libc_fesetround, libc_fesetroundf,
56286         libc_fesetroundl, libc_feholdexcept, libc_feholdexceptf,
56287         libc_feholdexceptl, libc_fesetenv, libc_fesetenvf, libc_fesetenvl.
56288         * sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c: Use
56289         libc_feholdexcept, libc_fesetround, libc_fesetenv instead of the
56290         standard functions.
56291         * sysdeps/ieee754/dbl-64/e_exp2.c: Likewise.
56292         Remove comments and hacks for old compiler versions.
56293         * sysdeps/x86_64/fpu/math_private.h: Define special versions of
56294         libc_fegetround, libc_fesetround, libc_feholdexcept, and
56295         libc_feholdexceptl.
56297 2011-10-18  Andreas Schwab  <schwab@redhat.com>
56299         * sysdeps/x86_64/fpu/bits/fenv.h: Add C linkage markers.
56300         (__feraiseexcept_renamed): Add __NTH.
56301         (feraiseexcept): Add __NTH.  Rename local variables to fix
56302         namespace violations.
56304 2011-10-17  Ulrich Drepper  <drepper@gmail.com>
56306         * sysdeps/ieee754/dbl-64/e_exp2.c (__ieee754_exp2): Small optimization.
56308         * sysdeps/ieee754/dbl-64/wordsize-64/s_frexp.c: New file.
56310         * sysdeps/x86_64/fpu/math_private.h: Relax asm requirements for
56311         recently added interfaces.
56312         * sysdeps/x86_64/fpu/bits/mathinline.h: Likewise.
56314         * sysdeps/x86_64/fpu/math_private.h: Add some parenthesis to be safe
56315         about macro parameter expansion.
56317         * sysdeps/x86_64/fpu/bits/mathinline.h: Don't define inlines if
56318         __NO_MATH_INLINES is defined.  Cleanups.
56320         * sysdeps/x86_64/fpu/math_private.h: Define __rint, __rintf, __floor,
56321         and __floorf is target has SSE4.1.
56322         * sysdeps/x86_64/fpu/multiarch/s_floor-c.c: Undef first.
56323         * sysdeps/x86_64/fpu/multiarch/s_floorf-c.: Likewise.
56324         * sysdeps/x86_64/fpu/multiarch/s_rint-c.c: Likewise.
56325         * sysdeps/x86_64/fpu/multiarch/s_rintf-c.c: Likewise.
56327         * sysdeps/x86_64/fpu/bits/mathinline.h (floor): Use correct function
56328         name.
56329         (floorf): Likewise.
56331         * nscd/netgroupcache.c (addgetnetgrentX): Fix #ifdef nesting.
56333 2011-10-17  Andreas Schwab  <schwab@redhat.com>
56335         * misc/sys/cdefs.h: Fix last change.
56337         * grp/initgroups.c (internal_getgrouplist): Fix initgroups
56338         database lookup.
56340 2011-10-16  Ulrich Drepper  <drepper@gmail.com>
56342         * misc/sys/cdefs.h: Use leaf function attribute in __THROW.
56344         * sysdeps/ieee754/dbl-64/s_ceil.c: Avoid alias renamed.
56345         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
56346         * sysdeps/ieee754/dbl-64/s_rint.c: Likewise.
56347         * sysdeps/ieee754/dbl-64/wordsize-64/s_ceil.c: Likewise.
56348         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
56349         * sysdeps/ieee754/dbl-64/wordsize-64/s_rint.c: Likewise.
56350         * sysdeps/ieee754/flt-32/s_ceilf.c: Likewise.
56351         * sysdeps/ieee754/flt-32/s_floorf.c: Likewise.
56352         * sysdeps/ieee754/flt-32/s_rintf.c: Likewise.
56353         * sysdeps/x86_64/fpu/multiarch/Makefile: New file.
56354         * sysdeps/x86_64/fpu/multiarch/s_ceil-c.c: New file.
56355         * sysdeps/x86_64/fpu/multiarch/s_ceil.S: New file.
56356         * sysdeps/x86_64/fpu/multiarch/s_ceilf-c.c: New file.
56357         * sysdeps/x86_64/fpu/multiarch/s_ceilf.S: New file.
56358         * sysdeps/x86_64/fpu/multiarch/s_floor-c.c: New file.
56359         * sysdeps/x86_64/fpu/multiarch/s_floor.S: New file.
56360         * sysdeps/x86_64/fpu/multiarch/s_floorf-c.c: New file.
56361         * sysdeps/x86_64/fpu/multiarch/s_floorf.S: New file.
56362         * sysdeps/x86_64/fpu/multiarch/s_rint-c.c: New file.
56363         * sysdeps/x86_64/fpu/multiarch/s_rint.S: New file.
56364         * sysdeps/x86_64/fpu/multiarch/s_rintf-c.c: New file.
56365         * sysdeps/x86_64/fpu/multiarch/s_rintf.S: New file.
56367         * sysdeps/x86_64/fpu/bits/mathinline.h: Add inlines for rint, rintf,
56368         ceil, ceilf, floor, floorf.
56370         * elf/do-rel.h (elf_dynamic_do_Rel): Work around linker problem.
56371         Perform IRELATIVE relocations last.
56373         * elf/do-rel.h: Add another parameter nrelative, replacing the
56374         local variable with the same name.  Change name of the function
56375         to end in Rel or Rela (uppercase).
56376         * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Add new element
56377         nrelative to ranges.  Only nonzero for DT_REL/DT_RELA.  Pass to the
56378         elf_dynamic_do_##reloc function.
56380 2011-10-15  Ulrich Drepper  <drepper@gmail.com>
56382         * sysdeps/i386/i686/fpu/e_log.S: No need for the fyl2xp1 use, fyl2x
56383         is sufficient, at least on modern CPUs.
56385         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: New file.
56387         * sysdeps/ieee754/dbl-64/e_cosh.c: Cleanup.
56388         * sysdeps/ieee754/dbl-64/wordsize-64/e_cosh.c: New file.
56390         * math/Versions [libm] (GLIBC_2.15): Add __exp_finite, __expf_finite,
56391         __expl_finite.
56392         * math/bits/math-finite.h: Add entries for exp.
56393         * math/e_expl.c: Add __*_finite alias.
56394         * sysdeps/i386/fpu/e_exp.S: Likewise.
56395         * sysdeps/i386/fpu/e_expf.S: Likewise.
56396         * sysdeps/i386/fpu/e_expl.c: Likewise.
56397         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
56398         * sysdeps/ieee754/flt-32/e_expf.c: Likewise.
56399         * sysdeps/ieee754/ldbl-128/e_expl.c: Likewise.
56400         * sysdeps/ieee754/ldbl-128ibm/e_expl.c: Likewise.
56401         * sysdeps/ieee754/dbl-64/w_exp.c: Complete rewrite.
56402         * sysdeps/ieee754/flt-32/w_expf.c: Likewise.
56403         * sysdeps/ieee754/ldbl-96/w_expl.c: Likewise.
56405         * sysdeps/i386/i686/fpu/e_logf.S: No need for the fyl2xp1 use, fyl2x
56406         is sufficient, at least on modern CPUs.
56408         * ctype/ctype-info.c (__ctype_init): Define.
56409         * include/ctype.h (__ctype_init): Declare.
56410         (__ctype_b_loc): The variable is always initialized.
56411         (__ctype_toupper_loc): Likewise.
56412         (__ctype_tolower_loc): Likewise.
56413         * ctype/Versions: Export __ctype_init for GLIBC_PRIVATE.
56414         * sysdeps/unix/sysv/linux/init-first.c (_init): Call __ctype_init.
56416 2011-10-15  Andreas Schwab  <schwab@linux-m68k.org>
56418         * wcsmbs/wmemcmp.c (WMEMCMP): Define.
56420         * configure.in: Also look in $cxxmachine/include for C++ system
56421         headers.
56423 2011-09-27  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
56425         * sysdeps/x86_64/multiarch/Makefile: (sysdep_routines): Add
56426         memcmp-ssse3 wmemcmp-sse4 wmemcmp-ssse3 wmemcmp-c
56427         * sysdeps/x86_64/multiarch/memcmp-ssse3: New file.
56428         * sysdeps/x86_64/multiarch/memcmp.S: Update.  Add __memcmp_ssse3.
56429         * sysdeps/x86_64/multiarch/memcmp-sse4.S: Update.
56430         (USE_AS_WMEMCMP): New macro.
56431         Fixing indents.
56432         * sysdeps/x86_64/multiarch/wmemcmp.S: New file.
56433         * sysdeps/x86_64/multiarch/wmemcmp-ssse3.S: New file.
56434         * sysdeps/x86_64/multiarch/wmemcmp-sse4.S: New file.
56435         * sysdeps/x86_64/multiarch/wmemcmp-c.S: New file.
56436         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
56437         wmemcmp-ssse3 wmemcmp-sse4 wmemcmp-c
56438         * sysdeps/i386/i686/multiarch/wmemcmp.S: New file.
56439         * sysdeps/i386/i686/multiarch/wmemcmp-c.c: New file.
56440         * sysdeps/i386/i686/multiarch/wmemcmp-ssse3.S: New file.
56441         * sysdeps/i386/i686/multiarch/wmemcmp-sse4.S: New file.
56442         * sysdeps/i386/i686/multiarch/memcmp-sse4.S: Update.
56443         (USE_AS_WMEMCMP): New macro.
56444         * sysdeps/i386/i686/multiarch/memcmp-ssse3: Likewise.
56445         * sysdeps/string/test-memcmp.c: Update.
56446         Fix simple_wmemcmp.
56447         Add new tests.
56448         * wcsmbs/wmemcmp.c: Update.
56449         (WMEMCMP): New macro.
56450         Fix overflow bug.
56452 2011-10-12  Andreas Jaeger  <aj@suse.de>
56454         [BZ #13268]
56455         * math/bits/mathcalls.h: Mark argument 2 of modf as non-null.
56457 2011-10-15  Ulrich Drepper  <drepper@gmail.com>
56459         * libio/iofwide.c (do_length): Avoid warning.
56461         * ctype/ctype.h (__isctype_f): Add missing __THROW.
56463 2011-10-14  Ulrich Drepper  <drepper@gmail.com>
56465         * elf/pldd-xx.c (find_maps): Remove leftover debug message.
56467         * sysdeps/i386/fpu/e_log.S: Add real definition of __log_finite.
56468         * sysdeps/i386/fpu/e_logf.S: Add real definition of __logf_finite.
56469         * sysdeps/i386/fpu/e_logl.S: Add real definition of __logl_finite.
56470         * sysdeps/i386/i686/fpu/e_log.S: New file.
56471         * sysdeps/i386/i686/fpu/e_logf.S: New file.
56472         * sysdeps/i386/i686/fpu/e_logl.S: New file.
56474         * ctype/ctype.h: Add support for inlined isXXX functions when
56475         compiling C++ code.
56477 2011-10-14  Andreas Schwab  <schwab@redhat.com>
56479         * sysdeps/s390/fpu/libm-test-ulps: Adjust ULPs for jn tests.
56481         * sysdeps/x86_64/fpu/fraiseexcpt.c: Fix last change.
56483 2011-10-13  Roland McGrath  <roland@hack.frob.com>
56485         [BZ #13291]
56486         * manual/string.texi (String/Array Comparison): Typo fix in strverscmp.
56488 2011-10-13  Andreas Schwab  <schwab@redhat.com>
56490         * sysdeps/x86_64/fpu/fraiseexcpt.c: Add __feraiseexcept alias.
56491         * sysdeps/x86_64/fpu/feupdateenv.c: Use __feraiseexcept instead of
56492         feraiseexcept.
56494         * sysdeps/x86_64/memrchr.S: Check for zero size.
56496         * string/stratcliff.c: Add memrchr tests.
56498 2011-10-12  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
56500         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
56501         memchr-sse2 memchr-sse2-bsf memrchr-sse2 memrchr-sse2-bsf memrchr-c
56502         rawmemchr-sse2 rawmemchr-sse2-bsf.
56503         * sysdeps/i386/i686/multiarch/memchr.S: New file.
56504         * sysdeps/i386/i686/multiarch/memchr-sse2.S: New file.
56505         * sysdeps/i386/i686/multiarch/memchr-sse2-bsf.S: New file.
56506         * sysdeps/i386/i686/multiarch/memrchr.S: New file.
56507         * sysdeps/i386/i686/multiarch/memrchr-c.c: New file.
56508         * sysdeps/i386/i686/multiarch/memrchr-sse2.S: New file.
56509         * sysdeps/i386/i686/multiarch/memrchr-sse2-bsf.S: New file.
56510         * sysdeps/i386/i686/multiarch/rawmemchr.S: New file.
56511         * sysdeps/i386/i686/multiarch/rawmemchr-sse2.S: New file.
56512         * sysdeps/i386/i686/multiarch/rawmemchr-sse2-bsf.S: New file.
56513         * string/memrchr.c (MEMRCHR): New macro.
56515 2011-10-12  Ulrich Drepper  <drepper@gmail.com>
56517         Add integration with gcc's -ffinite-math-only and optimize wrapper
56518         functions in libm.
56519         * Versions.def: Define GLIBC_2.15 version for libm.
56520         * math/Makefile (headers): Add bits/math-finite.h.
56521         * math/bits/math-finite.h: New file.
56522         * sysdeps/ia64/fpu/bits/math-finite.h: New file.
56523         * math/Versions [libm] (GLIBC_2.15): Export __*_finite symbols.
56524         * math/e_acoshl.c: Add __*_finite alias.
56525         * math/e_acosl.c: Likewise.
56526         * math/e_asinl.c: Likewise.
56527         * math/e_atan2l.c: Likewise.
56528         * math/e_atanhl.c: Likewise.
56529         * math/e_coshl.c: Likewise.
56530         * math/e_exp10.c: Likewise.
56531         * math/e_exp10f.c: Likewise.
56532         * math/e_exp10l.c: Likewise.
56533         * math/e_exp2l.c: Likewise.
56534         * math/e_fmodl.c: Likewise.
56535         * math/e_gammal_r.c: Likewise.
56536         * math/e_hypotl.c: Likewise.
56537         * math/e_j0l.c: Likewise.
56538         * math/e_j1l.c: Likewise.
56539         * math/e_jnl.c: Likewise.
56540         * math/e_lgammal_r.c: Likewise.
56541         * math/e_log10l.c: Likewise.
56542         * math/e_log2l.c: Likewise.
56543         * math/e_logl.c: Likewise.
56544         * math/e_powl.c: Likewise.
56545         * math/e_sinhl.c: Likewise.
56546         * math/e_sqrtl.c: Likewise.
56547         * math/e_scalb.c: Completely rewritten and optimized.
56548         * math/e_scalbf.c: Likewise.
56549         * math/e_scalbl.c: Likewise.
56550         * math/w_acos.c: Likewise.
56551         * math/w_acosf.c: Likewise.
56552         * math/w_acosl.c: Likewise.
56553         * math/w_acosh.c: Likewise.
56554         * math/w_acoshf.c: Likewise.
56555         * math/w_acoshl.c: Likewise.
56556         * math/w_asin.c: Likewise.
56557         * math/w_asinf.c: Likewise.
56558         * math/w_asinl.c: Likewise.
56559         * math/w_atan2.c: Likewise.
56560         * math/w_atan2f.c: Likewise.
56561         * math/w_atan2l.c: Likewise.
56562         * math/w_atanh.c: Likewise.
56563         * math/w_atanhf.c: Likewise.
56564         * math/w_atanhl.c: Likewise.
56565         * math/w_exp10.c: Likewise.
56566         * math/w_exp10f.c: Likewise.
56567         * math/w_exp10l.c: Likewise.
56568         * math/w_fmod.c: Likewise.
56569         * math/w_fmodf.c: Likewise.
56570         * math/w_fmodl.c: Likewise.
56571         * math/w_j0.c: Likewise.
56572         * math/w_j0f.c: Likewise.
56573         * math/w_j0l.c: Likewise.
56574         * math/w_j1.c: Likewise.
56575         * math/w_j1f.c: Likewise.
56576         * math/w_j1l.c: Likewise.
56577         * math/w_jn.c: Likewise.
56578         * math/w_jnf.c: Likewise.
56579         * math/w_log.c: Likewise.
56580         * math/w_logf.c: Likewise.
56581         * math/w_logl.c: Likewise.
56582         * math/w_log10.c: Likewise.
56583         * math/w_log10f.c: Likewise.
56584         * math/w_log10l.c: Likewise.
56585         * math/w_log2.c: Likewise.
56586         * math/w_log2f.c: Likewise.
56587         * math/w_log2l.c: Likewise.
56588         * math/w_pow.c: Likewise.
56589         * math/w_powf.c: Likewise.
56590         * math/w_powl.c: Likewise.
56591         * math/w_remainder.c: Likewise.
56592         * math/w_remainderf.c: Likewise.
56593         * math/w_remainderl.c: Likewise.
56594         * math/w_scalb.c: Likewise.
56595         * math/w_scalbf.c: Likewise.
56596         * math/w_scalbl.c: Likewise.
56597         * math/w_sqrt.c: Likewise.
56598         * math/w_sqrtf.c: Likewise.
56599         * math/w_sqrtl.c: Likewise.
56600         * math/math.h: Define __MATH_DECLARE_LDOUBLE if long double functions
56601         are declared.  Include <bits/math-finite.h> if -ffinite-math-only is
56602         used.
56603         * math/math_private.h: Declare __kernel_standard_f.
56604         * math/w_cosh.c: Remove cruft and optimize a bit.
56605         * math/w_coshf.c: Likewise.
56606         * math/w_coshl.c: Likewise.
56607         * math/w_exp2.c: Likewise.
56608         * math/w_exp2f.c: Likewise.
56609         * math/w_exp2l.c: Likewise.
56610         * math/w_hypot.c: Likewise.
56611         * math/w_hypotf.c: Likewise.
56612         * math/w_hypotl.c: Likewise.
56613         * math/w_lgamma.c: Likewise.
56614         * math/w_lgamma_r.c: Likewise.
56615         * math/w_lgammaf.c: Likewise.
56616         * math/w_lgammaf_r.c: Likewise.
56617         * math/w_lgammal.c: Likewise.
56618         * math/w_lgammal_r.c: Likewise.
56619         * math/w_sinh.c: Likewise.
56620         * math/w_sinhf.c: Likewise.
56621         * math/w_sinhl.c: Likewise.
56622         * math/w_tgamma.c: Likewise.
56623         * math/w_tgammaf.c: Likewise.
56624         * math/w_tgammal.c: Likewise.
56625         * sysdeps/ieee754/dbl-64/e_atanh.c: Likewise.
56626         * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
56627         * sysdeps/i386/fpu/e_acos.S: Add __*_finite alias.
56628         Minor optimizations.  Pretty printing.  Remove cruft.
56629         * sysdeps/i386/fpu/e_acosf.S: Likewise.
56630         * sysdeps/i386/fpu/e_acosh.S: Likewise.
56631         * sysdeps/i386/fpu/e_acoshf.S: Likewise.
56632         * sysdeps/i386/fpu/e_acoshl.S: Likewise.
56633         * sysdeps/i386/fpu/e_acosl.c: Likewise.
56634         * sysdeps/i386/fpu/e_asin.S: Likewise.
56635         * sysdeps/i386/fpu/e_asinf.S: Likewise.
56636         * sysdeps/i386/fpu/e_atan2.S: Likewise.
56637         * sysdeps/i386/fpu/e_atan2f.S: Likewise.
56638         * sysdeps/i386/fpu/e_atan2l.c: Likewise.
56639         * sysdeps/i386/fpu/e_atanh.S: Likewise.
56640         * sysdeps/i386/fpu/e_atanhf.S: Likewise.
56641         * sysdeps/i386/fpu/e_atanhl.S: Likewise.
56642         * sysdeps/i386/fpu/e_exp10.S: Likewise.
56643         * sysdeps/i386/fpu/e_exp10f.S: Likewise.
56644         * sysdeps/i386/fpu/e_exp10l.S: Likewise.
56645         * sysdeps/i386/fpu/e_exp2.S: Likewise.
56646         * sysdeps/i386/fpu/e_exp2f.S: Likewise.
56647         * sysdeps/i386/fpu/e_exp2l.S: Likewise.
56648         * sysdeps/i386/fpu/e_fmod.S: Likewise.
56649         * sysdeps/i386/fpu/e_fmodf.S: Likewise.
56650         * sysdeps/i386/fpu/e_fmodl.c: Likewise.
56651         * sysdeps/i386/fpu/e_hypot.S: Likewise.
56652         * sysdeps/i386/fpu/e_hypotf.S: Likewise.
56653         * sysdeps/i386/fpu/e_log.S: Likewise.
56654         * sysdeps/i386/fpu/e_log10.S: Likewise.
56655         * sysdeps/i386/fpu/e_log10f.S: Likewise.
56656         * sysdeps/i386/fpu/e_log10l.S: Likewise.
56657         * sysdeps/i386/fpu/e_log2.S: Likewise.
56658         * sysdeps/i386/fpu/e_log2f.S: Likewise.
56659         * sysdeps/i386/fpu/e_log2l.S: Likewise.
56660         * sysdeps/i386/fpu/e_logf.S: Likewise.
56661         * sysdeps/i386/fpu/e_logl.S: Likewise.
56662         * sysdeps/i386/fpu/e_pow.S: Likewise.
56663         * sysdeps/i386/fpu/e_powf.S: Likewise.
56664         * sysdeps/i386/fpu/e_powl.S: Likewise.
56665         * sysdeps/i386/fpu/e_remainder.S: Likewise.
56666         * sysdeps/i386/fpu/e_remainderf.S: Likewise.
56667         * sysdeps/i386/fpu/e_remainderl.S: Likewise.
56668         * sysdeps/i386/fpu/e_scalb.S: Likewise.
56669         * sysdeps/i386/fpu/e_scalbf.S: Likewise.
56670         * sysdeps/i386/fpu/e_scalbl.S: Likewise.
56671         * sysdeps/i386/fpu/e_sqrt.S: Likewise.
56672         * sysdeps/i386/fpu/e_sqrtf.S: Likewise.
56673         * sysdeps/i386/fpu/e_sqrtl.c: Likewise.
56674         * sysdeps/ieee754/dbl-64/e_acosh.c: Likewise.
56675         * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
56676         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
56677         * sysdeps/ieee754/dbl-64/e_cosh.c: Likewise.
56678         * sysdeps/ieee754/dbl-64/e_exp2.c: Likewise.
56679         * sysdeps/ieee754/dbl-64/e_fmod.c: Likewise.
56680         * sysdeps/ieee754/dbl-64/e_gamma_r.c: Likewise.
56681         * sysdeps/ieee754/dbl-64/e_hypot.c: Likewise.
56682         * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
56683         * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
56684         * sysdeps/ieee754/dbl-64/e_jn.c: Likewise.
56685         * sysdeps/ieee754/dbl-64/e_lgamma_r.c: Likewise.
56686         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
56687         * sysdeps/ieee754/dbl-64/e_log10.c: Likewise.
56688         * sysdeps/ieee754/dbl-64/e_log2.c: Likewise.
56689         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
56690         * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
56691         * sysdeps/ieee754/dbl-64/e_sinh.c: Likewise.
56692         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
56693         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
56694         * sysdeps/ieee754/dbl-64/s_asinh.c: Likewise.
56695         * sysdeps/ieee754/flt-32/e_acosf.c: Likewise.
56696         * sysdeps/ieee754/flt-32/e_acoshf.c: Likewise.
56697         * sysdeps/ieee754/flt-32/e_asinf.c: Likewise.
56698         * sysdeps/ieee754/flt-32/e_atan2f.c: Likewise.
56699         * sysdeps/ieee754/flt-32/e_coshf.c: Likewise.
56700         * sysdeps/ieee754/flt-32/e_exp2f.c: Likewise.
56701         * sysdeps/ieee754/flt-32/e_fmodf.c: Likewise.
56702         * sysdeps/ieee754/flt-32/e_gammaf_r.c: Likewise.
56703         * sysdeps/ieee754/flt-32/e_hypotf.c: Likewise.
56704         * sysdeps/ieee754/flt-32/e_j0f.c: Likewise.
56705         * sysdeps/ieee754/flt-32/e_j1f.c: Likewise.
56706         * sysdeps/ieee754/flt-32/e_jnf.c: Likewise.
56707         * sysdeps/ieee754/flt-32/e_lgammaf_r.c: Likewise.
56708         * sysdeps/ieee754/flt-32/e_log10f.c: Likewise.
56709         * sysdeps/ieee754/flt-32/e_log2f.c: Likewise.
56710         * sysdeps/ieee754/flt-32/e_logf.c: Likewise.
56711         * sysdeps/ieee754/flt-32/e_powf.c: Likewise.
56712         * sysdeps/ieee754/flt-32/e_remainderf.c: Likewise.
56713         * sysdeps/ieee754/flt-32/e_sinhf.c: Likewise.
56714         * sysdeps/ieee754/flt-32/e_sqrtf.c: Likewise.
56715         * sysdeps/ieee754/flt-32/s_asinhf.c: Likewise.
56716         * sysdeps/ieee754/ldbl-128/e_acoshl.c: Likewise.
56717         * sysdeps/ieee754/ldbl-128/e_acosl.c: Likewise.
56718         * sysdeps/ieee754/ldbl-128/e_asinl.c: Likewise.
56719         * sysdeps/ieee754/ldbl-128/e_atan2l.c: Likewise.
56720         * sysdeps/ieee754/ldbl-128/e_atanhl.c: Likewise.
56721         * sysdeps/ieee754/ldbl-128/e_coshl.c: Likewise.
56722         * sysdeps/ieee754/ldbl-128/e_fmodl.c: Likewise.
56723         * sysdeps/ieee754/ldbl-128/e_gammal_r.c: Likewise.
56724         * sysdeps/ieee754/ldbl-128/e_hypotl.c: Likewise.
56725         * sysdeps/ieee754/ldbl-128/e_j0l.c: Likewise.
56726         * sysdeps/ieee754/ldbl-128/e_j1l.c: Likewise.
56727         * sysdeps/ieee754/ldbl-128/e_jnl.c: Likewise.
56728         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c: Likewise.
56729         * sysdeps/ieee754/ldbl-128/e_log10l.c: Likewise.
56730         * sysdeps/ieee754/ldbl-128/e_log2l.c: Likewise.
56731         * sysdeps/ieee754/ldbl-128/e_logl.c: Likewise.
56732         * sysdeps/ieee754/ldbl-128/e_powl.c: Likewise.
56733         * sysdeps/ieee754/ldbl-128/e_remainderl.c: Likewise.
56734         * sysdeps/ieee754/ldbl-128/e_sinhl.c: Likewise.
56735         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c: Likewise.
56736         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c: Likewise.
56737         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c: Likewise.
56738         * sysdeps/ieee754/ldbl-128ibm/e_atan2l.c: Likewise.
56739         * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c: Likewise.
56740         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c: Likewise.
56741         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c: Likewise.
56742         * sysdeps/ieee754/ldbl-128ibm/e_gammal_r.c: Likewise.
56743         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c: Likewise.
56744         * sysdeps/ieee754/ldbl-128ibm/e_log10l.c: Likewise.
56745         * sysdeps/ieee754/ldbl-128ibm/e_log2l.c: Likewise.
56746         * sysdeps/ieee754/ldbl-128ibm/e_logl.c: Likewise.
56747         * sysdeps/ieee754/ldbl-128ibm/e_powl.c: Likewise.
56748         * sysdeps/ieee754/ldbl-128ibm/e_remainderl.c: Likewise.
56749         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c: Likewise.
56750         * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c: Likewise.
56751         * sysdeps/ieee754/ldbl-96/e_acoshl.c: Likewise.
56752         * sysdeps/ieee754/ldbl-96/e_asinl.c: Likewise.
56753         * sysdeps/ieee754/ldbl-96/e_atan2l.c: Likewise.
56754         * sysdeps/ieee754/ldbl-96/e_atanhl.c: Likewise.
56755         * sysdeps/ieee754/ldbl-96/e_coshl.c: Likewise.
56756         * sysdeps/ieee754/ldbl-96/e_gammal_r.c: Likewise.
56757         * sysdeps/ieee754/ldbl-96/e_hypotl.c: Likewise.
56758         * sysdeps/ieee754/ldbl-96/e_j0l.c: Likewise.
56759         * sysdeps/ieee754/ldbl-96/e_j1l.c: Likewise.
56760         * sysdeps/ieee754/ldbl-96/e_jnl.c: Likewise.
56761         * sysdeps/ieee754/ldbl-96/e_lgammal_r.c: Likewise.
56762         * sysdeps/ieee754/ldbl-96/e_remainderl.c: Likewise.
56763         * sysdeps/ieee754/ldbl-96/e_sinhl.c: Likewise.
56764         * sysdeps/ieee754/ldbl-96/s_asinhl.c: Likewise.
56765         * sysdeps/powerpc/fpu/e_hypot.c: Likewise.
56766         * sysdeps/powerpc/fpu/e_hypotf.c: Likewise.
56767         * sysdeps/powerpc/fpu/e_sqrt.c: Likewise.
56768         * sysdeps/powerpc/fpu/e_sqrtf.c: Likewise.
56769         * sysdeps/powerpc/powerpc64/fpu/e_sqrt.c: Likewise.
56770         * sysdeps/powerpc/powerpc64/fpu/e_sqrtf.c: Likewise.
56771         * sysdeps/s390/fpu/e_sqrt.c: Likewise.
56772         * sysdeps/s390/fpu/e_sqrtf.c: Likewise.
56773         * sysdeps/s390/fpu/e_sqrtl.c: Likewise.
56774         * sysdeps/sparc/sparc32/e_sqrt.c: Likewise.
56775         * sysdeps/sparc/sparc64/fpu/e_sqrtl.c: Likewise.
56776         * sysdeps/x86_64/fpu/e_exp2l.S: Likewise.
56777         * sysdeps/x86_64/fpu/e_fmodl.S: Likewise.
56778         * sysdeps/x86_64/fpu/e_log10l.S: Likewise.
56779         * sysdeps/x86_64/fpu/e_log2l.S: Likewise.
56780         * sysdeps/x86_64/fpu/e_logl.S: Likewise.
56781         * sysdeps/x86_64/fpu/e_powl.S: Likewise.
56782         * sysdeps/x86_64/fpu/e_remainderl.S: Likewise.
56783         * sysdeps/x86_64/fpu/e_scalbl.S: Likewise.
56784         * sysdeps/x86_64/fpu/e_sqrt.c: Likewise.  Fix parameter order
56785         * sysdeps/x86_64/fpu/e_sqrtf.c: Likewise.
56786         * sysdeps/x86_64/fpu/math_private.h (__isnan): Cast d parameter.
56787         (__isnanf): Likewise.
56788         (__isinf_ns): Likewise.
56789         (__isinf_nsf): Likewise.
56790         (__finite): Likewise.
56791         (__finitef): Likewise.
56792         (__ieee754_sqrt): Define as macro.
56793         (__ieee754_sqrtf): Define as macro.
56794         (__ieee754_sqrtl): Define as macro.
56795         * sysdeps/x86_64/fpu/bits/fenv.h (feraiseexcept): Add partially
56796         inlined copy.
56797         * sysdeps/x86_64/fpu/bits/mathinline.h: Make use of
56798         __FINITE_MATH_ONLY__ consistent.
56799         * sysdeps/ieee754/k_standard.c (__kernel_standard_f): New function.
56801 2011-10-10  Andreas Schwab  <schwab@linux-m68k.org>
56803         * inet/getnetgrent_r.c (nscd_getnetgrent): Use __rawmemchr instead
56804         of rawmemchr.
56806         * sysdeps/ieee754/ldbl-128ibm/s_isinf_nsl.c: New file.
56808 2011-10-09  Ulrich Drepper  <drepper@gmail.com>
56810         * po/ja.po: Update from translation team.
56812 2011-10-08  Roland McGrath  <roland@hack.frob.com>
56814         * locale/programs/locarchive.c (prepare_address_space): New function.
56815         (create_archive, enlarge_archive, open_archive): Use it.
56817         * sysdeps/unix/sysv/linux/x86_64/time.c: Move #include <dl-vdso.h>
56818         inside [SHARED], where it is used.
56820         * nscd/nscd_proto.h: Declare __nscd_setnetgrent.
56822         * nss/getent.c (netgroup_keys): Remove unused variable.
56823         * sysdeps/ieee754/flt-32/s_isinf_nsf.c: Likewise.
56825 2011-10-08  Ulrich Drepper  <drepper@gmail.com>
56827         * include/math.h: Declare __isinf_ns, __isinf_nsf, __isinf_nsl.
56828         * sysdeps/ieee754/dbl-64/s_isinf_ns.c: New file.
56829         * sysdeps/ieee754/dbl-64/wordsize-64/s_isinf_ns.c: New file.
56830         * sysdeps/ieee754/flt-32/s_isinf_nsf.c: New file.
56831         * sysdeps/ieee754/ldbl-128/s_isinf_nsl.c: New file.
56832         * sysdeps/ieee754/ldbl-96/s_isinf_nsl.c: New file.
56833         * math/Makefile (libm-calls): Add s_isinf_ns.
56834         * math/divtc3.c: Use __isinf_nsl instead of isinf.
56835         * math/multc3.c: Likewise.
56836         * math/s_casin.c: Likewise.
56837         * math/s_casinf.c: Likewise.
56838         * math/s_casinl.c: Likewise.
56839         * math/s_ccos.c: Likewise.
56840         * math/s_ccosf.c: Likewise.
56841         * math/s_ccosl.c: Likewise.
56842         * math/s_ctan.c: Likewise.
56843         * math/s_ctanf.c: Likewise.
56844         * math/s_ctanh.c: Likewise.
56845         * math/s_ctanhf.c: Likewise.
56846         * math/s_ctanhl.c: Likewise.
56847         * math/s_ctanl.c: Likewise.
56848         * math/w_fmod.c: Likewise.
56849         * math/w_fmodf.c: Likewise.
56850         * math/w_fmodl.c: Likewise.
56851         * math/w_remainder.c: Likewise.
56852         * math/w_remainderf.c: Likewise.
56853         * math/w_remainderl.c: Likewise.
56854         * sysdeps/ieee754/dbl-64/s_finite.c: Undefine __finite.
56855         * sysdeps/ieee754/dbl-64/s_isnan.c: Undefine __isnan.
56856         * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: Undefine __finite.
56857         * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Undefine __nan.
56858         * sysdeps/ieee754/flt-32/s_finitef.c: Undefine __finitef.
56859         * sysdeps/ieee754/flt-32/s_isnanf.c: Undefine __nan.
56860         * sysdeps/x86_64/fpu/math_private.h: Add optimized versions of __isnsn,
56861         __isnanf, __isinf_ns, __isinf_nsf, __finite, and __finitef.
56863         * stdio-common/printf_fp.c: Use the fact that isinf returns the sign
56864         of the number.
56865         * stdio-common/printf_fphex.c: Likewise.
56866         * stdio-common/printf_size.c: Likewise.
56868         * math/e_exp10.c: Include math_private.h using <...> not "...".
56869         * math/e_exp10f.c: Likewise.
56870         * math/e_exp10l.c: Likewise.
56871         * math/e_exp2l.c: Likewise.
56872         * math/e_j0l.c: Likewise.
56873         * math/e_j1l.c: Likewise.
56874         * math/e_jnl.c: Likewise.
56875         * math/e_lgammal_r.c: Likewise.
56876         * math/e_rem_pio2l.c: Likewise.
56877         * math/e_scalb.c: Likewise.
56878         * math/e_scalbf.c: Likewise.
56879         * math/e_scalbl.c: Likewise.
56880         * math/k_cosl.c: Likewise.
56881         * math/k_sinl.c: Likewise.
56882         * math/k_tanl.c: Likewise.
56883         * math/s_cacoshf.c: Likewise.
56884         * math/s_catan.c: Likewise.
56885         * math/s_catanf.c: Likewise.
56886         * math/s_catanh.c: Likewise.
56887         * math/s_catanhf.c: Likewise.
56888         * math/s_catanhl.c: Likewise.
56889         * math/s_catanl.c: Likewise.
56890         * math/s_ccosh.c: Likewise.
56891         * math/s_ccoshf.c: Likewise.
56892         * math/s_ccoshl.c: Likewise.
56893         * math/s_cexp.c: Likewise.
56894         * math/s_cexpf.c: Likewise.
56895         * math/s_cexpl.c: Likewise.
56896         * math/s_clog.c: Likewise.
56897         * math/s_clog10.c: Likewise.
56898         * math/s_clog10f.c: Likewise.
56899         * math/s_clog10l.c: Likewise.
56900         * math/s_clogf.c: Likewise.
56901         * math/s_clogl.c: Likewise.
56902         * math/s_csin.c: Likewise.
56903         * math/s_csinf.c: Likewise.
56904         * math/s_csinh.c: Likewise.
56905         * math/s_csinhf.c: Likewise.
56906         * math/s_csinhl.c: Likewise.
56907         * math/s_csinl.c: Likewise.
56908         * math/s_csqrt.c: Likewise.
56909         * math/s_csqrtf.c: Likewise.
56910         * math/s_csqrtl.c: Likewise.
56911         * math/s_ctan.c: Likewise.
56912         * math/s_ctanf.c: Likewise.
56913         * math/s_ctanh.c: Likewise.
56914         * math/s_ctanhf.c: Likewise.
56915         * math/s_ctanhl.c: Likewise.
56916         * math/s_ctanl.c: Likewise.
56917         * math/s_ldexp.c: Likewise.
56918         * math/s_ldexpf.c: Likewise.
56919         * math/s_ldexpl.c: Likewise.
56920         * math/s_significand.c: Likewise.
56921         * math/s_significandf.c: Likewise.
56922         * math/s_significandl.c: Likewise.
56923         * math/w_acos.c: Likewise.
56924         * math/w_acosf.c: Likewise.
56925         * math/w_acosh.c: Likewise.
56926         * math/w_acoshf.c: Likewise.
56927         * math/w_acoshl.c: Likewise.
56928         * math/w_acosl.c: Likewise.
56929         * math/w_asin.c: Likewise.
56930         * math/w_asinf.c: Likewise.
56931         * math/w_asinl.c: Likewise.
56932         * math/w_atan2.c: Likewise.
56933         * math/w_atan2f.c: Likewise.
56934         * math/w_atan2l.c: Likewise.
56935         * math/w_atanh.c: Likewise.
56936         * math/w_atanhf.c: Likewise.
56937         * math/w_atanhl.c: Likewise.
56938         * math/w_cosh.c: Likewise.
56939         * math/w_coshf.c: Likewise.
56940         * math/w_coshl.c: Likewise.
56941         * math/w_dremf.c: Likewise.
56942         * math/w_exp10.c: Likewise.
56943         * math/w_exp10f.c: Likewise.
56944         * math/w_exp10l.c: Likewise.
56945         * math/w_exp2.c: Likewise.
56946         * math/w_exp2f.c: Likewise.
56947         * math/w_fmod.c: Likewise.
56948         * math/w_fmodf.c: Likewise.
56949         * math/w_fmodl.c: Likewise.
56950         * math/w_hypot.c: Likewise.
56951         * math/w_hypotf.c: Likewise.
56952         * math/w_hypotl.c: Likewise.
56953         * math/w_j0.c: Likewise.
56954         * math/w_j0f.c: Likewise.
56955         * math/w_j0l.c: Likewise.
56956         * math/w_j1.c: Likewise.
56957         * math/w_j1f.c: Likewise.
56958         * math/w_j1l.c: Likewise.
56959         * math/w_jn.c: Likewise.
56960         * math/w_jnf.c: Likewise.
56961         * math/w_jnl.c: Likewise.
56962         * math/w_lgamma.c: Likewise.
56963         * math/w_lgamma_r.c: Likewise.
56964         * math/w_lgammaf.c: Likewise.
56965         * math/w_lgammaf_r.c: Likewise.
56966         * math/w_lgammal.c: Likewise.
56967         * math/w_lgammal_r.c: Likewise.
56968         * math/w_log.c: Likewise.
56969         * math/w_log10.c: Likewise.
56970         * math/w_log10f.c: Likewise.
56971         * math/w_log10l.c: Likewise.
56972         * math/w_log2.c: Likewise.
56973         * math/w_log2f.c: Likewise.
56974         * math/w_log2l.c: Likewise.
56975         * math/w_logf.c: Likewise.
56976         * math/w_logl.c: Likewise.
56977         * math/w_pow.c: Likewise.
56978         * math/w_powf.c: Likewise.
56979         * math/w_powl.c: Likewise.
56980         * math/w_remainder.c: Likewise.
56981         * math/w_remainderf.c: Likewise.
56982         * math/w_remainderl.c: Likewise.
56983         * math/w_scalb.c: Likewise.
56984         * math/w_scalbf.c: Likewise.
56985         * math/w_scalbl.c: Likewise.
56986         * math/w_sinh.c: Likewise.
56987         * math/w_sinhf.c: Likewise.
56988         * math/w_sinhl.c: Likewise.
56989         * math/w_sqrt.c: Likewise.
56990         * math/w_sqrtf.c: Likewise.
56991         * math/w_sqrtl.c: Likewise.
56992         * math/w_tgamma.c: Likewise.
56993         * math/w_tgammaf.c: Likewise.
56994         * math/w_tgammal.c: Likewise.
56996         * po/ja.po: Update from translation team.
56998 2011-09-29  Andreas Jaeger  <aj@suse.de>
57000         [BZ #13179]
57001         * sunrpc/netname.c (netname2host): Fix logic.
57003         [BZ #6779]
57004         [BZ #6783]
57005         * math/w_remainderl.c (__remainderl): Handle (NaN, 0) and (Inf,y)
57006         correctly.
57007         * math/w_remainder.c (__remainder): Likewise.
57008         * math/w_remainderf.c (__remainderf): Likewise.
57009         * math/libm-test.inc (remainder_test): Add test cases.
57011 2011-10-04  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
57013         * stdlib/longlong.h: Update from GCC.  Fix zarch smul_ppmm and
57014         sdiv_qrnnd.
57016 2011-10-07  Ulrich Drepper  <drepper@gmail.com>
57018         * string/test-memcmp.c: Avoid unncessary #defines.
57019         Patch by Liubov Dmitrieva <liubov.dmitrieva@gmail.com>.
57021 2011-08-31  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
57023         * sysdeps/x86_64/multiarch/rawmemchr.S: Update.
57024         Use new sse2 version for core i3 - i7 as it's faster
57025         than sse42 version.
57026         (bit_Prefer_PMINUB_for_stringop): New.
57027         * sysdeps/x86_64/rawmemchr.S: Update.
57028         Replace with faster SSE2 version.
57029         * sysdeps/x86_64/memrchr.S: New file.
57030         * sysdeps/x86_64/memchr.S: Update.
57031         Replace with faster SSE2 version.
57033 2011-09-12  Marek Polacek  <mpolacek@redhat.com>
57035         * elf/dl-load.c (lose): Add cast to avoid warning.
57037 2011-10-07  Ulrich Drepper  <drepper@gmail.com>
57039         * po/ca.po: Update from translation team.
57041         * inet/getnetgrent_r.c: Hook up nscd.
57042         * nscd/Makefile (routines): Add nscd_netgroup.
57043         (nscd-modules): Add netgroupcache.
57044         (CFLAGS-netgroupcache.c): Define.
57045         * nscd/cache.c (readdfcts): Add entries for GETNETGRENT and INNETGR.
57046         (cache_search): Add const to second parameter.
57047         * nscd/connections.c (serv2str): Add entries for GETNETGRENT and
57048         INNETGR.
57049         (dbs): Add netgrdb entry.
57050         (reqinfo): Add entries for GETNETGRENT, INNETGR, and GETFDNETGR.
57051         (verify_persistent_db): Handle netgrdb.
57052         (handle_request): Handle GETNETGRENT, INNETGR, and GETFDNETGR.
57053         * nscd/nscd-client.h (request_type): Add GETNETGRENT, INNETGR, and
57054         GETFDNETGR.
57055         (netgroup_response_header): Define.
57056         (innetgroup_response_header): Define.
57057         (datahead): Add netgroup_response_header and innetgroup_response_header
57058         elements.
57059         * nscd/nscd.conf: Add entries for netgroup cache.
57060         * nscd/nscd.h (dbtype): Add netgrdb.
57061         (_PATH_NSCD_NETGROUP_DB): Define.
57062         (netgroup_iov_disabled): Declare.
57063         (xmalloc, xcalloc, xrealloc): Move declarations here.
57064         (cache_search): Adjust prototype.
57065         Add netgroup-related prototypes.
57066         * nscd/nscd_conf.c (dbnames): Add netgrdb entry.
57067         * nscd/nscd_proto.h (__nss_not_use_nscd_netgroup): Declare.
57068         (__nscd_innetgr): Declare.
57069         * nscd/selinux.c (perms): Use access_vector_t as element type and
57070         add netgroup-related initializers.
57071         * nscd/netgroupcache.c: New file.
57072         * nscd/nscd_netgroup.c: New file.
57073         * nss/Versions [libc] (GLIBC_PRIVATE): Export __nss_lookup.
57074         * nss/getent.c (netgroup_keys): Use setnetgrent only for one parameter.
57075         For four parameters use innetgr.
57076         * nss/nss_files/files-init.c: Add definition and callback for netgr.
57077         * nss/nsswitch.c (__nss_lookup): Add libc_hidden_def.
57078         (__nss_disable_nscd): Set __nss_not_use_nscd_netgroup.
57079         * nss/nsswitch.h (__nss_lookup): Add libc_hidden_proto.
57081         * nscd/connections.c (register_traced_file): Don't register file
57082         for disabled databases.
57084 2011-10-06  Ulrich Drepper  <drepper@gmail.com>
57086         * nscd/grpcache.c (cache_addgr): Initialize written in all cases.
57088         * nss/nsswitch.c (__nss_lookup_function): Fix order of deleting
57089         from tree and freeing node.
57091 2011-09-25  Jiri Olsa  <jolsa@redhat.com>
57093         * nss/nsswitch.c (__nss_database_lookup): Handle
57094         nss_parse_service_list out of memory case.
57096 2011-09-15  Jiri Olsa  <jolsa@redhat.com>
57098         * nss/nsswitch.c (__nss_lookup_function): Handle __tsearch
57099         out of memory case.
57101 2011-10-04  Andreas Schwab  <schwab@redhat.com>
57103         * include/dlfcn.h (__RTLD_NOIFUNC): Define.
57104         * elf/do-rel.h (elf_dynamic_do_rel): Add parameter skip_ifunc and
57105         pass it down.
57106         * elf/dynamic-link.h: Adjust prototypes of elf_machine_rel,
57107         elf_machine_rela, elf_machine_lazy_rel.
57108         (_ELF_DYNAMIC_DO_RELOC): Add parameter skip_ifunc and pass it down.
57109         (ELF_DYNAMIC_DO_REL): Likewise.
57110         (ELF_DYNAMIC_DO_RELA): Likewise.
57111         (ELF_DYNAMIC_RELOCATE): Likewise.
57112         * elf/dl-reloc.c (_dl_relocate_object): Pass __RTLD_NOIFUNC down
57113         to ELF_DYNAMIC_DO_REL.
57114         * elf/rtld.c (_dl_start): Adjust use of ELF_DYNAMIC_RELOCATE.
57115         (dl_main): In trace mode always set __RTLD_NOIFUNC.
57116         * elf/dl-conflict.c (_dl_resolve_conflicts): Adjust call to
57117         elf_machine_rela.
57118         * sysdeps/i386/dl-machine.h (elf_machine_rel): Add parameter
57119         skip_ifunc, don't call ifunc function if non-zero.
57120         (elf_machine_rela): Likewise.
57121         (elf_machine_lazy_rel): Likewise.
57122         (elf_machine_lazy_rela): Likewise.
57123         * sysdeps/ia64/dl-machine.h (elf_machine_rela): Likewise.
57124         (elf_machine_lazy_rel): Likewise.
57125         * sysdeps/powerpc/powerpc32/dl-machine.h (elf_machine_rela):
57126         Likewise.
57127         (elf_machine_lazy_rel): Likewise.
57128         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
57129         Likewise.
57130         (elf_machine_lazy_rel): Likewise.
57131         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_rela): Likewise.
57132         (elf_machine_lazy_rel): Likewise.
57133         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela): Likewise.
57134         (elf_machine_lazy_rel): Likewise.
57135         * sysdeps/sh/dl-machine.h (elf_machine_rela): Likewise.
57136         (elf_machine_lazy_rel): Likewise.
57137         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela): Likewise.
57138         (elf_machine_lazy_rel): Likewise.
57139         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela): Likewise.
57140         (elf_machine_lazy_rel): Likewise.
57141         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Likewise.
57142         (elf_machine_lazy_rel): Likewise.
57144 2011-09-28  Ulrich Drepper  <drepper@gmail.com>
57146         * nss/nss_files/files-init.c (_nss_files_init): Use static
57147         initialization for all the *_traced_file variables.
57149 2011-09-28  Andreas Schwab  <schwab@redhat.com>
57151         * sysdeps/powerpc/fpu/libm-test-ulps: Adjust ULPs for jn tests.
57153 2011-09-27  Roland McGrath  <roland@hack.frob.com>
57155         [BZ #13226]
57156         * manual/signal.texi (Longjmp in Handler): Grammar fixes.
57158 2011-09-27  Andreas Schwab  <schwab@redhat.com>
57160         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn):
57161         Reread the line before reparsing it.
57163 2011-09-26  Andreas Schwab  <schwab@redhat.com>
57165         * sysdeps/x86_64/fpu/bits/mathinline.h: Use __asm instead of asm.
57167 2011-09-21  Chung-Lin Tang  <cltang@codesourcery.com>
57168             Maxim Kuvyrkov  <maxim@codesourcery.com>
57169             Joseph Myers  <joseph@codesourcery.com>
57171         * resolv/Makefile (LDLIBS-resolv.so): Link in $(elfobjdir)/ld.so
57172         if needed for __stack_chk_guard.
57174 2011-09-19  Roland McGrath  <roland@hack.frob.com>
57176         * sysdeps/posix/spawni.c (script_execute): Always define it.
57177         It will be optimized away if unused.
57178         (maybe_script_execute): New function.
57179         (__spawni): Call it.
57181         * Makerules: Don't include tls.make.
57182         (config-tls): Always set to thread.
57183         * tls.make.c: File removed.
57185 2011-09-19  Mike Frysinger  <vapier@gentoo.org>
57187         * Makeconfig (CPPFLAGS): Prepend $(CPPFLAGS-config).
57188         * config.make.in (CPPFLAGS-config): New substituted variable.
57190 2011-09-15  Ulrich Drepper  <drepper@gmail.com>
57192         * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: New file.
57194         [BZ #13192]
57195         * sysdeps/unix/sysv/linux/bits/in.h (IP_MULTICAST_ALL): Define.
57196         Patch mostly by Neil Horman <nhorman@tuxdriver.com>.
57198 2011-09-15  Roland McGrath  <roland@hack.frob.com>
57200         * sysdeps/unix/sysv/linux/i386/____longjmp_chk.S
57201         (CALL_FAIL): Use HIDDEN_JUMPTARGET for __fortify_fail.
57202         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S
57203         (CALL_FAIL): Likewise.
57204         * sysdeps/unix/sysv/linux/ia64/____longjmp_chk.S (CHECK_RSP): Likewise.
57205         (CALL_FAIL): Macro removed.
57206         Patch mostly by Mike Frysinger <vapier@gentoo.org>.
57208 2011-09-15  Ulrich Drepper  <drepper@gmail.com>
57210         * sysdeps/x86_64/fpu/bits/mathinline.h: Add fmax and fmin optimizations
57211         for __FINITE_MATH_ONLY__ == 1.
57213 2011-09-15  Andreas Schwab  <schwab@redhat.com>
57215         * sysdeps/powerpc/fpu/e_hypot.c (__ieee754_hypot): Use
57216         __ieee754_sqrt instead of sqrt.
57217         * sysdeps/powerpc/fpu/e_hypotf.c (__ieee754_hypotf): Use
57218         __ieee754_sqrtf instead of sqrtf.
57219         * sysdeps/powerpc/fpu/e_rem_pio2f.c (__ieee754_rem_pio2f): Use
57220         __floorf instead of floorf.
57221         * sysdeps/powerpc/fpu/k_rem_pio2f.c (__fp_kernel_rem_pio2f): Use
57222         __floorf, __truncf instead of floorf, truncf.
57224 2011-09-14  Ulrich Drepper  <drepper@gmail.com>
57226         * sysdeps/x86_64/fpu/s_copysign.S [ELF]: Use correct section.
57228         * sysdeps/x86_64/fpu/bits/mathinline.h (__MATH_INLINE): Use
57229         __extern_always_inline.
57230         Define lrint{f,} and llrint{f,} for 64-bit and in some situations for
57231         32-bit.
57233 2011-09-14  Andreas Schwab  <schwab@redhat.com>
57235         * elf/rtld.c (dl_main): Also relocate in dependency order when
57236         doing symbol dependency testing.
57238 2011-09-13  Andreas Schwab  <schwab@linux-m68k.org>
57240         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
57241         Always define `refsym'.
57243 2011-09-13  Andreas Schwab  <schwab@redhat.com>
57245         * misc/sys/select.h (__FD_MASK): Renamed from __FDMASK.
57246         (__FD_ELT): Renamed from __FDELT.
57247         * misc/bits/select2.h (__FD_ELT): Likewise.
57248         * bits/select.h (__FD_SET, __FD_CLR, __FD_ISSET): Use __FD_ELT,
57249         __FD_MASK instead of __FDELT, __FDMASK.
57250         * sysdeps/i386/bits/select.h (__FD_SET, __FD_CLR, __FD_ISSET):
57251         Likewise.
57252         * sysdeps/x86_64/bits/select.h (__FD_SET, __FD_CLR, __FD_ISSET):
57253         Likewise.
57255         * elf/Makefile (gen-ldd): Fix pattern.
57257         * elf/rtld.c (dl_main): Only use USE___THREAD when defined.
57258         (init_tls): Likewise.
57260 2011-09-12  Ulrich Drepper  <drepper@gmail.com>
57262         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c: New file.
57264 2011-09-12  Andreas Schwab  <schwab@redhat.com>
57266         * sysdeps/unix/sysv/linux/bits/socket.h (__cmsg_nxthdr): Cast to
57267         `struct cmsghdr *' instead of `void *'.
57268         * sysdeps/unix/sysv/linux/sparc/bits/socket.h (__cmsg_nxthdr):
57269         Likewise.
57271 2011-09-11  Andreas Schwab  <schwab@linux-m68k.org>
57273         * elf/Makefile (gen-ldd): Prepend $(..) to $(ldd-rewrite-script)
57274         if non-absolute.
57275         * sysdeps/unix/sysv/linux/configure.in: Remove leading ../ from
57276         ldd_rewrite_script.
57278 2011-09-11  Ulrich Drepper  <drepper@gmail.com>
57280         * configure.in: Remove --with-tls option.
57281         * config.h.in: Remove HAVE_TLS_SUPPORT entry.
57282         * sysdeps/i386/elf/configure.in: Always test for TLS support and err
57283         out in case it is missing.
57284         * sysdeps/ia64/elf/configure.in: Likewise.
57285         * sysdeps/powerpc/powerpc32/elf/configure.in: Likewise.
57286         * sysdeps/powerpc/powerpc64/elf/configure.in: Likewise.
57287         * sysdeps/s390/s390-32/elf/configure.in: Likewise.
57288         * sysdeps/s390/s390-64/elf/configure.in: Likewise.
57289         * sysdeps/sh/elf/configure.in: Likewise.
57290         * sysdeps/sparc/sparc32/elf/configure.in: Likewise.
57291         * sysdeps/sparc/sparc64/elf/configure.in: Likewise.
57292         * sysdeps/x86_64/elf/configure.in: Likewise.
57293         * sysdeps/mach/hurd/i386/tls.h: Remove test for HAVE_TLS_SUPPORT.
57294         * sysdeps/mach/hurd/tls.h: Likewise.
57296         [BZ #13067]
57297         * malloc/obstack.h [!GNUC] (obstack_free): Avoid cast to int.
57299         [BZ #13090]
57300         * configure.in: Fix use of AC_INIT.
57302         * elf/dl-support.c (_dl_pagesize): Initialize to EXEC_PAGESIZE.
57304 2011-09-10  Ulrich Drepper  <drepper@gmail.com>
57306         * malloc/malloc.c: Replace MALLOC_FAILURE_ACTION with use of
57307         __set_errno.
57308         * malloc/hooks.c: Likewise.
57310         [BZ #11929]
57311         * malloc/arena.c (ptmalloc_init_minimal): Removed.  Initialize all
57312         variables statically.
57313         (narenas): Initialize.
57314         (list_lock): Initialize.
57315         (ptmalloc_init): Don't call ptmalloc_init_minimal.  Remove
57316         initializtion of main_arena and list_lock.  Small cleanups.
57317         Replace all uses of malloc_getpagesize with GLRO(dl_pagesize).
57318         * malloc/malloc.c: Remove malloc_getpagesize.  Include <ldsodefs.h>.
57319         Add initializers to main_arena and mp_.
57320         (malloc_state): Remove pagesize member.  Change all users to use
57321         GLRO(dl_pagesize).
57323         * elf/rtld.c (rtld_global_ro): Initialize _dl_pagesize.
57324         * sysdeps/unix/sysv/linux/getpagesize.c: Simplify.  GLRO(dl_pagesize)
57325         is always initialized.
57327         * malloc/malloc.c: Removed unused configurations and dead code.
57328         * malloc/arena.c: Likewise.
57329         * malloc/hooks.c: Likewise.
57330         * malloc/Makefile (CPPFLAGS-malloc.c): Don't add -DATOMIC_FASTBINS.
57332         * include/tls.h: Removed.  USE___THREAD must always be defined.
57333         * bits/libc-tsd.h: Don't handle !USE___THREAD.
57334         * elf/dl-libc.c: Likewise.
57335         * elf/dl-tsd.c: Likewise.
57336         * include/errno.h: Likewise.
57337         * include/netdb.h: Likewise.
57338         * include/resolv.h: Likewise.
57339         * inet/herrno-loc.c: Likewise.
57340         * inet/herrno.c: Likewise.
57341         * malloc/arena.c: Likewise.
57342         * malloc/hooks.c: Likewise.
57343         * malloc/malloc.c: Likewise.
57344         * resolv/res-state.c: Likewise.
57345         * resolv/res_libc.c: Likewise.
57346         * sysdeps/i386/dl-machine.h: Likewise.
57347         * sysdeps/ia64/dl-machine.h: Likewise.
57348         * sysdeps/powerpc/powerpc32/dl-machine.h: Likewise.
57349         * sysdeps/powerpc/powerpc64/dl-machine.h: Likewise.
57350         * sysdeps/s390/s390-32/dl-machine.h: Likewise.
57351         * sysdeps/s390/s390-64/dl-machine.h: Likewise.
57352         * sysdeps/sh/dl-machine.h: Likewise.
57353         * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
57354         * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
57355         * sysdeps/unix/i386/sysdep.S: Likewise.
57356         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
57357         * sysdeps/unix/sysv/linux/ia64/sysdep.S: Likewise.
57358         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.S: Likewise.
57359         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
57360         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.S: Likewise.
57361         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
57362         * sysdeps/unix/sysv/linux/sh/sysdep.h: Likewise.
57363         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
57364         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
57365         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
57366         * sysdeps/unix/x86_64/sysdep.S: Likewise.
57367         * sysdeps/x86_64/dl-machine.h: Likewise.
57368         * tls.make.c: Likewise.
57370         * configure.in: Remove --with-__thread option.  Make tests for
57371         --no-whole-archive, __builtin_expect, symbol redirection, __thread,
57372         tls_model attribute fail if no support is available.  Remove
57373         USE_IN_LIBIO.
57374         * Makeconfig: Adjust for dropped configure option.  All features are
57375         now mandatory.
57376         * Makerules: Likewise.
57377         * Versions.def: Likewise.
57378         * argp/argp-fmtstream.c: Likewise.
57379         * argp/argp-fmtstream.h: Likewise.
57380         * argp/argp-help.c: Likewise.
57381         * assert/assert.c: Likewise.
57382         * config.h.in: Likewise.
57383         * config.make.in: Likewise.
57384         * configure: Likewise.
57385         * configure.in: Likewise.
57386         * csu/Versions: Likewise.
57387         * csu/init.c: Likewise.
57388         * elf/tst-audit2.c: Likewise.
57389         * elf/tst-tls10.c: Likewise.
57390         * elf/tst-tls10.h: Likewise.
57391         * elf/tst-tls11.c: Likewise.
57392         * elf/tst-tls12.c: Likewise.
57393         * elf/tst-tls14.c: Likewise.
57394         * elf/tst-tlsmod11.c: Likewise.
57395         * elf/tst-tlsmod12.c: Likewise.
57396         * elf/tst-tlsmod13.c: Likewise.
57397         * elf/tst-tlsmod13a.c: Likewise.
57398         * elf/tst-tlsmod14a.c: Likewise.
57399         * elf/tst-tlsmod15b.c: Likewise.
57400         * elf/tst-tlsmod16a.c: Likewise.
57401         * elf/tst-tlsmod16b.c: Likewise.
57402         * elf/tst-tlsmod7.c: Likewise.
57403         * elf/tst-tlsmod8.c: Likewise.
57404         * elf/tst-tlsmod9.c: Likewise.
57405         * gmon/gmon.c: Likewise.
57406         * grp/fgetgrent_r.c: Likewise.
57407         * grp/putgrent.c: Likewise.
57408         * hurd/fopenport.c: Likewise.
57409         * include/libc-symbols.h: Likewise.
57410         * include/tls.h: Likewise.
57411         * intl/gettextP.h: Likewise.
57412         * intl/loadinfo.h: Likewise.
57413         * locale/global-locale.c: Likewise.
57414         * locale/localeinfo.h: Likewise.
57415         * mach/devstream.c: Likewise.
57416         * malloc/arena.c: Likewise.
57417         * malloc/set-freeres.c: Likewise.
57418         * misc/err.c: Likewise.
57419         * misc/getttyent.c: Likewise.
57420         * misc/mntent_r.c: Likewise.
57421         * posix/getopt.c: Likewise.
57422         * posix/wordexp.c: Likewise.
57423         * pwd/fgetpwent_r.c: Likewise.
57424         * resolv/Versions: Likewise.
57425         * resolv/res_hconf.c: Likewise.
57426         * shadow/fgetspent_r.c: Likewise.
57427         * shadow/putspent.c: Likewise.
57428         * stdio-common/printf_fphex.c: Likewise.
57429         * stdio-common/tmpfile.c: Likewise.
57430         * stdlib/abort.c: Likewise.
57431         * stdlib/fmtmsg.c: Likewise.
57432         * sunrpc/auth_unix.c: Likewise.
57433         * sunrpc/clnt_perr.c: Likewise.
57434         * sunrpc/clnt_tcp.c: Likewise.
57435         * sunrpc/clnt_udp.c: Likewise.
57436         * sunrpc/clnt_unix.c: Likewise.
57437         * sunrpc/openchild.c: Likewise.
57438         * sunrpc/svc_simple.c: Likewise.
57439         * sunrpc/svc_tcp.c: Likewise.
57440         * sunrpc/svc_udp.c: Likewise.
57441         * sunrpc/svc_unix.c: Likewise.
57442         * sunrpc/xdr.c: Likewise.
57443         * sunrpc/xdr_array.c: Likewise.
57444         * sunrpc/xdr_rec.c: Likewise.
57445         * sunrpc/xdr_ref.c: Likewise.
57446         * sunrpc/xdr_stdio.c: Likewise.
57448 2011-09-09  Ulrich Drepper  <drepper@gmail.com>
57450         * sysdeps/i386/fpu/libm-test-ulps: Adjust ULPs for jn tests.
57452 2011-07-03  Andreas Jaeger  <aj@suse.de>
57454         * math/libm-test.inc (jn_test): Add tests for BZ#11589.
57455         * sysdeps/x86_64/fpu/libm-test-ulps: Add new ULPs for jn_test,
57456         regenerate with gen-libm-tests.pl.
57458 2010-05-12  Petr Baudis  <pasky@suse.cz>
57460         [BZ #11589]
57461         * sysdeps/ieee754/dbl-64/e_jn.c: Compensate major precision loss
57462         around j0() zero points by switching to j1().
57463         * sysdeps/ieee754/flt-32/e_jnf.c: Likewise.
57464         * sysdeps/ieee754/ldbl-128/e_jnl.c: Likewise.
57465         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Likewise.
57466         * sysdeps/ieee754/ldbl-96/e_jnl.c: Likewise.
57468 2011-09-09  Ulrich Drepper  <drepper@gmail.com>
57470         * sysdeps/unix/bsd/bsd4.4/bits/socket.h (__cmsg_nxthdr): Use NULL
57471         instead of 0.
57472         * sysdeps/unix/sysv/linux/bits/socket.h (__cmsg_nxthdr): Use (void*)0
57473         instead of 0.
57474         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
57475         Patch in part by Pavel Roskin <proski@gnu.org>.
57477         [BZ #13138]
57478         * stdio-common/vfscanf.c (ADDW): Allocate large memory block with
57479         realloc.
57480         (_IO_vfscanf_internal): Remove reteof.  Use errout after setting done.
57481         Free memory block if necessary.
57483         [BZ #12847]
57484         * libio/genops.c (INTDEF): For string streams the _lock pointer can
57485         be NULL.  Don't lock in this case.
57487 2011-09-09  Roland McGrath  <roland@hack.frob.com>
57489         * elf/elf.h (ELFOSABI_GNU): New macro.
57490         (ELFOSABI_LINUX): Define to that.
57492 2011-07-29  Denis Zaitceff  <zaitceff@gmail.com>
57494         * string/strncat.c (strncat): Undef the symbol in case it has been
57495         defined in bits/string.h.
57497 2011-09-09  Ulrich Drepper  <drepper@gmail.com>
57499         * elf/sotruss.ksh: Clean up, fix, and complete help messages.
57501         * elf/dl-iteratephdr.c (__dl_iterate_phdr): Fill in data from the real
57502         link map.
57504 2011-08-17  Andreas Jaeger  <aj@suse.de>
57506         * elf/sprof.c (load_shobj): Remove unused variable log_hashfraction.
57508 2011-08-18  Paul Pluzhnikov  <ppluzhnikov@google.com>
57509             Ian Lance Taylor  <iant@google.com>
57511         * math/libm-test.inc (lround_test): New testcase.
57512         * sysdeps/ieee754/dbl-64/s_lround.c (__lround): Don't lose precision.
57514 2011-09-08  Ulrich Drepper  <drepper@gmail.com>
57516         * Makefile: Remove support for automatic cvs check-ins.
57517         * Makerules: Likewise.
57518         * config.make.in: Likewise.
57519         * configure.in: Likewise.
57520         * intl/Makefile: Likewise.
57521         * locale/Makefile: Likewise.
57522         * po/Makefile: Likewise.
57523         * posix/Makefile: Likewise.
57524         * sysdeps/gnu/Makefile: Likewise.
57525         * sysdeps/mach/hurd/Makefile: Likewise.
57526         * sysdeps/sparc/sparc32/Makefile: Likewise.
57528         [BZ #13118]
57529         * posix/Makefile (bug-regex32-ENV): Define.
57530         Patch by John Stanley <jpsinthemix@verizon.net>.
57532         * misc/Makefile (headers): Add bits/select2.h.
57533         * misc/sys/select.h: Include bits/select2.h for _FORTIFY_SOURCE.
57534         * misc/bits/select2.h: New file.
57535         * include/bits/select2.h: New file.
57536         * debug/Makefile (routines): Add fdelt_chk.
57537         * debug/Versions: Export __fdelt_chk and __fdelt_warn for GLIBC_2.15.
57538         * debug/tst-chk1.c (do_test): Add tests for FD_SET, FD_CLR, and
57539         FD_ISSET.
57540         * debug/fdelt_chk.c: New file.
57542         * wcsmbs/test-wcscmp.c: Moved from string/*.  Adjust.
57543         * wcsmbs/test-wmemcmp.c: Likewise.
57544         * string/Makefile (strop-tests): Remove wcscmp and wmemcmp.
57545         * wcsmbs/Makefile (strop-tests): Add wcscmp and wmemcmp.
57547 2011-09-08  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
57549         * string/Makefile (strop-tests): Add memcmp.
57550         * string/test-wmemcmp.c: New file.
57551         * string/test-memcmp.c: Add wmemcmp support.
57553 2011-09-08  Roland McGrath  <roland@hack.frob.com>
57555         [BZ #13153]
57556         * manual/libc.texinfo (EDITION, VERSION, UPDATED): Update for
57557         2011-07-19 change.
57559         * sysdeps/mach/hurd/fork.c (__fork): Initialize REFS so we don't use a
57560         garbage value in a __mach_port_mod_refs call in the cases of the
57561         task-self and thread-self ports.
57563 2011-09-06  Samuel Thibault  <samuel.thibault@ens-lyon.org>
57565         * sysdeps/mach/hurd/sys/param.h (DEV_BSIZE): New macro.
57567 2011-09-08  Andreas Schwab  <schwab@redhat.com>
57569         * elf/dl-load.c (lose): Check for non-null L.
57571 2011-09-07  Ulrich Drepper  <drepper@gmail.com>
57573         * elf/dl-load.c (open_verify): Use O_CLOEXEC.
57575         * elf/dl-libc.c (dlerror_run): Pass back error code from
57576         dl_catch_error.
57578         [BZ #13123]
57579         * elf/dl-load.c (lose): Free l_origin if it is valid.
57581         * sysdeps/i386/i686/multiarch/strchr-sse2-bsf.S: Fix mixup in section
57582         names.
57583         * sysdeps/i386/i686/multiarch/strchr-sse2.S: Likewise.
57584         * sysdeps/i386/i686/multiarch/strlen-sse2-bsf.S: Likewise.
57585         * sysdeps/i386/i686/multiarch/strlen-sse2.S: Likewise.
57586         * sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S: Likewise.
57587         * sysdeps/i386/i686/multiarch/strrchr-sse2.S: Likewise.
57588         Patch by Liubov Dmitrieva <liubov.dmitrieva@intel.com>.
57590 2011-08-01  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
57592         * sysdeps/powerpc/fpu/e_hypot.c: New file.
57593         * sysdeps/powerpc/fpu/e_hypotf.c: New file.
57594         * sysdeps/powerpc/fpu/e_rem_pio2f.c: New file.
57595         * sysdeps/powerpc/fpu/k_rem_pio2f.c: New file.
57596         * sysdeps/powerpc/fpu/k_cosf.c: New file.
57597         * sysdeps/powerpc/fpu/k_sinf.c: New file.
57598         * sysdeps/powerpc/fpu/s_cosf.c: New file.
57599         * sysdeps/powerpc/fpu/s_sinf.c: New file.
57600         * sysdeps/powerpc/fpu/s_scalbnf.c: New file.
57601         * sysdeps/powerpc/fpu/s_float_bitwise.h: New file.
57603 2011-08-15  Alan Modra  <amodra@gmail.com>
57605         [BZ #13092]
57606         * sysdeps/powerpc/Makefile (gmon): Move sysdep_routines to..
57607         * sysdeps/powerpc/powerpc64/Makefile (gmon): ..here..
57608         * sysdeps/powerpc/powerpc32/Makefile (gmon): ..and here.  Add
57609         ppc_mcount to static-only-routines.
57610         * sysdeps/powerpc/powerpc32/Versions: Export GLIBC_PRIVATE
57611         __mcount_internal.
57612         * sysdeps/powerpc/powerpc32/ppc-mcount.S (_mcount): Call
57613         __mcount_internal with usual JUMPTARGET.  Remove useless nop.
57615 2011-08-18  David Flaherty  <flaherty@linux.vnet.ibm.com>
57617         * sysdeps/ieee754/ldbl-128ibm/s_fmal.c: New file which checks
57618         for finite and infinity parameters.
57620 2011-08-04  Will Schmidt  <will_schmidt@vnet.ibm.com>
57622         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Adjust the alignment
57623         and add nop instructions for throughput optimization.
57624         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
57626 2011-07-28  Will Schmidt  <will_schmidt@vnet.ibm.com>
57628         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Optimize the
57629         aligned copy for power7 with vector-scalar instructions.
57630         * sysdeps/powerpc/powerpc64/power7/memcpy.S: Likewise.
57632 2011-07-24  H.J. Lu  <hongjiu.lu@intel.com>
57634         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Simplify
57635         AVX check.
57637 2011-09-07  Andreas Schwab  <schwab@redhat.com>
57639         [BZ #13144]
57640         * sysdeps/unix/sysv/linux/x86_64/bits/sem.h (semdid_ds): Revert
57641         last change.
57643 2011-09-07  Ulrich Drepper  <drepper@gmail.com>
57645         * sysdeps/unix/sysv/linux/x86_64/init-first.c
57646         (_libc_vdso_platform_setup): If vDSO is not present store pointer to
57647         syscall wrapper around clock_gettime in __vdso_clock_gettime.
57648         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Add entry for
57649         clock_gettime.
57651 2011-09-06  Ulrich Drepper  <drepper@gmail.com>
57653         * sysdeps/unix/sysv/linux/x86_64/clock_gettime.c (INTERNAL_GETTIME):
57654         Forgot to demangle the pointer.
57656         * sysdeps/i386/sysdep.h: Define atom_text_section.
57657         * sysdeps/x86_64/sysdep.h: Likewise.
57658         * sysdeps/i386/i686/multiarch/strchr-sse2-bsf.S: Place function in
57659         section with atom_text_section.
57660         * sysdeps/i386/i686/multiarch/strlen-sse2-bsf.S: Likewise.
57661         * sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S: Likewise.
57662         * sysdeps/x86_64/multiarch/strchr-sse2-no-bsf.S: Likewise.
57663         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Likewise.
57664         * sysdeps/x86_64/multiarch/strrchr-sse2-no-bsf.S: Likewise.
57666         * sysdeps/unix/sysv/linux/x86_64/clock_gettime.c: New file.
57667         * sysdeps/unix/sysv/linux/clock_gettime.c (SYSCALL_GETTIME): Allow
57668         already be defined.  Change to take two parameters and don't assign
57669         result to variable.  Adjust all users.
57670         Define INTERNAL_GETTIME if not already defined.
57671         Use INTERNAL_GETTIME instead of INTERNAL_VSYSCALL got clock_gettime
57672         call.
57673         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Don't define
57674         HAVE_CLOCK_GETTIME_VSYSCALL.
57675         * sysdeps/unix/clock_gettime.c: Adjust use of SYSDEP_GETTIME_CPU.
57677         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Don't use
57678         gettimeofday vsyscall, just use time.
57680 2011-09-06  Andreas Schwab  <schwab@redhat.com>
57682         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c [!SHARED]: Include
57683         <errno.h>.
57685 2011-09-06  Ulrich Drepper  <drepper@gmail.com>
57687         * sysdeps/unix/sysv/linux/kernel-features.h: Add entry for getcpu
57688         syscall on x86-64.
57689         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c [!SHARED]: Use real
57690         syscall.
57691         * sysdeps/unix/sysv/linux/x86_64/time.c: Likewise.
57692         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S [!SHARED]: Use real
57693         syscall if possible.
57695 2011-09-05  Ulrich Drepper  <drepper@gmail.com>
57697         * elf/pldd.c (get_process_info): Don't read whole ELF header, just
57698         e_ident.  Don't pass to find_mapsXX.
57699         * elf/pldd-xx.c (find_mapsXX): Remove second parameter.
57701 2011-07-20  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
57703         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
57704         strchr-sse2-no-bsf strrchr-sse2-no-bsf
57705         * sysdeps/x86_64/multiarch/strchr.S: Update.
57706         Check bit_slow_BSF bit.
57707         * sysdeps/x86_64/multiarch/strrchr.S: Likewise.
57708         * sysdeps/x86_64/multiarch/strchr-sse2-no-bsf.S: New file.
57709         * sysdeps/x86_64/multiarch/strrchr-sse2-no-bsf.S: New file.
57711 2011-09-05  Ulrich Drepper  <drepper@gmail.com>
57713         [BZ #13134]
57714         * sysdeps/posix/spawni.c (script_execute): Define only for compatibility
57715         before glibc 2.15.
57716         (tryshell): Define.
57717         (__spawni): Change last parameter to be flag.  Test
57718         SPAWN_XFLAGS_USE_PATH flag to use path or not.
57719         Don't try to use shell unless SPAWN_XFLAGS_TRY_SHELL is set.
57720         * sysdeps/mach/hurd/spawni.c: Change last parameter and adjust user.
57721         * posix/spawni.c: Likewise.
57722         * posix/spawn.c: Add compat version which passed SPAWN_XFLAGS_TRY_SHELL.
57723         * posix/spawnp.c: Likewise.  Change normal version to use
57724         SPAWN_XFLAGS_USE_PATH.
57725         * posix/spawn_int.c: Define SPAWN_XFLAGS_USE_PATH and
57726         SPAWN_XFLAGS_TRY_SHELL.
57728         [BZ #13150]
57729         * posix/glob.h: Remove gcc 1.x support.
57731         [BZ #13068]
57732         * elf/dl-misc.c (_dl_sysdep_read_whole_file): Use O_CLOEXEC.
57734 2011-07-20  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
57736         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
57737         strchr-sse2 strrchr-sse2 strchr-sse2-bsf
57738         strrchr-sse2-bsf
57739         * sysdeps/i386/i686/multiarch/strchr.S: New file.
57740         * sysdeps/i386/i686/multiarch/strrchr.S: New file.
57741         * sysdeps/i386/i686/multiarch/strchr-sse2.S: New file.
57742         * sysdeps/i386/i686/multiarch/strchr-sse2-bsf.S: New file.
57743         * sysdeps/i386/i686/multiarch/strrchr-sse2.S: New file.
57744         * sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S: New file.
57746 2011-08-29  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
57748         * sysdeps/x86_64/wcscmp.S: New file.
57750         * sysdeps/i386/i686/multiarch/Makefile: (sysdep_routines): Add
57751         wcscmp-c wcscmp-sse2
57752         * sysdeps/i386/i686/multiarch/wcscmp-c.c: New file.
57753         * sysdeps/i386/i686/multiarch/wcscmp.S: New file.
57754         * sysdeps/i386/i686/multiarch/wcscmp-sse2.S: New file.
57755         * wcsmbs/wcscmp.c: Allow renaming.
57757 2011-09-05  David S. Miller  <davem@davemloft.net>
57759         * sysdeps/sparc/sparc32/fpu/s_fabsf.S: Use first argument
57760         stack slot, rather than the struct return pointer slot.
57761         * sysdeps/sparc/sparc32/fpu/s_fabs.c: Delete.
57762         * sysdeps/sparc/sparc32/fpu/s_fabs.S: New file.
57763         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fabs.S: Likewise.
57764         * sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/fpu/Implies: Likewise.
57766 2011-09-05  Ulrich Drepper  <drepper@gmail.com>
57768         * po/ja.po: Update from translation team.
57770         [BZ #13144]
57771         * sysdeps/unix/sysv/linux/x86_64/bits/sem.h (semdid_ds): Fix to match
57772         kernel in 64-bit binaries.
57774 2011-09-01  David S. Miller  <davem@davemloft.net>
57776         * elf/elf.h (HWCAP_SPARC_*): Move to..
57777         * sysdeps/sparc/sysdep.h: this new file and add new values.
57778         * sysdeps/unix/sparc/sysdep.h: Include sysdeps/sparc/sysdep.h
57779         * sysdeps/sparc/dl-procinfo.h: Include sysdep.h and increase
57780         _DL_HWCAP_COUNT to 24.
57781         * sysdeps/sparc/dl-procinfo.c (_dl_sparc_cap_flags): Add new
57782         entries.
57783         * sysdeps/sparc/sparc32/bits/atomic.h: Don't use magic local
57784         __ATOMIC_HWCAP_SPARC_V9 define, use sysdep.h one instead.
57785         * sysdeps/sparc/sparc32/dl-machine.h: Include sysdep.h
57786         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Use HWCAP_SPARC_*
57787         instead of magic constants.
57788         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
57790 2011-08-31  David S. Miller  <davem@davemloft.net>
57792         * sysdeps/unix/sparc/sysdep.h (SETUP_PIC_REG): Define.
57793         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h (PSEUDO):
57794         Reimplement to do errno handling inline.
57795         (SYSCALL_ERROR_HANDLER): New macro.
57796         (__SYSCALL_STRING): Do not do errno handling in asm.
57797         (__CLONE_SYSCALL_STRING): Delete.
57798         (__INTERNAL_SYSCALL_STRING): Delete.
57799         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Include
57800         sysdeps/unix/sparc/sysdep.h instead of sysdeps/unix/sysdep.h
57801         (PSEUDO): Reimplement to do errno handling inline.
57802         (ret, ret_NOERRNO, ret_ERRVAL, r0, r1, MOVE): Don't redefine.
57803         (SYSCALL_ERROR_HANDLER): New macro.
57804         (__SYSCALL_STRING): Do not do errno handling in asm.
57805         (__CLONE_SYSCALL_STRING): Delete.
57806         (__INTERNAL_SYSCALL_STRING): Delete.
57807         * sysdeps/unix/sysv/linux/sparc/sysdep.h (INLINE_SYSCALL):
57808         Implement in terms of INTERNAL_SYSCALL and __set_errno, just like
57809         i386.
57810         (INTERNAL_SYSCALL_DECL): Declare %g1 var for err state.
57811         (inline_syscall*): Add 'err' argument.
57812         (INTERNAL_SYSCALL, INTERNAL_SYSCALL_NCS,
57813         INTERNAL_SYSCALL_ERROR_P): Likewise and pass it down.
57814         (INLINE_CLONE_SYSCALL): Reimplement in terms of __SYSCALL_STRING,
57815         INTERNAL_SYSCALL_ERRNO, and INTERNAL_SYSCALL_ERROR_P.
57817         * scripts/data/localplt-sparc-linux-gnu.data: Remove 'ffs'.
57818         * scripts/data/localplt-sparc64-linux-gnu.data: Likewise.
57820 2011-08-30  Andreas Schwab  <schwab@redhat.com>
57822         * elf/rtld.c (dl_main): Relocate objects in dependency order.
57824 2011-08-29  Jiri Olsa <jolsa@redhat.com>
57826         * sysdeps/i386/dl-trampoline.S (_dl_runtime_profile): Fix cfi
57827         directive.
57829 2011-08-24  David S. Miller  <davem@davemloft.net>
57831         * sysdeps/sparc/sparc64/strcmp.S: Rewrite.
57833 2011-08-24  Andreas Schwab  <schwab@redhat.com>
57835         * elf/Makefile: Add rules to build and run unload8 test.
57836         * elf/unload8.c: New file.
57837         * elf/unload8mod1.c: New file.
57838         * elf/unload8mod1x.c: New file.
57839         * elf/unload8mod2.c: New file.
57840         * elf/unload8mod3.c: New file.
57842         * elf/dl-close.c (_dl_close_worker): Reset private search list if
57843         it wasn't used.
57845 2011-08-23  David S. Miller  <davem@davemloft.net>
57847         * sysdeps/sparc/sparc64/dl-machine.h (DL_STACK_END): Do not
57848         subtract stack bias.
57849         * sysdeps/sparc/sparc64/jmpbuf-unwind.h (_JMPBUF_UNWINDS): Use
57850         %sp not %fp in calculations.
57851         (_JMPBUF_UNWINDS_ADJ): Likewise.
57853         * sysdeps/pthread/aio_suspend.c (do_aio_misc_wait): New function.
57854         (aio_suspend): Call it to force an exception region around the
57855         AIO_MISC_WAIT() invocation.
57857 2011-08-23  Andreas Schwab  <schwab@redhat.com>
57859         * sysdeps/i386/i686/multiarch/strspn.S (ENTRY): Add missing
57860         backslash.
57862 2011-07-04  Aurelien Jarno  <aurelien@aurel32.net>
57864         * sysdeps/powerpc/dl-tls.h: Add _PPC_DL_TLS_H inclusion
57865         protection macro.
57866         * sysdeps/powerpc/powerpc64/dl-irel.h: Include <ldsodefs.h>
57867         and <dl-machine.h>.
57868         (Elf64_FuncDesc): Remove.
57870 2011-08-22  David S. Miller  <davem@davemloft.net>
57872         * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Fix
57873         sigaltstack check, add missing cfi directives.
57874         * sysdeps/unix/sysv/linux/sparc/sparc64/____longjmp_chk.S: Add
57875         missing cfi directives, and sigaltstack handling.
57877 2011-08-16  Andreas Schwab  <schwab@redhat.com>
57879         [BZ #11724]
57880         * elf/dl-deps.c (_dl_map_object_deps): Only assume cycle when
57881         object is seen twice.
57882         * elf/dl-fini.c (_dl_sort_fini): Likewise.
57884         * elf/Makefile (distribute): Add tst-initorder2.c.
57885         (tests): Add tst-initorder2.
57886         (modules-names): Add tst-initorder2a tst-initorder2b
57887         tst-initorder2c tst-initorder2d.  Add rules to build them.
57888         ($(objpfx)tst-initorder2.out): New rule.
57889         * elf/tst-initorder2.c: New file.
57890         * elf/tst-initorder2.exp: New file.
57892 2011-08-22  Andreas Schwab  <schwab@redhat.com>
57894         * sysdeps/unix/sysv/linux/i386/scandir64.c: Include <string.h>.
57896         * elf/dl-deps.c (_dl_map_object_deps): Move check for missing
57897         dependencies back to end of function.
57899         * dlfcn/Makefile (LDLIBS-bug-atexit3-lib.so): Readd
57900         $(elfobjdir)/ld.so.
57902 2011-08-21  Ulrich Drepper  <drepper@gmail.com>
57904         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.S: Removed.
57905         * sysdeps/unix/sysv/linux/x86_64/time.S: Removed.
57906         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c: New file.
57907         * sysdeps/unix/sysv/linux/x86_64/time.c: New file.
57908         * sysdeps/unix/sysv/linux/x86_64/bits/libc-vdso.h: Remove declaration
57909         of __vdso_gettimeofday.
57910         * sysdeps/unix/sysv/linux/x86_64/init-first.c: Remove definition of
57911         __vdso_gettimeofday and __vdso_time.  Define __vdso_getcpu with
57912         attribute_hidden.
57913         (_libc_vdso_platform_setup): Remove initialization of
57914         __vdso_gettimeofday and __vdso_time.
57916 2011-08-20  Ulrich Drepper  <drepper@gmail.com>
57918         * nss/nss_files/files-alias.c (get_next_alias): Use feof_unlocked
57919         and fgetc_unlocked.
57920         * nss/nss_files/files-key.c (search): Use fgets_unlocked and
57921         getc_unlocked.
57923         * elf/dl-open.c (add_to_global): Report additions to the global scope
57924         for LD_DEBUG=scopes.
57925         (dl_open_worker): Also print scope of newly loaded dependencies.
57926         (_dl_show_scope): Indicate if there is no scope.
57928         [BZ #13114]
57929         * stdio-common/Makefile (tests): Add bug24.
57930         * stdio-common/bug24.c: New file.
57932 2011-08-19  Andreas Jaeger  <aj@suse.de>
57934         [BZ #13114]
57935         * libio/fileops.c (_IO_new_file_fopen): Fix handling of
57936         non-existant file when using close-on-exec mode.
57938 2011-08-20  Ulrich Drepper  <drepper@gmail.com>
57940         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_resolve): Fix CFI for
57941         the very first instruction.
57943         * sysdeps/x86_64/dl-trampoline.h: If MORE_CODE is defined, restore
57944         the CFI state in the end.
57945         * sysdeps/x86_64/dl-trampoline.S: Define MORE_CODE before first
57946         inclusion of dl-trampoline.h.
57947         Based on a patch by Jiri Olsa <jolsa@redhat.com>.
57949 2011-08-19  Andreas Schwab  <schwab@redhat.com>
57951         * sysdeps/powerpc/fpu/libm-test-ulps: Relax ctan (0.75 + 1.25 i)
57952         expectations for long double.
57954         * sysdeps/unix/sysv/linux/powerpc/powerpc32/scandir64.c: Renamed
57955         from sysdeps/unix/sysv/linux/powerpc/scandir64.c.
57957 2011-08-14  David S. Miller  <davem@davemloft.net>
57959         * sysdeps/unix/sysv/linux/Makefile (CFLAGS-tst-writev.c): The
57960         artificual limit depends upon the system page size.
57962 2011-08-17  Ulrich Drepper  <drepper@gmail.com>
57964         * Makeconfig (override CFLAGS): Add library-specific CFLAGS.
57965         * resolv/Makefile: Define CFLAGS-libresolv.
57967 2011-08-17  Andreas Schwab  <schwab@redhat.com>
57969         * nss/makedb.c (compute_tables): Make variables used in nested
57970         function static.
57972 2011-08-17  Ulrich Drepper  <drepper@gmail.com>
57974         * elf/pldd-xx.c (r_debug): Explicitly add padding when needed.
57975         * elf/pldd.c (get_process_info): Use pread to re-read auxiliary vector
57976         if buffer was too small.
57978         * elf/pldd.c (main): Attach to all threads in the process.
57979         Rewrite /proc handling to use *at functions.
57981 2011-08-16  Ulrich Drepper  <drepper@gmail.com>
57983         * elf/dl-open.c (_dl_show_scope): Take additional parameter which
57984         specifies first scope to show.
57985         (dl_open_worker): Update callers.  Move printing scope of new
57986         object to before the relocation.
57987         * elf/rtld.c (dl_main): Update _dl_show_scope call.
57988         * sysdeps/generic/ldsodefs.h: Update declaration.
57990         * elf/dl-open.c (_dl_show_scope): Use _dl_debug_printf to generate the
57991         string for the scope number.
57993 2011-08-14  Ulrich Drepper  <drepper@gmail.com>
57995         * nscd/servicescache.c (cache_addserv): Make sure written is always
57996         initialized.
57998 2011-08-14  Roland McGrath  <roland@hack.frob.com>
58000         * sysdeps/i386/i486/bits/atomic.h
58001         (__arch_compare_and_exchange_val_64_acq): Use RET alone at end of
58002         statement expression, so as to suppress "set but not used" warning.
58003         (__arch_c_compare_and_exchange_val_64_acq): Likewise.
58005         * string/strncat.c (STRNCAT): Use prototype definition.
58007         * locale/Makefile (locale-CPPFLAGS): Renamed CPPFLAGS-locale-programs.
58008         (locale-CPPFLAGS): New variable; put LOCALEDIR, LOCALE_ALIAS_PATH and
58009         -Iprograms here.
58010         (cppflags-iterator.mk sequence): Use locale-programs in place of nonlib.
58011         (localedef-modules): Add localedef.
58012         (locale-modules): Add locale.
58014         * sysdeps/generic/ldsodefs.h (struct unique_sym): Add a const.
58015         * elf/rtld.c (dl_main): Invert order of assignment in last change,
58016         to avoid a warning.
58018 2011-08-14  David S. Miller  <davem@davemloft.net>
58020         * sysdeps/unix/sysv/linux/sparc/bits/resource.h (RLIM_INFINITY,
58021         RLIM64_INFINITY): Fix 64-bit values for 32-bit sparc.
58023 2011-08-13  Ulrich Drepper  <drepper@gmail.com>
58025         * elf/dl-open.c: Rename show_scope to _dl_show_scope and export.
58026         (dl_open_worker): Call _dl_show_scope when DL_DEBUG_SCOPES is set.
58027         * elf/rtld.c (dl_main): Set l_name of vDSO.
58028         Call _dl_show_scope when DL_DEBUG_SCOPES.
58029         (process_dl_debug): Recognize scopes flag and also set it for all.
58030         * sysdeps/generic/ldsodefs.h: Define DL_DEBUG_SCOPES.
58031         Declare _dl_show_scope.
58033         * elf/dl-libc.c (do_dlopen_args): Add caller_dlopen.
58034         (do_dlopen): Pass caller_dlopen to dl_open.
58035         (__libc_dlopen_mode): Initialize caller_dlopen.
58037         * intl/l10nflist.c (_nl_normalize_codeset): Make it compile outside
58038         of libc.  Make tolower call locale-independent.  Optimize a bit by
58039         using isdigit instead of isalnum.
58040         * locale/Makefile (locale-CPPFLAGS): Add -DNOT_IN_libc.
58042 2011-08-12  Ulrich Drepper  <drepper@gmail.com>
58044         * elf/dl-load.c (_dl_map_object): Show in debug output whether a DSO
58045         was a dependency or dynamically loaded.
58047 2011-08-11  Ulrich Drepper  <drepper@gmail.com>
58049         * intl/l10nflist.c: Allow architecture-specific pop function.
58050         * sysdeps/x86_64/l10nflist.c: New file.
58052         * intl/l10nflist.c (_nl_make_l10nflist): Use locale-independent
58053         classification.
58055 2011-08-10  Andreas Schwab  <schwab@redhat.com>
58057         * include/dirent.h: Add libc_hidden_proto for scandirat and
58058         scandirat64.  Don't declare __scandirat64.
58059         * dirent/scandirat.c: Add libc_hidden_def.
58060         * dirent/scandirat64.c (SCANDIRAT): Remove underscores.
58061         * sysdeps/unix/sysv/linux/i386/scandir64.c (SCANDIRAT): Likewise.
58063 2011-08-10  David S. Miller  <davem@davemloft.net>
58065         * sysdeps/unix/sysv/linux/ia64/sys/ptrace.h: Add missing comma in
58066         enum.
58067         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
58068         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
58069         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
58071 2011-08-09  Ulrich Drepper  <drepper@gmail.com>
58073         * Versions.def [libc]: Add GLIBC_2.15.
58074         * dirent/Makefile (routines): Add scandirat and scandirat64.
58075         * dirent/Versions [libc]: Export scandirat and scandirat64 for
58076         GLIBC_2.15.
58077         * dirent/dirent.h: Declare scandirat and scandirat64.
58078         * dirent/scandirat.c: New file.
58079         * dirent/scandirat64.c: New file.
58080         * sysdeps/wordsize-64/scandirat.c: New file.
58081         * sysdeps/wordsize-64/scandirat64.c: New file.
58082         * dirent/opendir.c: Define opendirat.
58083         * dirent/scandir.c: Move code to scandirat.c.  Implement scandir
58084         using scandirat.
58085         * dirent/scandir64.c: Adjust for scandir.c change.
58086         * include/dirent.h: Define scandir_cancel_struct.  Declare __opendirat,
58087         __scandirat64, and __scandir_cancel_handler.
58088         * sysdeps/unix/opendir.c: Rename __opendir to __opendirat.  Take
58089         additional parameter and use openat instead of open (outside of ld.so).
58090         Add new __opendir as wrapper around __opendirat.
58091         * sysdeps/unix/sysv/linux/i386/scandir64.c: Reimplement __old_scandir64
58092         here without requiring old scandirat implementation.
58094 2011-08-08  Ulrich Drepper  <drepper@gmail.com>
58096         * dirent/scandir.c (cancel_handler): Renamed to
58097         __scandir_cancel_handler.  Do not define if SKIP_SCANDIR_CANCEL is
58098         defined.  Adjust users.
58099         * dirent/scandir64.c: Define SKIP_SCANDIR_CANCEL.
58100         * sysdeps/unix/sysv/linux/i386/scandir64.c: Likewise.
58102 2011-08-04  Ulrich Drepper  <drepper@gmail.com>
58104         * string/test-string.h (IMPL): Use __STRING to expand name and then
58105         stringify it.
58107         * string/test-strcmp.c: Unify most of the WIDE and !WIDE code.  Lots
58108         of cleanups.
58110 2011-07-22  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
58112         * string/Makefile: Update.
58113         (strop-tests): Append strncat.
58114         * string/test-wcscmp.c: New file.
58115         New comprehensive test for wcscmp.
58116         * string/test-strcmp.c: Update.
58117         (WIDE): New define.
58119 2011-07-22  Andreas Schwab  <schwab@redhat.com>
58121         * resolv/res_init.c (__res_vinit): Properly tokenize nameserver
58122         line.
58124 2011-07-26  Andreas Schwab  <schwab@redhat.com>
58126         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't discard result of
58127         encoding to ACE if AI_IDN.
58129 2011-08-01  Jakub Jelinek  <jakub@redhat.com>
58131         * sysdeps/ieee754/dbl-64/k_rem_pio2.c (__kernel_rem_pio2): Fix up fq
58132         to y conversion for prec 3 and __FLT_EVAL_METHOD__ != 0.
58134 2011-07-22  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
58136         * sysdeps/i386/i686/multiarch/strcat-sse2.S: Update.
58137         Fix overflow bug in strncat.
58138         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: Likewise.
58140         * string/test-strncat.c: Update.
58141         Add new tests for checking overflow bugs.
58143 2011-07-15  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
58145         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
58146         strcat-ssse3 strcat-sse2 strncat-ssse3 strncat-sse2 strncat-c.
58147         * sysdeps/i386/i686/multiarch/strcat.S: New file.
58148         * sysdeps/i386/i686/multiarch/strcat-c.c: New file.
58149         * sysdeps/i386/i686/multiarch/strcat-sse2.S: New file.
58150         * sysdeps/i386/i686/multiarch/strcat-ssse3.S: New file.
58151         * sysdeps/i386/i686/multiarch/strncat.S: New file.
58152         * sysdeps/i386/i686/multiarch/strncat-sse2.S: New file.
58153         * sysdeps/i386/i686/multiarch/strncat-ssse3.S: New file.
58155         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S
58156         (USE_AS_STRCAT): Define.
58157         Add strcat and strncat support.
58158         * sysdeps/i386/i686/multiarch/strlen-sse2.S: Likewise.
58160 2011-07-25  Andreas Schwab  <schwab@redhat.com>
58162         * sysdeps/i386/i486/bits/string.h (__strncat_g): Correctly handle
58163         __n bigger than INT_MAX+1.
58164         (__strncmp_g): Likewise.
58166 2011-07-23  Ulrich Drepper  <drepper@gmail.com>
58168         * posix/unistd.h: Define SEEK_DATA and SEEK_HOLE.
58169         * libio/stido.h: Likewise.
58171         * sysdeps/unix/sysv/linux/bits/socket.h (PF_NFC): Define.
58172         (AF_NFC): Define.
58173         * sysdeps/unix/sysv/linux/sparc/bits/socket.h (PF_NFC): Define.
58174         (AF_NFC): Define.
58176         * sysdeps/unix/sysv/linux/sys/ptrace.h: Add new constants.
58177         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
58178         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
58179         * sysdeps/unix/sysv/linux/ia64/sys/ptrace.h: Likewise.
58180         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
58182         [BZ #13021]
58183         * scripts/test-installation.pl: Don't expect libnss_test1 to be
58184         installed.
58186         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Fix one more
58187         typo.
58188         (_dl_x86_64_save_sse): Likewise.
58190 2011-07-22  Ulrich Drepper  <drepper@gmail.com>
58192         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Fix test for
58193         OSXSAVE.
58194         (_dl_x86_64_save_sse): Likewise.
58196         * crypt/crypt_util.c (__init_des_r): Optimize memset calls.
58198         * crypt/crypt_util.c (__init_des_r): Add read barrier as well.
58200 2011-07-21  Andreas Schwab  <schwab@redhat.com>
58202         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Fix last
58203         change.
58204         (_dl_x86_64_save_sse): Use correct AVX check.
58206 2011-07-21  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
58208         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: Fix overfow
58209         bug in strncpy/strncat.
58210         * sysdeps/x86_64/multiarch/strcpy-ssse3.S: Likewise.
58212 2011-07-21  Ulrich Drepper  <drepper@gmail.com>
58214         * string/tester.c (test_strcat): Add tests for different alignments
58215         of source and destination.
58216         (test_strncat): Likewise.
58218 2011-07-20  Ulrich Drepper  <drepper@gmail.com>
58220         [BZ #12852]
58221         * posix/glob.c (glob): Check passed in values before using them in
58222         expressions to avoid some overflows.
58223         (glob_in_dir): Likewise.
58225         [BZ #13007]
58226         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): More complete
58227         check for AVX enablement so that we don't crash with old kernels and
58228         new hardware.
58229         * elf/tst-audit4.c: Add same checks here.
58230         * elf/tst-audit6.c: Likewise.
58232         * sysdeps/x86_64/bits/link.h (La_x86_64_ymm): Force 16-byte alignment.
58234 2011-07-09  Andreas Schwab  <schwab@linux-m68k.org>
58236         * sysdeps/unix/sysv/linux/pathconf.c: Include <string.h>.
58238 2011-07-20  Ulrich Drepper  <drepper@gmail.com>
58240         * po/cs.po: Update from translation team.
58241         * po/bg.po: Likewise.
58243 2011-07-12  Marek Polacek  <mpolacek@redhat.com>
58245         * misc/sys/cdefs.h: Add support for const attribute.
58246         * sysdeps/unix/sysv/linux/sys/sysmacros.h: Add __attribute_const__
58247         to gnu_dev_{major,minor,makedev} functions.
58249 2011-07-20  Marek Polacek  <mpolacek@redhat.com>
58251         * intl/dcigettext.c (get_output_charset): Add missing bracket.
58253 2011-07-20  Andreas Schwab  <schwab@redhat.com>
58255         * resolv/res_query.c (__libc_res_nquerydomain): Use size_t for
58256         strlen results.
58258 2011-07-13  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
58260         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h
58261         (INTERNAL_VSYSCALL_NCS): Use r10 for backing up the return address
58262         register in order to avoid conflicts with the soft frame pointer
58263         being held in r11 when necessary.
58264         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h
58265         (INTERNAL_VSYSCALL_NCS): Likewise.
58267 2011-07-14  Marek Polacek  <mpolacek@redhat.com>
58269         * elf/dl-fini.c (_dl_sort_fini): Remove unused link_map *l argument,
58270         * elf/dl-fini.c (_dl_fini): Adjust caller.
58271         * elf/dl-close.c (_dl_close_worker): Likewise.
58272         * sysdeps/generic/ldsodefs.h: Adjust declaration.
58274 2011-07-15  Marek Polacek  <mpolacek@redhat.com>
58276         * elf/cache.c (load_aux_cache): Remove unnecessary condition of
58277         "aux_cache->nlibs < 0".
58279         * nscd/nscd_conf.c (nscd_parse_file): Remove unnecessary condition
58280         in the reload-count case.
58282 2011-07-15  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
58284         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
58285         strcat-ssse3 strcat-sse2-unaligned strncat-ssse3
58286         strncat-sse2-unaligned strncat-c strlen-sse2-pminub
58287         * sysdeps/x86_64/multiarch/strcat-sse2-unaligned.S: New file.
58288         * sysdeps/x86_64/multiarch/strcat.S: New file.
58289         * sysdeps/x86_64/multiarch/strncat.S: New file.
58290         * sysdeps/x86_64/multiarch/strncat-c.c: New file.
58291         * sysdeps/x86_64/multiarch/strcat-ssse3.S: New file.
58292         * sysdeps/x86_64/multiarch/strncat-sse2-unaligned.S: New file.
58293         * sysdeps/x86_64/multiarch/strncat-ssse3.S: New file.
58294         * sysdeps/x86_64/multiarch/strcpy-ssse3.S
58295         (USE_AS_STRCAT): Define.
58296         Add strcat and strncat support.
58297         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Likewise.
58298         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: Likewise.
58299         * sysdeps/x86_64/multiarch/strlen-sse2-pminub.S: New file.
58300         * string/strncat.c: Update.
58301         (USE_AS_STRNCAT): Define.
58302         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
58303         Turn on bit_Prefer_PMINUB_for_stringop for Intel Core i3, i5
58304         and i7.
58305         * sysdeps/x86_64/multiarch/init-arch.h
58306         (bit_Prefer_PMINUB_for_stringop): New.
58307         (index_Prefer_PMINUB_for_stringop): Likewise.
58308         * sysdeps/x86_64/multiarch/strlen.S (strlen): Check
58309         bit_Prefer_PMINUB_for_stringop.
58311 2011-07-19  Ulrich Drepper  <drepper@gmail.com>
58313         * crypt/sha512.h (struct sha512_ctx): Move buffer into union and add
58314         buffer64.
58315         * crypt/sha512.c (__sha512_finish_ctx): Use buffer64 for writes instead
58316         of casting of buffer.
58317         * crypt/sha256.h (struct sha256_ctx): Move buffer into union and add
58318         buffer32 and buffer64.
58319         * crypt/sha256.c (__sha256_finish_ctx): Use buffer32 or buffer64 for
58320         writes instead of casting of buffer.
58321         * crypt/md5.h (struct md5_ctx): Move buffer into union and add
58322         buffer32.
58323         * crypt/md5.c (md5_finish_ctx): Use buffer32 for writes instead of
58324         casting of buffer.
58326 2011-07-19  Andreas Schwab  <schwab@redhat.com>
58328         * string/strxfrm_l.c (STRXFRM): Fix alloca accounting.
58330 2011-07-19  Ulrich Drepper  <drepper@gmail.com>
58332         * nscd/nscd.c (termination_handler): Don't do anything for a database
58333         if it has not yet been initialized.
58335 2011-07-18  Ulrich Drepper  <drepper@gmail.com>
58337         * sysdeps/unix/sysv/linux/bits/sched.h (__CPU_EQUAL_S): Fix a typo.
58339 2011-07-15  Marek Polacek  <mpolacek@redhat.com>
58341         * bits/sched.h (__CPU_EQUAL_S): Fix a typo.
58343 2011-07-18  Ulrich Drepper  <drepper@gmail.com>
58345         * po/nl.po: Update from translation team.
58346         * po/sv.po: Likewise.
58348 2011-07-16  Roland McGrath  <roland@hack.frob.com>
58350         * sysdeps/i386/Makefile: Never use -mpreferred-stack-boundary=2,
58351         now disallowed by GCC.
58353         * configure.in (use-default-link): Default to yes if a test -shared
58354         link meets our qualifications.
58355         * configure: Regenerated.
58357         * config.make.in (output-format): New variable.
58358         * configure.in: Check for ld --print-output-format support.
58359         * configure: Regenerated.
58360         * Makerules ($(common-objpfx)format.lds)
58361         [$(output-format) != unknown]: Just use $(output-format),
58362         instead of the linker-script munging.
58364 2011-07-14  Roland McGrath  <roland@hack.frob.com>
58366         * Makefile ($(common-objpfx)linkobj/libc.so): Use $(shlib-lds) instead
58367         of $(common-objpfx)shlib.lds.
58368         * elf/Makefile ($(objpfx)sotruss-lib.so): Likewise.
58370         * sysdeps/i386/i686/multiarch/strstr-c.c (libc_hidden_builtin_def):
58371         Conditionalize redefinition on [SHARED && DO_VERSIONING && !NO_HIDDEN].
58373         * configure.in (-z relro check): Adjust test code to add a large
58374         writable data section after it.
58375         * configure: Regenerated.
58377 2011-07-11  Roland McGrath  <roland@hack.frob.com>
58379         * configure.in (-z relro check): Fix test code to make the variable
58380         truly const.
58381         * configure: Regenerated.
58383 2011-07-11  Ulrich Drepper  <drepper@gmail.com>
58385         * nscd/nscd.h (struct traced_file): Define.
58386         (struct database_dyn): Remove inotify_descr, reset_res, and filename
58387         elements.  Add traced_files.
58388         (inotify_fd): Declare.
58389         (register_traced_file): Declare.
58390         * nscd/connections.c (dbs): Remove reset_res and filename initializers.
58391         (inotify_fd): Export.
58392         (resolv_conf_descr): Remove.
58393         (nscd_init): Move inotify descriptor creation to main.
58394         Don't register files for notification here.
58395         (register_traced_file): New function.
58396         (invalidate_cache): Don't use reset_res to determine whether to call
58397         res_init, go through the list of registered files.
58398         (main_loop_poll): The inotify descriptors are now stored in the
58399         structures for the traced files.
58400         (main_loop_epoll): Likewise
58401         * nscd/nscd.c (main): Create inotify socket here.  Pass extra argument
58402         to __nss_disable_nscd.
58403         * nscd/cache.c (prune_cache): There is no single inotify descriptor
58404         for a database anymore.  Check the records for all the registered
58405         files instead.
58406         * nss/Makefile (libnss_files-routines): Add files-init.
58407         (libnss_db-routines): Add db-init.
58408         * nss/Versions [libnss_files] (GLIBC_PRIVATE): Add _nss_files_init.
58409         [libnss_db] (GLIBC_PRIVATE): Add _nss_db_init.
58410         * nss/nss_db/db-init.c: New file.
58411         * nss/nss_files/files-init.c: New file.
58412         * nss/nsswitch.c (nss_load_library): New function.  Broken out of
58413         __nss_lookup_function.
58414         (__nss_lookup_function): Call nss_load_library.
58415         (nss_load_all_libraries): New function.
58416         (__nss_disable_nscd): Take parameter with callback function for files
58417         to register.  Set is_nscd.  Load all the DSOs for the NSS modules
58418         used for the cached services.
58419         * nss/nsswitch.h (__nss_disable_nscd): Adjust prototype.
58420         * sysdeps/unix/sysv/linux/Makefile [subdir=nscd]: Pass the various -D
58421         options for features to all the files in nscd.
58423         * nss/nsswitch.c (nss_parse_file): Add missing fclose.
58425 2011-07-10  Roland McGrath  <roland@hack.frob.com>
58427         * csu/elf-init.c (__libc_csu_init): Comment typo.
58429 2011-07-09  Ulrich Drepper  <drepper@gmail.com>
58431         * po/pl.po: Update from translation team.
58432         * po/ja.po: Likewise.
58433         * po/ru.po: Likewise.
58434         * po/ko.po: Likewise.
58435         * po/fr.po: Likewise.
58437 2011-07-09  Roland McGrath  <roland@hack.frob.com>
58439         * configure.in (.ctors/.dtors header and trailer check):
58440         Use an empirical test on a built program.
58441         * configure: Regenerated.
58443         * configure.in (-z relro check): Use an empirical test on a built DSO.
58444         Detect, but do not require, on ia64.
58445         * configure: Regenerated.
58447         * configure.in (READELF): Find it with AC_CHECK_TOOL.
58448         Update tests that use readelf to use $READELF instead.
58449         * configure: Regenerated.
58451 2011-07-08  Ulrich Drepper  <drepper@gmail.com>
58453         * malloc/hooks.c (memalign_check): Avoid using checked_request2size
58454         if the result is not used.
58456 2011-07-05  Andreas Jaeger  <aj@suse.de>
58458         [BZ#9696]
58459         * stdlib/tst-strtod.c: Add testcase.
58461 2011-07-07  Ulrich Drepper  <drepper@gmail.com>
58463         * sysdeps/unix/sysv/linux/pathconf.c (distinguish_extX): New function.
58464         (__statfs_link_max): Use it to distinguish between ext2/3 and ext4.
58465         The latter has a higher limit.  Take additional parameter to pass to
58466         the new function.
58467         (__pathconf): Pass file to __statfs_link_max.
58468         * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Pass fd to
58469         __statfs_link_max.
58470         * sysdeps/unix/sysv/linux/pathconf.h: Adjust prototype of
58471         __statfs_link_max.
58473         [BZ #12868]
58474         * sysdeps/unix/sysv/linux/linux_fsinfo.h: Define Lustre constants.
58475         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
58476         Handle Lustre.
58477         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_link_max): Likewise.
58478         (__statfs_filesize_max): Likewise.
58479         Patch mostly by Andreas Dilger <adilger@whamcloud.com>.
58481 2011-07-05  Andreas Jaeger  <aj@suse.de>
58483         * resolv/res_comp.c (dn_skipname): Remove unused variable.
58485 2011-07-06  Marek Polacek  <mpolacek@redhat.com>
58487         * nis/nss_nisplus/nisplus-spwd.c (_nss_nisplus_setspent): Honour the
58488         `status' variable.
58489         * nis/nss_nisplus/nisplus-ethers.c (_nss_nisplus_setetherent):
58490         Likewise.
58492 2011-07-04  H.J. Lu  <hongjiu.lu@intel.com>
58494         * Makefile (strop-tests): Add strncat.
58495         * string/test-strncat.c: New file.
58497 2011-06-30  Marek Polacek  <mpolacek@redhat.com>
58499         * iconvdata/johab.c: Don't inline `johab_sym_hanja_to_ucs' function.
58501 2011-06-21  Andreas Jaeger  <aj@suse.de>
58503         * sysdeps/s390/s390-64/Makefile ($(inst_gconvdir)/gconv-modules):
58504         Copy rule from iconvdata/Makefile.
58506 2011-07-06  Ulrich Drepper  <drepper@gmail.com>
58508         [BZ #12922]
58509         * posix/getopt.c (_getopt_internal_r): When "W;" is in short options
58510         but no long options are defined, just return 'W'.
58512 2011-06-22  Marek Polacek  <mpolacek@redhat.com>
58514         [BZ #9696]
58515         * stdlib/strtod_l.c (round_and_return): Set ERANGE instead of EDOM.
58517 2011-07-06  Ulrich Drepper  <drepper@gmail.com>
58519         * inet/getnetgrent_r.c (internal_getnetgrent_r): Fix check for known
58520         netgroups to read.
58521         (innetgr): Likewise.
58523 2011-07-05  Roland McGrath  <roland@hack.frob.com>
58525         * config.make.in (install_root): Default to $(DESTDIR).
58527 2011-07-05  Ulrich Drepper  <drepper@gmail.com>
58529         * nscd/nscd_getserv_r.c (nscd_getserv_r): Add cast to avoid warning.
58531 2011-07-02  Roland McGrath  <roland@hack.frob.com>
58533         * Makerules ($(common-objpfx)format.lds): Fail if result is empty.
58535         * Makefile ($(common-objpfx)testrun.sh): Generate to work relative to
58536         containing directory rather than embedding absolute directory names.
58538         * scripts/check-local-headers.sh: Rewritten using awk.
58539         Match by word, not by line.  Print error messages for matches.
58540         * Makefile ($(objpfx)check-local-headers.out): Pass AWK in to it.
58542         * Makerules [shlib-lds-flags empty]:
58543         ($(common-objpfx)libc_pic.opts): New target.
58544         ($(common-objpfx)libc_pic.os.clean): New target.
58545         ($(common-objpfx)libc.so): Link it instead of libc_pic.os.
58547         * config.make.in (OBJCOPY): New variable.
58548         * aclocal.m4 (LIBC_PROG_BINUTILS): Substitute OBJCOPY too.
58549         * configure: Regenerated.
58551         * config.make.in (use-default-link): New variable.
58552         * configure.in (use_default_link): Grok --with-default-link to set it.
58553         * configure: Regenerated.
58554         * Makerules [$(elf) = yes] [$(use-default-link) = yes]:
58555         (shlib-lds, shlib-lds-flags): Define to empty.
58557         * Makerules (shlib-lds): New variable.
58558         (shlib-lds-flags): New variable.
58559         (build-shlib, build-moduile, build-module-asneeded): Use it.
58560         ($(common-objpfx)libc.so): Use $(shlib-lds).
58561         ($(extra-modules-build:%=$(objpfx)%.so)): Likewise.
58562         * iconvdata/extra-module.mk ($(objpfx)$(mod).so): Likewise.
58564         * elf/dynamic-link.h (elf_get_dynamic_info): Make asserts accept
58565         DT_FLAGS/DT_FLAGS_1 with zero flags.
58567         * elf/Makefile ($(objpfx)ld.so): Use -defsym=_begin=0 instead of
58568         linker script munging.
58570 2011-07-02  Ulrich Drepper  <drepper@gmail.com>
58572         * crypt/sha512.h (struct sha512_ctx): Add union to access total also
58573         as 128-bit value.
58574         * crypt/sha512.c (sha512_process_block): Perform total addition using
58575         128-bit if possible.
58576         (__sha512_finish_ctx): Likewise.
58577         * crypt/sha256.h (struct sha256_ctx): Add union to access total also
58578         as 64-bit value.
58579         * crypt/sha256.c (SWAP64): Define.
58580         (sha256_process_block): Perform total addition using 64-bit if
58581         possible.
58582         (__sha256_finish_ctx): Likewise.
58584 2011-07-01  Ulrich Drepper  <drepper@gmail.com>
58586         * nscd/pwdcache.c (cache_addpw): Cleanup.  Add branch prediction.
58587         * nscd/initgrcache.c (addinitgroupsX): Likewise.
58588         * nscd/hstcache.c (cache_addhst): Likewise.
58589         * nscd/grpcache.c (cache_addgr): Likewise.
58590         * nscd/aicache.c (addhstaiX): Likewise
58591         * nscd/servicescache.c (cache_addserv): Handle zero negtimeout.
58593 2011-07-01  Thorsten Kukuk  <kukuk@suse.de>
58595         * nscd/pwdcache.c (cache_addpw): Handle zero negtimeout.
58596         * nscd/initgrcache.c (addinitgroupsX): Likewise.
58597         * nscd/hstcache.c (cache_addhst): Likewise.
58598         * nscd/grpcache.c (cache_addgr): Likewise.
58599         * nscd/aicache.c (addhstaiX): Likewise
58601 2011-07-01  Andreas Schwab  <schwab@redhat.com>
58603         * nis/nss_compat/compat-pwd.c (getpwent_next_nss_netgr): Query NIS
58604         domain only when needed.
58606 2011-06-30  Andreas Schwab  <schwab@redhat.com>
58608         * sysdeps/posix/getaddrinfo.c (gaih_inet): Make sure RES_USE_INET6
58609         is always restored.
58611 2011-06-29  Ulrich Drepper  <drepper@gmail.com>
58613         * nscd/grpcache.c (cache_addgr): Don't write notfound reply if we
58614         are re-adding the entry.
58615         * nscd/servicescache.c (cache_addserv): Likewise.
58617 2011-06-30  Aurelien Jarno  <aurelien@aurel32.net>
58619         * sysdeps/generic/dl-irel.h: fix protection against multiple
58620         inclusions.
58621         * sysdeps/generic/dl-irel.h (elf_ifunc_invoke): New.
58623 2011-06-28  Ulrich Drepper  <drepper@gmail.com>
58625         [BZ #12935]
58626         * malloc/memusage.sh: Fix quoting in message.
58627         * debug/xtrace.sh: Likewise.
58629         * configure.in: Remove support for --experimental-malloc option, make
58630         it the default.
58631         * config.make.in: Likewise.
58632         * malloc/Makefile: Likewise.
58634 2011-06-27  Andreas Schwab  <schwab@redhat.com>
58636         * iconvdata/gb18030.c (BODY for TO_LOOP): Fix encoding of non-BMP
58637         two-byte characters.
58639 2011-06-27  Roland McGrath  <roland@hack.frob.com>
58641         * configure.in (NO_CTORS_DTORS_SECTIONS): Give this check its own
58642         AC_CACHE_CHECK invocation.
58643         * configure: Regenerated.
58645         * elf/soinit.c (__CTOR_LIST__, __DTOR_LIST__): Add used attribute.
58647 2011-06-27  Ulrich Drepper  <drepper@gmail.com>
58649         [BZ #12350]
58650         * nscd/aicache.c (addhstaiX):  Restore only RES_USE_INET6
58651         bit from old_res_options.
58653         * sysdeps/unix/sysv/linux/Makefile (CFLAGS-servicescache.c): Define.
58655         * inet/getnetgrent_r.c (innetgr): Minimal cleanup, use correct return
58656         value type for setfct.
58658 2011-06-23  H.J. Lu  <hongjiu.lu@intel.com>
58660         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Use
58661         __gettimeofday instead of gettimeofday.
58663 2011-06-26  Ulrich Drepper  <drepper@gmail.com>
58665         * elf/Makefile (all-built-dso): No need to check linkobj/libc.so.
58667 2011-06-24  H.J. Lu  <hongjiu.lu@intel.com>
58669         * sysdeps/i386/i686/multiarch/strcpy-sse2.S (RETURN): Fix a typo.
58671         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: Correct unwind
58672         info.
58674 2011-06-22  H.J. Lu  <hongjiu.lu@intel.com>
58676         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
58677         strcpy-ssse3 strncpy-ssse3 stpcpy-ssse3 stpncpy-ssse3
58678         strcpy-sse2-unaligned strncpy-sse2-unaligned
58679         stpcpy-sse2-unaligned stpncpy-sse2-unaligned.
58680         * sysdeps/x86_64/multiarch/stpcpy-sse2-unaligned.S: New file.
58681         * sysdeps/x86_64/multiarch/stpcpy-ssse3.S: New file.
58682         * sysdeps/x86_64/multiarch/stpncpy-sse2-unaligned.S: New file.
58683         * sysdeps/x86_64/multiarch/stpncpy-ssse3.S: New file.
58684         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: New file.
58685         * sysdeps/x86_64/multiarch/strcpy-ssse3.S: New file.
58686         * sysdeps/x86_64/multiarch/strncpy-sse2-unaligned.S: New file.
58687         * sysdeps/x86_64/multiarch/strncpy-ssse3.S: New file.
58688         * sysdeps/x86_64/multiarch/strcpy.S: Remove strcpy with SSSE3.
58689         (STRCPY): Support SSE2 and SSSE3 versions.
58691 2011-06-24  Ulrich Drepper  <drepper@gmail.com>
58693         [BZ #12874]
58694         * sysdeps/unix/sysv/linux/Makefile (CFLAGS-tst-writev.c): Define.
58695         * sysdeps/wordsize-64/tst-writev.c: Work around problem with 2.6.38+
58696         kernels which artificially limit size of requests.
58698 2011-06-22  H.J. Lu  <hongjiu.lu@intel.com>
58700         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
58701         strncpy-c strcpy-ssse3 strncpy-ssse3 stpcpy-ssse3 stpncpy-ssse3
58702         strcpy-sse2 strncpy-sse2 stpcpy-sse2 stpncpy-sse2.
58703         * sysdeps/i386/i686/multiarch/stpcpy-sse2.S: New file.
58704         * sysdeps/i386/i686/multiarch/stpcpy-ssse3.S: New file.
58705         * sysdeps/i386/i686/multiarch/stpncpy-sse2.S: New file.
58706         * sysdeps/i386/i686/multiarch/stpncpy-ssse3.S: New file.
58707         * sysdeps/i386/i686/multiarch/stpncpy.S : New file.
58708         * sysdeps/i386/i686/multiarch/strcpy-sse2.S : New file.
58709         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: New file.
58710         * sysdeps/i386/i686/multiarch/strcpy.S: New file.
58711         * sysdeps/i386/i686/multiarch/strncpy-c.c: New file.
58712         * sysdeps/i386/i686/multiarch/strncpy-sse2.S: New file.
58713         * sysdeps/i386/i686/multiarch/strncpy-ssse3.S: New file.
58714         * sysdeps/i386/i686/multiarch/strncpy.S: New file.
58715         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
58716         Enable unaligned load optimization for Intel Core i3, i5 and i7
58717         processors.
58718         * sysdeps/x86_64/multiarch/init-arch.h (bit_Fast_Unaligned_Load):
58719         Define.
58720         (index_Fast_Unaligned_Load): Define.
58721         (HAS_FAST_UNALIGNED_LOAD): Define.
58723 2011-06-23  Marek Polacek  <mpolacek@redhat.com>
58725         * nss/nss_db/db-open.c: Include <unistd.h> for read declaration.
58727 2011-06-22  Ulrich Drepper  <drepper@gmail.com>
58729         [BZ #12907]
58730         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Avoid calling __check_pf
58731         until it is clear that the information is realy needed.
58732         Patch mostly by David Hanisch <david.hanisch@nsn.com>.
58734 2011-06-22  Andreas Schwab  <schwab@redhat.com>
58736         * sysdeps/posix/getaddrinfo.c (gaih_inet): Fix last change.
58738 2011-06-22  Ulrich Drepper  <drepper@gmail.com>
58740         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Use
58741         /sys/devices/system/cpu/online if it is usable.
58743         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Rate limit
58744         reading the information from the /proc filesystem to once a second.
58746 2011-06-21  Andreas Jaeger  <aj@suse.de>
58748         * sysdeps/unix/sysv/linux/bits/sigcontext.h: Fix definition of
58749         NULL after inclusion of kernel headers.
58751 2011-06-21  Ulrich Drepper  <drepper@gmail.com>
58753         * nss/nss_db/db-XXX.c (nss_db_setENT): Only set entidx for successful
58754         calls to internal_setent.
58756         [BZ #12885]
58757         * sysdeps/posix/getaddrinfo.c (gaih_inet): When looking up only IPv6
58758         addresses using gethostbyname4_r ignore IPv4 addresses.
58760         * sysdeps/posix/getaddrinfo.c (gaih_inet): After the last change the
58761         branch using gethostbyname2 is only for AF_INET.  Optimize accordingly.
58763         * inet/getnetgrent_r.c: Use DL_CALL_FCT in several places.
58765 2011-06-20  David S. Miller  <davem@davemloft.net>
58767         * sysdeps/sparc/sparc32/dl-plt.h: Protect against multiple
58768         inclusions.
58769         * sysdeps/sparc/sparc64/dl-plt.h: Likewise.
58771         * sysdeps/i386/dl-irel.h (elf_ifunc_invoke): New.
58772         (elf_irel): Use it.
58773         * sysdeps/powerpc/powerpc32/dl-irel.h: Likewise.
58774         * sysdeps/powerpc/powerpc64/dl-irel.h: Likewise.
58775         * sysdeps/sparc/sparc32/dl-irel.h: Likewise.
58776         * sysdeps/sparc/sparc64/dl-irel.h: Likewise.
58777         * sysdeps/x86_64/dl-irel.h: Likewise.
58779         * elf/dl-runtime.c: Use elf_ifunc_invoke.
58780         * elf/dl-sym.c: Likewise.
58782 2011-06-15  Ulrich Drepper  <drepper@gmail.com>
58784         * resolv/res_send.c (__libc_res_nsend): Fix typos in last patch.  We
58785         need to dereference resplen2.
58787 2011-06-14  Andreas Schwab  <schwab@redhat.com>
58789         * sysdeps/unix/sysv/linux/wordsize-64/dl-fxstatat64.c: New file.
58791 2011-06-15  Ulrich Drepper  <drepper@gmail.com>
58793         * Makeconfig: Define vardbdir and inst_vardbdir.
58794         * nss/Makefile: Add rules to install db-Makefile.
58796         * nss/nss_db/db-XXX.c: Cleanup.
58798         * nss/Makefile (libnss_db-dbs): Add db-initgroups.
58799         * nss/Versions [libnss_db]: Add _nss_db_initgroups_dyn for
58800         GLIBC_PRIVATE.
58801         * nss/db-Makefile (groups.db): Emit entries for initgroups lookups.
58802         * nss/makedb.c: Implement -g option to specify that value strings
58803         are generated and should not be added to table iterated over for
58804         get*ent calls.
58805         * nss/nss_db/db-initgroups.c: New file.
58807         * nss/getent.c: Add support for initgroups lookups through getgrouplist
58808         interface.
58810         * grp/initgroups.c (__nss_initgroups_database): Renamed and exported.
58811         (internal_getgrouplist): Adjust to name change.
58812         Update use_initgroups_entry if this is not the first call.
58813         * nss/databases.def: Add initgroups entry.
58815         * nss/makedb.c (compute_tables): Check result of multiple hash table
58816         sizes to minimize maximum chain length.
58818 2011-06-14  Ulrich Drepper  <drepper@gmail.com>
58820         * Versions.def: Add entry for libnss_db.
58821         * shlib-versions: Likewise.
58822         * nss/Makefile: Add rules to build libnss_db.
58823         * nss/Versions: Add libnss_db information.  Organize libnss_files
58824         entries better.
58825         * nss/db-Makefile: Add gshadow support.  Change rules for the new
58826         makedb progra.  Some minor improvements to generate smaller files.
58827         * nss/nss_db/nss_db.h: Move NSS database header data structures to
58828         here from...
58829         * nss/makedb.c: ...here.
58830         Improve database format to be smaller and require less memory at
58831         runtime.
58832         * nss/nss_db/db-XXX.x: Adjust for new database format.  Don't use
58833         db anymore.
58834         * nss/nss_db/db-netgrp.c: Likewise.
58835         * nss/nss_db/db-open.c: Likewise.
58836         * nss/nss_files/flies-XXX.x: Adjust comments.
58837         * nss/nss_files/files-ethers.c: Adjust for new DB_LOOKUP definition.
58838         * nss/nss_files/files-grp.c: Likewise.
58839         * nss/nss_files/files-hosts.c: Likewise.
58840         * nss/nss_files/files-network.c: Likewise.
58841         * nss/nss_files/files-proto.c: Likewise.
58842         * nss/nss_files/files-pwd.c: Likewise.
58843         * nss/nss_files/files-rpc.c: Likewise.
58844         * nss/nss_files/files-service.c: Likewise.
58845         * nss/nss_files/files-sgrp.c: Likewise.
58846         * nss/nss_files/files-spwd.c: Likewise.
58847         * nss/nss_db/db-alias.c: Removed.
58848         * nss/nss_db/dummy-db.h: Removed.
58850 2011-06-02  Ulrich Drepper  <drepper@gmail.com>
58852         * nss/makedb.c: Rewritten to not use database library.
58853         * nss/Makefile: Update to build new makedb program.
58855 2011-06-14  Andreas Jaeger  <aj@suse.de>
58857         * sysdeps/unix/sysv/linux/check_native.c: Include <string.h> for
58858         memset declaration.
58860 2011-06-10  Andreas Schwab  <schwab@redhat.com>
58862         * sysdeps/posix/getaddrinfo.c (gaih_inet): Fix logic allocating
58863         tmpbuf.
58865 2011-06-10  Roland McGrath  <roland@hack.frob.com>
58867         * Makerules (shlib.lds): Fail if the linker script comes out empty.
58868         * elf/Makefile ($(objpfx)ld.so): Likewise.
58870         * Makefile ($(common-objpfx)linkobj/libc.so): Break long lines with \.
58871         Don't list ld.so twice in dependencies.
58873         * posix/bug-regex31.c: Include <stdlib.h>.
58875         * nscd/hstcache.c (cache_addhst): Remove unused variable.
58877         * nis/nss_compat/compat-spwd.c
58878         (getspent_next_nss_netgr): Remove unused variable.
58879         * nis/nss_compat/compat-pwd.c (getpwent_next_nss_netgr): Likewise.
58881         * nis/nis_print_group_entry.c (nis_print_group_entry): Fix "Implicit
58882         nonmembers" output to use the right array.
58884         * resolv/nss_dns/dns-network.c (getanswer_r): Remove unused variable.
58886         * elf/dl-open.c (_dl_open): Quash warnings when DL_NNS==1.
58888         * locale/programs/ld-ctype.c (ctype_read): Remove unused variable.
58889         * locale/programs/ld-collate.c (add_to_tablewc): Likewise.
58890         * catgets/gencat.c (read_input_file): Likewise.
58891         * locale/programs/locarchive.c (enlarge_archive): Likewise.
58893         * sunrpc/clnt_udp.c (__libc_clntudp_bufcreate): Move DONTBLOCK
58894         variable definition inside #if's controlling its use.
58896         * inet/getnetgrent_r.c (innetgr): Remove unused variable.
58898         * resolv/res_hconf.c (_res_hconf_reorder_addrs): Fix errno restoration.
58900         * misc/syslog.c (__vsyslog_chk): Remove unused variable.
58902         * io/fts.c (fts_build): Use if (0 && ...) rather than #if 0 for
58903         unreachable code.
58905         * stdio-common/printf_fp.c (___printf_fp): Remove unused variable.
58907         * configure.in (nss-crypt check): Use AC_LANG_PROGRAM.
58908         * configure: Regenerated.
58910         * Makerules: Revert last change.
58911         * elf/Makefile: Likewise.
58913 2011-06-09  Roland McGrath  <roland@hack.frob.com>
58915         * Makerules ($(common-objpfx)libc_pic.os): Use -Wl, before -r.
58916         * elf/Makefile ($(objpfx)librtld.os): Likewise.
58917         (reloc-link): Likewise.
58919 2011-06-09  Ulrich Drepper  <drepper@gmail.com>
58921         * elf/Makefile: Add rules to build pldd.
58922         * elf/pldd.c: New file.
58923         * elf/pldd-xx.c: New file.
58925 2011-06-07  Ulrich Drepper  <drepper@gmail.com>
58927         * version.h: Update for 2.15 development version.
58929 2011-06-07  David S. Miller  <davem@davemloft.net>
58931         * sysdeps/sparc/sparc32/dl-irel.h (elf_irela): Pass dl_hwcap to
58932         ifuncs.
58933         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela,
58934         elf_machine_lazy_rel): Likewise.
58935         * sysdeps/sparc/sparc64/dl-irel.h (elf_irela): Likewise.
58936         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela,
58937         elf_machine_lazy_rel): Likewise.
58938         * sysdeps/sparc/sparc64/multiarch/memcpy.S (memcpy): Fetch
58939         dl_hwcap via passed in argument.
58940         * sysdeps/sparc/sparc64/multiarch/memset.S (memset, bzero):
58941         Likewise.
58943 2011-06-06  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
58945         * stdlib/longlong.h: Update from GCC.  Fix smul_ppmm for S/390.
58947 2011-06-06  Roland McGrath  <roland@hack.frob.com>
58949         [BZ #12849]
58950         * manual/fdl-1.1.texi: New file, verbatim from:
58951         http://www.gnu.org/licenses/old-licenses/fdl-1.1.texi
58952         * manual/lgpl-2.1.texi: New file, verbatim from:
58953         http://www.gnu.org/licenses/old-licenses/lgpl-2.1.texi
58954         * manual/Makefile (licenses): New variable, list those new file names.
58955         (texis): Use it.
58956         (chapters.% top-menu.%): Include $(licenses) with $(appendices).
58958         * manual/fdl.texi: File removed.
58959         * manual/lesser.texi: File removed.
58960         * manual/libc.texinfo (Copying, Documentation License):
58961         Use new @include file names, put @appendix directive before @include.
58963 2011-06-04  Jakub Jelinek  <jakub@redhat.com>
58965         [BZ #12841]
58966         * rt/bits/mqueue2.h (__mq_open_2): Add __THROW.
58967         (__mq_open_alias): Use __REDIRECT_NTH instead of __REDIRECT.
58968         (mq_open): Add __NTH.
58970 2011-06-02  H.J. Lu  <hongjiu.lu@intel.com>
58972         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
58973         Assume Intel Core i3/i5/i7 processor if AVX is available.
58975 2011-05-31  Ulrich Drepper  <drepper@gmail.com>
58977         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard): Fix
58978         typo.
58980 2011-05-31  Andreas Schwab  <schwab@redhat.com>
58982         * nscd/nscd_getserv_r.c (nscd_getserv_r): Don't free non-malloced
58983         memory.  Use alloca_account.  Fix memory leak when retrying.
58985 2011-05-31  Ulrich Drepper  <drepper@gmail.com>
58987         * version.h (RELEASE): Bump for 2.14 release.
58988         * include/features.h (__GLIBC_MINOR__): Bump to 14.
58990         * config.make.in (RANLIB): Remove entry.
58992 2011-05-30  Ulrich Drepper  <drepper@gmail.com>
58994         * po/Makefile (po-sed-cmd): Add ksh to extensions.
58995         (libc.pot): Work around missing support for .ksh extension in xgettext.
58997         [BZ #12684]
58998         * resolv/res_send.c (__libc_res_nsend): Only go to the next name server
58999         if both request failed.
59000         (send_dg): In case of server errors clear resplen or *resplen2.
59002         [BZ #12454]
59003         * elf/dl-deps.c (_dl_map_object_deps): Run initializer sorting only
59004         when there are multiple maps.
59005         * elf/dl-fini.c (_dl_sort_fini): Check for list of one.
59006         (_dl_fini): Remove test here.
59008         * elf/rtld.c (dl_main): Don't allow the loader to load itself.
59010 2011-05-29  Ulrich Drepper  <drepper@gmail.com>
59012         [BZ #12350]
59013         * sysdeps/posix/getaddrinfo.c (gethosts): Restore only RES_USE_IENT6
59014         bit from old_res_options.
59015         (gaih_inet): Likewise.
59017         [BZ #11099]
59018         * shadow/sgetspent_r.c (LINE_PARSER): Interpret numeric field values
59019         as signed.
59021         * resolv/res_init.c (res_setoptions): Make the code more compact.
59023         [BZ #11558]
59024         * resolv/res_init.c (res_setoptions): Recognize use-vc option and
59025         set RES_USEVC.
59027         [BZ #11634]
59028         * elf/Makefile (tests): Don't add tst-audit[67] without working -mavx.
59030         * malloc/malloc.h: Mark malloc hook variables as deprecated.
59032         [BZ #11781]
59033         * malloc/malloc.h: Declare malloc hook variables as volatile.
59035         * locale/programs/locarchive.c (add_locale_to_archive): Fix typo
59036         in last patch.
59038         [BZ #11799]
59039         * sysdeps/unix/sysv/linux/bits/siginfo.h (SI_USER): Don't mention
59040         raise in the comment.
59041         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h: Likewise.
59042         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h: Likewise.
59043         * sysdeps/unix/sysv/linux/ia64/bits/siginfo.h: Likewise.
59045 2011-05-28  Ulrich Drepper  <drepper@gmail.com>
59047         [BZ #12811]
59048         * posix/regex_internal.c (build_wcs_buffer): Don't signal we have to
59049         grow the buffers more if it already has to be sufficient.
59050         (build_wcs_upper_buffer): Likewise.
59051         * posix/regexec.c (check_matching): Likewise.
59052         (clean_state_log_if_needed): Likewise.
59053         (extend_buffers): Don't enlarge buffers beyond size of the input
59054         buffer.
59055         Patches mostly by Emil Wojak <emil@wojak.eu>.
59056         * posix/bug-regex32.c: New file.
59057         * posix/Makefile (tests): Add bug-regex32.
59059         * locale/findlocale.c (_nl_find_locale): Return right away if
59060         _nl_explode_name failed.
59061         * locale/programs/locarchive.c (add_locale_to_archive): Likewise.
59063         * sysdeps/unix/sysv/linux/socketcall.h (SOCKOP_sendmmsg): Define.
59065         * debug/xtrace.sh: Unify messages.
59066         * malloc/memusage.sh: Likewise.
59068         [BZ #12813]
59069         * sysdeps/unix/sysv/linux/x86_64/init-first.c (__vdso_time): Retrieve
59070         time symbol from vDSO.  Substitute with vsyscall if not available.
59071         * sysdeps/unix/sysv/linux/x86_64/time.S [SHARED]: Use
59072         __vdso_time.
59074         * sysdeps/unix/sysv/linux/internal_sendmmsg.S: New file.
59075         * sysdeps/unix/sysv/linux/sendmmsg.c: New file.
59076         * sysdeps/unix/sysv/linux/Makefile [subdir=socket] (sysdep_routines):
59077         Add sendmmsg and internal_sendmmsg.
59078         * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14]: Add sendmmsg.
59079         * sysdeps/unix/sysv/linux/bits/socket.h: Declare sendmmsg.
59080         * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_SENDMMSG.
59082         * sysdeps/unix/sysv/linux/syscalls.list: Add setns entry.
59083         * sysdeps/unix/sysv/linux/bits/sched.h: Declare setns.
59084         * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14]: Add setns.
59086 2011-05-27  Ulrich Drepper  <drepper@gmail.com>
59088         [BZ #12813]
59089         * sysdeps/unix/sysv/linux/x86_64/init-first.c (__vdso_getcpu):
59090         Retrieve getcpu symbol from vDSO.  Substitute with vsyscall if not
59091         available.
59092         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S [SHARED]: Use
59093         __vdso_getcpu.
59095         [BZ #12814]
59096         * iconvdata/Makefile (tests): Add bug-iconv9.
59097         * iconvdata/bug-iconv9.c: New file.
59099 2011-05-27  Andreas Schwab  <schwab@redhat.com>
59101         [BZ #12814]
59102         * iconvdata/iso-2022-jp.c (BODY): Fix invalid variable shadowing.
59104 2011-05-25  Jakub Jelinek  <jakub@redhat.com>
59106         * sysdeps/unix/sysv/linux/x86_64/sys/user.h
59107         (struct user_regs_struct): Change intcs field back to cs.
59109 2011-05-25  Ulrich Drepper  <drepper@gmail.com>
59111         * po/ja.po: Update from translation team.
59113 2011-05-23  Ulrich Drepper  <drepper@gmail.com>
59115         [BZ #12795]
59116         * sysdeps/unix/sysv/linux/bits/resource.h (RLIMIT_RTTIME): Define.
59117         * sysdeps/unix/sysv/linux/sparc/bits/resource.h: Likewise.
59119 2011-05-20  Andreas Schwab  <schwab@redhat.com>
59121         * stdlib/longlong.h: Update from GCC.
59123 2011-05-23  Andreas Schwab  <schwab@redhat.com>
59125         * sysdeps/unix/sysv/linux/ia64/sysconf.c (HAS_CPUCLOCK): Add
59126         parameter name.
59127         * sysdeps/unix/sysv/linux/sysconf.c (has_cpuclock, HAS_CPUCLOCK):
59128         Add parameter name.
59129         (__sysconf): Pass it down.
59131 2011-05-22  Ulrich Drepper  <drepper@gmail.com>
59133         [BZ #12671]
59134         * nis/nss_nis/nis-alias.c (_nss_nis_getaliasbyname_r): Use malloc in
59135         some situations.
59136         * nscd/nscd_getserv_r.c (nscd_getserv_r): Likewise.
59137         * posix/glob.c (glob_in_dir): Take additional parameter alloca_used.
59138         add in in __libc_use_alloca calls.  Adjust callers.
59139         (glob): Use malloc in some situations.
59141         * elf/dl-runtime.c (_dl_profile_fixup): Also store LA_SYMB_NOPLTENTER
59142         and LA_SYMB_NOPLTEXIT in flags which are passed to pltenter and
59143         pltexit.
59145 2011-05-21  Ulrich Drepper  <drepper@gmail.com>
59147         * sysdeps/unix/sysv/linux/bits/time.h: Define CLOCK_REALTIME_ALARM
59148         and CLOCK_BOOTTIME_ALARM.
59150         [BZ #12782]
59151         * string/xpg-strerror.c (__xpg_strerror_r): Fill buffer even if error
59152         is returned.
59154         * string/_strerror.c (__strerror_r): Print negative errors as signed
59155         numbers.
59157         [BZ #12777]
59158         * iconvdata/cp1258.c (comp_table_data): Remove entry 0x00A5 0xEC.
59159         (decomp_table): Change U0385 entry to emit 0xA5 0xEC.
59160         * iconvdata/CP1258.irreversible: Adjust entry 0xA8EC.
59162         * configure.in: Fix typo in redirection and correct removal of test
59163         files in two cases.
59165         [BZ #12788]
59166         * locale/setlocale.c (new_composite_name): Fix test to check for
59167         identical name of all categories.
59169         [BZ #12792]
59170         * libio/filedoalloc.c (local_isatty): New function.
59171         (_IO_file_doallocate): Use local_isatty.
59172         * stdio-common/perror.c (perror): In case a new stream is used
59173         forward the stream error.
59174         * stdio-common/vfprintf.c (ARGCHECK): For read-only streams also set
59175         error flag.
59177 2011-05-20  Ulrich Drepper  <drepper@gmail.com>
59179         [BZ #11869]
59180         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't unconditionally use
59181         alloca.
59182         * include/alloca.h (extend_alloca_account): Define.
59184         [BZ #11857]
59185         * posix/regex.h: Fix comments with documentation of user-accessible
59186         fields after compilation and describe correct free'ing of pattern
59187         after re_compile_pattern.
59188         Patch by Reuben Thomas <rrt@sc3d.org>.
59190 2011-05-18  Ryan S. Arnold  <rsa@us.ibm.com>
59192         * sysdeps/powerpc/powerpc64/Makefile (no-special-regs): Add -mno-vsx
59193         and -mno-altivec to prevent the compiler from using Altivec and/or
59194         VSX instructions when the corresponding registers are not available.
59196 2011-05-19  Andreas Schwab  <schwab@redhat.com>
59198         * grp/compat-initgroups.c (__libc_use_alloca): Don't define.
59200 2011-05-19  Ulrich Drepper  <drepper@gmail.com>
59202         * libio/freopen.c (freopen): Use __dup2, not dup2.
59203         * libio/freopen64.c (freopen64): Likewise.
59205 2011-05-17  H.J. Lu  <hongjiu.lu@intel.com>
59207         [BZ #12775]
59208         * sysdeps/x86_64/fpu/e_powl.S: Fix a typo.
59209         * math/Makefile (tests): Add test-powl.
59210         (CFLAGS-test-powl.c): Define.
59211         * math/test-powl.c: New file.
59213 2011-05-16  H.J. Lu  <hongjiu.lu@intel.com>
59215         * fileops.c (_IO_new_file_fopen): Get fd from _IO_fileno.
59217 2011-05-17  Ulrich Drepper  <drepper@gmail.com>
59219         [BZ #11837]
59220         * iconvdata/gb18030.c: Update to GB18020-2005.
59222 2011-05-16  Ulrich Drepper  <drepper@gmail.com>
59224         * posix/regex.h (RE_SYNTAX_AWK, RE_SYNTAX_GNU_AWK,
59225         RE_SYNTAX_POSIX_AWK): Update to match recent development.
59226         Patch by Aharon Robbins <arnold@skeeve.com>.
59228         [BZ #11892]
59229         * stdlib/putenv.c (putenv): Don't always create copy of the variable
59230         on the stack.
59232         [BZ #11895]
59233         * misc/pselect.c (__pselect): Handle timeout value errors hidden
59234         through underflows.
59236         [BZ #12766]
59237         * misc/error.c (error_at_line): Ensure file_name and old_file_name
59238         point to strings before performing equality test for error_one_per_line
59239         mode.
59241         [BZ #11697]
59242         * login/programs/pt_chown.c (do_pt_chown): Always call chown.
59244         [BZ #11820]
59245         * sysdeps/unix/sysv/linux/x86_64/sys/user.h
59246         (struct user_fpregs_struct): Avoid __uint*_t types.
59248         [BZ #6420]
59249         * malloc/mtrace.c (tr_where): Add additional parameter to point to
59250         symbol info.  Use it instead of calling _dl_addr locally.
59251         (lock_and_info): New function.
59252         (tr_freehook): Call lock_and_info and pass symbol info as additional
59253         parameter to tr_where.
59254         (tr_mallochook): Likewise.
59255         (tr_reallochook): Likewise.
59256         (tr_memalignhook): Likewise.
59258         * malloc/mtrace.c: Remove support for USE_MTRACE_FILE.  It is not
59259         used and couldn't be at all thread-safe.
59261 2011-05-15  Ulrich Drepper  <drepper@gmail.com>
59263         * libio/freopen.c (freopen): Don't close old file descriptor
59264         before the new one is opened.  Instead dup the new file descriptor
59265         to the old one after the new stream is created.
59266         * libio/freopen64.c (freopen64): Likewise.
59267         * libio/libio.h: Define _IO_FLAGS2_NOCLOSE and _IO_FLAGS2_CLOEXEC.
59268         * libio/fileops.c (_IO_new_file_close_it): Handle new
59269         _IO_FLAGS2_NOCLOSE flag.
59270         (_IO_new_file_fopen): Set _IO_FLAGS2_CLOEXEC for "e" mode.
59271         If _IO_file_open didn't set FD_CLOEXEC do it after the call.
59272         * libio/oldfileops.c (_IO_old_file_close_it): Handle new
59273         _IO_FLAGS2_NOCLOSE flag.
59274         * include/unistd.h: Add hidden_proto for dup3.
59275         Define __have_dup3.
59276         * io/dup3.c: Define hidden symbol.
59277         * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_DUP3.
59279         [BZ #7101]
59280         * posix/getopt.c (_getopt_internal_r): List all ambigious possibilities
59281         when an incomplete long option is used.
59282         * posix/tst-getopt_long1.c: New file.
59283         * posix/Makefile (tests): Add tst-getopt_long1.
59285         [BZ #10138]
59286         * scripts/config.guess: Update from autoconf-2.68.
59287         * scripts/config.sub: Likewise.
59289         [BZ #10157]
59290         * sysdeps/unix/sysv/linux/sysconf.c (__sysconf): Split out CPUTIME
59291         tests into ...
59292         (has_cpuclock): ...this.  New function.
59293         * sysdeps/unix/sysv/linux/ia64/sysconf.c: Just define HAS_CPUCLOCK
59294         macro here based on has_cpuclock code.
59296         [BZ #10149]
59297         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
59298         First byte (not low byte) is now always NUL.
59299         * sysdeps/generic/dl-osinfo.h (_dl_setup_stack_chk_guard): Likewise.
59301         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
59302         Use non-cancelable interfaces.
59304         [BZ #9809]
59305         * locale/iso-639.def: Add entry for Sorani.
59307         [BZ #11901]
59308         * include/stdlib.h: Move include protection to the right place.
59309         Define abort_msg_s.  Declare __abort_msg with it.
59310         * stdlib/abort.c (__abort_msg): Adjust type.
59311         * assert/assert.c (__assert_fail_base): New function.  Majority
59312         of code from __assert_fail.  Allocate memory for __abort_msg with
59313         mmap.
59314         (__assert_fail): Now call __assert_fail_base.
59315         * assert/assert-perr.c: Remove bulk of implementation.  Use
59316         __assert_fail_base.
59317         * include/assert.hL Declare __assert_fail_base.
59318         * sysdeps/posix/libc_fatal.c: Allocate memory for __abort_msg with
59319         mmap.
59320         * sysdeps/unix/sysv/linux/libc_fatal.c: Likewise.
59322 2011-05-14  Ulrich Drepper  <drepper@gmail.com>
59324         [BZ #11952]
59325         [BZ #12453]
59326         * elf/dl-open.c (dl_open_worker): Delay calls to _dl_update_slotinfo
59327         until all modules are registered in the DTV.
59328         * elf/Makefile: Add rules to build and run tst-tls19.
59329         * elf/tst-tls19.c: New file.
59330         * elf/tst-tls19mod1.c: New file.
59331         * elf/tst-tls19mod2.c: New file.
59332         * elf/tst-tls19mod3.c: New file.
59333         Patch mostly by Martin von Gagern <Martin.vGagern@gmx.net>.
59335         [BZ #12083]
59336         * sysdeps/pthread/aio_misc.c (__aio_init): Compute optim.aio_num
59337         correctly.
59339         [BZ #12601]
59340         * iconvdata/cp932.c (BODY to UCS4): Fix incrementing inptr in case of
59341         two-byte sequence errors.
59342         * iconvdata/Makefile (tests): Add bug-iconv8.
59343         * iconvdata/bug-iconv8.c: New file.
59345         [BZ #12626]
59346         * sysdeps/generic/elf/backtracesymsfd.c (__backtrace_symbols_fd): Move
59347         buf2 definition.
59349         * libio/fileops.c (_IO_new_file_close_it): Initialize write_status.
59351         [BZ #12432]
59352         * sysdeps/ia64/backtrace.c (struct trace_reg): Add cfa element.
59353         (dummy_getcfa): New function.
59354         (init): Get _Unwind_GetCFA address, use dummy if not found.
59355         (backtrace_helper): In recursion check, also check whether CFA changes.
59356         (__backtrace): Completely initialize arg.
59358         * iconv/loop.c (SINGLE) [STORE_REST]: Add input bytes to bytebuf before
59359         storing incomplete byte sequence in state object.  Avoid testing for
59360         guaranteed too small input if we know there is enough data available.
59362 2011-05-11  Andreas Schwab  <schwab@redhat.com>
59364         * Makeconfig (+link-pie): Indent.
59365         * Rules (binaries-pie): Define if $(have-fpie) and
59366         $(build-shared).
59367         (binaries-shared): Also filter out $(binaries-pie).
59368         ($(addprefix $(objpfx),$(binaries-pie))): New rule.
59369         * nscd/Makefile (others-pie): Add nscd.
59370         (LDFLAGS-nscd): Set this instead of relro-LDFLAGS.
59371         ($(objpfx)nscd): Remove command override.
59372         * login/Makefile (others-pie): Add pt_chown.
59373         ($(objpfx)pt_chown): Remove command override.
59374         * elf/Makefile: Add PIE tests to tests and tests-pie variables and
59375         remove command overrides.
59377 2011-05-13  Ulrich Drepper  <drepper@gmail.com>
59379         * libio/tst_putwc.c: Fix error messages.
59381         [BZ #12724]
59382         * libio/fileops.c (_IO_new_file_close_it): Always flush when
59383         currently writing and seek to current position when not.
59384         * libio/Makefile (tests): Add bug-fclose1.
59385         * libio/bug-fclose1.c: New file.
59387 2011-05-12  Ulrich Drepper  <drepper@gmail.com>
59389         [BZ #12511]
59390         * elf/dl-lookup.c (enter): Don't test for copy relocation here and
59391         don't set DF_1_NODELETE here.
59392         (do_lookup_x): When entering new entry test for copy relocation
59393         and if necessary set DF_1_NODELETE flag.
59394         * elf/tst-unique4.cc: New file.
59395         * elf/tst-unique4.h: New file.
59396         * elf/tst-unique4lib.cc: New file.
59397         * elf/Makefile: Add rules to build and run tst-unique4.
59398         Patch by Piotr Bury <pbury@goahead.com>.
59400 2011-05-11  Ulrich Drepper  <drepper@gmail.com>
59402         [BZ #12052]
59403         * sysdeps/posix/spawni.c (__spawni): Fix sched_setscheduler call.
59405         [BZ #12625]
59406         * misc/mntent_r.c (addmntent): Flush the stream after the output
59408         [BZ #12393]
59409         * elf/dl-load.c (is_trusted_path): Remove unnecessary test.
59410         (is_trusted_path_normalize): Skip initial colon.  Append slash
59411         to empty buffer.  Duplicate is_trusted_path code but allow
59412         constructed patch to be prefix.
59413         (is_dst): Allow $ORIGIN followed by /.
59414         (_dl_dst_substitute): Correct clearing of check_for_trusted.
59415         Correct testing of result of is_trusted_path_normalize
59416         (decompose_rpath): Fix warning.
59418 2011-05-10  Ulrich Drepper  <drepper@gmail.com>
59420         [BZ #11257]
59421         * grp/initgroups.c (internal_getgrouplist): When we found the service
59422         list through the initgroups entry in nsswitch.conf do not always
59423         continue on a successful lookup.  Don't always use the
59424         __nss_group_database value if it is set.
59425         * nss/nsswitch.conf (initgroups): Change action for successful db
59426         lookup to continue for compatibility.
59428 2011-05-09  Ulrich Drepper  <drepper@gmail.com>
59430         [BZ #11532]
59431         * iconvdata/Makefile: Add rules to build CP770, CP771, CP772, CP773,
59432         and CP774 modules.
59433         * iconvdata/gconv-modules: Add entries for CP770, CP771, CP772, CP773,
59434         and CP774 modules.
59435         * iconvdata/tst-tables.sh: Likewise.
59436         * iconvdata/cp770.c: New file.
59437         * iconvdata/cp771.c: New file.
59438         * iconvdata/cp772.c: New file.
59439         * iconvdata/cp773.c: New file.
59440         * iconvdata/cp774.c: New file.
59441         * iconvdata/testdata/CP770: New file.
59442         * iconvdata/testdata/CP770..UTF8: New file.
59443         * iconvdata/testdata/CP771: New file.
59444         * iconvdata/testdata/CP771..UTF8: New file.
59445         * iconvdata/testdata/CP772: New file.
59446         * iconvdata/testdata/CP772..UTF8: New file.
59447         * iconvdata/testdata/CP773: New file.
59448         * iconvdata/testdata/CP773..UTF8: New file.
59449         * iconvdata/testdata/CP774: New file.
59450         * iconvdata/testdata/CP774..UTF8: New file.
59452         * iconvdata/gen-8bit-gap-1.sh: End reading of charmap file at
59453         END CHARMAP line.
59454         * iconvdata/gen-8bit-gap.sh: Likewise.
59455         * iconvdata/gen-8bit.sh: Likewise.
59457         * locale/iso-639.def: Add ary entry.
59459         [BZ #11258]
59460         * locale/C-translit.h.in: Add U20A1 transliteration.
59462         [BZ #12178]
59463         * locale/iso-639.def: Add wae entry.
59464         Patch by Kevin Bortis <bortis@translate-wae.ch>.
59466         [BZ #12545]
59467         * locale/programs/localedef.c (construct_output_path): Use ssize_t
59468         for n.
59470         [BZ #12711]
59471         * locale/C-translit.h.in: Add entry for U20B9.
59472         Patch by pravin.d.s@gmail.com.
59474 2011-05-08  Ulrich Drepper  <drepper@gmail.com>
59476         [BZ #12713]
59477         * sysdeps/unix/sysv/linux/getcwd.c: If getcwd syscall report
59478         ENAMETOOLONG use generic getcwd.
59479         * sysdeps/posix/getcwd.c: Add support to use openat.  Make usable
59480         in rtld.  Use *stat64.
59481         * sysdeps/unix/sysv/linux/Makefile [subdir=elf] (sysdep-rtld-routines):
59482         Add dl-getcwd, dl-openat64, dl-opendir, dl-fxstatat64.
59483         * sysdeps/unix/sysv/linux/dl-getcwd.c: New file.
59484         * sysdeps/unix/sysv/linux/dl-openat64.c: New file.
59485         * sysdeps/unix/sysv/linux/dl-opendir.c: New file.
59486         * sysdeps/unix/sysv/linux/dl-fxstat64.c: New file.
59487         * include/sys/stat.h: Define __fstatat, __lstat64, __fstat64, and
59488         __fstatat64 macros.
59489         * include/dirent.h: Add libc_hidden_proto for rewinddir.
59490         * dirent/rewinddir.c: Add libc_hidden_def.
59491         * sysdeps/mach/hurd/rewinddir.c: Likewise.
59492         * sysdeps/unix/rewinddir.c: Likewise.  Don't do locking outside libc.
59494         * include/dirent.h (__alloc_dir): Add flags parameter.
59495         * sysdeps/unix/fdopendir.c (__fdopendir): Pass flags to __alloc_dir.
59496         * sysdeps/unix/opendir.c (__opendir): Pass 0 in new parameter to
59497         __alloc_dir.
59498         (__alloc_dir): Take new parameter.  Don't call fcntl for invocations
59499         from fdopendir if O_CLOEXEC is already set.
59501 2011-03-15  Alan Modra  <amodra@gmail.com>
59503         * elf/dl-reloc.c (_dl_try_allocate_static_tls <TLS_DTV_AT_TP>): Handle
59504         l_tls_firstbyte_offset non-zero.  Save padding offset in
59505         l_tls_firstbyte_offset for later use.
59506         * elf/dl-close.c (_dl_close_worker <TLS_DTV_AT_TP>): Correct code
59507         freeing static tls block.
59509 2011-03-05  Jonathan Nieder  <jrnieder@gmail.com>
59511         * sysdeps/unix/sysv/linux/sys/param.h: Fix an #ifndef __undef_ARG_MAX
59512         where #ifdef was intended.  The intent is to prevent ARG_MAX from
59513         being defined by the kernel headers.
59515 2011-05-07  Ulrich Drepper  <drepper@gmail.com>
59517         [BZ #12734]
59518         * resolv/resolv.h: Define RES_NOTLDQUERY.
59519         * resolv/res_init.c (res_setoptions): Recognize no_tld_query and
59520         no-tld-query and set RES_NOTLDQUERY.
59521         * resolv/res_debug.c (p_option): Handle RES_NOTLDQUERY.
59522         * resolv/res_query.c (__libc_res_nsearch): Backport changes from
59523         modern BIND to search name as TLD unless forbidden.
59525 2011-05-07  Petr Baudis  <pasky@suse.cz>
59526             Ulrich Drepper  <drepper@gmail.com>
59528         [BZ #12393]
59529         * elf/dl-load.c (fillin_rpath): Move trusted path check...
59530         (is_trusted_path): ...to here.
59531         (is_trusted_path_normalize): Wrapper for /../ and /./ normalization.
59532         (_dl_dst_substitute): Verify expanded $ORIGIN path elements
59533         using is_trusted_path_normalize() in setuid scripts.
59535 2011-05-06  Paul Pluzhnikov  <ppluzhnikov@google.com>
59537         * sysdeps/unix/sysv/linux/sys/sysmacros.h: Add missing
59538         __BEGIN/__END_DECLS.
59540 2011-05-06  Ulrich Drepper  <drepper@gmail.com>
59542         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn): Return
59543         NSS_STATUS_NOTFOUND if no record was found.
59545 2011-05-05  Andreas Schwab  <schwab@redhat.com>
59547         * sunrpc/Makefile (headers): Add rpc/netdb.h.
59548         (headers-not-in-tirpc): Remove rpc/netdb.h
59549         * resolv/netdb.h: Revert last change.
59551 2011-05-05  Paul Pluzhnikov  <ppluzhnikov@google.com>
59553         * Makeconfig (link-libc-static): Use --{start,end}-group to handle
59554         circular dependency between libgcc.a and libc.a.
59556 2011-05-05  Andreas Schwab  <schwab@redhat.com>
59558         * resolv/netdb.h: Don't include <rpc/netdb.h>.
59559         * nis/Makefile: Don't install rpcsvc/*.
59560         * inet/protocols/timed.h: Include <sys/types.h> and <sys/time.h>
59561         instead of <rpc/types.h>.
59562         (MAXHOSTNAMELEN): Define.
59564 2011-05-03  Andreas Schwab  <schwab@redhat.com>
59566         * elf/ldconfig.c (add_dir): Don't crash on empty path.
59568 2011-04-28  Maciej Babinski  <mbabinski@google.com>
59570         [BZ #12714]
59571         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't bypass
59572         gethostbyname4_r when IPv6 results are possible.
59574 2011-05-02  Ulrich Drepper  <drepper@gmail.com>
59576         [BZ #12723]
59577         * sysdeps/unix/sysv/linux/pathconf.c (__pathconf): Implement
59578         _PC_PIPE_BUF handling.
59580 2011-04-30  Bruno Haible  <bruno@clisp.org>
59582         [BZ #12717]
59583         * conform/data/netdb.h-data (getnameinfo): Make POSIX compliant.
59584         * resolv/netdb.h (getnameinfo): Change type of flags parameter
59585         to 'int'.
59586         * inet/getnameinfo.c (getnameinfo): Likewise.
59588 2011-04-29  Ulrich Drepper  <drepper@gmail.com>
59590         * grp/initgroups.c (internal_getgrouplist): Prefer initgroups setting
59591         to groups setting in database lookup.
59592         * nss/nsswitch.conf: Add initgroups entry.
59594 2011-04-22  Ulrich Drepper  <drepper@gmail.com>
59596         [BZ #12685]
59597         * libio/fileops.c (_IO_new_file_fopen): Scan up to 7 bytes of the
59598         mode string.
59599         Patch by Eric Blake <eblake@redhat.com>.
59601 2011-04-20  H.J. Lu  <hongjiu.lu@intel.com>
59603         * sunrpc/Makefile (need-export-routines): Add svc_run.
59604         (routines): Remove svc_run.
59605         ($(objpfx)thrsvc): Add $(common-objpfx)linkobj/libc.so.
59606         * sunrpc/clnt_perr.c (clnt_perrno): Export.
59607         * sunrpc/svc_run.c (svc_run): Likewise.
59608         * sunrpc/svc_udp.c (svcudp_create): Likewise.
59610 2011-04-21  Ulrich Drepper  <drepper@gmail.com>
59612         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn): Fix
59613         problem in reallocation in last patch.
59615 2011-04-20  Ulrich Drepper  <drepper@gmail.com>
59617         * sunrpc/Makefile: Move inclusion of Rules.
59619 2011-04-19  Ulrich Drepper  <drepper@gmail.com>
59621         * nss/nss_files/files-initgroups.c: New file.
59622         * nss/Makefile (libnss_files-routines): Add files-initgroups.
59623         * nss/Versions (libnss_files) [GLIBC_PRIVATE]: Export
59624         _nss_files_initgroups_dyn.
59626 2011-03-31  Richard Sandiford  <richard.sandiford@linaro.org>
59628         * elf/elf.h (R_ARM_IRELATIVE): Define.
59630 2011-04-19  Ulrich Drepper  <drepper@gmail.com>
59632         * po/ru.po: Update from translation team.
59634 2011-04-17  Ulrich Drepper  <drepper@gmail.com>
59636         * sunrpc/Makefile ($(rpc-compat-routines.os)): Add before-compile to
59637         dependencies.
59639 2011-02-06  Mike Frysinger  <vapier@gentoo.org>
59641         [BZ #12653]
59642         * sysdeps/i386/i686/multiarch/memcpy-ssse3-rep.S: Only protect
59643         MEMCPY_CHK with USE_AS_BCOPY ifdef check.
59644         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Likewise.
59645         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Likewise.
59646         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Likewise.
59648 2011-03-28  Andreas Schwab  <schwab@linux-m68k.org>
59650         * sysdeps/powerpc/powerpc32/power4/strncmp.S: Don't read past
59651         differing bytes.
59652         * sysdeps/powerpc/powerpc64/power4/strncmp.S: Likewise.
59653         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Likewise.
59654         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
59656 2011-04-17  Ulrich Drepper  <drepper@gmail.com>
59658         [BZ #12420]
59659         * sysdeps/unix/sysv/linux/x86_64/getcontext.S: Reload context after
59660         storing it.
59661         * stdlib/bug-getcontext.c: New file.
59662         * stdlib/Makefile: Add rules to build and run bug-getcontext.
59664 2011-04-13  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
59666         * sysdeps/s390/s390-64/utf16-utf32-z9.c: Wrap the z9-109
59667         instructions into .machine "z9-109".
59668         * sysdeps/s390/s390-64/utf8-utf16-z9.c: Likewise.
59669         * sysdeps/s390/s390-64/utf8-utf32-z9.c: Likewise.
59671 2011-04-11  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
59673         * sysdeps/s390/s390-32/elf/start.S (_start): Skip extra zeroes
59674         between environment variables and auxiliary vector.
59676 2011-04-16  Ulrich Drepper  <drepper@gmail.com>
59678         * Makefile: Add rules to build linkobj/libc.so.
59679         * include/libc-symbols.h: Define libc_hidden_nolink.
59680         * include/rpc/auth.h: Mark functions which are to be hidden.
59681         * include/rpc/auth_des.h: Likewise.
59682         * include/rpc/auth_unix.h: Likewise.
59683         * include/rpc/clnt.h: Likewise.
59684         * include/rpc/des_crypt.h: Likewise.
59685         * include/rpc/key_prot.h: Likewise.
59686         * include/rpc/pmap_clnt.h: Likewise.
59687         * include/rpc/pmap_prot.h: Likewise.
59688         * include/rpc/pmap_rmt.h: Likewise.
59689         * include/rpc/rpc_msg.h: Likewise.
59690         * include/rpc/svc.h: Likewise.
59691         * include/rpc/svc_auth.h: Likewise.
59692         * include/rpc/xdr.h: Likewise.
59693         * nis/Makefile: Link all DSOs against linkobj/libc.so.
59694         * nss/Makefile: Likewise.
59695         * sunrpc/Makefile: Don't install headers.  Build library with normal
59696         entry points.  Don't build rpcinfo.  Link RPC tests appropriately.
59697         * sunrpc/auth_des.c: Hide exported symbols by default, export some
59698         for the compat linking library.  Remove use of INTDEF/INTUSE.
59699         * sunrpc/auth_none.c: Likewise.
59700         * sunrpc/auth_unix.c: Likewise.
59701         * sunrpc/authdes_prot.c: Likewise.
59702         * sunrpc/authuxprot.c: Likewise.
59703         * sunrpc/clnt_gen.c: Likewise.
59704         * sunrpc/clnt_perr.c: Likewise.
59705         * sunrpc/clnt_raw.c: Likewise.
59706         * sunrpc/clnt_simp.c: Likewise.
59707         * sunrpc/clnt_tcp.c: Likewise.
59708         * sunrpc/clnt_udp.c: Likewise.
59709         * sunrpc/clnt_unix.c: Likewise.
59710         * sunrpc/des_crypt.c: Likewise.
59711         * sunrpc/des_soft.c: Likewise.
59712         * sunrpc/get_myaddr.c: Likewise.
59713         * sunrpc/key_call.c: Likewise.
59714         * sunrpc/key_prot.c: Likewise.
59715         * sunrpc/netname.c: Likewise.
59716         * sunrpc/pm_getmaps.c: Likewise.
59717         * sunrpc/pm_getport.c: Likewise.
59718         * sunrpc/pmap_clnt.c: Likewise.
59719         * sunrpc/pmap_prot.c: Likewise.
59720         * sunrpc/pmap_prot2.c: Likewise.
59721         * sunrpc/pmap_rmt.c: Likewise.
59722         * sunrpc/publickey.c: Likewise.
59723         * sunrpc/rpc_cmsg.c: Likewise.
59724         * sunrpc/rpc_common.c: Likewise.
59725         * sunrpc/rpc_dtable.c: Likewise.
59726         * sunrpc/rpc_prot.c: Likewise.
59727         * sunrpc/rpc_thread.c: Likewise.
59728         * sunrpc/rtime.c: Likewise.
59729         * sunrpc/svc.c: Likewise.
59730         * sunrpc/svc_auth.c: Likewise.
59731         * sunrpc/svc_authux.c: Likewise.
59732         * sunrpc/svc_raw.c: Likewise.
59733         * sunrpc/svc_run.c: Likewise.
59734         * sunrpc/svc_simple.c: Likewise.
59735         * sunrpc/svc_tcp.c: Likewise.
59736         * sunrpc/svc_udp.c: Likewise.
59737         * sunrpc/svc_unix.c: Likewise.
59738         * sunrpc/svcauth_des.c: Likewise.
59739         * sunrpc/xcrypt.c: Likewise.
59740         * sunrpc/xdr.c: Likewise.
59741         * sunrpc/xdr_array.c: Likewise.
59742         * sunrpc/xdr_float.c: Likewise.
59743         * sunrpc/xdr_intXX_t.c: Likewise.
59744         * sunrpc/xdr_mem.c: Likewise.
59745         * sunrpc/xdr_rec.c: Likewise.
59746         * sunrpc/xdr_ref.c: Likewise.
59747         * sunrpc/xdr_sizeof.c: Likewise.
59748         * sunrpc/xdr_stdio.c: Likewise.
59750 2011-04-10  Ulrich Drepper  <drepper@gmail.com>
59752         [BZ #12650]
59753         * sysdeps/i386/dl-tls.h: Define TLS_DTV_UNALLOCATED.
59754         * sysdeps/ia64/dl-tls.h: Likewise.
59755         * sysdeps/powerpc/dl-tls.h: Likewise.
59756         * sysdeps/s390/dl-tls.h: Likewise.
59757         * sysdeps/sh/dl-tls.h: Likewise.
59758         * sysdeps/sparc/dl-tls.h: Likewise.
59759         * sysdeps/x86_64/dl-tls.h: Likewise.
59760         * elf/dl-tls.c: Don't define TLS_DTV_UNALLOCATED here.
59762 2011-03-14  Andreas Schwab  <schwab@redhat.com>
59764         * elf/dl-load.c (_dl_dst_substitute): When skipping the first
59765         rpath element also skip the following colon.
59766         (expand_dynamic_string_token): Add is_path parameter and pass
59767         down to DL_DST_REQUIRED and _dl_dst_substitute.
59768         (decompose_rpath): Call expand_dynamic_string_token with
59769         non-zero is_path.  Ignore empty rpaths.
59770         (_dl_map_object_from_fd): Call expand_dynamic_string_token
59771         with zero is_path.
59773 2011-04-08  Andreas Schwab  <schwab@linux-m68k.org>
59775         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sync_file_range.c:
59776         Make cancelable.
59778 2011-04-09  Ulrich Drepper  <drepper@gmail.com>
59780         [BZ #12655]
59781         * sysdeps/unix/sysv/linux/sys/syscall.h: Fix comment.
59782         Patch by Filipe David Manana <fdmanana@apache.org>.
59784 2011-04-07  Andreas Schwab  <schwab@redhat.com>
59786         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S (CALL_FAIL):
59787         Maintain aligned stack.
59788         (CHECK_RSP): Remove unused macro.
59790 2011-04-03  Ulrich Drepper  <drepper@gmail.com>
59792         * sysdeps/x86_64/cacheinfo.c (intel_02_known): Fix typo in table.
59793         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_02_known): Likewise.
59795 2011-04-02  Ulrich Drepper  <drepper@gmail.com>
59797         * sysdeps/unix/sysv/linux/bits/time.h (CLOCK_BOOTTIME): Define.
59799         * include/features.h: Mention __USE_XOPEN2K8 in comment.
59801 2011-03-26  H.J. Lu  <hongjiu.lu@intel.com>
59803         [BZ #12518]
59804         * sysdeps/x86_64/Versions: Add memcpy to GLIBC_2.14.
59805         * sysdeps/x86_64/memcpy.S: Provide GLIBC_2_14 memcpy.
59806         * sysdeps/x86_64/memmove.c: New file.
59807         * sysdeps/x86_64/multiarch/memcpy.S: Include <shlib-compat.h>.
59808         (memcpy): Renamed to ...
59809         (__new_memcpy): This.
59810         (memcpy): Provide GLIBC_2_14 memcpy.
59811         * sysdeps/x86_64/multiarch/memmove.c: Include <shlib-compat.h>.
59812         (memcpy): Provide GLIBC_2_2_5 memcpy.
59814 2011-04-01  Ulrich Drepper  <drepper@gmail.com>
59816         [BZ #12631]
59817         * wcsmbs/wchar.h: Make wcpcpy and wcpncpy visible for __USE_XOPEN2K8.
59819 2011-03-30  Andreas Schwab  <schwab@redhat.com>
59821         * misc/syncfs.c: New file.
59822         * misc/Makefile (routines): Add syncfs.
59823         * posix/unistd.h: Declare syncfs.
59824         * sysdeps/unix/syscalls.list: Add syncfs.
59826 2011-04-01  Andreas Schwab  <schwab@redhat.com>
59828         * sysdeps/unix/sysv/linux/Versions: Rename open_by_handle to
59829         open_by_handle_at.
59830         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Likewise.
59831         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
59832         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
59833         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
59834         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
59835         * sysdeps/unix/sysv/linux/syscalls.list: Likewise.
59836         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
59838 2011-04-01  Ulrich Drepper  <drepper@gmail.com>
59840         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Define O_PATH.
59841         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
59842         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Likewise.
59843         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
59844         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
59845         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
59846         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
59848         * io/Makefile: Compile fallocate.c, fallocate64.c, and
59849         sync_file_range.c with -fexceptions.
59850         * sysdeps/unix/sysv/linux/fallocate.c: Make cancelable.
59851         * sysdeps/unix/sysv/linux/fallocate64.c: Likewise.
59852         * sysdeps/unix/sysv/linux/i386/fallocate.c: Likewise.
59853         * sysdeps/unix/sysv/linux/i386/fallocate64.c: Likewise.
59854         * sysdeps/unix/sysv/linux/wordsize-64/fallocate.c: Likewise.
59855         * sysdeps/unix/sysv/linux/sync_file_range.c: Likewise.
59856         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Mark
59857         sync_file_range as cancellation point
59858         * sysdeps/unix/sysv/linux/i386/sync_file_range.c: New file.  This is
59859         now a wrapper around __call_sync_file_range with cancellation handling.
59860         * sysdeps/unix/sysv/linux/i386/sync_file_range.S: Renamed to ...
59861         * sysdeps/unix/sysv/linux/i386/call_sync_file_range.S: ...this.  Change
59862         function name to __call_sync_file_range.
59863         * sysdeps/unix/sysv/linux/i386/Makefile [subdir=io] (sysdep_routines):
59864         Add call_sync_file_range.
59866 2011-04-01  Andreas Schwab  <schwab@redhat.com>
59868         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
59869         bits/timex.h.
59871 2011-04-01  Ulrich Drepper  <drepper@gmail.com>
59873         * iconv/iconv.h: Fix typo in comment.
59874         * io/fcntl.h: Likewise.
59875         * libio/stdio.h: Likewise.
59876         * posix/spawn.h: Likewise.
59877         * posix/unistd.h: Likewise.
59878         * stdlib/stdlib.h: Likewise.
59879         * time/time.h: Likewise.
59880         * wcsmbs/wchar.h: Likewise.
59882         * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14] (name_to_handle_at,
59883         open_by_handle): Add.
59884         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Define struct file_handle
59885         and MAX_HANDLE_SZ.  Declare name_to_handle_at and open_by_handle.
59886         Augment a few comments.
59887         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
59888         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
59889         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
59890         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
59891         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
59892         * sysdeps/unix/sysv/linux/syscalls.list: Add name_to_handle_at and
59893         open_by_handle.
59895         * io/fcntl.h (AT_EMPTY_PATH): Define.
59897 2011-03-30  Ulrich Drepper  <drepper@gmail.com>
59899         * sysdeps/unix/sysv/linux/syscalls.list: Add clock_adjtime.
59900         * sysdeps/unix/sysv/linux/bits/time.h: New file.
59901         * sysdeps/unix/sysv/linux/sys/timex.h: Move struct timex definition
59902         to...
59903         * sysdeps/unix/sysv/linux/bits/timex.h: ...here.  New file.
59904         * Versions.def: Add GLIBC_2.14.
59905         * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14] (clock_adjtime):
59906         Export.
59908 2011-03-22  Ulrich Drepper  <drepper@gmail.com>
59910         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_check_word): Increment
59911         round counter.
59912         * sysdeps/x86_64/cacheinfo.c (intel_check_word): Likewise.
59914 2011-03-20  H.J. Lu  <hongjiu.lu@intel.com>
59916         [BZ #12597]
59917         * string/test-strncmp.c (do_page_test): New function.
59918         (check2): Likewise.
59919         (test_main): Call check2.
59920         * sysdeps/x86_64/multiarch/strcmp.S: Properly cross page boundary.
59922 2011-03-20  Ulrich Drepper  <drepper@gmail.com>
59924         [BZ #12587]
59925         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_check_word):
59926         Handle cache information in CPU leaf 4.
59927         * sysdeps/x86_64/cacheinfo.c (intel_check_word): Likewise.
59929 2011-03-18  Ulrich Drepper  <drepper@gmail.com>
59931         [BZ #12583]
59932         * posix/fnmatch.c (fnmatch): Check size of pattern in wide
59933         character representation.
59934         Partly based on a patch by Tomas Hoger <thoger@redhat.com>.
59936 2011-03-16  Ryan S. Arnold  <rsa@us.ibm.com>
59938         * sysdeps/powerpc/powerpc32/power6/fpu/s_isnanf.S (isnanf): Fix
59939         END(__isnan) to END(__isnanf) to match function entry point/label
59940         EALIGN(__isnanf,...).
59942 2011-03-10  Jakub Jelinek  <jakub@redhat.com>
59944         * wcsmbs/wchar.h (wmemcmp): Remove __restrict qualifiers.
59946 2011-03-10  Ulrich Drepper  <drepper@gmail.com>
59948         [BZ #12510]
59949         * elf/dl-lookup.c (do_lookup_x): For copy relocations of unique objects
59950         copy from the symbol referenced in the relocation to initialize the
59951         used variable.
59952         Patch by Piotr Bury <pbury@goahead.com>.
59953         * elf/Makefile: Add rules to build and tst-unique3.
59954         * include/bits/dlfcn.h: Remove _dl_mcount_wrapper_check declaration.
59955         * elf/tst-unique3.cc: New file.
59956         * elf/tst-unique3.h: New file.
59957         * elf/tst-unique3lib.cc: New file.
59958         * elf/tst-unique3lib2.cc: New file.
59960         * elf/Makefile: Don't run tst-execstack* tests of SELinux is enabled.
59962 2011-03-10  Mike Frysinger  <vapier@gentoo.org>
59964         * sysdeps/sparc/sparc64/elf/configure.in (libc_cv_sparc64_tls): Add
59965         $LDFLAGS and -nostdlib -nostartfiles to linking step.  Change main
59966         to _start.
59968 2011-03-06  Ulrich Drepper  <drepper@gmail.com>
59970         * elf/dl-load.c (_dl_map_object): If we are looking for the first
59971         to-be-loaded object along a path to loader is ld.so.
59973 2011-03-02  Harsha Jagasia  <harsha.jagasia@amd.com>
59974             Ulrich Drepper  <drepper@gmail.com>
59976         * sysdeps/x86_64/memset.S: After aligning destination, code
59977         branches to different locations depending on the value of
59978         misalignment, when multiarch is enabled. Fix this.
59980 2011-03-02  Harsha Jagasia  <harsha.jagasia@amd.com>
59982         * sysdeps/x86_64/cacheinfo.c (init_cacheinfo):
59983         Set _x86_64_preferred_memory_instruction for AMD processsors.
59984         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
59985         Set bit_Prefer_SSE_for_memop for AMD processors.
59987 2011-03-04  Ulrich Drepper  <drepper@gmail.com>
59989         * libio/fmemopen.c (fmemopen): Optimize a bit.
59991 2011-03-03  Andreas Schwab  <schwab@redhat.com>
59993         * libio/fmemopen.c (fmemopen): Don't read past end of buffer.
59995 2011-03-03  Roland McGrath  <roland@redhat.com>
59997         * setjmp/bits/setjmp2.h: Canonicalize comment formatting.
59999 2011-02-28  Aurelien Jarno  <aurelien@aurel32.net>
60001         * sysdeps/sparc/sparc64/multiarch/memset.S(__bzero): Call
60002         __bzero_ultra1 instead of __memset_ultra1.
60004 2011-02-23  Andreas Schwab  <schwab@redhat.com>
60005             Ulrich Drepper  <drepper@gmail.com>
60007         [BZ #12509]
60008         * include/link.h (struct link_map): Add l_orig_initfini.
60009         * elf/dl-load.c (_dl_map_object_from_fd): Free realname before
60010         returning unsuccessfully.
60011         * elf/dl-close.c (_dl_close_worker): If this is the last explicit
60012         close of a file loaded at startup, restore the original l_initfini
60013         list.
60014         * elf/dl-deps.c (_dl_map_object_deps): Don't free old l_initfini
60015         list, store the pointer.
60016         * elf/Makefile ($(objpfx)noload-mem): New rule.
60017         (noload-ENV): Define.
60018         (tests): Add $(objpfx)noload-mem.
60019         * elf/noload.c: Include <memcheck.h>.
60020         (main): Call mtrace.  Close all opened handles.
60022 2011-02-17  Andreas Schwab  <schwab@redhat.com>
60024         [BZ #12454]
60025         * elf/dl-deps.c (_dl_map_object_deps): Signal error early when
60026         dependencies are missing.
60028 2011-02-22  Samuel Thibault  <samuel.thibault@ens-lyon.org>
60030         Fix __if_freereq crash: Unlike the generic version which uses free,
60031         Hurd needs munmap.
60032         * sysdeps/mach/hurd/ifreq.h: New file.
60034 2011-01-27  Petr Baudis  <pasky@suse.cz>
60035             Ulrich Drepper  <drepper@gmail.com>
60037         [BZ 12445]#
60038         * stdio-common/vfprintf.c (vfprintf): Pass correct newlen
60039         to extend_alloca().
60040         * stdio-common/bug23.c: New file.
60041         * stdio-common/Makefile (tests): Add bug23.
60043 2010-09-28  Andreas Schwab  <schwab@redhat.com>
60044             Ulrich Drepper  <drepper@gmail.com>
60046         [BZ #12489]
60047         * elf/rtld.c (dl_main): Move setting of GLRO(dl_init_all_dirs)
60048         before performing relro protection.  At old place add assertion
60049         to make sure nothing changed.
60051 2011-02-17  Nathan Sidwell  <nathan@codesourcery.com>
60052             Glauber de Oliveira Costa  <glommer@gmail.com>
60054         * elf/elf.h: Add new ARM TLS relocs.
60056 2011-02-16  Ryan S. Arnold  <rsa@us.ibm.com>
60058         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h:
60059         (INTERNAL_VSYSCALL_NCS INTERNAL_SYSCALL_NCS): Remove erroneous (int)
60060         cast from r3.
60061         * sysdeps/wordsize-64/Makefile: New file.  Add tst-writev to
60062         'tests' variable.
60063         * sysdeps/wordsize-64/tst-writev.c: New file.
60065 2011-02-15  Ryan S. Arnold  <rsa@us.ibm.com>
60067         * sysdeps/powerpc/powerpc64/power7/Makefile: New file which adds
60068         -mno-vsx to the CFLAGS-rtld.c variable to avoid using VSX registers and
60069         insns in _dl_start to prevent a TOC reference before relocs are
60070         resolved.
60072 2011-02-15  Ulrich Drepper  <drepper@gmail.com>
60074         [BZ #12469]
60075         * Makeconfig: Remove RANLIB definition.
60076         * Makerules: Don't use RANLIB.
60077         * aclocal.m4: Remove ranlib test.
60078         * configure.in: No need to check for ranlib.
60079         * elf/rtld-Rules: Don't use RANLIB.
60081 2011-02-16  Samuel Thibault  <samuel.thibault@ens-lyon.org>
60083         * sysdeps/mach/i386/sysdep.h: Add _MACH_I386_SYSDEP_H inclusion
60084         protection macro.
60085         * sysdeps/mach/i386/thread_state.h: Add _MACH_I386_THREAD_STATE_H
60086         inclusion protection macro.
60088         * stdio-common/psiginfo.c (psiginfo): Check pinfo->si_signo against
60089         SIGRTMIN and SIGRTMAX and print information in that case only when
60090         SIGRTMIN is defined.
60092 2011-02-11  Jakub Jelinek  <jakub@redhat.com>
60094         * stdio-common/printf-parsemb.c (__parse_one_specmb): Handle
60095         arginfo fn returning -1.
60097         * stdio-common/_i18n_number.h (_i18n_number_rewrite): Ensure decimal
60098         and thousands string is zero terminated.
60100 2011-02-03  Andreas Schwab  <schwab@redhat.com>
60102         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Sync with
60103         sysdeps/unix/sysv/linux/bits/socket.h.
60105 2011-01-30  Samuel Thibault  <samuel.thibault@ens-lyon.org>
60107         * bits/sched.h (__CPU_ZERO, __CPU_SET, __CPU_CLR, __CPU_ISSET)
60108         (__CPU_COUNT): Remove old macros.
60109         (__CPU_ZERO_S, __CPU_SET_S, __CPU_CLR_S, __CPU_ISSET_S)
60110         (__CPU_COUNT, __CPU_EQUAL_S, __CPU_OP_S, __CPU_ALLOC_SIZE)
60111         (__CPU_ALLOC, __CPU_FREE): Add macros.
60112         (__sched_cpualloc, __sched_cpufree): Add declarations.
60114 2011-02-05  Ulrich Drepper  <drepper@gmail.com>
60116         * nscd/nscd-client.h: Define MAX_TIMEOUT_VALUE.
60117         (struct datahead): Reuse 32 bits of the alignment for a TTL field.
60118         * nscd/aicache.c (addhstaiX): Return timeout of added value.
60119         (readdhstai): Return value of addhstaiX call.
60120         * nscd/grpcache.c (cache_addgr): Return timeout of added value.
60121         (addgrbyX): Return value returned by cache_addgr.
60122         (readdgrbyname): Return value returned by addgrbyX.
60123         (readdgrbygid): Likewise.
60124         * nscd/pwdcache.c (cache_addpw): Return timeout of added value.
60125         (addpwbyX): Return value returned by cache_addpw.
60126         (readdpwbyname): Return value returned by addhstbyX.
60127         (readdpwbyuid): Likewise.
60128         * nscd/servicescache.c (cache_addserv): Return timeout of added value.
60129         (addservbyX): Return value returned by cache_addserv.
60130         (readdservbyname): Return value returned by addservbyX:
60131         (readdservbyport): Likewise.
60132         * nscd/hstcache.c (cache_addhst): Return timeout of added value.
60133         (addhstbyX): Return value returned by cache_addhst.
60134         (readdhstbyname): Return value returned by addhstbyX.
60135         (readdhstbyaddr): Likewise.
60136         (readdhstbynamev6): Likewise.
60137         (readdhstbyaddrv6): Likewise.
60138         * nscd/initgrcache.c (addinitgroupsX): Return timeout of added value.
60139         (readdinitgroups): Return value returned by addinitgroupsX.
60140         * nscd/cache.c (readdfcts): Change return value of functions to time_t.
60141         (prune_cache): Keep track of timeout value of re-added entries.
60142         * nscd/connections.c (nscd_run_prune): Use MAX_TIMEOUT_VALUE.
60143         * nscd/nscd.h: Adjust prototypes of readd* functions.
60145 2011-02-04  Roland McGrath  <roland@redhat.com>
60147         * nis/nis_server.c (nis_servstate): Use the right name for 0.
60148         (nis_stats): Likewise.
60149         * nis/nis_modify.c (nis_modify): Likewise.
60150         * nis/nis_remove.c (nis_remove): Likewise.
60151         * nis/nis_add.c (nis_add): Likewise.
60153         * elf/dl-object.c (_dl_new_object): Remove unused variable L.
60155         * posix/fnmatch_loop.c: Add some consts.
60157         * sysdeps/x86_64/multiarch/memset-x86-64.S: Add an #undef.
60159 2011-02-02  H.J. Lu  <hongjiu.lu@intel.com>
60161         [BZ #12460]
60162         * config.make.in (config-cflags-novzeroupper): Define.
60163         * configure.in: Substitute libc_cv_cc_novzeroupper.
60164         * elf/Makefile (AVX-CFLAGS): Define.
60165         (CFLAGS-tst-audit4.c): Replace -mavx with $(AVX-CFLAGS).
60166         (CFLAGS-tst-auditmod4a.c): Likewise.
60167         (CFLAGS-tst-auditmod4b.c): Likewise.
60168         (CFLAGS-tst-auditmod6b.c): Likewise.
60169         (CFLAGS-tst-auditmod6c.c): Likewise.
60170         (CFLAGS-tst-auditmod7b.c): Likewise.
60171         * sysdeps/i386/configure.in: Check -mno-vzeroupper.
60173 2011-02-02  Ulrich Drepper  <drepper@gmail.com>
60175         * elf/dl-runtime.c (_dl_call_pltexit): Pass correct address of the
60176         function to the callback.
60177         Patch partly by Jiri Olsa <jolsa@redhat.com>.
60179 2011-02-02  Andreas Schwab  <schwab@redhat.com>
60181         * shadow/sgetspent.c: Check return value of __sgetspent_r instead
60182         of errno.
60184 2011-01-19  Ulrich Drepper  <drepper@gmail.com>
60186         [BZ #11724]
60187         * elf/dl-deps.c (_dl_map_object_deps): Rewrite sorting determining order
60188         of constructors.
60189         * elf/dl-fini.c (_dl_sort_fini): Rewrite sorting determining order
60190         of destructors.
60191         (_dl_fini): Don't call _dl_sort_fini if there is only one object.
60193         [BZ #11724]
60194         * elf/Makefile: Add rules to build and run new test.
60195         * elf/tst-initorder.c: New file.
60196         * elf/tst-initorder.exp: New file.
60197         * elf/tst-initordera1.c: New file.
60198         * elf/tst-initordera2.c: New file.
60199         * elf/tst-initordera3.c: New file.
60200         * elf/tst-initordera4.c: New file.
60201         * elf/tst-initorderb1.c: New file.
60202         * elf/tst-initorderb2.c: New file.
60203         * elf/tst-order-a1.c: New file.
60204         * elf/tst-order-a2.c: New file.
60205         * elf/tst-order-a3.c: New file.
60206         * elf/tst-order-a4.c: New file.
60207         * elf/tst-order-b1.c: New file.
60208         * elf/tst-order-b2.c: New file.
60209         * elf/tst-order-main.c: New file.
60210         New test case by George Gensure <werkt0@gmail.com>.
60212 2010-10-01  Andreas Schwab  <schwab@redhat.com>
60214         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't discard result of
60215         decoding ACE if AI_CANONIDN.
60217 2011-01-18  Ulrich Drepper  <drepper@gmail.com>
60219         * elf/Makefile: Build IFUNC tests unless multi-arch = no.
60221 2011-01-17  Ulrich Drepper  <drepper@gmail.com>
60223         * version.h (RELEASE): Bump for 2.13 release.
60224         * include/features.h: (__GLIBC_MINOR__): Bump to 13.
60226         * io/fcntl.h: Define AT_NO_AUTOMOUNT.
60228         * sysdeps/unix/sysv/linux/i386/bits/mman.h: Define MADV_HUGEPAGE and
60229         MADV_NOHUGEPAGE.
60230         * sysdeps/unix/sysv/linux/ia64/bits/mman.h: Likewise.
60231         * sysdeps/unix/sysv/linux/powerpc/bits/mman.h: Likewise.
60232         * sysdeps/unix/sysv/linux/s390/bits/mman.h: Likewise.
60233         * sysdeps/unix/sysv/linux/sh/bits/mman.h: Likewise.
60234         * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Likewise.
60235         * sysdeps/unix/sysv/linux/x86_64/bits/mman.h: Likewise.
60237         * posix/getconf.c: Update copyright year.
60238         * catgets/gencat.c: Likewise.
60239         * csu/version.c: Likewise.
60240         * debug/catchsegv.sh: Likewise.
60241         * debug/xtrace.sh: Likewise.
60242         * elf/ldconfig.c: Likewise.
60243         * elf/ldd.bash.in: Likewise.
60244         * elf/sprof.c (print_version): Likewise.
60245         * iconv/iconv_prog.c: Likewise.
60246         * iconv/iconvconfig.c: Likewise.
60247         * locale/programs/locale.c: Likewise.
60248         * locale/programs/localedef.c: Likewise.
60249         * malloc/memusage.sh: Likewise.
60250         * malloc/mtrace.pl: Likewise.
60251         * nscd/nscd.c (print_version): Likewise.
60252         * nss/getent.c: Likewise.
60254         * sysdeps/unix/sysv/linux/bits/socket.h: Define AF_CAIF, AF_ALG,
60255         PF_CAIF, and PF_ALG.
60256         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
60258 2011-01-16  Andreas Schwab  <schwab@linux-m68k.org>
60260         * elf/Makefile (tlsmod17a-modules, tlsmod18a-modules): Define.
60261         (modules-names): Use them.
60262         (ifunc-test-modules, ifunc-pie-tests): Define.
60263         (extra-test-objs): Add tlsmod17a-modules, tlsmod18a-modules,
60264         tst-pie1, ifunc-test-modules and ifunc-pie-tests objects.
60265         (test-extras): Likewise.
60266         ($(patsubst %,$(objpfx)%.os,$(tlsmod17a-modules))): Use
60267         $(compile-command.c).
60268         ($(patsubst %,$(objpfx)%.os,$(tlsmod18a-modules))): Likewise.
60269         (all-built-dso): Define.
60270         (check-textrel.out, check-execstack.out): Depend on it.
60272         * configure.in: Don't override --enable-multi-arch.
60274 2011-01-15  Ulrich Drepper  <drepper@gmail.com>
60276         [BZ #6812]
60277         * nscd/hstcache.c (tryagain): Define.
60278         (cache_addhst): Return tryagain not notfound for temporary errors.
60279         (addhstbyX): Also set h_errno to TRY_AGAIN when memory allocation
60280         failed.
60282 2011-01-14  Ulrich Drepper  <drepper@gmail.com>
60284         [BZ #10563]
60285         * sysdeps/unix/sysv/linux/i386/setgroups.c: Use INLINE_SETXID_SYSCALL
60286         to make the syscall.
60287         * sysdeps/unix/sysv/linux/setgroups.c: New file.
60289         [BZ #12378]
60290         * posix/fnmatch_loop.c (FCT): When matching '[' keep track of beginning
60291         and fall back to matching as normal character if the string ends before
60292         the matching ']' is found.  This is what POSIX requires.
60293         * posix/testfnm.c: Adjust test result.
60294         * posix/globtest.sh: Adjust test result.  Add new test.
60295         * posix/tst-fnmatch.input: Likewise.
60296         * posix/tst-fnmatch2.c: Add new test.
60298 2010-12-28  Andreas Schwab  <schwab@linux-m68k.org>
60300         * elf/Makefile (check-execstack): Revert last change.  Depend on
60301         check-execstack.h.
60302         (check-execstack.h): New target.
60303         (generated): Add check-execstack.h.
60304         * elf/check-execstack.c: Include "check-execstack.h".
60305         (main): Revert last change.
60306         (handle_file): Return zero if GNU_STACK is absent and
60307         DEFAULT_STACK_PERMS doesn't include PF_X.
60309 2011-01-13  Ulrich Drepper  <drepper@gmail.com>
60311         * sysdeps/posix/spawni.c (__spawni): Don't fail if close file action
60312         in child fails because the descriptor is already closed.
60313         * include/sys/resource.h: Add libc_hidden_proto for getrlimit64.
60314         * sysdeps/unix/sysv/linux/getrlimit64.c: Add libc_hidden_def.
60315         * sysdeps/unix/sysv/linux/i386/getrlimit64.c: Likewise.
60317         [BZ #12397]
60318         * sysdeps/unix/sysv/linux/mkdirat.c (mkdirat): Fix handling of missing
60319         syscall.
60321         [BZ #10484]
60322         * nss/nss_files/files-hosts.c (HOST_DB_LOOKUP): Handle overflows of
60323         temporary buffer used to handle multi lookups locally.
60324         * include/alloca.h: Add libc_hidden_proto for __libc_alloca_cutoff.
60326 2011-01-12  Ulrich Drepper  <drepper@gmail.com>
60328         * elf/dl-dst.h (DL_DST_REQUIRED): Allow l_origin to be NULL when
60329         loader is ld.so.
60331 2011-01-10  Paul Pluzhnikov  <ppluzhnikov@google.com>
60333         * sysdeps/i386/Makefile: stdlib/cxa_finalize.c needs 16-byte stack
60334         alignment for SSE2.
60336 2011-01-12  Ulrich Drepper  <drepper@gmail.com>
60338         [BZ #12394]
60339         * stdio-common/printf_fp.c (__printf_fp): Add more room for grouping
60340         characters.  When rounding increased number of integer digits recompute
60341         number of groups.
60342         * stdio-common/tst-grouping.c: New file.
60343         * stdio-common/Makefile: Add rules to build and run tst-grouping.
60345 2011-01-09  Ulrich Drepper  <drepper@gmail.com>
60347         * sysdeps/i386/bits/select.h: Don't use asm code for __FD_SET,
60348         __FD_CLR, and __FS_ISSET.  gcc generates better code on its own.
60350         * sysdeps/x86_64/bits/select.h: Mark value of __FD_SET and __FD_CLR as
60351         void.
60352         * bits/select.h: Likewise.
60354 2011-01-08  Ulrich Drepper  <drepper@gmail.com>
60356         * po/ja.po: Update from translation team.
60358 2011-01-04  David S. Miller  <davem@sunset.davemloft.net>
60360         [BZ #11155]
60361         * sysdeps/unix/sysv/linux/sparc/sparc64/fxstat.c: Use i386's
60362         implementation just like for lxstat, fxstatat, et al.
60364 2010-12-27  Jim Meyering  <meyering@redhat.com>
60366         [BZ #12348]
60367         * posix/regexec.c (build_trtable): Return failure indication upon
60368         calloc failure.  Otherwise, re_search_internal could infloop on OOM.
60370 2010-12-25  Ulrich Drepper  <drepper@gmail.com>
60372         [BZ #12201]
60373         * sysdeps/unix/sysv/linux/getrlimit64.c: New file.
60374         * sysdeps/unix/sysv/linux/setrlimit64.c: New file.
60375         * sysdeps/unix/sysv/linux/i386/getrlimit64.c: Use ../getrlimit64.c.
60376         * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_PRLIMIT64.
60378         [BZ #12207]
60379         * malloc/malloc.c (do_check_malloc_state): Use fastbin macro.
60381         [BZ #12204]
60382         * string/xpg-strerror.c (__xpg_strerror_r): Return error code, not -1.
60383         * sysdeps/mach/xpg-strerror.c (__xpg_strerror_r): Likewise.
60385 2010-12-15  H.J. Lu  <hongjiu.lu@intel.com>
60387         * config.h.in (NO_CTORS_DTORS_SECTIONS): Define.
60388         * configure.in: Define NO_CTORS_DTORS_SECTIONS if linker
60389         script has SORT_BY_INIT_PRIORITY.
60390         * elf/sofini.c: Remove `.ctors' and `.dtors' sections if
60391         NO_CTORS_DTORS_SECTIONS is defined.
60392         * elf/soinit.c: Likewise.
60393         * sysdeps/i386/init-first.c: Don't call __libc_global_ctors if
60394         NO_CTORS_DTORS_SECTIONS is defined.
60395         * sysdeps/mach/hurd/i386/init-first.c: Likewise.
60396         * sysdeps/mach/hurd/powerpc/init-first.c: Likewise.
60397         * sysdeps/sh/init-first.c: Likewise.
60398         * sysdeps/unix/sysv/linux/init-first.c: Likewise.
60400 2010-12-24  Ulrich Drepper  <drepper@gmail.com>
60402         * stdio-common/vfprintf.c (vfprintf): If printf handlers are installed
60403         always use the slow path.
60405 2010-12-15  Ryan S. Arnold  <rsa@us.ibm.com>
60407         * elf/Makefile: (check-execstack): Replace $(native-compile) with a
60408         similar rule which adds the sysdep directories to the header search in
60409         order to pick up the correct platform stackinfo.h.
60410         * elf/check-execstack.c (main): Check DEFAULT_STACK_PERMS for PF_X and
60411         perform test if it is, otherwise return successfully without testing.
60412         * elf/dl-load.c (_dl_map_object_from_fd): Source stack_flags from
60413         DEFAULT_STACK_PERMS define in stackinfo.h.
60414         * elf/dl-support.c (_dl_stack_flags): Source from DEFAULT_STACK_PERMS
60415         defined in stackinfo.h.
60416         * elf/rtld.c (_dl_starting_up): Source ._dl_stack_flags from
60417         DEFAULT_STACK_PERMS defined in stackinfo.h.
60418         * sysdeps/i386/stackinfo.h: Define DEFAULT_STACK_PERMS with PF_X.
60419         * sysdeps/ia64/stackinfo.h: Likewise.
60420         * sysdeps/s390/stackinfo.h: Likewise.
60421         * sysdeps/sh/stackinfo.h: Likewise.
60422         * sysdeps/sparc/stackinfo.h: Likewise.
60423         * sysdeps/x86_64/stackinfo.h: Likewise.
60424         * sysdeps/powerpc/stackinfo.h: Define DEFAULT_STACK_PERMS without
60425         PF_X for powerpc64.  Retain PF_X for powerpc32.
60427 2010-12-19  Ulrich Drepper  <drepper@gmail.com>
60429         * sysdeps/unix/readdir_r.c (__READDIR_R): Compute reclen more
60430         accurately.
60431         * sysdeps/unix/sysv/linux/wordsize-64/readdir_r.c: Define
60432         GETDENTS_64BIT_ALIGNED.
60434 2010-12-14  Ulrich Drepper  <dreper@gmail.com>
60436         * sysdeps/i386/i686/multiarch/strcmp.S: Undo accidental checkin.
60438 2010-12-10  Andreas Schwab  <schwab@redhat.com>
60440         * wcsmbs/wchar.h (wcpcpy, wcpncpy): Only declare under
60441         _GNU_SOURCE.
60443         * wcsmbs/wchar.h (wcpcpy, wcpncpy): Add __restrict.
60444         * wcsmbs/bits/wchar2.h (__wmemmove_chk_warn, wmemmove, wmemset):
60445         Remove __restrict.
60446         (wcscpy, __wcpcpy_chk, __wcpcpy_alias, wcpcpy, wcsncpy, wcpncpy)
60447         (wcscat, wcsncat, __wcrtomb_chk, wcrtomb): Add __restrict.
60449 2010-12-09  Ulrich Drepper  <drepper@gmail.com>
60451         [BZ #11655]
60452         * stdlib/msort.c (qsort_r): Make sure both phys_pages and pagesize
60453         are initialized.
60455 2010-12-09  Jakub Jelinek  <jakub@redhat.com>
60457         * string/bits/string3.h (memmove, bcopy): Remove __restrict.
60459 2010-12-03  Ulrich Drepper  <drepper@gmail.com>
60461         * po/it.po: Update from translation team.
60463 2010-12-01  H.J. Lu  <hongjiu.lu@intel.com>
60465         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S (STRCMP): Remove
60466         unused codes.
60468 2010-11-30  Ulrich Drepper  <drepper@gmail.com>
60470         * sysdeps/i386/fpu/libm-test-ulps: Relax ynf(10,0.75) test expectations.
60472 2010-11-24  Andreas Schwab  <schwab@redhat.com>
60474         * resolv/nss_dns/dns-host.c (getanswer_r): Don't handle ttl == 0
60475         specially.
60476         (gaih_getanswer_slice): Likewise.
60478 2010-10-20  Jakub Jelinek  <jakub@redhat.com>
60480         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Fix up inline asm.
60482 2010-05-31  Petr Baudis  <pasky@suse.cz>
60484         [BZ #11149]
60485         * elf/ldconfig.c (main): Allow aux_cache_file open()ing to fail
60486         silently even in the chroot mode.
60488 2010-11-22  Ulrich Drepper  <drepper@gmail.com>
60490         * nis/nss_compat/compat-initgroups.c (internal_getgrent_r): Optimize
60491         last patch a bit.  Pretty printing
60493 2010-05-31  Petr Baudis <pasky@suse.cz>
60495         [BZ #10085]
60496         * nis/nss_compat/compat-initgroups.c (internal_getgrent_r): Fix
60497         initialization of skip_initgroups_dyn.
60499 2010-11-19  Ulrich Drepper  <drepper@gmail.com>
60501         * sysdeps/unix/sysv/linux/i386/bits/mman.h: Define MAP_HUGETLB.
60502         * sysdeps/unix/sysv/linux/x86_64/bits/mman.h: Likewise.
60504 2010-11-16  Ulrich Drepper  <drepper@gmail.com>
60506         * sysdeps/unix/sysv/linux/sys/swap.h (SWAP_FLAG_DISCARD): Define.
60508 2010-11-11  Andreas Schwab  <schwab@redhat.com>
60510         * posix/fnmatch_loop.c (NEW_PATTERN): Fix use of alloca.
60511         * posix/Makefile (tests): Add $(objpfx)tst-fnmatch-mem.
60512         (tst-fnmatch-ENV): Set MALLOC_TRACE.
60513         ($(objpfx)tst-fnmatch-mem): New rule.
60514         (generated): Add tst-fnmatch-mem and tst-fnmatch.mtrace.
60515         * posix/tst-fnmatch.c (main): Call mtrace.
60517 2010-11-11  H.J. Lu  <hongjiu.lu@intel.com>
60519         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
60520         Support Intel processor model 6 and model 0x2c.
60522 2010-11-10  Luis Machado  <luisgpm@br.ibm.com>
60524         * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c (__ieee754_sqrtl): Force
60525           signed comparison.
60527 2010-11-09  H.J. Lu  <hongjiu.lu@intel.com>
60529         [BZ #12205]
60530         * string/test-strncasecmp.c (check_result): New function.
60531         (do_one_test): Use it.
60532         (check1): New function.
60533         (test_main): Use it.
60534         * sysdeps/i386/i686/multiarch/strcmp.S (nibble_ashr_use_sse4_2_exit):
60535         Support strcasecmp and strncasecmp.
60537 2010-11-08  Ulrich Drepper  <drepper@gmail.com>
60539         [BZ #12194]
60540         * sysdeps/i386/bits/byteswap.h: Avoid warning in __bswap_16.
60541         * sysdeps/x86_64/bits/byteswap.h: Likewise.
60543 2010-11-07  H.J. Lu  <hongjiu.lu@intel.com>
60545         * sysdeps/x86_64/memset.S: Check USE_MULTIARCH and USE_SSE2 for
60546         IFUNC support.
60547         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
60548         memset-x86-64.
60549         * sysdeps/x86_64/multiarch/bzero.S: New file.
60550         * sysdeps/x86_64/multiarch/cacheinfo.c: New file.
60551         * sysdeps/x86_64/multiarch/memset-x86-64.S: New file.
60552         * sysdeps/x86_64/multiarch/memset.S: New file.
60553         * sysdeps/x86_64/multiarch/memset_chk.S: New file.
60554         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
60555         Set bit_Prefer_SSE_for_memop for Intel processors.
60556         * sysdeps/x86_64/multiarch/init-arch.h (bit_Prefer_SSE_for_memop):
60557         Define.
60558         (index_Prefer_SSE_for_memop): Define.
60559         (HAS_PREFER_SSE_FOR_MEMOP): Define.
60561 2010-11-04  Luis Machado  <luisgpm@br.ibm.com>
60563         * sysdeps/powerpc/powerpc32/power7/mempcpy.S: New file.
60564         * sysdeps/powerpc/powerpc64/power7/mempcpy.S: New file.
60566 2010-11-03  H.J. Lu  <hongjiu.lu@intel.com>
60568         [BZ #12191]
60569         * sysdeps/i386/i686/cacheinfo.c (__x86_64_raw_data_cache_size): New.
60570         (__x86_64_raw_data_cache_size_half): Likewise.
60571         (__x86_64_raw_shared_cache_size): Likewise.
60572         (__x86_64_raw_shared_cache_size_half): Likewise.
60574         * sysdeps/x86_64/cacheinfo.c (__x86_64_raw_data_cache_size): New.
60575         (__x86_64_raw_data_cache_size_half): Likewise.
60576         (__x86_64_raw_shared_cache_size): Likewise.
60577         (__x86_64_raw_shared_cache_size_half): Likewise.
60578         (init_cacheinfo): Set __x86_64_raw_data_cache_size,
60579         __x86_64_raw_data_cache_size_half, __x86_64_raw_shared_cache_size
60580         and __x86_64_raw_shared_cache_size_half.  Round
60581         __x86_64_data_cache_size_half, __x86_64_data_cache_size
60582         __x86_64_shared_cache_size_half and __x86_64_shared_cache_size,
60583         to multiple of 256 bytes.
60585 2010-11-03  Ulrich Drepper  <drepper@gmail.com>
60587         [BZ #12167]
60588         * sysdeps/unix/sysv/linux/ttyname.c (ttyname): Recognize new mangling
60589         of inacessible symlinks.  Verify result of symlink before returning it.
60590         * sysdeps/unix/sysv/linux/ttyname_r.c (__ttyname_r): Likewise.
60591         Patch mostly by Miklos Szeredi <miklos@szeredi.hu>.
60593 2010-10-28  Erich Ritz  <erichritz@gmail.com>
60595         * math/math.h (isinf): Fix typo in comment.
60597 2010-11-01  Ulrich Drepper  <drepper@gmail.com>
60599         * po/da.po: Update from translation team.
60601 2010-10-26  Ulrich Drepper  <drepper@gmail.com>
60603         * elf/rtld.c (dl_main): Move assertion after the point where rtld map
60604         is added to the list.
60606 2010-10-20  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
60607             Ulrich Drepper  <drepper@gmail.com>
60609         * elf/dl-object.c (_dl_new_object): Don't append the new object to
60610         the global list here.  Move code to...
60611         (_dl_add_to_namespace_list): ...here.  New function.
60612         * elf/rtld.c (dl_main): Invoke _dl_add_to_namespace_list.
60613         * sysdeps/generic/ldsodefs.h (_dl_add_to_namespace_list): Declare.
60614         * elf/dl-load.c (lose): Don't remove the element from the list.
60615         (_dl_map_object_from_fd): Invoke _dl_add_to_namespace_list.
60616         (_dl_map_object): Likewise.
60618 2010-10-25  Ulrich Drepper  <drepper@gmail.com>
60620         [BZ #12159]
60621         * sysdeps/x86_64/multiarch/strchr.S: Fix propagation of search byte
60622         into all bytes of SSE register.
60623         Patch by Richard Li <richardpku@gmail.com>.
60625 2010-10-24  Ulrich Drepper  <drepper@gmail.com>
60627         [BZ #12140]
60628         * malloc/malloc.c (_int_free): Fill correct number of bytes when
60629         perturbing.
60631 2010-10-20  Michael B. Brutman  <brutman@us.ibm.com>
60633         * sysdeps/powerpc/dl-procinfo.c: Add support for ppca2 platform
60634         * sysdeps/powerpc/dl-procinfo.h: Add support for ppca2 platform
60635         * sysdeps/powerpc/powerpc32/a2/memcpy.S: New file.
60636         * sysdeps/powerpc/powerpc64/a2/memcpy.S: Likewise.
60637         * sysdeps/unix/sysv/linux/powerpc/powerpc32/a2/Implies: New
60638         submachine.
60639         * sysdeps/unix/sysv/linux/powerpc/powerpc64/a2/Implies: Likewise.
60641 2010-10-22  Andreas Schwab  <schwab@redhat.com>
60643         * include/dlfcn.h (__RTLD_SECURE): Define.
60644         * elf/dl-load.c (_dl_map_object): Remove preloaded parameter.  Use
60645         mode & __RTLD_SECURE instead.
60646         (open_path): Rename preloaded parameter to secure.
60647         * sysdeps/generic/ldsodefs.h (_dl_map_object): Adjust declaration.
60648         * elf/dl-open.c (dl_open_worker): Adjust call to _dl_map_object.
60649         * elf/dl-deps.c (openaux): Likewise.
60650         * elf/rtld.c (struct map_args): Remove is_preloaded.
60651         (map_doit): Don't use it.
60652         (dl_main): Likewise.
60653         (do_preload): Use __RTLD_SECURE instead of is_preloaded.
60654         (dlmopen_doit): Add __RTLD_SECURE to mode bits.
60656 2010-09-09  Andreas Schwab  <schwab@redhat.com>
60658         * Makeconfig (sysd-rules-patterns): Add rtld-%:rtld-%.
60659         (sysd-rules-targets): Remove duplicates.
60660         * elf/rtld-Rules ($(objpfx)rtld-%.os): Add pattern rules with
60661         rtld-%.$o dependency.
60663 2010-10-18  Andreas Schwab  <schwab@redhat.com>
60665         * elf/dl-open.c (dl_open_worker): Don't expand DST here, let
60666         _dl_map_object do it.
60668 2010-10-19  Ulrich Drepper  <drepper@gmail.com>
60670         * sysdeps/i386/bits/mathdef.h (FP_FAST_FMA): If the GCC 4.6 port has
60671         fast fma builtins, define the macros in the C99 standard.
60672         (FP_FAST_FMAF): Likewise.
60673         (FP_FAST_FMAL): Likewise.
60674         * sysdeps/x86_64/bits/mathdef.h: Likewise.
60676         * bits/mathdef.h: Update copyright year.
60677         * sysdeps/powerpc/bits/mathdef.h: Likewise.
60679 2010-10-19  Michael Meissner  <meissner@linux.vnet.ibm.com>
60681         * bits/mathdef.h (FP_FAST_FMA): If the GCC 4.6 port has fast fma
60682         builtins, define the macros in the C99 standard.
60683         (FP_FAST_FMAF): Likewise.
60684         (FP_FAST_FMAL): Likewise.
60685         * sysdeps/powerpc/bits/mathdef.h (FP_FAST_FMA): Define, ppc as
60686         multiply/add.
60687         (FP_FAST_FMAF): Likewise.
60689 2010-10-15  Jakub Jelinek  <jakub@redhat.com>
60691         [BZ #3268]
60692         * math/libm-test.inc (fma_test): Some new testcases.
60693         * sysdeps/ieee754/ldbl-128/s_fmal.c: New file.
60694         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Fix fma with finite x and
60695         y and infinite z.  Do multiplication by C already in long double.
60696         * sysdeps/ieee754/ldbl-96/s_fmal.c: New file.
60697         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Fix fma with finite x and
60698         y and infinite z.  Do bitwise or of inexact bit into u.d.
60699         * sysdeps/ieee754/ldbl-64-128/s_fmal.c: New file.
60700         * sysdeps/i386/fpu/s_fmaf.S: Removed.
60701         * sysdeps/i386/fpu/s_fma.S: Removed.
60702         * sysdeps/i386/fpu/s_fmal.S: Removed.
60704 2010-10-16  Jakub Jelinek  <jakub@redhat.com>
60706         [BZ #3268]
60707         * math/libm-test.inc (fma_test): Add IEEE quad long double fmal tests.
60708         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Ensure a1 + u.d
60709         computation is not scheduled after fetestexcept.  Fix value
60710         of minimum denormal long double.
60712 2010-10-14  Jakub Jelinek  <jakub@redhat.com>
60714         [BZ #3268]
60715         * math/libm-test.inc (fma_test): Add some more tests.
60716         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Handle underflows
60717         correctly.
60719 2010-10-15  Andreas Schwab  <schwab@redhat.com>
60721         * scripts/data/localplt-s390-linux-gnu.data: New file.
60722         * scripts/data/localplt-s390x-linux-gnu.data: New file.
60724 2010-10-13  Jakub Jelinek  <jakub@redhat.com>
60726         [BZ #3268]
60727         * math/libm-test.inc (fma_test): Some more fmaf and fma tests.
60728         * sysdeps/i386/i686/multiarch/s_fma.c: Include ldbl-96 version
60729         instead of dbl-64.
60730         * sysdeps/i386/fpu/bits/mathinline.h (fma, fmaf, fmal): Remove
60731         inlines.
60732         * sysdeps/ieee754/ldbl-96/s_fma.c: New file.
60733         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Fix exponent adjustment
60734         if one of x and y is very large and the other is subnormal.
60735         * sysdeps/s390/fpu/s_fmaf.c: New file.
60736         * sysdeps/s390/fpu/s_fma.c: New file.
60737         * sysdeps/powerpc/fpu/s_fmaf.S: New file.
60738         * sysdeps/powerpc/fpu/s_fma.S: New file.
60739         * sysdeps/powerpc/powerpc32/fpu/s_fma.S: New file.
60740         * sysdeps/powerpc/powerpc64/fpu/s_fma.S: New file.
60741         * sysdeps/unix/sysv/linux/s390/fpu/s_fma.c: New file.
60743 2010-10-12  Jakub Jelinek  <jakub@redhat.com>
60745         [BZ #3268]
60746         * math/libm-test.inc (fma_test): Add some more fmaf tests, add
60747         fma tests.
60748         * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Fix Inf/Nan check.
60749         * sysdeps/ieee754/dbl-64/s_fma.c: New file.
60750         * sysdeps/i386/i686/multiarch/s_fma.c: Include
60751         sysdeps/ieee754/dbl-64/s_fma.c instead of math/s_fma.c.
60752         * sysdeps/x86_64/multiarch/s_fma.c: Likewise.
60753         * sysdeps/ieee754/ldbl-opt/s_fma.c: Likewise.
60754         * sysdeps/ieee754/ldbl-128/s_fma.c: New file.
60756 2010-10-12  Ulrich Drepper  <drepper@redhat.com>
60758         [BZ #12078]
60759         * posix/regcomp.c (parse_branch): One more memory leak plugged.
60760         * posix/bug-regex31.input: Add test case.
60762 2010-10-11  Ulrich Drepper  <drepper@gmail.com>
60764         * posix/bug-regex31.c: Rewrite to run multiple tests from stdin.
60765         * posix/bug-regex31.input: New file.
60767         [BZ #12078]
60768         * posix/regcomp.c (parse_branch): Free memory when allocation failed.
60769         (parse_sub_exp): Fix last change, use postorder.
60771         * posix/bug-regex31.c: New file.
60772         * posix/Makefile: Add rules to build and run bug-regex31.
60774         * posix/regcomp.c (parse_bracket_exp): Add missing re_free calls.
60776         [BZ #12078]
60777         * posix/regcomp.c (parse_sub_exp): Free tree data when it is not used.
60779         [BZ #12108]
60780         * stdio-common/psiginfo.c (psiginfo): Don't expext SIGRTMIN..SIGRTMAX
60781         to have entries in sys_siglist.
60783         [BZ #12093]
60784         * sysdeps/unix/sysv/linux/check_pf.c (__check_pf): ->ifa_addr might
60785         be NULL.
60787 2010-10-07  Jakub Jelinek  <jakub@redhat.com>
60789         [BZ #3268]
60790         * math/libm-test.inc (fma_test): Add 2 fmaf tests.
60791         * sysdeps/ieee754/dbl-64/s_fmaf.c: New file.
60792         * sysdeps/i386/i686/multiarch/s_fmaf.c: Include
60793         sysdeps/ieee754/dbl-64/s_fmaf.c instead of math/s_fmaf.c.
60794         * sysdeps/x86_64/multiarch/s_fmaf.c: Likewise.
60795         * include/fenv.h (feupdateenv, fetestexcept): Add libm_hidden_proto.
60796         * math/feupdateenv.c (feupdateenv): Add libm_hidden_ver.
60797         * sysdeps/i386/fpu/feupdateenv.c (feupdateenv): Likewise.
60798         * sysdeps/powerpc/fpu/feupdateenv.c (feupdateenv): Likewise.
60799         * sysdeps/x86_64/fpu/feupdateenv.c (feupdateenv): Likewise.
60800         * sysdeps/sparc/fpu/feupdateenv.c (feupdateenv): Likewise.
60801         * sysdeps/ia64/fpu/feupdateenv.c (feupdateenv): Add libm_hidden_def.
60802         * sysdeps/s390/fpu/feupdateenv.c (feupdateenv): Likewise.
60803         * math/ftestexcept.c (fetestexcept): Likewise.
60804         * sysdeps/ia64/fpu/ftestexcept.c (fetestexcept): Likewise.
60805         * sysdeps/i386/fpu/ftestexcept.c (fetestexcept): Likewise.
60806         * sysdeps/s390/fpu/ftestexcept.c (fetestexcept): Likewise.
60807         * sysdeps/powerpc/fpu/ftestexcept.c (fetestexcept): Likewise.
60808         * sysdeps/x86_64/fpu/ftestexcept.c (fetestexcept): Likewise.
60809         * sysdeps/sparc/fpu/ftestexcept.c (fetestexcept): Likewise.
60810         * sysdeps/sh/sh4/fpu/ftestexcept.c (fetestexcept): Likewise.
60812 2010-10-11  Ulrich Drepper  <drepper@gmail.com>
60814         [BZ #12107]
60815         * stdio-common/psiginfo.c (psiginfo): Terminate all strings with
60816         newline.
60818 2010-10-06  Ulrich Drepper  <drepper@gmail.com>
60820         * string/bug-strstr1.c: New file.
60821         * string/Makefile: Add rules to build and run bug-strstr1.
60823 2010-10-05  Eric Blake  <eblake@redhat.com>
60825         [BZ #12092]
60826         * string/str-two-way.h (two_way_long_needle): Always clear memory
60827         when skipping input due to the shift table.
60829 2010-10-03  Ulrich Drepper  <drepper@gmail.com>
60831         [BZ #12005]
60832         * malloc/mcheck.c: Handle large requests.
60834         [BZ #12077]
60835         * sysdeps/x86_64/strcmp.S: Fix handling of remaining bytes in buffer
60836         for strncmp and strncasecmp.
60837         * string/stratcliff.c: Add tests for strcmp and strncmp.
60838         * wcsmbs/wcsatcliff.c: Adjust for stratcliff change.
60840 2010-09-28  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
60842         * sysdeps/sh/sh4/fpu/fpu_control.h: Add 'extern "C"' protection to
60843         __set_fpscr.
60845 2010-09-30  Andreas Jaeger  <aj@suse.de>
60847         * sysdeps/unix/sysv/linux_fsinfo.h (BTRFS_SUPER_MAGIC): Define.
60848         (CGROUP_SUPER_MAGIC): Define.
60849         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
60850         Handle btrfs and cgroup file systems.
60851         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_filesize_max):
60852         Likewise.
60854 2010-09-27  Luis Machado  <luisgpm@br.ibm.com>
60856         * sysdeps/powerpc/powerpc32/rtld-memset.c: New file.
60857         * sysdeps/powerpc/powerpc64/rtld-memset.c: New file.
60859 2010-09-29  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
60861         [BZ #12067]
60862         * sysdeps/s390/s390-32/elf/start.S: Fix address calculation when
60863         trying to locate the ELF header.
60865 2010-09-27  Andreas Schwab  <schwab@redhat.com>
60867         [BZ #11611]
60868         * sysdeps/unix/sysv/linux/internal_statvfs.c (INTERNAL_STATVFS):
60869         Mask out sign-bit copies when constructing f_fsid.
60871 2010-09-24  Petr Baudis <pasky@suse.cz>
60873         * debug/stack_chk_fail_local.c: Add missing licence exception.
60874         * debug/warning-nop.c: Likewise.
60876 2010-09-15  Joseph Myers  <joseph@codesourcery.com>
60878         * sysdeps/unix/sysv/linux/getdents.c (__GETDENTS): When
60879         implementing getdents64 using getdents syscall, set d_type if
60880         __ASSUME_GETDENTS32_D_TYPE.
60882 2010-09-16  Andreas Schwab  <schwab@redhat.com>
60884         * elf/dl-close.c (free_slotinfo, free_mem): Move to...
60885         * elf/dl-libc.c (free_slotinfo, free_mem): ... here.
60887 2010-09-21  Ulrich Drepper  <drepper@redhat.com>
60889         [BZ #12037]
60890         * posix/unistd.h: Undo change of feature selection for ftruncate from
60891         2010-01-11.
60893 2010-09-20  Ulrich Drepper  <drepper@redhat.com>
60895         * sysdeps/x86_64/strcmp.S: Fix another typo in x86-64 strncasecmp limit
60896         detection.
60898 2010-09-20  Andreas Schwab  <schwab@redhat.com>
60900         * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list: Add
60901         fanotify_mark.
60902         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list: Likewise.
60904 2010-09-14  Andreas Schwab  <schwab@redhat.com>
60906         * sysdeps/s390/s390-32/__longjmp.c (__longjmp): Define register
60907         variables after CHECK_SP call.
60908         * sysdeps/s390/s390-64/__longjmp.c (__longjmp): Likewise.
60910 2010-09-13  Andreas Schwab  <schwab@redhat.com>
60911             Ulrich Drepper  <drepper@redhat.com>
60913         * elf/rtld.c (dl_main): Set GLRO(dl_init_all_dirs) just before
60914         re-relocationg ld.so.
60915         * elf/dl-support.c (_dl_non_dynamic_init): And here after the
60916         _dl_init_paths call.
60917         * elf/dl-load.c (_dl_init_paths).  Don't set GLRO(dl_init_all_dirs)
60918         here anymore.
60920 2010-09-14  Ulrich Drepper  <drepper@redhat.com>
60922         * resolv/res_init.c (__res_vinit): Count the default server we added.
60924 2010-09-08  Chung-Lin Tang  <cltang@codesourcery.com>
60925             Ulrich Drepper  <drepper@redhat.com>
60927         [BZ #11968]
60928         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S
60929         (____longjmp_chk): Use %ebx for saving value across system call.
60930         Add unwind info.
60932 2010-09-06  Andreas Schwab  <schwab@redhat.com>
60934         * manual/Makefile: Don't mix pattern rules with normal rules.
60936 2010-09-05  Andreas Schwab  <schwab@linux-m68k.org>
60938         * debug/vdprintf_chk.c (__vdprintf_chk): Remove undefined
60939         operation.
60940         * libio/iofdopen.c (_IO_new_fdopen): Likewise.
60941         * libio/iofopncook.c (_IO_cookie_init): Likewise.
60942         * libio/iovdprintf.c (_IO_vdprintf): Likewise.
60943         * libio/oldiofdopen.c (_IO_old_fdopen): Likewise.
60944         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
60945         Likewise.
60947 2010-09-04  Ulrich Drepper  <drepper@redhat.com>
60949         [BZ #11979]
60950         * iconvdata/gconv-modules: Remove EBCDIC-CP-AR2 alias from
60951         IBM-930, IBM-933, IBM-935, IBM-937, and IBM-939.
60953 2010-09-02  Ulrich Drepper  <drepper@redhat.com>
60955         * sysdeps/x86_64/add_n.S: Update from GMP 5.0.1.
60956         * sysdeps/x86_64/addmul_1.S: Likewise.
60957         * sysdeps/x86_64/lshift.S: Likewise.
60958         * sysdeps/x86_64/mul_1.S: Likewise.
60959         * sysdeps/x86_64/rshift.S: Likewise.
60960         * sysdeps/x86_64/sub_n.S: Likewise.
60961         * sysdeps/x86_64/submul_1.S: Likewise.
60963 2010-09-01  Samuel Thibault  <samuel.thibault@ens-lyon.org>
60965         This aligns bits/sched.h onto sysdeps/unix/sysv/linux/bits/sched.h:
60966         Define __sched_param instead of SCHED_* and sched_param when
60967         <bits/sched.h> is included with __need_schedparam defined.
60968         * bits/sched.h [__need_schedparam]
60969         (SCHED_OTHER, SCHED_FIFO, SCHED_RR, sched_param): Do not define.
60970         [!__defined_schedparam && (__need_schedparam || _SCHED_H)]
60971         (__defined_schedparam): Define to 1.
60972         (__sched_param): New structure, identical to sched_param.
60973         (__need_schedparam): Undefine.
60975 2010-08-31  Mike Frysinger  <vapier@gentoo.org>
60977         * sysdeps/unix/sysv/linux/sparc/sys/epoll.h (epoll_create2): Delete.
60978         (epoll_create1): Declare.
60980         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Fix typo.
60982 2010-08-31  Andreas Schwab  <schwab@redhat.com>
60984         [BZ #7066]
60985         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Fix array overflow when
60986         shifting retval into place.
60988 2010-09-01  Ulrich Drepper  <drepper@redhat.com>
60990         * nis/rpcsvc/nis.h: Update copyright notice.
60991         * nis/rpcsvc/nis.x: Likewise.
60992         * nis/rpcsvc/nis_callback.h: Likewise.
60993         * nis/rpcsvc/nis_callback.x: Likewise.
60994         * nis/rpcsvc/nis_object.x: Likewise.
60995         * nis/rpcsvc/nis_tags.h: Likewise.
60996         * nis/rpcsvc/yp.h: Likewise.
60997         * nis/rpcsvc/yp.x: Likewise.
60998         * nis/rpcsvc/ypupd.h: Likewise.
60999         * nis/yp_xdr.c: Likewise.
61000         * nis/ypupdate_xdr.c: Likewise.
61002         * sunrpc/pm_getport.c (__libc_rpc_getport): New function.  This is
61003         mainly the body of pmap_getport.  Add parameters to specify timeouts.
61004         (pmap_getport): Use __libc_rpc_getport.
61005         * sunrpc/Versions: Export __libc_rpc_getport with GLIBC_PRIVATE.
61006         * include/rpc/pmap_clnt.h: Declare __libc_rpc_getport.
61007         * nis/nis_findserv.c: Remove pmap_getport copy. Use __libc_rpc_getport.
61009 2010-08-31  Andreas Schwab  <schwab@linux-m68k.org>
61011         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list: Add
61012         fanotify_mark.
61014 2010-08-27  Roland McGrath  <roland@redhat.com>
61016         * sysdeps/i386/i686/multiarch/Makefile
61017         (CFLAGS-varshift.c): New variable.
61019 2010-08-27  Ulrich Drepper  <drepper@redhat.com>
61021         * sysdeps/i386/i686/multiarch/varshift.S: File removed.
61022         * sysdeps/i386/i686/multiarch/varshift.c: New file.
61024         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Move to .text.slow section.
61026         * sysdeps/x86_64/strlen.S: Minimal code improvement.
61028 2010-08-26  H.J. Lu  <hongjiu.lu@intel.com>
61030         * sysdeps/x86_64/strlen.S: Unroll the loop.
61031         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
61032         strlen-sse2 strlen-sse2-bsf.
61033         * sysdeps/x86_64/multiarch/strlen.S ((strlen): Return
61034         __strlen_no_bsf if bit_Slow_BSF is set.
61035         (__strlen_sse42): Removed.
61036         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: New file.
61037         * sysdeps/x86_64/multiarch/strlen-sse4.S: New file.
61039 2010-08-25  Roland McGrath  <roland@redhat.com>
61041         * sysdeps/x86_64/multiarch/varshift.S: File removed.
61042         * sysdeps/x86_64/multiarch/varshift.c: New file.
61043         * sysdeps/x86_64/multiarch/Makefile (CFLAGS-varshift.c): New variable.
61044         * sysdeps/x86_64/multiarch/varshift.h: Clean up decls, fix a cast.
61045         * sysdeps/x86_64/multiarch/memmove.c: Move decls around.
61046         * sysdeps/x86_64/multiarch/memmove_chk.c: Likewise.
61048 2010-08-25  H.J. Lu  <hongjiu.lu@intel.com>
61050         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
61051         strlen-sse2 strlen-sse2-bsf.
61052         * sysdeps/i386/i686/multiarch/strlen.S (strlen): Return
61053         __strlen_sse2_bsf if bit_Slow_BSF is unset.
61054         (__strlen_sse2): Removed.
61055         * sysdeps/i386/i686/multiarch/strlen-sse2-bsf.S: New file.
61056         * sysdeps/i386/i686/multiarch/strlen-sse2.S: New file.
61057         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): Set
61058         bit_Slow_BSF for Atom.
61059         * sysdeps/x86_64/multiarch/init-arch.h (bit_Slow_BSF): Define.
61060         (index_Slow_BSF): Define.
61061         (HAS_SLOW_BSF): Define.
61063 2010-08-25  Ulrich Drepper  <drepper@redhat.com>
61065         [BZ #10851]
61066         * resolv/res_init.c (__res_vinit): When no server address at all
61067         is given default to loopback.
61069 2010-08-24  Roland McGrath  <roland@redhat.com>
61071         * configure.in: Remove config-name.h generation.
61072         * configure: Regenerated.
61073         * config-name.in: File removed.
61074         * scripts/config-uname.sh: New file.
61075         * posix/Makefile (uname.c): Depend on $(objdir)config-name.h.
61076         ($(objdir)config-name.h): New target.
61078         * sunrpc/rpc_parse.h: Avoid nested comment.
61080 2010-08-24  Richard Henderson  <rth@redhat.com>
61081             Ulrich Drepper  <drepper@redhat.com>
61082             H.J. Lu  <hongjiu.lu@intel.com>
61084         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add varshift.
61085         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Likewise.
61086         * sysdeps/x86_64/multiarch/strcspn-c.c: Include "varshift.h".
61087         Replace _mm_srli_si128 with __m128i_shift_right.  Replace
61088         _mm_alignr_epi8 with _mm_loadu_si128.
61089         * sysdeps/x86_64/multiarch/strspn-c.c: Likewise.
61090         * sysdeps/x86_64/multiarch/strstr.c: Include "varshift.h".
61091         (__m128i_shift_right): Removed.
61092         * sysdeps/i386/i686/multiarch/varshift.h: New file.
61093         * sysdeps/i386/i686/multiarch/varshift.S: New file.
61094         * sysdeps/x86_64/multiarch/varshift.h: New file.
61095         * sysdeps/x86_64/multiarch/varshift.S: New file.
61097 2010-08-21  Mike Frysinger  <vapier@gentoo.org>
61099         * configure.in: Move assembler checks to before sysdep dir checking.
61101 2010-08-20  Petr Baudis  <pasky@suse.cz>
61103         * LICENSES: Sync the sunrpc license.
61105 2010-08-19  Ulrich Drepper  <drepper@redhat.com>
61107         * sunrpc/auth_des.c: Update copyright notice once again.
61108         * sunrpc/auth_none.c: Likewise.
61109         * sunrpc/auth_unix.c: Likewise.
61110         * sunrpc/authdes_prot.c: Likewise.
61111         * sunrpc/authuxprot.c: Likewise.
61112         * sunrpc/bindrsvprt.c: Likewise.
61113         * sunrpc/clnt_gen.c: Likewise.
61114         * sunrpc/clnt_perr.c: Likewise.
61115         * sunrpc/clnt_raw.c: Likewise.
61116         * sunrpc/clnt_simp.c: Likewise.
61117         * sunrpc/clnt_tcp.c: Likewise.
61118         * sunrpc/clnt_udp.c: Likewise.
61119         * sunrpc/clnt_unix.c: Likewise.
61120         * sunrpc/des_crypt.c: Likewise.
61121         * sunrpc/des_soft.c: Likewise.
61122         * sunrpc/get_myaddr.c: Likewise.
61123         * sunrpc/getrpcport.c: Likewise.
61124         * sunrpc/key_call.c: Likewise.
61125         * sunrpc/key_prot.c: Likewise.
61126         * sunrpc/openchild.c: Likewise.
61127         * sunrpc/pm_getmaps.c: Likewise.
61128         * sunrpc/pm_getport.c: Likewise.
61129         * sunrpc/pmap_clnt.c: Likewise.
61130         * sunrpc/pmap_prot.c: Likewise.
61131         * sunrpc/pmap_prot2.c: Likewise.
61132         * sunrpc/pmap_rmt.c: Likewise.
61133         * sunrpc/rpc/auth.h: Likewise.
61134         * sunrpc/rpc/auth_unix.h: Likewise.
61135         * sunrpc/rpc/clnt.h: Likewise.
61136         * sunrpc/rpc/des_crypt.h: Likewise.
61137         * sunrpc/rpc/key_prot.h: Likewise.
61138         * sunrpc/rpc/netdb.h: Likewise.
61139         * sunrpc/rpc/pmap_clnt.h: Likewise.
61140         * sunrpc/rpc/pmap_prot.h: Likewise.
61141         * sunrpc/rpc/pmap_rmt.h: Likewise.
61142         * sunrpc/rpc/rpc.h: Likewise.
61143         * sunrpc/rpc/rpc_des.h: Likewise.
61144         * sunrpc/rpc/rpc_msg.h: Likewise.
61145         * sunrpc/rpc/svc.h: Likewise.
61146         * sunrpc/rpc/svc_auth.h: Likewise.
61147         * sunrpc/rpc/types.h: Likewise.
61148         * sunrpc/rpc/xdr.h: Likewise.
61149         * sunrpc/rpc_clntout.c: Likewise.
61150         * sunrpc/rpc_cmsg.c: Likewise.
61151         * sunrpc/rpc_common.c: Likewise.
61152         * sunrpc/rpc_cout.c: Likewise.
61153         * sunrpc/rpc_dtable.c: Likewise.
61154         * sunrpc/rpc_hout.c: Likewise.
61155         * sunrpc/rpc_main.c: Likewise.
61156         * sunrpc/rpc_parse.c: Likewise.
61157         * sunrpc/rpc_parse.h: Likewise.
61158         * sunrpc/rpc_prot.c: Likewise.
61159         * sunrpc/rpc_sample.c: Likewise.
61160         * sunrpc/rpc_scan.c: Likewise.
61161         * sunrpc/rpc_scan.h: Likewise.
61162         * sunrpc/rpc_svcout.c: Likewise.
61163         * sunrpc/rpc_tblout.c: Likewise.
61164         * sunrpc/rpc_util.c: Likewise.
61165         * sunrpc/rpc_util.h: Likewise.
61166         * sunrpc/rpcinfo.c: Likewise.
61167         * sunrpc/rpcsvc/bootparam_prot.x: Likewise.
61168         * sunrpc/rpcsvc/key_prot.x: Likewise.
61169         * sunrpc/rpcsvc/klm_prot.x: Likewise.
61170         * sunrpc/rpcsvc/mount.x: Likewise.
61171         * sunrpc/rpcsvc/nfs_prot.x: Likewise.
61172         * sunrpc/rpcsvc/nlm_prot.x: Likewise.
61173         * sunrpc/rpcsvc/rex.x: Likewise.
61174         * sunrpc/rpcsvc/rstat.x: Likewise.
61175         * sunrpc/rpcsvc/rusers.x: Likewise.
61176         * sunrpc/rpcsvc/sm_inter.x: Likewise.
61177         * sunrpc/rpcsvc/spray.x: Likewise.
61178         * sunrpc/rpcsvc/yppasswd.x: Likewise.
61179         * sunrpc/rtime.c: Likewise.
61180         * sunrpc/svc.c: Likewise.
61181         * sunrpc/svc_auth.c: Likewise.
61182         * sunrpc/svc_authux.c: Likewise.
61183         * sunrpc/svc_raw.c: Likewise.
61184         * sunrpc/svc_run.c: Likewise.
61185         * sunrpc/svc_simple.c: Likewise.
61186         * sunrpc/svc_tcp.c: Likewise.
61187         * sunrpc/svc_udp.c: Likewise.
61188         * sunrpc/svc_unix.c: Likewise.
61189         * sunrpc/svcauth_des.c: Likewise.
61190         * sunrpc/xcrypt.c: Likewise.
61191         * sunrpc/xdr.c: Likewise.
61192         * sunrpc/xdr_array.c: Likewise.
61193         * sunrpc/xdr_float.c: Likewise.
61194         * sunrpc/xdr_mem.c: Likewise.
61195         * sunrpc/xdr_rec.c: Likewise.
61196         * sunrpc/xdr_ref.c: Likewise.
61197         * sunrpc/xdr_sizeof.c: Likewise.
61198         * sunrpc/xdr_stdio.c: Likewise.
61200         * sysdeps/x86_64/multiarch/strcmp.S: Fix two typos in strncasecmp
61201         handling.
61203 2010-08-19  Andreas Schwab  <schwab@redhat.com>
61205         * sysdeps/i386/i686/multiarch/strspn.S [!SHARED]: Fix SSE4.2 check.
61207 2010-08-19  Luis Machado  <luisgpm@br.ibm.com>
61209         * sysdeps/powerpc/powerpc32/power7/memchr.S: New file.
61210         * sysdeps/powerpc/powerpc32/power7/memrchr.S: New file.
61211         * sysdeps/powerpc/powerpc32/power7/rawmemchr.S: New file.
61212         * sysdeps/powerpc/powerpc32/power7/strchr.S: New file.
61213         * sysdeps/powerpc/powerpc32/power7/strchrnul.S: New file.
61214         * sysdeps/powerpc/powerpc32/power7/strlen.S: New file.
61215         * sysdeps/powerpc/powerpc32/power7/strnlen.S: New file.
61216         * sysdeps/powerpc/powerpc64/power7/memchr.S: New file.
61217         * sysdeps/powerpc/powerpc64/power7/memrchr.S: New file.
61218         * sysdeps/powerpc/powerpc64/power7/rawmemchr.S: New file.
61219         * sysdeps/powerpc/powerpc64/power7/strchr.S: New file.
61220         * sysdeps/powerpc/powerpc64/power7/strchrnul.S: New file.
61221         * sysdeps/powerpc/powerpc64/power7/strlen.S: New file.
61222         * sysdeps/powerpc/powerpc64/power7/strnlen.S: New file.
61224 2010-07-26  Anton Blanchard  <anton@samba.org>
61226         * malloc/malloc.c (sYSTRIm): Replace divide and multiply with mask.
61227         * malloc/arena.c (heap_trim): Likewise.
61229 2010-08-16  Ulrich Drepper  <drepper@redhat.com>
61231         * sysdeps/unix/sysv/linux/syscalls.list: Add entry for fanotify_init
61232         here.  Not...
61233         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: ...here...
61234         * sysdeps/unix/sysv/linux/i386/syscalls.list: ... orhere.
61236 2010-08-12  H.J. Lu  <hongjiu.lu@intel.com>
61238         * sysdeps/i386/elf/Makefile: New file.
61240 2010-08-14  Andreas Schwab  <schwab@linux-m68k.org>
61242         * sysdeps/unix/sysv/linux/sys/fanotify.h: Remove third argument
61243         from fanotify_init.
61244         * sysdeps/unix/sysv/linux/i386/syscalls.list: Likewise.
61245         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Likewise.
61247 2010-08-15  Ulrich Drepper  <drepper@redhat.com>
61249         * sysdeps/x86_64/strcmp.S: Use correct register for fourth parameter
61250         of strncasecmp_l.
61251         * sysdeps/multiarch/strcmp.S: Likewise.
61253 2010-08-14  Ulrich Drepper  <drepper@redhat.com>
61255         * sysdeps/x86_64/Makefile [subdir=string] (sysdep_routines): Add
61256         strncase_l-nonascii.
61257         * sysdeps/x86_64/multiarch/Makefile [subdir=string] (sysdep_routines):
61258         Add strncase_l-ssse3.
61259         * sysdeps/x86_64/multiarch/strcmp.S: Prepare for use as strncasecmp.
61260         * sysdeps/x86_64/strcmp.S: Likewise.
61261         * sysdeps/x86_64/multiarch/strncase_l-ssse3.S: New file.
61262         * sysdeps/x86_64/multiarch/strncase_l.S: New file.
61263         * sysdeps/x86_64/strncase.S: New file.
61264         * sysdeps/x86_64/strncase_l-nonascii.c: New file.
61265         * sysdeps/x86_64/strncase_l.S: New file.
61266         * string/Makefile (strop-tests): Add strncasecmp.
61267         * string/test-strncasecmp.c: New file.
61269         * sysdeps/x86_64/strcasecmp_l-nonascii.c: Add prototype to avoid
61270         warning.
61272         * sysdeps/x86_64/strcmp.S: Move definition of NO_NOLOCALE_ALIAS to...
61273         * sysdeps/x86_64/multiarch/strcasecmp_l-ssse3.S: ... here.
61275 2010-08-14  Andreas Schwab  <schwab@linux-m68k.org>
61277         * sysdeps/unix/sysv/linux/prlimit.c: Make it compile.
61279 2010-08-12  Ulrich Drepper  <drepper@redhat.com>
61281         * sysdeps/unix/sysv/linux/bits/termios.h: Define EXTPROC.
61282         * sysdeps/unix/sysv/linux/powerpc/bits/termios.h: Likewise.
61283         * sysdeps/unix/sysv/linux/sparc/bits/termios.h: Likewise.
61285 2010-05-01  Alan Modra  <amodra@gmail.com>
61287         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Correct cfi for r24.
61288         * sysdeps/powerpc/powerpc64/bsd-_setjmp.S: Move contents..
61289         * sysdeps/powerpc/powerpc64/bsd-setjmp.S: ..and these too..
61290         * sysdeps/powerpc/powerpc64/setjmp.S: ..to here..
61291         * sysdeps/powerpc/powerpc64/setjmp-common.S: ..and here, with some
61292         tidying.  Don't tail-call __sigjmp_save for static lib.
61293         * sysdeps/powerpc/powerpc64/sysdep.h (SAVE_ARG, REST_ARG): Correct
61294         save location.
61295         (CFI_SAVE_ARG, CFI_REST_ARG): New macros.
61296         (CALL_MCOUNT): Add eh info, and nop after bl.
61297         (TAIL_CALL_SYSCALL_ERROR): New macro.
61298         (PSEUDO_RET): Use it.
61299         * sysdeps/powerpc/powerpc64/dl-trampoline.S (_dl_runtime_resolve):
61300         Correct save location of integer regs and cr.
61301         (_dl_profile_resolve): Correct cr save location.  Delete nops
61302         after bl when SHARED.  Reduce cfi size a little by better
61303         placement of cfi directives.
61304         * sysdeps/powerpc/powerpc64/fpu/s_copysign.S (__copysign): Don't
61305         make a stack frame.  Instead use parm save area as a temp.
61306         * sysdeps/unix/sysv/linux/powerpc/powerpc64/brk.S (__brk): Don't
61307         make a stack frame.  Use TAIL_CALL_SYSCALL_ERROR.
61308         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S (__clone):
61309         Don't make a stack frame for parent, use parm save area.
61310         Increase child stack frame to 112 bytes.  Don't save unused reg,
61311         and adjust reg usage.  Set up cfi on error recovery and
61312         epilogue of parent, and use TAIL_CALL_SYSCALL_ERROR, PSEUDO_RET.
61313         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S
61314         (__makecontext): Add dummy nop after jump to exit.
61315         * sysdeps/unix/sysv/linux/powerpc/powerpc64/socket.S (__socket):
61316         Use correct parm save area and cr save, reduce stack frame.
61317         Correct cfi for possible PSEUDO_RET frame setup.
61318         * sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S (__vfork):
61319         Branch to local label emitted by PSEUDO_RET rather than
61320         __syscall_error.
61322 2010-08-12  Andreas Schwab  <schwab@redhat.com>
61324         [BZ #11904]
61325         * locale/programs/locale.c (print_assignment): New function.
61326         (show_locale_vars): Use it.
61328 2010-08-11  Ulrich Drepper  <drepper@redhat.com>
61330         * sysdeps/unix/sysv/linux/bits/statfs.h (struct statfs): Add f_flags
61331         field.
61332         (struct statfs64): Likewise.
61333         (_STATFS_F_FLAGS): Define.
61334         * sysdeps/unix/sysv/linux/s390/bits/statfs.h: Likewise.
61335         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
61336         Don't define if __ASSUME_STATFS_F_FLAGS is defined.
61337         (ST_VALID): Define locally.
61338         (INTERNAL_STATVFS): If f_flags has ST_VALID set don't call
61339         __statvfs_getflags, use the provided value.
61340         * sysdeps/unix/sysv/linux/kernel-features.h: Define
61341         __ASSUME_STATFS_F_FLAGS.
61343         * sysdeps/unix/sysv/linux/sys/inotify.h (IN_EXCL_UNLINK): Define.
61345         * sysdeps/unix/sysv/linux/Makefile [subdir=misc] (sysdep_headers):
61346         Add sys/fanotify.h.
61347         * sysdeps/unix/sysv/linux/Versions [libc]: Export fanotify_init and
61348         fanotify_mask for GLIBC_2.13.
61349         * sysdeps/unix/sysv/linux/i386/syscalls.list: Add entries for
61350         fanotify_init and fanotify_mark.
61351         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Likewise.
61352         * sysdeps/unix/sysv/linux/sys/fanotify.h: New file.
61354         * sysdeps/unix/sysv/linux/Makefile [subdir=misc] (sysdep_routines):
61355         Add prlimit.
61356         * sysdeps/unix/sysv/linux/Versions [libc]: Export prlimit and
61357         prlimit64 for GLIBC_2.13.
61358         * sysdeps/unix/sysv/linux/bits/resource.h: Declare prlimit and
61359         prlimit64.
61360         * sysdeps/unix/sysv/linux/i386/syscalls.list: Add entry for prlimit64
61361         syscall.
61362         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list: Likewise.
61363         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list: Likewise.
61364         * sysdeps/unix/sysv/linux/sh/syscalls.list: Likewise.
61365         * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.lis: Likewise.
61366         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Likewise.  Also
61367         add prlimit alias.
61368         * sysdeps/unix/sysv/linux/prlimit.c: New file.
61370         [BZ #11903]
61371         * sysdeps/generic/netinet/ip.h (IPTOS_CLASS): Fix definition.
61372         Patch by Evgeni Bikov <bikovevg@iitp.ru>.
61374         * nss/Makefile: Add rules to build and run tst-nss-test1.
61375         * shlib-versions: Add entry for libnss_test1.
61376         * nss/nss_test1.c: New file.
61377         * nss/tst-nss-test1.c: New file.
61379         * nss/nsswitch.c (__nss_database_custom): Define new variable.
61380         (__nss_configure_lookup): Set appropriate entry in
61381         __nss_configure_lookup to true.
61382         * nss/nsswitch.h: Define enum with indeces of databases in
61383         databases and __nss_database_custom arrays.  Declare
61384         __nss_database_custom.
61385         * grp/initgroups.c (internal_getgrouplist): Use __nss_database_custom
61386         to avoid using nscd when custom rules are installed.
61387         * nss/getXXbyYY_r.c: Likewise.
61388         * sysdeps/posix/getaddrinfo.c (gaih_inet): Likewise.
61390         * nss/nss_files/files-parse.c: Whitespace fixes.
61392 2010-08-09  Ulrich Drepper  <drepper@redhat.com>
61394         [BZ #11883]
61395         * posix/fnmatch.c: Keep track of alloca use and fall back on malloc.
61396         * posix/fnmatch_loop.c: Likewise.
61398 2010-07-17  Andi Kleen  <ak@linux.intel.com>
61400         * sysdeps/i386/i386-mcount.S (__fentry__): Define.
61401         * sysdeps/x86_64/_mcount.S (__fentry__): Define.
61402         * stdlib/Versions (__fentry__): Add for GLIBC 2.13
61403         * Versions.def [GLIBC_2.13]: Add.
61405 2010-08-06  Ulrich Drepper  <drepper@redhat.com>
61407         * sysdeps/unix/sysv/linux/getlogin_r.c (__getlogin_r_loginuid):
61408         Also fail if tpwd after pwuid call is NULL.
61410 2010-07-31  Samuel Thibault  <samuel.thibault@ens-lyon.org>
61412         * hurd/hurdselect.c (_hurd_select): Round timeout up instead of down
61413         when converting to ms.
61415 2010-06-06  Samuel Thibault  <samuel.thibault@ens-lyon.org>
61417         * sysdeps/mach/hurd/ttyname.c (ttyname): Replace MIG_BAD_ID and
61418         EOPNOTSUPP errors with ENOTTY.
61419         * sysdeps/mach/hurd/ttyname_r.c (__ttyname_r): Replace MIG_BAD_ID and
61420         EOPNOTSUPP errors with ENOTTY.
61422 2010-07-31  Ulrich Drepper  <drepper@redhat.com>
61424         * sysdeps/x86_64/multiarch/Makefile [subdir=string] (sysdep_routines):
61425         Add strcasecmp_l-ssse3.
61426         * sysdeps/x86_64/multiarch/strcmp.S: Add support to compile for
61427         strcasecmp.
61428         * sysdeps/x86_64/strcmp.S: Allow more flexible compiling of strcasecmp.
61429         * sysdeps/x86_64/multiarch/strcasecmp_l.S: New file.
61430         * sysdeps/x86_64/multiarch/strcasecmp_l-ssse3.S: New file.
61432 2010-07-30  Ulrich Drepper  <drepper@redhat.com>
61434         * sysdeps/x86_64/multiarch/strcmp.S: Pretty printing.
61436         * string/Makefile (strop-tests): Add strcasecmp.
61437         * sysdeps/x86_64/Makefile [subdir=string] (sysdep_routines): Add
61438         strcasecmp_l-nonascii.
61439         (gen-as-const-headers): Add locale-defines.sym.
61440         * sysdeps/x86_64/strcmp.S: Add support for strcasecmp implementation.
61441         * sysdeps/x86_64/strcasecmp.S: New file.
61442         * sysdeps/x86_64/strcasecmp_l.S: New file.
61443         * sysdeps/x86_64/strcasecmp_l-nonascii.c: New file.
61444         * sysdeps/x86_64/locale-defines.sym: New file.
61445         * string/test-strcasecmp.c: New file.
61447         * string/test-strcasestr.c: Test both ends of the range of characters.
61448         * sysdeps/x86_64/multiarch/strstr.c: Fix UCHIGH definition.
61450 2010-07-29  Roland McGrath  <roland@redhat.com>
61452         [BZ #11856]
61453         * manual/locale.texi (Yes-or-No Questions): Fix example code.
61455 2010-07-27  Ulrich Drepper  <drepper@redhat.com>
61457         * sysdeps/x86_64/multiarch/strcmp-ssse3.S: Avoid compiling the file
61458         for ld.so.
61460 2010-07-27  Andreas Schwab  <schwab@redhat.com>
61462         * manual/memory.texi (Malloc Tunable Parameters): Document
61463         M_PERTURB.
61465 2010-07-26  Roland McGrath  <roland@redhat.com>
61467         [BZ #11840]
61468         * configure.in (-fgnu89-inline check): Set and substitute
61469         gnu89_inline, not libc_cv_gnu89_inline.
61470         * configure: Regenerated.
61471         * config.make.in (gnu89-inline-CFLAGS): Use @gnu89_inline@.
61473 2010-07-26  Ulrich Drepper  <drepper@redhat.com>
61475         * string/test-strnlen.c: New file.
61476         * string/Makefile (strop-tests): Add strnlen.
61477         * string/tester.c (test_strnlen): Add a few more test cases.
61478         * string/tst-strlen.c: Better error reporting.
61480         * sysdeps/x86_64/strnlen.S: New file.
61482 2010-07-24  Ulrich Drepper  <drepper@redhat.com>
61484         * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu_tolower): Use
61485         lower-latency instructions.
61487 2010-07-23  Ulrich Drepper  <drepper@redhat.com>
61489         * string/test-strcasestr.c: New file.
61490         * string/test-strstr.c: New file.
61491         * string/Makefile (strop-tests): Add strstr and strcasestr.
61492         * string/str-two-way.h: Don't undefine MAX.
61493         * string/strcasestr.c: Don't define alias if NO_ALIAS is defined.
61495 2010-07-21  Andreas Schwab  <schwab@redhat.com>
61497         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
61498         strcasestr-nonascii.
61499         (CFLAGS-strcasestr-nonascii.c): Define.
61500         * sysdeps/i386/i686/multiarch/strcasestr-nonascii.c: New file.
61501         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c (STRSTR_SSE42):
61502         Remove unused attribute.
61504 2010-07-20  Roland McGrath  <roland@redhat.com>
61506         * elf/dl-sysdep.c (_dl_important_hwcaps): Add dsocaps mask to
61507         dl_hwcap_mask as well as dl_hwcap.  Without this, dsocaps matching in
61508         ld.so.cache was broken.  With it, there is no way to disable dsocaps
61509         like LD_HWCAP_MASK can disable hwcaps.
61511 2010-06-02  Emilio Pozuelo Monfort  <pochu27@gmail.com>
61513         * sysdeps/mach/hurd/sendmsg.c (__libc_sendmsg): Fix memory leaks.
61515 2010-07-16  Ulrich Drepper  <drepper@redhat.com>
61517         * sysdeps/x86_64/multiarch/strstr.c: Rewrite to avoid indirect function
61518         call in strcasestr.
61519         * sysdeps/x86_64/multiarch/strcasestr.c: Declare
61520         __strcasestr_sse42_nonascii.
61521         * sysdeps/x86_64/multiarch/Makefile: Add rules to build
61522         strcasestr-nonascii.c.
61523         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c: New file.
61525 2010-06-15  Luis Machado  <luisgpm@br.ibm.com>
61527         * sysdeps/powerpc/powerpc32/power6/fpu/s_copysign.S: New file.
61528         * sysdeps/powerpc/powerpc32/power6/fpu/s_copysignf.S: New file.
61529         * sysdeps/powerpc/powerpc64/power6/fpu/s_copysign.S: New file.
61530         * sysdeps/powerpc/powerpc64/power6/fpu/s_copysignf.S: New file.
61532 2010-07-09  Ulrich Drepper  <drepper@redhat.com>
61534         * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Use __fcntl not
61535         fcntl.
61537 2010-07-06  Andreas Schwab  <schwab@redhat.com>
61539         [BZ #11577]
61540         * elf/dl-version.c (match_symbol): Don't pass NULL occation to
61541         dl_signal_cerror.
61543 2010-07-06  Ulrich Drepper  <drepper@redhat.com>
61545         * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Implement
61546         _PC_PIPE_BUF using F_GETPIPE_SZ.
61548 2010-07-05  Roland McGrath  <roland@redhat.com>
61550         * manual/arith.texi (Rounding Functions): Fix rint description
61551         implicit in round description.
61553 2010-07-02  Ulrich Drepper  <drepper@redhat.com>
61555         * elf/Makefile: Fix linking for a few tests to make recent linker
61556         happy.
61558 2010-06-30  Andreas Schwab  <schwab@redhat.com>
61560         * dlfcn/Makefile (LDLIBS-bug-atexit3-lib.so): Readd
61561         $(common-objpfx)libc_nonshared.a.
61563 2010-06-21  Luis Machado  <luisgpm@br.ibm.com>
61565         * sysdeps/powerpc/powerpc32/970/fpu/Implies: Remove.
61566         * sysdeps/powerpc/powerpc32/power5/fpu/Implies: Remove.
61567         * sysdeps/powerpc/powerpc32/power5+/fpu/Implies: Remove.
61568         * sysdeps/powerpc/powerpc32/power6x/fpu/Implies: Remove.
61569         * sysdeps/powerpc/powerpc64/970/fpu/Implies: Remove.
61570         * sysdeps/powerpc/powerpc64/power5/fpu/Implies: Remove.
61571         * sysdeps/powerpc/powerpc64/power5+/fpu/Implies: Remove.
61572         * sysdeps/powerpc/powerpc64/power6x/fpu/Implies: Remove.
61573         * sysdeps/unix/sysv/linux/powerpc/powerpc32/970/fpu/Implies: Remove.
61574         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power4/fpu/Implies: Remove.
61575         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5/fpu/Implies: Remove.
61576         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5+/fpu/Implies: Remove.
61577         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/fpu/Implies: Remove.
61578         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6x/fpu/Implies: Remove.
61579         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power7/fpu/Implies: Remove.
61580         * sysdeps/unix/sysv/linux/powerpc/powerpc64/970/fpu/Implies: Remove.
61581         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power4/fpu/Implies: Remove.
61582         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5/fpu/Implies: Remove.
61583         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5+/fpu/Implies: Remove.
61584         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/fpu/Implies: Remove.
61585         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6x/fpu/Implies: Remove.
61586         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power7/fpu/Implies: Remove.
61587         * sysdeps/powerpc/powerpc32/970/Implies: Point to power4.
61588         * sysdeps/powerpc/powerpc32/power5/Implies: Point to power4.
61589         * sysdeps/powerpc/powerpc32/power5+/Implies: Point to power5.
61590         * sysdeps/powerpc/powerpc32/power6/Implies: Point to power5+.
61591         * sysdeps/powerpc/powerpc32/power6x/Implies: Point to power6.
61592         * sysdeps/powerpc/powerpc64/970/Implies: Point to power4.
61593         * sysdeps/powerpc/powerpc64/power5/Implies: Point to power4.
61594         * sysdeps/powerpc/powerpc64/power5+/Implies: Point to power5.
61595         * sysdeps/powerpc/powerpc64/power6/Implies: Point to power5+.
61596         * sysdeps/powerpc/powerpc64/power6x/Implies: Point to power6.
61597         * sysdeps/powerpc/powerpc32/power7/Implies: New file.
61598         * sysdeps/powerpc/powerpc64/power7/Implies: New file.
61599         * sysdeps/unix/sysv/linux/powerpc/powerpc32/970/Implies: New file.
61600         * sysdeps/unix/sysv/linux/powerpc/powerpc32/cell/Implies: New file.
61601         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power4/Implies: New file.
61602         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5/Implies: New file.
61603         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/Implies: New file.
61604         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6x/Implies: New file.
61605         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power7/Implies: New file.
61606         * sysdeps/unix/sysv/linux/powerpc/powerpc64/970/Implies: New file.
61607         * sysdeps/unix/sysv/linux/powerpc/powerpc64/cell/Implies: New file.
61608         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power4/Implies: New file.
61609         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5/Implies: New file.
61610         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/Implies: New file.
61611         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6x/Implies: New file.
61612         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power7/Implies: New file.
61614 2010-06-25  H.J. Lu  <hongjiu.lu@intel.com>
61616         * debug/memmove_chk.c (__memmove_chk): Renamed to ...
61617         (MEMMOVE_CHK): ...this.  Default to __memmove_chk.
61618         * string/memmove.c (memmove): Renamed to ...
61619         (MEMMOVE): ...this.  Default to memmove.
61620         * sysdeps/x86_64/memcpy.S: Use ENTRY_CHK and END_CHK.
61621         * sysdeps/x86_64/sysdep.h (ENTRY_CHK): Define.
61622         (END_CHK): Define.
61623         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
61624         memcpy-ssse3 mempcpy-ssse3 memmove-ssse3 memcpy-ssse3-back
61625         mempcpy-ssse3-back memmove-ssse3-back.
61626         * sysdeps/x86_64/multiarch/bcopy.S: New file .
61627         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: New file.
61628         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: New file.
61629         * sysdeps/x86_64/multiarch/memcpy.S: New file.
61630         * sysdeps/x86_64/multiarch/memcpy_chk.S: New file.
61631         * sysdeps/x86_64/multiarch/memmove-ssse3-back.S: New file.
61632         * sysdeps/x86_64/multiarch/memmove-ssse3.S: New file.
61633         * sysdeps/x86_64/multiarch/memmove.c: New file.
61634         * sysdeps/x86_64/multiarch/memmove_chk.c: New file.
61635         * sysdeps/x86_64/multiarch/mempcpy-ssse3-back.S: New file.
61636         * sysdeps/x86_64/multiarch/mempcpy-ssse3.S: New file.
61637         * sysdeps/x86_64/multiarch/mempcpy.S: New file.
61638         * sysdeps/x86_64/multiarch/mempcpy_chk.S: New file.
61639         * sysdeps/x86_64/multiarch/init-arch.h (bit_Fast_Copy_Backward):
61640         Define.
61641         (index_Fast_Copy_Backward): Define.
61642         (HAS_ARCH_FEATURE): Define.
61643         (HAS_FAST_REP_STRING): Define.
61644         (HAS_FAST_COPY_BACKWARD): Define.
61646 2010-06-21  Andreas Schwab  <schwab@redhat.com>
61648         * sysdeps/unix/sysv/linux/getlogin_r.c (__getlogin_r_loginuid):
61649         Restore proper fallback handling.
61651 2010-06-19  Ulrich Drepper  <drepper@redhat.com>
61653         [BZ #11701]
61654         * posix/group_member.c (__group_member): Correct checking loop.
61656         * sysdeps/unix/sysv/linux/getlogin_r.c (__getlogin_r_loginuid): Handle
61657         OOM in getpwuid_r correctly.  Return error number when the caller
61658         should return, otherwise -1.
61659         (getlogin_r): Adjust to return also for result of __getlogin_r_loginuid
61660         call returning > 0 value.
61661         * sysdeps/unix/sysv/linux/getlogin.c (getlogin): Likewise.
61663 2010-06-07  Andreas Schwab  <schwab@redhat.com>
61665         * dlfcn/Makefile: Remove explicit dependencies on libc.so and
61666         libc_nonshared.a from targets in modules-names.
61668 2010-06-02  Kirill A. Shutemov  <kirill@shutemov.name>
61670         * elf/dl-reloc.c: Flush cache after solving TEXTRELs if arch
61671         requires it.
61673 2010-06-10  Luis Machado  <luisgpm@br.ibm.com>
61675         * sysdeps/powerpc/powerpc32/power7/memcmp.S: New file
61676         * sysdeps/powerpc/powerpc64/power7/memcmp.S: New file.
61677         * sysdeps/powerpc/powerpc32/power7/strncmp.S: New file.
61678         * sysdeps/powerpc/powerpc64/power7/strncmp.S: New file.
61680 2010-06-02  Andreas Schwab  <schwab@redhat.com>
61682         * nis/nss_nis/nis-initgroups.c (get_uid): Properly resize buffer.
61684 2010-06-14  Ulrich Drepper  <drepper@redhat.com>
61686         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Define F_SETPIPE_SZ
61687         and F_GETPIPE_SZ.
61688         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Likewise.
61689         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
61690         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
61691         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
61692         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
61693         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise
61695 2010-06-14  Roland McGrath  <roland@redhat.com>
61697         * manual/libc.texinfo (@copying): Change to GFDL v1.3.
61699 2010-06-07  Jakub Jelinek  <jakub@redhat.com>
61701         * libio/stdio.h (sscanf, vsscanf): Use __REDIRECT_NTH instead of
61702         __REDIRECT followed by __THROW.
61703         * wcsmbs/wchar.h (swscanf, vswscanf): Likewise.
61704         * posix/getopt.h (getopt): Likewise.
61706 2010-06-02  Emilio Pozuelo Monfort  <pochu27@gmail.com>
61708         * hurd/lookup-at.c (__file_name_lookup_at): Accept
61709         AT_SYMLINK_FOLLOW in AT_FLAGS.  Fail with EINVAL if both
61710         AT_SYMLINK_FOLLOW and AT_SYMLINK_NOFOLLOW are present
61711         in AT_FLAGS.
61712         * hurd/hurd/fd.h (__file_name_lookup_at): Update comment.
61713         * sysdeps/mach/hurd/linkat.c (linkat): Pass O_NOLINK in FLAGS.
61715 2010-05-28  Luis Machado  <luisgpm@br.ibm.com>
61717         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Exchange srdi for srwi.
61719 2010-05-26  H.J. Lu  <hongjiu.lu@intel.com>
61721         [BZ #11640]
61722         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
61723         Properly check family and model.
61725 2010-05-26  Takashi Yoshii  <takashi.yoshii.zj@renesas.com>
61727         * sysdeps/unix/sysv/linux/sh/sh4/register-dump.h: Fix iov[] size.
61729 2010-05-24  Luis Machado  <luisgpm@br.ibm.com>
61731         * sysdeps/powerpc/powerpc32/power7/memset.S: POWER7 32-bit memset fix.
61733 2010-05-21  Ulrich Drepper  <drepper@redhat.com>
61735         * elf/dl-runtime.c (_dl_profile_fixup): Don't crash on unresolved weak
61736         symbol reference.
61738 2010-05-19  Andreas Schwab  <schwab@redhat.com>
61740         * elf/dl-runtime.c (_dl_fixup): Don't crash on unresolved weak
61741         symbol reference.
61743 2010-05-21  Andreas Schwab  <schwab@redhat.com>
61745         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Add recvmmsg
61746         and internal_recvmmsg.
61747         * sysdeps/unix/sysv/linux/recvmmsg.c: New file.
61748         * sysdeps/unix/sysv/linux/internal_recvmmsg.S: New file.
61749         * sysdeps/unix/sysv/linux/socketcall.h (SOCKOP_recvmmsg): Define.
61750         * sysdeps/unix/sysv/linux/syscalls.list (recvmmsg): Remove.
61752         * sunrpc/clnt_tcp.c (clnttcp_control): Add missing break.
61753         * sunrpc/clnt_udp.c (clntudp_control): Likewise.
61754         * sunrpc/clnt_unix.c (clntunix_control): Likewise.
61756 2010-05-20  Andreas Schwab  <schwab@redhat.com>
61758         * sysdeps/unix/sysv/linux/sys/timex.h: Use __REDIRECT_NTH.
61760 2010-05-17  Luis Machado  <luisgpm@br.ibm.com>
61762         POWER7 optimizations.
61763         * sysdeps/powerpc/powerpc64/power7/memset.S: New file.
61764         * sysdeps/powerpc/powerpc32/power7/memset.S: New file.
61766 2010-05-19  Ulrich Drepper  <drepper@redhat.com>
61768         * version.h: Update for 2.13 development version.
61770 2010-05-12  Andrew Stubbs  <ams@codesourcery.com>
61772         * sysdeps/sh/sh4/fpu/feholdexcpt.c (feholdexcept): Really disable all
61773         exceptions.  Return 0.
61775 2010-05-07  Roland McGrath  <roland@redhat.com>
61777         * elf/ldconfig.c (main): Add a const.
61779 2010-05-06  Ulrich Drepper  <drepper@redhat.com>
61781         * nss/getent.c (idn_flags): Default to AI_IDN|AI_CANONIDN.
61782         (args_options): Add no-idn option.
61783         (ahosts_keys_int): Add idn_flags to ai_flags.
61784         (parse_option): Handle 'i' option to clear idn_flags.
61786         * malloc/malloc.c (_int_free): Possible race in the most recently
61787         added check.  Only act on the data if no current modification
61788         happened.
61790 See ChangeLog.17 for earlier changes.