Fix ldbl-128ibm truncl for non-default rounding modes (bug 19593).
[glibc.git] / ChangeLog
blob1f7ba5cfaeabb0e81213414add7b433a4fcb9a2a
1 2016-02-18  Joseph Myers  <joseph@codesourcery.com>
3         [BZ #19593]
4         * sysdeps/ieee754/ldbl-128ibm/s_truncl.c (__truncl): Use __trunc
5         on high part and __floor or __ceil on low part then use
6         ldbl_canonicalize_int if needed.
8         [BZ #19592]
9         * sysdeps/ieee754/ldbl-128ibm/s_ceill.c (__ceill): Use __ceil on
10         high and low parts then use ldbl_canonicalize_int if needed.
12         [BZ #17899]
13         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h (ldbl_canonicalize_int):
14         New function.
15         * sysdeps/ieee754/ldbl-128ibm/s_floorl.c (__floorl): Use __floor
16         on high and low parts then use ldbl_canonicalize_int if needed.
18 2016-02-18  Adhemerval Zanella  <adhemerval.zanella@linaro.org>
20         * configure: Regenerated.
22         * po/libc.pot: Regenerated.
24         * po/be.po: Updated translation.
25         * po/bg.po: Likewise.
26         * po/ca.po: Likewise.
27         * po/cs.po: Likewise.
28         * po/da.po: Likewise.
29         * po/el.po: Likewise.
30         * po/eo.po: Likewise.
31         * po/es.po: Likewise.
32         * po/fi.po: Likewise.
33         * po/fr.po: Likewise.
34         * po/gl.po: Likewise.
35         * po/hr.po: Likewise.
36         * po/hu.po: Likewise.
37         * po/ia.po: Likewise.
38         * po/id.po: Likewise.
39         * po/it.po: Likewise.
40         * po/ja.po: Likewise.
41         * po/lt.po: Likewise.
42         * po/nb.po: Likewise.
43         * po/nl.po: Likewise.
44         * po/pt_BR.po: Likewise.
45         * po/rw.po: Likewise.
46         * po/sk.po: Likewise.
47         * po/sl.po: Likewise.
48         * po/sv.po: Likewise.
49         * po/tr.po: Likewise.
50         * po/zh_CN.po: Likewise.
51         * po/zh_TW.po: Likewise.
53         * version.h (RELEAES): Set to "development".
54         (VERSION): Set to 2.23.90.
56         * version.h (RELEASE): Set to "stable".
57         (VERSION): Set to 2.23.
58         * include/feature.h (__GLIBC_MINOR__): Set to 23.
60         * NEWS: Updated fixed bugs.
62 2016-02-18  H.J. Lu  <hongjiu.lu@intel.com>
63             Wilco Dijkstra  <wdijkstr@arm.com>
65         [BZ #19462]
66         * bits/string.h (_STRING_ARCH_unaligned): Renamed to ...
67         (_STRING_INLINE_unaligned): This.
68         * include/string.h: Include <string_private.h>.
69         * string/bits/string2.h: Replace _STRING_ARCH_unaligned with
70         _STRING_INLINE_unaligned.
71         * sysdeps/aarch64/bits/string.h (_STRING_ARCH_unaligned): Removed.
72         (_STRING_INLINE_unaligned): New.
73         * sysdeps/aarch64/string_private.h: New file.
74         * sysdeps/generic/string_private.h: Likewise.
75         * sysdeps/m68k/m680x0/m68020/string_private.h: Likewise.
76         * sysdeps/s390/string_private.h: Likewise.
77         * sysdeps/x86/string_private.h: Likewise.
78         * sysdeps/m68k/m680x0/m68020/bits/string.h
79         (_STRING_ARCH_unaligned): Renamed to ...
80         (_STRING_INLINE_unaligned): This.
81         * sysdeps/s390/bits/string.h (_STRING_ARCH_unaligned): Renamed
82         to ...
83         (_STRING_INLINE_unaligned): This.
84         * sysdeps/sparc/bits/string.h (_STRING_ARCH_unaligned): Renamed
85         to ...
86         (_STRING_INLINE_unaligned): This.
87         * sysdeps/x86/bits/string.h (_STRING_ARCH_unaligned): Renamed
88         to ...
89         (_STRING_INLINE_unaligned): This.
91 2016-02-17  Andrew Senkevich  <andrew.senkevich@intel.com>
92             H.J. Lu  <hongjiu.lu@intel.com>
94         [BZ #19590]
95         * sysdeps/x86_64/fpu/svml_finite_alias.S (ALIAS_IMPL): Use PIC
96         relocation.
98 2016-02-15  Carlos O'Donell  <carlos@redhat.com>
100         [BZ #18665]
101         * resolv/nss_dns/dns-host.c (gaih_getanswer_slice): Always set
102         *herrno_p.
103         (gaih_getanswer): Document functional behviour. Return tryagain
104         if any result is tryagain.
105         * resolv/res_query.c (__libc_res_nsearch): Set buffer size to zero
106         when freed.
107         * resolv/res_send.c: Add copyright text.
108         (__libc_res_nsend): Document that MAXPACKET is expected.
109         (send_vc): Document. Remove buffer reuse.
110         (send_dg): Document. Remove buffer reuse. Set *thisanssizp to set the
111         size of the buffer. Add Dprint for truncated UDP buffer.
113 2016-02-14  Carlos O'Donell  <carlos@redhat.com>
115         * manual/install.texi: Latest tested is GCC 5.3, texinfo 6.0, gawk
116         4.1.3, and sed 4.2.2. Remove po2test.sed comments.
117         * INSTALL: Regenerate.
119 2016-02-14  Jakub Jelinek  <jakub@redhat.com>
120             Jonathan Wakely  <jwakely@redhat.com>
121             Carlos O'Donell  <carlos@redhat.com>
123         [BZ 19439]
124         * math/Makefile (tests): Add test-math-isinff.
125         (CFLAGS-test-math-isinff.cc): Use -std=gnu++11.
126         * math/bits/mathcalls.h [__USE_MISC]: Use
127         '|| __MATH_DECLARING_DOUBLE == 0' to relax definition of
128         functions not in C++11 and which don't conflict e.g. isinff,
129         isinfl etc.
130         * math/test-math-isinff.cc: New file.
132 2016-02-12  Florian Weimer  <fweimer@redhat.com>
134         * misc/bug18240.c (do_test): Set RLIMIT_AS.
136 2016-02-11  Szabolcs Nagy  <szabolcs.nagy@arm.com>
138         [BZ #19529]
139         * stdlib/Makefile (CFLAGS-tst-makecontext.c): Add -funwind-tables.
141 2016-02-04  Rajalakshmi Srinivasaraghavan  <raji@linux.vnet.ibm.com>
143         * sysdeps/powerpc/fpu/libm-test-ulps: Regenerated.
145 2016-02-01  Joseph Myers  <joseph@codesourcery.com>
147         [BZ #19550]
148         * sysdeps/unix/sysv/linux/mips/mips32/mmap.c: New file.
149         * sysdeps/unix/sysv/linux/mips/mips64/mmap64.c: Move to ....
150         * sysdeps/unix/sysv/linux/mips/mips64/n64/mmap64.c: ... here.
151         * sysdeps/unix/sysv/linux/mips/mips64/n32/mmap.c: New file.
152         * sysdeps/unix/sysv/linux/mips/mips64/n32/syscalls.list (mmap64):
153         New syscall entry.
154         * sysdeps/unix/sysv/linux/mips/mips64/n64/syscalls.list (mmap):
155         New syscall entry.
156         * sysdeps/unix/sysv/linux/mips/mips64/syscalls.list (mmap): Remove
157         syscall entry.
159 2016-01-27  Paul Eggert  <eggert@cs.ucla.edu>
161         [BZ #18240]
162         * misc/hsearch_r.c (isprime, __hcreate_r): Protect against
163         unsigned int wraparound.
165 2016-01-27  Florian Weimer  <fweimer@redhat.com>
167         [BZ #18240]
168         * misc/bug18240.c: New test.
169         * misc/Makefile (tests): Add it.
171 2016-01-28  Steve Ellcey  <sellcey@imgtec.com>
172             Joseph Myers  <joseph@codesourcery.com>
174         * sysdeps/mips/memcpy.S (MEMCPY_NAME) [USE_DOUBLE]: Avoid word
175         load in branch delay slot when less than a word of input left.
177 2016-01-27  Andreas Schwab  <schwab@suse.de>
179         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c (half): Remove.
180         * sysdeps/ieee754/ldbl-128ibm/s_log1pl.c (maxlog, big): Remove.
181         * sysdeps/powerpc/fpu/s_cosf.c (one): Remove.
182         * sysdeps/powerpc/fpu/e_hypotf.c (two30): Remove.
184 2016-01-26  David S. Miller  <davem@davemloft.net>
186         * sysdeps/unix/sysv/linux/sparc/sparc32/localplt.data: Add _Q_cmp.
188 2016-01-25  David S. Miller  <davem@davemloft.net>
190         * sysdeps/sparc/sparc32/Versions (GLIBC_2.23): Add entry for
191         __sqrtl_finite.
192         * sysdeps/sparc/sparc32/fpu/e_sqrtl.c (__sqrtl_finite): Define
193         instead using versioned_symbol.
194         * sysdeps/unix/sysv/linux/sparc/sparc32/libm.abilist: Fix ordering
195         of entries.
197         * sysdeps/unix/sysv/linux/sparc/sparc32/libm.abilist: Move
198         __sqrtl_finite to GLIBC_2.23
200 2016-01-25  Ricchard Henderson  <rth@redhat.com>
202         * sysdeps/alpha/fpu/libm-test-ulps: Update.
204 2016-01-25  Andreas Schwab  <schwab@suse.de>
206         [BZ #17514]
207         * nptl/pthread_mutex_timedlock.c (pthread_mutex_timedlock)
208         <case PTHREAD_MUTEX_ERRORCHECK_NP>: Don't do lock elision.
209         * nptl/Makefile (tests): Add tst-mutex-errorcheck.
210         * nptl/tst-mutex-errorcheck.c: New file.
212 2016-01-25  Paul E. Murphy  <murphyp@linux.vnet.ibm.com>
214         [BZ #18560]
215         * sysdeps/unix/sysv/linux/powerpc/bits/ipc.h (__ipc): Remove.
216         (IPCOP_semop): Likewise.
217         (IPCOP_semget): Likewise.
218         (IPCOP_semctl): Likewise.
219         (IPCOP_msgsnd): Likewise.
220         (IPCOP_msgrcv): Likewise.
221         (IPCOP_msgget): Likewise.
222         (IPCOP_msgctl): Likewise.
223         (IPCOP_shmat): Likewise.
224         (IPCOP_shmdt): Likewise.
225         (IPCOP_shmget): Likewise.
226         (IPCOP_shmctl): Likewise.
228 2016-01-22  Stefan Liebler  <stli@linux.vnet.ibm.com>
230         * string/tst-endian.c: Include <libc-internal.h>.
231         (do_test): Ignore tautological-compare warnings around
232         "htobeXX (beXXtoh (i)) != i" and
233         "htoleXX (leXXtoh (i)) != i" if-statements.
235 2016-01-24  David S. Miller  <davem@davemloft.net>
237         * sysdeps/sparc/sparc32/fpu/e_sqrtl.c: New file.
238         * sysdeps/sparc/sparc32/soft-fp/q_sqrt.c (__ieee754_sqrtl): Remove
239         alias.
240         * sysdeps/unix/sysv/linux/sparc/sparc32/libm.abilist: Add
241         __sqrtl_finite.
243         * sysdeps/sparc/fpu/libm-test-ulps: Update.
245 2016-01-25  Maciej W. Rozycki  <macro@imgtec.com>
247         * sysdeps/unix/sysv/linux/mips/configure.ac: Set
248         `arch_minimum_kernel' to 4.5.0 if 2008 NaN encoding is used.
249         * sysdeps/unix/sysv/linux/mips/configure: Regenerate.
251 2016-01-22  Paul E. Murphy  <murphyp@linux.vnet.ibm.com>
253         * nptl/tst-setuid3.c (is_invalid_barrier_ret): New function.
254         (thread_func): Use new function to simplify barrier check.
255         (do_test): Use new function to simplify checking barrier exit
256         code, and actually join the child thread.
258 2016-01-22  Paul E. Murphy  <murphyp@linux.vnet.ibm.com>
260         * sysdeps/unix/sysv/linux/powerpc/htm.h (__libc_tbegin): Remove
261         semicolon.
262         (__libc_tend): Likewise.
263         (__libc_tabort): Likewise.
265 2016-01-22  Chung-Lin Tang  <cltang@codesourcery.com>
267         * sysdeps/nios2/libm-test-ulps: Update.
268         * sysdeps/unix/sysv/linux/nios2/localplt.data (__gtdf2): Add.
269         (__gtsf2): Likewise.
270         (__unorddf2): Likewise.
271         (__unordsf2): Likewise.
272         (__ledf2): Likewise.
274 2016-01-20  Chris Metcalf  <cmetcalf@ezchip.com>
276         * nis/nis_table.c (__follow_path): Disable diagnostic for
277         uninitialized variable that is a false positive for gcc 4.7.
278         * stdio-common/vfscanf.c (_IO_vfwscanf): Likewise.
280 2016-01-20  Roland McGrath  <roland@hack.frob.com>
282         * sysdeps/nacl/lowlevellock-futex.h
283         (lll_futex_wait, lll_futex_timed_wait, lll_futex_wake):
284         Always evaluate PRIVATE argument.
286 2016-01-20  Paul Pluzhnikov  <ppluzhnikov@google.com>
288         [BZ #19490]
289         * sysdeps/unix/sysv/linux/x86_64/pthread_cond_broadcast.S
290         (pthread_cond_broadcast): Use ENTRY/END
291         * sysdeps/unix/sysv/linux/x86_64/pthread_cond_signal.S
292         (pthread_cond_signal): Likewise
293         * sysdeps/x86_64/nptl/pthread_spin_lock.S (pthread_spin_lock):
294         Likewise
295         * sysdeps/x86_64/nptl/pthread_spin_trylock.S (pthread_spin_trylock):
296         Likewise
297         * sysdeps/x86_64/nptl/pthread_spin_unlock.S (pthread_spin_unlock):
298         Likewise
300 2016-01-20  Joseph Myers  <joseph@codesourcery.com>
302         * sysdeps/ieee754/dbl-64/s_finite.c
303         [NO_LONG_DOUBLE && LDBL_CLASSIFY_COMPAT] (__finitel): Define
304         compat symbol at version GLIBC_2_1 and use GLIBC_2_1 in
305         SHLIB_COMPAT condition for libm, not GLIBC_2_0.
306         * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c
307         [NO_LONG_DOUBLE && LDBL_CLASSIFY_COMPAT] (__finitel): Likewise.
309         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/localplt.data
310         (__gtsf2): Add as optional for libc.so.
311         (__unordsf2): Likewise.
312         (__signbit): Remove for libc.so.
313         (__signbitl): Likewise.
315 2016-01-19  Stefan Liebler  <stli@linux.vnet.ibm.com>
317         * iconvdata/bug-iconv11.c (test_ibm93x):
318         Use %zu printf format specifier for size_t argument.
320 2016-01-19  Joseph Myers  <joseph@codesourcery.com>
322         * math/gen-libm-test.pl (parse_ulps): Do not reduce
323         already-recorded ulps.
324         * sysdeps/arm/libm-test-ulps: Regenerated.
325         * sysdeps/mips/mips32/libm-test-ulps: Likewise.
326         * sysdeps/mips/mips64/libm-test-ulps: Likewise.
327         * sysdeps/powerpc/nofpu/libm-test-ulps: Likewise.
329 2016-01-19  Andrew Senkevich  <andrew.senkevich@intel.com>
330             Paul Pluzhnikov  <ppluzhnikov@google.com>
332         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Fixed build with
333         assembler not supporting AVX-512.
335 2016-01-18  Stefan Liebler  <stli@linux.vnet.ibm.com>
337         * sysdeps/s390/fpu/libm-test-ulps: Regenerated.
339 2016-01-18  Joseph Myers  <joseph@codesourcery.com>
341         * sysdeps/mips/mips32/libm-test-ulps: Regenerated.
342         * sysdeps/mips/mips64/libm-test-ulps: Likewise.
344         * sysdeps/powerpc/nofpu/libm-test-ulps: Regenerated.
346         * sysdeps/arm/libm-test-ulps: Regenerated.
348 2016-01-18  Paul Pluzhnikov  <ppluzhnikov@google.com>
350         [BZ #19451]
351         * math/Makefile (libm-vec-tests): Move libraries after wrappers.o
353 2016-01-15  Stefan Liebler  <stli@linux.vnet.ibm.com>
355         [BZ #19486]
356         * sysdeps/s390/fix-fp-int-convert-overflow.h: New File.
357         * sysdeps/generic/fix-fp-int-convert-overflow.h
358         (FIX_LDBL_LONG_CONVERT_OVERFLOW,
359         FIX_LDBL_LLONG_CONVERT_OVERFLOW): New define.
360         * sysdeps/arm/fix-fp-int-convert-overflow.h: Likewise.
361         * sysdeps/mips/mips32/fpu/fix-fp-int-convert-overflow.h:
362         Likewise.
363         * sysdeps/ieee754/ldbl-128/s_lrintl.c (__lrintl):
364         Avoid conversions to long int where inexact exceptions
365         could be raised.
366         * sysdeps/ieee754/ldbl-128/s_lroundl.c (__lroundl):
367         Likewise.
368         * sysdeps/ieee754/ldbl-128/s_llrintl.c (__llrintl):
369         Avoid conversions to long long int where inexact exceptions
370         could be raised.
371         * sysdeps/ieee754/ldbl-128/s_llroundl.c (__llroundl):
372         Likewise.
374 2016-01-17  Mike Frysinger  <vapier@gentoo.org>
376         * configure.ac: Rewrite error comment and use AC_MSG_ERROR.
377         * configure: Regenerated.
379 2016-01-16  Andrew Senkevich  <andrew.senkevich@intel.com>
381         * sysdeps/x86_64/multiarch/memcpy_chk.S: Fixed typos.
383 2016-01-16  Mike Frysinger  <vapier@gentoo.org>
385         * sysdeps/unix/sysv/linux/sparc/bits/mman.h (MCL_ONFAULT): Move
386         outside of comment.
388 2016-01-15  Torvald Riegel  <triegel@redhat.com>
390         * nptl/tst-barrier1.c: Add description on first line.
391         * nptl/tst-barrier2.c: Likewise.
392         * nptl/tst-barrier3.c: Likewise.
393         * nptl/tst-barrier4.c: Likewise.
394         * nptl/tst-barrier5.c: Likewise.
396 2016-01-15  Torvald Riegel  <triegel@redhat.com>
398         [BZ #18868]
399         * nptl/pthread_barrier_init.c (__pthread_barrier_init): Apply fix.
401 2016-01-16  Andrew Senkevich  <andrew.senkevich@intel.com>
403         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Added new files.
404         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Added new tests.
405         * sysdeps/x86_64/multiarch/memcpy-avx512-no-vzeroupper.S: New file.
406         * sysdeps/x86_64/multiarch/mempcpy-avx512-no-vzeroupper.S: Likewise.
407         * sysdeps/x86_64/multiarch/memmove-avx512-no-vzeroupper.S: Likewise.
408         * sysdeps/x86_64/multiarch/memcpy.S: Added new IFUNC branch.
409         * sysdeps/x86_64/multiarch/memcpy_chk.S: Likewise.
410         * sysdeps/x86_64/multiarch/memmove.c: Likewise.
411         * sysdeps/x86_64/multiarch/memmove_chk.c: Likewise.
412         * sysdeps/x86_64/multiarch/mempcpy.S: Likewise.
413         * sysdeps/x86_64/multiarch/mempcpy_chk.S: Likewise.
415 2016-01-15  Torvald Riegel  <triegel@redhat.com>
417         [BZ #13065]
418         * nptl/pthread_barrier_wait.c (__pthread_barrier_wait): Replace with
419         new implementation.
420         * nptl/pthread_barrier_destroy.c (pthread_barrier_destroy): Likewise.
421         * nptl/pthread_barrier_init.c (__pthread_barrier_init): Adapt.
422         * sysdeps/nptl/internaltypes.h (pthread_barrier): Adapt.
423         (BARRIER_IN_THRESHOLD): New macro.
424         * nptl/pthread_barrierattr_setpshared.c
425         (pthread_barrierattr_setpshared): Clean up.
426         * nptl/tst-barrier4.c: Correct comment.
427         * nptl/tst-barrier5.c: New file.
428         * nptl/Makefile (tests): Add nptl/tst-barrier5.c.
429         (gen-as-const-headers): Remove lowlevelbarrier.sym.
430         * sysdeps/unix/sysv/linux/i386/pthread_barrier_wait.S: Remove.
431         * sysdeps/unix/sysv/linux/x86_64/pthread_barrier_wait.S: Remove.
432         * nptl/lowlevelbarrier.sym: Remove.
433         * nptl/DESIGN-barrier.txt: Remove.
434         * sysdeps/sparc/nptl/pthread_barrier_destroy.c: Remove.
435         * sysdeps/sparc/nptl/pthread_barrier_init.c: Remove.
436         * sysdeps/sparc/nptl/pthread_barrier_wait.c: Remove.
437         * sysdeps/sparc/sparc32/pthread_barrier_wait.c: Replace with build
438         error.
439         * sysdeps/sparc/sparc32/sparcv9/pthread_barrier_wait.c: Use generic
440         implementation.
442 2016-01-15  Paul E. Murphy  <murphyp@linux.vnet.ibm.com>
444         * rt/tst-mqueue5.c (thr): Cleanup misleading comment.
445         (do_child): Mask SIGRTMIN while thr is running.
447 2016-01-15  Martin Sebor  <msebor@redhat.com>
449         [BZ #19432]
450         * iconvdata/Makefile: Add bug-iconv11.
451         * iconvdata/bug-iconv11.c: New test.
452         * iconvdata/ibm930.c: Do not reject redundant shift sequences.
453         * iconvdata/ibm933.c: Same.
454         * iconvdata/ibm935.c: Same.
455         * iconvdata/ibm937.c: Same.
456         * iconvdata/ibm939.c: Same.
458 2016-01-15  Martin Sebor  <msebor@redhat.com>
460         [BZ #19443]
461         * crypt/crypt_util.c [DEBUG] (_ufc_prbits): Correct format string.
462         [DEBUG] (_ufc_set_bits): Declare used.
463         * iconv/gconv_dl.c [DEBUG]: Add a missing include directive.
464         [DEBUG] (print_all): Declare used.
465         * resolv/res_send.c [DEBUG] (__libc_res_nsend): Explicitly convert
466         operands of the ternary ?: expression to target type.
467         * stdlib/rshift.c [DEBUG] (mpn_rshift): Use assert() instead of
468         calling the undeclared abort.
469         * time/mktime.c [DEBUG] (DEBUG): Rename to DEBUG_MKTIME.
471 2016-01-15  Martin Sebor  <msebor@redhat.com>
473         [BZ #18755]
474         * iconv/skeleton.c (FUNCTION_NAME): Suppress -Wunused-but-set-variable
475         warnings.
476         * sysdeps/nptl/gai_misc.h (__gai_start_notify_thread): Same.
477         (__gai_create_helper_thread): Same.
478         * nscd/nscd.c (do_exit): Suppress -Wunused-variable.
479         * iconvdata/iso-2022-cn-ext.c (BODY): Initialize local variable
480         to suppress -Wmaybe-uninitialized warnings.
482 2016-01-15  H.J. Lu  <hongjiu.lu@intel.com>
484         [BZ #19465]
485         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Call math_opt_barrier
486         inside if.
487         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
488         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Likewise.
489         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
491 2016-01-14  H.J. Lu  <hongjiu.lu@intel.com>
493         [BZ #19466]
494         * time/tst-mktime2.c (time_t_max): Removed.
495         (time_t_min): Likewise.
496         (TYPE_SIGNED): New.
497         (TYPE_MINIMUM): Likewise.
498         (TYPE_MAXIMUM): Likewise.
499         (TIME_T_MIN): Likewise.
500         (TIME_T_MAX): Likewise.
501         (mktime_test): Replace time_t_max and time_t_min with TIME_T_MAX
502         and TIME_T_MIN.
503         (do_test): Likewise.
505 2016-01-14  Amit Pawar  <amit.pawar@amd.com>
507         [BZ #19467]
508         * sysdeps/x86/cpu-features.c (init_cpu_features): Set
509         index_Fast_Unaligned_Load flag for Excavator family CPUs.
511 2016-01-02  Marcin Kościelnicki  <koriakin@0x04.net>
513         * sysdeps/s390/nptl/tls.h (struct tcbhead_t): Add __private_ss field.
515 2016-01-13  Carlos O'Donell  <carlos@redhat.com>
517         * benchtests/Makefile (PYTHON): Define.
518         (bench-func): Use $(PYTHON) to run python scripts.
519         ($(objpfx)bench-%.c): Likewise.
521 2016-01-13  Flavio Cruz  <flaviocruz@gmail.com>
523         * hurd/lookup-retry.c (__hurd_file_name_lookup_retry): Do not remove
524         leading slash when `file_name' is "/".
526 2016-01-12  Joseph Myers  <joseph@codesourcery.com>
528         * bits/mman-linux.h [!MCL_CURRENT] (MCL_ONFAULT): New macro.
529         * sysdeps/unix/sysv/linux/alpha/bits/mman.h (MCL_ONFAULT):
530         Likewise.
531         * sysdeps/unix/sysv/linux/powerpc/bits/mman.h (MCL_ONFAULT):
532         Likewise.
533         * sysdeps/unix/sysv/linux/sparc/bits/mman.h (MCL_ONFAULT):
534         Likewise.
535         * sysdeps/unix/sysv/linux/sys/ptrace.h (PTRACE_GETSIGMASK): New
536         enum constant and macro.
537         (PTRACE_SETSIGMASK): Likewise.
538         (PTRACE_SECCOMP_GET_FILTER): Likewise.
539         * sysdeps/unix/sysv/linux/aarch64/sys/ptrace.h
540         (PTRACE_GETSIGMASK): Likewise.
541         (PTRACE_SETSIGMASK): Likewise.
542         (PTRACE_SECCOMP_GET_FILTER): Likewise.
543         * sysdeps/unix/sysv/linux/ia64/sys/ptrace.h (PTRACE_GETSIGMASK):
544         Likewise.
545         (PTRACE_SETSIGMASK): Likewise.
546         (PTRACE_SECCOMP_GET_FILTER): Likewise.
547         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h
548         (PTRACE_GETSIGMASK): Likewise.
549         (PTRACE_SETSIGMASK): Likewise.
550         (PTRACE_SECCOMP_GET_FILTER): Likewise.
551         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h (PTRACE_GETSIGMASK):
552         Likewise.
553         (PTRACE_SETSIGMASK): Likewise.
554         (PTRACE_SECCOMP_GET_FILTER): Likewise.
555         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h (PTRACE_GETSIGMASK):
556         Likewise.
557         (PTRACE_SETSIGMASK): Likewise.
558         (PTRACE_SECCOMP_GET_FILTER): Likewise.
559         * sysdeps/unix/sysv/linux/tile/sys/ptrace.h (PTRACE_GETSIGMASK):
560         Likewise.
561         (PTRACE_SETSIGMASK): Likewise.
562         (PTRACE_SECCOMP_GET_FILTER): Likewise.
564 2016-01-11  Jonathan Wakely  <jwakely.gcc@gmail.com>
565             Adhemerval Zanella  <adhemerval.zanella@linaro.org>
567         [BZ #19439]
568         * math/bits/mathcalls.h
569         [!__cplusplus || __cplusplus < 201103L] (isinf): Do not declare
570         prototype.
571         [!__cplusplus || __cplusplus < 201103L] (isnan): Likewise.
573 2016-01-11  Andreas Schwab  <schwab@suse.de>
575         [BZ #19253]
576         * time/tzfile.c (__tzfile_default): Invalidate tzfile attribute
577         cache when TZDEFRULES was used.
578         * time/tst-tzname.c: New file.
579         * time/Makefile (test): Add tst-tzname.
580         (tst-tzname-ENV, CPPFLAGS-tst-tzname.c): Define.
581         * timezone/Makefile (test-zones): Add $(posixrules-file).
582         ($(testdata)/$(posixrules-file)): New rule.
584 2016-01-10  Paul Eggert  <eggert@cs.ucla.edu>
586         Fix doc quoting problems with Texinfo 5
587         Without this change, in the info file output, Texinfo 5 quotes code
588         in text with undirected single quotes 'like this' and generates
589         code examples that with many PDF readers cannot be cut out of PDFs
590         and pasted into code.
591         * manual/libc.texinfo: Configure the libc manual like the GNU
592         Emacs manual, by using @documentencoding and setting
593         txicodequoteundirected and txicodequotebacktick.  This way,
594         Texinfo 5 quotes code in text with directed single quotes ‘like
595         this’ and produces examples that can be cut out of PDFs.  This
596         change causes Texinfo 5 to generate info files that contain UTF-8
597         characters in the set {'‘', '’', '“', '”', 'Ä', 'ä', 'ö', '−',
598         '–', '—', '©', '⇒', '•', '…'}, which is OK nowadays.
600 2016-01-08  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
602         * sysdeps/unix/sysv/linux/powerpc/htm.h (__libc_tbegin,
603         __libc_tabort, __libc_tend): New wrappers that enforce compiler
604         barriers to their respective compiler built-ins.
605         * sysdeps/powerpc/nptl/elide.h (__get_new_count, ELIDE_LOCK,
606         ELIDE_TRYLOCK, __elide_unlock): Use the new wrappers.
607         * sysdeps/powerpc/sysdep.h: Likewise.
608         * sysdeps/unix/sysv/linux/powerpc/elision-lock.c: Likewise.
609         * sysdeps/unix/sysv/linux/powerpc/elision-trylock.c: Likewise.
610         * sysdeps/unix/sysv/linux/powerpc/elision-unlock.c: Likewise.
612 2016-01-08  Marko Myllynen  <myllynen@redhat.com>
614         * scripts/config.guess: Revert previous shebang change.
615         * scripts/config.sub: Likewise.
616         * scripts/mkinstalldirs: Likewise.
618 2016-01-08  Carlos Eduardo Seo  <cseo@linux.vnet.ibm.com>
620         * sysdeps/powerpc/bits/hwcap.h: Add PPC_FEATURE2_ARCH_3_00 and
621         PPC_FEATURE2_HAS_IEEE128.
622         * sysdeps/powerpc/dl-procinfo.c:
623         (_dl_powerpc_cap_flags): Add corresponding names to new capabilities.
625 2016-01-08  John David Anglin  <danglin@gcc.gnu.org>
627         [BZ #19415]
628         * sysdeps/hppa/dl-fptr.c (_dl_fixup): Declare.
629         (elf_machine_resolve): New.  Return address of _dl_runtime_resolve.
630         (_dl_lookup_address): Rewrite using function resolver trampoline.
631         * sysdeps/hppa/dl-lookupcfg.h (DL_LOOKUP_ADDRESS): Don't clear bottom
632         two bits in address.
634 2016-01-07  Mike Frysinger  <vapier@gentoo.org>
636         * longlong.h: Change !__SHMEDIA__ to
637         (!defined (__SHMEDIA__) || !__SHMEDIA__).
638         Change __SHMEDIA__ to defined (__SHMEDIA__) && __SHMEDIA__.
640 2016-01-07  Daniel Jacobowitz  <dan@codesourcery.com>
641             Joseph Myers  <joseph@codesourcery.com>
642             Mark Shinwell  <shinwell@codesourcery.com>
643             Andrew Stubbs  <ams@codesourcery.com>
644             Rich Felker <dalias@libc.org>
646         * longlong.h (udiv_qrnnd): Add FDPIC compatible version for SH.
648 2016-01-07  Richard Henderson  <rth@redhat.com>
650         * longlong.h [__alpha] (umul_ppmm): Disable for c++.
652 2016-01-07  Mike Frysinger  <vapier@gentoo.org>
654         * sysdeps/unix/sysv/linux/fxstat64.c (___fxstat64): Change
655         __ASSUME_ST_INO_64_BIT == 0 to !defined __ASSUME_ST_INO_64_BIT.
656         * sysdeps/unix/sysv/linux/lxstat64.c (___lxstat64): Likewise.
657         * sysdeps/unix/sysv/linux/xstat64.c (___xstat64): Likewise.
658         * sysdeps/unix/sysv/linux/xstatconv.c (__xstat32_conv): Likewise.
660 2016-01-07  Paul Eggert  <eggert@cs.ucla.edu>
661             Joseph Myers  <joseph@codesourcery.com>
663         * timezone/private.h: Update from tzcode 2015g.
664         * timezone/tzfile.h: Likewise.
665         * timezone/tzselect.ksh: Likewise.
666         * timezone/zdump.c: Likewise.
667         * timezone/zic.c: Likewise.
668         * timezone/ialloc.c: Remove file.
669         * timezone/scheck.c: Likewise.
670         * timezone/Makefile (extra-objs): Remove variable.
671         ($(objpfx)zic): Do not depend on scheck.o and ialloc.o.
672         (tz-cflags): Add -DHAVE_GETTEXT -DUSE_LTZ=0
673         -Wno-maybe-uninitialized.
674         (CFLAGS-zdump.c): Remove -fwrapv -DNOID -DHAVE_GETTEXT.
675         (CFLAGS-zic.c): Remove -DNOID -DHAVE_GETTEXT.
676         (CFLAGS-ialloc.c): Remove variable.
677         (CFLAGS-scheck.c): Likewise.
678         * timezone/README: Update list of files from tzcode.
680 2016-01-07  Khem Raj  <raj.khem@gmail.com>
682         * argp/argp-fmtstream.c (__argp_fmtstream_free): Use fwrite_unlocked
683         instead of __fxprintf when _LIBC is undefined.
685 2016-01-07  Marko Myllynen  <myllynen@redhat.com>
687         * catgets/test-gencat.sh: Remove space after shebang.
688         * conform/GlibcConform.pm: Likewise.
689         * conform/check-header-lists.sh: Likewise.
690         * conform/conformtest.pl: Likewise.
691         * conform/linknamespace.pl: Likewise.
692         * conform/list-header-symbols.pl: Likewise.
693         * debug/catchsegv.sh: Likewise.
694         * elf/genrtldtbl.awk: Likewise.
695         * elf/tst-pathopt.sh: Likewise.
696         * elf/tst-rtld-load-self.sh: Likewise.
697         * grp/tst_fgetgrent.sh: Likewise.
698         * iconvdata/gen-8bit-gap-1.sh: Likewise.
699         * iconvdata/gen-8bit-gap.sh: Likewise.
700         * iconvdata/gen-8bit.sh: Likewise.
701         * iconvdata/run-iconv-test.sh: Likewise.
702         * intl/tst-gettext.sh: Likewise.
703         * intl/tst-gettext2.sh: Likewise.
704         * intl/tst-gettext4.sh: Likewise.
705         * intl/tst-gettext6.sh: Likewise.
706         * intl/tst-translit.sh: Likewise.
707         * io/ftwtest-sh: Likewise.
708         * libio/test-freopen.sh: Likewise.
709         * locale/gen-translit.pl: Likewise.
710         * malloc/tst-mtrace.sh: Likewise.
711         * manual/check-safety.sh: Likewise.
712         * manual/libc-texinfo.sh: Likewise.
713         * manual/tsort.awk: Likewise.
714         * manual/xtract-typefun.awk: Likewise.
715         * nptl/tst-cancel-wrappers.sh: Likewise.
716         * nptl/tst-tls6.sh: Likewise.
717         * posix/globtest.sh: Likewise.
718         * posix/tst-getconf.sh: Likewise.
719         * posix/wordexp-tst.sh: Likewise.
720         * scripts/check-c++-types.sh: Likewise.
721         * scripts/check-local-headers.sh: Likewise.
722         * scripts/config.guess: Likewise.
723         * scripts/config.sub: Likewise.
724         * scripts/cpp: Likewise.
725         * scripts/cross-test-ssh.sh: Likewise.
726         * scripts/documented.sh: Likewise.
727         * scripts/evaluate-test.sh: Likewise.
728         * scripts/gen-libc-abis: Likewise.
729         * scripts/gen-sorted.awk: Likewise.
730         * scripts/list-fixed-bugs.py: Likewise.
731         * scripts/merge-test-results.sh: Likewise.
732         * scripts/mkinstalldirs: Likewise.
733         * scripts/rellns-sh: Likewise.
734         * scripts/test-installation.pl: Likewise.
735         * scripts/update-copyrights: Likewise.
736         * stdio-common/tst-printf.sh: Likewise.
737         * stdio-common/tst-unbputc.sh: Likewise.
738         * stdlib/tst-fmtmsg.sh: Likewise.
739         * stdlib/tst-setcontext3.sh: Likewise.
740         * sysdeps/i386/tst-ld-sse-use.sh: Likewise.
741         * sysdeps/unix/make-syscalls.sh: Likewise.
743 2016-01-06  John David Anglin  <dave.anglin@bell.net>
745         * sysdeps/hppa/nptl/pthread_spin_init.c (pthread_spin_init): Replace
746         asm stw with atomic_exchange_rel.  Add explanatory comment.
747         * sysdeps/hppa/nptl/pthread_spin_unlock.c (pthread_spin_unlock):
748         Likewise.
750 2016-01-05  H.J. Lu  <hongjiu.lu@intel.com>
752         [BZ #19122]
753         * include/unistd.h [IS_IN (rtld)]: Include <dl-unistd.h>.
754         * sysdeps/generic/dl-unistd.h: New file.
755         * sysdeps/mach/hurd/dl-unistd.h: Likewise.
757 2016-01-05  H.J. Lu  <hongjiu.lu@intel.com>
759          [BZ #19122]
760          * include/sys/mman.h [IS_IN (rtld)]: Include <dl-mman.h>.
761          * sysdeps/generic/dl-mman.h: New file.
762          * sysdeps/mach/hurd/dl-mman.h: Likewise.
764 2016-01-05  Joseph Myers  <joseph@codesourcery.com>
766         * manual/texinfo.tex: Update to version 2016-01-04.21 with
767         trailing whitespace removed.
768         * scripts/config.guess: Update to version 2016-01-01.
769         * scripts/config.sub: Update to version 2016-01-01.
770         * scripts/move-if-change: Update from gnulib.
772 2016-01-04  Anton Blanchard  <anton@samba.org>
774         * sysdeps/ieee754/dbl-64/e_pow.c (log1): Use unsigned int
775         for array indices.
776         * sysdeps/ieee754/dbl-64/e_pow.c (my_log2): Likewise.
778 2016-01-04  Joseph Myers  <joseph@codesourcery.com>
780         * NEWS: Update copyright dates.
781         * catgets/gencat.c (print_version): Likewise.
782         * csu/version.c (banner): Likewise.
783         * debug/catchsegv.sh: Likewise.
784         * debug/pcprofiledump.c (print_version): Likewise.
785         * debug/xtrace.sh (do_version): Likewise.
786         * elf/ldconfig.c (print_version): Likewise.
787         * elf/ldd.bash.in: Likewise.
788         * elf/pldd.c (print_version): Likewise.
789         * elf/sotruss.sh: Likewise.
790         * elf/sprof.c (print_version): Likewise.
791         * iconv/iconv_prog.c (print_version): Likewise.
792         * iconv/iconvconfig.c (print_version): Likewise.
793         * locale/programs/locale.c (print_version): Likewise.
794         * locale/programs/localedef.c (print_version): Likewise.
795         * login/programs/pt_chown.c (print_version): Likewise.
796         * malloc/memusage.sh (do_version): Likewise.
797         * malloc/memusagestat.c (print_version): Likewise.
798         * malloc/mtrace.pl: Likewise.
799         * manual/libc.texinfo: Likewise.
800         * nptl/version.c (banner): Likewise.
801         * nscd/nscd.c (print_version): Likewise.
802         * nss/getent.c (print_version): Likewise.
803         * nss/makedb.c (print_version): Likewise.
804         * posix/getconf.c (main): Likewise.
805         * scripts/test-installation.pl: Likewise.
806         * sysdeps/unix/sysv/linux/lddlibc4.c (main): Likewise.
808         * All files with FSF copyright notices: Update copyright dates
809         using scripts/update-copyrights.
810         * intl/plural.c: Regenerated.
811         * locale/programs/charmap-kw.h: Likewise.
812         * locale/programs/locfile-kw.h: Likewise.
814 2016-01-02  Helge Deller  <deller@gmx.de>
816         [BZ #19285]
817         * sysdeps/unix/sysv/linux/hppa/bits/mman.h (MAP_STACK): Define.
818         (MAP_HUGETLB, MCL_ONFAULT): Likewise.
819         (MADV_HUGEPAGE, MADV_NOHUGEPAGE, MADV_DONTDUMP, MADV_DODUMP): Likewise.
820         (MADV_xxK_PAGES): Remove.
822 2016-01-01  Mike Frysinger  <vapier@gentoo.org>
824         [BZ #15421]
825         * sysdeps/ia64/fpu/w_lgamma_main.c: Include math.h & math_private.h.
826         [BUILD_LGAMMA]: Wrap all code by define.  Re-indent sub-preprocessor.
827         * sysdeps/ia64/fpu/w_lgammaf_main.c: Likewise.
828         * sysdeps/ia64/fpu/w_lgammal_main.c: Likewise.
830 2015-12-30  Dmitry V. Levin  <ldv@altlinux.org>
832         [BZ #19408]
833         * sysdeps/unix/sysv/linux/personality.c: New file.
834         * sysdeps/unix/sysv/linux/sparc/sparc64/personality.c: Likewise.
835         * sysdeps/unix/sysv/linux/tst-personality.c: Likewise.
836         * sysdeps/unix/sysv/linux/Makefile [$(subdir) == misc]
837         (sysdep_routines): Add personality.
838         (tests): Add tst-personality.
839         * sysdeps/unix/sysv/linux/syscalls.list (personality): Move ...
840         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: ... here.
841         * sysdeps/unix/sysv/linux/arm/syscalls.list (personality): New entry.
842         * sysdeps/unix/sysv/linux/hppa/syscalls.list (personality): Likewise.
843         * sysdeps/unix/sysv/linux/i386/syscalls.list (personality): Likewise.
844         * sysdeps/unix/sysv/linux/m68k/syscalls.list (personality): Likewise.
845         * sysdeps/unix/sysv/linux/microblaze/syscalls.list (personality):
846         Likewise.
847         * sysdeps/unix/sysv/linux/mips/mips64/n32/syscalls.list (personality):
848         Likewise.
849         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list (personality):
850         Likewise.
851         * sysdeps/unix/sysv/linux/sh/syscalls.list (personality): Likewise.
852         * sysdeps/unix/sysv/linux/x86_64/x32/syscalls.list (personality):
853         Likewise.
855 2015-12-30  Aurelien Jarno  <aurelien@aurel32.net>
857         * sysdeps/unix/sysv/linux/arm/ioperm.c: Do not include <string.h>.
858         (PATH_ARM_SYSTYPE): Remove.
859         (PATH_CPUINFO): Likewise.
860         (IO_BASE_FOOTBRIDGE): Likewise.
861         (IO_SHIFT_FOOTBRIDGE): Likewise.
862         (struct platform): Likewise.
863         (init_iosys): Remove compatibility code for 2.4 kernels.
864         * sysdeps/unix/sysv/linux/arm/localplt.data: Remove fscanf.
866 2015-12-29  Florian Weimer  <fweimer@redhat.com>
868         * malloc/tst-malloc-thread-fail.c: New file.
869         * malloc/Makefile (tests): Add tst-malloc-thread-fail.
870         (tst-malloc-thread-fail): Link against libpthread.
872 2015-12-29  Mike Frysinger  <vapier@gentoo.org>
874         * scripts/list-fixed-bugs.py: Import argparse.  Call main instead.
875         (get_parser): New function.
876         (main): New function.
878 2015-12-29  Rob Wu  <rob@robwu.nl>
880         [BZ #19369]
881         * resolv/res_init.c (__res_vinit): Reset defdname before use.
883 2015-12-29  John David Anglin  <danglin@gcc.gnu.org>
885         [BZ #19270]
886         * sysdeps/hppa/fpu/bits/mathdef.h (__NO_LONG_DOUBLE_MATH): Define.
888 2015-12-28  Mike Frysinger  <vapier@gentoo.org>
890         [BZ #15421]
891         * sysdeps/ia64/fpu/w_lgamma_main.c: Change gammaf to gamma.
893 2015-12-23  Torvald Riegel  <triegel@redhat.com>
895         [BZ #13690]
896         * sysdeps/nptl/lowlevellock.h (__lll_unlock): Do not access the lock
897         after releasing it.
898         (__lll_robust_unlock): Likewise.
899         * nptl/pthread_mutex_unlock.c (__pthread_mutex_unlock_full): Likewise.
900         * sysdeps/unix/sysv/linux/sparc/lowlevellock.h (lll_unlock): Likewise.
901         (lll_robust_unlock): Likewise.
902         * sysdeps/unix/sysv/linux/lowlevellock-futex.h (__lll_private_flag):
903         Prevent warnings in callers.
905 2015-12-23  Florian Weimer  <fweimer@redhat.com>
907         * malloc/arena.c (list_lock): Update comment.
909 2015-12-22  Carlos Eduardo Seo  <cseo@linux.vnet.ibm.com>
911         * sysdeps/powerpc/hwcapinfo.c: Export symbol
912         __parse_hwcap_and_convert_at_platform to libc.a.
914 2015-12-22  Carlos Eduardo Seo  <cseo@linux.vnet.ibm.com>
916         * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_platforms): Added
917         platform and feature support for POWER9.
918         * sysdeps/powerpc/dl-procinfo.h: Likewise.
919         * sysdeps/powerpc/powerpc32/power9/Implies: New file.
920         * sysdeps/powerpc/powerpc32/power9/fpu/multiarch/Implies: Likewise.
921         * sysdeps/powerpc/powerpc32/power9/multiarch/Implies: Likewise.
922         * sysdeps/powerpc/powerpc64/power9/Implies: Likewise, for powerpc64.
923         * sysdeps/powerpc/powerpc64/power9/fpu/Implies: Likewise.
924         * sysdeps/powerpc/powerpc64/power9/fpu/multiarch/Implies: Likewise.
925         * sysdeps/powerpc/powerpc64/power9/multiarch/Implies: Likewise.
927 2015-12-22  Samuel Thibault  <samuel.thibault@ens-lyon.org>
929         Harmonize generic stdio-lock support with nptl
931         This fixes build when _IO_funlockfile is a macro, fixes build where
932         _IO_acquire_lock_clear_flags2 is used, and fixes unlocking on unexpected
933         stack unwind.
935         * sysdeps/generic/stdio-lock.h [__EXCEPTIONS] (_IO_acquire_lock,
936         _IO_release_lock ): Use cleanup attribute on new
937         _IO_acquire_lock_file variable instead of assuming that
938         _IO_release_lock will be called.
939         [!__EXCEPTIONS] (_IO_acquire_lock): Define to non-existing
940         _IO_acquire_lock_needs_exceptions_enabled.
941         (_IO_acquire_lock_clear_flags2): New macro.
943 2015-12-22  Adhemerval Zanella  <adhemerval.zanella@linaro.org>
945         * sysdeps/powerpc/fpu/libm-test-ulps: Regenerated.
947 2015-12-21  Florian Weimer  <fweimer@redhat.com>
949         [BZ #19182]
950         * malloc/arena.c (list_lock): Document lock ordering requirements.
951         (free_list_lock): New lock.
952         (ptmalloc_lock_all): Comment on free_list_lock.
953         (ptmalloc_unlock_all2): Reinitialize free_list_lock.
954         (detach_arena): Update comment.  free_list_lock is now needed.
955         (_int_new_arena): Use free_list_lock around detach_arena call.
956         Acquire arena lock after list_lock.  Add comment, including FIXME
957         about incorrect synchronization.
958         (get_free_list): Switch to free_list_lock.
959         (reused_arena): Acquire free_list_lock around detach_arena call
960         and attached threads counter update.  Add two FIXMEs about
961         incorrect synchronization.
962         (arena_thread_freeres): Switch to free_list_lock.
963         * malloc/malloc.c (struct malloc_state): Update comments to
964         mention free_list_lock.
966 2015-12-21  Siddhesh Poyarekar  <siddhesh.poyarekar@linaro.org>
968         * sysdeps/ieee754/dbl-64/s_sin.c (csloww, csloww1, csloww2):
969         Remove functions.
970         (sloww, sloww1): Accept argument to offset quadrant.
971         (sloww, sloww1, sloww2): Call __mpsin or __mpcos based on
972         quadrant.
973         (__sin, __cos): Consolidate common code into new functions.
974         (reduce_sincos_1, do_sincos_1): New functions.
975         * sysdeps/ieee754/dbl-64/s_sincos.c (__sincos): Use them.
977         * sysdeps/ieee754/dbl-64/s_sin.c (__sin, __cos): Move common
978         code to new functions.
979         (reduce_sincos_2, do_sincos_2): New functions.
980         * sysdeps/ieee754/dbl-64/s_sincos.c (__sincos): Use them.
982         * sysdeps/ieee754/dbl-64/s_sin.c (__sin) [!IN_SINCOS]: Skip
983         common code for sincos.
984         (__cos) [!IN_SINCOS]: Likewise.
985         * sysdeps/ieee754/dbl-64/s_sincos.c (reduce_and_compute_sincos):
986         New function.
987         (__sincos): Use it.
989 2015-12-20  Aurelien Jarno  <aurelien@aurel32.net>
991         * sysdeps/i386/fpu/libm-test-ulps: Move to ....
992         * sysdeps/i386/i686/multiarch/fpu/libm-test-ulps: ...here.
993         * sysdeps/i386/fpu/libm-test-ulps: Regenerate.
995 2015-12-19  Andrew Senkevich  <andrew.senkevich@intel.com>
997         * sysdeps/x86_64/multiarch/memset-avx512-no-vzeroupper.S: New file.
998         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Added new file.
999         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Added new tests.
1000         * sysdeps/x86_64/multiarch/memset.S: Added new IFUNC branch.
1001         * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
1002         * sysdeps/x86/cpu-features.h (bit_Prefer_No_VZEROUPPER,
1003         index_Prefer_No_VZEROUPPER): New feature.
1004         * sysdeps/x86/cpu-features.c (init_cpu_features): Set the
1005         Prefer_No_VZEROUPPER for Knights Landing.
1007 015-12-18  Torvald Riegel  <triegel@redhat.com>
1009         * math/atest-exp2.c (mp_exp_m1): Remove.
1011 2015-12-17  Adhemerval Zanella  <adhemerval.zanella@linaro.org>
1013         * sysdeps/unix/sysdep.h (SYSCALL_CANCEL): Fix macro for zero argument
1014         syscalls.
1015         (__SYSCALL0): New macro.
1016         (__SYSCALL1): Likewise.
1017         (__SYSCALL2): Likewise.
1018         (__SYSCALL3): Likewise.
1019         (__SYSCALL4): Likewise.
1020         (__SYSCALL5): Likewise.
1021         (__SYSCALL6): Likewise.
1022         (__SYSCALL_CONCAT_X): Likewise.
1023         (__SYSCALL_CONCAT): Likewise.
1024         (__SYSCALL_DIST): Likewise.
1025         (__SYSCALL_CALL): Likewise.
1027 2015-12-17  H.J. Lu  <hongjiu.lu@intel.com>
1029         [BZ #19363]
1030         * sysdeps/unix/sysv/linux/x86_64/x32/times.c: New file.
1032 2015-12-17  Adhemerval Zanella  <adhemerval.zanella@linaro.org>
1034         [BZ #19375]
1035         * sysdeps/powerpc/power7/fpu/s_logb.c (__logb): Fix return for
1036         negative subnormals.
1038 2015-12-16  H.J. Lu  <hongjiu.lu@intel.com>
1040         * sysdeps/unix/sysv/linux/x86_64/sysdep.h
1041         (REGISTERS_CLOBBERED_BY_SYSCALL): New.
1042         (INTERNAL_SYSCALL_NCS): Use it.
1043         (INTERNAL_SYSCALL_NCS_TYPES): Likewise.
1045 2015-12-16  Florian Weimer  <fweimer@redhat.com>
1047         [BZ #19243]
1048         * malloc/arena.c (get_free_list): Remove assert and adjust
1049         reference count handling.  Add comment about reused_arena
1050         interaction.
1051         (reused_arena): Add comments abount get_free_list interaction.
1052         * malloc/tst-malloc-thread-exit.c: New file.
1053         * malloc/Makefile (tests): Add tst-malloc-thread-exit.
1054         (tst-malloc-thread-exit): Link against libpthread.
1056 2015-12-15  H.J. Lu  <hongjiu.lu@intel.com>
1058         [BZ #19367]
1059         * sysdeps/unix/sysv/linux/wordsize-64/mmap.c: New file.
1060         * sysdeps/unix/sysv/linux/x86_64/64/dl-librecon.h: Likewise.
1061         * sysdeps/unix/sysv/linux/x86_64/64/mmap.c: Likewise.
1062         * sysdeps/x86/cpu-features.h (bit_Prefer_MAP_32BIT_EXEC): New.
1063         (index_Prefer_MAP_32BIT_EXEC): Likewise.
1065 2015-12-15  H.J. Lu  <hongjiu.lu@intel.com>
1067         * sysdeps/x86/cpu-features.c (init_cpu_features): Enable
1068         Silvermont optimizations for Knights Landing.
1070 2015-12-15  Andreas Schwab  <schwab@suse.de>
1072         [BZ #17197]
1073         * iconvdata/ibm930.c (BODY for TO_LOOP): Record current DBCS state
1074         immediately after emitting SI.
1075         * iconvdata/ibm933.c (BODY for TO_LOOP): Likewise.
1076         * iconvdata/ibm935.c (BODY for TO_LOOP): Likewise.
1077         * iconvdata/ibm937.c (BODY for TO_LOOP): Likewise.
1078         * iconvdata/ibm939.c (BODY for TO_LOOP): Likewise.
1079         * iconvdata/bug-iconv10.c: New file.
1080         * iconvdata/Makefile (tests): Add bug-iconv10.
1081         ($(objpfx)bug-iconv10.out): New rule.
1083 2015-12-15  Florian Weimer  <fweimer@redhat.com>
1085         * dlfcn/tst-rec-dlopen.c (call_func): Cast dlsym result, fixing an
1086         aliasing violation.
1088 2015-12-14  Joseph Myers  <joseph@codesourcery.com>
1090         [BZ #18472]
1091         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Handle entries
1092         for the form NAME@VERSION:OBSOLETED and generate SHLIB_COMPAT
1093         conditionals for them.
1094         * sysdeps/unix/make-syscalls.sh (emit_weak_aliases): Likewise.
1095         * sysdeps/unix/sysv/linux/sys/kdaemon.h: Remove file.
1096         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Remove
1097         sys/kdaemon.h.
1098         * sysdeps/unix/sysv/linux/syscalls.list (bdflush): Make into
1099         compat-only syscall, obsoleted in glibc 2.23.
1100         (create_module): Likewise.
1101         (get_kernel_syms): Likewise.
1102         (query_module): Likewise.
1103         (uselib): Likewise.
1104         * manual/sysinfo.texi (System Parameters): Do not mention bdflush.
1106 2015-12-11  Aurelien Jarno  <aurelien@aurel32.net>
1108         * sysdeps/unix/sysv/linux/arm/ioperm.c: Do not include
1109         <linux/version.h>.
1110         [LINUX_VERSION_CODE >= KERNEL_VERSION(2,4,23)]: Remove
1111         conditional code.
1112         (init_iosys): Use CTL_BUS_ISA instead of BUS_ISA in iobase_name
1113         and ioshift_name initialization.
1115 2015-12-11  Steve Ellcey  <sellcey@imgtec.com>
1117         * sysdeps/ieee754/flt-32/k_rem_pio2f.c (__kernel_rem_pio2f):
1118         Fix indentation.
1120 2015-12-11  Steve Ellcey  <sellcey@imgtec.com>
1122         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Fix indentation.
1124 2015-12-11  Steve Ellcey  <sellcey@imgtec.com>
1126         * stdlib/strtol_l.c (__strtol_l): Fix indentation.
1128 2015-12-10  Aurelien Jarno  <aurelien@aurel32.net>
1129             Jakub Wilk  <jwilk@debian.org>
1131         [BZ #19347]
1132         * sysdeps/unix/grantpt.c [!HAVE_PT_CHOWN] (grantpt): Do not try
1133         to change the group of the device to the tty group.
1135 2015-12-10  Paul Eggert  <eggert@cs.ucla.edu>
1137         Split large string section; add truncation advice
1138         * manual/examples/strncat.c: Remove.
1139         This example was misleading, as the code would have undefined
1140         behavior if "hello" was longer than SIZE.  Anyway, the manual
1141         shouldn't encourage strncpy+strncat for this sort of thing.
1142         * manual/string.texi (Copying Strings and Arrays): Split into
1143         three sections Copying Strings and Arrays, Concatenating Strings,
1144         and Truncating Strings, as this section was way too long.  All
1145         cross-referenced changed.  Add advice about string-truncation
1146         functions.  Remove misleading strncat example.
1148 2015-12-10  Carlos O'Donell  <carlos@redhat.com>
1150         * manual/nss.texi (NSS Modules Interface): Document
1151         NSS_STATUS_NOTFOUND and SUCCESS.
1153 2015-12-09  Mike FABIAN  <mfabian@redhat.com>
1155         [BZ 18568]
1156         * include/stdc-predef.h (__STDC_ISO_10646__): Update to
1157         201505L, for Unicode 8.
1159 2015-12-09  Carlos O'Donell  <carlos@redhat.com>
1161         * locale/C-translit.h: Regenerate.
1163 2015-12-09  Mike FABIAN  <mfabian@redhat.com>
1165         * locale/C-translit.h.in: Remove duplicate transliterations for U+0152
1166         and U+0153.
1168 2015-12-09  Joseph Myers  <joseph@codesourcery.com>
1170         [BZ #19351]
1171         * sysdeps/ieee754/ldbl-128ibm/e_logl.c (__ieee754_logl): When
1172         expanding log(1+z), compare z rather than its square with epsilon
1173         to determine when to avoid evaluating the expansion.
1175         [BZ #19350]
1176         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c (__ieee754_sinhl):
1177         Increase overflow threshold.
1179         [BZ #19349]
1180         * sysdeps/ieee754/ldbl-128ibm/s_tanhl.c (__tanhl): Return argument
1181         when small.
1183         * sysdeps/unix/sysv/linux/i386/kernel-features.h
1184         [__LINUX_KERNEL_VERSION >= 0x040300] (__ASSUME_SOCKET_SYSCALL):
1185         New macro.
1186         [__LINUX_KERNEL_VERSION >= 0x040300]
1187         (__ASSUME_SOCKETPAIR_SYSCALL): Likewise.
1188         [__LINUX_KERNEL_VERSION >= 0x040300] (__ASSUME_BIND_SYSCALL):
1189         Likewise.
1190         [__LINUX_KERNEL_VERSION >= 0x040300] (__ASSUME_CONNECT_SYSCALL):
1191         Likewise.
1192         [__LINUX_KERNEL_VERSION >= 0x040300] (__ASSUME_LISTEN_SYSCALL):
1193         Likewise.
1194         [__LINUX_KERNEL_VERSION >= 0x040300] (__ASSUME_ACCEPT4_SYSCALL):
1195         Likewise.
1196         [__LINUX_KERNEL_VERSION >= 0x040300]
1197         (__ASSUME_ACCEPT4_FOR_ACCEPT_SYSCALL): Likewise.
1198         [__LINUX_KERNEL_VERSION >= 0x040300]
1199         (__ASSUME_GETSOCKOPT_SYSCALL): Likewise.
1200         [__LINUX_KERNEL_VERSION >= 0x040300]
1201         (__ASSUME_SETSOCKOPT_SYSCALL): Likewise.
1202         [__LINUX_KERNEL_VERSION >= 0x040300]
1203         (__ASSUME_GETSOCKNAME_SYSCALL): Likewise.
1204         [__LINUX_KERNEL_VERSION >= 0x040300]
1205         (__ASSUME_GETPEERNAME_SYSCALL): Likewise.
1206         [__LINUX_KERNEL_VERSION >= 0x040300] (__ASSUME_SENDTO_SYSCALL):
1207         Likewise.
1208         [__LINUX_KERNEL_VERSION >= 0x040300]
1209         (__ASSUME_SENDTO_FOR_SEND_SYSCALL): Likewise.
1210         [__LINUX_KERNEL_VERSION >= 0x040300] (__ASSUME_SENDMSG_SYSCALL):
1211         Likewise.
1212         [__LINUX_KERNEL_VERSION >= 0x040300] (__ASSUME_RECVFROM_SYSCALL):
1213         Likewise.
1214         [__LINUX_KERNEL_VERSION >= 0x040300]
1215         (__ASSUME_RECVFROM_FOR_RECV_SYSCALL): Likewise.
1216         [__LINUX_KERNEL_VERSION >= 0x040300] (__ASSUME_RECVMSG_SYSCALL):
1217         Likewise.
1218         [__LINUX_KERNEL_VERSION >= 0x040300] (__ASSUME_SHUTDOWN_SYSCALL):
1219         Likewise.
1220         * sysdeps/unix/sysv/linux/m68k/kernel-features.h
1221         [__LINUX_KERNEL_VERSION >= 0x040300] (__ASSUME_RECVMMSG_SYSCALL):
1222         Likewise.
1223         [__LINUX_KERNEL_VERSION >= 0x040300] (__ASSUME_SENDMMSG_SYSCALL):
1224         Likewise.
1225         [__LINUX_KERNEL_VERSION >= 0x040300] (__ASSUME_SOCKET_SYSCALL):
1226         Likewise.
1227         [__LINUX_KERNEL_VERSION >= 0x040300]
1228         (__ASSUME_SOCKETPAIR_SYSCALL): Likewise.
1229         [__LINUX_KERNEL_VERSION >= 0x040300] (__ASSUME_BIND_SYSCALL):
1230         Likewise.
1231         [__LINUX_KERNEL_VERSION >= 0x040300] (__ASSUME_CONNECT_SYSCALL):
1232         Likewise.
1233         [__LINUX_KERNEL_VERSION >= 0x040300] (__ASSUME_LISTEN_SYSCALL):
1234         Likewise.
1235         [__LINUX_KERNEL_VERSION >= 0x040300] (__ASSUME_ACCEPT4_SYSCALL):
1236         Likewise.
1237         [__LINUX_KERNEL_VERSION >= 0x040300]
1238         (__ASSUME_ACCEPT4_FOR_ACCEPT_SYSCALL): Likewise.
1239         [__LINUX_KERNEL_VERSION >= 0x040300]
1240         (__ASSUME_GETSOCKOPT_SYSCALL): Likewise.
1241         [__LINUX_KERNEL_VERSION >= 0x040300]
1242         (__ASSUME_SETSOCKOPT_SYSCALL): Likewise.
1243         [__LINUX_KERNEL_VERSION >= 0x040300]
1244         (__ASSUME_GETSOCKNAME_SYSCALL): Likewise.
1245         [__LINUX_KERNEL_VERSION >= 0x040300]
1246         (__ASSUME_GETPEERNAME_SYSCALL): Likewise.
1247         [__LINUX_KERNEL_VERSION >= 0x040300] (__ASSUME_SENDTO_SYSCALL):
1248         Likewise.
1249         [__LINUX_KERNEL_VERSION >= 0x040300]
1250         (__ASSUME_SENDTO_FOR_SEND_SYSCALL): Likewise.
1251         [__LINUX_KERNEL_VERSION >= 0x040300] (__ASSUME_SENDMSG_SYSCALL):
1252         Likewise.
1253         [__LINUX_KERNEL_VERSION >= 0x040300] (__ASSUME_RECVFROM_SYSCALL):
1254         Likewise.
1255         [__LINUX_KERNEL_VERSION >= 0x040300]
1256         (__ASSUME_RECVFROM_FOR_RECV_SYSCALL): Likewise.
1257         [__LINUX_KERNEL_VERSION >= 0x040300] (__ASSUME_RECVMSG_SYSCALL):
1258         Likewise.
1259         [__LINUX_KERNEL_VERSION >= 0x040300] (__ASSUME_SHUTDOWN_SYSCALL):
1260         Likewise.
1261         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
1262         (__ASSUME_SOCKET_SYSCALL): Likewise.
1263         (__ASSUME_BIND_SYSCALL): Likewise.
1264         (__ASSUME_CONNECT_SYSCALL): Likewise.
1265         (__ASSUME_LISTEN_SYSCALL): Likewise.
1266         (__ASSUME_ACCEPT_SYSCALL): Likewise.
1267         (__ASSUME_GETSOCKNAME_SYSCALL): Likewise.
1268         (__ASSUME_GETPEERNAME_SYSCALL): Likewise.
1269         (__ASSUME_SOCKETPAIR_SYSCALL): Likewise.
1270         (__ASSUME_SEND_SYSCALL): Likewise.
1271         (__ASSUME_SENDTO_SYSCALL): Likewise.
1272         (__ASSUME_RECV_SYSCALL): Likewise.
1273         (__ASSUME_RECVFROM_SYSCALL): Likewise.
1274         (__ASSUME_SHUTDOWN_SYSCALL): Likewise.
1275         (__ASSUME_GETSOCKOPT_SYSCALL): Likewise.
1276         (__ASSUME_SETSOCKOPT_SYSCALL): Likewise.
1277         (__ASSUME_SENDMSG_SYSCALL): Likewise.
1278         (__ASSUME_RECVMSG_SYSCALL): Likewise.
1279         * sysdeps/unix/sysv/linux/sh/kernel-features.h
1280         [__LINUX_KERNEL_VERSION >= 0x020625] (__ASSUME_SOCKET_SYSCALL):
1281         Likewise.
1282         [__LINUX_KERNEL_VERSION >= 0x020625] (__ASSUME_BIND_SYSCALL):
1283         Likewise.
1284         [__LINUX_KERNEL_VERSION >= 0x020625] (__ASSUME_CONNECT_SYSCALL):
1285         Likewise.
1286         [__LINUX_KERNEL_VERSION >= 0x020625] (__ASSUME_LISTEN_SYSCALL):
1287         Likewise.
1288         [__LINUX_KERNEL_VERSION >= 0x020625] (__ASSUME_ACCEPT_SYSCALL):
1289         Likewise.
1290         [__LINUX_KERNEL_VERSION >= 0x020625]
1291         (__ASSUME_GETSOCKNAME_SYSCALL): Likewise.
1292         [__LINUX_KERNEL_VERSION >= 0x020625]
1293         (__ASSUME_GETPEERNAME_SYSCALL): Likewise.
1294         [__LINUX_KERNEL_VERSION >= 0x020625]
1295         (__ASSUME_SOCKETPAIR_SYSCALL): Likewise.
1296         [__LINUX_KERNEL_VERSION >= 0x020625] (__ASSUME_SEND_SYSCALL):
1297         Likewise.
1298         [__LINUX_KERNEL_VERSION >= 0x020625] (__ASSUME_SENDTO_SYSCALL):
1299         Likewise.
1300         [__LINUX_KERNEL_VERSION >= 0x020625] (__ASSUME_RECV_SYSCALL):
1301         Likewise.
1302         [__LINUX_KERNEL_VERSION >= 0x020625] (__ASSUME_RECVFROM_SYSCALL):
1303         Likewise.
1304         [__LINUX_KERNEL_VERSION >= 0x020625] (__ASSUME_SHUTDOWN_SYSCALL):
1305         Likewise.
1306         [__LINUX_KERNEL_VERSION >= 0x020625]
1307         (__ASSUME_GETSOCKOPT_SYSCALL): Likewise.
1308         [__LINUX_KERNEL_VERSION >= 0x020625]
1309         (__ASSUME_SETSOCKOPT_SYSCALL): Likewise.
1310         [__LINUX_KERNEL_VERSION >= 0x020625] (__ASSUME_SENDMSG_SYSCALL):
1311         Likewise.
1312         [__LINUX_KERNEL_VERSION >= 0x020625] (__ASSUME_RECVMSG_SYSCALL):
1313         Likewise.
1315 2015-12-09  Aurelien Jarno  <aurelien@aurel32.net>
1317         * sysdeps/unix/sysv/linux/mips/configure.ac (has-mpf64): Define to
1318         record the current if the current ABI and CPU support the FP64
1319         extension.
1320         (has-modd-spreg): Define to record the current if the current ABI and
1321         CPU support 32-bit floating point values in odd FPU registers.
1322         * sysdeps/unix/sysv/linux/mips/configure: Regenerate.
1323         * sysdeps/mips/Makefile (tst-abi-fpxxomod): Only build when
1324         $(has-modd-spreg) equals yes.
1325         (tst-abi-fp64amod): Only build when $(has-mpf64) equals yes.
1326         (tst-abi-fp64mod): Only build when both $(has-mpf64) and
1327         $(has-modd-spreg) equal yes.
1329 2015-12-09  Aurelien Jarno  <aurelien@aurel32.net>
1331         * sysdeps/unix/grantpt.c (grantpt): Call__basename instead of
1332         basename.
1334 2015-12-08  Siddhesh Poyarekar  <sid@reserved-bit.com>
1336         * benchtests/Makefile (bench-math): Move ffs and ffsll...
1337         (bench-string): ... here.
1338         (bench): Add bench-string.
1339         (string-bench, wcsmbs-bench, stdlib-bench, stdio-common-bench): Rename
1340         to *-benchset to reflect what they are.
1341         (benchset): Adjust.
1343         * benchtests/sincos-inputs: Add inputs from sin-inputs and
1344         cos-inputs.
1346 2015-12-07  Andrew Senkevich  <andrew.senkevich@intel.com>
1348         * sysdeps/x86/fpu/bits/math-vector.h: W/o -fopenmp use GCC 6.*
1349         __attribute__ ((__simd__)) for vector math function declarations.
1351 2015-12-04  Paul Eggert  <eggert@cs.ucla.edu>
1353         Fix typo in strncat, wcsncat manual entries
1354         * manual/string.texi (Copying and Concatenation): Fix typos in
1355         sample implementations of strncat and wcsncat, by having them use
1356         the old value of the destination length, not the new one.
1358 2015-12-04  Joseph Myers  <joseph@codesourcery.com>
1360         [BZ #16961]
1361         [BZ #16962]
1362         * math/s_nan.c (__nan): Use __strtod_nan instead of constructing a
1363         string on the stack for strtod.
1364         * math/s_nanf.c (__nanf): Use __strtof_nan instead of constructing
1365         a string on the stack for strtof.
1366         * math/s_nanl.c (__nanl): Use __strtold_nan instead of
1367         constructing a string on the stack for strtold.
1368         * stdlib/Versions (libc): Add __strtof_nan, __strtod_nan and
1369         __strtold_nan to GLIBC_PRIVATE.
1370         * math/test-nan-overflow.c: New file.
1371         * math/test-nan-payload.c: Likewise.
1372         * math/Makefile (tests): Add test-nan-overflow and
1373         test-nan-payload.
1375 2015-12-04  Paul Eggert  <eggert@cs.ucla.edu>
1377         Consistency about byte vs character in string.texi
1378         * manual/string.texi (String and Array Utilities):
1379         Distinguish more carefully among bytes, multibyte characters,
1380         and wide characters.  Use "byte" when talking about C 'char',
1381         to distinguish it more clearly from multibyte characters.
1382         Say "wide character" or "multibyte character" instead of
1383         "character", when a wide or multibyte character is intended.
1384         Similarly for "multibyte string" versus "string".
1385         Define these terms more carefully.
1387 2015-12-03  Chris Metcalf  <cmetcalf@ezchip.com>
1389         * sysdeps/arm/math_private.h (LDBL_CLASSIFY_COMPAT): New symbol.
1390         * sysdeps/microblaze/math_private.h (LDBL_CLASSIFY_COMPAT):
1391         Likewise.
1392         * sysdeps/mips/math_private.h (LDBL_CLASSIFY_COMPAT): Likewise.
1393         * sysdeps/nios2/math_private.h (LDBL_CLASSIFY_COMPAT): Likewise.
1394         * sysdeps/sh/math_private.h: New file.
1395         * sysdeps/m68k/coldfire/fpu/math_private.h: Likewise.
1396         * sysdeps/ieee754/dbl-64/s_finite.c [defined NO_LONG_DOUBLE &&
1397         defined LDBL_CLASSIFY_COMPAT]: Create compat symbol for internal
1398         long double function name.
1399         * sysdeps/ieee754/dbl-64/s_isinf.c: Likewise.
1400         * sysdeps/ieee754/dbl-64/s_isnan.c: Likewise.
1401         * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: Likewise.
1402         * sysdeps/ieee754/dbl-64/wordsize-64/s_isinf.c: Likewise.
1403         * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Likewise.
1404         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libc.abilist:
1405         Remove __finitel, __isinfl, and __isnanl.
1406         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libc.abilist:
1407         Likewise.
1408         * sysdeps/unix/sysv/linux/tile/tilepro/libc.abilist: Likewise.
1409         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libm.abilist:
1410         Remove __finitel.
1411         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libm.abilist:
1412         Likewise.
1413         * sysdeps/unix/sysv/linux/tile/tilepro/libm.abilist: Likewise.
1415 2015-12-03  Andrew Senkevich  <andrew.senkevich@intel.com>
1417         * math/Makefile ($(inst_libdir)/libm.so): Corrected path to
1418         installed libmvec_nonshared.a.
1420 2015-12-03  Carlos Eduardo Seo  <cseo@linux.vnet.ibm.com>
1422         * sysdeps/powerpc/Makefile (sysdep-dl-routines): Add hwcapinfo.
1423         (sysdep_routines): Likewise.
1424         (sysdep-rtld-routines): Likewise.
1425         [$(subdir) = nptl](tests): Add test-get_hwcap and test-get_hwcap-static
1426         [$(subdir) = nptl](tests-static): test-get_hwcap-static
1427         * sysdeps/powerpc/Versions: Added new
1428         __parse_hwcap_and_convert_at_platform symbol to GLIBC-2.23.
1429         * sysdeps/powerpc/hwcapinfo.c: New file.
1430         (__tcb_parse_hwcap_and_convert_at_platform): New function to initialize
1431         and parse hwcap, hwcap2 and platform number information.
1432         * sysdeps/powerpc/hwcapinfo.h: New file.  Creates global variables
1433         to store HWCAP+HWCAP2 and platform number.
1434         * sysdeps/powerpc/nptl/tcb-offsets.sym: Added new offsets
1435         for HWCAP+HWCAP2 and platform number in the TCB.
1436         * sysdeps/powerpc/nptl/tls.h: New functionality.  Stores
1437         the HWCAP, HWCAP2 and platform number in the TCB.
1438         (dtv): Added new fields for HWCAP+HWCAP2 and platform number.
1439         (TLS_INIT_TP): Included calls to add the hwcap and
1440         at_platform values in the TCB in TP initialization.
1441         (TLS_DEFINE_INIT_TP): Likewise.
1442         (THREAD_GET_HWCAP): New macro.
1443         (THREAD_SET_HWCAP): Likewise.
1444         (THREAD_GET_AT_PLATFORM): Likewise.
1445         (THREAD_SET_AT_PLATFORM): Likewise.
1446         * sysdeps/powerpc/powerpc32/dl-machine.h:
1447         (dl_platform_init): New function that calls
1448         __parse_hwcap_and_convert_at_platform for the dymanic linking case for
1449         powerpc32.
1450         * sysdeps/powerpc/powerpc64/dl-machine.h: Likewise, for powerpc64.
1451         * sysdeps/powerpc/test-get_hwcap-static.c: New file.  Testcase for
1452         this functionality, static linking case.
1453         * sysdeps/powerpc/test-get_hwcap.c: New file.  Likewise, dynamic
1454         linking case.
1455         * sysdeps/unix/sysv/linux/powerpc/libc-start.c: Added call to
1456         __parse_hwcap_and_convert_at_platform for the static linking case.
1457         * sysdeps/unix/sysv/linux/powerpc/powerpc32/ld.abilist:
1458         Included the new __parse_hwcap_and_convert_at_platform symbol in the
1459         ABI list for GLIBC 2.23.
1460         * sysdeps/unix/sysv/linux/powerpc/powerpc64/ld-le.abilist:
1461         Likewise.
1462         * sysdeps/unix/sysv/linux/powerpc/powerpc64/ld.abilist:
1463         Likewise.
1465 2015-12-02  Ludovic Courtès  <ludo@gnu.org>
1467         * configure.ac: Use 'pwd -P' instead of '/bin/pwd'.
1468         * configure: Regenerate.
1469         * io/ftwtest-sh: Use 'pwd -P' instead of '/bin/pwd'.
1470         * scripts/rellns-sh: Likewise.  Remove 'pwd' variable.
1472 2015-12-02  Carlos O'Donell  <carlos@redhat.com>
1474         * iconvdata/ibm930.c: Add comment explaining encoding uses.
1475         * iconvdata/ibm933.c: Likewise.
1476         * iconvdata/ibm935.c: Likewise.
1477         * iconvdata/ibm937.c: Likewise.
1478         * iconvdata/ibm939.c: Likewise.
1480 2015-12-02  Adhemerval Zanella  <adhemerval.zanella@linaro.org>
1482         * nptl/tst-cancel20.c (do_one_test): Move the pipe closing after
1483         pthread_join.
1484         * nptl/tst-cancel21.c (tf): Likewise.
1486 2015-12-01  H.J. Lu  <hongjiu.lu@intel.com>
1488         [BZ #19313]
1489         * bits/typesizes.h (__CPU_MASK_TYPE): New.
1490         * sysdeps/mach/hurd/bits/typesizes.h (__CPU_MASK_TYPE): Likewise.
1491         * sysdeps/nacl/bits/typesizes.h (__CPU_MASK_TYPE): Likewise.
1492         * sysdeps/unix/sysv/linux/alpha/bits/typesizes.h (__CPU_MASK_TYPE):
1493         Likewise.
1494         * sysdeps/unix/sysv/linux/generic/bits/typesizes.h (__CPU_MASK_TYPE):
1495         Likewise.
1496         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h (__CPU_MASK_TYPE):
1497         Likewise.
1498         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h (__CPU_MASK_TYPE):
1499         Likewise.
1500         * sysdeps/unix/sysv/linux/x86/bits/typesizes.h (__CPU_MASK_TYPE):
1501         * sysdeps/unix/sysv/linux/bits/sched.h (__cpu_mask): Replace
1502         unsigned long int with __CPU_MASK_TYPE.
1504 2015-12-01  Szabolcs Nagy  <szabolcs.nagy@arm.com>
1506         * sysdeps/aarch64/libm-test-ulps: Regenerated.
1508 2015-12-01  Joseph Myers  <joseph@codesourcery.com>
1510         * sysdeps/ieee754/dbl-64/e_sqrt.c: Do not include uroot.h.
1511         (__ieee754_sqrt): Use hex float constants instead of tm256.x and
1512         t512.x.
1513         * sysdeps/ieee754/dbl-64/uroot.h: Remove file.
1515 2015-11-30  Amit Pawar  <amit.pawar@amd.com>
1517         [BZ #19214]
1518         * sysdeps/x86/cpu-features.c (get_common_indeces): Add an
1519         argument to return extended model.  Update family and model
1520         with extended family and model when family == 0x0f.
1521         (init_cpu_features): Updated.
1523 2015-11-29  Samuel Thibault  <samuel.thibault@ens-lyon.org>
1525         The RPC interface used by mmap uses the unsigned vm_offset_t, not the
1526         signed off_t, so 32bit bigger than 2GiB values are fine actually.
1528         * sysdeps/mach/hurd/mmap64.c: New file.
1530 2015-11-29  Thomas Schwinge  <thomas@codesourcery.com>
1532         * sysdeps/mach/hurd/fork.c (__fork): Install correct number of send
1533         rights for its main user thread in NEWTASK.
1535 2015-11-28  Maciej W. Rozycki  <macro@imgtec.com>
1537         * sysdeps/mips/fpu_control.h (_FPU_RESERVED): Include ABS2008.
1538         (_FPU_DEFAULT, _FPU_IEEE) [__mips_nan2008]: Set ABS2008.
1540 2015-11-27  Carlos O'Donell  <carlos@redhat.com>
1542         [BZ #14259]
1543         * Makeconfig: Rename localedir to complocaledir.
1544         Rename inst_localedir to inst_complocaledir.
1545         * aclocal.m4: Rename libc_cv_localedir to libc_cv_complocaledir.
1546         * config.make.in: Use complocaledir and libc_cv_complocaledir.
1547         * configure.ac: Use libc_cv_complocaledir.
1548         * configure: Regenerate.
1549         * locale/Makefile: Use complocaledir. Rename define -DLOCALEDIR to
1550         -DCOMPLOCALEDIR.
1551         * locale/findlocale.c: Use COMPLOCALEDIR.
1552         * locale/loadarchive.c: Likewise.
1553         * locale/programs/locale.c: Likewise.
1554         * locale/programs/localedef.c: Likewise.
1555         * locale/programs/locarchive.c: Likewise.
1556         * localedata/Makefile: Use inst_complocaledir.
1557         * sysdeps/gnu/configure: Regenerate.
1558         * sysdeps/hppa/configure: Regenerate.
1559         * sysdeps/unix/sysv/linux/aarch64/configure: Regenerate.
1560         * sysdeps/unix/sysv/linux/mips/configure: Regenerate.
1561         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure: Regenerate.
1562         * sysdeps/unix/sysv/linux/s390/s390-64/configure: Regenerate.
1563         * sysdeps/unix/sysv/linux/sparc/sparc64/configure: Regenerate.
1564         * sysdeps/unix/sysv/linux/x86_64/64/configure: Regenerate.
1565         * sysdeps/unix/sysv/linux/x86_64/x32/configure: Regenerate.
1567 2015-11-27  Andrew Senkevich  <andrew.senkevich@intel.com>
1569         [BZ #19058]
1570         * math/Makefile ($(inst_libdir)/libm.so): Added libmvec_nonshared.a to
1571         AS_NEEDED.
1572         * sysdeps/x86/fpu/bits/math-vector.h: Removed code with asm aliases
1573         workaround.
1574         * sysdeps/x86_64/fpu/Makefile (libmvec-support,
1575         libmvec-static-only-routines): Added new file.
1576         * sysdeps/x86_64/fpu/svml_finite_alias.S: New file.
1578 2015-11-25  Samuel Thibault  <samuel.thibault@ens-lyon.org>
1580         * hurd/sigunwind.c (_hurdsig_longjmp_from_handler): Destroy reply port
1581         of interrupted RPC instead of restoring it.
1583         * sysdeps/i386/setjmp.S (__sigsetjmp): Add hidden_def.
1584         * sysdeps/mach/hurd/accept4.c (__libc_accept4): Remove
1585         libc_hidden_def.
1586         * sysdeps/mach/hurd/dl-sysdep.c (__libc_stack_end): Initialize to get
1587         into initialized data instead of common. Define rtld_hidden_data_def.
1588         * sysdeps/mach/hurd/fxstatat64.c (__fxstatat64): Add libc_hidden_def.
1589         * sysdeps/mach/hurd/if_index.c (__if_freenameindex): Add
1590         libc_hidden_def.
1591         (if_freenameindex): Add libc_hidden_weak.
1592         (if_nameindex): Add libc_hidden_weak.
1593         * sysdeps/mach/hurd/open.c (_open64): Rename libc_hidden_weak into
1594         __open64.
1595         * sysdeps/mach/hurd/sigwait.c (__sigwait): Add libc_hidden_def.
1596         * sysdeps/mach/hurd/xmknodat.c (__xmknodat): Add libc_hidden_def.
1597         * sysdeps/mach/nanosleep.c: Include <time.h>
1598         (__nanosleep): Rename to __libc_nanosleep.
1599         (__nanosleep): Add weak_alias.
1600         (nanosleep): Update alias.
1602 2015-11-24  Joseph Myers  <joseph@codesourcery.com>
1604         * stdlib/strtod_nan.c: New file.
1605         * stdlib/strtod_nan_double.h: Likewise.
1606         * stdlib/strtod_nan_float.h: Likewise.
1607         * stdlib/strtod_nan_main.c: Likewise.
1608         * stdlib/strtod_nan_narrow.h: Likewise.
1609         * stdlib/strtod_nan_wide.h: Likewise.
1610         * stdlib/strtof_nan.c: Likewise.
1611         * stdlib/strtold_nan.c: Likewise.
1612         * sysdeps/ieee754/ldbl-128/strtod_nan_ldouble.h: Likewise.
1613         * sysdeps/ieee754/ldbl-128ibm/strtod_nan_ldouble.h: Likewise.
1614         * sysdeps/ieee754/ldbl-96/strtod_nan_ldouble.h: Likewise.
1615         * wcsmbs/wcstod_nan.c: Likewise.
1616         * wcsmbs/wcstof_nan.c: Likewise.
1617         * wcsmbs/wcstold_nan.c: Likewise.
1618         * stdlib/Makefile (routines): Add strtof_nan, strtod_nan and
1619         strtold_nan.
1620         * wcsmbs/Makefile (routines): Add wcstod_nan, wcstold_nan and
1621         wcstof_nan.
1622         * include/stdlib.h (__strtof_nan): Declare and use
1623         libc_hidden_proto.
1624         (__strtod_nan): Likewise.
1625         (__strtold_nan): Likewise.
1626         (__wcstof_nan): Likewise.
1627         (__wcstod_nan): Likewise.
1628         (__wcstold_nan): Likewise.
1629         * include/wchar.h (____wcstoull_l_internal): Declare.
1630         * stdlib/strtod_l.c: Do not include <ieee754.h>.
1631         (____strtoull_l_internal): Remove declaration.
1632         (STRTOF_NAN): Define macro.
1633         (SET_MANTISSA): Remove macro.
1634         (STRTOULL): Likewise.
1635         (____STRTOF_INTERNAL): Use STRTOF_NAN to parse NaN payload.
1636         * stdlib/strtof_l.c (____strtoull_l_internal): Remove declaration.
1637         (STRTOF_NAN): Define macro.
1638         (SET_MANTISSA): Remove macro.
1639         * sysdeps/ieee754/ldbl-128/strtold_l.c (STRTOF_NAN): Define macro.
1640         (SET_MANTISSA): Remove macro.
1641         * sysdeps/ieee754/ldbl-128ibm/strtold_l.c (STRTOF_NAN): Define
1642         macro.
1643         (SET_MANTISSA): Remove macro.
1644         * sysdeps/ieee754/ldbl-64-128/strtold_l.c (STRTOF_NAN): Define
1645         macro.
1646         (SET_MANTISSA): Remove macro.
1647         * sysdeps/ieee754/ldbl-96/strtold_l.c (STRTOF_NAN): Define macro.
1648         (SET_MANTISSA): Remove macro.
1649         * wcsmbs/wcstod_l.c (____wcstoull_l_internal): Remove declaration.
1650         * wcsmbs/wcstof_l.c (____wcstoull_l_internal): Likewise.
1651         * wcsmbs/wcstold_l.c (____wcstoull_l_internal): Likewise.
1653         [BZ #19266]
1654         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Check directly for
1655         upper case and lower case letters inside NAN(), not using TOLOWER.
1656         * stdlib/tst-strtod-nan-locale-main.c: New file.
1657         * stdlib/tst-strtod-nan-locale.c: Likewise.
1658         * stdlib/Makefile (tests): Add tst-strtod-nan-locale.
1659         [$(run-built-tests) = yes] ($(objpfx)tst-strtod-nan-locale.out):
1660         Depend on $(gen-locales).
1661         ($(objpfx)tst-strtod-nan-locale): Depend on $(libm).
1662         * wcsmbs/tst-wcstod-nan-locale.c: New file.
1663         * wcsmbs/Makefile (tests): Add tst-wcstod-nan-locale.
1664         [$(run-built-tests) = yes] ($(objpfx)tst-wcstod-nan-locale.out):
1665         Depend on $(gen-locales).
1666         ($(objpfx)tst-wcstod-nan-locale): Depend on $(libm).
1668 2015-11-24  Chris Metcalf  <cmetcalf@ezchip.com>
1670         * misc/tst-tsearch.c (TIMEOUT): Set to 10.
1672         * sysdeps/tile/bits/mathdef.h (__NO_LONG_DOUBLE_MATH): Define.
1673         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libc.abilist: Add
1674         __finitel, __isinfl, and __isnanl.
1675         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libc.abilist:
1676         Likewise.
1677         * sysdeps/unix/sysv/linux/tile/tilepro/libc.abilist: Likewise.
1678         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libm.abilist: Add
1679         __finitel.
1680         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libm.abilist:
1681         Likewise.
1682         * sysdeps/unix/sysv/linux/tile/tilepro/libm.abilist: Likewise.
1684 2015-11-24  Gleb Fotengauer-Malinovskiy  <glebfm@altlinux.org>
1686         * malloc/memusage.c (me): Remove redundant getenv call.
1688 2015-10-24  Florian Weimer  <fweimer@redhat.com>
1690         [BZ #19143]
1691         [BZ #19164]
1692         * nptl/check-cpuset.h: Remove.
1693         * nptl/pthread_attr_setaffinity.c (__pthread_attr_setaffinity_new):
1694         Remove CPU set size check.
1695         * nptl/pthread_setattr_default_np.c (pthread_setattr_default_np):
1696         Likewise.
1697         * sysdeps/unix/sysv/linux/check-cpuset.h: Remove.
1698         * sysdeps/unix/sysv/linux/pthread_setaffinity.c
1699         (__kernel_cpumask_size, __determine_cpumask_size): Remove.
1700         (__pthread_setaffinity_new): Remove CPU set size check.
1701         * sysdeps/unix/sysv/linux/sched_setaffinity.c
1702         (__kernel_cpumask_size): Remove.
1703         (__sched_setaffinity_new): Remove CPU set size check.
1704         * manual/threads.texi (Default Thread Attributes): Remove stale
1705         reference to check_cpuset_attr, determine_cpumask_size in comment.
1706         * sysdeps/unix/sysv/linux/Makefile [$(subdir) == posix] (tests):
1707         Remove tst-getcpu.  Add tst-affinity, tst-affinity-pid.
1708         [$(subdir) == nptl] (tests): Add tst-thread-affinity-pthread,
1709         tst-thread-affinity-pthread2, tst-thread-affinity-sched.
1710         * sysdeps/unix/sysv/linux/tst-affinity.c: New file.
1711         * sysdeps/unix/sysv/linux/tst-affinity-pid.c: New file.
1712         * sysdeps/unix/sysv/linux/tst-skeleton-affinity.c: New skeleton test file.
1713         * sysdeps/unix/sysv/linux/tst-thread-affinity-sched.c: New file.
1714         * sysdeps/unix/sysv/linux/tst-thread-affinity-pthread.c: New file.
1715         * sysdeps/unix/sysv/linux/tst-thread-affinity-pthread2.c: New file.
1716         * sysdeps/unix/sysv/linux/tst-thread-skeleton-affinity.c: New
1717         skeleton test file.
1718         * sysdeps/unix/sysv/linux/tst-getcpu.c: Remove.  Superseded by
1719         tst-affinity-pid.
1721 2015-11-24  Florian Weimer  <fweimer@redhat.com>
1723         * scripts/update-abilist.sh: New file.
1724         * Makefile (+subdir_targets): Add subdir_update-all-abi.
1725         * Makerules (update-all-abi-%, update-all-abi)
1726         (subdir_update-all-abi): New targets.
1727         * elf/Makefile (update-all-abi): New target.
1729 2015-11-24  Florian Weimer  <fweimer@redhat.com>
1731         Replace MUTEX_INITIALIZER with _LIBC_LOCK_INITIALIZER in generic code.
1732         * sysdeps/mach/hurd/libc-lock.h (_LIBC_LOCK_INITIALIZER): Define.
1733         (__libc_lock_define_initialized): Use it.
1734         * sysdeps/nptl/libc-lockP.h (_LIBC_LOCK_INITIALIZER): Define.
1735         * malloc/arena.c (list_lock): Use _LIBC_LOCK_INITIALIZER.
1736         * malloc/malloc.c (main_arena): Likewise.
1737         * sysdeps/generic/malloc-machine.h (MUTEX_INITIALIZER): Remove.
1738         * sysdeps/nptl/malloc-machine.h (MUTEX_INITIALIZER): Remove.
1740 2015-11-23  Joseph Myers  <joseph@codesourcery.com>
1742         * sysdeps/unix/sysv/linux/aarch64/sys/ptrace.h
1743         (PTRACE_O_EXITKILL): New value in enum __ptrace_setoptions.
1744         (PTRACE_O_SUSPEND_SECCOMP): Likewise.
1745         (PTRACE_O_MASK): Update value.
1746         * sysdeps/unix/sysv/linux/ia64/sys/ptrace.h (PTRACE_O_EXITKILL):
1747         New value in enum __ptrace_setoptions.
1748         (PTRACE_O_SUSPEND_SECCOMP): Likewise.
1749         (PTRACE_O_MASK): Update value.
1750         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h
1751         (PTRACE_O_SUSPEND_SECCOMP): New value in enum __ptrace_setoptions.
1752         (PTRACE_O_MASK): Update value.
1753         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h
1754         (PTRACE_O_SUSPEND_SECCOMP): New value in enum __ptrace_setoptions.
1755         (PTRACE_O_MASK): Update value.
1756         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h
1757         (PTRACE_O_SUSPEND_SECCOMP): New value in enum __ptrace_setoptions.
1758         (PTRACE_O_MASK): Update value.
1759         * sysdeps/unix/sysv/linux/sys/ptrace.h (PTRACE_O_SUSPEND_SECCOMP):
1760         New value in enum __ptrace_setoptions.
1761         (PTRACE_O_MASK): Update value.
1762         * sysdeps/unix/sysv/linux/tile/sys/ptrace.h (PTRACE_O_EXITKILL):
1763         New value in enum __ptrace_setoptions.
1764         (PTRACE_O_SUSPEND_SECCOMP): Likewise.
1765         (PTRACE_O_MASK): Update value.
1767         * sysdeps/unix/sysv/linux/netpacket/packet.h (PACKET_COPY_THRESH):
1768         New macro.
1769         (PACKET_AUXDATA): Likewise.
1770         (PACKET_ORIGDEV): Likewise.
1771         (PACKET_VERSION): Likewise.
1772         (PACKET_HDRLEN): Likewise.
1773         (PACKET_RESERVE): Likewise.
1774         (PACKET_TX_RING): Likewise.
1775         (PACKET_LOSS): Likewise.
1776         (PACKET_VNET_HDR): Likewise.
1777         (PACKET_TX_TIMESTAMP): Likewise.
1778         (PACKET_TIMESTAMP): Likewise.
1779         (PACKET_FANOUT): Likewise.
1780         (PACKET_TX_HAS_OFF): Likewise.
1781         (PACKET_QDISC_BYPASS): Likewise.
1782         (PACKET_ROLLOVER_STATS): Likewise.
1783         (PACKET_FANOUT_DATA): Likewise.
1784         (PACKET_MR_UNICAST): Likewise.
1786         [BZ #19242]
1787         * stdlib/strtol_l.c (ISALPHA): Use _nl_C_locobj_ptr for locale.
1788         (TOUPPER): Likewise.
1789         * stdlib/tst-strtol-locale-main.c: New file.
1790         * stdlib/tst-strtol-locale.c: Likewise.
1791         * stdlib/Makefile (tests): Add tst-strtol-locale.
1792         [$(run-built-tests) = yes] (LOCALES): Add tr_TR.ISO-8859-9.
1793         [$(run-built-tests) = yes] ($(objpfx)tst-strtol-locale.out):
1794         Depend on $(gen-locales).
1795         * wcsmbs/tst-wcstol-locale.c: New file.
1796         * wcsmbs/Makefile (tests): Add tst-wcstol-locale.
1797         [$(run-built-tests) = yes] (LOCALES): Add tr_TR.UTF-8 and
1798         tr_TR.ISO-8859-9.
1799         [$(run-built-tests) = yes] ($(objpfx)tst-wcstol-locale.out):
1800         Depend on $(gen-locales).
1802 2015-11-20  Roland McGrath  <roland@hack.frob.com>
1804         * sysdeps/nacl/dl-map-segments.h (_dl_map_segments): Use
1805         __glibc_likely instead of __builtin_expect.  After falling back to
1806         dyncode_create in a non-ET_DYN case, use the allocate_code_data
1807         system interface to register the code pages as occupied.
1809 2015-11-20  Joseph Myers  <joseph@codesourcery.com>
1811         * sysdeps/arm/math_private.h [!_MATH_PRIVATE_H]: Change guard to
1812         [!ARM_MATH_PRIVATE_H].
1813         [!ARM_MATH_PRIVATE_H] (ARM_MATH_PRIVATE_H): Define macro.
1814         * sysdeps/hppa/math_private.h [!_MATH_PRIVATE_H]: Change guard to
1815         [!HPPA_MATH_PRIVATE_H].
1816         [!HPPA_MATH_PRIVATE_H] (HPPA_MATH_PRIVATE_H): Define macro.
1817         * sysdeps/i386/fpu/math_private.h [!_MATH_PRIVATE_H]: Change guard
1818         to [!I386_MATH_PRIVATE_H].
1819         [!I386_MATH_PRIVATE_H] (I386_MATH_PRIVATE_H): Define macro.
1820         * sysdeps/m68k/m680x0/fpu/math_private.h [!_MATH_PRIVATE_H]:
1821         Change guard to [!M68K_MATH_PRIVATE_H].
1822         [!M68K_MATH_PRIVATE_H] (M68K_MATH_PRIVATE_H): Define macro.
1823         * sysdeps/microblaze/math_private.h [!_MATH_PRIVATE_H]: Change
1824         guard to [!MICROBLAZE_MATH_PRIVATE_H].
1825         [!MICROBLAZE_MATH_PRIVATE_H] (MICROBLAZE_MATH_PRIVATE_H): Define
1826         macro.
1827         * sysdeps/mips/math_private.h [!_MATH_PRIVATE_H]: Change guard to
1828         [!MIPS_MATH_PRIVATE_H].
1829         [!MIPS_MATH_PRIVATE_H] (MIPS_MATH_PRIVATE_H): Define macro.
1830         * sysdeps/nios2/math_private.h [!_MATH_PRIVATE_H]: Change guard to
1831         [!NIO2_MATH_PRIVATE_H].
1832         [!NIO2_MATH_PRIVATE_H] (NIO2_MATH_PRIVATE_H): Define macro.
1833         * sysdeps/tile/math_private.h [!_MATH_PRIVATE_H]: Change guard to
1834         [!TILE_MATH_PRIVATE_H].
1835         [!TILE_MATH_PRIVATE_H] (TILE_MATH_PRIVATE_H): Define macro.
1837         [BZ #15421]
1838         * sysdeps/ieee754/s_signgam.c (signgam): Rename to __signgam,
1839         initialize with 0 and define as weak alias of __signgam.
1840         * include/math.h [!_ISOMAC] (__signgam): Declare.
1841         * math/Makefile (libm-calls): Add w_lgamma_compat.
1842         (tests): Add test-signgam-uchar, test-signgam-uchar-init,
1843         test-signgam-uint, test-signgam-uint-init, test-signgam-ullong and
1844         test-signgam-ullong-init.
1845         (tests-static): Add test-signgam-uchar-static,
1846         test-signgam-uchar-init-static, test-signgam-uint-static,
1847         test-signgam-uint-init-static, test-signgam-ullong-static and
1848         test-signgam-ullong-init-static.
1849         (CFLAGS-test-signgam-uchar.c): New variable.
1850         (CFLAGS-test-signgam-uchar-init.c): Likewise.
1851         (CFLAGS-test-signgam-uchar-static.c): Likewise.
1852         (CFLAGS-test-signgam-uchar-init-static.c): Likewise.
1853         (CFLAGS-test-signgam-uint.c): Likewise.
1854         (CFLAGS-test-signgam-uint-init.c): Likewise.
1855         (CFLAGS-test-signgam-uint-static.c): Likewise.
1856         (CFLAGS-test-signgam-uint-init-static.c): Likewise.
1857         (CFLAGS-test-signgam-ullong.c): Likewise.
1858         (CFLAGS-test-signgam-ullong-init.c): Likewise.
1859         (CFLAGS-test-signgam-ullong-static.c): Likewise.
1860         (CFLAGS-test-signgam-ullong-init-static.c): Likewise.
1861         * math/Versions (libm): Add GLIBC_2.23.
1862         * math/lgamma-compat.h: New file.
1863         * math/test-signgam-main.c: Likewise.
1864         * math/test-signgam-uchar-init-static.c: Likewise.
1865         * math/test-signgam-uchar-init.c: Likewise.
1866         * math/test-signgam-uchar-static.c: Likewise.
1867         * math/test-signgam-uchar.c: Likewise.
1868         * math/test-signgam-uint-init-static.c: Likewise.
1869         * math/test-signgam-uint-init.c: Likewise.
1870         * math/test-signgam-uint-static.c: Likewise.
1871         * math/test-signgam-uint.c: Likewise.
1872         * math/test-signgam-ullong-init-static.c: Likewise.
1873         * math/test-signgam-ullong-init.c: Likewise.
1874         * math/test-signgam-ullong-static.c: Likewise.
1875         * math/test-signgam-ullong.c: Likewise.
1876         * math/w_lgamma.c: Rename to w_lgamma_main.c and replace by
1877         wrapper of w_lgamma_main.c.
1878         * math/w_lgamma_compat.c: New file.
1879         * math/w_lgamma_compatf.c: Likewise.
1880         * math/w_lgamma_compatl.c: Likewise.
1881         * math/w_lgamma_main.c: New file.  Based on w_lgamma.c.  Include
1882         <lgamma-compat.h>.  Condition contents on [BUILD_LGAMMA].  Support
1883         defining compatibility symbols.
1884         (__lgamma): Change to LGFUNC (__lgamma).  Use CALL_LGAMMA.
1885         * math/w_lgammaf.c: Rename to w_lgammaf_main.c and replace by
1886         wrapper of w_lgammaf_main.c.
1887         * math/w_lgammaf_main.c: New file.  Based on w_lgammaf.c.  Include
1888         <lgamma-compat.h>.  Condition contents on [BUILD_LGAMMA].  Support
1889         defining compatibility symbols.
1890         (__lgammaf): Change to LGFUNC (__lgammaf).  Use CALL_LGAMMA.
1891         * math/w_lgammal.c: Rename to w_lgammal_main.c and replace by
1892         wrapper of w_lgammal_main.c.
1893         * math/w_lgammal_main.c: New file.  Based on w_lgammal.c.  Include
1894         <lgamma-compat.h>.  Condition contents on [BUILD_LGAMMA].  Support
1895         defining compatibility symbols.
1896         (__lgammal): Change to LGFUNC (__lgammal).  Use CALL_LGAMMA.
1897         * sysdeps/ia64/fpu/lgamma-compat.h: New file.
1898         * sysdeps/ia64/fpu/w_lgamma.c: Move to ....
1899         * sysdeps/ia64/fpu/w_lgamma_main.c: ...here.  Include
1900         <lgamma-compat.h>.
1901         (__ieee754_lgamma): Change to LGFUNC (lgamma).  Use CALL_LGAMMA.
1902         (__ieee754_gamma): Define as alias.
1903         * sysdeps/ia64/fpu/w_lgammaf.c: Move to ....
1904         * sysdeps/ia64/fpu/w_lgammaf_main.c: ...here.  Include
1905         <lgamma-compat.h>.
1906         (__ieee754_lgammaf): Change to LGFUNC (lgammaf).  Use CALL_LGAMMA.
1907         (__ieee754_gammaf): Define as alias.
1908         * sysdeps/ia64/fpu/w_lgammal.c: Move to ....
1909         * sysdeps/ia64/fpu/w_lgammal_main.c: ...here.  Include
1910         <lgamma-compat.h>.
1911         (__ieee754_lgammal): Change to LGFUNC (lgammal).  Use CALL_LGAMMA.
1912         (__ieee754_gammal): Define as alias.
1913         * sysdeps/ieee754/ldbl-opt/w_lgamma.c: Move to ....
1914         * sysdeps/ieee754/ldbl-opt/w_lgamma_compat.c: ...here.  Include
1915         <math/w_lgamma_compat.c>.
1916         [LONG_DOUBLE_COMPAT(libm, GLIBC_2_0)] (__lgammal_dbl_compat):
1917         Define as alias of __lgamma_compat and use in defining lgammal.
1918         * sysdeps/ieee754/ldbl-opt/w_lgammal.c: Move to ....
1919         * sysdeps/ieee754/ldbl-opt/w_lgamma_compatl.c: ...here.  Include
1920         <math/lgamma-compat.h> and <math/w_lgamma_compatl.c>.
1921         (USE_AS_COMPAT): New macro.
1922         (LGAMMA_OLD_VER): Undefine and redefine.
1923         (lgammal): Do not define here.
1924         (gammal): Only define here if [GAMMA_ALIAS].
1925         * conform/linknamespace.pl (@whitelist): Remove signgam.
1926         * sysdeps/nacl/libm.abilist: Update.
1927         * sysdeps/unix/sysv/linux/aarch64/libm.abilist: Likewise.
1928         * sysdeps/unix/sysv/linux/alpha/libm.abilist: Likewise.
1929         * sysdeps/unix/sysv/linux/arm/libm.abilist: Likewise.
1930         * sysdeps/unix/sysv/linux/hppa/libm.abilist: Likewise.
1931         * sysdeps/unix/sysv/linux/i386/libm.abilist: Likewise.
1932         * sysdeps/unix/sysv/linux/ia64/libm.abilist: Likewise.
1933         * sysdeps/unix/sysv/linux/m68k/coldfire/libm.abilist: Likewise.
1934         * sysdeps/unix/sysv/linux/m68k/m680x0/libm.abilist: Likewise.
1935         * sysdeps/unix/sysv/linux/microblaze/libm.abilist: Likewise.
1936         * sysdeps/unix/sysv/linux/mips/mips32/libm.abilist: Likewise.
1937         * sysdeps/unix/sysv/linux/mips/mips64/libm.abilist: Likewise.
1938         * sysdeps/unix/sysv/linux/nios2/libm.abilist: Likewise.
1939         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/libm.abilist:
1940         Likewise.
1941         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/libm.abilist:
1942         Likewise.
1943         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libm-le.abilist:
1944         Likewise.
1945         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libm.abilist:
1946         Likewise.
1947         * sysdeps/unix/sysv/linux/s390/s390-32/libm.abilist: Likewise.
1948         * sysdeps/unix/sysv/linux/s390/s390-64/libm.abilist: Likewise.
1949         * sysdeps/unix/sysv/linux/sh/libm.abilist: Likewise.
1950         * sysdeps/unix/sysv/linux/sparc/sparc32/libm.abilist: Likewise.
1951         * sysdeps/unix/sysv/linux/sparc/sparc64/libm.abilist: Likewise.
1952         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libm.abilist:
1953         Likewise.
1954         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libm.abilist:
1955         Likewise.
1956         * sysdeps/unix/sysv/linux/tile/tilepro/libm.abilist: Likewise.
1957         * sysdeps/unix/sysv/linux/x86_64/64/libm.abilist: Likewise.
1958         * sysdeps/unix/sysv/linux/x86_64/x32/libm.abilist: Likewise.
1960 2015-11-20  Adhemerval Zanella  <adhemerval.zanella@linaro.org>
1962         [BZ #16364]
1963         * sysdeps/unix/sysv/linux/sleep.c: Remove file.
1964         * sysdeps/posix/sleep.c (__sleep): Simplify cancellation handling.
1966 2015-11-20  Stefan Liebler  <stli@linux.vnet.ibm.com>
1968         * sysdeps/s390/fpu/bits/mathinline.h:
1969         Use __asm__ [__volatile__] instead of asm [volatile].
1970         * sysdeps/s390/abort-instr.h: Likewise.
1971         * sysdeps/s390/atomic-machine.h: Likewise.
1972         * sysdeps/s390/bits/string.h: Likewise.
1973         * sysdeps/s390/dl-tls.h: Likewise.
1974         * sysdeps/s390/fpu/e_sqrt.c: Likewise.
1975         * sysdeps/s390/fpu/e_sqrtf.c: Likewise.
1976         * sysdeps/s390/fpu/e_sqrtl.c: Likewise.
1977         * sysdeps/s390/fpu/fesetround.c: Likewise.
1978         * sysdeps/s390/fpu/fpu_control.h: Likewise.
1979         * sysdeps/s390/fpu/s_fma.c: Likewise.
1980         * sysdeps/s390/fpu/s_fmaf.c: Likewise.
1981         * sysdeps/s390/memusage.h: Likewise.
1982         * sysdeps/s390/multiarch/ifunc-resolve.h: Likewise.
1983         * sysdeps/s390/nptl/pthread_spin_lock.c: Likewise.
1984         * sysdeps/s390/nptl/pthread_spin_trylock.c: Likewise.
1985         * sysdeps/s390/nptl/pthread_spin_unlock.c: Likewise.
1986         * sysdeps/s390/nptl/tls.h: Likewise.
1987         * sysdeps/s390/s390-32/__longjmp.c: Likewise.
1988         * sysdeps/s390/s390-32/backtrace.c: Likewise.
1989         * sysdeps/s390/s390-32/dl-machine.h: Likewise.
1990         * sysdeps/s390/s390-32/multiarch/memcmp.c: Likewise.
1991         * sysdeps/s390/s390-32/stackguard-macros.h: Likewise.
1992         * sysdeps/s390/s390-32/tls-macros.h: Likewise.
1993         * sysdeps/s390/s390-64/__longjmp.c: Likewise.
1994         * sysdeps/s390/s390-64/backtrace.c: Likewise.
1995         * sysdeps/s390/s390-64/dl-machine.h: Likewise.
1996         * sysdeps/s390/s390-64/iso-8859-1_cp037_z900.c: Likewise.
1997         * sysdeps/s390/s390-64/multiarch/memcmp.c: Likewise.
1998         * sysdeps/s390/s390-64/stackguard-macros.h: Likewise.
1999         * sysdeps/s390/s390-64/tls-macros.h: Likewise.
2000         * sysdeps/s390/s390-64/utf16-utf32-z9.c: Likewise.
2001         * sysdeps/s390/s390-64/utf8-utf16-z9.c: Likewise.
2002         * sysdeps/s390/s390-64/utf8-utf32-z9.c: Likewise.
2003         * sysdeps/unix/sysv/linux/s390/brk.c: Likewise.
2004         * sysdeps/unix/sysv/linux/s390/elision-trylock.c: Likewise.
2005         * sysdeps/unix/sysv/linux/s390/s390-32/____longjmp_chk.c: Likewise.
2006         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
2007         * sysdeps/unix/sysv/linux/s390/s390-64/____longjmp_chk.c: Likewise.
2008         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
2009         * sysdeps/unix/sysv/linux/s390/sysconf.c: Likewise.
2011 2015-11-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
2012             Paul E. Murphy  <murphyp@linux.vnet.ibm.com>
2014         * sysdeps/powerpc/nptl/pthread_spin_lock.c (pthread_spin_lock):
2015         Add lwarx hint, and use macro for acquire instruction.
2016         * sysdeps/powerpc/nptl/pthread_spin_trylock.c (pthread_spin_trylock):
2017         Likewise.
2018         * sysdep/unix/sysv/linux/powerpc/pthread_spin_unlock.c: Move to ...
2019         * sysdeps/powerpc/nptl/pthread_spin_unlock.c: ... here, and
2020         update to use new atomic macros.
2022 2015-11-19  Paul E. Murphy  <murphyp@linux.vnet.ibm.com>
2024         * sysdeps/unix/sysv/linux/powerpc/elision-trylock.c
2025         (__lll_trylock_elision): Fix setting of adapt_count.
2026         * sysdeps/unix/sysv/linux/powerpc/htm.h
2027         (_ABORT_PERSISTENT): Define to clarify persistent aborts.
2028         (_ABORT_NESTED_TRYLOCK): Renumber, and make persistent.
2029         (_ABORT_SYSCALL): Renumber, and clarify definition.
2030         (_ABORT_LOCK_BUSY): Renumber, make non-persistent.
2032 2015-11-19  Paul E. Murphy  <murphyp@linux.vnet.ibm.com>
2034         * sysdeps/ieee754/ldbl-128ibm/mpn2ldl.c: Include gmp headers
2035         after system headers to prevent MIN/MAX redefinition.  Define
2036         HAVE_ALLOCA to preserve builtin alloca usage.
2038 2015-11-17  Siddhesh Poyarekar  <siddhesh.poyarekar@linaro.org>
2040         * sysdeps/ieee754/dbl-64/s_sin.c (__sin)[IN_SINCOS]: Mark function
2041         static and don't set or restore rounding.
2042         (__cos)[IN_SINCOS]: Likewise.
2043         * sysdeps/ieee754/dbl-64/s_sincos.c: Include s_sin.c.
2044         (__sincos): Set and restore rounding mode.  Remove check for infinite
2045         or NaN input.
2047         * sysdeps/ieee754/dbl-64/s_sin.c: Remove redundant else clauses.
2049         * benchtests/scripts/bench.py (_print_arg_data): Mark output variables
2050         as used.
2052 2015-11-16  Florian Weimer  <fweimer@redhat.com>
2054         * math/test-signgam-finite-c99.c (_Mlong_double_): Undefine.
2056 2015-11-14  H.J. Lu  <hongjiu.lu@intel.com>
2058         * config.make.in (have-glob-dat-reloc): New.
2059         * configure.ac (libc_cv_has_glob_dat): New.  Set to yes if
2060         target supports GLOB_DAT relocaton. AC_SUBST.
2061         * configure: Regenerated.
2062         * elf/Makefile (tests): Add tst-prelink.
2063         (tests-special): Add $(objpfx)tst-prelink-cmp.out.
2064         (tst-prelink-ENV): New.
2065         ($(objpfx)tst-prelink-conflict.out): Likewise.
2066         ($(objpfx)tst-prelink-cmp.out): Likewise.
2067         * sysdeps/x86/tst-prelink.c: Moved to ...
2068         * elf/tst-prelink.c: Here.
2069         * sysdeps/x86/tst-prelink.exp: Moved to ...
2070         * elf/tst-prelink.exp: Here.
2071         * sysdeps/x86/Makefile (tests): Don't add tst-prelink.
2072         (tst-prelink-ENV): Removed.
2073         ($(objpfx)tst-prelink-conflict.out): Likewise.
2074         ($(objpfx)tst-prelink-cmp.out): Likewise.
2075         (tests-special): Don't add $(objpfx)tst-prelink-cmp.out.
2077 2015-11-13  Joseph Myers  <joseph@codesourcery.com>
2079         [BZ #14551]
2080         * sysdeps/ieee754/ldbl-128ibm/mpn2ldbl.c: Include <errno.h>.
2081         (__mpn_construct_long_double): If high part overflows to infinity,
2082         set errno and recompute overflowed result of the correct sign.
2083         * sysdeps/ieee754/ldbl-128ibm/Makefile
2084         [$(subdir) = stdlib] (tests): Add tst-strtold-ldbl-128ibm.
2085         [$(subdir) = stdlib] ($(objpfx)tst-strtold-ldbl-128ibm): Depend on
2086         $(libm).
2087         * sysdeps/ieee754/ldbl-128ibm/tst-strtold-ldbl-128ibm.c: New file.
2089 2015-11-12  Joseph Myers  <joseph@codesourcery.com>
2091         [BZ #15479]
2092         [BZ #19238]
2093         * sysdeps/powerpc/powerpc32/fpu/s_round.S (__round): Save
2094         floating-point state after first operation on input.  Restore full
2095         state rather than just rounding mode.
2096         * sysdeps/powerpc/powerpc32/fpu/s_roundf.S (__roundf): Likewise.
2097         * sysdeps/powerpc/powerpc64/fpu/s_round.S (__round): Likewise.
2098         * sysdeps/powerpc/powerpc64/fpu/s_roundf.S (__roundf): Likewise.
2100         [BZ #19235]
2101         * sysdeps/powerpc/powerpc64/fpu/s_llround.S (__llround): Do not
2102         add 0.5 to integer arguments.
2103         * sysdeps/powerpc/powerpc64/fpu/s_llroundf.S (__llroundf):
2104         Likewise.
2105         (.LC2): New object.
2107 2015-11-11  Mike Frysinger  <vapier@gentoo.org>
2109         * scripts/pylintrc (reports): Set to no.
2111 2015-11-10  Roland McGrath  <roland@hack.frob.com>
2113         * elf/dl-load.c (open_verify): Take new argument FD.
2114         Skip __open call if passed FD is not -1.
2115         (_dl_map_object, open_path): Update callers.
2116         * elf/dl-sysdep-open.h: New file.
2117         * elf/dl-load.c: Include it.
2118         (_dl_map_object): Try _dl_sysdep_open_object before ldconfig cache.
2119         * sysdeps/nacl/dl-sysdep.c (_dl_sysdep_open_object): New function.
2120         * sysdeps/nacl/dl-sysdep-open.h: New file.
2121         * sysdeps/nacl/nacl-interface-list.h: Move nacl_irt_resource_open
2122         from libc to rtld.
2124 2015-11-10  Joseph Myers  <joseph@codesourcery.com>
2126         [BZ #19228]
2127         * sysdeps/powerpc/powerpc32/fpu/s_nearbyint.S (__nearbyint): Save
2128         and restore full floating-point state.
2129         * sysdeps/powerpc/powerpc32/fpu/s_nearbyintf.S (__nearbyintf):
2130         Likewise.
2131         * sysdeps/powerpc/powerpc64/fpu/s_nearbyint.S (__nearbyint):
2132         Likewise.
2133         * sysdeps/powerpc/powerpc64/fpu/s_nearbyintf.S (__nearbyintf):
2134         Likewise.
2135         * math/test-nearbyint-except-2.c: New file.
2136         * math/Makefile (tests): Add test-nearbyint-except-2.
2138 2015-11-10  H.J. Lu  <hongjiu.lu@intel.com>
2140         [BZ #19178]
2141         * sysdeps/x86/Makefile (tests): Add tst-prelink.
2142         (tst-prelink-ENV): New.
2143         ($(objpfx)tst-prelink-conflict.out): Likewise.
2144         ($(objpfx)tst-prelink-cmp.out): Likewise.
2145         (tests-special): Add $(objpfx)tst-prelink-cmp.out.
2146         * sysdeps/x86/tst-prelink.c: New file.
2147         * sysdeps/x86/tst-prelink.exp: Likewise.
2149 2015-11-10  Joseph Myers  <joseph@codesourcery.com>
2151         * math/auto-libm-test-in: Add another test of pow.
2152         * math/auto-libm-test-out: Regenerated.
2153         * math/libm-test.inc (pow_test_data): Add another test.
2155 2015-11-10  Adhemerval Zanella  <adhemerval.zanella@linaro.org>
2157         [BZ #19219]
2158         * sysdeps/ia64/fpu/s_nearbyintl.S (__nearbyint): Define and
2159         weak_alias to nearbyintl.
2161 2015-11-10  Wilco Dijkstra  <wdijkstr@arm.com>
2163         * sysdeps/aarch64/bits/string.h: New file.
2164         (_STRING_ARCH_unaligned): Define.
2166 2015-11-10  Wilco Dijkstra  <wdijkstr@arm.com>
2168         * sysdeps/unix/sysv/linux/aarch64/localplt.data: Remove __signbit*.
2169         * sysdeps/unix/sysv/linux/arm/localplt.data: Likewise.
2170         * sysdeps/unix/sysv/linux/microblaze/localplt.data: Likewise.
2171         * sysdeps/unix/sysv/linux/nios2/localplt.data: Likewise.
2172         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/localplt.data: Likewise.
2174 2015-11-09  Ulrich Drepper  <drepper@gmail.com>
2176         * elf/dl-load.c (_dl_map_object_from_fd): Add additional parameter
2177         for original name of the DSO.  Add it to the name list of the DSO
2178         if it is actually given.
2179         (_dl_map_object): Keep track of whether an audit module rewrote
2180         the file name.  If yes, pass the original name to
2181         _dl_map_object_from_fd in a new parameter, otherwise NULL.  When
2182         debugging is enabled, log the change of the file name.
2183         * sysdeps/mach/hur/dl-sysdep.c: Adjust commented-out call to
2184         _dl_map_object_from_fd.
2185         * elf/Makefile: Build and run tst-audit11 and tst-audit12.
2186         * elf/tst-audit11.c: New file
2187         * elf/tst-auditmod11.c: New file.
2188         * elf/tst-audit11mod1.c: New file.
2189         * elf/tst-audit11mod2.c: New file.
2190         * elf/tst-audit11mod2.map: New file.
2191         * elf/tst-audit12.c: New file
2192         * elf/tst-auditmod12.c: New file.
2193         * elf/tst-audit12mod1.c: New file.
2194         * elf/tst-audit12mod2.c: New file.
2195         * elf/tst-audit12mod2.map: New file.
2196         * elf/tst-audit12mod3.c: New file.
2198 2015-11-09  Stefan Liebler  <stli@linux.vnet.ibm.com>
2200         * sysdeps/s390/longjmp.c (longjmp, _longjmp, siglongjmp):
2201         Don't create weak aliases,
2202         because versioned symbols are created later.
2203         * sysdeps/s390/s390-32/setjmp.S
2204         (setjmp, _setjmp): Remove weak and rename to an unique name
2205         in SHARED case due to existing versioned symbols.
2206         * sysdeps/s390/s390-64/setjmp.S: Likewise.
2207         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext.S
2208         (getcontext): Create weak alias only in non SHARED case.
2209         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext.S: Likewise.
2211 2015-11-09  Stefan Liebler  <stli@linux.vnet.ibm.com>
2213         * sysdeps/unix/sysv/linux/s390/kernel-features.h:
2214         (__ASSUME_*_SYSCALL) Define new macros.
2215         * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list:
2216         Remove socketcall syscalls.
2217         * sysdeps/unix/sysv/linux/accept.c (__libc_accept):
2218         Use accept4 if defined __ASSUME_ACCEPT4_FOR_ACCEPT_SYSCALL.
2219         * sysdeps/unix/sysv/linux/recv.c (__libc_recv):
2220         Use recvfrom if defined __ASSUME_RECVFROM_FOR_RECV_SYSCALL.
2221         * sysdeps/unix/sysv/linux/send.c (__libc_send):
2222         Use sendto if defined __ASSUME_SENDTO_FOR_SEND_SYSCALL.
2224 2015-11-09  Florian Weimer  <fweimer@redhat.com>
2226         [BZ #12926]
2227         Terminate process on invalid netlink response.
2228         * sysdeps/unix/sysv/linux/netlinkaccess.h
2229         (__netlink_assert_response): Declare.
2230         * sysdeps/unix/sysv/linux/netlink_assert_response.c: New file.
2231         * sysdeps/unix/sysv/linux/Makefile [$(subdir) == inet]
2232         (sysdep_routines): Add netlink_assert_response.
2233         * sysdeps/unix/sysv/linux/check_native.c (__check_native): Call
2234         __netlink_assert_response.
2235         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Likewise.
2236         * sysdeps/unix/sysv/linux/ifaddrs.c (__netlink_request): Likewise.
2237         * sysdeps/unix/sysv/linux/Versions (GLIBC_PRIVATE): Add
2238         __netlink_assert_response.
2240 2015-11-07  H.J. Lu  <hongjiu.lu@intel.com>
2242         [BZ #19178]
2243         * elf/dl-lookup.c (RTYPE_CLASS_VALID): New.
2244         (RTYPE_CLASS_PLT): Likewise.
2245         (RTYPE_CLASS_COPY): Likewise.
2246         (RTYPE_CLASS_TLS): Likewise.
2247         (_dl_debug_bindings): Use RTYPE_CLASS_TLS and RTYPE_CLASS_VALID
2248         to set relocation type class for DL_DEBUG_PRELINK.  Keep only
2249         ELF_RTYPE_CLASS_PLT and ELF_RTYPE_CLASS_COPY bits for
2250         DL_DEBUG_PRELINK.
2252 2015-11-06  Joseph Myers  <joseph@codesourcery.com>
2254         * math/test-signgam-finite.c (RUN_TESTS): Correct messages about
2255         calls with argument -0.5.
2256         * math/test-signgam-finite-c99.c (RUN_TESTS): Likewise.
2258         * configure.ac (libc_cv_z_nodelete): Remove configure test.
2259         (libc_cv_z_nodlopen): Likewise.
2260         (libc_cv_z_initfirst): Likewise.
2261         * configure: Regenerated.
2263 2015-11-06  Florian Weimer  <fweimer@redhat.com>
2265         Simplify abilist format to be line-based.
2266         * scripts/abilist.awk: Collect descriptors in the descs variable.
2267         (emit): Write descs variable and sort it
2268         externally, with sort.
2269         * sysdeps/**/*.abilist: Convert to new format.
2271 2015-11-06  Mark Wielaard  <mjw@redhat.com>
2273         [BZ #11460]
2274         * io/Makefile (routines): Add fts64.
2275         (tests): Add tst-fts and tst-fts-lfs.
2276         (CFLAGS-fts64.c): New.
2277         * io/Versions (GLIBC_2.23): New.
2278         * io/fts.c: Replace FTS with FTSOBJ, FTSENT with FTSENTRY. Use
2279         function defines FTS_OPEN, FTS_CLOSE, FTS_READ, FTS_SET and
2280         FTS_CHILDREN. Define FTSOBJ, FTSENTRY, FTS_OPEN, FTS_CLOSE,
2281         FTS_READ, FTS_SET, FTS_CHILDREN, INO_T, STAT and LSTAT if necessary.
2282         * io/fts.h (FTS64): New if _USE_LARGEFILE64.
2283         (FTSENT64): Likewise.
2284         (fts64_children): Likewise.
2285         (fts64_close): Likewise.
2286         (fts64_open): Likewise.
2287         (fts64_read): Likewise.
2288         (fts64_set): Likewise.
2289         * io/fts64.c: New file.
2290         * io/tst-fts.c: New test.
2291         * io/tst-fts-lfs.c: Likewise.
2292         * sysdeps/unix/sysv/linux/aarch64/libc.abilist (GLIBC_2.23): Add
2293         GLIBC_2.23, fts64_children, fts64_close, fts64_open, fts64_read and
2294         fts64_set.
2295         * sysdeps/unix/sysv/linux/alpha/libc.abilist: Likewise.
2296         * sysdeps/unix/sysv/linux/arm/libc.abilist: Likewise.
2297         * sysdeps/unix/sysv/linux/hppa/libc.abilist: Likewise.
2298         * sysdeps/unix/sysv/linux/i386/libc.abilist: Likewise.
2299         * sysdeps/unix/sysv/linux/ia64/libc.abilist: Likewise.
2300         * sysdeps/unix/sysv/linux/m68k/coldfire/libc.abilist: Likewise.
2301         * sysdeps/unix/sysv/linux/m68k/m680x0/libc.abilist: Likewise.
2302         * sysdeps/unix/sysv/linux/microblaze/libc.abilist: Likewise.
2303         * sysdeps/unix/sysv/linux/mips/mips32/fpu/libc.abilist: Likewise.
2304         * sysdeps/unix/sysv/linux/mips/mips32/nofpu/libc.abilist: Likewise.
2305         * sysdeps/unix/sysv/linux/mips/mips64/n32/libc.abilist: Likewise.
2306         * sysdeps/unix/sysv/linux/mips/mips64/n64/libc.abilist: Likewise.
2307         * sysdeps/unix/sysv/linux/nios2/libc.abilist: Likewise.
2308         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/libc.abilist:
2309         Likewise.
2310         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/libc.abilist:
2311         Likewise.
2312         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libc.abilist: Likewise.
2313         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libc-le.abilist: Likewise.
2314         * sysdeps/unix/sysv/linux/s390/s390-32/libc.abilist: Likewise.
2315         * sysdeps/unix/sysv/linux/s390/s390-64/libc.abilist: Likewise.
2316         * sysdeps/unix/sysv/linux/sh/libc.abilist: Likewise.
2317         * sysdeps/unix/sysv/linux/sparc/sparc32/libc.abilist: Likewise.
2318         * sysdeps/unix/sysv/linux/sparc/sparc64/libc.abilist: Likewise.
2319         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libc.abilist: Likewise.
2320         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libc.abilist: Likewise.
2321         * sysdeps/unix/sysv/linux/tile/tilepro/libc.abilist: Likewise.
2322         * sysdeps/unix/sysv/linux/x86_64/64/libc.abilist: Likewise.
2323         * sysdeps/unix/sysv/linux/x86_64/x32/libc.abilist: Likewise.
2324         * sysdeps/wordsize-64/fts.c: New file.
2325         * sysdeps/wordsize-64/fts64.c: Likewise.
2326         * sysdeps/unix/sysv/linux/mips/mips64/n64/fts.c: Likewise.
2327         * sysdeps/unix/sysv/linux/mips/mips64/n64/fts64.c: Likewise.
2328         * sysdeps/unix/sysv/linux/x86_64/x32/fts.c: likewise.
2329         * sysdeps/unix/sysv/linux/x86_64/x32/fts64.c: likewise.
2331 2015-11-05  Joseph Myers  <joseph@codesourcery.com>
2333         * math/libm-test.inc (NON_FINITE): New macro.
2334         (enable_test): Do not run tests flagged NON_FINITE if TEST_FINITE.
2335         * math/gen-libm-test.pl (show_exceptions): Add argument
2336         $non_finite.
2337         (parse_args): Update call to show_exceptions.
2338         * math/test-math-finite.h: New file.
2339         * math/test-math-no-finite.h: Likewise.
2340         * math/test-double-finite.c: Likewise.
2341         * math/test-float-finite.c: Likewise.
2342         * math/test-ldouble-finite.c: Likewise.
2343         * math/test-double.c: Include "test-math-no-finite.h".
2344         * math/test-float.c: Include "test-math-no-finite.h".
2345         * math/test-ldouble.c: Include "test-math-no-finite.h".
2346         * math/test-math-inline.h (TEST_FINITE): New macro.
2347         * math/test-math-vector.h (TEST_FINITE): Likewise.
2348         * math/Makefile (test-longdouble-yes): Add test-ldouble-finite.
2349         (libm-tests): Add test-float-finite and test-double-finite.
2350         ($(objpfx)test-float-finite.o): New dependency on
2351         $(objpfx)libm-test.stmp.
2352         ($(objpfx)test-double-finite.o): Likewise.
2353         ($(objpfx)test-ldouble-finite.o): Likewise.
2354         (libm-test-no-inline-cflags): New variable.
2355         (libm-test-finite-cflags): Likewise.
2356         (CFLAGS-test-float-finite.c): Likewise.
2357         (CFLAGS-test-double-finite.c): Likewise.
2358         (CFLAGS-test-ldouble-finite.c): Likewise.
2359         (CFLAGS-test-float.c): Use $(libm-test-no-inline-cflags).
2360         (CFLAGS-test-double.c): Likewise.
2361         (CFLAGS-test-ldouble.c): Likewise.
2363 2015-11-05  Roland McGrath  <roland@hack.frob.com>
2365         * io/fcntl.c (__fcntl): Add ... to prototype.
2366         * misc/ioctl.c (__ioctl): Likewise.
2367         * misc/syscall.c (syscall): Likewise.
2369 2015-11-05  Joseph Myers  <joseph@codesourcery.com>
2371         * scripts/list-fixed-bugs.py: New file.
2373         [BZ #19213]
2374         * sysdeps/i386/fpu/e_log.S (__log_finite): Ensure +0 is always
2375         returned for argument 1.
2376         * sysdeps/i386/fpu/e_logf.S (__logf_finite): Likewise.
2377         * sysdeps/i386/fpu/e_logl.S (__logl_finite): Likewise.
2378         * sysdeps/i386/i686/fpu/e_logl.S (__logl_finite): Likewise.
2379         * sysdeps/x86_64/fpu/e_log10l.S (__log10l_finite): Likewise.
2380         * sysdeps/x86_64/fpu/e_log2l.S (__log2l_finite): Likewise.
2381         * sysdeps/x86_64/fpu/e_logl.S (__logl_finite): Likewise.
2383         [BZ #19211]
2384         * math/bits/math-finite.h (lgamma): Set signgam if [__USE_MISC ||
2385         __USE_XOPEN], not if [!__USE_ISOC99].
2386         (lgammaf): Likewise.
2387         (lgammal): Likewise.
2388         (gamma): Set signgam unconditionally, not if [!__USE_ISOC99].
2389         (gammaf): Likewise.
2390         (gammal): Likewise.
2391         * math/test-signgam-finite-c11.c: New file.
2392         * math/test-signgam-finite-c99.c: Likewise.
2393         * math/test-signgam-finite.c: Likewise.
2394         * math/Makefile (tests): Add test-signgam-finite,
2395         test-signgam-finite-c99 and test-signgam-finite-c11.
2396         (CFLAGS-test-signgam-finite.c): New variable.
2397         (CFLAGS-test-signgam-finite-c99.c): Likewise.
2398         (CFLAGS-test-signgam-finite-c11.c): Likewise.
2400         [BZ #19212]
2401         * include/features.h [(_XOPEN_SOURCE - 0) >= 500]: Change
2402         conditional to [defined _XOPEN_SOURCE && (_XOPEN_SOURCE - 0) >=
2403         500].
2404         [_POSIX_C_SOURCE >= 1]: Change conditional to [defined
2405         _POSIX_C_SOURCE && _POSIX_C_SOURCE >= 1].
2406         [(_POSIX_C_SOURCE - 0) >= 199309L]: Change conditional to [defined
2407         _POSIX_C_SOURCE && (_POSIX_C_SOURCE - 0) >= 199309L].
2408         [(_POSIX_C_SOURCE - 0) >= 199506L]: Change conditional to [defined
2409         _POSIX_C_SOURCE && (_POSIX_C_SOURCE - 0) >= 199506L].
2410         [(_POSIX_C_SOURCE - 0) >= 200112L]: Change conditional to [defined
2411         _POSIX_C_SOURCE && (_POSIX_C_SOURCE - 0) >= 200112L].
2412         [(_POSIX_C_SOURCE - 0) >= 200809L]: Change conditional to [defined
2413         _POSIX_C_SOURCE && (_POSIX_C_SOURCE - 0) >= 200809L].
2415         [BZ #19209]
2416         * math/bits/math-finite.h (ldexp): Remove declaration.
2417         (ldexpf): Likewise.
2418         (ldexpl): Likewise.
2420         [BZ #19205]
2421         * math/bits/math-finite.h (acosf): Condition declaration on
2422         [__USE_ISOC99].
2423         (acosl): Likewise.
2424         (acoshf): Likewise.
2425         (acoshl): Likewise.
2426         (asinf): Likewise.
2427         (asinl): Likewise.
2428         (atan2f): Likewise.
2429         (atan2l): Likewise.
2430         (atanhf): Likewise.
2431         (atanhl): Likewise.
2432         (coshf): Likewise.
2433         (coshl): Likewise.
2434         (expf): Likewise.
2435         (expl): Likewise.
2436         (fmodf): Likewise.
2437         (fmodl): Likewise.
2438         (hypot): Change condition to [__USE_XOPEN || __USE_ISOC99].
2439         (j0f): Change condition to [__USE_MISC && __USE_ISOC99].
2440         (j0l): Likewise.
2441         (y0f): Likewise.
2442         (y0l): Likewise.
2443         (j1f): Likewise.
2444         (j1l): Likewise.
2445         (y1f): Likewise.
2446         (y1l): Likewise.
2447         (jnf): Likewise.
2448         (jnl): Likewise.
2449         (ynf): Likewise.
2450         (ynl): Likewise.
2451         (lgammaf_r): Condition declaration on [__USE_ISOC99].
2452         (lgammal_r): Likewise.
2453         (__lgamma_r_finite): New declaration.
2454         (__lgammaf_r_finite): Likewise.
2455         (__lgammal_r_finite): Likewise.
2456         (lgamma): Use __lgamma_r_finite.
2457         (lgammaf): Condition definition on [__USE_ISOC99].  Use
2458         __lgammaf_r_finite.
2459         (lgammal): Condition definition on [__USE_ISOC99].  Use
2460         __lgammal_r_finite.
2461         (gamma): Do not define for [!__USE_MISC && __USE_XOPEN2K].  Use
2462         __lgamma_r_finite.
2463         (gammaf): Condition definition on [__USE_ISOC99].  Use
2464         __lgammaf_r_finite.
2465         (gammal): Condition definition on [__USE_ISOC99].  Use
2466         __lgammal_r_finite.
2467         (logf): Condition declaration on [__USE_ISOC99].
2468         (logl): Likewise.
2469         (log10f): Likewise.
2470         (log10l): Likewise.
2471         (ldexpf): Likewise.
2472         (ldexpl): Likewise.
2473         (powf): Likewise.
2474         (powl): Likewise.
2475         (remainder): Condition declaration on [__USE_XOPEN_EXTENDED ||
2476         __USE_ISOC99].
2477         (remainderf): Condition declaration on [__USE_ISOC99].
2478         (remainderl): Likewise.
2479         (scalb): Do not declare for [!__USE_MISC && __USE_XOPEN2K8].
2480         (scalbf): Change condition to [__USE_MISC && __USE_ISOC99].
2481         (scalbl): Likewise.
2482         (sinhf): Condition declaration on [__USE_ISOC99].
2483         (sinhl): Likewise.
2484         (sqrtf): Likewise.
2485         (sqrtl): Likewise.
2487 2015-11-04  Joseph Myers  <joseph@codesourcery.com>
2489         * sysdeps/arm/atomic-machine.h
2490         [__GNUC_PREREQ (4, 7) && __GCC_HAVE_SYNC_COMPARE_AND_SWAP_4]:
2491         Change conditional to [__GCC_HAVE_SYNC_COMPARE_AND_SWAP_4].
2492         [__GCC_HAVE_SYNC_COMPARE_AND_SWAP_4 && !__GNUC_PREREQ (4, 7)]:
2493         Remove conditional code.
2494         [!__GNUC_PREREQ (4, 7) || !__GCC_HAVE_SYNC_COMPARE_AND_SWAP_4]:
2495         Change conditional to [!__GCC_HAVE_SYNC_COMPARE_AND_SWAP_4].
2496         * sysdeps/i386/sysdep.h [__ASSEMBLER__ && __GNUC_PREREQ (4, 7)]:
2497         Change conditional to [__ASSEMBLER__].
2498         [__ASSEMBLER__ && !__GNUC_PREREQ (4, 7)]: Remove conditional code.
2499         [!__ASSEMBLER__ && __GNUC_PREREQ (4, 7)]: Change conditional to
2500         [!__ASSEMBLER__].
2501         [!__ASSEMBLER__ && !__GNUC_PREREQ (4, 7)]: Remove conditional
2502         code.
2503         * sysdeps/unix/sysv/linux/sh/atomic-machine.h (rNOSP): Remove
2504         conditional macro definitions.
2505         (__arch_compare_and_exchange_val_8_acq): Use "u" instead of rNOSP.
2506         (__arch_compare_and_exchange_val_16_acq): Likewise.
2507         (__arch_compare_and_exchange_val_32_acq): Likewise.
2508         (atomic_exchange_and_add): Likewise.
2509         (atomic_add): Likewise.
2510         (atomic_add_negative): Likewise.
2511         (atomic_add_zero): Likewise.
2512         (atomic_bit_set): Likewise.
2513         (atomic_bit_test_set): Likewise.
2514         * sysdeps/x86_64/atomic-machine.h [__GNUC_PREREQ (4, 7)]: Make
2515         code unconditional.
2516         [!__GNUC_PREREQ (4, 7)]: Remove conditional code.
2518         * math/test-math-errno.h: New file.
2519         * math/test-math-inline.h (TEST_INLINE): Define to 1 instead of
2520         empty.
2521         (TEST_ERRNO): New macro.
2522         (TEST_EXCEPTIONS): Likewise.
2523         * math/test-math-no-inline.h (TEST_INLINE): Likewise.
2524         (TEST_EXCEPTIONS): Likewise.
2525         * math/test-math-vector.h (TEST_ERRNO): Likewise.
2526         * math/test-double.c: Include "test-math-errno.h".
2527         * math/test-float.c: Likewise.
2528         * math/test-ldouble.c: Likewise.
2529         * math/libm-test.inc (test_single_exception) [!TEST_INLINE]: Make
2530         code unconditional.
2531         (test_exceptions): Only run code if TEST_EXCEPTIONS.
2532         (test_single_errno) [!TEST_INLINE && !TEST_MATHVEC]: Make code
2533         unconditional.
2534         (test_errno): Only run code if TEST_ERRNO.
2535         (enable_test): Use "if" conditional on TEST_INLINE, not #ifdef.
2537 2015-11-04  Florian Weimer  <fweimer@redhat.com>
2539         * nptl/tst-once5.cc: Remove attribution.
2541 2015-11-04  Joseph Myers  <joseph@codesourcery.com>
2543         * math/auto-libm-test-in: Add more tests of sin, sincos, sinh,
2544         sqrt, tan, tanh, y0, y1 and yn.
2545         * math/auto-libm-test-out: Regenerated.
2546         * math/libm-test.inc (scalb_test_data): Add more tests.
2547         (scalbn_test_data): Likewise.
2548         (scalbln_test_data): Likewise.
2549         (signbit_test_data): Likewise.
2550         (sin_test_data): Likewise.
2551         (sincos_test_data): Likewise.
2552         (sinh_test_data): Likewise.
2553         (sqrt_test_data): Likewise.
2554         (tan_test_data): Likewise.
2555         (tanh_test_data): Likewise.
2556         (tgamma_test_data): Likewise.
2557         (y0_test_data): Likewise.
2558         (y1_test_data): Likewise.
2559         (yn_test_data): Likewise.
2560         (significand_test_data): Likewise.
2561         * sysdeps/i386/fpu/libm-test-ulps: Update.
2563 2015-11-03  David Kastrup  <dak@gnu.org>
2565         [BZ #18604]
2566         * assert/assert.h (assert): Don't macro-expand failed assertion
2567         expression in error message.
2568         * malloc/malloc.c (assert): Likewise.
2570 2015-11-03  Joseph Myers  <joseph@codesourcery.com>
2572         * configure.ac (libc_cv_ld_no_whole_archive): Remove configure
2573         test.
2574         * configure: Regenerated.
2576 2015-11-02  Joseph Myers  <joseph@codesourcery.com>
2578         * math/libm-test.inc (modf_test_data): Add more tests.
2579         (nearbyint_test_data): Likewise.
2580         (nextafter_test_data): Likewise.
2581         (nexttoward_test_data): Likewise.
2582         (pow_test_data): Likewise.
2583         (remainder_test_data): Likewise.
2584         (remquo_test_data): Likewise.
2585         (rint_test_data): Likewise.
2587         [BZ #19201]
2588         * sysdeps/ieee754/dbl-64/e_remainder.c (__ieee754_remainder):
2589         Check for zero remainder in case of large exponents and ensure
2590         correct sign of result in that case.
2591         * math/libm-test.inc (remainder_test_data): Add more tests.
2593         [BZ #6799]
2594         * math/s_nextafter.c: Include <errno.h>.
2595         (__nextafter): Set errno on overflow and underflow.
2596         * math/s_nexttowardf.c: Include <errno.h>.
2597         (__nexttowardf): Set errno on overflow and underflow.
2598         * sysdeps/i386/fpu/s_nextafterl.c: Include <errno.h>.
2599         (__nextafterl): Set errno on overflow and underflow.
2600         * sysdeps/i386/fpu/s_nexttoward.c: Include <errno.h>.
2601         (__nexttoward): Set errno on overflow and underflow.
2602         * sysdeps/i386/fpu/s_nexttowardf.c: Include <errno.h>.
2603         (__nexttowardf): Set errno on overflow and underflow.
2604         * sysdeps/ieee754/flt-32/s_nextafterf.c: Include <errno.h>.
2605         (__nextafterf): Set errno on overflow and underflow.
2606         * sysdeps/ieee754/ldbl-128/s_nextafterl.c: Include <errno.h>.
2607         (__nextafterl): Set errno on overflow and underflow.
2608         * sysdeps/ieee754/ldbl-128/s_nexttoward.c: Include <errno.h>.
2609         (__nexttoward): Set errno on overflow and underflow.
2610         * sysdeps/ieee754/ldbl-128/s_nexttowardf.c: Include <errno.h>.
2611         (__nexttowardf): Set errno on overflow and underflow.
2612         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c: Include <errno.h>.
2613         (__nextafterl): Set errno on overflow and underflow.
2614         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Include <errno.h>.
2615         (__nexttoward): Set errno on overflow and underflow.
2616         * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c: Include <errno.h>.
2617         (__nexttowardf): Set errno on overflow and underflow.
2618         * sysdeps/ieee754/ldbl-96/s_nexttoward.c: Include <errno.h>.
2619         (__nexttoward): Set errno on overflow and underflow.
2620         * sysdeps/ieee754/ldbl-96/s_nexttowardf.c: Include <errno.h>.
2621         (__nexttowardf): Set errno on overflow and underflow.
2622         * sysdeps/ieee754/ldbl-opt/s_nexttowardfd.c: Include <errno.h>.
2623         (__nldbl_nexttowardf): Set errno on overflow and underflow.
2624         * sysdeps/m68k/m680x0/fpu/s_nextafterl.c: Include <errno.h>.
2625         (__nextafterl): Set errno on overflow and underflow.
2626         * math/libm-test.inc (nextafter_test_data): Do not allow errno
2627         setting to be missing on overflow.  Add more tests.
2628         (nexttoward_test_data): Likewise.
2630         * configure.ac (libc_cv_initfini_array): Remove configure test.
2631         * configure: Regenerated.
2633 2015-10-29  Joseph Myers  <joseph@codesourcery.com>
2635         [BZ #19189]
2636         * sysdeps/ieee754/ldbl-128/s_log1pl.c (__log1pl): Make check for
2637         non-finite argument handle arguments with negative sign.
2639         * math/libm-test.inc (j0_test_data): Do not test sign of zero
2640         result from infinite argument.
2641         (j1_test_data): Likewise.
2642         (jn_test_data): Likewise.
2643         (y0_test_data): Likewise.
2644         (y1_test_data): Likewise.
2645         (yn_test_data): Likewise.
2647         [BZ #16171]
2648         * math/w_remainder.c (drem): Define as weak alias of __remainder.
2649         [NO_LONG_DOUBLE] (dreml): Define as weak alias of __remainder.
2650         * math/w_remainderf.c (dremf): Define as weak alias of
2651         __remainderf.
2652         * math/w_remainderl.c (dreml): Define as weak alias of
2653         __remainderl.
2654         * sysdeps/ia64/fpu/e_remainder.S (drem): Define as weak alias of
2655         __remainder.
2656         * sysdeps/ia64/fpu/e_remainderf.S (dremf): Define as weak alias of
2657         __remainderf.
2658         * sysdeps/ia64/fpu/e_remainderl.S (dreml): Define as weak alias of
2659         __remainderl.
2660         * sysdeps/ieee754/ldbl-opt/nldbl-remainder.c (dreml): Define as
2661         weak alias of remainderl.
2662         * sysdeps/ieee754/ldbl-opt/w_remainder.c
2663         [LONG_DOUBLE_COMPAT(libm, GLIBC_2_0)] (__drem): Define as strong
2664         alias of __remainder.
2665         [LONG_DOUBLE_COMPAT(libm, GLIBC_2_0)] (dreml): Use compat_symbol.
2666         * sysdeps/ieee754/ldbl-opt/w_remainderl.c (__dreml): Define as
2667         strong alias of __remainderl.
2668         (dreml): Use long_double_symbol.
2669         * math/Makefile (libm-calls): Remove w_drem.
2670         * sysdeps/ieee754/ldbl-opt/Makefile (libnldbl-calls): Remove drem.
2671         (CFLAGS-nldbl-drem.c): Remove variable.
2672         (CFLAGS-nldbl-remainder.c): Add -fno-builtin-dreml.
2673         * math/w_drem.c: Remove file.
2674         * math/w_dremf.c: Likewise.
2675         * math/w_dreml.c: Likewise.
2676         * sysdeps/ieee754/ldbl-opt/nldbl-drem.c: Likewise.
2677         * sysdeps/ieee754/ldbl-opt/w_drem.c: Likewise.
2678         * sysdeps/ieee754/ldbl-opt/w_dreml.c: Likewise.
2680         * sysdeps/i386/configure.ac (cpuid.h): Do not test for header.
2681         * sysdeps/i386/configure: Regenerated.
2682         * sysdeps/x86_64/configure.ac (cpuid.h): Do not test for header.
2683         * sysdeps/x86_64/configure: Regenerated.
2685         * configure.ac (libc_cv_asm_protected_directive): Remove configure
2686         test.
2687         (libc_cv_visibility_attribute): Likewise.
2688         (libc_cv_protected_data): Test unconditionally.
2689         (libc_cv_broken_visibility_attribute): Remove configure test.
2690         (libc_cv_have_sdata_section): Test unconditionally.
2691         * configure: Regenerated.
2693         * include/libc-internal.h (libc_max_align_t): Remove typedef.
2694         * include/scratch_buffer.h: Include <stddef.h> instead of
2695         <libc-internal.h>.
2696         (struct scratch_buffer): Use max_align_t instead of
2697         libc_max_align_t.
2699 2015-10-29  Florian Weimer  <fweimer@redhat.com>
2701         * elf/dl-fini.c (_dl_fini): Rewrite to use variable-length array
2702         instead of extend_alloca.  Change control flow to avoid a goto.
2703         Remove assert which is trivially always true.
2705 2015-10-28  Joseph Myers  <joseph@codesourcery.com>
2707         [BZ #16068]
2708         * sysdeps/i386/fpu/fesetenv.c: Include <fpu_control.h>.
2709         (FE_ALL_EXCEPT_X86): New macro.
2710         (__fesetenv): Use FE_ALL_EXCEPT_X86 in most places instead of
2711         FE_ALL_EXCEPT.  Ensure precision control is included in
2712         floating-point state.  Ensure that FE_DFL_ENV and FE_NOMASK_ENV
2713         handle "denormal operand exception" and clear FZ and DAZ bits.
2714         * sysdeps/x86_64/fpu/fesetenv.c: Include <fpu_control.h>.
2715         (FE_ALL_EXCEPT_X86): New macro.
2716         (__fesetenv): Use FE_ALL_EXCEPT_X86 in most places instead of
2717         FE_ALL_EXCEPT.  Ensure precision control is included in
2718         floating-point state.  Ensure that FE_DFL_ENV and FE_NOMASK_ENV
2719         handle "denormal operand exception" and clear FZ and DAZ bits.
2720         * sysdeps/x86/fpu/test-fenv-sse-2.c: New file.
2721         * sysdeps/x86/fpu/test-fenv-x87.c: Likewise.
2722         * sysdeps/x86/fpu/Makefile [$(subdir) = math] (tests): Add
2723         test-fenv-x87 and test-fenv-sse-2.
2724         [$(subdir) = math] (CFLAGS-test-fenv-sse-2.c): New variable.
2726         * math/libm-test.inc (BUILD_COMPLEX): Remove macro.
2727         * math/test-double.h (BUILD_COMPLEX): New macro.
2728         * math/test-float.h (BUILD_COMPLEX): Likewise.
2729         * math/test-ldouble.h (BUILD_COMPLEX): Likewise.
2731         * math/libm-test.inc (min_subnorm_value): Use LDBL_TRUE_MIN,
2732         DBL_TRUE_MIN and FLT_TRUE_MIN instead of __LDBL_DENORM_MIN__,
2733         __DBL_DENORM_MIN__ and __FLT_DENORM_MIN__.
2734         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Refer to DBL_TRUE_MIN
2735         instead of DBL_DENORM_MIN in comment.
2736         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Refer to
2737         LDBL_TRUE_MIN instead of LDBL_DENORM_MIN in comment.
2738         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c: Include <float.h>.
2739         (__nextafterl): Use LDBL_TRUE_MIN instead of __LDBL_DENORM_MIN__.
2740         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Refer to
2741         LDBL_TRUE_MIN instead of LDBL_DENORM_MIN in comment.
2743 2015-10-28  Florian Weimer  <fweimer@redhat.com>
2745         [BZ# 19048]
2746         * malloc/malloc.c (struct malloc_state): Update comment.  Add
2747         attached_threads member.
2748         (main_arena): Initialize attached_threads.
2749         * malloc/arena.c (list_lock): Update comment.
2750         (ptmalloc_lock_all, ptmalloc_unlock_all): Likewise.
2751         (ptmalloc_unlock_all2): Reinitialize arena reference counts.
2752         (deattach_arena): New function.
2753         (_int_new_arena): Initialize arena reference count and deattach
2754         replaced arena.
2755         (get_free_list, reused_arena): Update reference count and deattach
2756         replaced arena.
2757         (arena_thread_freeres): Update arena reference count and only put
2758         unreferenced arenas on the free list.
2760 2015-10-28  Joseph Myers  <joseph@codesourcery.com>
2762         [BZ #19181]
2763         * sysdeps/i386/fpu/fesetenv.c (__fesetenv): Clear already-raised
2764         SSE exceptions when argument is FE_DFL_ENV or FE_NOMASK_ENV.
2765         * sysdeps/x86_64/fpu/fesetenv.c (__fesetenv): Likewise.
2766         * math/test-fenv-clear-main.c: New file.
2767         * math/test-fenv-clear.c: Likewise.
2768         * math/Makefile (tests): Add test-fenv-clear.
2769         * sysdeps/x86/fpu/test-fenv-clear-sse.c: New file.
2770         * sysdeps/x86/fpu/Makefile [$(subdir) = math] (tests): Add
2771         test-fenv-clear-sse.
2772         [$(subdir) = math] (CFLAGS-test-fenv-clear-sse.c): New variable.
2774         * math/libm-test.inc (TYPE_DECIMAL_DIG): Use LDBL_DECIMAL_DIG,
2775         DBL_DECIMAL_DIG and FLT_DECIMAL_DIG instead of __DECIMAL_DIG__,
2776         __DBL_DECIMAL_DIG__ and __FLT_DECIMAL_DIG__.
2778 2015-10-28  Carlos Eduardo Seo  <cseo@linux.vnet.ibm.com>
2780         * sysdeps/powerpc/libc-tls.c: New file. Provides __tls_get_addr () in
2781         static libc.
2783 2015-10-28  Joseph Myers  <joseph@codesourcery.com>
2785         * sysdeps/i386/configure.ac (libc_cv_cc_avx2): Remove configure
2786         test.
2787         * sysdeps/i386/configure: Regenerated.
2788         * sysdeps/x86_64/configure.ac (libc_cv_cc_avx2): Remove configure
2789         test.
2790         * sysdeps/x86_64/configure: Regenerated.
2791         * config.h.in (HAVE_AVX2_SUPPORT): Remove #undef.
2792         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
2793         memset-avx2 unconditionally instead of conditionally on
2794         [$(config-cflags-avx2) = yes].
2795         * sysdeps/x86_64/multiarch/ifunc-impl-list.c
2796         (__libc_ifunc_impl_list) [HAVE_AVX2_SUPPORT]: Make code
2797         unconditional.
2798         * sysdeps/x86_64/multiarch/memset.S [HAVE_AVX2_SUPPORT]: Likewise.
2799         * sysdeps/x86_64/multiarch/memset_chk.S
2800         [IS_IN (libc) && SHARED && HAVE_AVX2_SUPPORT]: Change conditional
2801         to [IS_IN (libc) && SHARED].
2803 2015-10-27  Joseph Myers  <joseph@codesourcery.com>
2805         * sysdeps/arm/configure.ac (libc_cv_arm_tls_desc): Remove
2806         configure test.
2807         * sysdeps/arm/configure: Regenerated.
2808         * sysdeps/arm/Makefile [!have-arm-tls-desc] (have-arm-tls-desc):
2809         Define variable if not already defined.
2811         [BZ #17404]
2812         * sysdeps/mips/atomic-machine.h
2813         [__GNUC_PREREQ (4, 8) || (__mips16 && __GNUC_PREREQ (4, 7))]:
2814         Change conditional to [__GNUC_PREREQ (4, 8) || __mips16].
2815         [__mips16 && !__GNUC_PREREQ (4, 7)]: Remove conditional code.
2817         * resolv/res_send.c (send_vc) [__GNUC_PREREQ (4, 7)]: Make code
2818         unconditional.
2819         * soft-fp/fmadf4.c [__GNUC_PREREQ (4, 7)]: Likewise.
2820         [!__GNUC_PREREQ (4, 7)]: Remove conditional code.
2821         * soft-fp/fmasf4.c [__GNUC_PREREQ (4, 7)]: Make code
2822         unconditional.
2823         [!__GNUC_PREREQ (4, 7)]: Remove conditional code.
2824         * soft-fp/fmatf4.c [__GNUC_PREREQ (4, 7)]: Make code
2825         unconditional.
2826         [!__GNUC_PREREQ (4, 7)]: Remove conditional code.
2827         * stdlib/setenv.c
2828         [((__GNUC__ << 16) + __GNUC_MINOR__) >= ((4 << 16) + 7)]: Make
2829         code unconditional.
2830         [!(((__GNUC__ << 16) + __GNUC_MINOR__) >= ((4 << 16) + 7))]:
2831         Remove conditional code.
2832         * sysdeps/ieee754/dbl-64/e_lgamma_r.c
2833         (__ieee754_lgamma_r) [__GNUC_PREREQ (4, 7)]: Make code
2834         unconditional.
2835         (__ieee754_lgamma_r) [!__GNUC_PREREQ (4, 7)]: Remove conditional
2836         code.
2837         * sysdeps/ieee754/flt-32/e_lgammaf_r.c
2838         (__ieee754_lgammaf_r) [__GNUC_PREREQ (4, 7)]: Make code
2839         unconditional.
2840         (__ieee754_lgammaf_r) [!__GNUC_PREREQ (4, 7)]: Remove conditional
2841         code.
2842         * sysdeps/ieee754/ldbl-128/k_tanl.c
2843         (__kernel_tanl) [__GNUC_PREREQ (4, 7)]: Make code unconditional.
2844         (__kernel_tanl) [!__GNUC_PREREQ (4, 7)]: Remove conditional code.
2845         * sysdeps/ieee754/ldbl-128ibm/k_tanl.c
2846         (__kernel_tanl) [__GNUC_PREREQ (4, 7)]: Make code unconditional.
2847         (__kernel_tanl) [!__GNUC_PREREQ (4, 7)]: Remove conditional code.
2848         * sysdeps/ieee754/ldbl-96/e_lgammal_r.c
2849         (__ieee754_lgammal_r) [__GNUC_PREREQ (4, 7)]: Make code
2850         unconditional.
2851         (__ieee754_lgammal_r) [!__GNUC_PREREQ (4, 7)]: Remove conditional
2852         code.
2853         * sysdeps/ieee754/ldbl-96/k_tanl.c
2854         (__kernel_tanl) [__GNUC_PREREQ (4, 7)]: Make code unconditional.
2855         (__kernel_tanl) [!__GNUC_PREREQ (4, 7)]: Remove conditional code.
2857         * nptl/tst-initializers1-c11.c: New file.
2858         * nptl/tst-initializers1-gnu11.c: Likewise.
2859         * nptl/Makefile (tests): Add these new tests.
2860         (CFLAGS-tst-initializers1-c11.c): New variable.
2861         (CFLAGS-tst-initializers1-gnu11.c): Likewise.
2863         * Makeconfig (CFLAGS): Use -std=gnu11 instead of -std=gnu99.
2864         * Makefile ($(objpfx)c++-types-check.out): Filter out -std=gnu11
2865         instead of -std=gnu99.
2866         * configure.ac (systemtap): Test with -std=gnu11 instead of
2867         -std=gnu99.
2868         * configure: Regenerated.
2869         * math/gen-auto-libm-tests.c: Use -std=gnu11 instead of -std=gnu99
2870         in compilation command in comment.
2872         * sysdeps/nptl/configure.ac: Remove file.
2873         * sysdeps/nptl/configure: Remove generated file.
2874         * configure.ac (libc_cv_forced_unwind): Do not substitute.
2875         * configure: Regenerated.
2876         * config.h.in (HAVE_FORCED_UNWIND): Remove #undef.
2877         * config.make.in (have-forced-unwind): Remove variable.
2878         * nptl/Makefile [$(have-forced-unwind) = yes]: Make code
2879         unconditional.
2880         * nptl/descr.h [HAVE_FORCED_UNWIND]: Likewise.
2881         * nptl/unwind.c [HAVE_FORCED_UNWIND]: Likewise.
2882         (__pthread_unwind) [!HAVE_FORCED_UNWIND]: Remove conditional code.
2883         * nptl/version.c [HAVE_FORCED_UNWIND]: Make code unconditional.
2884         * sysdeps/nptl/Makefile [$(have-forced-unwind) = yes]: Make code
2885         unconditional.
2887 2015-10-27  Paul E. Murphy  <murphyp@linux.vnet.ibm.com>
2889         [BZ #19174]
2890         * sysdeps/powerpc/nptl/elide.h (__elide_lock): Fix usage of
2891         .skip_lock_out_of_tbegin_retries.
2892         * sysdeps/unix/sysv/linux/powerpc/elision-lock.c
2893         (__lll_lock_elision): Likewise, and respect a value of
2894         try_tbegin <= 0.
2896 2015-10-27  Carlos Eduardo Seo  <cseo@linux.vnet.ibm.com>
2898         * elf/dl-support.c (_dl_aux_init): Added AT_PLATFORM to the case
2899         statement.
2901 2015-10-27  Joseph Myers  <joseph@codesourcery.com>
2903         * conform/Makefile (test-xfail-ISO11/complex.h/conform): Remove
2904         variable.
2905         (test-xfail-ISO11/stdalign.h/conform): Likewise.
2906         (test-xfail-ISO11/stdnoreturn.h/conform): Likewise.
2908         * conform/GlibcConform.pm ($CFLAGS{"ISO11"}): Use -std=c11 instead
2909         of -std=c1x -D_ISOC11_SOURCE.
2911         * configure.ac (libc_cv_compiler_ok): Require GCC 4.7 or later.
2912         * configure: Regenerated.
2913         * manual/install.texi (Tools for Compilation): Document
2914         requirement for GCC 4.7 or later.
2915         * INSTALL: Regenerated.
2917 2015-10-27  Ludovic Courtès  <ludo@gnu.org>
2919         * locale/loadlocale.c (_nl_intern_locale_data): Change assertion
2920         on CNT to a conditional jump to 'puntdata'.
2922 2015-10-27  Joseph Myers  <joseph@codesourcery.com>
2924         * configure.ac (libc_cv_gcc___thread): Remove configure test.
2925         (libc_cv_gcc_tls_model_attr): Likewise.
2926         * configure: Regenerated.
2928         * configure.ac (libc_cv_need_minus_P): Remove configure test.
2929         * configure: Regenerated.
2930         * Makeconfig (asm-CPPFLAGS): Remove reference to -P in comment.
2932 2015-10-26  Joseph Myers  <joseph@codesourcery.com>
2934         * configure.ac (old_glibc_headers): Remove configure test.
2935         * configure: Regenerated.
2936         * config.make.in (old-glibc-headers): Remove variable.
2937         * Makefile [!$(install_root) && $(old-glibc-headers) = yes]
2938         (install): Remove dependency on remove-old-headers.
2939         (headers2_0): Remove variable.
2940         (remove-old-headers): Remove rule.
2942         * configure.ac (libc_cv_dot_text): Remove configure test.
2943         (libc_cv_asm_set_directive): Use .text instead of
2944         ${libc_cv_dot_text} in configure test.
2945         * configure: Regenerated.
2947 2015-10-26  Florian Weimer  <fweimer@redhat.com>
2949         [BZ #19168]
2950         * sysdeps/x86_64/fpu/libm-test-ulps: Regenerated.
2952 2015-10-26  Florian Weimer  <fweimer@redhat.com>
2954         * configure.ac (CXX): Clear the variable if the C++ toolchain does
2955         not support static linking.
2956         * configure: Regenerate.
2958 2015-10-23  Joseph Myers  <joseph@codesourcery.com>
2960         * math/libm-test.inc (check_float_internal): Do not special-case
2961         errors up to 0.5 ulp.
2963         * math/auto-libm-test-in: Add more tests of log, log10, log1p and
2964         log2.
2965         * math/auto-libm-test-out: Regenerated.
2966         * math/libm-test.inc (MAX_EXP): New macro.
2967         (ilogb_test_data): Add more tests.
2968         (isfinite_test_data): Likewise.
2969         (isgreater_test_data): Likewise.
2970         (isgreaterequal_test_data): Likewise.
2971         (isinf_test_data): Likewise.
2972         (isless_test_data): Likewise.
2973         (islessequal_test_data): Likewise.
2974         (islessgreater_test_data): Likewise.
2975         (isnan_test_data): Likewise.
2976         (isnormal_test_data): Likewise.
2977         (issignaling_test_data): Likewise.
2978         (isunordered_test_data): Likewise.
2979         (j0_test_data): Likewise.
2980         (j1_test_data): Likewise.
2981         (jn_test_data): Likewise.
2982         (lgamma_test_data): Likewise.
2983         (log_test_data): Likewise.
2984         (log10_test_data): Likewise.
2985         (log1p_test_data): Likewise.
2986         (log2_test_data): Likewise.
2987         (logb_test_data): Likewise.
2988         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
2990         [BZ #18611]
2991         * sysdeps/ieee754/dbl-64/e_j1.c (__ieee754_j1): Set errno and
2992         avoid excess range and precision on underflow.
2993         * sysdeps/ieee754/dbl-64/e_jn.c (__ieee754_jn): Likewise.
2994         * sysdeps/ieee754/flt-32/e_j1f.c (__ieee754_j1f): Likewise.
2995         * sysdeps/ieee754/flt-32/e_jnf.c (__ieee754_jnf): Likewise.
2996         * sysdeps/ieee754/ldbl-128/e_j1l.c (__ieee754_j1l): Set errno on
2997         underflow.
2998         * sysdeps/ieee754/ldbl-128/e_jnl.c (__ieee754_jnl): Likewise.
2999         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c (__ieee754_jnl): Likewise.
3000         * sysdeps/ieee754/ldbl-96/e_j1l.c (__ieee754_j1l): Likewise.
3001         * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_jnl): Likewise.
3002         * math/auto-libm-test-in: Do not allow missing errno setting for
3003         tests of j1 and jn.
3004         * math/auto-libm-test-out: Regenerated.
3006 2015-10-22  Joseph Myers  <joseph@codesourcery.com>
3008         [BZ #15491]
3009         * sysdeps/i386/fpu/s_nearbyint.S (__nearbyint): Save and restore
3010         floating-point environment instead of clearing all exceptions.
3011         * sysdeps/i386/fpu/s_nearbyintf.S (__nearbyintf): Likewise.
3012         * sysdeps/i386/fpu/s_nearbyintl.S (__nearbyintl): Likewise,
3013         merging in "invalid" exceptions from frndint.
3014         * sysdeps/x86_64/fpu/s_nearbyintl.S (__nearbyintl): Likewise.
3015         * math/test-nearbyint-except.c: New file.
3016         * math/Makefile (tests): Add test-nearbyint-except.
3018 2015-10-22  Chris Metcalf  <cmetcalf@ezchip.com>
3020         * NEWS: Mention bug 18699 fixed by commit fe8c2b33aed0.
3022         * sysdeps/tile/libm-test-ulps: Regenerated.
3024 2015-10-22  Adhemerval Zanella  <adhemerval.zanella@linaro.org>
3026         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sync_file_range.c
3027         (__NR_sync_file_range2): Assume it is always defined.
3028         * sysdeps/unix/sysv/linux/mips/mips32/sync_file_range.c
3029         (__NR_sync_file_range): Assume it is always defined.
3031 2015-10-22  Andreas Schwab  <schwab@suse.de>
3033         * sysdeps/unix/sysv/linux/i386/fxstat.c (__fxstat): Use
3034         INTERNAL_SYSCALL_ERRNO.
3035         * sysdeps/unix/sysv/linux/i386/fxstatat.c (__fxstatat): Likewise.
3036         * sysdeps/unix/sysv/linux/i386/lockf64.c (lockf64): Likewise.
3037         * sysdeps/unix/sysv/linux/i386/lxstat.c (__lxstat): Likewise.
3038         * sysdeps/unix/sysv/linux/i386/sigaction.c (__libc_sigaction):
3039         Likewise.
3040         * sysdeps/unix/sysv/linux/i386/xstat.c (__xstat): Likewise.
3042 2015-10-21  Joseph Myers  <joseph@codesourcery.com>
3044         * io/tst-fcntl.c (fd): New static variable.
3045         (do_prepare): Open temporary file here....
3046         (do_test): ...not here.
3048         * io/ftwtest-sh: Also trap on exit to remove temporary files.
3050 2015-10-21  H.J. Lu  <hongjiu.lu@intel.com>
3052         * sysdeps/unix/sysv/linux/i386/libc-do-syscall.S: Replace
3053         __GNUC_PREREQ (5,0) with OPTIMIZE_FOR_GCC_5.
3054         * sysdeps/unix/sysv/linux/i386/sysdep.h (OPTIMIZE_FOR_GCC_5):
3055         Moved before "#ifdef __ASSEMBLER__".
3057 2015-10-21  Joseph Myers  <joseph@codesourcery.com>
3059         [BZ #19156]
3060         * sysdeps/ieee754/ldbl-128/e_j0l.c (__ieee754_j0l): Return 1 for
3061         arguments very close to 0.
3063 2015-10-21  Chris Metcalf  <cmetcalf@ezchip.com>
3065         * sysdeps/unix/sysv/linux/tile/sysdep.h (PSEUDO_END)
3066         (PSEUDO_NOERRNO, PSEUDO_END_NOERRNO): Undef before defining.
3068 2015-10-21  H.J. Lu  <hongjiu.lu@intel.com>
3070         * sysdeps/unix/sysv/linux/i386/sysdep.h (OPTIMIZE_FOR_GCC_5):
3071         New.  Defined for GCC 5 and above when not compiling for
3072         profiling.
3073         Replace __GNUC_PREREQ (5,0) with OPTIMIZE_FOR_GCC_5.
3075         * sysdeps/unix/sysv/linux/i386/Makefile (CFLAGS-epoll_pwait.c):
3076         Renamed to ...
3077         (CFLAGS-epoll_pwait.o): This.
3078         (CFLAGS-mmap.c): Renamed to ...
3079         (CFLAGS-mmap.o): This.
3080         (CFLAGS-mmap64.c): Renamed to ...
3081         (CFLAGS-mmap64.o): This.
3082         (CFLAGS-epoll_pwait.os): New.
3083         (CFLAGS-mmap.os): Likewise.
3084         (CFLAGS-mmap64.os): Likewise.
3085         (CFLAGS-semtimedop.os): Likewise.
3086         (CFLAGS-semtimedop.c): Renamed to ...
3087         (CFLAGS-semtimedop.o): This.
3089 2015-10-21  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
3091         * debug/tst-backtrace4.c (handle_signal): Fix a comment and
3092         warning message.
3094 2015-10-21  Joseph Myers  <joseph@codesourcery.com>
3096         * Makeconfig (+gccwarn-c): Add -Wold-style-definition.
3097         * Makefile ($(objpfx)c++-types-check.out): Filter out
3098         $(+gccwarn-c) instead of -Wstrict-prototypes.
3100         * io/fts.c (fts_open): Convert to prototype-style function
3101         definition.
3102         * malloc/mcheck.c (mcheck): Likewise.
3103         (mcheck_pedantic): Likewise.
3104         * posix/regexec.c (re_search_2_stub): Likewise.  Use
3105         internal_function.
3106         (re_search_internal): Likewise.
3107         * resolv/res_init.c [RESOLVSORT] (net_mask): Convert to
3108         prototype-style function definition.
3109         * sunrpc/clnt_udp.c (clntudp_call): Likewise.
3110         * sunrpc/pmap_rmt.c (clnt_broadcast): Likewise.
3111         * sunrpc/rpcsvc/rusers.x (xdr_utmp): Likewise.
3112         (xdr_utmpptr): Likewise.
3113         (xdr_utmparr): Likewise.
3114         (xdr_utmpidle): Likewise.
3115         (xdr_utmpidleptr): Likewise.
3116         (xdr_utmpidlearr): Likewise.
3118         * math/auto-libm-test-in: Add more tests of hypot, j0, j1, jn,
3119         log, log10 and log2.
3120         * math/auto-libm-test-out: Regenerated.
3121         * math/libm-test.inc (fmod_test_data): Add more tests.
3122         (fpclassify_test_data): Likewise.
3123         (frexp_test_data): Likewise.
3124         (hypot_test_data): Likewise.
3125         (ilogb_test_data): Likewise.
3127 2015-10-20  Joseph Myers  <joseph@codesourcery.com>
3129         * debug/fortify_fail.c (__fortify_fail): Convert to
3130         prototype-style function definition.  Use internal_function.
3131         * libio/genops.c (save_for_backup): Convert to prototype-style
3132         function definition.
3133         * libio/wgenops.c (save_for_wbackup): Likewise.
3134         * login/grantpt.c (grantpt): Likewise.
3135         * login/ptsname.c (ptsname): Likewise.
3136         (__ptsname_r): Likewise.
3137         * login/unlockpt.c (unlockpt): Likewise.
3138         * mach/msgserver.c (__mach_msg_server): Likewise.
3139         * misc/efgcvt.c (__APPEND (FUNC_PREFIX, fcvt)): Likewise.
3140         (__APPEND (FUNC_PREFIX, ecvt)): Likewise.
3141         (__APPEND (FUNC_PREFIX, gcvt)): Likewise.
3142         * misc/efgcvt_r.c (__APPEND (FUNC_PREFIX, fcvt_r)): Likewise.
3143         (__APPEND (FUNC_PREFIX, ecvt_r)): Likewise.
3144         * nptl/cleanup_compat.c (_pthread_cleanup_push): Likewise.
3145         * nptl/cleanup_defer_compat.c (_pthread_cleanup_push_defer):
3146         Likewise.
3147         * nptl/libc_pthread_init.c (__libc_pthread_init): Likewise.  Use
3148         internal_function.
3149         * nptl/pthread_atfork.c (__pthread_atfork): Convert to
3150         prototype-style function definition.
3151         * nptl/pthread_create.c (__pthread_create_2_1): Likewise.
3152         [SHLIB_COMPAT(libpthread, GLIBC_2_0, GLIBC_2_1)]
3153         (__pthread_create_2_0): Likewise.
3154         * nptl/pthread_key_create.c (__pthread_key_create): Likewise.
3155         * nptl/register-atfork.c (__register_atfork): Likewise.
3156         * posix/glob.c (glob): Likewise.
3157         * posix/regcomp.c (re_comp): Likewise.
3158         * posix/regexec.c (re_exec): Likewise.
3159         * stdlib/add_n.c [__STDC__]: Make code unconditional.
3160         [!__STDC__]: Remove conditional code.
3161         * stdlib/cmp.c [__STDC__]: Make code unconditional.
3162         [!__STDC__]: Remove conditional code.
3163         * stdlib/divmod_1.c [__STDC__]: Make code unconditional.
3164         [!__STDC__]: Remove conditional code.
3165         * stdlib/divrem.c [__STDC__]: Make code unconditional.
3166         [!__STDC__]: Remove conditional code.
3167         * stdlib/lshift.c [__STDC__]: Make code unconditional.
3168         [!__STDC__]: Remove conditional code.
3169         * stdlib/mod_1.c [__STDC__]: Make code unconditional.
3170         [!__STDC__]: Remove conditional code.
3171         * stdlib/mul.c [__STDC__]: Make code unconditional.
3172         [!__STDC__]: Remove conditional code.
3173         * stdlib/mul_n.c [__STDC__]: Make code unconditional.
3174         [!__STDC__]: Remove conditional code.
3175         * stdlib/rshift.c [__STDC__]: Make code unconditional.
3176         [!__STDC__]: Remove conditional code.
3177         * stdlib/strtod.c (INTERNAL (STRTOF)): Convert to prototype-style
3178         function definition.
3179         (STRTOF): Likewise.
3180         * stdlib/strtod_l.c (__STRTOF): Likewise.
3181         * stdlib/strtol.c (INTERNAL (strtol)): Likewise.
3182         * stdlib/strtol_l.c (INTERNAL (__strtol_l)): Likewise.
3183         (__strtol_l): Likewise.
3184         * stdlib/sub_n.c [__STDC__]: Make code unconditional.
3185         [!__STDC__]: Remove conditional code.
3186         * string/memrchr.c (MEMRCHR): Convert to prototype-style function
3187         definition.
3188         * string/strcasecmp.c (LOCALE_PARAM_DECL): Remove macro.
3189         [USE_IN_EXTENDED_LOCALE_MODEL] (LOCALE_PARAM): Include argument
3190         type.
3191         (__strcasecmp): Convert to prototype-style function definition.
3192         * string/strncase.c (LOCALE_PARAM_DECL): Remove macro.
3193         [USE_IN_EXTENDED_LOCALE_MODEL] (LOCALE_PARAM): Include argument
3194         type.
3195         (__strncasecmp): Convert to prototype-style function definition.
3196         * sunrpc/pm_getport.c (__libc_rpc_getport): Likewise.
3197         * sunrpc/xdr.c (xdr_union): Likewise.
3198         * sunrpc/xdr_array.c (xdr_array): Likewise.
3199         * sunrpc/xdr_ref.c (xdr_reference): Likewise.
3200         * sysdeps/m68k/m680x0/fpu/s_atan.c (__CONCATX(__,FUNC)): Likewise.
3201         * sysdeps/m68k/m680x0/fpu/s_isinf.c (__CONCATX(__,FUNC)):
3202         Likewise.
3203         * sysdeps/m68k/m680x0/fpu/s_scalbn.c (__CONCATX(__scalbn,suffix):
3204         Likewise.
3205         * sysdeps/m68k/m680x0/fpu/s_sincos.c (CONCATX(__,FUNC)): Likewise.
3206         * sysdeps/unix/sysv/linux/i386/scandir64.c (__old_scandir64):
3207         Likewise.
3208         * time/strftime_l.c (LOCALE_PARAM_DECL): Remove macro.
3209         (LOCALE_PARAM_PROTO): Likewise.
3210         [_LIBC && USE_IN_EXTENDED_LOCALE_MODEL] (LOCALE_PARAM): Include
3211         argument type.
3212         (ut_argument_spec): Remove macro.
3213         (ut_argument_spec_iso): Rename to ut_argument_spec.
3214         (memcpy_lowcase): Use LOCALE_PARAM in declaration.  Convert to
3215         prototype-style function definition.
3216         (memcpy_uppcase): Likewise.
3217         (__strftime_internal): Likewise.
3218         (my_strftime): Likewise.
3219         * time/strptime_l.c (LOCALE_PARAM_PROTO): Remove macro.
3220         (LOCALE_PARAM_DECL): Likewise.
3221         [_LIBC] (LOCALE_PARAM): Include argument type.
3222         (__strptime_internal): Convert to prototype-style function
3223         definition.
3224         (strptime): Likewise.
3225         * wcsmbs/wcscasecmp.c (LOCALE_PARAM_DECL): Remove macro.
3226         [USE_IN_EXTENDED_LOCALE_MODEL] (LOCALE_PARAM): Include argument
3227         type.
3228         (__wcscasecmp): Convert to prototype-style function definition.
3229         * wcsmbs/wcsncase.c (LOCALE_PARAM_DECL): Remove macro.
3230         [USE_IN_EXTENDED_LOCALE_MODEL] (LOCALE_PARAM): Include argument
3231         type.
3232         (__wcsncasecmp): Convert to prototype-style function definition.
3234         * crypt/md5-crypt.c (__md5_crypt_r): Convert to prototype-style
3235         function definition.
3236         * crypt/sha256-crypt.c (__sha256_crypt_r): Likewise.
3237         * crypt/sha512-crypt.c (__sha512_crypt_r): Likewise.
3238         * debug/backtracesyms.c (__backtrace_symbols): Likewise.
3239         * elf/dl-minimal.c (_itoa): Likewise.
3240         * hurd/hurdmalloc.c (malloc): Likewise.
3241         (free): Likewise.
3242         (realloc): Likewise.
3243         * inet/inet6_option.c (inet6_option_space): Likewise.
3244         (inet6_option_init): Likewise.
3245         (inet6_option_append): Likewise.
3246         (inet6_option_alloc): Likewise.
3247         (inet6_option_next): Likewise.
3248         (inet6_option_find): Likewise.
3249         * io/ftw.c (FTW_NAME): Likewise.
3250         (NFTW_NAME): Likewise.
3251         (NFTW_NEW_NAME): Likewise.
3252         (NFTW_OLD_NAME): Likewise.
3253         * libio/iofwide.c (_IO_fwide): Likewise.
3254         * libio/strops.c (_IO_str_init_static_internal): Likewise.
3255         (_IO_str_init_static): Likewise.
3256         (_IO_str_init_readonly): Likewise.
3257         (_IO_str_overflow): Likewise.
3258         (_IO_str_underflow): Likewise.
3259         (_IO_str_count): Likewise.
3260         (_IO_str_seekoff): Likewise.
3261         (_IO_str_pbackfail): Likewise.
3262         (_IO_str_finish): Likewise.
3263         * libio/wstrops.c (_IO_wstr_init_static): Likewise.
3264         (_IO_wstr_overflow): Likewise.
3265         (_IO_wstr_underflow): Likewise.
3266         (_IO_wstr_count): Likewise.
3267         (_IO_wstr_seekoff): Likewise.
3268         (_IO_wstr_pbackfail): Likewise.
3269         (_IO_wstr_finish): Likewise.
3270         * locale/programs/localedef.c (normalize_codeset): Likewise.
3271         * locale/programs/locarchive.c (add_locale_to_archive): Likewise.
3272         (add_locales_to_archive): Likewise.
3273         (delete_locales_from_archive): Likewise.
3274         * malloc/malloc.c (__libc_mallinfo): Likewise.
3275         * math/gen-auto-libm-tests.c (init_fp_formats): Likewise.
3276         * misc/tsearch.c (__tfind): Likewise.
3277         * nptl/pthread_attr_destroy.c (__pthread_attr_destroy): Likewise.
3278         * nptl/pthread_attr_getdetachstate.c
3279         (__pthread_attr_getdetachstate): Likewise.
3280         * nptl/pthread_attr_getguardsize.c (pthread_attr_getguardsize):
3281         Likewise.
3282         * nptl/pthread_attr_getinheritsched.c
3283         (__pthread_attr_getinheritsched): Likewise.
3284         * nptl/pthread_attr_getschedparam.c
3285         (__pthread_attr_getschedparam): Likewise.
3286         * nptl/pthread_attr_getschedpolicy.c
3287         (__pthread_attr_getschedpolicy): Likewise.
3288         * nptl/pthread_attr_getscope.c (__pthread_attr_getscope):
3289         Likewise.
3290         * nptl/pthread_attr_getstack.c (__pthread_attr_getstack):
3291         Likewise.
3292         * nptl/pthread_attr_getstackaddr.c (__pthread_attr_getstackaddr):
3293         Likewise.
3294         * nptl/pthread_attr_getstacksize.c (__pthread_attr_getstacksize):
3295         Likewise.
3296         * nptl/pthread_attr_init.c (__pthread_attr_init_2_1): Likewise.
3297         (__pthread_attr_init_2_0): Likewise.
3298         * nptl/pthread_attr_setdetachstate.c
3299         (__pthread_attr_setdetachstate): Likewise.
3300         * nptl/pthread_attr_setguardsize.c (pthread_attr_setguardsize):
3301         Likewise.
3302         * nptl/pthread_attr_setinheritsched.c
3303         (__pthread_attr_setinheritsched): Likewise.
3304         * nptl/pthread_attr_setschedparam.c
3305         (__pthread_attr_setschedparam): Likewise.
3306         * nptl/pthread_attr_setschedpolicy.c
3307         (__pthread_attr_setschedpolicy): Likewise.
3308         * nptl/pthread_attr_setscope.c (__pthread_attr_setscope):
3309         Likewise.
3310         * nptl/pthread_attr_setstack.c (__pthread_attr_setstack):
3311         Likewise.
3312         * nptl/pthread_attr_setstackaddr.c (__pthread_attr_setstackaddr):
3313         Likewise.
3314         * nptl/pthread_attr_setstacksize.c (__pthread_attr_setstacksize):
3315         Likewise.
3316         * nptl/pthread_condattr_setclock.c (pthread_condattr_setclock):
3317         Likewise.
3318         * nptl/pthread_create.c (__find_in_stack_list): Likewise.
3319         * nptl/pthread_getattr_np.c (pthread_getattr_np): Likewise.
3320         * nptl/pthread_mutex_cond_lock.c (__pthread_mutex_lock): Define to
3321         use internal_function.
3322         * nptl/pthread_mutex_init.c (__pthread_mutex_init): Convert to
3323         prototype-style function definition.
3324         * nptl/pthread_mutex_lock.c (__pthread_mutex_lock): Likewise.
3325         (__pthread_mutex_cond_lock_adjust): Likewise.  Use
3326         internal_function.
3327         * nptl/pthread_mutex_timedlock.c (pthread_mutex_timedlock):
3328         Convert to prototype-style function definition.
3329         * nptl/pthread_mutex_trylock.c (__pthread_mutex_trylock):
3330         Likewise.
3331         * nptl/pthread_mutex_unlock.c (__pthread_mutex_unlock_usercnt):
3332         Likewise.
3333         (__pthread_mutex_unlock): Likewise.
3334         * nptl_db/td_ta_clear_event.c (td_ta_clear_event): Likewise.
3335         * nptl_db/td_ta_set_event.c (td_ta_set_event): Likewise.
3336         * nptl_db/td_thr_clear_event.c (td_thr_clear_event): Likewise.
3337         * nptl_db/td_thr_event_enable.c (td_thr_event_enable): Likewise.
3338         * nptl_db/td_thr_set_event.c (td_thr_set_event): Likewise.
3339         * nss/makedb.c (process_input): Likewise.
3340         * posix/fnmatch.c (__strchrnul): Likewise.
3341         (__wcschrnul): Likewise.
3342         (fnmatch): Likewise.
3343         * posix/fnmatch_loop.c (FCT): Likewise.
3344         * posix/glob.c (globfree): Likewise.
3345         (__glob_pattern_type): Likewise.
3346         (__glob_pattern_p): Likewise.
3347         * posix/regcomp.c (re_compile_pattern): Likewise.
3348         (re_set_syntax): Likewise.
3349         (re_compile_fastmap): Likewise.
3350         (regcomp): Likewise.
3351         (regerror): Likewise.
3352         (regfree): Likewise.
3353         * posix/regexec.c (regexec): Likewise.
3354         (re_match): Likewise.
3355         (re_search): Likewise.
3356         (re_match_2): Likewise.
3357         (re_search_2): Likewise.
3358         (re_search_stub): Likewise.  Use internal_function
3359         (re_copy_regs): Likewise.
3360         (re_set_registers): Convert to prototype-style function
3361         definition.
3362         (prune_impossible_nodes): Likewise.  Use internal_function.
3363         * resolv/inet_net_pton.c (inet_net_pton): Convert to
3364         prototype-style function definition.
3365         (inet_net_pton_ipv4): Likewise.
3366         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Likewise.
3367         * sysdeps/pthread/aio_cancel.c (aio_cancel): Likewise.
3368         * sysdeps/pthread/aio_suspend.c (aio_suspend): Likewise.
3369         * sysdeps/pthread/timer_delete.c (timer_delete): Likewise.
3370         * sysdeps/unix/sysv/linux/dl-openat64.c (openat64): Likewise.
3371         Make variadic.
3372         * time/strptime_l.c (localtime_r): Convert to prototype-style
3373         function definition.
3374         * wcsmbs/mbsnrtowcs.c (__mbsnrtowcs): Likewise.
3375         * wcsmbs/mbsrtowcs_l.c (__mbsrtowcs_l): Likewise.
3376         * wcsmbs/wcsnrtombs.c (__wcsnrtombs): Likewise.
3377         * wcsmbs/wcsrtombs.c (__wcsrtombs): Likewise.
3379         * crypt/crypt.c (_ufc_doit_r): Convert to prototype-style function
3380         definition.
3381         (_ufc_doit_r): Likewise.
3382         * crypt/crypt_util.c (_ufc_copymem): Likewise.
3383         (_ufc_output_conversion_r): Likewise.
3384         * inet/inet_mkadr.c (__inet_makeaddr): Likewise.
3385         * inet/rcmd.c (rcmd_af): Likewise.
3386         (rcmd): Likewise.
3387         (ruserok_af): Likewise.
3388         (ruserok): Likewise.
3389         (ruserok2_sa): Likewise.
3390         (ruserok_sa): Likewise.
3391         (iruserok_af): Likewise.
3392         (iruserok): Likewise.
3393         (__ivaliduser): Likewise.
3394         (__validuser2_sa): Likewise.
3395         * inet/rexec.c (rexec_af): Likewise.
3396         (rexec): Likewise.
3397         * inet/ruserpass.c (ruserpass): Likewise.
3398         * locale/programs/xmalloc.c (xcalloc): Likewise.
3399         * manual/examples/timeval_subtract.c (timeval_subtract): Likewise.
3400         * math/w_drem.c (__drem): Likewise.
3401         * math/w_dremf.c (__dremf): Likewise.
3402         * math/w_dreml.c (__dreml): Likewise.
3403         * misc/daemon.c (daemon): Likewise.
3404         * resolv/res_debug.c (p_fqnname): Likewise.
3405         * stdlib/div.c (div): Likewise.
3406         * string/memcmp.c (memcmp_bytes): Likewise.
3407         * sunrpc/pmap_rmt.c (pmap_rmtcall): Likewise.
3408         * sunrpc/svc_udp.c (svcudp_bufcreate): Likewise.
3410         * crypt/cert.c (main): Convert to prototype-style function
3411         definition.
3412         * io/pipe.c (__pipe): Likewise.
3413         * io/pipe2.c (__pipe2): Likewise.
3414         * misc/futimesat.c (futimesat): Likewise.
3415         * misc/utimes.c (__utimes): Likewise.
3416         * posix/execve.c (__execve): Likewise.
3417         * posix/execvp.c (execvp): Likewise.
3418         * posix/execvpe.c (__execvpe): Likewise.
3419         * posix/fexecve.c (fexecve): Likewise.
3420         * socket/socketpair.c (socketpair): Likewise.
3421         * stdlib/drand48-iter.c (__drand48_iterate): Likewise.
3422         * stdlib/erand48.c (erand48): Likewise.
3423         * stdlib/erand48_r.c (__erand48_r): Likewise.
3424         * stdlib/jrand48.c (jrand48): Likewise.
3425         * stdlib/jrand48_r.c (__jrand48_r): Likewise.
3426         * stdlib/lcong48.c (lcong48): Likewise.
3427         * stdlib/lcong48_r.c (__lcong48_r): Likewise.
3428         * stdlib/nrand48.c (nrand48): Likewise.
3429         * stdlib/nrand48_r.c (__nrand48_r): Likewise.
3430         * stdlib/seed48.c (seed48): Likewise.
3431         * stdlib/seed48_r.c (__seed48_r): Likewise.
3432         * sysdeps/mach/hurd/execve.c (__execve): Likewise.
3433         * sysdeps/mach/hurd/utimes.c (__utimes): Likewise.
3434         * sysdeps/unix/sysv/linux/fexecve.c (fexecve): Likewise.
3436 2015-10-19  Joseph Myers  <joseph@codesourcery.com>
3438         * configure.ac (libc_cv_asm_unique_object): Remove configure test.
3439         * configure: Regenerated.
3440         * config.h.in (HAVE_ASM_UNIQUE_OBJECT): Remove #undef.
3441         * elf/tst-unique1.c (do_test) [HAVE_ASM_UNIQUE_OBJECT]: Make code
3442         unconditional.
3443         * elf/tst-unique1mod1.c [HAVE_ASM_UNIQUE_OBJECT]: Likewise.
3444         * elf/tst-unique1mod2.c [HAVE_ASM_UNIQUE_OBJECT]: Likewise.
3445         * elf/tst-unique2.c (do_test) [HAVE_ASM_UNIQUE_OBJECT]: Likewise.
3446         (do_test) [!HAVE_ASM_UNIQUE_OBJECT]: Remove conditional code.
3447         * elf/tst-unique2mod1.c [HAVE_ASM_UNIQUE_OBJECT]: Make code
3448         unconditional.
3449         * elf/tst-unique2mod2.c [HAVE_ASM_UNIQUE_OBJECT]: Likewise.
3451         * posix/Makefile (CFLAGS-regex.c): Remove variable.
3452         * resolv/Makefile (+cflags): Do not use -Wno-strict-prototypes.
3454         * crypt/crypt-entry.c (__crypt_r): Convert to prototype-style
3455         function definition.
3456         * crypt/crypt_util.c (__encrypt_r): Likewise.
3457         * libio/genops.c (_IO_no_init): Likewise.
3458         * libio/iofopncook.c (_IO_fopencookie): Likewise.
3459         (_IO_old_fopencookie): Likewise.
3460         * libio/iofwrite_u.c (fwrite_unlocked): Likewise.
3461         * libio/iogetline.c (_IO_getline): Likewise.
3462         (_IO_getline_info): Likewise.
3463         * libio/iogetwline.c (_IO_getwline): Likewise.
3464         (_IO_getwline_info): Likewise.
3465         * libio/vsnprintf.c (_IO_vsnprintf): Likewise.
3466         * libio/vswprintf.c (_IO_vswprintf): Likewise.
3467         * locale/programs/simple-hash.c (insert_entry_2): Likewise.
3468         (find_entry): Likewise.
3469         (iterate_table): Likewise.
3470         (lookup): Likewise.
3471         * login/forkpty.c (forkpty): Likewise.
3472         * misc/hsearch_r.c (__hsearch_r): Likewise.
3473         * misc/select.c (__select): Likewise.
3474         * nptl/cleanup_defer_compat.c (_pthread_cleanup_pop_restore):
3475         Likewise.
3476         * nptl/old_pthread_cond_init.c (__pthread_cond_init_2_0):
3477         Likewise.
3478         * nptl/old_pthread_cond_timedwait.c
3479         (__pthread_cond_timedwait_2_0): Likewise.
3480         * nptl/pthread_barrier_init.c (__pthread_barrier_init): Likewise.
3481         * nptl/pthread_barrierattr_getpshared.c
3482         (pthread_barrierattr_getpshared): Likewise.
3483         * nptl/pthread_getschedparam.c (__pthread_getschedparam):
3484         Likewise.
3485         * nptl/pthread_mutex_setprioceiling.c
3486         (pthread_mutex_setprioceiling): Likewise.
3487         * nptl/pthread_mutexattr_getprioceiling.c
3488         (pthread_mutexattr_getprioceiling): Likewise.
3489         * nptl/pthread_rwlock_init.c (__pthread_rwlock_init): Likewise.
3490         * nptl/pthread_rwlock_timedrdlock.c (pthread_rwlock_timedrdlock):
3491         Likewise.
3492         * nptl/pthread_rwlock_timedwrlock.c (pthread_rwlock_timedwrlock):
3493         Likewise.
3494         * nptl/pthread_setschedparam.c (__pthread_setschedparam):
3495         Likewise.
3496         * socket/recvfrom.c (__recvfrom): Likewise.
3497         * socket/sendto.c (__sendto): Likewise.
3498         * socket/setsockopt.c (__setsockopt): Likewise.
3499         * stdio-common/_itoa.c (_itoa): Likewise.
3500         * stdio-common/_itowa.c (_itowa): Likewise.
3501         * stdio-common/reg-printf.c (__register_printf_specifier):
3502         Likewise.
3503         (__register_printf_function): Likewise.
3504         * stdio-common/tempname.c (__path_search): Likewise.
3505         * stdlib/addmul_1.c (mpn_addmul_1): Likewise.
3506         * stdlib/mul_1.c (mpn_mul_1): Likewise.
3507         * stdlib/random_r.c (__initstate_r): Likewise.
3508         * stdlib/setenv.c (__add_to_environ): Likewise.
3509         * stdlib/submul_1.c (mpn_submul_1): Likewise.
3510         * streams/getpmsg.c (getpmsg): Likewise.
3511         * streams/putmsg.c (putmsg): Likewise.
3512         * streams/putpmsg.c (putpmsg): Likewise.
3513         * sunrpc/clnt_raw.c (clntraw_call): Likewise.
3514         * sunrpc/clnt_tcp.c (clnttcp_call): Likewise.
3515         * sunrpc/clnt_udp.c (clntudp_create): Likewise.
3516         * sunrpc/clnt_unix.c (clntunix_call): Likewise.
3517         * sunrpc/pm_getport.c (pmap_getport): Likewise.
3518         * sunrpc/svc_udp.c (cache_get): Likewise.
3519         * sunrpc/xdr_array.c (xdr_vector): Likewise.
3520         * sysdeps/mach/hurd/getcwd.c
3521         (__canonicalize_directory_name_internal): Likewise.
3522         * sysdeps/mach/hurd/pselect.c (__pselect): Likewise.
3523         * sysdeps/mach/hurd/recvfrom.c (__recvfrom): Likewise.
3524         * sysdeps/mach/hurd/select.c (__select): Likewise.
3525         * sysdeps/posix/ttyname_r.c (getttyname_r): Likewise.
3526         * sysdeps/pthread/timer_settime.c (timer_settime): Likewise.
3527         * sysdeps/sparc/nptl/pthread_barrier_init.c
3528         (__pthread_barrier_init): Likewise.
3529         * sysdeps/unix/sysv/linux/hppa/pthread_cond_timedwait.c
3530         (__pthread_cond_timedwait): Likewise.
3531         * sysdeps/unix/sysv/linux/i386/putmsg.c (putmsg): Likewise.
3532         * sysdeps/unix/sysv/linux/s390/semtimedop.c (semtimedop):
3533         Likewise.
3534         * sysdeps/unix/sysv/linux/semtimedop.c (semtimedop): Likewise.
3535         * sysdeps/unix/sysv/linux/timer_settime.c (timer_settime):
3536         Likewise.
3537         * sysvipc/semtimedop.c (semtimedop): Likewise.
3538         * time/setitimer.c (__setitimer): Likewise.
3539         * time/strftime_l.c (emacs_strftime): Likewise.
3541 2015-10-19  Mike Frysinger  <vapier@gentoo.org>
3543         * config.make.in (have-ssp): Delete.
3544         (stack-protector): New variable.
3545         * configure.ac: Delete libc_cv_ssp export.  Add libc_cv_ssp_strong
3546         cache test for -fstack-protector-strong.  Export stack_protector to
3547         the best ssp flag.
3548         * configure: Regenerated.
3549         * login/Makefile (pt_chown-cflags): Always add $(stack-protector).
3550         * nscd/Makefile (CFLAGS-nscd): Likewise.
3551         * resolv/Makefile (CFLAGS-libresolv): Likewise.
3553 2015-10-16  H.J. Lu  <hongjiu.lu@intel.com>
3555         [BZ #19122]
3556         * include/sys/stat.h [IS_IN (rtld)] (__fxstatat64): Add
3557         attribute_hidden.
3559 2015-10-19  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
3561         [BZ #18743]
3562         * sysdeps/powerpc/nptl/elide.h (__elide_lock): Move most of this
3563         code to...
3564         (ELIDE_LOCK): ...here.
3565         (__get_new_count): New function with part of the code from
3566         __elide_lock that updates the value of adapt_count after a
3567         transaction abort.
3568         (__elided_trylock): Moved this code to...
3569         (ELIDE_TRYLOCK): ...here.
3571 2015-10-19  Mike Frysinger  <vapier@gentoo.org>
3573         * configure.ac (AC_ARG_ENABLE(timezone-tools)): Tweak help phrasing.
3574         * configure: Regenerate.
3575         * INSTALL: Regenerate.
3576         * manual/install.texi (--disable-timezone-tools): Use @theglibc{}
3577         and tweak grammar.
3579 2015-10-19  Geoffrey Thomas  <geofft@ldpreload.com>
3581         * login/programs/pt_chown.c: Include signal.h
3582         (main): Clear any signal mask from the parent process.
3584 2015-10-19  Joseph Myers  <joseph@codesourcery.com>
3586         * configure.ac (libc_cv_gnu89_inline): Remove configure test.
3587         * configure: Regenerated.
3588         * config.make.in (gnu89-inline-CFLAGS): Remove variable.
3589         * Makeconfig (CFLAGS): Use -fgnu89-inline instead of
3590         $(gnu89-inline-CFLAGS).
3592         * configure.ac (libc_cv_asm_weak_directive): Remove configure
3593         test.
3594         (libc_cv_asm_weakext_directive): Likewise.
3595         * configure: Regenerated.
3596         * config.h.in (HAVE_ASM_WEAK_DIRECTIVE): Remove #undef.
3597         (HAVE_ASM_WEAKEXT_DIRECTIVE): Likewise.
3598         * include/libc-symbols.h
3599         [!HAVE_ASM_WEAK_DIRECTIVE && !HAVE_ASM_WEAKEXT_DIRECTIVE]: Remove
3600         #error.
3601         [HAVE_ASM_WEAKEXT_DIRECTIVE]: Remove conditional code.
3602         [!HAVE_ASM_WEAKEXT_DIRECTIVE]: Make code unconditional.
3604         * sysdeps/arm/backtrace.c (__backtrace): Convert to
3605         prototype-style function definition.
3606         * sysdeps/i386/backtrace.c (__backtrace): Likewise.
3607         * sysdeps/i386/ffs.c (__ffs): Likewise.
3608         * sysdeps/i386/i686/ffs.c (__ffs): Likewise.
3609         * sysdeps/ia64/nptl/pthread_spin_lock.c (pthread_spin_lock):
3610         Likewise.
3611         * sysdeps/ia64/nptl/pthread_spin_trylock.c (pthread_spin_trylock):
3612         Likewise.
3613         * sysdeps/ieee754/ldbl-128/e_log2l.c (__ieee754_log2l): Likewise.
3614         * sysdeps/ieee754/ldbl-128ibm/e_log2l.c (__ieee754_log2l):
3615         Likewise.
3616         * sysdeps/m68k/ffs.c (__ffs): Likewise.
3617         * sysdeps/m68k/m680x0/fpu/e_acos.c (FUNC): Likewise.
3618         * sysdeps/m68k/m680x0/fpu/e_fmod.c (FUNC): Likewise.
3619         * sysdeps/mach/adjtime.c (__adjtime): Likewise.
3620         * sysdeps/mach/gettimeofday.c (__gettimeofday): Likewise.
3621         * sysdeps/mach/hurd/_exit.c (_exit): Likewise.
3622         * sysdeps/mach/hurd/access.c (__access): Likewise.
3623         * sysdeps/mach/hurd/adjtime.c (__adjtime): Likewise.
3624         * sysdeps/mach/hurd/chdir.c (__chdir): Likewise.
3625         * sysdeps/mach/hurd/chmod.c (__chmod): Likewise.
3626         * sysdeps/mach/hurd/chown.c (__chown): Likewise.
3627         * sysdeps/mach/hurd/cthreads.c (cthread_keycreate): Likewise.
3628         (cthread_getspecific): Likewise.
3629         (cthread_setspecific): Likewise.
3630         (__libc_getspecific): Likewise.
3631         * sysdeps/mach/hurd/euidaccess.c (__euidaccess): Likewise.
3632         * sysdeps/mach/hurd/faccessat.c (faccessat): Likewise.
3633         * sysdeps/mach/hurd/fchdir.c (__fchdir): Likewise.
3634         * sysdeps/mach/hurd/fchmod.c (__fchmod): Likewise.
3635         * sysdeps/mach/hurd/fchmodat.c (fchmodat): Likewise.
3636         * sysdeps/mach/hurd/fchown.c (__fchown): Likewise.
3637         * sysdeps/mach/hurd/fchownat.c (fchownat): Likewise.
3638         * sysdeps/mach/hurd/flock.c (__flock): Likewise.
3639         * sysdeps/mach/hurd/fsync.c (fsync): Likewise.
3640         * sysdeps/mach/hurd/ftruncate.c (__ftruncate): Likewise.
3641         * sysdeps/mach/hurd/getgroups.c (__getgroups): Likewise.
3642         * sysdeps/mach/hurd/gethostname.c (__gethostname): Likewise.
3643         * sysdeps/mach/hurd/getitimer.c (__getitimer): Likewise.
3644         * sysdeps/mach/hurd/getlogin_r.c (__getlogin_r): Likewise.
3645         * sysdeps/mach/hurd/getpgid.c (__getpgid): Likewise.
3646         * sysdeps/mach/hurd/getrusage.c (__getrusage): Likewise.
3647         * sysdeps/mach/hurd/getsockname.c (__getsockname): Likewise.
3648         * sysdeps/mach/hurd/group_member.c (__group_member): Likewise.
3649         * sysdeps/mach/hurd/isatty.c (__isatty): Likewise.
3650         * sysdeps/mach/hurd/lchown.c (__lchown): Likewise.
3651         * sysdeps/mach/hurd/link.c (__link): Likewise.
3652         * sysdeps/mach/hurd/linkat.c (linkat): Likewise.
3653         * sysdeps/mach/hurd/listen.c (__listen): Likewise.
3654         * sysdeps/mach/hurd/mkdir.c (__mkdir): Likewise.
3655         * sysdeps/mach/hurd/mkdirat.c (mkdirat): Likewise.
3656         * sysdeps/mach/hurd/openat.c (__openat): Likewise.
3657         * sysdeps/mach/hurd/poll.c (__poll): Likewise.
3658         * sysdeps/mach/hurd/readlink.c (__readlink): Likewise.
3659         * sysdeps/mach/hurd/readlinkat.c (readlinkat): Likewise.
3660         * sysdeps/mach/hurd/recv.c (__recv): Likewise.
3661         * sysdeps/mach/hurd/rename.c (rename): Likewise.
3662         * sysdeps/mach/hurd/renameat.c (renameat): Likewise.
3663         * sysdeps/mach/hurd/revoke.c (revoke): Likewise.
3664         * sysdeps/mach/hurd/rewinddir.c (__rewinddir): Likewise.
3665         * sysdeps/mach/hurd/rmdir.c (__rmdir): Likewise.
3666         * sysdeps/mach/hurd/seekdir.c (seekdir): Likewise.
3667         * sysdeps/mach/hurd/send.c (__send): Likewise.
3668         * sysdeps/mach/hurd/setdomain.c (setdomainname): Likewise.
3669         * sysdeps/mach/hurd/setegid.c (setegid): Likewise.
3670         * sysdeps/mach/hurd/seteuid.c (seteuid): Likewise.
3671         * sysdeps/mach/hurd/setgid.c (__setgid): Likewise.
3672         * sysdeps/mach/hurd/setgroups.c (setgroups): Likewise.
3673         * sysdeps/mach/hurd/sethostid.c (sethostid): Likewise.
3674         * sysdeps/mach/hurd/sethostname.c (sethostname): Likewise.
3675         * sysdeps/mach/hurd/setlogin.c (setlogin): Likewise.
3676         * sysdeps/mach/hurd/setpgid.c (__setpgid): Likewise.
3677         * sysdeps/mach/hurd/setregid.c (__setregid): Likewise.
3678         * sysdeps/mach/hurd/setreuid.c (__setreuid): Likewise.
3679         * sysdeps/mach/hurd/settimeofday.c (__settimeofday): Likewise.
3680         * sysdeps/mach/hurd/setuid.c (__setuid): Likewise.
3681         * sysdeps/mach/hurd/shutdown.c (shutdown): Likewise.
3682         * sysdeps/mach/hurd/sigaction.c (__sigaction): Likewise.
3683         * sysdeps/mach/hurd/sigaltstack.c (__sigaltstack): Likewise.
3684         * sysdeps/mach/hurd/sigpending.c (sigpending): Likewise.
3685         * sysdeps/mach/hurd/sigprocmask.c (__sigprocmask): Likewise.
3686         * sysdeps/mach/hurd/sigsuspend.c (__sigsuspend): Likewise.
3687         * sysdeps/mach/hurd/socket.c (__socket): Likewise.
3688         * sysdeps/mach/hurd/symlink.c (__symlink): Likewise.
3689         * sysdeps/mach/hurd/symlinkat.c (symlinkat): Likewise.
3690         * sysdeps/mach/hurd/telldir.c (telldir): Likewise.
3691         * sysdeps/mach/hurd/truncate.c (__truncate): Likewise.
3692         * sysdeps/mach/hurd/umask.c (__umask): Likewise.
3693         * sysdeps/mach/hurd/unlink.c (__unlink): Likewise.
3694         * sysdeps/mach/hurd/unlinkat.c (unlinkat): Likewise.
3695         * sysdeps/mips/mips64/__longjmp.c (__longjmp): Likewise.
3696         * sysdeps/posix/alarm.c (alarm): Likewise.
3697         * sysdeps/posix/cuserid.c (cuserid): Likewise.
3698         * sysdeps/posix/dirfd.c (dirfd): Likewise.
3699         * sysdeps/posix/dup.c (__dup): Likewise.
3700         * sysdeps/posix/dup2.c (__dup2): Likewise.
3701         * sysdeps/posix/euidaccess.c (euidaccess): Likewise.
3702         (main): Likewise.
3703         * sysdeps/posix/flock.c (__flock): Likewise.
3704         * sysdeps/posix/fpathconf.c (__fpathconf): Likewise.
3705         * sysdeps/posix/getcwd.c (__getcwd): Likewise.
3706         * sysdeps/posix/gethostname.c (__gethostname): Likewise.
3707         * sysdeps/posix/gettimeofday.c (__gettimeofday): Likewise.
3708         * sysdeps/posix/isatty.c (__isatty): Likewise.
3709         * sysdeps/posix/killpg.c (killpg): Likewise.
3710         * sysdeps/posix/libc_fatal.c (__libc_fatal): Likewise.
3711         * sysdeps/posix/mkfifoat.c (mkfifoat): Likewise.
3712         * sysdeps/posix/raise.c (raise): Likewise.
3713         * sysdeps/posix/remove.c (remove): Likewise.
3714         * sysdeps/posix/rename.c (rename): Likewise.
3715         * sysdeps/posix/rewinddir.c (__rewinddir): Likewise.
3716         * sysdeps/posix/seekdir.c (seekdir): Likewise.
3717         * sysdeps/posix/sigblock.c (__sigblock): Likewise.
3718         * sysdeps/posix/sigignore.c (sigignore): Likewise.
3719         * sysdeps/posix/sigintr.c (siginterrupt): Likewise.
3720         * sysdeps/posix/signal.c (__bsd_signal): Likewise.
3721         * sysdeps/posix/sigset.c (sigset): Likewise.
3722         * sysdeps/posix/sigsuspend.c (__sigsuspend): Likewise.
3723         * sysdeps/posix/sysconf.c (__sysconf): Likewise.
3724         * sysdeps/posix/sysv_signal.c (__sysv_signal): Likewise.
3725         * sysdeps/posix/time.c (time): Likewise.
3726         * sysdeps/posix/ttyname.c (getttyname): Likewise.
3727         (ttyname): Likewise.
3728         * sysdeps/posix/ttyname_r.c (__ttyname_r): Likewise.
3729         * sysdeps/posix/utime.c (utime): Likewise.
3730         * sysdeps/powerpc/fpu/s_isnan.c (__isnan): Likewise.
3731         * sysdeps/powerpc/nptl/pthread_spin_lock.c (pthread_spin_lock):
3732         Likewise.
3733         * sysdeps/powerpc/nptl/pthread_spin_trylock.c
3734         (pthread_spin_trylock): Likewise.
3735         * sysdeps/pthread/aio_error.c (aio_error): Likewise.
3736         * sysdeps/pthread/aio_read.c (aio_read): Likewise.
3737         * sysdeps/pthread/aio_read64.c (aio_read64): Likewise.
3738         * sysdeps/pthread/aio_write.c (aio_write): Likewise.
3739         * sysdeps/pthread/aio_write64.c (aio_write64): Likewise.
3740         * sysdeps/pthread/flockfile.c (__flockfile): Likewise.
3741         * sysdeps/pthread/ftrylockfile.c (__ftrylockfile): Likewise.
3742         * sysdeps/pthread/funlockfile.c (__funlockfile): Likewise.
3743         * sysdeps/pthread/timer_create.c (timer_create): Likewise.
3744         * sysdeps/pthread/timer_getoverr.c (timer_getoverrun): Likewise.
3745         * sysdeps/pthread/timer_gettime.c (timer_gettime): Likewise.
3746         * sysdeps/s390/ffs.c (__ffs): Likewise.
3747         * sysdeps/s390/nptl/pthread_spin_lock.c (pthread_spin_lock):
3748         Likewise.
3749         * sysdeps/s390/nptl/pthread_spin_trylock.c (pthread_spin_trylock):
3750         Likewise.
3751         * sysdeps/sh/nptl/pthread_spin_lock.c (pthread_spin_lock):
3752         Likewise.
3753         * sysdeps/sparc/nptl/pthread_barrier_destroy.c
3754         (pthread_barrier_destroy): Likewise.
3755         * sysdeps/sparc/nptl/pthread_barrier_wait.c
3756         (__pthread_barrier_wait): Likewise.
3757         * sysdeps/sparc/sparc32/e_sqrt.c (__ieee754_sqrt): Likewise.
3758         * sysdeps/sparc/sparc32/pthread_barrier_wait.c
3759         (__pthread_barrier_wait): Likewise.
3760         * sysdeps/sparc/sparc32/sem_init.c (__old_sem_init): Likewise.
3761         * sysdeps/tile/memcmp.c (memcmp_common_alignment): Likewise.
3762         (memcmp_not_common_alignment): Likewise.
3763         (MEMCMP): Likewise.
3764         * sysdeps/tile/wordcopy.c (_wordcopy_fwd_aligned): Likewise.
3765         (_wordcopy_fwd_dest_aligned): Likewise.
3766         (_wordcopy_bwd_aligned): Likewise.
3767         (_wordcopy_bwd_dest_aligned): Likewise.
3768         * sysdeps/unix/bsd/ftime.c (ftime): Likewise.
3769         * sysdeps/unix/bsd/gtty.c (gtty): Likewise.
3770         * sysdeps/unix/bsd/stty.c (stty): Likewise.
3771         * sysdeps/unix/bsd/tcflow.c (tcflow): Likewise.
3772         * sysdeps/unix/bsd/tcflush.c (tcflush): Likewise.
3773         * sysdeps/unix/bsd/tcgetattr.c (__tcgetattr): Likewise.
3774         * sysdeps/unix/bsd/tcgetpgrp.c (tcgetpgrp): Likewise.
3775         * sysdeps/unix/bsd/tcsendbrk.c (tcsendbreak): Likewise.
3776         * sysdeps/unix/bsd/tcsetattr.c (tcsetattr): Likewise.
3777         * sysdeps/unix/bsd/tcsetpgrp.c (tcsetpgrp): Likewise.
3778         * sysdeps/unix/bsd/ualarm.c (ualarm): Likewise.
3779         * sysdeps/unix/bsd/wait3.c (__wait3): Likewise.
3780         * sysdeps/unix/getlogin_r.c (__getlogin_r): Likewise.
3781         * sysdeps/unix/sockatmark.c (sockatmark): Likewise.
3782         * sysdeps/unix/stime.c (stime): Likewise.
3783         * sysdeps/unix/sysv/linux/_exit.c (_exit): Likewise.
3784         * sysdeps/unix/sysv/linux/aio_sigqueue.c (__aio_sigqueue):
3785         Likewise.  Use internal_function.
3786         * sysdeps/unix/sysv/linux/arm/sigaction.c (__libc_sigaction):
3787         Convert to prototype-style function definition.
3788         * sysdeps/unix/sysv/linux/faccessat.c (faccessat): Likewise.
3789         * sysdeps/unix/sysv/linux/fchmodat.c (fchmodat): Likewise.
3790         * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Likewise.
3791         * sysdeps/unix/sysv/linux/gai_sigqueue.c (__gai_sigqueue):
3792         Likewise.  Use internal_function.
3793         * sysdeps/unix/sysv/linux/gethostid.c (sethostid): Convert to
3794         prototype-style function definition
3795         * sysdeps/unix/sysv/linux/getlogin_r.c (__getlogin_r_loginuid):
3796         Likewise.
3797         (__getlogin_r): Likewise.
3798         * sysdeps/unix/sysv/linux/getpt.c (__posix_openpt): Likewise.
3799         * sysdeps/unix/sysv/linux/hppa/pthread_cond_broadcast.c
3800         (__pthread_cond_broadcast): Likewise.
3801         * sysdeps/unix/sysv/linux/hppa/pthread_cond_destroy.c
3802         (__pthread_cond_destroy): Likewise.
3803         * sysdeps/unix/sysv/linux/hppa/pthread_cond_init.c
3804         (__pthread_cond_init): Likewise.
3805         * sysdeps/unix/sysv/linux/hppa/pthread_cond_signal.c
3806         (__pthread_cond_signal): Likewise.
3807         * sysdeps/unix/sysv/linux/hppa/pthread_cond_wait.c
3808         (__pthread_cond_wait): Likewise.
3809         * sysdeps/unix/sysv/linux/i386/getmsg.c (getmsg): Likewise.
3810         * sysdeps/unix/sysv/linux/i386/setegid.c (setegid): Likewise.
3811         * sysdeps/unix/sysv/linux/ia64/sigaction.c (__libc_sigaction):
3812         Likewise.
3813         * sysdeps/unix/sysv/linux/ia64/sigpending.c (sigpending):
3814         Likewise.
3815         * sysdeps/unix/sysv/linux/ia64/sigprocmask.c (__sigprocmask):
3816         Likewise.
3817         * sysdeps/unix/sysv/linux/mips/sigaction.c (__libc_sigaction):
3818         Likewise.
3819         * sysdeps/unix/sysv/linux/msgget.c (msgget): Likewise.
3820         * sysdeps/unix/sysv/linux/powerpc/powerpc32/ftruncate64.c
3821         (__ftruncate64): Likewise.
3822         * sysdeps/unix/sysv/linux/powerpc/powerpc32/truncate64.c
3823         (truncate64): Likewise.
3824         * sysdeps/unix/sysv/linux/pt-raise.c (raise): Likewise.
3825         * sysdeps/unix/sysv/linux/pthread_getcpuclockid.c
3826         (pthread_getcpuclockid): Likewise.
3827         * sysdeps/unix/sysv/linux/pthread_getname.c (pthread_getname_np):
3828         Likewise.
3829         * sysdeps/unix/sysv/linux/pthread_setname.c (pthread_setname_np):
3830         Likewise.
3831         * sysdeps/unix/sysv/linux/pthread_sigmask.c (pthread_sigmask):
3832         Likewise.
3833         * sysdeps/unix/sysv/linux/pthread_sigqueue.c (pthread_sigqueue):
3834         Likewise.
3835         * sysdeps/unix/sysv/linux/raise.c (raise): Likewise.
3836         * sysdeps/unix/sysv/linux/s390/s390-64/sigaction.c
3837         (__libc_sigaction): Likewise.
3838         * sysdeps/unix/sysv/linux/s390/s390-64/sigpending.c (sigpending):
3839         Likewise.
3840         * sysdeps/unix/sysv/linux/s390/s390-64/sigprocmask.c
3841         (__sigprocmask): Likewise.
3842         * sysdeps/unix/sysv/linux/semget.c (semget): Likewise.
3843         * sysdeps/unix/sysv/linux/semop.c (semop): Likewise.
3844         * sysdeps/unix/sysv/linux/setrlimit64.c (setrlimit64): Likewise.
3845         * sysdeps/unix/sysv/linux/shmat.c (shmat): Likewise.
3846         * sysdeps/unix/sysv/linux/shmdt.c (shmdt): Likewise.
3847         * sysdeps/unix/sysv/linux/shmget.c (shmget): Likewise.
3848         * sysdeps/unix/sysv/linux/sigaction.c (__libc_sigaction):
3849         Likewise.
3850         * sysdeps/unix/sysv/linux/sigpending.c (sigpending): Likewise.
3851         * sysdeps/unix/sysv/linux/sigprocmask.c (__sigprocmask): Likewise.
3852         * sysdeps/unix/sysv/linux/sigqueue.c (__sigqueue): Likewise.
3853         * sysdeps/unix/sysv/linux/sigstack.c (sigstack): Likewise.
3854         * sysdeps/unix/sysv/linux/sparc/sparc64/sigpending.c (sigpending):
3855         Likewise.
3856         * sysdeps/unix/sysv/linux/sparc/sparc64/sigprocmask.c
3857         (__sigprocmask): Likewise.
3858         * sysdeps/unix/sysv/linux/speed.c (cfgetospeed): Likewise.
3859         (cfgetispeed): Likewise.
3860         (cfsetospeed): Likewise.
3861         (cfsetispeed): Likewise.
3862         * sysdeps/unix/sysv/linux/tcflow.c (tcflow): Likewise.
3863         * sysdeps/unix/sysv/linux/tcflush.c (tcflush): Likewise.
3864         * sysdeps/unix/sysv/linux/tcgetattr.c (__tcgetattr): Likewise.
3865         * sysdeps/unix/sysv/linux/tcsetattr.c (tcsetattr): Likewise.
3866         * sysdeps/unix/sysv/linux/time.c (time): Likewise.
3867         * sysdeps/unix/sysv/linux/timer_create.c (timer_create): Likewise.
3868         * sysdeps/unix/sysv/linux/timer_delete.c (timer_delete): Likewise.
3869         * sysdeps/unix/sysv/linux/timer_getoverr.c (timer_getoverrun):
3870         Likewise.
3871         * sysdeps/unix/sysv/linux/timer_gettime.c (timer_gettime):
3872         Likewise.
3873         * sysdeps/unix/sysv/linux/x86_64/sigpending.c (sigpending):
3874         Likewise.
3875         * sysdeps/unix/sysv/linux/x86_64/sigprocmask.c (__sigprocmask):
3876         Likewise.
3877         * sysdeps/x86_64/backtrace.c (__backtrace): Likewise.
3879 2015-10-17  Florian Weimer  <fweimer@redhat.com>
3881         sunrpc: Rewrite with explicit TLS access using __thread.
3882         * sunrpc/rpc_thread.c (thread_rpc_vars): New TLS variable.
3883         (__rpc_thread_destroy, rpc_thread_multi): Access thread_rpc_vars
3884         directly.
3885         (__rpc_thread_variables): Access thread_rpc_vars directly.
3886         Eliminate redundant assignment of the tvp variable.
3888 2015-10-17  Florian Weimer  <fweimer@redhat.com>
3890         malloc: Rewrite with explicit TLS access using __thread.
3891         * sysdeps/generic/malloc-machine.h (tsd_key_t, tsd_key_create)
3892         (tsd_setspecific, tsd_getspecific): Remove.
3893         * sysdeps/mach/hurd/malloc-machine.h (tsd_key_t, tsd_key_create)
3894         (tsd_setspecific, tsd_getspecific): Likewise.
3895         * sysdeps/nptl/malloc-machine.h (tsd_key_t, tsd_key_create)
3896         (tsd_setspecific, tsd_getspecific): Likewise.
3897         * malloc/arena.c (thread_arena): New TLS variable.
3898         (arena_key): Remove variable.
3899         (arena_get): Use thread_arena.
3900         (arena_lookup): Remove macro.
3901         (malloc_atfork, free_atfork, ptmalloc_lock_all)
3902         (ptmalloc_unlock_all, ptmalloc_unlock_all2, ptmalloc_init)
3903         (_int_new_arena, get_free_list, reused_arena)
3904         (arena_thread_freeres): Use thread_arena.
3905         * manual/memory.texi (Basic Allocation): Remove arena_lookup,
3906         tsd_getspecific, tsd_setspecific from safety annotations.
3907         (Allocating Cleared Space): Remove arena_lookup from safety
3908         annotations.
3910 2015-10-17  Florian Weimer  <fweimer@redhat.com>
3912         * stdio-common/vfprintf.c (printf_positional): Rewrite to use
3913         struct scratch_buffer instead of extend_alloca.
3915 2015-10-17  Florian Weimer  <fweimer@redhat.com>
3917         * sysdeps/unix/sysv/linux/kernel-features.h
3918         (__ASSUME_SOCK_CLOEXEC): Remove.
3919         * include/sys/socket.h (__have_sock_cloexec): Remove declaration.
3920         (__have_paccept): Remove unused macro.
3921         * include/unistd.h (__have_sock_cloexec): Remove declaration.
3922         * misc/syslog.c (openlog_internal): Remove fallback code for
3923         !__ASSUME_SOCK_CLOEXEC.
3924         * nis/ypclnt.c (yp_bind_client_create): Remove fallback code for
3925         missing SOCK_CLOEXEC.
3926         * nscd/connections.c (have_sock_cloexec): Remove definition.
3927         (nscd_init): Remove fallback code for !__ASSUME_SOCK_CLOEXEC.
3928         * nscd/nscd_helper.c (open_socket): Remove fallback code for
3929         !__ASSUME_SOCK_CLOEXEC.
3930         * resolv/res_send.c (__have_o_nonblock): Remove definition.
3931         (reopen): Remove fallback code for !__ASSUME_SOCK_CLOEXEC.
3932         * socket/have_sock_cloexec.c (__have_sock_cloexec): Remove
3933         definition.
3934         * sunrpc/clnt_udp.c (__libc_clntudp_bufcreate): Remove fallback
3935         code for !__ASSUME_SOCK_CLOEXEC.
3937 2015-10-17  Florian Weimer  <fweimer@redhat.com>
3939         [BZ #18982]
3940         * manual/stdio.texi (Variable Arguments Output): Add portability
3941         note, explaining that vfprintf clobbers the va_list pointer.
3943 2015-10-16  Joseph Myers  <joseph@codesourcery.com>
3945         * math/libm-test.inc (fabs_test_data): Add more tests.
3946         (fdim_test_data): Likewise.
3947         (fma_test_data): Likewise.
3948         (fmax_test_data): Likewise.
3949         (fmin_test_data): Likewise.
3950         (fmod_test_data): Likewise.
3952 2015-10-16  Steve Ellcey  <sellcey@imgtec.com>
3954         * sysdeps/mips/memcpy.S (memcpy):  Add word copies for small aligned
3955         data.
3957 2015-10-16  Joseph Myers  <joseph@codesourcery.com>
3959         * math/libm-test.inc (ceil_test_data): Add more tests and more
3960         expectations for "inexact".
3961         (floor_test_data): Add more tests.
3962         (round_test_data): Likewise.
3963         (trunc_test_data): Likewise.
3965         * crypt/cert.c (good_bye): Convert to prototype-style function
3966         definition.
3967         (get8): Likewise.
3968         (put8): Likewise.
3969         * crypt/crypt-entry.c (crypt): Likewise.
3970         (__fcrypt): Likewise.
3971         * crypt/crypt_util.c (_ufc_prbits): Likewise.
3972         (_ufc_set_bits): Likewise.
3973         (_ufc_clearmem): Likewise.
3974         (__init_des_r): Likewise.
3975         (shuffle_sb): Likewise.
3976         (shuffle_sb): Likewise.
3977         (_ufc_setup_salt_r): Likewise.
3978         (_ufc_mk_keytab_r): Likewise.
3979         (_ufc_dofinalperm_r): Likewise.
3980         (encrypt): Likewise.
3981         (__setkey_r): Likewise.
3982         (setkey): Likewise.
3983         * crypt/md5.c (md5_init_ctx): Likewise.
3984         (md5_read_ctx): Likewise.
3985         (md5_finish_ctx): Likewise.
3986         (md5_stream): Likewise.
3987         (md5_buffer): Likewise.
3988         (md5_process_bytes): Likewise.
3989         * crypt/sha256.c (__sha256_init_ctx): Likewise.
3990         (__sha256_finish_ctx): Likewise.
3991         (__sha256_process_bytes): Likewise.
3992         * crypt/sha512.c (__sha512_init_ctx): Likewise.
3993         (__sha512_finish_ctx): Likewise.
3994         (__sha512_process_bytes): Likewise.
3995         * ctype/isctype.c (__isctype): Likewise.
3996         * debug/backtrace.c (__backtrace): Likewise.
3997         * debug/backtracesymsfd.c (__backtrace_symbols_fd): Likewise.
3998         * debug/fgets_chk.c (__fgets_chk): Likewise.
3999         * debug/fgets_u_chk.c (__fgets_unlocked_chk): Likewise.
4000         * debug/memcpy_chk.c (__memcpy_chk): Likewise.
4001         * debug/memmove_chk.c (MEMMOVE_CHK): Likewise.
4002         * debug/mempcpy_chk.c (__mempcpy_chk): Likewise.
4003         * debug/memset_chk.c (__memset_chk): Likewise.
4004         * debug/strcat_chk.c (__strcat_chk): Likewise.
4005         * debug/strncat_chk.c (__strncat_chk): Likewise.
4006         * debug/strncpy_chk.c (__strncpy_chk): Likewise.
4007         * debug/vsprintf_chk.c (_IO_str_chk_overflow): Likewise.
4008         * dirent/dirfd.c (dirfd): Likewise.
4009         * dirent/getdents.c (__getdirentries): Likewise.
4010         * dirent/getdents64.c (getdirentries64): Likewise.
4011         * dirent/rewinddir.c (__rewinddir): Likewise.
4012         * dirent/seekdir.c (seekdir): Likewise.
4013         * dirent/telldir.c (telldir): Likewise.
4014         * elf/sln.c (makesymlinks): Likewise.
4015         (makesymlink): Likewise.
4016         * gmon/gmon.c (__moncontrol): Likewise.
4017         (__monstartup): Likewise.
4018         (write_hist): Likewise.
4019         (write_call_graph): Likewise.
4020         (write_bb_counts): Likewise.
4021         * grp/setgroups.c (setgroups): Likewise.
4022         * inet/inet_lnaof.c (inet_lnaof): Likewise.
4023         * inet/inet_net.c (inet_network): Likewise.
4024         * inet/inet_netof.c (inet_netof): Likewise.
4025         * inet/rcmd.c (rresvport_af): Likewise.
4026         (rresvport): Likewise.
4027         * io/access.c (__access): Likewise.
4028         * io/chdir.c (__chdir): Likewise.
4029         * io/chmod.c (__chmod): Likewise.
4030         * io/chown.c (__chown): Likewise.
4031         * io/close.c (__close): Likewise.
4032         * io/creat.c (creat): Likewise.
4033         * io/creat64.c (creat64): Likewise.
4034         * io/dup.c (__dup): Likewise.
4035         * io/dup2.c (__dup2): Likewise.
4036         * io/dup3.c (__dup3): Likewise.
4037         * io/euidaccess.c (__euidaccess): Likewise.
4038         * io/faccessat.c (faccessat): Likewise.
4039         * io/fchmod.c (__fchmod): Likewise.
4040         * io/fchmodat.c (fchmodat): Likewise.
4041         * io/fchown.c (__fchown): Likewise.
4042         * io/fchownat.c (fchownat): Likewise.
4043         * io/fcntl.c (__fcntl): Likewise.
4044         * io/flock.c (__flock): Likewise.
4045         * io/fts.c (fts_load): Likewise.
4046         (fts_close): Likewise.
4047         (fts_read): Likewise.
4048         (fts_set): Likewise.
4049         (fts_children): Likewise.
4050         (fts_build): Likewise.
4051         (fts_stat): Likewise.
4052         (fts_sort): Likewise.
4053         (fts_alloc): Likewise.
4054         (fts_lfree): Likewise.
4055         (fts_palloc): Likewise.
4056         (fts_padjust): Likewise.
4057         (fts_maxarglen): Likewise.
4058         (fts_safe_changedir): Likewise.
4059         * io/getwd.c (getwd): Likewise.
4060         * io/isatty.c (__isatty): Likewise.
4061         * io/lchown.c (__lchown): Likewise.
4062         * io/link.c (__link): Likewise.
4063         * io/linkat.c (linkat): Likewise.
4064         * io/lseek.c (__libc_lseek): Likewise.
4065         * io/mkdir.c (__mkdir): Likewise.
4066         * io/mkdirat.c (mkdirat): Likewise.
4067         * io/mkfifo.c (mkfifo): Likewise.
4068         * io/mkfifoat.c (mkfifoat): Likewise.
4069         * io/open.c (__libc_open): Likewise.
4070         * io/open64.c (__libc_open64): Likewise.
4071         * io/readlink.c (__readlink): Likewise.
4072         * io/readlinkat.c (readlinkat): Likewise.
4073         * io/rmdir.c (__rmdir): Likewise.
4074         * io/symlink.c (__symlink): Likewise.
4075         * io/symlinkat.c (symlinkat): Likewise.
4076         * io/ttyname.c (ttyname): Likewise.
4077         * io/ttyname_r.c (__ttyname_r): Likewise.
4078         * io/umask.c (__umask): Likewise.
4079         * io/unlink.c (__unlink): Likewise.
4080         * io/unlinkat.c (unlinkat): Likewise.
4081         * io/utime.c (utime): Likewise.
4082         * libio/clearerr.c (clearerr): Likewise.
4083         * libio/clearerr_u.c (clearerr_unlocked): Likewise.
4084         * libio/feof.c (_IO_feof): Likewise.
4085         * libio/feof_u.c (feof_unlocked): Likewise.
4086         * libio/ferror.c (_IO_ferror): Likewise.
4087         * libio/ferror_u.c (ferror_unlocked): Likewise.
4088         * libio/filedoalloc.c (_IO_file_doallocate): Likewise.
4089         * libio/fileno.c (__fileno): Likewise.
4090         * libio/fputc.c (fputc): Likewise.
4091         * libio/fputc_u.c (fputc_unlocked): Likewise.
4092         * libio/fputwc.c (fputwc): Likewise.
4093         * libio/fputwc_u.c (fputwc_unlocked): Likewise.
4094         * libio/freopen.c (freopen): Likewise.
4095         * libio/freopen64.c (freopen64): Likewise.
4096         * libio/fseek.c (fseek): Likewise.
4097         * libio/fseeko.c (fseeko): Likewise.
4098         * libio/fseeko64.c (fseeko64): Likewise.
4099         * libio/ftello.c (__ftello): Likewise.
4100         * libio/ftello64.c (ftello64): Likewise.
4101         * libio/fwide.c (fwide): Likewise.
4102         * libio/genops.c (_IO_un_link): Likewise.
4103         (_IO_link_in): Likewise.
4104         (_IO_least_marker): Likewise.
4105         (_IO_switch_to_main_get_area): Likewise.
4106         (_IO_switch_to_backup_area): Likewise.
4107         (_IO_switch_to_get_mode): Likewise.
4108         (_IO_free_backup_area): Likewise.
4109         (_IO_switch_to_put_mode): Likewise.
4110         (__overflow): Likewise.
4111         (__underflow): Likewise.
4112         (__uflow): Likewise.
4113         (_IO_setb): Likewise.
4114         (_IO_doallocbuf): Likewise.
4115         (_IO_default_underflow): Likewise.
4116         (_IO_default_uflow): Likewise.
4117         (_IO_default_xsputn): Likewise.
4118         (_IO_sgetn): Likewise.
4119         (_IO_default_xsgetn): Likewise.
4120         (_IO_sync): Likewise.
4121         (_IO_default_setbuf): Likewise.
4122         (_IO_default_seekpos): Likewise.
4123         (_IO_default_doallocate): Likewise.
4124         (_IO_init): Likewise.
4125         (_IO_old_init): Likewise.
4126         (_IO_default_sync): Likewise.
4127         (_IO_default_finish): Likewise.
4128         (_IO_default_seekoff): Likewise.
4129         (_IO_sputbackc): Likewise.
4130         (_IO_sungetc): Likewise.
4131         (_IO_set_column): Likewise.
4132         (_IO_set_column): Likewise.
4133         (_IO_adjust_column): Likewise.
4134         (_IO_get_column): Likewise.
4135         (_IO_init_marker): Likewise.
4136         (_IO_remove_marker): Likewise.
4137         (_IO_marker_difference): Likewise.
4138         (_IO_marker_delta): Likewise.
4139         (_IO_seekmark): Likewise.
4140         (_IO_unsave_markers): Likewise.
4141         (_IO_nobackup_pbackfail): Likewise.
4142         (_IO_default_pbackfail): Likewise.
4143         (_IO_default_seek): Likewise.
4144         (_IO_default_stat): Likewise.
4145         (_IO_default_read): Likewise.
4146         (_IO_default_write): Likewise.
4147         (_IO_default_showmanyc): Likewise.
4148         (_IO_default_imbue): Likewise.
4149         (_IO_iter_next): Likewise.
4150         (_IO_iter_file): Likewise.
4151         * libio/getc.c (_IO_getc): Likewise.
4152         * libio/getwc.c (_IO_getwc): Likewise.
4153         * libio/iofclose.c (_IO_new_fclose): Likewise.
4154         * libio/iofdopen.c (_IO_new_fdopen): Likewise.
4155         * libio/iofflush.c (_IO_fflush): Likewise.
4156         * libio/iofflush_u.c (__fflush_unlocked): Likewise.
4157         * libio/iofgetpos.c (_IO_new_fgetpos): Likewise.
4158         * libio/iofgetpos64.c (_IO_new_fgetpos64): Likewise.
4159         * libio/iofgets.c (_IO_fgets): Likewise.
4160         * libio/iofgets_u.c (__fgets_unlocked): Likewise.
4161         * libio/iofgetws.c (fgetws): Likewise.
4162         * libio/iofgetws_u.c (fgetws_unlocked): Likewise.
4163         * libio/iofopen64.c (_IO_fopen64): Likewise.
4164         * libio/iofopncook.c (_IO_cookie_read): Likewise.
4165         (_IO_cookie_write): Likewise.
4166         (_IO_cookie_seek): Likewise.
4167         (_IO_cookie_close): Likewise.
4168         (_IO_cookie_seekoff): Likewise.
4169         (_IO_old_cookie_seek): Likewise.
4170         * libio/iofputs.c (_IO_fputs): Likewise.
4171         * libio/iofputs_u.c (__fputs_unlocked): Likewise.
4172         * libio/iofputws.c (fputws): Likewise.
4173         * libio/iofputws_u.c (fputws_unlocked): Likewise.
4174         * libio/iofread.c (_IO_fread): Likewise.
4175         * libio/iofread_u.c (__fread_unlocked): Likewise.
4176         * libio/iofsetpos.c (_IO_new_fsetpos): Likewise.
4177         * libio/iofsetpos64.c (_IO_new_fsetpos64): Likewise.
4178         * libio/ioftell.c (_IO_ftell): Likewise.
4179         * libio/iofwrite.c (_IO_fwrite): Likewise.
4180         * libio/iogetdelim.c (_IO_getdelim): Likewise.
4181         * libio/iogets.c (_IO_gets): Likewise.
4182         * libio/iopadn.c (_IO_padn): Likewise.
4183         * libio/iopopen.c (_IO_new_proc_open): Likewise.
4184         (_IO_new_popen): Likewise.
4185         (_IO_new_proc_close): Likewise.
4186         * libio/ioputs.c (_IO_puts): Likewise.
4187         * libio/ioseekoff.c (_IO_seekoff_unlocked): Likewise.
4188         (_IO_seekoff): Likewise.
4189         * libio/ioseekpos.c (_IO_seekpos_unlocked): Likewise.
4190         (_IO_seekpos): Likewise.
4191         * libio/iosetbuffer.c (_IO_setbuffer): Likewise.
4192         * libio/iosetvbuf.c (_IO_setvbuf): Likewise.
4193         * libio/ioungetc.c (_IO_ungetc): Likewise.
4194         * libio/ioungetwc.c (ungetwc): Likewise.
4195         * libio/iovdprintf.c (_IO_vdprintf): Likewise.
4196         * libio/iovsscanf.c (_IO_vsscanf): Likewise.
4197         * libio/iowpadn.c (_IO_wpadn): Likewise.
4198         * libio/libc_fatal.c (__libc_fatal): Likewise.
4199         * libio/memstream.c (__open_memstream): Likewise.
4200         (_IO_mem_sync): Likewise.
4201         (_IO_mem_finish): Likewise.
4202         * libio/oldfileops.c (_IO_old_file_init): Likewise.
4203         (_IO_old_file_close_it): Likewise.
4204         (_IO_old_file_finish): Likewise.
4205         (_IO_old_file_fopen): Likewise.
4206         (_IO_old_file_attach): Likewise.
4207         (_IO_old_file_setbuf): Likewise.
4208         (_IO_old_do_write): Likewise.
4209         (old_do_write): Likewise.
4210         (_IO_old_file_underflow): Likewise.
4211         (_IO_old_file_overflow): Likewise.
4212         (_IO_old_file_sync): Likewise.
4213         (_IO_old_file_seekoff): Likewise.
4214         (_IO_old_file_write): Likewise.
4215         (_IO_old_file_xsputn): Likewise.
4216         * libio/oldiofclose.c (_IO_old_fclose): Likewise.
4217         * libio/oldiofdopen.c (_IO_old_fdopen): Likewise.
4218         * libio/oldiofgetpos.c (_IO_old_fgetpos): Likewise.
4219         * libio/oldiofgetpos64.c (_IO_old_fgetpos64): Likewise.
4220         * libio/oldiofopen.c (_IO_old_fopen): Likewise.
4221         * libio/oldiofsetpos.c (_IO_old_fsetpos): Likewise.
4222         * libio/oldiofsetpos64.c (_IO_old_fsetpos64): Likewise.
4223         * libio/oldiopopen.c (_IO_old_proc_open): Likewise.
4224         (_IO_old_popen): Likewise.
4225         (_IO_old_proc_close): Likewise.
4226         * libio/oldpclose.c (__old_pclose): Likewise.
4227         * libio/pclose.c (__new_pclose): Likewise.
4228         * libio/peekc.c (_IO_peekc_locked): Likewise.
4229         * libio/putc.c (_IO_putc): Likewise.
4230         * libio/putc_u.c (putc_unlocked): Likewise.
4231         * libio/putchar.c (putchar): Likewise.
4232         * libio/putchar_u.c (putchar_unlocked): Likewise.
4233         * libio/putwc.c (putwc): Likewise.
4234         * libio/putwc_u.c (putwc_unlocked): Likewise.
4235         * libio/putwchar.c (putwchar): Likewise.
4236         * libio/putwchar_u.c (putwchar_unlocked): Likewise.
4237         * libio/rewind.c (rewind): Likewise.
4238         * libio/setbuf.c (setbuf): Likewise.
4239         * libio/setlinebuf.c (setlinebuf): Likewise.
4240         * libio/vasprintf.c (_IO_vasprintf): Likewise.
4241         * libio/vscanf.c (_IO_vscanf): Likewise.
4242         * libio/vsnprintf.c (_IO_strn_overflow): Likewise.
4243         * libio/vswprintf.c (_IO_wstrn_overflow): Likewise.
4244         * libio/wfiledoalloc.c (_IO_wfile_doallocate): Likewise.
4245         * libio/wgenops.c (_IO_least_wmarker): Likewise.
4246         (_IO_switch_to_main_wget_area): Likewise.
4247         (_IO_switch_to_wbackup_area): Likewise.
4248         (_IO_wsetb): Likewise.
4249         (_IO_wdefault_pbackfail): Likewise.
4250         (_IO_wdefault_finish): Likewise.
4251         (_IO_wdefault_uflow): Likewise.
4252         (__woverflow): Likewise.
4253         (__wuflow): Likewise.
4254         (__wunderflow): Likewise.
4255         (_IO_wdefault_xsputn): Likewise.
4256         (_IO_wdefault_xsgetn): Likewise.
4257         (_IO_wdoallocbuf): Likewise.
4258         (_IO_wdefault_doallocate): Likewise.
4259         (_IO_switch_to_wget_mode): Likewise.
4260         (_IO_free_wbackup_area): Likewise.
4261         (_IO_switch_to_wput_mode): Likewise.
4262         (_IO_sputbackwc): Likewise.
4263         (_IO_sungetwc): Likewise.
4264         (_IO_adjust_wcolumn): Likewise.
4265         (_IO_init_wmarker): Likewise.
4266         (_IO_wmarker_delta): Likewise.
4267         (_IO_seekwmark): Likewise.
4268         (_IO_unsave_wmarkers): Likewise.
4269         * libio/wmemstream.c (open_wmemstream): Likewise.
4270         (_IO_wmem_sync): Likewise.
4271         (_IO_wmem_finish): Likewise.
4272         * locale/nl_langinfo.c (nl_langinfo): Likewise.
4273         * locale/nl_langinfo_l.c (__nl_langinfo_l): Likewise.
4274         * locale/programs/simple-hash.c (init_hash): Likewise.
4275         (delete_hash): Likewise.
4276         (insert_entry): Likewise.
4277         (set_entry): Likewise.
4278         (next_prime): Likewise.
4279         (is_prime): Likewise.
4280         * locale/programs/xmalloc.c (fixup_null_alloc): Likewise.
4281         (xmalloc): Likewise.
4282         (xrealloc): Likewise.
4283         * locale/programs/xstrdup.c (xstrdup): Likewise.
4284         * localedata/collate-test.c (xstrcoll): Likewise.
4285         * localedata/xfrm-test.c (xstrcmp): Likewise.
4286         * login/getlogin_r.c (__getlogin_r): Likewise.
4287         * login/getpt.c (__posix_openpt): Likewise.
4288         * login/login_tty.c (login_tty): Likewise.
4289         * login/setlogin.c (setlogin): Likewise.
4290         * mach/msg-destroy.c (__mach_msg_destroy): Likewise.
4291         (mach_msg_destroy_port): Likewise.
4292         (mach_msg_destroy_memory): Likewise.
4293         * malloc/mcheck.c (flood): Likewise.
4294         * misc/acct.c (acct): Likewise.
4295         * misc/brk.c (__brk): Likewise.
4296         * misc/chflags.c (chflags): Likewise.
4297         * misc/chroot.c (chroot): Likewise.
4298         * misc/fchflags.c (fchflags): Likewise.
4299         * misc/fstab.c (getfsspec): Likewise.
4300         (getfsfile): Likewise.
4301         * misc/fsync.c (fsync): Likewise.
4302         * misc/ftruncate.c (__ftruncate): Likewise.
4303         * misc/ftruncate64.c (__ftruncate64): Likewise.
4304         * misc/getdomain.c (getdomainname): Likewise.
4305         (getdomainname): Likewise.
4306         * misc/gethostname.c (__gethostname): Likewise.
4307         * misc/getpass.c (getpass): Likewise.
4308         * misc/getttyent.c (skip): Likewise.
4309         (value): Likewise.
4310         * misc/gtty.c (gtty): Likewise.
4311         * misc/hsearch.c (hsearch): Likewise.
4312         (hcreate): Likewise.
4313         * misc/hsearch_r.c (__hcreate_r): Likewise.
4314         (__hdestroy_r): Likewise.
4315         * misc/ioctl.c (__ioctl): Likewise.
4316         * misc/mkdtemp.c (mkdtemp): Likewise.
4317         * misc/mkostemp.c (mkostemp): Likewise.
4318         * misc/mkostemp64.c (mkostemp64): Likewise.
4319         * misc/mkostemps.c (mkostemps): Likewise.
4320         * misc/mkostemps64.c (mkostemps64): Likewise.
4321         * misc/mkstemp.c (mkstemp): Likewise.
4322         * misc/mkstemp64.c (mkstemp64): Likewise.
4323         * misc/mkstemps.c (mkstemps): Likewise.
4324         * misc/mkstemps64.c (mkstemps64): Likewise.
4325         * misc/mktemp.c (__mktemp): Likewise.
4326         * misc/preadv.c (preadv): Likewise.
4327         * misc/preadv64.c (preadv64): Likewise.
4328         * misc/pwritev.c (pwritev): Likewise.
4329         * misc/pwritev64.c (pwritev64): Likewise.
4330         * misc/readv.c (__readv): Likewise.
4331         * misc/revoke.c (revoke): Likewise.
4332         * misc/setdomain.c (setdomainname): Likewise.
4333         * misc/setegid.c (setegid): Likewise.
4334         * misc/seteuid.c (seteuid): Likewise.
4335         * misc/sethostid.c (sethostid): Likewise.
4336         * misc/sethostname.c (sethostname): Likewise.
4337         * misc/setregid.c (__setregid): Likewise.
4338         * misc/setreuid.c (__setreuid): Likewise.
4339         * misc/sstk.c (sstk): Likewise.
4340         * misc/stty.c (stty): Likewise.
4341         * misc/syscall.c (syscall): Likewise.
4342         * misc/syslog.c (setlogmask): Likewise.
4343         * misc/truncate.c (__truncate): Likewise.
4344         * misc/truncate64.c (truncate64): Likewise.
4345         * misc/ualarm.c (ualarm): Likewise.
4346         * misc/usleep.c (usleep): Likewise.
4347         * misc/ustat.c (ustat): Likewise.
4348         * misc/writev.c (__writev): Likewise.
4349         * nptl/cleanup_compat.c (_pthread_cleanup_pop): Likewise.
4350         * nptl/old_pthread_cond_broadcast.c
4351         (__pthread_cond_broadcast_2_0): Likewise.
4352         * nptl/old_pthread_cond_destroy.c (__pthread_cond_destroy_2_0):
4353         Likewise.
4354         * nptl/old_pthread_cond_signal.c (__pthread_cond_signal_2_0):
4355         Likewise.
4356         * nptl/old_pthread_cond_wait.c (__pthread_cond_wait_2_0):
4357         Likewise.
4358         * nptl/pt-raise.c (raise): Likewise.
4359         * nptl/pthread_barrier_destroy.c (pthread_barrier_destroy):
4360         Likewise.
4361         * nptl/pthread_barrier_wait.c (__pthread_barrier_wait): Likewise.
4362         * nptl/pthread_barrierattr_destroy.c
4363         (pthread_barrierattr_destroy): Likewise.
4364         * nptl/pthread_barrierattr_init.c (pthread_barrierattr_init):
4365         Likewise.
4366         * nptl/pthread_barrierattr_setpshared.c
4367         (pthread_barrierattr_setpshared): Likewise.
4368         * nptl/pthread_cond_broadcast.c (__pthread_cond_broadcast):
4369         Likewise.
4370         * nptl/pthread_cond_destroy.c (__pthread_cond_destroy): Likewise.
4371         * nptl/pthread_cond_init.c (__pthread_cond_init): Likewise.
4372         * nptl/pthread_cond_signal.c (__pthread_cond_signal): Likewise.
4373         * nptl/pthread_condattr_destroy.c (__pthread_condattr_destroy):
4374         Likewise.
4375         * nptl/pthread_condattr_getclock.c (pthread_condattr_getclock):
4376         Likewise.
4377         * nptl/pthread_condattr_getpshared.c
4378         (pthread_condattr_getpshared): Likewise.
4379         * nptl/pthread_condattr_init.c (__pthread_condattr_init):
4380         Likewise.
4381         * nptl/pthread_condattr_setpshared.c
4382         (pthread_condattr_setpshared): Likewise.
4383         * nptl/pthread_detach.c (pthread_detach): Likewise.
4384         * nptl/pthread_equal.c (__pthread_equal): Likewise.
4385         * nptl/pthread_getcpuclockid.c (pthread_getcpuclockid): Likewise.
4386         * nptl/pthread_getspecific.c (__pthread_getspecific): Likewise.
4387         * nptl/pthread_key_delete.c (pthread_key_delete): Likewise.
4388         * nptl/pthread_mutex_consistent.c (pthread_mutex_consistent):
4389         Likewise.
4390         * nptl/pthread_mutex_destroy.c (__pthread_mutex_destroy):
4391         Likewise.
4392         * nptl/pthread_mutex_getprioceiling.c
4393         (pthread_mutex_getprioceiling): Likewise.
4394         * nptl/pthread_mutexattr_destroy.c (__pthread_mutexattr_destroy):
4395         Likewise.
4396         * nptl/pthread_mutexattr_getprotocol.c
4397         (pthread_mutexattr_getprotocol): Likewise.
4398         * nptl/pthread_mutexattr_getpshared.c
4399         (pthread_mutexattr_getpshared): Likewise.
4400         * nptl/pthread_mutexattr_getrobust.c
4401         (pthread_mutexattr_getrobust): Likewise.
4402         * nptl/pthread_mutexattr_gettype.c (pthread_mutexattr_gettype):
4403         Likewise.
4404         * nptl/pthread_mutexattr_init.c (__pthread_mutexattr_init):
4405         Likewise.
4406         * nptl/pthread_mutexattr_setprioceiling.c
4407         (pthread_mutexattr_setprioceiling): Likewise.
4408         * nptl/pthread_mutexattr_setprotocol.c
4409         (pthread_mutexattr_setprotocol): Likewise.
4410         * nptl/pthread_mutexattr_setpshared.c
4411         (pthread_mutexattr_setpshared): Likewise.
4412         * nptl/pthread_mutexattr_setrobust.c
4413         (pthread_mutexattr_setrobust): Likewise.
4414         * nptl/pthread_mutexattr_settype.c (__pthread_mutexattr_settype):
4415         Likewise.
4416         * nptl/pthread_rwlock_destroy.c (__pthread_rwlock_destroy):
4417         Likewise.
4418         * nptl/pthread_rwlockattr_destroy.c (pthread_rwlockattr_destroy):
4419         Likewise.
4420         * nptl/pthread_rwlockattr_getkind_np.c
4421         (pthread_rwlockattr_getkind_np): Likewise.
4422         * nptl/pthread_rwlockattr_getpshared.c
4423         (pthread_rwlockattr_getpshared): Likewise.
4424         * nptl/pthread_rwlockattr_init.c (pthread_rwlockattr_init):
4425         Likewise.
4426         * nptl/pthread_rwlockattr_setkind_np.c
4427         (pthread_rwlockattr_setkind_np): Likewise.
4428         * nptl/pthread_rwlockattr_setpshared.c
4429         (pthread_rwlockattr_setpshared): Likewise.
4430         * nptl/pthread_setcancelstate.c (__pthread_setcancelstate):
4431         Likewise.
4432         * nptl/pthread_setcanceltype.c (__pthread_setcanceltype):
4433         Likewise.
4434         * nptl/pthread_setconcurrency.c (pthread_setconcurrency):
4435         Likewise.
4436         * nptl/pthread_setschedprio.c (pthread_setschedprio): Likewise.
4437         * nptl/pthread_setspecific.c (__pthread_setspecific): Likewise.
4438         * nptl/pthread_spin_destroy.c (pthread_spin_destroy): Likewise.
4439         * nptl/pthread_tryjoin.c (pthread_tryjoin_np): Likewise.
4440         * nptl/sem_close.c (sem_close): Likewise.
4441         * nptl/sem_destroy.c (__new_sem_destroy): Likewise.
4442         * nptl/sem_init.c (__old_sem_init): Likewise.
4443         * nptl/sigaction.c (__sigaction): Likewise.
4444         * nptl/unregister-atfork.c (__unregister_atfork): Likewise.
4445         * posix/_exit.c (_exit): Likewise.
4446         * posix/alarm.c (alarm): Likewise.
4447         * posix/confstr.c (confstr): Likewise.
4448         * posix/fpathconf.c (__fpathconf): Likewise.
4449         * posix/getgroups.c (__getgroups): Likewise.
4450         * posix/getpgid.c (__getpgid): Likewise.
4451         * posix/group_member.c (__group_member): Likewise.
4452         * posix/pathconf.c (__pathconf): Likewise.
4453         * posix/sched_getaffinity.c (sched_getaffinity): Likewise.
4454         * posix/sched_setaffinity.c (sched_setaffinity): Likewise.
4455         * posix/setgid.c (__setgid): Likewise.
4456         * posix/setpgid.c (__setpgid): Likewise.
4457         * posix/setuid.c (__setuid): Likewise.
4458         * posix/sleep.c (__sleep): Likewise.
4459         * posix/sysconf.c (__sysconf): Likewise.
4460         * posix/times.c (__times): Likewise.
4461         * posix/uname.c (__uname): Likewise.
4462         * posix/waitid.c (__waitid): Likewise.
4463         * pwd/getpw.c (__getpw): Likewise.
4464         * resolv/base64.c (b64_pton): Likewise.
4465         * resolv/gai_sigqueue.c (__gai_sigqueue): Likewise.
4466         * resolv/gethnamaddr.c (Dprintf): Likewise.
4467         (gethostbyname): Likewise.
4468         (gethostbyname2): Likewise.
4469         (gethostbyaddr): Likewise.
4470         (_sethtent): Likewise.
4471         (_gethtbyname): Likewise.
4472         (_gethtbyname2): Likewise.
4473         (_gethtbyaddr): Likewise.
4474         (map_v4v6_address): Likewise.
4475         (map_v4v6_hostent): Likewise.
4476         (addrsort): Likewise.
4477         (ht_sethostent): Likewise.
4478         (ht_gethostbyname): Likewise.
4479         (ht_gethostbyaddr): Likewise.
4480         * resolv/inet_net_ntop.c (inet_net_ntop): Likewise.
4481         (inet_net_ntop_ipv4): Likewise.
4482         * resolv/inet_neta.c (inet_neta): Likewise.
4483         * resolv/inet_ntop.c (inet_ntop): Likewise.
4484         (inet_ntop4): Likewise.
4485         (inet_ntop6): Likewise.
4486         * resolv/inet_pton.c (__inet_pton): Likewise.
4487         (inet_pton4): Likewise.
4488         (inet_pton6): Likewise.
4489         * resolv/res_debug.c (loc_aton): Likewise.
4490         (loc_ntoa): Likewise.
4491         * resource/getpriority.c (__getpriority): Likewise.
4492         * resource/getrusage.c (__getrusage): Likewise.
4493         * resource/nice.c (nice): Likewise.
4494         * resource/setpriority.c (__setpriority): Likewise.
4495         * resource/setrlimit64.c (setrlimit64): Likewise.
4496         * resource/vlimit.c (vlimit): Likewise.
4497         * resource/vtimes.c (vtimes): Likewise.
4498         * rt/aio_error.c (aio_error): Likewise.
4499         * rt/aio_return.c (aio_return): Likewise.
4500         * rt/aio_sigqueue.c (__aio_sigqueue): Likewise.
4501         * signal/kill.c (__kill): Likewise.
4502         * signal/killpg.c (killpg): Likewise.
4503         * signal/raise.c (raise): Likewise.
4504         * signal/sigaction.c (__sigaction): Likewise.
4505         * signal/sigaddset.c (sigaddset): Likewise.
4506         * signal/sigaltstack.c (sigaltstack): Likewise.
4507         * signal/sigandset.c (sigandset): Likewise.
4508         * signal/sigblock.c (__sigblock): Likewise.
4509         * signal/sigdelset.c (sigdelset): Likewise.
4510         * signal/sigempty.c (sigemptyset): Likewise.
4511         * signal/sigfillset.c (sigfillset): Likewise.
4512         * signal/sighold.c (sighold): Likewise.
4513         * signal/sigignore.c (sigignore): Likewise.
4514         * signal/sigintr.c (siginterrupt): Likewise.
4515         * signal/sigisempty.c (sigisemptyset): Likewise.
4516         * signal/sigismem.c (sigismember): Likewise.
4517         * signal/signal.c (signal): Likewise.
4518         * signal/sigorset.c (sigorset): Likewise.
4519         * signal/sigpause.c (__sigpause): Likewise.
4520         * signal/sigpending.c (sigpending): Likewise.
4521         * signal/sigprocmask.c (__sigprocmask): Likewise.
4522         * signal/sigrelse.c (sigrelse): Likewise.
4523         * signal/sigreturn.c (__sigreturn): Likewise.
4524         * signal/sigset.c (sigset): Likewise.
4525         * signal/sigsetmask.c (__sigsetmask): Likewise.
4526         * signal/sigstack.c (sigstack): Likewise.
4527         * signal/sigsuspend.c (__sigsuspend): Likewise.
4528         * signal/sigvec.c (sigvec_wrapper_handler): Likewise.
4529         * signal/sysv_signal.c (__sysv_signal): Likewise.
4530         * socket/accept.c (accept): Likewise.
4531         * socket/accept4.c (__libc_accept4): Likewise.
4532         * socket/bind.c (__bind): Likewise.
4533         * socket/connect.c (__connect): Likewise.
4534         * socket/getpeername.c (getpeername): Likewise.
4535         * socket/getsockname.c (__getsockname): Likewise.
4536         * socket/getsockopt.c (getsockopt): Likewise.
4537         * socket/listen.c (__listen): Likewise.
4538         * socket/recv.c (__recv): Likewise.
4539         * socket/recvmsg.c (__recvmsg): Likewise.
4540         * socket/send.c (__send): Likewise.
4541         * socket/sendmsg.c (__sendmsg): Likewise.
4542         * socket/shutdown.c (shutdown): Likewise.
4543         * socket/sockatmark.c (sockatmark): Likewise.
4544         * socket/socket.c (__socket): Likewise.
4545         * stdio-common/ctermid.c (ctermid): Likewise.
4546         * stdio-common/cuserid.c (cuserid): Likewise.
4547         * stdio-common/printf-prs.c (parse_printf_format): Likewise.
4548         * stdio-common/remove.c (remove): Likewise.
4549         * stdio-common/rename.c (rename): Likewise.
4550         * stdio-common/renameat.c (renameat): Likewise.
4551         * stdio-common/tempname.c (__gen_tempname): Likewise.
4552         * stdio-common/xbug.c (InitBuffer): Likewise.
4553         (AppendToBuffer): Likewise.
4554         (ReadFile): Likewise.
4555         * stdlib/a64l.c (a64l): Likewise.
4556         * stdlib/drand48_r.c (drand48_r): Likewise.
4557         * stdlib/getcontext.c (getcontext): Likewise.
4558         * stdlib/getenv.c (getenv): Likewise.
4559         * stdlib/l64a.c (l64a): Likewise.
4560         * stdlib/llabs.c (llabs): Likewise.
4561         * stdlib/lldiv.c (lldiv): Likewise.
4562         * stdlib/lrand48_r.c (lrand48_r): Likewise.
4563         * stdlib/mrand48_r.c (mrand48_r): Likewise.
4564         * stdlib/putenv.c (putenv): Likewise.
4565         * stdlib/random.c (__srandom): Likewise.
4566         (__initstate): Likewise.
4567         (__setstate): Likewise.
4568         * stdlib/random_r.c (__srandom_r): Likewise.
4569         (__setstate_r): Likewise.
4570         (__random_r): Likewise.
4571         * stdlib/secure-getenv.c (__libc_secure_getenv): Likewise.
4572         * stdlib/setcontext.c (setcontext): Likewise.
4573         * stdlib/setenv.c (setenv): Likewise.
4574         (unsetenv): Likewise.
4575         * stdlib/srand48.c (srand48): Likewise.
4576         * stdlib/srand48_r.c (__srand48_r): Likewise.
4577         * stdlib/swapcontext.c (swapcontext): Likewise.
4578         * stdlib/system.c (__libc_system): Likewise.
4579         * stdlib/tst-strtod.c (expand): Likewise.
4580         * stdlib/tst-strtol.c (expand): Likewise.
4581         * stdlib/tst-strtoll.c (expand): Likewise.
4582         * streams/fattach.c (fattach): Likewise.
4583         * streams/fdetach.c (fdetach): Likewise.
4584         * streams/getmsg.c (getmsg): Likewise.
4585         * streams/isastream.c (isastream): Likewise.
4586         * string/ffs.c (__ffs): Likewise.
4587         * string/ffsll.c (ffsll): Likewise.
4588         * string/memcmp.c (memcmp_common_alignment): Likewise.
4589         (memcmp_not_common_alignment): Likewise.
4590         (MEMCMP): Likewise.
4591         * string/memcpy.c (memcpy): Likewise.
4592         * string/memmove.c (MEMMOVE): Likewise.
4593         * string/memset.c (memset): Likewise.
4594         * string/rawmemchr.c (RAWMEMCHR): Likewise.
4595         * string/strchrnul.c (STRCHRNUL): Likewise.
4596         * string/strerror.c (strerror): Likewise.
4597         * string/strndup.c (__strndup): Likewise.
4598         * string/strverscmp.c (__strverscmp): Likewise.
4599         * sunrpc/clnt_raw.c (clntraw_freeres): Likewise.
4600         * sunrpc/clnt_tcp.c (clnttcp_geterr): Likewise.
4601         (clnttcp_freeres): Likewise.
4602         * sunrpc/clnt_unix.c (clntunix_freeres): Likewise.
4603         * sunrpc/pmap_prot.c (xdr_pmap): Likewise.
4604         * sunrpc/pmap_prot2.c (xdr_pmaplist): Likewise.
4605         * sunrpc/pmap_rmt.c (xdr_rmtcallres): Likewise.
4606         * sunrpc/rpc_prot.c (xdr_replymsg): Likewise.
4607         (xdr_callhdr): Likewise.
4608         * sunrpc/rpcinfo.c (udpping): Likewise.
4609         (tcpping): Likewise.
4610         (pstatus): Likewise.
4611         (pmapdump): Likewise.
4612         (brdcst): Likewise.
4613         (deletereg): Likewise.
4614         (getprognum): Likewise.
4615         (getvers): Likewise.
4616         (get_inet_address): Likewise.
4617         * sunrpc/svc_raw.c (svcraw_recv): Likewise.
4618         * sunrpc/svc_udp.c (svcudp_create): Likewise.
4619         (svcudp_stat): Likewise.
4620         (svcudp_recv): Likewise.
4621         (svcudp_reply): Likewise.
4622         (svcudp_getargs): Likewise.
4623         (svcudp_freeargs): Likewise.
4624         (svcudp_destroy): Likewise.
4625         * sunrpc/xdr.c (xdr_bytes): Likewise.
4626         (xdr_netobj): Likewise.
4627         (xdr_string): Likewise.
4628         (xdr_wrapstring): Likewise.
4629         * sunrpc/xdr_float.c (xdr_float): Likewise.
4630         (xdr_double): Likewise.
4631         * sunrpc/xdr_mem.c (xdrmem_setpos): Likewise.
4632         * sunrpc/xdr_ref.c (xdr_pointer): Likewise.
4633         * sysvipc/ftok.c (ftok): Likewise.
4634         * sysvipc/msgctl.c (msgctl): Likewise.
4635         * sysvipc/msgget.c (msgget): Likewise.
4636         * sysvipc/msgrcv.c (msgrcv): Likewise.
4637         * sysvipc/msgsnd.c (msgsnd): Likewise.
4638         * sysvipc/semget.c (semget): Likewise.
4639         * sysvipc/semop.c (semop): Likewise.
4640         * sysvipc/shmat.c (shmat): Likewise.
4641         * sysvipc/shmctl.c (shmctl): Likewise.
4642         * sysvipc/shmdt.c (shmdt): Likewise.
4643         * sysvipc/shmget.c (shmget): Likewise.
4644         * termios/cfmakeraw.c (cfmakeraw): Likewise.
4645         * termios/speed.c (cfgetospeed): Likewise.
4646         (cfgetispeed): Likewise.
4647         (cfsetospeed): Likewise.
4648         (cfsetispeed): Likewise.
4649         * termios/tcflow.c (tcflow): Likewise.
4650         * termios/tcflush.c (tcflush): Likewise.
4651         * termios/tcgetattr.c (__tcgetattr): Likewise.
4652         * termios/tcgetpgrp.c (tcgetpgrp): Likewise.
4653         * termios/tcgetsid.c (tcgetsid): Likewise.
4654         * termios/tcsendbrk.c (tcsendbreak): Likewise.
4655         * termios/tcsetpgrp.c (tcsetpgrp): Likewise.
4656         * time/adjtime.c (__adjtime): Likewise.
4657         * time/dysize.c (dysize): Likewise.
4658         * time/ftime.c (ftime): Likewise.
4659         * time/getitimer.c (__getitimer): Likewise.
4660         * time/gettimeofday.c (__gettimeofday): Likewise.
4661         * time/gmtime.c (__gmtime_r): Likewise.
4662         (gmtime): Likewise.
4663         * time/localtime.c (__localtime_r): Likewise.
4664         (localtime): Likewise.
4665         * time/offtime.c (__offtime): Likewise.
4666         * time/settimeofday.c (__settimeofday): Likewise.
4667         * time/stime.c (stime): Likewise.
4668         * time/strftime_l.c (tm_diff): Likewise.
4669         (iso_week_days): Likewise.
4670         * time/strptime.c (strptime): Likewise.
4671         * time/time.c (time): Likewise.
4672         * time/timespec_get.c (timespec_get): Likewise.
4673         * time/tzset.c (tzset_internal): Likewise.
4674         (compute_change): Likewise.
4675         (__tz_compute): Likewise.
4676         * wcsmbs/btowc.c (__btowc): Likewise.
4677         * wcsmbs/mbrlen.c (__mbrlen): Likewise.
4678         * wcsmbs/mbsinit.c (__mbsinit): Likewise.
4679         * wcsmbs/mbsrtowcs.c (__mbsrtowcs): Likewise.
4680         * wcsmbs/wcpcpy.c (__wcpcpy): Likewise.
4681         * wcsmbs/wcpncpy.c (__wcpncpy): Likewise.
4682         * wcsmbs/wcscat.c (__wcscat): Likewise.
4683         * wcsmbs/wcschrnul.c (__wcschrnul): Likewise.
4684         * wcsmbs/wcscmp.c (WCSCMP): Likewise.
4685         * wcsmbs/wcscpy.c (WCSCPY): Likewise.
4686         * wcsmbs/wcscspn.c (wcscspn): Likewise.
4687         * wcsmbs/wcsdup.c (wcsdup): Likewise.
4688         * wcsmbs/wcslen.c (__wcslen): Likewise.
4689         * wcsmbs/wcsncat.c (WCSNCAT): Likewise.
4690         * wcsmbs/wcsncmp.c (WCSNCMP): Likewise.
4691         * wcsmbs/wcsncpy.c (__wcsncpy): Likewise.
4692         * wcsmbs/wcsnlen.c (__wcsnlen): Likewise.
4693         * wcsmbs/wcspbrk.c (wcspbrk): Likewise.
4694         * wcsmbs/wcsrchr.c (WCSRCHR): Likewise.
4695         * wcsmbs/wcsspn.c (wcsspn): Likewise.
4696         * wcsmbs/wcsstr.c (wcsstr): Likewise.
4697         * wcsmbs/wcstok.c (wcstok): Likewise.
4698         * wcsmbs/wctob.c (wctob): Likewise.
4699         * wcsmbs/wmemchr.c (__wmemchr): Likewise.
4700         * wcsmbs/wmemcmp.c (WMEMCMP): Likewise.
4701         * wcsmbs/wmemcpy.c (__wmemcpy): Likewise.
4702         * wcsmbs/wmemmove.c (__wmemmove): Likewise.
4703         * wcsmbs/wmempcpy.c (__wmempcpy): Likewise.
4704         * wcsmbs/wmemset.c (__wmemset): Likewise.
4705         * wctype/wcfuncs.c (__towlower): Likewise.
4706         (__towupper): Likewise.
4708         * sysdeps/unix/sysv/linux/i386/lowlevellock.h
4709         (lll_unlock_elision): Add adapt_count parameter.
4711 2015-10-15  Joseph Myers  <joseph@codesourcery.com>
4713         * sysdeps/nptl/configure.ac: Do not give errors based on the
4714         results of top-level configure tests.
4715         * sysdeps/nptl/configure: Regenerated.
4717         * configure.ac (libc_cv_Bgroup): Remove configure test.
4718         * configure: Regenerated.
4719         * config.make.in (have-Bgroup): Remove variable.
4721         * configure.ac (sizeof_long_double): Remove configure test.
4722         * configure: Regenerated.
4723         * config.make.in (sizeof-long-double): Remove variable.
4725         * configure.ac (libc_cv_gcc_exceptions): Remove configure test.
4726         * configure: Regenerated.
4727         * sysdeps/arm/configure.ac (libc_cv_gcc_exceptions): Do not set
4728         variable.
4729         (exceptions): Likewise.
4730         * sysdeps/arm/configure: Regenerated.
4731         * config.make.in (exceptions): Remove variable.
4732         * Makeconfig (uses-callbacks): Use -fexceptions instead of
4733         $(exceptions).
4734         * debug/Makefile (CFLAGS-dprintf_chk.c): Likewise.
4735         (CFLAGS-vdprintf_chk.c): Likewise.
4736         (CFLAGS-printf_chk.c): Likewise.
4737         (CFLAGS-fprintf_chk.c): Likewise.
4738         (CFLAGS-vprintf_chk.c): Likewise.
4739         (CFLAGS-vfprintf_chk.c): Likewise.
4740         (CFLAGS-gets_chk.c): Likewise.
4741         (CFLAGS-fgets_chk.c): Likewise.
4742         (CFLAGS-fgets_u_chk.c): Likewise.
4743         (CFLAGS-fread_chk.c): Likewise.
4744         (CFLAGS-fread_u_chk.c): Likewise.
4745         (CFLAGS-wprintf_chk.c): Likewise.
4746         (CFLAGS-fwprintf_chk.c): Likewise.
4747         (CFLAGS-vwprintf_chk.c): Likewise.
4748         (CFLAGS-vfwprintf_chk.c): Likewise.
4749         (CFLAGS-fgetws_chk.c): Likewise.
4750         (CFLAGS-fgetws_u_chk.c): Likewise.
4751         * libio/Makefile (CFLAGS-fileops.c): Likewise.
4752         (CFLAGS-fputc.c): Likewise.
4753         (CFLAGS-fputwc.c): Likewise.
4754         (CFLAGS-freopen64.c): Likewise.
4755         (CFLAGS-freopen.c): Likewise.
4756         (CFLAGS-fseek.c): Likewise.
4757         (CFLAGS-fseeko64.c): Likewise.
4758         (CFLAGS-fseeko.c): Likewise.
4759         (CFLAGS-ftello64.c): Likewise.
4760         (CFLAGS-ftello.c): Likewise.
4761         (CFLAGS-fwide.c): Likewise.
4762         (CFLAGS-genops.c): Likewise.
4763         (CFLAGS-getc.c): Likewise.
4764         (CFLAGS-getchar.c): Likewise.
4765         (CFLAGS-getwc.c): Likewise.
4766         (CFLAGS-getwchar.c): Likewise.
4767         (CFLAGS-iofclose.c): Likewise.
4768         (CFLAGS-iofflush.c): Likewise.
4769         (CFLAGS-iofgetpos64.c): Likewise.
4770         (CFLAGS-iofgetpos.c): Likewise.
4771         (CFLAGS-iofgets.c): Likewise.
4772         (CFLAGS-iofgetws.c): Likewise.
4773         (CFLAGS-iofputs.c): Likewise.
4774         (CFLAGS-iofputws.c): Likewise.
4775         (CFLAGS-iofread.c): Likewise.
4776         (CFLAGS-iofsetpos64.c): Likewise.
4777         (CFLAGS-iofsetpos.c): Likewise.
4778         (CFLAGS-ioftell.c): Likewise.
4779         (CFLAGS-iofwrite.c): Likewise.
4780         (CFLAGS-iogetdelim.c): Likewise.
4781         (CFLAGS-iogetline.c): Likewise.
4782         (CFLAGS-iogets.c): Likewise.
4783         (CFLAGS-iogetwline.c): Likewise.
4784         (CFLAGS-ioputs.c): Likewise.
4785         (CFLAGS-ioseekoff.c): Likewise.
4786         (CFLAGS-ioseekpos.c): Likewise.
4787         (CFLAGS-iosetbuffer.c): Likewise.
4788         (CFLAGS-iosetvbuf.c): Likewise.
4789         (CFLAGS-ioungetc.c): Likewise.
4790         (CFLAGS-ioungetwc.c): Likewise.
4791         (CFLAGS-oldfileops.c): Likewise.
4792         (CFLAGS-oldiofclose.c): Likewise.
4793         (CFLAGS-oldiofgetpos64.c): Likewise.
4794         (CFLAGS-oldiofgetpos.c): Likewise.
4795         (CFLAGS-oldiofsetpos64.c): Likewise.
4796         (CFLAGS-oldiofsetpos.c): Likewise.
4797         (CFLAGS-peekc.c): Likewise.
4798         (CFLAGS-putc.c): Likewise.
4799         (CFLAGS-putchar.c): Likewise.
4800         (CFLAGS-putwc.c): Likewise.
4801         (CFLAGS-putwchar.c): Likewise.
4802         (CFLAGS-rewind.c): Likewise.
4803         (CFLAGS-wfileops.c): Likewise.
4804         (CFLAGS-wgenops.c): Likewise.
4805         (CFLAGS-oldiofopen.c): Likewise.
4806         (CFLAGS-iofopen.c): Likewise.
4807         (CFLAGS-iofopen64.c): Likewise.
4808         (CFLAGS-oldtmpfile.c): Likewise.
4809         * stdio-common/Makefile (CFLAGS-vfprintf.c): Likewise.
4810         (CFLAGS-fprintf.c): Likewise.
4811         (CFLAGS-printf.c): Likewise.
4812         (CFLAGS-vfwprintf.c): Likewise.
4813         (CFLAGS-vfscanf.c): Likewise.
4814         (CFLAGS-vfwscanf.c): Likewise.
4815         (CFLAGS-fscanf.c): Likewise.
4816         (CFLAGS-scanf.c): Likewise.
4817         (CFLAGS-isoc99_vfscanf.c): Likewise.
4818         (CFLAGS-isoc99_vscanf.c): Likewise.
4819         (CFLAGS-isoc99_fscanf.c): Likewise.
4820         (CFLAGS-isoc99_scanf.c): Likewise.
4821         * wcsmbs/Makefile (CFLAGS-isoc99_wscanf.c): Likewise.
4822         (CFLAGS-isoc99_fwscanf.c): Likewise.
4823         (CFLAGS-isoc99_vwscanf.c): Likewise.
4824         (CFLAGS-isoc99_vfwscanf.c): Likewise.
4826         * io/test-lfs.c (do_prepare): Do not call add_temp_file until
4827         after mkstemp64.
4828         * login/tst-utmp.c (do_prepare): Likewise.
4829         * rt/tst-aio.c (do_prepare): Likewise.
4830         * rt/tst-aio64.c (do_prepare): Likewise.
4832 2015-10-15  Paul E. Murphy  <murphyp@linux.vnet.ibm.com>
4834         * sysdeps/unix/sysv/linux/powerpc/elision-lock.c
4835         (__lll_lock_elision): Remove adapt_count decrement...
4836         * sysdeps/unix/sysv/linux/powerpc/elision-trylock.c
4837         (__lll_trylock_elision): Likewise.
4838         * sysdeps/unix/sysv/linux/powerpc/elision-unlock.c
4839         (__lll_unlock_elision): ... to here. And utilize
4840         new adapt_count parameter.
4841         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h
4842         (__lll_unlock_elision): Update to include adapt_count
4843         parameter.
4844         (lll_unlock_elision): Pass pointer to adapt_count
4845         variable.
4847 2015-10-15  Paul E. Murphy  <murphyp@linux.vnet.ibm.com>
4849         * nptl/pthread_mutex_unlock.c (lll_unlock_elision):
4850         Add elision adapt_count parameter to list of arguments.
4851         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h
4852         (lll_unlock_elision): Update with new parameter list
4853         * sysdeps/unix/sysv/linux/s390/lowlevellock.h
4854         (lll_unlock_elision): Likewise
4855         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h
4856         (lll_unlock_elision): Likewise
4858 2015-10-15  H.J. Lu  <hongjiu.lu@intel.com>
4860         [BZ #19122]
4861         * include/sys/utsname.h [IS_IN (rtld)] (__uname): Add
4862         attribute_hidden.
4864         * include/string.h [IS_IN (rtld)] (__stpcpy): Add
4865         attribute_hidden.
4866         [IS_IN (rtld)] (__strdup): Likewise.
4867         [IS_IN (rtld)] (__strerror_r): Likewise.
4868         [IS_IN (rtld)] (__strsep_g): Likewise.
4869         [IS_IN (rtld)] (memchr): Likewise.
4870         [IS_IN (rtld)] (memcmp): Likewise.
4871         [IS_IN (rtld)] (memcpy): Likewise.
4872         [IS_IN (rtld)] (memmove): Likewise.
4873         [IS_IN (rtld)] (memset): Likewise.
4874         [IS_IN (rtld)] (rawmemchr): Likewise.
4875         [IS_IN (rtld)] (stpcpy): Likewise.
4876         [IS_IN (rtld)] (strchr): Likewise.
4877         [IS_IN (rtld)] (strcmp): Likewise.
4878         [IS_IN (rtld)] (strlen): Likewise.
4879         [IS_IN (rtld)] (strnlen): Likewise.
4880         [IS_IN (rtld)] (strsep): Likewise.
4882         * include/stdlib.h [IS_IN (rtld)] (unsetenv): Add
4883         attribute_hidden.
4884         [IS_IN (rtld)] (__strtoul_internal): Likewise.
4886         * include/signal.h [IS_IN (rtld)] (__sigaction): Add
4887         attribute_hidden.
4888         [IS_IN (rtld)] (__libc_sigaction): Likewise.
4890         * include/setjmp.h (__longjmp): Add attribute_hidden.
4891         [IS_IN (rtld)] (__sigsetjmp): Likewise.
4893         * include/libc-internal.h [IS_IN (rtld)] (__profile_frequency):
4894         Add attribute_hidden.
4896         * include/fcntl.h (__libc_fcntl): Add attribute_hidden.
4897         [IS_IN (rtld)] (__open): Likewise.
4898         [IS_IN (rtld)] (__fcntl): Likewise.
4900         * include/dirent.h (__opendirat): Add attribute_hidden.
4901         (__getdents): Likewise.
4902         (__getdents64): Likewise.
4903         (__alloc_dir): Likewise.
4904         [IS_IN (rtld)] (__closedir): Likewise.
4905         [IS_IN (rtld)] (__fdopendir): Likewise.
4906         [IS_IN (rtld)] (__readdir): Likewise.
4907         [IS_IN (rtld)] (__readdir64): Likewise.
4908         [IS_IN (rtld)] (__rewinddir): Likewise.
4910         * include/dlfcn.h (_dl_catch_error): Moved to ...
4911         * sysdeps/generic/ldsodefs.h (_dl_catch_error): Add
4912         attribute_hidden.
4914         * sysdeps/generic/_itoa.h (_itoa): Add attribute_hidden.
4915         (_itoa_word): Likewise.
4917         * elf/dl-runtime.c (_dl_fixup): Add attribute_hidden.
4918         * elf/dynamic-link.h (_dl_try_allocate_static_tls): Likewise.
4919         * sysdeps/generic/dl-cache.h (_dl_cache_libcmp): Likewise.
4920         * sysdeps/generic/ldsodefs.h (_dl_name_match_p): Likewise.
4921         (_dl_higher_prime_number): Likewise.
4922         (_dl_debug_printf_c): Likewise.
4923         (_dl_signal_cerror): Likewise.
4924         (_dl_receive_error): Likewise.
4925         (_dl_reloc_bad_type): Likewise.
4926         (_dl_resolve_conflicts): Likewise.
4927         (_dl_check_all_versions): Likewise.
4928         (_dl_check_map_versions): Likewise.
4929         (_dl_sort_fini): Likewise.
4930         (_dl_debug_initialize): Likewise.
4931         (_dl_init_paths): Likewise.
4932         (_dl_show_auxv): Likewise.
4933         (_dl_next_ld_env_entry): Likewise.
4934         (_dl_important_hwcaps): Likewise.
4935         (_dl_load_cache_lookup): Likewise.
4936         (_dl_update_slotinfo): Likewise.
4937         (_dl_show_scope): Likewise.
4939         * sysdeps/generic/memcopy.h (_wordcopy_fwd_aligned): Add
4940         attribute_hidden.
4941         (_wordcopy_fwd_dest_aligned): Likewise.
4942         (_wordcopy_bwd_aligned): Likewise.
4943         (_wordcopy_bwd_dest_aligned): Likewise.
4945         * sysdeps/i386/dl-lookupcfg.h (_dl_unmap): Add attribute_hidden.
4946         * sysdeps/i386/dl-tlsdesc.h (_dl_make_tlsdesc_dynamic):
4947         Likewise.
4948         * sysdeps/x86_64/dl-tlsdesc.h (_dl_make_tlsdesc_dynamic):
4949         Likewise.
4950         * sysdeps/x86_64/dl-lookupcfg.h (_dl_unmap): Likewise.
4952 2015-10-15  H.J. Lu  <hongjiu.lu@intel.com>
4954         * sysdeps/unix/sysv/linux/i386/sysdep.h: Add comments for
4955         GCC 5 requirement.
4957 2015-10-15  Joseph Myers  <joseph@codesourcery.com>
4959         * sysdeps/i386/configure.ac (libc_cv_as_i686): Remove configure
4960         test.
4961         * sysdeps/i386/configure: Regenerated.
4962         * sysdeps/i386/i686/Makefile [$(config-asflags-i686) = yes]: Make
4963         code unconditional.
4965         * configure.ac (libc_cv_asm_previous_directive): Remove configure
4966         test.
4967         (libc_cv_asm_popsection_directive): Likewise.
4968         * configure: Regenerated.
4969         * config.h.in (HAVE_ASM_PREVIOUS_DIRECTIVE): Remove #undef.
4970         (HAVE_ASM_POPSECTION_DIRECTIVE): Likewise.
4971         * include/libc-symbols.h [HAVE_ASM_PREVIOUS_DIRECTIVE]
4972         (__make_section_unallocated): Make definition unconditional.
4973         [HAVE_ASM_POPSECTION_DIRECTIVE] (__make_section_unallocated):
4974         Remove conditional definition.
4975         [!HAVE_ASM_PREVIOUS_DIRECTIVE && !HAVE_ASM_POPSECTION_DIRECTIVE]
4976         (__make_section_unallocated): Likewise.
4978         * configure.ac (libc_cv_gcc_static_libgcc): Remove configure test.
4979         * configure: Regenerated.
4980         * config.make.in (static-libgcc): Remove variable.
4981         * Makerules (build-shlib-helper): Use -static-libgcc instead of
4982         $(static-libgcc).
4983         (build-module-helper): Likewise.
4985         * configure.ac (libc_cv_friendly_stddef): Remove configure test.
4986         * configure: Regenerated.
4988 2015-10-15  Florian Weimer  <fweimer@redhat.com>
4990         * stdio-common/vfscanf.c (MEMCPY): Remove macro.
4991         (struct char_buffer): New type.
4992         (char_buffer_start, char_buffer_size, char_buffer_error)
4993         (char_buffer_rewind, char_buffer_add): New functions.
4994         (ADDW): Remove macro, replaced by the char_buffer_add function.
4995         (_IO_vfscanf_internal): Rewrite using struct char_buffer instead
4996         of extend_alloca.  Make control flow more explicit.
4998 2015-10-15  H.J. Lu  <hongjiu.lu@intel.com>
5000         [BZ #19137]
5001         * sysdeps/unix/sysv/linux/i386/Makefile (CFLAGS-epoll_pwait.c):
5002         Add -fomit-frame-pointer.
5003         * sysdeps/unix/sysv/linux/i386/epoll_pwait.S: Remove file.
5005 2015-10-15  H.J. Lu  <hongjiu.lu@intel.com>
5007         * sysdeps/unix/sysv/linux/i386/libc-do-syscall.S
5008         (__libc_do_syscall): Defined only if !__GNUC_PREREQ (5,0).
5009         * sysdeps/unix/sysv/linux/i386/sysdep.h: Define assembler macros
5010         only if !__GNUC_PREREQ (5,0).
5011         (INTERNAL_SYSCALL_MAIN_6): Optimize for GCC 5.
5012         (INTERNAL_SYSCALL_MAIN_INLINE): Likewise.
5013         (INTERNAL_SYSCALL_NCS): Likewise.
5014         (LOADREGS_0): New macro for GCC 5.
5015         (ASMARGS_0): Likewise.
5016         (LOADREGS_1): Likewise.
5017         (ASMARGS_1): Likewise.
5018         (LOADREGS_2): Likewise.
5019         (ASMARGS_2): Likewise.
5020         (LOADREGS_3): Likewise.
5021         (ASMARGS_3): Likewise.
5022         (LOADREGS_4): Likewise.
5023         (ASMARGS_4): Likewise.
5024         (LOADREGS_5): Likewise.
5025         (ASMARGS_5): Likewise.
5026         (LOADREGS_6): Likewise.
5027         (ASMARGS_6): Likewise.
5029 2015-10-15  H.J. Lu  <hongjiu.lu@intel.com>
5031         * sysdeps/unix/sysv/linux/i386/Makefile (CFLAGS-mmap.c): Add
5032         -fomit-frame-pointer.
5033         (CFLAGS-mmap64.c): Likewise.
5034         (CFLAGS-semtimedop.c): Likewise.
5035         * sysdeps/unix/sysv/linux/i386/mmap.c: New file.
5036         * sysdeps/unix/sysv/linux/i386/mmap.S: Remove file.
5037         * sysdeps/unix/sysv/linux/i386/mmap64.S: Likewise.
5038         * sysdeps/unix/sysv/linux/i386/semtimedop.S: Likewise.
5040 2015-10-15  Florian Weimer  <fweimer@redhat.com>
5042         [BZ #18928]
5043         * sysdeps/generic/ldsodefs.h (struct rtld_global_ro): Remove
5044         _dl_pointer_guard member.
5045         * elf/rtld.c (_rtld_global_ro): Remove _dl_pointer_guard
5046         initializer.
5047         (security_init): Always set up pointer guard.
5048         (process_envvars): Do not process LD_POINTER_GUARD.
5050 2015-10-14  Joseph Myers  <joseph@codesourcery.com>
5052         [BZ #19134]
5053         * sysdeps/powerpc/powerpc32/fpu/s_lround.S (.LC1): New object.
5054         (.LC2): Likewise.
5055         (.LC3): Likewise.
5056         (__lround): Do not add 0.5 to integer or out-of-range arguments.
5058 2015-10-14  Szabolcs Nagy  <szabolcs.nagy@arm.com>
5060         [BZ #19129]
5061         * sysdeps/arm/dl-tlsdesc.S (_dl_tlsdesc_resolve_hold): Save and restore
5062         r0 and r1.
5064 2015-10-14  Namhyung Kim  <namhyung@gmail.com>
5066         * manaual/argp.texi (Specifying Argp Parsers): Fix typo.
5068 2015-10-14  Carlos O'Donell  <carlos@redhat.com>
5070         * include/stap-probe.h: Fix macro definition formatting.
5072 2015-10-14  Florian Weimer  <fweimer@redhat.com>
5074         [BZ #19074]
5075         * resolv/res_hconf.c (_res_hconf_reorder_addrs): Use atomics to
5076         load and store num_ifs.
5078 2015-10-14  H.J. Lu  <hongjiu.lu@intel.com>
5080         [BZ #18822]
5081         * sysdeps/unix/sysv/linux/sched_getaffinity.c
5082         (__sched_getaffinity_new): Add libc_hidden_proto and
5083         libc_hidden_def.
5085 2015-10-14  H.J. Lu  <hongjiu.lu@intel.com>
5087         [BZ #19007]
5088         * scripts/localplt.awk: Also allow GOT references.
5089         * sysdeps/unix/sysv/linux/i386/localplt.data: Mark
5090         _Unwind_Find_FDE, calloc, memalign, realloc and __libc_memalign
5091         with "+ REL R_386_GLOB_DAT".
5092         * sysdeps/x86_64/localplt.data: Mark calloc, memalign, realloc
5093         and __libc_memalign with "+ RELA R_X86_64_GLOB_DAT".
5095 2015-10-14  H.J. Lu  <hongjiu.lu@intel.com>
5097         * sysdeps/unix/sysv/linux/i386/brk.c (__brk): Use
5098         INLINE_SYSCALL_ERROR_RETURN_VALUE.
5099         * sysdeps/unix/sysv/linux/i386/fxstatat.c (__fxstatat):
5100         Likewise.
5101         * sysdeps/unix/sysv/linux/i386/setegid.c (setegid): Likewise.
5102         * sysdeps/unix/sysv/linux/i386/seteuid.c (seteuid): Likewise.
5103         * sysdeps/unix/sysv/linux/i386/fxstat.c (__fxstat): Use
5104         INTERNAL_SYSCALLINTERNAL_SYSCALL and
5105         INLINE_SYSCALL_ERROR_RETURN_VALUE.
5106         * sysdeps/unix/sysv/linux/i386/lockf64.c (lockf64): Likewise.
5107         * sysdeps/unix/sysv/linux/i386/lxstat.c (__lxstat): Likewise.
5108         * sysdeps/unix/sysv/linux/i386/sigaction.c (__libc_sigaction):
5109         Likewise.
5110         * sysdeps/unix/sysv/linux/i386/xstat.c (__xstat): Likewise.
5112 2015-10-13  Joseph Myers  <joseph@codesourcery.com>
5114         [BZ #19125]
5115         * sysdeps/powerpc/powerpc32/fpu/s_llround.c: Include <limits.h>,
5116         <math_private.h> and <stdint.h>.
5117         (__llround): Avoid conversions to and from long long int, and
5118         subtractions, where those might raise spurious exceptions.
5119         * sysdeps/powerpc/powerpc32/fpu/s_llroundf.c: Include
5120         <math_private.h> and <stdint.h>.
5121         (__llroundf): Avoid conversions to and from long long int, and
5122         subtractions, where those might raise spurious exceptions.
5124 2015-10-13  H.J. Lu  <hongjiu.lu@intel.com>
5126         * sysdeps/unix/sysv/linux/adjtime.c (ADJTIME): Use
5127         INLINE_SYSCALL_ERROR_RETURN_VALUE.
5128         * sysdeps/unix/sysv/linux/dl-openat64.c (openat64): Likewise.
5129         * sysdeps/unix/sysv/linux/eventfd.c (eventfd): Likewise.
5130         * sysdeps/unix/sysv/linux/faccessat.c (faccessat): Likewise.
5131         * sysdeps/unix/sysv/linux/fchmodat.c (fchmodat): Likewise.
5132         * sysdeps/unix/sysv/linux/fcntl.c (do_fcntl): Likewise.
5133         * sysdeps/unix/sysv/linux/futimens.c (futimens): Likewise.
5134         * sysdeps/unix/sysv/linux/futimes.c (__futimes): Likewise.
5135         * sysdeps/unix/sysv/linux/fxstat.c (__fxstat): Likewise.
5136         * sysdeps/unix/sysv/linux/fxstatat.c (__fxstatat): Likewise.
5137         * sysdeps/unix/sysv/linux/fxstatat64.c (__fxstatat64): Likewise.
5138         * sysdeps/unix/sysv/linux/lutimes.c (lutimes): Likewise.
5139         * sysdeps/unix/sysv/linux/lxstat.c (__lxstat): Likewise.
5140         * sysdeps/unix/sysv/linux/lxstat64.c (___lxstat64): Likewise.
5141         * sysdeps/unix/sysv/linux/mmap64.c (__mmap64): Likewise.
5142         * sysdeps/unix/sysv/linux/mq_open.c (__mq_open): Likewise.
5143         * sysdeps/unix/sysv/linux/mq_unlink.c (mq_unlink): Likewise.
5144         * sysdeps/unix/sysv/linux/prlimit.c (prlimit): Likewise.
5145         * sysdeps/unix/sysv/linux/readahead.c (__readahead): Likewise.
5146         * sysdeps/unix/sysv/linux/shmat.c (shmat): Likewise.
5147         * sysdeps/unix/sysv/linux/signalfd.c (signalfd): Likewise.
5148         * sysdeps/unix/sysv/linux/speed.c (cfsetospeed): Likewise.
5149         * sysdeps/unix/sysv/linux/tcsetattr.c (tcsetattr): Likewise.
5150         * sysdeps/unix/sysv/linux/ustat.c (ustat): Likewise.
5151         * sysdeps/unix/sysv/linux/utimensat.c (utimensat): Likewise.
5152         * sysdeps/unix/sysv/linux/xmknod.c (__xmknod): Likewise.
5153         * sysdeps/unix/sysv/linux/xmknodat.c (__xmknodat): Likewise.
5154         * sysdeps/unix/sysv/linux/xstat.c (__xstat): Likewise.
5155         * sysdeps/unix/sysv/linux/xstatconv.c (__xstat_conv): Likewise.
5156         (__xstat64_conv): Likewise.
5157         (__xstat32_conv): Likewise.
5159 2015-10-13  H.J. Lu  <hongjiu.lu@intel.com>
5161         * sysdeps/unix/sysv/linux/sysdep.h: New file.
5162         * sysdeps/unix/sysv/linux/i386/sysdep.c: Likewise.
5163         * sysdeps/unix/sysv/linux/alpha/sysdep.h: Include
5164         <sysdeps/unix/sysv/linux/sysdep.h>.
5165         * sysdeps/unix/sysv/linux/arm/sysdep.h: Likewise.
5166         * sysdeps/unix/sysv/linux/generic/sysdep.h: Likewise.
5167         * sysdeps/unix/sysv/linux/hppa/sysdep.h: Likewise.
5168         * sysdeps/unix/sysv/linux/ia64/sysdep.h: Likewise.
5169         * sysdeps/unix/sysv/linux/m68k/sysdep.h: Likewise.
5170         * sysdeps/unix/sysv/linux/microblaze/sysdep.h: Likewise.
5171         * sysdeps/unix/sysv/linux/mips/mips32/sysdep.h: Likewise.
5172         * sysdeps/unix/sysv/linux/mips/mips64/n32/sysdep.h: Likewise.
5173         * sysdeps/unix/sysv/linux/mips/mips64/n64/sysdep.h: Likewise.
5174         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h: Likewise.
5175         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
5176         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
5177         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
5178         * sysdeps/unix/sysv/linux/sh/sysdep.h: Likewise.
5179         * sysdeps/unix/sysv/linux/sparc/sysdep.h: Likewise.
5180         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
5181         * sysdeps/unix/sysv/linux/i386/Makefile [$(subdir) == csu]
5182         (sysdep-dl-routines): Add sysdep.
5183         [$(subdir) == nptl] (libpthread-routines): Likewise.
5184         [$(subdir) == rt] (librt-routines): Likewise.
5185         * sysdeps/unix/sysv/linux/i386/clone.S (__clone): Don't check
5186         PIC when branching to SYSCALL_ERROR_LABEL.
5187         * sysdeps/unix/sysv/linux/i386/sysdep.S: Removed.
5188         * sysdeps/unix/sysv/linux/i386/sysdep.h: Include
5189         <sysdeps/unix/sysv/linux/sysdep.h>.
5190         (SYSCALL_ERROR_LABEL): Changed to __syscall_error.
5191         (SYSCALL_ERROR_ERRNO): Removed.
5192         (SYSCALL_ERROR_HANDLER): Changed to empty.
5193         (SYSCALL_ERROR_HANDLER_TLS_STORE): Likewise.
5194         (__syscall_error): New prototype.
5195         [IS_IN (libc)] (INLINE_SYSCALL): New macro.
5196         (INLINE_SYSCALL_ERROR_RETURN_VALUE): Likewise.
5198 2015-10-13  H.J. Lu  <hongjiu.lu@intel.com>
5200         [BZ #19124]
5201         * sysdeps/x86_64/dl-trampoline.S [!HAVE_AVX512_ASM_SUPPORT]
5202         (_dl_runtime_resolve_avx512): Make it a hidden alias of
5203         _dl_runtime_resolve_avx.
5204         (_dl_runtime_profile_avx512): Make it a hidden alias of
5205         _dl_runtime_profile_avx.
5207 2015-10-13  Joseph Myers  <joseph@codesourcery.com>
5209         * sysdeps/powerpc/fpu/s_llround.c: Move to ....
5210         * sysdeps/powerpc/powerpc32/fpu/s_llround.c: ...here.
5211         * sysdeps/powerpc/fpu/s_llroundf.c: Move to ....
5212         * sysdeps/powerpc/powerpc32/fpu/s_llroundf.c: ...here.
5214         [BZ #16422]
5215         * sysdeps/powerpc/powerpc32/fpu/configure.ac (libc_cv_ppc_fctidz):
5216         New configure test.
5217         * sysdeps/powerpc/powerpc32/fpu/configure: Regenerated.
5218         * config.h.in [_LIBC] (HAVE_PPC_FCTIDZ): New macro.
5219         * sysdeps/powerpc/powerpc32/fpu/s_llrint.c: Include <limits.h>,
5220         <math_private.h> and <stdint.h>.
5221         (__llrint): Avoid conversions to long long int where those might
5222         raise spurious exceptions.
5223         * sysdeps/powerpc/powerpc32/fpu/s_llrintf.c: Include
5224         <math_private.h> and <stdint.h>.
5225         (__llrintf): Avoid conversions to long long int where those might
5226         raise spurious exceptions.
5228 2015-10-12  Andreas Schwab  <schwab@suse.de>
5230         [BZ #18969]
5231         * debug/Makefile (LOCALES): Define.  Include gen-locales.mk.
5232         ($(objpfx)tst-chk1.out): Depend on $(gen-locales).
5233         * iconvdata/Makefile (LOCALES): Define.  Include gen-locales.mk.
5234         ($(objpfx)bug-iconv6.out, $(objpfx)tst-iconv7.out): Depend on
5235         $(gen-locales).
5236         * intl/Makefile (LOCALES): Define.  Include gen-locales.mk.
5237         ($(objpfx)tst-codeset.out, $(objpfx)tst-gettext.out)
5238         ($(objpfx)tst-gettext2.out, $(objpfx)tst-gettext3.out)
5239         ($(objpfx)tst-gettext4.out, $(objpfx)tst-gettext5.out)
5240         ($(objpfx)tst-gettext6.out, $(objpfx)tst-translit.out): Depend on
5241         $(gen-locales).
5242         * libio/Makefile (LOCALES): Define.  Include gen-locales.mk.
5243         ($(objpfx)bug-ftell.out, $(objpfx)bug-ungetwc1.out)
5244         ($(objpfx)bug-ungetwc2.out, $(objpfx)tst-fgetwc.out)
5245         ($(objpfx)tst-fgetws.out, $(objpfx)tst-fopenloc.out)
5246         ($(objpfx)tst-fputws.out, $(objpfx)tst-fseek.out)
5247         ($(objpfx)tst-ftell-active-handler.out)
5248         ($(objpfx)tst-ftell-append.out)
5249         ($(objpfx)tst-ftell-partial-wide.out, $(objpfx)tst-setvbuf1.out)
5250         ($(objpfx)tst-swscanf.out, $(objpfx)tst-ungetwc1.out)
5251         ($(objpfx)tst-ungetwc2.out, $(objpfx)tst-widetext.out)
5252         ($(objpfx)tst_wprintf2.out): Depend on $(gen-locales).
5253         * posix/Makefile (LOCALES): Define.  Include gen-locales.mk.
5254         ($(objpfx)bug-regex1.out, $(objpfx)bug-regex4.out)
5255         ($(objpfx)bug-regex5.out, $(objpfx)bug-regex6.out)
5256         ($(objpfx)bug-regex17.out, $(objpfx)bug-regex18.out)
5257         ($(objpfx)bug-regex19.out, $(objpfx)bug-regex20.out)
5258         ($(objpfx)bug-regex22.out, $(objpfx)bug-regex23.out)
5259         ($(objpfx)bug-regex25.out, $(objpfx)bug-regex26.out)
5260         ($(objpfx)bug-regex30.out, $(objpfx)bug-regex32.out)
5261         ($(objpfx)bug-regex33.out, $(objpfx)bug-regex34.out)
5262         ($(objpfx)bug-regex35.out, $(objpfx)tst-fnmatch.out)
5263         ($(objpfx)tst-fnmatch4.out, $(objpfx)tst-fnmatch5.out)
5264         ($(objpfx)tst-regex.out, $(objpfx)tst-regex2.out)
5265         ($(objpfx)tst-regexloc.out, $(objpfx)tst-rxspencer.out)
5266         ($(objpfx)tst-rxspencer-no-utf8.out): Depend on $(gen-locales).
5267         * stdio-common/Makefile (LOCALES): Define.  Include gen-locales.mk.
5268         ($(objpfx)bug14.out, $(objpfx)scanf13.out)
5269         ($(objpfx)test-vfprintf.out, $(objpfx)tst-grouping.out)
5270         ($(objpfx)tst-sprintf.out, $(objpfx)tst-sscanf.out)
5271         ($(objpfx)tst-swprintf.out): Depend on $(gen-locales).
5272         * stdlib/Makefile (LOCALES): Define.  Include gen-locales.mk.
5273         ($(objpfx)bug-strtod2.out, $(objpfx)testmb2.out)
5274         ($(objpfx)tst-strtod.out, $(objpfx)tst-strtod3.out)
5275         ($(objpfx)tst-strtod4.out, $(objpfx)tst-strtod5.out): Depend on
5276         $(gen-locales).
5277         * time/Makefile (LOCALES): Define.  Include gen-locales.mk.
5278         ($(objpfx)tst-ftime_l.out, $(objpfx)tst-strptime.out): Depend on
5279         $(gen-locales).
5280         * wcsmbs/Makefile (LOCALES): Define.  Include gen-locales.mk.
5281         ($(objpfx)tst-btowc.out, $(objpfx)tst-c16c32-1.out)
5282         ($(objpfx)tst-mbrtowc.out, $(objpfx)tst-mbrtowc2.out)
5283         ($(objpfx)tst-wcrtomb.out, $(objpfx)wcsmbs-tst1.out): Depend on
5284         $(gen-locales).
5285         * libio/tst_wprintf2.c (main): Use explicit locale.
5286         * wcsmbs/wcsmbs-tst1.c (main): Likewise.
5288 2015-10-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
5290         * hurd/hurd-raise.c (_hurd_raise_signal): Return error returned by
5291         __msg_sig_post.
5292         * hurd/hurd/signal.h (_hurd_raise_signal): Add int return type.
5294 2015-10-09  Joseph Myers  <joseph@codesourcery.com>
5296         * sysdeps/mips/mips32/libm-test-ulps: Regenerated.
5297         * sysdeps/mips/mips64/libm-test-ulps: Likewise.
5299         * sysdeps/arm/libm-test-ulps: Regenerated.
5301         [BZ #15470]
5302         * sysdeps/arm/fix-fp-int-convert-overflow.h: New file.
5304         [BZ #16399]
5305         * sysdeps/generic/fix-fp-int-convert-overflow.h: New file.
5306         * sysdeps/ieee754/dbl-64/s_llrint.c: Include <fenv.h>, <limits.h>
5307         and <fix-fp-int-convert-overflow.h>.
5308         (__llrint) [FE_INVALID]: Force FE_INVALID exception as needed if
5309         FIX_DBL_LLONG_CONVERT_OVERFLOW.
5310         * sysdeps/ieee754/dbl-64/s_llround.c: Include <fenv.h>, <limits.h>
5311         and <fix-fp-int-convert-overflow.h>.
5312         (__llround) [FE_INVALID]: Force FE_INVALID exception as needed if
5313         FIX_DBL_LLONG_CONVERT_OVERFLOW.
5314         * sysdeps/ieee754/dbl-64/s_lrint.c: Include
5315         <fix-fp-int-convert-overflow.h>.
5316         (__lrint) [FE_INVALID]: Force FE_INVALID exception as needed if
5317         FIX_DBL_LLONG_CONVERT_OVERFLOW.
5318         * sysdeps/ieee754/dbl-64/s_lround.c: Include
5319         <fix-fp-int-convert-overflow.h>.
5320         (__lround) [FE_INVALID]: Force FE_INVALID exception as needed if
5321         FIX_DBL_LLONG_CONVERT_OVERFLOW.
5322         * sysdeps/ieee754/flt-32/s_llrintf.c: Include <fenv.h>, <limits.h>
5323         and <fix-fp-int-convert-overflow.h>.
5324         (__llrintf) [FE_INVALID]: Force FE_INVALID exception as needed if
5325         FIX_DBL_LLONG_CONVERT_OVERFLOW.
5326         * sysdeps/ieee754/flt-32/s_llroundf.c: Include <fenv.h>,
5327         <limits.h> and <fix-fp-int-convert-overflow.h>.
5328         (__llroundf) [FE_INVALID]: Force FE_INVALID exception as needed if
5329         FIX_DBL_LLONG_CONVERT_OVERFLOW.
5330         * sysdeps/ieee754/flt-32/s_lrintf.c: Include <fenv.h>, <limits.h>
5331         and <fix-fp-int-convert-overflow.h>.
5332         (__lrintf) [FE_INVALID]: Force FE_INVALID exception as needed if
5333         FIX_DBL_LLONG_CONVERT_OVERFLOW.
5334         * sysdeps/ieee754/flt-32/s_lroundf.c: Include <fenv.h>, <limits.h>
5335         and <fix-fp-int-convert-overflow.h>.
5336         (__lroundf) [FE_INVALID]: Force FE_INVALID exception as needed if
5337         FIX_DBL_LLONG_CONVERT_OVERFLOW.
5338         * sysdeps/mips/mips32/fpu/fix-fp-int-convert-overflow.h: New file.
5340 2015-10-09  Carlos O'Donell  <carlos@redhat.com>
5342         [BZ #18589]
5343         * string/bug-strcoll2.c: Adjust copyright, and remove contributed by.
5344         * string/Makefile ($(objpfx)bug-strcoll2.out): Depend on
5345         $(gen-locales).
5347 2015-10-09  Adhemerval Zanella  <adhemerval.zanella@linaro.org>
5348             Phil Blundell <pb@pbcl.net>
5350         * nptl/Makefile (tests): Add tst-cancel26.c and tst-cancel27.c.
5351         * nptl/tst-cancel26.c: New file.
5352         * nptl/tst-cancel27.c: Likewise.
5354 2015-10-09  H.J. Lu  <hongjiu.lu@intel.com>
5356         * sysdeps/x86_64/fpu/s_llrint.S (__lrint): Add alias only if
5357         __ILP32__ isn't defined.
5358         (lrint): Likewise.
5359         * sysdeps/x86_64/fpu/s_llrintf.S (__lrintf): Likewise.
5360         (lrintf): Likewise.
5361         * sysdeps/x86_64/fpu/s_llrintl.S (__lrintl): Likewise.
5362         (lrintl): Likewise.
5363         * sysdeps/x86_64/x32/fpu/s_lrint.S: New file.
5364         * sysdeps/x86_64/x32/fpu/s_lrintf.S: Likewise.
5365         * sysdeps/x86_64/x32/fpu/s_lrintl.S: Likewise.
5367 2015-10-09  Adhemerval Zanella  <adhemerval.zanella@linaro.org>
5369         * sysdeps/unix/sysv/linux/x86_64/pthread_cond_timedwait.S
5370         * sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S
5372         * sysdeps/unix/sysv/linux/i386/i686/pthread_cond_timedwait.S: Remove
5373         file.
5374         * sysdeps/unix/sysv/linux/i386/pthread_cond_timedwait.S: Likewise.
5375         * sysdeps/unix/sysv/linux/i386/pthread_cond_wait.S: Likewise.
5377 2015-10-09  Joseph Myers  <joseph@codesourcery.com>
5379         * sysdeps/i386/configure.ac (libc_cv_cc_novzeroupper): Remove
5380         configure test.
5381         * sysdeps/i386/configure: Regenerated.
5382         * sysdeps/x86_64/configure.ac (libc_cv_cc_novzeroupper): Remove
5383         configure test.
5384         * sysdeps/x86_64/configure: Regenerated.
5385         * sysdeps/x86_64/Makefile [$(config-cflags-novzeroupper) = yes]:
5386         Make code unconditional.
5388         * sysdeps/i386/configure.ac (libc_cv_cc_fma4): Remove configure
5389         test.
5390         * sysdeps/i386/configure: Regenerated.
5391         * sysdeps/x86_64/configure.ac (libc_cv_cc_fma4): Remove configure
5392         test.
5393         * sysdeps/x86_64/configure: Regenerated.
5394         * sysdeps/x86_64/fpu/multiarch/Makefile [$(have-mfma4) = yes]:
5395         Make code unconditional.
5396         * sysdeps/x86_64/fpu/multiarch/e_asin.c [HAVE_FMA4_SUPPORT]:
5397         Likewise.
5398         * sysdeps/x86_64/fpu/multiarch/e_atan2.c [HAVE_FMA4_SUPPORT]:
5399         Likewise.
5400         [!HAVE_FMA4_SUPPORT]: Remove conditional code.
5401         * sysdeps/x86_64/fpu/multiarch/e_exp.c [HAVE_FMA4_SUPPORT]: Make
5402         code unconditional.
5403         [!HAVE_FMA4_SUPPORT]: Remove conditional code.
5404         * sysdeps/x86_64/fpu/multiarch/e_log.c [HAVE_FMA4_SUPPORT]: Make
5405         code unconditional.
5406         [!HAVE_FMA4_SUPPORT]: Remove conditional code.
5407         * sysdeps/x86_64/fpu/multiarch/e_pow.c [HAVE_FMA4_SUPPORT]: Make
5408         code unconditional.
5409         * sysdeps/x86_64/fpu/multiarch/s_atan.c [HAVE_FMA4_SUPPORT]: Make
5410         code unconditional.
5411         [!HAVE_FMA4_SUPPORT]: Remove conditional code.
5412         * sysdeps/x86_64/fpu/multiarch/s_fma.c [HAVE_FMA4_SUPPORT]: Make
5413         code unconditional.
5414         [!HAVE_FMA4_SUPPORT]: Remove conditional code.
5415         * sysdeps/x86_64/fpu/multiarch/s_fmaf.c [HAVE_FMA4_SUPPORT]: Make
5416         code unconditional.
5417         [!HAVE_FMA4_SUPPORT]: Remove conditional code.
5418         * sysdeps/x86_64/fpu/multiarch/s_sin.c [HAVE_FMA4_SUPPORT]: Make
5419         code unconditional.
5420         [!HAVE_FMA4_SUPPORT]: Remove conditional code.
5421         * sysdeps/x86_64/fpu/multiarch/s_tan.c [HAVE_FMA4_SUPPORT]: Make
5422         code unconditional.
5423         [!HAVE_FMA4_SUPPORT]: Remove conditional code.
5424         * config.h.in (HAVE_FMA4_SUPPORT): Remove #undef.
5426         [BZ #19095]
5427         * sysdeps/ieee754/dbl-64/s_lrint.c (__lrint): Cast low part of
5428         mantissa to long int before shifting left.
5430 2015-10-08  Joseph Myers  <joseph@codesourcery.com>
5432         [BZ #19094]
5433         * sysdeps/ieee754/dbl-64/s_lrint.c: Include <fenv.h> and
5434         <limits.h>.
5435         (__lrint) [FE_INVALID || FE_INEXACT]: Force FE_INVALID exception
5436         when result overflows but exception would not result from cast.
5437         * sysdeps/ieee754/ldbl-128/s_llrintl.c: Include <fenv.h> and
5438         <limits.h>.
5439         (__llrintl) [FE_INVALID || FE_INEXACT]: Force FE_INVALID exception
5440         when result overflows but exception would not result from cast.
5441         * sysdeps/ieee754/ldbl-128/s_lrintl.c: Include <fenv.h> and
5442         <limits.h>.
5443         (__lrintl) [FE_INVALID || FE_INEXACT]: Force FE_INVALID exception
5444         when result overflows but exception would not result from cast.
5445         * sysdeps/ieee754/ldbl-96/s_llrintl.c: Include <fenv.h> and
5446         <limits.h>.
5447         (__llrintl) [FE_INVALID || FE_INEXACT]: Force FE_INVALID exception
5448         when result overflows but exception would not result from cast.
5449         * sysdeps/ieee754/ldbl-96/s_lrintl.c: Include <fenv.h> and
5450         <limits.h>.
5451         (__lrintl) [FE_INVALID || FE_INEXACT]: Force FE_INVALID exception
5452         when result overflows but exception would not result from cast.
5453         * math/libm-test.inc (lrint_test_data): Add more tests.
5454         (llrint_test_data): Likewise.
5456 2015-10-08  Roland McGrath  <roland@hack.frob.com>
5458         [BZ #18872]
5459         * stdio-common/Makefile ($(objpfx)tst-unbputc.out):
5460         Move out from under [$(run-built-tests) = yes] conditional.
5461         ($(objpfx)tst-printf.out, $(objpfx)tst-printf-bz18872.c): Likewise.
5462         ($(objpfx)tst-printf-bz18872-mem.out): Likewise.
5464 2015-10-08  Carlos O'Donell  <carlos@redhat.com>
5466         [BZ #18589]
5467         * string/Makefile (tests): Add bug-strcoll2.
5468         (LOCALES): Add cs_CZ.UTF-8.
5469         * string/bug-strcoll2.c (test_cs_CZ): Fix typo in FAIL string.
5471         [BZ #18589]
5472         * string/bug-strcoll2.c: New file.
5473         * locale/categories.def: Revert commit
5474         f13c2a8dff2329c6692a80176262ceaaf8a6f74e.
5475         * locale/langinfo.h: Likewise.
5476         * locale/localeinfo.h: Likewise.
5477         * locale/C-collate.c: Likewise.
5478         * locale/programs/ld-collate.c (collate_output): Likewise.
5479         * string/strcoll_l.c (STRDIFF): Likewise.
5480         (STRCOLL): Likewise.
5481         * wcsmbs/wcscoll_l.c: Likewise.
5483 2015-10-08  Joseph Myers  <joseph@codesourcery.com>
5485         * math/libm-test.inc (lround_test_data): Do not expect the absence
5486         of "inexact" for some tests with non-integer arguments.
5487         (llround_test_data): Likewise.
5489         * sysdeps/i386/configure.ac (libc_cv_cc_avx): Remove configure
5490         test.
5491         (libc_cv_cc_sse2avx): Likewise.
5492         * sysdeps/i386/configure: Regenerated.
5493         * sysdeps/i386/i686/multiarch/Makefile
5494         [$(subdir)$(config-cflags-avx) = mathyes]: Change conditional to
5495         [$(subdir) = math].
5496         * sysdeps/i386/i686/multiarch/s_fma-fma.c [HAVE_AVX_SUPPORT]: Make
5497         code unconditional.
5498         * sysdeps/i386/i686/multiarch/s_fma.c [HAVE_AVX_SUPPORT]:
5499         Likewise.
5500         * sysdeps/i386/i686/multiarch/s_fmaf-fma.c [HAVE_AVX_SUPPORT]:
5501         Likewise.
5502         * sysdeps/i386/i686/multiarch/s_fmaf.c [HAVE_AVX_SUPPORT]:
5503         Likewise.
5504         * sysdeps/x86_64/configure.ac (libc_cv_cc_avx): Remove configure
5505         test.
5506         (libc_cv_cc_sse2avx): Likewise.
5507         * sysdeps/x86_64/configure: Regenerated.
5508         * sysdeps/x86_64/Makefile [$(config-cflags-avx) = yes]: Make code
5509         unconditional.
5510         * sysdeps/x86_64/dl-trampoline.h (_dl_runtime_profile)
5511         [HAVE_AVX_SUPPORT || HAVE_AVX512_ASM_SUPPORT]: Make code
5512         unconditional.
5513         (_dl_runtime_profile)
5514         [!(HAVE_AVX_SUPPORT || HAVE_AVX512_ASM_SUPPORT)]: Remove
5515         conditional code.
5516         * sysdeps/x86_64/fpu/multiarch/Makefile
5517         [$(config-cflags-sse2avx) = yes]: Make code unconditional.
5518         * sysdeps/x86_64/fpu/multiarch/e_atan2.c
5519         [HAVE_FMA4_SUPPORT || HAVE_AVX_SUPPORT]: Likewise.
5520         * sysdeps/x86_64/fpu/multiarch/e_exp.c
5521         [HAVE_FMA4_SUPPORT || HAVE_AVX_SUPPORT]: Likewise.
5522         * sysdeps/x86_64/fpu/multiarch/e_log.c
5523         [HAVE_FMA4_SUPPORT || HAVE_AVX_SUPPORT]: Likewise.
5524         * sysdeps/x86_64/fpu/multiarch/s_atan.c
5525         [HAVE_FMA4_SUPPORT || HAVE_AVX_SUPPORT]: Likewise.
5526         * sysdeps/x86_64/fpu/multiarch/s_fma.c [HAVE_AVX_SUPPORT]:
5527         Likewise.
5528         * sysdeps/x86_64/fpu/multiarch/s_fmaf.c [HAVE_AVX_SUPPORT]:
5529         Likewise.
5530         * sysdeps/x86_64/fpu/multiarch/s_sin.c
5531         [HAVE_FMA4_SUPPORT || HAVE_AVX_SUPPORT]: Likewise.
5532         * sysdeps/x86_64/fpu/multiarch/s_tan.c
5533         [HAVE_FMA4_SUPPORT || HAVE_AVX_SUPPORT]: Likewise.
5534         * sysdeps/x86_64/multiarch/strcmp.S [HAVE_AVX_SUPPORT]: Likewise.
5535         * config.h.in (HAVE_AVX_SUPPORT): Remove #undef.
5536         (HAVE_SSE2AVX_SUPPORT): Likewise.
5538 2015-10-07  Paul Pluzhnikov  <ppluzhnikov@google.com>
5540         * stdio-common/tst-printf-bz18872.sh: Use attribute optimize
5541         instead of #pragma optimize.
5543 2015-10-07  Carlos O'Donell  <carlos@redhat.com>
5545         [BZ #17195]
5546         * malloc/arena.c (heap_trim): Apply trim_treshold to top_chunck size,
5547         as is similarly done in systrim and _int_free already.
5549 2015-10-08  Samuel Thibault  <samuel.thibault@ens-lyon.org>
5551         * sysdeps/mach/configure.ac (mach_interface_list): Add task_notify.
5553 2015-10-07  Joseph Myers  <joseph@codesourcery.com>
5555         [BZ #19088]
5556         * sysdeps/ieee754/dbl-64/s_lround.c: Include <fenv.h> and
5557         <limits.h>.
5558         (__lround) [FE_INVALID]: Force FE_INVALID exception when result
5559         overflows but exception would not result from cast.
5560         * sysdeps/ieee754/dbl-64/wordsize-64/s_lround.c: Include <fenv.h>
5561         and <limits.h>.
5562         (__lround) [FE_INVALID]: Force FE_INVALID exception when result
5563         overflows but exception would not result from cast.
5564         * sysdeps/ieee754/ldbl-128/s_llroundl.c: Include <fenv.h> and
5565         <limits.h>.
5566         (__llroundl) [FE_INVALID]: Force FE_INVALID exception when result
5567         overflows but exception would not result from cast.
5568         * sysdeps/ieee754/ldbl-128/s_lroundl.c: Include <fenv.h> and
5569         <limits.h>.
5570         (__lroundl) [FE_INVALID]: Force FE_INVALID exception when result
5571         overflows but exception would not result from cast.
5572         * sysdeps/ieee754/ldbl-96/s_llroundl.c: Include <fenv.h> and
5573         <limits.h>.
5574         (__llroundl) [FE_INVALID]: Force FE_INVALID exception when result
5575         overflows but exception would not result from cast.
5576         * sysdeps/ieee754/ldbl-96/s_lroundl.c: Include <fenv.h> and
5577         <limits.h>.
5578         (__lroundl) [FE_INVALID]: Force FE_INVALID exception when result
5579         overflows but exception would not result from cast.
5580         * math/libm-test.inc (lround_test_data): Add more tests.
5581         (llround_test_data): Likewise.
5583 2015-10-07  Steve Ellcey  <sellcey@imgtec.com>
5585         * timezone/Makefile (CFLAGS-zic.c): Add -Wno-unused-variable.
5586         (CFLAGS-ialloc.c): Ditto.
5587         (CFLAGS-scheck.c): Ditto.
5589 2015-10-07  Carlos O'Donell  <carlos@redhat.com>
5591         [BZ #19086]
5592         * manual/filesys.texi (Storage Allocation): Fix argument order for
5593         posix_fallocate64.
5595 2015-10-07  Joseph Myers  <joseph@codesourcery.com>
5597         [BZ #19085]
5598         * sysdeps/ieee754/ldbl-128/s_lrintl.c (__lrintl): Move test for
5599         exponent below 48 inside case for non-overflowing exponent.
5600         * sysdeps/ieee754/ldbl-128/s_lroundl.c (__lroundl): Likewise.
5602 2015-10-07  Florian Weimer  <fweimer@redhat.com>
5604         * iconvdata/cp737.h (from_idx): Add const.
5605         * iconvdata/cp775.h (from_idx): Likewise.
5607 2015-10-07  Joseph Myers  <joseph@codesourcery.com>
5609         * sysdeps/mips/mips64/Implies: Use ieee754/dbl-64/wordsize-64.
5610         * sysdeps/ieee754/dbl-64/wordsize-64/s_issignaling.c
5611         (__issignaling) [HIGH_ORDER_BIT_IS_SET_FOR_SNAN]: Remove #error.
5613         [BZ #19079]
5614         * sysdeps/ieee754/dbl-64/wordsize-64/s_lround.c: Restore previous
5615         file, conditioned on [!_LP64].
5616         * sysdeps/ieee754/dbl-64/wordsize-64/s_llround.c
5617         [!_LP64] (__lround): Do not define as function or alias.
5618         [!_LP64] (lround): Likewise.
5619         [!_LP64] (__lroundl): Likewise.
5620         [!_LP64] (lroundl): Likewise.
5621         * sysdeps/tile/sysdep.h (REGISTER_CAST_INT32_TO_INT64): Remove
5622         macro.
5623         * sysdeps/x86_64/x32/sysdep.h (REGISTER_CAST_INT32_TO_INT64):
5624         Likewise.
5626 2015-10-06  Joseph Myers  <joseph@codesourcery.com>
5628         * math/libm-test.inc (lrint_test_data): Add more tests.
5629         (llrint_test_data): Likewise.
5630         (lround_test_data): Likewise.
5631         (llround_test_data): Likewise.
5633         * math/libm-test.inc (lrint_test_data): Add tests used for llrint.
5634         (llrint_test_data): Add tests used for lrint.
5636         * sysdeps/i386/configure.ac (libc_cv_cc_sse4): Remove configure
5637         test.
5638         * sysdeps/i386/configure: Regenerated.
5639         * sysdeps/i386/i686/multiarch/Makefile
5640         [$(config-cflags-sse4) = yes]: Make code unconditional.
5641         * sysdeps/i386/i686/multiarch/strcspn.S [HAVE_SSE4_SUPPORT]:
5642         Likewise.
5643         * sysdeps/i386/i686/multiarch/strspn.S [HAVE_SSE4_SUPPORT]:
5644         Likewise.
5645         * sysdeps/x86_64/configure.ac (libc_cv_cc_sse4): Remove configure
5646         test.
5647         * sysdeps/x86_64/configure: Regenerated.
5648         * sysdeps/x86_64/multiarch/Makefile [$(config-cflags-sse4) = yes]:
5649         Make code unconditional.
5650         * sysdeps/x86_64/multiarch/strcspn.S [HAVE_SSE4_SUPPORT]:
5651         Likewise.
5652         * sysdeps/x86_64/multiarch/strspn.S [HAVE_SSE4_SUPPORT]: Likewise.
5653         * config.h.in (HAVE_SSE4_SUPPORT): Remove #undef.
5655         * scripts/rpm2dynsym.sh: Remove file.
5657 2015-10-06  Florian Weimer  <fweimer@redhat.com>
5659         * configure.ac (libc_cv_cxx_thread_local): Define.
5660         * configure: Regenerate.
5661         * config.make.in (have-cxx-thread_local): Define.
5662         * nptl/Makefile (CFLAGS-tst-thread_local1.o):
5663         (LDLIBS-tst-thread_local1): Define.
5664         (tests): Add tst-thread_local1.
5665         [have-cxx-thread_local != yes] (tests-unsupported): Add
5666         tst-thread_local1.
5667         * nptl/tst-thread_local1.cc: New file.
5669 2015-10-06  Joseph Myers  <joseph@codesourcery.com>
5671         [BZ #19078]
5672         * sysdeps/ieee754/ldbl-128ibm/w_expl.c (o_thres): Remove variable.
5673         (u_thres): Likewise.
5674         (__expl): Determine whether to call __kernel_standard_l based on
5675         value of result, not argument.
5677         * math/libm-test.inc (scalb_test_data): Add more expectations for
5678         the "inexact" exception.
5680         [BZ #19077]
5681         * sysdeps/ieee754/ldbl-128ibm/e_logl.c (__ieee754_logl): Return
5682         0.0L for argument 1.0L.
5684         [BZ #19076]
5685         * sysdeps/ieee754/ldbl-128ibm/s_log1pl.c (__log1pl): Divide by
5686         constant 0.0L when computing infinite result.
5688 2015-10-06  Florian Weimer  <fweimer@redhat.com>
5690         [BZ #10432]
5691         * nis/nss_nis/nis-netgrp.c (_nss_nis_setnetgrent): Remove call to
5692         malloc_usable_size.
5694 2015-10-06  Florian Weimer  <fweimer@redhat.com>
5696         [BZ #19018]
5697         * stdlib/cxa_thread_atexit_impl.c (__cxa_thread_atexit_impl):
5698         Mangle function pointer before storing it.
5699         (__call_tls_dtors): Demangle function pointer before calling it.
5701 2015-10-05  Paul Pluzhnikov  <ppluzhnikov@google.com>
5703         [BZ #19012]
5704         * iconv/gconv_db.c (gen_steps): Check for additional errors.
5705         Clean up on failure.
5707 2015-10-05  Joseph Myers  <joseph@codesourcery.com>
5709         [BZ #19071]
5710         * sysdeps/ieee754/ldbl-96/s_lroundl.c (__lroundl): Use unsigned
5711         long int variable to store possibly incremented high part of
5712         mantissa.
5713         * math/libm-test.inc (lround_test_data): Add tests used for
5714         llround.  Use [LONG_MAX > 0x7fffffff] consistently as condition
5715         for tests requiring 64-bit long.  Do not condition tests on
5716         [TEST_FLOAT] unnecessarily.
5717         (llround_test_data): Add tests used for lround.  Add another
5718         expectation for the "inexact" exception.  Do not condition tests
5719         on [TEST_FLOAT] unnecessarily.
5721         [BZ #887]
5722         [BZ #19049]
5723         [BZ #19050]
5724         * sysdeps/generic/fix-int-fp-convert-zero.h: New file.
5725         * sysdeps/ieee754/dbl-64/e_log10.c: Include
5726         <fix-int-fp-convert-zero.h>.
5727         (__ieee754_log10): Adjust signs as needed if FIX_INT_FP_CONVERT_ZERO.
5728         * sysdeps/ieee754/dbl-64/e_log2.c: Include
5729         <fix-int-fp-convert-zero.h>.
5730         (__ieee754_log2): Adjust signs as needed if FIX_INT_FP_CONVERT_ZERO.
5731         * sysdeps/ieee754/dbl-64/s_erf.c: Include
5732         <fix-int-fp-convert-zero.h>.
5733         (__erfc): Adjust signs as needed if FIX_INT_FP_CONVERT_ZERO.
5734         * sysdeps/ieee754/dbl-64/s_logb.c: Include
5735         <fix-int-fp-convert-zero.h>.
5736         (__logb): Adjust signs as needed if FIX_INT_FP_CONVERT_ZERO.
5737         * sysdeps/ieee754/flt-32/e_log10f.c: Include
5738         <fix-int-fp-convert-zero.h>.
5739         (__ieee754_log10f): Adjust signs as needed if FIX_INT_FP_CONVERT_ZERO.
5740         * sysdeps/ieee754/flt-32/e_log2f.c: Include
5741         <fix-int-fp-convert-zero.h>.
5742         (__ieee754_log2f): Adjust signs as needed if FIX_INT_FP_CONVERT_ZERO.
5743         * sysdeps/ieee754/flt-32/s_erff.c: Include
5744         <fix-int-fp-convert-zero.h>.
5745         (__erfcf): Adjust signs as needed if FIX_INT_FP_CONVERT_ZERO.
5746         * sysdeps/ieee754/flt-32/s_logbf.c: Include
5747         <fix-int-fp-convert-zero.h>.
5748         (__logbf): Adjust signs as needed if FIX_INT_FP_CONVERT_ZERO.
5749         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Include
5750         <fix-int-fp-convert-zero.h>.
5751         (__erfcl): Adjust signs as needed if FIX_INT_FP_CONVERT_ZERO.
5752         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c: Include
5753         <fix-int-fp-convert-zero.h>.
5754         (__logbl): Adjust signs as needed if FIX_INT_FP_CONVERT_ZERO.
5755         * sysdeps/powerpc/powerpc32/fpu/configure.ac: New file.
5756         * sysdeps/powerpc/powerpc32/fpu/configure: New generated file.
5757         * sysdeps/powerpc/powerpc32/fpu/fix-int-fp-convert-zero.h: New
5758         file.
5759         * config.h.in [_LIBC] (HAVE_PPC_FCFID): New macro.
5761 2015-10-03  Paul Pluzhnikov  <ppluzhnikov@google.com>
5763         * sysdeps/x86_64/fpu/libm-test-ulps: Regenerated.
5765 2015-10-02  Joseph Myers  <joseph@codesourcery.com>
5767         [BZ #19059]
5768         * math/s_nexttowardf.c (__nexttowardf): Do not return value from
5769         overflowing computation.
5770         * sysdeps/i386/fpu/s_nexttoward.c (__nexttoward): Likewise.
5771         * sysdeps/i386/fpu/s_nexttowardf.c (__nexttowardf): Likewise.
5772         * sysdeps/ieee754/ldbl-128/s_nexttoward.c (__nexttoward):
5773         Likewise.
5774         * sysdeps/ieee754/ldbl-128/s_nexttowardf.c (__nexttowardf):
5775         Likewise.
5776         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c (__nexttoward):
5777         Likewise.
5778         * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c (__nexttowardf):
5779         Likewise.
5780         * sysdeps/ieee754/ldbl-96/s_nexttoward.c (__nexttoward): Likewise.
5781         * sysdeps/ieee754/ldbl-96/s_nexttowardf.c (__nexttowardf):
5782         Likewise.
5783         * sysdeps/ieee754/ldbl-opt/s_nexttowardfd.c (__nldbl_nexttowardf):
5784         Likewise.
5785         * math/libm-test.inc (nexttoward_test_data): Add more tests.
5787         * nss/rewrite_field.c (__nss_rewrite_field): Use
5788         internal_function.
5789         * nss/valid_field.c (__nss_valid_field): Likewise.
5790         * nss/valid_list_field.c (__nss_valid_list_field): Likewise.
5792 2015-10-02  Florian Weimer  <fweimer@redhat.com>
5794         [BZ #18724]
5795         * include/nss.h (NSS_INVALID_FIELD_CHARACTERS): Define.
5796         (__nss_invalid_field_characters, __nss_valid_field)
5797         (__nss_valid_list_field, __nss_rewrite_field): Declare.
5798         * nss/valid_field.c, nss/valid_list_field, nss/rewrite_field.c,
5799         tst-field.c: New file.
5800         * nss/Makefile (routines): Add valid_field, rewrite_field.
5801         (tests-static): Define unconditionally.
5802         (tests): Include tests-static.
5803         [build-static-nss] (tests-static): Use append.
5804         [build-static-nss] (tests): Remove modification.
5805         * nss/getent.c (print_group): Call putgrent.  Report error.
5806         (print_gshadow): Call putsgent.  Report error.
5807         (print_passwd): Call putpwent.  Report error.
5808         (print_shadow): Call putspent.  Report error.
5809         * include/pwd.h: Include <nss.h> instead of <nss/nss.h>.
5810         * pwd/pwd.h (putpwent): Remove incorrect nonnull attribute.
5811         * pwd/putpwent.c (putpwent): Use ISO function definition.  Check
5812         name, password, directory, shell fields for valid syntax.  Rewrite
5813         GECOS field to match syntax.
5814         * pwd/Makefile (tests): Add tst-putpwent.
5815         * pwd/tst-putpwent.c: New file.
5816         * grp/putgrent.c (putgrent): Convert to ISO function definition.
5817         Check grName, grpasswd, gr_mem fields for valid syntax.
5818         Change loop variable i to size_t.
5819         * grp/Makefile (tests): Add tst-putgrent.
5820         * grp/tst-putgrent.c: New file.
5821         * shadow/putspent.c (putspent): Check sp_namp, sp_pwdp fields for
5822         valid syntax.
5823         * shadow/Makefile (tests): Add tst-putspent.
5824         * shadow/tst-putspent.c: New file.
5825         * gshadow/putsgent.c (putsgent): Check sg_namp, sg_passwd, sg_adm,
5826         sg_mem fields for valid syntax.
5827         * gshadow/Makefile (tests): Add tst-putsgent.
5828         * gshadow/tst-putsgent.c: New file.
5830 2015-10-01  Gabriel F. T. Gomes  <gftg@linux.vnet.ibm.com>
5832         * sysdeps/powerpc/powerpc64/power8/strncpy.S: Added comments to some
5833         assembly instructions.
5835 2015-10-01  Gabriel F. T. Gomes  <gftg@linux.vnet.ibm.com>
5837         * sysdeps/powerpc/powerpc64/power8/strncpy.S: Remove or add register
5838         prefix from operands.
5840 2015-10-01  Joseph Myers  <joseph@codesourcery.com>
5842         [BZ #16347]
5843         [BZ #19046]
5844         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c: Do not include
5845         <libc-internal.h>.
5846         (MAXLGM): Do not use diagnostic control macros.
5847         [LDBL_MANT_DIG == 106] (MAXLGM): Change value to overflow
5848         threshold for ldbl-128ibm.
5849         (__ieee754_lgammal_r): For large arguments, multiply by log - 1
5850         instead of multiplying by log then subtracting.
5851         * math/auto-libm-test-in: Add more tests of lgamma.
5852         * math/auto-libm-test-out: Regenerated.
5854         * math/libm-test.inc (TYPE_DECIMAL_DIG): New macro.
5855         (TYPE_HEX_DIG): Likewise.
5856         (print_float): Use TYPE_DECIMAL_DIG - 1 and TYPE_HEX_DIG - 1 as
5857         precisions when printing floating-point numbers.
5858         (check_float_internal): Likewise.
5860 2015-09-30  Joseph Myers  <joseph@codesourcery.com>
5862         [BZ #16620]
5863         * sysdeps/ieee754/ldbl-128ibm/e_exp10l.c (log10_high): Use value
5864         of log (10) rounded downward to 48 bits.
5865         (log10_low): Use corresponding low part of log (10).
5867         [BZ #19032]
5868         * sysdeps/i386/fpu/e_acosh.S (__ieee754_acosh): For arguments < 1,
5869         compute result as (x - x) / (x - x) not as 0 / 0.
5870         * sysdeps/i386/fpu/e_acoshf.S (__ieee754_acoshf): Likewise.
5871         * math/libm-test.inc (acosh_test_data): Add another test of acosh.
5873         * math/auto-libm-test-in: Add more tests of acos, acosh, asin,
5874         atan, atan2, atanh, cbrt, cos, cosh, erf, erfc, exp, exp10, exp2
5875         and expm1.
5876         * math/auto-libm-test-out: Regenerated.
5877         * math/libm-test.inc (acos_test_data): Add more tests.
5878         (asin_test_data): Likewise.
5879         (asinh_test_data): Likewise.
5880         (atan_test_data): Likewise.
5881         (atanh_test_data): Likewise.
5882         (atan2_test_data): Likewise.
5883         (cbrt_test_data): Likewise.
5884         (ceil_test_data): Likewise.
5885         (copysign_test_data): Likewise.
5886         (cos_test_data): Likewise.
5887         (cosh_test_data): Likewise.
5888         (erf_test_data): Likewise.
5889         (erfc_test_data): Likewise.
5890         (exp_test_data): Likewise.
5891         (exp10_test_data): Likewise.
5892         (exp2_test_data): Likewise.
5893         (expm1_test_data): Likewise.
5894         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
5896 2015-09-30  H.J. Lu  <hongjiu.lu@intel.com>
5898         [BZ #19006]
5899         * sysdeps/unix/sysv/linux/i386/i486/libc-lowlevellock.S: Moved
5900         to ...
5901         * sysdeps/unix/sysv/linux/i386/libc-lowlevellock.S: Here.
5902         * sysdeps/unix/sysv/linux/i386/i486/lll_timedlock_wait.c: Moved
5903         to ...
5904         * sysdeps/unix/sysv/linux/i386/lll_timedlock_wait.c: Here.
5905         * sysdeps/unix/sysv/linux/i386/i486/lll_timedwait_tid.c: Moved
5906         to ...
5907         * sysdeps/unix/sysv/linux/i386/lll_timedwait_tid.c: Here.
5908         * sysdeps/unix/sysv/linux/i386/i486/lowlevellock.S: Moved to ...
5909         * sysdeps/unix/sysv/linux/i386/lowlevellock.S: Here.
5910         * sysdeps/unix/sysv/linux/i386/i486/lowlevelrobustlock.S: Moved
5911         to ...
5912         * sysdeps/unix/sysv/linux/i386/lowlevelrobustlock.S: Here.
5913         * sysdeps/unix/sysv/linux/i386/i486/pthread_barrier_wait.S:
5914         Moved to ...
5915         * sysdeps/unix/sysv/linux/i386/pthread_barrier_wait.S: Here.
5916         * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_broadcast.S:
5917         Moved to ...
5918         * sysdeps/unix/sysv/linux/i386/pthread_cond_broadcast.S: Here.
5919         * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_signal.S: Moved
5920         to ...
5921         * sysdeps/unix/sysv/linux/i386/pthread_cond_signal.S: Here.
5922         * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_timedwait.S:
5923         Moved to ...
5924         * sysdeps/unix/sysv/linux/i386/pthread_cond_timedwait.S: Here.
5925         * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_wait.S: Moved
5926         to ...
5927         * sysdeps/unix/sysv/linux/i386/pthread_cond_wait.S: Here.
5928         * sysdeps/unix/sysv/linux/i386/i586/libc-lowlevellock.S:
5929         Removed.
5930         * sysdeps/unix/sysv/linux/i386/i586/lll_timedlock_wait.c:
5931         Likewise.
5932         * sysdeps/unix/sysv/linux/i386/i586/lll_timedwait_tid.c:
5933         Likewise.
5934         * sysdeps/unix/sysv/linux/i386/i586/lowlevellock.S: Likewise.
5935         * sysdeps/unix/sysv/linux/i386/i586/lowlevelrobustlock.S:
5936         Likewise.
5937         * sysdeps/unix/sysv/linux/i386/i586/pthread_barrier_wait.S:
5938         Likewise.
5939         * sysdeps/unix/sysv/linux/i386/i586/pthread_cond_broadcast.S:
5940         Likewise.
5941         * sysdeps/unix/sysv/linux/i386/i586/pthread_cond_signal.S:
5942         Likewise.
5943         * sysdeps/unix/sysv/linux/i386/i586/pthread_cond_timedwait.S:
5944         Likewise.
5945         * sysdeps/unix/sysv/linux/i386/i586/pthread_cond_wait.S:
5946         Likewise.
5947         * sysdeps/unix/sysv/linux/i386/i686/libc-lowlevellock.S:
5948         Likewise.
5949         * sysdeps/unix/sysv/linux/i386/i686/lll_timedlock_wait.c:
5950         Likewise.
5951         * sysdeps/unix/sysv/linux/i386/i686/lll_timedwait_tid.c:
5952         Likewise.
5953         * sysdeps/unix/sysv/linux/i386/i686/lowlevellock.S: Likewise.
5954         * sysdeps/unix/sysv/linux/i386/i686/lowlevelrobustlock.S:
5955         Likewise.
5956         * sysdeps/unix/sysv/linux/i386/i686/pthread_barrier_wait.S:
5957         Likewise.
5958         * sysdeps/unix/sysv/linux/i386/i686/pthread_cond_broadcast.S:
5959         Likewise.
5960         * sysdeps/unix/sysv/linux/i386/i686/pthread_cond_signal.S:
5961         Likewise.
5962         * sysdeps/unix/sysv/linux/i386/i686/pthread_cond_wait.S:
5963         Likewise.
5964         * sysdeps/unix/sysv/linux/i386/i686/pthread_cond_timedwait.S:
5965         Replace ../i486/pthread_cond_timedwait.S with
5966         ../pthread_cond_timedwait.S.
5968 2015-09-30  Joseph Myers  <joseph@codesourcery.com>
5970         * math/libm-test.inc (acos_test_data): Refine expectations for
5971         errno and "inexact" exceptions.
5972         (acosh_test_data): Likewise.
5973         (asin_test_data): Likewise.
5974         (asinh_test_data): Likewise.
5975         (atan_test_data): Likewise.
5976         (atanh_test_data): Likewise.
5977         (atan2_test_data): Likewise.
5978         (cbrt_test_data): Likewise.
5979         (ceil_test_data): Likewise.
5980         (copysign_test_data): Likewise.
5981         (cosh_test_data): Likewise.
5982         (erf_test_data): Likewise.
5983         (erfc_test_data): Likewise.
5984         (exp_test_data): Likewise.
5985         (exp10_test_data): Likewise.
5986         (exp2_test_data): Likewise.
5987         (expm1_test_data): Likewise.
5988         (fabs_test_data): Likewise.
5989         (floor_test_data): Likewise.
5990         (fma_test_data): Likewise.
5991         (fmax_test_data): Likewise.
5992         (fmin_test_data): Likewise.
5993         (fmod_test_data): Likewise.
5994         (fpclassify_test_data): Likewise.
5995         (frexp_test_data): Likewise.
5996         (hypot_test_data): Likewise.
5997         (ilogb_test_data): Likewise.
5998         (isgreater_test_data): Likewise.
5999         (isgreaterequal_test_data): Likewise.
6000         (isinf_test_data): Likewise.
6001         (isless_test_data): Likewise.
6002         (islessequal_test_data): Likewise.
6003         (islessgreater_test_data): Likewise.
6004         (isnan_test_data): Likewise.
6005         (isnormal_test_data): Likewise.
6006         (issignaling_test_data): Likewise.
6007         (isunordered_test_data): Likewise.
6008         (j0_test_data): Likewise.
6009         (j1_test_data): Likewise.
6010         (jn_test_data): Likewise.
6011         (lgamma_test_data): Likewise.
6012         (lrint_test_data): Likewise.
6013         (llrint_test_data): Likewise.
6014         (log_test_data): Likewise.
6015         (log10_test_data): Likewise.
6016         (log1p_test_data): Likewise.
6017         (log2_test_data): Likewise.
6018         (logb_test_data): Likewise.
6019         (lround_test_data): Likewise.
6020         (llround_test_data): Likewise.
6021         (modf_test_data): Likewise.
6022         (nearbyint_test_data): Likewise.
6023         (nextafter_test_data): Likewise.
6024         (nexttoward_test_data): Likewise.
6025         (pow_test_data): Likewise.
6026         (remainder_test_data): Likewise.
6027         (remquo_test_data): Likewise.
6028         (rint_test_data): Likewise.
6029         (round_test_data): Likewise.
6030         (signbit_test_data): Likewise.
6031         (sinh_test_data): Likewise.
6032         (sqrt_test_data): Likewise.
6033         (tanh_test_data): Likewise.
6034         (tgamma_test_data): Likewise.
6035         (trunc_test_data): Likewise.
6036         (y0_test_data): Likewise.
6037         (y1_test_data): Likewise.
6038         (yn_test_data): Likewise.
6039         (significand_test_data): Likewise.
6041 2015-09-29  Carlos O'Donell  <carlos@redhat.com>
6043         * manual/filesys.texi (Storage Allocation): Document that
6044         posix_fallocate emulation fails when fd is open with O_WRONLY.
6046 2015-09-28  Joseph Myers  <joseph@codesourcery.com>
6048         [BZ #19016]
6049         * sysdeps/generic/math_private.h (__x2y2m1f): Update comment to
6050         allow more cases with X^2 + Y^2 >= 0.5.
6051         * sysdeps/ieee754/dbl-64/x2y2m1.c (__x2y2m1): Likewise.  Add -1 as
6052         normal element in sum instead of special-casing based on values of
6053         arguments.
6054         * sysdeps/ieee754/dbl-64/x2y2m1f.c (__x2y2m1f): Update comment.
6055         * sysdeps/ieee754/ldbl-128/x2y2m1l.c (__x2y2m1l): Likewise.  Add
6056         -1 as normal element in sum instead of special-casing based on
6057         values of arguments.
6058         * sysdeps/ieee754/ldbl-128ibm/x2y2m1l.c (__x2y2m1l): Likewise.
6059         * sysdeps/ieee754/ldbl-96/x2y2m1.c [FLT_EVAL_METHOD != 0]
6060         (__x2y2m1): Update comment.
6061         * sysdeps/ieee754/ldbl-96/x2y2m1l.c (__x2y2m1l): Likewise.  Add -1
6062         as normal element in sum instead of special-casing based on values
6063         of arguments.
6064         * math/s_clog.c (__clog): Handle more cases using log1p without
6065         hypot.
6066         * math/s_clog10.c (__clog10): Likewise.
6067         * math/s_clog10f.c (__clog10f): Likewise.
6068         * math/s_clog10l.c (__clog10l): Likewise.
6069         * math/s_clogf.c (__clogf): Likewise.
6070         * math/s_clogl.c (__clogl): Likewise.
6071         * math/auto-libm-test-in: Add more tests of clog and clog10.
6072         * math/auto-libm-test-out: Regenerated.
6073         * sysdeps/i386/fpu/libm-test-ulps: Update.
6074         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
6076 2015-09-28  Martin Sebor  <msebor@redhat.com>
6078         [BZ #18969]
6079         * string/Makefile (LOCALES): Define.
6080         (gen-locales.mk): Include.
6081         (test-strcasecmp.out, test-strncasecmp.out, tst-strxfrm.out)
6082         (tst-strxfrm2.out): Add deppendency on $(gen-locales).
6083         * string/tst-strxfrm2.c (do_test): Print the name of the locale
6084         on setlocale failure.
6086 2015-09-26  Paul Pluzhnikov  <ppluzhnikov@google.com>
6088         [BZ #18985]
6089         * time/strftime_l.c (a_wkday, f_wkday, a_month, f_month): Range check.
6090         (__strftime_internal): Likewise.
6091         * time/tst-strftime.c (do_bz18985): New test.
6092         (do_test): Call it.
6094 2015-09-26  Joseph Myers  <joseph@codesourcery.com>
6096         [BZ #18956]
6097         * sysdeps/ieee754/flt-32/e_powf.c (__ieee754_powf): Add 0x00400000
6098         not 0x0040000 for high bit of mantissa.  Mask with 0xfffff000 when
6099         extracting high part.
6100         * math/auto-libm-test-in: Add another test of pow.
6101         * math/auto-libm-test-out: Regenerated.
6102         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
6104 2015-09-25  Joseph Myers  <joseph@codesourcery.com>
6106         [BZ #18825]
6107         * sysdeps/i386/fpu/i386-math-asm.h (FLT_NARROW_EVAL_UFLOW_NONNAN):
6108         New macro.
6109         (DBL_NARROW_EVAL_UFLOW_NONNAN): Likewise.
6110         (LDBL_CHECK_FORCE_UFLOW_NONNAN): Likewise.
6111         * sysdeps/i386/fpu/e_pow.S: Use DEFINE_DBL_MIN.
6112         (__ieee754_pow): Use DBL_NARROW_EVAL_UFLOW_NONNAN instead of
6113         DBL_NARROW_EVAL, reloading the PIC register as needed.
6114         * sysdeps/i386/fpu/e_powf.S: Use DEFINE_FLT_MIN.
6115         (__ieee754_powf): Use FLT_NARROW_EVAL_UFLOW_NONNAN instead of
6116         FLT_NARROW_EVAL.  Use separate return path for case when first
6117         argument is NaN.
6118         * sysdeps/i386/fpu/e_powl.S: Include <i386-math-asm.h>.  Use
6119         DEFINE_LDBL_MIN.
6120         (__ieee754_powl): Use LDBL_CHECK_FORCE_UFLOW_NONNAN, reloading the
6121         PIC register.
6122         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Use
6123         math_check_force_underflow_nonneg.
6124         * sysdeps/ieee754/flt-32/e_powf.c (__ieee754_powf): Force
6125         underflow for subnormal result.
6126         * sysdeps/ieee754/ldbl-128/e_powl.c (__ieee754_powl): Likewise.
6127         * sysdeps/ieee754/ldbl-128ibm/e_powl.c (__ieee754_powl): Use
6128         math_check_force_underflow_nonneg.
6129         * sysdeps/x86/fpu/powl_helper.c (__powl_helper): Use
6130         math_check_force_underflow.
6131         * sysdeps/x86_64/fpu/x86_64-math-asm.h
6132         (LDBL_CHECK_FORCE_UFLOW_NONNAN): New macro.
6133         * sysdeps/x86_64/fpu/e_powl.S: Include <x86_64-math-asm.h>.  Use
6134         DEFINE_LDBL_MIN.
6135         (__ieee754_powl): Use LDBL_CHECK_FORCE_UFLOW_NONNAN.
6136         * math/auto-libm-test-in: Add more tests of pow.
6137         * math/auto-libm-test-out: Regenerated.
6139 2015-09-25  Florian Weimer  <fweimer@redhat.com>
6141         * nss/bug17079.c (init_test_items): Add diagnostic for
6142         inconsistent entries.
6143         (test_buffer_size): Skip inconsistent entries.
6145 2015-09-25  Joseph Myers  <joseph@codesourcery.com>
6147         [BZ #13304]
6148         * sysdeps/m68k/coldfire/nofpu/s_fma.c: New file.
6149         * sysdeps/m68k/coldfire/nofpu/s_fmaf.c: Likewise.
6150         * sysdeps/m68k/coldfire/nofpu/sfp-machine.h: Likewise.
6152         [BZ #13304]
6153         * sysdeps/microblaze/s_fma.c: New file.
6154         * sysdeps/microblaze/s_fmaf.c: Likewise.
6155         * sysdeps/microblaze/sfp-machine.h: Likewise.
6157 2015-09-25  Maciej W. Rozycki  <macro@imgtec.com>
6159         [BZ #17250]
6160         * elf/dl-support.c (_dl_main_map): Don't initialize l_flags_1
6161         member.
6163 2015-09-24  Joseph Myers  <joseph@codesourcery.com>
6165         [BZ #18803]
6166         * sysdeps/i386/fpu/e_hypot.S: Use DEFINE_DBL_MIN.
6167         (MO): New macro.
6168         (__ieee754_hypot) [PIC]: Load PIC register.
6169         (__ieee754_hypot): Use DBL_NARROW_EVAL_UFLOW_NONNEG instead of
6170         DBL_NARROW_EVAL.
6171         * sysdeps/ieee754/dbl-64/e_hypot.c (__ieee754_hypot): Use
6172         math_check_force_underflow_nonneg in case where result might be
6173         tiny.
6174         * sysdeps/ieee754/ldbl-128/e_hypotl.c (__ieee754_hypotl):
6175         Likewise.
6176         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c (__ieee754_hypotl):
6177         Likewise.
6178         * sysdeps/ieee754/ldbl-96/e_hypotl.c (__ieee754_hypotl): Likewise.
6179         * sysdeps/powerpc/fpu/e_hypot.c (__ieee754_hypot): Likewise.
6180         * math/auto-libm-test-in: Add more tests of hypot.
6181         * math/auto-libm-test-out: Regenerated.
6183 2015-09-24  Steve Ellcey  <sellcey@imgtec.com>
6185         * sysdeps/mips/math_private.h (libc_fesetenv_mips): Mark cw as unused.
6187 2015-09-24  Joseph Myers  <joseph@codesourcery.com>
6189         * sysdeps/x86_64/fpu/x86_64-math-asm.h: New file.
6190         * sysdeps/x86_64/fpu/e_exp2l.S: Include <x86_64-math-asm.h>.
6191         (ldbl_min): Replace with use of DEFINE_LDBL_MIN.
6192         (__ieee754_exp2l): Use LDBL_CHECK_FORCE_UFLOW_NONNEG_NAN.
6193         * sysdeps/x86_64/fpu/e_expl.S: Include <x86_64-math-asm.h>.
6194         [!USE_AS_EXPM1L] (cmin): Replace with use of DEFINE_LDBL_MIN.
6195         (IEEE754_EXPL): Use LDBL_CHECK_FORCE_UFLOW_NONNEG.
6197         * sysdeps/i386/fpu/e_atanh.S (__ieee754_atanh) [PIC]: Use
6198         LOAD_PIC_REG.
6200         * sysdeps/i386/fpu/i386-math-asm.h (DEFINE_LDBL_MIN): New macro.
6201         (FLT_CHECK_FORCE_UFLOW): Likewise.
6202         (DBL_CHECK_FORCE_UFLOW): Likewise.
6203         (FLT_CHECK_FORCE_UFLOW_NARROW): Likewise.
6204         (DBL_CHECK_FORCE_UFLOW_NARROW): Likewise.
6205         (LDBL_CHECK_FORCE_UFLOW_NONNEG_NAN): Likewise.
6206         (FLT_CHECK_FORCE_UFLOW_NONNAN): Likewise.
6207         (DBL_CHECK_FORCE_UFLOW_NONNAN): Likewise.
6208         (FLT_CHECK_FORCE_UFLOW_NONNEG): Likewise.
6209         (DBL_CHECK_FORCE_UFLOW_NONNEG): Likewise.
6210         (LDBL_CHECK_FORCE_UFLOW_NONNEG): Likewise.
6211         * sysdeps/i386/fpu/e_asin.S: Include <i386-math-asm.h>.
6212         (dbl_min): Replace with use of DEFINE_DBL_MIN.
6213         (__ieee754_asin): Use DBL_CHECK_FORCE_UFLOW.
6214         * sysdeps/i386/fpu/e_asinf.S: Include <i386-math-asm.h>.
6215         (flt_min): Replace with use of DEFINE_FLT_MIN.
6216         (__ieee754_asinf): Use FLT_CHECK_FORCE_UFLOW.
6217         * sysdeps/i386/fpu/e_atan2.S: Include <i386-math-asm.h>.
6218         (dbl_min): Replace with use of DEFINE_DBL_MIN.
6219         (__ieee754_atan2): Use DBL_CHECK_FORCE_UFLOW_NARROW.
6220         * sysdeps/i386/fpu/e_atan2f.S: Include <i386-math-asm.h>.
6221         (flt_min): Replace with use of DEFINE_FLT_MIN.
6222         (__ieee754_atan2f): Use FLT_CHECK_FORCE_UFLOW_NARROW.
6223         * sysdeps/i386/fpu/e_atanh.S: Include <i386-math-asm.h>.
6224         (dbl_min): Replace with use of DEFINE_DBL_MIN.
6225         (__ieee754_atanh): Use DBL_CHECK_FORCE_UFLOW_NONNEG.
6226         * sysdeps/i386/fpu/e_atanhf.S: Include <i386-math-asm.h>.
6227         (flt_min): Replace with use of DEFINE_FLT_MIN.
6228         (__ieee754_atanhf): Use FLT_CHECK_FORCE_UFLOW_NONNEG.
6229         * sysdeps/i386/fpu/e_exp2l.S: Include <i386-math-asm.h>.
6230         (ldbl_min): Replace with use of DEFINE_LDBL_MIN.
6231         (__ieee754_exp2l): Use LDBL_CHECK_FORCE_UFLOW_NONNEG_NAN.
6232         * sysdeps/i386/fpu/e_expl.S: Include <i386-math-asm.h>.
6233         [!USE_AS_EXPM1L] (cmin): Replace with use of DEFINE_LDBL_MIN.
6234         (IEEE754_EXPL): Use LDBL_CHECK_FORCE_UFLOW_NONNEG.
6235         * sysdeps/i386/fpu/s_atan.S: Include <i386-math-asm.h>.
6236         (dbl_min): Replace with use of DEFINE_DBL_MIN.
6237         (__atan): Use DBL_CHECK_FORCE_UFLOW.
6238         * sysdeps/i386/fpu/s_atanf.S: Include <i386-math-asm.h>.
6239         (flt_min): Replace with use of DEFINE_FLT_MIN.
6240         (__atanf): Use FLT_CHECK_FORCE_UFLOW.
6241         * sysdeps/i386/fpu/s_expm1.S: Include <i386-math-asm.h>.
6242         (dbl_min): Replace with use of DEFINE_DBL_MIN.
6243         (__expm1): Use DBL_CHECK_FORCE_UFLOW.  Move underflow check after
6244         main computation.
6245         * sysdeps/i386/fpu/s_expm1f.S: Include <i386-math-asm.h>.
6246         (flt_min): Replace with use of DEFINE_FLT_MIN.
6247         (__expm1f): Use FLT_CHECK_FORCE_UFLOW.  Move underflow check after
6248         main computation.
6249         * sysdeps/i386/fpu/s_log1p.S: Include <i386-math-asm.h>.
6250         (dbl_min): Replace with use of DEFINE_DBL_MIN.
6251         (MO): New macro.
6252         (__log1p): Use MO.  Use DBL_CHECK_FORCE_UFLOW_NONNAN.
6253         * sysdeps/i386/fpu/s_log1pf.S: Include <i386-math-asm.h>.
6254         (flt_min): Replace with use of DEFINE_FLT_MIN.
6255         (MO): New macro.
6256         (__log1pf): Use MO.  Use FLT_CHECK_FORCE_UFLOW_NONNAN.
6257         * sysdeps/i386/fpu/s_log1pl.S (MO): New macro.
6258         (__log1pl): Use MO.
6260         [BZ #19003]
6261         * sysdeps/x86_64/fpu/multiarch/Makefile (CFLAGS-e_pow-fma4.c): Add
6262         $(config-cflags-nofma).
6264 2015-09-24  Szabolcs Nagy  <szabolcs.nagy@arm.com>
6266         * sysdeps/aarch64/libm-test-ulps: Regenerated.
6268 2015-09-23  Joseph Myers  <joseph@codesourcery.com>
6270         * sysdeps/ieee754/flt-32/e_exp2f.c (TWOM100): Remove volatile.
6271         (TWO127): Likewise.
6273         * sysdeps/generic/math_private.h (fabs_tg): New macro.
6274         (min_of_type): Likewise.
6275         (math_check_force_underflow): Likewise.
6276         (math_check_force_underflow_nonneg): Likewise.
6277         (math_check_force_underflow_complex): Likewise.
6278         * math/e_exp2l.c (__ieee754_exp2l): Use
6279         math_check_force_underflow_nonneg.
6280         * math/k_casinh.c (__kernel_casinh): Likewise.
6281         * math/k_casinhf.c (__kernel_casinhf): Likewise.
6282         * math/k_casinhl.c (__kernel_casinhl): Likewise.
6283         * math/s_catan.c (__catan): Use
6284         math_check_force_underflow_complex.
6285         * math/s_catanf.c (__catanf): Likewise.
6286         * math/s_catanh.c (__catanh): Likewise.
6287         * math/s_catanhf.c (__catanhf): Likewise.
6288         * math/s_catanhl.c (__catanhl): Likewise.
6289         * math/s_catanl.c (__catanl): Likewise.
6290         * math/s_ccosh.c (__ccosh): Likewise.
6291         * math/s_ccoshf.c (__ccoshf): Likewise.
6292         * math/s_ccoshl.c (__ccoshl): Likewise.
6293         * math/s_cexp.c (__cexp): Likewise.
6294         * math/s_cexpf.c (__cexpf): Likewise.
6295         * math/s_cexpl.c (__cexpl): Likewise.
6296         * math/s_clog.c (__clog): Use math_check_force_underflow_nonneg.
6297         * math/s_clog10.c (__clog10): Likewise.
6298         * math/s_clog10f.c (__clog10f): Likewise.
6299         * math/s_clog10l.c (__clog10l): Likewise.
6300         * math/s_clogf.c (__clogf): Likewise.
6301         * math/s_clogl.c (__clogl): Likewise.
6302         * math/s_csin.c (__csin): Use math_check_force_underflow_complex.
6303         * math/s_csinf.c (__csinf): Likewise.
6304         * math/s_csinh.c (__csinh): Likewise.
6305         * math/s_csinhf.c (__csinhf): Likewise.
6306         * math/s_csinhl.c (__csinhl): Likewise.
6307         * math/s_csinl.c (__csinl): Likewise.
6308         * math/s_csqrt.c (__csqrt): Use math_check_force_underflow.
6309         * math/s_csqrtf.c (__csqrtf): Likewise.
6310         * math/s_csqrtl.c (__csqrtl): Likewise.
6311         * math/s_ctan.c (__ctan): Use math_check_force_underflow_complex.
6312         * math/s_ctanf.c (__ctanf): Likewise.
6313         * math/s_ctanh.c (__ctanh): Likewise.
6314         * math/s_ctanhf.c (__ctanhf): Likewise.
6315         * math/s_ctanhl.c (__ctanhl): Likewise.
6316         * math/s_ctanl.c (__ctanl): Likewise.
6317         * stdlib/strtod_l.c (round_and_return): Use math_force_eval
6318         instead of volatile.
6319         * sysdeps/ieee754/dbl-64/e_asin.c (__ieee754_asin): Use
6320         math_check_force_underflow.
6321         * sysdeps/ieee754/dbl-64/e_atanh.c (__ieee754_atanh): Likewise.
6322         * sysdeps/ieee754/dbl-64/e_exp.c (__ieee754_exp): Do not use
6323         volatile when forcing underflow.
6324         * sysdeps/ieee754/dbl-64/e_exp2.c (__ieee754_exp2): Use
6325         math_check_force_underflow_nonneg.
6326         * sysdeps/ieee754/dbl-64/e_gamma_r.c (__ieee754_gamma_r):
6327         Likewise.
6328         * sysdeps/ieee754/dbl-64/e_j1.c (__ieee754_j1): Use
6329         math_check_force_underflow.
6330         * sysdeps/ieee754/dbl-64/e_jn.c (__ieee754_jn): Likewise.
6331         * sysdeps/ieee754/dbl-64/e_sinh.c (__ieee754_sinh): Likewise.
6332         * sysdeps/ieee754/dbl-64/s_asinh.c (__asinh): Likewise.
6333         * sysdeps/ieee754/dbl-64/s_atan.c (atan): Use
6334         math_check_force_underflow_nonneg.
6335         * sysdeps/ieee754/dbl-64/s_erf.c (__erf): Use
6336         math_check_force_underflow.
6337         * sysdeps/ieee754/dbl-64/s_expm1.c (__expm1): Likewise.
6338         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Use math_force_eval
6339         instead of volatile.
6340         * sysdeps/ieee754/dbl-64/s_log1p.c (__log1p): Use
6341         math_check_force_underflow.
6342         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Likewise.
6343         * sysdeps/ieee754/dbl-64/s_tan.c (tan): Use
6344         math_check_force_underflow_nonneg.
6345         * sysdeps/ieee754/dbl-64/s_tanh.c (__tanh): Use
6346         math_check_force_underflow.
6347         * sysdeps/ieee754/flt-32/e_asinf.c (__ieee754_asinf): Likewise.
6348         * sysdeps/ieee754/flt-32/e_atanhf.c (__ieee754_atanhf): Likewise.
6349         * sysdeps/ieee754/flt-32/e_exp2f.c (__ieee754_exp2f): Use
6350         math_check_force_underflow_nonneg.
6351         * sysdeps/ieee754/flt-32/e_gammaf_r.c (__ieee754_gammaf_r):
6352         Likewise.
6353         * sysdeps/ieee754/flt-32/e_j1f.c (__ieee754_j1f): Use
6354         math_check_force_underflow.
6355         * sysdeps/ieee754/flt-32/e_jnf.c (__ieee754_jnf): Likewise.
6356         * sysdeps/ieee754/flt-32/e_sinhf.c (__ieee754_sinhf): Likewise.
6357         * sysdeps/ieee754/flt-32/k_sinf.c (__kernel_sinf): Likewise.
6358         * sysdeps/ieee754/flt-32/k_tanf.c (__kernel_tanf): Likewise.
6359         * sysdeps/ieee754/flt-32/s_asinhf.c (__asinhf): Likewise.
6360         * sysdeps/ieee754/flt-32/s_atanf.c (__atanf): Likewise.
6361         * sysdeps/ieee754/flt-32/s_erff.c (__erff): Likewise.
6362         * sysdeps/ieee754/flt-32/s_expm1f.c (__expm1f): Likewise.
6363         * sysdeps/ieee754/flt-32/s_log1pf.c (__log1pf): Likewise.
6364         * sysdeps/ieee754/flt-32/s_tanhf.c (__tanhf): Likewise.
6365         * sysdeps/ieee754/ldbl-128/e_asinl.c (__ieee754_asinl): Likewise.
6366         * sysdeps/ieee754/ldbl-128/e_atanhl.c (__ieee754_atanhl):
6367         Likewise.
6368         * sysdeps/ieee754/ldbl-128/e_expl.c (__ieee754_expl): Use
6369         math_check_force_underflow_nonneg.
6370         * sysdeps/ieee754/ldbl-128/e_gammal_r.c (__ieee754_gammal_r):
6371         Likewise.
6372         * sysdeps/ieee754/ldbl-128/e_j1l.c (__ieee754_j1l): Use
6373         math_check_force_underflow.
6374         * sysdeps/ieee754/ldbl-128/e_jnl.c (__ieee754_jnl): Likewise.
6375         * sysdeps/ieee754/ldbl-128/e_sinhl.c (__ieee754_sinhl): Likewise.
6376         * sysdeps/ieee754/ldbl-128/k_sincosl.c (__kernel_sincosl):
6377         Likewise.
6378         * sysdeps/ieee754/ldbl-128/k_sinl.c (__kernel_sinl): Likewise.
6379         * sysdeps/ieee754/ldbl-128/k_tanl.c (__kernel_tanl): Likewise.
6380         * sysdeps/ieee754/ldbl-128/s_asinhl.c (__asinhl): Likewise.
6381         * sysdeps/ieee754/ldbl-128/s_atanl.c (__atanl): Likewise.
6382         * sysdeps/ieee754/ldbl-128/s_erfl.c (__erfl): Likewise.
6383         * sysdeps/ieee754/ldbl-128/s_expm1l.c (__expm1l): Likewise.
6384         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Use math_force_eval
6385         instead of volatile.
6386         * sysdeps/ieee754/ldbl-128/s_log1pl.c (__log1pl): Use
6387         math_check_force_underflow.
6388         * sysdeps/ieee754/ldbl-128/s_tanhl.c (__tanhl): Likewise.
6389         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c (__ieee754_asinl): Use
6390         math_check_force_underflow.
6391         * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c (__ieee754_atanhl):
6392         Likewise.
6393         * sysdeps/ieee754/ldbl-128ibm/e_gammal_r.c (__ieee754_gammal_r):
6394         Use math_check_force_underflow_nonneg.
6395         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c (__ieee754_jnl): Use
6396         math_check_force_underflow.
6397         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c (__ieee754_sinhl):
6398         Likewise.
6399         * sysdeps/ieee754/ldbl-128ibm/k_sincosl.c (__kernel_sincosl):
6400         Likewise.
6401         * sysdeps/ieee754/ldbl-128ibm/k_sinl.c (__kernel_sinl): Likewise.
6402         * sysdeps/ieee754/ldbl-128ibm/k_tanl.c (__kernel_tanl): Likewise.
6403         * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c (__asinhl): Likewise.
6404         * sysdeps/ieee754/ldbl-128ibm/s_atanl.c (__atanl): Likewise.
6405         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c (__erfl): Likewise.
6406         * sysdeps/ieee754/ldbl-128ibm/s_tanhl.c (__tanhl): Likewise.
6407         * sysdeps/ieee754/ldbl-96/e_asinl.c (__ieee754_asinl): Likewise.
6408         * sysdeps/ieee754/ldbl-96/e_atanhl.c (__ieee754_atanhl): Likewise.
6409         * sysdeps/ieee754/ldbl-96/e_gammal_r.c (__ieee754_gammal_r): Use
6410         math_check_force_underflow_nonneg.
6411         * sysdeps/ieee754/ldbl-96/e_j1l.c (__ieee754_j1l): Use
6412         math_check_force_underflow.
6413         * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_jnl): Likewise.
6414         * sysdeps/ieee754/ldbl-96/e_sinhl.c (__ieee754_sinhl): Likewise.
6415         * sysdeps/ieee754/ldbl-96/k_sinl.c (__kernel_sinl): Likewise.
6416         * sysdeps/ieee754/ldbl-96/k_tanl.c (__kernel_tanl): Use
6417         math_check_force_underflow_nonneg.
6418         * sysdeps/ieee754/ldbl-96/s_asinhl.c (__asinhl): Use
6419         math_check_force_underflow.
6420         * sysdeps/ieee754/ldbl-96/s_erfl.c (__erfl): Likewise.
6421         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Use math_force_eval
6422         instead of volatile.
6423         * sysdeps/ieee754/ldbl-96/s_tanhl.c (__tanhl): Use
6424         math_check_force_underflow.
6426         * math/s_nexttowardf.c (__nexttowardf): Use math_narrow_eval.
6427         * stdlib/strtod_l.c: Include <math_private.h>.
6428         (overflow_value): Use math_narrow_eval.
6429         (underflow_value): Likewise.
6430         * sysdeps/i386/fpu/s_nexttoward.c (__nexttoward): Likewise.
6431         * sysdeps/i386/fpu/s_nexttowardf.c (__nexttowardf): Likewise.
6432         * sysdeps/ieee754/dbl-64/e_gamma_r.c (gamma_positive): Likewise.
6433         (__ieee754_gamma_r): Likewise.
6434         * sysdeps/ieee754/dbl-64/gamma_productf.c (__gamma_productf):
6435         Likewise.
6436         * sysdeps/ieee754/dbl-64/k_rem_pio2.c (__kernel_rem_pio2):
6437         Likewise.
6438         * sysdeps/ieee754/dbl-64/lgamma_neg.c (__lgamma_neg): Likewise.
6439         * sysdeps/ieee754/dbl-64/s_erf.c (__erfc): Likewise.
6440         * sysdeps/ieee754/dbl-64/s_llrint.c (__llrint): Likewise.
6441         * sysdeps/ieee754/dbl-64/s_lrint.c (__lrint): Likewise.
6442         * sysdeps/ieee754/flt-32/e_gammaf_r.c (gammaf_positive): Likewise.
6443         (__ieee754_gammaf_r): Likewise.
6444         * sysdeps/ieee754/flt-32/k_rem_pio2f.c (__kernel_rem_pio2f):
6445         Likewise.
6446         * sysdeps/ieee754/flt-32/lgamma_negf.c (__lgamma_negf): Likewise.
6447         * sysdeps/ieee754/flt-32/s_erff.c (__erfcf): Likewise.
6448         * sysdeps/ieee754/flt-32/s_llrintf.c (__llrintf): Likewise.
6449         * sysdeps/ieee754/flt-32/s_lrintf.c (__lrintf): Likewise.
6450         * sysdeps/ieee754/ldbl-128/s_llrintl.c (__llrintl): Do not use
6451         volatile.
6452         * sysdeps/ieee754/ldbl-128/s_lrintl.c (__lrintl): Likewise.
6453         * sysdeps/ieee754/ldbl-128/s_nexttoward.c (__nexttoward): Use
6454         math_narrow_eval.
6455         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c (__nexttoward):
6456         Likewise.
6457         * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c (__nexttowardf):
6458         Likewise.
6459         * sysdeps/ieee754/ldbl-96/gamma_product.c (__gamma_product):
6460         Likewise.
6461         * sysdeps/ieee754/ldbl-96/s_llrintl.c (__llrintl): Do not use
6462         volatile.
6463         * sysdeps/ieee754/ldbl-96/s_lrintl.c (__lrintl): Likewise.
6464         * sysdeps/ieee754/ldbl-96/s_nexttoward.c (__nexttoward): Use
6465         math_narrow_eval.
6466         * sysdeps/ieee754/ldbl-96/s_nexttowardf.c (__nexttowardf):
6467         Likewise.
6468         * sysdeps/ieee754/ldbl-opt/s_nexttowardfd.c (__nldbl_nexttowardf):
6469         Likewise.
6471 2015-09-22  H.J. Lu  <hongjiu.lu@intel.com>
6473         * nptl/Versions: Remove ignored symbols.
6475 2015-09-22  Florian Weimer  <fweimer@redhat.com>
6477         * nss/bug17079.c: Renamed from nss/bug18287.c.  Add description.
6478         * nss/Makefile (tests): Update.
6480 2015-09-22  Florian Weimer  <fweimer@redhat.com>
6482         * nss/bug18287.c: New file.
6483         * nss/Makefile (tests): Add bug18287.
6485 2015-09-22  Samuel Thibault  <samuel.thibault@ens-lyon.org>
6487         * mach/Versions (__mach_host_self_): Add symbol.
6489 2015-09-21  Samuel Thibault  <samuel.thibault@ens-lyon.org>
6491         * sysdeps/mach/hurd/mmap.c (__mmap): Use __vm_page_size instead of
6492         vm_page_size.
6494 2015-09-19  Samuel Thibault  <samuel.thibault@ens-lyon.org>
6496         Really fix sysdeps/i386/fpu/s_scalbn.S build
6498         * math/Versions (libc: GLIBC_2_20): New (empty) version set.
6499         (libc: GLIBC_2_22): Remove unused version set.
6501 2015-09-18  Mike Frysinger  <vapier@gentoo.org>
6503         * config.make.in (enable-timezone-tools): New variable.
6504         * configure.ac (AC_ARG_ENABLE(timezone-tools)): New configure flag.
6505         (enable_timezone_tools): Export to generated files.
6506         * configure: Regenerate.
6507         * INSTALL: Regenerate.
6508         * manual/install.texi (--disable-timezone-tools): Document new flag.
6509         * timezone/Makefile (install-sbin, install-bin-script): Wrap in a
6510         ifeq ($(enable-timezone-tools),yes) check.
6512 2015-09-18  Joseph Myers  <joseph@codesourcery.com>
6514         * timezone/Makefile: Revert previous change.
6516         [BZ #18980]
6517         * sysdeps/i386/fpu/i386-math-asm.h (DEFINE_FLT_MIN): New macro.
6518         (DEFINE_DBL_MIN): Likewise.
6519         (FLT_NARROW_EVAL_UFLOW_NONNEG_NAN): Likewise.
6520         (DBL_NARROW_EVAL_UFLOW_NONNEG_NAN): Likewise.
6521         (FLT_NARROW_EVAL_UFLOW_NONNEG): Likewise.
6522         (DBL_NARROW_EVAL_UFLOW_NONNEG): Likewise.
6523         * sysdeps/i386/fpu/e_exp.S: Include <i386-math-asm.h>.
6524         (dbl_min): Replace with use of DEFINE_DBL_MIN.
6525         (__ieee754_exp): Use DBL_NARROW_EVAL_UFLOW_NONNEG_NAN.
6526         (__exp_finite): Use DBL_NARROW_EVAL_UFLOW_NONNEG.
6527         * sysdeps/i386/fpu/e_exp10.S: Include <i386-math-asm.h>.
6528         (dbl_min): Replace with use of DEFINE_DBL_MIN.
6529         (__ieee754_exp10): Use DBL_NARROW_EVAL_UFLOW_NONNEG_NAN.
6530         * sysdeps/i386/fpu/e_exp10f.S: Include <i386-math-asm.h>.
6531         (flt_min): Replace with use of DEFINE_FLT_MIN.
6532         (__ieee754_exp10f): Use FLT_NARROW_EVAL_UFLOW_NONNEG_NAN.
6533         * sysdeps/i386/fpu/e_exp2.S: Include <i386-math-asm.h>.
6534         (dbl_min): Replace with use of DEFINE_DBL_MIN.
6535         (__ieee754_exp2): Use DBL_NARROW_EVAL_UFLOW_NONNEG_NAN.
6536         * sysdeps/i386/fpu/e_exp2f.S: Include <i386-math-asm.h>.
6537         (flt_min): Replace with use of DEFINE_FLT_MIN.
6538         (__ieee754_exp2f): Use FLT_NARROW_EVAL_UFLOW_NONNEG_NAN.
6539         * sysdeps/i386/fpu/e_expf.S: Include <i386-math-asm.h>.
6540         (flt_min): Replace with use of DEFINE_FLT_MIN.
6541         (__ieee754_expf): Use FLT_NARROW_EVAL_UFLOW_NONNEG_NAN.
6542         (__expf_finite): Use FLT_NARROW_EVAL_UFLOW_NONNEG.
6543         * sysdeps/i386/fpu/e_hypot.S: Include <i386-math-asm.h>.
6544         (__ieee754_hypot): Use DBL_NARROW_EVAL.
6545         * sysdeps/i386/fpu/e_hypotf.S: Include <i386-math-asm.h>.
6546         (__ieee754_hypotf): Use FLT_NARROW_EVAL.
6547         * sysdeps/i386/fpu/e_pow.S: Include <i386-math-asm.h>.
6548         (__ieee754_pow): Use DBL_NARROW_EVAL.
6549         * sysdeps/i386/fpu/e_powf.S: Include <i386-math-asm.h>.
6550         (__ieee754_powf): Use FLT_NARROW_EVAL.
6551         * sysdeps/i386/i686/fpu/multiarch/e_expf-sse2.S
6552         (__ieee754_expf_sse2): Convert double-precision result to single
6553         precision.
6554         * sysdeps/i386/fpu/libm-test-ulps: Update.
6556 2015-09-18  Wilco Dijkstra  <wdijkstr@arm.com>
6558         * timezone/Makefile: Ignore unused variable errors due to private.h
6559         (time_t_min) and (time_t_max).
6560         * timezone/private.h (time_t_min): Revert removal.  (time_t_max):
6561         Likewise.
6563 2015-09-18  Joseph Myers  <joseph@codesourcery.com>
6565         [BZ #18981]
6566         * sysdeps/i386/fpu/i386-math-asm.h: New file.
6567         * sysdeps/i386/fpu/e_scalb.S: Include <i386-math-asm.h>.
6568         (__ieee754_scalb): Use DBL_NARROW_EVAL.
6569         * sysdeps/i386/fpu/e_scalbf.S: Include <i386-math-asm.h>.
6570         (__ieee754_scalbf): Use FLT_NARROW_EVAL.
6571         * sysdeps/i386/fpu/s_scalbn.S: Include <i386-math-asm.h>.
6572         (__scalbn): Use DBL_NARROW_EVAL.
6573         * sysdeps/i386/fpu/s_scalbnf.S: Include <i386-math-asm.h>.
6574         (__scalbnf): Use FLT_NARROW_EVAL.
6576 2015-09-18  Wilco Dijkstra  <wdijkstr@arm.com>
6578         * math/w_tgamma.c (__ieee754_gamma_r): Use explicit sign check.
6579         * math/w_tgammaf.c (__ieee754_gammaf_r): Likewise.
6580         * math/w_tgammal.c (__ieee754_gammal_r): Likewise.
6581         * stdio-common/printf_fp.c (___printf_fp):
6582         Use signbit to get the sign. Use isinf macro to allow inlining.
6583         * stdio-common/printf_fphex.c (__printf_fphex): Likewise.
6584         * stdio-common/printf_size.c (__printf_size): Likewise.
6586 2015-09-18  Mike Frysinger  <vapier@gentoo.org>
6588         * timezone/Makefile ($(testdata)/XT%): Call $(make-target-directory).
6590 2015-09-18  Joseph Myers  <joseph@codesourcery.com>
6592         [BZ #18980]
6593         * sysdeps/generic/math_private.h: Include <float.h>.
6594         (math_narrow_eval): New macro.
6595         [FLT_EVAL_METHOD != 0] (excess_precision): Likewise.
6596         * sysdeps/ieee754/dbl-64/e_cosh.c (__ieee754_cosh): Use
6597         math_narrow_eval on overflowing return value.
6598         * sysdeps/ieee754/dbl-64/e_lgamma_r.c (__ieee754_lgamma_r):
6599         Likewise.
6600         * sysdeps/ieee754/dbl-64/e_sinh.c (__ieee754_sinh): Likewise.
6601         * sysdeps/ieee754/flt-32/e_coshf.c (__ieee754_coshf): Likewise.
6602         * sysdeps/ieee754/flt-32/e_lgammaf_r.c (__ieee754_lgammaf_r):
6603         Likewise.
6604         * sysdeps/ieee754/flt-32/e_sinhf.c (__ieee754_sinhf): Likewise.
6606 2015-09-18  Wilco Dijkstra  <wdijkstr@arm.com>
6608         * include/math.h: Remove __isinf_ns, __isinf_nsf, __isinf_nsl.
6609         * math/Makefile: Remove isinf_ns.c.
6610         * math/divtc3.c (__divtc3): Replace __isinf_nsl with isinf.
6611         * math/multc3.c (__multc3): Likewise.
6612         * math/s_casin.c (__casin): Likewise.
6613         * math/s_casinf.c (__casinf): Likewise.
6614         * math/s_casinl.c (__casinl): Likewise.
6615         * math/s_cproj.c (__cproj): Likewise.
6616         * math/s_cprojf.c (__cprojf): Likewise.
6617         * math/s_cprojl.c (__cprofl): Likewise.
6618         * math/s_ctan.c (__ctan): Likewise.
6619         * math/s_ctanf.c (__ctanf): Likewise.
6620         * math/s_ctanh.c (__ctanh): Likewise.
6621         * math/s_ctanhf.c (__ctanhf): Likewise.
6622         * math/s_ctanhl.c (__ctanhl): Likewise.
6623         * math/s_ctanl.c (__ctanl): Likewise.
6624         * math/w_fmod.c (__fmod): Likewise.
6625         * math/w_fmodf.c (__fmodf): Likewise.
6626         * math/w_fmodl.c (_fmodl): Likewise.
6627         * math/w_remainder.c (__remainder): Likewise.
6628         * math/w_remainderf.c (__remainderf): Likewise.
6629         * math/w_remainderl.c (__remainderl): Likewise.
6630         * math/w_scalb.c (__scalb): Likewise.
6631         * math/w_scalbf.c (__scalbf): Likewise.
6632         * math/w_scalbl.c (__scalbl): Likewise.
6633         * sysdeps/ieee754/dbl-64/s_isinf_ns.c: Deleted file.
6634         * sysdeps/ieee754/dbl-64/s_sincos.c (__sincos): Replace __isinf_ns
6635         with isinf.
6636         * sysdeps/ieee754/dbl-64/wordsize-64/math_private.h: Deleted file.
6637         * sysdeps/ieee754/dbl-64/wordsize-64/s_isinf_ns.c: Deleted file.
6638         * sysdeps/ieee754/flt-32/e_exp2f.c (__ieee754_exp2f): Replace
6639         __isinf_nsf with isinf.
6640         * sysdeps/ieee754/flt-32/math_private.h: Deleted file.
6641         * sysdeps/ieee754/flt-32/s_isinf_nsf.c: Deleted file.
6642         * sysdeps/ieee754/ldbl-128/s_isinf_nsl.c: Deleted file.
6643         * sysdeps/ieee754/ldbl-128/s_sincosl.c (__sincosl): Replace __isinf_nsl
6644         with isinf.
6645         * sysdeps/ieee754/ldbl-128ibm/s_cprojl.c(__cprojll): Replace
6646         __isinf_nsl with isinf.
6647         * sysdeps/ieee754/ldbl-128ibm/s_ctanl.c(__ctanl): Replace __isinf_nsl
6648         with isinf.
6649         * sysdeps/ieee754/ldbl-128ibm/s_isinf_nsl.c: Deleted file.
6650         * sysdeps/ieee754/ldbl-128ibm/s_sincosl.c (__sincosl): Replace
6651         __isinf_nsl with isinf.
6652         * sysdeps/ieee754/ldbl-96/s_isinf_nsl.c: Deleted file.
6653         * sysdeps/ieee754/ldbl-96/s_sincosl.c (__sincosl): Replace __isinf_nsl
6654         with isinf.
6656 2015-09-18  Wilco Dijkstra  <wdijkstr@arm.com>
6658         * resolv/base64.c (rcsid): Remove unused static.
6659         * sysdeps/ieee754/dbl-64/atnat2.h (qpi1): Remove unused
6660         static.  (tqpi1): Likewise.
6661         * sysdeps/ieee754/dbl-64/uexp.h (one): Likewise.
6662         * sysdeps/ieee754/dbl-64/upow.h (sqrt_2): Likewise.
6663         * sysdeps/ieee754/flt-32/e_log10f.c (one): Likewise.
6664         * sysdeps/ieee754/flt-32/s_cosf.c (one): Likewise.
6665         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c (zero): Likewise.
6666         * sysdeps/ieee754/ldbl-128/s_erfl.c (half): Likewise.
6667         * sysdeps/ieee754/ldbl-128/s_log1pl.c (maxlog): Likewise.
6668         * timezone/private.h (time_t_min): Likewise.  (time_t_max):
6669         Likewise.
6671 2015-09-18  H.J. Lu  <hongjiu.lu@intel.com>
6673         * sysdeps/nptl/jmp-unwind.c: Include <libc-lock.h> instead of
6674         <nptl/pthreadP.h>.
6675         (_longjmp_unwind): Use __libc_ptf_call.
6676         * sysdeps/unix/sysv/linux/s390/jmp-unwind.c: Likewise.
6678 2015-09-18  David Lamparter  <equinox-gentoo@diac24.net>
6680         * sysdeps/arm/setjmp.S: Change PIC to SHARED.
6681         * sysdeps/arm/__longjmp.S: Likewise
6683 2015-09-18  Wilco Dijkstra  <wdijkstr@arm.com>
6685         * sysdeps/ieee754/dbl-64/s_signbit.c (__signbit):
6686         Use __builtin_signbit.
6687         * sysdeps/ieee754/flt-32/s_signbitf.c (__signbitf):
6688         Use __builtin_signbitf.
6689         * sysdeps/ieee754/ldbl-128/s_signbitl.c (__signbitl):
6690         Use __builtin_signbitl.
6691         * sysdeps/ieee754/ldbl-128ibm/s_signbitl.c (___signbitl): Likewise.
6692         * sysdeps/ieee754/ldbl-96/s_signbitl.c (__signbitl): Likewise.
6694 2015-09-18  Wilco Dijkstra  <wdijkstr@arm.com>
6696         [BZ #15367]
6697         [BZ #17441]
6699         * math/Makefile: Build test-snan.c with -fsignaling-nans.
6700         * math/math.h (fpclassify): Use __builtin_fpclassify when
6701         available.  (signbit): Use __builtin_signbit(f/l).
6702         (isfinite): Use__builtin_isfinite.  (isnormal): Use
6703         __builtin_isnormal.  (isnan): Use __builtin_isnan.
6704         (isinf): Use __builtin_isinf_sign.
6706 2015-09-18  Wilco Dijkstra  <wdijkstr@arm.com>
6708         * benchtests/Makefile: Add bench-math-inlines, link with libm.
6709         * benchtests/bench-math-inlines.c: New benchmark.
6710         * benchtests/bench-util.h: New file.
6711         * benchtests/bench-util.c: New file.
6712         * benchtests/bench-skeleton.c: Add include of bench-util.c/h.
6714 2015-09-18  Carlos O'Donell  <carlos@redhat.com>
6716         * elf/tst-dlmopen1.c: Define TEST_SO.
6717         (do_test): Use TEST_SO.
6719         * elf/dl-load.c: Include libc-internal.h.
6720         (_dl_map_object_from_fd): Use ALIGN_UP and ALIGN_DOWN.
6722 2015-09-18  Vincent Bernat  <vincent@bernat.im>
6724         [BZ #17887]
6725         * time/strptime_l.c (__strptime_internal): Make %z accept
6726         [+-]HH:MM time zones.
6728 2015-09-18  Vincent Bernat  <vincent@bernat.im>
6730         [BZ #17886]
6731         * time/strptime_l.c (__strptime_internal): Make %z accept Z as a
6732         valid time zone.
6734 2015-09-17  Mike Frysinger  <vapier@gentoo.org>
6736         * sysdeps/unix/sysv/linux/alpha/Makefile (CFLAGS-fdatasync.c): Delete.
6737         * sysdeps/unix/sysv/linux/alpha/fdatasync.c: Delete.
6738         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
6739         (__ASSUME_FDATASYNC): Delete.
6741 2015-09-17  Joseph Myers  <joseph@codesourcery.com>
6743         * conform/linknamespace.pl: Require weak undefined symbols to be
6744         in the standard namespace.
6745         (%strong_syms): Rename to %seen_syms.
6746         (%strong_seen): Rename to %seen_where.
6748 2015-09-17  H.J. Lu  <hongjiu.lu@intel.com>
6750         [BZ #18970]
6751         * misc/error.c (error): Replace pthread_setcancelstate with
6752         __pthread_setcancelstate.
6753         (error_at_line): Likewise.
6754         * posix/wordexp.c (parse_comm): Likewise.
6755         * stdlib/fmtmsg.c (fmtmsg): Likewise.
6756         * nptl/forward.c (pthread_setcancelstate): Renamed to ...
6757         (__pthread_setcancelstate): This.
6758         (pthread_setcancelstate): Add an alias.
6759         * nptl/nptl-init.c (pthread_functions): Replace
6760         ptr_pthread_setcancelstate with ptr___pthread_setcancelstate.
6761         * sysdeps/nptl/pthread-functions.h (pthread_functions): Likewise.
6762         * nptl/pthreadP.h (__pthread_setcancelstate): Mark it with
6763         hidden_proto.
6764         * nptl/pthread_setcancelstate.c (__pthread_setcancelstate): Mark
6765         it with hidden_def.
6766         * sysdeps/nptl/libc-lockP.h (__pthread_setcancelstate): New.
6767         (pthread_setcancelstate): Renamed to ...
6768         (__pthread_setcancelstate): This.
6769         * sysdeps/unix/sysv/linux/fatal-prepare.h (FATAL_PREPARE): Use
6770         __libc_ptf_call with __pthread_setcancelstate.
6772 2015-09-17  Joseph Myers  <joseph@codesourcery.com>
6773             Andreas Schwab  <schwab@suse.de>
6775         [BZ #17118]
6776         * math/s_ctan.c (__ctan): Determine sign of zero real part of
6777         result when imaginary part of argument is infinite using sine and
6778         cosine.
6779         * math/s_ctanf.c (__ctanf): Likewise.
6780         * math/s_ctanl.c (__ctanl): Likewise.
6781         * math/s_ctanh.c (__ctanh): Determine sign of zero imaginary part
6782         of result when real part of argument is infinite using sine and
6783         cosine.
6784         * math/s_ctanhf.c (__ctanhf): Likewise.
6785         * math/s_ctanhl.c (__ctanhl): Likewise.
6786         * math/libm-test.inc (ctan_test_data): Add more tests of ctan.
6787         (ctanh_test_data): Add more tests of ctanh.
6789 2015-09-17  Joseph Myers  <joseph@codesourcery.com>
6791         [BZ #15384]
6792         * sysdeps/ieee754/dbl-64/s_finite.c (FINITE): Use same constant as
6793         bit-mask as in subtraction.
6794         * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c (__finite):
6795         Likewise.
6796         * sysdeps/ieee754/flt-32/s_finitef.c (FINITEF): Likewise.
6797         * sysdeps/ieee754/ldbl-128/s_finitel.c (__finitel): Likewise.
6798         * sysdeps/ieee754/ldbl-128ibm/s_finitel.c (__finitel): Likewise.
6800         [BZ #18951]
6801         * sysdeps/ieee754/dbl-64/e_gamma_r.c (__ieee754_gamma_r): Force
6802         underflow exception for small results.
6803         * sysdeps/ieee754/flt-32/e_gammaf_r.c (__ieee754_gammaf_r):
6804         Likewise.
6805         * sysdeps/ieee754/ldbl-128/e_gammal_r.c (__ieee754_gammal_r):
6806         Likewise.
6807         * sysdeps/ieee754/ldbl-128ibm/e_gammal_r.c (__ieee754_gammal_r):
6808         Likewise.
6809         * sysdeps/ieee754/ldbl-96/e_gammal_r.c (__ieee754_gammal_r):
6810         Likewise.
6811         * math/auto-libm-test-in: Add more tests of tgamma.
6812         * math/auto-libm-test-out: Regenerated.
6814 2015-09-17  Andreas Schwab  <schwab@suse.de>
6816         * sysdeps/unix/sysv/linux/sparc/sparc64/semctl.c: Readd.
6818 2015-09-16  Joseph Myers  <joseph@codesourcery.com>
6820         [BZ #18977]
6821         * math/bits/mathcalls.h
6822         [!__USE_MISC && __USE_XOPEN && !__MATH_DECLARING_DOUBLE] (j0): Do
6823         not declare.
6824         [!__USE_MISC && __USE_XOPEN && !__MATH_DECLARING_DOUBLE] (j1):
6825         Likewise.
6826         [!__USE_MISC && __USE_XOPEN && !__MATH_DECLARING_DOUBLE] (jn):
6827         Likewise.
6828         [!__USE_MISC && __USE_XOPEN && !__MATH_DECLARING_DOUBLE] (y0):
6829         Likewise.
6830         [!__USE_MISC && __USE_XOPEN && !__MATH_DECLARING_DOUBLE] (y1):
6831         Likewise.
6832         [!__USE_MISC && __USE_XOPEN && !__MATH_DECLARING_DOUBLE] (yn):
6833         Likewise.
6834         * conform/data/math.h-data
6835         [!ISO99 && !ISO11 && !POSIX && !POSIX2008] (j0f): Do not expect
6836         function.
6837         [!ISO99 && !ISO11 && !POSIX && !POSIX2008] (j1f): Likewise.
6838         [!ISO99 && !ISO11 && !POSIX && !POSIX2008] (jnf): Likewise.
6839         [!ISO99 && !ISO11 && !POSIX && !POSIX2008] (y0f): Likewise.
6840         [!ISO99 && !ISO11 && !POSIX && !POSIX2008] (y1f): Likewise.
6841         [!ISO99 && !ISO11 && !POSIX && !POSIX2008] (ynf): Likewise.
6842         [!ISO99 && !ISO11 && !POSIX && !POSIX2008] (j0l): Likewise.
6843         [!ISO99 && !ISO11 && !POSIX && !POSIX2008] (j1l): Likewise.
6844         [!ISO99 && !ISO11 && !POSIX && !POSIX2008] (jnl): Likewise.
6845         [!ISO99 && !ISO11 && !POSIX && !POSIX2008] (y0l): Likewise.
6846         [!ISO99 && !ISO11 && !POSIX && !POSIX2008] (y1l): Likewise.
6847         [!ISO99 && !ISO11 && !POSIX && !POSIX2008] (ynl): Likewise.
6849         [BZ #6803]
6850         * math/s_ldexp.c (scalbn): Define as weak alias of __ldexp.
6851         [NO_LONG_DOUBLE] (scalbnl): Define as weak alias of __ldexp.
6852         * math/s_ldexpf.c (scalbnf): Define as weak alias of __ldexpf.
6853         * math/s_ldexpl.c (scalbnl): Define as weak alias of __ldexpl.
6854         * sysdeps/i386/fpu/s_scalbn.S (scalbn): Remove alias.
6855         * sysdeps/i386/fpu/s_scalbnf.S (scalbnf): Likewise.
6856         * sysdeps/i386/fpu/s_scalbnl.S (scalbnl): Likewise.
6857         * sysdeps/ieee754/dbl-64/s_scalbn.c (scalbn): Likewise.
6858         [NO_LONG_DOUBLE] (scalbnl): Likewise.
6859         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbn.c (scalbn):
6860         Likewise.
6861         [NO_LONG_DOUBLE] (scalbnl): Likewise.
6862         * sysdeps/ieee754/flt-32/s_scalbnf.c (scalbnf): Likewise.
6863         * sysdeps/ieee754/ldbl-128/s_scalbnl.c (scalbnl): Likewise.
6864         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c (scalbnl): Remove
6865         long_double_symbol calls.
6866         * sysdeps/ieee754/ldbl-64-128/s_scalbnl.c (scalbnl): Likewise.
6867         * sysdeps/ieee754/ldbl-opt/s_ldexpl.c (__ldexpl_2): Define as
6868         strong alias of __ldexpl.
6869         (scalbnl): Define using long_double_symbol.
6870         * sysdeps/m68k/m680x0/fpu/s_scalbn.c (__CONCATX(scalbn,suffix)):
6871         Remove alias.
6872         * sysdeps/sparc/sparc64/soft-fp/s_scalbnl.c (scalbnl): Likewise.
6873         * sysdeps/x86_64/fpu/s_scalbnl.S (scalbnl): Likewise.
6874         * math/libm-test.inc (scalbn_test_data): Add errno expectations.
6875         (scalbln_test_data): Add more errno expectations.
6877 2015-09-16  Justus Winter  <4winter@informatik.uni-hamburg.de>
6879         Cache the host port like we cache the task port.  This way we do not
6880         need to call the kernel just to get the port.  Furthermore, we no
6881         longer increase the reference count on every invocation of
6882         `mach_host_self'.
6884         * mach/mach/mach_traps.h (__mach_host_self, mach_host_self):
6885         Protect declarations against the macro expansion.
6886         * mach/mach_init.c (__mach_host_self_): New variable.
6887         (mach_init): Initialize `__mach_host_self_'.
6888         * mach/mach_init.h (__mach_host_self_): New declaration.
6889         (__mach_host_self, mach_host_self): New macros.
6890         * sysdeps/mach/hurd/dl-sysdep.c (_dl_sysdep_start_cleanup):
6891         Release reference.
6893 2015-09-16  Joseph Myers  <joseph@codesourcery.com>
6895         [BZ #4404]
6896         * po/de.po: Update from Translation Project.
6898         [BZ #16415]
6899         * sysdeps/ieee754/ldbl-128/s_expm1l.c (maxlog): Remove variable.
6900         (__expm1l): Remove code to handle positive infinity and overflow.
6901         * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c (maxlog): Remove
6902         variable.
6903         (__expm1l): Remove code to handle positive infinity and overflow.
6905 2015-09-16  Paul Eggert  <eggert@cs.ucla.edu>
6906             Paul Pluzhnikov  <ppluzhnikov@google.com>
6908         [BZ #18872]
6909         * stdio-common/Makefile (tst-printf-bz18872): New test.
6910         (tst-printf-bz18872-mem.out): Likewise.
6911         * stdio-common/tst-printf-bz18872.sh: Generate new test.
6912         * stdio-common/vfprintf.c: Fix memory leaks.
6914 2015-09-16  Andreas Schwab  <schwab@suse.de>
6916         [BZ #17244]
6917         * sysdeps/unix/sysv/linux/semctl.c (__old_semctl, __new_semctl):
6918         Remove extra va_start/va_end calls.
6920         [BZ #17243]
6921         * posix/execl.c (execl): Add missing va_end.
6922         * posix/execle.c (execle): Likewise.
6923         * posix/execlp.c (execlp): Likewise.
6925 2015-09-15  Roland McGrath  <roland@hack.frob.com>
6927         * misc/sys/param.h [!MAXHOSTNAMELEN && HOST_NAME_MAX]
6928         (MAXHOSTNAMELEN): Define it to HOST_NAME_MAX.
6930 2015-09-15  Joseph Myers  <joseph@codesourcery.com>
6932         [BZ #18967]
6933         * math/math.h (__MATH_DECLARING_DOUBLE): New macro.  Define and
6934         undefine around includes of <bits/mathcalls.h>.
6935         * math/bits/mathcalls.h [!__USE_MISC && __USE_XOPEN2K] (isnan): Do
6936         not declare function.
6937         [!__USE_MISC && __USE_XOPEN2K] (gamma): Likewise.
6938         [!__USE_MISC && (!__MATH_DECLARING_DOUBLE || __USE_XOPEN2K8)]
6939         (scalb): Likewise.
6940         * math/tgmath.h [!__USE_MISC && __USE_XOPEN_EXTENDED] (scalb): Do
6941         not define macro.
6942         * conform/Makefile (test-xfail-XOPEN2K/math.h/conform): Remove
6943         variable.
6944         (test-xfail-XOPEN2K/tgmath.h/conform): Likewise.
6945         (test-xfail-XOPEN2K8/math.h/conform): Likewise.
6946         (test-xfail-XOPEN2K8/tgmath.h/conform): Likewise.
6948         [BZ #18857]
6949         * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c (__nearbyintl): Just
6950         return non-finite argument without doing ordered comparisons on
6951         it.
6953         [BZ #16296]
6954         * math/fenv.h (fegetround): Use __attribute_pure__.
6955         * include/fenv.h (__fegetround): Likewise.
6957         [BZ #18595]
6958         * math/s_ctan.c (__ctan): Force underflow exception for results
6959         whose real or imaginary part has small absolute value.
6960         * math/s_ctanf.c (__ctanf): Likewise.
6961         * math/s_ctanh.c (__ctanh): Likewise.
6962         * math/s_ctanhf.c (__ctanhf): Likewise.
6963         * math/s_ctanhl.c (__ctanhl): Likewise.
6964         * math/s_ctanl.c (__ctanl): Likewise.
6965         * math/auto-libm-test-in: Do not allow missing underflow for ctan
6966         and ctanh.  Add more tests of ctan and ctanh.
6968         [BZ #15918]
6969         * sysdeps/ieee754/flt-32/e_hypotf.c (__ieee754_hypotf): Simplify
6970         handling of cases where one argument is an infinity.
6972         [BZ #18875]
6973         [BZ #18966]
6974         * sysdeps/i386/fpu/e_exp10.S (dbl_min): New object.
6975         (MO): New macro.
6976         (__ieee754_exp10): For small results, force underflow exception
6977         and remove excess range and precision from return value.
6978         * sysdeps/i386/fpu/e_exp10f.S (flt_min): New object.
6979         (MO): New macro.
6980         (__ieee754_exp10f): For small results, force underflow exception
6981         and remove excess range and precision from return value.
6982         * math/auto-libm-test-in: Add more tests of exp10.
6983         * math/auto-libm-test-out: Regenerated.
6985 2015-09-14  Joseph Myers  <joseph@codesourcery.com>
6987         [BZ #18875]
6988         [BZ #18961]
6989         * sysdeps/i386/fpu/e_exp.S (dbl_min): New object.
6990         (MO): New macro.
6991         (__ieee754_exp): For small results, force underflow exception and
6992         remove excess range and precision from return value.
6993         (__exp_finite): Likewise.
6994         * sysdeps/i386/fpu/e_expf.S (flt_min): New object.
6995         (MO): New macro.
6996         (__ieee754_expf): For small results, force underflow exception and
6997         remove excess range and precision from return value.
6998         (__expf_finite): Likewise.
6999         * math/auto-libm-test-in: Add more tests of exp.
7000         * math/auto-libm-test-out: Regenerated.
7002         [BZ #16521]
7003         [BZ #18875]
7004         * math/e_exp2l.c (__ieee754_exp2l): Force underflow exception for
7005         small results.
7006         * sysdeps/i386/fpu/e_exp2.S (dbl_min): New object.
7007         (MO): New macro.
7008         (__ieee754_exp2): For small results, force underflow exception and
7009         remove excess range and precision from return value.
7010         * sysdeps/i386/fpu/e_exp2f.S (flt_min): New object.
7011         (MO): New macro.
7012         (__ieee754_exp2f): For small results, force underflow exception
7013         and remove excess range and precision from return value.
7014         * sysdeps/i386/fpu/e_exp2l.S (ldbl_min): New object.
7015         (MO): New macro.
7016         (__ieee754_exp2l): Force underflow exception for small results.
7017         * sysdeps/ieee754/dbl-64/e_exp2.c (__ieee754_exp2): Likewise.
7018         * sysdeps/ieee754/flt-32/e_exp2f.c (__ieee754_exp2f): Likewise.
7019         * sysdeps/x86_64/fpu/e_exp2l.S (ldbl_min): New object.
7020         (MO): New macro.
7021         (__ieee754_exp2l): Force underflow exception for small results.
7022         * math/auto-libm-test-in: Add more tests or exp2.
7023         * math/auto-libm-test-out: Regenerated.
7025 2015-09-14  Carlos O'Donell  <carlos@redhat.com>
7027         * malloc/malloc.c (systrim): Use ALIGN_DOWN.
7029         * Makefile ($(objpfx)check-local-headers.out): Redirect stdin from
7030         /dev/null.
7032 2015-09-13  Samuel Thibault  <samuel.thibault@ens-lyon.org>
7034         * sysdeps/mach/hurd/Makefile ($(patsubst %,$(hurd-objpfx)hurd/%.%,auth
7035         io fs process)): Drop spurious backslash.
7037 2015-09-12  Rasmus Villemoes  <rv@rasmusvillemoes.dk>
7039         * sysdeps/unix/sysv/linux/getsysstats.c (__get_phys_pages):
7040         Use sysinfo system call instead of parsing /proc/meminfo.
7041         * sysdeps/unix/sysv/linux/getsysstats.c (__get_avphys_pages):
7042         Likewise.
7044 2015-09-11  Mike Frysinger  <vapier@gentoo.org>
7046         [BZ #16985]
7047         * programs/localedef.c (main): Display argv[remaining] when
7048         output_path is NULL.
7050 2015-09-11  Joseph Myers  <joseph@codesourcery.com>
7052         * math/auto-libm-test-in: Add more tests of acos, acosh, asin,
7053         asinh, atan, atan2, atanh, cabs, carg, cos, csqrt, erfc, exp,
7054         exp10, exp2, log, log1p, log2, pow, sin, sincos, sinh, tan and
7055         tanh.
7056         * math/auto-libm-test-out: Regenerated.
7057         * sysdeps/i386/fpu/libm-test-ulps: Update.
7058         * sysdeps/mips/mips32/libm-test-ulps: Likewise.
7059         * sysdeps/mips/mips64/libm-test-ulps: Likewise.
7060         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
7062 2015-09-11  Roland McGrath  <roland@hack.frob.com>
7064         * sysdeps/nacl/Makefile [$(subdir) = misc] (sysdep_headers):
7065         Use 'override' keyword to freeze the value here, preventing
7066         the addition of sys/mtio.h by sysdeps/gnu/Makefile.
7068 2015-09-11  Joseph Myers  <joseph@codesourcery.com>
7070         [BZ #14912]
7071         * sysdeps/aarch64/bits/atomic.h: Move to ...
7072         * sysdeps/aarch64/atomic-machine.h: ...here.
7073         (_AARCH64_BITS_ATOMIC_H): Rename macro to
7074         _AARCH64_ATOMIC_MACHINE_H.
7075         * sysdeps/alpha/bits/atomic.h: Move to ...
7076         * sysdeps/alpha/atomic-machine.h: ...here.
7077         * sysdeps/arm/bits/atomic.h: Move to ...
7078         * sysdeps/arm/atomic-machine.h: ...here.  Update comments.
7079         * bits/atomic.h: Move to ...
7080         * sysdeps/generic/atomic-machine.h: ...here.
7081         (_BITS_ATOMIC_H): Rename macro to _ATOMIC_MACHINE_H.
7082         * sysdeps/i386/bits/atomic.h: Move to ...
7083         * sysdeps/i386/atomic-machine.h: ...here.
7084         * sysdeps/ia64/bits/atomic.h: Move to ...
7085         * sysdeps/ia64/atomic-machine.h: ...here.
7086         * sysdeps/m68k/coldfire/bits/atomic.h: Move to ...
7087         * sysdeps/m68k/coldfire/atomic-machine.h: ...here.
7088         (_BITS_ATOMIC_H): Rename macro to _ATOMIC_MACHINE_H.
7089         * sysdeps/m68k/m680x0/m68020/bits/atomic.h: Move to ...
7090         * sysdeps/m68k/m680x0/m68020/atomic-machine.h: ...here.
7091         * sysdeps/microblaze/bits/atomic.h: Move to ...
7092         * sysdeps/microblaze/atomic-machine.h: ...here.
7093         * sysdeps/mips/bits/atomic.h: Move to ...
7094         * sysdeps/mips/atomic-machine.h: ...here.
7095         (_MIPS_BITS_ATOMIC_H): Rename macro to _MIPS_ATOMIC_MACHINE_H.
7096         * sysdeps/powerpc/bits/atomic.h: Move to ...
7097         * sysdeps/powerpc/atomic-machine.h: ...here.  Update comments.
7098         * sysdeps/powerpc/powerpc32/bits/atomic.h: Move to ...
7099         * sysdeps/powerpc/powerpc32/atomic-machine.h: ...here.  Update
7100         comments.  Include <atomic-machine.h> instead of <bits/atomic.h>.
7101         * sysdeps/powerpc/powerpc64/bits/atomic.h: Move to ...
7102         * sysdeps/powerpc/powerpc64/atomic-machine.h: ...here.  Include
7103         <atomic-machine.h> instead of <bits/atomic.h>.
7104         * sysdeps/s390/bits/atomic.h: Move to ...
7105         * sysdeps/s390/atomic-machine.h: ...here.
7106         * sysdeps/sparc/sparc32/bits/atomic.h: Move to ...
7107         * sysdeps/sparc/sparc32/atomic-machine.h: ...here.
7108         (_BITS_ATOMIC_H): Rename macro to _ATOMIC_MACHINE_H.
7109         * sysdeps/sparc/sparc32/sparcv9/bits/atomic.h: Move to ...
7110         * sysdeps/sparc/sparc32/sparcv9/atomic-machine.h: ...here.
7111         * sysdeps/sparc/sparc64/bits/atomic.h: Move to ...
7112         * sysdeps/sparc/sparc64/atomic-machine.h: ...here.
7113         * sysdeps/tile/bits/atomic.h: Move to ...
7114         * sysdeps/tile/atomic-machine.h: ...here.
7115         * sysdeps/tile/tilegx/bits/atomic.h: Move to ...
7116         * sysdeps/tile/tilegx/atomic-machine.h: ...here.  Include
7117         <sysdeps/tile/atomic-machine.h> instead of
7118         <sysdeps/tile/bits/atomic.h>.
7119         (_BITS_ATOMIC_H): Rename macro to _ATOMIC_MACHINE_H.
7120         * sysdeps/tile/tilepro/bits/atomic.h: Move to ...
7121         * sysdeps/tile/tilepro/atomic-machine.h: ...here.  Include
7122         <sysdeps/tile/atomic-machine.h> instead of
7123         <sysdeps/tile/bits/atomic.h>.
7124         (_BITS_ATOMIC_H): Rename macro to _ATOMIC_MACHINE_H.
7125         * sysdeps/unix/sysv/linux/arm/bits/atomic.h: Move to ...
7126         * sysdeps/unix/sysv/linux/arm/atomic-machine.h: ...here.  Include
7127         <sysdeps/arm/atomic-machine.h> instead of
7128         <sysdeps/arm/bits/atomic.h>.
7129         * sysdeps/unix/sysv/linux/hppa/bits/atomic.h: Move to ...
7130         * sysdeps/unix/sysv/linux/hppa/atomic-machine.h: ...here.
7131         (_BITS_ATOMIC_H): Rename macro to _ATOMIC_MACHINE_H.
7132         * sysdeps/unix/sysv/linux/m68k/coldfire/bits/atomic.h: Move to ...
7133         * sysdeps/unix/sysv/linux/m68k/coldfire/atomic-machine.h: ...here.
7134         (_BITS_ATOMIC_H): Rename macro to _ATOMIC_MACHINE_H.
7135         * sysdeps/unix/sysv/linux/nios2/bits/atomic.h: Move to ...
7136         * sysdeps/unix/sysv/linux/nios2/atomic-machine.h: ...here.
7137         (_NIOS2_BITS_ATOMIC_H): Rename macro to _NIOS2_ATOMIC_MACHINE_H.
7138         * sysdeps/unix/sysv/linux/sh/bits/atomic.h: Move to ...
7139         * sysdeps/unix/sysv/linux/sh/atomic-machine.h: ...here.
7140         * sysdeps/x86_64/bits/atomic.h: Move to ...
7141         * sysdeps/x86_64/atomic-machine.h: ...here.
7142         * include/atomic.h: Include <atomic-machine.h> instead of
7143         <bits/atomic.h>.
7145         * sysdeps/mips/mips32/libm-test-ulps: Update.
7146         * sysdeps/mips/mips64/libm-test-ulps: Likewise.
7148         [BZ #18952]
7149         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c (__ieee754_lgammal_r): Do
7150         not convert non-integer negative arguments to int to determine the
7151         value of signgam.
7152         * math/auto-libm-test-in: Add more tests of lgamma.
7153         * math/auto-libm-test-out: Regenerated.
7155         * math/auto-libm-test-in: Add more tests of acosh, atanh, cbrt,
7156         cosh, csqrt, erfc, expm1 and lgamma.
7157         * math/auto-libm-test-out: Regenerated.
7158         * sysdeps/i386/fpu/libm-test-ulps: Update.
7159         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
7161 2015-09-10  Joseph Myers  <joseph@codesourcery.com>
7163         [BZ #2542]
7164         [BZ #2543]
7165         [BZ #2558]
7166         * sysdeps/ieee754/dbl-64/e_lgamma_r.c (__ieee754_lgamma_r): Call
7167         __lgamma_neg for arguments from -28.0 to -2.0.
7168         * sysdeps/ieee754/flt-32/e_lgammaf_r.c (__ieee754_lgammaf_r): Call
7169         __lgamma_negf for arguments from -15.0 to -2.0.
7170         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c (__ieee754_lgammal_r):
7171         Call __lgamma_negl for arguments from -48.0 or -50.0 to -2.0.
7172         * sysdeps/ieee754/ldbl-96/e_lgammal_r.c (__ieee754_lgammal_r):
7173         Call __lgamma_negl for arguments from -33.0 to -2.0.
7174         * sysdeps/ieee754/dbl-64/lgamma_neg.c: New file.
7175         * sysdeps/ieee754/dbl-64/lgamma_product.c: Likewise.
7176         * sysdeps/ieee754/flt-32/lgamma_negf.c: Likewise.
7177         * sysdeps/ieee754/flt-32/lgamma_productf.c: Likewise.
7178         * sysdeps/ieee754/ldbl-128/lgamma_negl.c: Likewise.
7179         * sysdeps/ieee754/ldbl-128/lgamma_productl.c: Likewise.
7180         * sysdeps/ieee754/ldbl-128ibm/lgamma_negl.c: Likewise.
7181         * sysdeps/ieee754/ldbl-128ibm/lgamma_productl.c: Likewise.
7182         * sysdeps/ieee754/ldbl-96/lgamma_negl.c: Likewise.
7183         * sysdeps/ieee754/ldbl-96/lgamma_product.c: Likewise.
7184         * sysdeps/ieee754/ldbl-96/lgamma_productl.c: Likewise.
7185         * sysdeps/generic/math_private.h (__lgamma_negf): New prototype.
7186         (__lgamma_neg): Likewise.
7187         (__lgamma_negl): Likewise.
7188         (__lgamma_product): Likewise.
7189         (__lgamma_productl): Likewise.
7190         * math/Makefile (libm-calls): Add lgamma_neg and lgamma_product.
7191         * math/auto-libm-test-in: Add more tests of lgamma.
7192         * math/auto-libm-test-out: Regenerated.
7193         * sysdeps/i386/fpu/libm-test-ulps: Update.
7194         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
7196 2015-09-09  Justin Maggard  <jmaggard@netgear.com>
7198         [BZ #18675]
7199         * sysdeps/posix/fpathconf.c (__fpathconf): Use __fstatvfs64.
7201 2015-09-08  Joseph Myers  <joseph@codesourcery.com>
7203         [BZ #14912]
7204         * bits/libc-lock.h: Move to ...
7205         * sysdeps/generic/libc-lock.h: ...here.
7206         (_BITS_LIBC_LOCK_H): Rename macro to _LIBC_LOCK_H.
7207         * sysdeps/mach/hurd/bits/libc-lock.h: Move to ...
7208         * sysdeps/mach/hurd/libc-lock.h: ...here.
7209         (_BITS_LIBC_LOCK_H): Rename macro to _LIBC_LOCK_H.
7210         [_LIBC]: Include <libc-lockP.h> instead of <bits/libc-lockP.h>.
7211         * sysdeps/mach/bits/libc-lock.h: Move to ...
7212         * sysdeps/mach/libc-lock.h: ...here.
7213         (_BITS_LIBC_LOCK_H): Rename macro to _LIBC_LOCK_H.
7214         * sysdeps/nptl/bits/libc-lock.h: Move to ...
7215         * sysdeps/nptl/libc-lock.h: ...here.
7216         (_BITS_LIBC_LOCK_H): Rename macro to _LIBC_LOCK_H.
7217         * sysdeps/nptl/bits/libc-lockP.h: Move to ...
7218         * sysdeps/nptl/libc-lockP.h: ...here.
7219         (_BITS_LIBC_LOCKP_H): Rename macro to _LIBC_LOCKP_H.
7220         * crypt/crypt_util.c: Include <libc-lock.h> instead of
7221         <bits/libc-lock.h>.
7222         * dirent/scandir-tail.c: Likewise.
7223         * dlfcn/dlerror.c: Likewise.
7224         * elf/dl-close.c: Likewise.
7225         * elf/dl-iteratephdr.c: Likewise.
7226         * elf/dl-lookup.c: Likewise.
7227         * elf/dl-open.c: Likewise.
7228         * elf/dl-support.c: Likewise.
7229         * elf/dl-writev.h: Likewise.
7230         * elf/rtld.c: Likewise.
7231         * grp/fgetgrent.c: Likewise.
7232         * gshadow/fgetsgent.c: Likewise.
7233         * gshadow/sgetsgent.c: Likewise.
7234         * iconv/gconv_conf.c: Likewise.
7235         * iconv/gconv_db.c: Likewise.
7236         * iconv/gconv_dl.c: Likewise.
7237         * iconv/gconv_int.h: Likewise.
7238         * iconv/gconv_trans.c: Likewise.
7239         * include/link.h: Likewise.
7240         * inet/getnameinfo.c: Likewise.
7241         * inet/getnetgrent.c: Likewise.
7242         * inet/getnetgrent_r.c: Likewise.
7243         * intl/bindtextdom.c: Likewise.
7244         * intl/dcigettext.c: Likewise.
7245         * intl/finddomain.c: Likewise.
7246         * intl/gettextP.h: Likewise.
7247         * intl/loadmsgcat.c: Likewise.
7248         * intl/localealias.c: Likewise.
7249         * intl/textdomain.c: Likewise.
7250         * libidn/idn-stub.c: Likewise.
7251         * libio/libioP.h: Likewise.
7252         * locale/duplocale.c: Likewise.
7253         * locale/freelocale.c: Likewise.
7254         * locale/newlocale.c: Likewise.
7255         * locale/setlocale.c: Likewise.
7256         * login/getutent_r.c: Likewise.
7257         * login/getutid_r.c: Likewise.
7258         * login/getutline_r.c: Likewise.
7259         * login/utmp-private.h: Likewise.
7260         * login/utmpname.c: Likewise.
7261         * malloc/mtrace.c: Likewise.
7262         * misc/efgcvt.c: Likewise.
7263         * misc/error.c: Likewise.
7264         * misc/fstab.c: Likewise.
7265         * misc/getpass.c: Likewise.
7266         * misc/mntent.c: Likewise.
7267         * misc/syslog.c: Likewise.
7268         * nis/nis_call.c: Likewise.
7269         * nis/nis_callback.c: Likewise.
7270         * nis/nss-default.c: Likewise.
7271         * nis/nss_compat/compat-grp.c: Likewise.
7272         * nis/nss_compat/compat-initgroups.c: Likewise.
7273         * nis/nss_compat/compat-pwd.c: Likewise.
7274         * nis/nss_compat/compat-spwd.c: Likewise.
7275         * nis/nss_nis/nis-alias.c: Likewise.
7276         * nis/nss_nis/nis-ethers.c: Likewise.
7277         * nis/nss_nis/nis-grp.c: Likewise.
7278         * nis/nss_nis/nis-hosts.c: Likewise.
7279         * nis/nss_nis/nis-network.c: Likewise.
7280         * nis/nss_nis/nis-proto.c: Likewise.
7281         * nis/nss_nis/nis-pwd.c: Likewise.
7282         * nis/nss_nis/nis-rpc.c: Likewise.
7283         * nis/nss_nis/nis-service.c: Likewise.
7284         * nis/nss_nis/nis-spwd.c: Likewise.
7285         * nis/nss_nisplus/nisplus-alias.c: Likewise.
7286         * nis/nss_nisplus/nisplus-ethers.c: Likewise.
7287         * nis/nss_nisplus/nisplus-grp.c: Likewise.
7288         * nis/nss_nisplus/nisplus-hosts.c: Likewise.
7289         * nis/nss_nisplus/nisplus-initgroups.c: Likewise.
7290         * nis/nss_nisplus/nisplus-network.c: Likewise.
7291         * nis/nss_nisplus/nisplus-proto.c: Likewise.
7292         * nis/nss_nisplus/nisplus-pwd.c: Likewise.
7293         * nis/nss_nisplus/nisplus-rpc.c: Likewise.
7294         * nis/nss_nisplus/nisplus-service.c: Likewise.
7295         * nis/nss_nisplus/nisplus-spwd.c: Likewise.
7296         * nis/ypclnt.c: Likewise.
7297         * nptl/libc_pthread_init.c: Likewise.
7298         * nss/getXXbyYY.c: Likewise.
7299         * nss/getXXent.c: Likewise.
7300         * nss/getXXent_r.c: Likewise.
7301         * nss/nss_db/db-XXX.c: Likewise.
7302         * nss/nss_db/db-netgrp.c: Likewise.
7303         * nss/nss_db/nss_db.h: Likewise.
7304         * nss/nss_files/files-XXX.c: Likewise.
7305         * nss/nss_files/files-alias.c: Likewise.
7306         * nss/nsswitch.c: Likewise.
7307         * posix/regex_internal.h: Likewise.
7308         * posix/wordexp.c: Likewise.
7309         * pwd/fgetpwent.c: Likewise.
7310         * resolv/res_hconf.c: Likewise.
7311         * resolv/res_libc.c: Likewise.
7312         * shadow/fgetspent.c: Likewise.
7313         * shadow/lckpwdf.c: Likewise.
7314         * shadow/sgetspent.c: Likewise.
7315         * socket/opensock.c: Likewise.
7316         * stdio-common/reg-modifier.c: Likewise.
7317         * stdio-common/reg-printf.c: Likewise.
7318         * stdio-common/reg-type.c: Likewise.
7319         * stdio-common/vfprintf.c: Likewise.
7320         * stdio-common/vfscanf.c: Likewise.
7321         * stdlib/abort.c: Likewise.
7322         * stdlib/cxa_atexit.c: Likewise.
7323         * stdlib/fmtmsg.c: Likewise.
7324         * stdlib/random.c: Likewise.
7325         * stdlib/setenv.c: Likewise.
7326         * string/strsignal.c: Likewise.
7327         * sunrpc/auth_none.c: Likewise.
7328         * sunrpc/bindrsvprt.c: Likewise.
7329         * sunrpc/create_xid.c: Likewise.
7330         * sunrpc/key_call.c: Likewise.
7331         * sunrpc/rpc_thread.c: Likewise.
7332         * sysdeps/arm/backtrace.c: Likewise.
7333         * sysdeps/generic/ldsodefs.h: Likewise.
7334         * sysdeps/generic/stdio-lock.h: Likewise.
7335         * sysdeps/generic/unwind-dw2-fde.c: Likewise.
7336         * sysdeps/i386/backtrace.c: Likewise.
7337         * sysdeps/ieee754/ldbl-opt/nldbl-compat.c: Likewise.
7338         * sysdeps/m68k/backtrace.c: Likewise.
7339         * sysdeps/mach/hurd/cthreads.c: Likewise.
7340         * sysdeps/mach/hurd/dirstream.h: Likewise.
7341         * sysdeps/mach/hurd/malloc-machine.h: Likewise.
7342         * sysdeps/nptl/malloc-machine.h: Likewise.
7343         * sysdeps/nptl/stdio-lock.h: Likewise.
7344         * sysdeps/posix/dirstream.h: Likewise.
7345         * sysdeps/posix/getaddrinfo.c: Likewise.
7346         * sysdeps/posix/system.c: Likewise.
7347         * sysdeps/pthread/aio_suspend.c: Likewise.
7348         * sysdeps/s390/s390-32/backtrace.c: Likewise.
7349         * sysdeps/s390/s390-64/backtrace.c: Likewise.
7350         * sysdeps/unix/sysv/linux/check_pf.c: Likewise.
7351         * sysdeps/unix/sysv/linux/if_index.c: Likewise.
7352         * sysdeps/unix/sysv/linux/s390/s390-32/getutent_r.c: Likewise.
7353         * sysdeps/unix/sysv/linux/s390/s390-32/getutid_r.c: Likewise.
7354         * sysdeps/unix/sysv/linux/s390/s390-32/getutline_r.c: Likewise.
7355         * sysdeps/unix/sysv/linux/shm-directory.c: Likewise.
7356         * sysdeps/unix/sysv/linux/system.c: Likewise.
7357         * sysdeps/x86_64/backtrace.c: Likewise.
7358         * time/alt_digit.c: Likewise.
7359         * time/era.c: Likewise.
7360         * time/tzset.c: Likewise.
7361         * wcsmbs/wcsmbsload.c: Likewise.
7362         * nptl/tst-initializers1.c (do_test): Refer to <libc-lock.h>
7363         instead of <bits/libc-lock.h> in comment.
7365 2015-09-08  Andrew Bennett  <andrew.bennett@imgtec.com>
7367         * sysdeps/mips/bits/atomic.h [_MIPS_SIM == _ABIO32] (MIPS_PUSH_MIPS2):
7368         Only use .set mips2 if the current ISA is below mips2.
7369         * sysdeps/mips/sys/tas.h [_MIPS_SIM == _ABIO32] (_test_and_set):
7370         Likewise.
7371         * sysdeps/mips/nptl/tls.h (READ_THREAD_POINTER): Only use .set
7372         mips32r2 if the current ISA is below mips32r2.
7373         * sysdeps/mips/tls-macros.h (TLS_RDHWR): New define.
7374         (TLS_IE): Updated to use the TLD_RDHWR macro.
7375         (TLS_LE): Likewise.
7376         * sysdeps/unix/mips/sysdep.h (__mips_isa_rev): Moved out of #ifdef
7377         __ASSEMBLER__ condition.
7379 2015-09-08  Samuel Thibault  <samuel.thibault@ens-lyon.org>
7381         Fix parallel build of before-compile targets.
7383         * sysdeps/mach/Makefile ($(patsubst
7384         mach%,m\%h%,$(mach-before-compile))): Move rule to dedicated
7385         mach-before-compile target.
7386         * sysdeps/mach/hurd/Makefile ($(patsubst %,$(hurd-objpfx)hurd/%.%,auth
7387         io fs process)): Move rule to dedicated hurd-before-compile target.
7389 2015-09-06  Samuel Thibault  <samuel.thibault@ens-lyon.org>
7391         Fix rules generating headers in hurd/ and mach/ when initial make call
7392         has subdir= explicitly set.
7394         * sysdeps/mach/Makefile ($(patsubst
7395         mach%,m\%h%,$(mach-before-compile))): Force subdir to mach when
7396         calling $(MAKE).
7397         * sysdeps/mach/hurd/Makefile ($(patsubst %,$(hurd-objpfx)hurd/%.%,auth
7398         io fs process)): Force subdir to hurd when calling $(MAKE).
7399         ($(common-objpfx)hurd/../mach/RPC_task_get_sampled_pcs.c): Force
7400         subdir to mach when calling $(MAKE).
7402 2015-09-06  Manolis Ragkousis  <manolis837@gmail.com>
7404         Check sysheaders when looking for Mach and Hurd headers
7406         * sysdeps/mach/configure.ac: Add sysheaders check.
7407         * sysdeps/mach/configure: Regenerate.
7408         * sysdeps/mach/hurd/configure.ac: Add sysheaders check.
7409         * sysdeps/mach/hurd/configure: Regenerate.
7411 2015-09-04  Roland McGrath  <roland@hack.frob.com>
7413         [BZ #18921]
7414         * sysdeps/posix/opendir.c (need_isdir_precheck) [O_DIRECTORY]:
7415         Fix inverted sense of test of 'o_directory_works' value.
7416         Reported by Pádraig Brady <P@draigBrady.com>, diagnosed by
7417         Bernhard Voelker <mail@bernhard-voelker.de>.
7419 2015-09-04  Joseph Myers  <joseph@codesourcery.com>
7421         [BZ #14912]
7422         * bits/linkmap.h: Move to ...
7423         * sysdeps/generic/linkmap.h: ...here.
7424         * sysdeps/aarch64/bits/linkmap.h: Move to ...
7425         * sysdeps/aarch64/linkmap.h: ...here.
7426         * sysdeps/arm/bits/linkmap.h: Move to ...
7427         * sysdeps/arm/linkmap.h: ...here.
7428         * sysdeps/hppa/bits/linkmap.h: Move to ...
7429         * sysdeps/hppa/linkmap.h: ...here.
7430         * sysdeps/ia64/bits/linkmap.h: Move to ...
7431         * sysdeps/ia64/linkmap.h: ...here.
7432         * sysdeps/mips/bits/linkmap.h: Move to ...
7433         * sysdeps/mips/linkmap.h: ...here.
7434         * sysdeps/s390/bits/linkmap.h: Move to ...
7435         * sysdeps/s390/linkmap.h: ...here.
7436         * sysdeps/sh/bits/linkmap.h: Move to ...
7437         * sysdeps/sh/linkmap.h: ...here.
7438         * sysdeps/x86/bits/linkmap.h: Move to ...
7439         * sysdeps/x86/linkmap.h: ...here.
7440         * include/link.h: Include <linkmap.h> instead of <bits/linkmap.h>.
7442 2015-09-04  Andreas Schwab  <schwab@suse.de>
7444         [BZ #18635]
7445         * sysdeps/unix/sysv/linux/powerpc/powerpc32/makecontext.S
7446         (__makecontext): Terminate FDE before return label.
7447         (__novec_makecontext): Likewise.
7449 2015-09-04  Carlos Eduardo Seo  <cseo@linux.vnet.ibm.com>
7451         * sysdeps/unix/sysv/linux/socketpair.c: Use the address of the
7452         first member of struct sv in syscall macro.
7454 2015-09-04  Joseph Myers  <joseph@codesourcery.com>
7456         [BZ #14912]
7457         * bits/stdio-lock.h: Move to ...
7458         * sysdeps/generic/stdio-lock.h: ...here.
7459         (_BITS_STDIO_LOCK_H): Rename macro to _STDIO_LOCK_H.
7460         * sysdeps/nptl/bits/stdio-lock.h: Move to ...
7461         * sysdeps/nptl/stdio-lock.h: ...here.
7462         (_BITS_STDIO_LOCK_H): Rename macro to _STDIO_LOCK_H.
7463         * include/libio.h: Include <stdio-lock.h> instead of
7464         <bits/stdio-lock.h>.
7465         * sysdeps/nptl/fork.c: Likewise.
7466         * sysdeps/pthread/flockfile.c: Likewise.
7467         * sysdeps/pthread/ftrylockfile.c: Likewise.
7468         * sysdeps/pthread/funlockfile.c: Likewise.
7470         [BZ #14912]
7471         * sysdeps/unix/sysv/linux/m68k/bits/m68k-vdso.h: Move to ...
7472         * sysdeps/unix/sysv/linux/m68k/m68k-vdso.h: ...here.
7473         * sysdeps/unix/sysv/linux/m68k/coldfire/bits/atomic.h: Include
7474         <m68k-vdso.h> instead of <bits/m68k-vdso.h>.
7475         * sysdeps/unix/sysv/linux/m68k/init-first.c: Likewise.
7476         * sysdeps/unix/sysv/linux/m68k/m68k-helpers.S: Likewise.
7477         * sysdeps/unix/sysv/linux/m68k/m68k-vdso.c: Likewise.
7479 2015-09-03  Roland McGrath  <roland@hack.frob.com>
7481         * elf/Makefile (test-xfail-tst-protected1a): New variable.
7482         (test-xfail-tst-protected1b): New variable.
7484 2015-09-03  Joseph Myers  <joseph@codesourcery.com>
7486         [BZ #14912]
7487         * bits/libc-tsd.h: Move to ...
7488         * sysdeps/generic/libc-tsd.h: ...here.
7489         (_GENERIC_BITS_LIBC_TSD_H): Rename macro to _GENERIC_LIBC_TSD_H.
7490         * sysdeps/mach/hurd/bits/libc-tsd.h: Move to ...
7491         * sysdeps/mach/hurd/libc-tsd.h: ...here.
7492         (_BITS_LIBC_TSD_H): Rename macro to _LIBC_TSD_H.
7493         * include/ctype.h: Include <libc-tsd.h> instead of
7494         <bits/libc-tsd.h>.
7495         * include/rpc/rpc.h: Likewise.
7496         * locale/localeinfo.h: Likewise.
7497         * sunrpc/rpc_thread.c: Likewise.
7498         * sysdeps/mach/hurd/malloc-machine.h: Likewise.
7499         * sysdeps/nptl/malloc-machine.h: Likewise.
7501         * Makefile (headers): Remove bits/libc-lock.h.
7502         * libio/Makefile (headers): Remove bits/stdio-lock.h.
7504         * libio/libio.h [_IO_MTSAFE_IO]: Remove include of
7505         <bits/stdio-lock.h> and commented-out include of <comthread.h>.
7506         * include/libio.h [!_ISOMAC && _IO_MTSAFE_IO]: Include
7507         <bits/stdio-lock.h>.
7508         * stdio-common/scanf15.c (_IO_MTSAFE_IO): Undefine.
7509         * stdio-common/scanf17.c (_IO_MTSAFE_IO): Likewise.
7511 2015-09-01  Paul Pluzhnikov  <ppluzhnikov@google.com>
7513         [BZ #18757]
7514         * libio/iofopncook.c (_IO_fopencookie): Set errno on failure.
7515         * libio/test-fmemopen.c (do_bz18820): Extend the test to cover
7516         BZ #18757.
7518 2015-09-01  Paul Pluzhnikov  <ppluzhnikov@google.com>
7520         * malloc/mtrace.pl: Filter out NULL entries.
7522 2015-09-01  Joseph Myers  <joseph@codesourcery.com>
7524         * inet/netinet/in.h (IPPROTO_MPLS): New enum value and macro.
7525         * sysdeps/unix/sysv/linux/bits/in.h (IP_BIND_ADDRESS_NO_PORT): New
7526         macro.
7528         * sysdeps/gnu/netinet/tcp.h (TCP_NOTSENT_LOWAT): New macro.
7529         (TCP_CC_INFO): Likewise.
7530         (TCP_SAVE_SYN): Likewise.
7531         (TCP_SAVED_SYN): Likewise.
7533 2015-08-31  Brett Neumeier <brett@neumeier.us>
7535         [BZ #18870]
7536         * sysdeps/sparc/sparc32/sem_open.c: Add missing #include
7538 2015-08-31  Paul Eggert  <eggert@cs.ucla.edu>
7540         [BZ #18873]
7541         Fix broken overflow check in posix_fallocate
7542         * sysdeps/posix/posix_fallocate.c (posix_fallocate):
7543         * sysdeps/posix/posix_fallocate64.c (__posix_fallocate64_l64):
7544         Fix parenthesization typo.
7546 2015-08-28  Mike Frysinger  <vapier@gentoo.org>
7548         [BZ #18887]
7549         * misc/Makefile (tests): Add tst-mntent-blank-corrupt and
7550         tst-mntent-blank-passno.
7551         * misc/mntent_r.c (__getmntent_r): Do not read past buffer[0].
7552         * misc/tst-mntent-blank-corrupt.c: New test.
7553         * misc/tst-mntent-blank-passno.c: New test ripped from ...
7554         * misc/tst-mntent.c (do_test): ... here.
7556 2015-08-29  Mike Frysinger  <vapier@gentoo.org>
7558         [BZ #4404]
7559         * po/de.po: Fix SIGALRM typo.
7561 2015-08-28  James Perkins  <james@loowit.net>
7563         * time/tst-strptime2.c (tests): Replace short list of test
7564         strings for strptime %z specifier with code which exhaustively
7565         tests every combination of sign and 0 to 5 digits. Tests for
7566         rejection of invalid strings.
7568 2015-08-28  James Perkins  <james@loowit.net>
7570         [BZ #16141]
7571         * time/strptime_l.c (__strptime_internal): Fix %z minutes
7572         calculation, removing incorrect decimal time rounding, so that
7573         all minute values result in a valid seconds value.
7574         * time/strptime_l.c (__strptime_internal): Extend %z time zone
7575         offset range limits to UTC-99:59 through UTC+99:59 to parse
7576         current and historical use cases.
7577         * time/tst-strptime2.c (tests): Modify and add tests for the
7578         strptime %z input field descriptor, specifically conversion of
7579         minutes to seconds and validating an offset range of -9959 to
7580         +9959.
7582 2015-08-27  Adhemerval Zanella  <adhemerval.zanella@linaro.org>
7583             Dmitry V. Levin  <ldv@altlinux.org>
7585         [BZ #18877]
7586         * posix/Makefile (tests): Add tst-mmap-offset.
7587         * posix/tst-mmap.c: New file.
7588         * sysdeps/unix/sysv/linux/generic/wordsize-32/mmap.c (__mmap): Fix
7589         offset calculation for negative values.
7591 2015-08-27  H.J. Lu  <hongjiu.lu@intel.com>
7593         * sysdeps/i386/init-arch.h: New file.
7594         * sysdeps/i386/i586/init-arch.h: Likewise.
7595         * sysdeps/i386/i686/init-arch.h: Likewise.
7596         * sysdeps/x86/cpu-features.c (init_cpu_features): Set bit_I586
7597         bit if CX8 is available.  Set bit_I686 bit if CMOV is available.
7598         * sysdeps/x86/cpu-features.h (bit_I586): New.
7599         (bit_I686): Likewise.
7600         (bit_CX8): Likewise.
7601         (bit_CMOV): Likewise.
7602         (index_CX8): Likewise.
7603         (index_CMOV): Likewise.
7604         (index_I586): Likewise.
7605         (index_I686): Likewise.
7606         (reg_CX8): Likewise.
7607         (reg_CMOV): Likewise.
7608         (HAS_I586): Defined as HAS_ARCH_FEATURE (I586) if i586 isn't
7609         available at compile-time.
7610         (HAS_I686): Defined as HAS_ARCH_FEATURE (I686) if i686 isn't
7611         available at compile-time.
7612         * sysdeps/x86/init-arch.h (USE_I586): New macro.
7613         (USE_I686): Likewise.
7615 2015-08-27  H.J. Lu  <hongjiu.lu@intel.com>
7617         * sysdeps/i386/bcopy.S: New file.
7618         * sysdeps/i386/bzero.S: Likewise.
7619         * sysdeps/i386/memcpy.S: Likewise.
7620         * sysdeps/i386/memmove.S: Likewise.
7621         * sysdeps/i386/mempcpy.S: Likewise.
7622         * sysdeps/i386/memset.S: Likewise.
7623         * sysdeps/i386/bzero.c: Removed.
7624         * sysdeps/i386/memset.c: Likewise.
7625         * sysdeps/i386/i586/memcpy_chk.S: Likewise.
7626         * sysdeps/i386/i586/mempcpy_chk.S: Likewise.
7627         * sysdeps/i386/i586/memset_chk.S: Likewise.
7628         * sysdeps/i386/i686/memcpy_chk.S: Moved to ...
7629         * sysdeps/i386/memcpy_chk.S: Here.
7630         * sysdeps/i386/i686/memmove_chk.S: Moved to ...
7631         * sysdeps/i386/memmove_chk.S: Here.
7632         * sysdeps/i386/i686/mempcpy_chk.S: Moved to ...
7633         * sysdeps/i386/mempcpy_chk.S: Likewise.
7634         * sysdeps/i386/i686/memset_chk.S: Moved to ...
7635         * sysdeps/i386/memset_chk.S: Likewise.
7637 2015-08-27  Steve Ellcey  <sellcey@imgtec.com>
7639         * soft-fp/fmasf4.c: Add include of sys/cdefs.h.
7640         Move DIAG_PUSH_NEEDS_COMMENT, DIAG_IGNORE_NEEDS_COMMENT to front of
7641         file, move DIAG_POP_NEEDS_COMMENT to end of file.
7642         * soft-fp/fmadf4.c: Ditto.
7643         * soft-fp/fmatf4.c: Ditto.
7645 2015-08-27  H.J. Lu  <hongjiu.lu@intel.com>
7647         * sysdeps/i386/i586/Implies: Removed.
7648         * sysdeps/i386/i686/Implies: Likewise.
7650 2015-08-27  H.J. Lu  <hongjiu.lu@intel.com>
7652         * sysdeps/i386/i486/strlen.S: Moved to ...
7653         * sysdeps/i386/strlen.S: Here.
7655 2015-08-27  H.J. Lu  <hongjiu.lu@intel.com>
7657         * sysdeps/i386/i486/strcat.S: Moved to ...
7658         * sysdeps/i386/strcat.S: Here.
7660 2015-08-27  H.J. Lu  <hongjiu.lu@intel.com>
7662         * sysdeps/i386/i486/pthread_spin_trylock.S: Moved to ...
7663         * sysdeps/i386/pthread_spin_trylock.S: Here.
7664         * sysdeps/i386/i586/pthread_spin_trylock.S: Removed.
7665         * sysdeps/i386/i686/pthread_spin_trylock.S: Updated.
7667 2015-08-27  H.J. Lu  <hongjiu.lu@intel.com>
7669         * sysdeps/i386/i486/string-inlines.c: Moved to ...
7670         * sysdeps/i386/string-inlines.c: Here.
7672 2015-08-27  H.J. Lu  <hongjiu.lu@intel.com>
7674         * sysdeps/i386/i486/htonl.S: Moved ...
7675         * sysdeps/i386/htonl.S: here.
7677 2015-08-27  H.J. Lu  <hongjiu.lu@intel.com>
7679         * sysdeps/i386/i486/bits/atomic.h: Moved to ...
7680         * sysdeps/i386/bits/atomic.h: Here.
7682 2015-08-27  H.J. Lu  <hongjiu.lu@intel.com>
7684         * sysdeps/i386/i486/Versions: Removed.
7686 2015-08-27  Gleb Fotengauer-Malinovskiy  <glebfm@altlinux.org>
7688         [BZ #2898]
7689         * misc/mktemp.c: Add mkdtemp to the link_warning message.
7690         Based on patch by Aurelien Jarno.
7692 2015-08-26  Stan Shebs  <stanshebs@google.com>
7694         * sysdeps/ieee754/ldbl-96/k_tanl.c: Include <libc-internal.h>.
7695         (__kernel_tanl): Ignore uninitialized warnings around use of SIGN.
7697 2015-08-26  Carlos Eduardo Seo  <cseo@linux.vnet.ibm.com>
7699         * sysdeps/powerpc/bits/hwcap.h: Add PPC_FEATURE2_HTM_NOSC.
7700         * sysdeps/powerpc/dl-procinfo.c:
7701         (_dl_powerpc_cap_flags): Added descriptor for this hwcap
7702         feature so it shows when LD_SHOW_AUXV=1.
7704 2015-08-26  Paul E. Murphy  <murphyp@linux.vnet.ibm.com>
7706         * sysdeps/unix/sysv/linux/powerpc/elision-lock.c
7707         (__arch_compare_and_exchange_val_32_acq): Remove and use common
7708         definition.  ISA 2.07B no longer requires full sync.
7710 2015-08-26  Mike Frysinger  <vapier@gentoo.org>
7712         [BZ #18863]
7713         * sysdeps/unix/sysv/linux/mips/bits/siginfo.h (siginfo_t): Add _sigsys.
7714         (si_call_addr): Define.
7715         (si_syscall): Define.
7716         (si_arch): Define.
7718 2015-08-26  H.J. Lu  <hongjiu.lu@intel.com>
7720         * sysdeps/i386/i586/bzero.S (USE_AS_BZERO): New.
7721         * sysdeps/i386/i686/bzero.S (USE_AS_BZERO): Likewise.
7722         * sysdeps/i386/i586/memset.S (BZERO_P): Removed.
7723         Check USE_AS_BZERO/SHARED instead of BZERO_P/PIC.
7724         (__memset_zero_constant_len_parameter): New.
7725         * sysdeps/i386/i686/memset.S (BZERO_P): Removed.
7726         Check USE_AS_BZERO/SHARED instead of BZERO_P/PIC.
7727         (__memset_zero_constant_len_parameter): Don't define if
7728         __memset_chk or USE_AS_BZERO are defined.
7730         * sysdeps/i386/i586/memcpy.S (MEMPCPY_P): Removed.
7731         Check USE_AS_MEMPCPY/SHARED instead of MEMPCPY_P/PIC.
7732         * sysdeps/i386/i586/mempcpy.S (USE_AS_MEMPCPY): New.
7734         * sysdeps/x86/Makefile [$(subdir) == elf] (CFLAGS-.os,
7735         tests-special, $(objpfx)tst-ld-sse-use.out): Moved to ...
7736         * sysdeps/i386/Makefile [$(subdir) == elf] (CFLAGS-.os,
7737         tests-special, $(objpfx)tst-ld-sse-use.out): Here.  Update
7738         comments.
7739         * sysdeps/x86_64/Makefile [$(subdir) == elf] (CFLAGS-.os): Add
7740         -mno-mmx for $(all-rtld-routines).
7741         * sysdeps/x86/tst-ld-sse-use.sh: Moved to ...
7742         * sysdeps/i386/tst-ld-sse-use.sh: Here.  Replace x86-64 with
7743         i386.
7745 2015-08-26  Stefan Liebler  <stli@linux.vnet.ibm.com>
7747         * sysdeps/generic/unwind.h
7748         (_Unwind_Word): Use __mode__(__unwind_word__)
7749         instead of __mode__(__word__).
7750         (_Unwind_Sword): Likewise.
7752         * sysdeps/s390/s390-64/utf8-utf16-z9.c
7753         (MAX_NEEDED_INPUT): New define.
7754         (MAX_NEEDED_OUTPUT): New define.
7756         * NEWS: New item for IBM z13 string optimizations.
7758         * sysdeps/s390/multiarch/memrchr-c.c: New File.
7759         * sysdeps/s390/multiarch/memrchr-vx.S: Likewise.
7760         * sysdeps/s390/multiarch/memrchr.c: Likewise.
7761         * sysdeps/s390/multiarch/Makefile
7762         (sysdep_routines): Add memrchr functions.
7763         * sysdeps/s390/multiarch/ifunc-impl-list-common.c
7764         (__libc_ifunc_impl_list_common): Add ifunc test for memrchr.
7766         * sysdeps/s390/multiarch/wmemcmp-c.c: New File.
7767         * sysdeps/s390/multiarch/wmemcmp-vx.S: Likewise.
7768         * sysdeps/s390/multiarch/wmemcmp.c: Likewise.
7769         * sysdeps/s390/multiarch/Makefile
7770         (sysdep_routines): Add wmemcmp functions.
7771         * sysdeps/s390/multiarch/ifunc-impl-list-common.c
7772         (__libc_ifunc_impl_list_common): Add ifunc test for wmemcmp.
7773         * benchtests/bench-wmemcmp.c: New File.
7774         * benchtests/Makefile (wcsmbs-bench): Add wmemcmp.
7776         * sysdeps/s390/multiarch/wmemset-c.c: New File.
7777         * sysdeps/s390/multiarch/wmemset-vx.S: Likewise.
7778         * sysdeps/s390/multiarch/wmemset.c: Likewise.
7779         * sysdeps/s390/multiarch/Makefile
7780         (sysdep_routines): Add wmemset functions.
7781         * sysdeps/s390/multiarch/ifunc-impl-list-common.c
7782         (__libc_ifunc_impl_list_common): Add ifunc test for wmemset.
7783         * wcsmbs/wmemset.c: Use WMEMSET if defined.
7784         * string/test-memset.c: Add wmemset support.
7785         * wcsmbs/test-wmemset.c: New File.
7786         * wcsmbs/Makefile (strop-tests): Add wmemset.
7787         * benchtests/bench-memset.c: Add wmemset support.
7788         * benchtests/bench-wmemset.c: New File.
7789         * benchtests/Makefile (wcsmbs-bench): Add wmemset.
7791         * sysdeps/s390/multiarch/memccpy-c.c: New File.
7792         * sysdeps/s390/multiarch/memccpy-vx.S: Likewise.
7793         * sysdeps/s390/multiarch/memccpy.c: Likewise.
7794         * sysdeps/s390/multiarch/Makefile
7795         (sysdep_routines): Add memccpy functions.
7796         * sysdeps/s390/multiarch/ifunc-impl-list-common.c
7797         (__libc_ifunc_impl_list_common): Add ifunc test for memccpy.
7798         * string/memccpy.c: Use MEMCCPY if defined.
7800         * sysdeps/s390/multiarch/memchr-vx.S: New File.
7801         * sysdeps/s390/multiarch/memchr.c: Likewise.
7802         * sysdeps/s390/multiarch/rawmemchr-c.c: Likewise.
7803         * sysdeps/s390/multiarch/rawmemchr-vx.S: Likewise.
7804         * sysdeps/s390/multiarch/rawmemchr.c: Likewise.
7805         * sysdeps/s390/multiarch/wmemchr-c.c: Likewise.
7806         * sysdeps/s390/multiarch/wmemchr-vx.S: Likewise.
7807         * sysdeps/s390/multiarch/wmemchr.c: Likewise.
7808         * sysdeps/s390/s390-32/multiarch/memchr.c: Likewise.
7809         * sysdeps/s390/s390-64/multiarch/memchr.c: Likewise.
7810         * sysdeps/s390/multiarch/Makefile (sysdep_routines): Add memchr, wmemchr
7811         and rawmemchr functions.
7812         * sysdeps/s390/multiarch/ifunc-impl-list-common.c
7813         (__libc_ifunc_impl_list_common): Add ifunc test for memchr, rawmemchr
7814         and wmemchr.
7815         * wcsmbs/wmemchr.c: Use WMEMCHR if defined.
7816         * string/test-memchr.c: Add wmemchr support.
7817         * wcsmbs/test-wmemchr.c: New File.
7818         * wcsmbs/Makefile (strop-tests): Add wmemchr.
7819         * benchtests/bench-memchr.c: Add wmemchr support.
7820         * benchtests/bench-wmemchr.c: New File.
7821         * benchtests/Makefile (wcsmbs-bench): wmemchr.
7823         * sysdeps/s390/multiarch/strcspn-c.c: New File.
7824         * sysdeps/s390/multiarch/strcspn-vx.S: Likewise.
7825         * sysdeps/s390/multiarch/strcspn.c: Likewise.
7826         * sysdeps/s390/multiarch/wcscspn-c.c: Likewise.
7827         * sysdeps/s390/multiarch/wcscspn-vx.S: Likewise.
7828         * sysdeps/s390/multiarch/wcscspn.c: Likewise.
7829         * sysdeps/s390/multiarch/Makefile (sysdep_routines): Add strcspn and
7830         wcscspn functions.
7831         * sysdeps/s390/multiarch/ifunc-impl-list.c
7832         (__libc_ifunc_impl_list): Add ifunc test for strcspn, wcscspn.
7833         * wcsmbs/wcscspn.c: Use WCSCSPN if defined.
7834         * string/test-strcspn.c: Add wcscspn support.
7835         * wcsmbs/test-wcscspn.c: New File.
7836         * wcsmbs/Makefile (strop-tests): Add wcscspn.
7837         * benchtests/bench-strcspn.c: Add wcscspn support.
7838         * benchtests/bench-wcscspn.c: New File.
7839         * benchtests/Makefile (wcsmbs-bench): Add wcscspn.
7841         * sysdeps/s390/multiarch/strpbrk-c.c: New File.
7842         * sysdeps/s390/multiarch/strpbrk-vx.S: Likewise.
7843         * sysdeps/s390/multiarch/strpbrk.c: Likewise.
7844         * sysdeps/s390/multiarch/wcspbrk-c.c: Likewise.
7845         * sysdeps/s390/multiarch/wcspbrk-vx.S: Likewise.
7846         * sysdeps/s390/multiarch/wcspbrk.c: Likewise.
7847         * sysdeps/s390/multiarch/Makefile (sysdep_routines): Add strpbrk and
7848         wcspbrk functions.
7849         * sysdeps/s390/multiarch/ifunc-impl-list.c
7850         (__libc_ifunc_impl_list): Add ifunc test for strpbrk, wcspbrk.
7851         * wcsmbs/wcspbrk.c: Use WCSPBRK if defined.
7852         * string/test-strpbrk.c: Add wcspbrk support.
7853         * wcsmbs/test-wcspbrk.c: New File.
7854         * wcsmbs/Makefile (strop-tests): Add wcspbrk.
7855         * benchtests/bench-strpbrk.c: Add wcspbrk support.
7856         * benchtests/bench-wcspbrk.c: New File.
7857         * benchtests/Makefile (wcsmbs-bench): Add wcspbrk.
7859         * sysdeps/s390/multiarch/strspn-c.c: New File.
7860         * sysdeps/s390/multiarch/strspn-vx.S: Likewise.
7861         * sysdeps/s390/multiarch/strspn.c: Likewise.
7862         * sysdeps/s390/multiarch/wcsspn-c.c: Likewise.
7863         * sysdeps/s390/multiarch/wcsspn-vx.S: Likewise.
7864         * sysdeps/s390/multiarch/wcsspn.c: Likewise.
7865         * wcsmbs/wcsspn.c: Use WCSSPN if defined.
7866         * sysdeps/s390/multiarch/Makefile (sysdep_routines): Add strspn and
7867         wcsspn functions.
7868         * sysdeps/s390/multiarch/ifunc-impl-list.c
7869         (__libc_ifunc_impl_list): Add ifunc test for strspn, wcsspn.
7870         * string/test-strspn.c: Add wcsspn support.
7871         * wcsmbs/test-wcsspn.c: New File.
7872         * wcsmbs/Makefile (strop-tests): Add wcsspn.
7873         * benchtests/bench-strspn.c: Add wcsspn support.
7874         * benchtests/bench-wcsspn.c: New File.
7875         * benchtests/Makefile (wcsmbs-bench): Add wcsspn.
7877         * sysdeps/s390/multiarch/strrchr-c.c: New File.
7878         * sysdeps/s390/multiarch/strrchr-vx.S: Likewise.
7879         * sysdeps/s390/multiarch/strrchr.c: Likewise.
7880         * sysdeps/s390/multiarch/wcsrchr-c.c: Likewise.
7881         * sysdeps/s390/multiarch/wcsrchr-vx.S: Likewise.
7882         * sysdeps/s390/multiarch/wcsrchr.c: Likewise.
7883         * sysdeps/s390/multiarch/Makefile (sysdep_routines): Add strrchr and
7884         wcsrchr functions.
7885         * sysdeps/s390/multiarch/ifunc-impl-list.c
7886         (__libc_ifunc_impl_list): Add ifunc test for strrchr, wcsrchr.
7887         * benchtests/bench-wcsrchr.c: New File.
7888         * benchtests/Makefile (wcsmbs-bench): Add wcsrchr.
7890         * sysdeps/s390/multiarch/strchrnul-c.c: New File.
7891         * sysdeps/s390/multiarch/strchrnul-vx.S: Likewise.
7892         * sysdeps/s390/multiarch/strchrnul.c: Likewise.
7893         * sysdeps/s390/multiarch/wcschrnul-c.c: Likewise.
7894         * sysdeps/s390/multiarch/wcschrnul-vx.S: Likewise.
7895         * sysdeps/s390/multiarch/wcschrnul.c: Likewise.
7896         * sysdeps/s390/multiarch/Makefile (sysdep_routines): Add strchrnul and
7897         wcschrnul functions.
7898         * sysdeps/s390/multiarch/ifunc-impl-list.c
7899         (__libc_ifunc_impl_list): Add ifunc test for strchrnul, wcschrnul.
7900         * wcsmbs/wcschrnul.c: Use WCSCHRNUL if defined.
7901         * string/test-strchr.c: Add wcschrnul support.
7902         * wcsmbs/test-wcschrnul.c: New File.
7903         * wcsmbs/Makefile (strop-tests): Add wcschrnul.
7904         * benchtests/bench-strchr.c: Add wcschrnul support.
7905         * benchtests/bench-wcschrnul.c: New File.
7906         * benchtests/Makefile (wcsmbs-bench): Add wcschrnul.
7908         * sysdeps/s390/multiarch/strchr-c.c: New File.
7909         * sysdeps/s390/multiarch/strchr-vx.S: Likewise.
7910         * sysdeps/s390/multiarch/strchr.c: Likewise.
7911         * sysdeps/s390/multiarch/wcschr-c.c: Likewise.
7912         * sysdeps/s390/multiarch/wcschr-vx.S: Likewise.
7913         * sysdeps/s390/multiarch/wcschr.c: Likewise.
7914         * sysdeps/s390/multiarch/Makefile (sysdep_routines): Add strchr and
7915         wcschr functions.
7916         * sysdeps/s390/multiarch/ifunc-impl-list.c
7917         (__libc_ifunc_impl_list): Add ifunc test for strchr, wcschr.
7918         * string/strchr.c (STRCHR): Define and use macro.
7919         * benchtests/bench-wcschr.c: New File.
7920         * benchtests/Makefile (wcsmbs-bench): Add wcschr.
7922         * sysdeps/s390/multiarch/strncmp-c.c: New File.
7923         * sysdeps/s390/multiarch/strncmp-vx.S: Likewise.
7924         * sysdeps/s390/multiarch/strncmp.c: Likewise.
7925         * sysdeps/s390/multiarch/wcsncmp-c.c: Likewise.
7926         * sysdeps/s390/multiarch/wcsncmp-vx.S: Likewise.
7927         * sysdeps/s390/multiarch/wcsncmp.c: Likewise.
7928         * sysdeps/s390/multiarch/Makefile (sysdep_routines): Add strncmp and
7929         wcsncmp functions.
7930         * sysdeps/s390/multiarch/ifunc-impl-list.c
7931         (__libc_ifunc_impl_list): Add ifunc test for strncmp, wcsncmp.
7932         * wcsmbs/wcsncmp.c (WCSNCMP): Define and use macro.
7933         * benchtests/bench-strncmp.c: Add wcsncmp support.
7934         * benchtests/bench-wcsncmp.c: New File.
7935         * benchtests/Makefile (wcsmbs-bench): Add wcsncmp.
7937         * sysdeps/s390/multiarch/strcmp-vx.S: New File.
7938         * sysdeps/s390/multiarch/strcmp.c: Likewise.
7939         * sysdeps/s390/multiarch/wcscmp-c.c: Likewise.
7940         * sysdeps/s390/multiarch/wcscmp-vx.S: Likewise.
7941         * sysdeps/s390/multiarch/wcscmp.c: Likewise.
7942         * sysdeps/s390/s390-32/multiarch/strcmp.c: Likewise.
7943         * sysdeps/s390/s390-64/multiarch/strcmp.c: Likewise.
7944         * sysdeps/s390/multiarch/Makefile (sysdep_routines): Add strcmp and
7945         wcscmp functions.
7946         * sysdeps/s390/multiarch/ifunc-impl-list.c
7947         (__libc_ifunc_impl_list): Add ifunc test for strcmp, wcscmp.
7948         * string/strcmp.c (STRCMP): Define and use macro.
7949         * benchtests/bench-wcscmp.c: New File.
7950         * benchtests/Makefile (wcsmbs-bench): Add wcscmp.
7951         * sysdeps/s390/bits/string.h: Fix typo: _HAVE_STRING_ARCH_strcmp
7952         instead of _HAVE_STRING_ARCH_memchr.
7954         * sysdeps/s390/multiarch/strncat-c.c: New File.
7955         * sysdeps/s390/multiarch/strncat-vx.S: Likewise.
7956         * sysdeps/s390/multiarch/strncat.c: Likewise.
7957         * sysdeps/s390/multiarch/wcsncat-c.c: Likewise.
7958         * sysdeps/s390/multiarch/wcsncat-vx.S: Likewise.
7959         * sysdeps/s390/multiarch/wcsncat.c: Likewise.
7960         * sysdeps/s390/multiarch/Makefile (sysdep_routines): Add strncat and
7961         wcsncat functions.
7962         * sysdeps/s390/multiarch/ifunc-impl-list.c
7963         (__libc_ifunc_impl_list): Add ifunc test for strncat, wcsncat.
7964         * wcsmbs/wcsncat.c (WCSNCAT): Define and use macro.
7965         * string/test-strncat.c: Add wcsncat support.
7966         * wcsmbs/test-wcsncat.c: New File.
7967         * wcsmbs/Makefile (strop-tests): Add wcsncat.
7968         * benchtests/bench-strncat.c: Add wcsncat support.
7969         * benchtests/bench-wcsncat.c: New File.
7970         * benchtests/Makefile (wcsmbs-bench): Add wcsncat.
7972         * sysdeps/s390/multiarch/strcat-c.c: New File.
7973         * sysdeps/s390/multiarch/strcat-vx.S: Likewise.
7974         * sysdeps/s390/multiarch/strcat.c: Likewise.
7975         * sysdeps/s390/multiarch/wcscat-c.c: Likewise.
7976         * sysdeps/s390/multiarch/wcscat-vx.S: Likewise.
7977         * sysdeps/s390/multiarch/wcscat.c: Likewise.
7978         * sysdeps/s390/multiarch/Makefile (sysdep_routines): Add strcat and
7979         wcscat functions.
7980         * sysdeps/s390/multiarch/ifunc-impl-list.c
7981         (__libc_ifunc_impl_list): Add ifunc test for strcat, wcscat.
7982         * string/strcat.c (STRCAT): Define and use macro.
7983         * wcsmbs/wcscat.c: Use WCSCAT if defined.
7984         * string/test-strcat.c: Add wcscat support.
7985         * wcsmbs/test-wcscat.c: New File.
7986         * wcsmbs/Makefile (strop-tests): Add wcscat.
7987         * benchtests/bench-strcat.c: Add wcscat support.
7988         * benchtests/bench-wcscat.c: New File.
7989         * benchtests/Makefile (wcsmbs-bench): Add wcscat.
7991         * sysdeps/s390/multiarch/stpncpy-c.c: New File.
7992         * sysdeps/s390/multiarch/stpncpy-vx.S: Likewise.
7993         * sysdeps/s390/multiarch/stpncpy.c: Likewise.
7994         * sysdeps/s390/multiarch/wcpncpy-c.c: Likewise.
7995         * sysdeps/s390/multiarch/wcpncpy-vx.S: Likewise.
7996         * sysdeps/s390/multiarch/wcpncpy.c: Likewise.
7997         * sysdeps/s390/multiarch/Makefile (sysdep_routines): Add stpncpy and
7998         wcpncpy functions.
7999         * sysdeps/s390/multiarch/ifunc-impl-list.c
8000         (__libc_ifunc_impl_list): Add ifunc test for stpncpy, wcpncpy.
8001         * wcsmbs/wcpncpy.c: Use WCPNCPY if defined.
8002         * string/test-stpncpy.c: Add wcpncpy support.
8003         * wcsmbs/test-wcpncpy.c: New File.
8004         * wcsmbs/Makefile (strop-tests): Add wcpncpy.
8005         * benchtests/bench-stpncpy.c: Add wcpncpy support.
8006         * benchtests/bench-wcpncpy.c: New File.
8007         * benchtests/Makefile (wcsmbs-bench): Add wcpncpy.
8009         * sysdeps/s390/multiarch/strncpy-vx.S: New File.
8010         * sysdeps/s390/multiarch/strncpy.c: Likewise.
8011         * sysdeps/s390/multiarch/wcsncpy-c.c: Likewise.
8012         * sysdeps/s390/multiarch/wcsncpy-vx.S: Likewise.
8013         * sysdeps/s390/multiarch/wcsncpy.c: Likewise.
8014         * sysdeps/s390/s390-32/multiarch/strncpy.c: Likewise.
8015         * sysdeps/s390/s390-64/multiarch/strncpy.c: Likewise.
8016         * sysdeps/s390/multiarch/Makefile (sysdep_routines): Add strncpy and
8017         wcsncpy functions.
8018         * wcsmbs/wcsncpy.c: Use WCSNCPY if defined.
8019         * sysdeps/s390/multiarch/ifunc-impl-list.c
8020         (__libc_ifunc_impl_list): Add ifunc test for strncpy, wcsncpy.
8021         * string/test-strncpy.c: Add wcsncpy support.
8022         * wcsmbs/test-wcsncpy.c: New File.
8023         * wcsmbs/Makefile (strop-tests): Add wcsncpy.
8024         * benchtests/bench-strncpy.c: Add wcsncpy support.
8025         * benchtests/bench-wcsncpy.c: New File.
8026         * benchtests/Makefile (wcsmbs-bench): Add wcsncpy
8028         * sysdeps/s390/multiarch/stpcpy-c.c: New File.
8029         * sysdeps/s390/multiarch/stpcpy-vx.S: Likewise.
8030         * sysdeps/s390/multiarch/stpcpy.c: Likewise.
8031         * sysdeps/s390/multiarch/wcpcpy-c.c: Likewise.
8032         * sysdeps/s390/multiarch/wcpcpy-vx.S: Likewise.
8033         * sysdeps/s390/multiarch/wcpcpy.c: Likewise.
8034         * sysdeps/s390/multiarch/Makefile (sysdep_routines): Add stpcpy and
8035         wcpcpy functions.
8036         * string/stpcpy.c: Use STPCPY if defined.
8037         * wcsmbs/wcpcpy.c: Use WCPCPY if defined.
8038         * sysdeps/s390/multiarch/ifunc-impl-list.c
8039         (__libc_ifunc_impl_list): Add ifunc test for stpcpy, wcpcpy.
8040         * string/test-stpcpy.c: Add wcpcpy support.
8041         * wcsmbs/test-wcpcpy.c: New File.
8042         * wcsmbs/Makefile (strop-tests): Add wcpcpy.
8043         * benchtests/bench-stpcpy.c: Add wcpcpy support.
8044         * benchtests/bench-wcpcpy.c: New File.
8045         * benchtests/Makefile (wcsmbs-bench): Add wcpcpy.
8047         * sysdeps/s390/multiarch/strcpy-vx.S: New File.
8048         * sysdeps/s390/multiarch/strcpy.c: Likewise.
8049         * sysdeps/s390/multiarch/wcscpy-c.c: Likewise.
8050         * sysdeps/s390/multiarch/wcscpy-vx.S: Likewise.
8051         * sysdeps/s390/multiarch/wcscpy.c: Likewise.
8052         * sysdeps/s390/s390-32/multiarch/strcpy.c: Likewise.
8053         * sysdeps/s390/s390-64/multiarch/strcpy.c: Likewise.
8054         * sysdeps/s390/multiarch/Makefile (sysdep_routines): Add strcpy and
8055         wcscpy functions.
8056         * sysdeps/s390/multiarch/ifunc-impl-list.c
8057         (__libc_ifunc_impl_list): Add ifunc test for strcpy, wcscpy.
8058         * benchtests/bench-wcscpy.c: New File.
8059         * benchtests/Makefile (wcsmbs-bench): Add wcscpy.
8061         * sysdeps/s390/multiarch/strnlen-c.c: New File.
8062         * sysdeps/s390/multiarch/strnlen-vx.S: Likewise.
8063         * sysdeps/s390/multiarch/strnlen.c: Likewise.
8064         * sysdeps/s390/multiarch/wcsnlen-c.c: Likewise.
8065         * sysdeps/s390/multiarch/wcsnlen-vx.S: Likewise.
8066         * sysdeps/s390/multiarch/wcsnlen.c: Likewise.
8067         * sysdeps/s390/multiarch/Makefile (sysdep_routines): Add strnlen and
8068         wcsnlen functions.
8069         * sysdeps/s390/multiarch/ifunc-impl-list.c
8070         (__libc_ifunc_impl_list): Add ifunc test for strnlen, wcsnlen.
8071         * wcsmbs/wcsnlen.c: Use WCSNLEN if defined.
8072         * string/test-strnlen.c: Add wcsnlen support.
8073         * wcsmbs/test-wcsnlen.c: New File.
8074         * wcsmbs/Makefile (strop-tests): Add wcsnlen.
8075         * benchtests/bench-strnlen.c: Add wcsnlen support.
8076         * benchtests/bench-wcsnlen.c: New File.
8077         * benchtests/Makefile (wcsmbs-bench): Add wcsnlen.
8079         * sysdeps/s390/multiarch/Makefile: New File.
8080         * sysdeps/s390/multiarch/strlen-c.c: Likewise.
8081         * sysdeps/s390/multiarch/strlen-vx.S: Likewise.
8082         * sysdeps/s390/multiarch/strlen.c: Likewise.
8083         * sysdeps/s390/multiarch/wcslen-c.c: Likewise.
8084         * sysdeps/s390/multiarch/wcslen-vx.S: Likewise.
8085         * sysdeps/s390/multiarch/wcslen.c: Likewise.
8086         * string/strlen.c (STRLEN): Define and use macro.
8087         * sysdeps/s390/multiarch/ifunc-impl-list.c
8088         (IFUNC_VX_IMPL): New macro function.
8089         (__libc_ifunc_impl_list): Add ifunc test for strlen, wcslen.
8090         * benchtests/Makefile (wcsmbs-bench): New variable.
8091         (string-bench-all): Added wcsmbs-bench.
8092         * benchtests/bench-wcslen.c: New File.
8094         * sysdeps/s390/multiarch/ifunc-resolve.h (s390_vx_libc_ifunc,
8095         s390_vx_libc_ifunc2): New macro function.
8097         * config.h.in (HAVE_S390_VX_ASM_SUPPORT): New macro undefine.
8098         * sysdeps/s390/configure.ac: Add test for S390 vector instruction
8099         assembler support.
8100         * sysdeps/s390/configure: Regenerated.
8102         * sysdeps/s390/dl-procinfo.c (_dl_s390_cap_flags): Add z13.
8103         * sysdeps/s390/dl-procinfo.h (_DL_PLATFORMS_COUNT): Increased.
8105         * sysdeps/s390/dl-procinfo.c (_dl_s390_platforms): Add vector flag.
8106         * sysdeps/s390/dl-procinfo.h: Add vector capability.
8107         * sysdeps/unix/sysv/linux/s390/bits/hwcap.h (HWCAP_S390_VX): Define.
8109         * sysdeps/s390/s390-32/multiarch/Makefile (sysdep_routines):
8110         Remove ifunc-resolve, add memset-s390, memcpy-s390, memcmp-s390.
8111         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c: Delete File.
8112         * sysdeps/s390/s390-32/multiarch/memcmp.S: Move to ...
8113         * sysdeps/s390/s390-32/multiarch/memcmp-s390.S: ... here.
8114         (memcmp, bcmp): Use __memcmp_default as alias source.
8115         * sysdeps/s390/s390-32/multiarch/memcmp.c: New File.
8116         * sysdeps/s390/s390-32/memcmp.S (__memcmp_g5):
8117         Rename to __memcmp_default.
8118         * sysdeps/s390/s390-32/multiarch/memcpy.S: Move to ...
8119         * sysdeps/s390/s390-32/multiarch/memcpy-s390.S: ... here.
8120         (memcpy): Use __memcpy_default as alias source.
8121         * sysdeps/s390/s390-32/multiarch/memcpy.c: New File.
8122         * sysdeps/s390/s390-32/memcpy.S (__memcpy_g5):
8123         Rename to __memcpy_default.
8124         * sysdeps/s390/s390-32/multiarch/memset.S: Move to ...
8125         * sysdeps/s390/s390-32/multiarch/memset-s390.S: ... here.
8126         (memset): Use __memset_default as alias source.
8127         * sysdeps/s390/s390-32/multiarch/memset.c: New File.
8128         * sysdeps/s390/s390-32/memset.S (__memset_g5):
8129         Rename to __memset_default.
8130         * sysdeps/s390/s390-64/multiarch/Makefile (sysdep_routines):
8131         Remove ifunc-resolve, add memset-s390x, memcpy-s390x, memcmp-s390x.
8132         * sysdeps/s390/s390-64/multiarch/ifunc-resolve.c: Delete File.
8133         * sysdeps/s390/s390-64/multiarch/memcmp.S: Move to ...
8134         * sysdeps/s390/s390-64/multiarch/memcmp-s390x.S: ... here.
8135         (memcmp, bcmp): Use __memcmp_default as alias source.
8136         * sysdeps/s390/s390-64/multiarch/memcmp.c: New File.
8137         * sysdeps/s390/s390-64/memcmp.S (__memcmp_z900):
8138         Rename to __memcmp_default.
8139         * sysdeps/s390/s390-64/multiarch/memcpy.S: Move to ...
8140         * sysdeps/s390/s390-64/multiarch/memcpy-s390x.S: ... here.
8141         (memcpy): Use __memcpy_default as alias source.
8142         * sysdeps/s390/s390-64/multiarch/memcpy.c: New File.
8143         * sysdeps/s390/s390-64/memcpy.S (__memcpy_z900):
8144         Rename to __memcpy_default.
8145         * sysdeps/s390/s390-64/multiarch/memset.S: Move to ...
8146         * sysdeps/s390/s390-64/multiarch/memset-s390x.S: ... here.
8147         (memset): Use __memset_default as alias source.
8148         * sysdeps/s390/s390-64/multiarch/memset.c: New File.
8149         * sysdeps/s390/s390-64/memset.S (__memset_z900):
8150         Rename to __memset_default.
8151         * sysdeps/s390/multiarch/ifunc-resolve.h: New File.
8152         * sysdeps/s390/multiarch/ifunc-impl-list.c: New File.
8154         [BZ #18610]
8155         * sysdeps/s390/fpu/bits/fenv.h (fenv_t): Rename
8156         __ieee_instruction_pointer to __unused.
8157         * sysdeps/s390/fpu/fesetenv.c (__fesetenv): Remove usage of
8158         __ieee_instruction_pointer.
8159         * sysdeps/s390/fpu/fclrexcpt.c (feclearexcept): Fix dxc-field handling.
8160         * sysdeps/s390/fpu/fgetexcptflg.c (fegetexceptflag): Likewise.
8161         * sysdeps/s390/fpu/fsetexcptflg.c (fesetexceptflag): Likewise.
8162         * sysdeps/s390/fpu/ftestexcept.c (fetestexcept): Likewise.
8163         * sysdeps/s390/fpu/fpu_control.h (_FPU_RESERVED):
8164         Mark dxc-field as reserved.
8166 2015-08-25  Roland McGrath  <roland@hack.frob.com>
8168         * sysdeps/nacl/start.c (_start): Call __nacl_main instead of main
8169         if the weak reference is not null.
8171 2015-08-25  H.J. Lu  <hongjiu.lu@intel.com>
8173         * sysdeps/x86_64/strcmp.S: Remove "#if !IS_IN (libc)".
8175         [BZ #11214]
8176         * sysdeps/unix/sysv/linux/Makefile (tst-getpid2-ENV): Removed.
8178 2015-08-25  Rajalakshmi Srinivasaraghavan  <raji@linux.vnet.ibm.com>
8180         * sysdeps/unix/sysv/linux/powerpc/kernel-features.h: Define new macros.
8181         * sysdeps/unix/sysv/linux/accept.c: Call direct system call.
8182         * sysdeps/unix/sysv/linux/bind.c: Call direct system call.
8183         * sysdeps/unix/sysv/linux/connect.c: Call direct system call.
8184         * sysdeps/unix/sysv/linux/getpeername.c: Call direct system call.
8185         * sysdeps/unix/sysv/linux/getsockname.c: Call direct system call.
8186         * sysdeps/unix/sysv/linux/getsockopt.c: Call direct system call.
8187         * sysdeps/unix/sysv/linux/listen.c: Call direct system call.
8188         * sysdeps/unix/sysv/linux/recv.c: Call direct system call.
8189         * sysdeps/unix/sysv/linux/recvfrom.c: Call direct system call.
8190         * sysdeps/unix/sysv/linux/recvmsg.c: Call direct system call.
8191         * sysdeps/unix/sysv/linux/send.c: Call direct system call.
8192         * sysdeps/unix/sysv/linux/sendmsg.c: Call direct system call.
8193         * sysdeps/unix/sysv/linux/sendto.c: Call direct system call.
8194         * sysdeps/unix/sysv/linux/setsockopt.c: Call direct system call.
8195         * sysdeps/unix/sysv/linux/shutdown.c: Call direct system call.
8196         * sysdeps/unix/sysv/linux/socket.c: Call direct system call.
8197         * sysdeps/unix/sysv/linux/socketpair.c: Call direct system call.
8199 2015-08-25  Paul E. Murphy  <murphyp@linux.vnet.ibm.com>
8201         * sysdeps/powerpc/powerpc32/sysdep.h (ABORT_TRANSACTION): Use
8202         register other than r0 for tabort, it has special meaning.
8203         * sysdeps/powerpc/powerpc64/sysdep.h (ABORT_TRANSACTION): Likewise
8204         * sysdeps/unix.sysv/linux/powerpc/syscall.S (syscall): Abort
8205         transaction before starting syscall.
8207 2015-08-25  Rajalakshmi Srinivasaraghavan  <raji@linux.vnet.ibm.com>
8209         * sysdeps/powerpc/powerpc64/power7/strstr.S: Handle worst case.
8211 2015-08-25  H.J. Lu  <hongjiu.lu@intel.com>
8213         * sysdeps/x86_64/strlen.S: Replace %xmm[8-12] with %xmm[0-4].
8215         * sysdeps/x86_64/rtld-memcmp.c: Removed.
8216         * sysdeps/x86_64/rtld-memset.S: Likewise.
8217         * sysdeps/x86_64/rtld-strchr.S: Likewise.
8218         * sysdeps/x86_64/rtld-strlen.S: Likewise.
8219         * sysdeps/x86_64/multiarch/rtld-memcmp.c: Likewise.
8220         * sysdeps/x86_64/multiarch/rtld-memset.S: Likewise.
8222         * sysdeps/x86_64/memset.S: Replace %xmm8 with %xmm0.
8224 2015-08-25  Ondřej Bílka  <neleai@seznam.cz>
8226         * debug/strcpy_chk.c: Improve performance.
8227         * debug/stpcpy_chk.c: Likewise.
8228         * sysdeps/x86_64/strcpy_chk.S: Remove.
8229         * sysdeps/x86_64/stpcpy_chk.S: Remove.
8231         [BZ #18240]
8232         * misc/hsearch_r.c (__hcreate_r): Handle overflow.
8234 2015-08-25  H.J. Lu  <hongjiu.lu@intel.com>
8236         [BZ #15128]
8237         * sysdeps/x86_64/Makefile [$(subdir) == elf] (tests): Add
8238         ifuncmain8.
8239         (modules-names): Add ifuncmod8.
8240         ($(objpfx)ifuncmain8): New rule.
8241         * sysdeps/x86_64/dl-machine.h: Include <dl-procinfo.h> and
8242         <cpuid.h>.
8243         (elf_machine_runtime_setup): Use _dl_runtime_resolve_sse,
8244         _dl_runtime_resolve_avx, or _dl_runtime_resolve_avx512,
8245         _dl_runtime_profile_sse, _dl_runtime_profile_avx, or
8246         _dl_runtime_profile_avx512, based on HAS_ARCH_FEATURE.
8247         * sysdeps/x86_64/dl-trampoline.S: Rewrite.
8248         * sysdeps/x86_64/dl-trampoline.h: Likewise.
8249         * sysdeps/x86_64/ifuncmain8.c: New file.
8250         * sysdeps/x86_64/ifuncmod8.c: Likewise.
8251         * sysdeps/x86_64/nptl/tcb-offsets.sym (RTLD_SAVESPACE_SSE):
8252         Removed.
8253         * sysdeps/x86_64/nptl/tls.h (__128bits): Removed.
8254         (tcbhead_t): Change rtld_must_xmm_save to __glibc_unused1.
8255         Change rtld_savespace_sse to __glibc_unused2.
8256         (RTLD_CHECK_FOREIGN_CALL): Removed.
8257         (RTLD_ENABLE_FOREIGN_CALL): Likewise.
8258         (RTLD_PREPARE_FOREIGN_CALL): Likewise.
8259         (RTLD_FINALIZE_FOREIGN_CALL): Likewise.
8261 2015-08-24  Wilco Dijkstra  <wdijkstr@arm.com>
8263         * sysdeps/aarch64/bzero.S (__bzero): Remove.
8265 2015-08-24  Wilco Dijkstra  <wdijkstr@arm.com>
8267         * sysdeps/aarch64/fpu/math_private.h (libc_feholdsetround_aarch64_ctx):
8268         Unconditionally set __fpcr to avoid uninialized warning.
8269         (libc_feholdsetround_noex_aarch64_ctx): Likewise.
8271 2015-08-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
8273         * malloc/arena.c (arena_get_retry): Don't use main_arena if it
8274         is corrupt.
8276         * malloc/arena.c (arena_get2): Drop unused argument.
8277         (arena_lock): Adjust.
8278         (arena_get_retry): Likewise.
8280 2015-08-24  Andreas Schwab  <schwab@suse.de>
8282         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_IPC64):
8283         Don't define.
8284         * sysdeps/unix/sysv/linux/powerpc/kernel-features.h
8285         (__ASSUME_IPC64): Don't undef.
8286         * sysdeps/unix/sysv/linux/msgctl.c: Don't check for __ASSUME_IPC64.
8287         * sysdeps/unix/sysv/linux/semctl.c: Likewise.
8288         * sysdeps/unix/sysv/linux/shmctl.c: Likewise.
8289         * sysdeps/unix/sysv/linux/i386/msgctl.c: Remove.
8290         * sysdeps/unix/sysv/linux/i386/semctl.c: Remove.
8291         * sysdeps/unix/sysv/linux/i386/shmctl.c: Remove.
8292         * sysdeps/unix/sysv/linux/m68k/msgctl.c: Remove.
8293         * sysdeps/unix/sysv/linux/m68k/semctl.c: Remove.
8294         * sysdeps/unix/sysv/linux/m68k/shmctl.c: Remove.
8295         * sysdeps/unix/sysv/linux/s390/s390-32/msgctl.c: Remove.
8296         * sysdeps/unix/sysv/linux/s390/s390-32/semctl.c: Remove.
8297         * sysdeps/unix/sysv/linux/s390/s390-32/shmctl.c: Remove.
8298         * sysdeps/unix/sysv/linux/sh/msgctl.c: Remove.
8299         * sysdeps/unix/sysv/linux/sh/semctl.c: Remove.
8300         * sysdeps/unix/sysv/linux/sh/shmctl.c: Remove.
8301         * sysdeps/unix/sysv/linux/sparc/sparc32/msgctl.c: Remove.
8302         * sysdeps/unix/sysv/linux/sparc/sparc32/semctl.c: Remove.
8303         * sysdeps/unix/sysv/linux/sparc/sparc32/shmctl.c: Remove.
8304         * sysdeps/unix/sysv/linux/sparc/sparc64/msgctl.c: Remove.
8305         * sysdeps/unix/sysv/linux/sparc/sparc64/semctl.c: Remove.
8306         * sysdeps/unix/sysv/linux/sparc/sparc64/shmctl.c: Remove.
8308 2015-08-21  Mike Frysinger  <vapier@gentoo.org>
8310         * manual/Makefile (install): Only build manual when perl is available.
8312 2015-08-21  Carlos Eduardo Seo  <cseo@linux.vnet.ibm.com>
8314         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr.c: Replace
8315         '#undef memcpy' by '#undef memchr'.
8317 2015-08-21  Carlos Eduardo Seo  <cseo@linux.vnet.ibm.com>
8319         * sysdeps/powerpc/powerpc64/multiarch/memchr-ppc64.c: Make
8320         memchr not point to the internal __GI_memchr implementation.
8322 2015-08-20  Joseph Myers  <joseph@codesourcery.com>
8324         * timezone/Makefile (CFLAGS-zdump.c): Remove
8325         -Wno-strict-prototypes.
8326         (CFLAGS-zic.c): Likewise.
8327         (CFLAGS-ialloc.c): Likewise.
8328         (CFLAGS-scheck.c): Likewise.
8330         * Makeconfig [$(enable-werror) = yes] (+gccwarn): Do not add
8331         -Wno-error=undef.
8333 2015-08-20  H.J. Lu  <hongjiu.lu@intel.com>
8335         * i386/i686/multiarch/strcasestr-c.c: Removed.
8336         * x86_64/multiarch/strcasestr.c: Likewise.
8337         * x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
8338         Remove strcasestr.
8340 2015-08-20  Joseph Myers  <joseph@codesourcery.com>
8342         * math/Makefile (CFLAGS): Don't add -Wno-uninitialized.
8344         * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c: Always initialize
8345         variables for high and low parts before possibly modifying them.
8347 2015-08-20  H.J. Lu  <hongjiu.lu@intel.com>
8349         * sysdeps/i386/i686/multiarch/init-arch.h: Removed.
8350         * sysdeps/unix/sysv/linux/x86/init-arch.h: Likewise.
8351         * sysdeps/x86_64/cacheinfo.c: Include <init-arch.h> instead
8352         of "multiarch/init-arch.h".
8353         * sysdeps/x86_64/multiarch/init-arch.h: Renamed to ...
8354         * sysdeps/x86/init-arch.h: This.
8356 2015-08-20  H.J. Lu  <hongjiu.lu@intel.com>
8358         * sysdeps/i386/i686/multiarch/init-arch.c: Removed.
8359         * sysdeps/unix/sysv/linux/x86/init-arch.c: Likewise.
8361 2015-08-20  Ondřej Bílka  <neleai@seznam.cz>
8363         [BZ #17787]
8364         * manual/macros.texi: Add twoexp macro.
8365         * manual/filesys.texi: Fix exponents.
8366         * manual/llio.texi: Likewise.
8367         * manual/stdio.texi: Likewise.
8369 2015-08-20  Florian Weimer  <fweimer@redhat.com>
8371         * sysdeps/x86/elide.h (ELIDE_UNLOCK): Document crash due to
8372         incorrect use.
8374 2015-08-19  Joseph Myers  <joseph@codesourcery.com>
8376         [BZ #18370]
8377         * math/s_csqrt.c (__csqrt): Force underflow exception for results
8378         whose real or imaginary part has small absolute value.
8379         * math/s_csqrtf.c (__csqrtf): Likewise.
8380         * math/s_csqrtl.c (__csqrtl): Likewise.
8381         * math/auto-libm-test-in: Add more tests of csqrt.
8382         * math/auto-libm-test-out: Regenerated.
8383         * sysdeps/i386/fpu/libm-test-ulps: Update.
8385 2015-08-19  Gabriel F. T. Gomes  <gftg@linux.vnet.ibm.com>
8387         * sysdeps/powerpc/sys/platform/ppc.h (__ppc_set_ppr_med_high,
8388         __ppc_set_ppr_very_low): New functions.
8389         * manual/platform.texi: Add documentation about
8390         __ppc_set_ppr_med_high and __ppc_set_ppr_very_low.
8392 2015-08-19  Wilco Dijkstra  <wdijkstr@arm.com>
8394         * string/stpncpy.c (stpncpy): Improve performance using
8395         __strnlen/memcpy/memset.
8397 2015-08-19  Andrew Senkevich  <andrew.senkevich@intel.com>
8399         [BZ #18796]
8400         * scripts/test-installation.pl: Don't add -lmvec to build options if
8401         libmvec wasn't built.
8403 2015-08-19   Petar Jovanovic  <petar.jovanovic@rt-rk.com>
8405         [BZ #14341]
8406         * elf/dynamic-link.h (elf_machine_lazy_rel): Properly handle the
8407         case when there is a gap between DT_REL and DT_JMPREL sections.
8408         * sysdeps/x86_64/Makefile (tests): Add tst-split-dynreloc.
8409         (LDFLAGS-tst-split-dynreloc): New.
8410         (tst-split-dynreloc-ENV): Likewise.
8411         * sysdeps/x86_64/tst-split-dynreloc.c: New file.
8412         * sysdeps/x86_64/tst-split-dynreloc.lds: Likewise.
8414 2015-08-19  H.J. Lu  <hongjiu.lu@intel.com>
8416         [BZ #18822]
8417         * sysdeps/unix/sysv/linux/xstatconv.h (__xstat_conv): Add
8418         attribute_hidden.
8419         (__xstat64_conv): Likewise.
8420         (__xstat32_conv): Likewise.
8422 2015-08-19  H.J. Lu  <hongjiu.lu@intel.com>
8424         [BZ #18822]
8425         * sysdeps/unix/sysv/linux/i386/makecontext.S (__makecontext):
8426         Don't load %ebx when calling __setcontext.  Call __setcontext
8427         with HIDDEN_JUMPTARGET.
8428         * sysdeps/unix/sysv/linux/i386/setcontext.S (__setcontext): Add
8429         libc_hidden_def.
8431 2015-08-19  H.J. Lu  <hongjiu.lu@intel.com>
8433         * sysdeps/i386/i686/Makefile
8434         [$(subdir) == string] (sysdep_routines): Moved to ...
8435         * sysdeps/i386/Makefile: Here.
8436         * sysdeps/i386/i686/cacheinfo.c: Moved to ...
8437         * sysdeps/i386/cacheinfo.c: Here.
8438         * sysdeps/unix/sysv/linux/i386/sysconf.c: Removed.
8439         * sysdeps/unix/sysv/linux/i386/i686/sysconf.c: Likewise.
8440         * sysdeps/unix/sysv/linux/x86_64/sysconf.c: Moved to ...
8441         * sysdeps/unix/sysv/linux/x86/sysconf.c: Here.
8443 2015-08-19  H.J. Lu  <hongjiu.lu@intel.com>
8445         * sysdeps/x86/cpu-features.h (HAS_I586): Defined to 1 if
8446         __i586__ is defined.
8447         (HAS_I686): Defined to 1 if __i686__ is defined.
8449 2015-08-19  Joseph Myers  <joseph@codesourcery.com>
8451         * elf/Makefile [$(have-z-execstack) = yes]
8452         (CPPFLAGS-tst-execstack.c): New variable.
8454         * login/tst-utmp.c [_HAVE_UT_TYPE || defined UTMPX]: Change
8455         conditional to [defined UTMPX || _HAVE_UT_TYPE].
8456         [_HAVE_UT_TV || defined UTMPX]: Change conditional to [defined
8457         UTMPX || _HAVE_UT_TV].
8458         [_HAVE_UT_TV - 0 || defined UTMPX]: Change conditional to [defined
8459         UTMPX || _HAVE_UT_TV - 0].
8461 2015-08-18  Joseph Myers  <joseph@codesourcery.com>
8463         * sysdeps/mips/dl-machine.h [__mips_isa_rev < 6]: Change
8464         conditionals to [!defined __mips_isa_rev || __mips_isa_rev < 6].
8465         * sysdeps/mips/machine-gmon.h [__mips_isa_rev < 6]: Likewise.
8467 2015-08-18  Carlos Eduardo Seo  <cseo@linux.vnet.ibm.com>
8469         * sysdeps/powerpc/dl-procinfo.c:
8470         (_dl_powerpc_cap_flags): Added missing strings for some
8471         hwcap features.
8472         * sysdeps/powerpc/dl-procinfo.h: Updated hwcap bit count.
8474 2015-08-18  Paul Eggert  <eggert@cs.ucla.edu>
8476         Port the 0x7efe...feff pattern to GCC 6.
8477         See Steve Ellcey's bug report in:
8478         https://sourceware.org/ml/libc-alpha/2015-07/msg00673.html
8479         * string/memrchr.c (MEMRCHR):
8480         * string/rawmemchr.c (RAWMEMCHR):
8481         * string/strchr.c (strchr):
8482         * string/strchrnul.c (STRCHRNUL):
8483         Rewrite code to avoid issues with signed shift overflow.
8485 2015-08-18  H.J. Lu  <hongjiu.lu@intel.com>
8487         * sysdeps/x86/cpu-features.c (init_cpu_features): Check
8488         whether cpuid is available only if HAS_CPUID is 0.
8489         * sysdeps/x86/cpu-features.h (HAS_CPUID): New.
8490         (HAS_I586): Likewise.
8491         (HAS_I686): Likewise.
8493 2015-08-18  Zack Weinberg  <zackw@panix.com>
8495         * misc/Versions (libc): Add GLIBC_2.23.
8497 2015-08-18  Alan Modra  <amodra@gmail.com>
8499         [BZ #18421]
8500         * sysdeps/hppa/start.S [SHARED]: Use .section .data.rel.ro and define
8501         .Lp__global.
8502         (_start): Load %dp via .Lp__global.
8503         [!SHARED]: Use .section .rodata.
8505 2015-08-18  Mike Frysinger  <vapier@gentoo.org>
8507         * sysdeps/unix/sysv/linux/hppa/bits/timerfd.h: New file.
8508         * sysdeps/unix/sysv/linux/hppa/sys/timerfd.h: Delete.
8510 2015-08-18  Mike Frysinger  <vapier@gentoo.org>
8512         * sysdeps/unix/sysv/linux/hppa/bits/signalfd.h: New file.
8513         * sysdeps/unix/sysv/linux/hppa/sys/signalfd.h: Delete.
8515 2015-08-18  Mike Frysinger  <vapier@gentoo.org>
8517         * sysdeps/unix/sysv/linux/hppa/bits/inotify.h: New file.
8518         * sysdeps/unix/sysv/linux/hppa/sys/inotify.h: Delete.
8520 2015-08-18  Mike Frysinger  <vapier@gentoo.org>
8522         * sysdeps/unix/sysv/linux/hppa/bits/eventfd.h: New file.
8523         * sysdeps/unix/sysv/linux/hppa/sys/eventfd.h: Delete.
8525 2015-08-18  Mike Frysinger  <vapier@gentoo.org>
8527         * sysdeps/unix/sysv/linux/hppa/bits/epoll.h: New file.
8528         * sysdeps/unix/sysv/linux/hppa/sys/epoll.h: Delete.
8530 2015-08-18  Mike Frysinger  <vapier@gentoo.org>
8532         * sysdeps/unix/sysv/linux/hppa/bits/sigaction.h (SA_RESETHAND,
8533         SA_NODEFER, SA_RESTART): Define when __USE_XOPEN2K8 is defined.
8535 2015-08-18  Mike Frysinger  <vapier@gentoo.org>
8537         * sysdeps/unix/sysv/linux/hppa/bits/shm.h (SHM_EXEC): Define.
8539 2015-08-18  Mike Frysinger  <vapier@gentoo.org>
8541         * sysdeps/unix/sysv/linux/hppa/bits/atomic.h: Delete
8542         kernel-features.h include.  Delete __ASSUME_LWS_CAS checks.
8543         * sysdeps/unix/sysv/linux/hppa/kernel-features.h
8544         (__ASSUME_LWS_CAS): Delete.
8546 2015-08-18  Mike Frysinger  <vapier@gentoo.org>
8548         * sysdeps/hppa/configure.ac: Delete binutils tls checks.
8549         * sysdeps/hppa/configure: Regenerated.
8550         * sysdeps/hppa/dl-machine.h: Delete USE_TLS and USE___THREAD checks.
8551         * sysdeps/hppa/libc-tls.c: Delete USE_TLS checks.
8552         * sysdeps/hppa/nptl/tls.h: Likewise.
8554 2015-08-17  Joseph Myers  <joseph@codesourcery.com>
8556         [BZ #18823]
8557         * math/s_csqrt.c (__csqrt): Increase threshold and scale factor
8558         for scaling up small arguments.
8559         * math/s_csqrtf.c (__csqrtf): Likewise.
8560         * math/s_csqrtl.c (__csqrtl): Likewise.
8561         * math/auto-libm-test-in: Add more tests of csqrt.
8562         * math/auto-libm-test-out: Regenerated.
8564 2015-08-17  Andreas Schwab  <schwab@suse.de>
8566         * sysdeps/unix/sysv/linux/powerpc/Versions (libm): Add empty
8567         version set GLIBC_2.19.
8569 2015-08-16  Zack Weinberg  <zackw@panix.com>
8571         [BZ #18681]
8572         * misc/regexp.h: This interface is no longer supported.
8573         Remove all contents, leaving only an #error directive.
8574         * misc/regexp.c (loc1, loc2, locs, step, advance):
8575         Demote to compatibility symbols.
8577 2015-08-15  Paul Pluzhnikov  <ppluzhnikov@google.com>
8579         [BZ #18084]
8580         * debug/tst-backtrace2.c (do_test): Add test for BZ #18084.
8581         * sysdeps/arm/backtrace.c (__backtrace): Handle size <= 0.
8582         * sysdeps/i386/backtrace.c (__backtrace): Likewise.
8583         * sysdeps/m68k/backtrace.c (__backtrace): Likewise.
8584         * sysdeps/microblaze/backtrace.c (__backtrace): Likewise.
8585         * sysdeps/s390/s390-32/backtrace.c (__backtrace): Likewise.
8586         * sysdeps/s390/s390-64/backtrace.c (__backtrace): Likewise.
8587         * sysdeps/sparc/backtrace.c (__backtrace): Likewise.
8588         * sysdeps/x86_64/backtrace.c (__backtrace): Likewise.
8590 2015-08-15  Zack Weinberg  <zackw@panix.com>
8592         [BZ #18795]
8593         * string/bits/string3.h (stpncpy): Call __stpncpy_chk if the
8594         buffer length is known to be too large, not if it's known to be
8595         small enough.
8596         * debug/tst-chk1.c (do_test): Do all tests for catching a buffer
8597         overflow at runtime, involving a length parameter, twice: once
8598         with a compile-time constant length parameter, once without.
8600 2015-08-14  Joseph Myers  <joseph@codesourcery.com>
8602         [BZ #18824]
8603         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Increase threshold for
8604         scaling x * y up instead of down.
8605         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
8606         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
8607         * math/auto-libm-test-in: Add more tests of fma.
8608         * math/auto-libm-test-out: Regenerated.
8610 2015-08-14  Paul Pluzhnikov  <ppluzhnikov@google.com>
8612         * sysdeps/x86_64/fpu/libm-test-ulps: Regenerated.
8614 2015-08-14  Siddhesh Poyarekar  <siddhesh@redhat.com>
8616         * sysdeps/x86_64/fpu/multiarch/s_floorf.S (__floorf): Remove
8617         unnecessary movq.
8618         * sysdeps/x86_64/fpu/multiarch/s_nearbyint.S (__nearbyint):
8619         Likewise.
8621 2015-08-13  Joseph Myers  <joseph@codesourcery.com>
8623         * math/auto-libm-test-in: Add more tests of acos, acosh, asin,
8624         asinh, atan, atan2, atanh, cabs, cbrt, cosh, csqrt, erf, erfc,
8625         exp, exp2, lgamma, log, log1p, log2, pow, sin, sincos, tan, tanh
8626         and tgamma.
8627         * math/auto-libm-test-out: Regenerated.
8628         * sysdeps/i386/fpu/libm-test-ulps: Update.
8629         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
8631         [BZ #16520]
8632         * sysdeps/ieee754/dbl-64/s_tanh.c: Include <float.h>.
8633         (__tanh): Force underflow exception for arguments with small
8634         absolute value.
8635         * sysdeps/ieee754/flt-32/s_tanhf.c: Include <float.h>.
8636         (__tanhf): Force underflow exception for arguments with small
8637         absolute value.
8638         * sysdeps/ieee754/ldbl-128/s_tanhl.c: Include <float.h>.
8639         (__tanhl): Force underflow exception for arguments with small
8640         absolute value.
8641         * sysdeps/ieee754/ldbl-128ibm/s_tanhl.c: Include <float.h>.
8642         (__tanhl): Force underflow exception for arguments with small
8643         absolute value.
8644         * sysdeps/ieee754/ldbl-96/s_tanhl.c: Include <float.h>.
8645         (__tanhl): Force underflow exception for arguments with small
8646         absolute value.
8647         * math/auto-libm-test-in: Add more tests of tanh.
8648         * math/auto-libm-test-out: Regenerated.
8649         * sysdeps/i386/fpu/libm-test-ulps: Update.
8651 2015-08-13  H.J. Lu  <hongjiu.lu@intel.com>
8653         * sysdeps/x86/cpu-features.c (init_cpu_features): Call
8654         __get_cpuid_max if not compiling for i586, i686 nor x86-64.
8656 2015-08-13  H.J. Lu  <hongjiu.lu@intel.com>
8658         * sysdeps/unix/sysv/linux/x86/elision-conf.h: Don't include
8659         <cpuid.h>.
8661 2015-08-13  H.J. Lu  <hongjiu.lu@intel.com>
8663         * sysdeps/unix/sysv/linux/x86/elision-conf.c (elision_init):
8664         Replace HAS_RTM with HAS_CPU_FEATURE (RTM).
8666 2015-08-13  H.J. Lu  <hongjiu.lu@intel.com>
8668         * math/Makefile ($(addprefix $(objpfx), $(libm-vec-tests))):
8669         Remove $(objpfx)init-arch.o.
8670         * sysdeps/x86_64/fpu/Makefile (libmvec-support): Remove
8671         init-arch.
8672         * sysdeps/x86_64/fpu/math-tests-arch.h (avx_usable): Removed.
8673         (INIT_ARCH_EXT): Defined as empty.
8674         (CHECK_ARCH_EXT): Replace HAS_XXX with HAS_ARCH_FEATURE (XXX).
8675         * sysdeps/x86_64/fpu/multiarch/svml_d_cos2_core.S: Remove
8676         __init_cpu_features call.  Replace HAS_XXX with
8677         HAS_CPU_FEATURE/HAS_ARCH_FEATURE (XXX).
8678         * sysdeps/x86_64/fpu/multiarch/svml_d_cos4_core.S: Likewise.
8679         * sysdeps/x86_64/fpu/multiarch/svml_d_cos8_core.S: Likewise.
8680         * sysdeps/x86_64/fpu/multiarch/svml_d_exp2_core.S: Likewise.
8681         * sysdeps/x86_64/fpu/multiarch/svml_d_exp4_core.S: Likewise.
8682         * sysdeps/x86_64/fpu/multiarch/svml_d_exp8_core.S: Likewise.
8683         * sysdeps/x86_64/fpu/multiarch/svml_d_log2_core.S: Likewise.
8684         * sysdeps/x86_64/fpu/multiarch/svml_d_log4_core.S: Likewise.
8685         * sysdeps/x86_64/fpu/multiarch/svml_d_log8_core.S: Likewise.
8686         * sysdeps/x86_64/fpu/multiarch/svml_d_pow2_core.S: Likewise.
8687         * sysdeps/x86_64/fpu/multiarch/svml_d_pow4_core.S: Likewise.
8688         * sysdeps/x86_64/fpu/multiarch/svml_d_pow8_core.S: Likewise.
8689         * sysdeps/x86_64/fpu/multiarch/svml_d_sin2_core.S: Likewise.
8690         * sysdeps/x86_64/fpu/multiarch/svml_d_sin4_core.S: Likewise.
8691         * sysdeps/x86_64/fpu/multiarch/svml_d_sin8_core.S: Likewise.
8692         * sysdeps/x86_64/fpu/multiarch/svml_d_sincos2_core.S: Likewise.
8693         * sysdeps/x86_64/fpu/multiarch/svml_d_sincos4_core.S: Likewise.
8694         * sysdeps/x86_64/fpu/multiarch/svml_d_sincos8_core.S: Likewise.
8695         * sysdeps/x86_64/fpu/multiarch/svml_s_cosf16_core.S: Likewise.
8696         * sysdeps/x86_64/fpu/multiarch/svml_s_cosf4_core.S: Likewise.
8697         * sysdeps/x86_64/fpu/multiarch/svml_s_cosf8_core.S: Likewise.
8698         * sysdeps/x86_64/fpu/multiarch/svml_s_expf16_core.S: Likewise.
8699         * sysdeps/x86_64/fpu/multiarch/svml_s_expf4_core.S: Likewise.
8700         * sysdeps/x86_64/fpu/multiarch/svml_s_expf8_core.S: Likewise.
8701         * sysdeps/x86_64/fpu/multiarch/svml_s_logf16_core.S: Likewise.
8702         * sysdeps/x86_64/fpu/multiarch/svml_s_logf4_core.S: Likewise.
8703         * sysdeps/x86_64/fpu/multiarch/svml_s_logf8_core.S: Likewise.
8704         * sysdeps/x86_64/fpu/multiarch/svml_s_powf16_core.S: Likewise.
8705         * sysdeps/x86_64/fpu/multiarch/svml_s_powf4_core.S: Likewise.
8706         * sysdeps/x86_64/fpu/multiarch/svml_s_powf8_core.S: Likewise.
8707         * sysdeps/x86_64/fpu/multiarch/svml_s_sincosf16_core.S: Likewise.
8708         * sysdeps/x86_64/fpu/multiarch/svml_s_sincosf4_core.S: Likewise.
8709         * sysdeps/x86_64/fpu/multiarch/svml_s_sincosf8_core.S: Likewise.
8710         * sysdeps/x86_64/fpu/multiarch/svml_s_sinf16_core.S: Likewise.
8711         * sysdeps/x86_64/fpu/multiarch/svml_s_sinf4_core.S: Likewise.
8712         * sysdeps/x86_64/fpu/multiarch/svml_s_sinf8_core.S: Likewise.
8714 2015-08-13  H.J. Lu  <hongjiu.lu@intel.com>
8716         * sysdeps/i386/i686/fpu/multiarch/e_expf.c: Replace HAS_XXX
8717         with HAS_CPU_FEATURE/HAS_ARCH_FEATURE (XXX).
8718         * sysdeps/i386/i686/fpu/multiarch/s_cosf.c: Likewise.
8719         * sysdeps/i386/i686/fpu/multiarch/s_cosf.c: Likewise.
8720         * sysdeps/i386/i686/fpu/multiarch/s_sincosf.c: Likewise.
8721         * sysdeps/i386/i686/fpu/multiarch/s_sinf.c: Likewise.
8722         * sysdeps/i386/i686/multiarch/ifunc-impl-list.c: Likewise.
8723         * sysdeps/i386/i686/multiarch/s_fma.c: Likewise.
8724         * sysdeps/i386/i686/multiarch/s_fmaf.c: Likewise.
8725         * sysdeps/i386/i686/multiarch/bcopy.S: Remove __init_cpu_features
8726         call.  Merge SHARED and !SHARED.  Add LOAD_GOT_AND_RTLD_GLOBAL_RO.
8727         Use LOAD_FUNC_GOT_EAX to load function address.  Replace HAS_XXX
8728         with HAS_CPU_FEATURE/HAS_ARCH_FEATURE (XXX).
8729         * sysdeps/i386/i686/multiarch/bzero.S: Likewise.
8730         * sysdeps/i386/i686/multiarch/memchr.S: Likewise.
8731         * sysdeps/i386/i686/multiarch/memcmp.S: Likewise.
8732         * sysdeps/i386/i686/multiarch/memcpy.S: Likewise.
8733         * sysdeps/i386/i686/multiarch/memcpy_chk.S: Likewise.
8734         * sysdeps/i386/i686/multiarch/memmove.S: Likewise.
8735         * sysdeps/i386/i686/multiarch/memmove_chk.S: Likewise.
8736         * sysdeps/i386/i686/multiarch/mempcpy.S: Likewise.
8737         * sysdeps/i386/i686/multiarch/mempcpy_chk.S: Likewise.
8738         * sysdeps/i386/i686/multiarch/memrchr.S: Likewise.
8739         * sysdeps/i386/i686/multiarch/memset.S: Likewise.
8740         * sysdeps/i386/i686/multiarch/memset_chk.S: Likewise.
8741         * sysdeps/i386/i686/multiarch/rawmemchr.S: Likewise.
8742         * sysdeps/i386/i686/multiarch/strcasecmp.S: Likewise.
8743         * sysdeps/i386/i686/multiarch/strcat.S: Likewise.
8744         * sysdeps/i386/i686/multiarch/strchr.S: Likewise.
8745         * sysdeps/i386/i686/multiarch/strcmp.S: Likewise.
8746         * sysdeps/i386/i686/multiarch/strcpy.S: Likewise.
8747         * sysdeps/i386/i686/multiarch/strcspn.S: Likewise.
8748         * sysdeps/i386/i686/multiarch/strlen.S: Likewise.
8749         * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
8750         * sysdeps/i386/i686/multiarch/strnlen.S: Likewise.
8751         * sysdeps/i386/i686/multiarch/strrchr.S: Likewise.
8752         * sysdeps/i386/i686/multiarch/strspn.S: Likewise.
8753         * sysdeps/i386/i686/multiarch/wcschr.S: Likewise.
8754         * sysdeps/i386/i686/multiarch/wcscmp.S: Likewise.
8755         * sysdeps/i386/i686/multiarch/wcscpy.S: Likewise.
8756         * sysdeps/i386/i686/multiarch/wcslen.S: Likewise.
8757         * sysdeps/i386/i686/multiarch/wcsrchr.S: Likewise.
8758         * sysdeps/i386/i686/multiarch/wmemcmp.S: Likewise.
8760 2015-08-13  H.J. Lu  <hongjiu.lu@intel.com>
8762         * sysdeps/x86_64/fpu/multiarch/e_asin.c: Replace HAS_XXX with
8763         HAS_CPU_FEATURE/HAS_ARCH_FEATURE (XXX).
8764         * sysdeps/x86_64/fpu/multiarch/e_atan2.c: Likewise.
8765         * sysdeps/x86_64/fpu/multiarch/e_exp.c: Likewise.
8766         * sysdeps/x86_64/fpu/multiarch/e_log.c: Likewise.
8767         * sysdeps/x86_64/fpu/multiarch/e_pow.c: Likewise.
8768         * sysdeps/x86_64/fpu/multiarch/s_atan.c: Likewise.
8769         * sysdeps/x86_64/fpu/multiarch/s_fma.c: Likewise.
8770         * sysdeps/x86_64/fpu/multiarch/s_fmaf.c: Likewise.
8771         * sysdeps/x86_64/fpu/multiarch/s_sin.c: Likewise.
8772         * sysdeps/x86_64/fpu/multiarch/s_tan.c: Likewise.
8773         * sysdeps/x86_64/fpu/multiarch/s_ceil.S: Use
8774         LOAD_RTLD_GLOBAL_RO_RDX and HAS_CPU_FEATURE (SSE4_1).
8775         * sysdeps/x86_64/fpu/multiarch/s_ceilf.S: Likewise.
8776         * sysdeps/x86_64/fpu/multiarch/s_floor.S: Likewise.
8777         * sysdeps/x86_64/fpu/multiarch/s_floorf.S: Likewise.
8778         * sysdeps/x86_64/fpu/multiarch/s_nearbyint.S : Likewise.
8779         * sysdeps/x86_64/fpu/multiarch/s_nearbyintf.S: Likewise.
8780         * sysdeps/x86_64/fpu/multiarch/s_rintf.S: Likewise.
8781         * sysdeps/x86_64/fpu/multiarch/s_rintf.S : Likewise.
8782         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Likewise.
8783         * sysdeps/x86_64/multiarch/sched_cpucount.c: Likewise.
8784         * sysdeps/x86_64/multiarch/strstr.c: Likewise.
8785         * sysdeps/x86_64/multiarch/memmove.c: Likewise.
8786         * sysdeps/x86_64/multiarch/memmove_chk.c: Likewise.
8787         * sysdeps/x86_64/multiarch/test-multiarch.c: Likewise.
8788         * sysdeps/x86_64/multiarch/memcmp.S: Remove __init_cpu_features
8789         call.  Add LOAD_RTLD_GLOBAL_RO_RDX.  Replace HAS_XXX with
8790         HAS_CPU_FEATURE/HAS_ARCH_FEATURE (XXX).
8791         * sysdeps/x86_64/multiarch/memcpy.S: Likewise.
8792         * sysdeps/x86_64/multiarch/memcpy_chk.S: Likewise.
8793         * sysdeps/x86_64/multiarch/mempcpy.S: Likewise.
8794         * sysdeps/x86_64/multiarch/mempcpy_chk.S: Likewise.
8795         * sysdeps/x86_64/multiarch/memset.S: Likewise.
8796         * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
8797         * sysdeps/x86_64/multiarch/strcat.S: Likewise.
8798         * sysdeps/x86_64/multiarch/strchr.S: Likewise.
8799         * sysdeps/x86_64/multiarch/strcmp.S: Likewise.
8800         * sysdeps/x86_64/multiarch/strcpy.S: Likewise.
8801         * sysdeps/x86_64/multiarch/strcspn.S: Likewise.
8802         * sysdeps/x86_64/multiarch/strspn.S: Likewise.
8803         * sysdeps/x86_64/multiarch/wcscpy.S: Likewise.
8804         * sysdeps/x86_64/multiarch/wmemcmp.S: Likewise.
8806 2015-08-13  H.J. Lu  <hongjiu.lu@intel.com>
8808         * sysdeps/i386/dl-machine.h: Include <cpu-features.c>.
8809         (dl_platform_init): Call init_cpu_features.
8810         * sysdeps/i386/dl-procinfo.c (_dl_x86_cpu_features): New.
8811         * sysdeps/i386/i686/cacheinfo.c
8812         (DISABLE_PREFERRED_MEMORY_INSTRUCTION): Removed.
8813         * sysdeps/i386/i686/multiarch/Makefile (aux): Remove init-arch.
8814         * sysdeps/i386/i686/multiarch/Versions: Removed.
8815         * sysdeps/i386/i686/multiarch/ifunc-defines.sym (KIND_OFFSET):
8816         Removed.
8817         * sysdeps/i386/ldsodefs.h: Include <cpu-features.h>.
8818         * sysdeps/unix/sysv/linux/x86/Makefile
8819         (libpthread-sysdep_routines): Remove init-arch.
8820         * sysdeps/unix/sysv/linux/x86_64/dl-procinfo.c: Include
8821         <sysdeps/x86_64/dl-procinfo.c> instead of
8822         sysdeps/generic/dl-procinfo.c>.
8823         * sysdeps/x86/Makefile [$(subdir) == csu] (gen-as-const-headers):
8824         Add cpu-features-offsets.sym and rtld-global-offsets.sym.
8825         [$(subdir) == elf] (sysdep-dl-routines): Add dl-get-cpu-features.
8826         [$(subdir) == elf] (tests): Add tst-get-cpu-features.
8827         [$(subdir) == elf] (tests-static): Add
8828         tst-get-cpu-features-static.
8829         * sysdeps/x86/Versions: New file.
8830         * sysdeps/x86/cpu-features-offsets.sym: Likewise.
8831         * sysdeps/x86/cpu-features.c: Likewise.
8832         * sysdeps/x86/cpu-features.h: Likewise.
8833         * sysdeps/x86/dl-get-cpu-features.c: Likewise.
8834         * sysdeps/x86/libc-start.c: Likewise.
8835         * sysdeps/x86/rtld-global-offsets.sym: Likewise.
8836         * sysdeps/x86/tst-get-cpu-features-static.c: Likewise.
8837         * sysdeps/x86/tst-get-cpu-features.c: Likewise.
8838         * sysdeps/x86_64/dl-procinfo.c: Likewise.
8839         * sysdeps/x86_64/cacheinfo.c (__cpuid_count): Removed.
8840         Assume USE_MULTIARCH is defined and don't check it.
8841         (is_intel): Replace __cpu_features with GLRO(dl_x86_cpu_features).
8842         (is_amd): Likewise.
8843         (max_cpuid): Likewise.
8844         (intel_check_word): Likewise.
8845         (__cache_sysconf): Don't call __init_cpu_features.
8846         (__x86_preferred_memory_instruction): Removed.
8847         (init_cacheinfo): Don't call __init_cpu_features. Replace
8848         __cpu_features with GLRO(dl_x86_cpu_features).
8849         * sysdeps/x86_64/dl-machine.h: <cpu-features.c>.
8850         (dl_platform_init): Call init_cpu_features.
8851         * sysdeps/x86_64/ldsodefs.h: Include <cpu-features.h>.
8852         * sysdeps/x86_64/multiarch/Makefile (aux): Remove init-arch.
8853         * sysdeps/x86_64/multiarch/Versions: Removed.
8854         * sysdeps/x86_64/multiarch/cacheinfo.c: Likewise.
8855         * sysdeps/x86_64/multiarch/init-arch.c: Likewise.
8856         * sysdeps/x86_64/multiarch/ifunc-defines.sym (KIND_OFFSET):
8857         Removed.
8858         * sysdeps/x86_64/multiarch/init-arch.h: Rewrite.
8860 2015-08-12  Paul Pluzhnikov  <ppluzhnikov@google.com>
8862         [BZ #18820]
8863         * libio/Makefile (test-fmemopen-mem): New test.
8864         * libio/test-fmemopen.c (do_bz18820): New test.
8865         * libio/fmemopen.c (__fmemopen): Fix memory leak.
8866         * libio/oldfmemopen.c (__old_fmemopen): Likewise.
8868 2015-08-12  Paul Pluzhnikov  <ppluzhnikov@google.com>
8870         [BZ #16734]
8871         * libio/libioP.h (ROUND_TO_PAGE, ALLOC_BUF, ALLOC_WBUF): Delete.
8872         (FREE_BUF): Delete.
8873         * libio/libio.h (_IO_FILE_complete): Delete unused _freeres_size.
8874         * libio/genops.c (_IO_setb): Use malloc and free directly.
8875         (_IO_default_doallocate, _IO_default_finish): Likewise.
8876         ( _IO_unbuffer_all): Likewise.
8877         ( libc_freeres_fn): Likewise.
8878         * libio/filedoalloc.c (_IO_file_doallocate): Likewise.
8879         * libio/wfiledoalloc.c (_IO_wfile_doallocate): Likewise.
8880         * libio/wgenops.c (_IO_wsetb, _IO_wdefault_finish): Likewise.
8881         (_IO_wdefault_doallocate): Likewise.
8883 2015-08-11  Paul Pluzhnikov  <ppluzhnikov@google.com>
8885         [BZ #18086]
8886         * sysdeps/posix/nice.c (nice): Restore old errno.
8887         * posix/tst-nice.c (do_test): Add test for BZ #18086.
8889 2015-08-10  Ondrej Bilka  <neleai@seznam.cz>
8891         * sysdeps/powerpc/powerpc64/multiarch/stpcpy.c: Fix ifunc.
8893 2015-08-10  Adhemerval Zanella  <adhemerval.zanella@linaro.org>
8895         * sysdeps/powerpc/powerpc64/power7/memmove.S (bcopy): Changing to
8896         __bcopy and add a weak_alias to bcopy.
8897         * sysdeps/powerpc/powerpc64/power7/strstr.S (strstr): Use __strnlen
8898         for static build.
8900         * string/stpcpy.c (__stpcpy): Use STPCPY to redefine symbol name and
8901         cleanup macro usage.
8902         * string/strcpy.c (strcpt): Use STRCPY to redefine symbol name.
8903         * sysdeps/powerpc/powerpc64/multiarch/stpcpy-power7.S: Remove file.
8904         * sysdeps/powerpc/powerpc64/multiarch/stpcpy-ppc64.S: Likewise.
8905         * sysdeps/powerpc/powerpc64/multiarch/strcpy-power7.S: Likewise.
8906         * sysdeps/powerpc/powerpc64/multiarch/strcpy-ppc64.S: Likewise.
8907         * sysdeps/powerpc/powerpc64/power7/stpcpy.S: Likewise.
8908         * sysdeps/powerpc/powerpc64/power7/strcpy.S: Likewise.
8909         * sysdeps/powerpc/powerpc64/power7/strcpy.c: Likewise.
8910         * sysdeps/powerpc/powerpc64/stpcpy.S: Likewise.
8911         * sysdeps/powerpc/powerpc64/strcpy.S: Likewise.
8912         * sysdeps/powerpc/powerpc64/multiarch/stpcpy.c
8913         [SHARED && IS_IN (libc)]: Include <string/strcpy.c>.
8914         * sysdeps/powerpc/powerpc64/multiarch/stpcpy.c
8915         [SHARED && IS_IN (libc)]: Include <string/stpcpy.c>.
8916         * sysdeps/powerpc/powerpc64/multiarch/stpcpy-power7.c: New file.
8917         * sysdeps/powerpc/powerpc64/multiarch/stpcpy-ppc64.c: Likewise.
8918         * sysdeps/powerpc/powerpc64/multiarch/strcpy-power7.c: Likewise.
8919         * sysdeps/powerpc/powerpc64/multiarch/strcpy-ppc64.c: Likewise.
8920         * sysdeps/powerpc/powerpc64/power7/strcpy.c: Likewise.
8922         * sysdeps/powerpc/powerpc64/power7/strnlen.S (__strnlen): Add
8923         libc_hidden_def.
8924         (strnlen): Remove libc_hidden_builtin_def and add libc_hidden_def.
8926         * sysdeps/powerpc/powerpc64/power7/Makefile [$(subdir) = string]
8927         (sysdep_routines): Add strstr-ppc64.
8928         * sysdeps/powerpc/powerpc64/power7/strstr-ppc64.c: New file.
8930 2015-08-10  Maxim Ostapenko  <m.ostapenko@partner.samsung.com>
8932         [BZ #18778]
8933         * elf/Makefile (tests): Add Add tst-nodelete2.
8934         (modules-names): Add tst-nodelete2mod.
8935         (tst-nodelete2mod.so-no-z-defs): New.
8936         ($(objpfx)tst-nodelete2): Likewise.
8937         ($(objpfx)tst-nodelete2.out): Likewise.
8938         (LDFLAGS-tst-nodelete2): Likewise.
8939         * elf/dl-close.c (_dl_close_worker): Move DF_1_NODELETE clearing
8940         out of loop through all loaded libraries.
8941         * elf/tst-nodelete2.c: New file.
8942         * elf/tst-nodelete2mod.c: Likewise.
8943         * elf/tst-znodelete-zlib.cc: Delete.
8945 2015-08-11  Andreas Schwab  <schwab@suse.de>
8947         * sysdeps/unix/sysv/linux/openat.c (OPENAT_NOT_CANCEL): Don't define.
8948         * sysdeps/unix/sysv/linux/wordsize-64/openat.c
8949         (__openat64_nocancel): Likewise.
8951 2015-08-11  Joseph Myers  <joseph@codesourcery.com>
8953         * math/auto-libm-test-in: Add more tests of acosh, asin, asinh,
8954         atanh, cabs, carg, cbrt, cosh, csqrt, erf, erfc, exp, exp10,
8955         expm1, hypot, log, log10, log1p, log2, pow, sinh, tan and tgamma.
8956         * math/auto-libm-test-out: Regenerated.
8957         * sysdeps/i386/fpu/libm-test-ulps: Update.
8958         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
8960 2015-08-10  Joseph Myers  <joseph@codesourcery.com>
8962         [BZ #18790]
8963         * sysdeps/ieee754/ldbl-128ibm/s_tanhl.c (__tanhl): Increase
8964         threshold for returning +/- 1.
8965         * math/auto-libm-test-in: Add more tests of tanh.
8966         * math/auto-libm-test-out: Regenerated.
8967         * sysdeps/i386/fpu/libm-test-ulps: Update.
8969 2015-08-10  Andreas Schwab  <schwab@suse.de>
8971         [BZ #18781]
8972         * sysdeps/unix/sysv/linux/openat.c (__OPENAT) [MORE_OFLAGS]: Add
8973         MORE_OFLAGS to oflag.
8974         * io/test-lfs.c (do_test): Test openat64.
8976 2015-08-10  Joseph Myers  <joseph@codesourcery.com>
8978         [BZ #18789]
8979         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c (__ieee754_sinhl): Use
8980         smaller threshold for returning the argument.
8981         * math/auto-libm-test-in: Add more tests of sinh.
8982         * math/auto-libm-test-out: Regenerated.
8983         * sysdeps/i386/fpu/libm-test-ulps: Update.
8985 2015-08-09  H.J. Lu  <hongjiu.lu@intel.com>
8987         [BZ #18674]
8988         * sysdeps/i386/tst-auditmod3b.c (la_objsearch): Add a missing
8989         break.
8991 2015-08-09  Andreas Schwab  <schwab@linux-m68k.org>
8993         * timezone/Makefile (tzbases, tzlinks, tzfiles): Don't define.
8994         (generated): Don't add $(addprefix z.,$(tzfiles)).
8996 2015-08-09  Mike Frysinger  <vapier@gentoo.org>
8998         * nptl/tst-cancel-wrappers.sh: Change 3rd arg to gensub to 1.
8999         * scripts/sysd-rules.awk: Likewise.
9001 2015-08-09  Mike Frysinger  <vapier@gentoo.org>
9003         * iconvdata/tst-tables.sh: Change echo -n to printf.
9004         * nss/db-Makefile: Likewise.
9005         * posix/tst-getconf.sh: Likewise.
9006         * stdio-common/tst-unbputc.sh: Likewise.
9008 2015-08-09  Mike Frysinger  <vapier@gentoo.org>
9010         * sysdeps/unix/sysv/linux/hppa/bits/mman.h [__USE_MISC]: Move all
9011         MADV_*_PAGES defines behind this feature check.
9013 2015-08-09  John David Anglin  <danglin@gcc.gnu.org>
9015         [BZ #18480]
9016         * sysdeps/unix/sysv/linux/hppa/sysdep.h (LOAD_ARGS_0, LOAD_ARGS_1,
9017         LOAD_ARGS_2, LOAD_ARGS_3, LOAD_ARGS_4, LOAD_ARGS_5, LOAD_ARGS_6):
9018         Define.
9019         (LOAD_REGS_0, LOAD_REGS_1, LOAD_REGS_2, LOAD_REGS_3, LOAD_REGS_4,
9020         LOAD_REGS_5, LOAD_REGS_6): Update.
9021         (INTERNAL_SYSCALL): Update using new LOAD defines.
9022         (INTERNAL_SYSCALL_NCS): Likewise.
9023         * sysdeps/unix/sysv/linux/hppa/syscall.c (syscall): Likewise.
9025 2015-08-08  Paul Pluzhnikov  <ppluzhnikov@google.com>
9027         [BZ #16734]
9028         * libio/genops.c (_IO_unbuffer_all): Free wide buffer as well.
9030 2015-08-08  Paul Pluzhnikov  <ppluzhnikov@google.com>
9032         [BZ #17905]
9033         * catgets/Makefile (tst-catgets-mem): New test.
9034         * catgets/catgets.c (catopen): Don't use unbounded alloca.
9035         * catgets/open_catalog.c (__open_catalog): Likewise.
9036         * catgets/tst-catgets.c (do_bz17905): Test unbounded alloca.
9038 2015-08-08  John David Anglin  <danglin@gcc.gnu.org>
9040         [BZ #18787]
9041         * sysdeps/unix/sysv/linux/hppa/bits/atomic.h (_LWS_CLOBBER): Revise
9042         clobber registers.
9043         (atomic_compare_and_exchange_val_acq): Use register asms to assign
9044         operand registers.  Use register %r20 for EAGAIN and EDEADLOCK checks.
9045         Cast return to __typeof (oldval).
9047 2015-08-08  Mike Frysinger  <vapier@gentoo.org>
9049         * sysdeps/unix/sysv/linux/microblaze/sysdep.h: Wrap the whole file
9050         in _LINUX_MICROBLAZE_SYSDEP_H defines.  Include sysdeps/unix/sysdep.h
9051         and delete sys/syscall.h include.
9053 2015-08-07  Joseph Myers  <joseph@codesourcery.com>
9055         [BZ #16517]
9056         * sysdeps/ieee754/dbl-64/s_tan.c: Include <float.h>.
9057         (tan): Force underflow exception for arguments with small absolute
9058         value.
9059         * sysdeps/ieee754/flt-32/k_tanf.c: Include <float.h>.
9060         (__kernel_tanf): Force underflow exception for arguments with
9061         small absolute value.
9062         * sysdeps/ieee754/ldbl-128/k_tanl.c: Include <float.h>.
9063         (__kernel_tanl): Force underflow exception for arguments with
9064         small absolute value.
9065         * sysdeps/ieee754/ldbl-128ibm/k_tanl.c: Include <float.h>.
9066         (__kernel_tanl): Force underflow exception for arguments with
9067         small absolute value.
9068         * sysdeps/ieee754/ldbl-96/k_tanl.c: Include <float.h>.
9069         (__kernel_tanl): Force underflow exception for arguments with
9070         small absolute value.
9071         * math/auto-libm-test-in: Add more tests of tan.
9072         * math/auto-libm-test-out: Regenerated.
9074 2015-08-07  Samuel Thibault  <samuel.thibault@ens-lyon.org>
9076         Fix sysdeps/i386/fpu/s_scalbn.S build
9078         * math/Versions (libc: GLIBC_2_22): New (empty) version set.
9080 2015-08-07  Mike Frysinger  <vapier@gentoo.org>
9082         * sysdeps/hppa/dl-symaddr.c (_dl_symbol_address): Add rtld_hidden_def.
9084 2015-08-07  Samuel Thibault  <samuel.thibault@ens-lyon.org>
9086         Fix gcrt0.o compilation
9088         When static-start-installed-name is different from
9089         start-installed-name, we must not use the shared objects.
9091         * csu/Makefile
9092         (extra-objs): Add gmon-start.o when building shared library and
9093         $(static-start-installed-name) is different from
9094         $(start-installed-name).
9095         $(objpfx)g$(static-start-installed-name): When building shared
9096         library and $(static-start-installed-name) is different from
9097         $(static-start-installed-name), revert to non-shared rule,
9098         i.e. using $(objpfx)% and gmon-start.o.
9100 2015-08-06  Joseph Myers  <joseph@codesourcery.com>
9102         [BZ #16519]
9103         * sysdeps/ieee754/dbl-64/e_sinh.c: Include <float.h>.
9104         (__ieee754_sinh): Force underflow exception for arguments with
9105         small absolute value.
9106         * sysdeps/ieee754/flt-32/e_sinhf.c: Include <float.h>.
9107         (__ieee754_sinhf): Force underflow exception for arguments with
9108         small absolute value.
9109         * sysdeps/ieee754/ldbl-128/e_sinhl.c: Include <float.h>.
9110         (__ieee754_sinhl): Force underflow exception for arguments with
9111         small absolute value.
9112         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c: Include <float.h>.
9113         (__ieee754_sinhl): Force underflow exception for arguments with
9114         small absolute value.
9115         * sysdeps/ieee754/ldbl-96/e_sinhl.c: Include <float.h>.
9116         (__ieee754_sinhl): Force underflow exception for arguments with
9117         small absolute value.
9118         * math/auto-libm-test-in: Add more tests of sinh.
9119         * math/auto-libm-test-out: Regenerated.
9120         * sysdeps/i386/fpu/libm-test-ulps: Update.
9122 2015-08-06  Paul Pluzhnikov  <ppluzhnikov@google.com>
9124         * libio/oldfileops.c: Include unistd.h.
9126 2015-08-06  Mike Frysinger  <vapier@gentoo.org>
9128         * stdlib/isomac.c: Include ctype.h.
9130 2015-08-06  Arjun Shankar  <arjun.is@lostca.se>
9132         * dirent/tst-seekdir.c (main): Converted to ...
9133         (do_test): ... this.
9134         (TEST_FUNCTION): New macro.
9135         Include test-skeleton.c.
9136         * elf/tst-dlmodcount.c (main): Converted to ...
9137         (do_test): ... this.
9138         (TEST_FUNCTION): New macro.
9139         Include test-skeleton.c.
9140         * elf/tst-order-main.c (main): Converted to ...
9141         (do_test): ... this.
9142         (TEST_FUNCTION): New macro.
9143         Include test-skeleton.c.
9144         * elf/tst-pie2.c (main): Converted to ...
9145         (do_test): ... this.
9146         (TEST_FUNCTION): New macro.
9147         Include test-skeleton.c.
9148         * inet/tst-ether_aton.c (main): Converted to ...
9149         (do_test): ... this.
9150         (TEST_FUNCTION): New macro.
9151         Include test-skeleton.c.
9152         * misc/tst-mntent.c (main): Converted to ...
9153         (do_test): ... this.
9154         (TEST_FUNCTION): New macro.
9155         Include test-skeleton.c.
9156         * misc/tst-tsearch.c (main): Converted to ...
9157         (do_test): ... this.
9158         (TEST_FUNCTION): New macro.
9159         Include test-skeleton.c.
9160         * posix/tst-regexloc.c (main): Converted to ...
9161         (do_test): ... this.
9162         (TEST_FUNCTION): New macro.
9163         Include test-skeleton.c.
9164         * resolv/tst-aton.c (main): Converted to ...
9165         (do_test): ... this.
9166         (TEST_FUNCTION): New macro.
9167         Include test-skeleton.c.
9168         * stdio-common/test-fwrite.c (main): Converted to ...
9169         (do_test): ... this.
9170         (TEST_FUNCTION): New macro.
9171         Include test-skeleton.c.
9172         * stdio-common/tst-ferror.c (main): Converted to ...
9173         (do_test): ... this.
9174         (TEST_FUNCTION): New macro.
9175         Include test-skeleton.c.
9176         * stdio-common/tst-printf.c (main): Converted to ...
9177         (do_test): ... this.
9178         (TEST_FUNCTION): New macro.
9179         Include test-skeleton.c.
9180         * stdio-common/tst-printfsz.c (main): Converted to ...
9181         (do_test): ... this.
9182         (TEST_FUNCTION): New macro.
9183         Include test-skeleton.c.
9184         * stdlib/tst-strtod.c (main): Converted to ...
9185         (do_test): ... this.
9186         (TEST_FUNCTION): New macro.
9187         Include test-skeleton.c.
9188         * string/tst-strlen.c (main): Converted to ...
9189         (do_test): ... this.
9190         (TEST_FUNCTION): New macro.
9191         Include test-skeleton.c.
9192         * string/tst-svc.c (main): Converted to ...
9193         (do_test): ... this.
9194         (TEST_FUNCTION): New macro.
9195         Include test-skeleton.c.
9196         * time/tst-strptime.c (main): Converted to ...
9197         (do_test): ... this.
9198         (TEST_FUNCTION): New macro.
9199         Include test-skeleton.c.
9200         * timezone/tst-timezone.c (main): Converted to ...
9201         (do_test): ... this.
9202         (TEST_FUNCTION): New macro.
9203         Include test-skeleton.c.
9205 2015-08-05  Zack Weinberg  <zackw@panix.com>
9207         * misc/regexp.h: Update comments.
9209 2015-08-05  Andreas Schwab  <schwab@linux-m68k.org>
9211         [BZ #18635]
9212         * sysdeps/unix/sysv/linux/m68k/m680x0/makecontext.S: Add nop
9213         before return label.
9215 2015-08-05  H.J. Lu  <hongjiu.lu@intel.com>
9217         [BZ #18661]
9218         * sysdeps/x86_64/fpu/s_cosf.S (__cosf): Align stack to 16 bytes
9219         when calling __errno_location.
9220         * sysdeps/x86_64/fpu/s_sincosf.S (__sincosf): Likewise.
9221         * sysdeps/x86_64/fpu/s_sinf.S (__sinf): Likewise.
9223 2015-08-05  H.J. Lu  <hongjiu.lu@intel.com>
9225         [BZ #18661]
9226         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.S
9227         (__lll_timedwait_tid): Align stack to 16 bytes when calling
9228         __gettimeofday.
9230 2015-08-05  H.J. Lu  <hongjiu.lu@intel.com>
9232         [BZ #18661]
9233         * sysdeps/unix/sysv/linux/x86_64/__start_context.S
9234         (__start_context): Don't use pop to restore %rdi so that stack
9235         is aligned to 16 bytes when calling __setcontext.
9237 2015-08-05  H.J. Lu  <hongjiu.lu@intel.com>
9239         * sysdeps/x86_64/multiarch/memcpy-sse2-unaligned.S: Compile
9240         only for libc.
9241         * sysdeps/x86_64/multiarch/strcmp-sse2-unaligned.S: Likewise.
9243 2015-08-05  Wilco Dijkstra  <wdijkstr@arm.com>
9245         * string/string.h: (mempcpy): Redirect to __mempcpy_inline.
9246         (__mempcpy): Likewise.  (__mempcpy_inline): New inline function.
9247         * sysdeps/sparc/bits/string.h: (_HAVE_STRING_ARCH_mempcpy): Define.
9249 2015-08-05  Wilco Dijkstra  <wdijkstr@arm.com>
9251         * string/memccpy.c (memccpy):
9252         Improve performance by using memchr/memcpy/__mempcpy.
9254 2015-08-05  Wilco Dijkstra  <wdijkstr@arm.com>
9256         * string/strncpy.c (strncpy):
9257         Improve performance by using __strnlen/memcpy.
9259 2015-08-05  Wilco Dijkstra  <wdijkstr@arm.com>
9261         * sysdeps/aarch64/fpu/feenablxcpt.c (feenableexcept):
9262         Optimize to avoid an unnecessary FPCR read.
9264 2015-08-05  Wilco Dijkstra  <wdijkstr@arm.com>
9266         * sysdeps/aarch64/fpu/fesetenv.c (fesetenv):
9267         Optimize to reduce FPCR/FPSR accesses.
9269 2015-08-05  H.J. Lu  <hongjiu.lu@intel.com>
9271         * locale/loadarchive.c (_nl_archive_subfreeres): Also check
9272         dead->data[category] != NULL.
9274 2015-08-05  Joseph Myers  <joseph@codesourcery.com>
9276         [BZ #18647]
9277         * sysdeps/ieee754/flt-32/e_powf.c (__ieee754_powf): For large y
9278         and |x| close to 1, use absolute value of x when computing log.
9279         * math/auto-libm-test-in: Add more tests of pow.
9280         * math/auto-libm-test-out: Regenerated.
9282 2015-08-05  Adhemerval Zanella  <adhemerval.zanella@linaro.org>
9284         * sysdeps/unix/sysv/linux/arm/mmap.c: Add file.
9285         * sysdeps/unix/sysv/linux/arm/mmap.S: Remove file.
9286         * sysdeps/unix/sysv/linux/arm/mmap64.S: Likewise.
9288 2015-08-05  Marko Myllynen  <myllynen@redhat.com>
9290         [BZ #18525]
9291         * locales/km_KH: Remove timezone definition.
9292         * locales/lo_LA: Likewise.
9293         * locales/my_MM: Likewise.
9294         * locales/nan_TW@latin: Likewise.
9295         * locales/th_TH: Likewise.
9296         * locales/uk_UA: Likewise.
9298 2015-08-05  Daniel Marjamäki  <daniel.marjamaki@evidente.se>
9300         [BZ #18265]
9301         * wcsmbs/wchar.h (wcscat): Add __nonnull attribute.
9302         (wcsncat): Likewise.
9303         (wcscmp): Likewise.
9304         (wcsncmp): Likewise.
9306 2015-08-05  Mike Frysinger  <vapier@gentoo.org>
9308         * test-skeleton.c (usage): New function.
9309         (main): Call usage when opt is '?'.
9311 2015-08-05  Mike Frysinger  <vapier@gentoo.org>
9313         * sysdeps/unix/sysv/linux/mmap64.c: Move MMAP2_PAGE_SHIFT define
9314         before first use.
9316 2015-08-05  Mike Frysinger  <vapier@gentoo.org>
9318         * nptl/allocatestack.c (allocate_stack): Move stacktop decl down to
9319         bottom and under _STACK_GROWS_DOWN.  Move the stacktop assignment
9320         in there too.
9322 2015-08-05  Carlos O'Donell  <carlos@systemhalted.org>
9324         * version.h (RELEASE): Set to "development".
9325         (VERSION): Set to "2.22.90"
9327         * version.h (RELEASE): Set to "stable".
9328         (VERSION): Set to "2.22"
9329         * include/features.h (__GLIBC_MINOR__): Set to 22.
9331 2015-08-04  Chris Metcalf  <cmetcalf@ezchip.com>
9333         * sysdeps/tile/tilepro/bits/atomic.h (__atomic_update):
9334         Restructure macro to avoid "value computed is not used" warning.
9335         (atomic_compare_and_exchange_val_acq): Likewise.
9337 2015-08-04  Andreas Schwab  <schwab@suse.de>
9339         [BZ #18635]
9340         * sysdeps/unix/sysv/linux/i386/makecontext.S: Terminate FDE before
9341         ret.
9342         * sysdeps/i386/i686/Makefile (test-xfail-tst-makecontext): Remove.
9344 2015-08-01  Carlos O'Donell  <carlos@redhat.com>
9346         * po/pl.po: Updated translation.
9347         * po/uk.po: Likewise.
9348         * po/fi.po: Likewise.
9349         * po/ko.po: Likewise.
9350         * po/ru.po: Likewise.
9351         * po/vi.po: Likewise.
9353 2015-07-31  Zack Weinberg  <zackw@panix.com>
9355         [BZ #18681]
9356         * regexp.h: Add unconditional #warning stating that this header
9357         will be removed soon.  Revise banner comment to match.
9358         (compile): Consistently use ERROR instead of RETURN to report
9359         errors (partial fix for bz#18681).
9360         * regexp.c: Don't include regexp.h. Remove some unnecessary
9361         declarations.
9363 2015-07-31  Carlos O'Donell  <carlos@redhat.com>
9365         * po/libc.pot: Regenerated.
9367 2015-07-30  Andrew Senkevich  <andrew.senkevich@intel.com>
9369         [BZ #18740]
9370         * sysdeps/x86_64/fpu/Makefile (double-vlen2-arch-ext-cflags,
9371         float-vlen4-arch-ext-cflags): Removed.
9372         * math/Makefile (CFLAGS-test-double-vlen2-wrappers.c,
9373         CFLAGS-test-float-vlen4-wrappers.c): Likewise.
9375 2015-07-30  Mike Frysinger  <vapier@gentoo.org>
9377         [BZ #14113]
9378         * sysdeps/hppa/nptl/bits/pthreadtypes.h (pthread_mutex_t): Change
9379         aligned to __aligned__.
9380         (pthread_cond_t, pthread_rwlock_t): Likewise.
9382 2015-07-30  Torvald Riegel  <triegel@redhat.com>
9384         * sysdeps/unix/sysv/linux/hppa/lowlevellock.h: Remove file.
9386 2015-07-30  Mike Frysinger  <vapier@gentoo.org>
9388         * sysdeps/unix/sysv/linux/hppa/bits/sigaction.h: Include bits/wordsize.h.
9389         (struct sigaction): Change sa_flags from a long to an int, and add
9390         __glibc_reserved0 before it for padding when __WORDSIZE is 64.
9392 2015-07-30  Mike Frysinger  <vapier@gentoo.org>
9394         * hppa/sysdep.h: Delete sys/syscall.h and config.h includes.
9395         * sysdeps/unix/sysv/linux/hppa/sysdep-cancel.h: Delete
9396         sysdeps/generic/sysdep.h include.
9397         * sysdeps/unix/sysv/linux/hppa/sysdep.h: Wrap the whole file in
9398         _LINUX_HPPA_SYSDEP_H defines.  Include sysdeps/unix/sysdep.h and
9399         sysdeps/hppa/sysdep.h.
9400         (ENTRY, PSEUDO): Undefine before defining.
9402 2015-07-30  Mike Frysinger  <vapier@gentoo.org>
9404         * sysdeps/unix/sysv/linux/hppa/sysdep.h (INLINE_SYSCALL): Rewrite
9405         from scratch to use INTERNAL_SYSCALL.
9407 2015-07-29  H.J. Lu  <hongjiu.lu@intel.com>
9409         [BZ #18078]
9410         * scripts/check-localplt.awk: Support alternate relocations.
9411         * scripts/localplt.awk: Also check relocations in DT_RELA/DT_REL
9412         sections.
9413         * sysdeps/unix/sysv/linux/i386/localplt.data: Mark free and
9414         malloc entries with + REL R_386_GLOB_DAT.
9415         * sysdeps/x86_64/localplt.data: New file.
9417 2015-07-29  Andrew Senkevich  <andrew.senkevich@intel.com>
9419         [BZ #18731]
9420         * sysdeps/x86_64/fpu/math-tests-arch.h: Added AVX runtime check.
9421         * sysdeps/x86_64/fpu/test-double-vlen4.c: Likewise.
9422         * sysdeps/x86_64/fpu/test-float-vlen8.c: Likewise.
9424 2015-07-27  Mike Frysinger  <vapier@gentoo.org>
9426         * sysdeps/unix/sysv/linux/ia64/localplt.data: Delete __tls_get_addr.
9428 2015-07-27  Mike Frysinger  <vapier@gentoo.org>
9430         * sysdeps/ia64/bits/atomic.h (atomic_exchange_and_add): Define
9431         directly in terms of __sync_fetch_and_add and delete (int) cast.
9433 2015-07-27  Mike Frysinger  <vapier@gentoo.org>
9435         * sysdeps/unix/sysv/linux/ia64/Makefile (CPPFLAGS): Delete
9436         the -D_ASM_IA64_CURRENT_H flag.
9438 2015-07-27  Mike Frysinger  <vapier@gentoo.org>
9440         [BZ #18641]
9441         * pwd/pwd.h (putpwent): Delete __nonnull markings.
9443 2015-07-27  Andreas Schwab  <schwab@suse.de>
9445         * conform/conformtest.pl (checknamespace): Filter out string
9446         literals while tokenizing.
9448 2015-07-26  Chung-Lin Tang  <cltang@codesourcery.com>
9450         * sysdeps/nios2/dl-sysdep.h (DL_EXTERN_PROTECTED_DATA): Define.
9451         * sysdeps/nios2/dl-machine.h (elf_machine_type_class): Handle
9452         ELF_RTYPE_CLASS_EXTERN_PROTECTED_DATA.
9454 2015-07-26  Chung-Lin Tang  <cltang@codesourcery.com>
9456         * nptl/tst-join7mod.c: Add #include <string.h>.
9458 2015-07-25  Chung-Lin Tang  <cltang@codesourcery.com>
9460         * sysdeps/nios2/libm-test-ulps: Update.
9462 2015-07-25  Chung-Lin Tang  <cltang@codesourcery.com>
9464         * sysdeps/unix/sysv/linux/nios2/setcontext.S (__setcontext):
9465         Fix order of arguments to the rt_sigprocmask syscall.
9466         * sysdeps/unix/sysv/linux/nios2/swapcontext.S (__swapcontext):
9467         Likewise.
9469 2015-07-24  Roland McGrath  <roland@hack.frob.com>
9471         * sysdeps/nacl/bits/fcntl.h (O_SHLOCK, O_EXLOCK): Macros removed.
9473 2015-07-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
9475         [BZ #18457]
9476         * nptl/Makefile (tests): New test case tst-join7.
9477         (modules-names): New test case module tst-join7mod.
9478         * nptl/tst-join7.c: New file.
9479         * nptl/tst-join7mod.c: New file.
9480         * Makeconfig (tls-model): Pass -ftls-model=initial-exec for
9481         all translation units in libc.so, libpthread.so and rtld.
9483 2015-07-24  Adhemerval Zanella  <adhemerval.zanella@linaro.org>
9485         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
9487 2015-07-24  Andrew Senkevich  <andrew.senkevich@intel.com>
9489         * sysdeps/x86_64/fpu/multiarch/svml_d_cos8_core.S: Fixed AVX512 IFUNC.
9490         * sysdeps/x86_64/fpu/multiarch/svml_d_exp8_core.S: Likewise.
9491         * sysdeps/x86_64/fpu/multiarch/svml_d_log8_core.S: Likewise.
9492         * sysdeps/x86_64/fpu/multiarch/svml_d_pow8_core.S: Likewise.
9493         * sysdeps/x86_64/fpu/multiarch/svml_d_sin8_core.S: Likewise.
9494         * sysdeps/x86_64/fpu/multiarch/svml_d_sincos8_core.S: Likewise.
9495         * sysdeps/x86_64/fpu/multiarch/svml_s_cosf16_core.S: Likewise.
9496         * sysdeps/x86_64/fpu/multiarch/svml_s_expf16_core.S: Likewise.
9497         * sysdeps/x86_64/fpu/multiarch/svml_s_logf16_core.S: Likewise.
9498         * sysdeps/x86_64/fpu/multiarch/svml_s_powf16_core.S: Likewise.
9499         * sysdeps/x86_64/fpu/multiarch/svml_s_sincosf16_core.S: Likewise.
9500         * sysdeps/x86_64/fpu/multiarch/svml_s_sinf16_core.S: Likewise.
9501         * sysdeps/x86_64/fpu/svml_d_wrapper_impl.h: Fixed wrappers to AVX2.
9502         * sysdeps/x86_64/fpu/svml_s_wrapper_impl.h: Likewise.
9503         * sysdeps/x86_64/fpu/multiarch/svml_s_expf16_core_avx512.S: Fixed KNL
9504         implementation.
9506 2015-07-24  Szabolcs Nagy  <szabolcs.nagy@arm.com>
9508         [BZ #17711]
9509         * sysdeps/aarch64/dl-sysdep.h (DL_EXTERN_PROTECTED_DATA): Define.
9510         * sysdeps/aarch64/dl-machine.h (elf_machine_type_class): Handle
9511         ELF_RTYPE_CLASS_EXTERN_PROTECTED_DATA.
9512         * sysdeps/arm/dl-sysdep.h (DL_EXTERN_PROTECTED_DATA): Define.
9513         * sysdeps/arm/dl-machine.h (elf_machine_type_class): Handle
9514         ELF_RTYPE_CLASS_EXTERN_PROTECTED_DATA.
9516 2015-07-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
9518         * stdlib/cxa_thread_atexit_impl.c: Use the lock name dl_load_lock
9519         instead of just saying load lock in the comments.
9521 2015-07-23  Roland McGrath  <roland@hack.frob.com>
9523         * sysdeps/unix/Subdirs: Moved ...
9524         * sysdeps/posix/Subdirs: ... here.
9525         * login/pty.h (struct termios, struct winsize): Add forward decls.
9526         * login/openpty.c (openpty): Put ioctl call under [TIOCSWINSZ].
9527         * sysdeps/nacl/glob.c: Just #include <sysdeps/wordsize-64/glob.c>.
9528         * sysdeps/arm/nacl/libc.abilist: Updated.
9529         * sysdeps/nacl/libutil.abilist: New file.
9531         * bits/signum.h: Update comments to mention 1003.1-2013 too.
9532         (SIGWINCH): New macro.
9534         * sysdeps/nacl/getdtsz.c (getdtablesize): Add missing weak_alias.
9535         * sysdeps/arm/nacl/libc.abilist: Add it.
9537 2015-07-23  Mike Frysinger  <vapier@gentoo.org>
9539         * conform/linknamespace.pl (@whitelist): Add matherrf and matherrl.
9541 2015-07-23  Mike Frysinger  <vapier@gentoo.org>
9543         * sysdeps/unix/sysv/linux/ia64/bits/sigaction.h (struct sigaction):
9544         Swap __glibc_reserved0 and sa_flags order.
9546 2015-07-23  Siddhesh Poyarekar  <siddhesh@redhat.com>
9548         [BZ #18657]
9549         * elf/dl-close.c (_dl_close_worker): Don't unload DSO if there
9550         are pending TLS destructor calls.
9551         * include/link.h (struct link_map): Add concurrency note for
9552         L_TLS_DTOR_COUNT.
9553         * stdlib/cxa_thread_atexit_impl.c (__cxa_thread_atexit_impl):
9554         Don't touch the link map flag.  Atomically increment
9555         l_tls_dtor_count.
9556         (__call_tls_dtors): Atomically decrement l_tls_dtor_count.
9557         Avoid taking the load lock and don't touch the link map flag.
9558         * stdlib/tst-tls-atexit-nodelete.c: New test case.
9559         * stdlib/Makefile (tests): Use it.
9560         * stdlib/tst-tls-atexit.c (do_test): dlopen
9561         tst-tls-atexit-lib.so again before dlclose.  Add conditionals
9562         to allow tst-tls-atexit-nodelete test case to use it.
9564 2015-07-22  Mike Frysinger  <vapier@gentoo.org>
9566         * sysdeps/unix/sysv/linux/ia64/bits/msq.h: Change sys/types.h include
9567         to bits/types.h.
9568         (msgqnum_t): New typedef.
9569         (msglen_t): Likewise.
9570         (struct msqid_ds): Update comment.  Change msg_qnum type to msgqnum_t
9571         and msg_qbytes type to msglen_t.
9573 2015-07-22  Mike Frysinger  <vapier@gentoo.org>
9575         * sysdeps/unix/sysv/linux/ia64/bits/stat.h (struct stat): Rename
9576         pad0 to __glibc_reserved0.
9577         (struct stat64): Likewise.
9579 2015-07-22  Mike Frysinger  <vapier@gentoo.org>
9581         * sysdeps/unix/sysv/linux/ia64/bits/sigaction.h (struct sigaction):
9582         Change sa_flags from a long to an int and add __glibc_reserved0 before
9583         it for padding.
9585 2015-07-22  Mike Frysinger  <vapier@gentoo.org>
9587         * sysdeps/unix/sysv/linux/ia64/bits/siginfo.h (siginfo_t): Make struct
9588         anonymous by deleting "siginfo" name.
9590 2015-07-21  Roland McGrath  <roland@hack.frob.com>
9592         * sysdeps/nacl/nacl-interface-list.h: Remove nacl_irt_filename.
9593         * sysdeps/nacl/open.c (__libc_open): Use __nacl_irt_dev_filename
9594         rather than __nacl_irt_filename.
9595         * sysdeps/nacl/xstat.c (__xstat): Likewise.
9597         * NEWS: New item for arm-nacl port.
9598         * sysdeps/arm/nacl/libc.abilist: New file.
9599         * sysdeps/nacl/ld.abilist: New file.
9600         * sysdeps/nacl/libBrokenLocale.abilist: New file.
9601         * sysdeps/nacl/libanl.abilist: New file.
9602         * sysdeps/nacl/libcrypt.abilist: New file.
9603         * sysdeps/nacl/libdl.abilist: New file.
9604         * sysdeps/nacl/libm.abilist: New file.
9605         * sysdeps/nacl/libpthread.abilist: New file.
9606         * sysdeps/nacl/libresolv.abilist: New file.
9607         * sysdeps/nacl/librt.abilist: New file.
9609 2015-07-21  Chris Metcalf  <cmetcalf@ezchip.com>
9611         * sysdeps/unix/sysv/linux/tile/makecontext.c (__makecontext): Call
9612         __startcontext to initialize the new context.
9613         * sysdeps/unix/sysv/linux/tile/setcontext.S (__startcontext): Set
9614         up CFI directive to forbid further backtracing.
9616 2015-07-21  Marko Myllynen  <myllynen@redhat.com>
9618         * charmaps/ANSI_X3.110-1983: Remove obsolete repertoire map
9619         reference.
9620         * charmaps/ANSI_X3.4-1968: Likewise.
9621         * charmaps/BS_4730: Likewise.
9622         * charmaps/BS_VIEWDATA: Likewise.
9623         * charmaps/CP1250: Likewise.
9624         * charmaps/CP1251: Likewise.
9625         * charmaps/CP1252: Likewise.
9626         * charmaps/CP1253: Likewise.
9627         * charmaps/CP1254: Likewise.
9628         * charmaps/CP1255: Likewise.
9629         * charmaps/CP1256: Likewise.
9630         * charmaps/CSN_369103: Likewise.
9631         * charmaps/EBCDIC-DK-NO: Likewise.
9632         * charmaps/GB_1988-80: Likewise.
9633         * charmaps/GREEK-CCITT: Likewise.
9634         * charmaps/GREEK7: Likewise.
9635         * charmaps/INIS-8: Likewise.
9636         * charmaps/ISIRI-3342: Likewise.
9637         * charmaps/ISO_2033-1983: Likewise.
9638         * charmaps/ISO_5427-EXT: Likewise.
9639         * locales/POSIX: Likewise.
9640         * locales/ar_SA: Likewise.
9641         * locales/be_BY: Likewise.
9642         * locales/be_BY@latin: Likewise.
9643         * locales/ca_ES: Likewise.
9644         * locales/cs_CZ: Likewise.
9645         * locales/da_DK: Likewise.
9646         * locales/de_BE: Likewise.
9647         * locales/de_CH: Likewise.
9648         * locales/de_LU: Likewise.
9649         * locales/en_AU: Likewise.
9650         * locales/en_BW: Likewise.
9651         * locales/en_CA: Likewise.
9652         * locales/en_DK: Likewise.
9653         * locales/en_GB: Likewise.
9654         * locales/en_IE: Likewise.
9655         * locales/en_NZ: Likewise.
9656         * locales/en_ZA: Likewise.
9657         * locales/en_ZW: Likewise.
9658         * locales/es_AR: Likewise.
9659         * locales/es_BO: Likewise.
9660         * locales/es_CL: Likewise.
9661         * locales/es_CO: Likewise.
9662         * locales/es_DO: Likewise.
9663         * locales/es_EC: Likewise.
9664         * locales/es_ES: Likewise.
9665         * locales/es_HN: Likewise.
9666         * locales/es_MX: Likewise.
9667         * locales/es_PA: Likewise.
9668         * locales/es_PE: Likewise.
9669         * locales/es_PY: Likewise.
9670         * locales/es_SV: Likewise.
9671         * locales/es_US: Likewise.
9672         * locales/es_UY: Likewise.
9673         * locales/es_VE: Likewise.
9674         * locales/et_EE: Likewise.
9675         * locales/fa_IR: Likewise.
9676         * locales/fo_FO: Likewise.
9677         * locales/fr_CA: Likewise.
9678         * locales/fr_CH: Likewise.
9679         * locales/gv_GB: Likewise.
9680         * locales/he_IL: Likewise.
9681         * locales/hr_HR: Likewise.
9682         * locales/id_ID: Likewise.
9683         * locales/is_IS: Likewise.
9684         * locales/it_CH: Likewise.
9685         * locales/iw_IL: Likewise.
9686         * locales/kl_GL: Likewise.
9687         * locales/ko_KR: Likewise.
9688         * locales/kw_GB: Likewise.
9689         * locales/lg_UG: Likewise.
9690         * locales/lt_LT: Likewise.
9691         * locales/lv_LV: Likewise.
9692         * locales/mi_NZ: Likewise.
9693         * locales/nhn_MX: Likewise.
9694         * locales/nl_BE: Likewise.
9695         * locales/pl_PL: Likewise.
9696         * locales/sk_SK: Likewise.
9697         * locales/sl_SI: Likewise.
9698         * locales/sv_FI: Likewise.
9699         * locales/tl_PH: Likewise.
9700         * locales/tr_TR: Likewise.
9701         * locales/vi_VN: Likewise.
9703 2015-07-21  Khem Raj  <raj.khem@gmail.com>
9705         [BZ #17475]
9706         * benchtests/strcoll-inputs/filelist#en_US.UTF-8: Adjust for rename
9707         of tu_IN and bh_IN.
9709 2015-07-21  Mike Frysinger  <vapier@gentoo.org>
9711         [BZ #18694]
9712         * sysdeps/unix/sysv/linux/sparc/bits/sigaction.h: Include
9713         bits/wordsize.h.
9714         (sigaction): Declare __glibc_reserved0 only when __WORDSIZE is 64.
9716 2015-07-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
9718         * stdlib/tst-tls-atexit-lib.c (do_foo): Rename to reg_dtor.
9719         * stdlib/tst-tls-atexit.c: (is_loaded): New function.
9720         (spawn_thread): New function.
9721         (load): Rename to reg_dtor_and_close.  Move dlopen to...
9722         (do_test): ... here.  Use IS_LOADED to test for its
9723         availability.
9725 2015-07-21  Andreas Schwab  <schwab@linux-m68k.org>
9727         * sysdeps/m68k/m680x0/fpu/libm-test-ulps: Update.
9729 2015-07-20  H.J. Lu  <hongjiu.lu@intel.com>
9731         [BZ #18696]
9732         * sysdeps/unix/sysv/linux/x86/bits/siginfo.h (_sigfault): Add
9733         si_addr_bnd.
9734         (si_lower): New.
9735         (si_upper): Likewise.
9737 2015-07-16  David S. Miller  <davem@davemloft.net>
9739         * sysdeps/sparc/fpu/libm-test-ulps: Regenerated.
9741 2015-07-16  Adhemerval Zanella  <adhemerval.zanella@linaro.org>
9743         * libio/fmemopen.c (__fmemopen): Fix 'w' openmode with provided
9744         buffer.
9745         * stdio-common/tst-fmemopen2.c (do_test_with_buffer): Fix typo and
9746         fail output information.
9748 2015-07-16  Rajalakshmi Srinivasaraghavan  <raji@linux.vnet.ibm.com>
9750         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strstr-power7
9751         and strstr-ppc64..
9752         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c: Likewise.
9753         * sysdeps/powerpc/powerpc64/power7/strstr.S: New File.
9754         * sysdeps/powerpc/powerpc64/multiarch/strstr-power7.S: New File.
9755         * sysdeps/powerpc/powerpc64/multiarch/strstr-ppc64.c: New File.
9756         * sysdeps/powerpc/powerpc64/multiarch/strstr.c: New File.
9758 2015-07-16  Mike Frysinger  <vapier@gentoo.org>
9760         * sysdeps/hppa/Versions (GLIBC_PRIVATE): Delete _dl_unmap.
9761         * sysdeps/hppa/dl-lookupcfg.h (_dl_unmap): Add attribute_hidden.
9762         * sysdeps/ia64/Versions (GLIBC_PRIVATE): Delete _dl_unmap.
9763         * sysdeps/ia64/dl-lookupcfg.h (_dl_unmap): Add attribute_hidden.
9765 2015-07-16  Mike Frysinger  <vapier@gentoo.org>
9767         * elf/dl-symaddr.c (_dl_symbol_address): Add rtld_hidden_def.
9768         * sysdeps/hppa/dl-lookupcfg.h (_dl_symbol_address): Add
9769         rtld_hidden_proto.
9770         * sysdeps/ia64/dl-lookupcfg.h (_dl_symbol_address): Likewise.
9772 2015-07-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
9774         * tst-nodelete-opened.c (do_test): Add comment to clarify how
9775         the test can fail.
9777         * stdlib/cxa_thread_atexit_impl.c: Whitespace fixup.
9779         [BZ #18676]
9780         * elf/tst-nodelete-opened.c: New test case.
9781         * elf/tst-nodelete-opened-lib.c: New test case module.
9782         * elf/Makefile (tests, modules-names): Use them.
9783         * elf/dl-open.c (dl_open_worker): Set DF_1_NODELETE flag
9784         early.
9786 2015-07-15  David S. Miller  <davem@davemloft.net>
9788         * sysdeps/sparc/nptl/pthread_barrier_init.c: Include
9789         futex-intenal.h
9790         * sysdeps/sparc/sparc32/sparcv9/Makefile (nscd): Add cpu_relax.
9791         * sysdeps/sparc/sparc64/Makefile: Likewise.
9792         * sysdeps/sparc/sparc32/sparcv9/bits/atomic.h (atomic_spin_nop):
9793         Remove space from macro define.
9794         * sysdeps/sparc/sparc64/bits/atomic.h (atomic_spin_nop): Likewise.
9796 2015-07-15  Pravin Satpute  <psatpute@redhat.com>
9798         [BZ #17475]
9799         * locale/iso-639.def: Update Bhili and Tulu language codes as
9800         per iso639-3.
9802 2015-07-15  Arjun Shankar  <arjun.is@lostca.se>
9804         * elf/tst-leaks1.c (main): Converted to ...
9805         (do_test): ... this.
9806         (TEST_FUNCTION): New macro.
9807         Include test-skeleton.c.
9808         * localedata/tst-langinfo.c (main): Converted to ...
9809         (do_test): ... this.
9810         (TEST_FUNCTION): New macro.
9811         Include test-skeleton.c.
9812         * math/test-fpucw.c (main): Converted to ...
9813         (do_test): ... this.
9814         (TEST_FUNCTION): New macro.
9815         Include test-skeleton.c.
9816         * math/test-tgmath.c (main): Converted to ...
9817         (do_test): ... this.
9818         (TEST_FUNCTION): New macro.
9819         Include test-skeleton.c.
9820         * math/test-tgmath2.c (main): Converted to ...
9821         (do_test): ... this.
9822         (TEST_FUNCTION): New macro.
9823         Include test-skeleton.c.
9824         * setjmp/tst-setjmp.c (main): Converted to ...
9825         (do_test): ... this.
9826         (TEST_FUNCTION): New macro.
9827         Include test-skeleton.c.
9828         * stdio-common/tst-sscanf.c (main): Converted to ...
9829         (do_test): ... this.
9830         (TEST_FUNCTION): New macro.
9831         Include test-skeleton.c.
9832         * sysdeps/x86_64/tst-audit6.c (main): Converted to ...
9833         (do_test): ... this.
9834         (TEST_FUNCTION): New macro.
9835         Include test-skeleton.c.
9837         * elf/tst-audit9.c (main): Converted to ...
9838         (do_test): ... this.
9839         (TEST_FUNCTION): New macro.
9840         Include test-skeleton.c.
9842 2015-07-15  Mike Frysinger  <vapier@gentoo.org>
9844         * timezone/tst-tzset.c (TIMEOUT): Define to 5.
9846 2015-07-15  Stefan Liebler  <stli@linux.vnet.ibm.com>
9848         * sysdeps/i386/i686/Makefile (test-xfail-tst-makecontext):
9849         New variable.
9851 2015-07-15  Stefan Liebler  <stli@linux.vnet.ibm.com>
9853         * sysdeps/s390/fpu/libm-test-ulps: Regenerated.
9855 2015-07-14  Roland McGrath  <roland@hack.frob.com>
9857         * sysdeps/generic/dl-fileid.h: New file.
9858         * sysdeps/posix/dl-fileid.h: New file.
9859         * sysdeps/nacl/dl-fileid.h: New file.
9860         * include/link.h: Include <dl-fileid.h>.
9861         (struct link_map): Replace l_dev and l_ino with l_file_id.
9862         * elf/dl-load.c (_dl_map_object_from_fd): Use _dl_get_file_id rather
9863         than __fxstat64.  Use _dl_file_id_match_p rather than comparing l_dev
9864         and l_ino directly.  Initialize l_file_id rather than l_dev and l_ino.
9866 2015-07-14  Siddhesh Poyarekar  <siddhesh@redhat.com>
9868         * stdlib/tst-tls-atexit.c (do_test): Fix typo.
9870 2015-07-14  Adhemerval Zanella  <adhemerval.zanella@linaro.org>
9872         * elf/Makefile [ifeq (yes,$(build-shared)) (tests)] (tst-nodelete):
9873         Add iff $CXX is set.
9874         [ifeq (yes,$(build-shared)) (modules-names)] (tst-nodelete-rtldmod):
9875         Likewise.
9876         (tst-nodelete-zmodiff): Likewise.
9877         * nptl/Makefile [[ifeq (,$(CXX))] (tests-unsupported)]: Add tst-once5.
9879 2015-07-14  Siddhesh Poyarekar  <siddhesh@redhat.com>
9881         * stdlib/tst-tls-atexit.c (load): Fix up whitespace.
9883 2015-07-13  Wilco Dijkstra  <wdijkstr@arm.com>
9885         * sysdeps/aarch64/fpu/math_private.h
9886         (define math_opt_barrier): Add AArch64 version.
9887         (math_force_eval): Likewise.
9889 2015-07-13  Wilco Dijkstra  <wdijkstr@arm.com>
9891         * sysdeps/aarch64/strlen.S (strlen): Optimize strlen.
9893 2015-07-11  H.J. Lu  <hongjiu.lu@intel.com>
9895         * stdio-common/tst-fmemopen2.c (do_test_without_buffer): Replace
9896         %ld with %jd and cast to intmax_t.
9897         (do_test_length_zero): Likewise.
9899 2015-07-10  Roland McGrath  <roland@hack.frob.com>
9901         * sysdeps/nacl/pthread_condattr_setclock.c: New file.
9903 2015-07-10  Chris Metcalf  <cmetcalf@ezchip.com>
9905         * sysdeps/tile/libm-test-ulps: Regenerated.
9907         * math/test-fenvinline.c (feenable_test) [FE_ALL_EXCEPT == 0]:
9908         Comment out the whole function, not just its body.
9910 2015-07-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
9912         * stdlib/tst-tls-atexit.c (load): Remove unnecessary mutex
9913         locks.
9915         * stdlib/tst-tls-atexit.c (load): Avoid boolean coercion.
9917 2015-07-10  Torvald Riegel  <triegel@redhat.com>
9919         * nptl/sem_waitcommon.c (__new_sem_wait_slow): Update comments.
9920         (sem_assume_only_signals_cause_futex_EINTR): Remove.
9922 2015-07-10  Torvald Riegel  <triegel@redhat.com>
9924         * sysdeps/nptl/futex-internal.h: New file.
9925         * sysdeps/nacl/futex-internal.h: New file.
9926         * sysdeps/unix/sysv/linux/futex-internal.h: New file.
9927         * nptl/allocatestack.c (setxid_mark_thread): Use futex wrappers with
9928         error checking.
9929         (setxid_unmark_thread): Likewise.
9930         (__nptl_setxid): Likewise.
9931         (__wait_lookup_done): Likewise.
9932         * nptl/cancellation.c (__pthread_disable_asynccancel): Likewise.
9933         * nptl/nptl-init.c (sighandler_setxid): Likewise.
9934         * nptl/pthread_create.c (START_THREAD_DEFN): Likewise.
9935         * nptl/pthread_once.c (clear_once_control): Likewise.
9936         (__pthread_once_slow): Likewise.
9937         * nptl/unregister-atfork.c (__unregister_atfork): Likewise.
9938         * sysdeps/nacl/exit-thread.h (__exit_thread): Likewise.
9939         * sysdeps/nptl/aio_misc.h (AIO_MISC_NOTIFY, AIO_MISC_WAIT): Likewise.
9940         * sysdeps/nptl/fork.c (__libc_fork): Likewise.
9941         * sysdeps/nptl/gai_misc.h (GAI_MISC_NOTIFY, GAI_MISC_WAIT): Likewise.
9942         * nptl/pthread_rwlock_rdlock.c (__pthread_rwlock_rdlock_slow):
9943         Likewise.
9944         (__pthread_rwlock_rdlock): Likewise.
9945         * nptl/pthread_rwlock_timedrdlock.c (pthread_rwlock_timedrdlock):
9946         Likewise.
9947         * nptl/pthread_rwlock_timedwrlock.c (pthread_rwlock_timedwrlock):
9948         Likewise.
9949         * nptl/pthread_rwlock_tryrdlock.c (__pthread_rwlock_tryrdlock):
9950         Likewise.
9951         * nptl/pthread_rwlock_unlock.c (__pthread_rwlock_unlock): Likewise.
9952         * nptl/pthread_rwlock_wrlock.c (__pthread_rwlock_wrlock_slow:
9953         Likewise.
9954         * nptl/pthread_rwlock_init (__pthread_rwlock_init): Remove
9955         __ASSUME_PRIVATE_FUTEX check.
9956         * nptl/pthread_rwlockattr_setpshared (pthread_rwlockattr_setpshared):
9957         Check that shared futexes are supported.
9958         * nptl/pthread_barrier_wait.c (pthread_barrier_wait): Use futex
9959         wrappers with error checking.
9960         * nptl/pthread_barrier_init.c (pthread_barrier_init): Add comments,
9961         remove attribute sanity check and __ASSUME_PRIVATE_FUTEX check.
9962         * nptl/pthread_barrierattr_setpshared.c
9963         (pthread_barrierattr_setpshared): Check that shared futexes are
9964         supported.
9965         * nptl/pthread_condattr_setpshared.c (pthread_condattr_setpshared):
9966         Likewise.
9967         * nptl/pthread_mutexattr_setpshared.c (pthread_mutexattr_setpshared):
9968         Likewise.
9969         * nptl/sem_init.c (futex_private_if_supported): Remove.
9970         (__new_sem_init): Adapt and check that shared futexes are supported.
9971         * nptl/sem_open.c (sem_open): Likewise.
9972         * nptl/sem_post.c (futex_wake): Remove.
9973         * nptl/sem_waitcommon.c (futex_abstimed_wait, futex_wake): Remove.
9974         (do_futex_wait): Use futex wrappers with error checking.
9975         * nptl/sem_wait.c: Include lowlevellock.h.
9976         * sysdeps/sparc/nptl/pthread_barrier_init.c (__pthread_barrier_init):
9977         Use futex_supports_pshared.
9978         * sysdeps/sparc/nptl/pthread_barrier_wait.c (pthread_barrier_wait):
9979         Use futex wrappers with error checking.
9980         * sysdeps/sparc/sparc32/pthread_barrier_wait.c (pthread_barrier_wait):
9981         Likewise.
9982         * sysdeps/sparc/sparc32/sem_init.c (futex_private_if_supported): Remove.
9983         * sysdeps/sparc/sparc32/sem_post.c (futex_wake): Likewise.
9984         * sysdeps/sparc/sparc32/sem_open.c (sem_open): Use FUTEX_SHARED.
9985         * sysdeps/sparc/sparc32/sem_waitcommon.c (futex_abstimed_wait): Remove.
9986         (futex_wake): Likewise.
9987         (sem_assume_only_signals_cause_futex_EINTR): Likewise.
9988         (do_futex_wait): Use futex wrappers with error checking.
9989         (__new_sem_wait_slow): Update EINTR handling.
9990         * sysdeps/sparc/sparc32/sem_wait.c: Include lowlevellock.h.
9992 2015-07-09  Martin Sebor  <msebor@redhat.com>
9994         [BZ #18435]
9995         * nptl/pthreadP.h (pthread_cleanup_push, pthread_cleanup_pop):
9996         Revert commit ed225df3ad9cbac3c22ec3f0fbbed1f9c61d1c54.
9997         * nptl/Makefile (test-xfail-tst-once5): Define.
9999 2015-07-09  Roland McGrath  <roland@hack.frob.com>
10001         * include/stdio.h: Add rtld_hidden_proto (__libc_fatal).
10002         * elf/dl-minimal.c: For readability, reorder some definitions and
10003         introduce more page breaks.  Include <stdio.h>.
10004         (__libc_fatal): New function.
10006         * include/unistd.h: Add rtld_hidden_proto for _exit.
10007         * posix/_exit.c: Add rtld_hidden_def.
10008         * sysdeps/mach/hurd/_exit.c: Likewise.
10009         * sysdeps/nacl/_exit.c: Likewise.
10010         * sysdeps/unix/sysv/linux/_exit.c: Likewise.
10011         * sysdeps/unix/sysv/linux/i386/_exit.S: Likewise.
10013 2015-07-09  H.J. Lu  <hongjiu.lu@intel.com>
10015         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_resolve): Improve
10016         bndmov encoding with zero displacement.
10018 2015-07-09  Igor Zamyatin  <igor.zamyatin@intel.com>
10019             H.J. Lu  <hongjiu.lu@intel.com>
10021         [BZ #18134]
10022         * sysdeps/i386/configure.ac: Set HAVE_MPX_SUPPORT.
10023         * sysdeps/i386/configure: Regenerated.
10024         * sysdeps/i386/dl-trampoline.S (PRESERVE_BND_REGS_PREFIX): New.
10025         (_dl_runtime_profile): Save and restore Intel MPX return bound
10026         registers when calling _dl_call_pltexit.  Add
10027         PRESERVE_BND_REGS_PREFIX before return.
10028         * sysdeps/i386/link-defines.sym (LRV_BND0_OFFSET): New.
10029         (LRV_BND1_OFFSET): Likewise.
10030         * sysdeps/x86/bits/link.h (La_i86_retval): Add lrv_bnd0 and
10031         lrv_bnd1.
10032         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Fix
10033         typo in bndmov encoding.
10034         * sysdeps/x86_64/dl-trampoline.h: Properly save and restore
10035         Intel MPX bound registers.  Add PRESERVE_BND_REGS_PREFIX before
10036         branch instructions to preserve bounds.
10038 2015-07-09  Adhemerval Zanella  <adhemerval.zanella@linaro.org>
10040         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libc-le.abilist
10041         [GLIBC_2.22]: Add fmemopen.
10043 2015-07-09  Samuel Thibault  <samuel.thibault@ens-lyon.org>
10045         * sysdeps/mach/hurd/mlock.c (mlock): When __get_privileged_ports
10046         returns an error, also try to use host port from __mach_host_self for
10047         the __vm_wire call.
10048         * sysdeps/mach/hurd/munlock.c (munlock): Likewise.
10050 2015-07-09  Szabolcs Nagy  <szabolcs.nagy@arm.com>
10052         [BZ #18400]
10053         [BZ #18648]
10054         * sysdeps/unix/sysv/linux/aarch64/sys/procfs.h (struct elf_prpsinfo):
10055         Fix pr_uid and pr_gid members.
10056         * sysdeps/unix/sysv/linux/aarch64/sys/ucontext.h (greg_t): Change the
10057         definition to elf_greg_t.
10059 2015-07-08  Roland McGrath  <roland@hack.frob.com>
10061         [BZ #18383]
10062         * sysdeps/arm/configure.ac (libc_cv_arm_tpoff_addend): New check.
10063         Emit test-xfail-tst-tlsalign{,-static}=yes if it fails.
10064         * sysdeps/arm/configure: Regenerated.
10065         * elf/Makefile (test-xfail-tst-tlsalign): Variable removed.
10066         (test-xfail-tst-tlsalign-static): Variable removed.
10068         * Makerules (do-install-so): Use $(LN_S) rather than explicit 'ln -s'.
10069         * elf/Makefile ($(objpfx)$(rtld-installed-name)): Use $(make-link)
10070         rather than explicit 'ln -s'.
10072         * resolv/rpc/netdb.h: New file.
10073         * resolv/Makefile [sunrpc not in $(subdirs)] (headers): Add it.
10075 2015-07-08  Adhemerval Zanella  <adhemerval.zanella@linaro.org>
10077         * stdio-common/tst-fmemopen2.c (do_test): Add test for NULL and zero
10078         length buffers.
10079         * stdio-common/tst-fmemopen.c (do_test): Refactor to use
10080         test-skeleton.c.
10082         [BZ #6544]
10083         [BZ #11216]
10084         [BZ #12836]
10085         [BZ #13151]
10086         [BZ #13152]
10087         [BZ #14292]
10088         * include/stdio.h (fmemopen): Remove hidden prototype.
10089         (__fmemopen): Add new hidden prototype.
10090         * libio/Makefile: Add oldfmemopen object.
10091         * libio/Versions [GLIBC_2.22]: Add new fmemopen symbol.
10092         * libio/fmemopen.c (__fmemopen): Function rewrite to be POSIX
10093         compliance.
10094         * libio/oldfmemopen.c: New file: old fmemopen implementation for
10095         symbol compatibility.
10096         * stdio-common/Makefile [tests]: Add new tst-fmemopen3.
10097         * stdio-common/psiginfo.c [psiginfo]: Call __fmemopen instead of
10098         fmemopen.
10099         * stdio-common/tst-fmemopen3.c: New file: more fmemopen tests, focus
10100         on append and read mode.
10101         * sysdeps/unix/sysv/linux/aarch64/libc.abilist [GLIBC_2.22]: Add
10102         fmemopen.
10103         * sysdeps/unix/sysv/linux/alpha/libc.abilist [GLIBC_2.22]: Likewise.
10104         * sysdeps/unix/sysv/linux/arm/libc.abilist [GLIBC_2.22]: Likewise.
10105         * sysdeps/unix/sysv/linux/i386/libc.abilist [GLIBC_2.22]: Likewise.
10106         * sysdeps/unix/sysv/linux/ia64/libc.abilist [GLIBC_2.22]:
10107         Likewise.
10108         * sysdeps/unix/sysv/linux/m68k/coldfire/libc.abilist
10109         [GLIBC_2.22]: Likewise.
10110         * sysdeps/unix/sysv/linux/m68k/m680x0/libc.abilist [GLIBC_2.22]:
10111         Likewise.
10112         * sysdeps/unix/sysv/linux/microblaze/libc.abilist [GLIBC_2.22]:
10113         Likewise.
10114         * sysdeps/unix/sysv/linux/mips/mips32/fpu/libc.abilist
10115         [GLIBC_2.22]: Likewise.
10116         * sysdeps/unix/sysv/linux/mips/mips32/nofpu/libc.abilist
10117         [GLIBC_2.22]: Likewise.
10118         * sysdeps/unix/sysv/linux/mips/mips64/n32/libc.abilist
10119         [GLIBC_2.22]: Likewise.
10120         * sysdeps/unix/sysv/linux/mips/mips64/n64/libc.abilist
10121         [GLIBC_2.22]: Likewise.
10122         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/libc.abilist
10123         [GLIBC_2.22]: Likewise.
10124         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/libc.abilist
10125         [GLIBC_2.22]: Likewise.
10126         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libc.abilist
10127         [GLIBC_2.22]: Likewise.
10128         * sysdeps/unix/sysv/linux/s390/s390-32/libc.abilist [GLIBC_2.22]:
10129         Likewise.
10130         * sysdeps/unix/sysv/linux/s390/s390-64/libc.abilist [GLIBC_2.22]:
10131         Likewise.
10132         * sysdeps/unix/sysv/linux/sh/libc.abilist [GLIBC_2.22]: Likewise.
10133         * sysdeps/unix/sysv/linux/sparc/sparc32/libc.abilist
10134         [GLIBC_2.22]: Likewise.
10135         * sysdeps/unix/sysv/linux/sparc/sparc64/libc.abilist
10136         [GLIBC_2.22]: Likewise.
10137         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libc.abilist
10138         [GLIBC_2.22]: Likewise.
10139         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libc.abilist
10140         [GLIBC_2.22]: Likewise.
10141         * sysdeps/unix/sysv/linux/tile/tilepro/libc.abilist [GLIBC_2.22]:
10142         Likewise.
10143         * sysdeps/unix/sysv/linux/x86_64/64/libc.abilist [GLIBC_2.22]:
10144         Likewise.
10145         * sysdeps/unix/sysv/linux/x86_64/x32/libc.abilist [GLIBC_2.22]:
10146         Likewise.
10147         * sysdeps/unix/sysv/linux/hppa/libc.abilist [GLIBC_2.22]: Likewise.
10148         * sysdeps/unix/sysv/linux/nios2/libc.abilist [GLIBC_2.22]: Likewise.
10150 2015-07-08  Carlos O'Donell  <carlos@redhat.com>
10152         [BZ #18643]
10153         * sysdeps/unix/sysv/linux/bits/in.h: Define IPV6_RECVPATHMTU,
10154         IPV6_PATHMTU, and IPV6_DONTFRAG.
10156 2015-07-08  Feng Gao  <gfree.wind@gmail.com>
10158         * libio/fileops.c: Use "|" instead of "+" when combine _IO_LINE_BUF
10159         and _IO_UNBUFFERED.
10160         * libio/oldfileops.c: Likewise.
10161         * libio/wfileops.c: Likewise.
10163 2015-07-08  Mike Frysinger  <vapier@gentoo.org>
10165         * nscd/selinux.c: Delete selinux/flask.h include.
10167 2015-07-08  Mike Frysinger  <vapier@gentoo.org>
10169         [BZ #18641]
10170         * pwd/pwd.h (fgetpwent): Add __nonnull markings.
10171         (putpwent): Likewise.
10172         (getpwnam): Likewise.
10173         (getpwent_r): Likewise.
10174         (getpwuid_r): Likewise.
10175         (getpwnam_r): Likewise.
10176         (fgetpwent_r): Likewise.
10178 2015-07-08  Carlos O'Donell  <carlos@redhat.com>
10180         [BZ #18557]
10181         * inet/rcmd.c (__validuser2_sa): Check user first to
10182         short-circuit host check.
10184 2015-07-07  Pavel Kopyl  <p.kopyl@samsung.com>
10185             Mikhail Ilin  <m.ilin@samsung.com>
10187         [BZ #17833]
10188         * elf/Makefile (tests): Add tst-nodelete.
10189         (modules-names): Add tst-nodelete-uniquemod.
10190         (tst-nodelete-uniquemod.so-no-z-defs): New.
10191         (tst-nodelete-rtldmod.so-no-z-defs): Likewise.
10192         (tst-nodelete-zmod.so-no-z-defs): Likewise.
10193         ($(objpfx)tst-nodelete): Likewise.
10194         ($(objpfx)tst-nodelete.out): Likewise.
10195         (LDFLAGS-tst-nodelete): Likewise.
10196         (LDFLAGS-tst-nodelete-zmod.so): Likewise.
10197         * elf/dl-close.c (_dl_close_worker): Add a parameter to
10198         implement forced object deletion.
10199         (_dl_close): Pass false to _dl_close_worker.
10200         * elf/dl-open.c (_dl_open): Pass true to _dl_close_worker.
10201         * elf/tst-nodelete.cc: New file.
10202         * elf/tst-nodeletelib.cc: Likewise.
10203         * elf/tst-znodeletelib.cc: Likewise.
10204         * include/dlfcn.h (_dl_close_worker): Add a new parameter.
10206 2015-07-07  Stefan Liebler  <stli@linux.vnet.ibm.com>
10208         [BZ #18508]
10209         * stdlib/Makefile ($(objpfx)tst-makecontext3):
10210         Depend on $(libdl).
10211         * stdlib/tst-makecontext.c (cf): Test if _Unwind_Backtrace
10212         is not called infinitely times.
10213         (backtrace_helper): New function.
10214         (trace_arg): New struct.
10215         (st1): Enlarge stack size.
10216         * sysdeps/unix/sysv/linux/s390/s390-32/__makecontext_ret.S:
10217         (__makecontext_ret): Omit cfi_startproc and cfi_endproc.
10218         * sysdeps/unix/sysv/linux/s390/s390-64/__makecontext_ret.S:
10219         Likewise.
10221 2015-07-07  Stefan Liebler  <stli@linux.vnet.ibm.com>
10223         * sysdeps/s390/fpu/libm-test-ulps: Regenerated.
10225 2015-07-07  Stefan Liebler  <stli@linux.vnet.ibm.com>
10227         * sysdeps/unix/sysv/linux/s390/bits/sem.h:
10228         Include sys/types.h instead of bits/types.h.
10229         Remove inclusion of bits/wordsize.h.
10231 2015-07-07  H.J. Lu  <hongjiu.lu@intel.com>
10233         * sysdeps/x86_64/tst-auditmod10b.c (la_symbind32): New.
10234         * sysdeps/x86_64/tst-auditmod4b.c (la_symbind32): Likewise.
10235         * sysdeps/x86_64/tst-auditmod5b.c (la_symbind32): Likewise.
10236         * sysdeps/x86_64/tst-auditmod6b.c (la_symbind32): Likewise.
10237         * sysdeps/x86_64/tst-auditmod6c.c (la_symbind32): Likewise.
10238         * sysdeps/x86_64/tst-auditmod7b.c (la_symbind32): Likewise.
10240 2015-07-07  H.J. Lu  <hongjiu.lu@intel.com>
10242         * sysdeps/i386/Makefile (gen-as-const-headers)[elf]: Add
10243         link-defines.sym.
10244         * sysdeps/i386/dl-trampoline.S: Include <link-defines.h>.
10245         (_dl_runtime_profile): Use LONG_DOUBLE_SIZE, LRV_SIZE,
10246         LRV_EAX_OFFSET, LRV_EDX_OFFSET, LRV_ST0_OFFSET, LRV_ST1_OFFSET
10247         and LR_SIZE.
10248         * sysdeps/i386/link-defines.sym: New file.
10250 2015-07-07  H.J. Lu  <hongjiu.lu@intel.com>
10252         * sysdeps/i386/Makefile (tests)[elf]: Add tst-audit3.
10253         (modules-names): Add tst-auditmod3a tst-auditmod3b.
10254         ($(objpfx)tst-audit3): New rule.
10255         ($(objpfx)tst-audit3.out): Likewise.
10256         * sysdeps/i386/tst-audit3.c: New file.
10257         * sysdeps/i386/tst-audit3.h: Likewise.
10258         * sysdeps/i386/tst-auditmod3a.c: Likewise.
10259         * sysdeps/i386/tst-auditmod3b.c: Likewise.
10261 2015-07-07  Torvald Riegel  <triegel@redhat.com>
10263         [BZ #18633]
10264         * sysdeps/x86/bits/string.h (__memmove_g): Do not create invalid
10265         pointer in C code.
10266         (__strcat_c): Likewise.
10267         (__strcat_g): Likewise.
10269 2015-07-07  Cyril Hrubis <chrubis@suse.cz>
10271         [BZ #18592]
10272         * misc/sbrk.c: Set errno to ENOMEM on overflow.
10274 2015-07-06  Wilco Dijkstra  <wdijkstr@arm.com>
10276         * sysdeps/aarch64/fpu/math_private.h (__ieee754_sqrt):
10277         New function.  (__ieee754_sqrtf): New function.
10278         * sysdeps/aarch64/fpu/e_sqrt.c (__ieee754_sqrt):
10279         New function.
10280         * sysdeps/aarch64/fpu/e_sqrtf.c (__ieee754_sqrtf):
10281         New function.
10283 2015-07-06  Wilco Dijkstra  <wdijkstr@arm.com>
10285         * sysdeps/ieee754/support.c: Remove unused file.
10287 2015-07-06  Szabolcs Nagy  <szabolcs.nagy@arm.com>
10289         * sysdeps/unix/sysv/linux/aarch64/getcontext.S (__getcontext): Use q
10290         registers instead of d ones so the layout is kernel abi compatible.
10291         * sysdeps/unix/sysv/linux/aarch64/setcontext.S (__setcontext): Likewise.
10292         * sysdeps/unix/sysv/linux/aarch64/swapcontext.S (__swapcontext):
10293         Likewise.
10295 2015-07-02  Szabolcs Nagy  <szabolcs.nagy@arm.com>
10297         * sysdeps/aarch64/libm-test-ulps: Regenerated.
10299 2015-07-01  Joseph Myers  <joseph@codesourcery.com>
10301         [BZ #18619]
10302         * sysdeps/ieee754/ldbl-128/s_expm1l.c (__expm1l): Force underflow
10303         and return argument in case of subnormal argument.
10305 2015-07-01  Martin Sebor  <msebor@redhat.com>
10307         [BZ #18435]
10308         * nptl/Makefile: Add tst-once5.cc.
10309         * nptl/pthreadP.h (pthread_cleanup_push, pthread_cleanup_pop):
10310         Remove macro redefinitions.
10311         * nptl/tst-once5.cc: New test.
10313 2015-07-01  Joseph Myers  <joseph@codesourcery.com>
10315         * sysdeps/powerpc/nofpu/libm-test-ulps: Regenerated.
10317         * sysdeps/arm/libm-test-ulps: Regenerated.
10319         * sysdeps/mips/mips32/libm-test-ulps: Regenerated.
10320         * sysdeps/mips/mips64/libm-test-ulps: Likewise.
10322 2015-06-30  Torvald Riegel  <triegel@redhat.com>
10324         * nptl/DESIGN-systemtap-probes.txt: Remove lll_lock_wait,
10325         lll_lock_wait_private and lll_futex_wake probes.
10327         * sysdeps/unix/sysv/linux/i386/lowlevellock.h (BUSY_WAIT_NOP): Remove.
10328         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h (BUSY_WAIT_NOP):
10329         Likewise.
10330         * sysdeps/i386/i486/bits/atomic.h (atomic_delay): Rename to
10331         atomic_spin_nop.
10332         * sysdeps/x86_64/bits/atomic.h: Likewise.
10333         * sysdeps/unix/sysv/linux/sparc/lowlevellock.h (BUSY_WAIT_NOP): Rename
10334         to atomic_spin_nop and move ...
10335         * sysdeps/sparc/sparc32/sparcv9/bits/atomic.h (atomic_spin_nop):
10336         ... here and ...
10337         * sysdeps/sparc/sparc64/bits/atomic.h: ... here.
10338         * nptl/pthread_mutex_lock.c (__pthread_mutex_lock): Use
10339         atomic_spin_nop instead of BUSY_WAIT_NOP.
10340         * nptl/pthread_mutex_timedlock.c (__pthread_mutex_timedlock):
10341         Likewise.
10342         * sysdeps/nacl/lll_timedwait_tid.c (__lll_timedwait_tid): Likewise.
10343         * sysdeps/nacl/lowlevellock.h (BUSY_WAIT_NOP): Remove.
10344         (lll_wait_tid): Use atomic_spin_nop instead of BUSY_WAIT_NOP.
10345         * nscd/nscd-client.h (__nscd_acquire_maplock): Use atomic_spin_nop
10346         instead of atomic_delay.
10348 2015-06-29  Joseph Myers  <joseph@codesourcery.com>
10350         [BZ #18613]
10351         * sysdeps/ieee754/dbl-64/e_gamma_r.c (gamma_positive): Take log of
10352         X_ADJ not X when adjusting exponent.
10353         (__ieee754_gamma_r): Do intermediate computations in
10354         round-to-nearest then adjust overflowing and underflowing results
10355         as needed.
10356         * sysdeps/ieee754/flt-32/e_gammaf_r.c (gammaf_positive): Take log
10357         of X_ADJ not X when adjusting exponent.
10358         (__ieee754_gammaf_r): Do intermediate computations in
10359         round-to-nearest then adjust overflowing and underflowing results
10360         as needed.
10361         * sysdeps/ieee754/ldbl-128/e_gammal_r.c (gammal_positive): Take
10362         log of X_ADJ not X when adjusting exponent.
10363         (__ieee754_gammal_r): Do intermediate computations in
10364         round-to-nearest then adjust overflowing and underflowing results
10365         as needed.  Use 1.0L not 1.0f as numerator of division.
10366         * sysdeps/ieee754/ldbl-128ibm/e_gammal_r.c (gammal_positive): Take
10367         log of X_ADJ not X when adjusting exponent.
10368         (__ieee754_gammal_r): Do intermediate computations in
10369         round-to-nearest then adjust overflowing and underflowing results
10370         as needed.  Use 1.0L not 1.0f as numerator of division.
10371         * sysdeps/ieee754/ldbl-96/e_gammal_r.c (gammal_positive): Take log
10372         of X_ADJ not X when adjusting exponent.
10373         (__ieee754_gammal_r): Do intermediate computations in
10374         round-to-nearest then adjust overflowing and underflowing results
10375         as needed.  Use 1.0L not 1.0f as numerator of division.
10376         * math/libm-test.inc (tgamma_test_data): Remove one test.  Moved
10377         to auto-libm-test-in.
10378         (tgamma_test): Use ALL_RM_TEST.
10379         * math/auto-libm-test-in: Add one test of tgamma.  Mark some other
10380         tests of tgamma with spurious-overflow.
10381         * math/auto-libm-test-out: Regenerated.
10382         * math/gen-libm-have-vector-test.sh: Do not check for START.
10383         * sysdeps/i386/fpu/libm-test-ulps: Update.
10384         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
10386         [BZ #18612]
10387         * sysdeps/ieee754/ldbl-128/e_j1l.c (__ieee754_j1l): For small
10388         arguments, just return 0.5 times the argument, with underflow
10389         forced as needed.
10390         * math/auto-libm-test-in: Add more tests of j1.
10391         * math/auto-libm-test-out: Regenerated.
10393         [BZ #16559]
10394         * sysdeps/ieee754/dbl-64/e_j1.c: Include <float.h>.
10395         (__ieee754_j1): Force underflow exception for small results.
10396         * sysdeps/ieee754/dbl-64/e_jn.c (__ieee754_jn): Likewise.
10397         * sysdeps/ieee754/flt-32/e_j1f.c: Include <float.h>.
10398         (__ieee754_j1f): Force underflow exception for small results.
10399         * sysdeps/ieee754/flt-32/e_jnf.c (__ieee754_jnf): Likewise.
10400         * sysdeps/ieee754/ldbl-128/e_jnl.c (__ieee754_jnl): Likewise.
10401         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c (__ieee754_jnl): Likewise.
10402         * sysdeps/ieee754/ldbl-96/e_j1l.c: Include <float.h>.
10403         (__ieee754_j1l): Force underflow exception for small results.
10404         * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_jnl): Likewise.
10405         * math/auto-libm-test-in: Add more tests of j1 and jn.
10406         * math/auto-libm-test-out: Regenerated.
10408         * sysdeps/unix/sysv/linux/bits/in.h (IP_CHECKSUM): New macro.
10409         * sysdeps/unix/sysv/linux/bits/socket.h (PF_IB): Likewise.
10410         (PF_MPLS): Likewise.
10411         (AF_IB): Likewise.
10412         (AF_MPLS): Likewise.
10413         * sysdeps/unix/sysv/linux/sys/mount.h (MS_LAZYTIME): New enum
10414         value and macro.
10415         (MS_RMT_MASK): Include MS_LAZYTIME.
10417 2015-06-26  Mel Gorman  <mgorman@suse.de>
10419         [BZ #18502]
10420         * malloc/arena.c (heap_trim): Don't try to shrink a heap that is
10421         already minimal.
10423 2015-06-26  Matthew Fortune  <matthew.fortune@imgtec.com>
10425         * elf/elf.h (DT_MIPS_RLD_MAP_REL): New macro.
10426         (DT_MIPS_NUM): Update.
10427         * sysdeps/mips/dl-machine.h (ELF_MACHINE_DEBUG_SETUP): Handle
10428         DT_MIPS_RLD_MAP_REL.
10430 2015-06-25  Joseph Myers  <joseph@codesourcery.com>
10432         [BZ #16559]
10433         [BZ #18602]
10434         * sysdeps/ieee754/dbl-64/e_jn.c (__ieee754_jn): Set
10435         round-to-nearest internally then recompute results that
10436         underflowed to zero in the original rounding mode.
10437         * sysdeps/ieee754/flt-32/e_jnf.c (__ieee754_jnf): Likewise.
10438         * sysdeps/ieee754/ldbl-128/e_jnl.c (__ieee754_jnl): Likewise.
10439         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c (__ieee754_jnl): Likewise.
10440         * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_jnl): Likewise
10441         * math/libm-test.inc (jn_test): Use ALL_RM_TEST.
10442         * sysdeps/i386/fpu/libm-test-ulps: Update.
10443         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
10445 2015-06-25  Andrew Senkevich  <andrew.senkevich@intel.com>
10447         * NEWS: Fixed description of link with vector math library.
10449 2015-06-25  Andreas Schwab  <schwab@suse.de>
10451         [BZ #18549]
10452         * libio/fmemopen.c (fmemopen_write): Fix bounds check for ENOSPC.
10453         * libio/test-fmemopen.c (do_test): Add test for it.
10455 2015-06-25  H.J. Lu  <hongjiu.lu@intel.com>
10457         [BZ #17841]
10458         * Makeconfig (no-pie-ldflag): New.
10459         (+link): Set to $(+link-pie) if default to PIE.
10460         (+link-tests): Set to $(+link-pie-tests) if default to PIE.
10461         * config.make.in (build-pie-default): New.
10462         * configure.ac (libc_cv_pie_default): New.  Set to yes if -fPIE
10463         is default.  AC_SUBST.
10464         * configure: Regenerated.
10465         * elf/Makefile (LDFLAGS-tst-dlopen-aout): New.
10467 2015-06-24  Roland McGrath  <roland@hack.frob.com>
10469         * nptl/descr.h (struct pthread): Change type of field setxid_futex
10470         to 'unsigned int'.
10472         * resolv/gai_misc.h (struct waitlist): Change type of field
10473         counterp to 'volatile unsigned int *'.
10474         * sysdeps/nptl/gai_misc.h (GAI_MISC_WAIT): Use unsigned types for
10475         FUTEXADDR and OLDVAL.
10476         * resolv/getaddrinfo_a.c (getaddrinfo_a):
10477         Give local variable TOTAL type 'volatile unsigned int'.
10478         (struct async_waitlist): Change type of field counter to 'unsigned int'.
10479         * resolv/gai_suspend.c (gai_suspend):
10480         Give local variable CNTR type 'unsigned int'.
10482         * sysdeps/pthread/aio_misc.h (struct waitlist): Change type of field
10483         counterp to 'volatile unsigned int *'.
10484         * sysdeps/pthread/aio_suspend.c [DONT_NEED_AIO_MISC_COND]
10485         (do_aio_misc_wait): Give argument CNTR type 'unsigned int *'.
10486         (aio_suspend): Give local variable CNTR type 'unsigned int'.
10487         * sysdeps/pthread/lio_listio.c (lio_listio_internal):
10488         Give local variable TOTAL type 'volatile unsigned int'.
10489         (struct async_waitlist): Change type of field counter to 'unsigned int'.
10491 2015-06-24  H.J. Lu  <hongjiu.lu@intel.com>
10493         [BZ #18383]
10494         * csu/libc-tls.c (__libc_setup_tls) [TLS_TCB_AT_TP]: Align
10495         TCB_OFFSET to MAX_ALIGN, not just TCBALIGN.  Add comment.
10496         * elf/Makefile (test-xfail-tst-tlsalign{,-static}): Remove
10497         comment for i386/x86-64.
10498         (test-xfail-tst-tlsalign-extern-static): Removed.
10500 2015-06-24  Joseph Myers  <joseph@codesourcery.com>
10502         * math/test-double.h: New file.
10503         * math/test-float.h: Likewise.
10504         * math/test-ldouble.h: Likewise.
10505         * math/test-math-inline.h: Likewise.
10506         * math/test-math-no-inline.h: Likewise.
10507         * math/test-math-scalar.h: Likewise.
10508         * math/test-math-vector.h: Likewise.
10509         * math/test-vec-loop.h: Remove file.  Contents moved into
10510         test-math-vector.h.
10511         * math/libm-test.inc (MATHCONST): Do not document macro.
10512         * math/test-double.c: Include test-double.h, test-math-no-inline.h
10513         and test-math-scalar.h.
10514         (FUNC): Remove macro.
10515         (FUNC_TEST): Likewise.
10516         (FLOAT): Likewise.
10517         (MATHCONST): Likewise.
10518         (PRINTF_EXPR): Likewise.
10519         (PRINTF_XEXPR): Likewise.
10520         (PRINTF_NEXPR): Likewise.
10521         (TEST_DOUBLE): Likewise.
10522         (TEST_MATHVEC): Likewise.
10523         (__NO_MATH_INLINES): Likewise.
10524         * math/test-float.c: Include test-float.h, test-math-no-inline.h
10525         and test-math-scalar.h.
10526         (FUNC): Remove macro.
10527         (FUNC_TEST): Likewise.
10528         (FLOAT): Likewise.
10529         (MATHCONST): Likewise.
10530         (PRINTF_EXPR): Likewise.
10531         (PRINTF_XEXPR): Likewise.
10532         (PRINTF_NEXPR): Likewise.
10533         (TEST_FLOAT): Likewise.
10534         (TEST_MATHVEC): Likewise.
10535         (__NO_MATH_INLINES): Likewise.
10536         * math/test-idouble.c: Include test-double.h, test-math-inline.h
10537         and test-math-scalar.h.
10538         (FUNC): Remove macro.
10539         (FUNC_TEST): Likewise.
10540         (FLOAT): Likewise.
10541         (MATHCONST): Likewise.
10542         (PRINTF_EXPR): Likewise.
10543         (PRINTF_XEXPR): Likewise.
10544         (PRINTF_NEXPR): Likewise.
10545         (TEST_DOUBLE): Likewise.
10546         (TEST_MATHVEC): Likewise.
10547         (TEST_INLINE): Likewise.
10548         (__NO_MATH_INLINES): Likewise.
10549         * math/test-ifloat.c: Include test-float.h, test-math-inline.h and
10550         test-math-scalar.h.
10551         (FUNC): Remove macro.
10552         (FUNC_TEST): Likewise.
10553         (FLOAT): Likewise.
10554         (MATHCONST): Likewise.
10555         (PRINTF_EXPR): Likewise.
10556         (PRINTF_XEXPR): Likewise.
10557         (PRINTF_NEXPR): Likewise.
10558         (TEST_FLOAT): Likewise.
10559         (TEST_MATHVEC): Likewise.
10560         (TEST_INLINE): Likewise.
10561         (__NO_MATH_INLINES): Likewise.
10562         * math/test-ildoubl.c: Include test-ldouble.h, test-math-inline.h
10563         and test-math-scalar.h.
10564         (FUNC): Remove macro.
10565         (FUNC_TEST): Likewise.
10566         (FLOAT): Likewise.
10567         (MATHCONST): Likewise.
10568         (PRINTF_EXPR): Likewise.
10569         (PRINTF_XEXPR): Likewise.
10570         (PRINTF_NEXPR): Likewise.
10571         (TEST_LDOUBLE): Likewise.
10572         (TEST_MATHVEC): Likewise.
10573         (TEST_INLINE): Likewise.
10574         (__NO_MATH_INLINES): Likewise.
10575         * math/test-ldouble.c: Include test-ldouble.h,
10576         test-math-no-inline.h and test-math-scalar.h.
10577         (FUNC): Remove macro.
10578         (FUNC_TEST): Likewise.
10579         (FLOAT): Likewise.
10580         (MATHCONST): Likewise.
10581         (PRINTF_EXPR): Likewise.
10582         (PRINTF_XEXPR): Likewise.
10583         (PRINTF_NEXPR): Likewise.
10584         (TEST_LDOUBLE): Likewise.
10585         (TEST_MATHVEC): Likewise.
10586         (__NO_MATH_INLINES): Likewise.
10587         * math/test-double-vlen2.h: Include test-double.h,
10588         test-math-no-inline.h and test-math-vector.h.
10589         (FLOAT): Remove macro.
10590         (FUNC): Likewise.
10591         (MATHCONST): Likewise.
10592         (PRINTF_EXPR): Likewise.
10593         (PRINTF_XEXPR): Likewise.
10594         (PRINTF_NEXPR): Likewise.
10595         (TEST_DOUBLE): Likewise.
10596         (TEST_MATHVEC): Likewise.
10597         (__NO_MATH_INLINES): Likewise.
10598         (CNCT): Likewise.
10599         (CONCAT): Likewise.
10600         (WRAPPER_NAME): Likewise.
10601         (WRAPPER_DECL): Likewise.
10602         (WRAPPER_DECL_ff): Likewise.
10603         (WRAPPER_DECL_fFF): Likewise.
10604         (VECTOR_WRAPPER): Likewise.
10605         (VECTOR_WRAPPER_ff): Likewise.
10606         (VECTOR_WRAPPER_fFF): Likewise.
10607         (VEC_LEN): New macro.
10608         * math/test-double-vlen4.h: Include test-double.h,
10609         test-math-no-inline.h and test-math-vector.h.
10610         (FLOAT): Remove macro.
10611         (FUNC): Likewise.
10612         (MATHCONST): Likewise.
10613         (PRINTF_EXPR): Likewise.
10614         (PRINTF_XEXPR): Likewise.
10615         (PRINTF_NEXPR): Likewise.
10616         (TEST_DOUBLE): Likewise.
10617         (TEST_MATHVEC): Likewise.
10618         (__NO_MATH_INLINES): Likewise.
10619         (CNCT): Likewise.
10620         (CONCAT): Likewise.
10621         (WRAPPER_NAME): Likewise.
10622         (WRAPPER_DECL): Likewise.
10623         (WRAPPER_DECL_ff): Likewise.
10624         (WRAPPER_DECL_fFF): Likewise.
10625         (VECTOR_WRAPPER): Likewise.
10626         (VECTOR_WRAPPER_ff): Likewise.
10627         (VECTOR_WRAPPER_fFF): Likewise.
10628         (VEC_LEN): New macro.
10629         * math/test-double-vlen8.h: Include test-double.h,
10630         test-math-no-inline.h and test-math-vector.h.
10631         (FLOAT): Remove macro.
10632         (FUNC): Likewise.
10633         (MATHCONST): Likewise.
10634         (PRINTF_EXPR): Likewise.
10635         (PRINTF_XEXPR): Likewise.
10636         (PRINTF_NEXPR): Likewise.
10637         (TEST_DOUBLE): Likewise.
10638         (TEST_MATHVEC): Likewise.
10639         (__NO_MATH_INLINES): Likewise.
10640         (CNCT): Likewise.
10641         (CONCAT): Likewise.
10642         (WRAPPER_NAME): Likewise.
10643         (WRAPPER_DECL): Likewise.
10644         (WRAPPER_DECL_ff): Likewise.
10645         (WRAPPER_DECL_fFF): Likewise.
10646         (VECTOR_WRAPPER): Likewise.
10647         (VECTOR_WRAPPER_ff): Likewise.
10648         (VECTOR_WRAPPER_fFF): Likewise.
10649         (VEC_LEN): New macro.
10650         * math/test-float-vlen4.h: Include test-float.h,
10651         test-math-no-inline.h and test-math-vector.h.
10652         (FLOAT): Remove macro.
10653         (FUNC): Likewise.
10654         (MATHCONST): Likewise.
10655         (PRINTF_EXPR): Likewise.
10656         (PRINTF_XEXPR): Likewise.
10657         (PRINTF_NEXPR): Likewise.
10658         (TEST_FLOAT): Likewise.
10659         (TEST_MATHVEC): Likewise.
10660         (__NO_MATH_INLINES): Likewise.
10661         (CNCT): Likewise.
10662         (CONCAT): Likewise.
10663         (WRAPPER_NAME): Likewise.
10664         (WRAPPER_DECL): Likewise.
10665         (WRAPPER_DECL_ff): Likewise.
10666         (WRAPPER_DECL_fFF): Likewise.
10667         (VECTOR_WRAPPER): Likewise.
10668         (VECTOR_WRAPPER_ff): Likewise.
10669         (VECTOR_WRAPPER_fFF): Likewise.
10670         (VEC_LEN): New macro.
10671         * math/test-float-vlen8.h: Include test-float.h,
10672         test-math-no-inline.h and test-math-vector.h.
10673         (FLOAT): Remove macro.
10674         (FUNC): Likewise.
10675         (MATHCONST): Likewise.
10676         (PRINTF_EXPR): Likewise.
10677         (PRINTF_XEXPR): Likewise.
10678         (PRINTF_NEXPR): Likewise.
10679         (TEST_FLOAT): Likewise.
10680         (TEST_MATHVEC): Likewise.
10681         (__NO_MATH_INLINES): Likewise.
10682         (CNCT): Likewise.
10683         (CONCAT): Likewise.
10684         (WRAPPER_NAME): Likewise.
10685         (WRAPPER_DECL): Likewise.
10686         (WRAPPER_DECL_ff): Likewise.
10687         (WRAPPER_DECL_fFF): Likewise.
10688         (VECTOR_WRAPPER): Likewise.
10689         (VECTOR_WRAPPER_ff): Likewise.
10690         (VECTOR_WRAPPER_fFF): Likewise.
10691         (VEC_LEN): New macro.
10692         * math/test-float-vlen16.h: Include test-float.h,
10693         test-math-no-inline.h and test-math-vector.h.
10694         (FLOAT): Remove macro.
10695         (FUNC): Likewise.
10696         (MATHCONST): Likewise.
10697         (PRINTF_EXPR): Likewise.
10698         (PRINTF_XEXPR): Likewise.
10699         (PRINTF_NEXPR): Likewise.
10700         (TEST_FLOAT): Likewise.
10701         (TEST_MATHVEC): Likewise.
10702         (__NO_MATH_INLINES): Likewise.
10703         (CNCT): Likewise.
10704         (CONCAT): Likewise.
10705         (WRAPPER_NAME): Likewise.
10706         (WRAPPER_DECL): Likewise.
10707         (WRAPPER_DECL_ff): Likewise.
10708         (WRAPPER_DECL_fFF): Likewise.
10709         (VECTOR_WRAPPER): Likewise.
10710         (VECTOR_WRAPPER_ff): Likewise.
10711         (VECTOR_WRAPPER_fFF): Likewise.
10712         (VEC_LEN): New macro.
10713         * sysdeps/x86_64/fpu/test-double-vlen2-wrappers.c: Do not include
10714         test-vec-loop.h.
10715         * sysdeps/x86_64/fpu/test-double-vlen4-wrappers.c: Likewise.
10716         * sysdeps/x86_64/fpu/test-double-vlen4-avx2-wrappers.c: Likewise.
10717         * sysdeps/x86_64/fpu/test-double-vlen8-wrappers.c: Likewise.
10718         * sysdeps/x86_64/fpu/test-float-vlen4-wrappers.c: Likewise.
10719         * sysdeps/x86_64/fpu/test-float-vlen8-wrappers.c: Likewise.
10720         * sysdeps/x86_64/fpu/test-float-vlen8-avx2-wrappers.c: Likewise.
10721         * sysdeps/x86_64/fpu/test-float-vlen16-wrappers.c: Likewise.
10723 2015-06-24  Roland McGrath  <roland@hack.frob.com>
10725         * sysdeps/nacl/glob.c (getlogin_r): Macro renamed to ...
10726         (__getlogin_r): ... this.
10728 2015-06-24  Joseph Myers  <joseph@codesourcery.com>
10730         [BZ #18594]
10731         * math/s_ccosh.c (__ccosh): Compare with least normal value
10732         instead of comparing class with FP_SUBNORMAL.
10733         * math/s_ccoshf.c (__ccoshf): Likewise.
10734         * math/s_ccoshl.c (__ccoshl): Likewise.
10735         * math/s_cexp.c (__cexp): Likewise.
10736         * math/s_cexpf.c (__cexpf): Likewise.
10737         * math/s_cexpl.c (__cexpl): Likewise.
10738         * math/s_csin.c (__csin): Likewise.
10739         * math/s_csinf.c (__csinf): Likewise.
10740         * math/s_csinh.c (__csinh): Likewise.
10741         * math/s_csinhf.c (__csinhf): Likewise.
10742         * math/s_csinhl.c (__csinhl): Likewise.
10743         * math/s_csinl.c (__csinl): Likewise.
10744         * math/s_ctan.c (__ctan): Likewise.
10745         * math/s_ctanf.c (__ctanf): Likewise.
10746         * math/s_ctanh.c (__ctanh): Likewise.
10747         * math/s_ctanhf.c (__ctanhf): Likewise.
10748         * math/s_ctanhl.c (__ctanhl): Likewise.
10749         * math/s_ctanl.c (__ctanl): Likewise.
10750         * math/auto-libm-test-in: Add more tests of ccos, ccosh, cexp,
10751         csin, csinh, ctan and ctanh.
10752         * math/auto-libm-test-out: Regenerated.
10753         * math/libm-test.inc (cexp_test): Use ALL_RM_TEST.
10754         * sysdeps/i386/fpu/libm-test-ulps: Update.
10755         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
10757 2015-06-24  Roland McGrath  <roland@hack.frob.com>
10759         * sysdeps/unix/sysv/linux/tst-getcpu.c (do_test): When sched_getcpu
10760         return value is wrong, print the expected value too.
10762 2015-06-24  H.J. Lu  <hongjiu.lu@intel.com>
10764         [BZ #18585]
10765         * elf/readlib.c (is_gdb_python_file): New.
10766         (process_file): Don't issue errors on filenames with -gdb.py
10767         suffix.
10769 2015-06-24  Joseph Myers  <joseph@codesourcery.com>
10771         * math/auto-libm-test-in: Add more tests of csin and csinh.
10772         * math/auto-libm-test-out: Regenerated.
10773         * math/libm-test.inc (csin_test_data): Remove tests moved to
10774         auto-libm-test-in.
10775         (csinh_test_data): Likewise.
10777         [BZ #18593]
10778         * math/s_csin.c (__csin): Negate before rather than after possibly
10779         overflowing multiplication.
10780         * math/s_csinf.c (__csinf): Likewise.
10781         * math/s_csinh.c (__csinh): Likewise.
10782         * math/s_csinhf.c (__csinhf): Likewise.
10783         * math/s_csinhl.c (__csinhl): Likewise.
10784         * math/s_csinl.c (__csinl): Likewise.
10785         * math/auto-libm-test-in: Add some tests of csin and csinh.
10786         * math/auto-libm-test-out: Regenerated.
10787         * math/libm-test.inc (csin_test_data): Use AUTO_TESTS_c_c.
10788         (csinh_test_data): Likewise.
10789         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
10791         [BZ #18586]
10792         * sysdeps/ieee754/ldbl-128/e_expl.c (__ieee754_expl): Force
10793         underflow exception for small results.
10795 2015-06-24  Andrew Senkevich  <andrew.senkevich@intel.com>
10797         * sysdeps/x86_64/fpu/Makefile (libmvec-support): Fixed files list.
10798         * sysdeps/x86_64/fpu/multiarch/svml_s_cosf4_core_sse4.S: Renamed
10799         variable and included header.
10800         * sysdeps/x86_64/fpu/multiarch/svml_s_cosf8_core_avx2.S: Likewise.
10801         * sysdeps/x86_64/fpu/multiarch/svml_s_cosf16_core_avx512.S: Likewise.
10802         * sysdeps/x86_64/fpu/multiarch/svml_s_sinf4_core_sse4.S: Likewise.
10803         * sysdeps/x86_64/fpu/multiarch/svml_s_sinf8_core_avx2.S: Likewise.
10804         * sysdeps/x86_64/fpu/multiarch/svml_s_sinf16_core_avx512.S: Likewise.
10805         * sysdeps/x86_64/fpu/multiarch/svml_s_sincosf4_core_sse4.S: Likewise.
10806         * sysdeps/x86_64/fpu/multiarch/svml_s_sincosf8_core_avx2.S: Likewise.
10807         * sysdeps/x86_64/fpu/multiarch/svml_s_sincosf16_core_avx512.S: Likewise.
10808         * sysdeps/x86_64/fpu/svml_s_trig_data.S: New file.
10809         * sysdeps/x86_64/fpu/svml_s_trig_data.h: Likewise.
10810         * sysdeps/x86_64/fpu/svml_s_cosf_data.S: Removed file.
10811         * sysdeps/x86_64/fpu/svml_s_cosf_data.h: Likewise.
10812         * sysdeps/x86_64/fpu/svml_s_sinf_data.S: Likewise.
10813         * sysdeps/x86_64/fpu/svml_s_sinf_data.h: Likewise.
10814         * sysdeps/x86_64/fpu/svml_s_sincosf_data.S: Likewise.
10815         * sysdeps/x86_64/fpu/svml_s_sincosf_data.h: Likewise.
10817 2015-06-23  Joseph Myers  <joseph@codesourcery.com>
10819         [BZ #16526]
10820         [BZ #16538]
10821         * sysdeps/ieee754/dbl-64/s_sin.c: Include <float.h>.
10822         (__sin): Force underflow exception for arguments with small
10823         absolute value.
10824         * sysdeps/ieee754/flt-32/k_sinf.c: Include <float.h>.
10825         (__kernel_sinf): Force underflow exception for arguments with
10826         small absolute value.
10827         * sysdeps/ieee754/ldbl-128/k_sincosl.c: Include <float.h>.
10828         (__kernel_sincosl): Force underflow exception for arguments with
10829         small absolute value.
10830         * sysdeps/ieee754/ldbl-128/k_sinl.c: Include <float.h>.
10831         (__kernel_sinl): Force underflow exception for arguments with
10832         small absolute value.
10833         * sysdeps/ieee754/ldbl-128ibm/k_sincosl.c: Include <float.h>.
10834         (__kernel_sincosl): Force underflow exception for arguments with
10835         small absolute value.
10836         * sysdeps/ieee754/ldbl-128ibm/k_sinl.c: Include <float.h>.
10837         (__kernel_sinl): Force underflow exception for arguments with
10838         small absolute value.
10839         * sysdeps/ieee754/ldbl-96/k_sinl.c: Include <float.h>.
10840         (__kernel_sinl): Force underflow exception for arguments with
10841         small absolute value.
10842         * sysdeps/powerpc/fpu/k_sinf.c: Include <float.h>.
10843         (__kernel_sinf): Force underflow exception for arguments with
10844         small absolute value.
10845         * math/auto-libm-test-in: Add more tests of sin and sincos.
10846         * math/auto-libm-test-out: Regenerated.
10848         [BZ #18245]
10849         [BZ #18583]
10850         * sysdeps/ieee754/k_standardl.c: Include <fenv.h>.
10851         (__kernel_standard_l): Use feholdexcept and fesetenv around
10852         conversion to double instead of special-casing overflow and
10853         underflow.
10854         * math/libm-test.inc (fmod_test_data): Add more tests.
10855         (remainder_test_data): Likewise.
10856         (sqrt_test_data): Likewise.
10858 2015-06-23  Torvald Riegel  <triegel@redhat.com>
10860         [BZ #17403]
10861         * sysdeps/x86_64/bits/atomic.h: (atomic_full_barrier,
10862         atomic_read_barrier, atomic_write_barrier): Define.
10863         * sysdeps/i386/i486/bits/atomic.h (atomic_full_barrier,
10864         atomic_read_barrier, atomic_write_barrier): Define.
10866 2015-06-23  Joseph Myers  <joseph@codesourcery.com>
10868         * math/Makefile [$(PERL) != no]
10869         ($(addprefix $(objpfx), $(addsuffix .o, $(libm-vec-tests)))): Move
10870         dependency on libm-test.stmp below the inclusion of Rules.
10872 2015-06-23  Andrew Senkevich  <andrew.senkevich@intel.com>
10874         * sysdeps/x86_64/fpu/Makefile (libmvec-support): Fixed files list.
10875         * sysdeps/x86_64/fpu/multiarch/svml_d_cos2_core_sse4.S: Renamed variable
10876         and included header.
10877         * sysdeps/x86_64/fpu/multiarch/svml_d_cos4_core_avx2.S: Likewise.
10878         * sysdeps/x86_64/fpu/multiarch/svml_d_cos8_core_avx512.S: Likewise.
10879         * sysdeps/x86_64/fpu/multiarch/svml_d_sin2_core_sse4.S: Likewise.
10880         * sysdeps/x86_64/fpu/multiarch/svml_d_sin4_core_avx2.S: Likewise.
10881         * sysdeps/x86_64/fpu/multiarch/svml_d_sin8_core_avx512.S: Likewise.
10882         * sysdeps/x86_64/fpu/multiarch/svml_d_sincos2_core_sse4.S: Likewise.
10883         * sysdeps/x86_64/fpu/multiarch/svml_d_sincos4_core_avx2.S: Likewise.
10884         * sysdeps/x86_64/fpu/multiarch/svml_d_sincos8_core_avx512.S: Likewise.
10885         * sysdeps/x86_64/fpu/svml_d_trig_data.S: New file.
10886         * sysdeps/x86_64/fpu/svml_d_trig_data.h: Likewise.
10887         * sysdeps/x86_64/fpu/svml_d_cos2_core.S: Removed unneeded include.
10888         * sysdeps/x86_64/fpu/svml_d_cos4_core.S: Likewise.
10889         * sysdeps/x86_64/fpu/svml_d_cos8_core.S: Likewise.
10890         * sysdeps/x86_64/fpu/svml_d_cos_data.S: Removed file.
10891         * sysdeps/x86_64/fpu/svml_d_cos_data.h: Likewise.
10892         * sysdeps/x86_64/fpu/svml_d_sin_data.S: Likewise.
10893         * sysdeps/x86_64/fpu/svml_d_sin_data.h: Likewise.
10894         * sysdeps/x86_64/fpu/svml_d_sincos_data.S: Likewise.
10895         * sysdeps/x86_64/fpu/svml_d_sincos_data.h: Likewise.
10897 2015-06-23  Joseph Myers  <joseph@codesourcery.com>
10899         [BZ #18371]
10900         * math/s_csqrt.c (__csqrt): Avoid multiplication by 0.5 where
10901         intermediate but not final result might underflow.
10902         * math/s_csqrtf.c (__csqrtf): Likewise.
10903         * math/s_csqrtl.c (__csqrtl): Likewise.
10904         * math/auto-libm-test-in: Add more tests of csqrt.
10905         * math/auto-libm-test-out: Regenerated.
10906         * sysdeps/i386/fpu/libm-test-ulps: Update.
10908         [BZ #18219]
10909         * sysdeps/ieee754/dbl-64/e_exp2.c (__ieee754_exp2): Reduce
10910         threshold on absolute value of exponent for which scaling is used.
10911         * sysdeps/ieee754/flt-32/e_exp2f.c (__ieee754_exp2f): Likewise.
10912         * math/auto-libm-test-in: Add more tests of exp2.
10913         * math/auto-libm-test-out: Regenerated.
10915 2015-06-23  Dmitry V. Levin  <ldv@altlinux.org>
10917         [BZ #17977]
10918         * resolv/res_hconf.c (_res_hconf_reorder_addrs): Fix unlocking
10919         when initializing interface list, based on the bug analysis
10920         and the patch proposed by Eric Newton.
10921         * resolv/tst-res_hconf_reorder.c: New test.
10922         * resolv/Makefile [$(have-thread-library) = yes] (tests): Add
10923         tst-res_hconf_reorder.
10924         ($(objpfx)tst-res_hconf_reorder): Depend on $(libdl)
10925         and $(shared-thread-library).
10926         (tst-res_hconf_reorder-ENV): New variable.
10928         * resolv/res_hconf.c (_res_hconf_reorder_addrs): Fix typo
10929         in comment.
10931 2015-06-22  Joseph Myers  <joseph@codesourcery.com>
10933         [BZ #16353]
10934         * sysdeps/i386/fpu/s_expm1.S (dbl_min): New object.
10935         (__expm1): Force underflow exception for arguments with small
10936         absolute value.
10937         * sysdeps/i386/fpu/s_expm1f.S (flt_min): New object.
10938         (__expm1f): Force underflow exception for arguments with small
10939         absolute value.
10940         * sysdeps/ieee754/dbl-64/s_expm1.c: Include <float.h>.
10941         (__expm1): Force underflow exception for arguments with small
10942         absolute value.
10943         * sysdeps/ieee754/flt-32/s_expm1f.c: Include <float.h>.
10944         (__expm1f): Force underflow exception for arguments with small
10945         absolute value.
10946         * sysdeps/ieee754/dbl-64/wordsize-64/e_cosh.c (__ieee754_cosh):
10947         Check for small arguments before calling __expm1.
10948         * math/auto-libm-test-in: Do not mark underflow exceptions as
10949         possibly missing for bug 16353.
10950         * math/auto-libm-test-out: Regenerated.
10952 2015-06-22  Andreas Schwab  <schwab@suse.de>
10954         [BZ #18513]
10955         * resolv/nss_dns/dns-host.c (getanswer_r): Record TTL also for
10956         PTR queries.
10958 2015-06-22  Leonhard Holz  <leonhard.holz@web.de>
10960         * string/strcoll_l.c (STRCOLL): Remove unnecessary memset.
10962         * string/strcoll_l.c: Remove unused struct element idxnow.
10964 2015-06-21  Joseph Myers  <joseph@codesourcery.com>
10966         [BZ #18569]
10967         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL) [USE_AS_EXPM1L]: Force
10968         underflow and return argument in case of subnormal argument.
10969         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL) [USE_AS_EXPM1L]:
10970         Likewise.
10971         * math/auto-libm-test-in: Add more tests of expm1.
10972         * math/auto-libm-test-out: Regenerated.
10974         [BZ #16361]
10975         * sysdeps/i386/fpu/e_expl.S [!USE_AS_EXPM1L] (cmin): New object.
10976         (IEEE754_EXPL) [!USE_AS_EXPM1L]: Force underflow exception for
10977         tiny results.
10978         * sysdeps/x86_64/fpu/e_expl.S [!USE_AS_EXPM1L] (cmin): New object.
10979         (IEEE754_EXPL) [!USE_AS_EXPM1L]: Force underflow exception for
10980         tiny results.
10981         * math/auto-libm-test-in: Add more tests of exp and exp10.  Do not
10982         mark underflow exceptions as possibly missing for bug 16361.
10983         * math/auto-libm-test-out: Regenerated.
10985 2015-06-19  Joseph Myers  <joseph@codesourcery.com>
10987         * conform/data/sys/select.h-data [XOPEN2K8] (pselect): Expect.
10988         * conform/Makefile (test-xfail-XOPEN2K8/sys/select.h/conform):
10989         Remove variable.
10990         (test-xfail-XOPEN2K8/sys/time.h/conform): Likewise.
10991         (test-xfail-XOPEN2K8/utmpx.h/conform).
10993         * conform/conformtest.pl ($xerrors): New variable.
10994         (note_error): New function.
10995         (compiletest): New argument $xfail.  Use not_error.
10996         (runtest): Likewise.
10997         (top level): Handle xfail- lines.  Update calls to compiletest and
10998         runtest.  Handle xfail- and optional- in headers listed with
10999         allow-header.
11000         * conform/data/fcntl.h-data (O_TTY_INIT): Use xfail-.
11001         (O_EXEC): Likewise.
11002         (O_SEARCH): Likewise.
11003         * conform/data/stropts.h-data (ioctl): Likewise.
11004         * conform/data/sys/ipc.h-data (ipc_perm.mode): Likewise.
11005         * conform/data/sys/sem.h-data (semid_ds.sem_nsems): Likewise.
11006         * conform/data/sys/socket.h-data (msghdr.msg_iovlen): Likewise.
11007         (msghdr.msg_controllen): Likewise.
11008         (cmsghdr.cmsg_len): Likewise.
11009         * conform/data/utmpx.h-data (utmpx.ut_tv): Likewise.
11010         * conform/Makefile (test-xfail-XPG3/sys/ipc.h/conform): Remove
11011         variable.
11012         (test-xfail-XPG3/sys/sem.h/conform): Likewise.
11013         (test-xfail-XPG4/stropts.h/conform): Likewise.
11014         (test-xfail-XPG4/sys/ipc.h/conform): Likewise.
11015         (test-xfail-XPG4/sys/sem.h/conform): Likewise.
11016         (test-xfail-XPG4/sys/socket.h/conform): Likewise.
11017         (test-xfail-UNIX98/stropts.h/conform): Likewise.
11018         (test-xfail-UNIX98/sys/ipc.h/conform): Likewise.
11019         (test-xfail-UNIX98/sys/sem.h/conform): Likewise.
11020         (test-xfail-UNIX98/sys/socket.h/conform): Likewise.
11021         (test-xfail-XOPEN2K/stropts.h/conform): Likewise.
11022         (test-xfail-XOPEN2K/sys/ipc.h/conform): Likewise.
11023         (test-xfail-XOPEN2K/sys/sem.h/conform): Likewise.
11024         (test-xfail-XOPEN2K/sys/socket.h/conform): Likewise.
11025         (test-xfail-XOPEN2K/utmpx.h/conform): Likewise.
11026         (test-xfail-POSIX2008/fcntl.h/conform): Likewise.
11027         (test-xfail-POSIX2008/stropts.h/conform): Likewise.
11028         (test-xfail-XOPEN2K8/fcntl.h/conform): Likewise.
11029         (test-xfail-XOPEN2K8/stropts.h/conform): Likewise.
11030         (test-xfail-XOPEN2K8/sys/ipc.h/conform): Likewise.
11031         (test-xfail-XOPEN2K8/sys/sem.h/conform): Likewise.
11032         (test-xfail-XOPEN2K8/sys/socket.h/conform): Likewise.
11034 2015-06-19  Andrew Senkevich  <andrew.senkevich@intel.com>
11036         * sysdeps/ieee754/ldbl-opt/s_sin.c (__DECL_SIMD_sincos_disable,
11037         __DECL_SIMD_sincos_disablef, __DECL_SIMD_sincos_disablel): Added empty
11038         definitions for proper unfolding of __MATHDECL_VEC.
11040 2015-06-19  Stefan Liebler  <stli@linux.vnet.ibm.com>
11042         * benchtests/bench-strcoll.c:
11043         Include string.h.
11044         (main): Remove unused variable res.
11046 2015-06-19  Stefan Liebler  <stli@linux.vnet.ibm.com>
11048         * timezone/Makefile (%/UTC %/Universal):
11049         Generate test-result files for UTC and Universal.
11051 2015-06-19  Stefan Liebler  <stli@linux.vnet.ibm.com>
11053         * sysdeps/s390/fpu/libm-test-ulps: Regenerated.
11055 2015-06-18  Joseph Myers  <joseph@codesourcery.com>
11057         [BZ #16350]
11058         * sysdeps/i386/fpu/s_asinh.S (__asinh): Force underflow exception
11059         for arguments with small absolute value.
11060         * sysdeps/i386/fpu/s_asinhf.S (__asinhf): Likewise.
11061         * sysdeps/i386/fpu/s_asinhl.S (__asinhl): Likewise.
11062         * sysdeps/ieee754/dbl-64/s_asinh.c: Include <float.h>.
11063         (__asinh): Force underflow exception for arguments with small
11064         absolute value.
11065         * sysdeps/ieee754/flt-32/s_asinhf.c: Include <float.h>.
11066         (__asinhf): Force underflow exception for arguments with small
11067         absolute value.
11068         * sysdeps/ieee754/ldbl-128/s_asinhl.c: Include <float.h>.
11069         (__asinhl): Force underflow exception for arguments with small
11070         absolute value.
11071         * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c: Include <float.h>.
11072         (__asinhl): Force underflow exception for arguments with small
11073         absolute value.
11074         * sysdeps/ieee754/ldbl-96/s_asinhl.c: Include <float.h>.
11075         (__asinhl): Force underflow exception for arguments with small
11076         absolute value.
11077         * math/auto-libm-test-in: Do not mark underflow exceptions as
11078         possibly missing for bug 16350.
11079         * math/auto-libm-test-out: Regenerated.
11081         * include/bits/ipc.h: Remove file.
11082         * conform/Makefile (test-xfail-XPG3/sys/msg.h/conform): Remove
11083         variable.
11084         (test-xfail-XPG3/sys/shm.h/conform): Likewise.
11085         (test-xfail-XPG4/sys/msg.h/conform): Likewise.
11086         (test-xfail-XPG4/sys/shm.h/conform): Likewise.
11087         (test-xfail-UNIX98/sys/msg.h/conform): Likewise.
11088         (test-xfail-UNIX98/sys/shm.h/conform): Likewise.
11089         (test-xfail-XOPEN2K/sys/msg.h/conform): Likewise.
11090         (test-xfail-XOPEN2K/sys/shm.h/conform): Likewise.
11091         (test-xfail-XOPEN2K8/sys/msg.h/conform): Likewise.
11092         (test-xfail-XOPEN2K8/sys/shm.h/conform): Likewise.
11094         * math/auto-libm-test-in: Remove spurious underflow allowance for
11095         tests of cexp.
11096         * math/auto-libm-test-out: Regenerated.
11098         [BZ #18558]
11099         * sysdeps/unix/sysv/linux/bits/in.h (MCAST_JOIN_GROUP): Remove
11100         unconditional definition.
11101         (MCAST_BLOCK_SOURCE): Likewise.
11102         (MCAST_UNBLOCK_SOURCE): Likewise.
11103         (MCAST_LEAVE_GROUP): Likewise.
11104         (MCAST_JOIN_SOURCE_GROUP): Likewise.
11105         (MCAST_LEAVE_SOURCE_GROUP): Likewise.
11106         (MCAST_MSFILTER): Likewise.
11107         * conform/Makefile (test-xfail-XOPEN2K/arpa/inet.h/conform):
11108         Remove variable.
11109         (test-xfail-XOPEN2K/netdb.h/conform): Likewise.
11110         (test-xfail-XOPEN2K/netinet/in.h/conform): Likewise.
11111         (test-xfail-XOPEN2K8/arpa/inet.h/conform): Likewise.
11112         (test-xfail-XOPEN2K8/netdb.h/conform): Likewise.
11113         (test-xfail-XOPEN2K8/netinet/in.h/conform): Likewise.
11115 2015-06-18  Andrew Senkevich  <andrew.senkevich@intel.com>
11117         * NEWS: Mention addition of x86_64 vector sincosf.
11118         * math/test-float-vlen16.h: Added wrapper for sincosf tests.
11119         * math/test-float-vlen4.h: Likewise.
11120         * math/test-float-vlen8.h: Likewise.
11121         * sysdeps/unix/sysv/linux/x86_64/libmvec.abilist: New symbols added.
11122         * sysdeps/x86/fpu/bits/math-vector.h: Added sincosf SIMD declaration.
11123         * sysdeps/x86_64/fpu/Makefile (libmvec-support): Added new files.
11124         * sysdeps/x86_64/fpu/Versions: New versions added.
11125         * sysdeps/x86_64/fpu/libm-test-ulps: Regenerated.
11126         * sysdeps/x86_64/fpu/multiarch/Makefile (libmvec-sysdep_routines):
11127         Added build of SSE, AVX2 and AVX512 IFUNC versions.
11128         * sysdeps/x86_64/fpu/multiarch/svml_s_sincosf16_core.S
11129         * sysdeps/x86_64/fpu/multiarch/svml_s_sincosf16_core_avx512.S
11130         * sysdeps/x86_64/fpu/multiarch/svml_s_sincosf4_core.S
11131         * sysdeps/x86_64/fpu/multiarch/svml_s_sincosf4_core_sse4.S
11132         * sysdeps/x86_64/fpu/multiarch/svml_s_sincosf8_core.S
11133         * sysdeps/x86_64/fpu/multiarch/svml_s_sincosf8_core_avx2.S
11134         * sysdeps/x86_64/fpu/svml_s_sincosf16_core.S
11135         * sysdeps/x86_64/fpu/svml_s_sincosf4_core.S
11136         * sysdeps/x86_64/fpu/svml_s_sincosf8_core.S
11137         * sysdeps/x86_64/fpu/svml_s_sincosf8_core_avx.S
11138         * sysdeps/x86_64/fpu/svml_s_sincosf_data.S: New file.
11139         * sysdeps/x86_64/fpu/svml_s_sincosf_data.h: New file.
11140         * sysdeps/x86_64/fpu/svml_s_wrapper_impl.h: Added 3 argument wrappers.
11141         * sysdeps/x86_64/fpu/test-float-vlen16.c: : Vector sincosf tests.
11142         * sysdeps/x86_64/fpu/test-float-vlen16-wrappers.c: Likewise.
11143         * sysdeps/x86_64/fpu/test-float-vlen4-wrappers.c: Likewise.
11144         * sysdeps/x86_64/fpu/test-float-vlen4.c: Likewise.
11145         * sysdeps/x86_64/fpu/test-float-vlen8-avx2-wrappers.c: Likewise.
11146         * sysdeps/x86_64/fpu/test-float-vlen8-avx2.c: Likewise.
11147         * sysdeps/x86_64/fpu/test-float-vlen8-wrappers.c: Likewise.
11148         * sysdeps/x86_64/fpu/test-float-vlen8.c: Likewise.
11150         * NEWS: Mention addition of x86_64 vector sincos.
11151         * bits/libm-simd-decl-stubs.h: Added stubs for sincos.
11152         * math/math.h (__MATHDECL_VEC): New macro.
11153         * math/bits/mathcalls.h: Added sincos declaration with __MATHDECL_VEC.
11154         * math/gen-libm-have-vector-test.sh: Added generation of sincos wrapper
11155         declaration under condition.
11156         * math/test-vec-loop.h (TEST_VEC_LOOP): Refactored.
11157         * math/test-double-vlen2.h: Added wrapper for sincos tests, reflected
11158         TEST_VEC_LOOP change.
11159         * math/test-double-vlen4.h: Likewise.
11160         * math/test-double-vlen8.h: Likewise.
11161         * math/test-float-vlen16.h: Reflected TEST_VEC_LOOP change.
11162         * math/test-float-vlen4.h: Likewise.
11163         * math/test-float-vlen8.h: Likewise.
11164         * sysdeps/unix/sysv/linux/x86_64/libmvec.abilist: New symbols added.
11165         * sysdeps/x86/fpu/bits/math-vector.h: Added sincos SIMD declaration.
11166         * sysdeps/x86_64/fpu/Makefile (libmvec-support): Added new files.
11167         * sysdeps/x86_64/fpu/Versions: New versions added.
11168         * sysdeps/x86_64/fpu/libm-test-ulps: Regenerated.
11169         * sysdeps/x86_64/fpu/multiarch/Makefile (libmvec-sysdep_routines):
11170         Added build of SSE, AVX2 and AVX512 IFUNC versions.
11171         * sysdeps/x86_64/fpu/multiarch/svml_d_sincos2_core.S: New file.
11172         * sysdeps/x86_64/fpu/multiarch/svml_d_sincos2_core_sse4.S: New file.
11173         * sysdeps/x86_64/fpu/multiarch/svml_d_sincos4_core.S: New file.
11174         * sysdeps/x86_64/fpu/multiarch/svml_d_sincos4_core_avx2.S: New file.
11175         * sysdeps/x86_64/fpu/multiarch/svml_d_sincos8_core.S: New file.
11176         * sysdeps/x86_64/fpu/multiarch/svml_d_sincos8_core_avx512.S: New file.
11177         * sysdeps/x86_64/fpu/svml_d_sincos2_core.S: New file.
11178         * sysdeps/x86_64/fpu/svml_d_sincos4_core.S: New file.
11179         * sysdeps/x86_64/fpu/svml_d_sincos4_core_avx.S: New file.
11180         * sysdeps/x86_64/fpu/svml_d_sincos8_core.S: New file.
11181         * sysdeps/x86_64/fpu/svml_d_sincos_data.S: New file.
11182         * sysdeps/x86_64/fpu/svml_d_sincos_data.h: New file.
11183         * sysdeps/x86_64/fpu/svml_d_wrapper_impl.h: Added wrappers for sincos.
11184         * sysdeps/x86_64/fpu/test-double-vlen2-wrappers.c: Vector sincos tests.
11185         * sysdeps/x86_64/fpu/test-double-vlen2.c: Likewise.
11186         * sysdeps/x86_64/fpu/test-double-vlen4-avx2-wrappers.c: Likewise.
11187         * sysdeps/x86_64/fpu/test-double-vlen4-avx2.c: Likewise.
11188         * sysdeps/x86_64/fpu/test-double-vlen4-wrappers.c: Likewise.
11189         * sysdeps/x86_64/fpu/test-double-vlen4.c: Likewise.
11190         * sysdeps/x86_64/fpu/test-double-vlen8-wrappers.c: Likewise.
11191         * sysdeps/x86_64/fpu/test-double-vlen8.c: Likewise.
11193         * sysdeps/unix/sysv/linux/x86_64/libmvec.abilist: New symbols added.
11194         * sysdeps/x86/fpu/bits/math-vector.h: Added SIMD declaration and asm
11195         redirections for powf.
11196         * sysdeps/x86_64/fpu/Makefile (libmvec-support): Added new files.
11197         * sysdeps/x86_64/fpu/Versions: New versions added.
11198         * sysdeps/x86_64/fpu/libm-test-ulps: Regenerated.
11199         * sysdeps/x86_64/fpu/multiarch/Makefile (libmvec-sysdep_routines):
11200         Added build of SSE, AVX2 and AVX512 IFUNC versions.
11201         * sysdeps/x86_64/fpu/svml_s_wrapper_impl.h: Added 2 argument wrappers.
11202         * sysdeps/x86_64/fpu/multiarch/svml_s_powf16_core.S: New file.
11203         * sysdeps/x86_64/fpu/multiarch/svml_s_powf16_core_avx512.S: New file.
11204         * sysdeps/x86_64/fpu/multiarch/svml_s_powf4_core.S: New file.
11205         * sysdeps/x86_64/fpu/multiarch/svml_s_powf4_core_sse4.S: New file.
11206         * sysdeps/x86_64/fpu/multiarch/svml_s_powf8_core.S: New file.
11207         * sysdeps/x86_64/fpu/multiarch/svml_s_powf8_core_avx2.S: New file.
11208         * sysdeps/x86_64/fpu/svml_s_powf16_core.S: New file.
11209         * sysdeps/x86_64/fpu/svml_s_powf4_core.S: New file.
11210         * sysdeps/x86_64/fpu/svml_s_powf8_core.S: New file.
11211         * sysdeps/x86_64/fpu/svml_s_powf8_core_avx.S: New file.
11212         * sysdeps/x86_64/fpu/svml_s_powf_data.S: New file.
11213         * sysdeps/x86_64/fpu/svml_s_powf_data.h: New file.
11214         * sysdeps/x86_64/fpu/test-float-vlen16-wrappers.c: Vector powf tests.
11215         * sysdeps/x86_64/fpu/test-float-vlen16.c: Likewise.
11216         * sysdeps/x86_64/fpu/test-float-vlen4-wrappers.c: Likewise.
11217         * sysdeps/x86_64/fpu/test-float-vlen4.c: Likewise.
11218         * sysdeps/x86_64/fpu/test-float-vlen8-avx2-wrappers.c: Likewise.
11219         * sysdeps/x86_64/fpu/test-float-vlen8-avx2.c: Likewise.
11220         * sysdeps/x86_64/fpu/test-float-vlen8-wrappers.c: Likewise.
11221         * sysdeps/x86_64/fpu/test-float-vlen8.c: Likewise.
11222         * math/test-float-vlen16.h: Fixed 2 argument macro.
11223         * math/test-float-vlen4.h: Likewise.
11224         * math/test-float-vlen8.h: Likewise.
11225         * NEWS: Mention addition of x86_64 vector powf.
11227 2015-06-17  Joseph Myers  <joseph@codesourcery.com>
11229         * math/s_ctanhl.c [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Undefine
11230         and redefine.
11231         * math/s_ctanl.c [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Undefine
11232         and redefine.
11233         * sysdeps/ieee754/ldbl-128ibm/s_cprojl.c: Remove file.
11234         * sysdeps/ieee754/ldbl-128ibm/s_ctanhl.c: Likewise.
11235         * sysdeps/ieee754/ldbl-128ibm/s_ctanl.c: Likewise.
11237         [BZ #18553]
11238         * resource/getpriority.c (getpriority): Rename to __getpriority
11239         and define as weak alias of __getpriority.
11240         * resource/setpriority.c (setpriority): Rename to __setpriority
11241         and define as weak alias of __setpriority.
11242         * sysdeps/mach/hurd/getpriority.c (getpriority): Rename to
11243         __getpriority and define as weak alias of __getpriority.
11244         * sysdeps/mach/hurd/setpriority.c (setpriority): Rename to
11245         __setpriority and define as weak alias of __setpriority.
11246         * sysdeps/unix/syscalls.list (getpriority): Use __getpriority as
11247         strong name.
11248         (setpriority): Use __setpriority as strong name.
11249         * sysdeps/unix/sysv/linux/getpriority.c (getpriority): Rename to
11250         __getpriority and define as weak alias of __getpriority.
11251         * include/sys/resource.h (__getpriority): Declare.  Use
11252         libc_hidden_proto.
11253         (__setpriority): Likewise.
11254         (getpriority): Don't use libc_hidden_proto.
11255         (setpriority): Likewise.
11256         * sysdeps/posix/nice.c (nice): Call __getpriority instead of
11257         getpriority.  Call __setpriority instead of setpriority.
11258         * conform/Makefile (test-xfail-XPG3/unistd.h/linknamespace):
11259         Remove variable.
11261         [BZ #18547]
11262         * misc/getttyent.c (getttynam): Rename to __getttynam and define
11263         as weak alias of __getttynam.  Use prototype function definition.
11264         Call __setttyent, __getttyent and __endttyent instead of
11265         setttyent, getttyent and endttyent.
11266         (getttyent): Rename to __getttyent and define as weak alias of
11267         __getttyent.  Call __setttyent instead of setttyent.  Call
11268         __fgets_unlocked instead of fgets_unlocked.
11269         (setttyent): Rename to __setttyent and define as weak alias of
11270         __setttyent.
11271         (endttyent): Rename to __endttyent and define as weak alias of
11272         __endttyent.
11273         * include/ttyent.h (__getttyent): Declare.  Use libc_hidden_proto.
11274         (__setttyent): Likewise.
11275         (__endttyent): Likewise.
11276         (getttyent): Don't use libc_hidden_proto.
11277         (setttyent): Likewise.
11278         (endttyent): Likewise.
11279         * misc/ttyslot.c (ttyslot): Call __setttyent, __getttyent and
11280         __endttyent instead of setttyent, getttyent and endttyent.
11281         * conform/Makefile (test-xfail-XPG4/unistd.h/linknamespace):
11282         Remove variable.
11284         [BZ #18546]
11285         * socket/recv.c (__recv): Use libc_hidden_def.
11286         * socket/socket.c (__socket): Likewise.
11287         * sysdeps/mach/hurd/recv.c (__recv): Likewise.
11288         * sysdeps/mach/hurd/socket.c (__socket): Likewise.
11289         * sysdeps/unix/sysv/linux/generic/recv.c (__recv): Likewise.
11290         * sysdeps/unix/sysv/linux/recv.c (__recv): Use libc_hidden_weak.
11291         * sysdeps/unix/sysv/linux/socket.c (__socket): Use
11292         libc_hidden_def.
11293         * sysdeps/unix/sysv/linux/x86_64/recv.c (__recv): Use
11294         libc_hidden_weak.
11295         * include/sys/socket.h (__socket): Do not use attribute_hidden.
11296         Use libc_hidden_proto.
11297         (__recv): Likewise.
11298         * socket/Versions (libc): Export __recv and __socket at version
11299         GLIBC_PRIVATE.
11300         * sysdeps/unix/sysv/linux/mq_notify.c (helper_thread): Call __recv
11301         instead of recv.
11302         (init_mq_netlink): Call __socket instead of socket.
11303         * conform/Makefile (test-xfail-POSIX/mqueue.h/linknamespace):
11304         Remove variable.
11306         [BZ #18545]
11307         * rt/mq_timedreceive.c (mq_timedreceive): Rename to
11308         __mq_timedreceive and define as alias of __mq_timedreceive.  Use
11309         hidden_weak.
11310         * rt/mq_timedsend.c (mq_timedsend): Rename to __mq_timedsend and
11311         define as alias of __mq_timedsend.  Use hidden_weak.
11312         * sysdeps/unix/sysv/linux/syscalls.list (mq_timedsend): Use
11313         __mq_timedsend as strong name.
11314         (mq_timedreceive): Use __mq_timedreceive as strong name.
11315         * include/mqueue.h (__mq_timedsend): Declare.  Use hidden_proto.
11316         (__mq_timedreceive): Likewise.
11317         * sysdeps/unix/sysv/linux/mq_receive.c (mq_receive): Call
11318         __mq_timedreceive instead of mq_timedreceive.
11319         * sysdeps/unix/sysv/linux/mq_send.c (mq_send): Call __mq_timedsend
11320         instead of mq_timedsend.
11321         * conform/Makefile (test-xfail-UNIX98/mqueue.h/linknamespace):
11322         Remove variable.
11324         * sysdeps/unix/make-syscalls.sh (emit_weak_aliases): Use
11325         hidden_def and hidden_weak instead of libc_hidden_def and
11326         libc_hidden_weak.
11327         (top level): Refer to hidden_def in comment.
11328         * sysdeps/unix/syscall-template.S (syscall_hidden_def): New
11329         macro.  Use it instead of libc_hidden_def.
11330         * sysdeps/unix/sysv/linux/syscalls.list (mq_timedsend): Do not
11331         specify __GI_* name explicitly.
11332         (mq_timedreceive): Likewise.
11333         (mq_setattr): Likewise.
11335         [BZ #18544]
11336         * nptl/pthread_barrier_init.c (pthread_barrier_init): Rename to
11337         __pthread_barrier_init and define as weak alias of
11338         __pthread_barrier_init.
11339         * sysdeps/sparc/nptl/pthread_barrier_init.c
11340         (pthread_barrier_init): Likewise.
11341         * nptl/pthread_barrier_wait.c (pthread_barrier_wait): Rename to
11342         __pthread_barrier_wait and define as weak alias of
11343         __pthread_barrier_wait.
11344         * sysdeps/sparc/nptl/pthread_barrier_wait.c
11345         (pthread_barrier_wait): Likewise.
11346         * sysdeps/sparc/sparc32/pthread_barrier_wait.c
11347         (pthread_barrier_wait): Likewise.
11348         * sysdeps/unix/sysv/linux/i386/i486/pthread_barrier_wait.S
11349         (pthread_barrier_wait): Likewise.
11350         * sysdeps/unix/sysv/linux/x86_64/pthread_barrier_wait.S
11351         (pthread_barrier_wait): Likewise.
11352         * nptl/Versions (libpthread): Export __pthread_barrier_init and
11353         __pthread_barrier_wait at version GLIBC_PRIVATE.
11354         * include/pthread.h (__pthread_barrier_init): Declare.
11355         (__pthread_barrier_wait): Likewise.
11356         * sysdeps/unix/sysv/linux/mq_notify.c (notification_function):
11357         Call __pthread_barrier_wait instead of pthread_barrier_wait.
11358         (helper_thread): Likewise.
11359         (init_mq_netlink): Call __pthread_barrier_init instead of
11360         pthread_barrier_init.
11362         [BZ #18542]
11363         * libio/iovswscanf.c (__vswscanf): Use libc_hidden_def.
11364         (vswscanf): Use ldbl_weak_alias instead of ldbl_strong_alias
11365         * include/wchar.h (__vswscanf): Declare.  Use libc_hidden_proto.
11366         * libio/swscanf.c (__swscanf): Call __vswscanf instead of
11367         vswscanf.
11368         * conform/Makefile (test-xfail-UNIX98/wchar.h/linknamespace):
11369         Remove variable.
11371         [BZ #18540]
11372         * libio/iofflush.c [!_IO_MTSAFE_IO] (__fflush_unlocked): Define as
11373         strong alias of _IO_fflush.  Use libc_hidden_def.
11374         * libio/iofflush_u.c (fflush_unlocked): Rename to
11375         __fflush_unlocked and define as weak alias of __fflush_unlocked.
11376         Use libc_hidden_weak.
11377         * include/stdio.h (__fflush_unlocked): Declare.  Use
11378         libc_hidden_proto.
11379         * misc/getpass.c (getpass): Call __fflush_unlocked instead of
11380         fflush_unlocked.
11381         * conform/Makefile (test-xfail-UNIX98/unistd.h/linknamespace):
11382         Remove variable.
11384         [BZ #18539]
11385         * stdlib/fmtmsg.c (addseverity): Rename to __addseverity and
11386         define as weak alias of __addseverity.
11387         * conform/Makefile (test-xfail-XPG4/fmtmsg.h/linknamespace):
11388         Remove variable.
11389         (test-xfail-UNIX98/fmtmsg.h/linknamespace): Likewise.
11390         (test-xfail-XOPEN2K/fmtmsg.h/linknamespace): Likewise.
11391         (test-xfail-XOPEN2K8/fmtmsg.h/linknamespace): Likewise.
11393         [BZ #18536]
11394         * misc/tsearch.c (__tsearch): Use libc_hidden_def.
11395         (__tfind): Likewise.
11396         (__tdelete): Likewise.
11397         (__twalk): Likewise.
11398         * misc/Versions (libc): Add __tdelete, __tfind, __tsearch and
11399         __twalk to GLIBC_PRIVATE.
11400         * include/search.h (__tsearch): Use libc_hidden_proto.
11401         (__tfind): Likewise.
11402         (__tdelete): Likewise.
11403         (__twalk): Likewise.
11404         * nptl/sem_close.c (sem_close): Call __twalk instead of twalk.
11405         Call __tdelete instead of tdelete.
11406         * nptl/sem_open.c (check_add_mapping): Call __tfind instead of
11407         tfind.  Call __tsearch instead of tsearch.
11408         * sysdeps/sparc/sparc32/sem_open.c (check_add_mapping): Likewise.
11409         * conform/Makefile (test-xfail-POSIX/semaphore.h/linknamespace):
11410         Remove variable.
11411         (test-xfail-POSIX2008/semaphore.h/linknamespace): Likewise.
11413         [BZ #18534]
11414         * stdio-common/dprintf.c (__dprintf): Use libc_hidden_def.
11415         (dprintf): Define as a weak alias of __dprintf, not a strong
11416         alias.
11417         * include/stdio.h (__dprintf): Declare.  Use libc_hidden_proto.
11418         * misc/syslog.c (__vsyslog_chk): Call __dprintf instead of
11419         dprintf.
11420         * conform/Makefile (test-xfail-XPG4/syslog.h/linknamespace):
11421         Remove variable.
11422         (test-xfail-UNIX98/syslog.h/linknamespace): Likewise.
11423         (test-xfail-XOPEN2K/syslog.h/linknamespace): Likewise.
11425         [BZ #18533]
11426         * misc/syslog.c (vsyslog): Define as a weak alias of __vsyslog,
11427         not a strong alias.
11428         * conform/Makefile (test-xfail-XOPEN2K8/syslog.h/linknamespace):
11429         Remove variable.
11431         [BZ #18532]
11432         * inet/in6_addr.c (in6addr_any): Rename to __in6addr_any and
11433         define as weak alias of __in6addr_any.  Use libc_hidden_data_weak.
11434         (in6addr_loopback): Rename to __in6addr_loopback and define as
11435         weak alias of __in6addr_loopback.  Use libc_hidden_data_weak.
11436         * include/netinet/in.h (__in6addr_loopback): Declare.  Use
11437         libc_hidden_proto.
11438         (__in6addr_any): Likewise.
11439         * inet/gethstbyad_r.c (PREPROCESS): Use __in6addr_any instead of
11440         in6addr_any.
11441         * conform/Makefile (test-xfail-XPG4/netdb.h/linknamespace): Remove
11442         variable.
11443         (test-xfail-UNIX98/netdb.h/linknamespace): Likewise.
11445 2015-06-17  Andrew Senkevich  <andrew.senkevich@intel.com>
11447         * bits/libm-simd-decl-stubs.h: Added stubs for pow.
11448         * math/bits/mathcalls.h: Added pow declaration with __MATHCALL_VEC.
11449         * sysdeps/unix/sysv/linux/x86_64/libmvec.abilist: New versions added.
11450         * sysdeps/x86/fpu/bits/math-vector.h: Added SIMD declaration and asm
11451         redirections for pow.
11452         * sysdeps/x86_64/fpu/Makefile (libmvec-support): Added new files.
11453         * sysdeps/x86_64/fpu/Versions: New versions added.
11454         * sysdeps/x86_64/fpu/libm-test-ulps: Regenerated.
11455         * sysdeps/x86_64/fpu/multiarch/Makefile (libmvec-sysdep_routines): Added
11456         build of SSE, AVX2 and AVX512 IFUNC versions.
11457         * sysdeps/x86_64/fpu/svml_d_wrapper_impl.h: Added 2 argument wrappers.
11458         * sysdeps/x86_64/fpu/multiarch/svml_d_pow2_core.S: New file.
11459         * sysdeps/x86_64/fpu/multiarch/svml_d_pow2_core_sse4.S: New file.
11460         * sysdeps/x86_64/fpu/multiarch/svml_d_pow4_core.S: New file.
11461         * sysdeps/x86_64/fpu/multiarch/svml_d_pow4_core_avx2.S: New file.
11462         * sysdeps/x86_64/fpu/multiarch/svml_d_pow8_core.S: New file.
11463         * sysdeps/x86_64/fpu/multiarch/svml_d_pow8_core_avx512.S: New file.
11464         * sysdeps/x86_64/fpu/svml_d_pow2_core.S: New file.
11465         * sysdeps/x86_64/fpu/svml_d_pow4_core.S: New file.
11466         * sysdeps/x86_64/fpu/svml_d_pow4_core_avx.S: New file.
11467         * sysdeps/x86_64/fpu/svml_d_pow8_core.S: New file.
11468         * sysdeps/x86_64/fpu/svml_d_pow_data.S: New file.
11469         * sysdeps/x86_64/fpu/svml_d_pow_data.h: New file.
11470         * sysdeps/x86_64/fpu/test-double-vlen2-wrappers.c: Added vector pow test.
11471         * sysdeps/x86_64/fpu/test-double-vlen2.c: Likewise.
11472         * sysdeps/x86_64/fpu/test-double-vlen4-avx2-wrappers.c: Likewise.
11473         * sysdeps/x86_64/fpu/test-double-vlen4-avx2.c: Likewise.
11474         * sysdeps/x86_64/fpu/test-double-vlen4-wrappers.c: Likewise.
11475         * sysdeps/x86_64/fpu/test-double-vlen4.c: Likewise.
11476         * sysdeps/x86_64/fpu/test-double-vlen8-wrappers.c: Likewise.
11477         * sysdeps/x86_64/fpu/test-double-vlen8.c: Likewise.
11478         * NEWS: Mention addition of x86_64 vector pow.
11480         * sysdeps/unix/sysv/linux/x86_64/libmvec.abilist: New symbols added.
11481         * sysdeps/x86/fpu/bits/math-vector.h: Added SIMD declaration and asm
11482         redirections for expf.
11483         * sysdeps/x86_64/fpu/Makefile (libmvec-support): Added new files.
11484         * sysdeps/x86_64/fpu/Versions: New versions added.
11485         * sysdeps/x86_64/fpu/libm-test-ulps: Regenerated.
11486         * sysdeps/x86_64/fpu/multiarch/Makefile (libmvec-sysdep_routines): Added
11487         build of SSE, AVX2 and AVX512 IFUNC versions.
11488         * sysdeps/x86_64/fpu/multiarch/svml_s_expf16_core.S: New file.
11489         * sysdeps/x86_64/fpu/multiarch/svml_s_expf16_core_avx512.S: New file.
11490         * sysdeps/x86_64/fpu/multiarch/svml_s_expf4_core.S: New file.
11491         * sysdeps/x86_64/fpu/multiarch/svml_s_expf4_core_sse4.S: New file.
11492         * sysdeps/x86_64/fpu/multiarch/svml_s_expf8_core.S: New file.
11493         * sysdeps/x86_64/fpu/multiarch/svml_s_expf8_core_avx2.S: New file.
11494         * sysdeps/x86_64/fpu/svml_s_expf16_core.S: New file.
11495         * sysdeps/x86_64/fpu/svml_s_expf4_core.S: New file.
11496         * sysdeps/x86_64/fpu/svml_s_expf8_core.S: New file.
11497         * sysdeps/x86_64/fpu/svml_s_expf8_core_avx.S: New file.
11498         * sysdeps/x86_64/fpu/svml_s_expf_data.S: New file.
11499         * sysdeps/x86_64/fpu/svml_s_expf_data.h: New file.
11500         * sysdeps/x86_64/fpu/test-float-vlen16-wrappers.c: Vector expf tests.
11501         * sysdeps/x86_64/fpu/test-float-vlen16.c: Likewise.
11502         * sysdeps/x86_64/fpu/test-float-vlen4-wrappers.c: Likewise.
11503         * sysdeps/x86_64/fpu/test-float-vlen4.c: Likewise.
11504         * sysdeps/x86_64/fpu/test-float-vlen8-avx2-wrappers.c: Likewise.
11505         * sysdeps/x86_64/fpu/test-float-vlen8-avx2.c: Likewise.
11506         * sysdeps/x86_64/fpu/test-float-vlen8-wrappers.c: Likewise.
11507         * sysdeps/x86_64/fpu/test-float-vlen8.c: Likewise.
11508         * NEWS: Mention addition of x86_64 vector expf.
11510         * bits/libm-simd-decl-stubs.h: Added stubs for exp.
11511         * math/bits/mathcalls.h: Added exp declaration with __MATHCALL_VEC.
11512         * sysdeps/unix/sysv/linux/x86_64/libmvec.abilist: New versions added.
11513         * sysdeps/x86/fpu/bits/math-vector.h: Added SIMD declaration and asm
11514         redirections for exp.
11515         * sysdeps/x86_64/fpu/Makefile (libmvec-support): Added new files.
11516         * sysdeps/x86_64/fpu/Versions: New versions added.
11517         * sysdeps/x86_64/fpu/libm-test-ulps: Regenerated.
11518         * sysdeps/x86_64/fpu/multiarch/Makefile (libmvec-sysdep_routines): Added
11519         build of SSE, AVX2 and AVX512 IFUNC versions.
11520         * sysdeps/x86_64/fpu/multiarch/svml_d_exp2_core.S: New file.
11521         * sysdeps/x86_64/fpu/multiarch/svml_d_exp2_core_sse4.S: New file.
11522         * sysdeps/x86_64/fpu/multiarch/svml_d_exp4_core.S: New file.
11523         * sysdeps/x86_64/fpu/multiarch/svml_d_exp4_core_avx2.S: New file.
11524         * sysdeps/x86_64/fpu/multiarch/svml_d_exp8_core.S: New file.
11525         * sysdeps/x86_64/fpu/multiarch/svml_d_exp8_core_avx512.S: New file.
11526         * sysdeps/x86_64/fpu/svml_d_exp2_core.S: New file.
11527         * sysdeps/x86_64/fpu/svml_d_exp4_core.S: New file.
11528         * sysdeps/x86_64/fpu/svml_d_exp4_core_avx.S: New file.
11529         * sysdeps/x86_64/fpu/svml_d_exp8_core.S: New file.
11530         * sysdeps/x86_64/fpu/svml_d_exp_data.S: New file.
11531         * sysdeps/x86_64/fpu/svml_d_exp_data.h: New file.
11532         * sysdeps/x86_64/fpu/test-double-vlen2-wrappers.c: Added vector exp test.
11533         * sysdeps/x86_64/fpu/test-double-vlen2.c: Likewise.
11534         * sysdeps/x86_64/fpu/test-double-vlen4-avx2-wrappers.c: Likewise.
11535         * sysdeps/x86_64/fpu/test-double-vlen4-avx2.c: Likewise.
11536         * sysdeps/x86_64/fpu/test-double-vlen4-wrappers.c: Likewise.
11537         * sysdeps/x86_64/fpu/test-double-vlen4.c: Likewise.
11538         * sysdeps/x86_64/fpu/test-double-vlen8-wrappers.c: Likewise.
11539         * sysdeps/x86_64/fpu/test-double-vlen8.c: Likewise.
11540         * NEWS: Mention addition of x86_64 vector exp.
11542         * sysdeps/unix/sysv/linux/x86_64/libmvec.abilist: New symbols added.
11543         * sysdeps/x86/fpu/bits/math-vector.h: Added SIMD declaration and asm
11544         redirections for logf.
11545         * sysdeps/x86_64/fpu/Makefile (libmvec-support): Added new files.
11546         * sysdeps/x86_64/fpu/Versions: New versions added.
11547         * sysdeps/x86_64/fpu/libm-test-ulps: Regenerated.
11548         * sysdeps/x86_64/fpu/multiarch/Makefile (libmvec-sysdep_routines): Added
11549         build of SSE, AVX2 and AVX512 IFUNC versions.
11550         * sysdeps/x86_64/fpu/multiarch/svml_s_logf16_core.S: New file.
11551         * sysdeps/x86_64/fpu/multiarch/svml_s_logf16_core_avx512.S: New file.
11552         * sysdeps/x86_64/fpu/multiarch/svml_s_logf4_core.S: New file.
11553         * sysdeps/x86_64/fpu/multiarch/svml_s_logf4_core_sse4.S: New file.
11554         * sysdeps/x86_64/fpu/multiarch/svml_s_logf8_core.S: New file.
11555         * sysdeps/x86_64/fpu/multiarch/svml_s_logf8_core_avx2.S: New file.
11556         * sysdeps/x86_64/fpu/svml_s_logf16_core.S: New file.
11557         * sysdeps/x86_64/fpu/svml_s_logf4_core.S: New file.
11558         * sysdeps/x86_64/fpu/svml_s_logf8_core.S: New file.
11559         * sysdeps/x86_64/fpu/svml_s_logf8_core_avx.S: New file.
11560         * sysdeps/x86_64/fpu/svml_s_logf_data.S: New file.
11561         * sysdeps/x86_64/fpu/svml_s_logf_data.h: New file.
11562         * sysdeps/x86_64/fpu/test-float-vlen16-wrappers.c: Vector logf tests.
11563         * sysdeps/x86_64/fpu/test-float-vlen16.c: Likewise.
11564         * sysdeps/x86_64/fpu/test-float-vlen4-wrappers.c: Likewise.
11565         * sysdeps/x86_64/fpu/test-float-vlen4.c: Likewise.
11566         * sysdeps/x86_64/fpu/test-float-vlen8-avx2-wrappers.c: Likewise.
11567         * sysdeps/x86_64/fpu/test-float-vlen8-avx2.c: Likewise.
11568         * sysdeps/x86_64/fpu/test-float-vlen8-wrappers.c: Likewise.
11569         * sysdeps/x86_64/fpu/test-float-vlen8.c: Likewise.
11570         * NEWS: Mention addition of x86_64 vector logf.
11572         * bits/libm-simd-decl-stubs.h: Added stubs for log.
11573         * math/bits/mathcalls.h: Added log declaration with __MATHCALL_VEC.
11574         * sysdeps/unix/sysv/linux/x86_64/libmvec.abilist: New versions added.
11575         * sysdeps/x86/fpu/bits/math-vector.h: Added SIMD declaration and asm
11576         redirections for log.
11577         * sysdeps/x86_64/fpu/Makefile (libmvec-support): Added new files.
11578         * sysdeps/x86_64/fpu/Versions: New versions added.
11579         * sysdeps/x86_64/fpu/libm-test-ulps: Regenerated.
11580         * sysdeps/x86_64/fpu/multiarch/Makefile (libmvec-sysdep_routines): Added
11581         build of SSE, AVX2 and AVX512 IFUNC versions.
11582         * sysdeps/x86_64/fpu/multiarch/svml_d_log2_core.S: New file.
11583         * sysdeps/x86_64/fpu/multiarch/svml_d_log2_core_sse4.S: New file.
11584         * sysdeps/x86_64/fpu/multiarch/svml_d_log4_core.S: New file.
11585         * sysdeps/x86_64/fpu/multiarch/svml_d_log4_core_avx2.S: New file.
11586         * sysdeps/x86_64/fpu/multiarch/svml_d_log8_core.S: New file.
11587         * sysdeps/x86_64/fpu/multiarch/svml_d_log8_core_avx512.S: New file.
11588         * sysdeps/x86_64/fpu/svml_d_log2_core.S: New file.
11589         * sysdeps/x86_64/fpu/svml_d_log4_core.S: New file.
11590         * sysdeps/x86_64/fpu/svml_d_log4_core_avx.S: New file.
11591         * sysdeps/x86_64/fpu/svml_d_log8_core.S: New file.
11592         * sysdeps/x86_64/fpu/svml_d_log_data.S: New file.
11593         * sysdeps/x86_64/fpu/svml_d_log_data.h: New file.
11594         * sysdeps/x86_64/fpu/test-double-vlen2-wrappers.c: Added vector log
11595         test.
11596         * sysdeps/x86_64/fpu/test-double-vlen2.c: Likewise.
11597         * sysdeps/x86_64/fpu/test-double-vlen4-avx2-wrappers.c: Likewise.
11598         * sysdeps/x86_64/fpu/test-double-vlen4-avx2.c: Likewise.
11599         * sysdeps/x86_64/fpu/test-double-vlen4-wrappers.c: Likewise.
11600         * sysdeps/x86_64/fpu/test-double-vlen4.c: Likewise.
11601         * sysdeps/x86_64/fpu/test-double-vlen8-wrappers.c: Likewise.
11602         * sysdeps/x86_64/fpu/test-double-vlen8.c: Likewise.
11603         * NEWS: Mention addition of x86_64 vector log.
11605 2015-06-17  Szabolcs Nagy  <szabolcs.nagy@arm.com>
11607         * sysdeps/aarch64/dl-tlsdesc.S (_dl_tlsdesc_return_lazy): Fix
11608         cfi_adjust_cfa_offset argument.
11609         (_dl_tlsdesc_undefweak, _dl_tlsdesc_dynamic): Likewise.
11610         (_dl_tlsdesc_resolve_rela, _dl_tlsdesc_resolve_hold): Likewise.
11612         [BZ #18034]
11613         * sysdeps/aarch64/dl-tlsdesc.h (_dl_tlsdesc_return_lazy): Declare.
11614         * sysdeps/aarch64/dl-tlsdesc.S (_dl_tlsdesc_return_lazy): Define.
11615         (_dl_tlsdesc_undefweak): Guarantee TLSDESC entry and argument load-load
11616         ordering using ldar.
11617         (_dl_tlsdesc_dynamic): Likewise.
11618         (_dl_tlsdesc_return_lazy): Likewise.
11619         * sysdeps/aarch64/tlsdesc.c (_dl_tlsdesc_resolve_rela_fixup): Use
11620         relaxed atomics instead of volatile and synchronize with release store.
11621         (_dl_tlsdesc_resolve_hold_fixup): Use relaxed atomics instead of
11622         volatile.
11623         * elf/tlsdeschtab.h (_dl_tlsdesc_resolve_early_return_p): Likewise.
11625 2015-06-15  Andrew Senkevich  <andrew.senkevich@intel.com>
11627         * sysdeps/unix/sysv/linux/x86_64/libmvec.abilist: New symbols added.
11628         * sysdeps/x86/fpu/bits/math-vector.h: Added SIMD declaration for sinf.
11629         * sysdeps/x86_64/fpu/Makefile (libmvec-support): Added new files.
11630         * sysdeps/x86_64/fpu/Versions: New versions added.
11631         * sysdeps/x86_64/fpu/libm-test-ulps: Regenerated.
11632         * sysdeps/x86_64/fpu/multiarch/Makefile (libmvec-sysdep_routines): Added
11633         build of SSE, AVX2 and AVX512 IFUNC versions.
11634         * sysdeps/x86_64/fpu/multiarch/svml_s_sinf16_core.S: New file.
11635         * sysdeps/x86_64/fpu/multiarch/svml_s_sinf16_core_avx512.S: New file.
11636         * sysdeps/x86_64/fpu/multiarch/svml_s_sinf4_core.S: New file.
11637         * sysdeps/x86_64/fpu/multiarch/svml_s_sinf4_core_sse4.S: New file.
11638         * sysdeps/x86_64/fpu/multiarch/svml_s_sinf8_core.S: New file.
11639         * sysdeps/x86_64/fpu/multiarch/svml_s_sinf8_core_avx2.S: New file.
11640         * sysdeps/x86_64/fpu/svml_s_sinf16_core.S: New file.
11641         * sysdeps/x86_64/fpu/svml_s_sinf4_core.S: New file.
11642         * sysdeps/x86_64/fpu/svml_s_sinf8_core.S: New file.
11643         * sysdeps/x86_64/fpu/svml_s_sinf8_core_avx.S: New file.
11644         * sysdeps/x86_64/fpu/svml_s_sinf_data.S: New file.
11645         * sysdeps/x86_64/fpu/svml_s_sinf_data.h: New file.
11646         * sysdeps/x86_64/fpu/test-float-vlen16-wrappers.c: Vector sinf tests.
11647         * sysdeps/x86_64/fpu/test-float-vlen16.c: Likewise.
11648         * sysdeps/x86_64/fpu/test-float-vlen4-wrappers.c: Likewise.
11649         * sysdeps/x86_64/fpu/test-float-vlen4.c: Likewise.
11650         * sysdeps/x86_64/fpu/test-float-vlen8-avx2-wrappers.c: Likewise.
11651         * sysdeps/x86_64/fpu/test-float-vlen8-avx2.c: Likewise.
11652         * sysdeps/x86_64/fpu/test-float-vlen8-wrappers.c: Likewise.
11653         * sysdeps/x86_64/fpu/test-float-vlen8.c: Likewise.
11654         * NEWS: Mention addition of x86_64 vector sinf.
11656 2015-06-14  Joseph Myers  <joseph@codesourcery.com>
11658         * conform/list-header-symbols.pl (%extra_syms): Add in6addr_any
11659         and in6addr_loopback for XOPEN2K, XOPEN2K8 and POSIX2008.
11660         * conform/Makefile (test-xfail-XOPEN2K/netdb.h/linknamespace):
11661         Remove variable.
11662         (test-xfail-POSIX2008/netdb.h/linknamespace): Likewise.
11663         (test-xfail-XOPEN2K8/netdb.h/linknamespace): Likewise.
11665 2015-06-12  Joseph Myers  <joseph@codesourcery.com>
11667         [BZ #18530]
11668         * libio/iofputs.c [!_IO_MTSAFE_IO] (__fputs_unlocked): Define as
11669         strong alias of _IO_fputs.  Use libc_hidden_def.
11670         * libio/iofputs_u.c (fputs_unlocked): Rename to __fputs_unlocked
11671         and define as weak alias of __fputs_unlocked.  Use
11672         libc_hidden_weak.
11673         * include/stdio.h (__fputs_unlocked): Declare.  Use
11674         libc_hidden_proto.
11675         * misc/syslog.c (__vsyslog_chk): Call __fputs_unlocked instead of
11676         fputs_unlocked.
11678         [BZ #18529]
11679         * resolv/netdb.h [__USE_POSIX]: Change condition to
11680         [__USE_XOPEN2K].
11681         * conform/data/netdb.h-data [XPG4 || UNIX98] (struct addrinfo): Do
11682         not expect.
11683         [XPG4 || UNIX98] (AI_PASSIVE): Likewise.
11684         [XPG4 || UNIX98] (AI_CANONNAME): Likewise.
11685         [XPG4 || UNIX98] (AI_NUMERICHOST): Likewise.
11686         [XPG4 || UNIX98] (AI_V4MAPPED): Likewise.
11687         [XPG4 || UNIX98] (AI_ALL): Likewise.
11688         [XPG4 || UNIX98] (AI_ADDRCONFIG): Likewise.
11689         [XPG4 || UNIX98] (AI_NUMERICSERV): Likewise.
11690         [XPG4 || UNIX98] (NI_NOFQDN): Likewise.
11691         [XPG4 || UNIX98] (NI_NUMERICHOST): Likewise.
11692         [XPG4 || UNIX98] (NI_NAMEREQD): Likewise.
11693         [XPG4 || UNIX98] (NI_NUMERICSERV): Likewise.
11694         [XPG4 || UNIX98] (NI_DGRAM): Likewise.
11695         [XPG4 || UNIX98] (EAI_AGAIN): Likewise.
11696         [XPG4 || UNIX98] (EAI_BADFLAGS): Likewise.
11697         [XPG4 || UNIX98] (EAI_FAIL): Likewise.
11698         [XPG4 || UNIX98] (EAI_FAMILY): Likewise.
11699         [XPG4 || UNIX98] (EAI_MEMORY): Likewise.
11700         [XPG4 || UNIX98] (EAI_NONAME): Likewise.
11701         [XPG4 || UNIX98] (EAI_SERVICE): Likewise.
11702         [XPG4 || UNIX98] (EAI_SOCKTYPE): Likewise.
11703         [XPG4 || UNIX98] (EAI_SYSTEM): Likewise.
11704         [XPG4 || UNIX98] (EAI_SYSTEM): Likewise.
11705         [XPG4 || UNIX98] (freeaddrinfo): Likewise.
11706         [XPG4 || UNIX98] (gai_strerror): Likewise.
11707         [XPG4 || UNIX98] (getaddrinfo): Likewise.
11708         [XPG4 || UNIX98] (getnameinfo): Likewise.
11710         [BZ #18528]
11711         * grp/grp.h (endgrent): Condition on [__USE_MISC ||
11712         __USE_XOPEN_EXTENDED], not [__USE_XOPEN_EXTENDED ||
11713         __USE_XOPEN2K8].
11714         (getgrent): Likewise.
11715         * conform/data/grp.h-data [XPG3 || POSIX2008] (getgrent): Do not
11716         expect.
11717         [XPG3 || POSIX2008] (endgrent): Likewise.
11718         [XPG3] (setgrent): Likewise.
11719         * conform/Makefile (test-xfail-XPG3/grp.h/conform): Remove
11720         variable.
11721         (test-xfail-POSIX2008/grp.h/linknamespace): Likewise.
11723         [BZ #18527]
11724         * login/getlogin_r.c (getlogin_r): Rename to __getlogin_r and
11725         define as weak alias of __getlogin_r.  Use libc_hidden_weak.
11726         * sysdeps/mach/hurd/getlogin_r.c (getlogin_r): Likewise.
11727         * sysdeps/unix/getlogin_r.c (getlogin_r): Likewise.
11728         * sysdeps/unix/sysv/linux/getlogin_r.c (getlogin_r): Likewise.
11729         * include/unistd.h (__getlogin_r): Declare.  Use
11730         libc_hidden_proto.
11731         * posix/glob.c (glob): Call __getlogin_r instead of getlogin_r.
11732         * conform/Makefile (test-xfail-XPG3/glob.h/linknamespace): Remove
11733         variable.
11734         (test-xfail-XPG3/wordexp.h/linknamespace): Likewise.
11735         (test-xfail-XPG4/glob.h/linknamespace): Likewise.
11736         (test-xfail-XPG4/wordexp.h/linknamespace): Likewise.
11738 2015-06-12  Martin Sebor  <msebor@redhat.com>
11740         [BZ #18512]
11741         * Makerules (check-install-supported): New target.
11742         (install): Add check-install-supported as a dependency.
11743         * manual/install.texi (Installing the C Library): Document
11744         that overriding prefix and exec_prefix is not supported.
11745         Mention DESTDIR.
11746         * INSTALL: Regenerate from the above.
11748 2015-06-12  Joseph Myers  <joseph@codesourcery.com>
11750         [BZ #18519]
11751         * posix/Versions (libc): Export __libc_pread at version
11752         GLIBC_PRIVATE.
11753         * sysdeps/pthread/aio_misc.c (handle_fildes_io): Call __libc_pread
11754         instead of pread.
11755         * conform/Makefile (test-xfail-POSIX/aio.h/linknamespace): Remove
11756         variable.
11758         [BZ #18522]
11759         * misc/efgcvt_r.c
11760         [LONG_DOUBLE_COMPAT (libc, GLIBC_2_0) && !LONG_DOUBLE_CVT]
11761         (cvt_symbol): Use weak_alias instead of strong_alias.
11762         [LONG_DOUBLE_COMPAT (libc, GLIBC_2_0)] (cvt_symbol): Likewise.
11763         * conform/Makefile (test-xfail-XPG4/stdlib.h/linknamespace):
11764         Remove variable.
11765         (test-xfail-UNIX98/stdlib.h/linknamespace): Likewise.
11766         (test-xfail-XOPEN2K/stdlib.h/linknamespace): Likewise.
11768         [BZ #18520]
11769         * inet/herrno.c (h_errno): Rename to __h_errno.
11770         (__libc_h_errno): Define as alias of __h_errno not h_errno.
11771         * include/netdb.h [IS_IN_LIB && !IS_IN (libc)] (h_errno): Define
11772         to __h_errno instead of h_errno.
11773         * nptl/herrno.c (h_errno): Rename to __h_errno.
11774         (__h_errno_location): Refer to __h_errno not h_errno.
11775         * resolv/Versions (h_errno): Rename to __h_errno.
11776         * conform/Makefile (test-xfail-XOPEN2K8/grp.h/linknamespace):
11777         Remove variable.
11778         (test-xfail-XOPEN2K8/pwd.h/linknamespace): Likewise.
11780 2015-06-11  Andrew Senkevich  <andrew.senkevich@intel.com>
11782         * configure.ac: More strict check for AVX512 assembler support.
11783         * configure: Regenerated.
11785         * bits/libm-simd-decl-stubs.h: Added stubs for sin.
11786         * math/bits/mathcalls.h: Added sin declaration with __MATHCALL_VEC.
11787         * sysdeps/unix/sysv/linux/x86_64/libmvec.abilist: New versions added.
11788         * sysdeps/x86/fpu/bits/math-vector.h: SIMD declaration for sin.
11789         * sysdeps/x86_64/fpu/Makefile (libmvec-support): Added new files.
11790         * sysdeps/x86_64/fpu/Versions: New versions added.
11791         * sysdeps/x86_64/fpu/libm-test-ulps: Regenerated.
11792         * sysdeps/x86_64/fpu/multiarch/Makefile (libmvec-sysdep_routines):
11793         Added build of SSE, AVX2 and AVX512 IFUNC versions.
11794         * sysdeps/x86_64/fpu/multiarch/svml_d_sin2_core.S: New file.
11795         * sysdeps/x86_64/fpu/multiarch/svml_d_sin2_core_sse4.S: New file.
11796         * sysdeps/x86_64/fpu/multiarch/svml_d_sin4_core.S: New file.
11797         * sysdeps/x86_64/fpu/multiarch/svml_d_sin4_core_avx2.S: New file.
11798         * sysdeps/x86_64/fpu/multiarch/svml_d_sin8_core.S: New file.
11799         * sysdeps/x86_64/fpu/multiarch/svml_d_sin8_core_avx512.S: New file.
11800         * sysdeps/x86_64/fpu/svml_d_sin2_core.S: New file.
11801         * sysdeps/x86_64/fpu/svml_d_sin4_core.S: New file.
11802         * sysdeps/x86_64/fpu/svml_d_sin4_core_avx.S: New file.
11803         * sysdeps/x86_64/fpu/svml_d_sin8_core.S: New file.
11804         * sysdeps/x86_64/fpu/svml_d_sin_data.S: New file.
11805         * sysdeps/x86_64/fpu/svml_d_sin_data.h: New file.
11806         * sysdeps/x86_64/fpu/test-double-vlen2-wrappers.c: Added vector sin
11807         test.
11808         * sysdeps/x86_64/fpu/test-double-vlen2.c: Likewise.
11809         * sysdeps/x86_64/fpu/test-double-vlen4-avx2-wrappers.c: Likewise.
11810         * sysdeps/x86_64/fpu/test-double-vlen4-avx2.c: Likewise.
11811         * sysdeps/x86_64/fpu/test-double-vlen4-wrappers.c: Likewise.
11812         * sysdeps/x86_64/fpu/test-double-vlen4.c: Likewise.
11813         * sysdeps/x86_64/fpu/test-double-vlen8-wrappers.c: Likewise.
11814         * sysdeps/x86_64/fpu/test-double-vlen8.c: Likewise.
11815         * NEWS: Mention addition of x86_64 vector sin.
11817 2015-06-11  Florian Weimer  <fweimer@redhat.com>
11819         * nptl/pthread_key_create.c (__pthread_key_create): Fix typo in
11820         comment.
11822 2015-06-10  Gleb Fotengauer-Malinovskiy  <glebfm@altlinux.org>
11824         [BZ #18479]
11825         * nptl/pt-interp.c: New file.
11826         * nptl/Makefile (libpthread-routines, libpthread-shared-only-routines):
11827         Add pt-interp.
11828         [[$(build-shared) = yes] ($(objpfx)pt-interp.os): Depend on
11829         $(common-objpfx)runtime-linker.h.
11831 2015-06-10  Dmitry V. Levin  <ldv@altlinux.org>
11833         * Makeconfig (+interp): Remove unused variable.
11834         * elf/Makefile ($(objpfx)interp.os): Define for [$(build-shared) = yes]
11835         only.  Depend on $(common-objpfx)runtime-linker.h instead of
11836         $(elf-objpfx)runtime-linker.h.
11837         ($(elf-objpfx)runtime-linker.h): Rename to
11838         $(common-objpfx)runtime-linker.h and move ...
11839         * Makerules [$(build-shared) = yes]: ... here.
11840         * elf/interp.c: Include <runtime-linker.h> instead of
11841         <elf/runtime-linker.h>.
11843 2015-06-09  Adhemerval Zanella  <adhemerval.zanella@linaro.org>
11845         * sysdeps/unix/sysv/linux/i386/gettimeofday.c
11846         (__gettimeofday_syscall): Remove vsyscall fallback.
11847         * sysdeps/unix/sysv/linux/i386/time.c (__time_syscall): Likewise.
11848         * sysdeps/unix/sysv/linux/x86/gettimeofday.c (__gettimeofday_syscall):
11849         Add syscall fallback function.
11850         (gettimeofday_ifunc): Use __gettimeofday_syscall as fallback mechanism
11851         if vDSO is not present.
11852         * sysdeps/unix/sysv/linux/x86/time.c (__time_syscall): Add syscall
11853         fallback function.
11854         (time_ifunc): Use __time_syscall as fallback mechanism if vDSO is not
11855         present.
11856         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c: Remove file.
11857         * sysdeps/unix/sysv/linux/x86_64/time.c: Likewise.
11859 2015-06-09  Joseph Myers  <joseph@codesourcery.com>
11861         [BZ #18497]
11862         * wcsmbs/wcscmp.c [!WCSCMP] (WCSCMP): Define as __wcscmp instead
11863         of wcscmp.
11864         (wcscmp): Define as weak alias of WCSCMP.
11865         * wcsmbs/wcscoll.c (STRCOLL): Define as __wcscoll instead of
11866         wcscoll.
11867         (USE_HIDDEN_DEF): Define.
11868         [!USE_IN_EXTENDED_LOCALE_MODEL] (wcscoll): Define as weak alias of
11869         __wcscoll.  Don't use libc_hidden_weak.
11870         * wcsmbs/wcscoll_l.c (STRCMP): Define as __wcscmp instead of
11871         wcscmp.
11872         * sysdeps/i386/i686/multiarch/wcscmp-c.c
11873         [SHARED] (libc_hidden_def): Define __GI___wcscmp instead of
11874         __GI_wcscmp.
11875         (weak_alias): Undefine and redefine.
11876         * sysdeps/i386/i686/multiarch/wcscmp.S (wcscmp): Rename to
11877         __wcscmp and define as weak alias of __wcscmp.
11878         * sysdeps/x86_64/wcscmp.S (wcscmp): Likewise.
11879         * include/wchar.h (__wcscmp): Declare.  Use libc_hidden_proto.
11880         (__wcscoll): Likewise.
11881         (wcscmp): Don't use libc_hidden_proto.
11882         (wcscoll): Likewise.
11883         * posix/regcomp.c (build_range_exp): Call __wcscoll instead of
11884         wcscoll.
11885         * posix/regexec.c (check_node_accept_bytes): Likewise.
11886         * conform/Makefile (test-xfail-XPG3/regex.h/linknamespace): Remove
11887         variable.
11888         (test-xfail-XPG4/regex.h/linknamespace): Likewise.
11889         (test-xfail-POSIX/regex.h/linknamespace): Likewise.
11891         [BZ #18507]
11892         * sysdeps/unix/sysv/linux/fstatvfs.c (fstatvfs): Rename to
11893         __fstatvfs and define as weak alias of __fstatvfs.  Use
11894         libc_hidden_weak.
11895         * sysdeps/unix/sysv/linux/statvfs.c (statvs): Rename to __statvfs
11896         and define as weak alias of __statvfs.  Use libc_hidden_weak.
11897         * sysdeps/unix/sysv/linux/wordsize-64/fstatvfs.c (__fstatvfs64):
11898         Define as alias of __fstatvfs, not fstatvfs.
11899         (fstatvfs64): Likewise.
11900         * sysdeps/unix/sysv/linux/wordsize-64/statvfs.c (__statvfs64):
11901         Define as alias of __statvfs, not statvfs.
11902         (statvfs64): Likewise.
11903         * conform/Makefile (test-xfail-POSIX/unistd.h/linknamespace):
11904         Remove variable.
11906 2015-06-09  Adhemerval Zanella  <adhemerval.zanella@linaro.org>
11908         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h
11909         (HAVE_GETCPU_VSYSCALL): Define.
11910         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h
11911         (HAVE_GETCPU_VSYSCALL): Likewise.
11912         * sysdeps/unix/sysv/linux/powerpc/sched_getcpu.c: Remove file.
11913         * sysdeps/unix/sysv/linux/sched_getcpu.c
11914         (HAVE_VSYSCALL) [HAVE_GETCPU_VSYSCALL]: Define.
11915         (sched_getcpu): Use INLINE_VSYSCALL instead of INLINE_SYSCALL.
11916         * sysdeps/unix/sysv/linux/x86/libc-vdso.h (getcpu): Add vDSO
11917         prototype.
11918         * sysdeps/unix/sysv/linux/x86_64/init-first.c
11919         (__vdso_platform_setup): Remove vsyscall getcpu fallback.
11920         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S: Remove file.
11921         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (HAVE_GETCPU_VSYSCALL):
11922         Define.
11923         * sysdeps/unix/sysv/linux/x86_64/x32/Makefile: Remove file.
11924         * sysdeps/unix/sysv/linux/x86_64/x32/init-first.c: Likewise.
11925         * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu-static.c: Likewise.
11926         * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu.S: Likewise.
11928 2015-06-09  Andrew Senkevich  <andrew.senkevich@intel.com>
11930         * sysdeps/x86_64/fpu/Makefile: New file.
11931         * sysdeps/x86_64/fpu/Versions: New file.
11932         * sysdeps/x86_64/fpu/svml_d_cos_data.S: New file.
11933         * sysdeps/x86_64/fpu/svml_d_cos_data.h: New file.
11934         * sysdeps/x86_64/fpu/svml_d_cos2_core.S: New file.
11935         * sysdeps/x86_64/fpu/svml_d_cos4_core.S: New file.
11936         * sysdeps/x86_64/fpu/svml_d_cos4_core_avx.S: New file.
11937         * sysdeps/x86_64/fpu/svml_d_cos8_core.S: New file.
11938         * sysdeps/x86_64/fpu/svml_d_wrapper_impl.h: New file.
11939         * sysdeps/x86_64/fpu/multiarch/svml_d_cos2_core.S: New file.
11940         * sysdeps/x86_64/fpu/multiarch/svml_d_cos2_core_sse4.S: New file.
11941         * sysdeps/x86_64/fpu/multiarch/svml_d_cos4_core.S: New file.
11942         * sysdeps/x86_64/fpu/multiarch/svml_d_cos4_core_avx2.S: New file.
11943         * sysdeps/x86_64/fpu/multiarch/svml_d_cos8_core.S: New file.
11944         * sysdeps/x86_64/fpu/multiarch/svml_d_cos8_core_avx512.S: New file.
11945         * sysdeps/x86_64/fpu/multiarch/Makefile (libmvec-sysdep_routines):
11946         Added build of SSE, AVX2 and AVX512 IFUNC versions.
11947         * sysdeps/x86/fpu/bits/math-vector.h: Added SIMD declaration for cos.
11948         * math/bits/mathcalls.h: Added cos declaration with __MATHCALL_VEC.
11949         * sysdeps/x86_64/configure.ac: Options for libmvec build.
11950         * sysdeps/x86_64/configure: Regenerated.
11951         * sysdeps/x86_64/sysdep.h (cfi_offset_rel_rsp): New macro.
11952         * sysdeps/unix/sysv/linux/x86_64/libmvec.abilist: New file.
11953         * manual/install.texi (Configuring and compiling): Document
11954         --disable-mathvec.
11955         * INSTALL: Regenerated.
11956         * NEWS: Mention addition of libmvec and x86_64 vector cos.
11958         * math/Makefile: Added rules for vector tests.
11959         * math/gen-libm-have-vector-test.sh: Added generation of wrapper
11960         declaration under condition.
11961         * math/test-double-vlen2.h: New file.
11962         * math/test-double-vlen4.h: New file.
11963         * math/test-double-vlen8.h: New file.
11964         * math/test-vec-loop.h: Added initialization macro.
11965         * sysdeps/x86_64/fpu/Makefile: Added variables for vector tests.
11966         * sysdeps/x86_64/fpu/libm-test-ulps: Regenarated.
11967         * sysdeps/x86_64/fpu/math-tests-arch.h: New file.
11968         * sysdeps/x86_64/fpu/test-double-vlen2-wrappers.c: New file.
11969         * sysdeps/x86_64/fpu/test-double-vlen2.c: New file.
11970         * sysdeps/x86_64/fpu/test-double-vlen4-avx2-wrappers.c: New file.
11971         * sysdeps/x86_64/fpu/test-double-vlen4-avx2.c: New file.
11972         * sysdeps/x86_64/fpu/test-double-vlen4-wrappers.c: New file.
11973         * sysdeps/x86_64/fpu/test-double-vlen4.c: New file.
11974         * sysdeps/x86_64/fpu/test-double-vlen8-wrappers.c: New file.
11975         * sysdeps/x86_64/fpu/test-double-vlen8.c: New file.
11977         * sysdeps/x86_64/fpu/Makefile (libmvec-support): Added new files.
11978         * sysdeps/x86_64/fpu/Versions: New versions added.
11979         * sysdeps/x86_64/fpu/svml_s_cosf4_core.S: New file.
11980         * sysdeps/x86_64/fpu/multiarch/svml_s_cosf4_core.S: New file.
11981         * sysdeps/x86_64/fpu/multiarch/svml_s_cosf4_core_sse4.S: New file.
11982         * sysdeps/x86_64/fpu/svml_s_cosf8_core_avx.S: New file.
11983         * sysdeps/x86_64/fpu/svml_s_cosf8_core.S: New file.
11984         * sysdeps/x86_64/fpu/multiarch/svml_s_cosf8_core.S: New file.
11985         * sysdeps/x86_64/fpu/multiarch/svml_s_cosf8_core_avx2.S: New file.
11986         * sysdeps/x86_64/fpu/svml_s_cosf16_core.S: New file.
11987         * sysdeps/x86_64/fpu/multiarch/svml_s_cosf16_core.S: New file.
11988         * sysdeps/x86_64/fpu/multiarch/svml_s_cosf16_core_avx512.S: New file.
11989         * sysdeps/x86_64/fpu/svml_s_wrapper_impl.h: New file.
11990         * sysdeps/x86_64/fpu/svml_s_cosf_data.S: New file.
11991         * sysdeps/x86_64/fpu/svml_s_cosf_data.h: New file.
11992         * sysdeps/x86_64/fpu/multiarch/Makefile (libmvec-sysdep_routines):
11993         Added build of SSE, AVX2 and AVX512 IFUNC versions.
11994         * sysdeps/unix/sysv/linux/x86_64/libmvec.abilist: New versions added.
11995         * sysdeps/x86/fpu/bits/math-vector.h: Added SIMD declaration for cosf.
11996         * NEWS: Mention addition of x86_64 vector cosf.
11998         * math/Makefile: Added CFLAGS for new tests.
11999         * math/test-float-vlen16.h: New file.
12000         * math/test-float-vlen4.h: New file.
12001         * math/test-float-vlen8.h: New file.
12002         * math/test-double-vlen2.h: Fixed 2 argument macro and comment.
12003         * sysdeps/x86_64/fpu/Makefile: Added new tests and variables.
12004         * sysdeps/x86_64/fpu/libm-test-ulps: Regenerated.
12005         * sysdeps/x86_64/fpu/test-float-vlen16-wrappers.c: New file.
12006         * sysdeps/x86_64/fpu/test-float-vlen16.c: New file.
12007         * sysdeps/x86_64/fpu/test-float-vlen4-wrappers.c: New file.
12008         * sysdeps/x86_64/fpu/test-float-vlen4.c: New file.
12009         * sysdeps/x86_64/fpu/test-float-vlen8-avx2-wrappers.c: New file.
12010         * sysdeps/x86_64/fpu/test-float-vlen8-avx2.c: New file.
12011         * sysdeps/x86_64/fpu/test-float-vlen8-wrappers.c: New file.
12012         * sysdeps/x86_64/fpu/test-float-vlen8.c: New file.
12014 2015-06-09 Marko Myllynen  <myllynen@redhat.com>
12016         * locale/C-ctype.c (PREDEFINED_CLASSES): Remove.
12017         * locale/programs/ld-ctype.c: Likewise.
12019 2015-06-08  Andrew Senkevich  <andrew.senkevich@intel.com>
12021         * sysdeps/x86_64/multiarch/init-arch.h (bit_AVX512F_Usable,
12022         bit_AVX512DQ_Usable, bit_Opmask_state, bit_ZMM0_15_state,
12023         bit_ZMM16_31_state): New macro.
12024         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
12025         Check and set bit_AVX512F_Usable, bit_AVX512DQ_Usable.
12027 2015-06-08  Joseph Myers  <joseph@codesourcery.com>
12029         * include/stdio.h (__open_memstream): Say "C++ tests" in comment.
12031 2015-06-06  Justus Winter  <4winter@informatik.uni-hamburg.de>
12033         * mach/mach/mach_traps.h (thread_switch): Fix typo in comment.
12035 2015-06-05  Joseph Myers  <joseph@codesourcery.com>
12037         [BZ #18498]
12038         * libio/memstream.c (open_memstream): Rename to __open_memstream
12039         and define as weak alias of __open_memstream.
12040         * include/stdio.h (__open_memstream): Declare.  Use
12041         libc_hidden_proto.
12042         (open_memstream): Don't use libc_hidden_proto.
12043         * misc/syslog.c (__vsyslog_chk): Call __open_memstream instead of
12044         open_memstream.
12045         * posix/getopt.c (_getopt_internal_r): Likewise.
12046         * conform/Makefile (test-xfail-XPG3/stdio.h/linknamespace): Remove
12047         variable.
12048         (test-xfail-XPG4/stdio.h/linknamespace): Likewise.
12049         (test-xfail-UNIX98/stdio.h/linknamespace): Likewise.
12050         (test-xfail-XOPEN2K/unistd.h/linknamespace): Likewise.
12052         [BZ #18496]
12053         * posix/regex_internal.c (build_wcs_upper_buffer): Call __wcrtomb
12054         instead of wcrtomb.
12056         [BZ #18483]
12057         * signal/signal.h [__USE_XOPEN2K] (psignal): Change condition to
12058         [__USE_XOPEN2K8].  Remove redundant #endif.
12059         [__USE_XOPEN2K] (psiginfo): Change condition to [__USE_XOPEN2K8].
12060         Remove redundant #if.
12061         * conform/Makefile (test-xfail-XOPEN2K/signal.h/linknamespace):
12062         Remove variable.
12063         (test-xfail-XOPEN2K/sys/wait.h/linknamespace): Likewise.
12064         (test-xfail-XOPEN2K/ucontext.h/linknamespace): Likewise.
12066         [BZ #18495]
12067         * wctype/wcfuncs.c (__iswalnum): Use libc_hidden_def.
12068         (__iswlower): Likewise.
12069         * include/wctype.h (__iswalnum): Declare.  Use libc_hidden_proto.
12070         (__iswlower): Likewise.
12071         * posix/regcomp.c (re_compile_fastmap_iter): Call __towlower
12072         instead of towlower.
12073         * posix/regex_internal.c (build_wcs_upper_buffer): Call __iswlower
12074         instead of iswlower.  Call __towupper instead of towupper.
12075         * posix/regex_internal.h (IS_WIDE_WORD_CHAR): Call __iswalnum
12076         instead of iswalnum.
12078 2015-06-05  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
12080         * malloc/tst-malloc-backtrace.c (do_test): Redirect libc fatal
12081         errors to stderr.
12083 2015-06-05  Florian Weimer  <fweimer@redhat.com>
12085         [BZ #15661]
12086         [BZ #17322]
12087         * sysdeps/posix/posix_fallocate64.c (__posix_fallocate64_l64):
12088         Check for overflow properly.  Check for O_APPEND.  Ignore large
12089         file system block sizes.  Add comments about problems.
12090         * sysdeps/posix/posix_fallocate.c (posix_fallocate): Likewise.
12091         * manual/filesys.texi (Storage Allocation): New node.
12093 2015-06-04  Adhemerval Zanella  <adhemerval.zanella@linaro.org>
12095         * sysdeps/unix/sysdep.h [SYSCALL_CANCEL]: New macro: define
12096         cancellable syscalls.
12097         (SYS_ify): Add guard to no redefine it.
12098         (INLINE_SYSCALL): Likewise.
12099         * sysdeps/unix/sysv/linux/accept4.c (accept4): Remove
12100         LIBC_CANCEL_ASYNC/INLINE_SYSCALL/LIBC_CANCEL_RESET and use
12101         SYSCALL_CANCEL instead.
12102         * sysdeps/unix/sysv/linux/alpha/fdatasync.c (__fdatasync): Likewise.
12103         * sysdeps/unix/sysv/linux/arm/pread.c (__libc_pread): Likewise.
12104         * sysdeps/unix/sysv/linux/arm/pread64.c (__libc_pread64): Likewise.
12105         * sysdeps/unix/sysv/linux/arm/pwrite.c (__libc_pwrite): Likewise.
12106         * sysdeps/unix/sysv/linux/arm/pwrite64.c (__libc_pwrite64): Likewise.
12107         * sysdeps/unix/sysv/linux/epoll_pwait.c (epoll_pwait): Likewise.
12108         * sysdeps/unix/sysv/linux/fallocate.c (fallocate): Likewise.
12109         * sysdeps/unix/sysv/linux/fallocate64.c (fallocate64): Likewise.
12110         * sysdeps/unix/sysv/linux/generic/open.c (__libc_open): Likewise.
12111         * sysdeps/unix/sysv/linux/generic/open64.c (__libc_open64): Likewise.
12112         * sysdeps/unix/sysv/linux/generic/pause.c (__libc_pause): Likewise.
12113         * sysdeps/unix/sysv/linux/generic/poll.c (__poll): Likewise.
12114         * sysdeps/unix/sysv/linux/generic/recv.c (__libc_recv): Likewise.
12115         * sysdeps/unix/sysv/linux/generic/select.c (__select): Likewise.
12116         * sysdeps/unix/sysv/linux/generic/send.c (__libc_send): Likewise.
12117         * sysdeps/unix/sysv/linux/generic/wordsize-32/pread.c (__libc_pread):
12118         Likewise.
12119         * sysdeps/unix/sysv/linux/generic/wordsize-32/pread64.c
12120         (__libc_pread64): Likewise.
12121         * sysdeps/unix/sysv/linux/generic/wordsize-32/preadv.c
12122         (__libc_preadv): Likewise.
12123         * sysdeps/unix/sysv/linux/generic/wordsize-32/preadv64.c
12124         (__libc_readv64): Likewise.
12125         * sysdeps/unix/sysv/linux/generic/wordsize-32/pwrite.c
12126         (__libc_pwrite): Likewise.
12127         * sysdeps/unix/sysv/linux/generic/wordsize-32/pwrite64.c
12128         (__libc_pwrite64): Likewise.
12129         * sysdeps/unix/sysv/linux/generic/wordsize-32/pwritev.c
12130         (__libc_pwritev): Likewise.
12131         * sysdeps/sysv/linux/generic/wordsize-32/pwritev64.c
12132         (__libc_pwritev64): Likewise.
12133         * sysdeps/unix/sysv/linux/i386/fcntl.c (__libc_fcntl): Likewise.
12134         * sysdeps/unix/sysv/linux/mips/mips32/sync_file_range.c
12135         (sync_file_range): Likewise.
12136         * sysdeps/unix/sysv/linux/mips/mips64/n32/fallocate.c (fallocate):
12137         Likewise.
12138         * sysdeps/unix/sysv/linux/mips/mips64/n32/fallocate64.c (fallocate64):
12139         Likewise.
12140         * sysdeps/unix/sysv/linux/mips/pread.c (__libc_pread): Likewise.
12141         * sysdeps/unix/sysv/linux/mips/pread64.c (__libc_pread64): Likewise.
12142         * sysdeps/unix/sysv/linux/mips/pwrite.c (__libc_pwrite): Likewise.
12143         * sysdeps/unix/sysv/linux/mips/pwrite64.c (__libc_pwrite64): Likewise.
12144         * sysdeps/unix/sysv/linux/msgrcv.c (__libc_msgrcv): Likewise.
12145         * sysdeps/unix/sysv/linux/msgsnd.c (__libc_msgsnd): Likewise.
12146         * sysdeps/unix/sysv/linux/open64.c (__libc_open64): Likewise.
12147         * sysdeps/unix/sysv/linux/openat.c (__libc_openat): Likewise.
12148         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread.c (__libc_pread):
12149         Likewise.
12150         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread64.c
12151         (__libc_read64): Likewise.
12152         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite.c (__libc_write):
12153         Likewise.
12154         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite64.c (__libc_write64):
12155         Likewise.
12156         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fcntl.c (__libc_fcntl):
12157         Likewise.
12158         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c (__libc_pread):
12159         Likewise.
12160         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c
12161         (__libc_pread64): Likewise.
12162         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c (__libc_pwrite):
12163         Likewise.
12164         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c
12165         (__libc_pwrite64): Likewise.
12166         * sysdeps/sysv/linux/powerpc/powerpc64/sync_file_range.c
12167         (sync_file_range): Likewise.
12168         * sysdeps/unix/sysv/linux/ppoll.c (ppoll): Likewise.
12169         * sysdeps/unix/sysv/linux/pread.c (__libc_pread): Likewise.
12170         * sysdeps/unix/sysv/linux/pread64.c (__libc_pread64): Likewise.
12171         * sysdeps/unix/sysv/linux/preadv.c (__libc_preadv): Likewise.
12172         * sysdeps/unix/sysv/linux/pselect.c (__pselect): Likewise.
12173         * sysdeps/unix/sysv/linux/pwrite.c (__libc_pwrite): Likewise.
12174         * sysdeps/unix/sysv/linux/pwrite64.c (__libc_pwrite64): Likewise.
12175         * sysdeps/unix/sysv/linux/pwritev.c (PWRITEV): Likewise.
12176         * sysdeps/unix/sysv/linux/readv.c (__libc_readv): Likewise.
12177         * sysdeps/unix/sysv/linux/recvmmsg.c (recvmmsg): Likewise.
12178         * sysdeps/unix/sysv/linux/sendmmsg.c (sendmmsg): Likewise.
12179         * sysdeps/unix/sysv/linux/sh/pread.c (__libc_pread): Likewise.
12180         * sysdeps/unix/sysv/linux/sh/pread64.c (__libc_pread64): Likewise.
12181         * sysdeps/unix/sysv/linux/sh/pwrite.c (__libc_pwrite): Likewise.
12182         * sysdeps/unix/sysv/linux/sh/pwrite64.c (__libc_pwrite64): Likewise.
12183         * sysdeps/unix/sysv/linux/sigsuspend.c (__sigsuspend): Likewise.
12184         * sysdeps/unix/sysv/linux/sigtimedwait.c (__sigtimedwait): Likewise.
12185         * sysdeps/unix/sysv/linux/sigwaitinfo.c (__sigwaitinfo): Likewise.
12186         * sysdeps/unix/sysv/linux/sparc/sparc64/msgrcv.c (__libc_msgrcv):
12187         Likewise.
12188         * sysdeps/unix/sysv/linux/sync_file_range.c (sync_file_range):
12189         Likewise.
12190         * sysdeps/unix/sysv/linux/tcdrain.c (__libc_tcdrain): Likewise.
12191         * sysdeps/unix/sysv/linux/timer_routines.c (timer_helper_thread):
12192         Likewise.
12193         * sysdeps/unix/sysv/linux/wait.c (__libc_wait): Likewise.
12194         * sysdeps/unix/sysv/linux/waitid.c (__waitid): Likewise.
12195         * sysdeps/unix/sysv/linux/waitpid.c (__libc_waitpid): Likewise.
12196         * sysdeps/unix/sysv/linux/wordsize-64/fallocate.c (fallocate):
12197         Likewise.
12198         * sysdeps/unix/sysv/linux/wordsize-64/preadv.c (preadv): Likewise.
12199         * sysdeps/unix/sysv/linux/wordsize-64/pwritev.c (pwritev): Likewise.
12200         * sysdeps/unix/sysv/linux/writev.c (__libc_writev): Likewise.
12201         * sysdeps/unix/sysv/linux/x86_64/recv.c (__libc_recv): Likewise.
12202         * sysdeps/unix/sysv/linux/x86_64/send.c (__libc_send): Likewise.
12204 2015-06-04  Nathan Lynch  <nathan_lynch@codesourcery.com>
12206         * sysdeps/unix/sysv/linux/arm/Makefile: (sysdep_routines):
12207         Include dl-vdso.
12208         * sysdeps/unix/sysv/linux/arm/init-first.c: New file:
12209         Use VDSO routines for gettimeofday, clock_gettime if
12210         available.
12211         * sysdeps/unix/sysv/linux/arm/libc-vdso.h: New file:
12212         Declare VDSO symbols.
12213         * sysdeps/unix/sysv/linux/arm/sysdep.h:
12214         [HAVE_GETTIMEOFDAY_VSYSCALL]: Define.
12215         [HAVE_CLOCK_GETTIME_VSYSCALL]: Define.
12216         * sysdeps/unix/sysv/linux/arm/Versions: Add
12217         __vdso_clock_gettime.
12219 2015-06-04  Adhemerval Zanella  <adhemerval.zanella@linaro.org>
12221         * sysdeps/unix/sysv/linux/not-cancel.h (open_not_cancel): Rewrite to
12222         be an inline implementation regardless of library is built within.
12223         (open_not_cancel_2): Likewise.
12224         (__read_nocancel): Likewise.
12225         (__write_nocancel): Likewise.
12226         (openat_not_cancel): Likewise.
12227         (openat_not_cancel_3): Likewise.
12228         (openat64_not_cancel): Likewise.
12229         (openat64_not_cancel_3): Likewise.
12230         (__close_nocancel): Likewise.
12231         (pause_not_cancel): Likewise.
12232         (nanosleep_not_cancel): Likewise.
12233         (sigsuspend_not_cancel): Likewise.
12235 2015-06-04  Torvald Riegel  <triegel@redhat.com>
12237         [BZ #14958]
12238         * nptl/pthread_rwlock_rdlock.c (__pthread_rwlock_rdlock): Add missing
12239         wake-up.
12240         (__pthread_rwlock_rdlock_slow): Likewise.
12241         * nptl/pthread_rwlock_timedrdlock.c (pthread_rwlock_timedrdlock):
12242         Likewise.
12243         * nptl/pthread_rwlock_tryrdlock.c (__pthread_rwlock_tryrdlock):
12244         Likewise.
12245         * nptl/pthread_rwlock_unlock.c (__pthread_rwlock_unlock): Add comments.
12246         * nptl/tst-rwlock16.c: New file.
12247         * nptl/Makefile (tests): Add new test.
12249 2015-06-04  Torvald Riegel  <triegel@redhat.com>
12251         [BZ #18324]
12252         * nptl/pthread_rwlock_timedwrlock.c (pthread_rwlock_timedwrlock): Add
12253         missing wake-up of readers.
12254         * nptl/tst-rwlock15.c: New file.
12255         * nptl/Makefile (tests): Add new test.
12257 2015-06-03  Roland McGrath  <roland@hack.frob.com>
12259         * sysdeps/nacl/nacl-interfaces.c (try_supply): New static function.
12260         (PASTE_NAME (__nacl_supply_interface_, MODULE_NAME)): New function.
12261         * sysdeps/nacl/nacl-interfaces.h: Declare __nacl_supply_interface_libc
12262         and __nacl_supply_interface_rtld.
12263         * sysdeps/nacl/nacl_interface_ext_supply.c: New file.
12264         * sysdeps/nacl/Makefile [$(subdir) = csu] (sysdep_routines): Add it.
12265         * sysdeps/nacl/Versions (ld: GLIBC_PRIVATE):
12266         Add __nacl_supply_interface_rtld.
12267         (libc: GLIBC_2.22): Add nacl_interface_ext_supply.
12269 2015-06-03  Wilco Dijkstra  <wdijkstr@arm.com>
12271         * sysdeps/ieee754/ldbl-128ibm/s_fmal.c (__fmal): Replace finite with
12272         isfinite.
12273         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Likewise.
12274         * sysdeps/ieee754/ldbl-opt/nldbl-finite.c (__finitel): Likewise.
12276 2015-06-03  Wilco Dijkstra  <wdijkstr@arm.com>
12278         * math/e_exp10.c: Replace __isinf*, __isnan*, __finite* and
12279         __signbit* with standard C99 macros.
12280         * math/e_exp10l.c: Likewise.
12281         * math/e_exp2l.c: Likewise.
12282         * math/e_scalb.c: Likewise.
12283         * math/e_scalbf.c: Likewise.
12284         * math/e_scalbl.c: Likewise.
12285         * math/s_ldexp.c: Likewise.
12286         * math/s_ldexpf.c: Likewise.
12287         * math/s_ldexpl.c: Likewise.
12288         * math/w_atan2.c: Likewise.
12289         * math/w_atan2f.c: Likewise.
12290         * math/w_atan2l.c: Likewise.
12291         * math/w_cosh.c: Likewise.
12292         * math/w_coshf.c: Likewise.
12293         * math/w_coshl.c: Likewise.
12294         * math/w_exp10.c: Likewise.
12295         * math/w_exp10f.c: Likewise.
12296         * math/w_exp10l.c: Likewise.
12297         * math/w_exp2.c: Likewise.
12298         * math/w_exp2f.c: Likewise.
12299         * math/w_exp2l.c: Likewise.
12300         * math/w_fmod.c: Likewise.
12301         * math/w_fmodf.c: Likewise.
12302         * math/w_fmodl.c: Likewise.
12303         * math/w_hypot.c: Likewise.
12304         * math/w_hypotf.c: Likewise.
12305         * math/w_hypotl.c: Likewise.
12306         * math/w_jnl.c: Likewise.
12307         * math/w_lgamma.c: Likewise.
12308         * math/w_lgamma_r.c: Likewise.
12309         * math/w_lgammaf.c: Likewise.
12310         * math/w_lgammaf_r.c: Likewise.
12311         * math/w_lgammal.c: Likewise.
12312         * math/w_lgammal_r.c: Likewise.
12313         * math/w_pow.c: Likewise.
12314         * math/w_powf.c: Likewise.
12315         * math/w_powl.c: Likewise.
12316         * math/w_remainder.c: Likewise.
12317         * math/w_remainderf.c: Likewise.
12318         * math/w_remainderl.c: Likewise.
12319         * math/w_scalb.c: Likewise.
12320         * math/w_scalbf.c: Likewise.
12321         * math/w_scalbl.c: Likewise.
12322         * math/w_scalbln.c: Likewise.
12323         * math/w_scalblnf.c: Likewise.
12324         * math/w_scalblnl.c: Likewise.
12325         * math/w_sinh.c: Likewise.
12326         * math/w_sinhf.c: Likewise.
12327         * math/w_sinhl.c: Likewise.
12328         * math/w_tgamma.c: Likewise.
12329         * math/w_tgammaf.c: Likewise.
12330         * math/w_tgammal.c: Likewise.
12331         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
12332         * sysdeps/ieee754/dbl-64/e_exp10.c: Likewise.
12333         * sysdeps/ieee754/dbl-64/e_exp2.c: Likewise.
12334         * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
12335         * sysdeps/ieee754/dbl-64/e_jn.c: Likewise.
12336         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
12337         * sysdeps/ieee754/dbl-64/w_exp.c: Likewise.
12338         * sysdeps/ieee754/flt-32/e_expf.c: Likewise.
12339         * sysdeps/ieee754/flt-32/e_j1f.c: Likewise.
12340         * sysdeps/ieee754/flt-32/e_jnf.c: Likewise.
12341         * sysdeps/ieee754/flt-32/w_expf.c: Likewise.
12342         * sysdeps/ieee754/ldbl-128/e_exp10l.c: Likewise.
12343         * sysdeps/ieee754/ldbl-128/e_expl.c: Likewise.
12344         * sysdeps/ieee754/ldbl-128/e_j0l.c: Likewise.
12345         * sysdeps/ieee754/ldbl-128/e_j1l.c: Likewise.
12346         * sysdeps/ieee754/ldbl-128/e_jnl.c: Likewise.
12347         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c: Likewise.
12348         * sysdeps/ieee754/ldbl-128/s_cbrtl.c: Likewise.
12349         * sysdeps/ieee754/ldbl-128/w_expl.c: Likewise.
12350         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c: Likewise.
12351         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c: Likewise.
12352         * sysdeps/ieee754/ldbl-128ibm/e_exp10l.c: Likewise.
12353         * sysdeps/ieee754/ldbl-128ibm/e_expl.c: Likewise.
12354         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Likewise.
12355         * sysdeps/ieee754/ldbl-128ibm/s_ctanhl.c: Likewise.
12356         * sysdeps/ieee754/ldbl-128ibm/s_ctanl.c: Likewise.
12357         * sysdeps/ieee754/ldbl-128ibm/w_expl.c: Likewise.
12358         * sysdeps/ieee754/ldbl-96/e_j1l.c: Likewise.
12359         * sysdeps/ieee754/ldbl-96/e_jnl.c: Likewise.
12360         * sysdeps/ieee754/ldbl-96/w_expl.c: Likewise.
12361         * sysdeps/ieee754/ldbl-opt/nldbl-finite.c: Likewise.
12362         * sysdeps/ieee754/ldbl-opt/nldbl-isinf.c: Likewise.
12363         * sysdeps/ieee754/ldbl-opt/nldbl-isnan.c: Likewise.
12364         * sysdeps/ieee754/ldbl-opt/nldbl-signbit.c: Likewise.
12365         * stdio-common/printf_fp.c: Likewise.
12366         * stdio-common/printf_fphex.c: Likewise.
12367         * stdio-common/printf_size.c: Likewise.
12369 2015-06-03  Joseph Myers  <joseph@codesourcery.com>
12371         [BZ #18470]
12372         * posix/fnmatch.c (fnmatch) [_LIBC]: Call __strnlen instead of
12373         strnlen.
12374         * conform/Makefile (test-xfail-XPG3/fnmatch.h/linknamespace):
12375         Remove variable.
12376         (test-xfail-XPG4/fnmatch.h/linknamespace): Likewise.
12377         (test-xfail-POSIX/fnmatch.h/linknamespace): Likewise.
12378         (test-xfail-POSIX/glob.h/linknamespace): Likewise.
12379         (test-xfail-POSIX/wordexp.h/linknamespace): Likewise.
12380         (test-xfail-UNIX98/fnmatch.h/linknamespace): Likewise.
12381         (test-xfail-UNIX98/glob.h/linknamespace): Likewise.
12382         (test-xfail-UNIX98/wordexp.h/linknamespace): Likewise.
12383         (test-xfail-XOPEN2K/fnmatch.h/linknamespace): Likewise.
12384         (test-xfail-XOPEN2K/glob.h/linknamespace): Likewise.
12385         (test-xfail-XOPEN2K/wordexp.h/linknamespace): Likewise.
12387         [BZ #18468]
12388         * wcsmbs/wmemchr.c (wmemchr): Rename to __wmemchr and define as
12389         weak alias of __wmemchr.  Use libc_hidden_weak.
12390         * include/wchar.h (__wmemchr): Declare.  Use libc_hidden_proto.
12391         * posix/fnmatch.c [HANDLE_MULTIBYTE] (MEMCHR): Use __wmemchr
12392         instead of wmemchr.
12394 2015-06-02  Roland McGrath  <roland@hack.frob.com>
12396         [BZ #18383]
12397         * elf/tst-tlsalign-extern.c: New file.
12398         * elf/tst-tlsalign-extern-static.c: New file.
12399         * elf/tst-tlsalign-vars.c: New file.
12400         * elf/Makefile (tests-static): Add tst-tlsalign-extern-static.
12401         [$(build-shared) = yes] (tests): Add tst-tlsalign-extern.
12402         ($(objpfx)tst-tlsalign-extern): Depend on tst-tlsalign-vars.o.
12403         ($(objpfx)tst-tlsalign-extern-static): Likewise.
12404         (test-xfail-tst-tlsalign-extern-static): New variable.
12406 2015-06-02  Joseph Myers  <joseph@codesourcery.com>
12408         * sysdeps/unix/sysv/linux/mips/mips32/sysdep.h (INLINE_SYSCALL):
12409         Use variable name _sc_err instead of err.
12410         [__mips16] (INTERNAL_SYSCALL_NCS): Use variable name _sc_ret
12411         instead of ret.
12412         * sysdeps/unix/sysv/linux/mips/mips64/n32/sysdep.h
12413         (INLINE_SYSCALL): Use variable name _sc_err instead of err.
12414         * sysdeps/unix/sysv/linux/mips/mips64/n64/sysdep.h
12415         (INLINE_SYSCALL): Likewise.
12417         * string/strnlen.c [!STRNLEN] (__strnlen): Use libc_hidden_def.
12418         * include/string.h (__strnlen): Use libc_hidden_proto.
12419         * sysdeps/aarch64/strnlen.S (__strnlen): Use libc_hidden_def.
12420         * sysdeps/i386/i686/multiarch/strnlen-c.c [SHARED]
12421         (libc_hidden_def): Define __GI___strnlen as well as __GI_strnlen.
12422         * sysdeps/powerpc/powerpc32/power4/multiarch/strnlen-power7.S
12423         (libc_hidden_def): Undefine and redefine.
12424         * sysdeps/powerpc/powerpc32/power4/multiarch/strnlen-ppc32.c
12425         [SHARED] (libc_hidden_def): Define __GI___strnlen as well as
12426         __GI_strnlen.
12427         * sysdeps/powerpc/powerpc32/power7/strnlen.S (__strnlen): Use
12428         libc_hidden_def.
12429         * sysdeps/tile/tilegx/strnlen.c (__strnlen): Likewise.
12431         [BZ #18469]
12432         * wctype/wcfuncs.c (towlower): Rename to __towlower and define as
12433         weak alias of __towlower.  Use libc_hidden_weak.
12434         (towupper): Rename to __towupper and define as weak alias of
12435         __towupper.  Use libc_hidden_weak.
12436         * include/wctype.h (__towlower): Declare.  Use libc_hidden_proto.
12437         (__towupper): Likewise.
12438         * posix/fnmatch.c [HANDLE_MULTIBYTE && _LIBC] (FOLD): Use
12439         __towlower instead of towlower.
12441 2015-06-02  Roland McGrath  <roland@hack.frob.com>
12443         * stdlib/setenv.c [__GNUC__,__GNUC_MINOR__ < 4,7]: Use
12444         "-Wuninitialized" rather than "-Wmaybe-uninitialized" in pragma.
12446 2015-06-02  Szabolcs Nagy  <szabolcs.nagy@arm.com>
12448         * sysdeps/aarch64/libm-test-ulps: Update.
12450 2015-06-01  Adhemerval Zanella  <adhemerval.zanella@linaro.org>
12452         * sysdeps/unix/sysv/linux/i386/sysdep.h (HAVE_CLOCK_GETTIME_VSYSCALL):
12453         Define.
12454         (HAVE_GETTIMEOFDAY_VSYSCALL): Likewise.
12455         * sysdeps/unix/sysv/linux/x86_64/sysdep.h
12456         (HAVE_CLOCK_GETTIME_VSYSCALL): Likewise.
12457         (HAVE_GETTIMEOFDAY_VSYSCALL): Likewise.
12458         * sysdeps/unix/sysv/linux/timespec_get.c: Include errno.h.
12459         * sysdeps/unix/sysv/linux/x86/clock_gettime.c: Remove file.
12460         * sysdeps/unix/sysv/linux/x86/timespec_get.c: Likewise.
12462 2015-06-01  Martin Sebor  <msebor@redhat.com>
12464         [BZ #18116]
12465         * sysdeps/unix/sysv/linux/powerpc/powerpc64/setcontext.S
12466         (__setcontext): Use extended four-operand version of mtsf whenever
12467         possible.
12468         * sysdeps/unix/sysv/linux/powerpc/powerpc64/swapcontext.S
12469         (__novec_swapcontext): Likewise.
12471 2015-06-01  Siddhesh Poyarekar  <siddhesh@redhat.com>
12473         * benchtests/scripts/compare_bench.py: New file.
12474         * benchtests/scripts/import_bench.py (mean): New function.
12475         (split_list): Likewise.
12476         (do_for_all_timings): Likewise.
12477         (compress_timings): Likewise.
12479         * benchtests/scripts/import_bench.py: New file.
12480         * benchtests/scripts/validate_benchout.py: Import import_bench
12481         instead of jsonschema.
12482         (validate_bench): Remove function.
12483         (main): Use import_bench.
12485 2015-06-01  Steve Ellcey  <sellcey@imgtec.com>
12487         * resolv/res_hconf.c (_res_hconf_reorder_addrs): Use a union to
12488         copy data from cur_ifr->ifr_addr and cur_ifr->ifr_netmask.
12490 2015-05-29  Adhemerval Zanella  <adhemerval.zanella@linaro.org>
12492         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
12494 2015-05-28  Roland McGrath  <roland@hack.frob.com>
12496         * sysdeps/nacl/exit-thread.h (__exit_thread): If not detached,
12497         set THREAD_SELF->tid to a magic value and futex-wake it.
12498         Pass its address to the thread_exit system call.
12499         * sysdeps/nacl/pthread-pids.h (__nacl_get_tid): Assert that TID's low
12500         bit is clear.
12501         * sysdeps/nacl/lowlevellock.h: New file.
12502         * sysdeps/nacl/lll_timedwait_tid.c: New file.
12504         * sysdeps/nacl/lowlevellock-futex.h (lll_futex_timed_wait):
12505         Add TIMEOUT to current time, don't subtract it.
12507 2015-05-28  H.J. Lu  <hongjiu.lu@intel.com>
12509         [BZ #2981]
12510         [BZ #18422]
12511         * Makefile ($(objpfx)tst-audit2): Depend on $(libdl).
12512         ($(objpfx)tst-audit2.out): Also depend on
12513         $(objpfx)tst-auditmod9b.so.
12514         * elf/tst-audit2.c: Include <dlfcn.h>.
12515         (calloc_called): New.
12516         (calloc): Allow to be called more than once.
12517         (do_test): dllopen/dlclose $ORIGIN/tst-auditmod9b.so.
12519 2015-05-28  Wilco Dijkstra  <wdijkstr@arm.com>
12521         * sysdeps/ieee754/dbl-64/s_fabs.c: (__fabs): Call __builtin_fabs.
12522         * sysdeps/ieee754/flt-32/s_fabsf.c: (__fabsf): Likewise.
12524 2015-05-27  Marko Myllynen  <myllynen@redhat.com>
12526         * stdlib/monetary.h: Fix comment.
12528 2015-05-26  Chris Metcalf  <cmetcalf@ezchip.com>
12530         * sysdeps/unix/sysv/linux/tile/sysdep.h (INLINE_SYSCALL):
12531         Avoid using variables in #defines that might cause shadowing.
12532         (INTERNAL_VSYSCALL_CALL): Likewise.
12534 2015-05-26  Roland McGrath  <roland@hack.frob.com>
12536         * sysdeps/nacl/lll_timedlock_wait.c: New file.
12538         * nptl/lowlevellock.c (__lll_timedlock_wait): Moved ...
12539         * nptl/lll_timedlock_wait.c: ... to this new file.
12540         * nptl/Makefile (libpthread-routines): Add it.
12541         * nptl/lowlevellock.c (__lll_timedwait_tid): Moved ...
12542         * nptl/lll_timedwait_tid.c: ... to this new file.
12543         * nptl/Makefile (libpthread-routines): Add it.
12544         * sysdeps/sparc/sparc32/lll_timedlock_wait.c: New file.
12545         * sysdeps/sparc/sparc32/lll_timedwait_tid.c: New file.
12546         * sysdeps/unix/sysv/linux/i386/i486/lll_timedlock_wait.c: New file.
12547         * sysdeps/unix/sysv/linux/i386/i586/lll_timedlock_wait.c: New file.
12548         * sysdeps/unix/sysv/linux/i386/i686/lll_timedlock_wait.c: New file.
12549         * sysdeps/unix/sysv/linux/i386/i486/lll_timedwait_tid.c: New file.
12550         * sysdeps/unix/sysv/linux/i386/i586/lll_timedwait_tid.c: New file.
12551         * sysdeps/unix/sysv/linux/i386/i686/lll_timedwait_tid.c: New file.
12552         * sysdeps/unix/sysv/linux/x86_64/lll_timedlock_wait.c: New file.
12553         * sysdeps/unix/sysv/linux/x86_64/lll_timedwait_tid.c: New file.
12555 2015-05-26  Adhemerval Zanella  <adhemerval.zanella@linaro.org>
12557         * sysdeps/unix/sysv/linux/aarch64/gettimeofday.c: Remove file.
12558         * sysdeps/unix/sysv/linux/s390/gettimeofday.c: Likewise.
12559         * sysdeps/unix/sysv/linux/tile/gettimeofday.c: Likewise.
12560         * sysdeps/unix/sysv/linux/aarch64/sysdep.h
12561         (HAVE_GETTIMEOFDAY_VSYSCALL): Define.
12562         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h
12563         (HAVE_GETTIMEOFDAY_VSYSCALL): Likewise.
12564         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h
12565         (HAVE_GETTIMEOFDAY_VSYSCALL): Likewise.
12566         * sysdeps/unix/sysv/linux/tile/sysdep.h
12567         (HAVE_GETTIMEOFDAY_VSYSCALL): Likewise.
12568         * sysdeps/unix/sysv/linux/gettimeofday.c: New file: gettimeofday
12569         using vDSO syscall macro.
12571 2015-05-26  Andriy Rysin  <arysin@gmail.com>
12573         [BZ #17293]
12574         * uk_UA: Fix sorting order for Ukrainian locale
12576 2015-05-26  Marko Myllynen  <myllynen@redhat.com>
12578         * stdlib/monetary.h: Fix comment.
12580 2015-05-26  Szabolcs Nagy  <szabolcs.nagy@arm.com>
12582         [BZ #18234]
12583         * conform/data/sys/stat.h-data (struct stat): Add tests for st_atim,
12584         st_mtim and st_ctim members.
12585         * sysdeps/nacl/bits/stat.h (struct stat, struct stat64): Make
12586         st_atim, st_ctim, st_mtim visible under __USE_XOPEN2K8 only.
12587         * sysdeps/unix/sysv/linux/generic/bits/stat.h (struct stat,):
12588         (struct stat64): Likewise.
12589         * sysdeps/unix/sysv/linux/ia64/bits/stat.h (struct stat,):
12590         (struct stat64): Likewise.
12591         * sysdeps/unix/sysv/linux/microblaze/bits/stat.h (struct stat,):
12592         (struct stat64): Likewise.
12594 2015-05-26  Adhemerval Zanella  <adhemerval.zanella@linaro.org>
12596         * sysdeps/unix/sysv/linux/aarch64/gettimeofday.c (HAVE_VSYSCALL):
12597         Define and include sysdep-vdso.h.
12598         * sysdeps/unix/sysv/linux/s390/gettimeofday.c (HAVE_VSYSCALL):
12599         Likewise.
12600         * sysdeps/unix/sysv/linux/tile/gettimeofday.c (HAVE_VSYSCALL):
12601         Likewise.
12602         * sysdeps/unix/sysv/linux/aarch64/init-first.c (__vdso_gettimeofday):
12603         Define with VDSO_SYMBOL and use PTR_MANGLE.
12604         (__vdso_clock_gettime): Likewise.
12605         (__vdso_clock_getres): Likewise.
12606         (_libc_vdso_platform_setup): Likewise.
12607         * sysdeps/unix/sysv/linux/i386/init-first.c (__vdso_clock_gettime):
12608         Likewise.
12609         (_libc_vdso_platform_setup): Likewise.
12610         * sysdeps/unix/sysv/linux/powerpc/init-first.c (__vdso_gettimeofday):
12611         Likewise.
12612         (__vdso_clock_gettime): Likewise.
12613         (__vdso_clock_getres): Likewise.
12614         (__vdso_get_tbfreq): Likewise.
12615         (__vdso_getcpu): Likewise.
12616         (__vdso_time): Likewise.
12617         (__vdso_sigtramp_rt64): Likewise.
12618         (__vdso_signtramp32): Likewise.
12619         (__vdso_sigtramp_rt32): Likewise.
12620         (_libc_vdso_platform_setup): Likewise.
12621         * sysdeps/unix/sysv/linux/s390/init-first.c (__vdso_gettimeofay):
12622         Likewise.
12623         (__vdso_clock_gettime): Likewise.
12624         (__vdso_clock_getres): Likewise.
12625         (_libc_vdso_platform_setup): Likewise.
12626         * sysdeps/unix/sysv/linux/tile/init-first.c (__vdso_gettimeofday):
12627         Likewise.
12628         (__vdso_clock_gettime): Likewise.
12629         (_libc_vdso_platform_setup): Likewise.
12630         * sysdeps/unix/sysv/linux/x86_64/init-first.c (__vdso_clock_gettime):
12631         Likewise.
12632         (__vdso_getcpu): Likewise.
12633         * sysdeps/unix/sysv/linux/aarch64/libc-vdso.h (__vdso_gettimeoday):
12634         Use VDSO_SYMBOL macro to define.
12635         (__vdso_clock_gettime): Likewise.
12636         (__vdso_clock_getres): Likewise.
12637         * sysdeps/unix/sysv/linux/powerpc/libc-vdso.h (__vdso_gettimeofday):
12638         Likewise.
12639         (__vdso_clock_gettime): Likewise.
12640         (__vdso_clock_getres): Likewise.
12641         (__vdso_get_tbfreq): Likewise.
12642         (__vdso_getcpu): Likewise.
12643         (__vdso_time): Likewise.
12644         (__vdso_sigtramp_rt64): Likewise.
12645         (__vdso_signtramp32): Likewise.
12646         (__vdso_sigtramp_rt32): Likewise.
12647         * sysdeps/unix/sysv/linux/s390/libc-vdso.h (__vdso_gettimeofday):
12648         Likewise.
12649         (__vdso_clock_gettime): Likewise.
12650         (__vdso_clock_getres): Likewise.
12651         * sysdeps/unix/sysv/linux/tile/libc-vdso.h (__vdso_gettimeofday):
12652         Likewise.
12653         (__vdso_clock_gettime): Likewise.
12654         * sysdeps/unix/sysv/linux/x86/libc-vdso.h (__vdso_clock_gettime):
12655         Likewise.
12656         * sysdeps/unix/sysv/linux/aarch64/sysdep.h (INLINE_VSYSCALL):  Remove
12657         macro.
12658         (INTERNAL_VSYSCALL): Likewise.
12659         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h (INLINE_VSYSCALL):
12660         Remove macro.
12661         (INTERNAL_VSYSCALL): Likewise.
12662         (INTERNAL_VSYSCALL_NCS): Likewise.
12663         (INTERNAL_VSYSCALL_CALL): New macro.
12664         (INTERNAL_VSYSCALL_NO_SYSCALL_FALLBACK): Use PTR_DEMANGLE.
12665         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h (INLINE_VSYSCALL):
12666         Likewise.
12667         (INTERNAL_VSYSCALL): Likewise.
12668         (INTERNAL_VSYSCALL_NCS): Likewise.
12669         (INTERNAL_VSYSCALL_CALL): New macro.
12670         (INTERNAL_VSYSCALL_NO_SYSCALL_FALLBACK): Use PTR_DEMANGLE.
12671         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h
12672         (INLINE_VSYSCALL): Remove macro.
12673         (INTERNAL_VSYSCALL): Remove macro.
12674         (INTERNAL_VSYSCALL_NCS): Remove macro.
12675         (INTERNAL_VSYSCALL_CALL): New macro.
12676         (INTERNAL_VSYSCALL_CALL_TYPE): New macro.
12677         (INTERNAL_VSYSCALL_NO_SYSCALL_FALLBACK): Use INTERNAL_VSYSCALL_CALL.
12678         (INTERNAL_VSYSCALL_NCS_TYPE): Likewise.
12679         (HAVE_CLOCK_GETRES_VSYSCALL): New define.
12680         (HAVE_CLOCK_GETTIME_VSYSCALL): Likewise.
12681         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h
12682         (INLINE_VSYSCALL): Remove macro.
12683         (INTERNAL_VSYSCALL): Likewise.
12684         (INTERNAL_VSYSCALL_NCS): Likewise.
12685         (INTERNAL_VSYSCALL_CALL): New macro.
12686         (INTERNAL_VSYSCALL_CALL_TYPE): Likewise.
12687         (INTERNAL_VSYSCALL_NO_SYSCALL_FALLBACK): Use INTERNAL_VSYSCALL_CALL and
12688         PTR_DEMANGLE on vDSO pointer.
12689         (INTERNAL_VSYSCALL_NCS_TYPE): Likewise.
12690         * sysdeps/unix/sysv/linux/tile/sysdep.h (INLINE_VSYSCALL): Remove
12691         macro.
12692         (INTERNAL_SYSCALL): Likewise.
12693         (INTERNAL_VSYSCALL_NCS): Remove macro.
12694         (INTERNAL_VSYSCALL_CALL): New macro.
12695         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (INLINE_VSYSCALL):
12696         Remove macro.
12697         (INTERNAL_VSYSCALL): Likewise.
12698         * sysdeps/unix/sysv/linux/powerpc/sched_getcpu.c: Include
12699         sysdep-vdso.h instead of libc-vdso.h.
12700         * sysdeps/unix/sysv/linux/clock_getres.c (INTERNAL_VSYSCALL): Remove
12701         definition.
12702         (INLINE_VSYSCALL): Likewise.
12703         (HAVE_VSYSCALL) [HAVE_CLOCK_GETRES_VSYSCALL]: Define.
12704         * sysdeps/unix/sysv/linux/clock_gettime.c (INTERNAL_VSYSCALL): Remove
12705         definition.
12706         (INLINE_VSYSCALL): Likewise.
12707         (INTERNAL_VSYSCALL): Likewise.
12708         (HAVE_VSYSCALL) [HAVE_CLOCK_GETTIME_VSYSCALL]: Define.
12709         * sysdeps/unix/sysv/linux/timespec_get.c
12710         (INTERNAL_VSYSCALL) [HAVE_CLOCK_GETTIME_VSYSCALL]: Define.
12711         (timespec_get): Use ANSI prototype.
12712         * sysdeps/unix/sysv/linux/sysdep-vdso.h: New file: default vDSO macros
12713         and definition for Linux.
12715 2015-05-25  Andrew Senkevich  <andrew.senkevich@intel.com>
12717         * elf/Makefile (localplt-built-dso): libmvec added to localplt test.
12718         * include/libc-symbols.h: libmvec_hidden_* macro series added.
12720 2015-05-22  H.J. Lu  <hongjiu.lu@intel.com>
12722         [BZ #2981]
12723         [BZ #18410]
12724         * elf/dl-reloc.c (_dl_relocate_object): Don't issue an error
12725         for missing DT_PLTRELSZ.
12727 2015-05-22  Paul Eggert  <eggert@cs.ucla.edu>
12729         Remove obsolete aliases that broke 'locale -a'
12730         [BZ #18412]
12731         * intl/locale.alias: Remove obsolete aliases "bokmål" and "français"
12732         which caused 'locale -a' to output Latin-1 data in UTF-8 locales,
12733         breaking some applications that use 'locale -a' output.
12734         Change the encoding of this file from Latin-1 to ASCII to avoid
12735         other potential problems with people grepping this file.
12737 2015-05-22  Adhemerval Zanella  <adhemerval.zanella@linaro.org>
12739         * nptl/Makefile (CFLAGS-accept.c): Add -fexceptions and
12740         -fasynchronous-unwind-tables.
12741         (CFLAGS-sendto.c): Likewise.
12742         (CFLAGS-sendmsg.c): Likewise.
12743         (CFLAGS-connect.c): Likewise.
12744         (CFLAGS-recvmsg.c): Likewise.
12745         (CFLAGS-recvfrom.c): Likewise.
12746         * sysdeps/unix/sysv/linux/socketcall.h (SOCKOP_invalid): Define.
12747         (SOCKETCALL): New macro: non-cancellable socketcall.
12748         (SOCKETCALL_CANCEL): New macro: cancellable socketcall.
12749         * sysdeps/unix/sysv/linux/Makefile [$(subdir) = socket]: Remove
12750         internal_accept4, internal_recvmmsg, and internal_sendmmsg rules.
12751         * sysdeps/unix/sysv/linux/accept.c: New file.
12752         * sysdeps/unix/sysv/linux/bind.c: Likewise.
12753         * sysdeps/unix/sysv/linux/connect.c: Likewise.
12754         * sysdeps/unix/sysv/linux/getpeername.c: Likewise.
12755         * sysdeps/unix/sysv/linux/getsockname.c: Likewise.
12756         * sysdeps/unix/sysv/linux/getsockopt.c: Likewise.
12757         * sysdeps/unix/sysv/linux/listen.c: Likewise.
12758         * sysdeps/unix/sysv/linux/recv.c: Likewise.
12759         * sysdeps/unix/sysv/linux/recvfrom.c: Likewise.
12760         * sysdeps/unix/sysv/linux/recvmsg.c: Likewise.
12761         * sysdeps/unix/sysv/linux/send.c: Likewise.
12762         * sysdeps/unix/sysv/linux/sendmsg.c: Likewise.
12763         * sysdeps/unix/sysv/linux/sendto.c: Likewise.
12764         * sysdeps/unix/sysv/linux/setsockopt.c: Likewise.
12765         * sysdeps/unix/sysv/linux/shutdown.c: Likewise.
12766         * sysdeps/unix/sysv/linux/socket.c: Likewise.
12767         * sysdeps/unix/sysv/linux/socketpair.c: Likewise.
12768         * sysdeps/unix/sysv/linux/recvmmsg.c (__internal_recvmmsg): Remove
12769         prototype.
12770         (recvmmsg) [__ASSUME_RECVMMSG_SOCKETCALL]: Add C based implementation.
12771         (recvmmsg) [!__ASSUME_RECVMMSG_SOCKETCALL]: Use SOCKETCALL_CANCEL macro
12772         instead of __internal_xxx function.
12773         * sysdeps/unix/sysv/linux/accept4.c (__internal_accept4): Remove
12774         prototype.
12775         (accept4) [__ASSUME_ACCEPT4_SOCKETCALL]: Add C based implementation.
12776         (accept4) [!__ASSUME_ACCEPT4_SOCKETCALL]: Use SOCKETCALL_CANCEL macro
12777         instead of __internal_xxx function.
12778         * sysdeps/unix/sysv/linux/sendmmsg.c (__internal_sendmmsg): Remove
12779         prototype.
12780         (sendmmsg) [__ASSUME_SENDMMSG_SOCKETCALL]: Add C based implementation.
12781         (sendmmsg) [!__ASSUME_SENDMMSG_SOCKETCALL]: Use SOCKETCALL_CANCEL macro
12782         instead of __internal_xxx function.
12783         * sysdeps/unix/sysv/linux/accept.S: Remove file.
12784         * sysdeps/unix/sysv/linux/bind.S: Likewise.
12785         * sysdeps/unix/sysv/linux/connect.S: Likewise.
12786         * sysdeps/unix/sysv/linux/getpeername.S: Likewise.
12787         * sysdeps/unix/sysv/linux/getsockname.S: Likewise.
12788         * sysdeps/unix/sysv/linux/getsockopt.S: Likewise.
12789         * sysdeps/unix/sysv/linux/arm/internal_accept4.S: Likewise.
12790         * sysdeps/unix/sysv/linux/arm/internal_recvmmsg.S: Likewise.
12791         * sysdeps/unix/sysv/linux/arm/internal_sendmmsg.S: Likewise.
12792         * sysdeps/unix/sysv/linux/i386/accept4.S: Likewise.
12793         * sysdeps/unix/sysv/linux/i386/internal_accept4.S: Likewise.
12794         * sysdeps/unix/sysv/linux/i386/socket.S: Likewise.
12795         * sysdeps/unix/sysv/linux/internal_accept4.S: Likewise.
12796         * sysdeps/unix/sysv/linux/internal_recvmmsg.S: Likewise.
12797         * sysdeps/unix/sysv/linux/internal_sendmmsg.S: Likewise.
12798         * sysdeps/unix/sysv/linux/listen.S: Likewise.
12799         * sysdeps/unix/sysv/linux/microblaze/socket.S: Likewise.
12800         * sysdeps/unix/sysv/linux/mips/mips32/internal_accept4.S: Likewise.
12801         * sysdeps/unix/sysv/linux/mips/mips32/internal_recvmmsg.S: Likewise.
12802         * sysdeps/unix/sysv/linux/mips/mips32/internal_sendmmsg.S: Likewise.
12803         * sysdeps/unix/sysv/linux/powerpc/powerpc32/socket.S: Likewise.
12804         * sysdeps/unix/sysv/linux/powerpc/powerpc64/socket.S: Likewise.
12805         * sysdeps/unix/sysv/linux/recv.S: Likewise.
12806         * sysdeps/unix/sysv/linux/recvfrom.S: Likewise.
12807         * sysdeps/unix/sysv/linux/recvmsg.S: Likewise.
12808         * sysdeps/unix/sysv/linux/s390/s390-32/socket.S: Likewise.
12809         * sysdeps/unix/sysv/linux/s390/s390-64/socket.S: Likewise.
12810         * sysdeps/unix/sysv/linux/send.S: Likewise.
12811         * sysdeps/unix/sysv/linux/sendmsg.S: Likewise.
12812         * sysdeps/unix/sysv/linux/sendto.S: Likewise.
12813         * sysdeps/unix/sysv/linux/setsockopt.S: Likewise.
12814         * sysdeps/unix/sysv/linux/sh/socket.S: Likewise.
12815         * sysdeps/unix/sysv/linux/shutdown.S: Likewise.
12816         * sysdeps/unix/sysv/linux/socketpair.S: Likewise.
12817         * sysdeps/unix/sysv/linux/sparc/sparc32/socket.S: Likewise.
12818         * sysdeps/unix/sysv/linux/sparc/sparc64/socket.S: Likewise.
12819         * sysdeps/unix/sysv/linux/m68k/socket.S: Likewise.
12820         * sysdeps/unix/sysv/linux/hppa/socket.S: Likewise.
12821         * sysdeps/unix/sysv/linux/kernel-features.h: Adjust comment on how
12822         socketcall is implemented in GLIBC.
12824 2015-05-22  Joseph Myers  <joseph@codesourcery.com>
12826         * soft-fp/fmadf4.c: Include <libc-internal.h>.
12827         (__fma): Ignore uninitialized warnings around packing.
12828         * soft-fp/fmasf4.c: Include <libc-internal.h>.
12829         (__fmaf): Ignore uninitialized warnings around packing.
12830         * soft-fp/fmatf4.c: Include <libc-internal.h>.
12831         (__fmal): Ignore uninitialized warnings around packing.
12833         * sysdeps/ieee754/ldbl-128/k_tanl.c: Include <libc-internal.h>.
12834         (__kernel_tanl): Ignore uninitialized warnings around use of SIGN.
12835         * sysdeps/ieee754/ldbl-128ibm/k_tanl.c: Include <libc-internal.h>.
12836         (__kernel_tanl): Ignore uninitialized warnings around use of SIGN.
12838         * sysdeps/ieee754/ldbl-128/s_erfl.c (__erfcl): Make case 9 in
12839         switch statement into default case.
12840         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c (__erfcl): Likewise.
12842         * sysdeps/ieee754/ldbl-128/e_asinl.c (__ieee754_asinl): Don't use
12843         a conditional in forcing "inexact".
12844         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c (__ieee754_asinl):
12845         Likewise.
12847 2015-05-22  Roland McGrath  <roland@hack.frob.com>
12849         * nptl/nptl-init.c (__pthread_initialize_minimal_internal):
12850         Use a separate INTERNAL_SYSCALL_DECL (err); in a local scope
12851         for each INTERNAL_SYSCALL use.
12853 2015-05-22  Joseph Myers  <joseph@codesourcery.com>
12855         [BZ #438]
12856         * posix/unistd.h (_POSIX2_C_VERSION): New macro.
12857         * conform/Makefile (test-xfail-POSIX/unistd.h/conform): Remove
12858         variable.
12860         [BZ #18444]
12861         * string/basename.c (basename): Rename to __basename and define as
12862         weak alias of __basename.  Use libc_hidden_weak.
12863         * include/string.h (__basename): Declare.  Use libc_hidden_proto.
12864         * sysdeps/unix/sysv/linux/pathconf.c (distinguish_extX): Call
12865         __basename instead of basename.
12866         * conform/Makefile (test-xfail-POSIX2008/unistd.h/linknamespace):
12867         Remove variable.
12868         (test-xfail-XOPEN2K8/unistd.h/linknamespace): Likewise.
12870 2015-05-18  Florian Weimer  <fweimer@redhat.com>
12872         * libio/libioP.h (_IO_MEMBER_TYPE, _IO_CAST_FIELD_ACCESS)
12873         (_IO_JUMPS_FILE_plus): New.
12874         (_IO_WIDE_JUMPS, _IO_CHECK_WIDE, _IO_JUMPS_FUNC): Use
12875         _IO_CAST_FIELD_ACCESS.
12876         * libio/fileops.c (libc_hidden_def, _IO_file_setbuf_mmap,
12877         mmap_remap_check, decide_maybe_mmap): Use _IO_JUMPS_FILE_plus.
12878         * libio/freopen.c (freopen): Likewise.
12879         * libio/freopen64.c (freopen64): Likewise.
12880         * libio/iofopen.c (__fopen_maybe_mmap): Likewise.
12881         * libio/iofopncook.c (_IO_old_fopencookie): Likewise.
12882         * libio/iofwide.c (_IO_fwide): Likewise.
12883         * libio/memstream.c (open_memstream): Likewise.
12884         * libio/oldiofdopen.c (_IO_old_fdopen): Likewise.
12885         * libio/oldiofopen.c (_IO_old_fopen): Likewise.
12886         * libio/oldiopopen.c (_IO_old_popen): Likewise.
12888 2015-05-21  Joseph Myers  <joseph@codesourcery.com>
12890         * sysdeps/ieee754/dbl-64/e_lgamma_r.c: Include <libc-internal.h>.
12891         (__ieee754_lgamma_r): Ignore uninitialized warnings around use of
12892         NADJ.
12893         * sysdeps/ieee754/flt-32/e_lgammaf_r.c: Include <libc-internal.h>.
12894         (__ieee754_lgammaf_r): Ignore uninitialized warnings around use of
12895         NADJ.
12896         * sysdeps/ieee754/ldbl-96/e_lgammal_r.c: Include <libc-internal.h>.
12897         (__ieee754_lgammal_r): Ignore uninitialized warnings around use of
12898         NADJ.
12900         * sysdeps/ieee754/dbl-64/mpa.c (norm): Remove if condition on
12901         (p == 4) case.
12903         * conform/linknamespace.pl (@whitelist): Add re_syntax_options.
12904         * conform/Makefile (test-xfail-UNIX98/regex.h/linknamespace):
12905         Remove variable.
12906         (test-xfail-XOPEN2K/regex.h/linknamespace): Likewise.
12907         (test-xfail-POSIX2008/regex.h/linknamespace): Likewise.
12908         (test-xfail-XOPEN2K8/regex.h/linknamespace): Likewise.
12910 2015-05-21  Florian Weimer  <fweimer@redhat.com>
12912         * stdio-common/vfprintf.c (LABEL, JUMP_TABLE_BASE_LABEL, REF):
12913         Adjust jump table label generation macros.
12915 2015-05-21  Florian Weimer  <fweimer@redhat.com>
12917         * stdio-common/vfprintf.c (vfprintf): Move local variables
12918         args_malloced, specs, specs_malloced, and the code after
12919         do_positional to the printf_positional function.
12920         (printf_positional): New function.
12922 2015-05-21  Florian Weimer  <fweimer@redhat.com>
12924         * stdio-common/vfprintf.c (jump_table): Move out of the vfprintf
12925         function.
12926         (NOT_IN_JUMP_RANGE, CHAR_CLASS, LABEL, REF, JUMP, STEP0_3_TABLE,
12927         STEP4_TABLE, process_arg): Move macro definitions
12928         out of the vfprintf function.  (Cosmetic change only.)
12930 2015-05-21  Carlos O'Donell  <carlos@redhat.com>
12932         * benchtests/Makefile (stdio-common-bench): Define.
12933         (benchset): Add stdio-common-bench.
12934         * sprintf-inputs: New file.
12935         * sprintf-source.c: New file.
12937 2015-05-21  Andreas Schwab  <schwab@suse.de>
12939         [BZ #13028]
12940         [BZ #17053]
12941         * resolv/res_init.c (__res_vinit): Remove use of ext.nsmap member
12942         of struct __res_state.
12943         * resolv/res_send.c (__libc_res_nsend): Likewise.
12944         (get_nsaddr): New function.
12945         (res_ourserver_p, send_vc, reopen): Use it instead of accessing
12946         statp directly.
12948 2015-05-20  Joseph Myers  <joseph@codesourcery.com>
12950         * conform/GlibcConform.pm ($CFLAGS{"POSIX"}): Use
12951         -D_POSIX_C_SOURCE=199506L.
12953         * conform/data/locale.h-data [POSIX] (LC_MESSAGES): Require.
12955         * conform/data/unistd.h-data (_POSIX_VERSION): Require.
12956         (_POSIX2_C_VERSION): Require if [POSIX || XPG3 || XPG4 || UNIX98].
12957         Do not mention otherwise.
12958         [POSIX] (_XOPEN_VERSION): Do not expect.
12959         [POSIX] (_XOPEN_XCU_VERSION): Likewise.
12960         [POSIX] (_POSIX2_C_BIND): Likewise.
12961         [POSIX] (_POSIX2_VERSION): Likewise.
12962         [POSIX] (_XOPEN_XPG2): Likewise.
12963         [POSIX] (_XOPEN_XPG3): Likewise.
12964         [POSIX] (_XOPEN_XPG4): Likewise.
12965         [POSIX] (_XOPEN_UNIX): Likewise.
12966         [POSIX] (_POSIX_ADVISORY_INFO): Likewise.
12967         [POSIX] (_POSIX_BARRIERS): Likewise.
12968         [POSIX] (_POSIX_CLOCK_SELECTION): Likewise.
12969         [POSIX] (_POSIX_CPUTIME): Likewise.
12970         [POSIX] (_POSIX_MONOTONIC_CLOCK): Likewise.
12971         [POSIX] (_POSIX_READER_WRITER_LOCKS): Likewise.
12972         [POSIX] (_POSIX_SHELL): Likewise.
12973         [POSIX] (_POSIX_SPAWN): Likewise.
12974         [POSIX] (_POSIX_SPIN_LOCKS): Likewise.
12975         [POSIX] (_POSIX_SPORADIC_SERVER): Likewise.
12976         [POSIX] (_POSIX_THREAD_CPUTIME): Likewise.
12977         [POSIX] (_POSIX_TYPED_MEMORY_OBJECTS): Likewise.
12978         [POSIX] (_POSIX_THREAD_SPORADIC_SERVER): Likewise.
12979         [POSIX] (_XBS5_ILP32_OFF32): Likewise.
12980         [POSIX] (_XBS5_ILP32_OFBIG): Likewise.
12981         [POSIX] (_XBS5_LP64_OFF64): Likewise.
12982         [POSIX] (_XBS5_LPBIG_OFFBIG): Likewise.
12983         [POSIX] (_POSIX_TIMEOUTS): Likewise.
12984         [POSIX] (_POSIX2_PBS): Likewise.
12985         [POSIX] (_POSIX2_PBS_ACCOUNTING): Likewise.
12986         [POSIX] (_POSIX2_PBS_CHECKPOINT): Likewise.
12987         [POSIX] (_POSIX2_PBS_LOCATE): Likewise.
12988         [POSIX] (_POSIX2_PBS_MESSAGE): Likewise.
12989         [POSIX] (_POSIX2_PBS_TRACK): Likewise.
12990         [POSIX] (_POSIX_TIMESTAMP_RESOLUTION): Likewise.
12991         [POSIX] (_CS_XBS5_ILP32_OFF32_CFLAGS): Likewise.
12992         [POSIX] (_CS_XBS5_ILP32_OFF32_LDFLAGS): Likewise.
12993         [POSIX] (_CS_XBS5_ILP32_OFF32_LIBS): Likewise.
12994         [POSIX] (_CS_XBS5_ILP32_OFF32_LINTFLAGS): Likewise.
12995         [POSIX] (_CS_XBS5_ILP32_OFFBIG_CFLAGS): Likewise.
12996         [POSIX] (_CS_XBS5_ILP32_OFFBIG_LDFLAGS): Likewise.
12997         [POSIX] (_CS_XBS5_ILP32_OFFBIG_LIBS): Likewise.
12998         [POSIX] (_CS_XBS5_ILP32_OFFBIG_LINTFLAGS): Likewise.
12999         [POSIX] (_CS_XBS5_LP64_OFF64_CFLAGS): Likewise.
13000         [POSIX] (_CS_XBS5_LP64_OFF64_LDFLAGS): Likewise.
13001         [POSIX] (_CS_XBS5_LP64_OFF64_LIBS): Likewise.
13002         [POSIX] (_CS_XBS5_LP64_OFF64_LINTFLAGS): Likewise.
13003         [POSIX] (_CS_XBS5_LPBIG_OFFBIG_CFLAGS): Likewise.
13004         [POSIX] (_CS_XBS5_LPBIG_OFFBIG_LDFLAGS): Likewise.
13005         [POSIX] (_CS_XBS5_LPBIG_OFFBIG_LIBS): Likewise.
13006         [POSIX] (_CS_XBS5_LPBIG_OFFBIG_LINTFLAGS): Likewise.
13007         [POSIX] (_SC_2_C_BIND): Likewise.
13008         [POSIX] (_SC_2_C_VERSION): Likewise.
13009         [POSIX] (_SC_2_PBS): Likewise.
13010         [POSIX] (_SC_2_PBS_ACCOUNTING): Likewise.
13011         [POSIX] (_SC_2_PBS_CHECKPOINT): Likewise.
13012         [POSIX] (_SC_2_PBS_LOCATE): Likewise.
13013         [POSIX] (_SC_2_PBS_MESSAGE): Likewise.
13014         [POSIX] (_SC_2_PBS_TRACK): Likewise.
13015         [POSIX] (_SC_ATEXIT_MAX): Likewise.
13016         [POSIX] (_SC_BARRIERS): Likewise.
13017         [POSIX] (_SC_BASE): Likewise.
13018         [POSIX] (_SC_CLOCK_SELECTION): Likewise.
13019         [POSIX] (_SC_DEVICE_IO): Likewise.
13020         [POSIX] (_SC_DEVICE_SPECIFIC): Likewise.
13021         [POSIX] (_SC_DEVICE_SPECIFIC_R): Likewise.
13022         [POSIX] (_SC_FD_MGMT): Likewise.
13023         [POSIX] (_SC_FIFO): Likewise.
13024         [POSIX] (_SC_FILE_ATTRIBUTES): Likewise.
13025         [POSIX] (_SC_FILE_LOCKING): Likewise.
13026         [POSIX] (_SC_FILE_SYSTEM): Likewise.
13027         [POSIX] (_SC_IOV_MAX): Likewise.
13028         [POSIX] (_SC_MONOTONIC_CLOCK): Likewise.
13029         [POSIX] (_SC_NETWORKING): Likewise.
13030         [POSIX] (_SC_PAGE_SIZE): Likewise.
13031         [POSIX] (_SC_PASS_MAX): Likewise.
13032         [POSIX] (_SC_PIPE): Likewise.
13033         [POSIX] (_SC_READER_WRITER_LOCKS): Likewise.
13034         [POSIX] (_SC_REGEXP): Likewise.
13035         [POSIX] (_SC_SHELL): Likewise.
13036         [POSIX] (_SC_SIGNALS): Likewise.
13037         [POSIX] (_SC_SINGLE_PROCESS): Likewise.
13038         [POSIX] (_SC_SPIN_LOCKS): Likewise.
13039         [POSIX] (_SC_TYPED_MEMORY_OBJECTS): Likewise.
13040         [POSIX] (_SC_USER_GROUPS): Likewise.
13041         [POSIX] (_SC_USER_GROUPS_R): Likewise.
13042         [POSIX] (_SC_STREAMS): Likewise.
13043         [POSIX] (_SC_XBS5_ILP32_OFF32): Likewise.
13044         [POSIX] (_SC_XBS5_ILP32_OFFBIG): Likewise.
13045         [POSIX] (_SC_XBS5_LP64_OFF64): Likewise.
13046         [POSIX] (_SC_XBS5_LPBIG_OFFBIG): Likewise.
13047         [POSIX] (_SC_THREAD_ROBUST_PRIO_INHERIT): Likewise.
13048         [POSIX] (_SC_THREAD_ROBUST_PRIO_PROTECT): Likewise.
13049         [POSIX] (_PC_FILESIZEBITS): Likewise.
13050         [POSIX] (_PC_REC_INCR_XFER_SIZE): Likewise.
13051         [POSIX] (_PC_REC_MAX_XFER_SIZE): Likewise.
13052         [POSIX] (_PC_REC_MIN_XFER_SIZE): Likewise.
13053         [POSIX] (_PC_REC_XFER_ALIGN): Likewise.
13054         [POSIX] (uid_t): Likewise.
13055         [POSIX] (gid_t): Likewise.
13056         [POSIX] (off_t): Likewise.
13057         [POSIX] (pid_t): Likewise.
13058         [POSIX] (cuserid): Allow.
13059         (_SC_2_CHAR_TERM): Require constant.
13060         (_POSIX_ASYNCHRONOUS_IO): Remove duplicate optional-constant.
13061         * conform/Makefile (test-xfail-POSIX/unistd.h/conform): New
13062         variable.
13064 2015-05-20  Roland McGrath  <roland@hack.frob.com>
13066         * sysdeps/nacl/pthread-pids.h: New file.
13067         * sysdeps/nacl/createthread.c: Include <pthread-pids.h>.
13068         (create_thread): Use __nacl_get_tid to initialize PD->tid.
13070         * nptl/pthread-pids.h: New file.
13071         * sysdeps/unix/sysv/linux/pthread-pids.h: New file.
13072         * nptl/nptl-init.c: Include <pthread-pids.h>.
13073         (__pthread_initialize_minimal_internal):
13074         Call __pthread_initialize_pids instead of set_tid_address syscall.
13076         * sysdeps/unix/sysv/linux/usleep.c: Moved to ...
13077         * sysdeps/posix/usleep.c: ... here.
13079 2015-05-20  Adhemerval Zanella  <adhemerval.zanella@linaro.org>
13081         * sysdeps/unix/sysv/linux/i386/Makefile [$(subdir) = misc)]: Remove
13082         call_pselect6 object.
13083         [$(subdir) = io]: Remove call_sync_file_range object.
13084         * sysdeps/unix/sysv/linux/i386/call_pselect6.S: Remove file.
13085         * sysdeps/unix/sysv/linux/i386/call_sync_file_range.S: Remove file.
13086         * sysdeps/unix/sysv/linux/i386/pselect.c: Remove file.
13087         * sysdeps/unix/sysv/linux/i386/sync_file_range.c: Remove file.
13089 2015-05-20  Wilco Dijkstra  <wdijkstr@arm.com>
13091         * math/s_cproj.c: Add include "math_private.h".
13092         * math/s_cprojf.c: Likewise.
13093         * math/s_cprojl.c: Likewise.
13095 2015-05-19  Joseph Myers  <joseph@codesourcery.com>
13097         [BZ #18244]
13098         * sysdeps/ieee754/ldbl-96/s_remquol.c (__remquol): Ignore explicit
13099         high mantissa bit when testing whether P is a NaN.
13100         * math/libm-test.inc (remainder_test_data): Add more tests.
13101         (remquo_test_data): Likewise.
13103         [BZ #18049]
13104         * sysdeps/i386/fpu/e_atanhl.S (__ieee754_atanhl): For exponents
13105         below -32, return the argument, with underflow if subnormal.
13106         * math/auto-libm-test-in: Add more tests of atanh.
13107         * math/auto-libm-test-out: Regenerated.
13109 2015-05-19  Roland McGrath  <roland@hack.frob.com>
13111         [BZ #18434]
13112         * nptl/tst-sem15.c: New file.
13113         * nptl/Makefile (tests): Add it.
13114         * nptl/sem_post.c (__new_sem_post) [!__HAVE_64B_ATOMICS]:
13115         s/<</>>/ to fix typo in EOVERFLOW check.
13116         * sysdeps/sparc/sparc32/sem_post.c (__new_sem_post): Likewise.
13118 2015-05-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
13120         * manual/strings.texi (envz_remove): Fix typo in safety
13121         annotations.
13123 2015-05-19  Paul Eggert  <eggert@cs.ucla.edu>
13124             Steve Ellcey  <sellcey@imgtec.com>
13126         * inet/rcmd.c (rresvport_af): Change ss to anonymous union
13127         in order to avoid strict alias warnings.
13128         (iruserok_af): Ditto for ra.
13130 2015-05-19  James Lemke  <jwlemke@codesourcery.com>
13132         [BZ #17581]
13133         * malloc/hooks.c
13134         (magicbyte): Convert to a function and avoid returning 0x01.
13135         (mem2mem_check): Avoid using a length byte equal to the magic byte.
13136         (mem2chunk_check): Fix unsigned comparisons to zero.
13137         Hoist defs of sz and magic.
13139 2015-05-19  Richard Henderson  <rth@redhat.com>
13141         * soft-fp/op-common.h (_FP_FROM_INT): Don't write to R.
13143         * sysdeps/alpha/fpu/libm-test-ulps: Update.
13145 2015-05-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
13147         [BZ #16159]
13148         * malloc/Makefile (tests): New test case tst-malloc-backtrace.
13149         * malloc/arena.c (arena_lock): Check if arena is corrupt.
13150         (reused_arena): Find a non-corrupt arena.
13151         (heap_trim): Pass arena to unlink.
13152         * malloc/hooks.c (malloc_check_get_size): Pass arena to
13153         malloc_printerr.
13154         (top_check): Likewise.
13155         (free_check): Likewise.
13156         (realloc_check): Likewise.
13157         * malloc/malloc.c (malloc_printerr): Add arena argument.
13158         (unlink): Likewise.
13159         (munmap_chunk): Adjust.
13160         (ARENA_CORRUPTION_BIT): New macro.
13161         (arena_is_corrupt): Likewise.
13162         (set_arena_corrupt): Likewise.
13163         (sysmalloc): Use mmap if there are no usable arenas.
13164         (_int_malloc): Likewise.
13165         (__libc_malloc): Don't fail if arena_get returns NULL.
13166         (_mid_memalign): Likewise.
13167         (__libc_calloc): Likewise.
13168         (__libc_realloc): Adjust for additional argument to
13169         malloc_printerr.
13170         (_int_free): Likewise.
13171         (malloc_consolidate): Likewise.
13172         (_int_realloc): Likewise.
13173         (_int_memalign): Don't touch corrupt arenas.
13174         * malloc/tst-malloc-backtrace.c: New test case.
13176         * Makefile (summarize-tests): Fix return value on success.
13178         * manual/string.texi (Envz Functions): Add envz_remove.
13180 2015-05-18  Roland McGrath  <roland@hack.frob.com>
13182         * sysdeps/posix/opendir.c: Include <stdbool.h>.
13183         (invalid_name): New function, broken out of ...
13184         (__opendirat): ... here.  Call it.
13185         (need_isdir_precheck): New function, broken out of ...
13186         (__opendirat): ... here.  Call it.
13187         Use __fxstatat64, not __xstatat64.
13188         (opendir_oflags): New function, broken out of ...
13189         (__opendirat): ... here.  Call it.
13190         (opendir_tail): New function, broken out of ...
13191         (__opendirat): ... here.  Call it.
13192         (__opendir): Call invalid_name, need_isdir_precheck, __xstat64, and
13193         opendir_tail, rather than punting to __opendirat.
13194         (__opendirat): Conditionalize function definition on [IS_IN (libc)].
13196 2015-05-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
13198         * .gitignore: Ignore generated *.pyc.
13200 2015-05-18  Arjun Shankar  <arjun.is@lostca.se>
13202         * include/stdio.h: Define __need_wint_t.
13203         * test-skeleton.c: Avoid `for' loop initial declaration.
13204         * nptl/tst-initializers1.c: Use test-skeleton.c.
13206 2015-05-17  Adhemerval Zanella  <adhemerval.zanella@linaro.org>
13208         [BZ #18418]
13209         * stdlib/tst-setcontext3.sh: Remove non-portable array use.
13211 2015-05-15  Joseph Myers  <joseph@codesourcery.com>
13213         [BZ #16352]
13214         * sysdeps/i386/fpu/e_atanh.S (dbl_min): New object.
13215         (__ieee754_atanh): Force underflow exception for results with
13216         small absolute value.
13217         * sysdeps/i386/fpu/e_atanhf.S (flt_min): New object.
13218         (__ieee754_atanhf): Force underflow exception for results with
13219         small absolute value.
13220         * sysdeps/ieee754/dbl-64/e_atanh.c: Include <float.h>.
13221         (__ieee754_atanh): Force underflow exception for results with
13222         small absolute value.
13223         * sysdeps/ieee754/flt-32/e_atanhf.c: Include <float.h>.
13224         (__ieee754_atanhf): Force underflow exception for results with
13225         small absolute value.
13226         * sysdeps/ieee754/ldbl-128/e_atanhl.c: Include <float.h>.
13227         (__ieee754_atanhl): Force underflow exception for results with
13228         small absolute value.
13229         * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c: Include <float.h>.
13230         (__ieee754_atanhl): Force underflow exception for results with
13231         small absolute value.
13232         * sysdeps/ieee754/ldbl-96/e_atanhl.c: Include <float.h>.
13233         (__ieee754_atanhl): Force underflow exception for results with
13234         small absolute value.
13235         * math/auto-libm-test-in: Do not allow missing underflow
13236         exceptions from atanh.
13237         * math/auto-libm-test-out: Regenerated.
13239         [BZ #18221]
13240         * sysdeps/ieee754/flt-32/k_tanf.c (__kernel_tanf): Use 2**-13 not
13241         2**-28 as threshold for returning x or +/- 1/x.
13242         * math/auto-libm-test-in: Add more tests of tan.
13243         * math/auto-libm-test-out: Regenerated.
13245         [BZ #18220]
13246         * sysdeps/ieee754/flt-32/e_lgammaf_r.c (__ieee754_lgammaf_r): Use
13247         2**26 not 2**58 as threshold for returning x * (log (x) - 1).
13248         * math/auto-libm-test-in: Add another test of lgamma.
13249         * math/auto-libm-test-out: Regenerated.
13251 2015-05-15  Wilco Dijkstra  <wdijkstr@arm.com>
13253         * stdio-common/printf_fp.c (___printf_fp): Use abs.
13254         * stdlib/gmp-impl.h (ABS): Remove define.  (ABSIZ): Remove.
13255         * sysdeps/ieee754/dbl-64/branred.c (__branred): Use fabs.
13256         * sysdeps/ieee754/dbl-64/dla.h (EADD): Use fabs.
13257         (ESUB): Use fabs.  (ADD2): Use fabs.  (SUB2): Use fabs.
13258         (ADD2A): Use fabs.  (SUB2A): Use fabs.
13259         * sysdeps/ieee754/dbl-64/e_asin.c (__ieee754_asin): Use fabs.
13260         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Use fabs.
13261         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Use fabs.
13262         (log1): Use fabs.  (my_log2): Use fabs.
13263         * sysdeps/ieee754/dbl-64/e_remainder.c (__ieee754_remainder): Use fabs.
13264         * sysdeps/ieee754/dbl-64/mpa.h (ABS): Remove define.
13265         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Use fabs.
13266         * sysdeps/ieee754/dbl-64/mydefs.h (ABS): Remove define.
13267         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Use fabs.
13268         (__cos): Use fabs.  (slow): Use fabs.  (slow2): Use fabs.
13269         (sloww): Use fabs.  (sloww1): Use fabs.  (sloww2): Use fabs.
13270         (bslow1): Use fabs.  (bslow2): Use fabs.  (cslow2): Use fabs.
13271         (csloww): Use fabs.  (csloww1): Use fabs.  (csloww2): Use fabs.
13272         * sysdeps/ieee754/dbl-64/sincos32.c (__mpranred): Use fabs.
13273         * sysdeps/x86_64/fpu/multiarch/e_log.c: add math.h include.
13275 2015-05-15  Joseph Myers  <joseph@codesourcery.com>
13277         [BZ #18217]
13278         * sysdeps/ieee754/flt-32/s_erff.c (__erfcf): Use 2**-26 not 2**-56
13279         as threshold for returning 1 - x.
13280         * math/auto-libm-test-in: Add more tests of erfc.
13281         * math/auto-libm-test-out: Regenerated.
13283 2015-05-14  Joseph Myers  <joseph@codesourcery.com>
13285         [BZ #18196]
13286         * sysdeps/ieee754/flt-32/s_atanf.c (__atanf): Use 2^25 not 2^34 as
13287         threshold for large arguments.
13288         * math/auto-libm-test-in: Add another test of atan.
13289         * math/auto-libm-test-out: Regenerated.
13291         [BZ #16339]
13292         * sysdeps/i386/fpu/s_log1p.S (dbl_min): New object.
13293         (__log1p): Force underflow exception for results with small
13294         absolute value.
13295         * sysdeps/i386/fpu/s_log1pf.S (flt_min): New object.
13296         (__log1pf): Force underflow exception for results with small
13297         absolute value.
13298         * sysdeps/ieee754/dbl-64/s_log1p.c: Include <float.h>.
13299         (__log1p): Force underflow exception for results with small
13300         absolute value.
13301         * sysdeps/ieee754/flt-32/s_log1pf.c: Include <float.h>.
13302         (__log1pf): Force underflow exception for results with small
13303         absolute value.
13304         * sysdeps/ieee754/ldbl-128/s_log1pl.c: Include <float.h>.
13305         (__log1pl): Force underflow exception for results with small
13306         absolute value.
13307         * math/auto-libm-test-in: Do not allow missing underflow
13308         exceptions from log1p.
13309         * math/auto-libm-test-out: Regenerated.
13311 2015-05-14  Jakub Bogusz  <qboosh@pld-linux.org>
13312             Adhemerval Zanella  <adhemerval.zanella@linaro.org>
13314         [BZ #16704]
13315         * sysdeps/unix/make-syscalls.sh: Remove non-portable echo usage.
13317 2015-05-14  Andrew Senkevich  <andrew.senkevich@intel.com>
13319         * Makeconfig (rpath-dirs, all-subdirs): Added mathvec folder.
13320         (libmvec): New variable.
13321         * configure.ac: Added option for mathvec build.
13322         * configure: Regenerated.
13323         * mathvec/Depend: New file.
13324         * mathvec/Makefile: New file.
13325         * shlib-versions: Added libmvec.
13326         * math/Makefile: Added rule for libm.so installation.
13328         * bits/math-vector.h: New file.
13329         * bits/libm-simd-decl-stubs.h: New header.
13330         * math/Makefile (headers): Added new header
13331         libm-simd-decl-stubs.h.
13332         * math/math.h (__MATHCALL_VEC): New macro.
13334         * math/gen-libm-have-vector-test.sh: Script generates series of macros
13335         for conditions in testing functions.
13336         * math/Makefile: Added call of libm-have-vector-test.sh.
13337         * math/libm-test.inc (HAVE_VECTOR): New macros.
13339         * math/libm-test.inc: START refactored.
13340         * math/test-double.c (TEST_MATHVEC): Add define.
13341         * math/test-float.c: Likewise.
13342         * math/test-idouble.c: Likewise.
13343         * math/test-ifloat.c: Likewise.
13344         * math/test-ildoubl.c: Likewise.
13345         * math/test-ldouble.c: Likewise.
13346         * sysdeps/generic/math-tests-arch.h
13347         (INIT_ARCH_EXT, CHECK_ARCH_EXT): New helper macros for runtime
13348         architecture check.
13350         * math/test-double.c (FUNC_TEST): New macro.
13351         * math/test-float.c: Likewise.
13352         * math/test-idouble.c: Likewise.
13353         * math/test-ifloat.c: Likewise.
13354         * math/test-ildoubl.c: Likewise.
13355         * math/test-ldouble.c: Likewise.
13356         * math/libm-test.inc: Use FUNC_TEST for name of tested functions.
13358 2015-05-13  Roland McGrath  <roland@hack.frob.com>
13360         * sysdeps/nacl/fdopendir.c: New file.
13362         * dirent/scandir-tail.c: New file.
13363         * dirent/scandir64-tail.c: New file.
13364         * dirent/Makefile (routines): Add them.
13365         (CFLAGS-scandir-tail.c, CFLAGS-scandir64-tail.c): New variables.
13366         * include/dirent.h (__scandir_tail, __scandir64_tail): Declare them.
13367         * dirent/scandir.c [!SCANDIR] (SCANDIRAT): Macro removed.
13368         [!SCANDIR] (SCANDIR_TAIL): New macro.
13369         (SCANDIR): Call __opendir and __scandir_tail, not __scandirat.
13370         * dirent/scandir64.c [!_DIRENT_MATCHES_DIRENT64]
13371         (SCANDIRAT): Macro removed.
13372         (SCANDIR_TAIL): New macro.
13373         * dirent/scandirat.c [!SCANDIRAT] (READDIR): Macro removed.
13374         [!SCANDIRAT] (SCANDIR_TAIL): New macro.
13375         (SCANDIRAT): Just call __opendirat and __scandir_tail.
13376         * dirent/scandirat64.c [!_DIRENT_MATCHES_DIRENT64]
13377         (READDIR): Macro removed.
13378         (SCANDIR_TAIL): New macro.
13379         * sysdeps/unix/sysv/linux/i386/scandir64.c (READDIR): Macro removed.
13380         (SCANDIR_TAIL): New macro.
13382         * dirent/scandirat.c (__scandir_cancel_handler): Function moved ...
13383         * dirent/scandir-cancel.c: ... to this new file.
13384         * dirent/Makefile (routines): Add it.
13385         * dirent/scandirat64.c (SKIP_SCANDIR_CANCEL): Macro removed.
13386         * sysdeps/unix/sysv/linux/i386/scandir64.c
13387         (SKIP_SCANDIR_CANCEL): Macro removed.
13388         * include/dirent.h (__scandir_cancel_handler): Add attribute_hidden.
13390         * dirent/tst-scandir.c: New file.
13391         * dirent/tst-scandir64.c: New file.
13392         * dirent/Makefile (tests): Add them.
13394 2015-05-13  H.J. Lu  <hongjiu.lu@intel.com>
13396         [BZ #18409]
13397         * sysdeps/unix/make-syscalls.sh: Remove a trailing `\'.
13399 2015-05-13  Szabolcs Nagy  <szabolcs.nagy@arm.com>
13401         * sysdeps/aarch64/tls-macros.h (TLS_GD): Add "cc" to the clobber
13402         list.
13404 2015-05-13  Leonhard Holz  <leonhard.holz@web.de>
13406         * benchtests/bench-strcoll.c: New benchmark.
13407         * benchtests/Makefile: Generate locales and run benchmark.
13408         * benchtests/strcoll-inputs/filelist#C: New benchmark input file.
13409         * benchtests/strcoll-inputs/filelist#en_US.UTF-8: Likewise.
13410         * benchtests/strcoll-inputs/lorem_ipsum#ar_SA.UTF-8: Likewise.
13411         * benchtests/strcoll-inputs/lorem_ipsum#cs_CZ.UTF-8: Likewise.
13412         * benchtests/strcoll-inputs/lorem_ipsum#da_DK.UTF-8: Likewise.
13413         * benchtests/strcoll-inputs/lorem_ipsum#el_GR.UTF-8: Likewise.
13414         * benchtests/strcoll-inputs/lorem_ipsum#en_GB.UTF-8: Likewise.
13415         * benchtests/strcoll-inputs/lorem_ipsum#en_US.UTF-8: Likewise.
13416         * benchtests/strcoll-inputs/lorem_ipsum#es_ES.UTF-8: Likewise.
13417         * benchtests/strcoll-inputs/lorem_ipsum#fr_FR.UTF-8: Likewise.
13418         * benchtests/strcoll-inputs/lorem_ipsum#hi_IN.UTF-8: Likewise.
13419         * benchtests/strcoll-inputs/lorem_ipsum#hu_HU.UTF-8: Likewise.
13420         * benchtests/strcoll-inputs/lorem_ipsum#is_IS.UTF-8: Likewise.
13421         * benchtests/strcoll-inputs/lorem_ipsum#it_IT.UTF-8: Likewise.
13422         * benchtests/strcoll-inputs/lorem_ipsum#iw_IL.UTF-8: Likewise.
13423         * benchtests/strcoll-inputs/lorem_ipsum#ja_JP.UTF-8: Likewise.
13424         * benchtests/strcoll-inputs/lorem_ipsum#pl_PL.UTF-8: Likewise.
13425         * benchtests/strcoll-inputs/lorem_ipsum#pt_PT.UTF-8: Likewise.
13426         * benchtests/strcoll-inputs/lorem_ipsum#ru_RU.UTF-8: Likewise.
13427         * benchtests/strcoll-inputs/lorem_ipsum#sr_RS.UTF-8: Likewise.
13428         * benchtests/strcoll-inputs/lorem_ipsum#sv_SE.UTF-8: Likewise.
13429         * benchtests/strcoll-inputs/lorem_ipsum#tr_TR.UTF-8: Likewise.
13430         * benchtests/strcoll-inputs/lorem_ipsum#vi_VN.UTF-8: Likewise.
13431         * benchtests/strcoll-inputs/lorem_ipsum#zh_CN.UTF-8: Likewise.
13433 2015-05-12  Ondřej Bílka  <neleai@seznam.cz>
13435         * sysdeps/x86_64/multiarch/strcspn.S: Remove plt indirection.
13436         * sysdeps/x86_64/multiarch/strspn.S: Likewise.
13438 2015-05-12  Roland McGrath  <roland@hack.frob.com>
13440         * posix/uname-values.h: New file.
13441         * posix/uname.c: Include that instead of <config-name.h>.
13442         * sysdeps/nacl/uname-values.h: New file.
13443         * sysdeps/arm/nacl/uname-values.h: New file.
13445 2015-05-12  Joseph Myers  <joseph@codesourcery.com>
13447         * conform/linknamespace.pl (list_syms): Remove \[.*?\] before
13448         splitting into fields.
13450 2015-05-12  Leonhard Holz  <leonhard.holz@web.de>
13452         * locale/categories.def: Define _NL_COLLATE_ENCODING_TYPE.
13453         * locale/langinfo.h: Add _NL_COLLATE_ENCODING_TYPE to attribute list.
13454         * locale/localeinfo.h: Add enum collation_encoding_type.
13455         * locale/C-collate.c: Set _NL_COLLATE_ENCODING_TYPE to 8bit.
13456         * programs/ld-collate.c (collate_output): Add encoding type info.
13457         * string/strcoll_l.c (STRDIFF): New function.
13458         * (STRCOLL): Use STRDIFF to skip over equal prefix.
13459         * wcsmbs/wcscoll_l.c: Define STRDIFF.
13461 2015-05-11  Joseph Myers  <joseph@codesourcery.com>
13463         [BZ #18397]
13464         * sysdeps/mips/mips32/fpu/fpu_control.c: Move to ....
13465         * sysdeps/mips/mips32/fpu/fpucw-helpers.c: ... here.  Include
13466         <fpu_control.h> instead of <math/fpu_control.c>.
13467         * sysdeps/mips/mips32/fpu/Makefile: New file.
13469 2015-05-11  Andreas Schwab  <schwab@suse.de>
13471         [BZ #18007]
13472         * nis/nss_compat/compat-grp.c (internal_endgrent): Don't call
13473         nss_endgrent.
13474         (_nss_compat_endgrent): Call nss_endgrent.
13475         * nis/nss_compat/compat-pwd.c (internal_endpwent): Don't call
13476         nss_endpwent.
13477         (_nss_compat_endpwent): Call nss_endpwent.
13478         * nis/nss_compat/compat-spwd.c (internal_setspent): Add parameter
13479         needent, call nss_setspent only if non-zero.
13480         (_nss_compat_setspent, _nss_compat_getspent_r): Pass non-zero.
13481         (internal_endspent): Don't call nss_endspent.
13482         (_nss_compat_endspent): Call nss_endspent.
13483         * nss/nss_files/files-XXX.c (position, last_use, keep_stream):
13484         Remove.  All uses removed.
13485         (internal_setent): Remove parameter stayopen, add parameter
13486         stream.  Use it instead of global variable.
13487         (CONCAT(_nss_files_set,ENTNAME)): Pass global stream.
13488         (internal_endent, internal_getent): Add parameter stream.  Use it
13489         instead of global variable.
13490         (CONCAT(_nss_files_end,ENTNAME))
13491         (CONCAT(_nss_files_get,ENTNAME_r)): Pass global stream.
13492         (_nss_files_get##name##_r): Pass local stream.  Remove locking.
13493         * nss/nss_files/files-alias.c (position, last_use): Remove.  All
13494         uses removed.
13495         (internal_setent, internal_endent): Add parameter stream.  Use it
13496         instead of global variable.
13497         (_nss_files_setaliasent, _nss_files_endaliasent): Pass global
13498         stream.
13499         (get_next_alias): Add parameter stream.
13500         (_nss_files_getaliasent_r): Pass global stream.
13501         (_nss_files_getaliasbyname_r): Pass local stream.  Remove locking.
13502         * nss/nss_files/files-hosts.c (_nss_files_gethostbyname3_r)
13503         (_nss_files_gethostbyname4_r): Pass local stream to
13504         internal_setent, internal_getent and internal_endent.  Remove
13505         locking.
13507 2015-05-11  Stefan Liebler  <stli@linux.vnet.ibm.com>
13509         * tst-strfmon1.c (tests): Update expected currency symbol.
13511 2015-05-08  Roland McGrath  <roland@hack.frob.com>
13513         * sysdeps/nacl/gethostname.c: New file.
13515 2015-05-08  Joseph Myers  <joseph@codesourcery.com>
13517         * math/auto-libm-test-in: Add more tests of csqrt, lgamma, log10
13518         and sinh.
13519         * math/auto-libm-test-out: Regenerated.
13520         * sysdeps/i386/fpu/libm-test-ulps: Update.
13521         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
13523 2015-05-08  Carlos O'Donell  <carlos@redhat.com>
13525         [BZ #18125]
13526         * stdlib/tst-setcontext3.c: New file.
13527         * stdlib/tst-setcontext3.sh: New file.
13528         * stdlib/Makefile (tests): Add tst-setcontext3.
13529         (tst-setcontext3.out): Custom rule to run tst-setcontext3.sh
13530         to verify test program created output file.
13531         * sysdeps/unix/sysv/linux/aarch64/setcontext.S: Call exit.
13532         * sysdeps/unix/sysv/linux/arm/setcontext.S: Likewise.
13533         * sysdeps/unix/sysv/linux/hppa/setcontext.S: Likewise.
13534         * sysdeps/unix/sysv/linux/nios2/setcontext.S: Likewise.
13536 2015-05-06  Roland McGrath  <roland@hack.frob.com>
13538         [BZ #18383]
13539         * elf/tst-tlsalign.c: New file.
13540         * elf/tst-tlsalign-static.c: New file.
13541         * elf/tst-tlsalign-lib.c: New file.
13542         * elf/Makefile [$(build-shared) = yes] (tests): Add tst-tlsalign.
13543         (tests-static): Add tst-tlsalign-static.
13544         (modules-names): Add tst-tlsalign-lib.
13545         (test-xfail-tst-tlsalign): New variable.
13546         (test-xfail-tst-tlsalign-static): New variable.
13548         * sysdeps/nacl/nacl-test-wrapper.sh (NACL_LOADER):
13549         Use elf_loader_${arch}.nexe rather than loader_${arch}.nexe.
13551 2015-05-06  Joseph Myers  <joseph@codesourcery.com>
13553         * math/auto-libm-test-in: Add more tests of acosh, atanh, cos,
13554         csqrt, erfc, sin and sincos.
13555         * math/auto-libm-test-out: Regenerated.
13556         * sysdeps/i386/fpu/libm-test-ulps: Update.
13557         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
13559 2015-05-06  Szabolcs Nagy  <szabolcs.nagy@arm.com>
13561         * sysdeps/aarch64/libm-test-ulps: Update.
13563 2015-05-05  Joseph Myers  <joseph@codesourcery.com>
13565         * math/auto-libm-test-in: Add more tests of acosh, atanh, clog,
13566         clog10, csqrt, erfc, exp2, expm1, log10, log2 and sinh.
13567         * math/auto-libm-test-out: Regenerated.
13568         * sysdeps/i386/fpu/libm-test-ulps: Update.
13569         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
13571 2015-04-30  Daniel Marjamäki  <daniel.marjamaki@evidente.se>
13573         [BZ #18265]
13574         * wcsmbs/wchar.h (wcscpy): Add __nonnull attribute.
13575         (wcsncpy): Likewise.
13577 2015-05-05  Florian Weimer  <fweimer@redhat.com>
13579         * sysdeps/unix/sysv/linux/posix_fallocate.c (posix_fallocate):
13580         Assume __ASSUME_FALLOCATE is always true.
13581         * sysdeps/unix/sysv/linux/posix_fallocate64.c
13582         (__posix_fallocate64_l64): Likweise.
13583         * sysdeps/unix/sysv/linux/mips/mips64/n32/posix_fallocate.c
13584         (posix_fallocate): Likewise.
13585         * sysdeps/unix/sysv/linux/mips/mips64/n32/posix_fallocate64.c
13586         (__posix_fallocate64_l64): Likewise.
13587         * sysdeps/unix/sysv/linux/wordsize-64/posix_fallocate.c
13588         [!__ASSUME_FALLOCATE]: Add comment.
13590 2015-05-05  Florian Weimer  <fweimer@redhat.com>
13592         * sysdeps/unix/sysv/linux/i386/Makefile
13593         (sysdep_routines) [$(subdir) = misc]: Remove call_fallocate.
13594         (sysdep_routines) [$(subdir) = io]: Add libc-do-syscall.
13595         * sysdeps/unix/sysv/linux/i386/call_fallocate.S: Remove.
13596         * sysdeps/unix/sysv/linux/i386/fallocate.c: Likewise.
13597         * sysdeps/unix/sysv/linux/i386/fallocate64.c: Likewise.
13598         * sysdeps/unix/sysv/linux/i386/posix_fallocate.c: Likewise.
13599         * sysdeps/unix/sysv/linux/i386/posix_fallocate64.c: Likewise.
13601 2015-05-02  Joseph Myers  <joseph@codesourcery.com>
13603         * math/auto-libm-test-in: Add more tests of atan, clog, clog10,
13604         cos, csqrt, erf, erfc, exp2, lgamma, log1p, sin, sincos, tanh and
13605         tgamma.
13606         * math/auto-libm-test-out: Regenerated.
13607         * sysdeps/i386/fpu/libm-test-ulps: Update.
13608         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
13610 2015-05-01  Joseph Myers  <joseph@codesourcery.com>
13612         * math/auto-libm-test-in: Add more tests of tgamma.
13613         * math/auto-libm-test-out: Regenerated.
13614         * sysdeps/i386/fpu/libm-test-ulps: Update.
13615         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
13617         * math/auto-libm-test-in: Add more tests of tanh.
13618         * math/auto-libm-test-out: Regenerated.
13619         * sysdeps/i386/fpu/libm-test-ulps: Update.
13620         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
13622         * math/auto-libm-test-in: Add more tests of tan.
13623         * math/auto-libm-test-out: Regenerated.
13624         * sysdeps/i386/fpu/libm-test-ulps: Update.
13625         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
13627         * math/auto-libm-test-in: Add more tests of cos, sin and sincos.
13628         * math/auto-libm-test-out: Regenerated.
13629         * sysdeps/i386/fpu/libm-test-ulps: Update.
13630         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
13632         * math/auto-libm-test-in: Add another test of pow.
13633         * math/auto-libm-test-out: Regenerated.
13634         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
13636         * math/auto-libm-test-in: Add more tests of lgamma.
13637         * math/auto-libm-test-out: Regenerated.
13638         * sysdeps/i386/fpu/libm-test-ulps: Update.
13639         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
13641         * math/auto-libm-test-in: Add more tests of log, log10, log2 and
13642         log1p.
13643         * math/auto-libm-test-out: Regenerated.
13644         * sysdeps/i386/fpu/libm-test-ulps: Update.
13645         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
13647 2015-05-01  Mark Wielaard  <mjw@redhat.com>
13649         * elf/elf.h: Add SHF_COMPRESSED section flag, Elf32_Chdr and
13650         Elf64_Chdr structs and ELFCOMPRESS constants.
13652 2015-05-01  Joseph Myers  <joseph@codesourcery.com>
13654         * math/auto-libm-test-in: Add more tests of exp, exp10, exp2 and
13655         expm1.
13656         * math/auto-libm-test-out: Regenerated.
13657         * sysdeps/i386/fpu/libm-test-ulps: Update.
13658         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
13660         * math/auto-libm-test-in: Add more tests of erf and erfc.
13661         * math/auto-libm-test-out: Regenerated.
13662         * sysdeps/i386/fpu/libm-test-ulps: Update.
13663         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
13665 2015-05-01  Szabolcs Nagy  <szabolcs.nagy@arm.com>
13667         * config.h.in (HAVE_AARCH64_BE): Add.
13669 2015-04-30  Joseph Myers  <joseph@codesourcery.com>
13671         * math/auto-libm-test-in: Add more tests of csqrt.
13672         * math/auto-libm-test-out: Regenerated.
13673         * sysdeps/i386/fpu/libm-test-ulps: Update.
13674         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
13676         * math/auto-libm-test-in: Add more tests of cosh and sinh.
13677         * math/auto-libm-test-out: Regenerated.
13678         * sysdeps/i386/fpu/libm-test-ulps: Update.
13679         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
13681         * sysdeps/unix/sysv/linux/mips/mips32/waitid.c: Remove file.
13683 2015-04-29  Roland McGrath  <roland@hack.frob.com>
13685         * sysdeps/nacl/bits/typesizes.h (__CLOCK_T_TYPE): Use __SLONGWORD_TYPE.
13686         * sysdeps/nacl/nacl-interfaces.h (nacl_abi_clock_t): Use clock_t.
13688         * sysdeps/nacl/euidaccess.c (euidaccess): Renamed to __euidaccess.
13689         (euidaccess, eaccess): Define as weak aliases.
13691         * sysdeps/nacl/bits/typesizes.h (__SUSECONDS_T_TYPE): Use
13692         __SLONGWORD_TYPE rather than __S32_TYPE.  They are the same size,
13693         but __suseconds_t is often 'long int' so some sources assume that
13694         type is being used (e.g. they use %ld to print tv_usec).
13696 2015-04-29  Florian Weimer  <fweimer@redhat.com>
13698         [BZ #18007]
13699         * nss/nss_files/files-XXX.c (CONCAT): Always enable stayopen.
13700         (CVE-2014-8121)
13701         * nss/tst-nss-getpwent.c: New file.
13702         * nss/Makefile (tests): Add new test.
13704 2015-04-28  Joseph Myers  <joseph@codesourcery.com>
13706         [BZ #18346]
13707         * sysdeps/ieee754/ldbl-128/s_roundl.c (__roundl): Handle all
13708         exponents less than 48 as cases where high part of mantissa needs
13709         examining to determine whether argument is integral.
13710         * math/libm-test.inc (round_test_data): Add more tests.
13712 2015-04-28  Mark Wielaard  <mjw@redhat.com>
13714         * elf/elf.h (SHF_EXCLUDE): Use unsigned 1 for shift.
13716 2015-04-27  David S. Miller  <davem@davemloft.net>
13718         * sysdeps/unix/sysv/linux/sparc/sparc32/localplt.data: Remove
13719         __tls_get_addr.
13720         * sysdeps/unix/sysv/linux/sparc/sparc64/localplt.data: Likewise.
13722 2015-04-27  H.J. Lu  <hongjiu.lu@intel.com>
13724         [BZ#18333]
13725         * time/tzset.c (__tzfile_read): Check tzspec_len == 0.
13727 2015-04-27  Florian Weimer  <fweimer@redhat.com>
13729         [BZ#18333]
13730         * time/tzset.c (parse_tzname): Return error on memory allocation
13731         failure.
13732         * test-skeleton.c (struct temp_name_list): Change type of name
13733         member to non-const.
13734         (add_temp_file): Create a copy of the file name.
13735         (delete_temp_files): Deallocate memory.
13736         (create_temp_file): Add comment.
13738 2015-04-24  Florian Weimer  <fweimer@redhat.com>
13740         * io/posix_fallocate.c (posix_fallocate): Do not set errno.
13741         * io/posix_fallocate64.c (posix_fallocate64): Likewise.
13743 2015-04-24  Roland McGrath  <roland@hack.frob.com>
13745         * sysdeps/arm/configure.ac (PI_STATIC_AND_HIDDEN): Define it.
13746         * sysdeps/arm/configure: Regenerated.
13748 2015-04-24  Florian Weimer  <fweimer@redhat.com>
13750         [BZ #17715]
13751         * time/tzfile.c (__tzfile_read): Check for large values of
13752         tzh_ttisstdcnt and tzh_ttisgmtcnt.  Use malloc instead of alloca.
13753         * time/tzset.c (__tzstring_len): New function, based on the old
13754         __tzstring function.
13755         (__tzstring): Call __tzstring_len.
13756         (parse_tzname): New helper function extracted from
13757         __tzset_parse_tz.  Call __tzstring_len, without making a copy of
13758         the input string.
13759         (parse_offset): New helper function extracted from
13760         __tzset_parse_tz.  Replace switch with fallthrough with
13761         initialization before sscanf.
13762         (parse_rule): Likewise.
13763         (__tzset_parse_tz): Rewrite using the new helper functions.  Use
13764         new-style function definition.
13765         * timezone/Makefile (tests): Add tst-tzset.
13766         (tst-tzset.out): Dependencies on time zone files.
13767         (tst-tzset-ENV): Set TZDIR.
13768         (testdata/XT%): Copy crafted time zone files.
13769         * timezone/README: Mention crafted time zone files.
13770         * timezone/testdata/XT1, timezone/testdata/XT2,
13771         timezone/testdata/XT3, timezone/testdata/XT4: New time zone test
13772         files.
13773         * timezone/tst-tzset.c: New test.
13775 2015-04-24  Florian Weimer  <fweimer@redhat.com>
13777         * Makeconfig (+gccwarn): Remove -Winline.
13779 2015-04-24  Stefan Liebler  <stli@linux.vnet.ibm.com>
13781         * sysdeps/s390/fpu/libm-test-upls: Regenerate.
13783 2015-04-24  Stefan Liebler  <stli@linux.vnet.ibm.com>
13785         * NEWS: Mention sysconf() cache information support for s390.
13786         * sysdeps/unix/sysv/linux/s390/sysconf.c: New File.
13788 2015-04-22  Wilco Dijkstra  <wdijkstr@arm.com>
13790         * math/k_casinh.c (__kernel_casinh): Use __copysign.
13791         * sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c
13792         (__nearbyint): Likewise.
13793         * sysdeps/ieee754/ldbl-opt/nldbl-copysign.c
13794         (copysignl): Likewise.
13796 2015-04-21  Arjun Shankar  <arjun.is@lostca.se>
13798         [BZ #18287]
13799         * resolv/nss_dns/dns-host.c (getanswer_r): Adjust buffer length
13800         based on padding.  (CVE-2015-1781)
13802 2015-04-20  Adhemerval Zanella  <adhemerval.zanella@linaro.org>
13804         * nptl/pthread_cond_timedwait.c: Change include bits/libc-vdso.h to just
13805         libc-vdso.h.
13806         * sysdeps/powerpc/powerpc32/backtrace.c: Likewise.
13807         * sysdeps/powerpc/powerpc64/backtrace.c: Likewise.
13808         * sysdeps/unix/sysv/linux/aarch64/init-first.c: Likewise.
13809         * sysdeps/unix/sysv/linux/clock_getres.c: Likewise.
13810         * sysdeps/unix/sysv/linux/clock_gettime.c: Likewise.
13811         * sysdeps/unix/sysv/linux/gettimeofday.c: Likewise.
13812         * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c: Likewise.
13813         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c: Likewise.
13814         * sysdeps/unix/sysv/linux/powerpc/init-first.c: Likewise.
13815         * sysdeps/unix/sysv/linux/powerpc/sched_getcpu.c: Likewise.
13816         * sysdeps/unix/sysv/linux/powerpc/time.c: Likewise.
13817         * sysdeps/unix/sysv/linux/s390/init-first.c: Likewise.
13818         * sysdeps/unix/sysv/linux/tile/gettimeofday.c: Likewise.
13819         * sysdeps/unix/sysv/linux/tile/init-first.c: Likewise.
13820         * sysdeps/unix/sysv/linux/timespec_get.c: Likewise.
13821         * sysdeps/unix/sysv/linux/aarch64/bits/libc-vdso.h: Move to ...
13822         * sysdeps/unix/sysv/linux/aarch64/libc-vdso.h: ... here.
13823         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h: Move to ...
13824         * sysdeps/unix/sysv/linux/powerpc/libc-vdso.h: ... here.
13825         * sysdeps/unix/sysv/linux/s390/bits/libc-vdso.h: Move to ...
13826         * sysdeps/unix/sysv/linux/s390/libc-vdso.h: ... here.
13827         * sysdeps/unix/sysv/linux/tile/bits/libc-vdso.h: Move to ...
13828         * sysdeps/unix/sysv/linux/tile/libc-vdso.h: ... here.
13830 2015-04-19  Paul Eggert  <eggert@cs.ucla.edu>
13832         * stdlib/setenv.c (__add_to_environ):
13833         Dump core quickly if setenv (..., NULL, ...) is called.
13834         This time, do it the right way, and pacify GCC with a pragma.
13836 2015-04-17  Roland McGrath  <roland@hack.frob.com>
13838         * elf/dl-close.c (_dl_close_worker) [DL_NNS == 1]: Just assert that
13839         IMAP->l_prev cannot be null, and #if out the code for the contrary
13840         case, avoiding 'assert (nsid != LM_ID_BASE)' making the compiler
13841         believe that NS (&_dl_ns[NSID]) could point outside the array.
13843         * elf/dl-open.c (_dl_open): Use __glibc_unlikely in invalid namespace
13844         check.  Reject NSID < 0 and NSID >= dl_nns, and check for DL_NNS==1,
13845         before using NSID as an index.
13847 2015-04-17  Il'ya Malakhov <ilmalakhov@yandex.ru>
13849         [BZ #17825]
13850         * sysdeps/sparc/sparc64/memchr.S: Fix signedness handling of length.
13851         * sysdeps/sparc/sparc64/memcmp.S: Likewise.
13852         * sysdeps/sparc/sparc64/strncmp.S: Likewise.
13854 2015-04-17  Roland McGrath  <roland@hack.frob.com>
13856         Add preliminary port to Google Native Client on ARM.
13857         * abi-tags (.*-.*-nacl.*): New entry.
13858         * sysdeps/arm/nacl: New directory.
13859         * sysdeps/nacl: New directory.
13861 2015-04-16  David S. Miller  <davem@davemloft.net>
13863         * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Make use of
13864         lowlevellock-futex.h
13866 2015-04-16  Chris Metcalf  <cmetcalf@ezchip.com>
13868         * sysdeps/tile/configure.ac: New file.
13869         * sysdeps/tile/configure: Regenerated.
13871 2015-04-15  Adhemerval Zanella  <adhemerval.zanella@linaro.org>
13873         * wcsmbs/wcschr.c [WCSCHR] (wcschr): Define as __wcschr.  Remove
13874         conditionals for weak_alias and libc_hidden_weak.
13875         * sysdeps/i386/i686/multiarch/wcschr-c.c [libc]: Undefine
13876         libc_hidden_weak and weak_alias.
13877         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-ppc32.c [libc]:
13878         Undefine libc_hidden_weak. Define libc_hidden_def for SHARED builds
13879         and weak_alias for static one.
13881 2015-04-15  David S. Miller  <davem@davemloft.net>
13883         * sysdeps/sparc/fpu/libm-test-ulps: Regenerate from scratch.
13885 2015-04-13  Stefan Liebler  <stli@linux.vnet.ibm.com>
13887         [BZ #18206]
13888         * wcsmbs/wcsncmp.c (wcsncmp): Compare as wchar_t, not wint_t.
13889           Use signed comparision instead of substraction to avoid
13890           overflow bug.
13891         * localedata/tests-mbwc/tst_wcsncmp.c (tst_wcsncmp):
13892           Take the sign of ret.
13893         * localedata/tests-mbwc/dat_wcsncmp.c (tst_wcsncmp_loc):
13894           Do not expect precise return values. Only the sign matters.
13895         * wcsmbs/Makefile (strop-tests): Add wcsncmp.
13896         * wcsmbs/test-wcsncmp.c: New File.
13897         * string/test-strncmp.c: Add wcsncmp support.
13899 2015-04-13  Stefan Liebler  <stli@linux.vnet.ibm.com>
13901         [BZ #6792]
13902         * math/w_log1p.c: New file.
13903         * math/w_log1pf.c: Likewise.
13904         * math/w_log1pl.c: Likewise.
13905         * math/Makefile (libm-calls): Add w_log1p.
13906         * math/s_log1pl.c (log1pl): Remove weak_alias.
13907         * sysdeps/i386/fpu/s_log1p.S (log1p): Likewise.
13908         * sysdeps/i386/fpu/s_log1pf.S (log1pf): Likewise.
13909         * sysdeps/i386/fpu/s_log1pl.S (log1pl): Likewise.
13910         * sysdeps/x86_64/fpu/s_log1pl.S (log1pl): Likewise.
13911         * sysdeps/ieee754/dbl-64/s_log1p.c (log1p): Likewise.
13912         [NO_LONG_DOUBLE] (log1pl): Likewise.
13913         * sysdeps/ieee754/flt-32/s_log1pf.c (log1pf): Likewise.
13914         * sysdeps/ieee754/ldbl-128/s_log1pl.c (log1pl): Likewise.
13915         * sysdeps/ieee754/ldbl-64-128/s_log1pl.c
13916         (log1p): Remove long_double_symbol.
13917         * sysdeps/ieee754/ldbl-128ibm/s_log1pl.c (log1pl): Likewise.
13918         * sysdeps/ieee754/ldbl-64-128/w_log1pl.c: New file.
13919         * sysdeps/ieee754/ldbl-128ibm/w_log1pl.c: Likewise.
13920         * sysdeps/m68k/m680x0/fpu/s_log1p.c: Define empty weak_alias to
13921         remove weak_alias for corresponding log1p function.
13922         * sysdeps/m68k/m680x0/fpu/s_log1pf.c: Likewise.
13923         * sysdeps/m68k/m680x0/fpu/s_log1pl.c: Likewise.
13924         * sysdeps/ia64/fpu/w_log1p.c: New file.
13925         * sysdeps/ia64/fpu/w_log1pf.c: Likewise.
13926         * sysdeps/ia64/fpu/w_log1pl.c: Likewise.
13927         * math/libm-test.inc (log1p_test_data): Add errno expectations.
13929 2015-04-10  Joseph Myers  <joseph@codesourcery.com>
13931         [BZ #18247]
13932         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Decrease minimum
13933         decimal exponent by 1.
13934         * stdlib/tst-strtod-round-data: Add more tests.
13935         * stdlib/tst-strtod-round.c (tests): Regenerated.
13937 2015-04-09  Joseph Myers  <joseph@codesourcery.com>
13939         * math/auto-libm-test-in: Add more tests of clog and clog10.
13940         * math/auto-libm-test-out: Regenerated.
13941         * sysdeps/i386/fpu/libm-test-ulps: Update.
13942         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
13944 2015-04-09  Roland McGrath  <roland@hack.frob.com>
13946         * Makeconfig (module-cppflags): Exclude all .v.i files.
13947         (skip-module-cppflags): Variable removed.
13949         * configure.ac (libc_config_ok): Initialize before reading
13950         preconfigure scripts, not after.
13951         * configure: Regenerated.
13953         * test-skeleton.c (TIMEOUT): Move #define to top level.
13954         (main): Grok environment variable TEST_DIRECT.  If set, print
13955         test expectation details into that file and then behave as if
13956         given --direct.
13958 2015-04-09  Florian Weimer  <fweimer@redhat.com>
13960         * malloc/tst-scratch_buffer.c (do_test): Suppress truncation
13961         warning on 32-bit.
13963 2015-04-08  David S. Miller  <davem@davemloft.net>
13965         * sysdeps/sparc/fpu/libm-test-ulps: Update.
13967 2015-04-08  Joseph Myers  <joseph@codesourcery.com>
13969         * math/auto-libm-test-in: Add more tests of atanh.
13970         * math/auto-libm-test-out: Regenerated.
13971         * sysdeps/i386/fpu/libm-test-ulps: Update.
13972         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
13974         * math/auto-libm-test-in: Add more tests of atan.
13975         * math/auto-libm-test-out: Regenerated.
13976         * sysdeps/i386/fpu/libm-test-ulps: Update.
13977         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
13979 2015-04-08  Florian Weimer  <fweimer@redhat.com>
13981         * elf/pldd.c (main): Rewrite to use struct
13982         scratch_buffer instead of extend_alloca.
13983         * elf/pldd-xx.c (find_maps): Likewise.
13984         * grp/initgroups.c: Include <scratch_buffer.h> instead of
13985         <alloca.h>.
13986         * grp/compat-initgroups.c (compat_call): Rewrite to use struct
13987         scratch_buffer instead of extend_alloca.
13988         * nscd/initgrcache.c: Include <scratch_buffer.h>, now needed by
13989         grp/compat-initgroups.c.
13990         * nis/nss_compat/compat-initgroups.c (_nss_compat_initgroups_dyn):
13991         Rewrite to use struct scratch_buffer instead of extend_alloca.
13992         * inet/getnameinfo.c (nrl_domainname, getnameinfo): Likewise.
13993         * nscd/nscd_getgr_r.c (nscd_getgr_r): Likewise.
13995 2015-04-08  Joseph Myers  <joseph@codesourcery.com>
13997         * math/auto-libm-test-in: Add more tests of cbrt.
13998         * math/auto-libm-test-out: Regenerated.
13999         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
14001         * math/auto-libm-test-in: Add more tests of cabs.
14002         * math/auto-libm-test-out: Regenerated.
14003         * sysdeps/i386/fpu/libm-test-ulps: Update.
14004         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
14006         [BZ #18210]
14007         [BZ #18211]
14008         * sysdeps/ieee754/dbl-64/e_atan2.c: Include <fenv.h>.
14009         (__ieee754_atan2): Set FE_TONEAREST mode for internal
14010         computations.
14011         * math/auto-libm-test-in: Add more tests of atan2, carg, clog and
14012         clog10.
14013         * math/auto-libm-test-out: Regenerated.
14014         * sysdeps/i386/fpu/libm-test-ulps: Update.
14015         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
14017         [BZ #18197]
14018         * sysdeps/ieee754/dbl-64/s_atan.c: Include <fenv.h>.
14019         (atan): Set FE_TONEAREST mode for internal computations.
14020         * math/auto-libm-test-in: Add more tests of atan.
14021         * math/auto-libm-test-out: Regenerated.
14023 2015-04-07  James Cowgill  <james410@cowgill.org.uk>
14025         [BZ #17930]
14026         * sysdeps/unix/sysv/linux/mips/bits/shm.h (SHM_NORESERVE): Define.
14028 2015-04-07  Florian Weimer  <fweimer@redhat.com>
14030         * malloc/scratch_buffer_grow_preserve.c: Include <string.h>
14032 2015-04-07  Florian Weimer  <fweimer@redhat.com>
14034         * include/scratch_buffer.h: New file.
14035         * malloc/scratch_buffer_grow.c: Likewise.
14036         * malloc/scratch_buffer_grow_preserve.c: Likewise.
14037         * malloc/scratch_buffer_set_array_size.c: Likewise.
14038         * malloc/tst-scratch_buffer.c: Likewise.
14039         * malloc/Makefile (routines): Add scratch_buffer_grow.
14040         (tests): Add test case.
14041         * malloc/Versions (GLIBC_PRIVATE): Export
14042         __libc_scratch_buffer_grow, __libc_scratch_buffer_grow_preserve,
14043         __libc_scratch_buffer_set_array_size.
14045 2015-04-06  Richard Henderson  <rth@redhat.com>
14047         * sysdeps/unix/alpha/sysdep.h: Unconditionally include dl-sysdep.h.
14048         * sysdeps/alpha/fpu/libm-test-ulps: Update.
14050         * math/test-fenvinline.c (feenable_test): Cast fe_exc to
14051         unsigned int before printing.
14053 2015-04-03  Rajalakshmi Srinivasaraghavan  <raji@linux.vnet.ibm.com>
14055         [BZ #17596]
14056         * wcsmbs/mbrtowc.c (__mbrtowc): Add check for n=0.
14057         * wcsmbs/mbrtoc16.c (mbrtoc16): Likewise.
14059 2015-04-02  Florian Weimer  <fweimer@redhat.com>
14061         * include/libc-internal.h (libc_max_align_t): Define.
14063 2015-04-02  Andreas Schwab  <schwab@suse.de>
14065         [BZ #16850]
14066         * sysdeps/unix/sysv/linux/aarch64/bits/sigstack.h: New file.
14068 2015-04-02  Mel Gorman  <mgorman@suse.de>
14070         [BZ #17195]
14071         * malloc/arena.c (free): Apply trim threshold to per-thread heaps
14072         as well as the main arena.
14074 2015-03-31  H.J. Lu  <hongjiu.lu@intel.com>
14076         [BZ #18185]
14077         * sysdeps/x86_64/cacheinfo.c (init_cacheinfo): Limit threads
14078         sharing L2 cache to 2 for Silvermont/Knights Landing.
14080 2015-03-31  H.J. Lu  <hongjiu.lu@intel.com>
14082         [BZ #17711]
14083         * config.make.in (have-protected-data): New.
14084         * configure.ac: Check linker support for protected data symbol.
14085         * configure: Regenerated.
14086         * elf/Makefile (modules-names): Add tst-protected1moda and
14087         tst-protected1modb if $(have-protected-data) is yes.
14088         (tests): Add tst-protected1a and tst-protected1b if
14089         $(have-protected-data) is yes.
14090         ($(objpfx)tst-protected1a): New.
14091         ($(objpfx)tst-protected1b): Likewise.
14092         (tst-protected1modb.so-no-z-defs): Likewise.
14093         * elf/tst-protected1a.c: New file.
14094         * elf/tst-protected1b.c: Likewise.
14095         * elf/tst-protected1mod.h: Likewise.
14096         * elf/tst-protected1moda.c: Likewise.
14097         * elf/tst-protected1modb.c: Likewise.
14099 2015-03-31  H.J. Lu  <hongjiu.lu@intel.com>
14101         [BZ #17711]
14102         * elf/dl-lookup.c (do_lookup_x): When UNDEF_MAP is NULL, which
14103         indicates it is called from do_lookup_x on relocation against
14104         protected data, skip the data definion in the executable from
14105         copy reloc.
14106         (_dl_lookup_symbol_x): Pass ELF_RTYPE_CLASS_EXTERN_PROTECTED_DATA,
14107         instead of ELF_RTYPE_CLASS_PLT, to do_lookup_x for
14108         EXTERN_PROTECTED_DATA relocation against STT_OBJECT symbol.
14109         * sysdeps/generic/ldsodefs.h * (ELF_RTYPE_CLASS_EXTERN_PROTECTED_DATA):
14110         New.  Defined to 4 if DL_EXTERN_PROTECTED_DATA is defined,
14111         otherwise to 0.
14112         * sysdeps/i386/dl-lookupcfg.h (DL_EXTERN_PROTECTED_DATA): New.
14113         * sysdeps/i386/dl-machine.h (elf_machine_type_class): Set class
14114         to ELF_RTYPE_CLASS_EXTERN_PROTECTED_DATA for R_386_GLOB_DAT.
14115         * sysdeps/x86_64/dl-lookupcfg.h (DL_EXTERN_PROTECTED_DATA): New.
14116         * sysdeps/x86_64/dl-machine.h (elf_machine_type_class): Set class
14117         to ELF_RTYPE_CLASS_EXTERN_PROTECTED_DATA for R_X86_64_GLOB_DAT.
14119 2015-03-28  Martin Galvan  <martin.galvan@tallertechnologies.com>
14121         * sysdeps/nptl/pthread.h: Remove duplicate definition of
14122         PTHREAD_ADAPTIVE_MUTEX_INITIALIZER_NP.
14124 2015-03-27  Martin Galvan  <martin.galvan@tallertechnologies.com>
14126         * sysdeps/i386/nptl/tls.h: Swap comments between THREAD_SETMEM and
14127         THREAD_SETMEM_NC.
14128         * sysdeps/x86_64/nptl/tls.h: Ditto.
14130 2015-03-27  Roland McGrath  <roland@hack.frob.com>
14132         * dlfcn/tststatic.c (main): Converted to ...
14133         (do_test): ... this.
14134         (TEST_FUNCTION): New macro.
14135         Include test-skeleton.c.
14137 2015-03-26  Alan Modra  <amodra@gmail.com>
14139         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_fixup_plt):
14140         Don't segfault if ifunc resolver returns a NULL.  Do set plt to
14141         zero for undefined weak.
14142         (elf_machine_plt_conflict): Similarly.
14144 2015-03-25  Joseph Myers  <joseph@codesourcery.com>
14146         * math/auto-libm-test-in: Add more tests of acosh, asinh and
14147         atanh.
14148         * math/auto-libm-test-out: Regenerated.
14149         * sysdeps/i386/fpu/libm-test-ulps: Update.
14150         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
14152         * math/auto-libm-test-in: Add another test of asin.
14153         * math/auto-libm-test-out: Regenerated.
14154         * sysdeps/i386/fpu/libm-test-ulps: Update.
14155         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
14157         * sysdeps/unix/sysv/linux/i386/lowlevellock.h (LLL_EBX_LOAD):
14158         Remove macro.
14159         (LLL_EBX_REG): Likewise.
14160         (LLL_ENTER_KERNEL): Likewise.
14162         * math/auto-libm-test-in: Add more tests of asin.
14163         * math/auto-libm-test-out: Regenerated.
14164         * sysdeps/i386/fpu/libm-test-ulps: Update.
14165         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
14167         [BZ #18138]
14168         * sysdeps/unix/sysv/linux/i386/sysdep.h (struct
14169         libc_do_syscall_args): New structure.
14170         (INTERNAL_SYSCALL_MAIN_0): New macro.
14171         (INTERNAL_SYSCALL_MAIN_1): Likewise.
14172         (INTERNAL_SYSCALL_MAIN_2): Likewise.
14173         (INTERNAL_SYSCALL_MAIN_3): Likewise.
14174         (INTERNAL_SYSCALL_MAIN_4): Likewise.
14175         (INTERNAL_SYSCALL_MAIN_5): Likewise.
14176         (INTERNAL_SYSCALL_MAIN_6): Likewise.  Call __libc_do_syscall.
14177         (INTERNAL_SYSCALL): Define to use INTERNAL_SYSCALL_MAIN_##nr.
14178         Replace conditional definitions by conditional definitions of ....
14179         (INTERNAL_SYSCALL_MAIN_INLINE): ... this.  New macro.
14180         * sysdeps/unix/sysv/linux/i386/libc-do-syscall.S: New file.
14181         * sysdeps/unix/sysv/linux/i386/Makefile [$(subdir) = nptl]
14182         (libpthread-sysdep_routines): Add libc-do-syscall.
14183         * sysdeps/unix/sysv/linux/i386/lowlevellock-futex.h: Remove file.
14184         * sysdeps/unix/sysv/linux/i386/lowlevellock.h (SYS_futex): Define
14185         to __NR_futex not 240.
14187 2015-03-25  Alan Modra  <amodra@gmail.com>
14189         * NEWS: Advertise TLS optimization.
14190         * elf/elf.h (R_PPC_TLSGD, R_PPC_TLSLD, DT_PPC_OPT, PPC_OPT_TLS): Define.
14191         (DT_PPC_NUM): Increment.
14192         * elf/dynamic-link.h (HAVE_STATIC_TLS): Define.
14193         (CHECK_STATIC_TLS): Use here.
14194         * sysdeps/powerpc/powerpc32/dl-machine.h (elf_machine_rela): Optimize
14195         TLS descriptors.
14196         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela): Likewise.
14197         * sysdeps/powerpc/dl-tls.c: New file.
14198         * sysdeps/powerpc/Versions: Add __tls_get_addr_opt.
14199         * sysdeps/powerpc/tst-tlsopt-powerpc.c: New tls test.
14200         * sysdeps/unix/sysv/linux/powerpc/Makefile: Add new test.
14201         Build tst-tlsmod2.so with --no-tls-get-addr-optimize.
14202         * sysdeps/unix/sysv/linux/powerpc/powerpc32/ld.abilist: Update.
14203         * sysdeps/unix/sysv/linux/powerpc/powerpc64/ld.abilist: Likewise.
14204         * sysdeps/unix/sysv/linux/powerpc/powerpc64/ld-le.abilist: Likewise.
14206 2015-03-25  Alan Modra  <amodra@gmail.com>
14208         * sysdeps/powerpc/powerpc64/configure.ac: Correct "linker support
14209         for overlapping .opd entries" to "support...".
14210         * sysdeps/powerpc/powerpc64/configure: Regenerate
14212 2015-03-25  Joseph Myers  <joseph@codesourcery.com>
14214         * math/auto-libm-test-in: Add more tests of acos.
14215         * math/auto-libm-test-out: Regenerated.
14216         * sysdeps/i386/fpu/libm-test-ulps: Update.
14217         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
14219         * math/auto-libm-test-in: Add more tests of expm1.
14220         * math/auto-libm-test-out: Regenerated.
14221         * sysdeps/i386/fpu/libm-test-ulps: Update.
14222         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
14224 2015-03-24  Joseph Myers  <joseph@codesourcery.com>
14226         * math/auto-libm-test-in: Add more tests of cosh and sinh.
14227         * math/auto-libm-test-out: Regenerated.
14228         * sysdeps/i386/fpu/libm-test-ulps: Update.
14229         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
14231         * sysdeps/i386/fpu/libm-test-ulps: Regenerated.
14232         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
14234         * math/auto-libm-test-in: Add more tests of log2.
14235         * math/auto-libm-test-out: Regenerated.
14236         * sysdeps/i386/fpu/libm-test-ulps: Update.
14237         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
14239 2015-03-23  Roland McGrath  <roland@hack.frob.com>
14241         * libio/iofdopen.c: Move FD_FLAGS declaration into its first use,
14242         inside [F_GETFL].  Remove POSIX_MODE local variable, just test the
14243         _IO_IS_APPENDING bit in READ_WRITE instead.
14245 2015-03-23  Florian Weimer  <fweimer@redhat.com>
14247         * sysdeps/unix/sysv/linux/pthread_setaffinity.c
14248         (__determine_cpumask_size): Replace extend_alloca with a
14249         variable-length array.  Do not treat res == 0 as an error.
14251 2015-03-23  Florian Weimer  <fweimer@redhat.com>
14253         [BZ #18100]
14254         * posix/wordexp.c (eval_expr_multdiv): Check for division by zero
14255         and integer overflow.
14256         * posix/wordexp-test.c (test_case): Add divide-by-zero test.
14257         (main): Add integer overflow tests.
14258         * manual/pattern.texi (Calling Wordexp): Document additional use
14259         for WRDE_SYNTAX.
14261 2015-03-23  Alan Modra  <amodra@gmail.com>
14263         * config.h.in: Remove HAVE_ASM_PPC_REL16.
14264         * sysdeps/powerpc/powerpc32/tls-macros.h: Remove HAVE_ASM_PPC_REL16
14265         and false branch of conditional.
14266         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S:
14267         Likewise.
14269 2015-03-21  Samuel Thibault  <samuel.thibault@ens-lyon.org
14271         * sysdeps/mach/hurd/Makefile ($(common-objpfx)errnos.d): Depend on
14272         libc-modules.h
14273         * sysdeps/mach/hurd/i386/trampoline.c (_hurd_setup_sighandler): Remove
14274         unused declaration of _hurd_intr_rpc_msg_in_trap.
14275         * mach/mach_init.c (__mach_init): Test whether HAVE_HOST_PAGE_SIZE is
14276         defined instead of whether it is non-zero.
14277         * sysdeps/mach/hurd/i386/intr-msg.h (INTR_MSG_TRAP): Use "+m"
14278         input constraint instead of both input and output constraint.  Use ecx
14279         clobber instead of %ecx.
14280         * sysdeps/mach/hurd/malloc-machine.h (mutex_init, mutex_lock,
14281         mutex_unlock): Use a statement expression instead of an expression list.
14282         * sysdeps/mach/hurd/setitimer.c (_hurd_itimer_thread_stack_size): Set
14283         type to vm_size_t instead of vm_address_t.
14284         * sysdeps/mach/hurd/fork.c (__fork): Test whether STACK_GROWTH_UP is
14285         defined instead of whether it is non-zero.
14286         * hurd/hurd/ioctl.h (_hurd_locked_install_cttyid): New declaration.
14287         * sysdeps/mach/hurd/setsid.c: Include <hurd/ioctl.h>.
14288         * sysdeps/mach/hurd/mmap.c (__mmap): Use 0 instead of NULL for
14289         comparisons with mapaddr.
14290         * nscd/nscd-client.h: Include <time.h>.
14291         * sysdeps/mach/hurd/dl-sysdep.c (fmh): Pass vm_offset_t dummy
14292         9th parameter to __vm_region instead of int.
14293         * bits/termios.h [!__USE_MISC] (EXTPROC): Do not define.
14294         * scripts/check-local-headers.sh (exclude): Add device/,
14295         hurd/hurd_types.h, hurd/ioctl_types.h, hurd/paths.h, hurd/ioctls.defs,
14296         cthreads.h.
14298 2015-03-19  Roland McGrath  <roland@hack.frob.com>
14300         * sysdeps/arm/memcpy.S [ARM_ALWAYS_BX]: Fix computed-jump calculations
14301         to account for alignment padding.
14302         * sysdeps/arm/memmove.S: Likewise.
14304 2015-03-19  Chris Metcalf  <cmetcalf@ezchip.com>
14306         * sysdeps/unix/sysv/linux/generic/README: New file.
14308 2015-03-18  Joseph Myers  <joseph@codesourcery.com>
14310         [BZ #18138]
14311         * nptl/sem_waitcommon.c: Include <kernel-features.h>.
14312         (futex_abstimed_wait)
14313         [__ASSUME_FUTEX_CLOCK_REALTIME && lll_futex_timed_wait_bitset]:
14314         Use lll_futex_timed_wait_bitset with FUTEX_CLOCK_REALTIME instead
14315         of lll_futex_timed_wait.
14317 2015-03-18  Brad Hubbard  <bhubbard@redhat.com>
14319         [BZ #17542]
14320         * sunrpc/svc.c (xprt_register): Use calloc to allocate xports.
14322 2015-03-17  Alexandre Oliva <aoliva@redhat.com>
14324         [BZ #17090]
14325         [BZ #17620]
14326         [BZ #17621]
14327         [BZ #17628]
14328         * NEWS: Update.
14329         * elf/dl-tls.c (_dl_update_slotinfo): Clean up outdated DTV
14330         entries with Static TLS too.  Skip entries past the end of the
14331         allocated DTV, from Alan Modra.
14332         (tls_get_addr_tail): Update to glibc_likely/unlikely.  Move
14333         Static TLS DTV entry set up from...
14334         (_dl_allocate_tls_init): ... here (fix modid assertion), ...
14335         * elf/dl-reloc.c (_dl_nothread_init_static_tls): ... here...
14336         * nptl/allocatestack.c (init_one_static_tls): ... and here...
14337         * elf/dlopen.c (dl_open_worker): Drop l_tls_modid upper bound
14338         for Static TLS.
14339         * elf/tlsdeschtab.h (map_generation): Return size_t.  Check
14340         that the slot we find is associated with the given map before
14341         using its generation count.
14342         * nptl_db/db_info.c: Include ldsodefs.h.
14343         (rtld_global, dtv_slotinfo_list, dtv_slotinfo): New typedefs.
14344         * nptl_db/structs.def (DB_RTLD_VARIABLE): New macro.
14345         (DB_MAIN_VARIABLE, DB_RTLD_GLOBAL_FIELD): Likewise.
14346         (link_map::l_tls_offset): New struct field.
14347         (dtv_t::counter): Likewise.
14348         (rtld_global): New struct.
14349         (_rtld_global): New rtld variable.
14350         (dl_tls_dtv_slotinfo_list): New rtld global field.
14351         (dtv_slotinfo_list): New struct.
14352         (dtv_slotinfo): Likewise.
14353         * nptl_db/td_symbol_list.c: Drop gnu/lib-names.h include.
14354         (td_lookup): Rename to...
14355         (td_mod_lookup): ... this.  Use new mod parameter instead of
14356         LIBPTHREAD_SO.
14357         * nptl_db/td_thr_tlsbase.c: Include link.h.
14358         (dtv_slotinfo_list, dtv_slotinfo): New functions.
14359         (td_thr_tlsbase): Check DTV generation.  Compute Static TLS
14360         addresses even if the DTV is out of date or missing them.
14361         * nptl_db/fetch-value.c (_td_locate_field): Do not refuse to
14362         index zero-length arrays.
14363         * nptl_db/thread_dbP.h: Include gnu/lib-names.h.
14364         (td_lookup): Make it a macro implemented in terms of...
14365         (td_mod_lookup): ... this declaration.
14366         * nptl_db/db-symbols.awk (DB_RTLD_VARIABLE): Override.
14367         (DB_MAIN_VARIABLE): Likewise.
14369 2015-03-16  H.J. Lu  <hongjiu.lu@intel.com>
14371         [BZ #18134]
14372         * sysdeps/x86_64/dl-trampoline.S (PRESERVE_BND_REGS_PREFIX): New.
14374 2015-03-15  Paul Eggert  <eggert@cs.ucla.edu>
14376         * stdlib/setenv.c (__add_to_environ): Revert previous change.
14378 2015-03-14  Andreas Schwab  <schwab@linux-m68k.org>
14380         [BZ #18128]
14381         * sysdeps/m68k/m680x0/m68020/bits/atomic.h (atomic_exchange_and_add)
14382         (atomic_add, atomic_increment_and_test)
14383         (atomic_decrement_and_test): Fix 64-bit arithmetic.
14385 2015-03-13  Paul Eggert  <eggert@cs.ucla.edu>
14387         * stdlib/setenv.c (__add_to_environ):
14388         Dump core quickly if setenv (..., NULL, ...) is called.
14390 2015-03-13  Roland McGrath  <roland@hack.frob.com>
14392         * sysdeps/arm/tls-macros.h: Include <sysdep.h>.
14393         (GET_SPECIAL_RELOC, GET_SPECIAL_PCREL): New macros to encapsulate
14394         all the necessary asm magic in one place.
14395         (TLS_LE, TLS_IE, TLS_LD, TLS_GD): Rewritten as C expressions
14396         using those.
14398 2015-03-13  Carlos O'Donell  <carlos@redhat.com>
14400         [BZ #14906]
14401         * nscd/cache.c (prune_cache): Use TRACED_FILE. Compare and update
14402         traced file mtime. Use consistent log message.
14403         * nscd/connections.c [HAVE_INOTIFY] (install_watches): New function.
14404         (register_traced_file): Call install_watches. Always set mtime.
14405         (invalidate_cache): Iterate over all trace files. Call install_watches.
14406         (inotify_check_files): Don't inline. Handle watching parent
14407         directories and configuration file movement in and out.
14408         (handle_inotify_events): New function.
14409         (main_loop_poll): Call handle_inotify_events.
14410         (main_loop_epoll): Likewise.
14411         * nscd/nscd.h: Define TRACED_FILE, TRACED_DIR, and PATH_MAX.
14412         (struct traced_file): Use array of inotify fds. Add parent directory,
14413         and basename.
14414         (struct database_dyn): Remove unused file_mtime.
14415         (init_traced_file): New inline function.
14416         (define_traced_file): New macro.
14417         * nss/nss_db/db-init.c: Use define_traced_file.
14418         (_nss_db_init): Use init_traced_file.
14419         * nss/nss_files/files-init.c: Use define_traced_file.
14420         (_nss_files_init): Use init_traced_file.
14422 2015-03-12  Joseph Myers  <joseph@codesourcery.com>
14424         * soft-fp/soft-fp.h (_FP_STATIC_ASSERT): New macro.
14425         [_LIBC]: Do not include <stdlib.h>.
14426         [!_LIBC] (abort): Remove declaration.
14427         * soft-fp/op-2.h (_FP_MUL_MEAT_2_120_240_double): Use
14428         _FP_STATIC_ASSERT instead of conditionally calling abort.
14429         * soft-fp/op-common.h (_FP_FROM_INT): Likewise.
14430         (_FP_EXTEND_CNAN): Likewise.
14431         (FP_TRUNC): Likewise.
14432         (__FP_CLZ): Likewise.
14433         * sysdeps/powerpc/nofpu/flt-rounds.c: Include <stdlib.h>.
14435 2015-03-12  Yaakov Selkowitz  <yselkowi@redhat.com>
14437         * manual/string.texi (XPG basename): Fix prototype.
14439 2015-03-12  Stefan Liebler  <stli@linux.vnet.ibm.com>
14441         [BZ #18080]
14442         * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S
14443         (__setcontext): Use SIG_SETMASK instead of SIG_BLOCK.
14444         * sysdeps/unix/sysv/linux/s390/s390-64/setcontext.S
14445         (__setcontext): Likewise.
14446         * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S
14447         (__swapcontext): Use SIG_SETMASK instead of SIG_BLOCK.
14448         Call rt_sigprocmask syscall one time to set new signal mask
14449         and retrieve the current signal mask instead of two calls.
14450         * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S
14451         (__swapcontext): Likewise.
14452         * stdlib/Makefile (tests): Add new testcase tst-setcontext2.
14453         * stdlib/tst-setcontext2.c: New file.
14455 2015-03-12  Stefan Liebler  <stli@linux.vnet.ibm.com>
14457         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
14459 2015-03-11  Aurelien Jarno  <aurelien@aurel32.net>
14461         [BZ #18093]
14462         * elf/cache.c (load_aux_cache): Regenerate the cache if it has
14463         the wrong size.
14465 2015-03-11  Paul Pluzhnikov  <ppluzhnikov@google.com>
14467         [BZ #18043]
14468         * posix/wordexp.c (parse_param): Don't call setenv(..., NULL, 1).
14470 2015-03-11  Adhemerval Zanellla  <azanella@linux.vnet.ibm.com>
14472         * config.h.in [HAVE_ASM_GLOBAL_DOT_NAME]: Remove define.
14473         * include/libc-symbols.h [HAVE_ASM_GLOBAL_DOT_NAME] (strong_alias):
14474         Remove define.
14475         [HAVE_ASM_GLOBAL_DOT_NAME] (strong_data_alias): Likewise.
14476         [HAVE_ASM_GLOBAL_DOT_NAME] (weak_alias): Likewise.
14477         [HAVE_ASM_GLOBAL_DOT_NAME] (_symbol_version): Likewise.
14478         [HAVE_ASM_GLOBAL_DOT_NAME] (_default_symbol_version): Likewise.
14479         [HAVE_ASM_GLOBAL_DOT_NAME] (HIDDEN_JUMPTARGET): Likewise.
14480         * nptl_db/db-symbols.h [HAVE_ASM_GLOBAL_DOT_NAME] (DOT): Remove
14481         define.
14482         * nptl_db/td_symbol_list.c (td_lookup): Remove
14483         HAVE_ASM_GLOBAL_DOT_NAME code.
14484         * sysdeps/powerpc/powerpc64/configure.ac: Remove
14485         HAVE_ASM_GLOBAL_DOT_NAME check.
14486         * sysdeps/powerpc/powerpc64/configure: Regenerate.
14487         * sysdeps/powerpc/powerpc64/sysdep.h [HAVE_ASM_GLOBAL_DOT_NAME]
14488         (DOT_LABEL): Remove define.
14489         [HAVE_ASM_GLOBAL_DOT_NAME] (BODY_LABEL): Likewise.
14490         [HAVE_ASM_GLOBAL_DOT_NAME] (ENTRY_2): Likewise.
14491         [HAVE_ASM_GLOBAL_DOT_NAME] (END_2): Likewise.
14492         * sysdeps/powerpc/powerpc64/tls-macros.h [HAVE_ASM_GLOBAL_DOT_NAME]
14493         (__TLS_GET_ADDR): Likewise.
14494         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h
14495         [HAVE_ASM_GLOBAL_DOT_NAME] (DASHDASHPFX): Likewise.
14497 2015-03-11  Carlos O'Donell  <carlos@redhat.com>
14499         [BZ #18111]
14500         * sysdeps/hppa/fpu/fpu_control.h (_FPU_HPPA_SHIFT_FLAGS): Define.
14501         (_FPU_SETCW): Initialize cw from fpsr before storing.
14502         * sysdeps/hppa/fpu/fsetexcptflg.c: Include fpu_control.h
14503         (fesetexceptflag): Rewrite using fpu_control.h.
14504         * sysdeps/hppa/fpu/feupdateenv.c: Handle FE_DFL_ENV, and FE_NOMASK_ENV.
14506 2015-03-11  John David Anglin  <danglin@gcc.gnu.org>
14508         [BZ #18110]
14509         * sysdeps/hppa/fpu/feholdexcpt.c (feholdexcept): Don't modify bufptr in
14510         asms.
14511         * sysdeps/hppa/fpu/fesetenv.c (fesetenv): Likewise.
14513 2015-03-11  Joseph Myers  <joseph@codesourcery.com>
14515         * soft-fp/soft-fp.h (_FP_UNREACHABLE): New macro.
14516         * soft-fp/op-common.h (_FP_MUL): Use _FP_UNREACHABLE instead of
14517         abort.
14518         (_FP_FMA): Likewise.
14519         (_FP_DIV): Likewise.
14521 2015-03-10  Roland McGrath  <roland@hack.frob.com>
14523         * scripts/evaluate-test.sh: Grok exit code 77 as UNSUPPORTED and exit
14524         with 0 in that case.
14525         * Makefile (summarize-tests): New canned sequence, factored out of
14526         commands for targets tests and xtests.  Display summary lines that
14527         don't start with PASS: or XFAIL: rather than ones that do start with
14528         ERROR: or FAIL:.  Make the commands fail if any summary lines fail
14529         to start with X?PASS: or XFAIL: or UNSUPPORTED: rather than if any
14530         do start with ERROR: or FAIL:.
14531         * dlfcn/Makefile (tests): Add bug-atexit3 back here unconditionally
14532         (except for [$(build-shared) = yes]).
14533         (tests-unsupported) [$(CXX) empty]: Add bug-atexit3.
14534         (LDLIBS-bug-atexit3-lib.so): Conditionalize on [$(CXX) nonempty].
14535         ($(objpfx)bug-atexit3, $(objpfx)bug-atexit3.out): Likewise.
14536         * nptl/Makefile: Revert 2015-03-04 changes.
14537         [$(CXX) empty] (tests-unsupported): New variable.
14538         * debug/Makefile: Likewise.
14540         * posix/regcomp.c: Fix comment typos and formatting to harmonize with
14541         gnulib file.  Replace __attribute with __attribute__ throughout.
14543 2015-03-10  Carlos O'Donell  <carlos@redhat.com>
14545         * sysdeps/hppa/fpu/libm-test-ulps: Update.
14547 2015-03-10  Joseph Myers  <joseph@codesourcery.com>
14549         [BZ #18104]
14550         * math/auto-libm-test-in: Add another test of pow.
14551         * math/auto-libm-test-out: Regenerated.
14553 2015-03-10  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
14555         * sysdeps/ieee754/dbl-64/Makefile (CFLAGS-e_pow.c): Add
14556         $(config-cflags-nofma).
14558 2015-03-10  Joseph Myers  <joseph@codesourcery.com>
14560         * soft-fp/double.h [SOFT_FP_DOUBLE_H]: New multiple-include guard.
14561         * soft-fp/extended.h [SOFT_FP_EXTENDED_H]: Likewise.
14562         * soft-fp/op-1.h [SOFT_FP_OP_1_H]: Likewise.
14563         * soft-fp/op-2.h [SOFT_FP_OP_2_H]: Likewise.
14564         * soft-fp/op-4.h [SOFT_FP_OP_4_H]: Likewise.
14565         * soft-fp/op-8.h [SOFT_FP_OP_8_H]: Likewise.
14566         * soft-fp/op-common.h [SOFT_FP_OP_COMMON_H]: Likewise.
14567         * soft-fp/quad.h [SOFT_FP_QUAD_H]: Likewise.
14568         * soft-fp/single.h [SOFT_FP_SINGLE_H]: Likewise.
14569         * soft-fp/soft-fp.h (SOFT_FP_H): Define to 1 rather than empty.
14570         Add comment on closing #endif.
14572 2015-03-09  Paul Pluzhnikov  <ppluzhnikov@google.com>
14574         * posix/wordexp.c (CHAR_IN_SET): New macro.
14575         (parse_param): Use it.
14577 2015-03-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
14579         * sysdeps/powerpc/fpu/libm-test-ulps: update.
14581 2015-03-09  Paul Pluzhnikov  <ppluzhnikov@google.com>
14583         [BZ #18043]
14584         * posix/wordexp.c (parse_param): Fix buffer overflow.
14585         * posix/wordexp-test.c (test_case): Add test case.
14587 2015-03-09  Paul Pluzhnikov  <ppluzhnikov@google.com>
14589         [BZ #18042]
14590         * posix/wordexp.c (parse_backtick): Fix off-by-one.
14591         * posix/wordexp-test.c (test_case): Add test for BZ #18042.
14593 2015-03-09  Paul Pluzhnikov  <ppluzhnikov@google.com>
14595         [BZ #18043]
14596         * posix/wordexp-test.c (test_case): Add test for BZ #18043
14597         (do_bz18043): Delete.
14598         (at_page_end): New.
14599         (testit): Refactor to have words at the edge of unreadable page.
14601 2015-03-08  Paul Pluzhnikov  <ppluzhnikov@google.com>
14603         [BZ #16734]
14604         * libio/genops.c (_IO_unbuffer_all): Renamed from _IO_unbuffer_write.
14605         Cleanup read-only streams as well.
14606         (_IO_cleanup): Call _IO_unbuffer_all instead of _IO_unbuffer_write.
14608 2015-03-08  Samuel Thibault  <samuel.thibault@ens-lyon.org>
14610         * sysdeps/mach/hurd/bits/libc-lock.h [_LIBC]: Include
14611         <bits/libc-lockP.h>
14613 2015-03-07  Joseph Myers  <joseph@codesourcery.com>
14615         * soft-fp/soft-fp.h (_FP_ZERO_INIT): New macro.  Define depending
14616         on [__KERNEL__].
14617         * soft-fp/op-1.h (_FP_FRAC_DECL_1): Use _FP_ZERO_INIT.
14618         * soft-fp/op-2.h (_FP_FRAC_DECL_2): Likewise.
14619         * soft-fp/op-common.h (_FP_DECL): Likewise.
14621 2015-03-06  H.J. Lu  <hongjiu.lu@intel.com>
14623         * elf/ifuncdep2.c (global): Replace
14624         __attribute__((visibility("protected"))) with
14625         asm (".protected global").
14626         * elf/ifuncmod1.c (global): Likewise.
14627         * elf/ifuncmod5.c (global): Likewise.
14629 2015-03-06  Joseph Myers  <joseph@codesourcery.com>
14631         * soft-fp/soft-fp.h [!_LIBC && __KERNEL__]: Include
14632         <asm/sfp-machine.h> instead of <sfp-machine.h>.
14634 2015-03-06  Roland McGrath  <roland@hack.frob.com>
14636         * manual/install.texi (Configuring and compiling):
14637         Document test-wrapper-env-only.
14638         * INSTALL: Regenerated.
14640 2015-03-06  Paul Pluzhnikov  <ppluzhnikov@google.com>
14642         [BZ #18043]
14643         * posix/wordexp.c (parse_param): Fix buffer overflow.
14644         * posix/wordexp-test.c (do_bz18043): Add test case.
14646 2015-03-06  Vincent Bernat  <vincent@bernat.im>
14648         * time/tst-strptime2.c (do_test): Ensure failing tests are
14649         reported correctly.
14650         * time/tst-strptime3.c (do_test): Likewise.
14652 2015-03-06  Samuel Thibault  <samuel.thibault@inria.fr>
14654         Fix aio_error thread-safety.
14655         * sysdeps/pthread/aio_error.c: New file
14656         * sysdeps/pthread/aio_misc.c: Remove optimistic comment about
14657         synchronization.
14659 2015-03-06  Florian Weimer  <fweimer@redhat.com>
14661         * stdio-common/vfprintf.c (THOUSANDS_SEP_T): New typedef.
14662         (group_number, vfprintf): Use it.
14663         (JUMP_TABLE_BASE_LABEL): New preprocessor macro.
14664         (JUMP, REF): Use it.
14665         (WORK_BUFFER_SIZE): New enum constant.
14666         (process_arg, vfprintf): Use it.
14668 2015-03-06  Rical Jasan  <ricaljasan@pacific.net>
14670         * manual/errno.texi (Error Messages): Complete example function
14671         by adding missing #define.
14672         (program_invocation_name): Add statement indicating GNU
14673         extension and reference which header file declares the variable.
14674         (program_invocation_short_name): Likewise.
14676 2015-03-06  Mike Frysinger  <vapier@gentoo.org>
14678         * manual/errno.texi (Error Messages): Delete strerror ISO C89
14679         compatibility note.
14681 2015-03-05  Roland McGrath  <roland@hack.frob.com>
14683         * Makeconfig (test-wrapper-env-only): New variable.
14684         * Rules (make-test-out): If variable $*-ENV-only is nonempty,
14685         then use that with $(test-wrapper-env-only) rather than using
14686         $(test-wrapper-env) $(run-program-env) $($*-ENV).
14688 2015-03-05  H.J. Lu  <hongjiu.lu@intel.com>
14690         [BZ #18082]
14691         * sysdeps/alpha/dl-machine.h (elf_machine_type_class): Replace
14692         ELF_RTYPE_CLASS_NOCOPY with ELF_RTYPE_CLASS_COPY in comments.
14693         * sysdeps/arm/dl-machine.h (elf_machine_type_class): Likewise.
14694         * sysdeps/hppa/dl-machine.h (elf_machine_type_class): Likewise.
14695         * sysdeps/i386/dl-machine.h (elf_machine_type_class): Likewise.
14696         * sysdeps/ia64/dl-machine.h (elf_machine_type_class): Likewise.
14697         * sysdeps/m68k/dl-machine.h (elf_machine_type_class): Likewise.
14698         * sysdeps/microblaze/dl-machine.h (elf_machine_type_class):
14699         Likewise.
14700         * sysdeps/nios2/dl-machine.h (elf_machine_type_class): Likewise.
14701         * sysdeps/powerpc/powerpc32/dl-machine.h (elf_machine_type_class):
14702         Likewise.
14703         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_type_class):
14704         Likewise.
14705         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_type_class):
14706         Likewise.
14707         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_type_class):
14708         Likewise.
14709         * sysdeps/sh/dl-machine.h (elf_machine_type_class): Likewise.
14710         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_type_class):
14711         Likewise.
14712         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_type_class):
14713         Likewise.
14714         * sysdeps/tile/dl-machine.h (elf_machine_type_class): Likewise.
14715         * sysdeps/x86_64/dl-machine.h (elf_machine_type_class): Likewise.
14717 2015-03-04  Roland McGrath  <roland@hack.frob.com>
14719         * sysdeps/generic/netinet/if_ether.h: Don't #include <features.h>.
14720         (ETH_ALEN): New macro.
14721         (struct ether_addr): Use it for length of ether_addr_octet.
14723         * nss/test-netdb.c: Don't #include <rpc/netdb.h>.
14724         (setdb): Don't call __nss_configure_lookup for "rpc".
14725         (do_test): Don't call test_rpc.
14726         (output_rpcent, test_rpc): Functions moved ...
14727         * sunrpc/test-rpcent.c: ... to this new file.
14728         * sunrpc/Makefile (tests): Add it.
14730         * nptl/tst-cancel4.c (tf_sigpause) [!SIGCANCEL]: Call pause instead of
14731         __xpg_sigpause.
14732         * nptl/tst-signal3.c: Conditionalize body on [SIGRTMIN].
14733         * nptl/tst-signal6.c: Likewise.
14734         * rt/tst-mqueue5.c: Conditionalize body on [SIGRTMIN && SA_SIGINFO].
14735         * rt/tst-timer4.c: Conditionalize body on [SA_SIGINFO].
14737         * configure.ac (libc_cv_cxx_link_ok): New check.
14738         Reset CXX to empty if it fails to link.
14739         * configure: Regenerated.
14740         * dlfcn/Makefile (tests, modules-names): Add bug-atexit3 and
14741         bug-atexit3-lib only if $(CXX) is nonempty.
14742         * nptl/Makefile (tests): Likewise for tst-cancel24.
14743         (tests, tests-static): Likewise for tst-cancel24-static.
14744         * debug/Makefile (tests): Likewise for tst-chk4, tst-chk5, tst-chk6,
14745         tst-lfschk4, tst-lfschk5, and tst-lfschk6.
14746         * elf/Makefile (tests, modules-names): Likewise for tst-unique3,
14747         tst-unique3lib, tst-unique3lib2, tst-unique4, and tst-unique4lib.
14749 2015-03-04  Andreas Schwab  <schwab@suse.de>
14751         [BZ #17631]
14752         * string/string.h (__CORRECT_ISO_CPP_STRING_H_PROTO): Don't define
14753         for non-GCC compilers.
14754         * string/strings.h (__CORRECT_ISO_CPP_STRINGS_H_PROTO):
14755         Likewise.
14757 2015-03-03 Adhemerval Zanellla  <azanella@linux.vnet.ibm.com>
14759         [BZ #17776]
14760         * sysdeps/powerpc/bits/fenvinline.h (feraiseexcept): Convert input to
14761         integer before bitwise and assembly operations.
14762         (feclearexcept): Likewise.
14763         * math/test-fenvinline.c: New file.
14764         * math/Makefile: Add test-fenvinline test.
14766 2015-03-03  Alan Modra  <amodra@gmail.com>
14768         [BZ #16512]
14769         * scripts/localplt.awk: Strip off symbol version.
14770         * NEWS: Mention bug fix.
14772 2015-03-02  Roland McGrath  <roland@hack.frob.com>
14774         * sysdeps/pthread/timer_routines.c
14775         (timer_free_list, thread_free_list, thread_active_list): Make static.
14777 2015-03-02  Joseph Myers  <joseph@codesourcery.com>
14779         [BZ #17779]
14780         * sysdeps/unix/sysv/linux/hppa/kernel-features.h
14781         [__LINUX_KERNEL_VERSION < 0x020625] (__ASSUME_PRLIMIT64):
14782         Undefine.
14783         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
14784         [__LINUX_KERNEL_VERSION < 0x020625] (__ASSUME_PRLIMIT64):
14785         Likewise.
14786         * sysdeps/unix/sysv/linux/sh/kernel-features.h
14787         [__LINUX_KERNEL_VERSION < 0x020625] (__ASSUME_PRLIMIT64):
14788         Likewise.
14790 2015-03-02  Paul Pluzhnikov  <ppluzhnikov@google.com>
14792         [BZ #18036]
14793         * posix/fnmatch_loop.c (END): Detect invalid pattern.
14794         * posix/tst-fnmatch3.c (do_bz18036): Add test case.
14796 2015-03-02  Andreas Schwab  <schwab@suse.de>
14798         * elf/Makefile ($(elf-objpfx)runtime-linker.st): Fix typo in
14799         variable name.
14801 2015-03-02  Florian Weimer  <fweimer@redhat.com>
14803         * nis/nss_nis/nis-initgroups.c (_nss_nis_initgroups_dyn):
14804         Return error status.
14806 2015-02-27  Alexandre Oliva <aoliva@redhat.com>
14808         [BZ #15969]
14809         * locale/findlocale.c (_nl_find_locale): Introduce const
14810         version of loc_name and drop unsafe type casts.
14812 2015-02-27  Roland McGrath  <roland@hack.frob.com>
14814         * dlfcn/tststatic2.c (main): Converted to ...
14815         (do_test): ... this.
14816         (TEST_FUNCTION): New macro.
14817         Include test-skeleton.c.
14819 2015-02-27  H.J. Lu  <hongjiu.lu@intel.com>
14821         [BZ #17711]
14822         * elf/Makefile (tests): Add vismain only if PIE is enabled.
14823         (tests-pie): Add vismain.
14824         (CFLAGS-vismain.c): New.
14825         * elf/vismain.c: Add comments for PIE requirement.
14827 2015-02-27  Joseph Myers  <joseph@codesourcery.com>
14829         [BZ #18046]
14830         [BZ #18047]
14831         * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c (__ieee754_atanhl): Use
14832         0x1p-56L as threshold for just returning the argument.
14833         * sysdeps/ieee754/ldbl-96/e_atanhl.c (__ieee754_atanhl): Use
14834         0x1p-32L as threshold for just returning the argument.
14835         * math/auto-libm-test-in: Add more tests of atanh.
14836         * math/auto-libm-test-out: Regenerated.
14837         * sysdeps/i386/fpu/libm-test-ulps: Update.
14838         * sysdeps/x86_64/fpu/libm-test-ulp: Likewise.
14840 2015-02-27  Wilco Dijkstra  wdijkstr@arm.com
14842         * string/bcopy.c (bcopy): Call memmove for performance.
14844 2015-02-27  Wilco Dijkstra  wdijkstr@arm.com
14846         * string/bzero.c (__bzero): Call memset for performance.
14848 2015-02-27  John David Anglin  <dave.anglin@bell.net>
14850         [BZ #18068]
14851         * sysdeps/unix/sysv/linux/hppa/bits/fcntl.h (__O_SYNC): Change
14852         to 00100000.
14854 2015-02-27  Joseph Myers  <joseph@codesourcery.com>
14856         * sysdeps/ieee754/k_standard.c (CSTR): Add comment.
14858 2015-02-26  Joseph Myers  <joseph@codesourcery.com>
14860         * sysdeps/ieee754/k_standard.c (CSTR): New macro.
14861         (__kernel_standard): Use CSTR macro when setting exc.name.
14862         * sysdeps/ieee754/Makefile [$(subdir) = math]
14863         (CFLAGS-k_standard.c): Remove variable.
14865         * sysdeps/ieee754/dbl-64/e_j0.c (pzero): Change last case for
14866         setting p and q from "else if" to "else".
14867         (qzero): Likewise.
14868         * sysdeps/ieee754/dbl-64/e_j1.c (pone): Likewise.
14869         (qone): Likewise.
14870         * sysdeps/ieee754/flt-32/e_j0f.c (pzerof): Likewise.
14871         (qzerof): Likewise.
14872         * sysdeps/ieee754/flt-32/e_j1f.c (ponef): Likewise.
14873         (qonef): Likewise.
14874         * sysdeps/ieee754/ldbl-96/e_j0l.c (pzero): Likewise.
14875         (qzero): Likewise.
14876         * sysdeps/ieee754/ldbl-96/e_j1l.c (pone): Likewise.
14877         (qone): Likewise.
14879         [BZ #18038]
14880         [BZ #18039]
14881         * sysdeps/ieee754/ldbl-128/e_acosl.c (__ieee754_acosl): Only
14882         return pi/2 for arguments below 0x1p-113L.
14883         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c (__ieee754_acosl): Only
14884         return pi/2 for arguments below 0x1p-106L.
14885         * math/auto-libm-test-in: Add more tests of acos.
14886         * math/auto-libm-test-out: Regenerated.
14888         [BZ #16351]
14889         * sysdeps/i386/fpu/e_asin.S (dbl_min): New object.
14890         (MO): New macro.
14891         (__ieee754_asin): Force underflow exception for results with small
14892         absolute value.
14893         * sysdeps/i386/fpu/e_asinf.S (flt_min): New object.
14894         (MO): New macro.
14895         (__ieee754_asinf): Force underflow exception for results with
14896         small absolute value.
14897         * sysdeps/ieee754/dbl-64/e_asin.c: Include <float.h> and <math.h>.
14898         (__ieee754_asin): Force underflow exception for results with small
14899         absolute value.
14900         * sysdeps/ieee754/flt-32/e_asinf.c: Include <float.h>.
14901         (__ieee754_asinf): Force underflow exception for results with
14902         small absolute value.
14903         * sysdeps/ieee754/ldbl-128/e_asinl.c: Include <float.h>.
14904         (__ieee754_asinl): Force underflow exception for results with
14905         small absolute value.
14906         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c: Include <float.h>.
14907         (__ieee754_asinl): Force underflow exception for results with
14908         small absolute value.
14909         * sysdeps/ieee754/ldbl-96/e_asinl.c: Include <float.h>.
14910         (__ieee754_asinl): Force underflow exception for results with
14911         small absolute value.
14912         * sysdeps/x86_64/fpu/multiarch/e_asin.c [HAVE_FMA4_SUPPORT]:
14913         Include <math.h>.
14914         * math/auto-libm-test-in: Do not mark underflow exceptions as
14915         possibly missing for bug 16351.
14916         * math/auto-libm-test-out: Regenerated.
14918         [BZ #18030]
14919         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Adjust exponent
14920         of power of 2 down when low part has opposite sign.
14921         * math/libm-test.inc (logb_test_data): Add more tests.
14923 2015-02-26  Andreas Schwab  <schwab@suse.de>
14925         [BZ #18032]
14926         * posix/fnmatch_loop.c (FCT): Remove extra increment when skipping
14927         over collating symbol inside a bracket expression.  Minor cleanup.
14928         * posix/tst-fnmatch3.c (do_test): Add test case.
14930 2015-02-26  Joseph Myers  <joseph@codesourcery.com>
14932         [BZ #18029]
14933         * sysdeps/ieee754/ldbl-128ibm/e_ilogbl.c (__ieee754_ilogbl):
14934         Adjust exponent of power of 2 down when low part has opposite
14935         sign.
14936         * math/libm-test.inc (ilogb_test_data): Add more tests.
14938 2015-02-26  Alexandre Oliva  <aoliva@redhat.com>
14940         [BZ #15969]
14941         * locale/findlocale.c (_nl_find_locale): Fix constness error in
14942         the previous change.
14944         [BZ #15969]
14945         * locale/findlocale.c (_nl_find_locale): Retry archive search
14946         after alias expansion.
14948 2015-02-25  Roland McGrath  <roland@hack.frob.com>
14950         * iconv/tst-iconv3.c (main): Converted to ...
14951         (do_test): ... this.
14952         (TEST_FUNCTION): New macro.
14953         Include test-skeleton.c.
14955         * iconv/tst-iconv5.c (testcode, number): Make variables static const.
14956         (convert): Make function static.
14957         (test_unalign): Likewise.  Add const to argument pointee types.
14958         (main): Replace with static function do_test.
14959         Print "Succeeded." only if RET is zero.
14960         (TEST_FUNCTION): New macro.
14961         Include test-skeleton.c.
14963         * iconv/gconv_conf.c (__gconv_get_path): Don't crash if __getcwd
14964         returns a null pointer.
14966 2015-02-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
14968         * sysdeps/powerpc/powerpc64/multiarch/memmove-ppc64.c: Define memcpy
14969         to __memcpy_ppc only for static builds.
14971 2015-02-25  Joseph Myers  <joseph@codesourcery.com>
14973         [BZ #18020]
14974         * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c (__asinhl): Use 2**56 and
14975         2**-56 not 2**28 and 2**-29 as thresholds for simpler formulas.
14976         * math/auto-libm-test-in: Add more tests of asinh.
14977         * math/auto-libm-test-out: Regenerated.
14978         * sysdeps/i386/fpu/libm-test-ulps: Update.
14979         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
14981 2015-02-25  Cong Wang  <xiyou.wangcong@gmail.com>
14983         [BZ #15850]
14984         * inet/netinet/in.h [!__USE_KERNEL_IPV6_DEFS]: Put in6_pktinfo
14985         and ip6_mtuinfo definitions here.
14986         * sysdeps/unix/sysv/linux/bits/in.h [_UAPI_IPV6_H]: Wrap code
14987         in this define too.  Update comment.
14989 2015-02-24  Benno Schulenberg  <bensberg@justemail.net>
14991         * elf/sprof.c (load_shobj): Tweak error message to match others.
14993 2015-02-24  Kevin Easton  <kevin@guarana.org>
14995         [BZ #16145] (partial fix)
14996         * time/tzset.c (__tz_convert): Unlock tzset_lock earlier
14997         to reduce lock contention.
14999 2015-02-24  Miroslav Lichvar  <mlichvar@redhat.com>
15001         * sysdeps/unix/sysv/linux/bits/timex.h: Update version.
15002         (struct timex): Update time comment.
15003         (ADJ_SETOFFSET): Define.
15005 2015-02-24  Joseph Myers  <joseph@codesourcery.com>
15007         [BZ #18019]
15008         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c (__ieee754_acoshl): Use
15009         2**56 not 2**28 as threshold for log (2x) formula.
15010         * math/auto-libm-test-in: Add more tests of acosh.
15011         * math/auto-libm-test-out: Regenerated.
15012         * sysdeps/i386/fpu/libm-test-ulps: Update.
15013         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
15015 2015-02-24  Mike Frysinger  <vapier@gentoo.org>
15017         * include/alloca.h [_STACK_GROWS_DOWN] (extend_alloca): Add
15018         parenthesis around the buf assignment.
15019         [_STACK_GROWS_UP] (extend_alloca): Add a char* cast.
15021 2015-02-24  Joseph Myers  <joseph@codesourcery.com>
15023         [BZ #16783]
15024         * sysdeps/i386/fpu/e_scalb.S (__ieee754_scalb): Do not handle
15025         arguments (NaN, -Inf) the same as (+/-Inf, -Inf).
15026         * sysdeps/i386/fpu/e_scalbf.S (__ieee754_scalbf): Likewise.
15027         * sysdeps/i386/fpu/e_scalbl.S (__ieee754_scalbl): Likewise.
15028         * sysdeps/x86_64/fpu/e_scalbl.S (__ieee754_scalbl): Likewise.
15029         * math/libm-test.inc (scalb_test_data): Add more tests.
15031 2015-02-24  Paul Pluzhnikov  <ppluzhnikov@google.com>
15033         [BZ #17916]
15034         * libio/fileops.c (_IO_new_file_fopen): Limit stack use
15035         * libio/tst-fopenloc.c (do_test, do_bz17916): Add a large ccs= test
15037 2015-02-24  Eric Rannaud  <e@nanocritical.com>
15039         [BZ #17523]
15040         * io/fcntl.h (__OPEN_NEEDS_MODE): New macro.
15041         * io/bits/fcntl2.h (open): Use it.
15042         (openat): Likewise.
15043         * io/open.c (__libc_open): Likewise.
15044         * io/open64.c (__libc_open64): Likewise.
15045         * io/open64_2.c (__open64_2): Likewise.
15046         * io/open_2.c (__open_2): Likewise.
15047         * io/openat.c (__openat): Likewise.
15048         * io/openat64.c (__openat64): Likewise.
15049         * io/openat64_2.c (__openat64_2): Likewise.
15050         * io/openat_2.c (__openat_2): Likewise.
15051         * sysdeps/mach/hurd/open.c (__libc_open): Likewise.
15052         * sysdeps/mach/hurd/openat.c (__openat): Likewise.
15053         * sysdeps/posix/open64.c (__libc_open64): Likewise.
15054         * sysdeps/unix/sysv/linux/dl-openat64.c (openat64): Likewise.
15055         * sysdeps/unix/sysv/linux/generic/open.c (__libc_open): Likewise.
15056         (__open_nocancel): Likewise.
15057         * sysdeps/unix/sysv/linux/generic/open64.c (__libc_open64): Likewise.
15058         * sysdeps/unix/sysv/linux/open64.c (__libc_open64): Likewise.
15059         * sysdeps/unix/sysv/linux/openat.c (__OPENAT): Likewise.
15061 2015-02-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
15063         [BZ #14841]
15064         * resolv/gethnamaddr.c (getanswer): Skip logging if
15065         RES_USE_DNSSEC is set.
15066         * resolv/nss_dns/dns-host.c (getanswer_r): Likewise.
15068 2015-02-24  Mike Frysinger  <vapier@gentoo.org>
15070         * sysdeps/unix/sysv/linux/hppa/sysdep.h: Include dl-sysdep.h.
15072 2015-02-23  Alexandre Oliva <aoliva@redhat.com>
15074         * include/stdc-predef.h (__STDC_ISO_10646__): Update to
15075         201304L, for Unicode 7.
15077 2015-02-23  H.J. Lu  <hongjiu.lu@intel.com>
15079         [BZ #17836]
15080         * csu/Makefile (extra-objs): Add gmon-start.o if not builing
15081         shared library.  Add gmon-start.os otherwise.
15082         ($(objpfx)g$(start-installed-name)): Use $(objpfx)S%
15083         $(objpfx)gmon-start.os if builing shared library.
15084         ($(objpfx)g$(static-start-installed-name)): Likewise.
15086 2015-02-23  Andreas Schwab  <schwab@suse.de>
15088         * elf/Makefile (CFLAGS-tst-audit2.c): Define.
15090 2015-02-22  Paul Pluzhnikov  <ppluzhnikov@google.com>
15092         [BZ #17269]
15093         * libio/wstrops.c (_IO_wstr_overflow): Guard against integer overflow
15094         (enlarge_userbuf): Likewise.
15096 2015-02-22  Chung-Lin Tang  <cltang@codesourcery.com>
15098         * libio/tst-memstream2.c (TIMEOUT): Define as 100.
15099         * math/atest-exp.c (TIMEOUT): Adjust to 200.
15100         * math/atest-exp2.c (TIMEOUT): Adjust to 300.
15101         * math/atest-sincos.c (TIMEOUT): Adjust to 600.
15103 2015-02-20  Joseph Myers  <joseph@codesourcery.com>
15105         * soft-fp/op-common.h (_FP_FROM_INT): Wrap call to abort in
15106         expression inside statement expression.
15108 2015-02-20  Stefan Liebler  <stli@linux.vnet.ibm.com>
15110         * sysdeps/unix/sysv/linux/s390/lowlevellock.h: Include
15111         <sysdeps/nptl/lowlevellock.h> and remove macros and
15112         functions that are now defined there.
15113         (SYS_futex): Remove.
15114         (lll_compare_and_swap): Remove.
15115         * sysdeps/s390/bits/atomic.h (atomic_exchange_acq): Define.
15117 2015-02-19  Joseph Myers  <joseph@codesourcery.com>
15119         [BZ #17999]
15120         * dirent/scandir.c [!SCANDIR] (SCANDIRAT): Define to __scandirat
15121         instead of scandirat.
15122         * dirent/scandirat.c [!SCANDIRAT] (SCANDIRAT): Likewise.
15123         [!SCANDIRAT] (SCANDIRAT_WEAK_ALIAS): Define.
15124         [SCANDIRAT_WEAK_ALIAS] (scandirat): Define as weak alias of
15125         __scandirat.
15126         * include/dirent.h (scandirat): Do not use libc_hidden_proto.
15127         (__scandirat): Declare.  Use libc_hidden_proto.
15128         * conform/Makefile (test-xfail-POSIX2008/dirent.h/linknamespace):
15129         Remove variable.
15130         (test-xfail-XOPEN2K8/dirent.h/linknamespace): Likewise.
15132 2015-02-18  Joseph Myers  <joseph@codesourcery.com>
15134         [BZ #15319]
15135         * sysdeps/i386/fpu/e_atan2.S (dbl_min): New object.
15136         (MO): New macro.
15137         (__ieee754_atan2): For results with small absolute value, force
15138         underflow exception and remove excess range and precision from
15139         return value.
15140         * sysdeps/i386/fpu/e_atan2f.S (flt_min): New object.
15141         (MO): New macro.
15142         (__ieee754_atan2f): For results with small absolute value, force
15143         underflow exception and remove excess range and precision from
15144         return value.
15145         * sysdeps/i386/fpu/s_atan.S (dbl_min): New object.
15146         (MO): New macro.
15147         (__atan): For results with small absolute value, force underflow
15148         exception and remove excess range and precision from return value.
15149         * sysdeps/i386/fpu/s_atanf.S (flt_min): New object.
15150         (MO): New macro.
15151         (__atanf): For results with small absolute value, force underflow
15152         exception and remove excess range and precision from return value.
15153         * sysdeps/ieee754/dbl-64/e_atan2.c: Include <float.h> and
15154         <math.h>.
15155         (__ieee754_atan2): Force underflow exception for results with
15156         small absolute value.
15157         * sysdeps/ieee754/dbl-64/s_atan.c: Include <float.h> and
15158         <math_private.h>.
15159         (atan): Force underflow exception for results with small absolute
15160         value.
15161         * sysdeps/ieee754/flt-32/s_atanf.c: Include <float.h>.
15162         (__atanf): Force underflow exception for results with small
15163         absolute value.
15164         * sysdeps/ieee754/ldbl-128/s_atanl.c: Include <float.h> and
15165         <math.h>.
15166         (__atanl): Force underflow exception for results with small
15167         absolute value.
15168         * sysdeps/ieee754/ldbl-128ibm/s_atanl.c: Include <float.h>.
15169         (__atanl): Force underflow exception for results with small
15170         absolute value.
15171         * sysdeps/x86/fpu/bits/mathinline.h
15172         [!__SSE2_MATH__ && !__x86_64__ && __LIBC_INTERNAL_MATH_INLINES]
15173         (__ieee754_atan2): Only define inline for long double.
15174         * sysdeps/x86_64/fpu/multiarch/e_atan2.c
15175         [HAVE_FMA4_SUPPORT || HAVE_AVX_SUPPORT]: Include <math.h>.
15176         * math/auto-libm-test-in: Do not mark underflow exceptions as
15177         possibly missing for bug 15319.  Add more tests of atan2.
15178         * math/auto-libm-test-out: Regenerated.
15179         * math/libm-test.inc (casin_test_data): Do not mark underflow
15180         exceptions as possibly missing for bug 15319.
15181         (casinh_test_data): Likewise.
15182         * sysdeps/i386/fpu/libm-test-ulps: Update.
15184 2015-02-18  Steve Ellcey  <sellcey@imgtec.com>
15186         * sysdeps/unix/sysv/linux/mips/bits/endian.h: Remove.
15187         * sysdeps/mips/bits/endian.h: Fix comments.
15189 2015-02-18  Joseph Myers  <joseph@codesourcery.com>
15191         [BZ #17996]
15192         * include/search.h (hcreate_r): Don't use libc_hidden_proto.
15193         (hdestroy_r): Likewise.
15194         (hsearch_r): Likewise.
15195         (__hcreate_r): Declare and use libc_hidden_proto.
15196         (__hdestroy_r): Likewise.
15197         (__hsearch_r): Likewise.
15198         * misc/hsearch.c (hsearch): Call __hsearch_r instead of hsearch_r.
15199         (hcreate): Call __hcreate_r instead of hcreate_r.
15200         (__hdestroy): Call __hdestroy_r instead of hdestroy_r.
15201         * misc/hsearch_r.c (hcreate_r): Rename to __hcreate_r and define
15202         as weak alias of __hcreate_r.
15203         (hdestroy_r): Rename to __hdestroy_r and define as weak alias of
15204         __hdestroy_r.
15205         (hsearch_r): Rename to __hsearch_r and define as weak alias of
15206         __hsearch_r.
15207         * conform/Makefile (test-xfail-XPG3/search.h/linknamespace):
15208         Remove variable.
15209         (test-xfail-XPG4/search.h/linknamespace): Likewise.
15210         (test-xfail-UNIX98/search.h/linknamespace): Likewise.
15211         (test-xfail-XOPEN2K/search.h/linknamespace): Likewise.
15212         (test-xfail-XOPEN2K8/search.h/linknamespace): Likewise.
15214 2015-02-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
15216         * malloc/malloc.c (__libc_malloc): Consolidate arena_lookup and
15217         arena_lock into a single arena_get.
15219 2015-02-17  Carlos O'Donell  <carlos@redhat.com>
15221         * dl-reloc.c: Inlucde libc-internal.h.
15222         (_dl_try_allocate_static_tls): Call ALIGN_UP.
15223         (_dl_relocate_object): Call ALIGN_UP, ALIGN_DOWN, and PTR_ALIGN_DOWN.
15224         (_dl_protect_relro): Call ALIGN_UP and ALIGN_DOWN.
15225         * malloc/arena.c (new_heap): Use pagesize. Call ALIGN_UP.
15226         (grow_heap): Likewise.
15227         * malloc/malloc.c: Include libc-internal.h.
15228         (do_check_malloc): Call powerof2.
15229         (sysmalloc): Use pagesize. Call ALIGN_UP.
15230         (systrim): Use pagesize.
15231         (mremap_chunk): Use pagesize. Call ALIGN_UP.
15232         (__libc_valloc): Use pagesize.
15233         (__libc_pvalloc): Use pagesize. Call ALIGN_UP.
15235 2015-02-17  Joseph Myers  <joseph@codesourcery.com>
15237         [BZ #17991]
15238         * include/sys/resource.h (__getrlimit64): Declare.  Use
15239         libc_hidden_proto.
15240         * resource/getrlimit64.c (getrlimit64): Rename to __getrlimit64
15241         and define as weak alias of __getrlimit64.  Use libc_hidden_weak.
15242         * sysdeps/posix/spawni.c (__spawni): Call __getrlimit64 instead of
15243         getrlimit64.
15244         * sysdeps/unix/sysv/linux/getrlimit64.c (getrlimit64): Rename to
15245         __getrlimit64.
15246         [!getrlimit64] (getrlimit64): Define as weak alias of
15247         __getrlimit64.  Use libc_hidden_weak.
15248         * sysdeps/unix/sysv/linux/i386/getrlimit64.c (getrlimit64): Define
15249         using __getrlimit64 not __new_getrlimit64.
15250         (__GI_getrlimit64): Likewise.
15251         * sysdeps/unix/sysv/linux/mips/getrlimit64.c (getrlimit64):
15252         Likewise.
15253         (__GI_getrlimit64): Likewise.
15254         (__old_getrlimit64): Use __getrlimit64 not __new_getrlimit64.
15255         * sysdeps/unix/sysv/linux/powerpc/powerpc64/syscalls.list
15256         (getrlimit): Add __getrlimit64 alias.
15257         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list (getrlimit):
15258         Likewise.
15259         * conform/Makefile (test-xfail-XOPEN2K/spawn.h/linknamespace):
15260         Remove variable.
15261         (test-xfail-POSIX2008/spawn.h/linknamespace): Likewise.
15262         (test-xfail-XOPEN2K8/spawn.h/linknamespace): Likewise.
15264 2015-02-17  Paul Pluzhnikov  <ppluzhnikov@google.com>
15266         * libio/fileops.c: Add missing sys/mman.h
15267         * libio/iopopen.c: Add missing fcntl.h, remove redundant unistd.h
15269 2015-02-17  Joseph Myers  <joseph@codesourcery.com>
15271         * manual/math.texi (Errors in Math Functions): Clarify goals
15272         regarding inexact and underflow exceptions.
15274 2015-02-17  Steve Ellcey  <sellcey@imgtec.com>
15276         * sysdeps/mips/memcpy.S: Move R6 PREFETCH_STORE_HINT check.
15277         * sysdeps/mips/memset.S: Ditto.
15279 2015-02-17  Steve Ellcey  <sellcey@imgtec.com>
15281         * sysdeps/mips/bits/endian.h (__MIPSEL): Use #ifdef instead of #if.
15283 2015-02-17  Stefan Liebler  <stli@linux.vnet.ibm.com>
15285         * sysdeps/unix/sysv/linux/s390/pt-longjmp.c
15286         (__v1longjmp): Remove versioned symbol.
15287         (__v1siglongjmp): Remove alias and versioned symbol.
15288         (__v2longjmp): Use DEFINE_LONGJMP instead of alias.
15289         (__v2siglongjmp): Likewise.
15291 2015-02-16  Torvald Riegel  <triegel@redhat.com>
15293         * sysdeps/unix/sysv/linux/ia64/lowlevellock.h: Remove file.
15295 2015-02-16  Mike Frysinger  <vapier@gentoo.org>
15297         * sysdeps/unix/sysv/linux/ia64/getpagesize.c: Delete.
15299 2015-02-16  Joseph Myers  <joseph@codesourcery.com>
15301         [BZ #17987]
15302         * sysdeps/ieee754/dbl-64/s_remquo.c (__remquo): Ensure sign of
15303         zero result does not depend on the sign resulting from
15304         subtraction.
15305         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c (__remquo):
15306         Likewise.
15307         * sysdeps/ieee754/flt-32/s_remquof.c (__remquof): Likewise.
15308         * sysdeps/ieee754/ldbl-128/s_remquol.c (__remquol): Likewise.
15309         * sysdeps/ieee754/ldbl-128ibm/s_remquol.c (__remquol): Likewise.
15310         * sysdeps/ieee754/ldbl-96/s_remquol.c (__remquol): Likewise.
15311         * math/libm-test.inc (remquo_test_data): Add more tests.
15313 2015-02-16  Paul Eggert  <eggert@cs.ucla.edu>
15315         * manual/time.texi (TZ Variable): glibc no longer comes with tzdata.
15316         Problem reported by J William Piggott.
15318 2015-02-16  Joseph Myers  <joseph@codesourcery.com>
15320         [BZ #17978]
15321         * sysdeps/ieee754/dbl-64/s_remquo.c (__remquo): Do not form
15322         products 4 * y and 2 * y where those would overflow.
15323         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c (__remquo):
15324         Likewise.
15325         * sysdeps/ieee754/flt-32/s_remquof.c (__remquof): Likewise.
15326         * sysdeps/ieee754/ldbl-128/s_remquol.c (__remquol): Likewise.
15327         * sysdeps/ieee754/ldbl-128ibm/s_remquol.c (__remquol): Likewise.
15328         * sysdeps/ieee754/ldbl-96/s_remquol.c (__remquol): Likewise.
15329         * math/libm-test.inc (remquo_test_data): Add more tests.
15331         * sysdeps/mips/sgidefs.h [!_ABIO64] (_ABIO64): New macro.
15333         * sysdeps/mips/memcpy.S [_COMPILING_NEWLIB]: Change condition to
15334         [defined _COMPILING_NEWLIB].
15335         * sysdeps/mips/memset.S [_COMPILING_NEWLIB]: Likewise.
15336         * sysdeps/mips/strcmp.S [_COMPILING_NEWLIB]: Likewise.
15338         * sysdeps/mips/sys/asm.h [__mips_isa_rev < 6]: Change condition to
15339         [!defined __mips_isa_rev || __mips_isa_rev < 6].
15341 2015-02-16  Torvald Riegel  <triegel@redhat.com>
15343         * nptl/tst-cond25.c (cleanup): Explicitly check that the mutex is
15344         acquired.
15346 2015-02-15  Matthew Fortune <Matthew.Fortune@imgtec.com>
15348         [BZ #17792]
15349         * sysdeps/unix/sysv/linux/ia64/sys/user.h (NBPG): Remove.
15350         (UPAGES, HOST_TEXT_START_ADDR, HOST_DATA_START_ADDR,
15351         HOST_STACK_END_ADDR): Likewise.
15353 2015-02-13  Steve Ellcey  <sellcey@imgtec.com>
15355         * sysdeps/mips/bits/endian.h (__MIPSEB): Use #ifdef instead of #if.
15356         * sysdeps/mips/memcpy.S (__MIPSEB): Ditto.
15357         * sysdeps/mips/memset.S (__MIPSEB): Ditto.
15359 2015-02-13  Roland McGrath  <roland@hack.frob.com>
15361         * sysdeps/generic/c++-types.data: New file.
15362         * sysdeps/generic/ld.abilist: New file.
15363         * sysdeps/generic/libBrokenLocale.abilist: New file.
15364         * sysdeps/generic/libanl.abilist: New file.
15365         * sysdeps/generic/libc.abilist: New file.
15366         * sysdeps/generic/libcrypt.abilist: New file.
15367         * sysdeps/generic/libdl.abilist: New file.
15368         * sysdeps/generic/libm.abilist: New file.
15369         * sysdeps/generic/libpthread.abilist: New file.
15370         * sysdeps/generic/libresolv.abilist: New file.
15371         * sysdeps/generic/librt.abilist: New file.
15373 2015-02-13  Joseph Myers  <joseph@codesourcery.com>
15375         [BZ #17569]
15376         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c (__remquo):
15377         Compute absolute value of x as modified by fmod, not original
15378         value of x.
15379         * math/libm-test.inc (RUN_TEST_ffI_f1): Rename to
15380         RUN_TEST_ffI_f1_mod8.  Check extra return value mod 8.
15381         (RUN_TEST_LOOP_ffI_f1): Rename to RUN_TEST_LOOP_ffI_f1_mod8.  Call
15382         RUN_TEST_ffI_f1_mod8.
15383         (remquo_test_data): Add more tests.
15385 2015-02-13  Roland McGrath  <roland@hack.frob.com>
15387         * sysdeps/init_array/pt-crti.S: New file.
15389 2015-02-13  Joseph Myers  <joseph@codesourcery.com>
15391         [BZ #17967]
15392         * sysdeps/powerpc/fpu/e_sqrtf.c (__slow_ieee754_sqrtf): Use
15393         __builtin_fmaf instead of relying on contraction of a * b + c.
15395 2015-02-12  J William Piggott  <elseifthen@gmx.com>
15397         [BZ #17969]
15398         * manual/time.texi: correct the zoneinfo path in the TZ Variable
15399         node.
15401 2015-02-12  Joseph Myers  <joseph@codesourcery.com>
15403         [BZ #17964]
15404         * sysdeps/powerpc/fpu/e_sqrt.c (__slow_ieee754_sqrt): Use
15405         __builtin_fma instead of relying on contraction of a * b + c.
15407 2015-02-12  Roland McGrath  <roland@hack.frob.com>
15409         * Makeconfig (ASFLAGS): Add -Werror=undef.
15410         * sysdeps/arm/Versions (libc: GLIBC_2.19): New (empty) version set.
15411         * sysdeps/unix/make-syscalls.sh: Always emit #define's for
15412         SYSCALL_CANCELLABLE, SYSCALL_NOERRNO, SYSCALL_ERRVAL, to 1 or 0.
15414         * Makeconfig (after-link): New variable.
15415         (+link-pie, +link-pie-tests): Use it.
15416         (+link-static, +link-static-tests): Likewise.
15417         (+link, +link-tests): Likewise.
15418         * Makerules (build-module, build-module-asneeded): Likewise.
15419         (lib%.so, $(common-objpfx)libc.so, $(common-objpfx)linkobj/libc.so):
15420         Likewise.
15421         * elf/Makefile ($(objpfx)ld.so): Likewise.
15423 2015-02-12  Rüdiger Sonderfeld  <ruediger@c-plusplus.net>
15425         [BZ #17965]
15426         * manual/time.texi (Elapsed Time): tv_sec is of type time_t in
15427         both struct timeval and struct timespec.
15429 2015-02-12  Joseph Myers  <joseph@codesourcery.com>
15431         [BZ #16560]
15432         * math/e_exp2l.c [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Undefine
15433         and redefine.
15434         (__ieee754_exp2l): Do not multiply small fractional parts by
15435         M_LN2l.
15436         * sysdeps/i386/fpu/e_exp2l.S (__ieee754_exp2l): Just add 1 to
15437         small argument.
15438         * sysdeps/ieee754/dbl-64/e_exp2.c (__ieee754_exp2): Likewise.
15439         * sysdeps/ieee754/flt-32/e_exp2f.c (__ieee754_exp2f): Likewise.
15440         * sysdeps/x86_64/fpu/e_exp2l.S (__ieee754_exp2l): Likewise.
15441         * math/auto-libm-test-in: Add more tests of exp2.
15442         * math/auto-libm-test-out: Regenerated.
15444 2015-02-12  Rajalakshmi Srinivasaraghavan  <raji@linux.vnet.ibm.com>
15446         * sysdeps/powerpc/powerpc64/power7/strncpy.S (strncpy): Optimize
15447         unaligned path.
15449 2015-02-12  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
15451         * sysdeps/unix/sysv/linux/powerpc/htm.h [TABORT]: Fix encoding for
15452         little endian.
15454 2015-02-12  Andreas Schwab  <schwab@suse.de>
15456         [BZ #15790]
15457         * nptl/pthread_mutexattr_gettype.c (pthread_mutexattr_gettype):
15458         Filter out elision flags from value returned in kind.
15459         * nptl/Makefile (tests): Add tst-pthread-mutexattr.
15460         * nptl/tst-pthread-mutexattr.c: New file.
15462 2015-02-11  Samuel Thibault  <samuel.thibault@ens-lyon.org>
15464         * abi-tags: Revert ae20c9a: rename back gnu into gnu-gnu.
15465         * configure.ac, configure: Revert ba90e05: modify gnu-* host_os back
15466         into gnu-gnu, and update comment to refer to abi-tags.
15468 2015-02-11  Joseph Myers  <joseph@codesourcery.com>
15470         [BZ #15467]
15471         * sysdeps/ieee754/dbl-64/s_sincos.c: Include <errno.h>.
15472         (__sincos): Set errno to EDOM for infinite argument.
15473         * sysdeps/ieee754/flt-32/s_sincosf.c: Include <errno.h>.
15474         (SINCOSF_FUNC): Set errno to EDOM for infinite argument.
15475         * sysdeps/ieee754/ldbl-128/s_sincosl.c: Include <errno.h>.
15476         (__sincosl): Set errno to EDOM for infinite argument.
15477         * sysdeps/ieee754/ldbl-128ibm/s_sincosl.c: Include <errno.h>.
15478         (__sincosl): Set errno to EDOM for infinite argument.
15479         * sysdeps/ieee754/ldbl-96/s_sincosl.c: Include <errno.h>.
15480         (__sincosl): Set errno to EDOM for infinite argument.
15481         * math/libm-test.inc (sincos_test_data): Test errno setting.
15483 2015-02-11  Leonhard Holz  <leonhard.holz@web.de>
15485         * string/strxfrm_l.c: Remove #define STRCMP.
15486         * string/strcoll_l.c: Remove #define STRLEN.
15487         * wcsmbs/wcsxfrm_l.c: Remove #define STRCMP.
15488         * wcsmbs/wcscoll_l.c: Remove #define STRLEN.
15490 2015-02-10  Joseph Myers  <joseph@codesourcery.com>
15492         * sysdeps/mips/soft-fp/sfp-machine.h: Move to ....
15493         * sysdeps/mips/mips32/sfp-machine.h: ... here.
15494         * sysdeps/mips/mips64/soft-fp/Makefile: Move to ....
15495         * sysdeps/mips/mips64/Makefile: ... here.
15496         * sysdeps/mips/mips64/soft-fp/e_sqrtl.c: Move to ....
15497         * sysdeps/mips/mips64/e_sqrtl.c: ... here.
15498         * sysdeps/mips/mips64/soft-fp/sfp-machine.h: Move to ....
15499         * sysdeps/mips/mips64/sfp-machine.h: ... here.
15500         * sysdeps/mips/mips32/Implies: Remove mips/soft-fp.
15501         * sysdeps/mips/mips64/n32/Implies: Remove mips/mips64/soft-fp.
15502         * sysdeps/mips/mips64/n64/Implies: Likewise.
15504 2015-02-10  Roland McGrath  <roland@hack.frob.com>
15506         * math/test-snan.c: Drop unnecessary #include's of <stdlib.h>,
15507         <sys/time.h>, <string.h>, and <errno.h>.
15508         (dest_offset, dest_address, value, zero): Remove unused variables.
15509         (ldouble): Remove typedef.
15510         (myFPsighandler): Use simple handler signature, not SA_SIGINFO
15511         signature.  Pass 1 to siglongjmp rather than 0 (which is converted to
15512         1).  Fix code style.
15513         (set_sigaction_FP, remove_sigaction_FP): Functions removed.
15514         (check): Function removed.
15515         (CHECK): New macro.
15516         (TEST_FUNC): Fix code style.  Use CHECK macro rather than repeating
15517         boilerplate feclearexcept + feenableexcept + sigsetjmp code.
15518         Don't call set_sigaction_FP and remove_sigaction_FP here.
15519         (ldouble_test): Just use 'long double' as macro argument, no need for
15520         the 'ldouble' typedef.
15521         (do_test): Set up SIGFPE handler at start, using plain signal rather
15522         than sigaction.  Fix code style.
15524 2015-02-10  Evangelos Foutras  <evangelos@foutrelis.com>
15526         [BZ #17949]
15527         * sysdeps/i386/i686/multiarch/mempcpy_chk.S: Fix position of
15528         jump label.
15530 2015-02-09  Adhemerval Zanellla  <azanella@linux.vnet.ibm.com>
15532         * sysdeps/powerpc/powerpc32/configure.ac: Remove R_PPC_REL16 check.
15533         * sysdeps/powerpc/powerpc32/configure: Regenerated.
15535         * sysdeps/powerpc/configure.ac: Remove file.
15536         * sysdeps/powerpc/configure: Likewise.
15538         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile
15539         [sysdep_routines]: Remove wordcopy-power6 object.
15540         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove-power7.c
15541         (__memmove_power7): Use local call for wordcopy and memcpy symbols.
15542         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy-ppc32.c
15543         (__memmove_ppc32): Likewise.
15544         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy-power6.c: Remove
15545         file.
15546         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy.c: Remove file.
15547         * sysdeps/powerpc/powerpc64/multiarch/wordcopy-ppc64.c [IS_IN (libc)]:
15548         Remove preprocessor.
15550         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile
15551         [sysdep_routines]: Remove wide chars objects.
15552         [wcsmbs]: New rule for wide char objects.
15554         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
15555         Remove wordcopy-power6 obejct.
15556         * sysdeps/powerpc/powerpc64/multiarch/memmove-ppc64.c (__memmove_ppc):
15557         Use local call for wordcopy and memcpy symbols.
15558         * sysdeps/powerpc/powerpc64/multiarch/wordcopy-power6.c: Remove file.
15559         * sysdeps/powerpc/powerpc64/multiarch/wordcopy-ppc64.c: Add default
15560         implementation for loader.
15561         * sysdeps/powerpc/powerpc64/multiarch/wordcopy.c: Remove file.
15563         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
15564         Remove wordcopy-power7 object.
15565         * sysdeps/powerpc/powerpc64/multiarch/wordcopy-power7.c: Remove file.
15566         * sysdeps/powerpc/powerpc64/multiarch/wordcopy.c
15567         (_wordcopy_fwd_aligned): Remove POWER7 specialization.
15568         (_wordcopy_fwd_dest_aligned): Likewise.
15569         (_wordcopy_bwd_aligned): Likewise.
15570         (_wordcopy_bwd_dest_aligned): Likewise.
15572         * sysdeps/powerpc/powerpc64/multiarch/bcopy-ppc64.c (__bcopy_ppc):
15573         Rewrite to call __memmove_ppc instead of include default
15574         implementation.
15576         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
15577         Remove wide chars objects.
15578         [wcsmbs]: New rule for wide char objects.
15580 2015-02-09  Andreas Schwab  <schwab@suse.de>
15582         [BZ #17912]
15583         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (__O_TMPFILE): Define
15584         in terms of __O_DIRECTORY.
15586 2015-02-08  Samuel Thibault  <samuel.thibault@ens-lyon.org>
15588         * time/getdate.c: Include <stdbool.h>.
15589         * sysdeps/gnu/unwind-resume.c [!PTR_MANGLE] (__libgcc_s_init): Do not
15590         call PTR_MANGLE.
15591         [!PTR_DEMANGLE] (_Unwind_Resume, __gcc_personality_v0): Do not call
15592         PTR_DEMANGLE.
15594 2015-02-07  Paul Eggert  <eggert@cs.ucla.edu>
15596         Add ersatz _Static_assert on older C hosts
15597         * misc/sys/cdefs.h (_Static_assert): Define a substitute, if on a
15598         pre-C11 C platform that is not known to support _Static_assert.
15600 2015-02-07  Richard Braun  <rbraun@sceen.net>
15602         * hurd/hurd/signal.h (_hurd_critical_section_lock): Don't unlock
15603         sigstate.
15604         * sysdeps/mach/hurd/mmap.c (__mmap): Also handle PROT_NONE case.
15606 2015-02-07  Samuel Thibault  <samuel.thibault@ens-lyon.org>
15608         * sysdeps/pthread/aio_misc.c [!AIO_PRIO_DELTA_MAX]: Do not check
15609         priority against unexistent AIO_PRIO_DELTA_MAX.
15610         * misc/chflags.c (chflags): Set flags parameter type to unsigned long
15611         instead of int.
15612         * misc/fchflags.c (fchflags): Likewise.
15613         * sysdeps/mach/hurd/chflags.c (chflags): Likewise.
15614         * sysdeps/mach/hurd/fchflags.c (fchflags): Likewise.
15615         * sysdeps/mach/hurd/bits/stat.h [__USE_MISC] (UF_SETTABLE, UF_NODUMP,
15616         UF_IMMUTABLE, UF_APPEND, UF_OPAQUE, UF_NOUNLINK, SF_SETTABLE,
15617         SF_ARCHIVED, SF_IMMUTABLE, SF_APPEND, SF_NOUNLINK, SF_SNAPSHOT):
15618         Declare macros.
15619         [__USE_MISC] (chflags, fchflags): Declare functions.
15620         * hurd/hurdselect.c (_hurd_select): In the poll case, do not return
15621         EINVAL when nfds is greater than FD_SETSIZE.
15622         * hurd/hurd/resource.h (MACH_PRIORITY_TO_NICE,
15623         NICE_TO_MACH_PRIORITY): Align nice levels on Mach priorities from 5 to
15624         45.
15625         * hurd/hurdselect.c (_hurd_select): Pass MACH_RCV_INTERRUPT to
15626         __mach_msg.  If that returns MACH_RCV_INTERRUPTED, set ERR to EINTR.
15627         * hurd/hurdselect.c (_hurd_select): Remove unreachable check for
15628         MACH_RCV_TIMED_OUT.
15629         * hurd/hurd/signal.h (_hurd_self_sigstate,
15630         _hurd_critical_section_lock, _hurd_critical_section_unlock):
15631         Explicit casts from void *.
15632         * sysdeps/mach/hurd/tls.h: Include <stdint.h> and <sysdep.h>.
15633         * abi-tags: Rename gnu-gnu os into gnu.
15635         [BZ #4719]
15636         * sysdeps/mach/hurd/bits/ioctls.h (_IOT__IOTBASE_long, _IOT_char,
15637         _IOT_short, _IOT_int, _IOT_long, _IOT__IOTBASE_int8_t,
15638         _IOT__IOTBASE_uint8_t, _IOT__IOTBASE_int16_t, _IOT__IOTBASE_uint16_t,
15639         _IOT__IOTBASE_int32_t, _IOT__IOTBASE_uint32_t, _IOT__IOTBASE_int64_t,
15640         _IOT__IOTBASE_uint64_t, _IOT__IOTBASE_size_t, _IOT__IOTBASE_ssize_t,
15641         _IOTBASE_unsigned, _IOTBASE_signed): Define macros.
15643         [BZ #17944]
15644         * hurd/hurdsocket.h: New file, defines _hurd_sun_path_dupa which
15645         duplicates ADDR->sun_path with sockaddr LEN limitation.
15646         * sysdeps/mach/hurd/connect.c: Include <string.h>
15647         (__connect): Give result of _hurd_sun_path_dupa to name lookup.
15648         * sysdeps/mach/hurd/sendmsg.c: Likewise.
15649         * sysdeps/mach/hurd/sendto.c: Likewise.
15650         * sysdeps/mach/hurd/bind.c: Call _hurd_sun_path_dupa instead of
15651         implementing it by hand.
15653 2015-02-06  Roland McGrath  <roland@hack.frob.com>
15655         * sysdeps/arm/sysdep.h [!PROF] [ARCH_HAS_T2 && !PIC] (LDR_GLOBAL):
15656         Use sfi_breg on ldr.
15657         [!PROF] [ARCH_HAS_T2 && PIC && ARM_PCREL_MOVW_OK] (LDR_GLOBAL):
15658         Likewise.
15660         * nptl/tst-cancel25.c (tf2): Test for SIGCANCEL being blocked only if
15661         it's defined.
15662         * nptl/tst-signal7.c (do_test): Test SIGCANCEL only if it's defined.
15663         Test SIGSETXID only if it's defined.
15665         * nptl/tst-locale1.c (useless): Use SIGRTMIN only if it's defined.
15667         * rt/tst-timer2.c (do_test): Don't initialize SIGEV.sigev_signo, which
15668         will not be used.  Use NULL rather than 0 for .sigev_notify_attributes.
15670         * nptl/tst-align2.c: Moved ...
15671         * sysdeps/unix/sysv/linux/tst-align-clone.c: ... here.
15672         * nptl/Makefile (tests): Remove tst-align2.
15673         * sysdeps/unix/sysv/linux/Makefile
15674         [$(subdir) = nptl] (tests): Add tst-align-clone.
15675         * nptl/tst-getpid1.c: Moved ...
15676         * sysdeps/unix/sysv/linux/tst-getpid1.c: ... here.
15677         * nptl/tst-getpid2.c: Moved ...
15678         * sysdeps/unix/sysv/linux/tst-getpid2.c: ... here.
15679         * nptl/Makefile (tests): Move tst-getpid1 and tst-getpid2 ...
15680         * sysdeps/unix/sysv/linux/Makefile
15681         [$(subdir) = nptl] (tests): ... here.
15682         * nptl/Makefile (tst-getpid2-ENV): Move variable ...
15683         * sysdeps/unix/sysv/linux/Makefile
15684         [$(subdir) = nptl] (tst-getpid2-ENV): ... here.
15686         * nptl/tst-cleanup2.c (do_test): Use signal rather than sigaction.
15687         Drop trailing \n from perror argument.  Use return rather than exit.
15689         * nptl/tst-cancel20.c (do_test): Conditionalize SA_SIGINFO-using tests
15690         on [SA_SIGINFO].
15691         * nptl/tst-cancel21.c (do_test): Likewise.
15692         * debug/tst-backtrace6.c: Include <signal.h> first thing.
15693         Conditionalize inclusion of tst-backtrace5.c on [SA_SIGINFO].
15694         [!SA_SIGINFO]: Make it a stub test.
15696         * misc/tst-pselect.c (do_test): Don't set SA_NOCLDWAIT in sa_flags for
15697         SIGCHLD; it's redundant with SIG_IGN as sa_handler.
15699         * posix/tst-getlogin.c: Move to ...
15700         * login/tst-getlogin.c: ... here.
15701         * posix/Makefile (tests): Move tst-getlogin to ...
15702         * login/Makefile (tests): ... here.
15704         * libio/tst-atime.c (do_test): Move local variables SV and E
15705         inside [ST_NOATIME] conditional.
15707         * dirent/tst-fdopendir.c (O_NOATIME): If not defined, #define to 0.
15709         * nptl/tst-kill5.c (do_test): Use INT_MAX rather than SIGRTMAX + 10.
15711         * nptl/tst-join5.c: Drop #include <sys/syscall.h>.
15712         (wait_code): New function replaces macro.
15713         Call nanosleep rather than syscall.
15715         * nptl/pt-system.c: Rewritten.  Put everything under
15716         [SHLIB_COMPAT (libpthread, GLIBC_2_0, GLIBC_2_22)].
15717         Use IFUNC to redirect when possible.
15719         * nptl/pt-longjmp.c: Rewritten.  Put everything under
15720         [SHLIB_COMPAT (libpthread, GLIBC_2_0, GLIBC_2_22)].
15721         Use IFUNC to redirect when possible.
15723         * nptl/pt-fork.c: Rewritten.  Put everything under
15724         [SHLIB_COMPAT (libpthread, GLIBC_2_0, GLIBC_2_22)].
15725         Use IFUNC to redirect when possible.
15726         * nptl/Versions (libpthread: GLIBC_2.22): New (empty) version set.
15728         * sysdeps/unix/sysv/linux/x86_64/pthread_cond_timedwait.S: Remove all
15729         code under [!__ASSUME_FUTEX_CLOCK_REALTIME], since that is defined
15730         unconditionally nowadays.  This included the only reference to
15731         __vdso_clock_gettime that appears outside libc proper.
15732         * sysdeps/unix/sysv/linux/x86_64/Versions (libc: GLIBC_PRIVATE):
15733         Remove version set (containing only __vdso_clock_gettime).
15734         * sysdeps/unix/sysv/linux/x86/libc-vdso.h (__vdso_clock_gettime):
15735         Add attribute_hidden.
15736         * sysdeps/unix/sysv/linux/i386/init-first.c (__vdso_clock_gettime):
15737         Likewise.  Drop __attribute__ ((nocommon)), libc_hidden_proto, and
15738         libc_hidden_data_def.
15739         * sysdeps/unix/sysv/linux/x86_64/init-first.c: Likewise.
15740         * sysdeps/unix/sysv/linux/x86_64/x32/init-first.c: Likewise.
15742         * inet/Versions (libc: GLIBC_2.0): Move getrpcbyname, getrpcbyname_r,
15743         getrpcbynumber, getrpcbynumber_r, getrpcent, getrpcent_r, endrpcent,
15744         setrpcent, and getrpcport to ...
15745         * sunrpc/Versions (libc: GLIBC_2.0): ... here.
15746         * inet/Versions (libc: GLIBC_2.1.2): Move getrpcbyname_r,
15747         getrpcbynumber_r, and getrpcent_r to ...
15748         * sunrpc/Versions (libc: GLIBC_2.1.2): ... this new set.
15749         * inet/getrpcbyname.c: Moved ...
15750         * sunrpc/getrpcbyname.c: ... here.
15751         * inet/getrpcbyname_r.c: Moved ...
15752         * sunrpc/getrpcbyname_r.c: ... here.
15753         * inet/getrpcbynumber.c: Moved ...
15754         * sunrpc/getrpcbynumber.c: ... here.
15755         * inet/getrpcbynumber_r.c: Moved ...
15756         * sunrpc/getrpcbynumber_r.c: ... here.
15757         * inet/getrpcent.c: Moved ...
15758         * sunrpc/getrpcent.c: ... here.
15759         * inet/getrpcent_r.c: Moved ...
15760         * sunrpc/getrpcent_r.c: ... here.
15761         * inet/Makefile (routines): Move those to ...
15762         * sunrpc/Makefile (routines): ... here.
15763         * nss/Makefile (databases): Add key and rpc only if sunrpc appears in
15764         the $(subdirs) list.
15765         (CPPFLAGS-getent.c): New variable.  Pass -D option to set HAVE_SUNRPC
15766         to 0 or 1, indicating whether sunrpc appears in the $(subdirs) list.
15767         * nss/getent.c (print_rpc, rpc_keys): Conditionalize on [HAVE_SUNRPC].
15768         (databases): Conditionalize rpc entry on [HAVE_SUNRPC].
15770         * elf/Makefile (routines): Include $(all-dl-routines), not just
15771         $(dl-routines).
15772         (rtld-routines): Likewise.  Use = rather than :=.
15773         * sysdeps/aarch64/Makefile [$(subdir) = elf]
15774         (sysdep_routines, sysdep-rtld-routines): Don't add tlsdesc and
15775         dl-tlsdesc to these; sysdep-dl-routines alone is enough.
15776         * sysdeps/arm/Makefile: Likewise.
15777         * sysdeps/i386/Makefile: Likewise.
15778         * sysdeps/x86_64/Makefile: Likewise.
15779         * sysdeps/hppa/Makefile [$(subdir) = elf]
15780         (sysdep_routines, sysdep-rtld-routines): Don't add
15781         $(sysdep-dl-routines) to these.
15782         * sysdeps/ia64/Makefile: Likewise.
15783         * sysdeps/unix/sysv/linux/ia64/Makefile: Likewise.
15784         * sysdeps/unix/sysv/linux/aarch64/Makefile [$(subdir) = elf]
15785         [$(build-shared) = yes] (sysdep_routines, sysdep-rtld-routines):
15786         Don't add dl-static to these; sysdep-dl-routines alone is enough.
15787         * sysdeps/unix/sysv/linux/m68k/Makefile: Likewise.
15788         * sysdeps/unix/sysv/linux/mips/Makefile: Likewise.
15789         * sysdeps/unix/sysv/linux/powerpc/Makefile: Likewise.
15790         * sysdeps/unix/sysv/linux/tile/Makefile: Likewise.
15791         * sysdeps/powerpc/Makefile [$(subdir) = elf]
15792         (sysdep_routines, sysdep-rtld-routines): Don't add dl-machine to
15793         these; sysdep-dl-routines alone is enough.
15795 2015-02-06  Joseph Myers  <joseph@codesourcery.com>
15797         [BZ #17932]
15798         * soft-fp/op-common.h (_FP_FMA): Set exponent of result in case
15799         where multiplication results in zero and third argument is finite
15800         and nonzero.
15801         * math/auto-libm-test-in: Add more tests of fma.
15802         * math/auto-libm-test-out: Regenerated.
15804         * soft-fp/op-common.h (_FP_CMP_CHECK_DENORM): New macro.
15805         (_FP_CMP_CHECK_FLUSH_ZERO): Likewise.
15806         (_FP_CMP): Use_FP_CMP_CHECK_DENORM and _FP_CMP_CHECK_FLUSH_ZERO.
15807         (_FP_CMP_EQ): Likewise.
15808         (_FP_CMP_UNORD): Use _FP_CMP_CHECK_DENORM.
15810         * soft-fp/op-common.h (FP_EXTEND): Rename to _FP_EXTEND_CNAN with
15811         extra argument CHECK_NAN.  Redefine as wrapper around
15812         _FP_EXTEND_CNAN.
15814 2015-02-06  Carlos O'Donell  <carlos@systemhalted.org>
15816         * version.h (RELEASE): Set to "stable".
15817         (VERSION): Set to "2.21"
15818         * include/features.h (__GLIBC_MINOR__): Set to 21.
15820         * sysdeps/unix/sysv/linux/hppa/pthread.h: Sync with pthread.h.
15822 2015-02-05  Paul Pluzhnikov  <ppluzhnikov@google.com>
15823             Paul Eggert  <eggert@cs.ucla.edu>
15825         [BZ #16618]
15826         * stdio-common/tst-sscanf.c (main): Test for buffer overflow.
15827         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Compute needed
15828         size in bytes. Store needed elements in wpmax. Use needed size
15829         in bytes for extend_alloca.
15831 2015-02-05  Carlos O'Donell  <carlos@systemhalted.org>
15833         * manual/install.texi: Latest tested versions are GCC 4.9.2,
15834         binutls 2.25, and texinfo 5.2.
15835         * INSTALL: Regenerate.
15836         * sysdeps/nios2/configure: Regenerate.
15837         * sysdeps/unix/sysv/linux/nios2/configure: Regenerate.
15838         * manual/contrib.texi: Update.
15839         * po/be.po: Update.
15840         * po/bg.po: Update.
15841         * po/ca.po: Update.
15842         * po/cs.po: Update.
15843         * po/da.po: Update.
15844         * po/de.po: Update.
15845         * po/el.po: Update.
15846         * po/eo.po: Update.
15847         * po/es.po: Update.
15848         * po/fi.po: Update.
15849         * po/fr.po: Update.
15850         * po/gl.po: Update.
15851         * po/hr.po: Update.
15852         * po/hu.po: Update.
15853         * po/ia.po: Update.
15854         * po/id.po: Update.
15855         * po/it.po: Update.
15856         * po/ja.po: Update.
15857         * po/ko.po: Update.
15858         * po/lt.po: Update.
15859         * po/nb.po: Update.
15860         * po/nl.po: Update.
15861         * po/pl.po: Update.
15862         * po/pt_BR.po: Update.
15863         * po/ru.po: Update.
15864         * po/rw.po: Update.
15865         * po/sk.po: Update.
15866         * po/sl.po: Update.
15867         * po/sv.po: Update.
15868         * po/tr.po: Update.
15869         * po/uk.po: Update.
15870         * po/vi.po: Update.
15871         * po/zh_CN.po: Update.
15872         * po/zh_TW.po: Update.
15874         * sysdeps/hppa/Makefile (CFLAGS-dl-fptr.c): Add -Wno-error.
15875         * sysdeps/hppa/bits/setjmp.h: Union is named __jmp_buf_internal_tag.
15876         * sysdeps/hppa/dl-irel.h: Remove #warning.
15877         * sysdeps/hppa/entry.h: Provide prototype for
15878         __canonicalize_funcptr_for_compare and cast argument.
15879         * sysdeps/hppa/fpu/fegetexcept.c (fegetexcept): Add semicolon.
15880         * sysdeps/hppa/fpu/ftestexcept.c (fetestexcept): Likewise.
15881         * sysdeps/hppa/sotruss-lib.c: New file.
15882         * sysdeps/unix/sysv/linux/hppa/bits/atomic.h
15883         (atomic_compare_and_exchange_val_acq): Use __typeof__.
15884         (atomic_compare_and_exchange_bool_acq): Likewise.
15885         * sysdeps/unix/sysv/linux/hppa/mmap.c: Use weak alias.
15886         * sysdeps/unix/sysv/linux/hppa/pthread.h: Include pthread.h.
15888         * sysdeps/unix/sysv/linux/hppa/syscall.S: Delete file.
15889         * sysdeps/unix/sysv/linux/hppa/sysdep.c: Move syscall from here...
15890         * sysdeps/unix/sysv/linux/hppa/syscall.c: ... to here.
15892 2015-02-05  Chung-Lin Tang  <cltang@codesourcery.com>
15894         * sysdeps/nios2/machine-gmon.h (NIOS2_MCOUNT_CALL): Correct name of
15895         called function in non-PIC case.
15897 2015-01-31  David S. Miller  <davem@davemloft.net>
15899         * sysdeps/sparc/sparc32/bits/atomic.h
15900         (__sparc32_atomic_do_unlock24): Put the memory barrier before the
15901         unlock not after it.
15902         (__v9_compare_and_exchange_val_32_acq): Use unions to avoid getting
15903         volatile register usage warnings from the compiler.
15905         * sysdeps/sparc/nptl/sem_init.c: Delete.
15906         * sysdeps/sparc/nptl/sem_post.c: Delete.
15907         * sysdeps/sparc/nptl/sem_timedwait.c: Delete.
15908         * sysdeps/sparc/nptl/sem_wait.c: Delete.
15909         * sysdeps/sparc/sparc32/sem_init.c: New file.
15910         * sysdeps/sparc/sparc32/sem_waitcommon.c: New file.
15911         * sysdeps/sparc/sparc32/sem_open.c: Generic nptl version with
15912         padding explicitly initialized.
15913         * sysdeps/sparc/sparc32/sem_post.c: Generic nptl version using
15914         padding for in-semaphore spinlock.
15915         * sysdeps/sparc/sparc32/sem_wait.c: Likewise.
15916         * sysdeps/sparc/sparc32/sem_trywait.c: Delete.
15917         * sysdeps/sparc/sparc32/sem_timedwait.c: Delete.
15918         * sysdeps/sparc/sparc32/sparcv9/sem_init.c: New file.
15919         * sysdeps/sparc/sparc32/sparcv9/sem_open.c: New file.
15920         * sysdeps/sparc/sparc32/sparcv9/sem_post.c: New file.
15921         * sysdeps/sparc/sparc32/sparcv9/sem_waitcommon.c: New file.
15922         * sysdeps/sparc/sparc32/sparcv9/sem_wait.c: Redirect to nptl
15923         version.
15924         * sysdeps/sparc/sparc32/sparcv9/sem_timedwait.c: Delete.
15925         * sysdeps/sparc/sparc32/sparcv9/sem_trywait.c: Delete.
15927 2015-01-30  H.J. Lu  <hongjiu.lu@intel.com>
15929         [BZ #17801]
15930         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
15931         Set the bit_AVX_Fast_Unaligned_Load bit for AVX2.
15932         * sysdeps/x86_64/multiarch/init-arch.h (bit_AVX_Fast_Unaligned_Load):
15933         New.
15934         (index_AVX_Fast_Unaligned_Load): Likewise.
15935         (HAS_AVX_FAST_UNALIGNED_LOAD): Likewise.
15936         * sysdeps/x86_64/multiarch/memcpy.S (__new_memcpy): Check the
15937         bit_AVX_Fast_Unaligned_Load bit instead of the bit_AVX_Usable bit.
15938         * sysdeps/x86_64/multiarch/memcpy_chk.S (__memcpy_chk): Likewise.
15939         * sysdeps/x86_64/multiarch/mempcpy.S (__mempcpy): Likewise.
15940         * sysdeps/x86_64/multiarch/mempcpy_chk.S (__mempcpy_chk): Likewise.
15941         * sysdeps/x86_64/multiarch/memmove.c (__libc_memmove): Replace
15942         HAS_AVX with HAS_AVX_FAST_UNALIGNED_LOAD.
15943         * sysdeps/x86_64/multiarch/memmove_chk.c (__memmove_chk): Likewise.
15945 2015-01-29  Andreas Schwab  <schwab@suse.de>
15947         * sysdeps/nptl/allocrtsig.c: Include <signal.h>.
15949 2015-01-29  Siddhesh Poyarekar <siddhesh@redhat.com>
15951         [BZ #17892]
15952         * nscd/nscd_stat.c (send_stats): Initialize DATA.
15954 2015-01-28  Martin Sebor  <msebor@redhat.com>
15956         * math/README.libm-test: Clarify. Add "How to read the test output."
15958 2015-01-28  Chris Metcalf  <cmetcalf@ezchip.com>
15960         * sysdeps/tile/tilegx/bits/atomic.h [!_LP64] (__HAVE_64B_ATOMICS):
15961         Define to 0.
15963 2015-01-28  Joseph Myers  <joseph@codesourcery.com>
15965         * sysdeps/mips/bits/atomic.h [_MIPS_SIM == _ABIN32]
15966         (__HAVE_64B_ATOMICS): Define to 0.
15968 2015-01-28  Adhemerval Zanellla  <azanella@linux.vnet.ibm.com>
15970         [BZ #17885]
15971         * sysdeps/powerpc/fpu/fsetexcptflg.c (__fesetexceptflag): Fix correct
15972         value to set as new flag.
15974         [BZ #16576]
15975         * sysdeps/powerpc/fpu/math_private.h [__CPU_HAS_FSQRT]: Remove define
15976         and use _ARCH_PPCSQ instead.
15977         (__ieee754_sqrt): Likewise.
15978         (__ieee754_sqrtf): Likewise.
15979         * sysdeps/powerpc/fpu/e_sqrt.c (__slow_ieee754_sqrt): Build only if
15980         _ARCH_PPCSQ is defined.
15981         (__ieee754_sqrt): Use _ARCH_PPCSQ to select wheter to use hardware
15982         fsqrt instruction.
15983         * sysdeps/powerpc/fpu/e_sqrtf.c (__ieee754_sqrtf): Build only if
15984         _ARCH_PPCSQ is defined.
15985         (__ieee754_sqrtf): Use _ARCH_PPCSQ to select wheter to use hardware
15986         fsqrts instruction.
15987         * sysdeps/powerpc/powerpc64/fpu/e_sqrt.c: Remove file.
15989 2015-01-27  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
15991         * iconv/loop.c: Suppress array out of bound warning caused by GCC
15992         bug (GCC BZ #64739).
15994 2015-01-25  Andreas Schwab  <schwab@linux-m68k.org>
15996         * sysdeps/unix/sysv/linux/ia64/lowlevellock.h (lll_futex_requeue):
15997         Mark _retval as used.
15998         (lll_futex_wake_unlock): Likewise.
15999         (lll_futex_timed_wait_requeue_pi): Likewise.
16001         * sysdeps/unix/sysv/linux/m68k/coldfire/bits/atomic.h
16002         (atomic_compare_and_exchange_val_acq): Use uint32_t for the
16003         register variables.
16005         * sysdeps/m68k/m680x0/fpu/fraiseexcpt.c (__feraiseexcept): Use
16006         libm_hidden_def.
16008         * sysdeps/m68k/bits/byteswap.h (__bswap_16, __bswap_32)
16009         (__bswap_64): Mark as __always_inline.
16011 2015-01-25  Bram  <bug_rh@spam.wizbit.be>
16013         [BZ #15378]
16014         * elf/dl-load.c (open_path): Avoid writing to 'env_path_list'
16015         when none of the search directories exist.
16017 2015-01-24  Adhemerval Zanellla  <azanella@linux.vnet.ibm.com>
16019         [BZ #17869]
16020         * sysdeps/powerpc/powerpc64/power8/memset.S: Use power7 instead of
16021         power8 in .machine directive.
16023         [BZ #17868]
16024         * sysdeps/powerpc/powerpc64/dl-machine.h (resolve_ifunc): Force value
16025         set dependency from opd value.
16027 2015-01-23  H.J. Lu  <hongjiu.lu@intel.com>
16029         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
16030         Treat model numbers 0x4a/0x4d/0x5a/0x5d as Intel Silvermont
16031         architecture.
16033 2015-01-23  H.J. Lu  <hongjiu.lu@intel.com>
16035         [BZ #17870]
16036         * nptl/sem_post.c (__new_sem_post): Replace unsigned long int
16037         with uint64_t.
16038         * nptl/sem_waitcommon.c (__sem_wait_cleanup): Replace 1UL with
16039         (uint64_t) 1.
16040         (__new_sem_wait_fast): Replace unsigned long with uint64_t.
16041         (__new_sem_wait_slow): Replace unsigned long int with uint64_t.
16042         Replace 1UL with (uint64_t) 1.
16043         * sysdeps/nptl/internaltypes.h (new_sem): Replace unsigned long
16044         int with uint64_t.
16046 2015-01-23  Roland McGrath  <roland@hack.frob.com>
16048         * inet/if_index.c (if_nameindex): Add missing libc_hidden_weak.
16049         (if_freenameindex): Likewise.
16051         * resource/getrlimit64.c: Add missing libc_hidden_def.
16053 2015-01-22  Joseph Myers  <joseph@codesourcery.com>
16055         * soft-fp/op-common.h (_FP_ADD_INTERNAL): Declare labels with
16056         __label__.
16057         (_FP_FMA): Likewise.
16058         (_FP_TO_INT_ROUND): Likewise.
16059         (_FP_FROM_INT): Likewise.
16061 2015-01-21  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
16063         [BZ #16418]
16064         * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c (__get_clockfreq):
16065         Make code racy and cancel safe.
16067 2015-01-21  Carlos O'Donell  <carlos@redhat.com>
16069         * sysdeps/arm/unwind-resume.h: Fix copyright year.
16070         * dlfcn/tst-rec-dlopen.c: Fix incorrect copyright year and
16071         attribution.
16073         * pwd/tst-getpw.c: Rewrite.
16075         [BZ #17702]
16076         * dlfcn/Makefile (tests): Add tst-rec-dlopen.
16077         (modules-names): Add moddummy1 and moddummy2.
16078         ($(objpfx)tst-rec-dlopen): Define.
16079         * dlfcn/moddummy1.c: New file.
16080         * dlfcn/moddummy2.c: New file.
16081         * dlfcn/tst-rec-dlopen.c: New file.
16082         * elf/dl-cache.c (_dl_load_cache_lookup):
16083         Return char*. Copy result with alloca/strcpy/strdup.
16084         * elf/dl-load.c (_dl_map_object): _dl_load_cached_lookup
16085         returns char*. Free cached. If not saving realname
16086         free cached.
16087         * elf/dl-open.c (dl_open_worker): Do not assert that
16088         _r_debug->r_state is RT_CONSISTENT.
16089         * sysdeps/generic/ldsodefs.h: _dl_load_cache_lookup
16090         returns char*.
16092 2015-01-21  Torvald Riegel  <triegel@redhat.com>
16093             Carlos O'Donell  <carlos@redhat.com>
16095         [BZ #12674]
16096         * nptl/sem_waitcommon.c: New file.
16097         * nptl/sem_wait.c: Include sem_waitcommon.c.
16098         (__sem_wait_cleanup, do_futex_wait): Remove.
16099         (__new_sem_wait): Adapt.
16100         (__new_sem_trywait): New function.
16101         (__old_sem_trywait): Moved here from nptl/sem_trywait.c.
16102         * nptl/sem_timedwait.c: Include sem_waitcommon.c.
16103         (__sem_wait_cleanup, do_futex_timed_wait): Remove.
16104         (sem_timedwait): Adapt.
16105         * nptl/sem_post.c (__new_sem_post): Adapt.
16106         (futex_wake): New function.
16107         (__old_sem_post): Add release MO fence.
16108         * nptl/sem_open.c (sem_open): Adapt.
16109         * nptl/sem_init.c (__new_sem_init): Adapt.
16110         (futex_private_if_supported): New function.
16111         * nptl/sem_getvalue.c (__new_sem_getvalue): Adapt.
16112         (__old_sem_getvalue): Add using previous code.
16113         * sysdeps/nptl/internaltypes.h: Adapt.
16114         * nptl/tst-sem13.c (do_test): Adapt.
16115         * nptl/tst-sem11.c (main): Adapt.
16116         * nptl/sem_trywait.c: Remove.
16117         * nptl/DESIGN-sem.txt: Remove.
16118         * nptl/Makefile (libpthread-routines): Remove sem_trywait.
16119         (gen-as-const-headers): Remove structsem.sym.
16120         * nptl/structsem.sym: Remove.
16121         * sysdeps/unix/sysv/linux/alpha/sem_post.c: Remove.
16122         * sysdeps/unix/sysv/linux/i386/i486/sem_post.S: Remove.
16123         * sysdeps/unix/sysv/linux/i386/i486/sem_timedwait.S: Remove.
16124         * sysdeps/unix/sysv/linux/i386/i486/sem_trywait.S: Remove.
16125         * sysdeps/unix/sysv/linux/i386/i486/sem_wait.S: Remove.
16126         * sysdeps/unix/sysv/linux/i386/i586/sem_post.S: Remove.
16127         * sysdeps/unix/sysv/linux/i386/i586/sem_timedwait.S: Remove.
16128         * sysdeps/unix/sysv/linux/i386/i586/sem_trywait.S: Remove.
16129         * sysdeps/unix/sysv/linux/i386/i586/sem_wait.S: Remove.
16130         * sysdeps/unix/sysv/linux/i386/i686/sem_post.S: Remove.
16131         * sysdeps/unix/sysv/linux/i386/i686/sem_timedwait.S: Remove.
16132         * sysdeps/unix/sysv/linux/i386/i686/sem_trywait.S: Remove.
16133         * sysdeps/unix/sysv/linux/i386/i686/sem_wait.S: Remove.
16134         * sysdeps/unix/sysv/linux/powerpc/sem_post.c: Remove.
16135         * sysdeps/unix/sysv/linux/sh/sem_post.S: Remove.
16136         * sysdeps/unix/sysv/linux/sh/sem_timedwait.S: Remove.
16137         * sysdeps/unix/sysv/linux/sh/sem_trywait.S: Remove.
16138         * sysdeps/unix/sysv/linux/sh/sem_wait.S: Remove.
16139         * sysdeps/unix/sysv/linux/x86_64/sem_post.S: Remove.
16140         * sysdeps/unix/sysv/linux/x86_64/sem_timedwait.S: Remove.
16141         * sysdeps/unix/sysv/linux/x86_64/sem_trywait.S: Remove.
16142         * sysdeps/unix/sysv/linux/x86_64/sem_wait.S: Remove.
16144 2015-01-20  Carlos O'Donell  <carlos@redhat.com>
16146         * INSTALL: Regenerated.
16148         * po/libc.pot: Regenerated.
16150 2015-01-18  Chung-Lin Tang  <cltang@codesourcery.com>
16151             Sandra Loosemore  <sandra@codesourcery.com>
16152             Andrew Jenner  <andrew@codesourcery.com>
16153             Joseph Myers  <joseph@codesourcery.com>
16154             Nathan Sidwell  <nathan@codesourcery.com>
16156         * NEWS: Mention new Nios II port.
16157         * sysdeps/nios2/Implies: New file.
16158         * sysdeps/nios2/Makefile: New file.
16159         * sysdeps/nios2/Subdirs: New file.
16160         * sysdeps/nios2/Versions: New file.
16161         * sysdeps/nios2/__longjmp.S: New file.
16162         * sysdeps/nios2/abort-instr.h: New file.
16163         * sysdeps/nios2/backtrace.c: New file.
16164         * sysdeps/nios2/bits/endian.h: New file.
16165         * sysdeps/nios2/bits/fenv.h: New file.
16166         * sysdeps/nios2/bits/link.h: New file.
16167         * sysdeps/nios2/bits/setjmp.h: New file.
16168         * sysdeps/nios2/bsd-_setjmp.S: New file.
16169         * sysdeps/nios2/bsd-setjmp.S: New file.
16170         * sysdeps/nios2/configure: New generated file.
16171         * sysdeps/nios2/configure.ac: New file.
16172         * sysdeps/nios2/crti.S: New file.
16173         * sysdeps/nios2/crtn.S: New file.
16174         * sysdeps/nios2/dl-init.c: New file.
16175         * sysdeps/nios2/dl-machine.h: New file.
16176         * sysdeps/nios2/dl-sysdep.h: New file.
16177         * sysdeps/nios2/dl-tls.h: New file.
16178         * sysdeps/nios2/dl-trampoline.S: New file.
16179         * sysdeps/nios2/gccframe.h: New file.
16180         * sysdeps/nios2/gmp-mparam.h: New file.
16181         * sysdeps/nios2/jmpbuf-offsets.h: New file.
16182         * sysdeps/nios2/jmpbuf-unwind.h: New file.
16183         * sysdeps/nios2/ldsodefs.h: New file.
16184         * sysdeps/nios2/libc-tls.c: New file.
16185         * sysdeps/nios2/libm-test-ulps: New file.
16186         * sysdeps/nios2/machine-gmon.h: New file.
16187         * sysdeps/nios2/math-tests.h: New file.
16188         * sysdeps/nios2/math_private.h: New file.
16189         * sysdeps/nios2/memusage.h: New file.
16190         * sysdeps/nios2/nptl/Makefile: New file.
16191         * sysdeps/nios2/nptl/bits/pthreadtypes.h: New file.
16192         * sysdeps/nios2/nptl/bits/semaphore.h: New file.
16193         * sysdeps/nios2/nptl/pthread_spin_lock.c: New file.
16194         * sysdeps/nios2/nptl/pthreaddef.h: New file.
16195         * sysdeps/nios2/nptl/tcb-offsets.sym: New file.
16196         * sysdeps/nios2/nptl/tls.h: New file.
16197         * sysdeps/nios2/preconfigure: New file.
16198         * sysdeps/nios2/s_fma.c: New file.
16199         * sysdeps/nios2/s_fmaf.c: New file.
16200         * sysdeps/nios2/setjmp.S: New file.
16201         * sysdeps/nios2/sfp-machine.h: New file.
16202         * sysdeps/nios2/sotruss-lib.c: New file.
16203         * sysdeps/nios2/stackguard-macros.h: New file.
16204         * sysdeps/nios2/stackinfo.h: New file.
16205         * sysdeps/nios2/start.S: New file.
16206         * sysdeps/nios2/sysdep.h: New file.
16207         * sysdeps/nios2/tls-macros.h: New file.
16208         * sysdeps/nios2/tst-audit.h: New file.
16209         * sysdeps/unix/sysv/linux/nios2/Implies: New file.
16210         * sysdeps/unix/sysv/linux/nios2/Makefile: New file.
16211         * sysdeps/unix/sysv/linux/nios2/Versions: New file.
16212         * sysdeps/unix/sysv/linux/nios2/arch-fork.h: New file.
16213         * sysdeps/unix/sysv/linux/nios2/bits/atomic.h: New file.
16214         * sysdeps/unix/sysv/linux/nios2/bits/mman.h: New file.
16215         * sysdeps/unix/sysv/linux/nios2/cacheflush.c: New file.
16216         * sysdeps/unix/sysv/linux/nios2/clone.S: New file.
16217         * sysdeps/unix/sysv/linux/nios2/configure: New generated file.
16218         * sysdeps/unix/sysv/linux/nios2/configure.ac: New file.
16219         * sysdeps/unix/sysv/linux/nios2/getcontext.S: New file.
16220         * sysdeps/unix/sysv/linux/nios2/kernel-features.h: New file.
16221         * sysdeps/unix/sysv/linux/nios2/kernel_rt_sigframe.h: New file.
16222         * sysdeps/unix/sysv/linux/nios2/makecontext.c: New file.
16223         * sysdeps/unix/sysv/linux/nios2/profil-counter.h: New file.
16224         * sysdeps/unix/sysv/linux/nios2/setcontext.S: New file.
16225         * sysdeps/unix/sysv/linux/nios2/shlib-versions: New file.
16226         * sysdeps/unix/sysv/linux/nios2/sigcontextinfo.h: New file.
16227         * sysdeps/unix/sysv/linux/nios2/swapcontext.S: New file.
16228         * sysdeps/unix/sysv/linux/nios2/sys/cachectl.h: New file.
16229         * sysdeps/unix/sysv/linux/nios2/sys/procfs.h: New file.
16230         * sysdeps/unix/sysv/linux/nios2/sys/ucontext.h: New file.
16231         * sysdeps/unix/sysv/linux/nios2/sys/user.h: New file.
16232         * sysdeps/unix/sysv/linux/nios2/syscall.S: New file.
16233         * sysdeps/unix/sysv/linux/nios2/sysdep-cancel.h: New file.
16234         * sysdeps/unix/sysv/linux/nios2/sysdep.S: New file.
16235         * sysdeps/unix/sysv/linux/nios2/sysdep.h: New file.
16236         * sysdeps/unix/sysv/linux/nios2/ucontext_i.sym: New file.
16237         * sysdeps/unix/sysv/linux/nios2/vfork.S: New file.
16238         * sysdeps/unix/sysv/linux/nios2/c++-types.data: New file.
16239         * sysdeps/unix/sysv/linux/nios2/ld.abilist: New file.
16240         * sysdeps/unix/sysv/linux/nios2/libBrokenLocale.abilist: New file.
16241         * sysdeps/unix/sysv/linux/nios2/libanl.abilist: New file.
16242         * sysdeps/unix/sysv/linux/nios2/libc.abilist: New file.
16243         * sysdeps/unix/sysv/linux/nios2/libcrypt.abilist: New file.
16244         * sysdeps/unix/sysv/linux/nios2/libdl.abilist: New file.
16245         * sysdeps/unix/sysv/linux/nios2/libm.abilist: New file.
16246         * sysdeps/unix/sysv/linux/nios2/libnsl.abilist: New file.
16247         * sysdeps/unix/sysv/linux/nios2/libpthread.abilist: New file.
16248         * sysdeps/unix/sysv/linux/nios2/libresolv.abilist: New file.
16249         * sysdeps/unix/sysv/linux/nios2/librt.abilist: New file.
16250         * sysdeps/unix/sysv/linux/nios2/libthread_db.abilist: New file.
16251         * sysdeps/unix/sysv/linux/nios2/libutil.abilist: New file.
16252         * sysdeps/unix/sysv/linux/nios2/localplt.data: New file.
16254 2015-01-16  Stefan Liebler  <stli@linux.vnet.ibm.com>
16256         [BZ #17844]
16257         * sysdeps/unix/sysv/linux/s390/s390-32/getutent.c
16258         (getutent): Use weak_alias in non SHARED case
16259         and default_symbol_version in SHARED case.
16260         * sysdeps/unix/sysv/linux/s390/s390-32/getutent_r.c
16261         (getutent_r, pututline): Likewise.
16262         * sysdeps/unix/sysv/linux/s390/s390-32/getutid.c
16263         (getutid): Likewise.
16264         * sysdeps/unix/sysv/linux/s390/s390-32/getutid_r.c
16265         (getutid_r): Likewise.
16266         * sysdeps/unix/sysv/linux/s390/s390-32/getutline.c
16267         (getutline): Likewise.
16268         * sysdeps/unix/sysv/linux/s390/s390-32/getutline_r.c
16269         (getutline_r): Likewise.
16270         * sysdeps/unix/sysv/linux/s390/s390-32/updwtmp.c
16271         (updwtmp): Likewise.
16273 2015-01-16  Stefan Liebler  <stli@linux.vnet.ibm.com>
16275         [BZ #17848]
16276         * sysdeps/s390/s390-32/memcmp.S
16277         (memcmp_g5): Rename to __memcmp_g5.
16278         * sysdeps/s390/s390-32/memcpy.S
16279         (memcpy_g5): Rename to __memcpy_g5.
16280         Jump to __memcpy_mvcle instead of memcpy_mvcle.
16281         (memcpy_mvcle) Rename to __memcpy_mvcle.
16282         * sysdeps/s390/s390-32/memset.S
16283         (memset_g5): Rename to __memset_g5.
16284         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c
16285         (IFUNC_RESOLVE): Prefix ifunc-resolve function
16286         and use prefixed functions.
16287         * sysdeps/s390/s390-32/multiarch/memcmp.S
16288         (memcmp_z196): Rename to __memcmp_z196.
16289         (memcmp_z10): Rename to __memcmp_z10.
16290         (memcmp): Set alias to __memcmp_g5.
16291         (bcmp): Set alias to __memcmp_g5.
16292         * sysdeps/s390/s390-32/multiarch/memcpy.S
16293         (memcpy_z196): Rename to __memcpy_z196.
16294         Jump to __memcpy_mvcle instead of memcpy_mvcle.
16295         (memcpy_z10): Rename to __memcpy_z10.
16296         Jump to __memcpy_mvcle instead of memcpy_mvcle.
16297         (memcpy): Set alias to __memcpy_g5.
16298         * sysdeps/s390/s390-32/multiarch/memset.S
16299         (memset_z196): Rename to __memset_z196.
16300         Jump to __memset_mvcle instead of memset_mvcle.
16301         (memset_z10): Rename to __memset_z10.
16302         Jump to __memset_mvcle instead of memset_mvcle.
16303         (memset_mvcle) Rename to __memset_mvcle.
16304         (memset): Set alias to __memset_g5.
16305         * sysdeps/s390/s390-64/memcmp.S
16306         (memcmp_z900): Rename to __memcmp_z900.
16307         * sysdeps/s390/s390-64/memcpy.S
16308         (memcpy_z900): Rename to __memcpy_z900.
16309         Jump to __memcpy_mvcle instead of memcpy_mvcle.
16310         (memcpy_mvcle) Rename to __memcpy_mvcle.
16311         * sysdeps/s390/s390-64/memset.S
16312         (memset_z900): Rename to __memset_z900.
16313         * sysdeps/s390/s390-64/multiarch/ifunc-resolve.c
16314         (IFUNC_RESOLVE): Prefix ifunc-resolve function
16315         and use prefixed functions.
16316         * sysdeps/s390/s390-64/multiarch/memcmp.S
16317         (memcmp_z196): Rename to __memcmp_z196.
16318         (memcmp_z10): Rename to __memcmp_z10.
16319         (memcmp): Set alias to __memcmp_z900.
16320         (bcmp): Set alias to __memcmp_z900.
16321         * sysdeps/s390/s390-64/multiarch/memcpy.S
16322         (memcpy_z196): Rename to __memcpy_z196.
16323         Jump to __memcpy_mvcle instead of memcpy_mvcle.
16324         (memcpy_z10): Rename to __memcpy_z10.
16325         Jump to __memcpy_mvcle instead of memcpy_mvcle.
16326         (memcpy): Set alias to __memcpy_z900.
16327         * sysdeps/s390/s390-64/multiarch/memset.S
16328         (memset_z196): Rename to __memset_z196.
16329         Jump to __memset_mvcle instead of memset_mvcle.
16330         (memset_z10): Rename to __memset_z10.
16331         Jump to __memset_mvcle instead of memset_mvcle.
16332         (memset_mvcle) Rename to __memset_mvcle.
16333         (memset): Set alias to __memset_z900.
16335 2015-01-14  Joseph Myers  <joseph@codesourcery.com>
16337         [BZ #17748]
16338         * sysdeps/powerpc/nofpu/feholdexcpt.c (__feholdexcept): Call
16339         __fesetenv instead of fesetenv.
16341 2015-01-14  Siddhesh Poyarekar  <siddhesh@redhat.com>
16343         * sysdeps/s390/dl-tls.h [IS_IN (rtld)]: Define __tls_get_addr
16344         macro.
16346 2015-01-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
16348         * sysdeps/powerpc/powerpc64/power7/memcmp.S (memcmp): Fix performance
16349         regression on LE.
16351         * sysdeps/powerpc/powerpc64/multiarch/strncmp-power8.S: New file.
16352         * sysdeps/powerpc/powerpc64/power8/strncmp.S: New file.
16353         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]: Add
16354         strncmp-power8 object.
16355         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
16356         (__libc_ifunc_impl_list): Add __strncmp_power8 implementation.
16357         * sysdeps/powerpc/powerpc64/multiarch/strncmp.c (strncmp): Likewise.
16358         * NEWS: Update.
16360 2015-01-13  Rajalakshmi Srinivasaraghavan  <raji@linux.vnet.ibm.com>
16361             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
16363         * sysdeps/powerpc/powerpc64/power7/strcmp.S (strcmp): Optimize
16364         trailing byte check.
16366 2015-01-13  David S. Miller  <davem@davemloft.net>
16368         * include/signal.h (__sigreturn): Guard with __USE_MISC.
16370 2015-01-13  Roland McGrath  <roland@hack.frob.com>
16372         * login/logout.c (logout): Use memset rather than bzero.
16373         * nis/nss_compat/compat-pwd.c (getpwent_next_file): Likewise.
16374         * nis/nss_compat/compat-spwd.c (getspent_next_file): Likewise.
16375         * resolv/gethnamaddr.c (gethostbyaddr): Use memcmp rather than bcmp.
16376         (_gethtbyaddr): Likewise.
16377         * locale/programs/simple-hash.c (bcopy): Macro removed.
16379 2015-01-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
16381         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
16382         Add strcmp-power8 object.
16383         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
16384         (__libc_ifunc_impl_list): Add __strcmp_power8 implementation.
16385         * sysdeps/powerpc/powerpc64/multiarch/strcmp-power8.S: New file.
16386         * sysdeps/powerpc/powerpc64/multiarch/strcmp.c (strcmp): Add
16387         __strcmp_power8 implementation.
16388         * sysdeps/powerpc/powerpc64/power8/strcmp.S: New file.
16389         * NEWS: Update.
16391         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
16392         Add strncpy-power8 and stpncpy-power8 objects.
16393         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
16394         (__libc_ifunc_impl_list): Add __strncpy_power8 and stpncpy_power8
16395         implementations.
16396         * sysdeps/powerpc/powerpc64/multiarch/stpncpy-power8.S: New file.
16397         * sysdeps/powerpc/powerpc64/multiarch/stpncpy.c (__stpncpy): Add
16398         __stpncpy_power8 implementation.
16399         * sysdeps/powerpc/powerpc64/multiarch/strncpy-power8.S: New file.
16400         * sysdeps/powerpc/powerpc64/multiarch/strncpy.c (strncpy): Add
16401         __strncpy_power8 implementation.
16402         * sysdeps/powerpc/powerpc64/power8/stpncpy.S: New file.
16403         * sysdeps/powerpc/powerpc64/power8/strncpy.S: New file.
16404         * NEWS: Update.
16406         * sysdeps/powerpc/powerpc64/multiarch/strncat-power7.c: New file.
16407         * sysdeps/powerpc/powerpc64/multiarch/strncat-power7.S: Remove file.
16408         * sysdeps/powerpc/powerpc64/power7/strncat.S: Likewise.
16410         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]: Add
16411         strncat-power8 object.
16412         * sysdeps/powerpc/powerpc64/multiarch/strcat.c (strcat): Add
16413         __strcat_power8 implementation.
16414         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
16415         (__libc_ifunc_impl_list): Add __strcat_power8 implementation.
16416         * sysdeps/powerpc/powerpc64/multiarch/strcat-power8.c: New file:
16417         optimized strcat for power8.
16419         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]: Add
16420         strcpy-power8 and stpcpy-power8 objects.
16421         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
16422         (__libc_ifunc_impl_list): Add __strcpy_power8 and __stpcpy_power8
16423         implementations.
16424         * sysdeps/powerpc/powerpc64/multiarch/stpcpy-power8.S: New file:
16425         multiarch stpcpy implementation for POWER8.
16426         * sysdeps/powerpc/powerpc64/multiarch/strcpy-power8.S: New file;
16427         multiarch strcpy implementation for POWER8.
16428         * sysdeps/powerpc/powerpc64/multiarch/strcpy.c (strcpy): Add
16429         __strcpy_power8 function.
16430         * sysdeps/powerpc/powerpc64/power8/stpcpy.S: New file: optimized
16431         stpcpy for POWER8.
16432         * sysdeps/powerpc/powerpc64/power8/strcpy.S: New file: optimized
16433         strcpy for POWER8.
16434         * NEWS: Update.
16436 2015-01-13  Leonhard Holz  <leonhard.holz@web.de>
16438         [BZ #16009]
16439         * string/strxfrm_l.c (STRXFRM): Allocate fixed size cache for
16440         weights and rules. Use do_xfrm_cached if data fits in cache,
16441         do_xfrm otherwise.  Moved former main loop to...
16442         * (do_xfrm_cached): New function.
16443         * (do_xfrm): Non-caching version of do_xfrm_cached. Uses
16444         find_idx, find_position and stack_push.
16445         * (find_idx): New function.
16446         * (find_position): Likewise.
16447         * localedata/sort-test.sh: Added test run for do_xfrm.
16448         * localedata/xfrm-test.c (main): Added command line option
16449         -nocache to run the test with strings that are too large for
16450         the STRXFRM cache.
16452 2015-01-13  Torvald Riegel  <triegel@redhat.com>
16454         * sysdeps/nptl/fork.c (__libc_fork): Provide address of futex
16455         variable to lll_futex_wake call, not the value itself.
16457 2015-01-12  Joseph Myers  <joseph@codesourcery.com>
16459         [BZ #17803]
16460         * sysdeps/ieee754/ldbl-96/s_scalblnl.c (twom63): Rename to
16461         twom64.  Adjust value to 0x1p-64L.
16462         (__scalblnl): Only return standard underflowing result for K <=
16463         -64 not K <= -63; adjust exponent for underflowing result by 64
16464         not 63.
16465         * math/libm-test.inc (scalbn_test_data): Add more tests.
16466         (scalbln_test_data): Likewise.
16468         [BZ #17834]
16469         * sysdeps/ieee754/ldbl-96/s_scalblnl.c (two63): Change value to
16470         0x1p63L.
16471         (__scalblnl): Get new exponent of adjusted subnormal value from ES
16472         not HX.
16473         * math/libm-test.inc (scalbn_test_data): Add more tests.
16474         (scalbln_test_data): Likewise.
16476 2015-01-12  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
16477             Stefani Seibold  <stefani@seibold.net>
16479         * sysdeps/unix/sysv/linux/x86_64/Makefile [$(subdir) = elf]
16480         (sysdep_routines): Add dl-vdso here, ...
16481         * sysdeps/unix/sysv/linux/x86/Makefile [$(subdir) = elf]
16482         (sysdep_routines): ... not here.
16483         * sysdeps/unix/sysv/linux/i386/gettimeofday.c: New file: set syscall
16484         fallback when vDSO is not presented.
16485         * sysdeps/unix/sysv/linux/x86_64/init-first.c (__vdso_clock_gettime):
16486         Define with libc_hidden_proto/libc_hidden_data_def definitions.
16487         (_libc_vdso_platform_setup): Rename to __vdso_platform_setup.
16488         * sysdeps/unix/sysv/linux/i386/init-first.c: New file: likewise.
16489         * sysdeps/unix/sysv/linux/i386/time.c: New file: likewise.
16490         * sysdeps/unix/sysv/linux/x86_64/bits/libc-vdso.h: Moved to ...
16491         * sysdeps/unix/sysv/linux/x86/libc-vdso.h: ... here.
16492         * sysdeps/unix/sysv/linux/x86_64/clock_gettime.c: Move to ...
16493         * sysdeps/unix/sysv/linux/x86/clock_gettime.c: ... here.
16494         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c: Move to ...
16495         * sysdeps/unix/sysv/linux/x86/gettimeofday.c: ... here.  Also added
16496         fallback configurable symbol when vDSO is not available.
16497         * sysdeps/unix/sysv/linux/x86_64/time.c: Move to ...
16498         * sysdeps/unix/sysv/linux/x86/time.c: ... here.  Also refactored to
16499         be able to redefine fallback symbol when vDSO is not available.
16500         * sysdeps/unix/sysv/linux/x86_64/timespec_get.c: Move to ...
16501         * sysdeps/unix/sysv/linux/x86/timespec_get.c: ... here.
16503 2015-01-12  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
16505         * sysdeps/powerpc/nptl/tls.h (tcbhead_t): Add tm_capable field.
16506         (TLS_INIT_TP): Add tm_capable initialization.
16507         (TLS_DEFINE_INIT_TP): Likewise.
16508         (THREAD_GET_TM_CAPABLE): New file: get tm_capable field value from
16509         TCB.
16510         (THREAD_SET_TM_CAPABLE): New file: set tm_capable field value in TCB.
16511         * sysdeps/powerpc/nptl/tcb-offsets.sym (TM_CAPABLE): Add field offset
16512         calculation.
16513         * sysdeps/powerpc/powerpc32/sysdep.h (DO_CALL): Abort hardware
16514         transactoion is lock elision is built and TCB tm_capable is set.
16515         * sysdeps/powerpc/powerpc64/sysdep.h (DO_CALL): Likewise.
16516         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h
16517         (INTERNAL_SYSCALL_NCS): Likewise.
16518         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h
16519         (INTERNAL_SYSCALL_NCS): Likewise.
16520         * sysdeps/powerpc/sysdep.h (ABORT_TRANSACTION): New define.
16522         * sysdeps/powerpc/nptl/elide.h: New file: generic lock elision support
16523         for powerpc.
16524         * sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h
16525         [pthread_rwlock_t] (__pad1): Change size to 7 bytes in 64 bits case
16526         and remove it for 32 bits case.
16527         [pthread_rwlock_t] (__rwelision): New field for lock elision.
16528         (__PTHREAD_RWLOCK_ELISION_EXTRA): Adjust for new lock elision field
16529         initialization.
16530         * sysdeps/unix/sysv/linux/powerpc/elision-conf.c (elision_init):
16531         Disable lock elision with rdlocks if elision is not available.
16533         * sysdeps/unix/sysv/linux/powerpc/Makefile [nptl]
16534         (sysdep_routines): Add lock elision objects.
16535         * sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h
16536         [pthread_mutex_t] (__spins): Rework to add lock elision field.
16537         [pthread_mutex_t] (__elision): Add field.
16538         [__PTHREAD_SPINS]: Adjust to init lock elision field.
16539         * sysdeps/unix/sysv/linux/powerpc/elision-conf.c: New file: lock
16540         elision definitions for powerpc.
16541         * sysdeps/unix/sysv/linux/powerpc/elision-lock.c: New file:
16542         implementation of lock elision for powerpc.
16543         * sysdeps/unix/sysv/linux/powerpc/elision-timed.c: New file:
16544         implementation of timed lock elision for powerpc.
16545         * sysdeps/unix/sysv/linux/powerpc/elision-trylock.c: New file:
16546         implementation of trylock with lock elision for powerpc.
16547         * sysdeps/unix/sysv/linux/powerpc/elision-unlock.c: New file:
16548         implementaion of unlock for lock elision for powerpc.
16549         * sysdeps/unix/sysv/linux/powerpc/force-elision.h: New file:
16550         automatic enable lock elision for mutexes.
16551         * sysdeps/unix/sysv/linux/powerpc/htm.h: New file: hardware
16552         transaction execution definitions for powerpc.
16553         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: New file: add TLE
16554         definitions.
16555         * sysdeps/unix/sysv/linux/powerpc/pthread_mutex_cond_lock.c: New file.
16556         * sysdeps/unix/sysv/linux/powerpc/pthread_mutex_lock.c: Likewise.
16557         * sysdeps/unix/sysv/linux/powerpc/pthread_mutex_timedlock.c: Likewise.
16558         * sysdeps/unix/sysv/linux/powerpc/pthread_mutex_trylock.c: Likewise.
16559         * NEWS: Update.
16561 2015-01-09  Roland McGrath  <roland@hack.frob.com>
16563         * sysdeps/posix/shm-directory.c: Use <> rather than ""
16564         for #include of <shm-directory.h>.
16566 2015-01-09  Chung-Lin Tang  <cltang@codesourcery.com>
16568         * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Remove MIN() and
16569         assign raw DT_REL[A]COUNT value to ranges[0].nrelative.
16571 2015-01-09  Matthew Fortune <matthew.fortune@imgtec.com>
16573         [BZ #17791]
16574         * NEWS: Mention bug fix.
16575         * sysdepsysdeps/unix/sysv/linux/microblaze/sys/user.h
16576         (PAGE_SHIFT, PAGE_SIZE, PAGE_MASK, NBPG, UPAGES): Remove.
16577         (HOST_TEXT_START_ADDR, HOST_STACK_END_ADDR): Remove.
16579 2015-01-09  Torvald Riegel <triegel@redhat.com>
16581         * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Delete file.
16583 2015-01-09  Torvald Riegel <triegel@redhat.com>
16585         * sysdeps/unix/sysv/linux/microblaze/pthread_once.c: Delete file.
16587 2015-01-09  David Holsgrove  <david.holsgrove@xilinx.com>
16589         * sysdeps/microblaze/jmpbuf-unwind.h (_jmpbuf_sp): Declare SP as void
16590         pointer and cast to uintptr_t.
16592 2015-01-09  David Holsgrove  <david.holsgrove@xilinx.com>
16594         * sysdeps/microblaze/nptl/tls.h (__microblaze_get_thread_area): Function
16595         removed.
16596         (READ_THREAD_POINTER): Use __microblaze_thread_area instead.
16598 2015-01-09  David Holsgrove  <david.holsgrove@xilinx.com>
16600         * sysdeps/microblaze/nptl/tls.h (TLS_INIT_TP): Use NULL instead
16601         of 0.
16603 2015-01-08  Roland McGrath  <roland@hack.frob.com>
16605         * sysdeps/pthread/timer_routines.c: Fix <pthreadP.h> include to use
16606         <nptl/pthreadP.h> instead.
16607         * sysdeps/pthread/aio_notify.c: Include <signal.h> for raise decl.
16609         * signal/allocrtsig.c (RESERVED_SIGRT): New macro, defined to 0 if not
16610         already defined.
16611         [__SIGRTMIN] (init): Function removed.
16612         [__SIGRTMIN] (initialized): Variable removed.
16613         [!__SIGRTMIN] (current_rtmin, current_rtmax): Variables removed.
16614         [__SIGRTMIN] (current_rtmin, current_rtmax): Initialize to
16615         __SIGRTMIN + RESERVED_SIGRT and __SIGRTMAX, respectively.
16616         (__libc_current_sigrtmin) [__SIGRTMIN]: Don't call init.
16617         (__libc_current_sigrtmin) [!__SIGRTMIN]: Just return -1.
16618         (__libc_current_sigrtmin): Add __libc_current_sigrtmin_private alias.
16619         (__libc_current_sigrtmax) [__SIGRTMIN]: Don't call init.
16620         (__libc_current_sigrtmax) [!__SIGRTMIN]: Just return -1.
16621         (__libc_current_sigrtmax): Add __libc_current_sigrtmax_private alias.
16622         (__libc_allocate_rtsig) [__SIGRTMIN]: Don't call init.
16623         (__libc_allocate_rtsig): Add __libc_allocate_rtsig_private alias.
16624         * sysdeps/nptl/allocrtsig.c: New file.
16625         * sysdeps/unix/sysv/linux/allocrtsig.c: File removed.
16626         * sysdeps/unix/sysv/linux/testrtsig.h: File removed.
16627         * sysdeps/generic/testrtsig.h: File removed.
16629         * nptl/pthread_sigmask.c [SIGCANCEL || SIGTIMER || SIGSETXID]: #error.
16630         (pthread_sigmask): Call sigprocmask, not __sigprocmask.
16632         * nptl/nptl-init.c (pthread_functions): Conditionalize
16633         .ptr__nptl_setxid initialization on [SIGSETXID].
16635         * sysdeps/nptl/sys/procfs.h: New file.
16636         * nptl_db/Makefile (headers): Add it.
16637         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Don't add it.
16639         * nptl/pthreadP.h (check_cpuset_attr): Moved ...
16640         * sysdeps/unix/sysv/linux/check-cpuset.h: ... to this new file.
16641         * nptl/pthread_attr_setaffinity.c: Include it.
16642         * nptl/pthread_setattr_default_np.c: Likewise.
16643         * nptl/check-cpuset.h: New file.
16645 2015-01-08  Richard Henderson  <rth@redhat.com>
16647         * elf/Makefile (CFLAGS-tst-execstack-mod.c): Add -Wno-trampolines
16648         (CFLAGS-tst-execstack-prog.c): Likewise.
16649         * nptl/Makefile (CFLAGS-tst-execstack-mod.c): Likewise.
16651 2015-01-08  Chung-Lin Tang  <cltang@codesourcery.com>
16652             Sandra Loosemore  <sandra@codesourcery.com>
16653             Andrew Jenner  <andrew@codesourcery.com>
16654             Joseph Myers  <joseph@codesourcery.com>
16655             Nathan Sidwell  <nathan@codesourcery.com>
16657         * elf/elf.h (EM_ALTERA_NIOS2): New machine number for Altera Nios II.
16658         (DT_NIOS2_GP): New dynamic entry type for Nios II _gp address.
16659         (R_NIOS2_NONE,R_NIOS2_S16,R_NIOS2_U16): Define Nios II relocations.
16660         (R_NIOS2_PCREL16,R_NIOS2_CALL26,R_NIOS2_IMM5): Likewise.
16661         (R_NIOS2_CACHE_OPX,R_NIOS2_IMM6,R_NIOS2_IMM8,R_NIOS2_HI16): Likewise.
16662         (R_NIOS2_LO16,R_NIOS2_HIADJ16,R_NIOS2_BFD_RELOC_32): Likewise.
16663         (R_NIOS2_BFD_RELOC_16,R_NIOS2_BFD_RELOC_8,R_NIOS2_GPREL): Likewise.
16664         (R_NIOS2_GNU_VTINHERIT,R_NIOS2_GNU_VTENTRY,R_NIOS2_UJMP): Likewise.
16665         (R_NIOS2_CJMP,R_NIOS2_CALLR,R_NIOS2_ALIGN,R_NIOS2_GOT16): Likewise.
16666         (R_NIOS2_CALL16,R_NIOS2_GOTOFF_LO,R_NIOS2_GOTOFF_HA): Likewise.
16667         (R_NIOS2_PCREL_LO,R_NIOS2_PCREL_HA,R_NIOS2_TLS_GD16): Likewise.
16668         (R_NIOS2_TLS_LDM16,R_NIOS2_TLS_LDO16,R_NIOS2_TLS_IE16): Likewise.
16669         (R_NIOS2_TLS_LE16,R_NIOS2_TLS_DTPMOD,R_NIOS2_TLS_DTPREL): Likewise.
16670         (R_NIOS2_TLS_TPREL,R_NIOS2_COPY,R_NIOS2_GLOB_DAT): Likewise.
16671         (R_NIOS2_JUMP_SLOT,R_NIOS2_RELATIVE,R_NIOS2_GOTOFF): Likewise.
16672         (R_NIOS2_CALL26_NOAT,R_NIOS2_GOT_LO,R_NIOS2_GOT_HA): Likewise.
16673         (R_NIOS2_CALL_LO,R_NIOS2_CALL_HA): Likewise.
16675 2015-01-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
16677         * sysdeps/unix/sysv/linux/futimens.c (futimens): Use address of first
16678         timespec struct member in syscall macro.
16679         * sysdeps/unix/sysv/linux/utimensat.c (utimensat): Likewise.
16680         * sysdeps/unix/sysv/linux/futimesat.c (futimesat): Use address of
16681         first timeval struct member in syscall macro.
16682         * sysdeps/unix/sysv/linux/utimes.c (__utimeS): Likewise.
16684 2015-01-07  Joseph Myers  <joseph@codesourcery.com>
16686         [BZ #17748]
16687         * include/fenv.h (__feupdateenv): Use libm_hidden_proto.
16688         * math/feupdateenv.c (__feupdateenv): Use libm_hidden_def.
16689         * sysdeps/aarch64/fpu/feupdateenv.c (feupdateenv): Rename to
16690         __feupdateenv and define as weak alias of __feupdateenv.  Use
16691         libm_hidden_weak.
16692         * sysdeps/alpha/fpu/feupdateenv.c (__feupdateenv): Use
16693         libm_hidden_def.
16694         * sysdeps/arm/feupdateenv.c (feupdateenv): Rename to __feupdateenv
16695         and define as weak alias of __feupdateenv.  Use libm_hidden_weak.
16696         * sysdeps/hppa/fpu/feupdateenv.c (feupdateenv): Likewise.
16697         * sysdeps/i386/fpu/feupdateenv.c (__feupdateenv): Use
16698         libm_hidden_def.
16699         * sysdeps/ia64/fpu/feupdateenv.c (feupdateenv): Rename to
16700         __feupdateenv and define as weak alias of __feupdateenv.  Use
16701         libm_hidden_weak.
16702         * sysdeps/m68k/fpu/feupdateenv.c (__feupdateenv): Use
16703         libm_hidden_def.
16704         * sysdeps/mips/fpu/feupdateenv.c (feupdateenv): Rename to
16705         __feupdateenv and define as weak alias of __feupdateenv.  Use
16706         libm_hidden_weak.
16707         * sysdeps/powerpc/fpu/feupdateenv.c (__feupdateenv): Use
16708         libm_hidden_def.
16709         * sysdeps/powerpc/nofpu/feupdateenv.c (__feupdateenv): Likewise.
16710         * sysdeps/powerpc/powerpc32/e500/nofpu/feupdateenv.c
16711         (__feupdateenv): Likewise.
16712         * sysdeps/s390/fpu/feupdateenv.c (feupdateenv): Rename to
16713         __feupdateenv and define as weak alias of __feupdateenv.  Use
16714         libm_hidden_weak.
16715         * sysdeps/sh/sh4/fpu/feupdateenv.c (feupdateenv): Likewise.
16716         * sysdeps/sparc/fpu/feupdateenv.c (__feupdateenv): Use
16717         libm_hidden_def.
16718         * sysdeps/tile/math_private.h (__feupdateenv): New inline
16719         function.
16720         * sysdeps/x86_64/fpu/feupdateenv.c (__feupdateenv): Use
16721         libm_hidden_def.
16722         * sysdeps/generic/math_private.h (default_libc_feupdateenv): Call
16723         __feupdateenv instead of feupdateenv.
16724         (default_libc_feupdateenv_test): Likewise.
16725         (libc_feresetround_ctx): Likewise.
16727 2015-01-07  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
16729         * sysdeps/unix/sysv/linux/mips/pread.c (__libc_pread): Fix function
16730         prototype.
16732 2015-01-07  Chris Metcalf  <cmetcalf@ezchip.com>
16734         * posix/regcomp.c (parse_bracket_exp): Initialize type to
16735         COLL_SYM in a couple of places to avoid uninitialized variable
16736         wanings on tilegx gcc 4.8.2.
16738 2015-01-07  Richard Earnshaw  <rearnsha@arm.com>
16740         * sysdeps/aarch64/strcpy.S: New file.
16741         * sysdeps/aarch64/stpcpy.S: New file.
16742         * NEWS: Updated.
16744 2015-01-07  Richard Earnshaw  <rearnsha@arm.com>
16746         * sysdeps/aarch64/strrchr.S: New file.
16747         * NEWS: Updated.
16749 2015-01-07  Eric Biggers  <ebiggers3@gmail.com>
16751         [BZ #17658]
16752         * stdlib/setenv.c: Fix memory leak when setting large,
16753         duplicate string.
16755 2015-01-06  Vladimir A. Nazarenko  <naszar@ya.ru>
16757         [BZ #17273]
16758         * misc/mntent_r.c (__getmntent_r): Cut off trailing spaces
16759         and tabs from buffer before parsing fstab entry.
16760         * misc/tst-mntent.c (main): Add test for mount entry with
16761         trailing spaces and tabs.
16763 2015-01-06  Joseph Myers  <joseph@codesourcery.com>
16765         [BZ #17748]
16766         * include/fenv.h (__fesetround): Declare.  Use libm_hidden_proto.
16767         * math/fesetround.c (fesetround): Rename to __fesetround and
16768         define as weak alias of __fesetround.  Use libm_hidden_weak.
16769         * sysdeps/aarch64/fpu/fesetround.c (fesetround): Likewise.
16770         * sysdeps/alpha/fpu/fesetround.c (fesetround): Likewise.
16771         * sysdeps/arm/fesetround.c (fesetround): Likewise.
16772         * sysdeps/hppa/fpu/fesetround.c (fesetround): Likewise.
16773         * sysdeps/i386/fpu/fesetround.c (fesetround): Likewise.
16774         * sysdeps/ia64/fpu/fesetround.c (fesetround): Likewise.
16775         * sysdeps/m68k/fpu/fesetround.c (fesetround): Likewise.
16776         * sysdeps/mips/fpu/fesetround.c (fesetround): Likewise.
16777         * sysdeps/powerpc/fpu/fenv_libc.h (__fesetround): Rename to
16778         __fesetround_inline.
16779         * sysdeps/powerpc/fpu/fenv_private.h (libc_fesetround_ppc): Call
16780         __fesetround_inline instead of __fesetround.
16781         * sysdeps/powerpc/fpu/fesetround.c (fesetround): Rename to
16782         __fesetround and define as weak alias of __fesetround.  Use
16783         libm_hidden_weak.  Call __fesetround_inline instead of
16784         __fesetround.
16785         * sysdeps/powerpc/nofpu/fesetround.c (fesetround): Rename to
16786         __fesetround and define as weak alias of __fesetround.  Use
16787         libm_hidden_weak.
16788         * sysdeps/powerpc/powerpc32/e500/nofpu/fesetround.c (fesetround):
16789         Likewise.
16790         * sysdeps/s390/fpu/fesetround.c (fesetround): Likewise.
16791         * sysdeps/sh/sh4/fpu/fesetround.c (fesetround): Likewise.
16792         * sysdeps/sparc/fpu/fesetround.c (fesetround): Likewise.
16793         * sysdeps/tile/math_private.h (__fesetround): New inline function.
16794         * sysdeps/x86_64/fpu/fesetround.c (fesetround): Rename to
16795         __fesetround and define as weak alias of __fesetround.  Use
16796         libm_hidden_weak.
16797         * sysdeps/generic/math_private.h (default_libc_fesetround): Call
16798         __fesetround instead of fesetround.
16799         (default_libc_feholdexcept_setround): Likewise.
16800         (libc_feholdsetround_ctx): Likewise.
16801         (libc_feholdsetround_noex_ctx): Likewise.
16803         [BZ #17748]
16804         * include/fenv.h (__fesetenv): Use libm_hidden_proto.
16805         * math/fesetenv.c (__fesetenv): Use libm_hidden_def.
16806         * sysdeps/aarch64/fpu/fesetenv.c (fesetenv): Rename to __fesetenv
16807         and define as weak alias of __fesetenv.  Use libm_hidden_weak.
16808         * sysdeps/alpha/fpu/fesetenv.c (__fesetenv): Use libm_hidden_def.
16809         * sysdeps/arm/fesetenv.c (fesetenv): Rename to __fesetenv and
16810         define as weak alias of __fesetenv.  Use libm_hidden_weak.
16811         * sysdeps/hppa/fpu/fesetenv.c (fesetenv): Likewise.
16812         * sysdeps/i386/fpu/fesetenv.c (__fesetenv): Use libm_hidden_def.
16813         * sysdeps/ia64/fpu/fesetenv.c (fesetenv): Rename to __fesetenv and
16814         define as weak alias of __fesetenv.  Use libm_hidden_weak.
16815         * sysdeps/m68k/fpu/fesetenv.c (__fesetenv): Use libm_hidden_def.
16816         * sysdeps/mips/fpu/fesetenv.c (fesetenv): Rename to __fesetenv and
16817         define as weak alias of __fesetenv.  Use libm_hidden_weak.
16818         * sysdeps/powerpc/fpu/fesetenv.c (__fesetenv): Use
16819         libm_hidden_def.
16820         * sysdeps/powerpc/nofpu/fesetenv.c (__fesetenv): Likewise.
16821         * sysdeps/powerpc/powerpc32/e500/nofpu/fesetenv.c (__fesetenv):
16822         Likewise.
16823         * sysdeps/s390/fpu/fesetenv.c (fesetenv): Rename to __fesetenv and
16824         define as weak alias of __fesetenv.  Use libm_hidden_weak.
16825         * sysdeps/sh/sh4/fpu/fesetenv.c (fesetenv): Likewise.
16826         * sysdeps/sparc/fpu/fesetenv.c (__fesetenv): Use libm_hidden_def.
16827         * sysdeps/tile/math_private.h (__fesetenv): New inline function.
16828         * sysdeps/x86_64/fpu/fesetenv.c (fesetenv): Rename to __fesetenv
16829         and define as weak alias of __fesetenv.  Use libm_hidden_weak.
16830         * sysdeps/generic/math_private.h (default_libc_fesetenv): Use
16831         __fesetenv instead of fesetenv.
16832         (libc_feresetround_noex_ctx): Likewise.
16833         * sysdeps/alpha/fpu/feupdateenv.c (__feupdateenv): Likewise.
16834         * sysdeps/hppa/fpu/feupdateenv.c (feupdateenv): Likewise.
16835         * sysdeps/i386/fpu/feupdateenv.c (__feupdateenv): Likewise.
16836         * sysdeps/ia64/fpu/feupdateenv.c (feupdateenv): Likewise.
16837         * sysdeps/m68k/fpu/feupdateenv.c (__feupdateenv): Likewise.
16838         * sysdeps/mips/fpu/feupdateenv.c (feupdateenv): Likewise.
16839         * sysdeps/powerpc/nofpu/feupdateenv.c (__feupdateenv): Likewise.
16840         * sysdeps/powerpc/powerpc32/e500/nofpu/feupdateenv.c
16841         (__feupdateenv): Likewise.
16842         * sysdeps/s390/fpu/feupdateenv.c (feupdateenv): Likewise.
16843         * sysdeps/sh/sh4/fpu/feupdateenv.c (feupdateenv): Likewise.
16844         * sysdeps/sparc/fpu/feupdateenv.c (__feupdateenv): Likewise.
16845         * sysdeps/x86_64/fpu/feupdateenv.c (__feupdateenv): Likewise.
16847 2015-01-06  Aurelien Jarno  <aurelien@aurel32.net>
16849         [BZ #17806]
16850         * resolv/res_init.c (__res_iclose): Only clear nsinit if the
16851         addresses have been freed.
16853 2015-01-06  Aurelien Jarno  <aurelien@aurel32.net>
16855         * resolv/res_init.c (__res_vinit): Improve comments about nserv
16856         and nservall.
16858 2015-01-06  Ondřej Bílka  <neleai@seznam.cz>
16860         * sysdeps/unix/sysv/linux/check_pf.c (make_request):
16861         Clean up check_pf allocation pattern. addresses
16863 2015-01-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
16865         * nptl/pthread_cancel.c (pthread_cancel): Use ANSI prototype.
16866         * nptl/pthread_cond_timedwait.c (__pthread_cond_timedwait): Likewise.
16867         * nptl/pthread_cond_wait.c (__pthread_cond_wait): Likewise.
16868         * nptl/pthread_exit.c (__pthread_exit): Likewise.
16869         * nptl/pthread_join.c (pthread_join): Likewise.
16870         * nptl/pthread_timedjoin.c (pthread_timedjoin_np): Likewise.
16871         * sysdeps/posix/waitid.c (__waitid): Likewise.
16872         * sysdeps/unix/sysv/linux/arm/pread.c (__libc_pread): Likewise.
16873         * sysdeps/unix/sysv/linux/arm/pread64.c (__libc_pread64): Likewise.
16874         * sysdeps/unix/sysv/linux/arm/pwrite.c (__libc_pwrite): Likewise.
16875         * sysdeps/unix/sysv/linux/arm/pwrite64.c (__libc_pwrite64): Likewise.
16876         * sysdeps/unix/sysv/linux/generic/wordsize-32/pread.c (__libc_pread):
16877         Likewise.
16878         * sysdeps/unix/sysv/linux/generic/wordsize-32/pread64.c
16879         (__libc_pread64): Likewise.
16880         * sysdeps/unix/sysv/linux/generic/wordsize-32/pwrite.c
16881         (__libc_pwrite): Likewise.
16882         * sysdeps/unix/sysv/linux/generic/wordsize-32/pwrite64.c
16883         (__libc_pwrite64): Likewsie.
16884         * sysdeps/unix/sysv/linux/mips/pread.c (__libc_pread): Likewise.
16885         * sysdeps/unix/sysv/linux/mips/pread64.c (__libc_pread64): Likewise.
16886         * sysdeps/unix/sysv/linux/mips/pwrite.c (__libc_pwrite): Likewise.
16887         * sysdeps/unix/sysv/linux/mips/pwrite64.c (__libc_pwrite64): Likewise.
16888         * sysdeps/unix/sysv/linux/msgrcv.c (__libc_msgrcv): Likewise.
16889         * sysdeps/unix/sysv/linux/msgsnd.c (__libc_msgsnd): Likewise.
16890         * sysdeps/unix/sysv/linux/openat.c (OPENAT_NOT_CANCEL): Likewise.
16891         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread.c (__libc_pread):
16892         Likewise.
16893         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread64.c
16894         (__libc_pread64): Likewise.
16895         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite.c (__libc_pwrite):
16896         Likewise.
16897         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite64.c
16898         (__libc_pwrite64): Likewise.
16899         * sysdeps/unix/sysv/linux/pread.c (__libc_pread): Likewise.
16900         * sysdeps/unix/sysv/linux/pread64.c (__libc_pread64): Likewise.
16901         * sysdeps/unix/sysv/linux/preadv.c (PREADV): Likewise.
16902         * sysdeps/unix/sysv/linux/pthread_kill.c (__pthread_kill): Likewise.
16903         * sysdeps/unix/sysv/linux/pwrite.c (__libc_pwrite): Likewise.
16904         * sysdeps/unix/sysv/linux/pwrite64.c (__libc_pwrite64): Likewise.
16905         * sysdeps/unix/sysv/linux/pwritev.c (__libc_pwritev): Likewise.
16906         * sysdeps/unix/sysv/linux/sh/pread.c (__libc_pread): Likewise.
16907         * sysdeps/unix/sysv/linux/sh/pread64.c (__libc_pread64): Likewise.
16908         * sysdeps/unix/sysv/linux/sh/pwrite.c (__libc_pwrite): Likewise.
16909         * sysdeps/unix/sysv/linux/sh/pwrite64.c (__libc_write64): Likewise.
16910         * sysdeps/unix/sysv/linux/sigsuspend.c (__sigsuspend): Likewise.
16911         * sysdeps/unix/sysv/linux/sigtimedwait.c (__sigtimedwait): Likewise.
16912         * sysdeps/unix/sysv/linux/sigwait.c (__sigwait): Likewise.
16913         * sysdeps/unix/sysv/linux/sigwaitinfo.c (__sigwaitinfo): Likewise.
16914         * sysdeps/unix/sysv/linux/sparc/sparc64/msgrcv.c (__libc_msgrcv):
16915         Likewise.
16917 2015-01-06  Andrew Senkevich  <andrew.n.senkevich@gmail.com>
16919         * math/Makefile (CFLAGS-test-float.c): Remove -frounding-math.
16920         (CFLAGS-test-double.c): Likewise.
16921         (CFLAGS-test-ldouble.c): Likewise.
16922         (CPPFLAGS-test-ifloat.c): Likewise.
16923         (CPPFLAGS-test-idouble.c): Likewise.
16924         (CPPFLAGS-test-ildoubl.c): Likewise.
16925         (CFLAGS-test-test-fenv.c): Remove variable.
16926         (CFLAGS-test-misc.c): Likewise.
16928 2015-01-06  H.J. Lu  <hongjiu.lu@intel.com>
16930         [BZ #17797]
16931         * bits/time.h (CLOCKS_PER_SEC): Changed to ((clock_t) 1000000).
16932         * sysdeps/unix/sysv/linux/bits/time.h (CLOCKS_PER_SEC): Likewise.
16933         * sysdeps/unix/sysv/linux/clock.c (clock): _Static_assert
16934         CLOCKS_PER_SEC == 1000000.
16935         * time/clocktest.c (main): Replace %ld with %jd and cast to
16936         intmax_t.
16938 2015-01-05  Roland McGrath  <roland@hack.frob.com>
16940         * sysdeps/generic/unwind-resume.h: New file.
16941         * sysdeps/gnu/unwind-resume.c: Include it.
16942         (libgcc_s_personality): Use PERSONALITY_PROTO macro for the prototype.
16943         (__gcc_personality_v0): Likewise, and PERSONALITY_ARGS for the callee
16944         argument list.
16945         (libgcc_s_resume): Variable renamed to __libgcc_s_resume, made hidden
16946         global rather than static.
16947         (_Unwind_Resume): Update user.
16948         Conditionalize definition on [!HAVE_ARCH_UNWIND_RESUME].
16949         (init): Likewise.  Renamed to __libgcc_s_init, made hidden global
16950         rather than static.  Add __attribute__ ((cold)).
16951         (_Unwind_Resume, __gcc_personality_v0): Update callers.
16952         * sysdeps/nptl/unwind-forcedunwind.c: Likewise.
16953         * sysdeps/arm/arm-unwind-resume.S: New file.
16954         * sysdeps/arm/rt-arm-unwind-resume.S: New file.
16955         * sysdeps/arm/pt-arm-unwind-resume.S: New file.
16956         * sysdeps/arm/Makefile [$(subdir) = csu]
16957         (sysdep_routines, shared-only-routines): Add arm-unwind-resume.
16958         [$(subdir) = rt] (librt-sysdep_routines, librt-shared-only-routines):
16959         Add rt-arm-unwind-resume.
16960         [$(subdir) = nptl]
16961         (libpthread-sysdep_routines, libpthread-shared-only-routines):
16962         Add pt-arm-unwind-resume.
16963         * sysdeps/unix/sysv/linux/arm/unwind-resume.c: File removed.
16964         * sysdeps/unix/sysv/linux/arm/unwind-forcedunwind.c: File removed.
16966 2015-01-05  Joseph Myers  <joseph@codesourcery.com>
16968         [BZ #17748]
16969         * include/fenv.h (__feholdexcept): Declare.  Use
16970         libm_hidden_proto.
16971         * math/feholdexcpt.c (feholdexcept): Rename to __feholdexcept and
16972         define as weak alias of __feholdexcept.  Use libm_hidden_weak.
16973         * sysdeps/aarch64/fpu/feholdexcpt.c (feholdexcept): Likewise.
16974         * sysdeps/alpha/fpu/feholdexcpt.c (feholdexcept): Likewise.
16975         * sysdeps/arm/feholdexcpt.c (feholdexcept): Likewise.
16976         * sysdeps/hppa/fpu/feholdexcpt.c (feholdexcept): Likewise.
16977         * sysdeps/i386/fpu/feholdexcpt.c (feholdexcept): Likewise.
16978         * sysdeps/ia64/fpu/feholdexcpt.c (feholdexcept): Likewise.
16979         * sysdeps/m68k/fpu/feholdexcpt.c (feholdexcept): Likewise.
16980         * sysdeps/mips/fpu/feholdexcpt.c (feholdexcept): Likewise.
16981         * sysdeps/powerpc/fpu/feholdexcpt.c (feholdexcept): Likewise.
16982         * sysdeps/powerpc/nofpu/feholdexcpt.c (feholdexcept): Likewise.
16983         * sysdeps/powerpc/powerpc32/e500/nofpu/feholdexcpt.c
16984         (feholdexcept): Likewise.
16985         * sysdeps/s390/fpu/feholdexcpt.c (feholdexcept): Likewise.
16986         * sysdeps/sh/sh4/fpu/feholdexcpt.c (feholdexcept): Likewise.
16987         * sysdeps/sparc/fpu/feholdexcpt.c (feholdexcept): Likewise.
16988         * sysdeps/x86_64/fpu/feholdexcpt.c (feholdexcept): Likewise.
16989         * sysdeps/generic/math_private.h (default_libc_feholdexcept): Use
16990         __feholdexcept instead of feholdexcept.
16991         (default_libc_feholdexcept_setround): Likewise.
16993 2015-01-05  Steve Ellcey  <sellcey@imgtec.com>
16995         * sysdeps/mips/memset.S (memset): Modify for mips32r6/mips64r6
16996         to avoid using stl/str to align destination.
16998 2015-01-05  Steve Ellcey  <sellcey@imgtec.com>
17000         * sysdeps/mips/memcpy.S: Add support for mips32r6/mips64r6.
17002 2015-01-05  Joseph Myers  <joseph@codesourcery.com>
17004         [BZ #17796]
17005         * sysdeps/unix/sysv/linux/mips/mips64/n64/posix_fadvise.c
17006         [!SHLIB_COMPAT(libc, GLIBC_2_2, GLIBC_2_3_3)] (posix_fadvise64):
17007         Define as weak alias not strong alias.
17009 2015-01-05  Steve Ellcey  <sellcey@imgtec.com>
17011         * sysdeps/mips/dl-machine.h (elf_machine_load_address): Replace
17012         bltzal with addiupc.
17013         (RTLD_START): Ditto.
17015 2015-01-05  Chris Metcalf  <cmetcalf@ezchip.com>
17017         * sysdeps/unix/sysv/linux/tile/bits/libc-vdso.h: Fix return type
17018         for __vdso_* functions in declarations.
17019         * sysdeps/unix/sysv/linux/tile/init-first.c: Likewise for
17020         definitions.
17021         * sysdeps/unix/sysv/linux/tile/sysdep.h (INLINE_VSYSCALL,
17022         INTERNAL_VSYSCALL): Use struct return types to check for error.
17024         * sysdeps/ieee754/dbl-64/wordsize-64/s_llround.c [!defined _LP64
17025         && REGISTER_CAST_INT32_TO_INT64]: Provide explicit lround()
17026         function with cast from llround().
17027         * sysdeps/tile/sysdep.h (REGISTER_CAST_INT32_TO_INT64): Define.
17028         * sysdeps/x86_64/x32/sysdep.h (REGISTER_CAST_INT32_TO_INT64):
17029         Define.
17031 2015-01-05  Joseph Myers  <joseph@codesourcery.com>
17033         [BZ #17793]
17034         * sysdeps/unix/sysv/linux/arm/posix_fadvise64.c (posix_fadvise64):
17035         Define as weak alias not strong alias.
17037         [BZ #17635]
17038         * ctype/ctype-c99.c: New file.  isblank implementation moved from
17039         ...
17040         * ctype/ctype-extn.c: ... here.
17041         (__isblank_l): Move to ...
17042         * ctype/ctype-c99_l.c: ... here.  New file.
17043         * ctype/Makefile (routines): Add ctype-c99 and ctype-c99_l.
17044         * conform/Makefile (test-xfail-ISO99/ctype.h/linknamespace):
17045         Remove variable.
17046         (test-xfail-ISO11/ctype.h/linknamespace): Likewise.
17047         (test-xfail-XPG3/ctype.h/linknamespace): Likewise.
17048         (test-xfail-XPG4/ctype.h/linknamespace): Likewise.
17049         (test-xfail-UNIX98/ctype.h/linknamespace): Likewise.
17050         (test-xfail-POSIX2008/ctype.h/linknamespace): Likewise.
17052         [BZ #17777]
17053         * sysdeps/unix/sysv/linux/wordsize-64/posix_fadvise.c
17054         (posix_fadvise64): Define as weak alias not strong alias.
17055         * sysdeps/unix/sysv/linux/wordsize-64/posix_fallocate.c
17056         (posix_fallocate64): Likewise.
17057         * conform/Makefile (test-xfail-XOPEN2K/fcntl.h/linknamespace):
17058         Remove variable.
17059         (test-xfail-XOPEN2K/mqueue.h/linknamespace): Likewise.
17060         (test-xfail-POSIX2008/fcntl.h/linknamespace): Likewise.
17061         (test-xfail-POSIX2008/mqueue.h/linknamespace): Likewise.
17062         (test-xfail-XOPEN2K8/fcntl.h/linknamespace): Likewise.
17063         (test-xfail-XOPEN2K8/mqueue.h/linknamespace): Likewise.
17065 2015-01-05  Matthew Fortune  <matthew.fortune@imgtec.com>
17067         [BZ #16191]
17068         * NEWS: Mention bug fix.
17069         * sysdeps/unix/sysv/linux/mips/sys/user.h (PAGE_SHIFT): Remove.
17070         (PAGE_SIZE, PAGE_MASK, NBPG, UPAGES): Likewise.
17071         (HOST_TEXT_START_ADDR, HOST_DATA_START_ADDR): Likewise.
17072         (HOST_STACK_END_ADDR): Likewise.
17074 2015-01-02  Joseph Myers  <joseph@codesourcery.com>
17076         [BZ #17748]
17077         * include/fenv.h (__fegetround): Declare.  Use libm_hidden_proto.
17078         * math/fegetround.c (fegetround): Rename to __fegetround and
17079         define as weak alias of __fegetround.  Use libm_hidden_weak.
17080         * sysdeps/aarch64/fpu/fegetround.c (fegetround): Likewise.
17081         * sysdeps/alpha/fpu/fegetround.c (fegetround): Likewise.
17082         * sysdeps/arm/fegetround.c (fegetround): Likewise.
17083         * sysdeps/hppa/fpu/fegetround.c (fegetround): Likewise.
17084         * sysdeps/i386/fpu/fegetround.c (fegetround): Likewise.
17085         * sysdeps/ia64/fpu/fegetround.c (fegetround): Likewise.
17086         * sysdeps/m68k/fpu/fegetround.c (fegetround): Likewise.
17087         * sysdeps/mips/fpu/fegetround.c (fegetround): Likewise.
17088         * sysdeps/powerpc/fpu/fegetround.c (fegetround): Likewise.
17089         Undefine after rather than before function definition; use
17090         parentheses around function name in definition.
17091         (__fegetround): Also undefine macro after function definition.
17092         * sysdeps/powerpc/nofpu/fegetround.c (fegetround): Rename to
17093         __fegetround and define as weak alias of __fegetround.  Use
17094         libm_hidden_weak.  Do not undefine as macro.
17095         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetround.c (fegetround):
17096         Likewise.
17097         * sysdeps/s390/fpu/fegetround.c (fegetround): Rename to
17098         __fegetround and define as weak alias of __fegetround.  Use
17099         libm_hidden_weak.
17100         * sysdeps/sh/sh4/fpu/fegetround.c (fegetround): Likewise.
17101         * sysdeps/sparc/fpu/fegetround.c (fegetround): Likewise.
17102         * sysdeps/tile/math_private.h (__fegetround): New inline function.
17103         * sysdeps/x86_64/fpu/fegetround.c (fegetround): Rename to
17104         __fegetround and define as weak alias of __fegetround.  Use
17105         libm_hidden_weak.
17106         * sysdeps/ieee754/dbl-64/e_sqrt.c (__ieee754_sqrt): Use
17107         __fegetround instead of fegetround.
17109         [BZ #17782]
17110         * sysdeps/unix/sysv/linux/mips/bits/termios.h (TIOCSER_TEMT):
17111         Condition macro definition on [__USE_MISC].
17113         [BZ #17781]
17114         * sysdeps/unix/sysv/linux/mips/bits/sigaction.h
17115         (struct sigaction): Change type of sa_flags field to int.
17117         [BZ #17780]
17118         * sysdeps/unix/sysv/linux/mips/bits/fcntl.h (struct flock)
17119         [!__USE_FILE_OFFSET64 && _MIPS_SIM != _ABI64]: Rename pad field to
17120         __glibc_reserved0.
17122         * nptl/version.c (banner): Use single year in copyright notice.
17124         * NEWS: Update copyright dates.
17125         * catgets/gencat.c (print_version): Likewise.
17126         * csu/version.c (banner): Likewise.
17127         * debug/catchsegv.sh: Likewise.
17128         * debug/pcprofiledump.c (print_version): Likewise.
17129         * debug/xtrace.sh (do_version): Likewise.
17130         * elf/ldconfig.c (print_version): Likewise.
17131         * elf/ldd.bash.in: Likewise.
17132         * elf/pldd.c (print_version): Likewise.
17133         * elf/sotruss.sh: Likewise.
17134         * elf/sprof.c (print_version): Likewise.
17135         * iconv/iconv_prog.c (print_version): Likewise.
17136         * iconv/iconvconfig.c (print_version): Likewise.
17137         * locale/programs/locale.c (print_version): Likewise.
17138         * locale/programs/localedef.c (print_version): Likewise.
17139         * login/programs/pt_chown.c (print_version): Likewise.
17140         * malloc/memusage.sh (do_version): Likewise.
17141         * malloc/memusagestat.c (print_version): Likewise.
17142         * malloc/mtrace.pl: Likewise.
17143         * manual/libc.texinfo: Likewise.
17144         * nptl/version.c (banner): Likewise.
17145         * nscd/nscd.c (print_version): Likewise.
17146         * nss/getent.c (print_version): Likewise.
17147         * nss/makedb.c (print_version): Likewise.
17148         * posix/getconf.c (main): Likewise.
17149         * scripts/test-installation.pl: Likewise.
17150         * sysdeps/unix/sysv/linux/lddlibc4.c (main): Likewise.
17152 2015-01-02  Will Newton  <will.newton@linaro.org>
17154         * sysdeps/arm/armv7/configure: Removed.
17155         * sysdeps/arm/armv7/configure.ac: Likewise.
17157 2015-01-02  Joseph Myers  <joseph@codesourcery.com>
17159         * All files with FSF copyright notices: Update copyright dates
17160         using scripts/update-copyrights.
17161         * intl/plural.c: Regenerated.
17162         * locale/programs/charmap-kw.h: Likewise.
17163         * locale/programs/locfile-kw.h: Likewise.
17165 2015-01-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
17167         * scripts/gen-posix-conf-vars.awk (END): Don't use sprintf.
17169 2014-12-31  Joseph Myers  <joseph@codesourcery.com>
17171         [BZ #17748]
17172         * include/fenv.h (__fegetenv): Use libm_hidden_proto.
17173         * math/fegetenv.c (__fegetenv): Use libm_hidden_def.
17174         * sysdeps/aarch64/fpu/fegetenv.c (fegetenv): Rename to __fegetenv
17175         and define as weak alias of __fegetenv.  Use libm_hidden_weak.
17176         * sysdeps/alpha/fpu/fegetenv.c (__fegetenv): Use libm_hidden_def.
17177         * sysdeps/arm/fegetenv.c (fegetenv): Rename to __fegetenv and
17178         define as weak alias of __fegetenv.  Use libm_hidden_weak.
17179         * sysdeps/hppa/fpu/fegetenv.c (fegetenv): Likewise.
17180         * sysdeps/i386/fpu/fegetenv.c (__fegetenv): Use libm_hidden_def.
17181         * sysdeps/ia64/fpu/fegetenv.c (fegetenv): Rename to __fegetenv and
17182         define as weak alias of __fegetenv.  Use libm_hidden_weak.
17183         * sysdeps/m68k/fpu/fegetenv.c (__fegetenv): Use libm_hidden_def.
17184         * sysdeps/mips/fpu/fegetenv.c (fegetenv): Rename to __fegetenv and
17185         define as weak alias of __fegetenv.  Use libm_hidden_weak.
17186         * sysdeps/powerpc/fpu/fegetenv.c (__fegetenv): Use
17187         libm_hidden_def.
17188         * sysdeps/powerpc/nofpu/fegetenv.c (__fegetenv): Likewise.
17189         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetenv.c (__fegetenv):
17190         Likewise.
17191         * sysdeps/s390/fpu/fegetenv.c (fegetenv): Rename to __fegetenv and
17192         define as weak alias of __fegetenv.  Use libm_hidden_weak.
17193         * sysdeps/sh/sh4/fpu/fegetenv.c (fegetenv): Likewise.
17194         * sysdeps/sparc/fpu/fegetenv.c (__fegetenv): Use libm_hidden_def.
17195         * sysdeps/tile/math_private.h (__fegetenv): New inline function.
17196         * sysdeps/x86_64/fpu/fegetenv.c (fegetenv): Rename to __fegetenv
17197         and define as weak alias of __fegetenv.  Use libm_hidden_weak.
17198         * sysdeps/generic/math_private.h (libc_feholdsetround_ctx): Use
17199         __fegetenv instead of fegetenv.
17200         (libc_feholdsetround_noex_ctx): Likewise.
17202 2014-12-31  Matthew Fortune  <matthew.fortune@imgtec.com>
17204         * elf/elf.h (PT_MIPS_ABIFLAGS): Define.
17205         (Elf_MIPS_ABIFlags_v0): New structure.
17206         (EF_MIPS_FP64): Define.
17207         (MIPS_AFL_REG_NONE, MIPS_AFL_REG_32, MIPS_AFL_REG_64): Likewise.
17208         (MIPS_AFL_REG_128, MIPS_AFL_ASE_DSP, MIPS_AFL_ASE_DSP64): Likewise.
17209         (MIPS_AFL_ASE_DSPR2, MIPS_AFL_ASE_EVA, MIPS_AFL_ASE_MCU): Likewise.
17210         (MIPS_AFL_ASE_MDMX, MIPS_AFL_ASE_MIPS3D, MIPS_AFL_ASE_MT): Likewise.
17211         (MIPS_AFL_ASE_SMARTMIPS, MIPS_AFL_ASE_VIRT): Likewise.
17212         (MIPS_AFL_ASE_VIRT64, MIPS_AFL_ASE_MSA, MIPS_AFL_ASE_MSA64): Likewise.
17213         (MIPS_AFL_ASE_MIPS16, MIPS_AFL_ASE_MICROMIPS): Likewise.
17214         (MIPS_AFL_ASE_XPA, MIPS_AFL_EXT_XLR, MIPS_AFL_EXT_OCTEON2): Likewise.
17215         (MIPS_AFL_EXT_OCTEONP, MIPS_AFL_EXT_LOONGSON_3A): Likewise.
17216         (MIPS_AFL_EXT_OCTEON, MIPS_AFL_EXT_5900, MIPS_AFL_EXT_4010): Likewise.
17217         (MIPS_AFL_EXT_4100, MIPS_AFL_EXT_3900, MIPS_AFL_EXT_10000): Likewise.
17218         (MIPS_AFL_EXT_SB1, MIPS_AFL_EXT_4111, MIPS_AFL_EXT_4120): Likewise.
17219         (MIPS_AFL_EXT_5400, MIPS_AFL_EXT_5500): Likewise.
17220         (MIPS_AFL_EXT_LOONGSON_2E, MIPS_AFL_EXT_LOONGSON_2F): Likewise.
17221         (Val_GNU_MIPS_ABI_FP_ANY, Val_GNU_MIPS_ABI_FP_DOUBLE): New enum values.
17222         (Val_GNU_MIPS_ABI_FP_SINGLE, Val_GNU_MIPS_ABI_FP_SOFT): Likewise.
17223         (Val_GNU_MIPS_ABI_FP_OLD_64, Val_GNU_MIPS_ABI_FP_XX): Likewise.
17224         (Val_GNU_MIPS_ABI_FP_64, Val_GNU_MIPS_ABI_FP_64A): Likewise.
17225         (Val_GNU_MIPS_ABI_FP_MAX): Likewise.
17226         * sysdeps/mips/Makefile [subdir=elf]: Add tst-abi-interlink,
17227         tst-mode-switch-1, tst-mode-switch-2, tst-mode-switch-3 tests.
17228         * sysdeps/mips/bits/linkmap.h (struct link_map_machine): Add fpmode
17229         field.
17230         * sysdeps/mips/dl-machine.h (elf_machine_matches_host): Reject
17231         EF_MIPS_FP64.
17232         * sysdeps/mips/dl-machine-reject-phdr.h: New file.
17233         * sysdeps/mips/tst-abi-fp32mod.c: Likewise.
17234         * sysdeps/mips/tst-abi-fpxxmod.c: Likewise.
17235         * sysdeps/mips/tst-abi-fpxxomod.c: Likewise.
17236         * sysdeps/mips/tst-abi-fp64mod.c: Likewise.
17237         * sysdeps/mips/tst-abi-fp64amod.c: Likewise.
17238         * sysdeps/mips/tst-abi-interlink.c: Likewise.
17239         * sysdeps/mips/tst-mode-switch-1.c: Likewise.
17240         * sysdeps/mips/tst-mode-switch-2.c: Likewise.
17241         * sysdeps/mips/tst-mode-switch-3.c: Likewise.
17242         * sysdeps/unix/sysv/linux/mips/configure.ac (o32-fpabi): Define to
17243         record the current FP ABI extension.
17244         (mips-mode-switch): Define to show if kernel headers support mode
17245         switching.
17246         * sysdeps/unix/sysv/linux/mips/configure: Regenerate.
17247         * sysdeps/unix/sysv/linux/mips/ldsodefs.h: Increase maximum
17248         supported SYSV ABI version to 3.
17249         * sysdeps/unix/sysv/linux/mips/libc-abis: Add new MIPS_O32_FP64
17250         feature.
17252 2014-12-31  Rajalakshmi Srinivasaraghavan  <raji@linux.vnet.ibm.com>
17253             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
17255         * sysdeps/powerpc/powerpc64/power7/strcpy.S (strcpy): Optimize unaligned
17256         path.
17257         * benchtests/bench-strcpy.c (test_main): Add more unaligned inputs.
17259 2014-12-31  Joseph Myers  <joseph@codesourcery.com>
17261         * sysdeps/powerpc/bits/fenvinline.h (fegetround): Rename macro to
17262         __fegetround and redefine to call __fegetround.  Remove condition
17263         on [!__NO_MATH_INLINES].
17264         * sysdeps/powerpc/fpu/fenv_libc.h (__fegetround): Remove inline
17265         function.
17266         * sysdeps/powerpc/nofpu/fenv_libc.h: Remove file.
17267         * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_libc.h (__fegetround):
17268         Remove macro.
17269         * sysdeps/ieee754/ldbl-128ibm/s_llrintl.c: Include <fenv.h>
17270         instead of <fenv_libc.h>.
17271         (__llrintl): Call fegetround instead of __fegetround.
17272         * sysdeps/ieee754/ldbl-128ibm/s_llroundl.c: Include <fenv.h>
17273         instead of <fenv_libc.h>.
17274         * sysdeps/ieee754/ldbl-128ibm/s_lrintl.c: Likewise.
17275         (__lrintl): Call fegetround instead of __fegetround.
17276         * sysdeps/ieee754/ldbl-128ibm/s_lroundl.c: Include <fenv.h>
17277         instead of <fenv_libc.h>.
17278         * sysdeps/ieee754/ldbl-128ibm/s_rintl.c: Likewise.
17279         (__rintl): Call fegetround instead of __fegetround.
17281 2014-12-31  Siddhesh Poyarekar  <siddhesh@redhat.com>
17283         * scripts/gen-posix-conf-vars.awk: Don't use multi-dimensional
17284         arrays.
17286 2014-12-30  H.J. Lu  <hongjiu.lu@intel.com>
17288         [BZ #17775]
17289         * sysdeps/i386/dl-machine.h (PI_STATIC_AND_HIDDEN): Removed.
17290         (elf_machine_dynamic) [!PI_STATIC_AND_HIDDEN]: Likewise.
17291         (elf_machine_load_address) [!PI_STATIC_AND_HIDDEN]: Likewise.
17293 2014-12-30  Andrew Senkevich  <andrew.senkevich@intel.com>
17295         * sysdeps/i386/tls-macros.h: Include <features.h>.
17296         (TLS_LE): Use non-PIC version for GCC >= 5.0.
17297         (TLS_IE): Likewise.
17298         (TLS_LD): Likewise.
17299         (TLS_GD): Likewise.
17300         * sysdeps/unix/sysv/linux/i386/sysdep.h (check_consistency): Don't
17301         define for GCC >= 5.0.
17303 2014-12-30  Chris Metcalf  <cmetcalf@ezchip.com>
17305         * math/test-fenv.c (test_single_exception, set_single_exc,
17306         feenv_nomask_test, feenv_mask_test, feexcp_nomask_test,
17307         feexcp_mask_test, feenable_test, fe_single_test): Add
17308         [!FE_ALL_EXCEPT] test so these routines are not compiled in the
17309         case where they are not used.
17310         * math/libm-test.inc: Likewise.
17311         * setjmp/test-setjmp-fp.c: Mark attribute ((unused)) on variable
17312         unused in the absence of FP rounding/exception support.
17313         * stdio-common/tst-printf-round.c: Likewise.
17314         * stdlib/tst-strtod-round.c: Likewise.
17315         * stdlib/tst-strtod-underflow.c: Likewise.
17317 2014-12-30  Joseph Myers  <joseph@codesourcery.com>
17319         [BZ #17723]
17320         * include/fenv.h (__feraiseexcept): Use libm_hidden_proto.
17321         * math/fraiseexcpt.c (__feraiseexcept): Use libm_hidden_def.
17322         * sysdeps/aarch64/fpu/fraiseexcpt.c (feraiseexcept): Rename to
17323         __feraiseexcept and define as weak alias of __feraiseexcept.  Use
17324         libm_hidden_weak.
17325         * sysdeps/arm/fraiseexcpt.c (feraiseexcept): Likewise.
17326         * sysdeps/hppa/fpu/fraiseexcpt.c (feraiseexcept): Likewise.
17327         * sysdeps/i386/fpu/fraiseexcpt.c (__feraiseexcept): Use
17328         libm_hidden_def.
17329         * sysdeps/ia64/fpu/fraiseexcpt.c (feraiseexcept): Rename to
17330         __feraiseexcept and define as weak alias of __feraiseexcept.  Use
17331         libm_hidden_weak.
17332         * sysdeps/m68k/coldfire/fpu/fraiseexcpt.c (feraiseexcept):
17333         Likewise.
17334         * sysdeps/microblaze/math_private.h (__feraiseexcept): New macro.
17335         * sysdeps/mips/fpu/fraiseexcpt.c (feraiseexcept): Rename to
17336         __feraiseexcept and define as weak alias of __feraiseexcept.  Use
17337         libm_hidden_weak.
17338         * sysdeps/powerpc/fpu/fraiseexcpt.c (__feraiseexcept): Use
17339         libm_hidden_def.
17340         * sysdeps/powerpc/nofpu/fraiseexcpt.c (__feraiseexcept): Likewise.
17341         * sysdeps/powerpc/powerpc32/e500/nofpu/fraiseexcpt.c
17342         (__feraiseexcept): Likewise.
17343         * sysdeps/s390/fpu/fraiseexcpt.c (feraiseexcept): Rename to
17344         __feraiseexcept and define as weak alias of __feraiseexcept.  Use
17345         libm_hidden_weak.
17346         * sysdeps/sh/sh4/fpu/fraiseexcpt.c (feraiseexcept): Likewise.
17347         * sysdeps/sparc/fpu/fraiseexcpt.c (__feraiseexcept): Use
17348         libm_hidden_def.
17349         * sysdeps/tile/math_private.h (__feraiseexcept): New macro.
17350         * sysdeps/unix/sysv/linux/alpha/fraiseexcpt.S (__feraiseexcept):
17351         Use libm_hidden_def.
17352         * sysdeps/x86_64/fpu/fraiseexcpt.c (__feraiseexcept): Use
17353         libm_hidden_def.
17354         (feraiseexcept): Define as weak not strong alias.  Use
17355         libm_hidden_weak.
17356         * sysdeps/x86/fpu/bits/fenv.h (__feraiseexcept_invalid_divbyzero):
17357         New inline function.  Factored out of ...
17358         (feraiseexcept): ... here.  Use __feraiseexcept_invalid_divbyzero.
17359         * sysdeps/x86/fpu/include/bits/fenv.h: New file.
17360         * math/e_scalb.c (invalid_fn): Call __feraiseexcept instead of
17361         feraiseexcept.
17362         * math/w_acos.c (__acos): Likewise.
17363         * math/w_asin.c (__asin): Likewise.
17364         * math/w_ilogb.c (__ilogb): Likewise.
17365         * math/w_j0.c (y0): Likewise.
17366         * math/w_j1.c (y1): Likewise.
17367         * math/w_jn.c (yn): Likewise.
17368         * math/w_log.c (__log): Likewise.
17369         * math/w_log10.c (__log10): Likewise.
17370         * sysdeps/aarch64/fpu/feupdateenv.c (feupdateenv): Likewise.
17371         * sysdeps/aarch64/fpu/math_private.h
17372         (libc_feupdateenv_test_aarch64): Likewise.
17373         * sysdeps/alpha/fpu/feupdateenv.c (__feupdateenv): Likewise.
17374         * sysdeps/arm/fenv_private.h (libc_feupdateenv_test_vfp): Likewise.
17375         * sysdeps/arm/feupdateenv.c (feupdateenv): Likewise.
17376         * sysdeps/ia64/fpu/feupdateenv.c (feupdateenv): Likewise.
17377         * sysdeps/m68k/fpu/feupdateenv.c (__feupdateenv): Likewise.
17378         * sysdeps/mips/fpu/feupdateenv.c (feupdateenv): Likewise.
17379         * sysdeps/powerpc/fpu/e_sqrt.c (__slow_ieee754_sqrt): Likewise.
17380         * sysdeps/s390/fpu/feupdateenv.c (feupdateenv): Likewise.
17381         * sysdeps/sh/sh4/fpu/feupdateenv.c (feupdateenv): Likewise.
17382         * sysdeps/sparc/fpu/feupdateenv.c (__feupdateenv): Likewise.
17384 2014-12-30  H.J. Lu  <hongjiu.lu@intel.com>
17386         [BZ #17732]
17387         * io/test-utime.c (main): Replace %ld with %jd and cast to
17388         intmax_t.
17389         * libio/tst-ftell-active-handler.c (do_append_test): Likewise.
17390         * nptl/tst-mutex5.c: Include <stdint.h>.
17391         (do_test): Replace %ld with %jd and cast to intmax_t.
17392         * posix/tst-regex.c (run_test): Likewise.
17393         (run_test_backwards): Likewise.
17394         * rt/tst-clock.c: Include <stdint.h>.
17395         (clock_test): Replace %ld with %jd and cast to intmax_t.
17396         * rt/tst-cpuclock1.c: Include <stdint.h>.
17397         (do_test): Replace %lu with %ju and cast to uintmax_t.
17398         * rt/tst-cpuclock2.c: Include <stdint.h>.
17399         (do_test): Replace %lu with %ju and cast to uintmax_t.
17400         * rt/tst-mqueue1.c: Include <stdint.h>.
17401         (check_attrs): Replace %ld with %jd and cast to intmax_t.
17402         * rt/tst-mqueue3.c (fct): Replace %ld with %jd and cast to
17403         intmax_t.
17404         * rt/tst-mqueue4.c (do_test): Likewise.
17405         * rt/tst-timer4.c: Include <stdint.h>.
17406         (check_ts): Replace %ld with %jd and cast to intmax_t.
17407         (do_test): Likewise.
17408         * stdio-common/tst-fmemopen2.c (do_test): Replace %ld with %jd
17409         and cast to intmax_t.
17410         * sysdeps/pthread/tst-timer.c (main): Likewise.
17411         * time/clocktest.c (main): Likewise.
17412         * time/tst-posixtz.c (do_test): Likewise.
17413         * timezone/tst-timezone.c (main): Likewise.
17415 2014-12-30  Andrew Senkevich  <andrew.senkevich@intel.com>
17416             H.J. Lu  <hongjiu.lu@intel.com>
17418         * sysdeps/i386/i686/multiarch/bcopy-sse2-unaligned.S: New file.
17419         * sysdeps/i386/i686/multiarch/memcpy-sse2-unaligned.S: Likewise.
17420         * sysdeps/i386/i686/multiarch/memmove-sse2-unaligned.S: Likewise.
17421         * sysdeps/i386/i686/multiarch/mempcpy-sse2-unaligned.S: Likewise.
17422         * sysdeps/i386/i686/multiarch/bcopy.S: Select the sse2_unaligned
17423         version if bit_Fast_Unaligned_Load is set.
17424         * sysdeps/i386/i686/multiarch/memcpy.S: Likewise.
17425         * sysdeps/i386/i686/multiarch/memcpy_chk.S: Likewise.
17426         * sysdeps/i386/i686/multiarch/memmove.S: Likewise.
17427         * sysdeps/i386/i686/multiarch/memmove_chk.S: Likewise.
17428         * sysdeps/i386/i686/multiarch/mempcpy.S: Likewise.
17429         * sysdeps/i386/i686/multiarch/mempcpy_chk.S: Likewise.
17430         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
17431         bcopy-sse2-unaligned, memcpy-sse2-unaligned,
17432         memmove-sse2-unaligned and mempcpy-sse2-unaligned.
17433         * sysdeps/i386/i686/multiarch/ifunc-impl-list.c (MAX_IFUNC): Set
17434         to 4.
17435         (__libc_ifunc_impl_list): Test __bcopy_sse2_unaligned,
17436         __memmove_chk_sse2_unaligned, __memmove_sse2_unaligned,
17437         __memcpy_chk_sse2_unaligned, __memcpy_sse2_unaligned,
17438         __mempcpy_chk_sse2_unaligned, and __mempcpy_sse2_unaligned.
17440 2014-12-29  Chris Metcalf  <cmetcalf@ezchip.com>
17442         * sysdeps/unix/sysv/linux/tst-setgetname.c (do_test): Use #ifndef
17443         instead of #if to avoid a Wundef warning.
17444         * stdlib/tst-limits.c (do_test): Likewise.
17446         * sysdeps/tile/math_private.h (fetestexcept): Add macro to
17447         parallel other exception macros.
17448         (fegetenv): Convert from macro to extern inline so that it applies
17449         retroactively to inline functions already seen by the compiler.
17450         (fesetenv, feupdateenv, fegetround, fesetround): Likewise.
17452         * posix/Makefile (before-compile): Use $(objpfx) for
17453         posix-conf-vars-def.h.
17455 2014-12-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
17457         * posix/getconf.c (main): Use size_t for type of I.
17458         * scripts-gen-posix-conf-vars.awk (END): Use size_t for type of
17459         NSPEC.
17461         * posix/posix-conf-vars.list (SPEC:XBS5): Add sysconf prefix.
17462         * posix/confstr.c: Define NEED_SPEC_ARRAY to 0.
17463         * posix/posix-envs.def: Likewise.
17464         * sysdeps/posix/sysconf.c: Likewise.
17465         * posix/getconf.c: Define NEED_SPEC_ARRAY to 1.
17466         (specs): Remove array.
17467         * scripts/gen-posix-conf-vars.awk: Support generation of specs
17468         array.
17470         * posix/posix-conf-vars.list: Add _POSIX sysconf namespace.
17471         * sysdeps/posix/sysconf.c: Include posix-conf-vars.h.
17472         (__sysconf): Use CONF_IS_* macros.
17474         * posix/Makefile (before-compile): Add posix-conf-vars-def.h.
17475         ($(objpfx)posix-conf-vars-def.h): New target.
17476         * posix/posix-conf-vars.list: New file.
17477         * posix/posix-conf-vars.h: New file.
17478         * posix/confstr.c: Include posix-conf-vars.h.
17479         (confstr): Use CONF_IS_* macros.
17480         * posix/posix-envs.def: Include posix-conf-vars.h.  Use
17481         CONF_IS_* macros.
17482         * scripts/gen-posix-conf-vars.awk: New file.
17484 2014-12-26  Chris Metcalf  <cmetcalf@ezchip.com>
17486         * sysdeps/tile/math_private.h (fegetenv, fesetenv, feupdateenv,
17487         fegetround): Add no-op macros to avoid linknamespace issues.
17489         * sysdeps/unix/sysv/linux/clock_settime.c (SYSDEP_SETTIME): Remove
17490         definitions of INTERNAL_VSYSCALL and INLINE_VSYSCALL.
17492         * sysdeps/unix/sysv/linux/tile/sysdep.h
17493         (HAVE_CLOCK_GETTIME_VSYSCALL): Move definition out of
17494         assembly-specific section to avoid a redefinition warning.
17496         * sysdeps/tile/jmpbuf-unwind.h (_JMPBUF_CFA_UNWINDS_ADJ): Cast to
17497         long before casting to pointer to avoid a cast warning.
17499 2014-12-23  Chris Metcalf  <cmetcalf@ezchip.com>
17501         * sysdeps/tile/tilegx/Implies: New file.
17503 2014-12-23  Richard Earnshaw  <rearnsha@arm.com>
17505         * string/stpcpy.c (__stpcpy): Rewrite using strlen and memcpy.
17507 2014-12-23  Florian Weimer  <fweimer@redhat.com>
17509         * iconvdata/run-iconv-test.sh: Actually test iconv modules.
17511 2014-12-22  Joseph Myers  <joseph@codesourcery.com>
17513         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_UTIMES): Do
17514         not define.
17515         * sysdeps/unix/sysv/linux/utimes.c: Do not include
17516         <kernel-features.h>.
17517         (__utimes) [__NR_utimes]: Make code unconditional.
17518         (__utimes) [!__ASSUME_UTIMES]: Remove conditional code.
17519         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
17520         (__ASSUME_UTIMES): Do not undefine.
17521         * sysdeps/unix/sysv/linux/tile/kernel-features.h
17522         (__ASSUME_UTIMES): Likewise.
17523         * sysdeps/unix/sysv/linux/hppa/kernel-features.h
17524         (__ASSUME_UTIMES): Define for [__LINUX_KERNEL_VERSION >= 0x030e00]
17525         instead of undefining for [__LINUX_KERNEL_VERSION < 0x030e00].
17526         * sysdeps/unix/sysv/linux/hppa/utimes.c: New file.
17528 2014-12-22  Steve Ellcey  <sellcey@imgtec.com>
17530         * sysdeps/mips/memcpy.S: Fix preprocessor indentation.
17532 2014-12-22  Chris Metcalf  <cmetcalf@ezchip.com>
17534         [BZ #17747]
17535         * math/w_j0.c [defined NO_LONG_DOUBLE] (j0, y0): Convert strong
17536         alias to weak alias for j0l, y0l.
17537         * math/w_j1.c [defined NO_LONG_DOUBLE] (j1, y1): Likewise.
17538         * math/w_jn.c [defined NO_LONG_DOUBLE] (jn, yn): Likewise.
17540         [BZ #17746]
17541         * sysdeps/tile/tilegx/strstr.c (STRSTR2): Remove implicit boolean
17542         conversion.
17544 2014-12-22  Steve Ellcey  <sellcey@imgtec.com>
17546         * sysdeps/unix/mips/sysdep.h (__mips_isa_rev): Set
17547         to zero if not already defined.
17549 2014-12-22  Joseph Myers  <joseph@codesourcery.com>
17551         [BZ #17724]
17552         * sysdeps/ieee754/k_standard.c: Don't include <float.h>.
17553         (__kernel_standard_f): Remove.  Moved to k_standardf.c.
17554         (__kernel_standard_l): Remove.  Moved to k_standardl.c with
17555         (char *) casts added.
17556         * sysdeps/ieee754/k_standardf.c: New file.
17557         * sysdeps/ieee754/k_standardl.c: Likewise.
17558         * math/Makefile (libm-support): Remove k_standard.
17559         (libm-calls): Add k_standard.
17561 2014-12-22  Wilco Dijkstra  <wdijkstr@arm.com>
17563         * sysdeps/aarch64/fpu/feenablxcpt.c (feenableexcept):
17564         Optimize to avoid an unnecessary FPCR read.
17566 2014-12-22  Wilco Dijkstra  <wdijkstr@arm.com>
17568         * sysdeps/aarch64/fpu/fesetenv.c (fesetenv):
17569         Optimize to reduce FPCR/FPSR accesses.
17571 2014-12-22  Wilco Dijkstra  <wdijkstr@arm.com>
17573         * sysdeps/aarch64/fpu/ftestexcept.c (fetestexcept):
17574         Call libc_fetestexcept_aarch64.
17576 2014-12-22  Wilco Dijkstra  <wdijkstr@arm.com>
17578         * sysdeps/aarch64/fpu/fesetround.c (fesetround):
17579         Call libc_fesetround_aarch64.
17581 2014-12-22  Joseph Myers  <joseph@codesourcery.com>
17583         [BZ #17733]
17584         * sysdeps/unix/sysv/linux/bind.S (NO_WEAK_ALIAS): Do not define.
17585         (__bind): Do not define as weak alias.
17586         * sysdeps/unix/sysv/linux/getsockname.S (NO_WEAK_ALIAS): Do not
17587         define.
17588         (__getsockname): Do not define as weak alias.
17590 2014-12-22  Will Newton  <will.newton@linaro.org>
17592         * manual/install.texi: Document that we require bison 2.7
17593         or above.
17594         * INSTALL: Regenerate.
17595         * configure.ac: Use AC_CHECK_PROG_VER instead of
17596         AC_PATH_PROG when checking for bison and check for
17597         version 2.7 or above.
17598         * configure: Regenerate.
17600 2014-12-21  Chris Metcalf  <cmetcalf@ezchip.com>
17602         [BZ #17745]
17603         * sysdeps/tile/ffs.c (__ffs): Moved ffsll definition...
17604         * sysdeps/tile/ffsll.c (ffsll): To here.
17606         * sysdeps/unix/sysv/linux/tile/localplt.data: Removed.
17608 2014-12-21  H.J. Lu  <hongjiu.lu@intel.com>
17610         * elf/dl-tls.c (__tls_get_addr): Provide the hidden definition
17611         if not defined.
17612         * sysdeps/i386/dl-tls.h (___tls_get_addr): Provide the hidden
17613         definition.
17614         * sysdeps/i386/dl-tlsdesc.S (_dl_tlsdesc_dynamic): Call the
17615         hidden ___tls_get_addr.
17616         * sysdeps/x86_64/dl-tlsdesc.S (_dl_tlsdesc_dynamic): Call the
17617         hidden __tls_get_addr.
17618         * sysdeps/generic/localplt.data (__tls_get_addr): Removed.
17619         * sysdeps/unix/sysv/linux/i386/localplt.data (___tls_get_addr):
17620         Likewise.
17622 2014-12-21  Andreas Schwab  <schwab@linux-m68k.org>
17624         * sysdeps/m68k/dl-machine.h (RTLD_START): Remove @PLTPC from
17625         _dl_init call.
17627 2014-12-21  H.J. Lu  <hongjiu.lu@intel.com>
17629         * sysdeps/i386/dl-machine.h (_dl_start_user): Remove @PLT
17630         from "call _dl_init@PLT".
17631         * sysdeps/x86_64/dl-machine.h (_dl_start_user): Likewise.
17633 2014-12-21  Anders Kaseorg  <andersk@mit.edu>
17635         * manual/search.texi: (Array Sort Function): Clarify stable sorting
17636         guarantees.
17638 2014-12-20  Chris Metcalf  <cmetcalf@ezchip.com>
17640         * sysdeps/unix/sysv/linux/tile/localplt.data: New file.
17642 2014-12-19  Chris Metcalf  <cmetcalf@ezchip.com>
17644         [BZ #17744]
17645         * sysdeps/tile/tilegx/strstr.c (STRSTR): Call __strnlen, not
17646         strnlen.
17648 2014-12-19  Steve Ellcey  <sellcey@imgtec.com>
17650         * sysdeps/mips/addmul_1.S (__mpn_addmul_1): Use mulu/muhu instead
17651         of multu on MIPSr6.
17652         * sysdeps/mips/mul_1.S (__mpn_mul_1): Ditto.
17653         * sysdeps/mips/submul_1.S (__mpn_submul_1): Ditto.
17654         * sysdeps/mips/mips64/addmul_1.S (__mpn_addmul_1): Ditto.
17655         * sysdeps/mips/mips64/mul_1.S (__mpn_mul_1): Ditto.
17656         * sysdeps/mips/mips64/submul_1.S (__mpn_submul_1): Ditto.
17658 2014-12-19  Steve Ellcey  <sellcey@imgtec.com>
17660         * sysdeps/mips/sys/asm.h (PTR_ADDU): Use addu on mips32r6/mips64r6.
17661         (PTR_ADDIU): Use addiu for mips32r6/mips64r6.
17662         (PTR_SUBU): Use subu for mips32r6/mips64r6.
17663         (PTR_SUBIU): Use subu for mips32r6/mips64r6 (subiu does not exist).
17664         * sysdeps/mips/machine-gmon.h (PTR_ADDU_STRING) Use addu for
17665         mips32r6/mips64r6.
17666         (PTR_SUBU_STRING) Use subu for mips32r6/mips64r6.
17668 2014-12-19  Ondřej Bílka  <neleai@seznam.cz>
17670         * string/strncat.c (STRNCAT): Simplify implementation.
17672 2014-12-19  David S. Miller  <davem@davemloft.net>
17674         * sysdeps/sparc/sparc32/soft-fp/q_neg.c (_Q_neg): Use a union to
17675         access the quad as both a long double and as a series of 4 words.
17677         * get-dynamic-info.h (elf_get_dynamic_info): Ignore -Warray-bounds for a
17678         link_map->l_info array access.
17680 2014-12-19  Chris Metcalf  <cmetcalf@ezchip.com>
17682         * iconvdata/tst-loading.c (TIMEOUT): Increase timeout 10 sec.
17684         * math/atest-exp.c (TIMEOUT): Increase timeout to 10 sec.
17685         * math/atest-exp2.c (TIMEOUT): Likewise.
17686         * math/atest-sincos.c (TIMEOUT): Likewise.
17688 2014-12-19  H.J. Lu  <hongjiu.lu@intel.com>
17690         * sysdeps/x86_64/x32/Makefile (CFLAGS-s_llround.c): Replace
17691         -Wno-error with -fno-builtin-lround.
17693 2014-12-19  Torvald Riegel  <triegel@redhat.com>
17695         * sysdeps/unix/sysv/linux/i386/lowlevellock-futex.h: New file.
17696         Contains futex constants and functions moved over from ...
17697         * sysdeps/unix/sysv/linux/i386/lowlevellock.h: ... here.  Include
17698         <lowlevellock-futex.h>.
17699         (lll_wait_tid): Use lll_futex_wait instead of assembly code.
17700         (lll_timedwait_tid): Add comments and parentheses around macro
17701         arguments.
17703 2014-12-19  Torvald Riegel  <triegel@redhat.com>
17705         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Include
17706         <lowlevellock-futex.h>.  Remove FUTEX_* constants defined there.
17707         (__lll_private_flag): Remove.
17708         (lll_futex_wait): Likewise.
17709         (lll_futex_timed_wait): Likewise.
17710         (lll_futex_wake): Likewise.
17711         (lll_futex_requeue): Likewise.
17712         (lll_wait_tid): Use lll_futex_wait instead of assembly code.
17713         (__lll_timedwait_tid): Spell out argument names.
17714         (lll_timedwait_tid): Add comments and parentheses around macro
17715         arguments.
17716         * sysdeps/unix/sysv/linux/lowlevellock-futex.h: Make FUTEX_* constants,
17717         LLL_SHARED and LLL_PRIVATE usable from assembly code.
17719 2014-12-19  Torvald Riegel  <triegel@redhat.com>
17721         * sysdeps/unix/sysv/linux/sh/libc-lowlevellock.S: Remove file.
17722         * sysdeps/unix/sysv/linux/sh/lowlevellock.S: Likewise.
17723         * sysdeps/unix/sysv/linux/sh/lowlevellock.h: Likewise.
17724         * sysdeps/unix/sysv/linux/sh/lowlevelrobustlock.S: Likewise.
17725         * sysdeps/unix/sysv/linux/sh/pthread_barrier_wait.S: Likewise.
17726         * sysdeps/unix/sysv/linux/sh/pthread_cond_broadcast.S: Likewise.
17727         * sysdeps/unix/sysv/linux/sh/pthread_cond_signal.S: Likewise.
17728         * sysdeps/unix/sysv/linux/sh/pthread_cond_timedwait.S: Likewise.
17729         * sysdeps/unix/sysv/linux/sh/pthread_cond_wait.S: Likewise.
17730         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedrdlock.S: Likewise.
17731         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedwrlock.S: Likewise.
17732         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_rdlock.S: Likewise.
17733         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_unlock.S: Likewise.
17734         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_wrlock.S: Likewise.
17735         * sysdeps/unix/sysv/linux/sh/sh4/lowlevellock.h: Likewise.
17736         * sysdeps/unix/sysv/linux/sh/sem_post.S: Likewise.
17737         * sysdeps/unix/sysv/linux/sh/sem_timedwait.S: Likewise.
17738         * sysdeps/unix/sysv/linux/sh/sem_trywait.S: Likewise.
17739         * sysdeps/unix/sysv/linux/sh/sem_wait.S: Likewise.
17741 2014-12-19  H.J. Lu  <hongjiu.lu@intel.com>
17743         * sysdeps/x86_64/x32/Makefile: New file.
17745 2014-12-19  H.J. Lu  <hongjiu.lu@intel.com>
17747         * sysdeps/i386/ldbl2mpn.c (__mpn_extract_long_double): Replace
17748         1L with (mp_limb_t) 1.
17750 2014-12-17  Roland McGrath  <roland@hack.frob.com>
17752         * sysdeps/nptl/fork.c (__fork_generation_pointer): Variable moved ...
17753         * nptl/libc_pthread_init.c: ... here.
17754         * sysdeps/nptl/fork.c (__fork_handlers): Variable moved ...
17755         * nptl/register-atfork.c: ... here.
17757         * sysdeps/nptl/gai_misc.h (__gai_start_notify_thread):
17758         Use pthread_sigmask rather than INTERNAL_SYSCALL.
17759         Use assert_perror to check its return value.
17760         (__gai_create_helper_thread): Likewise.
17762         * inet/if_index.c (__if_freenameindex): Add libc_hidden_def.
17764         * malloc/malloc.c (alloc_perturb, free_perturb): Remove inline keyword.
17766 2014-12-17  Joseph Myers  <joseph@codesourcery.com>
17768         [BZ #17725]
17769         * sysdeps/generic/profil-counter.h (profil_counter): Rename to
17770         __profil_counter.
17771         * sysdeps/unix/sysv/linux/hppa/profil-counter.h (profil_counter):
17772         Likewise.
17773         * sysdeps/unix/sysv/linux/i386/profil-counter.h (profil_counter):
17774         Likewise.
17775         * sysdeps/unix/sysv/linux/ia64/profil-counter.h (profil_counter):
17776         Likewise.
17777         * sysdeps/unix/sysv/linux/s390/s390-32/profil-counter.h
17778         (profil_counter): Likewise.
17779         * sysdeps/unix/sysv/linux/s390/s390-64/profil-counter.h
17780         (profil_counter): Likewise.
17781         * sysdeps/unix/sysv/linux/sh/profil-counter.h (profil_counter):
17782         Likewise.
17783         * sysdeps/unix/sysv/linux/tile/profil-counter.h (profil_counter):
17784         Likewise.
17785         * sysdeps/unix/sysv/linux/x86_64/profil-counter.h
17786         (profil_counter): Likewise.
17787         * sysdeps/unix/sysv/linux/arm/profil-counter.h (profil_counter):
17788         Likewise.
17789         [!__profil_counter] (profil_counter): Define as weak alias of
17790         __profil_counter.
17791         * sysdeps/unix/sysv/linux/sparc/sparc32/profil-counter.h
17792         (profil_counter): Rename to __profil_counter.
17793         [!__profil_counter] (profil_counter): Define as weak alias of
17794         __profil_counter.
17795         * sysdeps/unix/sysv/linux/sparc/sparc64/profil-counter.h
17796         (profil_counter): Rename to __profil_counter.
17797         [!__profil_counter] (profil_counter): Define as weak alias of
17798         __profil_counter.
17799         * sysdeps/posix/profil.c: Update comment referring to
17800         profil_counter.
17801         (__profil): Use __profil_counter instead of profil_counter.
17802         * sysdeps/posix/sprofil.c (profil_counter): Rename to
17803         __profil_counter.  Use __profil_counter_ushort and
17804         __profil_counter_uint in definitions.
17805         (__sprofil): Use __profil_counter_uint and __profil_counter_ushort
17806         instead of profil_counter_uint and profil_counter_ushort.
17808         [BZ #17722]
17809         * inet/inet_mkadr.c (inet_makeaddr): Rename to __inet_makeaddr and
17810         define as weak alias of __inet_makeaddr.
17811         * resolv/inet_addr.c (inet_addr): Rename to __inet_addr and define
17812         as weak alias of __inet_addr.
17813         * resolv/inet_pton.c (inet_pton): Rename to __inet_pton and define
17814         as weak alias of __inet_pton.  Use libc_hidden_weak.
17815         * include/arpa/inet.h (__inet_pton): Declare.  Use
17816         libc_hidden_proto.
17817         (inet_makeaddr): Don't use libc_hidden_proto.
17818         (__inet_makeaddr): Declare.  Use libc_hidden_proto.
17819         * resolv/res_init.c (__res_vinit): Use __inet_pton instead of
17820         inet_pton.  Use __inet_makeaddr instead of inet_makeaddr.
17821         * conform/Makefile (test-xfail-POSIX/pthread.h/linknamespace):
17822         Remove variable.
17823         (test-xfail-POSIX/sched.h/linknamespace): Likewise.
17824         (test-xfail-POSIX/time.h/linknamespace): Likewise.
17826 2014-12-17  Steve Ellcey  <sellcey@imgtec.com>
17828         * inet/getnetgrent_r.c: Move while loop to be inside if statement.
17830 2014-12-17  Stefan Liebler  <stli@linux.vnet.ibm.com>
17832         * stdio-common/bug-vfprintf-nargs.c (do_test):
17833         Cast value to intptr_t to avoid format warning
17834         for usage with PRIdPTR printing macro.
17836 2014-12-17  Stefan Liebler  <stli@linux.vnet.ibm.com>
17838         * libio/tst-widetext.c (do_test):
17839         Use format type %td instead of %Zd for ptrdiff_t
17840         in order to avoid format warning.
17842 2014-12-17  Andreas Schwab  <schwab@suse.de>
17844         * nscd/mem.c (gc): Add size_t cast to match printf format.
17846 2014-12-16  Roland McGrath  <roland@hack.frob.com>
17848         * sysdeps/gnu/unwind-resume.c: #include <sysdep.h>.
17849         (init): Apply PTR_MANGLE to pointers before storing them.
17850         (_Unwind_Resume, __gcc_personality_v0): Apply PTR_DEMANGLE to pointers
17851         before using them.
17853 2014-12-16  Joseph Myers  <joseph@codesourcery.com>
17855         [BZ #17719]
17856         * sysdeps/x86_64/memrchr.S (memrchr): Rename to __memrchr and
17857         define as weak alias of __memrchr.
17858         (__memrchr): Do not define as strong alias of memrchr.
17859         * conform/Makefile (test-xfail-XPG4/libgen.h/linknamespace):
17860         Remove variable.
17861         (test-xfail-UNIX98/libgen.h/linknamespace): Likewise.
17862         (test-xfail-XOPEN2K/libgen.h/linknamespace): Likewise.
17863         (test-xfail-XOPEN2K8/libgen.h/linknamespace): Likewise.
17865         [BZ #17717]
17866         * inet/if_index.c (if_nametoindex): Rename to __if_nametoindex and
17867         define as weak alias of __if_nametoindex.  Use libc_hidden_weak.
17868         (if_indextoname): Rename to __if_indextoname and define as weak
17869         alias of __if_indextoname.  Use libc_hidden_weak.
17870         (if_freenameindex): Rename to __if_freenameindex and define as
17871         weak alias of __if_freenameindex.
17872         (if_nameindex): Rename to __if_nameindex and define as weak alias
17873         of __if_nameindex.
17874         * sysdeps/mach/hurd/if_index.c (if_nametoindex): Rename to
17875         __if_nametoindex and define as weak alias of __if_nametoindex.
17876         Use libc_hidden_weak.
17877         (if_freenameindex): Rename to __if_freenameindex and define as
17878         weak alias of __if_freenameindex.
17879         (if_nameindex): Rename to __if_nameindex and define as weak alias
17880         of __if_nameindex.
17881         (if_indextoname): Rename to __if_indextoname and define as weak
17882         alias of __if_indextoname.  Use libc_hidden_weak.
17883         * sysdeps/unix/sysv/linux/if_index.c (if_nametoindex): Rename to
17884         __if_nametoindex and define as weak alias of __if_nametoindex.
17885         Use libc_hidden_weak.
17886         (if_freenameindex): Rename to __if_freenameindex and define as
17887         weak alias of __if_freenameindex.  Use libc_hidden_weak.
17888         (if_nameindex_netlink): Use __if_freenameindex instead of
17889         if_freenameindex.
17890         (if_nameindex): Rename to __if_nameindex and define as weak alias
17891         of __if_nameindex.  Use libc_hidden_weak.
17892         (if_indextoname): Rename to __if_indextoname and define as weak
17893         alias of __if_indextoname.  Use libc_hidden_weak.
17894         * include/net/if.h [!_ISOMAC] (__if_nametoindex): Declare and use
17895         libc_hidden_proto.
17896         [!_ISOMAC] (__if_freenameindex): Likewise.
17897         * resolv/res_init.c (__res_vinit): Use __if_nametoindex instead of
17898         if_nametoindex.
17899         * conform/Makefile (test-xfail-XPG4/grp.h/linknamespace): Remove
17900         variable.
17901         (test-xfail-XPG4/pwd.h/linknamespace): Likewise.
17902         (test-xfail-UNIX98/aio.h/linknamespace): Likewise.
17903         (test-xfail-UNIX98/grp.h/linknamespace): Likewise.
17904         (test-xfail-UNIX98/pthread.h/linknamespace): Likewise.
17905         (test-xfail-UNIX98/pwd.h/linknamespace): Likewise.
17906         (test-xfail-UNIX98/sched.h/linknamespace): Likewise.
17907         (test-xfail-UNIX98/time.h/linknamespace): Likewise.
17909         * conform/Makefile (test-xfail-UNIX98/semaphore.h/linknamespace):
17910         Remove variable.
17911         (test-xfail-XOPEN2K/semaphore.h/linknamespace): Likewise.
17912         (test-xfail-XOPEN2K8/semaphore.h/linknamespace): Likewise.
17914 2014-12-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
17916         * resolv/res_send.c (__libc_res_nsend): Disable warning 'array
17917         subscript above bounds'
17919         * resolv/res_send.c (__libc_res_nsend): Fix check for nsmap
17920         bounds.
17922 2014-12-16  Arjun Shankar  <arjun.is@lostca.se>
17924         * libio/tst-fopenloc.c: Use test-skeleton.c.
17926         * stdlib/tst-bsearch.c: Use test-skeleton.c.
17927         (entry): Rename to ITEM.
17928         (do_test, comp): Adjust.
17930         * stdio-common/tst-fseek.c: Use test-skeleton.c.
17932 2014-12-16  Torvald Riegel  <triegel@redhat.com>
17934         * string/tester.c: Include <libc-internal.h>.
17935         (test_memset): Ignore -Wmemset-transposed-args.
17937 2014-12-16  Torvald Riegel  <triegel@redhat.com>
17939         * misc/tst-mntent2.c (do_test): Fix warning.
17941 2014-12-16  Torvald Riegel  <triegel@redhat.com>
17943         * elf/tst-unique4lib.cc(a): Mark as used.
17945 2014-12-16  Florian Weimer  <fweimer@redhat.com>
17947         [BZ #17630]
17948         * resolv/nss_dns/dns-network.c (getanswer_r): Iterate over alias
17949         names.
17951 2014-12-16  Allan McRae  <allan@archlinux.org>
17953         * stdio-common/Makefile (tests): Re-add bug26.
17955 2014-12-15  Ondřej Bílka  <neleai@seznam.cz>
17957         [BZ #17657]
17958         * locale/programs/ld-ctype.c (find_translit2, read_widestring): Return
17959         static array.
17961 2014-12-15  Bernard Ogden  <bernie.ogden@linaro.org>
17963         * nptl/lowlevellock.c (__lll_lock_wait_private): Add comments.
17964         (__lll_lock_wait): Likewise.
17965         (__lll_timedlock_wait): Likewise.
17966         (__lll_timedwait_tid): Likewise.
17967         * nptl/lowlevelrobustlock.c (__lll_robust_lock_wait): Likewise.
17968         (__lll_robust_timedlock_wait): Likewise.
17969         * sysdeps/nptl/lowlevellock.h (lll_trylock): Likewise.
17970         (lll_cond_trylock): Likewise.
17971         (__lll_lock): Likewise.
17972         (__lll_robust_lock): Likewise.
17973         (__lll_cond_lock): Likewise.
17974         (lll_robust_cond_lock): Likewise.
17975         (__lll_timedlock): Likewise.
17976         (__lll_robust_timedlock): Likewise.
17977         (__lll_unlock): Likewise.
17978         (__lll_robust_unlock): Likewise.
17979         (lll_wait_tid): Likewise.
17980         (lll_timedwait_tid): Likewise.
17982 2014-12-15  Torvald Riegel  <triegel@redhat.com>
17984         * nptl/tst-sem4.c (do_test): Start with a fresh semaphore state.
17986 2014-12-15  Torvald Riegel  <triegel@redhat.com>
17988         * nptl/tst-mutex5.c (do_test): Do not skip tests if elision is enabled.
17990 2014-12-15  Adhemerval Zanella  <Azanella@linux.vnet.ibm.com>
17992         * stdio-common/test-vfprintf.c: Include <libc-internal.h>.
17993         * stdio-common/tst-sprintf.c: Likewise.
17995 2014-12-15  Torvald Riegel  <triegel@redhat.com>
17997         * sysdeps/unix/sysv/linux/s390/pthread_once.c: Remove file.
17999 2014-12-15  Jeff Law  <law@redhat.com>
18001         [BZ #16617]
18002         * stdio-common/vfprintf.c (vfprintf): Allocate large specs array
18003         on the heap.  (CVE-2012-3406)
18004         * stdio-common/bug23-2.c, stdio-common/bug23-3.c: New file.
18005         * stdio-common/bug23-4.c: New file.  Test case by Joseph Myers.
18006         * stdio-common/Makefile (tests): Add bug23-2, bug23-3, bug23-4.
18008 2014-12-15  Will Newton  <will.newton@linaro.org>
18010         * manual/install.texi: Bump required version of texinfo
18011         to 4.7 from 4.5.
18012         * INSTALL: Regenerated.
18013         * configure.ac: Check for makeinfo version 4.7 and above.
18014         * configure: Regenerated.
18016 2014-12-12  Roland McGrath  <roland@hack.frob.com>
18018         * sysdeps/posix/shm-directory.h (SHM_GET_NAME): Take new argument
18019         PREFIX, string constant to insert between directory and name.
18020         * sysdeps/posix/shm_open.c: Update caller.
18021         * sysdeps/posix/shm_unlink.c: Likewise.
18022         * nptl/semaphoreP.h (struct mountpoint_info): Type removed.
18023         (__where_is_shmfs, mountpoint, __namedsem_once): Declarations removed.
18024         (SEM_SHM_PREFIX): New macro.
18025         * sysdeps/posix/Makefile (librt-routines): Add shm-directory only if
18026         [$(have-thread-library) = no].
18027         * nptl/Makefile (libpthread-routines): Add shm-directory.
18028         * nptl/Versions (GLIBC_PRIVATE): Add __shm_directory.
18029         * sysdeps/nptl/shm-directory.h: New file.
18030         * sysdeps/posix/shm-directory.c
18031         [IS_IN (libpthread)] (__shm_directory): Add hidden_def.
18032         * sysdeps/unix/sysv/linux/shm-directory.c: Likewise.
18033         * nptl/sem_open.c (check_add_mapping): Use munmap function rather than
18034         INTERNAL_SYSCALL.
18035         (__where_is_shmfs): Function removed.
18036         (mountpoint, defaultmount, defaultdir, __namedsem_once):
18037         Variables removed.
18038         (sem_open): Use __libc_close function rather than INTERNAL_SYSCALL.
18039         Use SHM_GET_NAME.
18040         * nptl/sem_unlink.c: Prototypify.  Use SHM_GET_NAME.
18042         * sysdeps/nptl/bits/libc-lockP.h [IS_IN (libpthread)]
18043         (PTFAVAIL, __libc_ptf_call, __libc_ptf_call_always): Define as
18044         unconditional for use inside libpthread.
18045         [IS_IN (libpthread)]: Include <nptl/pthreadP.h>.
18047 2014-12-12  Roland McGrath  <roland@hack.frob.com>
18049         * nptl/pthread_getaffinity.c: New file.
18050         * nptl/pthread_setaffinity.c: New file.
18051         * nptl/pthread_getname.c: New file.
18052         * nptl/pthread_setname.c: New file.
18054         * nptl/pthread_create.c (START_THREAD_DEFN)
18055         [! __ASSUME_SET_ROBUST_LIST]: Add missing & in lll_futex_wake argument.
18057 2014-12-12  Stefan Liebler  <stli@linux.vnet.ibm.com>
18058             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
18060         * resolv/res_send.c (send_vc): Disable warning resplen may
18061         be used uninitialized.
18063 2014-12-12  Stefan Liebler  <stli@linux.vnet.ibm.com>
18065         * nptl/tst-mutex6.c
18066         (ATTR_NULL): New define checks ATTR against NULL.
18067         (do_test): Use !ATTR_NULL instead of ATTR != NULL.
18068         * nptl/tst-mutexpp6.c (ATTR_NULL): New define.
18070 2014-12-11  James Lemke  <jwlemke@codesourcery.com>
18072         [BZ #17581]
18073         * malloc/hooks.c
18074         (mem2mem_check): Revert my previous change.
18075         (malloc_check_get_size): Revert my previous change.
18076         (mem2chunk_check): Revert my previous change.
18078 2014-12-11  Roland McGrath  <roland@hack.frob.com>
18080         * sysdeps/posix/shm-directory.c: New file.
18081         * sysdeps/posix/shm-directory.h: New file.
18082         * sysdeps/posix/Makefile [($(subdir) = rt] (librt-routines): Add it.
18083         * sysdeps/posix/shm_open.c: Use SHM_GET_NAME.
18084         Use O_NOFOLLOW and O_CLOEXEC if available.  Transmute EISDIR to EINVAL.
18085         * sysdeps/posix/shm_unlink.c: Use SHM_GET_NAME.
18086         Transmute EPERM to EACCES.
18087         * sysdeps/unix/sysv/linux/shm-directory.c: New file, most code taken
18088         from ...
18089         * sysdeps/unix/sysv/linux/shm_open.c: ... here.  File removed.
18090         * sysdeps/unix/sysv/linux/shm_unlink.c: File removed.
18092 2014-12-11  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
18094         * sysdeps/sh/jmpbuf_unwind.h (_jmpbuf_sp): Declare SP as void
18095         pointer and cast to uintptr_t.
18096         * sysdeps/sh/nptl/tls.h (TLS_INIT_TP): Use NULL instead of 0.
18097         * sysdeps/unix/sysv/linux/sh/lowlevellock.h (lll_futex_timed_wait):
18098         Add cast to avoid warning.
18099         * sysdeps/unix/sysv/linux/sh/register-dump.h: Use 0 instead of NULL.
18101 2014-12-11  Joseph Myers  <joseph@codesourcery.com>
18103         * nptl/semaphore.h: Move to ...
18104         * sysdeps/pthread/semaphore.h: ... here.
18105         * Makefile (installed-headers): Change nptl/semaphore.h to
18106         sysdeps/pthread/semaphore.h.
18108 2014-12-11  Roland McGrath  <roland@hack.frob.com>
18110         * misc/tst-error1.c (do_test): Ignore -Wformat-security for
18111         generated error format strings.
18113         * stdio-common/tstdiomisc.c (t2): Ignore -Wformat and
18114         -Wformat-extra-args warnings for scanf formats.
18115         * stdio-common/scanf4.c (main): Ignore -Wformat-zero-length around
18116         test of zero-length format (duh).
18117         * stdio-common/scanf7.c (main): Ignore -Wformat warnings for
18118         corner-case scanf format test.
18119         * stdio-common/test-vfprintf.c (do_test): Ignore -Wformat-security for
18120         generated fprintf format string.
18121         * stdio-common/tst-sprintf.c (do_test): Ignore -Wformat warnings for
18122         corner-case sprintf format tests.
18123         * stdio-common/tst-printf.c: Ignore -Wformat throughout.
18124         * stdio-common/tst-printfsz.c (main): Ignore -Wformat and
18125         -Wformat-extra-args warnings throughout.
18126         * stdio-common/Makefile (CFLAGS-tstdiomisc.c): Variable removed.
18127         (CFLAGS-scanf4.c): Likewise.
18128         (CFLAGS-scanf7.c): Likewise.
18129         (CFLAGS-tst-sprintf.c): Likewise.
18130         (CFLAGS-tst-printf.c): Likewise.
18131         (CFLAGS-tst-printfsz.c): Likewise.
18133 2014-12-11  Joseph Myers  <joseph@codesourcery.com>
18135         * include/cpio.h: New file.
18136         * include/fmtmsg.h: Likewise.
18138         * tst-mbswcs1.c (show): Use %zu format instead of %Zd.  Cast
18139         corresponding format argument to size_t.
18140         * tst-mbswcs2.c (show): Likewise.  Use %td format for ptrdiff_t
18141         arguments.
18142         * tst-mbswcs3.c (show): Use %zu format instead of %Zd.  Cast
18143         corresponding format argument to size_t.
18144         * tst-mbswcs4.c (show): Likewise.  Use %td format for ptrdiff_t
18145         arguments.
18146         * tst-mbswcs5.c (show): Use %zu format instead of %Zd.  Cast
18147         corresponding format argument to size_t.
18148         * tst-trans.c (do_test): Use %lc format for wint_t arguments.
18149         * Makefile (CFLAGS-tst-mbswcs1.c): Remove variable.
18150         (CFLAGS-tst-mbswcs2.c): Likewise.
18151         (CFLAGS-tst-mbswcs3.c): Likewise.
18152         (CFLAGS-tst-mbswcs4.c): Likewise.
18153         (CFLAGS-tst-mbswcs5.c): Likewise.
18154         (CFLAGS-tst-trans.c): Likewise
18156 2014-12-11  Roland McGrath  <roland@hack.frob.com>
18158         * posix/regexbug1.c (main): Use "%s" format with regerror results,
18159         rather than assuming they won't contain any '%'s.
18161 2014-12-11  Chris Metcalf  <cmetcalf@ezchip.com>
18163         * sysdeps/tile/tilegx/memset.c (__memcpy): Add
18164         inhibit_loop_to_libcall to avoid recursive calls.
18165         * sysdeps/tile/tilegx/memcpy.c (__memcpy): Likewise.
18166         * sysdeps/tile/tilepro/memcpy.c (__memcpy): Likewise.
18168 2014-12-11  Adhemerval Zanella  <Azanella@linux.vnet.ibm.com>
18170         * include/sys/socket.h (__sendmmsg): Add __USE_GNU guards on function
18171         prototype.
18173 2014-12-11  Steve Ellcey  <sellcey@imgtec.com>
18175         * sysdeps/mips/dl-trampoline.c: Modify switch expression to have
18176         integer value instead of boolean.
18178 2014-12-11  Steve Ellcey  <sellcey@imgtec.com>
18180         * malloc/malloc.c: Fix powerof2 check.
18182 2014-12-11  Stefan Liebler  <stli@linux.vnet.ibm.com>
18184         * locale/programs/locfile.h (maybe_swap_uint32):
18185         Remove inline and add unused attribute.
18187 2014-12-11  Stefan Liebler  <stli@linux.vnet.ibm.com>
18189         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_load_address):
18190         Truncating assembler expression to a .long expression.
18192 2014-12-11  Andreas Schwab  <schwab@suse.de>
18194         * elf/rtld.c (struct map_args): Constify str member.
18195         (do_preload): Constify fname argument.
18197 2014-12-11  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
18199         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c: Remove overflow warnings for
18200         constants definition.
18202 2014-12-11  Andreas Schwab  <schwab@suse.de>
18204         [BZ #16657]
18205         * nptl/pthread_mutex_trylock.c (__pthread_mutex_trylock): Use
18206         FORCE_ELISION instead of DO_ELISION.
18207         * sysdeps/unix/sysv/linux/x86/force-elision.h (DO_ELISION):
18208         Remove.
18209         * sysdeps/unix/sysv/linux/s390/force-elision.h (DO_ELISION):
18210         Likewise.
18212         * iconvdata/gconv-modules: Remove duplicate entry.
18214 2014-12-11  Will Newton  <will.newton@linaro.org>
18216         Merge gettext 0.19.3 into intl/.
18218         This involves a number of cosmetic changes to comments
18219         and ANSI function definitions and prototypes throughout
18220         all the files. The gettext copyright header is used but
18221         with the date ranges taken from the glibc copy.
18223         * NEWS: Add gettext merge to 2.21.
18224         * intl/bindtextdom.c: Switch to gettext copyright.
18225         Use ANSI definitions and prototypes.
18226         Use gl_* locking primitives rather than __libc_* ones.
18227         Use __builtin_expect rather than __glibc_likely/unlikely.
18228         * intl/dcgettext.c: Switch to gettext copyright.
18229         Use ANSI definitions and prototypes.
18230         * intl/dcigettext.c: Switch to gettext copyright.
18231         Use ANSI definitions and prototypes.
18232         (INTDIV0_RAISES_SIGFPE): New define.
18233         Use gl_* locking primitives rather than __libc_* ones.
18234         Include eval-plural.h instead of plural-eval.c.
18235         Use __builtin_expect rather than __glibc_likely/unlikely.
18236         * intl/dcngettext.c: Switch to gettext copyright.
18237         Use ANSI definitions and prototypes.
18238         * intl/dgettext.c: Likewise.
18239         * intl/dngettext.c: Likewise.
18240         * intl/plural-eval.c: Renamed to...
18241         * intl/eval-plural.h: ...this.
18242         * intl/explodename.c: Switch to gettext copyright.
18243         Use ANSI definitions and prototypes.
18244         (_nl_explode_name): Use strchr instead of __rawmemchr.
18245         * intl/finddomain.c: Switch to gettext copyright.
18246         Use ANSI definitions and prototypes.
18247         Use gl_* locking primitives rather than __libc_* ones.
18248         (_nl_find_domain): Use malloc rather than alloca for
18249         allocation of temporary locale name.
18250         * intl/gettext.c: Switch to gettext copyright.
18251         Use ANSI definitions and prototypes.
18252         * intl/gettextP.h: Switch to gettext copyright.
18253         Use ANSI definitions and prototypes.
18254         Use gl_* locking primitives rather than __libc_* ones.
18255         * intl/gmo.h: Switch to gettext copyright.
18256         (struct sysdep_string): Move struct segment_pair outside of
18257         struct definition.
18258         * intl/hash-string.c: Use ANSI definitions and prototypes.
18259         * intl/hash-string.h: Switch to gettext copyright.
18260         Use ANSI definitions and prototypes.
18261         * intl/l10nflist.c: Switch to gettext copyright.
18262         Use ANSI definitions and prototypes.
18263         (_nl_normalize_codeset): Avoid integer overflow.
18264         * intl/loadinfo.h: Switch to gettext copyright.
18265         Use ANSI definitions and prototypes.
18266         (LIBINTL_DLL_EXPORTED): New define.
18267         (PATH_SEPARATOR): New define.
18268         * intl/loadmsgcat.c: Switch to gettext copyright.
18269         * intl/localealias.c: Switch to gettext copyright.
18270         Use ANSI definitions and prototypes.
18271         (_nl_expand_alias): Use PATH_SEPARATOR.
18272         * intl/ngettext.c: Switch to gettext copyright.
18273         Use ANSI definitions and prototypes.
18274         * intl/plural-exp.c: Likewise.
18275         * intl/plural-exp.h: Switch to gettext copyright.
18276         Use ANSI definitions and prototypes.
18277         (struct expression): Move definition of enum operator outside
18278         of struct definition.
18279         * intl/plural.c: Regenerate.
18280         * intl/plural.y: Switch to gettext copyright.
18281         Use ANSI definitions and prototypes.
18282         Port to bison 3.0.
18283         * intl/textdomain.c: Switch to gettext copyright.
18284         Use ANSI definitions and prototypes.
18285         Use gl_* locking primitives rather than __libc_* ones.
18287 2014-12-10  Steve Ellcey  <sellcey@imgtec.com>
18289         * debug/warning-nop.c: Add used atrribute.
18291 2014-12-10  Joseph Myers  <joseph@codesourcery.com>
18293         * sysdeps/unix/sysv/linux/mips/mips32/waitid.c: New file.
18295         * sysdeps/unix/sysv/linux/mips/mips64/Makefile
18296         [$(subdir) == signal] (CFLAGS-sigaction.c): New variable.
18297         [$(subdir) == nptl] (CFLAGS-sigaction.c): Likewise.
18299 2014-12-10  Joseph Myers  <joseph@codesourcery.com>
18300             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
18302         [BZ #17634]
18303         * wcsmbs/wcschr.c [!WCSCHR] (wcschr): Define as __wcschr.
18304         Undefine after defining function.  Define as weak alias of
18305         __wcschr.  Use libc_hidden_weak.
18306         * include/wchar.h (__wcschr): Declare.  Use libc_hidden_proto.
18307         * sysdeps/i386/i686/multiarch/wcschr-c.c [IS_IN (libc) && SHARED]
18308         (libc_hidden_def): Also define __GI___wcschr alias.
18309         * sysdeps/i386/i686/multiarch/wcschr.S (wcschr): Rename to
18310         __wcschr and define as weak alias of __wcschr.
18311         * sysdeps/powerpc/power6/wcschr.c [!WCSCHR] (WCSCHR): Define as
18312         __wcschr.
18313         [!WCSCHR] (DEFAULT_WCSCHR): Define.
18314         [DEFAULT_WCSCHR] (__wcschr): Use libc_hidden_def.
18315         [DEFAULT_WCSCHR] (wcschr): Define as weak alias of __wcschr.  Use
18316         libc_hidden_weak.  Do not use libc_hidden_def.
18317         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-ppc32.c
18318         [IS_IN (libc) && SHARED] (libc_hidden_def): Also define
18319         __GI___wcschr alias.
18320         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr.c
18321         [IS_IN (libc)] (wcschr): Define as macro expanding to
18322         __redirect_wcschr.
18323         [IS_IN (libc)] (__wcschr_ppc): Use __redirect_wcschr in typeof.
18324         [IS_IN (libc)] (__wcschr_power6): Likewise.
18325         [IS_IN (libc)] (__wcschr_power7): Likewise.
18326         [IS_IN (libc)] (__libc_wcschr): New.  Define with libc_ifunc
18327         instead of wcschr.
18328         [IS_IN (libc)] (wcschr): Undefine and define as weak alias of
18329         __libc_wcschr.
18330         [!IS_IN (libc)] (libc_hidden_def): Do not undefine and redefine.
18331         * sysdeps/powerpc/powerpc64/multiarch/wcschr.c (wcschr): Rename to
18332         __wcschr and define as weak alias of __wcschr.  Use
18333         libc_hidden_builtin_def.
18334         * sysdeps/x86_64/wcschr.S (wcschr): Rename to __wcschr and define
18335         as weak alias of __wcschr.  Use libc_hidden_weak.
18336         * time/alt_digit.c (_nl_get_walt_digit): Use __wcschr instead of
18337         wcschr.
18338         * time/era.c (_nl_init_era_entries): Likewise.
18339         * conform/Makefile (test-xfail-ISO/time.h/linknamespace): Remove
18340         variable.
18341         (test-xfail-XPG3/time.h/linknamespace): Likewise.
18342         (test-xfail-XPG4/time.h/linknamespace): Likewise.
18344 2014-12-10  Joseph Myers  <joseph@codesourcery.com>
18346         * libio/tst-ftell-active-handler.c (do_ftruncate_test): Use %ld
18347         format for long int variable.
18349 2014-12-10  Anders Kaseorg  <andersk@MIT.EDU>
18351         [BZ #10672]
18352         * manual/search.texi: (Array Sort Function): Remove claim how to make
18353         qsort stable.
18355 2014-12-10  Andreas Schwab  <schwab@suse.de>
18357         [BZ #12847]
18358         * sysdeps/nptl/fork.c (fresetlockfiles): Skip files with
18359         user-controlled locks.
18361 2014-12-10  Richard Earnshaw  <rearnsha@arm.com>
18363         * sysdeps/aarch64/strchrnul.S (vrepmask): Use a call-clobbered
18364         register.
18366 2014-12-10  Joseph Myers  <joseph@codesourcery.com>
18368         * configure.ac (--disable-werror): New configure option.
18369         (enable_werror): New AC_SUBST.
18370         * configure: Regenerated.
18371         * config.make.in (enable-werror): New variable.
18372         * Makeconfig [$(enable-werror) = yes] (+gccwarn): Add -Werror
18373         -Wno-error=undef.
18374         (+gccwarn-c): Do not use -Werror=implicit-function-declaration.
18375         * manual/install.texi (Configuring and compiling): Document
18376         --disable-werror.
18377         * INSTALL: Regenerated.
18378         * debug/Makefile (CFLAGS-tst-chk1.c): Add -Wno-error.
18379         (CFLAGS-tst-chk2.c): Likewise.
18380         (CFLAGS-tst-chk3.c): Likewise.
18381         (CFLAGS-tst-chk4.cc): Likewise.
18382         (CFLAGS-tst-chk5.cc): Likewise.
18383         (CFLAGS-tst-chk6.cc): Likewise.
18384         (CFLAGS-tst-lfschk1.c): Likewise.
18385         (CFLAGS-tst-lfschk2.c): Likewise.
18386         (CFLAGS-tst-lfschk3.c): Likewise.
18387         (CFLAGS-tst-lfschk4.cc): Likewise.
18388         (CFLAGS-tst-lfschk5.cc): Likewise.
18389         (CFLAGS-tst-lfschk6.cc): Likewise.
18391         * stdio-common/tst-printfsz.c: Include <libc-internal.h>.
18392         (main): Disable -Wdeprecated-declarations around calls to
18393         register_printf_function.
18395         * stdio-common/tst-unlockedio.c: Include <libc-internal.h>.
18396         (do_test): Disable -Wdiv-by-zero around some calls to
18397         fwrite_unlocked and fread_unlocked.
18399         * include/libc-internal.h (DIAG_PUSH_NEEDS_COMMENT): New macro.
18400         (DIAG_POP_NEEDS_COMMENT): Likewise.
18401         (_DIAG_STR1): Likewise.
18402         (_DIAG_STR): Likewise.
18403         (DIAG_IGNORE_NEEDS_COMMENT): Likewise.
18404         * stdio-common/bug21.c: Include <libc-internal.h>.
18405         (do_test): Disable -Wformat around call to sscanf.
18406         * stdio-common/scanf14.c: Include <libc-internal.h>.
18407         (main): Disable -Wformat around some calls to scanf functions.
18409 2014-12-09  Torvald Riegel  <triegel@redhat.com>
18411         * sysdeps/unix/sysv/linux/sh/pthread_once.S: Remove file.
18413 2014-12-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
18415         * libio/tst-ftell-active-handler.c (do_ftell_test): Fix wide-character
18416         stack variable alignment.
18418 2014-12-06  Joseph Myers  <joseph@codesourcery.com>
18420         [BZ #17682]
18421         * resource/Versions (libc): Add __getrlimit at GLIBC_PRIVATE.
18422         * resource/getrlimit.c (__getrlimit): Use libc_hidden_def.
18423         * sysdeps/mach/hurd/getrlimit.c (__getrlimit): Likewise.
18424         * include/sys/resource.h (__getrlimit): Use libc_hidden_proto.
18425         * nptl/nptl-init.c (__pthread_initialize_minimal_internal): Use
18426         __getrlimit instead of getrlimit.
18427         * nptl/pthread_cond_timedwait.c (__pthread_cond_timedwait): Use
18428         __gettimeofday instead of gettimeofday.
18429         * nptl/pthread_rwlock_timedrdlock.c (pthread_rwlock_timedrdlock):
18430         Likewise.
18431         * nptl/pthread_rwlock_timedwrlock.c (pthread_rwlock_timedwrlock):
18432         Likewise.
18433         * sysdeps/pthread/aio_misc.c (handle_fildes_io): Likewise.
18434         * conform/Makefile (test-xfail-POSIX2008/aio.h/linknamespace):
18435         Remove variable.
18436         (test-xfail-POSIX2008/pthread.h/linknamespace): Likewise.
18437         (test-xfail-POSIX2008/time.h/linknamespace): Likewise.
18439 2014-12-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
18441         * libio/tst-ftell-active-handler.c (do_ftell_test): Fix buffer overrun
18442         for wide-character tests.
18444 2014-12-04  Roland McGrath  <roland@hack.frob.com>
18446         * io/openat64.c: #include <libc-internal.h>
18447         (__openat64): Prototypify.  Use ignore_value on MODE.
18448         * io/openat.c: Likewise.
18449         * misc/reboot.c: #include <libc-internal.h>
18450         (reboot): Prototypify.  Use ignore_value on HOWTO.
18451         * misc/ptrace.c: #include <libc-internal.h>
18452         (ptrace): Prototypify.  Use ignore_value for va_arg'd parameters.
18454 2014-12-04  Joseph Myers  <joseph@codesourcery.com>
18456         * conform/list-header-symbols.pl (%extra_syms): Add h_errno for
18457         XPG4, UNIX98 and XOPEN2K.
18458         * conform/Makefile (test-xfail-XOPEN2K/grp.h/linknamespace):
18459         Remove variable.
18460         (test-xfail-XOPEN2K/pwd.h/linknamespace): Likewise.
18462 2014-12-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
18464         * libio/fileops.c: Use ISO C style for function definitions.
18465         * libio/iofopen.c: Likewise.
18466         * libio/wfileops.c: Likewise.
18468         [BZ #17653]
18469         * libio/fileops.c (_IO_new_file_underflow): Unset cached
18470         offset on EOF.
18471         * libio/wfileops.c (_IO_wfile_underflow): Likewise.
18472         * libio/tst-ftell-active-handler.c (fgets_func_t): New type.
18473         (fgets_func): Function pointer to fgets and fgetws.
18474         (do_ftell_test): Add test to verify ftell value after read
18475         EOF.
18476         (do_test): Set fgets_func.
18478         * libio/tst-ftell-active-handler.c (do_ftruncate_test): Add
18479         O_TRUNC flag for w and w+ modes.
18480         (do_rewind_test): Likewise.
18481         (do_ftell_test): Likewise.
18482         (do_write_test): Likewise.
18484         [BZ #17647]
18485         * libio/fileops.c (do_ftell): Seek only when there are
18486         unflushed writes.
18487         * libio/wfileops.c (do_ftell_wide): Likewise.
18488         * libio/tst-ftell-active-handler.c (do_ftruncate_test): New
18489         test case.
18490         (do_one_test): Call it.
18492 2014-12-03  Joseph Myers  <joseph@codesourcery.com>
18494         * conform/list-header-symbols.pl (%extra_syms): Add getdate_err
18495         for XPG4, UNIX98, XOPEN2K and XOPEN2K8.
18496         * conform/Makefile (test-xfail-XOPEN2K/pthread.h/linknamespace):
18497         Remove variable.
18498         (test-xfail-XOPEN2K/time.h/linknamespace): Likewise.
18499         (test-xfail-XOPEN2K8/pthread.h/linknamespace): Likewise.
18500         (test-xfail-XOPEN2K8/time.h/linknamespace): Likewise.
18502 2014-12-02  Joseph Myers  <joseph@codesourcery.com>
18504         * conform/Makefile (test-xfail-XOPEN2K/aio.h/linknamespace):
18505         Remove variable.
18506         (test-xfail-XOPEN2K8/aio.h/linknamespace): Likewise.
18508         [BZ #17668]
18509         * inet/ifaddrs.c (getifaddrs): Rename to __getifaddrs and define
18510         as weak alias of __getifaddrs.  Use libc_hidden_weak.
18511         (freeifaddrs): Rename to __freeifaddrs and define as weak alias of
18512         __freeifaddrs.  Use libc_hidden_weak.
18513         * sysdeps/gnu/ifaddrs.c (getifaddrs): Rename to __getifaddrs and
18514         define as weak alias of __getifaddrs.  Use libc_hidden_weak.
18515         (freeifaddrs): Rename to __freeifaddrs and define as weak alias of
18516         __freeifaddrs.  Use libc_hidden_weak.
18517         * sysdeps/unix/sysv/linux/ifaddrs.c (getifaddrs): Rename to
18518         __getifaddrs and define as weak alias of __getifaddrs.  Use
18519         libc_hidden_weak.
18520         (freeifaddrs): Rename to __freeifaddrs and define as weak alias of
18521         __freeifaddrs.  Use libc_hidden_weak.
18522         * conform/Makefile (test-xfail-XOPEN2K/net/if.h/linknamespace):
18523         Remove variable.
18524         (test-xfail-POSIX2008/net/if.h/linknamespace): Likewise.
18525         (test-xfail-XOPEN2K8/net/if.h/linknamespace): Likewise.
18527 2014-12-02  Petar Jovanovic  <petar.jovanovic@rt-rk.com>
18529         [BZ #17601]
18530         * sysdeps/mips/start.S (__start): Use indirect jump to call
18531         __libc_start_main.
18533 2014-12-02  Joseph Myers  <joseph@codesourcery.com>
18535         * nptl/tst-stack4.c (dso_process): Use int not uintptr_t for t.
18537         * nptl/tst-mutex1.c: Include <stdbool.h>.
18538         [!ATTR] (ATTR_NULL): New macro.
18539         (do_test): Test !ATTR_NULL instead of ATTR != NULL.
18540         * nptl/tst-mutexpi1.c (ATTR_NULL): New macro.
18541         * nptl/tst-mutexpp1.c (ATTR_NULL): New macro.
18543         * posix/tst-getopt_long1.c (do_test): Cast elements of argv array
18544         to char *.
18546         [BZ #17665]
18547         * posix/unistd.h [__USE_MISC || (__USE_XOPEN && !__USE_UNIX98)]:
18548         Change conditional to [__USE_MISC].
18550         [BZ #17664]
18551         * misc/mntent_r.c (__getmntent_r): Use __fgets_unlocked instead of
18552         fgets_unlocked.
18553         * resolv/res_hconf.c [IS_IN (libc)] (fgets_unlocked): Define to
18554         __fgets_unlocked.
18555         * resolv/res_init.c (__res_vinit): Use __fgets_unlocked instead of
18556         fgets_unlocked.
18557         * conform/Makefile (test-xfail-XPG4/sys/statvfs.h/linknamespace):
18558         Remove variable.
18559         (test-xfail-POSIX/sys/mman.h/linknamespace): Likewise.
18560         (test-xfail-UNIX98/sys/mman.h/linknamespace): Likewise.
18561         (test-xfail-UNIX98/sys/statvfs.h/linknamespace): Likewise.
18562         (test-xfail-XOPEN2K/sys/mman.h/linknamespace): Likewise.
18563         (test-xfail-XOPEN2K/sys/statvfs.h/linknamespace): Likewise.
18564         (test-xfail-POSIX2008/sys/mman.h/linknamespace): Likewise.
18565         (test-xfail-POSIX2008/sys/statvfs.h/linknamespace): Likewise.
18566         (test-xfail-XOPEN2K8/sys/mman.h/linknamespace): Likewise.
18567         (test-xfail-XOPEN2K8/sys/statvfs.h/linknamespace): Likewise.
18569         * elf/tst-unique4lib.cc (b): Mark with __attribute__ ((used)).
18571 2014-12-02  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
18573         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
18574         Remove strpbrk objects.
18575         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
18576         (__libc_ifunc_impl_list): Remove strpbrk implementation.
18577         * sysdeps/powerpc/powerpc64/multiarch/strpbrk-ppc64.c: Remove file.
18578         * sysdeps/powerpc/powerpc64/multiarch/strpbrk.c: Remove file.
18579         * sysdeps/powerpc/powerpc64/power7/strpbrk.S: Remove file.
18580         * sysdeps/powerpc/powerpc64/strpbrk.S: New file.
18582         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
18583         Remove strcspn objects.
18584         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
18585         (__libc_ifunc_impl_list): Remove strcspn implementation.
18586         * sysdeps/powerpc/powerpc64/multiarch/strcspn-ppc64.c: Remove file.
18587         * sysdeps/powerpc/powerpc64/multiarch/strcspn.c: Remove file.
18588         * sysdeps/powerpc/powerpc64/power7/strcspn.S: Remove file.
18589         * sysdeps/powerpc/powerpc64/strcspn.S: New file.
18591         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
18592         Remove strspn objetcs.
18593         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
18594         (__libc_ifunc_impl_list): Remove strspn implementation.
18595         * sysdeps/powerpc/powerpc64/multiarch/strspn-power7.S: Remove file.
18596         * sysdeps/powerpc/powerpc64/multiarch/strspn-ppc64.c: Likewise.
18597         * sysdeps/powerpc/powerpc64/power7/strspn.S: Remove file.
18598         * sysdeps/powerpc/powerpc64/strspn.S: New file.
18600 2014-12-01  James Lemke  <jwlemke@codesourcery.com>
18602         [BZ #17581]
18603         * malloc/hooks.c
18604         (mem2mem_check): Add a terminator to the chain of checking blocks.
18605         (malloc_check_get_size): Use it here.
18606         (mem2chunk_check): Ditto.
18608 2014-12-01  Rajalakshmi Srinivasaraghavan <raji@linux.vnet.ibm.com>
18610         * sysdeps/powerpc/powerpc64/strtok.S: New file.
18611         * sysdeps/powerpc/powerpc64/strtok_r.S: New file.
18613 2014-11-29  Carlos O'Donell  <carlos@redhat.com>
18615         * bits/ioctl-types.h: Indent preprocessor directives correctly.
18617         * nptl/nptl-init.c: Include libc-internal.h.
18618         (__pthread_initialize_minimal_internal): Use ROUND_UP.
18620         * elf/ldconfig.c (search_dir): Expand comment.
18622 2014-11-29  Joseph Myers  <joseph@codesourcery.com>
18624         * conform/Makefile (linknamespace-symlist-stdlibs-base): New
18625         variable.
18626         (linknamespace-symlist-stdlibs-tests): Likewise.
18627         (tests-special): Append $(linknamespace-symlist-stdlibs-tests)
18628         instead of $(objpfx)symlist-stdlibs.
18629         (linknamespace-libs-isoc): New variable.
18630         (linknamespace-libs): Use $(linknamespace-libs-isoc).
18631         (linknamespace-libs-ISO): New variable.
18632         (linknamespace-libs-ISO99): Likewise.
18633         (linknamespace-libs-ISO11): Likewise.
18634         (linknamespace-libs-XPG3): Likewise.
18635         (linknamespace-libs-XPG4): Likewise.
18636         (linknamespace-libs-POSIX): Likewise.
18637         (linknamespace-libs-UNIX98): Likewise.
18638         (linknamespace-libs-XOPEN2K): Likewise.
18639         (linknamespace-libs-POSIX2008): Likewise.
18640         (linknamespace-libs-XOPEN2K8): Likewise.
18641         ($(objpfx)symlist-stdlibs): Replace by
18642         $(linknamespace-symlist-stdlibs-tests).  Use
18643         $(linknamespace-libs-$*) as set of libraries.
18644         ($(linknamespace-header-tests)): Update dependencies.  Use
18645         $(objpfx)symlist-stdlibs-$$std for --libsyms argument.
18646         (test-xfail-XPG4/sys/mman.h/linknamespace): Remove.
18647         * conform/linknamespace.pl: Remove comment about considering
18648         definitions of symbols from irrelevant libraries.
18650 2014-11-28  H.J. Lu  <hongjiu.lu@intel.com>
18652         [BZ #13862]
18653         * elf/dl-tls.c: Include <atomic.h>.
18654         (oom): Remove #ifdef SHARED/#endif.
18655         (_dl_static_dtv, _dl_initial_dtv): Moved before ...
18656         (_dl_resize_dtv): This.  Extracted from _dl_update_slotinfo.
18657         (_dl_allocate_tls_init): Resize DTV if the current DTV isn't
18658         big enough.
18659         (_dl_update_slotinfo): Call _dl_resize_dtv to resize DTV.
18660         * nptl/Makefile (tests): Add tst-stack4.
18661         (modules-names): Add tst-stack4mod.
18662         ($(objpfx)tst-stack4): New.
18663         (tst-stack4mod.sos): Likewise.
18664         ($(objpfx)tst-stack4.out): Likewise.
18665         ($(tst-stack4mod.sos)): Likewise.
18666         (clean): Likewise.
18667         * nptl/tst-stack4.c: New file.
18668         * nptl/tst-stack4mod.c: Likewise.
18670 2014-11-27  J. Brown  <jb999@gmx.de>
18672         * sysdeps/x86/bits/string.h: Add recent CPUs.
18674 2014-11-27  Joseph Myers  <joseph@codesourcery.com>
18676         * misc/tst-pselect.c (do_test): Use sigprocmask instead of
18677         sigblock.
18679         * libio/bug-ungetwc1.c (do_test): Verify results of getwc and
18680         feof.
18682         * dlfcn/failtestmod.c (constr): Do not store result of dlsym in a
18683         variable.
18685 2014-11-27  Stefan Liebler  <stli@linux.vnet.ibm.com>
18687         * nscd/connections.c: Include libc-internal.h because of macro
18688         usage ignore_value.
18690 2014-11-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
18692         * string/bits/string3.h (__warn_memset_zero_len): Don't
18693         declare for gcc newer than 5.0.
18694         (memset): Don't test for zero-length __LEN for gcc newer than
18695         5.0.
18697 2014-11-27  Joseph Myers  <joseph@codesourcery.com>
18699         * stdio-common/tst-fmemopen.c (do_test): Cast st_size values to
18700         size_t for %zu format.
18702         * nss/tst-nss-test1.c (do_test): Use %td printf format for pointer
18703         difference, not %ju.
18705 2014-11-26  Joseph Myers  <joseph@codesourcery.com>
18707         * include/libc-internal.h (ignore_value): New macro.
18708         * nscd/connections.c (restart): Wrap calls to setuid and setgid
18709         with ignore_value.
18711         * sysdeps/mips/__longjmp.c (____longjmp): Use prototype
18712         definition.
18714         * nptl/tst-cancel-self-cancelstate.c (do_test): Cast argument of
18715         pthread_cleanup_push to void *.
18717         * sysdeps/unix/sysv/linux/arm/libc-do-syscall.S (_FORTIFY_SOURCE):
18718         Undefine.
18720         [BZ #16619]
18721         [BZ #16740]
18722         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c (__frexpl): Use 1LL << 52
18723         instead of 1L << 52.
18725         * libio/bug-rewind.c (do_test): Check fwscanf return values.
18726         * libio/bug-rewind2.c (do_test): Likewise.
18728         * debug/test-stpcpy_chk-ifunc.c: Remove file.
18729         * debug/test-strcpy_chk-ifunc.c: Likewise.
18730         * wcsmbs/test-wcschr-ifunc.c: Likewise.
18731         * wcsmbs/test-wcscmp-ifunc.c: Likewise.
18732         * wcsmbs/test-wcscpy-ifunc.c: Likewise.
18733         * wcsmbs/test-wcslen-ifunc.c: Likewise.
18734         * wcsmbs/test-wcsrchr-ifunc.c: Likewise.
18735         * wcsmbs/test-wmemcmp-ifunc.c: Likewise.
18736         * Rules [$(multi-arch) = no] (tests): Do not filter out
18737         $(tests-ifunc).
18738         [$(multi-arch) = no] (xtests): Do not filter out $(xtests-ifunc).
18739         * debug/Makefile (tests-ifunc): Remove variable.
18740         (tests): Do not add $(tests-ifunc).
18741         * wcsmbs/Makefile (tests-ifunc): Remove variable.
18742         (tests): Do not add $(tests-ifunc).
18743         * benchtests/bench-string.h (TEST_IFUNC): Remove macro.
18744         [TEST_IFUNC]: Remove conditionals.
18745         * string/test-string.h (TEST_IFUNC): Remove macro.
18746         [TEST_IFUNC]: Remove conditionals.
18748         * string/test-strchr.c [!WIDE] (L): New macro.
18749         [WIDE] (L): Likewise.
18750         (check1): Use CHAR instead of char.  Use L on string and character
18751         constants.
18753 2014-11-26  Adhemerval Zanella  <azanella@linux.ibm.com>
18755         * csu/tst-atomic.c (do_test): Add atomic_exchange_and_add_{acq,rel}
18756         tests.
18757         * sysdeps/powerpc/bits/atomic.h
18758         (__arch_atomic_exchange_and_add_32_acq): Add definition.
18759         (__arch_atomic_exchange_and_add_32_rel): Likewise.
18760         (atomic_exchange_and_add_acq): Likewise.
18761         (atomic_exchange_and_add_rel): Likewise.
18762         * sysdeps/powerpc/powerpc32/bits/atomic.h
18763         (__arch_atomic_exchange_and_add_64_acq): Add definition.
18764         (__arch_atomic_exchange_and_add_64_rel): Likewise.
18765         * sysdeps/powerpc/powerpc64/bits/atomic.h
18766         (__arch_atomic_exchange_and_add_64_acq): Add definition.
18767         (__arch_atomic_exchange_and_add_64_rel): Likewise.
18769 2014-11-26  Torvald Riegel  <triegel@redhat.com>
18771         * nptl/tpp.c (__init_sched_fifo_prio, __pthread_tpp_change_priority):
18772         Change synchronization of __sched_fifo_min_prio and
18773         __sched_fifo_max_prio.
18774         * nptl/pthread_mutexattr_getprioceiling.c
18775         (pthread_mutexattr_getprioceiling): Likewise.
18776         * nptl/pthread_mutexattr_setprioceiling.c
18777         (pthread_mutexattr_setprioceiling): Likewise.
18778         * nptl/pthread_mutex_init.c (__pthread_mutex_init): Likewise.
18779         * nptl/pthread_mutex_setprioceiling.c (pthread_mutex_setprioceiling):
18780         Likewise.
18782 2014-11-26  Joseph Myers  <joseph@codesourcery.com>
18784         * setjmp/jmpbug.c (test): Make foo volatile and cast it to
18785         void.
18787 2014-11-25  Joseph Myers  <joseph@codesourcery.com>
18789         * stdio-common/tst-printf-round.c (test_hex_in_one_mode): Make
18790         third argument const.
18792 2014-11-25  Paul Eggert  <eggert@cs.ucla.edu>
18794         fnmatch: work around GCC compiler warning bug with uninit var
18795         * posix/fnmatch_loop.c (FCT): Use a scalar not a one-item array.
18796         This works around a bug with x86-64 GCC 4.9.2 and earlier
18797         where 'gcc -O2 -Wmaybe-uninitialized' incorrectly complains
18798         "../locale/weightwc.h:93:7: warning: '*((void *)&str+4)' may be
18799         used uninitialized in this function [-Wmaybe-uninitialized]".
18801 2014-11-25  Joseph Myers  <joseph@codesourcery.com>
18803         * posix/bug-regex31.c (main): Return RES not 0.
18805 2014-11-25  Anton Blanchard <anton@samba.org>
18807         * sysdeps/powerpc/bits/atomic.h
18808         (__arch_compare_and_exchange_bool_64_rel): Load from mem.
18810 2014-11-24  Sterling Augustine  <saugustine@google.com>
18812         * sysdeps/x86_64/start.S (_start): Use ENTRY and END macros.
18814 2014-11-24  Ryan Cumming  <etaoins@gmail.com>
18816         [BZ #17608]
18817         * sysdeps/unix/sysv/linux/bits/time.h: Define CLOCK_TAI.
18819 2014-11-24  Joseph Myers  <joseph@codesourcery.com>
18821         [BZ #17633]
18822         * stdio-common/perror.c (perror): Call __fileno instead of fileno.
18823         * conform/Makefile (test-xfail-ISO/stdio.h/linknamespace): Remove
18824         variable.
18825         (test-xfail-ISO99/stdio.h/linknamespace): Likewise.
18826         (test-xfail-ISO11/stdio.h/linknamespace): Likewise.
18828 2014-11-24  Wilco Dijkstra  <wdijkstr@arm.com>
18830         * string/strncpy.c (strncpy): Improve performance by using memset.
18832 2014-11-24  Wilco Dijkstra  <wdijkstr@arm.com>
18834         * string/strcpy.c (strcpy):
18835         Improve performance by using strlen and memcpy.
18837 2014-11-24  Leonhard Holz  <leonhard.holz@web.de>
18839         * string/strcoll_l.c (get_next_seq): __always_inline.
18840         * string/strcoll_l.c (do_compare): __always_inline.
18842 2014-11-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
18844         * include/bits/stdlib-float.h: Use IS_IN only if _ISOMAC is
18845         defined.
18846         * include/mqueue.h: Likewise.
18847         * include/stdlib.h: Likewise.
18849         * stdlib/isomac.c (fmt): Replace NOT_IN_libc with IN_MODULE.
18850         (get_null_defines): Adjust.
18851         * sunrpc/Makefile: Adjust comment.
18852         * Makerules (CPPFLAGS-nonlib): Remove NOT_IN_libc.
18853         * elf/Makefile (CPPFLAGS-sotruss-lib): Likewise.
18854         (CFLAGS-interp.c): Likewise.
18855         (CFLAGS-ldconfig.c): Likewise.
18856         (CPPFLAGS-.os): Likewise.
18857         * elf/rtld-Rules (rtld-CPPFLAGS): Likewise.
18858         * extra-lib.mk (CPPFLAGS-$(lib)): Likewise.
18859         * extra-modules.mk (extra-modules.mk): Likewise.
18860         * iconv/Makefile (CPPFLAGS-iconvprogs): Likewise.
18861         * locale/Makefile (CPPFLAGS-locale_programs): Likewise.
18862         * malloc/Makefile (CPPFLAGS-memusagestat): Likewise.
18863         * nscd/Makefile (CPPFLAGS-nscd): Likewise.
18864         * nss/Makefile (CPPFLAGS-nss_test1): Likewise.
18865         * stdlib/Makefile (CFLAGS-tst-putenvmod.c): Likewise.
18866         * sysdeps/gnu/Makefile ($(objpfx)errlist-compat.c): Likewise.
18867         * sysdeps/unix/sysv/linux/Makefile (CPPFLAGS-lddlibc4): Likewise.
18868         * iconvdata/Makefile (CPPFLAGS): Likewise.
18869         (cpp-srcs-left): Add libof for all iconvdata routines.
18870         * bits/stdio-lock.h: Replace NOT_IN_libc with IS_IN.
18871         * include/assert.h: Likewise.
18872         * include/ctype.h: Likewise.
18873         * include/errno.h: Likewise.
18874         * include/libc-symbols.h: Likewise.
18875         * include/math.h: Likewise.
18876         * include/netdb.h: Likewise.
18877         * include/resolv.h: Likewise.
18878         * include/stdio.h: Likewise.
18879         * include/stdlib.h: Likewise.
18880         * include/string.h: Likewise.
18881         * include/sys/stat.h: Likewise.
18882         * include/wctype.h: Likewise.
18883         * intl/l10nflist.c: Likewise.
18884         * libidn/idn-stub.c: Likewise.
18885         * libio/libioP.h: Likewise.
18886         * nptl/libc_multiple_threads.c: Likewise.
18887         * nptl/pthreadP.h: Likewise.
18888         * posix/regex_internal.h: Likewise.
18889         * resolv/res_hconf.c: Likewise.
18890         * sysdeps/arm/armv7/multiarch/memcpy.S: Likewise.
18891         * sysdeps/arm/memmove.S: Likewise.
18892         * sysdeps/arm/sysdep.h: Likewise.
18893         * sysdeps/generic/_itoa.h: Likewise.
18894         * sysdeps/generic/symbol-hacks.h: Likewise.
18895         * sysdeps/gnu/errlist.awk: Likewise.
18896         * sysdeps/gnu/errlist.c: Likewise.
18897         * sysdeps/i386/i586/memcpy.S: Likewise.
18898         * sysdeps/i386/i586/memset.S: Likewise.
18899         * sysdeps/i386/i686/memcpy.S: Likewise.
18900         * sysdeps/i386/i686/memmove.S: Likewise.
18901         * sysdeps/i386/i686/mempcpy.S: Likewise.
18902         * sysdeps/i386/i686/memset.S: Likewise.
18903         * sysdeps/i386/i686/multiarch/bcopy.S: Likewise.
18904         * sysdeps/i386/i686/multiarch/bzero.S: Likewise.
18905         * sysdeps/i386/i686/multiarch/memchr-sse2-bsf.S: Likewise.
18906         * sysdeps/i386/i686/multiarch/memchr-sse2.S: Likewise.
18907         * sysdeps/i386/i686/multiarch/memchr.S: Likewise.
18908         * sysdeps/i386/i686/multiarch/memcmp-sse4.S: Likewise.
18909         * sysdeps/i386/i686/multiarch/memcmp-ssse3.S: Likewise.
18910         * sysdeps/i386/i686/multiarch/memcmp.S: Likewise.
18911         * sysdeps/i386/i686/multiarch/memcpy-ssse3-rep.S: Likewise.
18912         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Likewise.
18913         * sysdeps/i386/i686/multiarch/memcpy.S: Likewise.
18914         * sysdeps/i386/i686/multiarch/memcpy_chk.S: Likewise.
18915         * sysdeps/i386/i686/multiarch/memmove.S: Likewise.
18916         * sysdeps/i386/i686/multiarch/memmove_chk.S: Likewise.
18917         * sysdeps/i386/i686/multiarch/mempcpy.S: Likewise.
18918         * sysdeps/i386/i686/multiarch/mempcpy_chk.S: Likewise.
18919         * sysdeps/i386/i686/multiarch/memrchr-c.c: Likewise.
18920         * sysdeps/i386/i686/multiarch/memrchr-sse2-bsf.S: Likewise.
18921         * sysdeps/i386/i686/multiarch/memrchr-sse2.S: Likewise.
18922         * sysdeps/i386/i686/multiarch/memrchr.S: Likewise.
18923         * sysdeps/i386/i686/multiarch/memset-sse2-rep.S: Likewise.
18924         * sysdeps/i386/i686/multiarch/memset-sse2.S: Likewise.
18925         * sysdeps/i386/i686/multiarch/memset.S: Likewise.
18926         * sysdeps/i386/i686/multiarch/memset_chk.S: Likewise.
18927         * sysdeps/i386/i686/multiarch/rawmemchr.S: Likewise.
18928         * sysdeps/i386/i686/multiarch/strcat-sse2.S: Likewise.
18929         * sysdeps/i386/i686/multiarch/strcat-ssse3.S: Likewise.
18930         * sysdeps/i386/i686/multiarch/strcat.S: Likewise.
18931         * sysdeps/i386/i686/multiarch/strchr-sse2-bsf.S: Likewise.
18932         * sysdeps/i386/i686/multiarch/strchr-sse2.S: Likewise.
18933         * sysdeps/i386/i686/multiarch/strchr.S: Likewise.
18934         * sysdeps/i386/i686/multiarch/strcmp-sse4.S: Likewise.
18935         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Likewise.
18936         * sysdeps/i386/i686/multiarch/strcmp.S: Likewise.
18937         * sysdeps/i386/i686/multiarch/strcpy-sse2.S: Likewise.
18938         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: Likewise.
18939         * sysdeps/i386/i686/multiarch/strcpy.S: Likewise.
18940         * sysdeps/i386/i686/multiarch/strcspn.S: Likewise.
18941         * sysdeps/i386/i686/multiarch/strlen-sse2-bsf.S: Likewise.
18942         * sysdeps/i386/i686/multiarch/strlen-sse2.S: Likewise.
18943         * sysdeps/i386/i686/multiarch/strlen.S: Likewise.
18944         * sysdeps/i386/i686/multiarch/strnlen.S: Likewise.
18945         * sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S: Likewise.
18946         * sysdeps/i386/i686/multiarch/strrchr-sse2.S: Likewise.
18947         * sysdeps/i386/i686/multiarch/strrchr.S: Likewise.
18948         * sysdeps/i386/i686/multiarch/strspn.S: Likewise.
18949         * sysdeps/i386/i686/multiarch/wcschr-c.c: Likewise.
18950         * sysdeps/i386/i686/multiarch/wcschr-sse2.S: Likewise.
18951         * sysdeps/i386/i686/multiarch/wcschr.S: Likewise.
18952         * sysdeps/i386/i686/multiarch/wcscmp-sse2.S: Likewise.
18953         * sysdeps/i386/i686/multiarch/wcscmp.S: Likewise.
18954         * sysdeps/i386/i686/multiarch/wcscpy-c.c: Likewise.
18955         * sysdeps/i386/i686/multiarch/wcscpy-ssse3.S: Likewise.
18956         * sysdeps/i386/i686/multiarch/wcscpy.S: Likewise.
18957         * sysdeps/i386/i686/multiarch/wcslen-c.c: Likewise.
18958         * sysdeps/i386/i686/multiarch/wcslen-sse2.S: Likewise.
18959         * sysdeps/i386/i686/multiarch/wcslen.S: Likewise.
18960         * sysdeps/i386/i686/multiarch/wcsrchr-c.c: Likewise.
18961         * sysdeps/i386/i686/multiarch/wcsrchr-sse2.S: Likewise.
18962         * sysdeps/i386/i686/multiarch/wcsrchr.S: Likewise.
18963         * sysdeps/i386/i686/multiarch/wmemcmp-c.c: Likewise.
18964         * sysdeps/i386/i686/multiarch/wmemcmp.S: Likewise.
18965         * sysdeps/ia64/fpu/libm-symbols.h: Likewise.
18966         * sysdeps/nptl/bits/libc-lock.h: Likewise.
18967         * sysdeps/nptl/bits/libc-lockP.h: Likewise.
18968         * sysdeps/nptl/bits/stdio-lock.h: Likewise.
18969         * sysdeps/posix/closedir.c: Likewise.
18970         * sysdeps/posix/opendir.c: Likewise.
18971         * sysdeps/posix/readdir.c: Likewise.
18972         * sysdeps/posix/rewinddir.c: Likewise.
18973         * sysdeps/powerpc/novmx-sigjmp.c: Likewise.
18974         * sysdeps/powerpc/powerpc32/__longjmp.S: Likewise.
18975         * sysdeps/powerpc/powerpc32/bsd-_setjmp.S: Likewise.
18976         * sysdeps/powerpc/powerpc32/fpu/__longjmp.S: Likewise.
18977         * sysdeps/powerpc/powerpc32/fpu/setjmp.S: Likewise.
18978         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero.c: Likewise.
18979         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr.c: Likewise.
18980         * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp-ppc32.S: Likewise.
18981         * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp.c: Likewise.
18982         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-ppc32.S: Likewise.
18983         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy.c: Likewise.
18984         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove.c: Likewise.
18985         * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy.c: Likewise.
18986         * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr-ppc32.c: Likewise.
18987         * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr.c: Likewise.
18988         * sysdeps/powerpc/powerpc32/power4/multiarch/memset-ppc32.S: Likewise.
18989         * sysdeps/powerpc/powerpc32/power4/multiarch/memset.c: Likewise.
18990         * sysdeps/powerpc/powerpc32/power4/multiarch/rawmemchr.c: Likewise.
18991         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp.c: Likewise.
18992         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp_l.c: Likewise.
18993         * sysdeps/powerpc/powerpc32/power4/multiarch/strchr.c: Likewise.
18994         * sysdeps/powerpc/powerpc32/power4/multiarch/strchrnul.c: Likewise.
18995         * sysdeps/powerpc/powerpc32/power4/multiarch/strlen-ppc32.S: Likewise.
18996         * sysdeps/powerpc/powerpc32/power4/multiarch/strlen.c: Likewise.
18997         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase.c: Likewise.
18998         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase_l.c: Likewise.
18999         * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp-ppc32.S: Likewise.
19000         * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp.c: Likewise.
19001         * sysdeps/powerpc/powerpc32/power4/multiarch/strnlen.c: Likewise.
19002         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-ppc32.c: Likewise.
19003         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr.c: Likewise.
19004         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy-ppc32.c: Likewise.
19005         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy.c: Likewise.
19006         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr-ppc32.c: Likewise.
19007         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr.c: Likewise.
19008         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy.c: Likewise.
19009         * sysdeps/powerpc/powerpc32/power6/memset.S: Likewise.
19010         * sysdeps/powerpc/powerpc32/setjmp.S: Likewise.
19011         * sysdeps/powerpc/powerpc64/__longjmp.S: Likewise.
19012         * sysdeps/powerpc/powerpc64/multiarch/bzero.c: Likewise.
19013         * sysdeps/powerpc/powerpc64/multiarch/memchr.c: Likewise.
19014         * sysdeps/powerpc/powerpc64/multiarch/memcmp-ppc64.c: Likewise.
19015         * sysdeps/powerpc/powerpc64/multiarch/memcmp.c: Likewise.
19016         * sysdeps/powerpc/powerpc64/multiarch/memcpy-ppc64.S: Likewise.
19017         * sysdeps/powerpc/powerpc64/multiarch/memcpy.c: Likewise.
19018         * sysdeps/powerpc/powerpc64/multiarch/memmove-ppc64.c: Likewise.
19019         * sysdeps/powerpc/powerpc64/multiarch/memmove.c: Likewise.
19020         * sysdeps/powerpc/powerpc64/multiarch/mempcpy.c: Likewise.
19021         * sysdeps/powerpc/powerpc64/multiarch/memrchr.c: Likewise.
19022         * sysdeps/powerpc/powerpc64/multiarch/memset-ppc64.S: Likewise.
19023         * sysdeps/powerpc/powerpc64/multiarch/memset.c: Likewise.
19024         * sysdeps/powerpc/powerpc64/multiarch/rawmemchr.c: Likewise.
19025         * sysdeps/powerpc/powerpc64/multiarch/stpcpy-ppc64.S: Likewise.
19026         * sysdeps/powerpc/powerpc64/multiarch/stpcpy.c: Likewise.
19027         * sysdeps/powerpc/powerpc64/multiarch/stpncpy.c: Likewise.
19028         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp.c: Likewise.
19029         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp_l.c: Likewise.
19030         * sysdeps/powerpc/powerpc64/multiarch/strcat.c: Likewise.
19031         * sysdeps/powerpc/powerpc64/multiarch/strchr.c: Likewise.
19032         * sysdeps/powerpc/powerpc64/multiarch/strchrnul.c: Likewise.
19033         * sysdeps/powerpc/powerpc64/multiarch/strcmp-ppc64.S: Likewise.
19034         * sysdeps/powerpc/powerpc64/multiarch/strcmp.c: Likewise.
19035         * sysdeps/powerpc/powerpc64/multiarch/strcpy-ppc64.S: Likewise.
19036         * sysdeps/powerpc/powerpc64/multiarch/strcpy.c: Likewise.
19037         * sysdeps/powerpc/powerpc64/multiarch/strcspn.c: Likewise.
19038         * sysdeps/powerpc/powerpc64/multiarch/strlen-ppc64.S: Likewise.
19039         * sysdeps/powerpc/powerpc64/multiarch/strlen.c: Likewise.
19040         * sysdeps/powerpc/powerpc64/multiarch/strncase.c: Likewise.
19041         * sysdeps/powerpc/powerpc64/multiarch/strncase_l.c: Likewise.
19042         * sysdeps/powerpc/powerpc64/multiarch/strncat.c: Likewise.
19043         * sysdeps/powerpc/powerpc64/multiarch/strncmp-ppc64.S: Likewise.
19044         * sysdeps/powerpc/powerpc64/multiarch/strncmp.c: Likewise.
19045         * sysdeps/powerpc/powerpc64/multiarch/strncpy-ppc64.c: Likewise.
19046         * sysdeps/powerpc/powerpc64/multiarch/strncpy.c: Likewise.
19047         * sysdeps/powerpc/powerpc64/multiarch/strnlen.c: Likewise.
19048         * sysdeps/powerpc/powerpc64/multiarch/strpbrk.c: Likewise.
19049         * sysdeps/powerpc/powerpc64/multiarch/strrchr-ppc64.c: Likewise.
19050         * sysdeps/powerpc/powerpc64/multiarch/strrchr.c: Likewise.
19051         * sysdeps/powerpc/powerpc64/multiarch/strspn-ppc64.c: Likewise.
19052         * sysdeps/powerpc/powerpc64/multiarch/strspn.c: Likewise.
19053         * sysdeps/powerpc/powerpc64/multiarch/wcschr.c: Likewise.
19054         * sysdeps/powerpc/powerpc64/multiarch/wcscpy.c: Likewise.
19055         * sysdeps/powerpc/powerpc64/multiarch/wcsrchr.c: Likewise.
19056         * sysdeps/powerpc/powerpc64/multiarch/wordcopy.c: Likewise.
19057         * sysdeps/powerpc/powerpc64/setjmp.S: Likewise.
19058         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c: Likewise.
19059         * sysdeps/s390/s390-32/multiarch/memcmp.S: Likewise.
19060         * sysdeps/s390/s390-32/multiarch/memcpy.S: Likewise.
19061         * sysdeps/s390/s390-32/multiarch/memset.S: Likewise.
19062         * sysdeps/s390/s390-64/multiarch/ifunc-resolve.c: Likewise.
19063         * sysdeps/s390/s390-64/multiarch/memcmp.S: Likewise.
19064         * sysdeps/s390/s390-64/multiarch/memcpy.S: Likewise.
19065         * sysdeps/s390/s390-64/multiarch/memset.S: Likewise.
19066         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara1.S: Likewise.
19067         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara2.S: Likewise.
19068         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara4.S: Likewise.
19069         * sysdeps/sparc/sparc64/multiarch/memcpy-ultra3.S: Likewise.
19070         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Likewise.
19071         * sysdeps/sparc/sparc64/multiarch/memset-niagara1.S: Likewise.
19072         * sysdeps/sparc/sparc64/multiarch/memset-niagara4.S: Likewise.
19073         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
19074         * sysdeps/unix/alpha/sysdep.S: Likewise.
19075         * sysdeps/unix/alpha/sysdep.h: Likewise.
19076         * sysdeps/unix/make-syscalls.sh: Likewise.
19077         * sysdeps/unix/sysv/linux/aarch64/sysdep-cancel.h: Likewise.
19078         * sysdeps/unix/sysv/linux/aarch64/sysdep.h: Likewise.
19079         * sysdeps/unix/sysv/linux/alpha/sysdep-cancel.h: Likewise.
19080         * sysdeps/unix/sysv/linux/alpha/vfork.S: Likewise.
19081         * sysdeps/unix/sysv/linux/arm/sysdep-cancel.h: Likewise.
19082         * sysdeps/unix/sysv/linux/arm/sysdep.h: Likewise.
19083         * sysdeps/unix/sysv/linux/getpid.c: Likewise.
19084         * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h: Likewise.
19085         * sysdeps/unix/sysv/linux/hppa/nptl/sysdep-cancel.h: Likewise.
19086         * sysdeps/unix/sysv/linux/i386/i486/lowlevellock.S: Likewise.
19087         * sysdeps/unix/sysv/linux/i386/lowlevellock.h: Likewise.
19088         * sysdeps/unix/sysv/linux/i386/sysdep-cancel.h: Likewise.
19089         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
19090         * sysdeps/unix/sysv/linux/ia64/lowlevellock.h: Likewise.
19091         * sysdeps/unix/sysv/linux/ia64/sysdep-cancel.h: Likewise.
19092         * sysdeps/unix/sysv/linux/ia64/sysdep.S: Likewise.
19093         * sysdeps/unix/sysv/linux/ia64/sysdep.h: Likewise.
19094         * sysdeps/unix/sysv/linux/lowlevellock-futex.h: Likewise.
19095         * sysdeps/unix/sysv/linux/m68k/bits/m68k-vdso.h: Likewise.
19096         * sysdeps/unix/sysv/linux/m68k/sysdep-cancel.h: Likewise.
19097         * sysdeps/unix/sysv/linux/m68k/sysdep.h: Likewise.
19098         * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Likewise.
19099         * sysdeps/unix/sysv/linux/microblaze/sysdep-cancel.h: Likewise.
19100         * sysdeps/unix/sysv/linux/mips/mips64/sysdep-cancel.h: Likewise.
19101         * sysdeps/unix/sysv/linux/mips/sysdep-cancel.h: Likewise.
19102         * sysdeps/unix/sysv/linux/not-cancel.h: Likewise.
19103         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Likewise.
19104         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h: Likewise.
19105         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h: Likewise.
19106         * sysdeps/unix/sysv/linux/s390/longjmp_chk.c: Likewise.
19107         * sysdeps/unix/sysv/linux/s390/lowlevellock.h: Likewise.
19108         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h: Likewise.
19109         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.S: Likewise.
19110         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
19111         * sysdeps/unix/sysv/linux/s390/s390-32/vfork.S: Likewise.
19112         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h: Likewise.
19113         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.S: Likewise.
19114         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
19115         * sysdeps/unix/sysv/linux/s390/s390-64/vfork.S: Likewise.
19116         * sysdeps/unix/sysv/linux/sh/lowlevellock.S: Likewise.
19117         * sysdeps/unix/sysv/linux/sh/lowlevellock.h: Likewise.
19118         * sysdeps/unix/sysv/linux/sh/sysdep-cancel.h: Likewise.
19119         * sysdeps/unix/sysv/linux/sh/sysdep.h: Likewise.
19120         * sysdeps/unix/sysv/linux/sh/vfork.S: Likewise.
19121         * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Likewise.
19122         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep-cancel.h: Likewise.
19123         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
19124         * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S: Likewise.
19125         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep-cancel.h: Likewise.
19126         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
19127         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: Likewise.
19128         * sysdeps/unix/sysv/linux/tile/sysdep-cancel.h: Likewise.
19129         * sysdeps/unix/sysv/linux/tile/sysdep.h: Likewise.
19130         * sysdeps/unix/sysv/linux/tile/waitpid.S: Likewise.
19131         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.S: Likewise.
19132         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Likewise.
19133         * sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h: Likewise.
19134         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
19135         * sysdeps/wordsize-32/symbol-hacks.h: Likewise.
19136         * sysdeps/x86_64/memcpy.S: Likewise.
19137         * sysdeps/x86_64/memmove.c: Likewise.
19138         * sysdeps/x86_64/memset.S: Likewise.
19139         * sysdeps/x86_64/multiarch/init-arch.h: Likewise.
19140         * sysdeps/x86_64/multiarch/memcmp-sse4.S: Likewise.
19141         * sysdeps/x86_64/multiarch/memcmp-ssse3.S: Likewise.
19142         * sysdeps/x86_64/multiarch/memcmp.S: Likewise.
19143         * sysdeps/x86_64/multiarch/memcpy-avx-unaligned.S: Likewise.
19144         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Likewise.
19145         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Likewise.
19146         * sysdeps/x86_64/multiarch/memcpy.S: Likewise.
19147         * sysdeps/x86_64/multiarch/memcpy_chk.S: Likewise.
19148         * sysdeps/x86_64/multiarch/memmove.c: Likewise.
19149         * sysdeps/x86_64/multiarch/mempcpy.S: Likewise.
19150         * sysdeps/x86_64/multiarch/mempcpy_chk.S: Likewise.
19151         * sysdeps/x86_64/multiarch/memset-avx2.S: Likewise.
19152         * sysdeps/x86_64/multiarch/memset.S: Likewise.
19153         * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
19154         * sysdeps/x86_64/multiarch/strcat-sse2-unaligned.S: Likewise.
19155         * sysdeps/x86_64/multiarch/strcat-ssse3.S: Likewise.
19156         * sysdeps/x86_64/multiarch/strcat.S: Likewise.
19157         * sysdeps/x86_64/multiarch/strchr-sse2-no-bsf.S: Likewise.
19158         * sysdeps/x86_64/multiarch/strchr.S: Likewise.
19159         * sysdeps/x86_64/multiarch/strcmp-ssse3.S: Likewise.
19160         * sysdeps/x86_64/multiarch/strcmp.S: Likewise.
19161         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: Likewise.
19162         * sysdeps/x86_64/multiarch/strcpy-ssse3.S: Likewise.
19163         * sysdeps/x86_64/multiarch/strcpy.S: Likewise.
19164         * sysdeps/x86_64/multiarch/strcspn.S: Likewise.
19165         * sysdeps/x86_64/multiarch/strspn.S: Likewise.
19166         * sysdeps/x86_64/multiarch/wcscpy-c.c: Likewise.
19167         * sysdeps/x86_64/multiarch/wcscpy-ssse3.S: Likewise.
19168         * sysdeps/x86_64/multiarch/wcscpy.S: Likewise.
19169         * sysdeps/x86_64/multiarch/wmemcmp-c.c: Likewise.
19170         * sysdeps/x86_64/multiarch/wmemcmp.S: Likewise.
19171         * sysdeps/x86_64/strcmp.S: Likewise.
19173         * extra-lib.mk (CPPFLAGS-$(lib)): Remove IS_IN_$(lib).
19175         * elf/Makefile (CPPFLAGS-.os): Remove IS_IN_rtld.
19176         * elf/dl-open.c: Use IS_IN (rtld) instead if IS_IN_rtld.
19177         * elf/rtld-Rules: Likewise.
19178         * elf/setup-vdso.h: Likewise.
19179         * include/assert.h: Likewise.
19180         * include/bits/stdlib-float.h: Likewise.
19181         * include/errno.h: Likewise.
19182         * include/sys/stat.h: Likewise.
19183         * include/unistd.h: Likewise.
19184         * sysdeps/aarch64/setjmp.S: Likewise.
19185         * sysdeps/alpha/setjmp.S: Likewise.
19186         * sysdeps/arm/__longjmp.S: Likewise.
19187         * sysdeps/arm/aeabi_unwind_cpp_pr1.c: Likewise.
19188         * sysdeps/arm/setjmp.S: Likewise.
19189         * sysdeps/arm/sysdep.h: Likewise.
19190         * sysdeps/generic/_itoa.h: Likewise.
19191         * sysdeps/generic/dl-sysdep.h: Likewise.
19192         * sysdeps/generic/ldsodefs.h: Likewise.
19193         * sysdeps/i386/dl-tls.h: Likewise.
19194         * sysdeps/i386/setjmp.S: Likewise.
19195         * sysdeps/m68k/setjmp.c: Likewise.
19196         * sysdeps/mach/hurd/dl-execstack.c: Likewise.
19197         * sysdeps/mach/hurd/opendir.c: Likewise.
19198         * sysdeps/posix/getcwd.c: Likewise.
19199         * sysdeps/posix/opendir.c: Likewise.
19200         * sysdeps/posix/profil.c: Likewise.
19201         * sysdeps/powerpc/dl-procinfo.h: Likewise.
19202         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S: Likewise.
19203         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S: Likewise.
19204         * sysdeps/powerpc/powerpc32/power4/multiarch/init-arch.h: Likewise.
19205         * sysdeps/powerpc/powerpc32/setjmp-common.S: Likewise.
19206         * sysdeps/powerpc/powerpc64/__longjmp-common.S: Likewise.
19207         * sysdeps/powerpc/powerpc64/setjmp-common.S: Likewise.
19208         * sysdeps/s390/dl-tls.h: Likewise.
19209         * sysdeps/s390/s390-32/setjmp.S: Likewise.
19210         * sysdeps/s390/s390-64/setjmp.S: Likewise.
19211         * sysdeps/sh/sh3/setjmp.S: Likewise.
19212         * sysdeps/sh/sh4/setjmp.S: Likewise.
19213         * sysdeps/unix/alpha/sysdep.h: Likewise.
19214         * sysdeps/unix/arm/sysdep.S: Likewise.
19215         * sysdeps/unix/i386/sysdep.S: Likewise.
19216         * sysdeps/unix/sysv/linux/aarch64/sysdep.h: Likewise.
19217         * sysdeps/unix/sysv/linux/getcwd.c: Likewise.
19218         * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h: Likewise.
19219         * sysdeps/unix/sysv/linux/i386/lowlevellock.h: Likewise.
19220         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
19221         * sysdeps/unix/sysv/linux/ia64/lowlevellock.h: Likewise.
19222         * sysdeps/unix/sysv/linux/ia64/setjmp.S: Likewise.
19223         * sysdeps/unix/sysv/linux/ia64/sysdep.h: Likewise.
19224         * sysdeps/unix/sysv/linux/lowlevellock-futex.h: Likewise.
19225         * sysdeps/unix/sysv/linux/m68k/bits/m68k-vdso.h: Likewise.
19226         * sysdeps/unix/sysv/linux/m68k/m68k-helpers.S: Likewise.
19227         * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Likewise.
19228         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Likewise.
19229         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h: Likewise.
19230         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
19231         * sysdeps/unix/sysv/linux/s390/lowlevellock.h: Likewise.
19232         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
19233         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
19234         * sysdeps/unix/sysv/linux/sh/lowlevellock.h: Likewise.
19235         * sysdeps/unix/sysv/linux/sh/sysdep.h: Likewise.
19236         * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Likewise.
19237         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
19238         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
19239         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: Likewise.
19240         * sysdeps/unix/sysv/linux/tile/sysdep.h: Likewise.
19241         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Likewise.
19242         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
19243         * sysdeps/unix/x86_64/sysdep.S: Likewise.
19244         * sysdeps/x86_64/setjmp.S: Likewise.
19246         * include/math.h: Use IS_IN instead of IS_IN_libm.
19247         * sysdeps/alpha/fpu/s_copysign.c: Likewise.
19248         * sysdeps/ieee754/ldbl-128ibm/s_copysignl.c: Likewise.
19249         * sysdeps/ieee754/ldbl-128ibm/s_finitel.c: Likewise.
19250         * sysdeps/ieee754/ldbl-128ibm/s_fmal.c: Likewise.
19251         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c: Likewise.
19252         * sysdeps/ieee754/ldbl-128ibm/s_isinfl.c: Likewise.
19253         * sysdeps/ieee754/ldbl-128ibm/s_isnanl.c: Likewise.
19254         * sysdeps/ieee754/ldbl-128ibm/s_modfl.c: Likewise.
19255         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c: Likewise.
19256         * sysdeps/ieee754/ldbl-128ibm/s_signbitl.c: Likewise.
19257         * sysdeps/ieee754/ldbl-64-128/s_copysignl.c: Likewise.
19258         * sysdeps/ieee754/ldbl-64-128/s_finitel.c: Likewise.
19259         * sysdeps/ieee754/ldbl-64-128/s_frexpl.c: Likewise.
19260         * sysdeps/ieee754/ldbl-64-128/s_isinfl.c: Likewise.
19261         * sysdeps/ieee754/ldbl-64-128/s_isnanl.c: Likewise.
19262         * sysdeps/ieee754/ldbl-64-128/s_modfl.c: Likewise.
19263         * sysdeps/ieee754/ldbl-64-128/s_scalbnl.c: Likewise.
19264         * sysdeps/ieee754/ldbl-64-128/s_signbitl.c: Likewise.
19265         * sysdeps/ieee754/ldbl-64-128/w_scalblnl.c: Likewise.
19266         * sysdeps/ieee754/ldbl-opt/s_copysign.c: Likewise.
19267         * sysdeps/ieee754/ldbl-opt/s_finite.c: Likewise.
19268         * sysdeps/ieee754/ldbl-opt/s_frexp.c: Likewise.
19269         * sysdeps/ieee754/ldbl-opt/s_isinf.c: Likewise.
19270         * sysdeps/ieee754/ldbl-opt/s_isnan.c: Likewise.
19271         * sysdeps/ieee754/ldbl-opt/s_ldexp.c: Likewise.
19272         * sysdeps/ieee754/ldbl-opt/s_ldexpl.c: Likewise.
19273         * sysdeps/ieee754/ldbl-opt/s_modf.c: Likewise.
19274         * sysdeps/ieee754/ldbl-opt/s_scalbln.c: Likewise.
19275         * sysdeps/ieee754/ldbl-opt/s_scalbn.c: Likewise.
19276         * sysdeps/powerpc/power5+/fpu/s_modf.c: Likewise.
19277         * sysdeps/powerpc/powerpc32/fpu/s_copysign.S: Likewise.
19278         * sysdeps/powerpc/powerpc32/fpu/s_copysignl.S: Likewise.
19279         * sysdeps/powerpc/powerpc32/fpu/s_isnan.S: Likewise.
19280         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysign.c:
19281         Likewise.
19282         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finite.c:
19283         Likewise.
19284         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinf.c:
19285         Likewise.
19286         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan.c:
19287         Likewise.
19288         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modf.c:
19289         Likewise.
19290         * sysdeps/powerpc/powerpc32/power5/fpu/s_isnan.S: Likewise.
19291         * sysdeps/powerpc/powerpc32/power6/fpu/s_copysign.S: Likewise.
19292         * sysdeps/powerpc/powerpc32/power6/fpu/s_isnan.S: Likewise.
19293         * sysdeps/powerpc/powerpc32/power7/fpu/s_finite.S: Likewise.
19294         * sysdeps/powerpc/powerpc32/power7/fpu/s_isinf.S: Likewise.
19295         * sysdeps/powerpc/powerpc32/power7/fpu/s_isnan.S: Likewise.
19296         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysign.c: Likewise.
19297         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite.c: Likewise.
19298         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf.c: Likewise.
19299         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan.c: Likewise.
19300         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modf.c: Likewise.
19301         * sysdeps/powerpc/powerpc64/fpu/s_copysign.S: Likewise.
19302         * sysdeps/powerpc/powerpc64/fpu/s_copysignl.S: Likewise.
19303         * sysdeps/powerpc/powerpc64/fpu/s_isnan.S: Likewise.
19304         * sysdeps/powerpc/powerpc64/power5/fpu/s_isnan.S: Likewise.
19305         * sysdeps/powerpc/powerpc64/power6/fpu/s_copysign.S: Likewise.
19306         * sysdeps/powerpc/powerpc64/power6/fpu/s_isnan.S: Likewise.
19307         * sysdeps/powerpc/powerpc64/power6x/fpu/s_isnan.S: Likewise.
19308         * sysdeps/powerpc/powerpc64/power7/fpu/s_finite.S: Likewise.
19309         * sysdeps/powerpc/powerpc64/power7/fpu/s_isinf.S: Likewise.
19310         * sysdeps/powerpc/powerpc64/power7/fpu/s_isnan.S: Likewise.
19311         * sysdeps/powerpc/powerpc64/power8/fpu/s_finite.S: Likewise.
19312         * sysdeps/powerpc/powerpc64/power8/fpu/s_isinf.S: Likewise.
19313         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnan.S: Likewise.
19314         * sysdeps/sparc/sparc32/fpu/s_signbitl.S: Likewise.
19315         * sysdeps/sparc/sparc32/sparcv9/fpu/s_isnan.S: Likewise.
19316         * sysdeps/unix/sysv/linux/alpha/fraiseexcpt.S: Likewise.
19318         * nptl/lowlevellock.c: Use IS_IN instead of IS_IN_libpthread.
19319         * nptl/pthreadP.h: Likewise.
19320         * nptl_db/structs.def: Likewise.
19321         * sysdeps/arm/sysdep.h: Likewise.
19322         * sysdeps/nptl/bits/libc-lock.h: Likewise.
19323         * sysdeps/nptl/bits/libc-lockP.h: Likewise.
19324         * sysdeps/sparc/sparc32/lowlevellock.c: Likewise.
19325         * sysdeps/unix/alpha/sysdep.h: Likewise.
19326         * sysdeps/unix/sysv/linux/aarch64/sysdep-cancel.h: Likewise.
19327         * sysdeps/unix/sysv/linux/aarch64/sysdep.h: Likewise.
19328         * sysdeps/unix/sysv/linux/alpha/sysdep-cancel.h: Likewise.
19329         * sysdeps/unix/sysv/linux/arm/sysdep-cancel.h: Likewise.
19330         * sysdeps/unix/sysv/linux/hppa/nptl/sysdep-cancel.h: Likewise.
19331         * sysdeps/unix/sysv/linux/i386/sysdep-cancel.h: Likewise.
19332         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
19333         * sysdeps/unix/sysv/linux/ia64/sysdep-cancel.h: Likewise.
19334         * sysdeps/unix/sysv/linux/ia64/sysdep.h: Likewise.
19335         * sysdeps/unix/sysv/linux/m68k/sysdep-cancel.h: Likewise.
19336         * sysdeps/unix/sysv/linux/microblaze/sysdep-cancel.h: Likewise.
19337         * sysdeps/unix/sysv/linux/mips/mips64/sysdep-cancel.h: Likewise.
19338         * sysdeps/unix/sysv/linux/mips/sysdep-cancel.h: Likewise.
19339         * sysdeps/unix/sysv/linux/not-cancel.h: Likewise.
19340         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h: Likewise.
19341         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h: Likewise.
19342         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h: Likewise.
19343         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h: Likewise.
19344         * sysdeps/unix/sysv/linux/sh/sysdep-cancel.h: Likewise.
19345         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep-cancel.h: Likewise.
19346         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep-cancel.h: Likewise.
19347         * sysdeps/unix/sysv/linux/tile/sysdep-cancel.h: Likewise.
19348         * sysdeps/unix/sysv/linux/tile/sysdep.h: Likewise.
19349         * sysdeps/unix/sysv/linux/tile/waitpid.S: Likewise.
19350         * sysdeps/unix/sysv/linux/x86_64/cancellation.S: Likewise.
19351         * sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h: Likewise.
19353         * include/mqueue.h: Use IS_IN instead of IS_IN_librt.
19354         * nptl/pthreadP.h: Likewise.
19355         * sysdeps/unix/sysv/linux/aarch64/sysdep-cancel.h: Likewise.
19356         * sysdeps/unix/sysv/linux/alpha/sysdep-cancel.h: Likewise.
19357         * sysdeps/unix/sysv/linux/arm/sysdep-cancel.h: Likewise.
19358         * sysdeps/unix/sysv/linux/hppa/nptl/sysdep-cancel.h: Likewise.
19359         * sysdeps/unix/sysv/linux/i386/sysdep-cancel.h: Likewise.
19360         * sysdeps/unix/sysv/linux/ia64/sysdep-cancel.h: Likewise.
19361         * sysdeps/unix/sysv/linux/ia64/sysdep.h: Likewise.
19362         * sysdeps/unix/sysv/linux/m68k/sysdep-cancel.h: Likewise.
19363         * sysdeps/unix/sysv/linux/microblaze/sysdep-cancel.h: Likewise.
19364         * sysdeps/unix/sysv/linux/mips/mips64/sysdep-cancel.h: Likewise.
19365         * sysdeps/unix/sysv/linux/mips/sysdep-cancel.h: Likewise.
19366         * sysdeps/unix/sysv/linux/not-cancel.h: Likewise.
19367         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h:
19368         Likewise.
19369         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h:
19370         Likewise.
19371         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h: Likewise.
19372         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h: Likewise.
19373         * sysdeps/unix/sysv/linux/sh/sysdep-cancel.h: Likewise.
19374         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep-cancel.h: Likewise.
19375         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep-cancel.h: Likewise.
19376         * sysdeps/unix/sysv/linux/tile/sysdep-cancel.h: Likewise.
19377         * sysdeps/unix/sysv/linux/tile/waitpid.S: Likewise.
19378         * sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h: Likewise.
19380         * dlfcn/dladdr.c: Use IS_IN.
19381         * dlfcn/dladdr1.c: Likewise.
19382         * dlfcn/dlclose.c: Likewise.
19383         * dlfcn/dlerror.c: Likewise.
19384         * dlfcn/dlinfo.c: Likewise.
19385         * dlfcn/dlmopen.c: Likewise.
19386         * dlfcn/dlopen.c: Likewise.
19387         * dlfcn/dlsym.c: Likewise.
19388         * dlfcn/dlvsym.c: Likewise.
19390         * include/ifaddrs.h: Use IS_IN.
19391         * inet/check_pf.c: Likewise.
19392         * sysdeps/unix/sysv/linux/check_pf.c: Likewise.
19393         * nscd/Makefile (CPPFLAGS-nscd): Remove IS_IN_nscd.
19395         * elf/Makefile (CFLAGS-ldconfig.c): Remove definition of
19396         IS_IN_ldconfig.
19397         * sysdeps/unix/sysv/linux/x86_64/dl-procinfo.c: Use IS_IN.
19398         * sysdeps/unix/sysv/linux/x86_64/dl-procinfo.h: Likewise.
19400         * include/shlib-compat.h [!NOT_IN_libc]: Remove.
19401         * nss/nss_files/files-parse.c (IS_IN_libc): Replace with
19402         IS_IN (libc).
19404         * elf/Makefile (libof-sotruss-lib): Set as extramodules.
19406         * elf/Makefile (CPPFLAGS-.os): Remove IN_LIB.
19407         * elf/rtld-Rules (rtld-CPPFLAGS): Likewise.
19408         * extra-lib.mk (CPPFLAGS-$(lib)): Likewise.
19409         * include/libc-symbols.h (IS_IN_LIB): New macro.
19410         * include/errno.h: Use IS_IN_LIB instead of IN_LIB.
19411         * include/netdb.h: Likewise.
19412         * include/stap-probe.h: Remove all uses of IN_LIB.
19414         * Makeconfig (module-cppflags-real): Define MODULE_NAME
19415         instead of IN_MODULE.
19416         * include/libc-symbols.h (IN_MODULE): Define using
19417         MODULE_NAME.
19418         (PASTE_NAME, PASTE_NAME1): New macros.
19419         * include/stap-probe.h (LIBC_PROBE_1): Use MODULE_NAME instead
19420         of IN_LIB.
19421         (STAP_PROBE_ASM): Likewise.
19423 2014-11-23  Samuel Thibault  <samuel.thibault@ens-lyon.org>
19425         * sysdeps/mach/hurd/i386/init-first.c (posixland_init): Call
19426         __mach_init in dlopened libc.
19428 2014-11-22  Mike Frysinger  <vapier@gentoo.org>
19430         * sysdeps/arm/preconfigure.ac: Delete EABI check.
19431         * sysdeps/arm/preconfigure: Regenerate.
19433 2014-11-21  Roland McGrath  <roland@hack.frob.com>
19435         * nptl/pthread_create.c (__pthread_create_2_1): Set
19436         ATTR_FLAG_POLICY_SET and/or ATTR_FLAG_SCHED_SET in PD->flags
19437         when copying values from IATTR into PD.
19439 2014-11-21  Will Newton  <will.newton@linaro.org>
19440             Andrew Pinski  <andrew.pinski@caviumnetworks.com>
19442         * sysdeps/aarch64/dl-machine.h (elf_machine_load_address):
19443         Refactor inline-asm.  Also add comment.
19445         * sysdeps/aarch64/bits/link.h (la_aarch64_gnu_pltenter): Use
19446         ElfW macro instead of hardcoded Elf64 types.
19447         (la_aarch64_gnu_pltenter): Likewise.
19448         * sysdeps/aarch64/dl-machine.h
19449         (elf_machine_runtime_setup): Use ElfW(Addr).
19451         * elf/elf.h (R_AARCH64_P32_ABS32, R_AARCH64_P32_COPY,
19452         R_AARCH64_P32_GLOB_DAT, R_AARCH64_P32_JUMP_SLOT,
19453         R_AARCH64_P32_RELATIVE, R_AARCH64_P32_TLS_DTPMOD,
19454         R_AARCH64_P32_TLS_DTPREL, R_AARCH64_P32_TLS_TPREL,
19455         R_AARCH64_P32_TLSDESC, R_AARCH64_P32_IRELATIVE): Define.
19456         (R_AARCH64_TLS_DTPMOD64): Rename to ..
19457         (R_AARCH64_TLS_DTPMOD): This.
19458         (R_AARCH64_TLS_DTPREL64): Rename to ...
19459         (R_AARCH64_TLS_DTPREL): This.
19460         (R_AARCH64_TLS_TPREL64): Rename to ...
19461         (R_AARCH64_TLS_TPREL): This.
19462         * sysdeps/aarch64/dl-machine.h (elf_machine_type_class): Update
19463         R_AARCH64_TLS_DTPMOD64, R_AARCH64_TLS_DTPREL64, and
19464         R_AARCH64_TLS_TPREL64.
19465         (elf_machine_rela): Likewise.
19467 2014-11-21  Torvald Riegel  <triegel@redhat.com>
19469         * sysdeps/microblaze/bits/atomic.h (__HAVE_64B_ATOMICS): Fix value
19470         by setting it to 0.  64b atomics are not supported currently.
19472 2014-11-21  Alexandre Oliva <aoliva@redhat.com>
19474         [BZ #16469]
19475         * resolv/res_query.c (__libc_res_nsearch): Skip leading dot in
19476         search domain names.
19478 2014-11-21  Alexandre Oliva <aoliva@redhat.com>
19480         [BZ #16469]
19481         * NEWS: Update.
19482         * resolv/res_query.c (__libc_res_nquerydomain): Retain
19483         trailing dot.
19484         * posix/tst-getaddrinfo5.c: New.
19485         * posix/Makefile (tests): Add it.
19487 2014-11-21  Alexandre Oliva <aoliva@redhat.com>
19489         [BZ #14498]
19490         * NEWS: Fixed.
19491         * nss/nss_db/db-XXX.c (_nss_db_get##name##_r): Update hidx
19492         after parsing line but before break_if_match.
19493         * nss/nss_files/files-service (DB_LOOKUP): Don't "continue;"
19494         if there is a protocol mismatch.
19496 2014-11-21  Ma Shimiao <mashimiao.fnst@cn.fujitsu.com>
19498         * manual/sysinfo.texi (addmntent): It is actually MT-Safe,
19499         because the potential race is on the user-supplied stream.
19501 2014-11-21  Alexandre Oliva <aoliva@redhat.com>
19503         * sysdeps/posix/ctermid.c (ctermid): Return a pointer to a
19504         string literal if not passed a buffer.
19505         * manual/job.texi (ctermid): Update reasoning, note deviation
19506         from posix, suggest mtasurace when not passed a buffer, for
19507         future non-preliminary safety notes.
19509 2014-11-21  Alexandre Oliva <aoliva@redhat.com>
19511         * manual/users.texi (cuserid): Fix MT-Safety note for the case
19512         of not passing it a buffer.
19513         Reported by Peng Haitao.
19515 2014-11-21  Alexandre Oliva <aoliva@redhat.com>
19517         * manual/Makefile ($(objpfx)stamp-summary): Require
19518         check-safety.sh to pass.
19519         * manual/check-safety.sh: Wish for verification that every
19520         @deftypefn and @deftypefun is followed by a @safety remark.
19522 2014-11-20  Roland McGrath  <roland@hack.frob.com>
19524         * nptl/unwind.c (unwind_cleanup): Use __libc_fatal.
19526         * nptl/pthread_setcanceltype.c [!SIGCANCEL]: Return ENOTSUP early for
19527         PTHREAD_CANCEL_ASYNCHRONOUS.
19528         * nptl/pthread_cancel.c [!SIGCANCEL]: Just abort rather than trying to
19529         send SIGCANCEL.
19531         * nptl/default-sched.h: New file.
19532         * sysdeps/unix/sysv/linux/default-sched.h: New file.
19533         * nptl/pthread_create.c: Include it.
19534         (__pthread_create_2_1): Use collect_default_sched instead of making
19535         Linux syscalls here directly.
19537 2014-11-20  Torvald Riegel  <triegel@redhat.com>
19539         * nptl/pthread_once.c (clear_once_control, __pthread_once_slow,
19540         __pthread_once): Use C11 atomics.
19542 2014-11-20  Torvald Riegel  <triegel@redhat.com>
19544         * csu/tst-atomic.c (do_test): Add tests for C11-like atomics.
19546 2014-11-20  Torvald Riegel  <triegel@redhat.com>
19548         * include/atomic.h (__atomic_link_error, __atomic_check_size,
19549         atomic_thread_fence_acquire, atomic_thread_fence_release,
19550         atomic_thread_fence_seq_cst, atomic_load_relaxed,
19551         atomic_load_acquire, atomic_store_relaxed, atomic_store_release,
19552         atomic_compare_exchange_weak_relaxed,
19553         atomic_compare_exchange_weak_acquire,
19554         atomic_compare_exchange_weak_release,
19555         atomic_exchange_acquire, atomic_exchange_release,
19556         atomic_fetch_add_relaxed, atomic_fetch_add_acquire,
19557         atomic_fetch_add_release, atomic_fetch_add_acq_rel,
19558         atomic_fetch_and_acquire,
19559         atomic_fetch_or_relaxed, atomic_fetch_or_acquire): New.
19561 2014-11-20  Torvald Riegel  <triegel@redhat.com>
19563         * sysdeps/aarch64/bits/atomic.h (__HAVE_64B_ATOMICS,
19564         USE_ATOMIC_COMPILER_BUILTINS): Define.
19565         * sysdeps/alpha/bits/atomic.h (__HAVE_64B_ATOMICS,
19566         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
19567         * sysdeps/arm/bits/atomic.h (__HAVE_64B_ATOMICS,
19568         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
19569         * sysdeps/i386/i486/bits/atomic.h (__HAVE_64B_ATOMICS,
19570         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
19571         * sysdeps/ia64/bits/atomic.h (__HAVE_64B_ATOMICS,
19572         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
19573         * sysdeps/m68k/coldfire/bits/atomic.h (__HAVE_64B_ATOMICS,
19574         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
19575         * sysdeps/m68k/m680x0/m68020/bits/atomic.h (__HAVE_64B_ATOMICS,
19576         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
19577         * sysdeps/microblaze/bits/atomic.h (__HAVE_64B_ATOMICS,
19578         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
19579         * sysdeps/mips/bits/atomic.h (__HAVE_64B_ATOMICS,
19580         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
19581         * sysdeps/powerpc/powerpc32/bits/atomic.h (__HAVE_64B_ATOMICS,
19582         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
19583         * sysdeps/powerpc/powerpc64/bits/atomic.h (__HAVE_64B_ATOMICS,
19584         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
19585         * sysdeps/s390/bits/atomic.h (__HAVE_64B_ATOMICS,
19586         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
19587         * sysdeps/sparc/sparc32/bits/atomic.h (__HAVE_64B_ATOMICS,
19588         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
19589         * sysdeps/sparc/sparc32/sparcv9/bits/atomic.h (__HAVE_64B_ATOMICS,
19590         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
19591         * sysdeps/sparc/sparc64/bits/atomic.h (__HAVE_64B_ATOMICS,
19592         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
19593         * sysdeps/tile/tilegx/bits/atomic.h (__HAVE_64B_ATOMICS,
19594         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
19595         * sysdeps/tile/tilepro/bits/atomic.h (__HAVE_64B_ATOMICS,
19596         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
19597         * sysdeps/unix/sysv/linux/hppa/bits/atomic.h (__HAVE_64B_ATOMICS,
19598         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
19599         * sysdeps/unix/sysv/linux/m68k/coldfire/bits/atomic.h
19600         (__HAVE_64B_ATOMICS, USE_ATOMIC_COMPILER_BUILTINS): Likewise.
19601         * sysdeps/unix/sysv/linux/sh/bits/atomic.h (__HAVE_64B_ATOMICS,
19602         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
19603         * sysdeps/x86_64/bits/atomic.h (__HAVE_64B_ATOMICS,
19604         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
19606 2014-11-19  Roland McGrath  <roland@hack.frob.com>
19608         * nptl/pthread_create.c (__pthread_create_2_1): Don't try to validate
19609         the sched_priority value here.  It was already checked when the user
19610         called pthread_attr_setschedparam.
19612         * nptl/tst-bad-schedattr.c: New file.
19613         * nptl/Makefile (tests): Add it.
19615 2014-11-19  Carlos O'Donell  <carlos@redhat.com>
19616             Florian Weimer  <fweimer@redhat.com>
19617             Joseph Myers  <joseph@codesourcery.com>
19618             Adam Conrad  <adconrad@0c3.net>
19619             Andreas Schwab  <schwab@suse.de>
19620             Brooks  <bmoses@google.com>
19622         [BZ #17625]
19623         * wordexp-test.c (__dso_handle): Add prototype.
19624         (__register_atfork): Likewise.
19625         (__app_register_atfork): New function.
19626         (registered_forks): New global.
19627         (register_fork): New function.
19628         (test_case): Add 3 new tests for WRDE_CMDSUB.
19629         (main): Call __app_register_atfork.
19630         (testit): If WRDE_NOCMD set registered_forks to zero, run test, and if
19631         fork count is non-zero fail the test.
19632         * posix/wordexp.c (exec_comm): Return WRDE_CMDSUB if WRDE_NOCMD flag
19633         is set.
19634         (parse_dollars): Remove check for WRDE_NOCMD.
19635         (parse_dquote): Likewise.
19637 2014-11-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
19639         * Makeconfig (built-modules): List non-library modules to be
19640         built.
19641         (module-cppflags): Include libc-modules.h for
19642         everything except shlib-versions.v.i.
19643         (CPPFLAGS): Use it.
19644         (before-compile): Add libc-modules.h.
19645         ($(common-objpfx)libc-modules.h,
19646         $(common-objpfx)libc-modules.stmp): New targets.
19647         (common-generated): Add libc-modules.h and libc-modules.stmp.
19648         ($(common-objpfx)Versions.v.i): Depend on libc-modules.h.
19649         * include/libc-symbols.h: Don't include libc-modules.h.
19650         * include/libc-modules.h: Remove file.
19651         * scripts/gen-libc-modules.awk: New script to generate
19652         libc-modules.h.
19653         * sysdeps/unix/Makefile ($(common-objpfx)sysd-syscalls):
19654         Depend on libc-modules.stmp.
19656         * include/shlib-compat.h (_SHLIB_COMPAT): Use IS_IN.
19658         * Makeconfig (in-module): Get value of libof set for the
19659         translation unit.
19660         (CPPFLAGS): Use $(in-module).
19661         * Makerules: Don't suffix routine names for nonlib.
19662         * include/libc-modules.h: New file.
19663         * include/libc-symbols.h: Include libc-modules.h
19664         (IS_IN): New macro to replace IS_IN_* macros.
19665         * elf/Makefile: Set libof-* for each routine.
19666         * elf/rtld-Rules: Likewise.
19667         * extra-modules.mk: Likewise.
19668         * iconv/Makefile: Likewise.
19669         * iconvdata/Makefile: Likewise.
19670         * locale/Makefile: Likewise.
19671         * malloc/Makefile: Likewise.
19672         * nss/Makefile: Likewise.
19673         * sysdeps/gnu/Makefile: Likewise.
19674         * sysdeps/ieee754/ldbl-opt/Makefile: Likewise.
19675         * sysdeps/unix/sysv/linux/Makefile: Likewise.
19676         * sysdeps/s390/s390-64/Makefile: Likewise.
19677         * nscd/Makefile: Set libof-* for each routine.  Set CFLAGS and
19678         CPPFLAGS for nscd instead of nonlib.
19680 2014-11-18  Roland McGrath  <roland@hack.frob.com>
19682         * nptl/createthread.c: New file.
19684         * nptl/createthread.c: Moved ...
19685         * sysdeps/unix/sysv/linux/createthread.c: ... here.
19687         * nptl/createthread.c: Add proper top-line comment.
19688         (do_clone): Folded into ...
19689         (create_thread): ... here.  Take new arguments STOPPED_START and
19690         THREAD_RAN.  Always set PD->stopped_start to something here.  Don't
19691         increment __nptl_threads, do event-reporting logic, do
19692         CHECK_THREAD_SYSINFO, or set THREAD_SELF->header.multiple_threads
19693         here.  Set *THREAD_RAN after ARCH_CLONE call succeeds.  Don't do any
19694         resource cleanup if sched_setaffinity or sched_setscheduler fails,
19695         just send SIGCANCEL.
19696         * nptl/pthread_create.c: Forward-declare create_thread before
19697         including createthread.c.
19698         (start_thread): Use new macro START_THREAD_DEFN to replace defining
19699         declaration, and new macro START_THREAD_SELF to replace argument.
19700         Remove return statement.
19701         (report_thread_creation): New function.
19702         (__pthread_create_2_1): Use it.  Do TD_CREATE reporting,
19703         synchronization logic, and __nptl_nthreads increment here, around
19704         calling create_thread.  Do CHECK_THREAD_SYSINFO and initialize
19705         PD->parent_cancelhandling here, before create_thread.  When
19706         create_thread fails, do __nptl_nthreads decrement, setxid_futex wake,
19707         __deallocate_stack, and ENOMEM translation here.
19709 2014-11-18  Joseph Myers  <joseph@codesourcery.com>
19711         [BZ #17616]
19712         * sysdeps/ieee754/dbl-64/mpa.c (mpone): Rename to __mpone.
19713         (mptwo): Rename to __mptwo.
19714         (__inv): Use __mptwo instead of mptwo.
19715         * sysdeps/ieee754/dbl-64/mpa.h (mpone): Rename to __mpone.
19716         (mptwo): Rename to __mptwo.
19717         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Use __mpone instead
19718         of mpone and __mptwo instead of mptwo.
19719         * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Use __mpone
19720         instead of mpone.
19721         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Likewise.
19722         * sysdeps/ieee754/dbl-64/mplog.c (__mplog): Likewise.
19723         * sysdeps/ieee754/dbl-64/sincos32.c (__c32): Use __mpone instead
19724         of mpone and __mptwo instead of mptwo.
19725         (__mpranred): Use __mpone instead of mpone.
19726         * conform/Makefile (test-xfail-ISO/math.h/linknamespace): Remove
19727         variable.
19728         (test-xfail-ISO99/complex.h/linknamespace): Likewise.
19729         (test-xfail-ISO99/math.h/linknamespace): Likewise.
19730         (test-xfail-ISO99/tgmath.h/linknamespace): Likewise.
19731         (test-xfail-ISO11/complex.h/linknamespace): Likewise.
19732         (test-xfail-ISO11/math.h/linknamespace): Likewise.
19733         (test-xfail-ISO11/tgmath.h/linknamespace): Likewise.
19734         (test-xfail-XPG3/math.h/linknamespace): Likewise.
19735         (test-xfail-XPG4/math.h/linknamespace): Likewise.
19736         (test-xfail-POSIX/math.h/linknamespace): Likewise.
19737         (test-xfail-UNIX98/math.h/linknamespace): Likewise.
19738         (test-xfail-XOPEN2K/complex.h/linknamespace): Likewise.
19739         (test-xfail-XOPEN2K/math.h/linknamespace): Likewise.
19740         (test-xfail-XOPEN2K/tgmath.h/linknamespace): Likewise.
19741         (test-xfail-POSIX2008/complex.h/linknamespace): Likewise.
19742         (test-xfail-POSIX2008/math.h/linknamespace): Likewise.
19743         (test-xfail-POSIX2008/tgmath.h/linknamespace): Likewise.
19744         (test-xfail-XOPEN2K8/complex.h/linknamespace): Likewise.
19745         (test-xfail-XOPEN2K8/math.h/linknamespace): Likewise.
19746         (test-xfail-XOPEN2K8/tgmath.h/linknamespace): Likewise.
19748 2014-11-18  Tom de Vries  <tom@codesoucery.com>
19750         * manual/signal.texi (Primitives Interrupted by Signals): In section,
19751         replace BSD Handler xref with BSD Signal Handling.
19753 2014-11-17  Richard Henderson  <rth@redhat.com>
19755         * sysdeps/alpha/soft-fp/local-soft-fp.h (_FP_UNPACK_RAW_2): Remove.
19756         (_FP_PACK_RAW_2): Remove.
19757         (AXP_DECL_RETURN_Q): Rename from FP_DECL_RETURN, use _FP_UNION_Q.
19758         (AXP_RETURN_Q): Rename from FP_RETURN, use _FP_UNION_Q.
19759         (AXP_UNPACK_RAW_Q, AXP_UNPACK_SEMIRAW_Q, AXP_UNPACK_Q): New.
19760         (AXP_PACK_RAW_Q, AXP_PACK_SEMIRAW_Q, AXP_PACK_Q): New.
19761         * sysdeps/alpha/soft-fp/ots_add.c (_OtsAddX): Update to match.
19762         * sysdeps/alpha/soft-fp/ots_cmp.c (internal_equality): Likewise.
19763         * sysdeps/alpha/soft-fp/ots_cmpe.c (internal_compare): Likewise.
19764         * sysdeps/alpha/soft-fp/ots_cvtqux.c (_OtsCvtQUX): Likewise.
19765         * sysdeps/alpha/soft-fp/ots_cvtqx.c (_OtsCvtQX): Likewise.
19766         * sysdeps/alpha/soft-fp/ots_cvttx.c (_OtsConvertFloatTX): Likewise.
19767         * sysdeps/alpha/soft-fp/ots_cvtxq.c (_OtsCvtXQ): Likewise.
19768         * sysdeps/alpha/soft-fp/ots_cvtxt.c (_OtsConvertFloatXT): Likewise.
19769         * sysdeps/alpha/soft-fp/ots_div.c (_OtsDivX): Likewise.
19770         * sysdeps/alpha/soft-fp/ots_mul.c (_OtsMulX): Likewise.
19771         * sysdeps/alpha/soft-fp/ots_nintxq.c (_OtsNintXQ): Likewise.
19772         * sysdeps/alpha/soft-fp/ots_sub.c (_OtsSubX): Likewise.
19774 2014-11-14  Roland McGrath  <roland@hack.frob.com>
19776         * signal/signal.h [__USE_MISC]
19777         (struct sigvec): Remove type.
19778         (SV_ONSTACK, SV_INTERRUPT, SV_RESETHAND): Remove macros.
19779         (sigvec): Remove declaration.
19780         * sysdeps/posix/sigvec.c: Moved ...
19781         * signal/sigvec.c: ... here, replacing old file.
19782         (struct sigvec): New type, copied from old signal.h definition.
19783         (SV_ONSTACK, SV_INTERRUPT, SV_RESETHAND): New macros, likewise copied.
19784         (__sigvec): Convert definition to prototype.
19785         (sigvec): Replace weak_alias with compat_symbol.
19786         * signal/Versions (libc: GLIBC_2.21): New version set.
19787         * include/signal.h: Remove __sigvec declaration.
19788         * sysdeps/unix/bsd/sigvec.c: Remove file.
19789         * sysdeps/unix/bsd/syscalls.list: Remove sigvec.
19790         * manual/signal.texi (BSD Handler): Remove subsection.
19791         Move siginterrupt up to ...
19792         (BSD Signal Handling): ... here.  Mark it as XPG rather than BSD.
19793         (Blocking in BSD): Fold subsection into its parent.
19794         * NEWS: Mention sigvec removal.
19796 2014-11-14  Joseph Myers  <joseph@codesourcery.com>
19798         * sysdeps/x86_64/fpu/dla.h [__FMA4__ && __GNUC_PREREQ (4, 6)]
19799         (DLA_FMS): Make definition conditional only on [__FMA4__].
19800         [__FMA4__ && !__GNUC_PREREQ (4, 6)] (DLA_FMS): Remove conditional
19801         definition.
19803         * sysdeps/arm/sysdep.h [PROF && __GNUC_PREREQ(4,4)] (CALL_MCOUNT):
19804         Make definition conditional only on [PROF].
19805         [PROF && !__GNUC_PREREQ(4,4)] (CALL_MCOUNT): Remove conditional
19806         definition.
19807         [__GNUC_PREREQ(4,4)] (mcount): Make definition unconditional.
19808         [!__GNUC_PREREQ(4,4)] (mcount): Remove conditional definition.
19810         * signal/signal.h (__sigpause): Only declare if [__USE_XOPEN &&
19811         !__GNUC__].
19812         * include/signal.h (__sigpause): Move declaration above call to
19813         libc_hidden_proto.
19814         * conform/Makefile (test-xfail-ISO/signal.h/linknamespace): Remove
19815         variable.
19816         (test-xfail-ISO99/signal.h/linknamespace): Likewise.
19817         (test-xfail-ISO11/signal.h/linknamespace): Likewise.
19819 2014-11-14  David S. Miller  <davem@davemloft.net>
19821         * sysdeps/sparc/sparc64/rtld-memcpy.c (NO_MEMPCPY_STPCPY_REDIRECT):
19822         Define before including <string/memcpy.c> and <string/mempcpy.c>.
19824 2014-11-14  Joseph Myers  <joseph@codesourcery.com>
19826         * configure.ac (libc_cv_compiler_ok): Require GCC 4.6 or later.
19827         * configure: Regenerated.
19828         * manual/install.texi (Tools for Compilation): Document a
19829         requirement of GCC 4.6 or later and that GCC 4.9 is the newest
19830         compiler verified to work.
19831         * INSTALL: Regenerated.
19833         * include/string.h [NO_MEMPCPY_STPCPY_REDIRECT] (mempcpy): Do not
19834         redeclare with asm name.
19835         [NO_MEMPCPY_STPCPY_REDIRECT] (stpcpy): Likewise.
19836         * string/mempcpy.c (NO_MEMPCPY_STPCPY_REDIRECT): Define before
19837         including <string.h>.
19838         * string/stpcpy.c (NO_MEMPCPY_STPCPY_REDIRECT): Likewise.
19839         * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy.c
19840         [!NOT_IN_libc] (NO_MEMPCPY_STPCPY_REDIRECT): Likewise.
19841         * sysdeps/powerpc/powerpc64/multiarch/mempcpy.c
19842         [!NOT_IN_libc] (NO_MEMPCPY_STPCPY_REDIRECT): Likewise.
19843         * sysdeps/powerpc/powerpc64/multiarch/stpcpy.c
19844         [SHARED && !NOT_IN_libc] (NO_MEMPCPY_STPCPY_REDIRECT): Likewise.
19846 2014-11-13  Joseph Myers  <joseph@codesourcery.com>
19848         * stdlib/strtol.c (__strtol): Use prototype definition.
19850         [BZ #17594]
19851         * stdlib/strtol.c (SYM__): New macro.
19852         (SYM__1): Likewise.
19853         (__strtol): Likewise.
19854         (strtol): Rename to __strtol and define as weak alias of
19855         __strtol.  Use libc_hidden_weak.
19857 2014-11-13  Stefan Liebler  <stli@linux.vnet.ibm.com>
19859         * sysdeps/s390/s390-32/dl-machine.h (RTLD_START):
19860         Use numbered labels in inline assembly.
19862 2014-11-13  Stefan Liebler  <stli@linux.vnet.ibm.com>
19864         * sysdeps/s390/s390-32/setjmp.S (__sigsetjmp):
19865         Add setjmp LIBC_PROBE.
19866         * sysdeps/s390/s390-64/setjmp.S (__sigsetjmp):
19867         Likewise.
19868         * sysdeps/s390/s390-32/__longjmp.c (__longjmp):
19869         Add longjmp, longjmp_target LIBC_PROBE.
19870         * sysdeps/s390/s390-64/__longjmp.c (__longjmp):
19871         Likewise.
19873 2014-11-13  Stefan Liebler  <stli@linux.vnet.ibm.com>
19875         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela):
19876         Gate the definition of refsym additionally with !RTLD_BOOTSTRAP
19877         to get rid of unused variable warning.
19879 2014-11-13  Stefan Liebler  <stli@linux.vnet.ibm.com>
19881         * sysdeps/s390/s390-32/backtrace.c (__backtrace):
19882         Check for unwind_backtrace ==  NULL only in SHARED case.
19883         (__backchain_backtrace): Compile only in SHARED case.
19884         * sysdeps/s390/s390-64/backtrace.c (__backtrace):
19885         Likewise.
19886         (__backchain_backtrace): Declare as static.
19888 2014-11-12  Roland McGrath  <roland@hack.frob.com>
19890         * nptl/createthread.c [!TLS_MULTIPLE_THREADS_IN_TCB]
19891         (__libc_multiple_threads_ptr): Variable moved ...
19892         * nptl/nptl-init.c [!TLS_MULTIPLE_THREADS_IN_TCB]: ... here.
19894 2014-11-12  Joseph Myers  <joseph@codesourcery.com>
19896         * conform/GlibcConform.pm: New file.
19897         * conform/conformtest.pl: Use GlibcConform module.
19898         * conform/linknamespace.pl: New file.
19899         * conform/list-header-symbols.pl: Likewise.
19900         * conform/Makefile (linknamespace-symlists-base): New variable.
19901         (linknamespace-symlists-tests): Likewise.
19902         (linknamespace-header-base): Likewise.
19903         (linknamespace-header-tests): Likewise.
19904         (tests-special): Add new tests.
19905         ($(linknamespace-symlists-tests)): New rule.
19906         (linknamespace-libs): New variable.
19907         ($(objpfx)symlist-stdlibs): New rule.
19908         ($(linknamespace-header-tests)): Likewise.
19909         (test-xfail-XPG3/varargs.h/linknamespace): New variable.
19910         (test-xfail-XPG4/varargs.h/linknamespace): Likewise.
19911         (test-xfail-UNIX98/varargs.h/linknamespace): Likewise.
19912         (test-xfail-XPG4/ndbm.h/linknamespace): Likewise.
19913         (test-xfail-UNIX98/ndbm.h/linknamespace): Likewise.
19914         (test-xfail-XOPEN2K/ndbm.h/linknamespace): Likewise.
19915         (test-xfail-XOPEN2K8/ndbm.h/linknamespace): Likewise.
19916         (test-xfail-ISO/math.h/linknamespace): Likewise.
19917         (test-xfail-ISO/signal.h/linknamespace): Likewise.
19918         (test-xfail-ISO/stdio.h/linknamespace): Likewise.
19919         (test-xfail-ISO/time.h/linknamespace): Likewise.
19920         (test-xfail-ISO99/complex.h/linknamespace): Likewise.
19921         (test-xfail-ISO99/ctype.h/linknamespace): Likewise.
19922         (test-xfail-ISO99/math.h/linknamespace): Likewise.
19923         (test-xfail-ISO99/signal.h/linknamespace): Likewise.
19924         (test-xfail-ISO99/stdio.h/linknamespace): Likewise.
19925         (test-xfail-ISO99/tgmath.h/linknamespace): Likewise.
19926         (test-xfail-ISO11/complex.h/linknamespace): Likewise.
19927         (test-xfail-ISO11/ctype.h/linknamespace): Likewise.
19928         (test-xfail-ISO11/math.h/linknamespace): Likewise.
19929         (test-xfail-ISO11/signal.h/linknamespace): Likewise.
19930         (test-xfail-ISO11/stdio.h/linknamespace): Likewise.
19931         (test-xfail-ISO11/tgmath.h/linknamespace): Likewise.
19932         (test-xfail-XPG3/ctype.h/linknamespace): Likewise.
19933         (test-xfail-XPG3/fnmatch.h/linknamespace): Likewise.
19934         (test-xfail-XPG3/glob.h/linknamespace): Likewise.
19935         (test-xfail-XPG3/math.h/linknamespace): Likewise.
19936         (test-xfail-XPG3/regex.h/linknamespace): Likewise.
19937         (test-xfail-XPG3/search.h/linknamespace): Likewise.
19938         (test-xfail-XPG3/stdio.h/linknamespace): Likewise.
19939         (test-xfail-XPG3/time.h/linknamespace): Likewise.
19940         (test-xfail-XPG3/unistd.h/linknamespace): Likewise.
19941         (test-xfail-XPG3/wordexp.h/linknamespace): Likewise.
19942         (test-xfail-XPG4/ctype.h/linknamespace): Likewise.
19943         (test-xfail-XPG4/fmtmsg.h/linknamespace): Likewise.
19944         (test-xfail-XPG4/fnmatch.h/linknamespace): Likewise.
19945         (test-xfail-XPG4/glob.h/linknamespace): Likewise.
19946         (test-xfail-XPG4/grp.h/linknamespace): Likewise.
19947         (test-xfail-XPG4/libgen.h/linknamespace): Likewise.
19948         (test-xfail-XPG4/math.h/linknamespace): Likewise.
19949         (test-xfail-XPG4/netdb.h/linknamespace): Likewise.
19950         (test-xfail-XPG4/pwd.h/linknamespace): Likewise.
19951         (test-xfail-XPG4/regex.h/linknamespace): Likewise.
19952         (test-xfail-XPG4/search.h/linknamespace): Likewise.
19953         (test-xfail-XPG4/stdio.h/linknamespace): Likewise.
19954         (test-xfail-XPG4/stdlib.h/linknamespace): Likewise.
19955         (test-xfail-XPG4/sys/mman.h/linknamespace): Likewise.
19956         (test-xfail-XPG4/sys/statvfs.h/linknamespace): Likewise.
19957         (test-xfail-XPG4/syslog.h/linknamespace): Likewise.
19958         (test-xfail-XPG4/time.h/linknamespace): Likewise.
19959         (test-xfail-XPG4/unistd.h/linknamespace): Likewise.
19960         (test-xfail-XPG4/wordexp.h/linknamespace): Likewise.
19961         (test-xfail-POSIX/aio.h/linknamespace): Likewise.
19962         (test-xfail-POSIX/fnmatch.h/linknamespace): Likewise.
19963         (test-xfail-POSIX/glob.h/linknamespace): Likewise.
19964         (test-xfail-POSIX/math.h/linknamespace): Likewise.
19965         (test-xfail-POSIX/mqueue.h/linknamespace): Likewise.
19966         (test-xfail-POSIX/pthread.h/linknamespace): Likewise.
19967         (test-xfail-POSIX/regex.h/linknamespace): Likewise.
19968         (test-xfail-POSIX/sched.h/linknamespace): Likewise.
19969         (test-xfail-POSIX/semaphore.h/linknamespace): Likewise.
19970         (test-xfail-POSIX/sys/mman.h/linknamespace): Likewise.
19971         (test-xfail-POSIX/time.h/linknamespace): Likewise.
19972         (test-xfail-POSIX/unistd.h/linknamespace): Likewise.
19973         (test-xfail-POSIX/wordexp.h/linknamespace): Likewise.
19974         (test-xfail-UNIX98/aio.h/linknamespace): Likewise.
19975         (test-xfail-UNIX98/ctype.h/linknamespace): Likewise.
19976         (test-xfail-UNIX98/fmtmsg.h/linknamespace): Likewise.
19977         (test-xfail-UNIX98/fnmatch.h/linknamespace): Likewise.
19978         (test-xfail-UNIX98/glob.h/linknamespace): Likewise.
19979         (test-xfail-UNIX98/grp.h/linknamespace): Likewise.
19980         (test-xfail-UNIX98/libgen.h/linknamespace): Likewise.
19981         (test-xfail-UNIX98/math.h/linknamespace): Likewise.
19982         (test-xfail-UNIX98/mqueue.h/linknamespace): Likewise.
19983         (test-xfail-UNIX98/netdb.h/linknamespace): Likewise.
19984         (test-xfail-UNIX98/pthread.h/linknamespace): Likewise.
19985         (test-xfail-UNIX98/pwd.h/linknamespace): Likewise.
19986         (test-xfail-UNIX98/regex.h/linknamespace): Likewise.
19987         (test-xfail-UNIX98/sched.h/linknamespace): Likewise.
19988         (test-xfail-UNIX98/search.h/linknamespace): Likewise.
19989         (test-xfail-UNIX98/semaphore.h/linknamespace): Likewise.
19990         (test-xfail-UNIX98/stdio.h/linknamespace): Likewise.
19991         (test-xfail-UNIX98/stdlib.h/linknamespace): Likewise.
19992         (test-xfail-UNIX98/sys/mman.h/linknamespace): Likewise.
19993         (test-xfail-UNIX98/sys/statvfs.h/linknamespace): Likewise.
19994         (test-xfail-UNIX98/syslog.h/linknamespace): Likewise.
19995         (test-xfail-UNIX98/time.h/linknamespace): Likewise.
19996         (test-xfail-UNIX98/unistd.h/linknamespace): Likewise.
19997         (test-xfail-UNIX98/wchar.h/linknamespace): Likewise.
19998         (test-xfail-UNIX98/wordexp.h/linknamespace): Likewise.
19999         (test-xfail-XOPEN2K/aio.h/linknamespace): Likewise.
20000         (test-xfail-XOPEN2K/complex.h/linknamespace): Likewise.
20001         (test-xfail-XOPEN2K/fcntl.h/linknamespace): Likewise.
20002         (test-xfail-XOPEN2K/fmtmsg.h/linknamespace): Likewise.
20003         (test-xfail-XOPEN2K/fnmatch.h/linknamespace): Likewise.
20004         (test-xfail-XOPEN2K/glob.h/linknamespace): Likewise.
20005         (test-xfail-XOPEN2K/grp.h/linknamespace): Likewise.
20006         (test-xfail-XOPEN2K/libgen.h/linknamespace): Likewise.
20007         (test-xfail-XOPEN2K/math.h/linknamespace): Likewise.
20008         (test-xfail-XOPEN2K/mqueue.h/linknamespace): Likewise.
20009         (test-xfail-XOPEN2K/net/if.h/linknamespace): Likewise.
20010         (test-xfail-XOPEN2K/netdb.h/linknamespace): Likewise.
20011         (test-xfail-XOPEN2K/pthread.h/linknamespace): Likewise.
20012         (test-xfail-XOPEN2K/pwd.h/linknamespace): Likewise.
20013         (test-xfail-XOPEN2K/regex.h/linknamespace): Likewise.
20014         (test-xfail-XOPEN2K/search.h/linknamespace): Likewise.
20015         (test-xfail-XOPEN2K/semaphore.h/linknamespace): Likewise.
20016         (test-xfail-XOPEN2K/signal.h/linknamespace): Likewise.
20017         (test-xfail-XOPEN2K/spawn.h/linknamespace): Likewise.
20018         (test-xfail-XOPEN2K/stdlib.h/linknamespace): Likewise.
20019         (test-xfail-XOPEN2K/sys/mman.h/linknamespace): Likewise.
20020         (test-xfail-XOPEN2K/sys/statvfs.h/linknamespace): Likewise.
20021         (test-xfail-XOPEN2K/sys/wait.h/linknamespace): Likewise.
20022         (test-xfail-XOPEN2K/syslog.h/linknamespace): Likewise.
20023         (test-xfail-XOPEN2K/tgmath.h/linknamespace): Likewise.
20024         (test-xfail-XOPEN2K/time.h/linknamespace): Likewise.
20025         (test-xfail-XOPEN2K/ucontext.h/linknamespace): Likewise.
20026         (test-xfail-XOPEN2K/unistd.h/linknamespace): Likewise.
20027         (test-xfail-XOPEN2K/wordexp.h/linknamespace): Likewise.
20028         (test-xfail-POSIX2008/aio.h/linknamespace): Likewise.
20029         (test-xfail-POSIX2008/complex.h/linknamespace): Likewise.
20030         (test-xfail-POSIX2008/ctype.h/linknamespace): Likewise.
20031         (test-xfail-POSIX2008/dirent.h/linknamespace): Likewise.
20032         (test-xfail-POSIX2008/fcntl.h/linknamespace): Likewise.
20033         (test-xfail-POSIX2008/grp.h/linknamespace): Likewise.
20034         (test-xfail-POSIX2008/math.h/linknamespace): Likewise.
20035         (test-xfail-POSIX2008/mqueue.h/linknamespace): Likewise.
20036         (test-xfail-POSIX2008/net/if.h/linknamespace): Likewise.
20037         (test-xfail-POSIX2008/netdb.h/linknamespace): Likewise.
20038         (test-xfail-POSIX2008/pthread.h/linknamespace): Likewise.
20039         (test-xfail-POSIX2008/regex.h/linknamespace): Likewise.
20040         (test-xfail-POSIX2008/semaphore.h/linknamespace): Likewise.
20041         (test-xfail-POSIX2008/spawn.h/linknamespace): Likewise.
20042         (test-xfail-POSIX2008/sys/mman.h/linknamespace): Likewise.
20043         (test-xfail-POSIX2008/sys/statvfs.h/linknamespace): Likewise.
20044         (test-xfail-POSIX2008/tgmath.h/linknamespace): Likewise.
20045         (test-xfail-POSIX2008/time.h/linknamespace): Likewise.
20046         (test-xfail-POSIX2008/unistd.h/linknamespace): Likewise.
20047         (test-xfail-XOPEN2K8/aio.h/linknamespace): Likewise.
20048         (test-xfail-XOPEN2K8/complex.h/linknamespace): Likewise.
20049         (test-xfail-XOPEN2K8/dirent.h/linknamespace): Likewise.
20050         (test-xfail-XOPEN2K8/fcntl.h/linknamespace): Likewise.
20051         (test-xfail-XOPEN2K8/fmtmsg.h/linknamespace): Likewise.
20052         (test-xfail-XOPEN2K8/grp.h/linknamespace): Likewise.
20053         (test-xfail-XOPEN2K8/libgen.h/linknamespace): Likewise.
20054         (test-xfail-XOPEN2K8/math.h/linknamespace): Likewise.
20055         (test-xfail-XOPEN2K8/mqueue.h/linknamespace): Likewise.
20056         (test-xfail-XOPEN2K8/net/if.h/linknamespace): Likewise.
20057         (test-xfail-XOPEN2K8/netdb.h/linknamespace): Likewise.
20058         (test-xfail-XOPEN2K8/pthread.h/linknamespace): Likewise.
20059         (test-xfail-XOPEN2K8/pwd.h/linknamespace): Likewise.
20060         (test-xfail-XOPEN2K8/regex.h/linknamespace): Likewise.
20061         (test-xfail-XOPEN2K8/search.h/linknamespace): Likewise.
20062         (test-xfail-XOPEN2K8/semaphore.h/linknamespace): Likewise.
20063         (test-xfail-XOPEN2K8/spawn.h/linknamespace): Likewise.
20064         (test-xfail-XOPEN2K8/sys/mman.h/linknamespace): Likewise.
20065         (test-xfail-XOPEN2K8/sys/statvfs.h/linknamespace): Likewise.
20066         (test-xfail-XOPEN2K8/syslog.h/linknamespace): Likewise.
20067         (test-xfail-XOPEN2K8/tgmath.h/linknamespace): Likewise.
20068         (test-xfail-XOPEN2K8/time.h/linknamespace): Likewise.
20069         (test-xfail-XOPEN2K8/unistd.h/linknamespace): Likewise.
20071         [BZ #17589]
20072         * intl/localealias.c [_LIBC] (FGETS): Use __fgets_unlocked instead
20073         of fgets_unlocked.
20075         [BZ #17585]
20076         * string/memmem.c [!_LIBC] (__memmem): Define to memmem.
20077         (memmem): Rename to __memmem and define as weak alias of
20078         __memmem.  Use libc_hidden_weak.
20079         (__memmem): Use libc_hidden_def.
20080         * include/string.h (__memmem): Declare.  Use libc_hidden_proto.
20081         * locale/findlocale.c (valid_locale_name): Use __memmem instead of
20082         memmem.
20084         [BZ #17582]
20085         * libio/iofgets.c [weak_alias && !_IO_MTSAFE_IO]
20086         (__fgets_unlocked): Add alias of _IO_fgets.  Use libc_hidden_def.
20087         * libio/iofgets_u.c (fgets_unlocked): Rename to __fgets_unlocked
20088         and define as weak alias of __fgets_unlocked.  Use
20089         libc_hidden_weak.
20090         (__fgets_unlocked): Use libc_hidden_def.
20091         * include/stdio.h (__fgets_unlocked): Declare.  Use
20092         libc_hidden_proto.
20093         * sysdeps/unix/sysv/linux/getsysstats.c (phys_pages_info): Use
20094         __fgets_unlocked instead of fgets_unlocked.
20095         * sysdeps/unix/sysv/linux/alpha/getsysstats.c
20096         (GET_NPROCS_CONF_PARSER): Likewise.
20097         * sysdeps/unix/sysv/linux/sparc/getsysstats.c
20098         (GET_NPROCS_CONF_PARSER): Likewise.
20100         [BZ #17574]
20101         * wcsmbs/wmemset.c (wmemset): Rename to __wmemset and define as
20102         weak alias of __wmemset.  Use libc_hidden_weak.
20103         (__wmemset): Use libc_hidden_def.
20104         * include/wchar.h (__wmemset): Declare.  Use libc_hidden_proto.
20105         * stdio-common/printf_fp.c (___printf_fp): Call __wmemset instead
20106         of wmemset.
20108         [BZ #17573]
20109         * include/string.h [NOT_IN_libc || !SHARED] (mempcpy): Declare
20110         with asm name __mempcpy.
20111         [NOT_IN_libc || !SHARED] (stpcpy): Declare with asm name __stpcpy.
20113         [BZ #17572]
20114         * sysdeps/x86_64/rawmemchr.S (rawmemchr): Rename to __rawmemchr
20115         and define as weak alias of __rawmemchr.
20116         (__rawmemchr): Do not define as strong alias of rawmemchr.
20118         [BZ #17571]
20119         * stdlib/msort.c (qsort_r): Rename to __qsort_r and define as weak
20120         alias of __qsort_r.
20121         (qsort): Call __qsort_r instead of qsort_r.
20122         * include/stdlib.h (qsort_r): Do not call libc_hidden_proto.
20123         (__qsort_r): Declare.  Call libc_hidden_proto.
20124         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Call __qsort_r
20125         instead of qsort_r.
20126         * nscd/gai.c (__qsort_r): Define to qsort_r.
20127         * posix/tst-rfc3484.c (__qsort_r): Likewise.
20128         * posix/tst-rfc3484-2.c (__qsort_r): Likewise.
20129         * posix/tst-rfc3484-3.c (__qsort_r): Likewise.
20131         [BZ #17570]
20132         * malloc/malloc.c (malloc_info): Rename to __malloc_info and
20133         define as weak alias of __malloc_info.
20135         [BZ #17584]
20136         * dirent/rewinddir.c (rewinddir): Rename to __rewinddir and define
20137         as weak alias of __rewinddir.  Don't use libc_hidden_def.
20138         (__rewinddir): Use libc_hidden_def.
20139         * sysdeps/mach/hurd/rewinddir.c: Rename to __rewinddir and define
20140         as weak alias of __rewinddir.  Don't use libc_hidden_def.
20141         (__rewinddir): Use libc_hidden_def.
20142         * sysdeps/posix/rewinddir.c: Rename to __rewinddir and define as
20143         weak alias of __rewinddir.  Don't use libc_hidden_def.
20144         (__rewinddir): Use libc_hidden_def.
20145         * include/dirent.h (rewinddir): Don't use libc_hidden_proto.
20146         (__rewinddir): Use libc_hidden_proto.
20147         * sysdeps/posix/getcwd.c [!_LIBC] (__rewinddir): Define to
20148         rewinddir.
20149         (__getcwd): Use __rewinddir instead of rewinddir.
20151         [BZ #17583]
20152         * libio/fileno.c (fileno): Rename to __fileno and define as weak
20153         alias of __fileno.  Use libc_hidden_weak.
20154         (__fileno): Use libc_hidden_def.
20155         [weak_alias] (fileno_unlocked): Define as weak alias of __fileno.
20156         * libio/ftello.c (ftello): Rename to __ftello and define as weak
20157         alias of __ftello.
20158         [__OFF_T_MATCHES_OFF64_T] (ftello64): Define as weak alias of
20159         __ftello.
20160         * libio/iofread.c [weak_alias && !_IO_MTSAFE_IO]
20161         (__fread_unlocked): Define as strong alias of _IO_fread.  Use
20162         libc_hidden_def.
20163         (fread_unlocked): Don't use libc_hidden_ver.
20164         * libio/iofread_u.c (fread_unlocked): Rename to __fread_unlocked
20165         and define as weak alias of __fread_unlocked.  Don't use
20166         libc_hidden_def.
20167         (__fread_unlocked): Use libc_hidden_def.
20168         * include/stdio.h (__fileno): Declare.  Use libc_hidden_proto.
20169         (ftello): Don't use libc_hidden_proto.
20170         (__ftello): Declare.  Use libc_hidden_proto.
20171         (fread_unlocked): Don't use libc_hidden_proto.
20172         (__fread_unlocked): Declare.  Use libc_hidden_proto.
20173         * time/tzfile.c (__tzfile_read): Use __fileno, __fread_unlocked
20174         and __ftello instead of fileno, fread_unlocked and ftello.
20176 2012-11-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
20178         * sysdeps/s390/s390-32/bcopy.S (__bcopy): Use GOT instead of
20179         GOT12.
20180         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_load_address):
20181         Likewise.
20182         (_dl_start_user): Likewise.
20183         * sysdeps/s390/s390-32/setjmp.S (__sigsetjmp): Likewise.
20185 2014-11-12  Carlos O'Donell  <carlos@redhat.com>
20186             Siddhesh Poyarekar  <siddhesh@redhat.com>
20188         * sysdeps/s390/s390-32/dl-machine.h (_dl_start_user):
20189         Move argv and envp down instead of moving argc up.
20190         * sysdeps/s390/s390-32/dl-sysdep.h: New file.
20192 2014-11-12  Leonhard Holz  <leonhard.holz@web.de>
20194         [BZ #17506]
20195         * test-skeleton.c (main): Return successful if one of
20196         EXPECTED_SIGNAL or EXPECTED_STATUS is met when both given.
20197         * string/tst-strcoll-overflow.c: Define expected status.
20199 2014-11-12  Tatiana Udalova  <t.udalova@samsung.com>
20201         [BZ #17475]
20202         * locale/iso-639.def: Define Bhili and Tulu language codes.
20204 2014-11-11  Alan Hayward  <alan.hayward@arm.com>
20206         * sysdeps/unix/sysv/linux/aarch64/bits/ipc.h: New file.
20208 2014-11-10  Renlin Li  <Renlin.Li@arm.com>
20210         [BZ #17555]
20211         * sysdeps/aarch64/start.S (_start): Delete x29 overwritten assignment.
20213 2014-11-10  Andrew Senkevich  <andrew.n.senkevich@gmail.com>
20215         * configure.ac: Updated check of minimal required version to
20216         2.22.
20217         * manual/install.texi (Tools for Compilation): Updated version
20218         number.
20219         * configure: Regenerated.
20220         * INSTALL: Likewise.
20222 2014-11-07  Andreas Schwab  <schwab@linux-m68k.org>
20224         * sysdeps/unix/sysv/linux/m68k/localplt.data (ld.so): Remove
20225         __tls_get_addr.
20227 2014-11-07  Joseph Myers  <joseph@codesourcery.com>
20229         * include/sys/wait.h (__libc_waitpid): Remove declaration.
20230         * posix/waitpid.c (__libc_waitpid): Rename to __waitpid.
20231         (__waitpid): Don't define as alias.  Use libc_hidden_def not
20232         libc_hidden_weak.
20233         (waitpid): Define as alias of __waitpid.
20234         * sysdeps/unix/bsd/waitpid.c (__libc_waitpid): Rename to
20235         __waitpid.
20236         (__waitpid): Don't define as alias.  Use libc_hidden_def not
20237         libc_hidden_weak.
20238         (waitpid): Define as alias of __waitpid.
20239         * sysdeps/unix/sysv/linux/i386/syscalls.list (waitpid): Remove
20240         __libc_waitpid alias.
20241         * sysdeps/unix/sysv/linux/m68k/syscalls.list (waitpid): Likewise.
20242         * sysdeps/unix/sysv/linux/powerpc/syscalls.list (waitpid):
20243         Likewise.
20244         * sysdeps/unix/sysv/linux/sh/syscalls.list (waitpid): Likewise.
20245         * sysdeps/unix/sysv/linux/sparc/syscalls.list (waitpid): Likewise.
20246         * sysdeps/unix/sysv/linux/tile/waitpid.S (__libc_waitpid): Remove
20247         alias.
20248         * sysdeps/unix/sysv/linux/waitpid.c (__libc_waitpid): Rename to
20249         __waitpid.
20250         (__waitpid): Don't define as alias.  Use libc_hidden_def not
20251         libc_hidden_weak.
20252         (waitpid): Define as alias of __waitpid.
20254 2014-11-06  Carlos O'Donell  <carlos@redhat.com>
20256         * manual/llio.texi: Add comment that write safety has been
20257         fixed in Linux.
20259         * elf/Makefile (all-built-dso): Add $(common-objpfx)elf/ld.so.
20260         (localplt-build-dso): Add elf/ld.so.
20261         * sysdeps/unix/sysv/linux/i386/localplt.data: Add ___tls_get_addr
20262         i.e. 3 underscore version, __libc_memalign, malloc, calloc, realloc,
20263         and free for ld.so.
20264         * sysdeps/unix/sysv/linux/powerpc/powerpc64/localplt.data: Add
20265         __libc_memalign, malloc, calloc, realloc, and free for ld.so.
20266         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/localplt.data:
20267         Likewise.
20268         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/localplt.data:
20269         Likewise.
20270         * sysdeps/unix/sysv/linux/s390/localplt.data: Likewise.
20271         * sysdeps/generic/localplt.data: Add __tls_get_addr i.e. 2 underscore
20272         version, __libc_memalign, malloc, calloc, realloc and free for ld.so.
20273         * sysdeps/unix/sysv/linux/aarch64/localplt.data: Likewise.
20274         * sysdeps/unix/sysv/linux/arm/localplt.data: Likewise.
20275         * sysdeps/unix/sysv/linux/alpha/localplt.data: Likewise.
20276         * sysdeps/unix/sysv/linux/ia64/localplt.data: Likewise.
20277         * sysdeps/unix/sysv/linux/m68k/localplt.data: Likewise.
20278         * sysdeps/unix/sysv/linux/microblaze/localplt.data: Likewise.
20279         * sysdeps/unix/sysv/linux/sparc/sparc32/localplt.data: Likewise.
20280         * sysdeps/unix/sysv/linux/sparc/sparc64/localplt.data: Likewise.
20282 2014-11-05  Joseph Myers  <joseph@codesourcery.com>
20284         [BZ #14132]
20285         * include/libc-symbols.h (INTUSE): Remove macro.
20286         (INTDEF): Likewise.
20287         (INTVARDEF): Likewise.
20288         (_INTVARDEF): Likewise.
20289         (INTDEF2): Likewise.
20290         (INTVARDEF2): Likewise.
20291         * elf/rtld.c [!HAVE_INLINED_SYSCALLS] (_dl_starting_up): Use
20292         rtld_hidden_def instead of INTVARDEF.
20293         * sysdeps/generic/ldsodefs.h [IS_IN_rtld]
20294         (_dl_starting_up_internal): Remove declaration.
20295         (_dl_starting_up): Use rtld_hidden_proto.
20296         * elf/dl-init.c [!HAVE_INLINED_SYSCALLS] (_dl_starting_up): Remove
20297         declaration.
20298         [!HAVE_INLINED_SYSCALLS] (_dl_starting_up_internal): Likewise.
20299         (_dl_init) [!HAVE_INLINED_SYSCALLS]: Don't use INTUSE with
20300         _dl_starting_up.
20301         * elf/dl-writev.h (_dl_writev): Likewise.
20302         * sysdeps/powerpc/powerpc64/dl-machine.h [!HAVE_INLINED_SYSCALLS]
20303         (DL_STARTING_UP_DEF): Use __GI__dl_starting_up instead of
20304         _dl_starting_up_internal.
20306 2014-11-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
20308         * stdio-common/tst-fmemopen.c (do_test): Refactor to use
20309         test-skeleton.c.
20311 2014-11-05  Will Newton  <will.newton@linaro.org>
20313         * benchtests/Makefile: (bench-malloc): Add malloc thread
20314         scalability benchmark.
20315         * benchtests/bench-malloc-threads.c: New file.
20317 2014-11-05  Richard Earnshaw  <rearnsha@arm.com>
20319         * sysdeps/aarch64/strchrnul.S: New file.
20321 2014-11-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
20323         * sysdeps/powerpc/powerpc64/power8/memset.S (MTVSRD_V1_R4): Simplify
20324         definition.
20325         * sysdeps/powerpc/powerpc64/power8/fpu/s_finite.S (MFVSRD_R3_V1):
20326         Likwise.
20327         * sysdeps/powerpc/powerpc64/power8/fpu/s_isinf.S (MFVSRD_R3_V1):
20328         Likewise.
20329         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnan.S (MFVSRD_R3_V1):
20330         Likewise.
20331         * sysdeps/powerpc/powerpc64/power8/fpu/s_llrint.S (MFVSRD_R3_V1):
20332         Likewise.
20333         * sysdeps/powerpc/powerpc64/power8/fpu/s_llround.S (MFVSRD_R3_V1):
20334         Likewise.
20336 2014-11-05  Arjun Shankar  <arjun.is@lostca.se>
20338         * catgets/test-gencat.c: Use test-skeleton.c.
20339         * catgets/tst-catgets.c: Likewise.
20340         * csu/tst-empty.c: Likewise.
20341         * elf/tst-audit2.c: Likewise.
20342         * elf/tst-global1.c: Likewise.
20343         * elf/tst-pathopt.c: Likewise.
20344         * elf/tst-piemod1.c: Likewise.
20345         * elf/tst-tls10.c: Likewise.
20346         * elf/tst-tls11.c: Likewise.
20347         * elf/tst-tls12.c: Likewise.
20348         * gnulib/tst-gcc.c: Likewise.
20349         * iconvdata/tst-e2big.c: Likewise.
20350         * iconvdata/tst-loading.c: Likewise.
20351         * iconv/tst-iconv1.c: Likewise.
20352         * iconv/tst-iconv2.c: Likewise.
20353         * inet/test-inet6_opt.c: Likewise.
20354         * inet/tst-gethnm.c: Likewise.
20355         * inet/tst-network.c: Likewise.
20356         * inet/tst-ntoa.c: Likewise.
20357         * intl/tst-codeset.c: Likewise.
20358         * intl/tst-gettext2.c: Likewise.
20359         * intl/tst-gettext3.c: Likewise.
20360         * intl/tst-ngettext.c: Likewise.
20361         * intl/tst-translit.c: Likewise.
20362         * io/test-stat.c: Likewise.
20363         * libio/test-fmemopen.c: Likewise.
20364         * libio/tst-freopen.c: Likewise.
20365         * libio/tst-sscanf.c: Likewise.
20366         * libio/tst-ungetwc1.c: Likewise.
20367         * libio/tst-ungetwc2.c: Likewise.
20368         * libio/tst-widetext.c: Likewise.
20369         * localedata/tst-ctype.c: Likewise.
20370         * localedata/tst-digits.c: Likewise.
20371         * localedata/tst-leaks.c: Likewise.
20372         * localedata/tst-mbswcs1.c: Likewise.
20373         * localedata/tst-mbswcs2.c: Likewise.
20374         * localedata/tst-mbswcs3.c: Likewise.
20375         * localedata/tst-mbswcs4.c: Likewise.
20376         * localedata/tst-mbswcs5.c: Likewise.
20377         * localedata/tst-setlocale.c: Likewise.
20378         * localedata/tst-trans.c: Likewise.
20379         * localedata/tst-wctype.c: Likewise.
20380         * localedata/tst-xlocale1.c: Likewise.
20381         * login/tst-grantpt.c: Likewise.
20382         * malloc/tst-calloc.c: Likewise.
20383         * malloc/tst-malloc.c: Likewise.
20384         * malloc/tst-mallocstate.c: Likewise.
20385         * malloc/tst-mcheck.c: Likewise.
20386         * malloc/tst-mtrace.c: Likewise.
20387         * malloc/tst-obstack.c: Likewise.
20388         * math/atest-exp2.c: Likewise.
20389         * math/atest-exp.c: Likewise.
20390         * math/atest-sincos.c: Likewise.
20391         * math/test-matherr.c: Likewise.
20392         * math/test-misc.c: Likewise.
20393         * math/test-powl.c: Likewise.
20394         * math/tst-definitions.c: Likewise.
20395         * misc/tst-dirname.c: Likewise.
20396         * misc/tst-efgcvt.c: Likewise.
20397         * misc/tst-fdset.c: Likewise.
20398         * misc/tst-hsearch.c: Likewise.
20399         * misc/tst-mntent2.c: Likewise.
20400         * nptl/tst-sem7.c: Likewise.
20401         * nptl/tst-sem8.c: Likewise.
20402         * nptl/tst-sem9.c: Likewise.
20403         * nss/test-netdb.c: Likewise.
20404         * posix/tst-fnmatch.c: Likewise.
20405         * posix/tst-getlogin.c: Likewise.
20406         * posix/tst-gnuglob.c: Likewise.
20407         * posix/tst-mmap.c: Likewise.
20408         * pwd/tst-getpw.c: Likewise.
20409         * resolv/tst-inet_ntop.c: Likewise.
20410         * rt/tst-timer.c: Likewise.
20411         * stdio-common/test-fseek.c: Likewise.
20412         * stdio-common/test-popen.c: Likewise.
20413         * stdio-common/test-vfprintf.c: Likewise.
20414         * stdio-common/tst-cookie.c: Likewise.
20415         * stdio-common/tst-fileno.c: Likewise.
20416         * stdio-common/tst-gets.c: Likewise.
20417         * stdio-common/tst-obprintf.c: Likewise.
20418         * stdio-common/tst-perror.c: Likewise.
20419         * stdio-common/tst-sprintf2.c: Likewise.
20420         * stdio-common/tst-sprintf3.c: Likewise.
20421         * stdio-common/tst-sprintf.c: Likewise.
20422         * stdio-common/tst-swprintf.c: Likewise.
20423         * stdio-common/tst-tmpnam.c: Likewise.
20424         * stdio-common/tst-unbputc.c: Likewise.
20425         * stdio-common/tst-wc-printf.c: Likewise.
20426         * stdlib/tst-environ.c: Likewise.
20427         * stdlib/tst-fmtmsg.c: Likewise.
20428         * stdlib/tst-limits.c: Likewise.
20429         * stdlib/tst-rand48-2.c: Likewise.
20430         * stdlib/tst-rand48.c: Likewise.
20431         * stdlib/tst-random2.c: Likewise.
20432         * stdlib/tst-random.c: Likewise.
20433         * stdlib/tst-strtol.c: Likewise.
20434         * stdlib/tst-strtoll.c: Likewise.
20435         * stdlib/tst-tls-atexit.c: Likewise.
20436         * stdlib/tst-xpg-basename.c: Likewise.
20437         * string/test-ffs.c: Likewise.
20438         * string/tst-bswap.c: Likewise.
20439         * string/tst-inlcall.c: Likewise.
20440         * string/tst-strtok.c: Likewise.
20441         * string/tst-strxfrm.c: Likewise.
20442         * sysdeps/x86_64/tst-audit10.c: Likewise.
20443         * sysdeps/x86_64/tst-audit3.c: Likewise.
20444         * sysdeps/x86_64/tst-audit4.c: Likewise.
20445         * sysdeps/x86_64/tst-audit5.c: Likewise.
20446         * time/tst-ftime_l.c: Likewise.
20447         * time/tst-getdate.c: Likewise.
20448         * time/tst-mktime3.c: Likewise.
20449         * time/tst-mktime.c: Likewise.
20450         * time/tst-posixtz.c: Likewise.
20451         * time/tst-strptime2.c: Likewise.
20452         * time/tst-strptime3.c: Likewise.
20453         * wcsmbs/tst-btowc.c: Likewise.
20454         * wcsmbs/tst-mbrtowc.c: Likewise.
20455         * wcsmbs/tst-mbsrtowcs.c: Likewise.
20456         * wcsmbs/tst-wchar-h.c: Likewise.
20457         * wcsmbs/tst-wcpncpy.c: Likewise.
20458         * wcsmbs/tst-wcrtomb.c: Likewise.
20459         * wcsmbs/tst-wcsnlen.c: Likewise.
20460         * wcsmbs/tst-wcstof.c: Likewise.
20462 2014-11-04  Joseph Myers  <joseph@codesourcery.com>
20464         [BZ #14132]
20465         * elf/dl-profile.c (_dl_mcount): Use rtld_hidden_def instead of
20466         INTDEF.
20467         * sysdeps/generic/ldsodefs.h (_dl_mcount_internal): Remove
20468         declaration.
20469         (_dl_mcount): Use rtld_hidden_proto.
20470         * elf/dl-runtime.c (_dl_profile_fixup): Don't use INTUSE with
20471         _dl_mcount.
20472         * elf/rtld.c (_rtld_global_ro): Likewise.
20474         [BZ #14132]
20475         * elf/dl-init.c (_dl_init): Don't use INTDEF.
20476         * sysdeps/aarch64/dl-machine.h (RTLD_START): Use _dl_init instead
20477         of _dl_init_internal.
20478         * sysdeps/alpha/dl-machine.h (RTLD_START): Likewise.
20479         * sysdeps/arm/dl-machine.h (RTLD_START): Likewise.
20480         * sysdeps/hppa/dl-machine.h (RTLD_START): Likewise.
20481         * sysdeps/i386/dl-machine.h (RTLD_START): Likewise.
20482         * sysdeps/ia64/dl-machine.h (RTLD_START): Likewise.
20483         * sysdeps/m68k/dl-machine.h (RTLD_START): Likewise.
20484         * sysdeps/microblaze/dl-machine.h (RTLD_START): Likewise.
20485         * sysdeps/mips/dl-machine.h (RTLD_START): Likewise.
20486         * sysdeps/powerpc/powerpc32/dl-start.S (_start): Likewise.
20487         * sysdeps/s390/s390-32/dl-machine.h (RTLD_START): Likewise.
20488         * sysdeps/s390/s390-64/dl-machine.h (RTLD_START): Likewise.
20489         * sysdeps/sh/dl-machine.h (RTLD_START): Likewise.
20490         * sysdeps/sparc/sparc32/dl-machine.h (RTLD_START): Likewise.
20491         * sysdeps/sparc/sparc64/dl-machine.h (RTLD_START): Likewise.
20492         * sysdeps/tile/dl-start.S (_start): Likewise.
20493         * sysdeps/x86_64/dl-machine.h (RTLD_START): Likewise.
20494         * sysdeps/x86_64/x32/dl-machine.h (RTLD_START): Likewise.
20496         [BZ #14132]
20497         * sysdeps/generic/ldsodefs.h (_dl_argv): Use rtld_hidden_proto.
20498         [IS_IN_rtld] (_dl_argv_internal): Do not declare.
20499         (rtld_progname): Make macro definition unconditional.
20500         * elf/rtld.c (_dl_argv): Use rtld_hidden_data_def instead of
20501         INTDEF.
20502         (dlmopen_doit): Do not use INTUSE with _dl_argv.
20503         (dl_main): Likewise.
20504         * elf/dl-sysdep.c (_dl_sysdep_start): Likewise.
20505         * sysdeps/alpha/dl-machine.h (RTLD_START): Use __GI__dl_argv
20506         instead of _dl_argv_internal.
20507         * sysdeps/powerpc/powerpc32/dl-start.S (_dl_start_user): Use
20508         __GI__dl_argv instead of INTUSE(_dl_argv).
20509         * sysdeps/powerpc/powerpc64/dl-machine.h (RTLD_START): Use
20510         __GI__dl_argv instead of _dl_argv_internal.
20512         * soft-fp/op-common.h (_FP_TO_INT_ROUND): New macro.
20513         * soft-fp/double.h [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_ROUND_D): New
20514         macro.
20515         [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_ROUND_D): Likewise.
20516         * soft-fp/extended.h [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_ROUND_E):
20517         New macro.
20518         [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_ROUND_E): Likewise.
20519         * soft-fp/quad.h [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_ROUND_Q): New
20520         macro.
20521         [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_ROUND_Q): Likewise.
20522         * soft-fp/single.h (FP_TO_INT_ROUND_S): New macro.
20524 2014-11-04  Andreas Schwab  <schwab@suse.de>
20526         * posix/regex_internal.h: Don't include <locale/elem-hash.h>.
20528 2014-11-03  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
20530         * sysdeps/powerpc/powerpc64/power8/memset.S (MTVSRD_V1_R4): Encode
20531         mtvsrd instruction in binary form.
20533 2014-11-03  Andreas Schwab  <schwab@suse.de>
20535         [BZ #17522]
20536         * libio/wfileops.c (_IO_wdo_write): If the file buffer has room
20537         for less than MB_LEN_MAX use a local buffer of that size.
20538         * libio/tst-fputws.c: New file.
20539         * libio/Makefile (tests): Add tst-fputws.
20541 2014-11-01  Jose E. Marchesi  <jose.marchesi@oracle.com>
20543         * sysdeps/unix/sysv/linux/sparc/sys/ucontext.h (struct fpu): fix
20544         the size of the fpu_fr.fpu_dregs[] array.
20546 2014-11-01  Joseph Myers  <joseph@codesourcery.com>
20548         * posix/nanosleep.c (__libc_nanosleep): Rename to __nanosleep.
20549         (__nanosleep): Do not define as alias.
20550         (nanosleep): Define as alias of __nanosleep.
20551         * sysdeps/unix/sysv/linux/syscalls.list (nanosleep): Remove
20552         __libc_nanosleep name.
20554 2014-10-31  Joseph Myers  <joseph@codesourcery.com>
20556         * aclocal.m4 (GLIBC_AUTOCONF_VERSION): Mention need to update
20557         install.texi in comment.
20559 2014-10-31  Torvald Riegel  <triegel@redhat.com>
20561         * sysdeps/powerpc/bits/atomic.h (atomic_write_barrier): Remove and...
20562         * sysdeps/powerpc/powerpc32/bits/atomic.h (atomic_write_barrier):
20563         ... add here and use lwsync or sync ...
20564         * sysdeps/powerpc/powerpc64/bits/atomic.h (atomic_write_barrier):
20565         ... and add here using lwsync.
20567 2014-10-31  Matthew Fortune  <matthew.fortune@imgtec.com>
20569         * elf/dl-machine-reject-phdr.h: New file.
20570         * elf/dl-load.c: #include that.
20571         (open_verify): Call elf_machine_reject_phdr_p and ignore the file
20572         if that returned true.
20574 2014-10-31  Roland McGrath  <roland@hack.frob.com>
20576         [BZ #17496]
20577         * Makerules: Move gnu/lib-names.h generation chunk up, to right after
20578         gen-as-const-headers chunk.  Add a big scare comment after the last
20579         safe place to touch before-compile.
20581 2014-10-31  Joseph Myers  <joseph@codesourcery.com>
20583         * manual/install.texi (Tools for Compilation): Update autoconf
20584         version requirements.
20585         * INSTALL: Regenerated.
20587         * misc/pselect.c [!__pselect] (__libc_pselect): Remove alias.
20588         * sysdeps/unix/sysv/linux/pselect.c [__NR_pselect6]
20589         (__libc_pselect): Likewise.
20591         [BZ #14138]
20592         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c: Remove file.
20593         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c: Likewise.
20594         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c: Likewise.
20595         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c: Likewise.
20597 2014-10-31  Torvald Riegel  <triegel@redhat.com>
20599         * sysdeps/sparc/sparc32/bits/atomic.h (atomic_write_barrier): Use
20600         correct barrier instruction.
20601         * sysdeps/sparc/sparc32/sparcv9/bits/atomic.h (atomic_write_barrier):
20602         Likewise.
20603         * sysdeps/sparc/sparc64/bits/atomic.h (atomic_write_barrier):
20604         Likewise.
20606 2014-10-30  Roland McGrath  <roland@hack.frob.com>
20608         * include/ctype.h: Include <ctype/ctype.h> first thing rather than
20609         after defining inlines.  Instead, just use parens to defeat macro
20610         expansion of __isctype in its declaration.
20612 2014-10-30  Joseph Myers  <joseph@codesourcery.com>
20614         * include/sys/uio.h (__libc_readv): Remove declaration.
20615         (__libc_writev): Likewise.
20616         * misc/readv.c (__libc_readv): Rename to __readv.
20617         (__readv): Do not define as alias.
20618         (readv): Define as alias of __readv.
20619         * misc/writev.c (__libc_writev): Rename to __writev.
20620         (__writev): Do not define as alias.
20621         (writev): Define as alias of __writev.
20622         * sysdeps/posix/readv.c (__libc_readv): Rename to __readv.
20623         (__readv): Do not define as alias.
20624         (readv): Define unconditionally as alias of __readv.
20625         * sysdeps/posix/writev.c (__libc_writev): Rename to __writev.
20626         (__writev): Do not define as alias.
20627         (writev): Define unconditionally as alias of __writev.
20628         * sysdeps/unix/syscalls.list (readv): Do not define __libc_readv
20629         name.
20630         (writev): Do not define __libc_writev name.
20632 2014-10-30  Roland McGrath  <roland@hack.frob.com>
20634         * iconv/iconv_charmap.c (add_bytes): Make IN argument pointer to const.
20635         (convert_charseq): New function, broken out of ...
20636         (use_from_charmap): ... here.  Call it.
20637         (use_to_charmap): Use convert_charseq and free instead of duplicating
20638         its code with a variable-length stack struct.
20640 2014-10-30  Joseph Myers  <joseph@codesourcery.com>
20642         * include/fcntl.h (__libc_creat): Remove declaration.
20643         * io/creat.c (__libc_creat): Rename to creat.
20644         (creat): Do not define as alias.
20645         * sysdeps/unix/sysv/linux/alpha/creat.c (creat64): Define as alias
20646         of creat instead of __libc_creat.
20647         * sysdeps/unix/sysv/linux/generic/creat.c (__libc_creat): Rename
20648         to creat.
20649         (creat): Do not define as alias.
20650         [__WORDSIZE == 64] (creat64): Define as alias of creat instead of
20651         __libc_creat.
20652         * sysdeps/unix/sysv/linux/syscalls.list (creat): Do not define
20653         __libc_creat name.
20654         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list (creat):
20655         Likewise.
20657 2014-10-29  Carlos O'Donell  <carlos@redhat.com>
20659         * manual/llio.texi: Add comments discussing why write() may be
20660         considered MT-unsafe on Linux.
20662 2014-10-28  Carlos O'Donell  <carlos@redhat.com>
20664         * dl-load.c (local_strdup): Remove.
20665         (expand_dynamic_string_token): Use __strdup.
20666         (decompose_rpath): Likewise.
20667         (_dl_map_object): Likewise.
20669 2014-10-28  Joseph Myers  <joseph@codesourcery.com>
20671         [BZ #14132]
20672         * sysdeps/generic/unwind-dw2-fde.c
20673         (__register_frame_info_bases_internal): Do not declare.
20674         (__register_frame_info_table_bases_internal): Likewise.
20675         (__deregister_frame_info_bases_internal): Likewise.
20676         (__register_frame_info_bases): Declare and use hidden_proto before
20677         definition.  Use hidden_def instead of INTDEF.
20678         (__register_frame_info_table_bases): Likewise.
20679         (__deregister_frame_info_bases): Likewise.
20680         (__register_frame_info): Do not use INTUSE.
20681         (__register_frame): Likewise.
20682         (__register_frame_info_table): Likewise.
20683         (__register_frame_table): Likewise.
20684         (__deregister_frame_info): Likewise.
20685         (__deregister_frame): Likewise.
20687 2014-10-27  Gratian Crisan  <gratian.crisan@ni.com>
20689         * sysdeps/unix/sysv/linux/arm/kernel-features.h
20690         [__LINUX_KERNEL_VERSION >= 0x030E03] (__ASSUME_FUTEX_LOCK_PI): Do
20691         not undefine.
20692         [__LINUX_KERNEL_VERSION >= 0x030E03] (__ASSUME_REQUEUE_PI):
20693         Likewise.
20694         [__LINUX_KERNEL_VERSION >= 0x030E03] (__ASSUME_SET_ROBUST_LIST):
20695         Likewise.
20697 2014-10-27  Joseph Myers  <joseph@codesourcery.com>
20699         [BZ #14138]
20700         * sysdeps/unix/sysv/linux/arm/setfsgid.c: Remove file.
20701         * sysdeps/unix/sysv/linux/arm/setfsuid.c: Likewise.
20702         * sysdeps/unix/sysv/linux/i386/setfsgid.c: Likewise.
20703         * sysdeps/unix/sysv/linux/i386/setfsuid.c: Likewise.
20704         * sysdeps/unix/sysv/linux/m68k/setfsgid.c: Likewise.
20705         * sysdeps/unix/sysv/linux/m68k/setfsuid.c: Likewise.
20706         * sysdeps/unix/sysv/linux/s390/s390-32/setfsgid.c: Likewise.
20707         * sysdeps/unix/sysv/linux/s390/s390-32/setfsuid.c: Likewise.
20708         * sysdeps/unix/sysv/linux/sh/setfsgid.c: Likewise.
20709         * sysdeps/unix/sysv/linux/sh/setfsuid.c: Likewise.
20710         * sysdeps/unix/sysv/linux/sparc/sparc32/setfsgid.c: Likewise.
20711         * sysdeps/unix/sysv/linux/sparc/sparc32/setfsuid.c: Likewise.
20712         * sysdeps/unix/sysv/linux/arm/syscalls.list (setfsgid): Add
20713         syscall.
20714         (setfsuid): Likewise.
20715         * sysdeps/unix/sysv/linux/i386/syscalls.list (setfsgid): Likewise.
20716         (setfsuid): Likewise.
20717         * sysdeps/unix/sysv/linux/m68k/syscalls.list (setfsgid): Likewise.
20718         (setfsuid): Likewise.
20719         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list (setfsgid):
20720         Likewise.
20721         (setfsuid): Likewise.
20722         * sysdeps/unix/sysv/linux/sh/syscalls.list (setfsgid): Likewise.
20723         (setfsuid): Likewise.
20724         * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list (setfsgid):
20725         Likewise.
20726         (setfsuid): Likewise.
20728 2014-10-27  Andreas Schwab  <schwab@suse.de>
20730         [BZ #17501]
20731         * sysdeps/i386/i686/multiarch/strcasecmp.S (__strcasecmp): Fix
20732         check for Slow_SSE4_2 feature bit.
20733         * sysdeps/i386/i686/multiarch/strcmp.S (STRCMP): Likewise.
20734         * sysdeps/i386/i686/multiarch/strncase.S (__strncasecmp): Likewise.
20735         * sysdeps/x86_64/multiarch/strcmp.S (STRCMP, __strcascmp):
20736         Likewise.  Fix check for Fast_Unaligned_Load feature bit.
20738 2014-10-24  Roland McGrath  <roland@hack.frob.com>
20740         * configure.ac: Validate compiler version with a empirical test of
20741         __GNUC__ and __GNUC_MINOR__ predefined values, rather than by grepping
20742         $CC -v output.
20743         * configure: Regenerated.
20745         * inet/htons.c (htons): Prototypify.
20746         * inet/htonl.c (htonl): Likewise.
20748 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
20750         * string/strncat.c (strncat): Improve performance by using strlen.
20752 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
20754         * string/strcat.c (strcat): Improve performance by using strlen/strcpy.
20756 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
20758         * sysdeps/aarch64/fpu/fgetexcptflg.c (fegetexceptflag):
20759         Call libc_fetestexcept_aarch64.
20761 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
20763         * sysdeps/aarch64/fpu/feholdexcpt.c (feholdexcept):
20764         Call libc_feholdexcept_aarch64.
20766 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
20768         * sysdeps/aarch64/fpu/fegetround.c (fegetround):
20769         Call get_rounding_mode.
20771 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
20773         * sysdeps/aarch64/fpu/feenablxcpt.c (feenableexcept):
20774         Simplify logic.
20776 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
20778         * sysdeps/aarch64/fpu/fedisblxcpt.c (fedisableexcept):
20779         Simplify logic.
20781 2014-10-24  Joseph Myers  <joseph@codesourcery.com>
20783         [BZ #14138]
20784         * sysdeps/unix/sysv/linux/arm/getegid.c: Remove file.
20785         * sysdeps/unix/sysv/linux/arm/geteuid.c: Likewise.
20786         * sysdeps/unix/sysv/linux/arm/getgid.c: Likewise.
20787         * sysdeps/unix/sysv/linux/arm/getgroups.c: Likewise.
20788         * sysdeps/unix/sysv/linux/arm/getresgid.c: Likewise.
20789         * sysdeps/unix/sysv/linux/arm/getresuid.c: Likewise.
20790         * sysdeps/unix/sysv/linux/arm/getuid.c: Likewise.
20791         * sysdeps/unix/sysv/linux/i386/getegid.c: Likewise.
20792         * sysdeps/unix/sysv/linux/i386/geteuid.c: Likewise.
20793         * sysdeps/unix/sysv/linux/i386/getgid.c: Likewise.
20794         * sysdeps/unix/sysv/linux/i386/getgroups.c: Likewise.
20795         * sysdeps/unix/sysv/linux/i386/getresgid.c: Likewise.
20796         * sysdeps/unix/sysv/linux/i386/getresuid.c: Likewise.
20797         * sysdeps/unix/sysv/linux/i386/getuid.c: Likewise.
20798         * sysdeps/unix/sysv/linux/m68k/getegid.c: Likewise.
20799         * sysdeps/unix/sysv/linux/m68k/geteuid.c: Likewise.
20800         * sysdeps/unix/sysv/linux/m68k/getgid.c: Likewise.
20801         * sysdeps/unix/sysv/linux/m68k/getgroups.c: Likewise.
20802         * sysdeps/unix/sysv/linux/m68k/getresgid.c: Likewise.
20803         * sysdeps/unix/sysv/linux/m68k/getresuid.c: Likewise.
20804         * sysdeps/unix/sysv/linux/m68k/getuid.c: Likewise.
20805         * sysdeps/unix/sysv/linux/s390/s390-32/getegid.c: Likewise.
20806         * sysdeps/unix/sysv/linux/s390/s390-32/geteuid.c: Likewise.
20807         * sysdeps/unix/sysv/linux/s390/s390-32/getgid.c: Likewise.
20808         * sysdeps/unix/sysv/linux/s390/s390-32/getgroups.c: Likewise.
20809         * sysdeps/unix/sysv/linux/s390/s390-32/getresgid.c: Likewise.
20810         * sysdeps/unix/sysv/linux/s390/s390-32/getresuid.c: Likewise.
20811         * sysdeps/unix/sysv/linux/s390/s390-32/getuid.c: Likewise.
20812         * sysdeps/unix/sysv/linux/sh/getegid.c: Likewise.
20813         * sysdeps/unix/sysv/linux/sh/geteuid.c: Likewise.
20814         * sysdeps/unix/sysv/linux/sh/getgid.c: Likewise.
20815         * sysdeps/unix/sysv/linux/sh/getgroups.c: Likewise.
20816         * sysdeps/unix/sysv/linux/sh/getresgid.c: Likewise.
20817         * sysdeps/unix/sysv/linux/sh/getresuid.c: Likewise.
20818         * sysdeps/unix/sysv/linux/sh/getuid.c: Likewise.
20819         * sysdeps/unix/sysv/linux/sparc/sparc32/getegid.c: Likewise.
20820         * sysdeps/unix/sysv/linux/sparc/sparc32/geteuid.c: Likewise.
20821         * sysdeps/unix/sysv/linux/sparc/sparc32/getgid.c: Likewise.
20822         * sysdeps/unix/sysv/linux/sparc/sparc32/getgroups.c: Likewise.
20823         * sysdeps/unix/sysv/linux/sparc/sparc32/getuid.c: Likewise.
20824         * sysdeps/unix/sysv/linux/arm/syscalls.list (getegid): Add
20825         syscall.
20826         (geteuid): Likewise.
20827         (getgid): Likewise.
20828         (getuid): Likewise.
20829         (getresgid): Likewise.
20830         (getresuid): Likewise.
20831         (getgroups): Likewise.
20832         * sysdeps/unix/sysv/linux/i386/syscalls.list (getegid): Likewise.
20833         (geteuid): Likewise.
20834         (getgid): Likewise.
20835         (getuid): Likewise.
20836         (getresgid): Likewise.
20837         (getresuid): Likewise.
20838         (getgroups): Likewise.
20839         * sysdeps/unix/sysv/linux/m68k/syscalls.list (getegid): Likewise.
20840         (geteuid): Likewise.
20841         (getgid): Likewise.
20842         (getuid): Likewise.
20843         (getresgid): Likewise.
20844         (getresuid): Likewise.
20845         (getgroups): Likewise.
20846         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list (getegid):
20847         Likewise.
20848         (geteuid): Likewise.
20849         (getgid): Likewise.
20850         (getuid): Likewise.
20851         (getresgid): Likewise.
20852         (getresuid): Likewise.
20853         (getgroups): Likewise.
20854         * sysdeps/unix/sysv/linux/sh/syscalls.list (getegid): Likewise.
20855         (geteuid): Likewise.
20856         (getgid): Likewise.
20857         (getuid): Likewise.
20858         (getresgid): Likewise.
20859         (getresuid): Likewise.
20860         (getgroups): Likewise.
20861         * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list (getegid):
20862         Likewise.
20863         (geteuid): Likewise.
20864         (getgid): Likewise.
20865         (getuid): Likewise.
20866         (getgroups): Likewise.
20868         [BZ #14138]
20869         * sysdeps/unix/sysv/linux/i386/chown.c: Remove file.
20870         * sysdeps/unix/sysv/linux/i386/fchown.c: Likewise.
20871         * sysdeps/unix/sysv/linux/i386/lchown.c: Likewise.
20872         * sysdeps/unix/sysv/linux/s390/s390-32/chown.c: Likewise.
20873         * sysdeps/unix/sysv/linux/s390/s390-32/fchown.c: Remove file.
20874         * sysdeps/unix/sysv/linux/s390/s390-32/lchown.c: Likewise.
20875         * sysdeps/unix/sysv/linux/sh/chown.c: Likewise.
20876         * sysdeps/unix/sysv/linux/sh/fchown.c: Likewise.
20877         * sysdeps/unix/sysv/linux/sh/lchown.c: Likewise.
20878         * sysdeps/unix/sysv/linux/sparc/sparc32/chown.c: Likewise.
20879         * sysdeps/unix/sysv/linux/sparc/sparc32/fchown.c: Likewise.
20880         * sysdeps/unix/sysv/linux/sparc/sparc32/lchown.c: Likewise.
20881         * sysdeps/unix/sysv/linux/s390/s390-32/Versions (GLIBC_2.1): Add
20882         __chown.
20883         * sysdeps/unix/sysv/linux/i386/syscalls.list (chown): Add syscall.
20884         (lchown): Likewise.
20885         (fchown): Likewise.
20886         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list (chown):
20887         Likewise.
20888         (lchown): Likewise.
20889         (fchown): Likewise.
20890         * sysdeps/unix/sysv/linux/sh/syscalls.list (chown): Likewise.
20891         (lchown): Likewise.
20892         (fchown): Likewise.
20893         * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list (chown):
20894         Likewise.
20895         (lchown): Likewise.
20896         (fchown): Likewise.
20898 2014-10-23  Wilco Dijkstra  <wdijkstr@arm.com>
20900         * sysdeps/aarch64/fpu/fclrexcpt.c (feclearexcept):
20901         Simplify logic.
20903 2014-10-23  Wilco Dijkstra  <wdijkstr@arm.com>
20905         * sysdeps/aarch64/fpu/fsetexcptflg.c (fsetexceptflag):
20906         Cleanup logic.
20908 2014-10-23  Wilco Dijkstra  <wdijkstr@arm.com>
20910         * sysdeps/aarch64/fpu/fsetexcptflg.c (fsetexceptflag):
20911         Remove unused include.
20913 2014-10-23  Wilco Dijkstra  <wdijkstr@arm.com>
20915         * sysdeps/aarch64/fpu/feholdexcpt.c (feholdexcept): Remove spaces.
20916         * sysdeps/aarch64/fpu/fesetenv.c (fesetenv): Remove spaces.
20917         * sysdeps/aarch64/fpu/fesetround.c (fesetround): Remove spaces.
20918         * sysdeps/aarch64/fpu/fraiseexcpt.c (feraiseexcept): Remove spaces.
20920 2014-10-23  Carlos O'Donell  <carlos@systemhalted.org>
20921             Helge Deller <deller@gmx.de>
20923         [BZ #17508]
20924         * sysdeps/unix/sysv/linux/hppa/bits/signum.h: Remove SIGEMT.
20925         Define SIGSTKFLT as 7. Define SIGSYS as 31. Define SIGXCPU as 12.
20926         Remove SIGLOST. Define SIGXFSZ as 30. Define __SIGRTMIN as 32.
20928 2014-10-23  Joseph Myers  <joseph@codesourcery.com>
20930         [BZ #14132]
20931         * sysdeps/powerpc/powerpc32/libgcc-compat.S (__ashldi3_v_glibc20):
20932         Remove macro definition.
20933         (__ashrdi3_v_glibc20): Likewise.
20934         (__lshrdi3_v_glibc20): Likewise.
20935         (__cmpdi2_v_glibc20): Likewise.
20936         (__ucmpdi2_v_glibc20): Likewise.
20937         [!_SOFT_FLOAT && !__NO_FPRS__] (__fixdfdi_v_glibc20): Likewise.
20938         [!_SOFT_FLOAT && !__NO_FPRS__] (__fixsfdi_v_glibc20): Likewise.
20939         [!_SOFT_FLOAT && !__NO_FPRS__] (__fixunsdfdi_v_glibc20): Likewise.
20940         [!_SOFT_FLOAT && !__NO_FPRS__] (__fixunssfdi_v_glibc20): Likewise.
20941         [!_SOFT_FLOAT && !__NO_FPRS__] (__floatdidf_v_glibc20): Likewise.
20942         [!_SOFT_FLOAT && !__NO_FPRS__] (__floatdisf_v_glibc20): Likewise.
20944 2014-10-22  Roland McGrath  <roland@hack.frob.com>
20946         * inet/netgroup.h (struct name_list): Use C99 [] syntax rather than
20947         old GNU extension [0] syntax.
20948         * nscd/nscd_helper.c (open_socket): Use a flexible array member and
20949         alloca rather than an array member with variable length.
20950         * nscd/netgroupcache.c (addgetnetgrentX): Likewise.
20951         * nscd/nscd.c (invalidate_db): New function, broken out of ...
20952         (parse_opt): ... here.  Likewise use alloca there.
20953         Validate the -i argument before checking for rootness.
20954         (send_shutdown): New function, broken out of ...
20955         (parse_opt): ... here.
20957 2014-10-22  Roland McGrath  <roland@hack.frob.com>
20959         * sysdeps/arm/__longjmp.S [NEED_HWCAP] [IS_IN_rtld]: Use LDST_PCREL
20960         macro to get at the _rt_local_ro field.
20961         [NEED_HWCAP] [!IS_IN_rtld]: Use LDR_GLOBAL to get at _rtld_global_ro
20962         ([PIC] case) or _dl_hwcap ([!PIC] case).
20963         * sysdeps/arm/setjmp.S: Likewise.
20965         * config.h.in (ARM_PCREL_MOVW_OK): New macro.
20966         * sysdeps/arm/configure.ac: New check to define it.
20967         * sysdeps/arm/configure: Regenerated.
20968         * sysdeps/arm/sysdep.h [__ASSEMBLER__]: Include <arm-features.h>.
20969         (LDST_INDEXED_NOINDEX, LDST_INDEXED_INDEX): New macros.
20970         (LDST_INDEXED, LDST_PC_INDEXED): New macros, differing definitions
20971         depending on [ARM_NO_INDEX_REGISTER] and [__thumb2__].
20972         (LDST_PCREL) [!__thumb2__ && ARCH_HAS_T2 && ARM_PCREL_MOVW_OK]:
20973         Use move/movt pair instead of a load.
20974         (LDST_GLOBAL): Macro removed.
20975         (LDR_GLOBAL): New macro replaces it.
20976         (LDR_HIDDEN): New macro.
20977         (PTR_MANGLE_LOAD): Use LDR_GLOBAL rather than LDST_GLOBAL.
20978         Use LDR_HIDDEN instead for __pointer_chk_guard_local.
20980         * setjmp/tst-setjmp-static.c: New file.
20981         * setjmp/Makefile (tests): Add it.
20982         (tests-static): New variable.
20984 2014-10-22  Maciej W. Rozycki  <macro@codesourcery.com>
20986         [BZ #17485]
20987         * sysdeps/unix/sysv/linux/mips/vfork.S (__libc_vfork): Define.
20989 2014-10-21  Joseph Myers  <joseph@codesourcery.com>
20991         [BZ #14132]
20992         * math/s_ldexpf.c (__ldexpf): Do not use INTDEF.
20994 2014-10-21  Roland McGrath  <roland@hack.frob.com>
20996         * nptl/version.c (__nptl_main): Call __libc_write, not __write.
20998 2014-10-20  Roland McGrath  <roland@hack.frob.com>
21000         * io/fts.c (dirent_not_directory): New function.
21001         (fts_build): Call it.
21003 2014-10-20  Roland McGrath  <roland@hack.frob.com>
21005         * nptl/version.c (__nptl_main): Use normal __write rather than
21006         INTERNAL_SYSCALL.
21007         (banner): Update copyright years.
21009         * nptl/pthread_rwlock_timedrdlock.c: #include <sys/time.h> before using
21010         gettimeofday.
21011         * nptl/pthread_rwlock_timedwrlock.c: Likewise.
21012         * nptl/pthread_cond_timedwait.c: Likewise.
21013         * nptl/pthread_mutex_timedlock.c: Likewise.
21014         * nptl/sem_timedwait.c: Likewise.
21016         * sysdeps/nptl/bits/libc-lock.h
21017         [_LIBC && (!NOT_IN_libc || IS_IN_libpthread)]
21018         (__libc_lock_init_recursive): Return void, not 0.
21019         * sysdeps/nptl/bits/libc-lockP.h (__libc_lock_init): Likewise.
21020         (__libc_rwlock_init): Likewise.
21021         * sysdeps/nptl/bits/stdio-lock.h (_IO_lock_init): Likewise.
21023 2014-10-20  Torvald Riegel  <triegel@redhat.com>
21025         [BZ #15215]
21026         * nptl/pthread_once.c (__pthread_once): Split out fast path to ...
21027         (__pthread_once_slow): ... here.
21028         * sysdeps/unix/sysv/linux/i386/pthread_once.S: Remove file.
21029         * sysdeps/unix/sysv/linux/x86_64/pthread_once.S: Remove file.
21031 2014-10-20  Torvald Riegel  <triegel@redhat.com>
21033         [BZ #15215]
21034         * nptl/pthreadP.h (__PTHREAD_ONCE_INPROGRESS, __PTHREAD_ONCE_DONE,
21035         __PTHREAD_ONCE_FORK_GEN_INCR): New.
21036         * sysdeps/nptl/fork.c (__libc_fork): Use them.
21037         * nptl/pthread_once.c (__pthread_once): Likewise.
21038         Update comments.
21040 2014-10-20  Joseph Myers  <joseph@codesourcery.com>
21042         [BZ #14138]
21043         * sysdeps/unix/syscalls.list (readv): Use __libc_readv as strong
21044         name.
21045         (writev): Use __libc_writev as strong name.
21046         * sysdeps/unix/sysv/linux/readv.c: Remove file.
21047         * sysdeps/unix/sysv/linux/writev.c: Likewise.
21049 2014-10-17  Roland McGrath  <roland@hack.frob.com>
21051         * nptl/createthread.c (TLS_DEFINE_INIT_TP, TLS_VALUE): Macros removed.
21053         * sysdeps/i386/nptl/tls.h
21054         (THREAD_SELF_SYSINFO, THREAD_SYSINFO): Macros removed.
21055         [NEED_DL_SYSINFO] (SETUP_THREAD_SYSINFO, CHECK_THREAD_SYSINFO):
21056         New macros.
21057         * sysdeps/ia64/nptl/tls.h [NEED_DL_SYSINFO]
21058         (SETUP_THREAD_SYSINFO, CHECK_THREAD_SYSINFO): New macros.
21059         * nptl/allocatestack.c (allocate_stack) [NEED_DL_SYSINFO]:
21060         Call SETUP_THREAD_SYSINFO instead of doing an assignment.
21061         * nptl/createthread.c (create_thread) [NEED_DL_SYSINFO]:
21062         Call CHECK_THREAD_SYSINFO instead of doing an assert.
21064         * nptl/nptl-init.c (__pthread_initialize_minimal_internal):
21065         Conditionalize FUTEX_PRIVATE_FLAG and FUTEX_CLOCK_REALTIME probes
21066         on [__NR_futex].
21067         * nptl/pthread_mutex_init.c (prio_inherit_missing): New function,
21068         broken out of ...
21069         (__pthread_mutex_init): ... here.  Call it.
21070         * nptl/pthread_mutex_lock.c (__pthread_mutex_lock_full):
21071         Conditionalize PI cases on [__NR_futex].
21072         * nptl/pthread_mutex_timedlock.c (pthread_mutex_timedlock): Likewise.
21073         * nptl/pthread_mutex_trylock.c (__pthread_mutex_trylock): Likewise.
21074         * nptl/pthread_mutex_unlock.c (__pthread_mutex_unlock_full): Likewise.
21076         * nptl/nptl-init.c (sighandler_setxid, __xidcmd): Make definitions
21077         conditional on [SIGSETXID].
21078         (sigcancel_handler): Make definition conditional on [SIGCANCEL].
21079         (__pthread_initialize_minimal_internal): Set up SIGCANCEL only if it
21080         is defined.  Likewise for SIGSETXID.
21081         * nptl/allocatestack.c (setxid_mark_thread, setxid_unmark_thread):
21082         Conditionalize definitions on [SIGSETXID].
21083         (setxid_signal_thread, __nptl_setxid_error, __nptl_setxid): Likewise.
21084         * nptl/pthread_create.c (start_thread): Conditionalize SIGCANCEL
21085         unblocking on [SIGCANCEL].
21087         * nptl/nptl-init.c (__nptl_set_robust): Conditionalize body on
21088         [__NR_set_robust_list].
21090 2014-10-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
21092         * string/strcoll_l.c (get_next_seq): Fix up formatting.
21093         (do_compare): Likewise.
21095 2014-10-17  Leonhard Holz  <leonhard.holz@web.de>
21097         [BZ #15884]
21098         * string/strcoll_l.c: Don't include stdio.h.
21099         (coll_seq): Remove members idxarr and rulearr.
21100         (get_next_seq_cached): Remove function.
21101         (get_next_seq): Likewise.
21102         (get_next_seq_nocache): Rename to get_next_seq.
21103         (do_compare): Remove function.
21104         (do_compare_nocache): Rename to do_compare.
21105         (STRCOLL): Remove weight and rules cache.
21107 2014-10-16  Roland McGrath  <roland@hack.frob.com>
21109         * sysdeps/arm/soft-fp/sfp-machine.h: Filed moved ...
21110         * sysdeps/arm/sfp-machine.h: ... to here.
21111         * sysdeps/arm/Implies: Remove arm/soft-fp.
21113 2014-10-14  Joseph Myers  <joseph@codesourcery.com>
21115         * conform/data/sys/utsname.h-data (*_t): Allow.
21116         * conform/data/sys/wait.h-data [POSIX] (uid_t): Do not define.
21117         [POSIX] (WEXITED): Do not expect constant.
21118         [POSIX] (WSTOPPED): Likewise.
21119         [POSIX] (WNOHANG): Likewise.
21120         [POSIX] (WNOWAIT): Likewise.
21121         [POSIX] (siginfo_t): Do not expect type or elements.
21122         [POSIX] (pid_t): Do not expect type.
21123         [POSIX] (signal.h): Do not allow header.
21124         [POSIX] (sys/resource.h): Likewise.
21125         [POSIX] (si_*): Do not allow pattern.
21126         [POSIX] (W*): Likewise.
21127         [POSIX] (P_*): Likewise.
21128         [POSIX] (BUS_*): Likewise.
21129         [POSIX] (CLD_*): Likewise.
21130         [POSIX] (FPE_*): Likewise.
21131         [POSIX] (ILL_*): Likewise.
21132         [POSIX] (POLL_*): Likewise.
21133         [POSIX] (SEGV_*): Likewise.
21134         [POSIX] (SI_*): Likewise.
21135         [POSIX] (TRAP_*): Likewise.
21136         * conform/Makefile (test-xfail-POSIX/sys/wait.h/conform): New
21137         variable.
21139 2014-10-14  Paul Pluzhnikov  <ppluzhnikov@google.com>
21141         [BZ #12926]
21142         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Avoid
21143         infinite loop when __recvmsg returns 0.
21145 2014-10-10  Joseph Myers  <joseph@codesourcery.com>
21147         * CANCEL-FCT-WAIVE: Remove file.
21148         * CANCEL-FILE-WAIVE: Likewise.
21150         [BZ #14132]
21151         * elf/dl-sysdep.c (__libc_enable_secure): Use rtld_hidden_data_def
21152         instead of INTVARDEF.
21153         (_dl_sysdep_start): Do not use INTUSE with __libc_enable_secure.
21154         * sysdeps/mach/hurd/dl-sysdep.c (__libc_enable_secure): Use
21155         rtld_hidden_data_def instead of INTVARDEF.
21156         (_dl_sysdep_start): Do not use INTUSE with __libc_enable_secure.
21157         * elf/dl-deps.c (expand_dst): Likewise.
21158         * elf/dl-load.c (_dl_dst_count): Likewise.
21159         (_dl_dst_substitute): Likewise.
21160         (decompose_rpath): Likewise.
21161         (_dl_init_paths): Likewise.
21162         (open_path): Likewise.
21163         (_dl_map_object): Likewise.
21164         * elf/rtld.c (dl_main): Likewise.
21165         (process_dl_audit): Likewise.
21166         (process_envvars): Likewise.
21167         * include/unistd.h [IS_IN_rtld] (__libc_enable_secure_internal):
21168         Remove declaration.
21169         (__libc_enable_secure): Use rtld_hidden_proto.
21171 2014-10-09  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
21173         * elf/dl-load.c
21174         (add_path): New function broken out of _dl_rtld_di_serinfo.
21175         (_dl_rtld_di_serinfo): Remove that nested function.  Update call sites.
21177 2014-10-09  Joseph Myers  <joseph@codesourcery.com>
21179         * soft-fp/double.h [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_RAW_D): Use
21180         parentheses around macro arguments.
21181         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_RAW_DP): Likewise.
21182         [_FP_W_TYPE_SIZE < 64] (FP_PACK_RAW_D): Likewise.
21183         [_FP_W_TYPE_SIZE < 64] (FP_PACK_RAW_DP): Likewise.
21184         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_D): Likewise.
21185         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_DP): Likewise.
21186         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_D): Likewise.
21187         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_DP): Likewise.
21188         [_FP_W_TYPE_SIZE < 64] (FP_PACK_D): Likewise.
21189         [_FP_W_TYPE_SIZE < 64] (FP_PACK_DP): Likewise.
21190         [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_D): Likewise.
21191         [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_DP): Likewise.
21192         [_FP_W_TYPE_SIZE < 64] (_FP_SQRT_MEAT_D): Likewise.
21193         [_FP_W_TYPE_SIZE < 64] (FP_CMP_D): Likewise.
21194         [_FP_W_TYPE_SIZE < 64] (FP_CMP_EQ_D): Likewise.
21195         [_FP_W_TYPE_SIZE < 64] (FP_CMP_UNORD_D): Likewise.
21196         [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_D): Likewise.
21197         [_FP_W_TYPE_SIZE < 64] (FP_FROM_INT_D): Likewise.
21198         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_RAW_D): Likewise.
21199         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_RAW_DP): Likewise.
21200         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_RAW_D): Likewise.
21201         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_RAW_DP): Likewise.
21202         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_D): Likewise.
21203         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_DP): Likewise.
21204         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_D): Likewise.
21205         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_DP): Likewise.
21206         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_D): Likewise.
21207         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_DP): Likewise.
21208         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_D): Likewise.
21209         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_DP): Likewise.
21210         [_FP_W_TYPE_SIZE >= 64] (_FP_SQRT_MEAT_D): Likewise.
21211         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_D): Likewise.
21212         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_EQ_D): Likewise.
21213         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_UNORD_D): Likewise.
21214         [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_D): Likewise.
21215         [_FP_W_TYPE_SIZE >= 64] (FP_FROM_INT_D): Likewise.
21216         * soft-fp/extended.h [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_E):
21217         Likewise.
21218         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_EP): Likewise.
21219         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_E): Likewise.
21220         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_EP): Likewise.
21221         [_FP_W_TYPE_SIZE < 64] (FP_PACK_E): Likewise.
21222         [_FP_W_TYPE_SIZE < 64] (FP_PACK_EP): Likewise.
21223         [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_E): Likewise.
21224         [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_EP): Likewise.
21225         [_FP_W_TYPE_SIZE < 64] (_FP_SQRT_MEAT_E): Likewise.
21226         [_FP_W_TYPE_SIZE < 64] (FP_CMP_E): Likewise.
21227         [_FP_W_TYPE_SIZE < 64] (FP_CMP_EQ_E): Likewise.
21228         [_FP_W_TYPE_SIZE < 64] (FP_CMP_UNORD_E): Likewise.
21229         [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_E): Likewise.
21230         [_FP_W_TYPE_SIZE < 64] (FP_FROM_INT_E): Likewise.
21231         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_E): Likewise.
21232         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_EP): Likewise.
21233         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_E): Likewise.
21234         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_EP): Likewise.
21235         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_E): Likewise.
21236         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_EP): Likewise.
21237         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_E): Likewise.
21238         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_EP): Likewise.
21239         [_FP_W_TYPE_SIZE >= 64] (_FP_SQRT_MEAT_E): Likewise.
21240         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_E): Likewise.
21241         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_EQ_E): Likewise.
21242         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_UNORD_E): Likewise.
21243         [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_E): Likewise.
21244         [_FP_W_TYPE_SIZE >= 64] (FP_FROM_INT_E): Likewise.
21245         * soft-fp/op-1.h (_FP_FRAC_SRST_1): Likewise.
21246         (_FP_FRAC_SRS_1): Likewise.
21247         (_FP_FRAC_CLZ_1): Likewise.
21248         (_FP_MUL_MEAT_1_imm): Likewise.
21249         (_FP_MUL_MEAT_1_wide): Likewise.
21250         (_FP_MUL_MEAT_1_hard): Likewise.
21251         (_FP_SQRT_MEAT_1): Likewise.
21252         (_FP_FRAC_ASSEMBLE_1): Likewise.
21253         (_FP_FRAC_DISASSEMBLE_1): Likewise.
21254         * soft-fp/op-2.h (_FP_FRAC_CLZ_2): Likewise.
21255         (__FP_CLZ_2): Likewise.
21256         (_FP_MUL_MEAT_2_wide): Likewise.
21257         (_FP_MUL_MEAT_2_wide_3mul): Likewise.
21258         (_FP_MUL_MEAT_2_gmp): Likewise.
21259         (_FP_MUL_MEAT_2_120_240_double): Likewise.
21260         (_FP_SQRT_MEAT_2): Likewise.
21261         (_FP_FRAC_ASSEMBLE_2): Likewise.
21262         (_FP_FRAC_DISASSEMBLE_2): Likewise.
21263         * soft-fp/op-4.h (_FP_FRAC_SRS_4): Likewise.
21264         (_FP_FRAC_CLZ_4): Likewise.
21265         (_FP_MUL_MEAT_4_wide): Likewise.
21266         (_FP_MUL_MEAT_4_gmp): Likewise.
21267         (_FP_SQRT_MEAT_4): Likewise.
21268         (_FP_FRAC_ASSEMBLE_4): Likewise.
21269         (_FP_FRAC_DISASSEMBLE_4): Likewise.
21270         * soft-fp/op-common.h (_FP_CMP): Likewise.
21271         (_FP_CMP_EQ): Likewise.
21272         (_FP_CMP_UNORD): Likewise.
21273         (_FP_TO_INT): Likewise.
21274         (_FP_FROM_INT): Likewise.
21275         [!__FP_CLZ] (__FP_CLZ): Likewise.
21276         (_FP_DIV_HELP_imm): Likewise.
21277         * soft-fp/quad.h [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_RAW_Q):
21278         Likewise.
21279         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_RAW_QP): Likewise.
21280         [_FP_W_TYPE_SIZE < 64] (FP_PACK_RAW_Q): Likewise.
21281         [_FP_W_TYPE_SIZE < 64] (FP_PACK_RAW_QP): Likewise.
21282         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_Q): Likewise.
21283         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_QP): Likewise.
21284         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_Q): Likewise.
21285         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_QP): Likewise.
21286         [_FP_W_TYPE_SIZE < 64] (FP_PACK_Q): Likewise.
21287         [_FP_W_TYPE_SIZE < 64] (FP_PACK_QP): Likewise.
21288         [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_Q): Likewise.
21289         [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_QP): Likewise.
21290         [_FP_W_TYPE_SIZE < 64] (_FP_SQRT_MEAT_Q): Likewise.
21291         [_FP_W_TYPE_SIZE < 64] (FP_CMP_Q): Likewise.
21292         [_FP_W_TYPE_SIZE < 64] (FP_CMP_EQ_Q): Likewise.
21293         [_FP_W_TYPE_SIZE < 64] (FP_CMP_UNORD_Q): Likewise.
21294         [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_Q): Likewise.
21295         [_FP_W_TYPE_SIZE < 64] (FP_FROM_INT_Q): Likewise.
21296         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_RAW_Q): Likewise.
21297         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_RAW_QP): Likewise.
21298         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_RAW_Q): Likewise.
21299         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_RAW_QP): Likewise.
21300         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_Q): Likewise.
21301         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_QP): Likewise.
21302         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_Q): Likewise.
21303         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_QP): Likewise.
21304         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_Q): Likewise.
21305         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_QP): Likewise.
21306         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_Q): Likewise.
21307         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_QP): Likewise.
21308         [_FP_W_TYPE_SIZE >= 64] (_FP_SQRT_MEAT_Q): Likewise.
21309         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_Q): Likewise.
21310         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_EQ_Q): Likewise.
21311         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_UNORD_Q): Likewise.
21312         [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_Q): Likewise.
21313         [_FP_W_TYPE_SIZE >= 64] (FP_FROM_INT_Q): Likewise.
21314         * soft-fp/single.h (FP_UNPACK_RAW_S): Likewise.
21315         (FP_UNPACK_RAW_SP): Likewise.
21316         (FP_PACK_RAW_S): Likewise.
21317         (FP_PACK_RAW_SP): Likewise.
21318         (FP_UNPACK_S): Likewise.
21319         (FP_UNPACK_SP): Likewise.
21320         (FP_UNPACK_SEMIRAW_S): Likewise.
21321         (FP_UNPACK_SEMIRAW_SP): Likewise.
21322         (FP_PACK_S): Likewise.
21323         (FP_PACK_SP): Likewise.
21324         (FP_PACK_SEMIRAW_S): Likewise.
21325         (FP_PACK_SEMIRAW_SP): Likewise.
21326         (_FP_SQRT_MEAT_S): Likewise.
21327         (FP_CMP_S): Likewise.
21328         (FP_CMP_EQ_S): Likewise.
21329         (FP_CMP_UNORD_S): Likewise.
21330         (FP_TO_INT_S): Likewise.
21331         (FP_FROM_INT_S): Likewise.
21333         * soft-fp/op-common.h (_FP_TO_INT): Handle rsigned == 2.
21335         * soft-fp/soft-fp.h (FP_EX_INVALID_SNAN): New macro.
21336         (FP_EX_INVALID_IMZ): Likewise.
21337         (FP_EX_INVALID_IMZ_FMA): Likewise.
21338         (FP_EX_INVALID_ISI): Likewise.
21339         (FP_EX_INVALID_ZDZ): Likewise.
21340         (FP_EX_INVALID_IDI): Likewise.
21341         (FP_EX_INVALID_SQRT): Likewise.
21342         (FP_EX_INVALID_CVI): Likewise.
21343         (FP_EX_INVALID_VC): Likewise.
21344         * soft-fp/op-common.h (_FP_UNPACK_CANONICAL): Specify more precise
21345         "invalid" exceptions.
21346         (_FP_CHECK_SIGNAN_SEMIRAW): Likewise.
21347         (_FP_ADD_INTERNAL): Likewise.
21348         (_FP_MUL): Likewise.
21349         (_FP_FMA): Likewise.
21350         (_FP_DIV): Likewise.
21351         (_FP_CMP_CHECK_NAN): Likewise.
21352         (_FP_SQRT): Likewise.
21353         (_FP_TO_INT): Likewise.
21354         (FP_EXTEND): Likewise.
21356 2014-10-09  Allan McRae  <allan@archlinux.org>
21358         * po/fr.po: Update French translation from translation project.
21360 2014-10-09  Joseph Myers  <joseph@codesourcery.com>
21362         [BZ #14132]
21363         * stdlib/cxa_atexit.c (__cxa_atexit): Use libc_hidden_def instead
21364         of INTDEF.
21365         * include/stdlib.h (__cxa_atexit_internal): Remove declaration.
21366         (__cxa_atexit): Use libc_hidden_proto.
21367         [!NOT_IN_libc] (__cxa_atexit): Remove macro definition.
21369         [BZ #14132]
21370         * include/wctype.h [!_ISOMAC] (__iswalpha_l_internal): Remove
21371         declaration.
21372         [!_ISOMAC] (__iswdigit_l_internal): Likewise.
21373         [!_ISOMAC] (__iswspace_l_internal): Likewise.
21374         [!_ISOMAC] (__iswxdigit_l_internal): Likewise.
21375         [!_ISOMAC] (__iswctype_internal): Likewise.
21376         * stdio-common/siglist.c (_sys_siglist_internal): Remove alias.
21377         * sysdeps/unix/syscalls.list (chown): Remove __chown_internal
21378         alias.
21379         (fcntl): Remove __fcntl_internal alias.
21380         * sysdeps/unix/sysv/linux/hppa/syscalls.list (connect): Remove
21381         __connect_internal alias.
21382         * sysdeps/unix/sysv/linux/sparc/sparc64/syscalls.list (connect):
21383         Likewise.
21385         * soft-fp/soft-fp.h (FP_DENORM_ZERO): New macro.
21386         * soft-fp/op-common.h (_FP_UNPACK_CANONICAL): Check
21387         FP_DENORM_ZERO.
21388         (_FP_CHECK_FLUSH_ZERO): New macro.
21389         (_FP_ADD_INTERNAL): Call _FP_CHECK_FLUSH_ZERO.
21390         (_FP_CMP): Likewise.
21391         (_FP_CMP_EQ): Likewise.
21392         (_FP_TO_INT): Do not set inexact for subnormal arguments if
21393         FP_DENORM_ZERO.
21394         (FP_EXTEND): Call _FP_CHECK_FLUSH_ZERO.
21395         (FP_TRUNC): Likewise.
21397         * soft-fp/op-common.h (_FP_TO_INT): Ensure maximum exponent is
21398         treated as invalid conversion, not as normal exponent.
21400         * soft-fp/op-common.h (_FP_CMP_CHECK_NAN): New macro.
21401         (_FP_CMP): Add extra argument EX.  Call _FP_CMP_CHECK_NAN.
21402         (_FP_CMP_EQ): Likewise.
21403         (_FP_CMP_UNORD): Likewise.
21404         * soft-fp/double.h (FP_CMP_D): Add extra argument EX.
21405         (FP_CMP_EQ_D): Likewise.
21406         (FP_CMP_UNORD_D): Likewise.
21407         * soft-fp/extended.h (FP_CMP_E): Likewise.
21408         (FP_CMP_EQ_E): Likewise.
21409         (FP_CMP_UNORD_E): Likewise.
21410         * soft-fp/quad.h (FP_CMP_Q): Likewise.
21411         (FP_CMP_EQ_Q): Likewise.
21412         (FP_CMP_UNORD_Q): Likewise.
21413         * soft-fp/single.h (FP_CMP_S): Likewise.
21414         (FP_CMP_EQ_S): Likewise.
21415         (FP_CMP_UNORD_S): Likewise.
21416         * soft-fp/eqdf2.c (__eqdf2): Update call to FP_CMP_EQ_D.
21417         * soft-fp/eqsf2.c (__eqsf2): Update call to FP_CMP_EQ_S.
21418         * soft-fp/eqtf2.c (__eqtf2): Update call to FP_CMP_EQ_Q.
21419         * soft-fp/gedf2.c (__gedf2): Update call to FP_CMP_D.
21420         * soft-fp/gesf2.c (__gesf2): Update call to FP_CMP_S.
21421         * soft-fp/getf2.c (__getf2): Update call to FP_CMP_Q.
21422         * soft-fp/ledf2.c (__ledf2): Update call to FP_CMP_D.
21423         * soft-fp/lesf2.c (__lesf2): Update call to FP_CMP_S.
21424         * soft-fp/letf2.c (__letf2): Update call to FP_CMP_Q.
21425         * soft-fp/unorddf2.c (__unorddf2): Update call to FP_CMP_UNORD_D.
21426         * soft-fp/unordsf2.c (__unordsf2): Update call to FP_CMP_UNORD_S.
21427         * soft-fp/unordtf2.c (__unordtf2): Update call to FP_CMP_UNORD_Q.
21428         * sysdeps/alpha/soft-fp/ots_cmpe.c (internal_compare): Update call
21429         to FP_CMP_Q.
21430         * sysdeps/sparc/sparc32/soft-fp/q_cmp.c (_Q_cmp): Update call to
21431         FP_CMP_Q.
21432         * sysdeps/sparc/sparc32/soft-fp/q_cmpe.c (_Q_cmpe): Likewise.
21433         * sysdeps/sparc/sparc32/soft-fp/q_feq.c (_Q_feq): Update call to
21434         FP_CMP_EQ_Q.
21435         * sysdeps/sparc/sparc32/soft-fp/q_fge.c (_Q_fge): Update call to
21436         FP_CMP_Q.
21437         * sysdeps/sparc/sparc32/soft-fp/q_fgt.c (_Q_fgt): Likewise.
21438         * sysdeps/sparc/sparc32/soft-fp/q_fle.c (_Q_fle): Likewise.
21439         * sysdeps/sparc/sparc32/soft-fp/q_flt.c (_Q_flt): Likewise.
21440         * sysdeps/sparc/sparc32/soft-fp/q_fne.c (_Q_fne): Update call to
21441         FP_CMP_EQ_Q.
21442         * sysdeps/sparc/sparc64/soft-fp/qp_cmp.c (_Qp_cmp): Update call to
21443         FP_CMP_Q.
21444         * sysdeps/sparc/sparc64/soft-fp/qp_cmpe.c (_Qp_cmpe): Likewise.
21445         * sysdeps/sparc/sparc64/soft-fp/qp_feq.c (_Qp_feq): Update call to
21446         FP_CMP_EQ_Q.
21447         * sysdeps/sparc/sparc64/soft-fp/qp_fge.c (_Qp_fge): Update call to
21448         FP_CMP_Q.
21449         * sysdeps/sparc/sparc64/soft-fp/qp_fgt.c (_Qp_fgt): Likewise.
21450         * sysdeps/sparc/sparc64/soft-fp/qp_fle.c (_Qp_fle): Likewise.
21451         * sysdeps/sparc/sparc64/soft-fp/qp_flt.c (_Qp_flt): Likewise.
21452         * sysdeps/sparc/sparc64/soft-fp/qp_fne.c (_Qp_fne): Update call to
21453         FP_CMP_EQ_Q.
21455         * soft-fp/op-common.h (FP_EXTEND): When a subnormal input produces
21456         a subnormal result, set the underflow exception if trapping on
21457         underflow is enabled.
21458         * soft-fp/soft-fp.h (FP_INIT_TRAPPING_EXCEPTIONS): New macro.
21459         (FP_INIT_EXCEPTIONS): Default to FP_INIT_TRAPPING_EXCEPTIONS.
21460         [FP_NO_EXACT_UNDERFLOW] (FP_TRAPPING_EXCEPTIONS): Undefine and
21461         redefine to 0.
21462         * soft-fp/extenddftf2.c (FP_NO_EXACT_UNDERFLOW): Define.
21463         * soft-fp/extendsfdf2.c (FP_NO_EXACT_UNDERFLOW): Likewise.
21464         * soft-fp/extendsftf2.c (FP_NO_EXACT_UNDERFLOW): Likewise.
21465         * soft-fp/extendxftf2.c (__extendxftf2): Use
21466         FP_INIT_TRAPPING_EXCEPTIONS instead of FP_INIT_ROUNDMODE.
21468         * soft-fp/soft-fp.h (FP_CLEAR_EXCEPTIONS): Remove macro.
21469         * sysdeps/sparc/sparc32/soft-fp/q_itoq.c: Define FP_NO_EXCEPTIONS.
21470         (_Q_itoq): Do not use FP_DECL_EX, FP_CLEAR_EXCEPTIONS or
21471         FP_HANDLE_EXCEPTIONS.
21472         * sysdeps/sparc/sparc32/soft-fp/q_lltoq.c: Define FP_NO_EXCEPTIONS.
21473         (_Q_lltoq): Do not use FP_DECL_EX, FP_CLEAR_EXCEPTIONS or
21474         FP_HANDLE_EXCEPTIONS.
21475         * sysdeps/sparc/sparc32/soft-fp/q_ulltoq.c: Define FP_NO_EXCEPTIONS.
21476         (_Q_ulltoq): Do not use FP_DECL_EX, FP_CLEAR_EXCEPTIONS or
21477         FP_HANDLE_EXCEPTIONS.
21478         * sysdeps/sparc/sparc32/soft-fp/q_utoq.c: Define FP_NO_EXCEPTIONS.
21479         (_Q_utoq): Do not use FP_DECL_EX, FP_CLEAR_EXCEPTIONS or
21480         FP_HANDLE_EXCEPTIONS.
21482 2014-10-08  Joseph Myers  <joseph@codesourcery.com>
21484         [BZ #14132]
21485         * sysdeps/unix/sysv/linux/include/sys/timex.h: New file.
21486         * sysdeps/unix/sysv/linux/adjtime.c [!ADJTIMEX] (ADJTIMEX): Do not
21487         use INTUSE.
21488         [!ADJTIMEX] (INTUSE(__adjtimex)): Remove declaration.
21489         * sysdeps/unix/sysv/linux/alpha/adjtime.c (__adjtimex_internal):
21490         Remove alias.
21491         (__adjtimex): Define using libc_hidden_ver.
21492         * sysdeps/unix/sysv/linux/ntp_gettime.c (INTUSE(__adjtimex)):
21493         Remove declaration.
21494         (ntp_gettime): Call __adjtimex directly.
21495         * sysdeps/unix/sysv/linux/ntp_gettimex.c (INTUSE(__adjtimex)):
21496         Remove declaration.
21497         (ntp_gettimex): Call __adjtimex directly.
21498         * sysdeps/unix/sysv/linux/syscalls.list (adjtimex): Remove
21499         __adjtimex_internal alias.
21501 2014-10-08  Roland McGrath  <roland@hack.frob.com>
21503         [BZ #17460]
21504         * nscd/nscd.c (more_help): Rewrite list of tables collection
21505         using xstrdup and asprintf.
21507         * nscd/nscd_conf.c: Remove local xstrdup declaration.
21509 2014-10-08  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
21510             Roland McGrath  <roland@hack.frob.com>
21512         * elf/dl-lookup.c (enter_unique_sym): New function, broken out of ...
21513         (do_lookup_unique): ... local function 'enter' here; update callers.
21515 2014-10-06  Joseph Myers  <joseph@codesourcery.com>
21517         * sysdeps/unix/make-syscalls.sh (emit_weak_aliases): Condition
21518         compat_symbol calls on [SHARED].
21519         * sysdeps/unix/sysv/linux/powerpc/lchown.S: Remove file.
21520         * sysdeps/unix/sysv/linux/i386/syscalls.list (oldsetrlimit):
21521         Remove.
21522         (setrlimit): Add setrlimit@GLIBC_2.0 alias.
21523         * sysdeps/unix/sysv/linux/m68k/m680x0/syscalls.list
21524         (oldsetrlimit): Remove.
21525         (setrlimit): Add setrlimit@GLIBC_2.0 alias.
21526         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list
21527         (lchown): New syscall entry.
21528         (oldsetrlimit): Remove.
21529         (setrlimit): Add setrlimit@GLIBC_2.0 alias.
21530         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list
21531         (oldsetrlimit): Remove.
21532         (setrlimit): Add setrlimit@GLIBC_2.0 alias.
21534         [BZ #14138]
21535         * sysdeps/unix/sysv/linux/arm/fchown.c: Remove file.
21536         * sysdeps/unix/sysv/linux/arm/lchown.c: Likewise.
21537         * sysdeps/unix/sysv/linux/m68k/fchown.c: Likewise.
21538         * sysdeps/unix/sysv/linux/m68k/lchown.c: Likewise.
21539         * sysdeps/unix/sysv/linux/powerpc/chown.c: Likewise.
21540         * sysdeps/unix/sysv/linux/arm/syscalls.list (lchown): Add syscall.
21541         (fchown): Likewise.
21542         * sysdeps/unix/sysv/linux/m68k/syscalls.list (lchown): Likewise.
21543         (fchown): Likewise.
21544         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list (chown):
21545         Likewise.
21547 2014-10-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
21549         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Remove file.
21550         * sysdeps/unix/sysv/linux/powerpc/pthread_spin_unlock.c
21551         (pthread_spin_unlock): Use __ARCH_REL_INSTR instead of
21552         __lll_rel_instr and __ARCH_ACQ_INSTR instead of __lll_acq_instr.
21553         * sysdeps/unix/sysv/linux/powerpc/sem_post.c (__new_sem_post):
21554         Likewise.
21555         (__old_sem_post): Likewise.
21557 2014-10-06  Chris Metcalf  <cmetcalf@tilera.com>
21559         * sysdeps/unix/sysv/linux/tile/sysdep.h (INLINE_VSYSCALL): Define
21560         INLINE_VSYSCALL, INTERNAL_VSYSCALL, and
21561         HAVE_CLOCK_GETTIME_VSYSCALL macros.
21562         * sysdeps/unix/sysv/linux/tile/gettimeofday.c (__gettimeofday):
21563         Use INLINE_VSYSCALL macro.
21564         * sysdeps/unix/sysv/linux/tile/bits/libc-vdso: Add declaration of
21565         __vdso_clock_gettime.
21566         * sysdeps/unix/sysv/linux/tile/init-first.c
21567         (_libc_vdso_platform_setup): Set new __vdso_clock_gettime global.
21568         * sysdeps/unix/sysv/linux/tile/Versions (GLIBC_PRIVATE): Add
21569         __vdso_clock_gettime.
21571         * sysdeps/unix/sysv/linux/tile/clone.S (__clone): Fix code
21572         to set up frame more cleanly.
21574         * sysdeps/tile/memcmp.c: New file.
21576         * sysdeps/unix/sysv/linux/tile/sysconf.c: New file.
21578         * sysdeps/tile/tilegx/string-endian.h (STRSHIFT): New macro.
21579         * sysdeps/tile/tilegx/strcasestr.c: New file.
21580         * sysdeps/tile/tilegx/strnlen.c: New file.
21581         * sysdeps/tile/tilegx/strstr.c: New file.
21583         * sysdeps/tile/tilegx/string-endian.h (copy_byte): Optimize.
21585 2014-10-06  Arjun Shankar  <arjun.is@lostca.se>
21587         * nptl/tst-setuid3.c: Write errors to stdout.
21589 2014-10-01  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
21591         * elf/dl-deps.c
21592         (preload): New functions broken out of _dl_map_object_deps.
21593         (_dl_map_object_deps):  Remove a nested function. Update call sites.
21595 2014-10-01  Joseph Myers  <joseph@codesourcery.com>
21597         [BZ #14138]
21598         * sysdeps/unix/sysv/linux/execve.c: Remove file.
21599         * sysdeps/unix/sysv/linux/syscalls.list (execve): Add syscall.
21601 2014-10-01  Steve Ellcey  <sellcey@mips.com>
21603         * sysdeps/mips/strcmp.S: New.
21605 2014-09-30  Joseph Myers  <joseph@codesourcery.com>
21607         [BZ #14138]
21608         * sysdeps/unix/sysv/linux/syscalls.list (fchownat): New syscall.
21609         (linkat): Likewise.
21610         (mkdirat): Likewise.
21611         (readlinkat): Likewise.
21612         (renameat): Likewise.
21613         (symlinkat): Likewise.
21614         (unlinkat): Likewise.
21615         * sysdeps/unix/sysv/linux/fchownat.c: Remove file.
21616         * sysdeps/unix/sysv/linux/linkat.c: Likewise.
21617         * sysdeps/unix/sysv/linux/mkdirat.c: Likewise.
21618         * sysdeps/unix/sysv/linux/readlinkat.c: Likewise.
21619         * sysdeps/unix/sysv/linux/renameat.c: Likewise.
21620         * sysdeps/unix/sysv/linux/symlinkat.c: Likewise.
21621         * sysdeps/unix/sysv/linux/unlinkat.c: Likewise.
21623 2014-09-30  Will Newton  <will.newton@linaro.org>
21625         * math/math.h: Define long double math functions if
21626         _LIBC_TEST is defined.
21627         * stdlib/tst-strtod-round.c: Define _LIBC_TEST.
21629         * localedata/Makefile: Move assignment to tests-special
21630         into an ifdef testing run-built-tests.
21631         * timezone/Makefile: Likewise.
21633 2014-09-29  Joseph Myers  <joseph@codesourcery.com>
21635         * sysdeps/x86/Makefile ($(objpfx)tst-ld-sse-use.out): Run script
21636         with $(BASH) not $(SHELL).
21638 2014-09-29  Carlos O'Donell  <carlos@redhat.com>
21639             Matthew LeGendre  <legendre1@llnl.gov>
21641         [BZ #17411]
21642         * elf/dl-reloc.c (_dl_relocate_object): Allocate correct amount for
21643         l_reloc_result.
21645 2014-09-29  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
21647         * stdio-common/printf_fp.c
21648         (hack_digit): New function, broken out of ...
21649         (__printf_fp): ... local function here.  Update call sites.
21650         hack_digit now takes an additional parameter that is a pointer
21651         to a struct of the referenced locals.  Those locals moved inside
21652         the struct and references updated.
21654 2014-09-29  H.J. Lu  <hongjiu.lu@intel.com>
21656         * aclocal.m4: Require autoconf 2.69.
21657         * configure: Regenerated.
21658         * sysdeps/aarch64/configure: Likewise.
21659         * sysdeps/alpha/configure: Likewise.
21660         * sysdeps/arm/armv7/configure: Likewise.
21661         * sysdeps/arm/configure: Likewise.
21662         * sysdeps/ia64/configure: Likewise.
21663         * sysdeps/mach/configure: Likewise.
21664         * sysdeps/mips/configure: Likewise.
21665         * sysdeps/s390/configure: Likewise.
21666         * sysdeps/unix/sysv/linux/mips/configure: Likewise.
21667         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure: Likewise.
21669         * sysdeps/alpha/configure.ac: Avoid empty lines at the end of
21670         file.
21671         * sysdeps/ia64/configure.ac: Likewise.
21673 2014-09-26  Joseph Myers  <joseph@codesourcery.com>
21675         * sysdeps/unix/sysv/linux/powerpc/powerpc64/shlib-versions: Do not
21676         specify symbol version for ld.so.  Do not include entry for
21677         libpthread.
21678         * sysdeps/unix/sysv/linux/s390/s390-64/shlib-versions: Likewise.
21679         * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: Likewise.
21680         * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: Likewise.
21682         [BZ #14171]
21683         * Makeconfig [$(build-shared) = yes]
21684         ($(common-objpfx)soversions.mk): Don't handle SONAMEs specified in
21685         makefiles.
21686         [$(build-shared) = yes && $(soversions.mk-done) = t]
21687         ($(common-objpfx)gnu/lib-names.h): Remove rule.
21688         [$(build-shared) = yes && $(soversions.mk-done) = t]
21689         ($(common-objpfx)gnu/lib-names.stmp): Likewise.  Split and moved
21690         to Makerules.
21691         [$(build-shared) = yes && $(soversions.mk-done) = t]
21692         (before-compile): Don't append $(common-objpfx)gnu/lib-names.h
21693         here.
21694         [$(build-shared) = yes && $(soversions.mk-done) = t]
21695         (common-generated): Don't append gnu/lib-names.h and
21696         gnu/lib-names.stmp here.
21697         * Makerules [$(build-shared) = yes && $(soversions.mk-done) = t]
21698         (lib-names-h-abi): New variable.
21699         [$(build-shared) = yes && $(soversions.mk-done) = t]
21700         (lib-names-stmp-abi): Likewise.
21701         [$(build-shared) = yes && $(soversions.mk-done) = t &&
21702         abi-variants] (before-compile): Append
21703         $(common-objpfx)$(lib-names-h-abi).
21704         [$(build-shared) = yes && $(soversions.mk-done) = t &&
21705         abi-variants] (common-generated): Append gnu/lib-names.h.
21706         [$(build-shared) = yes && $(soversions.mk-done) = t &&
21707         abi-variants] (install-others-nosubdir): Depend on
21708         $(inst_includedir)/$(lib-names-h-abi).
21709         [$(build-shared) = yes && $(soversions.mk-done) = t &&
21710         abi-variants] ($(common-objpfx)gnu/lib-names.h): New rule.
21711         [$(build-shared) = yes && $(soversions.mk-done) = t]
21712         ($(common-objpfx)$(lib-names-h-abi)): New rule.
21713         [$(build-shared) = yes && $(soversions.mk-done) = t]
21714         ($(common-objpfx)$(lib-names-stmp-abi)): Likewise.
21715         [$(build-shared) = yes && $(soversions.mk-done) = t]
21716         (common-generated): Append $(lib-names-h-abi) and
21717         $(lib-names-stmp-abi).
21718         * scripts/lib-names.awk: Do not handle multi being set.
21719         * sysdeps/unix/sysv/linux/aarch64/Makefile (abi-lp64-ld-soname):
21720         Remove variable.
21721         (abi-lp64_be-ld-soname): Likewise.
21722         * sysdeps/unix/sysv/linux/arm/Makefile (abi-soft-ld-soname):
21723         Likewise.
21724         (abi-hard-ld-soname): Likewise.
21725         * sysdeps/unix/sysv/linux/i386/shlib-versions: New file.
21726         * sysdeps/unix/sysv/linux/mips/Makefile (abi-o32_soft-ld-soname):
21727         Remove variable.
21728         (abi-o32_hard-ld-soname): Likewise.
21729         (abi-o32_soft_2008-ld-soname): Likewise.
21730         (abi-o32_hard_2008-ld-soname): Likewise.
21731         (abi-n32_soft-ld-soname): Likewise.
21732         (abi-n32_hard-ld-soname): Likewise.
21733         (abi-n32_soft_2008-ld-soname): Likewise.
21734         (abi-n32_hard_2008-ld-soname): Likewise.
21735         (abi-n64_soft-ld-soname): Likewise.
21736         (abi-n64_hard-ld-soname): Likewise.
21737         (abi-n64_soft_2008-ld-soname): Likewise.
21738         (abi-n64_hard_2008-ld-soname): Likewise.
21739         * sysdeps/unix/sysv/linux/powerpc/Makefile (abi-64-v1-ld-soname):
21740         Likewise.
21741         (abi-64-v2-ld-soname): Likewise.
21742         * sysdeps/unix/sysv/linux/powerpc/powerpc64/shlib-versions: Add
21743         ld.so entries.
21744         * sysdeps/unix/sysv/linux/s390/Makefile (abi-64-ld-soname): Remove
21745         variable.
21746         * sysdeps/unix/sysv/linux/s390/s390-64/shlib-versions: Add ld.so
21747         entry.
21748         * sysdeps/unix/sysv/linux/x86/Makefile (abi-32-ld-soname): Remove
21749         variable.
21750         (abi-64-ld-soname): Likewise.
21751         (abi-x32-ld-soname): Likewise.
21752         * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: Add ld.so
21753         entry.
21754         * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: Likewise.
21756 2014-09-23  Joseph Myers  <joseph@codesourcery.com>
21758         [BZ #14138]
21759         * sysdeps/unix/sysv/linux/arm/setrlimit.c: Remove file.
21760         * sysdeps/unix/sysv/linux/i386/setrlimit.c: Likewise.
21761         * sysdeps/unix/sysv/linux/m68k/setrlimit.c: Likewise.
21762         * sysdeps/unix/sysv/linux/powerpc/setrlimit.c: Likewise.
21763         * sysdeps/unix/sysv/linux/s390/s390-32/setrlimit.c: Likewise.
21764         * sysdeps/unix/sysv/linux/sh/setrlimit.c: Likewise.
21765         * sysdeps/unix/sysv/linux/i386/syscalls.list (setrlimit): Add
21766         syscall entry for GLIBC_2.2 symbol version.
21767         * sysdeps/unix/sysv/linux/m68k/m680x0/syscalls.list (setrlimit):
21768         Likewise.
21769         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list
21770         (setrlimit): Likewise.
21771         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list (setrlimit):
21772         Likewise.
21774 2014-09-23  Will Newton  <will.newton@linaro.org>
21776         * sysdeps/unix/sysv/linux/arm/bits/hwcap.h: Check for
21777         _LINUX_ARM_SYSDEP_H include guard too.
21778         * sysdeps/unix/sysv/linux/arm/sysdep.h (_SYS_AUXV_H): Remove
21779         define.
21781 2014-09-20  Rasmus Villemoes  <rv@rasmusvillemoes.dk>
21783         * sysdeps/unix/sysv/linux/eventfd.c:
21784         Make first argument unsigned.
21785         * sysdeps/unix/sysv/linux/hppa/sys/eventfd.h: Likewise.
21786         * sysdeps/unix/sysv/linux/sys/eventfd.h: Likewise.
21788 2014-09-20  Ondřej Bílka  <neleai@seznam.cz>
21790         * socket/recvmmsg.c (recvmmsg): Drop const argument.
21791         * socket/sys/socket.h: Likewise
21792         * sysdeps/unix/sysv/linux/recvmmsg.c: Likewise.
21794 2014-09-19  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
21796         * stdlib/longlong.h: Add __udiv_w_sdiv prototype.
21798 2014-09-17  Arjun Shankar  <arjun.is@lostca.se>
21800         * time/tst-ftime.c: New test.
21801         * time/Makefile (tests): Add tst-ftime.
21803 2014-09-17  Joseph Myers  <joseph@codesourcery.com>
21805         * soft-fp/extended.h: Fix comment formatting.
21806         * soft-fp/op-1.h: Likewise.
21807         * soft-fp/op-2.h: Likewise.
21808         * soft-fp/op-4.h: Likewise.
21809         * soft-fp/op-8.h: Likewise.
21810         * soft-fp/op-common.h: Likewise.
21811         * soft-fp/soft-fp.h: Likewise.
21813         * soft-fp/op-common.h (_FP_TO_INT): Correct formatting.
21815 2014-09-16  Joseph Myers  <joseph@codesourcery.com>
21817         [BZ #6652]
21818         * Makeconfig (soversions-default-setname): Remove variable.
21819         ($(common-objpfx)soversions.i): Don't pass default_setname to
21820         soversions.awk.
21821         * Makerules ($(common-objpfx)abi-versions.h): Don't pass
21822         oldest_abi to abi-versions.awk.
21823         * config.h.in (GLIBC_OLDEST_ABI): Remove macro undefine.
21824         * config.make.in (oldest-abi): Remove variable.
21825         * configure.ac (--enable-oldest-abi): Remove configure option.
21826         * configure: Regenerated.
21827         * csu/version.c (banner) [GLIBC_OLDEST_ABI]: Remove conditional
21828         text.
21829         * scripts/abi-versions.awk: Do not handle oldest_abi variable.
21830         * scripts/soversions.awk: Do not handle default_setname variable.
21831         * sysdeps/mach/hurd/configure.ac: Do not handle oldest_abi
21832         variable.
21833         * sysdeps/mach/hurd/configure: Regenerated.
21834         * sysdeps/unix/sysv/linux/configure.ac: Do not handle oldest_abi
21835         variable.
21836         * sysdeps/unix/sysv/linux/configure: Regenerated.
21838 2014-09-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
21840         * elf/Makefile (CFLAGS-interp.c): Remove.
21841         ($(elf-objpfx)runtime-linker.h): Generate header with linker
21842         path string.
21843         * elf/interp.c: Include generated runtime-linker.h
21845         * Makerules (lib%.so): Don't include $(+interp) in
21846         prerequisites.
21847         * elf/Makefile (CFLAGS-interp.c): Don't define NOT_IN_libc.
21848         * dlfcn/eval.c: Remove file.
21850         * posix/getconf.c (vars): Don't check for _[SP]C_* and _CS
21851         macros.
21853         [BZ #17266]
21854         * misc/sys/cdefs.h: Define __extern_always_inline for clang
21855         4.2 and newer.
21857         [BZ #17370]
21858         * libio/wfileops.c (do_ftell_wide): Free OUT on error path.
21860 2014-09-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
21861             Jakub Jelinek  <jakub@redhat.com>
21863         [BZ #17266]
21864         * libio/stdio.h: Check definition of __fortify_function
21865         instead of __extern_always_inline to include bits/stdio2.h.
21866         * math/bits/math-finite.h [__USE_XOPEN || __USE_ISOC99]: Also
21867         check if __extern_always_inline is defined.
21868         [__USE_MISC || __USE_XOPEN]: Likewise.
21869         [__USE_ISOC99] Likewise.
21870         * misc/sys/cdefs.h (__fortify_function): Define only if
21871         __extern_always_inline is defined.
21872         [!__cplusplus || __GNUC_PREREQ (4,3)]: Revert to defining
21873         __extern_always_inline and __extern_inline only for g++-4.3
21874         and newer or a compatible gcc.
21876 2014-09-15  Andreas Schwab  <schwab@linux-m68k.org>
21878         [BZ #17371]
21879         * sysdeps/unix/sysv/linux/ifaddrs.c (getifaddrs_internal): Fix
21880         last change to handle zero prefix length.
21882 2014-09-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
21884         * sysdeps/posix/sysconf.c (__sysconf): Return -1 for
21885         _SC_REGEX_VERSION.
21887         * posix/getconf.c (vars): Add _POSIX_IPV6 and
21888         _POSIX_RAW_SOCKETS.
21890 2014-09-13  Allan McRae  <allan@archlinux.org>
21892         * po/ru.po: Update Russian translation from translation project.
21894 2014-09-12  Roland McGrath  <roland@hack.frob.com>
21896         * locale/programs/locale.c (show_locale_vars): Inline local function
21897         into its sole call site.  Clean up some style nits.
21898         (print_item): New function, broken out of ...
21899         (show_info): ... local function here.  Clean up style nits.
21901         * locale/programs/ld-ctype.c (set_one_default): New function, broken
21902         out of ...
21903         (set_class_defaults): ... local function set_default here.
21904         Define set_default as a macro locally to pass constant parameters.
21905         (allocate_arrays, set_class_defaults): Use C99 for scope for each CNT,
21906         rather than a shared local.
21908         * stdlib/rpmatch.c (try): New function, broken out of ...
21909         (rpmatch): ... local function here.  Also, prototypify definition.
21911 2014-09-12  Joseph Myers  <joseph@codesourcery.com>
21913         * scripts/soversions.awk: Do not handle configuration names.
21914         * Makeconfig ($(common-objpfx)soversions.i): Do not pass cpu,
21915         vendor and os variables to soversions.awk.
21916         * configure.ac: Do not modify gnu-* host_os.
21917         * configure: Regenerated
21918         * shlib-versions: Remove first column with configuration names.
21919         * nptl/shlib-versions: Likewise.
21920         * nptl_db/shlib-versions: Likewise.
21921         * sysdeps/hppa/shlib-versions: Likewise.
21922         * sysdeps/m68k/shlib-versions: Likewise.
21923         * sysdeps/mach/hurd/shlib-versions: Likewise.
21924         * sysdeps/unix/sysv/linux/aarch64/shlib-versions: Likewise.
21925         * sysdeps/unix/sysv/linux/alpha/shlib-versions: Likewise.
21926         * sysdeps/unix/sysv/linux/arm/shlib-versions: Likewise.
21927         * sysdeps/unix/sysv/linux/hppa/shlib-versions: Likewise.
21928         * sysdeps/unix/sysv/linux/ia64/shlib-versions: Likewise.
21929         * sysdeps/unix/sysv/linux/m68k/coldfire/shlib-versions: Likewise.
21930         * sysdeps/unix/sysv/linux/microblaze/shlib-versions: Likewise.
21931         * sysdeps/unix/sysv/linux/mips/shlib-versions: Likewise.
21932         * sysdeps/unix/sysv/linux/powerpc/powerpc64/shlib-versions:
21933         Likewise.
21934         * sysdeps/unix/sysv/linux/s390/s390-64/shlib-versions: Likewise.
21935         * sysdeps/unix/sysv/linux/sh/shlib-versions: Likewise.
21936         * sysdeps/unix/sysv/linux/shlib-versions: Likewise.
21937         * sysdeps/unix/sysv/linux/sparc/sparc32/shlib-versions: Likewise.
21938         * sysdeps/unix/sysv/linux/sparc/sparc64/shlib-versions: Likewise.
21939         * sysdeps/unix/sysv/linux/tile/shlib-versions: Likewise.
21940         * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: Likewise.
21941         * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: Likewise.
21943         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure.ac
21944         (HAVE_ELFV2_ABI): AC_DEFINE in ELFv2 case.
21945         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure:
21946         Regenerated.
21947         * config.h.in (HAVE_ELFV2_ABI): New macro undefine.
21948         * sysdeps/unix/sysv/linux/powerpc/powerpc64/shlib-versions:
21949         Condition symbol version definitions on [HAVE_ELFV2_ABI].
21951         * shlib-versions: Remove OS-specific entries.  Moved to files in
21952         sysdeps.
21953         * sysdeps/mach/hurd/shlib-versions: New file.
21954         * sysdeps/unix/sysv/linux/shlib-versions: Likewise.
21956         * nptl/shlib-versions: Remove architecture-specific entries.
21957         Moved to files in sysdeps.
21958         * shlib-versions: Likewise.
21959         * sysdeps/unix/sysv/linux/powerpc/powerpc64/shlib-versions: New
21960         file.
21961         * sysdeps/unix/sysv/linux/s390/s390-64/shlib-versions: Likewise.
21962         * sysdeps/unix/sysv/linux/sh/shlib-versions: Likewise.
21963         * sysdeps/unix/sysv/linux/sparc/sparc32/shlib-versions: Likewise.
21964         * sysdeps/unix/sysv/linux/sparc/sparc64/shlib-versions: Likewise.
21966         * sysdeps/gnu/netinet/udp.h (UDP_NO_CHECK6_TX): New macro.
21967         (UDP_NO_CHECK6_RX): Likewise.
21969 2014-09-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
21971         * sysdeps/posix/sysconf.c (__sysconf): Spell
21972         _POSIX_DEVICE_SPECIFIC and _POSIX_DEVICE_SPECIFIC_R correctly.
21974 2014-08-12  Florian Weimer  <fweimer@redhat.com>
21976         * iconv/gconv_open.c (__gconv_open): Remove transliteration module
21977         loading.
21978         * iconv/Versions (__gconv_transliterate): Export for use from
21979         gconv modules.
21980         * iconv/gconv.h (__GCONV_TRANSLIT): New flag.
21981         (struct __gconv_trans_data, __gconv_trans_fct,
21982         __gconv_trans_context_fct, __gconv_trans_query_fct,
21983         __gconv_trans_init_fct, __gconv_trans_end_fct): Remove type
21984         definitions.
21985         (struct __gconv_step_data): Remove __trans member.
21986         (__gconv_transliterate): Declaration moved from gconv_int.h.  No
21987         longer hidden.  Remove unused trans_data argument.
21988         * iconv/gconv_int.h (struct trans_struct): Remove definition.
21989         (__gconv_translit_find): Remove declaration.
21990         (__gconv_transliterate): Declaration moved to gconv.h.  Add hidden
21991         prototype.
21992         * iconv/gconv_close.c (__gconv_close): Remove __trans cleanup.
21993         * iconv/gconv_trans.c (__gconv_transliterate): Remove unused
21994         trans_data argument.  Add hidden definition.
21995         (__gconv_translit_find): Remove.
21996         * iconv/loop.c (STANDARD_TO_LOOP_ERR_HANDLER): Call
21997         __gconv_transliterate directly if __GCONV_TRANSLIT is set.
21998         * iconv/skeleton.c: Remove transliteration initialization.
21999         * libio/fileops.c (_IO_new_file_fopen): Adjust struct
22000         __gconv_step_data initialization.
22001         * libio/iofwide.c (__libio_translit_): Remove.
22002         (_IO_fwide): Adjust struct __gconv_step_data initialization.
22003         * wcsmbs/btowc.c (__btowc): Likewise.
22004         * wcsmbs/mbrtoc16.c (mbrtoc16): Likewise.
22005         * wcsmbs/mbrtowc.c (__mbrtowc): Likewise.
22006         * wcsmbs/mbsnrtowcs.c (__mbsnrtowcs): Likewise.
22007         * wcsmbs/mbsrtowcs_l.c (__mbsrtowcs_l): Likewise.
22008         * wcsmbs/wcrtomb.c (__wcrtomb): Likewise.
22009         * wcsmbs/wcsnrtombs.c (__wcsnrtombs): Likewise.
22010         * wcsmbs/wcsrtombs.c (__wcsrtombs): Likewise.
22011         * wcsmbs/wctob.c (wctob): Likewise.
22013 2014-09-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
22015         [BZ #16194]
22016         * sysdeps/x86/tst-xmmymm.sh: Rename file to...
22017         * sysdeps/x86/tst-ld-sse-use.sh: ... this.  Check for zmm
22018         register usage.
22019         * sysdeps/x86/Makefile: Adjust.
22021 2014-09-11  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
22022             Roland McGrath  <roland@hack.frob.com>
22024         * locale/weight.h: Add include guard.
22025         (findidx): Make static rather than auto; take new parameters
22026         TABLE, INDIRECT, and EXTRA instead of getting them as outer locals.
22027         * locale/weightwc.h: Likewise.
22028         * posix/fnmatch_loop.c
22029         (FCT): Change type of EXTRA from int32_t to wint_t.
22030         Don't include either header inside the function.
22031         Call FINDIDX rather than findidx, and pass new arguments.
22032         #undef FINDIDX at the end of the file.
22033         * posix/fnmatch.c [_LIBC]: #include <locale/weight.h> and define
22034         FINDIDX before including fnmatch_loop.c for the non-wide version.
22035         [_LIBC] [HANDLE_MULTIBYTE]: #define findidx to findidxwc around
22036         #include <locale/weightwc.h>, and define FINDIDX to findidxwc
22037         for the wide version.
22038         * posix/regcomp.c [_LIBC]: #include <locale/weight.h>.
22039         (build_equiv_class) [_LIBC]: Don't #include it inside the function.
22040         Pass new arguments to findidx.
22041         * posix/regexec.c [RE_ENABLE_I18N] [_LIBC]: #include <locale/weight.h>.
22042         [RE_ENABLE_I18N] (check_node_accept_bytes) [_LIBC]:
22043         Don't #include it inside the function.  Pass new arguments to findidx.
22044         * posix/regex_internal.h
22045         [!NOT_IN_libc] [_LIBC]: #include <locale/weight.h>.
22046         (re_string_elem_size_at): Don't #include it inside the function.
22047         Pass new arguments to findidx.
22048         * string/strcoll_l.c: #include WEIGHT_H at top level.
22049         (get_next_seq): Don't #include it inside the function.
22050         Pass new arguments to findidx.
22051         (get_next_seq_nocache): Likewise.
22052         * string/strxfrm_l.c: #include WEIGHT_H at top level.
22053         (STRXFRM): Don't #include it inside the function.
22054         Pass new arguments to findidx.
22056 2014-09-11  Florian Weimer  <fweimer@redhat.com>
22058         [BZ #17344]
22059         * malloc/malloc.c (unlink): Turn asserts into a call to
22060         malloc_printerr.
22062 2014-09-11  Tim Lammens  <tim.lammens@gmail.com>
22064         [BZ #17370]
22065         * libio/wfileops (do_ftell_wide): Free OUT.
22067 2014-09-10  Chris Metcalf  <cmetcalf@tilera.com>
22069         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: Remove file.
22071 2014-09-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
22073         [BZ #17363]
22074         * inet/getnetgrent_r.c (__internal_getnetgrent_r): Try next
22075         group if the current group is empty.
22077 2014-09-10  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
22079         * benchtests/bench-memset.c (test_main): Add more test from size
22080         from 32 to 512 bytes.
22081         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
22082         Add POWER8 memset object.
22083         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
22084         (__libc_ifunc_impl_list): Add POWER8 memset and bzero implementations.
22085         * sysdeps/powerpc/powerpc64/multiarch/bzero.c (__bzero): Add POWER8
22086         implementation.
22087         * sysdeps/powerpc/powerpc64/multiarch/memset.c (__libc_memset):
22088         Likewise.
22089         * sysdeps/powerpc/powerpc64/multiarch/memset-power8.S: New file:
22090         multiarch POWER8 memset optimization.
22091         * sysdeps/powerpc/powerpc64/power8/memset.S: New file: optimized
22092         POWER8 memset optimization.
22094         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
22095         Remove bzero multiarch objects.
22096         * sysdeps/powerpc/powerpc64/multiarch/bzero-power4.S: Remove file.
22097         * sysdeps/powerpc/powerpc64/multiarch/bzero-power6.S: Likewise.
22098         * sysdeps/powerpc/powerpc64/multiarch/bzero-power7.S: Likewise.
22099         * sysdeps/powerpc/powerpc64/multiarch/memset-power4.S [NO_BZERO_IMPL]:
22100         Remove define.
22101         [__bzero]: Redefine to specific name.
22102         * sysdeps/powerpc/powerpc64/multiarch/memset-power6.S: Likewise.
22103         * sysdeps/powerpc/powerpc64/multiarch/memset-power7.S: Likewise.
22104         * sysdeps/powerpc/powerpc64/power4/memset.S [NO_BZERO_IMPL]: Remove
22105         define.
22106         * sysdeps/powerpc/powerpc64/power6/memset.S: Likewise.
22107         * sysdeps/powerpc/powerpc64/power7/memset.S: Likewise.
22109 2014-09-10  Florian Weimer  <fweimer@redhat.com>
22111         * Makeconfig (gccwarn-c): Turn implicit-function-declaration
22112         warnings into errors.
22114         * stdlib/tst-tls-atexit-lib.c: Include <stdlib.h>, for the
22115         __cxa_thread_atexit_impl prototype.
22117 2014-09-09  Steve Ellcey  <sellcey@mips.com>
22119         * sysdeps/mips/preconfigure: Put code inside mips* case statement.
22120         Fix capitalization of error message.
22122 2014-09-09  Steve Ellcey  <sellcey@mips.com>
22124         * sysdeps/mips/preconfigure: Modify ABI tests.
22126 2014-09-07  Carlos O'Donell  <carlos@systemhalted.org>
22128         * sysdeps/unix/sysv/linux/hppa/c++-types.data: New file.
22130 2014-09-07  Roland McGrath  <roland@hack.frob.com>
22131             Carlos O'Donell  <carlos@systemhalted.org>
22133         * sysdeps/unix/sysv/linux/hppa/nptl/libc-lowlevellock.c: File removed.
22134         * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h: Moved ...
22135         * sysdeps/unix/sysv/linux/hppa/lowlevellock.h: ... here.
22136         * sysdeps/unix/sysv/linux/hppa/nptl/pt-vfork.S: Moved ...
22137         * sysdeps/unix/sysv/linux/hppa/pt-vfork.S: ... here.
22138         * sysdeps/unix/sysv/linux/hppa/nptl/pthread.h: Moved ...
22139         * sysdeps/unix/sysv/linux/hppa/pthread.h: ... here.
22140         * sysdeps/unix/sysv/linux/hppa/nptl/pthreadP.h: Moved ...
22141         * sysdeps/unix/sysv/linux/hppa/pthreadP.h: ... here.
22142         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_broadcast.c: Moved ...
22143         * sysdeps/unix/sysv/linux/hppa/pthread_cond_broadcast.c: ... here.
22144         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_destroy.c: Moved ...
22145         * sysdeps/unix/sysv/linux/hppa/pthread_cond_destroy.c: ... here.
22146         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_init.c: Moved ...
22147         * sysdeps/unix/sysv/linux/hppa/pthread_cond_init.c: ... here.
22148         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_signal.c: Moved ...
22149         * sysdeps/unix/sysv/linux/hppa/pthread_cond_signal.c: ... here.
22150         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_timedwait.c: Moved ...
22151         * sysdeps/unix/sysv/linux/hppa/pthread_cond_timedwait.c: ... here.
22152         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_wait.c: Moved ...
22153         * sysdeps/unix/sysv/linux/hppa/pthread_cond_wait.c: ... here.
22154         * sysdeps/unix/sysv/linux/hppa/nptl/sysdep-cancel.h: Moved ...
22155         * sysdeps/unix/sysv/linux/hppa/sysdep-cancel.h: ... here.
22156         * sysdeps/unix/sysv/linux/hppa/nptl/bits/pthreadtypes.h: Moved ...
22157         * sysdeps/hppa/nptl/bits/pthreadtypes.h: ... here.
22158         * sysdeps/unix/sysv/linux/hppa/nptl/bits/semaphore.h: Moved ...
22159         * sysdeps/hppa/nptl/bits/semaphore.h: ... here.
22160         * sysdeps/unix/sysv/linux/hppa/clone.S: Include <tcb-offsets.h>.
22161         Deconditionalize the code that was previously under [RESET_PID].
22162         * sysdeps/unix/sysv/linux/hppa/nptl/clone.S: File removed.
22163         * sysdeps/unix/sysv/linux/hppa/arch-fork.h: New file.
22164         * sysdeps/unix/sysv/linux/hppa/nptl/fork.c: File removed.
22165         * sysdeps/hppa/nptl/tcb-offsets.sym: Include pthread.h and don't
22166         include sysdep.h.
22168 2014-09-08  Allan McRae  <allan@archlinux.org>
22170         * version.h (RELEASE): Set to "development".
22171         (VERSION): Set to "2.20.90"
22173 2014-09-07  Allan McRae  <allan@archlinux.org
22175         * version.h (RELEASE): Set to "stable".
22176         (VERSION): Set to "2.20"
22177         * include/features.h (__GLIBC_MINOR__): Set to 20.
22179         * manual/contrib.texi: Add entries for Wilco Dijkstra and Stefan
22180         Liebler.
22182         * po/ko.po: Update Korean translation from translation project.
22184 2014-09-06  Chris Metcalf  <cmetcalf@tilera.com>
22186         [BZ #17354]
22187         * sysdeps/tile/dl-machine.h (elf_machine_rela): Add a MUNGE_SIGNED
22188         macro for handling signed relocations.
22190 2014-09-03  Florian Weimer  <fweimer@redhat.com>
22192         [BZ #17325]
22193         * iconvdata/ibm1364.c (BODY): Fix check for sentinel.
22194         * iconvdata/ibm932.c (BODY): Replace invalid sentinel check with
22195         assert.
22196         * iconvdata/ibm933.c (BODY): Fix check for sentinel.
22197         * iconvdata/ibm935.c (BODY): Likewise.
22198         * iconvdata/ibm937.c (BODY): Likewise.
22199         * iconvdata/ibm939.c (BODY): Likewise.
22200         * iconvdata/ibm943.c (BODY): Replace invalid sentinel check with
22201         assert.
22202         * iconvdata/Makefile (iconv-test.out): Pass module list to test
22203         script.
22204         * iconvdata/run-iconv-test.sh: New test loop for checking for
22205         decoder crashers.
22207 2014-09-02  Khem Raj  <raj.khem@gmail.com>
22209         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetenv.c (fegetenv): Add
22210         libm_hidden_ver.
22212 2014-09-01  Allan McRae  <allan@archlinux.org>
22214         * po/eo.po: Update Esperanto translation from translation project.
22216         * po/ca.po: Update Catalan translation from translation project.
22218 2014-08-28  Samuel Thibault  <samuel.thibault@ens-lyon.org>
22220         * sysdeps/mach/hurd/fork.c (__fork): Lock SS->lock around
22221         __proc_dostop call.
22223 2014-08-27  Mark Wielaard  <mjw@redhat.com>
22225         [BZ #17319]
22226         * sysdeps/i386/nptl/tls.h (TLS_INIT_TP): Use INTERNAL_SYSCALL
22227         to call set_thread_area instead of hand written asm.
22228         (__NR_set_thread_area): Removed define.
22229         (TLS_FLAG_WRITABLE): Likewise.
22230         (__ASSUME_SET_THREAD_AREA): Remove check.
22231         (TLS_EBX_ARG): Remove define.
22232         (TLS_LOAD_EBX): Likewise.
22234 2014-08-27  Samuel Thibault  <samuel.thibault@ens-lyon.org>
22236         Simplify atomicity of socket creation in bind.
22238         * sysdeps/mach/hurd/bind.c (__bind): Use dir_lookup(node, "") instead of
22239         looking up the name after linking the file.
22241 2014-08-27  Allan McRae  <allan@archlinux.org>
22243         * sysdeps/i386/fpu/libm-test-ulps: Update ULPs.
22245 2014-08-26  Florian Weimer  <fweimer@redhat.com>
22247         [BZ #17187]
22248         * iconv/gconv_trans.c (struct known_trans, search_tree, lock,
22249         trans_compare, open_translit, __gconv_translit_find):
22250         Remove module loading code.
22252 2014-08-26  Allan McRae  <allan@archlinux.org>
22254         * po/vi.po: Update Vietnamese translation from translation project.
22256         * po/uk.po: Update Ukrainian translation from translation project.
22258         * po/fr.po: Update French translation from translation project.
22260         * po/ru.po: Update Russian translation from translation project.
22262         * po/pl.po: Update Polish translation from translation project.
22264         * po/cs.po: Update Czech translation from translation project.
22266         * po/de.po: Update German translation from translation project.
22268         * po/bg.po: Update Bulgarian translation from translation project.
22270         * po/sv.po: Update Sweedish translation from translation project.
22272         * po/nl.po: Update Dutch translation from translation project.
22274         * po/es.po: Update Spanish translation from translation project.
22276 2014-08-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
22278         * nptl/Makefile (CFLAGS-pthread_atfork.c): Remove.
22280         * catgets/Makefile (CPPFLAGS-gencat): Remove.
22281         * iconv/Makefile (CPPFLAGS-iconv_prog): Likewise.
22282         (CPPFLAGS-iconvconfig): Likewise.
22283         * timezone/Makefile (CPPFLAGS-zic): Likewise.
22285         * include/libc-symbols.h: Remove unnecessary check for
22286         NOT_IN_libc.
22287         * nptl/pthreadP.h: Likewise.
22288         * sysdeps/aarch64/setjmp.S: Likewise.
22289         * sysdeps/alpha/setjmp.S: Likewise.
22290         * sysdeps/arm/sysdep.h: Likewise.
22291         * sysdeps/i386/setjmp.S: Likewise.
22292         * sysdeps/m68k/setjmp.c: Likewise.
22293         * sysdeps/posix/getcwd.c: Likewise.
22294         * sysdeps/powerpc/powerpc32/setjmp-common.S: Likewise.
22295         * sysdeps/powerpc/powerpc64/setjmp-common.S: Likewise.
22296         * sysdeps/s390/s390-32/setjmp.S: Likewise.
22297         * sysdeps/s390/s390-64/setjmp.S: Likewise.
22298         * sysdeps/sh/sh3/setjmp.S: Likewise.
22299         * sysdeps/sh/sh4/setjmp.S: Likewise.
22300         * sysdeps/unix/alpha/sysdep.h: Likewise.
22301         * sysdeps/unix/sysv/linux/aarch64/sysdep.h: Likewise.
22302         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
22303         * sysdeps/unix/sysv/linux/ia64/setjmp.S: Likewise.
22304         * sysdeps/unix/sysv/linux/ia64/sysdep.h: Likewise.
22305         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h: Likewise.
22306         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
22307         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
22308         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
22309         * sysdeps/unix/sysv/linux/sh/sysdep.h: Likewise.
22310         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
22311         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
22312         * sysdeps/unix/sysv/linux/tile/sysdep.h: Likewise.
22313         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
22314         * sysdeps/x86_64/setjmp.S: Likewise.
22316 2014-08-13  Joseph Myers  <joseph@codesourcery.com>
22318         [BZ #17263]
22319         * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c: Include
22320         <stdint.h>.
22321         (__get_clockfreq): Use uint64_t instead of hp_timing_t in
22322         INTERNAL_VSYSCALL_NO_SYSCALL_FALLBACK call.
22324 2014-08-13  Siddhesh Poyarekar  <siddhesh@redhat.com>
22326         * sysdeps/x86/fpu/bits/mathinline.h: Fix typo in comment.
22328         [BZ #17262]
22329         * sysdeps/x86/fpu/bits/mathinline.h: Check both __SSE2_MATH__
22330         and __x86_64__ when disabling x87 inline functions.
22332 2014-08-12  H.J. Lu  <hongjiu.lu@intel.com>
22334         [BZ #17259]
22335         * sysdeps/x86_64/cacheinfo.c (intel_check_word): Replace cpuid
22336         asm statement with __cpuid_count.
22338 2014-08-12  Mike Frysinger  <vapier@gentoo.org>
22340         * configure.ac: Change __ehdr_start code to dereference the struct.
22341         Run readelf on the output to look for relocations.
22342         * configure: Regenerated.
22344 2014-08-12  Joseph Myers  <joseph@codesourcery.com>
22346         [BZ #17261]
22347         * sysdeps/powerpc/nofpu/fenv_const.c (__fe_enabled_env): Change
22348         value to 0.
22349         (__fe_nonieee_env): Define as an alias for __fe_dfl_env.
22351 2014-08-12  Roland McGrath  <roland@hack.frob.com>
22353         * NEWS: Mention x86-64 ld.so use of Intel MPX instructions.
22355 2014-08-12  Bernard Ogden  <bernie.ogden@linaro.org>
22357         [BZ #16892]
22358         * sysdeps/nptl/lowlevellock.h (__lll_timedlock): Use
22359         atomic_compare_and_exchange_bool_acq rather than atomic_exchange_acq.
22361 2014-08-12  Sean Anderson  <seanga2@gmail.com>
22363         * malloc/malloc.c: Fix typo in comment.
22365 2014-08-09  Allan McRae  <allan@archlinux.org>
22367         * Regenerate libc.po.
22369 2014-08-08  Mike Frysinger  <vapier@gentoo.org>
22371         * intl/tst-gettext2.sh: Check every lang file for creation.
22373 2014-08-07  Wilco Dijkstra  <wdijkstr@arm.com>
22375         * sysdeps/aarch64/fpu/math_private.h
22376         (libc_feholdsetround_noex_aarch64_ctx): New function.
22378 2014-08-07  Wilco Dijkstra  <wdijkstr@arm.com>
22380         * sysdeps/arm/armv6/strcpy.S (strcpy):
22381         Fix performance issue in misaligned cases.
22383 2014-08-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
22385         * sysdeps/unix/sysv/linux/powerpc/bits/ioctl-types.h (struct winsize):
22386         Move definition from termios.h.
22387         (struct termio): Likewise.
22388         (NCC, TIOCM_LE, TIOCM_DTR, TIOCM_RTS, TIOCM_ST, TIOCM_SR, TIOCM_CTS,
22389         TIOCM_CAR, TIOCM_RNG, TIOCM_DSR, TIOCM_CD, TIOCM_RI, N_TTY, N_SLIP,
22390         N_MOUSE, N_PPP, N_STRIP, N_AX25, N_X25, N_6PACK, N_MASC, N_R3964,
22391         N_PROFIBUS_FDL, N_IRDA, N_SMSBLOCK, N_HDLC, N_SYNC_PPP, N_HCI):
22392         Likewise.
22393         * sysdeps/unix/sysv/linux/powerpc/bits/termios.h (struct winsize):
22394         Move definition to ioctl-types.h
22395         (struct termio): Likewise.
22396         (NCC, TIOCM_LE, TIOCM_DTR, TIOCM_RTS, TIOCM_ST, TIOCM_SR, TIOCM_CTS,
22397         TIOCM_CAR, TIOCM_RNG, TIOCM_DSR, TIOCM_CD, TIOCM_RI, N_TTY, N_SLIP,
22398         N_MOUSE, N_PPP, N_STRIP, N_AX25, N_X25, N_6PACK, N_MASC, N_R3964,
22399         N_PROFIBUS_FDL, N_IRDA, N_SMSBLOCK, N_HDLC, N_SYNC_PPP, N_HCI):
22400         Likewise.
22402 2014-08-05  Richard Henderson  <rth@redhat.com>
22404         * sysdeps/alpha/soft-fp/ots_cvtxq.c (_OtsCvtXQ): Always raise
22405         exceptions.
22406         * sysdeps/alpha/soft-fp/Makefile [soft-fp] (sysdep_routines):
22407         Add fraiseexcpt.
22408         * sysdeps/alpha/soft-fp/sfp-machine.h (FP_HANDLE_EXCEPTIONS):
22409         Use __feraiseexcept.
22410         * sysdeps/unix/sysv/linux/alpha/fraiseexcpt.S (feraiseexcept):
22411         Protect libm symbols with IS_IN_libm.
22413         * sysdeps/unix/sysv/linux/alpha/lowlevellock.h: Remove file.
22415 2014-08-04  Bernard Ogden  <bernie.ogden@linaro.org>
22417         * sysdeps/unix/sysv/linux/mips/lowlevellock.h: Remove file.
22419 2014-08-04  Will Newton  <will.newton@linaro.org>
22421         * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h: Remove
22422         file.
22424 2014-08-04  Mike Frysinger  <vapier@gentoo.org>
22426         * sysdeps/unix/sysv/linux/ia64/sysdep-cancel.h (PSEUDO): Add nocancel
22427         variants for each function.
22429 2014-08-04  Roland McGrath  <roland@hack.frob.com>
22431         * sysdeps/unix/sysv/linux/ia64/nptl/Makefile: File removed, contents
22432         appended ...
22433         * sysdeps/unix/sysv/linux/ia64/Makefile: ... here.
22434         * sysdeps/unix/sysv/linux/ia64/nptl/Versions: File removed, contents
22435         appended ...
22436         * sysdeps/unix/sysv/linux/ia64/Versions: ... here.
22437         * sysdeps/unix/sysv/linux/ia64/nptl/__ia64_longjmp.S: Moved ...
22438         * sysdeps/unix/sysv/linux/ia64/__ia64_longjmp.S: ... here.
22439         * sysdeps/unix/sysv/linux/ia64/nptl/__sigstack_longjmp.c: Moved ...
22440         * sysdeps/unix/sysv/linux/ia64/__sigstack_longjmp.c: ... here.
22441         * sysdeps/unix/sysv/linux/ia64/nptl/c++-types.data: Moved ...
22442         * sysdeps/unix/sysv/linux/ia64/c++-types.data: ... here.
22443         * sysdeps/unix/sysv/linux/ia64/nptl/dl-sysdep.h: Moved ...
22444         * sysdeps/unix/sysv/linux/ia64/dl-sysdep.h: ... here.
22445         * sysdeps/unix/sysv/linux/ia64/nptl/ld.abilist: Moved ...
22446         * sysdeps/unix/sysv/linux/ia64/ld.abilist: ... here.
22447         * sysdeps/unix/sysv/linux/ia64/nptl/libBrokenLocale.abilist: Moved ...
22448         * sysdeps/unix/sysv/linux/ia64/libBrokenLocale.abilist: ... here.
22449         * sysdeps/unix/sysv/linux/ia64/nptl/libanl.abilist: Moved ...
22450         * sysdeps/unix/sysv/linux/ia64/libanl.abilist: ... here.
22451         * sysdeps/unix/sysv/linux/ia64/nptl/libc.abilist: Moved ...
22452         * sysdeps/unix/sysv/linux/ia64/libc.abilist: ... here.
22453         * sysdeps/unix/sysv/linux/ia64/nptl/libcrypt.abilist: Moved ...
22454         * sysdeps/unix/sysv/linux/ia64/libcrypt.abilist: ... here.
22455         * sysdeps/unix/sysv/linux/ia64/nptl/libdl.abilist: Moved ...
22456         * sysdeps/unix/sysv/linux/ia64/libdl.abilist: ... here.
22457         * sysdeps/unix/sysv/linux/ia64/nptl/libm.abilist: Moved ...
22458         * sysdeps/unix/sysv/linux/ia64/libm.abilist: ... here.
22459         * sysdeps/unix/sysv/linux/ia64/nptl/libnsl.abilist: Moved ...
22460         * sysdeps/unix/sysv/linux/ia64/libnsl.abilist: ... here.
22461         * sysdeps/unix/sysv/linux/ia64/nptl/libpthread.abilist: Moved ...
22462         * sysdeps/unix/sysv/linux/ia64/libpthread.abilist: ... here.
22463         * sysdeps/unix/sysv/linux/ia64/nptl/libresolv.abilist: Moved ...
22464         * sysdeps/unix/sysv/linux/ia64/libresolv.abilist: ... here.
22465         * sysdeps/unix/sysv/linux/ia64/nptl/librt.abilist: Moved ...
22466         * sysdeps/unix/sysv/linux/ia64/librt.abilist: ... here.
22467         * sysdeps/unix/sysv/linux/ia64/nptl/libthread_db.abilist: Moved ...
22468         * sysdeps/unix/sysv/linux/ia64/libthread_db.abilist: ... here.
22469         * sysdeps/unix/sysv/linux/ia64/nptl/libutil.abilist: Moved ...
22470         * sysdeps/unix/sysv/linux/ia64/libutil.abilist: ... here.
22471         * sysdeps/unix/sysv/linux/ia64/nptl/localplt.data: Moved ...
22472         * sysdeps/unix/sysv/linux/ia64/localplt.data: ... here.
22473         * sysdeps/unix/sysv/linux/ia64/nptl/lowlevellock.h: Moved ...
22474         * sysdeps/unix/sysv/linux/ia64/lowlevellock.h: ... here.
22475         * sysdeps/unix/sysv/linux/ia64/nptl/sysdep-cancel.h: Moved ...
22476         * sysdeps/unix/sysv/linux/ia64/sysdep-cancel.h: ... here.
22477         * sysdeps/unix/sysv/linux/ia64/nptl/timer_create.c: Moved ...
22478         * sysdeps/unix/sysv/linux/ia64/timer_create.c: ... here.
22479         * sysdeps/unix/sysv/linux/ia64/nptl/timer_delete.c: Moved ...
22480         * sysdeps/unix/sysv/linux/ia64/timer_delete.c: ... here.
22481         * sysdeps/unix/sysv/linux/ia64/nptl/timer_getoverr.c: Moved ...
22482         * sysdeps/unix/sysv/linux/ia64/timer_getoverr.c: ... here.
22483         * sysdeps/unix/sysv/linux/ia64/nptl/timer_gettime.c: Moved ...
22484         * sysdeps/unix/sysv/linux/ia64/timer_gettime.c: ... here.
22485         * sysdeps/unix/sysv/linux/ia64/nptl/timer_settime.c: Moved ...
22486         * sysdeps/unix/sysv/linux/ia64/timer_settime.c: ... here.
22487         * sysdeps/unix/sysv/linux/ia64/nptl/unwind-forcedunwind.c: Moved ...
22488         * sysdeps/unix/sysv/linux/ia64/unwind-forcedunwind.c: ... here.
22489         Update #include.
22490         * sysdeps/unix/sysv/linux/ia64/nptl/unwind_longjmp.c: Moved ...
22491         * sysdeps/unix/sysv/linux/ia64/unwind_longjmp.c: ... here.
22493 2014-08-04  Roland McGrath  <roland@hack.frob.com>
22495         * sysdeps/unix/sysv/linux/ia64/nptl/bits/pthreadtypes.h: Moved ...
22496         * sysdeps/ia64/nptl/bits/pthreadtypes.h: ... here.
22497         * sysdeps/unix/sysv/linux/ia64/nptl/bits/semaphore.h: Moved ...
22498         * sysdeps/ia64/nptl/bits/semaphore.h: ... here.
22499         * sysdeps/unix/sysv/linux/ia64/nptl/bits/local_lim.h: Moved ...
22500         * sysdeps/unix/sysv/linux/ia64/bits/local_lim.h: ... here.
22502 2014-08-04  Roland McGrath  <roland@hack.frob.com>
22504         * nptl/sysdeps/pthread/createthread.c: Include <arch-fork.h>.
22505         * sysdeps/unix/sysv/linux/ia64/arch-fork.h (ARCH_CLONE): New macro.
22506         * sysdeps/ia64/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
22507         * sysdeps/unix/sysv/linux/ia64/nptl/createthread.c: File removed.
22509 2014-08-04  Roland McGrath  <roland@hack.frob.com>
22511         * sysdeps/unix/sysv/linux/ia64/nptl/vfork.S: Moved ...
22512         * sysdeps/unix/sysv/linux/ia64/vfork.S: ... here.
22513         (__libc_vfork): Define function under this name.
22514         (__vfork): Define as an alias.
22515         * sysdeps/unix/sysv/linux/ia64/pt-vfork.S: New file.
22516         * sysdeps/unix/sysv/linux/ia64/nptl/pt-vfork.S: File removed.
22518 2014-08-04  Roland McGrath  <roland@hack.frob.com>
22520         * sysdeps/unix/sysv/linux/ia64/clone2.S: Deconditionalize the code
22521         that was previously under [RESET_PID].
22522         * sysdeps/unix/sysv/linux/ia64/nptl/clone2.S: File removed.
22524 2014-08-04  Andreas Schwab  <schwab@suse.de>
22526         * sysdeps/ieee754/ldbl-96/s_fma.c: Include <math_private.h>.
22528 2014-08-03  Mike Frysinger  <vapier@gentoo.org>
22530         * stdlib/tst-setcontext.c (test_stack): Fix coding style.
22531         (main): Likewise.
22533 2014-08-01  Roland McGrath  <roland@hack.frob.com>
22535         * sysdeps/unix/sysv/linux/arm/lowlevellock.h: File removed.
22537 2014-08-01  Richard Henderon  <rth@redhat.com>
22539         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Use math_force_eval before
22540         feclearexcept; use math_opt_barrier instead of open-coded asm; fix
22541         typo in exact zero test.
22542         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
22543         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Likewise.
22544         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
22546 2014-08-01  Roland McGrath  <roland@hack.frob.com>
22548         * sysdeps/unix/sysv/linux/arm/sysdep.h (PTR_MANGLE_LOAD, PTR_MANGLE)
22549         (PTR_MANGLE2, PTR_DEMANGLE, PTR_DEMANGLE2): Move these macros...
22550         * sysdeps/arm/sysdep.h: ... here.
22551         [!__ASSEMBLER__]: Include <stdint.h>.
22553 2014-08-01  Siddhesh Poyarekar  <siddhesh@redhat.com>
22555         * include/libc-symbols.h (HAVE_LIBINTL_H): Define macro.
22556         (HAVE_WCTYPE_H): Likewise.
22557         (HAVE_ISWCTYPE): Likewise.
22558         (ENABLE_NLS): Likewise.
22559         * posix/regex_internal.h [(defined MB_CUR_MAX && HAVE_WCTYPE_H
22560         && HAVE_ISWCTYPE) || _LIBC]: Sync up with gnulib.
22562         * posix/regex_internal.c: Check if DEBUG is defined and is
22563         set.
22565         * include/libc-symbols.h (HAVE_MBSTATE_T): Define macro.
22566         (HAVE_MBSRTOWCS): Likewise.
22567         * posix/fnmatch.c: Include string.h unconditionally.
22569 2014-08-01  Stefan Liebler  <stli@linux.vnet.ibm.com>
22571         * NEWS: Explain the s390 jmp_buf / ucontext_t ABI change
22572         reversal.
22574 2014-07-31  Roland McGrath  <roland@hack.frob.com>
22576         * sysdeps/generic/safe-fatal.h: New file.
22577         * sysdeps/unix/sysv/linux/safe-fatal.h: New file.
22578         * nptl/forward.c: Include it.
22579         (__pthread_unwind): Use __safe_fatal as default action, rather
22580         than a bogus use of INTERNAL_SYSCALL that could never work.
22582         * config.h.in (HAVE_BUILTIN_TRAP): New #define to 0.
22583         * configure.ac (libc_cv_builtin_trap): New test.
22584         * configure: Regenerated.
22585         * sysdeps/generic/abort-instr.h [HAVE_BUILTIN_TRAP]
22586         (ABORT_INSTRUCTION): Define using __builtin_trap.
22588         * nptl/pthreadP.h (SIGCANCEL, SIGTIMER, SIGSETXID, __xidcmd): Moved ...
22589         * sysdeps/unix/sysv/linux/nptl-signals.h: ... to this new file.
22590         * sysdeps/nptl/nptl-signals.h: New file.
22591         * nptl/pthreadP.h: Include <nptl-signals.h>.
22593 2014-07-31  Stefan Liebler  <stli@linux.vnet.ibm.com>
22595         * sysdeps/s390/s390-64/utf16-utf32-z9.c
22596         (ONE_DIRECTION): Define.
22597         * sysdeps/s390/s390-64/utf8-utf16-z9.c
22598         (ONE_DIRECTION): Define.
22599         * sysdeps/s390/s390-64/utf8-utf32-z9.c
22600         (ONE_DIRECTION): Define.
22602 2014-07-31  Stefan Liebler  <stli@linux.vnet.ibm.com>
22604         * sysdeps/s390/Makefile: Delete file.
22605         * sysdeps/s390/Versions (GLIBC_2.19): Remove __setjmp.
22606         * sysdeps/s390/__longjmp.c: Delete file.
22607         * sysdeps/s390/bits/setjmp.h (__s390_jmp_buf):
22608         Remove fields __flags and __reserved.
22609         * sysdeps/s390/longjmp.c: Include setjmp/longjmp.c
22610         and add versioning.
22611         * sysdeps/s390/rtld-__longjmp.c: Delete file.
22612         * sysdeps/s390/rtld-global-offsets.sym: Likewise.
22613         * sysdeps/s390/rtld-setjmp.S: Likewise.
22614         * sysdeps/s390/s390-32/__longjmp-common.c: Move to ...
22615         * sysdeps/s390/s390-32/__longjmp.c: ... here.
22616         * sysdeps/s390/s390-32/setjmp-common.S: Move to ...
22617         * sysdeps/s390/s390-32/setjmp.S: ... here.
22618         Add versioning.
22619         (__sigsetjmp): Remove setting __flags field.
22620         * sysdeps/s390/s390-64/__longjmp-common.c:Move to ...
22621         * sysdeps/s390/s390-64/__longjmp.c: ... here.
22622         * sysdeps/s390/s390-64/setjmp-common.S: Move to ...
22623         * sysdeps/s390/s390-64/setjmp.S: ... here.
22624         Add versioning.
22625         (__sigsetjmp): Remove setting __flags field.
22626         * sysdeps/s390/setjmp.S: Delete file.
22627         * sysdeps/s390/sigjmp.c: Likewise.
22628         * sysdeps/s390/v1-longjmp.c: Likewise.
22629         * sysdeps/s390/v1-setjmp.h: Likewise.
22630         * sysdeps/s390/v1-sigjmp.c: Likewise.
22631         * sysdeps/unix/sysv/linux/s390/Makefile (sysdep_routines):
22632         Remove v1-longjmp_chk.
22633         * sysdeps/unix/sysv/linux/s390/getcontext.S: Delete file.
22634         * sysdeps/unix/sysv/linux/s390/longjmp_chk.c:
22635         Include debug/longjmp_chk.c and add versioning.
22636         * sysdeps/unix/sysv/linux/s390/pt-longjmp.c:
22637         Include nptl/pt-longjmp.c and add versioning.
22638         * sysdeps/unix/sysv/linux/s390/rtld-getcontext.S: Delete file.
22639         * sysdeps/unix/sysv/linux/s390/s390-32/____longjmp_chk.c:
22640         Include __longjmp.c.
22641         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext-common.S:
22642         Move to ...
22643         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext.S: ... here.
22644         (__getcontext): Remove setting __flags field.
22645         Add versioning.
22646         * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S:
22647         Don't restore upper high grps.
22648         * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S:
22649         Likewise.
22650         (__swapcontext): Remove setting uc_flags field.
22651         * sysdeps/unix/sysv/linux/s390/s390-32/ucontext_i.sym:
22652         Delete file.
22653         * sysdeps/unix/sysv/linux/s390/s390-64/____longjmp_chk.c:
22654         Include __longjmp.c.
22655         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext-common.S:
22656         Move to ...
22657         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext.S: ... here.
22658         (__getcontext): Remove setting __flags field.
22659         Add versioning.
22660         * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S:
22661         (__swapcontext): Remove setting uc_flags field.
22662         * unix/sysv/linux/s390/s390-64/ucontext_i.sym: Delete file.
22663         * sysdeps/unix/sysv/linux/s390/sys/ucontext.h (ucontext):
22664         Remove fields uc_high_gprs and __reserved.
22665         * sysdeps/unix/sysv/linux/s390/ucontext_i.sym:
22666         New file with reverted content.
22667         * sysdeps/unix/sysv/linux/s390/v1-longjmp_chk.c: Delete file.
22668         * sysdeps/unix/sysv/linux/s390/s390-32/libc.abilist:
22669         Regenerated.
22670         * sysdeps/unix/sysv/linux/s390/s390-64/libc.abilist:
22671         Regenerated.
22673 2014-07-31  Andreas Schwab  <schwab@suse.de>
22675         * config.h.in (HAVE_IFUNC): Define to 0.
22676         * rt/clock-compat.c [HAVE_IFUNC]: Check for value, not
22677         definedness.
22679 2014-07-30  Ling Ma  <ling.ml@alibaba-inc.com>
22681         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
22682         memmove-avx-unaligned, memcpy-avx-unaligned and
22683         mempcpy-avx-unaligned.
22684         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
22685         Add tests for AVX memcpy functions.
22686         * sysdeps/x86_64/multiarch/memcpy.S: Add support for AVX memcpy.
22687         * sysdeps/x86_64/multiarch/memcpy_chk.S: Add support for AVX
22688         memcpy_chk.
22689         * sysdeps/x86_64/multiarch/memmove.c: Add support for AVX memmove.
22690         * sysdeps/x86_64/multiarch/memmove_chk.c: Add support for AVX
22691         memmove_chk.
22692         * sysdeps/x86_64/multiarch/mempcpy.S: Add support for AVX mempcpy.
22693         * sysdeps/x86_64/multiarch/mempcpy_chk.S: Add support for AVX
22694         mempcpy_chk.
22695         * sysdeps/x86_64/multiarch/memcpy-avx-unaligned.S: New file.
22696         * sysdeps/x86_64/multiarch/mempcpy-avx-unaligned.S: New file.
22697         * sysdeps/x86_64/multiarch/memmove-avx-unaligned.S: New file.
22699 2013-07-29  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
22701         [BZ #17213]
22702         * sysdeps/powerpc/powerpc64/entry.h: Fix TEXT_START definition for
22703         powerpc64le.
22705 2014-07-29  Jeff Layton  <jlayton@poochiereds.net>
22707         [BZ #16839]
22708         * manual/llio.texi: Add section about open file description locks.
22709         * manual/examples/ofdlocks.c: Example of open file description
22710         lock usage.
22711         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h: Define F_OFD_GETLK,
22712         F_OFD_SETLK, and F_OFD_SETLKW.
22714 2014-07-23  Allan McRae  <allan@archlinux.org>
22716         * po/es.po: Update Spanish translation from translation project.
22718 2014-07-18  Andreas Schwab  <schwab@linux-m68k.org>
22720         * sysdeps/unix/sysv/linux/m68k/lowlevellock.h: Removed.
22722 2014-07-17  Maciej W. Rozycki  <macro@codesourcery.com>
22724         [BZ #17078]
22725         * sysdeps/arm/dl-machine.h (elf_machine_rela)
22726         [RESOLVE_CONFLICT_FIND_MAP]: Handle R_ARM_TLS_DESC relocation.
22727         (elf_machine_lazy_rel): Handle prelinked R_ARM_TLS_DESC entries.
22729 2014-07-17  Joseph Myers  <joseph@codesourcery.com>
22731         [BZ #17088]
22732         * math/fesetenv.c (__fesetenv)
22733         [FE_NOMASK_ENV && FE_ALL_EXCEPT != 0]: Return 1 for FE_NOMASK_ENV.
22734         * math/feupdateenv.c (__feupdateenv)
22735         [FE_NOMASK_ENV && FE_ALL_EXCEPT != 0]: Likewise.
22737         * sysdeps/unix/sysv/linux/s390/kernel-features.h: New file.
22738         * sysdeps/unix/sysv/linux/kernel-features.h [__s390__]
22739         (__ASSUME_SOCKETCALL): Do not define.
22741         * sysdeps/unix/sysv/linux/sh/kernel-features.h: New file.
22742         * sysdeps/unix/sysv/linux/kernel-features.h [__sh__]
22743         (__ASSUME_SOCKETCALL): Do not define.
22744         (__ASSUME_ST_INO_64_BIT): Define unconditionally.
22745         [__LINUX_KERNEL_VERSION >= 0x020625 && __sh__]
22746         (__ASSUME_ACCEPT4_SYSCALL): Do not define.
22747         [__LINUX_KERNEL_VERSION >= 0x020625 && __sh__]
22748         (__ASSUME_RECVMMSG_SYSCALL): Likewise.
22749         [__LINUX_KERNEL_VERSION >= 0x030000 && __sh__]
22750         (__ASSUME_SENDMMSG_SYSCALL): Likewise.
22751         [__sh__] (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
22753         * sysdeps/unix/sysv/linux/powerpc/kernel-features.h: New file.
22754         * sysdeps/unix/sysv/linux/kernel-features.h [__powerpc__]
22755         (__ASSUME_SOCKETCALL): Do not define.
22756         (__ASSUME_IPC64): Define unconditionally.
22757         [__LINUX_KERNEL_VERSION >= 0x020625 && __powerpc__]
22758         (__ASSUME_ACCEPT4_SYSCALL): Do not define.
22759         [__LINUX_KERNEL_VERSION >= 0x020625 && __powerpc__]
22760         (__ASSUME_RECVMMSG_SYSCALL): Likewise.
22761         [__LINUX_KERNEL_VERSION >= 0x030000 && __powerpc__]
22762         (__ASSUME_SENDMMSG_SYSCALL): Likewise.
22763         [__powerpc__] (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL):
22764         Likewise.
22766         * sysdeps/unix/sysv/linux/sparc/kernel-features.h: New file.
22767         * sysdeps/unix/sysv/linux/kernel-features.h [__sparc__]
22768         (__ASSUME_SOCKETCALL): Do not define.
22769         (__ASSUME_SET_ROBUST_LIST): Define unconditionally.
22770         (__ASSUME_FUTEX_LOCK_PI): Likewise.
22771         [__sparc__] (__ASSUME_ACCEPT4_SYSCALL): Do not define.
22772         [__sparc__] (__ASSUME_ACCEPT4_SYSCALL_WITH_SOCKETCALL): Likewise.
22773         (__ASSUME_REQUEUE_PI): Define unconditionally.
22774         [__LINUX_KERNEL_VERSION >= 0x020621 && __sparc__]
22775         (__ASSUME_RECVMMSG_SYSCALL): Do not define.
22776         [__sparc__] (__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
22777         [__LINUX_KERNEL_VERSION >= 0x030000 && __sparc__]
22778         (__ASSUME_SENDMMSG_SYSCALL): Likewise.
22779         [__sparc__] (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
22781         * sysdeps/unix/sysv/linux/i386/kernel-features.h: New file.
22782         * sysdeps/unix/sysv/linux/kernel-features.h [__i386__]
22783         (__ASSUME_SOCKETCALL): Do not define.
22784         [__LINUX_KERNEL_VERSION >= 0x020621 && __i386__]
22785         (__ASSUME_RECVMMSG_SYSCALL): Likewise.
22786         [__i386__] (__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
22787         [__LINUX_KERNEL_VERSION >= 0x030000 && __i386__]
22788         (__ASSUME_SENDMMSG_SYSCALL): Likewise.
22789         [__i386__] (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
22791         * sysdeps/unix/sysv/linux/x86_64/kernel-features.h: New file.
22792         * sysdeps/unix/sysv/linux/kernel-features.h [__x86_64__]
22793         (__ASSUME_ACCEPT4_SYSCALL): Do not define.
22794         [__LINUX_KERNEL_VERSION >= 0x020621 && __x86_64__]
22795         (__ASSUME_RECVMMSG_SYSCALL): Likewise.
22796         [__LINUX_KERNEL_VERSION >= 0x030000 && __x86_64__]
22797         (__ASSUME_SENDMMSG_SYSCALL): Likewise.
22798         [__x86_64__ && __LINUX_KERNEL_VERSION >= 0x030100]
22799         (__ASSUME_GETCPU_SYSCALL): Likewise.
22801         * aclocal.m4 (LIBC_SLIBDIR_RTLDDIR): New macro.
22802         * sysdeps/gnu/configure.ac: Use LIBC_SLIBDIR_RTLDDIR.  Remove
22803         cases for individual architectures.
22804         * sysdeps/gnu/configure: Regenerated.
22805         * sysdeps/unix/sysv/linux/aarch64/configure.ac: Use
22806         LIBC_SLIBDIR_RTLDDIR.
22807         * sysdeps/unix/sysv/linux/aarch64/configure: Regenerated.
22808         * sysdeps/unix/sysv/linux/mips/configure.ac: Use
22809         LIBC_SLIBDIR_RTLDDIR.
22810         * sysdeps/unix/sysv/linux/mips/configure: Regenerated.
22811         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure.ac: Use
22812         LIBC_SLIBDIR_RTLDDIR.
22813         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure:
22814         Regenerated.
22815         * sysdeps/unix/sysv/linux/s390/s390-64/configure.ac: New file.
22816         * sysdeps/unix/sysv/linux/s390/s390-64/configure: New generated
22817         file.
22818         * sysdeps/unix/sysv/linux/sparc/sparc64/configure.ac: New file.
22819         * sysdeps/unix/sysv/linux/sparc/sparc64/configure: New generated
22820         file.
22821         * sysdeps/unix/sysv/linux/x86_64/64/configure.ac: New file.
22822         * sysdeps/unix/sysv/linux/x86_64/64/configure: New generated file.
22823         * sysdeps/unix/sysv/linux/x86_64/x32/configure.ac: New file.
22824         * sysdeps/unix/sysv/linux/x86_64/x32/configure: Generate.
22826         * sysdeps/aarch64/shlib-versions: Move to ...
22827         * sysdeps/unix/sysv/linux/aarch64/shlib-versions: ... here.
22828         * sysdeps/alpha/shlib-versions: Move to ...
22829         * sysdeps/unix/sysv/linux/alpha/shlib-versions: ... here.
22830         * sysdeps/arm/shlib-versions: Move to ...
22831         * sysdeps/unix/sysv/linux/arm/shlib-versions: ... here.
22832         * sysdeps/hppa/shlib-versions: Move all contents except for
22833         libgcc_s entry to ...
22834         * sysdeps/unix/sysv/linux/hppa/shlib-versions: ... here.  Merge in
22835         entry from ...
22836         * sysdeps/hppa/nptl/shlib-versions: ... here.  Remove file.
22837         * sysdeps/ia64/shlib-versions: Move to ...
22838         * sysdeps/unix/sysv/linux/ia64/shlib-versions: ... here.  Merge in
22839         entry from ...
22840         * sysdeps/ia64/nptl/shlib-versions: ... here.  Remove file.
22841         * sysdeps/m68k/coldfire/shlib-versions: Move to ...
22842         * sysdeps/unix/sysv/linux/m68k/coldfire/shlib-versions: ... here.
22843         * sysdeps/microblaze/shlib-versions: Move to ...
22844         * sysdeps/unix/sysv/linux/microblaze/shlib-versions: ... here.
22845         * sysdeps/mips/shlib-versions: Move to ...
22846         * sysdeps/unix/sysv/linux/mips/shlib-versions: ... here.  Merge in
22847         entry from ...
22848         * sysdeps/mips/nptl/shlib-versions: ... here.  Remove file.
22849         * sysdeps/tile/shlib-versions: Move to ...
22850         * sysdeps/unix/sysv/linux/tile/shlib-versions: ... here.
22851         * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: Merge in entry
22852         from ...
22853         * sysdeps/x86_64/64/shlib-versions: ... here.  Remove file.
22854         * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: Merge in
22855         entry from ...
22856         * sysdeps/x86_64/x32/shlib-versions: ... here.  Remove file.
22858 2014-07-17  Will Newton  <will.newton@linaro.org>
22860         * sysdeps/arm/bits/atomic.h
22861         (__arch_compare_and_exchange_bool_8_int): Evaluate to zero.
22862         (__arch_compare_and_exchange_bool_16_int): Likewise.
22863         (__arch_compare_and_exchange_bool_64_int): Likewise.
22865         * iconv/loop.c: Move definition of LOOPFCT and gconv_btowc
22866         into an #else block.
22868 2014-07-16  Roland McGrath  <roland@hack.frob.com>
22870         * sysdeps/arm/preconfigure.ac: Apply EABI sanity check to arm*, not
22871         just Linux configurations.  Test empirically that the compiler sets
22872         __ARM_EABI__, rather than using the tuple to decide.
22873         * sysdeps/arm/preconfigure: Regenerated.
22874         * sysdeps/unix/sysv/linux/arm/configure: File removed.
22875         * sysdeps/unix/sysv/linux/arm/configure.ac: File removed,
22876         contents appended ...
22877         * sysdeps/arm/configure.ac: ... here.
22878         * sysdeps/arm/configure: Regenerated.
22880 2014-07-15  Roland McGrath  <roland@hack.frob.com>
22882         * nptl/pthread_kill.c: New file.
22883         * nptl/pthread_sigmask.c: New file.
22884         * nptl/pthread_sigqueue.c: New file.
22886         * sysdeps/nptl/lowlevellock.h: New file.
22887         * sysdeps/unix/sysv/linux/lowlevellock-futex.h: New file.
22888         * sysdeps/nptl/lowlevellock-futex.h: New file.
22890         * nptl/pthreadP.h (__current_sigrtmin, __current_sigrtmax):
22891         Remove dead declarations.
22893 2014-07-14  H.J. Lu  <hongjiu.lu@intel.com>
22895         * config.h.in (HAVE_AVX2_SUPPORT): New #undef.
22896         * sysdeps/i386/configure.ac: Set HAVE_AVX2_SUPPORT and
22897         config-cflags-avx2.
22898         * sysdeps/x86_64/configure.ac: Likewise.
22899         * sysdeps/i386/configure: Regenerated.
22900         * sysdeps/x86_64/configure: Likewise.
22901         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
22902         memset-avx2 only if config-cflags-avx2 is yes.
22903         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
22904         Tests for memset_chk and memset only if HAVE_AVX2_SUPPORT is
22905         defined.
22906         * sysdeps/x86_64/multiarch/memset.S: Define multiple versions
22907         only if HAVE_AVX2_SUPPORT is defined.
22908         * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
22910 2014-07-14  Alan Modra  <amodra@gmail.com>
22912         [BZ #17153]
22913         * elf/elf.h (DT_PPC64_NUM): Correct value.
22914         * NEWS: Add to fixed bug list.
22916 2014-07-13  Jim Meyering  <meyering@fb.com>
22918         [BZ 17150]
22919         regex: don't deref NULL upon heap allocation failure
22920         * posix/regcomp.c: (parse_dup_op): Handle duplicate_tree
22921         failure in one more place.
22922         To trigger the segfault, configure grep -with-included-regex,
22923         build it, and run these commands:
22924         ( ulimit -v 300000; echo a|src/grep -E a+++++++++++++++++++++ )
22926 2014-07-13  Andreas Schwab  <schwab@linux-m68k.org>
22928         * sysdeps/m68k/m680x0/fpu/libm-test-ulps: Update.
22930 2014-07-11  Richard Henderson  <rth@redhat.com>
22932         * sysdeps/aarch64/libm-test-ulps: Update.
22934 2014-07-10  Florian Weimer  <fweimer@redhat.com>
22936         [BZ #17135]
22937         * nptl/pthreadP.h (__nptl_setxid_error): Declare function.
22938         * nptl/allocatestack.c (__nptl_setxid_error): New function.
22939         (__nptl_setxid): Initialize error member.  Call
22940         __nptl_setxid_error.
22941         * nptl/nptl-init.c (sighandler_setxid): Call __nptl_setxid_error.
22942         * nptl/descr.h (struct xid_command): Add error member.
22943         * nptl/tst-setuid3.c: New file.
22944         * nptl/Makefile (tests): Add it.
22946 2014-07-10  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
22948         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h (__lll_base_trylock):
22949         New define.
22950         (__lll_trylock): Use __lll_base_trylock.
22951         (__lll_cond_trylock): Likewise.
22953 2014-07-10  Roland McGrath  <roland@hack.frob.com>
22955         * nptl/pthread_create.c (start_thread): Use atomic_or and
22956         lll_futex_wake directly rather than lll_robust_dead.
22957         * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h
22958         (lll_robust_dead): Macro removed.
22959         * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h: Likewise.
22960         * sysdeps/unix/sysv/linux/alpha/lowlevellock.h: Likewise.
22961         * sysdeps/unix/sysv/linux/arm/lowlevellock.h: Likewise.
22962         * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h: Likewise.
22963         * sysdeps/unix/sysv/linux/i386/lowlevellock.h: Likewise.
22964         * sysdeps/unix/sysv/linux/ia64/nptl/lowlevellock.h: Likewise.
22965         * sysdeps/unix/sysv/linux/m68k/lowlevellock.h: Likewise.
22966         * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Likewise.
22967         * sysdeps/unix/sysv/linux/mips/lowlevellock.h: Likewise.
22968         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Likewise.
22969         * sysdeps/unix/sysv/linux/s390/lowlevellock.h: Likewise.
22970         * sysdeps/unix/sysv/linux/sh/lowlevellock.h: Likewise.
22971         * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Likewise.
22972         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: Likewise.
22973         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Likewise.
22975         * nptl/pthread_mutex_trylock.c (__pthread_mutex_trylock):
22976         Use atomic_compare_and_exchange_val_acq directly rather than
22977         lll_robust_trylock.
22978         * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h
22979         (__lll_robust_trylock, lll_robust_trylock): Removed.
22980         * sysdeps/unix/sysv/linux/alpha/lowlevellock.h: Likewise.
22981         * sysdeps/unix/sysv/linux/arm/lowlevellock.h: Likewise.
22982         * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h: Likewise.
22983         * sysdeps/unix/sysv/linux/i386/lowlevellock.h: Likewise.
22984         * sysdeps/unix/sysv/linux/ia64/nptl/lowlevellock.h: Likewise.
22985         * sysdeps/unix/sysv/linux/m68k/lowlevellock.h: Likewise.
22986         * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Likewise.
22987         * sysdeps/unix/sysv/linux/mips/lowlevellock.h: Likewise.
22988         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Likewise.
22989         * sysdeps/unix/sysv/linux/s390/lowlevellock.h: Likewise.
22990         * sysdeps/unix/sysv/linux/sh/lowlevellock.h: Likewise.
22991         * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Likewise.
22992         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: Likewise.
22993         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Likewise.
22995 2014-07-02  Florian Weimer  <fweimer@redhat.com>
22997         * manual/locale.texi (Locale Names): New section documenting
22998         locale name syntax.  Adjust menu and node chaining accordingly.
22999         (Choosing Locale): Reference Locale Names, Locale Categories.
23000         Mention setting LC_ALL=C.  Reflect that name syntax is now
23001         documented.
23002         (Locale Categories): New section title.  Reference Locale Names.
23003         LC_ALL is an environment variable, but not a category.
23004         (Setting the Locale): Remove "locale -a" invocation and LOCPATH
23005         description, now in Locale Name.  Reference that section.  Locale
23006         name syntax is now documented.
23008 2014-07-02  Florian Weimer  <fweimer@redhat.com>
23010         [BZ #17137]
23011         * locale/findlocale.c (name_present, valid_locale_name): New
23012         functions.
23013         (_nl_find_locale): Use the loc_name variable to store name
23014         candidates.  Call name_present and valid_locale_name to check and
23015         validate locale names.  Return an error if the locale is invalid.
23017 2014-07-02  Florian Weimer  <fweimer@redhat.com>
23019         * locale/setlocale.c (setlocale): Use strdup for allocating
23020         composite name copy.
23022 2014-07-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
23024         Sync up with gnulib.
23025         * misc/error.c: Use !_LIBC instead of HAVE_CONFIG_H.
23026         [!_LIBC && ENABLE_NLS]: Include gettext.h.
23027         [_LIBC]: Define USE_UNLOCKED_IO, _GL_ATTRIBUTE_FORMAT_PRINTF
23028         and _GL_ARG_NONNULL.
23029         [USE_UNLOCKED_IO]: Include unlocked-io.h.
23030         [!_LIBC]: Include code for Windows and Cygwin.
23031         [!_LIBC && !HAVE_DECL_STRERROR_R && !STRERROR_R_CHAR_P]:
23032         Include prototype for int strerror_r.
23033         [!_LIBC] (is_open): New function.
23034         (flush_stdout): New function.
23035         (print_errno_message): Use it.
23036         (error): Likewise.
23037         (error_at_line): Likewise.
23038         (error_tail) Add function attribute macros.  Use
23039         __builtin_expect.
23041         * time/strptime_l.c [_LIBC]: Define HAVE_LOCALTIME_R.
23043         * time/strftime_l.c [_LIBC]: Define HAVE_STRFTIME.
23045         * io/ftw.c: Include sys/param.h unconditionally.
23047         * locale/programs/simple-hash.c [!HAVE_OBSTACK]: Remove code.
23049         [BZ #17125]
23050         * sysdeps/unix/sysv/linux/check_pf.c (cache): Don't use
23051         libc_freeres_ptr.
23052         (freecache): New function to free CACHE on exit.
23054         * sunrpc/xdr.c (xdr_string): Add comment about SIZE
23055         initialization.
23057 2014-07-09  David S. Miller  <davem@davemloft.net>
23059         * sysdeps/sparc/fpu/libm-test-ulps: Update.
23061         * sysdeps/sparc/nptl/internaltypes.h: Delete.
23062         * sysdeps/sparc/nptl/sparc-nptl.h: New file.
23063         * sysdeps/sparc/nptl/pthread_barrier_destroy.c: Include it.
23064         * sysdeps/sparc/nptl/pthread_barrier_init.c: Likewise.
23065         * sysdeps/sparc/nptl/pthread_barrier_wait.c: Likewise.
23066         * sysdeps/sparc/nptl/sem_init.c: Likewise.
23067         * sysdeps/sparc/nptl/sem_post.c: Likewise.
23068         * sysdeps/sparc/nptl/sem_timedwait.c: Likewise.
23069         * sysdeps/sparc/nptl/sem_wait.c: Likewise.
23070         * sysdeps/sparc/sparc32/nptl/pthread_barrier_wait.c: Likewise.
23071         * sysdeps/sparc/sparc32/nptl/sem_post.c: Likewise.
23072         * sysdeps/sparc/sparc32/nptl/sem_timedwait.c: Likewise.
23073         * sysdeps/sparc/sparc32/nptl/sem_wait.c: Likewise.
23075 2014-07-09  Andreas Schwab  <schwab@suse.de>
23077         * sysdeps/powerpc/test-gettimebase.c (do_test): Add newline to
23078         output.
23079         * sysdeps/unix/sysv/linux/powerpc/test-gettimebasefreq.c
23080         (do_test): Likewise.
23082         * sysdeps/i386/fpu/libm-test-ulps: Update ULPs.
23084 2014-07-09  Will Newton  <will.newton@linaro.org>
23086         * sysdeps/aarch64/tlsdesc.c (_dl_unmap): Test SHARED with #ifdef.
23087         * sysdeps/arm/tlsdesc.c (_dl_unmap): Likewise.
23088         * sysdeps/i386/tlsdesc.c (_dl_unmap): Likewise.
23089         * sysdeps/x86_64/tlsdesc.c (_dl_unmap): Likewise.
23090         * sysdeps/hppa/start.S (_start): Likewise.
23092 2014-07-09  Siddhesh Poyarekar  <siddhesh@redhat.com>
23094         * sunrpc/xdr.c (xdr_string): Initialize SIZE to 0.
23096         * sysdeps/generic/unwind-pe.h: Only check if __cplusplus is
23097         defined.
23099 2014-07-08  Siddhesh Poyarekar  <siddhesh@redhat.com>
23101         * resolv/res_query.c (__libc_res_nsearch): Dereference resplen2
23102         after checking that it is non-NULL.
23104         * sysdeps/i386/dl-machine.h: Define ELF_MACHINE_NO_REL.
23106 2014-07-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
23108         * sysdeps/powerpc/memmove.c: Remove file.
23109         * sysdeps/powerpc/powerpc32/power4/memcopy.h
23110         [MEMCPY_OK_FOR_FWD_MEMMOVE]: Define it to 1.
23111         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove-power7.c
23112         [MEMCPY_OK_FOR_FWD_MEMMOVE]: Remove define.
23113         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove-ppc.c:
23114         [MEMCPY_OK_FOR_FWD_MEMMOVE]: Likewise.
23115         * sysdeps/powerpc/powerpc64/multiarch/memmove-ppc64.c: Include default
23116         string memmove instead of removed powerpc one.
23118         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp_l-power7.S:
23119         [weak_alias]: Fix compiler warning due trailing data.
23120         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp-power7.S:
23121         [weak_alias]: Likewise.
23122         * sysdeps/powerpc/powerpc64/multiarch/strcat-power7.c: Fix compile
23123         warnigs due missing definition of __strcpy_power7 and __strlen_power7.
23125         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
23126         (__libc_ifunc_impl_list): Add memmove functions.
23128 2014-07-08  Siddhesh Poyarekar  <siddhesh@redhat.com>
23130         * localedata/tests-mbwc/dat_iswalnum.c [SHOJI_IS_RIGHT]:
23131         Remove code.
23132         * localedata/tests-mbwc/dat_iswalpha.c [SHOJI_IS_RIGHT]:
23133         Likewise
23134         * localedata/tests-mbwc/dat_iswctype.c [SHOJI_IS_RIGHT]:
23135         Likewise
23136         * localedata/tests-mbwc/dat_iswgraph.c [SHOJI_IS_RIGHT]:
23137         Likewise
23138         * localedata/tests-mbwc/dat_iswprint.c [SHOJI_IS_RIGHT]:
23139         Likewise
23140         * localedata/tests-mbwc/dat_iswpunct.c [SHOJI_IS_RIGHT]:
23141         Likewise
23142         * localedata/tests-mbwc/dat_mbrlen.c [SHOJI_IS_RIGHT]:
23143         Likewise
23144         * localedata/tests-mbwc/dat_mbstowcs.c [SHOJI_IS_RIGHT]:
23145         Likewise
23146         * localedata/tests-mbwc/dat_mbtowc.c [SHOJI_IS_RIGHT]:
23147         Likewise
23148         * localedata/tests-mbwc/dat_strcoll.c [SHOJI_IS_RIGHT]:
23149         Likewise
23150         * localedata/tests-mbwc/dat_swscanf.c [SHOJI_IS_RIGHT]:
23151         Likewise
23152         * localedata/tests-mbwc/dat_towctrans.c [SHOJI_IS_RIGHT]:
23153         Likewise
23154         * localedata/tests-mbwc/dat_wcscoll.c [SHOJI_IS_RIGHT]:
23155         Likewise
23156         * localedata/tests-mbwc/dat_wcswidth.c [SHOJI_IS_RIGHT]:
23157         Likewise
23158         * localedata/tests-mbwc/dat_wctob.c [SHOJI_IS_RIGHT]:
23159         Likewise
23160         * localedata/tests-mbwc/dat_wcwidth.c [SHOJI_IS_RIGHT]:
23161         Likewise
23162         * localedata/tests-mbwc/tst_towctrans.c [SHOJI_IS_RIGHT]:
23163         Likewise
23165 2014-07-07  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
23167         * sysdeps/powerpc/powerpc64/power7/memcpy.S: Align VSX copies to 16B
23168         to avoid alignment traps in non-cacheable memory.
23169         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Likewise.
23171         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add memmove
23172         multiarch objects.
23173         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove-power7.c: New
23174         file: multiarch power7 memmove.
23175         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove-ppc.c: New file:
23176         multiarch default memmove.
23177         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove.c: New file:
23178         multiarch memove for powerpc32/power4.
23180         * string/bcopy.c: Use full path to include memmove.c.
23181         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memmove and bcopy
23182         multiarch objects.
23183         * sysdeps/powerpc/powerpc64/multiarch/bcopy-ppc64.c: New file: default
23184         bcopy for powerpc64.
23185         * sysdeps/powerpc/powerpc64/multiarch/bcopy.c: New file: multiarch
23186         bcopy for powerpc64.
23187         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c: Add bcopy
23188         and memmove implementations.
23189         * sysdeps/powerpc/powerpc64/multiarch/memmove-power7.S: New file:
23190         optimized multiarch memmove for POWER7/powerpc64.
23191         * sysdeps/powerpc/powerpc64/multiarch/memmove-ppc64.c: New file:
23192         default multiarch memmove for powerpc64.
23193         * sysdeps/powerpc/powerpc64/multiarch/memmove.c: New file: memmove
23194         multiarch for powerpc64.
23195         * sysdeps/powerpc/powerpc64/power7/bcopy.c: New file: optimized bcopy
23196         for POWER7/powerpc64.
23197         * sysdeps/powerpc/powerpc64/power7/memmove.S: New file: optimized
23198         memmove for POWER7/powerpc64.
23200         * sysdeps/powerpc/memmove.c (memmove): Cleanup impplementation to use
23201         glibc default one.
23203         * sysdeps/powerpc/bits/link.h [_CALL_ELF]: Guard check for
23204         __ELF_NATIVE_CLASS equal to 64.
23206 2014-07-07  Roland McGrath  <roland@hack.frob.com>
23208         * sysdeps/nptl/lowlevellock.h: File removed.
23210         * NEWS: NPTL is no longer an add-on!
23211         * nptl/internaltypes.h: Moved ...
23212         * sysdeps/nptl/internaltypes.h: ... here.
23213         * sysdeps/nptl/aio_misc.h: Use <nptl/pthreadP.h> in #include.
23214         * sysdeps/nptl/fork.c: Likewise.
23215         * sysdeps/nptl/gai_misc.h: Likewise.
23216         * sysdeps/nptl/librt-cancellation.c: Likewise.
23217         * sysdeps/nptl/jmp-unwind.c: Likewise.
23218         * sysdeps/nptl/setxid.h: Likewise.
23219         * sysdeps/unix/sysv/linux/aarch64/Implies: New file.
23220         * sysdeps/unix/sysv/linux/alpha/Implies: Add alpha/nptl.
23221         * sysdeps/unix/sysv/linux/arm/Implies: New file.
23222         * sysdeps/unix/sysv/linux/hppa/Implies: New file.
23223         * sysdeps/unix/sysv/linux/i386/Implies: Add i386/nptl.
23224         * sysdeps/unix/sysv/linux/i386/i686/Implies: New file.
23225         * sysdeps/unix/sysv/linux/ia64/Implies: Add ia64/nptl.
23226         * sysdeps/unix/sysv/linux/m68k/Implies: New file.
23227         * sysdeps/unix/sysv/linux/microblaze/Implies: New file.
23228         * sysdeps/unix/sysv/linux/mips/Implies: New file.
23229         * sysdeps/unix/sysv/linux/powerpc/Implies: New file.
23230         * sysdeps/unix/sysv/linux/s390/Implies: Add s390/nptl.
23231         * sysdeps/unix/sysv/linux/sh/Implies: New file.
23232         * sysdeps/unix/sysv/linux/sparc/Implies: New file.
23233         * sysdeps/unix/sysv/linux/tile/Implies: New file.
23234         * sysdeps/unix/sysv/linux/x86_64/Implies: Add x86_64/nptl.
23235         * sysdeps/unix/sysv/linux/x86_64/x32/Implies: New file.
23236         * nptl/Makeconfig: Moved ...
23237         * sysdeps/nptl/Makeconfig: ... here.
23238         * nptl/configure: File removed.
23239         * nptl/ANNOUNCE: File removed.
23240         * sysdeps/unix/sysv/linux/configure.ac: Remove nptl sanity check.
23241         * sysdeps/unix/sysv/linux/configure: Regenerated.
23243         * nptl/Makefile (routines): Add libc_pthread_init,
23244         libc_multiple_threads, register-atfork and unregister-atfork.
23245         (libpthread-routines): Add pthread_mutex_cond_lock and pt-fork here.
23246         (gen-as-const-headers): Add lowlevelcond.sym, lowlevelrwlock.sym,
23247         lowlevelbarrier.sym, unwindbuf.sym, lowlevelrobustlock.sym,
23248         pthread-pi-defines.sym, structsem.sym.
23249         * sysdeps/unix/sysv/linux/Makefile [$(subdir) = posix]
23250         (CFLAGS-fork.c, CFLAGS-getpid.o, CFLAGS-getpid.os): New variables.
23251         [$(subdir) = nptl] (tests): Add tst-setgetname.
23252         * nptl/sysdeps/unix/sysv/linux/Makefile: File removed.
23253         * sysdeps/unix/sysv/linux/sigaction.c: Just include
23254         <nptl/sigaction.c> directly here, instead of WRAPPER_INCLUDE.
23255         [!LIBC_SIGACTION]: Remove aliases.
23256         * sysdeps/unix/sysv/linux/aarch64/sigaction.c: Likewise.
23257         * sysdeps/unix/sysv/linux/arm/sigaction.c: Likewise.
23258         * sysdeps/unix/sysv/linux/i386/sigaction.c: Likewise.
23259         * sysdeps/unix/sysv/linux/ia64/sigaction.c: Likewise.
23260         * sysdeps/unix/sysv/linux/mips/sigaction.c: Likewise.
23261         * sysdeps/unix/sysv/linux/s390/s390-64/sigaction.c: Likewise.
23262         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c: Likewise.
23263         * sysdeps/unix/sysv/linux/sparc/sparc64/sigaction.c: Likewise.
23264         * sysdeps/unix/sysv/linux/x86_64/sigaction.c: Likewise.
23265         * nptl/Versions (libc: GLIBC_2.3.2): Add __register_atfork.
23266         (libc: GLIBC_PRIVATE): Add __libc_pthread_init,
23267         __libc_current_sigrtmin_private, __libc_current_sigrtmax_private,
23268         __libc_allocate_rtsig_private.
23269         * nptl/sysdeps/unix/sysv/linux/Versions: File removed.
23270         * sysdeps/unix/sysv/linux/sigtimedwait.c: Include <nptl/pthreadP.h>.
23271         * sysdeps/unix/sysv/linux/sigwait.c: Likewise.
23272         * sysdeps/unix/sysv/linux/sigwaitinfo.c: Likewise.
23273         * sysdeps/unix/sysv/linux/sleep.c: Likewise.
23274         * nptl/sysdeps/unix/sysv/linux/sigwait.c: File removed.
23275         * nptl/sysdeps/unix/sysv/linux/sigtimedwait.c: File removed.
23276         * nptl/sysdeps/unix/sysv/linux/sigwaitinfo.c: File removed.
23277         * nptl/sysdeps/unix/sysv/linux/sleep.c: File removed.
23278         * nptl/sysdeps/unix/sysv/linux/createthread.c: File removed.
23279         * sysdeps/unix/sysv/linux/ia64/fork.S: File removed.
23280         * nptl/sysdeps/unix/sysv/linux/internaltypes.h: Moved ...
23281         * nptl/internaltypes.h: ... here.
23282         * nptl/sysdeps/unix/sysv/linux/jmp-unwind.c: Moved ...
23283         * sysdeps/nptl/jmp-unwind.c: ... here.
23284         * nptl/sysdeps/unix/sysv/linux/libc-lowlevellock.c: Moved ...
23285         * nptl/libc-lowlevellock.c: ... here.
23286         * nptl/sysdeps/unix/sysv/linux/libc_multiple_threads.c: Moved ...
23287         * nptl/libc_multiple_threads.c: ... here.
23288         * nptl/sysdeps/unix/sysv/linux/libc_pthread_init.c: Moved ...
23289         * nptl/libc_pthread_init.c: ... here.
23290         * nptl/sysdeps/unix/sysv/linux/lowlevelbarrier.sym: Moved ...
23291         * nptl/lowlevelbarrier.sym: ... here.
23292         * nptl/sysdeps/unix/sysv/linux/lowlevelcond.sym: Moved ...
23293         * nptl/lowlevelcond.sym: ... here.
23294         * nptl/sysdeps/unix/sysv/linux/lowlevellock.c: Moved ...
23295         * nptl/lowlevellock.c: ... here.
23296         * nptl/lowlevellock.h: Moved ...
23297         * sysdeps/nptl/lowlevellock.h: ... here.
23298         * nptl/sysdeps/unix/sysv/linux/lowlevelrobustlock.c: Moved ...
23299         * nptl/lowlevelrobustlock.c: ... here.
23300         * nptl/sysdeps/unix/sysv/linux/lowlevelrobustlock.sym: Moved ...
23301         * nptl/lowlevelrobustlock.sym: ... here.
23302         * nptl/sysdeps/unix/sysv/linux/lowlevelrwlock.sym: Moved ...
23303         * nptl/lowlevelrwlock.sym: ... here.
23304         * nptl/sysdeps/unix/sysv/linux/pt-fork.c: Moved ...
23305         * nptl/pt-fork.c: ... here.
23306         * nptl/sysdeps/unix/sysv/linux/pthread-pi-defines.sym: Moved ...
23307         * nptl/pthread-pi-defines.sym: ... here.
23308         * nptl/sysdeps/unix/sysv/linux/pthread_attr_getaffinity.c: Moved ...
23309         * nptl/pthread_attr_getaffinity.c: ... here.
23310         * nptl/sysdeps/unix/sysv/linux/pthread_attr_setaffinity.c: Moved ...
23311         * nptl/pthread_attr_setaffinity.c: ... here.
23312         * nptl/sysdeps/unix/sysv/linux/pthread_mutex_cond_lock.c: Moved ...
23313         * nptl/pthread_mutex_cond_lock.c: ... here.
23314         * sysdeps/unix/sysv/linux/s390/pthread_mutex_cond_lock.c:
23315         Update #include.
23316         * sysdeps/unix/sysv/linux/x86/pthread_mutex_cond_lock.c: Likewise.
23317         * nptl/sysdeps/unix/sysv/linux/pthread_once.c: Moved ...
23318         * nptl/pthread_once.c: ... here, replacing old file.
23319         * nptl/sysdeps/unix/sysv/linux/pthread_yield.c: Moved ...
23320         * nptl/pthread_yield.c: ... here.
23321         * nptl/sysdeps/unix/sysv/linux/register-atfork.c: Moved ...
23322         * nptl/register-atfork.c: ... here.
23323         * nptl/sysdeps/unix/sysv/linux/sem_post.c: Moved ...
23324         * nptl/sem_post.c: ... here.
23325         * sysdeps/unix/sysv/linux/alpha/sem_post.c: Update #include.
23326         * nptl/sysdeps/unix/sysv/linux/sem_timedwait.c: Moved ...
23327         * nptl/sem_timedwait.c: ... here.
23328         * nptl/sysdeps/unix/sysv/linux/sem_trywait.c: Moved ...
23329         * nptl/sem_trywait.c: ... here.
23330         * sysdeps/sparc/sparc32/sparcv9/sem_trywait.c: Update #include.
23331         * nptl/sysdeps/unix/sysv/linux/sem_wait.c: Moved ...
23332         * nptl/sem_wait.c: ... here.
23333         * nptl/sysdeps/unix/sysv/linux/structsem.sym: Moved ...
23334         * nptl/structsem.sym: ... here.
23335         * nptl/sysdeps/unix/sysv/linux/mq_notify.c: Moved ...
23336         * sysdeps/unix/sysv/linux/mq_notify.c: ... here, replacing old file.
23337         * nptl/sysdeps/unix/sysv/linux/unregister-atfork.c: Moved ...
23338         * nptl/unregister-atfork.c: ... here.
23339         * nptl/sysdeps/unix/sysv/linux/unwindbuf.sym: Moved ...
23340         * nptl/unwindbuf.sym: ... here.
23341         * nptl/sysdeps/unix/sysv/linux/fork.c: Moved ...
23342         * sysdeps/nptl/fork.c: ... here.
23343         * nptl/sysdeps/unix/sysv/linux/fork.h: Moved ...
23344         * sysdeps/nptl/fork.h: ... here.
23345         * sysdeps/unix/sysv/linux/syscalls.list: Remove fork.
23346         * nptl/sysdeps/unix/sysv/linux/aio_misc.h: Moved ...
23347         * sysdeps/unix/sysv/linux/aio_misc.h: ... here.
23348         * nptl/sysdeps/unix/sysv/linux/allocrtsig.c: Moved ...
23349         * sysdeps/unix/sysv/linux/allocrtsig.c: ... here.
23350         * nptl/sysdeps/unix/sysv/linux/getpid.c: Moved ...
23351         * sysdeps/unix/sysv/linux/getpid.c: ... here.
23352         * nptl/sysdeps/unix/sysv/linux/kernel-posix-timers.h: Moved ...
23353         * sysdeps/unix/sysv/linux/kernel-posix-timers.h: ... here.
23354         * nptl/sysdeps/unix/sysv/linux/pt-raise.c: Moved ...
23355         * sysdeps/unix/sysv/linux/pt-raise.c: ... here.
23356         * nptl/sysdeps/unix/sysv/linux/pthread_getaffinity.c: Moved ...
23357         * sysdeps/unix/sysv/linux/pthread_getaffinity.c: ... here.
23358         * nptl/sysdeps/unix/sysv/linux/pthread_getcpuclockid.c: Moved ...
23359         * sysdeps/unix/sysv/linux/pthread_getcpuclockid.c: ... here.
23360         * nptl/sysdeps/unix/sysv/linux/pthread_getname.c: Moved ...
23361         * sysdeps/unix/sysv/linux/pthread_getname.c: ... here.
23362         * nptl/sysdeps/unix/sysv/linux/pthread_kill.c: Moved ...
23363         * sysdeps/unix/sysv/linux/pthread_kill.c: ... here.
23364         * nptl/sysdeps/unix/sysv/linux/pthread_setaffinity.c: Moved ...
23365         * sysdeps/unix/sysv/linux/pthread_setaffinity.c: ... here.
23366         * nptl/sysdeps/unix/sysv/linux/pthread_setname.c: Moved ...
23367         * sysdeps/unix/sysv/linux/pthread_setname.c: ... here.
23368         * nptl/sysdeps/unix/sysv/linux/pthread_sigqueue.c: Moved ...
23369         * sysdeps/unix/sysv/linux/pthread_sigqueue.c: ... here.
23370         * nptl/sysdeps/unix/sysv/linux/raise.c: Moved ...
23371         * sysdeps/unix/sysv/linux/raise.c: ... here.
23372         * nptl/sysdeps/unix/sysv/linux/timer_create.c: Moved ...
23373         * sysdeps/unix/sysv/linux/timer_create.c: ... here.
23374         * nptl/sysdeps/unix/sysv/linux/timer_delete.c: Moved ...
23375         * sysdeps/unix/sysv/linux/timer_delete.c: ... here.
23376         * nptl/sysdeps/unix/sysv/linux/timer_getoverr.c: Moved ...
23377         * sysdeps/unix/sysv/linux/timer_getoverr.c: ... here.
23378         * nptl/sysdeps/unix/sysv/linux/timer_gettime.c: Moved ...
23379         * sysdeps/unix/sysv/linux/timer_gettime.c: ... here.
23380         * nptl/sysdeps/unix/sysv/linux/timer_routines.c: Moved ...
23381         * sysdeps/unix/sysv/linux/timer_routines.c: ... here.
23382         * nptl/sysdeps/unix/sysv/linux/timer_settime.c: Moved ...
23383         * sysdeps/unix/sysv/linux/timer_settime.c: ... here.
23384         * nptl/sysdeps/unix/sysv/linux/tst-setgetname.c: Moved ...
23385         * sysdeps/unix/sysv/linux/tst-setgetname.c: ... here.
23386         * sysdeps/unix/sysv/linux/s390/jmp-unwind.c: Update #include.
23388 2014-07-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
23390         * sysdeps/generic/memcopy.h: Add comment for
23391         MEMCPY_OK_FOR_FWD_MEMMOVE.
23393 2014-07-04  Will Newton  <will.newton@linaro.org>
23395         * string/memchr.c: Merge from gnulib.
23396         [_LIBC]: Remove conditionals.
23397         (__ptr_t): Remove define.
23398         (LONG_MAX_32_BITS): Likewise.
23399         (LONG_MAX): Likewise.
23400         (MEMCHR): Use ANSI prototype and optimize algorithm.
23402         * sysdeps/arm/dl-machine.h (ELF_MACHINE_NO_REL): Define.
23404 2014-07-03  Roland McGrath  <roland@hack.frob.com>
23406         * sysdeps/unix/sysv/linux/ia64/lowlevellock.h
23407         (lll_futex_timed_wait_bitset): Fix syscall argument count.
23409         * sysdeps/nptl/configure.ac (libc_cv_forced_unwind):
23410         Use -Dinhibit_libc=1 for unwind.h check to prevent false failure
23411         in a bare environment with no <stdlib.h> installed.
23412         * sysdeps/nptl/configure: Regenerated.
23414         * sysdeps/alpha/fpu/s_nearbyint.c: Include <math_ldbl_opt.h>.
23416         * sysdeps/unix/sysv/linux/configure.ac: Use AC_TRY_COMPILE rather than
23417         AC_EGREP_CPP for kernel header checks, so they only succeed if
23418         including <linux/version.h> actually works right.
23419         * sysdeps/unix/sysv/linux/configure: Regenerated.
23421         * sysdeps/s390/nptl/tls.h (THREAD_SET_POINTER_GUARD): Refer to the
23422         value so it's not diagnosed as unused.
23424         * sysdeps/pthread/Makefile: Conditionalize tst-timer bits (the only
23425         thing) with "ifeq ($(subdir),rt)".
23427 2014-07-03  Richard Henderson  <rth@redhat.com>
23429         * sysdeps/alpha/fpu/s_nearbyintf.c: Remove file.
23430         * sysdeps/alpha/fpu/s_nearbyint.c (__nearbyint): Remove;
23431         include sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c.
23433         * sysdeps/alpha/fpu/math_private.h (math_opt_barrier): New.
23434         (math_force_eval): New.
23436         * sysdeps/alpha/fpu/s_lround.c: Add 0.5 with chopped rounding.
23437         * sysdeps/alpha/fpu/s_lroundf.c: Likewise.
23439         * sysdeps/alpha/fpu/s_round.c: Remove file.
23440         * sysdeps/alpha/fpu/s_roundf.c: Remove file.
23442         * elf/dl-support.c (HP_TIMING_AVAIL): Do not redefine.
23443         (_dl_non_dynamic_init): Check HP_SMALL_TIMING_AVAIL instead.
23444         * elf/rtld.c (HP_TIMING_AVAIL): Do not redefine.
23445         (_dl_start_final): Check HP_SMALL_TIMING_AVAIL instead.
23446         (_dl_start, print_statistics): Likewise.
23447         * sysdeps/generic/ldsodefs.h (struct rtld_global): Only check
23448         HP_SMALL_TIMING_AVAIL in defining _dl_cpuclock_offset.
23450         * sysdeps/aarch64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
23451         * sysdeps/generic/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
23452         * sysdeps/i386/i686/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
23453         * sysdeps/ia64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
23454         * sysdeps/powerpc/powerpc32/power4/hp-timing.h
23455         (HP_SMALL_TIMING_AVAIL): Define.
23456         * sysdeps/powerpc/powerpc64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
23457         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h
23458         (HP_SMALL_TIMING_AVAIL): Define.
23459         * sysdeps/sparc/sparc64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
23460         * sysdeps/x86_64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
23462         * sysdeps/aarch64/hp-timing.h: New file.
23464         * sysdeps/generic/hp-timing.h: Remove dead comment.
23465         * sysdeps/generic/hp-timing-common.h: New file.
23466         * sysdeps/alpha/hp-timing.h: Include it.
23467         (HP_TIMING_DIFF, HP_TIMING_ACCUM_NT, HP_TIMING_PRINT): Remove.
23468         * sysdeps/i386/i686/hp-timing.h: Likewise.
23469         * sysdeps/ia64/hp-timing.h: Likewise.
23470         * sysdeps/powerpc/powerpc32/power4/hp-timing.h: Likewise.
23471         * sysdeps/powerpc/powerpc64/hp-timing.h: Likewise.
23472         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h: Likewise.
23473         * sysdeps/sparc/sparc64/hp-timing.h: Likewise.
23474         * sysdeps/x86_64/hp-timing.h: Don't include the i686 version.
23475         (HP_TIMING_AVAIL, HP_TIMING_INLINE): Define.
23476         (hp_timing_t): New.
23478         * benchtests/bench-string.h (_dl_hp_timing_overhead): Remove.
23479         * benchtests/bench-timing.h (_dl_hp_timing_overhead): Remove.
23480         (TIMING_INIT): Remove call to HP_TIMING_DIFF_INIT.
23481         * elf/rtld.c (_dl_start_final): Likewise.
23482         * sysdeps/generic/ldsodefs.h (_dl_hp_timing_overhead): Remove.
23483         * sysdeps/alpha/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
23484         * sysdeps/generic/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
23485         * sysdeps/i386/i686/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
23486         * sysdeps/ia64/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
23487         * sysdeps/powerpc/powerpc32/power4/hp-timing.h
23488         (HP_TIMING_DIFF_INIT): Remove.
23489         * sysdeps/powerpc/powerpc64/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
23490         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h
23491         (HP_TIMING_DIFF_INIT): Remove.
23492         * sysdeps/sparc/sparc64/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
23493         * sysdeps/i386/i686/hp-timing.c: Remove file.
23494         * sysdeps/x86_64/hp-timing.c: Remove file.
23495         * sysdeps/ia64/hp-timing.c: Remove file.
23496         * sysdeps/powerpc/powerpc32/power4/hp-timing.c: Remove file.
23497         * sysdeps/powerpc/powerpc64/hp-timing.c: Remove file.
23498         * sysdeps/sparc/sparc32/sparcv9/hp-timing.c: Remove file.
23499         * sysdeps/sparc/sparc64/hp-timing.c: Remove file.
23501         * sysdeps/alpha/hp-timing.h (HP_TIMING_ACCUM): Remove.
23502         * sysdeps/generic/hp-timing.h (HP_TIMING_ACCUM): Remove.
23503         * sysdeps/i386/i686/hp-timing.h (HP_TIMING_ACCUM): Remove.
23504         * sysdeps/ia64/hp-timing.h (HP_TIMING_ACCUM): Remove.
23505         * sysdeps/powerpc/powerpc32/power4/hp-timing.h
23506         (HP_TIMING_ACCUM): Remove.
23507         * sysdeps/powerpc/powerpc64/hp-timing.h (HP_TIMING_ACCUM): Remove.
23508         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h (HP_TIMING_ACCUM): Remove.
23509         * sysdeps/sparc/sparc64/hp-timing.h (HP_TIMING_ACCUM): Remove.
23511         * sysdeps/alpha/hp-timing.h (HP_TIMING_ZERO): Remove.
23512         * sysdeps/generic/hp-timing.h (HP_TIMING_ZERO): Remove.
23513         * sysdeps/i386/i686/hp-timing.h (HP_TIMING_ZERO): Remove.
23514         * sysdeps/ia64/hp-timing.h (HP_TIMING_ZERO): Remove.
23515         * sysdeps/powerpc/powerpc32/power4/hp-timing.h (HP_TIMING_ZERO): Remove.
23516         * sysdeps/powerpc/powerpc64/hp-timing.h (HP_TIMING_ZERO): Remove.
23517         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h (HP_TIMING_ZERO): Remove.
23518         * sysdeps/sparc/sparc64/hp-timing.h (HP_TIMING_ZERO): Remove.
23520         * sysdeps/powerpc/powerpc32/hp-timing.h: Remove file.
23522 2014-07-03  Maciej W. Rozycki  <macro@codesourcery.com>
23524         * stdlib/tst-strtod-overflow.c (TIMEOUT): Bump up to 30.
23526 2014-07-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
23528         Sync up with gettext.
23529         * intl/loadmsgcat.c: Define O_BINARY if not defined.
23530         [_MSC_VER]: Include malloc.h
23531         [_LIBC]: Define PRI_MACROS_BROKEN if it is not defined.
23532         (get_sysdep_segment_value) [!__UCLIBC__]: Return "I" flag.
23533         (_nl_load_domain): Open DOMAIN_FILE in binary mode.  Don't use
23534         TEMP_FAILURE_RETRY.  Cast return of alloca.
23535         [!_LIBC] Call gl_rwlock_init.
23536         [IN_LIBGLOCALE]: Call _nl_find_msg with one less argument.
23538 2014-07-02  Roland McGrath  <roland@hack.frob.com>
23540         * misc/sys/cdefs.h: Check if __STDC_VERSION__ is defined
23541         before checking its value.
23543 2014-07-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
23545         * intl/loadmsgcat.c (_nl_load_domain): Use __builtin_expect.
23547         * debug/memcpy_chk.c: Don't include pagecopy.h.
23548         * debug/mempcpy_chk.c: Likewise.
23549         * string/memcpy.c: Likewise.
23550         * string/memmove.c: Likewise.
23551         * sysdeps/powerpc/memmove.c: Likewise.
23552         * sysdeps/generic/memcopy.h: Include pagecopy.h.  Move
23553         definition of PAGE_COPY_FWD_MAYBE here...
23554         * sysdeps/generic/pagecopy.h: ... from here.
23555         * sysdeps/mach/pagecopy.h: Don't include generic pagecopy.h.
23557 2014-07-02  Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
23558             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
23560         * sysdeps/powerpc/strcat.c: Using macro to redefine symbol name.
23561         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcat multiarch
23562         optimizations.
23563         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
23564         (__libc_ifunc_impl_list): Likewise.
23565         * sysdeps/powerpc/powerpc64/multiarch/strcat.c: New file:
23566         multiarch strcat for PPC64.
23567         * sysdeps/powerpc/powerpc64/multiarch/strcat-ppc64.c: New file/
23568         * sysdeps/powerpc/powerpc64/multiarch/strcat-power7.c: New file.
23570 2014-07-02  Roland McGrath  <roland@hack.frob.com>
23572         * sysdeps/unix/sysv/linux/dl-sysdep.c: Include <sys/param.h>.
23574 2014-07-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
23576         * intl/loadmsgcat.c: Remove declaration of
23577         get_sysdep_segment_value.
23578         (get_sysdep_segment_value): Use ISO C style.
23579         (_nl_load_domain): Use ISO C style.  Get rid of redundant
23580         semicolon.  Fix typo and formatting in comment.
23581         (_nl_unload_domain): Use ISO C style.
23583         * sysdeps/posix/sysconf.c (__sysconf): Fix typo in macro name.
23585 2014-07-02  Will Newton  <will.newton@linaro.org>
23587         * malloc/obstack.c: Merge from gnulib master.
23588         [HAVE_CONFIG_H]: Remove conditional code.
23589         [!_LIBC]: Include config.h.
23590         [!ELIDE_CODE]: Don't include inttypes.h, include
23591         stdint.h unconditionally.
23592         (print_and_abort): Mark as _Noreturn.
23593         (_obstack_allocated_p): Mark as __attribute_pure__.
23594         (obstack_free): Rename to __obstack_free.
23595         [!__attribute__]: Remove conditional code.
23596         * malloc/obstack.h: Merge from gnulib master.
23597         [__cplusplus]: Move conditional down.
23598         [!__attribute_pure__]: Define __attribute_pure__ here
23599         if it is not already defined.
23600         (_obstack_memory_used): Mark as __attribute_pure__.
23601         [!__obstack_free]: Define as obstack_free.
23602         [__GNUC__]: Remove check for ancient NeXT gcc.
23604 2014-07-02  Will Newton  <will.newton@linaro.org>
23605             Paul Eggert  <eggert@cs.ucla.edu>
23607         * misc/sys/cdefs.h (_Noreturn): New macro, for pre-C11 compilers.
23609 2014-07-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
23611         * resolv/gethnamaddr.c: Add comment warning that the file is
23612         not maintained.
23614 2014-07-01  Carlos O'Donell  <carlos@redhat.com>
23616         * sysdeps/unix/sysv/linux/hppa/librt.abilist: Remove GLIBC_2.3
23617         entries.
23619         * sysdeps/unix/sysv/linux/hppa/Versions: Remove librt GLIBC_2.3
23620         entry for aio_cancel and aio_cancel64.
23621         * sysdeps/unix/sysv/linux/hppa/ld.abilist: New file.
23622         * sysdeps/unix/sysv/linux/hppa/libBrokenLocale.abilist: New file.
23623         * sysdeps/unix/sysv/linux/hppa/libanl.abilist: New file.
23624         * sysdeps/unix/sysv/linux/hppa/libc.abilist: New file.
23625         * sysdeps/unix/sysv/linux/hppa/libcrypt.abilist: New file.
23626         * sysdeps/unix/sysv/linux/hppa/libdl.abilist: New file.
23627         * sysdeps/unix/sysv/linux/hppa/libm.abilist: New file.
23628         * sysdeps/unix/sysv/linux/hppa/libnsl.abilist: New file.
23629         * sysdeps/unix/sysv/linux/hppa/libpthread.abilist: New file.
23630         * sysdeps/unix/sysv/linux/hppa/libresolv.abilist: New file.
23631         * sysdeps/unix/sysv/linux/hppa/librt.abilist: New file.
23632         * sysdeps/unix/sysv/linux/hppa/libthread_db.abilist: New file.
23633         * sysdeps/unix/sysv/linux/hppa/libutil.abilist: New file.
23635 2014-07-01  Roland McGrath  <roland@hack.frob.com>
23637         * sysdeps/unix/sysv/linux/sysconf.c: Include <sys/param.h>.
23638         * nptl/pthread_mutex_lock.c: Likewise.
23639         * nptl/pthread_mutex_timedlock.c: Likewise.
23640         * nptl/sysdeps/unix/sysv/linux/pthread_attr_getaffinity.c: Likewise.
23642 2014-07-01  Richard henderson  <rth@redhat.com>
23644         * sysdeps/alpha/fpu/bits/mathinline.h (__isnanf): Remove.
23645         (__isnan, __isnanl): Remove.
23646         * sysdeps/alpha/fpu/s_isnan.c (__isnan): Use integer arithmetic.
23648         * sysdeps/alpha/fpu/libm-test-ulps: Update.
23650 2014-07-01  Stefan Liebler  <stli@linux.vnet.ibm.com>
23652         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
23654 2014-07-01  Siddhesh Poyarekar  <siddhesh@redhat.com>
23656         * resolv/nss_dns/dns-host.c (getanswer_r)
23657         [MULTI_PTRS_ARE_ALIASES]: Remove code.
23659 2014-07-01  Joseph Myers  <joseph@codesourcery.com>
23661         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
23662         [__LINUX_KERNEL_VERSION >= 0x030f00] (__ASSUME_PSELECT): Do not
23663         undefine.
23664         [__LINUX_KERNEL_VERSION >= 0x030f00] (__ASSUME_PREADV): Likewise.
23665         [__LINUX_KERNEL_VERSION >= 0x030f00] (__ASSUME_PWRITEV): Likewise.
23667 2014-07-01  Roland McGrath <roland@hack.frob.com>
23669         * sysdeps/unix/sysv/linux/microblaze/arch-fork.h: New file.
23670         * sysdeps/unix/sysv/linux/microblaze/nptl/fork.c: File removed.
23672         * sysdeps/microblaze/nptl/tls.h: Define TLS_DEFINE_INIT_TP.
23673         * sysdeps/unix/sysv/linux/microblaze/nptl/createthread.c: File removed.
23675         * sysdeps/microblaze/nptl/bits/pthreadtypes.h: Moved ...
23676         * sysdeps/unix/sysv/linux/microblaze/nptl/bits/pthreadtypes.h:
23677         ... here.
23678         * sysdeps/microblaze/nptl/bits/semaphore.h: Moved ...
23679         * sysdeps/unix/sysv/linux/microblaze/nptl/bits/semaphore.h: ... here.
23681         * sysdeps/unix/sysv/linux/microblaze/pt-vfork.S: Moved ...
23682         * sysdeps/unix/sysv/linux/microblaze/nptl/pt-vfork.S: ... here.
23683         * sysdeps/unix/sysv/linux/microblaze/nptl/vfork.S: Moved ...
23684         * sysdeps/unix/sysv/linux/microblaze/vfork.S: ... here.
23686         * sysdeps/unix/sysv/linux/microblaze/c++-types.data: Moved ...
23687         * sysdeps/unix/sysv/linux/microblaze/nptl/c++-types.data: ... here.
23688         * sysdeps/unix/sysv/linux/microblaze/ld.abilist: Moved ...
23689         * sysdeps/unix/sysv/linux/microblaze/nptl/ld.abilist: ... here.
23690         * sysdeps/unix/sysv/linux/microblaze/libBrokenLocale.abilist:
23691         Moved ...
23692         * sysdeps/unix/sysv/linux/microblaze/nptl/libBrokenLocale.abilist:
23693         ... here.
23694         * sysdeps/unix/sysv/linux/microblaze/libanl.abilist: Moved ...
23695         * sysdeps/unix/sysv/linux/microblaze/nptl/libanl.abilist: ... here.
23696         * sysdeps/unix/sysv/linux/microblaze/libc.abilist: Moved ...
23697         * sysdeps/unix/sysv/linux/microblaze/nptl/libc.abilist: ... here.
23698         * sysdeps/unix/sysv/linux/microblaze/libcrypt.abilist: Moved ...
23699         * sysdeps/unix/sysv/linux/microblaze/nptl/libcrypt.abilist: ... here.
23700         * sysdeps/unix/sysv/linux/microblaze/libdl.abilist: Moved ...
23701         * sysdeps/unix/sysv/linux/microblaze/nptl/libdl.abilist: ... here.
23702         * sysdeps/unix/sysv/linux/microblaze/libm.abilist: Moved ...
23703         * sysdeps/unix/sysv/linux/microblaze/nptl/libm.abilist: ... here.
23704         * sysdeps/unix/sysv/linux/microblaze/libnsl.abilist: Moved ...
23705         * sysdeps/unix/sysv/linux/microblaze/nptl/libnsl.abilist: ... here.
23706         * sysdeps/unix/sysv/linux/microblaze/libpthread.abilist: Moved ...
23707         * sysdeps/unix/sysv/linux/microblaze/nptl/libpthread.abilist: ... here.
23708         * sysdeps/unix/sysv/linux/microblaze/libresolv.abilist: Moved ...
23709         * sysdeps/unix/sysv/linux/microblaze/nptl/libresolv.abilist: ... here.
23710         * sysdeps/unix/sysv/linux/microblaze/librt.abilist: Moved ...
23711         * sysdeps/unix/sysv/linux/microblaze/nptl/librt.abilist: ... here.
23712         * sysdeps/unix/sysv/linux/microblaze/libthread_db.abilist: Moved ...
23713         * sysdeps/unix/sysv/linux/microblaze/nptl/libthread_db.abilist:
23714         ... here.
23715         * sysdeps/unix/sysv/linux/microblaze/libutil.abilist: Moved ...
23716         * sysdeps/unix/sysv/linux/microblaze/nptl/libutil.abilist: ... here.
23717         * sysdeps/unix/sysv/linux/microblaze/localplt.data: Moved ...
23718         * sysdeps/unix/sysv/linux/microblaze/nptl/localplt.data: ... here.
23719         * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Moved ...
23720         * sysdeps/unix/sysv/linux/microblaze/nptl/lowlevellock.h: ... here.
23721         * sysdeps/unix/sysv/linux/microblaze/nptl/pthread_once.c: Moved ...
23722         * sysdeps/unix/sysv/linux/microblaze/pthread_once.c: ... here.
23724 2014-07-01  David Holsgrove  <david.holsgrove@xilinx.com>
23726         * sysdeps/unix/sysv/linux/microblaze/sysdep-cancel.h: New file.
23727         * sysdeps/unix/sysv/linux/microblaze/socket.S: Update SINGLE_THREAD_P use.
23728         * sysdeps/unix/sysv/linux/microblaze/Makefile(libpthread-routines):
23729         Add sysdep.
23731 2014-06-30  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
23733         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
23735 2014-06-30  Joseph Myers  <joseph@codesourcery.com>
23737         * sysdeps/mips/mips32/libm-test-ulps: Regenerated.
23738         * sysdeps/mips/mips64/libm-test-ulps: Likewise.
23740         * sysdeps/powerpc/nofpu/libm-test-ulps: Regenerated.
23742         * sysdeps/arm/libm-test-ulps: Regenerated.
23744 2014-06-30  Maciej W. Rozycki  <macro@codesourcery.com>
23745             Roland McGrath <roland@hack.frob.com>
23747         * test-skeleton.c (signal_handler): Kill the whole process group
23748         before killing the child individually.
23749         (main): Report any failure on `setpgid'.
23751 2014-06-30  Roland McGrath  <roland@hack.frob.com>
23753         * sysdeps/arm/nptl/tls.h: Rename the multiple inclusion guard
23754         from _TLS_H to _ARM_NPTL_TLS_H.
23755         (TLS_INIT_TP): Move macro, and #include of <sysdep.h>, to ...
23756         * sysdeps/unix/sysv/linux/arm/tls.h: ... this new file.
23758 2014-06-30  Joseph Myers  <joseph@codesourcery.com>
23760         [BZ #16539]
23761         * sysdeps/ieee754/ldbl-128/s_expm1l.c: Include <float.h>.
23762         (__expm1l): Return argument unchanged when small but not
23763         subnormal.
23765         * soft-fp/op-1.h (_FP_UNPACK_RAW_1): Rename local variables to
23766         include macro name.
23767         (_FP_UNPACK_RAW_1_P): Likewise.
23768         (_FP_PACK_RAW_1): Likewise.
23769         (_FP_PACK_RAW_1_P): Likewise.
23770         (_FP_MUL_MEAT_1_wide): Likewise.
23771         (_FP_MUL_MEAT_DW_1_hard): Likewise.
23772         (_FP_MUL_MEAT_1_hard): Likewise.
23773         (_FP_DIV_MEAT_1_imm): Likewise.
23774         (_FP_DIV_MEAT_1_udiv_norm): Likewise.
23775         (_FP_DIV_MEAT_1_udiv): Likewise.
23776         * soft-fp/op-2.h (__FP_FRAC_DEC_2): Likewise.
23777         (_FP_UNPACK_RAW_2): Likewise.
23778         (_FP_UNPACK_RAW_2_P): Likewise.
23779         (_FP_PACK_RAW_2): Likewise.
23780         (_FP_PACK_RAW_2_P): Likewise.
23781         (_FP_MUL_MEAT_DW_2_wide): Likewise.
23782         (_FP_MUL_MEAT_2_wide): Likewise.
23783         (_FP_MUL_MEAT_DW_2_wide_3mul): Likewise.
23784         (_FP_MUL_MEAT_2_wide_3mul): Likewise.
23785         (_FP_MUL_MEAT_DW_2_gmp): Likewise.
23786         (_FP_MUL_MEAT_2_gmp): Likewise.
23787         (_FP_DIV_MEAT_2_udiv): Likewise.
23788         * soft-fp/op-4.h (_FP_FRAC_SLL_4): Likewise.
23789         (_FP_FRAC_SRL_4): Likewise.
23790         (_FP_FRAC_SRST_4): Likewise.
23791         (_FP_FRAC_SRS_4): Likewise.
23792         (_FP_UNPACK_RAW_4): Likewise.
23793         (_FP_UNPACK_RAW_4_P): Likewise.
23794         (_FP_PACK_RAW_4): Likewise.
23795         (_FP_PACK_RAW_4_P): Likewise.
23796         (_FP_MUL_MEAT_DW_4_wide): Likewise.
23797         (_FP_MUL_MEAT_4_wide): Likewise.
23798         (_FP_MUL_MEAT_4_gmp): Likewise.
23799         (umul_ppppmnnn): Likewise.
23800         (_FP_DIV_MEAT_4_udiv): Likewise.
23801         (__FP_FRAC_ADD_4): Likewise.
23802         (__FP_FRAC_SUB_3): Likewise.
23803         (__FP_FRAC_SUB_4): Likewise.
23804         (__FP_FRAC_DEC_3): Likewise.
23805         (__FP_FRAC_DEC_4): Likewise.
23806         (__FP_FRAC_ADDI_4): Likewise.
23807         * soft-fp/op-8.h (_FP_FRAC_SLL_8): Likewise.
23808         (_FP_FRAC_SRL_8): Likewise.
23809         (_FP_FRAC_SRS_8): Likewise.
23811         * soft-fp/extended.h (FP_UNPACK_RAW_E): Rename local variables to
23812         include macro name.
23813         (FP_UNPACK_RAW_EP): Likewise.
23814         (FP_PACK_RAW_E): Likewise.
23815         (FP_PACK_RAW_EP): Likewise.
23816         * soft-fp/op-common.h (_FP_UNPACK_CANONICAL): Likewise.
23817         (_FP_ISSIGNAN): Likewise.
23818         (_FP_ADD_INTERNAL): Likewise.
23819         (_FP_FMA): Likewise.
23820         (_FP_CMP): Likewise.
23821         (_FP_SQRT): Likewise.
23822         (_FP_TO_INT): Likewise.
23823         (_FP_FROM_INT): Likewise.
23824         (FP_EXTEND): Likewise.
23825         (_FP_DIV_MEAT_N_loop): Likewise.
23827 2014-06-30  Maciej W. Rozycki  <macro@codesourcery.com>
23829         * sysdeps/unix/sysv/linux/bits/socket.h: Adjust macro formatting
23830         throughout.
23832 2014-06-29  Joseph Myers  <joseph@codesourcery.com>
23834         [BZ #17097]
23835         * sysdeps/ieee754/ldbl-128/e_powl.c (__ieee754_powl): Return
23836         result with correct sign in case of exponents that produce
23837         overflow except for X very close to 1.
23839 2014-06-28  Paul Eggert  <eggert@cs.ucla.edu>
23841         mktime: merge #if/#ifdef usage from glibc
23842         * lib/mktime.c: Use "#if defined DEBUG && DEBUG", not "#if DEBUG",
23843         as that works with both Glibc's and Gnulib's style.
23844         See thread starting at Siddhesh Poyarekar's bug report at:
23845         http://lists.gnu.org/archive/html/bug-gnulib/2014-06/msg00102.html
23847 2014-06-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
23849         * sysdeps/generic/memcopy.h: Define MEMCPY_OK_FOR_FWD_MEMMOVE.
23850         * sysdeps/tile/memcopy.h: Redefine MEMCPY_OK_FOR_FWD_MEMMOVE.
23851         * sysdeps/tile/tilegx/memmove.c: Remove file.
23853 2014-06-27  Joseph Myers  <joseph@codesourcery.com>
23855         * Makeconfig ($(common-objpfx)soversions.mk): Do not generate
23856         abi-name definition.
23857         * scripts/soversions.awk: Do not handle or generate ABI lines.
23858         * shlib-versions: Remove ABI entries.
23859         * sysdeps/powerpc/nofpu/shlib-versions: Remove file.
23860         * sysdeps/x86_64/x32/shlib-versions: Remove ABI entry.
23862 2014-06-27  Roland McGrath  <roland@hack.frob.com>
23864         * sysdeps/unix/sysv/linux/mips/mips32/nptl/c++-types.data: Moved ...
23865         * sysdeps/unix/sysv/linux/mips/mips32/c++-types.data: ... here.
23866         * sysdeps/unix/sysv/linux/mips/mips32/fpu/nptl/libc.abilist: Moved ...
23867         * sysdeps/unix/sysv/linux/mips/mips32/fpu/libc.abilist: ... here.
23868         * sysdeps/unix/sysv/linux/mips/mips32/nptl/ld.abilist: Moved ...
23869         * sysdeps/unix/sysv/linux/mips/mips32/ld.abilist: ... here.
23870         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libBrokenLocale.abilist:
23871         Moved ...
23872         * sysdeps/unix/sysv/linux/mips/mips32/libBrokenLocale.abilist:
23873         ... here.
23874         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libanl.abilist: Moved ...
23875         * sysdeps/unix/sysv/linux/mips/mips32/libanl.abilist: ... here.
23876         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libcidn.abilist: Moved ...
23877         * sysdeps/unix/sysv/linux/mips/mips32/libcidn.abilist: ... here.
23878         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libcrypt.abilist: Moved ...
23879         * sysdeps/unix/sysv/linux/mips/mips32/libcrypt.abilist: ... here.
23880         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libdl.abilist: Moved ...
23881         * sysdeps/unix/sysv/linux/mips/mips32/libdl.abilist: ... here.
23882         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libm.abilist: Moved ...
23883         * sysdeps/unix/sysv/linux/mips/mips32/libm.abilist: ... here.
23884         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnsl.abilist: Moved ...
23885         * sysdeps/unix/sysv/linux/mips/mips32/libnsl.abilist: ... here.
23886         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_compat.abilist:
23887         Moved ...
23888         * sysdeps/unix/sysv/linux/mips/mips32/libnss_compat.abilist: ... here.
23889         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_db.abilist: Moved ...
23890         * sysdeps/unix/sysv/linux/mips/mips32/libnss_db.abilist: ... here.
23891         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_dns.abilist: Moved ...
23892         * sysdeps/unix/sysv/linux/mips/mips32/libnss_dns.abilist: ... here.
23893         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_files.abilist:
23894         Moved ...
23895         * sysdeps/unix/sysv/linux/mips/mips32/libnss_files.abilist: ... here.
23896         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_hesiod.abilist:
23897         Moved ...
23898         * sysdeps/unix/sysv/linux/mips/mips32/libnss_hesiod.abilist: ... here.
23899         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_nis.abilist: Moved ...
23900         * sysdeps/unix/sysv/linux/mips/mips32/libnss_nis.abilist: ... here.
23901         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_nisplus.abilist:
23902         Moved ...
23903         * sysdeps/unix/sysv/linux/mips/mips32/libnss_nisplus.abilist: ... here.
23904         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libpthread.abilist: Moved ...
23905         * sysdeps/unix/sysv/linux/mips/mips32/libpthread.abilist: ... here.
23906         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libresolv.abilist: Moved ...
23907         * sysdeps/unix/sysv/linux/mips/mips32/libresolv.abilist: ... here.
23908         * sysdeps/unix/sysv/linux/mips/mips32/nptl/librt.abilist: Moved ...
23909         * sysdeps/unix/sysv/linux/mips/mips32/librt.abilist: ... here.
23910         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libthread_db.abilist:
23911         Moved ...
23912         * sysdeps/unix/sysv/linux/mips/mips32/libthread_db.abilist: ... here.
23913         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libutil.abilist: Moved ...
23914         * sysdeps/unix/sysv/linux/mips/mips32/libutil.abilist: ... here.
23915         * sysdeps/unix/sysv/linux/mips/mips32/nofpu/nptl/libc.abilist:
23916         Moved ...
23917         * sysdeps/unix/sysv/linux/mips/mips32/nofpu/libc.abilist: ... here.
23918         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/c++-types.data:
23919         Moved ...
23920         * sysdeps/unix/sysv/linux/mips/mips64/n32/c++-types.data: ... here.
23921         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/ld.abilist: Moved ...
23922         * sysdeps/unix/sysv/linux/mips/mips64/n32/ld.abilist: ... here.
23923         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libBrokenLocale.abilist:
23924         Moved ...
23925         * sysdeps/unix/sysv/linux/mips/mips64/libBrokenLocale.abilist:
23926         ... here.
23927         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libBrokenLocale.abilist:
23928         Identical file removed.
23929         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libanl.abilist:
23930         Moved ...
23931         * sysdeps/unix/sysv/linux/mips/mips64/libanl.abilist: ... here.
23932         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libanl.abilist:
23933         Identical file removed.
23934         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libc.abilist: Moved ...
23935         * sysdeps/unix/sysv/linux/mips/mips64/n32/libc.abilist: ... here.
23936         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libcrypt.abilist:
23937         Moved ...
23938         * sysdeps/unix/sysv/linux/mips/mips64/libcrypt.abilist: ... here.
23939         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libcrypt.abilist:
23940         Identical file removed.
23941         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libdl.abilist: Moved ...
23942         * sysdeps/unix/sysv/linux/mips/mips64/libdl.abilist: ... here.
23943         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libdl.abilist:
23944         Identical file removed.
23945         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libm.abilist: Moved ...
23946         * sysdeps/unix/sysv/linux/mips/mips64/libm.abilist: ... here.
23947         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libm.abilist:
23948         Identical file removed.
23949         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libnsl.abilist: Moved ...
23950         * sysdeps/unix/sysv/linux/mips/mips64/libnsl.abilist: ... here.
23951         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libnsl.abilist:
23952         Identical file removed.
23953         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libpthread.abilist:
23954         Moved ...
23955         * sysdeps/unix/sysv/linux/mips/mips64/libpthread.abilist: ... here.
23956         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libpthread.abilist:
23957         Identical file removed.
23958         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libresolv.abilist:
23959         Moved ...
23960         * sysdeps/unix/sysv/linux/mips/mips64/n32/libresolv.abilist: ... here.
23961         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/librt.abilist: Moved ...
23962         * sysdeps/unix/sysv/linux/mips/mips64/librt.abilist: ... here.
23963         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/librt.abilist:
23964         Identical file removed.
23965         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libthread_db.abilist:
23966         Moved ...
23967         * sysdeps/unix/sysv/linux/mips/mips64/libthread_db.abilist:
23968         ... here.
23969         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libthread_db.abilist:
23970         Identical file removed.
23971         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libutil.abilist:
23972         Moved ...
23973         * sysdeps/unix/sysv/linux/mips/mips64/libutil.abilist: ... here.
23974         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libutil.abilist:
23975         Identical file removed.
23976         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/c++-types.data:
23977         Moved ...
23978         * sysdeps/unix/sysv/linux/mips/mips64/n64/c++-types.data: ... here.
23979         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/ld.abilist: Moved ...
23980         * sysdeps/unix/sysv/linux/mips/mips64/n64/ld.abilist: ... here.
23981         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libc.abilist: Moved ...
23982         * sysdeps/unix/sysv/linux/mips/mips64/n64/libc.abilist: ... here.
23983         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libresolv.abilist:
23984         Moved ...
23985         * sysdeps/unix/sysv/linux/mips/mips64/n64/libresolv.abilist: ... here.
23986         * sysdeps/unix/sysv/linux/mips/mips64/nptl/sysdep-cancel.h: Moved ...
23987         * sysdeps/unix/sysv/linux/mips/mips64/sysdep-cancel.h: ... here.
23989         * sysdeps/unix/sysv/linux/mips/vfork.S: Incorporate
23990         SAVE_PID and RESTORE_PID blocks from nptl/pt-vfork.S.
23991         * sysdeps/unix/sysv/linux/mips/nptl/vfork.S: File removed.
23992         * sysdeps/unix/sysv/linux/mips/nptl/pt-vfork.S: File removed.
23993         * sysdeps/unix/sysv/linux/mips/pt-vfork.S: New file.
23995 2014-06-27  Arjun Shankar  <arjun.is@lostca.se>
23997         [BZ #17092]
23998         * nscd/nscd.c (monitor_child): Return exit status of child
23999         instead of return value from wait syscall.
24001 2014-06-27  Joseph Myers  <joseph@codesourcery.com>
24003         * configure.ac (libc_commonpagesize): Remove variable.
24004         (libc_relro_required): Likewise.
24005         (libc_cv_z_relro): Remove configure test.
24006         * configure: Regenerated.
24007         * sysdeps/aarch64/preconfigure (libc_commonpagesize): Do not set
24008         variable.
24009         (libc_relro_required): Likewise.
24010         * sysdeps/alpha/preconfigure (libc_commonpagesize): Likewise.
24011         (libc_relro_required): Likewise.
24012         * sysdeps/arm/preconfigure.ac (libc_commonpagesize): Likewise.
24013         (libc_relro_required): Likewise.
24014         * sysdeps/arm/preconfigure: Regenerated.
24015         * sysdeps/ia64/preconfigure: Remove file.
24016         * sysdeps/tile/preconfigure (libc_commonpagesize): Do not set
24017         variable.
24018         (libc_relro_required): Likewise.
24020         [BZ #16561]
24021         [BZ #16562]
24022         * sysdeps/ieee754/dbl-64/e_jn.c: Include <float.h>.
24023         (__ieee754_yn): Set FE_TONEAREST mode internally and then
24024         recompute overflowing results in original rounding mode.
24025         * sysdeps/ieee754/flt-32/e_jnf.c: Include <float.h>.
24026         (__ieee754_ynf): Set FE_TONEAREST mode internally and then
24027         recompute overflowing results in original rounding mode.
24028         * sysdeps/ieee754/ldbl-128/e_jnl.c: Include <float.h>.
24029         (__ieee754_ynl): Set FE_TONEAREST mode internally and then
24030         recompute overflowing results in original rounding mode.
24031         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Include <float.h>.
24032         (__ieee754_ynl): Set FE_TONEAREST mode internally and then
24033         recompute overflowing results in original rounding mode.
24034         * sysdeps/ieee754/ldbl-96/e_jnl.c: Include <float.h>.
24035         (__ieee754_ynl): Set FE_TONEAREST mode internally and then
24036         recompute overflowing results in original rounding mode.
24037         * sysdeps/i386/fpu/fenv_private.h [!__SSE2_MATH__]
24038         (libc_feholdsetround_ctx): New macro.
24039         * math/libm-test.inc (yn_test): Use ALL_RM_TEST.
24040         * sysdeps/i386/fpu/libm-test-ulps: Update.
24041         * sysdeps/x86_64/fpu/libm-test-ulps : Likewise.
24043 2014-06-26  Joseph Myers  <joseph@codesourcery.com>
24045         * sysdeps/unix/sysv/linux/mips/mips64/nptl/sysdep-cancel.h
24046         [__PIC__] (PSEUDO): Use name of _nocancel entry point in
24047         corresponding .cpsetup call.
24049 2014-06-26  Roland McGrath  <roland@hack.frob.com>
24051         * sysdeps/unix/sysv/linux/arm/libc-aeabi_read_tp.S: Moved ...
24052         * sysdeps/arm/libc-aeabi_read_tp.S: ... here.
24053         * sysdeps/arm/Makefile [$(subdir) = csu]
24054         (aeabi_routines): Add aeabi_read_tp and libc-aeabi_read_tp here.
24055         (static-only-routines): Add aeabi_read_tp here.
24056         (shared-only-routines): Add libc-aeabi_read_tp here.
24057         (CFLAGS-libc-start.c): Add -fexceptions here.
24058         * sysdeps/unix/sysv/linux/arm/Makefile [$(subdir) = csu]
24059         (sysdep_routines, static-only-routines, shared-only-routines):
24060         Don't add to these here.
24061         (CFLAGS-libc-start.c): Likewise.
24063         * sysdeps/unix/sysv/linux/arm/nptl-aeabi_unwind_cpp_pr1.c: Moved ...
24064         * sysdeps/arm/nptl-aeabi_unwind_cpp_pr1.c: ... here.
24065         * sysdeps/unix/sysv/linux/arm/rt-aeabi_unwind_cpp_pr1.c: Moved ...
24066         * sysdeps/arm/rt-aeabi_unwind_cpp_pr1.c: ... here.
24067         * sysdeps/arm/Makefile [$(subdir) = rt]
24068         (librt-sysdep_routines, librt-shared-only-routines):
24069         Append rt-aeabi_unwind_cpp_pr1 here.
24070         * sysdeps/unix/sysv/linux/arm/Makefile [$(subdir) = rt]
24071         (librt-sysdep_routines, librt-shared-only-routines): Don't do it here.
24072         * sysdeps/arm/nptl/Makefile [$(subdir) = nptl]
24073         (libpthread-sysdep_routines, libpthread-shared-only-routines):
24074         Append nptl-aeabi_unwind_cpp_pr1 here.
24075         (tests): Filter out tst-cleanupx4 here.
24076         * sysdeps/unix/sysv/linux/arm/Makefile [$(subdir) = nptl]
24077         (libpthread-sysdep_routines, libpthread-shared-only-routines, tests):
24078         Don't do those here.
24080 2014-06-26  Joseph Myers  <joseph@codesourcery.com>
24082         * scripts/list-sources.sh: Do not handle ports specially.
24084 2014-06-26  Roland McGrath  <roland@hack.frob.com>
24086         * sysdeps/arm/fesetenv.c: Include <fpu_control.h>.
24087         * sysdeps/arm/feupdateenv.c: Likewise.
24089         * posix/spawn_faction_addopen.c: Include <stdlib.h> for free decl.
24091 2014-06-26  Joseph Myers  <joseph@codesourcery.com>
24093         * manual/texinfo.tex: Update to version 2014-05-05.10 with
24094         trailing whitespace removed.
24095         * scripts/config.guess: Update to version 2014-03-23.
24096         * scripts/config.sub: Update to version 2014-05-01
24097         * scripts/install-sh: Update to version 2013-12-25.23.
24098         * scripts/move-if-change: Update from gnulib.
24100 2014-06-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
24102         * debug/memmove_chk.c: Remove pagecopy.h include.
24104 2014-06-26  Paul Eggert  <eggert@cs.ucla.edu>
24106         * time/mktime.c (leapyear): Remove inline keyword.  The code is now
24107         identical to gnulib mktime.
24109 2014-06-26  Joseph Myers  <joseph@codesourcery.com>
24111         * configure.ac: Do not test for machine being rs6000.  Do not test
24112         for powerpc*-*soft.
24113         * configure: Regenerated.
24115         [BZ #11505]
24116         * configure.ac (libc_cv_asm_cfi_directives): Remove configure
24117         test.
24118         * configure: Regenerated.
24119         * config.h.in (HAVE_ASM_CFI_DIRECTIVES): Remove macro undefine.
24120         * sysdeps/arm/configure.ac (libc_cv_asm_cfi_directive_sections):
24121         Remove configure test.
24122         * sysdeps/arm/configure: Regenerated.
24123         * sysdeps/nptl/configure.ac: Do not check
24124         libc_cv_asm_cfi_directives.
24125         * sysdeps/nptl/configure: Regenerated.
24126         * sysdeps/x86_64/nptl/configure.ac: Remove file.
24127         * sysdeps/x86_64/nptl/configure: Remove generated file.
24128         * b/sysdeps/generic/sysdep.h [HAVE_ASM_CFI_DIRECTIVES]: Make code
24129         unconditional.
24130         [!HAVE_ASM_CFI_DIRECTIVES]: Remove conditional code.
24132 2014-06-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
24134         * posix/fnmatch.c: Define WIDE_CHAR_VERSION.
24135         * posix/fnmatch_loop.c: Undefine WIDE_CHAR_VERSION.
24136         (FCT): Check value of WIDE_CHAR_VERSION instead of checking if
24137         it is defined.
24139         * elf/dl-runtime.c: Check for value of ELF_MACHINE_NO_RELA
24140         instead of whether it is defined.
24141         * sysdeps/aarch64/dl-machine.h: Define ELF_MACHINE_NO_RELA.
24142         * sysdeps/hppa/dl-machine.h: Likewise.
24143         * sysdeps/ia64/dl-machine.h: Likewise.
24144         * sysdeps/m68k/dl-machine.h: Likewise.
24145         * sysdeps/microblaze/dl-machine.h: Likewise.
24146         * sysdeps/mips/dl-machine.: Likewise.
24147         * sysdeps/powerpc/powerpc32/dl-machine.h: Likewise.
24148         * sysdeps/powerpc/powerpc64/dl-machine.h: Likewise.
24149         * sysdeps/s390/s390-32/dl-machine.h: Likewise.
24150         * sysdeps/s390/s390-64/dl-machine.h: Likewise.
24151         * sysdeps/sh/dl-machine.h: Likewise.
24152         * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
24153         * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
24154         * sysdeps/tile/dl-machine.h: Likewise.
24155         * sysdeps/x86_64/dl-machine.h: Likewise.
24157         * nscd/connections.c (enum usekey) [SEPARATE_KEY]: Remove
24158         code.
24159         (verify_persistent_db): Likewise.
24161 2014-06-26  Roland McGrath  <roland@hack.frob.com>
24163         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/c++-types.data: Moved ...
24164         * sysdeps/unix/sysv/linux/s390/s390-32/c++-types.data: ... here.
24165         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/ld.abilist: Moved ...
24166         * sysdeps/unix/sysv/linux/s390/s390-32/ld.abilist: ... here.
24167         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libBrokenLocale.abilist:
24168         Moved ...
24169         * sysdeps/unix/sysv/linux/s390/s390-32/libBrokenLocale.abilist:
24170         ... here.
24171         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libanl.abilist: Moved ...
24172         * sysdeps/unix/sysv/linux/s390/libanl.abilist: ... here.
24173         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libanl.abilist:
24174         Identical file removed.
24175         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Moved ...
24176         * sysdeps/unix/sysv/linux/s390/s390-32/libc.abilist: ... here.
24177         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libcrypt.abilist: Moved ...
24178         * sysdeps/unix/sysv/linux/s390/s390-32/libcrypt.abilist: ... here.
24179         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libdl.abilist: Moved ...
24180         * sysdeps/unix/sysv/linux/s390/s390-32/libdl.abilist: ... here.
24181         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libm.abilist: Moved ...
24182         * sysdeps/unix/sysv/linux/s390/s390-32/libm.abilist: ... here.
24183         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libnsl.abilist: Moved ...
24184         * sysdeps/unix/sysv/linux/s390/s390-32/libnsl.abilist: ... here.
24185         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
24186         Moved ...
24187         * sysdeps/unix/sysv/linux/s390/s390-32/libpthread.abilist: ... here.
24188         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libresolv.abilist: Moved ...
24189         * sysdeps/unix/sysv/linux/s390/s390-32/libresolv.abilist: ... here.
24190         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/librt.abilist: Moved ...
24191         * sysdeps/unix/sysv/linux/s390/s390-32/librt.abilist: ... here.
24192         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libthread_db.abilist:
24193         Moved ...
24194         * sysdeps/unix/sysv/linux/s390/s390-32/libthread_db.abilist: ... here.
24195         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libutil.abilist: Moved ...
24196         * sysdeps/unix/sysv/linux/s390/s390-32/libutil.abilist: ... here.
24197         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/localplt.data: Moved ...
24198         * sysdeps/unix/sysv/linux/s390/localplt.data: ... here.
24199         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/localplt.data:
24200         Identical file removed.
24201         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/c++-types.data: Moved ...
24202         * sysdeps/unix/sysv/linux/s390/s390-64/c++-types.data: ... here.
24203         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/ld.abilist: Moved ...
24204         * sysdeps/unix/sysv/linux/s390/s390-64/ld.abilist: ... here.
24205         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libBrokenLocale.abilist:
24206         Moved ...
24207         * sysdeps/unix/sysv/linux/s390/s390-64/libBrokenLocale.abilist:
24208         ... here.
24209         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Moved ...
24210         * sysdeps/unix/sysv/linux/s390/s390-64/libc.abilist: ... here.
24211         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libcrypt.abilist: Moved ...
24212         * sysdeps/unix/sysv/linux/s390/s390-64/libcrypt.abilist: ... here.
24213         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libdl.abilist: Moved ...
24214         * sysdeps/unix/sysv/linux/s390/s390-64/libdl.abilist: ... here.
24215         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libm.abilist: Moved ...
24216         * sysdeps/unix/sysv/linux/s390/s390-64/libm.abilist: ... here.
24217         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libnsl.abilist: Moved ...
24218         * sysdeps/unix/sysv/linux/s390/s390-64/libnsl.abilist: ... here.
24219         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
24220         Moved ...
24221         * sysdeps/unix/sysv/linux/s390/s390-64/libpthread.abilist: ... here.
24222         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libresolv.abilist:
24223         Moved ...
24224         * sysdeps/unix/sysv/linux/s390/s390-64/libresolv.abilist: ... here.
24225         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/librt.abilist: Moved ...
24226         * sysdeps/unix/sysv/linux/s390/s390-64/librt.abilist: ... here.
24227         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libthread_db.abilist:
24228         Moved ...
24229         * sysdeps/unix/sysv/linux/s390/s390-64/libthread_db.abilist: ... here.
24230         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libutil.abilist: Moved ...
24231         * sysdeps/unix/sysv/linux/s390/s390-64/libutil.abilist: ... here.
24233         * nptl/sysdeps/unix/sysv/linux/s390/Makefile: File removed, contents
24234         folded into ...
24235         * sysdeps/unix/sysv/linux/s390/Makefile [$(subdir) = nptl]: ... here.
24236         * sysdeps/unix/sysv/linux/s390/Versions
24237         (libpthread: GLIBC_2.19): New version set.
24238         * nptl/sysdeps/unix/sysv/linux/s390/Versions: File removed.
24239         * sysdeps/unix/sysv/linux/s390/s390-64/Versions
24240         (librt: GLIBC_2.3.3): New version set.
24241         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/Versions: File removed.
24242         * nptl/sysdeps/unix/sysv/linux/s390/elision-conf.c: Moved ...
24243         * sysdeps/unix/sysv/linux/s390/elision-conf.c: ... here.
24244         * nptl/sysdeps/unix/sysv/linux/s390/elision-conf.h: Moved ...
24245         * sysdeps/unix/sysv/linux/s390/elision-conf.h: ... here.
24246         * nptl/sysdeps/unix/sysv/linux/s390/elision-lock.c: Moved ...
24247         * sysdeps/unix/sysv/linux/s390/elision-lock.c: ... here.
24248         * nptl/sysdeps/unix/sysv/linux/s390/elision-timed.c: Moved ...
24249         * sysdeps/unix/sysv/linux/s390/elision-timed.c: ... here.
24250         * nptl/sysdeps/unix/sysv/linux/s390/elision-trylock.c: Moved ...
24251         * sysdeps/unix/sysv/linux/s390/elision-trylock.c: ... here.
24252         * nptl/sysdeps/unix/sysv/linux/s390/elision-unlock.c: Moved ...
24253         * sysdeps/unix/sysv/linux/s390/elision-unlock.c: ... here.
24254         * nptl/sysdeps/unix/sysv/linux/s390/force-elision.h: Moved ...
24255         * sysdeps/unix/sysv/linux/s390/force-elision.h: ... here.
24256         * nptl/sysdeps/unix/sysv/linux/s390/jmp-unwind.c: Moved ...
24257         * sysdeps/unix/sysv/linux/s390/jmp-unwind.c: ... here.
24258         * nptl/sysdeps/unix/sysv/linux/s390/lowlevellock.h: Moved ...
24259         * sysdeps/unix/sysv/linux/s390/lowlevellock.h: ... here.
24260         * nptl/sysdeps/unix/sysv/linux/s390/pt-longjmp.c: Moved ...
24261         * sysdeps/unix/sysv/linux/s390/pt-longjmp.c: ... here.
24262         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_cond_lock.c: Moved ...
24263         * sysdeps/unix/sysv/linux/s390/pthread_mutex_cond_lock.c: ... here.
24264         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_lock.c: Moved ...
24265         * sysdeps/unix/sysv/linux/s390/pthread_mutex_lock.c: ... here.
24266         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_timedlock.c: Moved ...
24267         * sysdeps/unix/sysv/linux/s390/pthread_mutex_timedlock.c: ... here.
24268         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_trylock.c: Moved ...
24269         * sysdeps/unix/sysv/linux/s390/pthread_mutex_trylock.c: ... here.
24270         * nptl/sysdeps/unix/sysv/linux/s390/pthread_once.c: Moved ...
24271         * sysdeps/unix/sysv/linux/s390/pthread_once.c: ... here.
24272         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h: Moved ...
24273         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h: ... here.
24274         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h: Moved ...
24275         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h: ... here.
24276         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_create.c: Moved ...
24277         * sysdeps/unix/sysv/linux/s390/s390-64/timer_create.c: ... here.
24278         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_delete.c: Moved ...
24279         * sysdeps/unix/sysv/linux/s390/s390-64/timer_delete.c: ... here.
24280         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_getoverr.c: Moved ...
24281         * sysdeps/unix/sysv/linux/s390/s390-64/timer_getoverr.c: ... here.
24282         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_gettime.c: Moved ...
24283         * sysdeps/unix/sysv/linux/s390/s390-64/timer_gettime.c: ... here.
24284         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_settime.c: Moved ...
24285         * sysdeps/unix/sysv/linux/s390/s390-64/timer_settime.c: ... here.
24287         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/vfork.S: Moved ...
24288         * sysdeps/unix/sysv/linux/s390/s390-32/vfork.S: ... here.
24289         (__libc_vfork): Define the function under this name.
24290         [!NOT_IN_libc] (__vfork): Make this an alias.
24291         [!NOT_IN_libc] (vfork): Conditionalize the weak_alias.
24292         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/vfork.S: Moved ...
24293         * sysdeps/unix/sysv/linux/s390/s390-64/vfork.S: ... here.
24294         (__libc_vfork): Define the function under this name.
24295         [!NOT_IN_libc] (__vfork): Make this an alias.
24296         [!NOT_IN_libc] (vfork): Conditionalize the weak_alias.
24297         * sysdeps/unix/sysv/linux/s390/pt-vfork.S: New file.
24298         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/pt-vfork.S: File removed.
24299         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/pt-vfork.S: File removed.
24300         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list: Remove vfork.
24301         * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list: Likewise.
24303         * sysdeps/unix/sysv/linux/s390/s390-32/clone.S: Deconditionalize the
24304         code that was previously under [RESET_PID].
24305         * sysdeps/unix/sysv/linux/s390/s390-64/clone.S: Likewise.
24306         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/clone.S: File removed.
24307         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/clone.S: File removed.
24309         * sysdeps/unix/sysv/linux/aarch64/nptl/bits/pthreadtypes.h: Moved ...
24310         * sysdeps/aarch64/nptl/bits/pthreadtypes.h: ... here.
24311         * sysdeps/unix/sysv/linux/aarch64/nptl/bits/semaphore.h: Moved ...
24312         * sysdeps/aarch64/nptl/bits/semaphore.h: ... here.
24313         * sysdeps/unix/sysv/linux/aarch64/nptl/bits/local_lim.h: Moved ...
24314         * sysdeps/unix/sysv/linux/aarch64/bits/local_lim.h: ... here.
24315         * sysdeps/unix/sysv/linux/aarch64/nptl/c++-types.data: Moved ...
24316         * sysdeps/unix/sysv/linux/aarch64/c++-types.data: ... here.
24317         * sysdeps/unix/sysv/linux/aarch64/nptl/ld.abilist: Moved ...
24318         * sysdeps/unix/sysv/linux/aarch64/ld.abilist: ... here.
24319         * sysdeps/unix/sysv/linux/aarch64/nptl/libBrokenLocale.abilist:
24320         Moved ...
24321         * sysdeps/unix/sysv/linux/aarch64/libBrokenLocale.abilist: ... here.
24322         * sysdeps/unix/sysv/linux/aarch64/nptl/libanl.abilist: Moved ...
24323         * sysdeps/unix/sysv/linux/aarch64/libanl.abilist: ... here.
24324         * sysdeps/unix/sysv/linux/aarch64/nptl/libc.abilist: Moved ...
24325         * sysdeps/unix/sysv/linux/aarch64/libc.abilist: ... here.
24326         * sysdeps/unix/sysv/linux/aarch64/nptl/libcrypt.abilist: Moved ...
24327         * sysdeps/unix/sysv/linux/aarch64/libcrypt.abilist: ... here.
24328         * sysdeps/unix/sysv/linux/aarch64/nptl/libdl.abilist: Moved ...
24329         * sysdeps/unix/sysv/linux/aarch64/libdl.abilist: ... here.
24330         * sysdeps/unix/sysv/linux/aarch64/nptl/libm.abilist: Moved ...
24331         * sysdeps/unix/sysv/linux/aarch64/libm.abilist: ... here.
24332         * sysdeps/unix/sysv/linux/aarch64/nptl/libnsl.abilist: Moved ...
24333         * sysdeps/unix/sysv/linux/aarch64/libnsl.abilist: ... here.
24334         * sysdeps/unix/sysv/linux/aarch64/nptl/libpthread.abilist: Moved ...
24335         * sysdeps/unix/sysv/linux/aarch64/libpthread.abilist: ... here.
24336         * sysdeps/unix/sysv/linux/aarch64/nptl/libresolv.abilist: Moved ...
24337         * sysdeps/unix/sysv/linux/aarch64/libresolv.abilist: ... here.
24338         * sysdeps/unix/sysv/linux/aarch64/nptl/librt.abilist: Moved ...
24339         * sysdeps/unix/sysv/linux/aarch64/librt.abilist: ... here.
24340         * sysdeps/unix/sysv/linux/aarch64/nptl/libthread_db.abilist: Moved ...
24341         * sysdeps/unix/sysv/linux/aarch64/libthread_db.abilist: ... here.
24342         * sysdeps/unix/sysv/linux/aarch64/nptl/libutil.abilist: Moved ...
24343         * sysdeps/unix/sysv/linux/aarch64/libutil.abilist: ... here.
24344         * sysdeps/unix/sysv/linux/aarch64/nptl/localplt.data: Moved ...
24345         * sysdeps/unix/sysv/linux/aarch64/localplt.data: ... here.
24346         * sysdeps/unix/sysv/linux/aarch64/nptl/lowlevellock.h: Moved ...
24347         * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h: ... here.
24348         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h: Moved ...
24349         * sysdeps/unix/sysv/linux/aarch64/sysdep-cancel.h: ... here.
24351 2014-06-25  Roland McGrath  <roland@hack.frob.com>
24353         * sysdeps/unix/sysv/linux/mips/clone.S: Deconditionalize the code
24354         that was previously under [RESET_PID].
24355         * sysdeps/unix/sysv/linux/mips/nptl/clone.S: File removed.
24357 2014-06-25  Joseph Myers  <joseph@codesourcery.com>
24359         * sysdeps/unix/sysv/linux/dl-opendir.c (__ASSUME_O_CLOEXEC): Do
24360         not undefine and redefine.
24361         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs)
24362         [O_CLOEXEC]: Make code unconditional.
24363         (__get_nprocs) [!O_CLOEXEC]: Remove conditional code.
24364         * sysdeps/unix/sysv/linux/shm_open.c: Do not include
24365         <kernel-features.h>.
24366         [O_CLOEXEC && !__ASSUME_O_CLOEXEC] (have_o_cloexec): Remove
24367         conditional variable definition.
24368         (shm_open) [O_CLOEXEC]: Make code unconditional.
24369         (shm_open) [!O_CLOEXEC || !__ASSUME_O_CLOEXEC]: Remove conditional
24370         code.
24372         * configure.ac (USE_REGPARMS): Don't define here.
24373         * configure: Regenerated.
24374         * sysdeps/i386/configure.ac (USE_REGPARMS): Define here.
24375         * sysdeps/i386/configure: Regenerated.
24377         * nptl/createthread.c: Don't include kernel-features.h.
24378         * nptl/pthread_cancel.c: Likewise.
24379         * nptl/pthread_condattr_setclock.c: Likewise.
24380         * nptl/sysdeps/unix/sysv/linux/pt-raise.c: Likewise.
24381         * nptl/sysdeps/unix/sysv/linux/pthread_getcpuclockid.c: Likewise.
24382         * nptl/sysdeps/unix/sysv/linux/pthread_kill.c: Likewise.
24383         * nptl/sysdeps/unix/sysv/linux/pthread_sigqueue.c: Likewise.
24384         * nptl/sysdeps/unix/sysv/linux/raise.c: Likewise.
24385         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/pt-vfork.S: Likewise.
24386         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/vfork.S: Likewise.
24387         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/pt-vfork.S: Likewise.
24388         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/vfork.S: Likewise.
24389         * nptl/sysdeps/unix/sysv/linux/timer_create.c: Likewise.
24390         * nptl/sysdeps/unix/sysv/linux/timer_delete.c: Likewise.
24391         * nptl/sysdeps/unix/sysv/linux/timer_getoverr.c: Likewise.
24392         * nptl/sysdeps/unix/sysv/linux/timer_gettime.c: Likewise.
24393         * nptl/sysdeps/unix/sysv/linux/timer_routines.c: Likewise.
24394         * nptl/sysdeps/unix/sysv/linux/timer_settime.c: Likewise.
24395         * nscd/gai.c: Likewise.
24396         * nss/nss_db/db-open.c: Likewise.
24397         * sysdeps/generic/ldsodefs.h: Likewise.
24398         * sysdeps/sh/nptl/tls.h: Likewise.
24399         * sysdeps/unix/sysv/linux/aarch64/sigaction.c: Likewise.
24400         * sysdeps/unix/sysv/linux/aarch64/sigcontextinfo.h: Likewise.
24401         * sysdeps/unix/sysv/linux/aarch64/vfork.S: Likewise.
24402         * sysdeps/unix/sysv/linux/adjtime.c: Likewise.
24403         * sysdeps/unix/sysv/linux/alpha/xstatconv.h: Likewise.
24404         * sysdeps/unix/sysv/linux/arm/sigaction.c: Likewise.
24405         * sysdeps/unix/sysv/linux/arm/sigcontextinfo.h: Likewise.
24406         * sysdeps/unix/sysv/linux/check_pf.c: Likewise.
24407         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c: Likewise.
24408         * sysdeps/unix/sysv/linux/clock_getres.c: Likewise.
24409         * sysdeps/unix/sysv/linux/clock_gettime.c: Likewise.
24410         * sysdeps/unix/sysv/linux/clock_nanosleep.c: Likewise.
24411         * sysdeps/unix/sysv/linux/clock_settime.c: Likewise.
24412         * sysdeps/unix/sysv/linux/dl-execstack.c: Likewise.
24413         * sysdeps/unix/sysv/linux/dl-osinfo.h: Likewise.
24414         * sysdeps/unix/sysv/linux/dl-sysdep.c: Likewise.
24415         * sysdeps/unix/sysv/linux/generic/futimesat.c: Likewise.
24416         * sysdeps/unix/sysv/linux/generic/poll.c: Likewise.
24417         * sysdeps/unix/sysv/linux/generic/wordsize-32/fcntl.c: Likewise.
24418         * sysdeps/unix/sysv/linux/generic/wordsize-32/fxstatat.c: Likewise.
24419         * sysdeps/unix/sysv/linux/generic/wordsize-32/pread.c: Likewise.
24420         * sysdeps/unix/sysv/linux/generic/wordsize-32/pread64.c: Likewise.
24421         * sysdeps/unix/sysv/linux/generic/wordsize-32/preadv.c: Likewise.
24422         * sysdeps/unix/sysv/linux/generic/wordsize-32/preadv64.c: Likewise.
24423         * sysdeps/unix/sysv/linux/generic/wordsize-32/pwrite.c: Likewise.
24424         * sysdeps/unix/sysv/linux/generic/wordsize-32/pwrite64.c: Likewise.
24425         * sysdeps/unix/sysv/linux/generic/wordsize-32/pwritev.c: Likewise.
24426         * sysdeps/unix/sysv/linux/generic/wordsize-32/pwritev64.c: Likewise.
24427         * sysdeps/unix/sysv/linux/getcwd.c: Likewise.
24428         * sysdeps/unix/sysv/linux/getpagesize.c: Likewise.
24429         * sysdeps/unix/sysv/linux/getsysstats.c: Likewise.
24430         * sysdeps/unix/sysv/linux/i386/fxstat.c: Likewise.
24431         * sysdeps/unix/sysv/linux/i386/lxstat.c: Likewise.
24432         * sysdeps/unix/sysv/linux/i386/mmap.S: Likewise.
24433         * sysdeps/unix/sysv/linux/i386/mmap64.S: Likewise.
24434         * sysdeps/unix/sysv/linux/i386/sigaction.c: Likewise.
24435         * sysdeps/unix/sysv/linux/i386/vfork.S: Likewise.
24436         * sysdeps/unix/sysv/linux/i386/xstat.c: Likewise.
24437         * sysdeps/unix/sysv/linux/ia64/system.c: Likewise.
24438         * sysdeps/unix/sysv/linux/if_index.c: Likewise.
24439         * sysdeps/unix/sysv/linux/ifaddrs.c: Likewise.
24440         * sysdeps/unix/sysv/linux/ifreq.c: Likewise.
24441         * sysdeps/unix/sysv/linux/ldsodefs.h: Likewise.
24442         * sysdeps/unix/sysv/linux/lutimes.c: Likewise.
24443         * sysdeps/unix/sysv/linux/m68k/vfork.S: Likewise.
24444         * sysdeps/unix/sysv/linux/microblaze/nptl/vfork.S: Likewise.
24445         * sysdeps/unix/sysv/linux/mips/mips32/accept4.c: Likewise.
24446         * sysdeps/unix/sysv/linux/mips/mips32/recvmmsg.c: Likewise.
24447         * sysdeps/unix/sysv/linux/mips/mips32/sendmmsg.c: Likewise.
24448         * sysdeps/unix/sysv/linux/mips/pread.c: Likewise.
24449         * sysdeps/unix/sysv/linux/mips/pread64.c: Likewise.
24450         * sysdeps/unix/sysv/linux/mips/pwrite.c: Likewise.
24451         * sysdeps/unix/sysv/linux/mips/pwrite64.c: Likewise.
24452         * sysdeps/unix/sysv/linux/mips/sigaction.c: Likewise.
24453         * sysdeps/unix/sysv/linux/mmap64.c: Likewise.
24454         * sysdeps/unix/sysv/linux/netlinkaccess.h: Likewise.
24455         * sysdeps/unix/sysv/linux/powerpc/chown.c: Likewise.
24456         * sysdeps/unix/sysv/linux/powerpc/dl-sysdep.c: Likewise.
24457         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: Likewise.
24458         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_mask.c: Likewise.
24459         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c: Likewise.
24460         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext.S: Likewise.
24461         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread.c: Likewise.
24462         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread64.c: Likewise.
24463         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite.c: Likewise.
24464         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite64.c: Likewise.
24465         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext.S: Likewise.
24466         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext.S: Likewise.
24467         * sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S: Likewise.
24468         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_mask.c: Likewise.
24469         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c: Likewise.
24470         * sysdeps/unix/sysv/linux/powerpc/powerpc64/getcontext.S: Likewise.
24471         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S: Likewise.
24472         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c: Likewise.
24473         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c: Likewise.
24474         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c: Likewise.
24475         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c: Likewise.
24476         * sysdeps/unix/sysv/linux/powerpc/powerpc64/setcontext.S: Likewise.
24477         * sysdeps/unix/sysv/linux/powerpc/powerpc64/swapcontext.S: Likewise.
24478         * sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S: Likewise.
24479         * sysdeps/unix/sysv/linux/pread.c: Likewise.
24480         * sysdeps/unix/sysv/linux/pread64.c: Likewise.
24481         * sysdeps/unix/sysv/linux/prof-freq.c: Likewise.
24482         * sysdeps/unix/sysv/linux/pwrite.c: Likewise.
24483         * sysdeps/unix/sysv/linux/pwrite64.c: Likewise.
24484         * sysdeps/unix/sysv/linux/s390/s390-32/mmap.S: Likewise.
24485         * sysdeps/unix/sysv/linux/s390/s390-32/mmap64.S: Likewise.
24486         * sysdeps/unix/sysv/linux/s390/system.c: Likewise.
24487         * sysdeps/unix/sysv/linux/sh/pread.c: Likewise.
24488         * sysdeps/unix/sysv/linux/sh/pread64.c: Likewise.
24489         * sysdeps/unix/sysv/linux/sh/pwrite.c: Likewise.
24490         * sysdeps/unix/sysv/linux/sh/pwrite64.c: Likewise.
24491         * sysdeps/unix/sysv/linux/sigaction.c: Likewise.
24492         * sysdeps/unix/sysv/linux/sigpending.c: Likewise.
24493         * sysdeps/unix/sysv/linux/sigprocmask.c: Likewise.
24494         * sysdeps/unix/sysv/linux/sigsuspend.c: Likewise.
24495         * sysdeps/unix/sysv/linux/sparc/sparc64/xstatconv.c: Likewise.
24496         * sysdeps/unix/sysv/linux/sparc/system.c: Likewise.
24497         * sysdeps/unix/sysv/linux/syslog.c: Likewise.
24498         * sysdeps/unix/sysv/linux/system.c: Likewise.
24499         * sysdeps/unix/sysv/linux/testrtsig.h: Likewise.
24500         * sysdeps/unix/sysv/linux/timespec_get.c: Likewise.
24501         * sysdeps/unix/sysv/linux/ttyname.c: Likewise.
24502         * sysdeps/unix/sysv/linux/ttyname_r.c: Likewise.
24503         * sysdeps/unix/sysv/linux/utimensat.c: Likewise.
24504         * sysdeps/unix/sysv/linux/x86_64/sigaction.c: Likewise.
24505         * sysdeps/unix/sysv/linux/xstatconv.h: Likewise.
24507         * configure.ac (libc_cv_c_asmcr0_bug): Remove configure test.
24508         * configure: Regenerated.
24509         * config.h.in (BROKEN_PPC_ASM_CR0): Remove macro.
24511         * configure.ac (base_machine): Do not set specially for particular
24512         machines here.
24513         * configure: Regenerated.
24514         * sysdeps/powerpc/preconfigure: Move machine and base_machine
24515         settings from configure.ac.
24516         * sysdeps/i386/preconfigure: New file.
24517         * sysdeps/s390/preconfigure: Likewise.
24518         * sysdeps/sh/preconfigure: Likewise.
24519         * sysdeps/sparc/preconfigure: Likewise.
24521 2014-06-25  Roland McGrath  <roland@hack.frob.com>
24523         * sysdeps/sparc/sparc64/nptl/cpu_relax.S: Moved ...
24524         * sysdeps/sparc/sparc64/cpu_relax.S: ... here.
24525         * sysdeps/sparc/sparc64/nptl/pthread_spin_init.c: Moved ...
24526         * sysdeps/sparc/sparc64/pthread_spin_init.c: ... here.
24527         * sysdeps/sparc/sparc64/nptl/pthread_spin_lock.S: Moved ...
24528         * sysdeps/sparc/sparc64/pthread_spin_lock.S: ... here.
24529         * sysdeps/sparc/sparc64/nptl/pthread_spin_trylock.S: Moved ...
24530         * sysdeps/sparc/sparc64/pthread_spin_trylock.S: ... here.
24531         * sysdeps/sparc/sparc64/nptl/pthread_spin_unlock.S: Moved ...
24532         * sysdeps/sparc/sparc64/pthread_spin_unlock.S: ... here.
24533         * sysdeps/sparc/sparc64/nptl/pthreaddef.h: Moved ...
24534         * sysdeps/sparc/sparc64/pthreaddef.h: ... here.
24535         * sysdeps/sparc/sparc32/sparcv9/cpu_relax.S: Update #include.
24536         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_init.c: Likewise.
24537         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_lock.S: Likewise.
24538         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_trylock.S: Likewise.
24539         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_unlock.S: Likewise.
24540         * sysdeps/sparc/sparc64/nptl/Makefile: File removed, its contents ...
24541         * sysdeps/sparc/sparc64/Makefile: ... appended here.
24543         * sysdeps/sparc/sparc32/nptl/lowlevellock.c: Moved ...
24544         * sysdeps/sparc/sparc32/lowlevellock.c: ... here.
24545         * sysdeps/sparc/sparc32/nptl/pthread_barrier_wait.c: Moved ...
24546         * sysdeps/sparc/sparc32/pthread_barrier_wait.c: ... here.
24547         * sysdeps/sparc/sparc32/nptl/pthread_spin_lock.S: Moved ...
24548         * sysdeps/sparc/sparc32/pthread_spin_lock.S: ... here.
24549         * sysdeps/sparc/sparc32/nptl/pthread_spin_trylock.S: Moved ...
24550         * sysdeps/sparc/sparc32/pthread_spin_trylock.S: ... here.
24551         * sysdeps/sparc/sparc32/nptl/pthreaddef.h: Moved ...
24552         * sysdeps/sparc/sparc32/pthreaddef.h: ... here.
24553         * sysdeps/sparc/sparc32/nptl/sem_post.c: Moved ...
24554         * sysdeps/sparc/sparc32/sem_post.c: ... here.
24555         * sysdeps/sparc/sparc32/nptl/sem_timedwait.c: Moved ...
24556         * sysdeps/sparc/sparc32/sem_timedwait.c: ... here.
24557         * sysdeps/sparc/sparc32/nptl/sem_trywait.c: Moved ...
24558         * sysdeps/sparc/sparc32/sem_trywait.c: ... here.
24559         * sysdeps/sparc/sparc32/nptl/sem_wait.c: Moved ...
24560         * sysdeps/sparc/sparc32/sem_wait.c: ... here.
24561         * sysdeps/sparc/sparc32/sparcv9/nptl/cpu_relax.S: Moved ...
24562         * sysdeps/sparc/sparc32/sparcv9/cpu_relax.S: ... here.
24563         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_barrier_wait.c: Moved ...
24564         * sysdeps/sparc/sparc32/sparcv9/pthread_barrier_wait.c: ... here.
24565         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_init.c: Moved ...
24566         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_init.c: ... here.
24567         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_lock.S: Moved ...
24568         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_lock.S: ... here.
24569         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_trylock.S: Moved ...
24570         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_trylock.S: ... here.
24571         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_unlock.S: Moved ...
24572         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_unlock.S: ... here.
24573         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_post.c: Moved ...
24574         * sysdeps/sparc/sparc32/sparcv9/sem_post.c: ... here.
24575         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_timedwait.c: Moved ...
24576         * sysdeps/sparc/sparc32/sparcv9/sem_timedwait.c: ... here.
24577         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_trywait.c: Moved ...
24578         * sysdeps/sparc/sparc32/sparcv9/sem_trywait.c: ... here.
24579         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_wait.c: Moved ...
24580         * sysdeps/sparc/sparc32/sparcv9/sem_wait.c: ... here.
24582         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/c++-types.data: Moved ...
24583         * sysdeps/unix/sysv/linux/sparc/sparc32/c++-types.data: ... here.
24584         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/ld.abilist: Moved ...
24585         * sysdeps/unix/sysv/linux/sparc/sparc32/ld.abilist: ... here.
24586         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libBrokenLocale.abilist:
24587         Moved ...
24588         * sysdeps/unix/sysv/linux/sparc/sparc32/libBrokenLocale.abilist:
24589         ... here.
24590         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libanl.abilist: Moved ...
24591         * sysdeps/unix/sysv/linux/sparc/sparc32/libanl.abilist: ... here.
24592         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Moved ...
24593         * sysdeps/unix/sysv/linux/sparc/sparc32/libc.abilist: ... here.
24594         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libcrypt.abilist:
24595         Moved ...
24596         * sysdeps/unix/sysv/linux/sparc/sparc32/libcrypt.abilist: ... here.
24597         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libdl.abilist: Moved ...
24598         * sysdeps/unix/sysv/linux/sparc/sparc32/libdl.abilist: ... here.
24599         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libm.abilist: Moved ...
24600         * sysdeps/unix/sysv/linux/sparc/sparc32/libm.abilist: ... here.
24601         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libnsl.abilist: Moved ...
24602         * sysdeps/unix/sysv/linux/sparc/sparc32/libnsl.abilist: ... here.
24603         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libpthread.abilist:
24604         Moved ...
24605         * sysdeps/unix/sysv/linux/sparc/sparc32/libpthread.abilist: ... here.
24606         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libresolv.abilist:
24607         Moved ...
24608         * sysdeps/unix/sysv/linux/sparc/sparc32/libresolv.abilist: ... here.
24609         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/librt.abilist: Moved ...
24610         * sysdeps/unix/sysv/linux/sparc/sparc32/librt.abilist: ... here.
24611         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libthread_db.abilist:
24612         Moved ...
24613         * sysdeps/unix/sysv/linux/sparc/sparc32/libthread_db.abilist: ... here.
24614         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libutil.abilist: Moved ...
24615         * sysdeps/unix/sysv/linux/sparc/sparc32/libutil.abilist: ... here.
24616         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/localplt.data: Moved ...
24617         * sysdeps/unix/sysv/linux/sparc/sparc32/localplt.data: ... here.
24618         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/c++-types.data: Moved ...
24619         * sysdeps/unix/sysv/linux/sparc/sparc64/c++-types.data: ... here.
24620         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/ld.abilist: Moved ...
24621         * sysdeps/unix/sysv/linux/sparc/sparc64/ld.abilist: ... here.
24622         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libBrokenLocale.abilist:
24623         Moved ...
24624         * sysdeps/unix/sysv/linux/sparc/sparc64/libBrokenLocale.abilist:
24625         ... here.
24626         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libanl.abilist: Moved ...
24627         * sysdeps/unix/sysv/linux/sparc/sparc64/libanl.abilist: ... here.
24628         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Moved ...
24629         * sysdeps/unix/sysv/linux/sparc/sparc64/libc.abilist: ... here.
24630         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libcrypt.abilist:
24631         Moved ...
24632         * sysdeps/unix/sysv/linux/sparc/sparc64/libcrypt.abilist: ... here.
24633         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libdl.abilist: Moved ...
24634         * sysdeps/unix/sysv/linux/sparc/sparc64/libdl.abilist: ... here.
24635         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libm.abilist: Moved ...
24636         * sysdeps/unix/sysv/linux/sparc/sparc64/libm.abilist: ... here.
24637         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libnsl.abilist: Moved ...
24638         * sysdeps/unix/sysv/linux/sparc/sparc64/libnsl.abilist: ... here.
24639         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libpthread.abilist:
24640         Moved ...
24641         * sysdeps/unix/sysv/linux/sparc/sparc64/libpthread.abilist: ... here.
24642         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libresolv.abilist:
24643         Moved ...
24644         * sysdeps/unix/sysv/linux/sparc/sparc64/libresolv.abilist: ... here.
24645         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/librt.abilist: Moved ...
24646         * sysdeps/unix/sysv/linux/sparc/sparc64/librt.abilist: ... here.
24647         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libthread_db.abilist:
24648         Moved ...
24649         * sysdeps/unix/sysv/linux/sparc/sparc64/libthread_db.abilist: ... here.
24650         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libutil.abilist: Moved ...
24651         * sysdeps/unix/sysv/linux/sparc/sparc64/libutil.abilist: ... here.
24652         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/localplt.data: Moved ...
24653         * sysdeps/unix/sysv/linux/sparc/sparc64/localplt.data: ... here.
24655 2014-06-25  Joseph Myers  <joseph@codesourcery.com>
24657         * timezone/checktab.awk: Update from tzcode 2014e.
24658         * timezone/private.h: Likewise.
24659         * timezone/tzfile.h: Likewise.
24660         * timezone/zdump.c: Likewise.
24661         * timezone/zic.c: Likewise.
24663         * sysdeps/unix/sysv/linux/kernel-features.h
24664         (__ASSUME_XFS_RESTRICTED_CHOWN): Remove macro.
24665         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_chown_restricted)
24666         [__ASSUME_XFS_RESTRICTED_CHOWN]: Make code unconditional.
24667         (__statfs_chown_restricted) [!__ASSUME_XFS_RESTRICTED_CHOWN]:
24668         Remove conditional code.
24670 2014-06-25  Will Newton  <will.newton@linaro.org>
24672         * sysdeps/unix/sysv/linux/arm/dl-procinfo.c
24673         (_dl_arm_cap_flags): Add HWCAP2 values.
24674         * sysdeps/unix/sysv/linux/arm/dl-procinfo.h
24675         (_DL_HWCAP_COUNT): Increase to 37.
24676         (_DL_HWCAP_LAST): New define.
24677         (_DL_HWCAP2_LAST): New define.
24678         (_dl_procinfo): Add support for printing
24679         AT_HWCAP2 entries.
24680         (_dl_string_hwcap): Use _dl_hwcap_string.
24682 2014-06-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
24684         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
24686 2014-06-25  Joseph Myers  <joseph@codesourcery.com>
24688         * README: Do not mention ports directory.
24690         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_UTIMENSAT):
24691         Remove macro.
24692         * sysdeps/unix/sysv/linux/futimes.c: Do not include
24693         <kernel-features.h>.
24694         [__NR_utimensat && !__ASSUME_UTIMENSAT] (miss_utimensat): Remove
24695         conditional variable definition.
24696         (__futimes): Update comment.
24697         (__futimes) [__ASSUME_UTIMENSAT]: Make code unconditional.
24698         (__futimes) [!__ASSUME_UTIMENSAT]: Remove conditional code.
24700         [BZ #16560]
24701         * sysdeps/ieee754/dbl-64/e_exp10.c (__ieee754_exp10): Return 1 for
24702         arguments close to 0.
24703         * sysdeps/ieee754/ldbl-128/e_exp10l.c (__ieee754_exp10l):
24704         Likewise.
24705         * sysdeps/ieee754/ldbl-128ibm/e_exp10l.c (__ieee754_exp10l):
24706         Likewise.
24707         * math/auto-libm-test-in: Add more tests of exp10.
24708         * math/auto-libm-test-out: Regenerated.
24709         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
24711         * sysdeps/unix/sysv/linux/kernel-features.h
24712         (__ASSUME_COMPLETE_READV_WRITEV): Remove macro.
24713         * sysdeps/unix/sysv/linux/readv.c: Do not include
24714         <kernel-features.h>.
24715         [!__ASSUME_COMPLETE_READV_WRITEV]: Remove conditional code.
24716         [!UIO_FASTIOV] (UIO_FASTIOV): Remove macro.
24717         (__libc_readv) [__ASSUME_COMPLETE_READV_WRITEV]: Make code
24718         unconditional.
24719         (__libc_readv) [!__ASSUME_COMPLETE_READV_WRITEV]: Remove
24720         conditional code.
24721         * sysdeps/unix/sysv/linux/writev.c: Do not include
24722         <kernel-features.h>.
24723         [!__ASSUME_COMPLETE_READV_WRITEV]: Remove conditional code.
24724         [!UIO_FASTIOV] (UIO_FASTIOV): Remove macro.
24725         (__libc_writev) [__ASSUME_COMPLETE_READV_WRITEV]: Make code
24726         unconditional.
24727         (__libc_writev) [!__ASSUME_COMPLETE_READV_WRITEV]: Remove
24728         conditional code.
24730 2014-06-25  Will Newton  <will.newton@linaro.org>
24732         * sysdeps/posix/tempname.c: Merge from gnulib, cosmetic
24733         comment changes throughout the file.  Remove checks
24734         for HAVE_*_H definitions that are not required.
24735         (__gen_tempname): Call abort if an unknown kind value is
24736         passed.
24738 2014-06-25  Andreas Schwab  <schwab@suse.de>
24740         [BZ #17086]
24741         * sysdeps/m68k/m680x0/fpu/s_scalbn.c: Add compat symbols for
24742         scalbln, scalblnf, scalblnl in libc.
24744 2014-06-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
24746         [BZ #17086]
24747         * sysdeps/i386/fpu/s_scalbn.S: Add compat symbol for libc.so.
24748         * sysdeps/i386/fpu/s_scalbnf.S: Likewise.
24749         * sysdeps/i386/fpu/s_scalbnl.S: Likewise.
24751 2014-06-24  Roland McGrath  <roland@hack.frob.com>
24753         * sysdeps/i386/i486/nptl/pthread_spin_trylock.S: Moved ...
24754         * sysdeps/i386/i486/pthread_spin_trylock.S: ... here.
24755         * sysdeps/i386/i586/nptl/pthread_spin_trylock.S: Moved ...
24756         * sysdeps/i386/i586/pthread_spin_trylock.S: ... here.
24757         Update #include.
24758         * sysdeps/i386/i686/nptl/pthread_spin_trylock.S: Moved ...
24759         * sysdeps/i386/i686/pthread_spin_trylock.S: ... here.
24760         Update #include.
24761         * sysdeps/x86_64/64/nptl/shlib-versions: Moved ...
24762         * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: ... here.
24763         * sysdeps/x86_64/x32/nptl/shlib-versions: Moved ...
24764         * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: ... here.
24765         * sysdeps/x86/nptl/bits/pthreadtypes.h: Moved ...
24766         * sysdeps/x86/bits/pthreadtypes.h: ... here.
24767         * sysdeps/x86/nptl/bits/semaphore.h: Moved ...
24768         * sysdeps/x86/bits/semaphore.h: ... here.
24769         * sysdeps/x86/nptl/elide.h: Moved ...
24770         * sysdeps/x86/elide.h: ... here.
24771         * sysdeps/x86_64/nptl/Implies: File removed.
24772         * sysdeps/i386/nptl/Implies: File removed.
24774 2014-06-24  Joseph Myers  <joseph@codesourcery.com>
24776         [BZ #16539]
24777         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL) [USE_AS_EXPM1L]: Just
24778         return the argument for normal arguments with exponent below -64.
24779         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL) [USE_AS_EXPM1L]:
24780         Likewise.
24781         * math/auto-libm-test-in: Add another test of expm1.
24782         * math/auto-libm-test-out: Regenerated.
24784         [BZ #16287]
24785         * sysdeps/ieee754/ldbl-128/s_erfl.c (__erfl): Return 1 without
24786         calling __erfcl for arguments at least 16.
24787         * math/auto-libm-test-in: Add more tests of erf.
24788         * math/auto-libm-test-out: Regenerated.
24790         * sysdeps/unix/sysv/linux/configure.ac: Remove cases for
24791         individual architectures.
24792         * sysdeps/unix/sysv/linux/configure: Regenerated.
24793         * sysdeps/unix/sysv/linux/i386/configure.ac: New file.
24794         * sysdeps/unix/sysv/linux/i386/configure: New generated file.
24795         * sysdeps/unix/sysv/linux/powerpc/configure.ac
24796         (ldd_rewrite_script): Define variable.
24797         * sysdeps/unix/sysv/linux/powerpc/configure: Regenerated.
24798         * sysdeps/unix/sysv/linux/powerpc/powerpc32/configure.ac: New
24799         file.
24800         * sysdeps/unix/sysv/linux/powerpc/powerpc32/configure: New
24801         generated file.
24802         * sysdeps/unix/sysv/linux/s390/configure.ac: New file.
24803         * sysdeps/unix/sysv/linux/s390/configure: New generated file.
24804         * sysdeps/unix/sysv/linux/sh/configure.ac: New file.
24805         * sysdeps/unix/sysv/linux/sh/configure: New generated file.
24806         * sysdeps/unix/sysv/linux/sparc/configure.ac: New file.
24807         * sysdeps/unix/sysv/linux/sparc/configure: New generated file.
24808         * sysdeps/unix/sysv/linux/x86_64/configure.ac: New file.
24809         * sysdeps/unix/sysv/linux/x86_64/configure: New generated file.
24811 2014-06-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
24813         [BZ #17084]
24814         * sysdeps/x86/nptl/bits/pthreadtypes.h (pthread_mutex_t):
24815         Rename member __data.d to __data.__elision_data.
24817 2014-06-24  Wilco  <wdijkstr@arm.com>
24819         * NEWS: Add 16918 to fixed bug list.
24821 2014-06-24  Wilco  <wdijkstr@arm.com>
24823         * sysdeps/arm/fesetenv.c (fesetenv): Optimize implementation.
24825 2014-06-24  Wilco  <wdijkstr@arm.com>
24827         * sysdeps/arm/fpu_control.h (_FPU_MASK_RM): Define.
24828         * sysdeps/arm/fenv_private.h (libc_fesetround_vfp)
24829         (libc_feholdexcept_setround_vfp) (libc_feholdsetround_vfp)
24830         (libc_feresetround_vfp) (libc_feholdsetround_vfp_ctx)
24831         (libc_feresetround_vfp_ctx): Use _FPU_MASK_RM.
24832         * sysdeps/arm/fesetround.c (fesetround): Use _FPU_MASK_RM.
24833         * sysdeps/arm/get-rounding-mode.h (get_rounding_mode):
24834         Use _FPU_MASK_RM.
24836 2014-06-24  Wilco  <wdijkstr@arm.com>
24838         * sysdeps/arm/fsetexcptflg.c (fesetexceptflag): Remove unused include.
24840 2014-06-24  Wilco  <wdijkstr@arm.com>
24842         * sysdeps/arm/feholdexcpt.c (feholdexcept): Remove space.
24843         * sysdeps/arm/fesetenv.c (fesetenv): Remove space.
24844         * sysdeps/arm/fesetround.c (fesetround): Remove space.
24845         * sysdeps/arm/fraiseexcpt.c (feraiseexcept): Remove space.
24847 2014-06-24  Wilco  <wdijkstr@arm.com>
24849         [BZ #16918]
24850         * sysdeps/arm/feupdateenv.c (feupdateenv):
24851         Rewrite to reduce FPSCR accesses and fix return value.
24853 2014-06-24  Wilco  <wdijkstr@arm.com>
24855         * sysdeps/arm/fclrexcpt.c (feclearexcept):
24856         Optimize to avoid unnecessary FPSCR writes.
24857         * sysdeps/arm/fedisblxcpt.c (fedisableexcept): Likewise.
24858         * sysdeps/arm/feenablxcpt.c (feenableexcept): Likewise.
24859         * sysdeps/arm/fsetexcptflg.c (fesetexceptflag): Likewise.
24860         * sysdeps/arm/setfpucw.c (__setfpucw): Likewise.
24862 2014-06-24  Wilco  <wdijkstr@arm.com>
24864         * sysdeps/arm/fegetround.c (fegetround): Call get_rounding_mode.
24865         * sysdeps/arm/feholdexcpt.c (feholdexcept): Call libc_feholdexcept_vfp.
24866         * sysdeps/arm/fesetround.c (fesetround): Call libc_fesetround_vfp.
24867         * sysdeps/arm/fgetexcptflg.c (fegetexceptflag):
24868         Call libc_fetestexcept_vfp.
24869         * sysdeps/arm/ftestexcept.c (fetestexcept): Call libc_fetestexcept_vfp.
24870         * sysdeps/arm/fenv_private.h: Move libc_*_vfp functions outside of
24871         __SOFTFP__ ifdef so that they can be built for softfp.
24873 2014-06-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
24875         * sysdeps/x86/nptl/elide.h (elision_adapt): Make first
24876         argument type signed char.
24878         * Makerules (check-abi): Dump diff of symlist if the test
24879         fails.
24881 2014-06-23  Roland McGrath  <roland@hack.frob.com>
24883         * sysdeps/generic/get-rounding-mode.h: Include <stdlib.h> before
24884         using abort.
24886         * sysdeps/unix/sysv/linux/fstatvfs.c (fstatvfs):
24887         Remove unused variable ST.
24889 2014-06-23  Joseph Myers  <joseph@codesourcery.com>
24891         [BZ #16354]
24892         [BZ #17061]
24893         * sysdeps/ieee754/dbl-64/e_cosh.c (__ieee754_cosh): Check for
24894         small arguments before calling __expm1.
24895         * sysdeps/ieee754/flt-32/e_coshf.c (__ieee754_coshf): Check for
24896         small arguments before calling __expm1f.
24897         * sysdeps/ieee754/ldbl-128/e_coshl.c (__ieee754_coshl): Check for
24898         small arguments before calling __expm1l.
24899         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c (__ieee754_coshl):
24900         Likewise.
24901         * sysdeps/ieee754/ldbl-96/e_coshl.c (__ieee754_coshl): Likewise.
24902         * math/auto-libm-test-in: Add more cosh tests.  Do not allow
24903         spurious underflow for some cosh tests.
24904         * math/auto-libm-test-out: Regenerated.
24905         * sysdeps/i386/fpu/libm-test-ulps: Update.
24907         [BZ #17050]
24908         * sysdeps/ieee754/dbl-64/e_j1.c: Include <errno.h>.
24909         (__ieee754_y1): Set errno if return value overflows.
24910         * sysdeps/ieee754/flt-32/e_j1f.c: Include <errno.h>.
24911         (__ieee754_y1f): Set errno if return value overflows.
24912         * sysdeps/ieee754/ldbl-128/e_j1l.c: Include <errno.h>.
24913         (__ieee754_y1l): Set errno if return value overflows.
24914         * sysdeps/ieee754/ldbl-96/e_j1l.c: Include <errno.h>.
24915         (__ieee754_y1l): Set errno if return value overflows.
24916         * math/auto-libm-test-in: Add more tests of y0, y1 and yn.
24917         * math/auto-libm-test-out: Regenerated.
24919         * math/gen-auto-libm-tests.c: Document use of
24920         ignore-zero-inf-sign.
24921         (input_flag_type): Add value flag_ignore_zero_inf_sign.
24922         (input_flags): Add ignore-zero-inf-sign.
24923         (output_for_one_input_case): Handle flag_ignore_zero_inf_sign.
24924         * math/gen-libm-test.pl (generate_testfile): Handle
24925         ignore-zero-inf-sign.
24926         * math/auto-libm-test-in: Mark some cpow tests with
24927         ignore-zero-inf-sign and some with xfail-rounding.
24928         * math/auto-libm-test-out: Regenerated.
24929         * math/libm-test.inc (cpow_test): Use ALL_RM_TEST.
24930         * sysdeps/i386/fpu/libm-test-ulps: Update.
24931         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
24933         [BZ #16315]
24934         * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Ensure possibly
24935         overflowing or underflowing operations take place with sign of
24936         result.
24937         * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Likewise.
24938         * sysdeps/i386/fpu/e_powl.S (__ieee754_powl): Likewise.
24939         * sysdeps/ieee754/dbl-64/e_pow.c: Include <math.h>.
24940         (__ieee754_pow): Recompute overflowing and underflowing results in
24941         original rounding mode.
24942         * sysdeps/x86/fpu/powl_helper.c: Include <stdbool.h>.
24943         (__powl_helper): Allow negative argument X and scale negated value
24944         as needed.  Avoid passing value outside [-1, 1] to f2xm1.
24945         * sysdeps/x86_64/fpu/e_powl.S (__ieee754_powl): Ensure possibly
24946         overflowing or underflowing operations take place with sign of
24947         result.
24948         * sysdeps/x86_64/fpu/multiarch/e_pow.c [HAVE_FMA4_SUPPORT]:
24949         Include <math.h>.
24950         * math/auto-libm-test-in: Add more tests of pow.
24951         * math/auto-libm-test-out: Regenerated.
24952         * math/libm-test.inc (pow_test): Use ALL_RM_TEST.
24953         (pow_tonearest_test_data): Remove.
24954         (pow_test_tonearest): Likewise.
24955         (pow_towardzero_test_data): Likewise.
24956         (pow_test_towardzero): Likewise.
24957         (pow_downward_test_data): Likewise.
24958         (pow_test_downward): Likewise.
24959         (pow_upward_test_data): Likewise.
24960         (pow_test_upward): Likewise.
24961         (main): Don't call removed functions.
24962         * sysdeps/i386/fpu/libm-test-ulps: Update.
24963         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
24965 2014-06-23  Roland McGrath  <roland@hack.frob.com>
24967         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/c++-types.data:
24968         Moved ...
24969         * sysdeps/unix/sysv/linux/powerpc/powerpc32/c++-types.data: ... here.
24970         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
24971         Moved ...
24972         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/libc.abilist: ... here.
24973         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libm.abilist:
24974         Moved ...
24975         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/libm.abilist: ... here.
24976         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/localplt.data:
24977         Moved ...
24978         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/localplt.data: ... here.
24979         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/c++-types.data:
24980         File removed.
24981         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/ld.abilist:
24982         File removed.
24983         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libBrokenLocale.abilist:
24984         File removed.
24985         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libanl.abilist:
24986         File removed.
24987         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libcrypt.abilist:
24988         File removed.
24989         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libdl.abilist:
24990         File removed.
24991         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libnsl.abilist:
24992         File removed.
24993         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libpthread.abilist:
24994         File removed.
24995         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libresolv.abilist:
24996         File removed.
24997         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/librt.abilist:
24998         File removed.
24999         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libthread_db.abilist:
25000         File removed.
25001         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libutil.abilist:
25002         File removed.
25003         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/ld.abilist:
25004         Moved ...
25005         * sysdeps/unix/sysv/linux/powerpc/powerpc32/ld.abilist: ... here.
25006         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libBrokenLocale.abilist:
25007         Moved ...
25008         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libBrokenLocale.abilist:
25009         ... here.
25010         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libanl.abilist:
25011         Moved ...
25012         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libanl.abilist: ... here.
25013         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libcrypt.abilist:
25014         Moved ...
25015         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libcrypt.abilist: ... here.
25016         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libdl.abilist:
25017         Moved ...
25018         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libdl.abilist: ... here.
25019         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libnsl.abilist:
25020         Moved ...
25021         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libnsl.abilist: ... here.
25022         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libpthread.abilist:
25023         Moved ...
25024         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libpthread.abilist: ... here.
25025         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libresolv.abilist:
25026         Moved ...
25027         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libresolv.abilist: ... here.
25028         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/librt.abilist:
25029         Moved ...
25030         * sysdeps/unix/sysv/linux/powerpc/powerpc32/librt.abilist: ... here.
25031         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libthread_db.abilist: Moved ...
25032         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libthread_db.abilist:
25033         ... here.
25034         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libutil.abilist:
25035         Moved ...
25036         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libutil.abilist: ... here.
25037         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libc.abilist:
25038         Moved ...
25039         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/libc.abilist:
25040         ... here.
25041         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libm.abilist:
25042         Moved ...
25043         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/libm.abilist:
25044         ... here.
25045         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/localplt.data:
25046         Moved ...
25047         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/localplt.data:
25048         ... here.
25049         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/c++-types.data:
25050         Moved ...
25051         * sysdeps/unix/sysv/linux/powerpc/powerpc64/c++-types.data: ... here.
25052         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld-le.abilist:
25053         Moved ...
25054         * sysdeps/unix/sysv/linux/powerpc/powerpc64/ld-le.abilist: ... here.
25055         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld.abilist: Moved ...
25056         * sysdeps/unix/sysv/linux/powerpc/powerpc64/ld.abilist: ... here.
25057         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libBrokenLocale-le.abilist:
25058         Moved ...
25059         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libBrokenLocale-le.abilist:
25060         ... here.
25061         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libBrokenLocale.abilist:
25062         Moved ...
25063         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libBrokenLocale.abilist:
25064         ... here.
25065         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libanl-le.abilist:
25066         Moved ...
25067         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libanl-le.abilist: ... here.
25068         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libanl.abilist:
25069         Moved ...
25070         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libanl.abilist: ... here.
25071         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc-le.abilist:
25072         Moved ...
25073         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libc-le.abilist: ... here.
25074         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
25075         Moved ...
25076         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libc.abilist: ... here.
25077         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libcrypt-le.abilist:
25078         Moved ...
25079         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libcrypt-le.abilist:
25080         ... here.
25081         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libcrypt.abilist:
25082         Moved ...
25083         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libcrypt.abilist: ... here.
25084         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libdl-le.abilist:
25085         Moved ...
25086         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libdl-le.abilist: ... here.
25087         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libdl.abilist:
25088         Moved ...
25089         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libdl.abilist: ... here.
25090         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm-le.abilist:
25091         Moved ...
25092         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libm-le.abilist: ... here.
25093         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm.abilist: Moved ...
25094         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libm.abilist: ... here.
25095         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libnsl-le.abilist:
25096         Moved ...
25097         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libnsl-le.abilist: ... here.
25098         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libnsl.abilist:
25099         Moved ...
25100         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libnsl.abilist: ... here.
25101         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread-le.abilist:
25102         Moved ...
25103         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libpthread-le.abilist:
25104         ... here.
25105         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread.abilist:
25106         Moved ...
25107         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libpthread.abilist:
25108         ... here.
25109         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libresolv-le.abilist:
25110         Moved ...
25111         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libresolv-le.abilist:
25112         ... here.
25113         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libresolv.abilist:
25114         Moved ...
25115         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libresolv.abilist: ... here.
25116         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/librt-le.abilist:
25117         Moved ...
25118         * sysdeps/unix/sysv/linux/powerpc/powerpc64/librt-le.abilist: ... here.
25119         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/librt.abilist:
25120         Moved ...
25121         * sysdeps/unix/sysv/linux/powerpc/powerpc64/librt.abilist: ... here.
25122         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libthread_db-le.abilist:
25123         Moved ...
25124         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libthread_db-le.abilist:
25125         ... here.
25126         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libthread_db.abilist:
25127         Moved ...
25128         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libthread_db.abilist:
25129         ... here.
25130         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libutil-le.abilist:
25131         Moved ...
25132         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libutil-le.abilist:
25133         ... here.
25134         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libutil.abilist:
25135         Moved ...
25136         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libutil.abilist: ... here.
25137         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/localplt.data:
25138         Moved ...
25139         * sysdeps/unix/sysv/linux/powerpc/powerpc64/localplt.data: ... here.
25141 2014-06-23  Will Newton  <will.newton@linaro.org>
25142             Wilco  <wdijkstr@arm.com>
25144         * sysdeps/generic/math_private.h: Add generic HAVE_RM_CTX
25145         implementation.  Include get-rounding-mode.h.
25146         [!HAVE_RM_CTX]: Define HAVE_RM_CTX to zero.
25147         [!libc_feholdsetround_noex_ctx]: Define
25148         libc_feholdsetround_noex_ctx.
25149         [!libc_feholdsetround_noexf_ctx]: Define
25150         libc_feholdsetround_noexf_ctx.
25151         [!libc_feholdsetround_noexl_ctx]: Define
25152         libc_feholdsetround_noexl_ctx.
25153         (libc_feholdsetround_ctx): New function.
25154         (libc_feresetround_ctx): New function.
25155         (libc_feholdsetround_noex_ctx): New function.
25156         (libc_feresetround_noex_ctx): New function.
25158 2014-06-23  Roland McGrath  <roland@hack.frob.com>
25160         * sysdeps/unix/sysv/linux/mips/nptl/bits/pthreadtypes.h: Moved ...
25161         * sysdeps/mips/nptl/bits/pthreadtypes.h: ... here.
25162         * sysdeps/unix/sysv/linux/mips/nptl/bits/semaphore.h: Moved ...
25163         * sysdeps/mips/nptl/bits/semaphore.h: ... here.
25164         * sysdeps/unix/sysv/linux/mips/nptl/bits/local_lim.h: Moved ...
25165         * sysdeps/unix/sysv/linux/mips/bits/local_lim.h: ... here.
25167         * sysdeps/unix/sysv/linux/m68k/nptl/bits/pthreadtypes.h: Moved ...
25168         * sysdeps/m68k/nptl/bits/pthreadtypes.h: ... here.
25169         * sysdeps/unix/sysv/linux/m68k/nptl/bits/semaphore.h: Moved ...
25170         * sysdeps/m68k/nptl/bits/semaphore.h: ... here.
25171         * sysdeps/unix/sysv/linux/m68k/nptl/c++-types.data: Moved ...
25172         * sysdeps/unix/sysv/linux/m68k/c++-types.data: ... here.
25173         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/bits/atomic.h: Moved ...
25174         * sysdeps/unix/sysv/linux/m68k/coldfire/bits/atomic.h: ... here.
25175         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/ld.abilist: Moved ...
25176         * sysdeps/unix/sysv/linux/m68k/coldfire/ld.abilist: ... here.
25177         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libBrokenLocale.abilist:
25178         Moved ...
25179         * sysdeps/unix/sysv/linux/m68k/coldfire/libBrokenLocale.abilist:
25180         ... here.
25181         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libanl.abilist: Moved ...
25182         * sysdeps/unix/sysv/linux/m68k/coldfire/libanl.abilist: ... here.
25183         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libc.abilist: Moved ...
25184         * sysdeps/unix/sysv/linux/m68k/coldfire/libc.abilist: ... here.
25185         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libcrypt.abilist:
25186         Moved ...
25187         * sysdeps/unix/sysv/linux/m68k/coldfire/libcrypt.abilist: ... here.
25188         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libdl.abilist: Moved ...
25189         * sysdeps/unix/sysv/linux/m68k/coldfire/libdl.abilist: ... here.
25190         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libm.abilist: Moved ...
25191         * sysdeps/unix/sysv/linux/m68k/coldfire/libm.abilist: ... here.
25192         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libnsl.abilist: Moved ...
25193         * sysdeps/unix/sysv/linux/m68k/coldfire/libnsl.abilist: ... here.
25194         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libpthread.abilist:
25195         Moved ...
25196         * sysdeps/unix/sysv/linux/m68k/coldfire/libpthread.abilist: ... here.
25197         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libresolv.abilist:
25198         Moved ...
25199         * sysdeps/unix/sysv/linux/m68k/coldfire/libresolv.abilist: ... here.
25200         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/librt.abilist: Moved ...
25201         * sysdeps/unix/sysv/linux/m68k/coldfire/librt.abilist: ... here.
25202         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libthread_db.abilist:
25203         Moved ...
25204         * sysdeps/unix/sysv/linux/m68k/coldfire/libthread_db.abilist: ... here.
25205         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libutil.abilist: Moved ...
25206         * sysdeps/unix/sysv/linux/m68k/coldfire/libutil.abilist: ... here.
25207         * sysdeps/unix/sysv/linux/m68k/nptl/localplt.data: Moved ...
25208         * sysdeps/unix/sysv/linux/m68k/localplt.data: ... here.
25209         * sysdeps/unix/sysv/linux/m68k/nptl/lowlevellock.h: Moved ...
25210         * sysdeps/unix/sysv/linux/m68k/lowlevellock.h: ... here.
25211         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/ld.abilist: Moved ...
25212         * sysdeps/unix/sysv/linux/m68k/m680x0/ld.abilist: ... here.
25213         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libBrokenLocale.abilist:
25214         Moved ...
25215         * sysdeps/unix/sysv/linux/m68k/m680x0/libBrokenLocale.abilist:
25216         ... here.
25217         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libanl.abilist: Moved ...
25218         * sysdeps/unix/sysv/linux/m68k/m680x0/libanl.abilist: ... here.
25219         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libc.abilist: Moved ...
25220         * sysdeps/unix/sysv/linux/m68k/m680x0/libc.abilist: ... here.
25221         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libcrypt.abilist: Moved ...
25222         * sysdeps/unix/sysv/linux/m68k/m680x0/libcrypt.abilist: ... here.
25223         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libdl.abilist: Moved ...
25224         * sysdeps/unix/sysv/linux/m68k/m680x0/libdl.abilist: ... here.
25225         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libm.abilist: Moved ...
25226         * sysdeps/unix/sysv/linux/m68k/m680x0/libm.abilist: ... here.
25227         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libnsl.abilist: Moved ...
25228         * sysdeps/unix/sysv/linux/m68k/m680x0/libnsl.abilist: ... here.
25229         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libpthread.abilist:
25230         Moved ...
25231         * sysdeps/unix/sysv/linux/m68k/m680x0/libpthread.abilist: ... here.
25232         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libresolv.abilist: Moved ...
25233         * sysdeps/unix/sysv/linux/m68k/m680x0/libresolv.abilist: ... here.
25234         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/librt.abilist: Moved ...
25235         * sysdeps/unix/sysv/linux/m68k/m680x0/librt.abilist: ... here.
25236         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libthread_db.abilist:
25237         Moved ...
25238         * sysdeps/unix/sysv/linux/m68k/m680x0/libthread_db.abilist: ... here.
25239         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libutil.abilist: Moved ...
25240         * sysdeps/unix/sysv/linux/m68k/m680x0/libutil.abilist: ... here.
25241         * sysdeps/unix/sysv/linux/m68k/nptl/sysdep-cancel.h: Moved ...
25242         * sysdeps/unix/sysv/linux/m68k/sysdep-cancel.h: ... here.
25244         * sysdeps/unix/sysv/linux/sh/nptl/c++-types.data: Moved ...
25245         * sysdeps/unix/sysv/linux/sh/c++-types.data: ... here.
25246         * sysdeps/unix/sysv/linux/sh/nptl/ld.abilist: Moved ...
25247         * sysdeps/unix/sysv/linux/sh/ld.abilist: ... here.
25248         * sysdeps/unix/sysv/linux/sh/nptl/libBrokenLocale.abilist: Moved ...
25249         * sysdeps/unix/sysv/linux/sh/libBrokenLocale.abilist: ... here.
25250         * sysdeps/unix/sysv/linux/sh/nptl/libanl.abilist: Moved ...
25251         * sysdeps/unix/sysv/linux/sh/libanl.abilist: ... here.
25252         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Moved ...
25253         * sysdeps/unix/sysv/linux/sh/libc.abilist: ... here.
25254         * sysdeps/unix/sysv/linux/sh/nptl/libcrypt.abilist: Moved ...
25255         * sysdeps/unix/sysv/linux/sh/libcrypt.abilist: ... here.
25256         * sysdeps/unix/sysv/linux/sh/nptl/libdl.abilist: Moved ...
25257         * sysdeps/unix/sysv/linux/sh/libdl.abilist: ... here.
25258         * sysdeps/unix/sysv/linux/sh/nptl/libm.abilist: Moved ...
25259         * sysdeps/unix/sysv/linux/sh/libm.abilist: ... here.
25260         * sysdeps/unix/sysv/linux/sh/nptl/libnsl.abilist: Moved ...
25261         * sysdeps/unix/sysv/linux/sh/libnsl.abilist: ... here.
25262         * sysdeps/unix/sysv/linux/sh/nptl/libpthread.abilist: Moved ...
25263         * sysdeps/unix/sysv/linux/sh/libpthread.abilist: ... here.
25264         * sysdeps/unix/sysv/linux/sh/nptl/libresolv.abilist: Moved ...
25265         * sysdeps/unix/sysv/linux/sh/libresolv.abilist: ... here.
25266         * sysdeps/unix/sysv/linux/sh/nptl/librt.abilist: Moved ...
25267         * sysdeps/unix/sysv/linux/sh/librt.abilist: ... here.
25268         * sysdeps/unix/sysv/linux/sh/nptl/libthread_db.abilist: Moved ...
25269         * sysdeps/unix/sysv/linux/sh/libthread_db.abilist: ... here.
25270         * sysdeps/unix/sysv/linux/sh/nptl/libutil.abilist: Moved ...
25271         * sysdeps/unix/sysv/linux/sh/libutil.abilist: ... here.
25273 2014-06-23  Joseph Myers  <joseph@codesourcery.com>
25275         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h [__USE_GNU]
25276         (FALLOC_FL_COLLAPSE_RANGE): New macro.
25277         [__USE_GNU] (FALLOC_FL_ZERO_RANGE): Likewise.
25278         * sysdeps/unix/sysv/linux/bits/in.h (IP_PMTUDISC_OMIT): Likewise.
25279         (IPV6_PMTUDISC_INTERFACE): Likewise.
25280         (IPV6_PMTUDISC_OMIT): Likewise.
25282 2014-06-23  Andreas Schwab  <schwab@suse.de>
25284         * nptl/sysdeps/unix/sysv/linux/mq_notify.c (init_mq_netlink):
25285         Remove unused errout label.
25287 2014-06-23  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
25289         * sysdeps/powerpc/bits/hwcap.h [PPC_FEATURE2_HAS_VEC_CRYPTO]: New
25290         macro: hardware supports Vector Crypto instructions.
25292 2014-06-23  Will Newton  <will.newton@linaro.org>
25294         * elf/dl-lookup.c: Use __glibc_unlikely and __glibc_likely
25295         rather than __builtin_expect.
25297         * elf/dl-lookup.c (undefined_msg): Remove variable.
25298         (_dl_lookup_symbol_x): Replace undefined_msg with string
25299         literal.
25301         * elf/dl-lookup.c (do_lookup_unique): New function.
25302         (do_lookup_x): Move STB_GNU_UNIQUE handling code
25303         to a separate function.
25305 2014-06-23  Andreas Schwab  <schwab@suse.de>
25307         [BZ #17079]
25308         * nss/nss_files/files-XXX.c (get_contents): Store overflow marker
25309         before reading the next line.
25311 2014-06-23  Will Newton  <will.newton@linaro.org>
25313         * test-skeleton.c (signal_handler): Use printf and %m
25314         rather than perror.  Use printf rather than fprintf to
25315         stderr.  Use puts rather than fputs to stderr.
25316         (main): Likewise.
25318 2014-06-22  Ludovic Courtès  <ludo@gnu.org>
25320         * nscd/nscd.c (thread_info_t): Remove typedef.
25321         (thread_info): Remove variable.
25323 2014-06-21  Allan McRae  <allan@archlinux.org>
25325         * NEWS: Mention CVE-2014-4043.
25327 2014-06-20  Roland McGrath  <roland@hack.frob.com>
25329         * nptl/sysdeps/unix/sysv/linux/smp.h: Moved ...
25330         * nptl/smp.h: ... here.
25332         * nptl/sysdeps/unix/sysv/linux/rtld-lowlevel.h: File removed.
25334         * include/libc-symbols.h (HAVE_CONFIG_H, STDC_HEADERS): New macros.
25335         * catgets/Makefile (catgets-CPPFLAGS): Remove -DHAVE_CONFIG_H.
25336         * locale/Makefile (CPPFLAGS-locale-programs): Likewise.
25337         * stdlib/strtol_l.c [_LIBC] (STDC_HEADERS): Don't define it.
25339         * nptl/allocatestack.c: Include <stack-aliasing.h>.
25340         * nptl/stack-aliasing.h: New file.
25341         * sysdeps/i386/i686/stack-aliasing.h: New file.
25342         * sysdeps/i386/i686/nptl/Makefile: File removed.
25343         * sysdeps/x86_64/stack-aliasing.h: New file.
25344         * sysdeps/x86_64/nptl/Makefile
25345         (CFLAGS-pthread_create.c): Variable removed.
25347         * nptl/sysdeps/unix/sysv/linux/bits/local_lim.h: Moved ...
25348         * sysdeps/unix/sysv/linux/bits/local_lim.h: ... here, replacing the
25349         old file.
25350         * nptl/sysdeps/unix/sysv/linux/bits/posix_opt.h: Moved ...
25351         * sysdeps/unix/sysv/linux/bits/posix_opt.h: ... here, replacing the
25352         old file.
25354 2014-06-21  Joseph Myers  <joseph@codesourcery.com>
25356         * sysdeps/unix/sysv/linux/arm/kernel-features.h
25357         (__ASSUME_SIGFRAME_V2): Remove macro.
25358         * sysdeps/unix/sysv/linux/arm/sigrestorer.S: Update comment.
25359         [!__ASSUME_SIGFRAME_V2]: Remove conditional code.
25360         (__default_sa_restorer_v2): Rename to __default_sa_restorer.
25361         (__default_rt_sa_restorer_v2): Rename to __default_rt_sa_restorer.
25362         * sysdeps/unix/sysv/linux/arm/sigaction.c (__default_sa_restorer):
25363         Declare as function.  Remove conditional macro definitions.
25364         (__default_rt_sa_restorer): Likewise.
25365         (__default_sa_restorer_v1): Remove declaration.
25366         (__default_sa_restorer_v2): Likewise.
25367         (__default_rt_sa_restorer_v1): Likewise.
25368         (__default_rt_sa_restorer_v2): Likewise.
25369         * sysdeps/unix/sysv/linux/arm/Versions (GLIBC_PRIVATE): Remove
25370         __default_sa_restorer_v1, __default_rt_sa_restorer_v1,
25371         __default_sa_restorer_v2 and __default_rt_sa_restorer_v2.
25373 2014-06-20  Roland McGrath  <roland@hack.frob.com>
25375         * sysdeps/unix/sysv/linux/sparc/Makefile [$(subdir) = nptl]
25376         (libpthread-routines): Add sysdep.
25377         * nptl/sysdeps/unix/sysv/linux/sparc/Makefile: File removed.
25378         * sysdeps/unix/sysv/linux/sparc/Versions
25379         (libpthread: GLIBC_2.3.3): New version set.
25380         * nptl/sysdeps/unix/sysv/linux/sparc/Versions: File removed.
25381         * nptl/sysdeps/unix/sysv/linux/sparc/aio_cancel.c: Moved ...
25382         * sysdeps/unix/sysv/linux/sparc/aio_cancel.c: ... here.
25383         * nptl/sysdeps/unix/sysv/linux/sparc/internaltypes.h: Moved ...
25384         * sysdeps/sparc/nptl/internaltypes.h: ... here.  Use #include_next.
25385         * nptl/sysdeps/unix/sysv/linux/sparc/pthread_barrier_destroy.c:
25386         Moved ...
25387         * sysdeps/sparc/nptl/pthread_barrier_destroy.c: ... here.
25388         * nptl/sysdeps/unix/sysv/linux/sparc/pthread_barrier_init.c: Moved ...
25389         * sysdeps/sparc/nptl/pthread_barrier_init.c: ... here.
25390         * nptl/sysdeps/unix/sysv/linux/sparc/pthread_barrier_wait.c: Moved ...
25391         * sysdeps/sparc/nptl/pthread_barrier_wait.c: ... here.
25392         * nptl/sysdeps/unix/sysv/linux/sparc/sem_init.c: Moved ...
25393         * sysdeps/sparc/nptl/sem_init.c: ... here.
25394         * nptl/sysdeps/unix/sysv/linux/sparc/sem_post.c: Moved ...
25395         * sysdeps/sparc/nptl/sem_post.c: ... here.
25396         * nptl/sysdeps/unix/sysv/linux/sparc/sem_timedwait.c: Moved ...
25397         * sysdeps/sparc/nptl/sem_timedwait.c: ... here.
25398         * nptl/sysdeps/unix/sysv/linux/sparc/sem_wait.c: Moved ...
25399         * sysdeps/sparc/nptl/sem_wait.c: ... here.
25400         * nptl/sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Moved ...
25401         * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: ... here.
25402         * sysdeps/sparc/sparc32/sparcv9/Makefile [$(subdir) = nptl]
25403         (libpthread-routines): Add cpu_relax.
25404         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/Makefile:
25405         File removed.
25406         * sysdeps/unix/sysv/linux/sparc/sparc64/Versions
25407         (librt: GLIBC_2.3.3): New version set.
25408         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/Versions: File removed.
25409         * sysdeps/sparc/sparc64/nptl/Makefile: New file.
25410         * sysdeps/unix/sysv/linux/sparc/sparc64/Makefile [$(subdir) = nptl]
25411         (CFLAGS-pause.c, CFLAGS-sigsuspend.c): New variables.
25412         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/Makefile: File removed.
25413         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/lowlevellock.c: Moved ...
25414         * sysdeps/sparc/sparc32/nptl/lowlevellock.c: ... here.
25415         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/pthread_barrier_wait.c:
25416         Moved ...
25417         * sysdeps/sparc/sparc32/nptl/pthread_barrier_wait.c: ... here.
25418         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sem_post.c: Moved ...
25419         * sysdeps/sparc/sparc32/nptl/sem_post.c: ... here.
25420         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sem_timedwait.c: Moved ...
25421         * sysdeps/sparc/sparc32/nptl/sem_timedwait.c: ... here.
25422         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sem_trywait.c: Moved ...
25423         * sysdeps/sparc/sparc32/nptl/sem_trywait.c: ... here.
25424         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sem_wait.c: Moved ...
25425         * sysdeps/sparc/sparc32/nptl/sem_wait.c: ... here.
25426         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/cpu_relax.S:
25427         Moved ...
25428         * sysdeps/sparc/sparc32/sparcv9/nptl/cpu_relax.S: ... here.
25429         Update #include.
25430         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/pthread_barrier_wait.c:
25431         Moved ...
25432         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_barrier_wait.c: ... here.
25433         Update #include.
25434         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/sem_post.c:
25435         Moved ...
25436         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_post.c: ... here.
25437         Update #include.
25438         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/sem_timedwait.c:
25439         Moved ...
25440         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_timedwait.c: ... here.
25441         Update #include.
25442         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/sem_trywait.c:
25443         Moved ...
25444         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_trywait.c: ... here.
25445         Update #include.
25446         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/sem_wait.c:
25447         Moved ...
25448         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_wait.c: ... here.
25449         Update #include.
25450         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/cpu_relax.S: Moved ...
25451         * sysdeps/sparc/sparc64/nptl/cpu_relax.S: ... here.
25452         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sysdep-cancel.h: Moved ...
25453         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep-cancel.h: ... here.
25454         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/sysdep-cancel.h: Moved ...
25455         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep-cancel.h: ... here.
25456         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_create.c: Moved ...
25457         * sysdeps/unix/sysv/linux/sparc/sparc64/timer_create.c: ... here.
25458         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_delete.c: Moved ...
25459         * sysdeps/unix/sysv/linux/sparc/sparc64/timer_delete.c: ... here.
25460         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_getoverr.c:
25461         Moved ...
25462         * sysdeps/unix/sysv/linux/sparc/sparc64/timer_getoverr.c: ... here.
25463         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_gettime.c: Moved ...
25464         * sysdeps/unix/sysv/linux/sparc/sparc64/timer_gettime.c: ... here.
25465         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_settime.c: Moved ...
25466         * sysdeps/unix/sysv/linux/sparc/sparc64/timer_settime.c: ... here.
25468 2014-06-20  Joseph Myers  <joseph@codesourcery.com>
25470         * nptl/pthread_cond_wait.c: Include <kernel-features.h>.
25471         * nptl/pthread_rwlock_timedrdlock.c: Likewise.
25472         * nptl/pthread_rwlock_timedwrlock.c: Likewise.
25473         * nptl/sysdeps/unix/sysv/linux/lowlevelrobustlock.c: Likewise.
25474         * nscd/nscd.c: Likewise.
25475         * sysdeps/i386/nptl/tcb-offsets.sym: Likewise.
25476         * sysdeps/powerpc/nptl/tcb-offsets.sym: Likewise.
25477         * sysdeps/sh/nptl/tcb-offsets.sym: Likewise.
25478         * sysdeps/x86_64/nptl/tcb-offsets.sym: Likewise.
25480         * nptl/sysdeps/unix/sysv/linux/mq_notify.c: Do not include
25481         <kernel-features.h>.
25482         (init_mq_netlink): Remove conditional have_sock_cloexec
25483         definitions.  Remove code conditional on have_sock_cloexec < 0.
25484         (init_mq_netlink) [!SOCK_CLOEXEC]: Remove conditional code.
25485         (init_mq_netlink) [!__ASSUME_SOCK_CLOEXEC]: Likewise.
25486         * sysdeps/unix/sysv/linux/opensock.c: Do not include
25487         <kernel-features.h>.
25488         (__opensock) [SOCK_CLOEXEC]: Make code unconditional.
25489         (__opensock) [!__ASSUME_SOCK_CLOEXEC]: Remove conditional code.
25491 2014-06-20  H.J. Lu  <hongjiu.lu@intel.com>
25493         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
25494         Add tests for memset_chk and memset.
25496         * sysdeps/x86_64/multiarch/init-arch.h (HAS_AVX2): Defined
25497         with AVX2_Usable.
25499 2014-06-20  Maciej W. Rozycki  <macro@codesourcery.com>
25501         [BZ #16046]
25502         * elf/tst-dl-iter-static.c: New file.
25503         * elf/Makefile (tests-static): Add tst-dl-iter-static.
25505         * stdlib/tst-qsort2.c (main): Fix off-by-one argc interpretation
25506         error.
25508 2014-06-20  Joseph Myers  <joseph@codesourcery.com>
25510         * sysdeps/unix/sysv/linux/kernel-features.h
25511         (__ASSUME_F_GETOWN_EX): Remove macro.
25512         * sysdeps/unix/sysv/linux/fcntl.c: Do not include
25513         <kernel-features.h>.
25514         (miss_F_GETOWN_EX): Remove variable or macro.
25515         (do_fcntl): Do not check miss_F_GETOWN_EX.
25516         (do_fcntl) [!__ASSUME_F_GETOWN_EX]: Remove conditional code.
25518         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_AT_RANDOM):
25519         Remove macro.
25520         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard)
25521         [!__ASSUME_AT_RANDOM]: Remove conditional code.
25522         (_dl_setup_pointer_guard) [!__ASSUME_AT_RANDOM]: Likewise.
25524         * sysdeps/unix/sysv/linux/kernel-features.h
25525         (__ASSUME_ADJ_OFFSET_SS_READ): Remove macro.
25526         * sysdeps/unix/sysv/linux/adjtime.c (ADJTIME)
25527         [ADJ_OFFSET_SS_READ]: Make code unconditional.
25528         (ADJTIME) [!ADJ_OFFSET_SS_READ]: Remove conditional code.
25530 2014-06-20  Maciej W. Rozycki  <macro@codesourcery.com>
25532         [BZ #17075]
25533         * sysdeps/arm/dl-machine.h (elf_machine_rel) <R_ARM_TLS_DESC>:
25534         Fix calculation of the symbol's value.
25535         * sysdeps/arm/tst-armtlsdescloc.c: New file.
25536         * sysdeps/arm/tst-armtlsdesclocmod.c: New file.
25537         * sysdeps/arm/tst-armtlsdescextnow.c: New file.
25538         * sysdeps/arm/tst-armtlsdescextlazymod.c: New file.
25539         * sysdeps/arm/tst-armtlsdescextlazy.c: New file.
25540         * sysdeps/arm/tst-armtlsdescextnowmod.c: New file.
25541         * sysdeps/arm/Makefile (tests): Add `tst-armtlsdesc',
25542         `tst-armtlsdescextnow' and `tst-armtlsdescextlazy'.
25543         (modules-names): Add `tst-armtlsdescmod',
25544         `tst-armtlsdescextlazymod' and `tst-armtlsdescextnowmod'.
25545         (CPPFLAGS-tst-armtlsdescextnowmod.c): New variable.
25546         (CPPFLAGS-tst-armtlsdescextlazymod.c): Likewise.
25547         (CFLAGS-tst-armtlsdesclocmod.c): Likewise.
25548         (CFLAGS-tst-armtlsdescextnowmod.c): Likewise.
25549         (CFLAGS-tst-armtlsdescextlazymod.c): Likewise.
25550         (LDFLAGS-tst-armtlsdescextnowmod.so): Likewise.
25551         ($(objpfx)tst-armtlsdescloc): New dependency.
25552         ($(objpfx)tst-armtlsdescextnow): Likewise.
25553         ($(objpfx)tst-armtlsdescextlazy): Likewise.
25554         * sysdeps/arm/configure.ac: Add a check for tools' GNU descriptor
25555         TLS scheme support.
25556         * sysdeps/arm/configure: Regenerate.
25558 2014-06-20  Joseph Myers  <joseph@codesourcery.com>
25560         * include/fcntl.h (__atfct_seterrno): Remove prototype.
25561         (__atfct_seterrno_2): Likewise.
25562         * sysdeps/unix/sysv/linux/alpha/dl-fxstatat64.c: Do not include
25563         <kernel-features.h>.
25564         (__ASSUME_ATFCTS): Do not undefine and redefine.
25565         * sysdeps/unix/sysv/linux/alpha/fxstatat.c [__ASSUME_ATFCTS]
25566         (__have_atfcts): Remove conditional definition.
25567         (__fxstatat([__NR_fstatat64]: Make code unconditional.
25568         (__fxstatat) [!__ASSUME_ATFCTS]: Remove conditional code and code
25569         unreachable if [__ASSUME_ATFCTS].
25570         * sysdeps/unix/sysv/linux/dl-fxstatat64.c (__ASSUME_ATFCTS): Do
25571         not undefine and redefine.
25572         * sysdeps/unix/sysv/linux/faccessat.c: Do not include
25573         <kernel-features.h>.
25574         (faccessat) [__NR_faccessat]: Make code unconditional.
25575         (faccessat) [!__ASSUME_ATFCTS]: Remove conditional code.
25576         * sysdeps/unix/sysv/linux/fchmodat.c: Do not include
25577         <kernel-features.h>.
25578         (fchmodat) [__NR_fchmodat]: Make code unconditional.
25579         (fchmodat) [!__ASSUME_ATFCTS]: Remove conditional code.
25580         * sysdeps/unix/sysv/linux/fchownat.c: Do not include
25581         <kernel-features.h>.
25582         (fchownat) [__NR_fchownat]: Make code unconditional.
25583         (fchownat) [!__ASSUME_ATFCTS]: Remove conditional code.
25584         * sysdeps/unix/sysv/linux/futimesat.c: Do not include
25585         <kernel-features.h>.
25586         (futimesat) [__NR_futimesat]: Make code unconditional.
25587         (futimesat) [!__ASSUME_ATFCTS]: Remove conditional code.
25588         * sysdeps/unix/sysv/linux/fxstatat.c: Do not include
25589         <kernel-features.h>.
25590         (__fxstatat) [__NR_newfstatat]: Make code unconditional.
25591         (__fxstatat) [!__ASSUME_ATFCTS]: Remove conditional code.
25592         * sysdeps/unix/sysv/linux/fxstatat64.c: Do not include
25593         <kernel-features.h>.
25594         (__fxstatat64) [__NR_fstatat64]: Make code unconditional.
25595         (__fxstatat64) [!__ASSUME_ATFCTS]: Remove conditional code.
25596         * sysdeps/unix/sysv/linux/i386/fchownat.c: Remove file.
25597         * sysdeps/unix/sysv/linux/i386/fxstatat.c: Do not include
25598         <kernel-features.h>.
25599         (__fxstatat) [__NR_fstatat64]: Make code unconditional.
25600         (__fxstatat) [!__ASSUME_ATFCTS]: Remove conditional code.
25601         * sysdeps/unix/sysv/linux/linkat.c: Do not include
25602         <kernel-features.h>.
25603         (linkat) [__NR_linkat]: Make code unconditional.
25604         (linkat) [!__ASSUME_ATFCTS]: Remove conditional code.
25605         * sysdeps/unix/sysv/linux/m68k/fchownat.c: Remove file.
25606         * sysdeps/unix/sysv/linux/mips/mips64/fxstatat64.c: Do not include
25607         <kernel-features.h>.
25608         (__fxstatat64) [__NR_newfstatat]: Make code unconditional.
25609         (__fxstatat64) [!__ASSUME_ATFCTS]: Remove conditional code.
25610         * sysdeps/unix/sysv/linux/mkdirat.c: Do not include
25611         <kernel-features.h>.
25612         (mkdirat) [__NR_mkdirat]: Make code unconditional.
25613         (mkdirat) [!__ASSUME_ATFCTS]: Remove conditional code.
25614         * sysdeps/unix/sysv/linux/openat.c: Do not include
25615         <kernel-features.h>.
25616         [!__ASSUME_ATFCTS] (__atfct_seterrno): Remove function.
25617         [!__ASSUME_ATFCTS] (__have_atfcts): Remove variable.
25618         (OPENAT_NOT_CANCEL) [__NR_openat]: Make code unconditional.
25619         (OPENAT_NOT_CANCEL) [!__ASSUME_ATFCTS]: Remove conditional code.
25620         * sysdeps/unix/sysv/linux/powerpc/fchownat.c: Remove file.
25621         * sysdeps/unix/sysv/linux/readlinkat.c: Do not include
25622         <kernel-features.h>.
25623         (readlinkat) [__NR_readlinkat]: Make code unconditional.
25624         (readlinkat) [!__ASSUME_ATFCTS]: Remove conditional code.  Return
25625         result of INLINE_SYSCALL directly, not via int variable.
25626         * sysdeps/unix/sysv/linux/renameat.c: Do not include
25627         <kernel-features.h>.
25628         [!__ASSUME_ATFCTS] (__atfct_seterrno_2): Remove function.
25629         (renameat) [__NR_renameat]: Make code unconditional.
25630         (renameat) [!__ASSUME_ATFCTS]: Remove conditional code.
25631         * sysdeps/unix/sysv/linux/s390/s390-32/fchownat.c: Remove file.
25632         * sysdeps/unix/sysv/linux/sh/fchownat.c: Remove file.
25633         * sysdeps/unix/sysv/linux/sparc/sparc32/fchownat.c: Remove file.
25634         * sysdeps/unix/sysv/linux/sparc/sparc64/dl-fxstatat64.c
25635         (__ASSUME_ATFCTS): Do not undefine and redefine.
25636         * sysdeps/unix/sysv/linux/symlinkat.c: Do not include
25637         <kernel-features.h>.
25638         (symlinkat) [__NR_symlinkat]: Make code unconditional.
25639         (symlinkat) [!__ASSUME_ATFCTS]: Remove conditional code.
25640         * sysdeps/unix/sysv/linux/unlinkat.c: Do not include
25641         <kernel-features.h>.
25642         (unlinkat) [__NR_unlinkat]: Make code unconditional.
25643         (unlinkat) [!__ASSUME_ATFCTS]: Remove conditional code.
25644         * sysdeps/unix/sysv/linux/wordsize-64/dl-fxstatat64.c
25645         (__ASSUME_ATFCTS): Do not undefine and redefine.
25646         * sysdeps/unix/sysv/linux/wordsize-64/fxstatat.c: Do not include
25647         <kernel-features.h>.
25648         (__fxstatat) [__NR_newfstatat]: Make code unconditional.
25649         (__fxstatat) [!__ASSUME_ATFCTS]: Remove conditional code.
25650         * sysdeps/unix/sysv/linux/xmknodat.c: Do not include
25651         <kernel-features.h>.
25652         (__xmknodat) [__NR_mknodat]: Make code unconditional.
25653         (__xmknodat) [!__ASSUME_ATFCTS]: Remove conditional code.
25655 2014-06-20  H.J. Lu  <hongjiu.lu@intel.com>
25657         * sysdeps/x86_64/multiarch/rtld-strlen.S: Removed.
25659 2014-06-20  Andreas Schwab  <schwab@linux-m68k.org>
25661         [BZ #17069]
25662         * posix/regcomp.c (parse_reg_exp): Deallocate partially
25663         constructed tree before returning error.
25664         * posix/bug-regexp36.c: Expand test case.
25666 2014-06-20  Stefan Liebler  <stli@linux.vnet.ibm.com>
25668         [BZ #6803]
25669         * math/libm-test.inc (scalbln_test_date):
25670         Add errno expectations.
25671         * math/w_scalblnf.c: New File.
25672         Add wrapper which checks for setting errno to ERANGE.
25673         Add weak_alias for corresponding scalbln function.
25674         * math/w_scalbln.c: Likewise.
25675         * math/w_scalblnl.c: Likewise.
25676         * math/Makefile (libm-calls): Add w_scalbln.
25677         * sysdeps/ieee754/flt-32/s_scalblnf.c:
25678         Remove weak_alias for corresponding scalbln function.
25679         * sysdeps/ieee754/dbl-64/s_scalbln.c: Likewise.
25680         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbln.c: Likewise.
25681         * sysdeps/ieee754/ldbl-96/s_scalblnl.c: Likewise.
25682         * sysdeps/ieee754/ldbl-128/s_scalblnl.c: Likewise.
25683         * sysdeps/sparc/sparc64/soft-fp/s_scalblnl.c: Likewise.
25684         * sysdeps/i386/fpu/s_scalbnf.S: Likewise.
25685         * sysdeps/i386/fpu/s_scalbn.S: Likewise.
25686         * sysdeps/i386/fpu/s_scalbnl.S: Likewise.
25687         * sysdeps/m68k/m680x0/fpu/s_scalbn.c: Likewise.
25688         * sysdeps/ieee754/ldbl-64-128/s_scalblnl.c:
25689         Remove long_double_symbol for scalblnl function in libm, libc.
25690         * sysdeps/ieee754/ldbl-64-128/w_scalblnl.c: New File.
25691         Add wrapper which checks for setting errno to ERANGE.
25692         Add long_double_symbol for scalblnl function in libm, libc.
25693         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c:
25694         Remove long_double_symbol for scalblnl in libm.
25695         * sysdeps/ieee754/ldbl-128ibm/w_scalblnl.c: New File.
25696         Add wrapper which checks for setting errno to ERANGE.
25697         Add long_double_symbol for scalblnl function in libm.
25698         * sysdeps/ia64/fpu/w_scalblnf.c: New File.
25699         Do not use wrapper because of own implementation.
25701 2014-06-19  H.J. Lu  <hongjiu.lu@intel.com>
25703         * sysdeps/x86/nptl/bits/pthreadtypes.h (pthread_rwlock_t): Use
25704         3 bytes for __pad1 for x32.
25705         (__PTHREAD_RWLOCK_ELISION_EXTRA): Likewise.
25707 2014-06-19  Ling Ma  <ling.ml@alibaba-inc.com>
25708             H.J. Lu  <hongjiu.lu@intel.com>
25710         * sysdeps/x86_64/multiarch/Makefile: Add memset-avx2.
25711         * sysdeps/x86_64/multiarch/memset-avx2.S: New file.
25712         * sysdeps/x86_64/multiarch/memset.S: Likewise.
25713         * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
25714         * sysdeps/x86_64/multiarch/rtld-memset.S: Likewise.
25716 2014-06-19  Andreas Schwab  <schwab@linux-m68k.org>
25718         [BZ #17069]
25719         * posix/regcomp.c (parse_expression): Deallocate partially
25720         constructed tree before returning error.
25721         * posix/Makefile.c (tests): Add bug-regex36.
25722         (generated): Add bug-regex36.mtrace.
25723         (tests-special): Add $(objpfx)bug-regex36-mem.out
25724         (bug-regex36-ENV): New variable.
25725         ($(objpfx)bug-regex36-mem.out): New rule.
25726         * posix/bug-regex36.c: New file.
25728 2014-06-19  Will Newton  <will.newton@linaro.org>
25730         * malloc/malloc.c (systrim): If extra is zero then return
25731         early.
25733 2014-06-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
25735         * benchtests/Makefile ($(objpfx)bench-%.c): Remove $(.).
25737 2014-06-19  Richard Earnshaw  <rearnsha@arm.com>
25739         * sysdeps/aarch64/strchr.S: New file.
25741 2014-06-18  Joseph Myers  <joseph@codesourcery.com>
25743         [BZ #17022]
25744         * sysdeps/i386/fpu/e_logl.S (__ieee754_logl): Do not subtract 1
25745         from arguments -2 or below.
25746         * sysdeps/i386/i686/fpu/e_logl.S (__ieee754_logl): Likewise.
25747         * sysdeps/x86_64/fpu/e_logl.S (__ieee754_logl): Likewise.
25749 2014-06-18  Andreas Schwab  <schwab@suse.de>
25751         [BZ #17062]
25752         * posix/fnmatch_loop.c (FCT): Rerrange loop for skipping over rest
25753         of a bracket expr not to run off the end of the string.
25754         * posix/Makefile (tests): Add tst-fnmatch3.
25755         * posix/tst-fnmatch3.c: New file.
25757 2014-06-18  Joseph Myers  <joseph@codesourcery.com>
25759         * elf/Makefile ($(objpfx)tst-unused-dep.out): Use $(rtld-prefix).
25760         * iconvdata/Makefile ($(inst_gconvdir)/gconv-modules)
25761         [$(cross-compiling) = no]: Likewise.
25762         * sysdeps/s390/s390-64/Makefile ($(inst_gconvdir)/gconv-modules)
25763         [$(cross-compiling) = no]: Likewise.
25765 2014-16-17  Rajalakshmi Srinivasaraghavan <raji@linux.vnet.ibm.com>
25767         [BZ #17031]
25768         * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c: Consider the low
25769         double, adjusted for any remainder from the high double.
25770         * math/libm-test.inc (nearbyint): Add tests.
25771         (rint): Likewise.
25773 2014-06-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
25775         * nptl/sysdeps/powerpc/Makefile: Moved ...
25776         * sysdeps/powerpc/nptl/Makefile: ... here.
25777         * nptl/sysdeps/powerpc/pthread_spin_lock.c: Moved ...
25778         * sysdeps/powerpc/nptl/pthread_spin_lock.c: .. here.
25779         * nptl/sysdeps/powerpc/pthread_spin_trylock.c: Moved ...
25780         * sysdeps/powerpc/nptl/pthread_spin_trylock.c: ... here.
25781         * nptl/sysdeps/powerpc/pthreaddef.h: Moved ...
25782         * sysdeps/powerpc/nptl/pthreaddef.h: ... here.
25783         * nptl/sysdeps/powerpc/tcb-offsets.sym: Moved ...
25784         * sysdeps/powerpc/nptl/tcb-offsets.sym: ... here.
25785         * nptl/sysdeps/powerpc/tls.h: Moved ...
25786         * sysdeps/powerpc/nptl/tls.h: ... here.
25788 2014-06-16  Joseph Myers  <joseph@codesourcery.com>
25790         [BZ #16681]
25791         * sysdeps/i386/fpu/s_ceil.S (__ceil): Add CFI.
25792         * sysdeps/i386/fpu/s_ceilf.S (__ceilf): Likewise.
25793         * sysdeps/i386/fpu/s_ceill.S (__ceill): Likewise.
25794         * sysdeps/i386/fpu/s_floor.S (__floor): Likewise.
25795         * sysdeps/i386/fpu/s_floorf.S (__floorf): Likewise.
25796         * sysdeps/i386/fpu/s_floorl.S (__floorl): Likewise.
25797         * sysdeps/i386/fpu/s_trunc.S (__trunc): Likewise.
25798         * sysdeps/i386/fpu/s_truncf.S (__truncf): Likewise.
25799         * sysdeps/i386/fpu/s_truncl.S (__truncl): Likewise.
25801 2014-06-17  Andreas Schwab  <schwab@linux-m68k.org>
25803         * sysdeps/m68k/m680x0/fpu/libm-test-ulps: Update.
25805 2014-06-16  Andreas Schwab  <schwab@linux-m68k.org>
25807         * sysdeps/m68k/m680x0/bits/huge_vall.h: Fix missing space after
25808         defined operator.
25810         * scripts/cross-test-ssh.sh (timeoutfactor): Default to
25811         $TIMEOUTFACTOR.
25813 2014-06-16  Florian Weimer  <fweimer@redhat.com>
25815         [BZ #17058]
25816         * nptl/tst-setuid2.c (do_test): Fix tautological comparison in
25817         non-executed part of the test.
25819 2014-06-16  Andreas Schwab  <schwab@suse.de>
25821         * string/bits/string2.h (strdup, strndup): Update feature guard.
25823 2014-06-14  David S. Miller  <davem@davemloft.net>
25825         * sysdeps/sparc/fpu/libm-test-ulps: Update.
25827 2014-06-14  Andreas Schwab  <schwab@linux-m68k.org>
25829         * sysdeps/unix/sysv/linux/m68k/clone.S: Deconditionalize the code
25830         that was previously under [RESET_PID].
25831         * sysdeps/unix/sysv/linux/m68k/nptl/clone.S: Remove file.
25833         * sysdeps/unix/sysv/linux/m68k/pt-vfork.c: New file.
25834         * sysdeps/unix/sysv/linux/m68k/nptl/pt-vfork.S: Remove file.
25835         * sysdeps/unix/sysv/linux/m68k/vfork.S: Include <tcb-offsets.h>.
25836         (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
25837         (__libc_vfork): New strong alias.
25838         * sysdeps/unix/sysv/linux/m68k/nptl/vfork.S: Remove file.
25840 2014-06-14 Andi Kleen  <ak@linux.intel.com>
25842         * sysdeps/generic/elide.h: New file.
25844 2014-06-13  Stefan Liebler  <stli@linux.vnet.ibm.com>
25846         * Makefile (installed-headers): Adjust path of pthread.h header.
25848 2014-06-13  Roland McGrath  <roland@hack.frob.com>
25850         * nptl/sysdeps/unix/sysv/linux/s390/bits/pthreadtypes.h: Moved ...
25851         * sysdeps/s390/nptl/bits/pthreadtypes.h: ... here.
25852         * nptl/sysdeps/unix/sysv/linux/s390/bits/semaphore.h: Moved ...
25853         * sysdeps/s390/nptl/bits/semaphore.h: ... here.
25855         * nptl/sysdeps/s390/Makefile: Moved ...
25856         * sysdeps/s390/nptl/Makefile: ... here.
25857         * nptl/sysdeps/s390/pthread_spin_init.c: Moved ...
25858         * sysdeps/s390/nptl/pthread_spin_init.c: ... here.
25859         * nptl/sysdeps/s390/pthread_spin_lock.c: Moved ...
25860         * sysdeps/s390/nptl/pthread_spin_lock.c: ... here.
25861         * nptl/sysdeps/s390/pthread_spin_trylock.c: Moved ...
25862         * sysdeps/s390/nptl/pthread_spin_trylock.c: ... here.
25863         * nptl/sysdeps/s390/pthread_spin_unlock.c: Moved ...
25864         * sysdeps/s390/nptl/pthread_spin_unlock.c: ... here.
25865         * nptl/sysdeps/s390/pthreaddef.h: Moved ...
25866         * sysdeps/s390/nptl/pthreaddef.h: ... here.
25867         * nptl/sysdeps/s390/tcb-offsets.sym: Moved ...
25868         * sysdeps/s390/nptl/tcb-offsets.sym: ... here.
25869         * nptl/sysdeps/s390/tls.h: Moved ...
25870         * sysdeps/s390/nptl/tls.h: ... here.
25872         * sysdeps/unix/sysv/linux/s390/arch-fork.h: New file.
25873         * nptl/sysdeps/unix/sysv/linux/s390/fork.c: File removed.
25875 2014-06-13  David S. Miller  <davem@davemloft.net>
25877         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/clone.S: Delete.
25878         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/pt-vfork.S: Delete.
25879         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/vfork.S: Moved ...
25880         * sysdeps/unix/sysv/linux/sparc/sparc32/vfork.S: ... here.
25881         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/clone.S: Delete.
25882         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/pt-vfork.S: Delete.
25883         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/vfork.S: Moved ...
25884         * sysdeps/unix/sysv/linux/sparc/sparc64/vfork.S: ... here.
25885         * sysdeps/unix/sysv/linux/sparc/fork.S: Delete.
25886         * sysdeps/unix/sysv/linux/sparc/pt-vfork.S: New file.
25887         * sysdeps/unix/sysv/linux/sparc/sparc32/clone.S (__thread_start):
25888         Remove RESET_PID cpp guards.
25889         * sysdeps/unix/sysv/linux/sparc/sparc64/clone.S (__thread_start):
25890         Remove RESET_PID cpp guards.
25891         * sysdeps/unix/sysv/linux/sparc/vfork.S: Delete.
25893 2014-06-13  Andreas Schwab  <schwab@linux-m68k.org>
25895         * sysdeps/m68k/jmpbuf-unwind.h (_JMPBUF_UNWINDS, _jmpbuf_sp): Cast
25896         __sp to uintptr_t.
25898 2014-06-13  Andi Kleen  <ak@linux.intel.com>
25900         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_rdlock.S: Remove.
25901         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedrdlock.S: dito.
25902         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedwrlock.S: dito.
25903         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_unlock.S: dito.
25904         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_wrlock.S: dito.
25905         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_rdlock.S: dito.
25906         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedrdlock.S: dito.
25907         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedwrlock.S: dito.
25908         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_unlock.S: dito.
25909         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_wrlock.S: dito.
25910         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_rdlock.S: dito.
25911         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedrdlock.S: dito.
25912         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedwrlock.S: dito.
25913         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_unlock.S: dito.
25914         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_wrlock.S: dito.
25915         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_rdlock.S: dito.
25916         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedrdlock.S: dito.
25917         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedwrlock.S: dito.
25918         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_unlock.S: dito.
25919         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_wrlock.S: dito.
25921         * nptl/pthread_rwlock_rdlock.c: Include elide.h.
25922         (pthread_rwlock_rdlock): Add elision.
25923         * nptl/pthread_rwlock_wrlock.c: Include elide.h.
25924         (pthread_rwlock_wrlock): Add elision.
25925         * nptl/pthread_rwlock_trywrlock.c: Include elide.h.
25926         (pthread_rwlock_trywrlock): Add elision.
25927         * nptl/pthread_rwlock_tryrdlock.c: Include elide.h.
25928         (pthread_rwlock_tryrdlock): Add elision.
25929         * nptl/pthread_rwlock_unlock.c: Include elide.h.
25930         (pthread_rwlock_tryrdlock): Add elision unlock.
25931         * nptl/sysdeps/pthread/pthread.h:
25932         (__PTHREAD_RWLOCK_ELISION_EXTRA): Handle new define
25933         (PTHREAD_RWLOCK_INITIALIZER,
25934         PTHREAD_RWLOCK_WRITER_NONRECURSIVE_INITIALIZER_NP):
25935         Handle new elision field.
25936         * sysdeps/x86/nptl/elide.h: New file. Add generic elision macros.
25937         * sysdeps/arm/nptl/bits/pthreadtypes.h
25938         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
25939         * sysdeps/sh/nptl/bits/pthreadtypes.h
25940         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
25941         * sysdeps/tile/nptl/bits/pthreadtypes.h
25942         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
25943         * sysdeps/a/nptl/bits/pthreadtypes.h
25944         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
25945         * sysdeps/unix/sysv/linux/aarch64/nptl/bits/pthreadtypes.h
25946         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
25947         * sysdeps/unix/sysv/linux/alpha/nptl/bits/pthreadtypes.h
25948         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
25949         * sysdeps/unix/sysv/linux/hppa/nptl/bits/pthreadtypes.h
25950         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
25951         * sysdeps/unix/sysv/linux/ia64/nptl/bits/pthreadtypes.h
25952         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
25953         * sysdeps/unix/sysv/linux/m68k/nptl/bits/pthreadtypes.h
25954         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
25955         * sysdeps/unix/sysv/linux/microblaze/nptl/bits/pthreadtypes.h
25956         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
25957         * sysdeps/unix/sysv/linux/mips/nptl/bits/pthreadtypes.h
25958         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
25959         * sysdeps/unix/sysv/linux/powerpc/nptl/bits/pthreadtypes.h
25960         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
25961         * sysdeps/unix/sysv/linux/x86/elision-conf.c:
25962         (elision_init): Set try_xbegin to zero when no RTM.
25963         * sysdeps/x86/nptl/bits/pthreadtypes.h
25964         (pthread_rwlock_t): Change __pad1 to __rwelision.
25965         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
25967 2014-06-13  Andi Kleen  <ak@linux.intel.com>
25969         * nptl/pthread_rwlock_rdlock (__pthread_rwlock_rdlock):
25970         Split into __do_pthread_rwlock_rdlock and __pthread_rwlock_rdlock.
25971         * nptl/pthread_rwlock_wrlock (__pthread_rwlock_wrlock):
25972         Split into __do_pthread_rwlock_wrlock and __pthread_wrlock_rdlock.
25974 2014-06-13  Meador Inge  <meadori@codesourcery.com>
25976         [BZ #16996]
25977         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Ensure
25978         that the cached result has been set before returning it.
25980 2014-06-12  Roland McGrath  <roland@hack.frob.com>
25982         * nptl/sysdeps/unix/sysv/linux/sparc/bits/pthreadtypes.h: Moved ...
25983         * sysdeps/sparc/nptl/bits/pthreadtypes.h: ... here.
25984         * nptl/sysdeps/unix/sysv/linux/sparc/bits/semaphore.h: Moved ...
25985         * sysdeps/sparc/nptl/bits/semaphore.h: ... here.
25986         * nptl/sysdeps/unix/sysv/linux/sparc/bits/local_lim.h: Moved ...
25987         * sysdeps/unix/sysv/linux/sparc/bits/local_lim.h: ... here.
25989         * nptl/sysdeps/sparc/Makefile: Moved ...
25990         * sysdeps/sparc/nptl/Makefile: ... here.
25991         * nptl/sysdeps/sparc/tcb-offsets.sym: Moved ...
25992         * sysdeps/sparc/nptl/tcb-offsets.sym: ... here.
25993         * nptl/sysdeps/sparc/tls.h: Moved ...
25994         * sysdeps/sparc/nptl/tls.h: ... here.
25995         * nptl/sysdeps/sparc/sparc32/pthread_spin_lock.S: Moved ...
25996         * sysdeps/sparc/sparc32/nptl/pthread_spin_lock.S: ... here.
25997         * nptl/sysdeps/sparc/sparc32/pthread_spin_trylock.S: Moved ...
25998         * sysdeps/sparc/sparc32/nptl/pthread_spin_trylock.S: ... here.
25999         * nptl/sysdeps/sparc/sparc32/pthreaddef.h: Moved ...
26000         * sysdeps/sparc/sparc32/nptl/pthreaddef.h: ... here.
26001         * nptl/sysdeps/sparc/sparc64/pthread_spin_init.c: Moved ...
26002         * sysdeps/sparc/sparc64/nptl/pthread_spin_init.c: ... here.
26003         * nptl/sysdeps/sparc/sparc64/pthread_spin_lock.S: Moved ...
26004         * sysdeps/sparc/sparc64/nptl/pthread_spin_lock.S: ... here.
26005         * nptl/sysdeps/sparc/sparc64/pthread_spin_trylock.S: Moved ...
26006         * sysdeps/sparc/sparc64/nptl/pthread_spin_trylock.S: ... here.
26007         * nptl/sysdeps/sparc/sparc64/pthread_spin_unlock.S: Moved ...
26008         * sysdeps/sparc/sparc64/nptl/pthread_spin_unlock.S: ... here.
26009         * nptl/sysdeps/sparc/sparc64/pthreaddef.h: Moved ...
26010         * sysdeps/sparc/sparc64/nptl/pthreaddef.h: ... here.
26011         * nptl/sysdeps/sparc/sparc32/sparcv9/pthread_spin_init.c: Moved ...
26012         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_init.c: ... here.
26013         Update #include.
26014         * nptl/sysdeps/sparc/sparc32/sparcv9/pthread_spin_lock.S: Moved ...
26015         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_lock.S: ... here.
26016         Update #include.
26017         * nptl/sysdeps/sparc/sparc32/sparcv9/pthread_spin_trylock.S: Moved ...
26018         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_trylock.S: ... here.
26019         Update #include.
26020         * nptl/sysdeps/sparc/sparc32/sparcv9/pthread_spin_unlock.S: Moved ...
26021         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_unlock.S: ... here.
26022         Update #include.
26024         * nptl/sysdeps/sparc/tls.h (TLS_DEFINE_INIT_TP): New macro.
26026         * sysdeps/unix/sysv/linux/sparc/arch-fork.h: New file.
26027         * nptl/sysdeps/unix/sysv/linux/sparc/fork.c: File removed.
26029         * sysdeps/pthread/posix-timer.h: Include <list.h>.
26030         (struct list_links): Type removed.
26031         (struct thread_node, struct timer_node): Replace struct list_links
26032         with struct list_head.
26033         (list_unlink_ip): Likewise.
26034         * sysdeps/pthread/timer_routines.c
26035         (timer_free_list, thread_free_list, thread_active_list): Likewise.
26036         (list_append, list_insbefore): Likewise.
26037         (list_init): Function removed.
26038         (thread_init, init_module): Use INIT_LIST_HEAD instead.
26039         * sysdeps/nptl/Makefile: Move tst-timer bits to ...
26040         * sysdeps/pthread/Makefile: ... here, new file.
26042         * nptl/sysdeps/unix/sysv/linux/Implies: Moved ...
26043         * sysdeps/nptl/Implies: ... here.
26044         * sysdeps/unix/sysv/linux/Implies: Add nptl.
26045         * nptl/sysdeps/pthread/list.h: Moved ...
26046         * include/list.h: ... here.
26047         * nptl/sysdeps/pthread/createthread.c: Moved ...
26048         * nptl/createthread.c: ... here.
26049         * nptl/sysdeps/unix/sysv/linux/createthread.c: Update #include.
26050         * nptl/sysdeps/pthread/pt-longjmp.c: Moved ...
26051         * nptl/pt-longjmp.c: ... here.
26052         * nptl/sysdeps/pthread/Makefile: Moved ...
26053         * sysdeps/nptl/Makefile: ... here.
26054         * nptl/sysdeps/pthread/Subdirs: Moved ...
26055         * sysdeps/nptl/Subdirs: ... here.
26056         * nptl/sysdeps/pthread/aio_misc.h: Moved ...
26057         * sysdeps/nptl/aio_misc.h: ... here.
26058         * nptl/sysdeps/pthread/bits/libc-lock.h: Moved ...
26059         * sysdeps/nptl/bits/libc-lock.h: ... here.
26060         * nptl/sysdeps/pthread/bits/libc-lockP.h: Moved ...
26061         * sysdeps/nptl/bits/libc-lockP.h: ... here.
26062         * nptl/sysdeps/pthread/bits/stdio-lock.h: Moved ...
26063         * sysdeps/nptl/bits/stdio-lock.h: ... here.
26064         * nptl/sysdeps/pthread/configure: Moved ...
26065         * sysdeps/nptl/configure: ... here.
26066         * nptl/sysdeps/pthread/configure.ac: Moved ...
26067         * sysdeps/nptl/configure.ac: ... here.
26068         * nptl/sysdeps/pthread/gai_misc.h: Moved ...
26069         * sysdeps/nptl/gai_misc.h: ... here.
26070         * nptl/sysdeps/pthread/librt-cancellation.c: Moved ...
26071         * sysdeps/nptl/librt-cancellation.c: ... here.
26072         * nptl/sysdeps/pthread/malloc-machine.h: Moved ...
26073         * sysdeps/nptl/malloc-machine.h: ... here.
26074         * nptl/sysdeps/pthread/pthread-functions.h: Moved ...
26075         * sysdeps/nptl/pthread-functions.h: ... here.
26076         * nptl/sysdeps/pthread/pthread.h: Moved ...
26077         * sysdeps/nptl/pthread.h: ... here.
26078         * nptl/sysdeps/pthread/setxid.h: Moved ...
26079         * sysdeps/nptl/setxid.h: ... here.
26080         * nptl/sysdeps/pthread/sigfillset.c: Moved ...
26081         * sysdeps/nptl/sigfillset.c: ... here.
26082         * nptl/sysdeps/pthread/tcb-offsets.h: Moved ...
26083         * sysdeps/nptl/tcb-offsets.h: ... here.
26084         * nptl/sysdeps/pthread/tst-mqueue8x.c: Moved ...
26085         * sysdeps/nptl/tst-mqueue8x.c: ... here.
26086         * nptl/sysdeps/pthread/unwind-forcedunwind.c: Moved ...
26087         * sysdeps/nptl/unwind-forcedunwind.c: ... here.
26088         * nptl/sysdeps/pthread/allocalim.h: Moved ...
26089         * sysdeps/pthread/allocalim.h: ... here.
26090         * nptl/sysdeps/pthread/bits/sigthread.h: Moved ...
26091         * sysdeps/pthread/bits/sigthread.h: ... here.
26092         * nptl/sysdeps/pthread/flockfile.c: Moved ...
26093         * sysdeps/pthread/flockfile.c: ... here.
26094         * nptl/sysdeps/pthread/ftrylockfile.c: Moved ...
26095         * sysdeps/pthread/ftrylockfile.c: ... here.
26096         * nptl/sysdeps/pthread/funlockfile.c: Moved ...
26097         * sysdeps/pthread/funlockfile.c: ... here.
26098         * nptl/sysdeps/pthread/posix-timer.h: Moved ...
26099         * sysdeps/pthread/posix-timer.h: ... here.
26100         * nptl/sysdeps/pthread/timer_create.c: Moved ...
26101         * sysdeps/pthread/timer_create.c: ... here.
26102         * nptl/sysdeps/pthread/timer_delete.c: Moved ...
26103         * sysdeps/pthread/timer_delete.c: ... here.
26104         * nptl/sysdeps/pthread/timer_getoverr.c: Moved ...
26105         * sysdeps/pthread/timer_getoverr.c: ... here.
26106         * nptl/sysdeps/pthread/timer_gettime.c: Moved ...
26107         * sysdeps/pthread/timer_gettime.c: ... here.
26108         * nptl/sysdeps/pthread/timer_routines.c: Moved ...
26109         * sysdeps/pthread/timer_routines.c: ... here.
26110         * nptl/sysdeps/pthread/timer_settime.c: Moved ...
26111         * sysdeps/pthread/timer_settime.c: ... here.
26112         * nptl/sysdeps/pthread/tst-timer.c: Moved ...
26113         * sysdeps/pthread/tst-timer.c: ... here.
26114         * nptl/sysdeps/pthread/pthread_sigmask.c: Moved ...
26115         * sysdeps/unix/sysv/linux/pthread_sigmask.c: ... here.
26117         * sysdeps/unix/sysv/linux/sigprocmask.c: Include <nptl/pthreadP.h>.
26118         * nptl/sysdeps/pthread/sigprocmask.c: File removed.
26120         * nptl/sysdeps/i386/i486/pthread_spin_trylock.S: Moved ...
26121         * sysdeps/i386/i486/nptl/pthread_spin_trylock.S: ... here.
26122         * nptl/sysdeps/i386/i586/pthread_spin_trylock.S: Moved ...
26123         * sysdeps/i386/i586/nptl/pthread_spin_trylock.S: ... here.
26124         Update #include target.
26125         * nptl/sysdeps/i386/i686/Makefile: Moved ...
26126         * sysdeps/i386/i686/nptl/Makefile: ... here.
26127         * nptl/sysdeps/i386/i686/pthread_spin_trylock.S: Moved ...
26128         * sysdeps/i386/i686/nptl/pthread_spin_trylock.S: ... here.
26129         Update #include target.
26130         * nptl/sysdeps/i386/i686/tls.h: Moved ...
26131         * sysdeps/i386/i686/nptl/tls.h: ... here.  Use #include_next.
26132         * nptl/sysdeps/i386/Makefile: Moved ...
26133         * sysdeps/i386/nptl/Makefile: ... here.
26134         * nptl/sysdeps/i386/pthread_spin_init.c: Moved ...
26135         * sysdeps/i386/nptl/pthread_spin_init.c: ... here.
26136         * sysdeps/x86_64/nptl/pthread_spin_init.c: Update #include target.
26137         * nptl/sysdeps/i386/pthread_spin_lock.S: Moved ...
26138         * sysdeps/i386/nptl/pthread_spin_lock.S: ... here.
26139         * nptl/sysdeps/i386/pthread_spin_unlock.S: Moved ...
26140         * sysdeps/i386/nptl/pthread_spin_unlock.S: ... here.
26141         * nptl/sysdeps/i386/pthreaddef.h: Moved ...
26142         * sysdeps/i386/nptl/pthreaddef.h: ... here.
26143         * nptl/sysdeps/i386/tcb-offsets.sym: Moved ...
26144         * sysdeps/i386/nptl/tcb-offsets.sym: ... here.
26145         * nptl/sysdeps/i386/tls.h: Moved ...
26146         * sysdeps/i386/nptl/tls.h: ... here.
26148         * sysdeps/sh/Makefile [$(subdir) = csu]
26149         (gen-as-const-headers): Add tcb-offsets.sym.
26150         * nptl/sysdeps/sh/Makefile: File removed.
26151         * nptl/sysdeps/sh/pthread_spin_init.c: Moved ...
26152         * sysdeps/sh/nptl/pthread_spin_init.c: ... here.
26153         * nptl/sysdeps/sh/pthread_spin_lock.c: Moved ...
26154         * sysdeps/sh/nptl/pthread_spin_lock.c: ... here.
26155         * nptl/sysdeps/sh/pthread_spin_trylock.S: Moved ...
26156         * sysdeps/sh/nptl/pthread_spin_trylock.S: ... here.
26157         * nptl/sysdeps/sh/pthread_spin_unlock.S: Moved ...
26158         * sysdeps/sh/nptl/pthread_spin_unlock.S: ... here.
26159         * nptl/sysdeps/sh/pthreaddef.h: Moved ...
26160         * sysdeps/sh/nptl/pthreaddef.h: ... here.
26161         * nptl/sysdeps/sh/tcb-offsets.sym: Moved ...
26162         * sysdeps/sh/nptl/tcb-offsets.sym: ... here.
26163         * nptl/sysdeps/sh/tls.h: Moved ...
26164         * sysdeps/sh/nptl/tls.h: ... here.
26165         * nptl/sysdeps/unix/sysv/linux/sh/libc-lowlevellock.S: Moved ...
26166         * sysdeps/unix/sysv/linux/sh/libc-lowlevellock.S: ... here.
26167         * nptl/sysdeps/unix/sysv/linux/sh/lowlevel-atomic.h: Moved ...
26168         * sysdeps/unix/sysv/linux/sh/lowlevel-atomic.h: ... here.
26169         * nptl/sysdeps/unix/sysv/linux/sh/lowlevellock.S: Moved ...
26170         * sysdeps/unix/sysv/linux/sh/lowlevellock.S: ... here.
26171         * nptl/sysdeps/unix/sysv/linux/sh/lowlevellock.h: Moved ...
26172         * sysdeps/unix/sysv/linux/sh/lowlevellock.h: ... here.
26173         * nptl/sysdeps/unix/sysv/linux/sh/lowlevelrobustlock.S: Moved ...
26174         * sysdeps/unix/sysv/linux/sh/lowlevelrobustlock.S: ... here.
26175         * nptl/sysdeps/unix/sysv/linux/sh/pthread_barrier_wait.S: Moved ...
26176         * sysdeps/unix/sysv/linux/sh/pthread_barrier_wait.S: ... here.
26177         * nptl/sysdeps/unix/sysv/linux/sh/pthread_cond_broadcast.S: Moved ...
26178         * sysdeps/unix/sysv/linux/sh/pthread_cond_broadcast.S: ... here.
26179         * nptl/sysdeps/unix/sysv/linux/sh/pthread_cond_signal.S: Moved ...
26180         * sysdeps/unix/sysv/linux/sh/pthread_cond_signal.S: ... here.
26181         * nptl/sysdeps/unix/sysv/linux/sh/pthread_cond_timedwait.S: Moved ...
26182         * sysdeps/unix/sysv/linux/sh/pthread_cond_timedwait.S: ... here.
26183         * nptl/sysdeps/unix/sysv/linux/sh/pthread_cond_wait.S: Moved ...
26184         * sysdeps/unix/sysv/linux/sh/pthread_cond_wait.S: ... here.
26185         * nptl/sysdeps/unix/sysv/linux/sh/pthread_once.S: Moved ...
26186         * sysdeps/unix/sysv/linux/sh/pthread_once.S: ... here.
26187         * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_rdlock.S: Moved ...
26188         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_rdlock.S: ... here.
26189         * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedrdlock.S:
26190         Moved ...
26191         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedrdlock.S: ... here.
26192         * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedwrlock.S:
26193         Moved ...
26194         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedwrlock.S: ... here.
26195         * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_unlock.S: Moved ...
26196         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_unlock.S: ... here.
26197         * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_wrlock.S: Moved ...
26198         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_wrlock.S: ... here.
26199         * nptl/sysdeps/unix/sysv/linux/sh/sem_post.S: Moved ...
26200         * sysdeps/unix/sysv/linux/sh/sem_post.S: ... here.
26201         * nptl/sysdeps/unix/sysv/linux/sh/sem_timedwait.S: Moved ...
26202         * sysdeps/unix/sysv/linux/sh/sem_timedwait.S: ... here.
26203         * nptl/sysdeps/unix/sysv/linux/sh/sem_trywait.S: Moved ...
26204         * sysdeps/unix/sysv/linux/sh/sem_trywait.S: ... here.
26205         * nptl/sysdeps/unix/sysv/linux/sh/sem_wait.S: Moved ...
26206         * sysdeps/unix/sysv/linux/sh/sem_wait.S: ... here.
26207         * nptl/sysdeps/unix/sysv/linux/sh/sh4/lowlevellock.h: Moved ...
26208         * sysdeps/unix/sysv/linux/sh/sh4/lowlevellock.h: ... here.
26209         * nptl/sysdeps/unix/sysv/linux/sh/smp.h: Moved ...
26210         * sysdeps/unix/sysv/linux/sh/smp.h: ... here.
26211         * nptl/sysdeps/unix/sysv/linux/sh/sysdep-cancel.h: Moved ...
26212         * sysdeps/unix/sysv/linux/sh/sysdep-cancel.h: ... here.
26214 2014-06-12  Stefan Liebler  <stli@linux.vnet.ibm.com>
26216         * posix/spawn_faction_addopen.c: Include string.h.
26218 2014-06-11  Roland McGrath  <roland@hack.frob.com>
26220         * nptl/sysdeps/x86_64/64/shlib-versions: Moved ...
26221         * sysdeps/x86_64/64/nptl/shlib-versions: ... here.
26222         * nptl/sysdeps/x86_64/Makefile: Moved ...
26223         * sysdeps/x86_64/nptl/Makefile: ... here.
26224         * nptl/sysdeps/x86_64/configure: Moved ...
26225         * sysdeps/x86_64/nptl/configure: ... here.
26226         * nptl/sysdeps/x86_64/configure.ac: Moved ...
26227         * sysdeps/x86_64/nptl/configure.ac: ... here.
26228         * nptl/sysdeps/x86_64/pthread_spin_init.c: Moved ...
26229         * sysdeps/x86_64/nptl/pthread_spin_init.c: ... here.
26230         * nptl/sysdeps/x86_64/pthread_spin_lock.S: Moved ...
26231         * sysdeps/x86_64/nptl/pthread_spin_lock.S: ... here.
26232         * nptl/sysdeps/x86_64/pthread_spin_trylock.S: Moved ...
26233         * sysdeps/x86_64/nptl/pthread_spin_trylock.S: ... here.
26234         * nptl/sysdeps/x86_64/pthread_spin_unlock.S: Moved ...
26235         * sysdeps/x86_64/nptl/pthread_spin_unlock.S: ... here.
26236         * nptl/sysdeps/x86_64/pthreaddef.h: Moved ...
26237         * sysdeps/x86_64/nptl/pthreaddef.h: ... here.
26238         * nptl/sysdeps/x86_64/tcb-offsets.sym: Moved ...
26239         * sysdeps/x86_64/nptl/tcb-offsets.sym: ... here.
26240         * nptl/sysdeps/x86_64/tls.h: Moved ...
26241         * sysdeps/x86_64/nptl/tls.h: ... here.
26242         * nptl/sysdeps/x86_64/x32/shlib-versions: Moved ...
26243         * sysdeps/x86_64/x32/nptl/shlib-versions: ... here.
26244         * nptl/sysdeps/x86_64/x32/tls.h: Moved ...
26245         * sysdeps/x86_64/x32/nptl/tls.h: ... here.
26247         * sysdeps/x86_64/x32/nptl/tls.h: Use #include_next.
26249 2014-06-11  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
26251         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
26253 2014-06-11  Joseph Myers  <joseph@codesourcery.com>
26255         * conform/data/sys/mman.h-data [POSIX] (size_t): Do not require
26256         type.
26257         [POSIX] (off_t): Likewise.
26258         * conform/data/sys/stat.h-data (S_IRGRP): Require constant.
26259         [POSIX] (S_ISBLK): Require macro.
26260         [POSIX] (S_ISCHR): Likewise.
26261         [POSIX] (S_ISDIR): Likewise.
26262         [POSIX] (S_ISFIFO): Likewise.
26263         [POSIX] (S_ISREG): Likewise.
26264         [POSIX || XPG3 || XPG4 || UNIX98] (S_TYPEISTMO): Do not list
26265         optional-macro.
26266         * conform/data/sys/types.h-data [POSIX] (blkcnt_t): Do not require
26267         type.
26268         [POSIX] (time_t): Likewise.
26269         [POSIX] (timer_t): Likewise.
26271 2014-06-11  Florian Weimer  <fweimer@redhat.com>
26273         [BZ #17048]
26274         * posix/spawn_int.h (struct __spawn_action): Make the path string
26275         non-const to support deallocation.
26276         * posix/spawn_faction_addopen.c
26277         (posix_spawn_file_actions_addopen): Make a copy of the pathname.
26278         * posix/spawn_faction_destroy.c
26279         (posix_spawn_file_actions_destroy): Adjust comment.  Deallocate
26280         path in all spawn_do_open actions.
26281         * posix/tst-spawn.c (do_test): Exercise the copy operation in
26282         posix_spawn_file_actions_addopen.
26284 2014-06-11  Chris Metcalf  <cmetcalf@tilera.com>
26286         * sysdeps/unix/sysv/linux/tile/pt-vfork.c: New file.
26287         * sysdeps/unix/sysv/linux/tile/pt-vfork.S: Remove file.
26288         * sysdeps/unix/sysv/linux/tile/vfork.S (__vfork): Make PT_VFORK
26289         conditional code always true.
26290         (__libc_vfork): New alias.
26292 2014-06-11  Roland McGrath  <roland@hack.frob.com>
26294         * sysdeps/tile/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
26295         * sysdeps/unix/sysv/linux/tile/createthread.c: File removed.
26297         * nptl/sysdeps/s390/tls.h (TLS_DEFINE_INIT_TP): New macro.
26299         * sysdeps/alpha/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
26300         * sysdeps/unix/sysv/linux/alpha/createthread.c: File removed.
26302         * nptl/sysdeps/powerpc/tls.h (TLS_DEFINE_INIT_TP): New macro.
26303         * sysdeps/unix/sysv/linux/powerpc/createthread.c: File removed.
26305         * sysdeps/aarch64/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
26306         * sysdeps/unix/sysv/linux/aarch64/nptl/createthread.c: File removed.
26308 2014-06-11  Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
26310         * sysdeps/powerpc/powerpc64/power7/strcmp.S: New file: Optimization.
26311         * sysdeps/powerpc/powerpc64/multiarch/strcmp.c: New file:
26312         multiarch strcmp for PPC64.
26313         * sysdeps/powerpc/powerpc64/multiarch/strcmp-ppc64.S: New file.
26314         * sysdeps/powerpc/powerpc64/multiarch/strcmp-power7.S: New file.
26315         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcmp
26316         multiarch optimizations.
26317         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
26318         (__libc_ifunc_impl_list): Likewise.
26320 2014-06-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
26322         * benchtests/scripts/validate_benchout.py: New script.
26323         * benchtests/Makefile (bench-func): Call it.
26324         * benchtests/scripts/benchout.schema.json: New file.
26326 2014-06-10  Chris Metcalf  <cmetcalf@tilera.com>
26328         * sysdeps/unix/sysv/linux/tile/nptl/bits/pthreadtypes.h: Moved ...
26329         * sysdeps/tile/nptl/bits/pthreadtypes.h: ... here.
26330         * sysdeps/unix/sysv/linux/tile/nptl/bits/semaphore.h: Moved ...
26331         * sysdeps/tile/nptl/bits/semaphore.h: ... here.
26332         * sysdeps/unix/sysv/linux/tile/nptl/Makefile: Removed, merged into ...
26333         * sysdeps/unix/sysv/linux/tile/Makefile: ... here.
26334         * sysdeps/unix/sysv/linux/tile/nptl/clone.S: Moved ...
26335         * sysdeps/unix/sysv/linux/tile/clone.S: ... here.
26336         * sysdeps/unix/sysv/linux/tile/nptl/createthread.c: Moved ...
26337         * sysdeps/unix/sysv/linux/tile/createthread.c: ... here.
26338         * sysdeps/unix/sysv/linux/tile/nptl/lowlevellock.h: Moved ...
26339         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: ... here.
26340         * sysdeps/unix/sysv/linux/tile/nptl/pt-vfork.S: Moved ...
26341         * sysdeps/unix/sysv/linux/tile/pt-vfork.S: ... here.
26342         * sysdeps/unix/sysv/linux/tile/nptl/sysdep-cancel.h: Moved ...
26343         * sysdeps/unix/sysv/linux/tile/sysdep-cancel.h: ... here.
26344         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/c++-types.data:
26345         Moved ...
26346         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/c++-types.data:
26347         ... here.
26348         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/ld.abilist:
26349         Moved ...
26350         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/ld.abilist: ... here.
26351         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libBrokenLocale.abilist:
26352         Moved ...
26353         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libBrokenLocale.abilist:
26354         ... here.
26355         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libanl.abilist:
26356         Moved ...
26357         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libanl.abilist:
26358         ... here.
26359         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libc.abilist:
26360         Moved ...
26361         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libc.abilist: ... here.
26362         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libcrypt.abilist:
26363         Moved ...
26364         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libcrypt.abilist:
26365         ... here.
26366         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libdl.abilist:
26367         Moved ...
26368         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libdl.abilist:
26369         ... here.
26370         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libm.abilist:
26371         Moved ...
26372         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libm.abilist: ... here.
26373         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libnsl.abilist:
26374         Moved ...
26375         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libnsl.abilist:
26376         ... here.
26377         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libpthread.abilist:
26378         Moved ...
26379         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libpthread.abilist:
26380         ... here.
26381         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libresolv.abilist:
26382         Moved ...
26383         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libresolv.abilist:
26384         ... here.
26385         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/librt.abilist:
26386         Moved ...
26387         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/librt.abilist: ... here.
26388         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libthread_db.abilist:
26389         Moved ...
26390         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libthread_db.abilist:
26391         ... here.
26392         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libutil.abilist:
26393         Moved ...
26394         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libutil.abilist:
26395         ... here.
26396         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/c++-types.data:
26397         Moved ...
26398         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/c++-types.data:
26399         ... here.
26400         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/ld.abilist:
26401         Moved ...
26402         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/ld.abilist: ... here.
26403         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libBrokenLocale.abilist:
26404         Moved ...
26405         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libBrokenLocale.abilist:
26406         ... here.
26407         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libanl.abilist:
26408         Moved ...
26409         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libanl.abilist:
26410         ... here.
26411         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libc.abilist:
26412         Moved ...
26413         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libc.abilist: ... here.
26414         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libcrypt.abilist:
26415         Moved ...
26416         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libcrypt.abilist:
26417         ... here.
26418         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libdl.abilist:
26419         Moved ...
26420         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libdl.abilist: ... here.
26421         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libm.abilist:
26422         Moved ...
26423         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libm.abilist: ... here.
26424         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libnsl.abilist:
26425         Moved ...
26426         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libnsl.abilist:
26427         ... here.
26428         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libpthread.abilist:
26429         Moved ...
26430         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libpthread.abilist:
26431         ... here.
26432         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libresolv.abilist:
26433         Moved ...
26434         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libresolv.abilist:
26435         ... here.
26436         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/librt.abilist:
26437         Moved ...
26438         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/librt.abilist: ... here.
26439         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libthread_db.abilist:
26440         Moved ...
26441         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libthread_db.abilist:
26442         ... here.
26443         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libutil.abilist:
26444         Moved ...
26445         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libutil.abilist:
26446         ... here.
26447         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/c++-types.data: Moved ...
26448         * sysdeps/unix/sysv/linux/tile/tilepro/c++-types.data: ... here.
26449         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/ld.abilist: Moved ...
26450         * sysdeps/unix/sysv/linux/tile/tilepro/ld.abilist: ... here.
26451         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libBrokenLocale.abilist:
26452         Moved ...
26453         * sysdeps/unix/sysv/linux/tile/tilepro/libBrokenLocale.abilist:
26454         ... here.
26455         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libanl.abilist: Moved ...
26456         * sysdeps/unix/sysv/linux/tile/tilepro/libanl.abilist: ... here.
26457         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libc.abilist: Moved ...
26458         * sysdeps/unix/sysv/linux/tile/tilepro/libc.abilist: ... here.
26459         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libcrypt.abilist: Moved ...
26460         * sysdeps/unix/sysv/linux/tile/tilepro/libcrypt.abilist: ... here.
26461         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libdl.abilist: Moved ...
26462         * sysdeps/unix/sysv/linux/tile/tilepro/libdl.abilist: ... here.
26463         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libm.abilist: Moved ...
26464         * sysdeps/unix/sysv/linux/tile/tilepro/libm.abilist: ... here.
26465         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libnsl.abilist: Moved ...
26466         * sysdeps/unix/sysv/linux/tile/tilepro/libnsl.abilist: ... here.
26467         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libpthread.abilist:
26468         Moved ...
26469         * sysdeps/unix/sysv/linux/tile/tilepro/libpthread.abilist: ... here.
26470         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libresolv.abilist:
26471         Moved ...
26472         * sysdeps/unix/sysv/linux/tile/tilepro/libresolv.abilist: ... here.
26473         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/librt.abilist: Moved ...
26474         * sysdeps/unix/sysv/linux/tile/tilepro/librt.abilist: ... here.
26475         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libthread_db.abilist:
26476         Moved ...
26477         * sysdeps/unix/sysv/linux/tile/tilepro/libthread_db.abilist: ... here.
26478         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libutil.abilist: Moved ...
26479         * sysdeps/unix/sysv/linux/tile/tilepro/libutil.abilist: ... here.
26480         * sysdeps/unix/sysv/linux/tile/nptl/vfork.S: Moved ...
26481         * sysdeps/unix/sysv/linux/tile/vfork.S: ... here.
26482         * sysdeps/unix/sysv/linux/tile/nptl/waitpid.S: Moved ...
26483         * sysdeps/unix/sysv/linux/tile/waitpid.S: ... here.
26485 2014-06-10  Wilco  <wdijkstr@arm.com>
26487         * math/test-fenv-return.c: New file.
26488         * math/Makefile: Add new test test-fenv-return.
26490 2014-06-10  Joseph Myers  <joseph@codesourcery.com>
26492         [BZ #17042]
26493         * sysdeps/i386/fpu/e_log2.S (__ieee754_log2): Take absolete value
26494         when x - 1 is zero.
26495         * sysdeps/i386/fpu/e_log2f.S (__ieee754_log2f): Likewise.
26496         * sysdeps/i386/fpu/e_log2l.S (__ieee754_log2l): Likewise.
26497         * sysdeps/ieee754/ldbl-128/e_log2l.c (__ieee754_log2l): Return
26498         0.0L for an argument of 1.0L.
26499         * sysdeps/ieee754/ldbl-128ibm/e_log2l.c (__ieee754_log2l):
26500         Likewise.
26501         * sysdeps/x86_64/fpu/e_log2l.S (__ieee754_log2l): Take absolute
26502         value when x - 1 is zero.
26503         * math/libm-test.inc (log2_test): Use ALL_RM_TEST.
26504         * sysdeps/i386/fpu/libm-test-ulps: Update.
26505         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
26507 2014-06-09  Bernard Ogden  <bernie.ogden@linaro.org>
26509         [BZ #15119]
26510         * ports/sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.c: Remove file.
26512 2014-06-09  Roland McGrath  <roland@hack.frob.com>
26514         * nptl/sysdeps/sh/tls.h (TLS_DEFINE_INIT_TP): New macro.
26515         * nptl/sysdeps/unix/sysv/linux/sh/createthread.c: File removed.
26517 2014-06-09  Roland McGrath  <roland@hack.frob.com>
26519         * sysdeps/m68k/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
26520         * sysdeps/unix/sysv/linux/m68k/nptl/createthread.c: File removed.
26522         * sysdeps/hppa/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
26523         * sysdeps/unix/sysv/linux/hppa/nptl/createthread.c: File removed.
26525         * sysdeps/mips/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
26526         * sysdeps/unix/sysv/linux/mips/nptl/createthread.c: File removed.
26528         * sysdeps/arm/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
26529         * sysdeps/unix/sysv/linux/arm/createthread.c: File removed.
26531         * nptl/sysdeps/pthread/createthread.c (TLS_DEFINE_INIT_TP): New macro,
26532         if not already defined.
26533         (do_clone): Use that in place of PREPARE_CREATE and TLS_VALUE.
26534         * nptl/sysdeps/x86_64/tls.h (TLS_DEFINE_INIT_TP): New macro.
26535         * nptl/sysdeps/i386/tls.h (tls_fill_user_desc): New function.
26536         (TLS_INIT_TP): Use it.
26537         (TLS_DEFINE_INIT_TP): New macro.
26538         * sysdeps/unix/sysv/linux/i386/createthread.c: File removed.
26540 2014-06-09  Joseph Myers  <joseph@codesourcery.com>
26542         * conform/data/termios.h-data [POSIX] (IUCLC): Do not expect
26543         constant.
26544         [POSIX] (IXANY): Likewise.
26545         [POSIX] (OLCUC): Likewise.
26546         [POSIX || POSIX2008] (CBAUD): Do not allow.
26547         [POSIX || POSIX2008] (DEFECHO): Likewise.
26548         [POSIX || POSIX2008] (ECHOCTL): Likewise.
26549         [POSIX || POSIX2008] (ECHOKE): Likewise.
26550         [POSIX || POSIX2008] (ECHOPRT): Likewise.
26551         [POSIX || POSIX2008] (EXTA): Likewise.
26552         [POSIX || POSIX2008] (EXTB): Likewise.
26553         [POSIX || POSIX2008] (FLUSHO): Likewise.
26554         [POSIX || POSIX2008] (LOBLK): Likewise.
26555         [POSIX || POSIX2008] (PENDIN): Likewise.
26556         [POSIX || POSIX2008] (SWTCH): Likewise.
26557         [POSIX || POSIX2008] (VDISCARD): Likewise.
26558         [POSIX || POSIX2008] (VDSUSP): Likewise.
26559         [POSIX || POSIX2008] (VLNEXT): Likewise.
26560         [POSIX || POSIX2008] (VREPRINT): Likewise.
26561         [POSIX || POSIX2008] (VSTATUS): Likewise.
26562         [POSIX || POSIX2008] (VWERASE): Likewise.
26563         (B*): Change to B[0123456789]*.
26564         * conform/data/time.h-data [POSIX || UNIX98]
26565         (CLOCK_PROCESS_CPUTIME_ID): Do not expect constant.
26566         [POSIX || UNIX98] (CLOCK_THREAD_CPUTIME_ID): Likewise.
26567         [POSIX || UNIX98] (CLOCK_MONOTONIC): Likewise.
26568         [POSIX] (tm_*): Do not allow.
26570 2014-06-07  Joseph Myers  <joseph@codesourcery.com>
26572         * Makefile (install): Don't set LANGUAGE.
26573         * Makefile.in (install): Likewise.
26574         * assert/Makefile (test-assert-ENV): Remove variable.
26575         (test-assert-perr-ENV): Likewise.
26576         * elf/Makefile (neededtest4-ENV): Likewise.
26577         * iconvdata/Makefile ($(inst_gconvdir)/gconv-modules)
26578         [$(cross-compiling) = no]: Don't set LANGUAGE.
26579         * io/ftwtest-sh (LANG): Remove variable.
26580         * libio/Makefile (tst-widetext-ENV): Likewise.
26581         * manual/install.texi (Running make install): Don't refer to
26582         environment settings for make install.
26583         * INSTALL: Regenerated.
26584         * nptl/tst-tls6.sh: Don't set LANG.
26585         * posix/globtest.sh (LANG): Remove variable.
26586         * string/Makefile (tester-ENV): Likewise.
26587         (inl-tester-ENV): Likewise.
26588         (noinl-tester-ENV): Likewise.
26589         * sysdeps/s390/s390-64/Makefile ($(inst_gconvdir)/gconv-modules)
26590         [$(cross-compiling) = no]: Don't set LANGUAGE.
26591         * timezone/Makefile (build-testdata): Use $(built-program-cmd)
26592         without explicit environment settings.
26594 2014-06-06  Roland McGrath  <roland@hack.frob.com>
26596         * nptl/sysdeps/unix/sysv/linux/sh/bits/pthreadtypes.h: Moved ...
26597         * sysdeps/sh/nptl/bits/pthreadtypes.h: ... here.
26598         * nptl/sysdeps/unix/sysv/linux/sh/bits/semaphore.h: Moved ...
26599         * sysdeps/sh/nptl/bits/semaphore.h: ... here.
26601 2014-06-06  Chris Metcalf  <cmetcalf@tilera.com>
26603         * crypt/crypt-private.h [DOS]: Add some includes taken from the
26604         other files in the crypt directory.
26605         * crypt/crypt.c: Remove duplicate includes.
26606         * crypt/crypt-entry.c: Likewise.
26607         * crypt/crypt_util.c: Likewise.
26609 2014-06-06  Joseph Myers  <joseph@codesourcery.com>
26611         * Makeconfig (run-program-env): New variable.
26612         (run-program-prefix-before-env): Likewise.
26613         (run-program-prefix-after-env): Likewise.
26614         (run-program-prefix): Define in terms of new variables.
26615         (built-program-cmd-before-env): New variable.
26616         (built-program-cmd-after-env): Likewise.
26617         (built-program-cmd): Define in terms of new variables.
26618         (test-program-prefix-before-env): New variable.
26619         (test-program-prefix-after-env): Likewise.
26620         (test-program-prefix): Define in terms of new variables.
26621         (test-program-cmd-before-env): New variable.
26622         (test-program-cmd-after-env): Likewise.
26623         (test-program-cmd): Define in terms of new variables.
26624         * Rules (make-test-out): Use $(run-program-env).
26625         * scripts/cross-test-ssh.sh (env_blacklist): Remove variable.
26626         (help): Do not mention environment variables.  Mention
26627         --timeoutfactor option.
26628         (timeoutfactor): New variable.
26629         (blacklist_exports): Remove function.
26630         (exports): Remove variable.
26631         (command): Do not include ${exports}.
26632         * manual/install.texi (Configuring and compiling): Do not mention
26633         test wrappers preserving environment variables.  Mention that last
26634         assignment to a variable must take precedence.
26635         * INSTALL: Regenerated.
26636         * benchtests/Makefile (run-bench): Use $(run-program-env).
26637         * catgets/Makefile ($(objpfx)test1.cat): Use
26638         $(built-program-cmd-before-env), $(run-program-env) and
26639         $(built-program-cmd-after-env).
26640         ($(objpfx)test2.cat): Do not specify environment variables
26641         explicitly.
26642         ($(objpfx)de/libc.cat): Use $(built-program-cmd-before-env),
26643         $(run-program-env) and $(built-program-cmd-after-env).
26644         ($(objpfx)test-gencat.out): Use $(test-program-cmd-before-env),
26645         $(run-program-env) and $(test-program-cmd-after-env).
26646         ($(objpfx)sample.SJIS.cat): Do not specify environment variables
26647         explicitly.
26648         * catgets/test-gencat.sh: Use test_program_cmd_before_env,
26649         run_program_env and test_program_cmd_after_env arguments.
26650         * elf/Makefile ($(objpfx)tst-pathopt.out): Use $(run-program-env).
26651         * elf/tst-pathopt.sh: Use run_program_env argument.
26652         * iconvdata/Makefile ($(objpfx)iconv-test.out): Use
26653         $(test-wrapper-env) and $(run-program-env).
26654         * iconvdata/run-iconv-test.sh: Use test_wrapper_env and
26655         run_program_env arguments.
26656         * iconvdata/tst-table.sh: Do not set GCONV_PATH explicitly.
26657         * intl/Makefile ($(objpfx)tst-gettext.out): Use
26658         $(test-program-prefix-before-env), $(run-program-env) and
26659         $(test-program-prefix-after-env).
26660         ($(objpfx)tst-gettext2.out): Likewise.
26661         * intl/tst-gettext.sh: Use test_program_prefix_before_env,
26662         run_program_env and test_program_prefix_after_env arguments.
26663         * intl/tst-gettext2.sh: Likewise.
26664         * intl/tst-gettext4.sh: Do not set environment variables
26665         explicitly.
26666         * intl/tst-gettext6.sh: Likewise.
26667         * intl/tst-translit.sh: Likewise.
26668         * malloc/Makefile ($(objpfx)tst-mtrace.out): Use
26669         $(test-program-prefix-before-env), $(run-program-env) and
26670         $(test-program-prefix-after-env).
26671         * malloc/tst-mtrace.sh: Use test_program_prefix_before_env,
26672         run_program_env and test_program_prefix_after_env arguments.
26673         * math/Makefile (run-regen-ulps): Use $(run-program-env).
26674         * nptl/Makefile ($(objpfx)tst-tls6.out): Use $(run-program-env).
26675         * nptl/tst-tls6.sh: Use run_program_env argument.  Set LANG=C
26676         explicitly with each use of ${test_wrapper_env}.
26677         * posix/Makefile ($(objpfx)wordexp-tst.out): Use
26678         $(test-program-prefix-before-env), $(run-program-env) and
26679         $(test-program-prefix-after-env).
26680         * posix/tst-getconf.sh: Do not set environment variables
26681         explicitly.
26682         * posix/wordexp-tst.sh: Use test_program_prefix_before_env,
26683         run_program_env and test_program_prefix_after_env arguments.
26684         * stdio-common/tst-printf.sh: Do not set environment variables
26685         explicitly.
26686         * stdlib/Makefile ($(objpfx)tst-fmtmsg.out): Use
26687         $(test-program-prefix-before-env), $(run-program-env) and
26688         $(test-program-prefix-after-env).
26689         * stdlib/tst-fmtmsg.sh: Use test_program_prefix_before_env,
26690         run_program_env and test_program_prefix_after_env arguments.
26691         Split $test calls into $test_pre and $test.
26692         * timezone/Makefile (build-testdata): Use
26693         $(built-program-cmd-before-env), $(run-program-env) and
26694         $(built-program-cmd-after-env).
26696 2014-06-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
26698         * sysdeps/powerpc/powerpc64/power7/strncat.S [STRLEN]: Define it as
26699         strlen for non SHARED builds.
26701 2014-06-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
26703         * nptl/allocatestack.c (check_list): Inlined function...
26704         (__reclaim_stacks): ... here.
26706 2014-06-05  Ondřej Bílka  <neleai@seznam.cz>
26708         [BZ #15698]
26709         * sysdeps/unix/sysv/linux/ifaddrs.c (getifaddrs_internal): Fix
26710         memory overrun.
26712 2014-06-05  Joseph Myers  <joseph@codesourcery.com>
26714         * Rules (make-test-out): Include
26715         LOCPATH=$(common-objpfx)localedata in default environment.
26716         * debug/Makefile (tst-chk1-ENV): Remove variable.
26717         (tst-chk2-ENV): Likewise.
26718         (tst-chk3-ENV): Likewise.
26719         (tst-chk4-ENV): Likewise.
26720         (tst-chk5-ENV): Likewise.
26721         (tst-chk6-ENV): Likewise.
26722         (tst-lfschk1-ENV): Likewise.
26723         (tst-lfschk2-ENV): Likewise.
26724         (tst-lfschk3-ENV): Likewise.
26725         (tst-lfschk4-ENV): Likewise.
26726         (tst-lfschk5-ENV): Likewise.
26727         (tst-lfschk6-ENV): Likewise.
26728         * iconvdata/Makefile (bug-iconv6-ENV): Likewise.
26729         (tst-iconv7-ENV): Likewise.
26730         * intl/Makefile (LOCPATH-ENV): Likewise.
26731         (tst-codeset-ENV): Likewise.
26732         (tst-gettext3-ENV): Likewise.
26733         (tst-gettext5-ENV): Likewise.
26734         * libio/Makefile (tst-widetext-ENV): Don't set LOCPATH.
26735         (tst-fopenloc-ENV): Likewise.
26736         (tst-fgetws-ENV): Remove variable.
26737         (tst-ungetwc1-ENV): Likewise.
26738         (tst-ungetwc2-ENV): Likewise.
26739         (bug-ungetwc2-ENV): Likewise.
26740         (tst-swscanf-ENV): Likewise.
26741         (bug-ftell-ENV): Likewise.
26742         (tst-fgetwc-ENV): Likewise.
26743         (tst-fseek-ENV): Likewise.
26744         (tst-ftell-partial-wide-ENV): Likewise.
26745         (tst-ftell-active-handler-ENV): Likewise.
26746         (tst-ftell-append-ENV): Likewise.
26747         * posix/Makefile (tst-fnmatch-ENV): Likewise.
26748         (tst-regexloc-ENV): Likewise.
26749         (bug-regex1-ENV): Likewise.
26750         (tst-regex-ENV): Likewise.
26751         (tst-regex2-ENV): Likewise.
26752         (bug-regex5-ENV): Likewise.
26753         (bug-regex6-ENV): Likewise.
26754         (bug-regex17-ENV): Likewise.
26755         (bug-regex18-ENV): Likewise.
26756         (bug-regex19-ENV): Likewise.
26757         (bug-regex20-ENV): Likewise.
26758         (bug-regex22-ENV): Likewise.
26759         (bug-regex23-ENV): Likewise.
26760         (bug-regex25-ENV): Likewise.
26761         (bug-regex26-ENV): Likewise.
26762         (bug-regex30-ENV): Likewise.
26763         (bug-regex32-ENV): Likewise.
26764         (bug-regex33-ENV): Likewise.
26765         (bug-regex34-ENV): Likewise.
26766         (bug-regex35-ENV): Likewise.
26767         (tst-rxspencer-ENV): Likewise.
26768         (tst-rxspencer-no-utf8-ENV): Likewise.
26769         * stdio-common/Makefile (tst-sprintf-ENV): Likewise.
26770         (tst-sscanf-ENV): Likewise.
26771         (tst-swprintf-ENV): Likewise.
26772         (tst-swscanf-ENV): Likewise.
26773         (test-vfprintf-ENV): Likewise.
26774         (scanf13-ENV): Likewise.
26775         (bug14-ENV): Likewise.
26776         (tst-grouping-ENV): Likewise.
26777         * stdlib/Makefile (tst-strtod-ENV): Likewise.
26778         (tst-strtod3-ENV): Likewise.
26779         (tst-strtod4-ENV): Likewise.
26780         (tst-strtod5-ENV): Likewise.
26781         (testmb2-ENV): Likewise./
26782         * string/Makefile (tst-strxfrm-ENV): Likewise.
26783         (tst-strxfrm2-ENV): Likewise.
26784         (bug-strcoll1-ENV): Likewise.
26785         (test-strcasecmp-ENV): Likewise.
26786         (test-strncasecmp-ENV): Likewise.
26787         * time/Makefile (tst-strptime-ENV): Likewise.
26788         (tst-ftime_l-ENV): Likewise.
26789         * wcsmbs/Makefile (tst-btowc-ENV): Likewise.
26790         (tst-mbrtowc-ENV): Likewise.
26791         (tst-wcrtomb-ENV): Likewise.
26792         (tst-mbrtowc2-ENV): Likewise.
26793         (tst-c16c32-1-ENV): Likewise.
26794         (tst-mbsnrtowcs-ENV): Likewise.
26796 2014-06-05  Ondřej Bílka  <neleai@seznam.cz>
26798         * manual/resource.texi (How to get information about the memory
26799         subsystem?): Fix typo.
26800         Reported by Peon de la Parra Ivan <peon@keba.com>
26802 2014-06-03  Guo Yixuan  <culu.gyx@gmail.com>
26804         [BZ #16882]
26805         * nptl/sysdeps/sparc/sparc32/pthread_spin_lock.S
26806         (pthread_spin_lock): Branch out of spin loop to proper location.
26807         * nptl/sysdeps/sparc/sparc64/pthread_spin_lock.S
26808         (pthread_spin_lock): Likewise.
26810         * nptl/tst-spin4.c: New test.
26811         * nptl/Makefile (tests): Add tst-spin4.
26813 2014-06-03  Andreas Schwab  <schwab@suse.de>
26815         [BZ #15946]
26816         * resolv/res_send.c (send_dg): Reload file descriptor after
26817         calling reopen.
26819 2014-06-03  Stefan Liebler  <stli@linux.vnet.ibm.com>
26821         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
26823 2014-06-03  Richard Henderson  <rth@redhat.com>
26825         * sysdeps/unix/sysv/linux/aarch64/pt-vfork.c: New file.
26826         * sysdeps/unix/sysv/linux/aarch64/nptl/pt-vfork.S: Remove file.
26827         * sysdeps/unix/sysv/linux/aarch64/vfork.S (__vfork): Incorporate
26828         SAVE_PID and RESTORE_PID blocks from pt-vfork.S.  Map 0 to INT_MIN
26829         in the SAVE_PID block.
26830         (__libc_vfork): New alias.
26831         * sysdeps/unix/sysv/linux/aarch64/nptl/vfork.S: Remove file.
26833         * sysdeps/unix/sysv/linux/aarch64/clone.S (__clone): Save args for
26834         child in registers, not on the stack.  Remove RESET_PID conditionals.
26835         * sysdeps/unix/sysv/linux/aarch64/nptl/clone.S: Remove file.
26837 2014-06-03  Marcus Shawcroft  <marcus.shawcroft@arm.com>
26839         * sysdeps/aarch64/libm-test-ulps: Regenerate.
26841 2014-06-03  Wilco  <wdijkstr@arm.com>
26843         * sysdeps/aarch64/fpu/math_private.h (libc_fesetround_aarch64)
26844         (libc_feholdexcept_setround_aarch64) (libc_feholdsetround_aarch64)
26845         (libc_feresetround_aarch64) (libc_feholdsetround_aarch64_ctx):
26846         Use _FPU_FPCR_RM_MASK for rounding mask rather than FE_TOWARDZERO.
26847         * sysdeps/aarch64/fpu/get-rounding-mode.h (get_rounding_mode):
26848         Likewise.
26850 2014-06-03  Wilco  <wdijkstr@arm.com>
26852         * sysdeps/aarch64/fpu/math_private.h
26853         (libc_feholdexcept_aarch64) (libc_feholdexcept_setround_aarch64)
26854         (libc_fetestexcept_aarch64) (libc_fesetenv_aarch64)
26855         (libc_feupdateenv_test_aarch64) (libc_feholdsetround_aarch64)
26856         (libc_feresetround_aarch64) (libc_feholdsetround_aarch64_ctx):
26857         Fix declarations.
26859 2014-06-03  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
26861         * crypt/crypt-private.h: Include ufc-crypt.h.
26862         (__b64_from_24bit): Declare extern.
26863         * crypt/crypt_util.c(__b64_from_24bit): New function.
26864         (b64t): New static const variable.
26865         * crypt/md5-crypt.c (b64_from_24bit): Remove function.
26866         (b64t): Remove variable.
26867         (__md5_crypt_r): Replace b64_from_24bit with __b64_from_24bit.
26868         * crypt/sha256-crypt.c: Include crypt-private.h.
26869         (b64t): Remove variable.
26870         (__sha256_crypt_r): Remove b64_from_24bit and replace
26871         with __b64_from_24bit.
26872         * crypt/sha512-crypt.c: Likewise.
26874 2014-06-02  Roland McGrath  <roland@hack.frob.com>
26876         * nptl/sysdeps/unix/sysv/linux/sh/vfork.S: Moved ...
26877         * sysdeps/unix/sysv/linux/sh/vfork.S: ... here.
26878         Label the code __libc_vfork rather than __vfork.
26879         [!NOT_IN_libc] (vfork): Define as weak alias.
26880         [!NOT_IN_libc] (__vfork): Define as strong alias, and libc_hidden_def.
26881         * sysdeps/unix/sysv/linux/sh/pt-vfork.S: New file.
26882         * nptl/sysdeps/unix/sysv/linux/sh/pt-vfork.S: File removed.
26884 2014-06-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
26886         * malloc/malloc.c (malloc_info): Fix format specifier for
26887         n_mmaps.
26889 2014-06-02  Wilco  <wdijkstr@arm.com>
26891         * sysdeps/aarch64/fpu/fpu_control.h (_FPU_SETCW): Remove ISB after
26892         FPCR write.
26894 2014-06-02  Wilco  <wdijkstr@arm.com>
26896         [BZ #17009]
26897         * sysdeps/aarch64/fpu/feupdateenv (feupdateenv):
26898         Rewrite to reduce FPCR/FPSR accesses.
26900 2014-06-01  David S. Miller  <davem@davemloft.net>
26902         * sysdeps/sparc/fpu/libm-test-ulps: Update.
26904 2014-05-31  David S. Miller  <davem@davemloft.net>
26906         * sysdeps/ieee754/flt-32/e_j1f.c (__ieee754_y1f): Force computations
26907         to occur in round to nearest mode when |x| >= 2.0
26909 2014-05-30  Richard Henderson  <rth@twiddle.net>
26911         * sysdeps/unix/sysv/linux/aarch64/sysdep.h (PSEUDO_RET): Remove.
26912         (PSEUDO_RET_NOERRNO): Remove.
26913         (ret): Don't redefine.
26914         (ret_NOERRNO): Define in terms of ret.
26915         (ret_ERRVAL): Likewise.
26917         * sysdeps/unix/sysv/linux/aarch64/ioctl.S (__ioctl): Remove the
26918         use of PSEUDO_RET; perform the error check directly.
26920 2014-05-30 Marko Myllynen  <myllynen@redhat.com>
26922         * sysdeps/x86_64/link-defines.sym (BND_SIZE): Replace __int128
26923         with __int128_t.
26925 2014-05-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
26927         * malloc/malloc (malloc_info): Fix formatting.
26929 2014-05-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
26930             Roland McGrath  <roland@hack.frob.com>
26932         * malloc/malloc (malloc_info): Also print mmapped statistics.
26934 2014-05-30  Roland McGrath  <roland@hack.frob.com>
26936         * sysdeps/unix/sysv/linux/m68k/arch-fork.h: New file.
26937         * sysdeps/unix/sysv/linux/m68k/nptl/fork.c: File removed.
26939 2014-05-30  Ondřej Bílka  <neleai@seznam.cz>
26941         * malloc/malloc.c (malloc_info): Inline mi_arena.
26943 2014-05-29  Richard Henderson  <rth@twiddle.net>
26945         * sysdeps/unix/sysv/linux/aarch64/sysdep.h (INTERNAL_VSYSCALL_NCS):
26946         Remove comma before expanding ASM_ARGS_##nr.
26947         (INTERNAL_SYSCALL_RAW): Make _sys_result signed, instead of casting.
26948         Make _x0 a strict output; make _x8 a strict input; adjust expansion
26949         of ASM_ARGS_##nr.
26950         (CLOBBER_ARGS_0, CLOBBER_ARGS_1, CLOBBER_ARGS_2): Remove.
26951         (CLOBBER_ARGS_3, CLOBBER_ARGS_4, CLOBBER_ARGS_5): Remove.
26952         (CLOBBER_ARGS_6, CLOBBER_ARGS_7): Remove.
26953         (ASM_ARGS_1): Add leading comma.
26955         * sysdeps/unix/sysv/linux/aarch64/sysdep.h [NOT_IN_libc]
26956         (SYSCALL_ERROR_HANDLER): Use tpidr_el0 instead of a call
26957         to __errno_location.
26958         * sysdeps/unix/sysv/linux/aarch64/nptl/localplt.data (libpthread.so):
26959         Remove the expected plt for __errno_location.
26961         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h
26962         [NOT_IN_libc] (SINGLE_THREAD_P): Use tpidr_el0 instead of a
26963         call to __read_tp.
26965         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h (PSEUDO):
26966         Always allocate 64 bytes of stack frame.  Use ldp/stp to create
26967         it and break it down.
26968         (DOCARGS_0, DOCARGS_1): Do nothing.
26969         (DOCARGS_2): Update to store into the new stack frame.
26970         (DOCARGS_3, DOCARGS_4, DOCARGS_5, DOCARGS_6): Likewise.
26971         (UNDOCARGS_1): Update to restore from the new stack frame.
26972         (UNDOCARGS_2, UNDOCARGS_3, UNDOCARGS_4): Likewise.
26973         (UNDOCARGS_5, UNDOCARGS_6): Likewise.
26975         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h
26976         (SINGLE_THREAD_P): New parameter for result regno.
26977         (PSEUDO): Update to match; use cbz instead of beq.
26979         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h (PSEUDO):
26980         Use ENTRY to define the _nocancel entry point.  Share the syscall
26981         and syscall error check paths with the cancel path.
26982         (PSEUDO_END): New.
26984         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h: Adjust
26985         whitespace; tabs before and after asm mnemonics.
26987 2014-05-29  Eric Wong  <normalperson@yhbt.net>
26989         [BZ #15132]
26990         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
26991         Call fstat64 or stat64 internally, depending on arguments passed.
26992         Replace stat buffer argument with file descriptor argument.
26993         (INTERNAL_STATVFS): Update arguments to match __statvfs_getflags.
26994         * sysdeps/unix/sysv/linux/fstatvfs.c (fstatvfs):
26995         Pass fd to __internal_statvfs instead of calling fstat64.
26996         * sysdeps/unix/sysv/linux/fstatvfs64.c (__fstatvfs64):
26997         Pass fd to __internal_statvfs64 instead of calling fstat64.
26998         * sysdeps/unix/sysv/linux/statvfs.c (statvfs):
26999         Pass -1 to __internal_statvfs instead of calling stat64.
27000         * sysdeps/unix/sysv/linux/statvfs64.c (__statvfs64):
27001         Pass -1 to __internal_statvfs64 instead of calling stat64.
27003 2014-05-28  Roland McGrath  <roland@hack.frob.com>
27005         * sysdeps/unix/sysv/linux/sh/clone.S: Deconditionalize the code
27006         that was previously under [RESET_PID].
27007         * nptl/sysdeps/unix/sysv/linux/sh/clone.S: File removed.
27009         * sysdeps/unix/sysv/linux/tile/arch-fork.h: New file.
27010         * sysdeps/unix/sysv/linux/tile/nptl/fork.c: File removed.
27012 2014-05-27  Roland McGrath  <roland@hack.frob.com>
27014         * sysdeps/unix/sysv/linux/ia64/arch-fork.h: New file.
27016         * sysdeps/unix/sysv/linux/sh/arch-fork.h: New file.
27017         * nptl/sysdeps/unix/sysv/linux/sh/fork.c: File removed.
27019 2014-05-27  Ondřej Bílka  <neleai@seznam.cz>
27021         * elf/dl-deps.c (_dl_map_object_deps): Remove duplicate code.
27023 2014-05-27  Andreas Schwab  <schwab@suse.de>
27025         * csu/libc-tls.c (__libc_setup_tls): Remove second argument from
27026         TLS_INIT_TP macro.
27027         * elf/dl-load.c (_dl_map_object_from_fd): Likewise.
27028         * elf/rtld.c (init_tls, dl_main): Likewise.
27029         * nptl/sysdeps/i386/tls.h (TLS_INIT_TP): Likewise.
27030         * nptl/sysdeps/powerpc/tls.h (TLS_INIT_TP): Likewise.
27031         * nptl/sysdeps/s390/tls.h (TLS_INIT_TP): Likewise.
27032         * nptl/sysdeps/sh/tls.h (TLS_INIT_TP): Likewise.
27033         * nptl/sysdeps/sparc/tls.h (TLS_INIT_TP): Likewise.
27034         * nptl/sysdeps/x86_64/tls.h (TLS_INIT_TP): Likewise.
27035         * sysdeps/aarch64/nptl/tls.h (TLS_INIT_TP): Likewise.
27036         * sysdeps/alpha/nptl/tls.h (TLS_INIT_TP): Likewise.
27037         * sysdeps/arm/nptl/tls.h (TLS_INIT_TP): Likewise.
27038         * sysdeps/hppa/nptl/tls.h (TLS_INIT_TP): Likewise.
27039         * sysdeps/ia64/nptl/tls.h (TLS_INIT_TP): Likewise.
27040         * sysdeps/m68k/nptl/tls.h (TLS_INIT_TP): Likewise.
27041         * sysdeps/mach/hurd/i386/tls.h (_hurd_tls_init): Likewise.
27042         * sysdeps/microblaze/nptl/tls.h (TLS_INIT_TP): Likewise.
27043         * sysdeps/mips/nptl/tls.h (TLS_INIT_TP): Likewise.
27044         * sysdeps/tile/nptl/tls.h (TLS_INIT_TP): Likewise.
27045         * sysdeps/generic/tls.h: Update description.
27047 2014-05-27  Will Newton  <will.newton@linaro.org>
27049         [BZ #16990]
27050         * sysdeps/arm/dl-tlsdesc.S (_dl_tlsdesc_resolve_hold): Save
27051         and restore r2 rather than just restoring.
27053 2014-05-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
27055         [BZ #16724]
27056         * libio/tst-ftell-append.c: New test case.
27057         * libio/Makefile (tests): Add test case.
27058         * libio/fileops.c (do_ftell): Don't trust _IO_read_end when in
27059         append mode.
27060         * libio/wfileops.c (do_ftell_wide): Likewise.
27062 2014-05-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
27064         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
27066         * nptl/sysdeps/unix/sysv/linux/powerpc/Versions: Remove, merge into
27067         ...
27068         * sysdeps/unix/sysv/linux/powerpc/powerpc32/Versions: ... here.
27069         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions: Likewise.
27070         * nptl/sysdeps/unix/sysv/linux/powerpc/Makefile: Moved rules to ...
27071         * sysdeps/unix/sysv/linux/powerpc/Makefile: ... here.
27072         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/local_lim.h: Moved ...
27073         * sysdeps/unix/sysv/linux/powerpc/bits/local_lim.h: ... here.
27074         * nptl/sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Moved ...
27075         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: ...here.
27076         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h:
27077         Moved ...
27078         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h: ... here.
27079         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h:
27080         Moved ...
27081         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h: ... here.
27082         * nptl/sysdeps/unix/sysv/linux/powerpc/createthread.c: Moved ...
27083         * sysdeps/unix/sysv/linux/powerpc/createthread.c: ... here.
27084         * nptl/sysdeps/unix/sysv/linux/powerpc/pt-longjmp.c: Moved ...
27085         * sysdeps/unix/sysv/linux/powerpc/pt-longjmp.c: ... here.
27086         * nptl/sysdeps/unix/sysv/linux/powerpc/pthread_attr_setstack.c: Moved
27087         ...
27088         * sysdeps/unix/sysv/linux/powerpc/pthread_attr_setstack.c: ... here.
27089         * nptl/sysdeps/unix/sysv/linux/powerpc/pthread_attr_setstacksize.c:
27090         Moved ...
27091         * sysdeps/unix/sysv/linux/powerpc/pthread_attr_setstacksize.c: ...
27092         here.
27093         * nptl/sysdeps/unix/sysv/linux/powerpc/pthread_spin_unlock.c: Moved
27094         ...
27095         * sysdeps/unix/sysv/linux/powerpc/pthread_spin_unlock.c: ... here.
27096         * nptl/sysdeps/unix/sysv/linux/powerpc/sem_post.c: Moved ...
27097         * sysdeps/unix/sysv/linux/powerpc/sem_post.c: ... here.
27099         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h: Moved ...
27100         * sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h: ... here.
27101         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/semaphore.h: Moved ...
27102         * sysdeps/unix/sysv/linux/powerpc/bits/semaphore.h: ... here.
27104         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions: Remove,
27105         merge into ...
27106         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions: ... here.
27107         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_create.c: Moved
27108         ...
27109         * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_create.c: ... here.
27110         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_delete.c: Moved
27111         ...
27112         * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_delete.c: ... here.
27113         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_getoverr.c:
27114         Moved ...
27115         * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_getoverr.c: ...
27116         here.
27117         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_gettime.c:
27118         Moved ...
27119         * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_gettime.c: ... here.
27120         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_settime.c:
27121         Moved ...
27122         * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_settime.c: ... here.
27124         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: Remove
27125         conditional [RESET_PID].
27126         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S: Likewise.
27127         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: File
27128         removed.
27129         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S: File
27130         removed.
27132         * sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S: Include
27133         <tcb-offsets.h>.
27134         (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
27135         (__libc_vfork): New strong alias.
27136         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc32/pt-vfork.S: File
27137         removed.
27138         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S: File
27139         Removed.
27141         * sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S: Include
27142         <tcb-offsets.h>.
27143         (__vfork): Incorporate save/retore of PID from nptl/vfork.S here.
27144         (__libc_vfork): New strong alias.
27145         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/pt-vfork.S: File
27146         removed.
27147         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S: File
27148         removed.
27150 2014-05-26  Carlos O'Donell  <carlos@redhat.com>
27152         * malloc/malloc.c (mi_arena): New function.
27153         (malloc_info): Remove nested function mi_arena. Call non-nosted
27154         function mi_arena.
27156 2014-05-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
27158         * sysdeps/powerpc/powerpc32/power4/memset.S (memset): Replace insrdi
27159         by insrwi.
27160         * sysdeps/powerpc/powerpc32/power6/memset.S (memset): Likewise.
27161         * sysdeps/powerpc/powerpc32/power7/memset.S (memset): Likewise.
27162         * sysdeps/powerpc/powerpc32/power7/memchr.S (memchr): Likewise.
27163         * sysdeps/powerpc/powerpc32/power7/memrchr.S (memrchr): Likewise.
27164         * sysdeps/powerpc/powerpc32/power7/rawmemchr.S (rawmemchr): Likewise.
27165         * sysdeps/powerpc/powerpc32/power7/strchr.S (strchr): Likewise.
27166         * sysdeps/powerpc/powerpc32/power7/strchrnul.S (strchrnul): Likewise.
27168 2014-05-26  Andreas Schwab  <schwab@suse.de>
27170         [BZ #16984]
27171         * locale/programs/repertoire.c (repertoire_read): Add slash
27172         between I18NPATH element and file name.
27173         * locale/programs/locfile.c (locfile_read): Likewise.
27175 2014-05-26  Stefan Liebler  <stli@linux.vnet.ibm.com>
27177         * nptl/pthread_mutexattr_settype.c
27178         (__pthread_mutexattr_settype):
27179         Disable lock elision for PTHREAD_MUTEX_NORMAL.
27181 2014-05-26  Stefan Liebler  <stli@linux.vnet.ibm.com>
27183         * nptl/tst-mutex5 (do_test):
27184         Use #ifndef ENABLE_LOCK_ELISION instead of #ifdef.
27186 2014-05-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
27188         * benchtests/README: Document 'init' directive.
27189         * benchtests/bench-skeleton.c (main) [BENCH_INIT]: Call
27190         BENCH_INIT.
27191         * scripts/bench.py (gen_source): Define BENCH_INIT macro.
27192         (parse_file): Recognize 'init' directive.
27194 2014-05-26  Kyle McMartin  <kyle@redhat.com>
27196         [BZ #16796]
27197         * sysdeps/aarch64/nptl/tls.h: increase TCB alignment to the
27198         alignment of struct pthread.
27200 2014-05-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
27202         [BZ #16878]
27203         * nscd/netgroupcache.c (addgetnetgrentX): Look for
27204         NSS_STATUS_TRYAGAIN to indicate insufficient buffer space.
27205         * nscd/nss_files/files-netgrp.c (_nss_netgroup_parseline): Use
27206         NSS_STATUS_TRYAGAIN to indicate insufficient buffer space.
27208 2014-05-25  Richard Henderson  <rth@twiddle.net>
27210         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h
27211         (SINGLE_THREAD_P_PIC): Remove.
27212         * sysdeps/unix/sysv/linux/arm/sysdep-cancel.h
27213         (SINGLE_THREAD_P_PIC): Remove.
27215         * sysdeps/unix/sysv/linux/aarch64/sysdep.h (PSEUDO_RET): Move
27216         branch to syscall error ...
27217         (PSEUDO): ... here.
27218         [NOT_IN_libc] (SYSCALL_ERROR_HANDLER): Rename the label
27219         from __local_syscall_error to .Lsyscall_error.
27220         [!NOT_IN_libc] (SYSCALL_ERROR_HANDLER): Branch to __syscall_error.
27221         (SYSCALL_ERROR): Update label name.
27223         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h (PSEUDO):
27224         Do not use DOARGS/UNDOARGS.
27225         * sysdeps/unix/sysv/linux/aarch64/sysdep.h (DO_CALL): Likewise.
27226         (DOARGS_0, DOARGS_1, DOARGS_2, DOARGS_3): Remove.
27227         (DOARGS_4, DOARGS_5, DOARGS_6, DOARGS_7): Remove.
27228         (UNDOARGS_0, UNDOARGS_1, UNDOARGS_2, UNDOARGS_3): Remove.
27229         (UNDOARGS_4, UNDOARGS_5, UNDOARGS_6, UNDOARGS_7): Remove.
27231         * sysdeps/unix/sysv/linux/aarch64/sysdep.h (DO_CALL): Fix
27232         block comment.
27234         * sysdeps/unix/sysv/linux/alpha/vfork.S (vfork, __vfork): Only
27235         define if !NOT_IN_libc.
27236         * sysdeps/unix/sysv/linux/alpha/pt-vfork.S (vfork, __vfork): Only
27237         define with non-default symbol versions.
27239 2014-05-23  Richard Henderson  <rth@twiddle.net>
27241         * nptl/pt-vfork.c (vfork_resolve): Rename from vfork_ifunc.
27242         (vfork, __vfork): Define via compat_symbol.
27244         * nptl/pt-vfork.c: Error if !HAVE_IFUNC.
27245         [!HAVE_IFUNC] (vfork_compat): Remove.
27246         [!HAVE_IFUNC] (DEFINE_VFORK): Remove.
27248 2014-05-23  Joseph Myers  <joseph@codesourcery.com>
27250         [BZ #16978]
27251         * posix/tar.h [!__USE_XOPEN2K] (TSVTX): Define macro.
27252         * conform/Makefile (test-xfail-POSIX/tar.h/conform): Remove
27253         variable.
27255 2014-05-23  Richard Henderson  <rth@twiddle.net>
27257         * sysdeps/unix/sysv/linux/alpha/nptl/Makefile: Merge into...
27258         * sysdeps/unix/sysv/linux/alpha/Makefile: ... here.
27259         * sysdeps/unix/sysv/linux/alpha/nptl/Versions: Merge into...
27260         * sysdeps/unix/sysv/linux/alpha/Versions: ... here.
27262         * sysdeps/unix/sysv/linux/alpha/nptl/aio_cancel.c: Moved ...
27263         * sysdeps/unix/sysv/linux/alpha/aio_cancel.c: ... here.
27264         * sysdeps/unix/sysv/linux/alpha/nptl/bits/local_lim.h: Moved ...
27265         * sysdeps/unix/sysv/linux/alpha/bits/local_lim.h: ... here.
27266         * sysdeps/unix/sysv/linux/alpha/nptl/bits/pthreadtypes.h: Moved ...
27267         * sysdeps/unix/sysv/linux/alpha/bits/pthreadtypes.h: ... here.
27268         * sysdeps/unix/sysv/linux/alpha/nptl/bits/semaphore.h: Moved ...
27269         * sysdeps/unix/sysv/linux/alpha/bits/semaphore.h: ... here.
27270         * sysdeps/unix/sysv/linux/alpha/nptl/c++-types.data: Moved ...
27271         * sysdeps/unix/sysv/linux/alpha/c++-types.data: ... here.
27272         * sysdeps/unix/sysv/linux/alpha/nptl/createthread.c: Moved ...
27273         * sysdeps/unix/sysv/linux/alpha/createthread.c: ... here.
27274         * sysdeps/unix/sysv/linux/alpha/nptl/ld.abilist: Moved ...
27275         * sysdeps/unix/sysv/linux/alpha/ld.abilist: ... here.
27276         * sysdeps/unix/sysv/linux/alpha/nptl/libBrokenLocale.abilist: Moved ...
27277         * sysdeps/unix/sysv/linux/alpha/libBrokenLocale.abilist: ... here.
27278         * sysdeps/unix/sysv/linux/alpha/nptl/libanl.abilist: Moved ...
27279         * sysdeps/unix/sysv/linux/alpha/libanl.abilist: ... here.
27280         * sysdeps/unix/sysv/linux/alpha/nptl/libc.abilist: Moved ...
27281         * sysdeps/unix/sysv/linux/alpha/libc.abilist: ... here.
27282         * sysdeps/unix/sysv/linux/alpha/nptl/libcrypt.abilist: Moved ...
27283         * sysdeps/unix/sysv/linux/alpha/libcrypt.abilist: ... here.
27284         * sysdeps/unix/sysv/linux/alpha/nptl/libdl.abilist: Moved ...
27285         * sysdeps/unix/sysv/linux/alpha/libdl.abilist: ... here.
27286         * sysdeps/unix/sysv/linux/alpha/nptl/libm.abilist: Moved ...
27287         * sysdeps/unix/sysv/linux/alpha/libm.abilist: ... here.
27288         * sysdeps/unix/sysv/linux/alpha/nptl/libnsl.abilist: Moved ...
27289         * sysdeps/unix/sysv/linux/alpha/libnsl.abilist: ... here.
27290         * sysdeps/unix/sysv/linux/alpha/nptl/libpthread.abilist: Moved ...
27291         * sysdeps/unix/sysv/linux/alpha/libpthread.abilist: ... here.
27292         * sysdeps/unix/sysv/linux/alpha/nptl/libresolv.abilist: Moved ...
27293         * sysdeps/unix/sysv/linux/alpha/libresolv.abilist: ... here.
27294         * sysdeps/unix/sysv/linux/alpha/nptl/librt.abilist: Moved ...
27295         * sysdeps/unix/sysv/linux/alpha/librt.abilist: ... here.
27296         * sysdeps/unix/sysv/linux/alpha/nptl/libthread_db.abilist: Moved ...
27297         * sysdeps/unix/sysv/linux/alpha/libthread_db.abilist: ... here.
27298         * sysdeps/unix/sysv/linux/alpha/nptl/libutil.abilist: Moved ...
27299         * sysdeps/unix/sysv/linux/alpha/libutil.abilist: ... here.
27300         * sysdeps/unix/sysv/linux/alpha/nptl/localplt.data: Moved ...
27301         * sysdeps/unix/sysv/linux/alpha/localplt.data: ... here.
27302         * sysdeps/unix/sysv/linux/alpha/nptl/lowlevellock.h: Moved ...
27303         * sysdeps/unix/sysv/linux/alpha/lowlevellock.h: ... here.
27304         * sysdeps/unix/sysv/linux/alpha/nptl/sem_post.c: Moved ...
27305         * sysdeps/unix/sysv/linux/alpha/sem_post.c: ... here.
27306         * sysdeps/unix/sysv/linux/alpha/nptl/sysdep-cancel.h: Moved ...
27307         * sysdeps/unix/sysv/linux/alpha/sysdep-cancel.h: ... here.
27308         * sysdeps/unix/sysv/linux/alpha/nptl/timer_create.c: Moved ...
27309         * sysdeps/unix/sysv/linux/alpha/timer_create.c: ... here.
27310         * sysdeps/unix/sysv/linux/alpha/nptl/timer_delete.c: Moved ...
27311         * sysdeps/unix/sysv/linux/alpha/timer_delete.c: ... here.
27312         * sysdeps/unix/sysv/linux/alpha/nptl/timer_getoverr.c: Moved ...
27313         * sysdeps/unix/sysv/linux/alpha/timer_getoverr.c: ... here.
27314         * sysdeps/unix/sysv/linux/alpha/nptl/timer_gettime.c: Moved ...
27315         * sysdeps/unix/sysv/linux/alpha/timer_gettime.c: ... here.
27316         * sysdeps/unix/sysv/linux/alpha/nptl/timer_settime.c: Moved ...
27317         * sysdeps/unix/sysv/linux/alpha/timer_settime.c: ... here.
27319         * sysdeps/unix/sysv/linux/alpha/syscalls.list: Remove vfork.
27320         * sysdeps/unix/sysv/linux/alpha/nptl/vfork.S: Move file ...
27321         * sysdeps/unix/sysv/linux/alpha/vfork.S: ... here.  Restore PID
27322         before exiting on error.
27323         (__libc_vfork): New strong alias.
27324         * sysdeps/unix/sysv/linux/alpha/nptl/pt-vfork.S: Remove file.
27325         * sysdeps/unix/sysv/linux/alpha/pt-vfork.S: New file.
27327         * sysdeps/unix/sysv/linux/alpha/clone.S: Deconditionalize the code
27328         that was previously under [RESET_PID].
27329         * sysdeps/unix/sysv/linux/alpha/nptl/clone.S: File removed.
27331         * sysdeps/unix/sysv/linux/alpha/nptl/fork.c: Remove file.
27333 2014-05-23  Joseph Myers  <joseph@codesourcery.com>
27335         [BZ #16977]
27336         * sysdeps/i386/fpu/e_log10.S (__ieee754_log10): Take absolute
27337         value when x - 1 is zero.
27338         * sysdeps/i386/fpu/e_log10f.S (__ieee754_log10f): Likewise.
27339         * sysdeps/i386/fpu/e_log10l.S (__ieee754_log10l): Likewise.
27340         * sysdeps/ieee754/ldbl-128/e_log10l.c (__ieee754_log10l): Return
27341         0.0L for an argument of 1.0L.
27342         * sysdeps/ieee754/ldbl-128ibm/e_log10l.c (__ieee754_log10l):
27343         Likewise.
27344         * sysdeps/x86_64/fpu/e_log10l.S (__ieee754_log10l): Take absolute
27345         value when x - 1 is zero.
27346         * math/libm-test.inc (log10_test): Use ALL_RM_TEST.
27347         * sysdeps/i386/fpu/libm-test-ulps: Update.
27348         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
27350 2014-05-23  Rasmus Villemoes  <rv@rasmusvillemoes.dk>
27352         * manual/filesys.texi (Scanning Directory Content): Fix prototype of
27353         alphasort and versionsort.
27355 2014-05-22  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
27357         * sysdeps/powerpc/fpu/math_private.h [copysign]: Remove unneeded
27358         macro.
27359         [copysignf]: Likewise.
27361 2014-05-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
27363         * crypt/md5-crypt.c: Fix formatting.
27365 2014-05-22  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
27367         * crypt/md5-crypt.c (__md5_crypt_r): Remove a nested function.
27368         (b64_from_24bit): New function.
27370 2014-05-22  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
27372         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr.c (memchr): Remove
27373         libc_hidden_builtin_def to ifunc.
27374         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr-ppc32.c
27375         [libc_hidden_builtin_def]: Define hidden definition to __memchr_ppc32.
27377 2014-05-21  Roland McGrath  <roland@hack.frob.com>
27379         * sysdeps/unix/sysv/linux/aarch64/arch-fork.h: New file.
27380         * sysdeps/unix/sysv/linux/aarch64/nptl/fork.c: File removed.
27382 2014-05-21  Joseph Myers  <joseph@codesourcery.com>
27384         * nscd/Depend (linuxthreads): Remove.
27385         (nptl): Add.
27386         * resolv/Depend (linuxthreads): Remove.
27387         * rt/Depend (linuxthreads): Remove.
27389         * Makeconfig [$(build-hardcoded-path-in-tests) = yes]
27390         (rtld-tests-LDFLAGS): Use $(elf-objpfx) instead of
27391         $(common-objpfx)elf/.
27392         (link-libc-before-gnulib): Likewise.
27393         (elfobjdir): Remove variable.
27394         * Makefile (install): Use $(elf-objpfx) instead of
27395         $(common-objpfx)elf/.
27396         * Makerules (link-libc-args): Use $(elf-objpfx) instead of
27397         $(elfobjdir)/.
27398         (link-libc-deps): Likewise.
27399         ($(common-objpfx)libc.so): Likewise.
27400         ($(common-objpfx)linkobj/libc.so): Likewise.
27401         [$(cross-compiling) = no] (symbolic-link-prog): Use $(elf-objpfx)
27402         instead of $(common-objpfx)elf/.
27403         (symbolic-link-list): Likewise.
27404         * iconvdata/Makefile ($(inst_gconvdir)/gconv-modules)
27405         [$(cross-compiling) = no]: Likewise.
27406         * sysdeps/arm/Makefile (gnulib-arch): Use $(elf-objpfx) instead of
27407         $(elfobjdir)/.
27408         (static-gnulib-arch): Likewise.
27409         * sysdeps/s390/s390-64/Makefile ($(inst_gconvdir)/gconv-modules)
27410         [$(cross-compiling) = no]: Use $(elf-objpfx) instead of
27411         $(common-objpfx)elf/.
27413 2014-05-21  Richard Henderson  <rth@redhat.com>
27415         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h
27416         (SINGLE_THREAD_P): Use the correct width load.  Fold
27417         into the ldr offset.
27419         * sysdeps/unix/sysv/linux/aarch64/sysdep.h [RTLD_PRIVATE_ERRNO]
27420         (SYSCALL_ERROR_HANDLER): Fold add insn into str offset.
27422 2014-05-20  Joseph Myers  <joseph@codesourcery.com>
27424         * sysdeps/unix/sysv/linux/arm/unwind-forcedunwind.c
27425         (libgcc_s_resume): Use __attribute_used__.
27426         * sysdeps/unix/sysv/linux/arm/unwind-resume.c (libgcc_s_resume):
27427         Likewise.
27429 2014-05-20  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
27431         * sysdeps/powerpc/fpu/math_private.h [__copysignf]: Fix copysign macro
27432         optimization when used with float constants.
27434         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
27436 2014-05-20  Aurelien Jarno  <aurelien@aurel32.net>
27438         [BZ #16915]
27439         * locale/nl_langinfo_l.c: Make direct reference to every
27440         _nl_current_CATEGORY symbol.
27441         * localedata/Makefile (test-srcs): Add tst-langinfo-static.
27442         (tests-static): Add tst-langinfo-static.
27443         (tests-special): Add tst-langinfo-static.out.
27444         ($(objpfx)tst-langinfo.out): Redirect output.
27445         ($(objpfx)tst-langinfo-static.out): New.
27446         * localedata/tst-langinfo.sh: Send output to stdout.
27447         * localedata/tst-langinfo-static.c: New file.
27449         [BZ #16965]
27450         * stdlib/strtod_l.c (round_and_return): Add code to shift limbs
27451         when the shift amount is modulo the limb size.
27453 2014-05-20  Richard Henderson  <rth@redhat.com>
27455         [BZ #16967]
27456         * sysdeps/unix/sysv/linux/alpha/bits/sigaction.h (struct sigaction):
27457         Change type of sa_flags from unsigned int to int.
27459         [BZ #16966]
27460         * sysdeps/unix/sysv/linux/alpha/bits/siginfo.h: Remove file.
27462         * sysdeps/alpha/dl-machine.h (ELF_MACHINE_NO_RELA): Define.
27464 2014-05-20  Will Newton  <will.newton@linaro.org>
27466         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h (PSEUDO):
27467         Test the return value of the system call in the nocancel case.
27469 2014-05-20  Will Newton  <will.newton@linaro.org>
27470             Yvan Roux  <yvan.roux@linaro.org>
27472         * sysdeps/unix/sysv/linux/aarch64/sys/user.h: Remove unused
27473         #include of asm/ptrace.h.
27474         (PTRACE_GET_THREAD_AREA): Remove #undef.
27475         (PTRACE_GETHBPREGS): Likewise.
27476         (PTRACE_SETHBPREGS): Likewise.
27477         (struct user_regs_struct): New structure.
27478         (struct user_fpsimd_struct): New structure.
27479         * sysdeps/unix/sysv/linux/aarch64/sys/procfs.h: Remove unused
27480         #include of asm/ptrace.h and second #include of sys/user.h.
27481         (PTRACE_GET_THREAD_AREA): Remove #undef.
27482         (PTRACE_GETHBPREGS): Likewise.
27483         (PTRACE_SETHBPREGS): Likewise.
27484         (ELF_NGREG): Use new struct user_regs_struct.
27485         (elf_fpregset_t): Use new struct user_fpsimd_struct.
27487 2014-05-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
27489         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypof.c: Moved ...
27490         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypotf.c: ... here.
27492 2014-05-17  Jose E. Marchesi  <jose.marchesi@oracle.com>
27494         [BZ #16958]
27495         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara2.S: Add missing
27496         membar to avoid block loads/stores to overlap previous stores.
27498 2014-05-17  Richard Henderson  <rth@redhat.com>
27500         * sysdeps/unix/sysv/linux/alpha/nptl/sysdep-cancel.h (PSEUDO):
27501         Create the __##syscall_name##_nocancel entry point.
27502         * sysdeps/unix/sysv/linux/alpha/sigsuspend.S (__sigsuspend_nocancel):
27503         Remove; let the sysdep-cancel.h code create it.
27505 2014-05-17  David S. Miller  <davem@davemloft.net>
27507         * sysdeps/unix/sysv/linux/sparc/bits/termios.h (PAGEOUT, WRAP):
27508         Protect with __USE_GNU.
27509         (TIOCSET_TEMPT): Likewise.
27510         (TIOCM_LE, TIOCM_DTR, TIOCM_RTS, TIOCM_ST, TIOCM_SR, TIOCM_CTS,
27511         TIOCM_CAR, TIOCM_RNG, TIOCM_DSR, TIOCM_CD, TIOCM_RI): Remove as
27512         these are already provided in bits/ioctl-types.h
27514 2014-05-16  Roland McGrath  <roland@hack.frob.com>
27516         * sysdeps/unix/sysv/linux/alpha/arch-fork.h: New file.
27517         * sysdeps/unix/sysv/linux/ia64/nptl/fork.c: File removed.
27519         * sysdeps/unix/sysv/linux/not-cancel.h (waitpid_not_cancel):
27520         Use wait4 regardless of [__NR_waitpid].
27522 2014-05-16  Maciej W. Rozycki  <macro@codesourcery.com>
27524         PR libgcc/60166
27525         * sysdeps/arm/soft-fp/sfp-machine.h (_FP_NANFRAC_S, _FP_NANFRAC_D)
27526         (_FP_NANSIGN_Q): Set the quiet bit.
27528 2014-05-16  Joseph Myers  <joseph@codesourcery.com>
27530         * benchtests/Makefile
27531         ($(addprefix $(objpfx)bench-,$(bench-math))): Depend on $(libm),
27532         not $(common-objpfx)math/libm.so.
27533         ($(addprefix $(objpfx)bench-,$(bench-pthread))): Depend on
27534         $(shared-thread-library), not $(common-objpfx)nptl/libpthread.so.
27535         * elf/Makefile ($(objpfx)noload): Depend on $(libdl), not
27536         $(common-objpfx)dlfcn/libdl.so.
27537         ($(objpfx)tst-audit8): Depend on $(libm), not
27538         $(common-objpfx)math/libm.so.
27539         * malloc/Makefile ($(objpfx)libmemusage.so): Depend on $(libdl),
27540         not $(common-objpfx)dlfcn/libdl.so.
27541         * math/Makefile
27542         ($(addprefix $(objpfx),$(filter-out $(tests-static),$(tests)))):
27543         Depend on $(libm), not $(objpfx)libm.so.  Do not condition on
27544         [$(build-shared) = yes].
27545         ($(objpfx)test-fenv-tls): Depend on $(shared-thread-library), not
27546         $(common-objpfx)nptl/libpthread.so.
27547         * misc/Makefile ($(objpfx)tst-tsearch): Depend on $(libm), not
27548         $(common-objpfx)math/libm.so$(libm.so-version) or
27549         $(common-objpfx)math/libm.a depending on [$(build-shared) = yes].
27550         * nptl/Makefile ($(objpfx)tst-unload): Depend on $(libdl), not
27551         $(common-objpfx)dlfcn/libdl.so.
27552         * setjmp/Makefile (link-libm): Remove variable.
27553         ($(objpfx)tst-setjmp-fp): Depend on $(libm), not $(link-libm).
27554         * stdio-common/Makefile (link-libm): Remove variable.
27555         ($(objpfx)tst-printf-round): Depend on $(libm), not $(link-libm).
27556         * stdlib/Makefile (link-libm): Remove variable.
27557         ($(objpfx)bug-getcontext): Depend on $(libm), not $(link-libm).
27558         ($(objpfx)tst-strtod-round): Likewise.
27559         ($(objpfx)tst-tininess): Likewise.
27560         ($(objpfx)tst-strtod-underflow): Likewise.
27561         ($(objpfx)tst-strtod6): Likewise.
27562         ($(objpfx)tst-tls-atexit): Depend on $(shared-thread-library) and
27563         $(libdl), not $(common-objpfx)nptl/libpthread.so and
27564         $(common-objpfx)dlfcn/libdl.so.
27566 2014-05-16  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
27568         * sysdeps/unix/sysv/linux/powerpc/bits/termios.h [__USE_MISC]: Guard
27569         BSD terminal modes definitions.
27571 2014-05-16  Roland McGrath  <roland@hack.frob.com>
27573         * sysdeps/unix/sysv/linux/arm/arch-fork.h: New file.
27574         * sysdeps/unix/sysv/linux/arm/fork.c: File removed.
27576         * sysdeps/unix/sysv/linux/arch-fork.h: New file.
27577         * sysdeps/unix/sysv/linux/i386/fork.h: Moved ...
27578         * sysdeps/unix/sysv/linux/i386/arch-fork.h: ... here.
27579         Don't do #include_next.
27580         * sysdeps/unix/sysv/linux/x86_64/fork.h: Moved ...
27581         * sysdeps/unix/sysv/linux/x86_64/arch-fork.h: ... here.
27582         Don't do #include_next.
27583         * sysdeps/unix/sysv/linux/mips/arch-fork.h: New file.
27584         * sysdeps/unix/sysv/linux/mips/fork.h: File removed.
27585         * sysdeps/unix/sysv/linux/powerpc/arch-fork.h: New file.
27586         * sysdeps/unix/sysv/linux/powerpc/fork.h: File removed.
27588 2014-05-16  Allan McRae  <allan@archlinux.org>
27590         * po/sv.po: Update Swedish translation from translation project.
27592         * timezone/Makefile ($(objpfx)tzselect): Use correct variable
27593         in sed expression.
27595 2014-05-16  Aurelien Jarno  <aurelien@aurel32.net>
27597         [BZ #16917]
27598         * sysdeps/unix/sysv/linux/ptsname.c (__ptsname_internal): Return
27599         errno if the TIOCGPTN ioctl fails with an error different than
27600         EINVAL.
27601         * login/tst-ptsname.c: New file.
27602         * login/Makefile (tests): Add tst-ptsname.
27604         [BZ #16943]
27605         * sysdeps/unix/sysv/linux/sparc/bits/resource.h: Declare prlimit
27606         and prlimit64.
27608 2014-05-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
27610         [BZ #16849]
27611         * sysdeps/posix/getaddrinfo.c (gaih_inet): Only check for
27612         herrno to return EAI_AGAIN.
27614 2014-05-14  Roland McGrath  <roland@hack.frob.com>
27616         * sysdeps/unix/sysv/linux/i386/nptl/c++-types.data: Moved ...
27617         * sysdeps/unix/sysv/linux/i386/c++-types.data: ... here.
27618         * sysdeps/unix/sysv/linux/i386/nptl/ld.abilist: Moved ...
27619         * sysdeps/unix/sysv/linux/i386/ld.abilist: ... here.
27620         * sysdeps/unix/sysv/linux/i386/nptl/libBrokenLocale.abilist: Moved ...
27621         * sysdeps/unix/sysv/linux/i386/libBrokenLocale.abilist: ... here.
27622         * sysdeps/unix/sysv/linux/i386/nptl/libanl.abilist: Moved ...
27623         * sysdeps/unix/sysv/linux/i386/libanl.abilist: ... here.
27624         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: Moved ...
27625         * sysdeps/unix/sysv/linux/i386/libc.abilist: ... here.
27626         * sysdeps/unix/sysv/linux/i386/nptl/libcrypt.abilist: Moved ...
27627         * sysdeps/unix/sysv/linux/i386/libcrypt.abilist: ... here.
27628         * sysdeps/unix/sysv/linux/i386/nptl/libdl.abilist: Moved ...
27629         * sysdeps/unix/sysv/linux/i386/libdl.abilist: ... here.
27630         * sysdeps/unix/sysv/linux/i386/nptl/libm.abilist: Moved ...
27631         * sysdeps/unix/sysv/linux/i386/libm.abilist: ... here.
27632         * sysdeps/unix/sysv/linux/i386/nptl/libnsl.abilist: Moved ...
27633         * sysdeps/unix/sysv/linux/i386/libnsl.abilist: ... here.
27634         * sysdeps/unix/sysv/linux/i386/nptl/libpthread.abilist: Moved ...
27635         * sysdeps/unix/sysv/linux/i386/libpthread.abilist: ... here.
27636         * sysdeps/unix/sysv/linux/i386/nptl/libresolv.abilist: Moved ...
27637         * sysdeps/unix/sysv/linux/i386/libresolv.abilist: ... here.
27638         * sysdeps/unix/sysv/linux/i386/nptl/librt.abilist: Moved ...
27639         * sysdeps/unix/sysv/linux/i386/librt.abilist: ... here.
27640         * sysdeps/unix/sysv/linux/i386/nptl/libthread_db.abilist: Moved ...
27641         * sysdeps/unix/sysv/linux/i386/libthread_db.abilist: ... here.
27642         * sysdeps/unix/sysv/linux/i386/nptl/libutil.abilist: Moved ...
27643         * sysdeps/unix/sysv/linux/i386/libutil.abilist: ... here.
27644         * sysdeps/unix/sysv/linux/i386/nptl/localplt.data: Moved ...
27645         * sysdeps/unix/sysv/linux/i386/localplt.data: ... here.
27646         * sysdeps/unix/sysv/linux/x86_64/64/nptl/c++-types.data: Moved ...
27647         * sysdeps/unix/sysv/linux/x86_64/64/c++-types.data: ... here.
27648         * sysdeps/unix/sysv/linux/x86_64/64/nptl/ld.abilist: Moved ...
27649         * sysdeps/unix/sysv/linux/x86_64/64/ld.abilist: ... here.
27650         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libBrokenLocale.abilist:
27651         Moved ...
27652         * sysdeps/unix/sysv/linux/x86_64/64/libBrokenLocale.abilist: ... here.
27653         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libanl.abilist: Moved ...
27654         * sysdeps/unix/sysv/linux/x86_64/64/libanl.abilist: ... here.
27655         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Moved ...
27656         * sysdeps/unix/sysv/linux/x86_64/64/libc.abilist: ... here.
27657         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libcrypt.abilist: Moved ...
27658         * sysdeps/unix/sysv/linux/x86_64/64/libcrypt.abilist: ... here.
27659         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libdl.abilist: Moved ...
27660         * sysdeps/unix/sysv/linux/x86_64/64/libdl.abilist: ... here.
27661         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libm.abilist: Moved ...
27662         * sysdeps/unix/sysv/linux/x86_64/64/libm.abilist: ... here.
27663         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libnsl.abilist: Moved ...
27664         * sysdeps/unix/sysv/linux/x86_64/64/libnsl.abilist: ... here.
27665         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libpthread.abilist: Moved ...
27666         * sysdeps/unix/sysv/linux/x86_64/64/libpthread.abilist: ... here.
27667         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libresolv.abilist: Moved ...
27668         * sysdeps/unix/sysv/linux/x86_64/64/libresolv.abilist: ... here.
27669         * sysdeps/unix/sysv/linux/x86_64/64/nptl/librt.abilist: Moved ...
27670         * sysdeps/unix/sysv/linux/x86_64/64/librt.abilist: ... here.
27671         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libthread_db.abilist: Moved ...
27672         * sysdeps/unix/sysv/linux/x86_64/64/libthread_db.abilist: ... here.
27673         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libutil.abilist: Moved ...
27674         * sysdeps/unix/sysv/linux/x86_64/64/libutil.abilist: ... here.
27675         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/c++-types.data: Moved ...
27676         * sysdeps/unix/sysv/linux/x86_64/x32/c++-types.data: ... here.
27677         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/ld.abilist: Moved ...
27678         * sysdeps/unix/sysv/linux/x86_64/x32/ld.abilist: ... here.
27679         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libBrokenLocale.abilist:
27680         Moved ...
27681         * sysdeps/unix/sysv/linux/x86_64/x32/libBrokenLocale.abilist: ... here.
27682         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libanl.abilist: Moved ...
27683         * sysdeps/unix/sysv/linux/x86_64/x32/libanl.abilist: ... here.
27684         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist: Moved ...
27685         * sysdeps/unix/sysv/linux/x86_64/x32/libc.abilist: ... here.
27686         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libcrypt.abilist: Moved ...
27687         * sysdeps/unix/sysv/linux/x86_64/x32/libcrypt.abilist: ... here.
27688         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libdl.abilist: Moved ...
27689         * sysdeps/unix/sysv/linux/x86_64/x32/libdl.abilist: ... here.
27690         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libm.abilist: Moved ...
27691         * sysdeps/unix/sysv/linux/x86_64/x32/libm.abilist: ... here.
27692         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libnsl.abilist: Moved ...
27693         * sysdeps/unix/sysv/linux/x86_64/x32/libnsl.abilist: ... here.
27694         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libpthread.abilist: Moved ...
27695         * sysdeps/unix/sysv/linux/x86_64/x32/libpthread.abilist: ... here.
27696         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libresolv.abilist: Moved ...
27697         * sysdeps/unix/sysv/linux/x86_64/x32/libresolv.abilist: ... here.
27698         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/librt.abilist: Moved ...
27699         * sysdeps/unix/sysv/linux/x86_64/x32/librt.abilist: ... here.
27700         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libthread_db.abilist:
27701         Moved ...
27702         * sysdeps/unix/sysv/linux/x86_64/x32/libthread_db.abilist: ... here.
27703         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libutil.abilist: Moved ...
27704         * sysdeps/unix/sysv/linux/x86_64/x32/libutil.abilist: ... here.
27706         * nptl/sysdeps/unix/sysv/linux/x86/Makefile: File removed.
27707         * sysdeps/unix/sysv/linux/x86/Makefile [$(subdir) = nptl]
27708         (libpthread-sysdep_routines): Add elision-related stuff here instead.
27709         * nptl/sysdeps/unix/sysv/linux/x86/elision-conf.c: Moved ...
27710         * sysdeps/unix/sysv/linux/x86/elision-conf.c: ... here.
27711         * nptl/sysdeps/unix/sysv/linux/x86/elision-conf.h: Moved ...
27712         * sysdeps/unix/sysv/linux/x86/elision-conf.h: ... here.
27713         * nptl/sysdeps/unix/sysv/linux/x86/elision-lock.c: Moved ...
27714         * sysdeps/unix/sysv/linux/x86/elision-lock.c: ... here.
27715         * nptl/sysdeps/unix/sysv/linux/x86/elision-timed.c: Moved ...
27716         * sysdeps/unix/sysv/linux/x86/elision-timed.c: ... here.
27717         * nptl/sysdeps/unix/sysv/linux/x86/elision-trylock.c: Moved ...
27718         * sysdeps/unix/sysv/linux/x86/elision-trylock.c: ... here.
27719         * nptl/sysdeps/unix/sysv/linux/x86/elision-unlock.c: Moved ...
27720         * sysdeps/unix/sysv/linux/x86/elision-unlock.c: ... here.
27721         * nptl/sysdeps/unix/sysv/linux/x86/force-elision.h: Moved ...
27722         * sysdeps/unix/sysv/linux/x86/force-elision.h: ... here.
27723         * nptl/sysdeps/unix/sysv/linux/x86/hle.h: Moved ...
27724         * sysdeps/unix/sysv/linux/x86/hle.h: ... here.
27725         * nptl/sysdeps/unix/sysv/linux/x86/init-arch.c: Moved ...
27726         * sysdeps/unix/sysv/linux/x86/init-arch.c: ... here.
27727         * nptl/sysdeps/unix/sysv/linux/x86/init-arch.h: Moved ...
27728         * sysdeps/unix/sysv/linux/x86/init-arch.h: ... here.
27729         * nptl/sysdeps/unix/sysv/linux/x86/pthread_mutex_cond_lock.c: Moved ...
27730         * sysdeps/unix/sysv/linux/x86/pthread_mutex_cond_lock.c: ... here.
27731         * nptl/sysdeps/unix/sysv/linux/x86/pthread_mutex_lock.c: Moved ...
27732         * sysdeps/unix/sysv/linux/x86/pthread_mutex_lock.c: ... here.
27733         * nptl/sysdeps/unix/sysv/linux/x86/pthread_mutex_timedlock.c: Moved ...
27734         * sysdeps/unix/sysv/linux/x86/pthread_mutex_timedlock.c: ... here.
27735         * nptl/sysdeps/unix/sysv/linux/x86/pthread_mutex_trylock.c: Moved ...
27736         * sysdeps/unix/sysv/linux/x86/pthread_mutex_trylock.c: ... here.
27738         * sysdeps/unix/sysv/linux/mips/fork.h: New file.
27739         * sysdeps/unix/sysv/linux/mips/nptl/fork.c: File removed.
27741         * nptl/sysdeps/unix/sysv/linux/i386/Implies: File removed.
27742         * nptl/sysdeps/unix/sysv/linux/i386/i786/Implies: Moved ...
27743         * sysdeps/unix/sysv/linux/i386/i786/Implies: ... here.
27744         * nptl/sysdeps/unix/sysv/linux/i386/i586/sem_wait.S: Moved ...
27745         * sysdeps/unix/sysv/linux/i386/i586/sem_wait.S: ... here.
27746         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_wrlock.S:
27747         Moved ...
27748         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_wrlock.S: ... here.
27749         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_cond_timedwait.S:
27750         Moved ...
27751         * sysdeps/unix/sysv/linux/i386/i586/pthread_cond_timedwait.S: ... here.
27752         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_barrier_wait.S:
27753         Moved ...
27754         * sysdeps/unix/sysv/linux/i386/i586/pthread_barrier_wait.S: ... here.
27755         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_unlock.S:
27756         Moved ...
27757         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_unlock.S: ... here.
27758         * nptl/sysdeps/unix/sysv/linux/i386/i586/sem_timedwait.S: Moved ...
27759         * sysdeps/unix/sysv/linux/i386/i586/sem_timedwait.S: ... here.
27760         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_cond_signal.S:
27761         Moved ...
27762         * sysdeps/unix/sysv/linux/i386/i586/pthread_cond_signal.S: ... here.
27763         * nptl/sysdeps/unix/sysv/linux/i386/i586/libc-lowlevellock.S: Moved ...
27764         * sysdeps/unix/sysv/linux/i386/i586/libc-lowlevellock.S: ... here.
27765         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_cond_wait.S: Moved ...
27766         * sysdeps/unix/sysv/linux/i386/i586/pthread_cond_wait.S: ... here.
27767         * nptl/sysdeps/unix/sysv/linux/i386/i586/lowlevelrobustlock.S: Moved ...
27768         * sysdeps/unix/sysv/linux/i386/i586/lowlevelrobustlock.S: ... here.
27769         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_cond_broadcast.S:
27770         Moved ...
27771         * sysdeps/unix/sysv/linux/i386/i586/pthread_cond_broadcast.S: ... here.
27772         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedrdlock.S:
27773         Moved ...
27774         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedrdlock.S:
27775         ... here.
27776         * nptl/sysdeps/unix/sysv/linux/i386/i586/sem_trywait.S: Moved ...
27777         * sysdeps/unix/sysv/linux/i386/i586/sem_trywait.S: ... here.
27778         * nptl/sysdeps/unix/sysv/linux/i386/i586/sem_post.S: Moved ...
27779         * sysdeps/unix/sysv/linux/i386/i586/sem_post.S: ... here.
27780         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedwrlock.S:
27781         Moved ...
27782         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedwrlock.S:
27783         ... here.
27784         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_rdlock.S:
27785         Moved ...
27786         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_rdlock.S: ... here.
27787         * nptl/sysdeps/unix/sysv/linux/i386/i586/lowlevellock.S: Moved ...
27788         * sysdeps/unix/sysv/linux/i386/i586/lowlevellock.S: ... here.
27789         * nptl/sysdeps/unix/sysv/linux/i386/i486/sem_wait.S: Moved ...
27790         * sysdeps/unix/sysv/linux/i386/i486/sem_wait.S: ... here.
27791         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_wrlock.S:
27792         Moved ...
27793         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_wrlock.S: ... here.
27794         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_timedwait.S:
27795         Moved ...
27796         * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_timedwait.S: ... here.
27797         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_barrier_wait.S:
27798         Moved ...
27799         * sysdeps/unix/sysv/linux/i386/i486/pthread_barrier_wait.S: ... here.
27800         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_unlock.S:
27801         Moved ...
27802         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_unlock.S: ... here.
27803         * nptl/sysdeps/unix/sysv/linux/i386/i486/sem_timedwait.S: Moved ...
27804         * sysdeps/unix/sysv/linux/i386/i486/sem_timedwait.S: ... here.
27805         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_signal.S:
27806         Moved ...
27807         * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_signal.S: ... here.
27808         * nptl/sysdeps/unix/sysv/linux/i386/i486/libc-lowlevellock.S: Moved ...
27809         * sysdeps/unix/sysv/linux/i386/i486/libc-lowlevellock.S: ... here.
27810         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_wait.S: Moved ...
27811         * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_wait.S: ... here.
27812         * nptl/sysdeps/unix/sysv/linux/i386/i486/lowlevelrobustlock.S: Moved ...
27813         * sysdeps/unix/sysv/linux/i386/i486/lowlevelrobustlock.S: ... here.
27814         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_broadcast.S:
27815         Moved ...
27816         * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_broadcast.S: ... here.
27817         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedrdlock.S:
27818         Moved ...
27819         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedrdlock.S:
27820         ... here.
27821         * nptl/sysdeps/unix/sysv/linux/i386/i486/sem_trywait.S: Moved ...
27822         * sysdeps/unix/sysv/linux/i386/i486/sem_trywait.S: ... here.
27823         * nptl/sysdeps/unix/sysv/linux/i386/i486/sem_post.S: Moved ...
27824         * sysdeps/unix/sysv/linux/i386/i486/sem_post.S: ... here.
27825         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedwrlock.S:
27826         Moved ...
27827         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedwrlock.S:
27828         ... here.
27829         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_rdlock.S:
27830         Moved ...
27831         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_rdlock.S: ... here.
27832         * nptl/sysdeps/unix/sysv/linux/i386/i486/lowlevellock.S: Moved ...
27833         * sysdeps/unix/sysv/linux/i386/i486/lowlevellock.S: ... here.
27834         * nptl/sysdeps/unix/sysv/linux/i386/dl-sysdep.h: Moved ...
27835         * sysdeps/unix/sysv/linux/i386/dl-sysdep.h: ... here.
27836         * nptl/sysdeps/unix/sysv/linux/i386/lowlevellock.h: Moved ...
27837         * sysdeps/unix/sysv/linux/i386/lowlevellock.h: ... here.
27838         * nptl/sysdeps/unix/sysv/linux/i386/i686/sem_wait.S: Moved ...
27839         * sysdeps/unix/sysv/linux/i386/i686/sem_wait.S: ... here.
27840         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_wrlock.S:
27841         Moved ...
27842         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_wrlock.S: ... here.
27843         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_cond_timedwait.S:
27844         Moved ...
27845         * sysdeps/unix/sysv/linux/i386/i686/pthread_cond_timedwait.S: ... here.
27846         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_barrier_wait.S:
27847         Moved ...
27848         * sysdeps/unix/sysv/linux/i386/i686/pthread_barrier_wait.S: ... here.
27849         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_unlock.S:
27850         Moved ...
27851         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_unlock.S: ... here.
27852         * nptl/sysdeps/unix/sysv/linux/i386/i686/sem_timedwait.S: Moved ...
27853         * sysdeps/unix/sysv/linux/i386/i686/sem_timedwait.S: ... here.
27854         * nptl/sysdeps/unix/sysv/linux/i386/i686/dl-sysdep.h: Moved ...
27855         * sysdeps/unix/sysv/linux/i386/i686/dl-sysdep.h: ... here.
27856         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_cond_signal.S:
27857         Moved ...
27858         * sysdeps/unix/sysv/linux/i386/i686/pthread_cond_signal.S: ... here.
27859         * nptl/sysdeps/unix/sysv/linux/i386/i686/libc-lowlevellock.S: Moved ...
27860         * sysdeps/unix/sysv/linux/i386/i686/libc-lowlevellock.S: ... here.
27861         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_cond_wait.S: Moved ...
27862         * sysdeps/unix/sysv/linux/i386/i686/pthread_cond_wait.S: ... here.
27863         * nptl/sysdeps/unix/sysv/linux/i386/i686/lowlevelrobustlock.S: Moved ...
27864         * sysdeps/unix/sysv/linux/i386/i686/lowlevelrobustlock.S: ... here.
27865         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_cond_broadcast.S:
27866         Moved ...
27867         * sysdeps/unix/sysv/linux/i386/i686/pthread_cond_broadcast.S: ... here.
27868         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedrdlock.S:
27869         Moved ...
27870         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedrdlock.S:
27871         ... here.
27872         * nptl/sysdeps/unix/sysv/linux/i386/i686/sem_trywait.S: Moved ...
27873         * sysdeps/unix/sysv/linux/i386/i686/sem_trywait.S: ... here.
27874         * nptl/sysdeps/unix/sysv/linux/i386/i686/sem_post.S: Moved ...
27875         * sysdeps/unix/sysv/linux/i386/i686/sem_post.S: ... here.
27876         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedwrlock.S:
27877         Moved ...
27878         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedwrlock.S:
27879         ... here.
27880         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_rdlock.S:
27881         Moved ...
27882         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_rdlock.S: ... here.
27883         * nptl/sysdeps/unix/sysv/linux/i386/i686/lowlevellock.S: Moved ...
27884         * sysdeps/unix/sysv/linux/i386/i686/lowlevellock.S: ... here.
27885         * nptl/sysdeps/unix/sysv/linux/i386/sysdep-cancel.h: Moved ...
27886         * sysdeps/unix/sysv/linux/i386/sysdep-cancel.h: ... here.
27887         * nptl/sysdeps/unix/sysv/linux/i386/smp.h: Moved ...
27888         * sysdeps/unix/sysv/linux/i386/smp.h: ... here.
27889         * nptl/sysdeps/unix/sysv/linux/i386/pthread_once.S: Moved ...
27890         * sysdeps/unix/sysv/linux/i386/pthread_once.S: ... here.
27891         * nptl/sysdeps/unix/sysv/linux/i386/createthread.c: Moved ...
27892         * sysdeps/unix/sysv/linux/i386/createthread.c: ... here.
27894         * sysdeps/unix/sysv/linux/powerpc/fork.h: New file.
27895         * nptl/sysdeps/unix/sysv/linux/powerpc/fork.c: File removed.
27897         * nptl/sysdeps/unix/sysv/linux/i386/pthread_spin_init.c: File removed.
27898         * nptl/sysdeps/unix/sysv/linux/i386/pthread_spin_unlock.S: File removed.
27900         * nptl/sysdeps/unix/sysv/linux/x86_64/Implies: File removed.
27901         * nptl/sysdeps/unix/sysv/linux/x86_64/cancellation.S: Moved ...
27902         * sysdeps/unix/sysv/linux/x86_64/cancellation.S: ... here.
27903         * nptl/sysdeps/unix/sysv/linux/x86_64/libc-cancellation.S: Moved ...
27904         * sysdeps/unix/sysv/linux/x86_64/libc-cancellation.S: ... here.
27905         * nptl/sysdeps/unix/sysv/linux/x86_64/libc-lowlevellock.S: Moved ...
27906         * sysdeps/unix/sysv/linux/x86_64/libc-lowlevellock.S: ... here.
27907         * nptl/sysdeps/unix/sysv/linux/x86_64/librt-cancellation.S: Moved ...
27908         * sysdeps/unix/sysv/linux/x86_64/librt-cancellation.S: ... here.
27909         * nptl/sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Moved ...
27910         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: ... here.
27911         * nptl/sysdeps/unix/sysv/linux/x86_64/lowlevellock.S: Moved ...
27912         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.S: ... here.
27913         * nptl/sysdeps/unix/sysv/linux/x86_64/lowlevelrobustlock.S: Moved ...
27914         * sysdeps/unix/sysv/linux/x86_64/lowlevelrobustlock.S: ... here.
27915         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_barrier_wait.S: Moved ...
27916         * sysdeps/unix/sysv/linux/x86_64/pthread_barrier_wait.S: ... here.
27917         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_broadcast.S:
27918         Moved ...
27919         * sysdeps/unix/sysv/linux/x86_64/pthread_cond_broadcast.S: ... here.
27920         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_signal.S: Moved ...
27921         * sysdeps/unix/sysv/linux/x86_64/pthread_cond_signal.S: ... here.
27922         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_timedwait.S:
27923         Moved ...
27924         * sysdeps/unix/sysv/linux/x86_64/pthread_cond_timedwait.S: ... here.
27925         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S: Moved ...
27926         * sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S: ... here.
27927         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_once.S: Moved ...
27928         * sysdeps/unix/sysv/linux/x86_64/pthread_once.S: ... here.
27929         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_rdlock.S: Moved ...
27930         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_rdlock.S: ... here.
27931         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedrdlock.S:
27932         Moved ...
27933         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedrdlock.S: ... here.
27934         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedwrlock.S:
27935         Moved ...
27936         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedwrlock.S: ... here.
27937         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_unlock.S: Moved ...
27938         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_unlock.S: ... here.
27939         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_wrlock.S: Moved ...
27940         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_wrlock.S: ... here.
27941         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_setaffinity.c: Moved ...
27942         * sysdeps/unix/sysv/linux/x86_64/pthread_setaffinity.c: ... here.
27943         * nptl/sysdeps/unix/sysv/linux/x86_64/sem_post.S: Moved ...
27944         * sysdeps/unix/sysv/linux/x86_64/sem_post.S: ... here.
27945         * nptl/sysdeps/unix/sysv/linux/x86_64/sem_timedwait.S: Moved ...
27946         * sysdeps/unix/sysv/linux/x86_64/sem_timedwait.S: ... here.
27947         * nptl/sysdeps/unix/sysv/linux/x86_64/sem_trywait.S: Moved ...
27948         * sysdeps/unix/sysv/linux/x86_64/sem_trywait.S: ... here.
27949         * nptl/sysdeps/unix/sysv/linux/x86_64/sem_wait.S: Moved ...
27950         * sysdeps/unix/sysv/linux/x86_64/sem_wait.S: ... here.
27951         * nptl/sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h: Moved ...
27952         * sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h: ... here.
27954         * nptl/sysdeps/unix/sysv/linux/fork.c: Use <> for fork.h #include.
27955         * nptl/sysdeps/unix/sysv/linux/x86_64/fork.c: File removed.
27956         * sysdeps/unix/sysv/linux/x86_64/fork.h: New file.
27957         * nptl/sysdeps/unix/sysv/linux/i386/fork.c: File removed.
27958         * sysdeps/unix/sysv/linux/i386/fork.h: New file.
27960         * nptl/sysdeps/unix/sysv/linux/i386/not-cancel.h: Moved ...
27961         * sysdeps/unix/sysv/linux/not-cancel.h: ... here.
27962         * nptl/sysdeps/unix/sysv/linux/sparc/not-cancel.h: File removed.
27963         * nptl/sysdeps/unix/sysv/linux/sh/not-cancel.h: File removed.
27964         * nptl/sysdeps/unix/sysv/linux/powerpc/not-cancel.h: File removed.
27965         * nptl/sysdeps/unix/sysv/linux/x86_64/not-cancel.h: File removed.
27966         * nptl/sysdeps/unix/sysv/linux/s390/not-cancel.h: File removed.
27967         * sysdeps/unix/sysv/linux/generic/not-cancel.h: File removed.
27968         * sysdeps/unix/sysv/linux/generic/nptl/not-cancel.h: File removed.
27969         * sysdeps/unix/sysv/linux/m68k/nptl/not-cancel.h: File removed.
27971         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_spin_init.c: File removed.
27972         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_spin_unlock.S: Likewise.
27974         * nptl/sysdeps/unix/sysv/linux/x86_64/compat-timer.h: Moved ...
27975         * sysdeps/unix/sysv/linux/x86_64/compat-timer.h: ... here.
27976         * nptl/sysdeps/unix/sysv/linux/x86_64/Versions: Remove, merge into ...
27977         * sysdeps/unix/sysv/linux/x86_64/Versions: ... here.
27978         * nptl/sysdeps/unix/sysv/linux/x86_64/timer_create.c: Moved ...
27979         * sysdeps/unix/sysv/linux/x86_64/timer_create.c: here.
27980         * nptl/sysdeps/unix/sysv/linux/x86_64/timer_delete.c: Moved ...
27981         * sysdeps/unix/sysv/linux/x86_64/timer_delete.c: ... here
27982         * nptl/sysdeps/unix/sysv/linux/x86_64/timer_getoverr.c: Moved ...
27983         * sysdeps/unix/sysv/linux/x86_64/timer_getoverr.c: ... here
27984         * nptl/sysdeps/unix/sysv/linux/x86_64/timer_gettime.c: Moved ...
27985         * sysdeps/unix/sysv/linux/x86_64/timer_gettime.c: ... here
27986         * nptl/sysdeps/unix/sysv/linux/x86_64/timer_settime.c: Moved ...
27987         * sysdeps/unix/sysv/linux/x86_64/timer_settime.c: ... here
27988         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_create.c:
27989         Update #include.
27990         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_delete.c:
27991         Likewise.
27992         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_getoverr.c:
27993         Likewise.
27994         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_gettime.c:
27995         Likewise.
27996         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_settime.c:
27997         Likewise.
27998         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_create.c:
27999         Likewise.
28000         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_delete.c:
28001         Likewise.
28002         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_getoverr.c:
28003         Likewise.
28004         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_gettime.c:
28005         Likewise.
28006         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_settime.c:
28007         Likewise.
28008         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_create.c: Likewise.
28009         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_delete.c: Likewise.
28010         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_getoverr.c: Likewise.
28011         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_gettime.c: Likewise.
28012         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_settime.c: Likewise.
28013         * sysdeps/unix/sysv/linux/alpha/nptl/timer_create.c: Likewise.
28014         * sysdeps/unix/sysv/linux/alpha/nptl/timer_delete.c: Likewise.
28015         * sysdeps/unix/sysv/linux/alpha/nptl/timer_getoverr.c: Likewise.
28016         * sysdeps/unix/sysv/linux/alpha/nptl/timer_gettime.c: Likewise.
28017         * sysdeps/unix/sysv/linux/alpha/nptl/timer_settime.c: Likewise.
28018         * sysdeps/unix/sysv/linux/ia64/nptl/timer_create.c: Likewise.
28019         * sysdeps/unix/sysv/linux/ia64/nptl/timer_delete.c: Likewise.
28020         * sysdeps/unix/sysv/linux/ia64/nptl/timer_getoverr.c: Likewise.
28021         * sysdeps/unix/sysv/linux/ia64/nptl/timer_gettime.c:  Likewise.
28022         * sysdeps/unix/sysv/linux/ia64/nptl/timer_settime.c:  Likewise.
28024         * sysdeps/unix/sysv/linux/x86_64/clone.S: Deconditionalize the code
28025         that was previously under [RESET_PID].
28026         * sysdeps/unix/sysv/linux/i386/clone.S: Likewise.
28027         * nptl/sysdeps/unix/sysv/linux/x86_64/clone.S: File removed.
28028         * nptl/sysdeps/unix/sysv/linux/i386/clone.S: File removed.
28030         * sysdeps/i386/nptl/Implies: New file.
28031         * sysdeps/x86_64/nptl/Implies: New file.
28032         * nptl/sysdeps/unix/sysv/linux/x86/bits/pthreadtypes.h: Moved ...
28033         * sysdeps/x86/nptl/bits/pthreadtypes.h: ... here.
28034         * nptl/sysdeps/unix/sysv/linux/x86/bits/semaphore.h: Moved ...
28035         * sysdeps/x86/nptl/bits/semaphore.h: ... here.
28037         * sysdeps/unix/sysv/linux/i386/vfork.S: Include <tcb-offsets.h>.
28038         (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
28039         (__libc_vfork): New strong alias.
28040         * nptl/sysdeps/unix/sysv/linux/i386/vfork.S: File removed.
28041         * nptl/sysdeps/unix/sysv/linux/i386/pt-vfork.S: File removed.
28043         * sysdeps/unix/sysv/linux/x86_64/vfork.S: Include <tcb-offsets.h>.
28044         (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
28045         (__libc_vfork): New strong alias.
28046         * nptl/sysdeps/unix/sysv/linux/x86_64/vfork.S: File removed.
28047         * nptl/sysdeps/unix/sysv/linux/x86_64/pt-vfork.S: File removed.
28049         * sysdeps/unix/sysv/linux/arm/vfork.S: Include <tcb-offsets.h>.
28050         (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
28051         (__libc_vfork): New strong alias.
28052         * sysdeps/unix/sysv/linux/arm/nptl/vfork.S: File removed.
28053         * sysdeps/unix/sysv/linux/arm/nptl/pt-vfork.S: File removed.
28054         * nptl/pt-vfork.c: New file.
28055         * nptl/Versions (libc: GLIBC_PRIVATE): Add __libc_vfork.
28056         (libpthread: GLIBC_2.20): New version set (empty).
28058 2014-05-14  Will Newton  <will.newton@linaro.org>
28060         * stdlib/gmp-impl.h: Test USE_STACK_ALLOC #ifdef
28061         rather than #if.
28063 2014-05-14  Joseph Myers  <joseph@codesourcery.com>
28065         [BZ #16564]
28066         * sysdeps/i386/fpu/s_log1pl.S (__log1pl): Do not add 1 to positive
28067         arguments with exponent 65 or above.
28068         * sysdeps/ieee754/ldbl-128/s_log1pl.c (__log1pl): Do not add 1 to
28069         arguments 0x1p113L or above.
28070         * sysdeps/ieee754/ldbl-128ibm/s_log1pl.c (__log1pl): Do not add 1
28071         to arguments 0x1p107L or above.
28072         * sysdeps/x86_64/fpu/s_log1pl.S (__log1pl): Do not add 1 to
28073         positive arguments with exponent 65 or above.
28074         * math/auto-libm-test-in: Add more tests of log1p.
28075         * math/auto-libm-test-out: Regenerated.
28077         [BZ #16928]
28078         * math/s_cacos.c (__cacos): Ensure zero real part of result from
28079         non-finite arguments is +0.
28080         * math/s_cacosf.c (__cacosf): Likewise.
28081         * math/s_cacosl.c (__cacosl): Likewise.
28082         * math/libm-test.inc (cacos_test): Use ALL_RM_TEST.
28083         * sysdeps/i386/fpu/libm-test-ulps: Update.
28084         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
28086         [BZ #16927]
28087         * sysdeps/i386/fpu/e_acosh.S (__ieee754_acosh): Use fabs on x-1
28088         value.
28089         * sysdeps/i386/fpu/e_acoshf.S (__ieee754_acoshf): Likewise.
28090         * sysdeps/i386/fpu/e_acoshl.S (__ieee754_acoshl): Likewise.
28091         * sysdeps/ieee754/ldbl-96/e_acoshl.c (__ieee754_acoshl): Correct
28092         for explicit high bit of mantissa when testing for argument equal
28093         to 1.
28094         * math/libm-test.inc (acosh_test): Use ALL_RM_TEST.
28095         * sysdeps/i386/fpu/libm-test-ulps: Update.
28096         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
28098         [BZ #16516]
28099         * sysdeps/ieee754/dbl-64/s_erf.c (efx8): Remove variable.
28100         (__erf): Scale by 16 instead of 8 in potentially underflowing
28101         case.  Ensure exception if result actually underflows.
28102         * sysdeps/ieee754/flt-32/s_erff.c (efx8): Remove variable.
28103         (__erff): Scale by 16 instead of 8 in potentially underflowing
28104         case.  Ensure exception if result actually underflows.
28105         * sysdeps/ieee754/ldbl-128/s_erfl.c: Include <float.h>.
28106         (efx8): Remove variable.
28107         (__erfl): Scale by 16 instead of 8 in potentially underflowing
28108         case.  Ensure exception if result actually underflows.
28109         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Include <float.h>.
28110         (efx8): Remove variable.
28111         (__erfl): Scale by 16 instead of 8 in potentially underflowing
28112         case.  Ensure exception if result actually underflows.
28113         * sysdeps/ieee754/ldbl-96/s_erfl.c: Include <float.h>.
28114         (efx8): Remove variable.
28115         (__erfl): Scale by 16 instead of 8 in potentially underflowing
28116         case.  Ensure exception if result actually underflows.
28117         * math/auto-libm-test-in: Add more tests of erf.
28118         * math/auto-libm-test-out: Regenerated.
28120 2014-05-14  Andreas Schwab  <schwab@suse.de>
28122         * elf/rtld.c (_dl_start_final, _dl_start, init_tls, dl_main):
28123         Remove code conditionalized on USE___THREAD.
28125         * config.h.in (HAVE_PT_CHOWN): Define as 0.
28126         * sysdeps/unix/grantpt.c (grantpt): Check HAVE_PT_CHOWN for value,
28127         not definedness.
28129 2014-05-14  Joseph Myers  <joseph@codesourcery.com>
28131         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_UTIMES):
28132         Define unconditionally.
28133         (__ASSUME_O_CLOEXEC): Likewise.
28134         (__ASSUME_SOCK_CLOEXEC): Likewise.
28135         (__ASSUME_IN_NONBLOCK): Likewise.
28136         (__ASSUME_PIPE2): Likewise.
28137         (__ASSUME_EVENTFD2): Likewise.
28138         (__ASSUME_SIGNALFD4): Likewise.
28139         (__ASSUME_DUP3): Likewise.
28140         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
28141         (__ASSUME_DUP3): Do not define.
28142         (__ASSUME_EVENTFD2): Likewise.
28143         (__ASSUME_IN_NONBLOCK): Likewise.
28144         (__ASSUME_O_CLOEXEC): Likewise.
28145         (__ASSUME_PIPE2): Likewise.
28146         (__ASSUME_SIGNALFD4): Likewise.
28147         (__ASSUME_SOCK_CLOEXEC): Likewise.
28148         (__ASSUME_UTIMES): Undefine.
28149         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
28150         (__ASSUME_UTIMES): Do not define.
28151         (__ASSUME_O_CLOEXEC): Likewise.
28152         (__ASSUME_SOCK_CLOEXEC): Likewise.
28153         (__ASSUME_IN_NONBLOCK): Undefine if [__LINUX_KERNEL_VERSION <
28154         0x020621] instead of defining if [__LINUX_KERNEL_VERSION >=
28155         0x020621].
28156         (__ASSUME_PIPE2): Likewise.
28157         (__ASSUME_EVENTFD2): Likewise.
28158         (__ASSUME_SIGNALFD4): Likewise.
28159         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_DUP3): Undefine.
28160         * sysdeps/unix/sysv/linux/arm/kernel-features.h (__ASSUME_UTIMES):
28161         Do not define.
28162         (__ASSUME_EVENTFD2): Likewise.
28163         (__ASSUME_SIGNALFD4): Likewise.
28164         * sysdeps/unix/sysv/linux/hppa/kernel-features.h
28165         (__ASSUME_32BITUIDS): Likewise.
28166         (__ASSUME_TRUNCATE64_SYSCALL): Likewise.
28167         (__ASSUME_IPC64): Likewise.
28168         (__ASSUME_ST_INO_64_BIT): Likewise.
28169         (__ASSUME_GETDENTS64_SYSCALL): Likewise.
28170         [__LINUX_KERNEL_VERSION < 0x030e00] (__ASSUME_UTIMES): Undefine.
28171         * sysdeps/unix/sysv/linux/ia64/kernel-features.h
28172         (__ASSUME_UTIMES): Do not define.
28173         (__ASSUME_PSELECT): Likewise.
28174         (__ASSUME_PPOLL): Likewise.
28175         (__ASSUME_O_CLOEXEC): Likewise.
28176         (__ASSUME_SOCK_CLOEXEC): Likewise.
28177         (__ASSUME_IN_NONBLOCK): Likewise.
28178         (__ASSUME_PIPE2): Likewise.
28179         (__ASSUME_EVENTFD2): Likewise.
28180         (__ASSUME_SIGNALFD4): Likewise.
28181         (__ASSUME_DUP3): Likewise.
28182         * sysdeps/unix/sysv/linux/m68k/kernel-features.h
28183         (__ASSUME_UTIMES): Likewise.
28184         (__ASSUME_O_CLOEXEC): Likewise.
28185         (__ASSUME_SOCK_CLOEXEC): Likewise.
28186         (__ASSUME_IN_NONBLOCK): Likewise.
28187         (__ASSUME_PIPE2): Likewise.
28188         (__ASSUME_EVENTFD2): Likewise.
28189         (__ASSUME_SIGNALFD4): Likewise.
28190         (__ASSUME_DUP3): Likewise.
28191         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
28192         (__ASSUME_UTIMES): Likewise.
28193         (__ASSUME_O_CLOEXEC): Likewise.
28194         (__ASSUME_SOCK_CLOEXEC): Likewise.
28195         (__ASSUME_IN_NONBLOCK): Likewise.
28196         (__ASSUME_PIPE2): Likewise.
28197         (__ASSUME_EVENTFD2): Likewise.
28198         (__ASSUME_SIGNALFD4): Likewise.
28199         (__ASSUME_DUP3): Likewise.
28200         * sysdeps/unix/sysv/linux/mips/kernel-features.h (__ASSUME_IPC64):
28201         Likewise.
28202         (__ASSUME_UTIMES): Likewise.
28203         (__ASSUME_EVENTFD2): Likewise.
28204         (__ASSUME_SIGNALFD4): Likewise.
28205         * sysdeps/unix/sysv/linux/tile/kernel-features.h
28206         (__ASSUME_O_CLOEXEC): Likewise.
28207         (__ASSUME_SOCK_CLOEXEC): Likewise.
28208         (__ASSUME_IN_NONBLOCK): Likewise.
28209         (__ASSUME_PIPE2): Likewise.
28210         (__ASSUME_EVENTFD2): Likewise.
28211         (__ASSUME_SIGNALFD4): Likewise.
28212         (__ASSUME_DUP3): Likewise.
28213         (__ASSUME_UTIMES): Undefine.
28215         * sysdeps/arm/fclrexcpt.c (__feclearexcept): Rename to
28216         feclearexcept.  Remove symbol versioning code.
28217         * sysdeps/arm/fegetenv.c (__fegetenv): Rename to fegetenv.  Remove
28218         symbol versioning code.
28219         * sysdeps/arm/fesetenv.c (__fesetenv): Rename to fesetenv.  Remove
28220         symbol versioning code.
28221         * sysdeps/arm/feupdateenv.c (__feupdateenv): Rename to
28222         feupdateenv.  Remove symbol versioning code.
28223         * sysdeps/arm/fgetexcptflg.c (__fegetexceptflag): Rename to
28224         fegetexceptflag.  Remove symbol versioning code.
28225         * sysdeps/arm/fsetexcptflg.c (__fesetexceptflag): Rename to
28226         fesetexceptflag.  Remove symbol versioning code.
28227         * sysdeps/unix/sysv/linux/arm/Versions (libc): Remove GLIBC_2.0,
28228         GLIBC_2.2 and GLIBC_2.3.3 entries.  Change GLIBC_2.1 to GLIBC_2.4.
28229         * sysdeps/unix/sysv/linux/arm/posix_fadvise64.c
28230         (__posix_fadvise64_l32): Remove prototype.
28231         [SHLIB_COMPAT(libc, GLIBC_2_2, GLIBC_2_3_3)]: Remove conditional
28232         code.
28234 2014-05-13  Roland McGrath  <roland@hack.frob.com>
28236         * sysdeps/unix/sysv/linux/arm/nptl/bits/pthreadtypes.h: Moved ...
28237         * sysdeps/arm/nptl/bits/pthreadtypes.h: ... here.
28238         * sysdeps/unix/sysv/linux/arm/nptl/bits/semaphore.h: Moved ...
28239         * sysdeps/arm/nptl/bits/semaphore.h: ... here.
28241 2014-05-13  Sami Kerola  <kerolasa@iki.fi>
28243         * timezone/Makefile ($(objpfx)tzselect): Use zonedir instead
28244         current working directory
28246 2014-05-13  Roland McGrath  <roland@hack.frob.com>
28248         * sysdeps/unix/sysv/linux/arm/nptl/c++-types.data: Moved ...
28249         * sysdeps/unix/sysv/linux/arm/c++-types.data: ... here.
28250         * sysdeps/unix/sysv/linux/arm/nptl/createthread.c: Moved ...
28251         * sysdeps/unix/sysv/linux/arm/createthread.c: ... here.
28252         * sysdeps/unix/sysv/linux/arm/nptl/fork.c: Moved ...
28253         * sysdeps/unix/sysv/linux/arm/fork.c: ... here.
28254         * sysdeps/unix/sysv/linux/arm/nptl/ld.abilist: Moved ...
28255         * sysdeps/unix/sysv/linux/arm/ld.abilist: ... here.
28256         * sysdeps/unix/sysv/linux/arm/nptl/libBrokenLocale.abilist: Moved ...
28257         * sysdeps/unix/sysv/linux/arm/libBrokenLocale.abilist: ... here.
28258         * sysdeps/unix/sysv/linux/arm/nptl/libanl.abilist: Moved ...
28259         * sysdeps/unix/sysv/linux/arm/libanl.abilist: ... here.
28260         * sysdeps/unix/sysv/linux/arm/nptl/libc.abilist: Moved ...
28261         * sysdeps/unix/sysv/linux/arm/libc.abilist: ... here.
28262         * sysdeps/unix/sysv/linux/arm/nptl/libcrypt.abilist: Moved ...
28263         * sysdeps/unix/sysv/linux/arm/libcrypt.abilist: ... here.
28264         * sysdeps/unix/sysv/linux/arm/nptl/libdl.abilist: Moved ...
28265         * sysdeps/unix/sysv/linux/arm/libdl.abilist: ... here.
28266         * sysdeps/unix/sysv/linux/arm/nptl/libm.abilist: Moved ...
28267         * sysdeps/unix/sysv/linux/arm/libm.abilist: ... here.
28268         * sysdeps/unix/sysv/linux/arm/nptl/libnsl.abilist: Moved ...
28269         * sysdeps/unix/sysv/linux/arm/libnsl.abilist: ... here.
28270         * sysdeps/unix/sysv/linux/arm/nptl/libpthread.abilist: Moved ...
28271         * sysdeps/unix/sysv/linux/arm/libpthread.abilist: ... here.
28272         * sysdeps/unix/sysv/linux/arm/nptl/libresolv.abilist: Moved ...
28273         * sysdeps/unix/sysv/linux/arm/libresolv.abilist: ... here.
28274         * sysdeps/unix/sysv/linux/arm/nptl/librt.abilist: Moved ...
28275         * sysdeps/unix/sysv/linux/arm/librt.abilist: ... here.
28276         * sysdeps/unix/sysv/linux/arm/nptl/libthread_db.abilist: Moved ...
28277         * sysdeps/unix/sysv/linux/arm/libthread_db.abilist: ... here.
28278         * sysdeps/unix/sysv/linux/arm/nptl/libutil.abilist: Moved ...
28279         * sysdeps/unix/sysv/linux/arm/libutil.abilist: ... here.
28280         * sysdeps/unix/sysv/linux/arm/nptl/localplt.data: Moved ...
28281         * sysdeps/unix/sysv/linux/arm/localplt.data: ... here.
28282         * sysdeps/unix/sysv/linux/arm/nptl/lowlevellock.h: Moved ...
28283         * sysdeps/unix/sysv/linux/arm/lowlevellock.h: ... here.
28284         * sysdeps/unix/sysv/linux/arm/nptl/sysdep-cancel.h: Moved ...
28285         * sysdeps/unix/sysv/linux/arm/sysdep-cancel.h: ... here.
28286         * sysdeps/unix/sysv/linux/arm/nptl/unwind-forcedunwind.c: Moved ...
28287         * sysdeps/unix/sysv/linux/arm/unwind-forcedunwind.c: ... here.
28288         * sysdeps/unix/sysv/linux/arm/nptl/unwind-resume.c: Moved ...
28289         * sysdeps/unix/sysv/linux/arm/unwind-resume.c: ... here.
28291         * sysdeps/unix/sysv/linux/arm/Versions (libc: GLIBC_PRIVATE): New set.
28292         * sysdeps/unix/sysv/linux/arm/nptl/Versions: File removed.
28294         * sysdeps/unix/sysv/linux/arm/Makefile
28295         [$(subdir) = rt] (librt-sysdep_routines, librt-shared-only-routines):
28296         Add rt-aeabi_unwind_cpp_pr1.
28297         [$(subdir) = nptl] (librt-sysdep_routines, librt-shared-only-routines):
28298         Add nptl-aeabi_unwind_cpp_pr1.
28299         [$(subdir) = nptl] (tests): Filter out tst-cleanupx4.
28300         * sysdeps/unix/sysv/linux/arm/nptl/Makefile: File removed.
28301         * sysdeps/unix/sysv/linux/arm/nptl/rt-aeabi_unwind_cpp_pr1.c: Move ...
28302         * sysdeps/unix/sysv/linux/arm/rt-aeabi_unwind_cpp_pr1.c: ... here.
28303         * sysdeps/unix/sysv/linux/arm/nptl/nptl-aeabi_unwind_cpp_pr1.c: Move ...
28304         * sysdeps/unix/sysv/linux/arm/nptl-aeabi_unwind_cpp_pr1.c: ... here.
28306         * sysdeps/unix/sysv/linux/arm/configure.ac: Force -fexceptions here.
28307         * sysdeps/unix/sysv/linux/arm/configure: Regenerated.
28308         * sysdeps/unix/sysv/linux/arm/nptl/configure.ac: File removed.
28309         * sysdeps/unix/sysv/linux/arm/nptl/configure: File removed.
28311         * sysdeps/unix/sysv/linux/arm/clone.S: Include <tcb-offsets.h>.
28312         Deconditionalize the code that was previously under [RESET_PID].
28313         * sysdeps/unix/sysv/linux/arm/nptl/clone.S: File removed.
28315         * sysdeps/generic/exit-thread.h: New file.
28316         * sysdeps/unix/sysv/linux/exit-thread.h: New file.
28317         * include/unistd.h (__exit_thread): Remove declaration.
28318         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Drop exit-thread.
28319         * sysdeps/unix/sysv/linux/exit-thread.S: File removed.
28320         * csu/libc-start.c: Include <exit-thread.h>.
28321         (LIBC_START_MAIN): Pass no argument to __exit_thread.
28322         * nptl/pthread_create.c: Include <exit-thread.h>.
28323         (start_thread): Call __exit_thread in place of __exit_thread_inline.
28324         * nptl/sysdeps/i386/pthreaddef.h (__exit_thread_inline): Macro removed.
28325         * nptl/sysdeps/powerpc/pthreaddef.h: Likewise.
28326         * nptl/sysdeps/s390/pthreaddef.h: Likewise.
28327         * nptl/sysdeps/sh/pthreaddef.h: Likewise.
28328         * nptl/sysdeps/sparc/sparc32/pthreaddef.h: Likewise.
28329         * nptl/sysdeps/sparc/sparc64/pthreaddef.h: Likewise.
28330         * nptl/sysdeps/x86_64/pthreaddef.h: Likewise.
28331         * sysdeps/aarch64/nptl/pthreaddef.h: Likewise.
28332         * sysdeps/alpha/nptl/pthreaddef.h: Likewise.
28333         * sysdeps/arm/nptl/pthreaddef.h: Likewise.
28334         * sysdeps/hppa/nptl/pthreaddef.h: Likewise.
28335         * sysdeps/ia64/nptl/pthreaddef.h: Likewise.
28336         * sysdeps/m68k/nptl/pthreaddef.h: Likewise.
28337         * sysdeps/microblaze/nptl/pthreaddef.h: Likewise.
28338         * sysdeps/mips/nptl/pthreaddef.h: Likewise.
28339         * sysdeps/tile/nptl/pthreaddef.h: Likewise.
28341 2014-05-13  Andreas Schwab  <schwab@suse.de>
28343         * sysdeps/unix/grantpt.c (grantpt): Fix typo in assertion.
28345 2014-05-12  Joseph Myers  <joseph@codesourcery.com>
28347         * sysdeps/unix/sysv/linux/kernel-features.h [__s390__]
28348         (__ASSUME_UTIMES): Do not condition on kernel version.
28349         (__ASSUME_PSELECT): Define unconditionally.
28350         (__ASSUME_PPOLL): Likewise.
28351         (__ASSUME_ATFCTS): Likewise.
28352         (__ASSUME_SET_ROBUST_LIST): Do not condition on kernel version.
28353         (__ASSUME_COMPLETE_READV_WRITEV): Define unconditionally.
28354         (__ASSUME_FUTEX_LOCK_PI): Do not condition on kernel version.
28355         (__ASSUME_UTIMENSAT): Define unconditionally.
28356         (__ASSUME_PRIVATE_FUTEX): Likewise.
28357         (__ASSUME_FALLOCATE): Likewise.
28358         (__ASSUME_O_CLOEXEC): Likewise.
28359         (__LINUX_ARG_MAX_STACK_BASED_MIN_KERNEL): Remove.
28360         (__ASSUME_ARG_MAX_STACK_BASED): Likewise.
28361         (__ASSUME_ADJ_OFFSET_SS_READ): Define unconditionally.
28362         (__ASSUME_SOCK_CLOEXEC): Do not condition on kernel version.
28363         (__ASSUME_IN_NONBLOCK): Likewise.
28364         (__ASSUME_PIPE2): Likewise.
28365         (__ASSUME_EVENTFD2): Likewise.
28366         (__ASSUME_SIGNALFD4): Likewise.
28367         (__ASSUME_DUP3): Likewise.
28368         [__x86_64__ || __sparc__] (__ASSUME_ACCEPT4_SYSCALL): Likewise.
28369         (__ASSUME_FUTEX_CLOCK_REALTIME): Define unconditionally.
28370         (__ASSUME_AT_RANDOM): Likewise.
28371         (__ASSUME_PREADV): Likewise.
28372         (__ASSUME_PWRITEV): Likewise.
28373         (__ASSUME_REQUEUE_PI): Do not condition on kernel version.
28374         (__ASSUME_F_GETOWN_EX): Define unconditionally.
28375         (__ASSUME_XFS_RESTRICTED_CHOWN): Likewise.
28376         * sysdeps/unix/sysv/linux/sysconf.c (__sysconf)
28377         [!__ASSUME_ARG_MAX_STACK_BASED]: Remove conditional code.
28378         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
28379         (__ASSUME_O_CLOEXEC): Define unconditionally.
28380         (__ASSUME_PSELECT): Do not undefine conditionally.
28381         (__ASSUME_PPOLL): Likewise.
28382         (__ASSUME_ATFCTS): Likewise.
28383         (__ASSUME_SET_ROBUST_LIST): Likewise.
28384         (__ASSUME_UTIMENSAT): Likewise.
28385         (__ASSUME_FDATASYNC): Define unconditionally.
28386         * sysdeps/unix/sysv/linux/arm/kernel-features.h
28387         (__ASSUME_SIGFRAME_V2): Likewise.
28388         )__ASSUME_EVENTFD2): Likewise.
28389         (__ASSUME_SIGNALFD4): Likewise.
28390         (__ASSUME_PSELECT): Do not undefine conditionally.
28391         (__ASSUME_PPOLL): Likewise.
28392         * sysdeps/unix/sysv/linux/ia64/kernel-features.h
28393         (__ASSUME_PSELECT): Define unconditionally.
28394         (__ASSUME_PPOLL): Likewise.
28395         (__ASSUME_O_CLOEXEC): Likewise.
28396         (__ASSUME_SOCK_CLOEXEC): Likewise.
28397         (__ASSUME_IN_NONBLOCK): Likewise.
28398         (__ASSUME_PIPE2): Likewise.
28399         (__ASSUME_EVENTFD2): Likewise.
28400         (__ASSUME_SIGNALFD4): Likewise.
28401         (__ASSUME_DUP3): Likewise.
28402         * sysdeps/unix/sysv/linux/m68k/kernel-features.h
28403         (__ASSUME_O_CLOEXEC): Likewise.
28404         (__ASSUME_SOCK_CLOEXEC): Likewise.
28405         (__ASSUME_IN_NONBLOCK): Likewise.
28406         (__ASSUME_PIPE2): Likewise.
28407         (__ASSUME_EVENTFD2): Likewise.
28408         (__ASSUME_SIGNALFD4): Likewise.
28409         (__ASSUME_DUP3): Likewise.
28410         * sysdeps/unix/sysv/linux/mips/kernel-features.h
28411         (__ASSUME_EVENTFD2): Likewise.
28412         (__ASSUME_SIGNALFD4): Likewise.
28413         (__ASSUME_ACCEPT4_SYSCALL): Likewise.
28415 2014-05-12  Andreas Schwab  <schwab@suse.de>
28417         [BZ #16932]
28418         * nis/nss_nis/nis-hosts.c (internal_gethostbyname2_r)
28419         (_nss_nis_gethostbyname4_r): Return error if item length is larger
28420         than maximum RPC packet size.
28421         * nis/nss_nis/nis-initgroups.c (initgroups_netid): Likewise.
28422         * nis/nss_nis/nis-network.c (_nss_nis_getnetbyname_r): Likewise.
28423         * nis/nss_nis/nis-service.c (_nss_nis_getservbyname_r)
28424         (_nss_nis_getservbyport_r): Likewise.
28426 2014-05-12  Will Newton  <will.newton@linaro.org>
28428         * malloc/Makefile (tests): Add tst-mallopt.
28429         * malloc/tst-mallopt.c: New file.
28431 2014-05-09  Roland McGrath  <roland@hack.frob.com>
28433         * sysdeps/arm/armv7/strcmp.S: Use sfi_breg prefix on loads not from sp.
28434         [NO_THUMB]: Cope without cbz, cnbz, and orn instructions.
28436 2014-05-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
28438         * elf/Makefile (tst-tlsmod5.so): Add $(no-as-needed).
28439         (tst-tlsmod6.so): Likewise.
28441 2014-05-09  Roland McGrath  <roland@hack.frob.com>
28443         * sysdeps/gnu/unwind-resume.c (libgcc_s_resume): Mark as noreturn.
28445 2014-05-09  Joseph Myers  <joseph@codesourcery.com>
28447         [BZ #16064]
28448         * sysdeps/i386/fpu/fegetenv.c: Include <unistd.h>, <ldsodefs.h>
28449         and <dl-procinfo.h>.
28450         (__fegetenv): Save SSE state in envp->__eip if supported.
28451         * sysdeps/i386/fpu/feholdexcpt.c (feholdexcept): Save SSE state in
28452         envp->__eip if supported.
28453         * sysdeps/i386/fpu/fesetenv.c: Include <unistd.h>, <ldsodefs.h>
28454         and <dl-procinfo.h>.
28455         (__fesetenv): Always set __eip, __cs_selector, __opcode,
28456         __data_offset and __data_selector in environment to 0.  Set SSE
28457         state if supported.
28458         * sysdeps/x86/fpu/Makefile [$(subdir) = math] (tests): Add
28459         test-fenv-sse.
28460         [$(subdir) = math] (CFLAGS-test-fenv-sse.c): Add -msse2
28461         -mfpmath=sse.
28462         * sysdeps/x86/fpu/test-fenv-sse.c: New file.
28464 2014-05-09  Will Newton  <will.newton@linaro.org>
28466         * sysdeps/arm/preconfigure.ac: Set libc_commonpagesize
28467         and libc_relro_required for ARM.
28468         * sysdeps/arm/preconfigure: Regenerate.
28470 2014-05-09  Dominik Vogt  <vogt@linux.vnet.ibm.com>
28471             Stefan Liebler  <stli@linux.vnet.ibm.com>
28473         * config.make.in (enable-lock-elision): New Makefile variable.
28474         * configure.ac: Likewise.
28475         * configure: Regenerate.
28476         * sysdeps/s390/configure.ac:
28477         Add check for gcc transactions support.
28478         * sysdeps/s390/configure: Regenerate.
28479         * nptl/sysdeps/unix/sysv/linux/s390/Makefile: New file.
28480         Build elision files if enabled.
28481         * nptl/sysdeps/unix/sysv/linux/s390/elision-conf.c: New file.
28482         Add lock elision support for s390.
28483         * nptl/sysdeps/unix/sysv/linux/s390/elision-conf.h: Likewise.
28484         * nptl/sysdeps/unix/sysv/linux/s390/elision-lock.c: Likewise.
28485         * nptl/sysdeps/unix/sysv/linux/s390/elision-timed.c: Likewise.
28486         * nptl/sysdeps/unix/sysv/linux/s390/elision-trylock.c: Likewise.
28487         * nptl/sysdeps/unix/sysv/linux/s390/elision-unlock.c: Likewise.
28488         * nptl/sysdeps/unix/sysv/linux/s390/force-elision.h: Likewise.
28489         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_cond_lock.c:
28490         Likewise.
28491         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_lock.c:
28492         Likewise.
28493         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_timedlock.c:
28494         Likewise.
28495         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_trylock.c:
28496         Likewise.
28497         * nptl/sysdeps/unix/sysv/linux/s390/lowlevellock.h:
28498         (__lll_timedlock_elision, __lll_lock_elision)
28499         (__lll_unlock_elision, __lll_trylock_elision)
28500         (lll_timedlock_elision, lll_lock_elision)
28501         (lll_unlock_elision, lll_trylock_elision): Add.
28502         * nptl/sysdeps/unix/sysv/linux/s390/bits/pthreadtypes.h
28503         (pthread_mutex_t): Add lock elision support for s390.
28505 2014-05-14  Wilco  <wdijkstr@arm.com>
28507         * sysdeps/arm/fclrexcpt.c: Cleanup.
28508         * sysdeps/arm/fedisblxcpt.c: Cleanup.
28509         * sysdeps/arm/feenablxcpt.c: Cleanup.
28510         * sysdeps/arm/fegetenv.c: Cleanup.
28511         * sysdeps/arm/fegetexcept.c: Cleanup.
28512         * sysdeps/arm/fegetround.c: Cleanup.
28513         * sysdeps/arm/feholdexcpt.c: Cleanup.
28514         * sysdeps/arm/fesetenv.c: Cleanup.
28515         * sysdeps/arm/fesetround.c: Cleanup.
28516         * sysdeps/arm/feupdateenv.c: Cleanup.
28517         * sysdeps/arm/fgetexcptflg.c: Cleanup.
28518         * sysdeps/arm/fraiseexcpt.c: Cleanup.
28519         * sysdeps/arm/fsetexcptflg.c: Cleanup.
28520         * sysdeps/arm/ftestexcept.c: Cleanup.
28521         * sysdeps/arm/get-rounding-mode.h: Cleanup.
28522         * sysdeps/arm/setfpucw.c: Cleanup.
28524 2014-05-09  Will Newton  <will.newton@linaro.org>
28526         * sysdeps/arm/armv7/strcmp.S: New file.
28527         * NEWS: Mention addition of ARMv7 optimized strcmp.
28529 2014-05-08  Roland McGrath  <roland@hack.frob.com>
28531         * Makeconfig ($(common-objpfx)config.status): Fix patsubst uses to
28532         look for %.ac rather than %.in.
28534         * sysdeps/mach/hurd/configure.ac (inhibit_glue): Remove variable.
28535         * sysdeps/unix/sysv/linux/configure.ac: Likewise.
28536         * sysdeps/mach/hurd/configure: Regenerated.
28537         * sysdeps/unix/sysv/linux/configure: Regenerated.
28539         * bits/utsname.h (_UTSNAME_DOMAIN_LENGTH): New macro, set to 0.
28541 2014-05-07  Steve Ellcey  <sellcey@mips.com>
28543         [BZ# 16922]
28544         * sysdeps/mips/sys/asm.h (INT_SUB): Fix definition.
28545         (LONG_SUB): Ditto.
28546         (PTR_SUB): Ditto.
28548 2014-05-07  Andreas Schwab  <schwab@suse.de>
28550         * sysdeps/posix/getaddrinfo.c (gaih_inet): Advance address pointer
28551         when skipping over non-matching result from nscd.
28553 2014-05-07  Ondřej Bílka  <neleai@seznam.cz>
28555         [BZ #16876]
28556         * nptl/sockperf.c (client): Check socket return value.
28558         [BZ #16877]
28559         * nscd/selinux.c (nscd_request_avc_has_perm): Check if there is
28560         nscd security class.
28562 2014-05-06  Roland McGrath  <roland@hack.frob.com>
28564         * sysdeps/unix/sysv/linux/arm/nptl/unwind.h: File moved to ...
28565         * sysdeps/arm/unwind.h: ... here.
28567 2014-05-06  Aurelien Jarno  <aurelien@aurel32.net>
28569         [BZ# 16916]
28570         * sysdeps/unix/sysv/linux/sparc/bits/eventfd.h (EFD_SEMAPHORE):
28571         Define.
28573 2014-05-06  Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
28575         * sysdeps/powerpc/powerpc64/power7/strncpy.S: New file: Optimization.
28576         * sysdeps/powerpc/powerpc64/multiarch/strncpy.c: New file:
28577         multiarch strncpy for PPC64.
28578         * sysdeps/powerpc/powerpc64/multiarch/strncpy-ppc64.c: New file
28579         * sysdeps/powerpc/powerpc64/multiarch/strncpy-power7.S: New file
28580         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strpcpy, stpncpy
28581         multiarch optimizations.
28582         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
28583         (__libc_ifunc_impl_list): Likewise.
28584         * sysdeps/powerpc/powerpc64/power7/stpncpy.S: New file: Optimization.
28585         * sysdeps/powerpc/powerpc64/multiarch/stpncpy.c: New file:
28586         multiarch stpncpy for PPC64.
28587         * sysdeps/powerpc/powerpc64/multiarch/stpncpy-ppc64.c: New file
28588         * sysdeps/powerpc/powerpc64/multiarch/stpncpy-power7.S: New file
28590 2014-05-06  Andreas Schwab  <schwab@suse.de>
28592         [BZ #16912]
28593         * gmon/mcount.c (_MCOUNT_DECL): Use
28594         atomic_compare_and_exchange_bool_acq instead of
28595         catomic_compare_and_exchange_bool_acq.
28597 2014-05-05  Roland McGrath  <roland@hack.frob.com>
28599         * elf/Makefile (others, install-bin): Remove pldd.
28600         (pldd-modules): Variable removed.
28601         ($(objpfx)pldd): Target removed.
28602         * sysdeps/unix/sysv/linux/Makefile [$(subdir) = elf]
28603         (others, install-bin): Append pldd here.
28604         ($(objpfx)pldd): New target.
28606         * sysdeps/gnu/errlist.awk (BEGIN): Emit an initial #define of ERR_MAX
28607         to 0, so the first #if test emitted later doesn't see it undefined.
28608         (END): Emit "!defined ERRLIST_NO_COMPAT" to match what BEGIN does.
28609         * sysdeps/gnu/errlist.c: Regenerated.
28611 2014-05-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
28613         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr-ppc32.c
28614         [libc_hidden_builtin_def]: Define to empty value.
28615         * sysdeps/powerpc/powerpc64/multiarch/memcpy-ppc64.S:
28616         [libc_hidden_builtin_def]: Likewise.
28617         * sysdeps/powerpc/powerpc64/multiarch/memset-ppc64.S:
28618         [libc_hidden_builtin_def]: Likewise.
28619         * sysdeps/powerpc/powerpc64/multiarch/strlen-ppc64.S:
28620         [libc_hidden_builtin_def]: Likewise.
28621         * sysdeps/powerpc/powerpc64/multiarch/memcpy.c (memcpy): Redefined to
28622         __redirect_memcpy and define ifunc as default hidden symbol.
28623         * sysdeps/powerpc/powerpc64/multiarch/memset.c (memset): Likewise.
28624         * sysdeps/powerpc/powerpc64/multiarch/strlen.c (strlen): Likewise.
28626 2014-05-04  Adam Conrad  <adconrad@0c3.net>
28628         * locale/iso-4217.def: Reintroduce XDR currency.
28630 2014-05-04  Allan McRae  <allan@archlinux.org>
28632         * po/eo.po: Update Esperanto translation from translation project.
28634 2014-05-02  Carlos O'Donell  <carlos@redhat.com>
28636         * sysdeps/x86_64/multiarch/init-arch.h: Define FEATURE_INDEX_1 to 0,
28637         and FEATURE_INDEX_MAX to 1.
28638         [!__ASSEMBLER__]: Remove anonymous enum for FEATURE_INDEX_*.
28640 2014-05-01  Steve Ellcey  <sellcey@mips.com>
28642         * iconvdata/ansi_x3.110.c (ONE_DIRECTION): Define.
28643         * iconvdata/armscii-8.c (ONE_DIRECTION): Define.
28644         * iconvdata/big5.c (ONE_DIRECTION): Define.
28645         * iconvdata/big5hkscs.c (ONE_DIRECTION): Define.
28646         * iconvdata/cp1255.c (ONE_DIRECTION): Define.
28647         * iconvdata/cp1258.c (ONE_DIRECTION): Define.
28648         * iconvdata/cp932.c (ONE_DIRECTION): Define.
28649         * iconvdata/euc-cn.c (ONE_DIRECTION): Define.
28650         * iconvdata/euc-jisx0213.c (ONE_DIRECTION): Define.
28651         * iconvdata/euc-jp-ms.c (ONE_DIRECTION): Define.
28652         * iconvdata/euc-jp.c (ONE_DIRECTION): Define.
28653         * iconvdata/euc-kr.c (ONE_DIRECTION): Define.
28654         * iconvdata/euc-tw.c (ONE_DIRECTION): Define.
28655         * iconvdata/gb18030.c (ONE_DIRECTION): Define.
28656         * iconvdata/gbbig5.c (ONE_DIRECTION): Define.
28657         * iconvdata/gbgbk.c (ONE_DIRECTION): Define.
28658         * iconvdata/gbk.c (ONE_DIRECTION): Define.
28659         * iconvdata/ibm1364.c (ONE_DIRECTION): Define.
28660         * iconvdata/ibm930.c (ONE_DIRECTION): Define.
28661         * iconvdata/ibm932.c (ONE_DIRECTION): Define.
28662         * iconvdata/ibm933.c (ONE_DIRECTION): Define.
28663         * iconvdata/ibm935.c (ONE_DIRECTION): Define.
28664         * iconvdata/ibm937.c (ONE_DIRECTION): Define.
28665         * iconvdata/ibm939.c (ONE_DIRECTION): Define.
28666         * iconvdata/ibm943.c (ONE_DIRECTION): Define.
28667         * iconvdata/iso-2022-cn-ext.c (ONE_DIRECTION): Define.
28668         * iconvdata/iso-2022-cn.c (ONE_DIRECTION): Define.
28669         * iconvdata/iso-2022-jp-3.c (ONE_DIRECTION): Define.
28670         * iconvdata/iso-2022-jp.c (ONE_DIRECTION): Define.
28671         * iconvdata/iso-2022-kr.c (ONE_DIRECTION): Define.
28672         * iconvdata/iso646.c (ONE_DIRECTION): Define.
28673         * iconvdata/iso8859-1.c (ONE_DIRECTION): Define.
28674         * iconvdata/iso_11548-1.c (ONE_DIRECTION): Define.
28675         * iconvdata/iso_6937-2.c (ONE_DIRECTION): Define.
28676         * iconvdata/iso_6937.c (ONE_DIRECTION): Define.
28677         * iconvdata/johab.c (ONE_DIRECTION): Define.
28678         * iconvdata/shift_jisx0213.c (ONE_DIRECTION): Define.
28679         * iconvdata/sjis.c (ONE_DIRECTION): Define.
28680         * iconvdata/t.61.c (ONE_DIRECTION): Define.
28681         * iconvdata/tcvn5712-1.c (ONE_DIRECTION): Define.
28682         * iconvdata/tscii.c (ONE_DIRECTION): Define.
28683         * iconvdata/uhc.c (ONE_DIRECTION): Define.
28684         * iconvdata/unicode.c (ONE_DIRECTION): Define.
28685         * iconvdata/utf-16.c (ONE_DIRECTION): Define.
28686         * iconvdata/utf-32.c (ONE_DIRECTION): Define.
28687         * iconvdata/utf-7.c (ONE_DIRECTION): Define.
28689 2014-05-01  Roland McGrath  <roland@hack.frob.com>
28691         * libio/libioP.h [!_IO_USE_OLD_IO_FILE && !_G_IO_NO_BACKWARD_COMPAT]
28692         (_IO_JUMPS_OFFSET): Define to 0.
28694         * nptl/sysdeps/pthread/bits/libc-lock.h
28695         [_LIBC && (!NOT_IN_libc || IS_IN_libpthread)]
28696         (__libc_lock_define_initialized_recursive): Always define using
28697         initializer.  Modern compilers treat uninitialized (implicit zero) and
28698         explicit zero initializers the same (i.e. put the datum in bss).
28700 2014-05-01  Andreas Schwab  <schwab@linux-m68k.org>
28702         * nscd/nscd-client.h: Include <string.h>.
28704 2014-05-01  David S. Miller  <davem@davemloft.net>
28706         [BZ #16885]
28707         * sysdeps/sparc/sparc64/strcmp.S: Fix end comparison handling when
28708         multiple zero bytes exist at the end of a string.
28709         Reported by Aurelien Jarno <aurelien@aurel32.net>
28711         * string/test-strcmp.c (check): Add explicit test for situations where
28712         there are multiple zero bytes after the first.
28714 2014-05-01  Andreas Schwab  <schwab@linux-m68k.org>
28716         [BZ #16890]
28717         * stdio-common/vfprintf.c (process_arg) [%p]: Mark string as wide
28718         when compiling wprintf.
28719         * stdio-common/tstdiomisc.c (t3): New function.
28720         (main): Call it.
28722 2014-05-01  Steve Ellcey  <sellcey@mips.com>
28724         * intl/iconv/skeleton.c (ONE_DIRECTION): Remove define.
28725         * iconv/gconv_simple.c (ONE_DIRECTION): Define.
28726         * iconvdata/8bit-gap.c (ONE_DIRECTION): Ditto.
28727         * iconvdata/8bit-generic.c (ONE_DIRECTION): Ditto.
28729 2014-05-01  Steve Ellcey  <sellcey@mips.com>
28731         * stdlib/longlong.h: Updated from GCC.
28733 2014-05-01  Will Newton  <will.newton@linaro.org>
28734             Bernard Ogden  <bernie.ogden@linaro.org>
28736         * NEWS: Update fixed bug list.
28738         [BZ #15119]
28739         * sysdeps/unix/sysv/linux/arm/nptl/lowlevellock.c: Remove file.
28741 2014-04-30  David S. Miller  <davem@davemloft.net>
28743         * sysdeps/sparc/fpu/fenv_private.h (HAVE_RM_CTX): Define.
28744         (libc_feholdexcept_setround_sparc_ctx): New function.
28745         (libc_fesetenv_sparc_ctx): Likewise.
28746         (libc_feupdateenv_sparc_ctx): Likewise.
28747         (libc_feholdsetround_sparc_ctx): Likewise.
28748         (libc_feholdexcept_setround_ctx): Define.
28749         (libc_feholdexcept_setroundf_ctx): Likewise.
28750         (libc_feholdexcept_setroundl_ctx): Likewise.
28751         (libc_fesetenv_ctx): Likewise.
28752         (libc_fesetenvf_ctx): Likewise.
28753         (libc_fesetenvl_ctx): Likewise.
28754         (libc_feupdateenv_ctx): Likewise.
28755         (libc_feupdateenvf_ctx): Likewise.
28756         (libc_feupdateenvl_ctx): Likewise.
28757         (libc_feresetround_ctx): Likewise.
28758         (libc_feresetroundf_ctx): Likewise.
28759         (libc_feresetroundl_ctx): Likewise.
28760         (libc_feholdsetround_ctx): Likewise.
28761         (libc_feholdsetroundf_ctx): Likewise.
28762         (libc_feholdsetroundl_ctx): Likewise.
28764         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h (EMT_TAGOVF): Protect
28765         with __USE_GNU instead of XOPEN cpp guards.
28767         * sysdeps/sparc/bits/string.h (_STRING_ARCH_unaligned): Define to
28768         0.
28770         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h (EMT_TAGOVF): Protect
28771         with XOPEN cpp guards.
28773 2014-04-30  Julian Brown  <julian@codesourcery.com>
28775         [BZ #16888]
28776         * sysdeps/arm/dl-machine.h (elf_machine_rela): Fix R_ARM_IRELATIVE
28777         handling.
28779 2014-04-30  Joseph Myers  <joseph@codesourcery.com>
28781         [BZ #9894]
28782         * sysdeps/unix/sysv/linux/configure.ac (LIBC_LINUX_VERSION):
28783         Change to 2.6.32.
28784         (arch_minimum_kernel): Change all 2.6.16 settings to 2.6.32.
28785         * sysdeps/unix/sysv/linux/configure: Regenerated.
28786         * sysdeps/unix/sysv/linux/microblaze/configure.ac: Remove file.
28787         * sysdeps/unix/sysv/linux/microblaze/configure: Likewise.
28788         * sysdeps/unix/sysv/linux/tile/configure.ac: Likewise.
28789         * sysdeps/unix/sysv/linux/tile/configure: Likewise.
28790         * README: Update reference to required Linux kernel version.
28791         * manual/install.texi (Linux): Update reference to required Linux
28792         kernel headers version.
28793         * INSTALL: Regenerated.
28795         * conform/data/stdlib.h-data [POSIX] (stddef.h): Do not allow
28796         header inclusion.
28797         [POSIX] (limits.h): Likewise.
28798         [POSIX] (math.h): Likewise.
28799         [POSIX] (sys/wait.h): Likewise.
28800         * conform/data/string.h-data [POSIX || UNIX98] (strtok_r): Require
28801         function.
28802         [POSIX] (stddef.h): Do not allow header inclusion.
28804 2014-04-30  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
28806         * sysdeps/generic/symbol-hacks.h (memcpy): Add internal alias.
28808 2014-04-30  Yang Yingliang  <yangyingliang@huawei.com>
28810         * nptl/pthread_cond_broadcast.c (__pthread_cond_broadcast):
28811         Return immediately after lll_futex_wake.
28813 2014-04-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
28815         [BZ #16791]
28816         * nscd/nscd-client.h (datahead_init_common): Initialize entire
28817         structure.
28818         (datahead_init_pos): Call datahead_init_common early.
28819         (datahead_init_neg): Likewise.
28821         * nscd/nscd-client.h (datahead_init_common, datahead_init_pos,
28822         datahead_init_neg): New functions.
28823         * nscd/aicache.c (addhstaiX): Use them.
28824         * nscd/grpcache.c (cache_addgr): Likewise.
28825         * nscd/hstcache.c (cache_addhst): Likewise.
28826         * nscd/initgrcache.c (addinitgroupsX): Likewise.
28827         * nscd/netgroupcache.c (do_notfound): Likewise.
28828         (addgetnetgrentX): Likewise.
28829         (addinnetgrX): Likewise.
28830         * nscd/pwdcache.c (cache_addpw): Likewise.
28831         * nscd/servicescache.c (cache_addserv): Likewise.
28833 2014-04-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
28834             Atsushi Onoe  <atsushi@onoe.org>
28836         [BZ #14308]
28837         [BZ #12994]
28838         [BZ #13651]
28839         * resolv/res_query.c (__libc_res_nsearch): Return if at least
28840         one response is valid.
28841         * resolv/res_send.c (send_dg): Check for validity of other
28842         response if the current response is a referral.
28844 2014-04-29  Steve Ellcey  <sellcey@mips.com>
28846         * iconv/skeleton.c (ONE_DIRECTION): Set default value if not set.
28848 2014-04-29  Stefan Liebler  <stli@linux.vnet.ibm.com>
28850         [BZ #16823]
28851         * sysdeps/ieee754/ldbl-128/s_log1pl.c (__log1pl):
28852         Always divide by positive zero when computing -Inf result.
28853         * sysdeps/ieee754/dbl-64/s_log1p.c (__log1p): Likewise.
28854         * sysdeps/ieee754/flt-32/s_log1pf.c (__log1pf): Likewise.
28856 2014-04-28  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
28858         * sysdeps/powerpc/fpu/fclrexcpt.c (__feclearexcept): Do not update
28859         FPSCR if value do not change.
28860         * sysdeps/powerpc/fpu/fedisblxcpt.c (fedisableexcept): Likewise.
28861         * sysdeps/powerpc/fpu/feenablxcpt.c (feenableexcept): Likewise.
28862         * sysdeps/powerpc/fpu/feholdexcpt.c (feholdexcept): Likewise.
28863         * sysdeps/powerpc/fpu/fesetenv.c (__fesetenv): Likewise.
28864         * sysdeps/powerpc/fpu/fsetexcptflg.c (__fesetexceptflag): Likewise.
28865         * sysdeps/powerpc/fpu/fenv_libc.h (fenv_reg_to_exceptions): New helper
28866         function.
28868 2014-05-29  Carlos O'Donell  <carlos@systemhalted.org>
28870         * sysdeps/hppa: Move directory from ports/sysdeps/hppa.
28871         * sysdeps/unix/sysv/linux/hppa: Move directory from
28872         ports/systeps/unix/sysv/linux/hppa.
28873         * README: Update listing for hppa-*-linux-gnu.
28875 2014-04-28  Ondřej Bílka  <neleai@seznam.cz>
28877         [BZ #16754]
28878         * manual/stdio.texi (Hook functions): Fix types of stream hook
28879         functions.
28880         [BZ #16854]
28881         * socket/sys/socket.h: Fix typo in comment.
28883 2014-04-28  Wilco  <wdijkstr@arm.com>
28885         * sysdeps/arm/fenv_private.h: New file.
28886         * sysdeps/arm/math_private.h: New file.
28887         * sysdeps/arm/fpu_control.h: Add _FPU_MASK_NCZV and _FPU_MASK_EXCEPT.
28889 2014-04-25  H.J. Lu  <hongjiu.lu@intel.com>
28891         * sysdeps/x86/bits/link.h (La_x86_64_regs): Replace __int128
28892         with __int128_t.
28893         (La_x86_64_retval): Likewise.
28895 2014-04-24  Ian Bolton  <ian.bolton@arm.com>
28897         * sysdeps/aarch64/fpu/fclrexcpt.c (feclearexcept): Don't write to
28898         fpsr if value didn't change.
28899         * sysdeps/aarch64/fpu/fedisblxcpt.c (fedisableexcept): Don't write
28900         to fpcr if value didn't change.
28901         * sysdeps/aarch64/fpu/feenablxcpt.c (feenableexcept): Likewise.
28902         * sysdeps/aarch64/fpu/feholdexcpt.c (feholdexcept): Don't write to
28903         fpsr or fpcr if value didn't change.
28904         * sysdeps/aarch64/fpu/fesetenv.c (fesetenv): Likewise.
28905         * sysdeps/aarch64/fpu/fesetround.c (fesetround): Don't write to
28906         fpcr if value didn't change.
28907         * sysdeps/aarch64/fpu/fsetexcptflg.c (fesetexceptflag): Don't write
28908         to fpsr if value didn't change.
28910 2014-02-23  Siddhesh Poyarekar  <siddhesh@redhat.com>
28912         * nptl/tst-sem3.c: Use test-skeleton.c
28913         (main): Rename to do_test.  Use return instead of
28914         exit.
28915         * nptl/tst-sem4.c: Use test-skeleton.c
28916         (main): Rename to do_test.
28918 2014-04-22  David S. Miller  <davem@davemloft.net>
28920         * sysdeps/unix/sysv/linux/sparc/bits/sigaction.h
28921         (struct sigaction): New struct member __glibc_reserved0, change
28922         type of sa_flags to int.
28924 2014-04-22  Yufeng Zhang  <yufeng.zhang@arm.com>
28926         * stdlib/longlong.h (count_leading_zeros, count_trailing_zeros)
28927         (COUNT_LEADING_ZEROS_0): Define for AArch64.
28929 2014-04-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
28931         * nptl/sysdeps/unix/sysv/linux/sem_trywait.c: Include atomic.h.
28932         * nptl/sysdeps/unix/sysv/linux/sem_wait.c: Likewise.
28934 2014-04-22  Will Newton  <will.newton@linaro.org>
28935             Venkataramanan Kumar  <venkataramanan.kumar@linaro.org>
28937         * sysdeps/aarch64/__longjmp.S: Include stap-probe.h.
28938         (__longjmp): Add longjmp and longjmp_target SystemTap
28939         probes.
28940         * sysdeps/aarch64/setjmp.S: Include stap-probe.h.
28941         (__sigsetjmp): Add setjmp SystemTap probe.
28943 2014-04-17  Carlos O'Donell  <carlos@redhat.com>
28945         * manual/intro.texi (Roadmap to the manual): Sort chapter listing to
28946         match manual order.
28948 2014-04-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
28950         * nptl/sysdeps/unix/sysv/linux/powerpc/pthread_once.c: Remove file.
28952         * sysdeps/powerpc/fpu/fenv_private.h
28953         (libc_feholdexcept_setroundl_ctx): Define to
28954         libc_feholdexcept_setround_ppc_ctx.
28955         (libc_fesetenvl_ctx): Define to libc_fesetenv_ppc_ctx.
28956         (libc_feholdsetroundl_ctx): Define to libc_feholdsetround_ppc_ctx.
28957         (libc_feresetroundl_ctx): Define to libc_feresetround_ppc_ctx.
28958         (libc_feupdateenvl_ctx): libc_feupdateenv_ppc_ctx.
28960 2014-04-17  Ian Bolton  <ian.bolton@arm.com>
28962         * sysdeps/aarch64/math-tests.h: New file.
28964 2014-04-17  Sihai Yao  <sihai.ysh@alibaba-inc.com>
28966         * sysdeps/x86_64/multiarch/ifunc-defines.sym (COMMON_CPUID_INDEX_7):
28967         New.
28968         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
28969         Check and set bit_AVX2_Usable.
28970         * sysdeps/x86_64/multiarch/init-arch.h (bit_AVX2_Usable): New
28971         macro.
28972         (bit_AVX2): Likewise.
28973         (index_AVX2_Usable): Likewise.
28974         (CPUID_AVX2): Likewise.
28975         (HAS_AVX2): Likewise.
28977 2014-04-17  Will Newton  <will.newton@linaro.org>
28979         * manual/setjmp.texi (System V contexts): Add note that
28980         calling setcontext on a context created by a call to a
28981         signal handler is undefined.  Update text to note that
28982         setcontext from a signal handler is possible but not
28983         recommended.
28985         [BZ #16629]
28986         * stdlib/tst-setcontext.c: Include signal.h.
28987         (main): Check that the signal stack before and
28988         after swapcontext is the same.
28990         * sysdeps/unix/sysv/linux/aarch64/setcontext.S (__setcontext):
28991         Re-implement to restore registers in user code and avoid
28992         rt_sigreturn system call.
28994 2014-04-17  Wilco  <wdijkstr@arm.com>
28996         * sysdeps/arm/math-tests.h: New file: Set ARM math-test settings.
28997         * sysdeps/generic/math-tests.h: Add macro (EXCEPTION_ENABLE_SUPPORTED).
28998         * math/test-fenv.c: Skip exception trap tests on targets which only
28999         support non-stop mode.
29001 2014-04-17  Ian Bolton  <ian.bolton@arm.com>
29002             Wilco Dijkstra  <wilco.dijkstra@arm.com>
29004         * sysdeps/aarch64/fpu/math_private.h (HAVE_RM_CTX)
29005         (libc_feholdsetround_aarch64_ctx)
29006         (libc_feholdsetround_ctx, libc_feholdsetroundf_ctx)
29007         (libc_feholdsetroundl_ctx, libc_feresetround_aarch64_ctx)
29008         (libc_feresetround_ctx, libc_feresetroundf_ctx)
29009         (libc_feresetroundl_ctx, libc_feresetround_noex_aarch64_ctx)
29010         (libc_feresetround_noex_ctx, libc_feresetround_noexf_ctx)
29011         (libc_feresetround_noexl_ctx): Define.
29013 2014-04-16  Richard Henderson  <rth@redhat.com>
29015         * sysdeps/unix/sysv/linux/alpha/nptl/pthread_once.c: Remove.
29017         * sysdeps/alpha/Makefile [debug] (CFLAGS-backtrace.c): Enable
29018         unwind tables.
29020         * sysdeps/unix/alpha/sysdep.h (__pointer_chk_guard): Remove
29021         const from the non-libc, non-ldso copy.
29023         * sysdeps/alpha/libm-test-ulps: Regenerate.
29025 2014-04-16  Ian Bolton  <ian.bolton@arm.com>
29026             Wilco Dijkstra  <wilco.dijkstra@arm.com>
29028         * sysdeps/aarch64/fpu/math_private.h: New file.
29030 2014-04-16  Marcus Shawcroft  <marcus.shawcroft@arm.com>
29032         * sysdeps/aarch64/libm-test-ulps: Regenerate.
29034 2014-04-16  Igor Zamyatin  <igor.zamyatin@intel.com>
29036         [BZ #16275]
29037         * sysdeps/x86_64/bits/link.h (La_x86_64_regs): Add lr_bnd.
29038         (La_x86_64_retval): Add lrv_bnd0 and lrv_bnd1.
29039         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Save
29040         Intel MPX bound registers before _dl_profile_fixup.
29041         * sysdeps/x86_64/dl-trampoline.h: Restore Intel MPX bound
29042         registers after _dl_profile_fixup.  Save and restore bound
29043         registers bnd0/bnd1 when calling _dl_call_pltexit.
29044         * sysdeps/x86_64/link-defines.sym (BND_SIZE): New.
29045         (LR_BND_OFFSET): Likewise.
29046         (LRV_BND0_OFFSET): Likewise.
29047         (LRV_BND1_OFFSET): Likewise.
29049 2014-04-16  Samuel Thibault  <samuel.thibault@ens-lyon.org>
29051         * sysdeps/mach/hurd/tls.h (dtv, dtv_t, tcbhead_t): Move declarations
29052         to...
29053         * sysdeps/mach/hurd/i386/tls.h: ... here.
29054         (tcbhead_t): Add multiple_threads, sysinfo, stack_guard,
29055         pointer_guard, gscope_flag, private_futex, __private_tm, __private_ss
29056         fields.
29058 2014-04-16  Samuel Thibault  <samuel.thibault@ens-lyon.org>
29060         * sysdeps/mach/munmap.c (__munmap): Return EINVAL if `addr' is 0.
29062 2014-04-16  Stefan Liebler  <stli@linux.vnet.ibm.com>
29064         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
29066 2014-04-16  Stefan Liebler  <stli@linux.vnet.ibm.com>
29068         [BZ #14770]
29069         * sysdeps/s390/configure.ac: Check for Binutils >= 2.24.
29070         * sysdeps/s390/configure: Regenerate.
29072         [BZ #16824]
29073         * sysdeps/ieee754/ldbl-128/e_j1l.c (__ieee754_y1l):
29074         Set round-to-nearest internally to reduce error accumulation.
29076 2014-04-16  Alan Modra  <amodra@gmail.com>
29078         [BZ #16740]
29079         [BZ #16619]
29080         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c (__frexpl): Rewrite.
29081         * math/libm-test.inc (frexp_test_data): Add tests.
29082         * NEWS: Update fixed bug list.
29084 2014-04-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
29086         * benchtests/Makefile: Depend on libraries in build directory.
29087         (bench-math): Separate out math tests.
29088         (bench-pthread): Separate out pthread tests.
29089         (bench): Include math and pthread tests.
29091 2014-04-14  Carlos O'Donell  <carlos@redhat.com>
29093         [BZ #16831]
29094         * csu/libc-start.c (LIBC_START_MAIN) [!SHARED]: Call
29095         _dl_debug_initialize.
29097         * configure.ac: Remove SELinux header check.
29098         * configure: Regenerate.
29099         * nscd/selinux.c (perms): Array of const char* to permission names.
29100         (nscd_request_avc_has_perm): Call security_deny_unknown to find
29101         default policy. Call string_to_security_class and string_to_av_perm to
29102         translate strings. Enforce default policy and call avs_has_perm with
29103         results of translated strings.
29105 2014-04-13  David S. Miller  <davem@davemloft.net>
29107         * sysdeps/sparc/fpu/libm-test-ulps: Update.
29109 2014-04-12  Allan McRae  <allan@archlinux.org>
29111         [BZ #16838]
29112         * manual/string.texi (Collation Functions): Fix qsort argument
29113         order in example.
29114         Reported by David C. Rankin <drankinatty@suddenlinkmail.com>.
29116 2014-04-11  Chris Metcalf  <cmetcalf@tilera.com>
29118         * math/test-fenv-preserve.c [FE_ALL_EXCEPT == 0] (do_test):
29119         Make the test a no-op if there are no exceptions defined.
29121 2014-04-11  Paul Pluzhnikov  <ppluzhnikov@google.com>
29123         * elf/Makefile (tests): make tst-dlopen-aout conditional on
29124         enable-hardcoded-path-in-tests
29126 2014-04-11  Will Newton  <will.newton@linaro.org>
29128         * benchtests/Makefile (extra-objs): Add json-lib.o.
29129         (bench-func): Tidy up JSON output.
29130         * benchtests/bench-skeleton.c: Include json-lib.h.
29131         (main): Use JSON library functions to do output of
29132         benchmark results.
29133         * benchtests/bench-timing-type.c (main): Output the
29134         timing type simply, leaving formatting to the user.
29135         * benchtests/json-lib.c: New file.
29136         * benchtests/json-lib.h: Likewise.
29138 2014-04-11  Torvald Riegel  <triegel@redhat.com>
29140         [BZ #15215]
29141         * nptl/sysdeps/unix/sysv/linux/sparc/pthread_once.c: Moved to ...
29142         * nptl/sysdeps/unix/sysv/linux/pthread_once.c: ... here.  Add missing
29143         memory barriers.  Add comments.
29144         * sysdeps/unix/sysv/linux/aarch64/nptl/pthread_once.c: Remove file.
29145         * sysdeps/unix/sysv/linux/arm/nptl/pthread_once.c: Remove file.
29146         * sysdeps/unix/sysv/linux/ia64/nptl/pthread_once.c: Remove file.
29147         * sysdeps/unix/sysv/linux/m68k/nptl/pthread_once.c: Remove file.
29148         * sysdeps/unix/sysv/linux/mips/nptl/pthread_once.c: Remove file.
29149         * sysdeps/unix/sysv/linux/tile/nptl/pthread_once.c: Remove file.
29151 2014-04-11  Stefan Liebler  <stli@linux.vnet.ibm.com>
29153         * sysdeps/s390/s390-32/configure.ac: Unify file with ...
29154         * sysdeps/s390/s390-64/configure.ac: ... this ...
29155         * sysdeps/s390/configure.ac: ... to here.
29156         * sysdeps/s390/s390-32/configure: Delete file.
29157         * sysdeps/s390/s390-64/configure: Delete file.
29158         * sysdeps/s390/configure: Regenerate.
29160 2014-04-11  Joseph Anthony Pasquale Holsten  <joseph@josephholsten.com>
29162         * resolv/res_query.c (__libc_res_nsearch): Fix typo in comment.
29164 2014-04-11  Will Newton  <will.newton@linaro.org>
29166         * malloc/malloc.c [!MALLOC_DEBUG]: #define MALLOC_DEBUG
29167         to zero if it is not defined elsewhere.  (mtrim): Test
29168         the value of MALLOC_DEBUG with #if rather than #ifdef.
29170 2014-04-10 Torvald Riegel  <triegel@redhat.com>
29172         * benchtests/pthread_once-inputs: New file.
29173         * benchtests/pthread_once-source.c: New file.
29174         * benchtests/README: Update documentation.
29176 2014-04-09  Igor Zamyatin  <igor.zamyatin@intel.com>
29177             H.J. Lu  <hongjiu.lu@intel.com>
29179         [BZ #16275]
29180         * config.h.in (HAVE_MPX_SUPPORT): New #undef.
29181         * sysdeps/x86_64/configure.ac: Set HAVE_MPX_SUPPORT.
29182         * sysdeps/x86_64/configure: Regenerated.
29183         * sysdeps/x86_64/dl-trampoline.S (REGISTER_SAVE_AREA): New
29184         macro.
29185         (REGISTER_SAVE_RAX): Likewise.
29186         (REGISTER_SAVE_RCX): Likewise.
29187         (REGISTER_SAVE_RDX): Likewise.
29188         (REGISTER_SAVE_RSI): Likewise.
29189         (REGISTER_SAVE_RDI): Likewise.
29190         (REGISTER_SAVE_R8): Likewise.
29191         (REGISTER_SAVE_R9): Likewise.
29192         (REGISTER_SAVE_BND0): Likewise.
29193         (REGISTER_SAVE_BND1): Likewise.
29194         (REGISTER_SAVE_BND2): Likewise.
29195         (_dl_runtime_resolve): Use them.  Save and restore Intel MPX
29196         bound registers when calling _dl_fixup.
29198 2014-04-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
29200         * bits/string.h (_STRING_ARCH_unaligned): Define it to 0.
29201         * crypt/sha256.c (_STRING_ARCH_unaligned): Check its value instead
29202         of its definition.
29203         * iconv/gconv_simple.c (_STRING_ARCH_unaligned): Likewise.
29204         * iconv/loop.c (_STRING_ARCH_unaligned): Likewise.
29205         * iconv/skeleton.c (_STRING_ARCH_unaligned): Likewise.
29206         * nscd/nscd_gethst_r.c (_STRING_ARCH_unaligned): Likewise.
29207         * nscd/nscd_getserv_r.c (_STRING_ARCH_unaligned): Likewise.
29208         * nscd/nscd_helper.c (_STRING_ARCH_unaligned): Likewise.
29209         * resolv/res_send.c (_STRING_ARCH_unaligned): Likewise.
29211 2014-04-09  Peter Brett  <peter@peter-b.co.uk>
29213         [BZ #15514]
29214         * sysdeps/posix/pathconf.c (__pathconf): Use statvfs64() for
29215         pathconf(_PC_NAME_MAX).
29217 2014-04-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
29219         * nptl/sysdeps/pthread/pthread.h (__PTHREAD_MUTEX_HAVE_ELISION):
29220         Remove macro usage.
29221         (__PTHREAD_SPINS): Move definition to ...
29222         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h
29223         (__PTHREAD_SPINS): ... here.
29224         * nptl/sysdeps/unix/sysv/linux/s390/bits/pthreadtypes.h
29225         (__PTHREAD_SPIN): Likewise.
29226         * nptl/sysdeps/unix/sysv/linux/sh/bits/pthreadtypes.h
29227         (__PTHREAD_SPIN): Likewise.
29228         * nptl/sysdeps/unix/sysv/linux/sparc/bits/pthreadtypes.h
29229         (__PTHREAD_SPIN): Likewise.
29230         * nptl/sysdeps/unix/sysv/linux/x86/bits/pthreadtypes.h
29231         (__PTHREAD_SPIN): Likewise.
29232         * sysdeps/unix/sysv/linux/aarch64/nptl/bits/pthreadtypes.h
29233         (__PTHREAD_SPIN): Likewise.
29234         * sysdeps/unix/sysv/linux/alpha/nptl/bits/pthreadtypes.h
29235         (__PTHREAD_SPIN): Likewise.
29236         * sysdeps/unix/sysv/linux/arm/nptl/bits/pthreadtypes.h
29237         (__PTHREAD_SPIN): Likewise.
29238         * sysdeps/unix/sysv/linux/ia64/nptl/bits/pthreadtypes.h
29239         (__PTHREAD_SPIN): Likewise.
29240         * sysdeps/unix/sysv/linux/m68k/nptl/bits/pthreadtypes.h
29241         (__PTHREAD_SPIN): Likewise.
29242         * sysdeps/unix/sysv/linux/microblaze/nptl/bits/pthreadtypes.h
29243         (__PTHREAD_SPIN): Likewise.
29244         * sysdeps/unix/sysv/linux/mips/nptl/bits/pthreadtypes.h
29245         (__PTHREAD_SPIN): Likewise.
29246         * sysdeps/unix/sysv/linux/tile/nptl/bits/pthreadtypes.h
29247         (__PTHREAD_SPIN): Likewise.
29249         * sysdeps/powerpc/powerpc32/power6x/fpu/Implies: New file.
29250         * sysdeps/powerpc/powerpc64/power6x/fpu/Implies: new file.
29251         * sysdeps/powerpc/powerpc64/power6x/multiarch/Implies: New file.
29252         * sysdeps/powerpc/powerpc64/power5+/fpu/Implies: Remove multiarch
29253         imply folder.
29254         * sysdeps/powerpc/powerpc64/power5/fpu/Implies: Likewise.
29255         * sysdeps/powerpc/powerpc64/power7/fpu/Implies: Likewise.
29256         * sysdeps/powerpc/powerpc64/power8/fpu/Implies: Likewise.
29257         * sysdeps/powerpc/powerpc64/power6x/fpu/multiarch/Implies: Adjust
29258         correct imply path.
29259         * sysdeps/powerpc/powerpc64/power7/strncat.S (STRLEN): Define correct
29260         strlen symbol for non multi-arch builds.
29261         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnan.S (__isnan): Add
29262         missing hidden_def and weak_alias.
29264 2014-04-08  Carlos O'Donell  <carlos@redhat.com>
29266         * manual/ipc.texi (sem_close): AC-unsafe because of aculock.
29268 2014-04-07  Will Newton  <will.newton@linaro.org>
29270         * string/basename.c [HAVE_CONFIG_H]: Remove #ifdef and
29271         and contents.  [!_LIBC] Remove #ifndef and contents.
29272         (basename): Use ANSI prototype.  [_LIBC] Remove #idef.
29273         * string/memccpy.c (__memccpy): Use ANSI prototype.
29274         * string/memfrob.c (memfrob): Likewise.
29275         * string/strcoll.c (STRCOLL): Likewise.
29276         * string/strlen.c (strlen): Likewise.
29277         * string/strtok.c (STRTOK): Likewise.
29278         * string/strcat.c: Remove unused #include of memcopy.h.
29279         (strcat): Use ANSI prototype.
29280         * string/strchr.c: Remove unused #include of memcopy.h.
29281         (strchr): Use ANSI prototype.
29282         * string/strcmp.c: Remove unused #include of memcopy.h.
29283         (strcmp): Use ANSI prototype.
29284         * string/strcpy.c: Remove unused #include of memcopy.h.
29285         (strcpy): Use ANSI prototype.
29287 2014-04-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
29289         * Makeconfig (CPPFLAGS): Add config-extra-cppflags to list.
29290         * config.make.in (config-extra-cppflags): Set it from
29291         libc_extra_cppflags.
29292         * configure.ac (libc_extra_cflags): Make it accumulate over
29293         configure fragments.
29294         (libc_extra_cppflags): New flag.
29295         * configure. Regenerate.
29296         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure.ac
29297         (libc_cv_ppc64_def_call_elf): Define it to yes if compiler does
29298         not set _CALL_ELF and add -D_CALL_ELF=1 to libc_extra_cppflags.
29299         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure: Regenerate.
29301         [BZ #16815]
29302         * sysdeps/powerpc/powerpc32/fpu/s_nearbyint.S (__nearbyint): Fix
29303         result for FE_DOWNWARD rounding mode.
29304         * sysdeps/powerpc/powerpc32/fpu/s_nearbyintf.S (__nearbyintf):
29305         Likewise.
29306         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
29308 2014-04-04  Chris Metcalf  <cmetcalf@tilera.com>
29310         * sysdeps/tile/dl-runtime.c (_dl_unmap): Fix cut-and-paste bug
29311         in function argument name.
29313 2014-04-03  David Svoboda  <svoboda@cert.org>
29315         [BZ #5666]
29316         * manual/stdio.texi (Line-Oriented Input): Document buffer allocation
29317         explicitly.
29319 2014-04-03  Roland McGrath  <roland@hack.frob.com>
29321         * elf/dl-unmap-segments.h: New file.
29322         * sysdeps/generic/ldsodefs.h
29323         (DL_UNMAP): Use _dl_unmap_segments in place of __munmap.
29324         * elf/dl-close.c: Include <dl-unmap-segments.h>.
29325         * elf/dl-fptr.c: Likewise.
29326         (_dl_unmap): Use _dl_unmap_segments in place of __munmap.
29327         * sysdeps/aarch64/tlsdesc.c: Likewise.
29328         * sysdeps/arm/tlsdesc.c: Likewise.
29329         * sysdeps/i386/tlsdesc.c: Likewise.
29330         * sysdeps/tile/dl-runtime.c: Likewise.
29331         * sysdeps/x86_64/tlsdesc.c: Likewise.
29332         * elf/dl-load.h: New file.
29333         * elf/dl-load.c: Include it.
29334         (MAP_FILE, MAP_COPY, MAP_BASE_ADDR):
29335         Macros moved to dl-load.h.
29336         (ELF_PREFERRED_ADDRESS_DATA, ELF_PREFERRED_ADDRESS): Likewise.
29337         (_dl_map_object_from_fd): Type 'struct loadcmd' moved to dl-load.h.
29338         Use _dl_unmap_segments in place of __munmap.
29339         Break out segment-mapping loop into ...
29340         * elf/dl-map-segments.h (_dl_map_segments): ... here, in new file.
29342 2014-04-03  Will Newton  <will.newton@linaro.org>
29344         * elf/dl-lookup.c (do_lookup_x): Remove comment
29345         referring to nested function and move variable
29346         declarations down to before first use.
29348 2014-04-02  Joseph Myers  <joseph@codesourcery.com>
29350         [BZ #16799]
29351         [BZ #16800]
29352         * math/s_catan.c (__catan): Avoid passing -0 denominator to atan2
29353         with 0 numerator.
29354         * math/s_catanf.c (__catanf): Likewise.
29355         * math/s_catanh.c (__catanh): Likewise.
29356         * math/s_catanhf.c (__catanhf): Likewise.
29357         * math/s_catanhl.c (__catanhl): Likewise.
29358         * math/s_catanl.c (__catanl): Likewise.
29359         * sysdeps/ieee754/flt-32/e_logf.c (__ieee754_logf): Always divide
29360         by positive zero when computing -Inf result.
29361         * math/libm-test.inc (catan_test): Use ALL_RM_TEST.
29362         (catanh_test): Likewise.
29363         * sysdeps/i386/fpu/libm-test-ulps: Update.
29364         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
29366         [BZ #16789]
29367         * math/s_clog.c (__clog): Use math_force_eval to ensure underflow
29368         instead of using underflowing value in computing result.
29369         * math/s_clog10.c (__clog10): Likewise.
29370         * math/s_clog10f.c (__clog10f): Likewise.
29371         * math/s_clog10l.c (__clog10l): Likewise.
29372         * math/s_clogf.c (__clogf): Likewise.
29373         * math/s_clogl.c (__clogl): Likewise.
29374         * math/libm-test.inc (clog_test): Use ALL_RM_TEST.
29375         (clog10_test): Likewise.
29376         * sysdeps/i386/fpu/libm-test-ulps: Update.
29377         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
29379 2014-04-02  Alan Modra  <amodra@gmail.com>
29381         [BZ #16739]
29382         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c (__nextafterl): Correct
29383         output when value is near a power of two.  Use int64_t for lx and
29384         remove casts.  Use decimal rather than hex exponent constants.
29385         Don't use long double multiplication when double will suffice.
29386         * math/libm-test.inc (nextafter_test_data): Add tests.
29387         * NEWS: Add 16739 and 16786 to bug list.
29389         * sysdeps/powerpc/powerpc64/power7/memrchr.S: Correct stream hint.
29391         * sysdeps/powerpc/powerpc64/start.S: Add @toc to toc symbol reference.
29393 2014-04-01  Will Newton  <will.newton@linaro.org>
29395         * benchtests/Makefile (CFLAGS-bench-ffs.c): Add
29396         -fno-builtin.  (CFLAGS-bench-ffsll.c): Likewise.
29398 2014-04-01  Florian Weimer  <fweimer@redhat.com>
29400         [BZ #13347]
29401         * nptl/nptl-init.c (sighandler_setxid): Check system call result.
29402         * nptl/tst-setuid2.c: New file.
29403         * nptl/Makefile (xtests): Add tst-setuid2.
29405 2014-04-01  Alan Modra  <amodra@gmail.com>
29407         [BZ #16786]
29408         * sysdeps/powerpc/powerpc64/fpu/s_copysign.S: Don't trash stack.
29410 2014-03-31  Joseph Myers  <joseph@codesourcery.com>
29412         [BZ #6803]
29413         [BZ #6804]
29414         * math/w_scalb.c (__scalb): For non-SVID mode, check result and
29415         set errno as appropriate.
29416         * math/w_scalbf.c (__scalbf): Likewise.
29417         * math/w_scalbl.c (__scalbl): Likewise.
29418         * math/gen-libm-test.pl (parse_args): Handle ERRNO_PLUS_OFLOW,
29419         ERRNO_MINUS_OFLOW, ERRNO_PLUS_UFLOW and ERRNO_MINUS_UFLOW.
29420         * math/libm-test.inc (scalb_test_data): Add errno expectations.
29421         Add more NaN tests.
29423         [BZ #16349]
29424         * math/w_atan2.c: Include <errno.h>.
29425         (__atan2): Set errno for result underflowing to zero.
29426         * math/w_atan2f.c: Include <errno.h>.
29427         (__atan2f): Set errno for result underflowing to zero.
29428         * math/w_atan2l.c: Include <errno.h>.
29429         (__atan2l): Set errno for result underflowing to zero.
29430         * math/auto-libm-test-in: Don't allow missing errno for some atan2
29431         tests.
29432         * math/auto-libm-test-out: Regenerated.
29434 2014-03-31  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
29436         * sysdeps/powerpc/powerpc64/power8/fpu/s_finite.S (MFVSRD_R3_V1):
29437         Encode instruction correctly in little endian.
29438         * sysdeps/powerpc/powerpc64/power8/fpu/s_isinf.S (MFVSRD_R3_V1):
29439         Likewise.
29440         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnan.S (MFVSRD_R3_V1):
29441         Likewise.
29442         * sysdeps/powerpc/powerpc64/power8/fpu/s_llrint.S (MFVSRD_R3_V1):
29443         Likewise.
29444         * sysdeps/powerpc/powerpc64/power8/fpu/s_llround.S (MFVSRD_R3_V1):
29445         Likewise.
29447 2014-03-31  Joseph Myers  <joseph@codesourcery.com>
29449         [BZ #9894]
29450         * sysdeps/unix/sysv/linux/kernel-features.h
29451         [__sparc__ && !__arch64__ && !__sparc_v9__]
29452         (__ASSUME_SET_ROBUST_LIST): Do not define.
29453         [__sparc__ && !__arch64__ && !__sparc_v9__]
29454         (__ASSUME_FUTEX_LOCK_PI): Likewise.
29455         [__sparc__ && !__arch64__ && !__sparc_v9__] (__ASSUME_REQUEUE_PI):
29456         Likewise.
29457         * sysdeps/unix/sysv/linux/arm/kernel-features.h
29458         (__ASSUME_FUTEX_LOCK_PI): Undefine.
29459         (__ASSUME_REQUEUE_PI): Likewise.
29460         (__ASSUME_SET_ROBUST_LIST): Likewise.
29461         * sysdeps/unix/sysv/linux/m68k/kernel-features.h
29462         [__LINUX_KERNEL_VERSION < 0x030a00] (__ASSUME_FUTEX_LOCK_PI):
29463         Undefine.
29464         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
29465         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_FUTEX_LOCK_PI):
29466         Likewise.
29467         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_REQUEUE_PI):
29468         Likewise.
29469         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_SET_ROBUST_LIST):
29470         Likewise.
29471         * sysdeps/unix/sysv/linux/mips/kernel-features.h
29472         [__mips == 1 || _MIPS_ARCH_R5900] (__ASSUME_FUTEX_LOCK_PI):
29473         Undefine.
29474         [__mips == 1 || _MIPS_ARCH_R5900] (__ASSUME_REQUEUE_PI): Likewise.
29475         [__mips == 1 || _MIPS_ARCH_R5900] (__ASSUME_SET_ROBUST_LIST):
29476         Likewise.
29478         [BZ #16648]
29479         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
29480         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_FUTIMESAT): Define.
29481         * sysdeps/unix/sysv/linux/microblaze/futimesat.c: New file.
29483 2014-03-31  Will Newton  <will.newton@linaro.org>
29485         * benchtests/Makefile (bench): Add ffs and ffsll to list
29486         of tests.
29487         * benchtests/ffs-inputs: New file.
29488         * benchtests/ffsll-inputs: Likewise.
29490 2014-03-29  Joseph Myers  <joseph@codesourcery.com>
29492         [BZ #16770]
29493         * math/e_scalb.c (__ieee754_scalb): Check second argument is not
29494         too large before casting to int.
29495         * math/e_scalbf.c (__ieee754_scalbf): Likewise.
29496         * math/e_scalbl.c (__ieee754_scalbl): Likewise.
29497         * math/libm-test.inc (scalb_test_data): Add more tests.
29499 2014-03-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
29501         * benchtests/Makefile (DETAILED_OPT): New make option.
29502         (bench-func): Run benchmark program with -d if DETAILED_OPT is
29503         set.
29504         * benchtests/bench-skeleton.c: Include stdbool.h.
29505         (main): Store and print timings per input.
29506         * benchtests/scripts/bench.py (STRUCT_TEMPLATE): Add timing
29507         member to each argument value.
29508         (EPILOGUE): Define new macros RESULT and RESULT_ACCUM.
29509         (_print_arg_data): Initialize per-input timing to 0.
29511         * benchtests/Makefile (timing-type): New binary.
29512         (bench-clean): Also remove bench-timing-type.
29513         (bench): New target for timing-type.
29514         (bench-func): Print output in JSON format.
29515         * benchtests/bench-skeleton.c (main): Print output in JSON
29516         format.
29517         * benchtests/bench-timing-type.c: New file.
29518         * benchtests/bench-timing.h (TIMING_TYPE): New macro.
29519         (TIMING_PRINT_STATS): Remove.
29520         * benchtests/scripts/bench.py (_print_arg_data): Store variant
29521         name separately.
29523         * benchtests/bench-modf.c: Remove.
29524         * benchtests/modf-inputs: New inputs file.
29526 2014-03-28  Joseph Myers  <joseph@codesourcery.com>
29528         [BZ #16362]
29529         * math/s_clog10.c (M_PI_LOG10E): New macro.
29530         (__clog10): Use M_PI_LOG10E instead of M_PI when real and
29531         imaginary parts are 0.
29532         * math/s_clog10f.c (M_PI_LOG10Ef): New macro.
29533         (__clog10f): Use M_PI_LOG10Ef instead of M_PI when real and
29534         imaginary parts are 0.
29535         * math/s_clog10l.c (M_PI_LOG10El): New macro.
29536         (__clog10l): Use M_PI_LOG10El instead of M_PIl when real and
29537         imaginary parts are 0.
29538         * math/libm-test.inc (clog10_test_data): Update expected results
29539         for when real and imaginary parts are 0.
29541 2014-03-27  Paul Pluzhnikov  <ppluzhnikov@google.com>
29543         * elf/dl-load.c: Finish conversion of __builtin_expect into
29544         __glibc_{un}likely.
29546 2014-03-27  Joseph Myers  <joseph@codesourcery.com>
29548         [BZ #16348]
29549         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL) [!USE_AS_EXPM1L]: Use
29550         1+x for argument with exponent below -67.
29551         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL) [!USE_AS_EXPM1L]:
29552         Likewise.
29553         * math/auto-libm-test-in: Add more tests of exp.
29554         * math/auto-libm-test-out: Regenerated.
29556 2014-03-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
29558         [BZ #16759]
29559         * inet/getnetgrent_r.c (get_nonempty_val): New function.
29560         (nscd_getnetgrent): Use it.
29562         [BZ #16760]
29563         * nscd/netgroupcache.c (addgetnetgrentX): Use memmove instead
29564         of stpcpy.
29566 2014-03-27  Andi Kleen  <ak@linux.intel.com>
29568         * nptl/sysdeps/unix/sysv/linux/x86_64/lowlevellock.h (lll_lock)
29569         (lll_robust_lock, lll_cond_lock, lll_timedlock)
29570         (lll_robust_cond_lock, lll_robust_timedlock, lll_unlock)
29571         (lll_robust_unlock): Remove out of line section. Use cfi
29572         intrinsics.
29573         (LLL_STUB_UNWIND_INFO*): Remove.
29574         * nptl/sysdeps/unix/sysv/linux/i386/lowlevellock.h (lll_lock)
29575         (lll_robust_lock, lll_cond_lock, lll_timedlock)
29576         (lll_robust_cond_lock, lll_robust_timedlock, lll_unlock)
29577         (lll_robust_unlock): Remove out of line section. Use cfi
29578         intrinsics.
29579         (LLL_STUB_UNWIND_INFO*): Remove.
29581 2014-03-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
29583         [BZ #16758]
29584         * nscd/netgroupcache.c (addinnetgrX): Succeed if triplet has
29585         blank values.
29587 2014-03-26  Paul Pluzhnikov  <ppluzhnikov@google.com>
29589         * elf/dl-load.c: Convert __builtin_expect into __glibc_{un}likely.
29591 2014-03-26  Joseph Myers  <joseph@codesourcery.com>
29593         [BZ #16198]
29594         * sysdeps/x86_64/fpu/fegetenv.c (fegetenv): Use fldenv after
29595         fnstenv.
29596         * math/test-fenv-preserve.c: New file.
29597         * math/Makefile (tests): Add test-fenv-preserve.
29599 2014-03-26  Will Newton <will.newton@linaro.org>
29601         * benchtests/bench-strtod.c (TIMEOUT): Define to 10.
29603 2014-03-25  Roland McGrath  <roland@hack.frob.com>
29605         * scripts/versionlist.awk: Partition the version sets and emit all
29606         GLIBC_* (sorted) before all others (sorted).
29608 2014-03-25  Joseph Myers  <joseph@codesourcery.com>
29610         * elf/Versions (libc) [EXPORT_UNWIND_FIND_FDE]: Add empty
29611         GLIBC_2.2.5 version.
29613 2014-03-25 Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
29615         * scripts/localplt.awk: Check for PLT generated by internal IFUNC
29616         calls.
29618         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h: Revert
29619         previous change.
29621         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
29623 2014-03-25  Andreas Schwab  <schwab@suse.de>
29625         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Add out_fail2
29626         label to be used after in6ailist is initialized.
29628 2014-03-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
29630         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h
29631         (__PTHREAD_MUTEX_HAVE_ELISION): New define.
29633 2014-03-25  Joseph Myers  <joseph@codesourcery.com>
29635         [BZ #16357]
29636         [BZ #16599]
29637         * math/gen-auto-libm-tests.c (fp_format_desc): Add field
29638         min_plus_half.
29639         (fp_formats): Update initializers.
29640         (init_fp_formats): Initialize new field.
29641         (output_for_one_input_case): Allow underflow for results up to
29642         min_plus_half.
29643         * math/libm-test.inc (log1p_test): Use ALL_RM_TEST.
29644         * math/auto-libm-test-in: Don't mark some underflows from asin and
29645         atanh as spurious.
29646         * math/auto-libm-test-out: Regenerated.
29647         * sysdeps/i386/fpu/libm-test-ulps: Update.
29648         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
29650 2014-03-25  Andreas Schwab  <schwab@suse.de>
29652         * libio/Makefile (tst-ftell-partial-wide-ENV)
29653         (tst-ftell-active-handler-ENV): Define.
29655 2014-03-25  Stefan Liebler <stli@linux.vnet.ibm.com>
29657         * NEWS: Add 16712, 16713, 16714 to fixed bug list.
29659 2014-03-24  Paul Pluzhnikov  <ppluzhnikov@google.com>
29661         * elf/tst-dlopen-aout.c: Adjust comments. Use test-skeleton.c
29663 2014-03-24  Joseph Myers  <joseph@codesourcery.com>
29665         * sysdeps/ieee754/dbl-64/e_exp.c: Include <math.h>.
29666         * sysdeps/x86_64/fpu/multiarch/e_exp.c
29667         [HAVE_FMA4_SUPPORT || HAVE_AVX_SUPPORT]: Likewise.
29669 2014-03-24  Paul Pluzhnikov  <ppluzhnikov@google.com>
29671         [BZ #16634]
29672         * elf/dl-load.c (open_verify): Add mode parameter.
29673         Error early when ET_EXEC and mode does not have __RTLD_OPENEXEC.
29674         (open_path): Change from boolean 'secure' to complete flag 'mode'
29675         (_dl_map_object): Adjust.
29676         * elf/Makefile (tests): Add tst-dlopen-aout.
29677         * elf/tst-dlopen-aout.c: New test.
29679 2014-03-24  Stefan Liebler <stli@linux.vnet.ibm.com>
29681         [BZ #16714]
29682         * sysdeps/unix/sysv/linux/s390/bits/stat.h
29683         (struct stat): Rename member pad0 to __glibc_reserved0.
29685         [BZ #16712]
29686         * sysdeps/s390/s390-32/bits/wordsize.h
29687         (__WORDSIZE32_SIZE_ULONG): New define.
29688         * sysdeps/s390/s390-64/bits/wordsize.h
29689         (__WORDSIZE32_SIZE_ULONG): Likewise.
29690         * sysdeps/generic/stdint.h (SIZE_MAX):
29691         Define as UL if __WORDSIZE32_SIZE_ULONG.
29693         [BZ #16713]
29694         * sysdeps/unix/sysv/linux/s390/bits/sigaction.h
29695         (__glibc_reserved0): New variable.
29696         (sa_flags): Change type to int.
29698         * posix/Makefile (before-compile): Use += before-compile instead
29699         of a :=.
29701         * nptl/sysdeps/unix/sysv/linux/s390/bits/pthreadtypes.h
29702         (__PTHREAD_MUTEX_HAVE_ELISION): New define.
29704 2014-03-20  Andreas Schwab  <schwab@suse.de>
29706         [BZ #16743]
29707         * sysdeps/posix/getaddrinfo.c (gaih_inet): Properly skip over
29708         non-matching result from nscd.
29710 2014-03-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
29712         * scripts/bench.py: Moved to ...
29713         * benchtests/scripts/bench.py: ... here.
29714         * benchtests/Makefile ($(objpfx)bench-%.c): Adjust.
29716 2014-03-24  Andreas Schwab  <schwab@suse.de>
29718         [BZ #16002]
29719         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Use
29720         alloca_account and account alloca use for struct in6ailist.
29722 2014-03-24  Joseph Myers  <joseph@codesourcery.com>
29724         [BZ #16284]
29725         * sysdeps/ieee754/dbl-64/e_exp.c (__ieee754_exp): Use original
29726         rounding mode to recompute results that overflow to infinity or
29727         underflow to zero.
29728         * math/auto-libm-test-in: Don't mark tests as expected to fail for
29729         bug 16284.
29730         * math/auto-libm-test-out: Regenerated.
29731         * math/libm-test.inc (ccos_test): Use ALL_RM_TEST.
29732         (ccosh_test): Likewise.
29733         (csin_test_data): Use plus_oflow.
29734         (csin_test): Use ALL_RM_TEST.
29735         (csinh_test_data): Use plus_oflow.
29736         (csinh_test): Use ALL_RM_TEST.
29737         * sysdeps/i386/fpu/libm-test-ulps: Update.
29738         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
29740 2014-03-21  Joseph Myers  <joseph@codesourcery.com>
29742         * sysdeps/mips/bits/wordsize.h: Include <sgidefs.h>.
29743         * sysdeps/unix/sysv/linux/mips/getrlimit64.c: Likewise.
29744         * sysdeps/unix/sysv/linux/mips/setrlimit64.c: Likewise.
29746         [BZ #16731]
29747         * sysdeps/i386/fpu/e_log.S (__ieee754_log): Take absolute value
29748         when x - 1 is zero.
29749         * sysdeps/i386/fpu/e_logf.S (__ieee754_logf): Likewise.
29750         * sysdeps/i386/fpu/e_logl.S (__ieee754_logl): Likewise.
29751         * sysdeps/i386/i686/fpu/e_logl.S (__ieee754_logl): Likewise.
29752         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Return +0 when
29753         argument is 1.
29754         * sysdeps/ieee754/ldbl-128/e_logl.c (__ieee754_logl): Likewise.
29755         * sysdeps/x86_64/fpu/e_logl.S: Take absolute value when x - 1 is
29756         zero.
29757         * math/libm-test.inc (log_test): Use ALL_RM_TEST.
29758         * sysdeps/i386/fpu/libm-test-ulps: Update.
29759         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
29761 2014-03-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
29763         * scripts/bench.pl: Remove file.
29764         * scripts/bench.py: New benchmark script.
29765         * benchtests/Makefile ($(objpfx)bench-%.c): Use it.
29766         * benchtests/README: Mention python dependency.
29767         * scripts/pylintrc: New file.
29768         * scripts/pylint: New file.
29770         * bits/mathdef.h: Use #ifdef instead of #if.
29771         * sysdeps/arm/bits/mathdef.h [defined __USE_ISOC99 && defined
29772         _MATH_H && !defined _MATH_H_MATHDEF]: Likewise.
29773         * sysdeps/tile/bits/mathdef.h [defined __USE_ISOC99 && defined
29774         _MATH_H && !defined _MATH_H_MATHDEF]: Likewise.
29775         * sysdeps/x86/bits/mathdef.h [defined __USE_ISOC99 && defined
29776         _MATH_H && !defined _MATH_H_MATHDEF]: Likewise.
29778 2014-03-20  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
29779             Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
29781         * string/strpbrk.c (strpbrk): Using macro to redefine symbol name.
29782         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strpbrk-power7
29783         and strpbrk-ppc64 objects.
29784         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
29785         (__libc_ifunc_impl_list): Add new strpbrk optimized symbols.
29786         * sysdeps/powerpc/powerpc64/multiarch/strpbrk-power7.S: New file:
29787         multiarch strpbrk for POWER7.
29788         * sysdeps/powerpc/powerpc64/multiarch/strpbrk-ppc64.c: New file:
29789         multiarch strpbrk for PPC64.
29790         * sysdeps/powerpc/powerpc64/multiarch/strpbrk.c: New file: strpbrk
29791         ifunc selector.
29792         * sysdeps/powerpc/powerpc64/power7/strpbrk.S: New file: optimited
29793         strpbrk for POWER7.
29795 2014-03-20  Joseph Myers  <joseph@codesourcery.com>
29797         * math/libm-test.inc (asinh_test): Use ALL_RM_TEST.
29798         (atan_test): Likewise.
29799         (atanh_test_data): Use NO_TEST_INLINE for two tests.
29800         (atanh_test): Use ALL_RM_TEST.
29801         (atan2_test_data): Likewise.
29802         (cabs_test): Likewise.
29803         (cacosh_test): Likewise.
29804         (carg_test): Likewise.
29805         (casin_test): Likewise.
29806         (casinh_test): Likewise.
29807         (cbrt_test): Likewise.
29808         (csqrt_test): Likewise.
29809         (erf_test): Likewise.
29810         (erfc_test): Likewise.
29811         (pow10_test): Likewise.
29812         (exp2_test): Likewise.
29813         (hypot_test): Likewise.
29814         (j0_test): Likewise.
29815         (j1_test): Likewise.
29816         (lgamma_test): Likewise.
29817         (gamma_test): Likewise.
29818         (sincos_test): Likewise.
29819         (tanh_test): Likewise.
29820         (y0_test): Likewise.
29821         (y1_test): Likewise.
29822         * sysdeps/i386/fpu/libm-test-ulps: Update.
29823         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
29825 2014-03-20  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
29827         * string/strcspn.c (strcspn): Using macro to redefine symbol name.
29828         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcspn-power7
29829         and strcspn-ppc64 objects.
29830         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
29831         (__libc_ifunc_impl_list): Add new strcspn optimized symbols.
29832         * sysdeps/powerpc/powerpc64/multiarch/strcspn-power7.S: New file:
29833         multiarch strcspn for POWER7.
29834         * sysdeps/powerpc/powerpc64/multiarch/strcspn-ppc64.c: New file:
29835         multiarch strcspn for PPC64.
29836         * sysdeps/powerpc/powerpc64/multiarch/strcspn.c: New file: strcspn
29837         ifunc selector.
29838         * sysdeps/powerpc/powerpc64/power7/strcspn.S: New file: optimited
29839         strcspn for POWER7.
29841 2014-03-20  Joseph Myers  <joseph@codesourcery.com>
29843         * math/gen-libm-test.pl (generate_testfile): Expect only function
29844         name as argument to AUTO_TESTS_* and pass results for all rounding
29845         modes to parse_args.
29846         (parse_auto_input): Separate inputs of automatic tests from
29847         outputs before storing in %auto_tests.
29848         * math/libm-test.inc (acos_test_data): Update call to
29849         AUTO_TESTS_f_f.
29850         (acos_test): Use ALL_RM_TEST.
29851         (acos_tonearest_test_data): Remove.
29852         (acos_test_tonearest): Likewise.
29853         (acos_towardzero_test_data): Likewise.
29854         (acos_test_towardzero): Likewise.
29855         (acos_downward_test_data): Likewise.
29856         (acos_test_downward): Likewise.
29857         (acos_upward_test_data): Likewise.
29858         (acos_test_upward): Likewise.
29859         (acosh_test_data): Update call to AUTO_TESTS_f_f.
29860         (asin_test_data): Likewise.
29861         (asin_test): Use ALL_RM_TEST.
29862         (asin_tonearest_test_data): Remove.
29863         (asin_test_tonearest): Likewise.
29864         (asin_towardzero_test_data): Likewise.
29865         (asin_test_towardzero): Likewise.
29866         (asin_downward_test_data): Likewise.
29867         (asin_test_downward): Likewise.
29868         (asin_upward_test_data): Likewise.
29869         (asin_test_upward): Likewise.
29870         (asinh_test_data): Update call to AUTO_TESTS_f_f.
29871         (atan_test_data): Likewise.
29872         (atanh_test_data): Likewise.
29873         (atan2_test_data): Update call to AUTO_TESTS_ff_f.
29874         (cabs_test_data): Update call to AUTO_TESTS_c_f.
29875         (carg_test_data): Likewise.
29876         (cbrt_test_data): Update call to AUTO_TESTS_f_f.
29877         (ccos_test_data): Update call to AUTO_TESTS_c_c.
29878         (ccosh_test_data): Likewise.
29879         (cexp_test_data): Likewise.
29880         (clog_test_data): Likewise.
29881         (clog10_test_data): Likewise.
29882         (cos_test_data): Update call to AUTO_TESTS_f_f.
29883         (cos_test): Use ALL_RM_TEST.
29884         (cos_tonearest_test_data): Remove.
29885         (cos_test_tonearest): Likewise.
29886         (cos_towardzero_test_data): Likewise.
29887         (cos_test_towardzero): Likewise.
29888         (cos_downward_test_data): Likewise.
29889         (cos_test_downward): Likewise.
29890         (cos_upward_test_data): Likewise.
29891         (cos_test_upward): Likewise.
29892         (cosh_test_data): Update call to AUTO_TESTS_f_f.
29893         (cosh_test): Use ALL_RM_TEST.
29894         (cosh_tonearest_test_data): Remove.
29895         (cosh_test_tonearest): Likewise.
29896         (cosh_towardzero_test_data): Likewise.
29897         (cosh_test_towardzero): Likewise.
29898         (cosh_downward_test_data): Likewise.
29899         (cosh_test_downward): Likewise.
29900         (cosh_upward_test_data): Likewise.
29901         (cosh_test_upward): Likewise.
29902         (cpow_test_data): Update call to AUTO_TESTS_cc_c.
29903         (csqrt_test_data): Update call to AUTO_TESTS_c_c.
29904         (ctan_test_data): Likewise.
29905         (ctan_test): Use ALL_RM_TEST.
29906         (ctan_tonearest_test_data): Remove.
29907         (ctan_test_tonearest): Likewise.
29908         (ctan_towardzero_test_data): Likewise.
29909         (ctan_test_towardzero): Likewise.
29910         (ctan_downward_test_data): Likewise.
29911         (ctan_test_downward): Likewise.
29912         (ctan_upward_test_data): Likewise.
29913         (ctan_test_upward): Likewise.
29914         (ctanh_test_data): Update call to AUTO_TESTS_c_c.
29915         (ctanh_test): Use ALL_RM_TEST.
29916         (ctanh_tonearest_test_data): Remove.
29917         (ctanh_test_tonearest): Likewise.
29918         (ctanh_towardzero_test_data): Likewise.
29919         (ctanh_test_towardzero): Likewise.
29920         (ctanh_downward_test_data): Likewise.
29921         (ctanh_test_downward): Likewise.
29922         (ctanh_upward_test_data): Likewise.
29923         (ctanh_test_upward): Likewise.
29924         (erf_test_data): Update call to AUTO_TESTS_f_f.
29925         (erfc_test_data): Likewise.
29926         (exp_test_data): Likewise.
29927         (exp_test): Use ALL_RM_TEST.
29928         (exp_tonearest_test_data): Remove.
29929         (exp_test_tonearest): Likewise.
29930         (exp_towardzero_test_data): Likewise.
29931         (exp_test_towardzero): Likewise.
29932         (exp_downward_test_data): Likewise.
29933         (exp_test_downward): Likewise.
29934         (exp_upward_test_data): Likewise.
29935         (exp_test_upward): Likewise.
29936         (exp10_test_data): Update call to AUTO_TESTS_f_f.
29937         (exp10_test): Use ALL_RM_TEST.
29938         (exp10_tonearest_test_data): Remove.
29939         (exp10_test_tonearest): Likewise.
29940         (exp10_towardzero_test_data): Likewise.
29941         (exp10_test_towardzero): Likewise.
29942         (exp10_downward_test_data): Likewise.
29943         (exp10_test_downward): Likewise.
29944         (exp10_upward_test_data): Likewise.
29945         (exp10_test_upward): Likewise.
29946         (exp2_test_data): Update call to AUTO_TESTS_f_f.
29947         (expm1_test_data): Likewise.
29948         (expm1_test): Use ALL_RM_TEST.
29949         (expm1_tonearest_test_data): Remove.
29950         (expm1_test_tonearest): Likewise.
29951         (expm1_towardzero_test_data): Likewise.
29952         (expm1_test_towardzero): Likewise.
29953         (expm1_downward_test_data): Likewise.
29954         (expm1_test_downward): Likewise.
29955         (expm1_upward_test_data): Likewise.
29956         (expm1_test_upward): Likewise.
29957         (fma_test_data): Update call to AUTO_TESTS_fff_f.
29958         (fma_test): Use ALL_RM_TEST.
29959         (fma_towardzero_test_data): Remove.
29960         (fma_test_towardzero): Likewise.
29961         (fma_downward_test_data): Likewise.
29962         (fma_test_downward): Likewise.
29963         (fma_upward_test_data): Likewise.
29964         (fma_test_upward): Likewise.
29965         (hypot_test_data): Update call to AUTO_TESTS_ff_f.
29966         (j0_test_data): Update call to AUTO_TESTS_f_f.
29967         (j1_test_data): Likewise.
29968         (jn_test_data): Update call to AUTO_TESTS_if_f.
29969         (lgamma_test_data): Update call to AUTO_TESTS_f_f1.
29970         (log_test_data): Update call to AUTO_TESTS_f_f.
29971         (log10_test_data): Likewise.
29972         (log1p_test_data): Likewise.
29973         (log2_test_data): Likewise.
29974         (pow_test_data): Update call to AUTO_TESTS_ff_f.
29975         (pow_tonearest_test_data): Likewise.
29976         (sin_test_data): Update call to AUTO_TESTS_f_f.
29977         (sin_test): Use ALL_RM_TEST.
29978         (sin_tonearest_test_data): Remove.
29979         (sin_test_tonearest): Likewise.
29980         (sin_towardzero_test_data): Likewise.
29981         (sin_test_towardzero): Likewise.
29982         (sin_downward_test_data): Likewise.
29983         (sin_test_downward): Likewise.
29984         (sin_upward_test_data): Likewise.
29985         (sin_test_upward): Likewise.
29986         (sincos_test_data): Update call to AUTO_TESTS_fFF_11.
29987         (sinh_test_data): Update call to AUTO_TESTS_f_f.
29988         (sinh_test): Use ALL_RM_TEST.
29989         (sinh_tonearest_test_data): Remove.
29990         (sinh_test_tonearest): Likewise.
29991         (sinh_towardzero_test_data): Likewise.
29992         (sinh_test_towardzero): Likewise.
29993         (sinh_downward_test_data): Likewise.
29994         (sinh_test_downward): Likewise.
29995         (sinh_upward_test_data): Likewise.
29996         (sinh_test_upward): Likewise.
29997         (sqrt_test_data): Update call to AUTO_TESTS_f_f.
29998         (sqrt_test): Use ALL_RM_TEST.
29999         (sqrt_tonearest_test_data): Remove.
30000         (sqrt_test_tonearest): Likewise.
30001         (sqrt_towardzero_test_data): Likewise.
30002         (sqrt_test_towardzero): Likewise.
30003         (sqrt_downward_test_data): Likewise.
30004         (sqrt_test_downward): Likewise.
30005         (sqrt_upward_test_data): Likewise.
30006         (sqrt_test_upward): Likewise.
30007         (tan_test_data): Update call to AUTO_TESTS_f_f.
30008         (tan_test): Use ALL_RM_TEST.
30009         (tan_tonearest_test_data): Remove.
30010         (tan_test_tonearest): Likewise.
30011         (tan_towardzero_test_data): Likewise.
30012         (tan_test_towardzero): Likewise.
30013         (tan_downward_test_data): Likewise.
30014         (tan_test_downward): Likewise.
30015         (tan_upward_test_data): Likewise.
30016         (tan_test_upward): Likewise.
30017         (tanh_test_data): Update call to AUTO_TESTS_f_f.
30018         (tgamma_test_data): Likewise.
30019         (y0_test_data): Likewise.
30020         (y1_test_data): Likewise.
30021         (yn_test_data): Update call to AUTO_TESTS_if_f.
30022         (main): Do not call removed functions.
30024 2014-03-19  Joseph Myers  <joseph@codesourcery.com>
30026         * math/libm-test.inc (fdim_test): Use ALL_RM_TEST.
30027         (ldexp_test_data): Remove.
30028         (ldexp_test): Move to after scalbn_test.  Use ALL_RM_TEST with
30029         scalbn_test_data.
30030         (scalb_test): Use ALL_RM_TEST.
30032 2014-03-19  Andreas Schwab  <schwab@suse.de>
30034         * nscd/nscd.service: Also invalidate netgroup cache on reload.
30036 2014-03-19  Joseph Myers  <joseph@codesourcery.com>
30038         [BZ #16649]
30039         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
30040         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_PREADV): Undefine.
30041         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_PWRITEV): Likewise.
30042         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
30043         (__ASSUME_PREADV): Undefine.
30044         (__ASSUME_PWRITEV): Likewise.
30046 2014-03-18  Roland McGrath  <roland@hack.frob.com>
30048         * bits/mman-linux.h: Add comment about non-Linux use.
30049         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add comment about
30050         bits/mman-linux.h resting place.
30052         * sysdeps/unix/sysv/linux/bits/mman-linux.h: Moved to ...
30053         * bits/mman-linux.h: ... here.
30055 2014-03-18  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
30057         * conform/conformtest.pl: Add standard definition when calling C
30058         preprocessor on data files.
30059         (checknamespace): Remove unused variable.
30061 2014-03-18  Joseph Myers  <joseph@codesourcery.com>
30063         * math/gen-libm-test.pl (parse_args): Handle plus_oflow,
30064         minus_oflow, plus_uflow and minus_uflow in expected results.
30065         * math/libm-test.inc (scalbn_test_data): Add more tests of
30066         negative arguments.  Use plus_oflow, minus_oflow, plus_uflow and
30067         minus_uflow.
30068         (scalbn_test): Use ALL_RM_TEST.
30069         (scalbln_test_data): Add more tests of negative arguments.  Use
30070         plus_oflow, minus_oflow, plus_uflow and minus_uflow.
30071         (scalbln_test): Use ALL_RM_TEST.
30073 2014-03-18  Roland McGrath  <roland@hack.frob.com>
30075         * scripts/abilist.awk: Ignore symbols marked with .hidden.
30077 2014-03-18  Will Newton  <will.newton@linaro.org>
30079         * sysdeps/unix/sysv/linux/aarch64/sysdep.h: Remove
30080         inaccurate comment.
30082 2014-03-18  Joseph Myers  <joseph@codesourcery.com>
30084         * Makerules [!subdir] (check-abi): Exit with error status if a
30085         test failed.
30087 2014-03-17  Joseph Myers  <joseph@codesourcery.com>
30089         * math/libm-test.inc (nearbyint_test_data): Include all tests used
30090         for rint.  Include results for all rounding modes.
30091         (nearbyint_test): Use ALL_RM_TEST.
30092         (rint_test_data): Include all tests used for nearbyint.
30094 2014-03-17  Will Newton  <will.newton@linaro.org>
30096         * nptl/sysdeps/pthread/pthread.h: Revert previous
30097         change.
30099         * sysdeps/generic/ldsodefs.h: Revert previous
30100         change.
30102         * libio/genops.c: Revert previous change.
30103         * libio/libioP.h: Likewise.
30104         * stdio-common/vfprintf.c: Likewise.
30106         * sysdeps/generic/math_private.h: Revert previous
30107         change.
30109         * sysdeps/generic/math_private.h: Check whether
30110         HAVE_RM_CTX is defined with #ifdef rather
30111         than #if.
30113         * argp/argp-fmtstream.h: Check whether
30114         __STRICT_ANSI__ is defined with #ifdef rather
30115         than #if.
30116         * argp/argp.h: Likewise.
30118         * libio/genops.c: Check whether
30119         _IO_JUMPS_OFFSET is defined with #ifdef rather
30120         than #if.
30121         * libio/libioP.h: Likewise.
30122         * stdio-common/vfprintf.c: Likewise.
30124         * sysdeps/generic/ldsodefs.h: Check whether
30125         HP_SMALL_TIMING_AVAIL is defined with #ifdef rather
30126         than #if.
30128         * nptl/sysdeps/pthread/pthread.h: Check
30129         __PTHREAD_MUTEX_HAVE_ELISION is defined before testing
30130         its value.
30132 2014-03-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
30134         * libio/iofdopen.c (_IO_new_fdopen): Seek to end only if
30135         setting O_APPEND.
30136         * libio/tst-ftell-active-handler.c (do_append_test): Add a
30137         test case.
30139         [BZ #16680]
30140         * libio/fileops.c (_IO_file_open): Seek to end of file but
30141         don't cache the offset.
30142         (get_file_offset): Remove function.
30143         (do_ftell): Use cached offset when available.
30144         * libio/iofdopen.c (_IO_new_fdopen): Seek to end of file but
30145         don't cache the offset.
30146         * libio/tst-ftell-active-handler.c (do_rewind_test): New test
30147         case.
30148         (do_one_test): Call it.
30149         (do_ftell_test): Fix up expected old offset for a+ mode.
30150         * libio/wfileops.c (do_ftell_wide): Used cached offset when
30151         available.
30153         * libio/tst-ftell-active-handler.c (do_ftell_test): Don't mix
30154         up test status with function return status.
30155         (do_write_test): Likewise.
30156         (do_append_test): Likewise.
30158         * nptl/sysdeps/pthread/bits/libc-lockP.h [defined NOT_IN_libc
30159         && !defined IS_IN_libpthread && __LT_SPINNOCK_INIT != 0]:
30160         Remove.
30162 2014-03-17  Joseph Myers  <joseph@codesourcery.com>
30164         * math/gen-libm-test.pl (parse_args): Handle results specified for
30165         each rounding mode separately.
30166         * math/libm-test.inc (lrint_test_data): Merge in per-rounding-mode
30167         tests and results from lrint_tonearest_test_data,
30168         lrint_towardzero_test_data, lrint_downward_test_data and
30169         lrint_upward_test_data.
30170         (lrint_test): Use ALL_RM_TEST.
30171         (lrint_tonearest_test_data): Remove.
30172         (lrint_test_tonearest): Likewise.
30173         (lrint_towardzero_test_data): Likewise.
30174         (lrint_test_towardzero): Likewise.
30175         (lrint_downward_test_data): Likewise.
30176         (lrint_test_downward): Likewise.
30177         (lrint_upward_test_data): Likewise.
30178         (lrint_test_upward): Likewise.
30179         (llrint_test_data): Merge in per-rounding-mode tests and results
30180         from llrint_tonearest_test_data, llrint_towardzero_test_data,
30181         llrint_downward_test_data and llrint_upward_test_data.
30182         (llrint_test): Use ALL_RM_TEST.
30183         (llrint_tonearest_test_data): Remove.
30184         (llrint_test_tonearest): Likewise.
30185         (llrint_towardzero_test_data): Likewise.
30186         (llrint_test_towardzero): Likewise.
30187         (llrint_downward_test_data): Likewise.
30188         (llrint_test_downward): Likewise.
30189         (llrint_upward_test_data): Likewise.
30190         (llrint_test_upward): Likewise.
30191         (rint_test_data): Merge in per-rounding-mode tests and results
30192         from rint_tonearest_test_data, rint_towardzero_test_data,
30193         rint_downward_test_data and rint_upward_test_data.  Add
30194         per-rounding-mode results for tests not in those arrays.
30195         (rint_test): Use ALL_RM_TEST.
30196         (rint_tonearest_test_data): Remove.
30197         (rint_test_tonearest): Likewise.
30198         (rint_towardzero_test_data): Likewise.
30199         (rint_test_towardzero): Likewise.
30200         (rint_downward_test_data): Likewise.
30201         (rint_test_downward): Likewise.
30202         (rint_upward_test_data): Likewise.
30203         (rint_test_upward): Likewise.
30204         (main): Don't call removed functions.
30206 2014-03-14  Roland McGrath  <roland@hack.frob.com>
30208         * csu/Makefile ($(objpfx)version-info.h): Remove linux-specific
30209         "Compiled on ..." crapola.  It is anti-useful.
30211 2014-03-14  Joseph Myers  <joseph@codesourcery.com>
30213         * scripts/evaluate-test.sh: Handle fourth argument to determine
30214         whether test run should stop on failure.
30215         * Makeconfig (stop-on-test-failure): New variable.
30216         (evaluate-test): Pass fourth argument to evaluate-test.sh based on
30217         $(stop-on-test-failure).
30218         * Makefile (tests): Give a summary of results from testing and
30219         exit with failure status if they include an ERROR or FAIL.
30220         (xtests): Likewise.
30221         * manual/install.texi (Configuring and compiling): Mention
30222         stop-on-test-failure=y.
30223         * INSTALL: Regenerated.
30225 2014-03-14  Roland McGrath  <roland@hack.frob.com>
30227         * scripts/versionlist.awk: New file.
30228         * Makerules [$(build-shared) = yes]
30229         (postclean-generated): Add Versions.def, not Versions.def.v and
30230         Versions.def.v.i.
30231         ($(common-objpfx)Versions.def.v.i): Target removed.
30232         ($(common-objpfx)Versions.def): New target.
30233         ($(common-objpfx)Versions.all): Depend on that rather that
30234         $(common-objpfx)Versions.def.v.
30235         * Versions.def: File removed.
30237         * Makeconfig (+gccwarn): Add -Wundef.
30238         * include/errno.h [IS_IN_rtld] [!RTLD_PRIVATE_ERRNO]: #error to catch
30239         a dl-sysdep.h breaking its contract.
30240         [!IS_IN_rtld] (RTLD_PRIVATE_ERRNO): Define it to 0.
30241         * include/stackinfo.h: New file.
30242         * nptl/sysdeps/i386/tls.h (TLS_DTV_AT_TP): New macro.
30243         * nptl/sysdeps/powerpc/tls.h (TLS_TCB_AT_TP): New macro.
30244         * nptl/sysdeps/s390/tls.h (TLS_DTV_AT_TP): New macro.
30245         * nptl/sysdeps/sh/tls.h (TLS_TCB_AT_TP): New macro.
30246         * nptl/sysdeps/sparc/tls.h (TLS_DTV_AT_TP): New macro.
30247         * nptl/sysdeps/x86_64/tls.h (TLS_DTV_AT_TP): New macro.
30248         * sysdeps/aarch64/nptl/tls.h (TLS_TCB_AT_TP): New macro.
30249         * sysdeps/alpha/nptl/tls.h (TLS_TCB_AT_TP): New macro.
30250         * sysdeps/arm/nptl/tls.h (TLS_TCB_AT_TP): New macro.
30251         * sysdeps/ia64/nptl/tls.h (TLS_TCB_AT_TP): New macro.
30252         * sysdeps/m68k/nptl/tls.h (TLS_TCB_AT_TP): New macro.
30253         * sysdeps/mach/hurd/i386/tls.h (TLS_DTV_AT_TP): New macro.
30254         * sysdeps/microblaze/nptl/tls.h (TLS_TCB_AT_TP): New macro.
30255         * sysdeps/mips/nptl/tls.h (TLS_TCB_AT_TP): New macro.
30256         * sysdeps/tile/nptl/tls.h (TLS_TCB_AT_TP): New macro.
30258 2014-03-14  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
30260         [BZ #16707]
30261         * sysdeps/powerpc/powerpc64/fpu/s_roundl.S: Remove wrong
30262         implementation.
30263         * math/libm-test.inc (round_test_data): Add more tests.
30265         [BZ #16706]
30266         * sysdeps/powerpc/powerpc64/fpu/s_nearbyintl.S: Remove wrong
30267         implementation.
30268         * math/libm-test.inc (nearbyint_test_data): Add more tests.
30270         [BZ #16701]
30271         * sysdeps/powerpc/powerpc64/fpu/s_ceill.S: Remove wrong
30272         implementation.
30273         * math/libm-test.inc (ceil_test_data): Add more tests.
30275         * math/libm-test.inc (trunc_test_data): Add more tests related to
30276         BZ#16414.
30278 2014-03-14  Roland McGrath  <roland@hack.frob.com>
30280         * nptl/pthread_create.c (__pthread_create_2_1): Test TLS_TCB_AT_TP
30281         with #if rather than #ifdef.
30282         * nptl/sysdeps/pthread/createthread.c (create_thread): Likewise.
30284 2014-03-14  H.J. Lu  <hongjiu.lu@intel.com>
30286         * sysdeps/x86_64/configure.ac: Check AVX-512 assembler support
30287         first.  Disable AVX-512 GCC support if assembler doesn't support
30288         it.
30289         * sysdeps/x86_64/configure: Regenerated.
30291 2014-03-13  Carlos O'Donell  <carlos@redhat.com>
30293         * nptl/pthread_attr_setstack.c (__pthread_attr_setstack)
30294         [!_STACK_GROWS_DOWN]: Don't add stacksize to stackaddr.
30295         (__old_pthread_attr_setstack): Likewise.
30296         * nptl/pthread_attr_getstack.c (__pthread_attr_getstack)
30297         [!_STACK_GROWS_DOWN]: Likewise.
30299 2014-03-13  Mike Frysinger  <vapier@gentoo.org>
30301         * config.make.in (have-bash2): Delete.
30302         * configure.ac (libc_cv_have_bash2): Delete.
30303         * configure: Regenerate.
30304         * elf/Makefile (common-ldd-rewrite): Rename to ...
30305         (ldd-rewrite): ... this.  Move bash-ldd-rewrite content to end.
30306         (sh-ldd-rewrite): Delete.
30307         (bash-ldd-rewrite): Delete.
30308         (have-bash2): Delete checks.
30309         [ldd-rewrite-script]: Change $(ldd-shell)-ldd-rewrite to
30310         ldd-rewrite.
30312         * config.make.in (have-ksh): Delete.
30313         (KSH): Delete.
30314         * configure.ac (libc_cv_have_ksh): Delete.
30315         * configure: Regenerate.
30317         * elf/Makefile: Delete $(have-ksh) check.
30318         ($(objpfx)sotruss): Change KSH to BASH.
30319         * elf/sotruss.ksh: Rename to ...
30320         * elf/sotruss.sh: ... this.  Change @KSH@ to @BASH@.  Change
30321         function style to match POSIX.  Drop ksh vim mode setting.
30323         * manual/time.texi (Specifying the Time Zone with TZ): Change
30324         Tuesday to Thursday.
30326         * debug/tst-longjmp_chk2.c: Update header comment.
30327         (stackoverflow_handler): Add comment.  Call assert on pass value.
30329 2014-03-13  Igor Zamyatin  <igor.zamyatin@intel.com>
30331         [BZ #16194]
30332         * config.h.in (HAVE_AVX512_SUPPORT): New #undef.
30333         (HAVE_AVX512_ASM_SUPPORT): Likewise.
30334         * sysdeps/x86_64/bits/link.h (La_x86_64_zmm): New.
30335         (La_x86_64_vector): Add zmm.
30336         * sysdeps/x86_64/Makefile (tests): Add tst-audit10.
30337         (modules-names): Add tst-auditmod10a and tst-auditmod10b.
30338         ($(objpfx)tst-audit10): New target.
30339         ($(objpfx)tst-audit10.out): Likewise.
30340         (tst-audit10-ENV): New.
30341         (AVX512-CFLAGS): Likewise.
30342         (CFLAGS-tst-audit10.c): Likewise.
30343         (CFLAGS-tst-auditmod10a.c): Likewise.
30344         (CFLAGS-tst-auditmod10b.c): Likewise.
30345         * sysdeps/x86_64/configure.ac: Set config-cflags-avx512,
30346         HAVE_AVX512_SUPPORT and HAVE_AVX512_ASM_SUPPORT.
30347         * sysdeps/x86_64/configure: Regenerated.
30348         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Add
30349         AVX-512 zmm register support.
30350         (_dl_x86_64_save_sse): Likewise.
30351         (_dl_x86_64_restore_sse): Likewise.
30352         * sysdeps/x86_64/dl-trampoline.h: Updated to support different
30353         size vector registers.
30354         * sysdeps/x86_64/link-defines.sym (YMM_SIZE): New.
30355         (ZMM_SIZE): Likewise.
30356         * sysdeps/x86_64/tst-audit10.c: New file.
30357         * sysdeps/x86_64/tst-auditmod10a.c: Likewise.
30358         * sysdeps/x86_64/tst-auditmod10b.c: Likewise.
30360 2014-03-13  Roland McGrath  <roland@hack.frob.com>
30362         * configure.ac (HAVE_EHDR_START): New check.
30363         * configure: Regenerated.
30364         * config.h.in (HAVE_EHDR_START): New #undef.
30365         * elf/rtld.c (dl_main) [HAVE_EHDR_START]: Use __ehdr_start rather than
30366         assuming the lowest-addressed segment maps the start of the file.
30368 2014-03-13  Joseph Myers  <joseph@codesourcery.com>
30370         * INSTALL: Regenerated.
30372 2014-03-13  Will Newton  <will.newton@linaro.org>
30374         * manual/setjmp.texi (System V contexts): Improve
30375         clarity and grammar of documentation.
30377 2014-03-12  Paul Pluzhnikov  <ppluzhnikov@google.com>
30379         [BZ #16381]
30380         * elf/Makefile (tests): Add tst-pie2.
30381         (tests-pie): Add tst-pie2.
30382         * elf/tst-pie2.c: New file.
30383         * elf/dl-load.c (_dl_map_object_from_fd): Assert correct l_type
30384         for ET_EXEC.
30385         * elf/rtld.c (map_doit): Load executable as lt_executable.
30386         (dl_main): Likewise.
30388 2014-03-12  Joseph Myers  <joseph@codesourcery.com>
30390         [BZ #16642]
30391         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
30392         (__ASSUME_PSELECT): Undefine.
30394 2014-03-12  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
30396         [BZ #16689]
30397         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero-ppc32.S
30398         (__bzero_ppc): Call memset@local instead of __memset_ppc@local for
30399         static build.
30400         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero.c: Build IFUNC
30401         selector for static builds.
30403 2014-03-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
30405         [BZ #16695]
30406         * nscd/netgroupcache.c (addgetnetgrentX): Factor in space for
30407         key in the buffer.
30409 2014-03-12  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
30411         * sysdeps/powerpc/powerpc64/multiarch/strspn.c (strspn): Build
30412         IFUNC selector for static builds.
30414 2014-03-11  Joseph Myers  <joseph@codesourcery.com>
30416         * sysdeps/mips/math_private.h [__mips_hard_float]
30417         (libc_feresetround_ctx): Define to libc_feupdateenv_mips_ctx not
30418         libc_feresetround_mips_ctx.
30419         [__mips_hard_float] (libc_feresetroundf_ctx): Likewise.
30420         [__mips_hard_float] (libc_feresetroundl_ctx): Likewise.
30421         [__mips_hard_float] (libc_feresetround_mips_ctx): Remove.
30423         [BZ #16677]
30424         * math/s_nextafter.c (__nextafter): Do not return value from
30425         overflowing computation.
30426         * sysdeps/i386/fpu/s_nextafterl.c (__nextafterl): Likewise.
30427         * sysdeps/ieee754/flt-32/s_nextafterf.c (__nextafterf): Likewise.
30428         * sysdeps/ieee754/ldbl-128/s_nextafterl.c (__nextafterl):
30429         Likewise.
30430         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c (__nextafterl):
30431         Likewise.
30432         * sysdeps/m68k/m680x0/fpu/s_nextafterl.c (__nextafterl): Likewise.
30433         * math/libm-test.inc (nextafter_test): Use ALL_RM_TEST.
30435 2014-03-11  Roland McGrath  <roland@hack.frob.com>
30437         * sysdeps/arm/setjmp.S: Use sfi_breg on stores of mangled registers.
30438         * sysdeps/arm/__longjmp.S: Use sfi_breg on loads of mangled registers.
30439         Move sfi_sp use from the load-multiple (that no longer sets sp) to
30440         the new mov targetting sp.
30442 2014-03-11  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
30444         [BZ #16683]
30445         * sysdeps/powerpc/powerpc64/multiarch/memset-ppc64.S (__bzero_ppc):
30446         Define it for static builds as well.
30447         (NO_BZERO_IMPL): Likewise.
30449 2014-03-11  Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
30451         * sysdeps/powerpc/powerpc64/power7/strspn.S: New file: Optimization.
30452         * sysdeps/powerpc/powerpc64/multiarch/strspn.c: New file:
30453         multiarch strspn for PPC64.
30454         * sysdeps/powerpc/powerpc64/multiarch/strspn-ppc64.c: New file
30455         * sysdeps/powerpc/powerpc64/multiarch/strspn-power7.S: New file
30456         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
30457         (__libc_ifunc_impl_list): Likewise.
30458         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strspn
30459         multiarch optimizations
30460         * string/strspn.c (strspn): Using macro to redefine symbol name.
30462 2014-03-10  Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
30463             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
30465         * sysdeps/powerpc/powerpc64/power7/strncat.S: New file: Optimization.
30466         * sysdeps/powerpc/powerpc64/multiarch/strncat.c: New file:
30467         multiarch strncat for PPC64.
30468         * sysdeps/powerpc/powerpc64/multiarch/strncat-ppc64.c: New file
30469         * sysdeps/powerpc/powerpc64/multiarch/strncat-power7.S: New file
30470         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
30471         (__libc_ifunc_impl_list): Likewise.
30472         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strncat
30473         multiarch optimizations
30475 2014-03-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
30477         [BZ #16639]
30478         * nscd/nscd.service: Make service type forking.
30480 2014-03-03  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
30482         * sysdeps/powerpc/power5+/fpu/s_modf.c (__modf): Fix to return correct
30483         sign in non default rounding modes.
30484         * sysdeps/powerpc/power5+/fpu/s_modff.c (__modff): Likewise.
30486 2014-03-08  Joseph Myers  <joseph@codesourcery.com>
30488         * math/libm-test.inc (ALL_RM_TEST): New macro.
30489         (ceil_test): Use ALL_RM_TEST.
30490         (cimag_test): Likewise.
30491         (conj_test): Likewise.
30492         (copysign_test): Likewise.
30493         (cproj_test): Likewise.
30494         (creal_test): Likewise.
30495         (fabs_test): Likewise.
30496         (floor_test): Likewise.
30497         (fmax_test): Likewise.
30498         (fmin_test): Likewise.
30499         (fmod_test): Likewise.
30500         (fpclassify_test): Likewise.
30501         (frexp_test): Likewise.
30502         (ilogb_test): Likewise.
30503         (isfinite_test): Likewise.
30504         (finite_test): Likewise.
30505         (isgreater_test): Likewise.
30506         (isgreaterequal_test): Likewise.
30507         (isinf_test): Likewise.
30508         (isless_test): Likewise.
30509         (islessequal_test): Likewise.
30510         (islessgreater_test): Likewise.
30511         (isnan_test): Likewise.
30512         (isnormal_test): Likewise.
30513         (issignaling_test): Likewise.
30514         (isunordered_test): Likewise.
30515         (logb_test): Likewise.
30516         (logb_downward_test_data): Remove.
30517         (logb_test_downward): Likewise.
30518         (lround_test): Use ALL_RM_TEST.
30519         (llround_test): Likewise.
30520         (modf_test): Likewise.
30521         (nexttoward_test): Likewise.
30522         (remainder_test): Likewise.
30523         (drem_test): Likewise.
30524         (remainder_tonearest_test_data): Likewise.
30525         (remainder_test_tonearest): Likewise.
30526         (drem_test_tonearest): Likewise.
30527         (remainder_towardzero_test_data): Likewise.
30528         (remainder_test_towardzero): Likewise.
30529         (drem_test_towardzero): Likewise.
30530         (remainder_downward_test_data): Likewise.
30531         (remainder_test_downward): Likewise.
30532         (drem_test_downward): Likewise.
30533         (remainder_upward_test_data): Likewise.
30534         (remainder_test_upward): Likewise.
30535         (drem_test_upward): Likewise.
30536         (remquo_test): Use ALL_RM_TEST.  Remove comment about x.
30537         (round_test): Use ALL_RM_TEST.
30538         (signbit_test): Likewise.
30539         (trunc_test): Likewise.
30540         (significand_test): Likewise.
30541         (main): Don't call removed functions.
30543 2014-03-07  Joseph Myers  <joseph@codesourcery.com>
30545         [BZ #16674]
30546         * bits/siginfo.h (ILL_ILLOPC): Condition on [__USE_XOPEN_EXTENDED
30547         || __USE_XOPEN2K8].
30548         (ILL_ILLOPN): Likewise.
30549         (ILL_ILLADR): Likewise.
30550         (ILL_ILLTRP): Likewise.
30551         (ILL_PRVOPC): Likewise.
30552         (ILL_PRVREG): Likewise.
30553         (ILL_COPROC): Likewise.
30554         (ILL_BADSTK): Likewise.
30555         (FPE_INTDIV): Likewise.
30556         (FPE_INTOVF): Likewise.
30557         (FPE_FLTDIV): Likewise.
30558         (FPE_FLTOVF): Likewise.
30559         (FPE_FLTUND): Likewise.
30560         (FPE_FLTRES): Likewise.
30561         (FPE_FLTINV): Likewise.
30562         (FPE_FLTSUB): Likewise.
30563         (SEGV_MAPERR): Likewise.
30564         (SEGV_ACCERR): Likewise.
30565         (BUS_ADRALN): Likewise.
30566         (BUS_ADRERR): Likewise.
30567         (BUS_OBJERR): Likewise.
30568         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
30569         (TRAP_TRACE): Likewise.
30570         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
30571         __USE_XOPEN2K8].
30572         (CLD_KILLED): Likewise.
30573         (CLD_DUMPED): Likewise.
30574         (CLD_TRAPPED): Likewise.
30575         (CLD_STOPPED): Likewise.
30576         (CLD_CONTINUED): Likewise.
30577         (POLL_IN): Likewise.
30578         (POLL_OUT): Likewise.
30579         (POLL_MSG): Likewise.
30580         (POLL_ERR): Likewise.
30581         (POLL_PRI): Likewise.
30582         (POLL_HUP): Likewise.
30583         * sysdeps/unix/sysv/linux/alpha/bits/siginfo.h (ILL_ILLOPC):
30584         Likewise.
30585         (ILL_ILLOPN): Likewise.
30586         (ILL_ILLADR): Likewise.
30587         (ILL_ILLTRP): Likewise.
30588         (ILL_PRVOPC): Likewise.
30589         (ILL_PRVREG): Likewise.
30590         (ILL_COPROC): Likewise.
30591         (ILL_BADSTK): Likewise.
30592         (FPE_INTDIV): Likewise.
30593         (FPE_INTOVF): Likewise.
30594         (FPE_FLTDIV): Likewise.
30595         (FPE_FLTOVF): Likewise.
30596         (FPE_FLTUND): Likewise.
30597         (FPE_FLTRES): Likewise.
30598         (FPE_FLTINV): Likewise.
30599         (FPE_FLTSUB): Likewise.
30600         (SEGV_MAPERR): Likewise.
30601         (SEGV_ACCERR): Likewise.
30602         (BUS_ADRALN): Likewise.
30603         (BUS_ADRERR): Likewise.
30604         (BUS_OBJERR): Likewise.
30605         (BUS_MCEERR_AR): Likewise.
30606         (BUS_MCEERR_AO): Likewise.
30607         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
30608         (TRAP_TRACE): Likewise.
30609         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
30610         __USE_XOPEN2K8].
30611         (CLD_KILLED): Likewise.
30612         (CLD_DUMPED): Likewise.
30613         (CLD_TRAPPED): Likewise.
30614         (CLD_STOPPED): Likewise.
30615         (CLD_CONTINUED): Likewise.
30616         (POLL_IN): Likewise.
30617         (POLL_OUT): Likewise.
30618         (POLL_MSG): Likewise.
30619         (POLL_ERR): Likewise.
30620         (POLL_PRI): Likewise.
30621         (POLL_HUP): Likewise.
30622         * sysdeps/unix/sysv/linux/bits/siginfo.h (ILL_ILLOPC): Likewise.
30623         (ILL_ILLOPN): Likewise.
30624         (ILL_ILLADR): Likewise.
30625         (ILL_ILLTRP): Likewise.
30626         (ILL_PRVOPC): Likewise.
30627         (ILL_PRVREG): Likewise.
30628         (ILL_COPROC): Likewise.
30629         (ILL_BADSTK): Likewise.
30630         (FPE_INTDIV): Likewise.
30631         (FPE_INTOVF): Likewise.
30632         (FPE_FLTDIV): Likewise.
30633         (FPE_FLTOVF): Likewise.
30634         (FPE_FLTUND): Likewise.
30635         (FPE_FLTRES): Likewise.
30636         (FPE_FLTINV): Likewise.
30637         (FPE_FLTSUB): Likewise.
30638         (SEGV_MAPERR): Likewise.
30639         (SEGV_ACCERR): Likewise.
30640         (BUS_ADRALN): Likewise.
30641         (BUS_ADRERR): Likewise.
30642         (BUS_OBJERR): Likewise.
30643         (BUS_MCEERR_AR): Likewise.
30644         (BUS_MCEERR_AO): Likewise.
30645         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
30646         (TRAP_TRACE): Likewise.
30647         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
30648         __USE_XOPEN2K8].
30649         (CLD_KILLED): Likewise.
30650         (CLD_DUMPED): Likewise.
30651         (CLD_TRAPPED): Likewise.
30652         (CLD_STOPPED): Likewise.
30653         (CLD_CONTINUED): Likewise.
30654         (POLL_IN): Likewise.
30655         (POLL_OUT): Likewise.
30656         (POLL_MSG): Likewise.
30657         (POLL_ERR): Likewise.
30658         (POLL_PRI): Likewise.
30659         (POLL_HUP): Likewise.
30660         * sysdeps/unix/sysv/linux/ia64/bits/siginfo.h (ILL_ILLOPC):
30661         Likewise.
30662         (ILL_ILLOPN): Likewise.
30663         (ILL_ILLADR): Likewise.
30664         (ILL_ILLTRP): Likewise.
30665         (ILL_PRVOPC): Likewise.
30666         (ILL_PRVREG): Likewise.
30667         (ILL_COPROC): Likewise.
30668         (ILL_BADSTK): Likewise.
30669         (ILL_BADIADDR): Likewise.
30670         (ILL_BREAK): Likewise.
30671         (FPE_INTDIV): Likewise.
30672         (FPE_INTOVF): Likewise.
30673         (FPE_FLTDIV): Likewise.
30674         (FPE_FLTOVF): Likewise.
30675         (FPE_FLTUND): Likewise.
30676         (FPE_FLTRES): Likewise.
30677         (FPE_FLTINV): Likewise.
30678         (FPE_FLTSUB): Likewise.
30679         (FPE_DECOVF): Likewise.
30680         (FPE_DECDIV): Likewise.
30681         (FPE_DECERR): Likewise.
30682         (FPE_INVASC): Likewise.
30683         (FPE_INVDEC): Likewise.
30684         (SEGV_MAPERR): Likewise.
30685         (SEGV_ACCERR): Likewise.
30686         (SEGV_PSTKOVF): Likewise.
30687         (BUS_ADRALN): Likewise.
30688         (BUS_ADRERR): Likewise.
30689         (BUS_OBJERR): Likewise.
30690         (BUS_MCEERR_AR): Likewise.
30691         (BUS_MCEERR_AO): Likewise.
30692         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
30693         (TRAP_TRACE): Likewise.
30694         (TRAP_BRANCH): Likewise.
30695         (TRAP_HWBKPT): Likewise.
30696         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
30697         __USE_XOPEN2K8].
30698         (CLD_KILLED): Likewise.
30699         (CLD_DUMPED): Likewise.
30700         (CLD_TRAPPED): Likewise.
30701         (CLD_STOPPED): Likewise.
30702         (CLD_CONTINUED): Likewise.
30703         (POLL_IN): Likewise.
30704         (POLL_OUT): Likewise.
30705         (POLL_MSG): Likewise.
30706         (POLL_ERR): Likewise.
30707         (POLL_PRI): Likewise.
30708         (POLL_HUP): Likewise.
30709         * sysdeps/unix/sysv/linux/mips/bits/siginfo.h (ILL_ILLOPC): Likewise.
30710         (ILL_ILLOPN): Likewise.
30711         (ILL_ILLADR): Likewise.
30712         (ILL_ILLTRP): Likewise.
30713         (ILL_PRVOPC): Likewise.
30714         (ILL_PRVREG): Likewise.
30715         (ILL_COPROC): Likewise.
30716         (ILL_BADSTK): Likewise.
30717         (FPE_INTDIV): Likewise.
30718         (FPE_INTOVF): Likewise.
30719         (FPE_FLTDIV): Likewise.
30720         (FPE_FLTOVF): Likewise.
30721         (FPE_FLTUND): Likewise.
30722         (FPE_FLTRES): Likewise.
30723         (FPE_FLTINV): Likewise.
30724         (FPE_FLTSUB): Likewise.
30725         (SEGV_MAPERR): Likewise.
30726         (SEGV_ACCERR): Likewise.
30727         (BUS_ADRALN): Likewise.
30728         (BUS_ADRERR): Likewise.
30729         (BUS_OBJERR): Likewise.
30730         (BUS_MCEERR_AR): Likewise.
30731         (BUS_MCEERR_AO): Likewise.
30732         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
30733         (TRAP_TRACE): Likewise.
30734         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
30735         __USE_XOPEN2K8].
30736         (CLD_KILLED): Likewise.
30737         (CLD_DUMPED): Likewise.
30738         (CLD_TRAPPED): Likewise.
30739         (CLD_STOPPED): Likewise.
30740         (CLD_CONTINUED): Likewise.
30741         (POLL_IN): Likewise.
30742         (POLL_OUT): Likewise.
30743         (POLL_MSG): Likewise.
30744         (POLL_ERR): Likewise.
30745         (POLL_PRI): Likewise.
30746         (POLL_HUP): Likewise.
30747         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h (ILL_ILLOPC): Likewise.
30748         (ILL_ILLOPN): Likewise.
30749         (ILL_ILLADR): Likewise.
30750         (ILL_ILLTRP): Likewise.
30751         (ILL_PRVOPC): Likewise.
30752         (ILL_PRVREG): Likewise.
30753         (ILL_COPROC): Likewise.
30754         (ILL_BADSTK): Likewise.
30755         (FPE_INTDIV): Likewise.
30756         (FPE_INTOVF): Likewise.
30757         (FPE_FLTDIV): Likewise.
30758         (FPE_FLTOVF): Likewise.
30759         (FPE_FLTUND): Likewise.
30760         (FPE_FLTRES): Likewise.
30761         (FPE_FLTINV): Likewise.
30762         (FPE_FLTSUB): Likewise.
30763         (SEGV_MAPERR): Likewise.
30764         (SEGV_ACCERR): Likewise.
30765         (BUS_ADRALN): Likewise.
30766         (BUS_ADRERR): Likewise.
30767         (BUS_OBJERR): Likewise.
30768         (BUS_MCEERR_AR): Likewise.
30769         (BUS_MCEERR_AO): Likewise.
30770         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
30771         (TRAP_TRACE): Likewise.
30772         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
30773         __USE_XOPEN2K8].
30774         (CLD_KILLED): Likewise.
30775         (CLD_DUMPED): Likewise.
30776         (CLD_TRAPPED): Likewise.
30777         (CLD_STOPPED): Likewise.
30778         (CLD_CONTINUED): Likewise.
30779         (POLL_IN): Likewise.
30780         (POLL_OUT): Likewise.
30781         (POLL_MSG): Likewise.
30782         (POLL_ERR): Likewise.
30783         (POLL_PRI): Likewise.
30784         (POLL_HUP): Likewise.
30785         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h (ILL_ILLOPC): Likewise.
30786         (ILL_ILLOPN): Likewise.
30787         (ILL_ILLADR): Likewise.
30788         (ILL_ILLTRP): Likewise.
30789         (ILL_PRVOPC): Likewise.
30790         (ILL_PRVREG): Likewise.
30791         (ILL_COPROC): Likewise.
30792         (ILL_BADSTK): Likewise.
30793         (FPE_INTDIV): Likewise.
30794         (FPE_INTOVF): Likewise.
30795         (FPE_FLTDIV): Likewise.
30796         (FPE_FLTOVF): Likewise.
30797         (FPE_FLTUND): Likewise.
30798         (FPE_FLTRES): Likewise.
30799         (FPE_FLTINV): Likewise.
30800         (FPE_FLTSUB): Likewise.
30801         (SEGV_MAPERR): Likewise.
30802         (SEGV_ACCERR): Likewise.
30803         (BUS_ADRALN): Likewise.
30804         (BUS_ADRERR): Likewise.
30805         (BUS_OBJERR): Likewise.
30806         (BUS_MCEERR_AR): Likewise.
30807         (BUS_MCEERR_AO): Likewise.
30808         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
30809         (TRAP_TRACE): Likewise.
30810         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
30811         __USE_XOPEN2K8].
30812         (CLD_KILLED): Likewise.
30813         (CLD_DUMPED): Likewise.
30814         (CLD_TRAPPED): Likewise.
30815         (CLD_STOPPED): Likewise.
30816         (CLD_CONTINUED): Likewise.
30817         (POLL_IN): Likewise.
30818         (POLL_OUT): Likewise.
30819         (POLL_MSG): Likewise.
30820         (POLL_ERR): Likewise.
30821         (POLL_PRI): Likewise.
30822         (POLL_HUP): Likewise.
30823         * sysdeps/unix/sysv/linux/tile/bits/siginfo.h (ILL_ILLOPC): Likewise.
30824         (ILL_ILLOPN): Likewise.
30825         (ILL_ILLADR): Likewise.
30826         (ILL_ILLTRP): Likewise.
30827         (ILL_PRVOPC): Likewise.
30828         (ILL_PRVREG): Likewise.
30829         (ILL_COPROC): Likewise.
30830         (ILL_BADSTK): Likewise.
30831         (ILL_DBLFLT): Likewise.
30832         (ILL_HARDWALL): Likewise.
30833         (FPE_INTDIV): Likewise.
30834         (FPE_INTOVF): Likewise.
30835         (FPE_FLTDIV): Likewise.
30836         (FPE_FLTOVF): Likewise.
30837         (FPE_FLTUND): Likewise.
30838         (FPE_FLTRES): Likewise.
30839         (FPE_FLTINV): Likewise.
30840         (FPE_FLTSUB): Likewise.
30841         (SEGV_MAPERR): Likewise.
30842         (SEGV_ACCERR): Likewise.
30843         (BUS_ADRALN): Likewise.
30844         (BUS_ADRERR): Likewise.
30845         (BUS_OBJERR): Likewise.
30846         (BUS_MCEERR_AR): Likewise.
30847         (BUS_MCEERR_AO): Likewise.
30848         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
30849         (TRAP_TRACE): Likewise.
30850         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
30851         __USE_XOPEN2K8].
30852         (CLD_KILLED): Likewise.
30853         (CLD_DUMPED): Likewise.
30854         (CLD_TRAPPED): Likewise.
30855         (CLD_STOPPED): Likewise.
30856         (CLD_CONTINUED): Likewise.
30857         (POLL_IN): Likewise.
30858         (POLL_OUT): Likewise.
30859         (POLL_MSG): Likewise.
30860         (POLL_ERR): Likewise.
30861         (POLL_PRI): Likewise.
30862         (POLL_HUP): Likewise.
30863         * sysdeps/unix/sysv/linux/x86/bits/siginfo.h (ILL_ILLOPC): Likewise.
30864         (ILL_ILLOPN): Likewise.
30865         (ILL_ILLADR): Likewise.
30866         (ILL_ILLTRP): Likewise.
30867         (ILL_PRVOPC): Likewise.
30868         (ILL_PRVREG): Likewise.
30869         (ILL_COPROC): Likewise.
30870         (ILL_BADSTK): Likewise.
30871         (FPE_INTDIV): Likewise.
30872         (FPE_INTOVF): Likewise.
30873         (FPE_FLTDIV): Likewise.
30874         (FPE_FLTOVF): Likewise.
30875         (FPE_FLTUND): Likewise.
30876         (FPE_FLTRES): Likewise.
30877         (FPE_FLTINV): Likewise.
30878         (FPE_FLTSUB): Likewise.
30879         (SEGV_MAPERR): Likewise.
30880         (SEGV_ACCERR): Likewise.
30881         (BUS_ADRALN): Likewise.
30882         (BUS_ADRERR): Likewise.
30883         (BUS_OBJERR): Likewise.
30884         (BUS_MCEERR_AR): Likewise.
30885         (BUS_MCEERR_AO): Likewise.
30886         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
30887         (TRAP_TRACE): Likewise.
30888         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
30889         __USE_XOPEN2K8].
30890         (CLD_KILLED): Likewise.
30891         (CLD_DUMPED): Likewise.
30892         (CLD_TRAPPED): Likewise.
30893         (CLD_STOPPED): Likewise.
30894         (CLD_CONTINUED): Likewise.
30895         (POLL_IN): Likewise.
30896         (POLL_OUT): Likewise.
30897         (POLL_MSG): Likewise.
30898         (POLL_ERR): Likewise.
30899         (POLL_PRI): Likewise.
30900         (POLL_HUP): Likewise.
30901         * conform/Makefile (test-xfail-POSIX/signal.h/conform): Remove.
30902         (test-xfail-POSIX/sys/wait.h/conform): Likewise.
30904         [BZ #16670]
30905         * posix/sched.h [!__USE_XOPEN2K] (__need_time_t): Don't define
30906         before #include of <time.h>.
30907         [!__USE_XOPEN2K] (__need_timespec): Likewise.
30908         * conform/Makefile (test-xfail-POSIX/sched.h/conform): Remove.
30909         (test-xfail-UNIX98/sched.h/conform): Likewise.
30911 2014-03-07  Marcus Shawcroft  <marcus.shawcroft@arm.com>
30913         * sysdeps/aarch64/fpu/feenablxcpt.c (feenableexcept): Detect and
30914         error absence of trapping exception support.
30915         * sysdeps/aarch64/fpu/fesetenv.c (fesetenv): Likewise.
30917 2014-03-07  Joseph Myers  <joseph@codesourcery.com>
30919         * catgets/Makefile (tests-special): Add $(objpfx)sample.SJIS.cat.
30920         ($(objpfx)sample.SJIS.cat): Use $(evaluate-test).
30921         * timezone/Makefile (testdata): Move definition above include of
30922         Rules.
30923         (test-zones): New variable.
30924         (tests-special): Add zone files.
30925         (build-testdata): Use $(evaluate-test).
30927         * elf/Makefile (tests-special): Rename tests to end with .out.
30928         ($(objpfx)noload-mem): Likewise.
30929         ($(objpfx)tst-leaks1-mem): Likewise.
30930         ($(objpfx)tst-leaks1-static-mem.out): Likewise.
30931         * iconv/Makefile (xtests-special): Change test-iconvconfig to
30932         $(objpfx)test-iconvconfig.out.
30933         (test-iconvconfig): Change to $(objpfx)test-iconvconfig.out.  Use
30934         set -e inside subshell and redirect output to file.
30935         * iconvdata/Makefile (generated): Rename tests to end with .out.
30936         Correct type.
30937         (tests-special): Rename tests to end with .out.
30938         ($(objpfx)mtrace-tst-loading): Likewise.
30939         * intl/Makefile (generated): Likewise.
30940         (tests-special): Likewise.
30941         ($(objpfx)mtrace-tst-gettext): Likewise.
30942         * misc/Makefile (generated): Likewise.
30943         (tests-special): Likewise.
30944         ($(objpfx)tst-error1-mem): Likewise.
30945         * nptl/Makefile (tests-special): Likewise.
30946         ($(objpfx)tst-stack3-mem): Likewise.
30947         (generated): Likewise.
30948         * posix/Makefile (generated): Likewise.
30949         (tests-special): Likewise.
30950         (xtests-special): Likewise.
30951         ($(objpfx)tst-fnmatch-mem): Likewise.
30952         ($(objpfx)bug-regex2-mem): Likewise.
30953         ($(objpfx)bug-regex14-mem): Likewise.
30954         ($(objpfx)bug-regex21-mem): Likewise.
30955         ($(objpfx)bug-regex31-mem): Likewise.
30956         ($(objpfx)tst-vfork3-mem): Likewise.
30957         ($(objpfx)tst-rxspencer-no-utf8-mem): Likewise.
30958         ($(objpfx)tst-pcre-mem): Likewise.
30959         ($(objpfx)tst-boost-mem): Likewise.
30960         ($(objpfx)bug-ga2-mem): Likewise.
30961         ($(objpfx)bug-glob2-mem): Likewise.
30962         * resolv/Makefile (generate): Likewise.
30963         (tests-special): Likewise.
30964         (xtests-special): Likewise.
30965         (generated): Likewise.
30966         ($(objpfx)mtrace-tst-leaks): Likewise.
30967         ($(objpfx)mtrace-tst-leaks2): Likewise.
30969         * scripts/merge-test-results.sh: New file.
30970         * Makefile (tests-special-notdir): New variable.
30971         (tests): Run merge-test-results.sh.
30972         (xtests): Likewise.
30973         * Rules (tests-special-notdir): New variable.
30974         (xtests-special-notdir): Likewise.
30975         (tests): Run merge-test-results.sh
30976         (xtests): Likewise.
30978         * Makeconfig (test-xfail-name): New variable.
30979         (evaluate-test): Use $(test-xfail-name) instead of $(@F:.out=) to
30980         compute variable name for expected failures.
30981         * conform/Makefile (conformtest-headers-data): New variable.
30982         (conformtest-standards): Likewise.
30983         (conformtest-headers-ISO): Likewise.
30984         (conformtest-headers-ISO99): Likewise.
30985         (conformtest-headers-ISO11): Likewise.
30986         (conformtest-headers-POSIX): Likewise.
30987         (conformtest-headers-XPG3): Likewise.
30988         (conformtest-headers-XPG4): Likewise.
30989         (conformtest-headers-UNIX98): Likewise.
30990         (conformtest-headers-XOPEN2K): Likewise.
30991         (conformtest-headers-POSIX2008): Likewise.
30992         (conformtest-headers-XOPEN2K8): Likewise.
30993         (conformtest-header-list-base): Likewise.
30994         (conformtest-header-list-tests): Likewise.
30995         (conformtest-header-base): Likewise.
30996         (conformtest-header-tests): Likewise.
30997         (tests-special): Add $(conformtest-header-list-tests).  If
30998         [$(fast-check) && !$(cross-compiling)], add
30999         $(conformtest-header-tests) instead of
31000         $(objpfx)run-conformtest.out.
31001         (generated): Add $(conformtest-header-list-base).  If
31002         [$(fast-check) && !$(cross-compiling)], add
31003         $(conformtest-header-base).  Remove previous setting.
31004         ($(conformtest-header-list-tests)): New target.
31005         (test-xfail-run-conformtest): Remove variable.
31006         ($(objpfx)run-conformtest.out): Remove target.
31007         (test-xfail-ISO11/complex.h/conform): New variable.
31008         (test-xfail-ISO11/stdalign.h/conform): Likewise.
31009         (test-xfail-ISO11/stdnoreturn.h/conform): Likewise.
31010         (test-xfail-XPG3/varargs.h/conform): Likewise.
31011         (test-xfail-XPG4/varargs.h/conform): Likewise.
31012         (test-xfail-UNIX98/varargs.h/conform): Likewise.
31013         (test-xfail-XPG4/ndbm.h/conform): Likewise.
31014         (test-xfail-UNIX98/ndbm.h/conform): Likewise.
31015         (test-xfail-XOPEN2K/ndbm.h/conform): Likewise.
31016         (test-xfail-XOPEN2K8/ndbm.h/conform): Likewise.
31017         (test-xfail-XPG3/fcntl.h/conform): Likewise.
31018         (test-xfail-XPG3/ftw.h/conform): Likewise.
31019         (test-xfail-XPG3/grp.h/conform): Likewise.
31020         (test-xfail-XPG3/langinfo.h/conform): Likewise.
31021         (test-xfail-XPG3/limits.h/conform): Likewise.
31022         (test-xfail-XPG3/pwd.h/conform): Likewise.
31023         (test-xfail-XPG3/search.h/conform): Likewise.
31024         (test-xfail-XPG3/signal.h/conform): Likewise.
31025         (test-xfail-XPG3/stdio.h/conform): Likewise.
31026         (test-xfail-XPG3/stdlib.h/conform): Likewise.
31027         (test-xfail-XPG3/string.h/conform): Likewise.
31028         (test-xfail-XPG3/sys/ipc.h/conform): Likewise.
31029         (test-xfail-XPG3/sys/msg.h/conform): Likewise.
31030         (test-xfail-XPG3/sys/sem.h/conform): Likewise.
31031         (test-xfail-XPG3/sys/shm.h/conform): Likewise.
31032         (test-xfail-XPG3/sys/stat.h/conform): Likewise.
31033         (test-xfail-XPG3/sys/types.h/conform): Likewise.
31034         (test-xfail-XPG3/sys/wait.h/conform): Likewise.
31035         (test-xfail-XPG3/termios.h/conform): Likewise.
31036         (test-xfail-XPG3/time.h/conform): Likewise.
31037         (test-xfail-XPG3/unistd.h/conform): Likewise.
31038         (test-xfail-XPG4/arpa/inet.h/conform): Likewise.
31039         (test-xfail-XPG4/fcntl.h/conform): Likewise.
31040         (test-xfail-XPG4/langinfo.h/conform): Likewise.
31041         (test-xfail-XPG4/netdb.h/conform): Likewise.
31042         (test-xfail-XPG4/netinet/in.h/conform): Likewise.
31043         (test-xfail-XPG4/signal.h/conform): Likewise.
31044         (test-xfail-XPG4/stdio.h/conform): Likewise.
31045         (test-xfail-XPG4/stdlib.h/conform): Likewise.
31046         (test-xfail-XPG4/stropts.h/conform): Likewise.
31047         (test-xfail-XPG4/sys/ipc.h/conform): Likewise.
31048         (test-xfail-XPG4/sys/msg.h/conform): Likewise.
31049         (test-xfail-XPG4/sys/sem.h/conform): Likewise.
31050         (test-xfail-XPG4/sys/shm.h/conform): Likewise.
31051         (test-xfail-XPG4/sys/socket.h/conform): Likewise.
31052         (test-xfail-XPG4/sys/stat.h/conform): Likewise.
31053         (test-xfail-XPG4/sys/time.h/conform): Likewise.
31054         (test-xfail-XPG4/sys/types.h/conform): Likewise.
31055         (test-xfail-XPG4/sys/wait.h/conform): Likewise.
31056         (test-xfail-XPG4/termios.h/conform): Likewise.
31057         (test-xfail-XPG4/ucontext.h/conform): Likewise.
31058         (test-xfail-XPG4/unistd.h/conform): Likewise.
31059         (test-xfail-XPG4/utmpx.h/conform): Likewise.
31060         (test-xfail-POSIX/sched.h/conform): Likewise.
31061         (test-xfail-POSIX/signal.h/conform): Likewise.
31062         (test-xfail-POSIX/sys/wait.h/conform): Likewise.
31063         (test-xfail-POSIX/tar.h/conform): Likewise.
31064         (test-xfail-UNIX98/arpa/inet.h/conform): Likewise.
31065         (test-xfail-UNIX98/fcntl.h/conform): Likewise.
31066         (test-xfail-UNIX98/langinfo.h/conform): Likewise.
31067         (test-xfail-UNIX98/netdb.h/conform): Likewise.
31068         (test-xfail-UNIX98/netinet/in.h/conform): Likewise.
31069         (test-xfail-UNIX98/sched.h/conform): Likewise.
31070         (test-xfail-UNIX98/signal.h/conform): Likewise.
31071         (test-xfail-UNIX98/stdio.h/conform): Likewise.
31072         (test-xfail-UNIX98/stdlib.h/conform): Likewise.
31073         (test-xfail-UNIX98/stropts.h/conform): Likewise.
31074         (test-xfail-UNIX98/sys/ipc.h/conform): Likewise.
31075         (test-xfail-UNIX98/sys/msg.h/conform): Likewise.
31076         (test-xfail-UNIX98/sys/sem.h/conform): Likewise.
31077         (test-xfail-UNIX98/sys/shm.h/conform): Likewise.
31078         (test-xfail-UNIX98/sys/socket.h/conform): Likewise.
31079         (test-xfail-UNIX98/sys/time.h/conform): Likewise.
31080         (test-xfail-UNIX98/sys/wait.h/conform): Likewise.
31081         (test-xfail-UNIX98/ucontext.h/conform): Likewise.
31082         (test-xfail-UNIX98/unistd.h/conform): Likewise.
31083         (test-xfail-UNIX98/utmpx.h/conform): Likewise.
31084         (test-xfail-XOPEN2K/aio.h/conform): Likewise.
31085         (test-xfail-XOPEN2K/arpa/inet.h/conform): Likewise.
31086         (test-xfail-XOPEN2K/fcntl.h/conform): Likewise.
31087         (test-xfail-XOPEN2K/langinfo.h/conform): Likewise.
31088         (test-xfail-XOPEN2K/math.h/conform): Likewise.
31089         (test-xfail-XOPEN2K/mqueue.h/conform): Likewise.
31090         (test-xfail-XOPEN2K/netdb.h/conform): Likewise.
31091         (test-xfail-XOPEN2K/netinet/in.h/conform): Likewise.
31092         (test-xfail-XOPEN2K/semaphore.h/conform): Likewise.
31093         (test-xfail-XOPEN2K/signal.h/conform): Likewise.
31094         (test-xfail-XOPEN2K/stdarg.h/conform): Likewise.
31095         (test-xfail-XOPEN2K/stdio.h/conform): Likewise.
31096         (test-xfail-XOPEN2K/stropts.h/conform): Likewise.
31097         (test-xfail-XOPEN2K/sys/ipc.h/conform): Likewise.
31098         (test-xfail-XOPEN2K/sys/msg.h/conform): Likewise.
31099         (test-xfail-XOPEN2K/sys/sem.h/conform): Likewise.
31100         (test-xfail-XOPEN2K/sys/shm.h/conform): Likewise.
31101         (test-xfail-XOPEN2K/sys/socket.h/conform): Likewise.
31102         (test-xfail-XOPEN2K/sys/wait.h/conform): Likewise.
31103         (test-xfail-XOPEN2K/termios.h/conform): Likewise.
31104         (test-xfail-XOPEN2K/tgmath.h/conform): Likewise.
31105         (test-xfail-XOPEN2K/ucontext.h/conform): Likewise.
31106         (test-xfail-XOPEN2K/utmpx.h/conform): Likewise.
31107         (test-xfail-POSIX2008/arpa/inet.h/conform): Likewise.
31108         (test-xfail-POSIX2008/fcntl.h/conform): Likewise.
31109         (test-xfail-POSIX2008/netdb.h/conform): Likewise.
31110         (test-xfail-POSIX2008/netinet/in.h/conform): Likewise.
31111         (test-xfail-POSIX2008/signal.h/conform): Likewise.
31112         (test-xfail-POSIX2008/stropts.h/conform): Likewise.
31113         (test-xfail-POSIX2008/sys/socket.h/conform): Likewise.
31114         (test-xfail-POSIX2008/sys/wait.h/conform): Likewise.
31115         (test-xfail-XOPEN2K8/arpa/inet.h/conform): Likewise.
31116         (test-xfail-XOPEN2K8/fcntl.h/conform): Likewise.
31117         (test-xfail-XOPEN2K8/limits.h/conform): Likewise.
31118         (test-xfail-XOPEN2K8/math.h/conform): Likewise.
31119         (test-xfail-XOPEN2K8/netdb.h/conform): Likewise.
31120         (test-xfail-XOPEN2K8/netinet/in.h/conform): Likewise.
31121         (test-xfail-XOPEN2K8/signal.h/conform): Likewise.
31122         (test-xfail-XOPEN2K8/stdio.h/conform): Likewise.
31123         (test-xfail-XOPEN2K8/stropts.h/conform): Likewise.
31124         (test-xfail-XOPEN2K8/sys/ipc.h/conform): Likewise.
31125         (test-xfail-XOPEN2K8/sys/msg.h/conform): Likewise.
31126         (test-xfail-XOPEN2K8/sys/select.h/conform): Likewise.
31127         (test-xfail-XOPEN2K8/sys/sem.h/conform): Likewise.
31128         (test-xfail-XOPEN2K8/sys/shm.h/conform): Likewise.
31129         (test-xfail-XOPEN2K8/sys/socket.h/conform): Likewise.
31130         (test-xfail-XOPEN2K8/sys/time.h/conform): Likewise.
31131         (test-xfail-XOPEN2K8/sys/wait.h/conform): Likewise.
31132         (test-xfail-XOPEN2K8/termios.h/conform): Likewise.
31133         (test-xfail-XOPEN2K8/tgmath.h/conform): Likewise.
31134         (test-xfail-XOPEN2K8/utmpx.h/conform): Likewise.
31135         (conformtest-cc-flags): Likewise.
31136         ($(conformtest-header-tests): New target.
31137         * conform/check-header-lists.sh: New file.
31138         * conform/run-conformtest.sh: Remove.
31140         * conform/conformtest.pl: Allow ' and \ in values given for
31141         constants.
31142         * conform/data/semaphore.h-data [POSIX] (fcntl.h): Allow header
31143         inclusion.
31144         [POSIX] (sys/types.h): Likewise.
31145         [POSIX2008 || XOPEN2K8] (sys/types.h): Don't allow header
31146         inclusion.
31147         [POSIX || UNIX98 || XOPEN2K] (time.h): Don't allow header
31148         inclusion.
31149         * conform/data/signal.h-data (SIGIO): Remove expectation.
31150         [XPG3] (SIGBUS): Do not expect.
31151         [POSIX || XPG3] (SIGPOLL): Likewise.
31152         [POSIX || XPG3] (SIGPROF): Likewise.
31153         [POSIX || XPG3] (SIGSYS): Likewise.
31154         [XPG3] (SIGTRAP): Likewise.
31155         [POSIX || XPG3] (SIGURG): Likewise.
31156         [POSIX || XPG3] (SIGVTALRM): Likewise.
31157         [POSIX || XPG3] (SIGXCPU): Likewise.
31158         [POSIX || XPG3] (SIGXFSZ): Likewise.
31159         [POSIX] (SA_SIGINFO): Expect.
31160         [XPG3] (siginfo_t): Do not expect type or contents.
31161         [POSIX] (si_pid): Do not expect element.
31162         [POSIX] (si_uid): Likewise.
31163         [POSIX] (si_addr): Likewise.
31164         [POSIX] (si_status): Likewise.
31165         [POSIX] (si_band): Likewise.
31166         [XPG4] (si_value): Likewise.
31167         [POSIX || XPG3] (ILL_ILLOPC): Do not expect.
31168         [POSIX || XPG3] (ILL_ILLOPN): Likewise.
31169         [POSIX || XPG3] (ILL_ILLADR): Likewise.
31170         [POSIX || XPG3] (ILL_ILLTRP): Likewise.
31171         [POSIX || XPG3] (ILL_PRVOPC): Likewise.
31172         [POSIX || XPG3] (ILL_PRVREG): Likewise.
31173         [POSIX || XPG3] (ILL_COPROC): Likewise.
31174         [POSIX || XPG3] (ILL_BADSTK): Likewise.
31175         [POSIX || XPG3] (FPE_INTDIV): Likewise.
31176         [POSIX || XPG3] (FPE_INTOVF): Likewise.
31177         [POSIX || XPG3] (FPE_FLTDIV): Likewise.
31178         [POSIX || XPG3] (FPE_FLTOVF): Likewise.
31179         [POSIX || XPG3] (FPE_FLTUND): Likewise.
31180         [POSIX || XPG3] (FPE_FLTRES): Likewise.
31181         [POSIX || XPG3] (FPE_FLTINV): Likewise.
31182         [POSIX || XPG3] (FPE_FLTSUB): Likewise.
31183         [POSIX || XPG3] (SEGV_MAPERR): Likewise.
31184         [POSIX || XPG3] (SEGV_ACCERR): Likewise.
31185         [POSIX || XPG3] (BUS_ADRALN): Likewise.
31186         [POSIX || XPG3] (BUS_ADRERR): Likewise.
31187         [POSIX || XPG3] (BUS_OBJERR): Likewise.
31188         [POSIX || XPG3] (CLD_EXITED): Likewise.
31189         [POSIX || XPG3] (CLD_KILLED): Likewise.
31190         [POSIX || XPG3] (CLD_DUMPED): Likewise.
31191         [POSIX || XPG3] (CLD_TRAPPED): Likewise.
31192         [POSIX || XPG3] (CLD_STOPPED): Likewise.
31193         [POSIX || XPG3] (CLD_CONTINUED): Likewise.
31194         [POSIX || XPG3] (POLL_IN): Likewise.
31195         [POSIX || XPG3] (POLL_OUT): Likewise.
31196         [POSIX || XPG3] (POLL_MSG): Likewise.
31197         [POSIX || XPG3] (POLL_ERR): Likewise.
31198         [POSIX || XPG3] (POLL_PRI): Likewise.
31199         [POSIX || XPG3] (POLL_HUP): Likewise.
31200         [POSIX || XPG3 || POSIX2008] (TRAP_BRKPT): Likewise.
31201         [POSIX || XPG3 || POSIX2008] (TRAP_TRACE): Likewise.
31202         (SIG*): Do not allow.
31203         [XPG3] (si_*): Likewise.
31204         [XPG3] (SI_*): Likewise.
31205         [XPG3 || XPG4] (sigev_*): Likewise.
31206         [XPG3 || XPG4] (SIGEV_*): Likewise.
31207         [XPG3 || XPG4] (sival_*): Likewise.
31208         [POSIX || XPG3 || XPG4] (uc_*): Likewise.
31209         [POSIX || XPG3] (BUS_*): Likewise.
31210         [POSIX || XPG3] (CLD_*): Likewise.
31211         [POSIX || XPG3] (FPE_*): Likewise.
31212         [POSIX || XPG3] (ILL_*): Likewise.
31213         [POSIX || XPG3] (POLL_*): Likewise.
31214         [POSIX || XPG3] (SEGV_*): Likewise.
31215         [POSIX || XPG3 || POSIX2008] (SS_*): Likewise.
31216         [POSIX || XPG3 || POSIX2008] (SV_*): Likewise.
31217         [POSIX || XPG3 || POSIX2008] (TRAP_*): Likewise.
31218         [POSIX || XPG3 || POSIX2008] (ss_*): Likewise.
31219         [POSIX || XPG3 || POSIX2008] (sv_*): Likewise.
31220         * conform/data/tar.h-data (TMAGLEN): Use macro-int-constant.
31221         Specify type and value.
31222         (TVERSLEN): Likewise.
31223         (REGTYPE): Likewise.
31224         (AREGTYPE): Likewise.
31225         (LNKTYPE): Likewise.
31226         (SYMTYPE): Likewise.
31227         (CHRTYPE): Likewise.
31228         (BLKTYPE): Likewise.
31229         (DIRTYPE): Likewise.
31230         (FIFOTYPE): Likewise.
31231         (CONTTYPE): Likewise.
31232         (TSUID): Likewise.
31233         (TSGID): Likewise.
31234         (TSVTX): Likewise.
31235         (TUREAD): Likewise.
31236         (TUWRITE): Likewise.
31237         (TUEXEC): Likewise.
31238         (TGREAD): Likewise.
31239         (TGWRITE): Likewise.
31240         (TGEXEC): Likewise.
31241         (TOREAD): Likewise.
31242         (TOWRITE): Likewise.
31243         (TOEXEC): Likewise.
31244         [POSIX] (TSVTX): Expect constant.
31246 2014-03-06  Joseph Myers  <joseph@codesourcery.com>
31248         * Makefile (tests): Change dependencies to ....
31249         (tests-special): ... additions to this variable.
31250         (tests): Depend on $(tests-special).
31251         * Makerules (check-abi-list): New variable.
31252         (check-abi): Depend on $(check-abi-list).
31253         [$(subdir) = elf] (tests-special): Add
31254         $(objpfx)check-abi-libc.out.
31255         [$(build-shared) = yes && subdir] (tests-special): Add
31256         $(check-abi-list).
31257         [$(build-shared) = yes && subdir] (tests): Do not depend on
31258         check-abi.
31259         * Rules (tests): Depend on $(tests-special).
31260         (xtests): Depend on $(xtests-special).
31261         * catgets/Makefile (tests): Change dependencies to ....
31262         (tests-special): ... additions to this variable.
31263         * conform/Makefile (tests): Change dependencies to ....
31264         (tests-special): ... additions to this variable.
31265         * elf/Makefile (tests): Change dependencies to ....
31266         (tests-special): ... additions to this variable.
31267         * grp/Makefile (tests): Change dependencies to ....
31268         (tests-special): ... additions to this variable.
31269         * iconv/Makefile (xtests): Change dependencies to ....
31270         (xtests-special): ... additions to this variable.
31271         * iconvdata/Makefile (tests): Change dependencies to ....
31272         (tests-special): ... additions to this variable.
31273         * intl/Makefile (tests): Change dependencies to ....
31274         (tests-special): ... additions to this variable.  Also add
31275         $(objpfx)tst-gettext.out.
31276         * io/Makefile (tests): Change dependencies to ....
31277         (tests-special): ... additions to this variable.
31278         * libio/Makefile (tests): Change dependencies to ....
31279         (tests-special): ... additions to this variable.
31280         * malloc/Makefile (tests): Change dependencies to ....
31281         (tests-special): ... additions to this variable.
31282         * misc/Makefile (tests): Change dependencies to ....
31283         (tests-special): ... additions to this variable.
31284         * nptl/Makefile (tests): Change dependencies to ....
31285         (tests-special): ... additions to this variable.
31286         * nptl_db/Makefile (tests): Change dependencies to ....
31287         (tests-special): ... additions to this variable.
31288         * posix/Makefile (tests): Change dependencies to ....
31289         (tests-special): ... additions to this variable.
31290         (xtests): Change dependencies to ....
31291         (xtests-special): ... additions to this variable.
31292         * resolv/Makefile (tests): Change dependencies to ....
31293         (tests-special): ... additions to this variable.
31294         (xtests): Change dependencies to ....
31295         (xtests-special): ... additions to this variable.
31296         * stdio-common/Makefile (tests): Change dependencies to ....
31297         (tests-special): ... additions to this variable.
31298         (do-tst-unbputc): Remove target.
31299         (do-tst-printf): Likewise.
31300         * stdlib/Makefile (tests): Change dependencies to ....
31301         (tests-special): ... additions to this variable.
31302         * string/Makefile (tests): Change dependencies to ....
31303         (tests-special): ... additions to this variable.
31304         * sysdeps/x86/Makefile (tests): Change dependencies to ....
31305         (tests-special): ... additions to this variable.
31307         * conform/data/netinet/tcp.h-data [POSIX2008 || XOPEN2K8]: Enable
31308         whole file.
31309         * conform/data/sys/timeb.h-data [POSIX2008 || XOPEN2K8]: Disable
31310         whole file.
31311         * conform/data/sys/uio.h-data [POSIX2008]: Likewise.
31312         * conform/data/ucontext.h-data [POSIX2008 || XOPEN2K8]: Likewise.
31314         * conform/data/aio.h-data [XPG3 || XPG4]: Disable whole file.
31315         * conform/data/arpa/inet.h-data [XPG3]: Likewise.
31316         * conform/data/dlfcn.h-data [XPG3 || XPG4]: Likewise.
31317         * conform/data/fmtmsg.h-data [XPG3]: Likewise.
31318         * conform/data/libgen.h-data [XPG3]: Likewise.
31319         * conform/data/mqueue.h-data [XPG3 || XPG4]: Likewise.
31320         * conform/data/ndbm.h-data [XPG3]: Likewise.
31321         * conform/data/net/if.h-data [XPG3 || XPG4 || UNIX98]: Likewise.
31322         * conform/data/netdb.h-data [XPG3]: Likewise.
31323         * conform/data/netinet/in.h-data [XPG3]: Likewise.
31324         * conform/data/poll.h-data [XPG3]: Likewise.
31325         * conform/data/spawn.h-data [XPG3 || XPG4 || UNIX98]: Likewise.
31326         * conform/data/strings.h-data [XPG3]: Likewise.
31327         * conform/data/stropts.h-data [XPG3]: Likewise.
31328         * conform/data/sys/mman.h-data [XPG3]: Likewise.
31329         * conform/data/sys/resource.h-data [XPG3]: Likewise.
31330         * conform/data/sys/select.h-data [XPG3 || XPG4 || UNIX98]:
31331         Likewise.
31332         * conform/data/sys/statvfs.h-data [XPG3]: Likewise.
31333         * conform/data/sys/time.h-data [XPG3]: Likewise.
31334         * conform/data/sys/timeb.h-data [XPG3]: Likewise.
31335         * conform/data/sys/uio.h-data [XPG3]: Likewise.
31336         * conform/data/sys/un.h-data [XPG3]: Likewise.
31337         * conform/data/syslog.h-data [XPG3]: Likewise.
31338         * conform/data/ucontext.h-data [XPG3]: Likewise.
31339         * conform/data/utmpx.h-data [XPG3]: Likewise.
31340         * conform/data/varargs.h-data [UNIX98]: Enable file.
31342         * manual/Makefile (INSTALL_INFO): Remove variable setting.
31344         * math/libm-test.inc (struct test_f_f_data): Move expected results
31345         into structure for each rounding mode.
31346         (struct test_ff_f_data): Likewise.
31347         (struct test_ff_f_data_nexttoward): Likewise.
31348         (struct test_fi_f_data): Likewise.
31349         (struct test_fl_f_data): Likewise.
31350         (struct test_if_f_data): Likewise.
31351         (struct test_fff_f_data): Likewise.
31352         (struct test_c_f_data): Likewise.
31353         (struct test_f_f1_data): Likewise.
31354         (struct test_fF_f1_data): Likewise.
31355         (struct test_ffI_f1_data): Likewise.
31356         (struct test_c_c_data): Likewise.
31357         (struct test_cc_c_data): Likewise.
31358         (struct test_f_i_data): Likewise.
31359         (struct test_ff_i_data): Likewise.
31360         (struct test_f_l_data): Likewise.
31361         (struct test_f_L_data): Likewise.
31362         (struct test_fFF_11_data): Likewise.
31363         (RM_): New macro.
31364         (RM_FE_DOWNWARD): Likewise.
31365         (RM_FE_TONEAREST): Likewise.
31366         (RM_FE_TOWARDZERO): Likewise.
31367         (RM_FE_UPWARD): Likewise.
31368         (RUN_TEST_LOOP_f_f): Update references to expected results.
31369         (RUN_TEST_LOOP_2_f): Likewise.
31370         (RUN_TEST_LOOP_fff_f): Likewise.
31371         (RUN_TEST_LOOP_c_f): Likewise.
31372         (RUN_TEST_LOOP_f_f1): Likewise.
31373         (RUN_TEST_LOOP_fF_f1): Likewise.
31374         (RUN_TEST_LOOP_fI_f1): Likewise.
31375         (RUN_TEST_LOOP_ffI_f1): Likewise.
31376         (RUN_TEST_LOOP_c_c): Likewise.
31377         (RUN_TEST_LOOP_cc_c): Likewise.
31378         (RUN_TEST_LOOP_f_i): Likewise.
31379         (RUN_TEST_LOOP_f_i_tg): Likewise.
31380         (RUN_TEST_LOOP_ff_i_tg): Likewise.
31381         (RUN_TEST_LOOP_f_b): Likewise.
31382         (RUN_TEST_LOOP_f_b_tg): Likewise.
31383         (RUN_TEST_LOOP_f_l): Likewise.
31384         (RUN_TEST_LOOP_f_L): Likewise.
31385         (RUN_TEST_LOOP_fFF_11): Likewise.
31386         * math/gen-libm-test.pl (parse_args): Output four copies of
31387         expected results for each test.
31389         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
31390         (__ASSUME_UTIMES): Remove.
31391         * sysdeps/unix/sysv/linux/tile/kernel-features.h
31392         (__ASSUME_UTIMES): Likewise.
31394         * math/gen-auto-libm-tests.c: Update comment on output format.
31395         (output_for_one_input_case): Generate before-rounding and
31396         after-rounding information as conditions on output flags not
31397         floating-point format.
31398         * math/auto-libm-test-out: Regenerated.
31399         * math/gen-libm-test.pl (cond_value): New function.
31400         (or_cond_value): Use cond_value.
31401         (generate_testfile): Handle conditional exceptions.
31403 2014-03-05  Joseph Myers  <joseph@codesourcery.com>
31405         * math/libm-test.inc (max_valid_error): New variable.
31406         (init_max_error): Take new argument specifying whether function
31407         results are exactly determined.  Set max_valid_error and bound
31408         other variables for errors based on this argument.
31409         (set_max_error): Do not record results above max_valid_error.
31410         (check_float_internal): Only accept errors of up to 0.5ulps if
31411         also at most max_valid_error.
31412         (START): Take new argument EXACT and pass it to init_max_error.
31413         (acos_test): Update call to START.
31414         (acos_test_tonearest): Likewise.
31415         (acos_test_towardzero): Likewise.
31416         (acos_test_downward): Likewise.
31417         (acos_test_upward): Likewise.
31418         (acosh_test): Likewise.
31419         (asin_test): Likewise.
31420         (asin_test_tonearest): Likewise.
31421         (asin_test_towardzero): Likewise.
31422         (asin_test_downward): Likewise.
31423         (asin_test_upward): Likewise.
31424         (asinh_test): Likewise.
31425         (atan_test): Likewise.
31426         (atanh_test): Likewise.
31427         (atan2_test): Likewise.
31428         (cabs_test): Likewise.
31429         (cacos_test): Likewise.
31430         (cacosh_test): Likewise.
31431         (carg_test): Likewise.
31432         (casin_test): Likewise.
31433         (casinh_test): Likewise.
31434         (catan_test): Likewise.
31435         (catanh_test): Likewise.
31436         (cbrt_test): Likewise.
31437         (ccos_test): Likewise.
31438         (ccosh_test): Likewise.
31439         (ceil_test): Likewise.
31440         (cexp_test): Likewise.
31441         (cimag_test): Likewise.
31442         (clog_test): Likewise.
31443         (clog10_test): Likewise.
31444         (conj_test): Likewise.
31445         (copysign_test): Likewise.
31446         (cos_test): Likewise.
31447         (cos_test_tonearest): Likewise.
31448         (cos_test_towardzero): Likewise.
31449         (cos_test_downward): Likewise.
31450         (cos_test_upward): Likewise.
31451         (cosh_test): Likewise.
31452         (cosh_test_tonearest): Likewise.
31453         (cosh_test_towardzero): Likewise.
31454         (cosh_test_downward): Likewise.
31455         (cosh_test_upward): Likewise.
31456         (cpow_test): Likewise.
31457         (cproj_test): Likewise.
31458         (creal_test): Likewise.
31459         (csin_test): Likewise.
31460         (csinh_test): Likewise.
31461         (csqrt_test): Likewise.
31462         (ctan_test): Likewise.
31463         (ctan_test_tonearest): Likewise.
31464         (ctan_test_towardzero): Likewise.
31465         (ctan_test_downward): Likewise.
31466         (ctan_test_upward): Likewise.
31467         (ctanh_test): Likewise.
31468         (ctanh_test_tonearest): Likewise.
31469         (ctanh_test_towardzero): Likewise.
31470         (ctanh_test_downward): Likewise.
31471         (ctanh_test_upward): Likewise.
31472         (erf_test): Likewise.
31473         (erfc_test): Likewise.
31474         (exp_test): Likewise.
31475         (exp_test_tonearest): Likewise.
31476         (exp_test_towardzero): Likewise.
31477         (exp_test_downward): Likewise.
31478         (exp_test_upward): Likewise.
31479         (exp10_test): Likewise.
31480         (exp10_test_tonearest): Likewise.
31481         (exp10_test_towardzero): Likewise.
31482         (exp10_test_downward): Likewise.
31483         (exp10_test_upward): Likewise.
31484         (pow10_test): Likewise.
31485         (exp2_test): Likewise.
31486         (expm1_test): Likewise.
31487         (expm1_test_tonearest): Likewise.
31488         (expm1_test_towardzero): Likewise.
31489         (expm1_test_downward): Likewise.
31490         (expm1_test_upward): Likewise.
31491         (fabs_test): Likewise.
31492         (fdim_test): Likewise.
31493         (floor_test): Likewise.
31494         (fma_test): Likewise.
31495         (fma_test_towardzero): Likewise.
31496         (fma_test_downward): Likewise.
31497         (fma_test_upward): Likewise.
31498         (fmax_test): Likewise.
31499         (fmin_test): Likewise.
31500         (fmod_test): Likewise.
31501         (fpclassify_test): Likewise.
31502         (frexp_test): Likewise.
31503         (hypot_test): Likewise.
31504         (ilogb_test): Likewise.
31505         (isfinite_test): Likewise.
31506         (finite_test): Likewise.
31507         (isgreater_test): Likewise.
31508         (isgreaterequal_test): Likewise.
31509         (isinf_test): Likewise.
31510         (isless_test): Likewise.
31511         (islessequal_test): Likewise.
31512         (islessgreater_test): Likewise.
31513         (isnan_test): Likewise.
31514         (isnormal_test): Likewise.
31515         (issignaling_test): Likewise.
31516         (isunordered_test): Likewise.
31517         (j0_test): Likewise.
31518         (j1_test): Likewise.
31519         (jn_test): Likewise.
31520         (ldexp_test): Likewise.
31521         (lgamma_test): Likewise.
31522         (gamma_test): Likewise.
31523         (lrint_test): Likewise.
31524         (lrint_test_tonearest): Likewise.
31525         (lrint_test_towardzero): Likewise.
31526         (lrint_test_downward): Likewise.
31527         (lrint_test_upward): Likewise.
31528         (llrint_test): Likewise.
31529         (llrint_test_tonearest): Likewise.
31530         (llrint_test_towardzero): Likewise.
31531         (llrint_test_downward): Likewise.
31532         (llrint_test_upward): Likewise.
31533         (log_test): Likewise.
31534         (log10_test): Likewise.
31535         (log1p_test): Likewise.
31536         (log2_test): Likewise.
31537         (logb_test): Likewise.
31538         (logb_test_downward): Likewise.
31539         (lround_test): Likewise.
31540         (llround_test): Likewise.
31541         (modf_test): Likewise.
31542         (nearbyint_test): Likewise.
31543         (nextafter_test): Likewise.
31544         (nexttoward_test): Likewise.
31545         (pow_test): Likewise.
31546         (pow_test_tonearest): Likewise.
31547         (pow_test_towardzero): Likewise.
31548         (pow_test_downward): Likewise.
31549         (pow_test_upward): Likewise.
31550         (remainder_test): Likewise.
31551         (drem_test): Likewise.
31552         (remainder_test_tonearest): Likewise.
31553         (drem_test_tonearest): Likewise.
31554         (remainder_test_towardzero): Likewise.
31555         (drem_test_towardzero): Likewise.
31556         (remainder_test_downward): Likewise.
31557         (drem_test_downward): Likewise.
31558         (remainder_test_upward): Likewise.
31559         (drem_test_upward): Likewise.
31560         (remquo_test): Likewise.
31561         (rint_test): Likewise.
31562         (rint_test_tonearest): Likewise.
31563         (rint_test_towardzero): Likewise.
31564         (rint_test_downward): Likewise.
31565         (rint_test_upward): Likewise.
31566         (round_test): Likewise.
31567         (scalb_test): Likewise.
31568         (scalbn_test): Likewise.
31569         (scalbln_test): Likewise.
31570         (signbit_test): Likewise.
31571         (sin_test): Likewise.
31572         (sin_test_tonearest): Likewise.
31573         (sin_test_towardzero): Likewise.
31574         (sin_test_downward): Likewise.
31575         (sin_test_upward): Likewise.
31576         (sincos_test): Likewise.
31577         (sinh_test): Likewise.
31578         (sinh_test_tonearest): Likewise.
31579         (sinh_test_towardzero): Likewise.
31580         (sinh_test_downward): Likewise.
31581         (sinh_test_upward): Likewise.
31582         (sqrt_test): Likewise.
31583         (sqrt_test_tonearest): Likewise.
31584         (sqrt_test_towardzero): Likewise.
31585         (sqrt_test_downward): Likewise.
31586         (sqrt_test_upward): Likewise.
31587         (tan_test): Likewise.
31588         (tan_test_tonearest): Likewise.
31589         (tan_test_towardzero): Likewise.
31590         (tan_test_downward): Likewise.
31591         (tan_test_upward): Likewise.
31592         (tanh_test): Likewise.
31593         (tgamma_test): Likewise.
31594         (trunc_test): Likewise.
31595         (y0_test): Likewise.
31596         (y1_test): Likewise.
31597         (yn_test): Likewise.
31598         (significand_test): Likewise.
31600         * math/libm-test.inc (struct ulp_data): Don't refer to ulps for
31601         individual tests in comment.
31602         (libm-test-ulps.h): Don't refer to test_ulps in #include comment.
31603         (prev_max_error): New variable.
31604         (prev_real_max_error): Likewise.
31605         (prev_imag_max_error): Likewise.
31606         (compare_ulp_data): Don't refer to test names in comment.
31607         (find_test_ulps): Remove function.
31608         (find_function_ulps): Likewise.
31609         (find_complex_function_ulps): Likewise.
31610         (init_max_error): Take function name as argument.  Look up ulps
31611         for that function.
31612         (print_ulps): Remove function.
31613         (print_max_error): Use prev_max_error instead of calling
31614         find_function_ulps.
31615         (print_complex_max_error): Use prev_real_max_error and
31616         prev_imag_max_error instead of calling find_complex_function_ulps.
31617         (check_float_internal): Take max_ulp parameter instead of calling
31618         find_test_ulps.  Don't call print_ulps.
31619         (check_float): Update call to check_float_internal.
31620         (check_complex): Update calls to check_float_internal.
31621         (START): Pass argument to init_max_error.
31622         * math/gen-libm-test.pl (%results): Don't include "kind"
31623         information.
31624         (parse_ulps): Don't handle ulps of individual tests.
31625         (print_ulps_file): Likewise.
31626         (output_ulps): Likewise.
31627         * math/README.libm-test: Update.
31628         * manual/libm-err-tab.pl (parse_ulps): Don't handle ulps of
31629         individual tests.
31630         * sysdeps/aarch64/libm-test-ulps: Remove individual test ulps.
31631         * sysdeps/alpha/fpu/libm-test-ulps: Likewise.
31632         * sysdeps/arm/libm-test-ulps: Likewise.
31633         * sysdeps/i386/fpu/libm-test-ulps: Likewise.
31634         * sysdeps/ia64/fpu/libm-test-ulps: Likewise.
31635         * sysdeps/m68k/coldfire/fpu/libm-test-ulps: Likewise.
31636         * sysdeps/m68k/m680x0/fpu/libm-test-ulps: Likewise.
31637         * sysdeps/microblaze/libm-test-ulps: Likewise.
31638         * sysdeps/mips/mips32/libm-test-ulps: Likewise.
31639         * sysdeps/mips/mips64/libm-test-ulps: Likewise.
31640         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
31641         * sysdeps/powerpc/nofpu/libm-test-ulps: Likewise.
31642         * sysdeps/s390/fpu/libm-test-ulps: Likewise.
31643         * sysdeps/sh/libm-test-ulps: Likewise.
31644         * sysdeps/sparc/fpu/libm-test-ulps: Likewise.
31645         * sysdeps/tile/libm-test-ulps: Likewise.
31646         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
31648 2014-03-04  Joseph Myers  <joseph@codesourcery.com>
31650         * math/libm-test.inc (print_complex_max_error): Check separately
31651         whether real and imaginary errors are within allowed range and
31652         pass 0 to print_complex_function_ulps instead of value within
31653         allowed range.
31655 2014-03-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
31657         * libio/tst-ftell-active-handler.c (get_handles_fdopen): Fix
31658         formatting.
31659         (get_handles_fopen): Likewise.
31660         (do_write_test): Likewise.
31662         * libio/wfileops.c (do_ftell_wide): Fix up formatting.
31664         * libio/fileops.c (do_ftell): Use cached offset when
31665         available.
31666         * libio/iofwide.c (do_ftell_wide): Likewise.
31667         * libio/iofdopen.c (_IO_new_fdopen): Don't use
31668         _IO_file_attach.
31669         * libio/wfileops.c (_IO_fwide): Don't cache offset.
31671         [BZ #16532]
31672         * libio/libioP.h (get_file_offset): New function.
31673         * libio/fileops.c (get_file_offset): Likewise.
31674         (do_ftell): Likewise.
31675         (_IO_new_file_seekoff): Split out ftell logic.
31676         * libio/wfileops.c (do_ftell_wide): Likewise.
31677         (_IO_wfile_seekoff): Split out ftell logic.
31678         * libio/tst-ftell-active-handler.c: New test case.
31679         * libio/Makefile (tests): Add it.
31681 2014-03-03  Roland McGrath  <roland@hack.frob.com>
31683         * nptl/ChangeLog: Renamed to nptl/ChangeLog.old, no longer used.
31684         * nptl_db/ChangeLog: Renamed to nptl_db/ChangeLog.old, no longer used.
31686 2014-03-03  Siddhesh Poyarekar  <siddhesh@redhat.com>
31688         [BZ #16639]
31689         * nscd/connections.c (nscd_init): Call do_exit.
31690         (start_threads): Call do_exit and notify_parent.
31691         (begin_drop_privileges): Call do_exit.
31692         (finish_drop_privileges): Likewise.
31693         * nscd/selinux.c (preserve_capabilities): Likewise.
31694         (install_real_capabilities): Likewise.
31695         (nscd_selinux_enabled): Likewise.
31696         (avc_create_thread): Likewise.
31697         (avc_alloc_lock): Likewise.
31698         (nscd_avc_init): Likewise.
31699         * nscd/nscd.c (parent_fd): New static variable.
31700         (main): Create a pipe between parent and child processes.
31701         Skip closing parent_fd.
31702         (monitor_child): New function.
31703         (do_exit): Likewise.
31704         (notify_parent): Likewise.
31705         * nscd/nscd.h (notify_parent): Likewise.
31706         (do_exit): Likewise.
31708 2014-03-03  Carlos O'Donell  <carlos@redhat.com>
31710         * malloc/malloc.c (__libc_calloc): Revert last change.
31712 2014-03-03  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
31714         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
31716 2014-03-03  Rajalakshmi Srinivasaraghavan <raji@linux.vnet.ibm.com>
31718         * sysdeps/powerpc/powerpc64/power7/strrchr.S: New file.
31719         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strrchr multiarch
31720         implementation.
31721         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
31722         (__libc_ifunc_impl_list): Likewise.
31723         * sysdeps/powerpc/powerpc64/multiarch/strrchr.c: New file.
31724         * sysdeps/powerpc/powerpc64/multiarch/strrchr-ppc64.c: New file.
31725         * sysdeps/powerpc/powerpc64/multiarch/strrchr-power7.S: New file.
31726         * string/strrchr.c: Define STRRCHR.
31728 2014-02-28  Ondřej Bílka  <neleai@seznam.cz>
31730         * benchtest/bench-strtok.c (simple_strtok): Delete.
31731         (strtok_string): Use as benchmark.
31732         * string/strtok (STRTOK): New macro.
31734 2014-02-28  Carlos O'Donell  <carlos@redhat.com>
31736         * manual/threads.texi: Add header and standard comments to all
31737         functions.
31739         * elf/dl-lookup.c (check_match): New function.
31740         (ELF_MACHINE_SYM_NO_MATCH): Adjust comment.
31741         (do_lookup_x): Remove nested function check_match. Use non-nested
31742         function check_match.
31744 2014-02-28  Roland McGrath  <roland@hack.frob.com>
31746         * csu/Makefile (generated, before-compile): Use += rather than =.
31747         * catgets/Makefile (generated, generated-dirs): Likewise.
31748         * debug/Makefile (generated): Likewise.
31749         * dlfcn/Makefile (generated): Likewise.
31750         * elf/Makefile (before-compile, generated, generated-dirs): Likewise.
31751         * iconvdata/Makefile (before-compile, generated): Likewise.
31752         * intl/Makefile (before-compile, generated, generated-dirs): Likewise.
31753         * libio/Makefile (generated): Likewise.
31754         * malloc/Makefile (generated): Likewise.
31755         * manual/Makefile (generated, generated-dirs): Likewise.
31756         * misc/Makefile (generated): Likewise.
31757         * posix/Makefile (generated): Likewise.
31758         * resolv/Makefile (generated): Likewise.
31759         * sunrpc/Makefile (generated, generated-dirs): Likewise.
31760         * timezone/Makefile (generated, generated-dirs): Likewise.
31762         * stdio-common/Versions (libc: GLIBC_PRIVATE): Add missing }.
31764 2014-02-27  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
31766         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add llround
31767         power8 implementation.
31768         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround-power8.S: New
31769         file: POWER8 llround ifunc implementation.
31770         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround.c
31771         (__lllround): Add POWER8 implementation.
31772         * sysdeps/powerpc/powerpc64/power8/fpu/s_llround.S: New file:
31773         POWER8 llround implementation.
31775         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add llrint
31776         power8 implementation.
31777         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint-power8.S: New
31778         file: POWER8 llrint ifunc implementation.
31779         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint.c (__lllrint):
31780         Add POWER8 implementation.
31781         * sysdeps/powerpc/powerpc64/power8/fpu/s_llrint.S: New file:
31782         POWER8 llrint implementation.
31784         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add finite
31785         power8 implementation.
31786         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite-power8.S: New
31787         file: POWER8 finite ifunc implementation.
31788         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite.c (__finite):
31789         Add POWER8 implementation.
31790         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finitef.c (__finitef):
31791         Likewise.
31792         * sysdeps/powerpc/powerpc64/power8/fpu/s_finite.S: New file:
31793         POWER8 finite implementation.
31794         * sysdeps/powerpc/powerpc64/power8/fpu/s_finitef.S: New file.
31796         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add isinf
31797         power8 implementation.
31798         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf-power8.S: New
31799         file: POWER8 isinf ifunc implementation.
31800         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf.c (__isinf): Add
31801         POWER8 implementation.
31802         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinff.c (__isinff):
31803         Likewise.
31804         * sysdeps/powerpc/powerpc64/power8/fpu/s_isinf.S: New file: POWER8
31805         isinf implementation.
31806         * sysdeps/powerpc/powerpc64/power8/fpu/s_isinff.S: New file.
31808         * sysdeps/powerpc/powerpc32/power4/multiarch/init-arch.h
31809         (INIT_ARCH): Add hwcap2 initialization.
31810         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add isnan
31811         power8 implementation.
31812         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power8.S: New
31813         file: POWER8 isnan ifunc implementation.
31814         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan.c (__isnan): Add
31815         POWER8 implementation.
31816         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnanf.c (__isnanf):
31817         Likewise.
31818         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnan.S: New file: POWER8
31819         isnan implementation.
31820         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnanf.S: New file.
31822 2014-02-27  Joey Ye  <joey.ye@arm.com>
31824         * sysdeps/arm/soft-fp/sfp-machine.h (_FP_NANFRAC_S, _FP_NANFRAC_D)
31825         (_FP_NANFRAC_Q): Set to zero.
31827 2014-02-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
31829         [BZ #16623]
31830         * math/auto-libm-test-in: New test inputs.
31831         * math/auto-libm-test-out: Regenerate.
31832         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Preserve sign of A
31833         and DA.
31834         (__cos): Likewise.
31835         * sysdeps/x86_64/fpu/libm-test-ulps: Regenerate.
31837 2014-02-27  Joseph Myers  <joseph@codesourcery.com>
31839         * scripts/evaluate-test.sh: Take new argument indicating whether
31840         failure is expected.
31841         * Makeconfig (evaluate-test): Pass argument to evaluate-test.sh
31842         indicating whether failure is expected.
31843         * conform/Makefile (test-xfail-run-conformtest): New variable.
31844         ($(objpfx)run-conformtest.out): Don't expect to fail at makefile
31845         level.
31846         * posix/Makefile (test-xfail-annexc): New variable.
31847         ($(objpfx)annexc.out): Don't expect to fail at makefile level.
31849 2014-02-26  Joseph Myers  <joseph@codesourcery.com>
31851         * argp/Makefile: Include Makeconfig immediately after defining
31852         subdir.
31853         * assert/Makefile: Likewise.
31854         * benchtests/Makefile: Likewise.
31855         * catgets/Makefile: Likewise.
31856         * conform/Makefile: Likewise.
31857         * crypt/Makefile: Likewise.
31858         * csu/Makefile: Likewise.
31859         (all): Remove target.
31860         * ctype/Makefile: Include Makeconfig immediately after defining
31861         subdir.
31862         * debug/Makefile: Likewise.
31863         * dirent/Makefile: Likewise.
31864         * dlfcn/Makefile: Likewise.
31865         * gmon/Makefile: Likewise.
31866         * gnulib/Makefile: Likewise.
31867         * grp/Makefile: Likewise.
31868         * gshadow/Makefile: Likewise.
31869         * hesiod/Makefile: Likewise.
31870         * hurd/Makefile: Likewise.
31871         (all): Remove target.
31872         * iconvdata/Makefile: Include Makeconfig immediately after
31873         defining subdir.
31874         * inet/Makefile: Likewise.
31875         * intl/Makefile: Likewise.
31876         * io/Makefile: Likewise.
31877         * libio/Makefile: Likewise.
31878         (all): Remove target.
31879         * locale/Makefile: Include Makeconfig immediately after defining
31880         subdir.
31881         * login/Makefile: Likewise.
31882         * mach/Makefile: Likewise.
31883         (all): Remove target.
31884         * malloc/Makefile: Include Makeconfig immediately after defining
31885         subdir.
31886         (all): Remove target.
31887         * manual/Makefile: Include Makeconfig immediately after defining
31888         subdir.
31889         * math/Makefile: Likewise.
31890         * misc/Makefile: Likewise.
31891         * nis/Makefile: Likewise.
31892         * nss/Makefile: Likewise.
31893         * po/Makefile: Likewise.
31894         (all): Remove target.
31895         * posix/Makefile: Include Makeconfig immediately after defining
31896         subdir.
31897         * pwd/Makefile: Likewise.
31898         * resolv/Makefile: Likewise.
31899         * resource/Makefile: Likewise.
31900         * rt/Makefile: Likewise.
31901         * setjmp/Makefile: Likewise.
31902         * shadow/Makefile: Likewise.
31903         * signal/Makefile: Likewise.
31904         * socket/Makefile: Likewise.
31905         * soft-fp/Makefile: Likewise.
31906         * stdio-common/Makefile: Likewise.
31907         * stdlib/Makefile: Likewise.
31908         * streams/Makefile: Likewise.
31909         * string/Makefile: Likewise.
31910         * sunrpc/Makefile: Likewise.
31911         (all): Remove target.
31912         * sysvipc/Makefile: Include Makeconfig immediately after defining
31913         subdir.
31914         * termios/Makefile: Likewise.
31915         * time/Makefile: Likewise.
31916         * timezone/Makefile: Likewise.
31917         (all): Remove target.
31918         * wcsmbs/Makefile: Include Makeconfig immediately after defining
31919         subdir.
31920         * wctype/Makefile: Likewise.
31922 2014-02-26  Steve Ellcey  <sellcey@mips.com>
31924         * sysdeps/mips/math_private.h (_FPU_MASK_ALL) New.
31925         (libc_feholdexcept_mips): Use _FPU_MASK_ALL.
31926         (libc_feholdexcept_setround_mips): Ditto.
31927         (libc_feholdsetround): New.
31928         (libc_feholdsetroundf): New.
31929         (libc_feholdsetroundl): New.
31930         (libc_feupdateenv_test_mips): New.
31931         (libc_feupdateenv_test): New.
31932         (libc_feupdateenv_testf): New.
31933         (libc_feupdateenv_testl): New.
31934         (libc_feresetround): New.
31935         (libc_feresetroundf): New.
31936         (libc_feresetroundl): New.
31937         (libc_fetestexcept_mips): New.
31938         (libc_fetestexcept): New.
31939         (libc_fetestexceptf): New.
31940         (libc_fetestexceptl): New.
31941         (HAVE_RM_CTX): New.
31942         (libc_feholdexcept_setround_mips_ctx): New.
31943         (libc_feholdexcept_setround_ctx): New.
31944         (libc_feholdexcept_setroundf_ctx): New.
31945         (libc_feholdexcept_setroundl_ctx): New.
31946         (libc_fesetenv_mips_ctx): New.
31947         (libc_fesetenv_ctx): New.
31948         (libc_fesetenv_ctxf): New.
31949         (libc_fesetenv_ctxl): New.
31950         (libc_feupdateenv_mips_ctx): New.
31951         (libc_feupdateenv_ctx): New.
31952         (libc_feupdateenvf_ctx): New.
31953         (libc_feupdateenvl_ctx): New.
31954         (libc_feholdsetround_mips_ctx): New.
31955         (libc_feholdsetround_ctx): New.
31956         (libc_feholdsetroundf_ctx): New.
31957         (libc_feholdsetroundl_ctx): New.
31958         (libc_feresetround_mips_ctx): New.
31959         (libc_feresetround_ctx): New.
31960         (libc_feresetroundf_ctx): New.
31961         (libc_feresetroundl_ctx): New.
31963 2014-02-26  Carlos O'Donell  <carlos@redhat.com>
31965         * manual/ipc.texi (Semaphores): Use @Theglibc{}.
31967         * manual/ipc.texi: New file.
31968         * manual/Makefile (chapters): Add ipc.
31969         * manual/job.texi: Add "Inter-Process Communication" to next.
31970         * manual/process.texi: Add "Inter-Process Communication" to prev.
31972 2014-02-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
31974         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
31976 2014-02-26  Ondřej Bílka  <neleai@seznam.cz>
31978         * malloc/malloc.c (__libc_calloc): Simplify implementation.
31980         * manual/arith.texi: Fix spaces after sentences.
31981         * manual/charset.texi: Likewise.
31982         * manual/errno.texi: Likewise.
31983         * manual/install.texi: Likewise.
31984         * manual/llio.texi: Likewise.
31985         * manual/locale.texi: Likewise.
31986         * manual/maint.texi: Likewise.
31987         * manual/math.texi: Likewise.
31988         * manual/memory.texi: Likewise.
31989         * manual/message.texi: Likewise.
31990         * manual/probes.texi: Likewise.
31991         * manual/resource.texi: Likewise.
31992         * manual/signal.texi: Likewise.
31993         * manual/socket.texi: Likewise.
31994         * manual/stdio.texi: Likewise.
31995         * manual/string.texi: Likewise.
31996         * manual/time.texi: Likewise.
31997         * manual/users.texi: Likewise.
31999 2014-02-25  Carlos O'Donell  <carlos@redhat.com>
32001         [BZ #16632]
32002         * include/features.h: Don't warn about _BSD_SOURCE or _SVID_SOURCE if
32003         _DEFAULT_SOURCE is defined.
32005 2014-02-25  Ulrich Drepper  <drepper@gmail.com>
32006             Carlos O'Donell  <carlos@redhat.com>
32008         [BZ #16613]
32009         * elf/dl-tls.c (_dl_count_modids): New function.
32010         * sysdeps/generic/ldsodefs.h: Declare _dl_count_modids.
32011         * elf/rtld.c (dl_main): Call _dl_count_modids to track TLS usage in
32012         audit library and increment generation counter.
32013         (_dl_allocate_tls_init): Add assertion to check TLS generation count.
32014         * elf/tst-audit9.c: New file.
32015         * elf/tst-auditmod9a.c: New file.
32016         * elf/tst-auditmod9b.c: New file.
32017         * elf/Makefile: Add rules to build and run tst-audit9.
32019 2014-02-25  Florian Weimer  <fweimer@redhat.com>
32021         [BZ #15347]
32022         * misc/sys/select.h (__FD_MASK): Avoid signed integer overflow.
32024 2014-02-25  Will Newton  <will.newton@linaro.org>
32026         * sysdeps/arm/__longjmp.S: Include stap-probe.h.
32027         (__longjmp): Restore sp and lr before restoring callee
32028         saved registers.  Add longjmp and longjmp_target
32029         SystemTap probe point.
32030         * sysdeps/arm/bits/setjmp.h (__jmp_buf): Update comment.
32031         * sysdeps/arm/include/bits/setjmp.h (__JMP_BUF_SP):
32032         Define to zero to match jmpbuf layout.
32033         * sysdeps/arm/setjmp.S: Include stap-probe.h.
32034         (__sigsetjmp): Save sp and lr before saving callee
32035         saved registers.  Add setjmp SystemTap probe point.
32037 2014-02-24  Stefan Liebler  <stli@linux.vnet.ibm.com>
32039         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
32041 2014-02-24  Andreas Schwab  <schwab@suse.de>
32043         [BZ #15804]
32044         * elf/pldd.c (wait_for_ptrace_stop): New function.
32045         (main): Call it after attaching.
32047 2014-02-22  Roland McGrath  <roland@hack.frob.com>
32049         * Makerules ($(common-objpfx)Versions.v.i): No longer depend
32050         on $(common-objpfx)abi-versions.h; using <shlib-compat.h> inside
32051         Versions files is now verboten.
32052         * hurd/Versions (libc: GLIBC_2.0):
32053         Remove various [SHLIB_COMPAT (libc, GLIBC_2_0, ...)] sections.
32054         (libc: HURD_CTHREADS_0.3): Remove conditionalization, was under
32055         [!SHLIB_COMPAT (libc, GLIBC_2_0, GLIBC_2_2)].
32056         * mach/Versions: Likewise.
32058         * csu/Versions: Remove unused %include.
32059         * resolv/Versions: Likewise.
32061 2014-02-21  Joseph Myers  <joseph@codesourcery.com>
32063         * Makefile ($(objpfx)c++-types-check.out): Use $(evaluate-test).
32064         ($(objpfx)check-local-headers.out): Likewise.
32065         ($(objpfx)begin-end-check.out): Likewise.
32066         * Makerules (check-abi-%.out): Likewise.
32067         * catgets/Makefile ($(objpfx)test1.cat): Likewise.
32068         ($(objpfx)test2.cat): Likewise.
32069         ($(objpfx)de/libc.cat): Likewise.
32070         ($(objpfx)test-gencat.out): Likewise.
32071         * conform/Makefile ($(objpfx)run-conformtest.out): Likewise.
32072         * elf/Makefile ($(objpfx)order-cmp.out): Likewise.
32073         ($(objpfx)noload-mem): Likewise.
32074         ($(objpfx)tst-pathopt.out): Likewise.
32075         ($(objpfx)tst-rtld-load-self.out): Likewise.
32076         ($(objpfx)tst-array1-cmp.out): Likewise.
32077         ($(objpfx)tst-array1-static-cmp.out): Likewise.
32078         ($(objpfx)tst-array2-cmp.out): Likewise.
32079         ($(objpfx)tst-array3-cmp.out): Likewise.
32080         ($(objpfx)tst-array4-cmp.out): Likewise.
32081         ($(objpfx)tst-array5-cmp.out): Likewise.
32082         ($(objpfx)tst-array5-static-cmp.out): Likewise.
32083         ($(objpfx)check-textrel.out): Likewise.
32084         ($(objpfx)check-execstack.out): Likewise.
32085         ($(objpfx)check-localplt.out): Likewise.
32086         ($(objpfx)order2-cmp.out): Likewise.
32087         ($(objpfx)tst-leaks1-mem): Likewise.
32088         ($(objpfx)tst-leaks1-static-mem): Likewise.
32089         ($(objpfx)tst-initorder-cmp.out): Likewise.
32090         ($(objpfx)tst-initorder2-cmp.out): Likewise.
32091         ($(objpfx)tst-unused-dep.out): Likewise.
32092         ($(objpfx)tst-unused-dep-cmp.out): Likewise.
32093         * grp/Makefile ($(objpfx)tst_fgetgrent.out): Likewise.
32094         * iconv/Makefile (test-iconvconfig): Likewise.
32095         * iconvdata/Makefile ($(objpfx)mtrace-tst-loading): Likewise.
32096         ($(objpfx)iconv-test.out): Likewise.
32097         ($(objpfx)tst-tables.out): Likewise.
32098         * intl/Makefile ($(objpfx)mtrace-tst-gettext): Likewise.
32099         ($(objpfx)tst-gettext.out): Likewise.
32100         ($(objpfx)tst-translit.out): Likewise.
32101         ($(objpfx)tst-gettext2.out): Likewise.
32102         ($(objpfx)tst-gettext4.out): Likewise.
32103         ($(objpfx)tst-gettext6.out): Likewise.
32104         * io/Makefile ($(objpfx)ftwtest.out): Likewise.
32105         * libio/Makefile ($(objpfx)test-freopen.out): Likewise.
32106         ($(objpfx)tst-fopenloc-cmp.out): Likewise.
32107         ($(objpfx)tst-fopenloc-mem.out): Likewise.
32108         * malloc/Makefile ($(objpfx)tst-mtrace.out): Likewise.
32109         * misc/Makefile ($(objpfx)tst-error1-mem): Likewise.
32110         * posix/Makefile ($(objpfx)globtest.out): Likewise.
32111         ($(objpfx)wordexp-tst.out): Likewise.
32112         ($(objpfx)annexc.out): Likewise.
32113         ($(objpfx)tst-fnmatch-mem): Likewise.
32114         ($(objpfx)bug-regex2-mem): Likewise.
32115         ($(objpfx)bug-regex14-mem): Likewise.
32116         ($(objpfx)bug-regex21-mem): Likewise.
32117         ($(objpfx)bug-regex31-mem): Likewise.
32118         ($(objpfx)tst-vfork3-mem): Likewise.
32119         ($(objpfx)tst-rxspencer-no-utf8-mem): Likewise.
32120         ($(objpfx)tst-pcre-mem): Likewise.
32121         ($(objpfx)tst-boost-mem): Likewise.
32122         ($(objpfx)tst-getconf.out): Likewise.
32123         ($(objpfx)bug-ga2-mem): Likewise.
32124         ($(objpfx)bug-glob2-mem): Likewise.
32125         * resolv/Makefile ($(objpfx)mtrace-tst-leaks): Likewise.
32126         ($(objpfx)mtrace-tst-leaks2): Likewise.
32127         * stdio-common/Makefile ($(objpfx)tst-unbputc.out): Likewise.
32128         ($(objpfx)tst-printf.out): Likewise.
32129         ($(objpfx)tst-setvbuf1.out): Likewise.
32130         ($(objpfx)tst-setvbuf1-cmp.out): Likewise.
32131         * stdlib/Makefile ($(objpfx)isomac.out): Likewise.
32132         ($(objpfx)tst-fmtmsg.out): Likewise.
32133         * string/Makefile ($(objpfx)tst-svc-cmp.out): Likewise.
32134         * sysdeps/x86/Makefile ($(objpfx)tst-xmmymm.out): Likewise.
32136         * bits/fcntl.h [__USE_MISC]: Remove redundant conditionals.
32137         * bits/sigaction.h [__USE_MISC]: Likewise.
32138         * bits/waitstatus.h: Update #endif comments.
32139         * ctype/ctype.h: Likewise.
32140         * dirent/dirent.h: Likewise.
32141         [__USE_MISC]: Remove redundant conditionals.
32142         * grp/grp.h: Update #endif comments.
32143         [__USE_GNU]: Remove redundant conditionals.
32144         [__USE_MISC]: Likewise.
32145         * inet/netinet/in.h [__USE_GNU]: Likewise.
32146         * io/sys/stat.h [__USE_MISC]: Likewise.
32147         * libio/bits/stdio-ldbl.h [__USE_MISC]: Likewise.
32148         * libio/bits/stdio.h: Update #endif comments.
32149         [__USE_MISC]: Remove redundant conditionals.
32150         * libio/bits/stdio2.h [__USE_MISC]: Likewise.
32151         * libio/stdio.h: Update #endif comments.
32152         [__USE_MISC]: Remove redundant conditionals.
32153         * math/bits/math-finite.h [__USE_MISC]: Likewise.
32154         * math/bits/mathcalls.h [__USE_MISC]: Likewise.
32155         * math/math.h: Update #else and #endif comments.
32156         [__USE_MISC]: Remove redundant conditionals.
32157         * misc/sys/uio.h: Update #endif comments.
32158         * posix/bits/unistd.h [__USE_MISC]: Remove redundant conditionals.
32159         * posix/glob.h [__USE_MISC]: Likewise.
32160         * posix/sys/types.h: Update #endif comments.
32161         [__USE_MISC]: Remove redundant conditionals.
32162         * posix/sys/wait.h: Update #endif comments.
32163         [__USE_MISC]: Remove redundant conditionals.
32164         * posix/unistd.h: Update #endif comments.
32165         [__USE_MISC]: Remove redundant conditionals.
32166         * pwd/pwd.h [__USE_GNU]: Likewise.
32167         [__USE_MISC]: Likewise.
32168         * resolv/netdb.h [__USE_GNU]: Likewise.
32169         * signal/signal.h: Update #endif comments.
32170         [__USE_MISC]: Remove redundant conditionals.
32171         * stdlib/stdlib.h: Update #else and #endif comments.
32172         [__USE_MISC]: Remove redundant conditionals.
32173         [__USE_GNU]: Likewise.
32174         * string/bits/string2.h [__USE_MISC]: Likewise.
32175         * string/string.h: Update #endif comments.
32176         [__USE_MISC]: Remove redundant conditionals.
32177         * sysdeps/m68k/m680x0/fpu/bits/mathinline.h [__USE_MISC]:
32178         Likewise.
32179         * sysdeps/mach/hurd/bits/fcntl.h [__USE_MISC]: Likewise.
32180         * sysdeps/mach/hurd/bits/stat.h [__USE_MISC]: Likewise.
32181         * sysdeps/unix/sysv/linux/alpha/bits/sigaction.h [__USE_MISC]:
32182         Likewise.
32183         * sysdeps/unix/sysv/linux/alpha/bits/stat.h [__USE_MISC]:
32184         Likewise.
32185         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h: Update #endif
32186         comments.
32187         [__USE_MISC]: Remove redundant conditionals.
32188         * sysdeps/unix/sysv/linux/bits/in.h [__USE_GNU]: Likewise.
32189         * sysdeps/unix/sysv/linux/bits/sigaction.h [__USE_MISC]: Likewise.
32190         * sysdeps/unix/sysv/linux/bits/socket.h [__USE_GNU]: Likewise.
32191         * sysdeps/unix/sysv/linux/bits/stat.h [__USE_MISC]: Likewise.
32192         * sysdeps/unix/sysv/linux/ia64/bits/sigaction.h [__USE_MISC]:
32193         Likewise.
32194         * sysdeps/unix/sysv/linux/m68k/bits/stat.h [__USE_MISC]: Likewise.
32195         * sysdeps/unix/sysv/linux/mips/bits/sigaction.h [__USE_MISC]:
32196         Likewise.
32197         * sysdeps/unix/sysv/linux/mips/bits/stat.h [__USE_MISC]: Likewise.
32198         * sysdeps/unix/sysv/linux/powerpc/bits/stat.h [__USE_MISC]:
32199         Likewise.
32200         * sysdeps/unix/sysv/linux/s390/bits/sigaction.h [__USE_MISC]:
32201         Likewise.
32202         * sysdeps/unix/sysv/linux/s390/bits/stat.h [__USE_MISC]: Likewise.
32203         * sysdeps/unix/sysv/linux/sparc/bits/sigaction.h [__USE_MISC]:
32204         Likewise.
32205         * sysdeps/unix/sysv/linux/sparc/bits/stat.h [__USE_MISC]:
32206         Likewise.
32207         * sysdeps/unix/sysv/linux/x86/bits/stat.h [__USE_MISC]: Likewise.
32208         * sysdeps/x86/bits/string.h: Update #endif comments.
32209         * sysdeps/x86/fpu/bits/mathinline.h [__USE_MISC]: Remove redundant
32210         conditionals.
32211         * time/sys/time.h: Update #endif comments.
32212         * time/time.h: Likewise.
32213         [__USE_MISC]: Remove redundant conditionals.
32215 2014-02-21  Yury Gribov  <y.gribov@samsung.com>
32217         [BZ #16600]
32218         * sysdeps/arm/libm-test-ulps: Update for VFPv4.
32220 2014-02-21  Andreas Schwab  <schwab@linux-m68k.org>
32222         * Versions.def (librt): Add GLIBC_2.17.
32224 2014-02-21  Adam Conrad  <adconrad@0c3.net>
32226         * sysdeps/powerpc/bits/hwcap.h: Allow _SYSDEPS_SYSDEP_H guard as a
32227         synonym for _SYS_AUXV_H to allow direct inclusion.
32228         * sysdeps/sparc/bits/hwcap.h: Likewise.
32229         * sysdeps/powerpc/sysdep.h: Define _SYSDEPS_SYSDEP_H instead of
32230         _SYS_AUXV_H so we can include sysdep.h and sys/auxv.h together.
32231         * sysdeps/sparc/sysdep.h: Likewise.
32233 2014-02-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
32235         * benchtests/bench-strrchr.c (do_test): Fix minor formatting.
32237 2014-02-21  Rajalakshmi Srinivasaraghavan  <raji@linux.vnet.ibm.com>
32239         * benchtests/bench-strrchr.c: Print length instead of position.
32241 2014-02-20  Joseph Myers  <joseph@codesourcery.com>
32243         [BZ #16611]
32244         * sysdeps/unix/sysv/linux/kernel-features.h
32245         [__LINUX_KERNEL_VERSION >= 0x030000 && __ASSUME_SOCKETCALL]
32246         (__ASSUME_SENDMMSG_SOCKETCALL): Define.
32247         [__LINUX_KERNEL_VERSION >= 0x030000 && (__i386__ || __x86_64__ ||
32248         __powerpc__ || __sh__ || __sparc__)] (__ASSUME_SENDMMSG_SYSCALL):
32249         Likewise.
32250         [__i386__ || __powerpc__ || __sh__ || __sparc__]
32251         (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
32252         [__ASSUME_SENDMMSG_SOCKETCALL || __ASSUME_SENDMMSG_SYSCALL]
32253         (__ASSUME_SENDMMSG): Define instead of using previous
32254         [__LINUX_KERNEL_VERSION >= 0x020627] condition.
32255         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
32256         (__ASSUME_SENDMMSG_SYSCALL): Define.
32257         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
32258         [__LINUX_KERNEL_VERSION >= 0x030200] (__ASSUME_SENDMMSG_SYSCALL):
32259         Likewise.
32260         * sysdeps/unix/sysv/linux/arm/kernel-features.h
32261         [__LINUX_KERNEL_VERSION >= 0x030000] (__ASSUME_SENDMMSG_SYSCALL):
32262         Likewise.
32263         * sysdeps/unix/sysv/linux/ia64/kernel-features.h
32264         [__LINUX_KERNEL_VERSION >= 0x030000] (__ASSUME_SENDMMSG_SYSCALL):
32265         Likewise.
32266         * sysdeps/unix/sysv/linux/internal_sendmmsg.S [__ASSUME_SOCKETCALL
32267         && !__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL &&
32268         !__ASSUME_SENDMMSG_SYSCALL] (__NR_sendmmsg): Undefine.
32269         [__ASSUME_SENDMMSG]: Change conditionals to
32270         [__ASSUME_SENDMMSG_SOCKETCALL].
32271         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
32272         [__LINUX_KERNEL_VERSION >= 0x030300] (__ASSUME_SENDMMSG_SYSCALL):
32273         Define.
32274         * sysdeps/unix/sysv/linux/mips/kernel-features.h
32275         [__LINUX_KERNEL_VERSION >= 0x030100] (__ASSUME_SENDMMSG_SYSCALL):
32276         Likewise.
32277         * sysdeps/unix/sysv/linux/sendmmsg.c [__ASSUME_SOCKETCALL &&
32278         !__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL &&
32279         !__ASSUME_SENDMMSG_SYSCALL] (__NR_sendmmsg): Undefine.
32280         [!__ASSUME_SENDMMSG]: Change conditional to
32281         [!__ASSUME_SENDMMSG_SOCKETCALL].
32282         * sysdeps/unix/sysv/linux/tile/kernel-features.h
32283         [__LINUX_KERNEL_VERSION >= 0x030000] (__ASSUME_SENDMMSG_SYSCALL):
32284         Define.
32286         [BZ #16610]
32287         * sysdeps/unix/sysv/linux/kernel-features.h
32288         [__LINUX_KERNEL_VERSION >= 0x020621 && __ASSUME_SOCKETCALL]
32289         (__ASSUME_RECVMMSG_SOCKETCALL): Define.
32290         [(__LINUX_KERNEL_VERSION >= 0x020621 && (__i386__ || __x86_64__ ||
32291         __sparc__)) || (__LINUX_KERNEL_VERSION >= 0x020625 && (__powerpc__
32292         || __sh__))] (__ASSUME_RECVMMSG_SYSCALL): Likewise.
32293         [__i386__ || __sparc__]
32294         (__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
32295         [__ASSUME_RECVMMSG_SOCKETCALL || __ASSUME_RECVMMSG_SYSCALL]
32296         (__ASSUME_RECVMMSG): Define instead of using previous
32297         [__LINUX_KERNEL_VERSION >= 0x020621] condition.
32298         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
32299         (__ASSUME_RECVMMSG_SYSCALL): Define.
32300         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
32301         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
32302         Likewise.
32303         * sysdeps/unix/sysv/linux/arm/kernel-features.h
32304         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
32305         Likewise.
32306         * sysdeps/unix/sysv/linux/ia64/kernel-features.h
32307         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
32308         Likewise.
32309         * sysdeps/unix/sysv/linux/internal_recvmmsg.S [__ASSUME_SOCKETCALL
32310         && !__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL &&
32311         !__ASSUME_RECVMMSG_SYSCALL] (__NR_recvmmsg): Undefine.
32312         [__ASSUME_RECVMMSG]: Change condition to
32313         [__ASSUME_RECVMMSG_SOCKETCALL].
32314         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
32315         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
32316         Define.
32317         (__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
32318         * sysdeps/unix/sysv/linux/mips/kernel-features.h
32319         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
32320         Likewise.
32321         * sysdeps/unix/sysv/linux/recvmmsg.c [__ASSUME_SOCKETCALL &&
32322         !__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL &&
32323         !__ASSUME_RECVMMSG_SYSCALL] (__NR_recvmmsg): Undefine.
32324         [!__ASSUME_RECVMMSG]: Change condition to
32325         [!__ASSUME_RECVMMSG_SOCKETCALL].
32326         * sysdeps/unix/sysv/linux/tile/kernel-features.h
32327         (__ASSUME_RECVMMSG_SYSCALL): Define.
32329         [BZ #16609]
32330         * sysdeps/unix/sysv/linux/kernel-features.h [__i386__ ||
32331         __powerpc__ || __s390__ || __sh__ || __sparc__]
32332         (__ASSUME_SOCKETCALL): Define.
32333         [__LINUX_KERNEL_VERSION && __ASSUME_SOCKETCALL]
32334         (__ASSUME_ACCEPT4_SOCKETCALL): Likewise.
32335         [(__LINUX_KERNEL_VERSION >= 0x02061c && (__x86_64__ || __sparc__))
32336         || (__LINUX_KERNEL_VERSION >= 0x020625 && (__powerpc__ ||
32337         __sh__))] (__ASSUME_ACCEPT4_SYSCALL): Likewise.
32338         [__sparc__] (__ASSUME_ACCEPT4_SYSCALL_WITH_SOCKETCALL): Likewise.
32339         [__ASSUME_ACCEPT4_SOCKETCALL || __ASSUME_ACCEPT4_SYSCALL]
32340         (__ASSUME_ACCEPT4): Define instead of using previous
32341         [__LINUX_KERNEL_VERSION >= 0x02061c && (__i386__ || __x86_64__ ||
32342         __powerpc__ || __sparc__ || __s390__)] condition.
32343         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
32344         (__ASSUME_ACCEPT4): Change to __ASSUME_ACCEPT4_SYSCALL.
32345         * sysdeps/unix/sysv/linux/accept4.c [__ASSUME_SOCKETCALL &&
32346         !__ASSUME_ACCEPT4_SYSCALL_WITH_SOCKETCALL &&
32347         !__ASSUME_ACCEPT4_SYSCALL] (__NR_accept4): Undefine.
32348         [!__ASSUME_ACCEPT4]: Change condition to
32349         [!__ASSUME_ACCEPT4_SOCKETCALL].
32350         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
32351         (__ASSUME_ACCEPT4): Change to __ASSUME_ACCEPT4_SYSCALL.  Correct
32352         condition to [__LINUX_KERNEL_VERSION >= 0x030200].
32353         * sysdeps/unix/sysv/linux/arm/kernel-features.h
32354         [__LINUX_KERNEL_VERSION >= 0x020624] (__ASSUME_ACCEPT4): Change to
32355         __ASSUME_ACCEPT4_SYSCALL.
32356         * sysdeps/unix/sysv/linux/i386/accept4.S [__ASSUME_ACCEPT4]:
32357         Change conditions to [__ASSUME_ACCEPT4_SOCKETCALL].
32358         * sysdeps/unix/sysv/linux/ia64/kernel-features.h
32359         [__LINUX_KERNEL_VERSION >= 0x030300] (__ASSUME_ACCEPT4): Change to
32360         __ASSUME_ACCEPT4_SYSCALL.
32361         * sysdeps/unix/sysv/linux/internal_accept4.S [__ASSUME_SOCKETCALL
32362         && !__ASSUME_ACCEPT4_SYSCALL_WITH_SOCKETCALL &&
32363         !__ASSUME_ACCEPT4_SYSCALL] (__NR_accept4): Undefine.
32364         [__ASSUME_ACCEPT4]: Change condition to
32365         [__ASSUME_ACCEPT4_SOCKETCALL].
32366         * sysdeps/unix/sysv/linux/m68k/kernel-features.h
32367         (__ASSUME_SOCKETCALL): Define.
32368         [__LINUX_KERNEL_VERSION >= 0x02061c] (__ASSUME_ACCEPT4): Remove.
32369         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
32370         (__ASSUME_SOCKETCALL): Define.
32371         (__ASSUME_ACCEPT4): Remove.
32372         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_ACCEPT4_SYSCALL):
32373         Define.
32374         * sysdeps/unix/sysv/linux/mips/kernel-features.h
32375         [__LINUX_KERNEL_VERSION >= 0x02061f] (__ASSUME_ACCEPT4_SYSCALL):
32376         Likewise.
32377         * sysdeps/unix/sysv/linux/tile/kernel-features.h
32378         (__ASSUME_ACCEPT4): Change to __ASSUME_ACCEPT4_SYSCALL.
32380         * sysdeps/unix/sysv/linux/arm/bits/hwcap.h (HWCAP_ARM_VFPD32): New
32381         macro.
32382         (HWCAP_ARM_LPAE): Likewise.
32383         (HWCAP_ARM_EVTSTRM): Likewise.
32384         * sysdeps/unix/sysv/linux/arm/dl-procinfo.c (_dl_arm_cap_flags):
32385         Add vpfd32, lpae and evtstrm.
32386         * sysdeps/unix/sysv/linux/arm/dl-procinfo.h (_DL_HWCAP_COUNT):
32387         Increase to 22.
32389 2014-02-19  Joseph Myers  <joseph@codesourcery.com>
32391         * math/auto-libm-test-in: Add tests of clog10.
32392         * math/auto-libm-test-out: Regenerated.
32393         * math/libm-test.inc (clog10_test_data): Use AUTO_TESTS_c_c.
32394         * sysdeps/i386/fpu/libm-test-ulps: Update.
32395         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
32397 2014-02-18  Andreas Schwab  <schwab@suse.de>
32399         [BZ #16574]
32400         * resolv/res_send.c (send_vc): Add parameter ansp2_malloced.
32401         Store non-zero if the second buffer was newly allocated.
32402         (send_dg): Likewise.
32403         (__libc_res_nsend): Add parameter ansp2_malloced and pass it down
32404         to send_vc and send_dg.
32405         (res_nsend): Pass NULL for ansp2_malloced.
32406         * resolv/res_query.c (__libc_res_nquery): Add parameter
32407         answerp2_malloced and pass it down to __libc_res_nsend.
32408         (res_nquery): Pass additional NULL to __libc_res_nquery.
32409         (__libc_res_nsearch): Add parameter answerp2_malloced and pass it
32410         down to __libc_res_nquery and __libc_res_nquerydomain.  Deallocate
32411         second answer buffer if answerp2_malloced was set.
32412         (res_nsearch): Pass additional NULL to __libc_res_nsearch.
32413         (__libc_res_nquerydomain): Add parameter
32414         answerp2_malloced and pass it down to __libc_res_nquery.
32415         (res_nquerydomain): Pass additional NULL to
32416         __libc_res_nquerydomain.
32417         * resolv/nss_dns/dns-network.c (_nss_dns_getnetbyname_r): Pass
32418         additional NULL to __libc_res_nsend and __libc_res_nquery.
32419         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname3_r): Pass
32420         additional NULL to __libc_res_nsearch.
32421         (_nss_dns_gethostbyname4_r): Revert last change.  Use new
32422         parameter of __libc_res_nsearch to check for separately allocated
32423         second buffer.
32424         (_nss_dns_gethostbyaddr2_r): Pass additional NULL to
32425         __libc_res_nquery.
32426         * resolv/nss_dns/dns-canon.c (_nss_dns_getcanonname_r): Pass
32427         additional NULL to __libc_res_nquery.
32428         * resolv/gethnamaddr.c (gethostbyname2): Pass additional NULL to
32429         __libc_res_nsearch.
32430         (gethostbyaddr): Pass additional NULL to __libc_res_nquery.
32431         * include/resolv.h: Update prototypes of __libc_res_nquery,
32432         __libc_res_nsearch, __libc_res_nsend.
32434 2014-02-18  Joseph Myers  <joseph@codesourcery.com>
32436         * math/auto-libm-test-in: Add tests of fma.
32437         * math/auto-libm-test-out: Regenerated.
32438         * math/libm-test.inc (fma_test_data): Use AUTO_TESTS_fff_f.
32439         (fma_towardzero_test_data): Likewise.
32440         (fma_downward_test_data): Likewise.
32441         (fma_upward_test_data): Likewise.
32442         * math/gen-auto-libm-tests.c (rounding_mode_desc): Add field
32443         mpc_mode.
32444         (rounding_modes): Add values for new field.
32445         (func_calc_method): Add value mpfr_fff_f.
32446         (func_calc_desc): Add mpfr_fff_f union field.
32447         (test_function): Add field exact_args.
32448         (FUNC): Add macro argument EXACT_ARGS.
32449         (FUNC_mpfr_f_f): Update call to FUNC.
32450         (FUNC_mpfr_f_f): Likewise.
32451         (FUNC_mpfr_ff_f): Likewise.
32452         (FUNC_mpfr_if_f): Likewise.
32453         (FUNC_mpc_c_f): Likewise.
32454         (FUNC_mpc_c_c): Likewise.
32455         (test_functions): Add fma.  Update calls to FUNC.
32456         (handle_input_arg): Add argument exact_args.
32457         (add_test): Update call to handle_input_arg.
32458         (calc_generic_results): Add argument mode.  Handle mpfr_fff_f.
32459         (output_for_one_input_case): Update call to calc_generic_results.
32460         Recalculate exact zero results in each rounding mode.
32462         * math/gen-auto-libm-tests.c (adjust_real): Ensure integers are
32463         non-negative before setting low bit.
32464         * math/auto-libm-test-in: Mark one asin test possibly having
32465         spurious underflow.
32466         * math/auto-libm-test-out: Regenerated.
32467         * sysdeps/i386/fpu/libm-test-ulps: Update.
32468         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
32470 2014-02-17  David Holsgrove <david.holsgrove@xilinx.com>
32472         * sysdeps/microblaze: Move directory from ports/sysdeps/microblaze.
32473         * sysdeps/unix/sysv/linux/microblaze: Move directory from
32474         ports/sysdeps/unix/sysv/linux/microblaze.
32475         * README: Add missing listing for microblaze*-*-linux-gnu.
32477 2014-02-16  Ondřej Bílka  <neleai@seznam.cz>
32479         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname4_r): Remove
32480         duplicate code
32482 2014-02-16  Mike Frysinger  <vapier@gentoo.org>
32484         * sysdeps/ia64: Move directory from ports/sysdeps/ia64.
32485         * sysdeps/unix/sysv/linux/ia64: Move directory from
32486         ports/sysdeps/unix/sysv/linux/ia64.
32487         * README: Update listing for ia64-*-linux-gnu.
32489 2014-02-14  Tomas Dohnalek  <tdohnale@redhat.com>
32490             Joseph Myers  <joseph@codesourcery.com>
32492         * Makeconfig (test-name): New variable.
32493         (evaluate-test): Likewise.
32494         * Makerules (do-test-clean): Remove .test-result files.
32495         (common-mostlyclean): Likewise.
32496         * Rules ($(objpfx)%.out): Use $(evaluate-test) in both rules.
32497         * scripts/evaluate-test.sh: New file.
32499 2014-02-14  Joseph Myers  <joseph@codesourcery.com>
32501         * libio/Makefile ($(objpfx)tst-fopenloc.check): Split into
32502         separate $(objpfx)tst-fopenloc-cmp.out and
32503         $(objpfx)tst-fopenloc-mem.out targets.
32504         (tests): Update dependencies.
32505         * posix/Makefile (tests variable): Add tst-rxspencer-no-utf8.
32506         (generated): Change tst-rxspencer-mem and tst-rxspencer.mtrace to
32507         tst-rxspencer-no-utf8-mem and tst-rxspencer-no-utf8.mtrace.
32508         (tst-rxspencer-no-utf8-ARGS): New variable.
32509         (tst-rxspencer-no-utf8-ENV): Likewise.
32510         (tests target): Depend on $(objpfx)tst-rxspencer-no-utf8-mem
32511         instead of $(objpfx)tst-rxspencer-mem.
32512         ($(objpfx)tst-rxspencer-mem): Change target to
32513         $(objpfx)tst-rxspencer-no-utf8-mem.  Depend on
32514         $(objpfx)tst-rxspencer-no-utf8.out instead of running test program.
32515         * posix/tst-rxspencer-no-utf8.c: New file.
32517         * elf/Makefile ($(objpfx)order.out): Remove rule.
32518         [$(run-built-tests) = yes] (tests): Depend on
32519         $(objpfx)order-cmp.out.
32520         ($(objpfx)order-cmp.out): New rule.
32521         [$(run-built-tests) = yes] (tests): Depend on
32522         $(objpfx)tst-array1-cmp.out, $(objpfx)tst-array1-static-cmp.out,
32523         $(objpfx)tst-array2-cmp.out, $(objpfx)tst-array3-cmp.out,
32524         $(objpfx)tst-array4-cmp.out, $(objpfx)tst-array5-cmp.out and
32525         $(objpfx)tst-array5-static-cmp.out.
32526         ($(objpfx)tst-array1.out): Remove rule.
32527         ($(objpfx)tst-array1-cmp.out): New rule.
32528         ($(objpfx)tst-array1-static.out): Remove rule.
32529         ($(objpfx)tst-array1-static-cmp.out): New rule.
32530         ($(objpfx)tst-array2.out): Remove rule.
32531         ($(objpfx)tst-array2-cmp.out): New rule.
32532         ($(objpfx)tst-array3.out): Remove rule.
32533         ($(objpfx)tst-array3-cmp.out): New rule.
32534         ($(objpfx)tst-array4.out): Remove rule.
32535         ($(objpfx)tst-array4-cmp.out): New rule.
32536         ($(objpfx)tst-array5.out): Remove rule.
32537         ($(objpfx)tst-array5-cmp.out): New rule.
32538         ($(objpfx)tst-array5-static.out): Remove rule.
32539         ($(objpfx)tst-array5-static-cmp.out): New rule.
32540         [$(run-built-tests) = yes] (tests): Depend on
32541         $(objpfx)order2-cmp.out.
32542         ($(objpfx)order2.out): Remove rule.
32543         ($(objpfx)order2-cmp.out): New rule.
32544         ($(objpfx)tst-initorder.out): Remove rule.
32545         [$(run-built-tests) = yes] (tests): Depend on
32546         $(objpfx)tst-initorder-cmp.out.
32547         ($(objpfx)tst-initorder-cmp.out): New rule.
32548         ($(objpfx)tst-initorder2.out): Remove rule.
32549         [$(run-built-tests) = yes] (tests): Depend on
32550         $(objpfx)tst-initorder2-cmp.out.
32551         ($(objpfx)tst-initorder2-cmp.out): New rule.
32552         [$(run-built-tests) = yes] (tests): Depend on
32553         $(objpfx)tst-unused-dep-cmp.out.
32554         ($(objpfx)tst-unused-dep-cmp.out): Do not run cmp.
32555         ($(objpfx)tst-unused-dep-cmp.out): New rule.
32556         * stdio-common/Makefile [$(run-built-tests) = yes] (tests): Depend
32557         on $(objpfx)tst-setvbuf1-cmp.out.
32558         ($(objpfx)tst-setvbuf1.out): Do not run cmp.
32559         ($(objpfx)tst-setvbuf1-cmp.out): New rule.
32560         * string/Makefile [$(run-built-tests) = yes] (tests): Depend
32561         $(objpfx)tst-svc-cmp.out instead of $(objpfx)tst-svc.out.
32562         ($(objpfx)tst-svc.out): Remove rule.
32563         ($(objpfx)tst-svc-cmp.out): New rule.
32565 2014-02-13  Joseph Myers  <joseph@codesourcery.com>
32567         * bits/mman.h [__USE_MISC]: Remove redundant conditionals.
32568         * ctype/ctype.h [__USE_MISC]: Likewise.
32569         * dirent/dirent.h [__USE_MISC]: Likewise.
32570         * grp/grp.h [__USE_MISC]: Likewise.
32571         * io/fcntl.h [__USE_MISC]: Likewise.
32572         * io/sys/stat.h [__USE_MISC]: Likewise.
32573         * libio/stdio.h [__USE_MISC]: Likewise.
32574         * posix/unistd.h [__USE_MISC]: Likewise.
32575         * pwd/pwd.h [__USE_MISC]: Likewise.
32576         * stdlib.h [__USE_MISC]: Likewise.
32577         * string/bits/string2.h [__USE_MISC]: Likewise.
32578         * string/string.h [__USE_MISC]: Likewise.
32579         * time/time.h [__USE_MISC]: Likewise.
32581 2014-02-13  Andreas Schwab  <schwab@suse.de>
32583         [BZ #16574]
32584         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname4_r): Free the
32585         second answer buffer if it was separately allocated.
32587 2014-02-12  Joseph Myers  <joseph@codesourcery.com>
32589         * sysdeps/mips/math-tests.h: Include <features.h>.
32590         [!__mips_soft_float && _MIPS_SIM != _ABIO32 && __GNUC_PREREQ (4, 9)]
32591         (ROUNDING_TESTS_long_double): Do not define.
32592         [!__mips_soft_float && _MIPS_SIM != _ABIO32 && __GNUC_PREREQ (4, 9)]
32593         (EXCEPTION_TESTS_long_double): Likewise.
32594         * sysdeps/mips/mips64/libm-test-ulps: Update.
32596         * include/features.h (__USE_BSD): Remove macro definitions.
32597         (__USE_SVID): Likewise.
32598         (_BSD_SOURCE): Likewise.
32599         (_SVID_SOURCE): Likewise.
32600         [!defined _BSD_SOURCE && !defined _SVID_SOURCE]: Remove condition
32601         from definition of _DEFAULT_SOURCE.
32602         [_BSD_SOURCE || _SVID_SOURCE]: Change condition to
32603         [_DEFAULT_SOURCE].
32604         * bits/fcntl.h [__USE_BSD]: Change condition to [__USE_MISC].
32605         * bits/mman.h [__USE_BSD]: Likewise.
32606         * bits/termios.h [__USE_BSD]: Likewise.
32607         * bits/waitstatus.h [__USE_BSD]: Likewise.
32608         * ctype/ctype.h [__USE_SVID]: Likewise.
32609         * dirent/dirent.h [__USE_BSD]: Likewise.
32610         * grp/grp.h [__USE_SVID]: Likewise.
32611         [__USE_BSD]: Likewise.
32612         * inet/netinet/igmp.h [__USE_BSD]: Likewise.
32613         * io/fcntl.h [__USE_BSD]: Likewise.
32614         * io/ftw.h [__USE_BSD]: Likewise.
32615         * io/sys/stat.h [__USE_BSD]: Likewise.
32616         * libio/bits/stdio-ldbl.h [__USE_BSD]: Likewise.
32617         * libio/bits/stdio2.h [__USE_BSD]: Likewise.
32618         * libio/stdio.h [__USE_SVID]: Likewise.
32619         [__USE_BSD]: Likewise.
32620         * math/math.h [__USE_SVID]: Likewise.
32621         [__USE_BSD]: Likewise.
32622         * misc/bits/syslog-ldbl.h [__USE_BSD]: Likewise.
32623         * misc/bits/syslog.h [__USE_BSD]: Likewise.
32624         * misc/search.h [__USE_SVID]: Likewise.
32625         * misc/sys/mman.h [__USE_BSD]: Likewise.
32626         * misc/sys/syslog.h [__USE_BSD]: Likewise.
32627         * misc/sys/uio.h [__USE_BSD]: Likewise.
32628         * posix/bits/unistd.h [__USE_BSD]: Likewise.
32629         * posix/glob.h [__USE_BSD]: Likewise.
32630         * posix/regex.h [__USE_BSD]: Likewise.
32631         * posix/sys/types.h [__USE_BSD]: Likewise.
32632         [__USE_SVID]: Likewise.
32633         * posix/sys/utsname.h [__USE_SVID]: Likewise.
32634         * posix/sys/wait.h [__USE_BSD]: Likewise.
32635         [__USE_SVID]: Likewise.
32636         * posix/unistd.h [__USE_BSD]: Likewise.
32637         [__USE_SVID]: Likewise.
32638         * pwd/pwd.h [__USE_SVID]: Likewise.
32639         * resolv/netdb.h [__USE_BSD]: Likewise.
32640         * setjmp/setjmp.h [__USE_BSD]: Likewise.
32641         * signal/signal.h [__USE_BSD]: Likewise.
32642         [__USE_SVID]: Likewise.
32643         * socket/sys/socket.h [__USE_BSD]: Likewise.
32644         * stdlib/fmtmsg.h [__USE_SVID]: Likewise.
32645         * stdlib/stdlib.h [__USE_BSD]: Likewise.
32646         [__USE_SVID]: Likewise.
32647         * string/bits/string2.h [__USE_BSD]: Likewise.
32648         [__USE_SVID]: Likewise.
32649         * string/bits/string3.h [__USE_BSD]: Likewise.
32650         * string/endian.h [__USE_BSD]: Likewise.
32651         * string/string.h [__USE_SVID]: Likewise.
32652         [__USE_BSD]: Likewise.
32653         * string/strings.h [__USE_BSD]: Likewise.
32654         * sysdeps/generic/netinet/ip.h [__USE_BSD]: Likewise.
32655         * sysdeps/gnu/netinet/ip_icmp.h [__USE_BSD]: Likewise.
32656         * sysdeps/mach/hurd/bits/fcntl.h [__USE_BSD]: Likewise.
32657         * sysdeps/mach/hurd/bits/stat.h [__USE_BSD]: Likewise.
32658         * sysdeps/unix/sysv/linux/alpha/bits/mman.h [__USE_BSD]: Likewise.
32659         * sysdeps/unix/sysv/linux/alpha/bits/termios.h [__USE_BSD]:
32660         Likewise.
32661         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h [__USE_BSD]:
32662         Likewise.
32663         * sysdeps/unix/sysv/linux/bits/mman-linux.h [__USE_BSD]: Likewise.
32664         * sysdeps/unix/sysv/linux/bits/sys_errlist.h [__USE_BSD]:
32665         Likewise.
32666         * sysdeps/unix/sysv/linux/bits/termios.h [__USE_BSD]: Likewise.
32667         * sysdeps/unix/sysv/linux/mips/bits/termios.h [__USE_BSD]:
32668         Likewise.
32669         * sysdeps/unix/sysv/linux/netinet/if_ether.h [__USE_BSD]:
32670         Likewise.
32671         * sysdeps/unix/sysv/linux/netinet/if_fddi.h [__USE_BSD]: Likewise.
32672         * sysdeps/unix/sysv/linux/netinet/if_tr.h [__USE_BSD]: Likewise.
32673         * sysdeps/unix/sysv/linux/powerpc/bits/termios.h [__USE_BSD]:
32674         Likewise.
32675         * sysdeps/unix/sysv/linux/sparc/bits/termios.h [__USE_BSD]:
32676         Likewise.
32677         * sysdeps/x86/bits/string.h [__USE_BSD]: Likewise.
32678         * sysvipc/sys/ipc.h [__USE_SVID]: Likewise.
32679         * termios/termios.h [__USE_BSD]: Likewise.
32680         * time/sys/time.h [__USE_BSD]: Likewise.
32681         * time/time.h [__USE_BSD]: Likewise.
32682         [__USE_SVID]: Likewise.
32684         * Makefile (subdir_targets): Remove subdir_lint.out.
32686         * stdio-common/Makefile (do-tst-unbputc): Remove target.
32687         (do-tst-printf): Likewise.
32688         (tests): Depend directly on $(objpfx)tst-unbputc.out and
32689         $(objpfx)tst-printf.out.
32691         * io/ftwtest-sh (testout): Change to $tmp/ftwtest-tmp.out.
32693         * Makerules (check-abi-%): Change target to
32694         $(objpfx)check-abi-%.out.
32695         (check-abi target): Update dependencies.
32696         (check-abi-pattern variable): Redirect output of diff to $@.
32697         (check-abi variable): Likewise.
32698         * elf/Makefile (check-abi): Update dependencies.
32700         * soft-fp/op-common.h (_FP_DECL): Mark exponent as possibly
32701         unused.
32702         (_FP_PACK_SEMIRAW): Determine tininess based on rounding shifted
32703         value if _FP_TININESS_AFTER_ROUNDING and unrounded value is in
32704         subnormal range.
32705         (_FP_PACK_CANONICAL): Determine tininess based on rounding to
32706         normal precision if _FP_TININESS_AFTER_ROUNDING and unrounded
32707         value has largest subnormal exponent.
32708         * soft-fp/soft-fp.h [FP_NO_EXCEPTIONS]
32709         (_FP_TININESS_AFTER_ROUNDING): Undefine and redefine to 0.
32710         * sysdeps/aarch64/soft-fp/sfp-machine.h
32711         (_FP_TININESS_AFTER_ROUNDING): New macro.
32712         * sysdeps/alpha/soft-fp/sfp-machine.h
32713         (_FP_TININESS_AFTER_ROUNDING): Likewise.
32714         * sysdeps/arm/soft-fp/sfp-machine.h (_FP_TININESS_AFTER_ROUNDING):
32715         Likewise.
32716         * sysdeps/mips/mips64/soft-fp/sfp-machine.h
32717         (_FP_TININESS_AFTER_ROUNDING): Likewise.
32718         * sysdeps/mips/soft-fp/sfp-machine.h
32719         (_FP_TININESS_AFTER_ROUNDING): Likewise.
32720         * sysdeps/powerpc/soft-fp/sfp-machine.h
32721         (_FP_TININESS_AFTER_ROUNDING): Likewise.
32722         * sysdeps/sh/soft-fp/sfp-machine.h (_FP_TININESS_AFTER_ROUNDING):
32723         Likewise.
32724         * sysdeps/sparc/sparc32/soft-fp/sfp-machine.h
32725         (_FP_TININESS_AFTER_ROUNDING): Likewise.
32726         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h
32727         (_FP_TININESS_AFTER_ROUNDING): Likewise.
32728         * sysdeps/tile/sfp-machine.h (_FP_TININESS_AFTER_ROUNDING):
32729         Likewise.
32731 2014-02-12  Dylan Alex Simon  <dylan@dylex.net>
32733         [BZ #16545]
32734         * sysdeps/x86_64/fpu/libm-test-ulps: Update on AMD family 21h
32735         model 1.
32737 2014-02-12  Richard Henderson  <rth@redhat.com>
32739         * sysdeps/alpha: Move directory from ports/sysdeps/alpha.
32740         * sysdeps/unix/alpha: Move directory from ports/sysdeps/unix/alpha.
32741         * sysdeps/unix/sysv/linux/alpha: Move directory from
32742         ports/sysdeps/unix/sysv/linux/alpha.
32743         * README: Update listing for alpha-*-linux-gnu.
32745 2014-02-11  Joseph Myers  <joseph@codesourcery.com>
32747         * include/features.h: Update comment documenting feature test
32748         macros.
32749         [_BSD_SOURCE || _SVID_SOURCE]: Give #warning.  Define
32750         _DEFAULT_SOURCE.
32751         * manual/creature.texi (_BSD_SOURCE): Remove documentation.
32752         (_SVID_SOURCE): Likewise.
32753         (_DEFAULT_SOURCE): Update description of default features.
32754         (Feature Test Macros): Don't mention _SVID_SOURCE in conjunction
32755         with _GNU_SOURCE.
32756         * manual/filesys.texi (__ftw_func_t): Do not refer to _BSD_SOURCE.
32757         (S_ISVTX): Likewise.
32758         * manual/math.texi (Mathematical Constants): Likewise.
32759         * manual/signal.texi (Interrupted Primitives): Likewise.
32760         * manual/startup.texi (putenv): Do not refer to _SVID_SOURCE.
32761         * math/test-matherr.c (_SVID_SOURCE): Do not define.
32762         * sysvipc/sys/ipc.h [__USE_SVID && !__USE_XOPEN && __GNUC__ >= 2]:
32763         Don't refer to _SVID_SOURCE in warning text.
32765         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
32767         * elf/dl-lookup.c (ELF_MACHINE_SYM_NO_MATCH): Define if not
32768         already defined.
32769         (do_lookup_x): Use ELF_MACHINE_SYM_NO_MATCH.
32770         * sysdeps/mips/dl-lookup.c: Remove.
32771         * sysdeps/mips/dl-machine.h (ELF_MACHINE_SYM_NO_MATCH): New macro.
32773 2014-02-11  Stefan Liebler  <stli@linux.vnet.ibm.com>
32775         [BZ #16447]
32776         * math/auto-libm-test-in: Add testcase for expl.
32777         * math/auto-libm-test-out: Regenerate.
32778         * sysdeps/ieee754/ldbl-128/e_expl.c (__ieee754_expl): Fix
32779         calculation of unsafe.
32780         * sysdeps/s390/fpu/libm-test-ulps: Adjust ULPs for added testcase.
32782 2014-02-11  Marcus Shawcroft  <marcus.shawcroft@arm.com>
32784         * sysdeps/aarch64: Move directory from ports/sysdeps/aarch64.
32785         * sysdeps/unix/sysv/linux/aarch64: Move directory from
32786         ports/sysdeps/unix/sysv/linux/aarch64.
32787         * README: Update listing for aarch64*-*-linux-gnu.
32789 2014-02-11  Will Newton  <will.newton@linaro.org>
32791         * manual/probes.texi (Mathematical Function Probes): Use
32792         "triggered" instead of "hit".
32794         * manual/probes.texi (Internal Probes): Add documentation
32795         of setjmp, longjmp and longjmp_target probes.
32797         * include/stap-probe.h: Add comment about probe argument
32798         format.
32800         * malloc/mtrace.c (attribute_hidden): Remove unused macro
32801         definition.  (tr_where, tr_freehook, tr_mallochook,
32802         tr_reallochook, tr_memalignhook): Use ANSI protoype.
32804 2014-02-11  David S. Miller  <davem@davemloft.net>
32806         * stdio-common/tst-sscanf.c (main): Use 'long' for 'dummy' when
32807         processing int_tests.
32809 2014-02-10  Joseph Myers  <joseph@codesourcery.com>
32811         * sysdeps/mips: Move directory from ports/sysdeps/mips.
32812         * sysdeps/unix/mips: Move directory from ports/sysdeps/unix/mips.
32813         * sysdeps/unix/sysv/linux/mips: Move directory from
32814         ports/sysdeps/unix/sysv/linux/mips.
32815         * README: Update listing for mips-*-linux-gnu and
32816         mips64-*-linux-gnu.
32818 2014-02-10  Andreas Schwab  <schwab@linux-m68k.org>
32820         * sysdeps/m68k: Move directory from ports/sysdeps/m68k.
32821         * sysdeps/unix/sysv/linux/m68k: Move directory from
32822         ports/sysdeps/unix/sysv/linux/m68k.
32823         * README: Update listing for m68k-*-linux-gnu.
32825 2014-02-10  Chris Metcalf  <cmetcalf@tilera.com>
32827         * sysdeps/tile: Move directory from ports/sysdeps/tile.
32828         * sysdeps/unix/sysv/linux/generic: Move directory from
32829         ports/sysdeps/unix/sysv/linux/generic.
32830         * sysdeps/unix/sysv/linux/tile: Move directory from
32831         ports/sysdeps/unix/sysv/linux/tile.
32832         * README: Update listing for tile*-*-linux-gnu.
32834 2014-02-10  Ondřej Bílka  <neleai@seznam.cz>
32836         * assert/assert.c (__assert_fail_base): Use glibc_likely instead
32837         __builtin_expect.
32838         * benchtests/bench-memmem.c (simple_memmem): Likewise.
32839         * catgets/open_catalog.c (__open_catalog): Likewise.
32840         * csu/libc-start.c (LIBC_START_MAIN): Likewise.
32841         * debug/confstr_chk.c: Likewise.
32842         * debug/fread_chk.c (__fread_chk): Likewise.
32843         * debug/fread_u_chk.c (__fread_unlocked_chk): Likewise.
32844         * debug/getgroups_chk.c: Likewise.
32845         * debug/mbsnrtowcs_chk.c: Likewise.
32846         * debug/mbsrtowcs_chk.c: Likewise.
32847         * debug/mbstowcs_chk.c: Likewise.
32848         * debug/memcpy_chk.c: Likewise.
32849         * debug/memmove_chk.c: Likewise.
32850         * debug/mempcpy_chk.c: Likewise.
32851         * debug/memset_chk.c: Likewise.
32852         * debug/stpcpy_chk.c (__stpcpy_chk): Likewise.
32853         * debug/strcat_chk.c (__strcat_chk): Likewise.
32854         * debug/strcpy_chk.c (__strcpy_chk): Likewise.
32855         * debug/strncat_chk.c (__strncat_chk): Likewise.
32856         * debug/vsnprintf_chk.c (___vsnprintf_chk): Likewise.
32857         * debug/vswprintf_chk.c (__vswprintf_chk): Likewise.
32858         * debug/wcpcpy_chk.c (__wcpcpy_chk): Likewise.
32859         * debug/wcpncpy_chk.c: Likewise.
32860         * debug/wcscat_chk.c (__wcscat_chk): Likewise.
32861         * debug/wcscpy_chk.c (__wcscpy_chk): Likewise.
32862         * debug/wcsncat_chk.c (__wcsncat_chk): Likewise.
32863         * debug/wcsncpy_chk.c: Likewise.
32864         * debug/wcsnrtombs_chk.c: Likewise.
32865         * debug/wcsrtombs_chk.c: Likewise.
32866         * debug/wcstombs_chk.c: Likewise.
32867         * debug/wmemcpy_chk.c: Likewise.
32868         * debug/wmemmove_chk.c: Likewise.
32869         * debug/wmempcpy_chk.c: Likewise.
32870         * debug/wmemset_chk.c: Likewise.
32871         * dirent/scandirat.c (SCANDIRAT): Likewise.
32872         * dlfcn/dladdr1.c (dladdr1): Likewise.
32873         * dlfcn/dladdr.c (dladdr): Likewise.
32874         * dlfcn/dlclose.c (dlclose_doit): Likewise.
32875         * dlfcn/dlerror.c (__dlerror): Likewise.
32876         * dlfcn/dlinfo.c (dlinfo_doit): Likewise.
32877         * dlfcn/dlmopen.c (dlmopen_doit): Likewise.
32878         * dlfcn/dlopen.c (dlopen_doit): Likewise.
32879         * dlfcn/dlopenold.c (__dlopen_nocheck): Likewise.
32880         * dlfcn/dlsym.c (dlsym_doit): Likewise.
32881         * dlfcn/dlvsym.c (dlvsym_doit): Likewise.
32882         * elf/dl-cache.c (_dl_load_cache_lookup): Likewise.
32883         * elf/dl-close.c (remove_slotinfo, _dl_close_worker, _dl_close):
32884         Likewise.
32885         * elf/dl-conflict.c: Likewise.
32886         * elf/dl-deps.c (_dl_build_local_scope, _dl_map_object_deps): Likewise.
32887         * elf/dl-dst.h: Likewise.
32888         * elf/dl-fini.c (_dl_sort_fini, _dl_fini): Likewise.
32889         * elf/dl-fptr.c (_dl_make_fptr): Likewise.
32890         * elf/dl-hwcaps.c (_dl_important_hwcaps): Likewise.
32891         * elf/dl-init.c (call_init, _dl_init): Likewise.
32892         * elf/dl-libc.c (__libc_dlopen_mode, __libc_dlsym): Likewise.
32893         * elf/dl-load.c (_dl_dst_substitute, fillin_rpath, _dl_init_paths)
32894         (_dl_map_object_from_fd, open_verify, open_path, _dl_map_object):
32895         Likewise.
32896         * elf/dl-lookup.c (do_lookup_x, add_dependency, _dl_lookup_symbol_x):
32897         Likewise.
32898         * elf/dl-minimal.c (__libc_memalign): Likewise.
32899         * elf/dl-open.c (add_to_global, dl_open_worker, _dl_open): Likewise.
32900         * elf/dl-reloc.c (_dl_relocate_object): Likewise.
32901         * elf/dl-runtime.c (_dl_fixup, _dl_profile_fixup): Likewise.
32902         * elf/dl-sym.c (do_sym): Likewise.
32903         * elf/dl-tls.c (tls_get_addr_tail, update_get_addr)
32904         (__tls_get_addr, _dl_tls_get_addr_soft): Likewise.
32905         * elf/dl-version.c (match_symbol, _dl_check_map_versions): Likewise.
32906         * elf/dl-writev.h (_dl_writev): Likewise.
32907         * elf/ldconfig.c (search_dir): Likewise.
32908         * elf/rtld.c (_dl_start_final, _dl_start, init_tls, do_preload)
32909         (dl_main): Likewise.
32910         * elf/setup-vdso.h (setup_vdso): Likewise.
32911         * grp/compat-initgroups.c (compat_call): Likewise.
32912         * grp/fgetgrent.c (fgetgrent): Likewise.
32913         * grp/initgroups.c (getgrouplist, initgroups): Likewise.
32914         * grp/putgrent.c (putgrent): Likewise.
32915         * hesiod/nss_hesiod/hesiod-grp.c (_nss_hesiod_initgroups_dyn):
32916         Likewise.
32917         * hurd/hurdinit.c: Likewise.
32918         * iconvdata/8bit-gap.c (struct): Likewise.
32919         * iconvdata/ansi_x3.110.c : Likewise.
32920         * iconvdata/big5.c : Likewise.
32921         * iconvdata/big5hkscs.c : Likewise.
32922         * iconvdata/cp1255.c: Likewise.
32923         * iconvdata/cp1258.c : Likewise.
32924         * iconvdata/cp932.c : Likewise.
32925         * iconvdata/euc-cn.c: Likewise.
32926         * iconvdata/euc-jisx0213.c : Likewise.
32927         * iconvdata/euc-jp.c: Likewise.
32928         * iconvdata/euc-jp-ms.c : Likewise.
32929         * iconvdata/euc-kr.c (euckr_from_ucs4): Likewise.
32930         * iconvdata/gb18030.c : Likewise.
32931         * iconvdata/gbbig5.c (const): Likewise.
32932         * iconvdata/gbgbk.c: Likewise.
32933         * iconvdata/gbk.c : Likewise.
32934         * iconvdata/ibm1364.c : Likewise.
32935         * iconvdata/ibm930.c : Likewise.
32936         * iconvdata/ibm932.c: Likewise.
32937         * iconvdata/ibm933.c : Likewise.
32938         * iconvdata/ibm935.c : Likewise.
32939         * iconvdata/ibm937.c : Likewise.
32940         * iconvdata/ibm939.c : Likewise.
32941         * iconvdata/ibm943.c: Likewise.
32942         * iconvdata/iso_11548-1.c: Likewise.
32943         * iconvdata/iso-2022-cn.c : Likewise.
32944         * iconvdata/iso-2022-cn-ext.c : Likewise.
32945         * iconvdata/iso-2022-jp-3.c: Likewise.
32946         * iconvdata/iso-2022-jp.c (gconv_end): Likewise.
32947         * iconvdata/iso-2022-kr.c : Likewise.
32948         * iconvdata/iso646.c (gconv_end): Likewise.
32949         * iconvdata/iso_6937-2.c : Likewise.
32950         * iconvdata/iso_6937.c : Likewise.
32951         * iconvdata/iso8859-1.c: Likewise.
32952         * iconvdata/johab.c (johab_sym_hanja_to_ucs): Likewise.
32953         * iconvdata/shift_jisx0213.c : Likewise.
32954         * iconvdata/sjis.c : Likewise.
32955         * iconvdata/t.61.c : Likewise.
32956         * iconvdata/tcvn5712-1.c : Likewise.
32957         * iconvdata/tscii.c: Likewise.
32958         * iconvdata/uhc.c : Likewise.
32959         * iconvdata/unicode.c (gconv_end): Likewise.
32960         * iconvdata/utf-16.c (gconv_end): Likewise.
32961         * iconvdata/utf-32.c (gconv_end): Likewise.
32962         * iconvdata/utf-7.c (base64): Likewise.
32963         * iconv/gconv_cache.c (__gconv_load_cache): Likewise.
32964         * iconv/gconv_close.c (__gconv_close): Likewise.
32965         * iconv/gconv_open.c (__gconv_open): Likewise.
32966         * iconv/gconv_simple.c (internal_ucs4_loop_single)
32967         (ucs4_internal_loop, ucs4_internal_loop_unaligned)
32968         (ucs4_internal_loop_single, internal_ucs4le_loop_single)
32969         (ucs4le_internal_loop, ucs4le_internal_loop_unaligned)
32970         (ucs4le_internal_loop_single): Likewise.
32971         * iconv/iconv.c (iconv): Likewise.
32972         * iconv/iconv_close.c: Likewise.
32973         * iconv/loop.c (SINGLE): Likewise.
32974         * iconv/skeleton.c (FUNCTION_NAME): Likewise.
32975         * include/atomic.h: Likewise.
32976         * inet/inet6_option.c (option_alloc): Likewise.
32977         * intl/bindtextdom.c (set_binding_values): Likewise.
32978         * intl/dcigettext.c (DCIGETTEXT, _nl_find_msg): Likewise.
32979         * intl/loadmsgcat.c (_nl_load_domain): Likewise.
32980         * intl/localealias.c (read_alias_file): Likewise.
32981         * libio/filedoalloc.c (_IO_file_doallocate): Likewise.
32982         * libio/fileops.c (_IO_file_open, _IO_file_underflow_mmap)
32983         (_IO_new_file_overflow, _IO_file_xsgetn_mmap): Likewise.
32984         * libio/fmemopen.c (fmemopen): Likewise.
32985         * libio/iofgets.c (_IO_fgets): Likewise.
32986         * libio/iofgets_u.c (fgets_unlocked): Likewise.
32987         * libio/iofgetws.c (fgetws): Likewise.
32988         * libio/iofgetws_u.c (fgetws_unlocked): Likewise.
32989         * libio/iogetdelim.c (_IO_getdelim): Likewise.
32990         * libio/wfileops.c (_IO_wfile_underflow, _IO_wfile_underflow_mmap)
32991         (adjust_wide_data, _IO_wfile_seekoff): Likewise.
32992         * locale/findlocale.c (_nl_find_locale): Likewise.
32993         * locale/loadarchive.c (_nl_load_locale_from_archive): Likewise.
32994         * locale/loadlocale.c (_nl_intern_locale_data, _nl_load_locale):
32995         Likewise.
32996         * locale/setlocale.c (setlocale): Likewise.
32997         * login/programs/pt_chown.c (main): Likewise.
32998         * malloc/arena.c (ptmalloc_init, shrink_heap, arena_get2): Likewise.
32999         * malloc/malloc.c (_int_malloc, _int_free): Likewise.
33000         * malloc/memusage.c (update_data, malloc, realloc, calloc, free)
33001         (mmap, mmap64, mremap, munmap): Likewise.
33002         * math/e_exp2l.c: Likewise.
33003         * math/e_scalb.c (invalid_fn, __ieee754_scalb): Likewise.
33004         * math/e_scalbf.c (invalid_fn, __ieee754_scalbf): Likewise.
33005         * math/e_scalbl.c (invalid_fn, __ieee754_scalbl): Likewise.
33006         * math/s_catan.c (__catan): Likewise.
33007         * math/s_catanf.c (__catanf): Likewise.
33008         * math/s_catanh.c (__catanh): Likewise.
33009         * math/s_catanhf.c (__catanhf): Likewise.
33010         * math/s_catanhl.c (__catanhl): Likewise.
33011         * math/s_catanl.c (__catanl): Likewise.
33012         * math/s_ccosh.c (__ccosh): Likewise.
33013         * math/s_ccoshf.c (__ccoshf): Likewise.
33014         * math/s_ccoshl.c (__ccoshl): Likewise.
33015         * math/s_cexp.c (__cexp): Likewise.
33016         * math/s_cexpf.c (__cexpf): Likewise.
33017         * math/s_cexpl.c (__cexpl): Likewise.
33018         * math/s_clog10.c (__clog10): Likewise.
33019         * math/s_clog10f.c (__clog10f): Likewise.
33020         * math/s_clog10l.c (__clog10l): Likewise.
33021         * math/s_clog.c (__clog): Likewise.
33022         * math/s_clogf.c (__clogf): Likewise.
33023         * math/s_clogl.c (__clogl): Likewise.
33024         * math/s_csin.c (__csin): Likewise.
33025         * math/s_csinf.c (__csinf): Likewise.
33026         * math/s_csinh.c (__csinh): Likewise.
33027         * math/s_csinhf.c (__csinhf): Likewise.
33028         * math/s_csinhl.c (__csinhl): Likewise.
33029         * math/s_csinl.c (__csinl): Likewise.
33030         * math/s_csqrt.c (__csqrt): Likewise.
33031         * math/s_csqrtf.c (__csqrtf): Likewise.
33032         * math/s_csqrtl.c (__csqrtl): Likewise.
33033         * math/s_ctan.c (__ctan): Likewise.
33034         * math/s_ctanf.c (__ctanf): Likewise.
33035         * math/s_ctanh.c (__ctanh): Likewise.
33036         * math/s_ctanhf.c (__ctanhf): Likewise.
33037         * math/s_ctanhl.c (__ctanhl): Likewise.
33038         * math/s_ctanl.c (__ctanl): Likewise.
33039         * math/w_pow.c: Likewise.
33040         * math/w_powf.c: Likewise.
33041         * math/w_powl.c: Likewise.
33042         * math/w_scalb.c (sysv_scalb): Likewise.
33043         * math/w_scalbf.c (sysv_scalbf): Likewise.
33044         * math/w_scalbl.c (sysv_scalbl): Likewise.
33045         * misc/error.c (error_tail): Likewise.
33046         * misc/pselect.c (__pselect): Likewise.
33047         * nis/nis_callback.c (__nis_create_callback): Likewise.
33048         * nis/nis_call.c (__nisfind_server): Likewise.
33049         * nis/nis_creategroup.c (nis_creategroup): Likewise.
33050         * nis/nis_domain_of_r.c (nis_domain_of_r): Likewise.
33051         * nis/nis_findserv.c (__nis_findfastest_with_timeout): Likewise.
33052         * nis/nis_getservlist.c (nis_getservlist): Likewise.
33053         * nis/nis_lookup.c (nis_lookup): Likewise.
33054         * nis/nis_subr.c (nis_leaf_of_r, nis_getnames): Likewise.
33055         * nis/nis_table.c (__create_ib_request, nis_list, nis_add_entry)
33056         (nis_modify_entry, nis_first_entry, nis_next_entry): Likewise.
33057         * nis/nis_xdr.c (xdr_endpoint): Likewise.
33058         * nis/nss_compat/compat-grp.c (getgrent_next_file)
33059         (internal_getgrnam_r, internal_getgrgid_r): Likewise.
33060         * nis/nss_compat/compat-initgroups.c (add_group)
33061         (internal_getgrent_r): Likewise.
33062         * nis/nss_compat/compat-pwd.c (getpwent_next_file)
33063         (internal_getpwnam_r, internal_getpwuid_r): Likewise.
33064         * nis/nss_compat/compat-spwd.c (getspent_next_file)
33065         (internal_getspnam_r): Likewise.
33066         * nis/nss_nis/nis-alias.c (internal_nis_getaliasent_r)
33067         (_nss_nis_getaliasbyname_r): Likewise.
33068         * nis/nss_nis/nis-ethers.c (_nss_nis_gethostton_r)
33069         (_nss_nis_getntohost_r): Likewise.
33070         * nis/nss_nis/nis-grp.c (internal_nis_setgrent)
33071         (internal_nis_getgrent_r, _nss_nis_getgrnam_r)
33072         (_nss_nis_getgrgid_r): Likewise.
33073         * nis/nss_nis/nis-hosts.c (_nss_nis_sethostent)
33074         (internal_nis_gethostent_r, internal_gethostbyname2_r)
33075         (_nss_nis_gethostbyname_r, _nss_nis_gethostbyaddr_r)
33076         (_nss_nis_gethostbyname4_r): Likewise.
33077         * nis/nss_nis/nis-initgroups.c (internal_getgrent_r)
33078         (initgroups_netid): Likewise.
33079         * nis/nss_nis/nis-netgrp.c (_nss_nis_setnetgrent): Likewise.
33080         * nis/nss_nis/nis-network.c (internal_nis_getnetent_r)
33081         (_nss_nis_getnetbyname_r, _nss_nis_getnetbyaddr_r): Likewise.
33082         * nis/nss_nis/nis-proto.c (_nss_nis_getprotobyname_r)
33083         (_nss_nis_getprotobynumber_r): Likewise.
33084         * nis/nss_nis/nis-publickey.c (_nss_nis_getpublickey)
33085         (_nss_nis_getsecretkey): Likewise.
33086         * nis/nss_nis/nis-pwd.c (_nis_saveit, internal_nis_setpwent)
33087         (internal_nis_getpwent_r, _nss_nis_getpwnam_r)
33088         (_nss_nis_getpwuid_r): Likewise.
33089         * nis/nss_nis/nis-rpc.c (internal_nis_getrpcent_r)
33090         (_nss_nis_getrpcbyname_r, _nss_nis_getrpcbynumber_r): Likewise.
33091         * nis/nss_nis/nis-service.c (dosearch, internal_nis_getservent_r)
33092         (_nss_nis_getservbyname_r, _nss_nis_getservbyport_r): Likewise.
33093         * nis/nss_nis/nis-spwd.c (_nss_nis_setspent)
33094         (internal_nis_getspent_r, _nss_nis_getspnam_r): Likewise.
33095         * nis/nss_nisplus/nisplus-alias.c (_nss_nisplus_getaliasbyname_r):
33096         Likewise.
33097         * nis/nss_nisplus/nisplus-ethers.c (_nss_nisplus_gethostton_r)
33098         (_nss_nisplus_getntohost_r): Likewise.
33099         * nis/nss_nisplus/nisplus-grp.c (internal_nisplus_getgrent_r)
33100         (_nss_nisplus_getgrnam_r, _nss_nisplus_getgrgid_r): Likewise.
33101         * nis/nss_nisplus/nisplus-hosts.c (internal_gethostbyname2_r)
33102         (_nss_nisplus_gethostbyaddr_r, _nss_nisplus_gethostbyname4_r):
33103         Likewise.
33104         * nis/nss_nisplus/nisplus-initgroups.c
33105         (_nss_nisplus_initgroups_dyn): Likewise.
33106         * nis/nss_nisplus/nisplus-network.c (_nss_nisplus_getnetbyname_r)
33107         (_nss_nisplus_getnetbyaddr_r): Likewise.
33108         * nis/nss_nisplus/nisplus-proto.c (_nss_nisplus_getprotobyname_r)
33109         (_nss_nisplus_getprotobynumber_r): Likewise.
33110         * nis/nss_nisplus/nisplus-pwd.c (internal_nisplus_getpwent_r)
33111         (_nss_nisplus_getpwnam_r, _nss_nisplus_getpwuid_r): Likewise.
33112         * nis/nss_nisplus/nisplus-rpc.c (_nss_nisplus_getrpcbyname_r):
33113         Likewise.
33114         * nis/nss_nisplus/nisplus-service.c
33115         (internal_nisplus_getservent_r, _nss_nisplus_getservbyname_r)
33116         (_nss_nisplus_getservbyport_r): Likewise.
33117         * nis/nss_nisplus/nisplus-spwd.c (internal_nisplus_getspent_r)
33118         (_nss_nisplus_getspnam_r): Likewise.
33119         * nis/ypclnt.c (__yp_bind, yp_match, yp_all, yp_maplist):
33120         Likewise.
33121         * nscd/aicache.c (addhstaiX): Likewise.
33122         * nscd/cache.c (cache_search, prune_cache): Likewise.
33123         * nscd/connections.c (register_traced_file, send_ro_fd)
33124         (handle_request, nscd_run_prune, nscd_run_worker, fd_ready)
33125         (main_loop_epoll): Likewise.
33126         * nscd/grpcache.c (addgrbyX): Likewise.
33127         * nscd/hstcache.c (addhstbyX): Likewise.
33128         * nscd/initgrcache.c (addinitgroupsX): Likewise.
33129         * nscd/mem.c (gc, mempool_alloc): Likewise.
33130         * nscd/netgroupcache.c (do_notfound, addgetnetgrentX)
33131         (addinnetgrX): Likewise.
33132         * nscd/nscd-client.h (__nscd_acquire_maplock)
33133         (__nscd_drop_map_ref): Likewise.
33134         * nscd/nscd_getai.c (__nscd_getai): Likewise.
33135         * nscd/nscd_getgr_r.c (nscd_getgr_r): Likewise.
33136         * nscd/nscd_gethst_r.c (__nscd_get_nl_timestamp, nscd_gethst_r):
33137         Likewise.
33138         * nscd/nscd_getpw_r.c (nscd_getpw_r): Likewise.
33139         * nscd/nscd_getserv_r.c (nscd_getserv_r): Likewise.
33140         * nscd/nscd_helper.c (__readvall, open_socket, __nscd_get_mapping)
33141         (__nscd_get_map_ref): Likewise.
33142         * nscd/nscd_initgroups.c (__nscd_getgrouplist): Likewise.
33143         * nscd/nscd_netgroup.c (__nscd_setnetgrent, __nscd_innetgr):
33144         Likewise.
33145         * nscd/pwdcache.c (addpwbyX): Likewise.
33146         * nscd/selinux.c (preserve_capabilities): Likewise.
33147         * nscd/servicescache.c (addservbyX): Likewise.
33148         * nss/nss_files/files-XXX.c (internal_getent): Likewise.
33149         * posix/fnmatch.c (fnmatch): Likewise.
33150         * posix/getopt.c (_getopt_internal_r): Likewise.
33151         * posix/glob.c (glob, glob_in_dir): Likewise.
33152         * posix/wordexp.c (exec_comm_child): Likewise.
33153         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyaddr2_r)
33154         (getanswer_r, gaih_getanswer_slice): Likewise.
33155         * resolv/nss_dns/dns-network.c (getanswer_r): Likewise.
33156         * resolv/res_init.c: Likewise.
33157         * resolv/res_mkquery.c (res_nmkquery): Likewise.
33158         * resolv/res_query.c (__libc_res_nquery): Likewise.
33159         * resolv/res_send.c (__libc_res_nsend, send_vc, reopen, send_dg):
33160         Likewise.
33161         * stdio-common/_i18n_number.h (_i18n_number_rewrite): Likewise.
33162         * stdio-common/perror.c (perror): Likewise.
33163         * stdio-common/printf_fp.c (___printf_fp): Likewise.
33164         * stdio-common/tmpnam.c (tmpnam): Likewise.
33165         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Likewise.
33166         * stdlib/cxa_finalize.c (__cxa_finalize): Likewise.
33167         * stdlib/cxa_thread_atexit_impl.c (__cxa_thread_atexit_impl):
33168         Likewise.
33169         * stdlib/drand48-iter.c (__drand48_iterate): Likewise.
33170         * stdlib/putenv.c (putenv): Likewise.
33171         * stdlib/setenv.c (__add_to_environ): Likewise.
33172         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Likewise.
33173         * stdlib/strtol_l.c (INTERNAL): Likewise.
33174         * string/memmem.c (memmem): Likewise.
33175         * string/strerror.c (strerror): Likewise.
33176         * string/strnlen.c (__strnlen): Likewise.
33177         * string/test-memmem.c (simple_memmem): Likewise.
33178         * sunrpc/clnt_udp.c (__libc_clntudp_bufcreate): Likewise.
33179         * sunrpc/pm_getport.c (__get_socket): Likewise.
33180         * sysdeps/gnu/unwind-resume.c (init, _Unwind_Resume): Likewise.
33181         * sysdeps/i386/dl-irel.h (elf_irel): Likewise.
33182         * sysdeps/i386/dl-machine.h (elf_machine_runtime_setup)
33183         (elf_machine_rel, elf_machine_lazy_rel, elf_machine_lazy_rela):
33184         Likewise.
33185         * sysdeps/ieee754/dbl-64/e_atanh.c (__ieee754_atanh): Likewise.
33186         * sysdeps/ieee754/dbl-64/e_exp2.c (__ieee754_exp2): Likewise.
33187         * sysdeps/ieee754/dbl-64/e_fmod.c (__ieee754_fmod): Likewise.
33188         * sysdeps/ieee754/dbl-64/e_gamma_r.c (__ieee754_gamma_r): Likewise.
33189         * sysdeps/ieee754/dbl-64/e_hypot.c (__ieee754_hypot): Likewise.
33190         * sysdeps/ieee754/dbl-64/e_j1.c (__ieee754_j1, __ieee754_y1):
33191         Likewise.
33192         * sysdeps/ieee754/dbl-64/e_jn.c (__ieee754_jn, __ieee754_yn):
33193         Likewise.
33194         * sysdeps/ieee754/dbl-64/e_log10.c (__ieee754_log10): Likewise.
33195         * sysdeps/ieee754/dbl-64/e_log2.c (__ieee754_log2): Likewise.
33196         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Likewise.
33197         * sysdeps/ieee754/dbl-64/e_sinh.c (__ieee754_sinh): Likewise.
33198         * sysdeps/ieee754/dbl-64/s_asinh.c (__asinh): Likewise.
33199         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Likewise.
33200         * sysdeps/ieee754/dbl-64/s_log1p.c (__log1p): Likewise.
33201         * sysdeps/ieee754/dbl-64/s_logb.c (__logb): Likewise.
33202         * sysdeps/ieee754/dbl-64/s_modf.c (__modf): Likewise.
33203         * sysdeps/ieee754/dbl-64/s_scalbln.c (__scalbln): Likewise.
33204         * sysdeps/ieee754/dbl-64/s_scalbn.c (__scalbn): Likewise.
33205         * sysdeps/ieee754/dbl-64/wordsize-64/e_acosh.c (__ieee754_acosh):
33206         Likewise.
33207         * sysdeps/ieee754/dbl-64/wordsize-64/e_log10.c (__ieee754_log10):
33208         Likewise.
33209         * sysdeps/ieee754/dbl-64/wordsize-64/e_log2.c (__ieee754_log2):
33210         Likewise.
33211         * sysdeps/ieee754/dbl-64/wordsize-64/s_frexp.c (__frexp): Likewise.
33212         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c (__logb): Likewise.
33213         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c (__remquo): Likewise.
33214         * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c (__round): Likewise.
33215         * sysdeps/ieee754/flt-32/e_atanhf.c (__ieee754_atanhf): Likewise.
33216         * sysdeps/ieee754/flt-32/e_gammaf_r.c (__ieee754_gammaf_r): Likewise.
33217         * sysdeps/ieee754/flt-32/s_logbf.c (__logbf): Likewise.
33218         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c (__ieee754_fmodl): Likewise.
33219         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h (ldbl_nearbyint): Likewise.
33220         * sysdeps/ieee754/ldbl-128ibm/s_llrintl.c (__llrintl): Likewise.
33221         * sysdeps/ieee754/ldbl-128ibm/s_llroundl.c (__llroundl): Likewise.
33222         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
33223         * sysdeps/ieee754/ldbl-128ibm/s_lrintl.c (__lrintl): Likewise.
33224         * sysdeps/ieee754/ldbl-128ibm/s_lroundl.c (__lroundl): Likewise.
33225         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
33226         * sysdeps/ieee754/ldbl-96/e_gammal_r.c (__ieee754_gammal_r):
33227         Likewise.
33228         * sysdeps/ieee754/ldbl-96/e_j0l.c (__ieee754_j0l, __ieee754_y0l):
33229         Likewise.
33230         * sysdeps/ieee754/ldbl-96/e_j1l.c (__ieee754_j1l, __ieee754_y1l):
33231         Likewise.
33232         * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_jnl, __ieee754_ynl):
33233         Likewise.
33234         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Likewise.
33235         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
33236         * sysdeps/posix/clock_getres.c (hp_timing_getres, realtime_getres):
33237         Likewise.
33238         * sysdeps/posix/fdopendir.c (__fdopendir): Likewise.
33239         * sysdeps/posix/getaddrinfo.c (gaih_inet, getaddrinfo): Likewise.
33240         * sysdeps/posix/opendir.c (__opendirat): Likewise.
33241         * sysdeps/posix/sleep.c: Likewise.
33242         * sysdeps/posix/tempname.c: Likewise.
33243         * sysdeps/powerpc/powerpc32/dl-irel.h (elf_irela): Likewise.
33244         * sysdeps/powerpc/powerpc32/dl-machine.c (__process_machine_rela):
33245         Likewise.
33246         * sysdeps/powerpc/powerpc32/dl-machine.h
33247         (elf_machine_runtime_setup, elf_machine_rela): Likewise.
33248         * sysdeps/powerpc/powerpc64/dl-irel.h (elf_irela): Likewise.
33249         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela): Likewise.
33250         * sysdeps/pthread/aio_notify.c (__aio_notify_only): Likewise.
33251         * sysdeps/pthread/aio_suspend.c (do_aio_misc_wait, aio_suspend):
33252         Likewise.
33253         * sysdeps/s390/dl-irel.h (elf_irela): Likewise.
33254         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_runtime_setup)
33255         (elf_machine_rela, elf_machine_lazy_rel): Likewise.
33256         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_runtime_setup)
33257         (elf_machine_rela, elf_machine_lazy_rel): Likewise.
33258         * sysdeps/s390/s390-64/utf16-utf32-z9.c (gconv_end): Likewise.
33259         * sysdeps/s390/s390-64/utf8-utf16-z9.c (gconv_end): Likewise.
33260         * sysdeps/s390/s390-64/utf8-utf32-z9.c (gconv_end): Likewise.
33261         * sysdeps/sh/dl-machine.h (elf_machine_rela): Likewise.
33262         * sysdeps/sparc/sparc32/dl-irel.h (elf_irela): Likewise.
33263         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela)
33264         (elf_machine_lazy_rel): Likewise.
33265         * sysdeps/sparc/sparc64/dl-irel.h (elf_irela): Likewise.
33266         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela)
33267         (elf_machine_lazy_rel): Likewise.
33268         * sysdeps/sparc/sparc64/dl-plt.h (sparc64_fixup_plt): Likewise.
33269         * sysdeps/unix/clock_gettime.c (hp_timing_gettime): Likewise.
33270         * sysdeps/unix/clock_settime.c (hp_timing_settime): Likewise.
33271         * sysdeps/unix/grantpt.c (grantpt): Likewise.
33272         * sysdeps/unix/sysv/linux/accept4.c (accept4): Likewise.
33273         * sysdeps/unix/sysv/linux/adjtime.c (ADJTIME): Likewise.
33274         * sysdeps/unix/sysv/linux/check_pf.c (__check_pf): Likewise.
33275         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
33276         Likewise.
33277         * sysdeps/unix/sysv/linux/faccessat.c (faccessat): Likewise.
33278         * sysdeps/unix/sysv/linux/fchmodat.c (fchmodat): Likewise.
33279         * sysdeps/unix/sysv/linux/fchownat.c (fchownat): Likewise.
33280         * sysdeps/unix/sysv/linux/futimesat.c (futimesat): Likewise.
33281         * sysdeps/unix/sysv/linux/fxstatat64.c (__fxstatat64): Likewise.
33282         * sysdeps/unix/sysv/linux/fxstatat.c (__fxstatat): Likewise.
33283         * sysdeps/unix/sysv/linux/i386/fallocate64.c (fallocate64): Likewise.
33284         * sysdeps/unix/sysv/linux/i386/fallocate.c (fallocate): Likewise.
33285         * sysdeps/unix/sysv/linux/i386/fchownat.c (fchownat): Likewise.
33286         * sysdeps/unix/sysv/linux/i386/fxstatat.c (__fxstatat): Likewise.
33287         * sysdeps/unix/sysv/linux/i386/get_clockfreq.c (__get_clockfreq):
33288         Likewise.
33289         * sysdeps/unix/sysv/linux/i386/posix_fallocate64.c
33290         (__posix_fallocate64_l64): Likewise.
33291         * sysdeps/unix/sysv/linux/i386/posix_fallocate.c
33292         (posix_fallocate): Likewise.
33293         * sysdeps/unix/sysv/linux/i386/scandir64.c (__old_scandir64):
33294         Likewise.
33295         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
33296         * sysdeps/unix/sysv/linux/ifaddrs.c (__netlink_request)
33297         (getifaddrs_internal): Likewise.
33298         * sysdeps/unix/sysv/linux/linkat.c (linkat): Likewise.
33299         * sysdeps/unix/sysv/linux/mkdirat.c (mkdirat): Likewise.
33300         * sysdeps/unix/sysv/linux/mq_unlink.c (mq_unlink): Likewise.
33301         * sysdeps/unix/sysv/linux/openat.c (OPENAT_NOT_CANCEL): Likewise.
33302         * sysdeps/unix/sysv/linux/posix_fallocate64.c
33303         (__posix_fallocate64_l64): Likewise.
33304         * sysdeps/unix/sysv/linux/posix_fallocate.c (posix_fallocate):
33305         Likewise.
33306         * sysdeps/unix/sysv/linux/powerpc/fchownat.c (fchownat): Likewise.
33307         * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c
33308         (__get_clockfreq): Likewise.
33309         * sysdeps/unix/sysv/linux/readlinkat.c (readlinkat): Likewise.
33310         * sysdeps/unix/sysv/linux/recvmmsg.c (recvmmsg): Likewise.
33311         * sysdeps/unix/sysv/linux/renameat.c (renameat): Likewise.
33312         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
33313         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
33314         * sysdeps/unix/sysv/linux/sched_setaffinity.c: Likewise.
33315         * sysdeps/unix/sysv/linux/sendmmsg.c (__sendmmsg): Likewise.
33316         * sysdeps/unix/sysv/linux/shm_open.c (where_is_shmfs, shm_open):
33317         Likewise.
33318         * sysdeps/unix/sysv/linux/sleep.c (__sleep): Likewise.
33319         * sysdeps/unix/sysv/linux/symlinkat.c (symlinkat): Likewise.
33320         * sysdeps/unix/sysv/linux/tcgetattr.c (__tcgetattr): Likewise.
33321         * sysdeps/unix/sysv/linux/ttyname.c (ttyname): Likewise.
33322         * sysdeps/unix/sysv/linux/ttyname_r.c (__ttyname_r): Likewise.
33323         * sysdeps/unix/sysv/linux/unlinkat.c (unlinkat): Likewise.
33324         * sysdeps/unix/sysv/linux/wordsize-64/fxstatat.c (__fxstatat):
33325         Likewise.
33326         * sysdeps/unix/sysv/linux/wordsize-64/posix_fallocate.c
33327         (posix_fallocate): Likewise.
33328         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
33329         * sysdeps/unix/sysv/linux/xmknodat.c (__xmknodat): Likewise.
33330         * sysdeps/x86_64/dl-irel.h (elf_irela): Likewise.
33331         * sysdeps/x86_64/dl-machine.h (elf_machine_runtime_setup)
33332         (elf_machine_rela, elf_machine_rela_relative)
33333         (elf_machine_lazy_rel): Likewise.
33334         * time/asctime.c (asctime_internal): Likewise.
33335         * time/tzfile.c (__tzfile_read, __tzfile_compute): Likewise.
33336         * time/tzset.c (__tzset_parse_tz): Likewise.
33337         * wcsmbs/mbrtoc16.c (mbrtoc16): Likewise.
33338         * wcsmbs/mbrtowc.c (__mbrtowc): Likewise.
33339         * wcsmbs/wcsmbsload.c (__wcsmbs_load_conv): Likewise.
33340         * wcsmbs/wcsmbsload.h: Likewise.
33342         [BZ #15894]
33343         * stdlib/setenv.c (__add_to_environ): Remove duplicate code.
33345         * malloc/arena.c (grow_heap, get_free_list, reused_arena)
33346         (arena_get2): Remove THREAD_STATS conditionals.
33347         * malloc/malloc.c (__malloc_assert, __libc_realloc, _int_free)
33348         (__malloc_stats, int): Likewise.
33350 2014-02-08  Mike Frysinger  <vapier@gentoo.org>
33352         * sysdeps/unix/sysv/linux/shm_open.c (where_is_shmfs): Compare
33353         f.f_type to RAMFS_MAGIC too.  Compare mp->mnt_type to shm too.
33355         * manual/setjmp.texi: Fix typos/grammar errors.
33357         * debug/tst-backtrace4.c (handle_signal): Add NUM_FUNCTIONS to output.
33358         Only return early when n is <= 0.  Delete unused return statement.
33360         * debug/Makefile (CFLAGS-tst-longjmp_chk3.c): Define.
33361         (CPPFLAGS-tst-longjmp_chk3.c): Likewise.
33362         * debug/tst-longjmp_chk3.c: New file.
33364         * benchtests/bench-strcpy_chk.c: Move test-skeleton.c to top.
33365         (test_main): Replace code with set_fortify_handler call.
33366         * debug/test-strcpy_chk.c: Likewise.
33367         * debug/tst-chk1.c: Likewise.
33368         * debug/tst-longjmp_chk.c: Likewise.
33369         * test-skeleton.c: Include fcntl.h & paths.h
33370         (set_fortify_handler): Define.
33372         * debug/tst-longjmp_chk.c: Add header comment and include
33373         ../test-skeleton.c.
33374         (do_test): Mark static.
33375         (TEST_FUNCTION): Define.
33377         * sysdeps/unix/sysv/linux/bits/in.h (IP_NODEFRAG): Define.
33378         (IP_PMTUDISC_INTERFACE): Likewise.
33379         (IP_MULTICAST_IF): Likewise.
33380         (IP_MULTICAST_TTL): Likewise.
33381         (IP_MULTICAST_LOOP): Likewise.
33382         (IP_ADD_MEMBERSHIP): Likewise.
33383         (IP_DROP_MEMBERSHIP): Likewise.
33384         (IP_UNBLOCK_SOURCE): Likewise.
33385         (IP_BLOCK_SOURCE): Likewise.
33386         (IP_ADD_SOURCE_MEMBERSHIP): Likewise.
33387         (IP_DROP_SOURCE_MEMBERSHIP): Likewise.
33388         (IP_MSFILTER): Likewise.
33389         (MCAST_JOIN_GROUP): Likewise.
33390         (MCAST_BLOCK_SOURCE): Likewise.
33391         (MCAST_UNBLOCK_SOURCE): Likewise.
33392         (MCAST_LEAVE_GROUP): Likewise.
33393         (MCAST_JOIN_SOURCE_GROUP): Likewise.
33394         (MCAST_LEAVE_SOURCE_GROUP): Likewise.
33395         (MCAST_MSFILTER): Likewise.
33396         (IP_MULTICAST_ALL): Likewise.
33397         (IP_UNICAST_IF): Likewise.
33399         * timezone/Makefile: Delete $(have-ksh) check.
33400         ($(objpfx)tzselect): Change $(KSH) to $(BASH).
33401         * timezone/tzselect.ksh: Add +x mode bits.
33403         * sysdeps/unix/sysv/linux/linux_fsinfo.h (AFS_SUPER_MAGIC): Define.
33404         (ANON_INODE_FS_MAGIC): Likewise.
33405         (BDEVFS_MAGIC): Likewise.
33406         (BINFMTFS_MAGIC): Likewise.
33407         (BTRFS_TEST_MAGIC): Likewise.
33408         (CRAMFS_MAGIC_WEND): Likewise.
33409         (DEBUGFS_MAGIC): Likewise.
33410         (ECRYPTFS_SUPER_MAGIC): Likewise.
33411         (EXT3_SUPER_MAGIC): Likewise.
33412         (EXT4_SUPER_MAGIC): Likewise.
33413         (FUTEXFS_SUPER_MAGIC): Likewise.
33414         (HOSTFS_SUPER_MAGIC): Likewise.
33415         (HUGETLBFS_MAGIC): Likewise.
33416         (MINIX3_SUPER_MAGIC): Likewise.
33417         (MTD_INODE_FS_MAGIC): Likewise.
33418         (NILFS_SUPER_MAGIC): Likewise.
33419         (OPENPROM_SUPER_MAGIC): Likewise.
33420         (PIPEFS_MAGIC): Likewise.
33421         (PSTOREFS_MAGIC): Likewise.
33422         (QNX6_SUPER_MAGIC): Likewise.
33423         (RAMFS_MAGIC): Likewise.
33424         (REISERFS_SUPER_MAGIC_STRING): Likewise.
33425         (REISER2FS_SUPER_MAGIC_STRING): Likewise.
33426         (REISER2FS_JR_SUPER_MAGIC_STRING): Likewise.
33427         (SECURITYFS_MAGIC): Likewise.
33428         (SELINUX_MAGIC): Likewise.
33429         (SMACK_MAGIC): Likewise.
33430         (SOCKFS_MAGIC): Likewise.
33431         (SQUASHFS_MAGIC): Likewise.
33432         (STACK_END_MAGIC): Likewise.
33433         (TMPFS_MAGIC): Likewise.
33434         (USBDEVICE_SUPER_MAGIC): Likewise.
33435         (V9FS_MAGIC): Likewise.
33436         (XENFS_SUPER_MAGIC): Likewise.
33437         (CRAMFS_MAGIC): Fix typo in comment.
33438         (EXT2_SUPER_MAGIC): Update comment.
33439         (USBDEVFS_SUPER_MAGIC): Fix sorting order by moving further down.
33441 2014-02-08  Joseph Myers  <joseph@codesourcery.com>
33443         * sysdeps/arm: Move directory from ports/sysdeps/arm.
33444         * sysdeps/unix/arm: Move directory from ports/sysdeps/unix/arm.
33445         * sysdeps/unix/sysv/linux/arm: Move directory from
33446         ports/sysdeps/unix/sysv/linux/arm.
33447         * README: Update listing for arm-*-linux-gnueabi.
33449         * README: Remove mention of am33.
33451 2014-02-07  Roland McGrath  <roland@hack.frob.com>
33453         * bits/sigset.h (__sigemptyset): Use a statement expression rather
33454         than the comma operator, to avoid "rhs of comma has no effect"
33455         compiler warnings.
33456         (__sigfillset, __sigandset, __sigorset): Likewise.
33457         * include/signal.h (__sigemptyset): Likewise.
33458         * sysdeps/generic/malloc-machine.h (mutex_lock): Likewise.
33460 2014-02-07  Allan McRae  <allan@archlinux.org>
33462         * version.h (RELEASE): Set to "development".
33463         (VERSION): Set to "2.19.90"
33464         * NEWS: Add 2.20 section.
33466 2014-02-06  Carlos O'Donell  <carlos@redhat.com>
33468         [BZ #16529]
33469         * inet/netinet/in.h: Remove comma after IPPROTO_MH.
33471 2014-02-06  Siddhesh Poyarekar  <siddhesh@redhat.com>
33473         * manual/contrib.texi: Update entry for Carlos O'Donell,
33474         Joseph Myers, Roland McGrath, Alexandre Oliva and Ryan Arnold.
33476 2014-02-05  Carlos O'Donell  <carlos@rehdat.com>
33478         * sysdeps/unix/sysv/linux/kernel-features.h: Fix comment.
33480         * sysdeps/unix/sysv/linux/kernel-features.h
33481         [__LINUX_KERNEL_VERSION >= 0x020621]
33482         (__ASSUME_PROC_PID_TASK_COMM): Define.
33484 2014-02-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
33486         [BZ #16398]
33487         * libio/wfileops.c (_IO_wfile_seekoff): Break out form
33488         conversion when destination buffer does not have enough space.
33489         * libio/tst-ftell-partial-wide.c: New test case.
33490         * libio/Makefile (tests): Add tst-ftell-partial-wide.
33492         * manual/contrib.texi: Update entry for Ondrej Bilka, Will
33493         Newton and Alexandre Oliva.  Add entries for Steve Ellcey, Chris
33494         Leonard and Allan McRae.
33496 2014-02-04  David S. Miller  <davem@davemloft.net>
33498         * sysdeps/sparc/fpu/libm-test-ulps: Update for some 64-bit differences from
33499         32-bit.
33501 2014-02-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
33503         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld-le.abilist:
33504         New file
33505         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libBrokenLocale-le.abilist:
33506         New file
33507         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libanl-le.abilist:
33508         New file.
33509         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc-le.abilist:
33510         New file.
33511         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libcrypt-le.abilist:
33512         New file.
33513         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libdl-le.abilist:
33514         New file.
33515         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm-le.abilist:
33516         New file.
33517         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libnsl-le.abilist:
33518         New file.
33519         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread-le.abilist:
33520         New file.
33521         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libresolv-le.abilist:
33522         New file.
33523         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/librt-le.abilist:
33524         New file.
33525         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libthread_db-le.abilist:
33526         New file.
33527         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libutil-le.abilist:
33528         New file.
33530 2014-02-01  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
33532         * nptl/shlib-versions: Change powerpc*le start to 2.17.
33533         * shlib-versions: Likewise.
33535 2014-02-04  Roland McGrath  <roland@hack.frob.com>
33536             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
33538         * sysdeps/powerpc/Makefile [$(config-machine) ends with 'le']
33539         (abilist-pattern): New variable, set to %-le.abilist.
33541         * Makerules (abilist-pattern): New variable.
33542         (vpath): Use $(abilist-pattern) in place of %.abilist.
33543         (check-abi-% pattern rule): Likewise.
33544         (check-abi, update-abi): Likewise.
33546 2014-02-04  Eric Wong  <normalperson@yhbt.net>
33548         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
33550 2014-02-03  Carlos O'Donell  <carlos@redhat.com>
33552         * manual/startup.texi: Add next, previous, and top entries for
33553         the `Program Arguments' and `Environment Variables' nodes.
33555 2014-02-03  Alexandre Oliva <aoliva@redhat.com>
33557         * manual/macros.texi: Add comments before MTASC-safety macros.
33559         * manual/users.texi: Document MTASC-safety properties.
33561         * manual/threads.texi (pthread_key_create, pthread_key_delete)
33562         (pthread_getspecific, pthread_setspecific): Format with
33563         @deftypefun, and add @safety note.
33564         * manual/signal.texi: Move comments that analyze the above
33565         functions to their home place.
33567 2014-02-03  Allan McRae  <allan@archlinux.org>
33569         * po/sl.po: Update Slovenian translation from translation project.
33571 2014-02-02  Alexandre Oliva <aoliva@redhat.com>
33573         * manual/time.texi (timegm): Add missing blank after @c.
33574         Reported by Joseph Myers <joseph@codesourcery.com>.
33576 2014-02-01  Alexandre Oliva <aoliva@redhat.com>
33578         * manual/check-safety.sh: New.
33579         * manual/Makefile ($(objpfx)stamp-summary): Run it.
33581         * manual/terminal.texi: Document MTASC-safety properties.
33583         * manual/filesys.texi: Document MTASC-safety properties.
33585         * manual/errno.texi: Document MTASC-safety properties.
33587         * manual/intro.texi: Document safety identifiers and
33588         conditionals.
33590         * manual/string.texi (wcstok): Fix prototype.
33591         (wcstok, strtok, strtok_r): Adjust reentrancy remarks.
33593         * manual/time.texi: Document MTASC-safety properties.
33595         * manual/string.texi: Document MTASC-safety properties.
33597         * manual/threads.texi: Document MTASC-safety properties.
33599         * manual/stdio.texi: Document MTASC-safety properties.
33601         * manual/syslog.texi: Document MTASC-safety properties.
33603         * manual/sysinfo.texi: Document MTASC-safety properties.
33605         * manual/startup.texi: Document MTASC-safety properties.
33607         * manual/socket.texi: Document MTASC-safety properties.
33609         * manual/signal.texi: Document MTASC-safety properties.
33611 2014-01-31  Alexandre Oliva <aoliva@redhat.com>
33613         * manual/setjmp.texi: Document MTASC-safety properties.
33615         * manual/search.texi: Document MTASC-safety properties.
33617         * manual/resource.texi: Document MTASC-safety properties.
33619         * manual/process.texi: Document MTASC-safety properties.
33621         * manual/platform.texi: Document MTASC-safety properties.
33623         * manual/pipe.texi: Document MTASC-safety properties.
33625         * manual/pattern.texi: Document MTASC-safety properties.
33627         * manual/message.texi: Document MTASC-safety properties.
33629         [BZ #12751]
33630         * manual/memory.texi: Document MTASC-safety properties.
33632         * manual/math.texi: Document MTASC-safety properties.
33634         * manual/locale.texi: Document MTASC-safety properties.
33636         * manual/llio.texi: Document MTASC-safety properties.
33638         * manual/libdl.texi: New.
33640         * manual/lang.texi: Document MTASC-safety properties.
33642         * manual/job.texi: Document MTASC-safety properties.
33644         * manual/getopt.texi: Document MTASC-safety properties.
33646         * manual/ctype.texi: Document MTASC-safety properties.
33648 2014-01-31  Maciej W. Rozycki  <macro@codesourcery.com>
33650         [BZ #16046]
33651         * csu/libc-tls.c (static_map): Remove variable.
33652         (__libc_setup_tls): Use main executable's link map for TLS data.
33653         * elf/dl-close.c (_dl_close_worker) [!SHARED]: Remove special
33654         casing for LM_ID_BASE and GL(dl_nns).
33655         * elf/dl-iteratephdr.c [!SHARED] (dl_iterate_phdr): Remove
33656         function.  Alias dl_iterate_phdr to __dl_iterate_phdr.
33657         * elf/dl-load.c (_dl_map_object) [!SHARED]: Remove special
33658         casing for GL(dl_ns)[LM_ID_BASE]._ns_loaded.
33659         * elf/dl-support.c (_dl_main_map): Also initialize l_flags_1
33660         member.
33661         (_dl_non_dynamic_init): Also initialize _dl_main_map's l_phdr and
33662         l_phnum members.
33664 2014-01-30  Alexandre Oliva <aoliva@redhat.com>
33666         * manual/debug.texi: Document MTASC-safety properties.
33668 2014-01-29  H.J. Lu  <hongjiu.lu@intel.com>
33670         [BZ #16510]
33671         * sysdeps/x86/fpu/bits/mathinline.h: Check __SSE2_MATH__ instead
33672         of __x86_64__ when disabling x87 inline functions.
33674 2014-01-29  Alexandre Oliva <aoliva@redhat.com>
33676         * manual/charset.texi: Document MTASC-safety properties.
33678         * manual/crypt.texi: Document MTASC-safety properties.
33680         * manual/conf.texi: Document MTASC-safety properties.
33682         * manual/arith.texi: Document MTASC-safety properties.
33684         * manual/argp.texi: Document MTASC-safety properties.
33686         * manual/macros.texi: Introduce macros to document multi
33687         thread, asynchronous signal and asynchronous cancellation
33688         safety properties.
33689         * manual/intro.texi: Introduce the properties themselves.
33691 2014-01-27  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
33693         * sysdeps/sh/sh4/Makefile: New file.
33695 2014-01-27  Andreas Schwab  <schwab@linux-m68k.org>
33697         * math/gen-libm-test.pl ($srcdir): New variable.
33698         ($auto_input): Use it.
33700 2014-01-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
33702         [BZ #16506]
33703         * nss/nss_files/files-netgrp.c (_nss_files_setnetgrent): Avoid
33704         access beyond array bounds when parsing netgroups file.
33706         * nscd/netgroupcache.c (addgetnetgrentX): Compute offset from
33707         the old buffer before realloc.
33709 2014-01-27  Allan McRae  <allan@archlinux.org>
33711         * po/fr.po: Update French translation from translation project.
33713 2014-01-26  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
33715         * sysdeps/sh/libm-test-ulps: Regenerate.
33717 2014-01-24  David S. Miller  <davem@davemloft.net>
33719         * sysdeps/sparc/fpu/libm-test-ulps: Regenerate.
33721 2014-01-25  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
33723         * sysdeps/sh/sh4/fpu/libm-test-ulps: Move to ...
33724         * sysdeps/sh/libm-test-ulps: ... here and regenerated.
33726 2013-01-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
33728         [BZ #16474]
33729         * nscd/netgroupcache.c (addgetnetgrentX): Adjust triplet
33730         string pointers after reallocation.
33732 2014-01-24  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
33734         * sysdeps/unix/sysv/linux/sh/sys/ucontext.h: Use __SH4__ and
33735         __SH4A__ instead of __SH_FPU_ANY__.
33737 2014-01-23  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
33739         * sysdeps/sh/fpu_control.h: New file.
33740         * sysdeps/sh/sh4/fpu/fpu_control.h: Remove.
33741         * sysdeps/unix/sysv/linux/sh/sys/ucontext.h: New file.
33742         * sysdeps/unix/sysv/linux/sh/sh3/sys/ucontext.h: Remove.
33743         * sysdeps/unix/sysv/linux/sh/sh3/sys: Remove directory.
33744         * sysdeps/unix/sysv/linux/sh/sh4/sys/ucontext.h: Remove.
33745         * sysdeps/unix/sysv/linux/sh/sh4/sys: Remove directory.
33746         * sysdeps/sh/sys/ucontext.h: Remove.
33747         * sysdeps/sh/sys: Remove directory.
33749 2014-01-22  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
33751         * sysdeps/unix/sysv/linux/s390/s390-32/sys/ucontext.h: Merge into
33752         s390/sys/ucontext.h.
33753         * sysdeps/unix/sysv/linux/s390/s390-64/sys/ucontext.h: Likewise.
33754         * sysdeps/unix/sysv/linux/s390/sys/ucontext.h: New file.
33756 2014-01-20  H.J. Lu  <hongjiu.lu@intel.com>
33758         [BZ #15605]
33759         * sysdeps/x86_64/x32/symbol-hacks.h: Include generic symbol-hacks.h.
33761 2014-01-20  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
33763         [BZ#16431]
33764         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c (__gettimeofday):
33765         Adjust the vDSO correctly for internal calls.
33766         * sysdeps/unix/sysv/linux/powerpc/time.c (time): Likewise.
33768 2014-01-20  Allan McRae  <allan@archlinux.org>
33770         * po/ca.po: Update Catalan translation from translation project.
33772 2014-01-16  Mike Frysinger  <vapier@gentoo.org>
33774         * sysdeps/s390/sotruss-lib.c: New file.
33776 2014-01-16  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
33778         [BZ#16430]
33779         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c
33780         (__GI___gettimeofday): Alias for a different internal symbol to avoid
33781         local calls issues by not having a PLT stub required for IFUNC calls.
33782         * sysdeps/unix/sysv/linux/powerpc/time.c (__GI_time): Likewise.
33784 2014-01-16 Joseph Myers  <joseph@codesourcery.com>
33786         * math/test-fpucw-ieee.c: Use <> in #include of test-fpucw.c.
33787         * math/test-fpucw-static.c: Likewise.
33789 2013-01-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
33791         [BZ #16453]
33792         * nscd/netgroupcache.c (addgetnetgrentX): Don't use alloca.
33794 2014-01-15  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
33796         * sysdeps/powerpc/sotruss-lib.c: New file: sotruss-lib.so
33797         implementation for powerpc.
33799 2014-01-15  Ondřej Bílka  <neleai@seznam.cz>
33801         [BZ #14782]
33802         * sysdeps/posix/system.c (__libc_system): Do not enable
33803         asynchronous cancellation.
33805 2014-01-15  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
33807         [BZ #16427]
33808         * sysdeps/ieee754/ldbl-128/w_expl.c (__expl): Invoke the non-IEEE
33809         handling only for numbers special also in the IEEE case.
33811 2014-01-15  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
33813         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
33815 2014-01-11  Allan McRae  <allan@archlinux.org>
33817         * po/bg.po: Update Bulgarian translation from translation project.
33819         * po/de.po: Update German translation from translation project.
33821 2014-01-10  Roland McGrath  <roland@hack.frob.com>
33823         * sysdeps/generic/gcc-compat.h: New file.
33825 2014-01-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
33827         * benchtests/asin-inputs: Correct slow inputs.
33828         * benchtests/acos-inputs: Likewise.
33830 2014-01-10  Allan McRae  <allan@archlinux.org>
33832         * po:sv.po: Update Swedish translation from translation project.
33834         * po/vi.po: Update Vietnamese translation from translation project.
33836         * po/eo.po: Update Esperanto translation from translation project.
33838         * po/cs.po: Update Czech translation from translation project.
33840         * po/nl.po: Update Dutch translation from translation project.
33842         * po/pl.po: Update Polish translation from translation project.
33844         * po/ru.po: Update Russian translation from translation project.
33846         * po/uk.po: Update Ukrainian translation from translation project.
33848 2014-01-08  Brooks Moses  <bmoses@google.com>
33850         * elf/dl-load.c: Fix comment typo.
33852 2014-01-08  Carlos O'Donell  <carlos@redhat.com>
33854         * po/header.pot: Rename to...
33855         * po/pot.header: ... this.
33856         * po/Makefile: Use pot.header.
33858 2014-01-08  Yuriy Kaminskiy  <yumkam@gmail.com>
33859             Maxim Kuvyrkov  <maxim@kugelworks.com>
33861         [BZ #16394]
33862         * sysdeps/i386/i686/memmove.S (memmove): Compare distance between
33863         SRC and DEST against LEN.
33865 2014-01-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
33867         [BZ #16414]
33868         * sysdeps/powerpc/powerpc64/fpu/s_truncl.S: Remove wrong
33869         implementation.
33870         * sysdeps/ieee754/ldbl-128ibm/s_truncl.c: Remove bogus comment.
33872 2014-01-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
33874         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
33876 2014-01-08  Joseph Myers  <joseph@codesourcery.com>
33878         [BZ #16408]
33879         * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c (__expm1l): Use __expl
33880         for large positive arguments.
33882 2014-01-07  Joseph Myers  <joseph@codesourcery.com>
33884         * sysdeps/powerpc/nofpu/libm-test-ulps: Regenerated.
33886         * math/auto-libm-test-in: Mark various tests with
33887         xfail-rounding:ldbl-128ibm.
33888         * math/auto-libm-test-out: Regenerated.
33890         [BZ #16407]
33891         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c (__ieee754_coshl):
33892         Increase overflow threshold.
33894 2014-01-07  Ondřej Bílka  <neleai@seznam.cz>
33896         [BZ #14286]
33897         * stdio-common/vfprintf.c: Check for integer overflow.
33899 2014-01-07  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
33901         * sysdeps/s390/dl-tls.h: sysdeps/s390/dl-tls.h: Remove casts for
33902         the first argument and return value of __tls_get_addr_internal.
33904 2014-01-07  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
33906         * sysdeps/s390/s390-32/dl-machine.h: Gate the definition of refsym
33907         also with !RTLD_BOOTSTRAP to get rid of unused variable warning.
33909 2014-01-07  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
33911         * sysdeps/s390/Makefile: Build rtld-global-offsets.sym.
33912         * sysdeps/s390/rtld-global-offsets.sym: New file.
33913         * sysdeps/unix/sysv/linux/s390/Versions: Add getcontext as new
33914         GLIBC_2.19 symbol.
33915         * sysdeps/unix/sysv/linux/s390/getcontext.S: New file.
33916         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext.S: Rename to ...
33917         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext-common.S:
33918         ... this.
33919         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext.S: Rename to ...
33920         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext-common.S:
33921         ... this.
33922         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist:
33923         Regenerate.
33924         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist:
33925         Regenerate.
33926         * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S: Restore upper
33927         halfs of GPRs for high_gprs contexts.
33928         * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S: Save and
33929         restore upper halfs of GPRs for high_gprs contexts.  Copy uc_flags
33930         field.
33931         * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S: Copy
33932         uc_flags field.
33933         * sysdeps/unix/sysv/linux/s390/sys/ucontext.h: Split into 32 and
33934         64 bit versions:
33935         * sysdeps/unix/sysv/linux/s390/s390-32/sys/ucontext.h: Add field
33936         for high GPRs (uc_high_gprs) and for future extensions
33937         (__reserved).
33938         * sysdeps/unix/sysv/linux/s390/s390-64/sys/ucontext.h: Add field
33939         for future extensions (__reserved).
33940         * sysdeps/unix/sysv/linux/s390/ucontext_i.sym: Split into 32 and
33941         64 bit versions:
33942         * sysdeps/unix/sysv/linux/s390/s390-32/ucontext_i.sym: Add
33943         SC_HIGHGPRS offset definition.
33944         * sysdeps/unix/sysv/linux/s390/s390-64/ucontext_i.sym: New file.
33945         * sysdeps/unix/sysv/linux/s390/rtld-getcontext.S: New file.
33947         * Versions.def: Add GLIBC_2.19 for libpthread.
33948         * nptl/sysdeps/unix/sysv/linux/s390/Versions: Add longjmp and
33949         siglongjmp for libpthread with GLIBC_2.19 symver.
33950         * nptl/sysdeps/unix/sysv/linux/s390/pt-longjmp.c: New file.
33951         * sysdeps/s390/Makefile: Build v1-longjmp.c and v1-sigjmp.c.
33952         * sysdeps/s390/Versions: New GLIBC_2.19 and GLIBC_PRIVATE symbols.
33953         * sysdeps/s390/__longjmp.c: New file.
33954         * sysdeps/s390/bits/setjmp.h: Add new fields to __s390_jmp_buf.
33955         * sysdeps/s390/longjmp.c: New file.
33956         * sysdeps/s390/setjmp.S: New file.
33957         * sysdeps/s390/sigjmp.S: New file.
33958         * sysdeps/s390/v1-longjmp.c: New file.
33959         * sysdeps/s390/v1-setjmp.h: New file.
33960         * sysdeps/s390/v1-sigjmp.c: New file.
33961         * sysdeps/unix/sysv/linux/s390/Makefile: Build __longjmp_chk.
33962         * sysdeps/unix/sysv/linux/s390/Versions: Add __longjmp_chk with
33963         GLIBC_2.19 version.
33964         * sysdeps/unix/sysv/linux/s390/longjmp_chk.c: New file.
33965         * sysdeps/unix/sysv/linux/s390/s390-32/____longjmp_chk.c: Provide
33966         versioned symbols for ____longjmp_chk.
33967         * sysdeps/unix/sysv/linux/s390/s390-64/____longjmp_chk.c:
33968         Likewise.
33969         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist:
33970         Regenerate.
33971         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
33972         Regenerate.
33973         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist:
33974         Regenerate.
33975         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
33976         Regenerate.
33977         * sysdeps/unix/sysv/linux/s390/v1-longjmp_chk.c: New file.
33978         * sysdeps/s390/s390-32/__longjmp.c: Rename to ...
33979         * sysdeps/s390/s390-32/__longjmp-common.c: ... this.
33980         * sysdeps/s390/s390-32/setjmp.S: Rename and adjust to ...
33981         * sysdeps/s390/s390-32/setjmp-common.S: ... this.
33982         * sysdeps/s390/s390-64/__longjmp.c: Rename to ...
33983         * sysdeps/s390/s390-64/__longjmp-common.c: ... this.
33984         * sysdeps/s390/s390-64/setjmp.S: Rename and adjust to ...
33985         * sysdeps/s390/s390-64/setjmp-common.S: ... this.
33986         * sysdeps/s390/rtld-__longjmp.c: New file.
33987         * sysdeps/s390/rtld-setjmp.S: New file.
33989 2014-01-06  Joseph Myers  <joseph@codesourcery.com>
33991         [BZ #16400]
33992         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c (__ieee754_lgammal_r):
33993         Return -__logl (x) for small positive arguments without evaluating
33994         a polynomial.
33996 2014-01-06  Mike Frysinger  <vapier@gentoo.org>
33998         * sysdeps/unix/sysv/linux/sys/ptrace.h (ptrace_peeksiginfo_args):
33999         Rename to ...
34000         (__ptrace_peeksiginfo_args): ... this.
34001         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
34002         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
34003         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
34005 2014-01-06  Allan McRae  <allan@archlinux.org>
34007         * inet/netinet/in.h: Fix typo in comment.
34009 2014-01-05  Andreas Jaeger  <aj@suse.de>
34011         * sysdeps/i386/fpu/libm-test-ulps: Update.
34013 2014-01-05  Allan McRae  <allan@archlinux.org>
34015         * po/libc.pot: Regenerated.
34017         * malloc/memusagestat.c: Fix gettext call formatting.
34019 2014-01-04  Sami Kerola  <kerolasa@iki.fi>
34021         * nscd/nscd.c: Improve usage() output.
34023 2014-01-04  Mike Frysinger  <vapier@gentoo.org>
34025         * config.h.in: Add HAVE_LINUX_FANOTIFY_H template.
34026         * sysdeps/unix/sysv/linux/configure: Regenerated.
34027         * sysdeps/unix/sysv/linux/configure.ac: Call AC_DEFINE.
34028         * sysdeps/unix/sysv/linux/tst-fanotify.c: Include config.h.
34030 2014-01-03  Joseph Myers  <joseph@codesourcery.com>
34032         [BZ #16390]
34033         * sysdeps/powerpc/nofpu/Makefile [$(subdir) = math]
34034         (CFLAGS-e_atan2l.c): Use -fno-builtin-fabsl.
34036 2014-01-03  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
34038         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp-power7.S: Remove
34039         extra tokens at end of #undef directive.
34040         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp_l-power7.S: Likewise.
34041         * sysdeps/powerpc/powerpc64/multiarch/strnlen-power7.S: Likewise.
34042         * sysdeps/powerpc/powerpc64/multiarch/wcscpy.c: Likewise.
34044 2014-01-03  Joseph Myers  <joseph@codesourcery.com>
34046         * sysdeps/powerpc/nofpu/libm-test-ulps: Regenerated.
34048         * math/auto-libm-test-in: Mark various tests with
34049         xfail-rounding:ldbl-128ibm.
34050         * math/auto-libm-test-out: Regenerated.
34052 2014-01-02  Joseph Myers  <joseph@codesourcery.com>
34054         [BZ #16386]
34055         * sysdeps/ieee754/ldbl-128ibm/e_logl.c (__ieee754_logl): Adjust
34056         numbers with subnormal high part when calculating exponent.
34058         [BZ #16385]
34059         * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c (__asinhl): Use fabsl not
34060         fabs.
34062         [BZ #16384]
34063         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c (ln2): Initialize with
34064         M_LN2l.
34065         (__ieee754_acoshl): Use __log1pl not __log1p.
34067 2013-01-02  Ondřej Bílka  <neleai@seznam.cz>
34069         * malloc/arena.c (malloc_atfork, free_atfork, ptmalloc_lock_all)
34070         (ptmalloc_unlock_all, ptmalloc_unlock_all2, next_env_entry)
34071         (__failing_morecore, ptmalloc_init, dump_heap, new_heap)
34072         (grow_heap, heap_trim, _int_new_arena, get_free_list)
34073         (reused_arena, arena_get2): Convert to GNU style.
34074         * malloc/hooks.c (memalign_hook_ini, __malloc_check_init)
34075         (mem2mem_check, mem2chunk_check, top_check, realloc_check)
34076         (memalign_check, __malloc_set_state): Likewise.
34077         * malloc/mallocbug.c (main): Likewise.
34078         * malloc/malloc.c (__malloc_assert, malloc_init_state)
34079         (free_perturb, do_check_malloced_chunk, do_check_malloc_state)
34080         (sysmalloc, systrim, mremap_chunk, __libc_malloc, __libc_free)
34081         (__libc_realloc, _mid_memalign, _int_malloc, malloc_consolidate)
34082         (_int_realloc, _int_memalign, mtrim, musable, __libc_mallopt)
34083         (__posix_memalign, malloc_info): Likewise.
34084         * malloc/malloc.h: Likewise.
34085         * malloc/mcheck.c (checkhdr, unlink_blk, link_blk, freehook)
34086         (mallochook, memalignhook, reallochook, mabort): Likewise.
34087         * malloc/mcheck.h: Likewise.
34088         * malloc/memusage.c (update_data, me, malloc, realloc, calloc)
34089         (free, mmap, mmap64, mremap, munmap, dest): Likewise.
34090         * malloc/memusagestat.c (main, parse_opt, more_help): Likewise.
34091         * malloc/morecore.c (__default_morecore): Likewise.
34092         * malloc/mtrace.c (tr_break, lock_and_info, mtrace): Likewise.
34093         * malloc/obstack.c (_obstack_begin, _obstack_newchunk)
34094         (_obstack_allocated_p, obstack_free, _obstack_memory_used)
34095         (print_and_abort): Likewise.
34096         * malloc/obstack.h: Likewise.
34097         * malloc/set-freeres.c (__libc_freeres): Likewise.
34098         * malloc/tst-mallocstate.c (main): Likewise.
34099         * malloc/tst-mtrace.c (main): Likewise.
34100         * malloc/tst-realloc.c (do_test): Likewise.
34102 2013-01-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
34104         [BZ #16366]
34105         * nscd/netgroupcache.c (do_notfound): New function.
34106         (addgetnetgrentX): Use it.
34108         [BZ # 16365]
34109         * nscd/netgroupcache.c (addgetnetgrentX): Break if status is
34110         NSS_STATUS_NOTFOUND.
34112 2014-01-01  Joseph Myers  <joseph@codesourcery.com>
34114         * sysdeps/i386/fpu/libm-test-ulps: Regenerated.
34115         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
34117 2014-01-01  Allan McRae  <allan@archlinux.org>
34119         * scripts/update-copyrights: Update configure input file suffix.
34121         * NEWS: Update copyright year.
34122         * catgets/gencat.c: Likewise.
34123         * csu/version.c: Likewise.
34124         * debug/catchsegv.sh: Likewise.
34125         * debug/pcprofiledump.c: Likewise.
34126         * debug/xtrace.sh: Likewise.
34127         * elf/ldconfig.c: Likewise.
34128         * elf/ldd.bash.in: Likewise.
34129         * elf/pldd.c: Likewise.
34130         * elf/sotruss.ksh: Likewise.
34131         * elf/sprof.c: Likewise.
34132         * iconv/iconv_prog.c: Likewise.
34133         * iconv/iconvconfig.c: Likewise.
34134         * locale/programs/locale.c: Likewise.
34135         * locale/programs/localedef.c: Likewise.
34136         * login/programs/pt_chown.c: Likewise.
34137         * malloc/memusage.sh: Likewise.
34138         * malloc/memusagestat.c: Likewise.
34139         * malloc/mtrace.pl: Likewise.
34140         * manual/libc.texinfo: Likewise.
34141         * nscd/nscd.c: Likewise.
34142         * nss/getent.c: Likewise.
34143         * nss/makedb.c: Likewise.
34144         * posix/getconf.c: Likewise.
34145         * scripts/test-installation.pl: Likewise.
34147         * All files with FSF copyright notices: Update copyright dates
34148         using scripts/update-copyrights.
34149         * intl/plural.c: Regenerated.
34150         * locale/programs/charmap-kw.h: Likewise.
34151         * locale/programs/locfile-kw.h: Likewise.
34153 2013-12-31  Mike Frysinger  <vapier@gentoo.org>
34155         * sysdeps/unix/sysv/linux/configure: Regenerated.
34156         * sysdeps/unix/sysv/linux/configure.ac: Call AC_CHECK_HEADER on
34157         the linux/fanotify.h header.
34158         * sysdeps/unix/sysv/linux/tst-fanotify.c: Check if
34159         HAVE_LINUX_FANOTIFY_H is defined.
34161 2013-12-31  Siddhesh Poyarekar  <siddhesh@redhat.com>
34163         * benchtests/cos-inputs: New inputs.
34164         * benchtests/sin-inputs: Likewise.
34166         * benchtests/atan-inputs: New inputs. Fix name of multiple
34167         precision fallback inputs.
34169         * benchtests/atanh-inputs: New inputs.
34170         * benchtests/tanh-inputs: Likewise.
34172         * benchtests/acosh-inputs: New inputs.
34173         * benchtests/asinh-inputs: Likewise.
34175         * benchtests/cosh-inputs: New inputs.
34176         * benchtests/sinh-inputs: Likewise.
34178         * benchtests/acos-inputs: Add more inputs.
34179         * benchtests/asin-inputs: Likewise.
34181 2013-12-30  Ville Skytta  <ville.skytta@iki.fi>
34183         [BZ #16375]
34184         * manual/arith.texi: Fix spelling.
34185         * manual/charset.texi: Likewise.
34186         * manual/errno.texi: Likewise.
34187         * manual/filesys.texi: Likewise.
34188         * manual/lang.texi: Likewise.
34189         * manual/llio.texi: Likewise.
34190         * manual/locale.texi: Likewise.
34191         * manual/message.texi: Likewise.
34192         * manual/resource.texi: Likewise.
34193         * manual/search.texi: Likewise.
34194         * manual/setjmp.texi: Likewise.
34195         * manual/stdio.texi: Likewise.
34196         * manual/string.texi: Likewise.
34197         * manual/sysinfo.texi: Likewise.
34198         * manual/time.texi: Likewise.
34200 2013-12-27  Carlos O'Donell  <carlos@redhat.com>
34202         * po/sl.po: New file.
34204 2013-12-27  Mike Frysinger  <vapier@gentoo.org>
34206         * .gitignore: Add core/.gdbinit/.gdb_history.
34208 2013-12-27  Allan McRae  <allan@archlinux.org>
34210         [BZ #16369]
34211         * sysdeps/ieee754/dbl-64/s_sin.c (csloww): Fix variable name.
34212         Reported by Il'ya Malakhov <ilmalakhov@yandex.ru>
34214 2013-12-24  Brooks Moses  <bmoses@google.com>
34216         * string/string.h (__CORRECT_ISO_CPP_STRING_H_PROTO): Define for
34217         all compilers that claim C++98 compliance, not just GCC.
34218         * string/strings.h (__CORRECT_ISO_CPP_STRINGS_H_PROTO):
34219         Likewise.
34221 2013-12-24  Maxim Kuvyrkov  <maxim@kugelworks.com>
34223         * NEWS: Restore accidentally deleted bug-fix entries.
34225 2013-12-24  Maxim Kuvyrkov  <maxim@kugelworks.com>
34226             Ondřej Bílka  <neleai@seznam.cz>
34228         [BZ #15073]
34229         * malloc/malloc.c (_int_free): Perform sanity check only if we
34230         have_lock.
34232 2013-12-23  Ondřej Bílka  <neleai@seznam.cz>
34234         [BZ #12986]
34235         * manual/stdio.texi (String Input Conversions): Clarify that character
34236         classes are not supported.
34238 2013-12-23  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
34240         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
34242 2013-12-22  Joseph Myers  <joseph@codesourcery.com>
34244         [BZ #16337]
34245         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c (__ieee754_lgammal_r):
34246         Calculate results for small negative arguments directly rather
34247         than using reflection formula with special underflow handling.
34249         * sysdeps/mach/hurd/Implies: Change unix/bsd/bsd4.4 to unix/bsd.
34250         * sysdeps/unix/bsd/syscalls.list (chflags): Add entry from
34251         sysdeps/unix/bsd/bsd4.4/syscalls.list.
34252         (fchflags): Likewise.
34253         (revoke): Likewise.
34254         (setlogin): Likewise.
34255         (sigaltstack): Likewise.
34256         (wait4): Likewise.
34257         (sigblock): Remove.
34258         (sigsetmask): Likewise.
34259         (wait3): Likewise.
34260         (waitpid): Likewise.
34261         * sysdeps/unix/bsd/bsd4.4/syscalls.list: Remove file.
34262         * sysdeps/unix/sysv/linux/wait3.c: Update directory of included
34263         file.
34264         * sysdeps/unix/bsd/bsd4.4/Makefile: Move to ...
34265         * sysdeps/unix/bsd/Makefile: ... here.
34266         * sysdeps/unix/bsd/bsd4.4/Versions: Move to ...
34267         * sysdeps/unix/bsd/Versions: ... here.
34268         * sysdeps/unix/bsd/bsd4.4/bits/sockaddr.h: Move to ...
34269         * sysdeps/unix/bsd/bits/sockaddr.h: ... here.
34270         * sysdeps/unix/bsd/bsd4.4/cmsg_nxthdr.c: Move to ...
34271         * sysdeps/unix/bsd/cmsg_nxthdr.c: ... here.
34272         * sysdeps/unix/bsd/bsd4.4/sigblock.c: Move to ...
34273         * sysdeps/unix/bsd/sigblock.c: ... here.
34274         * sysdeps/unix/bsd/bsd4.4/sigsetmask.c: Move to ...
34275         * sysdeps/unix/bsd/sigsetmask.c: ... here.
34276         * sysdeps/unix/bsd/bsd4.4/sigvec.c: Move to ...
34277         * sysdeps/unix/bsd/sigvec.c: ... here.
34278         * sysdeps/unix/bsd/bsd4.4/tcdrain.c: Move to ...
34279         * sysdeps/unix/bsd/tcdrain.c: ... here.
34280         * sysdeps/unix/bsd/bsd4.4/tcgetattr.c: Move to ...
34281         * sysdeps/unix/bsd/tcgetattr.c: ... here.
34282         * sysdeps/unix/bsd/bsd4.4/tcsetattr.c: Move to ...
34283         * sysdeps/unix/bsd/tcsetattr.c: ... here.
34284         * sysdeps/unix/bsd/bsd4.4/wait.c: Move to ...
34285         * sysdeps/unix/bsd/wait.c: ... here.
34286         * sysdeps/unix/bsd/bsd4.4/wait3.c: Move to ...
34287         * sysdeps/unix/bsd/wait3.c: ... here.
34288         * sysdeps/unix/bsd/bsd4.4/waitpid.c: Move to ...
34289         * sysdeps/unix/bsd/waitpid.c: ... here.
34291 2013-12-21  Joseph Myers  <joseph@codesourcery.com>
34293         [BZ #16356]
34294         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL): Also set
34295         round-to-nearest for [!USE_AS_EXPM1L].
34296         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL): Likewise.
34297         * math/auto-libm-test-in: Do not expect cosh tests to fail.  Add
34298         more tests of exp and exp10.  Expect some exp10 tests to miss
34299         exceptions or fail in directed rounding modes.
34300         * math/auto-libm-test-out: Regenerated.
34301         * math/libm-test.inc (exp10_tonearest_test_data): New array.
34302         (exp10_test_tonearest): New function.
34303         (exp10_towardzero_test_data): New array.
34304         (exp10_test_towardzero): New function.
34305         (exp10_downward_test_data): New array.
34306         (exp10_test_downward): New function.
34307         (exp10_upward_test_data): New array.
34308         (exp10_test_upward): New function.
34309         (main): Call the new functions.
34310         * sysdeps/i386/fpu/libm-test-ulps: Update.
34311         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
34313 2013-12-20  Joseph Myers  <joseph@codesourcery.com>
34315         * math/auto-libm-test-in: Add more tests of acos, acosh, asin,
34316         asinh, atan, atan2, atanh, cbrt, cos and cosh.
34317         * math/auto-libm-test-out: Regenerated.
34318         * math/libm-test.inc (acosh_test_data): Add more tests.
34319         (atanh_test_data): Likewise.
34320         (ceil_test_data): Likewise.
34321         (copysign_test_data): Likewise.
34322         * sysdeps/i386/fpu/libm-test-ulps: Update.
34323         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
34325         * timezone/checktab.awk: Update from tzcode 2013i.
34326         * timezone/private.h: Likewise.
34327         * timezone/scheck.c: Likewise.
34328         * timezone/tzfile.h: Likewise.
34329         * timezone/tzselect.ksh: Likewise.
34330         * timezone/zdump.c: Likewise.
34331         * timezone/zic.c: Likewise.
34333         * math/auto-libm-test-in: Add tests of cpow.
34334         * math/auto-libm-test-out: Regenerated.
34335         * math/libm-test.inc (cpow_test_data): Use AUTO_TESTS_cc_c.
34336         * math/gen-auto-libm-tests.c (func_calc_method): Add value
34337         mpc_cc_c.
34338         (func_calc_desc): Add mpc_cc_c union field.
34339         (test_functions): Add cpow.
34340         (special_fill_2pi): New function.
34341         (special_real_inputs): Add 2pi.
34342         (calc_generic_results): Handle mpc_cc_c.
34343         * sysdeps/i386/fpu/libm-test-ulps: Update.
34344         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
34346         * math/auto-libm-test-in: Add tests of ccos, ccosh, cexp, clog,
34347         csqrt, ctan and ctanh.
34348         * math/auto-libm-test-out: Regenerated.
34349         * math/libm-test.inc (TEST_COND_x86_64): New macro.
34350         (TEST_COND_x86): Likewise.
34351         (ccos_test_data): Use AUTO_TESTS_c_c.
34352         (ccosh_test_data): Likewise.
34353         (cexp_test_data): Likewise.
34354         (clog_test_data): Likewise.
34355         (csqrt_test_data): Likewise.
34356         (ctan_test_data): Likewise.
34357         (ctan_tonearest_test_data): Likewise.
34358         (ctan_towardzero_test_data): Likewise.
34359         (ctan_downward_test_data): Likewise.
34360         (ctan_upward_test_data): Likewise.
34361         (ctanh_test_data): Likewise.
34362         (ctanh_tonearest_test_data): Likewise.
34363         (ctanh_towardzero_test_data): Likewise.
34364         (ctanh_downward_test_data): Likewise.
34365         (ctanh_upward_test_data): Likewise.
34366         * math/gen-auto-libm-tests.c (func_calc_method): Add value
34367         mpc_c_c.
34368         (func_calc_desc): Add mpc_c_c union field.
34369         (FUNC_mpc_c_c): New macro.
34370         (test_functions): Add cacos, cacosh, casin, casinh, catan, catanh,
34371         ccos, ccosh, cexp, clog, clog10, csin, csinh, csqrt, ctan and
34372         ctanh.
34373         (special_fill_min_subnorm_p120): New function.
34374         (special_real_inputs): Add min_subnorm_p120.
34375         (calc_generic_results): Handle mpc_c_c.
34376         * sysdeps/i386/fpu/libm-test-ulps: Update.
34377         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
34379 2013-12-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
34381         * sysdeps/ieee754/dbl-64/s_sin.c (do_cos, do_cos_slow, do_sin)
34382         (do_sin_slow): New functions.
34383         (__sin, __cos, slow1, slow2, sloww1, sloww2, bsloww1, bsloww2)
34384         (cslow2, csloww1, csloww2): Use the new functions.
34386         * sysdeps/ieee754/dbl-64/s_sin.c (sloww1): Add new argument M.
34387         Use M to change sign of result instead of X.  Assume X is
34388         positive.
34389         (csloww1): Likewise.
34390         (__sin): Adjust.
34391         (__cos): Adjust.
34393         * sysdeps/ieee754/dbl-64/s_sin.c (reduce_and_compute): Remove
34394         arguments A and DA.
34395         (__sin): Adjust.
34396         (__cos): Likewise.
34398         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Use DA directly.
34399         (__cos): Likewise.
34400         (sloww1): Don't adjust sign of DX.
34401         (csloww1): Likewise.
34402         (sloww2): Use X directly and don't adjust sign of DX.
34403         (csloww2): Likewise.
34405 2013-12-19  Joseph Myers  <joseph@codesourcery.com>
34407         * math/auto-libm-test-in: Add tests of cabs and carg.
34408         * math/auto-libm-test-out: Regenerated.
34409         * math/libm-test.inc (cabs_test_data): Use AUTO_TESTS_c_f.
34410         (carg_test_data): Likewise.
34411         * math/gen-auto-libm-tests.c (func_calc_method): Add value
34412         mpc_c_f.
34413         (func_calc_desc): Add mpc_c_f union field.
34414         (test_functions): Add cabs and carg.
34415         (calc_generic_results): Handle mpc_c_f.
34417         * sysdeps/powerpc/powerpc32/libgcc-compat.S
34418         [_SOFT_FLOAT || __NO_FPRS__] (__fixdfdi_v_glibc20): Do not define
34419         as a macro and a compat symbol.
34420         [_SOFT_FLOAT || __NO_FPRS__] (__fixsfdi_v_glibc20): Likewise.
34421         [_SOFT_FLOAT || __NO_FPRS__] (__fixunsdfdi_v_glibc20): Likewise.
34422         [_SOFT_FLOAT || __NO_FPRS__] (__fixunssfdi_v_glibc20): Likewise.
34423         [_SOFT_FLOAT || __NO_FPRS__] (__floatdidf_v_glibc20): Likewise.
34424         [_SOFT_FLOAT || __NO_FPRS__] (__floaddisf_v_glibc20): Likewise.
34425         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__fixdfdi): Do
34426         not use .hidden.
34427         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__fixsfdi):
34428         Likewise.
34429         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__fixunsdfdi):
34430         Likewise.
34431         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__fixunssfdi):
34432         Likewise.
34433         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__floaddidf):
34434         Likewise.
34435         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__floaddisf):
34436         Likewise.
34437         * sysdeps/powerpc/nofpu/Versions (libc): Remove __fixdfdi,
34438         __fixsfdi, __fixunsdfdi, __fixunssfdi, __floatdidf and __floatdisf
34439         from GLIBC_2.3.2.
34441 2013-12-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
34443         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
34445 2013-12-19  Joseph Myers  <joseph@codesourcery.com>
34447         * manual/texinfo.tex: Update to version 2013-11-26.10 with
34448         trailing whitespace removed.
34449         * scripts/config.guess: Update to version 2013-11-29.
34450         * scripts/config.sub: Update to version 2013-10-01.
34452         * math/auto-libm-test-in: Add tests of sincos.
34453         * math/auto-libm-test-out: Regenerated.
34454         * math/libm-test.inc (sincos_test_data): Use AUTO_TESTS_fFF_11.
34455         * math/gen-auto-libm-tests.c (func_calc_method): Add value
34456         mpfr_f_11.
34457         (func_calc_desc): Add mpfr_f_11 union field.
34458         (test_functions): Add sincos.
34459         (calc_generic_results): Handle mpfr_f_11.
34460         * sysdeps/i386/fpu/libm-test-ulps: Update.
34461         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
34463 2013-12-19  Andreas Schwab  <schwab@suse.de>
34465         * sysdeps/powerpc/powerpc64/power7/memchr.S: Fix argument of
34466         CALL_MCOUNT.
34467         * sysdeps/powerpc/powerpc64/power7/memrchr.S: Likewise.
34468         * sysdeps/powerpc/powerpc64/power7/strcasecmp.S
34469         [USE_IN_EXTENDED_LOCALE_MODEL]: Likewise.
34471 2013-12-19  Joseph Myers  <joseph@codesourcery.com>
34473         * math/gen-libm-test.pl (%beautify): Remove M_* constants.
34474         * sysdeps/i386/fpu/libm-test-ulps: Update.
34475         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
34477         [BZ #16293]
34478         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL) [USE_AS_EXPM1L]: Set
34479         round-to-nearest mode when using frndint.
34480         * sysdeps/i386/fpu/s_expm1.S (__expm1): Likewise.
34481         * sysdeps/i386/fpu/s_expm1f.S (__expm1f): Likewise.
34482         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL) [USE_AS_EXPM1L]:
34483         Likewise.
34484         * math/auto-libm-test-in: Add more tests of expm1.  Do not expect
34485         sinh test to fail.
34486         * math/auto-libm-test-out: Regenerated.
34487         * math/libm-test.inc (TEST_COND_x86_64): Remove macro.
34488         (TEST_COND_x86): Likewise.
34489         (expm1_tonearest_test_data): New array.
34490         (expm1_test_tonearest): New function.
34491         (expm1_towardzero_test_data): New array.
34492         (expm1_test_towardzero): New function.
34493         (expm1_downward_test_data): New array.
34494         (expm1_test_downward): New function.
34495         (expm1_upward_test_data): New array.
34496         (expm1_test_upward): New function.
34497         (main): Run the new test functions.
34498         * sysdeps/i386/fpu/libm-test-ulps: Update.
34499         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
34501         * include/features.h: Update comment documenting feature test
34502         macros.  Mention _DEFAULT_SOURCE in comment.
34503         [_GNU_SOURCE] (_DEFAULT_SOURCE): Undefine and redefine.
34504         [_DEFAULT_SOURCE]: Undefine and redefine _DEFAULT_SOURCE,
34505         _BSD_SOURCE and _SVID_SOURCE.
34506         [!__STRICT_ANSI__ && !_ISOC99_SOURCE && !_POSIX_SOURCE &&
34507         !_POSIX_C_SOURCE && !_XOPEN_SOURCE && !_BSD_SOURCE &&
34508         !_SVID_SOURCE]: Likewise.
34509         [_DEFAULT_SOURCE && !_POSIX_SOURCE && !_POSIX_C_SOURCE]
34510         (__USE_POSIX_IMPLICITLY): Define.
34511         [_DEFAULT_SOURCE && !_POSIX_SOURCE && !_POSIX_C_SOURCE]
34512         (_POSIX_SOURCE): Undefine and redefine.
34513         [_DEFAULT_SOURCE && !_POSIX_SOURCE && !_POSIX_C_SOURCE]
34514         (_POSIX_C_SOURCE): Likewise.
34515         * manual/creature.texi (_DEFAULT_SOURCE): Document.
34516         (Feature Test Macros): Update documentation of default features.
34518 2013-12-19  Rajalakshmi Srinivasaraghavan  <raji@linux.vnet.ibm.com>
34520         * benchtests/Makefile: Add bench-strtok.
34521         * benchtests/bench-strtok.c: New file: strtok benchtest.
34523 2013-12-19  Allan McRae  <allan@archlinux.org>
34525         * manual/install.texi: Suppress menu for plain text output.
34526         * INSTALL: Regenerated.
34528 2013-12-18  Brooks Moses  <bmoses@google.com>
34530         [BZ #15846]
34531         * misc/getauxval.c: Include errno.h.
34532         (__getauxval): Set errno to ENOENT if the requested type is not
34533         found.
34534         * misc/sys/auxv.h (getauxval): Document that it may set errno;
34535         don't declare with __attribute_const__.
34536         * elf/tst-auxv.c: Add tests for errno and type-not-found case.
34537         * manual/startup.texi: Document that getauxval sets errno.
34539 2013-12-18  Joseph Myers  <joseph@codesourcery.com>
34541         * math/auto-libm-test-in: Add tests of jn and yn.
34542         * math/auto-libm-test-out: Regenerated.
34543         * math/libm-test.inc (jn_test_data): Use AUTO_TESTS_if_f.
34544         (yn_test_data): Likewise.
34545         * math/gen-auto-libm-tests.c (func_calc_method): Add value
34546         mpfr_if_f.
34547         (func_calc_desc): Add mpfr_if_f union field.
34548         (FUNC_mpfr_if_f): New macro.
34549         (test_functions): Add jn and yn.
34550         (calc_generic_results): Assert type of second input for
34551         mpfr_ff_f.  Handle mpfr_if_f.
34552         (output_for_one_input_case): Disable all checking for arguments
34553         fitting floating-point types in case of an integer argument.
34554         * sysdeps/i386/fpu/libm-test-ulps: Update.
34555         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
34557         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/localplt.data:
34558         Don't expect fegetround reference in libm.so.
34560 2013-12-17  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
34562         * sysdeps/ieee754/dbl-64/Makefile (CFLAGS-e_sqrt.c): Add
34563         $(config-cflags-nofma).
34565 2013-12-18  Joseph Myers  <joseph@codesourcery.com>
34567         * math/auto-libm-test-in: Mark some hypot tests no-test-inline.
34568         * math/auto-libm-test-out: Regenerated.
34570         [BZ #16338]
34571         * sysdeps/ieee754/ldbl-128/e_logl.c (__ieee754_logl): Use __frexpl
34572         to determine exponent and adjust argument to have exponent of -1.
34573         * math/auto-libm-test-in: Add more tests of log, log10, log1p and
34574         log2.
34575         * math/auto-libm-test-out: Regenerated.
34576         * sysdeps/i386/fpu/libm-test-ulps: Update.
34577         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
34579 2013-12-18  Ondřej Bílka  <neleai@seznam.cz>
34581         * manual/probes.texi: Remove cases when per-thread arenas are
34582         disabled.
34584 2013-12-18  Andreas Schwab  <schwab@suse.de>
34586         * sysdeps/i386/i686/multiarch/strstr.c: Remove.
34587         * sysdeps/i386/i686/multiarch/strstr-c.c: Remove.
34588         * sysdeps/i386/i686/multiarch/strcasestr.c: Remove.
34589         * sysdeps/i386/i686/multiarch/strcasestr-nonascii.c: Remove.
34590         * sysdeps/i386/i686/multiarch/Makefile: Update.
34591         * sysdeps/i386/i686/multiarch/ifunc-impl-list.c: Update.
34593 2013-12-17  Joseph Myers  <joseph@codesourcery.com>
34595         * sysdeps/unix/bsd/bsd4.4/bits/errno.h: Remove file.
34596         * sysdeps/unix/bsd/bsd4.4/bits/ioctls.h: Likewise.
34598 2013-12-17  Paul Eggert  <eggert@cs.ucla.edu>
34600         [BZ #15968]
34601         Support TZ transition times < 00:00:00.
34602         This is needed for version-3 tz-format files; it supports time
34603         stamps past 2037 for America/Godthab (the only entry in the tz
34604         database for which this change is relevant).
34605         * manual/time.texi (TZ Variable): Document transition times
34606         from -167:59:59 through -00:00:01.
34607         * time/tzset.c (tz_rule): Time of day is now signed.
34608         (__tzset_parse_tz): Parse negative time of day.
34610         Document TZ transition times >= 25:00:00.
34611         * manual/time.texi (TZ Variable): Document transition times from
34612         25:00:00 through 167:59:59.  These are already supported, and this
34613         support will help with version-3 tz-format files.
34615         * manual/time.texi (TZ Variable): Modernize North America example
34616         to reflect current (i.e., 2007-and-later) daylight saving rules.
34618         * manual/time.texi (TZ Variable): POSIX.1 hour can be 24.
34620 2013-12-17  Joseph Myers  <joseph@codesourcery.com>
34622         * sysdeps/unix/bsd/bits/posix_opt.h: Remove file.
34623         * sysdeps/unix/bsd/bits/stat.h: Likewise.
34624         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/environments.h: Likewise.
34625         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h: Likewise.
34626         * sysdeps/unix/bsd/bsd4.4/freebsd/sys/sysmacros.h: Likewise.
34627         * sysdeps/unix/bsd/bsdstat.h: Likewise.
34628         * sysdeps/unix/bsd/clock.c: Likewise.
34629         * sysdeps/unix/bsd/i386/vfork.S: Likewise.
34630         * sysdeps/unix/bsd/i386/wait3.S: Likewise.
34631         * sysdeps/unix/bsd/init-posix.c: Likewise.
34632         * sysdeps/unix/bsd/poll.c: Likewise.
34633         * sysdeps/unix/bsd/ptsname.c: Likewise.
34634         * sysdeps/unix/bsd/seekdir.c: Likewise.
34635         * sysdeps/unix/bsd/setegid.c: Likewise.
34636         * sysdeps/unix/bsd/seteuid.c: Likewise.
34637         * sysdeps/unix/bsd/setgid.c: Likewise.
34638         * sysdeps/unix/bsd/setrgid.c: Likewise.
34639         * sysdeps/unix/bsd/setruid.c: Likewise.
34640         * sysdeps/unix/bsd/setsid.c: Likewise.
34641         * sysdeps/unix/bsd/setuid.c: Likewise.
34642         * sysdeps/unix/bsd/sigaction.c: Likewise.
34643         * sysdeps/unix/bsd/sigprocmask.c: Likewise.
34644         * sysdeps/unix/bsd/sigsuspend.c: Likewise.
34645         * sysdeps/unix/bsd/sys/reboot.h: Likewise.
34646         * sysdeps/unix/bsd/telldir.c: Likewise.
34647         * sysdeps/unix/bsd/times.c: Likewise.
34648         * sysdeps/unix/bsd/usleep.c: Likewise.
34650         * misc/Makefile (install-lib): Remove libbsd-compat.a.
34651         ($(objpfx)libbsd-compat.a): Remove rule.
34653         * include/features.h (__FAVOR_BSD): Do not define.
34654         * manual/creature.texi (_BSD_SOURCE): Do not document as enabling
34655         features conflicting with POSIX.
34656         (_GNU_SOURCE): Do not mention interaction with _BSD_SOURCE.
34657         (_BSD_SOURCE): Remove description of not being a subset of other
34658         feature test macros.
34659         * manual/job.texi (getpgrp): Do not document BSD version.
34660         (getpgid): Do not document by reference to BSD getpgrp.
34661         * posix/unistd.h [__FAVOR_BSD]: Remove conditional code.
34662         * setjmp/setjmp.h [__FAVOR_BSD]: Likewise.
34663         * signal/signal.h [__FAVOR_BSD]: Likewise.
34664         * sysdeps/gnu/netinet/tcp.h (struct tcphdr): Use anonymous unions
34665         instead of making contents conditional on [__FAVOR_BSD].
34666         * sysdeps/gnu/netinet/udp.h (struct udphdr): Likewise.
34668 2013-12-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
34670         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
34672 2013-12-17  Joseph Myers  <joseph@codesourcery.com>
34674         [BZ #16314]
34675         * sysdeps/ieee754/dbl-64/e_hypot.c (__ieee754_hypot): Adjust up
34676         values below 2**-450, not 2**-500.
34677         * math/auto-libm-test-in: Don't allow spurious underflow from
34678         hypot.
34679         * math/auto-libm-test-out: Regenerated.
34681         [BZ #16316]
34682         [BZ #16330]
34683         * sysdeps/ieee754/dbl-64/e_hypot.c (__ieee754_hypot): Update
34684         values of ha and hb and sort them after adjusting subnormal
34685         arguments.
34686         * sysdeps/ieee754/ldbl-128/e_hypotl.c (__ieee754_hypotl):
34687         Likewise.
34688         * sysdeps/ieee754/ldbl-96/e_hypotl.c (__ieee754_hypotl): Update
34689         values of ea and eb and sort them after adjusting subnormal
34690         arguments.
34691         * math/auto-libm-test-in: Do not expect some hypot tests of
34692         subnormals to fail.  Add more hypot tests.
34693         * math/auto-libm-test-out: Regenerated.
34695 2013-12-16  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
34697         [BZ #13304]
34698         * sysdeps/sh/s_fma.c: New file.
34699         * sysdeps/sh/s_fmaf.c: New file.
34700         * sysdeps/sh/soft-fp/sfp-machine.h: New file.  Based on arm
34701         version.
34702         * sysdeps/sh/Implies: Add sh/soft-fp.
34704 2013-12-16  Roland McGrath  <roland@hack.frob.com>
34706         * elf/dl-error.c (struct catch): Add new member `errcode'.  Add a
34707         level of indirection to members `objname', `errstring', `malloced'.
34708         (_dl_signal_error): Store through pointers in *LCATCH rather modifying
34709         *LCATCH itself.  Set *LCATCH->errcode to ERRCODE rather than passing
34710         it as the __longjmp argument (just pass 1 instead).
34711         (_dl_catch_error): Initialize C with argument pointers and address of
34712         volatile local ERRCODE rather than copying values out of C at return.
34714 2013-12-16  Joseph Myers  <joseph@codesourcery.com>
34716         * math/auto-libm-test-in: Add tests of atan2, hypot and pow.
34717         * math/auto-libm-test-out: Regenerated.
34718         * math/libm-test.inc (atan2_test_data): Use AUTO_TESTS_ff_f.
34719         (hypot_test_data): Likewise.
34720         (pow_test_data): Likewise.
34721         (pow_tonearest_test_data): Likewise.
34722         * math/gen-auto-libm-tests.c (func_calc_method): Add value
34723         mpfr_ff_f.
34724         (func_calc_desc): Add mpfr_ff_f union field.
34725         (FUNC_mpfr_ff_f): New macro.
34726         (test_functions): Add atan2, hypot and pow.
34727         (special_fill_min): New function.
34728         (special_fill_minus_min): Likewise.
34729         (special_fill_min_subnorm): Likewise.
34730         (special_fill_minus_min_subnorm): Likewise.
34731         (special_real_inputs): Add min, -min, min_subnorm and
34732         -min_subnorm.
34733         (calc_generic_results): Handle mpfr_ff_f.
34734         * sysdeps/i386/fpu/libm-test-ulps: Update.
34735         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
34737 2013-12-16  Will Newton  <will.newton@linaro.org>
34739         * manual/memory.texi (Malloc Examples): Mention aligned_alloc.
34740         (Aligned Memory Blocks): Add documentation for aligned_alloc
34741         and suggest it as an alternative to posix_memalign.
34742         (Hooks for Malloc): Document __memalign_hook is also called
34743         for aligned_alloc.  (Summary of Malloc): Add summary for
34744         aligned alloc.  Document __memalign_hook is also called
34745         for aligned_alloc.
34747 2013-12-16  Will Newton  <will.newton@linaro.org>
34749         * manual/memory.texi (Malloc Examples): Clarify default
34750         alignment documentation.  Suggest posix_memalign rather
34751         than memalign or valloc.
34752         (Aligned Memory Blocks): Remove suggestion to use memalign
34753         or valloc.  Remove obsolete comment about BSD.
34754         Document memalign errno values and mark the function obsolete.
34755         Document posix_memalign returned error codes.  Mark valloc
34756         as obsolete.  (Hooks for Malloc): __memalign_hook is also
34757         called for posix_memalign and valloc.
34758         (Summary of Malloc): Add posix_memalign to function summary.
34759         __memalign_hook is also called for posix_memalign and valloc.
34761 2013-12-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
34763         * sysdeps/ieee754/dbl-64/s_sin.c (TAYLOR_SINCOS): Rename to
34764         TAYLOR_SIN.
34765         (__sin): Adjust.
34766         (__cos): Likewise.
34767         (sloww): Use mynumber union.  Expand ternary operator into
34768         if-else statements.
34769         (cslow): use mynumber union.
34771 2013-12-16  Allan McRae  <allan@archlinux.org>
34773         * configure.ac: Set AUTOCONF when maintainer-mode is not used.
34774         * configure: Regenerated.
34776         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Update file name.
34778         [BZ #14120]
34779         * configure.ac: Added --enable-maintainer-mode. Check for
34780         autoconf when enabled.
34781         * configure: Regenerated.
34783         * nscd/nscd.service: New file.
34784         * nscd/nscd.tmpfiles: New file.
34786 2013-12-14  Ondřej Bílka  <neleai@seznam.cz>
34788         [BZ #12100]
34789         * sysdeps/x86_64/multiarch/strstr-sse2-unaligned.S: New file
34790         * sysdeps/x86_64/multiarch/strstr-c.c: Moved to ...
34791         * sysdeps/x86_64/multiarch/strstr.c: ... here.
34792         (strstr): Add __strstr_sse2_unaligned ifunc.
34793         * sysdeps/x86_64/multiarch/strcasestr-c.c: Moved to ...
34794         * sysdeps/x86_64/multiarch/strcasestr.c ... here.
34795         (strcasestr): Remove __strcasestr_sse42 ifunc.
34796         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c: Remove.
34797         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Update.
34798         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Update.
34800 2013-12-14  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
34802         * sysdeps/sh/sh4/fpu/bits/fenv.h: Move to ...
34803         * sysdeps/sh/bits/fenv.h: ... here.
34804         * sysdeps/sh/sh4/fpu/bits: Remove directory.
34806 2013-12-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
34808         * NEWS: Mention ppc64 STT_GNU_IFUNC support.
34810         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add hypot and
34811         hypotf multiarch implementations.
34812         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypot-power7.c: New file.
34813         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypot-ppc64.c: New file.
34814         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypot.c: New file:
34815         multiarch hypot for PPC64.
34816         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypotf-power7.c: New file.
34817         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypotf-ppc64.c: New file.
34818         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypotf.c : New file:
34819         multiarch hypotf for PPC64.
34821         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add modf and
34822         modff multiarch implementations.
34823         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modf-power5+.c: New file.
34824         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modf-ppc64.c: New file.
34825         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modf.c: New file:
34826         multiarch modf for PPC64.
34827         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modff-power5+.c: New file.
34828         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modff-ppc64.c: New file.
34829         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modff.c : New file:
34830         multiarch modff for PPC64.
34832         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add logb, logbf,
34833         and logl multiarch implementations.
34834         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logb-power7.c: New file.
34835         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logb-ppc64.c: New file.
34836         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logb.c: New file:
34837         multiarch logb for PPC64.
34838         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbf-power7.c: New file.
34839         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbf-ppc64.c: New file.
34840         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbf.c: New file:
34841         multiarch logb for PPC64.
34842         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbl-power7.c: New file.
34843         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbl-ppc64.c: New file.
34844         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbl.c: New file:
34845         multiarch logb for PPC64.
34847         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add isinf and
34848         isinff multiarch implementation.
34849         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf-power7.S: New
34850         file.
34851         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf-ppc64.S: New file.
34852         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf.c: New file:
34853         multiarch isinf for PPC64.
34854         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinff-ppc64.c: New
34855         file.
34856         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinff.c: New file:
34857         multiarch isinff for PPC64.
34859         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add finite and
34860         finitef multiarch implementation.
34861         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite-power7.S: New
34862         file.
34863         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite-ppc64.S: New file.
34864         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite.c: New file:
34865         multiarch finite for PPC64.
34866         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finitef-ppc64.c: New
34867         file.
34868         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finitef.c: New file:
34869         multiarch finitef for PPC64.
34871         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add llrint and
34872         lrint multiarch implementation.
34873         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint-power6x.S: New
34874         file.
34875         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint-ppc64.S: New file.
34876         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint.c: New file:
34877         multiarch llrint for PPC64.
34878         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_lrint.c: New file:
34879         multiarch lrint for PPC64.
34881         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add copysign/
34882         copysignf multiarch implementation.
34883         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysign-power6.S: New
34884         file.
34885         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysign-ppc64.S: New
34886         file.
34887         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysign.c: New file:
34888         multiarch copysign for PPC64.
34889         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysignf.c: New file:
34890         multiarch copysignf for PPC64.
34892         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add trunc/truncf
34893         multiarch implementation.
34894         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_trunc-power5+.S: New
34895         file.
34896         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_trunc-ppc64.S: New
34897         file.
34898         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_truncf-power5+.S: New
34899         file.
34900         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_truncf-ppc64.S: New
34901         file.
34902         multiarch llround for PPC64.
34903         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_trunc.c: New file:
34904         multiarch trunc for PPC64.
34905         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_truncf.c: New file:
34906         multiarch truncf for PPC64.
34908         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add round/roundf
34909         multiarch implementation.
34910         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_round-power5+.S: New
34911         file.
34912         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_round-ppc64.S: New
34913         file.
34914         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_roundf-power5+.S: New
34915         file.
34916         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_roundf-ppc64.S: New
34917         file.
34918         multiarch llround for PPC64.
34919         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_round.c: New file:
34920         multiarch round for PPC64.
34921         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_roundf.c: New file:
34922         multiarch roundf for PPC64.
34924         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add floor/floorf
34925         multiarch implementation.
34926         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floor-power5+.S: New
34927         file.
34928         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floor-ppc64.S: New
34929         file.
34930         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floorf-power5+.S: New
34931         file.
34932         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floorf-ppc64.S: New
34933         file.
34934         multiarch llround for PPC64.
34935         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floor.c: New file:
34936         multiarch floor for PPC64.
34937         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floorf.c: New file:
34938         multiarch floorf for PPC64.
34940         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add ceil/ceilf
34941         multiarch implementation.
34942         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceil-power5+.S: New
34943         file.
34944         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceil-ppc64.S: New
34945         file.
34946         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceilf-power5+.S: New
34947         file.
34948         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceilf-ppc64.S: New
34949         file.
34950         multiarch llround for PPC64.
34951         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceil.c: New file:
34952         multiarch ceil for PPC64.
34953         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceilf.c: New file:
34954         multiarch ceilf for PPC64.
34956         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add llround
34957         multiarch implementation.
34958         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround-power5+.S: New
34959         file.
34960         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround-power6x.S: New
34961         file.
34962         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround-ppc64.S: New
34963         file.
34964         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround.c: New file:
34965         multiarch llround for PPC64.
34966         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_lround.c: New file:
34967         multiarch lround for PPC64.
34969         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add isnan
34970         multiarch implementation.
34971         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power5.S: New file.
34972         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power6.S: New file.
34973         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power6x.S: New
34974         file.
34975         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power7.S: New file.
34976         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-ppc64.S: New file.
34977         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan.c: New file:
34978         multiarch isnan for PPC64.
34979         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnanf.c: New file:
34980         multiarch isnanf for PPC64.
34982         * sysdeps/powerpc/powerpc64/power5+/fpu/multiarch/Implies: New file.
34983         * sysdeps/powerpc/powerpc64/power5/fpu/multiarch/Implies: New file.
34984         * sysdeps/powerpc/powerpc64/power6/fpu/multiarch/Implies: New file.
34985         * sysdeps/powerpc/powerpc64/power6x/fpu/multiarch/Implies: New file.
34986         * sysdeps/powerpc/powerpc64/power7/fpu/multiarch/Implies: New file
34987         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/Implies: Remove.
34989         * sysdeps/powerpc/fpu/w_sqrt.c: Remove file
34990         * sysdeps/powerpc/fpu/w_sqrtf.c: Likewise.
34991         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: Likewise.
34992         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrtf.c: Likewise.
34994         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add stpcpy
34995         multiarch implementations.
34996         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
34997         (__libc_ifunc_impl_list): Likewise.
34998         * sysdeps/powerpc/powerpc64/multiarch/stpcpy-power7.c: New file.
34999         * sysdeps/powerpc/powerpc64/multiarch/stpcpy-ppc64.c: New file.
35000         * sysdeps/powerpc/powerpc64/multiarch/stpcpy.c : New file:
35001         multiarch stpcpy for PPC64.
35003         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcpy
35004         multiarch implementations.
35005         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
35006         (__libc_ifunc_impl_list): Likewise.
35007         * sysdeps/powerpc/powerpc64/multiarch/strcpy-power7.c: New file.
35008         * sysdeps/powerpc/powerpc64/multiarch/strcpy-ppc64.c: New file.
35009         * sysdeps/powerpc/powerpc64/multiarch/strcpy.c : New file:
35010         multiarch strcpy for PPC64.
35012         * string/wordcopy.c (_wordcopy_fwd_aligned): Add define to
35013         redefine function name.
35014         (_wordcopy_fwd_dest_aligned): Likewise.
35015         (_wordcopy_bwd_aligned): Likewise.
35016         (_wordcopy_bwd_dest_aligned): Likewise.
35017         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add wordcopy
35018         multiarch implementations.
35019         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
35020         (__libc_ifunc_impl_list): Likewise.
35021         * sysdeps/powerpc/powerpc64/multiarch/wordcopy-power6.c: New file.
35022         * sysdeps/powerpc/powerpc64/multiarch/wordcopy-power7.c: New file.
35023         * sysdeps/powerpc/powerpc64/multiarch/wordcopy-ppc64.c: New file.
35024         * sysdeps/powerpc/powerpc64/multiarch/wordcopy.c : New file:
35025         multiarch wcscpy for PPC64.
35027         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add wcscpy
35028         multiarch implementations.
35029         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
35030         (__libc_ifunc_impl_list): Likewise.
35031         * sysdeps/powerpc/powerpc64/multiarch/wcscpy-power6.c: New file.
35032         * sysdeps/powerpc/powerpc64/multiarch/wcscpy-power7.c: New file.
35033         * sysdeps/powerpc/powerpc64/multiarch/wcscpy-ppc64.c: New file.
35034         * sysdeps/powerpc/powerpc64/multiarch/wcscpy.c : New file:
35035         multiarch wcscpy for PPC64.
35037         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add wcsrchr
35038         multiarch implementations.
35039         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
35040         (__libc_ifunc_impl_list): Likewise.
35041         * sysdeps/powerpc/powerpc64/multiarch/wcsrchr-power6.c: New file.
35042         * sysdeps/powerpc/powerpc64/multiarch/wcsrchr-power7.c: New file.
35043         * sysdeps/powerpc/powerpc64/multiarch/wcsrchr-ppc64.c: New file.
35044         * sysdeps/powerpc/powerpc64/multiarch/wcsrchr.c : New file:
35045         multiarch wcsrchr for PPC64.
35047         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add wcschr
35048         multiarch implementations.
35049         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
35050         (__libc_ifunc_impl_list): Likewise.
35051         * sysdeps/powerpc/powerpc64/multiarch/wcschr-power6.c: New file.
35052         * sysdeps/powerpc/powerpc64/multiarch/wcschr-power7.c: New file.
35053         * sysdeps/powerpc/powerpc64/multiarch/wcschr-ppc64.c: New file.
35054         * sysdeps/powerpc/powerpc64/multiarch/wcschr.c : New file:
35055         multiarch wcschr for PPC64.
35057         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strchrnul
35058         multiarch implementations.
35059         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
35060         (__libc_ifunc_impl_list): Likewise.
35061         * sysdeps/powerpc/powerpc64/multiarch/strchrnul-power7.S: New file.
35062         * sysdeps/powerpc/powerpc64/multiarch/strchrnul-ppc64.c: New file.
35063         * sysdeps/powerpc/powerpc64/multiarch/strchrnul.c: New file:
35064         multiarch strchrnul for PPC64.
35066         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strchr multiarch
35067         implementations.
35068         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
35069         (__libc_ifunc_impl_list): Likewise.
35070         * sysdeps/powerpc/powerpc64/multiarch/rtld-strchr.S: New file.
35071         * sysdeps/powerpc/powerpc64/multiarch/strchr-power7.S: New file.
35072         * sysdeps/powerpc/powerpc64/multiarch/strchr-ppc64.S: New file.
35073         * sysdeps/powerpc/powerpc64/multiarch/strchr.c: New file: multiarch
35074         strchr for PPC64.
35076         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strncmp multiarch
35077         implementations.
35078         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
35079         (__libc_ifunc_impl_list): Likewise.
35080         * sysdeps/powerpc/powerpc64/multiarch/strncmp-power4.S: New file.
35081         * sysdeps/powerpc/powerpc64/multiarch/strncmp-power7.S: New file.
35082         * sysdeps/powerpc/powerpc64/multiarch/strncmp-ppc64.S: New file.
35083         * sysdeps/powerpc/powerpc64/multiarch/strncmp.c: New file: multiarch
35084         strncmp for PPC64.
35086         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strncasecmp
35087         multiarch implementations.
35088         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
35089         (__libc_ifunc_impl_list): Likewise.
35090         * sysdeps/powerpc/powerpc64/multiarch/strncase-power7.c: New file.
35091         * sysdeps/powerpc/powerpc64/multiarch/strncase.c: New file: multiarch
35092         strncasecmp for PPC64.
35093         * sysdeps/powerpc/powerpc64/multiarch/strncase_l-power7.c: New file.
35094         * sysdeps/powerpc/powerpc64/multiarch/strncase_l.c: New file:
35095         multiarch strncasecmp_l for PPC64.
35097         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcasecmp
35098         multiarch implementations.
35099         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
35100         (__libc_ifunc_impl_list): Likewise.
35101         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp-power7.S: New file.
35102         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp.c: New file:
35103         multiarch strcasecmp for PPC64.
35104         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp_l-power7.S: New
35105         file.
35106         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp_l.c: new file:
35107         multiarch strcasecmp_l for PPC64.
35109         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strnlen multiarch
35110         implementations.
35111         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
35112         (__libc_ifunc_impl_list): Likewise.
35113         * sysdeps/powerpc/powerpc64/multiarch/strnlen-power7.S: New file.
35114         * sysdeps/powerpc/powerpc64/multiarch/strnlen-ppc64.c: New file.
35115         * sysdeps/powerpc/powerpc64/multiarch/strnlen.c: New file: multiarch
35116         strnlen for PPC64.
35118         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strlen multiarch
35119         implementations.
35120         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
35121         (__libc_ifunc_impl_list): Likewise.
35122         * sysdeps/powerpc/powerpc64/multiarch/strlen-power7.S: New file.
35123         * sysdeps/powerpc/powerpc64/multiarch/strlen-ppc64.S: New file.
35124         * sysdeps/powerpc/powerpc64/multiarch/strlen.c: New file: multiarch
35125         strlen for PPC64.
35127         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add rawmemch multiarch
35128         implementations.
35129         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
35130         (__libc_ifunc_impl_list): Likewise.
35131         * sysdeps/powerpc/powerpc64/multiarch/rawmemchr-power7.S: New file.
35132         * sysdeps/powerpc/powerpc64/multiarch/rawmemchr-ppc64.c: New file.
35133         * sysdeps/powerpc/powerpc64/multiarch/rawmemchr.c: New file: multiarch
35134         rawmemrchr for PPC64.
35136         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memrchr multiarch
35137         implementation.
35138         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
35139         (__libc_ifunc_impl_list): Likewise.
35140         * sysdeps/powerpc/powerpc64/multiarch/memrchr-power7.S: New file.
35141         * sysdeps/powerpc/powerpc64/multiarch/memrchr-ppc64.c: New file.
35142         * sysdeps/powerpc/powerpc64/multiarch/memrchr.c: New file: multiarch
35143         memrchr for PPC64.
35145         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memchr multiarch
35146         implementation.
35147         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
35148         (__libc_ifunc_impl_list): Likewise.
35149         * sysdeps/powerpc/powerpc64/multiarch/memchr-power7.S: New file.
35150         * sysdeps/powerpc/powerpc64/multiarch/memchr-ppc64.c: New file.
35151         * sysdeps/powerpc/powerpc64/multiarch/memchr.c: New file: multiarch
35152         memchr for PPC64.
35154         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add mempcpy multiarch
35155         implementation.
35156         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
35157         (__libc_ifunc_impl_list): Likewise.
35158         * sysdeps/powerpc/powerpc64/multiarch/mempcpy-power7.S: New file.
35159         * sysdeps/powerpc/powerpc64/multiarch/mempcpy-ppc64.c: New file.
35160         * sysdeps/powerpc/powerpc64/multiarch/mempcpy.c: New file: multiarch
35161         mempcpy for PPC64.
35163         * sysdeps/powerpc/powerpc64/memset.S (NO_BZERO_IMPL): Add macro to
35164         avoid cretion of __bzero symbol.
35165         * sysdeps/powerpc/powerpc64/power4/memset.S (NO_BZERO_IMPL):
35166         Likewise.
35167         * sysdeps/powerpc/powerpc64/power6/memset.S (NO_BZERO_IMPL):
35168         Likewise.
35169         * sysdeps/powerpc/powerpc64/power7/memset.S (NO_BZERO_IMPL):
35170         Likewise.
35171         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memset/bzero
35172         multiarch implementations.
35173         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
35174         (__libc_ifunc_impl_list): Likewise.
35175         * sysdeps/powerpc/powerpc64/multiarch/bzero-power4.S: New file.
35176         * sysdeps/powerpc/powerpc64/multiarch/bzero-power6.S: New file.
35177         * sysdeps/powerpc/powerpc64/multiarch/bzero-power7.S: New file.
35178         * sysdeps/powerpc/powerpc64/multiarch/bzero.c: New file: multiarch
35179         bzero for PPC32.
35180         * sysdeps/powerpc/powerpc64/multiarch/memset-power4.S: New file.
35181         * sysdeps/powerpc/powerpc64/multiarch/memset-power6.S: New file.
35182         * sysdeps/powerpc/powerpc64/multiarch/memset-power7.S: New file.
35183         * sysdeps/powerpc/powerpc64/multiarch/memset-ppc64.S: New file.
35184         * sysdeps/powerpc/powerpc64/multiarch/memset.c: New file: multiarch
35185         memset for PPC64.
35186         * sysdeps/powerpc/powerpc64/multiarch/rtld-memset.c: New file.
35188         * string/memcmp.c (memcmp): Using macro to redefine symbol name.
35189         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memcpy multiarch
35190         implementations.
35191         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
35192         (__libc_ifunc_impl_list): Likewise.
35193         * sysdeps/powerpc/powerpc64/multiarch/memcmp-power4.S: New file.
35194         * sysdeps/powerpc/powerpc64/multiarch/memcmp-power7.S: New file.
35195         * sysdeps/powerpc/powerpc64/multiarch/memcmp-ppc64.c: New file.
35196         * sysdeps/powerpc/powerpc64/multiarch/memcmp.c: New file: multiarch
35197         memcmp for PPC64.
35199         * sysdeps/powerpc/powerpc64/multiarch/Makefile: New file to support
35200         multiarch for POWER/PPC64.
35201         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c: Likewise.
35202         * sysdeps/powerpc/powerpc64/multiarch/init-arch.h: Likewise.
35203         * sysdeps/powerpc/powerpc64/multiarch/memcpy-a2.S: New file.
35204         * sysdeps/powerpc/powerpc64/multiarch/memcpy-cell.S: New file.
35205         * sysdeps/powerpc/powerpc64/multiarch/memcpy-power4.S: New file.
35206         * sysdeps/powerpc/powerpc64/multiarch/memcpy-power6.S: New file.
35207         * sysdeps/powerpc/powerpc64/multiarch/memcpy-power7.S: New file.
35208         * sysdeps/powerpc/powerpc64/multiarch/memcpy-ppc64.S: New file.
35209         * sysdeps/powerpc/powerpc64/multiarch/memcpy.c: New file: multiarch
35210         memcpy for PPC64.
35212         * sysdeps/powerpc/powerpc64/power4/fpu/Implies: New file.
35213         * sysdeps/powerpc/powerpc64/power4/fpu/multiarch/Implies: New File.
35214         * sysdeps/powerpc/powerpc64/power4/multiarch/Implies: New File.
35215         * sysdeps/powerpc/powerpc64/power5+/fpu/Implies: New File.
35216         * sysdeps/powerpc/powerpc64/power5+/multiarch/Implies: New File.
35217         * sysdeps/powerpc/powerpc64/power5/Implies: New File.
35218         * sysdeps/powerpc/powerpc64/power5/fpu/Implies: New File.
35219         * sysdeps/powerpc/powerpc64/power5/multiarch/Implies: New File.
35220         * sysdeps/powerpc/powerpc64/power6/fpu/Implies: New File.
35221         * sysdeps/powerpc/powerpc64/power6/multiarch/Implies: New File.
35222         * sysdeps/powerpc/powerpc64/power7/fpu/Implies: New File.
35223         * sysdeps/powerpc/powerpc64/power7/multiarch/Implies: New File.
35224         * sysdeps/powerpc/powerpc64/power8/fpu/Implies: New File.
35225         * sysdeps/powerpc/powerpc64/power8/fpu/multiarch/Implies: New File.
35226         * sysdeps/powerpc/powerpc64/power8/multiarch/Implies: New File.
35227         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power4/Implies: Remove.
35228         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5+/Implies: Remove.
35229         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5/Implies: Remove.
35230         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/Implies: Remove.
35231         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6x/Implies: Remove.
35232         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power7/Implies: Remove.
35233         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power8/Implies: Remove.
35235 2013-12-12  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
35237         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Use $$ver.
35239 2013-12-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
35241         * benchtests/Makefile (bench): Add exp2 and log2.
35242         (LDLIBS-bench-exp2): Add -lm.
35243         (LDLIBS-bench-log2): Likewise.
35244         * benchtests/exp2-inputs: New inputs file.
35245         * benchtests/log2-inputs: New inputs file.
35246         * benchtests/log-inputs: Add new inputs.
35247         * benchtests/tan-inputs: Likewise.
35249 2013-12-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
35251         * sysdeps/ieee754/dbl-64/s_sin.c (t22): Consolidate const
35252         definition...
35253         (slow1, slow2, sloww1, sloww2, bsloww1, bsloww2, cslow2, csloww1)
35254         (csloww2): ... from here.
35256         * sysdeps/ieee754/dbl-64/usncs.h: Define constants as double
35257         instead of structures.
35258         * sysdeps/ieee754/dbl-64/s_sin.c (POLYNOMIAL2): Adjust.
35259         (POLYNOMIAL): Likewise.
35260         (TAYLOR_SLOW): Likewise.
35261         (__sin): Likewise.
35262         (__cos): Likewise.
35263         (slow1): Likewise.
35264         (slow2): Likewise.
35265         (sloww): Likewise.
35266         (sloww1); Likewise.
35267         (sloww2): Likewise.
35268         (bsloww1): Likewise.
35269         (bsloww2): Likewise.
35270         (cslow2): Likewise.
35271         (csloww): Likewise.
35272         (csloww1): Likewise.
35273         (csloww2): Likewise.
35275 2013-12-10  Ondřej Bílka  <neleai@seznam.cz>
35277         * malloc/malloc.c (MALLOC_COPY, MALLOC_ZERO): Delete.
35278         (__malloc_assert, __libc_realloc, __libc_calloc, _int_realloc):
35279         Expand MALLOC_COPY and MALLOC_ZERO to memcpy and memset.
35280         * malloc/hooks.c (realloc_check): Likewise.
35282         * malloc/Makefile (CPPFLAGS-malloc.c): Remove -DPER_THREAD flag.
35283         * malloc/arena.c: Remove PER_THREAD conditional.
35284         [!PER_THREAD]: Remove code.
35285         (ptmalloc_unlock_all2): Likewise.
35286         (ptmalloc_init): Likewise.
35287         (_int_new_arena): Likewise.
35288         (arena_get2): Likewise.
35289         * malloc/hooks.c (__malloc_get_state): Likewise.
35290         (__malloc_set_state): Likewise.
35291         * malloc/malloc.c: Likewise.
35292         (struct malloc_state): Likewise.
35293         (struct malloc_par): Likewise.
35294         (__libc_realloc): Likewise.
35295         (__libc_mallopt): Likewise.
35297 2013-12-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
35299         * Versions.def (libm): Add GLIBC_2.3 and GLIBC_2.19.
35301 2013-12-09  Ondřej Bílka  <neleai@seznam.cz>
35303         * malloc/malloc.c (alloc_perturb, free_perturb): Convert from
35304         macro to a function.  Check for zero perturb_byte.
35305         (_int_malloc, _int_free): Remove zero perturb_byte checks.
35307         * malloc/malloc.c: (force_reg): Remove.
35308         (__malloc_assert, __libc_malloc, __libc_free, __libc_realloc)
35309         (_mid_memalign, __libc_calloc, sysmalloc, systrim): Replace
35310         force_reg by atomic_forced_read.
35311         * malloc/arena.c (ptmalloc_init): Likewise.
35312         * malloc/hooks.c (top_check): Likewise.
35314 2013-12-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
35316         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
35318 2013-12-09  Markus Trippelsdorf  <markus@trippelsdorf.de>
35320         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
35322 2013-12-08  Joseph Myers  <joseph@codesourcery.com>
35324         * math/auto-libm-test-in: Add tests of lgamma.
35325         * math/auto-libm-test-out: Regenerated.
35326         * math/libm-test.inc (M_LOG_SQRT_PIl): Remove macro.
35327         (M_LOG_2_SQRT_PIl): Likewise.
35328         (lgamma_test_data): Use AUTO_TESTS_f_f1.
35329         * math/gen-auto-libm-tests.c (func_calc_method): Add value
35330         mpfr_f_f1.
35331         (func_calc_desc): Add mpfr_f_f1 union field.
35332         (ARGS1): New macro.
35333         (ARGS2): Likewise.
35334         (ARGS3): Likewise.
35335         (ARGS4): Likewise.
35336         (RET1): Likewise.
35337         (RET2): Likewise.
35338         (CALC): Likewise.
35339         (FUNC): Likewise.
35340         (FUNC_mpfr_f_f): Use new macros FUNC, ARGS1, RET1 and CALC.
35341         (test_functions): Add lgamma.
35342         (calc_generic_results): Handle mpfr_f_f1.
35343         * sysdeps/i386/fpu/libm-test-ulps: Update.
35344         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
35346 2013-12-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
35348         * sysdeps/powerpc/powerpc64/power7/add_n.S: New file: optimized
35349         __mpn_add_n for PowerPC64/POWER7.
35350         * sysdeps/powerpc/powerpc64/power7/sub_n.S: New file: optimized
35351         __mpn_sub_n for PowerPC64/POWER7.
35353         * sysdeps/powerpc/powerpc64/addmul_1.S: New file: optimized
35354         __mpn_addmul_1 for PowerPC64.
35355         * sysdeps/powerpc/powerpc64/submul_1.S: New file: optimized
35356         __mpn_submul_1 for PowerPC64.
35357         * sysdeps/powerpc/powerpc64/lshift.S: New file: optimized __mpn_lshift
35358         for PowerPC64.
35359         * sysdeps/powerpc/powerpc64/mul_1.S: New file: optimized __mpn_mul_1
35360         for PowerPC64.
35362 2013-12-06  Fernando J. V. da Silva  <fernandojvdasilva@gmail.com>
35364         [BZ #15089]
35365         * malloc/malloc.c: Exit systrim() if pad is bigger than heap top size.
35367 2013-12-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
35369         * NEWS: Mention ppc32/power4+ STT_GNU_IFUNC support.
35371         * sysdeps/powerpc/powerpc32/power5+/fpu/multiarch/Implies: New file:
35372         add multiarch folders.
35373         * sysdeps/powerpc/powerpc32/power5+/multiarch/Implies: Likewise.
35374         * sysdeps/powerpc/powerpc32/power5/fpu/multiarch/Implies: Likewise.
35375         * sysdeps/powerpc/powerpc32/power5/multiarch/Implies: Likewise.
35376         * sysdeps/powerpc/powerpc32/power6/fpu/multiarch/Implies: Likewise.
35377         * sysdeps/powerpc/powerpc32/power6/multiarch/Implies: Likewise.
35378         * sysdeps/powerpc/powerpc32/power6x/fpu/multiarch/Implies: Likewise.
35379         * sysdeps/powerpc/powerpc32/power6x/multiarch/Implies: Likewise.
35380         * sysdeps/powerpc/powerpc32/power7/fpu/multiarch/Implies: Likewise.
35381         * sysdeps/powerpc/powerpc32/power7/multiarch/Implies: Likewise.
35382         * sysdeps/powerpc/powerpc32/power8/fpu/multiarch/Implies: Likewise.
35383         * sysdeps/powerpc/powerpc32/power8/multiarch/Implies: Likewise.
35384         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5+/Implies: Remove.
35385         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5/Implies: Remove.
35386         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/Implies: Remove.
35387         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6x/Implies: Remove.
35388         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power7/Implies: Remove.
35389         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power8/Implies: Remove.
35391         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add
35392         __ieee754_hypot and __ieee754_hypotf multiarch implementations.
35393         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypot-power7.c:
35394         New file.
35395         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypot-ppc32.c:
35396         New file.
35397         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypot.c: New file:
35398         multiarch __ieee754_hypot for PowerPC32.
35399         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypotf-power7.c:
35400         New file.
35401         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypotf-ppc32.c:
35402         New file.
35403         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypotf.c: New file:
35404         multiarch __ieee754_hypotf for PowerPC32.
35406         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Define
35407         long_double_symbol only if __logbl is defined.
35408         * sysdeps/powerpc/powerpc32/power7/fpu/s_logb.c: Moved to ...
35409         * sysdeps/powerpc/power7/fpu/s_logb.c: ... here.
35410         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbf.c: Move to ...
35411         * sysdeps/powerpc/power7/fpu/s_logbf.c: ... here.
35412         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbl.c: Move to ...
35413         * sysdeps/powerpc/power7/fpu/s_logbl.c: ... here.
35414         * sysdeps/powerpc/powerpc64/power7/fpu/s_logb.c: Adjust to use new
35415         path for implementation.
35416         * sysdeps/powerpc/powerpc64/power7/fpu/s_logbf.c: Likewise.
35417         * sysdeps/powerpc/powerpc64/power7/fpu/s_logbl.c: Likewise.
35418         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add logbf,
35419         logb, and logbl multiarch implementations for PowerPC32.
35420         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logb-power7.c: New
35421         file.
35422         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logb-ppc32.c: New
35423         file.
35424         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logb.c: New file:
35425         multiarch logb for PowerPC32.
35426         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbf-power7.c: New
35427         file.
35428         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbf-ppc32.c: New
35429         file.
35430         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbf.c: New file:
35431         multiarch logbf for PowerPC32.
35432         * sysdeps/powerpc/power4/fpu/multiarch/s_logbl-power7.c: New file.
35433         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbl-ppc32.c: New
35434         file.
35435         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbl.c: New file:
35436         multiarch logbl implementation for PowerPC32.
35438         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add modf
35439         and modff multiarch implementations.
35440         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modf-power5+.c:
35441         New file.
35442         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modf-ppc32.c:
35443         New file.
35444         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modf.c: New file:
35445         multiarch modf for PowerPC32.
35446         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modff-power5+.c:
35447         New file.
35448         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modff-ppc32.c:
35449         New file.
35450         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modff.c: New file:
35451         multiarch modff for PowerPC32.
35453         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add lrint
35454         and lrintf multiarch implementations.
35455         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lrint-power6x.S:
35456         New file.
35457         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lrint-ppc32.S:
35458         New file.
35459         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lrint.c: New file:
35460         multiarch lrint for PowerPC32.
35461         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lrintf.c: New
35462         file: multiarch lrintf for PowerPC32.
35464         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add lround
35465         and lroundf multiarch implementations.
35466         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lround-power5+.S:
35467         New file.
35468         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lround-power6.S:
35469         New file.
35470         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lround-ppc32.S:
35471         New file.
35472         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lround.c: New file:
35473         multiarch lround for PowerPC32.
35474         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lroundf.c: New
35475         file: multiarch lroundf for PowerPC32.
35477         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add
35478         copysign and copysignf multiarch implementations.
35479         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysign-power6.S:
35480         New file.
35481         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysign-ppc32.S:
35482         New file.
35483         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysign.c: New
35484         file: multiarch copysign for PowerPC32.
35485         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysignf.c: New
35486         file: multiarch copysignf for PowerPC32.
35488         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add trunc
35489         and truncf multiarch implementations.
35490         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_trunc-power5+.S:
35491         New file.
35492         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_trunc-ppc32.S: New
35493         file.
35494         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_trunc.c: New file:
35495         multiarch trunc for PowerPC32.
35496         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_truncf-power5+.S:
35497         New file.
35498         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_truncf-ppc32.S:
35499         New file.
35500         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_truncf.c: New file:
35501         multiarch truncf for PowerPC32.
35503         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add round
35504         and roundf multiarch implementations.
35505         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_round-power5+.S:
35506         New file.
35507         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_round-ppc32.S: New
35508         file.
35509         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_round.c: New file:
35510         multiarch round for PowerPC32.
35511         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_roundf-power5+.S:
35512         New file.
35513         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_roundf-ppc32.S:
35514         New file.
35515         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_roundf.c: New file:
35516         multiarch roundf for PowerPC32.
35518         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add floor
35519         and floorf multiarch implementations.
35520         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floor-power5+.S:
35521         New file.
35522         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floor-ppc32.S: New
35523         file.
35524         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floor.c: New file:
35525         multiarch floor for PowerPC32.
35526         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floorf-power5+.S:
35527         New file.
35528         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floorf-ppc32.S:
35529         New file.
35530         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floorf.c: New file:
35531         multiarch floorf for PowerPC32.
35533         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add ceil
35534         and ceilf multiarch implementations.
35535         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceil-power5+.S:
35536         New file.
35537         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceil-ppc32.S: New
35538         file.
35539         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceil.c: New file:
35540         multiarch ceil for PowerPC32.
35541         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceilf-power5+.S:
35542         New file.
35543         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceilf-ppc32.S: New
35544         file.
35545         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceilf.c: New file:
35546         multiarch ceilf for PowerPC32.
35548         * sysdeps/ieee754/dbl-64/s_finite.c (__finite): Redefine it if FINITE
35549         is defined.
35550         * sysdeps/ieee754/flt-32/s_finitef.c (__finitef): Redefine it if
35551         FINITEF is defined.
35552         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add finite
35553         and finitef multiarch implementations.
35554         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finite-power7.S:
35555         New file.
35556         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finite-ppc32.c: New
35557         file.
35558         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finite.c: New file:
35559         multiarch finite for PowerPC32.
35560         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finitef-ppc32.c:
35561         New file.
35562         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finitef.c: New
35563         file: multiarch finitef for PowerPC32.
35565         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add isinf
35566         and isinff multiarch implementations.
35567         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinf-power7.S: New
35568         file.
35569         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinf-ppc32.c: New
35570         file.
35571         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinf.c: New file:
35572         multiarch isinf for PowerPC32.
35573         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinff-ppc32.c:
35574         New file.
35575         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinff.c: New file:
35576         multiarch isinff for PowerPC32.
35578         * sysdeps/powerpc/powerpc32/fpu/s_isnan.S (__isnan): Only implement
35579         alias when __isnan is defined.
35580         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add isnan
35581         and isnanf multiarch implementations.
35582         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan-power5.S: New
35583         file.
35584         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan-power6.S: New
35585         file.
35586         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan-power7.S: New
35587         file.
35588         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan-ppc32.S: New
35589         file.
35590         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan.c: New file:
35591         multiarch isnan for PowerPC32.
35592         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnanf-power6.S:
35593         New file.
35594         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnanf-power7.S:
35595         New file.
35596         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnanf.c: New file:
35597         multiarch isnanf for PowerPC32.
35599         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add sqrt
35600         and sqrtf multiarch implementations.
35601         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrt-power5.S: New
35602         file.
35603         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrt-ppc32.S: New
35604         file.
35605         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrt.c: New file:
35606         multiarch sqrt for PowerPC32.
35607         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrtf-power5.S: New
35608         file.
35609         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrtf-ppc32.S: New
35610         file.
35611         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrtf.c: New file:
35612         multiarch sqrtf for PowerPC32.
35614         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add llround
35615         and llroundf multiarch implementations.
35616         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llround-power5+.S:
35617         New file.
35618         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llround-power6.S:
35619         New file.
35620         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llround-ppc32.S:
35621         New file.
35622         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llround.c: New
35623         file: multiarch llround for PowerPC32.
35624         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llroundf.c: New
35625         file: multiarch llroundf for PowerPC32.
35627         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: New file:
35628         multiarch PowerPC32 fpu implementations.
35629         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrint-power6.S:
35630         New file.
35631         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrint-ppc32.S:
35632         New file.
35633         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrint.c: New file:
35634         multiarch llrint for PowerPC32.
35635         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrintf-power6.S:
35636         New file.
35637         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrintf-ppc32.S:
35638         New file.
35639         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrintf.c: New
35640         file.
35642         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/Implies: Remove.
35644         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy-power6.c: New
35645         file.
35646         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy-power7.c: New
35647         file.
35648         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy-ppc32.c: New
35649         file.
35650         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy.c: New file:
35651         multiarch wordcopy for PPC32.
35652         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added wcscpy
35653         wordcopy objects.
35654         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
35655         (__libc_ifunc_impl_list): Likewise.
35656         * sysdeps/powerpc/powerpc32/power4/wordcopy.c: Move ...
35657         * sysdeps/powerpc/power4/wordcopy.c: ... to here.
35658         * sysdeps/powerpc/powerpc32/power6/wordcopy.c: Move ...
35659         * sysdeps/powerpc/power6/wordcopy.c: ... to here.
35660         * sysdeps/powerpc/powerpc64/power6/wordcopy.c: Remove uneeded file.
35661         * sysdeps/powerpc/powerpc64/power4/wordcopy.c: Likewise.
35663         * wcsmbs/wcscpy.c (wcscpy): Using macro to redefine symbol name
35664         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy-power6.c: New
35665         file.
35666         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy-power7.c: New
35667         file.
35668         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy-ppc32.c: New
35669         file.
35670         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy.c: New file:
35671         multiarch wcscpy for PPC32.
35672         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added wcscpy
35673         multiarch objects.
35674         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
35675         (__libc_ifunc_impl_list): Likewise.
35676         * sysdeps/powerpc/powerpc32/power6/wcsrchr.c: Move ...
35677         * sysdeps/powerpc/power6/wcsrchr.c: ... to here.
35678         * sysdeps/powerpc/powerpc64/power6/wcscpy.c: Adjust to use
35679         sysdeps/powerpc/power6/wcscpy.c.
35681         * wcsmbs/wcsrchr.c (wcsrchr): Using macro to redefine symbol name
35682         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr-power6.c: New
35683         file.
35684         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr-power7.c: New
35685         file.
35686         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr-ppc32.c: New
35687         file.
35688         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr.c: New file:
35689         multiarch wcsrchr for PPC32.
35690         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added wcschr
35691         multiarch objects.
35692         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
35693         (__libc_ifunc_impl_list): Likewise.
35694         * sysdeps/powerpc/powerpc32/power6/wcsrchr.c: Move ...
35695         * sysdeps/powerpc/power6/wcsrchr.c: ... to here.
35696         * sysdeps/powerpc/powerpc64/power6/wcsrchr.c: Adjust to use
35697         sysdeps/powerpc/power6/wcsrchr.c.
35699         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-power6.c: New
35700         file.
35701         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-power7.c: New
35702         file.
35703         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-ppc32.c: New file.
35704         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr.c: New file:
35705         multiarch wcschr for PPc32.
35706         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added wcschr
35707         multiarch objects.
35708         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
35709         (__libc_ifunc_impl_list): Likewise.
35710         * sysdeps/powerpc/powerpc32/power6/wcschr.c: Move ...
35711         * sysdeps/powerpc/power6/wcschr.c: ... to here.
35712         * sysdeps/powerpc/powerpc64/power6/wcschr.c: Adjust to use
35713         sysdeps/powerpc/power6/wcschr.c.
35715         * sysdeps/powerpc/powerpc32/power4/multiarch/rtld-strchr.S: New file.
35716         * sysdeps/powerpc/powerpc32/power4/multiarch/strchr-power7.S: New
35717         file.
35718         * sysdeps/powerpc/powerpc32/power4/multiarch/strchr-ppc32.S: New file.
35719         * sysdeps/powerpc/powerpc/powerpc32/power4/multiarch/strchr.c: New
35720         file: multiarch strchr for PPC32.
35721         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strchr
35722         multiarch objects.
35723         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
35724         (__libc_ifunc_impl_list): Likewise.
35726         * string/strchrnul.c (__strchrnul): Using macro to redefine symbol
35727         name.
35728         * sysdeps/powerpc/powerpc32/power4//multiarch/strchrnul-power7.S: New
35729         file.
35730         * sysdeps/powerpc/powerpc32/power4/multiarch/strchrnul-ppc32.c: New
35731         file.
35732         * sysdeps/powerpc/powerpc32/power4/multiarch/strchrnul.c: New file:
35733         multiarch strchrnul for PPC32.
35734         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strchrnul
35735         multiarch objects.
35736         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
35737         (__libc_ifunc_impl_list): Likewise.
35739         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase-power7.c: New
35740         file.
35741         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase.c: New file:
35742         multiarch strncasecmp for PPC32.
35743         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase_l-power7.c: New
35744         file.
35745         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase_l.c: New file:
35746         multiarch strncasecmp_l for PPC32.
35747         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added
35748         strncasecmp multiarch objects.
35749         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
35750         (__libc_ifunc_impl_list): Likewise.
35752         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp-power7.S: New
35753         file.
35754         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp.c: New file:
35755         multiarch strncasecmp for PPC32.
35756         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp_l-power7.S:
35757         New file.
35758         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp_l.c: New file:
35759         multiarch strcasecmp_l for PPC32.
35760         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strcasecmp
35761         multiarch objects.
35762         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
35763         (__libc_ifunc_impl_list): Likewise.
35765         * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp-power7.S: New
35766         file.
35767         * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp-ppc32.S: New
35768         file.
35769         * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp.c: New file:
35770         multiarch strncmp for PPC32.
35771         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strncmp
35772         multiarch objects.
35773         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
35774         (__libc_ifunc_impl_list): Likewise.
35776         * sysdeps/powerpc/powerpc32/power4/multiarch/rtld-strnlen.c: New file.
35777         * sysdeps/powerpc/powerpc32//power4/multiarch/strnlen-power7.S: New
35778         file.
35779         * sysdeps/powerpc/powerpc32/power4/multiarch/strnlen-ppc32.c: New file.
35780         * sysdeps/powerpc/powerpc32/power4/multiarch/strnlen.c: New file.
35781         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strnlen
35782         multiarch objects.
35783         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
35784         (__libc_ifunc_impl_list): Likewise.
35786         * sysdeps/powerpc/powerpc32/power4/multiarch/strlen-power7.S: New
35787         file.
35788         * sysdeps/powerpc/powerpc32/power4/multiarch/strlen-ppc32.S: New
35789         file.
35790         * sysdeps/powerpc/powerpc32/power4/multiarch/strlen.c: New file.
35791         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strlen
35792         multiarch objects.
35793         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
35794         (__libc_ifunc_impl_list): Likewise.
35796         * sysdeps/powerpc/powerpc32/power4/multiarch/rawmemchr-power7.S: New
35797         file.
35798         * sysdeps/powerpc/powerpc32/power4/multiarch/rawmemchr-ppc32.c: New
35799         file.
35800         * sysdeps/powerpc/powerpc32/power4/multiarch/rawmemchr.c: New file:
35801         multiarch rawmemchr for PPC32.
35802         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added rawmemchr
35803         multiarch objects.
35804         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
35805         (__libc_ifunc_impl_list): Likewise.
35807         * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr-power7.S: New
35808         file.
35809         * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr-ppc32.c: New
35810         file.
35811         * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr.c: New
35812         file: memrchr multiarch for PPC32.
35813         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added memrchr
35814         multiarch objects.
35815         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
35816         (__libc_ifunc_impl_list): Likewise.
35818         * string/memchr.c (__memchr): Using macro to redefine symbol name.
35819         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr-power7.S: New
35820         file.
35821         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr-ppc32.c: New File.
35822         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr.c: New file:
35823         multiarch memchr for PPC32.
35824         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add memchr
35825         multiarch objects.
35826         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
35827         (__libc_ifunc_impl_list): Likewise.
35829         * string/mempcpy.c (__mempcpy): Using macro to redefine symbol name.
35830         * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy-power7.S: New
35831         file.
35832         * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy-ppc32.c: New
35833         file.
35834         * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy.c: New
35835         file: multiarch mempcpy for PPC32.
35836         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add mempcpy
35837         multiarch objects.
35838         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
35839         (__libc_ifunc_impl_list): Likewise.
35841         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero-power6.S: New file.
35842         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero-power7.S: New file.
35843         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero-ppc32.S: New file.
35844         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero.c: New file:
35845         multiarch bzero for PPC32.
35846         * sysdeps/powerpc/powerpc32/power4/multiarch/memset-power6.S: New
35847         file.
35848         * sysdeps/powerpc/powerpc32/power4/multiarch/memset-power7.S: New
35849         file.
35850         * sysdeps/powerpc/powerpc32/power4/multiarch/memset-ppc32.S: New file.
35851         * sysdeps/powerpc/powerpc/powerpc32/power4/multiarch/memset.c: New
35852         file: multiarch memset for PPC32.
35853         * sysdeps/powerpc/powerpc32/power4/multiarch/rtld-memset.S: New file.
35854         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add bzero and
35855         memset multiarch objects.
35856         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
35857         (__libc_ifunc_impl_list): Likewise.
35859         * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp-power7.S: New
35860         file.
35861         * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp-ppc32.S: New file.
35862         * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp.c: multiarch
35863         memcmp for PPC32.
35864         * sysdeps/powerpc/powerpc32/power4/multiarch/rtld-memcmp.S: New file.
35865         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add memcmp
35866         multiarch objects.
35867         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
35868         (__libc_ifunc_impl_list): Likewise.
35870         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-a2.S: New file.
35871         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-cell.S: New file.
35872         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-power6.S: New
35873         file.
35874         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-power7.S: New
35875         file.
35876         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-ppc32.S: New
35877         file.
35878         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy.c: New file:
35879         multiarch memcpy for PPC32.
35880         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add memcpy
35881         multiarch objects.
35882         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
35883         (__libc_ifunc_impl_list): Likewise.
35885         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: New file to
35886         support multiarch for POWER/PPC32.
35887         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c:
35888         Likewise.
35889         * sysdeps/powerpc/powerpc32/power4/multiarch/init-arch.h: Likewise.
35890         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power4/Implies: Remove
35891         Implies file to make multiarch folder appers before the fpu and
35892         default folder for power4 configuration.
35894 2013-12-06  Siddhesh Poyarekar  <siddhesh@redhat.com>
35896         * scripts/bench.pl: Append volatile keyword to type.
35898 2013-12-05  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
35900         * sysdeps/sh/sotruss-lib.c: New file.
35901         * sysdeps/unix/sysv/linux/sh/nptl/c++-types.data: New file.
35903 2013-12-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
35905         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
35907 2013-12-05  Joseph Myers  <joseph@codesourcery.com>
35909         [BZ #6810]
35910         * math/w_tgamma.c: Include <errno.h>.
35911         (__tgamma): Use __glibc_unlikely.  Set errno on underflow to 0.
35912         * math/w_tgammaf.c: Include <errno.h>.
35913         (__tgammaf): Use __glibc_unlikely.  Set errno on underflow to 0.
35914         * math/w_tgammal.c: Include <errno.h>.
35915         (__tgammal): Use __glibc_unlikely.  Set errno on underflow to 0.
35916         * math/auto-libm-test-in: Do not allow missing errno on tgamma
35917         underflow.  Add more tgamma tests.
35918         * math/auto-libm-test-out: Regenerated.
35919         * sysdeps/i386/fpu/libm-test-ulps: Update.
35920         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
35922         * math/auto-libm-test-in: Add tests of log, log10, log1p, log2,
35923         sin, sinh, tan, tanh, tgamma, y0 and y1.
35924         * math/auto-libm-test-out: Regenerated.
35925         * math/libm-test.inc (TEST_COND_x86_64): New macro.
35926         (TEST_COND_x86): Likewise.
35927         (M_E2l): Remove macro.
35928         (M_E3l): Likewise.
35929         (M_2_SQRT_PIl): Likewise.
35930         (M_SQRT_PIl): Likewise.
35931         (M_1_DIV_El): Likewise.
35932         (log_test_data): Use AUTO_TESTS_f_f.
35933         (log10_test_data): Likewise.
35934         (log1p_test_data): Likewise.
35935         (log2_test_data): Likewise.
35936         (sin_test_data): Likewise.
35937         (sin_tonearest_test_data): Likewise.
35938         (sin_towardzero_test_data): Likewise.
35939         (sin_downward_test_data): Likewise.
35940         (sin_upward_test_data): Likewise.
35941         (sinh_test_data): Likewise.
35942         (sinh_tonearest_test_data): Likewise.
35943         (sinh_towardzero_test_data): Likewise.
35944         (sinh_downward_test_data): Likewise.
35945         (sinh_upward_test_data): Likewise.
35946         (tan_test_data): Likewise.
35947         (tan_tonearest_test_data): Likewise.
35948         (tan_towardzero_test_data): Likewise.
35949         (tan_downward_test_data): Likewise.
35950         (tan_upward_test_data): Likewise.
35951         (tanh_test_data): Likewise.
35952         (tgamma_test_data): Likewise.
35953         (y0_test_data): Likewise.
35954         (y1_test_data): Likewise.
35955         * math/gen-auto-libm-tests.c (special_fill_pi_4): New function.
35956         (special_real_inputs): Add pi/4.
35957         * sysdeps/i386/fpu/libm-test-ulps: Update.
35958         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
35960 2013-12-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
35962         * sysdeps/powerpc/powerpc32/__longjmp-common.S: Add "longjmp" and
35963         "longjmp_target" static probes.
35964         (__longjmp): Rename to __longjmp_symbol.
35965         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S: Likewise.
35966         * sysdeps/powerpc/powerpc32/__longjmp.S: Define __longjmp_symbol based
35967         on which longjmp to generate.
35968         * sysdeps/powerpc/powerpc32/fpu/__longjmp.S: Likewise.
35969         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S: Add "setjmp" static
35970         probe.
35971         (__sigsetjmp): Rename to __sigsetjmp_symbol.
35972         (__sigjmp_save): Rename to __sigjmp_save_symbol.
35973         * sysdeps/powerpc/powerpc32/setjmp-common.S: Likewise.
35974         * sysdeps/powerpc/powerpc32/fpu/setjmp.S: Define __sigsetjmp_symbol
35975         and __sigjmp_save_symbol based on which sigsetjmp to generated.
35976         * sysdeps/powerpc/powerpc32/setjmp.S: Likewise
35977         * sysdeps/unix/sysv/linux/powerpc/powerpc32/____longjmp_chk.S: Define
35978         __longjmp_symbol based on which __longjmp to generate.
35979         * sysdeps/powerpc/powerpc64/setjmp-common.S: Add "setjmp" static
35980         probe.
35981         (setjmp): Rename to setjmp_symbol.
35982         (__sigsetjmp): Rename to __sigsetjmp_symbol.
35983         (_setjmp): Rename to _setjmp_symbol.
35984         (__sigsetjmp): Rename to __sigsetjmp_symbol.
35985         * sysdeps/powerpc/powerpc64/setjmp.S: Define setjmp_symbol,
35986         _setjmp_symbol, __sigsetjmp_symbol, and __sigjmp_save_symbol based on
35987         which setjmp to generate.
35988         * sysdeps/powerpc/powerpc64/__longjmp-common.S: Add "longjmp" and
35989         "longjmp_target" static probes.
35991 2013-12-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
35993         * benchtests/README: Add note about output arguments.
35994         * benchtests/bench-sincos.c: Remove file.
35995         * benchtests/sincos-inputs: New file.
35996         * scripts/bench.pl: Identify output arguments and define
35997         static variables for them.
35999         * debug/stpncpy_chk.c (__stpncpy_chk): Remove unused variables.
36001         [BZ #15941]
36002         * Makefile (INSTALL): Add install-plain.texi as the primary
36003         dependency.
36004         * manual/install-plain.texi: New file.
36005         * manual/install.texi: Include node directive only for
36006         non-plaintext output.
36008 2013-12-04  Joseph Myers  <joseph@codesourcery.com>
36010         * stdlib/longlong.h: Update from GCC.
36012         [BZ #6807]
36013         [BZ #15901]
36014         * math/w_j0.c (y0): Raise FE_DIVBYZERO on zero argument.
36015         * math/w_j0f.c (y0f): Likewise.
36016         * math/w_j0l.c (__y0l): Likewise.
36017         * math/w_j1.c (y1): Likewise.
36018         * math/w_j1f.c (y1f): Likewise.
36019         * math/w_j1l.c (__y1l): Likewise
36020         * math/w_jn.c (yn): Likewise.
36021         * math/w_jnf.c (ynf): Likewise.
36022         * sysdeps/ieee754/k_standard.c (__kernel_standard): Use ERANGE for
36023         Bessel function pole errors in _POSIX_ mode.  Use NAN as return
36024         value for Bessel function domain errors outside _SVID_ mode.
36025         Adjust sign of return value for yn (negative integer, 0).
36026         * sysdeps/ieee754/ldbl-128/e_jnl.c (__ieee754_ynl): Use division
36027         by zero in return for negative x and set sign appropriately for
36028         negative n.
36029         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c (__ieee754_ynl): Likewise.
36030         * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_ynl): Likewise.
36031         * math/libm-test.inc (y0_test_data): Add more tests and adjust
36032         expectations in error cases.
36033         (y1_test_data): Likewise.
36034         (yn_test_data): Likewise.
36035         * sysdeps/i386/fpu/libm-test-ulps: Update.
36036         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
36038 2013-11-12  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
36040         * sysdeps/unix/sysv/linux/powerpc/Makefile (abi-variants): Rename
36041         "64" to "64-v1".  Add "64-v2".
36042         (abi-64-options): Rename to ...
36043         (abi-64-v1-options): ... this.   Redefine _CALL_ELF.
36044         (abi-64-condition): Rename to ...
36045         (abi-64-v1-condition): ... this.  Add _CALL_ELF check.,
36046         (abi-64-ld-soname): Rename to ...
36047         (abi-64-v1-ld-soname): ... this.
36048         (abi-64-v2-options): Define.
36049         (abi-64-v2-condition): Likewise.
36050         (abi-64-v2-ld-soname): Likewise.
36051         * sysdeps/unix/sysv/linux/powerpc/ldconfig.h
36052         (SYSDEP_KNOWN_INTERPRETER_NAMES): Add "/lib64/ld64.so.2".
36053         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Makefile: Delete file.
36054         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure.ac: New file.
36055         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure: Generate.
36057 2013-11-12  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
36058             Alan Modra  <amodra@gmail.com>
36060         * sysdeps/powerpc/bits/link.h (La_ppc64v2_regs, La_ppc64v2_retval):
36061         New versions for use with the ELFv2 ABI.
36062         (la_ppc64v2_gnu_pltenter, la_ppc64v2_gnu_pltexit): Add prototypes.
36063         * sysdeps/powerpc/lsdodefs.h (struct La_ppc64v2_regs): Add forward
36064         declaration.
36065         (struct La_ppc64v2_retval): Likewise.
36066         (ARCH_PLTENTER_MEMBERS): Add ppc64v2_gnu_pltenter.
36067         (ARCH_PLTEXIT_MEMBERS): Add ppc64v2_gnu_pltexit.
36068         * sysdeps/powerpc/powerpc64/dl-machine.h (ARCH_LA_PLTENTER): Define
36069         to ppc64v2_gnu_pltenter if _CALL_ELF == 2.
36070         (ARCH_LA_PLTEXIT): Define to ppc64v2_gnu_pltexit if _CALL_ELF == 2.
36071         * sysdeps/powerpc/powerpc64/dl-trampoline.S (_dl_runtime_resolve):
36072         Do not save or restore CR.
36073         (FRAME_SIZE, VR_RTN): Provide updated values for _CALL_ELF == 2.
36074         (_dl_profile_resolve): Do no save or restore CR.  Support extended
36075         return values for ELFv2 ABI.  Fix location of FPR return registers.
36076         * sysdeps/powerpc/powerpc64/tst-audit.h (pltenter, pltexit): Provide
36077         updated values for _CALL_ELF == 2.
36078         (La_regs, La_retval, int_retval): Likewise.
36080 2013-12-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
36082         * sysdeps/powerpc/powerpc64/sysdep.h (FRAME_MIN_SIZE): Define.
36083         (FRAME_MIN_SIZE_PARM): Likewise.
36084         (FRAME_BACKCHAIN): Likewise.
36085         (FRAME_CR_SAVE): Likewise.
36086         (FRAME_LR_SAVE): Likewise.
36087         (FRAME_TOC_SAVE): Likewise.
36088         (FRAME_PARM_SAVE): Likewise.
36089         (FRAME_PARM1_SAVE, FRAME_PARM2_SAVE, FRAME_PARM3_SAVE,
36090         FRAME_PARM4_SAVE, FRAME_PARM5_SAVE, FRAME_PARM6_SAVE,
36091         FRAME_PARM7_SAVE, FRAME_PARM8_SAVE, FRAME_PARM9_SAVE): Likewise.
36092         (call_mcount_parm_offset): New macro.
36093         (SAVE_ARG, REST_ARG, CFI_SAVE_ARG): Use it.
36094         (PROF): Use symbolic stack frame offsets.
36095         (TAIL_CALL_SYSCALL_ERROR): Likewise.
36096         * sysdeps/powerpc/powerpc64/dl-trampoline.S (FRAME_SIZE, INT_PARMS):
36097         Redefine in terms of FRAME_MIN_SIZE.
36098         (_dl_runtime_resolve): Use symbolic stack frame offsets.
36099         (_dl_profile_resolve): Likewise.  Update comment.
36100         * sysdeps/powerpc/powerpc64/setjmp-common.S (__GI__setjmp): Use
36101         symbols stack frame offsets.
36102         (__sigsetjmp): Likewise.
36103         * sysdeps/powerpc/powerpc64/__longjmp-common.S (__longjmp): Likewise.
36104         * sysdeps/powerpc/powerpc64/ppc-mcount.S (_mcount): Likewise.
36105         * sysdeps/powerpc/powerpc64/crti.S (_init, _fini): Likewise.
36106         * sysdeps/powerpc/powerpc64/crtn.S (_init, _fini): Likewise.
36108         * sysdeps/unix/sysv/linux/powerpc/powerpc64/ucontext_i.sym
36109         (FRAME_BACKCHAIN): Remove.
36110         (FRAME_CR_SAVE): Likewise.
36111         (FRAME_LR_SAVE): Likewise.
36112         (FRAME_COMPILER_DW): Likewise.
36113         (FRAME_LINKER_DW): Likewise.
36114         (FRAME_TOC_SAVE): Likewise.
36115         (FRAME_PARM_SAVE): Likewise.
36116         (FRAME_PARM1_SAVE, FRAME_PARM2_SAVE, FRAME_PARM3_SAVE)
36117         (FRAME_PARM4_SAVE, FRAME_PARM5_SAVE, FRAME_PARM6_SAVE)
36118         (FRAME_PARM7_SAVE, FRAME_PARM8_SAVE, FRAME_PARM9_SAVE): Likewise.
36119         * sysdeps/unix/sysv/linux/powerpc/powerpc64/____longjmp_chk.S
36120         (CHECK_SP): Use symbolic stack frame offsets.
36121         * sysdeps/unix/sysv/linux/powerpc/powerpc64/brk.S (__brk): Use "red
36122         zone" instead of caller's parameter save area for temp storage.
36123         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S (__clone):
36124         Likewise.  Also, use symbolic stack frame offsets.
36125         * sysdeps/unix/sysv/linux/powerpc/powerpc64/socket.S (FRAMESIZE,
36126         stackblock): Redefine for _CALL_ELF == 2 to save parameters into
36127         our own stack frame instead of the caller's.
36128         (__socket): Use symbolic stack frame offsets.
36130 2013-12-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
36131             Alan Modra  <amodra@gmail.com>
36133         * elf/elf.h (DT_PPC64_OPT, PPC64_OPT_TLS, PPC64_OPT_MULTI_TOC):
36134         Define.
36135         (STO_PPC64_LOCAL_BIT, STO_PPC64_LOCAL_MASK)
36136         (PPC64_LOCAL_ENTRY_OFFSET): Define.
36137         * sysdeps/powerpc/powerpc64/dl-machine.h (ppc64_local_entry_offset):
36138         New function.
36139         (elf_machine_fixup_plt): Call it.
36140         (elf_machine_plt_conflict): Likewise.  Add map, sym_map, and
36141         reloc arguments.
36142         (elf_machine_rela): Update call to elf_machine_plt_conflict.
36143         * sysdeps/powerpc/powerpc64/dl-trampoline.S (_dl_runtime_resolve)
36144         (_dl_profile_resolve) [_CALL_ELF == 2]: Restore caller's TOC into
36145         r2 before calling target.
36147 2013-12-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
36148             Alan Modra  <amodra@gmail.com>
36150         * sysdeps/powerpc/powerpc64/sysdep.h [_CALL_ELF == 2]
36151         (PPC64_LOAD_FUNCPTR, DOT_LABEL, BODY_LABEL, ENTRY_2, END_2): New
36152         versions of macros to support ELFv2 ABI.
36153         (LOCALENTRY): New macro.
36154         (ENTRY, EALIGN): Use it.
36155         * sysdeps/powerpc/powerpc64/crti.S (_init, _fini): Use LOCALENTRY.
36156         * sysdeps/powerpc/powerpc64/setjmp-common.S (__GI__setjmp): Do not
36157         fall through into ENTRY entry point.
36158         * libc/sysdeps/powerpc/powerpc64/dl-machine.h (Elf64_FuncDesc):
36159         Only define if _CALL_ELF != 2.
36161         (elf_machine_matches_host): Verify ABI version matches.
36162         (RTLD_START): Use LOCALENTRY.
36163         (elf_machine_type_class): Use SHN_UNDEF PLT handling for ELFv2 ABI.
36164         (PLT_INITIAL_ENTRY_WORDS): New version for _CALL_ELF != 2.
36165         (PLT_ENTRY_WORDS): New macro.
36166         (GLINK_INITIAL_ENTRY_WORDS, GLINK_ENTRY_WORDS): Likewise.
36167         (elf_machine_runtime_setup): Support ELFv2 ABI.
36168         (elf_machine_fixup_plt): Likewise.
36169         (elf_machine_plt_conflict): Likewise.
36170         (resolve_ifunc): Likewise.
36171         * sysdeps/powerpc/powerpc64/dl-irel.h (elf_irela): Likewise.
36172         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h (VDSO_IFUNC_RET):
36173         Likewise.
36174         * sysdeps/unix/sysv/linux/powerpc/powerpc64/ldsodefs.h
36175         (DL_ADDR_SYM_MATCH): Only define if _CALL_ELF != 2.
36176         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S
36177         (makecontext): Support ELFv2 ABI.
36178         * elf/elf.h (EF_PPC64_ABI): Define.
36180 2013-12-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
36182         * sysdeps/powerpc/powerpc64/sysdep.h
36183         (PPC64_LOAD_FUNCPTR) [ASSEMBLER]: New assembler macro.
36184         (ENTRY_1) [ASSEMBLER]: Do not switch to .text section here ...
36185         (ENTRY) [ASSEMBLER]: ... but instead here ...
36186         (EALIGN) [ASSEMBLER]: ... and here.
36187         (PPC64_LOAD_FUNCPTR) [!ASSEMBLER]: New macro.
36188         (ENTRY_1) [!ASSEMBLER]: New macro; set up .opd entry.
36189         (ENTRY_2) [!ASSEMBLER]: Use it.
36190         * sysdeps/powerpc/powerpc64/dl-machine.h (RTLD_START): Update for
36191         ENTRY_2 changes.  Use PPC64_LOAD_FUNCPTR.
36192         * sysdeps/powerpc/powerpc64/dl-trampoline.S (_dl_runtime_resolve)
36193         (_dl_profile_resolve): Use PPC64_LOAD_FUNCPTR.
36194         * sysdeps/powerpc/powerpc64/crti.S (_init, _fini): Use ENTRY_2.
36195         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S (clone):
36196         Use PPC64_LOAD_FUNCPTR.
36198         * sysdeps/powerpc/tls.h (tcbhead_t): Add __private_ss field.
36200 2013-12-04  Alan Modra  <amodra@gmail.com>
36202         * elf/elf.h (R_PPC64_TLSGD, R_PPC64_TLSLD, R_PPC64_TOCSAVE): Define.
36203         (R_PPC64_ADDR16_HIGH, R_PPC64_ADDR16_HIGHA): Likewise.
36204         (R_PPC64_TPREL16_HIGH, R_PPC64_TPREL16_HIGHA): Likewise.
36205         (R_PPC64_DTPREL16_HIGH, R_PPC64_DTPREL16_HIGHA): Likewise.
36207         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela): Add
36208         overflow checking for R_PPC64_ADDR16_HI, R_PPC64_ADDR16_HA,
36209         R_PPC64_TPREL16_HI, and R_PPC64_TPREL16_HA.
36210         Support new R_PPC64_ADDR16_HIGH, R_PPC64_ADDR16_HIGHA,
36211         R_PPC64_TPREL16_HIGH, and R_PPC64_TPREL16_HIGHA relocations.
36212         Fix overflow checking for R_PPC64_ADDR30 and R_PPC64_ADDR32.
36214 2013-12-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
36216         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S
36217         (__makecontext): Fix incorrect CFI when backtracing out of
36218         context created via makecontext.
36219         * sysdeps/unix/sysv/linux/powerpc/powerpc64/secontext.S
36220         (__setcontext): Fix incorrect CFI during switch to new context.
36221         (__novec_setcontext): Likewise.
36223 2013-12-04  Ondřej Bílka  <neleai@seznam.cz>
36225         [BZ #4772]
36226         * time/strptime_l.c (__strptime_internal): Allow modifiers
36227         in strptime.
36228         * time/tst-strptime.c (day_tests): Add testcase.
36230 2013-12-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
36232         * scripts/bench.pl: Skip over blank lines.
36234 2013-12-04  Paul Eggert  <eggert@cs.ucla.edu>
36236         [BZ #926]
36237         * manual/time.texi (Calendar Time): Clarify what timezone functions
36238         use.
36240 2013-12-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
36242         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
36244 2013-12-04  Ondřej Bílka  <neleai@seznam.cz>
36246         * debug/memcpy_chk.c (__memcpy_chk): Use call instead of custom
36247         implementation.
36248         * debug/memmove_chk.c (MEMMOVE_CHK): Likewise.
36249         * debug/mempcpy_chk.c (__mempcpy_chk): Likewise.
36250         * debug/memset_chk.c (__memset_chk): Likewise.
36251         * debug/stpncpy_chk.c (__stpncpy_chk): Likewise.
36252         * debug/strncpy_chk.c: Likewise.
36254 2013-12-03  Joseph Myers  <joseph@codesourcery.com>
36256         [BZ #15268]
36257         [BZ #15425]
36258         * sysdeps/ieee754/dbl-64/e_exp.c: Include <float.h>.
36259         (__ieee754_exp): For possibly underflowing results, check size of
36260         result and force underflow exception if required.
36261         * math/auto-libm-test-in: Add more tests of exp.
36262         * math/auto-libm-test-out: Regenerated.
36263         * sysdeps/i386/fpu/libm-test-ulps: Update.
36264         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
36266         [BZ #16283]
36267         * math/w_exp2.c (__exp2): Handle a zero result as underflow.
36268         * math/w_exp2f.c (__exp2f): Likewise.
36269         * math/w_exp2l.c (__exp2l): Likewise.
36270         * math/auto-libm-test-in: Do not allow missing errno on exp2
36271         underflow.
36272         * math/auto-libm-test-out: Regenerated.
36274 2013-12-03  Ondřej Bílka  <neleai@seznam.cz>
36276         [BZ #16274]
36277         * sysdeps/unix/sysv/linux/shm_open.c (shm_open): Correctly
36278         handle filename validation.
36279         * rt/tst-shm.c (do_test): Do not skip a test when shm_open fails.
36280         (do_open): Delete.
36282 2013-12-03  Joseph Myers  <joseph@codesourcery.com>
36284         [BZ #6786]
36285         * sysdeps/ieee754/dbl-64/s_erf.c: Include <errno.h> and <float.h>.
36286         (__erfc): Set errno to ERANGE when returning 0 or tiny * tiny.
36287         * sysdeps/ieee754/flt-32/s_erff.c: Include <errno.h> and
36288         <float.h>.
36289         (__erfcf): Set errno to ERANGE when returning 0 or tiny * tiny.
36290         * sysdeps/ieee754/ldbl-128/s_erfl.c: Include <errno.h>.
36291         (__erfcl): Set errno to ERANGE when returning 0 or tiny * tiny.
36292         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Include <errno.h>.
36293         (__erfcl): Set errno to ERANGE when returning 0 or tiny * tiny.
36294         * sysdeps/ieee754/ldbl-96/s_erfl.c: Include <errno.h>.
36295         (__erfcl): Set errno to ERANGE when returning 0 or tiny * tiny.
36296         * math/auto-libm-test-in: Don't allow missing errno from erfc.
36297         Add more erfc tests.
36298         * math/auto-libm-test-out: Regenerated.
36299         * sysdeps/i386/fpu/libm-test-ulps: Update.
36300         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
36302         * math/auto-libm-test-in: Add tests of erf, erfc, exp, exp10,
36303         exp2, expm1, j0 and j1.
36304         * math/auto-libm-test-out: Regenerated.
36305         * math/libm-test.inc (erf_test_data): Use AUTO_TESTS_f_f.
36306         (erfc_test_data): Likewise.
36307         (exp_test_data): Likewise.
36308         (exp_tonearest_test_data): Likewise.
36309         (exp_towardzero_test_data): Likewise.
36310         (exp_downward_test_data): Likewise.
36311         (exp_upward_test_data): Likewise.
36312         (exp10_test_data): Likewise.
36313         (exp2_test_data): Likewise.
36314         (expm1_test_data): Likewise.
36315         (j0_test_data): Likewise.
36316         (j1_test_data): Likewise.
36317         * math/gen-auto-libm-tests.c: Mention "xfail-rounding" in comment.
36318         (input_flag_type): Add flag_xfail_rounding.
36319         (input_flags): Add xfail-rounding.
36320         (adjust_real): Assert mpfr_number_p not mpfr_regular_p.
36321         (output_for_one_input_case): Handle flag_xfail_rounding.
36322         * sysdeps/i386/fpu/libm-test-ulps: Update.
36323         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
36325 2013-12-03  Aurelien Jarno  <aurelien@aurel32.net>
36327         [BZ #16289]
36328         * locale/loadarchive.c (_nl_load_locale_from_archive): Avoid
36329         division by 0.
36331 2013-12-03  Siddhesh Poyarekar  <siddhesh@redhat.com>
36333         [BZ #16195]
36334         * include/stap-probe.h [!USE_STAP_PROBE && !__ASSEMBLER__]
36335         (LIBC_PROBE): Change definition to call STAP_PROBE* macros.
36336         (STAP_PROBE0): New macro.
36337         (STAP_PROBE1): Likewise.
36338         (STAP_PROBE2): Likewise.
36339         (STAP_PROBE3): Likewise.
36340         (STAP_PROBE4): Likewise.
36342 2013-12-02  Ondřej Bílka  <neleai@seznam.cz>
36344         * manual/llio.texi (Memory-mapped I/O): Add shm_open and shm_close.
36346 2013-12-02  Steve Ellcey  <sellcey@mips.com>
36348         * benchtests/Makefile (bench): Add sqrt.
36349         (LDLIBS-bench-sqrt): New.
36350         * benchtests/sqrt-input: New.
36352 2013-12-02  Pavel Simerda  <psimerda@redhat.com>
36354         * sysdeps/posix/getaddrinfo.c (GAIH_OKIFUNSPEC): Remove macro.
36355         (GAIH_EAI): Likewise.
36356         (gaih_inet_serv): Don't use GAIH_OKIFUNSPEC.
36357         (gaih_inet): Likewise.
36358         (getaddrinfo): Don't use GAIH_EAI.
36360         * sysdeps/posix/getaddrinfo.c (UNIX_PATH_MAX): Remove macro.
36361         (struct gaih): Remove definition.
36363 2013-12-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
36365         * nss/nss_files/files-hosts.c (_nss_files_gethostbyname4_r):
36366         Use HERRNOP directly.
36368 2013-12-02  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
36370         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
36372 2013-11-30  Joseph Myers  <joseph@codesourcery.com>
36374         * math/gen-auto-libm-tests.c (test_functions): Add more
36375         single-argument functions.
36376         (special_fill_pi_2): New function.
36377         (special_fill_minus_pi_2): Likewise.
36378         (special_fill_pi_6): Likewise.
36379         (special_fill_minus_pi_6): Likewise.
36380         (special_fill_pi_3): Likewise.
36381         (special_fill_2pi_3): Likewise.
36382         (special_fill_e): Likewise.
36383         (special_fill_1_e): Likewise.
36384         (special_fill_e_minus_1): Likewise.
36385         (special_real_inputs): Add more special inputs.
36386         (output_for_one_input_case): Do not require ERANGE on underflow to
36387         zero if round-to-nearest result does not underflow to zero, unless
36388         exact results required.
36389         * math/auto-libm-test-in: Add tests of acos, acosh, asin, asinh,
36390         atan, atanh, cbrt, cos and cosh.
36391         * math/auto-libm-test-out: Regenerated.
36392         * math/libm-test.inc (acos_test_data): Use AUTO_TESTS_f_f.
36393         (acos_tonearest_test_data): Likewise.
36394         (acos_towardzero_test_data): Likewise.
36395         (acos_downward_test_data): Likewise.
36396         (acos_upward_test_data): Likewise.
36397         (acosh_test_data): Likewise.
36398         (asin_test_data): Likewise.
36399         (asin_tonearest_test_data): Likewise.
36400         (asin_towardzero_test_data): Likewise.
36401         (asin_upward_test_data): Likewise.
36402         (asinh_test_data): Likewise.
36403         (atan_test_data): Likewise.
36404         (atanh_test_data): Likewise.
36405         (cbrt_test_data): Likewise.
36406         (cos_test_data): Likewise.
36407         (cos_tonearest_test_data): Likewise.
36408         (cos_towardzero_test_data): Likewise.
36409         (cos_downward_test_data): Likewise.
36410         (cos_upward_test_data): Likewise.
36411         (cosh_test_data): Likewise.
36412         (cosh_tonearest_test_data): Likewise.
36413         (cosh_towardzero_test_data): Likewise.
36414         (cosh_downward_test_data): Likewise.
36415         (cosh_upward_test_data): Likewise.
36416         * sysdeps/i386/fpu/libm-test-ulps: Update.
36417         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
36419 2013-11-29  Joseph Myers  <joseph@codesourcery.com>
36421         [BZ #6787]
36422         * math/w_exp10.c (__exp10): Handle a zero result as underflow.
36423         * math/w_exp10f.c (__exp10f): Likewise.
36424         * math/w_exp10l.c (__exp10l): Likewise.
36425         * math/libm-test.inc (exp10_test_data): Add more tests and expect
36426         errno settings in existing tests.
36428         [BZ #14032]
36429         * sysdeps/i386/fpu/e_sqrt.S (__ieee754_sqrt): Do fsqrt with
36430         precision control set to double precision.
36431         * sysdeps/i386/fpu/w_sqrt.c: New file.
36432         * math/auto-libm-test-in: Add more tests.
36433         * math/auto-libm-test-out: Update.
36435         * math/libm-test.inc (sqrt_tonearest_test_data): New variable.
36436         (sqrt_test_tonearest): New function.
36437         (sqrt_towardzero_test_data): New variable.
36438         (sqrt_test_towardzero): New function.
36439         (sqrt_downward_test_data): New variable.
36440         (sqrt_test_downward): New function.
36441         (sqrt_upward_test_data): New variable.
36442         (sqrt_test_upward): New function.
36443         (main): Call the new functions.
36445         * math/gen-auto-libm-tests.c: New file.
36446         * math/auto-libm-test-in: Likewise.
36447         * math/auto-libm-test-out: New generated file.
36448         * math/gen-libm-test.pl ($auto_input, %auto_tests): New global
36449         variables.
36450         (%beautify): Add generated representations of zero.
36451         (top level): Set $auto_input and call parse_auto_input.
36452         (beautify): Remove trailing "f" from hex float constants.
36453         (parse_args): Handle XFAIL_TEST.
36454         (convert_condition): New function.
36455         (or_value): Likewise.
36456         (or_cond_value): Likewise.
36457         (generate_testfile): Handle AUTO_TESTS_* lines.
36458         (parse_auto_input): New function.
36459         * math/libm-test.inc (XFAIL_TEST): New macro.
36460         (ERRNO_UNCHANGED): Update value.
36461         (ERRNO_EDOM): Likewise.
36462         (ERRNO_ERANGE): Likewise.
36463         (IGNORE_RESULT): Likewise.
36464         (TEST_COND_flt_32): New macro.
36465         (TEST_COND_dbl_64): Likewise.
36466         (TEST_COND_ldbl_96_intel): Likewise.
36467         (TEST_COND_ldbl_96_m68k): Likewise.
36468         (TEST_COND_ldbl_128): Likewise.
36469         (TEST_COND_ldbl_128ibm): Likewise.
36470         (TEST_COND_long32): Likewise.
36471         (TEST_COND_long64): Likewise.
36472         (TEST_COND_before_rounding): Likewise.
36473         (TEST_COND_after_rounding): Likewise.
36474         (enable_test): Handle XFAIL_TEST flag.
36475         (sqrt_test_data): Use AUTO_TESTS_f_f for tests of finite inputs
36476         with finite results.
36477         * math/Makefile ($(objpfx)libm-test.stmp): Depend on
36478         auto-libm-test-out.
36480 2013-11-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
36481             Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
36483         [BZ #16214]
36484         * sysdeps/s390/dl-tls.h (__TLS_GET_ADDR): Invoke
36485         __tls_get_addr_internal instead of __tls_get_offset in order to
36486         avoid GOT pointer dependency.  Make rtld export
36487         __tls_get_addr_internal@@GLIBC_PRIVATE while still hiding
36488         __tls_get_addr since we are a __tls_get_offset platform.
36489         * sysdeps/s390/s390-64/tls-macros.h (TLS_IE PIC): Don't rely on
36490         GOT pointer being set up before.
36491         * sysdeps/s390/s390-32/tls-macros.h (TLS_IE PIC): Likewise.
36493 2013-11-28  Joseph Myers  <joseph@codesourcery.com>
36495         * manual/math.texi (Errors in Math Functions): Document accuracy
36496         goals.
36498         [BZ #15004]
36499         * sysdeps/ieee754/ldbl-96/e_atan2l.c: Remove file.
36500         * sysdeps/ieee754/ldbl-96/e_ilogbl.c: Likewise.
36501         * sysdeps/ieee754/ldbl-96/e_remainderl.c: Likewise.
36502         * sysdeps/ieee754/ldbl-96/s_ceill.c: Likewise.
36503         * sysdeps/ieee754/ldbl-96/s_fabsl.c: Likewise.
36504         * sysdeps/ieee754/ldbl-96/s_finitel.c: Likewise.
36505         * sysdeps/ieee754/ldbl-96/s_floorl.c: Likewise.
36506         * sysdeps/ieee754/ldbl-96/s_fpclassifyl.c: Likewise.
36507         * sysdeps/ieee754/ldbl-96/s_isinfl.c: Likewise.
36508         * sysdeps/ieee754/ldbl-96/s_isnanl.c: Likewise.
36509         * sysdeps/ieee754/ldbl-96/s_logbl.c: Likewise.
36510         * sysdeps/ieee754/ldbl-96/s_nearbyintl.c: Likewise.
36511         * sysdeps/ieee754/ldbl-96/s_nextafterl.c: Likewise.
36512         * sysdeps/ieee754/ldbl-96/s_rintl.c: Likewise.
36513         * sysdeps/ieee754/ldbl-96/s_scalbnl.c: Likewise.
36514         * sysdeps/ieee754/ldbl-96/s_truncl.c: Likewise.
36516         * sysdeps/powerpc/nofpu/atomic-feclearexcept.c: New file.
36517         * sysdeps/powerpc/nofpu/atomic-feholdexcept.c: Likewise.
36518         * sysdeps/powerpc/nofpu/atomic-feupdateenv.c: Likewise.
36519         * sysdeps/powerpc/nofpu/flt-rounds.c: Likewise.
36520         * sysdeps/powerpc/powerpc32/e500/nofpu/atomic-feclearexcept.c:
36521         Likewise.
36522         * sysdeps/powerpc/powerpc32/e500/nofpu/atomic-feholdexcept.c:
36523         Likewise.
36524         * sysdeps/powerpc/powerpc32/e500/nofpu/atomic-feupdateenv.c:
36525         Likewise.
36526         * sysdeps/powerpc/powerpc32/e500/nofpu/flt-rounds.c: Likewise.
36527         * sysdeps/powerpc/nofpu/Makefile [$(subdir) = soft-fp]
36528         (sysdep_routines): Add atomic-feholdexcept, atomic-feclearexcept,
36529         atomic-feupdateenv and flt-rounds.
36530         * sysdeps/powerpc/nofpu/Versions (libc): Add
36531         __atomic_feholdexcept, __atomic_feclearexcept,
36532         __atomic_feupdateenv and __flt_rounds to GLIBC_2.19.
36533         * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_libc.h
36534         (__feraiseexcept_soft): Declare and use libc_hidden_proto here.
36535         * sysdeps/powerpc/powerpc32/e500/nofpu/fraiseexcept-soft.c
36536         (__feraiseexcept_soft): Don't declare and use libc_hidden_proto
36537         here.
36538         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libc.abilist:
36539         Update.
36541         * manual/arith.texi (FP Exceptions): Document that exceptions may
36542         not be raised when matherr is used.
36543         (Math Error Reporting): Document overflow in directed rounding
36544         modes.  Document that errno may not be set when finite values are
36545         returned on overflow.  Document intent to set errno on underflow
36546         only for underflow to zero.
36548         [BZ #16271]
36549         * sysdeps/ieee754/dbl-64/e_sqrt.c (__ieee754_sqrt): Set
36550         round-to-nearest then adjust result for other rounding modes.
36551         * include/fenv.h (fegetround): Use libm_hidden_proto.
36552         * math/fegetround.c (fegetround): Use libm_hidden_def.
36553         * sysdeps/i386/fpu/fegetround.c (fegetround): Likewise.
36554         * sysdeps/powerpc/fpu/fegetround.c (fegetround): Likewise.
36555         * sysdeps/powerpc/nofpu/fegetround.c (fegetround): Likewise.
36556         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetround.c (fegetround):
36557         Likewise.
36558         * sysdeps/s390/fpu/fegetround.c (fegetround): Likewise.
36559         * sysdeps/sh/sh4/fpu/fegetround.c (fegetround): Likewise.
36560         * sysdeps/sparc/fpu/fegetround.c (fegetround): Likewise.
36561         * sysdeps/x86_64/fpu/fegetround.c (fegetround): Likewise.
36563 2013-11-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
36565         [BZ #16077]
36566         * nss/Versions (libnss_files): Add
36567         _nss_files_gethostbyname3_r.
36568         * nss/nss_files/files-hosts.c (_nss_files_gethostbyname3_r):
36569         New function.
36570         (HOST_DB_LOOKUP): Remove macro.
36571         (_nss_files_gethostbyname_r): Implement function without the
36572         HOST_DB_LOOKUP macro.
36573         (_nss_files_gethostbyname2_r): Likewise.
36575 2013-11-28  Ondřej Bílka  <neleai@seznam.cz>
36577         * malloc/malloc.c (__libc_calloc): Make memset a tail call.
36579 2013-11-26  Uros Bizjak  <ubizjak@gmail.com>
36581         * soft-fp/op-4.h (_FP_FRAC_ASSEMBLE_4): Check rsize against
36582         _FP_W_TYPE_SIZE to avoid "left shift count >= width of type"
36583         warning.
36585 2013-11-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
36587         * sysdeps/powerpc/fpu/feenablxcpt.c (feenableexcept): Use
36588         __fe_nomask_env_priv instead of __fe_nomask_env to avoid a PLT call.
36589         * sysdeps/powerpc/fpu/fesetenv.c (__fesetenv): Likewise.
36590         * sysdeps/powerpc/fpu/feupdateenv.c (__feupdateenv): Likewise.
36591         * sysdeps/powerpc/fpu/fenv_libc.h (__fe_nomask_env): Rename to
36592         __fe_nomask_env_priv and attribute_hidden.
36593         * sysdeps/powerpc/fpu/fenv_private.h (libc_fesetenv_ppc): Likewise.
36594         (libc_feupdateenv_test_ppc): Likewise.
36595         (libc_feresetround_ppc): Likewise.
36596         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c
36597         (__fe_nomask_env): Rename to __fe_nomask_env_priv and adjust
36598         compat_symbol macro.
36599         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c
36600         (__fe_nomask_env): Likewise.
36601         * sysdeps/powerpc/fpu/fe_nomask.c (__fe_nomask_env): Likewise.
36603 2013-11-26  Ondřej Bílka  <neleai@seznam.cz>
36605         * string/Makefile: Remove ifunc tests.
36606         * string/test-string.h: Define TEST_IFUNC.
36607         * string/test-bcopy-ifunc.c: Remove.
36608         * string/test-bzero-ifunc.c: Likewise.
36609         * string/test-memccpy-ifunc.c: Likewise.
36610         * string/test-memchr-ifunc.c: Likewise.
36611         * string/test-memcmp-ifunc.c: Likewise.
36612         * string/test-memcpy-ifunc.c: Likewise.
36613         * string/test-memmem-ifunc.c: Likewise.
36614         * string/test-memmove-ifunc.c: Likewise.
36615         * string/test-mempcpy-ifunc.c: Likewise.
36616         * string/test-memrchr-ifunc.c: Likewise.
36617         * string/test-memset-ifunc.c: Likewise.
36618         * string/test-rawmemchr-ifunc.c: Likewise.
36619         * string/test-stpcpy-ifunc.c: Likewise.
36620         * string/test-stpncpy-ifunc.c: Likewise.
36621         * string/test-strcasecmp-ifunc.c: Likewise.
36622         * string/test-strcasestr-ifunc.c: Likewise.
36623         * string/test-strcat-ifunc.c: Likewise.
36624         * string/test-strchr-ifunc.c: Likewise.
36625         * string/test-strchrnul-ifunc.c: Likewise.
36626         * string/test-strcmp-ifunc.c: Likewise.
36627         * string/test-strcpy-ifunc.c: Likewise.
36628         * string/test-strcspn-ifunc.c: Likewise.
36629         * string/test-strlen-ifunc.c: Likewise.
36630         * string/test-strncasecmp-ifunc.c: Likewise.
36631         * string/test-strncat-ifunc.c: Likewise.
36632         * string/test-strncmp-ifunc.c: Likewise.
36633         * string/test-strncpy-ifunc.c: Likewise.
36634         * string/test-strnlen-ifunc.c: Likewise.
36635         * string/test-strpbrk-ifunc.c: Likewise.
36636         * string/test-strrchr-ifunc.c: Likewise.
36637         * string/test-strspn-ifunc.c: Likewise.
36638         * string/test-strstr-ifunc.c: Likewise.
36640 2013-11-26  Ondřej Bílka  <neleai@seznam.cz>
36642         * benchtests/Makefile: Remove ifunc tests.
36643         * benchtests/bench-string.h: Define TEST_IFUNC.
36644         * benchtests/bench-bcopy-ifunc.c: Remove.
36645         * benchtests/bench-bzero-ifunc.c: Likewise.
36646         * benchtests/bench-memccpy-ifunc.c: Likewise.
36647         * benchtests/bench-memchr-ifunc.c: Likewise.
36648         * benchtests/bench-memcmp-ifunc.c: Likewise.
36649         * benchtests/bench-memcpy-ifunc.c: Likewise.
36650         * benchtests/bench-memmem-ifunc.c: Likewise.
36651         * benchtests/bench-memmove-ifunc.c: Likewise.
36652         * benchtests/bench-mempcpy-ifunc.c: Likewise.
36653         * benchtests/bench-memrchr-ifunc.c: Likewise.
36654         * benchtests/bench-memset-ifunc.c: Likewise.
36655         * benchtests/bench-rawmemchr-ifunc.c: Likewise.
36656         * benchtests/bench-stpcpy_chk-ifunc.c: Likewise.
36657         * benchtests/bench-stpcpy-ifunc.c: Likewise.
36658         * benchtests/bench-stpncpy-ifunc.c: Likewise.
36659         * benchtests/bench-strcasecmp-ifunc.c: Likewise.
36660         * benchtests/bench-strcasestr-ifunc.c: Likewise.
36661         * benchtests/bench-strcat-ifunc.c: Likewise.
36662         * benchtests/bench-strchr-ifunc.c: Likewise.
36663         * benchtests/bench-strchrnul-ifunc.c: Likewise.
36664         * benchtests/bench-strcmp-ifunc.c: Likewise.
36665         * benchtests/bench-strcpy_chk-ifunc.c: Likewise.
36666         * benchtests/bench-strcpy-ifunc.c: Likewise.
36667         * benchtests/bench-strcspn-ifunc.c: Likewise.
36668         * benchtests/bench-strlen-ifunc.c: Likewise.
36669         * benchtests/bench-strncasecmp-ifunc.c: Likewise.
36670         * benchtests/bench-strncat-ifunc.c: Likewise.
36671         * benchtests/bench-strncmp-ifunc.c: Likewise.
36672         * benchtests/bench-strncpy-ifunc.c: Likewise.
36673         * benchtests/bench-strnlen-ifunc.c: Likewise.
36674         * benchtests/bench-strpbrk-ifunc.c: Likewise.
36675         * benchtests/bench-strrchr-ifunc.c: Likewise.
36676         * benchtests/bench-strsep-ifunc.c: Likewise.
36677         * benchtests/bench-strspn-ifunc.c: Likewise.
36678         * benchtests/bench-strstr-ifunc.c: Likewise.
36680 2013-11-26  Ondřej Bílka  <neleai@seznam.cz>
36682         * sysdeps/x86_64/dl-tlsdesc.S (_dl_tlsdesc_resolve_hold): Fix typo.
36684 2013-11-26  Ondřej Bílka  <neleai@seznam.cz>
36686         * resolv/netdb.h: Use __glibc_reserved instead __unused.
36687         * rt/aio.h: Likewise.
36688         * sysdeps/gnu/bits/utmp.h: Likewise.
36689         * sysdeps/gnu/bits/utmpx.h: Likewise.
36690         * sysdeps/gnu/netinet/ip_icmp.h: Likewise.
36691         * sysdeps/unix/sysv/linux/bits/ipc.h: Likewise.
36692         * sysdeps/unix/sysv/linux/bits/msq.h: Likewise.
36693         * sysdeps/unix/sysv/linux/bits/sem.h: Likewise.
36694         * sysdeps/unix/sysv/linux/bits/shm.h: Likewise.
36695         * sysdeps/unix/sysv/linux/bits/stat.h: Likewise.
36696         * sysdeps/unix/sysv/linux/kernel_stat.h: Likewise.
36697         * sysdeps/unix/sysv/linux/ntp_gettimex.c: Likewise.
36698         * sysdeps/unix/sysv/linux/powerpc/bits/ipc.h: Likewise.
36699         * sysdeps/unix/sysv/linux/powerpc/bits/msq.h: Likewise.
36700         * sysdeps/unix/sysv/linux/powerpc/bits/sem.h: Likewise.
36701         * sysdeps/unix/sysv/linux/powerpc/bits/shm.h: Likewise.
36702         * sysdeps/unix/sysv/linux/powerpc/bits/stat.h: Likewise.
36703         * sysdeps/unix/sysv/linux/powerpc/powerpc32/kernel_stat.h: Likewise.
36704         * sysdeps/unix/sysv/linux/powerpc/sys/ucontext.h: Likewise.
36705         * sysdeps/unix/sysv/linux/s390/bits/ipc.h: Likewise.
36706         * sysdeps/unix/sysv/linux/s390/bits/msq.h: Likewise.
36707         * sysdeps/unix/sysv/linux/s390/bits/sem.h: Likewise.
36708         * sysdeps/unix/sysv/linux/s390/bits/shm.h: Likewise.
36709         * sysdeps/unix/sysv/linux/s390/bits/stat.h: Likewise.
36710         * sysdeps/unix/sysv/linux/s390/bits/utmp.h: Likewise.
36711         * sysdeps/unix/sysv/linux/s390/bits/utmpx.h: Likewise.
36712         * sysdeps/unix/sysv/linux/s390/s390-32/utmp32.h: Likewise.
36713         * sysdeps/unix/sysv/linux/s390/s390-32/utmpx32.h: Likewise.
36714         * sysdeps/unix/sysv/linux/sh/bits/shm.h: Likewise.
36715         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
36716         * sysdeps/unix/sysv/linux/sparc/bits/ipc.h: Likewise.
36717         * sysdeps/unix/sysv/linux/sparc/bits/msq.h: Likewise.
36718         * sysdeps/unix/sysv/linux/sparc/bits/sem.h: Likewise.
36719         * sysdeps/unix/sysv/linux/sparc/bits/shm.h: Likewise.
36720         * sysdeps/unix/sysv/linux/sparc/bits/stat.h: Likewise.
36721         * sysdeps/unix/sysv/linux/sparc/sparc32/kernel_stat.h: Likewise.
36722         * sysdeps/unix/sysv/linux/sparc/sparc64/kernel_stat.h: Likewise.
36723         * sysdeps/unix/sysv/linux/sparc/sparc64/xstatconv.c: Likewise.
36724         * sysdeps/unix/sysv/linux/sparc/sys/procfs.h: Likewise.
36725         * sysdeps/unix/sysv/linux/sys/timex.h: Likewise.
36726         * sysdeps/unix/sysv/linux/x86/bits/msq.h: Likewise.
36727         * sysdeps/unix/sysv/linux/x86/bits/sem.h: Likewise.
36728         * sysdeps/unix/sysv/linux/x86/bits/shm.h: Likewise.
36729         * sysdeps/unix/sysv/linux/x86/bits/stat.h: Likewise.
36730         * sysdeps/unix/sysv/linux/xstatconv.c: Likewise.
36731         * sysdeps/x86/fpu/bits/fenv.h: Likewise.
36733 2013-11-25  Carlos O'Donell  <carlos@redhat.com>
36735         [BZ #16245]
36736         * sysdeps/unix/sysv/linux/sys/ptrace.h (__ptrace_eventcodes):
36737         Rename PTRAVE_EVENT_SECCOMP to PTRACE_EVENT_SECCOMP.
36739 2013-11-25  Joseph Myers  <joseph@codesourcery.com>
36741         * sysdeps/powerpc/nofpu/fenv_libc.h (__fegetround): New macro.
36742         * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_libc.h (__fegetround):
36743         Likewise.
36745 2013-11-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
36747         * sysdeps/ieee754/ldbl-128ibm/e_expl.c (__ieee754_expl): Use
36748         SET_RESTORE_ROUND instead of feholdexcept/fesetround/fesetenv.
36749         * sysdeps/powerpc/fpu/fenv_libc.h (__fegetround): Remove define.
36750         (__fesetround): Remove define.
36751         * sysdeps/powerpc/fpu/fenv_private.h: New file: Inline floating point
36752         rounding and exceptions handling.
36753         * sysdeps/powerpc/fpu/math_private.h: Include fenv_private.h.
36754         * sysdeps/powerpc/fpu/fenv_libc.h (__fe_mask_env): Define as hidden.
36755         (__fe_nomask_env): Likewise.
36756         * sysdeps/ieee754/ldbl-128ibm/s_llrintl.c (__llrintl): Use
36757         __fegetround instead of fegetround.
36758         * sysdeps/ieee754/ldbl-128ibm/s_lrintl.c (__lrintl): Likewise.
36759         * sysdeps/ieee754/ldbl-128ibm/s_rintl.c (__rintl): Likewise.
36761 2013-11-21  Roland McGrath  <roland@hack.frob.com>
36763         * malloc/malloc.c: Move #include <sys/param.h> to the top; comment why
36764         it's there.
36766         * sysdeps/generic/sys/swap.h (swapon): Add FLAGS argument to prototype.
36768 2013-11-21  Meador Inge  <meadori@codesourcery.com>
36770         [BZ #11157]
36771         * crypt/crypt.h (encrypt): Use __glibc_block instead of __block.
36772         (encrypt_r): Likewise.
36773         * malloc/obstack.h (obstack_free): Likewise.
36774         * posix/unistd.h (encrypt): Likewise.
36776 2013-11-21  Guy Martin  <gmsoft@tuxicoman.be>
36778         * sysdeps/generic/ldsodefs.h: Replace DL_DT_INIT_ADDRESS() and
36779         DL_DT_FINI_ADDRESS() macro with DL_CALL_DT_INIT() and
36780         DL_CALL_DT_FINI() that call the functions directly.
36781         * elf/dl-init.c: Use the new DL_CALL_DT_INIT() macro.
36782         * elf/dl-close.c: Use the new DL_CALL_DT_FINI() macro.
36783         * elf/dl-fini.c: Likewise.
36785 2013-11-20  Ondřej Bílka  <neleai@seznam.cz>
36787         * malloc/hooks.c (memalign_check): Add alignment rounding.
36788         * malloc/malloc.c (_mid_memalign): New function.
36789         (__libc_valloc, __libc_pvalloc, __libc_memalign, __posix_memalign):
36790         Implement by calling _mid_memalign.
36791         * manual/probes.texi (Memory Allocation Probes): Remove
36792         memory_valloc_retry and memory_pvalloc_retry.
36794 2013-11-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
36796         * locale/programs/locarchive.c (open_archive): Add const
36797         qualifier to ARCHIVEFNAME and copy default fname to
36798         DEFAULT_FNAME.
36800         [BZ #15601]
36801         * libio/tst-widetext.input: Rename Oriya to Odia.
36802         * locale/iso-639.def: Likewise.
36804         * manual/probes.texi (Mathematical Function Probes): Add
36805         documentation for sin, cos, asin and acos probes.
36806         * sysdeps/ieee754/dbl-64/sincos32.c: Include stap-probe.h.
36807         (__sin32): Add slowasin probe.
36808         (__cos32): Add slowacos probe.
36809         (__mpsin): Add slowsin probe.
36810         (__mpcos): Add slowcos probe.
36812 2013-11-19  Joseph Myers  <joseph@codesourcery.com>
36814         [BZ #15483]
36815         * sysdeps/powerpc/nofpu/sim-full.c (__sim_exceptions): Change to
36816         thread-local __sim_exceptions_thread and global
36817         __sim_exceptions_global.
36818         (__sim_disabled_exceptions): Change to thread-local
36819         __sim_disabled_exceptions_thread and global
36820         __sim_disabled_exceptions_global.
36821         (__sim_round_mode): Change to thread-local __sim_round_mode_thread
36822         and global __sim_round_mode_global.
36823         (__simulate_exceptions): Use thread-local floating-point state and
36824         set global state from it as needed.
36825         * sysdeps/powerpc/nofpu/Versions (GLIBC_PRIVATE): Add
36826         __sim_exceptions_thread, __sim_disabled_exceptions_thread and
36827         __sim_round_mode_thread.
36828         * sysdeps/powerpc/nofpu/soft-supp.h: Include <shlib-compat.h>.
36829         (__sim_exceptions): Change to thread-local __sim_exceptions_thread
36830         and global __sim_exceptions_global.
36831         (__sim_disabled_exceptions): Change to thread-local
36832         __sim_disabled_exceptions_thread and global
36833         __sim_disabled_exceptions_global.
36834         (__sim_round_mode): Change to thread-local __sim_round_mode_thread
36835         and global __sim_round_mode_global.
36836         [SIM_GLOBAL_COMPAT] (SIM_COMPAT_SYMBOL): New macro.
36837         (SIM_SET_GLOBAL): Likewise.
36838         * sysdeps/powerpc/soft-fp/sfp-machine.h
36839         [!(__NO_FPRS__ && !_SOFT_FLOAT)] (FP_ROUNDMODE): Use
36840         __sim_round_mode_thread.
36841         [!(__NO_FPRS__ && !_SOFT_FLOAT)] (FP_TRAPPING_EXCEPTIONS): Use
36842         __sim_disabled_exceptions_thread.
36843         (__sim_exceptions): Change to __sim_exceptions_thread.
36844         (__sim_disabled_exceptions): Change to
36845         __sim_disabled_exceptions_thread.
36846         (__sim_round_mode): Change to __sim_round_mode_thread.
36847         * sysdeps/powerpc/nofpu/fclrexcpt.c (__feclearexcept): Use
36848         thread-local floating-point state and set global state from it as
36849         needed.
36850         * sysdeps/powerpc/nofpu/fedisblxcpt.c (fedisableexcept): Likewise.
36851         * sysdeps/powerpc/nofpu/feenablxcpt.c: Include "soft-supp.h".
36852         (__sim_disabled_exceptions): Remove extern declaration.
36853         (feenableexcept): Use thread-local floating-point state and set
36854         global state from it as needed.
36855         * sysdeps/powerpc/nofpu/fegetenv.c (__sim_exceptions): Remove
36856         extern declaration.
36857         (__sim_disabled_exceptions): Likewise.
36858         (__sim_round_mode): Likewise.
36859         (__fegetenv): Use thread-local floating-point state.
36860         * sysdeps/powerpc/nofpu/fegetexcept.c (fegetexcept): Likewise.
36861         * sysdeps/powerpc/nofpu/fegetround.c (fegetround): Likewise.
36862         * sysdeps/powerpc/nofpu/fesetenv.c (__fesetenv): Use thread-local
36863         floating-point state and set global state from it as needed.
36864         * sysdeps/powerpc/nofpu/fesetround.c (fesetround): Likewise.
36865         * sysdeps/powerpc/nofpu/feupdateenv.c (__feupdateenv): Likewise.
36866         * sysdeps/powerpc/nofpu/fgetexcptflg.c (__fegetexceptflag):
36867         Likewise.
36868         * sysdeps/powerpc/nofpu/fraiseexcpt.c (__feraiseexcept): Likewise.
36869         * sysdeps/powerpc/nofpu/fsetexcptflg.c (__fesetexceptflag):
36870         Likewise.
36871         sysdeps/powerpc/nofpu/ftestexcept.c (fetestexcept): Likewise.
36872         * sysdeps/powerpc/nofpu/get-rounding-mode.h (get_rounding_mode):
36873         Use __sim_round_mode_thread.
36874         * math/test-fenv-tls.c: New file.
36875         * math/Makefile (tests): Add test-fenv-tls.
36876         ($(objpfx)test-fenv-tls): Depend on
36877         $(common-objpfx)nptl/libpthread.so.
36879 2013-11-19  Andreas Schwab  <schwab@suse.de>
36881         * locale/programs/locale.c (show_info): Decode wordarray elements.
36882         * locale/categories.def (LC_MONETARY): Add element for
36883         _NL_MONETARY_CRNCYSTR.
36884         * locale/C-monetary.c (conversion_rate): New variable.
36885         (_nl_C_LC_MONETARY): Use it for _NL_MONETARY_CONVERSION_RATE
36886         element.
36888 2013-11-18  Chris Metcalf  <cmetcalf@tilera.com>
36890         * math/test-fpucw-ieee.c [!defined _FPU_IEEE] (FPU_CONTROL):
36891         Omit definition of FPU_CONTROL and use default if no _FPU_IEEE.
36893 2013-11-18  Paul Pluzhnikov  <ppluzhnikov@google.com>
36895         * elf/Makefile (tst-auxv): New test.
36896         * elf/tst-auxv.c: New
36897         * elf/rtld.c (dl_main): Adjust AT_EXECFN
36899 2013-11-18  Joseph Myers  <joseph@codesourcery.com>
36901         * include/libc-symbols.h (__hidden_proto): Add argument "thread".
36902         (hidden_proto): Caller changed.
36903         (hidden_tls_proto): New macro.
36904         (libc_hidden_tls_proto): Likewise.
36905         (rtld_hidden_tls_proto): Likewise.
36906         (libm_hidden_tls_proto): Likewise.
36907         (libresolv_hidden_tls_proto): Likewise.
36908         (librt_hidden_tls_proto): Likewise.
36909         (libdl_hidden_tls_proto): Likewise.
36910         (libnss_files_hidden_tls_proto): Likewise.
36911         (libnsl_hidden_tls_proto): Likewise.
36912         (libnss_nisplus_hidden_tls_proto): Likewise.
36913         (libutil_hidden_tls_proto): Likewise.
36915 2013-11-18  Ondřej Bílka  <neleai@seznam.cz>
36917         [BZ #10253]
36918         * elf/dl-load.c (fillin_rpath): Add linkmap parameter and expand path.
36919         (decompose_rpath): Defer expansion to fillin_rpath.
36920         (_dl_init_paths): Pass linkmap to fillin_rpath.
36922 2013-11-18  Rajalakshmi Srinivasaraghavan  <raji@linux.vnet.ibm.com>
36924         * benchtests/Makefile: Add strsep.
36925         * benchtests/bench-strsep.c: New file: strsep benchtest.
36926         * benchtests/bench-strsep-ifunc.c: New file: strsep benchtest.
36928 2013-11-18  Andreas Schwab  <schwab@suse.de>
36930         * locale/programs/locale.c (show_info) [case byte]: Check for
36931         '\377' instead of '\177'.
36932         * locale/C-monetary.c (not_available): Always use "\377".
36933         * stdlib/strfmon_l.c (__vstrfmon_l): Use -2 as marker for
36934         unspecified p_sign_posn and n_sign_posn.  Check for '\377' to
36935         detect unavailable sign_posn locale elements.
36936         * locale/localeconv.c (__localeconv): For grouping and
36937         mon_grouping handle "\177" and "\377" like no grouping.
36938         (INT_ELEM): New macro.  Use it to set all numeric members.
36939         * locale/programs/ld-monetary.c (monetary_read)
36940         <tok_mon_grouping>: Normalize single -1 to the empty string.
36941         * locale/programs/ld-numeric.c (numeric_read) <tok_grouping>:
36942         Likewise.
36944 2013-11-07  Ondřej Bílka  <neleai@seznam.cz>
36946         [BZ #16055]
36947         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Limit width
36948         when we match (nil).
36949         * stdio-common/tst-sscanf.c (struct test): Add testcase.
36951 2013-11-16  Joseph Myers  <joseph@codesourcery.com>
36953         * math/libm-test.inc (TEST_NAN_SIGN): New macro.
36954         (NO_TEST_INLINE): Update value.
36955         (ERRNO_UNCHANGED): Likewise.
36956         (ERRNO_EDOM): Likewise.
36957         (ERRNO_ERANGE): Likewise.
36958         (IGNORE_RESULT): Likewise.
36959         (check_float_internal): Check signs of NaN results if
36960         TEST_NAN_SIGN used.
36961         (check_complex): Pass TEST_NAN_SIGN flag through to second
36962         check_float_internal call.
36963         (copysign_test_data): Add tests with quiet NaNs as second
36964         argument.  Use TEST_NAN_SIGN.
36965         (fabs_test_data): Add test of negative quiet NaN argument.  Use
36966         TEST_NAN_SIGN.
36967         (signbit_test_data): Add tests of quiet NaN argument.
36968         * math/gen-libm-test.pl (parse_args): Handle TEST_NAN_SIGN.
36970         * math/gen-libm-test.pl (show_exceptions): Take extra argument
36971         $ignore_result.
36972         (parse_args): Handle function results specified as IGNORE.
36973         * math/libm-test.inc (IGNORE_RESULT): New macro.
36974         (check_float_internal): Do not check numerical result if flag
36975         IGNORE_RESULT set.
36976         (check_complex): Pass through IGNORE_RESULT to second
36977         check_float_internal call.
36978         (check_int): Do not check numerical result if flag IGNORE_RESULT
36979         set.
36980         (check_long): Likewise.
36981         (check_bool): Likewise.
36982         (check_longlong): Likewise.
36983         (lrint_test_data): Add tests of infinite and NaN arguments.
36984         (lrint_tonearest_test_data): Likewise.
36985         (lrint_towardzero_test_data): Likewise.
36986         (lrint_downward_test_data): Likewise.
36987         (lrint_upward_test_data): Likewise.
36988         (llrint_test_data): Likewise.
36989         (llrint_tonearest_test_data): Likewise.
36990         (llrint_towardzero_test_data): Likewise.
36991         (llrint_downward_test_data): Likewise.
36992         (llrint_upward_test_data): Likewise.
36993         (lround_test_data): Likewise.
36994         (llround_test_data): Likewise.
36996         * math/libm-test.inc (NO_TEST_INLINE): New macro.
36997         (ERRNO_UNCHANGED): Update value.
36998         (ERRNO_EDOM): Likewise.
36999         (ERRNO_ERANGE): Likewise.
37000         (NO_TEST_INLINE_FLOAT): New macro.
37001         (NO_TEST_INLINE_DOUBLE): Likewise.
37002         (enable_test): New function.
37003         (RUN_TEST_f_f): Check enable_test before running test.
37004         (RUN_TEST_2_f): Likewise.
37005         (RUN_TEST_fff_f): Likewise.
37006         (RUN_TEST_c_f): Likewise.
37007         (RUN_TEST_f_f1): Likewise.
37008         (RUN_TEST_fF_f1): Likewise.
37009         (RUN_TEST_fI_f1): Likewise.
37010         (RUN_TEST_ffI_f1): Likewise.
37011         (RUN_TEST_c_c): Likewise.
37012         (RUN_TEST_cc_c): Likewise.
37013         (RUN_TEST_f_i): Likewise.
37014         (RUN_TEST_f_i_tg): Likewise.
37015         (RUN_TEST_ff_i_tg): Likewise.
37016         (RUN_TEST_f_b): Likewise.
37017         (RUN_TEST_f_b_tg): Likewise.
37018         (RUN_TEST_f_l): Likewise.
37019         (RUN_TEST_f_L): Likewise.
37020         (RUN_TEST_fFF_11): Likewise.
37021         (asinh_test_data): Use NO_TEST_INLINE instead of [!TEST_INLINE]
37022         conditionals.
37023         (cosh_test_data): Likewise.
37024         (exp_test_data): Likewise.
37025         (expm1_test_data): Likewise.
37026         (hypot_test_data): Likewise.
37027         (pow_test_data): Likewise.
37028         (sinh_test_data): Likewise.
37029         (tanh_test_data): Likewise.
37030         * math/gen-libm-test.pl (parse_args): Allow NO_TEST_INLINE as
37031         flags argument.
37033         * libm-test.inc (acos_test_data): Disallow inexact exceptions for
37034         tests with quiet NaN input and output.
37035         (acosh_test_data): Likewise.
37036         (asin_test_data): Likewise.
37037         (asinh_test_data): Likewise.
37038         (atan_test_data): Likewise.
37039         (atanh_test_data): Likewise.
37040         (atan2_test_data): Likewise.
37041         (cbrt_test_data): Likewise.
37042         (cos_test_data): Likewise.
37043         (cosh_test_data): Likewise.
37044         (erf_test_data): Likewise.
37045         (erfc_test_data): Likewise.
37046         (exp_test_data): Likewise.
37047         (exp10_test_data): Likewise.
37048         (exp2_test_data): Likewise.
37049         (expm1_test_data): Likewise.
37050         (hypot_test_data): Likewise.
37051         (j0_test_data): Likewise.
37052         (j1_test_data): Likewise.
37053         (jn_test_data): Likewise.
37054         (lgamma_test_data): Likewise.
37055         (log_test_data): Likewise.
37056         (log10_test_data): Likewise.
37057         (log1p_test_data): Likewise.
37058         (log2_test_data): Likewise.
37059         (pow_test_data): Likewise.
37060         (scalb_test_data): Likewise.
37061         (sin_test_data): Likewise.
37062         (sincos_test_data): Likewise.
37063         (sinh_test_data): Likewise.
37064         (tan_test_data): Likewise.
37065         (tanh_test_data): Likewise.
37066         (tgamma_test_data): Likewise.
37067         (y0_test_data): Likewise.
37068         (y1_test_data): Likewise.
37069         (yn_test_data): Likewise.
37071         [BZ #16167]
37072         * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Check for first
37073         argument being NaN and avoid computations with second argument in
37074         that case.
37075         * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Likewise.
37076         * sysdeps/i386/fpu/e_powl.S (__ieee754_powl): Likewise.
37077         * sysdeps/x86_64/fpu/e_powl.S (__ieee754_powl): Likewise.
37079 2013-11-15  Arun Kumar Pyasi <arun@chitwanix.com>
37081         * locale/iso-639.def: Add Chitwani Tharu (the).
37083 2013-11-14  Andreas Schwab  <schwab@suse.de>
37085         * locale/C-address.c (_nl_C_LC_ADDRESS): Set country_num to zero
37086         word instead of empty string.
37088 2013-11-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
37090         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c
37091         (__fe_nomask_env): Fir compat symbol to be remove for GLIBC_2.19.
37092         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c
37093         (__fe_nomask_env): Likewise.
37095 2013-11-13  Steve Ellcey  <sellcey@mips.com>
37097         * benchtests/bench-timing.h: Include time.h.
37099 2013-11-13  H.J. Lu  <hongjiu.lu@intel.com>
37101         [BZ #15997]
37102         * sysdeps/unix/sysv/linux/configure.ac (arch_minimum_kernel): Set
37103         to 3.4.0 for x32.
37104         * sysdeps/unix/sysv/linux/configure: Regenerated.
37106 2013-11-13  Joseph Myers  <joseph@codesourcery.com>
37108         [BZ #16151]
37109         * stdlib/strtod_l.c (round_and_return): Do not consider
37110         retval[RETURN_LIBM_SIZE - 1] when determining more_bits for an
37111         exponent one less than half the least subnormal exponent.
37112         * stdlib/test-strtod-round-data: Add more tests.
37113         * stdlib/tst-strtod-round.c (tests): Regenerated.
37115 2013-11-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
37117         [BZ #14143]
37118         * sysdeps/powerpc/bits/fenv.h (__fe_nomask_env): Remove declaration.
37119         (__fe_mask_env): Likewise.
37120         * sysdeps/powerpc/fpu/fenv_libc.h (__fe_nomask_env): Remove
37121         libm_hidden_proto and add function prototype.
37122         (__fe_mask_env): Add function prototype.
37123         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c
37124         (__fe_nomask_env): Add compat symbol for GLIBC_2.1.
37125         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_mask.c
37126         (__fe_mask_env): Remove compiler warnings regarding ununsed variables.
37127         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c
37128         (__fe_nomask_env): Add compat symbol for GLIBC_2.3.
37130 2013-11-13  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
37132         * elf/dl-lookup.c (_dl_lookup_symbol_x): If UNDEF_MAP is false
37133         set reference_name to "" to avoid passing NULL to DSO_FILENAME.
37135 2013-11-13  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
37137         * elf/tlsdeschtab.h (_dl_make_tlsdesc_dynamic): Handle failure
37138         of htab_find_slot().
37140 2013-11-11  David S. Miller  <davem@davemloft.net>
37142         [BZ #16150]
37143         * sysdeps/sparc/sparc64/multiarch/add_n.S: Resolve to the correct generic
37144         symbol in the non-vis3 case in static builds.
37145         * sysdeps/sparc/sparc64/multiarch/addmul_1.S: Likewise.
37146         * sysdeps/sparc/sparc64/multiarch/mul_1.S: Likewise.
37147         * sysdeps/sparc/sparc64/multiarch/sub_n.S: Likewise.
37148         * sysdeps/sparc/sparc64/multiarch/submul_1.S: Likewise.
37150 2013-11-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
37152         [BZ #387]
37153         * elf/dl-object.c (_dl_new_object): Initialize L_NAME from NEWNAME if
37154         it is empty.
37156 2013-11-11  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
37158         * benchtests/Makefile: Add bench-strtod.
37159         * benchtests/bench-strtod.c: New file: strtod benchtest
37161 2013-11-11  Andreas Schwab  <schwab@suse.de>
37163         [BZ #16153]
37164         * nscd/nscd_getserv_r.c (__nscd_getservbyport_r): Don't include
37165         terminating NUL in key length.
37167 2013-11-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
37169         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h (VDSO_IFUNC_RET):
37170         Add artificial ODP entry for vDSO symbol for PPC64.
37171         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c: Adjust includes.
37172         * sysdeps/unix/sysv/linux/powerpc/time.c: Likewise.
37174 2013-11-07  Ondřej Bílka  <neleai@seznam.cz>
37176         [BZ #15374]
37177         * nss/getent.c (services_keys): Recognize services starting with digit.
37179 2013-11-06  David S. Miller  <davem@davemloft.net>
37181         [BZ #15985]
37182         * sysdeps/sparc/sparc32/fpu/s_fdim.S (__fdim): Do not use fnegd
37183         on pre-v9 cpus, use a fnegs+fmovs sequence instead.
37185 2013-11-06  Will Newton  <will.newton@linaro.org>
37187         * manual/memory.texi (Malloc Examples): Remove register
37188         keyword from examples.
37190 2013-11-04  Chris Leonard  <cjl@sugarlabs.org>
37192         * locale/iso-639.def: Correct Walaita (wal) and add Unami Delaware (unm).
37194 2013-11-04  Joseph Myers  <joseph@codesourcery.com>
37196         [BZ #6981]
37197         * include/stdc-predef.h [__GCC_IEC_559] (__STDC_IEC_559__): Define
37198         depending on [__GCC_IEC_559 > 0].
37199         [__GCC_IEC_559_COMPLEX] (__STDC_IEC_559_COMPLEX__): Define
37200         depending on [__GCC_IEC_559_COMPLEX > 0].
37202 2013-11-03  Chris Leonard  <cjl@sugarlabs.org>
37204         * locale/iso-639.def: Add Quechua, Southern (quz) and Silesian (szl)
37205         to iso-639.def.
37207 2013-11-03  Ondřej Bílka  <neleai@seznam.cz>
37209         * elf/rtld.c: Remove unused NONTLS_INIT_TP.
37211 2013-11-01  Ondřej Bílka  <neleai@seznam.cz>
37213         [BZ #16112]
37214         * malloc/malloc (malloc_info): Do not handle first bin as
37215         special case.
37217 2013-11-01  Chris Leonard  <cjl@sugarlabs.org>
37219         * locale/iso-639.def: Add Central Nahuatl (nhn).
37221 2013-11-01  Bruno Haible  <bruno@clisp.org>
37223         [BZ #7003]
37224         * manual/math.texi (BSD Random): Specify range upper bound as
37225         in POSIX.
37227 2013-10-31  Chris Leonard  <cjl@sugarlabs.org>
37229         * locale/iso-639.def: Add Meadow Mari (mhr).
37231 2013-10-31  Ondřej Bílka  <neleai@seznam.cz>
37233         [BZ #14752], [BZ #15763]
37234         * sysdeps/unix/sysv/linux/shm_open.c (shm_open, shm_unlink):
37235         Validate name.
37236         * rt/tst_shm.c: Add test for escaping directory.
37238 2013-10-31  Andreas Schwab  <schwab@suse.de>
37240         [BZ #15917]
37241         * stdio-common/vfscanf.c (_IO_vfwscanf): Handle leading '0' not
37242         followed by 'x' as part of digit sequence.
37243         * stdio-common/tst-sscanf.c (double_tests2): New tests.
37245 2013-10-31  Marc-Antoine Perennou <Marc-Antoine@Perennou.com>
37247         [BZ #16037]
37248         * configure.ac: allow GNU Make 4.0 and greater.
37249         * configure: Regenerated.
37251 2013-10-30  Will Newton  <will.newton@linaro.org>
37253         [BZ #16038]
37254         * malloc/hooks.c (memalign_check): Limit alignment to the
37255         maximum representable power of two.
37256         * malloc/malloc.c (__libc_memalign): Likewise.
37257         * malloc/tst-memalign.c (do_test): Add test for very
37258         large alignment values.
37259         * malloc/tst-posix_memalign.c (do_test): Likewise.
37261 2013-10-30  Ondřej Bílka  <neleai@seznam.cz>
37263         [BZ #11087]
37264         * malloc/malloc.c (sysmalloc): Compute statistics atomically.
37265         (munmap_chunk): Likewise.
37266         (mremap_chunk): Likewise.
37268 2013-10-30  Ondřej Bílka  <neleai@seznam.cz>
37270         [BZ #15799]
37271         * stdlib/div.c (div): Remove obsolete code.
37272         * stdlib/ldiv.c (ldiv): Likewise.
37273         * stdlib/lldiv.c (lldiv): Likewise.
37275 2013-10-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
37277         [BZ #16071]
37278         * nss/nss_files/files-XXX.c (get_contents_ret): New
37279         enumerator.
37280         (get_contents): New function.
37281         (internal_getent): Use it.  Expand size of LINEBUFLEN.
37283 2013-10-30  Mike Frysinger  <vapier@gentoo.org>
37285         * configure.in: Moved to ...
37286         * configure.ac: ... here. Change reference to configure.in
37287         to configure.ac.
37288         * sysdeps/arm/preconfigure.ac: ... here.
37289         configure.in to configure.ac.
37290         * sysdeps/gnu/configure.in: Moved to ...
37291         * sysdeps/gnu/configure.ac: ... here.
37292         * sysdeps/i386/configure.in: Moved to ...
37293         * sysdeps/i386/configure.ac: ... here.
37294         * sysdeps/ieee754/ldbl-opt/configure.in: Moved to ...
37295         * sysdeps/ieee754/ldbl-opt/configure.ac: ... here.
37296         * sysdeps/mach/configure.in: Moved to ...
37297         * sysdeps/mach/configure.ac: ... here.
37298         * sysdeps/mach/hurd/configure.in: Moved to ...
37299         * sysdeps/mach/hurd/configure.ac: ... here.
37300         * sysdeps/powerpc/configure.in: Moved to ...
37301         * sysdeps/powerpc/configure.ac: ... here.
37302         * sysdeps/powerpc/powerpc32/configure.in: Moved to ...
37303         * sysdeps/powerpc/powerpc32/configure.ac: ... here.
37304         * sysdeps/powerpc/powerpc64/configure.in: Moved to ...
37305         * sysdeps/powerpc/powerpc64/configure.ac: ... here.
37306         * sysdeps/s390/s390-32/configure.in: Moved to ...
37307         * sysdeps/s390/s390-32/configure.ac: ... here.
37308         * sysdeps/s390/s390-64/configure.in: Moved to ...
37309         * sysdeps/s390/s390-64/configure.ac: ... here.
37310         * sysdeps/sh/configure.in: Moved to ...
37311         * sysdeps/sh/configure.ac: ... here.
37312         * sysdeps/sparc/configure.in: Moved to ...
37313         * sysdeps/sparc/configure.ac: ... here.
37314         * sysdeps/unix/sysv/linux/configure.in: Moved to ...
37315         * sysdeps/unix/sysv/linux/configure.ac: ... here.
37316         * sysdeps/unix/sysv/linux/powerpc/configure.in: Moved to ...
37317         * sysdeps/unix/sysv/linux/powerpc/configure.ac: ... here.
37318         * sysdeps/x86_64/configure.in: Moved to ...
37319         * sysdeps/x86_64/configure.ac: ... here.
37320         * sysdeps/x86_64/preconfigure.in: Moved to ...
37321         * sysdeps/x86_64/preconfigure.ac: ... here.
37322         * aclocal.m4: Change reference to configure.in to configure.ac.
37323         * config.h.in: Likewise.
37324         * manual/install.texi: Likewise.
37325         * manual/maint.texi: Likewise.
37326         * Makefile: Likewise.
37327         * malloc/Makefile: Likewise.
37328         * nscd/Makefile: Likewise.
37329         * Makeconfig: Change reference to configure.in and
37330         preconfigure.in to configure.ac and preconfigure.ac
37331         respectively.
37332         * INSTALL: Regenerated.
37333         * configure: Likewise.
37334         * sysdeps/gnu/configure: Likewise.
37335         * sysdeps/i386/configure: Likewise.
37336         * sysdeps/ieee754/ldbl-opt/configure: Likewise.
37337         * sysdeps/mach/configure: Likewise.
37338         * sysdeps/mach/hurd/configure: Likewise.
37339         * sysdeps/powerpc/configure: Likewise.
37340         * sysdeps/powerpc/powerpc32/configure: Likewise.
37341         * sysdeps/powerpc/powerpc64/configure: Likewise.
37342         * sysdeps/s390/s390-32/configure: Likewise.
37343         * sysdeps/s390/s390-64/configure: Likewise.
37344         * sysdeps/sh/configure: Likewise.
37345         * sysdeps/sparc/configure: Likewise.
37346         * sysdeps/unix/sysv/linux/configure: Likewise.
37347         * sysdeps/unix/sysv/linux/powerpc/configure: Likewise.
37348         * sysdeps/x86_64/configure: Likewise.
37349         * sysdeps/x86_64/preconfigure: Likewise.
37351 2013-10-29  Andreas Schwab  <schwab@suse.de>
37353         * stdio-common/Makefile (tst-swscanf-ENV): Define.
37355 2013-10-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
37357         * benchtests/pow-inputs: Add new inputs.
37359         * benchtests/exp-inputs: Add new inputs.
37361         * sysdeps/ieee754/dbl-64/sincos32.c (__sin32): Consolidate
37362         conditional check for return value.
37363         (__cos32): Likewise.
37365 2013-10-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
37367         * sysdeps/powerpc/powerpc64/strcpy.S (strcpy): Add word load/store
37368         to provide a boost for large inputs with word alignment.
37369         * sysdeps/powerpc/powerpc64/stpcpy.S (__stpcpy): Rewrite
37370         implementation based on optimized PPC64 strcpy.
37371         * sysdeps/powerpc/powerpc64/power7/strcpy.S: New file: optimized
37372         strcpy for PPC64/POWER7 based on both doubleword and word load/store.
37373         * sysdeps/powerpc/powerpc64/power7/stpcpy.S: New file: optimized
37374         stpcpy for PPC64/POWER7 based on PPC64/POWER7 strcpy.
37376 2013-10-25   Ondřej Bílka  <neleai@seznam.cz>
37378         [BZ #2801]
37379         * manual/socket.texi (Host Names): Fix gethostbyname_r example.
37381 2013-10-25   Ondřej Bílka  <neleai@seznam.cz>
37383         [BZ #14876]
37384         * time/strptime_l.c (__strptime_internal): 14876 Read timezone entry.
37385         * time/tst-strptime.c (day_tests): Add testcase.
37387 2013-10-25   Ondřej Bílka  <neleai@seznam.cz>
37389         [BZ #14029]
37390         * manual/pattern.texi: Acknowledge that fnmatch can fail.
37392 2013-10-25  Fabrice Bauzac  <fbauzac@debian71.nce.amadeus.net>
37394         [BZ #16074]
37395         * manual/llio.texi (Memory-mapped I/O): Indicate that mmap returns
37396         MAP_FAILED on error.
37398 2013-10-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
37400         [BZ #16072]
37401         * sysdeps/posix/getaddrinfo.c (gethosts): Allocate tmpbuf on
37402         heap for large requests.
37404 2013-10-25  Aurelien Jarno  <aurelien@aurel32.net>
37406         [BZ #9954]
37407         * sysdeps/posix/getaddrinfo.c (rfc3484_sort): do not assign native
37408         result if the result has no associated interface.
37409         * sysdeps/posix/getaddrinfo.c (getaddrinfo): correctly detect
37410         interface for all 127.X.Y.Z addresses.
37412 2013-10-24  Chris Leonard  <cjl@sugarlabs.org>
37414         * locale/iso-639.def: Add Ligurian (lij)
37416 2013-10-21  Ondřej Bílka  <neleai@seznam.cz>
37418         [BZ #15825]
37419         * sunrpc/rpc_main.c: Document rpcgen -5.
37421 2013-10-19  Michael Stahl  <mstahl@redhat.com>
37423         * elf/rtld.c (do_preload): Print the reason why preloading failed.
37425 2013-10-19  Ondřej Bílka  <neleai@seznam.cz>
37427         [BZ #10278]
37428         * posix/glob.c: Match only directories when trailing slash is present.
37429         * posix/tst-gnuglob.c (my_opendir): Do not open files.
37430         (main): Add testcase.
37432 2013-10-19  Ondřej Bílka  <neleai@seznam.cz>
37434         [BZ #15670]
37435         * time/tzfile.c (__tzfile_read): Replace alloca with malloc.
37437 2013-10-18  Carlos O'Donell  <carlos@redhat.com>
37439         * manual/crypt.texi (Cryptographic Functions): Using SunRPC and
37440         AUTH_DES will prevent FIPS 140-2 compliance. Add vindex for
37441         AUTH_DES and cindex for FIPS 140-2.
37442         (DES Encryption): Add cindex FIPS 46-3.
37444         * locale/locarchive.h (struct locarhandle): Add fname.
37445         * locale/programs/localedef.c (main): Pass ARGV[remaining]
37446         if an optional argument was specified to --list-archive,
37447         otherwise NULL.
37448         * locale/programs/locarchive.c (show_archive_content): Take new
37449         argument fname and pass it via ah.fname to open_archive.
37450         * locale/programs/localedef.h: Update decl.
37451         (open_archive): If AH->fname is non-null, open that file
37452         rather than the default file name, and don't ignore ENOENT.
37453         (create_archive): Set AH.fname to NULL.
37454         (delete_locales_from_archive): Likewise.
37455         (add_locales_to_archive): Likewise.
37456         * locale/programs/locfile.c (write_all_categories): Likewise.
37458 2013-10-18  Joseph Myers  <joseph@codesourcery.com>
37459             Aldy Hernandez  <aldyh@redhat.com>
37461         * sysdeps/powerpc/powerpc32/e500/nofpu/Makefile: New file.
37462         * sysdeps/powerpc/powerpc32/e500/nofpu/fclrexcpt.c: Likewise.
37463         * sysdeps/powerpc/powerpc32/e500/nofpu/fe_note_change.c: Likewise.
37464         * sysdeps/powerpc/powerpc32/e500/nofpu/fedisblxcpt.c: Likewise.
37465         * sysdeps/powerpc/powerpc32/e500/nofpu/feenablxcpt.c: Likewise.
37466         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetenv.c: Likewise.
37467         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetexcept.c: Likewise.
37468         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetround.c: Likewise.
37469         * sysdeps/powerpc/powerpc32/e500/nofpu/feholdexcpt.c: Likewise.
37470         * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_const.c: Likewise.
37471         * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_libc.h: Likewise.
37472         * sysdeps/powerpc/powerpc32/e500/nofpu/fesetenv.c: Likewise.
37473         * sysdeps/powerpc/powerpc32/e500/nofpu/fesetround.c: Likewise.
37474         * sysdeps/powerpc/powerpc32/e500/nofpu/feupdateenv.c: Likewise.
37475         * sysdeps/powerpc/powerpc32/e500/nofpu/fexcepts_from_prctl.c:
37476         Likewise.
37477         * sysdeps/powerpc/powerpc32/e500/nofpu/fexcepts_from_spe.c:
37478         Likewise.
37479         * sysdeps/powerpc/powerpc32/e500/nofpu/fexcepts_to_prctl.c:
37480         Likewise.
37481         * sysdeps/powerpc/powerpc32/e500/nofpu/fexcepts_to_spe.c:
37482         Likewise.
37483         * sysdeps/powerpc/powerpc32/e500/nofpu/fgetexcptflg.c: Likewise.
37484         * sysdeps/powerpc/powerpc32/e500/nofpu/fraiseexcept-soft.c:
37485         Likewise.
37486         * sysdeps/powerpc/powerpc32/e500/nofpu/fraiseexcpt.c: Likewise.
37487         * sysdeps/powerpc/powerpc32/e500/nofpu/fsetexcptflg.c: Likewise.
37488         * sysdeps/powerpc/powerpc32/e500/nofpu/ftestexcept.c: Likewise.
37489         * sysdeps/powerpc/powerpc32/e500/nofpu/get-rounding-mode.h:
37490         Likewise.
37491         * sysdeps/powerpc/powerpc32/e500/nofpu/s_fabsf.S: Likewise.
37492         * sysdeps/powerpc/powerpc32/e500/nofpu/spe-raise.c: Likewise.
37493         * sysdeps/powerpc/preconfigure: Likewise.
37494         * sysdeps/unix/sysv/linux/powerpc/powerpc32/e500/nofpu/Implies:
37495         Likewise.
37496         * sysdeps/powerpc/nofpu/soft-supp.h [__NO_FPRS__ && !_SOFT_FLOAT]:
37497         Replace contents of file by #include of <fenv_libc.h>.
37498         * sysdeps/powerpc/soft-fp/sfp-machine.h
37499         [__NO_FPRS__ && !_SOFT_FLOAT]: Include <fenv_libc.h>, <sysdep.h>
37500         and <sys/prctl.h>.
37501         [__NO_FPRS__ && !_SOFT_FLOAT] (__feraiseexcept_soft): Declare.
37502         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_INEXACT): Define macro.
37503         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_INVALID): Likewise.
37504         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_DIVZERO): Likewise.
37505         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_UNDERFLOW): Likewise.
37506         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_OVERFLOW): Likewise.
37507         [__NO_FPRS__ && !_SOFT_FLOAT] (_FP_DECL_EX): Likewise.
37508         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_INIT_ROUNDMODE): Likewise.
37509         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_INIT_EXCEPTIONS): Likewise.
37510         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_HANDLE_EXCEPTIONS): Likewise.
37511         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_ROUNDMODE): Likewise.
37512         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_TRAPPING_EXCEPTIONS): Likewise.
37513         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/localplt.data:
37514         Allow copysignl PLT reference to be missing.
37516 2013-10-18  Richard Sandiford  <richard@codesourcery.com>
37517             Joseph Myers  <joseph@codesourcery.com
37519         [BZ #15948]
37520         * locale/programs/ld-collate.c (new_element): Handle <U0000> as a
37521         single character.
37522         (add_to_tablewc): Assert sequence of wide characters is nonempty.
37524 2013-10-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
37526         * elf/tst-tls-dlinfo.c: Don't include tls.h.
37527         * elf/tst-tls1.c: Likewise.
37528         * elf/tst-tls10.h: Likewise.
37529         * elf/tst-tls14.c: Likewise.
37530         * elf/tst-tls2.c: Likewise.
37531         * elf/tst-tls3.c: Likewise.
37532         * elf/tst-tls4.c: Likewise.
37533         * elf/tst-tls5.c: Likewise.
37534         * elf/tst-tls6.c: Likewise.
37535         * elf/tst-tls7.c: Likewise.
37536         * elf/tst-tls8.c: Likewise.
37537         * elf/tst-tls9.c: Likewise.
37538         * elf/tst-tlsmod1.c: Likewise.
37539         * elf/tst-tlsmod13.c: Likewise.
37540         * elf/tst-tlsmod13a.c: Likewise.
37541         * elf/tst-tlsmod14a.c: Likewise.
37542         * elf/tst-tlsmod16a.c: Likewise.
37543         * elf/tst-tlsmod16b.c: Likewise.
37544         * elf/tst-tlsmod2.c: Likewise.
37545         * elf/tst-tlsmod3.c: Likewise.
37546         * elf/tst-tlsmod4.c: Likewise.
37547         * elf/tst-tlsmod5.c: Likewise.
37548         * elf/tst-tlsmod6.c: Likewise.
37550 2013-10-18  Ondřej Bílka  <neleai@seznam.cz>
37552         [BZ #12486]
37553         * malloc/malloc.c: remove checks for statistics.
37555 2013-10-17  Ondřej Bílka  <neleai@seznam.cz>
37557         [BZ #15277]
37558         * inet/inet_net.c (inet_network): Detect additional invalid strings.
37559         * inet/tst-network.c: Add testcase.
37561 2013-10-17  Andreas Schwab  <schwab@suse.de>
37563         [BZ #15218]
37564         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't use gethostbyaddr
37565         to determine canonical name.
37567 2013-10-17  Ondřej Bílka  <neleai@seznam.cz>
37569         * sysdeps/ieee754/dbl-64/dbl2mpn.c: Fix formatting.
37570         * sysdeps/ieee754/dbl-64/dla.h: Likewise.
37571         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
37572         * sysdeps/ieee754/dbl-64/e_acosh.c: Likewise.
37573         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
37574         * sysdeps/ieee754/dbl-64/e_cosh.c: Likewise.
37575         * sysdeps/ieee754/dbl-64/e_exp2.c: Likewise.
37576         * sysdeps/ieee754/dbl-64/e_fmod.c: Likewise.
37577         * sysdeps/ieee754/dbl-64/e_gamma_r.c: Likewise.
37578         * sysdeps/ieee754/dbl-64/e_hypot.c: Likewise.
37579         * sysdeps/ieee754/dbl-64/e_ilogb.c: Likewise.
37580         * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
37581         * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
37582         * sysdeps/ieee754/dbl-64/e_jn.c: Likewise.
37583         * sysdeps/ieee754/dbl-64/e_log10.c: Likewise.
37584         * sysdeps/ieee754/dbl-64/e_log2.c: Likewise.
37585         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
37586         * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
37587         * sysdeps/ieee754/dbl-64/e_rem_pio2.c: Likewise.
37588         * sysdeps/ieee754/dbl-64/e_sinh.c: Likewise.
37589         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
37590         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
37591         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Likewise.
37592         * sysdeps/ieee754/dbl-64/MathLib.h: Likewise.
37593         * sysdeps/ieee754/dbl-64/mpa-arch.h: Likewise.
37594         * sysdeps/ieee754/dbl-64/mpa.c: Likewise.
37595         * sysdeps/ieee754/dbl-64/mpatan.c: Likewise.
37596         * sysdeps/ieee754/dbl-64/mpn2dbl.c: Likewise.
37597         * sysdeps/ieee754/dbl-64/mptan.c: Likewise.
37598         * sysdeps/ieee754/dbl-64/mydefs.h: Likewise.
37599         * sysdeps/ieee754/dbl-64/s_asinh.c: Likewise.
37600         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
37601         * sysdeps/ieee754/dbl-64/s_cbrt.c: Likewise.
37602         * sysdeps/ieee754/dbl-64/s_ceil.c: Likewise.
37603         * sysdeps/ieee754/dbl-64/s_copysign.c: Likewise.
37604         * sysdeps/ieee754/dbl-64/s_erf.c: Likewise.
37605         * sysdeps/ieee754/dbl-64/s_expm1.c: Likewise.
37606         * sysdeps/ieee754/dbl-64/s_fabs.c: Likewise.
37607         * sysdeps/ieee754/dbl-64/s_finite.c: Likewise.
37608         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
37609         * sysdeps/ieee754/dbl-64/s_frexp.c: Likewise.
37610         * sysdeps/ieee754/dbl-64/s_isinf.c: Likewise.
37611         * sysdeps/ieee754/dbl-64/s_isinf_ns.c: Likewise.
37612         * sysdeps/ieee754/dbl-64/s_isnan.c: Likewise.
37613         * sysdeps/ieee754/dbl-64/s_llround.c: Likewise.
37614         * sysdeps/ieee754/dbl-64/s_log1p.c: Likewise.
37615         * sysdeps/ieee754/dbl-64/s_logb.c: Likewise.
37616         * sysdeps/ieee754/dbl-64/s_lrint.c: Likewise.
37617         * sysdeps/ieee754/dbl-64/s_modf.c: Likewise.
37618         * sysdeps/ieee754/dbl-64/s_nearbyint.c: Likewise.
37619         * sysdeps/ieee754/dbl-64/s_remquo.c: Likewise.
37620         * sysdeps/ieee754/dbl-64/s_rint.c: Likewise.
37621         * sysdeps/ieee754/dbl-64/s_scalbln.c: Likewise.
37622         * sysdeps/ieee754/dbl-64/s_scalbn.c: Likewise.
37623         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
37624         * sysdeps/ieee754/dbl-64/s_sincos.c: Likewise.
37625         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
37626         * sysdeps/ieee754/dbl-64/s_tanh.c: Likewise.
37628 2013-10-17  Joseph Myers  <joseph@codesourcery.com>
37630         [BZ #16041]
37631         * soft-fp/op-common.h (FP_EXTEND): When input is a signaling NaN,
37632         make result into a quiet NaN.
37634 2013-10-16  Joseph Myers  <joseph@codesourcery.com>
37636         * soft-fp/adddf3.c: Fix horizontal whitespace.
37637         * soft-fp/addsf3.c: Likewise.
37638         * soft-fp/addtf3.c: Likewise.
37639         * soft-fp/divdf3.c: Likewise.
37640         * soft-fp/divsf3.c: Likewise.
37641         * soft-fp/divtf3.c: Likewise.
37642         * soft-fp/double.h: Likewise.
37643         * soft-fp/eqdf2.c: Likewise.
37644         * soft-fp/eqsf2.c: Likewise.
37645         * soft-fp/eqtf2.c: Likewise.
37646         * soft-fp/extenddftf2.c: Likewise.
37647         * soft-fp/extended.h: Likewise.
37648         * soft-fp/extendsfdf2.c: Likewise.
37649         * soft-fp/extendsftf2.c: Likewise.
37650         * soft-fp/extendxftf2.c: Likewise.
37651         * soft-fp/fixdfdi.c: Likewise.
37652         * soft-fp/fixdfsi.c: Likewise.
37653         * soft-fp/fixdfti.c: Likewise.
37654         * soft-fp/fixsfdi.c: Likewise.
37655         * soft-fp/fixsfsi.c: Likewise.
37656         * soft-fp/fixsfti.c: Likewise.
37657         * soft-fp/fixtfdi.c: Likewise.
37658         * soft-fp/fixtfsi.c: Likewise.
37659         * soft-fp/fixtfti.c: Likewise.
37660         * soft-fp/fixunsdfdi.c: Likewise.
37661         * soft-fp/fixunsdfsi.c: Likewise.
37662         * soft-fp/fixunsdfti.c: Likewise.
37663         * soft-fp/fixunssfdi.c: Likewise.
37664         * soft-fp/fixunssfsi.c: Likewise.
37665         * soft-fp/fixunssfti.c: Likewise.
37666         * soft-fp/fixunstfdi.c: Likewise.
37667         * soft-fp/fixunstfsi.c: Likewise.
37668         * soft-fp/fixunstfti.c: Likewise.
37669         * soft-fp/floatdidf.c: Likewise.
37670         * soft-fp/floatdisf.c: Likewise.
37671         * soft-fp/floatditf.c: Likewise.
37672         * soft-fp/floatsidf.c: Likewise.
37673         * soft-fp/floatsisf.c: Likewise.
37674         * soft-fp/floatsitf.c: Likewise.
37675         * soft-fp/floattidf.c: Likewise.
37676         * soft-fp/floattisf.c: Likewise.
37677         * soft-fp/floattitf.c: Likewise.
37678         * soft-fp/floatundidf.c: Likewise.
37679         * soft-fp/floatundisf.c: Likewise.
37680         * soft-fp/floatunditf.c: Likewise.
37681         * soft-fp/floatunsidf.c: Likewise.
37682         * soft-fp/floatunsisf.c: Likewise.
37683         * soft-fp/floatunsitf.c: Likewise.
37684         * soft-fp/floatuntidf.c: Likewise.
37685         * soft-fp/floatuntisf.c: Likewise.
37686         * soft-fp/floatuntitf.c: Likewise.
37687         * soft-fp/fmadf4.c: Likewise.
37688         * soft-fp/fmasf4.c: Likewise.
37689         * soft-fp/fmatf4.c: Likewise.
37690         * soft-fp/gedf2.c: Likewise.
37691         * soft-fp/gesf2.c: Likewise.
37692         * soft-fp/getf2.c: Likewise.
37693         * soft-fp/ledf2.c: Likewise.
37694         * soft-fp/lesf2.c: Likewise.
37695         * soft-fp/letf2.c: Likewise.
37696         * soft-fp/muldf3.c: Likewise.
37697         * soft-fp/mulsf3.c: Likewise.
37698         * soft-fp/multf3.c: Likewise.
37699         * soft-fp/negdf2.c: Likewise.
37700         * soft-fp/negsf2.c: Likewise.
37701         * soft-fp/negtf2.c: Likewise.
37702         * soft-fp/op-1.h: Likewise.
37703         * soft-fp/op-2.h: Likewise.
37704         * soft-fp/op-4.h: Likewise.
37705         * soft-fp/op-8.h: Likewise.
37706         * soft-fp/op-common.h: Likewise.
37707         * soft-fp/quad.h: Likewise.
37708         * soft-fp/single.h: Likewise.
37709         * soft-fp/soft-fp.h: Likewise.
37710         * soft-fp/sqrtdf2.c: Likewise.
37711         * soft-fp/sqrtsf2.c: Likewise.
37712         * soft-fp/sqrttf2.c: Likewise.
37713         * soft-fp/subdf3.c: Likewise.
37714         * soft-fp/subsf3.c: Likewise.
37715         * soft-fp/subtf3.c: Likewise.
37716         * soft-fp/truncdfsf2.c: Likewise.
37717         * soft-fp/trunctfdf2.c: Likewise.
37718         * soft-fp/trunctfsf2.c: Likewise.
37719         * soft-fp/trunctfxf2.c: Likewise.
37720         * soft-fp/unorddf2.c: Likewise.
37721         * soft-fp/unordsf2.c: Likewise.
37722         * soft-fp/unordtf2.c: Likewise.
37724 2013-10-15  Joseph Myers  <joseph@codesourcery.com>
37726         * soft-fp/op-2.h (_FP_DIV_MEAT_2_gmp): Remove macro.
37727         * soft-fp/soft-fp.h (FP_UNSET_EXCEPTION): Likewise.
37729 2013-10-15   Ondřej Bílka  <neleai@seznam.cz>
37731         * elf/dl-libc.c: Clear initfini list after freeing.
37733 2013-10-14  Joseph Myers  <joseph@codesourcery.com>
37735         * soft-fp/adddf3.c: Fix vertical whitespace and indentation.
37736         * soft-fp/addsf3.c: Likewise.
37737         * soft-fp/addtf3.c: Likewise.
37738         * soft-fp/divdf3.c: Likewise.
37739         * soft-fp/divsf3.c: Likewise.
37740         * soft-fp/divtf3.c: Likewise.
37741         * soft-fp/double.h: Likewise.
37742         * soft-fp/eqdf2.c: Likewise.
37743         * soft-fp/eqsf2.c: Likewise.
37744         * soft-fp/eqtf2.c: Likewise.
37745         * soft-fp/extenddftf2.c: Likewise.
37746         * soft-fp/extended.h: Likewise.
37747         * soft-fp/extendsfdf2.c: Likewise.
37748         * soft-fp/extendsftf2.c: Likewise.
37749         * soft-fp/extendxftf2.c: Likewise.
37750         * soft-fp/fixdfdi.c: Likewise.
37751         * soft-fp/fixdfsi.c: Likewise.
37752         * soft-fp/fixdfti.c: Likewise.
37753         * soft-fp/fixsfdi.c: Likewise.
37754         * soft-fp/fixsfsi.c: Likewise.
37755         * soft-fp/fixsfti.c: Likewise.
37756         * soft-fp/fixtfdi.c: Likewise.
37757         * soft-fp/fixtfsi.c: Likewise.
37758         * soft-fp/fixtfti.c: Likewise.
37759         * soft-fp/fixunsdfdi.c: Likewise.
37760         * soft-fp/fixunsdfsi.c: Likewise.
37761         * soft-fp/fixunsdfti.c: Likewise.
37762         * soft-fp/fixunssfdi.c: Likewise.
37763         * soft-fp/fixunssfsi.c: Likewise.
37764         * soft-fp/fixunssfti.c: Likewise.
37765         * soft-fp/fixunstfdi.c: Likewise.
37766         * soft-fp/fixunstfsi.c: Likewise.
37767         * soft-fp/fixunstfti.c: Likewise.
37768         * soft-fp/floatdidf.c: Likewise.
37769         * soft-fp/floatdisf.c: Likewise.
37770         * soft-fp/floatditf.c: Likewise.
37771         * soft-fp/floatsidf.c: Likewise.
37772         * soft-fp/floatsisf.c: Likewise.
37773         * soft-fp/floatsitf.c: Likewise.
37774         * soft-fp/floattidf.c: Likewise.
37775         * soft-fp/floattisf.c: Likewise.
37776         * soft-fp/floattitf.c: Likewise.
37777         * soft-fp/floatundidf.c: Likewise.
37778         * soft-fp/floatundisf.c: Likewise.
37779         * soft-fp/floatunsidf.c: Likewise.
37780         * soft-fp/floatunsisf.c: Likewise.
37781         * soft-fp/floatuntidf.c: Likewise.
37782         * soft-fp/floatuntisf.c: Likewise.
37783         * soft-fp/floatuntitf.c: Likewise.
37784         * soft-fp/fmadf4.c: Likewise.
37785         * soft-fp/fmasf4.c: Likewise.
37786         * soft-fp/fmatf4.c: Likewise.
37787         * soft-fp/gedf2.c: Likewise.
37788         * soft-fp/gesf2.c: Likewise.
37789         * soft-fp/getf2.c: Likewise.
37790         * soft-fp/ledf2.c: Likewise.
37791         * soft-fp/lesf2.c: Likewise.
37792         * soft-fp/letf2.c: Likewise.
37793         * soft-fp/muldf3.c: Likewise.
37794         * soft-fp/mulsf3.c: Likewise.
37795         * soft-fp/multf3.c: Likewise.
37796         * soft-fp/negdf2.c: Likewise.
37797         * soft-fp/negsf2.c: Likewise.
37798         * soft-fp/negtf2.c: Likewise.
37799         * soft-fp/op-1.h: Likewise.
37800         * soft-fp/op-2.h: Likewise.
37801         * soft-fp/op-4.h: Likewise.
37802         * soft-fp/op-8.h: Likewise.
37803         * soft-fp/op-common.h: Likewise.
37804         * soft-fp/quad.h: Likewise.
37805         * soft-fp/single.h: Likewise.
37806         * soft-fp/soft-fp.h: Likewise.
37807         * soft-fp/sqrtdf2.c: Likewise.
37808         * soft-fp/sqrtsf2.c: Likewise.
37809         * soft-fp/sqrttf2.c: Likewise.
37810         * soft-fp/subdf3.c: Likewise.
37811         * soft-fp/subsf3.c: Likewise.
37812         * soft-fp/subtf3.c: Likewise.
37813         * soft-fp/truncdfsf2.c: Likewise.
37814         * soft-fp/trunctfdf2.c: Likewise.
37815         * soft-fp/trunctfsf2.c: Likewise.
37816         * soft-fp/trunctfxf2.c: Likewise.
37817         * soft-fp/unorddf2.c: Likewise.
37818         * soft-fp/unordsf2.c: Likewise.
37819         * soft-fp/unordtf2.c: Likewise.
37821 2013-10-14   Ondřej Bílka  <neleai@seznam.cz>
37823         [BZ #15672]
37824         * misc/error.c (error_tail): Fix possible buffer overflow.
37826 2013-10-14  Aurelien Jarno  <aurelien@aurel32.net>
37828         [BZ #13028]
37829         * res_send.c(__libc_res_nsend): Correctly copy the nameserver
37830         address.
37832 2013-10-14  P. J. McDermott  <pj@pehjota.net>
37834         [BZ #832]
37835         * elf/ldd.bash.in (try_trace): New function.  Delete previous code
37836         testing pipefail option.
37838 2013-10-12  Joseph Myers  <joseph@codesourcery.com>
37840         * soft-fp/double.h: Indent preprocessor directives inside #if.
37841         * soft-fp/extended.h: Likewise.
37842         * soft-fp/op-2.h: Likewise.
37843         * soft-fp/op-4.h: Likewise.
37844         * soft-fp/op-common.h: Likewise.
37845         * soft-fp/quad.h: Likewise.
37846         * soft-fp/single.h: Likewise.
37847         * soft-fp/soft-fp.h: Likewise.
37849 2013-10-12   Yuri Chornoivan <yurchor@ukr.net>
37851         * iconv/iconv_prog.c: Fix typos.
37852         * stdio-common/psiginfo-data.h: Likewise.
37854 2013-10-12   Reuben Thomas <rrt@sc3d.org>
37856         [BZ #15764]
37857         * locale/setlocale.c: Fix typo.
37859 2013-10-12  Joseph Myers  <joseph@codesourcery.com>
37861         [BZ #16036]
37862         * soft-fp/unorddf2.c (__unorddf2): Raise "invalid" exception for
37863         signaling NaN arguments.
37864         * soft-fp/unordsf2.c (__unordsf2): Likewise.
37865         * soft-fp/unordtf2.c (__unordtf2): Likewise.
37867         [BZ #14910]
37868         * soft-fp/gedf2.c (__gedf2): Raise "invalid" exception for all
37869         unordered operands.
37870         * soft-fp/gesf2.c (__gesf2): Likewise.
37871         * soft-fp/getf2.c (__getf2): Likewise.
37872         * soft-fp/ledf2.c (__ledf2): Likewise.
37873         * soft-fp/lesf2.c (__lesf2): Likewise.
37874         * soft-fp/letf2.c (__letf2): Likewise.
37876         * soft-fp/eqdf2.c (__eqdf2): Use FP_INIT_EXCEPTIONS.
37877         * soft-fp/eqsf2.c (__eqsf2): Likewise.
37878         * soft-fp/eqtf2.c (__eqtf2): Likewise.
37879         * soft-fp/fixdfdi.c (__fixdfdi): Likewise.
37880         * soft-fp/fixdfsi.c (__fixdfsi): Likewise.
37881         * soft-fp/fixdfti.c (__fixdfti): Likewise.
37882         * soft-fp/fixsfdi.c (__fixsfdi): Likewise.
37883         * soft-fp/fixsfsi.c (__fixsfsi): Likewise.
37884         * soft-fp/fixsfti.c (__fixsfti): Likewise.
37885         * soft-fp/fixtfdi.c (__fixtfdi): Likewise.
37886         * soft-fp/fixtfsi.c (__fixtfsi): Likewise.
37887         * soft-fp/fixtfti.c (__fixtfti): Likewise.
37888         * soft-fp/fixunsdfdi.c (__fixunsdfdi): Likewise.
37889         * soft-fp/fixunsdfsi.c (__fixunsdfsi): Likewise.
37890         * soft-fp/fixunsdfti.c (__fixunsdfti): Likewise.
37891         * soft-fp/fixunssfdi.c (__fixunssfdi): Likewise.
37892         * soft-fp/fixunssfsi.c (__fixunssfsi): Likewise.
37893         * soft-fp/fixunssfti.c (__fixunssfti): Likewise.
37894         * soft-fp/fixunstfdi.c (__fixunstfdi): Likewise.
37895         * soft-fp/fixunstfsi.c (__fixunstfsi): Likewise.
37896         * soft-fp/fixunstfti.c (__fixunstfti): Likewise.
37897         * soft-fp/floatdidf.c (__floatdidf): Use FP_INIT_ROUNDMODE.
37898         * soft-fp/floatdisf.c (__floatdisf): Likewise.
37899         * soft-fp/floatsisf.c (__floatsisf): Likewise.
37900         * soft-fp/floattidf.c (__floattidf): Likewise.
37901         * soft-fp/floattisf.c (__floattisf): Likewise.
37902         * soft-fp/floattitf.c (__floattitf): Likewise.
37903         * soft-fp/floatundidf.c (__floatundidf): Likewise.
37904         * soft-fp/floatundisf.c (__floatundisf): Likewise.
37905         * soft-fp/floatunsisf.c (__floatunsisf): Likewise.
37906         * soft-fp/floatuntidf.c (__floatuntidf): Likewise.
37907         * soft-fp/floatuntisf.c (__floatuntisf): Likewise.
37908         * soft-fp/floatuntitf.c (__floatuntitf): Likewise.
37909         * soft-fp/gedf2.c (__gedf2): Use FP_INIT_EXCEPTIONS.
37910         * soft-fp/gesf2.c (__gesf2): Likewise.
37911         * soft-fp/getf2.c (__getf2): Likewise.
37912         * soft-fp/ledf2.c (__ledf2): Likewise.
37913         * soft-fp/lesf2.c (__lesf2): Likewise.
37914         * soft-fp/letf2.c (__letf2): Likewise.
37916         * soft-fp/soft-fp.h [FP_NO_EXCEPTIONS] (FP_SET_EXCEPTION):
37917         Undefine and redefine.
37918         [FP_NO_EXCEPTIONS] (FP_CUR_EXCEPTIONS): Likewise.
37919         [FP_NO_EXCEPTIONS] (FP_TRAPPING_EXCEPTIONS): Likewise.
37920         [FP_NO_EXCEPTIONS] (FP_ROUNDMODE): Likewise.
37921         * soft-fp/floatditf.c (FP_NO_EXCEPTIONS): Define macro.
37922         (__floatditf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
37923         * soft-fp/floatsidf.c (FP_NO_EXCEPTIONS): Define macro.
37924         (__floatsidf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
37925         * soft-fp/floatsitf.c (FP_NO_EXCEPTIONS): Define macro.
37926         (__floatsitf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
37927         * soft-fp/floatunditf.c (FP_NO_EXCEPTIONS): Define macro.
37928         (__floatunditf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
37929         * soft-fp/floatunsidf.c (FP_NO_EXCEPTIONS): Define macro.
37930         (__floatunsidf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
37931         * soft-fp/floatunsitf.c (FP_NO_EXCEPTIONS): Define macro.
37932         (__floatunsitf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
37934         [BZ #16032]
37935         * soft-fp/op-2.h (_FP_DIV_MEAT_2_udiv): Shift numerator right
37936         without decrementing exponent if mantissa >= that for the
37937         denominator, not >.
37938         (_FP_DIV_MEAT_2_gmp): Test numerator mantissa >= that for the
37939         denominator, not >.  Decrement exponent in < case instead of
37940         incrementing in >= case.
37941         * soft-fp/op-4.h (_FP_DIV_MEAT_4_udiv): Shift numerator right
37942         without decrementing exponent if mantissa >= that for the
37943         denominator, not >.
37945         * soft-fp/op-common.h (_FP_TO_INT): Reverse test of sign for
37946         computing saturated result for unsigned overflow.
37948 2013-10-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
37949             Jeff Law  <law@redhat.com>
37951         * sysdeps/ieee754/dbl-64/e_atan2.c: Include stap-probe.h.
37952         (atan2Mp): Add systemtap probe marker.
37953         * sysdeps/ieee754/dbl-64/e_log.c: include stap-probe.h.
37954         (__ieee754_log): Add systemtap probe marker.
37955         * sysdeps/ieee754/dbl-64/s_atan.c: Include stap-probe.h.
37956         (atanMp): Add systemtap probe marker.
37957         * sysdeps/ieee754/dbl-64/s_tan.c: Include stap-probe.h.
37958         (tanMp): Add systemtap probe marker.
37959         * sysdeps/ieee754/dbl-64/slowexp.c: Include stap-probe.h.
37960         (__slowexp): Add systemtap probe marker.
37961         * sysdeps/ieee754/dbl-64/slowpow.c: Include stap-probe.h.
37962         (__slowpow): Add systemtap probe marker.
37963         * manual/probes.texi: Document probes.
37965 2013-10-11  Eric Biggers  <ebiggers3@gmail.com>
37967         [BZ #15362]
37968         * libio/fileops.c (_IO_new_file_write): Return count of bytes
37969         written.
37970         (_IO_new_file_xsputn): Don't return EOF if nothing has been
37971         written.
37972         * libio/iofwrite.c (_IO_fwrite): Return count if bytes were
37973         written to buffer but not flushed.
37974         * libio/iofwrite_u.c:  Likewise.
37975         * libio/iopadn.c:  Return bytes returned even if EOF was
37976         encountered.
37977         * libio/iowpadn.c:  Likewise.
37978         * stdio-common/vfprintf.c [COMPILE_WPRINTF] (PAD): Return error
37979         if _IO_padn does not write the whole buffer.
37980         [!COMPILE_WPRINTF] (PAD): Likewise.
37982 2013-10-10  David S. Miller  <davem@davemloft.net>
37984         * sysdeps/posix/dirstream.h (struct __dirstream): Fix alignment of
37985         directory block.
37987 2013-10-10  Joseph Myers  <joseph@codesourcery.com>
37989         * soft-fp/extendxftf2.c: Use copyright year range.  Use URL
37990         instead of FSF address.
37991         * soft-fp/fixdfti.c: Likewise.
37992         * soft-fp/fixsfti.c: Likewise.
37993         * soft-fp/fixtfti.c: Likewise.
37994         * soft-fp/fixunsdfti.c: Likewise.
37995         * soft-fp/fixunssfti.c: Likewise.
37996         * soft-fp/fixunstfti.c: Likewise.
37997         * soft-fp/floattidf.c: Likewise.
37998         * soft-fp/floattisf.c: Likewise.
37999         * soft-fp/floattitf.c: Likewise.
38000         * soft-fp/floatuntidf.c: Likewise.
38001         * soft-fp/floatuntisf.c: Likewise.
38002         * soft-fp/floatuntitf.c: Likewise.
38003         * soft-fp/trunctfxf2.c: Likewise.
38005         * soft-fp/extendxftf2.c: New file.  Copied from libgcc.
38006         * soft-fp/fixdfti.c: Likewise.
38007         * soft-fp/fixsfti.c: Likewise.
38008         * soft-fp/fixtfti.c: Likewise.
38009         * soft-fp/fixunsdfti.c: Likewise.
38010         * soft-fp/fixunssfti.c: Likewise.
38011         * soft-fp/fixunstfti.c: Likewise.
38012         * soft-fp/floattidf.c: Likewise.
38013         * soft-fp/floattisf.c: Likewise.
38014         * soft-fp/floattitf.c: Likewise.
38015         * soft-fp/floatuntidf.c: Likewise.
38016         * soft-fp/floatuntisf.c: Likewise.
38017         * soft-fp/floatuntitf.c: Likewise.
38018         * soft-fp/trunctfxf2.c: Likewise.
38020 2013-10-10  David S. Miller  <davem@davemloft.net>
38022         * sysdeps/sparc/fpu/libm-test-ulps: Update.
38024 2013-10-10  Joseph Myers  <joseph@codsourcery.com>
38026         * sysdeps/powerpc/nofpu/Makefile [$(subdir) = math]
38027         (CFLAGS-e_hypotl.c): Add -fno-builtin-fabsl.
38028         [$(subdir) = math] (CFLAGS-w_acosl.c): Likewise.
38029         [$(subdir) = math] (CFLAGS-w_asinl.c): Likewise.
38030         [$(subdir) = math] (CFLAGS-w_atanhl.c): Likewise.
38031         [$(subdir) = math] (CFLAGS-w_j0l.c): Likewise.
38032         [$(subdir) = math] (CFLAGS-w_j1l.c): Likewise.
38034         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c (__ieee754_acosl): Check
38035         for NaNs before doing comparisons on argument.
38036         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c (__ieee754_asinl):
38037         Likewise.
38039 2013-10-10  Will Newton  <will.newton@linaro.org>
38041         * malloc/hooks.c (memalign_check): Ensure the value of bytes
38042         passed to _int_memalign does not overflow.
38044 2013-10-10  Torvald Riegel  <triegel@redhat.com>
38046         * scripts/bench.pl: Add include-sources directive.
38047         * benchtests/README: Update documentation.
38049 2013-10-10  Joseph Myers  <joseph@codesourcery.com>
38051         * soft-fp/soft-fp.h (FP_INIT_EXCEPTIONS): New macro.
38052         * soft-fp/extenddftf2.c (__extenddftf2): Use FP_INIT_EXCEPTIONS
38053         instead of FP_INIT_ROUNDMODE.
38054         * soft-fp/extendsfdf2.c (__extendsfdf2): Likewise.
38055         * soft-fp/extendsftf2.c (__extendsftf2): Likewise.
38057         [BZ #16034]
38058         * soft-fp/op-common.h (_FP_NEG): Document input as raw.  Do not
38059         copy class of input value.
38060         * soft-fp/negdf2.c (__negdf2): Use raw unpacking and packing.  Do
38061         not handle exceptions.
38062         * soft-fp/negsf2.c (__negsf2): Likewise.
38063         * soft-fp/negtf2.c (__negtf2): Likewise.
38064         * sysdeps/sparc/sparc32/soft-fp/q_neg.c (_Q_neg): Likewise.
38066 2013-10-09  Joseph Myers  <joseph@codesourcery.com>
38068         * soft-fp/op-4.h (_FP_FRAC_DISASSEMBLE_4): Remove trailing
38069         semicolon.  From Linux kernel.
38071 2013-10-09  Adam Buchbinder  <adam.buchbinder@gmail.com>
38073         * soft-fp/op-common.h (_FP_UNPACK_CANONICAL): Fix typo in comment.
38075 2013-10-08  Yogesh Chaudhari  <mr.yogesh@gmail.com>
38077         [BZ #156]
38078         * manual/socket.texi: Added statement about buffer
38079         for gethostbyname2_r.
38081 2013-10-08  Ondřej Bílka  <neleai@seznam.cz>
38083         * sysdeps/x86_64/memset.S (ALIGN): Macro removed.
38084         Use .p2align directive instead, throughout.
38085         * sysdeps/x86_64/multiarch/memcmp-sse4.S: Likewise.
38086         * sysdeps/x86_64/multiarch/memcmp-ssse3.S: Likewise.
38087         * sysdeps/x86_64/multiarch/memcpy-sse2-unaligned.S: Likewise.
38088         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Likewise.
38089         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Likewise.
38090         * sysdeps/x86_64/multiarch/strcmp-sse2-unaligned.S: Likewise.
38091         * sysdeps/x86_64/strchr.S: Likewise.
38092         * sysdeps/x86_64/strrchr.S: Likewise.
38094 2013-10-08  Siddhesh Poyarekar  <siddhesh@redhat.com>
38096         * sysdeps/ieee754/dbl-64/e_pow.c: Fix code formatting.
38098         * sysdeps/ieee754/dbl-64/e_exp.c: Fix code formatting.
38100         * sysdeps/generic/math_private.h (__mpsin1): Remove
38101         declaration.
38102         (__mpcos1): Likewise.
38103         (__mpsin): New argument __range_reduce.
38104         (__mpcos): Likewise.
38105         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
38106         (slow): Use __mpsin and __mpcos.
38107         (slow1): Likewise.
38108         (slow2): Likewise.
38109         (sloww): Likewise.
38110         (sloww1): Likewise.
38111         (sloww2): Likewise.
38112         (bsloww): Likewise.
38113         (bsloww1): Likewise.
38114         (bsloww2): Likewise.
38115         (cslow2): Likewise.
38116         (csloww): Likewise.
38117         (csloww1): Likewise.
38118         (csloww2): Likewise.
38119         * sysdeps/ieee754/dbl-64/sincos32.c (__mpsin): Add argument
38120         range_reduce.  Merge in __mpsin1.
38121         (__mpcos): Likewise.
38122         (__mpsin1): Remove.
38123         (__mpcos1): Likewise.
38125 2013-10-07  Joseph Myers  <joseph@codesourcery.com>
38127         * locale/loadlocale.c (_nl_intern_locale_data): Use
38128         LOCFILE_ALIGNED_P.
38129         * locale/programs/3level.h (CONCAT(add_locale_,TABLE)): Use
38130         LOCFILE_ALIGN_UP and LOCFILE_ALIGN.
38131         * locale/programs/ld-collate.c (obstack_int32_grow): Assert that
38132         obstack data is appropriately aligned.
38133         (obstack_int32_grow_fast): Likewise.
38134         * locale/programs/ld-ctype.c (ctype_output): Use LOCFILE_ALIGN.
38135         * locale/programs/locfile.c (add_locale_uint32): Likewise.
38136         (add_locale_uint32_array): Likewise.
38138 2013-10-07  Siddhesh Poyarekar  <siddhesh@redhat.com>
38140         * benchtests/Makefile: Remove ARGLIST and RET variables.
38141         ($(objpfx)bench-%.c): Pass only function name to the script.
38142         * benchtests/README: Update documentation.
38143         * benchtests/acos-inputs: Add new directives.
38144         * benchtests/acosh-inputs: Likewise.
38145         * benchtests/asin-inputs: Likewise.
38146         * benchtests/asinh-inputs: Likewise.
38147         * benchtests/atan-inputs: Likewise.
38148         * benchtests/atanh-inputs: Likewise.
38149         * benchtests/cos-inputs: Likewise.
38150         * benchtests/cosh-inputs: Likewise.
38151         * benchtests/exp-inputs: Likewise.
38152         * benchtests/log-inputs: Likewise.
38153         * benchtests/pow-inputs: Likewise.
38154         * benchtests/rint-inputs: Likewise.
38155         * benchtests/sin-inputs: Likewise.
38156         * benchtests/sinh-inputs: Likewise.
38157         * benchtests/tan-inputs: Likewise.
38158         * benchtests/tanh-inputs: Likewise.
38159         * scripts/bench.pl: Add support for new directives.
38161 2013-10-07  Alan Modra  <amodra@gmail.com>
38163         * README: Fix careless merge.
38165 2013-10-05  Alan Modra  <amodra@gmail.com>
38167         * NEWS: Mention powerpc64le support and bugs fixed.
38168         * README: Both big-endian and little-endian powerpc64 supported.
38170 2013-10-04  Samuel Thibault  <samuel.thibault@ens-lyon.org>
38172         * sysdeps/mach/hurd/fork.c (_hurd_atfork_prepare_hook)
38173         (_hurd_atfork_child_hook, _hurd_atfork_parent_hook): New hooks.
38174         (__fork): Call _hurd_atfork_prepare_hook hooks before all locking, call
38175         _hurd_atfork_parent_hook or _hurd_atfork_child_hook after all unlocking.
38177 2013-10-04  Ryan S. Arnold  <ryan.arnold@linaro.org>
38179         * misc/swapon.c (swapon): Update definition, adding FLAGS parameter to
38180         match prototype.
38182 2013-10-04  Joseph Myers  <joseph@codesourcery.com>
38184         * sysdeps/powerpc/powerpc32/Makefile [$(with-fp) = yes] (+cflags):
38185         Move -mhard-float appending from
38186         ports/sysdeps/powerpc/powerpc32/Makefile.
38187         [$(with-fp) = yes] (ASFLAGS): Likewise.
38188         [$(with-fp) = yes] (sysdep-LDFLAGS): Likewise.
38189         * sysdeps/powerpc/nofpu: Move directory from
38190         ports/sysdeps/powerpc/nofpu.
38191         * sysdeps/powerpc/soft-fp: Move directory from
38192         ports/sysdeps/powerpc/soft-fp.
38193         * sysdeps/powerpc/powerpc32/405: Move directory from
38194         ports/sysdeps/powerpc/powerpc32/405.
38195         * sysdeps/powerpc/powerpc32/440: Move directory from
38196         ports/sysdeps/powerpc/powerpc32/440.
38197         * sysdeps/powerpc/powerpc32/464: Move directory from
38198         ports/sysdeps/powerpc/powerpc32/464.
38199         * sysdeps/powerpc/powerpc32/476: Move directory from
38200         ports/sysdeps/powerpc/powerpc32/476.
38201         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu: Move directory
38202         from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu.
38203         * sysdeps/unix/sysv/linux/powerpc/powerpc32/405: Move directory
38204         from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/405.
38205         * sysdeps/unix/sysv/linux/powerpc/powerpc32/440: Move directory
38206         from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/440.
38207         * sysdeps/unix/sysv/linux/powerpc/powerpc32/464: Move directory
38208         from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/464.
38209         * sysdeps/unix/sysv/linux/powerpc/powerpc32/476: Move directory
38210         from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/476.
38211         * README: Update for powerpc-*-linux-gnu software floating point
38212         support in libc.
38214         * sysdeps/unix/sysv/linux/configure.in (powerpc/powerpc32): Change
38215         case to powerpc/powerpc32*.
38216         * sysdeps/unix/sysv/linux/configure: Regenerated.
38218         * sysdeps/powerpc/fpu_control.h [__NO_FPRS__ && !_SOFT_FLOAT]
38219         (_FPU_MASK_OM): Define as 0x04.
38220         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_UM): Define as 0x08.
38221         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RESERVED): Define as
38222         0x00c10080.
38223         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_DEFAULT): Define as
38224         0x0000003c.
38225         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_IEEE): Define as _FPU_DEFAULT.
38227         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext-common.S
38228         (__CONTEXT_FUNC_NAME) [__CONTEXT_ENABLE_E500]: Use
38229         getcontext_e500.
38230         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext-common.S
38231         (__CONTEXT_FUNC_NAME) [__CONTEXT_ENABLE_E500]: Use
38232         setcontext_e500.
38233         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S
38234         (__CONTEXT_FUNC_NAME) [__CONTEXT_ENABLE_E500]: Use getcontext_e500
38235         and setcontext_e500.
38237 2013-10-04  Chris Leonard  <cjl@sugarlabs,.org>
38239         * locale/iso-3166.def: Update iso-1366.def and related occurrences
38241 2013-10-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
38243         * manual/threads.texi (Default Thread Attributes): Fix typo.
38245 2013-10-04  Will Newton  <will.newton@linaro.org>
38247         * malloc/Makefile: Add tst-memalign.
38248         * malloc/tst-memalign.c: New file.
38250         * malloc/tst-posix_memalign.c: Add comments.
38251         (do_test): Add comments and call free on all potentially
38252         allocated pointers. Add space after cast.
38254         * malloc/tst-pvalloc.c: Add comments.
38255         (do_test): Add comments and call free on all potentially
38256         allocated pointers. Remove duplicate check for NULL pointer.
38257         Add space after cast.
38259         * malloc/tst-valloc.c: Add comments.
38260         (do_test): Add comments and call free on all potentially
38261         allocated pointers. Remove duplicate check for NULL pointer.
38262         Add space after cast.
38264 2013-10-04  Alan Modra  <amodra@gmail.com>
38266         * sysdeps/powerpc/powerpc32/dl-machine.c (__process_machine_rela):
38267         Use stdint types in rather than __attribute__((mode())).
38268         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela): Likewise.
38270 2013-10-04  Alan Modra  <amodra@gmail.com>
38272         * sysdeps/powerpc/powerpc32/dl-machine.c (__process_machine_rela):
38273         Correct handling of unaligned relocs for little-endian.
38274         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela): Likewise.
38276 2013-10-04  Alan Modra  <amodra@gmail.com>
38278         * configure.in: Map powerpc64le and powerpcle to base_machine/machine.
38279         * configure: Regenerate.
38280         * nptl/shlib-versions: Powerpc*le starts at 2.18.
38281         * shlib-versions: Likewise.
38283 2013-10-04  Alan Modra  <amodra@gmail.com>
38285         * string/tester.c (test_memrchr): Increment reported test cycle.
38287 2013-10-04  Alan Modra  <amodra@gmail.com>
38289         * string/test-memcpy.c (do_one_test): When reporting errors, print
38290         string address and don't overrun end of string.
38292 2013-10-04  Alan Modra  <amodra@gmail.com>
38294         * sysdeps/powerpc/powerpc64/power7/memchr.S: Replace rlwimi with
38295         insrdi.  Make better use of reg selection to speed exit slightly.
38296         Schedule entry path a little better.  Remove useless "are we done"
38297         checks on entry to main loop.  Handle wrapping around zero address.
38298         Correct main loop count.  Handle single left-over word from main
38299         loop inline rather than by using loop_small.  Remove extra word
38300         case in loop_small caused by wrong loop count.  Add little-endian
38301         support.
38302         * sysdeps/powerpc/powerpc32/power7/memchr.S: Likewise.
38303         * sysdeps/powerpc/powerpc64/power7/memrchr.S: Likewise.  Use proper
38304         cache hint.
38305         * sysdeps/powerpc/powerpc32/power7/memrchr.S: Likewise.
38306         * sysdeps/powerpc/powerpc64/power7/rawmemchr.S: Add little-endian
38307         support.  Avoid rlwimi.
38308         * sysdeps/powerpc/powerpc32/power7/rawmemchr.S: Likewise.
38310 2013-10-04  Alan Modra  <amodra@gmail.com>
38312         * sysdeps/powerpc/powerpc64/memset.S: Replace rlwimi with
38313         insrdi.  Formatting.
38314         * sysdeps/powerpc/powerpc64/power4/memset.S: Likewise.
38315         * sysdeps/powerpc/powerpc64/power6/memset.S: Likewise.
38316         * sysdeps/powerpc/powerpc64/power7/memset.S: Likewise.
38317         * sysdeps/powerpc/powerpc32/power4/memset.S: Likewise.
38318         * sysdeps/powerpc/powerpc32/power6/memset.S: Likewise.
38319         * sysdeps/powerpc/powerpc32/power7/memset.S: Likewise.
38321 2013-10-04  Alan Modra  <amodra@gmail.com>
38323         * sysdeps/powerpc/powerpc32/power4/memcpy.S: Add little endian support.
38324         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
38325         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Likewise.
38326         * sysdeps/powerpc/powerpc32/power7/mempcpy.S: Likewise.
38327         * sysdeps/powerpc/powerpc64/memcpy.S: Likewise.
38328         * sysdeps/powerpc/powerpc64/power4/memcpy.S: Likewise.
38329         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Likewise.
38330         * sysdeps/powerpc/powerpc64/power7/memcpy.S: Likewise.
38331         * sysdeps/powerpc/powerpc64/power7/mempcpy.S: Likewise.  Make better
38332         use of regs.  Use power7 mtocrf.  Tidy function tails.
38334 2013-10-04  Alan Modra  <amodra@gmail.com>
38336         * sysdeps/powerpc/powerpc64/power7/memcmp.S: Add little-endian support.
38337         Formatting.  Consistently use rXXX register defines or rN defines.
38338         Use early exit labels that avoid restoring unused non-volatile regs.
38339         Make cr field use more consistent with rWORDn compares.  Rename
38340         regs used as shift registers for unaligned loop, using rN defines
38341         for short lifetime/multiple use regs.
38342         * sysdeps/powerpc/powerpc64/power4/memcmp.S: Likewise.
38343         * sysdeps/powerpc/powerpc32/power7/memcmp.S: Likewise.  Exit with
38344         addi 1,1,64 to pop stack frame.  Simplify return value code.
38345         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Likewise.
38347 2013-10-04  Alan Modra  <amodra@gmail.com>
38349         * sysdeps/powerpc/powerpc64/power7/strchr.S (strchr): Add little-endian
38350         support.  Correct typos, formatting.  Optimize tail.  Use insrdi
38351         rather than rlwimi.
38352         * sysdeps/powerpc/powerpc32/power7/strchr.S: Likewise.
38353         * sysdeps/powerpc/powerpc64/power7/strchrnul.S (__strchrnul): Add
38354         little-endian support.  Correct typos.
38355         * sysdeps/powerpc/powerpc32/power7/strchrnul.S: Likewise.  Use insrdi
38356         rather than rlwimi.
38357         * sysdeps/powerpc/powerpc64/strchr.S (rTMP4, rTMP5): Define.  Use
38358         in loop and entry code to keep "and." results.
38359         (strchr): Add little-endian support.  Comment.  Move cntlzd
38360         earlier in tail.
38361         * sysdeps/powerpc/powerpc32/strchr.S: Likewise.
38363 2013-10-04  Alan Modra  <amodra@gmail.com>
38365         * sysdeps/powerpc/powerpc64/strcpy.S: Add little-endian support:
38366         * sysdeps/powerpc/powerpc32/strcpy.S: Likewise.
38367         * sysdeps/powerpc/powerpc64/stpcpy.S: Likewise.
38368         * sysdeps/powerpc/powerpc32/stpcpy.S: Likewise.
38370 2013-10-04  Alan Modra  <amodra@gmail.com>
38372         * sysdeps/powerpc/powerpc64/strcmp.S (rTMP2): Define as r0.
38373         (rTMP): Define as r11.
38374         (strcmp): Add little-endian support.  Optimise tail.
38375         * sysdeps/powerpc/powerpc32/strcmp.S: Similarly.
38376         * sysdeps/powerpc/powerpc64/strncmp.S: Likewise.
38377         * sysdeps/powerpc/powerpc32/strncmp.S: Likewise.
38378         * sysdeps/powerpc/powerpc64/power4/strncmp.S: Likewise.
38379         * sysdeps/powerpc/powerpc32/power4/strncmp.S: Likewise.
38380         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
38381         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Likewise.
38383 2013-10-04  Alan Modra  <amodra@gmail.com>
38385         * sysdeps/powerpc/powerpc64/power7/strnlen.S (strnlen): Add
38386         little-endian support.  Remove unnecessary "are we done" tests.
38387         Handle "s" wrapping around zero and extremely large "size".
38388         Correct main loop count.  Handle single left-over word from main
38389         loop inline rather than by using small_loop.  Correct comments.
38390         Delete "zero" tail, use "end_max" instead.
38391         * sysdeps/powerpc/powerpc32/power7/strnlen.S: Likewise.
38393 2013-10-04  Alan Modra  <amodra@gmail.com>
38395         * sysdeps/powerpc/powerpc64/power7/strlen.S (strlen): Add little-endian
38396         support.  Don't branch over align.
38397         * sysdeps/powerpc/powerpc32/power7/strlen.S: Likewise.
38398         * sysdeps/powerpc/powerpc64/strlen.S (strlen): Add little-endian
38399         support.  Rearrange tmp reg use to suit.  Comment.
38400         * sysdeps/powerpc/powerpc32/strlen.S: Likewise.
38402 2013-10-04  Alan Modra  <amodra@gmail.com>
38404         * sysdeps/unix/sysv/linux/powerpc/bits/sigstack.h: New file.
38406 2013-10-04  Alan Modra  <amodra@gmail.com>
38408         * sysdeps/unix/sysv/linux/powerpc/powerpc32/makecontext.S: Use
38409         conditional form of branch and link when obtaining pc.
38410         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S: Likewise.
38412 2013-10-04  Alan Modra  <amodra@gmail.com>
38414         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext-common.S: Use
38415         HIWORD/LOWORD.
38416         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext-common.S: Ditto.
38417         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S: Ditto.
38419 2013-10-04  Alan Modra  <amodra@gmail.com>
38421         * sysdeps/powerpc/longjmp.c: Use proper symbol versioning macros.
38422         * sysdeps/powerpc/novmx-longjmp.c: Likewise.
38423         * sysdeps/powerpc/powerpc32/bsd-_setjmp.S: Likewise.
38424         * sysdeps/powerpc/powerpc32/bsd-setjmp.S: Likewise.
38425         * sysdeps/powerpc/powerpc32/fpu/__longjmp.S: Likewise.
38426         * sysdeps/powerpc/powerpc32/fpu/setjmp.S: Likewise.
38427         * sysdeps/powerpc/powerpc32/mcount.c: Likewise.
38428         * sysdeps/powerpc/powerpc32/setjmp.S: Likewise.
38429         * sysdeps/powerpc/powerpc64/setjmp.S: Likewise.
38430         * nptl/sysdeps/unix/sysv/linux/powerpc/pt-longjmp.c: Likewise.
38432 2013-10-04  Anton Blanchard <anton@au1.ibm.com>
38433             Alistair Popple <alistair@ozlabs.au.ibm.com>
38434             Alan Modra <amodra@gmail.com>
38436         [BZ #15723]
38437         * sysdeps/powerpc/jmpbuf-offsets.h: Comment fix.
38438         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S: Correct
38439         _dl_hwcap access for little-endian.
38440         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S: Likewise.  Don't
38441         destroy vmx regs when saving unaligned.
38442         * sysdeps/powerpc/powerpc64/__longjmp-common.S: Correct CR load.
38443         * sysdeps/powerpc/powerpc64/setjmp-common.S: Likewise CR save.  Don't
38444         destroy vmx regs when saving unaligned.
38446 2013-10-04  Alan Modra  <amodra@gmail.com>
38448         * sysdeps/powerpc/powerpc32/power4/hp-timing.h (HP_TIMING_NOW):
38449         Don't use a union to pack hi/low value.
38451 2013-10-04  Anton Blanchard <anton@au1.ibm.com>
38453         * sysdeps/powerpc/powerpc64/fpu/s_ceilf.S: Correct float constants
38454         for little-endian.
38455         * sysdeps/powerpc/powerpc64/fpu/s_floorf.S: Likewise.
38456         * sysdeps/powerpc/powerpc64/fpu/s_nearbyintf.S: Likewise.
38457         * sysdeps/powerpc/powerpc64/fpu/s_rintf.S: Likewise.
38458         * sysdeps/powerpc/powerpc64/fpu/s_roundf.S: Likewise.
38459         * sysdeps/powerpc/powerpc64/fpu/s_truncf.S: Likewise.
38461 2013-10-04  Alan Modra  <amodra@gmail.com>
38463         * sysdeps/powerpc/powerpc32/fpu/s_roundf.S: Increase alignment of
38464         constants to usual value for .cst8 section, and remove redundant
38465         high address load.
38466         * sysdeps/powerpc/powerpc32/power4/fpu/s_llround.S: Use float
38467         constant for 0x1p52.  Load little-endian words of double from
38468         correct stack offsets.
38470 2013-10-04  Alan Modra  <amodra@gmail.com>
38472         * sysdeps/powerpc/sysdep.h (LOWORD, HIWORD, HISHORT): Define.
38473         * sysdeps/powerpc/powerpc32/fpu/s_copysign.S: Load little-endian
38474         words of double from correct stack offsets.
38475         * sysdeps/powerpc/powerpc32/fpu/s_copysignl.S: Likewise.
38476         * sysdeps/powerpc/powerpc32/fpu/s_lrint.S: Likewise.
38477         * sysdeps/powerpc/powerpc32/fpu/s_lround.S: Likewise.
38478         * sysdeps/powerpc/powerpc32/power4/fpu/s_llrint.S: Likewise.
38479         * sysdeps/powerpc/powerpc32/power4/fpu/s_llrintf.S: Likewise.
38480         * sysdeps/powerpc/powerpc32/power5+/fpu/s_llround.S: Likewise.
38481         * sysdeps/powerpc/powerpc32/power5+/fpu/s_lround.S: Likewise.
38482         * sysdeps/powerpc/powerpc32/power5/fpu/s_isnan.S: Likewise.
38483         * sysdeps/powerpc/powerpc32/power6/fpu/s_isnan.S: Likewise.
38484         * sysdeps/powerpc/powerpc32/power6/fpu/s_llrint.S: Likewise.
38485         * sysdeps/powerpc/powerpc32/power6/fpu/s_llrintf.S: Likewise.
38486         * sysdeps/powerpc/powerpc32/power6/fpu/s_llround.S: Likewise.
38487         * sysdeps/powerpc/powerpc32/power7/fpu/s_finite.S: Likewise.
38488         * sysdeps/powerpc/powerpc32/power7/fpu/s_isinf.S: Likewise.
38489         * sysdeps/powerpc/powerpc32/power7/fpu/s_isnan.S: Likewise.
38490         * sysdeps/powerpc/powerpc64/power7/fpu/s_finite.S: Use HISHORT.
38491         * sysdeps/powerpc/powerpc64/power7/fpu/s_isinf.S: Likewise.
38493 2013-10-04  Alan Modra  <amodra@gmail.com>
38495         * sysdeps/powerpc/fpu_control.h (_FPU_GETCW): Rewrite using
38496         64-bit int/double union.
38497         (_FPU_SETCW): Likewise.
38498         * sysdeps/powerpc/fpu/tst-setcontext-fpscr.c (_GET_DI_FPSCR): Likewise.
38499         (_SET_DI_FPSCR, _GET_SI_FPSCR, _SET_SI_FPSCR): Likewise.
38501 2013-10-04  Alan Modra  <amodra@gmail.com>
38503         * sysdeps/powerpc/fpu/s_llround.c (__llround): Rewrite.
38504         * sysdeps/powerpc/fpu/s_llroundf.c (__llroundf): Rewrite.
38506 2013-10-04  Alan Modra  <amodra@gmail.com>
38508         * sysdeps/powerpc/fpu/s_float_bitwise.h (__float_and_test28): Don't
38509         use vector int constants.
38510         (__float_and_test24, __float_and8, __float_get_exp): Likewise.
38512 2013-10-04  Anton Blanchard <anton@au1.ibm.com>
38514         * sysdeps/powerpc/fpu/fenv_libc.h (fenv_union_t): Replace int
38515         array with long long.
38516         * sysdeps/powerpc/fpu/e_sqrt.c (__slow_ieee754_sqrt): Adjust.
38517         * sysdeps/powerpc/fpu/e_sqrtf.c (__slow_ieee754_sqrtf): Adjust.
38518         * sysdeps/powerpc/fpu/fclrexcpt.c (__feclearexcept): Adjust.
38519         * sysdeps/powerpc/fpu/fedisblxcpt.c (fedisableexcept): Adjust.
38520         * sysdeps/powerpc/fpu/feenablxcpt.c (feenableexcept): Adjust.
38521         * sysdeps/powerpc/fpu/fegetexcept.c (__fegetexcept): Adjust.
38522         * sysdeps/powerpc/fpu/feholdexcpt.c (feholdexcept): Adjust.
38523         * sysdeps/powerpc/fpu/fesetenv.c (__fesetenv): Adjust.
38524         * sysdeps/powerpc/fpu/feupdateenv.c (__feupdateenv): Adjust.
38525         * sysdeps/powerpc/fpu/fgetexcptflg.c (__fegetexceptflag): Adjust.
38526         * sysdeps/powerpc/fpu/fraiseexcpt.c (__feraiseexcept): Adjust.
38527         * sysdeps/powerpc/fpu/fsetexcptflg.c (__fesetexceptflag): Adjust.
38528         * sysdeps/powerpc/fpu/ftestexcept.c (fetestexcept): Adjust.
38530 2013-10-04  Anton Blanchard <anton@au1.ibm.com>
38532         * sysdeps/powerpc/bits/mathinline.h (__signbitf): Use builtin.
38533         (__signbit): Likewise.  Correct for little-endian.
38534         (__signbitl): Call __signbit.
38535         (lrint): Correct for little-endian.
38536         (lrintf): Call lrint.
38538 2013-10-04  Alan Modra  <amodra@gmail.com>
38540         * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c (mynumber): Replace
38541         union 32-bit int array member with 64-bit int array.
38542         (t515, tm256): Double rather than long double.
38543         (__ieee754_sqrtl): Rewrite using 64-bit arithmetic.
38545 2013-10-04  Alan Modra  <amodra@gmail.com>
38547         * sysdeps/ieee754/ldbl-128ibm/ieee754.h (union ieee854_long_double):
38548         Delete.
38549         (IEEE854_LONG_DOUBLE_BIAS): Delete.
38550         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h: Don't include ieee854
38551         version of math_ldbl.h.
38553 2013-10-04  Alan Modra  <amodra@gmail.com>
38555         [BZ #15734], [BZ #15735]
38556         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c (__ieee754_fmodl): Rewrite
38557         all uses of ieee875 long double macros and unions.  Simplify test
38558         for 0.0L.  Correct |x|<|y| and |x|=|y| test.  Use
38559         ldbl_extract_mantissa value for ix,iy exponents.  Properly
38560         normalize after ldbl_extract_mantissa, and don't add hidden bit
38561         already handled.  Don't treat low word of ieee854 mantissa like
38562         low word of IBM long double and mask off bit when testing for
38563         zero.
38564         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c (__ieee754_hypotl): Rewrite
38565         all uses of ieee875 long double macros and unions.  Simplify tests
38566         for 0.0L and inf.  Correct double adjustment of k.  Delete dead code
38567         adjusting ha,hb.  Simplify code setting kld.  Delete two600 and
38568         two1022, instead use their values.  Recognise that tests for large
38569         "a" and small "b" are mutually exclusive.  Rename vars.  Comment.
38570         * sysdeps/ieee754/ldbl-128ibm/e_remainderl.c (__ieee754_remainderl):
38571         Rewrite all uses of ieee875 long double macros and unions.  Simplify
38572         test for 0.0L and nan.  Correct negation.
38573         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c (__erfl): Rewrite all uses of
38574         ieee875 long double macros and unions.  Correct output for large
38575         magnitude x.  Correct absolute value calculation.
38576         (__erfcl): Likewise.
38577         * math/libm-test.inc: Add tests for errors discovered in IBM long
38578         double versions of fmodl, remainderl, erfl and erfcl.
38580 2013-10-04  Alan Modra  <amodra@gmail.com>
38582         * sysdeps/ieee754/ldbl-128ibm/e_atan2l.c (__ieee754_atan2l): Rewrite
38583         all uses of ieee854 long double macros and unions.  Simplify tests
38584         for long doubles that are fully specified by the high double.
38585         * sysdeps/ieee754/ldbl-128ibm/e_gammal_r.c (__ieee754_gammal_r):
38586         Likewise.
38587         * sysdeps/ieee754/ldbl-128ibm/e_ilogbl.c (__ieee754_ilogbl): Likewise.
38588         Remove dead code too.
38589         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c (__ieee754_jnl): Likewise.
38590         (__ieee754_ynl): Likewise.
38591         * sysdeps/ieee754/ldbl-128ibm/e_log10l.c (__ieee754_log10l): Likewise.
38592         * sysdeps/ieee754/ldbl-128ibm/e_logl.c (__ieee754_logl): Likewise.
38593         * sysdeps/ieee754/ldbl-128ibm/e_powl.c (__ieee754_powl): Likewise.
38594         Remove dead code too.
38595         * sysdeps/ieee754/ldbl-128ibm/k_tanl.c (__kernel_tanl): Likewise.
38596         * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c (__expm1l): Likewise.
38597         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c (__frexpl): Likewise.
38598         * sysdeps/ieee754/ldbl-128ibm/s_isinf_nsl.c (__isinf_nsl): Likewise.
38599         Simplify.
38600         * sysdeps/ieee754/ldbl-128ibm/s_isinfl.c (___isinfl): Likewise.
38601         Simplify.
38602         * sysdeps/ieee754/ldbl-128ibm/s_log1pl.c (__log1pl): Likewise.
38603         * sysdeps/ieee754/ldbl-128ibm/s_modfl.c (__modfl): Likewise.
38604         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c (__nextafterl): Likewise.
38605         Comment on variable precision.
38606         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c (__nexttoward): Likewise.
38607         * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c (__nexttowardf):
38608         Likewise.
38609         * sysdeps/ieee754/ldbl-128ibm/s_remquol.c (__remquol): Likewise.
38610         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c (__scalblnl): Likewise.
38611         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c (__scalbnl): Likewise.
38612         * sysdeps/ieee754/ldbl-128ibm/s_tanhl.c (__tanhl): Likewise.
38613         * sysdeps/powerpc/fpu/libm-test-ulps: Adjust tan_towardzero ulps.
38615 2013-10-04  Alan Modra  <amodra@gmail.com>
38617         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h (ldbl_high): Define.
38618         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c (__ieee754_acoshl): Rewrite
38619         all uses of ieee854 long double macros and unions.
38620         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c (__ieee754_acosl): Likewise.
38621         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c (__ieee754_asinl): Likewise.
38622         * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c (__ieee754_atanhl): Likewise.
38623         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c (__ieee754_coshl): Likewise.
38624         * sysdeps/ieee754/ldbl-128ibm/e_log2l.c (__ieee754_log2l): Likewise.
38625         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c (__ieee754_rem_pio2l):
38626         Likewise.
38627         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c (__ieee754_sinhl): Likewise.
38628         * sysdeps/ieee754/ldbl-128ibm/k_cosl.c (__kernel_cosl): Likewise.
38629         * sysdeps/ieee754/ldbl-128ibm/k_sincosl.c (__kernel_sincosl): Likewise.
38630         * sysdeps/ieee754/ldbl-128ibm/k_sinl.c (__kernel_sinl): Likewise.
38631         * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c (__asinhl): Likewise.
38632         * sysdeps/ieee754/ldbl-128ibm/s_atanl.c (__atanl): Likewise.
38633         Simplify sign and nan test too.
38634         * sysdeps/ieee754/ldbl-128ibm/s_cosl.c (__cosl): Likewise.
38635         * sysdeps/ieee754/ldbl-128ibm/s_fabsl.c (__fabsl): Likewise.
38636         * sysdeps/ieee754/ldbl-128ibm/s_finitel.c (___finitel): Likewise.
38637         * sysdeps/ieee754/ldbl-128ibm/s_fpclassifyl.c (___fpclassifyl):
38638         Likewise.
38639         * sysdeps/ieee754/ldbl-128ibm/s_isnanl.c (___isnanl): Likewise.
38640         * sysdeps/ieee754/ldbl-128ibm/s_issignalingl.c (__issignalingl):
38641         Likewise.
38642         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
38643         * sysdeps/ieee754/ldbl-128ibm/s_signbitl.c (___signbitl): Likewise.
38644         * sysdeps/ieee754/ldbl-128ibm/s_sincosl.c (__sincosl): Likewise.
38645         * sysdeps/ieee754/ldbl-128ibm/s_sinl.c (__sinl): Likewise.
38646         * sysdeps/ieee754/ldbl-128ibm/s_tanl.c (__tanl): Likewise.
38647         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbl.c (__logbl): Likewise.
38649 2013-10-04  Alan Modra  <amodra@gmail.com>
38651         * stdio-common/printf_size.c (__printf_size): Don't use
38652         union ieee854_long_double in fpnum union.
38653         * stdio-common/printf_fphex.c (__printf_fphex): Likewise.  Use
38654         signbit macro to retrieve sign from long double.
38655         * stdio-common/printf_fp.c (___printf_fp): Use signbit macro to
38656         retrieve sign from long double.
38657         * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c: Adjust for fpnum change.
38658         * sysdeps/ieee754/ldbl-128/printf_fphex.c: Likewise.
38659         * sysdeps/ieee754/ldbl-96/printf_fphex.c: Likewise.
38660         * sysdeps/x86_64/fpu/printf_fphex.c: Likewise.
38661         * math/test-misc.c (main): Don't use union ieee854_long_double.
38663 2013-10-04  Alan Modra  <amodra@gmail.com>
38665         [BZ #15680]
38666         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c: Comment fix.
38667         * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c
38668         (PRINT_FPHEX_LONG_DOUBLE): Tidy code by moving -53 into ediff
38669         calculation.  Remove unnecessary test for denormal exponent.
38670         * sysdeps/ieee754/ldbl-128ibm/ldbl2mpn.c (__mpn_extract_long_double):
38671         Correct handling of denormals.  Avoid undefined shift behaviour.
38672         Correct normalisation of low mantissa when low double is denormal.
38673         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h
38674         (ldbl_extract_mantissa): Likewise.  Comment.  Use uint64_t* for hi64.
38675         (ldbl_insert_mantissa): Make both hi64 and lo64 parms uint64_t.
38676         Correct normalisation of low mantissa.  Test for overflow of high
38677         mantissa and normalise.
38678         (ldbl_nearbyint): Use more readable constant for two52.
38679         * sysdeps/ieee754/ldbl-128ibm/mpn2ldbl.c
38680         (__mpn_construct_long_double): Fix test for overflow of high
38681         mantissa and correct normalisation.  Avoid undefined shift.
38683 2013-10-04  Alan Modra  <amodra@gmail.com>
38685         * sysdeps/ieee754/ldbl-128ibm/ieee754.h
38686         (union ibm_extended_long_double): Define as an array of ieee754_double.
38687         (IBM_EXTENDED_LONG_DOUBLE_BIAS): Delete.
38688         * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c: Update all references
38689         to ibm_extended_long_double and IBM_EXTENDED_LONG_DOUBLE_BIAS.
38690         * sysdeps/ieee754/ldbl-128ibm/e_exp10l.c: Likewise.
38691         * sysdeps/ieee754/ldbl-128ibm/e_expl.c: Likewise.
38692         * sysdeps/ieee754/ldbl-128ibm/ldbl2mpn.c: Likewise.
38693         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h: Likewise.
38694         * sysdeps/ieee754/ldbl-128ibm/mpn2ldbl.c: Likewise.
38695         * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c: Likewise.
38696         * sysdeps/ieee754/ldbl-128ibm/strtold_l.c: Likewise.
38697         * sysdeps/ieee754/ldbl-128ibm/x2y2m1l.c: Likewise.
38699 2013-10-03  Joseph Myers  <joseph@codesourcery.com>
38701         * locale/programs/locarchive.c (add_locale): Use constant 4096 for
38702         page size instead of calling getpagesize.
38704         * locale/localeinfo.h (LOCFILE_ALIGN): New macro.
38705         (LOCFILE_ALIGN_MASK): Likewise.
38706         (LOCFILE_ALIGN_UP): Likewise.
38707         (LOCFILE_ALIGNED_P): Likewise.
38708         * locale/programs/ld-collate.c (collate_output): Use the new
38709         macros instead of __alignof__ (int32_t).
38710         * locale/weight.h (findidx): Likewise.
38712 2013-10-03  Ondřej Bílka  <neleai@seznam.cz>
38714         [BZ #431]
38715         * manual/string.texi: Fix strncat and wcsncat.
38717 2013-10-03  Brooks Moses  <bmoses@google.com>
38719         [BZ #15915]
38720         * Makefile (linkobj/libc_pic.a, linkobj/libc.so): Move rules to...
38721         * Makerules: ...here, and adjust associated comments.
38723 2013-10-02  Will Newton  <will.newton@linaro.org>
38725         * malloc/Makefile: Add tst-pvalloc.
38726         * malloc/tst-pvalloc.c: New file.
38728 2013-10-02  Will Newton  <will.newton@linaro.org>
38730         * malloc/tst-valloc.c: Rewrite to use test-skeleton.c and
38731         improve test coverage.
38733 2013-10-02  Will Newton  <will.newton@linaro.org>
38735         * malloc/Makefile: Add tst-posix_memalign.
38736         * malloc/tst-posix_memalign.c: New file.
38738 2013-10-01  Eric Blake  <eblake@redhat.com>
38740         * posix/glob.c (next_brace_sub, prefix_array, collated_compare):
38741         Use __THROWNL rather than __THROW on static functions.
38743 2013-09-30  Petr Machata  <pmachata@redhat.com>
38745         * elf/elf.h (R_AARCH64_ABS16): New macro.
38746         (R_AARCH64_PREL64, R_AARCH64_PREL32): Likewise.
38747         (R_AARCH64_PREL16, R_AARCH64_MOVW_UABS_G0): Likewise.
38748         (R_AARCH64_MOVW_UABS_G0_NC, R_AARCH64_MOVW_UABS_G1): Likewise.
38749         (R_AARCH64_MOVW_UABS_G1_NC, R_AARCH64_MOVW_UABS_G2): Likewise.
38750         (R_AARCH64_MOVW_UABS_G2_NC, R_AARCH64_MOVW_UABS_G3): Likewise.
38751         (R_AARCH64_MOVW_SABS_G0, R_AARCH64_MOVW_SABS_G1): Likewise.
38752         (R_AARCH64_MOVW_SABS_G2, R_AARCH64_LD_PREL_LO19): Likewise.
38753         (R_AARCH64_ADR_PREL_LO21, R_AARCH64_ADR_PREL_PG_HI21): Likewise.
38754         (R_AARCH64_ADR_PREL_PG_HI21_NC, R_AARCH64_ADD_ABS_LO12_NC): Likewise.
38755         (R_AARCH64_LDST8_ABS_LO12_NC, R_AARCH64_LDST16_ABS_LO12_NC): Likewise.
38756         (R_AARCH64_LDST32_ABS_LO12_NC, R_AARCH64_LDST64_ABS_LO12_NC): Likewise.
38757         (R_AARCH64_LDST128_ABS_LO12_NC, R_AARCH64_TSTBR14): Likewise.
38758         (R_AARCH64_CONDBR19, R_AARCH64_JUMP26, R_AARCH64_CALL26): Likewise.
38759         (R_AARCH64_MOVW_PREL_G0, R_AARCH64_MOVW_PREL_G0_NC): Likewise.
38760         (R_AARCH64_MOVW_PREL_G1, R_AARCH64_MOVW_PREL_G1_NC): Likewise.
38761         (R_AARCH64_MOVW_PREL_G2, R_AARCH64_MOVW_PREL_G2_NC): Likewise.
38762         (R_AARCH64_MOVW_PREL_G3, R_AARCH64_MOVW_GOTOFF_G0): Likewise.
38763         (R_AARCH64_MOVW_GOTOFF_G0_NC, R_AARCH64_MOVW_GOTOFF_G1): Likewise.
38764         (R_AARCH64_MOVW_GOTOFF_G1_NC, R_AARCH64_MOVW_GOTOFF_G2): Likewise.
38765         (R_AARCH64_MOVW_GOTOFF_G2_NC, R_AARCH64_MOVW_GOTOFF_G3): Likewise.
38766         (R_AARCH64_GOTREL64, R_AARCH64_GOTREL32): Likewise.
38767         (R_AARCH64_GOT_LD_PREL19, R_AARCH64_LD64_GOTOFF_LO15): Likewise.
38768         (R_AARCH64_ADR_GOT_PAGE, R_AARCH64_LD64_GOT_LO12_NC): Likewise.
38769         (R_AARCH64_LD64_GOTPAGE_LO15, R_AARCH64_TLSGD_ADR_PREL21): Likewise.
38770         (R_AARCH64_TLSGD_ADR_PAGE21, R_AARCH64_TLSGD_ADD_LO12_NC): Likewise.
38771         (R_AARCH64_TLSGD_MOVW_G1, R_AARCH64_TLSGD_MOVW_G0_NC): Likewise.
38772         (R_AARCH64_TLSLD_ADR_PREL21, R_AARCH64_TLSLD_ADR_PAGE21): Likewise.
38773         (R_AARCH64_TLSLD_ADD_LO12_NC, R_AARCH64_TLSLD_MOVW_G1): Likewise.
38774         (R_AARCH64_TLSLD_MOVW_G0_NC, R_AARCH64_TLSLD_LD_PREL19): Likewise.
38775         (R_AARCH64_TLSLD_MOVW_DTPREL_G2): Likewise.
38776         (R_AARCH64_TLSLD_MOVW_DTPREL_G1): Likewise.
38777         (R_AARCH64_TLSLD_MOVW_DTPREL_G1_NC): Likewise.
38778         (R_AARCH64_TLSLD_MOVW_DTPREL_G0): Likewise.
38779         (R_AARCH64_TLSLD_MOVW_DTPREL_G0_NC): Likewise.
38780         (R_AARCH64_TLSLD_ADD_DTPREL_HI12): Likewise.
38781         (R_AARCH64_TLSLD_ADD_DTPREL_LO12): Likewise.
38782         (R_AARCH64_TLSLD_ADD_DTPREL_LO12_NC): Likewise.
38783         (R_AARCH64_TLSLD_LDST8_DTPREL_LO12): Likewise.
38784         (R_AARCH64_TLSLD_LDST8_DTPREL_LO12_NC): Likewise.
38785         (R_AARCH64_TLSLD_LDST16_DTPREL_LO12): Likewise.
38786         (R_AARCH64_TLSLD_LDST16_DTPREL_LO12_NC): Likewise.
38787         (R_AARCH64_TLSLD_LDST32_DTPREL_LO12): Likewise.
38788         (R_AARCH64_TLSLD_LDST32_DTPREL_LO12_NC): Likewise.
38789         (R_AARCH64_TLSLD_LDST64_DTPREL_LO12): Likewise.
38790         (R_AARCH64_TLSLD_LDST64_DTPREL_LO12_NC): Likewise.
38791         (R_AARCH64_TLSLD_LDST128_DTPREL_LO12): Likewise.
38792         (R_AARCH64_TLSLD_LDST128_DTPREL_LO12_NC): Likewise.
38793         (R_AARCH64_TLSIE_MOVW_GOTTPREL_G1): Likewise.
38794         (R_AARCH64_TLSIE_MOVW_GOTTPREL_G0_NC): Likewise.
38795         (R_AARCH64_TLSIE_ADR_GOTTPREL_PAGE21): Likewise.
38796         (R_AARCH64_TLSIE_LD64_GOTTPREL_LO12_NC): Likewise.
38797         (R_AARCH64_TLSIE_LD_GOTTPREL_PREL19): Likewise.
38798         (R_AARCH64_TLSLE_MOVW_TPREL_G2): Likewise.
38799         (R_AARCH64_TLSLE_MOVW_TPREL_G1): Likewise.
38800         (R_AARCH64_TLSLE_MOVW_TPREL_G1_NC): Likewise.
38801         (R_AARCH64_TLSLE_MOVW_TPREL_G0): Likewise.
38802         (R_AARCH64_TLSLE_MOVW_TPREL_G0_NC): Likewise.
38803         (R_AARCH64_TLSLE_ADD_TPREL_HI12): Likewise.
38804         (R_AARCH64_TLSLE_ADD_TPREL_LO12): Likewise.
38805         (R_AARCH64_TLSLE_ADD_TPREL_LO12_NC): Likewise.
38806         (R_AARCH64_TLSLE_LDST8_TPREL_LO12): Likewise.
38807         (R_AARCH64_TLSLE_LDST8_TPREL_LO12_NC): Likewise.
38808         (R_AARCH64_TLSLE_LDST16_TPREL_LO12): Likewise.
38809         (R_AARCH64_TLSLE_LDST16_TPREL_LO12_NC): Likewise.
38810         (R_AARCH64_TLSLE_LDST32_TPREL_LO12): Likewise.
38811         (R_AARCH64_TLSLE_LDST32_TPREL_LO12_NC): Likewise.
38812         (R_AARCH64_TLSLE_LDST64_TPREL_LO12): Likewise.
38813         (R_AARCH64_TLSLE_LDST64_TPREL_LO12_NC): Likewise.
38814         (R_AARCH64_TLSLE_LDST128_TPREL_LO12): Likewise.
38815         (R_AARCH64_TLSLE_LDST128_TPREL_LO12_NC): Likewise.
38816         (R_AARCH64_TLSDESC_LD_PREL19): Likewise.
38817         (R_AARCH64_TLSDESC_ADR_PREL21): Likewise.
38818         (R_AARCH64_TLSDESC_ADR_PAGE21): Likewise.
38819         (R_AARCH64_TLSDESC_LD64_LO12): Likewise.
38820         (R_AARCH64_TLSDESC_ADD_LO12): Likewise.
38821         (R_AARCH64_TLSDESC_OFF_G1): Likewise.
38822         (R_AARCH64_TLSDESC_OFF_G0_NC): Likewise.
38823         (R_AARCH64_TLSDESC_LDR): Likewise.
38824         (R_AARCH64_TLSDESC_ADD): Likewise.
38825         (R_AARCH64_TLSDESC_CALL): Likewise.
38827 2013-09-30  Andreas Schwab  <schwab@suse.de>
38829         [BZ #15048]
38830         * nscd/aicache.c (addhstaiX): Properly use the cache variable for
38831         the nss database lookup.
38832         * nscd/initgrcache.c (addinitgroupsX): Likewise.
38833         * sysdeps/posix/getaddrinfo.c (gaih_inet): Likewise.
38835 2013-09-28  Mike Frysinger  <vapier@gentoo.org>
38837         * sysdeps/unix/sysv/linux/tst-fanotify.c (do_test): Fix style.
38839 2013-09-28  P. J. McDermott  <pj@pehjota.net>
38841         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Don't use
38842         ${Bash-specific parameter/pattern/string} parameter expansion.
38843         * sysdeps/unix/make-syscalls.sh: Likewise.
38845 2013-09-27  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
38847         * sysdeps/sh/stackguard-macros.h: New file.
38849 2013-09-26  Ondřej Bílka  <neleai@seznam.cz>
38851         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Update.
38852         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Remove strrchr ifunc.
38853         * sysdeps/x86_64/multiarch/strend-sse4.S Remove.
38854         * sysdeps/x86_64/multiarch/strrchr-sse2-no-bsf.S Likewise.
38855         * sysdeps/x86_64/multiarch/strrchr.S: Likewise.
38856         * sysdeps/x86_64/strrchr.S (strrchr): Use optimized implementation.
38858 2013-09-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
38860         * sysdeps/powerpc/powerpc64/stackguard-macros.h (POINTER_CHK_GUARD:
38861         Fix thread ID register.
38863 2013-09-25  Joseph Myers  <joseph@codesourcery.com>
38865         * conform/data/sched.h-data [XPG3 || XPG4]: Disable whole file.
38866         [POSIX || UNIX98]: Require rather than permitting all symbols from
38867         <time.h>.
38868         [POSIX || UNIX98] (sched_ss_low_priority): Do not specify optional
38869         element of struct sched_param.
38870         [POSIX || UNIX98] (sched_ss_repl_period): Likewise.
38871         [POSIX || UNIX98] (sched_ss_init_budget): Likewise.
38872         [POSIX || UNIX98] (sched_ss_max_repl): Likewise.
38873         [POSIX || UNIX98] (SCHED_SPORADIC): Do not specify optional
38874         constant.
38876 2013-09-24  Olivier Langlois  <olivier@olivierlanglois.net>
38878         * stdio-common/tst-long-dbl-fphex.c (do_test): Fix swprintf length
38879         argument calculation.
38881 2013-09-24  Joseph Myers  <joseph@codesourcery.com>
38883         * conform/data/pthread.h-data [POSIX] (PTHREAD_MUTEX_INITIALIZER):
38884         Expect macro.
38885         [POSIX] (pthread_attr_t): Do not require type.
38886         [POSIX] (pthread_cond_t): Likewise.
38887         [POSIX] (pthread_condattr_t): Likewise.
38888         [POSIX] (pthread_key_t): Likewise.
38889         [POSIX] (pthread_mutex_t): Likewise.
38890         [POSIX] (pthread_mutexattr_t): Likewise.
38891         [POSIX] (pthread_once_t): Likewise.
38892         [POSIX] (pthread_t): Likewise.
38893         [POSIX-based standards] (pthread_atfork): Expect function.
38895 2013-09-24  Joseph Myers  <joseph@codesourcery.com>
38896             Richard Sandiford  <richard@codesourcery.com>
38898         * locale/programs/locfile.h: Include <byteswap.h> and <stdbool.h>.
38899         (swap_endianness_p): New extern variable.
38900         (set_big_endian): New inline function.
38901         (maybe_swap_uint32): Likewise.
38902         (maybe_swap_uint32_array): Likewise.
38903         (maybe_swap_uint32_obstack): Likewise.
38904         * locale/programs/locfile.c: Include <stdbool.h>.
38905         (swap_endianness_p): New variable.
38906         (add_locale_uint32): Call maybe_swap_uint32.
38907         (add_locale_uint32_array): Call maybe_swap_uint32_obstack.
38908         (write_locale_data): Call maybe_swap_uint32_array.
38909         * locale/programs/ld-collate.c (obstack_int32_grow): Call
38910         maybe_swap_uint32.
38911         (obstack_int32_grow_fast): Likewise.
38912         (output_weightwc): Call maybe_swap_uint32_obstack.
38913         (collate_output): Likewise.
38914         * locale/programs/localedef.c (OPT_LITTLE_ENDIAN): New macro.
38915         (OPT_LITTLE_ENDIAN): Likewise.
38916         (options): Add --little-endian and --big-endian options.
38917         (parse_opt): Handle OPT_LITTLE_ENDIAN and OPT_BIG_ENDIAN.
38918         * locale/programs/locarchive.c: Include "locfile.h".
38919         (GET): New macro.
38920         (SET): Likewise.
38921         (INC): Likewise.
38922         (create_archive): Use the new macros to access fields of
38923         structures directly mapped from or written to locale archives.
38924         (oldlocrecentcmp): Likewise.
38925         (enlarge_archive): Likewise.
38926         (insert_name): Likewise.
38927         (add_alias): Likewise.
38928         (add_locale): Likewise.
38929         (delete_locales_from_archive): Likewise.
38930         (show_archive_content): Likewise.
38931         (add_locale_to_archive): Likewise.  Use maybe_swap_uint32 on
38932         locale data.
38934 2013-09-24  Roland McGrath  <roland@hack.frob.com>
38936         * manual/freemanuals.texi: Updated from (newly) canonical copy at
38937         http://www.gnu.org/doc/freemanuals.texi.
38938         * manual/libc.texinfo (Free Manuals): Put the @appendix line here.
38940 2013-09-24  Will Newton  <will.newton@linaro.org>
38942         * sysdeps/mach/hurd/i386/tls.h (TLS_INIT_TP_EXPENSIVE): Remove
38943         macro.
38945 2013-09-23  Joseph Myers  <joseph@codesourcery.com>
38947         * locale/hashval.h (compute_hashval): Interpret bytes of key as
38948         unsigned char.
38950 2013-09-23  Maciej W. Rozycki  <macro@codesourcery.com>
38952         * manual/threads.texi (POSIX Threads): Fix a typo.
38954 2013-09-23  Siddhesh Poyarekar  <siddhesh@redhat.com>
38956         [BZ #14547]
38957         * string/tst-strcoll-overflow.c: New test case.
38958         * string/Makefile (xtests): Add tst-strcoll-overflow.
38959         * string/strcoll_l.c (STRCOLL): Skip allocating memory for
38960         cache if string sizes may cause integer overflow.
38962         [BZ #14547]
38963         * string/strcoll_l.c (coll_seq): New members rule, idx,
38964         save_idx and back_us.
38965         (get_next_seq_nocache): New function.
38966         (do_compare_nocache): New function.
38967         (STRCOLL): Use get_next_seq_nocache and do_compare_nocache
38968         when malloc fails.
38970 2013-09-23  Carlos O'Donell  <carlos@redhat.com>
38972         [BZ #15754]
38973         * sysdeps/generic/stackguard-macros.h: If PTRGUARD_LOCAL use
38974         __pointer_chk_guard_local, otherwise __pointer_chk_guard.
38975         * elf/Makefile: Define CFLAGS-tst-ptrguard1-static.c.
38977         [BZ #15754]
38978         * elf/Makefile (tests): Add tst-ptrguard1.
38979         (tests-static): Add tst-ptrguard1-static.
38980         (tst-ptrguard1-ARGS): Define.
38981         (tst-ptrguard1-static-ARGS): Define.
38982         * elf/tst-ptrguard1.c: New file.
38983         * elf/tst-ptrguard1-static.c: New file.
38984         * sysdeps/x86_64/stackguard-macros.h: Define POINTER_CHK_GUARD.
38985         * sysdeps/i386/stackguard-macros.h: Likewise.
38986         * sysdeps/powerpc/powerpc32/stackguard-macros.h: Likewise.
38987         * sysdeps/powerpc/powerpc64/stackguard-macros.h: Likewise.
38988         * sysdeps/s390/s390-32/stackguard-macros.h: Likewise.
38989         * sysdeps/s390/s390-64/stackguard-macros.h: Likewise.
38990         * sysdeps/sparc/sparc32/stackguard-macros.h: Likewise.
38991         * sysdeps/sparc/sparc64/stackguard-macros.h: Likewise.
38993 2013-09-23  Hector Marco  <hecmargi@upv.es>
38994             Ismael Ripoll  <iripoll@disca.upv.es>
38995             Carlos O'Donell  <carlos@redhat.com>
38997         [BZ #15754]
38998         * sysdeps/generic/stackguard-macros.h: Define
38999         __pointer_chk_guard_local and POINTER_CHK_GUARD.
39000         * csu/libc-start.c [!SHARED && !THREAD_SET_POINTER_GUARD]:
39001         Define __pointer_chk_guard_local.
39002         (LIBC_START_MAIN) [!SHARED]: Call _dl_setup_pointer_guard.
39003         Use THREAD_SET_POINTER_GUARD or set __pointer_chk_guard_local.
39005 2013-09-15  Vinitha Vijayan <vinitha.vijayann@gmail.com>
39007         [BZ #15859]
39008         * elf/dl-deps.c (_dl_map_object_deps): Remove duplicate declaration.
39010 2013-09-20  Andreas Schwab  <schwab@linux-m68k.org>
39012         * include/string.h (__ffs): Declare as hidden.
39013         * string/ffs.c (__ffs): Define as hidden.
39014         * sysdeps/i386/ffs.c (__ffs): Likewise.
39015         * sysdeps/i386/i686/ffs.c (__ffs): Likewise.
39016         * sysdeps/powerpc/ffs.c (__ffs): Likewise.
39017         * sysdeps/s390/ffs.c (__ffs): Likewise.
39018         * sysdeps/x86_64/ffs.c (__ffs): Likewise.
39020 2013-09-20  Alexandre Oliva <aoliva@redhat.com>
39022         * NEWS: Mention malloc probes.
39024         * malloc/arena.c (new_heap): New memory_heap_new probe.
39025         (grow_heap): New memory_heap_more probe.
39026         (shrink_heap): New memory_heap_less probe.
39027         (heap_trim): New memory_heap_free probe.
39028         * malloc/malloc.c (sysmalloc): New memory_sbrk_more probe.
39029         (systrim): New memory_sbrk_less probe.
39030         * manual/probes.texi: Document them.
39032         * malloc/arena.c (arena_get_retry): Add memory_arena_retry probe.
39033         * manual/probes.texi: Document it.
39035         * malloc/malloc.c (__libc_malloc): Add memory_malloc_retry probe.
39036         (__libc_realloc): Add memory_realloc_retry probe.
39037         (__libc_memalign): Add memory_memalign_retry probe.
39038         (__libc_valloc): Add memory_valloc_retry probe.
39039         (__libc_pvalloc): Add memory_pvalloc_retry probe.
39040         (__libc_calloc): Add memory_calloc_retry probe.
39041         * manual/probes.texi: Document them.
39043         * malloc/arena.c (get_free_list): Add probe
39044         memory_arena_reuse_free_list.
39045         (reused_arena) [PER_THREAD]: Add probes memory_arena_reuse_wait
39046         and memory_arena_reuse.
39047         (arena_get2) [!PER_THREAD]: Likewise.
39048         * malloc/malloc.c (__libc_realloc) [!PER_THREAD]: Add probe
39049         memory_arena_reuse_realloc.
39050         * manual/probes.texi: Document them.
39052         * malloc/malloc.c (__libc_free): Add
39053         memory_mallopt_free_dyn_thresholds probe.
39054         (__libc_mallopt): Add multiple memory_mallopt probes.
39055         * manual/probes.texi: Document them.
39057         * malloc/malloc.c: Include stap-probe.h.
39058         (__libc_mallopt): Add memory_mallopt probe.
39059         * malloc/arena.c (_int_new_arena): Add memory_arena_new probe.
39060         * manual/probes.texi: New.
39061         * manual/Makefile (chapters): Add probes.
39062         * manual/threads.texi: Set next node.
39064 2013-09-19  Wei-Lun Chao  <bluebat@member.fsf.org>
39066         [BZ #15963, #13985]
39067         * locale/iso-639.def: Add Chiga (cgg) and Chinese (gan, hak,
39068         czh, cjy, lzh, cmn, mnp, cdo, czo, cpx, wuu, hsn, yue).
39069         Add `Chinese' to `nan' entry name.
39071 2013-09-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
39073         * sysdeps/ieee754/dbl-64/s_sin.c (POLYNOMIAL2): New macro.
39074         (POLYNOMIAL): Likewise.
39075         (TAYLOR_SINCOS): Likewise.
39076         (TAYLOR_SLOW): Likewise.
39077         (__sin): Use TAYLOR_SINCOS.
39078         (__cos): Likewise.
39079         (slow): Use TAYLOR_SLOW.
39080         (sloww): Likewise.
39081         (bsloww): Likewise.
39082         (csloww): Likewise.
39084 2013-09-19  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
39086         * stdlib/strtod_l.c: Fix buffer overrun.
39088 2013-09-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
39090         * benchtests/Makefile (bench): Add sincos.
39091         * benchtests/bench-sincos.c: New file.
39093         * math/libm-test.inc (cos_test_data): New test inputs.
39094         (sin_test_data): Likewise.
39096         * sysdeps/ieee754/dbl-64/s_sin.c (SINCOS_TABLE_LOOKUP): New
39097         macro.
39098         (__sin): Use it.
39099         (__cos): Likewise.
39100         (slow1): Likewise.
39101         (slow2): Likewise.
39102         (sloww1): Likewise.
39103         (sloww2): Likewise.
39104         (bsloww1): Likewise.
39105         (bsloww2): Likewise.
39106         (cslow2): Likewise.
39107         (csloww1): Likewise.
39108         (csloww2): Likewise.
39110         * sysdeps/ieee754/dbl-64/s_sin.c (reduce_and_compute): New
39111         function.
39112         (__sin): Use it.
39113         (__cos): Likewise.
39115         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Remove redundant
39116         gotos.
39117         (__cos): Likewise.
39119 2013-09-18  Maciej W. Rozycki  <macro@codesourcery.com>
39121         * config.h.in (HAVE_MIPS_NAN2008): New macro.
39122         * elf/elf.h (EF_MIPS_NAN2008): Likewise.
39123         * sysdeps/generic/ldconfig.h (FLAG_MIPS_LIB32_NAN2008): Likewise.
39124         (FLAG_MIPS64_LIBN32_NAN2008): Likewise.
39125         (FLAG_MIPS64_LIBN64_NAN2008): Likewise.
39126         * elf/cache.c (print_entry): Handle the new cache flags.
39128 2013-09-18  Joseph Myers  <joseph@codesourcery.com>
39129             Aldy Hernandez  <aldyh@redhat.com>
39131         * sysdeps/powerpc/fpu_control.h [_SOFT_FLOAT || __NO_FPRS__]:
39132         Change condition to [_SOFT_FLOAT].
39133         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RC_NEAREST): New macro.
39134         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RC_DOWN): Likewise.
39135         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RC_UP): Likewise.
39136         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RC_ZERO): Likewise.
39137         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_ZM): Likewise.
39138         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_OM): Likewise.
39139         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_UM): Likewise.
39140         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_XM): Likewise.
39141         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_IM): Likewise.
39142         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RESERVED): Likewise.
39143         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_DEFAULT): Likewise.
39144         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_IEEE): Likewise.
39145         [__NO_FPRS__ && !_SOFT_FLOAT] (fpu_control_t): New typedef.
39146         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_GETCW): New macro.
39147         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_SETCW): Likewise.
39148         [__NO_FPRS__ && !_SOFT_FLOAT] (__fpu_control): New variable
39149         declaration.
39151 2013-09-18  Joseph Myers  <joseph@codesourcery.com>
39153         * sysdeps/powerpc/powerpc32/__longjmp-common.S (LOAD_GP): Define
39154         macro conditional on [__SPE__ || (__NO_FPRS__ && !_SOFT_FLOAT)].
39155         (__longjmp): Use LOAD_GP to load saved GPRs.
39156         * sysdeps/powerpc/powerpc32/setjmp-common.S (SAVE_GP): Define
39157         macro conditional on [__SPE__ || (__NO_FPRS__ && !_SOFT_FLOAT)].
39158         (__sigsetjmp): Use SAVE_GP to save GPRs.
39160         * sysdeps/powerpc/powerpc32/Makefile [$(with-fp) = no] (+cflags):
39161         Do not append -msoft-float.
39162         [$(with-fp) = no] (sysdep-LDFLAGS): Likewise.
39164 2013-09-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
39166         * sysdeps/ieee754/dbl-64/sincos32.c: Fix code formatting.
39168 2013-09-17  Joseph Myers  <joseph@codesourcery.com>
39170         [BZ #15966]
39171         * sysdeps/powerpc/fpu_control.h [!_SOFT_FLOAT && !__NO_FPRS__]
39172         (_FPU_GETCW): Use initial "__" on variable and field names but not
39173         on macro parameter name.
39174         [!_SOFT_FLOAT && !__NO_FPRS__] (_FPU_SETCW): Likewise.  Use
39175         parentheses around reference to macro parameter.
39177 2013-09-13  Richard Sandiford  <richard@codesourcery.com>
39179         * locale/programs/ld-ctype.c (find_idx): Use uint32_t in
39180         prototype.
39181         (ctype_startup): Use uint32_t in cast and sizeof for
39182         ctype->charnames.
39184 2013-09-11  Jia Liu  <proljc@gmail.com>
39186         * sunrpc/rpc/types.h [__APPLE_CC__]: Define __u_char_defined and
39187         __daddr_t_defined.
39188         [__FreeBSD__]: Likewise.
39190 2013-09-11  Ondřej Bílka  <neleai@seznam.cz>
39192         * sysdeps/x86_64/multiarch/ifunc-impl-list.c
39193         (__libc_ifunc_impl_list): Remove: __strchr_sse42.
39194         * sysdeps/x86_64/multiarch/strchr.S (__strchr_sse42): Remove.
39195         (strchr): Remove __strchr_sse42 ifunc selection.
39196         * sysdeps/x86_64/strchr.S (strchr): Use optimized implementation.
39197         * sysdeps/x86_64/strchrnul.S: Include sysdeps/x86_64/strchr.S.
39199 2013-09-11  Will Newton  <will.newton@linaro.org>
39201         * benchtests/bench-timing.h (TIMING_INIT): Rename ITERS
39202         parameter to RES. Remove hardcoded 1000 value.
39203         * benchtests/bench-skeleton.c (main): Pass RES parameter
39204         to TIMING_INIT and multiply result by 1000.
39206 2013-09-10  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
39208         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
39210 2013-09-11  Andreas Schwab  <schwab@suse.de>
39212         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (__O_TMPFILE): Define
39213         if not defined.
39214         (O_TMPFILE) [__USE_GNU]: Define.
39215         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (__O_TMPFILE):
39216         Define.
39218 2013-09-11  Will Newton  <will.newton@linaro.org>
39220         [BZ #15857]
39221         * malloc/malloc.c (__libc_memalign): Check the value of bytes
39222         does not overflow.
39224 2013-09-11  Will Newton  <will.newton@linaro.org>
39226         [BZ #15856]
39227         * malloc/malloc.c (__libc_valloc): Check the value of bytes
39228         does not overflow.
39230 2013-09-11  Will Newton  <will.newton@linaro.org>
39232         [BZ #15855]
39233         * malloc/malloc.c (__libc_pvalloc): Check the value of bytes
39234         does not overflow.
39236 2013-09-10  Ondřej Bílka  <neleai@seznam.cz>
39238         * sysdeps/ieee754/dbl-64/e_j0.c: Remove DO_NOT_USE_THIS conditionals.
39239         * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
39240         * sysdeps/ieee754/dbl-64/s_erf.c: Likewise.
39241         * sysdeps/ieee754/dbl-64/s_expm1.c: Likewise.
39242         * sysdeps/ieee754/dbl-64/s_log1p.c: Likewise.
39244 2013-09-10  Allan McRae  <allan@archlinux.org>
39246         [BZ #15748]
39247         * manual/arith.texi (Parsing of Floats): Clarify
39248         cross-reference.
39250         [BZ #15849]
39251         * manual/install.texi (Running make install): Mention
39252         --enable-pt-chown.
39253         * INSTALL: Regenerated.
39255 2013-09-09  Maciej W. Rozycki  <macro@codesourcery.com>
39257         * csu/init-first.c (_init): Remove the !SHARED condition around
39258         FPU control word initialization.
39259         * elf/dl-support.c (_dl_fpu_control): New variable.
39260         (_dl_aux_init) <AT_FPUCW>: Initialize it.
39261         * math/test-fpucw.c [!FPU_CONTROL] (FPU_CONTROL): New macro.
39262         (main): Replace _FPU_DEFAULT with FPU_CONTROL throughout.
39263         * math/test-fpucw-static.c: New file.
39264         * math/test-fpucw-ieee.c: New file.
39265         * math/test-fpucw-ieee-static.c: New file.
39266         * math/Makefile (tests): Add `test-fpucw-ieee' and
39267         `$(tests-static)'.
39268         (tests-static): New variable.
39269         [($(build-shared),yes)] ($(addprefix $(objpfx),$(tests))): Move
39270         dependency to...
39271         [($(build-shared),yes)]
39272         ($(addprefix $(objpfx),$(filter-out $(tests-static),$(tests)))):
39273         ... this.
39274         [($(build-shared),yes)] ($(addprefix $(objpfx),$(tests-static))):
39275         New dependency.
39277 2013-09-09  Allan McRae  <allan@archlinux.org>
39279         [BZ #15939]
39280         * manual/string.texi (Collation Functions): Fix typo in
39281         strcoll example.
39282         Reported by Suren Karapetyan <me@suren.karapetyan.name>.
39284         [BZ #15893]
39285         * stdlib/isomac.c (get_null_defines): Fix memory leak.
39287         [BZ #15892]
39288         * libio/memstream.c (open_memstream): Fix memory leak.
39289         * libio/wmemstream.c (open_wmemstream): Likewise.
39291         [BZ #15895]
39292         * nscd/netgroupcache.c: Fix nesting of ifdefs.
39294 2013-09-09  Will Newton  <will.newton@linaro.org>
39296         * malloc/Makefile: Add tst-realloc to tests.
39297         * malloc/tst-realloc.c: New file.
39299 2013-09-09  Allan McRae  <allan@archlinux.org>
39301         [BZ #15844]
39302         * COPYING: Update from GNU website to fix FSF address.
39303         * COPYING.LIB: Likewise.
39305 2013-09-06  David S. Miller  <davem@davemloft.net>
39307         * po/zh_TW.po: Update Chinese (traditional) translation from
39308         translation project.
39310 2013-09-06  Richard Sandiford  <richard@codesourcery.com>
39311             Joseph Myers  <joseph@codesourcery.com>
39313         * locale/programs/locfile.c: Include <assert.h>, <wchar.h> and
39314         "localeinfo.h".
39315         (obstack_chunk_alloc): New macro.
39316         (obstack_chunk_free): Likewise.
39317         (record_offset): New function.
39318         (init_locale_data): Likewise.
39319         (align_locale_data): Likewise.
39320         (add_locale_empty): Likewise.
39321         (add_locale_raw_data): Likewise.
39322         (add_locale_raw_obstack): Likewise.
39323         (add_locale_string): Likewise.
39324         (add_locale_wstring): Likewise.
39325         (add_locale_uint32): Likewise.
39326         (add_locale_uint32_array): Likewise.
39327         (add_locale_char): Likewise.
39328         (start_locale_structure): Likewise.
39329         (end_locale_structure): Likewise.
39330         (start_locale_prelude): Likewise.
39331         (end_locale_prelude): Likewise.
39332         (write_locale_data): Take locale_file structure rather than an
39333         iovec.
39334         * locale/programs/locfile.h: Include "obstack.h".
39335         (struct locale_file): Change to store locale file contents instead
39336         of header.
39337         (init_locale_data): New prototype.
39338         (align_locale_data): Likewise.
39339         (add_locale_empty): Likewise.
39340         (add_locale_raw_data): Likewise.
39341         (add_locale_raw_obstack): Likewise.
39342         (add_locale_string): Likewise.
39343         (add_locale_wstring): Likewise.
39344         (add_locale_uint32): Likewise.
39345         (add_locale_uint32_array): Likewise.
39346         (add_locale_char): Likewise.
39347         (start_locale_structure): Likewise.
39348         (end_locale_structure): Likewise.
39349         (start_locale_prelude): Likewise.
39350         (end_locale_prelude): Likewise.
39351         (write_locale_data): Update prototype.
39352         * locale/programs/3level.h (struct TABLE): Remove result field.
39353         (CONCAT(TABLE,_finalize)): Change to CONCAT(add_locale_,TABLE).
39354         Use new locale_file interface.
39355         [!NO_FINALIZE]: Change condition to [!NO_ADD_LOCALE].
39356         (NO_FINALIZE): Change #undef to #undef of NO_ADD_LOCALE.
39357         * locale/programs/ld-address.c (address_output): Use new
39358         locale_file interface.
39359         * locale/programs/ld-collate.c (NO_FINALIZE): Change to
39360         NO_ADD_LOCALE.
39361         (collate_finish): Don't call collseq_table_finalize.
39362         (collate_output): Use new locale_file interface.
39363         * locale/programs/ld-ctype.c: Move includes of "3level.h" earlier
39364         in file.
39365         (NO_FINALIZE): Change to NO_ADD_LOCALE.
39366         (TABLE): Move defines earlier in file.
39367         (ELEMENT): Likewise.
39368         (DEFAULT): Likewise.
39369         (wctrans_table_add): Move macro and inline function earlier in
39370         file.
39371         (struct wctype_table): Move type earlier in file.
39372         (add_locale_wctype_table): New static prototype.
39373         (struct locale_ctype_t): Use logical types instead of struct iovec
39374         pointers for members.
39375         (ctype_output): Use new locale_file interface.
39376         (wctype_table_finalize): Change to add_locale_wctype_table.  Use
39377         new locale_file interface.
39378         (allocate_arrays): Update for use of new locale_file interface.
39379         * locale/programs/ld-identification.c (identification_output): Use
39380         new locale_file interface.
39381         * locale/programs/ld-measurement.c (measurement_output): Likewise.
39382         * locale/programs/ld-messages.c (messages_output): Likewise.
39383         * locale/programs/ld-monetary.c (monetary_output): Likewise.
39384         * locale/programs/ld-name.c (name_output): Likewise.
39385         * locale/programs/ld-numeric.c (numeric_output): Likewise.
39386         * locale/programs/ld-paper.c (paper_output): Likewise.
39387         * locale/programs/ld-telephone.c (telephone_output): Likewise.
39388         * locale/programs/ld-time.c (time_output): Likewise.
39390 2013-09-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
39392         * benchtests/Makefile: Add memrchr benchmark.
39393         * benchtests/bench-memchr.c (USE_AS_MEMRCHR): Add define to use
39394         benchmark as memrchr.
39395         * benchtests/bench-memrchr-ifunc.c: New file.
39396         * benchtests/bench-memrchr.c: New file.
39398 2013-09-06   Will Newton  <will.newton@linaro.org>
39400         * benchtests/Makefile (string-bench): Add memcpy.
39402 2013-09-05  Carlos O'Donell  <carlos@redhat.com>
39403             Cong Wang  <amwang@redhat.com>
39405         [BZ #15850]
39406         * sysdeps/unix/sysv/linux/bits/in.h
39407         [_UAPI_LINUX_IN6_H]: Define __USE_KERNEL_IPV6_DEFS.
39408         * inet/netinet/in.h: Move in_addr definition and bits/in.h inclusion
39409         before __USE_KERNEL_IPV6_DEFS uses.
39410         * inet/netinet/in.h [!__USE_KERNEL_IPV6_DEFS]: Define IPPROTO_MH, and
39411         IPPROTO_BEETPH.
39412         [__USE_KERNEL_IPV6_DEFS]: Don't define any of IPPROTO_*, in6_addr,
39413         sockaddr_in6, or ipv6_mreq.
39415 2013-09-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
39417         * sysdeps/powerpc/powerpc32/power7/memrchr.S (__memrchr): Fix invalid
39418         memory access for final bytes in some large inputs.
39419         * sysdeps/powerpc/powerpc64/power7/memrchr.S (__memrchr): Likewise.
39421 2013-09-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
39423         * string/test-memrchr.c: New file.
39424         * string/test-memrchr-ifunc.c: New file.
39425         * string/Makefile: Add new memrchr testcase.
39427 2013-09-05  Mike Frysinger  <vapier@gentoo.org>
39429         * sysdeps/unix/sysv/linux/tst-fanotify.c (do_test): Skip test when
39430         fanotify_init returns EPERM.
39432 2013-09-04  Joseph Myers  <joseph@codesourcery.com>
39434         * conform/conformtest.pl (newtoken): Treat tokens not allowed as
39435         errors.
39436         (top level): Treat second token from macro or constant entries for
39437         allowed headers as allowed.
39438         * include/complex.h: Condition internal declarations on
39439         [!_ISOMAC].
39440         * include/fenv.h: Condition include of <stdbool.h> and internal
39441         declarations on [!_ISOMAC].
39443 2013-09-04  Chris Leonard  <cjl@sugarlabs,.org>
39445         [BZ #15923]
39446         * locale/iso-4217.def: Update iso-1427.def and related occurrences.
39448 2013-09-04  Joseph Myers  <joseph@codesourcery.com>
39450         * configure.in (--enable-versioning): Remove configure option.
39451         (libc_cv_asm_symver_directive): Remove configure test.
39452         (libc_cv_ld_version_script_option): Likewise.
39453         (VERSIONING): Remove variable and AC_SUBST.
39454         (DO_VERSIONING): Remove AC_DEFINE.
39455         * configure: Regenerated.
39456         * config.h.in (DO_VERSIONING): Remove macro.
39457         * Makerules [$(versioning) = yes]: Change conditionals to
39458         [$(build-shared) = yes].
39459         * config.make.in (versioning): Remove variable.
39460         * dlfcn/Makefile [$(versioning) = yes]: Change conditionals to
39461         [$(build-shared) = yes].
39462         * dlfcn/modstatic2.c (test) [DO_VERSIONING]: Remove conditional.
39463         * dlfcn/tststatic2.c (main) [DO_VERSIONING]: Likewise.
39464         * elf/Makefile [$(versioning) = yes]: Change conditionals to
39465         [$(build-shared) = yes].
39466         * extra-lib.mk [$(versioning) = yes]: Likewise.
39467         * hurd/Makefile [$(versioning) = yes]: Likewise.
39468         * hurd/geteuids.c [SHARED && DO_VERSIONING]: Change conditional to
39469         [SHARED].
39470         * include/libc-symbols.h [DO_VERSIONING]: Change conditional to
39471         [SHARED].
39472         [SHARED && DO_VERSIONING && !NO_HIDDEN]: Change conditional to
39473         [SHARED && !NO_HIDDEN].
39474         * include/shlib-compat.h [DO_VERSIONING]: Change conditional to
39475         [SHARED].
39476         [SHARED && DO_VERSIONING]: Likewise..
39477         * libio/Makefile [$(versioning) = yes]: Change conditionals to
39478         [$(build-shared) = yes].
39479         * manual/install.texi (--disable-versioning): Remove
39480         documentation.
39481         * INSTALL: Regenerated.
39482         * resolv/res_libc.c [SHARED && DO_VERSIONING]: Change conditional
39483         to [SHARED].
39484         * sunrpc/Makefile [$(versioning) = yes]: Change conditional to
39485         [$(build-shared) = yes].
39486         * sysdeps/gnu/Makefile [$(versioning) = yes]: Likewise.
39487         * sysdeps/i386/i686/multiarch/strstr-c.c
39488         [SHARED && DO_VERSIONING && !NO_HIDDEN]: Change conditional to
39489         [SHARED && !NO_HIDDEN].
39490         * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h
39491         [SHARED && DO_VERSIONING]: Change conditional to [SHARED].
39492         * sysdeps/powerpc/powerpc32/dl-machine.c
39493         [SHARED && !(DO_VERSIONING - 0)]: Remove conditional error.
39494         * sysdeps/powerpc/powerpc32/sysdep.h
39495         [SHARED && DO_VERSIONING && PIC && !NO_HIDDEN]: Change conditional
39496         to [SHARED && PIC && !NO_HIDDEN].
39497         * sysdeps/wordsize-32/divdi3.c [SHARED && DO_VERSIONING]: Change
39498         conditional to [SHARED].
39500 2013-09-04   Will Newton  <will.newton@linaro.org>
39502         * benchtests/bench-timing.h (TIMING_PRINT_MEAN): New macro.
39503         * benchtests/bench-string.h: Include bench-timing.h instead
39504         of including hp-timing.h directly. (INNER_LOOP_ITERS): New
39505         define. (HP_TIMING_BEST): Delete macro. (test_init): Remove
39506         call to HP_TIMING_DIFF_INIT.
39507         * benchtests/bench-memccpy.c: Use bench-timing.h macros
39508         instead of hp-timing.h macros.
39509         * benchtests/bench-memchr.c: Likewise.
39510         * benchtests/bench-memcmp.c: Likewise.
39511         * benchtests/bench-memcpy.c: Likewise.
39512         * benchtests/bench-memmem.c: Likewise.
39513         * benchtests/bench-memmove.c: Likewise.
39514         * benchtests/bench-memset.c: Likewise.
39515         * benchtests/bench-rawmemchr.c: Likewise.
39516         * benchtests/bench-strcasecmp.c: Likewise.
39517         * benchtests/bench-strcasestr.c: Likewise.
39518         * benchtests/bench-strcat.c: Likewise.
39519         * benchtests/bench-strchr.c: Likewise.
39520         * benchtests/bench-strcmp.c: Likewise.
39521         * benchtests/bench-strcpy.c: Likewise.
39522         * benchtests/bench-strcpy_chk.c: Likewise.
39523         * benchtests/bench-strlen.c: Likewise.
39524         * benchtests/bench-strncasecmp.c: Likewise.
39525         * benchtests/bench-strncat.c: Likewise.
39526         * benchtests/bench-strncmp.c: Likewise.
39527         * benchtests/bench-strncpy.c: Likewise.
39528         * benchtests/bench-strnlen.c: Likewise.
39529         * benchtests/bench-strpbrk.c: Likewise.
39530         * benchtests/bench-strrchr.c: Likewise.
39531         * benchtests/bench-strspn.c: Likewise.
39532         * benchtests/bench-strstr.c: Likewise.
39534 2013-09-04  Will Newton  <will.newton@linaro.org>
39536         * benchtests/Makefile: Use LDLIBS instead of LDFLAGS.
39538 2013-09-03  Joseph Myers  <joseph@codesourcery.com>
39540         [BZ #15427]
39541         * sysdeps/ieee754/flt-32/e_lgammaf_r.c (__ieee754_lgammaf_r): Use
39542         2**-30 instead of 2**-70 as threshold for returning -log(|x|).
39543         * math/libm-test.inc (lgamma_test_data): Add more tests.
39544         * sysdeps/i386/fpu/libm-test-ulps: Update.
39545         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
39547 2013-09-03   Ondřej Bílka  <neleai@seznam.cz>
39549         * sysdeps/x86_64/multiarch/strcmp-sse2-unaligned.S: New file.
39550         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
39551         Add ifunc.
39552         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines):
39553         Add strcmp-sse2-unaligned
39554         * sysdeps/x86_64/multiarch/strcmp.S (strcmp): Add ifunc.
39556 2013-09-02  Mike Frysinger  <vapier@gentoo.org>
39558         * Versions.def (libc): Add GLIBC_2.19.
39560 2013-09-02  Mike Frysinger  <vapier@gentoo.org>
39562         * sysdeps/unix/sysv/linux/tst-fanotify.c: New test.
39563         * sysdeps/unix/sysv/linux/Makefile (tests): Add tst-fanotify.
39565 2013-09-02  Joseph Myers  <joseph@codesourcery.com>
39567         [BZ #14155]
39568         * sysdeps/ieee754/flt-32/e_jnf.c (__ieee754_jnf): Use double for
39569         intermediate calculations in recurrence.
39570         (__ieee754_ynf): Likewise.
39571         * math/libm-test.inc (jn_test_data): Do not allow spurious
39572         underflow exception.  Add more tests.
39573         (yn_test_data): Add more tests.
39574         * sysdeps/i386/fpu/libm-test-ulps: Update.
39575         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
39577 2013-09-02   Ondřej Bílka  <neleai@seznam.cz>
39579         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Fix typo.
39581 2013-08-30   Ondřej Bílka  <neleai@seznam.cz>
39583         * csu/init-first.c: Fix then/than typos.
39584         * locale/programs/ld-collate.c: Likewise.
39585         * locale/programs/linereader.h: Likewise.
39586         * manual/charset.texi: Likewise.
39587         * manual/filesys.texi: Likewise.
39588         * manual/stdio.texi: Likewise.
39589         * manual/string.texi: Likewise.
39590         * stdlib/fmtmsg.c: Likewise.
39591         * sysdeps/i386/stpncpy.S: Likewise.
39592         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
39593         * sysdeps/powerpc/powerpc32/power6/memset.S: Likewise.
39594         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Likewise.
39595         * sysdeps/powerpc/powerpc64/power6/memset.S: Likewise.
39597 2013-08-30   Ondřej Bílka  <neleai@seznam.cz>
39599         * elf/dl-open.c: Fix typos.
39600         * iconvdata/gbbig5.c: Likewise.
39601         * iconvdata/iso-2022-jp.c: Likewise.
39602         * iconv/gconv_int.h: Likewise.
39603         * iconv/loop.c: Likewise.
39604         * nis/rpcsvc/nis.h: Likewise.
39605         * resolv/ns_name.c: Likewise.
39606         * stdio-common/vfscanf.c: Likewise.
39607         * streams/stropts.h: Likewise.
39608         * sunrpc/rpc_thread.c: Likewise.
39609         * sysdeps/i386/strpbrk.S: Likewise.
39610         * sysdeps/ieee754/k_standard.c: Likewise.
39611         * sysdeps/ieee754/ldbl-128/e_expl.c: Likewise.
39612         * sysdeps/ieee754/ldbl-128ibm/e_expl.c: Likewise.
39613         * sysdeps/mach/hurd/dl-sysdep.c: Likewise.
39614         * sysdeps/mach/hurd/profil.c: Likewise.
39615         * sysdeps/s390/dl-procinfo.h: Likewise.
39616         * sysdeps/unix/sysv/linux/i386/chown.c: Likewise.
39617         * sysdeps/unix/sysv/linux/s390/s390-32/chown.c: Likewise.
39618         * sysdeps/unix/sysv/linux/sparc/sparc32/makecontext.c: Likewise.
39619         * sysdeps/x86_64/dl-trampoline.S: Likewise.
39620         * sysdeps/x86_64/multiarch/strcmp-sse42.S: Likewise.
39622 2013-08-30  Ondřej Bílka  <neleai@seznam.cz>
39624         * sysdeps/x86_64/multiarch/rawmemchr.S: Delete.
39625         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Remove rawmemchr ifunc.
39627 2013-08-29  Ondřej Bílka  <neleai@seznam.cz>
39629         * sysdeps/unix/sysv/linux/powerpc/aix/aix-dirent.h: Remove
39630         aix specific files.
39631         * sysdeps/unix/sysv/linux/powerpc/aix/aix-errno.h: Likewise.
39632         * sysdeps/unix/sysv/linux/powerpc/aix/aix-stat.h: Likewise.
39633         * sysdeps/unix/sysv/linux/powerpc/aix/aix-termios.h: Likewise.
39634         * sysdeps/unix/sysv/linux/powerpc/aix/direntconv.c: Likewise.
39635         * sysdeps/unix/sysv/linux/powerpc/aix/errnoconv.c: Likewise.
39636         * sysdeps/unix/sysv/linux/powerpc/aix/statconv.c: Likewise.
39637         * sysdeps/unix/sysv/linux/powerpc/aix/tcgetattr.c: Likewise.
39638         * sysdeps/unix/sysv/linux/powerpc/aix/tcsetattr.c: Likewise.
39640 2013-08-29  Thomas Schwinge  <thomas@codesourcery.com>
39641             Roland McGrath  <roland@hack.frob.com>
39643         * sysdeps/mach/hurd/errnos.awk (BEGIN): Emit ESUCCESS.
39644         * sysdeps/mach/hurd/bits/errno.h: Regenerate.
39646 2013-08-29  Samuel Thibault  <samuel.thibault@ens-lyon.org>
39648         * sysdeps/mach/hurd/i386/init-first.c (init1): Use
39649         __executable_start symbol instead of _start.
39651 2013-08-29  Thomas Schwinge  <thomas@codesourcery.com>
39653         * sysdeps/unix/sysv/linux/ldsodefs.h (VALID_ELF_HEADER)
39654         (VALID_ELF_OSABI, VALID_ELF_ABIVERSION, MORE_ELF_HEADER_DATA):
39655         Move macros to...
39656         * sysdeps/gnu/ldsodefs.h: ... this new file.
39658         * sysdeps/unix/sysv/linux/ldsodefs.h (VALID_ELF_OSABI)
39659         (VALID_ELF_ABIVERSION, MORE_ELF_HEADER_DATA): Use ELFOSABI_GNU
39660         instead of ELFOSABI_LINUX.
39662         [BZ #15522] strtod ("nan(N)") returning a sNaN in some cases
39663         * stdlib/strtof_l.c (SET_MANTISSA): Rewrite.
39664         * stdlib/strtod_l.c (SET_MANTISSA): Likewise.
39665         * sysdeps/ieee754/ldbl-64-128/strtold_l.c (SET_MANTISSA):
39666         Likewise.
39667         * sysdeps/ieee754/ldbl-96/strtold_l.c (SET_MANTISSA): Likewise.
39668         * sysdeps/ieee754/ldbl-128/strtold_l.c (SET_MANTISSA): Likewise.
39669         * sysdeps/ieee754/ldbl-128ibm/strtold_l.c (SET_MANTISSA):
39670         Likewise.
39671         * sysdeps/ieee754/ldbl-128ibm/ieee754.h
39672         (ibm_extended_long_double): Add ieee_nan member.
39673         * stdlib/tst-strtod6.c (test): New function, renamed from do_test.
39674         (do_test): New function.
39676         * math/basic-test.c (TEST_CONVERT): New macro, renamed from
39677         TEST_TRUNC.
39678         (convert_dfsf_test, convert_tfsf_test, convert_tfdf_test): New
39679         functions, renamed from truncdfsf_test, trunctfsf_test,
39680         trunctfdf_test.
39681         (convert_sfdf_test, convert_sftf_test, convert_dftf_test): New
39682         functions.
39683         (do_test): Run all these.
39685 2013-08-29   Ondřej Bílka  <neleai@seznam.cz>
39687         * argp/argp-help.c: Fix typos.
39688         * argp/argp-parse.c: Likewise.
39689         * debug/backtracesyms.c: Likewise.
39690         * elf/elf.h: Likewise.
39691         * malloc/malloc.c: Likewise.
39692         * nis/nis_print.c: Likewise.
39693         * resolv/res_comp.c: Likewise.
39694         * stdlib/stdlib.h: Likewise.
39695         * sunrpc/clnt_tcp.c: Likewise.
39696         * sunrpc/clnt_udp.c: Likewise.
39697         * sunrpc/clnt_unix.c: Likewise.
39698         * sysdeps/unix/bsd/ptsname.c: Likewise.
39699         * sysdeps/unix/sysv/linux/ifaddrs.c: Likewise.
39700         * sysdeps/unix/sysv/linux/powerpc/libc-start.c: Likewise.
39701         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext-common.S:
39702         Likewise.
39703         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext-common.S:
39704         Likewise.
39705         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S:
39706         Likewise.
39707         * sysdeps/unix/sysv/linux/ptsname.c: Likewise.
39709 2013-08-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
39711         * nscd/aicache.c (addhstaiX): Use __glibc_unlikely.
39712         * sysdeps/posix/getaddrinfo.c (gaih_inet): Likewise.
39714 2013-08-27  Mike Frysinger  <vapier@gentoo.org>
39716         [BZ #15897]
39717         * dlfcn/Makefile (tests): Add bug-dl-leaf.
39718         (modules-names): Add bug-dl-leaf-lib and bug-dl-leaf-lib-cb.
39719         ($(objpfx)bug-dl-leaf): New rule.
39720         ($(objpfx)bug-dl-leaf.so): Likewise.
39721         ($(objpfx)bug-dl-leaf.out): Likewise.
39722         ($(objpfx)bug-dl-leaf-lib.so): Likewise.
39723         ($(objpfx)bug-dl-leaf-lib-cb.so): Likewise.
39724         * dlfcn/bug-dl-leaf.c: New test.
39725         * dlfcn/bug-dl-leaf-lib.c: Likewise.
39726         * dlfcn/bug-dl-leaf-lib-cb.c: Likewise.
39727         * dlfcn/dlfcn.h (dlopen): Change __THROW to __THROWNL.
39728         (dlclose): Likewise.
39729         (dlmopen): Likewise.
39731 2013-08-27  Roland McGrath  <roland@hack.frob.com>
39733         * include/netdb.h [!_ISOMAC]:
39734         Don't include <tls.h>.
39735         (h_errno, __libc_h_errno): Move declaration and macros out of
39736         [_LIBC_REENTRANT].
39738         * include/resolv.h [_RESOLV_H_]:
39739         Don't include <tls.h>.
39740         (__resp, _res): Move declaration and macro out of [_LIBC_REENTRANT].
39741         * resolv/res_libc.c: Don't include <tls.h>.
39742         (_res): Use __attribute__ ((nocommon)) in place of
39743         __attribute__ ((section (".bss"))).
39745         * Makefile ($(common-objpfx)linkobj/libc_pic.a):
39746         If [sunrpc not in $(subdirs)], define to use libc_pic.a directly.
39748         * resolv/res_send.c (send_dg): Don't try to use ioctl unless [FIONREAD].
39750         * resolv/res_hconf.c [!NOT_IN_libc] (ifaddrs): Declare
39751         only under [SIOCGIFCONF && SIOCGIFNETMASK].
39753         * resolv/res_mkquery.c: Include <sys/time.h>.
39755         * inet/ifreq.c: Moved to ...
39756         * sysdeps/unix/ifreq.c: ... here.
39757         * inet/ifreq.c: New file, true stub version.
39759         * socket/sa_len.c: New file.
39760         * socket/Makefile (aux): Add it.
39761         * sysdeps/unix/sysv/linux/Makefile
39762         [$(subdir) = socket] (sysdep_routines): Don't add sa_len here.
39763         * sysdeps/unix/sysv/linux/sa_len.c: Just #define HAVE_NET*_H
39764         and #include <socket/sa_len.c>.
39765         * sysdeps/unix/sysv/linux/s390/sa_len.c: Just #define
39766         HAVE_NETIUCV_IUCV_H and #include <sysdeps/unix/sysv/linux/sa_len.c>.
39768         * sysdeps/unix/bsd/bsd4.4/bits/socket.h: Moved to ...
39769         * bits/socket.h: ... here.
39771         * sysdeps/unix/bsd/bsd4.4/bits/socket.h (enum __socket_type):
39772         Add SOCK_CLOEXEC, SOCK_NONBLOCK with values from FreeBSD.
39773         (SOCK_MAX, SOCK_TYPE_MASK): New macros.
39775 2013-08-27  Andreas Schwab  <schwab@suse.de>
39777         [BZ #15736]
39778         * locale/categories.def (LC_CTYPE): Add "nonascii-case" element.
39779         * string/Makefile (test-strcasecmp-ENV, test-strncasecmp-ENV)
39780         (test-strcasecmp-ifunc-ENV, test-strncasecmp-ifunc-ENV): Define.
39781         * string/test-strcasecmp.c (test_main): Run tests in several
39782         locales.
39783         * string/test-strncasecmp.c (test_main): Likewise.
39785         * sysdeps/i386/i686/multiarch/strcmp-sse4.S (__strcasecmp_sse4_2)
39786         (__strncasecmp_sse4_2) [PIC]: Restore %ebx before falling through
39787         to __strcasecmp_nonascii and __strncasecmp_nonascii.
39788         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S (__strcasecmp_ssse3)
39789         (__strncasecmp_ssse3) [PIC]: Likewise.
39791 2013-08-26  Roland McGrath  <roland@hack.frob.com>
39793         * io/lxstat64.c: Just call __xstat64, for parity with stub __lxstat.
39795         * nss/nss_files/files-key.c: Include <rpc/des_crypt.h>
39796         instead of explicitly declaring xdecrypt.
39797         * nis/nss_nis/nis-publickey.c: Likewise.
39799 2013-08-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
39801         [BZ #15890]
39802         * nscd/aicache.c: Include res_hconf.h.
39803         (addhstaiX): Initialize res_hconf.
39805 2013-08-26  Andreas Schwab  <schwab@suse.de>
39807         * stdlib/Makefile (LDFLAGS-tst-tls-atexit): Remove.
39808         ($(objpfx)tst-tls-atexit): Add dependencies here instead.
39810 2013-08-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
39812         * nscd/aicache.c (addhstaiX): Fix indentation.
39814 2013-08-25  Mike Frysinger  <vapier@gentoo.org>
39816         * configure.ac: Quote $build_pt_chown test.
39817         * configure: Regenerated.
39819 2013-08-23  Joseph Myers  <joseph@codesourcery.com>
39821         [BZ #15532]
39822         * math/s_cexp.c (__cexp): Return NaN + i0 for NaN + i0 argument.
39823         * math/s_cexpf.c (__cexpf): Likewise.
39824         * math/s_cexpl.c (__cexpl): Likewise.
39825         * math/libm-test.inc (cexp_test_data): Correct expected return
39826         value for NaN + i0.  Add another test.
39828 2013-08-22  David S. Miller  <davem@davemloft.net>
39830         * po/ca.po: Update Catalan translation from translation project.
39831         * po/uk.po: Add Ukrainian translations from translation project.
39833 2013-08-21  Joseph Myers  <joseph@codesourcery.com>
39835         [BZ #15797]
39836         * math/s_fdim.c (__fdim): Check for infinite arguments if result
39837         is infinite, not alongside NaN test.
39838         * math/s_fdimf.c (__fdimf): Likewise.
39839         * math/s_fdiml.c (__fdiml): Likewise.
39840         * math/libm-test.inc (fdim_test_data): Add more tests.  Test that
39841         errno is unchanged.
39843 2013-08-21   Ondřej Bílka  <neleai@seznam.cz>
39845         * argp/argp-help.c: Fix typos.
39846         * crypt/speeds.c: Likewise.
39847         * csu/check_fds.c: Likewise.
39848         * elf/dl-load.c: Likewise.
39849         * elf/dl-open.c: Likewise.
39850         * elf/reldep3.c: Likewise.
39851         * elf/reldep.c: Likewise.
39852         * elf/sprof.c: Likewise.
39853         * iconv/iconv_charmap.c: Likewise.
39854         * iconv/skeleton.c: Likewise.
39855         * iconv/strtab.c: Likewise.
39856         * io/lockf64.c: Likewise.
39857         * libio/libioP.h: Likewise.
39858         * resolv/gai_notify.c: Likewise.
39859         * resolv/ns_name.c: Likewise.
39860         * resolv/ns_samedomain.c: Likewise.
39861         * resolv/res_send.c: Likewise.
39862         * stdlib/random.c: Likewise.
39863         * sunrpc/rpc/xdr.h: Likewise.
39864         * sysdeps/i386/fpu/fraiseexcpt.c: Likewise.
39865         * sysdeps/i386/i686/multiarch/memcmp-sse4.S: Likewise.
39866         * sysdeps/i386/i686/multiarch/memset-sse2-rep.S: Likewise.
39867         * sysdeps/i386/i686/multiarch/memset-sse2.S: Likewise.
39868         * sysdeps/i386/i686/multiarch/strcat-sse2.S: Likewise.
39869         * sysdeps/i386/i686/multiarch/strcmp-sse4.S: Likewise.
39870         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Likewise.
39871         * sysdeps/i386/i686/multiarch/strcpy-sse2.S: Likewise.
39872         * sysdeps/mach/hurd/check_fds.c: Likewise.
39873         * sysdeps/powerpc/powerpc32/cell/memcpy.S: Likewise.
39874         * sysdeps/powerpc/powerpc32/fpu/setjmp.S: Likewise.
39875         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Likewise.
39876         * sysdeps/powerpc/powerpc32/power7/memcmp.S: Likewise.
39877         * sysdeps/powerpc/powerpc32/setjmp.S: Likewise.
39878         * sysdeps/powerpc/powerpc64/cell/memcpy.S: Likewise.
39879         * sysdeps/pthread/aio_notify.c: Likewise.
39880         * sysdeps/sparc/fpu/fraiseexcpt.c: Likewise.
39881         * sysdeps/unix/sysv/linux/socketcall.h: Likewise.
39882         * sysdeps/x86_64/fpu/fraiseexcpt.c: Likewise.
39883         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: Likewise.
39884         * sysdeps/x86/fpu/bits/fenv.h: Likewise.
39886 2013-08-21  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
39888         * sysdeps/i386/i686/multiarch/strcmp.S: Skip SSE4_2
39889         version if bit_Slow_SSE4_2 is set.
39890         * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
39891         * sysdeps/i386/i686/multiarch/strcasecmp.S: Likewise.
39893 2013-07-23  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
39895         [BZ #15867]
39896         * sysdeps/powerpc/powerpc32/backtrace.c (__backtrace): Handle signal
39897         trampoline stack frame information.
39898         * sysdeps/powerpc/powerpc64/backtrace.c (__backtrace): Likewise.
39899         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h
39900         (__vdso_sigtramp_rt64): New variable: PPC64 signal trampoline.
39901         (__vdso_sigtramp32): New variable: PPC32 signal trampoline.
39902         (__vdso_sigtramp_rt32): New variable: PPC32 signal trampoline.
39903         * sysdeps/unix/sysv/linux/powerpc/init-first.c
39904         (_libc_vdso_platform_setup): Initialize the signal trampolines.
39905         * debug/tst-backtrace5.c (fn): Add an option set modify sigaction
39906         sa_flags value.
39907         * debug/tst-backtrace6.c: New file: check backtrace for signal frames,
39908         interrupting a syscall and set with option SA_SIGINFO.
39910 2013-08-20  Joseph Myers  <joseph@codesourcery.com>
39912         [BZ #15531]
39913         * math/s_cproj.c (__cproj): Only return an infinity if one part of
39914         argument is infinite.
39915         * math/s_cprojf.c (__cprojf): Likewise.
39916         * math/s_cprojl.c (__cprojl): Likewise.
39917         * sysdeps/ieee754/ldbl-128ibm/s_cprojl.c (__cprojl): Likewise.
39918         * math/libm-test.inc (cproj_test_data): Add more tests.
39920         * sysdeps/unix/sysv/linux/mmap64.c: Include <string.h>.
39922         * sysdeps/unix/sysv/linux/mmap64.c (__mmap64)
39923         [MMAP2_PAGE_SHIFT == -1]: Use __getpagesize to determine page
39924         size.  Use __ffs to determine corresponding shift.
39926 2013-08-20  Joseph Myers  <joseph@codesourcery.com>
39927             Roland McGrath  <roland@hack.frob.com>
39929         * Makefile (INSTALL): Remove trailing blank lines from output of
39930         makeinfo.
39932 2013-08-20  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
39934         * sysdeps/unix/sysv/linux/s390/sys/procfs.h (struct elf_prstatus):
39935         Align 32 bit compat elf_greg to 8 bytes.
39937 2013-08-20  Andreas Arnez  <arnez@linux.vnet.ibm.com>
39939         * elf/setup-vdso.h (setup_vdso): Fix missing string termination.
39941 2013-08-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
39943         * string/strcoll_l.c (coll_seq): New structure.
39944         (get_next_seq_cached): New function.
39945         (get_next_seq): New function.
39946         (do_compare): New function.
39947         (STRCOLL): Use GNU style definition.  Simplify implementation
39948         by using get_next_seq, get_next_seq_cached and do_compare.
39950 2013-08-16  Florian Weimer  <fweimer@redhat.com>
39952         [BZ #14699]
39953         CVE-2013-4237
39954         * sysdeps/posix/dirstream.h (struct __dirstream): Add errcode
39955         member.
39956         * sysdeps/posix/opendir.c (__alloc_dir): Initialize errcode
39957         member.
39958         * sysdeps/posix/rewinddir.c (rewinddir): Reset errcode member.
39959         * sysdeps/posix/readdir_r.c (__READDIR_R): Enforce NAME_MAX limit.
39960         Return delayed error code.  Remove GETDENTS_64BIT_ALIGNED
39961         conditional.
39962         * sysdeps/unix/sysv/linux/wordsize-64/readdir_r.c: Do not define
39963         GETDENTS_64BIT_ALIGNED.
39964         * sysdeps/unix/sysv/linux/i386/readdir64_r.c: Likewise.
39965         * manual/filesys.texi (Reading/Closing Directory): Document
39966         ENAMETOOLONG return value of readdir_r.  Recommend readdir more
39967         strongly.
39968         * manual/conf.texi (Limits for Files): Add portability note to
39969         NAME_MAX, PATH_MAX.
39970         (Pathconf): Add portability note for _PC_NAME_MAX, _PC_PATH_MAX.
39972 2013-08-13  Andreas Schwab  <schwab@suse.de>
39974         [BZ #15749]
39975         * sysdeps/ieee754/ldbl-96/s_cbrtl.c (__cbrtl): Use fabsl instead
39976         of fabs.
39977         * math/libm-test.inc (cbrt_test_data) [TEST_LDOUBLE &&
39978         LDBL_MAX_EXP >= 16384]: Add tests for it.
39980 2013-08-12  David S. Miller  <davem@davemloft.net>
39982         * version.h (RELEASE): Set to "development".
39983         (VERSION): Set to "2.18.90".
39984         * NEWS: Add 2.19 section.
39986 2013-08-03  David S. Miller  <davem@davemloft.net>
39988         * po/ko.po: Update Korean translation from translation project.
39990 2013-08-01  David S. Miller  <davem@davemloft.net>
39992         * manual/contrib.texi: Update entry for Siddhesh Poyarekar.  Add
39993         entries for Will Newton, Andi Kleen, David Holsgrove, and Ondrej
39994         Bilka.
39996 2013-07-30  David S. Miller  <davem@davemloft.net>
39998         * po/fr.po: Update French translation from translation project.
40000 2013-07-28  David S. Miller  <davem@davemloft.net>
40002         * po/cs.po: Update Czech translation from translation project.
40004         * po/sv.po: Update Swedish translation from translation project.
40006 2013-07-27  David S. Miller  <davem@davemloft.net>
40008         * po/eo.po: Update Esperanto translation from translation project.
40010         * po/vi.po: Update Vietnamese translation from translation project.
40012         * po/de.po: Update German translation from translation project.
40014 2013-07-26  David S. Miller  <davem@davemloft.net>
40016         * po/bg.po: Update Bulgarian translation from translation project.
40018         * po/nl.po: Update Dutch translation from translation project.
40019         * po/pl.po: Update Polish translation from translation project.
40020         * po/ru.po: Update Russian translation from translation project.
40022 2013-07-24  David S. Miller  <davem@davemloft.net>
40024         * po/libc.pot: Update.
40026 2013-07-23  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
40028         * sysdeps/unix/sysv/linux/powerpc/dl-static.c: New file to support
40029         variable page size.
40030         * sysdeps/unix/sysv/linux/powerpc/ldsodefs.h: Likewise.
40031         * sysdeps/unix/sysv/linux/powerpc/Makefile: Build dl-static in elf.
40032         * sysdeps/unix/sysv/linux/powerpc/Versions: Add _dl_var_init.
40034 2013-07-22  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
40036         * sysdeps/s390/fpu/libm-test-ulps: Refresh.
40038 2013-07-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
40039             Andreas Schwab  <schwab@suse.de>
40040             Roland McGrath  <roland@hack.frob.com>
40041             Joseph Myers  <joseph@codesourcery.com>
40042             Carlos O'Donell  <carlos@redhat.com>
40044         [BZ #15755]
40045         * config.h.in: Define HAVE_PT_CHOWN.
40046         * config.make.in (build-pt-chown): New variable.
40047         * configure.in (--enable-pt_chown): New configure option.
40048         * configure: Regenerate.
40049         * login/Makefile: Include Makeconfig.  Build pt_chown only if
40050         build-pt-chown is enabled.
40051         * sysdeps/unix/grantpt.c (grantpt) [HAVE_PT_CHOWN]: Spawn
40052         pt_chown to fix pty ownership.
40053         * sysdeps/unix/sysv/linux/grantpt.c [HAVE_PT_CHOWN]: Define
40054         CLOSE_ALL_FDS.
40055         * manual/install.texi (Configuring and compiling): Mention
40056         --enable-pt_chown. Add @findex for grantpt.
40057         * INSTALL: Regenerate.
40059 2013-07-20  David S. Miller  <davem@davemloft.net>
40061         * sysdeps/sparc/fpu/libm-test-ulps: Update ULPs to handle minor
40062         difference between 32-bit and 64-bit.
40064 2013-07-15  Carlos O'Donell  <carlos@redhat.com>
40066         [BZ #15711]
40067         * sysdeps/unix/sysv/linux/Makefile ($(objpfx)bits/syscall%h):
40068         Avoid system header dependency with -ffreestanding.
40069         ($(objpfx)bits/syscall%d): Likewise.
40071 2013-07-13  David S. Miller  <davem@davemloft.net>
40073         * math/libm-test.inc (casin_test_data): Annotate more cases of missing
40074         underflows from atanl/atan2l due to bug 15319.
40075         (casinh_test_data): Likewise.
40077 2013-07-07  David S. Miller  <davem@davemloft.net>
40079         * sysdeps/sparc/fpu/libm-test-ulps: Regenerate from scratch.
40081 2013-07-05  Jeroen Albers  <_jeroen_@yahoo.com>
40083         * sysdeps/i386/fpu/libm-test-ulps: Update.
40084         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
40086 2013-07-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
40088         * configure.in (--enable-lock-elision): Fix message text.
40089         * INSTALL: Regenerate.
40090         * configure: Regenerate.
40092 2013-07-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
40094         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
40096 2013-07-03  Andreas Jaeger  <aj@suse.de>
40098         * sysdeps/unix/sysv/linux/sys/ptrace.h (PTRACE_LISTEN): Add
40099         define.
40100         (PTRACE_PEEKSIGINFO): Add new value from Linux 3.10.
40101         (ptrace_peeksiginfo_args): Add.
40102         (__ptrace_peeksiginfo_flags): Add.
40103         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
40104         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
40105         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
40107 2013-07-03  Allan McRae  <allan@archlinux.org>
40109         * sysdeps/i386/fpu/libm-test-ulps: Update.
40111 2013-07-02  David S. Miller  <davem@davemloft.net>
40113         * sysdeps/sparc/fpu/libm-test-ulps: Update.
40115 2013-07-02  Markus Trippelsdorf  <markus@trippelsdorf.de>
40117         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
40119 2013-07-02  Joseph Myers  <joseph@codesourcery.com>
40121         * sysdeps/i386/fpu/libm-test-ulps: Regenerated.
40122         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
40124 2013-07-02  Andi Kleen <ak@linux.intel.com>
40126         * config.h.in (ENABLE_LOCK_ELISION): Add.
40127         * configure.in (--enable-lock-elision): Add option.
40128         * manual/install.texi: Document --enable lock elision.
40129         * configure: Regenerate
40130         * INSTALL: Regenerate.
40132 2013-07-02  H.J. Lu  <hongjiu.lu@intel.com>
40134         * sysdeps/i386/i686/multiarch/strcasecmp.S (__strcasecmp): Enable
40135         SSE4.2 strcasecmp for libc.a.
40136         * sysdeps/i386/i686/multiarch/strncase.S (__strncasecmp): Likewise.
40138 2013-07-02  Joseph Myers  <joseph@codesourcery.com>
40140         [BZ #13304]
40141         * soft-fp/op-common.h (_FP_FMA): New macro.
40142         * soft-fp/op-1.h (_FP_FRAC_HIGHBIT_DW_1): New macro.
40143         (_FP_MUL_MEAT_DW_1_imm): Likewise.  Split out of ...
40144         (_FP_MUL_MEAT_1_imm): ... here.
40145         (_FP_MUL_MEAT_DW_1_wide): New macro.  Split out of ...
40146         (_FP_MUL_MEAT_1_wide): ... here.
40147         (_FP_MUL_MEAT_DW_1_hard): Likewise.  Split out of ...
40148         (_FP_MUL_MEAT_1_hard): ... here.
40149         * soft-fp/op-2.h (_FP_FRAC_HIGHBIT_DW_2): New macro.
40150         (_FP_MUL_MEAT_DW_2_wide): Likewise.  Split out of ...
40151         (_FP_MUL_MEAT_2_wide): ... here.
40152         (_FP_MUL_MEAT_DW_2_wide_3mul): New macro.  Split out of ...
40153         (_FP_MUL_MEAT_2_wide_3mul): ... here.
40154         (_FP_MUL_MEAT_DW_2_gmp): New macro.  Split out of ...
40155         (_FP_MUL_MEAT_2_gmp): ... here.
40156         * soft-fp/op-4.h (_FP_FRAC_HIGHBIT_DW_4): New macro.
40157         (_FP_MUL_MEAT_DW_4_wide): Likewise.  Split out of ...
40158         (_FP_MUL_MEAT_4_wide): ... here.
40159         (_FP_MUL_MEAT_DW_4_gmp): New macro.  Split out of ...
40160         (_FP_MUL_MEAT_4_gmp): ... here.
40161         * soft-fp/single.h (_FP_FRACTBITS_DW_S): New macro.
40162         (_FP_WFRACBITS_DW_S): Likewise.
40163         (_FP_WFRACXBITS_DW_S): Likewise.
40164         (_FP_HIGHBIT_DW_S): Likewise.
40165         (FP_FMA_S): Likewise.
40166         (_FP_FRAC_HIGH_DW_S): Likewise.
40167         * soft-fp/double.h (_FP_FRACTBITS_DW_D): New macro.
40168         (_FP_WFRACBITS_DW_D): Likewise.
40169         (_FP_WFRACXBITS_DW_D): Likewise.
40170         (_FP_HIGHBIT_DW_D): Likewise.
40171         (FP_FMA_D): Likewise.
40172         (_FP_FRAC_HIGH_DW_D): Likewise.
40173         * soft-fp/extended.h (_FP_FRACTBITS_DW_E): New macro.
40174         (_FP_WFRACBITS_DW_E): Likewise.
40175         (_FP_WFRACXBITS_DW_E): Likewise.
40176         (_FP_HIGHBIT_DW_E): Likewise.
40177         (FP_FMA_E): Likewise.
40178         (_FP_FRAC_HIGH_DW_E): Likewise.
40179         * soft-fp/quad.h (_FP_FRACTBITS_DW_Q): New macro.
40180         (_FP_WFRACBITS_DW_Q): Likewise.
40181         (_FP_WFRACXBITS_DW_Q): Likewise.
40182         (_FP_HIGHBIT_DW_Q): Likewise.
40183         (FP_FMA_Q): Likewise.
40184         (_FP_FRAC_HIGH_DW_Q): Likewise.
40185         * soft-fp/fmasf4.c: New file.
40186         * soft-fp/fmadf4.c: Likewise.
40187         * soft-fp/fmatf4.c: Likewise.
40189 2013-06-28  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
40191         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): Set
40192         bit_Slow_SSE4_2 and bit_Prefer_PMINUB_for_stringop for Intel
40193         Silvermont.
40194         * sysdeps/x86_64/multiarch/init-arch.h (bit_Slow_SSE4_2): New
40195         macro.
40196         (index_Slow_SSE4_2): Likewise.
40197         (index_Prefer_PMINUB_for_stringop): Likewise.
40198         * sysdeps/x86_64/multiarch/strchr.S: Skip SSE4.2 version if
40199         bit_Slow_SSE4_2 is set.
40200         * sysdeps/x86_64/multiarch/strcmp.S: Likewise.
40201         * sysdeps/x86_64/multiarch/strrchr.S: Likewise.
40203 2013-06-28  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
40205         * sysdeps/powerpc/Makefile: Add comment about generating an offset to
40206         rtld_global._dl_hwcap2.
40207         * sysdeps/powerpc/bits/hwcap.h: Added PPC_FEATURE2_* definitions for
40208         POWER8.
40209         * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_cap_flags): Extend for
40210         POWER8 feature descriptions defined in _dl_hwcap2.
40211         * sysdeps/powerpc/dl-procinfo.h (_dl_procinfo): Implement AT_HWCAP2
40212         string handling for POWER8 feature bits.
40213         (_DL_HWCAP_COUNT): Increment to 64 to cover AT_HWCAP2 bits.
40214         (_DL_HWCAP_LAST): New definition for position of last AT_HWCAP bit in
40215         _dl_powerpc_cap_flags.
40216         (_DL_HWCAP2_LAST): New definition for last usable bit of AT_HWCAP2.
40217         * sysdeps/powerpc/rtld-global-offsets.sym
40218         (RTLD_GLOBAL_RO_DL_HWCAP2_OFFSET): New offset macro to locate
40219         _dl_hwcap2 in the rtld_global_ro structure.
40221 2013-06-28  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
40223         * elf/dl-support.c (_dl_hwcap2): Add a new hwcap field for more
40224         hardware capabilities in support of AT_HWCAP2.
40225         (_dl_aux_init): Read AT_HWCAP2 into GLRO(dl_hwcap2).
40226         * elf/dl-sysdep.c (_dl_sysdep_start): Read AT_HWCAP2 into
40227         GLRO(dl_hwcap2).
40228         (_dl_show_auxv): Add support for calling _dl_procinfo to display
40229         AT_HWCAP2.  If a platform doesn't chose to handle displaying AT_HWCAP2
40230         explicitly the unknown a_type display mechanism is used.
40231         * misc/getauxval.c (__getauxval): Return GLRO(dl_hwcap2) on AT_HWCAP2.
40232         * sysdeps/generic/ldsodefs.h (rtld_global_ro): Add _dl_hwcap2 as a new
40233         struct member.
40234         * sysdeps/generic/dl-procinfo.h (_dl_procinfo): Add TYPE parameter
40235         to macro prototype for AT_HWCAP2 support.
40236         * sysdeps/i386/dl-procinfo.h: Likewise.
40237         * sysdeps/s390/dl-procinfo.h: Likewise.
40238         * sysdeps/powerpc/dl-procinfo.h (_dl_procinfo): Add TYPE parameter to
40239         macro prototype for AT_HWCAP2 support.  Make WORD unsigned long int
40240         rather than signed int.  Stub in handler for TYPE == AT_HWCAP2 to
40241         return -1 for unknown a_type display fallback.
40242         * sysdeps/sparc/dl-procinfo.h: Likewise.
40243         * sysdeps/unix/sysv/linux/i386/dl-procinfo.h: Likewise.
40244         * sysdeps/unix/sysv/linux/s390/dl-procinfo.h: Likewise.
40246 2013-06-28  Joseph Myers  <joseph@codesourcery.com>
40248         * sysdeps/unix/sysv/linux/mmap64.c (__mmap64): Shift by page_shift
40249         instead of MMAP2_PAGE_SHIFT in call to INLINE_SYSCALL.
40251 2013-06-28  Pierre Ynard  <linkfanel@yahoo.fr>
40253         [BZ #12492]
40254         * elf/dl-load.c (_dl_map_object_from_fd): Test for failure of
40255         mprotect making __stack_prot writable.
40257 2013-06-28  Nathan Froyd  <froydnj@codesourcery.com>
40258             Joseph Myers  <joseph@codesourcery.com>
40260         * elf/dl-profile.c (struct here_cg_arc_record): Declare 'count'
40261         as being properly aligned.
40263 2013-06-28  Maciej W. Rozycki  <macro@codesourcery.com>
40265         * dlfcn/modstatic5.c: New file.
40266         * dlfcn/tststatic5.c: New file.
40267         * dlfcn/Makefile (tests): Add tststatic5.
40268         (tests-static): Likewise.
40269         (modules-names): Add modstatic5.
40270         (tststatic5-ENV): New variable.
40271         ($(objpfx)tststatic5, $(objpfx)tststatic5.out): New dependencies.
40273         [BZ #15022]
40274         * elf/dl-support.c (_dl_main_map): New variable.
40275         (_dl_ns): Use it to initialize [LM_ID_BASE] element.
40276         (_dl_nns, _dl_load_adds): Set to 1.
40277         (_dl_initial_searchlist): Refer to _dl_main_map.
40278         (_dl_non_dynamic_init): Initialize _dl_main_map.l_origin.
40279         * elf/dl-load.c (_dl_dst_substitute) [!SHARED]: Remove fallback
40280         call to _dl_get_origin.
40281         * elf/dl-open.c (dl_open_worker): Remove !SHARED special casing
40282         around call_map.
40283         (_dl_open) [!SHARED]: Remove code to initialize GL(dl_nns).
40284         * dlfcn/modstatic3.c: New file.
40285         * dlfcn/tststatic3.c: New file.
40286         * dlfcn/tststatic4.c: New file.
40287         * dlfcn/Makefile (tests): Add tststatic3 and tststatic4.
40288         (tests-static): Likewise.
40289         (modules-names): Add modstatic3.
40290         (tststatic3-ENV, tststatic4-ENV): New variables.
40291         ($(objpfx)tststatic3, $(objpfx)tststatic3.out): New dependencies.
40292         ($(objpfx)tststatic4, $(objpfx)tststatic4.out): Likewise.
40294 2013-06-26  Joseph Myers  <joseph@codesourcery.com>
40296         * configure.in (CC): Require GCC version 4.4 or later.
40297         * configure: Regenerated.
40298         * manual/install.texi (Tools for Compilation): Update GCC version
40299         requirement.
40300         * INSTALL: Regenerated.
40302 2013-06-26  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
40304         [BZ #15674]
40305         * string/test-memcmp.c (check2): New.
40306         (main): Call check2.
40308         * sysdeps/x86_64/multiarch/memcmp-ssse3.S: Fix buffers overrun.
40310 2013-06-26  Maciej W. Rozycki  <macro@codesourcery.com>
40312         [BZ #15022]
40313         * elf/dl-open.c (_dl_open) [!SHARED]: Move call to DL_STATIC_INIT
40314         over to...
40315         (dl_open_worker) [!SHARED]: ... here.
40317 2013-06-26  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
40319         * elf/elf.h (AT_HWCAP2): Add a new a_type entry.
40321 2013-06-25  Richard Henderson  <rth@redhat.com>
40323         * locale/programs/locarchive.c: Include <libc-internal.h>
40325 2013-06-25  Joseph Myers  <joseph@codesourcery.com>
40327         * manual/texinfo.tex: Update to version 2013-06-21.17, with
40328         trailing whitespace removed.
40330 2013-06-24  Mike Frysinger  <vapier@gentoo.org>
40332         [BZ #10283]
40333         * locale/locarchive.h (struct locarhandle): Add mmap_base and mmap_len.
40334         * locale/programs/locarchive.c: Include libc-mmap.h.
40335         (prepare_address_space): Take two new outputs (the mmap base and len).
40336         Align p to MAP_FIXED_ALIGNMENT.  Set mmap base and len to the right
40337         values.
40338         (create_archive): Declare new mmap base and len values for
40339         prepare_address_space, and store the result in ah.
40340         (file_data_available_p): Replace pagesz with MAP_FIXED_ALIGNMENT.
40341         (enlarge_archive): If ah->mmap_base is not NULL, use that and
40342         ah->mmap_len to unmap rather than ah->addr and ah->reserved.
40343         Declare new mmap base and len values for
40344         prepare_address_space, and store the result in new_ah.
40345         (open_archive): Declare new mmap base and len values for
40346         prepare_address_space, and store the result in ah.
40347         (close_archive): If ah->mmap_base is not NULL, use that and
40348         ah->mmap_len to unmap rather than ah->addr and ah->reserved.
40349         * sysdeps/generic/libc-mmap.h: New file.
40351 2013-06-24  Mike Frysinger  <vapier@gentoo.org>
40353         * include/libc-internal.h (ALIGN_DOWN): New helper macro.
40354         (ALIGN_UP): Likewise.
40355         (PTR_ALIGN_DOWN): Likewise.
40356         (PTR_ALIGN_UP): Likewise.
40358 2013-06-24  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
40360         * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_platforms): Add "power8"
40361         entry mapped to PPC_PLATFORM_POWER8.
40362         * sysdeps/powerpc/dl-procinfo.h (_DL_PLATFORMS_COUNT): Increment for
40363         POWER8.
40364         (PPC_PLATFORM_POWER8): Add new platform bit for POWER8 processor.
40365         (_dl_string_platform): Add case for exporting platform position for
40366         POWER8.
40367         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power8/Implies: Chain
40368         search path to sysdeps/powerpc/powerpc32/power8 directory.
40369         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power8/Implies: Chain
40370         search path to sysdeps/powerpc/powerpc64/power8 directory.
40371         * sysdeps/powerpc/powerpc32/power8/Implies: Chain search path to
40372         power7 directories.
40373         * sysdeps/powerpc/powerpc64/power8/Implies: Chain search path to
40374         power7 directories.
40376 2013-06-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
40378         * INSTALL: Regenerate.
40380         * nscd/connections.c (nscd_init): Fix comment.
40382 2013-06-22  Joseph Myers  <joseph@codesourcery.com>
40384         * sysdeps/unix/sysv/linux/libc_fatal.c: Include <string.h>.
40386         [BZ #15667]
40387         * soft-fp/op-4.h (__FP_FRAC_ADD_3): Rename variables _c1 and _c2
40388         to __FP_FRAC_ADD_3_c1 and __FP_FRAC_ADD_3_c2.
40390 2013-06-21  Maciej W. Rozycki  <macro@codesourcery.com>
40392         * elf/dl-dst.h (DL_DST_REQUIRED): Remove call to
40393         DL_DST_REQ_STATIC.
40394         (DL_DST_REQ_STATIC): Remove macro.
40396 2013-06-21  Joseph Myers  <joseph@codesourcery.com>
40398         [BZ #7006]
40399         * soft-fp/op-common.h (_FP_FROM_INT): Do not call _FP_FRAC_SLL
40400         with a shift of 0 bits.
40402 2013-06-21  Maciej W. Rozycki  <macro@codesourcery.com>
40404         * dlfcn/Makefile (tststatic2-ENV): Redefine in terms of
40405         $(tststatic-ENV).
40407 2013-06-21  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
40409         [BZ #15655]
40410         * sysdeps/sh/sh4/fpu/fgetexcptflg.c: New file.
40412 2013-06-20  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
40414         * config.h.in (HAVE_CC_INHIBIT_LOOP_TO_LIBCALL): New define.
40415         * configure.in (libc_cv_cc_loop_to_function): Check if compiler
40416         accepts -fno-tree-loop-distribute-patterns.
40417         * include/libc-symbols.h (inhibit_loop_to_libcall): New macro.
40418         * string/memmove.c (MEMMOVE): Disable loop transformation to avoid
40419         recursive call.
40420         * string/memset.c (memset): Likewise.
40421         * string/test-memmove.c (simple_memmove): Disable loop transformation
40422         to library calls.
40423         * string/test-memset.c (simple_memset): Likewise.
40424         * benchtests/bench-memmove.c (simple_memmove): Likewise.
40425         * benchtests/bench-memset.c (simple_memset): Likewise.
40426         * configure: Regenerated.
40428 2013-06-20  Joseph Myers  <joseph@codesourcery.com>
40430         * math/test-misc.c (main): Ignore fesetround failure when failures
40431         of subsequent rounding tests would be ignored.
40433         [BZ #15654]
40434         * math/fedisblxcpt.c (fedisableexcept): Return 0.
40435         * math/feenablxcpt.c (feenableexcept): Return 0 for argument 0.
40436         * math/fegetenv.c (__fegetenv): Return 0.
40437         * math/fegetexcept.c (fegetexcept): Return 0.
40438         * math/fegetround.c (fegetround) [FE_TONEAREST]: Return
40439         FE_TONEAREST.
40440         * math/feholdexcpt.c (feholdexcept): Return 0.
40441         * math/fesetenv.c (__fesetenv): Return 0.
40442         * math/fesetround.c (fesetround) [FE_TONEAREST]: Return 0 for
40443         argument FE_TONEAREST.
40444         * math/feupdateenv.c (__feupdateenv): Return 0.
40445         * math/fgetexcptflg.c (__fegetexceptflag): Return 0.
40447 2013-06-18  Roland McGrath  <roland@hack.frob.com>
40449         * elf/rtld-Rules (rtld-compile-command.S): New variable.
40450         (rtld-compile-command.s, rtld-compile-command.c): New variables.
40451         ($(objpfx)rtld-%.os rules): Use them.
40453 2013-06-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
40455         * nptl/sysdeps/powerpc/tls.h (tcbhead_t): Add Event-Based Branch
40456         fields.
40458 2013-06-17  Roland McGrath  <roland@hack.frob.com>
40460         * scripts/sysd-rules.awk: Sort sysd_rules_patterns by descending
40461         length of target pattern, then descending length of dependency pattern.
40462         * configure.in (AWK): Require gawk 3.1.2 or newer.
40463         * manual/install.texi (Tools for Compilation): Say that we do.
40464         * configure: Regenerated.
40466         * Makerules [inhibit-sysdep-asm] (check-inhibit-asm): Variable removed.
40467         ($(common-objpfx)sysd-rules): Replace shell logic with running ...
40468         * scripts/sysd-rules.awk: ... this new script.
40469         * sysdeps/mach/hurd/Makefile (inhibit-sysdep-asm): Use a regexp rather
40470         than a glob-style pattern.
40472 2013-06-17  Joseph Myers  <joseph@codesourcery.com>
40474         * math/test-misc.c (main): Do not treat incorrectly rounded
40475         conversions as failure unless ROUNDING_TESTS passes.
40477 2013-06-15  Joseph Myers  <joseph@codesourcery.com>
40479         [BZ #15631]
40480         * sysdeps/ieee754/dbl-64/e_sqrt.c (__ieee754_sqrt): Save and
40481         restore exception state around main square root computation, then
40482         check for inexactness explicitly.
40484         * math/libm-test.inc (fma_test_data): Add another test.
40486 2013-06-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
40488         * manual/threads.texi (Non-POSIX Extensions): New document
40489         node.  Document pthread_getattr_default_np and
40490         pthread_setattr_default_np.
40492         * Versions.def (libpthread): Add GLIBC_2.18.
40493         * sysdeps/unix/sysv/linux/i386/nptl/libpthread.abilist: Update.
40494         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libpthread.abilist:
40495         Likewise.
40496         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread.abilist:
40497         Likewise.
40498         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
40499         Likewise.
40500         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
40501         Likewise.
40502         * sysdeps/unix/sysv/linux/sh/nptl/libpthread.abilist:
40503         Likewise.
40504         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libpthread.abilist:
40505         Likewise.
40506         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libpthread.abilist:
40507         Likewise.
40508         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libpthread.abilist:
40509         Likewise.
40510         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libpthread.abilist:
40511         Likewise.
40513 2013-06-14  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
40515         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
40516         Set bit_Fast_Unaligned_Load for Intel Silvermont architecture.
40518 2013-06-14  Siddhesh Poyarekar  <siddhesh@redhat.com>
40519             H.J. Lu  <hjl.tools@gmail.com>
40521         [BZ #15627]
40522         * sysdeps/x86_64/rtld-memset.c: Remove file.
40523         * sysdeps/x86_64/rtld-memset.S: New file.
40525 2013-06-14  Joseph Myers  <joseph@codesourcery.com>
40527         * stdlib/tst-strtod-round.c: Include <math-tests.h>.
40528         (test_in_one_mode): Take arguments for whether the rounding mode
40529         is supported for each floating-point type.
40530         (do_test): Pass new arguments to test_in_one_mode using
40531         ROUNDING_TESTS.
40533 2013-06-13  Roland McGrath  <roland@hack.frob.com>
40535         * posix/tst-waitid.c (do_test): Distinguish different instances of
40536         stopped/continued in CHECK_SIGCHLD uses.  Insert a delay between
40537         sending SIGSTOP and calling waitpid to ensure SIGCHLD gets delivered
40538         before entering the kernel for waitpid.
40540 2013-06-13  Siddhesh Poyarekar  <siddhesh@redhat.com>
40542         * NEWS: Fix note on clock function precision.  Text by Roland
40543         McGrath.
40545 2013-06-13  Roland McGrath  <roland@hack.frob.com>
40547         * elf/Makefile ($(objpfx)ld.so): Link into a temporary file and move
40548         it into place only when and if the sanity check passes.
40550 2013-06-13  Joseph Myers  <joseph@codesourcery.com>
40552         * stdlib/gen-tst-strtod-round.c (round_str): Always generate
40553         output for whether conversion result is exact.  Take argument
40554         indicating whether type is IBM long double.
40555         (round_for_all): Change need_exact field to ibm_ld.
40556         * stdlib/tst-strtod-round.c (struct exactness): New type.
40557         (struct test): Change bool ld_ok field to struct exactness exact.
40558         (TEST): Update all definitions for change to field.
40559         (tests): Regenerate array contents.
40560         (test_in_one_mode): Take pointer to new field instead of old ld_ok
40561         field value.  Check for IBM long double here.
40562         (do_test): Update calls to test_in_one_mode.
40564 2013-06-13  Siddhesh Poyarekar  <siddhesh@redhat.com>
40566         [BZ #12515]
40567         * sysdeps/unix/sysv/linux/clock.c (clock): Use result from
40568         CLOCK_PROCESS_CPUTIME_ID clock instead of __times.
40570 2013-06-12  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
40572         [BZ #15605]
40573         * sysdeps/generic/symbol-hacks.h: Add workaround for memset/memmove calls
40574         generated by the compiler on loop optimizations.
40575         * sysdeps/wordsize-32/symbol-hacks.h: Include next symbol-hacks.h for
40576         general definitions.
40578 2013-06-12  Joseph Myers  <joseph@codesourcery.com>
40580         * math/bug-nextafter.c: Include <math-tests.h>.
40581         (main): Only test for exceptions if EXCEPTION_TESTS is true for
40582         the relevant type.
40583         * math/bug-nexttoward.c: Include <math-tests.h>.
40584         (main): Only test for exceptions if EXCEPTION_TESTS is true for
40585         the relevant type.
40586         * math/test-misc.c: Include <math-tests.h>.
40587         (main): Only test for exceptions if EXCEPTION_TESTS is true for
40588         the relevant type.
40590 2013-06-12  Andreas Jaeger  <aj@suse.de>
40592         * po/ia.po: Update Interlingua translation from translation
40593         project.
40595 2013-06-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
40597         * include/fenv.h: Include stdbool.h.
40598         (struct rm_ctx): New structure.
40599         * sysdeps/generic/math_private.h (SET_RESTORE_ROUND_GENERIC):
40600         Define macro.
40601         (SET_RESTORE_ROUND): Define using SET_RESTORE_ROUND_GENERIC.
40602         (SET_RESTORE_ROUNDF): Likewise.
40603         (SET_RESTORE_ROUNDL): Likewise.
40604         (SET_RESTORE_ROUND_NOEX): Likewise.
40605         (SET_RESTORE_ROUND_NOEXF): Likewise.
40606         (SET_RESTORE_ROUND_NOEXL): Likewise.
40607         (SET_RESTORE_ROUND_53BIT): Likewise.
40608         [HAVE_RM_CTX] (libc_feresetround_noex_ctx): Define macro.
40609         (libc_feresetround_noexf_ctx): Likewise.
40610         (libc_feresetround_noexl_ctx): Likewise.
40611         (libc_feholdsetround_53bit_ctx): Likewise.
40612         (libc_feresetround_53bit_ctx): Likewise.
40613         * sysdeps/i386/fpu/fenv_private.h (HAVE_RM_CTX): Define macro.
40614         (libc_feholdexcept_setround_sse_ctx): New function.
40615         (libc_fesetenv_sse_ctx): Likewise.
40616         (libc_feupdateenv_sse_ctx): Likewise.
40617         (libc_feholdexcept_setround_387_prec_ctx): Likewise.
40618         (libc_feholdexcept_setround_387_ctx): Likewise.
40619         (libc_feholdexcept_setround_387_53bit_ctx): Likewise.
40620         (libc_feholdsetround_387_prec_ctx): Likewise.
40621         (libc_feholdsetround_387_ctx): Likewise.
40622         (libc_feholdsetround_387_53bit_ctx): Likewise.
40623         (libc_feholdsetround_sse_ctx): Likewise.
40624         (libc_feresetround_sse_ctx): Likewise.
40625         (libc_feresetround_387_ctx): Likewise.
40626         (libc_feupdateenv_387_ctx): Likewise.
40627         (libc_feholdexcept_setroundf_ctx): Define macro.
40628         (libc_fesetenvf_ctx): Likewise.
40629         (libc_feupdateenvf_ctx): Likewise.
40630         (libc_feholdsetroundf_ctx): Likewise.
40631         (libc_feresetroundf_ctx): Likewise.
40632         (libc_feholdexcept_setround_ctx): Likewise.
40633         (libc_fesetenv_ctx): Likewise.
40634         (libc_feupdateenv_ctx): Likewise.
40635         (libc_feholdsetround_ctx): Likewise.
40636         (libc_feresetround_ctx): Likewise.
40637         (libc_feholdexcept_setroundl_ctx): Likewise.
40638         (libc_feupdateenvl_ctx): Likewise.
40639         (libc_feholdsetroundl_ctx): Likewise.
40640         (libc_feresetroundl_ctx): Likewise.
40641         [!__SSE2_MATH__] (libc_feholdsetround_53bit_ctx): Likewise.
40642         (libc_feresetround_53bit_ctx): Likewise.
40644 2013-06-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
40646         * locale/iso-639.def: Convert to UTF-8.
40648 2013-06-11  Joseph Myers  <joseph@codesourcery.com>
40650         * sysdeps/generic/math-tests.h (EXCEPTION_TESTS_float): New macro.
40651         (EXCEPTION_TESTS_double): Likewise.
40652         (EXCEPTION_TESTS_long_double): Likewise.
40653         (EXCEPTION_TESTS): Likewise.
40654         * math/libm-test.inc (test_exceptions): Only test exceptions if
40655         EXCEPTION_TESTS (FLOAT).
40657 2013-06-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
40659         * benchtests/Makefile (string-bench): Add strcpy_chk and
40660         stpcpy_chk.
40661         * benchtests/bench-stpcpy_chk-ifunc.c: New file.
40662         * benchtests/bench-stpcpy_chk.c: New file.
40663         * benchtests/bench-strcpy_chk-ifunc.c: New file.
40664         * benchtests/bench-strcpy_chk.c: New file.
40665         * debug/test-strcpy_chk.c (do_one_test): Remove HP_TIMING
40666         code.
40667         (do_test): Likewise.
40669 2013-06-11  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
40671         * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_platforms): Add ppc405,
40672         ppc440, ppc464, and ppc476, merging from ports/ dl-procinfo.c.
40673         * sysdeps/powerpc/dl-procinfo.h: Fix whitespace by correcting spaces
40674         with tabs where appropriate.
40675         [PPC_PLATFORM_PPC405]: Define new platform merging from ports/
40676         dl-procinfo.h.
40677         [PPC_PLATFORM_PPC440]: Likewise.
40678         [PPC_PLATFORM_PPC464]: Likewise.
40679         [PPC_PLATFORM_PPC476]: Likewise.
40680         (_dl_string_platform): Add support for detecting ppc405, ppc440,
40681         ppc464, and ppc476 platform strings merging from ports/
40682         dl-procinfo.h.
40684 2013-06-11  Andreas Schwab  <schwab@suse.de>
40686         [BZ #14991]
40687         * iconvdata/big5hkscs.c (big5hkscs_to_ucs, from_ucs4)
40688         (from_ucs4_idx): Regenerate.
40689         (MIN_NEEDED_FROM, MAX_NEEDED_FROM, MIN_NEEDED_TO): Remove macros.
40690         (FROM_LOOP_MIN_NEEDED_FROM, FROM_LOOP_MAX_NEEDED_FROM)
40691         (FROM_LOOP_MIN_NEEDED_TO, FROM_LOOP_MAX_NEEDED_TO)
40692         (TO_LOOP_MIN_NEEDED_FROM, TO_LOOP_MAX_NEEDED_FROM)
40693         (TO_LOOP_MIN_NEEDED_TO, TO_LOOP_MAX_NEEDED_TO, PREPARE_LOOP)
40694         (EXTRA_LOOP_ARGS, SAVE_RESET_STATE, EMIT_SHIFT_TO_INIT)
40695         (EXTRA_LOOP_DECLS, MAX_NEEDED_OUTPUT): New macros.
40696         (MIN_NEEDED_INPUT, MAX_NEEDED_INPUT, MIN_NEEDED_OUTPUT): Define
40697         from FROM_LOOP and TO_LOOP specific macros.
40698         (BODY): Handle combining characters.
40699         * iconvdata/BIG5HKSCS.irreversible: Update.
40700         * iconvdata/BIG5HKSCS.precomposed: New file.
40701         * iconvdata/testdata/BIG5HKSCS: Regenerate to cover all assigned
40702         characters.
40703         * iconvdata/testdata/BIG5HKSCS..UTF8: Update.
40705 2013-06-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
40707         * include/sys/time.h: Fix indentation and add copyright header.
40709         * string/test-memccpy.c (do_one_test): Remove HP_TIMING code.
40710         (do_test): Likewise.
40711         * string/test-memchr.c (do_one_test): Likewise.
40712         (do_test): Likewise.
40713         * string/test-memcmp.c (do_one_test): Likewise.
40714         (do_test): Likewise.
40715         * string/test-memcpy.c (do_one_test): Likewise.
40716         (do_test): Likewise.
40717         * string/test-memmem.c (do_one_test): Likewise.
40718         (do_test): Likewise.
40719         (do_random_tests): Likewise.
40720         * string/test-memmove.c (do_one_test): Likewise.
40721         (do_test): Likewise.
40722         * string/test-memset.c (do_one_test): Likewise.
40723         (do_test): Likewise.
40724         * string/test-rawmemchr.c (do_one_test): Likewise.
40725         (do_test): Likewise.
40726         * string/test-strcasecmp.c (do_one_test): Likewise.
40727         (do_test): Likewise.
40728         * string/test-strcasestr.c (do_one_test): Likewise.
40729         (do_test): Likewise.
40730         * string/test-strcat.c (do_one_test): Likewise.
40731         (do_test): Likewise.
40732         * string/test-strchr.c (do_one_test): Likewise.
40733         (do_test): Likewise.
40734         * string/test-strcmp.c (do_one_test): Likewise.
40735         (do_test): Likewise.
40736         * string/test-strcpy.c (do_one_test): Likewise.
40737         (do_test): Likewise.
40738         * string/test-string.h: Likewise.
40739         (test_init): Likewise.
40740         * string/test-strlen.c (do_one_test): Likewise.
40741         (do_test): Likewise.
40742         * string/test-strncasecmp.c (do_one_test): Likewise.
40743         (do_test): Likewise.
40744         * string/test-strncat.c (do_one_test): Likewise.
40745         (do_test): Likewise.
40746         * string/test-strncmp.c (do_one_test): Likewise.
40747         (do_test_limit): Likewise.
40748         (do_test): Likewise.
40749         * string/test-strncpy.c (do_one_test): Likewise.
40750         (do_test): Likewise.
40751         * string/test-strnlen.c (do_one_test): Likewise.
40752         (do_test): Likewise.
40753         * string/test-strpbrk.c (do_one_test): Likewise.
40754         (do_test): Likewise.
40755         * string/test-strrchr.c (do_one_test): Likewise.
40756         (do_test): Likewise.
40757         * string/test-strspn.c (do_one_test): Likewise.
40758         (do_test): Likewise.
40759         * string/test-strstr.c (do_one_test): Likewise.
40760         (do_test): Likewise.
40762         * benchtests/Makefile (string-bench): Add string benchmarks.
40763         * benchtests/bench-bcopy-ifunc.c: New file.
40764         * benchtests/bench-bcopy.c: New file.
40765         * benchtests/bench-bzero-ifunc.c: New file.
40766         * benchtests/bench-bzero.c: New file.
40767         * benchtests/bench-memccpy-ifunc.c: New file.
40768         * benchtests/bench-memccpy.c: New file.
40769         * benchtests/bench-memchr-ifunc.c: New file.
40770         * benchtests/bench-memchr.c: New file.
40771         * benchtests/bench-memcmp-ifunc.c: New file.
40772         * benchtests/bench-memcmp.c: New file.
40773         * benchtests/bench-memmem-ifunc.c: New file.
40774         * benchtests/bench-memmem.c: New file.
40775         * benchtests/bench-memmove-ifunc.c: New file.
40776         * benchtests/bench-memmove.c: New file.
40777         * benchtests/bench-mempcpy-ifunc.c: New file.
40778         * benchtests/bench-mempcpy.c: New file.
40779         * benchtests/bench-memset-ifunc.c: New file.
40780         * benchtests/bench-memset.c: New file.
40781         * benchtests/bench-rawmemchr-ifunc.c: New file.
40782         * benchtests/bench-rawmemchr.c: New file.
40783         * benchtests/bench-stpcpy-ifunc.c: New file.
40784         * benchtests/bench-stpcpy.c: New file.
40785         * benchtests/bench-stpncpy-ifunc.c: New file.
40786         * benchtests/bench-stpncpy.c: New file.
40787         * benchtests/bench-strcasecmp-ifunc.c: New file.
40788         * benchtests/bench-strcasecmp.c: New file.
40789         * benchtests/bench-strcasestr-ifunc.c: New file.
40790         * benchtests/bench-strcasestr.c: New file.
40791         * benchtests/bench-strcat-ifunc.c: New file.
40792         * benchtests/bench-strcat.c: New file.
40793         * benchtests/bench-strchr-ifunc.c: New file.
40794         * benchtests/bench-strchr.c: New file.
40795         * benchtests/bench-strchrnul-ifunc.c: New file.
40796         * benchtests/bench-strchrnul.c: New file.
40797         * benchtests/bench-strcmp-ifunc.c: New file.
40798         * benchtests/bench-strcmp.c: New file.
40799         * benchtests/bench-strcpy-ifunc.c: New file.
40800         * benchtests/bench-strcpy.c: New file.
40801         * benchtests/bench-strcspn-ifunc.c: New file.
40802         * benchtests/bench-strcspn.c: New file.
40803         * benchtests/bench-strlen-ifunc.c: New file.
40804         * benchtests/bench-strlen.c: New file.
40805         * benchtests/bench-strncasecmp-ifunc.c: New file.
40806         * benchtests/bench-strncasecmp.c: New file.
40807         * benchtests/bench-strncat-ifunc.c: New file.
40808         * benchtests/bench-strncat.c: New file.
40809         * benchtests/bench-strncmp-ifunc.c: New file.
40810         * benchtests/bench-strncmp.c: New file.
40811         * benchtests/bench-strncpy-ifunc.c: New file.
40812         * benchtests/bench-strncpy.c: New file.
40813         * benchtests/bench-strnlen-ifunc.c: New file.
40814         * benchtests/bench-strnlen.c: New file.
40815         * benchtests/bench-strpbrk-ifunc.c: New file.
40816         * benchtests/bench-strpbrk.c: New file.
40817         * benchtests/bench-strrchr-ifunc.c: New file.
40818         * benchtests/bench-strrchr.c: New file.
40819         * benchtests/bench-strspn-ifunc.c: New file.
40820         * benchtests/bench-strspn.c: New file.
40821         * benchtests/bench-strstr-ifunc.c: New file.
40822         * benchtests/bench-strstr.c: New file.
40824         * benchtests/Makefile: Disable parallel execution of targets.
40825         (string-bench): Add memcpy.
40826         (benchset): New variable to store a list of benchmark sets.
40827         (bench-func): Renamed from bench.
40828         (bench-set): New target.
40829         (bench): Depend on bench-func and bench-set.
40830         * benchtests/README: Add section on benchmark sets.
40831         * benchtests/bench-memcpy-ifunc.c: New file.
40832         * benchtests/bench-memcpy.c: New file.
40833         * benchtests/bench-string.h: New file.
40835 2013-06-11  Andreas Schwab  <schwab@suse.de>
40837         [BZ #15577]
40838         * nscd/connections.c (nscd_run_worker): Always zero-terminate key.
40839         * nscd/netgroupcache.c (addgetnetgrentX): Properly handle absent
40840         values in the triple.
40841         * nscd/nscd_netgroup.c (__nscd_setnetgrent): Include zero
40842         terminator in the group key.
40844 2013-06-11  Andreas Jaeger  <aj@suse.de>
40846         * po/zh_TW.po: Update Chinese (traditional) translation from
40847         translation project.
40849 2013-06-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
40851         * include/time.h (__clock_gettime): Add libc_hidden_proto.
40852         * rt/clock_getcpuclockid.c (clock_getcpuclockid): Rename to
40853         __clock_getcpuclockid.  Add weak_alias and libc_hidden_def.
40854         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c
40855         (clock_getcpuclockid): Likewise.
40856         * rt/clock_getres.c (clock_getres): Rename to __clock_getres.
40857         Add weak_alias and libc_hidden_def.
40858         * sysdeps/posix/clock_getres.c (clock_getres): Likewise.
40859         * rt/clock_gettime.c (clock_gettime): Rename to
40860         __clock_gettime.  Add weak_alias and libc_hidden_def.
40861         * sysdeps/unix/clock_gettime.c (clock_gettime): Likewise.
40862         * rt/clock_nanosleep.c (clock_nanosleep): Rename to
40863         __clock_nanosleep.  Add weak_alias and libc_hidden_def.
40864         * sysdeps/unix/clock_nanosleep.c (clock_nanosleep): Likewise.
40865         * sysdeps/unix/sysv/linux/clock_nanosleep.c (clock_nanosleep):
40866         Likewise.
40867         * rt/clock_settime.c (clock_settime): Rename to
40868         __clock_settime.  Add weak_alias and libc_hidden_def.
40869         * sysdeps/unix/clock_settime.c (clock_settime): Likewise.
40871 2013-06-10  Joseph Myers  <joseph@codesourcery.com>
40873         * mach/err_boot.sub: Remove trailing whitespace.
40874         * mach/err_ipc.sub: Likewise.
40875         * mach/err_mach.sub: Likewise.
40877         * sysdeps/generic/math-tests.h (ROUNDING_TESTS_float): New macro.
40878         (ROUNDING_TESTS_double): Likewise.
40879         (ROUNDING_TESTS_long_double): Likewise.
40880         (ROUNDING_TESTS): Likewise.
40881         * math/libm-test.inc: Include <math-tests.h>.
40882         (IF_ROUND_INIT_FE_DOWNWARD): Use ROUNDING_TESTS.
40883         (IF_ROUND_INIT_FE_TONEAREST): Likewise.
40884         (IF_ROUND_INIT_FE_TOWARDZERO): Likewise.
40885         (IF_ROUND_INIT_FE_UPWARD): Likewise.
40887 2013-06-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
40889         * benchtests/Makefile (CPPFLAGS-nonlib): Append values instead
40890         of assigning.
40892 2013-06-08  Joseph Myers  <joseph@codesourcery.com>
40894         * sysdeps/gnu/errlist.awk: Do not generate space at end of
40895         otherwise empty TRANS lines.
40896         * sysdeps/gnu/errlist.c: Regenerated.
40898         * catgets/gencat.c (error_print): Use (void) in function
40899         definition.
40900         * crypt/crypt_util.c (__init_des): Likewise.
40901         * crypt/speeds.c (Stop): Likewise.
40902         (main): Likewise.
40903         * hurd/hurdmalloc.c (print_malloc_free_list): Likewise.
40904         * inet/ruserpass.c (token): Likewise.
40905         * intl/finddomain.c (_nl_finddomain_subfreeres): Likewise.
40906         * intl/localealias.c (extend_alias_table): Likewise.
40907         * intl/plural-exp.c (init_germanic_plural): Likewise.
40908         * libio/fcloseall.c (__fcloseall): Likewise.
40909         * libio/genops.c (_IO_flush_all): Likewise.
40910         (_IO_flush_all_linebuffered): Likewise.
40911         (_IO_cleanup): Likewise.
40912         (_IO_iter_begin): Likewise.
40913         (_IO_iter_end): Likewise.
40914         (_IO_list_lock): Likewise.
40915         (_IO_list_unlock): Likewise.
40916         (_IO_list_resetlock): Likewise.
40917         * libio/getchar.c (getchar): Likewise.
40918         * libio/getchar_u.c (getchar_unlocked): Likewise.
40919         * libio/getwchar.c (getwchar): Likewise.
40920         * libio/getwchar_u.c (getwchar_unlocked): Likewise.
40921         * libio/oldstdfiles.c (_IO_check_libio): Likewise.
40922         * login/getpt.c (__getpt): Likewise.
40923         * login/tst-utmp.c (main): Likewise.
40924         * malloc/hooks.c (__malloc_check_init): Likewise.
40925         * malloc/malloc.c (__malloc_stats): Likewise.
40926         * malloc/mtrace.c (tr_break): Likewise.
40927         (mtrace): Likewise.
40928         (muntrace): Likewise.
40929         * misc/fstab.c (endfsent): Likewise.
40930         * misc/getclktck.c (__getclktck): Likewise.
40931         * misc/getdtsz.c (__getdtablesize): Likewise.
40932         * misc/gethostid.c (gethostid): Likewise.
40933         * misc/getpagesize.c (__getpagesize): Likewise.
40934         * misc/getsysstats.c (__get_nprocs_conf): Likewise.
40935         (__get_nprocs): Likewise.
40936         (__get_phys_pages): Likewise.
40937         (__get_avphys_pages): Likewise.
40938         * misc/getttyent.c (getttyent): Likewise.
40939         (setttyent): Likewise.
40940         (endttyent): Likewise.
40941         * misc/getusershell.c (getusershell): Likewise.
40942         (endusershell): Likewise.
40943         (setusershell): Likewise.
40944         (initshells): Likewise.
40945         * misc/hsearch.c (__hdestroy): Likewise.
40946         * misc/sync.c (sync): Likewise.
40947         * misc/syslog.c (closelog_internal): Likewise.
40948         (closelog): Likewise.
40949         * misc/ttyslot.c (ttyslot): Likewise.
40950         * misc/vhangup.c (vhangup): Likewise.
40951         * posix/fork.c (__fork): Likewise.
40952         * posix/getegid.c (__getegid): Likewise.
40953         * posix/geteuid.c (__geteuid): Likewise.
40954         * posix/getgid.c (__getgid): Likewise.
40955         * posix/getpid.c (__getpid): Likewise.
40956         * posix/getppid.c (__getppid): Likewise.
40957         * posix/getuid.c (__getuid): Likewise.
40958         * posix/pause.c (pause): Likewise.
40959         * posix/setpgrp.c (setpgrp): Likewise.
40960         * posix/setsid.c (__setsid): Likewise.
40961         * posix/test-vfork.c (noop): Likewise.
40962         * resolv/gethnamaddr.c (_endhtent): Likewise.
40963         (_gethtent): Likewise.
40964         (ht_endhostent): Likewise.
40965         (gethostent): Likewise.
40966         (dns_service): Likewise.
40967         * stdlib/drand48.c (drand48): Likewise.
40968         * stdlib/lrand48.c (lrand48): Likewise.
40969         * stdlib/mrand48.c (mrand48): Likewise.
40970         * stdlib/rand.c (rand): Likewise.
40971         * stdlib/random.c (__random): Likewise.
40972         * stdlib/setenv.c (clearenv): Likewise.
40973         * sunrpc/clnt_tcp.c (clnttcp_abort): Likewise.
40974         * sunrpc/clnt_unix.c (clntunix_abort): Likewise.
40975         * sysdeps/mach/getpagesize.c (__getpagesize): Likewise.
40976         * sysdeps/mach/getsysstats.c (__get_nprocs_conf): Likewise.
40977         (__get_nprocs): Likewise.
40978         (__get_phys_pages): Likewise.
40979         (__get_avphys_pages): Likewise.
40980         * sysdeps/mach/hurd/dl-sysdep.c (__getpid): Likewise.
40981         * sysdeps/mach/hurd/getclktck.c (__getclktck): Likewise.
40982         * sysdeps/mach/hurd/getdtsz.c (__getdtablesize): Likewise.
40983         * sysdeps/mach/hurd/getegid.c (__getegid): Likewise.
40984         * sysdeps/mach/hurd/geteuid.c (__geteuid): Likewise.
40985         * sysdeps/mach/hurd/getgid.c (__getgid): Likewise.
40986         * sysdeps/mach/hurd/gethostid.c (gethostid): Likewise.
40987         * sysdeps/mach/hurd/getlogin.c (getlogin): Likewise.
40988         * sysdeps/mach/hurd/getpid.c (__getpid): Likewise.
40989         * sysdeps/mach/hurd/getppid.c (__getppid): Likewise.
40990         * sysdeps/mach/hurd/getuid.c (__getuid): Likewise.
40991         * sysdeps/mach/hurd/sync.c (sync): Likewise.
40992         * sysdeps/posix/clock.c (clock): Likewise.
40993         * sysdeps/unix/bsd/setsid.c (__setsid): Likewise.
40994         * sysdeps/unix/getpagesize.c (__getpagesize): Likewise.
40995         * sysdeps/unix/sysv/linux/getclktck.c (__getclktck): Likewise.
40996         * sysdeps/unix/sysv/linux/gethostid.c (gethostid): Likewise.
40997         * sysdeps/unix/sysv/linux/getpagesize.c (__getpagesize): Likewise.
40998         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Likewise.
40999         (__get_nprocs_conf): Likewise.
41000         (__get_phys_pages): Likewise.
41001         (__get_avphys_pages): Likewise.
41002         * time/clock.c (clock): Likewise.
41003         * time/tzset.c (__tzname_max): Likewise.
41005 2013-06-07  Joseph Myers  <joseph@codesourcery.com>
41007         * bits/byteswap.h [__GNUC__ && !__GNUC_PREREQ (4, 3)]
41008         (__bswap_32): Do not use "register".
41009         * crypt/crypt.c (_ufc_doit_r): Likewise.
41010         * debug/stpcpy_chk.c (__stpcpy_chk): Likewise.
41011         * debug/wcscat_chk.c (__wcscat_chk): Likewise.
41012         * gmon/gmon.c (__monstartup): Likewise.
41013         * gmon/mcount.c (_MCOUNT_DECL(frompc, selfpc)): Likewise.
41014         * hurd/hurdmalloc.c (more_memory): Likewise.
41015         (malloc): Likewise.
41016         (free): Likewise.
41017         (realloc): Likewise.
41018         (malloc_fork_prepare): Likewise.
41019         (malloc_fork_parent): Likewise.
41020         (malloc_fork_child): Likewise.
41021         * include/rpc/auth_des.h (xdr_authdes_verf): Likewise.
41022         (_svcauth_des): Likewise.
41023         * inet/inet_lnaof.c (inet_lnaof): Likewise.
41024         * inet/inet_net.c (inet_network): Likewise.
41025         * inet/inet_netof.c (inet_netof): Likewise.
41026         * inet/rcmd.c (__validuser2_sa): Likewise.
41027         * io/fts.c (fts_open): Likewise.
41028         (fts_load): Likewise.
41029         (fts_close): Likewise.
41030         (fts_read): Likewise.
41031         (fts_children): Likewise.
41032         (fts_build): Likewise.
41033         (fts_stat): Likewise.
41034         (fts_sort): Likewise.
41035         (fts_alloc): Likewise.
41036         (fts_lfree): Likewise.
41037         * libio/fileops.c (_IO_new_file_xsputn): Likewise.
41038         (_IO_file_xsgetn): Likewise.
41039         (_IO_file_xsgetn_mmap): Likewise.
41040         * libio/iofopncook.c (_IO_cookie_read): Likewise.
41041         (_IO_cookie_write): Likewise.
41042         * libio/oldfileops.c (_IO_old_file_xsputn): Likewise.
41043         * libio/wfileops.c (_IO_wfile_xsputn): Likewise.
41044         * mach/msgserver.c (__mach_msg_server_timeout): Likewise.
41045         * malloc/obstack.c (_obstack_begin): Likewise.
41046         (_obstack_begin_1): Likewise.
41047         (_obstack_newchunk): Likewise.
41048         (_obstack_allocated_p): Likewise.
41049         (obstack_free): Likewise.
41050         (_obstack_memory_used): Likewise.
41051         * misc/getttyent.c (getttynam): Likewise.
41052         (getttyent): Likewise.
41053         (skip): Likewise.
41054         (value): Likewise.
41055         * misc/getusershell.c (initshells): Likewise.
41056         * misc/syslog.c (__vsyslog_chk): Likewise.
41057         * misc/ttyslot.c (ttyslot): Likewise.
41058         * nis/nis_hash.c (__nis_hash): Likewise.
41059         * posix/fnmatch_loop.c (FCT): Likewise.
41060         * posix/getconf.c (print_all): Likewise.
41061         (main): Likewise.
41062         * posix/getopt.c (exchange): Likewise.
41063         * posix/glob.c (globfree): Likewise.
41064         (prefix_array): Likewise.
41065         (__glob_pattern_type): Likewise.
41066         * resolv/arpa/nameser.h (NS_GET16): Likewise.
41067         (NS_GET32): Likewise.
41068         (NS_PUT16): Likewise.
41069         (NS_PUT32): Likewise.
41070         * resolv/gethnamaddr.c (getanswer): Likewise.
41071         (gethostbyname2): Likewise.
41072         (gethostbyaddr): Likewise.
41073         (_gethtent): Likewise.
41074         (_gethtbyname2): Likewise.
41075         (_gethtbyaddr): Likewise.
41076         * resolv/ns_print.c (dst_s_get_int16): Likewise.
41077         * resolv/nss_dns/dns-host.c (getanswer_r): Likewise.
41078         * resolv/res_init.c (__res_vinit): Likewise.
41079         (net_mask): Likewise.
41080         * resolv/res_mkquery.c (outchar): Likewise.
41081         (PRINT): Likewise.
41082         * stdio-common/printf_fp.c (outchar): Likewise.
41083         (PRINT): Likewise.
41084         * stdio-common/printf_fphex.c (outchar): Likewise.
41085         (PRINT): Likewise.
41086         * stdio-common/printf_size.c (outchar): Likewise.
41087         (PRINT): Likewise.
41088         * stdio-common/test_rdwr.c (main): Likewise.
41089         * stdio-common/tfformat.c (matches): Likewise.
41090         * stdio-common/vfprintf.c (outchar): Likewise.
41091         (printf_unknown): Likewise.
41092         (buffered_vfprintf): Likewise.
41093         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Likewise.
41094         * stdio-common/xbug.c (AppendToBuffer): Likewise.
41095         (ReadFile): Likewise.
41096         * stdlib/qsort.c (SWAP): Likewise.
41097         (_quicksort): Likewise.
41098         * stdlib/setenv.c (__add_to_environ): Likewise.
41099         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Likewise.
41100         * stdlib/strtol_l.c (__strtol_l): Likewise.
41101         * stdlib/tst-strtod.c (main): Likewise.
41102         * stdlib/tst-strtol.c (main): Likewise.
41103         * stdlib/tst-strtoll.c (main): Likewise.
41104         * string/bits/string2.h (__strcmp_cc): Likewise.
41105         (__strcmp_cg): Likewise.
41106         (__strcspn_c1): Likewise.
41107         (__strcspn_c2): Likewise.
41108         (__strcspn_c3): Likewise.
41109         (__strspn_c1): Likewise.
41110         (__strspn_c2): Likewise.
41111         (__strspn_c3): Likewise.
41112         (__strsep_1c): Likewise.
41113         (__strsep_2c): Likewise.
41114         (__strsep_3c): Likewise.
41115         * string/memccpy.c (__memccpy): Likewise.
41116         * string/stpcpy.c (__stpcpy): Likewise.
41117         * string/strcmp.c (strcmp): Likewise.
41118         * string/strrchr.c (strrchr): Likewise.
41119         * sysdeps/generic/sigset-cvt-mask.h (sigset_get_old_mask):
41120         Likewise.
41121         * sysdeps/mach/hurd/getcwd.c
41122         (_hurd_canonicalize_directory_name_internal): Likewise.
41123         * sysdeps/mach/i386/sysdep.h (SNARF_ARGS): Likewise.
41124         * sysdeps/powerpc/powerpc32/power6/wcschr.c (wcschr): Likewise.
41125         * sysdeps/powerpc/powerpc32/power6/wcsrchr.c (wcsrchr): Likewise.
41126         * sysdeps/x86/bits/byteswap-16.h [__GNUC__] (__bswap_16):
41127         Likewise, in both definitions.
41128         * sysdeps/x86/bits/byteswap.h (__bswap_32): Likewise, in multiple
41129         definitions.
41130         [__GNUC_PREREQ (2, 0) && !__GNUC_PREREQ (4, 3) && __WORDSIZE ==
41131         64] (__bswap_64): Likewise.
41132         * time/test_time.c (main): Likewise.
41133         * time/tzfile.c (__tzfile_read): Likewise.
41134         (__tzfile_compute): Likewise.
41135         * time/tzset.c (__tzset_parse_tz): Likewise.
41136         (tzset_internal): Likewise.
41137         (compute_change): Likewise.
41138         * wcsmbs/wcscat.c (__wcscat): Likewise.
41139         * wcsmbs/wcschr.c (wcschr): Likewise.
41140         * wcsmbs/wcschrnul.c (__wcschrnul): Likewise.
41141         * wcsmbs/wcscspn.c (wcscspn): Likewise.
41142         * wcsmbs/wcspbrk.c (wcspbrk): Likewise.
41143         * wcsmbs/wcsrchr.c (wcsrchr): Likewise.
41144         * wcsmbs/wcsspn.c (wcsspn): Likewise.
41145         * wcsmbs/wcsstr.c (wcsstr): Likewise.
41146         * wcsmbs/wmemchr.c (wmemchr): Likewise.
41147         * wcsmbs/wmemcmp.c (WMEMCMP): Likewise.
41148         * wcsmbs/wmemset.c (wmemset): Likewise.
41150 2013-06-06  Joseph Myers  <joseph@codesourcery.com>
41152         * scripts/config.guess: Update to version 2013-05-16.
41153         * scripts/config.sub: Update to version 2013-04-24.
41154         * scripts/install-sh: Update to version 2011-11-20.07.
41155         * scripts/mkinstalldirs: Update to version 2009-04-28.21.
41156         * scripts/move-if-change: Update to version 2012-01-06 07:23.
41158 2013-06-06   Ondřej Bílka  <neleai@seznam.cz>
41160         * debug/fgetws_u_chk.c: Fix leading whitespaces.
41161         * elf/sln.c: Likewise.
41162         * hurd/hurd/ioctl.h: Likewise.
41163         * hurd/hurdmalloc.c: Likewise.
41164         * hurd/xattr.c: Likewise.
41165         * include/shlib-compat.h: Likewise.
41166         * inet/ruserpass.c: Likewise.
41167         * libio/iofgets_u.c: Likewise.
41168         * libio/iofgetws_u.c: Likewise.
41169         * locale/programs/ld-identification.c: Likewise.
41170         * locale/programs/ld-time.c: Likewise.
41171         * mach/msg-destroy.c: Likewise.
41172         * nss/nss_files/files-netgrp.c: Likewise.
41173         * resolv/res_data.c: Likewise.
41174         * soft-fp/op-1.h: Likewise.
41175         * soft-fp/op-2.h: Likewise.
41176         * soft-fp/op-4.h: Likewise.
41177         * soft-fp/op-common.h: Likewise.
41178         * stdio-common/printf_fphex.c: Likewise.
41179         * stdlib/strtod_l.c: Likewise.
41180         * sunrpc/rpc/clnt.h: Likewise.
41181         * sysdeps/generic/framestate.c: Likewise.
41182         * sysdeps/i386/bsd-_setjmp.S: Likewise.
41183         * sysdeps/i386/bsd-setjmp.S: Likewise.
41184         * sysdeps/i386/__longjmp.S: Likewise.
41185         * sysdeps/i386/setjmp.S: Likewise.
41186         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Likewise.
41187         * sysdeps/ieee754/flt-32/e_rem_pio2f.c: Likewise.
41188         * sysdeps/ieee754/flt-32/k_rem_pio2f.c: Likewise.
41189         * sysdeps/ieee754/ldbl-128/e_expl.c: Likewise.
41190         * sysdeps/ieee754/ldbl-128ibm/e_expl.c: Likewise.
41191         * sysdeps/ieee754/ldbl-128ibm/s_fpclassifyl.c: Likewise.
41192         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Likewise.
41193         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c: Likewise.
41194         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c: Likewise.
41195         * sysdeps/ieee754/ldbl-128/ldbl2mpn.c: Likewise.
41196         * sysdeps/ieee754/ldbl-128/s_fpclassifyl.c: Likewise.
41197         * sysdeps/ieee754/ldbl-128/s_llrintl.c: Likewise.
41198         * sysdeps/ieee754/ldbl-128/s_llroundl.c: Likewise.
41199         * sysdeps/ieee754/ldbl-128/s_lrintl.c: Likewise.
41200         * sysdeps/ieee754/ldbl-128/s_lroundl.c: Likewise.
41201         * sysdeps/ieee754/ldbl-128/s_nexttoward.c: Likewise.
41202         * sysdeps/ieee754/ldbl-128/s_truncl.c: Likewise.
41203         * sysdeps/ieee754/ldbl-96/ldbl2mpn.c: Likewise.
41204         * sysdeps/ieee754/support.c: Likewise.
41205         * sysdeps/powerpc/powerpc32/dl-machine.c: Likewise.
41206         * sysdeps/powerpc/powerpc32/lshift.S: Likewise.
41207         * sysdeps/sparc/sparc32/__longjmp.S: Likewise.
41208         * sysdeps/sparc/sparc64/soft-fp/qp_cmp.c: Likewise.
41209         * sysdeps/sparc/sparc64/soft-fp/qp_cmpe.c: Likewise.
41210         * sysdeps/sparc/sparc64/soft-fp/qp_feq.c: Likewise.
41211         * sysdeps/sparc/sparc64/soft-fp/qp_fge.c: Likewise.
41212         * sysdeps/sparc/sparc64/soft-fp/qp_fgt.c: Likewise.
41213         * sysdeps/sparc/sparc64/soft-fp/qp_fle.c: Likewise.
41214         * sysdeps/sparc/sparc64/soft-fp/qp_flt.c: Likewise.
41215         * sysdeps/sparc/sparc64/soft-fp/qp_fne.c: Likewise.
41216         * sysdeps/sparc/sparc64/soft-fp/qp_mul.c: Likewise.
41217         * sysdeps/sparc/sparc64/soft-fp/qp_qtoi.c: Likewise.
41218         * sysdeps/sparc/sparc64/soft-fp/qp_qtoui.c: Likewise.
41219         * sysdeps/sparc/sparc64/soft-fp/qp_qtoux.c: Likewise.
41220         * sysdeps/sparc/sparc64/soft-fp/qp_qtox.c: Likewise.
41221         * sysdeps/unix/sysv/linux/lutimes.c: Likewise.
41222         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: Likewise.
41224 2013-06-05  Ondřej Bílka  <neleai@seznam.cz>
41226         * posix/transbug.c: Remove executable mode.
41228 2013-06-05  Joseph Myers  <joseph@codesourcery.com>
41230         * crypt/speeds.c: Remove trailing whitespace.
41231         * dlfcn/default.c: Likewise.
41232         * elf/ifuncdep2.c: Likewise.
41233         * elf/ifuncmain1.c: Likewise.
41234         * elf/ifuncmain1vis.c: Likewise.
41235         * elf/testobj.h: Likewise.
41236         * elf/tst-stackguard1.c: Likewise.
41237         * gmon/sys/gmon.h: Likewise.
41238         * hurd/hurdmsg.c: Likewise.
41239         * hurd/new-fd.c: Likewise.
41240         * hurd/ports-get.c: Likewise.
41241         * iconvdata/ibm1008_420.c: Likewise.
41242         * inet/tst-getni1.c: Likewise.
41243         * inet/tst-getni2.c: Likewise.
41244         * libio/ioungetc.c: Likewise.
41245         * libio/wfiledoalloc.c: Likewise.
41246         * manual/libm-err-tab.pl: Likewise.
41247         * math/w_dremf.c: Likewise.
41248         * misc/ftruncate.c: Likewise.
41249         * posix/bug-glob2.c: Likewise.
41250         * posix/tst-pcre.c: Likewise.
41251         * posix/wait4.c: Likewise.
41252         * resolv/README: Likewise.
41253         * resolv/res_debug.h: Likewise.
41254         * resolv/tst-inet_ntop.c: Likewise.
41255         * setjmp/bug269-setjmp.c: Likewise.
41256         * soft-fp/extended.h: Likewise.
41257         * soft-fp/op-1.h: Likewise.
41258         * soft-fp/op-2.h: Likewise.
41259         * soft-fp/op-4.h: Likewise.
41260         * soft-fp/op-8.h: Likewise.
41261         * soft-fp/testit.c: Likewise.
41262         * stdio-common/bug16.c: Likewise.
41263         * stdlib/random.c: Likewise.
41264         * sunrpc/rpcsvc/rquota.x: Likewise.
41265         * sysdeps/ieee754/dbl-64/powtwo.tbl: Likewise.
41266         * sysdeps/ieee754/flt-32/k_cosf.c: Likewise.
41267         * sysdeps/ieee754/flt-32/k_rem_pio2f.c: Likewise.
41268         * sysdeps/ieee754/flt-32/k_sinf.c: Likewise.
41269         * sysdeps/ieee754/flt-32/k_tanf.c: Likewise.
41270         * sysdeps/ieee754/flt-32/s_atanf.c: Likewise.
41271         * sysdeps/ieee754/flt-32/s_copysignf.c: Likewise.
41272         * sysdeps/ieee754/flt-32/s_erff.c: Likewise.
41273         * sysdeps/ieee754/flt-32/s_fabsf.c: Likewise.
41274         * sysdeps/ieee754/flt-32/s_frexpf.c: Likewise.
41275         * sysdeps/ieee754/flt-32/s_logbf.c: Likewise.
41276         * sysdeps/ieee754/ldbl-128/e_rem_pio2l.c: Likewise.
41277         * sysdeps/ieee754/ldbl-128/k_tanl.c: Likewise.
41278         * sysdeps/ieee754/ldbl-128/s_atanl.c: Likewise.
41279         * sysdeps/ieee754/ldbl-128/s_erfl.c: Likewise.
41280         * sysdeps/ieee754/ldbl-128/s_expm1l.c: Likewise.
41281         * sysdeps/ieee754/ldbl-128/s_log1pl.c: Likewise.
41282         * sysdeps/ieee754/ldbl-128/s_nexttowardf.c: Likewise.
41283         * sysdeps/ieee754/ldbl-128/s_remquol.c: Likewise.
41284         * sysdeps/ieee754/ldbl-128/s_scalblnl.c: Likewise.
41285         * sysdeps/ieee754/ldbl-128/s_scalbnl.c: Likewise.
41286         * sysdeps/ieee754/ldbl-128/s_tanl.c: Likewise.
41287         * sysdeps/ieee754/ldbl-128/t_sincosl.c: Likewise.
41288         * sysdeps/ieee754/ldbl-128ibm/k_cosl.c: Likewise.
41289         * sysdeps/ieee754/ldbl-128ibm/k_sincosl.c: Likewise.
41290         * sysdeps/ieee754/ldbl-128ibm/k_sinl.c: Likewise.
41291         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h: Likewise.
41292         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c: Likewise.
41293         * sysdeps/ieee754/ldbl-96/s_erfl.c: Likewise.
41294         * sysdeps/ieee754/s_lib_version.c: Likewise.
41295         * sysdeps/mach/hurd/check_fds.c: Likewise.
41296         * sysdeps/mach/hurd/getsockname.c: Likewise.
41297         * sysdeps/mach/hurd/net/if_ppp.h: Likewise.
41298         * sysdeps/mach/hurd/recvfrom.c: Likewise.
41299         * sysdeps/powerpc/bits/link.h: Likewise.
41300         * sysdeps/powerpc/dl-procinfo.c: Likewise.
41301         * sysdeps/powerpc/fpu/feholdexcpt.c: Likewise.
41302         * sysdeps/powerpc/fpu/fenv_const.c: Likewise.
41303         * sysdeps/powerpc/fpu/fesetenv.c: Likewise.
41304         * sysdeps/powerpc/fpu/feupdateenv.c: Likewise.
41305         * sysdeps/powerpc/fpu/s_rintf.c: Likewise.
41306         * sysdeps/powerpc/fpu/t_sqrt.c: Likewise.
41307         * sysdeps/powerpc/powerpc32/bits/atomic.h: Likewise.
41308         * sysdeps/powerpc/powerpc32/fpu/s_floor.S: Likewise.
41309         * sysdeps/powerpc/powerpc32/fpu/s_floorf.S: Likewise.
41310         * sysdeps/powerpc/powerpc32/fpu/s_isnan.S: Likewise.
41311         * sysdeps/powerpc/powerpc32/fpu/s_lround.S: Likewise.
41312         * sysdeps/powerpc/powerpc32/fpu/s_round.S: Likewise.
41313         * sysdeps/powerpc/powerpc32/fpu/s_roundf.S: Likewise.
41314         * sysdeps/powerpc/powerpc32/fpu/s_trunc.S: Likewise.
41315         * sysdeps/powerpc/powerpc32/fpu/s_truncf.S: Likewise.
41316         * sysdeps/powerpc/powerpc32/power4/fpu/s_llrint.S: Likewise.
41317         * sysdeps/powerpc/powerpc32/power4/fpu/s_llrintf.S: Likewise.
41318         * sysdeps/powerpc/powerpc32/power4/fpu/s_llround.S: Likewise.
41319         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrt.S: Likewise.
41320         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrtf.S: Likewise.
41321         * sysdeps/powerpc/powerpc32/power4/hp-timing.c: Likewise.
41322         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Likewise.
41323         * sysdeps/powerpc/powerpc32/power4/memset.S: Likewise.
41324         * sysdeps/powerpc/powerpc32/power4/wordcopy.c: Likewise.
41325         * sysdeps/powerpc/powerpc32/power5+/fpu/s_llround.S: Likewise.
41326         * sysdeps/powerpc/powerpc32/power5+/fpu/s_lround.S: Likewise.
41327         * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrt.S: Likewise.
41328         * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrtf.S: Likewise.
41329         * sysdeps/powerpc/powerpc32/power6/fpu/s_llrint.S: Likewise.
41330         * sysdeps/powerpc/powerpc32/power6/fpu/s_llrintf.S: Likewise.
41331         * sysdeps/powerpc/powerpc32/power6/fpu/s_llround.S: Likewise.
41332         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
41333         * sysdeps/powerpc/powerpc32/power6/wordcopy.c: Likewise.
41334         * sysdeps/powerpc/powerpc32/power6x/fpu/s_lround.S: Likewise.
41335         * sysdeps/powerpc/powerpc64/fpu/s_ceill.S: Likewise.
41336         * sysdeps/powerpc/powerpc64/fpu/s_floor.S: Likewise.
41337         * sysdeps/powerpc/powerpc64/fpu/s_floorf.S: Likewise.
41338         * sysdeps/powerpc/powerpc64/fpu/s_isnan.S: Likewise.
41339         * sysdeps/powerpc/powerpc64/fpu/s_llrint.S: Likewise.
41340         * sysdeps/powerpc/powerpc64/fpu/s_llrintf.S: Likewise.
41341         * sysdeps/powerpc/powerpc64/fpu/s_llround.S: Likewise.
41342         * sysdeps/powerpc/powerpc64/fpu/s_llroundf.S: Likewise.
41343         * sysdeps/powerpc/powerpc64/fpu/s_round.S: Likewise.
41344         * sysdeps/powerpc/powerpc64/fpu/s_roundf.S: Likewise.
41345         * sysdeps/powerpc/powerpc64/fpu/s_roundl.S: Likewise.
41346         * sysdeps/powerpc/powerpc64/fpu/s_trunc.S: Likewise.
41347         * sysdeps/powerpc/powerpc64/fpu/s_truncf.S: Likewise.
41348         * sysdeps/powerpc/powerpc64/fpu/s_truncl.S: Likewise.
41349         * sysdeps/powerpc/powerpc64/hp-timing.c: Likewise.
41350         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: Likewise.
41351         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrtf.c: Likewise.
41352         * sysdeps/powerpc/powerpc64/power4/memcmp.S: Likewise.
41353         * sysdeps/powerpc/powerpc64/power4/memcpy.S: Likewise.
41354         * sysdeps/powerpc/powerpc64/power5+/fpu/s_llround.S: Likewise.
41355         * sysdeps/powerpc/powerpc64/power5/fpu/s_isnan.S: Likewise.
41356         * sysdeps/powerpc/powerpc64/power6/fpu/s_isnan.S: Likewise.
41357         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Likewise.
41358         * sysdeps/powerpc/powerpc64/power6/wordcopy.c: Likewise.
41359         * sysdeps/powerpc/powerpc64/power6x/fpu/s_isnan.S: Likewise.
41360         * sysdeps/powerpc/powerpc64/power6x/fpu/s_llrint.S: Likewise.
41361         * sysdeps/powerpc/powerpc64/power6x/fpu/s_llround.S: Likewise.
41362         * sysdeps/powerpc/powerpc64/strlen.S: Likewise.
41363         * sysdeps/powerpc/powerpc64/strncmp.S: Likewise.
41364         * sysdeps/powerpc/sysdep.h: Likewise.
41365         * sysdeps/s390/s390-64/s390x-mcount.S: Likewise.
41366         * sysdeps/s390/s390-64/sub_n.S: Likewise.
41367         * sysdeps/sh/dl-trampoline.S: Likewise.
41368         * sysdeps/sh/memset.S: Likewise.
41369         * sysdeps/sh/sh4/fpu/fclrexcpt.c: Likewise.
41370         * sysdeps/sh/strlen.S: Likewise.
41371         * sysdeps/sparc/sparc32/dl-trampoline.S: Likewise.
41372         * sysdeps/sparc/sparc32/dotmul.S: Likewise.
41373         * sysdeps/sparc/sparc32/memcpy.S: Likewise.
41374         * sysdeps/sparc/sparc32/rem.S: Likewise.
41375         * sysdeps/sparc/sparc32/sdiv.S: Likewise.
41376         * sysdeps/sparc/sparc32/soft-fp/q_neg.c: Likewise.
41377         * sysdeps/sparc/sparc32/strchr.S: Likewise.
41378         * sysdeps/sparc/sparc32/udiv.S: Likewise.
41379         * sysdeps/sparc/sparc32/urem.S: Likewise.
41380         * sysdeps/sparc/sparc64/add_n.S: Likewise.
41381         * sysdeps/sparc/sparc64/memcpy.S: Likewise.
41382         * sysdeps/sparc/sparc64/rawmemchr.S: Likewise.
41383         * sysdeps/sparc/sparc64/soft-fp/s_frexpl.c: Likewise.
41384         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h: Likewise.
41385         * sysdeps/sparc/sparc64/stpncpy.S: Likewise.
41386         * sysdeps/sparc/sparc64/strncmp.S: Likewise.
41387         * sysdeps/sparc/sparc64/strncpy.S: Likewise.
41388         * sysdeps/unix/bsd/times.c: Likewise.
41389         * sysdeps/unix/sysv/linux/a.out.h: Likewise.
41390         * sysdeps/unix/sysv/linux/net/if_ppp.h: Likewise.
41391         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext.S: Likewise.
41392         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext.S: Likewise.
41393         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions: Likewise.
41394         * sysdeps/unix/sysv/linux/powerpc/sys/procfs.h: Likewise.
41395         * sysdeps/unix/sysv/linux/powerpc/sys/ucontext.h: Likewise.
41396         * sysdeps/unix/sysv/linux/s390/s390-32/clone.S: Likewise.
41397         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext.S: Likewise.
41398         * sysdeps/unix/sysv/linux/s390/s390-32/posix_fadvise64.c: Likewise.
41399         * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S: Likewise.
41400         * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S: Likewise.
41401         * sysdeps/unix/sysv/linux/s390/s390-64/mmap.S: Likewise.
41402         * sysdeps/unix/sysv/linux/s390/s390-64/register-dump.h: Likewise.
41403         * sysdeps/unix/sysv/linux/s390/s390-64/setcontext.S: Likewise.
41404         * sysdeps/unix/sysv/linux/s390/s390-64/socket.S: Likewise.
41405         * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S: Likewise.
41406         * sysdeps/unix/sysv/linux/s390/s390-64/syscall.S: Likewise.
41407         * sysdeps/unix/sysv/linux/scsi/scsi_ioctl.h: Likewise.
41408         * sysdeps/unix/sysv/linux/sh/brk.c: Likewise.
41409         * sysdeps/unix/sysv/linux/sh/clone.S: Likewise.
41410         * sysdeps/unix/sysv/linux/sh/sh3/getcontext.S: Likewise.
41411         * sysdeps/unix/sysv/linux/sh/sh3/register-dump.h: Likewise.
41412         * sysdeps/unix/sysv/linux/sh/sh3/setcontext.S: Likewise.
41413         * sysdeps/unix/sysv/linux/sh/sh3/swapcontext.S: Likewise.
41414         * sysdeps/unix/sysv/linux/sh/vfork.S: Likewise.
41415         * sysdeps/unix/sysv/linux/sparc/a.out.h: Likewise.
41416         * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S: Likewise.
41417         * sysdeps/unix/sysv/linux/sys/personality.h: Likewise.
41418         * sysdeps/x86_64/fpu/s_ceill.S: Likewise.
41419         * sysdeps/x86_64/fpu/s_llrintl.S: Likewise.
41420         * sysdeps/x86_64/strcspn.S: Likewise.
41422 2013-06-05  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
41424         * locale/C-translit.h: Revert #include <stdint.h> because this is a
41425         generated file.  Regenerate properly from gen-translit.pl.
41426         * locale/gen-translit.pl: Add #include <stdint.h>.  This generates
41427         locale/C-translit.h.
41429 2013-06-05  Andreas Schwab  <schwab@suse.de>
41431         [BZ #15100]
41432         * time/strptime_l.c (__strptime_internal): Count Sunday in a %W
41433         week as 6 instead of -1.
41434         * time/tst-strptime.c (day_tests): Add test case.
41436 2013-06-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
41438         * sysdeps/generic/math_private.h
41439         (libc_feholdexcept_setround_53bit): Replace with
41440         libc_feholdsetround_53bit.
41441         (libc_feupdateenv_53bit): Replace with
41442         libc_feresetround_53bit.
41443         (SET_RESTORE_ROUND_53BIT): Adjust.
41445 2013-06-03  Siddhesh Poyarekar  <siddhesh@redhat.com>
41447         * string/test-strchrnul.c: Add copyright header.
41449         * posix/tst-getaddrinfo4.c: Increase test timeout.
41451 2013-06-03  Carlos O'Donell  <carlos@redhat.com>
41453         [BZ #15536]
41454         * math/libm-test.inc (MAX_EXP): Remove
41455         (MIN_EXP): Define.
41456         (ulp): Use MIN_EXP - MANT_DIG.
41457         (check_ulp): Verify subnormal ulps. Only allow a range of +/- 1 ulp.
41459 2013-05-31  Carlos O'Donell  <carlos@redhat.com>
41461         * po/be.po: Revert last change.
41462         * po/zh_CN.po: Likewise.
41463         * po/header.pot: Likewise.
41465 2013-05-31  Joseph Myers  <joseph@codesourcery.com>
41467         * Makefile ($(common-objpfx)linkobj/libc.so): Define
41468         link-libc-deps to empty as target-specific variable.
41469         * Makerules (link-libc-args): New variable.
41470         (libc-for-link): Likewise.
41471         (link-libc-deps): Likewise.
41472         (lib%.so): Depend on $(link-libc-deps).  Link with
41473         $(link-libc-args).
41474         (build-module): Link with $(link-libc-args).
41475         (build-module-asneeded): Likewise.
41476         (build-module-helper-objlist): Filter out $(link-libc-deps) from
41477         list of objects.
41478         ($(common-objpfx)libc.so): Define link-libc-deps to empty as
41479         target-specific variable.
41480         ($(extra-modules-build:%=$(objpfx)%.so)): Depend on
41481         $(link-libc-deps) instead of libc.so and libc_nonshared.a.
41482         * crypt/Makefile ($(objpfx)libcrypt.so): Remove dependencies on
41483         libc.
41484         * debug/Makefile ($(objpfx)libSegFault.so): Remove dependencies on
41485         libc and ld.so.
41486         ($(objpfx)libpcprofile.so): Likewise.
41487         * dlfcn/Makefile (LDLIBS-bug-atexit3-lib.so): Remove ld.so and
41488         libc_nonshared.a.
41489         ($(objpfx)libdl.so): Remove dependencies on libc and ld.so.
41490         * hesiod/Makefile ($(objpfx)libnss_hesiod.so): Likewise.
41491         * iconvdata/extra-module.mk ($(objpfx)$(mod).so): Depend on
41492         $(link-libc-deps).
41493         ($(objpfx)$(mod).so): Remove dependencies on libc and ld.so.
41494         * locale/Makefile ($(objpfx)libBrokenLocale.so): Likewise.
41495         * login/Makefile ($(objpfx)libutil.so): Likewise.
41496         * malloc/Makefile ($(objpfx)libmemusage.so): Likewise.
41497         * math/Makefile ($(objpfx)libm.so): Likewise.
41498         * nis/Makefile ($(services:%=$(objpfx)libnss_%.so)
41499         $(objpfx)libnsl.so): Define libc-for-link as target-specific
41500         variable instead of depending directly on libc.
41501         * nss/Makefile ($(services:%=$(objpfx)libnss_%.so)): Likewise.
41502         ($(objpfx)/libnss_test1.so): Change dependencies on libc to
41503         $(link-libc-deps).
41504         * resolv/Makefile ($(objpfx)libresolv.so): Remove dependencies on
41505         libc.
41506         [$(have-ssp) = yes] (LDLIBS-resolv.so): Remove variable.
41507         ($(objpfx)libnss_dns.so): Remove dependencies on libc.
41508         ($(objpfx)libanl.so): Likewise.
41509         * rt/Makefile ($(objpfx)librt.so): Remove dependencies on libc and
41510         ld.so.
41511         * stdlib/Makefile ($(objpfx)tst-putenvmod.so): Depend on
41512         $(link-libc-deps).
41513         * sysdeps/i386/fpu/Makefile: Remove file.
41514         * sysdeps/powerpc/fpu/Makefile [$(subdir) = math]
41515         ($(objpfx)libm.so): Remove dependency on ld.so.
41517 2013-05-30  Patsy Franklin  <pfrankli@redhat.com>
41519         [BZ # 15553]
41520         * nis/yp_xdr.c (XDRMAXNAME): Define.
41521         (XDRMAXRECORD): Define.
41522         (xdr_domainname): Use XDRMAXNAME.
41523         (xdr_mapname): Likewise.
41524         (xdr_peername): Likewise.
41525         (xdr_keydat): Use XDRMAXRECORD.
41526         (xdr_valdat): Likewise.
41528 2013-05-30  Jeff Law  <law@redhat.com>
41530         [BZ #14256]
41531         * manual/errno.texi (ESTALE): Update to account for more than
41532         just NFS file systems.
41533         * sysdeps/gnu/errlist.c: Regenerated.
41535 2013-05-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
41537         [BZ #15465]
41538         * elf/Makefile (tests): Add tst-null-argv.
41539         (modules-names):  Add tst-null-argv-lib.
41540         ($(objpfx)tst-null-argv): Depend on tst-null-argv-lib.so.
41541         (tst-null-argv-ENV): Set environment for tst-null-argv.
41542         * sysdeps/generic/ldsodefs.h (DSO_FILENAME): New macro.
41543         (RTLD_PROGNAME): New macro.
41544         * elf/tst-null-argv.c: New test case.
41545         * elf/tst-null-argv-lib.c: Library for test case.
41546         * elf/dl-conflict.c (_dl_resolve_conflicts): Use DSO_FILENAME.
41547         * elf/dl-deps.c (_dl_map_object_deps): Likewise.
41548         * elf/dl-error.c (_dl_signal_error): Use RTLD_PROGNAME.
41549         * elf/dl-fini.c (_dl_fini): Use DSO_FILENAME.
41550         * elf/dl-init.c (call_init): Likewise.
41551         (_dl_init): Likewise.
41552         * elf/dl-load.c (print_search_path): Likewise.
41553         (_dl_map_object): Likewise.
41554         * elf/dl-lookup.c (do_lookup_x): Likewise.
41555         (add_dependency): Likewise.
41556         (_dl_lookup_symbol_x): Likewise.
41557         (_dl_debug_bindings): Likewise.
41558         * elf/dl-open.c (_dl_show_scope): Likewise.
41559         * elf/dl-reloc.c (_dl_relocate_object): Likewise.
41560         * elf/dl-version.c (match_symbol): Likewise.
41561         (_dl_check_map_versions): Likewise.
41562         * elf/rtld.c (dl_main): Likewise.
41563         (print_unresolved): Use RTLD_PROGNAME.
41564         (print_missing_version): Likewise.
41565         * sysdeps/i386/dl-machine.h (elf_machine_rel): Likewise.
41566         (elf_machine_rela): Likewise.
41567         * sysdeps/powerpc/powerpc32/dl-machine.c
41568         (__process_machine_rela): Likewise.
41569         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
41570         Likewise.
41571         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_rela):
41572         Likewise.
41573         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela):
41574         Likewise.
41575         * sysdeps/sh/dl-machine.h (elf_machine_rela): Likewise.
41576         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela):
41577         Likewise.
41578         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela):
41579         Likewise.
41580         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Likewise.
41582 2013-05-28  Carlos O'Donell  <carlos@redhat.com>
41584         * po/be.po: Add descriptive title.
41585         * po/zh_CN.po: Likewise.
41586         * po/header.pot: Likewise.
41588 2013-05-28  Mike Frysinger  <vapier@gentoo.org>
41590         * locale/programs/locarchive.c (create_archive): Inlucde fname in
41591         error message.
41592         (enlarge_archive): Likewise.
41594 2013-05-28  Ben North  <ben@redfrontdoor.org>
41596         * manual/arith.texi (frexp): It is the magnitude of the return
41597         value which lies in [0.5, 1), not the return value itself.
41599 2013-05-28  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
41601         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
41603 2013-05-26  Thomas Schwinge  <thomas@codesourcery.com>
41605         * stdio-common/bug26.c (main): Correct fscanf template.
41607         * sysdeps/mach/hurd/dl-sysdep.c (_dl_sysdep_start:go): Don't
41608         declare _dl_skip_args.
41610         * sysdeps/mach/hurd/i386/init-first.c (_dl_non_dynamic_init):
41611         Don't declare.
41613         * manual/platform.texi: Add missing @end deftypefun.
41615 2013-05-24  Joseph Myers  <joseph@codesourcery.com>
41617         [BZ #15529]
41618         * sysdeps/ieee754/ldbl-96/e_hypotl.c (__ieee754_hypotl): Set high
41619         bit of mantissa of 2^16382.
41620         * math/libm-test.inc (hypot_test_data): Add more tests.
41622         * math/libm-test.inc: Add drem and pow10 to list of tested
41623         functions.
41624         (pow10_test): New function.
41625         (drem_test): Likewise.
41626         (drem_test_tonearest): Likewise.
41627         (drem_test_towardzero): Likewise.
41628         (drem_test_downward): Likewise.
41629         (drem_test_upward): Likewise.
41630         (main): Call the new functions.
41632         * math/libm-test.inc (finite_test_data): Remove.
41633         (finite_test): Run tests from isfinite_test_data.
41634         (gamma_test_data): Remove.
41635         (gamma_test): Run tests from lgamma_test_data.
41636         * sysdeps/i386/fpu/libm-test-ulps: Update.
41637         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
41639 2013-05-24  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
41641         * manual/platform.texi: Add PowerPC PPR function set documentation.
41642         * sysdeps/powerpc/sys/platform/ppc.h: Add PowerPC PPR set function
41643         implementation.
41645 2013-05-24  Carlos O'Donell  <carlos@redhat.com>
41647         * math/libm-test.inc (MAX_EXP): Define.
41648         (ULPDIFF): Define.
41649         (ulp): New function.
41650         (check_float_internal): Use ULPDIFF.
41651         (cpow_test): Disable failing test.
41652         (check_ulp): Test ulp() implemetnation.
41653         (main): Call check_ulp before starting tests.
41655 2013-05-24  Joseph Myers  <joseph@codesourcery.com>
41657         * math/gen-libm-test.pl (generate_testfile): Do not handle
41658         START_DATA and END_DATA.
41659         * math/libm-test.inc (acos_test_data): Do not use START_DATA and
41660         END_DATA.
41661         (acos_tonearest_test_data): Likewise.
41662         (acos_towardzero_test_data): Likewise.
41663         (acos_downward_test_data): Likewise.
41664         (acos_upward_test_data): Likewise.
41665         (acosh_test_data): Likewise.
41666         (asin_test_data): Likewise.
41667         (asin_tonearest_test_data): Likewise.
41668         (asin_towardzero_test_data): Likewise.
41669         (asin_downward_test_data): Likewise.
41670         (asin_upward_test_data): Likewise.
41671         (asinh_test_data): Likewise.
41672         (atan_test_data): Likewise.
41673         (atanh_test_data): Likewise.
41674         (atan2_test_data): Likewise.
41675         (cabs_test_data): Likewise.
41676         (cacos_test_data): Likewise.
41677         (cacosh_test_data): Likewise.
41678         (carg_test_data): Likewise.
41679         (casin_test_data): Likewise.
41680         (casinh_test_data): Likewise.
41681         (catan_test_data): Likewise.
41682         (catanh_test_data): Likewise.
41683         (cbrt_test_data): Likewise.
41684         (ccos_test_data): Likewise.
41685         (ccosh_test_data): Likewise.
41686         (ceil_test_data): Likewise.
41687         (cexp_test_data): Likewise.
41688         (cimag_test_data): Likewise.
41689         (clog_test_data): Likewise.
41690         (clog10_test_data): Likewise.
41691         (conj_test_data): Likewise.
41692         (copysign_test_data): Likewise.
41693         (cos_test_data): Likewise.
41694         (cos_tonearest_test_data): Likewise.
41695         (cos_towardzero_test_data): Likewise.
41696         (cos_downward_test_data): Likewise.
41697         (cos_upward_test_data): Likewise.
41698         (cosh_test_data): Likewise.
41699         (cosh_tonearest_test_data): Likewise.
41700         (cosh_towardzero_test_data): Likewise.
41701         (cosh_downward_test_data): Likewise.
41702         (cosh_upward_test_data): Likewise.
41703         (cpow_test_data): Likewise.
41704         (cproj_test_data): Likewise.
41705         (creal_test_data): Likewise.
41706         (csin_test_data): Likewise.
41707         (csinh_test_data): Likewise.
41708         (csqrt_test_data): Likewise.
41709         (ctan_test_data): Likewise.
41710         (ctan_tonearest_test_data): Likewise.
41711         (ctan_towardzero_test_data): Likewise.
41712         (ctan_downward_test_data): Likewise.
41713         (ctan_upward_test_data): Likewise.
41714         (ctanh_test_data): Likewise.
41715         (ctanh_tonearest_test_data): Likewise.
41716         (ctanh_towardzero_test_data): Likewise.
41717         (ctanh_downward_test_data): Likewise.
41718         (ctanh_upward_test_data): Likewise.
41719         (erf_test_data): Likewise.
41720         (erfc_test_data): Likewise.
41721         (exp_test_data): Likewise.
41722         (exp_tonearest_test_data): Likewise.
41723         (exp_towardzero_test_data): Likewise.
41724         (exp_downward_test_data): Likewise.
41725         (exp_upward_test_data): Likewise.
41726         (exp10_test_data): Likewise.
41727         (exp2_test_data): Likewise.
41728         (expm1_test_data): Likewise.
41729         (fabs_test_data): Likewise.
41730         (fdim_test_data): Likewise.
41731         (finite_test_data): Likewise.
41732         (floor_test_data): Likewise.
41733         (fma_test_data): Likewise.
41734         (fma_towardzero_test_data): Likewise.
41735         (fma_downward_test_data): Likewise.
41736         (fma_upward_test_data): Likewise.
41737         (fmax_test_data): Likewise.
41738         (fmin_test_data): Likewise.
41739         (fmod_test_data): Likewise.
41740         (fpclassify_test_data): Likewise.
41741         (frexp_test_data): Likewise.
41742         (gamma_test_data): Likewise.
41743         (hypot_test_data): Likewise.
41744         (ilogb_test_data): Likewise.
41745         (isfinite_test_data): Likewise.
41746         (isgreater_test_data): Likewise.
41747         (isgreaterequal_test_data): Likewise.
41748         (isinf_test_data): Likewise.
41749         (isless_test_data): Likewise.
41750         (islessequal_test_data): Likewise.
41751         (islessgreater_test_data): Likewise.
41752         (isnan_test_data): Likewise.
41753         (isnormal_test_data): Likewise.
41754         (issignaling_test_data): Likewise.
41755         (isunordered_test_data): Likewise.
41756         (j0_test_data): Likewise.
41757         (j1_test_data): Likewise.
41758         (jn_test_data): Likewise.
41759         (ldexp_test_data): Likewise.
41760         (lgamma_test_data): Likewise.
41761         (lrint_test_data): Likewise.
41762         (lrint_tonearest_test_data): Likewise.
41763         (lrint_towardzero_test_data): Likewise.
41764         (lrint_downward_test_data): Likewise.
41765         (lrint_upward_test_data): Likewise.
41766         (llrint_test_data): Likewise.
41767         (llrint_tonearest_test_data): Likewise.
41768         (llrint_towardzero_test_data): Likewise.
41769         (llrint_downward_test_data): Likewise.
41770         (llrint_upward_test_data): Likewise.
41771         (log_test_data): Likewise.
41772         (log10_test_data): Likewise.
41773         (log1p_test_data): Likewise.
41774         (log2_test_data): Likewise.
41775         (logb_test_data): Likewise.
41776         (logb_downward_test_data): Likewise.
41777         (lround_test_data): Likewise.
41778         (llround_test_data): Likewise.
41779         (modf_test_data): Likewise.
41780         (nearbyint_test_data): Likewise.
41781         (nextafter_test_data): Likewise.
41782         (nexttoward_test_data): Likewise.
41783         (pow_test_data): Likewise.
41784         (pow_tonearest_test_data): Likewise.
41785         (pow_towardzero_test_data): Likewise.
41786         (pow_downward_test_data): Likewise.
41787         (pow_upward_test_data): Likewise.
41788         (remainder_test_data): Likewise.
41789         (remainder_tonearest_test_data): Likewise.
41790         (remainder_towardzero_test_data): Likewise.
41791         (remainder_downward_test_data): Likewise.
41792         (remainder_upward_test_data): Likewise.
41793         (remquo_test_data): Likewise.
41794         (rint_test_data): Likewise.
41795         (rint_tonearest_test_data): Likewise.
41796         (rint_towardzero_test_data): Likewise.
41797         (rint_downward_test_data): Likewise.
41798         (rint_upward_test_data): Likewise.
41799         (round_test_data): Likewise.
41800         (scalb_test_data): Likewise.
41801         (scalbn_test_data): Likewise.
41802         (scalbln_test_data): Likewise.
41803         (signbit_test_data): Likewise.
41804         (sin_test_data): Likewise.
41805         (sin_tonearest_test_data): Likewise.
41806         (sin_towardzero_test_data): Likewise.
41807         (sin_downward_test_data): Likewise.
41808         (sin_upward_test_data): Likewise.
41809         (sincos_test_data): Likewise.
41810         (sinh_test_data): Likewise.
41811         (sinh_tonearest_test_data): Likewise.
41812         (sinh_towardzero_test_data): Likewise.
41813         (sinh_downward_test_data): Likewise.
41814         (sinh_upward_test_data): Likewise.
41815         (sqrt_test_data): Likewise.
41816         (tan_test_data): Likewise.
41817         (tan_tonearest_test_data): Likewise.
41818         (tan_towardzero_test_data): Likewise.
41819         (tan_downward_test_data): Likewise.
41820         (tan_upward_test_data): Likewise.
41821         (tanh_test_data): Likewise.
41822         (tgamma_test_data): Likewise.
41823         (trunc_test_data): Likewise.
41824         (y0_test_data): Likewise.
41825         (y1_test_data): Likewise.
41826         (yn_test_data): Likewise.
41827         (significand_test_data): Likewise.
41829         * math/gen-libm-test.pl (@functions): Remove variable.
41830         (generate_testfile): Don't handle START and END lines.
41831         * math/libm-test.inc (START): New macro.
41832         (END): Likewise.
41833         (END_COMPLEX): Likewise.
41834         (acos_test): Use END macro without arguments.
41835         (acos_test_tonearest): Likewise.
41836         (acos_test_towardzero): Likewise.
41837         (acos_test_downward): Likewise.
41838         (acos_test_upward): Likewise.
41839         (acosh_test): Likewise.
41840         (asin_test): Likewise.
41841         (asin_test_tonearest): Likewise.
41842         (asin_test_towardzero): Likewise.
41843         (asin_test_downward): Likewise.
41844         (asin_test_upward): Likewise.
41845         (asinh_test): Likewise.
41846         (atan_test): Likewise.
41847         (atanh_test): Likewise.
41848         (atan2_test): Likewise.
41849         (cabs_test): Likewise.
41850         (cacos_test): Use END_COMPLEX macro without arguments.
41851         (cacosh_test): Likewise.
41852         (carg_test): Use END macro without arguments.
41853         (casin_test): Use END_COMPLEX macro without arguments.
41854         (casinh_test): Likewise.
41855         (catan_test): Likewise.
41856         (catanh_test): Likewise.
41857         (cbrt_test): Use END macro without arguments.
41858         (ccos_test): Use END_COMPLEX macro without arguments.
41859         (ccosh_test): Likewise.
41860         (ceil_test): Use END macro without arguments.
41861         (cexp_test): Use END_COMPLEX macro without arguments.
41862         (cimag_test): Use END macro without arguments.
41863         (clog_test): Use END_COMPLEX macro without arguments.
41864         (clog10_test): Likewise.
41865         (conj_test): Likewise.
41866         (copysign_test): Use END macro without arguments.
41867         (cos_test): Likewise.
41868         (cos_test_tonearest): Likewise.
41869         (cos_test_towardzero): Likewise.
41870         (cos_test_downward): Likewise.
41871         (cos_test_upward): Likewise.
41872         (cosh_test): Likewise.
41873         (cosh_test_tonearest): Likewise.
41874         (cosh_test_towardzero): Likewise.
41875         (cosh_test_downward): Likewise.
41876         (cosh_test_upward): Likewise.
41877         (cpow_test): Use END_COMPLEX macro without arguments.
41878         (cproj_test): Likewise.
41879         (creal_test): Use END macro without arguments.
41880         (csin_test): Use END_COMPLEX macro without arguments.
41881         (csinh_test): Likewise.
41882         (csqrt_test): Likewise.
41883         (ctan_test): Likewise.
41884         (ctan_test_tonearest): Likewise.
41885         (ctan_test_towardzero): Likewise.
41886         (ctan_test_downward): Likewise.
41887         (ctan_test_upward): Likewise.
41888         (ctanh_test): Likewise.
41889         (ctanh_test_tonearest): Likewise.
41890         (ctanh_test_towardzero): Likewise.
41891         (ctanh_test_downward): Likewise.
41892         (ctanh_test_upward): Likewise.
41893         (erf_test): Use END macro without arguments.
41894         (erfc_test): Likewise.
41895         (exp_test): Likewise.
41896         (exp_test_tonearest): Likewise.
41897         (exp_test_towardzero): Likewise.
41898         (exp_test_downward): Likewise.
41899         (exp_test_upward): Likewise.
41900         (exp10_test): Likewise.
41901         (exp2_test): Likewise.
41902         (expm1_test): Likewise.
41903         (fabs_test): Likewise.
41904         (fdim_test): Likewise.
41905         (finite_test): Likewise.
41906         (floor_test): Likewise.
41907         (fma_test): Likewise.
41908         (fma_test_towardzero): Likewise.
41909         (fma_test_downward): Likewise.
41910         (fma_test_upward): Likewise.
41911         (fmax_test): Likewise.
41912         (fmin_test): Likewise.
41913         (fmod_test): Likewise.
41914         (fpclassify_test): Likewise.
41915         (frexp_test): Likewise.
41916         (gamma_test): Likewise.
41917         (hypot_test): Likewise.
41918         (ilogb_test): Likewise.
41919         (isfinite_test): Likewise.
41920         (isgreater_test): Likewise.
41921         (isgreaterequal_test): Likewise.
41922         (isinf_test): Likewise.
41923         (isless_test): Likewise.
41924         (islessequal_test): Likewise.
41925         (islessgreater_test): Likewise.
41926         (isnan_test): Likewise.
41927         (isnormal_test): Likewise.
41928         (issignaling_test): Likewise.
41929         (isunordered_test): Likewise.
41930         (j0_test): Likewise.
41931         (j1_test): Likewise.
41932         (jn_test): Likewise.
41933         (ldexp_test): Likewise.
41934         (lgamma_test): Likewise.
41935         (lrint_test): Likewise.
41936         (lrint_test_tonearest): Likewise.
41937         (lrint_test_towardzero): Likewise.
41938         (lrint_test_downward): Likewise.
41939         (lrint_test_upward): Likewise.
41940         (llrint_test): Likewise.
41941         (llrint_test_tonearest): Likewise.
41942         (llrint_test_towardzero): Likewise.
41943         (llrint_test_downward): Likewise.
41944         (llrint_test_upward): Likewise.
41945         (log_test): Likewise.
41946         (log10_test): Likewise.
41947         (log1p_test): Likewise.
41948         (log2_test): Likewise.
41949         (logb_test): Likewise.
41950         (logb_test_downward): Likewise.
41951         (lround_test): Likewise.
41952         (llround_test): Likewise.
41953         (modf_test): Likewise.
41954         (nearbyint_test): Likewise.
41955         (nextafter_test): Likewise.
41956         (nexttoward_test): Likewise.
41957         (pow_test): Likewise.
41958         (pow_test_tonearest): Likewise.
41959         (pow_test_towardzero): Likewise.
41960         (pow_test_downward): Likewise.
41961         (pow_test_upward): Likewise.
41962         (remainder_test): Likewise.
41963         (remainder_test_tonearest): Likewise.
41964         (remainder_test_towardzero): Likewise.
41965         (remainder_test_downward): Likewise.
41966         (remainder_test_upward): Likewise.
41967         (remquo_test): Likewise.
41968         (rint_test): Likewise.
41969         (rint_test_tonearest): Likewise.
41970         (rint_test_towardzero): Likewise.
41971         (rint_test_downward): Likewise.
41972         (rint_test_upward): Likewise.
41973         (round_test): Likewise.
41974         (scalb_test): Likewise.
41975         (scalbn_test): Likewise.
41976         (scalbln_test): Likewise.
41977         (signbit_test): Likewise.
41978         (sin_test): Likewise.
41979         (sin_test_tonearest): Likewise.
41980         (sin_test_towardzero): Likewise.
41981         (sin_test_downward): Likewise.
41982         (sin_test_upward): Likewise.
41983         (sincos_test): Likewise.
41984         (sinh_test): Likewise.
41985         (sinh_test_tonearest): Likewise.
41986         (sinh_test_towardzero): Likewise.
41987         (sinh_test_downward): Likewise.
41988         (sinh_test_upward): Likewise.
41989         (sqrt_test): Likewise.
41990         (tan_test): Likewise.
41991         (tan_test_tonearest): Likewise.
41992         (tan_test_towardzero): Likewise.
41993         (tan_test_downward): Likewise.
41994         (tan_test_upward): Likewise.
41995         (tanh_test): Likewise.
41996         (tgamma_test): Likewise.
41997         (trunc_test): Likewise.
41998         (y0_test): Likewise.
41999         (y1_test): Likewise.
42000         (yn_test): Likewise.
42001         (significand_test): Likewise.
42003 2013-05-24  Ondřej Bílka  <neleai@seznam.cz>
42005         [BZ #15381]
42006         * libio/genops.c (_IO_no_init): Initialize wide struct info.
42008 2013-05-23  Edjunior Machado  <emachado@linux.vnet.ibm.com>
42010         [BZ #14894]
42011         * sysdeps/powerpc/sys/platform/ppc.h: Add __ppc_yield,
42012         __ppc_mdoio and __ppc_mdoom.
42013         * manual/platform.texi: Document new functions __ppc_yield,
42014         __ppc_mdoio and __ppc_mdoom.
42016 2013-05-22  Carlos O'Donell  <carlos@redhat.com>
42018         * elf/ldconfig.c (is_hwcap_platform): Make comments full setences.
42019         (main): Mention "tls" pseudo-hwcap is legacy.
42020         * elf/dl-hwcaps.c (_dl_important_hwcaps): Correct rounding comment.
42022 2013-05-22  Joseph Myers  <joseph@codesourcery.com>
42024         * math/gen-libm-test.pl (parse_args): Output only string of
42025         arguments as text for test name, not full call or descriptions of
42026         tests for extra outputs.
42027         (generate_testfile): Do not pass function name to parse_args.
42028         Generate this_func variable from START.
42029         * math/libm-test.inc (struct test_f_f_data): Rename test_name
42030         field to arg_str.
42031         (struct test_ff_f_data): Likewise.
42032         (test_ff_f_data_nexttoward): Likewise.
42033         (struct test_fi_f_data): Likewise.
42034         (struct test_fl_f_data): Likewise.
42035         (struct test_if_f_data): Likewise.
42036         (struct test_fff_f_data): Likewise.
42037         (struct test_c_f_data): Likewise.
42038         (struct test_f_f1_data): Likewise.  Remove field extra_name.
42039         (struct test_fF_f1_data): Likewise.
42040         (struct test_ffI_f1_data): Likewise.
42041         (struct test_c_c_data): Rename test_name field to arg_str.
42042         (struct test_cc_c_data): Likewise.
42043         (struct test_f_i_data): Likewise.
42044         (struct test_ff_i_data): Likewise.
42045         (struct test_f_l_data): Likewise.
42046         (struct test_f_L_data): Likewise.
42047         (struct test_fFF_11_data): Likewise.  Remove fields extra1_name
42048         and extra2_name.
42049         (COMMON_TEST_SETUP): New macro.
42050         (EXTRA_OUTPUT_TEST_SETUP): Likewise.
42051         (COMMON_TEST_CLEANUP): Likewise.
42052         (EXTRA_OUTPUT_TEST_CLEANUP): Likewise.
42053         (RUN_TEST_f_f): Take argument string.  Call new setup and cleanup
42054         macros.
42055         (RUN_TEST_LOOP_f_f): Update call to RUN_TEST_f_f.
42056         (RUN_TEST_2_f): Take argument string.  Call new setup and cleanup
42057         macros.
42058         (RUN_TEST_LOOP_2_f): Update call to RUN_TEST_2_f.
42059         (RUN_TEST_fff_f): Take argument string.  Call new setup and
42060         cleanup macros.
42061         (RUN_TEST_LOOP_fff_f): Update call to RUN_TEST_fff_f.
42062         (RUN_TEST_c_f): Take argument string.  Call new setup and cleanup
42063         macros.
42064         (RUN_TEST_LOOP_c_f): Update call to RUN_TEST_c_f.
42065         (RUN_TEST_f_f1): Take argument string.  Call new setup and cleanup
42066         macros.
42067         (RUN_TEST_LOOP_f_f1): Update call to RUN_TEST_f_f1.
42068         (RUN_TEST_fF_f1): Take argument string.  Call new setup and
42069         cleanup macros.
42070         (RUN_TEST_LOOP_fF_f1): Update call to RUN_TEST_fF_f1.
42071         (RUN_TEST_fI_f1): Take argument string.  Call new setup and
42072         cleanup macros.
42073         (RUN_TEST_LOOP_fI_f1): Update call to RUN_TEST_fI_f1.
42074         (RUN_TEST_ffI_f1): Take argument string.  Call new setup and
42075         cleanup macros.
42076         (RUN_TEST_LOOP_ffI_f1): Update call to RUN_TEST_ffI_f1.
42077         (RUN_TEST_c_c): Take argument string.  Call new setup and cleanup
42078         macros.
42079         (RUN_TEST_LOOP_c_c): Update call to RUN_TEST_c_c.
42080         (RUN_TEST_cc_c): Take argument string.  Call new setup and cleanup
42081         macros.
42082         (RUN_TEST_LOOP_cc_c): Update call to RUN_TEST_cc_c.
42083         (RUN_TEST_f_i): Take argument string.  Call new setup and cleanup
42084         macros.
42085         (RUN_TEST_LOOP_f_i): Update call to RUN_TEST_f_i.
42086         (RUN_TEST_f_i_tg): Take argument string.  Call new setup and
42087         cleanup macros.
42088         (RUN_TEST_LOOP_f_i_tg): Update call to RUN_TEST_f_i_tg.
42089         (RUN_TEST_ff_i_tg): Take argument string.  Call new setup and
42090         cleanup macros.
42091         (RUN_TEST_LOOP_ff_i_tg): Update call to RUN_TEST_ff_i_tg.
42092         (RUN_TEST_f_b): Take argument string.  Call new setup and cleanup
42093         macros.
42094         (RUN_TEST_LOOP_f_b): Update call to RUN_TEST_f_b.
42095         (RUN_TEST_f_b_tg): Take argument string.  Call new setup and
42096         cleanup macros.
42097         (RUN_TEST_LOOP_f_b_tg): Update call to RUN_TEST_f_b_tg.
42098         (RUN_TEST_f_l): Take argument string.  Call new setup and cleanup
42099         macros.
42100         (RUN_TEST_LOOP_f_l): Update call to RUN_TEST_f_l.
42101         (RUN_TEST_f_L): Take argument string.  Call new setup and cleanup
42102         macros.
42103         (RUN_TEST_LOOP_f_L): Update call to RUN_TEST_f_L.
42104         (RUN_TEST_fFF_11): Take argument string.  Call new setup and
42105         cleanup macros.
42106         (RUN_TEST_LOOP_fFF_11): Update call to RUN_TEST_fFF_11.
42108 2013-05-22  Edjunior Barbosa Machado  <emachado@linux.vnet.ibm.com>
42110         * sysdeps/unix/sysv/linux/bits/siginfo.h (siginfo_t): Add si_addr_lsb
42111         to _sifields.sigfault.
42112         (si_addr_lsb): Define new macro.
42113         (BUS_MCEERR_AR, BUS_MCEERR_AO): Define new values.
42114         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h: Likewise.
42115         * sysdeps/unix/sysv/linux/x86/bits/siginfo.h: Likewise.
42117 2013-05-03  Carlos O'Donell  <carlos at redhat.com>
42119         [BZ #15441]
42120         * intl/dcigettext.c (DCIGETTEXT): Skip translating if _nl_find_msg
42121         returns -1.
42122         (_nl_find_msg): Return -1 if recursive call returned -1. If newmem is
42123         null return -1.
42124         * intl/loadmsgcat.c (_nl_load_domain): If _nl_find_msg returns -1 abort
42125         loading the domain.
42127 2013-05-22  Joseph Myers  <joseph@codesourcery.com>
42129         * math/gen-libm-test.pl (parse_args): Do not include expected
42130         result in test name.
42131         * sysdeps/i386/fpu/libm-test-ulps: Update test names.
42132         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
42133         * sysdeps/s390/fpu/libm-test-ulps: Likewise.
42134         * sysdeps/sh/sh4/fpu/libm-test-ulps: Likewise.
42135         * sysdeps/sparc/fpu/libm-test-ulps: Likewise.
42136         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
42138 2013-05-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
42140         * benchtests/Makefile: Sort function entries.
42142         * benchtests/Makefile (bench): Add asin, acos, sinh, cosh,
42143         tanh, asinh, acosh, atanh.
42144         * benchtests/acos-inputs: New file.
42145         * benchtests/acosh-inputs: New file.
42146         * benchtests/asin-inputs: New file.
42147         * benchtests/asinh-inputs: New file.
42148         * benchtests/atanh-inputs: New file.
42149         * benchtests/cosh-inputs: New file.
42150         * benchtests/log-inputs: New file.
42151         * benchtests/sinh-inputs: New file.
42152         * benchtests/tanh-inputs: New file.
42154 2013-05-21  Dmitry V. Levin  <ldv@altlinux.org>
42156         [BZ #15339]
42157         * posix/tst-getaddrinfo4.c: New test.
42158         * posix/Makefile (tests): Add it.
42160 2013-05-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
42162         [BZ #15339]
42163         * nss/getXXbyYY_r.c (REENTRANT_NAME): Set NETDB_INTERNAL only
42164         when no services were used.
42165         * sysdeps/posix/getaddrinfo.c (gaih_inet): Set h_errno.
42166         Return EAI_SYSTEM if h_errno is NETDB_INTERNAL.
42168 2013-05-21  Andreas Schwab  <schwab@suse.de>
42170         [BZ #15014]
42171         * nss/getXXbyYY_r.c (INTERNAL (REENTRANT_NAME))
42172         [HANDLE_DIGITS_DOTS]: Set any_service when digits-dots parsing was
42173         successful.
42174         * nss/digits_dots.c (__nss_hostname_digits_dots): Remove
42175         redundant variable declarations and reallocation of buffer when
42176         parsing as IPv6 address.  Always set NSS status when called from
42177         reentrant functions.  Use NETDB_INTERNAL instead of TRY_AGAIN when
42178         buffer too small.  Correct computation of needed size.
42179         * nss/Makefile (tests): Add test-digits-dots.
42180         * nss/test-digits-dots.c: New test.
42182 2013-05-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
42184         * benchtests/Makefile: Remove instructions for adding
42185         benchmark tests.
42186         * benchtests/README: New file to explain how to execute and
42187         enhance the benchmark tests.
42189 2013-05-21  Andreas Schwab  <schwab@suse.de>
42191         [BZ #15493]
42192         * setjmp/Makefile (tests): Add tst-sigsetjmp.
42193         * setjmp/tst-sigsetjmp.c: New test.
42195 2013-05-20  Ondřej Bílka  <neleai@seznam.cz>
42197         * sysdeps/x86_64/memset.S (memset): New implementation.
42198         (__bzero): Likewise.
42199         (__memset_tail): New function.
42201 2013-05-20  Ondřej Bílka  <neleai@seznam.cz>
42203         * sysdeps/x86_64/multiarch/memcpy-sse2-unaligned.S: New file.
42204         * sysdeps/x86_64/multiarch/memcpy.S (__new_memcpy): Add
42205         __memcpy_sse2_unaligned ifunc selection.
42206         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines):
42207         Add memcpy-sse2-unaligned.S.
42208         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
42209         Add: __memcpy_sse2_unaligned.
42211 2013-05-19  Joseph Myers  <joseph@codesourcery.com>
42213         [BZ #15490]
42214         * sysdeps/ieee754/dbl-64/s_nearbyint.c (__nearbyint): Use
42215         math_force_eval before restoring floating-point envrionment.
42216         * sysdeps/ieee754/flt-32/s_nearbyintf.c (__nearbyintf): Likewise.
42217         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c (__nearbyintl):
42218         Likewise.
42219         * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c: Include
42220         <math_private.h>.
42221         (__nearbyintl): Use math_force_eval before restoring
42222         floating-point environment.
42223         * sysdeps/ieee754/ldbl-96/s_nearbyintl.c (__nearbyintl): Likewise.
42225         * math/gen-libm-test.pl (special_functions): Remove.
42226         (parse_args): Don't handle TEST_extra.  Handle functions with no
42227         return value.
42228         * math/libm-test.inc (struct test_sincos_data): Replace with
42229         struct test_fFF_11_data.
42230         (RUN_TEST_sincos): Replace with RUN_TEST_fFF_11.
42231         (RUN_TEST_LOOP_sincos): Replace with RUN_TEST_LOOP_fFF_11.
42232         (sincos_test_data): Change element type to struct
42233         test_fFF_11_data.  Use TEST_fFF_11 instead of TEST_extra.
42234         (sincos_test): Use RUN_TEST_LOOP_fFF_11 instead of
42235         RUN_TEST_LOOP_sincos.
42236         * math/README.libm-test: Don't mention special handling of
42237         individual functions.
42238         * sysdeps/i386/fpu/libm-test-ulps: Update names of sincos tests.
42239         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
42240         * sysdeps/s390/fpu/libm-test-ulps: Likewise.
42241         * sysdeps/sh/sh4/fpu/libm-test-ulps: Likewise.
42242         * sysdeps/sparc/fpu/libm-test-ulps: Likewise.
42243         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
42245         * math/gen-libm-test.pl (get_variable): Remove function.
42246         (parse_args): Don't show pointer parameters to call in test
42247         names.  Use "extra output N" in test names for extra outputs
42248         rather than naming variables.
42250 2013-05-18  Joseph Myers  <joseph@codesourcery.com>
42252         [BZ #15488]
42253         * math/complex.h [__USE_ISOC11 && __GNUC_PREREQ (4, 7) &&
42254         __NO_LONG_DOUBLE_MATH] (CMPLXL): Define macro.
42255         * math/tst-CMPLX.c (do_test) [NO_LONG_DOUBLE]: Do not disable long
42256         double tests.
42257         * make/tst-CMPLX2.c [NO_LONG_DOUBLE] (check_long_double): Do not
42258         disable.
42259         (do_test) [NO_LONG_DOUBLE]: Do not disable call to
42260         check_long_double.
42262         * math/gen-libm-test.pl (@tests): Remove variable.
42263         ($count): Likewise.
42264         (new_test): Remove function.
42265         (show_exceptions): New function.
42266         (special_functions): Use show_exceptions instead of new_test.
42267         (parse_args): Likewise.
42268         (generate_testfile): Pass only function name in generated call to
42269         print_max_error or print_complex_max_error.
42270         (get_ulps): Do not handle complex tests specially.
42271         (output_test): Rename to ...
42272         (get_all_ulps_for_test): ... this.  Return a string rather than
42273         printing to a file.  Require ulps to be present.
42274         (output_ulps): Generate arrays rather than #defines.
42275         * math/libm-test.inc: Move down #include of "libm-test-ulps.h".
42276         (struct ulp_data): New type.
42277         (BUILD_COMPLEX_ULP): Remove macro.
42278         (compare_ulp_data): New function.
42279         (find_ulps): Likewise.
42280         (find_test_ulps): Likewise.
42281         (find_function_ulps): Likewise.
42282         (find_complex_function_ulps): Likewise.
42283         (print_max_error): Determine allowed ulps using
42284         find_function_ulps.
42285         (print_complex_max_error): Determine allowed ulps using
42286         find_complex_function_ulps.
42287         (check_float_internal): Determine max ulps using find_test_ulps.
42288         (check_float): Do not take max_ulp parameter.  Update call to
42289         check_float_internal.
42290         (check_complex): Likewise.
42291         (check_int): Do not take max_ulp parameter.
42292         (check_long): Likewise.
42293         (check_bool): Likewise.
42294         (check_longlong): Likewise.
42295         (struct test_f_f_data): Remove max_ulp field.
42296         (struct test_ff_f_data): Likewise.
42297         (struct test_ff_f_data_nexttoward): Likewise.
42298         (struct test_fi_f_data): Likewise.
42299         (struct test_fl_f_data): Likewise.
42300         (struct test_if_f_data): Likewise.
42301         (struct test_fff_f_data): Likewise.
42302         (struct test_c_f_data): Likewise.
42303         (struct test_f_f1_data): Remove max_ulp and extra_ulp fields.
42304         (struct test_fF_f1_data): Likewise.
42305         (struct test_ffI_f1_data): Likewise.
42306         (struct test_c_c_data): Remove max_ulp field.
42307         (struct test_cc_c_data): Likewise.
42308         (struct test_f_i_data): Likewise.
42309         (struct test_ff_i_data): Likewise.
42310         (struct test_f_l_data): Likewise.
42311         (struct test_f_L_data): Likewise.
42312         (struct test_sincos_data): Likewise.
42313         (RUN_TEST_f_f): Do not handle ulps.
42314         (RUN_TEST_LOOP_f_f): Likewise.
42315         (RUN_TEST_2_f): Likewise.
42316         (RUN_TEST_LOOP_2_f): Likewise.
42317         (RUN_TEST_fff_f): Likewise.
42318         (RUN_TEST_LOOP_fff_f): Likewise.
42319         (RUN_TEST_c_f): Likewise.
42320         (RUN_TEST_LOOP_c_f): Likewise.
42321         (RUN_TEST_f_f1): Likewise.
42322         (RUN_TEST_LOOP_f_f1): Likewise.
42323         (RUN_TEST_fF_f1): Likewise.
42324         (RUN_TEST_LOOP_fF_f1): Likewise.
42325         (RUN_TEST_fI_f1): Likewise.
42326         (RUN_TEST_LOOP_fI_f1): Likewise.
42327         (RUN_TEST_ffI_f1): Likewise.
42328         (RUN_TEST_LOOP_ffI_f1): Likewise.
42329         (RUN_TEST_c_c): Likewise.
42330         (RUN_TEST_LOOP_c_c): Likewise.
42331         (RUN_TEST_cc_c): Likewise.
42332         (RUN_TEST_LOOP_cc_c): Likewise.
42333         (RUN_TEST_f_i): Likewise.
42334         (RUN_TEST_LOOP_f_i): Likewise.
42335         (RUN_TEST_f_i_tg): Likewise.
42336         (RUN_TEST_LOOP_f_i_tg): Likewise.
42337         (RUN_TEST_ff_i_tg): Likewise.
42338         (RUN_TEST_LOOP_ff_i_tg): Likewise.
42339         (RUN_TEST_f_b): Likewise.
42340         (RUN_TEST_LOOP_f_b): Likewise.
42341         (RUN_TEST_f_b_tg): Likewise.
42342         (RUN_TEST_LOOP_f_b_tg): Likewise.
42343         (RUN_TEST_f_l): Likewise.
42344         (RUN_TEST_LOOP_f_l): Likewise.
42345         (RUN_TEST_f_L): Likewise.
42346         (RUN_TEST_LOOP_f_L): Likewise.
42347         (RUN_TEST_sincos): Likewise.
42348         (RUN_TEST_LOOP_sincos): Likewise.
42350 2013-05-17  Joseph Myers  <joseph@codesourcery.com>
42352         [BZ #15480]
42353         [BZ #15485]
42354         * sysdeps/ieee754/dbl-64/e_remainder.c (__ieee754_remainder): For
42355         main case of finite arguments, set rounding mode to FE_TONEAREST
42356         and discard exceptions.
42357         * math/libm-test.inc (remainder_test_data): Disallow "inexact"
42358         exceptions.
42359         (remainder_tonearest_test_data): New variable.
42360         (remainder_test_tonearest): New function.
42361         (remainder_towardzero_test_data): New variable.
42362         (remainder_test_towardzero): New function.
42363         (remainder_downward_test_data): New variable.
42364         (remainder_test_downward): New function.
42365         (remainder_upward_test_data): New variable.
42366         (remainder_test_upward): New function.
42367         (main): Call the new test functions.
42369         * math/libm-test.inc (struct test_f_f1_data): Remove field
42370         extra_init.
42371         (struct test_fF_f1_data): Likewise.
42372         (struct test_ffI_f1_data): Likewise.
42373         (RUN_TEST_f_f1): Remove argument EXTRA_INIT.  Initialize EXTRA_VAR
42374         based on value of EXTRA_EXPECTED.
42375         (RUN_TEST_LOOP_f_f1): Update call to RUN_TEST_f_f1.
42376         (RUN_TEST_fF_f1): Remove argument EXTRA_INIT.  Initialize
42377         EXTRA_VAR based on value of EXTRA_EXPECTED.
42378         (RUN_TEST_LOOP_fF_f1): Update call to RUN_TEST_fF_f1.
42379         (RUN_TEST_fI_f1): Remove argument EXTRA_INIT.  Initialize
42380         EXTRA_VAR based on value of EXTRA_EXPECTED.
42381         (RUN_TEST_LOOP_fI_f1): Update call to RUN_TEST_fI_f1.
42382         (RUN_TEST_ffI_f1): Remove argument EXTRA_INIT.  Initialize
42383         EXTRA_VAR based on value of EXTRA_EXPECTED.
42384         (RUN_TEST_LOOP_ffI_f1): Update call to RUN_TEST_ffI_f1.
42385         * math/gen-libm-test.pl (parse_args): Don't output initializers
42386         for extra output values.
42388         * math/libm-test.inc (check_int): Expect result to be exactly
42389         equal to expected value and do not handle ulps.
42390         (check_long): Likewise.
42391         (check_longlong): Likewise.
42393         * math/libm-test.inc (ceil_test_data): Test for "inexact"
42394         exceptions.
42395         (cimag_test_data): Likewise.
42396         (conj_test_data): Likewise.
42397         (copysign_test_data): Likewise.
42398         (cproj_test_data): Likewise.
42399         (creal_test_data): Likewise.
42400         (fabs_test_data): Likewise.
42401         (fdim_test_data): Likewise.
42402         (finite_test_data): Likewise.
42403         (floor_test_data): Likewise.
42404         (fmax_test_data): Likewise.
42405         (fmin_test_data): Likewise.
42406         (fmod_test_data): Likewise.
42407         (fpclassify_test_data): Likewise.
42408         (frexp_test_data): Likewise.
42409         (ilogb_test_data): Likewise.
42410         (isfinite_test_data): Likewise.
42411         (isgreater_test_data): Likewise.
42412         (isgreaterequal_test_data): Likewise.
42413         (isinf_test_data): Likewise.
42414         (isless_test_data): Likewise.
42415         (islessequal_test_data): Likewise.
42416         (islessgreater_test_data): Likewise.
42417         (isnan_test_data): Likewise.
42418         (isnormal_test_data): Likewise.
42419         (issignaling_test_data): Likewise.
42420         (isunordered_test_data): Likewise.
42421         (ldexp_test_data): Likewise.
42422         (lrint_test_data): Likewise.
42423         (lrint_test_data) [TEST_FLOAT]: Disable one test.
42424         (lrint_test_data) [!TEST_LDOUBLE]: Likewise.
42425         (lrint_tonearest_test_data): Test for "inexact" exceptions.
42426         (lrint_tonearest_test_data) [TEST_FLOAT]: Disable one test.
42427         (lrint_tonearest_test_data) [!TEST_LDOUBLE]: Likewise.
42428         (lrint_tonearest_test_data) [TEST_LDOUBLE]: Use "L" suffix on that
42429         test input.
42430         (lrint_towardzero_test_data): Test for "inexact" exceptions.
42431         (lrint_towardzero_test_data) [TEST_FLOAT]: Disable one test.
42432         (lrint_towardzero_test_data) [!TEST_LDOUBLE]: Likewise.
42433         (lrint_towardzero_test_data) [TEST_LDOUBLE]: Use "L" suffix on
42434         that test input.
42435         (lrint_downward_test_data): Test for "inexact" exceptions.
42436         (lrint_downward_test_data) [TEST_FLOAT]: Disable one test.
42437         (lrint_downward_test_data) [!TEST_LDOUBLE]: Likewise.
42438         (lrint_downward_test_data) [TEST_LDOUBLE]: Use "L" suffix on that
42439         test input.
42440         (lrint_upward_test_data): Test for "inexact" exceptions.
42441         (lrint_upward_test_data) [TEST_LDOUBLE]: Use "L" suffix on one
42442         test input.
42443         (llrint_test_data): Test for "inexact" exceptions.
42444         (llrint_test_data) [TEST_FLOAT]: Disable one test.
42445         (llrint_tonearest_test_data): Test for "inexact" exceptions.
42446         (llrint_tonearest_test_data) [TEST_FLOAT]: Disable one test.
42447         (llrint_towardzero_test_data): Test for "inexact" exceptions.
42448         (llrint_towardzero_test_data) [TEST_FLOAT]: Disable one test.
42449         (llrint_downward_test_data): Test for "inexact" exceptions.
42450         (llrint_downward_test_data) [TEST_FLOAT]: Disable one test.
42451         (llrint_upward_test_data): Test for "inexact" exceptions.
42452         (logb_test_data): Likewise.
42453         (logb_downward_test_data): Likewise.
42454         (nextafter_test_data): Likewise.
42455         (nexttoward_test_data): Likewise.
42456         (remainder_test_data): Likewise.
42457         (remquo_test_data): Likewise.
42458         (scalbn_test_data): Likewise.
42459         (scalbln_test_data): Likewise.
42460         (signbit_test_data): Likewise.
42461         (sqrt_test_data): Likewise.
42462         (significand_test_data): Likewise.
42464 2013-05-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
42466         [BZ #15424]
42467         * benchtests/bench-modf.c (struct args): Mark arg0 as
42468         volatile.
42469         * scripts/bench.pl: Mark members of struct args as volatile.
42471 2013-05-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
42473         [BZ # 15497]
42474         * sysdeps/powerpc/fpu/e_hypot.c (GET_TWO_FLOAT_WORD): Fix test for
42475         negative infinity on POWER6 or lower.
42476         * sysdeps/powerpc/fpu/e_hypotf.c (GET_TWO_FLOAT_WORD): Likewise.
42478 2013-05-16  Maciej W. Rozycki  <macro@codesourcery.com>
42480         [BZ #15442]
42481         * soft-fp/op-common.h (_FP_FRAC_SNANP): New macro.
42482         (_FP_FRAC_SNANP_SEMIRAW): Likewise.
42483         (_FP_UNPACK_CANONICAL): Use _FP_FRAC_SNANP.
42484         (_FP_CHECK_SIGNAN_SEMIRAW): Use _FP_FRAC_SNANP_SEMIRAW.
42485         (_FP_SETQNAN): New macro.
42486         (_FP_SETQNAN_SEMIRAW): Likewise.
42487         (_FP_PACK_SEMIRAW): Use _FP_SETQNAN.
42488         (_FP_PACK_CANONICAL): Use _FP_SETQNAN.
42489         (_FP_ISSIGNAN): Use _FP_FRAC_SNANP.
42490         (FP_EXTEND): Use _FP_FRAC_SNANP.
42491         (FP_TRUNC): Use _FP_SETQNAN_SEMIRAW.
42492         * soft-fp/testit.c (gen_special_double): Take _FP_QNANNEGATEDP
42493         into account.
42494         * sysdeps/sparc/sparc32/soft-fp/sfp-machine.h (_FP_QNANNEGATEDP):
42495         New macro.
42496         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h (_FP_QNANNEGATEDP):
42497         Likewise.
42499 2013-05-16  Joseph Myers  <joseph@codesourcery.com>
42501         * math/libm-test.inc (atanh_test_data): Use ERRNO_ERANGE together
42502         with DIVIDE_BY_ZERO_EXCEPTION.
42503         (gamma_test_data): Likewise.
42504         (lgamma_test_data): Likewise.
42505         (log_test_data): Likewise.
42506         (log10_test_data): Likewise.
42507         (log2_test_data): Likewise.
42508         (tgamma_test_data): Likewise.
42510         * math/libm-test.inc (acos_test): Don't test for ENOSYS error.
42511         (acos_test_tonearest): Likewise.
42512         (acos_test_towardzero): Likewise.
42513         (acos_test_downward): Likewise.
42514         (acos_test_upward): Likewise.
42515         (acosh_test): Likewise.
42516         (asin_test): Likewise.
42517         (asin_test_tonearest): Likewise.
42518         (asin_test_towardzero): Likewise.
42519         (asin_test_downward): Likewise.
42520         (asin_test_upward): Likewise.
42521         (asinh_test): Likewise.
42522         (atan_test): Likewise.
42523         (atanh_test): Likewise.
42524         (atan2_test): Likewise.
42525         (cabs_test): Likewise.
42526         (cacos_test): Likewise.
42527         (cacosh_test): Likewise.
42528         (casin_test): Likewise.
42529         (casinh_test): Likewise.
42530         (catan_test): Likewise.
42531         (catanh_test): Likewise.
42532         (cbrt_test): Likewise.
42533         (ccos_test): Likewise.
42534         (ccosh_test): Likewise.
42535         (cexp_test): Likewise.
42536         (clog_test): Likewise.
42537         (clog10_test): Likewise.
42538         (cos_test): Likewise.
42539         (cos_test_tonearest): Likewise.
42540         (cos_test_towardzero): Likewise.
42541         (cos_test_downward): Likewise.
42542         (cos_test_upward): Likewise.
42543         (cosh_test): Likewise.
42544         (cosh_test_tonearest): Likewise.
42545         (cosh_test_towardzero): Likewise.
42546         (cosh_test_downward): Likewise.
42547         (cosh_test_upward): Likewise.
42548         (cpow_test): Likewise.
42549         (csin_test): Likewise.
42550         (csinh_test): Likewise.
42551         (csqrt_test): Likewise.
42552         (ctan_test): Likewise.
42553         (ctan_test_tonearest): Likewise.
42554         (ctan_test_towardzero): Likewise.
42555         (ctan_test_downward): Likewise.
42556         (ctan_test_upward): Likewise.
42557         (ctanh_test): Likewise.
42558         (ctanh_test_tonearest): Likewise.
42559         (ctanh_test_towardzero): Likewise.
42560         (ctanh_test_downward): Likewise.
42561         (ctanh_test_upward): Likewise.
42562         (erf_test): Likewise.
42563         (erfc_test): Likewise.
42564         (exp_test): Likewise.
42565         (exp_test_tonearest): Likewise.
42566         (exp_test_towardzero): Likewise.
42567         (exp_test_downward): Likewise.
42568         (exp_test_upward): Likewise.
42569         (exp10_test): Likewise.
42570         (exp2_test): Likewise.
42571         (expm1_test): Likewise.
42572         (fmod_test): Likewise.
42573         (gamma_test): Likewise.
42574         (hypot_test): Likewise.
42575         (j0_test): Likewise.
42576         (j1_test): Likewise.
42577         (jn_test): Likewise.
42578         (lgamma_test): Likewise.
42579         (log_test): Likewise.
42580         (log10_test): Likewise.
42581         (log1p_test): Likewise.
42582         (log2_test): Likewise.
42583         (logb_test_downward): Likewise.
42584         (pow_test): Likewise.
42585         (pow_test_tonearest): Likewise.
42586         (pow_test_towardzero): Likewise.
42587         (pow_test_downward): Likewise.
42588         (pow_test_upward): Likewise.
42589         (remainder_test): Likewise.
42590         (remquo_test): Likewise.
42591         (sin_test): Likewise.
42592         (sin_test_tonearest): Likewise.
42593         (sin_test_towardzero): Likewise.
42594         (sin_test_downward): Likewise.
42595         (sin_test_upward): Likewise.
42596         (sincos_test): Likewise.
42597         (sinh_test): Likewise.
42598         (sinh_test_tonearest): Likewise.
42599         (sinh_test_towardzero): Likewise.
42600         (sinh_test_downward): Likewise.
42601         (sinh_test_upward): Likewise.
42602         (sqrt_test): Likewise.
42603         (tan_test): Likewise.
42604         (tan_test_tonearest): Likewise.
42605         (tan_test_towardzero): Likewise.
42606         (tan_test_downward): Likewise.
42607         (tan_test_upward): Likewise.
42608         (tanh_test): Likewise.
42609         (tgamma_test): Likewise.
42610         (y0_test): Likewise.
42611         (y1_test): Likewise.
42612         (yn_test): Likewise.
42614         * math/gen-libm-test.pl (adjust_arg): Remove function.
42615         (special_function): Remove argument $in_func.  Only handle
42616         generating output for tables of tests, not inside functions.
42617         (parse_args): Likewise.
42618         (generate_testfile): Remove variable $in_func.  Update call to
42619         parse_args.
42620         * math/libm-test.inc (PLUS_ZERO_INIT): Rename macro to plus_zero.
42621         (MINUS_ZERO_INIT): Rename macro to minus_zero.
42622         (PLUS_INFTY_INIT): Rename macro to plus_infty.
42623         (MINUS_INFTY_INIT): Rename macro to minus_infty.
42624         (QNAN_VALUE_INIT): Rename macro to qnan_value.
42625         (MAX_VALUE_INIT): Rename macro to max_value.
42626         (MIN_VALUE_INIT): Rename macro to min_value.
42627         (MIN_SUBNORM_VALUE_INIT): Rename macro to min_subnorm_value.
42628         (plus_zero): Remove variable.
42629         (minus_zero): Likewise.
42630         (plus_infty): Likewise.
42631         (minus_infty): Likewise.
42632         (qnan_value): Likewise.
42633         (max_value): Likewise.
42634         (min_value): Likewise.
42635         (min_subnorm_value): Likewise.
42637 2013-05-16  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
42639         * crypt/sha512-block.c: Add missing #include <stdint.h> due to
42640         uint64_t or uint32_t usage.
42641         * crypt/sha256-block.c: Likewise.
42642         * crypt/sha256-crypt.c: Likewise.
42643         * crypt/sha256.c: Likewise.
42644         * crypt/sha512-block.c: Likewise.
42645         * crypt/sha512-crypt.c: Likewise.
42646         * crypt/sha512.c: Likewise.
42647         * debug/backtrace-tst.c: Likewise.
42648         * debug/pcprofiledump.c: Likewise.
42649         * elf/cache.c: Likewise.
42650         * elf/dl-cache.c: Likewise.
42651         * elf/dl-misc.c: Likewise.
42652         * elf/dl-profile.c: Likewise.
42653         * elf/dl-support.c: Likewise.
42654         * elf/ldconfig.c: Likewise.
42655         * elf/sprof.c: Likewise.
42656         * iconv/dummy-repertoire.c: Likewise.
42657         * iconv/iconv_charmap.c: Likewise.
42658         * iconv/skeleton.c: Likewise.
42659         * iconvdata/8bit-generic.c: Likewise.
42660         * iconvdata/cp737.h: Likewise.
42661         * iconvdata/cp775.h: Likewise.
42662         * iconvdata/ibm1008.h: Likewise.
42663         * iconvdata/ibm1025.h: Likewise.
42664         * iconvdata/ibm1046.h: Likewise.
42665         * iconvdata/ibm1097.h: Likewise.
42666         * iconvdata/ibm1112.h: Likewise.
42667         * iconvdata/ibm1122.h: Likewise.
42668         * iconvdata/ibm1123.h: Likewise.
42669         * iconvdata/ibm1124.h: Likewise.
42670         * iconvdata/ibm1129.h: Likewise.
42671         * iconvdata/ibm1130.h: Likewise.
42672         * iconvdata/ibm1132.h: Likewise.
42673         * iconvdata/ibm1133.h: Likewise.
42674         * iconvdata/ibm1137.h: Likewise.
42675         * iconvdata/ibm1140.h: Likewise.
42676         * iconvdata/ibm1141.h: Likewise.
42677         * iconvdata/ibm1142.h: Likewise.
42678         * iconvdata/ibm1143.h: Likewise.
42679         * iconvdata/ibm1144.h: Likewise.
42680         * iconvdata/ibm1145.h: Likewise.
42681         * iconvdata/ibm1146.h: Likewise.
42682         * iconvdata/ibm1147.h: Likewise.
42683         * iconvdata/ibm1148.h: Likewise.
42684         * iconvdata/ibm1149.h: Likewise.
42685         * iconvdata/ibm1153.h: Likewise.
42686         * iconvdata/ibm1154.h: Likewise.
42687         * iconvdata/ibm1155.h: Likewise.
42688         * iconvdata/ibm1156.h: Likewise.
42689         * iconvdata/ibm1157.h: Likewise.
42690         * iconvdata/ibm1158.h: Likewise.
42691         * iconvdata/ibm1160.h: Likewise.
42692         * iconvdata/ibm1161.h: Likewise.
42693         * iconvdata/ibm1162.h: Likewise.
42694         * iconvdata/ibm1163.h: Likewise.
42695         * iconvdata/ibm1164.h: Likewise.
42696         * iconvdata/ibm1166.h: Likewise.
42697         * iconvdata/ibm1167.h: Likewise.
42698         * iconvdata/ibm12712.h: Likewise.
42699         * iconvdata/ibm1390.h: Likewise.
42700         * iconvdata/ibm1399.h: Likewise.
42701         * iconvdata/ibm16804.h: Likewise.
42702         * iconvdata/ibm4517.h: Likewise.
42703         * iconvdata/ibm4899.h: Likewise.
42704         * iconvdata/ibm4909.h: Likewise.
42705         * iconvdata/ibm4971.h: Likewise.
42706         * iconvdata/ibm5347.h: Likewise.
42707         * iconvdata/ibm803.h: Likewise.
42708         * iconvdata/ibm856.h: Likewise.
42709         * iconvdata/ibm901.h: Likewise.
42710         * iconvdata/ibm902.h: Likewise.
42711         * iconvdata/ibm9030.h: Likewise.
42712         * iconvdata/ibm9066.h: Likewise.
42713         * iconvdata/ibm921.h: Likewise.
42714         * iconvdata/ibm922.h: Likewise.
42715         * iconvdata/ibm9448.h: Likewise.
42716         * iconvdata/isiri-3342.h: Likewise.
42717         * iconvdata/jis0201.h: Likewise.
42718         * include/link.h: Likewise.
42719         * include/netdb.h: Likewise.
42720         * inet/check_native.c: Likewise.
42721         * inet/check_pf.c: Likewise.
42722         * inet/getipv4sourcefilter.c: Likewise.
42723         * inet/getnameinfo.c: Likewise.
42724         * inet/getsourcefilter.c: Likewise.
42725         * inet/htonl.c: Likewise.
42726         * inet/setipv4sourcefilter.c: Likewise.
42727         * inet/setsourcefilter.c: Likewise.
42728         * inet/test-inet6_opt.c: Likewise.
42729         * inet/tst-network.c: Likewise.
42730         * locale/C-collate.c: Likewise.
42731         * locale/C-ctype.c: Likewise.
42732         * locale/C-time.c: Likewise.
42733         * locale/C-translit.h: Likewise.
42734         * locale/loadarchive.c: Likewise.
42735         * locale/programs/3level.h: Likewise.
42736         * locale/programs/charmap.c: Likewise.
42737         * locale/programs/charmap.h: Likewise.
42738         * locale/programs/ld-address.c: Likewise.
42739         * locale/programs/ld-collate.c: Likewise.
42740         * locale/programs/ld-ctype.c: Likewise.
42741         * locale/programs/ld-identification.c: Likewise.
42742         * locale/programs/ld-measurement.c: Likewise.
42743         * locale/programs/ld-messages.c: Likewise.
42744         * locale/programs/ld-monetary.c: Likewise.
42745         * locale/programs/ld-name.c: Likewise.
42746         * locale/programs/ld-numeric.c: Likewise.
42747         * locale/programs/ld-paper.c: Likewise.
42748         * locale/programs/ld-telephone.c: Likewise.
42749         * locale/programs/ld-time.c: Likewise.
42750         * locale/programs/linereader.c: Likewise.
42751         * locale/programs/locale.c: Likewise.
42752         * locale/programs/locarchive.c: Likewise.
42753         * locale/programs/locfile.h: Likewise.
42754         * locale/programs/repertoire.c: Likewise.
42755         * locale/programs/simple-hash.c: Likewise.
42756         * locale/programs/simple-hash.h: Likewise.
42757         * malloc/memusage.c: Likewise.
42758         * malloc/memusagestat.c: Likewise.
42759         * nis/nis_defaults.c: Likewise.
42760         * nis/nis_hash.c: Likewise.
42761         * nis/nis_print.c: Likewise.
42762         * nis/nis_xdr.c: Likewise.
42763         * nscd/connections.c: Likewise.
42764         * nscd/hstcache.c: Likewise.
42765         * nscd/nscd_gethst_r.c: Likewise.
42766         * nscd/nscd_getserv_r.c: Likewise.
42767         * nscd/nscd_helper.c: Likewise.
42768         * nscd/servicescache.c: Likewise.
42769         * nss/makedb.c: Likewise.
42770         * nss/nss_db/db-XXX.c: Likewise.
42771         * nss/nss_db/db-initgroups.c: Likewise.
42772         * nss/nss_db/db-netgrp.c: Likewise.
42773         * nss/nss_files/files-network.c: Likewise.
42774         * nss/nss_files/files-parse.c: Likewise.
42775         * posix/bug-regex5.c: Likewise.
42776         * posix/fnmatch_loop.c: Likewise.
42777         * posix/regcomp.c: Likewise.
42778         * posix/regexec.c: Likewise.
42779         * posix/tst-rfc3484-2.c: Likewise.
42780         * posix/tst-rfc3484-3.c: Likewise.
42781         * posix/tst-rfc3484.c: Likewise.
42782         * resolv/nss_dns/dns-canon.c: Likewise.
42783         * resolv/nss_dns/dns-network.c: Likewise.
42784         * resolv/res_init.c: Likewise.
42785         * resolv/res_mkquery.c: Likewise.
42786         * resolv/tst-aton.c: Likewise.
42787         * stdlib/cxa_atexit.c: Likewise.
42788         * stdlib/cxa_finalize.c: Likewise.
42789         * stdlib/gen-fpioconst.c: Likewise.
42790         * stdlib/strtol_l.c: Likewise.
42791         * string/tst-endian.c: Likewise.
42792         * sunrpc/auth_des.c: Likewise.
42793         * sunrpc/clnt_udp.c: Likewise.
42794         * sunrpc/rtime.c: Likewise.
42795         * sunrpc/svcauth_des.c: Likewise.
42796         * sunrpc/xdr.c: Likewise.
42797         * sunrpc/xdr_intXX_t.c: Likewise.
42798         * sunrpc/xdr_rec.c: Likewise.
42799         * sysdeps/generic/ldconfig.h: Likewise.
42800         * sysdeps/generic/ldsodefs.h: Likewise.
42801         * sysdeps/generic/memusage.h: Likewise.
42802         * sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c: Likewise.
42803         * sysdeps/ieee754/dbl-64/wordsize-64/e_log10.c: Likewise.
42804         * sysdeps/ieee754/dbl-64/wordsize-64/math_private.h: Likewise.
42805         * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: Likewise.
42806         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
42807         * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Likewise.
42808         * sysdeps/ieee754/dbl-64/wordsize-64/s_modf.c: Likewise.
42809         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c: Likewise.
42810         * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c: Likewise.
42811         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h: Likewise.
42812         * sysdeps/posix/getaddrinfo.c: Likewise.
42813         * sysdeps/powerpc/fpu/e_hypot.c: Likewise.
42814         * sysdeps/powerpc/fpu/e_hypotf.c: Likewise.
42815         * sysdeps/powerpc/fpu/e_sqrt.c: Likewise.
42816         * sysdeps/powerpc/fpu/e_sqrtf.c: Likewise.
42817         * sysdeps/powerpc/test-gettimebase.c: Likewise.
42818         * sysdeps/unix/sysv/linux/check_pf.c: Likewise.
42819         * sysdeps/unix/sysv/linux/getipv4sourcefilter.c: Likewise.
42820         * sysdeps/unix/sysv/linux/getsourcefilter.c: Likewise.
42821         * sysdeps/unix/sysv/linux/netlinkaccess.h: Likewise.
42822         * sysdeps/unix/sysv/linux/powerpc/test-gettimebasefreq.c: Likewise.
42823         * sysdeps/unix/sysv/linux/preadv.c: Likewise.
42824         * sysdeps/unix/sysv/linux/pwritev.c: Likewise.
42825         * sysdeps/unix/sysv/linux/setipv4sourcefilter.c: Likewise.
42826         * sysdeps/unix/sysv/linux/setsourcefilter.c: Likewise.
42827         * sysdeps/unix/sysv/linux/x86_64/x32/arch_prctl.c: Likewise.
42828         * sysdeps/x86_64/dl-tls.h: Likewise.
42829         * sysdeps/x86_64/dl-tlsdesc.h: Likewise.
42830         * time/alt_digit.c: Likewise.
42831         * time/era.c: Likewise.
42832         * wcsmbs/tst-c16c32-1.c: Likewise.
42834 2013-05-16  Joseph Myers  <joseph@codesourcery.com>
42836         * math/libm-test.inc (struct test_sincos_data): New type.
42837         (RUN_TEST_LOOP_sincos): New macro.
42838         (sincos_test_data): New variable.
42839         (sincos_test): Run tests with RUN_TEST_LOOP_sincos.
42841 2013-05-16  Richard Henderson  <rth@redhat.com>
42843         * math/atest-exp2.c (LIMB64): New macro.
42844         (CONSTSZ): New macro.
42845         (mp_exp1, mp_exp_m1, mp_log2): New variables.
42846         (hexdig): Move ...
42847         (print_mpn_fp): ... to function scope.
42848         (read_mpn_hex): Remove.
42849         (get_log2): Remove.
42850         (exp2_mpn): Use mp_log2.
42851         (main): Use mp_exp1.
42853 2013-05-16  Joseph Myers  <joseph@codesourcery.com>
42855         * math/libm-test.inc: Remove comment about not testing "inexact"
42856         exceptions.
42857         (INEXACT_EXCEPTION): New macro.
42858         (NO_INEXACT_EXCEPTION): Likewise.
42859         (INVALID_EXCEPTION_OK): Update value.
42860         (DIVIDE_BY_ZERO_EXCEPTION_OK): Likewise.
42861         (OVERFLOW_EXCEPTION_OK): Likewise.
42862         (UNDERFLOW_EXCEPTION_OK): Likewise.
42863         (IGNORE_ZERO_INF_SIGN): Likewise.
42864         (ERRNO_UNCHANGED): Likewise.
42865         (ERRNO_EDOM): Likewise.
42866         (ERRNO_ERANGE): Likewise.
42867         (test_exceptions): Handle testing "inexact" exceptions.
42868         (nearbyint_test_data): Use NO_INEXACT_EXCEPTION on all tests.
42869         (rint_test_data): Use NO_INEXACT_EXCEPTION and INEXACT_EXCEPTION.
42870         (rint_test_data) [LDBL_MANT_DIG <= 100]: Disable some tests.
42871         (rint_tonearest_test_data): Use NO_INEXACT_EXCEPTION and
42872         INEXACT_EXCEPTION.
42873         (rint_towardzero_test_data): Likewise.
42874         (rint_downward_test_data): Likewise.
42875         (rint_upward_test_data): Likewise.
42877         * math/libm-test.inc (exp_test_data): Use ERRNO_ERANGE together
42878         with OVERFLOW_EXCEPTION.
42879         (exp10_test_data): Likewise.
42880         (exp2_test_data): Likewise.
42881         (expm1_test_data): Likewise.
42882         (lgamma_test_data): Likewise.
42883         (pow_test_data): Likewise.
42884         (tgamma_test_data): Likewise.
42885         (yn_test_data): Remove duplicate test of overflow.
42887         * math/libm-test.inc (struct test_cc_c_data): New type.
42888         (RUN_TEST_LOOP_cc_c): New macro.
42889         (cpow_test_data): New variable.
42890         (cpow_test): Run tests with RUN_TEST_LOOP_cc_c.
42892         * math/libm-test.inc (struct test_f_L_data): New type.
42893         (RUN_TEST_LOOP_f_L): New macro.
42894         (llrint_test_data): New variable.
42895         (llrint_test): Run tests with RUN_TEST_LOOP_f_L.
42896         (llrint_tonearest_test_data): New variable.
42897         (llrint_test_tonearest): Run tests with RUN_TEST_LOOP_f_L.
42898         (llrint_towardzero_test_data): New variable.
42899         (llrint_test_towardzero): Run tests with RUN_TEST_LOOP_f_L.
42900         (llrint_downward_test_data): New variable.
42901         (llrint_test_downward): Run tests with RUN_TEST_LOOP_f_L.
42902         (llrint_upward_test_data): New variable.
42903         (llrint_test_upward): Run tests with RUN_TEST_LOOP_f_L.
42904         (llround_test_data): New variable.
42905         (llround_test): Run tests with RUN_TEST_LOOP_f_L.
42907 2013-05-13  Peter Collingbourne  <pcc@google.com>
42909         * math/atest-exp2.c (get_log2): Remove const attribute.
42911 2013-05-15  Joseph Myers  <joseph@codesourcery.com>
42913         * math/libm-test.inc (struct test_f_l_data): New type.
42914         (RUN_TEST_LOOP_f_l): New macro.
42915         (lrint_test_data): New variable.
42916         (lrint_test): Run tests with RUN_TEST_LOOP_f_l.
42917         (lrint_tonearest_test_data): New variable.
42918         (lrint_test_tonearest): Run tests with RUN_TEST_LOOP_f_l.
42919         (lrint_towardzero_test_data): New variable.
42920         (lrint_test_towardzero): Run tests with RUN_TEST_LOOP_f_l.
42921         (lrint_downward_test_data): New variable.
42922         (lrint_test_downward): Run tests with RUN_TEST_LOOP_f_l.
42923         (lrint_upward_test_data): New variable.
42924         (lrint_test_upward): Run tests with RUN_TEST_LOOP_f_l.
42925         (lround_test_data): New variable.
42926         (lround_test): Run tests with RUN_TEST_LOOP_f_l.
42928 2013-05-15  Peter Collingbourne  <pcc@google.com>
42930         * sysdeps/x86_64/fpu/math_private.h (MOVQ): New macro.
42931         (EXTRACT_WORDS64) Use where appropriate.
42932         (INSERT_WORDS64) Likewise.
42934         * sysdeps/x86_64/fpu/multiarch/s_fma.c (__fma_fma4): Replace xm
42935         constraints with x constraints.
42936         * sysdeps/x86_64/fpu/multiarch/s_fmaf.c (__fmaf_fma4): Likewise.
42938         * malloc/obstack.c (_obstack_compat): Add initializer.
42940 2013-05-15  Edjunior Machado  <emachado@linux.vnet.ibm.com>
42942         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h (siginfo_t): Remove
42943         si_trapno and add si_addr_lsb to _sifields.sigfault.
42944         (si_trapno): Remove macro.
42945         (si_addr_lsb): Define new macro.
42946         (BUS_MCEERR_AR, BUS_MCEERR_AO): Define new values.
42948 2013-05-15  Joseph Myers  <joseph@codesourcery.com>
42950         * math/libm-test.inc (llrint_test): Consistently use TEST_f_L
42951         instead of TEST_f_l.
42952         (llrint_test_tonearest): Likewise.
42953         (llrint_test_towardzero): Likewise.
42954         (llrint_test_downward): Likewise.
42955         (llrint_test_upward): Likewise.
42956         (llround_test): Likewise.
42958         * math/libm-test.inc (struct test_f_i_data): Add comment.
42959         (RUN_TEST_LOOP_f_b): New macro.
42960         (RUN_TEST_LOOP_f_b_tg): Likewise.
42961         (finite_test_data): New variable.
42962         (finite_test): Run tests with RUN_TEST_LOOP_f_b.
42963         (isfinite_test_data): New variable.
42964         (isfinite_test): Run tests with RUN_TEST_LOOP_f_b_tg.
42965         (isinf_test_data): New variable.
42966         (isinf_test): Run tests with RUN_TEST_LOOP_f_b_tg.
42967         (isnan_test_data): New variable.
42968         (isnan_test): Run tests with RUN_TEST_LOOP_f_b_tg.
42969         (isnormal_test_data): New variable.
42970         (isnormal_test): Run tests with RUN_TEST_LOOP_f_b_tg.
42971         (issignaling_test_data): New variable.
42972         (issignaling_test): Run tests with RUN_TEST_LOOP_f_b_tg.
42973         (signbit_test_data): New variable.
42974         (signbit_test): Run tests with RUN_TEST_LOOP_f_b_tg.
42976         * math/libm-test.inc (acos_test_data): Use ERRNO_EDOM together
42977         with INVALID_EXCEPTION.
42978         (acosh_test_data): Likewise.
42979         (asin_test_data): Likewise.
42980         (atanh_test_data): Likewise.
42981         (fmod_test_data): Likewise.
42982         (log_test_data): Likewise.
42983         (log10_test_data): Likewise.
42984         (log2_test_data): Likewise.
42985         (pow_test_data): Likewise.
42986         (sqrt_test_data): Likewise.
42987         (y0_test_data): Likewise.
42988         (y1_test_data): Likewise.
42989         (yn_test_data): Likewise.
42991         * math/libm-test.inc (test_single_errno) [TEST_INLINE]: Disable
42992         function contents.
42994         * math/libm-test.inc (struct test_ff_i_data): New type.
42995         (RUN_TEST_LOOP_ff_i_tg): New macro.
42996         (isgreater_test_data): New variable.
42997         (isgreater_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
42998         (isgreaterequal_test_data): New variable.
42999         (isgreaterequal_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
43000         (isless_test_data): New variable.
43001         (isless_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
43002         (islessequal_test_data): New variable.
43003         (islessequal_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
43004         (islessgreater_test_data): New variable.
43005         (islessgreater_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
43006         (isunordered_test_data): New variable.
43007         (isunordered_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
43009 2013-05-14  David S. Miller  <davem@davemloft.net>
43011         * sysdeps/sparc/fpu/libm-test-ulps: Update.
43013 2013-05-14  Joseph Myers  <joseph@codesourcery.com>
43015         * math/libm-test.inc (RUN_TEST_LOOP_2_f): Fix whitespace.
43017         * math/libm-test.inc (struct test_fF_f1_data): Change type of
43018         extra_test to int.
43019         (struct test_f_i_data): Change type of max_ulp to int.
43021         * math/libm-test.inc (test_ffI_f1_data): New type.
43022         (RUN_TEST_LOOP_ffI_f1): New macro.
43023         (remquo_test_data): New variable.
43024         (remquo_test): Run tests with RUN_TEST_LOOP_ffI_f1.
43026         * setjmp/tst-setjmp-fp.c: New file.
43027         * setjmp/Makefile (tests): Add tst-setjmp-fp.
43028         (link-libm): New variable.
43029         ($(objpfx)tst-setjmp-fp): Depend on $(link-libm).
43031         * math/libm-test.inc (struct test_f_i_data): New type.
43032         (RUN_TEST_LOOP_f_i): New macro.
43033         (RUN_TEST_LOOP_f_i_tg): Likewise.
43034         (fpclassify_test_data): New variable.
43035         (fpclassify_test): Run tests with RUN_TEST_LOOP_f_i_tg.
43036         (ilogb_test_data): New variable.
43037         (ilogb_test): Run tests with RUN_TEST_LOOP_f_i.
43039         * math/libm-test.inc (scalbln_test): Correct function name in END
43040         call.
43042         * math/libm-test.inc (struct test_f_f1_data): Add comment.
43043         (RUN_TEST_LOOP_fI_f1): New macro.
43044         (frexp_test_data): New variable.
43045         (frexp_test): Run tests with RUN_TEST_LOOP_fI_f1.
43047         * math/libm-test.inc (struct test_fF_f1_data): New type.
43048         (RUN_TEST_LOOP_fF_f1): New macro.
43049         (modf_test_data): New variable.
43050         (modf_test): Run tests with RUN_TEST_LOOP_fF_f1.
43052         * math/libm-test.inc (struct test_f_f1_data): New type.
43053         (RUN_TEST_LOOP_f_f1): New macro.
43054         (gamma_test_data): New variable.
43055         (gamma_test): Run tests with RUN_TEST_LOOP_f_f1.
43056         (lgamma_test_data): New variable.
43057         (lgamma_test): Run tests with RUN_TEST_LOOP_f_f1.
43059 2013-05-13  Carlos O'Donell  <carlos@redhat.com>
43061         * elf/dl-hwcaps.c (_dl_important_hwcaps): Comment vDSO hwcap loading.
43062         * elf/ldconfig.c (is_hwcap_platform): Comment each hwcap check.
43063         (main): Comment "tls" pseudo-hwcap.
43065 2013-05-13  Joseph Myers  <joseph@codesourcery.com>
43067         * math/libm-test.inc (struct test_fl_f_data): New type.
43068         (RUN_TEST_LOOP_fl_f): New variable.
43069         (scalbln_test_data): New variable.
43070         (scalbln_test): Run tests with RUN_TEST_LOOP_fl_f.
43072         * math/libm-test.inc (struct test_fi_f_data): New type.
43073         (RUN_TEST_LOOP_fi_f): New macro.
43074         (ldexp_test_data): New variable.
43075         (ldexp_test): Run tests with RUN_TEST_LOOP_fi_f.
43076         (scalbn_test_data): New variable.
43077         (scalbn_test): Run tests with RUN_TEST_LOOP_fi_f.
43079         * math/libm-test.inc (struct test_c_f_data): New type.
43080         (RUN_TEST_LOOP_c_f): New macro.
43081         (cabs_test_data): New variable.
43082         (cabs_test): Run tests with RUN_TEST_LOOP_c_f.
43083         (carg_test_data): New variable.
43084         (carg_test): Run tests with RUN_TEST_LOOP_c_f.
43085         (cimag_test_data): New variable.
43086         (cimag_test): Run tests with RUN_TEST_LOOP_c_f.
43087         (creal_test_data): New variable.
43088         (creal_test): Run tests with RUN_TEST_LOOP_c_f.
43090         * math/libm-test.inc (struct test_if_f_data): New type.
43091         (RUN_TEST_LOOP_if_f): New macro.
43092         (jn_test_data): New variable.
43093         (jn_test): Run tests with RUN_TEST_LOOP_if_f.
43094         (yn_test_data): New variable.
43095         (yn_test): Run tests with RUN_TEST_LOOP_if_f.
43097         * math/libm-test.inc (scalbln_test): Consistently use TEST_fl_f.
43099 2013-05-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
43101         * math/libm-test.inc (M_1_DIV_El): Define using decimal constant.
43102         (log_test_data): Use M_1_DIV_El instead of 1.0 / M_El.
43104 2013-05-13  Siddhesh Poyarekar  <siddhesh@redhat.com>
43106         * benchtests/Makefile (CPPFLAGS-nonlib): Add
43107         -DUSE_CLOCK_GETTIME if USE_CLOCK_GETTIME is defined.
43108         (bench-deps): Add bench-timing.h.
43109         * benchtests-bench-skeleton.c: Include bench-timing.h.
43110         (main): Use TIMING_* macros instead of clock_gettime.
43111         * benchtests/bench-timing.h: New file.
43113         [BZ #14582]
43114         * sysdeps/ieee754/s_lib_version.c (_LIB_VERSION_INTERNAL):
43115         Renamed from _LIB_VERSION.
43116         (_LIB_VERSION): Set as weak alias of _LIB_VERSION_INTERNAL.
43118 2013-05-12  Joseph Myers  <joseph@codesourcery.com>
43120         * math/libm-test.inc (struct test_fff_f_data): New type.
43121         (RUN_TEST_LOOP_fff_f): New macro.
43122         (fma_test_data): New variable.
43123         (fma_test): Run tests with RUN_TEST_LOOP_fff_f.
43124         (fma_towardzero_test_data): New variable.
43125         (fma_test_towardzero): Run tests with RUN_TEST_LOOP_fff_f.
43126         (fma_downward_test_data): New variable.
43127         (fma_test_downward): Run tests with RUN_TEST_LOOP_fff_f.
43128         (fma_upward_test_data): New variable.
43129         (fma_test_upward): Run tests with RUN_TEST_LOOP_fff_f.
43131         * math/libm-test.inc (BUILD_COMPLEX_ULP): New macro.
43132         (struct test_c_c_data): New type.
43133         (RUN_TEST_LOOP_c_c): New macro.
43134         (cacos_test_data): New variable.
43135         (cacos_test): Run tests with RUN_TEST_LOOP_c_c.
43136         (cacosh_test_data): New variable.
43137         (cacosh_test): Run tests with RUN_TEST_LOOP_c_c.
43138         (casin_test_data): New variable.
43139         (casin_test): Run tests with RUN_TEST_LOOP_c_c.
43140         (casinh_test_data): New variable.
43141         (casinh_test): Run tests with RUN_TEST_LOOP_c_c.
43142         (catan_test_data): New variable.
43143         (catan_test): Run tests with RUN_TEST_LOOP_c_c.
43144         (catanh_test_data): New variable.
43145         (catanh_test): Run tests with RUN_TEST_LOOP_c_c.
43146         (ccos_test_data): New variable.
43147         (ccos_test): Run tests with RUN_TEST_LOOP_c_c.
43148         (ccosh_test_data): New variable.
43149         (ccosh_test): Run tests with RUN_TEST_LOOP_c_c.
43150         (cexp_test_data): New variable.
43151         (cexp_test): Run tests with RUN_TEST_LOOP_c_c.
43152         (clog_test_data): New variable.
43153         (clog_test): Run tests with RUN_TEST_LOOP_c_c.
43154         (clog10_test_data): New variable.
43155         (clog10_test): Run tests with RUN_TEST_LOOP_c_c.
43156         (conj_test_data): New variable.
43157         (conj_test): Run tests with RUN_TEST_LOOP_c_c.
43158         (cproj_test_data): New variable.
43159         (cproj_test): Run tests with RUN_TEST_LOOP_c_c.
43160         (csin_test_data): New variable.
43161         (csin_test): Run tests with RUN_TEST_LOOP_c_c.
43162         (csinh_test_data): New variable.
43163         (csinh_test): Run tests with RUN_TEST_LOOP_c_c.
43164         (csqrt_test_data): New variable.
43165         (csqrt_test): Run tests with RUN_TEST_LOOP_c_c.
43166         (ctan_test_data): New variable.
43167         (ctan_test): Run tests with RUN_TEST_LOOP_c_c.
43168         (ctan_tonearest_test_data): New variable.
43169         (ctan_test_tonearest): Run tests with RUN_TEST_LOOP_c_c.
43170         (ctan_towardzero_test_data): New variable.
43171         (ctan_test_towardzero): Run tests with RUN_TEST_LOOP_c_c.
43172         (ctan_downward_test_data): New variable.
43173         (ctan_test_downward): Run tests with RUN_TEST_LOOP_c_c.
43174         (ctan_upward_test_data): New variable.
43175         (ctan_test_upward): Run tests with RUN_TEST_LOOP_c_c.
43176         (ctanh_test_data): New variable.
43177         (ctanh_test): Run tests with RUN_TEST_LOOP_c_c.
43178         (ctanh_tonearest_test_data): New variable.
43179         (ctanh_test_tonearest): Run tests with RUN_TEST_LOOP_c_c.
43180         (ctanh_towardzero_test_data): New variable.
43181         (ctanh_test_towardzero): Run tests with RUN_TEST_LOOP_c_c.
43182         (ctanh_downward_test_data): New variable.
43183         (ctanh_test_downward): Run tests with RUN_TEST_LOOP_c_c.
43184         (ctanh_upward_test_data): New variable.
43185         (ctanh_test_upward): Run tests with RUN_TEST_LOOP_c_c.
43186         * math/gen-libm-test.pl (get_ulps): Use BUILD_COMPLEX_ULP instead
43187         of BUILD_COMPLEX.
43189         * math/libm-test.inc (struct test_ff_f_data): New type.
43190         (struct test_ff_f_data_nexttoward): Likewise.
43191         (RUN_TEST_LOOP_2_f): New macro.
43192         (RUN_TEST_LOOP_ff_f): Likewise.
43193         (atan2_test_data): New variable.
43194         (atan2_test): Run tests with RUN_TEST_LOOP_ff_f.
43195         (copysign_test_data): New variable.
43196         (copysign_test): Run tests with RUN_TEST_LOOP_ff_f.
43197         (fdim_test_data): New variable.
43198         (fdim_test): Run tests with RUN_TEST_LOOP_ff_f.
43199         (fmax_test_data): New variable.
43200         (fmax_test): Run tests with RUN_TEST_LOOP_ff_f.
43201         (fmin_test_data): New variable.
43202         (fmin_test): Run tests with RUN_TEST_LOOP_ff_f.
43203         (fmod_test_data): New variable.
43204         (fmod_test): Run tests with RUN_TEST_LOOP_ff_f.
43205         (hypot_test_data): New variable.
43206         (hypot_test): Run tests with RUN_TEST_LOOP_ff_f.
43207         (nextafter_test_data): New variable.
43208         (nextafter_test): Run tests with RUN_TEST_LOOP_ff_f.
43209         (nexttoward_test_data): New variable.
43210         (nexttoward_test): Run tests with RUN_TEST_LOOP_ff_f.
43211         (pow_test_data): New variable.
43212         (pow_test): Run tests with RUN_TEST_LOOP_ff_f.
43213         (pow_tonearest_test_data): New variable.
43214         (pow_test_tonearest): Run tests with RUN_TEST_LOOP_ff_f.
43215         (pow_towardzero_test_data): New variable.
43216         (pow_test_towardzero): Run tests with RUN_TEST_LOOP_ff_f.
43217         (pow_downward_test_data): New variable.
43218         (pow_test_downward): Run tests with RUN_TEST_LOOP_ff_f.
43219         (pow_upward_test_data): New variable.
43220         (pow_test_upward): Run tests with RUN_TEST_LOOP_ff_f.
43221         (remainder_test_data): New variable.
43222         (remainder_test): Run tests with RUN_TEST_LOOP_ff_f.
43223         (scalb_test_data): New variable.
43224         (scalb_test): Run tests with RUN_TEST_LOOP_ff_f.
43225         * sysdeps/i386/fpu/libm-test-ulps: Update.
43227 2013-05-11  Joseph Myers  <joseph@codesourcery.com>
43229         * math/libm-test.inc (fma_test): Use max_value instead of local
43230         variable fltmax.
43231         (nextafter_test): Likewise.
43233         * math/libm-test.inc (acos_towardzero_test_data): New variable.
43234         (acos_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
43235         (acos_downward_test_data): New variable.
43236         (acos_test_downward): Run tests with RUN_TEST_LOOP_f_f.
43237         (acos_upward_test_data): New variable.
43238         (acos_test_upward): Run tests with RUN_TEST_LOOP_f_f.
43239         (acosh_test_data): New variable.
43240         (acosh_test): Run tests with RUN_TEST_LOOP_f_f.
43241         (asin_test_data): New variable.
43242         (asin_test): Run tests with RUN_TEST_LOOP_f_f.
43243         (asin_tonearest_test_data): New variable.
43244         (asin_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
43245         (asin_towardzero_test_data): New variable.
43246         (asin_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
43247         (asin_downward_test_data): New variable.
43248         (asin_test_downward): Run tests with RUN_TEST_LOOP_f_f.
43249         (asin_upward_test_data): New variable.
43250         (asin_test_upward): Run tests with RUN_TEST_LOOP_f_f.
43251         (asinh_test_data): New variable.
43252         (asinh_test): Run tests with RUN_TEST_LOOP_f_f.
43253         (atan_test_data): New variable.
43254         (atan_test): Run tests with RUN_TEST_LOOP_f_f.
43255         (atanh_test_data): New variable.
43256         (atanh_test): Run tests with RUN_TEST_LOOP_f_f.
43257         (cbrt_test_data): New variable.
43258         (cbrt_test): Run tests with RUN_TEST_LOOP_f_f.
43259         (ceil_test_data): New variable.
43260         (ceil_test): Run tests with RUN_TEST_LOOP_f_f.
43261         (cos_test_data): New variable.
43262         (cos_test): Run tests with RUN_TEST_LOOP_f_f.
43263         (cos_tonearest_test_data): New variable.
43264         (cos_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
43265         (cos_towardzero_test_data): New variable.
43266         (cos_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
43267         (cos_downward_test_data): New variable.
43268         (cos_test_downward): Run tests with RUN_TEST_LOOP_f_f.
43269         (cos_upward_test_data): New variable.
43270         (cos_test_upward): Run tests with RUN_TEST_LOOP_f_f.
43271         (cosh_test_data): New variable.
43272         (cosh_test): Run tests with RUN_TEST_LOOP_f_f.
43273         (cosh_tonearest_test_data): New variable.
43274         (cosh_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
43275         (cosh_towardzero_test_data): New variable.
43276         (cosh_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
43277         (cosh_downward_test_data): New variable.
43278         (cosh_test_downward): Run tests with RUN_TEST_LOOP_f_f.
43279         (cosh_upward_test_data): New variable.
43280         (cosh_test_upward): Run tests with RUN_TEST_LOOP_f_f.
43281         (erf_test_data): New variable.
43282         (erf_test): Run tests with RUN_TEST_LOOP_f_f.
43283         (erfc_test_data): New variable.
43284         (erfc_test): Run tests with RUN_TEST_LOOP_f_f.
43285         (exp_test_data): New variable.
43286         (exp_test): Run tests with RUN_TEST_LOOP_f_f.
43287         (exp_tonearest_test_data): New variable.
43288         (exp_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
43289         (exp_towardzero_test_data): New variable.
43290         (exp_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
43291         (exp_downward_test_data): New variable.
43292         (exp_test_downward): Run tests with RUN_TEST_LOOP_f_f.
43293         (exp_upward_test_data): New variable.
43294         (exp_test_upward): Run tests with RUN_TEST_LOOP_f_f.
43295         (exp10_test_data): New variable.
43296         (exp10_test): Run tests with RUN_TEST_LOOP_f_f.
43297         (exp2_test_data): New variable.
43298         (exp2_test): Run tests with RUN_TEST_LOOP_f_f.
43299         (expm1_test_data): New variable.
43300         (expm1_test): Run tests with RUN_TEST_LOOP_f_f.
43301         (fabs_test_data): New variable.
43302         (fabs_test): Run tests with RUN_TEST_LOOP_f_f.
43303         (floor_test_data): New variable.
43304         (floor_test): Run tests with RUN_TEST_LOOP_f_f.
43305         (j0_test_data): New variable.
43306         (j0_test): Run tests with RUN_TEST_LOOP_f_f.
43307         (j1_test_data): New variable.
43308         (j1_test): Run tests with RUN_TEST_LOOP_f_f.
43309         (log_test_data): New variable.
43310         (log_test): Run tests with RUN_TEST_LOOP_f_f.
43311         (log10_test_data): New variable.
43312         (log10_test): Run tests with RUN_TEST_LOOP_f_f.
43313         (log1p_test_data): New variable.
43314         (log1p_test): Run tests with RUN_TEST_LOOP_f_f.
43315         (log2_test_data): New variable.
43316         (log2_test): Run tests with RUN_TEST_LOOP_f_f.
43317         (logb_test_data): New variable.
43318         (logb_test): Run tests with RUN_TEST_LOOP_f_f.
43319         (logb_downward_test_data): New variable.
43320         (logb_test_downward): Run tests with RUN_TEST_LOOP_f_f.
43321         (nearbyint_test_data): New variable.
43322         (nearbyint_test): Run tests with RUN_TEST_LOOP_f_f.
43323         (rint_test_data): New variable.
43324         (rint_test): Run tests with RUN_TEST_LOOP_f_f.
43325         (rint_tonearest_test_data): New variable.
43326         (rint_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
43327         (rint_towardzero_test_data): New variable.
43328         (rint_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
43329         (rint_downward_test_data): New variable.
43330         (rint_test_downward): Run tests with RUN_TEST_LOOP_f_f.
43331         (rint_upward_test_data): New variable.
43332         (rint_test_upward): Run tests with RUN_TEST_LOOP_f_f.
43333         (round_test_data): New variable.
43334         (round_test): Run tests with RUN_TEST_LOOP_f_f.
43335         (sin_test_data): New variable.
43336         (sin_test): Run tests with RUN_TEST_LOOP_f_f.
43337         (sin_tonearest_test_data): New variable.
43338         (sin_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
43339         (sin_towardzero_test_data): New variable.
43340         (sin_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
43341         (sin_downward_test_data): New variable.
43342         (sin_test_downward): Run tests with RUN_TEST_LOOP_f_f.
43343         (sin_upward_test_data): New variable.
43344         (sin_test_upward): Run tests with RUN_TEST_LOOP_f_f.
43345         (sinh_test_data): New variable.
43346         (sinh_test): Run tests with RUN_TEST_LOOP_f_f.
43347         (sinh_tonearest_test_data): New variable.
43348         (sinh_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
43349         (sinh_towardzero_test_data): New variable.
43350         (sinh_towardzero): Run tests with RUN_TEST_LOOP_f_f.
43351         (sinh_downward_test_data): New variable.
43352         (sinh_test_downward): Run tests with RUN_TEST_LOOP_f_f.
43353         (sinh_upward_test_data): New variable.
43354         (sinh_test_upward): Run tests with RUN_TEST_LOOP_f_f.
43355         (sqrt_test_data): New variable.
43356         (sqrt_test): Run tests with RUN_TEST_LOOP_f_f.
43357         (tan_test_data): New variable.
43358         (tan_test): Run tests with RUN_TEST_LOOP_f_f.
43359         (tan_tonearest_test_data): New variable.
43360         (tan_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
43361         (tan_towardzero_test_data): New variable.
43362         (tan_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
43363         (tan_downward_test_data): New variable.
43364         (tan_test_downward): Run tests with RUN_TEST_LOOP_f_f.
43365         (tan_upward_test_data): New variable.
43366         (tan_test_upward): Run tests with RUN_TEST_LOOP_f_f.
43367         (tanh_test_data): New variable.
43368         (tanh_test): Run tests with RUN_TEST_LOOP_f_f.
43369         (tgamma_test_data): New variable.
43370         (tgamma_test): Run tests with RUN_TEST_LOOP_f_f.
43371         (trunc_test_data): New variable.
43372         (trunc_test): Run tests with RUN_TEST_LOOP_f_f.
43373         (y0_test_data): New variable.
43374         (y0_test): Run tests with RUN_TEST_LOOP_f_f.
43375         (y1_test_data): New variable.
43376         (y1_test): Run tests with RUN_TEST_LOOP_f_f.
43377         (significand_test_data): New variable.
43378         (significand_test): Run tests with RUN_TEST_LOOP_f_f.
43380 2013-05-10  Christian Grönke  <cgr_bugs@sysgo.com>
43382         [BZ #12387]
43383         * sysdeps/unix/sysv/linux/sh/getgid.c: New file.
43385 2013-05-10  Pino Toscano  <toscano.pino@tiscali.it>
43387         * sysdeps/mach/hurd/bits/statvfs.h: Add ST_NOATIME.
43389 2013-05-10  Andreas Jaeger  <aj@suse.de>
43391         [BZ #15448]
43392         * sysdeps/unix/sysv/linux/bits/sched.h (__CPU_SET_S)
43393         (__CPU_CLR_S, __CPU_ISSET_S): Avoid integer overflow.
43395 2013-05-10  Joseph Myers  <joseph@codesourcery.com>
43397         * math/gen-libm-test.pl (adjust_arg): New function.
43398         (special_functions): Handle generating output in both functions
43399         and arrays.
43400         (parse_args): Likewise.
43401         (generate_testfile): Handle START_DATA and END_DATA.  Pass extra
43402         $in_func argument to parse_args.
43403         * math/libm-test.inc (struct test_f_f_data): New type.
43404         (IF_ROUND_INIT_): New macro.
43405         (IF_ROUND_INIT_FE_DOWNWARD): Likewise.
43406         (IF_ROUND_INIT_FE_TONEAREST): Likewise.
43407         (IF_ROUND_INIT_FE_TOWARDZERO): Likewise.
43408         (IF_ROUND_INIT_FE_UPWARD): Likewise.
43409         (ROUND_RESTORE_): Likewise.
43410         (ROUND_RESTORE_FE_DOWNWARD): Likewise.
43411         (ROUND_RESTORE_FE_TONEAREST): Likewise.
43412         (ROUND_RESTORE_FE_TOWARDZERO): Likewise.
43413         (ROUND_RESTORE_FE_UPWARD): Likewise.
43414         (RUN_TEST_LOOP_f_f): New macro.
43415         (acos_test_data): New variable.
43416         (acos_test): Run tests with RUN_TEST_LOOP_f_f.
43417         (acos_tonearest_test_data): New variable.
43418         (acos_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
43420 2013-05-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
43422         * benchtests/bench-skeleton.c (startup): Fix coding style.
43424 2013-05-10  Joseph Myers  <joseph@codesourcery.com>
43426         [BZ #6809]
43427         * math/w_tgamma.c (__tgamma): Also call __kernel_standard for
43428         negative infinity argument.
43429         * math/w_tgammaf.c (__tgammaf): Also call __kernel_standard_f for
43430         negative infinity argument.
43431         * math/w_tgammal.c (__tgammal): Also call __kernel_standard_l for
43432         negative infinity argument.
43433         * math/libm-test.inc (tgamma_test): Expect errno to be set for
43434         domain errors.
43436 2013-05-10  Florian Weimer  <fweimer@redhat.com>
43438         * elf/sprof.c (load_profdata): Use fstat64 instead of fstat.
43439         * iconv/iconv_charmap.c (charmap_conversion): Likewise.
43440         * iconv/iconv_prog.c (main): Likewise.
43441         * locale/programs/charmap-dir.c (charmap_readdir)
43442         (fopen_uncompressed): Likewise.
43443         * locale/programs/locfile.c (siblings_uncached)
43444         (write_locale_data): Use lstat64 instead of lstat.
43445         * sunrpc/rpc_main.c (find_cpp, checkfiles): Use stat64 instead of
43446         stat.
43448 2013-05-10  Andreas Jaeger  <aj@suse.de>
43450         [BZ #15395]
43451         * sunrpc/rpc_main.c (main): Invoke setlocale and textdomain for
43452         localization.
43453         Include <locale.h>.
43455 2013-05-09  Carlos O'Donell  <carlos@redhat.com>
43457         * elf/dl-close.c (_dl_close_worker): Add comments.
43459 2013-05-09  Joseph Myers  <joseph@codesourcery.com>
43461         [BZ #15359]
43462         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c (c): Use 106 bits for
43463         high part of pi/2.
43464         (__ieee754_rem_pio2l): Update comments.
43466         [BZ #15429]
43467         * sysdeps/ieee754/ldbl-128/e_rem_pio2l.c (c): Use 113 bits for
43468         high part of pi/2.
43469         (__ieee754_rem_pio2l): Update comments.
43471         * math/libm-test.inc (M_SQRT_2_2): Remove macro.
43472         (csqrt_test): Use M_SQRT1_2l instead of M_SQRT_2_2.
43474         * math/libm-test.inc (carg_test): Use M_PI_34l instead of 3 *
43475         M_PI_4l.
43477         * math/libm-test.inc (M_PI_34l): Define using decimal constant.
43478         (M_PI_34_LOG10El): Likewise.
43479         (M_PI2_LOG10El): Likewise.
43480         (M_PI4_LOG10El): Likewise.
43481         (M_PI_LOG10El): Likewise.
43483 2013-05-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
43485         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
43487 2013-05-08  Joseph Myers  <joseph@codesourcery.com>
43489         * math/libm-test.inc (PLUS_ZERO_INIT): New macro.
43490         (MINUS_ZERO_INIT): Likewise.
43491         (PLUS_INFTY_INIT): Likewise.
43492         (MINUS_INFTY_INIT): Likewise.
43493         (QNAN_VALUE_INIT): Likewise.
43494         (MAX_VALUE_INIT): Likewise.
43495         (MIN_VALUE_INIT): Likewise.
43496         (MIN_SUBNORM_VALUE_INIT): Likewise.
43497         (plus_zero): Initialize with PLUS_ZERO_INIT.
43498         (minus_zero): Initialize with MINUS_ZERO_INIT.
43499         (plus_infty): Initialize with PLUS_INFTY_INIT.
43500         (minus_infty): Initialize with MINUS_INFTY_INIT.
43501         (qnan_value): Initialize with QNAN_VALUE_INIT.
43502         (max_value): Initialize with MAX_VALUE_INIT.
43503         (min_value): Initialize with MIN_VALUE_INIT.
43504         (min_subnorm_value): Initialize with MIN_SUBNORM_VALUE_INIT.
43506         * math/libm-test.inc (RUN_TEST_if_f): New macro.
43507         (jn_test): Use TEST_if_f instead of TEST_ff_f.
43508         (ldexp_text): Use TEST_fi_i instead of TEST_ff_f.
43509         (yn_test): Use TEST_if_f instead of TEST_ff_f.
43511         * math/libm-test.inc (RUN_TEST_f_f): New macro.
43512         (RUN_TEST_2_f): Likewise.
43513         (RUN_TEST_ff_f): Likewise.
43514         (RUN_TEST_fi_f): Likewise.
43515         (RUN_TEST_fl_f): Likewise.
43516         (RUN_TEST_fff_f): Likewise.
43517         (RUN_TEST_c_f): Likewise.
43518         (RUN_TEST_f_f1): Likewise.
43519         (RUN_TEST_fF_f1): Likewise.
43520         (RUN_TEST_fI_f1): Likewise.
43521         (RUN_TEST_ffI_f1): Likewise.
43522         (RUN_TEST_c_c): Likewise.
43523         (RUN_TEST_cc_c): Likewise.
43524         (RUN_TEST_f_i): Likewise.
43525         (RUN_TEST_f_i_tg): Likewise.
43526         (RUN_TEST_ff_i_tg): Likewise.
43527         (RUN_TEST_f_b): Likewise.
43528         (RUN_TEST_f_b_tg): Likewise.
43529         (RUN_TEST_f_l): Likewise.
43530         (RUN_TEST_f_L): Likewise.
43531         (RUN_TEST_sincos): Likewise.
43532         * math/gen-libm-test.pl (new_test): Take new argument to indicate
43533         whether to show exceptions.  Do not include ");\n" in return
43534         value.
43535         (special_functions): Output call to RUN_TEST_sincos instead of
43536         check_float calls.  Update calls to new_test.
43537         (parse_args): Output call to single RUN_TEST_* macro instead of
43538         check_* calls and other assignments.  Update calls to new_test.
43540         [BZ #2546]
43541         [BZ #2560]
43542         [BZ #5159]
43543         [BZ #15426]
43544         * sysdeps/ieee754/k_standard.c (__kernel_standard): Copy sign of
43545         input to result for tgamma overflow.
43546         * sysdeps/ieee754/dbl-64/e_gamma_r.c: Include <float.h>.
43547         (gamma_coeff): New variable.
43548         (NCOEFF): New macro.
43549         (gamma_positive): New function.
43550         (__ieee754_gamma_r): Handle positive infinity, NaN, overflow and
43551         underflow here.  Use gamma_positive instead of exp (lgamma) for
43552         other arguments.
43553         * sysdeps/ieee754/flt-32/e_gammaf_r.c: Include <float.h>.
43554         (gamma_coeff): New variable.
43555         (NCOEFF): New macro.
43556         (gammaf_positive): New function.
43557         (__ieee754_gammaf_r): Handle positive infinity, NaN, overflow and
43558         underflow here.  Use gamma_positive instead of exp (lgamma) for
43559         other arguments.
43560         * sysdeps/ieee754/ldbl-128/e_gammal_r.c: Include <float.h>.
43561         (gamma_coeff): New variable.
43562         (NCOEFF): New macro.
43563         (gammal_positive): New function.
43564         (__ieee754_gammal_r): Handle positive infinity, NaN, overflow and
43565         underflow here.  Use gamma_positive instead of exp (lgamma) for
43566         other arguments.
43567         * sysdeps/ieee754/ldbl-128ibm/e_gammal_r.c: Include <float.h>.
43568         (gamma_coeff): New variable.
43569         (NCOEFF): New macro.
43570         (gammal_positive): New function.
43571         (__ieee754_gammal_r): Handle positive infinity, overflow and
43572         underflow here.  Handle NaN the same as positive infinity.  Remove
43573         check x < 0xffffffff for negative integers.  Use gamma_positive
43574         instead of exp (lgamma) for other arguments.
43575         * sysdeps/ieee754/ldbl-96/e_gammal_r.c: Include <float.h>.
43576         (gamma_coeff): New variable.
43577         (NCOEFF): New macro.
43578         (gammal_positive): New function.
43579         * sysdeps/ieee754/dbl-64/gamma_product.c: New file.
43580         * sysdeps/ieee754/dbl-64/gamma_productf.c: Likewise.
43581         * sysdeps/ieee754/ldbl-128/gamma_productl.c: Likewise.
43582         * sysdeps/ieee754/ldbl-128ibm/gamma_productl.c: Likewise.
43583         * sysdeps/ieee754/ldbl-96/gamma_product.c: Likewise.
43584         * sysdeps/ieee754/ldbl-96/gamma_productl.c: Likewise.
43585         * sysdeps/generic/math_private.h (__gamma_productf): New
43586         prototype.
43587         (__gamma_product): Likewise.
43588         (__gamma_productl): Likewise.
43589         * math/Makefile (libm-calls): Add gamma_product.
43590         * math/libm-test.inc (tgamma_test): Add more tests.
43591         * sysdeps/i386/fpu/libm-test-ulps: Update.
43592         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
43594 2013-05-08  Ondřej Bílka  <neleai@seznam.cz>
43596         * benchtests/bench-skeleton.c (main): Preheat CPU.
43598 2013-05-07  Aurelien Jarno <aurelien@aurel32.net>
43600         * misc/sys/param.h (DEV_BSIZE): Define only if not already defined.
43602 2013-05-07  Roland McGrath  <roland@hack.frob.com>
43604         * sysdeps/generic/ldsodefs.h [IS_IN_rtld]: Declare _dl_skip_args
43605         and _dl_skip_args_internal.
43607 2013-05-07  Carlos O'Donell  <carlos@redhat.com>
43609         * manual/message.texi (Message Translation): Talk about users.
43610         Message to key mapping impacts design.
43612 2013-05-06  Roland McGrath  <roland@hack.frob.com>
43614         * sysdeps/unix/sysv/linux/wordsize-64/glob64.c: New file.
43616         * elf/dl-open.c: Remove declaration of _dl_sysdep_start.
43618         * sysdeps/unix/sysv/linux/wordsize-64/glob64.c: Moved to ...
43619         * sysdeps/wordsize-64/glob64.c: ... here.
43621         * sysdeps/generic/not-cancel.h (NO_CANCELLATION): New macro.
43622         (pause_not_cancel, nanosleep_not_cancel, sigsuspend_not_cancel):
43623         New macros.
43625         * debug/getlogin_r_chk.c: Moved to ...
43626         * login/getlogin_r_chk.c: ... here.
43627         * debug/Makefile (routines): Move getlogin_r_chk to ...
43628         * login/Makefile (routines): ... here.
43629         * debug/Versions (libc: GLIBC_2.4): Move getlogin_r_chk to ...
43630         * login/Versions (libc: GLIBC_2.4): ... here.
43632         * io/poll.c (__poll): Renamed from poll.
43633         Add libc_hidden_def.
43634         (poll): Define as weak alias.
43636         * debug/ptsname_r_chk.c: Moved to ...
43637         * login/ptsname_r_chk.c: ... here.
43638         * debug/Makefile (routines): Move ptsname_r_chk to ...
43639         * login/Makefile (routines): ... here.
43640         * debug/Versions (libc: GLIBC_2.4): Move __ptsname_r_chk to ...
43641         * login/Versions (libc: GLIBC_2.4): ... here.
43643         * posix/getlogin.c: Moved to ...
43644         * login/getlogin.c: ... here.
43645         * posix/getlogin_r.c: Moved to ...
43646         * login/getlogin_r.c: ... here.
43647         * posix/getlogin_r.c: Moved to ...
43648         * login/getlogin_r.c: ... here.
43649         * posix/Makefile (routines): Move getlogin, getlogin_r, setlogin to ...
43650         * login/Makefile (routines): ... here.
43651         * posix/Versions (libc: GLIBC_2.0): Move setlogin to ...
43652         * login/Versions (libc: GLIBC_2.0): ... here.
43654         * resource/setrlimit.c (__setrlimit): Renamed from setrlimit.
43655         (setrlimit): Define as weak alias.
43657         * sysdeps/posix/truncate.c (__truncate): Renamed from truncate.
43658         Call __ names for open, ftruncate, and close.
43659         For LENGTH==0 case, just use O_TRUNC rather than calling ftruncate.
43660         (truncate): Define as weak alias.
43662 2013-05-06  Joseph Myers  <joseph@codesourcery.com>
43664         * math/gen-libm-test.pl (parse_args): Initialize x before each
43665         test of frexp, modf and remquo.
43667         * math/libm-test.inc (gamma_test): Consistently use TEST_f_f1 to
43668         test signgam value.
43670 2013-05-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
43672         [BZ #15418]
43673         [BZ #15419]
43674         * sysdeps/powerpc/fpu/e_hypot.c: Fix spurious FP exception generated by
43675         internal tests.
43676         * sysdeps/powerpc/fpu/e_hypotf.c: Likewise.
43678 2013-05-06  Roland McGrath  <roland@hack.frob.com>
43680         * elf/dl-writev.h: New file.
43681         * elf/dl-misc.c: Include it.
43682         (_dl_debug_vdprintf): Call _dl_writev instead of __writev et al.
43683         * sysdeps/unix/sysv/linux/dl-writev.h: New file.
43685 2013-05-04  Joseph Myers  <joseph@codesourcery.com>
43687         * math/libm-test.inc (noXFails): Remove variable.
43688         (noXPasses): Likewise.
43689         (BUILD_COMPLEX_INT): Remove macro.
43690         (print_screen): Remove xfail argument.
43691         (print_screen_max_error): Likewise.
43692         (update_stats): Likewise.
43693         (print_max_error): Likewise.  Update calls to other affected
43694         functions.
43695         (print_complex_max_error): Likewise.
43696         (test_single_exception): Update calls to print_screen.
43697         (test_single_errno): Likewise.
43698         (check_float_internal): Remove xfail argument.  Update calls to
43699         other affected functions.
43700         (check_float): Likewise.
43701         (check_complex): Likewise.
43702         (check_int): Likewise.
43703         (check_long): Likewise.
43704         (check_bool): Likewise.
43705         (check_longlong): Likewise.
43706         (main): Don't print noXFails and noXPasses.
43707         * math/gen-libm-test.pl (top level): Don't mention expected
43708         failure handling in comment.
43709         (new_test): Don't handle expected failures.
43710         (parse_args): Don't mention expected failure handling in comment.
43711         (generate_testfile): Don't handle expected failures.
43712         (parse_ulps): Likewise.
43713         (print_ulps_file): Likewise.
43714         (get_failure): Remove function.
43715         (output_test): Don't handle expected failures.
43716         * make/README.libm-test: Don't mention expected failure handling.
43718         * math/libm-test.inc (plus_zero): Make const.  Add initializer.
43719         (minus_zero): Likewise.
43720         (plus_infty): Likewise.
43721         (minus_infty): Likewise.
43722         (qnan_value): Likewise.
43723         (max_value): Likewise.
43724         (min_value): Likewise.
43725         (min_subnorm_value): Likewise.
43726         (initialize): Do not initialize those variables dynamically.
43728 2013-05-03  Roland McGrath  <roland@hack.frob.com>
43730         * io/open.c (__open_2): Moved to ...
43731         * io/open_2.c: ... this new file.
43732         * io/open64.c (__open64_2): Moved to ...
43733         * io/open64_2.c: ... this new file.
43734         * io/openat.c (__openat_2): Moved to ...
43735         * io/openat_2.c: ... this new file.
43736         * io/openat64.c (__openat64_2): Moved to ...
43737         * io/openat64_2.c: ... this new file.
43738         * io/Makefile (routines): Add them.
43739         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Remove them.
43740         * sysdeps/unix/sysv/linux/open_2.c: File removed.
43741         * sysdeps/unix/sysv/linux/open64_2.c: File removed.
43742         * sysdeps/unix/sysv/linux/openat.c (__OPENAT_2): Removed.
43743         * sysdeps/unix/sysv/linux/openat64.c (__OPENAT_2): Removed.
43744         * sysdeps/unix/sysv/linux/wordsize-64/openat.c (__openat_2): Removed.
43745         (__openat64): Add hidden_ver.
43746         * sysdeps/mach/hurd/open.c (__open_2, __open64_2): Removed.
43747         * sysdeps/mach/hurd/openat.c (__openat_2): Removed.
43749         * elf/dl-sysdep.c (_dl_sysdep_start) [NEED_DL_SYSINFO]:
43750         Separately conditionalize setting of GLRO(dl_sysinfo) so
43751         that the GLRO(dl_sysinfo_dso) test is under [NEED_DL_SYSINFO_DSO]
43752         as well, but the actual setting is only under [NEED_DL_SYSINFO].
43754 2013-04-30  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
43756         * sysdeps/unix/sysv/linux/powerpc/Versions: Add __vdso_time symbol.
43757         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h: Add __vdso_time
43758         definition.
43759         (VDSO_IFUNC_RET): Cast to void * to silence compiler warning.
43760         * sysdeps/unix/sysv/linux/powerpc/init-first.c
43761         (_libc_vdso_platform_setup): Add __vdso_time initialization.
43762         * sysdeps/unix/sysv/linux/powerpc/time.c: New file: time implementation
43763         for PowerPC using vDSO where is avaliable or gettimeofday as a fallback.
43765 2013-05-03  Joseph Myers  <joseph@codesourcery.com>
43767         * math/libm-test.inc (lgamma_test): Consistently use TEST_f_f1 to
43768         test signgam value.
43770         * math/libm-test.inc (hypot_test): Do not use
43771         IGNORE_ZERO_INF_SIGN.
43773 2013-05-03  Andreas Jaeger  <aj@suse.de>
43775         * sysdeps/gnu/netinet/tcp.h (TCP_TIMESTAMP): New value, from
43776         Linux 3.9.
43777         * sysdeps/unix/sysv/linux/bits/socket.h (PF_VSOCK, AF_VSOCK): Add.
43778         (PF_MAX): Adjust for VSOCK change.
43780 2013-05-03  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
43782         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
43784 2013-05-02  Carlos O'Donell  <carlos@redhat.com>
43786         [BZ #15264]
43787         * localedata/locales/en_CA (LC_MESSAGES): Define yesstr and nostr.
43788         * localedata/locales/es_AR (LC_MESSAGES): Copy es_ES.
43789         * localedata/locales/es_ES (LC_MESSAGES): Define yesstr and nostr.
43791 2013-05-02  David S. Miller  <davem@davemloft.net>
43793         * sysdeps/sparc/fpu/libm-test-ulps: Update.
43795 2013-05-01  Ondřej Bílka  <neleai@seznam.cz>
43797         * string/bits/string2.h (__strcmp_cg): Call __strcmp_gc.
43799 2013-05-01  Roland McGrath  <roland@hack.frob.com>
43801         * sysdeps/posix/opendir.c: Include <sys/param.h> to get MIN/MAX macros.
43803 2013-05-01  Richard Smith  <richard@metafoo.co.uk>
43805         [BZ #14952]
43806         * misc/sys/cdefs.h (__extern_inline, __extern_always_inline)
43807         [__GNUC__ && (__GNUC_STDC_INLINE__ || __GNUC_GNU_INLINE__)]:
43808         Use __attribute__ ((__gnu_inline__)).
43809         [__GNUC__ && !(__GNUC_STDC_INLINE__ || __GNUC_GNU_INLINE__)]:
43810         Don't use __attribute__ ((__gnu_inline__)).
43812 2013-05-01  Joseph Myers  <joseph@codesourcery.com>
43814         [BZ #15423]
43815         * math/s_catan.c (__catan): Handle small real or imaginary part of
43816         input specially to avoid spurious underflow.
43817         * math/s_catanf.c (__catanf): Likewise.
43818         * math/s_catanh.c (__catanh): Likewise.
43819         * math/s_catanhf.c (__catanhf): Likewise.
43820         * math/s_catanhl.c (__catanhl): Likewise.
43821         * math/s_catanl.c (__catanl): Likewise.
43822         * math/libm-test.inc (catan_test): Add more tests.
43823         (catanh_test): Likewise.
43824         * sysdeps/i386/fpu/libm-test-ulps: Update.
43825         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
43827 2013-04-30  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
43829         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
43831 2013-04-30  Joseph Myers  <joseph@codesourcery.com>
43833         [BZ #15416]
43834         * math/s_catan.c (__catan): Compute expressions 1 - x^2 - y^2 more
43835         accurately for denominator in atan2.
43836         * math/s_catanf.c (__catanf): Likewise.
43837         * math/s_catanh.c (__catanh): Likewise.
43838         * math/s_catanhf.c (__catanhf): Likewise.
43839         * math/s_catanhl.c (__catanhl): Likewise.
43840         * math/s_catanl.c (__catanl): Likewise.
43841         * math/libm-test.inc (catan_test): Add more tests.
43842         (catanh_test): Likewise.
43843         * sysdeps/i386/fpu/libm-test-ulps: Update.
43844         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
43846 2013-04-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
43848         * sysdeps/ieee754/dbl-64/s_sin.c: Format code.
43850         * benchtests/Makefile (bench): Remove slow benchmarks.
43851         * benchtests/atan-inputs: Add slow benchmark inputs.
43852         * benchtests/bench-modf.c (NUM_VARIANTS): Define.
43853         (BENCH_FUNC): Accept variant offset.
43854         (VARIANT): Define.
43855         * benchtests/bench-skeleton.c (main): Run benchmark for each
43856         variant.
43857         * benchtests/cos-inputs: Add slow benchmark inputs.
43858         * benchtests/exp-inputs: Likewise.
43859         * benchtests/pow-inputs: Likewise.
43860         * benchtests/sin-inputs: Likewise.
43861         * benchtests/slowatan-inputs: Remove.
43862         * benchtests/slowatan.c: Remove.
43863         * benchtests/slowcos-inputs: Remove.
43864         * benchtests/slowcos.c: Remove.
43865         * benchtests/slowexp-inputs: Remove.
43866         * benchtests/slowexp.c: Remove.
43867         * benchtests/slowpow-inputs: Remove.
43868         * benchtests/slowpow.c: Remove.
43869         * benchtests/slowsin-inputs: Remove.
43870         * benchtests/slowsin.c: Remove.
43871         * benchtests/slowtan-inputs: Remove.
43872         * benchtests/slowtan.c: Remove.
43873         * benchtests/tan-inputs: Add slow benchmark inputs.
43874         * scripts/bench.pl: Parse comments and directives.
43876         * benchtests/Makefile: Remove *-ITER.  Define BENCH_DURATION
43877         in CPPFLAGS.
43878         ($(objpfx)bench-%.c): Remove *-ITER.
43879         * benchtests/bench-modf.c: Remove definition of ITER.
43880         * benchtests/bench-skeleton.c (TIMESPEC_AFTER): New macro.
43881         (main): Loop for DURATION seconds instead of fixed number of
43882         iterations.
43883         * scripts/bench.pl: Don't expect iterations in parameters.
43885 2013-04-29  Roland McGrath  <roland@hack.frob.com>
43887         * io/fchdir.c (__fchdir): Renamed from fchdir.
43888         (fchdir): Define as weak alias.
43890 2013-04-29  Joseph Myers  <joseph@codesourcery.com>
43892         * math/libm-test.inc (ERRNO_UNCHANGED): New macro.
43893         (ERRNO_EDOM): Likewise.
43894         (ERRNO_ERANGE): Likewise.
43895         (noErrnoTests): New variable.
43896         (init_max_error): Set errno to 0.
43897         (test_single_errno): New function.
43898         (test_errno): Likewise.
43899         (check_float_internal): Call test_errno.  Set errno to 0.
43900         (check_complex): Refer to errno tests in comment.
43901         (check_int): Call test_errno.  Set errno to 0.
43902         (check_long): Likewise.
43903         (check_bool): Likewise.
43904         (check_longlong): Likewise.
43905         (cos_test): Use ERRNO_* flags for errno tests instead of
43906         check_int.
43907         (expm1_test): Likewise.
43908         (fmod_test): Likewise.
43909         (ilogb_test): Likewise.
43910         (lgamma_test): Likewise.
43911         (pow_test): Likewise.
43912         (remainder_test): Likewise.
43913         (sin_test): Likewise.
43914         (tan_test): Likewise.
43915         (yn_test): Likewise.
43916         (initialize): Set errno to 0.
43917         (main): Print number of errno tests.
43918         * math/gen-libm-test.pl (parse_args): Allow ERRNO flags on tests.
43920 2013-04-29  Andreas Jaeger  <aj@suse.de>
43922         [BZ #15084]
43923         * resolv/res_debug.c (p_option): Fix strings for RES_USEBSTRING
43924         and RES_USEVC.
43926         [BZ #15085]
43927         * resolv/resolv.h (RES_NOCHECKNAME): Mark as unimplemented.
43928         * resolv/res_debug.c (p_option): Mark RES_NOCHECKNAME as
43929         unimplemented.
43931         [BZ #15380]
43932         * stdlib/random.c (__initstate): Return NULL if
43933         __initstate fails.
43935         [BZ #15086]
43936         * resolv/res_debug.c (p_option): Handle RES_NOALIASES,
43937         RES_KEEPTSIG, RES_BLAST, RES_NOIP6DOTINT, RES_SNGLKUP,
43938         RES_SNGLKUPREOP.
43940 2013-04-29  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
43942         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
43944 2013-04-29  Joseph Myers  <joseph@codesourcery.com>
43946         * math/libm-test.inc (cacos_test): Add missing semicolons at ends
43947         of individual tests.
43948         (casin_test): Likewise.
43949         (casinh_test): Likewise.
43951 2013-04-27  Joseph Myers  <joseph@codesourcery.com>
43953         [BZ #15409]
43954         * math/s_catan.c (__catan): Handle arguments with large real or
43955         imaginary part separately without squaring.
43956         * math/s_catanf.c (__catanf): Likewise.
43957         * math/s_catanh.c (__catanh): Likewise.
43958         * math/s_catanhf.c (__catanhf): Likewise.
43959         * math/s_catanhl.c [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Undefine
43960         and redefine.
43961         (__catanhl): Handle arguments with large real or imaginary part
43962         separately without squaring.
43963         * math/s_catanl.c [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Undefine
43964         and redefine.
43965         (__catanl): Handle arguments with large real or imaginary part
43966         separately without squaring.
43967         * math/libm-test.inc (catan_test): Add more tests.
43968         (catanh_test): Likewise.
43969         * sysdeps/i386/fpu/libm-test-ulps: Update.
43970         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
43972 2013-04-27  Andreas Jaeger  <aj@suse.de>
43974         [BZ #15007]
43975         * stdlib/stdlib.h: Update guards for qecvt.
43976         * stdlib/bits/stdlib-ldbl.h: Sync guards for qecvt etc with
43977         <stdlib.h>.
43979 2013-04-27  Allan McRae  <allan@archlinux.org>
43981         * sysdeps/i386/fpu/libm-test-ulps: Update.
43983 2013-04-26  Joseph Myers  <joseph@codesourcery.com>
43985         [BZ #15406]
43986         * math/s_catan.c: Include <float.h>.
43987         (__catan): Ensure underflow exception occurs for underflowed
43988         result.
43989         * math/s_catanf.c: Include <float.h>.
43990         (__catanf): Ensure underflow exception occurs for underflowed
43991         result.
43992         * math/s_catanh.c: Include <float.h>.
43993         (__catanh): Ensure underflow exception occurs for underflowed
43994         result.
43995         * math/s_catanhf.c: Include <float.h>.
43996         (__catanhf): Ensure underflow exception occurs for underflowed
43997         result.
43998         * math/s_catanhl.c: Include <float.h>.
43999         (__catanhl): Ensure underflow exception occurs for underflowed
44000         result.
44001         * math/s_catanl.c: Include <float.h>.
44002         (__catanl): Ensure underflow exception occurs for underflowed
44003         result.
44004         * math/libm-test.inc (catan_test): Add more tests.
44005         (catanh_test): Likewise.
44007         [BZ #15405]
44008         * math/s_ccosh.c (__ccosh): Ensure underflow exception occurs for
44009         underflowed result.
44010         * math/s_ccoshf.c (__ccoshf): Likewise.
44011         * math/s_ccoshl.c (__ccoshl): Likewise.
44012         * math/s_csin.c (__csin): Likewise.
44013         * math/s_csinf.c (__csinf): Likewise.
44014         * math/s_csinh.c (__csinh): Likewise.
44015         * math/s_csinhf.c (__csinhf): Likewise.
44016         * math/s_csinhl.c (__csinhl): Likewise.
44017         * math/s_csinl.c (__csinl): Likewise.
44018         * math/libm-test.inc (ccos_test): Add more tests.
44019         (ccosh_test): Likewise.
44020         (csin_test): Likewise.
44021         (csinh_test): Likewise.
44023 2013-04-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
44025         * sysdeps/powerpc/power5/fpu/s_modf.c: Moved to ...
44026         * sysdeps/powerpc/power5+/fpu/s_modf.c: ... this.
44027         * sysdeps/powerpc/power5/fpu/s_modff.c: Moved to ...
44028         * sysdeps/powerpc/power5+/fpu/s_modff.c: ... this.
44029         * sysdeps/powerpc/powerpc32/power5+/Implies: Add powerpc/power5+ and
44030         powerpc/power5+/fpu folders.
44031         * sysdeps/powerpc/powerpc64/power5+/Implies: Likewise.
44034 2013-04-26  Markus Trippelsdorf  <markus@trippelsdorf.de>
44036         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
44038 2013-04-25  Joseph Myers  <joseph@codesourcery.com>
44040         * elf/Makefile [$(config-machine) = x86_64] (tests): Remove
44041         additions to variable.
44042         [$(config-machine) = x86_64] (modules-names): Likewise.
44043         ($(objpfx)tst-audit3): Remove dependency.
44044         ($(objpfx)tst-audit3.out): Likewise.
44045         ($(objpfx)tst-audit4): Likewise.
44046         ($(objpfx)tst-audit4.out): Likewise.
44047         ($(objpfx)tst-audit5): Likewise.
44048         ($(objpfx)tst-audit5.out): Likewise.
44049         ($(objpfx)tst-audit6): Likewise.
44050         ($(objpfx)tst-audit6.out): Likewise.
44051         ($(objpfx)tst-audit7): Likewise.
44052         ($(objpfx)tst-audit7.out): Likewise.
44053         (tst-audit3-ENV): Remove variable.
44054         (tst-audit4-ENV): Likewise.
44055         (tst-audit5-ENV): Likewise.
44056         (tst-audit6-ENV): Likewise.
44057         (tst-audit7-ENV): Likewise.
44058         [$(config-cflags-avx) = yes] (AVX-CFLAGS): Likewise.
44059         [$(config-cflags-avx) = yes] (CFLAGS-tst-audit4.c): Remove
44060         addition to variable.
44061         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod4a.c): Likewise.
44062         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod4b.c): Likewise.
44063         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod6b.c): Likewise.
44064         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod6c.c): Likewise.
44065         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod7b.c): Likewise.
44066         * sysdeps/x86_64/Makefile [$(subdir) = elf] (tests): Add
44067         tst-audit3, tst-audit4 and tst-audit5.
44068         [$(subdir) = elf && $(config-cflags-avx) = yes] (tests): Add
44069         tst-audit6 and tst-audit7.
44070         [$(subdir) = elf] (modules-names): Add audit modules for those
44071         tests.
44072         [$(subdir) = elf] ($(objpfx)tst-audit3): New dependency.
44073         [$(subdir) = elf] ($(objpfx)tst-audit3.out): Likewise.
44074         [$(subdir) = elf] ($(objpfx)tst-audit4): Likewise.
44075         [$(subdir) = elf] ($(objpfx)tst-audit4.out): Likewise.
44076         [$(subdir) = elf] ($(objpfx)tst-audit5): Likewise.
44077         [$(subdir) = elf] ($(objpfx)tst-audit5.out): Likewise.
44078         [$(subdir) = elf] ($(objpfx)tst-audit6): Likewise.
44079         [$(subdir) = elf] ($(objpfx)tst-audit6.out): Likewise.
44080         [$(subdir) = elf] ($(objpfx)tst-audit7): Likewise.
44081         [$(subdir) = elf] ($(objpfx)tst-audit7.out): Likewise.
44082         [$(subdir) = elf] (tst-audit3-ENV): New variable.
44083         [$(subdir) = elf] (tst-audit4-ENV): Likewise.
44084         [$(subdir) = elf] (tst-audit5-ENV): Likewise.
44085         [$(subdir) = elf] (tst-audit6-ENV): Likewise.
44086         [$(subdir) = elf] (tst-audit7-ENV): Likewise.
44087         [$(subdir) = elf && $(config-cflags-avx) = yes] (AVX-CFLAGS):
44088         Likewise.
44089         [$(subdir) = elf && $(config-cflags-avx) = yes]
44090         (CFLAGS-tst-audit4.c): Append $(AVX-CFLAGS).
44091         [$(subdir) = elf && $(config-cflags-avx) = yes]
44092         (CFLAGS-tst-auditmod4a.c): Likewise.
44093         [$(subdir) = elf && $(config-cflags-avx) = yes]
44094         (CFLAGS-tst-auditmod4b.c): Likewise.
44095         [$(subdir) = elf && $(config-cflags-avx) = yes]
44096         (CFLAGS-tst-auditmod6b.c): Likewise.
44097         [$(subdir) = elf && $(config-cflags-avx) = yes]
44098         (CFLAGS-tst-auditmod6c.c): Likewise.
44099         [$(subdir) = elf && $(config-cflags-avx) = yes]
44100         (CFLAGS-tst-auditmod7b.c): Likewise.
44101         * elf/tst-audit3.c: Move to ...
44102         * sysdeps/x86_64/tst-audit3.c: ... here.
44103         * elf/tst-audit4.c: Move to ...
44104         * sysdeps/x86_64/tst-audit4.c: ... here.
44105         * elf/tst-audit5.c: Move to ...
44106         * sysdeps/x86_64/tst-audit5.c: ... here.
44107         * elf/tst-audit6.c: Move to ...
44108         * sysdeps/x86_64/tst-audit6.c: ... here.
44109         * elf/tst-audit7.c: Move to ...
44110         * sysdeps/x86_64/tst-audit7.c: ... here.
44111         * elf/tst-auditmod3a.c: Move to ...
44112         * sysdeps/x86_64/tst-auditmod3a.c: ... here.
44113         * elf/tst-auditmod3b.c: Move to ...
44114         * sysdeps/x86_64/tst-auditmod3b.c: ... here.
44115         * elf/tst-auditmod4a.c: Move to ...
44116         * sysdeps/x86_64/tst-auditmod4a.c: ... here.
44117         * elf/tst-auditmod4b.c: Move to ...
44118         * sysdeps/x86_64/tst-auditmod4b.c: ... here.
44119         * elf/tst-auditmod5a.c: Move to ...
44120         * sysdeps/x86_64/tst-auditmod5a.c: ... here.
44121         * elf/tst-auditmod5b.c: Move to ...
44122         * sysdeps/x86_64/tst-auditmod5b.c: ... here.
44123         * elf/tst-auditmod6a.c: Move to ...
44124         * sysdeps/x86_64/tst-auditmod6a.c: ... here.
44125         * elf/tst-auditmod6b.c: Move to ...
44126         * sysdeps/x86_64/tst-auditmod6b.c: ... here.
44127         * elf/tst-auditmod6c.c: Move to ...
44128         * sysdeps/x86_64/tst-auditmod6c.c: ... here.
44129         * elf/tst-auditmod7a.c: Move to ...
44130         * sysdeps/x86_64/tst-auditmod7a.c: ... here.
44131         * elf/tst-auditmod7b.c: Move to ...
44132         * sysdeps/x86_64/tst-auditmod7b.c: ... here.
44134 2013-04-25  Paul Pluzhnikov  <ppluzhnikov@google.com>
44136         [BZ #15366]
44137         * sysdeps/generic/inttypes.h (PRId8, PRId16, etc.):
44138         define unconditionally.
44139         * sysdeps/generic/stdint.h (INT8_MIN, INT16_MIN, etc.):
44140         define unconditionally.
44141         (INT8_C, INT16_C, etc.): Likewise.
44143 2013-04-25  Maciej W. Rozycki  <macro@codesourcery.com>
44145         * csu/libc-start.c (__libc_start_main) [!SHARED]: Declare
44146         __ehdr_start with hidden visibility.
44148         * soft-fp/op-common.h (_FP_SQRT): s/sNAN/NAN/ in a comment.
44150 2013-04-24  Carlos O'Donell  <carlos@redhat.com>
44152         * math/libm-test.inc (cos_test): Use accurate hex constants.
44153         (sincost_test): Likewise.
44155 2013-04-24  Joseph Myers  <joseph@codesourcery.com>
44157         * math/libm-test.inc (catan_test): Add more tests.
44158         (catanh_test): Likewise.
44160         * math/s_catanf.c (__catanf): Use suffixed floating-point
44161         constants.
44162         * math/s_catanhf.c (__catanhf): Likewise.
44163         * math/s_catanhl.c (__catanhl): Likewise.
44164         * math/s_catanl.c (__catanl): Likewise.
44166         [BZ #15394]
44167         * math/s_catan.c (__catan): Calculate imaginary part of result
44168         with log1p not log unless computing log of number close to 0.
44169         * math/s_catanf.c (__catanf): Likewise.
44170         * math/s_catanl.c (__catanl): Likewise.
44171         * math/s_catanh.c (__catanh): Calculate real part of result with
44172         log1p not log unless computing log of number close to 0.
44173         * math/s_catanhf.c (__catanhf): Likewise.
44174         * math/s_catanhl.c (__catanhl): Likewise.
44175         * math/libm-test.inc (catan_test): Add more tests.
44176         (catanh_test): Likewise.
44177         * sysdeps/i386/fpu/libm-test-ulps: Update.
44178         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
44180 2013-04-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
44182         * benchtests/Makefile: Mention files in which fast and slow
44183         paths of math functions are implemented.
44185 2013-04-23  Roland McGrath  <roland@hack.frob.com>
44187         * sysdeps/posix/timespec_get.c: New file.
44189 2013-04-23  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
44191         * sysdeps/powerpc/power5/fpu/s_modf.c: New file: modf optimization for
44192         POWER.
44193         * sysdeps/powerpc/power5/fpu/s_modff.c: New file: modff optimization
44194         for POWER.
44195         * sysdeps/powerpc/powerpc64/power5/Implies: Add powerpc/power5 and
44196         powerpc/power5/fpu folders.
44197         * sysdeps/powerpc/powerpc32/power5/Implies: Likewise.
44198         * benchtests/Makefile: Add modf testcase.
44199         * benchtests/bench-modf.c: New file: Benchmark test for mo
44201 2013-04-23  Siddhesh Poyarekar  <siddhesh@redhat.com>
44203         [BZ #14888]
44204         * time/Makefile (tests): Add tst-strptime-whitespace.
44205         * time/strptime_l.c (get_number): Use ISSPACE.
44206         (__strptime_internal): Likewise.
44207         * time/tst-strptime-whitespace.c: New test case.
44209 2013-04-23  Andreas Schwab  <schwab@linux-m68k.org>
44211         * nss/nss_files/files-init.c (TF): Don't initialize flexible array
44212         member.
44213         (_nss_files_init): Set it here.
44215 2013-04-23  Heiko Carstens  <heiko.carstens@de.ibm.com>
44217         * sysdeps/unix/sysv/linux/s390/bits/statfs.h: Change types of
44218         f_type, f_bsize, f_namelen, f_frsize, f_flags,and f_spare to
44219         unsigned.
44221 2013-04-22  Jan-Benedict Glaw  <jbglaw@getslash.de>
44223         * nss/getent.c (shadow_keys): Call endspent, not endpwent.
44225 2013-04-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
44227         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Compute results
44228         size just once.
44230 2013-04-21  David S. Miller  <davem@davemloft.net>
44232         * po/ru.po: Update Russion translation from translation project.
44234 2013-04-17  Adam Conrad  <adconrad@0c3.net>
44236         * sysdeps/unix/sysv/linux/sys/fsuid.h: Remove __wur from setfsuid
44237         and setfsgid.
44239 2013-04-17  Carlos O'Donell  <carlos@redhat.com>
44241         * configure.in: Remove i386 configure warning. Remove i386 case.
44242         * configure: Regenerate.
44243         * sysdeps/i386/configure.in: Raise error if config_machine is i386.
44244         Add example to error message.
44245         * sysdeps/i386/configure: Regenerate.
44247 2013-04-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
44249         * benchtests/Makefile (bench): Add cos, tan, slowcos and
44250         slowtan.
44251         * benchtests/cos-inputs: New file.
44252         * benchtests/slowcos-inputs: New file.
44253         * benchtests/slowcos.c: New file.
44254         * benchtests/slowtan-inputs: New file.
44255         * benchtests/slowtan.c: New file.
44256         * benchtests/tan-inputs: New file.
44258 2013-04-16  Roland McGrath  <roland@hack.frob.com>
44260         * rt/tst-aio7.c (do_test): Don't test O_RDONLY fd case, which is now
44261         considered kosher.
44263 2013-04-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
44265         * benchtests/Makefile: Include cppflags-iterator.mk to add
44266         -DNOT_IN_libc=1 to CPPFLAGS of all benchmark programs.
44268         * Makefile.in (bench-clean): New target.
44269         * benchtests/Makefile (bench-clean): Likewise.
44271 2013-04-16  David Holsgrove  <david.holsgrove@xilinx.com>
44273         * elf/elf.h: Add EM_MICROBLAZE and MicroBlaze relocations.
44275 2013-04-15  Thomas Schwinge  <thomas@codesourcery.com>
44277         * stdio-common/tstdiomisc.c: Fix coding-style violation.
44279 2013-04-15  Andreas Schwab  <schwab@suse.de>
44281         * nscd/grpcache.c (cache_addgr): Properly check for short write.
44282         * nscd/initgrcache.c (addinitgroupsX): Likewise.
44283         * nscd/pwdcache.c (cache_addpw): Likewise.
44284         * nscd/servicescache.c (cache_addserv): Likewise.  Don't write
44285         more than recsize.
44287 2013-04-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
44289         * benchtests/Makefile (bench): Write all output to
44290         bench-out.tmp together.
44292 2013-04-15  Andreas Schwab  <schwab@suse.de>
44294         * nscd/nscd.c (main): Don't fork again after closing files.
44296 2013-04-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
44298         * libio/tst-fwrite-error.c (do_test): Fix BUF array definition.
44300         * benchtests/Rules (bench-deps): Collect dependencies into a
44301         single variable.  Add Makefile to dependencies.
44302         ($(objpfx)bench-%.c): Depend on bench-deps.
44304 2013-04-12  Roland McGrath  <roland@hack.frob.com>
44305             Xavier Roche  <roche+kml2@exalead.com>
44307         [BZ #15361]
44308         * sysdeps/pthread/aio_fsync.c (aio_fsync): Don't check open modes,
44309         just that it's a file descriptor.
44310         * manual/llio.texi (Synchronizing AIO Operations): Update description
44311         for EBADF error from aio_fsync.
44313 2013-04-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
44315         * Rules (bench): Move target definition...
44316         * benchtests/Makefile: ... here.
44318 2013-04-11  Carlos O'Donell  <carlos@redhat.com>
44320         * math/libm-test.inc (cos_test): Fix PI/2 test.
44321         (sincos_test): Likewise.
44322         * sysdeps/x86_64/fpu/libm-test-ulps: Regenerate.
44323         * sysdeps/i386/fpu/libm-test-ulps: Regenerate.
44325 2013-04-11  Andreas Schwab  <schwab@suse.de>
44327         [BZ #13988]
44328         * stdio-common/vfscanf.c (_IO_vfwscanf): When parsing a float
44329         accept exponent character only when digits were seen.
44330         * stdio-common/Makefile (tests): Add bug26.
44331         * stdio-common/bug26.c: New file.
44333         [BZ #14293]
44334         * elf/dl-load.c (_dl_init_paths): Mark decomposed RUNPATH as
44335         non-freeable.
44337 2013-04-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
44339         * Makeconfig (rtld-prefix): Define built linker prefix.
44340         * Rules (run-bench): Use it.
44341         * math/Makefile (run-regen-ulps): Likewise.
44343         * Rules (bench): Remove eval.
44345 2013-04-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
44346             Roland McGrath  <roland@hack.frob.com>
44347             Ondrej Bilka  <neleai@seznam.cz>
44349         [BZ #15346]
44350         * time/getdate.c: Include ctype.h and alloca.h.
44351         (__getdate_r): Trim leading and trailing spaces of input.
44352         * time/tst-getdate.c (tests): Add tests with leading and
44353         trailing spaces.
44355 2013-04-08  Roland McGrath  <roland@hack.frob.com>
44357         [BZ #14280]
44358         * sysdeps/mach/hurd/bits/ioctls.h (_IOTS): Cast to enum __ioctl_datum
44359         when computing value.
44361 2013-04-06  Carlos O'Donell  <carlos@redhat.com>
44363         * math/README.libm-test (How can I generate "libm-test-ulps"?):
44364         Use testrun.sh to run libm tests.
44366         [BZ #15309]
44367         * elf/dl-open.c (dl_open_worker): memset all of seen array.
44369 2013-04-06  Marko Myllynen  <myllynen@redhat.com>
44371         [BZ #15264]
44372         * locales/fi_FI (LC_MESSAGES): Define yesstr and nostr.
44374 2013-04-06  Carlos O'Donell  <carlos@redhat.com>
44376         * Makefile.in (regen-ulps): New target.
44377         * math/Makefile [ifneq (no,$(PERL)]: Declare regen-ulps with .PHONY.
44378         [ifneq (no,$(PERL)] (run-regen-ulps): New variable.
44379         [ifneq (no,$(PERL)] (regen-ulps): New target.
44380         [ifeq (no,$(PERL)] (regen-ulps): New target.
44381         * math/libm-test.inc (ulps_file_name): Define.
44382         (output_dir): New variable.
44383         (options): Add "output-dir" option.
44384         (parse_opt): Handle 'o' case.
44385         (main): If output_dir is non-NULL use it as a prefix
44386         otherwise use "".
44387         * math/README.libm-test: Update `How can I generate "libm-test-ulps"?'
44389 2013-04-06  Carlos O'Donell  <carlos@redhat.com>
44391         [BZ #10060, #10062]
44392         * aclocal.m4 (LIBC_COMPILER_BUILTIN_INLINED): New macro.
44393         * sysdeps/i386/configure.in: Use LIBC_COMPILER_BUILTIN_INLINED and
44394         fail configure if __sync_val_compare_and_swap is not inlined.
44395         * sysdeps/i386/configure: Regenerate.
44396         * configure.in: Build for i686 when configured for i386.
44397         * configure: Regenerate.
44398         * README: Remove i386 reference.
44400 2013-04-06  Carlos O'Donell  <carlos@redhat.com>
44402         * sysdeps/s390/s390-32/sysdep.h: Undefine PSEUDO before redefinition.
44403         * sysdeps/s390/s390-64/sysdep.h: Likewise.
44405 2013-04-05  Thomas Schwinge  <thomas@codesourcery.com>
44407         * stdio-common/tstdiomisc.c (snanval, msnanval, lsnanval)
44408         (lmsnanval): New variables.
44409         (F): Add conversion tests.
44410         * stdlib/tst-strtod6.c (do_test): Add issignaling tests.
44411         * stdlib/Makefile ($(objpfx)tst-strtod6): Depend on $(link-libm).
44413         * stdio-common/tstdiomisc.c (F): Properly collect individual
44414         tests' results.
44416         [BZ #14686, #15336]
44417         * sysdeps/ieee754/dbl-64/urem.h (nNAN, NAN): Remove definitions.
44418         * sysdeps/ieee754/dbl-64/e_remainder.c (__ieee754_remainder):
44419         Instead, use input NaN values or generate a qNaN by arithmetic
44420         operation.  Also fix bugs to comply with the standard.
44421         * math/libm-test.inc (remainder_test): Add more tests.
44423         [BZ #15335, #15342]
44424         * sysdeps/ieee754/dbl-64/upow.h (NaNQ): Remove definitions.
44425         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Instead, use
44426         input NaN values or generate a qNaN by arithmetic operation.
44428         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Remove
44429         unreachable code.
44431         * sysdeps/ieee754/dbl-64/usncs.h (NAN): Removed unused
44432         definitions.
44434 2013-04-03  Joseph Myers  <joseph@codesourcery.com>
44436         [BZ #14478]
44437         * math/s_cexp.c (__cexp): Ensure underflow exception occurs for
44438         underflowed result.
44439         * math/s_cexpf.c (__cexpf): Likewise.
44440         * math/s_cexpl.c (__cexpl): Likewise.
44441         * math/libm-test.inc (cexp_test): Add more tests.
44443 2013-04-03  Andreas Schwab  <schwab@suse.de>
44445         [BZ #15330]
44446         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Allocate results and
44447         order arrays from heap if bigger than alloca cutoff.
44449 2013-04-03  Thomas Schwinge  <thomas@codesourcery.com>
44451         * sysdeps/i386/fpu/math-tests.h (SNAN_TESTS_float)
44452         (SNAN_TESTS_double): Refer to GCC PR56831.
44453         * sysdeps/powerpc/math-tests.h (SNAN_TESTS_TYPE_CAST): Refer to
44454         GCC PR56828.
44456 2013-04-03  Siddhesh Poyarekar  <siddhesh@redhat.com>
44458         * Rules (bench): Move bench.out after the run is complete.
44460         * Rules (bench): Echo currently running benchmark.
44462         * benchtests/Makefile (bench): Add atan and slowatan.
44463         * benchtests/atan-inputs: New file.
44464         * benchtests/slowatan-inputs: New file.
44465         * benchtests/slowatan.c: New file.
44467         * sysdeps/ieee754/dbl-64/mpa.h (TWO): Remove definition.
44468         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Replace TWO with
44469         its value.
44471         [BZ #15305]
44472         * sysdeps/unix/sysv/linux/kernel-features.h
44473         [__LINUX_KERNEL_VERSION >= 0x02061d]: Define
44474         __ASSUME_XFS_RESTRICTED_CHOWN.
44475         * sysdeps/unix/sysv/linux/pathconf.c
44476         (__statfs_chown_restricted) [!__ASSUME_XFS_RESTRICTED_CHOWN]:
44477         Save and restore errno.
44479 2013-04-02  Joseph Myers  <joseph@codesourcery.com>
44481         [BZ #15327]
44482         * math/s_cacosh.c (__cacosh): Implement for finite nonzero
44483         arguments using __kernel_casinh.
44484         * math/s_cacoshf.c (__cacoshf): Implement for finite nonzero
44485         arguments using __kernel_casinhf.
44486         * math/s_cacoshl.c (__cacoshl): Implement for finite nonzero
44487         arguments using __kernel_casinhl.
44488         * math/libm-test.inc (cacosh_test): Add more tests.
44489         * sysdeps/i386/fpu/libm-test-ulps: Update.
44490         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
44492 2013-04-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
44494         * sysdeps/ieee754/dbl-64/mpa.h (HALFRAD): Define as TWO23.
44495         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Use mantissa_t.
44497         * bench/Makefile (bench): Add sin and slowsin.
44498         * benchtests/sin-inputs: New file.
44499         * benchtests/slowsin-inputs: New file.
44500         * benchtests/slowsin.c: New file.
44502         * benchtests/Makefile: Add benchmarks for slowpow and slowexp.
44503         (bench): Add slowexp and slowpow.
44504         (exp-ITER): Increase iterations.
44505         (pow-ITER): Likewise.
44506         * benchtests/exp-inputs: Change input.
44507         * benchtests/pow-inputs: Likewise.
44508         * benchtests/slowexp-inputs: New file.
44509         * benchtests/slowexp.c: New file.
44510         * benchtests/slowpow-inputs: New file.
44511         * benchtests/slowpow.c: New file.
44513 2013-04-02  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
44515         * sysdeps/powerpc/powerpc32/fpu/s_rint.S: Remove branch prediction
44516         instructions.
44517         * sysdeps/powerpc/powerpc32/fpu/s_rintf.S: Likewise.
44518         * sysdeps/powerpc/powerpc64/fpu/s_rint.S: Likewise.
44519         * sysdeps/powerpc/powerpc64/fpu/s_rintf.S: Likewise.
44520         * benchtests/Makefile: Add rint benchtest.
44521         * benchtests/rint-inputs: Input for rint benchtest.
44523 2013-04-02  Thomas Schwinge  <thomas@codesourcery.com>
44525         * Versions.def (libm): Add GLIBC_2.18.
44526         * include/math.h [!_ISOMAC] (__issignaling, __issignalingf): Add
44527         hidden libm prototypes.
44528         [!_ISOMAC && !__NO_LONG_DOUBLE_MATH] (__issignalingl): Likewise.
44529         * math/Makefile (libm-calls): Add s_issignaling.
44530         * math/Versions (libm: GLIBC_2.18): Add __issignaling,
44531         __issignalingf, __issignalingl.  Adjust all libm.abilist files.
44532         * math/bits/mathcalls.h [__USE_GNU] (__issignaling): New prototype
44533         declaration.
44534         * math/math.h [__USE_GNU] (issignaling): New macro.
44535         * sysdeps/ieee754/flt-32/s_issignalingf.c: New file.
44536         * sysdeps/ieee754/dbl-64/s_issignaling.c: Likewise.
44537         * sysdeps/ieee754/dbl-64/wordsize-64/s_issignaling.c: Likewise.
44538         * sysdeps/ieee754/ldbl-96/s_issignalingl.c: Likewise.
44539         * sysdeps/ieee754/ldbl-128/s_issignalingl.c: Likewise.
44540         * sysdeps/ieee754/ldbl-128ibm/s_issignalingl.c: Likewise.
44541         * manual/arith.texi (issignaling): New section.
44542         * manual/libm-err-tab.pl (@all_functions): Update comment.
44543         * math/gen-libm-test.pl (parse_args): Apply special handling for
44544         issignaling.
44545         * math/libm-test.inc (print_float, issignaling_test): New
44546         functions.
44547         (check_float_internal): Add issignaling checks.
44548         * sysdeps/generic/math-tests.h (SNAN_TESTS_TYPE_CAST): Provide
44549         default definition.
44550         * sysdeps/powerpc/math-tests.h: New file.
44551         * math/basic-test.c (TEST_FUNC, TEST_TRUNC): Add issignaling
44552         tests.
44553         * math/test-snan.c (TEST_FUNC): Likewise.
44555 2013-03-30  David S. Miller  <davem@davemloft.net>
44557         * po/de.po: Update from translation team.
44559 2013-03-30  Joseph Myers  <joseph@codesourcery.com>
44561         [BZ #10357]
44562         * math/k_casinh.c (__kernel_casinh): Handle arguments with
44563         imaginary part less than 1.0 and real part less than 0.5
44564         specially.
44565         * math/k_casinhf.c (__kernel_casinhf): Likewise.
44566         * math/k_casinhl.c (__kernel_casinhl): Likewise.
44567         * math/libm-test.inc (UNDERFLOW_EXCEPTION_OK_DOUBLE): New macro.
44568         (cacos_test): Add more tests.
44569         (casin_test): Likewise.
44570         (casinh_test): Likewise.
44571         * sysdeps/i386/fpu/libm-test-ulps: Update.
44572         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
44574 2013-03-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
44576         * sysdeps/powerpc/power4/fpu/mpa-arch.h (INTEGER_OF): Replace
44577         ONE with its value.
44579         * sysdeps/ieee754/dbl-64/mpa.h (ONE, MONE): Remove defines.
44580         (__pow_mp): Replace ONE and MONE with their values.
44581         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Likewise.
44582         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Likewise.
44583         * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Likewise.
44584         * sysdeps/ieee754/dbl-64/mptan.c (__mptan): Likewise.
44585         * sysdeps/ieee754/dbl-64/s_atan.c (atan): Likewise.
44586         * sysdeps/ieee754/dbl-64/s_tan.c (tan): Likewise.
44588         * sysdeps/ieee754/dbl-64/s_tan.c: Fix formatting.
44590         * sysdeps/ieee754/dbl-64/mpa.h (ZERO, MZERO): Remove defines.
44591         (__pow_mp): Replace ZERO and MZERO with their values.
44592         * sysdeps/ieee754/dbl-64/e_atan2.c (__ieee754_atan2): Likewise.
44593         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Likewise.
44594         * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Likewise.
44595         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Likewise.
44596         * sysdeps/ieee754/dbl-64/s_atan.c (atan): Likewise.
44597         * sysdeps/powerpc/power4/fpu/mpa.c (__mul): Likewise.
44598         (__sqr): Likewise.
44600         * sysdeps/ieee754/dbl-64/s_atan.c: Fix formatting.
44602         * sysdeps/ieee754/dbl-64/e_log.c: Fix formatting.
44604 2013-03-28  Roland McGrath  <roland@hack.frob.com>
44606         * include/stdlib.h [!SHARED] (__call_tls_dtors):
44607         Declare with __attribute__ ((weak)).
44608         * stdlib/exit.c (__libc_atexit) [!SHARED]:
44609         Call __call_tls_dtors only if it's not NULL.
44611 2013-03-28  Roland McGrath  <roland@hack.frob.com>
44613         * csu/libc-start.c (__libc_start_main) [!SHARED]: If _dl_aux_init
44614         didn't do it already, then set _dl_phdr and _dl_phnum based on the
44615         magic __ehdr_start linker symbol if it's defined.
44616         * sysdeps/mach/hurd/i386/init-first.c (init1) [!SHARED]: Don't set
44617         them up here if it was already done.
44619         * elf/dl-support.c (_dl_phdr): Make pointer to const.
44620         (_dl_aux_init): Use const in cast when setting it.
44621         * sysdeps/mach/hurd/i386/init-first.c (init1): Remove superfluous cast.
44622         * sysdeps/generic/ldsodefs.h [!SHARED] (_dl_phdr): Update decl.
44623         * csu/libc-tls.c (__libc_setup_tls): Make PHDR pointer to const.
44625         * sysdeps/generic/ldsodefs.h [!SHARED] (_dl_phdr, _dl_phnum):
44626         Declare them here.
44627         * elf/dl-iteratephdr.c [!SHARED] (_dl_phdr, _dl_phnum): Not here.
44628         * csu/libc-tls.c: Nor here.
44629         * sysdeps/mach/hurd/i386/init-first.c (init1): Nor here.
44631         * sysdeps/posix/libc_fatal.c: Don't include <sys/syslog.h>.
44632         (__libc_message): Never call vsyslog.
44634 2013-03-28  Alan Modra  <amodra@gmail.com>
44636         * sysdeps/powerpc/powerpc32/start.S (cfi_startproc, cfi_endproc):
44637         Define as empty.
44638         * sysdeps/powerpc/powerpc64/start.S (cfi_startproc, cfi_endproc):
44639         Likewise.
44641 2013-03-28  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
44643         [BZ #15214]
44644         * sysdeps/ieee754/ldbl-128ibm/e_logl.c (__ieee754_logl): Fix spurious
44645         underflow.
44646         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
44648 2013-03-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
44650         [BZ #15304]
44651         * hesiod/nss_hesiod/hesiod-grp.c (_nss_hesiod_initgroups_dyn):
44652         Don't add gid passed as argument.
44654         * sysdeps/ieee-754/dbl-64/e_atan2.c: Reformat.
44656 2013-03-27  Joseph Myers  <joseph@codesourcery.com>
44658         [BZ #15307]
44659         * math/k_casinh.c (__kernel_casinh): Handle arguments with
44660         imaginary part between 1.0 and 1.5 and real part less than 0.5
44661         specially.
44662         * math/k_casinhf.c (__kernel_casinhf): Likewise.
44663         * math/k_casinhl.c (__kernel_casinhl): Likewise.
44664         * math/libm-test.inc (cacos_test): Add more tests.
44665         (casin_test): Likewise.
44666         (casinh_test): Likewise.
44667         * sysdeps/i386/fpu/libm-test-ulps: Update.
44668         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
44670 2013-03-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
44672         * sysdeps/ieee754/dbl-64/mpa.c (__acr): Use integral
44673         constants.
44674         (norm): Likewise.
44675         (denorm): Likewise.
44676         (__dbl_mp): Likewise.
44677         (add_magnitudes): Likewise.
44678         (sub_magnitudes): Likewise.
44679         (__add): Likewise.
44680         (__sub): Likewise.
44681         (__mul): Likewise.
44682         (__sqr): Likewise.
44683         (__inv): Likewise.
44684         (__dvd): Likewise.
44686         * sysdeps/ieee754/dbl-64/branred.c (__branred): Remove
44687         commented code.
44688         * sysdeps/ieee754/dbl-64/dosincos.c (__dubsin): Likewise.
44689         (__dubcos): Likewise.
44690         * sysdeps/ieee754/dbl-64/e_asin.c (__ieee754_asin): Likewise.
44691         (__ieee754_acos): Likewise.
44692         * sysdeps/ieee754/dbl-64/e_atan2.c (__ieee754_atan2): Likewise.
44693         * sysdeps/ieee754/dbl-64/e_exp.c (__ieee754_exp): Likewise.
44694         (__exp1): Likewise.
44695         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Likewise.
44696         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Likewise.
44697         (log1): Likewise.
44698         (my_log2): Likewise.
44699         (checkint): Likewise.
44700         * sysdeps/ieee754/dbl-64/e_remainder.c
44701         (__ieee754_remainder): Likewise.
44702         * sysdeps/ieee754/dbl-64/s_atan.c (atan): Likewise.
44703         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Likewise.
44704         (bsloww): Likewise.
44705         * sysdeps/ieee754/dbl-64/s_tan.c (tan): Likewise.
44707         * sysdeps/ieee754/dbl-64/mpa-arch.h: New file.
44708         * sysdeps/ieee754/dbl-64/mpa.c (norm): Use MANTISSA_T and
44709         MANTISSA_STORE_T to store computations on mantissa.  Use
44710         macros for rounding and division.
44711         (denorm): Likewise.
44712         (__dbl_mp): Likewise.
44713         (add_magnitudes): Likewise.
44714         (sub_magnitudes): Likewise.
44715         (__mul): Likewise.
44716         (__sqr): Likewise.
44717         * sysdeps/ieee754/dbl-64/mpa.h: Include mpa-arch.h.  Define
44718         powers of two in terms of TWOPOW macro.
44719         (mp_no): Make type of mantissa as MANTISSA_T.
44720         [!RADIXI]: Define RADIXI.
44721         [!TWO52]: Define TWO52.
44722         * sysdeps/powerpc/power4/fpu/mpa-arch.h: New file.
44724 2013-03-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
44726         * sysdeps/powerpc/fpu/s_llround.c: Fix libm ABI issue with missing
44727         llroundl symbol when building for PPC32.
44729 2013-03-24  Mark H Weaver  <mhw@netris.org>
44731         * manual/arith.texi (Normalization Functions): Fix prototypes for
44732         scalbn, scalbnf, scalbnl, scalbln, scalblnf, and scalblnl.
44734 2013-03-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
44736         [BZ #13889]
44737         * sysdeps/ieee754/ldbl-128ibm/e_expl.c (__ieee754_expl): Increase the
44738         high value to check if expl overflow.
44739         * sysdeps/ieee754/ldbl-128ibm/w_expl.c (__expl): Fix threshold constants
44740         to check for underflow and overflow.
44741         * math/libm-test.inc: Add exp test.
44743 2013-03-21  Dmitry V. Levin  <ldv@altlinux.org>
44745         [BZ #11120]
44746         * sysdeps/x86_64/strcmp.S: Replace all occurrences of NOT_IN_lib
44747         with NOT_IN_libc.
44749 2013-03-21  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
44751         * sysdeps/powerpc/fpu/w_sqrt.c (compat_symbol): Add sqrtl compat
44752         symbol.
44754 2013-03-21  Thomas Schwinge  <thomas@codesourcery.com>
44756         * math/gen-libm-test.pl (parse_args, special_functions): Properly
44757         wrap blocks consisting of several statements.
44759         * sysdeps/generic/math-tests.h: New file.
44760         * sysdeps/i386/fpu/math-tests.h: Likewise.
44761         * math/test-snan.c: Include it.
44762         (TEST_FUNC): Use SNAN_TESTS to short-circuit certain tests.
44764 2013-03-21  Joseph Myers  <joseph@codesourcery.com>
44766         [BZ #15285]
44767         * sysdeps/ieee754/ldbl-128/e_j0l.c: Include <float.h>.
44768         (__ieee754_j0l): Do not improve calculations using cos of twice
44769         input for inputs above LDBL_MAX / 2.0L.
44770         (__ieee754_y0l): Likewise.
44771         * sysdeps/ieee754/ldbl-128/e_j1l.c: Include <float.h>.
44772         (__ieee754_j1l): Do not improve calculations using cos of twice
44773         input for inputs above LDBL_MAX / 2.0L.
44774         (__ieee754_y1l): Likewise.
44775         * math/libm-test.inc (j0_test): Add another test.
44776         (j1_test): Likewise.
44777         (y0_test): Likewise.
44778         (y1_test): Likewise.
44779         * sysdeps/i386/fpu/libm-test-ulps: Update.
44781 2013-03-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
44783         * Rules ($(objpfx)bench-%.c): Include code from a C source
44784         file.
44786 2013-03-21  Joseph Myers  <joseph@codesourcery.com>
44788         [BZ #15287]
44789         * math/k_casinh.c (__kernel_casinh): Handle arguments with
44790         imaginary part 1.0 and real part less than 0.5 specially.
44791         * math/k_casinhf.c (__kernel_casinhf): Likewise.
44792         * math/k_casinhl.c (__kernel_casinhl): Likewise.
44793         * math/libm-test.inc (cacos_test): Add more tests.
44794         (casin_test): Likewise.
44795         (casinh_test): Likewise.
44796         * sysdeps/i386/fpu/libm-test-ulps: Update.
44797         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
44799 2013-03-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
44801         * sysdeps/ieee754/dbl-64/mpsqrt.c (__mpsqrt): Use HALFRAD.
44802         * sysdeps/ieee754/dbl-64/sincos32.c (__mpranred): Likewise.
44804 2013-03-20  Joseph Myers  <joseph@codesourcery.com>
44806         * aclocal.m4 (LIBC_CONFIG_VAR): New autoconf macro.
44807         * config.make.in (config-cflags-sse4): Remove variable.
44808         (config-cflags-avx): Likewise.
44809         (config-cflags-sse2avx): Likewise.
44810         (config-cflags-novzeroupper): Likewise.
44811         (config-asflags-i686): Likewise.
44812         (have-mfma4): Likewise.
44813         (have-as-vis3): Likewise.
44814         (MIG): Likewise.
44815         * configure.in (MIG): Do not AC_SUBST.
44816         (libc_cv_cc_nofma): Move AC_SUBST next to configure test.
44817         (libc_cv_cc_sse4): Do not AC_SUBST.
44818         (libc_cv_cc_avx): Likewise.
44819         (libc_cv_cc_sse2avx): Likewise.
44820         (libc_cv_cc_novzeroupper): Likewise.
44821         (libc_cv_cc_fma4): Likewise.
44822         (libc_cv_as_i686): Likewise.
44823         (libc_cv_sparc_as_vis3): Likewise.
44824         * sysdeps/i386/configure.in (config-cflags-sse4): Set using
44825         LIBC_CONFIG_VAR.
44826         (config-asflags-i686): Likewise.
44827         (config-cflags-avx): Likewise.
44828         (config-cflags-sse2avx): Likewise.
44829         (have-mfma4): Likewise.
44830         (config-cflags-novzeroupper): Likewise.
44831         * sysdeps/mach/configure.in (MIG): Likewise.
44832         * sysdeps/sparc/configure.in (have-as-vis3): Likewise.
44833         * sysdeps/x86_64/configure.in (config-cflags-sse4): Set using
44834         LIBC_CONFIG_VAR.
44835         (config-cflags-avx): Likewise.
44836         (config-cflags-sse2avx): Likewise.
44837         (have-mfma4): Likewise.
44838         (config-cflags-novzeroupper): Likewise.
44839         * configure: Regenerated.
44840         * sysdeps/i386/configure: Likewise.
44841         * sysdeps/mach/configure: Likewise.
44842         * sysdeps/sparc/configure: Likewise.
44843         * sysdeps/x86_64/configure: Likewise.
44845 2013-03-20  Roland McGrath  <roland@hack.frob.com>
44847         [BZ #14812]
44848         * locale/programs/localedef.c (options): Put N_ translation marker
44849         on argument names, not just descriptions.
44851 2013-03-20  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
44853         * Makerules ($(inst_libdir)/libc.so): Use $(rtlddir).
44855 2013-03-20  Ondřej Bílka  <neleai@seznam.cz>
44857         [BZ #14176]
44858         * stdlib/stdlib.h (mblen, mbtowc, wctomb): Remove __wur.
44860 2013-03-19  Roland McGrath  <roland@hack.frob.com>
44862         * sysdeps/posix/libc_fatal.c: Include <sys/mman.h>.
44863         [!WRITEV_FOR_FATAL] (writev_for_fatal): New function.
44864         [!WRITEV_FOR_FATAL] (WRITEV_FOR_FATAL): New macro; call that.
44865         [!BEFORE_ABORT] (before_abort): New function.
44866         [!BEFORE_ABORT] (BEFORE_ABORT): New macro; call that.
44867         * sysdeps/unix/sysv/linux/libc_fatal.c: Trim includes.
44868         (writev_for_fatal): New function.
44869         (WRITEV_FOR_FATAL): New macro; call that.
44870         (backtrace_and_maps): New function.
44871         (BEFORE_ABORT): New macro; call that.
44872         (struct str_list): Type removed.
44873         (__libc_message, __libc_fatal): Functions removed.
44874         Include <sysdeps/posix/libc_fatal.c> instead.
44876 2013-03-19  Joseph Myers  <joseph@codesourcery.com>
44878         * math/k_casinhf.c (__kernel_casinhf): Consistently use float
44879         constants.
44880         * math/k_casinhl.c (__kernel_casinhl): Consistently use long
44881         double constants.
44883 2013-03-19  Andreas Schwab  <schwab@suse.de>
44885         * sysdeps/gnu/configure.in: Set libc_cv_rtldir for s390x.
44886         * sysdeps/gnu/configure: Regenerate.
44888         * configure.in: Substitute libc_cv_rtlddir.
44889         * configure: Regenerate.
44890         * config.make.in (rtlddir): Set from libc_cv_rtlddir.
44891         * Makeconfig (rtlddir, inst_rtlddir): New variables.
44892         (rtld-LDFLAGS): Use them with $(rtld-installed-name).
44893         * elf/Makefile (install-others, CFLAGS-interp.c)
44894         (ldso_install, common-ldd-rewrite): Likewise.
44895         ($(inst_rtlddir)/$(rtld-installed-name)): Renamed from
44896         $(inst_slibdir)/$(rtld-installed-name).
44897         * scripts/rellns-sh: Add -p option.
44898         * Makerules (make-shlib-link): Use rellns-sh to get relative name
44899         for source.
44901 2013-03-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
44903         * manual/nptl.texi: Renamed to ...
44904         * manual/threads.texi: ... this.
44905         * manual/Makefile (chapters): Update.
44907 2013-03-18  Roland McGrath  <roland@hack.frob.com>
44909         [BZ #14812]
44910         * argp/argp-parse.c (argp_default_options): Put N_ translation marker
44911         on argument names, not just descriptions.
44912         * malloc/memusagestat.c (options): Likewise.
44913         * nss/getent.c (options): Likewise.
44915 2013-03-18  Benno Schulenberg  <bensberg@justemail.net>
44917         [BZ #14812]
44918         * iconv/iconv_prog.c (options): Put N_ translation marker
44919         on argument names, not just descriptions.
44920         * iconv/iconvconfig.c (options): Likewise.
44922 2013-03-18  Ondrej Bilka  <neleai@seznam.cz>
44924         * sysdeps/x86_64/strlen.S: Replace with new SSE2 based
44925         implementation which is faster on all x86_64 architectures.
44926         Tested on AMD, Intel Nehalem, SNB, IVB.
44927         * sysdeps/x86_64/strnlen.S: Likewise.
44929         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines):
44930         Remove all multiarch strlen and strnlen versions.
44931         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Update.
44932         Remove strlen and strnlen related parts.
44934         * sysdeps/x86_64/multiarch/strcat-sse2-unaligned.S: Update.
44935         Inline strlen part.
44936         * sysdeps/x86_64/multiarch/strcat-ssse3.S: Likewise.
44938         * sysdeps/x86_64/multiarch/strlen.S: Remove.
44939         * sysdeps/x86_64/multiarch/strlen-sse2-no-bsf.S: Likewise.
44940         * sysdeps/x86_64/multiarch/strlen-sse2-pminub.S: Likewise.
44941         * sysdeps/x86_64/multiarch/strlen-sse4.S: Likewise.
44942         * sysdeps/x86_64/multiarch/strnlen.S: Likewise.
44943         * sysdeps/x86_64/multiarch/strnlen-sse2-no-bsf.S: Likewise.
44945 2013-03-17  Carlos O'Donell  <carlos@redhat.com>
44947         * manual/memory.texi (Malloc Tunable Parameters):
44948         Sort parameters alphabetically. Add comments for missing entries.
44950 2013-03-17  David S. Miller  <davem@davemloft.net>
44952         * sysdeps/sparc/fpu/libm-test-ulps: Update.
44954 2013-03-16  Joseph Myers  <joseph@codesourcery.com>
44956         [BZ #15283]
44957         * sysdeps/ieee754/ldbl-96/e_j1l.c (__ieee754_y1l): Correct test
44958         for arguments at most half maximum finite value.
44959         * math/libm-test.inc (j0_test): Add more tests.
44960         (j1_test): Likewise.
44961         (y0_test): Likewise.
44962         (y1_test): Likewise.
44963         * sysdeps/i386/fpu/libm-test-ulps: Update.
44964         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
44966         [BZ #14155]
44967         * sysdeps/ieee754/ldbl-128/e_j0l.c (__ieee754_j0l): Do not compute
44968         1 / x and functions P and Q for arguments above 0x1p256L.
44969         (__ieee754_y0l): Likewise.
44970         * sysdeps/ieee754/ldbl-128/e_j1l.c (__ieee754_j1l): Likewise.
44971         (__ieee754_y1l): Likewise.
44972         * math/libm-test.inc (j0_test): Do not allow spurious underflows.
44973         (j1_test): Likewise.
44974         (y0_test): Likewise.
44975         (y1_test): Likewise.
44977 2013-03-16  Thomas Schwinge  <thomas@codesourcery.com>
44979         * math/test-snan.c (TEST_FUNC): Add and use minus_sNaN_var
44980         variable.
44982 2013-03-15  Roland McGrath  <roland@hack.frob.com>
44984         * elf/dl-support.c (_dl_aux_init): Ignore zero value for AT_PAGESZ.
44985         (_dl_non_dynamic_init): Don't set _dl_pagesize; it will never be
44986         zero since it's initialized to EXEC_PAGESIZE.
44988         * sysdeps/unix/sysv/linux/ldsodefs.h
44989         (_dl_non_dynamic_init, _dl_aux_init): Move declarations to ...
44990         * sysdeps/generic/ldsodefs.h: ... here.
44992 2013-03-15  Thomas Schwinge  <thomas@codesourcery.com>
44994         * math/libm-test.inc (ldexp_test): Add missing START/END markers.
44996         * sysdeps/powerpc/fpu/test-powerpc-snan.c: Rename to
44997         math/test-snan.c.
44998         * math/test-snan.c: Renamed from
44999         sysdeps/powerpc/fpu/test-powerpc-snan.c.
45000         * math/Makefile (tests): Add test-snan.
45001         * sysdeps/powerpc/fpu/Makefile (libm-tests): Don't add
45002         test-powerpc-snan.
45004         * math/basic-test.c (TEST_FUNC): Replace NANFUNC argument with
45005         SUFFIX.  Initialize qNaN_var with __builtin_nan family of
45006         functions.
45007         (TEST_TRUNC): Add SUFFIX argument.  Initialize qNaN_var with
45008         __builtin_nan family of functions.
45009         * math/libm-test.inc (initialize): Initialize qnan_value with
45010         __builtin_nan family of functions.
45011         * sysdeps/powerpc/fpu/test-powerpc-snan.c (SNANf, SNAN, SNANl):
45012         Remove variables.
45013         (init_signaling_nan, snan_float, snan_double, snan_ldouble):
45014         Remove functions.
45015         (TEST_FUNC): Add SUFFIX argument.  Move sNaN_var into static
45016         storage class.  Initialize qNaN_var and sNaN_var with
45017         __builtin_nan and __builtin_nans families of functions,
45018         respectively.
45020         * math/libm-test.inc (acosh_test): Also test with qNaN input.
45021         (sqrt_test): Remove duplicate test with qNaN input.
45022         (lrint_test, llrint_test, lround_test, llround_test, rint_test)
45023         (round_test, signbit_test, significand_test): Note missing +/-Inf
45024         as well as qNaN tests.
45026         * math/basic-test.c (TEST_FUNC, TEST_TRUNC): Rename NaN_var to
45027         qNaN_var.  Fix a few strings, too.
45028         * math/libm-test.inc (nan_value): Rename to qnan_value.
45029         * math/gen-libm-test.pl (%beautify): Adjust to that.
45030         * math/bits/mathcalls.h (nan): Refer to qNaN instead of NaN.
45031         * math/test-misc.c (main): Likewise.
45032         * sysdeps/ieee754/bits/nan.h (__nan_bytes, __nan_union): Rename
45033         to __qnan_bytes, and __qnan_union, respectively.
45034         * ports/sysdeps/mips/bits/nan.h (__nan_bytes, __nan_union):
45035         Likewise.
45036         * stdio-common/tstdiomisc.c (nanval, lnanval): Rename to qnanval,
45037         and lqnanval, respectively.
45038         * sysdeps/powerpc/bits/fenv.h: Fix usage of NaN/qNaN/sNaN.
45039         * sysdeps/powerpc/fpu/fenv_libc.h: Likewise.
45040         * sysdeps/powerpc/fpu/test-powerpc-snan.c (TEST_FUNC): Likewise,
45041         and rename NaN_var to qNaN_var, and SNaN_var to sNaN_var.
45043         * math/libm-test.inc (fpstack_test) [__x86_64__]: Enable test.
45044         * math/test-misc.c (main) [__x86_64__]: Enable test for long
45045         doubles.
45047         * math/test-misc.c (main): Fix copy'n'pastos.
45048         * misc/tst-efgcvt.c (special): Likewise.
45050         * stdio-common/printf_fp.c (__isinfl_internal, __isnanl_internal):
45051         Remove declarations.
45053 2013-03-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
45055         * sysdeps/ieee754/dbl-64/mpa-arch.h: Remove.
45056         * sysdeps/ieee754/dbl-64/mpa.c: Revert last change.
45057         * sysdeps/ieee754/dbl-64/mpa.h: Revert last change.
45058         * sysdeps/powerpc/power4/fpu/mpa-arch.h: Remove.
45060 2013-03-15  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
45062         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h (VDSO_IFUNC_RET): Add
45063         macro to return vdso values correctly in IFUNC implementations.
45064         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c (__gettimeofday):
45065         Optimization by using IFUNC.
45067 2013-03-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
45068             Richard Henderson  <rth@redhat.com>
45069             Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
45071         * Makefile.in (bench): New target.
45072         * NEWS: Mention the benchmark framework.
45073         * Rules (bench): Likewise.
45074         (binaries-bench): Generate binaries for functions to
45075         benchmark.
45076         * benchtests/Makefile: New makefile for benchmark tests.
45077         * benchtests/bench-skeleton.c: New skeleton file for benchmark
45078         programs.
45079         * benchtests/exp-inputs: New input file for EXP function.
45080         * benchtests/pow-inputs: New input file for POW function.
45081         * scripts/bench.pl: New script to generate source files for
45082         benchmark programs.
45084 2013-03-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
45086         * sysdeps/ieee754/dbl-64/mpa-arch.h: New file.
45087         * sysdeps/ieee754/dbl-64/mpa.c (norm): Use MANTISSA_T to store
45088         computations on mantissa.  Use macros for rounding and
45089         division.
45090         (denorm): Likewise.
45091         (__dbl_mp): Likewise.
45092         (add_magnitudes): Likewise.
45093         (sub_magnitudes): Likewise.
45094         (__mul): Likewise.
45095         (__sqr): Likewise.
45096         * sysdeps/ieee754/dbl-64/mpa.h: Include mpa-arch.h.  Define
45097         powers of two in terms of TWOPOW macro.
45098         (mp_no): Make type of mantissa as MANTISSA_T.
45099         [!RADIXI]: Define RADIXI.
45100         [!TWO52]: Define TWO52.
45101         * sysdeps/powerpc/power4/fpu/mpa-arch.h: New file.
45103         * manual/nptl.texi (cindex): Modify threads to pthreads.
45105 2013-03-15  Joseph Myers  <joseph@codesourcery.com>
45107         * sysdeps/x86_64/preconfigure: Regenerated.
45109 2013-03-14  Joseph Myers  <joseph@codesourcery.com>
45111         [BZ #14155]
45112         * sysdeps/ieee754/dbl-64/e_j0.c (pzero): Return 1.0 for arguments
45113         0x1p28 and above.
45114         (qzero): Return -0.125 / x for arguments 0x1p28 and above.
45115         * sysdeps/ieee754/dbl-64/e_j1.c (pzero): Return 1.0 for arguments
45116         0x1p28 and above.
45117         (qzero): Return 0.375 / x for arguments 0x1p28 and above.
45118         * math/libm-test.inc (j0_test): Do not allow one spurious
45119         underflow exception.
45120         (y1_test): Likewise.
45122 2013-03-14  Siddhesh Poyarekar  <siddhesh@redhat.com>
45124         * manual/Makefile (chapters): Add nptl.
45125         * manual/debug.texi (Debugging Support): Add link to Threads
45126         chapter.
45127         * manual/nptl.texi: New file.
45129         * sysdeps/unix/sysv/linux/times.c (__times): Fix formatting.
45131 2013-03-14  Petr Baudis  <pasky@ucw.cz>
45133         * sysdeps/unix/sysv/linux/times.c (__times): On EFAULT, test
45134         for non-NULL pointer before the memory validity test. Pointed
45135         out by Holger Brunck <holger.brunck@keymile.com>.
45137 2013-03-13  Andreas Schwab  <schwab@suse.de>
45139         * extra-lib.mk (extra-objs): Add static-only-routines as .oS
45140         instead of .os.
45142 2013-03-13  Joseph Myers  <joseph@codesourcery.com>
45144         * timezone/zic.c: Update from tzcode 2013b.
45146 2013-03-12  Carlos O'Donell  <carlos@redhat.com>
45148         * manual/install.texi (Configuring and compiling):
45149         Mention i686 and i586.
45150         * INSTALL: Regenerate.
45152 2013-03-12  Roland McGrath  <roland@hack.frob.com>
45154         * sysdeps/init_array/elf-init.c: New file.
45155         * csu/elf-init.c
45156         (__libc_csu_init) [!NO_INITFINI]: Conditionalize _init call on this.
45157         (__libc_csu_fini) [!NO_INITFINI]: Conditionalize _fini call on this.
45159         * csu/gmon-start.c [GMON_START_ARRAY_SECTION]: Don't define
45160         __gmon_start__ as global, but as static with a .preinit_array pointer.
45161         * sysdeps/init_array/gmon-start.c: New file.  Use that.
45162         * sysdeps/init_array/crti.S: New file, empty except for comments.
45163         * sysdeps/init_array/crtn.S: Likewise.
45165 2013-03-11  Ondřej Bílka  <neleai@seznam.cz>
45167         * sysdeps/x86_64/memset.S: Remove USE_MULTIARCH conditional for
45168         definining bcopy.
45169         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
45170         Remove Prefer_SSE_for_memop.
45171         * sysdeps/x86_64/multiarch/init-arch.h: Remove
45172         bit_Prefer_SSE_for_memop, index_Prefer_SSE_for_memop,
45173         HAS_PREFER_SSE_FOR_MEMOP.
45174         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Remove
45175         memset-x86-64.
45176         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
45177         Remove bzero, memset ifunc support.
45178         * sysdeps/x86_64/multiarch/bzero.S: Remove file.
45179         * sysdeps/x86_64/multiarch/memset-x86-64.S: Likewise.
45180         * sysdeps/x86_64/multiarch/memset.S: Likewise.
45181         * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
45183 2013-03-11  Andreas Schwab  <schwab@suse.de>
45185         [BZ #15234]
45186         * Versions.def (libpthread): Add GLIBC_2.3, so that it can be used
45187         by SHLIB_COMPAT.
45188         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libpthread.abilist
45189         (GLIBC_2.16): Remove pthread_atfork.
45191 2013-03-08  Paul Pluzhnikov  <ppluzhnikov@google.com>
45193         * posix/Makefile (testcases.h): Set LC_ALL=C before sed.
45194         (ptestcases.h): Likewise.
45196 2013-03-08  Roland McGrath  <roland@hack.frob.com>
45198         * Makeconfig ($(common-objpfx)config.status): Depend on
45199         sysdeps/*/preconfigure{,.in} too.
45201 2013-03-08  Joseph Myers  <joseph@codesourcery.com>
45203         * malloc/malloc.h (__malloc_ptr_t): Remove macro.
45204         (__free_hook): Use void * instead of __malloc_ptr_t.
45205         (__malloc_hook): Likewise.
45206         (__realloc_hook): Likewise.
45207         (__memalign_hook): Likewise.
45208         (__after_morecore_hook): Likewise.
45209         * malloc/arena.c (save_malloc_hook): Likewise.
45210         (save_free_hook): Likewise.
45211         * malloc/hooks.c (malloc_hook_ini): Likewise.
45212         (realloc_hook_ini): Likewise.
45213         (memalign_hook_ini): Likewise.
45214         * malloc/malloc.c (malloc_hook_ini): Likewise.
45215         (realloc_hook_ini): Likewise.
45216         (memalign_hook_ini): Likewise.
45217         (__free_hook): Likewise.
45218         (__malloc_hook): Likewise.
45219         (__realloc_hook): Likewise.
45220         (__memalign_hook): Likewise.
45221         (__libc_malloc): Likewise.
45222         (__libc_free): Likewise.
45223         (__libc_realloc): Likewise.
45224         (__libc_memalign): Likewise.
45225         (__libc_valloc): Likewise.
45226         (__libc_pvalloc): Likewise.
45227         (__libc_calloc): Likewise.
45228         (__posix_memalign): Likewise.
45229         * malloc/morecore.c (__sbrk): Likewise.
45230         (__default_morecore): Likewise.
45232         * malloc/morecore.c (__default_morecore): Use ISO C prototype.
45234         * malloc/malloc.h (__malloc_ptrdiff_t): Remove macro.
45235         * malloc/morecore.c (__default_morecore): Use ptrdiff_t instead of
45236         __malloc_ptrdiff_t.
45238         * malloc/malloc.h (__malloc_size_t): Remove macro.
45239         * malloc/mcheck.c (old_malloc_hook): Use size_t instead of
45240         __malloc_size_t.
45241         (old_memalign_hook): Likewise.
45242         (old_realloc_hook): Likewise.
45243         (struct hdr): Likewise.
45244         (flood): Likewise.
45245         (mallochook): Likewise.
45246         (memalignhook): Likewise.
45247         (reallochook): Likewise.
45248         * malloc/mtrace.c (tr_old_malloc_hook): Likewise.
45249         (tr_old_realloc_hook): Likewise.
45250         (tr_old_memalign_hook): Likewise.
45251         (tr_mallochook): Likewise.
45252         (tr_reallochook): Likewise.
45253         (tr_memalignhook): Likewise.
45255 2013-03-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
45257         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h (ldbl_pack): Rename to
45258         default_ldbl_pack and using as default implementation.
45259         (ldbl_unpack): Rename to default_ldbl_unpack and using as default
45260         implementation.
45261         * sysdeps/powerpc/fpu/math_ldbl.h (ldbl_extract_mantissa): Remove
45262         redundant definition.
45263         (ldbl_insert_mantissa): Likewise.
45264         (ldbl_canonicalize): Likewise.
45265         (ldbl_nearbyint): Likewise.
45266         (ldbl_pack): Rename to ldbl_pack_ppc.
45267         (ldbl_unpack): Rename to ldbl_unpack_ppc.
45268         * sysdeps/unix/sysv/linux/powerpc/Implies: Remove file.
45269         * sysdeps/powerpc/Implies: Add ieee754/ldbl-opt after ieee754/ldbl-128ibm.
45271 2013-03-08  Siddhesh Poyarekar  <siddhesh@redhat.com>
45273         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Move file...
45274         * sysdeps/powerpc/power4/fpu/mpa.c: ... here.
45275         * sysdeps/powerpc/powerpc32/power4/fpu/Makefile: Move file...
45276         * sysdeps/powerpc/power4/fpu/Makefile: ... here.
45277         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Remove file.
45278         * sysdeps/powerpc/powerpc64/power4/fpu/Makefile: Remove file.
45279         * sysdeps/powerpc/powerpc32/power4/Implies: New file.
45280         * sysdeps/powerpc/powerpc64/power4/Implies: New file.
45282 2013-03-07  Andreas Jaeger  <aj@suse.de>
45284         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
45285         bits/mman-linux.h.
45287 2013-03-07  Siddhesh Poyarekar  <siddhesh@redhat.com>
45289         * sysdeps/ieee754/dbl-64/slowexp.c [!USE_LONG_DOUBLE_FOR_MP]:
45290         Include mpa.h and declare __MPEXP.
45291         [USE_LONG_DOUBLE_FOR_MP] (__slowexp): Call __IEEE754_EXPL.
45292         * sysdeps/powerpc/powerpc32/power4/fpu/Makefile
45293         (CPPFLAGS-slowexp.c): Define USE_LONG_DOUBLE_FOR_MP.
45294         * sysdeps/powerpc/powerpc32/power4/fpu/slowexp.c: Remove.
45295         * sysdeps/powerpc/powerpc64/power4/fpu/Makefile
45296         (CPPFLAGS-slowexp.c): Define USE_LONG_DOUBLE_FOR_MP.
45297         * sysdeps/powerpc/powerpc64/power4/fpu/slowexp.c: Remove.
45299         * sysdeps/ieee754/dbl-64/slowpow.c [USE_LONG_DOUBLE_FOR_MP]
45300         (__slowpow): Use long double EXPL and LOGL functions to
45301         compute POW.
45302         * sysdeps/powerpc/powerpc32/power4/fpu/Makefile
45303         (CPPFLAGS-slowpow.c): Define USE_LONG_DOUBLE_FOR_MP.
45304         * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: Remove.
45305         * sysdeps/powerpc/powerpc64/power4/fpu/Makefile
45306         (CPPFLAGS-slowpow.c): Define USE_LONG_DOUBLE_FOR_MP.
45307         * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: Remove.
45309         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__mul): Use
45310         intermediate variable to calculate exponent.
45311         (__sqr): Likewise.
45312         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__mul):
45313         Likewise.
45314         (__sqr): Likewise.
45316         * sysdeps/ieee754/dbl-64/mpa.c [!NO__MUL]: Define __mul.
45317         [!NO__SQR]: Define __sqr.
45318         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: define NO__MUL
45319         and NO__SQR.  Remove all code except __mul and __sqr.  Include
45320         sysdeps/ieee754/dbl-64/mpa.c.
45321         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
45323         [BZ #12723]
45324         * posix/Makefile (tests): Add tst-pathconf.
45325         * posix/tst-pathconf.c: New test case.
45326         * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Remove
45327         _PC_PIPE_BUF.
45328         * sysdeps/unix/sysv/linux/pathconf.c (__pathconf): Likewise.
45330 2013-03-06  Patsy Franklin  <pfrankli@redhat.com>
45332         * io/fcntl.h: Added a comment about AT_EACCESS and AT_REMOVEDIR.
45334 2013-03-06  Andreas Jaeger  <aj@suse.de>
45336         * sysdeps/unix/sysv/linux/bits/mman-linux.h (MAP_ANONYMOUS): Allow
45337         definition via __MAP_ANONYMOUS.
45339         * sysdeps/unix/sysv/linux/s390/bits/mman.h (MAP_GROWSUP): Remove,
45340         it's not part of Linux headers.
45342         * sysdeps/unix/sysv/linux/bits/mman-linux.h (MAP_HUGE_SHIFT): Define.
45343         (MAP_HUGE_MASK): Define.
45345         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h (PTRACE_O_EXIT_KILL):
45346         Define.
45347         (PTRACE_O_MASK): Adjust for PTRACE_O_EXITKILL.
45348         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h (PTRACE_O_EXIT_KILL):
45349         Define.
45350         (PTRACE_O_MASK): Adjust for PTRACE_O_EXITKILL.
45351         * sysdeps/unix/sysv/linux/sys/ptrace.h (PTRACE_O_EXIT_KILL):
45352         Define.
45353         (PTRACE_O_MASK): Adjust for PTRACE_O_EXITKILL.
45354         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h (PTRACE_O_EXITKILL):
45355         Define.
45356         (PTRACE_O_MASK): Adjust for PTRACE_O_EXITKILL.
45358         * sysdeps/unix/sysv/linux/x86/bits/msq.h (MSG_COPY): Likewise.
45359         * sysdeps/unix/sysv/linux/generic/bits/msq.h (MSG_COPY): Define.
45360         * sysdeps/unix/sysv/linux/powerpc/bits/msq.h (MSG_COPY): Likewise.
45361         * sysdeps/unix/sysv/linux/bits/msq.h (MSG_COPY): Likewise.
45362         * sysdeps/unix/sysv/linux/s390/bits/msq.h (MSG_COPY): Likewise.
45363         * sysdeps/unix/sysv/linux/sparc/bits/msq.h (MSG_COPY): Define.
45365         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_filesize_max):
45366         Handle f2fs.
45368         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
45369         Handle f2fs and efivarfs.
45371         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_link_max): Handle
45372         f2fs.
45374         * sysdeps/unix/sysv/linux/linux_fsinfo.h (F2FS_SUPER_MAGIC): Add.
45375         (EFIVARFS_MAGIC): Add.
45376         (F2FS_LINK_MAX): Add.
45378 2013-03-06  Paul Pluzhnikov  <ppluzhnikov@google.com>
45380         * stdio-common/vfprintf.c: Replace __builtin_expect with
45381         __glibc_unlikely.
45383 2013-03-06  Joseph Myers  <joseph@codesourcery.com>
45385         [BZ #13550]
45386         * sysdeps/generic/bp-sym.h: Remove file.
45387         * sysdeps/powerpc/powerpc64/bp-asm.h: Likewise.
45388         * sysdeps/powerpc/powerpc64/__longjmp-common.S: Don't include
45389         <bp-sym.h> and <bp-asm.h>.
45390         (__longjmp): Don't use BP_SYM.
45391         * sysdeps/powerpc/powerpc64/a2/memcpy.S: Don't include <bp-sym.h>
45392         and <bp-asm.h>.
45393         (memcpy): Don't use BP_SYM.
45394         * sysdeps/powerpc/powerpc64/cell/memcpy.S: Don't include
45395         <bp-sym.h> and <bp-asm.h>.
45396         (memcpy): Don't use BP_SYM.
45397         * sysdeps/powerpc/powerpc64/memcpy.S: Don't include <bp-sym.h> and
45398         <bp-asm.h>.
45399         (memcpy): Don't use BP_SYM.
45400         * sysdeps/powerpc/powerpc64/memset.S: Don't include <bp-sym.h> and
45401         <bp-asm.h>.
45402         (memset): Don't use BP_SYM.
45403         (memset) [__BOUNDED_POINTERS__]: Remove conditional code.
45404         (memset) [!__BOUNDED_POINTERS__]: Make code unconditional.
45405         (__bzero): Don't use BP_SYM.
45406         (__bzero) [__BOUNDED_POINTERS__]: Remove conditional code.
45407         (__bzero) [!__BOUNDED_POINTERS__]: Make code unconditional.
45408         * sysdeps/powerpc/powerpc64/power4/memcmp.S: Don't include
45409         <bp-sym.h> and <bp-asm.h>.
45410         (memcmp): Don't use BP_SYM.  Remove comment about bounded
45411         pointers.
45412         * sysdeps/powerpc/powerpc64/power4/memcpy.S: Don't include
45413         <bp-sym.h> and <bp-asm.h>.
45414         (memcpy): Don't use BP_SYM.
45415         * sysdeps/powerpc/powerpc64/power4/memset.S: Don't include
45416         <bp-sym.h> and <bp-asm.h>.
45417         (memset): Don't use BP_SYM.
45418         (memset) [__BOUNDED_POINTERS__]: Remove conditional code.
45419         (memset) [!__BOUNDED_POINTERS__]: Make code unconditional.
45420         (__bzero): Don't use BP_SYM.
45421         (__bzero) [__BOUNDED_POINTERS__]: Remove conditional code.
45422         (__bzero) [!__BOUNDED_POINTERS__]: Make code unconditional.
45423         * sysdeps/powerpc/powerpc64/power4/strncmp.S: Don't include
45424         <bp-sym.h> and <bp-asm.h>.
45425         (strncmp): Don't use BP_SYM.  Remove comment about bounded
45426         pointers.
45427         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Don't include
45428         <bp-sym.h> and <bp-asm.h>.
45429         (memcpy): Don't use BP_SYM.
45430         * sysdeps/powerpc/powerpc64/power6/memset.S: Don't include
45431         <bp-sym.h> and <bp-asm.h>.
45432         (memset): Don't use BP_SYM.
45433         (memset) [__BOUNDED_POINTERS__]: Remove conditional code.
45434         (memset) [!__BOUNDED_POINTERS__]: Make code unconditional.
45435         (__bzero): Don't use BP_SYM.
45436         (__bzero) [__BOUNDED_POINTERS__]: Remove conditional code.
45437         (__bzero) [!__BOUNDED_POINTERS__]: Make code unconditional.
45438         * sysdeps/powerpc/powerpc64/power7/memchr.S: Don't include
45439         <bp-sym.h> and <bp-asm.h>.
45440         (__memchr): Don't use BP_SYM.
45441         * sysdeps/powerpc/powerpc64/power7/memcmp.S: Don't include
45442         <bp-sym.h> and <bp-asm.h>.
45443         (memcmp): Don't use BP_SYM.  Remove comment about bounded
45444         pointers.
45445         * sysdeps/powerpc/powerpc64/power7/memcpy.S: Don't include
45446         <bp-sym.h> and <bp-asm.h>.
45447         (memcpy): Don't use BP_SYM.
45448         * sysdeps/powerpc/powerpc64/power7/mempcpy.S: Don't include
45449         <bp-sym.h> and <bp-asm.h>.
45450         (__mempcpy): Don't use BP_SYM.
45451         * sysdeps/powerpc/powerpc64/power7/memrchr.S: Don't include
45452         <bp-sym.h> and <bp-asm.h>.
45453         (__memrchr): Don't use BP_SYM.
45454         * sysdeps/powerpc/powerpc64/power7/memset.S: Don't include
45455         <bp-sym.h> and <bp-asm.h>.
45456         (memset): Don't use BP_SYM.
45457         (__bzero): Likewise.
45458         * sysdeps/powerpc/powerpc64/power7/rawmemchr.S: Don't include
45459         <bp-sym.h> and <bp-asm.h>.
45460         (__rawmemchr): Don't use BP_SYM.
45461         * sysdeps/powerpc/powerpc64/power7/strcasecmp.S: Don't include
45462         <bp-sym.h> and <bp-asm.h>.
45463         (__STRCMP): Don't use BP_SYM.
45464         * sysdeps/powerpc/powerpc64/power7/strchr.S: Don't include
45465         <bp-sym.h> and <bp-asm.h>.
45466         (strchr): Don't use BP_SYM.
45467         * sysdeps/powerpc/powerpc64/power7/strchrnul.S: Don't include
45468         <bp-sym.h> and <bp-asm.h>.
45469         (__strchrnul): Don't use BP_SYM.
45470         * sysdeps/powerpc/powerpc64/power7/strlen.S: Don't include
45471         <bp-sym.h> and <bp-asm.h>.
45472         (strlen): Don't use BP_SYM.
45473         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Don't include
45474         <bp-sym.h> and <bp-asm.h>.
45475         (strncmp): Don't use BP_SYM.  Remove comment about bounded
45476         pointers.
45477         * sysdeps/powerpc/powerpc64/power7/strnlen.S: Don't include
45478         <bp-sym.h> and <bp-asm.h>.
45479         (__strnlen): Don't use BP_SYM.
45480         * sysdeps/powerpc/powerpc64/setjmp-common.S: Don't include
45481         <bp-sym.h> and <bp-asm.h>.
45482         (__GI__setjmp): Don't use BP_SYM.
45483         (_setjmp): Likewise.
45484         (__sigsetjmp): Likewise.
45485         * sysdeps/powerpc/powerpc64/start.S: Don't include "bp-sym.h".
45486         (L(start_addresses)): Don't use BP_SYM.
45487         (_start): Likewise.
45488         * sysdeps/powerpc/powerpc64/stpcpy.S: Don't include <bp-sym.h> and
45489         <bp-asm.h>.
45490         (__stpcpy): Don't use BP_SYM, CHECK_BOUNDS_LOW,
45491         STORE_RETURN_BOUNDS, CHECK_BOUNDS_HIGH and STORE_RETURN_VALUE.
45492         (__stpcpy) [__BOUNDED_POINTERS__]: Remove conditional code.
45493         (__stpcpy) [!__BOUNDED_POINTERS__]: Make code unconditional.
45494         * sysdeps/powerpc/powerpc64/strchr.S: Don't include <bp-sym.h> and
45495         <bp-asm.h>.
45496         (strchr): Don't use BP_SYM, CHECK_BOUNDS_LOW, STORE_RETURN_BOUNDS,
45497         CHECK_BOUNDS_HIGH_RTN and STORE_RETURN_VALUE.  Remove comment
45498         about bounded pointers.
45499         (strchr) [__BOUNDED_POINTERS__]: Remove conditional code.
45500         (strchr) [!__BOUNDED_POINTERS__]: Make code unconditional.
45501         * sysdeps/powerpc/powerpc64/strcmp.S: Don't include <bp-sym.h> and
45502         <bp-asm.h>.
45503         (strcmp): Don't use BP_SYM and CHECK_BOUNDS_LOW.  Remove comment
45504         about bounded pointers.  Remove GKM FIXME comments.
45505         (strcmp) [__BOUNDED_POINTERS__]: Remove conditional code.
45506         * sysdeps/powerpc/powerpc64/strcpy.S: Don't include <bp-sym.h> and
45507         <bp-asm.h>.
45508         (strcpy): Don't use BP_SYM, CHECK_BOUNDS_LOW and
45509         STORE_RETURN_BOUNDS.  Remove comment about bounded pointers.
45510         Remove GKM FIXME comments.
45511         (strcpy) [__BOUNDED_POINTERS__]: Remove conditional code.
45512         (strcpy) [!__BOUNDED_POINTERS__]: Make code unconditional.
45513         * sysdeps/powerpc/powerpc64/strlen.S: Don't include <bp-sym.h> and
45514         <bp-asm.h>.
45515         (strlen): Don't use BP_SYM and CHECK_BOUNDS_LOW.  Remove comment
45516         about bounded pointers.  Remove GKM FIXME comment.
45517         * sysdeps/powerpc/powerpc64/strncmp.S: Don't include <bp-sym.h>
45518         and <bp-asm.h>.
45519         (strncmp): Don't use BP_SYM.  Remove comment about bounded
45520         pointers.
45521         * sysdeps/unix/sysv/linux/powerpc/powerpc64/brk.S: Don't include
45522         <bp-sym.h> and <bp-asm.h>.
45523         (__brk): Don't use BP_SYM and DISCARD_BOUNDS.
45524         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S: Don't include
45525         <bp-sym.h> and <bp-asm.h>.
45526         (__clone): Don't use BP_SYM and DISCARD_BOUNDS.  Remove GKM FIXME
45527         comment.
45529 2013-03-05  Paul Pluzhnikov  <ppluzhnikov@google.com>
45531         * stdio-common/vfprintf.c (vfprintf): Check malloc return; don't
45532         call free(NULL).
45534 2013-03-05  David S. Miller  <davem@davemloft.net>
45536         * po/es.po: Update from translation team.
45538 2013-03-05  Andreas Jaeger  <aj@suse.de>
45540         * sysdeps/unix/sysv/linux/s390/bits/mman.h: Include
45541         <bits/mman-linux.h>.
45542         (MCL_CURRENT, MCL_FUTURE): Do not define here, the generic value
45543         is fine.
45544         * sysdeps/unix/sysv/linux/sh/bits/mman.h: Move include of
45545         <bits/mman-linux.h> to end of file.
45546         (MCL_CURRENT, MCL_FUTURE): Do not define here, the generic value
45547         is fine.
45548         * sysdeps/unix/sysv/linux/x86/bits/mman.h: Move include of
45549         <bits/mman-linux.h> to end of file.
45550         (MCL_CURRENT, MCL_FUTURE): Do not define here, the generic value
45551         is fine.
45552         * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Move include of
45553         <bits/mman-linux.h> to end of file.
45555         * sysdeps/unix/sysv/linux/bits/mman-linux.h [!MCL_CURRENT]
45556         (MCL_CURRENT, MCL_FUTURE): Define here.
45558 2013-03-05  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
45560         [BZ #15232]
45561         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c: Use
45562         attribute_hidden.
45563         * sysdeps/s390/s390-64/multiarch/ifunc-resolve.c: Likewise.
45565 2013-03-05  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
45567         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext.S: Set the
45568         fourth parameter needed for rt_sigprocmask syscall.
45569         * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S:
45570         * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S: Likewise.
45571         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext.S: Likewise.
45572         * sysdeps/unix/sysv/linux/s390/s390-64/setcontext.S: Likewise.
45573         * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S: Likewise.
45574         * sysdeps/unix/sysv/linux/s390/ucontext_i.sym: Define _NSIG8.
45576 2013-03-04  Joseph Myers  <joseph@codesourcery.com>
45578         [BZ #13550]
45579         * sysdeps/powerpc/powerpc32/power4/strncmp.S (strncmp): Remove
45580         comment about bounded pointers.
45581         * sysdeps/powerpc/powerpc32/power7/strncmp.S (strncmp): Likewise.
45582         * sysdeps/powerpc/powerpc32/strncmp.S (strncmp): Likewise.
45584 2013-03-04  Andreas Jaeger  <aj@suse.de>
45586         * sysdeps/unix/sysv/linux/bits/mman-linux.h: New file, with Linux
45587         common definitions.
45589         * sysdeps/unix/sysv/linux/sh/bits/mman.h: Remove all defines
45590         provided by bits/mman-linux.h and include <bits/mman-linux.h>.
45591         * sysdeps/unix/sysv/linux/x86/bits/mman.h: Likewise.
45592         * sysdeps/unix/sysv/linux/s390/bits/mman.h: Likewise.
45593         * sysdeps/unix/sysv/linux/powerpc/bits/mman.h: Likewise.
45594         * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Likewise.
45596 2013-03-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
45598         [BZ #15055]
45599         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c (__ieee754_acoshl): Use
45600         __ieee754_sqrl instead of __sqrl.
45602 2013-03-01  Joseph Myers  <joseph@codesourcery.com>
45604         * sysdeps/powerpc/fpu/fpu_control.h: Move to ...
45605         * sysdeps/powerpc/fpu_control.h: ... here.
45606         * sysdeps/powerpc/fpu/bits/fenvinline.h: Move to ...
45607         * sysdeps/powerpc/bits/fenvinline.h: ... here.
45608         * sysdeps/powerpc/fpu/bits/mathinline.h: Move to ...
45609         * sysdeps/powerpc/bits/mathinline.h: ... here.
45611 2013-03-01  Roland McGrath  <roland@hack.frob.com>
45613         * elf/dl-hwcaps.c (_dl_important_hwcaps):
45614         Change [NEED_DL_SYSINFO || NEED_DL_SYSINFO_DSO] conditionals
45615         to just [NEED_DL_SYSINFO_DSO].
45616         * elf/dl-support.c: Likewise.
45617         * elf/dl-sysdep.c (_dl_sysdep_start): Likewise.
45618         * elf/rtld.c (dl_main): Likewise.
45619         * elf/setup-vdso.h (setup_vdso): Likewise.
45620         * sysdeps/generic/ldsodefs.h (struct rtld_global_ro): Likewise.
45621         * sysdeps/unix/sysv/linux/dl-sysdep.c
45622         (_dl_discover_osversion): Likewise.
45624 2013-03-01  Carlos O'Donell  <carlos@redhat.com>
45626         * csu/libc-start.c (__pthread_initialize_minimal): Revert last change.
45627         * csu/libc-tls.c (__pthread_initialize_minimal): Likewise.
45629 2013-03-01  Siddhesh Poyarekar  <siddhesh@redhat.com>
45631         * NEWS: Mention libm performance improvements and non-x86 PI
45632         futex support.
45634         * csu/libc-start.c (__pthread_initialize_minimal): Change
45635         function arguments.
45636         * csu/libc-tls.c (__pthread_initialize_minimal): Likewise.
45638 2013-02-28  Joseph Myers  <joseph@codesourcery.com>
45640         [BZ #13550]
45641         * sysdeps/powerpc/powerpc32/bp-asm.h: Remove file.
45642         * sysdeps/powerpc/powerpc32/__longjmp-common.S: Don't include
45643         <bp-sym.h> and <bp-asm.h>.
45644         (__longjmp): Don't use BP_SYM and CHECK_BOUNDS_BOTH_WIDE_LIT.
45645         * sysdeps/powerpc/powerpc32/a2/memcpy.S: Don't include <bp-sym.h>
45646         and <bp-asm.h>.
45647         (memcpy): Don't use BP_SYM.
45648         * sysdeps/powerpc/powerpc32/add_n.S: Don't include <bp-sym.h> and
45649         <bp-asm.h>.
45650         (__mpn_add_n): Don't use BP_SYM.
45651         (__mpn_add_n) [__BOUNDED_POINTERS_]: Remove conditional code.
45652         * sysdeps/powerpc/powerpc32/addmul_1.S: Don't include <bp-sym.h>
45653         and <bp-asm.h>.
45654         (__mpn_addmul_1): Don't use BP_SYM.
45655         (__mpn_addmul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
45656         * sysdeps/powerpc/powerpc32/bsd-_setjmp.S: Don't include
45657         <bp-sym.h>.
45658         (_setjmp): Don't use BP_SYM.
45659         (__novmx_setjmp): Likewise.
45660         (__GI__setjmp): Likewise.
45661         (__vmx_setjmp): Likewise.
45662         * sysdeps/powerpc/powerpc32/bsd-setjmp.S: Don't include
45663         <bp-sym.h>.
45664         * sysdeps/powerpc/powerpc32/bzero.S: Don't include <bp-sym.h>.
45665         (__bzero): Don't use BP_SYM.
45666         (__bzero) [__BOUNDED_POINTERS__]: Remove conditional code.
45667         (__bzero) [!__BOUNDED_POINTERS__]: Make code unconditional.
45668         * sysdeps/powerpc/powerpc32/cell/memcpy.S: Don't include
45669         <bp-sym.h> and <bp-asm.h>.
45670         (memcpy): Don't use BP_SYM.
45671         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S: Don't include
45672         <bp-sym.h> and <bp-asm.h>.
45673         (__longjmp): Don't use BP_SYM and CHECK_BOUNDS_BOTH_WIDE_LIT.
45674         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S: Don't include
45675         <bp-sym.h> and <bp-asm.h>.
45676         (__sigsetjmp): Don't use BP_SYM and CHECK_BOUNDS_BOTH_WIDE_LIT.
45677         * sysdeps/powerpc/powerpc32/lshift.S: Don't include <bp-sym.h> and
45678         <bp-asm.h>.
45679         (__mpn_lshift): Don't use BP_SYM.
45680         (__mpn_lshift) [__BOUNDED_POINTERS__]: Remove conditional code.
45681         * sysdeps/powerpc/powerpc32/memset.S: Don't include <bp-sym.h> and
45682         <bp-asm.h>.
45683         (memset): Don't use BP_SYM.
45684         (memset) [__BOUNDED_POINTERS__]: Remove conditional code.
45685         (memset) [!__BOUNDED_POINTERS__]: Make code unconditional.
45686         * sysdeps/powerpc/powerpc32/mul_1.S: Don't include <bp-sym.h> and
45687         <bp-asm.h>.
45688         (__mpn_mul_1): Don't use BP_SYM.
45689         (__mpn_mul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
45690         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Don't include
45691         <bp-sym.h> and <bp-asm.h>.
45692         (memcmp): Don't use BP_SYM.
45693         * sysdeps/powerpc/powerpc32/power4/memcpy.S: Don't include
45694         <bp-sym.h> and <bp-asm.h>.
45695         (memcpy): Don't use BP_SYM.
45696         * sysdeps/powerpc/powerpc32/power4/memset.S: Don't include
45697         <bp-sym.h> and <bp-asm.h>.
45698         (memset): Don't use BP_SYM.
45699         * sysdeps/powerpc/powerpc32/power4/strncmp.S: Don't include
45700         <bp-sym.h> and <bp-asm.h>.
45701         (strncmp): Don't use BP_SYM.
45702         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Don't include
45703         <bp-sym.h> and <bp-asm.h>.
45704         (memcpy): Don't use BP_SYM.
45705         * sysdeps/powerpc/powerpc32/power6/memset.S: Don't include
45706         <bp-sym.h> and <bp-asm.h>.
45707         (memset): Don't use BP_SYM.
45708         * sysdeps/powerpc/powerpc32/power7/memchr.S: Don't include
45709         <bp-sym.h> and <bp-asm.h>.
45710         (__memchr): Don't use BP_SYM.
45711         * sysdeps/powerpc/powerpc32/power7/memcmp.S: Don't include
45712         <bp-sym.h> and <bp-asm.h>.
45713         (memcmp): Don't use BP_SYM.
45714         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Don't include
45715         <bp-sym.h> and <bp-asm.h>.
45716         (memcpy): Don't use BP_SYM.
45717         * sysdeps/powerpc/powerpc32/power7/mempcpy.S: Don't include
45718         <bp-sym.h> and <bp-asm.h>.
45719         (__mempcpy): Don't use BP_SYM.
45720         * sysdeps/powerpc/powerpc32/power7/memrchr.S: Don't include
45721         <bp-sym.h> and <bp-asm.h>.
45722         (__memrchr): Don't use BP_SYM.
45723         * sysdeps/powerpc/powerpc32/power7/memset.S: Don't include
45724         <bp-sym.h> and <bp-asm.h>.
45725         (memset): Don't use BP_SYM.
45726         * sysdeps/powerpc/powerpc32/power7/rawmemchr.S: Don't include
45727         <bp-sym.h> and <bp-asm.h>.
45728         (__rawmemchr): Don't use BP_SYM.
45729         * sysdeps/powerpc/powerpc32/power7/strcasecmp.S: Don't include
45730         <bp-sym.h> and <bp-asm.h>.
45731         (__STRCMP): Don't use BP_SYM.
45732         * sysdeps/powerpc/powerpc32/power7/strchr.S: Don't include
45733         <bp-sym.h> and <bp-asm.h>.
45734         (strchr): Don't use BP_SYM.
45735         * sysdeps/powerpc/powerpc32/power7/strchrnul.S: Don't include
45736         <bp-sym.h> and <bp-asm.h>.
45737         (__strchrnul): Don't use BP_SYM.
45738         * sysdeps/powerpc/powerpc32/power7/strlen.S: Don't include
45739         <bp-sym.h> and <bp-asm.h>.
45740         (strlen): Don't use BP_SYM.
45741         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Don't include
45742         <bp-sym.h> and <bp-asm.h>.
45743         (strncmp): Don't use BP_SYM.
45744         * sysdeps/powerpc/powerpc32/power7/strnlen.S: Don't include
45745         <bp-sym.h> and <bp-asm.h>.
45746         (__strnlen): Don't use BP_SYM.
45747         * sysdeps/powerpc/powerpc32/rshift.S: Don't include <bp-sym.h> and
45748         <bp-asm.h>.
45749         (__mpn_rshift): Don't use BP_SYM.
45750         (__mpn_rshift) [__BOUNDED_POINTERS__]: Remove conditional code.
45751         * sysdeps/powerpc/powerpc32/setjmp-common.S: Don't include
45752         <bp-sym.h> and <bp-asm.h>.
45753         (__sigsetjmp): Don't use BP_SYM.
45754         * sysdeps/powerpc/powerpc32/start.S: Don't include "bp-sym.h".
45755         (L(start_addresses)): Don't use BP_SYM.
45756         (_start): Likewise.
45757         * sysdeps/powerpc/powerpc32/stpcpy.S: Don't include <bp-sym.h> and
45758         <bp-asm.h>.
45759         (__stpcpy): Don't use BP_SYM and macros from bp-asm.h.
45760         (__stpcpy) [__BOUNDED_POINTERS__]: Remove conditional code.
45761         (__stpcpy) [!__BOUNDED_POINTERS__]: Make code unconditional.
45762         * sysdeps/powerpc/powerpc32/strchr.S: Don't include <bp-sym.h> and
45763         <bp-asm.h>.
45764         (strchr): Don't use BP_SYM.h and macros from bp-asm.h.
45765         (strchr) [__BOUNDED_POINTERS__]: Remove conditional code.
45766         (strchr) [!__BOUNDED_POINTERS__]: Make code unconditional.
45767         * sysdeps/powerpc/powerpc32/strcmp.S: Don't include <bp-sym.h> and
45768         <bp-asm.h>.
45769         (strcmp): Don't use BP_SYM and CHECK_BOUNDS_LOW.  Remove GKM FIXME
45770         comments.
45771         (strcmp) [__BOUNDED_POINTERS__]: Remove conditional code.
45772         * sysdeps/powerpc/powerpc32/strcpy.S: Don't include <bp-sym.h> and
45773         <bp-asm.h>.
45774         (strcpy): Don't use BP_SYM and macros from bp-asm.h.  Remove GKM
45775         FIXME comments.
45776         (strcpy) [__BOUNDED_POINTERS__]: Remove conditional code.
45777         (strcpy) [!__BOUNDED_POINTERS__]: Make code unconditional.
45778         * sysdeps/powerpc/powerpc32/strlen.S: Don't include <bp-sym.h> and
45779         <bp-asm.h>.
45780         (strlen): Don't use BP_SYM and CHECK_BOUNDS_LOW.  Remove GKM FIXME
45781         comment.
45782         * sysdeps/powerpc/powerpc32/strncmp.S: Don't include <bp-sym.h>
45783         and <bp-asm.h>.
45784         (strncmp): Don't use BP_SYM,
45785         * sysdeps/powerpc/powerpc32/sub_n.S: Don't include <bp-sym.h> and
45786         <bp-asm.h>.
45787         (__mpn_sub_n): Don't use BP_SYM.
45788         (__mpn_sub_n) [__BOUNDED_POINTERS__]: Remove conditional code.
45789         * sysdeps/powerpc/powerpc32/submul_1.S: Don't include <bp-sym.h>
45790         and <bp-asm.h>.
45791         (__mpn_submul_1): Don't use BP_SYM.
45792         (__mpn_submul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
45793         * sysdeps/unix/sysv/linux/powerpc/powerpc32/brk.S: Don't include
45794         <bp-sym.h> and <bp-asm.h>.
45795         (__brk): Don't use BP_SYM and DISCARD_BOUNDS.
45796         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: Don't include
45797         <bp-sym.h> and <bp-asm.h>.
45798         (__clone): Don't use BP_SYM and DISCARD_BOUNDS.  Remove GKM FIXME
45799         comment.
45801 2013-02-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
45803         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (add_magnitudes):
45804         Use ZK to minimize writes to Z.
45805         (sub_magnitudes): Simplify code a bit.
45806         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (add_magnitudes):
45807         Use ZK to minimize writes to Z.
45808         (sub_magnitudes): Simplify code a bit.
45810 2013-02-27  Roland McGrath  <roland@hack.frob.com>
45812         * csu/gmon-start.c: Add special exception to license text.
45814 2013-02-27  Richard Henderson  <rth@redhat.com>
45816         * scripts/config.guess: Update from config.git.
45817         * scripts/config.sub: Likewise.
45819 2013-02-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
45821         * sysdeps/ieee754/dbl-64/mpsqrt.c: Reformat.
45823         * sysdeps/ieee754/dbl-64/mpatan2.c: Reformat.
45825         * sysdeps/ieee754/dbl-64/mpatan.c: Reformat.
45827         * sysdeps/ieee754/dbl-64/mptan.c: Reformat.
45829         * sysdeps/ieee754/dbl-64/mplog.c: Reformat.
45831 2013-02-26  Roland McGrath  <roland@hack.frob.com>
45833         * Makeconfig (%.v.i, %.v): Move these pattern rules outside of
45834         [$(build-shared = yes].
45836 2013-02-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
45838         * sysdeps/ieee754/dbl-64/mpa.c: Include alloca.h.
45839         (__mul): Reduce iterations for calculating mantissa.
45841         * sysdeps/ieee754/dbl-64/sincos32.c (__c32): Use MPONE and
45842         MPTWO.
45843         (__mpranred): Likewise.
45845         [BZ #15160]
45846         * malloc/memusagestat.c (main): Draw graphs for heap and stack
45847         only if MAXSIZE_HEAP and MAXSIZE_STACK are non-zero.
45849 2013-02-26  Paul Eggert  <eggert@cs.ucla.edu>
45851         * posix/regex_internal.h [__GNUC__ < 3 + (__GNUC_MINOR__ < 1]:
45852         Define __attribute__.
45854 2013-02-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
45856         * locale/elem-hash.h (elem_hash): Mark as pure and possibly
45857         unused.
45858         * posix/regex_internal.h (__attribute): Remove.
45859         [!_LIBC && __i386__]: Use __attribute__ instead of __attribute.
45860         (re_string_context_at): Likewise.
45861         (bitset_not): Use __attribute__ and mark function as possibly
45862         unused.
45863         (bitset_merge): Likewise.
45864         (bitset_mask): Likewise.
45865         (re_string_char_size_at): Likewise.
45866         (re_string_wchar_at): Likewise.
45867         (re_string_elem_size_at): Likewise.
45869 2013-02-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
45871         * sysdeps/ieee754/dbl-64/sincos32.c (ss32): Remove commented
45872         code.
45873         (cc32): Likewise.
45875         * sysdeps/ieee754/dbl-64/mpa.c (mcr): Use long instead of int.
45876         (__acr): Likewise.
45877         (__cpy): Likewise.
45878         (norm): Likewise.
45879         (denorm): Likewise.
45880         (__dbl_mp): Likewise.
45881         (add_magnitudes): Likewise.
45882         (sub_magnitudes): Likewise.
45883         (__mul): Likewise.
45884         (__inv): Likewise.
45886         * sysdeps/ieee754/dbl-64/slowexp.c: Reformat in GNU coding
45887         style.
45889         * sysdeps/ieee754/dbl-64/slowpow.c: Reformat in GNU coding
45890         style.
45892         * sysdeps/ieee754/dbl-64/slowexp.c (__slowexp): Remove commented
45893         code.
45895         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__mp_dbl): Sync
45896         up changes with default code.
45897         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__mp_dbl):
45898         Likewise.
45900 2013-02-24  Allan McRae  <allan@archlinux.org>
45902         * manual/socket.texi (The Internet Namespace): Order menu items
45903         to match that in the file.
45905         * manual/libc-texinfo.sh: Use @detailmenu around the detailed
45906         node listing of the info page menu.
45908 2013-02-21  Joseph Myers  <joseph@codesourcery.com>
45910         [BZ #13550]
45911         * sysdeps/i386/bp-asm.h: Remove file.
45912         * sysdeps/i386/add_n.S: Do not include "bp-sym.h" and "bp-asm.h".
45913         (PARMS): Do not use macros from bp-asm.h.
45914         (S1): Likewise.
45915         (S2): Likewise.
45916         (SIZE): Likewise.
45917         (__mpn_add_n): Do not use BP_SYM
45918         * sysdeps/i386/addmul_1.S: Do not include "bp-sym.h" and
45919         "bp-asm.h".
45920         (PARMS): Do not use macros from bp-asm.h.
45921         (S1): Likewise.
45922         (SIZE): Likewise.
45923         (__mpn_addmul_1): Do not use BP_SYM
45924         * sysdeps/i386/bsd-_setjmp.S: Do not include "bp-sym.h" and
45925         "bp-asm.h".
45926         (PARMS): Do not use macros from bp-asm.h.
45927         (SIGMSK): Likewise.
45928         (_setjmp): Likewise.  Do not use BP_SYM.
45929         * sysdeps/i386/bsd-setjmp.S: Do not include "bp-sym.h" and
45930         "bp-asm.h".
45931         (PARMS): Do not use macros from bp-asm.h.
45932         (SIGMSK): Likewise.
45933         (setjmp): Likewise.  Do not use BP_SYM.
45934         * sysdeps/i386/fpu/s_frexp.S: Do not include "bp-sym.h" and
45935         "bp-asm.h".
45936         (PARMS): Do not use macros from bp-asm.h.
45937         (__frexp): Do not use BP_SYM.
45938         (frexp): Likewise.
45939         * sysdeps/i386/fpu/s_frexpf.S: Do not include "bp-sym.h" and
45940         "bp-asm.h".
45941         (PARMS): Do not use macros from bp-asm.h.
45942         (__frexpf): Do not use BP_SYM.
45943         (frexpf): Likewise.
45944         * sysdeps/i386/fpu/s_frexpl.S: Do not include "bp-sym.h" and
45945         "bp-asm.h".
45946         (PARMS): Do not use macros from bp-asm.h.
45947         (__frexpl): Do not use BP_SYM.
45948         (frexpl): Likewise.
45949         * sysdeps/i386/fpu/s_remquo.S: Do not include "bp-sym.h" and
45950         "bp-asm.h".
45951         (PARMS): Do not use macros from bp-asm.h.
45952         (__remquo): Do not use BP_SYM.
45953         (remquo): Likewise.
45954         * sysdeps/i386/fpu/s_remquof.S: Do not include "bp-sym.h" and
45955         "bp-asm.h".
45956         (PARMS): Do not use macros from bp-asm.h.
45957         (__remquof): Do not use BP_SYM.
45958         (remquof): Likewise.
45959         * sysdeps/i386/fpu/s_remquol.S: Do not include "bp-sym.h" and
45960         "bp-asm.h".
45961         (PARMS): Do not use macros from bp-asm.h.
45962         (__remquol): Do not use BP_SYM.
45963         (remquol): Likewise.
45964         * sysdeps/i386/i486/strcat.S: Do not include "bp-sym.h" and
45965         "bp-asm.h".
45966         (PARMS): Do not use macros from bp-asm.h.
45967         (DEST): Likewise.
45968         (SRC): Likewise.
45969         (strcat): Remove GKM FIXME comment.  Do not use BP_SYM.
45970         * sysdeps/i386/i486/strlen.S: Do not include "bp-sym.h" and
45971         "bp-asm.h".
45972         (PARMS): Do not use macros from bp-asm.h.
45973         (strlen): Do not use BP_SYM.
45974         * sysdeps/i386/i586/add_n.S: Do not include "bp-sym.h" and
45975         "bp-asm.h".
45976         (PARMS): Do not use macros from bp-asm.h.
45977         (S1): Likewise.
45978         (S2): Likewise.
45979         (SIZE): Likewise.
45980         (__mpn_add_n): Do not use BP_SYM.
45981         * sysdeps/i386/i586/addmul_1.S: Do not include "bp-sym.h" and
45982         "bp-asm.h".
45983         (PARMS): Do not use macros from bp-asm.h.
45984         (S1): Likewise.
45985         (SIZE): Likewise.
45986         (__mpn_addmul_1): Do not use BP_SYM.
45987         * sysdeps/i386/i586/bzero.S (__bzero): Do not use BP_SYM in
45988         weak_alias.
45989         (bzero): Likewise.
45990         * sysdeps/i386/i586/lshift.S: Do not include "bp-sym.h" and
45991         "bp-asm.h".
45992         (PARMS): Do not use macros from bp-asm.h.
45993         (S): Likewise.
45994         (SIZE): Likewise.
45995         (__mpn_lshift): Do not use BP_SYM.
45996         * sysdeps/i386/i586/memcpy.S: Do not include "bp-sym.h" and
45997         "bp-asm.h".
45998         (PARMS): Do not use macros from bp-asm.h.
45999         (DEST): Likewise.
46000         (SRC): Likewise.
46001         (LEN): Likewise.
46002         (memcpy): Likewise.  Do not use BP_SYM.
46003         * sysdeps/i386/i586/mempcpy.S (__mempcpy): Do not use BP_SYM in
46004         libc_hidden_def and weak_alias.
46005         (mempcpy): Do not use BP_SYM in weak_alias.
46006         * sysdeps/i386/i586/memset.S: Do not include "bp-sym.h" and
46007         "bp-asm.h".
46008         (PARMS): Do not use macros from bp-asm.h.
46009         (DEST): Likewise.
46010         (LEN): Likewise.
46011         [!BZERO_P] (CHR): Likewise.
46012         (memset): Likewise.  Do not use BP_SYM.
46013         * sysdeps/i386/i586/mul_1.S: Do not include "bp-sym.h" and
46014         "bp-asm.h".
46015         (PARMS): Do not use macros from bp-asm.h.
46016         (S1): Likewise.
46017         (SIZE): Likewise.
46018         (__mpn_mul_1): Do not use BP_SYM.
46019         * sysdeps/i386/i586/rshift.S: Do not include "bp-sym.h" and
46020         "bp-asm.h".
46021         (PARMS): Do not use macros from bp-asm.h.
46022         (S): Likewise.
46023         (SIZE): Likewise.
46024         (__mpn_rshift): Do not use BP_SYM.
46025         * sysdeps/i386/i586/strchr.S: Do not include "bp-sym.h" and
46026         "bp-asm.h".
46027         (PARMS): Do not use macros from bp-asm.h.
46028         (STR): Likewise.
46029         (CHR): Likewise.
46030         (strchr): Likewise.  Do not use BP_SYM.
46031         (index): Do not use BP_SYM in weak_alias.
46032         * sysdeps/i386/i586/strcpy.S: Do not include "bp-sym.h" and
46033         "bp-asm.h".
46034         (PARMS): Do not use macros from bp-asm.h.
46035         (DEST): Likewise.
46036         (SRC): Likewise.
46037         (STRCPY): Likewise.  Remove GKM FIXME comment.  Do not use BP_SYM.
46038         * sysdeps/i386/i586/strlen.S: Do not include "bp-sym.h" and
46039         "bp-asm.h".
46040         (PARMS): Do not use macros from bp-asm.h.
46041         (strlen): Do not use BP_SYM.
46042         * sysdeps/i386/i586/sub_n.S: Do not include "bp-sym.h" and
46043         "bp-asm.h".
46044         (PARMS): Do not use macros from bp-asm.h.
46045         (S1): Likewise.
46046         (S2): Likewise.
46047         (SIZE): Likewise.
46048         (__mpn_sub_n): Do not use BP_SYM.
46049         * sysdeps/i386/i586/submul_1.S: Do not include "bp-sym.h" and
46050         "bp-asm.h".
46051         (PARMS): Do not use macros from bp-asm.h.
46052         (S1): Likewise.
46053         (SIZE): Likewise.
46054         (__mpn_submul_1): Do not use BP_SYM.
46055         * sysdeps/i386/i686/add_n.S: Do not include "bp-sym.h" and
46056         "bp-asm.h".
46057         (PARMS): Do not use macros from bp-asm.h.
46058         (S1): Likewise.
46059         (S2): Likewise.
46060         (SIZE): Likewise.
46061         (__mpn_add_n): Do not use BP_SYM.
46062         * sysdeps/i386/i686/bzero.S (__bzero): Do not use BP_SYM in
46063         weak_alias.
46064         (bzero): Likewise.
46065         * sysdeps/i386/i686/memcmp.S: Do not include "bp-sym.h" and
46066         "bp-asm.h".
46067         (PARMS): Do not use macros from bp-asm.h.
46068         (BLK2): Likewise.
46069         (LEN): Likewise.
46070         (memcmp): Do not use BP_SYM.
46071         (bcmp): Do not use BP_SYM in weak_alias.
46072         * sysdeps/i386/i686/memcpy.S: Do not include "bp-sym.h" and
46073         "bp-asm.h".
46074         (PARMS): Do not use macros from bp-asm.h.
46075         (DEST): Likewise.
46076         (SRC): Likewise.
46077         (LEN): Likewise.
46078         (memcpy): Likewise.  Do not use BP_SYM.
46079         * sysdeps/i386/i686/memmove.S: Do not include "bp-sym.h" and
46080         "bp-asm.h".
46081         (PARMS): Do not use macros from bp-asm.h.
46082         (DEST): Likewise.
46083         (SRC): Likewise.
46084         (LEN): Likewise.
46085         (memmove): Likewise.  Do not use BP_SYM.
46086         * sysdeps/i386/i686/mempcpy.S: Do not include "bp-sym.h" and
46087         "bp-asm.h".
46088         (PARMS): Do not use macros from bp-asm.h.
46089         (DEST): Likewise.
46090         (SRC): Likewise.
46091         (LEN): Likewise.
46092         (__mempcpy): Likewise.  Do not use BP_SYM.
46093         (mempcpy): Do not use BP_SYM in weak_alias.
46094         * sysdeps/i386/i686/memset.S: Do not include "bp-sym.h" and
46095         "bp-asm.h".
46096         (PARMS): Do not use macros from bp-asm.h.
46097         (DEST): Likewise.
46098         (LEN): Likewise.
46099         [!BZERO_P] (CHR): Likewise.
46100         (memset): Likewise.  Do not use BP_SYM.
46101         * sysdeps/i386/i686/strcmp.S: Do not include "bp-sym.h" and
46102         "bp-asm.h".
46103         (PARMS): Do not use macros from bp-asm.h.
46104         (STR2): Likewise.
46105         (strcmp): Do not use BP_SYM.
46106         * sysdeps/i386/i686/strtok.S: Do not include "bp-sym.h" and
46107         "bp-asm.h".
46108         (PARMS): Do not use macros from bp-asm.h.
46109         (STR): Likewise.
46110         (DELIM): Likewise.
46111         [USE_AS_STRTOK_R] (SAVE): Likewise.
46112         (FUNCTION): Likewise.  Do not use BP_SYM.
46113         * sysdeps/i386/i686/strtok_r.S (__strtok_r): Do not use BP_SYM in
46114         aliases.
46115         (strtok_r): Likewise.
46116         (__GI___strtok_r): Likewise.
46117         * sysdeps/i386/lshift.S: Do not include "bp-sym.h" and "bp-asm.h".
46118         (PARMS): Do not use macros from bp-asm.h.
46119         (S): Likewise.
46120         (SIZE): Likewise.
46121         (__mpn_lshift): Do not use BP_SYM.
46122         * sysdeps/i386/memchr.S: Do not include "bp-sym.h" and "bp-asm.h".
46123         (PARMS): Do not use macros from bp-asm.h.
46124         (STR): Likewise.
46125         (CHR): Likewise.
46126         (__memchr): Do not use BP_SYM.
46127         (memchr): Do not use BP_SYM in weak_alias.
46128         * sysdeps/i386/memcmp.S: Do not include "bp-sym.h" and "bp-asm.h".
46129         (PARMS): Do not use macros from bp-asm.h.
46130         (BLK2): Likewise.
46131         (LEN): Likewise.
46132         (memcmp): Do not use BP_SYM.
46133         (bcmp): Do not use BP_SYM in weak_alias.
46134         * sysdeps/i386/mul_1.S: Do not include "bp-sym.h" and "bp-asm.h".
46135         (PARMS): Do not use macros from bp-asm.h.
46136         (S1): Likewise.
46137         (SIZE): Likewise.
46138         (__mpn_mul_1): Do not use BP_SYM.
46139         * sysdeps/i386/rawmemchr.S: Do not include "bp-sym.h" and
46140         "bp-asm.h".
46141         (PARMS): Do not use macros from bp-asm.h.
46142         (STR): Likewise.
46143         (CHR): Likewise.
46144         (__rawmemchr): Do not use BP_SYM.
46145         (rawmemchr): Do not use BP_SYM in weak_alias.
46146         * sysdeps/i386/rshift.S: Do not include "bp-sym.h" and "bp-asm.h".
46147         (PARMS): Do not use macros from bp-asm.h.
46148         (S): Likewise.
46149         (SIZE): Likewise.
46150         (__mpn_rshift): Do not use BP_SYM.
46151         * sysdeps/i386/setjmp.S: Do not include "bp-sym.h" and "bp-asm.h".
46152         (PARMS): Do not use macros from bp-asm.h.
46153         (SIGMSK): Likewise.
46154         (__sigsetjmp): Likewise.  Do not use BP_SYM.
46155         * sysdeps/i386/start.S: Do not include "bp-sym.h".
46156         (_start): Do not use BP_SYM.
46157         * sysdeps/i386/stpcpy.S: Do not include "bp-sym.h" and "bp-asm.h".
46158         (PARMS): Do not use macros from bp-asm.h.
46159         (DEST): Likewise.
46160         (SRC): Likewise.
46161         (__stpcpy): Likewise.  Do not use BP_SYM.
46162         (stpcpy): Do not use BP_SYM in weak_alias.
46163         * sysdeps/i386/stpncpy.S: Do not include "bp-sym.h" and
46164         "bp-asm.h".
46165         (PARMS): Do not use macros from bp-asm.h.
46166         (DEST): Likewise.
46167         (SRC): Likewise.
46168         (LEN): Likewise.
46169         (__stpncpy): Likewise.  Do not use BP_SYM.
46170         (stpncpy): Do not use BP_SYM in weak_alias.
46171         * sysdeps/i386/strchr.S: Do not include "bp-sym.h" and "bp-asm.h".
46172         (PARMS): Do not use macros from bp-asm.h.
46173         (STR): Likewise.
46174         (CHR): Likewise.
46175         (strchr): Likewise.  Do not use BP_SYM.
46176         * sysdeps/i386/strchrnul.S: Do not include "bp-sym.h" and
46177         "bp-asm.h".
46178         (PARMS): Do not use macros from bp-asm.h.
46179         (STR): Likewise.
46180         (CHR): Likewise.
46181         (__strchrnul): Likewise.  Do not use BP_SYM.
46182         (strchrnul): Do not use BP_SYM in weak_alias.
46183         * sysdeps/i386/strcspn.S: Do not include "bp-sym.h" and
46184         "bp-asm.h".
46185         (PARMS): Do not use macros from bp-asm.h.
46186         (STOP): Likewise.
46187         (strcspn): Do not use BP_SYM.
46188         * sysdeps/i386/strpbrk.S: Do not include "bp-sym.h" and
46189         "bp-asm.h".
46190         (PARMS): Do not use macros from bp-asm.h.
46191         (STR): Likewise.
46192         (STOP): Likewise.
46193         (strpbrk): Likewise.  Do not use BP_SYM.
46194         * sysdeps/i386/strrchr.S: Do not include "bp-sym.h" and
46195         "bp-asm.h".
46196         (PARMS): Do not use macros from bp-asm.h.
46197         (STR): Likewise.
46198         (CHR): Likewise.
46199         (strrchr): Likewise.  Do not use BP_SYM.
46200         * sysdeps/i386/strspn.S: Do not include "bp-sym.h" and "bp-asm.h".
46201         (PARMS): Do not use macros from bp-asm.h.
46202         (SKIP): Likewise.
46203         (strspn): Do not use BP_SYM.
46204         * sysdeps/i386/strtok.S: Do not include "bp-sym.h" and "bp-asm.h".
46205         (PARMS): Do not use macros from bp-asm.h.
46206         (STR): Likewise.
46207         (DELIM): Likewise.
46208         (SAVE): Likewise.
46209         (FUNCTION): Likewise.  Do not use BP_SYM.
46210         * sysdeps/i386/strtok_r.S (__strtok_r): Do not use BP_SYM in
46211         aliases.
46212         (strtok_r): Likewise.
46213         (__GI___strtok_r): Likewise.
46214         * sysdeps/i386/sub_n.S: Do not include "bp-sym.h" and "bp-asm.h".
46215         (PARMS): Do not use macros from bp-asm.h.
46216         (S1): Likewise.
46217         (S2): Likewise.
46218         (SIZE): Likewise.
46219         (__mpn_sub_n): Do not use BP_SYM.
46220         * sysdeps/i386/submul_1.S: Do not include "bp-sym.h" and
46221         "bp-asm.h".
46222         (PARMS): Do not use macros from bp-asm.h.
46223         (S1): Likewise.
46224         (SIZE): Likewise.
46225         (__mpn_submul_1): Do not use BP_SYM.
46226         * sysdeps/unix/i386/sysdep.S: Do not include <bp-asm.h> and
46227         <bp-sym.h>.
46228         * sysdeps/unix/sysv/linux/i386/clone.S: Do not include <bp-sym.h>
46229         and <bp-asm.h>.
46230         (PARMS): Do not use macros from bp-asm.h.
46231         (FLAGS): Likewise.
46232         (PTID): Likewise.
46233         (TLS): Likewise.
46234         (CTID): Likewise.
46235         (__clone): Do not use BP_SYM.
46236         (clone): Do not use BP_SYM in weak_alias.
46237         * sysdeps/unix/sysv/linux/i386/mmap64.S: Do not include <bp-sym.h>
46238         and <bp-asm.h>.
46239         (PARMS): Do not use macros from bp-asm.h.
46240         (LEN): Likewise.
46241         (__mmap64): Do not use BP_SYM.
46242         (mmap64): Do not use BP_SYM in weak_alias.
46243         * sysdeps/unix/sysv/linux/i386/posix_fadvise64.S: Do not include
46244         <bp-sym.h> and <bp-asm.h>.
46245         (PARMS): Do not use macros from bp-asm.h.
46246         (__posix_fadvise64_l64): Do not use BP_SYM.
46247         * sysdeps/unix/sysv/linux/i386/semtimedop.S
46248         (PARMS): Do not use macros from bp-asm.h.
46249         (NSOPS): Likewise.
46250         (semtimedop): Do not use BP_SYM.
46251         * sysdeps/unix/sysv/linux/i386/sysdep.h: Do not include <bp-sym.h>
46252         and <bp-asm.h>.
46254 2013-02-21  Allan McRae  <allan@archlinux.org>
46256         * manual/message.texi (Charset conversion in gettext):
46257         Move @end statement to beginning of line.
46259 2013-02-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
46261         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__inv): Mark as
46262         static.
46263         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__inv):
46264         Likewise.
46266         * sysdeps/ieee754/dbl-64/mpa.c (norm): Fix whitespace.
46267         (denorm): Likewise.
46268         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (norm): Likewise.
46269         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (norm): Likewise.
46271 2013-02-21  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
46273         * sysdeps/s390/s390-32/dl-trampoline.S (_dl_runtime_profile): Do a
46274         tail-call to the resolved function if pltexit isn't needed.
46276 2013-02-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
46278         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__mul): Mark X
46279         or Y being zero as being unlikely.
46280         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__mul):
46281         Likewise.
46283 2013-02-20  Carlos O'Donell  <carlos@redhat.com>
46285         * manual/nss.texi (System Databases and Name Service Switch):
46286         Remove frobnicate @pxref.
46288 2013-02-20  Thomas Schwinge  <thomas@codesourcery.com>
46290         * sysdeps/ieee754/bits/nan.h [!__GNUC__] (__nan_union): Change
46291         __attribute__ ((unused)) to __attribute__ ((__unused__)).
46293 2013-02-20  Petr Machata  <pmachata@redhat.com>
46295         * elf/elf.h (R_ARM_TARGET1): New macro.
46296         (R_ARM_SBREL31, R_ARM_V4BX, R_ARM_TARGET2): Likewise.
46297         (R_ARM_PREL31, R_ARM_MOVW_ABS_NC, R_ARM_MOVT_ABS): Likewise.
46298         (R_ARM_MOVW_PREL_NC, R_ARM_MOVT_PREL): Likewise.
46299         (R_ARM_THM_MOVW_ABS_NC, R_ARM_THM_MOVT_ABS): Likewise.
46300         (R_ARM_THM_MOVW_PREL_NC, R_ARM_THM_MOVT_PREL): Likewise.
46301         (R_ARM_THM_JUMP19, R_ARM_THM_JUMP6): Likewise.
46302         (R_ARM_THM_ALU_PREL_11_0, R_ARM_THM_PC12): Likewise.
46303         (R_ARM_ABS32_NOI, R_ARM_REL32_NOI): Likewise.
46304         (R_ARM_ALU_PC_G0_NC, R_ARM_ALU_PC_G0): Likewise.
46305         (R_ARM_ALU_PC_G1_NC, R_ARM_ALU_PC_G1): Likewise.
46306         (R_ARM_ALU_PC_G2, R_ARM_LDR_PC_G1, R_ARM_LDR_PC_G2): Likewise.
46307         (R_ARM_LDRS_PC_G0, R_ARM_LDRS_PC_G1): Likewise.
46308         (R_ARM_LDRS_PC_G2, R_ARM_LDC_PC_G0): Likewise.
46309         (R_ARM_LDC_PC_G1, R_ARM_LDC_PC_G2): Likewise.
46310         (R_ARM_ALU_SB_G0_NC, R_ARM_ALU_SB_G0): Likewise.
46311         (R_ARM_ALU_SB_G1_NC, R_ARM_ALU_SB_G1): Likewise.
46312         (R_ARM_ALU_SB_G2, R_ARM_LDR_SB_G0, R_ARM_LDR_SB_G1): Likewise.
46313         (R_ARM_LDR_SB_G2, R_ARM_LDRS_SB_G0): Likewise.
46314         (R_ARM_LDRS_SB_G1, R_ARM_LDRS_SB_G2): Likewise.
46315         (R_ARM_LDC_SB_G0, R_ARM_LDC_SB_G1, R_ARM_LDC_SB_G2): Likewise.
46316         (R_ARM_MOVW_BREL_NC, R_ARM_MOVT_BREL): Likewise.
46317         (R_ARM_MOVW_BREL, R_ARM_THM_MOVW_BREL_NC): Likewise.
46318         (R_ARM_THM_MOVT_BREL, R_ARM_THM_MOVW_BREL): Likewise.
46319         (R_ARM_PLT32_ABS, R_ARM_GOT_ABS, R_ARM_GOT_PREL): Likewise.
46320         (R_ARM_GOT_BREL12, R_ARM_GOTOFF12, R_ARM_GOTRELAX): Likewise.
46321         (R_ARM_TLS_LDO12, R_ARM_TLS_LE12, R_ARM_TLS_IE12GP): Likewise.
46322         (R_ARM_PRIVATE_0, R_ARM_PRIVATE_1, R_ARM_PRIVATE_2): Likewise.
46323         (R_ARM_PRIVATE_3, R_ARM_PRIVATE_4, R_ARM_PRIVATE_5): Likewise.
46324         (R_ARM_PRIVATE_6, R_ARM_PRIVATE_7, R_ARM_PRIVATE_8): Likewise.
46325         (R_ARM_PRIVATE_9, R_ARM_PRIVATE_10): Likewise.
46326         (R_ARM_PRIVATE_11, R_ARM_PRIVATE_12): Likewise.
46327         (R_ARM_PRIVATE_13, R_ARM_PRIVATE_14): Likewise.
46328         (R_ARM_PRIVATE_15, R_ARM_ME_TOO): Likewise.
46329         (R_ARM_THM_TLS_DESCSEQ16, R_ARM_THM_TLS_DESCSEQ32): Likewise.
46330         (R_ARM_THM_GOT_BREL12): Likewise.
46331         (R_ARM_PC24, R_ARM_PLT32): Updated a comment at this macro.
46332         (R_ARM_THM_PC11, R_ARM_THM_PC9): Likewise.
46333         (R_ARM_THM_ABS5, R_ARM_THM_PC22): Added a comment to this macro.
46334         (R_ARM_THM_PC8, R_ARM_THM_SWI8, R_ARM_XPC25): Likewise.
46335         (R_ARM_THM_XPC22, R_ARM_ALU_PCREL_7_0): Likewise.
46336         (R_ARM_ALU_PCREL_15_8, R_ARM_ALU_PCREL_23_15): Likewise.
46337         (R_ARM_LDR_SBREL_11_0, R_ARM_ALU_SBREL_19_12): Likewise.
46338         (R_ARM_ALU_SBREL_27_20, R_ARM_TLS_DESCSEQ): Likewise.
46339         (R_ARM_THM_TLS_DESCSEQ): Fixed whitespace.
46341 2013-02-20  Thomas Schwinge  <thomas@codesourcery.com>
46343         * sysdeps/ieee754/bits/nan.h [!__GNUC__] (__nan_union): Change
46344         __attribute_used__ to __attribute__ ((unused)).
46346 2013-02-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
46348         * sysdeps/ieee754/dbl-64/mpa.c (__sqr): Copy over comment from
46349         powerpc mpa.c.
46350         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__mul): Fix
46351         comment formatting.
46352         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__mul): Likewise.
46354 2013-02-19  Joseph Myers  <joseph@codesourcery.com>
46356         [BZ #13550]
46357         * sysdeps/i386/bp-asm.h [__BOUNDED_POINTERS__] (BOUNDS_VIOLATED):
46358         Remove macro.
46359         (ENTER): Remove both macro definitions.
46360         (LEAVE): Likewise.
46361         (CHECK_BOUNDS_LOW): Likewise.
46362         (CHECK_BOUNDS_HIGH): Likewise.
46363         (CHECK_BOUNDS_BOTH): Likewise.
46364         (CHECK_BOUNDS_BOTH_WIDE): Likewise.
46365         (RETURN_BOUNDED_POINTER): Likewise.
46366         (RETURN_NULL_BOUNDED_POINTER): Likewise.
46367         (PUSH_ERRNO_LOCATION_RETURN): Likewise.
46368         (POP_ERRNO_LOCATION_RETURN): Likewise.
46369         * sysdeps/i386/add_n.S (__mpn_add_n): Do not use removed macros.
46370         (__mpn_add_n) [__BOUNDED_POINTERS__]: Remove conditional code.
46371         * sysdeps/i386/addmul_1.S (__mpn_addmul_1): Do not use removed
46372         macros.
46373         (__mpn_addmul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
46374         * sysdeps/i386/bsd-_setjmp.S (_setjmp): Do not use removed macros.
46375         * sysdeps/i386/bsd-setjmp.S (setjmp): Likewise.
46376         * sysdeps/i386/fpu/s_frexp.S (__frexp): Likewise.
46377         * sysdeps/i386/fpu/s_frexpf.S (__frexpf): Likewise.
46378         * sysdeps/i386/fpu/s_frexpl.S (__frexpl): Likewise.
46379         * sysdeps/i386/fpu/s_remquo.S (__remquo): Likewise.
46380         * sysdeps/i386/fpu/s_remquof.S (__remquof): Likewise.
46381         * sysdeps/i386/fpu/s_remquol.S (__remquol): Likewise.
46382         * sysdeps/i386/i486/strcat.S (strcat): Likewise.
46383         * sysdeps/i386/i486/strlen.S (strlen): Likewise.
46384         * sysdeps/i386/i586/add_n.S (__mpn_add_n): Likewise.
46385         (__mpn_add_n) [__BOUNDED_POINTERS__]: Remove conditional code.
46386         * sysdeps/i386/i586/addmul_1.S (__mpn_addmul_1): Do not use
46387         removed macros.
46388         (__mpn_addmul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
46389         * sysdeps/i386/i586/lshift.S (__mpn_lshift): Do not use removed
46390         macros.
46391         (__mpn_lshift) [__BOUNDED_POINTERS__]: Remove conditional code.
46392         * sysdeps/i386/i586/memcpy.S (memcpy): Do not use removed macros.
46393         * sysdeps/i386/i586/memset.S (memset): Likewise.
46394         * sysdeps/i386/i586/mul_1.S (__mpn_mul_1): Likewise.
46395         (__mpn_mul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
46396         * sysdeps/i386/i586/rshift.S (__mpn_rshift): Do not use removed
46397         macros.
46398         (__mpn_rshift) [__BOUNDED_POINTERS__]: Remove conditional code.
46399         * sysdeps/i386/i586/strchr.S (strchr): Do not use removed macros.
46400         Change uses of L(2) to L(out).
46401         * sysdeps/i386/i586/strcpy.S (STRCPY): Do not use removed macros.
46402         * sysdeps/i386/i586/strlen.S (strlen): Likewise.
46403         * sysdeps/i386/i586/sub_n.S (__mpn_sub_n): Likewise.
46404         (__mpn_sub_n) [__BOUNDED_POINTERS__]: Remove conditional code.
46405         * sysdeps/i386/i586/submul_1.S (__mpn_submul_1): Do not use
46406         removed macros.
46407         (__mpn_submul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
46408         * sysdeps/i386/i686/add_n.S (__mpn_add_n): Do not use removed
46409         macros.
46410         (__mpn_add_n) [__BOUNDED_POINTERS__]: Remove conditional code.
46411         * sysdeps/i386/i686/memcmp.S (ENTRANCE): Do not use macro ENTER.
46412         (RETURN): Do not use macro LEAVE.
46413         * sysdeps/i386/i686/memcpy.S (memcpy): Do not use removed macros.
46414         * sysdeps/i386/i686/memmove.S (memmove): Likewise.
46415         * sysdeps/i386/i686/mempcpy.S (mempcpy): Likewise.
46416         * sysdeps/i386/i686/memset.S (memset): Likewise.
46417         * sysdeps/i386/i686/strcmp.S (strcmp): Likewise.
46418         (strcmp) [!__BOUNDED_POINTERS__]: Make code unconditional.
46419         (strcmp) [__BOUNDED_POINTERS__]: Remove conditional code.
46420         * sysdeps/i386/i686/strtok.S (save_ptr) [__BOUNDED_POINTERS__]:
46421         Likewise.
46422         (save_ptr) [!__BOUNDED_POINTERS__]: Make code unconditional.
46423         (FUNCTION): Do not use removed macros.  Combine labels L(1_1),
46424         L(1_2) and L(1_3) into L(1).
46425         (FUNCTION) [__BOUNDED_POINTERS__]: Remove conditional code.
46426         * sysdeps/i386/lshift.S (__mpn_lshift): Do not use removed macros.
46427         (__mpn_lshift) [__BOUNDED_POINTERS__]: Remove conditional code.
46428         * sysdeps/i386/memchr.S (__memchr): Do not use removed macros.
46429         (__memchr) [__BOUNDED_POINTERS__]: Remove conditional code.
46430         * sysdeps/i386/memcmp.S (memcmp): Do not use removed macros.
46431         * sysdeps/i386/mul_1.S (__mpn_mul_1): Likewise.
46432         (__mpn_mul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
46433         * sysdeps/i386/rawmemchr.S (__rawmemchr): Do not use removed
46434         macros.
46435         * sysdeps/i386/rshift.S (__mpn_rshift): Likewise.
46436         (__mpn_rshift) [__BOUNDED_POINTERS__]: Remove conditional code.
46437         * sysdeps/i386/setjmp.S (__sigsetjmp): Do not use removed macros.
46438         * sysdeps/i386/stpcpy.S (__stpcpy): Likewise.
46439         * sysdeps/i386/stpncpy.S (__stpncpy): Likewise.
46440         (__stpncpy) [__BOUNDED_POINTERS__]: Remove conditional code.
46441         * sysdeps/i386/strchr.S (strchr): Do not use removed macros.
46442         * sysdeps/i386/strchrnul.S (__strchrnul): Likewise.
46443         * sysdeps/i386/strcspn.S (strcspn): Likewise.
46444         * sysdeps/i386/strpbrk.S (strpbrk): Likewise.
46445         * sysdeps/i386/strrchr.S (strrchr): Likewise.
46446         * sysdeps/i386/strspn.S (strspn): Likewise.
46447         * sysdeps/i386/strtok.S (save_ptr) [__BOUNDED_POINTERS__]: Remove
46448         conditional code.
46449         (save_ptr) [!__BOUNDED_POINTERS__]: Make code unconditional.
46450         (FUNCTION) [!__BOUNDED_POINTERS__]: Likewise.
46451         (FUNCTION) [__BOUNDED_POINTERS__]: Remove conditional code.
46452         (FUNCTION): Do not use removed macros.  Combine labels L(1_2) and
46453         L(1_3) into L(1_1).
46454         * sysdeps/i386/sub_n.S (__mpn_sub_n): Do not use removed macros.
46455         (__mpn_sub_n) [__BOUNDED_POINTERS__]: Remove conditional code.
46456         * sysdeps/i386/submul_1.S (__mpn_submul_1): Do not use removed
46457         macros.
46458         (__mpn_submul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
46460 2013-02-19  Jakub Jelinek  <jakub@redhat.com>
46462         * stdlib/strtod_l.c (__mpn_lshift_1): Rewritten as function-like
46463         macro.
46465 2013-02-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
46467         * math/atest-exp.c (exp_mpn): Remove ROUND.
46468         * math/atest-exp2.c (exp_mpn): Likewise.
46469         * math/atest-sincos.c (sincosx_mpn): Remove ROUND and CHK.
46471         * stdlib/cxa_thread_atexit_impl.c: Fix Copyright year.
46472         * stdlib/tst-tls-atexit-lib.c: Likewise.
46473         * stdlib/tst-tls-atexit.c: Likewise.
46475 2013-02-18  Mike Frysinger  <vapier@gentoo.org>
46477         * stdlib/stdlib.h (aligned_alloc): Use __attribute_malloc__
46478         and __attribute_alloc_size__.
46480 2013-02-18  Mike Frysinger  <vapier@gentoo.org>
46482         * include/programs/xmalloc.h: Change __attribute_alloc_size to
46483         __attribute_alloc_size__.
46484         * include/sys/cdefs.h (__attribute_alloc_size): Macro removed.
46485         * misc/sys/cdefs.h (__attribute_alloc_size__): New macro.
46487 2013-02-18  Mike Frysinger  <vapier@gentoo.org>
46489         * include/programs/xmalloc.h: New file.
46490         * catgets/gencat.c: Include it.
46491         (xmalloc, xcalloc, xrealloc, xstrdup): Don't declare them.
46492         * elf/pldd.c: Likewise.
46493         * iconv/iconv_charmap.c: Likewise.
46494         * iconv/iconvconfig.c: Likewise.
46495         * iconv/strtab.c: Likewise.
46496         * locale/programs/locale.c: Likewise.
46497         * locale/programs/localedef.h: Likewise.
46498         * locale/programs/simple-hash.c: Likewise.
46499         * nscd/nscd.h: Likewise.
46500         * nss/makedb.c: Likewise.
46501         * sysdeps/generic/ldconfig.h: Likewise.
46503 2013-02-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
46505         * Versions.def: Add GLIBC_2.18.
46506         * include/link.h (struct link_map): New member l_tls_dtor_count.
46507         * include/stdlib.h (__cxa_thread_atexit_impl): Declare.
46508         (__call_tls_dtors): Likewise.
46509         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: Add
46510         __cxa_thread_atexit_impl.
46511         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
46512         Likewise.
46513         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
46514         Likewise.
46515         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist:
46516         Likewise.
46517         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist:
46518         Likewise.
46519         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Likewise.
46520         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist:
46521         Likewise.
46522         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist:
46523         Likewise.
46524         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Likewise.
46525         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist:
46526         Likewise.
46527         * stdlib/Makefile (routines): Add __cxa_thread_atexit_impl.
46528         (tests): Add test case tst-tls-atexit.
46529         (modules-names): Add shared library for tst-tls-atexit.
46530         * stdlib/Versions (GLIBC_2.18): Add __cxa_thread_atexit_impl.
46531         (GLIBC_PRIVATE): Add __call_tls_dtors.
46532         * stdlib/cxa_thread_atexit_impl.c: New file with helper function
46533         for libstdc++.
46534         * stdlib/exit.c (__run_exit_handlers): Call __call_tls_dtors.
46535         * stdlib/tst-tls-atexit.c: New test case.
46536         * stdlib/tst-tls-atexit-lib.c: New test case.
46538         * misc/tst-pselect.c: Include stdlib.h for declaration of exit.
46540         * elf/Versions (ld): Add _dl_find_dso_for_object.
46541         * elf/dl-addr.c (_dl_addr): Use _dl_find_dso_for_object.
46542         * elf/dl-open.c (_dl_find_dso_for_object): New function.
46543         (dl_open_worker): Use _dl_find_dso_for_object.
46544         * elf/dl-sym.c (do_sym): Likewise.
46545         * sysdeps/generic/ldsodefs.h: Declare _dl_find_dso_for_object.
46547 2013-02-18  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
46549         * sysdeps/s390/s390-64/dl-trampoline.S (_dl_runtime_resolve):
46550         Syntactic changes only.
46551         (_dl_runtime_profile): Do a tail-call to the resolved function.
46553 2013-02-17  Joseph Myers  <joseph@codesourcery.com>
46555         [BZ #13550]
46556         * sysdeps/x86_64/bp-asm.h: Remove file.
46557         * sysdeps/unix/sysv/linux/x86_64/clone.S: Do not include
46558         <bp-sym.h> and <bp-asm.h>.
46559         (__clone): Do not use BP_SYM.
46560         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Do not include
46561         <bp-sym.h> and <bp-asm.h>.
46562         * sysdeps/unix/x86_64/sysdep.S: Likewise.
46563         * sysdeps/x86_64/bsd-_setjmp.S: Do not include "bp-sym.h" and
46564         "bp-asm.h".
46565         (_setjmp): Do not use BP_SYM.
46566         * sysdeps/x86_64/bsd-setjmp.S: Do not include "bp-sym.h" and
46567         "bp-asm.h".
46568         (setjmp): Do not use BP_SYM.
46569         * sysdeps/x86_64/mempcpy.S (__mempcpy): Do not use BP_SYM in
46570         libc_hidden_def.
46571         (mempcpy): Do not use BP_SYM in weak_alias.
46572         * sysdeps/x86_64/rtld-strchr.S: Do not include "bp-sym.h" and
46573         "bp-asm.h".
46574         (strchr): Do not use BP_SYM.
46575         * sysdeps/x86_64/rtld-strlen.S: Do not include "bp-sym.h" and
46576         "bp-asm.h".
46577         * sysdeps/x86_64/setjmp.S (__sigsetjmp): Do not use BP_SYM.
46578         * sysdeps/x86_64/start.S: Do not include "bp-sym.h".
46579         (_start): Do not use BP_SYM.
46580         * sysdeps/x86_64/strcat.S: Do not include "bp-sym.h" and
46581         "bp-asm.h".
46582         (strcat): Do not use BP_SYM.
46583         * sysdeps/x86_64/strcmp.S: Do not include "bp-sym.h" and
46584         "bp-asm.h".
46585         (STRCMP): Do not use BP_SYM.
46586         * sysdeps/x86_64/strcpy.S: Do not include "bp-sym.h" and
46587         "bp-asm.h".
46588         (STRCPY): Do not use BP_SYM.
46589         * sysdeps/x86_64/strcpy_chk.S: Do not include "bp-sym.h" and
46590         "bp-asm.h".
46591         * sysdeps/x86_64/strtok.S: Do not include "bp-sym.h" and
46592         "bp-asm.h".
46593         (FUNCTION): Do not use BP_SYM.
46594         * sysdeps/x86_64/strtok_r.S (strtok_r): Do not use BP_SYM in
46595         weak_alias.
46596         (__GI___strtok_r): Do not use BP_SYM in strong_alias.
46598 2013-02-17  Andreas Jaeger  <aj@suse.de>
46600         * time/Versions: Sort entries.
46601         * string/Versions: Likewise.
46602         * resolv/Versions: Likewise.
46603         * posix/Versions: Likewise.
46604         * iconv/Versions: Likewise.
46605         * elf/Versions: Likewise.
46606         * wcsmbs/Versions: Likewise.
46608 2013-02-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
46610         * sysdeps/ieee754/dbl-64/mpa.c (__sqr): Avoid using LIM in
46611         loop termination condition.
46613         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Use intermediate
46614         variable to calculate EZ.
46615         (__sqr): Likewise.
46617         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Fix determination of
46618         the lower precision input.
46620 2013-02-15  Joseph Myers  <joseph@codesourcery.com>
46622         [BZ #13550]
46623         * Makeconfig [!+link-bounded] (+link-bounded): Remove variable.
46624         [!link-extra-libs] (link-extra-libs-bounded): Likewise.
46625         (run-via-rtld-prefix): Do not handle %-bp tests.
46626         (test-via-rtld-prefix): Do not mention %-bp tests in comment.
46627         (all-object-suffixes): Remove .ob.
46628         (bppfx): Remove variable.
46629         [$(build-bounded) = yes] (object-suffixes): Do not add .ob.
46630         [$(build-bounded) = yes] (CPPFLAGS-.ob): Remove variable.
46631         [$(build-bounded) = yes] (CFLAGS-.ob): Likewise.
46632         [$(build-bounded) = yes] (libtype.ob): Likewise.
46633         * Makerules (elide-routines.ob): Remove variable.
46634         (do-tests-clean): Do not handle *-bp.out.
46635         (common-mostlyclean): Do not handle *-bp and *-bp.out.
46636         * Rules [$(build-bounded) = yes] (tests-bp.out): Remove variable.
46637         [$(build-bounded) = yes] (xtests-bp.out): Likewise.
46638         (tests): Do not include $(tests-bp.out).
46639         (xtests): Do not include $(xtests-bp.out).
46640         [$(build-bounded) = yes] (binaries-bounded): Remove variable.
46641         [$(build-bounded) = yes] ($(addprefix
46642         $(objpfx),$(binaries-bounded))): Remove rule.
46643         ($(objpfx)%-bp.out): Remove rule.
46644         * config.make.in (build-bounded): Remove variable.
46645         * crypt/Makefile [$(build-bounded) = yes]
46646         ($(tests:%=$(objpfx)%-bp)): Remove dependency.
46647         * csu/Makefile [$(build-bounded) = yes] (extra-objs): Do not
46648         append to variable.
46649         [$(build-bounded) = yes] (install-lib): Likewise.
46650         [$(build-bounded) = yes] (generated): Likewise.
46651         [!start-installed-name-rule] ($(objpfx)b$(start-installed-name)):
46652         Remove rule.
46653         * intl/Makefile [$(build-bounded) = yes]
46654         ($(multithread-test-srcs:%=$(objpfx)%-bp)): Remove dependency.
46655         * math/Makefile [$(build-bounded) = yes]
46656         ($(tests:%=$(objpfx)%-bp): Likewise.
46657         * misc/Makefile [$(build-bounded) = yes]
46658         ($(objpfx)tst-tsearch-bp): Likewise.
46659         * nptl/Makeconfig (bounded-thread-library): Remove variable.
46660         * rt/Makefile [$(build-bounded) = yes] ($(tests:%=$(objpfx)%-bp)):
46661         Remove dependency.
46662         * string/Makefile (o-objects.ob): Remove variable.
46663         * sysdeps/i386/i686/Makefile [$(config-asflags-i686) = yes]
46664         (CFLAGS-.ob): Remove variable.
46665         [$(config-asflags-i686) = yes] (ASFLAGS-.ob): Likewise.
46666         * sysdeps/sparc/sparc32/sparcv9/Makefile (ASFLAGS-.ob): Remove
46667         both definitions of variable.
46668         * sysdeps/sparc/sparc64/Makefile [$(have-as-vis3) = yes]
46669         (ASFLAGS-.ob): Remove variable.
46671 2013-02-14  Joseph Myers  <joseph@codesourcery.com>
46673         [BZ #13550]
46674         * config.h.in [USE_REGPARMS && !PROF && !__BOUNDED_POINTERS__]:
46675         Remove __BOUNDED_POINTERS__ from condition.
46676         * elf/dl-runtime.c [!PROF && !__BOUNDED_POINTERS__]: Likewise.
46677         * string/bits/string2.h [!__NO_STRING_INLINES &&
46678         !__BOUNDED_POINTERS__]: Likewise.
46679         * sysdeps/i386/dl-machine.h [!PROF && !__BOUNDED_POINTERS__]:
46680         Likewise.
46681         * sysdeps/unix/sysv/linux/shmat.c (shmat) [__BOUNDED_POINTERS__]:
46682         Remove conditional code.
46683         * sysdeps/x86/bits/string.h [!__NO_STRING_INLINES &&
46684         __USE_STRING_INLINES && __GNUC__ && __GNUC__ >= 2 &&
46685         !__BOUNDED_POINTERS__]: Remove __BOUNDED_POINTERS__ from
46686         condition.
46688         [BZ #13550]
46689         * csu/libc-start.c: Do not include <bp-sym.h>.
46690         [!LIBC_START_MAIN] (LIBC_START_MAIN): Do not use BP_SYM.
46691         * elf/dl-open.c: Do not include <bp-sym.h>.
46692         (_dl_sysdep_start): Do not use BP_SYM in weak_extern.
46693         * math/fegetenv.c: Do not include <bp-sym.h>.
46694         (fegetenv): Do not use BP_SYM in versioned symbols.
46695         * nptl/sysdeps/pthread/bits/libc-lockP.h
46696         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]: Do not include
46697         <bp-sym.h>.
46698         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
46699         (__pthread_mutex_init): Do not use BP_SYM in weak_extern.
46700         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
46701         (__pthread_mutex_destroy): Likewise.
46702         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
46703         (__pthread_mutex_lock): Likewise.
46704         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
46705         (__pthread_mutex_trylock): Likewise.
46706         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
46707         (__pthread_mutex_unlock): Likewise.
46708         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
46709         (__pthread_mutexattr_init): Likewise.
46710         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
46711         (__pthread_mutexattr_destroy): Likewise.
46712         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
46713         (__pthread_mutexattr_settype): Likewise.
46714         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
46715         (__pthread_rwlock_init): Likewise.
46716         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
46717         (__pthread_rwlock_destroy): Likewise.
46718         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
46719         (__pthread_rwlock_rdlock): Likewise.
46720         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
46721         (__pthread_rwlock_tryrdlock): Likewise.
46722         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
46723         (__pthread_rwlock_wrlock): Likewise.
46724         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
46725         (__pthread_rwlock_trywrlock): Likewise.
46726         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
46727         (__pthread_rwlock_unlock): Likewise.
46728         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
46729         (__pthread_key_create): Likewise.
46730         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
46731         (__pthread_setspecific): Likewise.
46732         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
46733         (__pthread_getspecific): Likewise.
46734         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern] (__pthread_once):
46735         Likewise.
46736         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
46737         (_pthread_cleanup_push_defer): Likewise.
46738         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
46739         (_pthread_cleanup_pop_restore): Likewise.
46740         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
46741         (pthread_setcancelstate): Likewise.
46742         * string/memchr.c [HAVE_BP_SYM_H || _LIBC]: Do not include
46743         <bp-sym.h>.
46744         [!(HAVE_BP_SYM_H || _LIBC)] (BP_SYM): Remove macro definition.
46745         (memchr): Do not use BP_SYM in weak_alias.
46746         * sysdeps/i386/fpu/fegetenv.c: Do not include <bp-sym.h>.
46747         (fegetenv): Do not use BP_SYM in versioned symbols.
46748         * sysdeps/i386/fpu/fesetenv.c: Do not include <bp-sym.h>.
46749         (fesetenv): Do not use BP_SYM in versioned symbols.
46750         * sysdeps/i386/fpu/feupdateenv.c: Do not include <bp-sym.h>.
46751         (feupdateenv): Do not use BP_SYM in versioned symbols.
46752         * sysdeps/i386/fpu/fsetexcptflg.c: Do not include <bp-sym.h>.
46753         (fesetexceptflag): Do not use BP_SYM in versioned symbols.
46754         * sysdeps/posix/open64.c: Do not include <bp-sym.h>.
46755         (__open64): Do not use BP_SYM in weak_alias and libc_hidden_weak.
46756         (open64): Do not use BP_SYM in weak_alias.
46757         * sysdeps/powerpc/fpu/fegetenv.c: Do not include <bp-sym.h>.
46758         (fegetenv): Do not use BP_SYM in versioned symbols.
46759         * sysdeps/powerpc/fpu/fesetenv.c: Do not include <bp-sym.h>.
46760         (fesetenv): Do not use BP_SYM in versioned symbols.
46761         * sysdeps/powerpc/fpu/feupdateenv.c: Do not include <bp-sym.h>.
46762         (feupdateenv): Do not use BP_SYM in versioned symbols.
46763         * sysdeps/powerpc/fpu/fgetexcptflg.c: Do not include <bp-sym.h>.
46764         (fegetexceptflag): Do not use BP_SYM in versioned symbols.
46765         * sysdeps/powerpc/fpu/fraiseexcpt.c: Do not include <bp-sym.h>.
46766         (feraiseexcept): Do not use BP_SYM in versioned symbols.
46767         * sysdeps/powerpc/fpu/fsetexcptflg.c: Do not include <bp-sym.h>.
46768         (fesetexceptflag): Do not use BP_SYM in versioned symbols.
46769         * sysdeps/unix/sysv/linux/powerpc/libc-start.c: Do not include
46770         <bp-sym.h>.
46771         (__libc_start_main): Do not use BP_SYM.
46773 2013-02-14  Siddhesh Poyarekar  <siddhesh@redhat.com>
46775         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__cpy): Remove
46776         redundant return line.
46777         (norm): Likewise.
46778         (denorm): Likewise.
46779         (dbl_mp): Likewise.
46780         (sub_magnitudes): Likewise.
46781         (__add): Likewise.
46782         (__sub): Likewise.
46783         (__mul): Likewise.
46784         (__inv): Likewise.
46785         (__dvd): Likewise.
46786         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__cpy): Likewise.
46787         (norm): Likewise.
46788         (denorm): Likewise.
46789         (dbl_mp): Likewise.
46790         (sub_magnitudes): Likewise.
46791         (__add): Likewise.
46792         (__sub): Likewise.
46793         (__mul): Likewise.
46794         (__inv): Likewise.
46795         (__dvd): Likewise.
46797         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Use __sqr
46798         instead of __mul.
46799         * sysdeps/ieee754/dbl-64/mpsqrt.c (__mpsqrt): Likewise.
46800         * sysdeps/ieee754/dbl-64/sincos32.c (ss32): Likewise.
46801         (cc32): Likewise.
46803         * sysdeps/ieee754/dbl-64/mpa.c (__sqr): New function.
46804         * sysdeps/ieee754/dbl-64/mpa.h (__sqr): Declare.
46805         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): use __sqr instead
46806         of __mul for squares.
46807         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__sqr): New
46808         function
46809         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__sqr):
46810         Likewise.
46811         * sysdeps/x86_64/fpu/multiarch/mpa-avx.c: Define __sqr.
46812         * sysdeps/x86_64/fpu/multiarch/mpa-fma4.c: Likewise.
46814 2013-02-13  Joseph Myers  <joseph@codesourcery.com>
46816         [BZ #13550]
46817         * misc/sys/cdefs.h [!__BOUNDED_POINTERS__]: Remove conditional
46818         code.
46819         * csu/libc-start.c (LIBC_START_MAIN): Do not use __unbounded in
46820         prototype or function definition.  Rename ubp_* variables and
46821         parameters.  Remove argv definitions conditional on
46822         [__BOUNDED_POINTERS__].
46823         * debug/backtrace.c (__backtrace): Do not use __unbounded.
46824         * elf/dl-runtime.c (_dl_fixup): Likewise.
46825         * include/set-hooks.h (RUN_HOOK): Likewise.
46826         * stdio-common/vfprintf.c (JUMP): Do not use __unbounded in either
46827         definition.
46828         * string/strcpy.c (strcpy): Do not use __unbounded.
46829         * sysdeps/generic/frame.h (struct layout): Likewise.
46830         * sysdeps/gnu/bits/msq.h (struct msqid_ds): Likewise.
46831         * sysdeps/i386/dl-machine.h (_dl_fixup): Likewise.
46832         * sysdeps/powerpc/powerpc32/backtrace.c (struct layout): Likewise.
46833         * sysdeps/powerpc/powerpc64/backtrace.c (struct layout): Likewise.
46834         * sysdeps/sparc/backtrace.c (struct layout): Likewise.
46835         (__backtrace): Likewise.
46836         * sysdeps/unix/sysv/linux/aio_sigqueue.c (__aio_sigqueue): Do not
46837         use __ptrvalue.
46838         * sysdeps/unix/sysv/linux/fxstat.c (__fxstat): Likewise.
46839         * sysdeps/unix/sysv/linux/fxstatat.c (__fxstatat): Likewise.
46840         * sysdeps/unix/sysv/linux/gai_sigqueue.c (__gai_sigqueue):
46841         Likewise.
46842         * sysdeps/unix/sysv/linux/i386/brk.c (__brk): Likewise.
46843         * sysdeps/unix/sysv/linux/i386/fxstat.c (__fxstat): Likewise.
46844         * sysdeps/unix/sysv/linux/i386/fxstatat.c (__fxstatat): Likewise.
46845         * sysdeps/unix/sysv/linux/i386/lxstat.c (__lxstat): Likewise.
46846         * sysdeps/unix/sysv/linux/i386/msgctl.c (struct __old_msqid_ds):
46847         Do not use __unbounded.
46848         * sysdeps/unix/sysv/linux/i386/setrlimit.c (__new_setrlimit):
46849         Rename __unboundedrlimits parameter to rlimits in prototype.
46850         * sysdeps/unix/sysv/linux/i386/shmctl.c (struct __old_shmid_ds):
46851         Do not use __unbounded.
46852         * sysdeps/unix/sysv/linux/i386/sigaction.c (__libc_sigaction): Do
46853         not use __ptrvalue.
46854         * sysdeps/unix/sysv/linux/i386/xstat.c (__xstat): Likewise.
46855         * sysdeps/unix/sysv/linux/llseek.c (__llseek): Likewise.
46856         * sysdeps/unix/sysv/linux/lxstat.c (__lxstat): Likewise.
46857         * sysdeps/unix/sysv/linux/mmap64.c (__mmap64): Do not use
46858         __ptrvalue or __unbounded.
46859         (__mmap64) [__BOUNDED_POINTERS__]: Remove conditional code.
46860         * sysdeps/unix/sysv/linux/msgctl.c (struct __old_msqid_ds): Do not
46861         use __unbounded.
46862         (__new_msgctl): Do not use __ptrvalue.
46863         * sysdeps/unix/sysv/linux/msgrcv.c (struct ipc_kludge): Do not use
46864         __unbounded.
46865         (__libc_msgrcv): Do not use __ptrvalue.
46866         * sysdeps/unix/sysv/linux/powerpc/libc-start.c (struct
46867         startup_info): Do not use __unbounded.
46868         (__libc_start_main): Likewise.  Rename ubp_* variables and
46869         parameters.  Remove argv definitions conditional on
46870         [__BOUNDED_POINTERS__].
46871         * sysdeps/unix/sysv/linux/ptrace.c (ptrace): Do not use
46872         __ptrvalue.
46873         * sysdeps/unix/sysv/linux/semctl.c (struct __old_semid_ds): Do not
46874         use __unbounded.
46875         * sysdeps/unix/sysv/linux/shmat.c (shmat): Do not use __unbounded
46876         or __ptrvalue.
46877         * sysdeps/unix/sysv/linux/shmctl.c (struct __old_shmid_ds): Do not
46878         use __unbounded.
46879         (__new_shmctl): Do not use __ptrvalue.
46880         * sysdeps/unix/sysv/linux/shmdt.c (shmdt): Likewise.
46881         * sysdeps/unix/sysv/linux/sigaction.c (__libc_sigaction):
46882         Likewise.
46883         * sysdeps/unix/sysv/linux/sigqueue.c (__sigqueue): Likewise.
46884         * sysdeps/unix/sysv/linux/sparc/sparc64/sigaction.c
46885         (__libc_sigaction): Likewise.
46886         * sysdeps/unix/sysv/linux/sysctl.c (__sysctl): Likewise.
46887         * sysdeps/unix/sysv/linux/x86_64/sigaction.c (__libc_sigaction):
46888         Likewise.
46889         * sysdeps/unix/sysv/linux/xstat.c (__xstat): Likewise.
46891 2013-02-13   Ondřej Bílka  <neleai@seznam.cz>
46893         * stdlib/Makefile (headers): Add bits/stdlib-bsearch.h.
46895         * string/mempcpy.c: Implement by calling memcpy.
46897 2013-02-13  Siddhesh Poyarekar  <siddhesh@redhat.com>
46899         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Remove NFA.
46901         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Faster polynomial
46902         evaluation.
46904         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Don't bother with zero
46905         values in the mantissa.
46907         * sysdeps/ieee754/dbl-64/mpa.c (add_magnitudes): Use ZK to
46908         minimize writes to Z.
46909         (sub_magnitudes): Simplify code a bit.
46911 2013-02-12  Roland McGrath  <roland@hack.frob.com>
46913         * include/libc-symbols.h (stub_warning): Remove "warning: " prefix
46914         from the message.  The linker prefixes all warnings with that already.
46916 2013-02-12  Andreas Schwab  <schwab@suse.de>
46918         [BZ #15078]
46919         * posix/regexec.c (extend_buffers): Add parameter min_len.
46920         (check_matching): Pass minimum needed length.
46921         (clean_state_log_if_needed): Likewise.
46922         (get_subexp): Likewise.
46923         * posix/Makefile (tests): Add bug-regex34.
46924         (bug-regex34-ENV): Define.
46925         * posix/bug-regex34.c: New file.
46927         [BZ #11561]
46928         * posix/regcomp.c (parse_bracket_exp): When looking up collating
46929         elements compare against the byte sequence of it, not its name.
46930         * posix/Makefile (tests): Add bug-regex35.
46931         (bug-regex35-ENV): Define.
46932         * posix/bug-regex35.c: New file.
46934 2013-02-11  Tom de Vries  <tom@codesourcery.com>
46936         * string/str-two-way.h:  Fix typo RESULT_TYPE -> RETURN_TYPE in
46937         comment.
46938         Add RET0_IF_0 and CHECK_EOL to macro list in comment.
46939         (AVAILABLE1, AVAILABLE2, AVAILABLE1_USES_J): Remove superfluous undef.
46940         (CHECK_EOL): Add undef.
46942 2013-02-11   Ondřej Bílka  <neleai@seznam.cz>
46944         * bits/stdlib-bsearch.h: New file.
46945         * stdlib/bsearch.c: Include bits/stdlib-bsearch.h.
46946         * stdlib/stdlib.h: Likewise.
46948 2013-02-11  Roland McGrath  <roland@hack.frob.com>
46950         * manual/conf.texi (General Limits): Fix SSIZE_MAX type to ssize_t.
46951         * manual/errno.texi (Error Messages): Fix typo in error_print_progname
46952         declaration.
46953         * manual/search.texi (Array Search Function): Add missing const in
46954         lfind prototype.
46955         * manual/resource.texi (Limits on Resources): Fix RLIM_INFINITY
46956         declaration to use rlim_t.
46957         (Basic Scheduling Functions): Remove erroneous const from
46958         sched_getparam prototype.  Remove erroneous * from
46959         sched_get_priority_max and sched_get_priority_min prototypes.
46960         (Resource Usage): Fix summary @comment on vtimes to refer to
46961         sys/vtimes.h rather than vtimes.h.
46962         Add missing *s in vtimes prototype.
46963         (Limits on Resources): Fix ulimit prototype to return long int.
46964         * manual/math.texi (SVID Random): Fix lrand48_r and mrand48_r
46965         prototypes to use long int rather than double.
46966         (BSD Random): Fix initstate and setstate to use char *, not void *.
46967         * manual/llio.texi (Asynchronous Reads/Writes): Fix lio_listio64
46968         prototype to make second argument 'struct aiocb64 *const[]'.
46969         Fix aio_read64 and aio_write64 prototypes to use struct aiocb64.
46970         (Status of AIO Operations): Remove erroneous const in aio_return and
46971         aio_return64 prototypes.
46972         (Synchronizing I/O): Fix sync prototype to return void.
46973         * manual/startup.texi (Suboptions): Remove an erroneous const in
46974         getsubopt prototype.
46975         * manual/getopt.texi (Using Getopt): Add a const in getopt prototype.
46976         * manual/users.texi (Lookup Netgroup): Fix getnetgrent_r prototype to
46977         use size_t rather than int.
46978         (Scanning All Users): Likewise for getpwent_r.
46979         (Setting Groups): Add missing const to setgroups prototype.
46980         * manual/sysinfo.texi (mtab): Fix typo in getmntent_r prototype.
46981         * manual/socket.texi (Host Names): Fix gethostbyaddr and
46982         gethostbyaddr_r prototypes to use socklen_t rather than size_t and
46983         'const void *' rather than 'const char *'.
46984         (Host Address Functions): Likewise for inet_ntop.
46985         (Networks Database): Fix getnetbyaddr prototype to use uint32_t.
46986         (Receiving Data): Fix recv, recvfrom, recvmsg prototypes to use
46987         ssize_t for return value.
46988         (Sending Data): Likewise for send, sendto, sendmsg.
46989         (Socket Option Functions): Add a missing const in setsockopt prototype.
46990         * manual/stdio.texi (Simple Output): Fix fputwc_unlocked prototype to
46991         use wchar_t for the argument.
46992         (Formatted Input Functions): Fix swscanf prototype to use wchar_t *.
46993         * manual/arith.texi (Control Functions): Fix fegetexcept prototype to
46994         take no arguments.
46995         (Normalization Functions): Fix scalb, scalbf, scalbl prototypes to use
46996         double/float/long double for second argument.
46997         Fix return types of significand, significandf, significandl.
46998         * manual/filesys.texi (Setting Permissions): Use mode_t for second
46999         argument in fchmod prototype.
47000         (File Owner): Use uid_t and gid_t in fchown prototype.
47001         (File Times): Add const to utimes, futimes, and lutimes prototypes.
47002         (Making Special Files): Use mode_t and dev_t in mknod prototype.
47003         (Scanning Directory Content): Fix scandir and scandir64 prototypes to
47004         use 'const struct dirent **' as argument types to CMP function pointer
47005         argument.
47006         (Symbolic Links): Fix readlink prototype with ssize_t as return value.
47007         (File Times): Fix summary magic @comment for struct utimbuf and utime
47008         to refer to utime.h, not time.h.
47009         * manual/string.texi (Argz Functions): Add missing const in
47010         argz_extract and argz_next prototypes.
47011         (Finding Tokens in a String): Likewise for basename.
47012         (String/Array Comparison): Fix typo in wcscasecmp prototype.
47013         (Copying and Concatenation): Fix typo in wmemmove prototype.
47014         * manual/signal.texi (Using Pause): Use (void) in pause prototype.
47015         (Signal Stack): Remove erroneous const in sigstack prototype.
47016         * manual/time.texi (Setting an Alarm): Add missing const in setitimer
47017         prototype.
47018         (Simple Calendar Time): Likewise for stime.
47019         * manual/terminal.texi (BSD Terminal Modes): Add missing const in stty
47020         prototype.
47021         * manual/sysinfo.texi (System Parameters): Fix mentions of sysctl.h to
47022         say sys/sysctl.h instead.
47023         * manual/syslog.texi (syslog; vsyslog): Add missing const in syslog
47024         and vsyslog prototypes.
47026 2013-02-11  Tom de Vries  <tom@codesourcery.com>
47028         * string/Makefile (CFLAGS-bug-strstr1.c, CFLAGS-bug-strcasestr1.c):
47029         Remove.
47031 2013-02-11  Roland McGrath  <roland@hack.frob.com>
47033         * misc/sys/mman.h: Fix typo in mremap comment.
47035 2013-02-08  Roland McGrath  <roland@hack.frob.com>
47037         * manual/examples/mkfsock.c (make_named_socket): Don't add one for
47038         the '\0' terminator.
47040 2013-02-08  Joseph Myers  <joseph@codesourcery.com>
47042         [BZ #13550]
47043         * debug/segfault.c: Don't include <bp-checks.h>.
47044         * sysdeps/generic/bp-checks.h: Remove file.
47045         * sysdeps/unix/sysv/linux/getdents.c: Don't include <bp-checks.h>.
47046         (__GETDENTS): Don't use CHECK_N.
47047         * sysdeps/unix/sysv/linux/i386/brk.c: Don't include <bp-checks.h>.
47048         * sysdeps/unix/sysv/linux/i386/getgroups.c: Likewise.
47049         (__getgroups): Don't use CHECK_N.
47050         * sysdeps/unix/sysv/linux/i386/setgroups.c: Likewise.
47051         (setgroups): Don't use CHECK_N.
47052         * sysdeps/unix/sysv/linux/mmap64.c: Don't include <bp-checks.h>.
47053         * sysdeps/unix/sysv/linux/msgrcv.c: Likewise.
47054         (__libc_msgrcv): Don't use CHECK_N.
47055         * sysdeps/unix/sysv/linux/msgsnd.c: Don't include <bp-checks.h>.
47056         (__libc_msgsnd): Don't use CHECK_N.
47057         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread.c: Don't include
47058         <bp-checks.h>.
47059         (__libc_pread): Don't use CHECK_N.
47060         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread64.c: Don't
47061         include <bp-checks.h>.
47062         (__libc_pread64): Don't use CHECK_N.
47063         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite.c: Don't
47064         include <bp-checks.h>.
47065         (__libc_pwrite): Don't use CHECK_N.
47066         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite64.c: Don't
47067         include <bp-checks.h>.
47068         (__libc_pwrite64): Don't use CHECK_N.
47069         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c: Don't include
47070         <bp-checks.h>.
47071         (__libc_pread): Don't use CHECK_N.
47072         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c: Don't
47073         include <bp-checks.h>.
47074         (__libc_pread64): Don't use CHECK_N.
47075         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c: Don't
47076         include <bp-checks.h>.
47077         (__libc_pwrite): Don't use CHECK_N.
47078         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c: Don't
47079         include <bp-checks.h>.
47080         (__libc_pwrite64): Don't use CHECK_N.
47081         * sysdeps/unix/sysv/linux/pread.c: Don't include <bp-checks.h>.
47082         (do_pread): Don't use CHECK_N.
47083         * sysdeps/unix/sysv/linux/pread64.c: Don't include <bp-checks.h>.
47084         (do_pread64): Don't use CHECK_N.
47085         * sysdeps/unix/sysv/linux/pwrite.c: Don't include <bp-checks.h>.
47086         (do_pwrite): Don't use CHECK_N.
47087         * sysdeps/unix/sysv/linux/pwrite64.c: Don't include <bp-checks.h>.
47088         (do_pwrite64): Don't use CHECK_N.
47089         * sysdeps/unix/sysv/linux/readv.c: Don't include <bp-checks.h>.
47090         (__libc_readv): Don't use CHECK_N.
47091         * sysdeps/unix/sysv/linux/semop.c: Don't include <bp-checks.h>.
47092         (semop): Don't use CHECK_N.
47093         * sysdeps/unix/sysv/linux/semtimedop.c: Don't include
47094         <bp-checks.h>.
47095         (semtimedop): Don't use CHECK_N.
47096         * sysdeps/unix/sysv/linux/sh/pread.c: Don't include <bp-checks.h>.
47097         (__libc_pread): Don't use CHECK_N.
47098         * sysdeps/unix/sysv/linux/sh/pread64.c: Don't include
47099         <bp-checks.h>.
47100         (__libc_pread64): Don't use CHECK_N.
47101         * sysdeps/unix/sysv/linux/sh/pwrite.c: Don't include
47102         <bp-checks.h>.
47103         (__libc_pwrite): Don't use CHECK_N.
47104         * sysdeps/unix/sysv/linux/sh/pwrite64.c: Don't include
47105         <bp-checks.h>.
47106         (__libc_pwrite64): Don't use CHECK_N.
47107         * sysdeps/unix/sysv/linux/sparc/sparc64/msgrcv.c: Don't include
47108         <bp-checks.h>.
47109         (__libc_msgrcv): Don't use CHECK_N.
47110         * sysdeps/unix/sysv/linux/sysctl.c: Don't include <bp-checks.h>.
47111         (__sysctl): Don't use CHECK_N.  Remove GKM FIXME comment.
47112         * sysdeps/unix/sysv/linux/writev.c: Don't include <bp-checks.h>.
47113         (__libc_writev): Don't use CHECK_N.
47115 2013-02-08  Roland McGrath  <roland@hack.frob.com>
47117         * string/strcpy.c: Removed unused variable.
47119         * Makeconfig (+sysdep-includes): Define with := rather than =.
47120         Use an existing include/ subdir of each sysdeps dir before it.
47122 2013-02-08  Carlos O'Donell  <carlos@redhat.com>
47124         * nscd/connection.c (register_traced_file): Comment function.
47125         [HAVE_INOTIFY] (union __inev): Define.
47126         [HAVE_INOTIFY] (inotify_check_files): New function.
47127         [HAVE_INOTIFY] (clear_db_cache): Likewise.
47128         [HAVE_INOTIFY] (main_loop_poll): Call inotify_check_files and
47129         clear_db_cache.
47130         [HAVE_INOTIFY] (main_loop_epoll): Likewise.
47132 2013-02-08  Carlos O'Donell  <carlos@redhat.com>
47134         * elf/dl-cache.c (_dl_load_cache_lookup): Comment that cache is
47135         loaded if not already and that a failure is permanent.
47137 2013-02-08  Carlos O'Donell  <carlos@redhat.com>
47139         [BZ #15006]
47140         * sysdeps/generic/ldconfig.h: Define FLAG_ARM_LIBSF.
47141         * elf/cache.c (print_entry): Add FLAG_ARM_LIBSF support.
47143 2013-02-08  Joseph Myers  <joseph@codesourcery.com>
47145         [BZ #13550]
47146         * sysdeps/generic/bp-checks.h (CHECK_1): Remove all definitions.
47147         (CHECK_1_NULL_OK): Likewise.
47148         * sysdeps/unix/sysv/linux/fxstat.c: Do not include <bp-checks.h>.
47149         (__fxstat): Do not use CHECK_1.
47150         * sysdeps/unix/sysv/linux/fxstat64.c: Do not include
47151         <bp-checks.h>.
47152         (___fxstat64): Do not use CHECK_1.
47153         * sysdeps/unix/sysv/linux/fxstatat.c: Do not include
47154         <bp-checks.h>.
47155         (__fxstatat): Do not use CHECK_1.
47156         * sysdeps/unix/sysv/linux/fxstatat64.c: Do not include
47157         <bp-checks.h>.
47158         (__fxstatat64): Do not use CHECK_1.
47159         * sysdeps/unix/sysv/linux/i386/fxstat.c: Do not include
47160         <bp-checks.h>.
47161         (__fxstat): Do not use CHECK_1.
47162         * sysdeps/unix/sysv/linux/i386/fxstatat.c: Do not include
47163         <bp-checks.h>.
47164         (__fxstatat): Do not use CHECK_1.
47165         * sysdeps/unix/sysv/linux/i386/getresgid.c: Do not include
47166         <bp-checks.h>.
47167         (__getresgid): Do not use CHECK_1.
47168         * sysdeps/unix/sysv/linux/i386/getresuid.c: Do not include
47169         <bp-checks.h>.
47170         (__getresuid): Do not use CHECK_1.
47171         * sysdeps/unix/sysv/linux/i386/lxstat.c: Do not include
47172         <bp-checks.h>.
47173         (__lxstat): Do not use CHECK_1.
47174         * sysdeps/unix/sysv/linux/i386/msgctl.c: Do not include
47175         <bp-checks.h>.
47176         (__old_msgctl): Do not use CHECK_1.
47177         (__new_msgctl): Likewise.
47178         * sysdeps/unix/sysv/linux/i386/setrlimit.c: Do not include
47179         <bp-checks.h>.
47180         (__new_setrlimit): Do not use CHECK_1.
47181         * sysdeps/unix/sysv/linux/i386/shmctl.c: Do not include
47182         <bp-checks.h>.
47183         (__old_shmctl): Do not use CHECK_1.
47184         (__new_shmctl): Likewise.
47185         * sysdeps/unix/sysv/linux/i386/xstat.c: Do not include
47186         <bp-checks.h>.
47187         (__xstat): Do not use CHECK_1.
47188         * sysdeps/unix/sysv/linux/lxstat.c: Do not include <bp-checks.h>.
47189         (__lxstat): Do not use CHECK_1.
47190         * sysdeps/unix/sysv/linux/lxstat64.c: Do not include
47191         <bp-checks.h>.
47192         (___lxstat64): Do not use CHECK_1.
47193         * sysdeps/unix/sysv/linux/msgctl.c: Do not include <bp-checks.h>.
47194         (__old_msgctl): Do not use CHECK_1.
47195         (__new_msgctl): Likewise.
47196         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c: Do not include
47197         <bp-checks.h>.
47198         (__gettimeofday): Do not use CHECK_1.
47199         * sysdeps/unix/sysv/linux/ptrace.c: Do not include <bp-checks.h>.
47200         (ptrace) [__BOUNDED_POINTERS__]: Remove conditional code.
47201         * sysdeps/unix/sysv/linux/s390/gettimeofday.c: Do not include
47202         <bp-checks.h>.
47203         (__gettimeofday): Do not use CHECK_1.
47204         * sysdeps/unix/sysv/linux/shmctl.c: Do not include <bp-checks.h>.
47205         (__old_shmctl): Do not use CHECK_1_NULL_OK.
47206         (__new_shmctl): Do not use CHECK_1.
47207         * sysdeps/unix/sysv/linux/sigtimedwait.c: Do not include
47208         <bp-checks.h>.
47209         (do_sigtimedwait): Do not use CHECK_1.
47210         * sysdeps/unix/sysv/linux/sigwaitinfo.c: Do not include
47211         <bp-checks.h>.
47212         (do_sigwaitinfo): Do not use CHECK_1.
47213         * sysdeps/unix/sysv/linux/sparc/sparc64/msgctl.c: Do not include
47214         <bp-checks.h>.
47215         (msgctl): Do not use CHECK_1.
47216         * sysdeps/unix/sysv/linux/sparc/sparc64/shmctl.c: Do not include
47217         <bp-checks.h>.
47218         (shmctl): Do not use CHECK_1.
47219         * sysdeps/unix/sysv/linux/ustat.c: Do not include <bp-checks.h>.
47220         (ustat): Do not use CHECK_1.
47221         * sysdeps/unix/sysv/linux/wordsize-64/fxstat.c: Do not include
47222         <bp-checks.h>.
47223         (__fxstat): Do not use CHECK_1.
47224         * sysdeps/unix/sysv/linux/wordsize-64/fxstatat.c: Do not include
47225         <bp-checks.h>.
47226         (__fxstatat): Do not use CHECK_1.
47227         * sysdeps/unix/sysv/linux/wordsize-64/lxstat.c: Do not include
47228         <bp-checks.h>.
47229         (__lxstat): Do not use CHECK_1.
47230         * sysdeps/unix/sysv/linux/wordsize-64/xstat.c: Do not include
47231         <bp-checks.h>.
47232         (__xstat): Do not use CHECK_1.
47233         * sysdeps/unix/sysv/linux/xstat.c: Do not include <bp-checks.h>.
47234         (__xstat): Do not use CHECK_1.
47235         * sysdeps/unix/sysv/linux/xstat64.c: Do not include <bp-checks.h>.
47236         (___xstat64): Do not use CHECK_1.
47238         [BZ #13550]
47239         * sysdeps/generic/bp-checks.h (CHECK_BOUNDS_LOW): Remove all
47240         definitions.
47241         (CHECK_BOUNDS_HIGH): Likewise.
47242         * string/strcpy.c: Do not include <bp-checks.h>.
47243         (strcpy): Do not use CHECK_BOUNDS_LOW and CHECK_BOUNDS_HIGH.
47245 2013-02-07  Roland McGrath  <roland@hack.frob.com>
47247         * nscd/nscd-client.h (__nscd_drop_map_ref):
47248         Add __attribute__ ((unused)).
47249         * nis/nss-nisplus.h (niserr2nss): Likewise.
47251         * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu): Define it only
47252         under [!(USE_AS_STRCASESTR && STRCASESTR_NONASCII)].
47254         * csu/libc-tls.c (init_static_tls, init_slotinfo):
47255         Remove inline keyword.
47256         * include/rounding-mode.h (round_away): Likewise.
47257         * libio/wfileops.c (adjust_wide_data): Likewise.
47258         * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu): Likewise.
47259         (__m128i_strloadu_tolower): Likewise.
47260         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c
47261         (__m128i_strloadu_tolower): Likewise.
47262         * time/mktime.c (ydhms_diff): Likewise.
47263         * locale/elem-hash.h (elem_hash): Likewise.
47264         * locale/setlocale.c (setdata): Likewise.
47265         * posix/regex_internal.h (re_string_char_size_at): Likewise.
47266         (re_string_wchar_at): Likewise.
47267         (bitset_not, bitset_merge, bitset_mask): Likewise.
47268         [!(__GNUC__ > 3)] (inline): Remove macro.
47269         * nscd/nscd-client.h (__nscd_drop_map_ref): Remove inline keyword.
47270         * elf/dl-deps.c (_dl_map_object_deps: preload): Likewise.
47271         * elf/tlsdeschtab.h (_dl_tlsdesc_resolve_early_return_p): Likewise.
47272         (_dl_tlsdesc_wake_up_held_fixups): Likewise.
47273         * string/memcmp.c (memcmp_bytes): Likewise.
47274         * locale/programs/locarchive.c (compute_hashval): Likewise.
47275         * sysdeps/ieee754/dbl-64/x2y2m1.c (mul_split): Likewise.
47276         * sysdeps/unix/sysv/linux/fips-private.h (fips_enabled_p): Likewise.
47277         * resolv/res_send.c (evNowTime, evCmpTime): Likewise.
47278         * nss/getent.c (print_rpc, print_protocols): Likewise.
47279         (print_passwd, print_group, print_aliases): Likewise.
47280         * nis/nss-nisplus.h (niserr2nss): Likewise.
47281         * nscd/connections.c (restart_p): Likewise.
47282         Change return type to bool.
47284 2013-02-05  Roland McGrath  <roland@hack.frob.com>
47286         * Makeconfig (all-Depend-files): Add existing
47287         $(sorted-subdirs:=/Depend) files.
47288         (all-subdirs): Remove nss.
47289         * sysdeps/unix/inet/Subdirs: Add it here instead.
47290         * hesiod/Depend: New file.
47292         * elf/dl-hwcaps.c (_dl_important_hwcaps): Use a variable-length array
47293         instead of calling alloca.
47295         * io/lseek.c (__lseek): Rename to __libc_lseek.
47296         Define __lseek as an alias.
47298         * sysdeps/generic/malloc-sysdep.h: Include <stdbool.h> and <unistd.h>.
47300 2013-02-04  Carlos O'Donell  <carlos@redhat.com>
47302         * stdlib/getenv.c (getenv): Assume __BIG_ENDIAN in the
47303         else clause and remove check for non-standard endianness.
47305 2013-02-04  David S. Miller  <davem@davemloft.net>
47307         * sysdeps/sparc/fpu/libm-test-ulps: Update.
47309 2013-02-04  Joseph Myers  <joseph@codesourcery.com>
47311         [BZ #13550]
47312         * sysdeps/generic/bp-checks.h [__BOUNDED_POINTERS__]
47313         (__ubp_memchr): Remove prototype.
47314         [__BOUNDED_POINTERS__] (_CHECK_STRING): Remove macro.
47315         [__BOUNDED_POINTERS__] (CHECK_STRING): Likewise.
47316         [__BOUNDED_POINTERS__] (CHECK_STRING_NULL_OK): Likewise.
47317         [!__BOUNDED_POINTERS__] (CHECK_STRING): Likewise.
47318         * sysdeps/i386/memchr.S [!__BOUNDED_POINTERS__] (__ubp_memchr):
47319         Remove alias.
47320         * sysdeps/sparc/sparc32/memchr.S [!__BOUNDED_POINTERS__]
47321         (__ubp_memchr): Likewise.
47322         * sysdeps/sparc/sparc64/memchr.S [!__BOUNDED_POINTERS__]
47323         (__ubp_memchr): Likewise.
47324         * sysdeps/unix/sysv/linux/execve.c: Do not include <bp-checks.h>.
47325         (__execve) [__BOUNDED_POINTERS__]: Remove conditional code.
47326         (__execve) [!__BOUNDED_POINTERS__]: Make code unconditional.
47327         * sysdeps/unix/sysv/linux/fxstatat.c (__fxstatat): Do not use
47328         CHECK_STRING.
47329         * sysdeps/unix/sysv/linux/fxstatat64.c (__fxstatat64): Likewise.
47330         * sysdeps/unix/sysv/linux/getcwd.c: Do not include <bp-checks.h>.
47331         (__getcwd): Do not use CHECK_STRING.
47332         * sysdeps/unix/sysv/linux/i386/chown.c: Do not include
47333         <bp-checks.h>.
47334         (__real_chown): Do not use CHECK_STRING.
47335         * sysdeps/unix/sysv/linux/i386/fchownat.c: Do not include
47336         <bp-checks.h>.
47337         (fchownat): Do not use CHECK_STRING.
47338         * sysdeps/unix/sysv/linux/i386/fxstatat.c (__fxstatat): Do not use
47339         CHECK_STRING.
47340         * sysdeps/unix/sysv/linux/i386/lchown.c: Do not include
47341         <bp-checks.h>.
47342         (__lchown): Do not use CHECK_STRING.
47343         * sysdeps/unix/sysv/linux/i386/lxstat.c (__lxstat): Likewise.
47344         * sysdeps/unix/sysv/linux/i386/xstat.c (__xstat): Likewise.
47345         * sysdeps/unix/sysv/linux/lxstat.c (__lxstat): Likewise.
47346         * sysdeps/unix/sysv/linux/lxstat64.c (___lxstat64): Likewise.
47347         * sysdeps/unix/sysv/linux/powerpc/powerpc32/truncate64.c: Do not
47348         include <bp-checks.h>.
47349         (truncate64): Do not use CHECK_STRING.
47350         * sysdeps/unix/sysv/linux/s390/s390-32/chown.c: Do not include
47351         <bp-checks.h>.
47352         (__real_chown): Do not use CHECK_STRING.
47353         * sysdeps/unix/sysv/linux/s390/s390-32/lchown.c: Do not include
47354         <bp-checks.h>.
47355         (__lchown): Do not use CHECK_STRING.
47356         * sysdeps/unix/sysv/linux/sh/chown.c: Do not include
47357         <bp-checks.h>.
47358         (__chown): Do not use CHECK_STRING.
47359         * sysdeps/unix/sysv/linux/truncate64.c: Do not include
47360         <bp-checks.h>.
47361         (truncate64): Do not use CHECK_STRING.
47362         * sysdeps/unix/sysv/linux/wordsize-64/lxstat.c (__lxstat):
47363         Likewise.
47364         * sysdeps/unix/sysv/linux/xmknod.c: Do not include <bp-checks.h>.
47365         (__xmknod): Do not use CHECK_STRING.
47366         * sysdeps/unix/sysv/linux/xmknodat.c: Do not include
47367         <bp-checks.h>.
47368         (__xmknodat): Do not use CHECK_STRING.
47369         * sysdeps/unix/sysv/linux/xstat.c (__xstat): Likewise.
47370         * sysdeps/unix/sysv/linux/xstat64.c (___xstat64): Likewise.
47372 2013-02-04  Andreas Schwab  <schwab@suse.de>
47374         [BZ #14142]
47375         * include/errno.h: Redefine errno only if !NOT_IN_libc || IN_LIB.
47376         * include/netdb.h: Likewise for h_errno.
47377         * elf/tst-stackguard1.c: Include <tls.h>.
47379 2013-02-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
47381         * elf/link.h (struct link_map): Extend the l_addr comment.
47382         * include/link.h (struct link_map): Likewise.
47384 2013-02-01  Joseph Myers  <joseph@codesourcery.com>
47386         [BZ #13550]
47387         * sysdeps/generic/bp-checks.h (BOUNDED_N): Remove all definitions.
47388         (BOUNDED_1): Remove macro.
47389         * debug/backtrace.c: Don't include <bp-checks.h>.
47390         (ADVANCE_STACK_FRAME): Don't use BOUNDED_1.
47391         (__backtrace): Likewise.
47392         * sysdeps/powerpc/powerpc32/backtrace.c: Don't include
47393         <bp-checks.h>.
47394         (__backtrace): Don't use BOUNDED_1.
47395         * sysdeps/powerpc/powerpc64/backtrace.c: Don't include
47396         <bp-checks.h>.
47397         (__backtrace): Don't use BOUNDED_1.
47398         * sysdeps/sparc/backtrace.c: Don't include <bp-checks.h>.
47399         (__backtrace): Don't use BOUNDED_1.
47400         * sysdeps/unix/sysv/linux/shmat.c: Don't include <bp-checks.h>.
47401         (shmat): Don't use BOUNDED_N.
47403 2013-01-31  Joseph Myers  <joseph@codesourcery.com>
47405         [BZ #13550]
47406         * sysdeps/generic/bp-start.h: Remove file.
47407         * csu/libc-start.c: Don't include <bp-start.h>.
47408         (LIBC_START_MAIN): Set up __environ directly instead of using
47409         INIT_ARGV_and_ENVIRON.
47410         * sysdeps/unix/sysv/linux/powerpc/libc-start.c: Don't include
47411         <bp-start.h>.
47413         [BZ #13550]
47414         * sysdeps/generic/bp-checks.h (CHECK_IOCTL): Remove both
47415         definitions.
47416         (CHECK_FCNTL): Likewise.
47417         (CHECK_N_PAGES): Likewise.
47419         [BZ #13550]
47420         * sysdeps/generic/bp-checks.h (CHECK_SIGSET): Remove both
47421         definitions.
47422         (CHECK_SIGSET_NULL_OK): Likewise.
47423         * sysdeps/unix/sysv/linux/sigpending.c: Don't include
47424         <bp-checks.h>.
47425         (sigpending): Don't use CHECK_SIGSET.
47426         * sysdeps/unix/sysv/linux/sigprocmask.c: Don't include
47427         <bp-checks.h>.
47428         (__sigprocmask): Don't use CHECK_SIGSET and CHECK_SIGSET_NULL_OK.
47429         * sysdeps/unix/sysv/linux/sigsuspend.c: Don't include
47430         <bp-checks.h>.
47431         (do_sigsuspend): Don't use CHECK_SIGSET.
47432         * sysdeps/unix/sysv/linux/sigtimedwait.c (do_sigtimedwait): Don't
47433         use CHECK_SIGSET.
47434         * sysdeps/unix/sysv/linux/sigwait.c: Don't include <bp-checks.h>.
47435         (do_sigwait): Don't use CHECK_SIGSET.
47436         * sysdeps/unix/sysv/linux/sigwaitinfo.c (do_sigwaitinfo): Don't
47437         use CHECK_SIGSET.
47438         * sysdeps/unix/sysv/linux/sparc/sparc64/sigpending.c: Don't
47439         include <bp-checks.h>.
47440         (sigpending): Don't use CHECK_SIGSET.
47441         * sysdeps/unix/sysv/linux/sparc/sparc64/sigprocmask.c: Don't
47442         include <bp-checks.h>.
47443         (__sigprocmask): Don't use CHECK_SIGSET and CHECK_SIGSET_NULL_OK.
47444         * sysdeps/unix/sysv/linux/x86_64/sigpending.c: Don't include
47445         <bp-checks.h>.
47446         (sigpending): Don't use CHECK_SIGSET.
47447         * sysdeps/unix/sysv/linux/x86_64/sigprocmask.c: Don't include
47448         <bp-checks.h>.
47449         (__sigprocmask): Don't use CHECK_SIGSET and CHECK_SIGSET_NULL_OK.
47451         [BZ #13550]
47452         * sysdeps/generic/bp-semctl.h: Remove file.
47453         * sysdeps/unix/sysv/linux/i386/semctl.c: Don't include
47454         <bp-checks.h> and <bp-semctl.h>.
47455         (__old_semctl): Don't use CHECK_SEMCTL.
47456         (__new_semctl): Likewise.
47457         * sysdeps/unix/sysv/linux/semctl.c: Don't include <bp-checks.h>
47458         and <bp-semctl.h>.
47459         (__old_semctl): Don't use CHECK_SEMCTL.
47460         (__new_semctl): Likewise.
47461         * sysdeps/unix/sysv/linux/sparc/sparc32/semctl.c: Don't include
47462         <bp-checks.h> and <bp-semctl.h>.
47463         (__old_semctl): Don't use CHECK_SEMCTL.
47464         (__new_semctl): Likewise.
47465         * sysdeps/unix/sysv/linux/sparc/sparc64/semctl.c: Don't include
47466         <bp-checks.h> and <bp-semctl.h>.
47467         (semctl): Don't use CHECK_SEMCTL.
47469         [BZ #13550]
47470         * Makerules (elide-bp-thunks): Remove variable.
47471         (elide-routines.oS): Don't use $(elide-bp-thunks).
47472         (elide-routines.os): Likewise.
47473         (elide-routines.o): Likewise.
47474         (elide-routines.op): Likewise.
47475         (elide-routines.og): Likewise.
47476         (objects): Don't use $(bp-thunks).
47477         * sysdeps/unix/Makefile ($(common-objpfx)s-proto-bp.d): Do not
47478         include.
47479         (common-generated): Do not add s-proto-bp.d.
47480         * sysdeps/unix/make-syscalls.sh (ptr): Remove variable.
47481         (int): Likewise.
47482         (typ): Likewise.
47483         Do not generate makefile rules for bounded-pointer thunks.
47484         * sysdeps/generic/bp-thunks.h: Remove file.
47485         * sysdeps/unix/sysv/linux/i386/bp-thunks.h: Likewise.
47486         * sysdeps/unix/s-proto-bp.S: Likewise.
47488         [BZ #15062]
47489         * math/k_casinh.c (__kernel_casinh): Compute real and imaginary
47490         parts of result separately when argument is not close to line from
47491         -i to i and one part of argument is small.
47492         * math/k_casinhf.c (__kernel_casinhf): Likewise.
47493         * math/k_casinhl.c (__kernel_casinhl): Likewise.
47494         * math/libm-test.inc (cacos_test): Add more tests.
47495         (casin_test): Likewise.
47496         (casinh_test): Likewise.
47497         * sysdeps/i386/fpu/libm-test-ulps: Update.
47498         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
47500 2013-01-31  David S. Miller  <davem@davemloft.net>
47502         * po/de.po: Update from translation team.
47504 2013-01-25  Maxim Kuvyrkov  <maxim.kuvyrkov@gmail.com>
47506         * time/tzfile.c: Include stdint.h for SIZE_MAX.
47508 2013-01-25  Thomas Schwinge  <thomas@codesourcery.com>
47510         * configure.in (_AC_PROG_CC_C89): New definition.
47511         * configure: Regenerate.
47513         * configure.in (AC_PROG_CPP): New definition.
47514         * configure: Regenerate.
47516 2013-01-23  Joseph Myers  <joseph@codesourcery.com>
47518         * debug/tst-backtrace.h: New file.
47519         * debug/tst-backtrace2.c: Include tst-backtrace.h.
47520         (ret): Remove variable.
47521         (x): Likewise.
47522         (FAIL): Remove macro.
47523         (NO_INLINE): Likewise.
47524         (fn1): Use match function instead of strstr.
47525         * debug/tst-backtrace3.c: Include tst-backtrace.h.
47526         (ret): Remove variable.
47527         (x): Likewise.
47528         (FAIL): Remove macro.
47529         (NO_INLINE): Likewise.
47530         (fn): Use match function instead of strstr.
47531         * debug/tst-backtrace4.c: Include tst-backtrace.h.
47532         (ret): Remove variable.
47533         (x): Likewise.
47534         (FAIL): Remove macro.
47535         (NO_INLINE): Likewise.
47536         (handle_signal): Use match function instead of strstr.
47537         * debug/tst-backtrace5.c: Include tst-backtrace.h.
47538         (ret): Remove variable.
47539         (x): Likewise.
47540         (FAIL): Remove macro.
47541         (NO_INLINE): Likewise.
47542         (handle_signal): Use match function instead of strstr.
47544 2013-01-23  Roland McGrath  <roland@hack.frob.com>
47546         * misc/sys/cdefs.h (__glibc_unlikely, __glibc_likely): Fix whitespace.
47548 2013-01-23  David S. Miller  <davem@davemloft.net>
47550         * sysdeps/sparc/sparc32/sparcv9/bits/atomic.h
47551         (__arch_compare_and_exchange_val_32_acq): Use %g0 as second
47552         argument of CAS if possible.
47553         * sysdeps/sparc/sparc64/bits/atomic.h
47554         (__arch_compare_and_exchange_val_32_acq): Likewise.
47555         (__arch_compare_and_exchange_val_64_acq): Likewise.
47557 2013-01-23  Pino Toscano  <toscano.pino@tiscali.it>
47559         * sysdeps/unix/sysv/linux/ulimit.c: Moved to ...
47560         * sysdeps/posix/ulimit.c: ... this.
47561         Include <limits.h>.
47562         * sysdeps/unix/bsd/ulimit.c: Remove file.
47564 2013-01-23  Adam Conrad  <adconrad@0c3.net>
47566         * elf/Makefile (LDFLAGS-tst-array2): Add $(no-as-needed).
47567         (LDFLAGS-tst-array5): Likewise.
47569 2013-01-23  Joseph Myers  <joseph@codesourcery.com>
47571         [BZ #15036]
47572         * bits/wchar.h (__WCHAR_MAX): Define based on __WCHAR_MAX__, or
47573         based on [L'\0' - 1 > 0] if [!__WCHAR_MAX__].
47574         (__WCHAR_MIN): Likewise, using __WCHAR_MIN__.
47575         * sysdeps/unix/sysv/linux/x86/bits/wchar.h: Remove.
47577 2013-01-21  David S. Miller  <davem@davemloft.net>
47579         * sysdeps/sparc/backtrace.c: New file.
47580         * sysdeps/sparc/sparc32/backtrace.h: New file.
47581         * sysdeps/sparc/sparc32/sparcv9/backtrace.h: New file.
47582         * sysdeps/sparc/sparc64/backtrace.h: New file.
47583         * sysdeps/sparc/sparc64/backtrace.c: Delete.
47584         * sysdeps/sparc/Makefile (CFLAGS-backtrace.c): Add
47585         -funwind-tables.
47587 2013-01-21  Andreas Schwab  <schwab@suse.de>
47589         [BZ #15020]
47590         * posix/wordexp.c (exec_comm): Avoid busy loop when command has
47591         closed its stdout.
47593 2013-01-20  Andreas Schwab  <schwab@linux-m68k.org>
47595         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Don't include
47596         "mpa2.h".
47597         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
47599 2013-01-18  Joseph Myers  <joseph@codesourcery.com>
47600             Mark Mitchell  <mark@codesourcery.com>
47601             Tom de Vries  <tom@codesourcery.com>
47602             Paul Pluzhnikov  <ppluzhnikov@google.com>
47604         * debug/tst-backtrace2.c: New file.
47605         * debug/tst-backtrace3.c: Likewise.
47606         * debug/tst-backtrace4.c: Likewise.
47607         * debug/tst-backtrace5.c: Likewise.
47608         * debug/Makefile (CFLAGS-tst-backtrace2.c): New variable.
47609         (CFLAGS-tst-backtrace3.c): Likewise.
47610         (CFLAGS-tst-backtrace4.c): Likewise.
47611         (CFLAGS-tst-backtrace5.c): Likewise.
47612         (LDFLAGS-tst-backtrace2): Likewise.
47613         (LDFLAGS-tst-backtrace3): Likewise.
47614         (LDFLAGS-tst-backtrace4): Likewise.
47615         (LDFLAGS-tst-backtrace5): Likewise.
47616         (tests): Add new tests tst-backtrace2, tst-backtrace3,
47617         tst-backtrace4 and tst-backtrace5.
47619 2013-01-18  Anton Blanchard  <anton@samba.org>
47620             Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
47622         * sysdeps/unix/sysv/linux/powerpc/init-first.c: Rename
47623         __kernel_vdso_get_tbfreq to __kernel_get_tbfreq.
47624         * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c: Add parameter to
47625         INTERNAL_VSYSCALL_NO_SYSCALL_FALLBACK to specify return type.
47626         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h
47627         (INTERNAL_VSYSCALL_NCS): Change "=&r" in inline asm output regs list to
47628         "+r" and remove output regs list as redundant.  Add explicit inline
47629         asm to specify register of return val to work around compiler codegen
47630         bug.  Remove (int) cast on return value.  Add return type parameter to
47631         use in macro so that this macro does not truncate return value for
47632         64-bit values.
47633         (INTERNAL_VSYSCALL_NO_SYSCALL_FALLBACK): Add return type parameter and
47634         pass to INTERNAL_VSYSCALL_NCS.
47635         (INLINE_VSYSCALL): Add 'long int' as return type to
47636         INTERNAL_VSYSCALL_NCS macro invocation.
47637         (INTERNAL_VSYSCALL): Add 'long int' as return type to
47638         INTERNAL_VSYSCALL_NCS macro invocation.
47639         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
47641 2013-01-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
47643         [BZ #14496]
47644         * sysdeps/i386/fpu/fenv_private.h (libc_feupdateenv_test_sse):
47645         Fix application of SIMD FP exception mask.
47647         * sysdeps/ieee754/dbl-64/mpa.h (__pow_mp): New function to get an
47648         mp_no from a power of two.
47649         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Remove
47650         __mpexp_twomm1.  Use __pow_mp.
47652         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Remove unnecessary
47653         multiplication.
47655 2013-01-17  David S. Miller  <davem@davemloft.net>
47657         * sysdeps/sparc/fpu/libm-test-ulps: Update.
47659 2013-01-17  Joseph Myers  <joseph@codesourcery.com>
47661         [BZ #15023]
47662         * include/complex.h: Condition contents on [!_COMPLEX_H].
47663         (__kernel_casinhf): New prototype.
47664         (__kernel_casinh): Likewise.
47665         (__kernel_casinhl): Likewise.
47666         * math/Makefile (libm_calls): Add k_casinh.
47667         * math/k_casinh.c: New file.
47668         * math/k_casinhf.c: Likewise.
47669         * math/k_casinhl.c: Likewise.
47670         * math/s_cacos.c (__cacos): Implement using __kernel_casinh for
47671         finite nonzero arguments.
47672         * math/s_cacosf.c (__cacosf): Implement using __kernel_casinhf for
47673         finite nonzero arguments.
47674         * math/s_cacosl.c (__cacosl): Implement using __kernel_casinhl for
47675         finite nonzero arguments.
47676         * math/s_casinh.c: Do not include <float.h>.
47677         (__casinh): Move code for finite nonzero arguments to k_casinh.c.
47678         * math/s_casinhf.c: Do not include <float.h>.
47679         (__casinhf): Move code for finite nonzero arguments to
47680         k_casinhf.c.
47681         * math/s_casinhl.c: Do not include <float.h>.
47682         [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Do not undefine and
47683         redefine.
47684         (__casinhl): Move code for finite nonzero arguments to
47685         k_casinhl.c.
47686         * math/libm-test.inc (cacos_test): Add more tests.
47687         * sysdeps/i386/fpu/libm-test-ulps: Update.
47688         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
47690 2013-01-17  Pino Toscano  <toscano.pino@tiscali.it>
47692         * sysdeps/unix/sysv/linux/malloc-sysdep.h (HAVE_MREMAP): New define.
47693         * malloc/malloc.c: Include <unistd.h> and <malloc-sysdep.h>.
47694         [!HAVE_MREMAP]: Remove [defined linux] case.
47695         * malloc/arena.c: Do not include <malloc-sysdep.h>.
47697 2013-01-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
47699         * sysdeps/ieee754/dbl-64/mpa.c: Fix header comment.
47701 2013-01-17  H.J. Lu  <hongjiu.lu@intel.com>
47703         * elf/elf.h (R_386_SIZE32): New relocation.
47704         * sysdeps/i386/dl-machine.h (elf_machine_rel): Handle
47705         R_386_SIZE32.
47706         (elf_machine_rela): Likewise.
47707         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Handle
47708         R_X86_64_SIZE64 and R_X86_64_SIZE32.
47710 2013-01-17  Joseph Myers  <joseph@codesourcery.com>
47712         * sysdeps/powerpc/bits/mathdef.h [_SOFT_FLOAT || __NO_FPRS__]
47713         (FP_FAST_FMA): Do not define.
47714         [_SOFT_FLOAT || __NO_FPRS__] (FP_FAST_FMAF): Likewise.
47715         * sysdeps/powerpc/fpu/bits/fenvinline.h [__GNUC__ && !_SOFT_FLOAT
47716         && !__NO_MATH_INLINES]: Add [!__NO_FPRS__] condition.
47717         * sysdeps/powerpc/fpu/bits/mathinline.h [__GNUC__ &&
47718         !_SOFT_FLOAT]: Likewise.
47719         * sysdeps/powerpc/fpu/fpu_control.h [_SOFT_FLOAT || __NO_FPRS__]
47720         [_SOFT_FLOAT || __NO_FPRS__] (_FPU_RESERVED): Define with generic
47721         value.
47722         [_SOFT_FLOAT || __NO_FPRS__] (_FPU_DEFAULT): Likewise.
47723         [_SOFT_FLOAT || __NO_FPRS__] (fpu_control_t): Likewise.
47724         [_SOFT_FLOAT || __NO_FPRS__] (_FPU_GETCW): Likewise.
47725         [_SOFT_FLOAT || __NO_FPRS__] (_FPU_SETCW): Likewise.
47726         [_SOFT_FLOAT || __NO_FPRS__] (__fpu_control): Likewise.
47727         [!_SOFT_FLOAT && !__NO_FPRS__]: Condition previous contents of
47728         file.
47730 2013-01-16  Andreas Schwab  <schwab@suse.de>
47732         [BZ #14327]
47733         * include/stdlib.h (__mktemp): Add declaration.
47734         * misc/mktemp.c (__mktemp): Renamed from mktemp, add weak alias.
47735         * misc/Versions (GLIBC_PRIVATE): Add __mktemp.
47737 2013-01-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
47739         * sysdeps/ieee754/dbl-64/atnat.h: Remove constant value
47740         definitions.
47741         * sysdeps/ieee754/dbl-64/atnat2.h: Likewise.
47742         * sysdeps/ieee754/dbl-64/mpa.c: Do not include mpa2.h.
47743         * sysdeps/ieee754/dbl-64/mpa.h: Move all constant value
47744         definitions here.
47745         * sysdeps/ieee754/dbl-64/mpa2.h: Remove.
47746         * sysdeps/ieee754/dbl-64/mpatan.h: Remove constant value
47747         definitions.
47748         * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Remove ZERO
47749         and ONE.
47750         * sysdeps/ieee754/dbl-64/mpexp.c: Do not include mpexp.h.
47751         * sysdeps/ieee754/dbl-64/mpexp.h: Remove.
47752         * sysdeps/ieee754/dbl-64/mpsqrt.h: Remove constant value
47753         definitions.
47754         * sysdeps/ieee754/dbl-64/mptan.c (__mptan): Remove MONE.
47755         * sysdeps/ieee754/dbl-64/ulog.h: Remove constant value
47756         definitions.
47757         * sysdeps/ieee754/dbl-64/utan.h: Likewise.
47759         * sysdeps/ieee754/dbl-64/mpa2.h: Fix the value of TWO.
47761 2013-01-15  David S. Miller  <davem@davemloft.net>
47763         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add vis3
47764         trunc{,f} to libm-sysdep_routes.
47765         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Likewise.
47766         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_trunc-vis3.S: New
47767         file.
47768         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_trunc.S: New file.
47769         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_truncf-vis3.S: New
47770         file.
47771         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_truncf.S: New
47772         file.
47773         * sysdeps/sparc/sparc32/sparcv9/fpu/s_trunc.S: New file.
47774         * sysdeps/sparc/sparc32/sparcv9/fpu/s_truncf.S: New file.
47775         * sysdeps/sparc/sparc64/fpu/multiarch/s_trunc-vis3.S: New file.
47776         * sysdeps/sparc/sparc64/fpu/multiarch/s_trunc.S: New file.
47777         * sysdeps/sparc/sparc64/fpu/multiarch/s_truncf-vis3.S: New file.
47778         * sysdeps/sparc/sparc64/fpu/multiarch/s_truncf.S: New file.
47779         * sysdeps/sparc/sparc64/fpu/s_trunc.S: New file.
47780         * sysdeps/sparc/sparc64/fpu/s_truncf.S: New file.
47782         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add vis3
47783         nearbyint{,f} to libm-sysdep_routes.
47784         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Likewise.
47785         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyint-vis3.S:
47786         New file.
47787         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyint.S: New
47788         file.
47789         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyintf-vis3.S:
47790         New file.
47791         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyintf.S: New
47792         file.
47793         * sysdeps/sparc/sparc32/sparcv9/fpu/s_nearbyint.S: New file.
47794         * sysdeps/sparc/sparc32/sparcv9/fpu/s_nearbyintf.S: New file.
47795         * sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyint-vis3.S: New
47796         file.
47797         * sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyint.S: New file.
47798         * sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyintf-vis3.S: New
47799         file.
47800         * sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyintf.S: New file.
47801         * sysdeps/sparc/sparc64/fpu/s_nearbyint.S: New file.
47802         * sysdeps/sparc/sparc64/fpu/s_nearbyintf.S: New file.
47804         * sysdeps/ieee754/dbl-64/s_nearbyint.c (__nearbyint): Use
47805         libc_feholdexcept and libc_fesetenv.
47807 2013-01-15  Mike Frysinger  <vapier@gentoo.org>
47809         * sysdeps/unix/sysv/linux/scsi/sg.h: Include stddef.h.
47811 2013-01-14  David S. Miller  <davem@davemloft.net>
47813         * sysdeps/sparc/sparc-ifunc.h (SPARC_ASM_IFUNC2): New macro.
47814         (SPARC_ASM_VIS2_IFUNC): Likewise.
47815         (SPARC_ASM_VIS3_VIS2_IFUNC): Likewise.
47816         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil-vis3.S: Make
47817         use of 'siam' instruction.
47818         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf-vis3.S:
47819         Likewise.
47820         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor-vis3.S:
47821         Likewise.
47822         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf-vis3.S:
47823         Likewise.
47824         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil-vis3.S: Likewise.
47825         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf-vis3.S: Likewise.
47826         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor-vis3.S: Likewise.
47827         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf-vis3.S: Likewise.
47828         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil-vis2.S: New
47829         file.
47830         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf-vis2.S: New
47831         file.
47832         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor-vis2.S: New
47833         file.
47834         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf-vis2.S: New
47835         file.
47836         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil-vis2.S: New file.
47837         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf-vis2.S: New file.
47838         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor-vis2.S: New file.
47839         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf-vis2.S: New file.
47840         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: Hook in
47841         new VIS2 routines.
47842         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf.S: Likewise.
47843         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: Likewise.
47844         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf.S:
47845         Likewise.
47846         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil.S: Likewise.
47847         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf.S: Likewise.
47848         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor.S: Likewise.
47849         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf.S: Likewise.
47850         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add new VIS2
47851         routines to libm-sysdep_routines.
47852         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Likewise.
47854         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add vis3
47855         fdim/fdimf to libm-sysdep_routines.
47856         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdim-vis3.S: New
47857         file.
47858         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdim.S: New file.
47859         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdimf-vis3.S: New
47860         file.
47861         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdimf.S: New file.
47862         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fdim.S: New file.
47863         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fdimf.S: New file.
47864         * sysdeps/sparc/sparc32/fpu/s_fdim.S: New file.
47865         * sysdeps/sparc/sparc32/fpu/s_fdimf.S: New file.
47866         * sysdeps/sparc/sparc64/fpu/s_fdim.S: New file.
47867         * sysdeps/sparc/sparc64/fpu/s_fdimf.S: New file.
47869 2013-01-14  Siddhesh Poyarekar  <siddhesh@redhat.com>
47871         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Add a local variable
47872         to optimize copies.
47874         * sysdeps/ieee754/dbl-64/mpa.c: Fix formatting.
47875         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Likewise.
47876         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
47878         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__inv): Remove
47879         local variable MPTWO.
47880         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__inv):
47881         Likewise.
47883 2013-01-13  Mike Frysinger  <vapier@gentoo.org>
47885         * manual/pattern.texi (Flags for Globbing): Move GLOB_NOSORT after
47886         GLOB_NOESCAPE.
47888 2013-01-13  Mike Frysinger  <vapier@gentoo.org>
47890         * manual/pattern.texi (Flags for Globbing): Highlight GNU extensions.
47892 2013-01-13  Mike Frysinger  <vapier@gentoo.org>
47894         * manual/pattern.texi (glob_t): Document gl_flags.
47895         (glob64_t): Likewise.
47897 2013-01-11  David S. Miller  <davem@davemloft.net>
47899         * math/Makefile (gmp-objs): Use $(gmp-sysdep_routines).
47900         * sysdeps/sparc/sparc64/multiarch/Makefile [$(subdir) = math]
47901         (gmp-sysdep_routines): New variable.  Add VIS3 optimized GMP routines.
47902         * sysdeps/sparc/sparc64/multiarch/add_n-vis3.S: New file.
47903         * sysdeps/sparc/sparc64/multiarch/add_n.S: New file.
47904         * sysdeps/sparc/sparc64/multiarch/addmul_1-vis3.S: New file.
47905         * sysdeps/sparc/sparc64/multiarch/addmul_1.S: New file.
47906         * sysdeps/sparc/sparc64/multiarch/mul_1-vis3.S: New file.
47907         * sysdeps/sparc/sparc64/multiarch/mul_1.S: New file.
47908         * sysdeps/sparc/sparc64/multiarch/sub_n-vis3.S: New file.
47909         * sysdeps/sparc/sparc64/multiarch/sub_n.S: New file.
47910         * sysdeps/sparc/sparc64/multiarch/submul_1-vis3.S: New file.
47911         * sysdeps/sparc/sparc64/multiarch/submul_1.S: New file.
47913         * sysdeps/sparc/sparc32/sparcv9/mul_1.S: Properly optimize for 32-bit
47914         sparc V9 rather than using V8 code.
47915         * sysdeps/sparc/sparc32/sparcv9/addmul_1.S: Likewise.
47916         * sysdeps/sparc/sparc32/sparcv9/submul_1.S: Likewise.
47918         * sysdeps/sparc/sparc32/sparcv9/fpu/unix/sysv/linux/multiarch/Implies:
47919         Move to...
47920         * sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/fpu/multiarch/Implies:
47921         Here.
47923 2013-01-11  Roland McGrath  <roland@hack.frob.com>
47925         [BZ #14941]
47926         * configure.in (sysnames): Use $multi_arch_d in setting up $mach list,
47927         not in the main loop.
47928         * configure: Regenerated.
47930 2013-01-11  Joseph Myers  <joseph@codesourcery.com>
47932         * include/features.h (__GLIBC_HAVE_LONG_LONG): Remove.
47933         * bits/byteswap.h [__GLIBC_HAVE_LONG_LONG]: Change #elif condition
47934         to just #else.
47935         * bits/types.h [__GLIBC_HAVE_LONG_LONG]: Likewise.  Remove
47936         [!__GLIBC_HAVE_LONG_LONG] case.
47937         * posix/sys/types.h [__GLIBC_HAVE_LONG_LONG]: Change #elif
47938         condition to just #else.
47939         * stdlib/stdlib.h [__USE_ISOC99 || (__GLIBC_HAVE_LONG_LONG &&
47940         __USE_MISC)]: Change all uses to [__USE_ISOC99 || __USE_MISC].
47941         [__GLIBC_HAVE_LONG_LONG && __USE_BSD]: Change to [__USE_BSD].
47942         * string/byteswap.h [__GLIBC_HAVE_LONG_LONG]: Make code
47943         unconditional.
47944         * string/endian.h [__GLIBC_HAVE_LONG_LONG]: Likewise.
47945         * sysdeps/s390/bits/byteswap.h [__GLIBC_HAVE_LONG_LONG]: Change
47946         #elif condition to just #else.
47947         * sysdeps/unix/sysv/linux/sys/sysmacros.h
47948         [__GLIBC_HAVE_LONG_LONG]: Make code unconditional.
47949         * sysdeps/x86/bits/byteswap.h [__GLIBC_HAVE_LONG_LONG]: Change
47950         #elif condition to just #else.
47952 2013-01-11  Steve Ellcey  <sellcey@mips.com>
47954         * elf/elf.h (EF_MIPS_ARCH_32): Fix value.
47955         (EF_MIPS_ARCH_64): Fix value.
47956         (EF_MIPS_ARCH_32R2): New.
47957         (EF_MIPS_ARCH_64R2): New.
47959 2013-01-11  H.J. Lu  <hongjiu.lu@intel.com>
47961         * Makeconfig (+link-pie-before-libc): New.
47962         (+link-pie-after-libc): Likewise.
47963         (+link-pie-tests): Likewise.
47964         (+link-pie): Rewritten.
47965         (link-before-libc): Remove $(config-LDFLAGS).
47966         (+link): Add $(rtld-LDFLAGS) after $(+link-before-libc).
47967         (+link-tests): Add $(rtld-tests-LDFLAGS) after $(+link-before-libc).
47968         (config-LDFLAGS): Renamed to ...
47969         (rtld-LDFLAGS): This.
47970         (rtld-tests-LDFLAGS): New macro.
47971         (link-libc-rpath-link): Likewise.
47972         (link-libc-tests-rpath-link): Likewise.
47973         (link-libc-before-gnulib): Remove -Wl,-rpath-link=$(rpath-link).
47974         (link-libc): Prepand $(link-libc-rpath-link).
47975         (link-libc-tests): Prepand $(link-libc-tests-rpath-link).
47976         (test-program-prefix): New macro.
47977         (test-via-rtld-prefix): Likewise.
47978         (test-program-cmd): Likewise.
47979         (host-test-program-cmd): Likewise.
47980         * Makefile ($(common-objpfx)testrun.sh): Replace
47981         $(run-program-prefix) with $(test-program-prefix).
47982         * Makerules ($(LINK.o)): Replace $(config-LDFLAGS) with
47983         $(rtld-LDFLAGS).
47984         ($(common-objpfx)shlib.lds): Likewise.
47985         (build-module-helper): Likewise.
47986         ($(common-objpfx)format.lds): Likewise.
47987         * Rules (binaries-pie-tests): New.
47988         (binaries-pie-notests): Likewise.
47989         (binaries-pie): Rewritten.
47990         ($(addprefix $(objpfx),$(binaries-pie))): Renamed to ...
47991         ($(addprefix $(objpfx),$(binaries-pie-notests))): This.
47992         ($(addprefix $(objpfx),$(binaries-pie-tests))): New.
47993         (make-test-out): Replace $(host-built-program-cmd) with
47994         $(host-test-program-cmd).
47995         * config.make.in (build-hardcoded-path-in-tests): New variable.
47996         * configure.in (--enable-hardcoded-path-in-tests): New configure
47997         option.
47998         (hardcoded_path_in_tests): New AC_SUBST.
47999         * configure: Regenerated.
48000         * catgets/Makefile ($(objpfx)test-gencat.out): Replace
48001         $(built-program-cmd) with $(test-program-cmd).
48002         * catgets/test-gencat.sh (run_program_cmd): Renamed to ...
48003         (test_program_cmd): This.
48004         * elf/Makefile ($(objpfx)order.out): Run test with
48005         $(test-program-prefix).
48006         ($(objpfx)order2.out): Likewise.
48007         ($(objpfx)tst-initorder.out): Likewise.
48008         ($(objpfx)tst-initorder2.out): Likewise.
48009         ($(objpfx)tst-array1.out): Replace $(built-program-cmd) with
48010         $(test-program-cmd).
48011         ($(objpfx)tst-array1-static.out): Likewise.
48012         ($(objpfx)tst-array2.out): Likewise.
48013         ($(objpfx)tst-array3.out): Likewise.
48014         ($(objpfx)tst-array4.out): Likewise.
48015         ($(objpfx)tst-array5.out): Likewise.
48016         ($(objpfx)tst-array5-static.out): Likewise.
48017         (tst-stackguard1-ARGS): Replace $(built-program-cmd) with
48018         $(test-program-cmd).
48019         * grp/Makefile ($(objpfx)tst_fgetgrent.out): Replace
48020         $(run-program-prefix) with $(test-program-prefix).
48021         * grp/tst_fgetgrent.sh (run_program_prefix): Renamed to ...
48022         (test_program_prefix): This.
48023         * iconvdata/Makefile ($(objpfx)tst-tables.out): Replace
48024         $(run-program-prefix) with $(test-program-prefix).
48025         * iconvdata/tst-table.sh (run_program_prefix): Renamed to ...
48026         (test_program_prefix): This.
48027         * iconvdata/tst-tables.sh: Likewise.
48028         * intl/Makefile ($(objpfx)tst-gettext.out): Replace
48029         $(run-program-prefix) with $(test-program-prefix).
48030         ($(objpfx)tst-translit.out): Likewise.
48031         ($(objpfx)tst-gettext2.out): Likewise.
48032         ($(objpfx)tst-gettext4.out): Likewise.
48033         ($(objpfx)tst-gettext6.out): Likewise.
48034         * intl/tst-gettext.sh (run_program_prefix): Renamed to ...
48035         (test_program_prefix): This.
48036         * intl/tst-gettext2.sh: Likewise.
48037         * intl/tst-gettext4.sh  Likewise.
48038         * intl/tst-gettext6.sh: Likewise.
48039         * intl/tst-translit.sh: Likewise.
48040         * io/Makefile ($(objpfx)ftwtest.out): Replace $(run-program-cmd)
48041         with $(test-program-cmd).
48042         * libio/Makefile ($(objpfx)test-freopen.out): Replace
48043         $(run-program-prefix) with $(test-program-prefix).
48044         * libio/test-freopen.sh (run_program_prefix): Renamed to ...
48045         (test_program_prefix): This.
48046         * malloc/Makefile ($(objpfx)tst-mtrace.out): Replace
48047         $(run-program-prefix) with $(test-program-prefix).
48048         * malloc/tst-mtrace.sh (run_program_prefix): Renamed to ...
48049         (test_program_prefix): This.
48050         * manual/install.texi: Document --enable-hardcoded-path-in-tests.
48051         * posix/Makefile ($(objpfx)globtest.out): Replace
48052         $(run-via-rtld-prefix) and $(test-wrapper) with
48053         $(test-program-prefix) and $(test-via-rtld-prefix).
48054         ($(objpfx)wordexp-tst.out): Replace $(run-program-prefix) with
48055         $(test-program-prefix).
48056         (tst-exec-ARGS): Replace $(host-built-program-cmd) with
48057         $(host-test-program-cmd).
48058         (tst-spawn-ARGS): Likewise.
48059         ($(objpfx)tst-rxspencer-mem): Replace $(run-program-prefix) with
48060         $(test-program-prefix).
48061         * posix/globtest.sh (un_via_rtld_prefix): Renamed to ...
48062         (test_via_rtld_prefix): This.
48063         (test_wrapper): Renamed to ...
48064         (test_program_prefix): This.
48065         (run_program_prefix): Replaced by test_program_prefix.
48066         * posix/wordexp-tst.sh (run_program_prefix): Renamed to ...
48067         (test_program_prefix): This.
48068         * rt/Makefile (tst-mqueue7-ARGS): Replace $(host-built-program-cmd)
48069         with $(host-test-program-cmd).
48070         * stdio-common/Makefile ($(objpfx)tst-unbputc.out): Replace
48071         $(run-program-prefix) with $(test-program-prefix).
48072         ($(objpfx)tst-printf.out): Likewise.
48073         ($(objpfx)tst-setvbuf1.out): Replace $(built-program-cmd) with
48074         $(test-program-cmd).
48075         * stdio-common/tst-printf.sh (run_program_prefix): Renamed to ...
48076         (test_program_prefix): This.
48077         * stdio-common/tst-unbputc.sh: Likewise.
48078         * stdlib/Makefile ($(objpfx)tst-fmtmsg.out): Replace
48079         $(run-program-prefix) with $(test-program-prefix).
48080         * stdlib/tst-fmtmsg.sh (run_program_prefix): Renamed to ...
48081         (test_program_prefix): This.
48082         * string/Makefile ($(objpfx)tst-svc.out):  Replace
48083         $(built-program-cmd) with $(test-program-cmd).
48085 2013-01-11  Andreas Jaeger  <aj@suse.de>
48087         [BZ #15003]
48088         * sysdeps/unix/sysv/linux/bits/socket.h (MSG_FASTOPEN): New
48089         value. Sync with Linux 3.7.
48091 2013-01-10  David S. Miller  <davem@davemloft.net>
48093         * sysdeps/sparc/sparc32/sparcv9/mul_1.S: Revert previous changes.
48094         * sysdeps/sparc/sparc32/sparcv9/addmul_1.S: Likewise.
48095         * sysdeps/sparc/sparc32/sparcv9/submul_1.S: Likewise.
48097 2013-01-10  Roland McGrath  <roland@hack.frob.com>
48099         * configure.in (sysnames): Drop use of $m0sub and $msub, which are
48100         never set.
48101         * configure: Regenerated.
48103 2013-01-10  David S. Miller  <davem@davemloft.net>
48105         * sysdeps/sparc/sparc32/sparcv9/mul_1.S: Properly optimize for 32-bit
48106         sparc V9 rather than using V8 code.
48107         * sysdeps/sparc/sparc32/sparcv9/addmul_1.S: Likewise.
48108         * sysdeps/sparc/sparc32/sparcv9/submul_1.S: Likewise.
48110 2013-01-10  Roland McGrath  <roland@hack.frob.com>
48112         * elf/elf.h (DT_SPARC_REGISTER, DT_SPARC_NUM): Fix whitespace.
48113         (EF_MIPS_NOREORDER, EF_MIPS_PIC, EF_MIPS_CPIC, EF_MIPS_XGOT): Likewise.
48114         (EF_MIPS_64BIT_WHIRL, EF_MIPS_ABI2, EF_MIPS_ABI_ON32): Likewise.
48115         (EF_MIPS_ARCH, EF_MIPS_ARCH_1, EF_MIPS_ARCH_2): Likewise.
48116         (EF_MIPS_ARCH_3, EF_MIPS_ARCH_4, EF_MIPS_ARCH_5): Likewise.
48117         (EF_MIPS_ARCH_32, EF_MIPS_ARCH_64): Likewise.
48118         (E_MIPS_ARCH_1): Define in terms of EF_MIPS_ARCH_* counterpart.
48119         (E_MIPS_ARCH_2, E_MIPS_ARCH_3, E_MIPS_ARCH_4, E_MIPS_ARCH_5): Likewise.
48120         (E_MIPS_ARCH_32, E_MIPS_ARCH_64): Likewise.
48121         (SHN_MIPS_ACOMMON, SHN_MIPS_TEXT, SHN_MIPS_DATA): Fix whitespace.
48122         (SHN_MIPS_SCOMMON, SHN_MIPS_SUNDEFINED): Likewise.
48123         (SHT_MIPS_LIBLIST, SHT_MIPS_MSYM, SHT_MIPS_CONFLICT): Likewise.
48124         (SHT_MIPS_GPTAB, SHT_MIPS_UCODE, SHT_MIPS_DEBUG): Likewise.
48125         (SHT_MIPS_REGINFO, SHT_MIPS_PACKAGE, SHT_MIPS_PACKSYM): Likewise.
48126         (SHT_MIPS_RELD, SHT_MIPS_IFACE, SHT_MIPS_CONTENT): Likewise.
48127         (SHT_MIPS_OPTIONS, SHT_MIPS_SHDR, SHT_MIPS_FDESC): Likewise.
48128         (SHT_MIPS_EXTSYM, SHT_MIPS_DENSE, SHT_MIPS_PDESC): Likewise.
48129         (SHT_MIPS_LOCSYM, SHT_MIPS_AUXSYM, SHT_MIPS_OPTSYM): Likewise.
48130         (SHT_MIPS_LOCSTR, SHT_MIPS_LINE, SHT_MIPS_RFDESC): Likewise.
48131         (SHT_MIPS_DELTASYM, SHT_MIPS_DELTAINST, SHT_MIPS_DELTACLASS): Likewise.
48132         (SHT_MIPS_DELTADECL, SHT_MIPS_SYMBOL_LIB, SHT_MIPS_EVENTS): Likewise.
48133         (SHT_MIPS_TRANSLATE, SHT_MIPS_PIXIE, SHT_MIPS_XLATE): Likewise.
48134         (SHT_MIPS_XLATE_DEBUG, SHT_MIPS_WHIRL, SHT_MIPS_EH_REGION): Likewise.
48135         (SHT_MIPS_XLATE_OLD, SHT_MIPS_PDR_EXCEPTION): Likewise.
48136         (SHF_MIPS_GPREL, SHF_MIPS_MERGE, SHF_MIPS_ADDR): Likewise.
48137         (SHF_MIPS_STRINGS, SHF_MIPS_NOSTRIP, SHF_MIPS_LOCAL): Likewise.
48138         (SHF_MIPS_NAMES, SHF_MIPS_NODUPE): Likewise.
48140 2013-01-10  David S. Miller  <davem@davemloft.net>
48142         * sysdeps/sparc/fpu/libm-test-ulps: Update.
48144 2013-01-10  H.J. Lu  <hongjiu.lu@intel.com>
48146         * posix/Makefile (tests-static): New variable.
48147         (tests): Add $(tests-static).
48148         (tst-exec-static-ARGS): New variable.
48149         (tst-spawn-static-ARGS): Likewise.
48150         * posix/tst-exec-static.c: New file.
48151         * posix/tst-spawn-static.c: Likewise.
48152         * posix/tst-exec.c: Support run directly.
48153         * posix/tst-spawn.c: Likewise.
48155 2013-01-10  Joseph Myers  <joseph@codesourcery.com>
48157         * elf/link.h (struct dl_phdr_info): Use __extension__ with long
48158         long.
48159         * math/bits/mathcalls.h (llrint): Likewise.
48160         (llround): Likewise.
48161         * stdlib/stdlib.h (struct drand48_data): Likewise.
48162         * sysdeps/generic/inttypes.h (imaxdiv_t): Likewise.
48163         * sysdeps/s390/bits/byteswap.h (__bswap_64): Likewise.
48164         * sysdeps/unix/sysv/linux/sparc/bits/ipc.h (struct ipc_perm):
48165         Likewise.
48166         * sysdeps/unix/sysv/linux/sparc/sys/ucontext.h (struct fpu):
48167         Likewise.
48168         * sysdeps/unix/sysv/linux/x86/sys/procfs.h [__x86_64__]
48169         (elf_greg_t): Likewise.
48170         * sysdeps/x86/bits/setjmp.h [__x86_64__ && __WORDSIZE != 64]
48171         (__jmp_buf): Likewise.
48172         * sysdeps/x86/fpu/bits/mathinline.h (llrintf): Likewise, for all
48173         definitions.
48174         (llrint): Likewise, for all definitions.
48175         (llrintl): Likewise.
48177         * string/string.h [__USE_BSD && __USE_GNU && __GNUC__] (ffsll):
48178         Remove [__GNUC__] condition.
48179         * wcsmbs/wchar.h [__USE_ISOC99 || (__GNUC__ && __USE_GNU)]: Change
48180         condition to just [__USE_ISOC99].
48181         [__GNUC__ && __USE_GNU]: Change condition to just [__USE_GNU].
48183 2013-01-10  H.J. Lu  <hongjiu.lu@intel.com>
48185         [BZ #14200]
48186         * sysdeps/unix/sysv/linux/x86/bits/environments.h
48187         (_POSIX_V7_ILP32_OFF32): Defined as 1 only if __x86_64__ isn't
48188         defined.
48189         (_POSIX_V6_ILP32_OFF32): Likewise.
48190         (_XBS5_ILP32_OFF32): Likewise.
48191         (__ILP32_OFFBIG_CFLAGS): Defined as "-mx32" for x32.
48192         (__ILP32_OFFBIG_LDFLAGS): Likewise.
48194 2013-01-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
48196         * sysdeps/ieee754/dbl-64/mpexp.c: Fix formatting.
48198         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): New array of
48199         doubles __mpexp_twomm1.  Adjust usage.
48200         * sysdeps/ieee754/dbl-64/mpexp.h (__mpexp_twomm1):
48201         Remove.
48203 2013-01-10  Andreas Schwab  <schwab@suse.de>
48205         [BZ #14964]
48206         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (FALLOC_FL_KEEP_SIZE)
48207         (FALLOC_FL_PUNCH_HOLE) [__USE_GNU]: New macros.
48209 2013-01-09  David S. Miller  <davem@davemloft.net>
48211         [BZ #15003]
48212         * sysdeps/gnu/netinet/tcp.h (TCP_COOKIE_TRANSACTIONS)
48213         (TCP_THIN_LINEAR_TIMEOUTS, TCP_THIN_DUPACK, TCP_USER_TIMEOUT)
48214         (TCP_REPAIR, TCP_REPAIR_QUEUE, TCP_QUEUE_SEQ, TCP_REPAIR_OPTIONS)
48215         (TCP_FASTOPEN): Define.
48216         (tcp_repair_opt): New structure.
48217         (TCP_NO_QUEUE, TCP_RECV_QUEUE, TCP_SEND_QUEUE, TCP_QUEUES_NR): New
48218         enum values.
48219         (TCP_COOKIE_MIN, TCP_COOKIE_MAX, TCP_COOKIE_PAIR_SIZE)
48220         (TCP_COOKIE_IN_ALWAYS, TCP_COOKIE_OUT_NEVER, TCP_S_DATA_IN)
48221         (TCP_S_DATA_OUT, TCP_MSS_DEFAULT, TCP_MSS_DESIRED): Define.
48222         (tcp_cookie_transactions): New structure.
48224 2013-01-09  Anton Blanchard  <anton@samba.org>
48226         * sysdeps/unix/sysv/linux/powerpc/sched_getcpu.c: New file.
48227         * sysdeps/unix/sysv/linux/powerpc/Versions: Add __vdso_getcpu.
48228         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h: Likewise.
48229         * sysdeps/unix/sysv/linux/powerpc/init-first.c: Likewise.
48231 2013-01-09  Joseph Myers  <joseph@codesourcery.com>
48233         * include/features.h (__USE_ANSI): Remove.
48235 2013-01-09  Roland McGrath  <roland@hack.frob.com>
48237         * posix/Makefile (others): Depend on $(objpfx)getconf.speclist.
48239         * misc/error.c (error_tail: ALLOCA_LIMIT): Remove unused macro.
48241 2013-01-09  Siddhesh Poyarekar  <siddhesh@redhat.com>
48243         * sysdeps/s390/fpu/libm-test-ulps: Update.
48245         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
48247         * sysdeps/ieee754/dbl-64/mpa.c (mcr): Reword comment.
48248         (__acr): Likewise.
48249         (__cpy): Likewise.
48250         (norm): Likewise.
48251         (denorm): Likewise.
48252         (__mp_dbl): Likewise.
48253         (__dbl_mp): Likewise.
48254         (add_magnitudes): Likewise.
48255         (sub_magnitudes): Likewise.
48256         (__add): Likewise.
48257         (__sub): Likewise.
48258         (__mul): Likewise.
48259         (__inv): Likewise.
48260         (__dvd): Likewise.
48261         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (mcr): Likewise.
48262         (__acr): Likewise.
48263         (__cpy): Likewise.
48264         (norm): Likewise.
48265         (denorm): Likewise.
48266         (__mp_dbl): Likewise.
48267         (__dbl_mp): Likewise.
48268         (add_magnitudes): Likewise.
48269         (sub_magnitudes): Likewise.
48270         (__add): Likewise.
48271         (__sub): Likewise.
48272         (__mul): Likewise.
48273         (__inv): Likewise.
48274         (__dvd): Likewise.
48275         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (mcr): Likewise.
48276         (__acr): Likewise.
48277         (__cpy): Likewise.
48278         (norm): Likewise.
48279         (denorm): Likewise.
48280         (__mp_dbl): Likewise.
48281         (__dbl_mp): Likewise.
48282         (add_magnitudes): Likewise.
48283         (sub_magnitudes): Likewise.
48284         (__add): Likewise.
48285         (__sub): Likewise.
48286         (__mul): Likewise.
48287         (__inv): Likewise.
48288         (__dvd): Likewise.
48290 2013-01-08  Joseph Myers  <joseph@codesourcery.com>
48292         * io/sys/stat.h [__GNUC__ && __GNUC__ >= 2 &&
48293         __USE_EXTERN_INLINES]: Change condition to [__USE_EXTERN_INLINES].
48294         * sysdeps/unix/sysv/linux/sys/sysmacros.h [__GNUC__ && __GNUC__ >=
48295         2 && __USE_EXTERN_INLINES]: Likewise.
48297 2013-01-08  Andreas Jaeger  <aj@suse.de>
48299         [BZ# 14985]
48300         * sysdeps/unix/sysv/linux/sparc/bits/epoll.h (EPOLL_NONBLOCK):
48301         Remove.
48302         * sysdeps/unix/sysv/linux/bits/epoll.h (EPOLL_NONBLOCK): Likewise.
48303         * sysdeps/unix/sysv/linux/x86/bits/epoll.h (EPOLL_NONBLOCK): Likewise.
48305 2013-01-07  Anton Blanchard  <anton@samba.org>
48307         * sysdeps/powerpc/fpu/feholdexcpt.c: Fixed spelling errors.
48308         * sysdeps/powerpc/fpu/feupdateenv.c: Likewise.
48309         * sysdeps/powerpc/fpu/math_ldbl.h: Likewise.
48310         * sysdeps/powerpc/powerpc32/bits/atomic.h: Likewise.
48311         * sysdeps/powerpc/powerpc32/cell/memcpy.S: Likewise.
48312         * sysdeps/powerpc/powerpc32/dl-machine.c: Likewise.
48313         * sysdeps/powerpc/powerpc32/dl-start.S: Likewise.
48314         * sysdeps/powerpc/powerpc32/memset.S: Likewise.
48315         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Likewise.
48316         * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: Likewise.
48317         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrt.S: Likewise.
48318         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrtf.S: Likewise.
48319         * sysdeps/powerpc/powerpc32/power4/hp-timing.h: Likewise.
48320         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Likewise.
48321         * sysdeps/powerpc/powerpc32/power4/strncmp.S: Likewise.
48322         * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrt.S: Likewise.
48323         * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrtf.S: Likewise.
48324         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
48325         * sysdeps/powerpc/powerpc32/power7/memchr.S: Likewise.
48326         * sysdeps/powerpc/powerpc32/power7/memcmp.S: Likewise.
48327         * sysdeps/powerpc/powerpc32/power7/memrchr.S: Likewise.
48328         * sysdeps/powerpc/powerpc32/power7/strcasecmp.S: Likewise.
48329         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Likewise.
48330         * sysdeps/powerpc/powerpc32/strncmp.S: Likewise.
48331         * sysdeps/powerpc/powerpc64/bits/atomic.h: Likewise.
48332         * sysdeps/powerpc/powerpc64/cell/memcpy.S: Likewise.
48333         * sysdeps/powerpc/powerpc64/dl-machine.h: Likewise.
48334         * sysdeps/powerpc/powerpc64/fpu/s_ceill.S: Likewise.
48335         * sysdeps/powerpc/powerpc64/fpu/s_nearbyintl.S: Likewise.
48336         * sysdeps/powerpc/powerpc64/hp-timing.h: Likewise.
48337         * sysdeps/powerpc/powerpc64/memcpy.S: Likewise.
48338         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
48339         * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: Likewise.
48340         * sysdeps/powerpc/powerpc64/power4/memcmp.S: Likewise.
48341         * sysdeps/powerpc/powerpc64/power4/memcpy.S: Likewise.
48342         * sysdeps/powerpc/powerpc64/power4/strncmp.S: Likewise.
48343         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Likewise.
48344         * sysdeps/powerpc/powerpc64/power7/memchr.S: Likewise.
48345         * sysdeps/powerpc/powerpc64/power7/memcmp.S: Likewise.
48346         * sysdeps/powerpc/powerpc64/power7/memrchr.S: Likewise.
48347         * sysdeps/powerpc/powerpc64/power7/strcasecmp.S: Likewise.
48348         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
48349         * sysdeps/powerpc/powerpc64/strncmp.S: Likewise.
48351 2013-01-07  Joseph Myers  <joseph@codesourcery.com>
48353         * malloc/malloc.h (__MALLOC_P): Remove all definitions.
48354         (__MALLOC_PMT): Likewise.
48355         [__GNUC__] (__MALLOC_HOOK_VOLATILE): Make not conditional on
48356         [__GNUC__], only on [_LIBC].
48357         [__GNUC__] (__MALLOC_DEPRECATED): Likewise.
48358         [!__GNUC__] (__MALLOC_HOOK_VOLATILE): Remove definition.
48359         [!__GNUC__] (__MALLOC_DEPRECATED): Likewise.
48360         * malloc/malloc.c (malloc_hook_ini): Do not use __MALLOC_P in
48361         forward declaration.
48362         (realloc_hook_ini): Likewise.
48363         (memalign_hook_ini): Likewise.
48364         (__libc_memalign): Do not use __MALLOC_PMT in variable
48365         declaration.
48366         (__libc_valloc): Likewise.
48367         (__libc_pvalloc): Likewise.
48368         (__libc_calloc): Likewise.
48369         (__posix_memalign): Likewise.
48371         [BZ #14996]
48372         * math/s_casinh.c: Include <float.h>.
48373         (__casinh): Do not do computation with squaring and square root
48374         for large arguments.
48375         * math/s_casinhf.c: Include <float.h>.
48376         (__casinhf): Do not do computation with squaring and square root
48377         for large arguments.
48378         * math/s_casinhl.c: Include <float.h>.
48379         [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Undefine and redefine.
48380         (__casinhl): Do not do computation with squaring and square root
48381         for large arguments.
48382         * math/libm-test.inc (casin_test): Add more tests.
48383         (casinh_test): Likewise.
48384         * sysdeps/i386/fpu/libm-test-ulps: Update.
48385         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
48387 2013-01-04  H.J. Lu  <hongjiu.lu@intel.com>
48389         * sysdeps/i386/i686/cacheinfo.c (__x86_64_data_cache_size): Removed.
48390         (__x86_64_raw_data_cache_size): Likewise.
48391         (__x86_64_data_cache_size_half): Likewise.
48392         (__x86_64_raw_data_cache_size_half): Likewise.
48393         (__x86_64_shared_cache_size): Likewise.
48394         (__x86_64_raw_shared_cache_size): Likewise.
48395         (__x86_64_shared_cache_size_half): Likewise.
48396         (__x86_64_raw_shared_cache_size_half): Likewise.
48397         * sysdeps/x86_64/cacheinfo.c (__x86_64_data_cache_size): Renamed
48398         to ...
48399         (__x86_data_cache_size): This.
48400         (__x86_64_raw_data_cache_size): Renamed to ...
48401         (__x86_raw_data_cache_size): This.
48402         (__x86_64_data_cache_size_half): Renamed to ...
48403         (__x86_data_cache_size_half): This.
48404         (__x86_64_raw_data_cache_size_half): Renamed to ...
48405         (__x86_raw_data_cache_size_half): This.
48406         (__x86_64_shared_cache_size): Renamed to ...
48407         (__x86_shared_cache_size): This.
48408         (__x86_64_raw_shared_cache_size): Renamed to ...
48409         (__x86_raw_shared_cache_size): This.
48410         (__x86_64_shared_cache_size_half): Renamed to ...
48411         (__x86_shared_cache_size_half): This.
48412         (__x86_64_raw_shared_cache_size_half): Renamed to ...
48413         (__x86_raw_shared_cache_size_half): This.
48414         * sysdeps/x86_64/memcpy.S: Updated.
48415         * sysdeps/x86_64/memset.S: Likewise.
48416         * sysdeps/x86_64/multiarch/memcmp-sse4.S: Likewise.
48417         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Likewise.
48418         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Likewise.
48420 2013-01-04  David S. Miller  <davem@davemloft.net>
48422         * sysdeps/sparc/fpu/libm-test-ulps: Update.
48424 2013-01-04  Andreas Schwab  <schwab@linux-m68k.org>
48426         * sysdeps/powerpc/fpu/test-powerpc-snan.c (_GNU_SOURCE): Define as
48427         1 to avoid redefinition warning.
48428         (__USE_GNU): Don't define.
48429         (init_signaling_nan): Protoize.
48431         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
48433 2013-01-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
48435         * sysdeps/ieee754/dbl-64/mpa.c: Remove commented code.
48436         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__cr): Remove.
48437         (__cpymn): Likewise.
48438         (norm): Remove commented code.
48439         (denorm): Likewise.
48440         (__mp_dbl): Likewise.
48441         (__inv): Likewise.
48442         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__cr): Remove.
48443         (__cpymn): Likewise.
48444         (norm): Remove commented code.
48445         (denorm): Likewise.
48446         (__mp_dbl): Likewise.
48447         (__inv): Likewise.
48449         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (mpone): Define
48450         mp_no value for 1.0 and 2.0.
48451         (norm): Use RADIXI instead of radixi.d.
48452         (denorm): Likewise.
48453         (__mul): Use 0.0 instead of zero.d.
48454         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (mpone): Define
48455         mp_no value for 1.0 and 2.0.
48456         (norm): Use RADIXI instead of radixi.d.
48457         (denorm): Likewise.
48458         (__mul): Use 0.0 instead of zero.d.
48460 2013-01-04  Joseph Myers  <joseph@codesourcery.com>
48462         [BZ #14994]
48463         * math/s_casinh.c (__casinh): Reduce finite argument to first
48464         quadrant then set signs of results at the end.
48465         * math/s_casinhf.c (__casinhf): Likewise.
48466         * math/s_casinhl.c (__casinhl): Likewise.
48467         * math/libm-test.inc (casin_test): Add more tests.
48468         (casinh_test): Likewise.
48469         * sysdeps/i386/fpu/libm-test-ulps: Update.
48470         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
48472 2013-01-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
48474         * sysdeps/ieee754/dbl-64/mpa.h: Fix code formatting.
48476         * sysdeps/ieee754/dbl-64/mpa.h: Clean up comment for MP_NO.
48478         * sysdeps/ieee754/dbl-64/mpa.c(norm): Remove commented
48479         declarations.
48480         (denorm): Likewise.
48481         (__mp_dbl): Likewise.
48482         (__inv): Likewise.
48484         * sysdeps/ieee754/dbl-64/mpa.h: Remove commented declarations
48485         and adjust the header comment.
48487         * sysdeps/ieee754/dbl-64/mpa.h (__mpexp): Remove unnecessary
48488         variable name from declaration.
48490 2013-01-03  H.J. Lu  <hongjiu.lu@intel.com>
48492         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
48493         Initialize COMMON_CPUID_INDEX_7 element.
48494         * sysdeps/x86_64/multiarch/init-arch.h (bit_RTM): New macro.
48495         (CPUID_RTM): Likewise.
48496         (HAS_RTM): Likewise.
48497         (COMMON_CPUID_INDEX_7): New enum.
48499 2013-01-03  Andreas Schwab  <schwab@linux-m68k.org>
48501         [BZ #14981]
48502         * malloc/mtrace.c (tr_reallochook): If realloc returns NULL when
48503         size is zero, record memory as freed.
48505 2013-01-03  Andreas Jaeger  <aj@suse.de>
48507         * po/ia.po: Add new Interlingua translation.
48509 2012-01-03  Allan McRae  <allan@archlinux.org>
48511         * locale/programs/localedef.c: Fix description of '--posix' flag.
48513 2013-01-02  Joseph Myers  <joseph@codesourcery.com>
48515         * NEWS: Update dates in second copyright notice.
48516         * README: Update copyright dates in example.
48517         * manual/libc.texinfo: Update copyright dates.
48518         * scripts/test-installation.pl: Update copyright date in --version
48519         output.
48521         * hurd/ctty-input.c: Fix copyright notice formatting.
48522         * hurd/ctty-output.c: Likewise.
48523         * hurd/dtable.c: Likewise.
48524         * hurd/hurd-raise.c: Likewise.
48525         * hurd/hurdprio.c: Likewise.
48526         * hurd/msgportdemux.c: Likewise.
48527         * misc/sys/file.h: Likewise.
48528         * misc/sys/ioctl.h: Likewise.
48529         * sysdeps/gnu/netinet/ip_icmp.h: Likewise.
48530         * sysdeps/mach/hurd/chdir.c: Likewise.
48531         * sysdeps/mach/hurd/fchdir.c: Likewise.
48532         * sysdeps/mach/hurd/rename.c: Likewise.
48533         * sysdeps/mach/hurd/rmdir.c: Likewise.
48534         * sysdeps/mach/hurd/seekdir.c: Likewise.
48535         * sysdeps/mach/hurd/setsid.c: Likewise.
48536         * sysdeps/posix/wait3.c: Likewise.
48538         * All files with FSF copyright notices: Update copyright dates
48539         using scripts/update-copyrights.
48540         * intl/plural.c: Regenerated.
48541         * locale/programs/charmap-kw.h: Likewise.
48542         * locale/programs/locfile-kw.h: Likewise.
48544 2013-01-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
48546         * sysdeps/ieee754/dbl-64/mpexp.h (__mpexp_twomm1): Fix first
48547         four values.
48549         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Split mantissa
48550         calculation loop and add branch prediction.
48552         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Add assert to
48553         check access beyond bounds of m1np.
48555         * sysdeps/ieee754/dbl-64/mpa.c [! NO__CONST]: New constant
48556         MPTWO.
48557         (__inv): Remove local variable MPTWO to use the global
48558         constant.
48559         * sysdeps/ieee754/dbl-64/mpa.h: Declare MPTWO.
48560         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Remove local
48561         variable MPTWO.
48562         * sysdeps/ieee754/dbl-64/mpsqrt.c (__mpsqrt): Make MPHALF and
48563         MP3HALFS static const.
48565 2013-01-01  David S. Miller  <davem@davemloft.net>
48567         * po/ca.po: Update from translation team.
48569 2013-01-01  Joseph Myers  <joseph@codesourcery.com>
48571         * scripts/update-copyrights: New file.
48572         * Makeconfig: Reformat copyright notice.
48573         * ctype/ctype.h: Likewise.
48574         * debug/swprintf_chk.c: Likewise.
48575         * elf/dl-cache.c: Likewise.
48576         * elf/dl-debug.c: Likewise.
48577         * elf/dl-object.c: Likewise.
48578         * grp/initgroups.c: Likewise.
48579         * hurd/Makefile: Likewise.
48580         * hurd/hurd/signal.h: Likewise.
48581         * hurd/hurdfault.c: Likewise.
48582         * hurd/hurdioctl.c: Likewise.
48583         * hurd/hurdlookup.c: Likewise.
48584         * hurd/intr-msg.c: Likewise.
48585         * iconv/gconv_open.c: Likewise.
48586         * libio/swprintf.c: Likewise.
48587         * locale/lc-ctype.c: Likewise.
48588         * locale/nl_langinfo.c: Likewise.
48589         * mach/Machrules: Likewise.
48590         * mach/Makefile: Likewise.
48591         * malloc/obstack.h: Likewise.
48592         * manual/Makefile: Likewise.
48593         * manual/tsort.awk: Likewise.
48594         * misc/bits/stab.def: Likewise.
48595         * nis/nis_print_group_entry.c: Likewise.
48596         * nis/nis_table.c: Likewise.
48597         * nis/nss_compat/compat-pwd.c: Likewise.
48598         * nis/nss_compat/compat-spwd.c: Likewise.
48599         * po/Makefile: Likewise.
48600         * posix/fnmatch.c: Likewise.
48601         * posix/regex.h: Likewise.
48602         * resolv/Makefile: Likewise.
48603         * resolv/nss_dns/dns-network.c: Likewise.
48604         * resolv/res_hconf.c: Likewise.
48605         * scripts/gen-sorted.awk: Likewise.
48606         * soft-fp/soft-fp.h: Likewise.
48607         * stdio-common/printf.h: Likewise.
48608         * stdlib/monetary.h: Likewise.
48609         * stdlib/random.c: Likewise.
48610         * stdlib/random_r.c: Likewise.
48611         * sysdeps/generic/Makefile: Likewise.
48612         * sysdeps/gnu/Makefile: Likewise.
48613         * sysdeps/ieee754/dbl-64/doasin.c: Likewise.
48614         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
48615         * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
48616         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
48617         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
48618         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
48619         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
48620         * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
48621         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
48622         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
48623         * sysdeps/ieee754/dbl-64/mpa.c: Likewise.
48624         * sysdeps/ieee754/dbl-64/mpatan.c: Likewise.
48625         * sysdeps/ieee754/dbl-64/mpatan2.c: Likewise.
48626         * sysdeps/ieee754/dbl-64/mpexp.c: Likewise.
48627         * sysdeps/ieee754/dbl-64/mplog.c: Likewise.
48628         * sysdeps/ieee754/dbl-64/mpsqrt.c: Likewise.
48629         * sysdeps/ieee754/dbl-64/mptan.c: Likewise.
48630         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
48631         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
48632         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
48633         * sysdeps/ieee754/dbl-64/sincos32.c: Likewise.
48634         * sysdeps/ieee754/dbl-64/slowexp.c: Likewise.
48635         * sysdeps/ieee754/dbl-64/slowpow.c: Likewise.
48636         * sysdeps/ieee754/ldbl-128/ldbl2mpn.c: Likewise.
48637         * sysdeps/ieee754/ldbl-128/mpn2ldbl.c: Likewise.
48638         * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c: Likewise.
48639         * sysdeps/ieee754/ldbl-128ibm/mpn2ldbl.c: Likewise.
48640         * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c: Likewise.
48641         * sysdeps/mach/hurd/errnos.awk: Likewise.
48642         * sysdeps/mach/hurd/fork.c: Likewise.
48643         * sysdeps/mach/hurd/getcwd.c: Likewise.
48644         * sysdeps/mach/hurd/i386/trampoline.c: Likewise.
48645         * sysdeps/mach/hurd/mmap.c: Likewise.
48646         * sysdeps/mach/hurd/utimes.c: Likewise.
48647         * sysdeps/mach/hurd/xmknod.c: Likewise.
48648         * sysdeps/posix/profil.c: Likewise.
48649         * sysdeps/posix/readdir_r.c: Likewise.
48650         * sysdeps/powerpc/bits/mathdef.h: Likewise.
48651         * sysdeps/powerpc/bits/setjmp.h: Likewise.
48652         * sysdeps/powerpc/powerpc32/__longjmp-common.S: Likewise.
48653         * sysdeps/powerpc/powerpc32/memset.S: Likewise.
48654         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Likewise.
48655         * sysdeps/powerpc/powerpc32/power4/fpu/slowexp.c: Likewise.
48656         * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: Likewise.
48657         * sysdeps/powerpc/powerpc32/sysdep.h: Likewise.
48658         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
48659         * sysdeps/powerpc/powerpc64/power4/fpu/slowexp.c: Likewise.
48660         * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: Likewise.
48661         * sysdeps/pthread/lio_listio.c: Likewise.
48662         * sysdeps/sparc/dl-procinfo.h: Likewise.
48663         * sysdeps/unix/i386/sysdep.S: Likewise.
48664         * sysdeps/unix/sysv/linux/aio_sigqueue.c: Likewise.
48665         * sysdeps/unix/sysv/linux/fstatvfs64.c: Likewise.
48666         * sysdeps/unix/sysv/linux/getdents.c: Likewise.
48667         * sysdeps/unix/sysv/linux/msgctl.c: Likewise.
48668         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
48669         * sysdeps/unix/sysv/linux/semctl.c: Likewise.
48670         * sysdeps/unix/sysv/linux/shmctl.c: Likewise.
48671         * sysdeps/unix/sysv/linux/speed.c: Likewise.
48672         * sysdeps/unix/sysv/linux/xstatconv.h: Likewise.
48673         * sysdeps/wordsize-32/divdi3.c: Likewise.
48674         * time/sys/time.h: Likewise.
48675         * wcsmbs/Makefile: Likewise.
48677 2013-01-01  David S. Miller  <davem@davemloft.net>
48679         * po/fr.po: Update from translation team.
48681         * catgets/gencat.c: Update copyright year.
48682         * csu/version.c: Likewise.
48683         * debug/catchsegv.sh: Likewise.
48684         * debug/pcprofiledump.c: Likewise.
48685         * debug/xtrace.sh: Likewise.
48686         * elf/ldconfig.c: Likewise.
48687         * elf/ldd.bash.in: Likewise.
48688         * elf/pldd.c: Likewise.
48689         * elf/sotruss.ksh: Likewise.
48690         * elf/sprof.c: Likewise.
48691         * iconv/iconv_prog.c: Likewise.
48692         * iconv/iconvconfig.c: Likewise.
48693         * locale/programs/locale.c: Likewise.
48694         * locale/programs/localedef.c: Likewise.
48695         * login/programs/pt_chown.c: Likewise.
48696         * malloc/memusage.sh: Likewise.
48697         * malloc/memusagestat.c: Likewise.
48698         * malloc/mtrace.pl: Likewise.
48699         * nscd/nscd.c: Likewise.
48700         * nss/getent.c: Likewise.
48701         * nss/makedb.c: Likewise.
48702         * posix/getconf.c: Likewise.
48704 2012-12-31  Siddhesh Poyarekar  <siddhesh@redhat.com>
48706         * sysdeps/ieee754/dbl-64/mpa.c (__mp_dbl): Favour normal
48707         numbers.
48709 2012-12-30  Mike Frysinger  <vapier@gentoo.org>
48711         * math/bits/mathcalls.h (modf): Use __nonnull.
48713 2012-12-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
48715         * sysdeps/ieee754/dbl-64/branred.h: Include dla.h.
48716         (split): Use macro CN instead of the bare value.
48717         * sysdeps/ieee754/dbl-64/dla.h: Add comment to explain why CN
48718         could be used.
48719         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Use CN
48720         instead of the bare value.
48721         (power1): Likewise.
48723 2012-12-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
48725         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Remove
48726         __ATAN_TWOM.
48727         * sysdeps/ieee754/dbl-64/mpatan.h: Likewise.
48729         * sysdeps/ieee754/dbl-64/atnat.h: Replaced constants with
48730         their values.
48731         * sysdeps/ieee754/dbl-64/atnat2.h: Likewise.
48732         * sysdeps/ieee754/dbl-64/s_tan.c (tan): Likewise.
48733         * sysdeps/ieee754/dbl-64/ulog.h: Likewise.
48734         * sysdeps/ieee754/dbl-64/utan.h: Likewise.
48736 2012-12-28  Andreas Jaeger  <aj@suse.de>
48738         * elf/elf.h (NT_S390_TDB, NT_FILE, NT_SIGINFO): Define.  New
48739         values are from Linux 3.7.
48741         * sysdeps/gnu/netinet/tcp.h (TCPI_OPT_SYN_DATA)
48742         (TCPI_OPT_ECN_SEEN): Define.  Sync with Linux 3.7.
48744 2012-12-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
48746         * misc/sys/cdefs.h (__glibc_likely): Wrap __builtin_expect for
48747         TRUE case.
48749         * sysdeps/ieee754/dbl-64/mpa.c (norm): Define R as RADIXI.
48750         (norm): Likewise.
48751         * sysdeps/ieee754/dbl-64/mpa2.h: Remove all static const
48752         variables with preprocessor constants.
48753         * sysdeps/ieee754/dbl-64/mpatan.h: Likewise.
48754         * sysdeps/ieee754/dbl-64/mpexp.h: Likewise.
48755         * sysdeps/ieee754/dbl-64/mpsqrt.h: Likewise.
48757 2012-12-27  Bruno Haible  <bruno@clisp.org>
48759         [BZ #14317]
48760         * string/xpg-strerror.c (__xpg_strerror_r): Optimize, call strlen
48761         only if needed.
48763 2012-12-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
48765         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Eliminate __mpexp_nn
48766         and use variable directly.
48767         * sysdeps/ieee754/dbl-64/mpexp.h (__mpexp_nn): Remove.
48769         * sysdeps/ieee754/dbl-64/mpa.c [! NO__CONST]: New constant
48770         MPONE.
48771         * sysdeps/ieee754/dbl-64/mpa.h: Declare MPONE.
48772         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Remove local
48773         variable MPONE.
48774         * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Likewise.
48775         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Likewise.
48776         * sysdeps/ieee754/dbl-64/mplog.c (__mplog): Remove mplog.h
48777         include directive.  Remove local variable MPONE.
48778         * sysdeps/ieee754/dbl-64/mplog.h: Remove.
48779         * sysdeps/x86_64/fpu/multiarch/mpa-avx.c: Define NO__CONST.
48780         * sysdeps/x86_64/fpu/multiarch/mpa-fma4.c: Likewise.
48782 2012-12-25  David S. Miller  <davem@davemloft.net>
48784         * version.h (RELEASE): Set to "development".
48785         (VERSION): Set to "2.17.90".
48786         * NEWS: Add 2.18 section.
48788 2012-12-21  David S. Miller  <davem@davemloft.net>
48790         * po/hr.po: Update from translation team.
48792 2012-12-21  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
48794         * sysdeps/s390/fpu/libm-test-ulps: Refreshed.
48796 2012-12-19  Steve Ellcey  <sellcey@mips.com>
48798         * NEWS:  Mention new memcpy for MIPS.
48800 2012-12-18  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
48802         * manual/contrib.texi (Contributors): Spelling correction.
48804 2012-12-15  David S. Miller  <davem@davemloft.net>
48806         * po/ru.po: Update from translation team.
48808 2012-12-13  David S. Miller  <davem@davemloft.net>
48810         * NEWS: Mention IFUNC testsuite enhancements.
48812         * po/pl.po: Update from translation team.
48813         * po/bg.po: Likewise.
48815         * manual/contrib.texi (Contributors): Update entries for Hongjiu
48816         Lu and Joseph S. Myers.  Add entry for Marcus Shawcroft.
48818 2012-12-11  David S. Miller  <davem@davemloft.net>
48820         * po/sv.po: Update from translation team.
48822         * po/vi.po: Update from translation team.
48824         * po/cs.po: Update from translation team.
48826         * po/de.po: Update from translation team.
48827         * po/eo.po: Likewise.
48828         * po/nl.po: Likewise.
48830 2012-12-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
48832         [BZ #14246]
48833         * manual/argp.texi (Argp Helper Functions): Move node to follow
48834         Argp Parsing State.
48836         [BZ #14872]
48837         * manual/conf.texi (Limits on File System Capacity): Mention if
48838         terminating null is included in the max size.
48840 2012-12-10  Andreas Jaeger  <aj@suse.de>
48842         * po/cs.po: Update from translation team.
48844 2012-12-08  Siddhesh Poyarekar  <siddhesh@redhat.com>
48846         * sysdeps/s390/jmpbuf-unwind.h (_jmpbuf_sp): Declare SP as
48847         void pointer and cast to uintptr_t.
48848         * sysdeps/s390/s390-64/memcmp.S: Pick sysdep.h from include
48849         path.
48850         * sysdeps/s390/s390-64/memcpy.S: Likewise.
48851         * sysdeps/s390/s390-64/memset.S: Likewise.
48853 2012-12-08  Benno Schulenberg  <bensberg@justemail.net>
48855         [BZ #14833]
48856         * menual/message.texi (Message Translation): Fix typos.
48857         (Helper programs for gettext): Likewise.
48859 2012-12-07  Andreas Schwab  <schwab@linux-m68k.org>
48861         [BZ #14898]
48862         * include/link.h (FORCED_DYNAMIC_TLS_OFFSET) [NO_TLS_OFFSET == 0]:
48863         Change to -1.
48865 2012-12-07  David S. Miller  <davem@davemloft.net>
48867         * po/libc.pot: Update.
48869 2012-12-07  Richard Henderson  <rth@redhat.com>
48871         [BZ #10114]
48872         * soft-fp/op-common.h (_FP_MUL): Pull computation of R_e from the
48873         normal/normal case to before the switch.
48874         (_FP_DIV): Likewise.
48876 2012-12-06  Carlos O'Donell  <carlos@systemhalted.org>
48877             Mike Frysinger  <vapier@gentoo.org>
48879         * sysdeps/unix/sysv/linux/posix_fadvise.c (posix_fadvise): Also
48880         check for __NR_fadvise64_64.
48882 2012-12-06  Chris Metcalf  <cmetcalf@tilera.com>
48884         * sysdeps/generic/fpu_control.h (_FPU_GETCW): Define to set cw to
48885         0, not just to plain "0" as a statement.
48886         (_FPU_SETCW): Define to (void) (cw), rather than doing nothing
48887         with cw.
48889 2012-12-06  Joseph Myers  <joseph@codesourcery.com>
48891         * NEWS: Use sourceware.org in Bugzilla URL.
48893 2012-12-06  Siddhesh Poyarekar  <siddhesh@redhat.com>
48895         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h
48896         (INTERNAL_SYSCALL_DECL): Use __attribute__ ((unused)).
48898         * stdio-common/tst-put-error.c (do_test): Add newline to the
48899         padded test to ensure flush.
48901 2012-12-05  Jeff Law  <law@redhat.com>
48903         * sunrpc/etc.rpc (fedfs_admin): Add entry.
48905 2012-12-05  Joseph Myers  <joseph@codesourcery.com>
48907         * README: Don't refer to ports add-on as distributed separately.
48908         Mention AArch64 in list of systems supported in the ports add-on.
48910         * LICENSES: Add more non-FSF copyright and license notices.
48912         * soft-fp/op-common.h (_FP_DECL): Declare X##_s with __attribute__
48913         ((unused)).
48915         * sysdeps/ieee754/ldbl-128ibm/x2y2m1l.c: Include <stdlib.h>.
48917         * stdio-common/tst-put-error.c (do_test): Use 10000000 instead of
48918         10000 as width of padded output.
48920 2012-12-04  Joseph Myers  <joseph@codesourcery.com>
48922         * sysdeps/powerpc/sysdep.h (_SYS_AUXV_H): Define to 1 not empty.
48924         * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c (__ieee754_atanhl): Mark
48925         variable LX with __attribute__ ((unused)).
48926         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c (__ieee754_rem_pio2l):
48927         Likewise.
48928         * sysdeps/ieee754/ldbl-128ibm/s_isnanl.c (___isnanl): Likewise.
48929         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
48930         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c: Mark variable LY
48931         with __attribute__ ((unused)).
48933 2012-12-04  David S. Miller  <davem@abraco.davemloft.net>
48935         * sysdeps/generic/memcopy.h: Add multiple inclusion protection.
48937 2012-12-04  Joseph Myers  <joseph@codesourcery.com>
48939         * sysdeps/ieee754/ldbl-opt/Makefile [$(subdir) = math]
48940         (CFLAGS-nldbl-acos.c): New variable.
48941         [$(subdir) = math] (CFLAGS-nldbl-acosh.c): Likewise.
48942         [$(subdir) = math] (CFLAGS-nldbl-asin.c): Likewise.
48943         [$(subdir) = math] (CFLAGS-nldbl-asinh.c): Likewise.
48944         [$(subdir) = math] (CFLAGS-nldbl-atan.c): Likewise.
48945         [$(subdir) = math] (CFLAGS-nldbl-atan2.c): Likewise.
48946         [$(subdir) = math] (CFLAGS-nldbl-atanh.c): Likewise.
48947         [$(subdir) = math] (CFLAGS-nldbl-cabs.c): Likewise.
48948         [$(subdir) = math] (CFLAGS-nldbl-cacos.c): Likewise.
48949         [$(subdir) = math] (CFLAGS-nldbl-cacosh.c): Likewise.
48950         [$(subdir) = math] (CFLAGS-nldbl-carg.c): Likewise.
48951         [$(subdir) = math] (CFLAGS-nldbl-casin.c): Likewise.
48952         [$(subdir) = math] (CFLAGS-nldbl-casinh.c): Likewise.
48953         [$(subdir) = math] (CFLAGS-nldbl-catan.c): Likewise.
48954         [$(subdir) = math] (CFLAGS-nldbl-catanh.c): Likewise.
48955         [$(subdir) = math] (CFLAGS-nldbl-cbrt.c): Likewise.
48956         [$(subdir) = math] (CFLAGS-nldbl-ccos.c): Likewise.
48957         [$(subdir) = math] (CFLAGS-nldbl-ccosh.c): Likewise.
48958         [$(subdir) = math] (CFLAGS-nldbl-ceil.c): Likewise.
48959         [$(subdir) = math] (CFLAGS-nldbl-cexp.c): Likewise.
48960         [$(subdir) = math] (CFLAGS-nldbl-cimag.c): Likewise.
48961         [$(subdir) = math] (CFLAGS-nldbl-clog.c): Likewise.
48962         [$(subdir) = math] (CFLAGS-nldbl-clog10.c): Likewise.
48963         [$(subdir) = math] (CFLAGS-nldbl-conj.c): Likewise.
48964         [$(subdir) = math] (CFLAGS-nldbl-copysign.c): Likewise.
48965         [$(subdir) = math] (CFLAGS-nldbl-cos.c): Likewise.
48966         [$(subdir) = math] (CFLAGS-nldbl-cosh.c): Likewise.
48967         [$(subdir) = math] (CFLAGS-nldbl-cpow.c): Likewise.
48968         [$(subdir) = math] (CFLAGS-nldbl-cproj.c): Likewise.
48969         [$(subdir) = math] (CFLAGS-nldbl-creal.c): Likewise.
48970         [$(subdir) = math] (CFLAGS-nldbl-csin.c): Likewise.
48971         [$(subdir) = math] (CFLAGS-nldbl-csinh.c): Likewise.
48972         [$(subdir) = math] (CFLAGS-nldbl-csqrt.c): Likewise.
48973         [$(subdir) = math] (CFLAGS-nldbl-ctan.c): Likewise.
48974         [$(subdir) = math] (CFLAGS-nldbl-ctanh.c): Likewise.
48975         [$(subdir) = math] (CFLAGS-nldbl-drem.c): Likewise.
48976         [$(subdir) = math] (CFLAGS-nldbl-erf.c): Likewise.
48977         [$(subdir) = math] (CFLAGS-nldbl-erfc.c): Likewise.
48978         [$(subdir) = math] (CFLAGS-nldbl-exp.c): Likewise.
48979         [$(subdir) = math] (CFLAGS-nldbl-exp10.c): Likewise.
48980         [$(subdir) = math] (CFLAGS-nldbl-exp2.c): Likewise.
48981         [$(subdir) = math] (CFLAGS-nldbl-expm1.c): Likewise.
48982         [$(subdir) = math] (CFLAGS-nldbl-fabs.c): Likewise.
48983         [$(subdir) = math] (CFLAGS-nldbl-fdim.c): Likewise.
48984         [$(subdir) = math] (CFLAGS-nldbl-finite.c): Likewise.
48985         [$(subdir) = math] (CFLAGS-nldbl-floor.c): Likewise.
48986         [$(subdir) = math] (CFLAGS-nldbl-fma.c): Likewise.
48987         [$(subdir) = math] (CFLAGS-nldbl-fmax.c): Likewise.
48988         [$(subdir) = math] (CFLAGS-nldbl-fmin.c): Likewise.
48989         [$(subdir) = math] (CFLAGS-nldbl-fmod.c): Likewise.
48990         [$(subdir) = math] (CFLAGS-nldbl-frexp.c): Likewise.
48991         [$(subdir) = math] (CFLAGS-nldbl-gamma.c): Likewise.
48992         [$(subdir) = math] (CFLAGS-nldbl-hypot.c): Likewise.
48993         [$(subdir) = math] (CFLAGS-nldbl-ilogb.c): Likewise.
48994         [$(subdir) = math] (CFLAGS-nldbl-isinf.c): Likewise.
48995         [$(subdir) = math] (CFLAGS-nldbl-isnan.c): Likewise.
48996         [$(subdir) = math] (CFLAGS-nldbl-j0.c): Likewise.
48997         [$(subdir) = math] (CFLAGS-nldbl-j1.c): Likewise.
48998         [$(subdir) = math] (CFLAGS-nldbl-jn.c): Likewise.
48999         [$(subdir) = math] (CFLAGS-nldbl-ldexp.c): Likewise.
49000         [$(subdir) = math] (CFLAGS-nldbl-lgamma.c): Likewise.
49001         [$(subdir) = math] (CFLAGS-nldbl-lgamma_r.c): Likewise.
49002         [$(subdir) = math] (CFLAGS-nldbl-llrint.c): Likewise.
49003         [$(subdir) = math] (CFLAGS-nldbl-llround.c): Likewise.
49004         [$(subdir) = math] (CFLAGS-nldbl-log.c): Likewise.
49005         [$(subdir) = math] (CFLAGS-nldbl-log10.c): Likewise.
49006         [$(subdir) = math] (CFLAGS-nldbl-log1p.c): Likewise.
49007         [$(subdir) = math] (CFLAGS-nldbl-log2.c): Likewise.
49008         [$(subdir) = math] (CFLAGS-nldbl-logb.c): Likewise.
49009         [$(subdir) = math] (CFLAGS-nldbl-lrint.c): Likewise.
49010         [$(subdir) = math] (CFLAGS-nldbl-lround.c): Likewise.
49011         [$(subdir) = math] (CFLAGS-nldbl-modf.c): Likewise.
49012         [$(subdir) = math] (CFLAGS-nldbl-nan.c): Likewise.
49013         [$(subdir) = math] (CFLAGS-nldbl-nearbyint.c): Likewise.
49014         [$(subdir) = math] (CFLAGS-nldbl-nextafter.c): Likewise.
49015         [$(subdir) = math] (CFLAGS-nldbl-nexttoward.c): Likewise.
49016         [$(subdir) = math] (CFLAGS-nldbl-nexttowardf.c): Likewise.
49017         [$(subdir) = math] (CFLAGS-nldbl-pow.c): Likewise.
49018         [$(subdir) = math] (CFLAGS-nldbl-pow10.c): Likewise.
49019         [$(subdir) = math] (CFLAGS-nldbl-remainder.c): Likewise.
49020         [$(subdir) = math] (CFLAGS-nldbl-remquo.c): Likewise.
49021         [$(subdir) = math] (CFLAGS-nldbl-rint.c): Likewise.
49022         [$(subdir) = math] (CFLAGS-nldbl-round.c): Likewise.
49023         [$(subdir) = math] (CFLAGS-nldbl-scalb.c): Likewise.
49024         [$(subdir) = math] (CFLAGS-nldbl-scalbln.c): Likewise.
49025         [$(subdir) = math] (CFLAGS-nldbl-scalbn.c): Likewise.
49026         [$(subdir) = math] (CFLAGS-nldbl-significand.c): Likewise.
49027         [$(subdir) = math] (CFLAGS-nldbl-sin.c): Likewise.
49028         [$(subdir) = math] (CFLAGS-nldbl-sincos.c): Likewise.
49029         [$(subdir) = math] (CFLAGS-nldbl-sinh.c): Likewise.
49030         [$(subdir) = math] (CFLAGS-nldbl-sqrt.c): Likewise.
49031         [$(subdir) = math] (CFLAGS-nldbl-tan.c): Likewise.
49032         [$(subdir) = math] (CFLAGS-nldbl-tanh.c): Likewise.
49033         [$(subdir) = math] (CFLAGS-nldbl-tgamma.c): Likewise.
49034         [$(subdir) = math] (CFLAGS-nldbl-trunc.c): Likewise.
49035         [$(subdir) = math] (CFLAGS-nldbl-y0.c): Likewise.
49036         [$(subdir) = math] (CFLAGS-nldbl-y1.c): Likewise.
49037         [$(subdir) = math] (CFLAGS-nldbl-yn.c): Likewise.
49039         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h
49040         (INTERNAL_SYSCALL_DECL): Use __attribute__ ((unused)).
49042         [BZ #14914]
49043         * sysdeps/ieee754/ldbl-128ibm/e_powl.c (__ieee754_powl): Clear
49044         whole low double instead of just low 47 bits when splitting values
49045         into two parts.
49047 2012-12-03  Allan McRae  <allan@archlinux.org>
49049         * manual/stdio.texi (Predefined Printf Handlers): Remove
49050         @hsep and @vsep usage.
49052 2012-12-03  Mike Frysinger  <vapier@gentoo.org>
49054         * bits/byteswap.h [__GNUC__]: Change __GNUC_PREREQ from 4.2 to 4.3.
49055         * sysdeps/x86/bits/byteswap.h [__GNUC__]: Likewise.
49057 2012-12-03  Jeff Law  <law@redhat.com>
49059         * time/sys/time.h (settimeofday): Do not mark TV argument
49060         as __nonnull.
49062 2012-12-01  Mike Frysinger  <vapier@gentoo.org>
49064         * libio/fileops.c (_IO_new_file_close_it): Do not always flush
49065         when currently writing and seek to current position when not.
49066         * libio/Makefile (tests): Remove bug-fclose1.
49067         * libio/bug-fclose1.c: Delete.
49069 2012-12-01  Joseph Myers  <joseph@codesourcery.com>
49071         * manual/arith.texi (feenableexcept): Fix typo.
49072         (fedisableexcept): Likewise.
49074 2012-11-30  Roland McGrath  <roland@hack.frob.com>
49076         * sysdeps/powerpc/powerpc64/entry.h (TEXT_START): Define using a
49077         second, differently-typed declaration, rather than a cast.
49079 2012-11-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
49081         * sunrpc/rpc/svc.h (__svc_accept_failed): Move declaration...
49082         * include/rpc/svc.h: ... here.
49084 2012-11-30  Aurelien Jarno  <aurel32@debian.org>
49086         [BZ #13013]
49087         * resolv/res_query.c(__libc_res_nquery): Assign hp and hp2
49088         depending n and resplen2 to catch cases where answer
49089         equals answerp2.
49091 2012-11-29  Carlos O'Donell  <carlos@systemhalted.org>
49093         * elf/get-dynamic-info.h (elf_get_dynamic_info): Warn
49094         for unsupported DF_1_* bits when DL_DEBUG_FILES is set.
49096 2012-11-29  Mike Frysinger  <vapier@gentoo.org>
49098         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c (HAS_CPUCLOCK): Delete.
49100 2012-11-29  Roland McGrath  <roland@hack.frob.com>
49102         * inet/tst-inet6_rth.c (do_test): Use a union rather than type punning.
49104 2012-11-28  Jeff Law  <law@redhat.com>
49106         [BZ #13761]
49107         * nscd/grpcache.c (cache_addgr): Rename alloca_used to
49108         dataset_temporary.  Track alloca usage into alloca_used.
49109         If dataset is large allocate and release it via malloc/free.
49111 2012-06-04  Florian Weimer  <fweimer@redhat.com>
49113         [BZ #14197]
49114         * debug/test-strcpy_chk.c: Mention __chk_fail ABI test.
49116 2012-11-28  David S. Miller  <davem@davemloft.net>
49118         * sysdeps/sparc/fpu/libm-test-ulps: Update.
49120 2012-11-28  Joseph Myers  <joseph@codesourcery.com>
49122         [BZ #14803]
49123         * sysdeps/ieee754/ldbl-96/e_asinl.c (pio2_hi): Use hex float value
49124         of pi/2 rounded to nearest to 64 bits.
49125         (pio2_lo): Use hex float value of pi/2 - pio2_hi rounded to
49126         nearest to 64 bits.
49127         (pio4_hi): Use hex float value of pi/4 rounded to nearest to 64
49128         bits.
49130 2012-11-28  Jeff Law <law@redhat.com>
49131             Martin Osvald <mosvald@redhat.com>
49133         [BZ #14889]
49134         * sunrpc/rpc/svc.h (__svc_accept_failed): New prototype.
49135         * sunrpc/svc.c: Include time.h.
49136         (__svc_accept_failed): New function.
49137         * sunrpc/svc_tcp.c (rendezvous_request): If the accept fails for
49138         any reason other than EINTR, call __svc_accept_failed.
49139         * sunrpc/svc_udp.c (svcudp_recv): Similarly.
49140         * sunrpc/svc_unix.c (rendezvous_request): Similarly.
49142 2012-11-28  Andreas Schwab  <schwab@suse.de>
49144         * scripts/abilist.awk: Also handle indirect functions in .opd
49145         section.
49147 2012-11-28  Joseph Myers  <joseph@codesourcery.com>
49149         [BZ #13881]
49150         * sysdeps/x86/fpu/powl_helper.c: New file.
49151         * sysdeps/x86/fpu/Makefile: Likewise.
49152         * sysdeps/i386/fpu/e_powl.S (limit): Remove object.
49153         (p3): New object.
49154         (__ieee754_powl): Use __powl_helper for finite arguments except
49155         integer exponents below 8.
49156         * sysdeps/x86_64/fpu/e_powl.S (limit): Remove object.
49157         (p3): New object.
49158         (__ieee754_powl): Use __powl_helper for finite arguments except
49159         integer exponents below 8.
49160         * math/libm-test.inc (pow_test): Add more tests and enable some
49161         previously disabled tests.
49162         * sysdeps/i386/fpu/libm-test-ulps: Update.
49163         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
49165 2012-11-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
49166             Carlos O'Donell  <carlos_odonell@mentor.com>
49168         * nss/makedb.c (is_prime): Assert that input is odd and greater
49169         than 4.  Note that fact in a comment too.
49170         (next_prime): Add 4 to input.
49172 2012-11-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
49174         [BZ #11741]
49175         * libio/Makefile (tests): Add test case tst-fwrite-error.
49176         * libio/iofwrite.c (_IO_fwrite): Return 0 on EOF.
49177         * libio/iofwrite_u.c (fwrite_unlocked): Likewise.
49178         * libio/tst-fwrite-error.c: New test case.
49180 2012-11-26  H.J. Lu  <hongjiu.lu@intel.com>
49182         * elf/dl-load.c (_dl_map_object_from_fd): Cast to uintptr_t
49183         before casting to void *.
49184         * include/libc-internal.h (__pointer_type): New macro.
49185         (__integer_if_pointer_type_sub): Likewise.
49186         (__integer_if_pointer_type): Likewise.
49187         (cast_to_integer): Likewise.
49188         * sysdeps/x86_64/bits/atomic.h: Include <libc-internal.h>.
49189         (__arch_c_compare_and_exchange_val_64_acq): Use cast_to_integer
49190         before casting to atomic64_t.
49191         (atomic_exchange_acq): Likewise.
49192         (__arch_exchange_and_add_body): Likewise.
49193         (__arch_add_body): Likewise.
49194         (atomic_add_negative): Likewise.
49195         (atomic_add_zero): Likewise.
49197 2012-11-26  Joseph Myers  <joseph@codesourcery.com>
49199         * sysdeps/generic/unwind-dw2-fde.c (get_pc_begin): New function.
49200         (fde_unencoded_compare): Use get_pc_begin instead of type-punning.
49201         (add_fdes): Likewise.
49202         (linear_search_fdes): Likewise.
49203         (binary_search_unencoded_fdes): Likewise.
49205 2012-11-26  Andreas Schwab  <schwab@linux-m68k.org>
49207         * elf/sotruss.ksh: Correctly locate argument of -F and -T options.
49209 2012-11-24  Adam Conrad  <adconrad@0c3.net>
49211         * configure.in: Autodetect C++ header directories.
49212         * configure: Regenerated.
49214 2012-11-23  Mike Frysinger  <vapier@gentoo.org>
49216         * elf/Makefile ($(objpfx)ld.so): Change readelf to $(READELF).
49218 2012-11-23  Andreas Schwab  <schwab@linux-m68k.org>
49220         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
49222 2012-11-22  Joseph Myers  <joseph@codesourcery.com>
49224         * math/libm-test.inc (fma_test_towardzero) [TEST_LDOUBLE &&
49225         LDBL_MANT_DIG == 106]: Disable some tests.
49226         (fma_test_downward) [TEST_LDOUBLE && LDBL_MANT_DIG == 106]:
49227         Likewise.
49228         (fma_test_upward) [TEST_LDOUBLE && LDBL_MANT_DIG == 106]:
49229         Likewise.
49231         [BZ #14871]
49232         * sysdeps/ieee754/ldbl-128ibm/s_atanl.c (__atanl): Return the
49233         input for small inputs.  Return +/- pi/2 for large inputs.
49234         * math/libm-test.inc (atan_test): Add more tests.
49236         * sysdeps/generic/unwind-dw2-fde-glibc.c
49237         (_Unwind_IteratePhdrCallback): Declare P_DYNAMIC with
49238         __attribute__ ((unused)).
49240         [BZ #14645]
49241         * sysdeps/ieee754/ldbl-128ibm/s_fmal.c (__fmal): Compute result as
49242         x * y if x and y are nonzero and z is zero.
49244         [BZ #14811]
49245         * sysdeps/ieee754/ldbl-128ibm/e_powl.c (__ieee754_powl): Saturate
49246         nonzero exponents with absolute value below 0x1p-117 to +/-
49247         0x1p-117.
49249         [BZ #14869]
49250         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c (__ieee754_hypotl): Scale
49251         up arguments below 2**-450, not just those below 2**-500.
49252         * math/libm-test.inc (hypot_test): Add another test.
49254         [BZ #14868]
49255         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c (__ieee754_hypotl):
49256         Return a+b for ratio over 2**120, not 2**60.
49257         * math/libm-test.inc (hypot_test): Add another test.
49259         * math/libm-test.inc (clog_test): Use
49260         UNDERFLOW_EXCEPTION_LDOUBLE_IBM on two tests.
49261         (clog10_test): Likewise.
49263         [BZ #6778]
49264         * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c (big): Change to 1e290L.
49266 2012-11-22  Andreas Schwab  <schwab@suse.de>
49268         * sysdeps/i386/fpu/libm-test-ulps: Update.
49270 2012-11-22  Pino Toscano  <toscano.pino@tiscali.it>
49272         * sysdeps/x86_64/multiarch/test-multiarch.c (get_cpuinfo): Terminate
49273         printf output with newline.
49275 2012-11-21  H.J. Lu  <hongjiu.lu@intel.com>
49277         [BZ #14865]
49278         * aclocal.m4 (LIBC_LINKER_FEATURE): New macro.
49279         * configure.in: Use LIBC_LINKER_FEATURE to check -z nodelete,
49280         -z nodlopen, -z initfirst and -z execstack support.
49281         * configure: Regenerated.
49283         * elf/elf.h (DF_1_NODIRECT): New macro.
49284         (DF_1_IGNMULDEF): Likewise.
49285         (DF_1_NOKSYMS): Likewise.
49286         (DF_1_NOHDR): Likewise.
49287         (DF_1_EDITED): Likewise.
49288         (DF_1_NORELOC): Likewise.
49289         (DF_1_SYMINTPOSE): Likewise.
49290         (DF_1_GLOBAUDIT): Likewise.
49291         (DF_1_SINGLETON): Likewise.
49292         * elf/get-dynamic-info.h (elf_get_dynamic_info): Assert
49293         DT_1_SUPPORTED_MASK bits.
49294         * include/elf.h (DT_1_SUPPORTED_MASK): New macro.
49296 2012-11-20  Carlos O'Donell  <carlos_odonell@mentor.com>
49298         * sysdeps/unix/make-syscalls.sh: Document prefixes.
49300 2012-11-20  Thomas Schwinge  <thomas@codesourcery.com>
49302         * sysdeps/sh/dl-machine.h (ELF_MACHINE_RUNTIME_FIXUP_PARAMS): New
49303         macro.
49305         * sysdeps/unix/sysv/linux/bits/socket.h (struct mmsghdr, recvmmsg)
49306         (sendmmsg): Move declarations...
49307         * socket/sys/socket.h: ... here.
49308         * sysdeps/unix/sysv/linux/recvmmsg.c [!defined __NR_recvmmsg &&
49309         !defined __NR_socketcall] (recvmmsg): Move ENOSYS stub into and
49310         include it from...
49311         * socket/recvmmsg.c: ... this new file.
49312         * sysdeps/unix/sysv/linux/internal_sendmmsg.S [__ASSUME_SENDMMSG]
49313         (sendmmsg): Rename to __sendmmsg, create weak alias and make
49314         definition of __sendmmsg hidden.
49315         * sysdeps/unix/sysv/linux/sendmmsg.c (sendmmsg): Likewise.
49316         [!defined __NR_sendmmsg && !defined __NR_socketcall] (sendmmsg):
49317         Move ENOSYS stub into and include it from...
49318         * socket/sendmmsg.c: ... this new file.
49319         * sysdeps/unix/sysv/linux/Makefile [subdir=socket]
49320         (sysdep_routines): Move recvmmsg and sendmmsg...
49321         * socket/Makefile (routines): ... here.
49322         * socket/Versions (GLIBC_2.17): Add recvmmsg and sendmmsg.
49323         (GLIBC_PRIVATE): Add __sendmmsg.
49324         * include/sys/socket.h (__sendmmsg): Add declarations.
49325         * resolv/res_send.c (send_dg): Invoke __sendmmsg instead of
49326         sendmmsg.
49328 2012-11-20  Joseph Myers  <joseph@codesourcery.com>
49330         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c (__nearbyintl): Mark
49331         variable I1 with __attribute__ ((unused)).
49332         * sysdeps/ieee754/ldbl-128/s_rintl.c (__rintl): Likewise.
49334 2012-11-19  Joseph Myers  <joseph@codesourcery.com>
49336         * stdio-common/_itowa.c (_itowa) [BITS_PER_MP_LIMB == 64]: Declare
49337         DUMMY variables with __attribute__ ((unused)).
49339         * bits/byteswap.h: Include <bits/types.h>.
49340         (__bswap_64): Use __uint64_t instead of unsigned long long int.
49342 2012-11-19  Pino Toscano  <toscano.pino@tiscali.it>
49344         * sysdeps/mach/hurd/ptsname.c (ptsname): Change the type of PEERNAME to
49345         string_t.  Do not manually set errno.
49346         (__ptsname_r): Change the type of PEERNAME to string_t, and check its
49347         length with __strnlen.  Make sure to both set errno and return it on
49348         failure.
49350 2012-11-19  David S. Miller  <davem@davemloft.net>
49352         With help from Joseph Myers.
49353         * sysdeps/ieee754/ldbl-128/s_atanl.c (__atanl): Handle tiny and
49354         very large arguments properly.
49355         * math/libm-test.inc (atan_test): New tests.
49356         (atan2_test): New tests.
49357         * sysdeps/sparc/fpu/libm-test-ulps: Update.
49358         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
49360 2012-11-19  Joseph Myers  <joseph@codesourcery.com>
49362         [BZ #14856]
49363         * posix/bits/posix1_lim.h [!__USE_XOPEN2K] (_POSIX_TZNAME_MAX):
49364         Define to 3.
49366         * conform/data/errno.h-data [POSIX] (EADDRINUSE): Do not expect.
49367         [POSIX] (EADDRNOTAVAIL): Likewise.
49368         [POSIX] (EAFNOSUPPORT): Likewise.
49369         [POSIX] (EALREADY): Likewise.
49370         [POSIX] (ECONNABORTED): Likewise.
49371         [POSIX] (ECONNREFUSED): Likewise.
49372         [POSIX] (ECONNRESET): Likewise.
49373         [POSIX] (EDESTADDRREQ): Likewise.
49374         [POSIX] (EDQUOT): Likewise.
49375         [POSIX] (EHOSTUNREACH): Likewise.
49376         [POSIX] (EIDRM): Likewise.
49377         [POSIX] (EISCONN): Likewise.
49378         [POSIX] (ELOOP): Likewise.
49379         [POSIX] (EMULTIHOP): Likewise.
49380         [POSIX] (ENETDOWN): Likewise.
49381         [POSIX] (ENETUNREACH): Likewise.
49382         [POSIX] (ENOBUFS): Likewise.
49383         [POSIX] (ENODATA): Likewise.
49384         [POSIX] (ENOLINK): Likewise.
49385         [POSIX] (ENOMSG): Likewise.
49386         [POSIX] (ENOPROTOOPT): Likewise.
49387         [POSIX] (ENOSR): Likewise.
49388         [POSIX] (ENOSTR): Likewise.
49389         [POSIX] (ENOTCONN): Likewise.
49390         [POSIX] (ENOTSOCK): Likewise.
49391         [POSIX] (EOPNOTSUPP): Likewise.
49392         [POSIX] (EOVERFLOW): Likewise.
49393         [POSIX] (EPROTO): Likewise.
49394         [POSIX] (EPROTONOSUPPORT): Likewise.
49395         [POSIX] (EPROTOTYPE): Likewise.
49396         [POSIX] (ESTALE): Likewise.
49397         [POSIX] (ETIME): Likewise.
49398         [POSIX] (ETXTBSY): Likewise.
49399         [POSIX] (EWOULDBLOCK): Likewise.
49400         [!ISO && !ISO99 && !ISO11] (E*): Do not allow.
49401         * conform/data/fcntl.h-data [POSIX] (SEEK_SET): Allow.
49402         [POSIX] (SEEK_CUR): Likewise.
49403         [POSIX] (SEEK_END): Likewise.
49404         [POSIX || UNIX98] (mode_t): Do not require.
49405         [POSIX] (off_t): Likewise.
49406         [POSIX] (pid_t): Likewise.
49407         [POSIX] (sys/stat.h): Do not allow header.
49408         [POSIX] (unistd.h): Likewise.
49409         [!ISO && !ISO99 && !ISO11] (timespec): Do not allow.
49410         [!ISO && !ISO99 && !ISO11] (tv_nsec): Likewise.
49411         [!ISO && !ISO99 && !ISO11] (tv_sec): Likewise.
49412         * conform/data/locale.h-data [POSIX] (LC_MESSAGES): Do not
49413         require.
49414         * conform/data/mqueue.h-data [!ISO && !ISO99 && !ISO11] (struct
49415         sigevent): Specify elements.
49416         [XOPEN2K8 || POSIX2008] (struct sigevent): Remove duplicate type
49417         entry.
49418         [!ISO && !ISO99 && !ISO11] (mq_*): Allow.
49419         [!ISO && !ISO99 && !ISO11] (MQ_*): Likewise.
49421         * conform/data/cpio.h-data [POSIX]: Disable whole file.
49422         * conform/data/glob.h-data [POSIX] (GLOB_NOSYS): Do not expect.
49423         * conform/data/limits.h-data [!ISO && !ISO99 && !ISO11]
49424         (AIO_LIST_MAX): Change to AIO_LISTIO_MAX.
49425         [!ISO && !ISO99 && !ISO11] (ATEXT_MAX): Remove.
49426         [!ISO && !ISO99 && !ISO11 && !POSIX && !XPG3] (ATEXIT_MAX): Allow.
49427         [POSIX || POSIX2008 || XPG3] (IOV_MAX): Do not allow.
49428         [POSIX || POSIX2008 || XPG3] (_XOPEN_IOV_MAX): Likewise.
49429         [!ISO && !ISO99 && !ISO11] (MQ_PRIO_MAX): Allow.
49430         [!ISO && !ISO99 && !ISO11] (RE_DUP_MAX): Remove duplicate entry.
49431         [POSIX || XPG3 || XPG4 || UNIX98] (SS_REPL_MAX): Do not allow.
49432         [POSIX || XPG3 || XPG4 || UNIX98] (SYMLOOP_MAX): Likewise.
49433         [POSIX || XPG3 || XPG4] (FILESIZEBITS): Likewise.
49434         [POSIX || XPG3 || XPG4 || UNIX98] (POSIX_ALLOC_SIZE_MIN):
49435         Likewise.
49436         [POSIX || XPG3 || XPG4 || UNIX98] (POSIX_REC_INCR_XFER_SIZE):
49437         Likewise.
49438         [POSIX || XPG3 || XPG4 || UNIX98] (POSIX_REC_MAX_XFER_SIZE):
49439         Likewise.
49440         [POSIX || XPG3 || XPG4 || UNIX98] (POSIX_REC_XFER_ALIGN):
49441         Likewise.
49442         [POSIX || XPG3 || XPG4 || UNIX98] (SYMLINK_MAX): Likewise.
49443         [POSIX || XPG3 || XPG4 || UNIX98] (_POSIX_SS_REPL_MAX): Likewise.
49444         [POSIX || XPG3 || XPG4 || UNIX98] (_POSIX_SYMLINK_MAX): Likewise.
49445         [POSIX || XPG3 || XPG4 || UNIX98] (_POSIX_SYMLOOP_MAX): Likewise.
49446         [!ISO && !ISO99 && !ISO11] (BC_BASE_MAX): Use macro-constant.
49447         Specify lower bound on value.
49448         [!ISO && !ISO99 && !ISO11] (BC_DIM_MAX): Likewise.
49449         [!ISO && !ISO99 && !ISO11] (BC_SCALE_MAX): Likewise.
49450         [!ISO && !ISO99 && !ISO11] (BC_STRING_MAX): Likewise.
49451         [!ISO && !ISO99 && !ISO11] (COLL_WEIGHTS_MAX): Likewise.
49452         [!ISO && !ISO99 && !ISO11] (EXPR_NEST_MAX): Likewise.
49453         [!ISO && !ISO99 && !ISO11] (RE_DUP_MAX): Likewise
49454         [POSIX || XPG3 || XPG4] (CHARCLASS_NAME_MAX): Do not allow.
49455         [!ISO && !ISO99 && !ISO11] (_POSIX_CLOCKRES_MIN): Specify exact
49456         value.
49457         [!ISO && !ISO99 && !ISO11] (_POSIX_AIO_LISTIO_MAX): Do not specify
49458         as optional.
49459         [!ISO && !ISO99 && !ISO11] (_POSIX_AIO_MAX): Likewise.
49460         [!ISO && !ISO99 && !ISO11] (_POSIX_ARG_MAX): Likewise.
49461         [!ISO && !ISO99 && !ISO11] (_POSIX_CHILD_MAX): Likewise.
49462         [!ISO && !ISO99 && !ISO11] (_POSIX_DELAYTIMER_MAX): Likewise.
49463         [!ISO && !ISO99 && !ISO11] (_POSIX_LINK_MAX): Likewise.
49464         [!ISO && !ISO99 && !ISO11] (_POSIX_LOGIN_NAME_MAX): Likewise.
49465         [!ISO && !ISO99 && !ISO11] (_POSIX_MAX_CANON): Likewise.
49466         [!ISO && !ISO99 && !ISO11] (_POSIX_MAX_INPUT): Likewise.
49467         [!ISO && !ISO99 && !ISO11] (_POSIX_MQ_OPEN_MAX): Likewise.
49468         [!ISO && !ISO99 && !ISO11] (_POSIX_MQ_PRIO_MAX): Likewise.
49469         [!ISO && !ISO99 && !ISO11] (_POSIX_NAME_MAX): Likewise.
49470         [!ISO && !ISO99 && !ISO11] (_POSIX_NGROUPS_MAX): Likewise.
49471         [!ISO && !ISO99 && !ISO11] (_POSIX_OPEN_MAX): Likewise.
49472         [!ISO && !ISO99 && !ISO11] (_POSIX_PATH_MAX): Likewise.
49473         [!ISO && !ISO99 && !ISO11] (_POSIX_PIPE_BUF): Likewise.
49474         [!ISO && !ISO99 && !ISO11] (_POSIX2_RE_DUP_MAX): Remove duplicate
49475         entry.
49476         [!ISO && !ISO99 && !ISO11] (_POSIX_RTSIG_MAX): Do not specify as
49477         optional.
49478         [!ISO && !ISO99 && !ISO11] (_POSIX_SEM_NSEMS_MAX): Likewise.
49479         [!ISO && !ISO99 && !ISO11] (_POSIX_SEM_VALUE_MAX): Likewise.
49480         [!ISO && !ISO99 && !ISO11] (_POSIX_SIGQUEUE_MAX): Likewise.
49481         [!ISO && !ISO99 && !ISO11] (_POSIX_SSIZE_MAX): Likewise.
49482         [!ISO && !ISO99 && !ISO11] (_POSIX_STREAM_MAX): Likewise.
49483         [!ISO && !ISO99 && !ISO11] (_POSIX_THREAD_DESTRUCTOR_ITERATIONS):
49484         Likewise.
49485         [!ISO && !ISO99 && !ISO11] (_POSIX_THREAD_KEYS_MAX): Likewise.
49486         [!ISO && !ISO99 && !ISO11] (_POSIX_THREAD_THREADS_MAX): Likewise.
49487         [!ISO && !ISO99 && !ISO11] (_POSIX_TIMER_MAX): Likewise.
49488         [!ISO && !ISO99 && !ISO11] (_POSIX_TTY_NAME_MAX): Likewise.
49489         [!ISO && !ISO99 && !ISO11] (_POSIX_TZNAME_MAX): Likewise.  Give
49490         value as 3 for [POSIX || XPG3 || XPG4 || UNIX98].
49491         [!ISO && !ISO99 && !ISO11] (_POSIX2_BC_BASE_MAX): Do not specify
49492         as optional.
49493         [!ISO && !ISO99 && !ISO11] (_POSIX2_BC_DIM_MAX): Likewise.
49494         [!ISO && !ISO99 && !ISO11] (_POSIX2_BC_SCALE_MAX): Likewise.
49495         [!ISO && !ISO99 && !ISO11] (_POSIX2_BC_STRING_MAX): Likewise.
49496         [!ISO && !ISO99 && !ISO11] (_POSIX2_CHARCLASS_NAME_MAX):
49497         Likewise.  Do not allow for [POSIX || XPG3 || XPG4 || UNIX98].
49498         [!ISO && !ISO99 && !ISO11] (_POSIX2_COLL_WEIGHTS_MAX): Do not
49499         specify as optional.
49500         [!ISO && !ISO99 && !ISO11] (_POSIX2_EXPR_NEST_MAX): Likewise.
49501         [!ISO && !ISO99 && !ISO11] (_POSIX2_LINE_MAX): Likewise.
49502         [!ISO && !ISO99 && !ISO11] (_POSIX2_RE_DUP_MAX): Likewise.
49503         [POSIX || POSIX2008 || XPG3] (_XOPEN_IOV_MAX): Do not allow.
49504         [POSIX || XPG3] (NL_ARGMAX): Do not allow.
49505         [XPG3] (NL_LANGMAX): Likewise.
49506         [POSIX || XPG3] (NL_MSGMAX): Likewise.
49507         [POSIX || XPG3] (NL_NMAX): Likewise.
49508         [POSIX || XPG3] (NL_SETMAX): Likewise.
49509         [POSIX || XPG3] (NL_TEXTMAX): Likewise.
49510         [XPG3] (NZERO): Likewise.
49511         [XPG4 || UNIX98] (TMP_MAX): Only enable for these conditions.
49512         [POSIX || XPG3 || XPG4 || UNIX98] (*_MIN): Do not allow.
49513         [!ISO && !ISO99 && !ISO11] (*_t): Allow.
49514         * conform/data/regex.h-data [!ISO && !ISO99 && !ISO11]
49515         (REG_ERANGE): Expect.
49516         * conform/data/stdio.h-data [POSIX] (L_cuserid): Use
49517         optional-constant.
49518         [POSIX || XOPEN2K || XOPEN2K8 || POSIX2008] (getchar_unlocked):
49519         Use (void) in prototype.
49520         [POSIX] (*_t): Allow.
49521         * conform/data/sys/times.h-data [POSIX]: Enable whole file.
49522         * conform/data/wordexp.h-data [!ISO && !ISO99 && !ISO11]
49523         (WRDE_BADVAL): Expect.
49525         * conform/data/fcntl.h-data [XPG3 || XPG4] (O_DSYNC): Do not
49526         expect.
49527         [XPG3 || XPG4] (O_RSYNC): Likewise.
49528         * conform/data/signal.h-data [XPG3 || XPG4] (pthread_kill):
49529         Likewise.
49530         [XPG3 || XPG4] (pthread_sigmask): Likewise.
49531         [XPG3 || XPG4] (sigqueue): Likewise.
49532         [XPG3 || XPG4] (sigtimedwait): Likewise.
49533         [XPG3 || XPG4] (sigwaitinfo): Likewise.
49534         * conform/data/stdio.h-data [XPG3 || XPG4] (snprintf): Likewise.
49535         [XPG3 || XPG4] (vsnprintf): Likewise.
49536         * conform/data/sys/stat.h-data [XPG3 || XPG4] (blkcnt_t):
49537         Likewise.
49538         [XPG3 || XPG4] (blksize_t): Likewise.
49539         * conform/data/time.h-data [XPG3 || XPG4] (struct timespec):
49540         Likewise.
49541         [XPG3 || XPG4] (CLOCK_PROCESS_CPUTIME_ID): Likewise.
49542         [XPG3 || XPG4] (CLOCK_THREAD_CPUTIME_ID): Likewise.
49543         [XPG3 || XPG4] (struct itimerspec): Likewise.
49544         [XPG3 || XPG4] (CLOCK_REALTIME): Likewise.
49545         [XPG3 || XPG4] (TIMER_ABSTIME): Likewise.
49546         [XPG3 || XPG4] (CLOCK_MONOTONIC): Likewise.
49547         [XPG3 || XPG4] (clockid_t): Likewise.
49548         [XPG3 || XPG4] (timer_t): Likewise.
49549         [XPG3 || XPG4] (clock_getres): Likewise.
49550         [XPG3 || XPG4] (clock_gettime): Likewise.
49551         [XPG3 || XPG4] (clock_settime): Likewise.
49552         [XPG3 || XPG4] (nanosleep): Likewise.
49553         [XPG3 || XPG4] (timer_create): Likewise.
49554         [XPG3 || XPG4] (timer_delete): Likewise.
49555         [XPG3 || XPG4] (timer_gettime): Likewise.
49556         [XPG3 || XPG4] (timer_getoverrun): Likewise.
49557         [XPG3 || XPG4] (timer_settime): Likewise.
49558         * conform/data/unistd.h-data [XPG3 || XPG4] (fdatasync): Likewise.
49559         [XPG3 || XPG4] (getlogin_r): Likewise.
49560         [XPG3 || XPG4] (pread): Likewise.
49561         [XPG3 || XPG4] (pthread_atfork): Likewise.
49562         [XPG3 || XPG4] (pwrite): Likewise.
49564         [BZ #14835]
49565         * signal/signal.h [__USE_XOPEN_EXTENDED]: Include
49566         <bits/siginfo.h>.
49568 2012-11-19  Pino Toscano  <toscano.pino@tiscali.it>
49570         * malloc/mtrace.c (muntrace): Reset MALLSTREAM and the hooks before
49571         finalizing MALLSTREAM.
49573         * sysdeps/mach/hurd/syncfs.c: New file.
49575 2012-11-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
49577         [BZ #14719]
49578         * nss/getXXbyYY_r.c (INTERNAL (REENTRANT_NAME)): Set h_errno to
49579         NETDB_INTERNAL when NSS_STATUS_UNAVAIL.
49580         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname3_r): Set
49581         h_errno to NETDB_INTERNAL when errno is EMFILE or ENFILE.
49582         (_nss_dns_gethostbyname4_r): Likewise.
49583         * sysdeps/posix/getaddrinfo.c (gaih_inet): Set result to
49584         EAI_SYSTEM if NSS_STATUS_UNAVAIL.
49586 2012-11-19  Peng Haitao  <penght@cn.fujitsu.com>
49588         [BZ #13763]
49589         * sunrpc/bindrsvprt.c: Add lock to protect static variable.
49591 2012-11-19  Steve McIntyre  <steve.mcintyre@linaro.org>
49593         * sysdeps/generic/ldconfig.h (FLAG_AARCH64_LIB64): New macro.
49594         * elf/cache.c (print_entry): Print ",AArch64" for
49595         FLAG_AARCH64_LIB64
49597         * sysdeps/generic/ldconfig.h (FLAG_ARM_LIBHF): New macro.
49598         * elf/cache.c (print_entry): Print ",hard-float" for
49599         FLAG_ARM_LIBHF.
49601 2012-11-18  David S. Miller  <davem@davemloft.net>
49603         With help from Joseph Myers.
49604         * sysdeps/ieee754/flt-32/e_j0f.c (__ieee754_y0f): Adjust tinyness
49605         cutoff to 2**-13.
49606         * sysdeps/ieee754/flt-32/e_j1f.c (__ieee754_y1f): Adjust tinyness
49607         cutoff to 2**-25.
49608         * sysdeps/ieee754/ldbl-128/e_j0l.c (U0): New constant.
49609         ( __ieee754_y0l): Avoid arithmetic underflow when 'x' is very
49610         small.
49611         * sysdeps/ieee754/ldbl-128/e_j1l.c (__ieee754_y1l): Likewise.
49612         * math/libm-test.inc (y0_test): New tests.
49613         (y1_test): New tests.
49614         * sysdeps/i386/fpu/libm-test-ulps: Update.
49615         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
49616         * sysdeps/sparc/fpu/libm-test-ulps: Update.
49618 2012-11-18  Andreas Schwab  <schwab@linux-m68k.org>
49620         * configure.in (libc_cv_ld_gnu_indirect_function): Use .quad on
49621         64-bit targets.
49622         * configure: Regenerated.
49624 2012-11-17  David S. Miller  <davem@davemloft.net>
49626         [BZ #14811]
49627         * sysdeps/ieee754/ldbl-128/e_powl.c (__ieee754_powl): Saturate
49628         nonzero exponents with absolute value below 0x1p-128 to +/-
49629         0x1p-128.
49631 2012-11-17  Joseph Myers  <joseph@codesourcery.com>
49633         * sysdeps/unix/sysv/linux/fxstatat.c: Include <string.h>.
49635         * elf/dl-runtime.c [!ELF_MACHINE_NO_PLT]: Make code unconditional.
49637         * posix/getconf-speclist.c: New file.
49638         * posix/posix-envs.def: Likewise.
49639         * posix/confstr.c (START_ENV_GROUP): New macro.
49640         (END_ENV_GROUP): Likewise.
49641         (KNOWN_ABSENT_ENVIRONMENT): Likewise.
49642         (KNOWN_PRESENT_ENV_STRING): Likewise.
49643         (KNOWN_PRESENT_ENVIRONMENT): Likewise.
49644         (UNKNOWN_ENVIRONMENT): Likewise.
49645         (confstr): Include posix-envs.def instead of handling
49646         _CS_V7_WIDTH_RESTRICTED_ENVS, _CS_V6_WIDTH_RESTRICTED_ENVS and
49647         _CS_V5_WIDTH_RESTRICTED_ENVS directly here.
49648         * sysdeps/posix/sysconf.c (START_ENV_GROUP): New macro.
49649         (END_ENV_GROUP): Likewise.
49650         (KNOWN_ABSENT_ENVIRONMENT): Likewise.
49651         (KNOWN_PRESENT_ENVIRONMENT): Likewise.
49652         (UNKNOWN_ENVIRONMENT): Likewise.
49653         (__sysconf): Include posix-envs.def instead of handling associated
49654         cases directly here.
49655         * posix/Makefile ($(objpfx)getconf.speclist): Generate by
49656         preprocessing getconf-speclist.c rather than running getconf or
49657         generating empty file.
49659 2012-11-16  Pino Toscano  <toscano.pino@tiscali.it>
49661         * scripts/check-local-headers.sh: Ignore 'mach' headers.
49663 2012-11-16  Andrej Lajovic  <natrij@gmail.com>
49665         [BZ #14672]
49666         * iconv/iconv_prog.c (main): Fix -c handling of '/'.
49668 2012-11-16  David S. Miller  <davem@davemloft.net>
49670         * sysdeps/ieee754/ldbl-128/s_log1pl.c (__log1pl): If xm1 is
49671         smaller than LDBL_EPSILON/2.0L, just return xm1.
49673 2012-11-16  H.J. Lu  <hongjiu.lu@intel.com>
49675         * elf/tst-array1.c (init): Set constructor priority to 1000.
49676         (fini): Set destructor priority to 1000.
49677         * elf/tst-array2dep.c: Likewise.
49679 2012-11-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
49681         [BZ #11741]
49682         * libio/fileops.c (_IO_new_file_write): Correctly return error.
49683         (_IO_new_file_xsputn): Also return EOF if none of the input
49684         data was written when overflow failed.
49685         * libio/iopadn.c (_IO_padn): Likewise.
49686         * libio/iowpadn.c (_IO_wpadn): Likewise.
49687         * stdio-common/tst-put-error.c: Add copyright notice.
49688         (do_test): Add case for printing padded string.
49689         * stdio-common/vfprintf [!COMPILE_WPRINTF] (PAD): Flag error if
49690         _IO_padn returned error.
49691         [COMPILE_WPRINTF] (PAD): Flag error if _IO_wpadn returned error.
49692         * libio/libioP.h (_IO_xsputn_t): Note in comment that xsputn can
49693         return EOF.
49695 2012-11-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
49697         * libio/libioP.h: Add comment note that the references to C++
49698         bits are now obsolete.
49700 2012-11-15  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
49702         * math/libm-test.inc (check_complex): Use asprintf.
49704 2012-11-14  Joseph Myers  <joseph@codesourcery.com>
49706         * debug/pcprofiledump.c (print_version): Update copyright year.
49707         * malloc/memusagestat.c (print_version): Likewise.
49709 2012-11-14  H.J. Lu  <hongjiu.lu@intel.com>
49711         [BZ #14831]
49712         * elf/Makefile (tests): Add tst-audit8.
49713         ($(objpfx)tst-audit8): Also depend on $(common-objpfx)math/libm.so.
49714         ($(objpfx)tst-audit8.out): New target.
49715         (tst-audit8-ENV): New variable.
49716         * elf/dl-runtime.c (_dl_profile_fixup): Call _dl_fixup to skip
49717         audit if l_reloc_result is NULL.
49718         (ELF_MACHINE_RUNTIME_FIXUP_PARAMS): Issue an error if it isn't
49719         defined and ELF_MACHINE_RUNTIME_FIXUP_ARGS is defined.
49720         * elf/tst-audit8.c: New file.
49722 2012-11-14  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
49724         * io/Makefile (CFLAGS-open.c, CFLAGS-open64.c): Define.
49725         * misc/Makefile (CFLAGS-select.c): Define.
49726         * posix/Makefile (CFLAGS-pause.c): Define.
49728 2012-11-13  David S. Miller  <davem@davemloft.net>
49730         * crypt/Makefile: Move test targets after toplevel Rules
49731         inclusion.  Grab any necessary sysdep routines when linking.
49732         * crypt/md5.c (md5_process_block): Remove define, we will always
49733         name it __md5_process_block.
49734         (md5_finish_ctx): Update md5_process_block call.
49735         (md5_stream): Likewise.
49736         (md5_process_bytes): Likewise.
49737         (md5_process_block): Rename to __md5_process_block and move to ...
49738         * crypt/md5-block.c: ... here.
49739         * crypt/sha256.c (sha256_process_block): Move to ...
49740         * crypt/sha256-block.c: ... here.
49741         * crypt/sha512.c (sha512_process_block): Move to ...
49742         * crypt/sha512-block.c: ... here.
49743         * locale/Makefile (CFLAGS-md5.c): Define to add crypt/ to include
49744         path.
49745         * sysdeps/sparc/sparc-ifunc.c (sparc_libc_ifunc): Define.
49746         * sysdeps/sparc/sparc64/multiarch/Makefile
49747         (libcrypt-sysdep_routines): Add crypto assembler sysdeps when in
49748         crypt subdir.
49749         (localedef-aux): Add md5 crypto assembler when in locale subdir.
49750         * sysdeps/sparc/sparc32/sparcv9/multiarch/Makefile: Mirror sparc64
49751         multiarch changes.
49752         * sysdeps/sparc/sparc64/multiarch/md5-block.c: New file.
49753         * sysdeps/sparc/sparc64/multiarch/md5-crop.S: New file.
49754         * sysdeps/sparc/sparc64/multiarch/sha256-block.c: New file.
49755         * sysdeps/sparc/sparc64/multiarch/sha256-crop.S: New file.
49756         * sysdeps/sparc/sparc64/multiarch/sha512-block.c: New file.
49757         * sysdeps/sparc/sparc64/multiarch/sha512-crop.S: New file.
49758         * sysdeps/sparc/sparc32/sparcv9/multiarch/md5-block.c: New file.
49759         * sysdeps/sparc/sparc32/sparcv9/multiarch/md5-crop.S: New file.
49760         * sysdeps/sparc/sparc32/sparcv9/multiarch/sha256-block.c: New
49761         file.
49762         * sysdeps/sparc/sparc32/sparcv9/multiarch/sha256-crop.S: New file.
49763         * sysdeps/sparc/sparc32/sparcv9/multiarch/sha512-block.c: New
49764         file.
49765         * sysdeps/sparc/sparc32/sparcv9/multiarch/sha512-crop.S: New file.
49767 2012-11-13  Joseph Myers  <joseph@codesourcery.com>
49769         * timezone/tzselect.ksh: Update from tzcode git revision
49770         a435f9f0ecafa56d9e0263835836bd0c64cd7307.
49771         * timezone/zdump.c: Likewise.
49772         * timezone/zic.c: Likewise.
49773         * timezone/Makefile ($(objpfx)version.h): Only include $(version)
49774         in TZVERSION setting, not $(PKGVERSION).
49775         ($(objpfx)tzselect): Likewise.  Also substitute PKGVERSION and
49776         REPORT_BUGS_TO settings.
49778         [BZ #14838]
49779         * resolv/netdb.h [__USE_XOPEN_EXTENDED] (IPPORT_RESERVED): Define
49780         macro.
49782 2012-11-13  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
49784         * soft-fp/op-common.h (_FP_PACK_SEMIRAW): Move underflow
49785         detection to immediately after _FP_ROUND().
49786         * soft-fp/soft-fp.h (_FP_ROUND): Don't round if working
49787         bits are 0.
49789 2012-11-11  David S. Miller  <davem@davemloft.net>
49791         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c: Include
49792         inttypes.h
49793         (__get_clockfreq_via_proc_openprom): Use __open, __read, and
49794         __close rather than their public counterparts.
49796 2012-11-10  Joseph Myers  <joseph@codesourcery.com>
49798         * conform/data/semaphore.h-data [XPG3 || XPG4]: Disable whole
49799         file.
49800         [UNIX98] (sem_timedwait): Do not expect.
49801         * conform/data/sys/socket.h-data [XPG3]: Disable whole file.
49802         [XPG4 || UNIX98] (sockatmark): Do not expect.
49803         * conform/data/time.h-data [XPG3 || XPG4 || UNIX98]
49804         (clock_getcpuclockid): Do not expect.
49805         [XPG3 || XPG4 || UNIX98] (clock_nanosleep): Do not expect.
49806         * conform/data/unistd.h-data [XPG3 || XPG4 || UNIX98] (setegid):
49807         Do not expect.
49808         [XPG3 || XPG4 || UNIX98] (seteuid): Likewise.
49809         * conform/data/wchar.h-data [UNIX98] (vfwscanf): Do not expect.
49810         [UNIX98] (vwscanf): Likewise.
49811         [UNIX98] (vswscanf): Likewise.
49813 2012-11-09  Joseph Myers  <joseph@codesourcery.com>
49815         * timezone/version.h: Remove file.
49816         * timezone/README: Do not refer to version.h.
49817         * timezone/Makefile ($(objpfx)zic.o): New dependency on
49818         $(objpfx)version.h.
49819         ($(objpfx)zdump.o): Likewise.
49820         ($(objpfx)version.h): New target.
49822         * timezone/tzselect.ksh: Change to verbatim copy from tzcode
49823         2012i.
49824         * timezone/README: Don't mention modification to tzselect.ksh.
49825         * timezone/Makefile ($(objpfx)tzselect): Update substitutions to
49826         work on unmodified tzselect.ksh.  Substitute version numbers in
49827         tzselect.ksh.
49829         * Makefile (format-me): Remove.
49830         (INSTALL): Adjust indentation.  Use commands directly instead of
49831         using $(format-me).
49833         * aclocal.m4 (ACX_PKGVERSION): New macro.
49834         (ACX_BUGURL): Likewise.
49835         * configure.in: Use ACX_PKGVERSION and ACX_BUGURL.
49836         (PKGVERSION): New AC_DEFINE_UNQUOTED.
49837         (REPORT_BUGS_TO): Likewise.
49838         * configure: Regenerated.
49839         * config.h.in (PKGVERSION): New macro.
49840         (REPORT_BUGS_TO): Likewise.
49841         * config.make.in (PKGVERSION): New variable.
49842         (PKGVERSION_TEXI): Likewise.
49843         (REPORT_BUGS_TO): Likewise.
49844         (REPORT_BUGS_TEXI): Likewise.
49845         * Makefile (format-me): Use -I$(common-objpfx)manual.
49846         (INSTALL): Depend on $(common-objpfx)manual/pkgvers.texi.
49847         ($(common-objpfx)manual/%): New target.
49848         (manual/%): Remove target.
49849         * catgets/gencat.c (more_help): Use REPORT_BUGS_TO.
49850         (print_version): Use PKGVERSION.
49851         * csu/version.c (banner): Use PKGVERSION and REPORT_BUGS_TO.
49852         * debug/Makefile ($(objpfx)catchsegv): Also substitute PKGVERSION
49853         and REPORT_BUGS_TO.
49854         ($(objpfx)xtrace): Likewise.
49855         * debug/catchsegv.sh: Use PKGVERSION and REPORT_BUGS_TO.
49856         * debug/pcprofiledump.c (more_help): Use REPORT_BUGS_TO.
49857         (print_version): Use PKGVERSION.
49858         * debug/xtrace.sh (do_help): Use REPORT_BUGS_TO.
49859         (do_version): Use PKGVERSION.
49860         * elf/Makefile ($(objpfx)sotruss): Also substitute PKGVERSION and
49861         REPORT_BUGS_TO.
49862         (common-ldd-rewrite): Likewise.
49863         * elf/dl-close.c (_dl_close_worker): Use REPORT_BUGS_TO.
49864         * elf/ldconfig.c (more_help): Use REPORT_BUGS_TO.
49865         (print_version): Use PKGVERSION.
49866         * elf/ldd.bash.in: Use PKGVERSION and REPORT_BUGS_TO.
49867         * elf/pldd.c (argp_program_bug_address): Remove variable.
49868         (more_help): New function.
49869         (argp): Use more_help.
49870         (print_version): Use PKGVERSION.
49871         * elf/sln.c (main): Use PKGVERSION.
49872         (usage): Use REPORT_BUGS_TO.
49873         * elf/sotruss.ksh (do_help): Use REPORT_BUGS_TO.
49874         (top level): Use PKGVERSION.
49875         * elf/sprof.c (more_help): Use REPORT_BUGS_TO.
49876         (print_version): Use PKGVERSION.
49877         * iconv/iconv_prog.c (more_help): Use REPORT_BUGS_TO.
49878         (print_version): Use PKGVERSION.
49879         * iconv/iconvconfig.c (more_help): Use REPORT_BUGS_TO.
49880         (print_version): Use PKGVERSION.
49881         * locale/programs/locale.c (more_help): Use REPORT_BUGS_TO.
49882         (print_version): Use PKGVERSION.
49883         * locale/programs/localedef.c (more_help): Use REPORT_BUGS_TO.
49884         (print_version): Use PKGVERSION.
49885         * login/programs/pt_chown.c (more_help): Use REPORT_BUGS_TO.
49886         (print_version): Use PKGVERSION.
49887         * malloc/Makefile ($(objpfx)mtrace): Also substitute PKGVERSION
49888         and BUGURL.
49889         ($(objpfx)memusage): Likewise.
49890         * malloc/memusage.sh (do_help): Use REPORT_BUGS_TO.
49891         (do_version): Use PKGVERSION.
49892         * malloc/memusagestat.c (more_help): Use REPORT_BUGS_TO.
49893         (print_version): Use PKGVERSION.
49894         * malloc/mtrace.pl ($PACKAGE): Remove variable.
49895         ($PKGVERSION): New variable.
49896         ($REPORT_BUGS_TO): Likewise.
49897         (usage): Use $REPORT_BUGS_TO.
49898         (top level): Use $PKGVERSION.
49899         * manual/Makefile (libc-texi-generated): Add pkgvers.texi.
49900         ($(objpfx)pkgvers.texi): New rule.
49901         ($(objpfx)stamp-pkgvers): Likewise.
49902         * manual/install.texi: Include pkgvers.texi.
49903         (--with-pkgversion): Document new configure option.
49904         (--with-bugurl): Likewise.
49905         (Reporting Bugs): Describe Bugzilla as upstream tracker rather
49906         than necessarily for this particular distribution.  Use
49907         REPORT_BUGS_TO for where to report bugs.
49908         * INSTALL: Regenerated.
49909         * manual/libc.texinfo: Include pkgvers.texi.
49910         [!PKGVERSION_DEFAULT]: Include PKGVERSION in version information.
49911         * nscd/nscd.c (more_help): Use REPORT_BUGS_TO.
49912         (print_version): Use PKGVERSION.
49913         * nss/getent.c (more_help): Use REPORT_BUGS_TO.
49914         (print_version): Use PKGVERSION.
49915         * nss/makedb.c (more_help): Use REPORT_BUGS_TO.
49916         (print_version): Use PKGVERSION.
49917         * posix/getconf.c (main): Use PKGVERSION and REPORT_BUGS_TO.
49918         * sunrpc/proto.h [IS_IN_build] (_libc_intl_domainname): Remove
49919         macro.
49920         * sunrpc/rpc_main.c (options_usage): Use REPORT_BUGS_TO.
49921         (print_version): Use PKGVERSION.
49922         * sunrpc/rpcinfo.c (usage): Use REPORT_BUGS_TO.
49923         (print_version): Use PKGVERSION.
49924         * sysdeps/unix/sysv/linux/lddlibc4.c (main): Use REPORT_BUGS_TO
49925         and PKGVERSION.
49927         * timezone/checktab.awk: Update from tzcode 2012i.
49928         * timezone/ialloc.c: Likewise.
49929         * timezone/private.h: Likewise.
49930         * timezone/scheck.c: Likewise.
49931         * timezone/tzfile.h: Likewise.
49932         * timezone/tzselect.ksh: Merge in changes from tzcode 2012i.
49933         (TZVERSION): Hardcode tzcode version number.
49934         * timezone/zdump.c: Update from tzcode 2012i.
49935         * timezone/zic.c: Likewise.
49936         * timezone/version.h: New file.
49937         * timezone/README: Describe version.h.  Update upstream location.
49939         [BZ #14824]
49940         * stdlib/stdlib.h [__USE_XOPEN_EXTENDED && __USE_XOPEN2K]
49941         (mktemp): Enable declaration.
49942         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K] (ecvt): Likewise.
49943         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K] (fcvt): Likewise.
49944         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K] (gcvt): Likewise.
49945         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (qecvt):
49946         Likewise.
49947         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (qfcvt):
49948         Likewise.
49949         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (qgcvt):
49950         Likewise.
49951         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (ecvt_r):
49952         Likewise.
49953         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (fcvt_r):
49954         Likewise.
49955         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (gcvt_r):
49956         Likewise.
49958         [BZ #14821]
49959         * sunrpc/clnt_tcp.c (clnttcp_control): Access values at fixed
49960         offset in buffer as u_int32_t not u_long.  Consistently use memcpy
49961         for copies of such integer values.
49962         * sunrpc/clnt_udp.c (clntudp_control): Likewise.
49963         * sunrpc/clnt_unix.c (clntunix_control): Likewise.
49965 2012-11-09  Andreas Jaeger  <aj@suse.de>
49967         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Remove all
49968         definitions and declarations that are provided by
49969         <bits/fcntl-linux.h> and include <bits/fcntl-linux.h>.
49971 2012-11-08  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
49973         * sysdeps/s390/dl-procinfo.c (_dl_s390_cap_flags): Add "te".
49974         * sysdeps/s390/dl-procinfo.h (HWCAP_S390_TE): Add enum value.
49975         * sysdeps/unix/sysv/linux/s390/hwcap.h (HWCAP_S390_TE): Add macro
49976         definition.
49978 2012-11-08  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
49980         * elf/elf.h: Update comment before AArch64 relocations.
49982 2012-11-07  David S. Miller  <davem@davemloft.net>
49984         * sysdeps/unix/sysv/linux/sparc/sparc64/__start_context.S: New file.
49985         * sysdeps/unix/sysv/linux/sparc/sparc64/makecontext.c
49986         (__start_context): Declare.
49987         (__makecontext_ret): Delete.
49988         (__makecontext): Hook up __start_context instead of
49989         __makecontext_ret.
49990         * sysdeps/unix/sysv/linux/sparc/sparc64/Makefile
49991         (sysdep_routines): Add __start_context when in stdlib.
49993 2012-11-07  Joseph Myers  <joseph@codesourcery.com>
49995         * sysdeps/x86/Makefile ($(objpfx)tst-xmmymm.out): Pass $(NM),
49996         $(OBJDUMP) and $(READELF) to tst-xmmymm.sh.
49997         * sysdeps/x86/tst-xmmymm.sh (NM): New variable.  Use it instead of
49998         hardcoded "nm".
49999         (OBJDUMP): New variable.  Use it instead of hardcoded "objdump".
50000         (READELF): New variable.  Use it instead of hardcoded "readelf".
50002 2012-11-07  H.J. Lu  <hongjiu.lu@intel.com>
50004         * sysdeps/x86_64/Makefile ($(objpfx)tst-xmmymm.out): Moved to ...
50005         * sysdeps/x86/Makefile: Here.
50006         * sysdeps/x86_64/tst-xmmymm.sh: Renamed to ...
50007         * sysdeps/x86/tst-xmmymm.sh: This.
50009 2012-11-07  Joseph Myers  <joseph@codesourcery.com>
50011         * conform/data/pthread.h-data [XPG3 || XPG4]: Disable all
50012         expectations.
50013         [UNIX98] (pthread_barrier_t): Do not expect.
50014         [UNIX98] (pthread_barrierattr_t): Likewise.
50015         [UNIX98] (pthread_spinlock_t): Likewise.
50016         [UNIX98] (pthread_barrier_destroy): Likewise.
50017         [UNIX98] (pthread_barrier_init): Likewise.
50018         [UNIX98] (pthread_barrier_wait): Likewise.
50019         [UNIX98] (pthread_barrierattr_destroy): Likewise.
50020         [UNIX98] (pthread_barrierattr_getpshared): Likewise.
50021         [UNIX98] (pthread_barrierattr_init): Likewise.
50022         [UNIX98] (pthread_barrierattr_setpshared): Likewise.
50023         [UNIX98] (pthread_getcpuclockid): Likewise.
50024         [UNIX98] (pthread_mutex_timedlock): Likewise.
50025         [UNIX98] (pthread_rwlock_timedrdlock): Likewise.
50026         [UNIX98] (pthread_rwlock_timedwrlock): Likewise.
50027         [UNIX98] (pthread_sigmask): Likewise.
50028         [UNIX98] (pthread_spin_destroy): Likewise.
50029         [UNIX98] (pthread_spin_init): Likewise.
50030         [UNIX98] (pthread_spin_lock): Likewise.
50031         [UNIX98] (pthread_spin_trylock): Likewise.
50032         [UNIX98] (pthread_spin_unlock): Likewise.
50033         * conform/data/sys/types.h-data [XPG3 || XPG4] (pthread_attr_t):
50034         Do not expect.
50035         [XPG3 || XPG4 || UNIX98] (pthread_barrier_t): Likewise.
50036         [XPG3 || XPG4 || UNIX98] (pthread_barrierattr_t): Likewise.
50037         [XPG3 || XPG4] (pthread_cond_t): Likewise.
50038         [XPG3 || XPG4] (pthread_condattr_t): Likewise.
50039         [XPG3 || XPG4] (pthread_key_t): Likewise.
50040         [XPG3 || XPG4] (pthread_mutex_t): Likewise.
50041         [XPG3 || XPG4] (pthread_mutexattr_t): Likewise.
50042         [XPG3 || XPG4] (pthread_once_t): Likewise.
50043         [XPG3 || XPG4] (pthread_rwlock_t): Likewise.
50044         [XPG3 || XPG4] (pthread_rwlockattr_t): Likewise.
50045         [XPG3 || XPG4 || UNIX98] (pthread_spinlock_t): Likewise.
50046         [XPG3 || XPG4] (pthread_t): Likewise.
50048         * conform/data/stdlib.h-data [XPG3 || XPG4 || UNIX98] (setenv): Do
50049         not expect.
50050         [XPG3 || XPG4 || UNIX98] (unsetenv): Likewise.
50052         * conform/data/math.h-data [XPG3 || XPG4 || UNIX98] (isnan):
50053         Change function return type to int.
50055         * conform/data/sys/mman.h-data [!POSIX] (POSIX_MADV_NORMAL):
50056         Change condition to [!POSIX && !XPG3 && !XPG4 && !UNIX98].
50057         [!POSIX] (POSIX_MADV_SEQUENTIAL): Likewise.
50058         [!POSIX] (POSIX_MADV_RANDOM): Likewise.
50059         [!POSIX] (POSIX_MADV_WILLNEED): Likewise.
50060         [!POSIX] (POSIX_MADV_DONTNEED): Likewise.
50061         [!POSIX] (posix_madvise): Likewise.
50062         (POSIX_TYPED_MEM_ALLOCATE): Condition on [!POSIX && !XPG3 && !XPG4
50063         && !UNIX98].
50064         (POSIX_TYPED_MEM_ALLOCATE_CONTIG): Likewise.
50065         (POSIX_TYPED_MEM_MAP_ALLOCATABLE): Likewise.
50066         (mode_t): Likewise.
50067         (posix_mem_offset): Likewise.
50068         (posix_typed_mem_get_info): Likewise.
50069         (posix_typed_mem_open): Likewise.
50071         * conform/data/sys/stat.h-data [!POSIX && !POSIX2008] (mknodat):
50072         Change condition to [XOPEN2K8].
50074         * conform/conformtest.pl: Preprocess allow-header data with -x c
50075         instead of from stdin.
50076         (@headers): Add stdalign.h, stdbool.h and stdnoreturn.h.
50077         * conform/data/complex.h-data [C99-based standards] (cerf): Allow.
50078         [C99-based standards] (cerfc): Likewise.
50079         [C99-based standards] (cexp2): Likewise.
50080         [C99-based standards] (cexpm1): Likewise.
50081         [C99-based standards] (clog10): Likewise.
50082         [C99-based standards] (clog1p): Likewise.
50083         [C99-based standards] (clog2): Likewise.
50084         [C99-based standards] (clgamma): Likewise.
50085         [C99-based standards] (ctgamma): Likewise.
50086         [C99-based standards] (cerff): Likewise.
50087         [C99-based standards] (cerfcf): Likewise.
50088         [C99-based standards] (cexp2f): Likewise.
50089         [C99-based standards] (cexpm1f): Likewise.
50090         [C99-based standards] (clog10f): Likewise.
50091         [C99-based standards] (clog1pf): Likewise.
50092         [C99-based standards] (clog2f): Likewise.
50093         [C99-based standards] (clgammaf): Likewise.
50094         [C99-based standards] (ctgammaf): Likewise.
50095         [C99-based standards] (cerfl): Likewise.
50096         [C99-based standards] (cerfcl): Likewise.
50097         [C99-based standards] (cexp2l): Likewise.
50098         [C99-based standards] (cexpm1l): Likewise.
50099         [C99-based standards] (clog10l): Likewise.
50100         [C99-based standards] (clog1pl): Likewise.
50101         [C99-based standards] (clog2l): Likewise.
50102         [C99-based standards] (clgammal): Likewise.
50103         [C99-based standards] (ctgammal): Likewise.
50104         * conform/data/inttypes.h-data [C99-based standards]: Include
50105         stdint.h-data.  Remove all expectations for stdint.h contents.
50106         [C99-based standards] (PRI*): Do not allow.
50107         [C99-based standards] (SCN*): Likewise.
50108         [C99-based standards] (*_t): Likewise.
50109         [C99-based-standards] (PRId8): Expect macro.
50110         [C99-based-standards] (PRIi8): Likewise.
50111         [C99-based-standards] (PRIo8): Likewise.
50112         [C99-based-standards] (PRIu8): Likewise.
50113         [C99-based-standards] (PRIx8): Likewise.
50114         [C99-based-standards] (PRIX8): Likewise.
50115         [C99-based-standards] (SCNd8): Likewise.
50116         [C99-based-standards] (SCNi8): Likewise.
50117         [C99-based-standards] (SCNo8): Likewise.
50118         [C99-based-standards] (SCNu8): Likewise.
50119         [C99-based-standards] (SCNx8): Likewise.
50120         [C99-based-standards] (PRIdLEAST8): Likewise.
50121         [C99-based-standards] (PRIiLEAST8): Likewise.
50122         [C99-based-standards] (PRIoLEAST8): Likewise.
50123         [C99-based-standards] (PRIuLEAST8): Likewise.
50124         [C99-based-standards] (PRIxLEAST8): Likewise.
50125         [C99-based-standards] (PRIXLEAST8): Likewise.
50126         [C99-based-standards] (SCNdLEAST8): Likewise.
50127         [C99-based-standards] (SCNiLEAST8): Likewise.
50128         [C99-based-standards] (SCNoLEAST8): Likewise.
50129         [C99-based-standards] (SCNuLEAST8): Likewise.
50130         [C99-based-standards] (SCNxLEAST8): Likewise.
50131         [C99-based-standards] (PRIdFAST8): Likewise.
50132         [C99-based-standards] (PRIiFAST8): Likewise.
50133         [C99-based-standards] (PRIoFAST8): Likewise.
50134         [C99-based-standards] (PRIuFAST8): Likewise.
50135         [C99-based-standards] (PRIxFAST8): Likewise.
50136         [C99-based-standards] (PRIXFAST8): Likewise.
50137         [C99-based-standards] (SCNdFAST8): Likewise.
50138         [C99-based-standards] (SCNiFAST8): Likewise.
50139         [C99-based-standards] (SCNoFAST8): Likewise.
50140         [C99-based-standards] (SCNuFAST8): Likewise.
50141         [C99-based-standards] (SCNxFAST8): Likewise.
50142         [C99-based-standards] (PRId16): Likewise.
50143         [C99-based-standards] (PRIi16): Likewise.
50144         [C99-based-standards] (PRIo16): Likewise.
50145         [C99-based-standards] (PRIu16): Likewise.
50146         [C99-based-standards] (PRIx16): Likewise.
50147         [C99-based-standards] (PRIX16): Likewise.
50148         [C99-based-standards] (SCNd16): Likewise.
50149         [C99-based-standards] (SCNi16): Likewise.
50150         [C99-based-standards] (SCNo16): Likewise.
50151         [C99-based-standards] (SCNu16): Likewise.
50152         [C99-based-standards] (SCNx16): Likewise.
50153         [C99-based-standards] (PRIdLEAST16): Likewise.
50154         [C99-based-standards] (PRIiLEAST16): Likewise.
50155         [C99-based-standards] (PRIoLEAST16): Likewise.
50156         [C99-based-standards] (PRIuLEAST16): Likewise.
50157         [C99-based-standards] (PRIxLEAST16): Likewise.
50158         [C99-based-standards] (PRIXLEAST16): Likewise.
50159         [C99-based-standards] (SCNdLEAST16): Likewise.
50160         [C99-based-standards] (SCNiLEAST16): Likewise.
50161         [C99-based-standards] (SCNoLEAST16): Likewise.
50162         [C99-based-standards] (SCNuLEAST16): Likewise.
50163         [C99-based-standards] (SCNxLEAST16): Likewise.
50164         [C99-based-standards] (PRIdFAST16): Likewise.
50165         [C99-based-standards] (PRIiFAST16): Likewise.
50166         [C99-based-standards] (PRIoFAST16): Likewise.
50167         [C99-based-standards] (PRIuFAST16): Likewise.
50168         [C99-based-standards] (PRIxFAST16): Likewise.
50169         [C99-based-standards] (PRIXFAST16): Likewise.
50170         [C99-based-standards] (SCNdFAST16): Likewise.
50171         [C99-based-standards] (SCNiFAST16): Likewise.
50172         [C99-based-standards] (SCNoFAST16): Likewise.
50173         [C99-based-standards] (SCNuFAST16): Likewise.
50174         [C99-based-standards] (SCNxFAST16): Likewise.
50175         [C99-based-standards] (PRId32): Likewise.
50176         [C99-based-standards] (PRIi32): Likewise.
50177         [C99-based-standards] (PRIo32): Likewise.
50178         [C99-based-standards] (PRIu32): Likewise.
50179         [C99-based-standards] (PRIx32): Likewise.
50180         [C99-based-standards] (PRIX32): Likewise.
50181         [C99-based-standards] (SCNd32): Likewise.
50182         [C99-based-standards] (SCNi32): Likewise.
50183         [C99-based-standards] (SCNo32): Likewise.
50184         [C99-based-standards] (SCNu32): Likewise.
50185         [C99-based-standards] (SCNx32): Likewise.
50186         [C99-based-standards] (PRIdLEAST32): Likewise.
50187         [C99-based-standards] (PRIiLEAST32): Likewise.
50188         [C99-based-standards] (PRIoLEAST32): Likewise.
50189         [C99-based-standards] (PRIuLEAST32): Likewise.
50190         [C99-based-standards] (PRIxLEAST32): Likewise.
50191         [C99-based-standards] (PRIXLEAST32): Likewise.
50192         [C99-based-standards] (SCNdLEAST32): Likewise.
50193         [C99-based-standards] (SCNiLEAST32): Likewise.
50194         [C99-based-standards] (SCNoLEAST32): Likewise.
50195         [C99-based-standards] (SCNuLEAST32): Likewise.
50196         [C99-based-standards] (SCNxLEAST32): Likewise.
50197         [C99-based-standards] (PRIdFAST32): Likewise.
50198         [C99-based-standards] (PRIiFAST32): Likewise.
50199         [C99-based-standards] (PRIoFAST32): Likewise.
50200         [C99-based-standards] (PRIuFAST32): Likewise.
50201         [C99-based-standards] (PRIxFAST32): Likewise.
50202         [C99-based-standards] (PRIXFAST32): Likewise.
50203         [C99-based-standards] (SCNdFAST32): Likewise.
50204         [C99-based-standards] (SCNiFAST32): Likewise.
50205         [C99-based-standards] (SCNoFAST32): Likewise.
50206         [C99-based-standards] (SCNuFAST32): Likewise.
50207         [C99-based-standards] (SCNxFAST32): Likewise.
50208         [C99-based-standards] (PRId64): Likewise.
50209         [C99-based-standards] (PRIi64): Likewise.
50210         [C99-based-standards] (PRIo64): Likewise.
50211         [C99-based-standards] (PRIu64): Likewise.
50212         [C99-based-standards] (PRIx64): Likewise.
50213         [C99-based-standards] (PRIX64): Likewise.
50214         [C99-based-standards] (SCNd64): Likewise.
50215         [C99-based-standards] (SCNi64): Likewise.
50216         [C99-based-standards] (SCNo64): Likewise.
50217         [C99-based-standards] (SCNu64): Likewise.
50218         [C99-based-standards] (SCNx64): Likewise.
50219         [C99-based-standards] (PRIdLEAST64): Likewise.
50220         [C99-based-standards] (PRIiLEAST64): Likewise.
50221         [C99-based-standards] (PRIoLEAST64): Likewise.
50222         [C99-based-standards] (PRIuLEAST64): Likewise.
50223         [C99-based-standards] (PRIxLEAST64): Likewise.
50224         [C99-based-standards] (PRIXLEAST64): Likewise.
50225         [C99-based-standards] (SCNdLEAST64): Likewise.
50226         [C99-based-standards] (SCNiLEAST64): Likewise.
50227         [C99-based-standards] (SCNoLEAST64): Likewise.
50228         [C99-based-standards] (SCNuLEAST64): Likewise.
50229         [C99-based-standards] (SCNxLEAST64): Likewise.
50230         [C99-based-standards] (PRIdFAST64): Likewise.
50231         [C99-based-standards] (PRIiFAST64): Likewise.
50232         [C99-based-standards] (PRIoFAST64): Likewise.
50233         [C99-based-standards] (PRIuFAST64): Likewise.
50234         [C99-based-standards] (PRIxFAST64): Likewise.
50235         [C99-based-standards] (PRIXFAST64): Likewise.
50236         [C99-based-standards] (SCNdFAST64): Likewise.
50237         [C99-based-standards] (SCNiFAST64): Likewise.
50238         [C99-based-standards] (SCNoFAST64): Likewise.
50239         [C99-based-standards] (SCNuFAST64): Likewise.
50240         [C99-based-standards] (SCNxFAST64): Likewise.
50241         [C99-based-standards] (PRIdMAX): Likewise.
50242         [C99-based-standards] (PRIiMAX): Likewise.
50243         [C99-based-standards] (PRIoMAX): Likewise.
50244         [C99-based-standards] (PRIuMAX): Likewise.
50245         [C99-based-standards] (PRIxMAX): Likewise.
50246         [C99-based-standards] (PRIXMAX): Likewise.
50247         [C99-based-standards] (SCNdMAX): Likewise.
50248         [C99-based-standards] (SCNiMAX): Likewise.
50249         [C99-based-standards] (SCNoMAX): Likewise.
50250         [C99-based-standards] (SCNuMAX): Likewise.
50251         [C99-based-standards] (SCNxMAX): Likewise.
50252         [C99-based-standards] (PRIdPTR): Likewise.
50253         [C99-based-standards] (PRIiPTR): Likewise.
50254         [C99-based-standards] (PRIoPTR): Likewise.
50255         [C99-based-standards] (PRIuPTR): Likewise.
50256         [C99-based-standards] (PRIxPTR): Likewise.
50257         [C99-based-standards] (PRIXPTR): Likewise.
50258         [C99-based-standards] (SCNdPTR): Likewise.
50259         [C99-based-standards] (SCNiPTR): Likewise.
50260         [C99-based-standards] (SCNoPTR): Likewise.
50261         [C99-based-standards] (SCNuPTR): Likewise.
50262         [C99-based-standards] (SCNxPTR): Likewise.
50263         * conform/data/iso646.h-data [ISO C standards] (*_t): Do not
50264         allow.
50265         * conform/data/stdint.h-data: Update comments to clarify
50266         requirements.
50267         [C99-based standards] (INT8_MIN): Use macro-int-constant.  Specify
50268         type.
50269         [C99-based standards] (INT8_MAX): Likewise.
50270         [C99-based standards] (INT16_MIN): Likewise.
50271         [C99-based standards] (INT16_MAX): Likewise.
50272         [C99-based standards] (INT32_MIN): Likewise.
50273         [C99-based standards] (INT32_MAX): Likewise.
50274         [C99-based standards] (INT64_MIN): Likewise.
50275         [C99-based standards] (INT64_MAX): Likewise.
50276         [C99-based standards] (UINT8_MAX): Likewise.
50277         [C99-based standards] (UINT16_MAX): Likewise.
50278         [C99-based standards] (UINT32_MAX): Likewise.
50279         [C99-based standards] (UINT64_MAX): Likewise.
50280         [C99-based standards] (INT_LEAST8_MIN): Likewise.
50281         [C99-based standards] (INT_LEAST8_MAX): Likewise.
50282         [C99-based standards] (INT_LEAST16_MIN): Likewise.
50283         [C99-based standards] (INT_LEAST16_MAX): Likewise.
50284         [C99-based standards] (INT_LEAST32_MIN): Likewise.
50285         [C99-based standards] (INT_LEAST32_MAX): Likewise.
50286         [C99-based standards] (INT_LEAST64_MIN): Likewise.
50287         [C99-based standards] (INT_LEAST64_MAX): Likewise.
50288         [C99-based standards] (UINT_LEAST8_MAX): Likewise.
50289         [C99-based standards] (UINT_LEAST16_MAX): Likewise.
50290         [C99-based standards] (UINT_LEAST32_MAX): Likewise.
50291         [C99-based standards] (UINT_LEAST64_MAX): Likewise.
50292         [C99-based standards] (INT_FAST8_MIN): Likewise.
50293         [C99-based standards] (INT_FAST8_MAX): Likewise.
50294         [C99-based standards] (INT_FAST16_MIN): Likewise.
50295         [C99-based standards] (INT_FAST16_MAX): Likewise.
50296         [C99-based standards] (INT_FAST32_MIN): Likewise.
50297         [C99-based standards] (INT_FAST32_MAX): Likewise.
50298         [C99-based standards] (INT_FAST64_MIN): Likewise.
50299         [C99-based standards] (INT_FAST64_MAX): Likewise.
50300         [C99-based standards] (UINT_FAST8_MAX): Likewise.
50301         [C99-based standards] (UINT_FAST16_MAX): Likewise.
50302         [C99-based standards] (UINT_FAST32_MAX): Likewise.
50303         [C99-based standards] (UINT_FAST64_MAX): Likewise.
50304         [C99-based standards] (INTPTR_MIN): Likewise.
50305         [C99-based standards] (INTPTR_MAX): Likewise.
50306         [C99-based standards] (UINTPTR_MAX): Likewise.
50307         [C99-based standards] (INTMAX_MIN): Likewise.
50308         [C99-based standards] (INTMAX_MAX): Likewise.
50309         [C99-based standards] (UINTMAX_MAX): Likewise.
50310         [C99-based standards] (PTRDIFF_MIN): Likewise.
50311         [C99-based standards] (PTRDIFF_MAX): Likewise.
50312         [C99-based standards] (SIG_ATOMIC_MAX): Likewise.
50313         [C99-based standards] (SIZE_MAX): Likewise.
50314         [C99-based standards] (WCHAR_MAX): Likewise.
50315         [C99-based standards] (WINT_MAX): Likewise.
50316         [C99-based standards] (SIG_ATOMIC_MIN): Likewise.  Do not specify
50317         constraint on value.
50318         [C99-based standards] (WCHAR_MIN): Likewise.
50319         [C99-based standards] (WINT_MIN): Likewise.
50320         [C99-based standards] (*_t): Allow.
50321         * conform/data/tgmath.h-data [XOPEN2K || POSIX2008]: Change
50322         condition to [!ISO && !POSIX && !XPG3 && !XPG4 && !UNIX98].
50323         Include math.h-data and complex.h-data.  Remove all expectations
50324         of math.h and complex.h contents.
50325         * conform/data/uchar.h-data [ISO11] (c16rtomb): Remove stray "16"
50326         at end of line.
50327         * conform/data/wchar.h-data [!ISO && !POSIX && !XPG3 && !XPG4]
50328         (struct tm): Expect tag.
50329         [C99-based-standards] (wcstof): Expect function.
50330         [C99-based-standards] (wcstold): Likewise.
50331         [C99-based-standards] (wcstoll): Likewise.
50332         [C99-based-standards] (wcstoull): Likewise.
50333         [!ISO && !POSIX && !XPG3 && !XPG4] (WCHAR_MIN): Use
50334         macro-int-constant.  Specify type.
50335         [!ISO && !POSIX && !XPG3 && !XPG4] (WCHAR_MAX): Likewise.  Specify
50336         constraint on value.
50337         [!ISO && !POSIX && !XPG3 && !XPG4] (WEOF): Use macro-constant.
50338         Specify type.
50339         [!ISO && !POSIX && !XPG3 && !XPG4] (NULL): Use macro-constant.
50340         Specify value.
50341         [ISO C standards]: Do not allow headers.
50342         [!ISO && !POSIX && !XPG3 && !XPG4] (wcs*): Change to
50343         wcs[abcdefghijklmnopqrstuvwxyz]*.
50344         [ISO C standards] (*_t): Do not allow.
50345         * conform/data/wctype.h-data [C99-based standards] (iswblank):
50346         Expect function.
50347         [XOPEN2K8 || POSIX2008] (iswblank_l): Likewise.
50348         [!ISO && !POSIX && !XPG3 && !XPG4] (WEOF): Use macro-constant.
50349         Specify type.
50350         [ISO C standards]: Do not allow headers.
50351         [!ISO && !POSIX && !XPG3 && !XPG4] (is*): Change to
50352         is[abcdefghijklmnopqrstuvwxyz]*.
50353         [!ISO && !POSIX && !XPG3 && !XPG4] (to*): Change to
50354         to[abcdefghijklmnopqrstuvwxyz]*.
50355         [ISO C standards] (*_t): Do not allow.
50356         * conform/data/stdalign.h-data: New file.
50357         * conform/data/stdbool.h-data: Likewise.
50358         * conform/data/stdnoreturn.h-data: Likewise.
50360 2012-11-07  Roland McGrath  <roland@hack.frob.com>
50362         [BZ #14815]
50363         * manual/filesys.texi (Directory Entries): Typo fix.
50364         Reported by <h-iwamoto@kit.hi-ho.ne.jp>.
50366 2012-11-07  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
50368         * elf/elf.h (EM_AARCH64): New macro.
50369         (R_AARCH64_NONE, R_AARCH64_ABS64, R_AARCH64_ABS32): Likewise.
50370         (R_AARCH64_COPY, R_AARCH64_GLOB_DAT, R_AARCH64_JUMP_SLOT): Likewise.
50371         (R_AARCH64_RELATIVE, R_AARCH64_TLS_DTPMOD64): Likewise.
50372         (R_AARCH64_TLS_DTPREL64, R_AARCH64_TLS_TPREL64): Likewise.
50373         (R_AARCH64_TLSDESC): Likewise.
50374         (NT_ARM_TLS): Likewise.
50375         (NT_ARM_HW_BREAK): Likewise.
50376         (NT_ARM_HW_WATCH): Likewise.
50378 2012-11-07  Joseph Myers  <joseph@codesourcery.com>
50380         [BZ #14811]
50381         * sysdeps/i386/fpu/e_powl.S (pm79): New object.
50382         (__ieee754_powl): Saturate nonzero exponents with absolute value
50383         below 0x1p-79 to +/- 0x1p-79.
50384         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Saturate nonzero
50385         exponents with absolute value below 0x1p-64 to +/- 0x1p-64.
50386         * sysdeps/ieee754/flt-32/e_powf.c (__ieee754_powf): Saturate
50387         nonzero exponents with absolute value below 0x1p-32 to +/-
50388         0x1p-32.
50389         * sysdeps/x86_64/fpu/e_powl.S (pm79): New object.
50390         (__ieee754_powl): Saturate nonzero exponents with absolute value
50391         below 0x1p-79 to +/- 0x1p-79.
50392         * math/libm-test.inc (pow_test): Add more tests.
50394 2012-11-07  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
50396         * sysdeps/s390/dl-procinfo.c (_dl_s390_cap_flags): Sync
50397         _dl_s390_cap_flags with kernel. Increase string length.
50398         (_dl_s390_platforms): Add z196 and zEC12.
50400 2012-11-07  Joseph Myers  <joseph@codesourcery.com>
50402         * conform/data/time.h-data [!XOPEN21K && !XOPEN2K8 && !POSIX2008]:
50403         Change XOPEN21K to XOPEN2K.
50405 2012-11-06  Maxim Kuvyrkov  <maxim@codesourcery.com>
50407         * string/memmove.c: Use memcpy when possible.
50409 2012-11-06  Andreas Jaeger  <aj@suse.de>
50411         * po/eo.po: Update from translation team.
50413 2012-11-06  Joseph Myers  <joseph@codesourcery.com>
50415         [BZ #14793]
50416         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): In case of large z
50417         exponent and small x and y exponents, scale x or y up.  Increase
50418         by 2 the exponent used in scaling up.
50419         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
50420         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
50421         * math/libm-test.inc (fma_test): Add more tests.
50422         (fma_test_towardzero): Likewise.
50423         (fma_test_downward): Likewise.
50424         (fma_test_upward): Likewise.
50426 2012-11-05  Joseph Myers  <joseph@codesourcery.com>
50428         [BZ #14805]
50429         * sysdeps/sh/sh4/fpu/bits/fenv.h (FE_DFL_ENV): Use cast to const
50430         fenv_t *.
50432         [BZ #14801]
50433         * sysdeps/s390/fpu/bits/fenv.h (fenv_t): Use implementation
50434         namespace for names of struct fields.
50435         * sysdeps/s390/fpu/fegetenv.c (fegetenv): Update references to
50436         fenv_t fields.
50437         * sysdeps/s390/fpu/feholdexcpt.c (feholdexcept): Likewise.
50438         * sysdeps/s390/fpu/fesetenv.c (fesetenv): Likewise.
50440 2012-11-04  Samuel Thibault  <samuel.thibault@ens-lyon.org>
50442         [BZ #3665]
50443         * sysdeps/mach/hurd/bits/errno.h: Regenerated.
50445 2012-11-04  Thomas Schwinge  <thomas@codesourcery.com>
50447         * csu/libc-start.c (LIBC_START_MAIN): Conditionalize use of
50448         PTR_DEMANGLE.
50450         [BZ #5246]
50451         * sysdeps/mach/hurd/i386/____longjmp_chk.S: Conditionalize use of
50452         PTR_DEMANGLE.
50454 2012-11-04  Joseph Myers  <joseph@codesourcery.com>
50456         [BZ #14797]
50457         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Compute cases that
50458         definitely overflow as x * y not x * y + z.
50459         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
50460         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
50461         * math/libm-test.inc (fma_test): Add more tests.
50462         (fma_test_towardzero): Likewise.
50463         (fma_test_downward): Likewise.
50464         (fma_test_upward): Likewise.
50466 2012-11-04  Thomas Schwinge  <thomas@codesourcery.com>
50468         [BZ #157]
50470         * include/stub-tag.h: Remove file.
50471         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Don't emit
50472         '#include' of it.
50473         * manual/maint.texi (Porting): Don't reference it.
50474         * Makerules ($(objpfx)stubs): Likewise.
50475         * dirent/closedir.c: Don't include <stub-tag.h>.
50476         * dirent/dirfd.c: Likewise.
50477         * dirent/fdopendir.c: Likewise.
50478         * dirent/getdents.c: Likewise.
50479         * dirent/getdents64.c: Likewise.
50480         * dirent/opendir.c: Likewise.
50481         * dirent/readdir.c: Likewise.
50482         * dirent/readdir64.c: Likewise.
50483         * dirent/readdir64_r.c: Likewise.
50484         * dirent/readdir_r.c: Likewise.
50485         * dirent/rewinddir.c: Likewise.
50486         * dirent/seekdir.c: Likewise.
50487         * dirent/telldir.c: Likewise.
50488         * gmon/profil.c: Likewise.
50489         * grp/setgroups.c: Likewise.
50490         * inet/if_index.c: Likewise.
50491         * io/access.c: Likewise.
50492         * io/chdir.c: Likewise.
50493         * io/chmod.c: Likewise.
50494         * io/chown.c: Likewise.
50495         * io/close.c: Likewise.
50496         * io/dup.c: Likewise.
50497         * io/dup2.c: Likewise.
50498         * io/dup3.c: Likewise.
50499         * io/euidaccess.c: Likewise.
50500         * io/faccessat.c: Likewise.
50501         * io/fchdir.c: Likewise.
50502         * io/fchmod.c: Likewise.
50503         * io/fchmodat.c: Likewise.
50504         * io/fchown.c: Likewise.
50505         * io/fchownat.c: Likewise.
50506         * io/fcntl.c: Likewise.
50507         * io/flock.c: Likewise.
50508         * io/fstatfs.c: Likewise.
50509         * io/fstatfs64.c: Likewise.
50510         * io/fstatvfs.c: Likewise.
50511         * io/fstatvfs64.c: Likewise.
50512         * io/futimens.c: Likewise.
50513         * io/fxstat.c: Likewise.
50514         * io/fxstat64.c: Likewise.
50515         * io/fxstatat.c: Likewise.
50516         * io/fxstatat64.c: Likewise.
50517         * io/getcwd.c: Likewise.
50518         * io/isatty.c: Likewise.
50519         * io/lchmod.c: Likewise.
50520         * io/lchown.c: Likewise.
50521         * io/link.c: Likewise.
50522         * io/linkat.c: Likewise.
50523         * io/lseek.c: Likewise.
50524         * io/lseek64.c: Likewise.
50525         * io/lxstat64.c: Likewise.
50526         * io/mkdir.c: Likewise.
50527         * io/mkdirat.c: Likewise.
50528         * io/mkfifo.c: Likewise.
50529         * io/mkfifoat.c: Likewise.
50530         * io/open.c: Likewise.
50531         * io/open64.c: Likewise.
50532         * io/openat.c: Likewise.
50533         * io/openat64.c: Likewise.
50534         * io/pipe.c: Likewise.
50535         * io/pipe2.c: Likewise.
50536         * io/poll.c: Likewise.
50537         * io/posix_fadvise.c: Likewise.
50538         * io/posix_fadvise64.c: Likewise.
50539         * io/posix_fallocate.c: Likewise.
50540         * io/posix_fallocate64.c: Likewise.
50541         * io/read.c: Likewise.
50542         * io/readlink.c: Likewise.
50543         * io/readlinkat.c: Likewise.
50544         * io/rmdir.c: Likewise.
50545         * io/sendfile.c: Likewise.
50546         * io/sendfile64.c: Likewise.
50547         * io/statfs.c: Likewise.
50548         * io/statfs64.c: Likewise.
50549         * io/statvfs.c: Likewise.
50550         * io/statvfs64.c: Likewise.
50551         * io/symlink.c: Likewise.
50552         * io/symlinkat.c: Likewise.
50553         * io/ttyname.c: Likewise.
50554         * io/ttyname_r.c: Likewise.
50555         * io/umask.c: Likewise.
50556         * io/unlink.c: Likewise.
50557         * io/unlinkat.c: Likewise.
50558         * io/utime.c: Likewise.
50559         * io/utimensat.c: Likewise.
50560         * io/write.c: Likewise.
50561         * io/xmknod.c: Likewise.
50562         * io/xmknodat.c: Likewise.
50563         * io/xstat.c: Likewise.
50564         * io/xstat64.c: Likewise.
50565         * login/getpt.c: Likewise.
50566         * login/grantpt.c: Likewise.
50567         * login/unlockpt.c: Likewise.
50568         * math/e_acoshl.c: Likewise.
50569         * math/e_acosl.c: Likewise.
50570         * math/e_asinl.c: Likewise.
50571         * math/e_atan2l.c: Likewise.
50572         * math/e_atanhl.c: Likewise.
50573         * math/e_coshl.c: Likewise.
50574         * math/e_expl.c: Likewise.
50575         * math/e_fmodl.c: Likewise.
50576         * math/e_gammal_r.c: Likewise.
50577         * math/e_hypotl.c: Likewise.
50578         * math/e_j0l.c: Likewise.
50579         * math/e_j1l.c: Likewise.
50580         * math/e_jnl.c: Likewise.
50581         * math/e_lgammal_r.c: Likewise.
50582         * math/e_log10l.c: Likewise.
50583         * math/e_log2l.c: Likewise.
50584         * math/e_logl.c: Likewise.
50585         * math/e_powl.c: Likewise.
50586         * math/e_rem_pio2l.c: Likewise.
50587         * math/e_sinhl.c: Likewise.
50588         * math/e_sqrtl.c: Likewise.
50589         * math/fclrexcpt.c: Likewise.
50590         * math/fedisblxcpt.c: Likewise.
50591         * math/feenablxcpt.c: Likewise.
50592         * math/fegetenv.c: Likewise.
50593         * math/fegetexcept.c: Likewise.
50594         * math/fegetround.c: Likewise.
50595         * math/feholdexcpt.c: Likewise.
50596         * math/fesetenv.c: Likewise.
50597         * math/fesetround.c: Likewise.
50598         * math/feupdateenv.c: Likewise.
50599         * math/fgetexcptflg.c: Likewise.
50600         * math/fraiseexcpt.c: Likewise.
50601         * math/fsetexcptflg.c: Likewise.
50602         * math/ftestexcept.c: Likewise.
50603         * math/k_cosl.c: Likewise.
50604         * math/k_rem_pio2l.c: Likewise.
50605         * math/k_sinl.c: Likewise.
50606         * math/k_tanl.c: Likewise.
50607         * math/s_asinhl.c: Likewise.
50608         * math/s_atanl.c: Likewise.
50609         * math/s_cbrtl.c: Likewise.
50610         * math/s_erfl.c: Likewise.
50611         * math/s_expm1l.c: Likewise.
50612         * math/s_log1pl.c: Likewise.
50613         * math/s_tanhl.c: Likewise.
50614         * misc/acct.c: Likewise.
50615         * misc/brk.c: Likewise.
50616         * misc/chflags.c: Likewise.
50617         * misc/chroot.c: Likewise.
50618         * misc/fchflags.c: Likewise.
50619         * misc/fgetxattr.c: Likewise.
50620         * misc/flistxattr.c: Likewise.
50621         * misc/fremovexattr.c: Likewise.
50622         * misc/fsetxattr.c: Likewise.
50623         * misc/fsync.c: Likewise.
50624         * misc/ftruncate.c: Likewise.
50625         * misc/futimes.c: Likewise.
50626         * misc/futimesat.c: Likewise.
50627         * misc/getdomain.c: Likewise.
50628         * misc/getdtsz.c: Likewise.
50629         * misc/gethostid.c: Likewise.
50630         * misc/gethostname.c: Likewise.
50631         * misc/getloadavg.c: Likewise.
50632         * misc/getpagesize.c: Likewise.
50633         * misc/getsysstats.c: Likewise.
50634         * misc/getxattr.c: Likewise.
50635         * misc/gtty.c: Likewise.
50636         * misc/ioctl.c: Likewise.
50637         * misc/lgetxattr.c: Likewise.
50638         * misc/listxattr.c: Likewise.
50639         * misc/llistxattr.c: Likewise.
50640         * misc/lremovexattr.c: Likewise.
50641         * misc/lsetxattr.c: Likewise.
50642         * misc/lutimes.c: Likewise.
50643         * misc/madvise.c: Likewise.
50644         * misc/mincore.c: Likewise.
50645         * misc/mlock.c: Likewise.
50646         * misc/mlockall.c: Likewise.
50647         * misc/mmap.c: Likewise.
50648         * misc/mprotect.c: Likewise.
50649         * misc/msync.c: Likewise.
50650         * misc/munlock.c: Likewise.
50651         * misc/munlockall.c: Likewise.
50652         * misc/munmap.c: Likewise.
50653         * misc/preadv.c: Likewise.
50654         * misc/preadv64.c: Likewise.
50655         * misc/ptrace.c: Likewise.
50656         * misc/pwritev.c: Likewise.
50657         * misc/pwritev64.c: Likewise.
50658         * misc/readv.c: Likewise.
50659         * misc/reboot.c: Likewise.
50660         * misc/remap_file_pages.c: Likewise.
50661         * misc/removexattr.c: Likewise.
50662         * misc/revoke.c: Likewise.
50663         * misc/select.c: Likewise.
50664         * misc/setdomain.c: Likewise.
50665         * misc/setegid.c: Likewise.
50666         * misc/seteuid.c: Likewise.
50667         * misc/sethostid.c: Likewise.
50668         * misc/sethostname.c: Likewise.
50669         * misc/setregid.c: Likewise.
50670         * misc/setreuid.c: Likewise.
50671         * misc/setxattr.c: Likewise.
50672         * misc/sstk.c: Likewise.
50673         * misc/stty.c: Likewise.
50674         * misc/swapoff.c: Likewise.
50675         * misc/swapon.c: Likewise.
50676         * misc/sync.c: Likewise.
50677         * misc/syncfs.c: Likewise.
50678         * misc/syscall.c: Likewise.
50679         * misc/truncate.c: Likewise.
50680         * misc/ualarm.c: Likewise.
50681         * misc/usleep.c: Likewise.
50682         * misc/ustat.c: Likewise.
50683         * misc/utimes.c: Likewise.
50684         * misc/vhangup.c: Likewise.
50685         * misc/writev.c: Likewise.
50686         * posix/_exit.c: Likewise.
50687         * posix/alarm.c: Likewise.
50688         * posix/execve.c: Likewise.
50689         * posix/fexecve.c: Likewise.
50690         * posix/fork.c: Likewise.
50691         * posix/fpathconf.c: Likewise.
50692         * posix/getaddrinfo.c: Likewise.
50693         * posix/getegid.c: Likewise.
50694         * posix/geteuid.c: Likewise.
50695         * posix/getgid.c: Likewise.
50696         * posix/getgroups.c: Likewise.
50697         * posix/getlogin.c: Likewise.
50698         * posix/getlogin_r.c: Likewise.
50699         * posix/getpgid.c: Likewise.
50700         * posix/getpid.c: Likewise.
50701         * posix/getppid.c: Likewise.
50702         * posix/getresgid.c: Likewise.
50703         * posix/getresuid.c: Likewise.
50704         * posix/getsid.c: Likewise.
50705         * posix/getuid.c: Likewise.
50706         * posix/glob64.c: Likewise.
50707         * posix/nanosleep.c: Likewise.
50708         * posix/pathconf.c: Likewise.
50709         * posix/pause.c: Likewise.
50710         * posix/posix_madvise.c: Likewise.
50711         * posix/pread.c: Likewise.
50712         * posix/pread64.c: Likewise.
50713         * posix/pwrite.c: Likewise.
50714         * posix/pwrite64.c: Likewise.
50715         * posix/sched_getaffinity.c: Likewise.
50716         * posix/sched_getp.c: Likewise.
50717         * posix/sched_gets.c: Likewise.
50718         * posix/sched_primax.c: Likewise.
50719         * posix/sched_primin.c: Likewise.
50720         * posix/sched_rr_gi.c: Likewise.
50721         * posix/sched_setaffinity.c: Likewise.
50722         * posix/sched_setp.c: Likewise.
50723         * posix/sched_sets.c: Likewise.
50724         * posix/sched_yield.c: Likewise.
50725         * posix/setgid.c: Likewise.
50726         * posix/setlogin.c: Likewise.
50727         * posix/setpgid.c: Likewise.
50728         * posix/setresgid.c: Likewise.
50729         * posix/setresuid.c: Likewise.
50730         * posix/setsid.c: Likewise.
50731         * posix/setuid.c: Likewise.
50732         * posix/sleep.c: Likewise.
50733         * posix/spawni.c: Likewise.
50734         * posix/sysconf.c: Likewise.
50735         * posix/times.c: Likewise.
50736         * posix/wait.c: Likewise.
50737         * posix/wait3.c: Likewise.
50738         * posix/wait4.c: Likewise.
50739         * posix/waitpid.c: Likewise.
50740         * resolv/gai_sigqueue.c: Likewise.
50741         * resource/getpriority.c: Likewise.
50742         * resource/getrlimit.c: Likewise.
50743         * resource/getrusage.c: Likewise.
50744         * resource/nice.c: Likewise.
50745         * resource/setpriority.c: Likewise.
50746         * resource/setrlimit.c: Likewise.
50747         * resource/ulimit.c: Likewise.
50748         * rt/aio_cancel.c: Likewise.
50749         * rt/aio_fsync.c: Likewise.
50750         * rt/aio_read.c: Likewise.
50751         * rt/aio_sigqueue.c: Likewise.
50752         * rt/aio_suspend.c: Likewise.
50753         * rt/aio_write.c: Likewise.
50754         * rt/clock_getres.c: Likewise.
50755         * rt/clock_gettime.c: Likewise.
50756         * rt/clock_nanosleep.c: Likewise.
50757         * rt/clock_settime.c: Likewise.
50758         * rt/lio_listio.c: Likewise.
50759         * rt/mq_close.c: Likewise.
50760         * rt/mq_getattr.c: Likewise.
50761         * rt/mq_notify.c: Likewise.
50762         * rt/mq_open.c: Likewise.
50763         * rt/mq_receive.c: Likewise.
50764         * rt/mq_send.c: Likewise.
50765         * rt/mq_setattr.c: Likewise.
50766         * rt/mq_timedreceive.c: Likewise.
50767         * rt/mq_timedsend.c: Likewise.
50768         * rt/mq_unlink.c: Likewise.
50769         * rt/shm_open.c: Likewise.
50770         * rt/shm_unlink.c: Likewise.
50771         * rt/timer_create.c: Likewise.
50772         * rt/timer_delete.c: Likewise.
50773         * rt/timer_getoverr.c: Likewise.
50774         * rt/timer_gettime.c: Likewise.
50775         * rt/timer_settime.c: Likewise.
50776         * setjmp/__longjmp.c: Likewise.
50777         * setjmp/setjmp.c: Likewise.
50778         * signal/kill.c: Likewise.
50779         * signal/killpg.c: Likewise.
50780         * signal/raise.c: Likewise.
50781         * signal/sigaction.c: Likewise.
50782         * signal/sigaltstack.c: Likewise.
50783         * signal/sigblock.c: Likewise.
50784         * signal/sigignore.c: Likewise.
50785         * signal/sigintr.c: Likewise.
50786         * signal/signal.c: Likewise.
50787         * signal/sigpause.c: Likewise.
50788         * signal/sigpending.c: Likewise.
50789         * signal/sigqueue.c: Likewise.
50790         * signal/sigreturn.c: Likewise.
50791         * signal/sigset.c: Likewise.
50792         * signal/sigsetmask.c: Likewise.
50793         * signal/sigstack.c: Likewise.
50794         * signal/sigsuspend.c: Likewise.
50795         * signal/sigtimedwait.c: Likewise.
50796         * signal/sigvec.c: Likewise.
50797         * signal/sigwait.c: Likewise.
50798         * signal/sigwaitinfo.c: Likewise.
50799         * signal/sysv_signal.c: Likewise.
50800         * socket/accept.c: Likewise.
50801         * socket/accept4.c: Likewise.
50802         * socket/bind.c: Likewise.
50803         * socket/connect.c: Likewise.
50804         * socket/getpeername.c: Likewise.
50805         * socket/getsockname.c: Likewise.
50806         * socket/getsockopt.c: Likewise.
50807         * socket/isfdtype.c: Likewise.
50808         * socket/listen.c: Likewise.
50809         * socket/recv.c: Likewise.
50810         * socket/recvfrom.c: Likewise.
50811         * socket/recvmsg.c: Likewise.
50812         * socket/send.c: Likewise.
50813         * socket/sendmsg.c: Likewise.
50814         * socket/sendto.c: Likewise.
50815         * socket/setsockopt.c: Likewise.
50816         * socket/shutdown.c: Likewise.
50817         * socket/sockatmark.c: Likewise.
50818         * socket/socket.c: Likewise.
50819         * socket/socketpair.c: Likewise.
50820         * stdio-common/ctermid.c: Likewise.
50821         * stdio-common/cuserid.c: Likewise.
50822         * stdio-common/remove.c: Likewise.
50823         * stdio-common/rename.c: Likewise.
50824         * stdio-common/renameat.c: Likewise.
50825         * stdio-common/tempname.c: Likewise.
50826         * stdlib/getcontext.c: Likewise.
50827         * stdlib/makecontext.c: Likewise.
50828         * stdlib/setcontext.c: Likewise.
50829         * stdlib/swapcontext.c: Likewise.
50830         * stdlib/system.c: Likewise.
50831         * streams/fattach.c: Likewise.
50832         * streams/fdetach.c: Likewise.
50833         * streams/getmsg.c: Likewise.
50834         * streams/getpmsg.c: Likewise.
50835         * streams/putmsg.c: Likewise.
50836         * streams/putpmsg.c: Likewise.
50837         * sysdeps/unix/bsd/getpt.c: Likewise.
50838         * sysdeps/unix/sysv/linux/epoll_pwait.c: Likewise.
50839         * sysdeps/unix/sysv/linux/futimens.c: Likewise.
50840         * sysdeps/unix/sysv/linux/lutimes.c: Likewise.
50841         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sync_file_range.c:
50842         Likewise.
50843         * sysdeps/unix/sysv/linux/readahead.c: Likewise.
50844         * sysdeps/unix/sysv/linux/sync_file_range.c: Likewise.
50845         * sysdeps/unix/sysv/linux/utimensat.c: Likewise.
50846         * sysvipc/msgctl.c: Likewise.
50847         * sysvipc/msgget.c: Likewise.
50848         * sysvipc/msgrcv.c: Likewise.
50849         * sysvipc/msgsnd.c: Likewise.
50850         * sysvipc/semctl.c: Likewise.
50851         * sysvipc/semget.c: Likewise.
50852         * sysvipc/semop.c: Likewise.
50853         * sysvipc/semtimedop.c: Likewise.
50854         * sysvipc/shmat.c: Likewise.
50855         * sysvipc/shmctl.c: Likewise.
50856         * sysvipc/shmdt.c: Likewise.
50857         * sysvipc/shmget.c: Likewise.
50858         * termios/tcdrain.c: Likewise.
50859         * termios/tcflow.c: Likewise.
50860         * termios/tcflush.c: Likewise.
50861         * termios/tcgetattr.c: Likewise.
50862         * termios/tcgetpgrp.c: Likewise.
50863         * termios/tcsendbrk.c: Likewise.
50864         * termios/tcsetattr.c: Likewise.
50865         * termios/tcsetpgrp.c: Likewise.
50866         * time/adjtime.c: Likewise.
50867         * time/clock.c: Likewise.
50868         * time/getitimer.c: Likewise.
50869         * time/gettimeofday.c: Likewise.
50870         * time/setitimer.c: Likewise.
50871         * time/settimeofday.c: Likewise.
50872         * time/stime.c: Likewise.
50873         * time/time.c: Likewise.
50875 2012-11-04  Pino Toscano  <toscano.pino@tiscali.it>
50877         * sysdeps/generic/paths.h (_PATH_STDPATH): Remove /usr/contrib/bin and
50878         /usr/old/bin.
50880         * sysdeps/generic/paths.h (_PATH_MNTTAB, _PATH_MOUNTED): Use tabs
50881         instead of spaces.
50882         * sysdeps/unix/sysv/linux/paths.h (_PATH_UTMP, _PATH_WTMP): Likewise.
50884 2012-11-03  Joseph Myers  <joseph@codesourcery.com>
50886         [BZ #14796]
50887         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Set rounding mode to
50888         FE_TONEAREST before applying Dekker multiplication and Knuth
50889         addition.  Clear inexact exceptions and check for exact zero
50890         results afterwards.
50891         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
50892         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Likewise.
50893         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
50894         * math/libm-test.inc (fma_test): Add more tests.
50895         (fma_test_towardzero): Likewise.
50896         (fma_test_downward): Likewise.
50897         (fma_test_upward): Likewise.
50898         * sysdeps/generic/math_private.h (default_libc_fesetround): New
50899         function.
50900         (libc_fesetround): New macro.
50901         (libc_fesetroundf): Likewise.
50902         (libc_fesetroundl): Likewise.
50903         * sysdeps/i386/fpu/fenv_private.h (libc_fesetround_sse): New
50904         function.
50905         (libc_fesetround_387): Likewise.
50906         (libc_fesetroundf): New macro.
50907         (libc_fesetround): Likewise.
50908         (libc_fesetroundl): Likewise.
50909         * sysdeps/sparc/fpu/fenv_private.h (libc_fesetround): New
50910         function.
50911         (libc_fesetroundf): New macro.
50912         (libc_fesetround): Likewise.
50913         (libc_fesetroundl): Likewise.
50914         * include/fenv.h (feclearexcept): Add libm_hidden_proto.
50915         * math/fclrexcpt.c (feclearexcept): Add libm_hidden_ver.
50916         * sysdeps/i386/fpu/fclrexcpt.c (feclearexcept): Add
50917         libm_hidden_ver.
50918         * sysdeps/powerpc/fpu/fclrexcpt.c (feclearexcept): Likewise.
50919         * sysdeps/s390/fpu/fclrexcpt.c (feclearexcept): Add
50920         libm_hidden_def.
50921         * sysdeps/sh/sh4/fpu/fclrexcpt.c (feclearexcept): Likewise.
50922         * sysdeps/sparc/fpu/fclrexcpt.c (feclearexcept): Add
50923         libm_hidden_ver.
50924         * sysdeps/x86_64/fpu/fclrexcpt.c (feclearexcept): Add
50925         libm_hidden_def.
50927         [BZ #3439]
50928         * sysdeps/powerpc/bits/fenv.h (FE_INEXACT): Define macro to
50929         integer constant usable in #if and use that to give value to enum
50930         constant.
50931         (FE_DIVBYZERO): Likewise.
50932         (FE_UNDERFLOW): Likewise.
50933         (FE_OVERFLOW): Likewise.
50934         (FE_INVALID): Likewise.
50935         (FE_INVALID_SNAN): Likewise.
50936         (FE_INVALID_ISI): Likewise.
50937         (FE_INVALID_IDI): Likewise.
50938         (FE_INVALID_ZDZ): Likewise.
50939         (FE_INVALID_IMZ): Likewise.
50940         (FE_INVALID_COMPARE): Likewise.
50941         (FE_INVALID_SOFTWARE): Likewise.
50942         (FE_INVALID_SQRT): Likewise.
50943         (FE_INVALID_INTEGER_CONVERSION): Likewise.
50944         (FE_TONEAREST): Likewise.
50945         (FE_TOWARDZERO): Likewise.
50946         (FE_UPWARD): Likewise.
50947         (FE_DOWNWARD): Likewise.
50948         * sysdeps/s390/fpu/bits/fenv.h (FE_INVALID): Likewise.
50949         (FE_DIVBYZERO): Likewise.
50950         (FE_OVERFLOW): Likewise.
50951         (FE_UNDERFLOW): Likewise.
50952         (FE_INEXACT): Likewise.
50953         (FE_TONEAREST): Likewise.
50954         (FE_DOWNWARD): Likewise.
50955         (FE_UPWARD): Likewise.
50956         (FE_TOWARDZERO): Likewise.
50957         * sysdeps/sh/sh4/fpu/bits/fenv.h (FE_INEXACT): Likewise.
50958         (FE_UNDERFLOW): Likewise.
50959         (FE_OVERFLOW): Likewise.
50960         (FE_DIVBYZERO): Likewise.
50961         (FE_INVALID): Likewise.
50962         (FE_TONEAREST): Likewise.
50963         (FE_TOWARDZERO): Likewise.
50964         * sysdeps/sparc/fpu/bits/fenv.h (FE_INVALID): Likewise.
50965         (FE_OVERFLOW): Likewise.
50966         (FE_UNDERFLOW): Likewise.
50967         (FE_DIVBYZERO): Likewise.
50968         (FE_INEXACT): Likewise.
50969         (FE_TONEAREST): Likewise.
50970         (FE_TOWARDZERO): Likewise.
50971         (FE_UPWARD): Likewise.
50972         (FE_DOWNWARD): Likewise.
50973         * sysdeps/x86/fpu/bits/fenv.h (FE_INVALID): Likewise.
50974         (FE_DIVBYZERO): Likewise.
50975         (FE_OVERFLOW): Likewise.
50976         (FE_UNDERFLOW): Likewise.
50977         (FE_INEXACT): Likewise.
50978         (FE_TONEAREST): Likewise.
50979         (FE_DOWNWARD): Likewise.
50980         (FE_UPWARD): Likewise.
50981         (FE_TOWARDZERO): Likewise.
50983 2012-11-02  Chris Metcalf  <cmetcalf@tilera.com>
50985         * elf/elf.h (R_TILEGX_IMM16_X[01]_HW[012]_(|LAST_)PLT_PCREL): Add.
50987 2012-11-03  Andreas Schwab  <schwab@linux-m68k.org>
50989         * scripts/cross-test-ssh.sh (command): Use newlines to separate
50990         commands.  Quote $PWD.
50991         (blacklist_exports): Don't use remove_newlines.  Replace "declare
50992         -x" by "export".
50993         (remove_newlines): Remove.
50995 2012-11-02  H.J. Lu  <hongjiu.lu@intel.com>
50997         * stdlib/Makefile (headers): Add bits/stdlib-float.h.
50998         * stdlib/stdlib.h (atof): Moved to ...
50999         * include/bits/stdlib-float.h: Here.  New file.
51000         * stdlib/stdlib.h: Include <bits/stdlib-float.h>.
51001         * stdlib/bits/stdlib-float.h: New file.
51002         * sysdeps/x86/Makefile (CFLAGS-.os): Compile rtld routines with
51003         -mno-sse -mno-mmx.
51004         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c: Include
51005         <xmmintrin.h>.
51007 2012-11-02  Joseph Myers  <joseph@codesourcery.com>
51009         * conform/conformtest.pl (@headers): Add fenv.h.
51010         * conform/data/fenv.h-data: New file.
51011         * include/fenv.h [_ISOMAC]: Disable all contents of file except
51012         include of <math/fenv.h>.
51014         * conform/data/complex.h-data [ISO99 || ISO11 || XOPEN2K ||
51015         POSIX2008]: Change condition to [!ISO && !POSIX && !XPG3 && !XPG4
51016         && !UNIX98].  Enables tests for XOPEN2K8.
51017         * conform/data/inttypes.h-data [ISO99 || ISO11 || XOPEN2K ||
51018         POSIX2008]: Likewise.
51020         * conform/data/sys/wait.h-data [XPG3 || XOPEN2K8 || POSIX2008]
51021         (struct rusage): Do not expect type or its members.
51023         [BZ #3439]
51024         * math/math.h (FP_NAN): Define macro to integer constant usable in
51025         #if and use that to give value to enum constant.
51026         (FP_INFINITE): Likewise.
51027         (FP_ZERO): Likewise.
51028         (FP_SUBNORMAL): Likewise.
51029         (FP_NORMAL): Likewise.
51031 2012-11-02  Andreas Schwab  <schwab@linux-m68k.org>
51033         * iconvdata/bug-iconv8.c (do_test): Use %z for size_t arguments.
51034         * iconvdata/bug-iconv9.c (do_test): Use %t for ptrdiff_t
51035         arguments.
51037 2012-11-02  Roland McGrath  <roland@hack.frob.com>
51039         * aclocal.m4 (GLIBC_AUTOCONF_VERSION): New macro.
51040         Check that AC_AUTOCONF_VERSION matches it and m4_fatal at
51041         autoconf-time if not.
51042         * configure.in: Remove AC_PREREQ.
51044 2012-11-02  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
51046         * sysdeps/powerpc/sys/platform/ppc.h (__ppc_get_timebase): Use
51047         __builtin_ppc_get_timebase when building with GCC >= 4.8 instead
51048         of the internal implementation.
51050 2012-11-02  Joseph Myers  <joseph@codesourcery.com>
51052         * include/sys/syslog.h [_ISOMAC]: Disable all contents of file
51053         except include of <misc/sys/syslog.h>.
51055 2012-11-01  Andreas Schwab  <schwab@linux-m68k.org>
51057         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S: If the
51058         function returns with a NULL context exit with zero.
51060 2012-11-01  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
51062         * sysdeps/powerpc/Makefile (cflags): Remove -mnew-mnemonics.
51064 2012-11-01  H.J. Lu  <hongjiu.lu@intel.com>
51066         * catgets/test-gencat.sh (run_program_prefix): Renamed to ...
51067         (run_program_cmd): This.
51068         * localedata/tst-langinfo.sh (run_program_prefix): Removed.
51069         (tst_langinfo): New variable.  Use it.
51071 2012-11-01  Sebastan Andrzej Siewior  <bigeasy@linutronix.de>
51073         * sysdeps/powerpc/powerpc32/dl-trampoline.S: Put __NO_FPRS__ around
51074         floating point opcodes.
51076 2012-11-01  Thomas Schwinge  <thomas@codesourcery.com>
51078         * sysdeps/mach/hurd/Makefile (link-libc-static-tests): New
51079         variable.
51081         * elf/dl-support.c: Unconditionally include "setup-vdso.h".
51083         * sysdeps/mach/hurd/powerpc: Remove directory.
51084         * sysdeps/mach/powerpc: Likewise.
51086 2012-11-01  Andreas Schwab  <schwab@linux-m68k.org>
51088         * scripts/check-local-headers.sh: Ignore c++ headers.
51090 2012-11-01  Thomas Schwinge  <thomas@codesourcery.com>
51092         * libio/genops.c (_IO_flush_all_lockp): Use NULL rather than 0 for
51093         __libc_cleanup_region_start argument.
51095 2012-11-01  Joseph Myers  <joseph@codesourcery.com>
51097         [BZ #14784]
51098         [BZ #14785]
51099         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Handle cases with small
51100         x * y using scaling, not as x * y + z.
51101         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
51102         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
51103         * math/libm-test.inc (fma_test): Add more tests.
51104         (fma_test_towardzero): Likewise.
51105         (fma_test_downward): Likewise.
51106         (fma_test_upward): Likewise.
51108 2012-11-01  Thomas Schwinge  <thomas@codesourcery.com>
51110         * sysdeps/mach/hurd/bits/param.h: Remove stray #endif.
51112 2012-10-31  Joseph Myers  <joseph@codesourcery.com>
51114         * sysdeps/sh/Makefile [$(subdir) = debug] (CFLAGS-backtrace.c):
51115         New variable.
51117 2012-10-31  Thomas Schwinge  <thomas@codesourcery.com>
51119         * rt/tst-shm.c (worker): Correct checking for mmap failure.
51121 2012-10-31  Andreas Schwab  <schwab@linux-m68k.org>
51123         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
51124         Fix sort order.
51125         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
51126         Likewise.
51128 2012-10-31  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
51130         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
51131         Fix the order of the list for glibc 2.17.
51132         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
51133         Likewise.
51135 2012-10-31  Andreas Schwab  <schwab@linux-m68k.org>
51137         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
51139 2012-10-31  Joseph Myers  <joseph@codesourcery.com>
51141         [BZ #14610]
51142         * sysdeps/ieee754/ldbl-128ibm/e_atan2l.c (__ieee754_atan2l): Check
51143         for low part of x being zero before using __atanl (y).
51144         * math/libm-test.inc (atan2_test): Add another test.
51146         * manual/install.texi (Configuring and compiling): Document
51147         general use of test-wrapper and test-wrapper-env.
51148         * INSTALL: Regenerated.
51150         * sysdeps/ieee754/dbl-64/s_fma.c: Include <tininess.h>.
51151         (__fma): Do not extract and scale down low bits on after-rounding
51152         systems when result rounded to normal precision would have normal
51153         exponent.
51154         * sysdeps/ieee754/ldbl-128/s_fmal.c: Include <tininess.h>.
51155         (__fmal): Do not extract and scale down low bits on after-rounding
51156         systems when result rounded to normal precision would have normal
51157         exponent.
51158         * sysdeps/ieee754/ldbl-96/s_fmal.c: Include <tininess.h>.
51159         (__fmal): Do not extract and scale down low bits on after-rounding
51160         systems when result rounded to normal precision would have normal
51161         exponent.
51162         * math/libm-test.inc (UNDERFLOW_EXCEPTION_BEFORE_ROUNDING): New
51163         macro.
51164         (fma_test): Add more tests.
51165         (fma_test_towardzero): Likewise.
51166         (fma_test_downward): Likewise.
51167         (fma_test_upward): Likewise.
51169 2012-10-30  H.J. Lu  <hongjiu.lu@intel.com>
51171         * sysdeps/i386/tininess.h: Renamed to ...
51172         * sysdeps/x86/tininess.h: This.
51173         * sysdeps/x86_64/tininess.h: Removed.
51175 2012-10-30  Joseph Myers  <joseph@codesourcery.com>
51177         * elf/Makefile ($(objpfx)tst-array1.out): Depend on comparison
51178         input.  Use $(build-program-cmd).
51179         ($(objpfx)tst-array1-static.out): Likewise.
51180         ($(objpfx)tst-array2.out): Likewise.
51181         ($(objpfx)tst-array3.out): Likewise.
51182         ($(objpfx)tst-array4.out): Likewise.
51183         ($(objpfx)tst-array5.out): Likewise.
51184         ($(objpfx)tst-array5-static.out): Likewise.
51186 2012-10-30  Chris Metcalf  <cmetcalf@tilera.com>
51188         * elf/dl-load.c (_dl_map_object_from_fd): Call DL_AFTER_LOAD
51189         if defined.
51191         * nss/nsswitch.h (nss_interface_function): Provide new
51192         macro for use with NSS functions.
51193         * grp/initgroups.c: Use new macro.
51194         * nss/getXXbyYY.c: Likewise.
51195         * nss/getXXbyYY_r.c: Likewise.
51196         * nss/getXXent.c: Likewise.
51197         * nss/getXXent_r.c: Likewise.
51198         * sysdeps/posix/getaddrinfo.c: Likewise.
51200 2012-10-30  Andreas Jaeger  <aj@suse.de>
51202         * po/ru.po: Update Russion translation from translation project.
51204 2012-10-30  Joseph Myers  <joseph@codesourcery.com>
51206         [BZ #14152]
51207         [BZ #14783]
51208         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Extract low bits of
51209         result and shift together with sticky bit instead of replicating
51210         round-to-nearest rounding.
51211         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
51212         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
51213         * math/libm-test.inc (fma_test): Add more tests.  Do not permit
51214         missing underflow exceptions.
51215         (fma_test_towardzero): Add more tests.
51216         (fma_test_downward): Likewise.
51217         (fma_test_upward): Likewise.
51219         [BZ #14047]
51220         * sysdeps/generic/tininess.h: New file.
51221         * sysdeps/i386/tininess.h: Likewise.
51222         * sysdeps/sh/tininess.h: Likewise.
51223         * sysdeps/x86_64/tininess.h: Likewise.
51224         * stdlib/tst-strtod-underflow.c: Likewise.
51225         * stdlib/tst-tininess.c: Likewise.
51226         * stdlib/strtod_l.c: Include <tininess.h>.
51227         (round_and_return): Do not set errno for exact underflow cases.
51228         Force an underflow exception when setting errno for underflow.
51229         Determine underflow based on rounding to normal precision if
51230         TININESS_AFTER_ROUNDING.
51231         * stdlib/tst-strtod.c (tests): Do not expect errno to be set to
51232         ERANGE for exact underflow cases.
51233         * stdlib/Makefile (tests): Add tst-tininess and
51234         tst-strtod-underflow.
51235         ($(objpfx)tst-tininess): Use $(link-libm).
51236         ($(objpfx)tst-strtod-underflow): Likewise.
51238 2012-10-30  Andreas Jaeger  <aj@suse.de>
51240         [BZ#14767]
51241         * elf/Makefile (tests): Remove conditional for have-initfini-array
51242         since this is now always required and the variable does not exist
51243         anymore.
51244         (tests-static): Likewise.
51245         (modules-names): Likewise.
51247         * po/eo.po: Add Esperanto translation from translation project.
51249         * elf/tst-array1.c (fini_array): Make writeable so that it can be
51250         merged with constructor/destructor.
51251         (init_array): Likewise.
51252         * elf/tst-array2dep.c (fini_array): Likewise.
51253         (init_array): Likewise.
51255 2012-10-29  Mike Frysinger  <vapier@gentoo.org>
51257         * manual/message.texi: Delete @cartouche tags.
51259 2012-10-29  Pino Toscano  <toscano.pino@tiscali.it>
51261         * sysdeps/mach/hurd/fdatasync.c: Turn ERR into EINVAL if it is
51262         EOPNOTSUPP.
51263         * sysdeps/mach/hurd/fsync.c: Likewise.
51265         * sysdeps/pthread/aio_notify.c (__aio_notify_only)
51266         [_POSIX_REALTIME_SIGNALS]: Change condition to
51267         [_POSIX_REALTIME_SIGNALS > 0].
51269 2012-10-27  Andreas Jaeger  <aj@suse.de>
51271         * sysdeps/unix/sysv/linux/x86/bits/fcntl.h (__O_LARGEFILE)
51272         [!__x86_64]: Do not define, take value from <bits/fcntl-linux.h>.
51273         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (__O_LARGEFILE):
51274         [__WORDSIZE != 64]: Likewise.
51276 2012-10-26  H.J. Lu  <hongjiu.lu@intel.com>
51278         *  iconvdata/tst-table.sh: Remove ${SHELL}.
51279         *  iconvdata/tst-tables.sh: Likewise.
51281 2012-10-25  David S. Miller  <davem@davemloft.net>
51283         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
51284         (__get_clockfreq_via_proc_openprom): Use strtoumax instead
51285         of strtoull.
51287         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Add comments for
51288         ifunc-impl-list.c
51289         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
51290         * sysdeps/sparc/sparc64/multiarch/ifunc-impl-list.c: New file.
51291         * sysdeps/sparc/sparc32/sparcv9/multiarch/ifunc-impl-list.c: New
51292         file.
51294 2012-10-25  Roland McGrath  <roland@hack.frob.com>
51296         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
51297         (__get_clockfreq_via_proc_openprom): Use __getdents instead of
51298         __getdirentries.
51300 2012-10-25  Joseph Myers  <joseph@codesourcery.com>
51301             Jim Blandy  <jimb@codesourcery.com>
51303         * scripts/cross-test-ssh.sh: New file.
51304         * manual/install.texi (Configuring and compiling): Document use of
51305         cross-test-ssh.sh.
51306         * INSTALL: Regenerated.
51308 2012-10-25  Pino Toscano  <toscano.pino@tiscali.it>
51310         * sysdeps/mach/hurd/ptrace.c (ptrace): Use __hurd_fail to return
51311         EOPNOTSUPP.
51313 2012-10-25  Joseph Myers  <joseph@codesourcery.com>
51315         * Makeconfig (run-program-prefix): Fix comment.
51317 2012-10-24  Joseph Myers  <joseph@codesourcery.com>
51318             Jim Blandy  <jimb@codesourcery.com>
51320         * Makeconfig (test-wrapper): New variable,
51321         (test-wrapper-env): Likewise.
51322         [$(cross-compiling) = yes && $(test-wrapper) != ""]
51323         (run-built-tests): Define to yes.
51324         (run-program-prefix): Use $(test-wrapper).
51325         (built-program-cmd): Likewise.
51326         * Rules (make-test-out): Use $(test-wrapper-env) and
51327         $(host-built-program-cmd).
51328         * elf/Makefile ($(objpfx)order.out): Use $(test-wrapper).
51329         ($(objpfx)tst-pathopt.out): Pass $(test-wrapper-env) to
51330         tst-pathopt.sh.
51331         ($(objpfx)tst-rtld-load-self.out): Pass $(test-wrapper) and
51332         $(test-wrapper-env) to tst-rtld-load-self.sh.
51333         ($(objpfx)order2.out): Use $(test-wrapper).
51334         ($(objpfx)tst-initorder.out): Likewise.
51335         ($(objpfx)tst-initorder2.out): Likewise.
51336         ($(objpfx)tst-unused-dep.out): Use $(test-wrapper-env).
51337         * elf/tst-pathopt.sh (run_program_prefix): Remove unused variable.
51338         (test_wrapper_env): New variable.  Use it to run ld.so.
51339         * elf/tst-rtld-load-self.sh (test_wrapper): New variable.
51340         Use it to run ld.so.
51341         (test_wrapper_env): Likewise.
51342         * iconvdata/Makefile ($(objpfx)iconv-test.out): Pass
51343         $(test-wrapper) to run-iconv-test.sh.
51344         * iconvdata/run-iconv-test.sh (test_wrapper): New variable.
51345         (ICONV): Use $test_wrapper.
51346         * posix/Makefile ($(objpfx)globtest.out): Pass
51347         $(run-via-rtld-prefix), $(test-wrapper) and $(test-wrapper-env) to
51348         globtest.sh, not $(run-program-prefix).
51349         * posix/globtest.sh (run_via_rtld_prefix): New variable.
51350         (test_wrapper): Likewise.
51351         (test_wrapper_env): Likewise.  Use it to run globtest with HOME
51352         set together with run_via_rtld_prefix.
51353         (run_program_prefix): Define in terms of test_wrapper and
51354         run_via_rtld_prefix.
51356 2012-10-24  Roland McGrath  <roland@hack.frob.com>
51358         * nscd/Makefile ($(objpfx)nscd): Remove librt dependency.
51359         * posix/Makefile ($(objpfx)tst-regex, $(objpfx)tst-regex2):
51360         Targets removed.
51362         [BZ #14743]
51363         * include/time.h: Remove librt_hidden_proto (clock_gettime).
51364         Declare __clock_getres, __clock_gettime, __clock_settime,
51365         __clock_nanosleep, and __clock_getcpuclockid.
51366         * rt/clock_gettime.c: Define __clock_gettime as an alias.
51367         Remove librt_hidden_def (clock_gettime).
51368         * sysdeps/unix/clock_gettime.c: Likewise.
51369         * rt/clock_getcpuclockid.c: Define __clock_getcpuclockid as an alias.
51370         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c: Likewise.
51371         * rt/clock_getres.c: Define __clock_getres as an alias.
51372         * sysdeps/posix/clock_getres.c: Likewise.
51373         * rt/clock_settime.c: Define __clock_settime as an alias.
51374         * sysdeps/unix/clock_settime.c: Likewise.
51375         * rt/clock_nanosleep.c: Define __clock_nanosleep as an alias.
51376         * sysdeps/unix/clock_nanosleep.c: Likewise.
51377         * sysdeps/unix/sysv/linux/clock_nanosleep.c: Likewise.
51378         * rt/clock-compat.c: New file.
51379         * rt/Makefile (librt-routines): Add clock-compat and move
51380         $(clock-routines) to ...
51381         (routines): ... here, new variable.
51382         * sysdeps/unix/sysv/linux/powerpc/Makefile (sysdep_routines):
51383         Don't add get_clockfreq here.
51384         * rt/Versions (libc: GLIBC_2.17): New version set.
51385         Add clock_* symbols here.
51386         (libc: GLIBC_PRIVATE): New version set.  Add __clock_* symbols here.
51387         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist
51388         (GLIBC_2.17): Add clock_* symbols.
51389         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Likewise.
51390         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Likewise.
51391         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Likewise.
51392         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
51393         Likewise.
51394         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
51395         Likewise.
51396         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Likewise.
51397         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist: Likewise.
51398         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Likewise.
51399         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Likewise.
51400         * NEWS: Mention the move.
51402         * sysdeps/unix/sysv/linux/i386/get_clockfreq.c (__get_clockfreq):
51403         Use __open, __read, __close rather than their public counterparts.
51404         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
51405         (__get_clockfreq_via_cpuinfo): Likewise.
51406         (__get_clockfreq_via_proc_openprom): Likewise, and __getdirentries.
51407         (__get_clockfreq_via_dev_openprom): Likewise, and __ioctl.
51409         * config.h.in (HAVE_IFUNC): New #undef.
51410         * configure.in: Define it if libc_cv_ld_gnu_indirect_function
51411         was successful.
51412         * configure: Regenerated.
51414 2012-10-24  Mike Frysinger  <vapier@gentoo.org>
51416         * configure.in: Move READELF check to start of file.
51417         (libc_cv_ld_gnu_indirect_function): Change to a link test. Rename from
51418         libc_cv_asm_gnu_indirect_function in the process.
51419         * configure: Regenerated.
51421 2012-10-24  Mike Frysinger  <vapier@gentoo.org>
51423         * configure.in (libc_cv_gcc_static_libgcc): Drop -q flag to grep and
51424         send the output to /dev/null.
51425         (libc_cv_cc_with_libunwind): Likewise.
51426         (libc_cv_as_noexecstack): Likewise.
51427         * configure: Regenerate.
51429 2012-10-24  Joseph Myers  <joseph@codesourcery.com>
51431         * io/ftwtest-sh (tmp): Define to ${objpfx}io, not using `pwd`.
51433         * posix/globtest.sh (TMPDIR): Do not set.
51434         (testdir): Define using ${common_objpfx}posix not $TMPDIR.
51435         (testout): Likewise.
51437 2012-10-24  Andreas Jaeger  <aj@suse.de>
51439         * io/fcntl.h: Always define mode_t, off_t, pid_t and use these
51440         types for creat, creat64, lockf, posix_fadvise, posix_fallocate.
51441         [__USE_LARGEFILE64 && !__off64_t_defined]: Define off64_t.
51442         [__USE_LARGEFILE64]: Use off64_t in declaration of lock64,
51443         posix_fadvise64, posix_fallocate64.
51445         * sysdeps/unix/sysv/linux/x86/bits/fcntl.h (F_GETLK, F_SETLK)
51446         (F_SETLKW) [__x86_64]: Remove, provided by <bits/fcntl-linux.h>.
51447         (F_GETLK, F_SETLK, F_SETLKW) [!__USE_FILE_OFFSET64 && !__x86_64__]:
51448         Likewise.
51449         (F_GETLK, F_SETLK, F_SETLKW) [__USE_FILE_OFFSET64 && ! __x86_64__]:
51450         Likewise.
51451         (F_GETLK64, F_SETLK64, F_SETLKW64) [!__x86_64__]: Likewise.
51453         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (F_GETLK, F_SETLK)
51454         (F_SETLKW) [__USE_FILE_OFFSET64]: Remove, provided by
51455         <bits/fcntl-linux.h>.
51456         (F_GETLK64, F_SETLK64, F_SETLKW64) [__WORDSIZE == 64]: Likewise.
51458         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (F_DUPFD, F_GETFD)
51459         (F_SETFD, F_GETFL, F_SETFL): Remove, provided by <bits/fcntl-linux.h>.
51460         (F_GETLK, F_SETLK, F_SETLKW) [__WORDSIZE == 64]: Likewise.
51461         (F_GETLK, F_SETLK, F_SETLKW, F_GETLK64, F_SETLK64, F_SETLKW64)
51462         [__WORDSIZE != 64]: Likewise.
51464 2012-10-23  Joseph Myers  <joseph@codesourcery.com>
51466         * Makeconfig (run-built-tests): New variable.
51467         * Rules [$(cross-compiling) = yes]: Change condition to
51468         [$(run-built-tests) = no].
51469         * catgets/Makefile [$(cross-compiling) != yes]: Change condition
51470         to [$(run-built-tests) = yes].
51471         * elf/Makefile [$(cross-compiling) = no]: Likewise
51472         * grp/Makefile [$(cross-compiling) = no]: Likewise.
51473         * iconv/Makefile [$(cross-compiling) != yes]: Likewise.
51474         * iconvdata/Makefile [$(cross-compiling) = no]: Likewise.
51475         * intl/Makefile [$(cross-compiling) = no]: Likewise.
51476         * io/Makefile [$(cross-compiling) = no]: Likewise.
51477         * libio/Makefile [$(cross-compiling) = no]: Likewise.
51478         * malloc/Makefile [$(cross-compiling) = no]: Likewise.
51479         * misc/Makefile [$(cross-compiling) = no]: Likewise.
51480         * posix/Makefile [$(cross-compiling) = no]: Likewise.
51481         * resolv/Makefile [$(cross-compiling) = no]: Likewise.
51482         * stdio-common/Makefile [$(cross-compiling) = no]: Likewise.
51483         * stdlib/Makefile [$(cross-compiling) = no]: Likewise.
51484         * string/Makefile [$(cross-compiling) = no]: Likewise.
51486         * posix/Makefile ($(objpfx)globtest.out): Pass
51487         $(run-program-prefix) to globtest.sh, not $(elf-objpfx) and
51488         $(rtld-installed-name).
51489         * posix/globtest.sh (elf_objpfx): Remove variable.
51490         (rtld_installed_name): Likewise.
51491         (library_path): Likewise.
51492         (run_program_prefix): New variable.  Use for running globtest
51493         binary.
51495 2012-10-23  Jim Blandy  <jimb@codesourcery.com>
51496             Joseph Myers  <joseph@codesourcery.com>
51498         * Makeconfig (host-built-program-cmd): New variable.
51499         * elf/Makefile (tst-stackguard1-ARGS): Use
51500         $(host-built-program-cmd).
51501         * posix/Makefile (tst-exec-ARGS): Use $(host-built-program-cmd).
51502         (tst-spawn-ARGS): Likewise.
51503         * rt/Makefile (tst-mqueue7-ARGS): Use $(host-built-program-cmd).
51505 2012-10-23  Joseph Myers  <joseph@codesourcery.com>
51506             Jim Blandy  <jimb@codesourcery.com>
51508         * Makeconfig (run-via-rtld-prefix): New variable.
51509         (run-program-prefix): Define in terms of $(run-via-rtld-prefix).
51510         (built-program-cmd): Likewise.
51512 2012-10-22  Andreas Jaeger  <aj@suse.de>
51514         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (O_RSYNC): Define to
51515         __O_RSYNC if it exists, otherwise to O_SYNC.
51517 2012-10-22  Jim Blandy  <jimb@codesourcery.com>
51518             Joseph Myers  <joseph@codesourcery.com>
51520         * iconvdata/run-iconv-test.sh: Redirect iconv stdin in loops from
51521         /dev/null.
51522         * iconvdata/tst-tables.sh: Redirect tst-table.sh stdin in loop
51523         from /dev/null
51524         * posix/tst-getconf.sh: Redirect getconf stdin in loop from
51525         /dev/null.
51527 2012-10-22  Andreas Jaeger  <aj@suse.de>
51529         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (__O_LARGEFILE):
51530         Define always.
51531         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (__O_LARGEFILE): Likewise.
51533         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
51534         bits/fcntl-linux.h.
51536         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (F_GETLK, F_SETLK)
51537         (F_SETLKW) [!F_GETLK]: Define values for [!__USE_FILE_OFFSET64].
51539         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (O_LARGEFILE): Rename
51540         to __O_LARGEFILE.
51541         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (O_LARGEFILE): Rename
51542         to __O_LARGEFILE.
51544 2012-10-21  Jim Blandy  <jimb@codesourcery.com>
51545             Joseph Myers  <joseph@codesourcery.com>
51547         * config.make.in (NM): New variable.
51549 2012-10-21  Andreas Jaeger  <aj@suse.de>
51551         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Remove all
51552         definitions and declarations that are provided by
51553         <bits/fcntl-linux.h> and include <bits/fcntl-linux.h>.
51555 2012-10-20  H.J. Lu  <hongjiu.lu@intel.com>
51557         [BZ #14683]
51558         * elf/Makefile (tests-static): Add tst-leaks1-static.
51559         (tests): Also depend on $(objpfx)tst-leaks1-static-mem.
51560         ($(objpfx)tst-leaks1-static): New rule.
51561         ($(objpfx)tst-leaks1-static-mem): Likewise.
51562         (tst-leaks1-static-ENV): New macro.
51563         * elf/dl-open.c (dl_open_worker): Check the main application
51564         only if SHARED is defined.
51565         * elf/tst-leaks1-static.c: New file.
51567 2012-10-20  Andreas Jaeger  <aj@suse.de>
51569         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h: New file, contains
51570         generic values for Linux.
51571         * sysdeps/unix/sysv/linux/x86/bits/fcntl.h: Remove all definitions
51572         and declarations that are provided by <bits/fcntl-linux.h> and
51573         include <bits/fcntl-linux.h>.
51574         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
51575         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
51577 2012-10-20  Roland McGrath  <roland@hack.frob.com>
51579         * io/fcntl.h: Move include of <bits/types.h> to the top and
51580         include it unconditionally.
51582 2012-10-20  H.J. Lu  <hongjiu.lu@intel.com>
51584         * wcsmbs/Makefile (tests-ifunc): New variable.
51585         (tests): Add $(tests-ifunc).
51586         * wcsmbs/test-wcschr-ifunc.c: New file.
51587         * wcsmbs/test-wcscmp-ifunc.c: Likewise.
51588         * wcsmbs/test-wcscpy-ifunc.c: Likewise.
51589         * wcsmbs/test-wcslen-ifunc.c: Likewise.
51590         * wcsmbs/test-wcsrchr-ifunc.c: Likewise.
51591         * wcsmbs/test-wmemcmp-ifunc.c: Likewise.
51593         * string/Makefile (tests-ifunc): New variable.
51594         (tests): Add $(tests-ifunc).
51595         * string/test-memccpy.c (TEST_NAME): New macro.
51596         * string/test-memchr.c (TEST_NAME): Likewise.
51597         * string/test-memcmp.c (TEST_NAME): Likewise.
51598         * string/test-memcpy.c (TEST_NAME): Likewise.
51599         * string/test-memmem.c (TEST_NAME): Likewise.
51600         * string/test-memmove.c (TEST_NAME): Likewise.
51601         * string/test-memset.c (TEST_NAME): Likewise.
51602         * string/test-rawmemchr.c (TEST_NAME): Likewise.
51603         * string/test-stpcpy.c (TEST_NAME): Likewise.
51604         * string/test-stpncpy.c (TEST_NAME): Likewise.
51605         * string/test-strcasecmp.c (TEST_NAME): Likewise.
51606         * string/test-strcasestr.c (TEST_NAME): Likewise.
51607         * string/test-strcat.c (TEST_NAME): Likewise.
51608         * string/test-strchr.c (TEST_NAME): Likewise.
51609         * string/test-strcmp.c(TEST_NAME): Likewise.
51610         * string/test-strcpy.c (TEST_NAME): Likewise.
51611         * string/test-strcspn.c (TEST_NAME): Likewise.
51612         * string/test-strlen.c (TEST_NAME): Likewise.
51613         * string/test-strncasecmp.c (TEST_NAME): Likewise.
51614         * string/test-strncmp.c (TEST_NAME): Likewise.
51615         * string/test-strncpy.c (TEST_NAME): Likewise.
51616         * string/test-strnlen.c (TEST_NAME): Likewise.
51617         * string/test-strpbrk.c (TEST_NAME): Likewise.
51618         * string/test-strrchr.c (TEST_NAME): Likewise.
51619         * string/test-strspn.c (TEST_NAME): Likewise.
51620         * string/test-strstr.c (TEST_NAME): Likewise.
51621         * string/test-bcopy-ifunc.c: New file.
51622         * string/test-bzero-ifunc.c: Likewise.
51623         * string/test-memccpy-ifunc.c: Likewise.
51624         * string/test-memchr-ifunc.c: Likewise.
51625         * string/test-memcmp-ifunc.c: Likewise.
51626         * string/test-memcpy-ifunc.c: Likewise.
51627         * string/test-memmem-ifunc.c: Likewise.
51628         * string/test-memmove-ifunc.c: Likewise.
51629         * string/test-mempcpy-ifunc.c: Likewise.
51630         * string/test-memset-ifunc.c: Likewise.
51631         * string/test-rawmemchr-ifunc.c: Likewise.
51632         * string/test-stpcpy-ifunc.c: Likewise.
51633         * string/test-stpncpy-ifunc.c: Likewise.
51634         * string/test-strcasecmp-ifunc.c: Likewise.
51635         * string/test-strcasestr-ifunc.c: Likewise.
51636         * string/test-strcat-ifunc.c: Likewise.
51637         * string/test-strchr-ifunc.c: Likewise.
51638         * string/test-strchrnul-ifunc.c: Likewise.
51639         * string/test-strcmp-ifunc.c: Likewise.
51640         * string/test-strcpy-ifunc.c: Likewise.
51641         * string/test-strcspn-ifunc.c: Likewise.
51642         * string/test-strlen-ifunc.c: Likewise.
51643         * string/test-strncasecmp-ifunc.c: Likewise.
51644         * string/test-strncat-ifunc.c: Likewise.
51645         * string/test-strncmp-ifunc.c: Likewise.
51646         * string/test-strncpy-ifunc.c: Likewise.
51647         * string/test-strnlen-ifunc.c: Likewise.
51648         * string/test-strpbrk-ifunc.c: Likewise.
51649         * string/test-strrchr-ifunc.c: Likewise.
51650         * string/test-strspn-ifunc.c: Likewise.
51651         * string/test-strstr-ifunc.c: Likewise.
51653         * debug/Makefile (tests-ifunc): New variable.
51654         (tests): Add $(tests-ifunc).
51655         * debug/test-stpcpy_chk.c (TEST_NAME): New macro.
51656         * debug/test-strcpy_chk.c (TEST_NAME): Likewise.
51657         * debug/test-stpcpy_chk-ifunc.c: New file.
51658         * debug/test-strcpy_chk-ifunc.c: Likewise.
51660 2012-10-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
51662         [BZ #13601]
51663         * elf/dl-load.c (open_verify): Retry read if the entire ELF
51664         header is not read in.
51666 2012-10-19  Joseph Myers  <joseph@codesourcery.com>
51668         * io/Makefile ($(objpfx)ftwtest.out): Depend on ftwtest-sh.  Pass
51669         script to $(SHELL) as $<.  Pass $(common-objpfx) to script
51670         directly.  Pass built executable to script as
51671         $(built-program-cmd).
51672         * io/ftwtest-sh (ldso): Remove variable.  Run ftwtest directly as
51673         $testprogram without using LD_LIBRARY_PATH and $ldso.
51675         * grp/Makefile ($(objpfx)tst_fgetgrent.out): Pass
51676         $(run-program-prefix) to tst_fgetgrent.sh, not $(elf-objpfx) and
51677         $(rtld-installed-name).
51678         * grp/tst_fgetgrent.sh (elf_objpfx): Remove variable.
51679         (rtld_installed_name): Likewise.
51680         (library_path): Likewise.
51681         (run_program_prefix): New variable.  Use it to run tst_fgetgrent.
51682         * iconvdata/Makefile ($(objpfx)tst-tables.out): Pass
51683         $(run-program-prefix) to tst-tables.sh.
51684         * iconvdata/tst-table.sh (run_program_prefix): New variable.  Use
51685         it to run tst-table-from and tst-table-to.
51686         * iconvdata/tst-tables.sh (run_program_prefix): New variable.
51687         Pass it to tst-table.sh.
51688         * intl/Makefile ($(objpfx)tst-gettext.out): Pass
51689         $(run-program-prefix) to tst-gettext.sh.
51690         ($(objpfx)tst-translit.out): Pass $(run-program-prefix) to
51691         tst-translit.sh.
51692         ($(objpfx)tst-gettext2.out): Pass $(run-program-prefix) to
51693         tst-gettext2.sh.
51694         * intl/tst-gettext.sh (run_program_prefix): New variable.  Use it
51695         to run tst-gettext.
51696         * intl/tst-gettext2.sh (run_program_prefix): New variable.  Use it
51697         to run tst-gettext2.
51698         * intl/tst-translit.sh (run_program_prefix): New variable.  Use it
51699         to run tst-translit.
51700         * malloc/Makefile ($(objpfx)tst-mtrace.out): Pass
51701         $(run-program-prefix) to tst-mtrace.sh.
51702         * malloc/tst-mtrace.sh (run_program_prefix): New variable.  Use it
51703         to run tst-mtrace.
51704         * posix/Makefile ($(objpfx)wordexp-tst.out): Pass
51705         $(run-program-prefix) to wordexp-tst.sh, not $(elf-objpfx) and
51706         $(rtld-installed-name).
51707         * posix/wordexp-tst.sh (elf_objpfx): Remove variable.
51708         (rtld_installed_name): Likewise.
51709         (run_program_prefix): New variable.  Use it to run wordexp-test.
51711         * Makeconfig (ARCH): Remove all definitions.
51712         (machine): Likewise.
51713         [ARCH]: Remove conditional code.
51714         [!objdir]: Give error.
51715         [!objdir] (objpfx): Remove.
51716         [!objdir] (common-objpfx): Likewise.
51717         [!objdir] (common-objdir): Likewise.
51718         * configure.in (config_makefile): Remove.  Hardcode Makefile in
51719         AC_CONFIG_FILES call.
51720         * configure: Regenerated.
51722         [BZ #13888]
51723         * io/ftwtest-sh (tmp): Set to use the working directory, not /tmp
51724         or TMPDIR.
51725         (testout): Likewise.
51727         * posix/Makefile ($(objpfx)tst-getconf.out): Pass
51728         $(built-program-cmd) to tst-getconf.sh, not $(elf-objpfx) and
51729         $(rtld-installed-name).
51730         * posix/tst-getconf.sh (elf_objpfx): Remove variable.
51731         (rtld_installed_name): Likwise.
51732         (runit): Remove function.
51733         (run_getconf): New variable,  Use it for running getconf binary.
51735 2012-10-18  H.J. Lu  <hongjiu.lu@intel.com>
51737         [BZ #14716]
51738         * string/test-memmem.c (check_result): New function.
51739         (do_one_test): Use it.
51740         (check1): New function.
51741         (test_main): Use it.
51743 2012-10-18  Markus Trippelsdorf  <markus@trippelsdorf.de>
51745         * math/Makefile: Comment on slow compilation of test-tgmath2.c.
51747 2012-10-18  Joseph Myers  <joseph@codesourcery.com>
51749         * sysdeps/generic/_G_config.h (_G_OPEN64): Remove.
51750         (_G_LSEEK64): Likewise.
51751         (_G_MMAP64): Likewise.
51752         (_G_FSTAT64): Likewise.
51753         * sysdeps/unix/sysv/linux/_G_config.h (_G_OPEN64): Remove.
51754         (_G_LSEEK64): Likewise.
51755         (_G_MMAP64): Likewise.
51756         (_G_FSTAT64): Likewise.
51757         * libio/fileops.c (mmap_remap_check) [_G_MMAP64]: Make code
51758         unconditional.  Call __mmap64 directly.
51759         (mmap_remap_check) [!_G_MMAP64]: Remove conditional code.
51760         (mmap_remap_check) [_G_LSEEK64]: Make code unconditional.  Call
51761         __lseek64 directly.
51762         (mmap_remap_check) [!_G_LSEEK64]: Remove conditional code.
51763         (decide_maybe_mmap) [_G_MMAP64]: Make code unconditional.  Call
51764         __mmap64 directly.
51765         (decide_maybe_mmap) [!_G_MMAP64]: Remove conditional code.
51766         (decide_maybe_mmap) [_G_LSEEK64]: Make code unconditional.  Call
51767         __lseek64 directly.
51768         (decide_maybe_mmap) [!_G_LSEEK64]: Remove conditional code.
51769         (_IO_file_sync_mmap) [_G_LSEEK64]: Make code unconditional.  Call
51770         __lseek64 directly.
51771         (_IO_file_sync_mmap) [!_G_LSEEK64]: Remove conditional code.
51772         (_IO_file_seek) [_G_LSEEK64]: Make code unconditional.  Call
51773         __lseek64 directly.
51774         (_IO_file_seek) [!_G_LSEEK64]: Remove conditional code.
51775         (_IO_file_stat) [_G_FSTAT64]: Make code unconditional.  Call
51776         __fxstat64 directly.
51777         (_IO_file_stat) [!_G_FSTAT64]: Remove conditional code.
51778         * libio/freopen64.c (freopen64) [_G_OPEN64]: Make code
51779         unconditional.
51780         (freopen64) [!_G_OPEN64]: Remove conditional code.
51781         * libio/fseeko64.c (fseeko64) [_G_LSEEK64]: Make code
51782         unconditional.
51783         (fseeko64) [!_G_LSEEK64]: Remove conditional code.
51784         * libio/ftello64.c (ftello64) [_G_LSEEK64]: Make code
51785         unconditional.
51786         (ftello64) [!_G_LSEEK64]: Remove conditional code.
51787         * libio/iofgetpos64.c (_IO_new_fgetpos64) [_G_LSEEK64]: Make code
51788         unconditional.
51789         (_IO_new_fgetpos64) [!_G_LSEEK64]: Remove conditional code.
51790         * libio/iofopen64.c (_IO_fopen64) [_G_OPEN64]: Make code
51791         unconditional.
51792         (_IO_fopen64) [!_G_OPEN64]: Remove conditional code.
51793         * libio/iofsetpos64.c (_IO_new_fsetpos64) [_G_LSEEK64]: Make code
51794         unconditional.
51795         (_IO_new_fsetpos64) [!_G_LSEEK64]: Remove conditional code.
51796         * libio/oldiofgetpos64.c (_IO_old_fgetpos64) [_G_LSEEK64]: Make code
51797         unconditional.
51798         (_IO_old_fgetpos64) [!_G_LSEEK64]: Remove conditional code.
51799         * libio/oldiofsetpos64.c (_IO_old_fsetpos64) [_G_LSEEK64]: Make code
51800         unconditional.
51801         (_IO_old_fsetpos64) [!_G_LSEEK64]: Remove conditional code.
51803 2012-10-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
51805         [BZ #12140]
51806         * manual/memory.texi (Malloc Tunable Parameters): Add note
51807         about free list pointers overwriting some perturb bytes.
51808         Wording suggested by Roland McGrath.
51810 2012-10-17  Joseph Myers  <joseph@codesourcery.com>
51812         * math/libm-test.inc (gamma_test): Do not call feclearexcept.
51813         (lgamma_test): Likewise.
51814         (tgamma_test): Likewise.
51816 2012-10-16  Florian Weimer  <fweimer@redhat.com>
51818         [BZ #14700]
51819         * sysdeps/posix/opendir.c (MAX_DIR_BUFFER_SIZE): New constant.
51820         (__alloc_dir): Limit buffer to MAX_DIR_BUFFER_SIZE.
51822 2012-10-16  Maxim Kuvyrkov  <maxim@codesourcery.com>
51824         * NEWS: Mention BZ #14716.
51825         * string/str-two-way.h (two_way_short_needle): Fix thinko introduced
51826         when removing AVAILABLE1_USES_J macro.
51828 2012-10-12  H.J. Lu  <hongjiu.lu@intel.com>
51830         * sysdeps/x86/bits/byteswap.h: Include <bits/types.h>.
51831         (__bswap_64): __uint64_t for unsigned 64-bit int.
51833 2012-10-12  Andreas Schwab  <schwab@linux-m68k.org>
51835         * include/string.h (memmem): Declare libc hidden alias.
51836         * string/memmem.c (memmem): Define libc hidden alias.
51837         * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c: Use __open,
51838         __read, __close instead of open, read, close.
51840 2012-10-11  H.J. Lu  <hongjiu.lu@intel.com>
51842         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: New file.
51843         * sysdeps/x86_64/multiarch/memcmp.S (__memcmp_sse2): Make it
51844         global and hidden.
51845         * sysdeps/x86_64/multiarch/memcpy.S (__memcpy_sse2): Likewise.
51846         * sysdeps/x86_64/multiarch/mempcpy.S (__mempcpy_sse2): Likewise.
51847         * sysdeps/x86_64/multiarch/rawmemchr.S (__rawmemchr_sse42):
51848         Likewise.
51849         (__rawmemchr_sse2): Likewise.
51850         * sysdeps/x86_64/multiarch/strcat.S (STRCAT_SSE2): Likewise.
51851         * sysdeps/x86_64/multiarch/strchr.S (__strchr_sse42): Likewise.
51852         (__strchr_sse2): Likewise.
51853         * sysdeps/x86_64/multiarch/strcmp-sse42.S (STRCMP_SSE42): Likewise.
51854         * sysdeps/x86_64/multiarch/strcmp.S (STRCMP_SSE2): Likewise.
51855         (__strcasecmp_sse2): Likewise.
51856         (__strncasecmp_sse2): Likewise.
51857         * sysdeps/x86_64/multiarch/strcpy.S (STRCPY_SSE2): Likewise.
51858         * sysdeps/x86_64/multiarch/strlen.S (__strlen_sse2): Likewise.
51859         * sysdeps/x86_64/multiarch/strnlen.S (__strnlen_sse2): Likewise.
51860         * sysdeps/x86_64/multiarch/strrchr.S (__strrchr_sse42): Likewise.
51861         (__strrchr_sse2): Likewise.
51862         * sysdeps/x86_64/multiarch/memcmp.S: Add comments for
51863         ifunc-impl-list.c.
51864         * sysdeps/x86_64/multiarch/memcpy.S: Likewise.
51865         * sysdeps/x86_64/multiarch/memcpy_chk.S: Likewise.
51866         * sysdeps/x86_64/multiarch/memmove.c: Likewise.
51867         * sysdeps/x86_64/multiarch/memmove_chk.c: Likewise.
51868         * sysdeps/x86_64/multiarch/mempcpy.S: Likewise.
51869         * sysdeps/x86_64/multiarch/mempcpy_chk.S: Likewise.
51870         * sysdeps/x86_64/multiarch/memset.S: Likewise.
51871         * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
51872         * sysdeps/x86_64/multiarch/rawmemchr.S: Likewise.
51873         * sysdeps/x86_64/multiarch/stpcpy.S: Likewise.
51874         * sysdeps/x86_64/multiarch/stpncpy.S: Likewise.
51875         * sysdeps/x86_64/multiarch/strcasecmp_l.S: Likewise.
51876         * sysdeps/x86_64/multiarch/strcasestr-c.c: Likewise.
51877         * sysdeps/x86_64/multiarch/strcat.S: Likewise.
51878         * sysdeps/x86_64/multiarch/strchr.S: Likewise.
51879         * sysdeps/x86_64/multiarch/strcmp.S: Likewise.
51880         * sysdeps/x86_64/multiarch/strcpy.S: Likewise.
51881         * sysdeps/x86_64/multiarch/strcspn.S: Likewise.
51882         * sysdeps/x86_64/multiarch/strlen.S: Likewise.
51883         * sysdeps/x86_64/multiarch/strncase_l.S: Likewise.
51884         * sysdeps/x86_64/multiarch/strncat.S: Likewise.
51885         * sysdeps/x86_64/multiarch/strncmp.S: Likewise.
51886         * sysdeps/x86_64/multiarch/strncpy.S: Likewise.
51887         * sysdeps/x86_64/multiarch/strnlen.S: Likewise.
51888         * sysdeps/x86_64/multiarch/strpbrk.S: Likewise.
51889         * sysdeps/x86_64/multiarch/strrchr.S: Likewise.
51890         * sysdeps/x86_64/multiarch/strspn.S: Likewise.
51891         * sysdeps/x86_64/multiarch/strstr-c.c: Likewise.
51892         * sysdeps/x86_64/multiarch/wcscpy.S: Likewise.
51893         * sysdeps/x86_64/multiarch/wmemcmp.S: Likewise.
51895         * sysdeps/i386/i686/multiarch/bcopy.S (__bcopy_ia32): Make it
51896         global and hidden.
51897         * sysdeps/i386/i686/multiarch/bzero.S (__bzero_ia32): Likewise.
51898         * sysdeps/i386/i686/multiarch/memcmp.S (__memcmp_ia32): Likewise.
51899         * sysdeps/i386/i686/multiarch/memcpy.S (__memcpy_ia32): Likewise.
51900         * sysdeps/i386/i686/multiarch/memmove.S (__memmove_ia32):
51901         Likewise.
51902         * sysdeps/i386/i686/multiarch/mempcpy.S (__mempcpy_ia32):
51903         Likewise.
51904         * sysdeps/i386/i686/multiarch/strcat.S (STRCAT_IA32): Likewise.
51905         * sysdeps/i386/i686/multiarch/strcmp.S (__STRCMP_IA32): Likewise.
51906         * sysdeps/i386/i686/multiarch/strcpy.S (STRCPY_IA32): Likewise.
51907         * sysdeps/i386/i686/multiarch/bcopy.S: Add comments for
51908         ifunc-impl-list.c.
51909         * sysdeps/i386/i686/multiarch/bzero.S: Likewise.
51910         * sysdeps/i386/i686/multiarch/memchr.S: Likewise.
51911         * sysdeps/i386/i686/multiarch/memcmp.S: Likewise.
51912         * sysdeps/i386/i686/multiarch/memcpy.S: Likewise.
51913         * sysdeps/i386/i686/multiarch/memcpy_chk.S: Likewise.
51914         * sysdeps/i386/i686/multiarch/memmove.S: Likewise.
51915         * sysdeps/i386/i686/multiarch/memmove_chk.S: Likewise.
51916         * sysdeps/i386/i686/multiarch/mempcpy.S: Likewise.
51917         * sysdeps/i386/i686/multiarch/mempcpy_chk.S: Likewise.
51918         * sysdeps/i386/i686/multiarch/memrchr.S: Likewise.
51919         * sysdeps/i386/i686/multiarch/memset.S: Likewise.
51920         * sysdeps/i386/i686/multiarch/memset_chk.S: Likewise.
51921         * sysdeps/i386/i686/multiarch/rawmemchr.S: Likewise.
51922         * sysdeps/i386/i686/multiarch/stpcpy.S: Likewise.
51923         * sysdeps/i386/i686/multiarch/stpncpy.S: Likewise.
51924         * sysdeps/i386/i686/multiarch/strcasecmp.S: Likewise.
51925         * sysdeps/i386/i686/multiarch/strcasecmp_l.S: Likewise.
51926         * sysdeps/i386/i686/multiarch/strcasestr-c.c: Likewise.
51927         * sysdeps/i386/i686/multiarch/strcat.S: Likewise.
51928         * sysdeps/i386/i686/multiarch/strchr.S: Likewise.
51929         * sysdeps/i386/i686/multiarch/strcmp.S: Likewise.
51930         * sysdeps/i386/i686/multiarch/strcpy.S: Likewise.
51931         * sysdeps/i386/i686/multiarch/strcspn.S: Likewise.
51932         * sysdeps/i386/i686/multiarch/strlen.S: Likewise.
51933         * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
51934         * sysdeps/i386/i686/multiarch/strncase_l.S: Likewise.
51935         * sysdeps/i386/i686/multiarch/strncat.S: Likewise.
51936         * sysdeps/i386/i686/multiarch/strncmp.S: Likewise.
51937         * sysdeps/i386/i686/multiarch/strncpy.S: Likewise.
51938         * sysdeps/i386/i686/multiarch/strnlen.S: Likewise.
51939         * sysdeps/i386/i686/multiarch/strpbrk.S: Likewise.
51940         * sysdeps/i386/i686/multiarch/strrchr.S: Likewise.
51941         * sysdeps/i386/i686/multiarch/strspn.S: Likewise.
51942         * sysdeps/i386/i686/multiarch/strstr-c.c: Likewise.
51943         * sysdeps/i386/i686/multiarch/wcschr.S: Likewise.
51944         * sysdeps/i386/i686/multiarch/wcscmp.S: Likewise.
51945         * sysdeps/i386/i686/multiarch/wcscpy.S: Likewise.
51946         * sysdeps/i386/i686/multiarch/wcslen.S: Likewise.
51947         * sysdeps/i386/i686/multiarch/wcsrchr.S: Likewise.
51948         * sysdeps/i386/i686/multiarch/wmemcmp.S: Likewise.
51949         * sysdeps/i386/i686/multiarch/ifunc-impl-list.c: New file.
51951         * Rules [$(multi-arch) = no] (tests): Filter out $(tests-ifunc).
51952         [$(multi-arch) = no] (xtests): Filter out $(xtests-ifunc).
51953         * include/ifunc-impl-list.h: New file.
51954         * misc/ifunc-impl-list.c: Likewise.
51955         * misc/Makefile (routines): Add ifunc-impl-list.
51956         * misc/Versions (GLIBC_PRIVATE): Add __libc_ifunc_impl_list.
51957         * string/test-string.h: Include <ifunc-impl-list.h>.
51958         (func_list, func_count, impl_count, impl_array) [TEST_IFUNC &&
51959         TEST_NAME]: New variables.
51960         (FOR_EACH_IMPL): Support func_list if TEST_IFUNC and TEST_NAME
51961         are defined.
51962         (test_init): Call __libc_ifunc_impl_list to initialize
51963         func_list if TEST_IFUNC and TEST_NAME are defined.
51965         * string/Makefile (strop-tests): Add bcopy and bzero.
51966         * string/test-bcopy.c: New file.
51967         * string/test-bzero.c: Likewise.
51968         * string/test-memmove.c: Support bcopy test if TEST_BCOPY is
51969         defined.
51970         * string/test-memset.c: Support bzero test if TEST_BZERO is
51971         defined.
51972         * sysdeps/x86_64/multiarch/bcopy.S (bcopy): Jump to
51973         __libc_memmove.
51974         * sysdeps/x86_64/multiarch/bzero.S (__bzero): Jump to
51975         __libc_memset.
51976         * sysdeps/x86_64/multiarch/memset.S (__libc_memset): New alias
51977         of memset.
51979 2012-10-10  Joseph Myers  <joseph@codesourcery.com>
51981         * configure.in: Run $CXX, not cc1plus, to locate C++ headers.
51982         * configure: Regenerated.
51984         * Makeconfig (+link-static-before-libc): Don't include
51985         $(link-static-libc).
51987         * libio/libio.h (_IO_pos_t): Remove.
51989 2012-10-10  Alexandre Oliva <aoliva@redhat.com>
51991         * NEWS: Add note about FIPS mode.  Wording suggested by Roland
51992         McGrath.
51994 2012-10-10  Alexandre Oliva <aoliva@redhat.com>
51996         * crypt/crypt-entry.c: Include fips-private.h.
51997         (__crypt_r, __crypt): Disable MD5 and DES if FIPS is enabled.
51998         * crypt/md5c-test.c (main): Tolerate disabled MD5.
51999         * sysdeps/unix/sysv/linux/fips-private.h: New file.
52000         * sysdeps/generic/fips-private.h: New file, dummy fallback.
52002 2012-10-10  Alexandre Oliva <aoliva@redhat.com>
52004         * crypt/crypt-private.h: Include stdbool.h.
52005         (_ufc_setup_salt_r): Return bool.
52006         * crypt/crypt-entry.c: Include errno.h.
52007         (__crypt_r): Return NULL with EINVAL for bad salt.
52008         * crypt/crypt_util.c (bad_for_salt): New.
52009         (_ufc_setup_salt_r): Check that salt is long enough and within
52010         the specified alphabet.
52011         * crypt/badsalttest.c: New file.
52012         * crypt/Makefile (tests): Add it.
52013         ($(objpfx)badsalttest): New.
52015 2012-10-09  Maxim Kuvyrkov  <maxim@codesourcery.com>
52017         * NEWS: Add entry for BZ #14602.
52019 2012-10-09  Joseph Myers  <joseph@codesourcery.com>
52021         * math/gen-libm-test.pl (parse_args): Handle comparison macros as
52022         type-generic.
52023         * math/libm-test.inc: Update comment listing what functions and
52024         macros are tested.
52025         (isgreater_test): New function.
52026         (isgreaterequal_test): Likewise.
52027         (isless_test): Likewise.
52028         (islessequal_test): Likewise.
52029         (islessgreater_test): Likewise.
52030         (isunordered_test): Likewise.
52031         (main): Call the new functions.
52033 2012-10-09  Roland McGrath  <roland@hack.frob.com>
52035         * aclocal.m4 (GLIBC_PROVIDES): Provide _AS_BASENAME_PREPARE,
52036         _AS_ME_PREPARE, _AS_VAR_ARITH_PREPARE, AS_SHELL_FN_as_fn_set_status,
52037         AS_SHELL_FN_as_fn_exit, AS_SHELL_FN_ac_fn_c_try_compile.
52038         * sysdeps/i386/configure: Regenerated.
52039         * sysdeps/ieee754/ldbl-opt/configure: Regenerated.
52040         * sysdeps/mach/configure: Regenerated.
52041         * sysdeps/mach/hurd/configure: Regenerated.
52042         * sysdeps/powerpc/configure: Regenerated.
52043         * sysdeps/powerpc/powerpc32/configure: Regenerated.
52044         * sysdeps/powerpc/powerpc64/configure: Regenerated.
52045         * sysdeps/s390/s390-32/configure: Regenerated.
52046         * sysdeps/s390/s390-64/configure: Regenerated.
52047         * sysdeps/sh/configure: Regenerated.
52048         * sysdeps/sparc/configure: Regenerated.
52049         * sysdeps/unix/sysv/linux/configure: Regenerated.
52050         * sysdeps/unix/sysv/linux/powerpc/configure: Regenerated.
52051         * sysdeps/x86_64/configure: Regenerated.
52053         * dlfcn/dlerror.c (check_free): Call _dl_addr only if SHARED is
52054         defined.  Don't check if MAP is NULL.
52056 2012-10-09  Joseph Myers  <joseph@codesourcery.com>
52058         * sysdeps/generic/_G_config.h (_G_off64_t): Remove.
52059         (_G_stat64): Likewise.
52060         * sysdeps/unix/sysv/linux/_G_config.h (_G_off64_t): Remove.
52061         (_G_stat64): Likewise.
52062         * libio/filedoalloc.c (_IO_file_doallocate): Use struct stat64
52063         instead of struct _G_stat64.
52064         * libio/fileops.c (mmap_remap_check): Likewise.
52065         (decide_maybe_mmap): Likewise.
52066         (_IO_new_file_seekoff): Likewise.
52067         (_IO_file_stat): Likewise.
52068         * libio/libio.h (_IO_off64_t): Define to __off64_t, not
52069         _G_off64_t.
52070         * libio/oldfileops.c (_IO_old_file_seekoff): Use struct stat64
52071         instead of struct _G_stat64.
52072         * libio/wfileops.c (_IO_wfile_seekoff): Likewise.
52074 2012-10-08  Maxim Kuvyrkov  <maxim@codesourcery.com>
52076         [BZ #14602]
52077         * string/str-two-way.h (AVAILABLE1, AVAILABLE2, AVAILABLE1_USES_J):
52078         Replace with ...
52079         (CHECK_EOL): New macro.
52080         (two_way_short_needle): Check beginning of haystack for EOL.  Use
52081         CHECK_EOL.
52082         * string/strcasestr.c (AVAILABLE1, AVAILABLE2, AVAILABLE1_USES_J):
52083         Replace with CHECK_EOL.
52084         * string/strstr.c (AVAILABLE1, AVAILABLE2, AVAILABLE1_USES_J):
52085         Replace with CHECK_EOL.
52087 2012-10-08  Joseph Myers  <joseph@codesourcery.com>
52089         * math/gen-libm-test.pl (parse_args): Handle isinf and isnan as
52090         type-generic.
52091         * math/libm-test.inc: Update comment listing what functions and
52092         macros are tested.
52093         (finite_test): New function.
52094         (isinf_test): Likewise.
52095         (isnan_test): Likewise.
52096         (fpclassify_test): Test subnormal input.
52097         (isfinite_test): Likewise.
52098         (isnormal_test): Likewise.
52099         (main): Call the new functions.
52101 2012-10-08  Jonathan Nieder  <jrnieder@gmail.com>
52103         [BZ #14660]
52104         * Makerules (%.dynsym): Force C locale when running
52105         $(OBJDUMP) --dynamic-syms.
52107 2012-10-08  Andreas Schwab  <schwab@linux-m68k.org>
52109         * sysdeps/unix/sysv/linux/powerpc/get_timebase_freq.c: Include
52110         <stdint.h>.
52112 2012-10-06  David S. Miller  <davem@davemloft.net>
52114         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara4.S: On 32-bit, clear
52115         upper 32-bits of the length value in %o2 since we use branch-on-register
52116         tests which consider the entire 64-bit register.
52118 2012-10-06  H.J. Lu  <hongjiu.lu@intel.com>
52120         * string/test-strstr.c (check2): Add a test for page boundary.
52122 2012-10-05  David S. Miller  <davem@davemloft.net>
52124         * sysdeps/sparc/sparc64/multiarch/memset-niagara4.S: New file.
52125         * sysdeps/sparc/sparc32/sparcv9/multiarch/memset-niagara4.S: New
52126         file.
52127         * sysdeps/sparc/sparc64/multiarch/Makefile: Add to
52128         sysdep_routines.
52129         * sysdeps/sparc/sparc32/sparcv9/multiarch/Makefile: Likewise.
52130         * sysdeps/sparc/sparc64/multiarch/memset.S: Use Niagara-4 memset
52131         and bzero when HWCAP_SPARC_CRYPTO is present.
52133 2012-10-05  H.J. Lu  <hongjiu.lu@intel.com>
52135         [BZ #14602]
52136         * string/test-strstr.c (check2): New function.
52137         (test_main): Call check2.
52139         * string/Makefile (tests): Remove bug-strstr1, bug-strcasestr1
52140         and bug-strchr1.
52141         * string/bug-strcasestr1.c (do_test): Moved to ...
52142         * string/test-strcasestr.c (check1): Here.  New function.
52143         (do_one_test): Break out result checking code into ...
52144         (check_result): This.  New function.
52145         (do_one_test): Call check_result.
52146         (test_main): Call check1.
52147         * string/bug-strchr1.c (do_test): Moved to ...
52148         * string/test-strchr.c (check1): Here.  New function.
52149         (do_one_test): Break out result checking code into ...
52150         (check_result): This.  New function.
52151         (do_one_test): Call check_result.
52152         (test_main): Call check1.
52153         * string/bug-strstr1.c (main): Moved to ...
52154         * string/test-strstr.c (check1): Here.  New function.
52155         (do_one_test): Break out result checking code into ...
52156         (check_result): This.  New function.
52157         (do_one_test): Call check_result.
52158         (test_main): Call check1.
52159         * string/bug-strcasestr1.c: Removed.
52160         * string/bug-strchr1.c: Likewise.
52161         * string/bug-strstr1.c: Likewise.
52163         * elf/Makefile (dl-routines): Add hwcaps.
52164         * elf/dl-support.c (_dl_important_hwcaps): Removed.
52165         * elf/dl-sysdep.c (_DL_FIRST_EXTRA): Likewise.
52166         (_dl_important_hwcaps): Moved to ...
52167         * elf/dl-hwcaps.c: Here.  New file.
52168         * sysdeps/mach/hurd/dl-sysdep.c (_dl_important_hwcaps): Removed.
52170         [BZ #14557]
52171         * elf/setup-vdso.h (setup_vdso): Set GL(dl_nns) to 1 for vDSO
52172         if IS_IN_rtld isn't defined.
52174         * elf/dl-support.c (_dl_sysinfo_map): New.
52175         Include "get-dynamic-info.h" and "setup-vdso.h".
52176         (_dl_non_dynamic_init): Call setup_vdso.
52177         * elf/dynamic-link.h: Don't include <assert.h>.
52178         (elf_get_dynamic_info): Moved to ...
52179         * elf/get-dynamic-info.h: Here.  New file.
52180         * elf/dynamic-link.h: Include "get-dynamic-info.h".
52181         * elf/rtld.c (dl_main): Break out vDSO setup code into ...
52182         * elf/setup-vdso.h: Here.  New file.
52183         * elf/rtld.c: Include "setup-vdso.h".
52184         (dl_main): Call setup_vdso.
52186 2012-10-05  Joseph Myers  <joseph@codesourcery.com>
52188         * math/libm-test.inc: List nexttoward, cimag, clog10, conf and
52189         creal in comment listing functions tested.  List finite, isinf,
52190         isnan, isless, islessequal, isgreater, isgreaterequal,
52191         islessgreater, isunordered, lgamma_r and pow10 as functions and
52192         macros not tested.  Mention which functions not tested are aliases
52193         for other functions.  Fix typo.  Note that signs of NaNs are not
52194         tested.
52196         * scripts/config.guess: Update from config.git.
52197         * scripts/config.sub: Likewise.
52199 2012-10-04  Roland McGrath  <roland@hack.frob.com>
52201         * misc/Versions (GLIBC_PRIVATE): New set, add __madvise.
52202         * misc/madvise.c (madvise): Renamed to __madvise.
52203         Make madvise a weak alias.
52204         * include/sys/mman.h: Declare __madvise.
52205         Replace libc_hidden_proto (madvise) with libc_hidden_proto (__madvise).
52206         * sysdeps/unix/syscalls.list
52207         (madvise): Make __madvise the strong name, and madvise a weak alias.
52208         * sysdeps/unix/sysv/linux/syscalls.list
52209         (madvise, mmap): Remove redundant entries.
52210         * malloc/arena.c (shrink_heap): Use __madvise, not madvise.
52211         * malloc/malloc.c (mtrim): Likewise.
52212         * sysdeps/mach/hurd/malloc-machine.h (madvise): Renamed to __madvise.
52214 2012-10-03  Roland McGrath  <roland@hack.frob.com>
52216         * sysdeps/mach/hurd/dl-cache.c: File removed.
52217         * config.h.in (USE_LDCONFIG): New #undef.
52218         * configure.in (use_ldconfig): If set, define USE_LDCONFIG.
52219         * configure: Regenerated.
52220         * elf/Makefile (dl-routines): Add dl-cache only under
52221         [$(use-ldconfig) = yes].
52222         * elf/dl-load.c (_dl_map_object): Conditionalize code consulting the
52223         cache on [USE_LDCONFIG].
52224         * elf/dl-open.c (_dl_open): Call _dl_unload_cache only under
52225         [USE_LDCONFIG].
52226         * elf/rtld.c (dl_main): Likewise.
52228 2012-10-03  Pino Toscano  <toscano.pino@tiscali.it>
52230         * sysdeps/posix/sysconf.c (__sysconf): Return 0 also for
52231         _SC_LEVEL4_CACHE_LINESIZE.
52233 2012-10-03  Roland McGrath  <roland@hack.frob.com>
52235         * sysdeps/unix/bsd/confstr.h: File removed.
52237 2012-10-02  Alexandre Oliva <aoliva@redhat.com>
52239         * scripts/check-local-headers.sh: Exclude sys/sdt.h and
52240         sys/sdt-config.h.
52242 2012-10-02  Roland McGrath  <roland@hack.frob.com>
52244         * elf/dl-load.c (_dl_map_object_from_fd: struct loadcmd):
52245         Make 'mapoff' field ElfW(Off) rather than off_t.
52247 2012-10-02  Dmitry V. Levin  <ldv@altlinux.org>
52249         * nscd/Makefile: Remove nscd-cflags and all its users.
52250         (CPPFLAGS-nonlib): Add preprocessor flags for nscd modules.
52251         (CFLAGS-nonlib): Add compiler flags for nscd modules.
52253         [BZ #10631]
52254         * malloc.c (malloc_printerr): Clarify error message.
52256 2012-10-02  H.J. Lu  <hongjiu.lu@intel.com>
52258         [BZ #14648]
52259         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
52260         Set bit_FMA_Usable if FMA is supported.
52261         * sysdeps/x86_64/multiarch/init-arch.h (bit_FMA_Usable): New
52262         macro.
52263         (bit_FMA4_Usable): Updated.
52264         (index_FMA_Usable): New macro.
52265         (CPUID_FMA): Likewise
52266         (HAS_FMA): Defined with bit_FMA_Usable.
52268 2012-10-01  Roland McGrath  <roland@hack.frob.com>
52270         * bits/types.h (__swblk_t): Type removed.
52271         * bits/typesizes.h (__SWBLK_T_TYPE): Macro removed.
52272         * sysdeps/mach/hurd/bits/typesizes.h (__SWBLK_T_TYPE): Likewise.
52273         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
52274         (__SWBLK_T_TYPE): Likewise.
52275         * sysdeps/unix/sysv/linux/x86/bits/typesizes.h
52276         (__SWBLK_T_TYPE): Likewise.
52277         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
52278         (__SWBLK_T_TYPE): Likewise.
52279         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
52280         (__SWBLK_T_TYPE): Likewise.
52282 2012-10-01  Patsy Franklin <pfrankli@redhat.com>
52283             Honza Horak <hhorak@redhat.com>
52285         * nis/yp_xdr.c (xdr_domainname): Use YPMAXDOMAIN as maxsize.
52286         (xdr_mapname): Use YPMAXMAP as maxsize.
52287         (xdr_peername): Use YPMAXPEER as maxsize.
52288         (xdr_keydat): Use YPAXRECORD as maxsize.
52289         (xdr_valdat): Use YPMAXRECORD as maxsize.
52291 2012-10-01  Roland McGrath  <roland@hack.frob.com>
52293         * io/openat.c [!__ASSUME_ATFCTS] (__have_atfcts): New global variable.
52295         * sysdeps/unix/sysv/linux/init-first.c: Moved to ...
52296         * csu/init-first.c: ... here.
52297         * sysdeps/unix/sysv/linux/powerpc/init-first.c: Update #include.
52298         * sysdeps/unix/sysv/linux/s390/init-first.c: Likewise.
52299         * sysdeps/unix/sysv/linux/x86_64/init-first.c: Likewise.
52300         * sysdeps/unix/sysv/linux/x86_64/x32/init-first.c: Likewise.
52301         * sysdeps/i386/init-first.c: File removed.
52302         * sysdeps/sh/init-first.c: File removed.
52304 2012-10-01  Joseph Myers  <joseph@codesourcery.com>
52306         [BZ #14645]
52307         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Compute result as x * y
52308         if x * y might underflow to zero and z is zero.
52309         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
52310         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
52311         * math/libm-test.inc (min_subnorm_value): New variable.
52312         (fma_test): Add more tests.
52313         (fma_test_towardzero): Likewise.
52314         (fma_test_downward): Likewise
52315         (fma_test_upward): Likewise.
52316         (initialize): Set min_subnorm_value.
52318 2012-09-29  Joseph Myers  <joseph@codesourcery.com>
52320         [BZ #14638]
52321         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Use x * y + z for exact
52322         0 + 0.
52323         * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Use original rounding
52324         mode for addition resulting in exact zero.
52325         * sysdeps/ieee754/ldbl-128/s_fma.c (__fma): Likewise.
52326         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Use x * y + z for
52327         exact 0 + 0.
52328         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Likewise.
52329         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
52330         * math/libm-test.inc (fma_test): Add more tests.
52331         (fma_test_towardzero): New function.
52332         (fma_test_downward): Likewise.
52333         (fma_test_upward): Likewise.
52334         (main): Call the new functions.
52336 2012-09-28  David S. Miller  <davem@davemloft.net>
52338         * sysdeps/sparc/fpu/libm-test-ulps: Fix garbage in file.
52340 2012-09-28  Roland McGrath  <roland@hack.frob.com>
52342         * sysdeps/posix/sleep.c (__sleep): Rewritten using __nanosleep
52343         instead of SIGALRM.
52345         * sysdeps/gnu/_G_config.h: Moved to ...
52346         * sysdeps/unix/sysv/linux/_G_config.h: ... here.
52347         * sysdeps/mach/hurd/_G_config.h: Moved to ...
52348         * sysdeps/generic/_G_config.h: ... here.
52350         * io/open.c (__open): Renamed to __libc_open.  Make __open an alias.
52352         * posix/Makefile ($(objpfx)config-name.h): Do $(make-target-directory).
52354         * nss/Makefile ($(objpfx)/libnss_test1.so$(libnss_test1.so-version)):
52355         Conditionalize target on [libnss_test1.so-version].
52357         * elf/dl-sysdep.c: Conditionalize whole contents on [SHARED].
52359         * Makeconfig (nssobjdir, resolvobjdir): Remove variables.
52360         (elfobjdir): Move out of conditionals.
52362         * nss/nsswitch.c (nss_new_service): Conditionalize definition and
52363         declaration on [!DO_STATIC_NSS || SHARED], matching its only caller.
52364         (__nss_lookup_function): Conditionalize label remove_from_tree on
52365         [!DO_STATIC_NSS || SHARED], matching its only use.
52367 2012-09-28  David S. Miller  <davem@davemloft.net>
52369         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara4.S: New file.
52370         * sysdeps/sparc/sparc32/sparcv9/multiarch/memcpy-niagara4.S: New
52371         file.
52372         * sysdeps/sparc/sparc64/multiarch/Makefile: Add to
52373         sysdep_routines.
52374         * sysdeps/sparc/sparc32/sparcv9/multiarch/Makefile: Likewise.
52375         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Use Niagara-4 memcpy
52376         when HWCAP_SPARC_CRYPTO is present.
52378 2012-09-28  Pino Toscano  <toscano.pino@tiscali.it>
52380         * io/tst-mknodat.c: Create a FIFO instead of a socket.
52382 2012-09-28  Andreas Schwab  <schwab@linux-m68k.org>
52384         [BZ #6530]
52385         * stdio-common/vfprintf.c (process_string_arg): Revert
52386         2000-07-22 change.
52388 2011-09-28  Jonathan Nieder  <jrnieder@gmail.com>
52390         * stdio-common/Makefile (tst-sprintf-ENV): Set environment
52391         for testcase.
52392         * stdio-common/tst-sprintf.c: Include <locale.h>
52393         (main): Test sprintf's handling of incomplete multibyte
52394         characters.
52396 2012-09-28  H.J. Lu  <hongjiu.lu@intel.com>
52398         * elf/dl-runtime.c (VERSYMIDX): Removed.
52399         * elf/dl-version.c (VERSYMIDX): Likewise.
52400         * elf/do-rel.h (VERSYMIDX): Likewise.
52401         (VALIDX): Likewise.
52402         * elf/dynamic-link.h (VERSYMIDX): Likewise.
52403         * elf/rtld.c (VALIDX): Likewise.
52404         (ADDRIDX): Likewise.
52405         * sysdeps/sparc/sparc32/dl-machine.h (VALIDX): Likewise.
52406         * sysdeps/sparc/sparc64/dl-machine.h (VALIDX): Likewise.
52407         * sysdeps/x86_64/dl-tlsdesc.h (ADDRIDX): Likewise.
52408         * sysdeps/generic/ldsodefs.h (VERSYMIDX): New macro.
52409         (VALIDX): Likewise.
52410         (ADDRIDX): Likewise.
52412 2012-09-28  Pino Toscano  <toscano.pino@tiscali.it>
52414         * sysdeps/pthread/aio_fsync.c: Fix the file mode checking.
52416 2012-09-28  Dmitry V. Levin  <ldv@altlinux.org>
52418         [BZ #11438]
52419         * sysdeps/posix/getaddrinfo.c (default_scopes): Map RFC 1918 addresses
52420         to global scope.
52421         * posix/tst-rfc3484.c: Verify 10/8, 172.16/12 and 196.128/16
52422         addresses are in the same scope as 192.0.2/24.
52423         * posix/gai.conf: Document new scope table defaults.
52425 2012-09-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
52427         [BZ #5298]
52428         * libio/fileops.c (_IO_new_file_seekoff): Don't flush buffer
52429         for ftell.  Compute offsets from write pointers instead.
52430         * libio/wfileops.c (_IO_wfile_seekoff): Likewise.
52432 2012-09-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
52434         [BZ #14543]
52435         * libio/Makefile (tests): New test case tst-fseek.
52436         * libio/tst-fseek.c: New test case to verify that fseek/ftell
52437         combination works in wide mode.
52438         * libio/wfileops.c (_IO_wfile_seekoff): Adjust internal buffer
52439         state when the external buffer state changes.
52441 2012-09-27  David S. Miller  <davem@davemloft.net>
52443         [BZ #14376]
52444         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela): Do not
52445         pass reloc->r_addend in as the 'high' argument to
52446         sparc64_fixup_plt when handling R_SPARC_JMP_IREL relocations.
52448         * sysdeps/sparc/fpu/libm-test-ulps: Update.
52450 2012-09-28  Pino Toscano  <toscano.pino@tiscali.it>
52452         * rt/tst-aio2.c: Include <pthread.h>.
52453         * rt/tst-aio3.c: Likewise.
52455 2012-09-27  Steve Ellcey  <sellcey@mips.com>
52457         * sysdeps/ieee754/ldbl-128/bits/huge_vall.h: Remove.
52459 2012-09-27  H.J. Lu  <hongjiu.lu@intel.com>
52461         * sysdeps/x86_64/multiarch/strncmp-ssse3.S: Conditionalize
52462         contents on [SHARED].
52464 2012-09-26  Marek Polacek  <polacek@redhat.com>
52466         [BZ #14530]
52467         [BZ #13741]
52468         * misc/sys/cdefs.h: Define __extern_inline and __extern_always_inline
52469         for C++ and GCC <4.3 as well as for non GCC compilers.
52471 2012-09-26  Markus Trippelsdorf  <markus@trippelsdorf.de>
52473         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
52475 2012-09-25  Roland McGrath  <roland@hack.frob.com>
52477         * Makefile.in (all, install): Declare with .PHONY.
52478         Reported by Michael Hope <michael.hope@linaro.org>.
52480 2012-09-25  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
52482         * manual/platform.texi (PowerPC): Document __ppc_get_timebase_freq.
52483         * sysdeps/powerpc/sys/platform/ppc.h: Include the operating
52484         system header.
52485         * sysdeps/unix/sysv/linux/powerpc/Makefile (sysdep_headers):
52486         Likewise.
52487         (sydep_routines): Add the new and the internal functions.
52488         * sysdeps/unix/sysv/linux/powerpc/bits/ppc.h: New file.
52489         * sysdeps/unix/sysv/linux/powerpc/get_timebase_freq.c: Likewise.
52490         * sysdeps/unix/sysv/linux/powerpc/powerpc32/Versions
52491         (GLIBC_2.17): Add the new function.
52492         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist
52493         (GLIBC_2.17): Likewise.
52494         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions
52495         (GLIBC_2.17): Likewise.
52496         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist
52497         (GLIBC_2.17): Likewise.
52498         * sysdeps/unix/sysv/linux/powerpc/test-gettimebasefreq.c: New file.
52500 2012-09-25  Alan Modra  <amodra@gmail.com>
52502         * sysdeps/unix/sysv/linux/powerpc/pthread_once.c (__pthread_once):
52503         Add release barrier before setting once_control to say
52504         initialisation is done.  Add hints on lwarx.  Use macro in
52505         place of isync.
52506         (clear_once_control): Add release barrier.
52508 2012-09-25  Joseph Myers  <joseph@codesourcery.com>
52510         [BZ #13629]
52511         * math/s_clog.c (__clog): Handle more values close to |z| = 1
52512         specially.
52513         * math/s_clog10.c (__clog10): Likewise.
52514         * math/s_clog10f.c (__clog10f): Likewise.
52515         * math/s_clog10l.c (__clog10l): Likewise.
52516         * math/s_clogf.c (__clogf): Likewise.
52517         * math/s_clogl.c (__clogl): Likewise.
52518         * math/Makefile (libm-calls): Add x2y2m1.
52519         * sysdeps/generic/math_private.h (__x2y2m1f): Declare.
52520         (__x2y2m1): Likewise.
52521         (__x2y2m1l): Likewise.
52522         * sysdeps/ieee754/dbl-64/x2y2m1.c: New file.
52523         * sysdeps/ieee754/dbl-64/x2y2m1f.c: Likewise.
52524         * sysdeps/ieee754/ldbl-128/x2y2m1l.c: Likewise.
52525         * sysdeps/ieee754/ldbl-128ibm/x2y2m1l.c: Likewise.
52526         * sysdeps/ieee754/ldbl-96/x2y2m1.c: Likewise.
52527         * sysdeps/ieee754/ldbl-96/x2y2m1l.c: Likewise.
52528         * math/libm-test.inc (clog_test, clog10_test): Add more tests.
52529         * sysdeps/i386/fpu/libm-test-ulps: Update.
52530         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
52532         [BZ #14621]
52533         * posix/glob.c (next_brace_sub): Use size_t instead of unsigned
52534         int as type of variable DEPTH.
52535         (glob): Use size_t instead of int as type of variables NEWCOUNT
52536         and OLD_PATHC.
52538 2012-09-25  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
52540         * sysdeps/i386/i686/fpu/multiarch/Makefile (sysdep_routines):
52541         Add s_sincosf-sse2.
52542         * sysdeps/i386/i686/fpu/multiarch/s_sincosf.c: New file.
52543         * sysdeps/i386/i686/fpu/multiarch/s_sincosf-sse2.S: New file.
52544         * sysdeps/ieee754/flt-32/s_sincosf.c (SINCOSF, SINCOSF_FUNC): Add
52545         macros for using routine as __sincosf_ia32.
52546         Use macro for function declaration and weak_alias.
52547         * sysdeps/i386/fpu/libm-test-ulps: Update.
52549         * sysdeps/x86_64/fpu/s_sincosf.S: New file.
52550         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
52552         * math/s_ccoshf.c (__ccoshf): Fix wrong usage of sincos for
52553         subnormal argument.
52554         * math/s_cexpf.c (__cexpf): Likewise.
52555         * math/s_csinf.c (__csinf): Likewise.
52556         * math/s_csinhf.c (__csinhf): Likewise.
52557         * math/s_ctanf.c (__ctanf): Likewise.
52558         * math/s_ctanhf.c (__ctanhf): Likewise.
52559         * math/s_ccosh.c (__ccoshf): Likewise.
52560         * math/s_cexp.c (__cexpl): Likewise.
52561         * math/s_csin.c (__csin): Likewise.
52562         * math/s_csinh.c (__csinh): Likewise.
52563         * math/s_ctan.c (__ctan): Likewise.
52564         * math/s_ctanh.c (ctanh): Likewise.
52565         * math/s_ccoshl.c (__ccoshl): Likewise.
52566         * math/s_cexpl.c (__cexpl): Likewise.
52567         * math/s_csinl.c (__csinl): Likewise.
52568         * math/s_csinhl.c (__csinhl): Likewise.
52569         * math/s_ctanl.c (__ctanl): Likewise.
52570         * math/s_ctanhl.c (__ctanhl): Likewise.
52572 2012-09-25  Joseph Myers  <joseph@codesourcery.com>
52574         * libio/libio.h (_IO_size_t): Define to size_t, not _G_size_t.
52575         (_IO_ssize_t): Define to __ssize_t, not _G_ssize_t.
52576         (_IO_off_t): Define to __off_t, not _G_off_t.
52577         (_IO_pid_t): Define to __pid_t, not _G_pid_t.
52578         (_IO_uid_t): Define to __uid_t, not _G_uid_t.
52579         (_IO_wint_t): Define to wint_t, not _G_wint_t.
52580         * libio/libioP.h (struct _IO_jump_t): Use size_t not _G_size_t as
52581         type of __dummy and __dummy2 fields.
52582         * sysdeps/generic/_G_config.h (_G_size_t): Remove.
52583         (_G_ssize_t): Likewise.
52584         (_G_off_t): Likewise.
52585         (_G_pid_t): Likewise.
52586         (_G_uid_t): Likewise.
52587         (_G_wchar_t): Likewise.
52588         (_G_wint_t): Likewise.
52589         * sysdeps/gnu/_G_config.h (_G_size_t): Remove.
52590         (_G_ssize_t): Likewise.
52591         (_G_off_t): Likewise.
52592         (_G_pid_t): Likewise.
52593         (_G_uid_t): Likewise.
52594         (_G_wchar_t): Likewise.
52595         (_G_wint_t): Likewise.
52596         * sysdeps/mach/hurd/_G_config.h (_G_size_t): Remove.
52597         (_G_ssize_t): Likewise.
52598         (_G_off_t): Likewise.
52599         (_G_pid_t): Likewise.
52600         (_G_uid_t): Likewise.
52601         (_G_wchar_t): Likewise.
52602         (_G_wint_t): Likewise.
52604 2012-09-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
52606         * malloc/arena.c: Include malloc-sysdep.h.
52607         (shrink_heap): Use check_may_shrink_heap to decide if madvise
52608         is sufficient to shrink the heap or an unmap is needed.
52609         * sysdeps/generic/malloc-sysdep.h: New file.  Define
52610         new function check_may_shrink_heap.
52611         * sysdeps/unix/sysv/linux/malloc-sysdep.h: New file.  Define
52612         new function check_may_shrink_heap.
52614 2012-09-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
52616         * libio/fileops.c (_IO_new_file_seekoff): Fix typos in
52617         comments.
52619 2012-09-24  Dmitry V. Levin  <ldv@altlinux.org>
52621         * catgets/test-gencat.sh: Add "set -e".
52622         * elf/tst-pathopt.sh: Likewise.
52623         * grp/tst_fgetgrent.sh: Likewise.
52624         * iconvdata/run-iconv-test.sh: Likewise.
52625         * intl/tst-gettext.sh: Likewise.
52626         * intl/tst-gettext2.sh: Likewise.
52627         * intl/tst-gettext4.sh: Likewise.
52628         * intl/tst-gettext6.sh: Likewise.
52629         * intl/tst-translit.sh: Likewise.
52630         * io/ftwtest-sh: Likewise.
52631         * libio/test-freopen.sh: Likewise.
52632         * malloc/tst-mtrace.sh: Likewise.
52633         * posix/globtest.sh: Likewise.
52634         * posix/tst-getconf.sh: Likewise.
52635         * posix/wordexp-tst.sh: Likewise.
52636         * stdio-common/tst-printf.sh: Likewise.
52637         * stdio-common/tst-unbputc.sh: Likewise.
52638         * stdlib/tst-fmtmsg.sh: Likewise.
52639         * sysdeps/x86_64/tst-xmmymm.sh: Likewise.
52640         * catgets/Makefile: Do not specify -e option when running
52641         testsuite shell scripts.
52642         * elf/Makefile: Likewise.
52643         * grp/Makefile: Likewise.
52644         * iconvdata/Makefile: Likewise.
52645         * intl/Makefile: Likewise.
52646         * io/Makefile: Likewise.
52647         * libio/Makefile: Likewise.
52648         * malloc/Makefile: Likewise.
52649         * posix/Makefile: Likewise.
52650         * stdio-common/Makefile: Likewise.
52651         * stdlib/Makefile: Likewise.
52652         * sysdeps/x86_64/Makefile: Likewise.
52654         * io/ftwtest-sh: Add copyright header.
52655         * posix/globtest.sh: Likewise.
52656         * posix/tst-getconf.sh: Likewise.
52657         * posix/wordexp-tst.sh: Likewise.
52658         * sysdeps/x86_64/tst-xmmymm.sh: Likewise.
52660 2012-09-24  H.J. Lu  <hongjiu.lu@intel.com>
52662         [BZ #13679]
52663         * Makeconfig (+link): Defined as $(+link-static) if
52664         $(build-shared) isn't yes.
52665         (link-tests): Defined as $(+link-static-tests) if $(build-shared)
52666         isn't yes.
52667         (static-gnulib): Add -lgcc_eh if $(build-shared) isn't yes.
52669         * Makeconfig (+postctorT): Replace crtendS.o with crtend.o.
52671         [BZ #14562]
52672         * malloc/arena.c (heap_trim): Properly get fencepost and adjust
52673         new chunk size with MALLOC_ALIGN_MASK.
52675 2012-09-24  Joseph Myers  <joseph@codesourcery.com>
52677         [BZ #5044]
52678         * stdio-common/printf_fphex.c: Include <stdbool.h> and
52679         <rounding-mode.h>.
52680         (__printf_fphex): Determine rounding using get_rounding_mode and
52681         round_away.
52682         * stdio-common/tst-printf-round.c (struct hex_test): New
52683         structure.
52684         (hex_tests): New variable.
52685         (test_hex_in_one_mode): New function.
52686         (do_test): Also run tests for hex float output.
52688 2012-09-21  Joseph Myers  <joseph@codesourcery.com>
52690         * libio/iopopen.c [_IO_HAVE_SYS_WAIT]: Make code unconditional.
52691         [!_IO_HAVE_SYS_WAIT]: Remove conditional code.
52692         * libio/libio.h (_IO_HAVE_SYS_WAIT): Remove.
52693         * libio/oldiopopen.c [_IO_HAVE_SYS_WAIT]: Make code unconditional.
52694         [!_IO_HAVE_SYS_WAIT]: Remove conditional code.
52695         * sysdeps/generic/_G_config.h (_G_HAVE_SYS_WAIT): Remove.
52696         * sysdeps/gnu/_G_config.h (_G_HAVE_SYS_WAIT): Likewise.
52697         * sysdeps/mach/hurd/_G_config.h (_G_HAVE_SYS_WAIT): Likewise.
52699 2012-09-20  Joseph Myers  <joseph@codesourcery.com>
52701         * libio/libio.h [_G_NEED_STDARG_H]: Make code unconditional.
52702         * sysdeps/generic/_G_config.h (_G_NEED_STDARG_H): Remove.
52703         * sysdeps/gnu/_G_config.h (_G_NEED_STDARG_H): Remove.
52704         * sysdeps/mach/hurd/_G_config.h (_G_NEED_STDARG_H): Remove.
52706 2012-09-19  Dmitry V. Levin  <ldv@altlinux.org>
52708         [BZ #14579]
52709         * elf/rtld.c (dl_main): Limit the check for self loading to normal
52710         mode only.
52711         * elf/tst-rtld-load-self.sh: New test.
52712         * elf/Makefile: Run it.
52714 2012-09-18  Joseph Myers  <joseph@codesourcery.com>
52716         * sysdeps/wordsize-64/Makefile [$(subdir) = misc]
52717         (tst-writev-ENV): Remove.
52718         * sysdeps/wordsize-64/tst-writev.c (TIMEOUT): Define.
52720 2012-09-17  Chris Metcalf  <cmetcalf@tilera.com>
52722         * crypt/md5test-giant.c (TIMEOUT): Increase to 8 minutes for tilegx.
52724 2012-09-17  Joseph Myers  <joseph@codesourcery.com>
52726         * libio/iogetline.c [_LIBC || !_G_HAVE_IO_GETLINE_INFO]: Make code
52727         unconditional.
52728         * libio/iogetwline.c [_LIBC || !_G_HAVE_IO_GETLINE_INFO]:
52729         Likewise.
52730         * sysdeps/generic/_G_config.h (_G_HAVE_IO_GETLINE_INFO): Remove.
52731         * sysdeps/gnu/_G_config.h (_G_HAVE_IO_GETLINE_INFO): Likewise.
52732         * sysdeps/mach/hurd/_G_config.h (_G_HAVE_IO_GETLINE_INFO):
52733         Likewise.
52735 2012-09-14  H.J. Lu  <hongjiu.lu@intel.com>
52737         [BZ #14587]
52738         * Makeconfig (ASFLAGS): Remove $(have-cpp-asm-debuginfo) check.
52739         * config.make.in (have-cpp-asm-debuginfo): Removed.
52740         * configure.in: Don't substitute libc_cv_cpp_asm_debuginfo.
52741         * configure: Regenerated.
52743 2012-09-14  Joseph Myers  <joseph@codesourcery.com>
52745         [BZ #5044]
52746         * stdio-common/printf_fp.c: Include <stdbool.h> and
52747         <rounding-mode.h>.
52748         (___printf_fp): Determine rounding using get_rounding_mode and
52749         round_away.
52750         * stdio-common/tst-printf-round.c: New file.
52751         * stdio-common/Makefile (tests): Add tst-printf-round.
52752         (link-libm): New variable.
52753         ($(objpfx)tst-printf-round): Depend in $(link-libm).
52755 2012-09-13  H.J. Lu  <hongjiu.lu@intel.com>
52757         [BZ #14576]
52758         * bits/libc-lock.h (__rtld_lock_init_recursive): Removed.
52759         * sysdeps/mach/bits/libc-lock.h (__rtld_lock_init_recursive):
52760         Likewise.
52761         * sysdeps/mach/hurd/bits/libc-lock.h (__rtld_lock_init_recursive):
52762         Likewise.
52764 2012-09-13  Joseph Myers  <joseph@codesourcery.com>
52766         * libio/libio.h [!_G_HAVE_PRINTF_FP] (_IO_USE_DTOA): Remove.
52767         * sysdeps/generic/_G_config.h (_G_HAVE_PRINTF_FP): Likewise.
52768         * sysdeps/gnu/_G_config.h (_G_HAVE_PRINTF_FP): Likewise.
52769         * sysdeps/mach/hurd/_G_config.h (_G_HAVE_PRINTF_FP): Likewise.
52771 2012-09-12  Joseph Myers  <joseph@codesourcery.com>
52773         [BZ #14518]
52774         * include/rounding-mode.h: New file.
52775         * sysdeps/generic/get-rounding-mode.h: Likewise.
52776         * sysdeps/s390/fpu/get-rounding-mode.h: Likewise.
52777         * stdlib/strtod_l.c: Include <rounding-mode.h>.
52778         (MAX_VALUE): New macro.
52779         (MIN_VALUE): Likewise.
52780         (overflow_value): New function.
52781         (underflow_value): Likewise.
52782         (round_and_return): Use overflow_value and underflow_value to
52783         determine return values in overflow and underflow cases.  Use
52784         round_away to determine rounding depending on rounding mode.
52785         (____STRTOF_INTERNAL): Use overflow_value and underflow_value to
52786         determine return values in overflow and underflow cases.
52787         * stdlib/tst-strtod-round.c: Include <fenv.h>.
52788         (struct test_results): New structure.
52789         (struct test): Use struct test_results to store expected results
52790         for all rounding modes.
52791         (TEST): Include expected results for all rounding modes.
52792         (test_in_one_mode): New function.
52793         (do_test): Use test_in_one_mode to compute and check results.
52794         Check results for all rounding modes.
52795         * stdlib/Makefile ($(objpfx)tst-strtod-round): Depend on
52796         $(link-libm).
52798 2012-12-09  Allan McRae  <allan@archlinux.org>
52800         * sysdeps/i386/fpu/libm-test-ulps: Update
52802 2012-09-11  Joseph Myers  <joseph@codesourcery.com>
52804         * sysdeps/generic/_G_config.h (_G_int16_t): Remove.
52805         (_G_int32_t): Likewise.
52806         (_G_uint16_t): Likewise.
52807         (_G_uint32_t): Likewise.
52808         (_G_HAVE_BOOL): Likewise.
52809         (_G_HAVE_ATEXIT): Likewise.
52810         (_G_HAVE_LONG_DOUBLE_IO): Likewise.
52811         (_G_HAVE_IO_FILE_OPEN): Likewise.
52812         * sysdeps/gnu/_G_config.h (_G_int16_t): Remove.
52813         (_G_int32_t): Likewise.
52814         (_G_uint16_t): Likewise.
52815         (_G_uint32_t): Likewise.
52816         (_G_HAVE_BOOL): Likewise.
52817         (_G_HAVE_ATEXIT): Likewise.
52818         (_G_HAVE_LONG_DOUBLE_IO): Likewise.
52819         (_G_HAVE_IO_FILE_OPEN): Likewise.
52820         * sysdeps/mach/hurd/_G_config.h (_G_int16_t): Remove.
52821         (_G_int32_t): Likewise.
52822         (_G_uint16_t): Likewise.
52823         (_G_uint32_t): Likewise.
52824         (_G_HAVE_BOOL): Likewise.
52825         (_G_HAVE_ATEXIT): Likewise.
52826         (_G_HAVE_LONG_DOUBLE_IO): Likewise.
52827         (_G_HAVE_IO_FILE_OPEN): Likewise.
52829 2012-09-11  H.J. Lu  <hongjiu.lu@intel.com>
52831         * csu/libc-tls.c: Update copyright years.
52833 2012-09-10  Joseph Myers  <joseph@codesourcery.com>
52835         * libioP.h [_G_USING_THUNKS]: Make code unconditional.
52836         [!_G_USING_THUNKS]: Remove conditional code.
52837         * sysdeps/gnu/_G_config.h (_G_USING_THUNKS): Remove.
52838         * sysdeps/mach/hurd/_G_config.h (_G_USING_THUNKS): Likewise.
52840         * libio/libioP.h [__GNUC__] (VTABLE_LABEL): Remove.
52841         [!builtinbuf_vtable && __cplusplus] (builtinbuf_vtable): Likewise.
52842         * sysdeps/generic/_G_config.h (_G_NAMES_HAVE_UNDERSCORE): Remove.
52843         (_G_VTABLE_LABEL_PREFIX): Likewise.
52844         (_G_VTABLE_LABEL_HAS_LENGTH): Likewise.
52845         * sysdeps/gnu/_G_config.h (_G_NAMES_HAVE_UNDERSCORE): Remove.
52846         (_G_VTABLE_LABEL_HAS_LENGTH): Likewise.
52847         (_G_VTABLE_LABEL_PREFIX): Likewise.
52848         (_G_VTABLE_LABEL_PREFIX_ID): Likewise.
52849         * sysdeps/mach/hurd/_G_config.h (_G_NAMES_HAVE_UNDERSCORE): Remove.
52850         (_G_VTABLE_LABEL_HAS_LENGTH): Likewise.
52851         (_G_VTABLE_LABEL_PREFIX): Likewise.
52852         (_G_VTABLE_LABEL_PREFIX_ID): Likewise.
52854 2012-09-10  H.J. Lu  <hongjiu.lu@intel.com>
52856         * libio/Makefile: Include ../Makeconfig before tests.
52857         (tests): Add tst-fopenloc and depend on $(objpfx)tst-fopenloc.check
52858         only if $(build-shared) is yes.
52860         * iconv/gconv_db.c: Update copyright years.
52862 2012-09-10  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
52864         * sysdeps/i386/i686/fpu/multiarch/s_sinf-sse2.S: Fix
52865         unwind info if defined PIC. Fix special cases description.
52866         * sysdeps/i386/i686/fpu/multiarch/s_cosf-sse2.S: Likewise.
52868         * sysdeps/x86_64/fpu/s_sinf.S: Fix special cases description, fix
52869         DP_HI_MASK entry.
52870         * sysdeps/x86_64/fpu/s_cosf.S: Likewise.
52872 2012-09-07  H.J. Lu  <hongjiu.lu@intel.com>
52874         * scripts/check-local-headers.sh: Add "shopt -s nullglob".
52876         * iconv/gconv_db.c (free_derivation): Check if deriv->steps
52877         is NULL.
52879         * debug/Makefile (LDFLAGS-tst-chk4): Renamed to ...
52880         (LDLIBS-tst-chk4): This.
52881         (LDFLAGS-tst-chk5): Renamed to ...
52882         (LDLIBS-tst-chk5): This.
52883         (LDFLAGS-tst-chk6): Renamed to ...
52884         (LDLIBS-tst-chk6): This.
52885         (LDFLAGS-tst-lfschk4): Renamed to ...
52886         (LDLIBS-tst-lfschk4): This.
52887         (LDFLAGS-tst-lfschk5): Renamed to ...
52888         (LDLIBS-tst-lfschk5): This.
52889         (LDFLAGS-tst-lfschk6): Renamed to ...
52890         (LDLIBS-tst-lfschk6): This.
52892         * Makefile ($(inst_includedir)/gnu/stubs.h): Remove dependency
52893         on $(common-objpfx)soversions.mk.
52895 2012-09-07  Joseph Myers  <joseph@codesourcery.com>
52897         [BZ #10014]
52898         * manual/examples/inetcli.c (SERVERHOST): Use www.gnu.org as
52899         example host name.
52901 2012-09-07  Siddhesh Poyarekar  <siddhesh@redhat.com>
52903         * malloc/arena.c (arena_get_retry): New function that gets
52904         another arena for the caller to try its request on.
52905         * malloc/malloc.c (__libc_malloc): Use get_another_arena if the
52906         current arena cannot fulfill the request.
52907         (__libc_memalign): Likewise.
52908         (__libc_memalign): Likewise.
52909         (__libc_pvalloc): Likewise.
52910         (__libc_calloc): Likewise.
52912 2012-09-05  John Tobey  <john.tobey@gmail.com>
52914         [BZ #13542]
52915         * manual/arith.texi (Operations on Complex): Fix description
52916         of carg branch cut.
52918 2012-09-06  Joseph Myers  <joseph@codesourcery.com>
52920         [BZ #10014]
52921         * manual/socket.texi (Host Addresses): Use www.gnu.org as example
52922         host name.
52924         [BZ #10038]
52925         * manual/memory.texi (Memory): Make order of menu items match
52926         order of sections.
52928 2012-09-06  H.J. Lu  <hongjiu.lu@intel.com>
52930         * elf/dl-tls.c (DL_INITIAL_DTV): Removed.
52931         (_dl_initial_dtv): New.  Defined if SHARED isn't defined.
52932         (_dl_deallocate_tls): Restore GL(dl_initial_dtv).
52934 2012-09-06  H.J. Lu  <hongjiu.lu@intel.com>
52936         * csu/libc-tls.c (static_dtv): Renamed to ...
52937         (_dl_static_dtv): This.  Make it global.
52938         (_dl_initial_dtv): Removed.
52939         (__libc_setup_tls): Updated.
52940         * elf/dl-tls.c (DL_INITIAL_DTV): New macro.
52941         (_dl_deallocate_tls): Replace GL(dl_initial_dtv) with
52942         DL_INITIAL_DTV.
52944 2012-09-06  Petr Machata  <pmachata@redhat.com>
52946         * elf/elf.h (NT_S390_HIGH_GPRS): New macro.
52947         (NT_S390_TIMER, NT_S390_TODCMP, NT_S390_TODPREG): Likewise.
52948         (NT_S390_CTRS, NT_S390_PREFIX, NT_S390_LAST_BREAK): Likewise.
52949         (NT_S390_SYSTEM_CALL, NT_ARM_VFP): Likewise.
52951 2012-09-06  H.J. Lu  <hongjiu.lu@intel.com>
52953         [BZ #14545]
52954         * csu/libc-tls.c (_dl_initial_dtv): New variable.
52955         * elf/dl-tls.c (_dl_deallocate_tls): Always check dtv before
52956         freeing dtv[-1].
52958 2012-09-06  H.J. Lu  <hongjiu.lu@intel.com>
52960         [BZ #14544]
52961         * Makeconfig (link-static-before-libc): Replace $(+prector)
52962         with $(+prectorT).
52963         (link-static-after-libc): Replace $(+postctor) with
52964         $(+postctorT).
52965         (link-bounded): Replace $(+prector)/$(+postctor) with
52966         $(+prectorT)/$(+postctorT).
52967         (+prectorT): New macro.
52968         (+postctorT): Likewise.
52970 2012-09-06  Joseph Myers  <joseph@codesourcery.com>
52972         * stdlib/gen-tst-strtod-round.c: Include <assert.h>.
52973         (round_str): Handle values above the maximum for IBM long double
52974         as inexact.
52975         * stdlib/tst-strtod-round.c (tests): Regenerated.
52977 2012-09-06  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
52979         * sysdeps/s390/s390-32/multiarch/Makefile: Remove -mzarch
52980         assembler flag.
52981         * sysdeps/s390/s390-32/multiarch/memcmp.S: Use .machinemode
52982         zarch_nohighgprs around the zarch optimized routines.
52983         * sysdeps/s390/s390-32/multiarch/memcpy.S: Likewise.
52984         * sysdeps/s390/s390-32/multiarch/memset.S: Likewise.
52985         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c: Explicitly check
52986         for zarch.
52988 2012-09-05  David S. Miller  <davem@davemloft.net>
52990         * sysdeps/sparc/fpu/libm-test-ulps: Update.
52992         * sysdeps/sparc/bits/hwcap.h (HWCAP_SPARC_PAUSE)
52993         (HWCAP_SPARC_CBCOND, HWCAP_SPARC_CRYPTO): Define.
52994         * sysdeps/sparc/dl-procinfo.h (_DL_HWCAP_COUNT): Increase to 27.
52995         * sysdeps/sparc/dl-procinfo.c (_dl_sparc_cap_flags): Add new
52996         entries.
52998 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
53000         * malloc/arena.c: Fold copyright years.
53001         * malloc/mcheck.c, malloc/memusage.c: Likewise.
53003 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
53005         * malloc/malloc.c (__libc_mallopt) <M_MMAP_MAX>: Fix indentation.
53007 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
53009         * manual/contrib.texi (Contributors): Fix typo.  Complete entry.
53011 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
53013         * malloc/malloc.c (__libc_mallopt) <M_MMAP_THRESHOLD>: Do not
53014         change internal state upon failure.
53016 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
53018         * malloc/mcheck.c (mcheck_check_all): Fix typo.
53019         * malloc/memusage.c (mmap): Likewise.
53020         (mmap64, mremap): Likewise.  Adjust name in comment.
53022 2012-09-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
53024         * libio/fileops.c: Fix typos in comments.
53025         * libio/oldfileops.c: Likewise.
53026         * libio/wfileops.c: Likewise.
53028 2012-09-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
53030         [BZ #1349]
53031         * malloc/Makefile (tests): Add tst-malloc-usable test case.
53032         (tst-malloc-usable-ENV): Set environment for test case.
53033         * malloc/hooks.c (malloc_check_get_size): New function to get
53034         requested size.
53035         * malloc/malloc.c (musable): Use malloc_check_get_size.
53036         * malloc/tst-malloc-usable.c: New test case.
53038 2012-09-05  Andreas Schwab  <schwab@linux-m68k.org>
53040         * stdlib/tst-strtod-overflow.c (TIMEOUT): Define.
53042 2012-09-05  Allan McRae  <allan@archlinux.org>
53044         [BZ #13966]
53045         * configure.in (CXX_SYSINCLUDES): Use compiler output to
53046         determine header location.
53047         * configure: Regenerated.
53049 2012-09-05  Andreas Schwab  <schwab@linux-m68k.org>
53051         * stdlib/gen-tst-strtod-round.c (formats): Add Motorola extended
53052         float format.
53053         * stdlib/tst-strtod-round.c (TEST) [LDBL_MANT_DIG == 64 &&
53054         LDBL_MAX_EXP == 16384]: Add case for Motorola extended float
53055         format.
53056         (test): Regenerate.
53058 2012-09-04  David S. Miller  <davem@davemloft.net>
53060         * sysdeps/sparc/sparc32/sparcv9/addmul_1.S: New file.
53061         * sysdeps/sparc/sparc32/sparcv9/submul_1.S: New file.
53062         * sysdeps/sparc/sparc32/sparcv9/mul_1.S: New file.
53064 2012-09-04  Florian Weimer  <fweimer@redhat.com>
53066         * stdlib/tst-secure-getenv.c (alternative_main): Only warn on SGID
53067         failures.
53069         * stdlib/tst-secure-getenv.c: Fix whitespace in comments.
53071 2012-09-04  Joseph Myers  <joseph@codesourcery.com>
53073         [BZ #9914]
53074         * libio/iogetdelim.c: Include <limits.h>.
53075         (_IO_getdelim): Avoid integer overflow in testing whether cur_len
53076         + len + 1 would overflow.
53078 2012-09-03  Andreas Jaeger  <aj@suse.de>
53080         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
53081         * sysdeps/i386/fpu/libm-test-ulps: Update.
53083 2012-09-03  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
53085         * sysdeps/i386/i686/fpu/multiarch/Makefile (sysdep_routines):
53086         Add s_sinf-sse2, s_conf-sse2.
53088         * sysdeps/i386/i686/fpu/multiarch/s_sinf-sse2.S: New file.
53089         * sysdeps/i386/i686/fpu/multiarch/s_cosf-sse2.S: New file.
53090         * sysdeps/i386/i686/fpu/multiarch/s_sinf.c: New file.
53091         * sysdeps/i386/i686/fpu/multiarch/s_cosf.c: New file.
53093         * sysdeps/ieee754/flt-32/s_sinf.c (SINF, SINF_FUNC): Add macros
53094         for using routine as __sinf_ia32.
53095         Use macro for function declaration and weak_alias.
53096         * sysdeps/ieee754/flt-32/s_cosf.c (COSF, COSF_FUNC): Add macros
53097         for using routine as __cosf_ia32.
53098         Use macro for function declaration and weak_alias.
53100         * sysdeps/i386/i686/fpu/multiarch/e_expf-sse2.S: Fix Copyright.
53101         * sysdeps/i386/i686/fpu/multiarch/e_expf.c: Fix Copyright.
53103         * sysdeps/x86_64/fpu/s_sinf.S: New file.
53104         * sysdeps/x86_64/fpu/s_cosf.S: New file.
53105         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
53107         * math/libm-test.inc (cos_test): Add more test cases.
53108         (sin_test): Likewise.
53109         (sincos_test): Likewise.
53111 2012-09-03  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
53113         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c
53114         (IFUNC_RESOLVE): Make pointers to the specialized implementations
53115         hidden.
53116         * sysdeps/s390/s390-64/multiarch/ifunc-resolve.c: Likewise.
53118 2012-09-02  H.J. Lu  <hongjiu.lu@intel.com>
53120         [BZ #14538]
53121         * sysdeps/x86_64/dl-machine.h (elf_machine_dynamic): Use the
53122         first element of the GOT.
53123         (elf_machine_load_address): Return the difference between
53124         the runtime address of _DYNAMIC and elf_machine_dynamic ().
53126 2012-09-01  Allan McRae  <allan@archlinux.org>
53128         [BZ #13412]
53129         * configure.in (AWK): Require gawk version 3.0 or later.
53130         * configure: Regenerated.
53132 2012-09-01  Joseph Myers  <joseph@codesourcery.com>
53134         * sysdeps/unix/sysv/linux/kernel-features.h
53135         (__ASSUME_POSIX_CPU_TIMERS): Remove.
53136         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c
53137         [__NR_clock_getres]: Make code unconditional.
53138         [!__ASSUME_POSIX_CPU_TIMERS]: Remoce conditional code.
53139         (clock_getcpuclockid): Remove code left unreachable by removal of
53140         conditionals.
53141         * sysdeps/unix/sysv/linux/clock_getres.c [__NR_clock_getres]: Make
53142         code unconditional.
53143         [__ASSUME_POSIX_CPU_TIMERS]: Likewise.
53144         [!__ASSUME_POSIX_CPU_TIMERS]: Remove conditional code.
53145         * sysdeps/unix/sysv/linux/clock_gettime.c [__NR_clock_gettime]:
53146         Make code unconditional.
53147         [__ASSUME_POSIX_CPU_TIMERS]: Likewise.
53148         [!__ASSUME_POSIX_CPU_TIMERS]: Remove conditional code.
53149         * sysdeps/unix/sysv/linux/clock_settime.c
53150         [__ASSUME_POSIX_CPU_TIMERS <= 0 && __NR_clock_settime]: Remove
53151         conditional code.
53152         [__ASSUME_POSIX_CPU_TIMERS]: Make code unconditional.
53153         [!__ASSUME_POSIX_CPU_TIMERS]: Remove conditional code.
53155 2012-08-29  H.J. Lu  <hongjiu.lu@intel.com>
53157         [BZ #14476]
53158         * Makefile (install): Also pass LD_SO=$(ld.so-version) to
53159         scripts/test-installation.pl.
53161         * scripts/test-installation.pl: Use LD_SO to get $ld_so_name
53162         and $ld_so_version if it is set.
53164 2012-08-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
53166         [BZ #14516]
53167         * sysdeps/unix/sysv/linux/ttyname.c (ttyname): Don't return
53168         failure if reading from procfs failed.
53169         * sysdeps/unix/sysv/linux/ttyname_r.c (ttyname_r): Likewise.
53171 2012-08-27  Joseph Myers  <joseph@codesourcery.com>
53173         * sysdeps/unix/sysv/linux/kernel-features.h
53174         (__ASSUME_STAT64_SYSCALL): Remove all definitions.
53175         * sysdeps/unix/sysv/linux/fxstat64.c [!__ASSUME_STAT64_SYSCALL]:
53176         Remove conditional code.
53177         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
53178         * sysdeps/unix/sysv/linux/fxstatat64.c [!__ASSUME_STAT64_SYSCALL]:
53179         Remove conditional code.
53180         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
53181         * sysdeps/unix/sysv/linux/i386/fxstat.c
53182         [!__ASSUME_STAT64_SYSCALL]: Remove conditional code.
53183         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
53184         * sysdeps/unix/sysv/linux/i386/fxstatat.c
53185         [!__ASSUME_STAT64_SYSCALL]: Remove conditional code.
53186         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
53187         * sysdeps/unix/sysv/linux/i386/lxstat.c
53188         [!__ASSUME_STAT64_SYSCALL]: Remove conditional code.
53189         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
53190         * sysdeps/unix/sysv/linux/i386/xstat.c [!__ASSUME_STAT64_SYSCALL]:
53191         Remove conditional code.
53192         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
53193         * sysdeps/unix/sysv/linux/lxstat64.c [!__ASSUME_STAT64_SYSCALL]:
53194         Remove conditional code.
53195         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
53196         * sysdeps/unix/sysv/linux/sparc/sparc64/xstat.c: Do not include
53197         <kernel-features.h>.
53198         [__NR_stat64 && !__ASSUME_STAT64_SYSCALL] (__have_no_stat64):
53199         Remove.
53200         * sysdeps/unix/sysv/linux/xstat64.c [!__ASSUME_STAT64_SYSCALL]:
53201         Remove conditional code.
53202         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
53203         * sysdeps/unix/sysv/linux/xstatconv.c [!__ASSUME_STAT64_SYSCALL]:
53204         Remove conditional.
53206 2012-08-27  Mike Frysinger  <vapier@gentoo.org>
53208         [BZ #5400]
53209         * NEWS: Add fixed bug number.
53211 2012-08-27  Joseph Myers  <joseph@codesourcery.com>
53213         [BZ #14519]
53214         * stdlib/strtod_l.c (round_and_return): Return -0.0 for
53215         underflowing exponent in case of negative sign.
53216         * stdlib/tst-strtod-round-data: Add more tests.
53217         * stdlib/tst-strtod-round.c (tests): Regenerated.
53219         [BZ #3479]
53220         * stdlib/strtod_l.c (NDIG): Remove.
53221         (HEXNDIG): Likewise.
53222         (MPNSIZE): Increase to represent 10^n where 2^-n is 1/4 ulp of the
53223         smallest representable value.
53224         (____STRTOF_INTERNAL): Use all fractional decimal digits that may
53225         lie within an exact representation of 1/2 ulp of the result.
53226         * stdlib/fpioconst.c (__tens): Include 10^2^9 and 10^2^10
53227         unconditionally.
53228         (TENS_P9_IDX): Define unconditionally.
53229         (TENS_P9_SIZE): Likewise.
53230         (TENS_P10_IDX): Likewise.
53231         (TENS_P10_SIZE): Likewise.
53232         [BITS_PER_MP_LIMB == 32]: Change condition for larger powers of 10
53233         to !defined __NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__ > 1024.
53234         [!__NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__ > 1024] (__tens): Add
53235         entries for 10^2^13 and 10^2^14.
53236         [!__NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__ > 1024]
53237         (TENS_P13_IDX): Define.
53238         (TENS_P13_SIZE): Likewise.
53239         (TENS_P14_IDX): Likewise.
53240         (TENS_P14_SIZE): Likewise.
53241         (_fpioconst_pow10): Change array size to
53242         FPIOCONST_POW10_ARRAY_SIZE.  Make entries for 10^2^9 and 10^2^10
53243         unconditional.
53244         (_fpioconst_pow10) [!__NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__ >
53245         1024]: Add entries for 10^2^13 and 10^2^14.
53246         [LAST_POW10 > _LAST_POW10]: Remove #error.
53247         * stdlib/fpioconst.h (FPIOCONST_POW10_ARRAY_SIZE): Define.
53248         (_fpioconst_pow10): Change array size to
53249         FPIOCONST_POW10_ARRAY_SIZE.
53250         * stdlib/gen-fpioconst.c: New file.
53251         * stdlib/gen-tst-strtod-round.c: Likewise.
53252         * stdlib/tst-strtod-round-data: Likewise.
53253         * stdlib/tst-strtod-round.c: Likewise.
53254         * stdlib/Makefile (tests): Add tst-strtod-round.
53256         [BZ #14459]
53257         * stdlib/strtod_l.c: Include <stdint.h>.
53258         (NDEBUG): Do not define.
53259         (round_and_return): Change EXPONENT parameter to type intmax_t.
53260         Rearrange calculations to avoid internal overflow possibilities.
53261         (str_to_mpn): Change EXPONENT parameter to type intmax_t *.
53262         Rearrange calculations to avoid internal overflow possibilities.
53263         Assert that number fits inside MPNSIZE limbs.
53264         (____STRTOF_INTERNAL): Change EXPONENT variable to type intmax_t.
53265         Change DIG_NO, INT_NO and LEAD_ZERO to type size_t.  Rearrange
53266         calculations and add assertions to avoid internal overflow
53267         possibilities.  Add casts to avoid signed/unsigned operations.
53268         * stdlib/tst-strtod-overflow.c: New file.
53269         * stdlib/Makefile (tests): Add tst-strtod-overflow.
53271 2012-08-25  Marek Polacek  <polacek@redhat.com>
53273         * time/time.h: Fix some typos in comments.
53275 2012-08-23  Roland McGrath  <roland@hack.frob.com>
53277         * posix/tst-rfc3484.c: #undef USE_NSCD before including getaddrinfo.c.
53278         * posix/tst-rfc3484-2.c: Likewise.
53279         * posix/tst-rfc3484-3.c: Likewise.
53281 2012-08-23  Steve McIntyre  <steve.mcintyre@linaro.org>
53283         * elf/elf.h (EF_ARM_ABI_FLOAT_SOFT): New macro.
53284         (EF_ARM_ABI_FLOAT_HARD): Likewise.
53286 2012-08-23  Joseph Myers  <joseph@codesourcery.com>
53288         * sysdeps/unix/sysv/linux/dl-fxstatat64.c: Use <> instead of "" in
53289         #include of fxstatat64.c.
53291 2012-08-22  Roland McGrath  <roland@hack.frob.com>
53293         * shadow/getspent.c: #undef USE_NSCD before #include that gets the code.
53294         * shadow/getspent_r.c: Likewise.
53295         * shadow/getspnam.c: Likewise.
53296         * shadow/getspnam_r.c: Likewise.
53297         * gshadow/getsgent.c: Likewise.
53298         * gshadow/getsgent_r.c: Likewise.
53299         * gshadow/getsgnam.c: Likewise.
53300         * gshadow/getsgnam_r.c: Likewise.
53301         * inet/getnetbyad.c: Likewise.
53302         * inet/getnetbyad_r.c: Likewise.
53303         * inet/getnetbynm.c: Likewise.
53304         * inet/getnetbynm_r.c: Likewise.
53305         * inet/getnetent.c: Likewise.
53306         * inet/getnetent_r.c: Likewise.
53307         * inet/getproto.c: Likewise.
53308         * inet/getproto_r.c: Likewise.
53309         * inet/getprtent.c: Likewise.
53310         * inet/getprtent_r.c: Likewise.
53311         * inet/getprtname.c: Likewise.
53312         * inet/getprtname_r.c: Likewise.
53313         * inet/getrpcbyname.c: Likewise.
53314         * inet/getrpcbyname_r.c: Likewise.
53315         * inet/getrpcbynumber.c: Likewise.
53316         * inet/getrpcbynumber_r.c: Likewise.
53317         * inet/getrpcent.c: Likewise.
53318         * inet/getrpcent_r.c: Likewise.
53319         * inet/getaliasent.c: Likewise.
53320         * inet/getaliasent_r.c: Likewise.
53321         * inet/getaliasname.c: Likewise.
53322         * inet/getaliasname_r.c: Likewise.
53323         * nscd/getgrgid_r.c: Likewise.
53324         * nscd/getgrnam_r.c: Likewise.
53325         * nscd/gethstbyad_r.c: Likewise.
53326         * nscd/gethstbynm3_r.c: Likewise.
53327         * nscd/getpwnam_r.c: Likewise.
53328         * nscd/getpwuid_r.c: Likewise.
53329         * nscd/getsrvbynm_r.c: Likewise.
53330         * nscd/getsrvbypt_r.c: Likewise.
53331         * nscd/gai.c: Likewise.
53333         * configure.in (build_nscd): New substituted variable, set
53334         by --disable-build-nscd and defaults to $use_nscd.
53335         * configure: Regenerated.
53336         * config.make.in (build-nscd): New substituted variable.
53337         * nscd/Makefile (others, others-pie, install-sbin, extra-objs):
53338         Change conditional to require [$(build-nscd) = yes] as well.
53339         * NEWS: Mention --disable-build-nscd in the --disable-nscd item.
53341         [BZ# 13696]
53342         * configure.in (use_nscd): New substituted variable, set by
53343         --disable-nscd.  If enabled, define USE_NSCD.
53344         * configure: Regenerated.
53345         * config.h.in: Add USE_NSCD.
53346         * config.make.in (use-nscd): New substituted variable.
53347         * inet/Makefile (CFLAGS-gethstbyad_r.c): Likewise.
53348         (CFLAGS-gethstbynm_r.c, CFLAGS-gethstbynm2_r.c): Likewise.
53349         (CFLAGS-getsrvbynm_r.c, CFLAGS-getsrvbypt_r.c): Variables removed.
53350         * grp/Makefile (CFLAGS-getgrgid_r.c): Remove -DUSE_NSCD.
53351         (CFLAGS-getgrnam_r.c): Likewise.
53352         (CFLAGS-initgroups.c): Likewise.
53353         * posix/Makefile (CFLAGS-getaddrinfo.c): Remove -DUSE_NSCD.
53354         * pwd/Makefile (CFLAGS-getpwuid_r.c, CFLAGS-getpwnam_r.c):
53355         Variables removed.
53356         * inet/getnetgrent_r.c
53357         (nscd_setnetgrent): New function, broken out of ...
53358         (setnetgrent): ... here.  Call it.
53359         (innetgr): Conditionalize nscd bits on [USE_NSCD].
53360         (nscd_getnetgrent): Conditionalize on [USE_NSCD].
53361         (__internal_getnetgrent_r): Conditionalize its use on [USE_NSCD].
53362         * nscd/Makefile (routines, aux): Move definitions after include of
53363         Makeconfig.  Conditionalize on [$(use-nscd) != no].
53364         * nss/nsswitch.c (nss_load_all_libraries, __nss_disable_nscd):
53365         Conditionalize on [USE_NSCD].
53366         (is_nscd, nscd_init_cb): Likewise.
53367         (nss_load_library): Conditionalize init callback on [USE_NSCD].
53368         * nss/nss_files/files-init.c: Conditionalize body on [USE_NSCD].
53369         * nss/nss_db/db-init.c: Likewise.
53370         * nscd/nscd.c (main): Conditionalize __nss_disable_nscd call on
53371         [USE_NSCD].
53372         * sysdeps/unix/sysv/linux/check_pf.c (get_nl_timestamp): New function.
53373         (make_request): Use it.
53374         (cache_valid_p): New function.
53375         (__check_pf): Use it.
53376         * NEWS: Add item for --disable-nscd.
53378 2012-08-22  Dmitry V. Levin  <ldv@altlinux.org>
53380         * configure.in (SED): Update AC_CHECK_PROG_VER's version extract regexp
53381         to support sed >= 4.2.1-20-ga9bf076.
53382         * configure: Regenerated.
53384 2012-08-22  Roland McGrath  <roland@hack.frob.com>
53386         * csu/libc-start.c (apply_irel): Move extern declarations inside here.
53387         Conditionalize whole body on [IREL].
53389 2012-08-22  Jeff Law <law@redhat.com>
53391         [BZ #14505]
53392         * sysdeps/posix/getaddrinfo.c (gaih_inet): Only use gethostbyname4_r
53393         if the family is PF_UNSPEC.
53395 2012-08-22  Mike Frysinger  <vapier@gentoo.org>
53397         * Makerules (lib-version): Rename from V.
53398         (install-lib-nosubdir): Change V to lib-version.
53400 2012-08-22  Will Schmidt  <will_schmidt@vnet.ibm.com>
53402         [BZ #14252]
53403         * powerpc32/power6/wcschr.c: New file.
53404         * powerpc32/power6/wcscpy.c: New file.
53405         * powerpc32/power6/wcsrchr.c: New file.
53406         * powerpc64/power6/wcschr.c: New file.
53407         * powerpc64/power6/wcscpy.c: New file.
53408         * powerpc64/power6/wcsrchr.c: New file.
53410 2012-08-21  Maxim Kuvyrkov  <maxim@codesourcery.com>
53412         * string/str-two-way.h (AVAILABLE1_USES_J): New macro, define default.
53413         (two_way_short_needle): Use it.
53414         * string/strstr.c (AVAILABLE1_USES_J): Define.
53415         * string/strcasestr.c: Likewise.
53417         * string/str-two-way.h (two_way_short_needle): Use pointers instead of
53418         array references.
53419         * string/strcasestr.c (TOLOWER): Make side-effect safe.
53421         [BZ #11607]
53422         * NEWS: Add an entry.
53423         * string/str-two-way.h (AVAILABLE1, AVAILABLE2, RET0_IF_0): New macros,
53424         define their defaults.
53425         (two_way_short_needle): Detect end-of-string on-the-fly.
53426         * string/strcasestr.c, string/strstr.c (AVAILABLE): Update.
53427         (AVAILABLE1, AVAILABLE2, RET0_IF_0, AVAILABLE_USES_J): Define.
53428         * string/bug-strcasestr1.c: New test.
53429         * string/Makefile: Run it.
53431 2012-08-21  Maxim Kuvyrkov  <maxim@codesourcery.com>
53433         [BZ #11607]
53434         * string/str-two-way.h (two_way_short_needle): Optimize matching of
53435         the first character.
53437 2012-08-21  Roland McGrath  <roland@hack.frob.com>
53439         * csu/elf-init.c (__libc_csu_irel): Function removed.
53440         * csu/libc-start.c (apply_irel): New function.
53441         (LIBC_START_MAIN): Call it instead of __libc_csu_irel.
53443 2012-08-21  Joseph Myers  <joseph@codesourcery.com>
53445         * sysdeps/unix/sysv/linux/kernel-features.h
53446         (__ASSUME_FADVISE64_64_SYSCALL): Remove.
53447         * sysdeps/unix/sysv/linux/i386/posix_fadvise64.S: Do not include
53448         <kernel-features.h>.
53449         [__NR_fadvise64_64]: Make code unconditional.
53450         [!__ASSUME_FADVISE64_64_SYSCALL]: Remove conditional code.
53451         [__NR_fadvise64 && (!__ASSUME_FADVISE64_64_SYSCALL ||
53452         !__NR_fadvise64_64)]: Likewise.
53453         [!(__NR_fadvise64 && (!__ASSUME_FADVISE64_64_SYSCALL ||
53454         !__NR_fadvise64_64))]: Likewise.
53455         [__NR_fadvise64]: Make code unconditional.
53456         [!__NR_fadvise64]: Remove conditional code.
53457         * sysdeps/unix/sysv/linux/posix_fadvise64.c: Do not include
53458         <kernel-features.h>.
53459         (__posix_fadvise64_l64) [__NR_fadvise64_64]: Make code
53460         unconditional.
53461         (_posix_fadvise64_l64) [!__ASSUME_FADVISE64_64_SYSCALL]: Remove
53462         conditional code.
53463         * sysdeps/unix/sysv/linux/powerpc/powerpc32/posix_fadvise64.c: Do
53464         not include <kernel-features.h>.
53465         (__posix_fadvise64_l64) [__NR_fadvise64_64]: Make code
53466         unconditional.
53467         (_posix_fadvise64_l64) [!__ASSUME_FADVISE64_64_SYSCALL]: Remove
53468         conditional code.
53469         * sysdeps/unix/sysv/linux/s390/s390-32/posix_fadvise64.c: Do not
53470         include <kernel-features.h>.
53471         (__posix_fadvise64_l64) [__NR_fadvise64_64]: Make code
53472         unconditional.
53473         (_posix_fadvise64_l64) [!__ASSUME_FADVISE64_64_SYSCALL]: Remove
53474         conditional code.
53476 2012-08-21  Will Schmidt  <will_schmidt@vnet.ibm.com>
53478         * sysdeps/powerpc/powerpc64/power7/memchr.S: Unrolled short loop and
53479         slight instruction rearrangements per scrollpipe analysis.
53480         * sysdeps/powerpc/powerpc64/power7/memchr.S: Likewise.
53482 2012-08-20  Roland McGrath  <roland@hack.frob.com>
53484         * manual/syslog.texi (syslog; vsyslog, closelog):
53485         Fix typo repeated twice: @file{dev/log} -> @file{/dev/log}.
53486         Reported by Ricardo Catalinas Jiménez <jimenezrick@gmail.com>.
53488         * elf/dl-sysdep.c (_dl_important_hwcaps): Fix conditional on using
53489         DSOCAPS to match condition on defining it.
53491 2012-08-20  Joseph Myers  <joseph@codesourcery.com>
53493         * sysdeps/unix/sysv/linux/kernel-features.h
53494         (__ASSUME_SWAPCONTEXT_SYSCALL): Remove.
53495         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext.S
53496         [__ASSUME_SWAPCONTEXT_SYSCALL]: Make code unconditional.
53497         [!__ASSUME_SWAPCONTEXT_SYSCALL]: Remove conditional code.
53498         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext.S
53499         [__ASSUME_SWAPCONTEXT_SYSCALL]: Make code unconditional.
53500         [!__ASSUME_SWAPCONTEXT_SYSCALL]: Remove conditional code.
53501         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext.S
53502         [__ASSUME_SWAPCONTEXT_SYSCALL]: Make code unconditional.
53503         [!__ASSUME_SWAPCONTEXT_SYSCALL]: Remove conditional code.
53505         * sysdeps/unix/sysv/linux/kernel-features.h [__s390__ &&
53506         __LINUX_KERNEL_VERSION >= 0x020616] (__ASSUME_UTIMES): Define.
53508         * sysdeps/unix/sysv/linux/kernel-features.h
53509         (__ASSUME_MMAP2_SYSCALL): Remove all definitions.
53510         * sysdeps/unix/sysv/linux/mmap64.c [__NR_mmap2]: Make code
53511         unconditional.
53512         [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
53513         * sysdeps/unix/sysv/linux/i386/mmap.S (__mmap)
53514         [__ASSUME_MMAP2_SYSCALL]: Make code unconditional.
53515         (__mmap) [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
53516         * sysdeps/unix/sysv/linux/i386/mmap64.S (__mmap64) [__NR_mmap2]:
53517         Make code unconditional.
53518         (__mmap64) [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
53519         (__mmap64) [!__NR_mmap2]: Likewise.
53520         * sysdeps/unix/sysv/linux/s390/s390-32/mmap.S (__mmap)
53521         [__ASSUME_MMAP2_SYSCALL]: Make code unconditional.
53522         (__mmap) [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
53523         * sysdeps/unix/sysv/linux/s390/s390-32/mmap64.S (__mmap64)
53524         [__NR_mmap2]: Make code unconditional.
53525         (__mmap64) [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
53526         (__mmap64) [!__NR_mmap2]: Likewise.
53528 2012-08-20  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
53530         * sysdeps/unix/sysv/linux/s390/s390-32/getrlimit.c: Remove.
53532 2012-08-18  Andreas Jaeger  <aj@suse.de>
53534         * stdio-common/_itoa.c (_itoa): Add missing DUMMY variable.
53536 2012-08-18  Mike Frysinger  <vapier@gentoo.org>
53538         * include/sys/socket.h (__have_sock_cloexec): Add attribute_hidden.
53539         * include/unistd.h (__have_sock_cloexec): Likewise.
53540         (__have_pipe2): Likewise.
53541         (__have_dup3): Likewise.
53543 2012-08-18  Mike Frysinger  <vapier@gentoo.org>
53545         [BZ #9685]
53546         * include/unistd.h (__have_pipe2): Change define into an extern int.
53547         (__have_dup3): Likewise.
53548         * socket/have_sock_cloexec.c: Include fcntl.h.
53549         (__have_pipe2): New variable.
53550         (__have_dup3): Likewise.
53552 2012-08-17  Mike Frysinger  <vapier@gentoo.org>
53554         * sysdeps/unix/sysv/linux/nice.c: Adjust #include.
53556 2012-08-17  Marek Polacek  <polacek@redhat.com>
53558         * sysdeps/ieee754/ldbl-96/s_sincosl.c (__sincosl): Use __attribute__
53559         ((unused)) on I1, which is set by GET_LDOUBLE_WORDS but never used.
53561 2012-08-17  Roland McGrath  <roland@hack.frob.com>
53563         * configure.in: Add AC_SUBST for sysheaders.
53564         * configure: Regenerated.
53565         * config.make.in (sysheaders): New substituted variable.
53567         * sysdeps/unix/mkfifo.c: Moved ...
53568         * sysdeps/posix/mkfifo.c: ... here.
53569         * sysdeps/unix/mkfifoat.c: Moved ...
53570         * sysdeps/posix/mkfifoat.c: ... here.
53572         * sysdeps/unix/utime.c: Moved ...
53573         * sysdeps/posix/utime.c: ... here.
53575         * sysdeps/unix/time.c: Moved ...
53576         * sysdeps/posix/time.c: ... here.
53577         * sysdeps/unix/sysv/linux/time.c: Adjust #include.
53578         * sysdeps/unix/sysv/linux/sparc/sparc64/time.c: Likewise.
53580         * sysdeps/unix/nice.c: Moved ...
53581         * sysdeps/posix/nice.c: ... here.
53583         * sysdeps/unix/alarm.c: Moved ...
53584         * sysdeps/posix/alarm.c: ... here.
53586         * intl/Makefile ($(codeset_mo)): Depend on the input file.
53588 2012-08-17  Jeff Law <law@redhat.com>
53590         * intl/Makefile (codeset_mo): New variable.
53591         ($(codeset_mo)): New target.
53592         (tst-codeset.out): Depend on that.  Remove explicit rule.
53593         (tst-gettext3.out, tst-gettext5.out): Likewise.
53594         (LOCPATH-ENV, tst-codeset-ENV): New variables.
53595         (tst-gettext3-ENV, tst-gettext5-ENV): Likewise.
53596         * intl/tst-codeset.sh: Remove.
53597         * intl/tst-gettext3.sh: Likewise.
53598         * intl/tst-gettext5.sh: Likewise.
53600 2012-08-17  Roland McGrath  <roland@hack.frob.com>
53602         * sysdeps/unix/inet/syscalls.list: File removed.  Move contents into ...
53603         * sysdeps/unix/syscalls.list: ... here.
53605         * sysdeps/posix/getaddrinfo.c
53606         (save_gaiconf_mtime, check_gaiconf_mtime): New functions.
53607         (gaiconf_init, gaiconf_reload): Use them.
53608         [!_STATBUF_ST_NSEC]
53609         (gaiconf_mtime, save_gaiconf_mtime, check_gaiconf_mtime):
53610         Define using time_t rather than struct timespec.
53612         * sysdeps/generic/malloc-machine.h (MUTEX_INITIALIZER): New macro.
53613         (atomic_full_barrier, atomic_read_barrier, atomic_write_barrier):
53614         Macros removed.
53615         * malloc/arena.c (save_malloc_hook, save_free_hook): Conditionalize on
53616         [!NO_THREADS].
53617         (malloc_atfork, free_atfork, atfork_recursive_cntr): Likewise.
53618         (ptmalloc_lock_all, ptmalloc_unlock_all, ptmalloc_unlock_all2):
53619         Likewise.
53621         * elf/dl-iteratephdr.c (__dl_iterate_phdr): Use NULL rather than 0 for
53622         __libc_cleanup_push argument.
53624         * bits/param.h: New file.
53625         * misc/sys/param.h: New file.
53626         * include/sys/param.h: New file.
53627         * misc/Makefile (headers): Add bits/param.h.
53628         * sysdeps/generic/sys/param.h: File removed.
53629         * sysdeps/unix/sysv/linux/bits/param.h: New file.
53630         * sysdeps/unix/sysv/linux/sys/param.h: File removed.
53631         * sysdeps/mach/hurd/bits/param.h: New file.
53632         * sysdeps/mach/hurd/sys/param.h: File removed.
53634         * elf/dl-close.c (_dl_close_worker): Add a cast and a comment to the
53635         last change.
53637         * libio/genops.c (_IO_unbuffer_write): Conditionalize locking code on
53638         [_IO_MTSAFE_IO].
53639         * libio/libioP.h [!_IO_MTSAFE_IO && !NOT_IN_libc]
53640         (_IO_acquire_lock, _IO_acquire_lock_clear_flags2, _IO_release_lock):
53641         New macros.
53643         * Makeconfig [$(libc-reentrant) = yes] (libio-mtsafe): New variable.
53644         * libio/Makefile (CPPFLAGS): Append $(libio-mtsafe) unconditionally
53645         rather than -D_IO_MTSAFE_IO conditionally.
53646         * stdio-common/Makefile (CPPFLAGS): Likewise.
53647         * wcsmbs/Makefile (CPPFLAGS): Likewise.
53648         * stdlib/Makefile (CFLAGS-strfmon.c, CFLAGS-strfmon_l.c):
53649         Use $(libio-mtsafe).
53650         * debug/Makefile (CFLAGS-sprintf_chk.c): Use $(libio-mtsafe) instead
53651         of -D_IO_MTSAFE_IO.
53652         (CFLAGS-snprintf_chk.c, CFLAGS-vsprintf_chk.c): Likewise.
53653         (CFLAGS-vsnprintf_chk.c, CFLAGS-asprintf_chk.c): Likewise.
53654         (CFLAGS-vasprintf_chk.c, CFLAGS-obprintf_chk.c): Likewise.
53655         (CFLAGS-dprintf_chk.c, CFLAGS-vdprintf_chk.c): Likewise.
53656         (CFLAGS-printf_chk.c, CFLAGS-fprintf_chk.c): Likewise.
53657         (CFLAGS-vprintf_chk.c, CFLAGS-vfprintf_chk.c): Likewise.
53658         (CFLAGS-gets_chk.c, CFLAGS-fgets_chk.c): Likewise.
53659         (CFLAGS-fgets_u_chk.c, CFLAGS-fread_chk.c): Likewise.
53660         (CFLAGS-fread_u_chk.c): Likewise.
53661         (CFLAGS-swprintf_chk.c, CFLAGS-vswprintf_chk.c): Likewise.
53662         (CFLAGS-wprintf_chk.c, CFLAGS-fwprintf_chk.c): Likewise.
53663         (CFLAGS-vwprintf_chk.c, CFLAGS-vfwprintf_chk.c): Likewise.
53664         (CFLAGS-fgetws_chk.c, CFLAGS-fgetws_u_chk.c): Likewise.
53665         * grp/Makefile (CFLAGS-fgetgrent_r.c, CFLAGS-putgrent.c): Likewise.
53666         * gshadow/Makefile (CFLAGS-fgetsgent_r.c, CFLAGS-putsgent.c): Likewise.
53667         * misc/Makefile (CFLAGS-mntent_r.c): Likewise.
53668         * pwd/Makefile (CFLAGS-fgetpwent_r.c): Likewise.
53669         * shadow/Makefile (CFLAGS-fgetspent_r.c, CFLAGS-putspent.c): Likewise.
53671         * libio/Makefile: Test [$(libc-reentrant) = yes]
53672         instead of [$(filter %REENTRANT, $(defines)) nonempty].
53674         * Makeconfig
53675         [$(libc-reentrant) = yes] (defines): Append -D_LIBC_REENTRANT.
53676         * sysdeps/pthread/configure: File removed.
53677         * sysdeps/pthread/Makeconfig: New file.
53678         * sysdeps/mach/hurd/Makeconfig (libc-reentrant): New variable.
53679         * sysdeps/mach/hurd/configure.in: Don't touch DEFINES here.
53681 2012-08-16  Gary Benson  <gbenson@redhat.com>
53683         * elf/dl-close.c (_dl_close_worker): Also set r->r_map when
53684         unmapping the first object in a namespace.
53686 2012-08-16  Roland McGrath  <roland@hack.frob.com>
53688         * inet/getnetgrent_r.c (internal_setnetgrent): Renamed to ...
53689         (__internal_setnetgrent): ... this.  Add internal_function to
53690         definition.  Add libc_hidden_def.
53691         (setnetgrent): Update caller.
53692         (internal_endnetgrent): Renamed to ...
53693         (__internal_endnetgrent): ... this.  Add internal_function to
53694         definition.  Add libc_hidden_def.
53695         (endnetgrent): Update caller.
53696         (internal_getnetgrent_r): Renamed to ...
53697         (__internal_getnetgrent_r): ... this.  Add internal_function to
53698         definition.  Add libc_hidden_def.
53699         (__getnetgrent_r): Update caller.
53700         * inet/netgroup.h: Update declarations.  Add libc_hidden_proto uses.
53702 2012-08-16  Joseph Myers  <joseph@codesourcery.com>
53704         * stdlib/longlong.h: Update from GCC.
53706 2012-08-16  Roland McGrath  <roland@hack.frob.com>
53708         * stdlib/gmp-impl.h (udiv_qrnnd_preinv): Use __attribute__ ((unused))
53709         on _QL, which is set by umul_ppmm but never used.
53710         * stdio-common/_itoa.c (_itoa): Use __attribute__ ((unused)) on DUMMY
53711         variables, which are set by GMP macros but never used.
53712         * stdio-common/_itowa.c (_itowa): Likewise.
53713         * stdlib/divmod_1.c (mpn_divmod_1): Likewise.
53714         * stdlib/mod_1.c (mpn_mod_1): Likewise.
53716 2012-08-16  Carlos O'Donell  <carlos_odonell@mentor.com>
53718         * sysdeps/sh/ldsodefs.h (ARCH_PLTENTER_MEMBERS) <sh_gnu_pltenter>:
53719         struct La_sh_regs is not constant.
53720         * sysdeps/sparc/ldsodefs.h (ARCH_PLTENTER_MEMBERS)
53721         <sparc32_gnu_pltenter, sparc64_gnu_pltenter>: struct La_sparc32_regs
53722         and struct La_sparc64_regs are not constant.
53724 2012-08-16  Joseph Myers  <joseph@codesourcery.com>
53726         * sysdeps/unix/sysv/linux/kernel-features.h
53727         (__ASSUME_POSIX_TIMERS): Remove.
53728         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c
53729         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
53730         * sysdeps/unix/sysv/linux/clock_getres.c [__ASSUME_POSIX_TIMERS]:
53731         Make code unconditional.
53732         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
53733         * sysdeps/unix/sysv/linux/clock_gettime.c [__ASSUME_POSIX_TIMERS]:
53734         Make code unconditional.
53735         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
53736         * sysdeps/unix/sysv/linux/clock_nanosleep.c
53737         [__ASSUME_POSIX_TIMERS]: Make code unconditional.
53738         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
53739         * sysdeps/unix/sysv/linux/clock_settime.c [__ASSUME_POSIX_TIMERS]:
53740         Make code unconditional.
53741         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
53742         [__ASSUME_POSIX_CPU_TIMERS <= 0 && __NR_clock_settime]
53743         (__libc_missing_posix_timers): Remove.
53745 2012-08-15  Roland McGrath  <roland@hack.frob.com>
53747         * elf/dl-load.c (_dl_map_object_from_fd) [SHARED]: Conditionalize
53748         check of GL(dl_error_catch_tsd) on [_LIBC_REENTRANT].
53750         * bits/libc-lock.h (__rtld_lock_initialize): New macro.
53752         * elf/dl-sym.c: Include <stdlib.h>.
53754         * posix/regcomp.c (init_word_char): Use temporaries to hold the 64-bit
53755         constants, which avoids warnings in 32-bit builds.
53757         * bits/fcntl.h [__USE_POSIX199309 || __USE_UNIX98]:
53758         (O_DSYNC, O_RSYNC): New macros (with NetBSD values).
53760         * misc/lseek.c: File moved to ...
53761         * io/lseek.c: ... here.
53763         * rt/clock_nanosleep.c: Include <time.h>, not <sys/time.h>.
53765         * crypt/sha512.c (sha512_process_block) [!USE_TOTAL128]: Avoid
53766         shifting LEN more than 31 bits at once.
53768 2012-08-15  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
53770         [BZ #14195]
53771         * sysdeps/i386/i686/multiarch/strcmp-sssse3.S: Fix
53772         segmentation fault for a case of two empty input strings.
53773         * string/test-strncasecmp.c (check1): Renamed to...
53774         (bz12205): ...this.
53775         (bz14195): Add new testcase for two empty input strings and N > 0.
53776         (test_main): Call new testcase, adapt for renamed function.
53778 2012-08-15  Andreas Jaeger  <aj@suse.de>
53780         [BZ #14090]
53781         * crypt/md5test2.c: New test, based on test supplied by Serge
53782         Belyshev <belyshev@depni.sinp.msu.ru>.
53783         * crypt/Makefile (xtests): Add md5test-giant..
53784         * crypt/Makefile ($(objpfx)md5test-giant): Add.
53786 2012-08-15  Paul Eggert  <eggert@cs.ucla.edu>
53788         [BZ #14090]
53789         * crypt/md5.c (md5_process_block): Don't assume the buffer
53790         length is less than 2**32.
53791         * crypt/sha512.c (sha512_process_block): Don't assume the buffer
53792         length is less than 2**64.
53794 2012-08-15  Roland McGrath  <roland@hack.frob.com>
53796         * string/str-two-way.h: Include <sys/param.h>.
53797         (MAX): Macro removed.
53799         * sysdeps/x86_64/multiarch/strstr-c.c: Add copyright header.
53800         Move #define and #undef of memmove to just before and after
53801         including <string.h>.
53803         * sysdeps/x86_64/multiarch/memmove.c: Don't include <stddef.h>.
53804         [!NOT_IN_libc]: Move #define and #undef of memmove to just before
53805         and after including <string.h>.  Move declarations of
53806         __memmove_sse2, __memmove_ssse3, and __memmove_ssse3_back
53807         to before #include "string/memmove.c".
53809         * include/dirent.h: Declare __getdirentries.
53811         * sysdeps/posix/system.c (do_system): Cast SUB_REF () to void when not
53812         using its value, to avoid warnings in the [!_LIBC_REENTRANT] case.
53814 2012-08-14  Mike Frysinger  <vapier@gentoo.org>
53816         * config.h.in (HAVE_CPP_ASM_DEBUGINFO): Delete.
53817         * sysdeps/i386/configure.in: Remove assembler-with-cpp debug check.
53818         * sysdeps/i386/configure: Regenerated.
53819         * sysdeps/i386/sysdep.h (ENTRY): Remove calls to STABS_CURRENT_FILE1,
53820         STABS_CURRENT_FILE, and STABS_FUN.
53821         (END): Remove call to STABS_FUN_END.
53822         (STABS_CURRENT_FILE1): Delete.
53823         (STABS_CURRENT_FILE): Likewise.
53824         (STABS_FUN): Likewise.
53825         (STABS_FUN_END): Likewise.
53826         (STABS_FUN2): Likewise.
53827         * sysdeps/x86_64/configure.in: Remove assembler-with-cpp debug check.
53828         * sysdeps/x86_64/configure: Regenerated.
53830 2012-08-14  Roland McGrath  <roland@hack.frob.com>
53832         * elf/dl-open.c: Include <atomic.h>.
53833         * elf/dl-lookup.c: Likewise.
53835 2012-08-14  Joseph Myers  <joseph@codesourcery.com>
53837         * sysdeps/unix/sysv/linux/kernel-features.h
53838         (__ASSUME_CLONE_THREAD_FLAGS): Remove.
53839         * sysdeps/unix/sysv/linux/s390/system.c (FORK): Define
53840         unconditionally.
53841         * sysdeps/unix/sysv/linux/sparc/system.c (FORK): Define
53842         unconditionally.
53843         * sysdeps/unix/sysv/linux/system.c [!FORK] (FORK): Do not
53844         condition on __ASSUME_CLONE_THREAD_FLAGS.
53846 2012-08-14  Andreas Jaeger  <aj@suse.de>
53848         * sysdeps/i386/fpu/libm-test-ulps: Update.
53850 2012-08-13  Maxim Kuvyrkov  <maxim@codesourcery.com>
53852         * include/atomic.h (atomic_exchange_and_add): Split into ...
53853         (atomic_exchange_and_add_acq, atomic_exchange_and_add_rel): ... these.
53854         New atomic macros.
53856 2012-08-13  Markus Trippelsdorf  <markus@trippelsdorf.de>
53858         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
53860 2012-08-13  Jeff Law <law@redhat.com>
53862         * manual/stdio.texi (snprintf): Clarify handling of the trailing
53863         null byte in the output string.
53865 2012-08-10  Joseph Myers  <joseph@codesourcery.com>
53867         * sysdeps/unix/sysv/linux/kernel-features.h
53868         (__LINUX_ARG_MAX_STACK_BASED_MIN_KERNEL): Define.
53869         [__LINUX_KERNEL_VERSION >= __LINUX_ARG_MAX_STACK_BASED_MIN_KERNEL]
53870         (__ASSUME_ARG_MAX_STACK_BASED): Define.
53871         * sysdeps/unix/sysv/linux/sysconf.c (__sysconf)
53872         [__LINUX_KERNEL_VERSION < 0x020617]: Change condition to
53873         !__ASSUME_ARG_MAX_STACK_BASED.  Compare version with
53874         __LINUX_ARG_MAX_STACK_BASED_MIN_KERNEL.
53876 2012-08-09  Jeff Law <law@redhat.com>
53878         [BZ #13939]
53879         * malloc.c/arena.c (reused_arena): New parameter, avoid_arena.
53880         When avoid_arena is set, don't retry in the that arena.  Pick the
53881         next one, whatever it might be.
53882         (arena_get2): New parameter avoid_arena, pass through to reused_arena.
53883         (arena_lock): Pass in new parameter to arena_get2.
53884         * malloc/malloc.c (__libc_memalign): Pass in new parameter to
53885         arena_get2.
53886         (__libc_malloc): Unify retrying after main arena failure with
53887         __libc_memalign version.
53888         (__libc_valloc, __libc_pvalloc, __libc_calloc): Likewise.
53890 2012-08-09  H.J. Lu  <hongjiu.lu@intel.com>
53892         [BZ #14166]
53893         * sysdeps/i386/i686/multiarch/strstr-c.c (strstr): Redefined
53894         to __redirect_strstr.
53895         (__strstr_sse42): Use typeof __redirect_strstr.
53896         (__strstr_ia32): Likewise.
53897         (__libc_strstr): New prototype.
53898         (strstr): Renamed to ...
53899         (__libc_strstr): This.
53900         (strstr): New strong alias of __libc_strstr.
53901         * sysdeps/x86_64/multiarch/strstr-c.c: Likewise.
53902         * sysdeps/unix/sysv/linux/x86_64/time.c (time): Redefined to
53903         __redirect_time.
53904         Include <time.h>.
53905         (__libc_time): New prototype.
53906         (time_ifunc): Replace time with __libc_time.
53907         (time): New strong alias and hidden definition of __libc_time.
53908         (__GI_time): Remove strong alias.
53909         * sysdeps/x86_64/multiarch/memmove.c: Don't include <string.h>.
53910         Include <stddef.h>.
53911         (memmove): Redefined to __redirect_memmove.
53912         (__memmove_sse2): Use typeof __redirect_memmove.
53913         (__memmove_ssse3): Likewise.
53914         (__memmove_ssse3_back): Likewise.
53915         (__libc_memmove): New prototype.
53916         (memmove): Renamed to ...
53917         (__libc_memmove): This.
53918         (memmove): New strong alias of __libc_memmove.
53920 2012-08-08  Mark Salter  <msalter@redhat.com>
53922         * elf/elf.h
53923         (R_MN10300_TLS_GD): Define.
53924         (R_MN10300_TLS_LD): Likewise.
53925         (R_MN10300_TLS_LDO): Likewise.
53926         (R_MN10300_TLS_GOTIE): Likewise.
53927         (R_MN10300_TLS_IE): Likewise.
53928         (R_MN10300_TLS_LE): Likewise.
53929         (R_MN10300_TLS_DTPMOD): Likewise.
53930         (R_MN10300_TLS_DTPOFF): Likewise.
53931         (R_MN10300_TLS_TPOFF): Likewise.
53932         (R_MN10300_SYM_DIFF): Likewise.
53933         (R_MN10300_ALIGN): Likewise.
53934         (R_MN10300_NUM): Update.
53936 2012-08-08  Joseph Myers  <joseph@codesourcery.com>
53938         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_TGKILL):
53939         Remove.
53941 2012-08-08  Roland McGrath  <roland@hack.frob.com>
53943         * sysdeps/posix/fdopendir.c: Include <stddef.h>.
53945         * sysdeps/unix/sysv/linux/readdir64_r.c: Update #include for
53946         sysdeps/unix -> sysdeps/posix move.
53947         * sysdeps/unix/sysv/linux/i386/readdir64_r.c: Likewise.
53949 2012-08-07      Allan McRae     <allan@archlinux.org>
53951         [BZ #14303]
53952         * sunrpc/rpc_main.c (SVR4_CPP): Remove.
53953         (SUNOS_CPP): Likewise.
53954         (find_cpp): Fall back to selecting system cpp when /lib/cpp is
53955         not found.
53956         (open_input): Call CPP using execvp.
53958 2012-08-07  Joseph Myers  <joseph@codesourcery.com>
53960         * sysdeps/unix/sysv/linux/kernel-features.h
53961         (__ASSUME_PROT_GROWSUPDOWN): Remove.
53962         (__ASSUME_NO_CLONE_DETACHED): Likewise.
53963         (__ASSUME_GETDENTS32_D_TYPE): Likewise.
53964         (__ASSUME_WAITID_SYSCALL): Likewise.
53965         * sysdeps/unix/sysv/linux/dl-execstack.c
53966         (_dl_make_stack_executable) [PROT_GROWSDOWN || PROT_GROWSUP]: Make
53967         code unconditional.
53968         (_dl_make_stack_executable) [!__ASSUME_PROT_GROWSUPDOWN]: Remove
53969         conditional code.
53970         * sysdeps/unix/sysv/linux/getdents.c (__GETDENTS)
53971         [__ASSUME_GETDENTS32_D_TYPE]: Make code unconditional.
53972         (__GETDENTS) [!__ASSUME_GETDENTS32_D_TYPE]: Remove conditional
53973         code.
53974         * sysdeps/unix/sysv/linux/waitid.c [__NR_waitid]: Make code
53975         unconditional.
53976         [__ASSUME_WAITID_SYSCALL]: Likewise.
53977         [!__ASSUME_WAITID_SYSCALL]: Remove conditional code.
53979 2012-08-07  Roland McGrath  <roland@hack.frob.com>
53981         * sysdeps/unix/closedir.c: Renamed to ...
53982         * sysdeps/posix/closedir.c: ... here.
53983         * sysdeps/unix/dirfd.c: Renamed to ...
53984         * sysdeps/posix/dirfd.c: ... here.
53985         * sysdeps/unix/dirstream.h: Renamed to ...
53986         * sysdeps/posix/dirstream.h: ... here.
53987         * sysdeps/unix/fdopendir.c: Renamed to ...
53988         * sysdeps/posix/fdopendir.c: ... here.
53989         * sysdeps/unix/opendir.c: Renamed to ...
53990         * sysdeps/posix/opendir.c: ... here.
53991         * sysdeps/unix/readdir.c: Renamed to ...
53992         * sysdeps/posix/readdir.c: ... here.
53993         * sysdeps/unix/readdir_r.c: Renamed to ...
53994         * sysdeps/posix/readdir_r.c: ... here.
53995         * sysdeps/unix/rewinddir.c: Renamed to ...
53996         * sysdeps/posix/rewinddir.c: ... here.
53997         * sysdeps/unix/seekdir.c: Renamed to ...
53998         * sysdeps/posix/seekdir.c: ... here.
53999         * sysdeps/unix/telldir.c: Renamed to ...
54000         * sysdeps/posix/telldir.c: ... here.
54001         * sysdeps/unix/sysv/linux/opendir.c: Update #include.
54002         * sysdeps/unix/sysv/linux/readdir64.c: Likewise.
54003         * sysdeps/unix/sysv/linux/i386/readdir64.c: Likewise.
54004         * sysdeps/unix/sysv/linux/wordsize-64/readdir.c: Likewise.
54006         * sysdeps/unix/bsd/bsd4.4/bits/fcntl.h: Renamed to ...
54007         * bits/fcntl.h: ... here.
54009         * sysdeps/unix/bsd/bsd4.4/bits/fcntl.h (O_NOCTTY): Define to 0x8000,
54010         not 0.
54011         (O_ASYNC, O_FSYNC, O_SYNC): Move outside [__USE_MISC].
54012         [__USE_XOPEN2K8] (O_DIRECTORY, O_NOFOLLOW, O_CLOEXEC): New macros.
54013         (FCREAT, FEXCL, FTRUNC, FNOCTTY, FNONBLOCK): Macros removed.
54014         (struct flock): Move l_start, l_len to the beginning.
54015         Use __pid_t for l_pid.
54016         [__USE_XOPEN2K] (POSIX_FADV_NORMAL, POSIX_FADV_RANDOM): New macros.
54017         [__USE_XOPEN2K] (POSIX_FADV_SEQUENTIAL, POSIX_FADV_WILLNEED): Likewise.
54018         [__USE_XOPEN2K] (POSIX_FADV_DONTNEED, POSIX_FADV_NOREUSE): Likewise.
54019         (F_GETLK64, F_SETLK64, F_SETLKW64): New macros.
54020         [__USE_XOPEN2K8] (F_DUPFD_CLOEXEC): New macro.
54021         [__USE_LARGEFILE64] (struct flock64): New type.
54022         (F_GETOWN, F_SETOWN): Also define for [__USE_XOPEN2K8].
54024         * sysdeps/unix/bsd/bsd4.4/bits/dirent.h: Renamed to ...
54025         * bits/dirent.h: ... here.
54027         * sysdeps/unix/bsd/bsd4.4/bits/dirent.h
54028         [__INO_T_MATCHES_INO64_T] (_DIRENT_MATCHES_DIRENT64): New macro.
54030 2012-08-07  Joseph Myers  <joseph@codesourcery.com>
54032         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
54033         Change from 2.6.0 to 2.6.16.
54034         * sysdeps/unix/sysv/linux/configure: Regenerated.
54035         * sysdeps/unix/sysv/linux/kernel-features.h
54036         (__ASSUME_POSIX_CPU_TIMERS): Define unconditionally.
54037         (__ASSUME_TGKILL): Define conditional on architectures, not kernel
54038         version.
54039         (__ASSUME_UTIMES): Likewise.
54040         (__ASSUME_CLONE_STOPPED): Remove.
54041         (__ASSUME_FADVISE64_64_SYSCALL): Define conditional on
54042         architectures, not kernel version.
54043         (__ASSUME_PROT_GROWSUPDOWN): Define unconditionally.
54044         (__ASSUME_NO_CLONE_DETACHED): Likewise.
54045         (__ASSUME_GETDENTS32_D_TYPE): Likewise.
54046         (__ASSUME_WAITID_SYSCALL): Likewise.
54047         [__sparc__ && __arch64__] (__ASSUME_STAT64_SYSCALL): Do not
54048         condition definition on __LINUX_KERNEL_VERSION >= 0x02060c.
54049         * README: State 2.6.16 as minimum Linux kernel version.  Do not
54050         refer to older versions.
54052 2012-08-06  Roland McGrath  <roland@hack.frob.com>
54054         * dirent/alphasort.c [_DIRENT_MATCHES_DIRENT64]:
54055         Define alphasort64 as an alias.
54056         * dirent/versionsort.c [_DIRENT_MATCHES_DIRENT64]:
54057         Define versionsort64 as an alias.
54058         * dirent/scandir.c [_DIRENT_MATCHES_DIRENT64]:
54059         Define scandir64 as an alias.
54060         * dirent/scandirat.c [_DIRENT_MATCHES_DIRENT64]:
54061         Define scandirat64 as an alias.
54062         * dirent/alphasort64.c (alphasort64):
54063         Conditionalize on [!_DIRENT_MATCHES_DIRENT64].
54064         * dirent/versionsort64.c: Likewise.
54065         * dirent/scandir64.c: Likewise.
54066         * dirent/scandirat64.c: Likewise.
54067         * sysdeps/wordsize-64/alphasort.c: File removed.
54068         * sysdeps/wordsize-64/alphasort64.c: File removed.
54069         * sysdeps/wordsize-64/scandir.c: File removed.
54070         * sysdeps/wordsize-64/scandir64.c: File removed.
54071         * sysdeps/wordsize-64/scandirat.c: File removed.
54072         * sysdeps/wordsize-64/scandirat64.c: File removed.
54073         * sysdeps/wordsize-64/versionsort.c: File removed.
54074         * sysdeps/wordsize-64/versionsort64.c: File removed.
54075         * sysdeps/unix/sysv/linux/x86_64/x32/alphasort.c: File removed.
54076         * sysdeps/unix/sysv/linux/x86_64/x32/alphasort64.c: File removed.
54077         * sysdeps/unix/sysv/linux/x86_64/x32/scandir.c: File removed.
54078         * sysdeps/unix/sysv/linux/x86_64/x32/scandir64.c: File removed.
54079         * sysdeps/unix/sysv/linux/x86_64/x32/scandirat.c: File removed.
54080         * sysdeps/unix/sysv/linux/x86_64/x32/scandirat64.c: File removed.
54081         * sysdeps/unix/sysv/linux/x86_64/x32/versionsort.c: File removed.
54082         * sysdeps/unix/sysv/linux/x86_64/x32/versionsort64.c: File removed.
54084         * bits/typesizes.h [__LP64__] (__INO_T_MATCHES_INO64_T): New macros.
54085         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h:
54086         [__s390x__] (__INO_T_MATCHES_INO64_T): New macro.
54087         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
54088         [defined __arch64__ || defined __sparcv9]
54089         (__INO_T_MATCHES_INO64_T): New macro.
54090         * sysdeps/unix/sysv/linux/x86/bits/typesizes.h
54091         [__x86_64__] (__INO_T_MATCHES_INO64_T): New macro.
54092         * bits/dirent.h (_DIRENT_MATCHES_DIRENT64): New macro.
54093         * sysdeps/unix/sysv/linux/bits/dirent.h
54094         [defined __OFF_T_MATCHES_OFF64_T && defined __INO_T_MATCHES_INO64_T]
54095         (_DIRENT_MATCHES_DIRENT64): New macro.
54097         * io/lockf.c [__OFF_T_MATCHES_OFF64_T]:
54098         Define lockf64 as an alias.
54099         * libio/fseeko.c [__OFF_T_MATCHES_OFF64_T]:
54100         Define fseeko64 as an alias.
54101         * libio/ftello.c [__OFF_T_MATCHES_OFF64_T]:
54102         Define ftello64 as an alias.
54103         * libio/iofgetpos.c [__OFF_T_MATCHES_OFF64_T]:
54104         Define _IO_fgetpos64 and fgetpos64 as aliases.
54105         * libio/iofsetpos.c [__OFF_T_MATCHES_OFF64_T]:
54106         Define _IO_fsetpos64 and fsetpos64 as aliases.
54107         * io/lockf64.c [!__OFF_T_MATCHES_OFF64_T]:
54108         Conditionalize body on this.
54109         * libio/fseeko64.c: Likewise.
54110         * libio/ftello64.c: Likewise.
54111         * libio/iofgetpos64.c: Likewise.
54112         * libio/iofsetpos64.c: Likewise.
54113         * sysdeps/wordsize-64/lockf.c: File removed.
54114         * sysdeps/wordsize-64/lockf64.c: File removed.
54115         * sysdeps/wordsize-64/fseeko.c: File removed.
54116         * sysdeps/wordsize-64/fseeko64.c: File removed.
54117         * sysdeps/wordsize-64/ftello.c: File removed.
54118         * sysdeps/wordsize-64/ftello64.c: File removed.
54119         * sysdeps/wordsize-64/iofgetpos.c: File removed.
54120         * sysdeps/wordsize-64/iofgetpos64.c: File removed.
54121         * sysdeps/wordsize-64/iofsetpos.c: File removed.
54122         * sysdeps/wordsize-64/iofsetpos64.c: File removed.
54123         * sysdeps/unix/sysv/linux/x86_64/x32/lockf.c: File removed.
54124         * sysdeps/unix/sysv/linux/x86_64/x32/lockf64.c: File removed.
54125         * sysdeps/unix/sysv/linux/x86_64/x32/fseeko.c: File removed.
54126         * sysdeps/unix/sysv/linux/x86_64/x32/fseeko64.c: File removed.
54127         * sysdeps/unix/sysv/linux/x86_64/x32/ftello.c: File removed.
54128         * sysdeps/unix/sysv/linux/x86_64/x32/ftello64.c: File removed.
54129         * sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos.c: File removed.
54130         * sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos64.c: File removed.
54131         * sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos.c: File removed.
54132         * sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos64.c: File removed.
54134         * bits/typesizes.h [__LP64__] (__OFF_T_MATCHES_OFF64_T): New macro.
54135         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h:
54136         [__s390x__] (__OFF_T_MATCHES_OFF64_T): New macro.
54137         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
54138         [defined __arch64__ || defined __sparcv9]
54139         (__OFF_T_MATCHES_OFF64_T): New macro.
54140         * sysdeps/unix/sysv/linux/x86/bits/typesizes.h
54141         [__x86_64__] (__OFF_T_MATCHES_OFF64_T): New macro.
54142         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
54143         (__OFF_T_MATCHES_OFF64_T): New macro.
54145 2012-08-06  H.J. Lu  <hongjiu.lu@intel.com>
54147         * stdlib/secure-getenv.c (__secure_getenv): Replace
54148         GLIBC_2_16 with GLIBC_2_17.
54150 2012-08-06  H.J. Lu  <hongjiu.lu@intel.com>
54152         * sysdeps/unix/sysv/linux/x86_64/x32/iofopen.c: Removed.
54153         * sysdeps/unix/sysv/linux/x86_64/x32/iofopen64.c: Likewise.
54155 2012-08-03  David S. Miller  <davem@davemloft.net>
54157         * sysdeps/sparc/fpu/libm-test-ulps: Update.
54159 2012-08-03  Joseph Myers  <joseph@codesourcery.com>
54161         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_AT_SECURE):
54162         Remove.
54163         (__ASSUME_CORRECT_SI_PID): Likewise.
54164         (__ASSUME_BRK_PAGE_ROUNDED): Likewise.
54165         (__ASSUME_TMPFS_NAME): Likewise.
54166         * sysdeps/unix/sysv/linux/dl-sysdep.c (frob_brk)
54167         [!__ASSUME_BRK_PAGE_ROUNDED]: Remove conditional code.
54168         * sysdeps/unix/sysv/linux/ldsodefs.h [__ASSUME_AT_SECURE]
54169         (HAVE_AUX_SECURE): Make definition unconditional.
54170         * sysdeps/unix/sysv/linux/shm_open.c (where_is_shmfs)
54171         [!__ASSUME_TMPFS_NAME]: Remove conditional code.
54173 2012-08-03  Roland McGrath  <roland@hack.frob.com>
54175         * sysdeps/mach/hurd/sys/param.h (MAXSYMLINKS): Macro removed.
54176         * sysdeps/mach/hurd/bits/local_lim.h (SYMLOOP_MAX): Macro removed.
54177         * sysdeps/mach/hurd/eloop-threshold.h: New file.
54178         * hurd/lookup-retry.c (__hurd_file_name_lookup_retry): Use
54179         __eloop_threshold instead of SYMLOOP_MAX.
54181         * sysdeps/generic/eloop-threshold.h: New file.
54182         * stdlib/canonicalize.c (__realpath): Use __eloop_threshold instead
54183         of MAXSYMLINKS.
54184         * elf/chroot_canon.c (chroot_canon): Likewise.
54186 2012-08-03  Joseph Myers  <joseph@codesourcery.com>
54188         [BZ #13717]
54189         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
54190         Change to 2.6.0 everywhere.
54191         * sysdeps/unix/sysv/linux/configure: Regenerated.
54192         * sysdeps/unix/sysv/linux/kernel-features.h
54193         (__ASSUME_SET_THREAD_AREA_SYSCALL): Remove.
54194         (__ASSUME_CLONE_THREAD_FLAGS): Condition on architectures, not
54195         kernel versions.
54196         (__ASSUME_POSIX_TIMERS): Define unconditionally.
54197         (__ASSUME_FUTEX_REQUEUE): Remove.
54198         (__ASSUME_STATFS64): Define unconditionally.
54199         (__ASSUME_AT_SECURE): Likewise.
54200         (__ASSUME_CORRECT_SI_PID): Likewise.
54201         (__ASSUME_TGKILL): Define without depending on kernel version for
54202         i386.
54203         (__ASSUME_UTIMES): Likewise.
54204         (__ASSUME_SWAPCONTEXT_SYSCALL): Condition on architecture, not
54205         kernel version.
54206         (__ASSUME_BRK_PAGE_ROUNDED): Define unconditionally.
54207         (__ASSUME_TMPFS_NAME): Likewise.
54208         * README: Update reference to Linux kernel versions.
54210 2012-08-02  Marek Polacek  <polacek@redhat.com>
54212         [BZ# 14150]
54213         * configure.in (libc_cv_asm_type_prefix): Remove test.  Replace
54214         libc_cv_asm_type_prefix with %.
54215         * configure: Regenerated.
54216         * include/libc-symbols.h: Remove comment about
54217         ASM_TYPE_DIRECTIVE_PREFIX.  Replace ASM_TYPE_DIRECTIVE_PREFIX with %.
54218         (declare_symbol_alias_1_paste) [__ASSEMBLER__]: Do not define.
54219         (declare_symbol_alias_1_paste_1) [__ASSEMBLER__]: Likewise.
54220         (declare_symbol_alias_1_stringify) [!__ASSEMBLER__]: Likewise.
54221         (declare_symbol_alias_1_stringify_1) [!__ASSEMBLER__]: Likewise.
54222         * elf/tst-unique2mod2.c: Replace ASM_TYPE_DIRECTIVE_PREFIX with %.
54223         [HAVE_ASM_UNIQUE_OBJECT]: Do not define S.
54224         [HAVE_ASM_UNIQUE_OBJECT]: Do not define _S.
54225         * elf/tst-unique2mod1.c: Likewise.
54226         * elf/tst-unique1mod2.c: Likewise.
54227         * elf/tst-unique1mod1.c: Likewise.
54228         * config.h.in: Do not undef ASM_TYPE_DIRECTIVE_PREFIX.
54229         * sysdeps/s390/s390-32/sysdep.h: Do not define ASM_TYPE_DIRECTIVE.
54230         Replace ASM_TYPE_DIRECTIVE with .type.
54231         * sysdeps/s390/s390-64/sysdep.h: Likewise.
54232         * sysdeps/i386/sysdep.h: Likewise.
54233         * sysdeps/x86_64/sysdep.h: Likewise.
54234         * sysdeps/sh/sysdep.h: Likewise.
54235         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h:
54236         Do not define ASM_TYPE_DIRECTIVE.
54237         * sysdeps/powerpc/sysdep.h: Likewise.
54238         * sysdeps/powerpc/powerpc32/sysdep.h:
54239         Replace ASM_TYPE_DIRECTIVE with .type.
54240         * sysdeps/s390/s390-32/s390-mcount.S: Likewise.
54241         * sysdeps/s390/s390-64/s390x-mcount.S: Likewise.
54242         * sysdeps/i386/fpu/e_powf.S: Likewise.
54243         * sysdeps/i386/fpu/e_expl.S: Likewise.
54244         * sysdeps/i386/fpu/e_atanhf.S: Likewise.
54245         * sysdeps/i386/fpu/e_acosh.S: Likewise.
54246         * sysdeps/i386/fpu/e_pow.S: Likewise.
54247         * sysdeps/i386/fpu/s_asinhl.S: Likewise.
54248         * sysdeps/i386/fpu/e_acoshl.S: Likewise.
54249         * sysdeps/i386/fpu/s_expm1.S: Likewise.
54250         * sysdeps/i386/fpu/s_frexpf.S: Likewise.
54251         * sysdeps/i386/fpu/e_log2.S: Likewise.
54252         * sysdeps/i386/fpu/e_log2l.S: Likewise.
54253         * sysdeps/i386/fpu/e_scalb.S: Likewise.
54254         * sysdeps/i386/fpu/e_powl.S: Likewise.
54255         * sysdeps/i386/fpu/e_log10f.S: Likewise.
54256         * sysdeps/i386/fpu/s_cbrtf.S: Likewise.
54257         * sysdeps/i386/fpu/e_logl.S: Likewise.
54258         * sysdeps/i386/fpu/s_cbrt.S: Likewise.
54259         * sysdeps/i386/fpu/s_frexpl.S: Likewise.
54260         * sysdeps/i386/fpu/s_expm1f.S: Likewise.
54261         * sysdeps/i386/fpu/e_log2f.S: Likewise.
54262         * sysdeps/i386/fpu/e_acoshf.S: Likewise.
54263         * sysdeps/i386/fpu/e_log.S: Likewise.
54264         * sysdeps/i386/fpu/e_scalbf.S: Likewise.
54265         * sysdeps/i386/fpu/e_logf.S: Likewise.
54266         * sysdeps/i386/fpu/e_log10l.S: Likewise.
54267         * sysdeps/i386/fpu/e_atanh.S: Likewise.
54268         * sysdeps/i386/fpu/s_asinhf.S: Likewise.
54269         * sysdeps/i386/fpu/e_log10.S: Likewise.
54270         * sysdeps/i386/fpu/s_frexp.S: Likewise.
54271         * sysdeps/i386/fpu/e_atanhl.S: Likewise.
54272         * sysdeps/i386/fpu/s_asinh.S: Likewise.
54273         * sysdeps/i386/fpu/s_cbrtl.S: Likewise.
54274         * sysdeps/i386/fpu/e_scalbl.S: Likewise.
54275         * sysdeps/i386/i686/fpu/multiarch/e_expf-sse2.S: Likewise.
54276         * sysdeps/i386/i686/fpu/e_logl.S: Likewise.
54277         * sysdeps/i386/i686/strtok.S: Likewise.
54278         * sysdeps/i386/i386-mcount.S: Likewise.
54279         * sysdeps/i386/strtok.S: Likewise.
54280         * sysdeps/x86_64/fpu/e_expl.S: Likewise.
54281         * sysdeps/x86_64/fpu/e_log2l.S: Likewise.
54282         * sysdeps/x86_64/fpu/e_powl.S: Likewise.
54283         * sysdeps/x86_64/fpu/e_logl.S: Likewise.
54284         * sysdeps/x86_64/fpu/e_expf.S: Likewise.
54285         * sysdeps/x86_64/fpu/e_log10l.S: Likewise.
54286         * sysdeps/x86_64/fpu/s_copysignf.S: Likewise.
54287         * sysdeps/x86_64/fpu/s_copysign.S: Likewise.
54288         * sysdeps/x86_64/fpu/e_scalbl.S: Likewise.
54289         * sysdeps/x86_64/_mcount.S: Likewise.
54290         * sysdeps/x86_64/strtok.S: Likewise.
54291         * sysdeps/sh/_mcount.S: Likewise.
54293 2012-08-01  Roland McGrath  <roland@hack.frob.com>
54295         * libio/iofopen.c: Include <fcntl.h>.
54296         [_LIBC] [!defined O_LARGEFILE || O_LARGEFILE == 0]
54297         (_IO_fopen64, fopen64): Define as aliases.
54298         * libio/iofopen64.c: Include <fcntl.h>.
54299         [!defined _LIBC || (defined O_LARGEFILE && O_LARGEFILE != 0)]:
54300         Conditionalize body on this.
54301         * sysdeps/wordsize-64/iofopen.c: File removed.
54302         * sysdeps/wordsize-64/iofopen64.c: File removed.
54304 2012-08-01  Marek Polacek  <polacek@redhat.com>
54306         * libc/Makeconfig: Use elf in place of binfmt-subdir.
54307         Use dlfcn directly instead of a variable.
54308         (binfmt-subdir): Do not define.
54309         (dlfcn): Likewise.
54311 2012-08-01  Joseph Myers  <joseph@codesourcery.com>
54313         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_FCNTL64):
54314         Remove all definitions.
54315         * sysdeps/unix/sysv/linux/i386/fcntl.c: Do not include
54316         <kernel-features.h>.
54317         [!__ASSUME_FCNTL64] (__have_no_fcntl64): Remove.
54318         (miss_F_GETOWN_EX): Remove all definitions.
54319         [NO_CANCELLATION && !__ASSUME_FCNTL64] (__fcntl_nocancel): Remove
54320         macro definition.
54321         [!__ASSUME_FCNTL64]: Remove conditional code.
54322         [__ASSUME_FCNTL64]: Make code unconditional.
54323         * sysdeps/unix/sysv/linux/i386/lockf64.c: Do not include
54324         <kernel-features.h>.
54325         [__NR_fcntl64 && !__ASSUME_FCNTL64] (__have_no_fcntl64): Remove.
54326         (lockf64) [!__ASSUME_FCNTL64]: Remove conditional code.
54327         (lockf64) [__NR_fcntl64]: Make code unconditional.
54328         (lockf64) [__ASSUME_FCNTL64]: Likewise.
54330         * sysdeps/unix/sysv/linux/kernel-features.h
54331         (__ASSUME_VFORK_SYSCALL): Remove all definitions.
54332         * sysdeps/unix/sysv/linux/i386/vfork.S (__vfork) [__NR_vfork]:
54333         Make code unconditional.
54334         (__vfork) [__ASSUME_VFORK_SYSCALL]: Likewise.
54335         (__vfork) [!__ASSUME_VFORK_SYSCALL]: Remove conditional code.
54336         * sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S (__vfork)
54337         [__NR_vfork]: Make code unconditional.
54338         (__vfork) [__ASSUME_VFORK_SYSCALL]: Likewise.
54339         (__vfork) [!__ASSUME_VFORK_SYSCALL]: Remove conditional code.
54340         * sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S (__vfork)
54341         [__NR_vfork]: Make code unconditional.
54342         (__vfork) [__ASSUME_VFORK_SYSCALL]: Likewise.
54343         (__vfork) [!__ASSUME_VFORK_SYSCALL]: Remove conditional code.
54345 2012-08-01  Roland McGrath  <roland@hack.frob.com>
54347         * sysdeps/generic/sys/param.h (NGROUPS): Define only if [NGROUPS_MAX].
54348         (MAXSYMLINKS): Define only if [SYMLOOP_MAX].
54350         * misc/mkstemp.c [!defined O_LARGEFILE || O_LARGEFILE == 0]:
54351         Define mkstemp64 as an alias.
54352         * misc/mkstemps.c [!defined O_LARGEFILE || O_LARGEFILE == 0]:
54353         Define mkstemps64 as an alias.
54354         * misc/mkostemp.c [!defined O_LARGEFILE || O_LARGEFILE == 0]:
54355         Define mkostemp64 as an alias.
54356         * misc/mkostemps.c [!defined O_LARGEFILE || O_LARGEFILE == 0]:
54357         Define mkostemps64 as an alias.
54358         * misc/mkstemp64.c [defined O_LARGEFILE && O_LARGEFILE != 0]:
54359         Conditionalize body on this.
54360         * misc/mkostemp64.c: Likewise.
54361         * misc/mkostemps64.c: Likewise.
54362         * misc/mkstemps64.c: Likewise.
54363         * sysdeps/wordsize-64/mkstemp64.c: File removed.
54364         * sysdeps/wordsize-64/mkostemp64.c: File removed.
54365         * sysdeps/wordsize-64/mkostemp.c: File removed.
54366         * sysdeps/wordsize-64/mkstemp.c: File removed.
54367         * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp64.c: File removed.
54368         * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp64.c: File removed.
54369         * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp.c: File removed.
54370         * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp.c: File removed.
54372         [BZ #14138]
54373         * sysdeps/unix/sysv/linux/syscalls.list: Add getrlimit/ugetrlimit line.
54374         * sysdeps/unix/sysv/linux/i386/getrlimit.c: File removed.
54375         * sysdeps/unix/sysv/linux/powerpc/getrlimit.c: File removed.
54376         * sysdeps/unix/sysv/linux/sh/getrlimit.c: File removed.
54378         * sysdeps/unix/make-syscalls.sh: Emit uses of the versioned_symbol and
54379         compat_symbol macros from <shlib-compat.h> rather than the underlying
54380         default_symbol_version and symbol_version macros, so that DEFAULT
54381         lines in shlib-versions are respected.
54382         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Likewise.
54384 2012-08-01  Florian Weimer  <fweimer@redhat.com>
54386         * posix/unistd.h (setuid, setreuid, seteuid, setresuid):
54387         Declare with warn_unused_result.
54388         (setgid, setregid, setegid, setresgid): Likewise.
54389         * sysdeps/unix/sysv/linux/sys/fsuid.h (setfsuid, setfsgid):
54390         Likewise.
54391         * WUR-REPORT: Remove set*id functions.
54393 2012-07-31  Pino Toscano  <toscano.pino@tiscali.it>
54395         * sysdeps/mach/hurd/renameat.c: New file, mostly copied from rename.c.
54397 2012-07-31  Roland McGrath  <roland@hack.frob.com>
54399         [BZ #10191]
54400         * include/sys/socket.h (__libc_accept, __libc_accept4):
54401         Add attribute_hidden.
54402         * socket/accept4.c (__libc_accept4): Remove libc_hidden_def.
54404         * nss/getXXbyYY_r.c (INTERNAL (REENTRANT_NAME)): Conditionalize
54405         use of PTR_MANGLE.
54406         * inet/getnetgrent_r.c (setup): Likewise.
54408         * sysdeps/generic/siglist.h: Put SIGWINCH under #ifdef.
54410 2012-07-31  David S. Miller  <davem@davemloft.net>
54412         * sysdeps/sparc/fpu/libm-test-ulps: Update.
54414 2012-07-31  Joseph Myers  <joseph@codesourcery.com>
54416         [BZ #13629]
54417         * math/s_clog.c (__clog): Use __log1p if larger part has absolute
54418         value between 1.0 and 2.0 and smaller part has absolute value less
54419         than 1.0.
54420         * math/s_clog10.c (__clog10): Likewise.
54421         * math/s_clog10f.c (__clog10f): Likewise.
54422         * math/s_clog10l.c (__clog10l): Likewise.
54423         * math/s_clogf.c (__clogf): Likewise.
54424         * math/s_clogl.c (__clogl): Likewise.
54425         * math/libm-test.inc (clog_test): Add more tests.
54426         (clog10_test): Likewise.
54427         * sysdeps/i386/fpu/libm-test-ulps: Update.
54428         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
54430 2012-07-31  Florian Weimer  <fweimer@redhat.com>
54432         * stdlib/tst-secure-getenv.c: Use printf for error reporting.
54433         Exit with zero in case no suitable GID is found, and write a
54434         message to standard error.
54436 2012-07-30  Roland McGrath  <roland@hack.frob.com>
54438         * sysdeps/generic/sys/param.h (MAXSYMLINKS): Define to SYMLOOP_MAX
54439         rather than to 1.
54440         (NBBY, NGROUPS, CANBSIZ, NCARGS): New macros.
54441         (MAXPATHLEN): Removed.
54442         (NOGROUP, NODEV): New macros.
54443         (setbit, clrbit, isset, isclr): New macros.
54444         (howmany, roundup, powerof2): New macros.
54445         (DEV_BSIZE): New macro.
54447         * include/unistd.h: Add attribute_hidden on __libc_pwrite64.
54448         * sysdeps/posix/pwrite64.c: Remove libc_hidden_def (__libc_pwrite64).
54450         * sysdeps/ieee754/k_standard.c (__kernel_standard_l): Conditionalize
54451         definition on [!__NO_LONG_DOUBLE_MATH].
54453         * nss/nsswitch.c (__nss_lookup_function): Conditionalize use of
54454         PTR_MANGLE and PTR_DEMANGLE.
54456         * socket/accept4.c (accept4): Rename to __libc_accept4.
54457         Define accept4 as a weak alias.
54459         * sysdeps/posix/getcwd.c (__getcwd): Conditionalize d_type field use
54460         on [_DIRENT_HAVE_D_TYPE].
54461         * io/ftw.c (ftw_dir): Likewise.
54463         * io/xmknod.c (__xmknod): Don't check PATH for being null.
54465         * libio/genops.c (flush_cleanup): Move inside [_IO_MTSAFE_IO].
54467         * bits/signum.h (SIGSTOP, SIGCONT, SIGTSTP, SIGTTIN, SIGTTOU, SIGCHLD):
54468         Use the BSD numbers rather than the arbitrary ones we had.
54469         (SIGBUS, SIGIO, SIGPOLL, SIGPROF, SIGSYS): New macros.
54470         (SIGTRAP, SIGURG, SIGUSR1, SIGUSR2, SIGVTALRM): New macros.
54471         (SIGXCPU, SIGXFSZ): New macros.
54472         (_NSIG): Now 32.
54474         * elf/rtld.c (_rtld_global): Conditionalize .dl_ns[LM_ID_BASE]
54475         initializer on [_LIBC_REENTRANT].
54477         * iconv/iconv_charmap.c (charmap_conversion): Move ST, ADDR
54478         definitions inside [_POSIX_MAPPED_FILES].
54480         * posix/regex.c: Include <sys/param.h> for MIN/MAX.
54482         * dirent/opendir.c: Include <fcntl.h>.
54484         * bits/libc-lock.h (__libc_setspecific): Evaluate arguments.
54485         (__libc_getspecific): Likewise.
54486         (__libc_key_create): Likewise.
54488         * stdio-common/tmpfile64.c: Include <fcntl.h> first.
54489         [defined O_LARGEFILE && O_LARGEFILE != 0]: Conditionalize on this.
54490         * stdio-common/tmpfile.c [!defined O_LARGEFILE || O_LARGEFILE == 0]
54491         (tmpfile64): Define as alias.
54492         * sysdeps/wordsize-64/tmpfile.c: File removed.
54493         * sysdeps/wordsize-64/tmpfile64.c: File removed.
54494         * sysdeps/unix/sysv/linux/x86_64/x32/tmpfile64.c: File removed.
54495         * sysdeps/unix/sysv/linux/x86_64/x32/tmpfile.c: File removed.
54497         * stdio-common/vfscanf.c: Include <stdbool.h>.
54498         * nss/makedb.c: Likewise.
54499         * stdio-common/_i18n_number.h: Likewise.
54500         * argp/argp-help.c: Likewise.
54501         * posix/wordexp.c: Likewise.
54502         * sysdeps/posix/spawni.c: Likewise.
54503         * nss/nss_files/files-initgroups.c: Likewise.
54504         * stdio-common/reg-modifier.c: Include <stdlib.h>.
54505         * nss/nss_files/files-initgroups.c: Likewise.
54506         * nss/nss_db/db-netgrp.c: Likewise.
54507         * nss/nss_db/db-initgroups.c: Likewise.
54508         * io/fchmodat.c: Include <sys/stat.h>.
54510         * sysdeps/generic/ldsodefs.h (struct rtld_global): Use
54511         __rtld_lock_define_recursive macro instead of __rtld_lock_recursive_t.
54513         * intl/loadmsgcat.c (_nl_load_domain): Don't use MAP_FAILED outside of
54514         [HAVE_MMAP].
54516         * bits/stat.h: Fix inclusion guard to accept _FCNTL_H too.
54517         Add multiple inclusion protection.
54519 2012-07-27  David S. Miller  <davem@davemloft.net>
54521         * sysdeps/sparc/fpu/libm-test-ulps: Update.
54523 2012-07-27  Gary Benson  <gbenson@redhat.com>
54525         [BZ #14298]
54526         * elf/rtld.c: Include <stap-probe.h>.
54527         (dl_main): Added static probes "init_start" and "init_complete".
54528         * elf/dl-load.c: Include <stap-probe.h>.
54529         (lose): Take new parameter "nsid".
54530         Added static probe "map_failed".
54531         (_dl_map_object_from_fd): Pass namespace id to lose.
54532         Added static probe "map_start".
54533         (open_verify): Pass namespace id to lose.
54534         * elf/dl-open.c: Include <stap-probe.h>.
54535         (dl_open_worker) Added static probes "map_complete", "reloc_start"
54536         and "reloc_complete".
54537         * elf/dl-close.c: Include <stap-probe.h>.
54538         (_dl_close_worker): Added static probes "unmap_start" and
54539         "unmap_complete".
54540         * elf/rtld-debugger-interface.txt: New file documenting the above.
54542 2012-07-26  Roland McGrath  <roland@hack.frob.com>
54544         * sunrpc/rpc_hout.c (pdeclaration): Call f_print with a "%s" format
54545         rather than a string variable.
54546         * sunrpc/rpc_main.c (h_output): Likewise.
54547         * sunrpc/rpc_svcout.c (write_real_program): Likewise.
54549 2012-07-26  Pino Toscano  <toscano.pino@tiscali.it>
54551         * inet/check_native.c: New file.
54553 2012-07-26  Joseph Myers  <joseph@codesourcery.com>
54555         [BZ #13629]
54556         * math/s_clog.c (__clog): Use __log1p or direct log1p calculation
54557         if larger part has absolute value 1.0.
54558         * math/s_clog10.c (__clog10): Likewise.
54559         * math/s_clog10f.c (__clog10f): Likewise.
54560         * math/s_clog10l.c (__clog10l): Likewise.
54561         * math/s_clogf.c (__clogf): Likewise.
54562         * math/s_clogl.c (__clogl): Likewise.
54563         * math/libm-test.inc (clog_test): Add more tests.
54564         (clog10_test): Likewise.
54565         * sysdeps/i386/fpu/libm-test-ulps: Update.
54566         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
54568         * elf/tst-auditmod1.c (pltenter): Remove all definitions of macro.
54569         (pltexit): Likewise.
54570         (La_regs): Likewise.
54571         (La_retval): Likewise.
54572         (int_retval): Likewise.
54573         Update #error for removed macros to refer only to definitions in
54574         tst-audit.h.
54575         * elf/tst-auditmod3b.c (pltenter): Remove all definitions of
54576         macro.
54577         (pltexit): Likewise.
54578         (La_regs): Likewise.
54579         (La_retval): Likewise.
54580         (int_retval): Likewise.
54581         * elf/tst-auditmod4b.c (pltenter): Remove all definitions of
54582         macro.
54583         (pltexit): Likewise.
54584         (La_regs): Likewise.
54585         (La_retval): Likewise.
54586         (int_retval): Likewise.
54587         * elf/tst-auditmod5b.c (pltenter): Remove all definitions of
54588         macro.
54589         (pltexit): Likewise.
54590         (La_regs): Likewise.
54591         (La_retval): Likewise.
54592         (int_retval): Likewise.
54593         * elf/tst-auditmod6b.c (pltenter): Remove all definitions of
54594         macro.
54595         (pltexit): Likewise.
54596         (La_regs): Likewise.
54597         (La_retval): Likewise.
54598         (int_retval): Likewise.
54599         * elf/tst-auditmod6c.c (pltenter): Remove all definitions of
54600         macro.
54601         (pltexit): Likewise.
54602         (La_regs): Likewise.
54603         (La_retval): Likewise.
54604         (int_retval): Likewise.
54605         * elf/tst-auditmod7b.c (pltenter): Remove all definitions of
54606         macro.
54607         (pltexit): Likewise.
54608         (La_regs): Likewise.
54609         (La_retval): Likewise.
54610         (int_retval): Likewise.
54611         * sysdeps/generic/tst-audit.h: Update comment to refer only to
54612         macro definitions in tst-audit.h.
54613         * sysdeps/i386/tst-audit.h: New file.
54614         * sysdeps/powerpc/powerpc32/tst-audit.h: Likewise.
54615         * sysdeps/powerpc/powerpc64/tst-audit.h: Likewise.
54616         * sysdeps/s390/s390-32/tst-audit.h: Likewise.
54617         * sysdeps/s390/s390-64/tst-audit.h: Likewise.
54618         * sysdeps/sh/tst-audit.h: Likewise.
54619         * sysdeps/sparc/sparc32/tst-audit.h: Likewise.
54620         * sysdeps/sparc/sparc64/tst-audit.h: Likewise.
54621         * sysdeps/x86_64/tst-audit.h: Likewise.
54623 2012-07-26  Andreas Jaeger  <aj@suse.de>
54625         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Add __THROW for
54626         ptrace.
54628         * sysdeps/unix/sysv/linux/sys/ptrace.h (__ptrace_eventcodes): Add
54629         new value PTRACE_EVENT_SECCOMP from Linux 3.5.
54630         (__ptrace_setoptions): Add new value PTRACE_O_TRACESECCOMP, adjust
54631         PTRACE_O_MASK.
54632         * sysdeps/unix/sysv/linux/s390/bits/ptrace.h: Likewise.
54633         * sysdeps/unix/sysv/linux/sparc/bits/ptrace.h: Likewise.
54634         * sysdeps/unix/sysv/linux/powerpc/bits/ptrace.h: Likewise.
54636         * sysdeps/unix/sysv/linux/sys/epoll.h (EPOLLWAKEUP): Add new
54637         value.
54639         * sysdeps/unix/sysv/linux/bits/siginfo.h (siginfo_t): Add
54640         _sigsys.
54641         (si_call_addr, si_syscall, si_arch): Define new macro.
54642         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h (siginfo_t): Add
54643         _sigsys.
54644         (si_call_addr, si_syscall, si_arch): Define new marcro.
54645         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h (siginfo_t): Add
54646         _sigsys.
54647         (si_call_addr, si_syscall, si_arch): Define new macro.
54648         * sysdeps/unix/sysv/linux/x86/bits/siginfo.h (struct): Add
54649         _sigsys.
54650         (si_call_addr, si_syscall, si_arch): Define new macro.
54652 2012-07-25  Joseph Myers  <joseph@codesourcery.com>
54654         [BZ #13717]
54655         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
54656         Change to 2.4.21 where previously 2.4.1.
54657         * sysdeps/unix/sysv/linux/configure: Regenerated.
54658         * sysdeps/unix/sysv/linux/kernel-features.h [(__powerpc__ ||
54659         __sh__) && !__powerpc64__] (__ASSUME_FCNTL64): Do not condition on
54660         Linux kernel version.
54661         (__ASSUME_STD_AUXV): Remove.
54662         [__powerpc__] (__ASSUME_VFORK_SYSCALL): Do not condition on Linux
54663         kernel version.
54664         [__powerpc__ && !__powerpc64] (__ASSUME_MMAP2_SYSCALL): Likewise.
54665         (__ASSUME_NEW_PRCTL_SYSCALL): Remove.
54666         (__ASSUME_FIXED_CLONE_SYSCALL): Likewise.
54667         (__ASSUME_NEW_RT_SIGRETURN_SYSCALL): Likewise.
54668         (__ASSUME_NETLINK_SUPPORT): Likewise.
54669         * nscd/gai.c [NEED_NETLINK && __ASSUME_NETLINK_SUPPORT == 0]
54670         (__no_netlink_support): Remove conditional definition.
54671         * sysdeps/unix/sysv/linux/check_pf.c (__no_netlink_support):
54672         Remove.
54673         (__check_pf) [!__ASSUME_NETLINK_SUPPORT]: Remove conditional code.
54674         [__ASSUME_NETLINK_SUPPORT]: Make code unconditional.
54675         * sysdeps/unix/sysv/linux/if_index.c [!__ASSUME_NETLINK_SUPPORT]
54676         (if_nameindex_ioctl): Remove.
54677         (if_nameindex_netlink): Do not handle __no_netlink_support.
54678         (if_nameindex) [!__ASSUME_NETLINK_SUPPORT]: Remove conditional
54679         code.
54680         * sysdeps/unix/sysv/linux/ifaddrs.c [!__ASSUME_NETLINK_SUPPORT]:
54681         Remove conditional code.
54682         (__netlink_open) [!__ASSUME_NETLINK_SUPPORT]: Remove conditional
54683         code.
54684         (getifaddrs_internal) [__ASSUME_NETLINK_SUPPORT]: Make code
54685         unconditional.
54686         [!__ASSUME_NETLINK_SUPPORT]: Remove conditional code.
54687         [__ASSUME_NETLINK_SUPPORT] (freeifaddrs): Make code unconditional.
54688         * sysdeps/unix/sysv/linux/netlinkaccess.h (__no_netlink_support):
54689         Remove.
54690         * sysdeps/unix/sysv/linux/powerpc/dl-sysdep.c
54691         [!__ASSUME_STD_AUXV]: Remove conditional code.
54692         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S (__clone)
54693         [!__ASSUME_FIXED_CLONE_SYSCALL]: Remove conditional code.
54694         [__ASSUME_FIXED_CLONE_SYSCALL]: Make code unconditional.
54695         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_mask.c
54696         [!__ASSUME_NEW_PRCTL_SYSCALL] (fe_mask_handler): Remove.
54697         (__fe_mask_env) [!__ASSUME_NEW_PRCTL_SYSCALL]: Remove conditional
54698         code.
54699         [__ASSUME_NEW_PRCTL_SYSCALL]: Make code unconditional.
54700         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c
54701         [!__ASSUME_NEW_PRCTL_SYSCALL] (fe_nomask_handler): Remove.
54702         (__fe_nomask_env) [!__ASSUME_NEW_PRCTL_SYSCALL]: Remove
54703         conditional code.
54704         [__ASSUME_NEW_PRCTL_SYSCALL]: Make code unconditional.
54705         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_mask.c
54706         (__fe_mask_env) [!__ASSUME_NEW_PRCTL_SYSCALL]: Remove conditional
54707         code.
54708         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c
54709         (__fe_nomask_env) [!__ASSUME_NEW_PRCTL_SYSCALL]: Remove
54710         conditional code.
54711         * sysdeps/unix/sysv/linux/powerpc/powerpc64/getcontext.S
54712         (__novec_getcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make
54713         code unconditional.
54714         (__novec_getcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
54715         conditional code.
54716         (__getcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make code
54717         unconditional.
54718         (__getcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
54719         conditional code.
54720         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S
54721         (__makecontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make code
54722         unconditional.
54723         (__makecontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
54724         conditional code.
54725         * sysdeps/unix/sysv/linux/powerpc/powerpc64/setcontext.S
54726         (__novec_setcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make
54727         code unconditional.
54728         (__novec_setcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
54729         conditional code.
54730         (__setcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make code
54731         unconditional.
54732         (__setcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
54733         conditional code.
54734         * sysdeps/unix/sysv/linux/powerpc/powerpc64/swapcontext.S
54735         (__novec_swapcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make
54736         code unconditional.
54737         (__novec_swapcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
54738         conditional code.
54739         (__swapcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make code
54740         unconditional.
54741         (__swapcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
54742         conditional code.
54744 2012-07-25  Andreas Schwab  <schwab@linux-m68k.org>
54746         * sysdeps/unix/sysv/linux/i386/accept4.S: Remove pseudo_end label.
54747         * sysdeps/unix/sysv/linux/i386/call_sync_file_range.S: Likewise.
54748         * sysdeps/unix/sysv/linux/i386/clone.S: Likewise.
54749         * sysdeps/unix/sysv/linux/i386/epoll_pwait.S: Likewise.
54750         * sysdeps/unix/sysv/linux/i386/getcontext.S: Likewise.
54751         * sysdeps/unix/sysv/linux/i386/mmap.S: Likewise.
54752         * sysdeps/unix/sysv/linux/i386/mmap64.S: Likewise.
54753         * sysdeps/unix/sysv/linux/i386/semtimedop.S: Likewise.
54754         * sysdeps/unix/sysv/linux/i386/setcontext.S: Likewise.
54755         * sysdeps/unix/sysv/linux/i386/socket.S: Likewise.
54756         * sysdeps/unix/sysv/linux/i386/swapcontext.S: Likewise.
54757         * sysdeps/unix/sysv/linux/i386/syscall.S: Likewise.
54758         * sysdeps/unix/sysv/linux/i386/sysdep.h (PSEUDO): Likewise.
54759         * sysdeps/unix/sysv/linux/i386/vfork.S: Likewise.
54760         * sysdeps/unix/sysv/linux/x86_64/clone.S: Likewise.
54761         * sysdeps/unix/sysv/linux/x86_64/getcontext.S: Likewise.
54762         * sysdeps/unix/sysv/linux/x86_64/setcontext.S: Likewise.
54763         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S: Likewise.
54764         * sysdeps/unix/sysv/linux/x86_64/syscall.S: Likewise.
54765         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (PSEUDO): Likewise.
54766         * sysdeps/unix/sysv/linux/x86_64/swapcontext.S: Likewise.
54767         * sysdeps/unix/sysv/linux/x86_64/vfork.S: Likewise.
54768         * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu.S: Likewise.
54770 2012-07-25  Florian Weimer  <fweimer@redhat.com>
54772         * Versions.def: Add GLIBC_2.17.
54773         * stdlib/stdlib.h: Rename __secure_getenv to secure_getenv.
54774         * include/stdlib.h: Rename __secure_getenv to secure_getenv.
54775         Introduce __libc_secure_getenv.
54776         * stdlib/Versions (2.17): Add secure_getenv
54777         (GLIBC_PRIVATE): Add __libc_secure_getenv.
54778         * stdlib/secure-getenv.c: Rename __secure_getenv to
54779         __libc_secure_getenv.  Add secure_getenv alias.  Add compatibility
54780         symbol __secure_getenv for GLIBC_2.0.
54781         * stdlib/tst-secure-getenv.c: New.
54782         * stdlib/Makefile (tests): Add testcase.
54783         * manual/startup.texi (Environment Access): Document
54784         secure_getenv.
54785         * hesiod/hesiod.c (hesiod_init): Rename __secure_getenv to
54786         __libc_secure_getenv.
54787         * inet/ruserpass.c (ruserpass): Likewise.
54788         * malloc/mtrace.c (mtrace): Likewise.
54789         * sysdeps/mach/hurd/tmpfile.c (__tmpfile): Likewise.
54790         * sysdeps/posix/libc_fatal.c (__libc_fatal): Likewise.
54791         * sysdeps/posix/sysconf.c (__sysconf__check_spec): Likewise.
54792         * sysdeps/posix/tempname.c: Likewise.  Evaluate
54793         HAVE_SECURE_GETENV.
54794         * sysdeps/unix/sysv/linux/libc_fatal.c (__libc_message): Rename
54795         __secure_getenv to __libc_secure_getenv.
54796         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: Add secure_getenv.
54797         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
54798         Likewise.
54799         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
54800         Likewise.
54801         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Likewise.
54802         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Likewise.
54803         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Likewise.
54804         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Likewise.
54805         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Likewise.
54806         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Likewise.
54807         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist: Likewise.
54809 2012-07-25  Joseph Myers  <joseph@codesourcery.com>
54811         * sysdeps/generic/ldsodefs.h (struct La_i86_regs): Remove.
54812         (struct La_i86_retval): Likewise.
54813         (struct La_x86_64_regs): Likewise.
54814         (struct La_x86_64_retval): Likewise.
54815         (struct La_x32_regs): Likewise.
54816         (struct La_x32_retval): Likewise.
54817         (struct La_ppc32_regs): Likewise.
54818         (struct La_ppc32_retval): Likewise.
54819         (struct La_ppc64_regs): Likewise.
54820         (struct La_ppc64_retval): Likewise.
54821         (struct La_sh_regs): Likewise.
54822         (struct La_sh_retval): Likewise.
54823         (struct La_s390_32_regs): Likewise.
54824         (struct La_s390_32_retval): Likewise.
54825         (struct La_s390_64_regs): Likewise.
54826         (struct La_s390_64_retval): Likewise.
54827         (struct La_sparc32_regs): Likewise.
54828         (struct La_sparc32_retval): Likewise.
54829         (struct La_sparc64_regs): Likewise.
54830         (struct La_sparc64_retval): Likewise.
54831         (struct audit_ifaces): Remove architecture-specific pltenter and
54832         pltexit members.
54833         * sysdeps/i386/ldsodefs.h: New file.
54834         * sysdeps/powerpc/ldsodefs.h: Likewise.
54835         * sysdeps/s390/ldsodefs.h: Likewise.
54836         * sysdeps/sh/ldsodefs.h: Likewise.
54837         * sysdeps/sparc/ldsodefs.h: Likewise.
54838         * sysdeps/x86_64/ldsodefs.h: Likewise.
54840 2012-07-25  Marek Polacek  <polacek@redhat.com>
54842         [BZ #6808]
54843         * math/libm-test.inc (yn_test): Add another test.
54844         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c (__ieee754_ynl): Set errno
54845         to ERANGE when the result is +-Inf.
54846         * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_ynl): Likewise.
54847         * sysdeps/ieee754/flt-32/e_jnf.c (__ieee754_ynf): Likewise.
54848         * sysdeps/ieee754/ldbl-128/e_jnl.c (__ieee754_ynl): Likewise.
54849         * sysdeps/ieee754/dbl-64/e_jn.c (__ieee754_yn): Likewise.
54851 2012-07-24  Joseph Myers  <joseph@codesourcery.com>
54853         * conform/data/time.h-data (NULL): Use macro-constant.  Require
54854         equal to 0.
54855         (CLOCKS_PER_SEC): Use macro instead of constant.  Specify type as
54856         clock_t.
54857         [ISO11] (TIME_UTC): Use macro-int-constant.  Require value > 0.
54859 2012-07-23  Thomas Schwinge  <thomas@codesourcery.com>
54861         * configure.in <sysdeps resolving>: Correct printing
54862         Implies_before.
54863         * configure: Regenerate.
54865 2012-07-22  Thomas Schwinge  <thomas@codesourcery.com>
54867         * math/w_ilogb.c: Include <limits.h>.
54868         * math/w_ilogbl.c: Likewise.
54870 2012-07-20  Joseph Myers  <joseph@codesourcery.com>
54872         * manual/lang.texi (__va_copy): Document primarily as ISO C99
54873         va_copy.  Document allowing for unavailable va_copy only as
54874         pre-C99 compatibility.
54875         * manual/string.texi (Copying and Concatenation): Use va_copy
54876         instead of __va_copy in concat example.
54878 2012-07-20  Pino Toscano  <toscano.pino@tiscali.it>
54880         * sysdeps/mach/hurd/sendto.c (create_address_port): New subroutine.
54881         (__sendto): Use create_address_port.  Initialize APORT and deallocate
54882         it if not null.
54884         * sysdeps/mach/hurd/llistxattr.c: New file, copied from listxattr.c
54885         with O_NOLINK passed to __file_name_lookup.
54887         * sysdeps/mach/hurd/lremovexattr.c: New file, copied from removexattr.c
54888         with O_NOLINK passed to __file_name_lookup.
54890         * sysdeps/mach/hurd/getgroups.c: Return -1 and set EINVAL for
54891         negative N or less than NGIDS.
54893         * sysdeps/mach/hurd/getlogin_r.c: Make LOGIN non-static and change its
54894         type to string_t.  Set ERANGE as errno and return it if NAME is not big
54895         enough.  Use memcpy instead of strncpy.
54897 2012-07-20  Joseph Myers  <joseph@codesourcery.com>
54899         * elf/Makefile (check-data): Remove.
54900         (localplt.data): New vpath directive.
54901         ($(objpfx)check-localplt.out): Use localplt.data from vpath
54902         instead of $(check-data).
54903         * scripts/data/localplt-generic.data: Move to ...
54904         * sysdeps/generic/localplt.data: ... here.
54905         * scripts/data/localplt-i386-linux-gnu.data: Move to ...
54906         * sysdeps/unix/sysv/linux/i386/nptl/localplt.data: ... here.
54907         * scripts/data/localplt-powerpc-linux-gnu.data: Move to ...
54908         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/localplt.data:
54909         ... here.
54910         * scripts/data/localplt-powerpc64-linux-gnu.data: Move to ...
54911         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/localplt.data:
54912         ... here.
54913         * scripts/data/localplt-s390-linux-gnu.data: Move to ...
54914         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/localplt.data:
54915         ... here.
54916         * scripts/data/localplt-s390x-linux-gnu.data: Move to ...
54917         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/localplt.data:
54918         ... here.
54919         * scripts/data/localplt-sparc-linux-gnu.data: Move to ...
54920         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/localplt.data:
54921         ... here.
54922         * scripts/data/localplt-sparc64-linux-gnu.data: Move to ...
54923         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/localplt.data:
54924         ... here.
54926 2012-07-19 Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
54928         * sysdeps/powerpc/tls-macros.h: Split PowerPC definitions in
54929         PPC32 and PPC64 files.
54930         * sysdeps/powerpc/powerpc32/tls-macros.h: New file.
54931         * sysdeps/powerpc/powerpc64/tls-macros.h: Likewise.
54933 2012-07-19  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
54935         * sysdeps/unix/sysv/linux/s390/s390-32/makecontext.c: Move
54936         __makecontext_ret to ...
54937         * sysdeps/unix/sysv/linux/s390/s390-32/__makecontext_ret.S:
54938         ... here and call exit if uc_link is NULL.  New file.
54939         * sysdeps/unix/sysv/linux/s390/s390-32/Makefile: Add
54940         __makecontext_ret.S.
54941         * sysdeps/unix/sysv/linux/s390/s390-64/makecontext.c: Move
54942         __makecontext_ret to ...
54943         * sysdeps/unix/sysv/linux/s390/s390-64/__makecontext_ret.S:
54944         ... here and call exit if uc_link is NULL.  New file.
54945         * sysdeps/unix/sysv/linux/s390/s390-64/Makefile: Add
54946         __makecontext_ret.S.
54948 2012-07-19  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
54950         * elf/elf.h (R_390_IRELATIVE): New definition.
54951         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela): Invoke the
54952         resolver function for IFUNC symbols.  Support R_390_IRELATIVE.
54953         (elf_machine_lazy_rel): Support R_390_IRELATIVE.
54954         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_rela):
54955         (elf_machine_lazy_rel): Likewise.
54956         * sysdeps/s390/dl-irel.h: New file.
54957         * sysdeps/s390/s390-64/memcpy.S: New asm code.
54958         * sysdeps/s390/s390-64/memset.S: New asm code.
54959         * sysdeps/s390/s390-64/memcmp.S: New asm code.
54960         * sysdeps/s390/s390-64/multiarch/memset.S: New file.
54961         * sysdeps/s390/s390-64/multiarch/ifunc-resolve.c: New file.
54962         * sysdeps/s390/s390-64/multiarch/memcmp.S: New file.
54963         * sysdeps/s390/s390-64/multiarch/memcpy.S: New file.
54964         * sysdeps/s390/s390-64/multiarch/Makefile: New file.
54965         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c: New file.
54966         * sysdeps/s390/s390-32/multiarch/Makefile: New file.
54967         * sysdeps/s390/s390-32/multiarch/memcmp.S: New file.
54968         * sysdeps/s390/s390-32/multiarch/memcpy.S: New file.
54969         * sysdeps/s390/s390-32/multiarch/memset.S: New file.
54970         * sysdeps/s390/s390-32/memcpy.S: New asm code.
54971         * sysdeps/s390/s390-32/memset.S: New asm code.
54972         * sysdeps/s390/s390-32/memcmp.S: New asm code.
54974 2012-07-17  Marek Polacek  <polacek@redhat.com>
54976         [BZ #14349]
54977         * sysdeps/s390/s390-32/configure.in: Remove TLS check.
54978         * sysdeps/s390/s390-64/configure.in: Likewise.
54979         * sysdeps/sparc/configure.in: Likewise.
54980         * sysdeps/powerpc/powerpc32/configure.in: Likewise.
54981         * sysdeps/powerpc/powerpc64/configure.in: Likewise.
54982         * sysdeps/i386/configure.in: Likewise.
54983         * sysdeps/x86_64/configure.in: Likewise.
54984         * sysdeps/sh/configure.in: Likewise.
54985         * sysdeps/s390/s390-32/configure: Regenerated.
54986         * sysdeps/s390/s390-64/configure: Likewise.
54987         * sysdeps/x86_64/configure: Likewise.
54988         * sysdeps/sh/configure: Likewise.
54989         * sysdeps/powerpc/powerpc64/configure: Likewise.
54990         * sysdeps/powerpc/powerpc32/configure: Likewise.
54991         * sysdeps/sparc/configure: Likwise.
54992         * sysdeps/i386/configure: Likewise.
54994         * elf/dl-open.c: Comment fixes.
54996 2012-07-17  Joseph Myers  <joseph@codesourcery.com>
54998         * Makefile [CXX] (check-data): Remove.
54999         [CXX] (c++-types.data): New vpath directive.
55000         [CXX] ($(objpfx)c++-types-check.out): Use c++-types.data from
55001         vpath.  Do not allow for C++ type data being missing.
55002         * scripts/data/c++-types-alpha-linux-gnu.data: Move to
55003         ports/sysdeps/unix/sysv/linux/alpha/nptl/c++-types.data.
55004         * scripts/data/c++-types-ia64-linux-gnu.data: Move to
55005         ports/sysdeps/unix/sysv/linux/ia64/nptl/c++-types.data.
55006         * scripts/data/c++-types-i386-linux-gnu.data: Move to ...
55007         * sysdeps/unix/sysv/linux/i386/nptl/c++-types.data: ... here.
55008         * scripts/data/c++-types-powerpc-linux-gnu.data: Move to ...
55009         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/c++-types.data:
55010         ... here.
55011         * scripts/data/c++-types-powerpc64-linux-gnu.data: Move to ...
55012         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/c++-types.data:
55013         ... here.
55014         * scripts/data/c++-types-s390-linux-gnu.data: Move to ...
55015         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/c++-types.data:
55016         ... here.
55017         * scripts/data/c++-types-s390x-linux-gnu.data: Move to ...
55018         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/c++-types.data:
55019         ... here.
55020         * scripts/data/c++-types-sparc-linux-gnu.data: Move to ...
55021         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/c++-types.data:
55022         ... here.
55023         * scripts/data/c++-types-sparc64-linux-gnu.data: Move to ...
55024         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/c++-types.data:
55025         ... here.
55026         * scripts/data/c++-types-x32-linux-gnu.data: Move to ...
55027         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/c++-types.data:
55028         ... here.
55029         * scripts/data/c++-types-x86_64-linux-gnu.data: Move to ...
55030         * sysdeps/unix/sysv/linux/x86_64/64/nptl/c++-types.data: ... here.
55032         * elf/tls-macros.h (TLS_LE): Move architecture-specific
55033         definitions to architecture-specific files.
55034         (TLS_IE): Likewise.
55035         (TLS_LD): Likewise.
55036         (TLS_GD): Likewise.
55037         * sysdeps/i386/tls-macros.h: New file.
55038         * sysdeps/powerpc/tls-macros.h: Likewise.
55039         * sysdeps/s390/s390-32/tls-macros.h: Likewise.
55040         * sysdeps/s390/s390-64/tls-macros.h: Likewise.
55041         * sysdeps/sh/tls-macros.h: Likewise.
55042         * sysdeps/sparc/sparc32/tls-macros.h: Likewise.
55043         * sysdeps/sparc/sparc64/tls-macros.h: Likewise.
55044         * sysdeps/x86_64/tls-macros.h: Likewise.
55046 2012-07-17  Thomas Schwinge  <thomas@codesourcery.com>
55048         * sysdeps/unix/sysv/linux/sh/makecontext.S (.Lexitcode): Preserve
55049         zero value for regular exit case.
55051         * sysdeps/unix/sysv/linux/x86_64/__start_context.S
55052         (__start_context): Preserve zero value for regular exit case.
55054 2012-07-17  Thomas Schwinge  <thomas@codesourcery.com>
55055             Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
55057         * manual/setjmp.texi (setcontext): Clarify normal process
55058         termination when uc_link is the null pointer.
55059         * stdlib/tst-makecontext.c (cf): Exercise this: remove explicit
55060         exit call.
55062 2012-07-16  Andreas Schwab  <schwab@linux-m68k.org>
55064         * stdlib/bug-getcontext.c (do_test): Don't test FE_ALL_EXCEPT in
55065         preprocessor.  Test for each exception mask separately.
55067 2012-07-16  Andreas Jaeger  <aj@suse.de>
55069         * po/ru.po: Update from translation team.
55071 2012-07-15  Joseph Myers  <joseph@codesourcery.com>
55073         * conform/data/string.h-data (NULL): Use macro-constant.  Require
55074         equal to 0.
55075         [ISO || ISO99 || ISO11] (stddef.h): Do not allow header.
55076         (str*): Change to str[abcdefghijklmnopqrstuvwxyz]*.
55077         (wcs*): Change to wcs[abcdefghijklmnopqrstuvwxyz]*.
55078         (mem[abcdefghijklmnopqrstuvwxyz]*): Allow.
55079         [ISO || ISO99 || ISO11] (*_t): Do not allow.
55081 2012-07-13  Andreas Jaeger  <aj@suse.de>
55083         * po/fr.po: Update from translation team.
55085 2012-07-12  Marek Polacek  <polacek@redhat.com>
55087         [BZ #14173]
55088         * math/libm-test.inc (yn_test): Add test for BZ #14173.
55089         * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_ynl): Correct
55090         loop condition.
55092 2012-07-12  Joseph Myers  <joseph@codesourcery.com>
55094         [BZ #13717]
55095         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
55096         Change to 2.4.1 where previously 2.4.0.
55097         * sysdeps/unix/sysv/linux/configure: Regenerated.
55098         * sysdeps/unix/sysv/linux/kernel-features.h [!__sh__]
55099         (__ASSUME_ST_INO_64_BIT): Do not condition definition on kernel
55100         version.
55101         [__i386__ || __sparc__] (__ASSUME_FCNTL64): Likewise.
55102         (__ASSUME_AT_CLKTCK): Remove.
55103         (__ASSUME_AT_PAGESIZE): Likewise.
55104         (__ASSUME_AT_XID): Likewise.
55105         (__ASSUME_GETDENTS64_SYSCALL): Define unconditionally.
55106         [__i386__] (__ASSUME_VFORK_SYSCALL): Define unconditionally.
55107         * sysdeps/unix/sysv/linux/ldsodefs.h (HAVE_AUX_XID): Define
55108         unconditionally.
55109         (HAVE_AUX_PAGESIZE): Likewise.
55110         * sysdeps/unix/sysv/linux/prof-freq.c (__profile_frequency)
55111         [__ASSUME_AT_CLKTCK]: Make code unconditional.
55112         [!__ASSUME_AT_CLKTCK]: Remove conditional code.
55114 2012-07-12  Jeroen van Bemmel  <jvb127@gmail.com>
55116         [BZ #14307]
55117         * sysdeps/posix/getaddrinfo.c (gaih_inet): Increase the size of
55118         the temporary buffer used to invoke __gethostbyname2_r,
55119         __gethostbyaddr_r and gethostbyname4_r to make room for struct
55120         host_data / struct gaih_addrtuple.
55121         * resolv/nss_dns/dns-host.c (global scope): Move definition of
55122         implementation constants MAX_NR_ALIASES and MAX_NR_ADDRS to
55123         header file nss/nsswitch.h.
55124         * nss/nsswitch.h (global scope): Add definition of implementation
55125         constants MAX_NR_ALIASES and MAX_NR_ADDRS (moved from
55126         resolv/nss_dns/dns-host.c).
55128 2012-07-11  Andreas Jaeger  <aj@suse.de>
55130         * po/fr.po: Update from translation team.
55132         * po/sv.po: Update from translation team
55133         * po/fr.po: Another update from translation team.
55135 2012-07-11  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
55137         * sysdeps/ieee754/ldbl-128ibm/s_ctanhl.c: Do not call sinh and cosh
55138         for subnormals or multiply small sinh result by itself.
55139         * sysdeps/ieee754/ldbl-128ibm/s_ctanl.c: Likewise.
55140         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
55142 2012-07-11  David S. Miller  <davem@davemloft.net>
55144         * sysdeps/sparc/fpu/libm-test-ulps: Update.
55146 2012-07-10  Andreas Schwab  <schwab@linux-m68k.org>
55148         [BZ #14347]
55149         * misc/sys/syslog.h (LOG_MAKEPRI): Don't shift first argument.
55150         (INTERNAL_MARK): Shift it here.
55152 2012-07-10  Marek Polacek  <polacek@redhat.com>
55154         [BZ #14151]
55155         * configure.in (libc_cv_asm_global_directive): Remove test.  Replace
55156         libc_cv_asm_global_directive with .globl.
55157         * configure: Regenerated.
55158         * sysdeps/i386/configure.in: Replace libc_cv_asm_global_directive
55159         with .globl.
55160         * sysdeps/i386/configure: Regenerated.
55161         * sysdeps/x86_64/configure.in: Replace libc_cv_asm_global_directive
55162         with .globl.
55163         * sysdeps/x86_64/configure: Regenerated.
55164         * config.h.in: Do not undefine ASM_GLOBAL_DIRECTIVE.
55165         * include/libc-symbols.h: Replace ASM_GLOBAL_DIRECTIVE with .globl.
55166         * elf/tst-unique2mod2.c: Likewise.
55167         * elf/tst-unique2mod1.c: Likewise.
55168         * elf/tst-unique1mod2.c: Likewise.
55169         * elf/tst-unique1mod1.c: Likewise.
55170         * sysdeps/s390/s390-32/sysdep.h: Likewise.
55171         * sysdeps/s390/s390-32/s390-mcount.S: Likewise.
55172         * sysdeps/s390/s390-64/sysdep.h: Likewise.
55173         * sysdeps/s390/s390-64/s390x-mcount.S: Likewise.
55174         * sysdeps/mach/sysdep.h: Likewise.
55175         * sysdeps/i386/sysdep.h: Likewise.
55176         * sysdeps/i386/i386-mcount.S: Likewise.
55177         * sysdeps/x86_64/_mcount.S: Likewise.
55178         * sysdeps/x86_64/sysdep.h: Likewise.
55179         * sysdeps/sh/_mcount.S: Likewise.
55180         * sysdeps/sh/sysdep.h: Likewise.
55181         * sysdeps/powerpc/powerpc32/gprsave1.S: Likewise.
55182         * sysdeps/powerpc/powerpc32/fpu/fprrest.S: Likewise.
55183         * sysdeps/powerpc/powerpc32/fpu/fprsave.S: Likewise.
55184         * sysdeps/powerpc/powerpc32/sysdep.h: Likewise.
55185         * sysdeps/powerpc/powerpc32/gprrest1.S: Likewise.
55186         * sysdeps/powerpc/powerpc32/gprsave0.S: Likewise.
55187         * sysdeps/powerpc/powerpc32/gprrest0.S: Likewise.
55188         * locale/localeinfo.h: Likewise.
55189         (_NL_CURRENT_DEFINE_STRINGIFY): Delete macro.
55190         (_NL_CURRENT_DEFINE_STRINGIFY_1): Likewise.
55192 2012-07-09  Roland McGrath  <roland@hack.frob.com>
55194         [BZ #14336]
55195         * manual/charset.texi (Extended Char Intro): Word use fix, "operating
55196         system".
55197         * manual/message.texi (The Uniforum approach): Likewise.
55198         * manual/charset.texi (Extended Char Intro): Spelling fix, "affected".
55199         (glibc iconv Implementation): Likewise.
55201 2012-07-09  Joseph Myers  <joseph@codesourcery.com>
55203         [BZ #14337]
55204         * math/s_clog.c (__clog): Avoid scaling a value down where that
55205         could result in underflow.
55206         * math/s_clog10.c (__clog10): Likewise.
55207         * math/s_clog10f.c (__clog10f): Likewise.
55208         * math/s_clog10l.c (__clog10l): Likewise.
55209         * math/s_clogf.c (__clogf): Likewise.
55210         * math/s_clogl.c (__clogl): Likewise.
55211         * math/libm-test.inc (clog_test): Add more tests.
55212         (clog10_test): Likewise.
55213         * sysdeps/i386/fpu/libm-test-ulps: Update.
55214         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
55216 2012-07-06  Andreas Schwab  <schwab@linux-m68k.org>
55218         [BZ #14283]
55219         * sysdeps/powerpc/fpu/k_rem_pio2f.c (__fp_kernel_rem_pio2f): Shift
55220         by 7 not 8 to examine high bit of fractional part.
55222         [BZ #14042]
55223         * sysdeps/powerpc/powerpc32/ppc-mcount.S [SHARED]: Don't use PLT
55224         for call to __mcount_internal.
55225         * sysdeps/powerpc/powerpc32/Makefile (sysdep_routines)
55226         (shared-only-routines) [$(subdir) = gmon]: Add compat-ppc-mcount.
55227         * sysdeps/powerpc/powerpc32/compat-ppc-mcount.S: New file.
55229 2012-07-06  Joseph Myers  <joseph@codesourcery.com>
55231         [BZ #14154]
55232         * sysdeps/ieee754/flt-32/k_tanf.c (__kernel_tanf): Use linear
55233         approximation for values within 0x1p-13f of an odd multiple of
55234         pi/4.
55235         * math/libm-test.inc (tan_test): Do not allow spurious underflow
55236         exception.  Add more tests.
55237         * sysdeps/i386/fpu/libm-test-ulps: Update.
55239         [BZ #6778]
55240         * sysdeps/i386/fpu/s_expm1.S (__expm1): Check for large negative
55241         inputs and return -1 for them.  Do not check for +Inf in case not
55242         reachable for +Inf.
55243         * sysdeps/i386/fpu/s_expm1f.S (__expm1f): Likewise.
55244         * sysdeps/i386/fpu/e_expl.S [USE_AS_EXPM1L] (csat): Do not define.
55245         (IEEE754_EXPL) [USE_AS_EXPM1L]: Check for large negative inputs
55246         and return -1 for them.  Do not check for +Inf in case not
55247         reachable for +Inf.
55248         * sysdeps/x86_64/fpu/e_expl.S [USE_AS_EXPM1L] (csat): Do not
55249         define.
55250         (IEEE754_EXPL) [USE_AS_EXPM1L]: Check for large negative inputs
55251         and return -1 for them.  Do not check for +Inf in case not
55252         reachable for +Inf.
55253         * math/libm-test.inc (expm1_test): Add more tests.  Do not allow
55254         spurious underflow.
55255         * sysdeps/i386/fpu/libm-test-ulps: Update.
55256         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
55258 2012-07-06  Mike Frysinger  <vapier@gentoo.org>
55260         * sunrpc/rpc_clntout.c: Change <rpc/types.h> to "rpc/types.h".
55262 2012-07-05  Joseph Myers  <joseph@codesourcery.com>
55264         [BZ #14157]
55265         [BZ #14331]
55266         * math/s_csqrt.c (__csqrt): Avoid multiplying by 0.5 where this
55267         could result in spurious underflow.  Scale down values above
55268         DBL_MAX / 4.0 instead of DBL_MAX / 2.0.
55269         * math/s_csqrtf.c (__csqrtf): Likewise.
55270         * math/s_csqrtl.c (__csqrtl): Likewise.
55271         * math/libm-test.inc (csqrt_test): Add more tests.  Do not allow
55272         spurious underflow.
55273         * sysdeps/i386/fpu/libm-test-ulps: Update.
55274         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
55276 2012-07-04  Andreas Schwab  <schwab@linux-m68k.org>
55278         * catgets/Makefile ($(objpfx)de.msg): Use xopen-msg.awk instead of
55279         xopen-msg.sed.
55280         * catgets/xopen-msg.awk: New file.
55281         * catgets/xopen-msg.sed: Removed.
55283         * intl/Makefile ($(objpfx)msgs.h): Use po2test.awk instead of
55284         po2text.sed.
55285         * intl/po2test.awk: New file.
55286         * intl/po2test.sed: Removed.
55288 2012-07-04  Joseph Myers  <joseph@codesourcery.com>
55290         [BZ #14328]
55291         * math/s_ctan.c (__ctan): Do not call sinh and cosh for subnormals
55292         or multiply small sinh result by itself.
55293         * math/s_ctanf.c (__ctanf): Likewise.
55294         * math/s_ctanh.c (__ctanh): Likewise.
55295         * math/s_ctanhf.c (__ctanhf): Likewise.
55296         * math/s_ctanhl.c (__ctanhl): Likewise.
55297         * math/s_ctanl.c (__ctanl): Likewise.
55298         * math/libm-test.inc (ctan_test_tonearest): New function.
55299         (ctan_test_towardzero): Likewise.
55300         (ctan_test_downward): Likewise.
55301         (ctan_test_upward): Likewise.
55302         (ctanh_test_tonearest): Likewise.
55303         (ctanh_test_towardzero): Likewise.
55304         (ctanh_test_downward): Likewise.
55305         (ctanh_test_upward): Likewise.
55306         (main): Call these new functions.
55307         * sysdeps/i386/fpu/libm-test-ulps: Update.
55308         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
55310 2012-07-03  Mike Frysinger  <vapier@gentoo.org>
55312         * .gitignore: Delete /ports entry.
55314 2012-07-03  Andreas Jaeger  <aj@suse.de>
55316         * po/bg.po: Update from translation team.
55317         * po/cs.po: Likewise.
55318         * po/de.po: Likewise.
55319         * po/hr.po: Likewise.
55320         * po/nl.pl: Likewise.
55321         * po/pl.po: Likewise.
55322         * po/vi.po: Likewise.
55324 2012-07-03  Joseph Myers  <joseph@codesourcery.com>
55326         * Makeconfig [!+link] (+link-before-libc): New variable.
55327         [!+link] (+link-after-libc): Likewise.
55328         [!+link] (+link-tests): Likewise.
55329         [!+link] (+link): Define in terms of $(+link-before-libc) and
55330         $(+link-after-libc).
55331         [!+link-static] (+link-static-before-libc): New variable.
55332         [!+link-static] (+link-static-after-libc): Likewise.
55333         [!+link-static] (+link-static-tests): Likewise.
55334         [!+link-static] (+link-static): Define in terms of
55335         $(+link-static-before-libc) and $(+link-static-after-libc).
55336         [build-shared] (link-libc-before-gnulib): New variable.
55337         [build-shared] (link-libc-tests): Likewise.
55338         [build-shared] (link-libc): Define in terms of
55339         $(link-libc-before-gnulib).
55340         [!build-shared] (link-libc-tests): New variable.
55341         (link-libc-static-tests): New variable.
55342         [!gnulib] (gnulib-arch): New variable.
55343         [!gnulib] (gnulib-tests): Likewise.
55344         [!gnulib] (static-gnulib-arch): Likewise.
55345         [!gnulib] (static-gnulib-tests): Likewise.
55346         [!gnulib] (gnulib): Use $(gnulib-arch).  Do not use $(libgcc_eh).
55347         Define with "=" instead of ":=".
55348         [!gnulib] (static-gnulib): Use $(static-gnulib-arch).  Do not use
55349         -lgcc_eh $(libunwind).  Define with "=" instead of ":=".
55350         * Rules (binaries-all-notests): New variable.
55351         (binaries-all-tests): Likewise.
55352         (binaries-static-notests): Likewise.
55353         (binaries-static-tests): Likewise.
55354         (binaries-all): Define using $(binaries-all-notests) and
55355         $(binaries-all-tests).
55356         (binaries-static): Define using $(binaries-static-notests) and
55357         $(binaries-static-tests).
55358         (binaries-shared-tests): New variable.
55359         (binaries-shared-notests): Likewise.
55360         (binaries-shared): Remove variable.
55361         ($(addprefix $(objpfx),$(binaries-shared-notests))): New rule.
55362         ($(addprefix $(objpfx),$(binaries-shared-tests))): Likewise.
55363         ($(addprefix $(objpfx),$(binaries-shared))): Remove rule.
55364         ($(addprefix $(objpfx),$(binaries-static-notests))): New rule.
55365         ($(addprefix $(objpfx),$(binaries-static-tests))): Likewise.
55366         ($(addprefix $(objpfx),$(binaries-static))): Remove rule.
55367         * elf/Makefile (sln-modules): New variable.
55368         (extra-objs): Add $(sln-modules:=.o).
55369         (ldconfig-modules): Add static-stubs.
55370         ($(objpfx)sln): Depend on $(sln-modules:%=$(objpfx)%.o).
55371         * elf/static-stubs.c: New file.
55373         [BZ #14283]
55374         * sysdeps/ieee754/flt-32/k_rem_pio2f.c (__kernel_rem_pio2f): Shift
55375         by 7 not 8 to examine high bit of fractional part.  Use volatile
55376         variables when splitting into final array of floats if
55377         __FLT_EVAL_METHOD__ != 0.
55378         * math/libm-test.inc (cos_test): Add another test.
55379         (sin_test): Likewise.
55380         * sysdeps/i386/fpu/libm-test-ulps: Update.
55382         [BZ #14273]
55383         * math/libm-test.inc (cosh_test): Add more tests.
55385         * version.h (RELEASE): Set to "development".
55386         (VERSION): Set to "2.16.90".
55388 2012-06-30  Carlos O'Donell  <carlos_odonell@mentor.com>
55390         * NEWS: Update copyright. Remove last-updated date.
55391         Mention math library bug fixes and timezone data changes.
55392         * README: Mention GNU/Hurd, x32, and HPPA support status.
55394 2012-06-28  Thomas Schwinge  <thomas@codesourcery.com>
55396         * manual/contrib.texi (Contributors): Sort alphabetically by last name.
55398 2012-06-27  Andreas Jaeger  <aj@suse.de>
55400         * manual/contrib.texi (Contributors): Add Samuel Thibault.
55402 2012-06-25  Andreas Jaeger  <aj@suse.de>
55404         * sysdeps/s390/fpu/libm-test-ulps: Update.
55406 2012-06-23  Andreas Schwab  <schwab@linux-m68k.org>
55407             Thomas Schwinge  <thomas@codesourcery.com>
55409         * sysdeps/unix/sysv/linux/sh/syscalls.list: Add fanotify_mark.
55410         * sysdeps/unix/sysv/linux/sh/Versions (GLIBC_2.16): Add fanotify_mark.
55411         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist (GLIBC_2.16): Add
55412         fanotify_mark.
55414 2012-06-23  Thomas Schwinge  <thomas@codesourcery.com>
55416         * sysdeps/mach/start.c: Remove file.
55417         * sysdeps/mach/hurd/i386/static-start.S: Fix start.S include.
55418         * sysdeps/i386/init-first.c: Fix comment regarding start.S.
55419         * sysdeps/sh/init-first.c: Likewise.
55421         * sysdeps/sh/____longjmp_chk.S (CALL_FAIL): Preserve r12 and pr
55422         registers for frame unwinding purposes, add CFI directives.
55423         * sysdeps/unix/sysv/linux/sh/____longjmp_chk.S (CALL_FAIL): Likewise.
55424         * sysdeps/unix/sysv/linux/sh/makecontext.S (.Lexitcode): Likewise
55425         * sysdeps/unix/sysv/linux/sh/sysdep.h (SYSCALL_ERROR_HANDLER):
55426         Likewise.
55428         * sysdeps/sh/____longjmp_chk.S (CALL_FAIL): Don't plan for the call to
55429         __fortify_fail returning.
55430         * sysdeps/unix/sysv/linux/sh/____longjmp_chk.S (CALL_FAIL): Likewise.
55432         * sysdeps/unix/sysv/linux/sh/____longjmp_chk.S: New file, based on
55433         sysdeps/sh/____longjmp_chk.S.
55434         * sysdeps/unix/sysv/linux/sh/sigaltstack-offsets.sym: New file, based
55435         on sysdeps/unix/sysv/linux/x86_64/sigaltstack-offsets.sym.
55436         * sysdeps/unix/sysv/linux/sh/Makefile [subdir=misc]
55437         (gen-as-const-headers): Append sigaltstack-offsets.sym.
55439         * sysdeps/sh/abort-instr.h: New file.
55440         * sysdeps/unix/sysv/linux/sh/makecontext.S (.Lexitcode): Terminate the
55441         process in case exit returns.
55443         * sysdeps/unix/sysv/linux/sh/makecontext.S (.Lexitcode): Always
55444         initialize the GOT register before use.
55446         * sysdeps/unix/sysv/linux/sh/makecontext.S (__makecontext): Fix
55447         calculation of ARGC > 4.
55449         * sysdeps/unix/sysv/linux/sh/makecontext.S: Add comments and give more
55450         meaningful names to some local labels.
55452 2012-06-22  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
55453             Kaz Kojima  <kkojima@rr.iij4u.or.jp>
55455         * sysdeps/unix/sysv/linux/sh/bits/atomic.h
55456         (__arch_compare_and_exchange_val_8_acq): Remove explicit nop.
55457         (__arch_compare_and_exchange_val_16_acq): Likewise.
55458         (__arch_compare_and_exchange_val_32_acq): Likewise.
55459         (atomic_exchange_and_add): Fix gUSA sequence.
55460         (atomic_add): Likewise.
55461         (atomic_add_negative): Likewise.
55462         (atomic_add_zero): Likewise.
55463         (atomic_bit_test_set): Likewise.
55465 2012-06-22  Andreas Schwab  <schwab@redhat.com>
55467         [BZ #13579]
55468         * include/link.h (struct link_map): Add l_free_initfini.
55469         * elf/dl-deps.c (_dl_map_object_deps): Set it when assigning
55470         l_initfini.
55471         * elf/dl-close.c (_dl_close_worker): Don't free l_initfini.
55472         * elf/rtld.c (dl_main): Clear it on all objects loaded on startup.
55473         * elf/dl-libc.c (free_mem): Free l_initfini if l_free_initfini is
55474         set.
55476 2012-06-22  Carlos O'Donell  <carlos_odonell@mentor.com>
55478         * configure.in: Use AC_LANG_SOURCE.
55479         * configure: Regenerate.
55481 2012-06-22  Roland McGrath  <roland@hack.frob.com>
55483         * configure.in (libc_cv_localstatedir): New substituted variable.
55484         * configure: Regenerated.
55485         * config.make.in (localstatedir): New variable, substituted from
55486         libc_cv_localstatedir.
55487         * Makeconfig (vardbdir): Use $(localstatedir) in place of /var.
55488         * sysdeps/gnu/configure.in (libc_cv_localstatedir): Change
55489         ${prefix}/var to /var when we change ${prefix}/etc to /etc.
55490         * sysdeps/gnu/configure: Regenerated.
55492 2012-06-21  Jeff Law  <law@redhat.com>
55494         [BZ #14277]
55495         * intl/dcigettext.c (_nl_find_msg): Avoid use after potential
55496         free.  Simplify list management for _LIBC case.
55498 2012-06-21  Joseph Myers  <joseph@codesourcery.com>
55500         [BZ #14273]
55501         * sysdeps/ieee754/dbl-64/wordsize-64/e_cosh.c (__ieee754_cosh):
55502         Clear sign bit of 64-bit integer value before comparing against
55503         overflow value.
55505         * sysdeps/mach/configure: Regenerated.
55507 2012-06-21  H.J. Lu  <hongjiu.lu@intel.com>
55509         [BZ #14278]
55510         * sysdeps/i386/sysdep.h (SYSCALL_PIC_SETUP): Fix a typo.
55512 2012-06-21  Jeff Law  <law@redhat.com>
55514         [BZ #13882]
55515         * elf/dl-deps.c (_dl_map_object_deps): Fix cycle detection.  Use
55516         uint16_t for elements in the "seen" array to avoid char overflows.
55517         * elf/dl-fini.c (_dl_sort_fini): Likewise.
55518         * elf/dl-open.c (dl_open_worker): Likewise.
55520 2012-06-21  Carlos O'Donell  <carlos_odonell@mentor.com>
55522         * scripts/list-sources.sh: Scan PORTS for translations.
55523         * po/libc.pot: Regenerated.
55525 2012-06-21  Andreas Jaeger  <aj@suse.de>
55527         [BZ #12194]
55528         * sysdeps/s390/bits/byteswap-16.h (__bswap_16): Avoid -Wconversion
55529         warning.
55530         * sysdeps/s390/bits/byteswap.h (__bswap_constant_16): Likewise.
55531         * bits/byteswap-16.h (__bswap_16): Likewise.
55532         * bits/byteswap.h (__bswap_constant_16): Likewise.
55534 2012-06-18  H.J. Lu  <hongjiu.lu@intel.com>
55536         [BZ #14117]
55537         * sysdeps/i386/fpu_control.h: Removed.
55538         * sysdeps/x86_64/fpu_control.h: Moved to ...
55539         * sysdeps/x86/fpu_control.h: Here.
55541         * sysdeps/x86_64/fpu_control.h (_FPU_GETCW): Add __volatile__.
55542         (_FPU_SETCW): Likewise.
55544 2012-06-15  H.J. Lu  <hongjiu.lu@intel.com>
55546         [BZ #14117]
55547         * sysdeps/i386/fpu/bits/mathinline.h: Renamed to ...
55548         * sysdeps/x86/fpu/bits/mathinline.h: This.
55549         * sysdeps/x86_64/fpu/bits/mathinline.h: Removed.
55551         [BZ #14050]
55552         [BZ #14117]
55553         * sysdeps/i386/fpu/bits/mathinline.h: Disable x87 inline
55554         functions if __x86_64__ is defined.
55556 2012-06-15  Chung-Lin Tang  <cltang@codesourcery.com>
55558         * string/endian.h: Add !__ASSEMBLER__ condition for including
55559         conversion interfaces.
55561 2012-06-15  Joseph Myers  <joseph@codesourcery.com>
55563         [BZ #14241]
55564         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Use 0.0 instead
55565         of ABS(x) in calculating zero to negative powers other than odd
55566         integers.
55567         * math/libm-test.inc (pow_test): Add more tests.
55569 2012-06-15  Andreas Jaeger  <aj@suse.de>
55571         * manual/contrib.texi (Contributors): Update entry of Liubov
55572         Dmitrieva and add entries for Will Schmidt and Tulio Magno Quites
55573         Machado Filho.
55575 2012-06-15  Cyril Hrubis  <metan@ucw.cz>
55577         * string/string.h: Add __wur to GNU version of strerror_r.
55579 2012-06-14  H.J. Lu  <hongjiu.lu@intel.com>
55581         [BZ #14229]
55582         * string/Makefile (tests): Add tst-strtok_r.
55583         * string/tst-strtok_r.c: New file.
55584         * sysdeps/x86_64/strtok.S: Use LP_SIZE on save_ptr and use
55585         RAX_LP/RDX_LP on SAVE_PTR.
55587 2012-06-14  Roland McGrath  <roland@hack.frob.com>
55589         * manual/Makefile ($(objpfx)texis): Do $(make-target-directory).
55591 2012-06-14  Joseph Myers  <joseph@codesourcery.com>
55593         * libm_test.inc (csqrt_test): Allow more spurious underflow
55594         exceptions.
55595         (j0_test): Likewise.
55596         (j1_test): Likewise.
55597         (y0_test): Likewise.
55598         (y1_test): Likewise.
55600 2012-06-13  Carlos O'Donell  <carlos_odonell@mentor.com>
55602         * po/Makefile (libc.pot): Use UTF-8 charset.
55604 2012-06-13  Paul Pluzhnikov  <ppluzhnikov@google.com>
55606         [BZ #14210]
55607         Suppress sign-conversion warning from FD_SET.
55608         See <http://sourceware.org/ml/libc-alpha/2012-05/msg01794.html>.
55609         * debug/fdelt_chk.c (__fdelt_chk): Accept and return long int,
55610         not unsigned long int.
55611         * misc/bits/select2.h (__fdelt_chk, __fdelt_warn, __FD_ELT): Likewise.
55613 2012-06-12  H.J. Lu  <hongjiu.lu@intel.com>
55615         [BZ #14050]
55616         [BZ #14117]
55617         * sysdeps/i386/fpu/bits/mathinline.h (__MATH_INLINE): Check
55618         __extern_always_inline instead of __extern_inline.
55619         (__signbitf): Support __SSE2_MATH__ and C++ namespace.
55620         (__signbit): Likewise.
55621         (__signbitl): Support C++ namespace.
55622         (lrintf): New inline function.
55623         (lrint): Likewise.
55624         (llrintf): Likewise.
55625         (llrint): Likewise.
55626         (fmaxf): Likewise.
55627         (fmax): Likewise.
55628         (fminf): Likewise.
55629         (fmin): Likewise.
55630         (rint): Likewise.
55631         (rintf): Likewise.
55632         (ceil): Likewise.
55633         (ceilf): Likewise.
55634         (floor): Likewise.
55635         (floorf): Likewise.
55636         (nearbyint): Likewise.
55637         (nearbyintf): Likewise.
55639 2012-06-12  Thomas Schwinge  <thomas@codesourcery.com>
55641         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Fix case for
55642         non-default versions.
55644 2012-06-11  Roland McGrath  <roland@hack.frob.com>
55646         [BZ #14218]
55647         * manual/argp.texi (Argp): Reword argp_parse description slightly.
55649 2012-06-09  Thomas Schwinge  <thomas@codesourcery.com>
55651         * sysdeps/sh/sh4/fpu/bits/fenv.h (__FE_UNDEFINED): Define.
55652         (FE_UPWARD, FE_DOWNWARD): Don't define.
55653         * sysdeps/sh/sh4/fpu/fegetround.c (fegetround): Adapt to that.
55654         * sysdeps/sh/sh4/fpu/fesetround.c (fesetround): Likewise.
55656         * sysdeps/sh/sh4/fpu/fegetenv.c (fegetenv): Do not re-write fpscr after
55657         reading it.
55658         * sysdeps/sh/sh4/fpu/fegetexcept.c (fegetexcept): Likewise.
55659         * sysdeps/sh/sh4/fpu/ftestexcept.c (fetestexcept): Likewise.
55661 2012-06-09  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
55663         * sysdeps/unix/sysv/linux/sh/nptl/ld.abilist: New file.
55664         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Refreshed.
55665         * sysdeps/unix/sysv/linux/sh/nptl/libm.abilist: Refreshed.
55666         * sysdeps/unix/sysv/linux/sh/nptl/librt.abilist: Refreshed.
55668 2012-06-06  H.J. Lu  <hongjiu.lu@intel.com>
55670         [BZ #14117]
55671         * sysdeps/i386/fpu/bits/fenv.h: Removed.
55672         * sysdeps/i386/fpu/Implies: New file.
55673         * sysdeps/x86_64/fpu/Implies: Likewise.
55674         * sysdeps/x86_64/fpu/bits/fenv.h: Renamed to ...
55675         * sysdeps/x86/fpu/bits/fenv.h: This.
55677         * sysdeps/x86_64/fpu/bits/fenv.h (feraiseexcept): Check
55678         __SSE_MATH__.
55680 2012-06-06  Siddhesh Poyarekar  <siddhesh@redhat.com>
55682         [BZ #14134]
55683         * iconvdata/ibm930.c (BODY) [FROM_LOOP]: Check for invalid
55684         character 0xffff that matches the last element of the
55685         conversion table.
55687 2012-06-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
55689         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c: Fix for wrong ldbl128-ibm
55690         fmodl commit.
55692 2012-06-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
55694         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Fix spurious underflow for
55695         values higher than 25.6283.
55697 2012-06-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
55699         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c (__ieee754_fmodl): Fix
55700         subnormal exponent extraction and add some __builtin_expect.
55701         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h (ldbl_extract_mantissa):
55702         Fix for subnormal mantissa calculation.
55704 2012-06-04  Mike Frysinger  <vapier@gentoo.org>
55706         * sysdeps/unix/sysv/linux/tst-getcpu.c (do_test): Call perror when
55707         cpu2 is -1 and errno is not ENOSYS.
55709 2012-06-04  H.J. Lu  <hongjiu.lu@intel.com>
55711         [BZ #14117]
55712         * sysdeps/i386/i486/bits/string.h: Renamed to ...
55713         * sysdeps/x86/bits/string.h: This.
55714         * sysdeps/x86_64/bits/string.h: Removed.
55716         * sysdeps/i386/i486/bits/string.h: Define inline functions only
55717         if not compiling for x86-64, but compiling for >= i486.
55719         * sysdeps/unix/sysv/linux/x86_64/bits/sigcontext.h: Renamed to ...
55720         * sysdeps/unix/sysv/linux/x86/bits/sigcontext.h: This.
55722         * sysdeps/unix/sysv/linux/x86_64/bits/sigcontext.h (FP_XSTATE_MAGIC1):
55723         New macro from Linux kernel 3.4.0.
55724         (FP_XSTATE_MAGIC2): Likewise.
55725         (FP_XSTATE_MAGIC2_SIZE): Likewise.
55726         (X86_FXSR_MAGIC): New macro from Linux i386 kernel.
55727         (struct _fpx_sw_bytes): New struct.
55728         (struct _xsave_hdr): Likewise.
55729         (struct _ymmh_state): Likewise.
55730         (struct _xstate): Likewise.
55732         * sysdeps/unix/sysv/linux/i386/sys/debugreg.h: Removed.
55733         * sysdeps/unix/sysv/linux/i386/sys/reg.h: Likewise.
55734         * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h: Renamed to ...
55735         * sysdeps/unix/sysv/linux/x86/sys/debugreg.h: This.
55736         * sysdeps/unix/sysv/linux/x86_64/sys/reg.h: Renamed to ...
55737         * sysdeps/unix/sysv/linux/x86/sys/reg.h: This.
55739         * sysdeps/unix/sysv/linux/i386/sys/io.h: Removed.
55740         * sysdeps/unix/sysv/linux/x86_64/sys/io.h: Renamed to ...
55741         * sysdeps/unix/sysv/linux/x86/sys/io.h: This.
55742         * sysdeps/unix/sysv/linux/i386/sys/perm.h: Removed.
55743         * sysdeps/unix/sysv/linux/x86_64/sys/perm.h: Renamed to ...
55744         * sysdeps/unix/sysv/linux/x86/sys/perm.h: This.
55746 2012-06-04  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
55748         [BZ #13743]
55749         * sysdeps/powerpc/sys/platform/ppc.h: New file for PowerPC features.
55750         * sysdeps/powerpc/Makefile (tests): Add test-gettimebase.
55751         (sysdep_headers): Include sys/platform/ppc.h.
55752         * sysdeps/powerpc/test-gettimebase.c: Test for
55753         __ppc_get_timebase() to catch future ISA opcode/insn changes.
55754         * manual/Makefile (appendices): Include platform.texi.
55755         * manual/contrib.texi (Contributors): Update @node pointers.
55756         * manual/maint.texi (Maintenance): Likewise.
55757         (Platform): New node.
55758         * manual/platform.texi: New file.  Document the new features.
55760 2012-06-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
55761             Jakub Jelinek  <jakub@redhat.com>
55763         [BZ #14188]
55764         * misc/sys/cdefs.h (__glibc_unlikely): New macro to wrap cases
55765         where __builtin_expect is unavailable.
55767 2012-06-03  David S. Miller  <davem@davemloft.net>
55769         * stdlib/longlong.h: Updated from GCC.
55771 2012-06-02  Andreas Schwab  <schwab@linux-m68k.org>
55773         [BZ #14042]
55774         * sysdeps/powerpc/powerpc32/mcount.c: New file.
55775         * sysdeps/powerpc/powerpc32/Versions (GLIBC_2.16): Add
55776         __mcount_internal.
55777         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist
55778         (GLIBC_2.16): Likewise.
55780 2012-06-01  H.J. Lu  <hongjiu.lu@intel.com>
55782         * sysdeps/unix/sysv/linux/x86_64/sys/io.h (outsw): Fix a typo.
55784 2012-06-01  Joseph Myers  <joseph@codesourcery.com>
55786         * sysdeps/unix/sysv/linux/powerpc/powerpc32/Makefile
55787         (default-abi): New variable.
55788         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Makefile: New file.
55789         * sysdeps/unix/sysv/linux/s390/s390-32/Makefile (default-abi): New
55790         variable.
55791         * sysdeps/unix/sysv/linux/s390/s390-64/Makefile (default-abi):
55792         Likewise.
55793         * sysdeps/unix/sysv/linux/sparc/sparc32/Makefile (default-abi):
55794         Likewise.
55795         * sysdeps/unix/sysv/linux/sparc/sparc64/Makefile (default-abi):
55796         Likewise.
55798         * Makeconfig [abi-variants && !default-abi] (default-abi): Remove
55799         definition.  Document in comment.
55801 2012-06-01  David S. Miller  <davem@davemloft.net>
55803         * stdlib/longlong.h: Updated from GCC.
55805 2012-06-01  H.J. Lu  <hongjiu.lu@intel.com>
55807         [BZ #14117]
55808         * sysdeps/unix/sysv/linux/i386/Makefile (sysdep_headers):
55809         Don't add sys/elf.h sys/perm.h sys/reg.h sys/vm86.h
55810         sys/debugreg.h sys/io.h here.
55811         * sysdeps/unix/sysv/linux/x86/Makefile (sysdep_headers): Add
55812         sys/elf.h sys/perm.h sys/reg.h sys/vm86.h sys/debugreg.h
55813         sys/io.h.
55814         * sysdeps/unix/sysv/linux/x86_64/Makefile (sysdep_headers):
55815         Don't add sys/perm.h sys/reg.h sys/debugreg.h sys/io.h here.
55816         * sysdeps/unix/sysv/linux/i386/sys/elf.h: Renamed to ...
55817         * sysdeps/unix/sysv/linux/x86/sys/elf.h: This.
55818         * sysdeps/unix/sysv/linux/i386/sys/vm86.h: Renamed to ...
55819         * sysdeps/unix/sysv/linux/x86/sys/vm86.h: This.
55821         * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h (DR_LEN_8):
55822         Define only if __x86_64__ is defined.
55824 2012-06-01  Joseph Myers  <joseph@codesourcery.com>
55826         [BZ #14048]
55827         * sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c (__ieee754_fmod):
55828         Use int64_t for variable i.
55829         * math/libm-test.inc (fmod_test): Add more tests.
55831         * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Ensure temp + (double)
55832         z computation is not scheduled after fetestexcept.
55833         * sysdeps/ieee754/ldbl-128/s_fmal.c: Include <math_private.h>.
55834         Use math_force_eval instead of asm to ensure calculation scheduled
55835         before exception test.
55836         * sysdeps/ieee754/ldbl-96/s_fmal.c: Include <math_private.h>.
55837         Ensure a1 + u.d computation is not scheduled after fetestexcept.
55839 2012-06-01  Aurelien Jarno  <aurelien@aurel32.net>
55841         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Ensure a1 + u.d
55842         computation is not scheduled after fetestexcept.
55844 2012-06-01  H.J. Lu  <hongjiu.lu@intel.com>
55846         [BZ #14117]
55847         * sysdeps/unix/sysv/linux/i386/bits/wchar.h: Renamed to ...
55848         * sysdeps/unix/sysv/linux/x86/bits/wchar.h: This.
55850 2012-06-01  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
55852         * sysdeps/powerpc/fpu/k_cosf.c: Fix underflow generation.
55853         * sysdeps/powerpc/fpu/k_sinf.c: Likewise.
55855 2012-05-31  H.J. Lu  <hongjiu.lu@intel.com>
55857         [BZ #14117]
55858         * sysdeps/unix/sysv/linux/i386/bits/wchar.h: Include
55859         <bits/wordsize.h>.
55860         (__WCHAR_MIN): Support __WORDSIZE == 64.
55861         (__WCHAR_MAX): Likewise.
55863         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h: Renamed to ...
55864         * sysdeps/unix/sysv/linux/x86/bits/typesizes.h: This.
55866         [BZ #14183]
55867         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h (__FSWORD_T_TYPE):
55868         Defined with __SWORD_TYPE if __x86_64__ isn't defined.
55870         [BZ #14117]
55871         * sysdeps/unix/sysv/linux/x86_64/bits/siginfo.h: Renamed to ...
55872         * sysdeps/unix/sysv/linux/x86/bits/siginfo.h: This.
55874         * sysdeps/unix/sysv/linux/x86_64/bits/stat.h: Renamed to ...
55875         * sysdeps/unix/sysv/linux/x86/bits/stat.h: This.
55877         * sysdeps/unix/sysv/linux/x86_64/bits/stat.h (_STAT_VER_KERNEL):
55878         Defined to 1 if __x86_64__ isn't defined.
55879         (_STAT_VER_LINUX_OLD): New.
55880         (st_atime): Remove duplicate.
55881         (st_mtime): Likewise.
55882         (st_ctime): Likewise.
55884 2012-05-31  David S. Miller  <davem@davemloft.net>
55886         * sysdeps/sparc/fpu/libm-test-ulps: Remove sqrt(2) and sqrt test
55887         entries.
55889 2012-06-01  Andreas Schwab  <schwab@linux-m68k.org>
55891         * sysdeps/powerpc/fpu/libm-test-ulps: Sort through
55892         gen-libm-test.pl.
55894         [BZ #14132]
55895         * elf/dl-reloc.c: Include <_itoa.h>.
55896         (_dl_reloc_bad_type): Remove use of INTUSE.
55897         * elf/dl-minimal.c (_itoa, _itoa_lower_digits): Likewise.
55898         * stdio-common/_itoa.c (_itoa_word, _itoa): Likewise.
55899         * stdio-common/psiginfo.c (psiginfo): Likewise.
55900         * stdio-common/psignal.c (psignal): Likewise.
55901         * string/strsignal.c (strsignal): Likewise.
55902         * include/signal.h (_sys_siglist): Declare hidden proto.
55903         * stdio-common/itoa-digits.c: Include <_itoa.h>.  Replace
55904         INTVARDEF with libc_hidden_data_def.
55905         * stdio-common/itoa-udigits.c: Likewise.
55906         * sysdeps/generic/_itoa.h (_itoa_upper_digits_internal)
55907         (_itoa_lower_digits_internal): Remove declaration.
55908         (_itoa_upper_digits, _itoa_lower_digits): Declare hidden proto.
55909         * sysdeps/gnu/siglist.c (_sys_siglist_internal)
55910         (_sys_sigabbrev_internal): Remove aliases.
55911         (_sys_siglist): Define hidden alias.
55913 2012-05-31  Markus Trippelsdorf  <markus@trippelsdorf.de>
55915         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
55916         bits/sysctl.h.
55918 2012-05-31  H.J. Lu  <hongjiu.lu@intel.com>
55920         [BZ #14117]
55921         * sysdeps/unix/sysv/linux/x86_64/bits/sysctl.h: Renamed to ...
55922         * sysdeps/unix/sysv/linux/x86/bits/sysctl.h: This.
55924         * sysdeps/unix/sysv/linux/i386/sys/ucontext.h: Removed.
55925         * sysdeps/unix/sysv/linux/x86_64/sys/ucontext.h: Renamed to ...
55926         * sysdeps/unix/sysv/linux/x86/sys/ucontext.h: This.
55927         * sysdeps/unix/sysv/linux/i386/sys/user.h: Removed.
55928         * sysdeps/unix/sysv/linux/x86_64/sys/user.h: Renamed to ...
55929         * sysdeps/unix/sysv/linux/x86/sys/user.h: This.
55931         * sysdeps/unix/sysv/linux/i386/sys/procfs.h: Removed.
55932         * sysdeps/unix/sysv/linux/x86_64/sys/procfs.h: Renamed to ...
55933         * sysdeps/unix/sysv/linux/x86/sys/procfs.h: This.
55935         * sysdeps/unix/sysv/linux/x86_64/sys/io.h (insb): Replace addr
55936         with __addr.
55937         (insw): Likewise.
55938         (insl): Likewise.
55939         (outsb): Likewise.
55940         (outsw): Likewise.
55941         (outsl): Likewise.
55943         * sysdeps/unix/sysv/linux/i386/bits/mman.h: Removed.
55944         * sysdeps/unix/sysv/linux/x86_64/bits/mman.h: Renamed to ...
55945         * sysdeps/unix/sysv/linux/x86/bits/mman.h: This.
55947         * sysdeps/unix/sysv/linux/x86_64/bits/msq.h: Renamed to ...
55948         * sysdeps/unix/sysv/linux/x86/bits/msq.h: This.
55949         * sysdeps/unix/sysv/linux/x86_64/bits/sem.h: Renamed to ...
55950         * sysdeps/unix/sysv/linux/x86/bits/sem.h: This.
55951         * sysdeps/unix/sysv/linux/x86_64/bits/shm.h: Renamed to ...
55952         * sysdeps/unix/sysv/linux/x86/bits/shm.h: This.
55954         * sysdeps/unix/sysv/linux/x86_64/bits/ipctypes.h: Renamed to ...
55955         * sysdeps/unix/sysv/linux/x86/bits/ipctypes.h: This.
55957         * sysdeps/unix/sysv/linux/x86_64/bits/epoll.h: Renamed to ...
55958         * sysdeps/unix/sysv/linux/x86/bits/epoll.h: This.
55960         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Removed.
55961         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Renamed to ...
55962         * sysdeps/unix/sysv/linux/x86/bits/fcntl.h: This.
55964         * sysdeps/unix/sysv/linux/i386/bits/environments.h: Removed.
55965         * sysdeps/unix/sysv/linux/x86_64/bits/environments.h: Renamed
55966         to ...
55967         * sysdeps/unix/sysv/linux/x86/bits/environments.h: This.
55969         * sysdeps/unix/sysv/linux/i386/bits/a.out.h: Removed.
55970         * sysdeps/unix/sysv/linux/x86_64/bits/a.out.h: Renamed to ...
55971         * sysdeps/unix/sysv/linux/x86/bits/a.out.h: This.
55973         * sysdeps/unix/sysv/linux/i386/sys/elf.h: Error when compiling
55974         for x86-64.
55975         * sysdeps/unix/sysv/linux/i386/sys/vm86.h: Likewise.
55977 2012-05-31  Joseph Myers  <joseph@codesourcery.com>
55979         * math/math.h (M_El): Use two more decimal places.
55980         (M_LOG2El): Likewise.
55981         (M_LOG10El): Likewise.
55982         (M_LN2l): Likewise.
55983         (M_LN10l): Likewise.
55984         (M_PIl): Likewise.
55985         (M_PI_2l): Likewise.
55986         (M_PI_4l): Likewise.
55987         (M_1_PIl): Likewise.
55988         (M_2_PIl): Likewise.
55989         (M_2_SQRTPIl): Likewise.
55990         (M_SQRT2l): Likewise.
55991         (M_SQRT1_2l): Likewise.
55993 2012-05-31  David S. Miller  <davem@davemloft.net>
55995         * sysdeps/sparc/sparc64/memcpy.S: Use fsrc2 to move 64-bit
55996         values between float registers.
55997         * sysdeps/sparc/sparc64/memset.S: Likewise.
55998         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara2.S: Likewise.
56000 2012-05-31  Mike Frysinger  <vapier@gentoo.org>
56002         * debug/Makefile (CFLAGS-tst-longjmp_chk.c): Delete
56003         -D_FORTIFY_SOURCE=1.
56004         (CPPFLAGS-tst-longjmp_chk.c): Define.
56005         (CFLAGS-tst-longjmp_chk2.c): Delete -D_FORTIFY_SOURCE=1.
56006         (CPPFLAGS-tst-longjmp_chk2.c): Define.
56007         * wcsmbs/Makefile (CPPFLAGS-tst-wchar-h.c): Rename from
56008         CFLAGS-tst-wchar-h.c.
56010 2012-05-31  Marek Polacek  <polacek@redhat.com>
56012         [BZ #14132]
56013         * include/mntent.h (__setmntent_internal, __getmntent_r_internal
56014         __endmntent_internal): Remove declaration.
56015         (__setmntent, __endmntent, __getmntent_r) [NOT_IN_libc]: Remove macro.
56016         (__setmntent, __endmntent, __getmntent_r): Declare hidden proto.
56017         * misc/mntent_r.c: Replace INTDEF with libc_hidden_def.
56019 2012-05-30  David S. Miller  <davem@davemloft.net>
56021         * sysdeps/sparc/sparc32/soft-fp/q_util.c
56022         (___Q_simulate_exceptions): Use real FP ops rather than writing
56023         into the %fsr.
56024         * sysdeps/sparc/sparc32/soft-fp/q_util.c (__Qp_handle_exceptions):
56025         Likewise.
56027 2012-05-30  H.J. Lu  <hongjiu.lu@intel.com>
56029         [BZ #14117]
56030         * sysdeps/x86_64/bits/xtitypes.h: Renamed to ...
56031         * sysdeps/x86/bits/xtitypes.h: This.
56033         * sysdeps/x86_64/bits/wordsize.h: Renamed to ...
56034         * sysdeps/x86/bits/wordsize.h: This.
56036         * sysdeps/i386/bits/huge_vall.h: Renamed to ...
56037         * sysdeps/x86/bits/huge_vall.h: This.
56039         * sysdeps/i386/bits/select.h: Removed.
56040         * sysdeps/x86_64/bits/select.h: Renamed to ...
56041         * sysdeps/x86/bits/select.h: This.
56043         * sysdeps/i386/bits/setjmp.h: Removed.
56044         * sysdeps/x86_64/bits/setjmp.h: Renamed to ...
56045         * sysdeps/x86/bits/setjmp.h: This.
56047         * sysdeps/i386/bits/mathdef.h: Removed.
56048         * sysdeps/x86_64/bits/mathdef.h: Renamed to ...
56049         * sysdeps/x86/bits/mathdef.h: This.
56051 2012-05-30  Andreas Schwab  <schwab@linux-m68k.org>
56053         [BZ #14132]
56054         * include/sys/socket.h (__connect_internal)
56055         (__libc_sa_len_internal): Remove declaration.
56056         (__connect, __libc_sa_len): Declare hidden_proto.
56057         (SA_LEN): Remove use of INTUSE.
56058         * socket/connect.c: Add libc_hidden_def.
56059         * sysdeps/mach/hurd/connect.c: Replace INTDEF by libc_hidden_def.
56060         * sysdeps/unix/sysv/linux/sa_len.c: Likewise.
56061         * sysdeps/unix/inet/syscalls.list: Remove __connect_internal
56062         alias.
56063         * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list: Likewise.
56064         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Likewise.
56065         * sysdeps/unix/sysv/linux/connect.S: Use libc_hidden_weak instead
56066         of adding _internal alias.
56068 2012-05-30  H.J. Lu  <hongjiu.lu@intel.com>
56070         [BZ #14117]
56071         * sysdeps/i386/bits/link.h: Removed.
56072         * sysdeps/i386/bits/linkmap.h: Likewise.
56073         * sysdeps/x86_64/bits/link.h: Renamed to ...
56074         * sysdeps/x86/bits/link.h: This.
56075         * sysdeps/x86_64/bits/linkmap.h: Renamed to ...
56076         * sysdeps/x86/bits/linkmap.h: This.
56078         * sysdeps/i386/bits/endian.h: Removed.
56079         * sysdeps/x86_64/bits/endian.h: Renamed to ...
56080         * sysdeps/x86/bits/endian.h: This.
56082         * sysdeps/i386/bits/byteswap.h: Removed.
56083         * sysdeps/i386/bits/byteswap-16.h: Likewise.
56084         * sysdeps/x86_64/bits/byteswap.h: Renamed to ...
56085         * sysdeps/x86/bits/byteswap.h: This.
56086         * sysdeps/x86_64/bits/byteswap-16.h: Renamed to ...
56087         * sysdeps/x86/bits/byteswap-16.h: This.
56088         * sysdeps/i386/Implies: Add x86.
56089         * sysdeps/x86_64/Implies: Likewise.
56091 2012-05-30  David S. Miller  <davem@davemloft.net>
56093         * soft-fp/soft-fp.h (FP_CUR_EXCEPTIONS): Define.
56094         (FP_TRAPPING_EXCEPTIONS): Provide default implementation.
56095         * sysdeps/sparc/sparc32/soft-fp/sfp-machine.h
56096         (FP_TRAPPING_EXCEPTIONS): Define.
56097         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h
56098         (FP_TRAPPING_EXCEPTIONS): Define.
56099         * soft-fp/op-common.h (_FP_PACK_SEMIRAW): Signal underflow for
56100         subnormals only when inexact has been signalled or underflow
56101         exceptions are enabled.
56102         (_FP_PACK_CANONICAL): Likewise.
56104 2012-05-30  H.J. Lu  <hongjiu.lu@intel.com>
56106         [BZ #14183]
56107         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h (__NLINK_T_TYPE):
56108         Defined with __UWORD_TYPE if __x86_64__ isn't defined.
56110 2012-05-30  Richard Henderson  <rth@twiddle.net>
56112         * sysdeps/unix/make-syscalls.sh: Protect symbol_version output
56113         with #ifndef NOT_IN_libc.
56115         * scripts/abilist.awk: Accept 8 fields.  Handle Alpha functions
56116         marked to avoid plt entry.
56118 2012-05-30  H.J. Lu  <hongjiu.lu@intel.com>
56120         [BZ #14112]
56121         * Makeconfig (default-abi): New macro.
56122         (abi-includes): Likewise.
56123         ($(common-objpfx)soversions.mk): Remove WORDSIZE check.  Use
56124         $(abi-$(default-abi)-lib-soname) for soname if defined.
56125         ($(common-objpfx)gnu/lib-names.stmp): Generate from
56126         abi-variants.
56127         * Makefile (installed-stubs): Likewise.
56128         * include/stubs-biarch.h: Removed.
56129         * scripts/lib-names.awk: Only handle one library at a time.
56130         * scripts/soversions.awk: Remove WORDSIZE support.
56131         * shlib-versions: Remove WORDSIZE and i.86/s390x/powerpc64 ld
56132         entries.
56133         * sysdeps/unix/sysv/linux/Makefile (syscall-list-variants):
56134         Removed.
56135         (syscall-list-default-condition): Likewise.
56136         (syscall-list-default-condition): Likewise.
56137         (syscall-list-includes): Likewise.
56138         ($(objpfx)bits/syscall%h $(objpfx)bits/syscall%d): Replace
56139         syscall-list-* with abi-*.  Handle undefined abi-variants.
56140         * sysdeps/unix/sysv/linux/i386/Makefile (default-abi): New macro.
56141         * sysdeps/unix/sysv/linux/i386/Implies: New file.
56142         * sysdeps/unix/sysv/linux/x86/Makefile: Likewise.
56143         * sysdeps/unix/sysv/linux/x86_64/64/Makefile: Likewise.
56144         * sysdeps/unix/sysv/linux/x86_64/Implies: Add unix/sysv/linux/x86.
56145         * sysdeps/unix/sysv/linux/x86_64/Makefile (syscall-list-variants):
56146         Removed.
56147         (syscall-list-32-options): Likewise.
56148         (syscall-list-32-condition): Likewise.
56149         (syscall-list-64-options): Likewise.
56150         (syscall-list-64-condition): Likewise.
56151         * sysdeps/unix/sysv/linux/x86_64/x32/Makefile (default-abi): New
56152         macro.
56153         * sysdeps/unix/sysv/linux/powerpc/Makefile (syscall-list-*):
56154         Renamed to ...
56155         (abi-*): This.
56156         (abi-64-ld-soname): New macro.
56157         * sysdeps/unix/sysv/linux/s390/Makefile: Likewise.
56158         * sysdeps/unix/sysv/linux/sparc/Makefile (syscall-list-*):
56159         Renamed to ...
56160         (abi-*): This.
56161         * sysdeps/x86_64/64/shlib-versions: Remove ld entry.
56162         * sysdeps/x86_64/x32/shlib-versions: Likewise.
56164 2012-05-30  Joseph Myers  <joseph@codesourcery.com>
56166         * sysdeps/unix/sysv/linux/kernel-features.h
56167         (__ASSUME_TRUNCATE64_SYSCALL): Remove all definitions.
56168         * sysdeps/unix/sysv/linux/ftruncate64.c: Do not
56169         include <kernel-features.h>.
56170         [!__NR_ftruncate64]: Remove conditional code.
56171         [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
56172         [__NR_ftruncate64]: Make code unconditional.
56173         [__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
56174         * sysdeps/unix/sysv/linux/truncate64.c: Do not
56175         include <kernel-features.h>.
56176         [!__NR_ftruncate64]: Remove conditional code.
56177         [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
56178         [__NR_ftruncate64]: Make code unconditional.
56179         [__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
56180         * sysdeps/unix/sysv/linux/powerpc/powerpc32/ftruncate64.c: Do not
56181         include <kernel-features.h>.
56182         [!__NR_ftruncate64]: Remove conditional code.
56183         [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
56184         [__NR_ftruncate64]: Make code unconditional.
56185         [__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
56186         * sysdeps/unix/sysv/linux/powerpc/powerpc32/truncate64.c: Do not
56187         include <kernel-features.h>.
56188         [!__NR_ftruncate64]: Remove conditional code.
56189         [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
56190         [__NR_ftruncate64]: Make code unconditional.
56191         [__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
56193         * configure.in (libc_cv_fpie): Weaken to a compile test using
56194         LIBC_TRY_CC_OPTION.
56195         * configure: Regenerated.
56197 2012-05-29  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
56199         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/ld.abilist: Refreshed.
56200         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Refreshed.
56201         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libm.abilist: Refreshed.
56202         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
56203         Refreshed.
56204         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/librt.abilist: Refreshed.
56205         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libutil.abilist: Refreshed.
56206         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/ld.abilist: Refreshed.
56207         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Refreshed.
56208         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libm.abilist: Refreshed.
56209         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
56210         Refreshed.
56212 2012-05-27  David S. Miller  <davem@davemloft.net>
56214         * sysdeps/sparc/sparc32/soft-fp/q_util.c (___Q_numbers): Delete.
56215         (___Q_zero): New.
56216         (__Q_simulate_exceptions): Return void.  Change to simulate
56217         exceptions by writing into the %fsr.
56218         * sysdeps/sparc/sparc64/soft-fp/qp_util.c
56219         (__Qp_handle_exceptions): Likewise.
56220         (numbers): Delete.
56221         * sysdeps/sparc/sparc64/soft-fp/Versions: Remove entry for
56222         __Qp_handle_exceptions.
56223         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Remove
56224         __Qp_handle_exceptions.
56225         * sysdeps/sparc/sparc32/soft-fp/sfp-machine.h (_FP_DECL_EX): Mark
56226         as unused and give dummy FP_RND_NEAREST initializer.
56227         (FP_INHIBIT_RESULTS): Define.
56228         (___Q_simulate_exceptions): Update declaration.
56229         (FP_HANDLE_EXCEPTIONS): Use ___Q_zero and tidy inline asm
56230         formatting.
56231         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h (_FP_DECL_EX): Mark
56232         as unused and give dummy FP_RND_NEAREST initializer.
56233         (__Qp_handle_exceptions): Update declaration.
56234         (FP_HANDLE_EXCEPTIONS, QP_NO_EXCEPTIONS): Tidy inline asm
56235         formatting.
56237 2012-05-27  Thomas Schwinge  <thomas@codesourcery.com>
56239         * sysdeps/sh/sh4/fpu/fclrexcpt.c (feclearexcept): Use fpu_control_t for
56240         the temporary FPU control word.
56241         * sysdeps/sh/sh4/fpu/fedisblxcpt.c (fedisableexcept): Likewise.
56242         * sysdeps/sh/sh4/fpu/feenablxcpt.c (feenableexcept): Likewise.
56243         * sysdeps/sh/sh4/fpu/fegetenv.c (fegetenv): Likewise.
56244         * sysdeps/sh/sh4/fpu/fegetexcept.c (fegetexcept): Likewise.
56245         * sysdeps/sh/sh4/fpu/fegetround.c (fegetround): Likewise.
56246         * sysdeps/sh/sh4/fpu/feholdexcpt.c (feholdexcept): Likewise.
56247         * sysdeps/sh/sh4/fpu/fesetenv.c (fesetenv): Likewise.
56248         * sysdeps/sh/sh4/fpu/fesetround.c (fesetround): Likewise.
56249         * sysdeps/sh/sh4/fpu/feupdateenv.c (feupdateenv): Likewise.
56250         * sysdeps/sh/sh4/fpu/fsetexcptflg.c (fesetexceptflag): Likewise.
56251         * sysdeps/sh/sh4/fpu/ftestexcept.c (fetestexcept): Likewise.
56253 2012-05-27  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
56255         * sysdeps/sh/sh4/fpu/fraiseexcpt.c (feraiseexcept): Restore fpscr flag
56256         fields.
56258 2012-05-27  Chung-Lin Tang  <cltang@codesourcery.com>
56260         * sysdeps/sh/_mcount.S (_mount): Add CFI directives.
56261         * sysdeps/unix/sh/sysdep.S (__syscall_error): Likewise.
56262         * sysdeps/unix/sysv/linux/sh/sh3/setcontext.S (__setcontext): Likewise.
56263         * sysdeps/unix/sysv/linux/sh/sh3/swapcontext.S (__swapcontext):
56264         Likewise.
56265         * sysdeps/unix/sysv/linux/sh/sh4/setcontext.S (__setcontext): Likewise.
56266         * sysdeps/unix/sysv/linux/sh/sh4/swapcontext.S (__swapcontext):
56267         Likewise.
56269 2012-05-27  Ulrich Drepper  <drepper@gmail.com>
56271         * po/h.po: Update from translation team.
56273 2012-05-26  Andreas Schwab  <schwab@linux-m68k.org>
56275         * sysdeps/powerpc/powerpc32/dl-irel.h: Include <ldsodefs.h>.
56277         * sysdeps/ieee754/dbl-64/s_logb.c (__logb): Optimize
56278         handling of denormals.
56279         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c (__logb): Likewise.
56280         * sysdeps/ieee754/flt-32/s_logbf.c (__logbf): Likewise.
56281         * sysdeps/ieee754/ldbl-96/s_logbl.c (__logbl): Likewise.
56282         * sysdeps/ieee754/ldbl-128/s_logbl.c (__logbl): Likewise.
56283         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
56284         * sysdeps/powerpc/powerpc32/power7/fpu/s_logb.c (_logb): Likewise.
56285         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbl.c (_logbl):
56286         Likewise.
56288 2012-05-26  Marek Polacek  <polacek@redhat.com>
56290         [BZ #14152]
56291         * math/libm-test.inc (fma_test): Don't always expect underflow
56292         exception.
56294 2012-05-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
56296         [BZ #12416]
56297         * elf/tst-execstack.c: Include stackinfo.h.
56298         (do_test): Adjust test case to ensure that pthread_getattr_np
56299         behaviour remains the same after marking stack executable.
56301 2012-05-25  Joseph Myers  <joseph@codesourcery.com>
56303         * sysdeps/unix/sysv/linux/kernel-features.h
56304         (__ASSUME_NEW_GETRLIMIT_SYSCALL): Remove all definitions.
56305         * sysdeps/unix/sysv/linux/i386/getrlimit.c: Do not include
56306         kernel-features.h.
56307         [!__ASSUME_NEW_GETRLIMIT_SYSCALL]: Remove conditional code.
56308         [__ASSUME_NEW_GETRLIMIT_SYSCALL]: Make code unconditional.
56309         * sysdeps/unix/sysv/linux/i386/setrlimit.c Do not include
56310         kernel-features.h.
56311         [!__ASSUME_NEW_GETRLIMIT_SYSCALL]: Remove conditional code.
56312         [__ASSUME_NEW_GETRLIMIT_SYSCALL]: Make code unconditional.
56314 2012-05-25  H.J. Lu  <hongjiu.lu@intel.com>
56316         * configure.in: Define the default includes to being none.
56317         * configure: Regenerated.
56319 2012-05-25  Roland McGrath  <roland@hack.frob.com>
56321         * sysdeps/x86_64/__longjmp.S: Add a static probe here.
56322         * sysdeps/x86_64/setjmp.S: Likewise.
56323         * sysdeps/i386/bsd-setjmp.S: Likewise.
56324         * sysdeps/i386/bsd-_setjmp.S: Likewise.
56325         * sysdeps/i386/setjmp.S: Likewise.
56326         * sysdeps/i386/__longjmp.S: Likewise.
56327         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S: Likewise.
56328         * sysdeps/unix/sysv/linux/i386/____longjmp_chk.S: Likewise.
56330         * include/stap-probe.h: New file.
56331         * configure.in: Handle --enable-systemtap.
56332         * configure: Regenerated.
56333         * config.h.in (USE_STAP_PROBE): New #undef.
56334         * extra-lib.mk (CPPFLAGS-$(lib)): Add -DIN_LIB=$(lib).
56335         * elf/Makefile (CPPFLAGS-.os): Add -DIN_LIB=rtld.
56336         * elf/rtld-Rules (rtld-CPPFLAGS): Likewise.
56338 2012-05-25  Joseph Myers  <joseph@codesourcery.com>
56340         [BZ #13717]
56341         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel): Set
56342         to 2.4.0 where earlier.
56343         * sysdeps/unix/sysv/linux/configure: Regenerated.
56344         * sysdeps/unix/sysv/linux/i386/chown.c: Do not include
56345         <kernel-features.h>.
56346         [__ASSUME_32BITUIDS]: Make code unconditional.
56347         [!__ASSUME_32BITUIDS]: Remove conditional code.
56348         * sysdeps/unix/sysv/linux/i386/fchown.c: Do not include
56349         <kernel-features.h>.
56350         [__ASSUME_32BITUIDS]: Make code unconditional.
56351         [!__ASSUME_32BITUIDS]: Remove conditional code.
56352         * sysdeps/unix/sysv/linux/i386/fchownat.c (fchownat)
56353         [__ASSUME_32BITUIDS]: Make code unconditional.
56354         (fchownat) [!__ASSUME_32BITUIDS]: Remove conditional code.
56355         * sysdeps/unix/sysv/linux/i386/getegid.c: Do not include
56356         <kernel-features.h>.
56357         [__ASSUME_32BITUIDS]: Make code unconditional.
56358         [!__ASSUME_32BITUIDS]: Remove conditional code.
56359         * sysdeps/unix/sysv/linux/i386/geteuid.c: Do not include
56360         <kernel-features.h>.
56361         [__ASSUME_32BITUIDS]: Make code unconditional.
56362         [!__ASSUME_32BITUIDS]: Remove conditional code.
56363         * sysdeps/unix/sysv/linux/i386/getgid.c: Do not include
56364         <kernel-features.h>.
56365         [__ASSUME_32BITUIDS]: Make code unconditional.
56366         [!__ASSUME_32BITUIDS]: Remove conditional code.
56367         * sysdeps/unix/sysv/linux/i386/getgroups.c: Do not include
56368         <kernel-features.h>.
56369         [__ASSUME_32BITUIDS]: Make code unconditional.
56370         [!__ASSUME_32BITUIDS]: Remove conditional code.
56371         * sysdeps/unix/sysv/linux/i386/getresgid.c: Do not include
56372         <kernel-features.h>.
56373         [__ASSUME_32BITUIDS]: Make code unconditional.
56374         [!__ASSUME_32BITUIDS]: Remove conditional code.
56375         * sysdeps/unix/sysv/linux/i386/getresuid.c: Do not include
56376         <kernel-features.h>.
56377         [__ASSUME_32BITUIDS]: Make code unconditional.
56378         [!__ASSUME_32BITUIDS]: Remove conditional code.
56379         * sysdeps/unix/sysv/linux/i386/getuid.c: Do not include
56380         <kernel-features.h>.
56381         [__ASSUME_32BITUIDS]: Make code unconditional.
56382         [!__ASSUME_32BITUIDS]: Remove conditional code.
56383         * sysdeps/unix/sysv/linux/i386/lchown.c: Do not include
56384         <kernel-features.h>.
56385         [__ASSUME_32BITUIDS]: Make code unconditional.
56386         [!__ASSUME_32BITUIDS]: Remove conditional code.
56387         * sysdeps/unix/sysv/linux/i386/msgctl.c: Do not include
56388         <kernel-features.h>.
56389         [__ASSUME_32BITUIDS]: Make code unconditional.
56390         [!__ASSUME_32BITUIDS]: Remove conditional code.
56391         * sysdeps/unix/sysv/linux/i386/semctl.c: Do not include
56392         <kernel-features.h>.
56393         [__ASSUME_32BITUIDS]: Make code unconditional.
56394         [!__ASSUME_32BITUIDS]: Remove conditional code.
56395         * sysdeps/unix/sysv/linux/i386/setegid.c: Do not include
56396         <kernel-features.h>.
56397         [__NR_setresgid] (__setresgid): Do not declare.
56398         [__ASSUME_32BITUIDS]: Make code unconditional.
56399         [!__ASSUME_32BITUIDS]: Remove conditional code.
56400         * sysdeps/unix/sysv/linux/i386/seteuid.c: Do not include
56401         <kernel-features.h>.
56402         [__NR_setresuid] (__setresuid): Do not declare.
56403         [__ASSUME_32BITUIDS]: Make code unconditional.
56404         [!__ASSUME_32BITUIDS]: Remove conditional code.
56405         * sysdeps/unix/sysv/linux/i386/setfsgid.c: Do not include
56406         <kernel-features.h>.
56407         [__ASSUME_32BITUIDS]: Make code unconditional.
56408         [!__ASSUME_32BITUIDS]: Remove conditional code.
56409         * sysdeps/unix/sysv/linux/i386/setfsuid.c: Do not include
56410         <kernel-features.h>.
56411         [__ASSUME_32BITUIDS]: Make code unconditional.
56412         [!__ASSUME_32BITUIDS]: Remove conditional code.
56413         * sysdeps/unix/sysv/linux/i386/setgid.c: Do not include
56414         <kernel-features.h>.
56415         [__ASSUME_32BITUIDS]: Make code unconditional.
56416         [!__ASSUME_32BITUIDS]: Remove conditional code.
56417         * sysdeps/unix/sysv/linux/i386/setgroups.c: Do not include
56418         <kernel-features.h>.
56419         [__ASSUME_32BITUIDS]: Make code unconditional.
56420         [!__ASSUME_32BITUIDS]: Remove conditional code.
56421         * sysdeps/unix/sysv/linux/i386/setregid.c: Do not include
56422         <kernel-features.h>.
56423         [__ASSUME_32BITUIDS]: Make code unconditional.
56424         [!__ASSUME_32BITUIDS]: Remove conditional code.
56425         * sysdeps/unix/sysv/linux/i386/setresgid.c: Do not include
56426         <kernel-features.h>.
56427         [__ASSUME_32BITUIDS]: Make code unconditional.
56428         [!__ASSUME_32BITUIDS]: Remove conditional code.
56429         * sysdeps/unix/sysv/linux/i386/setresuid.c: Do not include
56430         <kernel-features.h>.
56431         [__ASSUME_32BITUIDS]: Make code unconditional.
56432         [!__ASSUME_32BITUIDS]: Remove conditional code.
56433         * sysdeps/unix/sysv/linux/i386/setreuid.c: Do not include
56434         <kernel-features.h>.
56435         [__ASSUME_32BITUIDS]: Make code unconditional.
56436         [!__ASSUME_32BITUIDS]: Remove conditional code.
56437         * sysdeps/unix/sysv/linux/i386/setuid.c: Do not include
56438         <kernel-features.h>.
56439         [__ASSUME_32BITUIDS]: Make code unconditional.
56440         [!__ASSUME_32BITUIDS]: Remove conditional code.
56441         * sysdeps/unix/sysv/linux/i386/shmctl.c: Do not include
56442         <kernel-features.h>.
56443         [__ASSUME_32BITUIDS]: Make code unconditional.
56444         [!__ASSUME_32BITUIDS]: Remove conditional code.
56445         * sysdeps/unix/sysv/linux/kernel-features.h
56446         (__ASSUME_SETRESUID_SYSCALL): Remove.
56447         (__ASSUME_SETRESGID_SYSCALL): Likewise.
56448         (__ASSUME_32BITUIDS): Likewise.
56449         (__ASSUME_LDT_WORKS): Likewise.
56450         (__ASSUME_O_DIRECTORY): Likewise.
56451         (__ASSUME_NEW_GETRLIMIT_SYSCALL): Define conditional on
56452         architecture but not kernel version.
56453         (__ASSUME_TRUNCATE64_SYSCALL): Likewise.
56454         (__ASSUME_MMAP2_SYSCALL): Likewise.
56455         (__ASSUME_STAT64_SYSCALL): Likewise.
56456         (__ASSUME_IPC64): Likewise.
56457         * sysdeps/unix/sysv/linux/local-setxid.h: Do not include
56458         <kernel-features.h>.
56459         [__ASSUME_32BITUIDS]: Make code unconditional.
56460         [!__ASSUME_32BITUIDS]: Remove conditional code.
56461         * sysdeps/unix/sysv/linux/opendir.c: Do not include
56462         <kernel-features.h>.
56463         [__ASSUME_O_DIRECTORY]: Make code unconditional.
56464         * sysdeps/unix/sysv/linux/opensock.c [__LINUX_KERNEL_VERSION <
56465         132096]: Remove conditional code.
56466         [__LINUX_KERNEL_VERSION >= 132096]: Make code unconditional.
56467         * sysdeps/unix/sysv/linux/s390/s390-32/chown.c: Do not include
56468         <kernel-features.h>.
56469         [__ASSUME_32BITUIDS]: Make code unconditional.
56470         [!__ASSUME_32BITUIDS]: Remove conditional code.
56471         * sysdeps/unix/sysv/linux/s390/s390-32/lchown.c: Do not include
56472         <kernel-features.h>.
56473         [__ASSUME_32BITUIDS]: Make code unconditional.
56474         [!__ASSUME_32BITUIDS]: Remove conditional code.
56475         * sysdeps/unix/sysv/linux/setegid.c: Do not include
56476         <kernel-features.h>.
56477         [__NR_setresgid || __ASSUME_SETRESGID_SYSCALL]: Make code
56478         unconditional.
56479         (__setresgid): Do not declare.
56480         [__ASSUME_32BITUIDS]: Make code unconditional.
56481         [!__ASSUME_32BITUIDS]: Remove conditional code.
56482         * sysdeps/unix/sysv/linux/seteuid.c: Do not include
56483         <kernel-features.h>.
56484         [__NR_setresuid || __ASSUME_SETRESUID_SYSCALL]: Make code
56485         unconditional.
56486         (__setresuid): Do not declare.
56487         [__ASSUME_32BITUIDS]: Make code unconditional.
56488         [!__ASSUME_32BITUIDS]: Remove conditional code.
56489         * sysdeps/unix/sysv/linux/sh/chown.c: Do not include
56490         <kernel-features.h>.
56491         [__ASSUME_32BITUIDS]: Make code unconditional.
56492         [!__ASSUME_32BITUIDS]: Remove conditional code.
56493         * sysdeps/unix/sysv/linux/sparc/sparc32/semctl.c: Do not include
56494         <kernel-features.h>.
56495         [__ASSUME_32BITUIDS]: Make code unconditional.
56496         [!__ASSUME_32BITUIDS]: Remove conditional code.
56498 2012-05-25  Richard Henderson  <rth@twiddle.net>
56500         * sysdeps/powerpc/powerpc32/dl-irel.h (elf_ifunc_invoke): Pass
56501         dl_hwcap to ifunc resolver.
56502         * sysdeps/powerpc/powerpc32/dl-machine.h (elf_machine_rela): Use
56503         elf_ifunc_invoke.
56504         * sysdeps/powerpc/powerpc64/dl-irel.h (elf_ifunc_invoke): Pass
56505         dl_hwcap to ifunc resolver.
56506         * sysdeps/powerpc/powerpc64/dl-machine.h (resolve_ifunc): Likewise.
56508 2012-05-24  Joseph Myers  <joseph@codesourcery.com>
56510         [BZ #14153]
56511         * sysdeps/ieee754/flt-32/e_acosf.c (__ieee754_acosf): Return pi/2
56512         for |x| <= 2**-26, not 2**-57.
56513         * math/libm-test.inc (acos_test): Do not allow spurious underflow
56514         exception.
56516 2012-05-24  Jeff Law  <law@redhat.com>
56518         * stdio-common/Makefile (tests): Add bug25.
56519         * stdio-common/bug25.c: New test.
56521 2012-05-24  H.J. Lu  <hongjiu.lu@intel.com>
56523         [BZ #13576]
56524         * malloc/malloc.c (sYSMALLOc): Free the old top chunk with a
56525         multiple of MALLOC_ALIGNMENT in size.
56526         (_int_free): Check chunk size is a multiple of MALLOC_ALIGNMENT.
56528 2012-05-24  Joseph Myers  <joseph@codesourcery.com>
56530         * conform/data/stdio.h-data (BUFSIZ): Use macro-int-constant.
56531         Require >= 256.
56532         (FILENAME_MAX): Use macro-int-constant.
56533         (FOPEN_MAX): Use macro-int-constant.  Require >= 8.
56534         (_IOFBF): Use macro-int-constant.
56535         (_IOLBF): Likewise.
56536         (_IONBF): Likewise.
56537         (SEEK_CUR): Likewise.
56538         (SEEK_END): Likewise.
56539         (SEEK_SET): Likewise.
56540         (TMP_MAX): Likewise.
56541         (EOF): Use macro-int-constant.  Require < 0.
56542         (NULL): Use macro-constant.  Require == 0.
56543         (stdin): Require type to be FILE *.
56544         (stdout): Likewise.
56545         (stderr): Likewise.
56546         * conform/data/stdlib.h-data (EXIT_FAILURE): Use
56547         macro-int-constant.
56548         (EXIT_SUCCESS): Likewise.
56549         (NULL): Use macro-constant.  Require == 0.
56550         (RAND_MAX): Use macro-int-constant.
56551         [ISO99 || ISO11] (lldiv_t): Require also for these standards.
56552         [C99-based standards] (strtof): Require function.
56553         [C99-based standards] (strtold): Likewise.
56554         [C99-based standards] (strtoll): Likewise.
56555         [C99-based standards] (strtoull): Likewise.
56556         [ISO || ISO99 || ISO11] (stddef.h): Do not allow header.
56557         [ISO || ISO99 || ISO11] (limits.h): Likewise.
56558         [ISO || ISO99 || ISO11] (math.h): Likewise.
56559         [ISO || ISO99 || ISO11] (sys/wait.h): Likewise.
56560         (str*): Change to str[abcdefghijklmnopqrstuvwxyz]*.
56561         [ISO || ISO99 || ISO11] (*_t): Do not allow.
56563 2012-05-24  Andreas Schwab  <schwab@linux-m68k.org>
56565         [BZ #14132]
56566         * argp/argp-help.c (dgettext) [_LIBC]: Remove use of INTUSE.
56567         * argp/argp-parse.c (dgettext) [_LIBC]: Likewise.
56568         * intl/dgettext.c (DCGETTEXT): Likewise.
56569         * intl/gettext.c (DCGETTEXT): Likewise.
56570         * intl/l10nflist.c (__argz_count, __argz_stringify): Likewise.
56571         * posix/regex_internal.h (gettext): Likewise.
56572         * include/libintl.h (__dcgettext_internal, __dcngettext_internal):
56573         Remove declaration.
56574         * include/argz.h (__argz_count_internal)
56575         (__argz_stringify_internal): Remove declaration.
56576         (__argz_count, __argz_stringify): Declare hidden proto.
56577         * intl/dcgettext.c: Remove use of INTDEF.
56578         * string/argz-count.c: Replace INTDEF with libc_hidden_def.
56579         * string/argz-stringify.c: Likewise.
56580         * include/libio.h (_IO_free_backup_area, _IO_free_wbackup_area)
56581         (_IO_padn, _IO_putc, _IO_sgetn, _IO_vfprintf, _IO_vfscanf):
56582         Declare hidden proto.
56583         * include/libio.h (_IO_free_backup_area, _IO_free_wbackup_area)
56584         (_IO_padn, _IO_putc, _IO_sgetn, _IO_vfprintf, _IO_vfscanf):
56585         Declare hidden proto.
56586         * include/stdio.h (__asprintf_internal): Don't declare.
56587         (__asprintf): Don't define as macro.  Declare hidden proto.
56588         * include/stdio_ext.h (__fsetlocking_internal): Don't declare.
56589         (__fsetlocking): Declare hidden proto.
56590         * libio/iolibio.h (_IO_fdopen, _IO_fflush, _IO_ftell, _IO_fread)
56591         (_IO_fwrite, _IO_setbuffer, _IO_setvbuf, _IO_vsprintf): Declare
56592         hidden proto.
56593         (_IO_vprintf, _IO_freopen, _IO_freopen64, _IO_setbuf)
56594         (_IO_setlinebuf): Remove use of INTUSE.
56595         (_IO_setbuffer_internal, _IO_fread_internal, _IO_fdopen_internal)
56596         (_IO_vsprintf_internal, _IO_fflush_internal, _IO_fwrite_internal)
56597         (_IO_ftell_internal, _IO_fputs_internal, _IO_setvbuf_internal):
56598         Remove declaration.
56599         * libio/libioP.h (INTUSE, INTDEF, INTDEF2): Don't define.
56600         (_IO_do_flush): Remove use of INTUSE.
56601         (_IO_switch_to_get_mode, _IO_init, _IO_sputbackc, _IO_un_link)
56602         (_IO_link_in, _IO_doallocbuf, _IO_unsave_markers, _IO_setb)
56603         (_IO_adjust_column, _IO_least_wmarker)
56604         (_IO_switch_to_main_wget_area, _IO_switch_to_wbackup_area)
56605         (_IO_switch_to_wget_mode, _IO_wsetb, _IO_sputbackwc)
56606         (_IO_wdoallocbuf, _IO_default_uflow, _IO_wdefault_uflow)
56607         (_IO_default_doallocate, _IO_wdefault_doallocate)
56608         (_IO_default_finish, _IO_wdefault_finish, _IO_default_pbackfail)
56609         (_IO_wdefault_pbackfail, _IO_default_xsputn, _IO_wdefault_xsputn)
56610         (_IO_default_xsgetn, _IO_wdefault_xsgetn, _IO_do_write)
56611         (_IO_wdo_write, _IO_flush_all, _IO_flush_all_linebuffered)
56612         (_IO_file_doallocate, _IO_file_setbuf, _IO_file_seekoff)
56613         (_IO_file_xsputn, _IO_file_xsgetn, _IO_file_stat, _IO_file_close)
56614         (_IO_file_underflow, _IO_file_overflow, _IO_file_init)
56615         (_IO_file_attach, _IO_file_fopen, _IO_file_read, _IO_file_sync)
56616         (_IO_file_close_it, _IO_file_seek, _IO_file_finish)
56617         (_IO_wfile_xsputn, _IO_wfile_sync, _IO_wfile_underflow)
56618         (_IO_wfile_overflow, _IO_wfile_seekoff, _IO_str_underflow)
56619         (_IO_str_overflow, _IO_str_pbackfail, _IO_str_seekoff)
56620         (_IO_getline, _IO_getline_info, _IO_list_all): Declare hidden
56621         proto.
56622         (_IO_flush_all_internal, _IO_adjust_column_internal)
56623         (_IO_default_uflow_internal, _IO_default_finish_internal)
56624         (_IO_default_pbackfail_internal, _IO_default_xsputn_internal)
56625         (_IO_default_xsgetn_internal, _IO_default_doallocate_internal)
56626         (_IO_wdefault_finish_internal, _IO_wdefault_pbackfail_internal)
56627         (_IO_wdefault_xsputn_internal, _IO_wdefault_xsgetn_internal)
56628         (_IO_wdefault_doallocate_internal, _IO_wdefault_uflow_internal)
56629         (_IO_file_doallocate_internal, _IO_file_setbuf_internal)
56630         (_IO_file_seekoff_internal, _IO_file_xsputn_internal)
56631         (_IO_file_xsgetn_internal, _IO_file_stat_internal)
56632         (_IO_file_close_internal, _IO_file_close_it_internal)
56633         (_IO_file_underflow_internal, _IO_file_overflow_internal)
56634         (_IO_file_init_internal, _IO_file_attach_internal)
56635         (_IO_file_fopen_internal, _IO_file_read_internal)
56636         (_IO_file_sync_internal, _IO_file_seek_internal)
56637         (_IO_file_finish_internal, _IO_wfile_xsputn_internal)
56638         (_IO_wfile_seekoff_internal, _IO_wfile_sync_internal)
56639         (_IO_str_underflow_internal, _IO_str_overflow_internal)
56640         (_IO_str_pbackfail_internal, _IO_str_seekoff_internal)
56641         (_IO_file_jumps_internal, _IO_wfile_jumps_internal)
56642         (_IO_list_all_internal, _IO_link_in_internal)
56643         (_IO_sputbackc_internal, _IO_wdoallocbuf_internal)
56644         (_IO_sgetn_internal, _IO_flush_all_linebuffered_internal)
56645         (_IO_switch_to_wget_mode_internal, _IO_unsave_markers_internal)
56646         (_IO_switch_to_main_wget_area_internal, _IO_wdo_write_internal)
56647         (_IO_do_write_internal, _IO_padn_internal)
56648         (_IO_getline_info_internal, _IO_getline_internal)
56649         (_IO_free_wbackup_area_internal, _IO_free_backup_area_internal)
56650         (_IO_switch_to_wbackup_area_internal, _IO_setb_internal)
56651         (_IO_sputbackwc_internal, _IO_switch_to_get_mode_internal)
56652         (_IO_vfscanf_internal, _IO_vfprintf_internal)
56653         (_IO_doallocbuf_internal, _IO_wsetb_internal, _IO_putc_internal)
56654         (_IO_init_internal, _IO_un_link_internal): Don't declare.
56655         * libio/fileops.c: Replace INTDEF with libc_hidden_def and INTDEF2
56656         with libc_hidden_ver, remove use of INTUSE.
56657         * libio/genops.c: Likewise.
56658         * libio/freopen.c: Likewise.
56659         * libio/freopen64.c: Likewise.
56660         * libio/iofclose.c: Likewise.
56661         * libio/iofdopen.c: Likewise.
56662         * libio/iofflush.c: Likewise.
56663         * libio/iofflush_u.c: Likewise.
56664         * libio/iofgets.c: Likewise.
56665         * libio/iofgets_u.c: Likewise.
56666         * libio/iofopen.c: Likewise.
56667         * libio/iofopncook.c: Likewise.
56668         * libio/iofread.c: Likewise.
56669         * libio/iofread_u.c: Likewise.
56670         * libio/ioftell.c: Likewise.
56671         * libio/iofwrite.c: Likewise.
56672         * libio/iogetline.c: Likewise.
56673         * libio/iogets.c: Likewise.
56674         * libio/iogetwline.c: Likewise.
56675         * libio/iopadn.c: Likewise.
56676         * libio/iopopen.c: Likewise.
56677         * libio/ioseekoff.c: Likewise.
56678         * libio/ioseekpos.c: Likewise.
56679         * libio/iosetbuffer.c: Likewise.
56680         * libio/iosetvbuf.c: Likewise.
56681         * libio/ioungetc.c: Likewise.
56682         * libio/ioungetwc.c: Likewise.
56683         * libio/iovdprintf.c: Likewise.
56684         * libio/iovsprintf.c: Likewise.
56685         * libio/iovsscanf.c: Likewise.
56686         * libio/memstream.c: Likewise.
56687         * libio/obprintf.c: Likewise.
56688         * libio/oldfileops.c: Likewise.
56689         * libio/oldiofclose.c: Likewise.
56690         * libio/oldiofdopen.c: Likewise.
56691         * libio/oldiofopen.c: Likewise.
56692         * libio/oldiopopen.c: Likewise.
56693         * libio/oldstdfiles.c: Likewise.
56694         * libio/putc.c: Likewise.
56695         * libio/setbuf.c: Likewise.
56696         * libio/setlinebuf.c: Likewise.
56697         * libio/stdfiles.c: Likewise.
56698         * libio/strops.c: Likewise.
56699         * libio/vasprintf.c: Likewise.
56700         * libio/vscanf.c: Likewise.
56701         * libio/vsnprintf.c: Likewise.
56702         * libio/vswprintf.c: Likewise.
56703         * libio/wfiledoalloc.c: Likewise.
56704         * libio/wfileops.c: Likewise.
56705         * libio/wgenops.c: Likewise.
56706         * libio/wmemstream.c: Likewise.
56707         * libio/wstrops.c: Likewise.
56708         * libio/__fpurge.c: Likewise.
56709         * libio/__fsetlocking.c: Likewise.
56710         * assert/assert.c: Likewise.
56711         * debug/fgets_chk.c: Likewise.
56712         * debug/fgets_u_chk.c: Likewise.
56713         * debug/fread_chk.c: Likewise.
56714         * debug/fread_u_chk.c: Likewise.
56715         * debug/gets_chk.c: Likewise.
56716         * debug/obprintf_chk.c: Likewise.
56717         * debug/vasprintf_chk.c: Likewise.
56718         * debug/vdprintf_chk.c: Likewise.
56719         * debug/vsnprintf_chk.c: Likewise.
56720         * debug/vsprintf_chk.c: Likewise.
56721         * malloc/mtrace.c: Likewise.
56722         * misc/error.c: Likewise.
56723         * misc/syslog.c: Likewise.
56724         * stdio-common/asprintf.c: Likewise.
56725         * stdio-common/fxprintf.c: Likewise.
56726         * stdio-common/getw.c: Likewise.
56727         * stdio-common/isoc99_fscanf.c: Likewise.
56728         * stdio-common/isoc99_scanf.c: Likewise.
56729         * stdio-common/isoc99_vfscanf.c: Likewise.
56730         * stdio-common/isoc99_vscanf.c: Likewise.
56731         * stdio-common/isoc99_vsscanf.c: Likewise.
56732         * stdio-common/printf-prs.c: Likewise.
56733         * stdio-common/printf_fp.c: Likewise.
56734         * stdio-common/printf_fphex.c: Likewise.
56735         * stdio-common/printf_size.c: Likewise.
56736         * stdio-common/putw.c: Likewise.
56737         * stdio-common/scanf.c: Likewise.
56738         * stdio-common/sprintf.c: Likewise.
56739         * stdio-common/tmpfile.c: Likewise.
56740         * stdio-common/vfprintf.c: Likewise.
56741         * stdio-common/vfscanf.c: Likewise.
56742         * stdlib/strfmon_l.c: Likewise.
56743         * sunrpc/openchild.c: Likewise.
56744         * sunrpc/xdr_stdio.c: Likewise.
56745         * sysdeps/ieee754/ldbl-opt/nldbl-compat.c: Likewise.
56746         * sysdeps/mach/hurd/tmpfile.c: Likewise.
56748 2012-05-24  Roland McGrath  <roland@hack.frob.com>
56750         * sysdeps/unix/sysv/linux/x86_64/x32/syscalls.list: New file.
56752         * sysdeps/unix/make-syscalls.sh: Support "syscall:vdso_name@VDSOVER"
56753         in the third column, to generate for the shared library an IFUNC
56754         that uses _dl_vdso_vsym.
56755         * Makerules (COMPILE.c, compile-stdin.c): New variables.
56756         * Makeconfig (object-suffixes-noshared): New variable.
56758         * sysdeps/unix/sysv/linux/dl-vdso.h (PREPARE_VERSION_KNOWN): New macro.
56759         (VDSO_NAME_LINUX_2_6, VDSO_HASH_LINUX_2_6): New macros.
56760         (VDSO_NAME_LINUX_2_6_15, VDSO_HASH_LINUX_2_6_15): New macros.
56761         (VDSO_NAME_LINUX_2_6_29, VDSO_HASH_LINUX_2_6_29): New macros.
56763         [BZ #14132]
56764         * include/sys/time.h (__gettimeofday): Remove macro.
56765         (__gettimeofday, gettimeofday): Add libc_hidden_proto.
56766         * time/gettimeofday.c (__gettimeofday): Remove #undef.
56767         Remove INTDEF.
56768         (__gettimeofday): Add libc_hidden_def.
56769         (gettimeofday): Add libc_hidden_weak.
56770         * sysdeps/mach/gettimeofday.c: Likewise.
56771         * sysdeps/posix/gettimeofday.c: Likewise.
56772         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c: Likewise.
56773         * sysdeps/unix/sysv/linux/s390/gettimeofday.c: Likewise.
56774         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c
56775         (__gettimeofday_internal): Remove strong_alias.
56776         (__gettimeofday): Add libc_hidden_def.
56777         (gettimeofday): Add libc_hidden_weak.
56778         * sysdeps/unix/syscalls.list (gettimeofday):
56779         Remove __gettimeofday_internal alias.
56781 2012-05-24  Daniel Jacobowitz  <drow@false.org>
56782             H.J. Lu  <hongjiu.lu@intel.com>
56784         [BZ #12495]
56785         * malloc/malloc.c (SMALLBIN_CORRECTION): New.
56786         (MIN_LARGE_SIZE, smallbin_index): Use it to handle 16-byte alignment.
56787         (largebin_index_32_big): New.
56788         (largebin_index): Use it for 16-byte alignment.
56789         (sYSMALLOc): Handle MALLOC_ALIGNMENT > 2 * SIZE_SZ.  Don't update
56790         correction with front_misalign.
56792 2012-05-24  H.J. Lu  <hongjiu.lu@intel.com>
56794         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/ld.abilist: New file.
56795         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libBrokenLocale.abilist:
56796         Likewise.
56797         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libanl.abilist:
56798         Likewise.
56799         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist:
56800         Likewise.
56801         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libcrypt.abilist:
56802         Likewise.
56803         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libdl.abilist:
56804         Likewise.
56805         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libm.abilist:
56806         Likewise.
56807         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libnsl.abilist:
56808         Likewise.
56809         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libpthread.abilist:
56810         Likewise.
56811         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libresolv.abilist:
56812         Likewise.
56813         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/librt.abilist:
56814         Likewise.
56815         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libthread_db.abilist:
56816         Likewise.
56817         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libutil.abilist:
56818         Likewise.
56820         * scripts/data/c++-types-x32-linux-gnu.data: New file.
56821         * sysdeps/x86_64/x32/shlib-versions: Add x32 ABI entry.
56823 2012-05-24  Joseph Myers  <joseph@codesourcery.com>
56825         [BZ #10846]
56826         [BZ #14036]
56827         * math/libm-test.inc (exp_test): Add test from bug 14036.
56828         (pow_test): Add test from bug 10846.
56830         * math/gen-libm-test.pl (%beautify): Remove entries for exceptions
56831         and other flags.
56832         (special_function): Do not include flags in test name.
56833         (parse_args): Likewise.
56834         * sysdeps/i386/fpu/libm-test-ulps: Update.
56835         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
56836         * sysdeps/s390/fpu/libm-test-ulps: Likewise.
56837         * sysdeps/sparc/fpu/libm-test-ulps: Likewise.
56838         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
56840         * math/gen-libm-test.pl (%beautify): Add entries for underflow
56841         exceptions.
56842         * math/libm-test.inc ("Philosophy"): Update comment about
56843         exception testing.
56844         (UNDERFLOW_EXCEPTION): New macro.
56845         (UNDERFLOW_EXCEPTION_OK): Likewise.
56846         (UNDERFLOW_EXCEPTION_FLOAT): Likewise.
56847         (UNDERFLOW_EXCEPTION_OK_FLOAT): Likewise.
56848         (UNDERFLOW_EXCEPTION_DOUBLE): Likewise.
56849         (UNDERFLOW_EXCEPTION_LDOUBLE_IBM): Likewise.
56850         (INVALID_EXCEPTION_OK): Update value.
56851         (DIVIDE_BY_ZERO_EXCEPTION_OK): Likewise.
56852         (OVERFLOW_EXCEPTION_OK): Likewise.
56853         (IGNORE_ZERO_INF_SIGN): Likewise.
56854         (test_exceptions): Handle underflow exceptions.
56855         (acos_test): Update for underflow exception expectations.
56856         (cexp_test): Likewise.
56857         (clog_test): Likewise.
56858         (clog10_test): Likewise.
56859         (csqrt_test): Likewise.
56860         (ctan_test): Likewise.
56861         (ctanh_test): Likewise.
56862         (exp_test): Likewise.
56863         (exp10_test): Likewise.
56864         (exp2_test): Likewise.
56865         (expm1_test): Likewise.
56866         (fma_test): Likewise.
56867         (j0_test): Likewise.
56868         (jn_test): Likewise.
56869         (nexttoward_test): Likewise.
56870         (pow_test): Likewise.
56871         (scalbn_test): Likewise.
56872         (scalbln_test): Likewise.
56873         (tan_test): Likewise.
56874         (y1_test): Likewise.
56875         * sysdeps/i386/fpu/libm-test-ulps: Update.
56876         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
56878 2012-05-23  David S. Miller  <davem@davemloft.net>
56880         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c
56881         (__libc_sigaction): Remove unused local variables.
56883 2012-05-23  H.J. Lu  <hongjiu.lu@intel.com>
56885         * sysdeps/unix/sysv/linux/x86_64/x32/configure: New file.
56887 2012-05-23  Paul Eggert  <eggert@cs.ucla.edu>
56889         mktime: avoid signed integer overflow
56890         * time/mktime.c (__mktime_internal): Do not mishandle the case
56891         where diff == INT_MIN.
56893         mktime: simplify computation of average
56894         * time/mktime.c (ranged_convert): Use new time_t_avg function
56895         instead of rolling our own (probably-slower) code.
56897         mktime: do not assume signed right shift propagates sign bit
56898         * time/mktime.c (isdst_differ): New static function.
56899         (__mktime_internal): No need to normalize tm_isdst now.
56900         (__mktime_internal, not_equal_tm): Use isdst_differ to compare
56901         tm_isdst values.
56903         mktime: merge another wrapv change from gnulib
56904         * time/mktime.c (TYPE_MAXIMUM): Rework slightly to avoid diagnostics
56905         from some compilers.
56907         mktime: remove incorrect attempt at unusual arithmetics
56908         * time/mktime.c (TYPE_ONES_COMPLEMENT, TYPE_SIGNED_MAGNITUDE): Remove.
56909         The code didn't really work on such machines anyway.
56910         (TYPE_MINIMUM): Assume two's complement.
56911         (twos_complement_arithmetic): Verify that long_int and time_t
56912         are two's complement (or unsigned, in the latter case).
56914         mktime: check signed shifts on long_int and time_t, too
56915         * time/mktime.c (SHR): Check that shifts work as desired
56916         on the types long_int and time_t too, as SHR is used on
56917         such types.
56919         mktime: do not assume 'long' is wide enough
56920         * time/mktime.c (verify): Move decl up.
56921         (long_int): New type.
56922         (leapyear, ydhms_diff, guess_time_tm, __mktime_internal): Use it,
56923         to remove assumption in the code that 'long' is wide enough to
56924         store year values.  This assumption is not true on x32 and on
56925         some non-glibc platforms.
56927         mktime: merge wrapv change from gnulib
56928         * time/mktime.c (WRAPV): New macro.
56929         (time_t_avg, time_t_add_ok, time_t_int_add_ok): New static functions.
56930         (guess_time_tm, __mktime_internal): Do not assume that signed
56931         integer overflow wraps around; modern compilers generate code
56932         where this assumption is no longer valid.
56934 2012-05-23  H.J. Lu  <hongjiu.lu@intel.com>
56936         * sysdeps/unix/sysv/linux/i386/sysdep.h (SYSCALL_ERROR_HANDLER):
56937         Replace "jmp L(pseudo_end)" with "ret".
56938         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (SYSCALL_ERROR_HANDLER):
56939         Likewise.
56941 2012-05-23  Andreas Jaeger  <aj@suse.de>
56943         * sysdeps/unix/sysv/linux/syscalls.list: Add poll.
56944         * sysdeps/unix/sysv/linux/poll.c: Remove file.
56946 2012-05-23  Andreas Jaeger  <aj@suse.de>
56947             Maximilian Attems  <max@stro.at>
56949         * sysdeps/unix/sysv/linux/sys/reboot.h (RB_SW_SUSPEND, RB_KEXEC):
56950         New macros.
56952 2012-05-23  H.J. Lu  <hongjiu.lu@intel.com>
56954         * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu.S: Rearrange
56955         code so that pseudo_end is just ret and the stack pointer is
56956         correct also for static library in error case.
56958 2012-05-23  Joseph Myers  <joseph@codesourcery.com>
56960         * sysdeps/unix/sysv/linux/powerpc/chown.c: Add comment suggesting
56961         move to syscalls.list.
56962         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c: Likewise.
56963         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c: Likewise.
56964         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c: Likewise.
56965         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c: Likewise.
56967         * manual/install.texi (Running make install): Do not mention Linux
56968         kernel version for which pt_chown is not needed.
56969         (Linux): Do not mention problems with nscd with 2.0 kernels.
56970         * INSTALL: Regenerated.
56972 2012-05-23  Andreas Jaeger  <aj@suse.de>
56974         * sysdeps/unix/sysv/linux/powerpc/bits/mman.h
56975         (MADV_DONTDUMP,MADV_DODUMP): New macros from Linux 3.4.
56976         macro.
56977         * sysdeps/unix/sysv/linux/s390/bits/mman.h
56978         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
56979         * sysdeps/unix/sysv/linux/sh/bits/mman.h
56980         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
56981         * sysdeps/unix/sysv/linux/i386/bits/mman.h
56982         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
56983         * sysdeps/unix/sysv/linux/sparc/bits/mman.h
56984         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
56985         * sysdeps/unix/sysv/linux/x86_64/bits/mman.h
56986         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
56987         * sysdeps/unix/sysv/linux/bits/in.h
56988         (IP_MULTICAST_ALL,IP_UNICAST_IF): Likewise.
56990 2012-05-22  Roland McGrath  <roland@hack.frob.com>
56992         * sysdeps/unix/sysv/linux/dl-vdso.h (CHECK_HASH): Macro removed.
56993         (PREPARE_VERSION): Just use assert instead, it will be elided
56994         under [NDEBUG] anyway.
56996 2012-05-22  H.J. Lu  <hongjiu.lu@intel.com>
56998         * sysdeps/unix/sysv/linux/Makefile: Include
56999         $(firstword $(wildcard $(sysdirs:=/sysctl.mk))).
57000         (sysdep_routines): Remove sysctl.
57001         * sysdeps/unix/sysv/linux/bits/sysctl.h: New file.
57002         * sysdeps/unix/sysv/linux/sysctl.mk: Likewise.
57003         * sysdeps/unix/sysv/linux/x86_64/bits/sysctl.h: Likewise.
57004         * sysdeps/unix/sysv/linux/x86_64/x32/sysctl.mk: Likewise.
57005         * sysdeps/unix/sysv/linux/sys/sysctl.h: Include <bits/sysctl.h>.
57007 2012-05-22  Andreas Jaeger  <aj@suse.de>
57009         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S: Rearrange code so
57010         that pseudo_end is just ret and the stack pointer is correct also
57011         for static library in error case.
57013 2012-05-22  Paul Pluzhnikov  <ppluzhnikov@google.com>
57015         [BZ #14122]
57016         * nss/nsswitch.c (defconfig_entries): New variable.
57017         (__nss_database_lookup): Don't leak defconfig entries.
57018         (nss_parse_service_list): Don't leak on error paths.
57019         (free_database_entries): New function.
57020         (free_defconfig): New function.
57021         (free_mem): Move common code to free_database_entries.
57023 2012-05-22  H.J. Lu  <hongjiu.lu@intel.com>
57025         * sysdeps/unix/sysv/linux/x86_64/x32/Makefile (sysdep_routines):
57026         Add arch_prctl.
57027         * sysdeps/unix/sysv/linux/x86_64/x32/arch_prctl.c: New file.
57029         * sysdeps/unix/sysv/linux/wordsize-64/posix_fallocate.c
57030         (posix_fallocate): Use INTERNAL_SYSCALL_TYPES if it is defined.
57031         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (INLINE_SYSCALL_TYPES):
57032         New macro.
57033         (INTERNAL_SYSCALL_NCS_TYPES): Likewise.
57034         (INTERNAL_SYSCALL_TYPES): Likewise.
57035         (LOAD_ARGS_TYPES_[1-6]): Likewise.
57036         (LOAD_REGS_TYPES_[1-6]): Likewise.
57037         (LOAD_ARGS_[1-6]): Use LOAD_ARGS_TYPES_[1-6].
57038         (LOAD_REGS_[1-6]): Use LOAD_REGS_TYPES_[1-6].
57040 2012-05-22  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
57042         * sysdeps/powerpc/powerpc32/power6/fpu/s_copysign.S: Add compat symbol
57043         copysignl for GLIBC_2_0.
57044         * sysdeps/powerpc/powerpc32/power7/fpu/s_finite.S: Add compat symbol
57045         finitel for GLIBC_2.0 and __finitel for GLIBC_2_1.
57046         * sysdeps/powerpc/powerpc32/power7/fpu/s_logb.c: Add compat symbol
57047         logbl for GLIBC_2_0.
57048         * sysdeps/powerpc/powerpc64/power6/fpu/s_copysign.S: Likewise.
57049         * sysdeps/powerpc/powerpc64/power7/fpu/s_finite.S: Likewise.
57051 2012-05-22  H.J. Lu  <hongjiu.lu@intel.com>
57053         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Don't include
57054         <bits/wordsize.h>.  Check __x86_64__ instead of __WORDSIZE.
57056         * sysdeps/unix/sysv/linux/i386/sysdep.h (SYSCALL_ERROR_HANDLER):
57057         Use "neg %eax".
57059         * time/mktime.c: Update copyright years.
57061 2012-05-22  Paul Eggert  <eggert@cs.ucla.edu>
57063         mktime: merge comment-quoting-style change from gnulib
57064         * time/mktime.c: Quote 'like this' in comments.
57065         The GNU coding standards suggest that we no longer quote `like this',
57066         as "`" and "'" are typically rendered asymmetrically nowadays.
57067         The typical gnulib style is to quote 'like this' when quoting
57068         code, and "like this" when quoting English.
57070         * time/mktime.c (compile-command): Add "-I.".
57072         mktime: merge mktime-internal.h change from gnulib
57073         * time/mktime.c [!_LIBC]: Include "mktime-internal.h".
57075         mktime: merge time_r change from gnulib
57076         * time/mktime.c [!_LIBC]: Do not include "time_r.h".
57078         mktime: merge DEBUG change from gnulib
57079         * time/mktime.c (mktime) [DEBUG]: #undef before #define-ing, in
57080         case system <time.h> has a #define.
57082         mktime: merge <sys/types.h> change from gnulib
57083         * time/mktime.c: Do not include <sys/types.h>; no longer needed,
57084         since <time.t> is now guaranteed to define time_t.
57086         mktime: merge HAVE_CONFIG_H change from gnulib
57087         * time/mktime.c: Include <config.h> if !_LIBC, not if HAVE_CONFIG_H.
57089 2012-05-22  H.J. Lu  <hongjiu.lu@intel.com>
57091         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (SYSCALL_SET_ERRNO):
57092         Use "neg %eax".
57094         * sysdeps/unix/sysv/linux/bits/resource.h (RLIM_INFINITY): Use
57095         __rlim_t cast.
57096         (struct rusage): Use anonymous union to pad each field to
57097         __syscall_slong_t.
57099 2012-05-21  David S. Miller  <davem@davemloft.net>
57101         * Makefules (o-iterator): Remove .s cases.
57102         (compile-command.s): Delete.
57103         (COMPILE.s): Delete.
57104         * sysdeps/unix/make-syscalls.sh: Remove .s file tests.
57106 2012-05-21  Joseph Myers  <joseph@codesourcery.com>
57108         * configure.in (libc_cv_predef_stack_protector): Only consider
57109         "foobar" and "__stack_chk_fail" lines in libc_undefs.
57110         * configure: Regenerated.
57112 2012-05-21  H.J. Lu  <hongjiu.lu@intel.com>
57114         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (SYSCALL_SET_ERRNO):
57115         New macro.  Use R*LP on int and pointer.
57116         (SYSCALL_ERROR_HANDLER): Use SYSCALL_SET_ERRNO.
57117         * sysdeps/unix/sysv/linux/x86_64/x32/lseek.S: New file.
57118         * sysdeps/unix/sysv/linux/x86_64/x32/llseek.S: Likewise.
57119         * sysdeps/unix/sysv/linux/x86_64/x32/sysdep.h: Likewise.
57121         * sysdeps/gnu/bits/utmp.h (struct lastlog): Check
57122         [__WORDSIZE_TIME64_COMPAT32] instead of
57123         [__WORDSIZE == 64 && __WORDSIZE_COMPAT32].
57124         (struct utmp): Likewise.
57125         * sysdeps/gnu/bits/utmpx.h (struct utmpx): Likewise.
57126         * sysdeps/powerpc/powerpc32/bits/wordsize.h (__WORDSIZE_COMPAT32):
57127         Renamed to ...
57128         (__WORDSIZE_TIME64_COMPAT32): This.
57129         * sysdeps/powerpc/powerpc64/bits/wordsize.h: Likewise.
57130         * sysdeps/sparc/sparc32/bits/wordsize.h: Likewise.
57131         * sysdeps/sparc/sparc64/bits/wordsize.h: Likewise.
57132         * sysdeps/unix/sysv/linux/powerpc/bits/wordsize.h: Likewise.
57133         * sysdeps/x86_64/bits/wordsize.h (__WORDSIZE_COMPAT32): Removed.
57134         (__WORDSIZE_TIME64_COMPAT32): New macro.
57136 2012-05-21  Andreas Jaeger  <aj@suse.de>
57138         * sysdeps/i386/i686/multiarch/wcschr-c.c: Redefine libc_hidden_def
57139         only if [SHARED]. Add prototype for __wcschr_ia32.
57141 2012-05-21  Roland McGrath  <roland@hack.frob.com>
57143         * sysdeps/x86_64/setjmp.S [PTR_MANGLE] [__ILP32__]: Preserve high bits
57144         of %rbp unmolested in the jmp_buf while mangling the low bits.
57145         * sysdeps/x86_64/__longjmp.S [PTR_DEMANGLE] [__ILP32__]: Restore the
57146         unmolested high bits of %rbp while demangling the low bits.
57147         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S: Likewise.
57149 2012-05-21  Andreas Jaeger  <aj@suse.de>
57151         * include/shlib-compat.h (libc_sunrpc_symbol): New macro.
57152         * sunrpc/svc_simple.c: Use it for registerrpc.
57153         * sunrpc/xcrypt.c: Use it for passwd2des.
57155         * malloc/malloc.c: Include shlib-compat.h for SHLIB_COMPAT.
57157 2012-05-21  H.J. Lu  <hongjiu.lu@intel.com>
57159         * sysdeps/unix/sysv/linux/bits/statvfs.h (_STATVFSBUF_F_UNUSED):
57160         Don't define if [__SYSCALL_WORDSIZE != 32].
57161         * sysdeps/x86_64/bits/wordsize.h (__SYSCALL_WORDSIZE):
57162         New macro.
57164 2012-05-21  Bruno Haible  <bruno@clisp.org>
57165             Andreas Jaeger  <aj@suse.de>
57167         [BZ #13691], Revert breakage of iconv() converter for TCVN-5712.
57168         * iconvdata/tcvn5712-1.c (BODY for FROM_LOOP): Don't consider
57169         inptr and inend for must_buffer_ch.
57170         * wcsmbs/tst-mbsnrtowcs.c: Remove file.
57171         * wcsmbs/Makefile (tests): Remove tst-mbsnrtowcs.
57172         * stdio-common/Makefile (tests): Remove bug15.
57173         (bug15-ENV): Remove macro.
57174         * stdio-common/bug15.c: Remove, we do not support vi_VN.TCVN5712-1
57175         anymore.
57177 2012-05-19  Andreas Jaeger  <aj@suse.de>
57178             Roland McGrath  <roland@hack.frob.com>
57180         * manual/contrib.texi: Completely rewritten. It contains now an
57181         alphabetical list of contributors and their contributions.
57183 2012-05-21  Richard Henderson  <rth@twiddle.net>
57185         * misc/getauxval.c (__getauxval): Use unsigned long int.
57186         * misc/sys/auxv.h: Include <sys/cdefs.h>.
57187         (getauxval): Use unsigned long int.
57189 2012-05-21  H.J. Lu  <hongjiu.lu@intel.com>
57191         * sysdeps/unix/sysv/linux/x86_64/x32/syscalls.list: New file.
57193 2012-05-21  Roland McGrath  <roland@hack.frob.com>
57195         * malloc/malloc.c [!SHLIB_COMPAT (libc, GLIBC_2_0, GLIBC_2_16)]
57196         (MALLOC_ALIGNMENT): Set it to the greater of 2 * SIZE_SZ and
57197         __alignof__ (long double).
57199 2012-05-21  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
57201         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
57203 2012-05-20  Richard Henderson  <rth@twiddle.net>
57205         * misc/getauxval.c: New file.
57206         * misc/sys/auxv.h: New file.
57207         * misc/Makefile (headers): Add sys/auxv.h, bits/hwcap.h.
57208         (routines): Add getauxval.
57209         * misc/Versions (GLIBC_2.16): Add __getauxval, getauxval.
57210         * sysdeps/generic/ldsodefs.h (struct rtld_global_ro): Add _dl_auxv.
57211         * elf/dl-sysdep.c (_dl_auxv): Remove.
57212         (_dl_sysdep_start, _dl_show_auxv): Use GLRO to access _dl_auxv.
57213         * elf/dl-support.c (_dl_auxv): New variable.
57214         (_dl_aux_init): Initialize it.
57215         * manual/startup.texi (Auxiliary Vector): New node.
57216         * sysdeps/generic/bits/hwcap.h: New file.
57217         * sysdeps/powerpc/bits/hwcap.h: New file, split out from ...
57218         * sysdeps/powerpc/sysdep.h: ... here.  Include it.
57219         * sysdeps/sparc/bits/hwcap.h: New file, split out from ...
57220         * sysdeps/sparc/sysdep.h: ... here.  Include it.
57221         * sysdeps/unix/sysv/linux/s390/bits/hwcap.h: New file.
57222         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: Update.
57223         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
57224         Update.
57225         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist: Update.
57226         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Update.
57227         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Update.
57228         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Update.
57229         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Update.
57230         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Update.
57231         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Update.
57232         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Update.
57234 2012-05-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
57236         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
57238 2012-05-19  David S. Miller  <davem@davemloft.net>
57240         * sysdeps/sparc/fpu/libm-test-ulps: Update.
57242 2012-05-19  Joseph Myers  <joseph@codesourcery.com>
57244         [BZ #14123]
57245         * math/s_ccosh.c: Include <float.h>
57246         (__ccosh): Avoid internal overflow calculating sinh and cosh
57247         values before multiplying by sin and cos values.
57248         * math/s_ccoshf.c: Likewise.
57249         * math/s_ccoshl.c: Likewise.
57250         * math/s_csin.c: Likewise.
57251         * math/s_csinf.c: Likewise.
57252         * math/s_csinl.c: Likewise.
57253         * math/s_csinh.c: Likewise.
57254         * math/s_csinhf.c: Likewise.
57255         * math/s_csinhl.c: Likewise.
57256         * math/libm-test.inc (ccos_test): Add more tests.
57257         (ccosh_test): Likewise.
57258         (csin_test): Likewise.
57259         (csinh_test): Likewise.
57260         * sysdeps/i386/fpu/libm-test-ulps: Update.
57261         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
57263 2012-05-19  H.J. Lu  <hongjiu.lu@intel.com>
57265         * sysdeps/unix/sysv/linux/wordsize-64/preadv.c: New file.
57266         * sysdeps/unix/sysv/linux/wordsize-64/pwritev.c: Likewise.
57268         * sysdeps/x86_64/x32/_itoa.h: Add comment.
57270 2012-05-19  Joseph Myers  <joseph@codesourcery.com>
57272         * sysdeps/powerpc/soft-fp/Makefile: Remove file.
57273         * sysdeps/powerpc/soft-fp/Subdirs: Likewise.
57274         * sysdeps/powerpc/soft-fp/Versions: Likewise.
57275         * sysdeps/powerpc/soft-fp/q_add.c: Likewise.
57276         * sysdeps/powerpc/soft-fp/q_cmp.c: Likewise.
57277         * sysdeps/powerpc/soft-fp/q_cmpe.c: Likewise.
57278         * sysdeps/powerpc/soft-fp/q_div.c: Likewise.
57279         * sysdeps/powerpc/soft-fp/q_dtoq.c: Likewise.
57280         * sysdeps/powerpc/soft-fp/q_feq.c: Likewise.
57281         * sysdeps/powerpc/soft-fp/q_fge.c: Likewise.
57282         * sysdeps/powerpc/soft-fp/q_fgt.c: Likewise.
57283         * sysdeps/powerpc/soft-fp/q_fle.c: Likewise.
57284         * sysdeps/powerpc/soft-fp/q_flt.c: Likewise.
57285         * sysdeps/powerpc/soft-fp/q_fne.c: Likewise.
57286         * sysdeps/powerpc/soft-fp/q_itoq.c: Likewise.
57287         * sysdeps/powerpc/soft-fp/q_lltoq.c: Likewise.
57288         * sysdeps/powerpc/soft-fp/q_mul.c: Likewise.
57289         * sysdeps/powerpc/soft-fp/q_neg.c: Likewise.
57290         * sysdeps/powerpc/soft-fp/q_qtod.c: Likewise.
57291         * sysdeps/powerpc/soft-fp/q_qtoi.c: Likewise.
57292         * sysdeps/powerpc/soft-fp/q_qtoll.c: Likewise.
57293         * sysdeps/powerpc/soft-fp/q_qtos.c: Likewise.
57294         * sysdeps/powerpc/soft-fp/q_qtou.c: Likewise.
57295         * sysdeps/powerpc/soft-fp/q_qtoull.c: Likewise.
57296         * sysdeps/powerpc/soft-fp/q_sqrt.c: Likewise.
57297         * sysdeps/powerpc/soft-fp/q_stoq.c: Likewise.
57298         * sysdeps/powerpc/soft-fp/q_sub.c: Likewise.
57299         * sysdeps/powerpc/soft-fp/q_ulltoq.c: Likewise.
57300         * sysdeps/powerpc/soft-fp/q_util.c: Likewise.
57301         * sysdeps/powerpc/soft-fp/q_utoq.c: Likewise.
57302         * sysdeps/powerpc/soft-fp/sfp-machine.h: Likewise.
57304 2012-05-18  Andreas Jaeger  <aj@suse.de>
57306         * csu/.gitignore: Delete.
57308 2012-05-18  H.J. Lu  <hongjiu.lu@intel.com>
57310         * sysdeps/unix/sysv/linux/bits/timex.h: Include <bits/types.h>.
57311         (timex): Use __syscall_slong_t.
57313 2012-05-18  Andreas Jaeger  <aj@suse.de>
57314             Carlos O'Donell  <carlos_odonell@mentor.com>
57316         * manual/install.texi (Configuring and compiling): Update
57317         description about files modified in the source directory.
57318         * INSTALL: Regenerated.
57320 2012-05-18  H.J. Lu  <hongjiu.lu@intel.com>
57322         * sysdeps/unix/x86_64/sysdep.S: Use RAX_LP to access return
57323         value.  Use "or" to set return value to -1.
57324         * sysdeps/unix/sysv/linux/x86_64/sysdep.S: Use RAX_LP to
57325         negate return value.
57327 2012-05-18  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
57329         * sysdeps/powerpc/powerpc32/power4/Makefile (CFLAGS-wordcopy.c)
57330         (CFLAGS-memmove.c): remove -ftree-loop-linear which causes a build
57331         failure if the compiler has Graphite support disabled.
57332         * sysdeps/powerpc/powerpc32/power4/fpu/Makefile (CFLAGS-mpa.c):
57333         Likewise.
57334         * sysdeps/powerpc/powerpc64/power4/Makefile (CFLAGS-wordcopy.c)
57335         (CFLAGS-memmove.c): Likewise.
57336         * sysdeps/powerpc/powerpc64/power4/fpu/Makefile (CFLAGS-mpa.c):
57337         Likewise.
57339 2012-05-18  H.J. Lu  <hongjiu.lu@intel.com>
57341         * sysdeps/x86_64/x32/_itoa.h: New file.
57343         * sysdeps/unix/sysv/linux/getdents.c (__GETDENTS): Use
57344         getdents system call only if kernel and user dirents have the
57345         same d_ino and d_off.
57347         * stdio-common/_itoa.c: Check _ITOA_NEEDED instead of
57348         LLONG_MAX != LONG_MAX.
57349         (_itoa_word): Use _ITOA_WORD_TYPE on value.
57350         (_fitoa_word): Likewise.
57352         * sysdeps/unix/sysv/linux/x86_64/sigcontextinfo.h: Fold copyright
57353         years.
57354         * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h: Likewise.
57355         * sysdeps/unix/sysv/linux/x86_64/sys/procfs.h: Likewise.
57356         * sysdeps/unix/sysv/linux/x86_64/sys/reg.h: Likewise.
57358         * sysdeps/unix/sysv/linux/x86_64/bits/sigcontext.h: Don't
57359         include <bits/wordsize.h>.  Check __x86_64__ instead of
57360         __WORDSIZE.
57361         (sigcontext): Use "__uint64_t" instead of "unsigned long int"
57362         if __x86_64__ is defined.  Use anonymous union on fpstate.
57364         * sysdeps/unix/sysv/linux/x86_64/sys/user.h (user): Use
57365         anonymous union.
57367 2012-05-18  Andreas Schwab  <schwab@linux-m68k.org>
57369         * sysdeps/powerpc/powerpc32/dl-start.S (_dl_start_user): Use
57370         INTUSE on _dl_argv, and _rtld_local instead of _rtld_global.
57371         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S [IS_IN_rtld]:
57372         Refer to _rtld_local_ro instead of _rtld_global_ro.
57373         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S [IS_IN_rtld]:
57374         Likewise.
57375         * sysdeps/powerpc/powerpc64/__longjmp-common.S [IS_IN_rtld]:
57376         Likewise.
57377         * sysdeps/powerpc/powerpc64/setjmp-common.S [IS_IN_rtld]:
57378         Likewise.
57379         * sysdeps/powerpc/powerpc64/dl-trampoline.S [SHARED]: Likewise.
57380         * sysdeps/powerpc/powerpc64/dl-machine.h: Use _rtld_local instead
57381         of _rtld_global, and rtld_progname instead of _dl_argv[0].
57383         [BZ #10882]
57384         * sysdeps/powerpc/powerpc32/dl-machine.c
57385         (__elf_machine_runtime_setup) [PROF]: Don't reference
57386         _dl_prof_resolve.
57388 2012-05-18  Andreas Jaeger  <aj@suse.de>
57390         * sysdeps/x86_64/fpu/bits/mathinline.h (lrintf): Make inline
57391         function only available for GCCs before 3.4 since GCC 3.4
57392         introduced a builtin.
57393         (lrint): Likewise.
57394         (llrintf): Likewise.
57395         (llrint): Likewise.
57396         (fmaxf): Likewise.
57397         (fmax): Likewise.
57398         (fminf): Likewise.
57399         (fmin): Likewise.
57400         (rint): Likewise.
57401         (rintf): Likewise.
57402         (nearbyint): Likewise.
57403         (nearbyintf): Likewise.
57404         (ceil): Likewise.
57405         (ceilf): Likewise.
57406         (floor): Likewise.
57407         (floorf): Likewise.
57409 2012-05-17  H.J. Lu  <hongjiu.lu@intel.com>
57411         * sysdeps/unix/sysv/linux/pselect.c (data): Use __syscall_ulong_t
57412         on both fields and cast pointer to __syscall_ulong_t.
57414         * bits/types.h (__fsword_t): New type.
57415         * bits/typesizes.h (__FSWORD_T_TYPE): New macro.
57416         sysdeps/mach/hurd/bits/typesizes.h (__FSWORD_T_TYPE): Likewise.
57417         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
57418         (__FSWORD_T_TYPE): Likewise.
57419         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
57420         (__FSWORD_T_TYPE): Likewise.
57421         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
57422         (__FSWORD_T_TYPE): Likewise.
57423         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h
57424         (__FSWORD_T_TYPE): Likewise.
57425         * sysdeps/unix/sysv/linux/bits/statfs.h (statfs): Replace
57426         __SWORD_TYPE with __fsword_t.
57427         (statfs64): Likewise.
57429 2012-05-17  David S. Miller  <davem@davemloft.net>
57431         * crypt/sha512c-test.c (TIMEOUT): Increase to 32.
57433 2012-05-17  Andreas Jaeger  <aj@suse.de>
57435         * elf/tst-relsort1.c (do_test): Fix function declaration to avoid
57436         warning.
57438 2012-05-17  H.J. Lu  <hongjiu.lu@intel.com>
57440         * sysdeps/x86_64/tst-mallocalign1.c (test): Cast to unsigned long.
57442 2012-05-17  Andreas Jaeger  <aj@suse.de>
57444         * sysdeps/i386/dl-machine.h (elf_machine_rel): Declare refsym only
57445         when it is used.
57447 2012-05-17  Chris Metcalf  <cmetcalf@tilera.com>
57449         * stdio-common/bug22.c (TIMEOUT): Bump up from 30 to 60.
57451 2012-05-17  H.J. Lu  <hongjiu.lu@intel.com>
57453         * sysdeps/x86_64/Makefile (tests): Add tst-mallocalign1.
57454         * sysdeps/x86_64/tst-mallocalign1.c: New file.
57456 2012-05-17  Andreas Jaeger  <aj@suse.de>
57457             Carlos O'Donell  <carlos_odonell@mentor.com>
57459         [BZ #14059]
57460         * sysdeps/x86_64/multiarch/init-arch.h
57461         (bit_YMM_Usable): Rename to...
57462         (bit_AVX_Usable): ... this.
57463         (bit_FMA4_Usable): New macro.
57464         (bit_XMM_state): New macro.
57465         (bit_YMM_state): New macro.
57466         [__ASSEMBLER__] (index_YMM_Usable): Rename to...
57467         [__ASSEMBLER__] (index_AVX_Usable): ... this.
57468         [__ASSEMBLER__] (index_FMA4_Usable): New macro.
57469         (CPUID_OSXSAVE): New macro.
57470         (CPUID_AVX): New macro.
57471         (CPUID_FMA4): New macro.
57472         (index_YMM_Usable): Rename to...
57473         (index_AVX_Usable): ... this.
57474         (HAS_AVX): Use HAS_ARCH_FEATURE.
57475         (HAS_FMA4): Likewise.
57476         (HAS_YMM_USABLE): Remove.
57477         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
57478         Enable AVX or FMA4 IFF YMM and XMM states are usable and the features
57479         are present.
57480         * sysdeps/x86_64/multiarch/strcmp.S: Use bit_AVX_Usable.
57481         * sysdeps/i386/i686/multiarch/Makefile: Add test-multiarch to tests.
57482         * sysdeps/x86_64/multiarch/Makefile: Likewise.
57483         * sysdeps/i386/i686/multiarch/test-multiarch.c: New file.
57484         * sysdeps/x86_64/multiarch/test-multiarch.c: New file.
57486 2012-05-17  Chris Metcalf  <cmetcalf@tilera.com>
57488         * math/libm-test.c: Support platforms without multiple rounding modes.
57489         * math/bug-nextafter.c: Support platforms without FP exceptions.
57490         * math/bug-nexttoward.c: Likewise.
57491         * math/test-fenv.c: Likewise.
57492         * math/test-misc.c: Likewise.
57493         * stdlib/bug-getcontext.c: Likewise.
57495 2012-05-17  Andreas Jaeger  <aj@suse.de>
57497         * manual/examples/search.c (critter_cmp): Change signature to
57498         avoid warnings.
57499         * manual/string.texi (Collation Functions): Likewise.
57501 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
57503         * bits/types.h: Fold copyright years.
57504         * bits/typesizes.h: Likewise.
57505         * sysdeps/mach/hurd/bits/typesizes.h: Likewise.
57506         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h: Likewise.
57507         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h: Likewise.
57508         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h: Likewise.
57509         * time/time.h: Likewise.
57511 2012-05-16  Paul Pluzhnikov  <ppluzhnikov@google.com>
57513         [BZ #208]
57514         * malloc.c (int_mallinfo): Add parameter to accumulate statistics
57515         in instead of returning them.  Return void.
57516         (__libc_mallinfo): Accumulate over all arenas.
57517         (__malloc_stats): Adjust for change in int_mallinfo interface.
57519 2012-05-16  Roland McGrath  <roland@hack.frob.com>
57521         [BZ #10375]
57522         * configure.in (NM): Add AC_CHECK_TOOL for it.
57523         (libc_extra_cflags): New substituted variable.
57524         Check for -fstack-protector being used implicitly.
57525         * configure: Regenerated.
57526         * config.make.in (config-extra-cflags): New variable,
57527         gets @libc_extra_cflags@.
57528         * Makeconfig (CFLAGS): Add $(config-extra-cflags) near the front.
57530         [BZ #10375]
57531         * configure.in: Check for _FORTIFY_SOURCE being predefined.
57532         (CPPUNDEFS): New substituted variable; add -U_FORTIFY_SOURCE if needed.
57533         * configure: Regenerated.
57534         * config.make.in (CPPUNDEFS): New substituted variable.
57535         * Makeconfig (CPPFLAGS): Put $(CPPUNDEFS) at the beginning.
57536         * Makerules ($(stdio_lim:h=st)): Use $(CPPUNDEFS).
57537         * time/ctime.c: Don't #undef __OPTIMIZE__ and ctime.
57539 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
57541         * sysdeps/unix/sysv/linux/bits/mqueue.h: Include <bits/types.h>.
57542         (mq_attr): Use __syscall_slong_t.
57544 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
57546         * sysdeps/unix/sysv/linux/x86_64/bits/stat.h (_STAT_VER_SVR4):
57547         Check __x86_64__ instead of __WORDSIZE.
57548         (_STAT_VER_LINUX): Likewise.
57549         (stat): Check __x86_64__ instead of __WORDSIZE.  Use
57550         __syscall_ulong_t and __syscall_slong_t.
57551         (stat64): Likewise.
57553 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
57555         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h: New file.
57557 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
57559         * sysdeps/unix/sysv/linux/x86_64/bits/ipctypes.h: New file.
57561 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
57563         * sysdeps/unix/sysv/linux/bits/ipc.h (ipc_perm): Use
57564         __syscall_ulong_t.
57566         * sysdeps/unix/sysv/linux/x86_64/sys/ucontext.h: Don't
57567         include <bits/wordsize.h>.  Check __x86_64__ instead of
57568         __WORDSIZE.
57569         (greg_t): Use "__extension__ long long int" if __x86_64__ is
57570         defined.
57571         (mcontext_t): Replace "unsigned long" with "unsigned long long".
57573         * sysdeps/unix/sysv/linux/x86_64/sys/user.h: Don't
57574         include <bits/wordsize.h>.  Check __x86_64__ instead of
57575         __WORDSIZE.
57576         (user_regs_struct): Use "__extension__ unsigned long long"
57577         instead of "unsigned long" if __x86_64__ is defined.
57578         (user): Likewise.  Pad after pointer field if __ILP32__ is
57579         defined.
57581 2012-05-16  Joseph Myers  <joseph@codesourcery.com>
57583         * configure.in (makeinfo): Require version 4.5 or later.  Allow
57584         versions 5 to 9.
57585         * configure: Regenerated.
57586         * manual/install.texi (texinfo): Increase version requirement to
57587         4.5 or later.
57588         * INSTALL: Regenerated.
57590         * include/stdc-predef.h (__STDC_ISO_10646__): Increase to 201103L.
57592 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
57594         * sysdeps/x86_64/x32/gmp-mparam.h: New file.
57596         * sysdeps/x86_64/x32/ffs.c: New file.
57598         * sysdeps/unix/sysv/linux/x86_64/bits/shm.h (shmatt_t): Use
57599         __syscall_ulong_t.
57600         (shmid_ds): Add __unused1 and __unused2 only if __x86_64__ isn't
57601         defined.  Use __syscall_ulong_t.
57602         (shminfo): Use __syscall_ulong_t.
57603         (shm_info): Likewise.
57605         * sysdeps/unix/sysv/linux/x86_64/bits/sem.h (semid_ds): Use
57606         __syscall_ulong_t.
57608         * sysdeps/unix/sysv/linux/x86_64/bits/msq.h: Don't include
57609         <bits/wordsize.h>.
57610         (msgqnum_t): Use __syscall_ulong_t.
57611         (msglen_t): Likewise.
57612         (msqid_ds): Check __x86_64__ instead of __WORDSIZE.  Use
57613         __syscall_ulong_t.
57615         * sysdeps/unix/sysv/linux/x86_64/bits/a.out.h: Don't include
57616         <bits/wordsize.h>.  Check __x86_64__ instead of __WORDSIZE.
57618         * sysdeps/unix/sysv/linux/x86_64/bits/siginfo.h: New file.
57620         * sysdeps/x86_64/x32/divdi3.c: New dummy file.
57621         * sysdeps/x86_64/x32/symbol-hacks.h: Likewise.
57623         * sysvipc/sys/msg.h (msgbuf): Replace long int with
57624         __syscall_slong_t.
57626         * sysdeps/unix/sysv/linux/x86_64/sys/reg.h: Don't
57627         include <bits/wordsize.h>.  Check __x86_64__ instead of
57628         __WORDSIZE.
57630         * sysdeps/unix/sysv/linux/x86_64/sys/procfs.h (elf_greg_t): Use
57631         "unsigned long long int" if __x86_64__ is defined.
57632         (elf_fpregset_t): Check __x86_64__ instead of __WORDSIZE.
57634         * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h: Don't include
57635         <bits/wordsize.h>.  Check __x86_64__ instead of __WORDSIZE.
57636         (DR_CONTROL_RESERVED): Use ULL instead of UL suffix.
57638         * sysdeps/unix/sysv/linux/x86_64/sigcontextinfo.h: Include
57639         <stdint.h>.
57640         (GET_PC): Cast to uintptr_t first.
57641         (GET_FRAME): Likewise.
57642         (GET_STACK): Likewise.
57644         * sysdeps/unix/sysv/linux/x86_64/x32/alphasort.c: New file.
57645         * sysdeps/unix/sysv/linux/x86_64/x32/alphasort64.c: Likewise.
57646         * sysdeps/unix/sysv/linux/x86_64/x32/fseeko.c: Likewise.
57647         * sysdeps/unix/sysv/linux/x86_64/x32/fseeko64.c: Likewise.
57648         * sysdeps/unix/sysv/linux/x86_64/x32/ftello.c: Likewise.
57649         * sysdeps/unix/sysv/linux/x86_64/x32/ftello64.c: Likewise.
57650         * sysdeps/unix/sysv/linux/x86_64/x32/ftw.c: Likewise.
57651         * sysdeps/unix/sysv/linux/x86_64/x32/ftw64.c: Likewise.
57652         * sysdeps/unix/sysv/linux/x86_64/x32/glob.c: Likewise.
57653         * sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos.c: Likewise.
57654         * sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos64.c: Likewise.
57655         * sysdeps/unix/sysv/linux/x86_64/x32/iofopen.c: Likewise.
57656         * sysdeps/unix/sysv/linux/x86_64/x32/iofopen64.c: Likewise.
57657         * sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos.c: Likewise.
57658         * sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos64.c: Likewise.
57659         * sysdeps/unix/sysv/linux/x86_64/x32/lockf.c: Likewise.
57660         * sysdeps/unix/sysv/linux/x86_64/x32/lockf64.c: Likewise.
57661         * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp.c: Likewise.
57662         * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp64.c: Likewise.
57663         * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp.c: Likewise.
57664         * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp64.c: Likewise.
57665         * sysdeps/unix/sysv/linux/x86_64/x32/scandir.c: Likewise.
57666         * sysdeps/unix/sysv/linux/x86_64/x32/scandir64.c: Likewise.
57667         * sysdeps/unix/sysv/linux/x86_64/x32/scandirat.c: Likewise.
57668         * sysdeps/unix/sysv/linux/x86_64/x32/scandirat64.c: Likewise.
57669         * sysdeps/unix/sysv/linux/x86_64/x32/tmpfile.c: Likewise.
57670         * sysdeps/unix/sysv/linux/x86_64/x32/tmpfile64.c: Likewise.
57671         * sysdeps/unix/sysv/linux/x86_64/x32/versionsort.c: Likewise.
57672         * sysdeps/unix/sysv/linux/x86_64/x32/versionsort64.c: Likewise.
57674 2012-05-16  Andreas Schwab  <schwab@linux-m68k.org>
57676         * Makerules (+depfiles): Also collect depfiles from .oS in
57677         $(extra-objs).
57678         * sysdeps/ieee754/ldbl-opt/Makefile (extra-objs): Add $(addsuffix
57679         .oS, $(libnldbl-routines)).
57681         * Makerules (native-compile-mkdep-flags): Define.
57682         * sunrpc/Makefile (extra-objs): Add $(addprefix
57683         cross-,$(rpcgen-objs)), don't add $(cross-rpcgen-objs).
57684         ($(cross-rpcgen-objs)): Use $(native-compile-mkdep-flags) instead
57685         of $(compile-mkdep-flags).  Depend on $(before-compile) instead of
57686         calling $(make-target-directory).
57688 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
57690         * bits/types.h (__snseconds_t): Removed.
57691         * time/time.h (struct timespec): Replace __snseconds_t with
57692         __syscall_slong_t.
57693         * bits/typesizes.h (__SNSECONDS_T_TYPE): Removed.
57694         * sysdeps/mach/hurd/bits/typesizes.h (__SNSECONDS_T_TYPE):
57695         Likewise.
57696         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
57697         (__SNSECONDS_T_TYPE): Likewise.
57698         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
57699         (__SNSECONDS_T_TYPE): Likewise.
57700         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
57701         (__SNSECONDS_T_TYPE): Likewise.
57703 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
57705         * sysdeps/mach/hurd/bits/typesizes.h
57706         (__SYSCALL_SLONG_TYPE): New macro.
57707         (__SYSCALL_ULONG_TYPE): Likewise.
57709 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
57711         * bits/types.h (__syscall_slong_t): New type.
57712         (__syscall_ulong_t): Likewise.
57714         * bits/typesizes.h (__SYSCALL_SLONG_TYPE): New macro.
57715         (__SYSCALL_ULONG_TYPE): Likewise.
57716         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
57717         (__SYSCALL_SLONG_TYPE): Likewise.
57718         (__SYSCALL_ULONG_TYPE): Likewise.
57719         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
57720         (__SYSCALL_SLONG_TYPE): Likewise.
57721         (__SYSCALL_ULONG_TYPE): Likewise.
57722         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
57723         (__SYSCALL_SLONG_TYPE): Likewise.
57724         (__SYSCALL_ULONG_TYPE): Likewise.
57726 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
57728         * sysdeps/unix/sysv/linux/x86_64/Makefile (gen-as-const-headers):
57729         Add sigaltstack-offsets.sym.
57730         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S: Include
57731         <sigaltstack-offsets.h>.
57732         (CALL_FAIL): Use RSP_LP to operate on stack.  Use RDI_LP on
57733         longjmp_msg pointer.
57734         (____longjmp_chk): Use R8_LP and RDX_LP on SP and PC.  Use
57735         R*_LP, sizeSS, oSS_FLAGS, oSS_SP and oSS_SIZE for alternate
57736         signal stack.
57737         * sysdeps/unix/sysv/linux/x86_64/sigaltstack-offsets.sym: New.
57739 2012-05-15  Joseph Myers  <joseph@codesourcery.com>
57741         * elf/stackguard-macros.h: Remove file.
57742         * sysdeps/generic/stackguard-macros.h: New file.
57743         * sysdeps/i386/stackguard-macros.h: Likewise.
57744         * sysdeps/powerpc/powerpc32/stackguard-macros.h: Likewise.
57745         * sysdeps/powerpc/powerpc64/stackguard-macros.h: Likewise.
57746         * sysdeps/s390/s390-32/stackguard-macros.h: Likewise.
57747         * sysdeps/s390/s390-64/stackguard-macros.h: Likewise.
57748         * sysdeps/sparc/sparc32/stackguard-macros.h: Likewise.
57749         * sysdeps/sparc/sparc64/stackguard-macros.h: Likewise.
57750         * sysdeps/x86_64/stackguard-macros.h: Likewise.
57751         * nptl/tst-stackguard1.c: Include <stackguard-macros.h> not
57752         <elf/stackguard-macros.h>.
57754         [BZ #14109]
57755         * sysdeps/unix/sysv/linux/powerpc/sys/procfs.h (elf_vrreg_t): Use
57756         __aligned__ in attribute.
57757         * sysdeps/unix/sysv/linux/s390/sys/ucontext.h (__psw_t): Likewise.
57758         (gregset_t): Likewise.
57760 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
57762         * sysdeps/x86_64/Implies (wordsize-64): Moved to ....
57763         * sysdeps/x86_64/64/Implies-after: Here.  New file.
57764         * sysdeps/x86_64/x32/Implies-after: New file.
57766 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
57768         * sysdeps/x86_64/dl-trampoline.h: Use R*_LP to pass arguments
57769         and access return value for _dl_profile_fixup.  Use R10_LP to
57770         load frame size.
57772 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
57774         * sysdeps/unix/sysv/linux/x86_64/x32/init-first.c: New.
57776 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
57778         * sysdeps/x86_64/sysdep.h: Allowed to be include more than once.
57779         * sysdeps/x86_64/x32/sysdep.h: New file.
57781 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
57783         * sysdeps/x86_64/__longjmp.S: Use R*_LP on SP and PC.
57784         * sysdeps/x86_64/setjmp.S: Likewise.
57786 2012-05-15  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
57788         * sysdeps/ieee754/dbl-64/wordsize-64/e_log10.c: New file.
57789         * sysdeps/ieee754/dbl-64/wordsize-64/e_log2.c: New file.
57790         * sysdeps/ieee754/dbl-64/e_log2.c: Fixing indents.
57791         * sysdeps/ieee754/dbl-64/e_log10.c: Likewise and also
57792         remove unused global constant.
57794 2012-05-15  Chris Metcalf  <cmetcalf@tilera.com>
57796         * sysdeps/unix/sysv/linux/getsysstats.c: Remove duplicate
57797         include of <not-cancel.h>.
57799 2012-05-15  Roland McGrath  <roland@hack.frob.com>
57801         * nscd/nscd-client.h (__nscd_acquire_maplock): Fix formatting.
57803 2012-05-15  Jeff Law  <law@redhat.com>
57804             Andreas Jaeger  <aj@suse.de>
57806         [BZ #13594]
57807         * nscd/nscd-client.h (__nscd_acquire_maplock): New function, split
57808         out from...
57809         * nscd/nscd_helper.c (__nscd_get_map_ref): ... here.
57810         * nscd/nscd-client.h: Add __nscd_acquire_maplock.
57811         * nscd/nscd_gethst_r.c (__nscd_get_nl_timestamp): Add locking to
57812         code changing __hst_map_handle.map.
57814 2012-05-15  Roland McGrath  <roland@hack.frob.com>
57816         * configure.in (sysnames): Look for Implies-before and Implies-after
57817         files.
57818         * configure: Regenerated.
57820 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
57822         * sysdeps/unix/sysv/linux/x86_64/sigaction.c (RESTORE2): Replace
57823         8-byte data alignment with LP_SIZE alignment.
57825 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
57827         * sysdeps/unix/sysv/linux/x86_64/clone.S: Load pointer to TID
57828         into R10_LP.
57830 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
57832         * sysdeps/unix/sysv/linux/x86_64/x32/dl-cache.h: New.
57834 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
57836         * sysdeps/unix/sysv/linux/x86_64/x32/Makefile: New file.
57837         * sysdeps/unix/sysv/linux/x86_64/x32/getcpu.c: Likewise.
57838         * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu-static.c:
57839         Likewise.
57840         * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu.S: Likewise.
57842 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
57844         * sysdeps/x86_64/stackinfo.h (stackinfo_get_sp): Use RSP_LP.
57845         (stackinfo_sub_sp): Likewise.
57847 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
57849         * sysdeps/x86_64/multiarch/strcmp-sse42.S: Load pointers into
57850         RAX_LP.
57852 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
57854         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Load cache sizes
57855         into R*_LP.
57857 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
57859         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Load cache
57860         sizes into R*_LP.
57862 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
57864         * sysdeps/x86_64/strcmp.S: Load pointers into R*_LP.
57866 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
57868         * sysdeps/x86_64/memcpy.S: Load __x86_64_data_cache_size_half
57869         into R11_LP and load __x86_64_shared_cache_size_half into
57870         R8_LP.
57872 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
57874         * sysdeps/x86_64/multiarch/memcmp-sse4.S: Load cache size into
57875         R8_LP.
57877 2012-05-15  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
57879         * sysdeps/powerpc/powerpc32/power7/fpu/s_logb.c: New file. Optimized
57880         logb for POWER7.
57881         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbf.c: New file. Optimized
57882         logbf for POWER7.
57883         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbl.c: New file. Optimized
57884         logbl for POWER7.
57885         * sysdeps/powerpc/powerpc64/power7/fpu/s_logb.c: New file. Use
57886         powerpc32/power7/fpu/s_logb.c via #include.
57887         * sysdeps/powerpc/powerpc64/power7/fpu/s_logbf.c: New file. Use
57888         powerpc32/power7/fpu/s_logbf.c via #include.
57889         * sysdeps/powerpc/powerpc64/power7/fpu/s_logbl.c: New file. Use
57890         powerpc32/power7/fpu/s_logbl.c via #include.
57892 2012-05-15  Joseph Myers  <joseph@codesourcery.com>
57894         * README.libm: Remove file.
57896 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
57898         * sysdeps/x86_64/start.S: Simulate popping 4-byte argument
57899         count for x32.  Use R*_LP and omit operand-size suffix.
57901 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
57903         * shlib-versions: Move x86_64-.*-linux.* entries to ...
57904         * sysdeps/x86_64/64/shlib-versions: Here.  New file.
57905         * sysdeps/x86_64/x32/shlib-versions: New file.
57907 2012-05-14  Roland McGrath  <roland@hack.frob.com>
57909         * sysdeps/unix/sysv/linux/dl-osinfo.h (dl_fatal): Function removed.
57910         * elf/rtld.c (dl_main) [DL_SYSDEP_OSCHECK]:
57911         Use _dl_fatal_printf instead.
57913 2012-05-14  Joseph Myers  <joseph@codesourcery.com>
57915         * sysdeps/unix/sysv/linux/configure.in (minimum_kernel): Always
57916         set if not set by the user.  Do not allow for being unset.
57917         * sysdeps/unix/sysv/linux/configure: Regenerated.
57919 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
57921         * sysdeps/x86_64/dl-machine.h (elf_machine_load_address): Remove
57922         the `q' suffix from lea and replace .quad with ASM_ADDR.
57924 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
57926         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (PTR_MANGLE): Remove
57927         the `q' suffix from xor/rol instructions.  Use $2*LP_SIZE+1
57928         instead of $17.
57929         (PTR_DEMANGLE): Likewise.
57931 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
57933         * sysdeps/x86_64/sysdep.h (LP_SIZE): New macro.
57934         (LP_OP): Likewise.
57935         (ASM_ADDR): Likewise.
57936         (RAX_LP): Likewise.
57937         (RBP_LP): Likewise.
57938         (RBX_LP): Likewise.
57939         (RCX_LP): Likewise.
57940         (RDI_LP): Likewise.
57941         (RSI_LP): Likewise.
57942         (RSP_LP): Likewise.
57943         (R8_LP): Likewise.
57944         (R9_LP): Likewise.
57945         (R10_LP): Likewise.
57946         (R10_LP): Likewise.
57947         (R11_LP): Likewise.
57948         (R12_LP): Likewise.
57949         (R13_LP): Likewise.
57950         (R14_LP): Likewise.
57951         (R15_LP): Likewise.
57953 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
57955         * sysdeps/x86_64/x32/dl-machine.h: New file.
57957 2012-05-14  Andreas Jaeger  <aj@suse.de>
57959         * manual/Makefile (subdir): Remove export of subdir.
57960         (all): Remove target.
57961         (.PHONY): Remove all from list.
57962         (mkinstalldirs): Remove.
57963         (.PHONY): Remove installdirs from list.
57964         ($(inst_infodir)/libc.info): Use make-target-directory.
57965         (installdirs): Remove.
57966         (subdir_%): Remove.
57967         (glibc-targets): Remove.
57968         (lib): Remove.
57969         (stubs): Remove.
57970         ($(objpfx)stubs ../po/manual.pot): Remove.
57971         ($(objpfx)stamp%): Remove.
57972         (make-target-directory): Remove.
57973         (subdir_install): Remove.
57974         (routines): Remove.
57975         (aux): Remove.
57976         (sources): Remove.
57977         (objects): Remove.
57978         (headers): Remove.
57980         [BZ #13750]
57981         * manual/.gitignore: Remove, it's not needed anymore.
57982         * manual/libc-texinfo.sh: Pass OUTDIR as extra argument, create
57983         all files in it.
57984         * manual/Makefile (dvi, pdf, info, html): Depend on files in build
57985         directory.
57986         (texis): Renamed to $(objpfx)texis.
57987         (texis-path): New, contains path to generated files.
57988         (chapters.%): Use texis-path for complete path, add extra argument
57989         libc-texinfo.sh.
57990         (libc.dvi, libc.pdf, libc.info, libc.pdf): Add $(objfpx) as prefix.
57991         (libc/index.html, summary.texi): Add $(objpfx) as prefix.
57992         (summary,texi, stamp-summary): Use complete path of
57993         files. Generate files in build dir.
57994         (dir-add.texi): Build in build dir.
57995         (libm-err.texi,stamp-libm-err): Likewise.
57996         (version.texi, stamp-version): Likewise.
57997         (.%c.texi): Likewise.
57998         (%.info,%.dvi,%.pdf): Add $(objpfx) as prefix, build in build dir.
57999         (mostlyclean): Remove target.
58000         (realclean): Remove target.
58001         (generated): Add new variable with contents from mostlyclean and
58002         realclean, remove entries duplicated in common-mostlyclean, add
58003         stamp-libm-err and stamp-version.
58004         (generated-dirs): Add libc directory.
58005         ($(inst_infodir)/libc.info): Install files from build dir.
58007         * manual/install.texi (Configuring and compiling): Adjust since
58008         the info files are not part of the tar ball anymore.
58010 2012-05-14  Andreas Jaeger  <aj@suse.de>
58012         * sysdeps/unix/sysv/linux/getcwd.c (__getcwd): Remove unused
58013         variable.
58015 2012-05-14  Joseph Myers  <joseph@codesourcery.com>
58017         [BZ #13717]
58018         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel): Set
58019         to 2.2.0 where earlier.
58020         * sysdeps/unix/sysv/linux/configure: Regenerated.
58021         * sysdeps/unix/sysv/linux/getcwd.c [!__ASSUME_GETCWD_SYSCALL]:
58022         Remove conditional code.
58023         [__ASSUME_GETCWD_SYSCALL]: Make code unconditional.
58024         * sysdeps/unix/sysv/linux/i386/chown.c [!__ASSUME_LCHOWN_SYSCALL]:
58025         Remove conditional code.
58026         [!__NR_lchown]: Likewise.
58027         [__ASSUME_LCHOWN_SYSCALL]: Make code unconditional.
58028         [__NR_lchown]: Likewise.
58029         * sysdeps/unix/sysv/linux/i386/fchownat.c (fchownat): Remove
58030         comment referencing __ASSUME_LCHOWN_SYSCALL.
58031         * sysdeps/unix/sysv/linux/i386/sigaction.c
58032         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
58033         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
58034         * sysdeps/unix/sysv/linux/if_index.c [!__ASSUME_SIOCGIFNAME]:
58035         Remove conditional code.
58036         [__ASSUME_SIOCGIFNAME ]: Make code unconditional.
58037         (__protocol_available): Remove #if 0 code.
58038         * sysdeps/unix/sysv/linux/ifreq.c [!__ASSUME_SIOCGIFNAME]: Remove
58039         conditional code.
58040         [__ASSUME_SIOCGIFNAME]: Make code unconditional.
58041         * sysdeps/unix/sysv/linux/kernel-features.h
58042         (__ASSUME_GETCWD_SYSCALL): Don't define.
58043         (__ASSUME_REALTIME_SIGNALS): Likewise.
58044         (__ASSUME_PREAD_SYSCALL): Likewise.
58045         (__ASSUME_PWRITE_SYSCALL): Likewise.
58046         (__ASSUME_POLL_SYSCALL): Likewise.
58047         (__ASSUME_LCHOWN_SYSCALL): Likewise.
58048         (__ASSUME_SETRESUID_SYSCALL): Define for all kernel versions for
58049         non-SPARC.
58050         (__ASSUME_SIOCGIFNAME): Don't define.
58051         (__ASSUME_MSG_NOSIGNAL): Likewise.
58052         (__ASSUME_SENDFILE): Define unconditionally.
58053         (__ASSUME_PROC_SELF_FD_SYMLINK): Don't define.
58054         * sysdeps/unix/sysv/linux/poll.c [!__ASSUME_POLL_SYSCALL]: Remove
58055         conditional code.
58056         [__ASSUME_POLL_SYSCALL]: Make code unconditional.
58057         * sysdeps/unix/sysv/linux/powerpc/chown.c (__chown)
58058         [!__ASSUME_LCHOWN_SYSCALL]: Remove conditional code.
58059         (__chown) [__ASSUME_LCHOWN_SYSCALL]: Make code unconditional.
58060         * sysdeps/unix/sysv/linux/powerpc/fchownat.c (fchownat)
58061         [!__ASSUME_LCHOWN_SYSCALL]: Remove conditional code.
58062         (fchownat) [__ASSUME_LCHOWN_SYSCALL]: Make code unconditional.
58063         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread.c
58064         [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
58065         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
58066         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread64.c
58067         [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
58068         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
58069         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite.c
58070         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
58071         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
58072         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite64.c
58073         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
58074         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
58075         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c
58076         [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
58077         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
58078         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c
58079         [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
58080         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
58081         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c
58082         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
58083         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
58084         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c
58085         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
58086         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
58087         * sysdeps/unix/sysv/linux/pread.c [!__ASSUME_PREAD_SYSCALL]:
58088         Remove conditional code.
58089         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
58090         * sysdeps/unix/sysv/linux/pread64.c [!__ASSUME_PREAD_SYSCALL]:
58091         Remove conditional code.
58092         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
58093         * sysdeps/unix/sysv/linux/ptsname.c (__ptsname_internal)
58094         [__LINUX_KERNEL_VERSION < 131443]: Remove conditional code.
58095         * sysdeps/unix/sysv/linux/pwrite.c [!__ASSUME_PWRITE_SYSCALL]:
58096         Remove conditional code.
58097         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
58098         * sysdeps/unix/sysv/linux/pwrite64.c [!__ASSUME_PWRITE_SYSCALL]:
58099         Remove conditional code.
58100         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
58101         * sysdeps/unix/sysv/linux/sh/pread.c [!__ASSUME_PREAD_SYSCALL]:
58102         Remove conditional code.
58103         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
58104         * sysdeps/unix/sysv/linux/sh/pread64.c [!__ASSUME_PREAD_SYSCALL]:
58105         Remove conditional code.
58106         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
58107         * sysdeps/unix/sysv/linux/sh/pwrite.c [!__ASSUME_PWRITE_SYSCALL]:
58108         Remove conditional code.
58109         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
58110         * sysdeps/unix/sysv/linux/sh/pwrite64.c
58111         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
58112         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
58113         * sysdeps/unix/sysv/linux/sigaction.c
58114         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
58115         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
58116         * sysdeps/unix/sysv/linux/sigpending.c
58117         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
58118         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
58119         * sysdeps/unix/sysv/linux/sigprocmask.c
58120         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
58121         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
58122         * sysdeps/unix/sysv/linux/sigsuspend.c
58123         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
58124         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
58125         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c
58126         (__libc_missing_rt_sigs): Remove.
58127         (__libc_sigaction) [__NR_rt_sigaction]: Make code unconditional.
58128         (__libc_sigaction): Do not handle ENOSYS from rt_sigaction.
58129         * sysdeps/unix/sysv/linux/syslog.c [!__ASSUME_MSG_NOSIGNAL]:
58130         Remove conditional code.
58131         [__ASSUME_MSG_NOSIGNAL]: Make code unconditional.
58132         * sysdeps/unix/sysv/linux/testrtsig.h (kernel_has_rtsig): Always
58133         return 1.
58134         * sysdeps/unix/sysv/linux/ttyname.c (ttyname)
58135         [!__ASSUME_PROC_SELF_FD_SYMLINK]: Remove conditional code.
58136         * sysdeps/unix/sysv/linux/ttyname_r.c (__ttyname_r)
58137         [!__ASSUME_PROC_SELF_FD_SYMLINK]: Likewise.
58139 2012-05-14  Andreas Jaeger  <aj@suse.de>
58141         * sysdeps/i386/fpu/bits/mathinline.h (__pow2): Remove,
58142         it's not used in glibc.
58143         (__coshm1): Likewise.
58144         (__acosh1p): Likewise.
58145         (__sgn): Likewise.
58147         * manual/string.texi (Copying and Concatenation): Add missing
58148         variable in concat example.
58149         Reported by David C. Rankin <drankinatty@suddenlinkmail.com>.
58151 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
58153         [BZ #14103]
58154         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c (__logb): Replace
58155         __builtin_clzl with __builtin_clzll.
58157 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
58159         [BZ #14104]
58160         * sysdeps/unix/sysv/linux/check_pf.c (cache): Use
58161         libc_freeres_ptr.
58163 2012-05-14  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
58165         * sysdeps/i386/i686/fpu/multiarch/Makefile: New file.
58166         * sysdeps/i386/i686fpu/multiarch/e_expf.c: New file.
58167         * sysdeps/i386/i686fpu/multiarch/e_expf-ia32.S: New file.
58168         * sysdeps/i386/i686/fpu/multiarch/e_expf-sse2.S: New file.
58170 2012-05-14  Mike Frysinger  <vapier@gentoo.org>
58172         * NEWS: Update ia64 info.
58174 2012-05-12  Andreas Schwab  <schwab@linux-m68k.org>
58176         * sysdeps/powerpc/memmove.c (MEMMOVE): Don't return a value if
58177         used as bcopy.
58179 2012-05-12  Thomas Schwinge  <thomas@codesourcery.com>
58181         * io/dup3.c (dup3): Rename to __dup3, add weak alias for dup3.
58182         * sysdeps/unix/syscalls.list (dup3): Likewise.
58183         * libio/freopen.c (freopen): Invoke __dup3 instead of dup3.
58184         * libio/freopen64.c (freopen64): Invoke __dup3 instead of dup3.
58186 2012-05-11  H.J. Lu  <hongjiu.lu@intel.com>
58188         * elf/stackguard-macros.h (STACK_CHK_GUARD) [__x86_64__]: Use
58189         "%c1" with "i" (offsetof (tcbhead_t, stack_guard)).
58191 2012-05-11  H.J. Lu  <hongjiu.lu@intel.com>
58193         * elf/tls-macros.h (TLS_LE): Use mov instead of movq to load
58194         thread pointer.
58195         (TLS_IE): Use mov/add instead of movq/addq to load thread
58196         pointer.
58197         (TLS_GD_PREFIX): New.
58198         (TLS_GD): Use it.
58200 2012-05-11  David S. Miller  <davem@davemloft.net>
58202         * sysdeps/sparc/fpu/bits/fenv.h (__fenv_stfsr): Add __volatile__.
58203         * sysdeps/sparc/fpu/fpu_control.h (_FPU_GETCW): Likewise.
58204         (_FPU_SETCW): Likewise.
58206 2012-05-10  H.J. Lu  <hongjiu.lu@intel.com>
58208         * sysdeps/x86_64/dl-trampoline.S: Check if RTLD_SAVESPACE_SSE
58209         is 32-byte aligned.
58211 2012-05-11  Andreas Schwab  <schwab@linux-m68k.org>
58213         [BZ #11837]
58214         * iconvdata/gb18030.c: Update tables.
58215         (BODY for FROM_LOOP): Update.  Handle two-byte encoded non-BMP
58216         characters specially.
58217         (BODY for TO_LOOP): Add encoding of missing ranges.
58219 2012-05-11  Thomas Schwinge  <thomas@codesourcery.com>
58221         [BZ #13673]
58222         * sysdeps/mach/hurd/accept4.c: Replace FSF snail mail address with URL.
58223         * sysdeps/mach/hurd/dup3.c: Likewise.
58224         * sysdeps/mach/hurd/readlinkat.c: Likewise.
58225         * sysdeps/powerpc/memmove.c:: Likewise.
58227 2012-05-10  H.J. Lu  <hongjiu.lu@intel.com>
58229         * sysdeps/x86_64/dl-machine.h (elf_machine_rela_relative): Handle
58230         R_X86_64_RELATIVE64 only if RTLD_BOOTSTRAP isn't defined.
58232 2012-05-10  H.J. Lu  <hongjiu.lu@intel.com>
58234         * elf/elf.h (R_X86_64_RELATIVE64): New.
58235         (R_X86_64_NUM): Updated.
58236         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Handle
58237         R_X86_64_RELATIVE64.  Always use Elf64_Addr with R_X86_64_64.
58238         (elf_machine_rela_relative): Handle R_X86_64_RELATIVE64.
58239         * sysdeps/x86_64/Makefile (tests): Add tst-quad1 tst-quad2
58240         tst-quad1pie tst-quad2pie
58241         (modules-names): Add tst-quadmod1 tst-quadmod2.
58242         ($(objpfx)tst-quad1): New dependency.
58243         ($(objpfx)tst-quad2): Likewise.
58244         ($(objpfx)tst-quad1pie): Likewise.
58245         ($(objpfx)tst-quad2pie): Likewise.
58246         * sysdeps/x86_64/tst-quad1.c: New file.
58247         * sysdeps/x86_64/tst-quad1pie.c: New file.
58248         * sysdeps/x86_64/tst-quad2.c: Likewise.
58249         * sysdeps/x86_64/tst-quad2pie.c: Likewise.
58250         * sysdeps/x86_64/tst-quadmod1.S: Likewise.
58251         * sysdeps/x86_64/tst-quadmod1pie.S: Likewise.
58252         * sysdeps/x86_64/tst-quadmod2.S: Likewise.
58253         * sysdeps/x86_64/tst-quadmod2pie.S: Likewise.
58255 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
58257         * io/fcntl.h (mode_t, off_t, pid_t): Define types.
58258         (__mode_t_defined, __off_t_defined, __pid_t_defined): Define macros.
58259         * streams/stropts.h (t_scalar_t): Define type.
58261         * sysdeps/generic/paths.h (_PATH_MAN): Set to "/usr/share/man"
58262         (_PATH_PRESERVE): Set to "/var/lib".
58263         (_PATH_RWHODIR): Set to "/var/spool/rwho".
58265         * sysdeps/mach/hurd/openat.c (__openat): Set type of MODE to mode_t
58266         instead of int.
58268         * sysdeps/mach/hurd/xmknodat.c (__xmknodat): Deallocate NODE port only
58269         if __dir_mkfile succeeded.
58271         * sysdeps/mach/hurd/dup3.c: Lock _hurd_dtable_lock before
58272         checking for _hurd_dtablesize.  Unlock it right after having
58273         finished _hurd_dtable allocation.
58275 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
58277         * sysdeps/mach/hurd/configure.in: Remove warning for --prefix=[...].
58278         * sysdeps/mach/hurd/configure: Regenerated.
58279         * sysdeps/unix/sysv/linux/configure.in: Move --prefix=/usr
58280         special-casing to...
58281         * sysdeps/gnu/configure.in: ... this new file.
58282         * sysdeps/unix/sysv/linux/configure: Regenerated.
58283         * sysdeps/gnu/configure: New generated file.
58285         * sysdeps/mach/hurd/bits/stat.h (struct stat): Align to what is done
58286         for Linux: use nsec instead of usec, as well as:
58287         [__USE_MISC || __USE_XOPEN2K8] (st_atim, st_mtim, st_ctim): New
58288         members of type struct timespec.
58289         [__USE_MISC || __USE_XOPEN2K8] (st_atime, st_mtime, st_ctime):
58290         New macros.
58291         (struct stat64): Likewise.
58292         (_STATBUF_ST_NSEC): New macro.
58293         * sysdeps/mach/hurd/xstatconv.c (xstat64_conv): Adapt to that.
58295         * hurd/lookup-retry.c (__hurd_file_name_lookup_retry): Use
58296         __strtoul_internal rather than strtoul.
58298 2012-05-10  Pino Toscano  <toscano.pino@tiscali.it>
58300         * hurd/hurdsock.c (_hurd_socket_server): Check for negative domains,
58301         and reject them.
58303 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
58305         * sysdeps/mach/hurd/setresgid.c (__setresgid): Handle the -1 case,
58306         which preserves existing values.
58307         * sysdeps/mach/hurd/setresuid.c (__setresuid): Likewise.
58309 2012-05-10  Pino Toscano  <toscano.pino@tiscali.it>
58311         * hurd/hurdselect.c (_hurd_select): Return EINVAL for negative
58312         TIMEOUT values.  Return EINVAL for NFDS values either negative or
58313         greater than FD_SETSIZE.
58315 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
58317         * sysdeps/mach/hurd/brk.c (_hurd_set_brk): When more space needs to be
58318         allocated, call __vm_protect to finish enabling the existing space, and
58319         pass a copy of _hurd_data_end instead of PAGEBRK to __vm_allocate to
58320         allocate the remainder.
58322 2012-05-10  Pino Toscano  <toscano.pino@tiscali.it>
58324         * sysdeps/mach/hurd/recvfrom.c (__recvfrom): Check also for a null
58325         address port.  Set ADDR_LEN to 0 when not filling ADDRARG.
58327 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
58329         * sysdeps/mach/hurd/readlinkat.c: New file, heavily derived from
58330         sysdeps/mach/hurd/readlink.c.
58332         * posix/tst-sysconf.c (posix_options): Only use
58333         _POSIX_PRIORITIZED_IO, _POSIX_PRIORITY_SCHEDULING, and
58334         _POSIX_SYNCHRONIZED_IO when they are defined
58335         * sysdeps/mach/hurd/bits/posix_opt.h:
58336         (_POSIX_PRIORITY_SCHEDULING): Undefine macro.
58337         (_XOPEN_REALTIME): Undefine macro.
58338         (_XOPEN_REALTIME_THREADS): Undefine macro.
58339         (_XOPEN_SHM): Undefine macro.
58340         [__USE_XOPEN2K8] (_POSIX_THREAD_ROBUST_PRIO_INHERIT): Define
58341         macro to -1.
58342         [__USE_XOPEN2K8] (_POSIX_THREAD_ROBUST_PRIO_PROTECT): Define
58343         macro to -1.
58344         (_POSIX_ASYNC_IO): Undefine macro.
58345         (_POSIX_PRIORITIZED_IO): Undefine macro.
58346         (_POSIX_SPIN_LOCKS): Define macro to -1.
58348         * bits/sigaction.h [__USE_XOPEN2K8]: Define SA_RESTART,
58349         SA_NODEFER, SA_RESETHAND.
58350         * sysdeps/mach/hurd/bits/fcntl.h [__USE_XOPEN2K8]: Define
58351         O_NOFOLLOW, O_DIRECTORY, O_CLOEXEC, F_GETOWN, F_SETOWN,
58352         F_DUPFD_CLOEXEC.
58354 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
58356         * elf/Makefile (pldd-modules): Define unconditionally.
58358 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
58360         * sysdeps/mach/hurd/opendir.c (__opendirat): New function.
58362 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
58364         * hurd/hurdchdir.c (_hurd_change_directory_port_from_name):
58365         Return ENOENT when name is empty.
58366         * sysdeps/mach/hurd/chroot.c (chroot): Likewise.
58368 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
58370         * include/libc-symbols.h [NO_HIDDEN] (hidden_nolink): New macro.
58372         * nss/makedb.c (MAP_POPULATE): If not defined, define to zero.
58374 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
58376         Fix mlock in all cases except non-readable pages.
58377         * sysdeps/mach/hurd/mlock.c (mlock): Give VM_PROT_READ
58378         instead of VM_PROT_ALL as parameter to __vm_wire function.
58380         * sysdeps/mach/hurd/mkdir.c: Include <string.h>.
58381         (__mkdir): When path is `/', just fail with EEXIST.
58382         * sysdeps/mach/hurd/mkdirat.c: Likewise.
58384 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
58386         * nss/makedb.c: Include <sys/param.h> (for MAX and roundup), and
58387         <sys/uio.h> (for writev).
58388         * nss/nss_db/db-initgroups.c: Include <limits.h> (for ULONG_MAX),
58389         and <sys/param.h> (for MIN).
58391 2012-05-10  Pino Toscano  <toscano.pino@tiscali.it>
58393         * sysdeps/mach/nanosleep.c: Return EINVAL for invalid values of
58394         REQUESTED_TIME.  Properly set the remaining time and return EINTR
58395         if interrupted.
58397 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
58399         * sysdeps/mach/hurd/Makefile ($(common-objpfx)linkobj/libc.so):
58400         Depend on against $(link-rpcuserlibs).
58402 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
58404         * sysdeps/generic/ldsodefs.h [LIBC_STACK_END_NOT_RELRO]
58405         (__libc_stack_end): Do not use attribute_relro.
58406         * sysdeps/mach/hurd/dl-sysdep.h (LIBC_STACK_END_NOT_RELRO): Define.
58407         * sysdeps/mach/hurd/i386/init-first.c (init): Update __libc_stack_end
58408         to libthread-provided value.
58409         * sysdeps/mach/hurd/dl-sysdep.c (__libc_stack_end): Do not use
58410         attribute_relro.
58412 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
58414         [BZ #3748]
58415         * bits/libc-lock.h (__libc_once_get): New macro.
58416         * sysdeps/mach/bits/libc-lock.h: Likewise.
58417         * sysdeps/mach/hurd/bits/libc-lock.h: Likewise.
58418         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Use __libc_once_get
58419         instead of using implementation details.
58421         * libio/fileops.c: Unconditionally include <kernel-features.h>.
58422         * libio/freopen.c: Likewise.
58423         * libio/freopen64.c: Likewise.
58424         * misc/syslog.c: Likewise.
58425         * nscd/connections.c: Likewise.
58426         * nscd/netgroupcache.c: Likewise.
58427         * sysdeps/posix/getcwd.c: Likewise.
58429 2012-05-10  Roland McGrath  <roland@hack.frob.com>
58431         * math/w_ilogbf.c: Add #include <limits.h>.
58433 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
58435         * sysdeps/mach/hurd/setitimer.c (setitimer_locked): Use common exit
58436         path instead of returning without unlocking.
58438         * sysdeps/mach/hurd/bits/ioctls.h (_IOIW): New macro for
58439         immediate-write ioctls.
58440         * sysdeps/mach/hurd/ioctl.c: Handle cases with no arguments.
58442 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
58444         * sysdeps/mach/hurd/i386/init-first.c (init): Use
58445         __builtin_frame_address instead of making assumptions about the
58446         location of the return address relative to DATA.  Force early load of
58447         the return address.
58448         (_dl_init_first, doinit1 in doinit in _hurd_stack_setup): Don't use
58449         __builtin_frame_address.
58451         dup3 for GNU Hurd.
58452         * include/unistd.h: Declare __dup3 and use libc_hidden_proto on it.
58453         * sysdeps/mach/hurd/dup3.c: New file, copy from dup2.c.  Evolve it to
58454         implement dup3 and do some further code clean-ups.
58455         * sysdeps/mach/hurd/dup2.c (__dup2): Reimplement using __dup3.
58456         * sysdeps/mach/hurd/kernel-features.h (__ASSUME_DUP3): Define.
58458 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
58460         * sysdeps/mach/hurd/dl-sysdep.c: Conditionalize contents on [SHARED].
58462         * hurd/hurd/fd.h (_hurd_fd_get): Call HURD_CRITICAL_BEGIN/
58463         HURD_CRITICAL_END around holding _hurd_dtable_lock.
58464         * sysdeps/mach/hurd/dirfd (dirfd): Likewise.
58465         * sysdeps/mach/hurd/opendir.c (_hurd_fd_opendir): Call
58466         HURD_CRITICAL_BEGIN/HURD_CRITICAL_END around holding
58467         d->port.lock.
58469         * hurd/catch-signal.c (hurd_catch_signal): Use sigsetjmp/siglongjmp
58470         instead of setjmp/longjmp to restore the signal mask.  Call sigsetjmp
58471         when handler == SIG_ERR, not when handler != SIG_ERR.
58473 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
58475         * sysdeps/mach/hurd/bits/socket.h: New file, copy from the bsd4.4 one.
58476         (SOCK_MAX, SOCK_TYPE_MASK, SOCK_CLOEXEC, SOCK_NONBLOCK): New
58477         definitions.
58479         accept4 for GNU Hurd.
58480         * include/sys/socket.h (__libc_accept4): New prototype.
58481         * sysdeps/mach/hurd/accept4.c: New file, copy from accept.c.  Evolve it
58482         to implement __libc_accept4.
58483         * sysdeps/mach/hurd/accept.c (accept): Reimplement using
58484         __libc_accept4.
58485         * sysdeps/mach/hurd/kernel-features.h (__ASSUME_ACCEPT4): Define.
58487         * sysdeps/mach/hurd/i386/____longjmp_chk.S: New file.
58488         * sysdeps/mach/hurd/i386/signal-defines.sym: New file.
58489         * sysdeps/mach/hurd/i386/Makefile (gen-as-const-headers): Add
58490         signal-defines.sym.
58492 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
58494         * bits/in.h (SOL_IP, SOL_IPV6, SOL_ICMPV6): New macros.
58496 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
58498         * sysdeps/mach/hurd/dl-sysdep.c (open_file): Do not raise
58499         assertion on O_CLOEXEC flag.
58500         * hurd/hurd/fd.h: Update comment to mention O_CLOEXEC.
58501         * hurd/intern-fd.c: Likewise.
58502         * hurd/port2fd.c: Likewise.
58504 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
58506         [BZ #3906]
58507         * bits/in.h (IPV6_PKTINFO): Define new macro.
58508         (IPV6_RXINFO,IPV6_TXINFO,SCM_SRCINFO): Redefine to IPV6_PKTINFO.
58510 2012-05-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
58512         [BZ #13954]
58513         [BZ #13955]
58514         [BZ #13956]
58515         * sysdeps/ieee754/dbl-64/s_logb.c (__logb): Fix for subnormal number.
58516         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c (__logb): Likewise.
58517         * sysdeps/ieee754/flt-32/s_logbf.c (__logf): Likewise.
58518         * sysdeps/ieee754/ldbl-128/s_logbl.c (__logbl): Likewise.
58519         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
58520         * sysdeps/ieee754/ldbl-96/s_logbl.c (__logbl): Likewise.
58521         * math/libm-test.inc (logb_test) : Additional logb tests.
58523 2012-05-09  Andreas Schwab  <schwab@linux-m68k.org>
58524             Andreas Jaeger  <aj@suse.de>
58526         * configure.in (obsolete-rpc): Add new option --enable-obsolete-rpc.
58527         * configure: Regenerated.
58528         * config.h.in (LINK_OBSOLETE_RPC): New macro.
58529         * config.make.in (link-obsolete-rpc): New substituted variable.
58530         * include/libc-symbols.h (libc_hidden_nolink_sunrpc): Rename from
58531         libc_hidden_nolink and define based on LINK_OBSOLETE_RPC.
58532         * sunrpc/Makefile (headers) [link-obsolete-rpc]: Add rpc headers.
58533         (shared-only-routines): Don't set it under [link-obsolete-rpc],
58534         so that libc.a contains the symbols.
58535         * nis/Makefile (headers) [link-obsolete-rpc]: Add rpc headers.
58536         * sunrpc/auth_des.c: Use libc_hidden_nolink_sunrpc.
58537         * sunrpc/auth_none.c: Likewise.
58538         * sunrpc/auth_unix.c: Likewise.
58539         * sunrpc/authdes_prot.c: Likewise.
58540         * sunrpc/authuxprot.c: Likewise.
58541         * sunrpc/clnt_gen.c: Likewise.
58542         * sunrpc/clnt_perr.c: Likewise.
58543         * sunrpc/clnt_raw.c: Likewise.
58544         * sunrpc/clnt_simp.c: Likewise.
58545         * sunrpc/clnt_tcp.c: Likewise.
58546         * sunrpc/clnt_udp.c: Likewise.
58547         * sunrpc/clnt_unix.c: Likewise.
58548         * sunrpc/des_crypt.c: Likewise.
58549         * sunrpc/des_soft.c: Likewise.
58550         * sunrpc/get_myaddr.c: Likewise.
58551         * sunrpc/key_call.c: Likewise.
58552         * sunrpc/key_prot.c: Likewise.
58553         * sunrpc/netname.c: Likewise.
58554         * sunrpc/pm_getmaps.c: Likewise.
58555         * sunrpc/pm_getport.c: Likewise.
58556         * sunrpc/pmap_clnt.c: Likewise.
58557         * sunrpc/pmap_prot.c: Likewise.
58558         * sunrpc/pmap_prot2.c: Likewise.
58559         * sunrpc/pmap_rmt.c: Likewise.
58560         * sunrpc/publickey.c: Likewise.
58561         * sunrpc/rpc_cmsg.c: Likewise.
58562         * sunrpc/rpc_common.c: Likewise.
58563         * sunrpc/rpc_dtable.c: Likewise.
58564         * sunrpc/rpc_prot.c: Likewise.
58565         * sunrpc/rpc_thread.c: Likewise.
58566         * sunrpc/rtime.c: Likewise.
58567         * sunrpc/svc.c: Likewise.
58568         * sunrpc/svc_auth.c: Likewise.
58569         * sunrpc/svc_raw.c: Likewise.
58570         * sunrpc/svc_run.c: Likewise.
58571         * sunrpc/svc_tcp.c: Likewise.
58572         * sunrpc/svc_udp.c: Likewise.
58573         * sunrpc/svc_unix.c: Likewise.
58574         * sunrpc/svcauth_des.c: Likewise.
58575         * sunrpc/xcrypt.c: Likewise.
58576         * sunrpc/xdr.c: Likewise.
58577         * sunrpc/xdr_array.c: Likewise.
58578         * sunrpc/xdr_float.c: Likewise.
58579         * sunrpc/xdr_intXX_t.c: Likewise.
58580         * sunrpc/xdr_mem.c: Likewise.
58581         * sunrpc/xdr_rec.c: Likewise.
58582         * sunrpc/xdr_ref.c: Likewise.
58583         * sunrpc/xdr_sizeof.c: Likewise.
58584         * sunrpc/xdr_stdio.c: Likewise.
58586 2012-05-10  Roland McGrath  <roland@hack.frob.com>
58588         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Fix typo in last
58589         change.  Update copyright years.
58591 2012-05-10  Joseph Myers  <joseph@codesourcery.com>
58593         * include/stdc-predef.h (__STDC_NO_THREADS__): Define.
58595 2012-05-10  Maxim Kuvyrkov  <maxim@codesourcery.com>
58596             Joseph Myers  <joseph@codesourcery.com>
58597             Paul Pluzhnikov  <ppluzhnikov@google.com>
58599         [BZ #14012]
58600         * sunrpc/Makefile [cross-compiling] (headers): Enable additions
58601         requiring rpcgen.
58602         [cross-compiling] (extra-libs): Likewise.
58603         [cross-compiling] (extra-libs-others): Likewise.
58604         [cross-compiling] (librpcsvc-routines): Likewise.
58605         [cross-compiling] (librpcsvc-inhibit-o): Likewise.
58606         [cross-compiling] (omit-deps): Likewise.
58607         (sunrpc-CPPFLAGS): New variable.
58608         (CPPFLAGS): Define using $(sunrpc-CPPFLAGS).
58609         (BUILD_CPPFLAGS): Append $(sunrpc-CPPFLAGS).
58610         (cross-rpcgen-objs): New variable.
58611         (extra-objs): Append $(cross-rpcgen-objs).
58612         ($(cross-rpcgen-objs)): New rule.
58613         ($(objpfx)cross-rpcgen): Likewise.
58614         (rpcgen-cmd): Define to use $(built-program-file).  Expand
58615         comment.
58616         ($(objpfx)rpcsvc/%.stmp): Depend on cross-rpcgen.
58617         ($(objpfx)x%.stmp): Likewise.
58618         * sunrpc/proto.h [IS_IN_build] (_): Define.
58619         [IS_IN_build] (_libc_intl_domainname): Likewise.
58621 2012-05-10  H.J. Lu  <hongjiu.lu@intel.com>
58623         * sysdeps/x86_64/dl-machine.h (elf_machine_rela) [__ILP32__]:
58624         Sign extend relocation result to 64 bits for R_X86_64_DTPOFF64
58625         and R_X86_64_TPOFF64.
58627 2012-05-10  Joseph Myers  <joseph@codesourcery.com>
58629         * sysdeps/unix/sysv/linux/syscalls.list (alarm): Add entry from
58630         sysdeps/unix/sysv/syscalls.list.
58631         (stime): Likewise.
58632         (utime): Likewise.
58633         * sysdeps/unix/sysv/syscalls.list: Remove file.
58635 2012-05-10  Paul Eggert  <eggert@cs.ucla.edu>
58637         [BZ #3440]
58638         * locale/bits/locale.h (__LC_CTYPE, __LC_NUMERIC, __LC_TIME)
58639         (__LC_COLLATE, __LC_MONETARY, __LC_MESSAGES, __LC_ALL, __LC_PAPER)
58640         (__LC_NAME, __LC_ADDRESS, __LC_TELEPHONE, __LC_MEASUREMENT)
58641         (__LC_IDENTIFICATION): Make these macros useful in #if
58642         expressions, as required by C99.
58644 2012-05-10  Andreas Schwab  <schwab@linux-m68k.org>
58646         * sunrpc/Makefile (extra-objs) [$(build-shared) = yes]: Add
58647         $(addsuffix .os,$(rpc-compat-routines)).  Move include ../Rules
58648         after this.
58650 2012-05-09  H.J. Lu  <hongjiu.lu@intel.com>
58652         * stdlib/longlong.h: Updated from GCC.
58654 2012-05-09  Andreas Jaeger  <aj@suse.de>
58656         * nscd/nscd.c (run_modes): Make named enum, reorder so that
58657         default is first entry.
58658         (run_mode): Set type.
58659         (main): Remove informal message about syslog.
58660         (options): Fix typo.
58662         [BZ #14053]
58663         * sysdeps/x86_64/fpu/bits/mathinline.h (lrintf): Add __volatile
58664         to asm.
58665         (lrint): Likewise.
58666         (llrintf): Likewise.
58667         (llrint): Likewise.
58668         (rint): Likewise.
58669         (rintf): Likewise.
58670         (nearbyint): Likewise.
58671         (nearbyintf): Likewise.
58673 2012-05-09  Andreas Jaeger  <aj@suse.de>
58674             Pedro Alves  <palves@redhat.com>
58676         * nscd/nscd.c (run_mode): Use enum.
58677         (main): Cleanup coding style issue.
58679 2012-05-09  Alexandre Oliva  <aoliva@redhat.com>
58680             Andreas Jaeger  <aj@suse.de>
58682         * nscd/nscd.c (go_background): Replaced with...
58683         (run_mode): ... this.
58684         (RUN_FOREGROUND, RUN_DAEMONIZE, RUN_DEBUG): Add.
58685         (options): Add -F --foreground.
58686         (main): Implement it.
58687         (parse_opt): Parse it.
58689 2012-05-09  Andreas Jaeger  <aj@suse.de>
58691         [BZ #14083]
58692         * string/bits/string2.h (strspn) [__GNUC_PREREQ(3, 2) &&
58693         !_HAVE_STRING_ARCH_strspn]: Cast zero to size_t to avoid
58694         -Wconversion warning.
58695         (strspn) [!__GNUC_PREREQ(3, 2) && !_HAVE_STRING_ARCH_strspn]:
58696         Likewise.
58698 2012-05-09  Joseph Myers  <joseph@codesourcery.com>
58700         * conform/data/locale.h-data (NULL): Use macro-constant.  Require
58701         == 0.
58702         (LC_ALL): Use macro-int-constant.
58703         (LC_COLLATE): Likewise.
58704         (LC_CTYPE): Likewise.
58705         (LC_MESSAGES): Likewise.
58706         (LC_MONETARY): Likewise.
58707         (LC_NUMERIC): Likewise.
58708         (LC_TIME): Likewise.
58709         [ISO || ISO99 || ISO11] (LC_MESSAGES): Do not require.
58710         (LC_*): Change to LC_[ABCDEFGHIJKLMNOPQRSTUVWXYZ]*.
58711         [ISO || ISO99 || ISO11] (*_t): Do not allow.
58712         * conform/data/math.h-data (HUGE_VAL): Use macro-constant.
58713         Specify type.
58714         [C99-based standards] (float_t): Expect type.
58715         [C99-based standards] (double_t): Expect type.
58716         [C99-based standards] (HUGE_VALF): Use macro-constant.  Specify
58717         type.
58718         [C99-based standards] (HUGE_VALL): Likewise.
58719         [C99-based standards] (INFINITY): Likewise.
58720         [C99-based standards] (NAN): Likewise.
58721         [C99-based standards] (FP_INFINITE): Use macro-int-constant.
58722         [C99-based standards] (FP_NAN): Likewise.
58723         [C99-based standards] (FP_NORMAL): Likewise.
58724         [C99-based standards] (FP_SUBNORMAL): Likewise.
58725         [C99-based standards] (FP_ZERO): Likewise.
58726         [C99-based standards] (FP_FAST_FMA): Use
58727         optional-macro-int-constant.  Specify type.  Require == 1.
58728         [C99-based standards] (FP_FAST_FMAF): Likewise.
58729         [C99-based standards] (FP_FAST_FMAL): Likewise.
58730         [C99-based standards] (FP_ILOGB0): Use macro-int-constant.
58731         [C99-based standards] (FP_ILOGBNAN): Likewise.
58732         [C99-based standards] (MATH_ERRNO): Use macro-int-constant.
58733         Specify type.
58734         [C99-based standards] (MATH_ERREXCEPT): Likewise.
58735         [C99-based standards] (math_errhandling): Specify type.
58736         [ISO99 || ISO11] (signgam): Do not allow.
58737         [non-C99-based standards] (copysignf): Do not allow.
58738         [non-C99-based standards] (exp2f): Likewise.
58739         [non-C99-based standards] (log2f): Likewise.
58740         [non-C99-based standards] (modff): Allow.
58741         [non-C99-based standards] (erff): Do not allow.
58742         [non-C99-based standards] (erfcf): Likewise.
58743         [non-C99-based standards] (gammaf): Likewise.
58744         [non-C99-based standards] (hypotf): Likewise.
58745         [non-C99-based standards] (j0f): Likewise.
58746         [non-C99-based standards] (j1f): Likewise.
58747         [non-C99-based standards] (jnf): Likewise.
58748         [non-C99-based standards] (lgammaf): Likewise.
58749         [non-C99-based standards] (tgammaf): Likewise.
58750         [non-C99-based standards] (y0f): Likewise.
58751         [non-C99-based standards] (y1f): Likewise.
58752         [non-C99-based standards] (ynf): Likewise.
58753         [non-C99-based standards] (isnanf): Likewise.
58754         [non-C99-based standards] (acoshf): Likewise.
58755         [non-C99-based standards] (asinhf): Likewise.
58756         [non-C99-based standards] (atanhf): Likewise.
58757         [non-C99-based standards] (cbrtf): Likewise.
58758         [non-C99-based standards] (expm1f): Likewise.
58759         [non-C99-based standards] (ilogbf): Likewise.
58760         [non-C99-based standards] (log1pf): Likewise.
58761         [non-C99-based standards] (logbf): Likewise.
58762         [non-C99-based standards] (nextafterf): Likewise.
58763         [non-C99-based standards] (remainderf): Likewise.
58764         [non-C99-based standards] (rintf): Likewise.
58765         [non-C99-based standards] (scalbf): Likewise.
58766         [non-C99-based standards] (copysignl): Likewise.
58767         [non-C99-based standards] (exp2l): Likewise.
58768         [non-C99-based standards] (log2l): Likewise.
58769         [non-C99-based standards] (modfl): Allow.
58770         [non-C99-based standards] (erfl): Do not allow.
58771         [non-C99-based standards] (erfcl): Likewise.
58772         [non-C99-based standards] (gammal): Likewise.
58773         [non-C99-based standards] (hypotl): Likewise.
58774         [non-C99-based standards] (j0l): Likewise.
58775         [non-C99-based standards] (j1l): Likewise.
58776         [non-C99-based standards] (jnl): Likewise.
58777         [non-C99-based standards] (lgammal): Likewise.
58778         [non-C99-based standards] (tgammal): Likewise.
58779         [non-C99-based standards] (y0l): Likewise.
58780         [non-C99-based standards] (y1l): Likewise.
58781         [non-C99-based standards] (ynl): Likewise.
58782         [non-C99-based standards] (isnanl): Likewise.
58783         [non-C99-based standards] (acoshl): Likewise.
58784         [non-C99-based standards] (asinhl): Likewise.
58785         [non-C99-based standards] (atanhl): Likewise.
58786         [non-C99-based standards] (cbrtl): Likewise.
58787         [non-C99-based standards] (expm1l): Likewise.
58788         [non-C99-based standards] (ilogbl): Likewise.
58789         [non-C99-based standards] (log1pl): Likewise.
58790         [non-C99-based standards] (logbl): Likewise.
58791         [non-C99-based standards] (nextafterl): Likewise.
58792         [non-C99-based standards] (remainderl): Likewise.
58793         [non-C99-based standards] (rintl): Likewise.
58794         [non-C99-based standards] (scalbl): Likewise.
58795         [ISO || ISO99 || ISO11] (*_t): Do not allow.
58796         [non-C99-based standards] (FP_*): Do not allow.
58797         [C99-based standards] (FP_*): Change to
58798         FP_[ABCDEFGHIJKLMNOPQRSTUVWXYZ]*.
58799         * conform/data/setjmp.h-data [ISO || ISO99 || ISO11] (*_t): Do not
58800         allow.
58801         * conform/data/signal.h-data (SIG_DFL): Use macro-constant.
58802         (SIG_ERR): Likewise.
58803         [X/Open-based standards] (SIG_HOLD): Likewise.
58804         (SIG_IGN): Likewise.
58805         (SIGABRT): Use macro-int-constant.  Specify type.  Require
58806         positive value.
58807         (SIGFPE): Likewise.
58808         (SIGILL): Likewise.
58809         (SIGINT): Likewise.
58810         (SIGSEGV): Likewise.
58811         (SIGTER): Likewise.
58812         [!ISO && !ISO99 && !ISO11] (SIGALRM): Likewise.
58813         [!ISO && !ISO99 && !ISO11] (SIGHUP): Likewise.
58814         [!ISO && !ISO99 && !ISO11] (SIGIO): Likewise.
58815         [!ISO && !ISO99 && !ISO11] (SIGKILL): Likewise.
58816         [!ISO && !ISO99 && !ISO11] (SIGPIPE): Likewise.
58817         [!ISO && !ISO99 && !ISO11] (SIGQUIT): Likewise.
58818         [!ISO && !ISO99 && !ISO11] (SIGUSR1): Likewise.
58819         [!ISO && !ISO99 && !ISO11] (SIGUSR2): Likewise.
58820         [!ISO && !ISO99 && !ISO11] (SIGCHLD): Likewise.
58821         [!ISO && !ISO99 && !ISO11] (SIGCONT): Likewise.
58822         [!ISO && !ISO99 && !ISO11] (SIGSTOP): Likewise.
58823         [!ISO && !ISO99 && !ISO11] (SIGTSTP): Likewise.
58824         [!ISO && !ISO99 && !ISO11] (SIGTTIN): Likewise.
58825         [!ISO && !ISO99 && !ISO11] (SIGTTOU): Likewise.
58826         [!ISO && !ISO99 && !ISO11] (SIGBUS): Likewise.
58827         [!ISO && !ISO99 && !ISO11] (SIGPOLL): Likewise.
58828         [!ISO && !ISO99 && !ISO11] (SIGPROF): Likewise.
58829         [!ISO && !ISO99 && !ISO11] (SIGSYS): Likewise.
58830         [X/Open-based standards] (SIGTRAP): Likewise.
58831         [!ISO && !ISO99 && !ISO11] (SIGURG): Likewise.
58832         [!ISO && !ISO99 && !ISO11] (SIGVTALRM): Likewise.
58833         [!ISO && !ISO99 && !ISO11] (SIGXCPU): Likewise.
58834         [!ISO && !ISO99 && !ISO11] (SIGXFSZ): Likewise.
58835         * conform/data/stdarg.h-data [ISO || ISO99 || ISO11] (*_t): Do not
58836         allow.
58838 2012-05-08  Ian Wienand  <ianw@vmware.com>
58840         [BZ #14080]
58841         * time/tzset.c (__tzset_parse_tz): Update default rules for
58842         daylight time changes in the Energy Policy Act of 2005.
58844 2012-05-09  Andreas Jaeger  <aj@suse.de>
58846         [BZ #13983]
58847         * elf/ldconfig.c (parse_conf): Change string to make clear that
58848         ldconfig only issued a warning if ld.so.conf does not exist.
58850 2012-05-08  David S. Miller  <davem@davemloft.net>
58852         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor-vis3.S: Use
58853         movxtod instead of popping the value on the stack.
58855         * sysdeps/sparc/fpu/libm-test-ulps: Update.
58857 2012-05-08  Carlos O'Donell  <carlos_odonell@mentor.com>
58859         * config.h.in: Add HAVE_ARM_PCS_VFP.
58861 2012-05-08  Roland Mc Grath  <roland@hack.frob.com>
58863         [BZ #13979]
58864         * include/features.h: Warn if user requests __FORTIFY_SOURCE
58865         checking but the checks are disabled for any reason.
58867 2012-05-08  H.J. Lu  <hongjiu.lu@intel.com>
58869         * sysdeps/x86_64/dl-machine.h: Replace Elf64_XXX with ElfW(XXX)
58870         and ELF64_R_TYPE with ELFW(R_TYPE).
58872 2012-05-08  Joseph Myers  <joseph@codesourcery.com>
58874         * sysdeps/unix/sysv/syscalls.list (pause): Remove.
58875         (ulimit): Likewise.
58877         * sysdeps/unix/sysv/syscalls.list (setrlimit): Remove.
58878         (settimeofday): Likewise.
58880 2012-05-08  Mike Frysinger  <vapier@gentoo.org>
58882         * inet/arpa/tftp.h (struct tftphdr): Rename th_u to th_u1.  Add
58883         a struct th_u2 inside the union, and move tu_block/tu_code into
58884         a new th_u3 union of tu_block/tu_code inside of that.  Move
58885         th_data[1] into the th_u2 as tu_data[0].  Change tu_stuff[1] to
58886         tu_stuff[0].  Add a new tu_padding[4] to keep sizeof() the same.
58887         (th_block): Change to th_u1.th_u2.th_u3.tu_block.
58888         (th_code): Change to th_u1.th_u2.th_u3.tu_code.
58889         (th_stuff): Change to th_u1.tu_stuff.
58890         (th_data): Define.
58891         (th_msg): Change to th_u1.th_u2.tu_data.
58893 2012-05-07  David S. Miller  <davem@davemloft.net>
58895         * sysdeps/sparc/fpu/libm-test-ulps: Update.
58897         [BZ #14074]
58898         * sysdeps/sparc/sysdep.h (SPARC_PIC_THUNK_CALL): New macro.
58899         (SETUP_PIC_REG): Use it.
58900         (SETUP_PIC_REG_LEAF): Use it.
58902 2012-05-07  Joseph Myers  <joseph@codesourcery.com>
58904         [BZ #13885]
58905         [BZ #13923]
58906         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL): Define conditional on
58907         USE_AS_EXPM1L.
58908         (EXPL_FINITE): Likewise.
58909         (FLDLOG): Likewise.
58910         (IEEE754_EXPL) [USE_AS_EXPM1L]: Support use as expm1l.
58911         * sysdeps/i386/fpu/s_expm1l.S: Define USE_AS_EXPM1L and include
58912         e_expl.S.
58913         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL): Define conditional on
58914         USE_AS_EXPM1L.
58915         (EXPL_FINITE): Likewise.
58916         (FLDLOG): Likewise.
58917         (IEEE754_EXPL) [USE_AS_EXPM1L]: Support use as expm1l.
58918         * sysdeps/x86_64/fpu/s_expm1l.S: Define USE_AS_EXPM1L and include
58919         e_expl.S.
58920         * math/libm-test.inc (expm1_test): Add more tests.  Do not disable
58921         test of -max_value argument for long double.
58922         * sysdeps/i386/fpu/libm-test-ulps: Update.
58923         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
58925 2012-05-06  David S. Miller  <davem@davemloft.net>
58927         * scripts/data/localplt-sparc-linux-gnu.data: Add '?' markers to
58928         quad soft-float symbols whose references which are compiler
58929         generated.
58930         * scripts/data/localplt-sparc64-linux-gnu.data: Likewise.
58932 2012-05-06  Joseph Myers  <joseph@codesourcery.com>
58934         [BZ #13884]
58935         [BZ #13914]
58936         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL): Define conditional on
58937         USE_AS_EXP10L.
58938         (EXPL_FINITE): Likewise.
58939         (FLDLOG): Likewise.
58940         (c0): Likewise.
58941         (c1): Likewise.
58942         (__ieee754_expl): Change to IEEE754_EXPL.  Use FLDLOG macro.
58943         Adjust comments for base varying.
58944         (__expl_finite): Change alias to EXPL_FINITE.
58945         * sysdeps/i386/fpu/e_exp10l.S: Define USE_AS_EXP10L and include
58946         e_expl.S.
58947         * sysdeps/ieee754/dbl-64/e_exp10.c: New file.
58948         * sysdeps/ieee754/ldbl-128/e_exp10l.c: Likewise.
58949         * sysdeps/ieee754/ldbl-128ibm/e_exp10l.c: Likewise.
58950         * sysdeps/x86_64/fpu/e_exp10l.S: Likewise.
58951         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL): Define conditional on
58952         USE_AS_EXP10L.
58953         (EXPL_FINITE): Likewise.
58954         (FLDLOG): Likewise.
58955         (c0): Likewise.
58956         (c1): Likewise.
58957         (__ieee754_expl): Change to IEEE754_EXPL.  Use FLDLOG macro.
58958         Adjust comments for base varying.
58959         (__expl_finite): Change alias to EXPL_FINITE.
58960         * math/libm-test.inc (exp10_test): Add more tests.  Do not disable
58961         tests for bugs.
58962         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
58964         [BZ #14064]
58965         * math/libm-test.inc (check_float_internal): Correct ulp
58966         calculation for subnormal expected results.
58968 2012-05-06  Andreas Jaeger  <aj@suse.de>
58970         * Makeconfig (+math-flags): New, set to -frounding-math.
58971         (+cflags): Add +math-flags so that all of glibc gets compiled with
58972         it.
58974         * sysdeps/x86_64/fpu/libm-test-ulps: Updated.
58976 2012-05-05  Joseph Myers  <joseph@codesourcery.com>
58978         * math/libm-test.inc (hypot_test) [TEST_DOUBLE && TEST_INLINE]:
58979         Disable one test.
58981         [BZ #13787]
58982         [BZ #13922]
58983         [BZ #14036]
58984         * sysdeps/i386/fpu/e_expl.S (csat): New constant.
58985         (__ieee754_expl): Allow for and saturate large arguments.
58986         * sysdeps/ieee754/dbl-64/w_exp.c (o_threshold): Remove variable.
58987         (u_threshold): Likewise.
58988         (__exp): Call __ieee754_exp before checking for overflow and
58989         underflow.
58990         * sysdeps/ieee754/flt-32/w_expf.c (o_threshold): Remove variable.
58991         (u_threshold): Likewise.
58992         (__expf): Call __ieee754_expf before checking for overflow and
58993         underflow.
58994         * sysdeps/ieee754/ldbl-96/w_expl.c (o_threshold): Remove variable.
58995         (u_threshold): Likewise.
58996         (__expl): Call __ieee754_expl before checking for overflow and
58997         underflow.
58998         * sysdeps/x86_64/fpu/e_expl.S (csat): New constant.
58999         (__ieee754_expl): Allow for and saturate large arguments.
59000         * math/libm-test.inc (exp_test): Add another test.  Do not allow
59001         missing overflow exception on overflow.
59002         (expm1_test): Do not allow missing overflow exception on overflow.
59004         * sysdeps/i386/fpu/e_expl.c: Move to ...
59005         * sysdeps/i386/fpu/e_expl.S: ... here.  Write directly in assembly
59006         rather than using inline asm.
59007         * sysdeps/x86_64/fpu/e_expl.c: Remove file.
59008         * sysdeps/x86_64/fpu/e_expl.S: Copy from
59009         sysdeps/i386/fpu/e_expl.S, adjusted for x86_64.
59011         * sysdeps/unix/sysv/syscalls.list (ftime): Remove.
59012         (nice): Likewise.
59013         (poll): Likewise.
59014         (signal): Likewise.
59015         (time): Likewise.
59016         (times): Likewise.
59018 2012-05-04  Joseph Myers  <joseph@codesourcery.com>
59020         * sysdeps/unix/syscalls.list (adjtime): Add entry from
59021         sysdeps/unix/common/syscalls.list.
59022         (fchmod): Likewise.
59023         (fchown): Likewise.
59024         (ftruncate): Likewise.
59025         (getrusage): Likewise.
59026         (gettimeofday): Likewise.
59027         (setpgid): Likewise.
59028         (setregid): Likewise.
59029         (setreuid): Likewise.
59030         (sigaction): Likewise.
59031         (truncate): Likewise.
59032         (vhangup): Likewise.
59033         * sysdeps/unix/common/syscalls.list: Remove file.
59034         * sysdeps/unix/bsd/Implies: Don't include unix/common.
59035         * sysdeps/unix/sysv/linux/Implies: Likewise.
59037 2012-05-04  H.J. Lu  <hongjiu.lu@intel.com>
59039         * sysdeps/unix/sysv/linux/x86_64/nptl/ld.abilist: Moved to ...
59040         * sysdeps/unix/sysv/linux/x86_64/64/nptl/ld.abilist: Here.
59041         * sysdeps/unix/sysv/linux/x86_64/nptl/libBrokenLocale.abilist:
59042         Moved to ...
59043         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libBrokenLocale.abilist:
59044         Here.
59045         * sysdeps/unix/sysv/linux/x86_64/nptl/libanl.abilist: Moved
59046         to ...
59047         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libanl.abilist: Here.
59048         * sysdeps/unix/sysv/linux/x86_64/nptl/libc.abilist: Moved
59049         to ...
59050         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Here.
59051         * sysdeps/unix/sysv/linux/x86_64/nptl/libcrypt.abilist: Moved
59052         to ...
59053         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libcrypt.abilist: Here.
59054         * sysdeps/unix/sysv/linux/x86_64/nptl/libdl.abilist: Moved
59055         to ...
59056         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libdl.abilist: Here.
59057         * sysdeps/unix/sysv/linux/x86_64/nptl/libm.abilist: Moved
59058         to ...
59059         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libm.abilist: Here.
59060         * sysdeps/unix/sysv/linux/x86_64/nptl/libnsl.abilist: Moved
59061         to ...
59062         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libnsl.abilist: Here.
59063         * sysdeps/unix/sysv/linux/x86_64/nptl/libpthread.abilist: Moved
59064         to ...
59065         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libpthread.abilist:
59066         Here.
59067         * sysdeps/unix/sysv/linux/x86_64/nptl/libresolv.abilist: Moved
59068         to ...
59069         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libresolv.abilist:
59070         Here.
59071         * sysdeps/unix/sysv/linux/x86_64/nptl/librt.abilist: Moved
59072         to ...
59073         * sysdeps/unix/sysv/linux/x86_64/64/nptl/librt.abilist: Here.
59074         * sysdeps/unix/sysv/linux/x86_64/nptl/libthread_db.abilist:
59075         Moved to ...
59076         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libthread_db.abilist:
59077         Here.
59078         * sysdeps/unix/sysv/linux/x86_64/nptl/libutil.abilist: Moved
59079         to ...
59080         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libutil.abilist: Here.
59082 2012-05-04  Joseph Myers  <joseph@codesourcery.com>
59084         * sysdeps/unix/common/bits/dirent.h: Remove file.
59085         * sysdeps/unix/common/bits/fcntl.h: Likewise.
59087         * sysdeps/unix/bsd/bits/dirent.h: Remove file.
59088         * sysdeps/unix/bsd/bits/fcntl.h: Likewise.
59089         * sysdeps/unix/bsd/bsd4.4/isatty.c: Likewise.
59090         * sysdeps/unix/bsd/isatty.c: Likewise.
59091         * sysdeps/unix/bsd/tcdrain.c: Likewise.
59092         * sysdeps/unix/bsd/tcgetattr.c: Likewise.
59093         * sysdeps/unix/bsd/tcsetattr.c: Likewise.
59095 2012-05-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
59097         [BZ #13563]
59098         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c (__ieee754_acosl): Fix
59099         long double comparison inaccuracies.
59100         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c (__ieee754_asinl): Likewise.
59101         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
59103 2012-05-04  Andreas Schwab  <schwab@linux-m68k.org>
59105         * sysdeps/unix/make-syscalls.sh: Fix check for version aliases.
59106         * sysdeps/unix/sysv/linux/i386/syscalls.list: Revert last change.
59108 2012-05-04  Joseph Myers  <joseph@codesourcery.com>
59110         [BZ #14049]
59111         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Check for trailing
59112         nonzero digits before rounding a hex value.
59113         * stdlib/tst-strtod.c (tests): Add another test.
59115 2012-05-03  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
59117         * sysdeps/s390/fpu/libm-test-ulps: Update.
59119 2012-05-03  Andreas Jaeger  <aj@suse.de>
59121         * malloc/mcheck.c (mcheck): Add barrier so that malloc/free pair
59122         does not get optimized out.
59123         (malloc_opt_barrier): New.
59125 2012-05-03  Andreas Jaeger  <aj@suse.de>
59126             Roland McGrath  <roland@hack.frob.com>
59128         * Makerules (.PRECIOUS): Add %.symlist pattern to prevent
59129         intermediate file deletion.
59130         (generated): Add .symlist files.
59132 2012-05-03  Joseph Myers  <joseph@codesourcery.com>
59134         [BZ #13775]
59135         * libio/bits/stdio-ldbl.h [__USE_XOPEN2K8] (__dprintf_chk):
59136         Redirect under this condition.
59137         [__USE_XOPEN2K8] (__vdprintf_chk): Likewise.
59138         [__USE_GNU] (__dprintf_chk): Not under this condition.
59139         [__USE_GNU] (__vdprintf_chk): Likewise.
59140         * libio/bits/stdio2.h [__USE_XOPEN2K8] (__dprintf_chk): Declare
59141         under this condition.
59142         [__USE_XOPEN2K8] (__vdprintf_chk): Likewise.
59143         [__USE_XOPEN2K8] (dprintf): Define under this condition.
59144         [__USE_XOPEN2K8] (vdprintf): Likewise.
59145         [__USE_GNU] (__dprintf_chk): Not under this condition.
59146         [__USE_GNU] (__vdprintf_chk): Likewise.
59147         [__USE_GNU] (dprintf): Likewise.
59148         [__USE_GNU] (vdprintf): Likewise.
59150 2012-05-03  Roland McGrath  <roland@hack.frob.com>
59152         * elf/Makefile (common-generated): Set this instead of generated for
59153         .dyn, .phdr, .jmprel files.  Remove $(common-objpfx) from the
59154         $(all-built-dso)-derived lists.
59156 2012-05-03  Andreas Jaeger  <aj@suse.de>
59158         * sysdeps/i386/fpu/libm-test-ulps: Update.
59160         * FAQ: Removed.
59161         * FAQ.in: Likewise.
59162         * scripts/gen-FAQ.pl: Likewise.
59163         * manual/install.texi (Installation): Point to online location of
59164         FAQ.
59165         * Makefile (files-for-dist): Remove FAQ.
59166         (FAQ): Remove.
59168 2012-05-02  Allan McRae  <allan@archlinux.org>
59170         * elf/Makefile: (LDFLAGS-nodel2mod3.so: Use $(no-as-needed).
59171         (LDFLAGS-reldepmod5.so): Likewise.
59172         (LDFLAGS-reldep6mod1.so): Likewise.
59173         (LDFLAGS-reldep6mod4.so): Likewise.
59174         (LDFLAGS-reldep8mod3.so): Likewise.
59175         (LDFLAGS-unload4mod1.so): Likewise.
59176         (LDFLAGS-unload4mod2.so): Likewise.
59177         (LDFLAGS-tst-initorder): Likewise.
59178         (LDFLAGS-tst-initordera2.so): Likewise.
59179         (LDFLAGS-tst-initordera3.so): Likewise.
59180         (LDFLAGS-tst-initordera4.so): Likewise.
59181         (LDFLAGS-tst-initorderb2.so): Likewise.
59182         (LDFLAGS-noload): Likewise.
59183         (LDFLAGS-next): Likewise.
59184         (LDFLAGS-order2mod1.so): Likewise.
59185         (LDFLAGS-order2mod2.so): Likewise.
59186         (LDFLAGS-tst-initorder2): Likewise.
59187         (LDFLAGS-tst-initorder2a.so): Likewise.
59188         (LDFLAGS-tst-initorder2b.so): Likewise.
59189         (LDFLAGS-tst-initorder2c.so): Likewise.
59190         * stdlib/Makefile: (LDFLAGS-tst-putenv): Likewise.
59192 2012-05-02  David S. Miller  <davem@davemloft.net>
59194         * sysdeps/sparc/fpu/libm-test-ulps: Update.
59196 2012-05-02  Paul Pluzhnikov  <ppluzhnikov@google.com>
59198         [BZ #14055]
59199         * elf/dl-sysdep.c (_dl_show_auxv): Add bounds check.
59201 2012-05-02  Andreas Jaeger  <aj@suse.de>
59203         * math/Makefile (CPPFLAGS-test-ildoubl.c): Add -frounding-math
59204         since we manipulate rounding mode.
59205         (CPPFLAGS-test-idouble.c): Likewise.
59206         (CPPFLAGS-test-ifloat.c): Likewise.
59207         (CFLAGS-test-ldouble.c): Likewise.
59208         (CFLAGS-test-double.c): Likewise.
59209         (CFLAGS-test-float.c): Likewise.
59210         (CFLAGS-test-misc.c): Likewise.
59211         (CFLAGS-test-test-fenv.c): Likewise.
59213 2012-05-02  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
59215         [BZ #2550]
59216         [BZ #2570]
59217         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Use floating-point
59218         comparisons to determine direction to adjust input.
59220 2012-05-01  Roland McGrath  <roland@hack.frob.com>
59222         * elf/Makefile ($(objpfx)check-localplt.out): Redirect the test's
59223         output to the target.
59225         * scripts/localplt.awk: New file.
59226         * elf/Makefile ($(objpfx)check-localplt): Target removed.
59227         (check-localplt-CFLAGS): Variable removed.
59228         ($(all-built-dso:=.jmprel)): New static pattern rule.
59229         (generated): Add those targets.
59230         (localplt-built-dso): New variable.
59231         ($(objpfx)check-localplt.out): Use the script on the .jmprel files.
59233         * elf/check-localplt.c: File removed.
59235         * scripts/check-execstack.awk: New file.
59236         * elf/Makefile ($(objpfx)check-execstack): Target removed.
59237         (check-execstack-CFLAGS): Variable removed.
59238         ($(objpfx)check-execstack.h): Target removed.
59239         ($(objpfx)execstack-default): New target.
59240         (generated): Add that instead of check-execstack.h.
59241         ($(all-built-dso:=.phdr)): New static pattern rule.
59242         (generated): Add those targets.
59243         * elf/check-execstack.c: File removed.
59245         * scripts/check-textrel.awk: New file.
59246         * elf/Makefile ($(objpfx)check-textrel): Target removed.
59247         (check-textrel-CFLAGS): Variable removed.
59248         (all-built-dso): Use := to define.o
59249         ($(all-built-dso:=.dyn)): New static pattern rule.
59250         (generated): Add those targets.
59251         ($(objpfx)check-textrel.out): Use the script on the .dyn files.
59252         * config.make.in (READELF): New substituted variable.
59253         * elf/check-textrel.c: File removed.
59255 2012-05-01  Joseph Myers  <joseph@codesourcery.com>
59257         * conform/data/assert.h-data [ISO || ISO99 || ISO11] (*_t): Do not
59258         allow.
59259         * conform/data/ctype.h-data [C99-based standards] (isblank):
59260         Expect function.
59261         (is*): Change to is[abcdefghijklmnopqrstuvwxyz]*.
59262         (to*): Change to to[abcdefghijklmnopqrstuvwxyz]*.
59263         [ISO || ISO99 || ISO11] (*_t): Do not allow.
59264         * conform/data/errno.h-data (EDOM): Use macro-int-constant.
59265         Specify type.  Require positive value.
59266         (EILSEQ): Likewise.
59267         (ERANGE): Likewise.
59268         [ISO || POSIX] (EILSEQ): Do not expect.
59269         [!ISO && !ISO99 && !ISO11] (E2BIG): Use macro-int-constant.
59270         Specify type.  Require positive value.
59271         [!ISO && !ISO99 && !ISO11] (EACCES): Likewise.
59272         [!ISO && !ISO99 && !ISO11] (EADDRINUSE): Likewise.
59273         [!ISO && !ISO99 && !ISO11] (EADDRNOTAVAIL): Likewise.
59274         [!ISO && !ISO99 && !ISO11] (EAFNOSUPPORT): Likewise.
59275         [!ISO && !ISO99 && !ISO11] (EAGAIN): Likewise.
59276         [!ISO && !ISO99 && !ISO11] (EALREADY): Likewise.
59277         [!ISO && !ISO99 && !ISO11] (EBADF): Likewise.
59278         [!ISO && !ISO99 && !ISO11] (EBADMSG): Likewise.
59279         [!ISO && !ISO99 && !ISO11] (EBUSY): Likewise.
59280         [!ISO && !ISO99 && !ISO11] (ECANCELED): Likewise.
59281         [!ISO && !ISO99 && !ISO11] (ECHILD): Likewise.
59282         [!ISO && !ISO99 && !ISO11] (ECONNABORTED): Likewise.
59283         [!ISO && !ISO99 && !ISO11] (ECONNREFUSED): Likewise.
59284         [!ISO && !ISO99 && !ISO11] (ECONNRESET): Likewise.
59285         [!ISO && !ISO99 && !ISO11] (EDEADLK): Likewise.
59286         [!ISO && !ISO99 && !ISO11] (EDESTADDRREQ): Likewise.
59287         [!ISO && !ISO99 && !ISO11] (EDQUOT): Likewise.
59288         [!ISO && !ISO99 && !ISO11] (EEXIST): Likewise.
59289         [!ISO && !ISO99 && !ISO11] (EFAULT): Likewise.
59290         [!ISO && !ISO99 && !ISO11] (EFBIG): Likewise.
59291         [!ISO && !ISO99 && !ISO11] (EHOSTUNREACH): Likewise.
59292         [!ISO && !ISO99 && !ISO11] (EIDRM): Likewise.
59293         [!ISO && !ISO99 && !ISO11] (EINPROGRESS): Likewise.
59294         [!ISO && !ISO99 && !ISO11] (EINTR): Likewise.
59295         [!ISO && !ISO99 && !ISO11] (EINVAL): Likewise.
59296         [!ISO && !ISO99 && !ISO11] (EIO): Likewise.
59297         [!ISO && !ISO99 && !ISO11] (EISCONN): Likewise.
59298         [!ISO && !ISO99 && !ISO11] (EISDIR): Likewise.
59299         [!ISO && !ISO99 && !ISO11] (ELOOP): Likewise.
59300         [!ISO && !ISO99 && !ISO11] (EMFILE): Likewise.
59301         [!ISO && !ISO99 && !ISO11] (EMLINK): Likewise.
59302         [!ISO && !ISO99 && !ISO11] (EMSGSIZE): Likewise.
59303         [!ISO && !ISO99 && !ISO11] (EMULTIHOP): Likewise.
59304         [!ISO && !ISO99 && !ISO11] (ENAMETOOLONG): Likewise.
59305         [!ISO && !ISO99 && !ISO11] (ENETDOWN): Likewise.
59306         [!ISO && !ISO99 && !ISO11] (ENETUNREACH): Likewise.
59307         [!ISO && !ISO99 && !ISO11] (ENFILE): Likewise.
59308         [!ISO && !ISO99 && !ISO11] (ENOBUFS): Likewise.
59309         [!ISO && !ISO99 && !ISO11] (ENODATA): Likewise.
59310         [!ISO && !ISO99 && !ISO11] (ENODEV): Likewise.
59311         [!ISO && !ISO99 && !ISO11] (ENOENT): Likewise.
59312         [!ISO && !ISO99 && !ISO11] (ENOEXEC): Likewise.
59313         [!ISO && !ISO99 && !ISO11] (ENOLCK): Likewise.
59314         [!ISO && !ISO99 && !ISO11] (ENOLINK): Likewise.
59315         [!ISO && !ISO99 && !ISO11] (ENOMEM): Likewise.
59316         [!ISO && !ISO99 && !ISO11] (ENOMSG): Likewise.
59317         [!ISO && !ISO99 && !ISO11] (ENOPROTOOPT): Likewise.
59318         [!ISO && !ISO99 && !ISO11] (ENOSPC): Likewise.
59319         [!ISO && !ISO99 && !ISO11] (ENOSR): Likewise.
59320         [!ISO && !ISO99 && !ISO11] (ENOSTR): Likewise.
59321         [!ISO && !ISO99 && !ISO11] (ENOSYS): Likewise.
59322         [!ISO && !ISO99 && !ISO11] (ENOTCONN): Likewise.
59323         [!ISO && !ISO99 && !ISO11] (ENOTDIR): Likewise.
59324         [!ISO && !ISO99 && !ISO11] (ENOTEMPTY): Likewise.
59325         [!ISO && !ISO99 && !ISO11] (ENOTSOCK): Likewise.
59326         [!ISO && !ISO99 && !ISO11] (ENOTSUP): Likewise.
59327         [!ISO && !ISO99 && !ISO11] (ENOTTY): Likewise.
59328         [!ISO && !ISO99 && !ISO11] (ENXIO): Likewise.
59329         [!ISO && !ISO99 && !ISO11] (EOPNOTSUPP): Likewise.
59330         [!ISO && !ISO99 && !ISO11] (EOVERFLOW): Likewise.
59331         [!ISO && !ISO99 && !ISO11] (EPERM): Likewise.
59332         [!ISO && !ISO99 && !ISO11] (EPIPE): Likewise.
59333         [!ISO && !ISO99 && !ISO11] (EPROTO): Likewise.
59334         [!ISO && !ISO99 && !ISO11] (EPROTONOSUPPORT): Likewise.
59335         [!ISO && !ISO99 && !ISO11] (EPROTOTYPE): Likewise.
59336         [!ISO && !ISO99 && !ISO11] (EROFS): Likewise.
59337         [!ISO && !ISO99 && !ISO11] (ESPIPE): Likewise.
59338         [!ISO && !ISO99 && !ISO11] (ESRCH): Likewise.
59339         [!ISO && !ISO99 && !ISO11] (ESTALE): Likewise.
59340         [!ISO && !ISO99 && !ISO11] (ETIME): Likewise.
59341         [!ISO && !ISO99 && !ISO11] (ETIMEDOUT): Likewise.
59342         [!ISO && !ISO99 && !ISO11] (ETXTBSY): Likewise.
59343         [!ISO && !ISO99 && !ISO11] (EWOULDBLOCK): Likewise.
59344         [!ISO && !ISO99 && !ISO11] (EXDEV): Likewise.
59345         [XOPEN2K8 || defined POSIX2008] (ENOTRECOVERABLE): Likewise.
59346         [XOPEN2K8 || defined POSIX2008] (EOWNERDEAD): Likewise.
59347         * conform/data/float.h-data (FLT_RADIX): Use macro-int-constant.
59348         Require >= 2.
59349         (FLT_ROUNDS): Expect as macro, not constant.
59350         (FLT_MANT_DIG): Use macro-int-constant.
59351         (DBL_MANT_DIG): Likewise.
59352         (LDBL_MANT_DIG): Likewise.
59353         (FLT_DIG): Likewise.
59354         (DBL_DIG): Likewise.
59355         (LDBL_DIG): Likewise.
59356         (FLT_MIN_EXP): Use macro-int-constant.  Require < 0.
59357         (DBL_MIN_EXP): Likewise.
59358         (LDBL_MIN_EXP): Likewise.
59359         (FLT_MAX_EXP): Use macro-int-constant.
59360         (DBL_MAX_EXP): Likewise.
59361         (LDBL_MAX_EXP): Likewise.
59362         (FLT_MAX_10_EXP): Likewise.
59363         (DBL_MAX_10_EXP): Likewise.
59364         (LDBL_MAX_10_EXP): Likewise.
59365         (FLT_MAX): Use macro-constant.
59366         (DBL_MAX): Likewise.
59367         (LDBL_MAX): Likewise.
59368         (FLT_EPSILON): Use macro-constant.  Give upper bound.
59369         (DBL_EPSILON): Likewise.
59370         (LDBL_EPSILON): Likewise.
59371         (FLT_MIN): Likewise.
59372         (DBL_MIN): Likewise.
59373         (LDBL_MIN): Likewise.
59374         [C99-based standards] (DECIMAL_DIG): Use macro-int-constant.
59375         [C99-based standards] (FLT_EVAL_METHOD): Likewise.
59376         [ISO11] (DBL_HAS_SUBNORM): Use macro-int-constant.
59377         [ISO11] (FLT_HAS_SUBNORM): Likewise.
59378         [ISO11] (LDBL_HAS_SUBNORM): Likewise.
59379         [ISO11] (DBL_DECIMAL_DIG): Likewise.
59380         [ISO11] (FLT_DECIMAL_DIG): Likewise.
59381         [ISO11] (LDBL_DECIMAL_DIG): Likewise.
59382         [ISO11] (DBL_TRUE_MIN): Use macro-constant.
59383         [ISO11] (FLT_TRUE_MIN): Likewise.
59384         [ISO11] (LDBL_TRUE_MIN): Likewise.
59385         [ISO || ISO99 || ISO11] (*_t): Do not allow.
59386         * conform/data/limits.h-data (CHAR_BIT): Use macro-int-constant.
59387         (SCHAR_MIN): Use macro-int-constant.  Specify type.
59388         (SCHAR_MAX): Likewise.
59389         (UCHAR_MAX): Likewise.
59390         (CHAR_MIN): Likewise.
59391         (CHAR_MAX): Likewise.
59392         (MB_LEN_MAX): Use macro-int-constant.
59393         (SHRT_MIN): Use macro-int-constant.  Specify type.
59394         (SHRT_MAX): Likewise.
59395         (USHRT_MAX): Likewise.
59396         (INT_MAX): Likewise.
59397         (INT_MIN): Use macro-int-constant.  Specify type.  Make upper
59398         bound negative.
59399         (UINT_MAX): Use macro-int-constant.  Specify type.  Suffix lower
59400         bound with "U".
59401         (LONG_MAX): Use macro-int-constant.  Specify type.  Suffix lower
59402         bound with "L".
59403         (LONG_MIN): Use macro-int-constant.  Specify type.  Make upper
59404         bound negative.  Suffix upper bound with "L".
59405         (ULONG_MAX): Use macro-int-constant.  Specify type.  Suffix lower
59406         bound with "UL".
59407         [C99-based standards] (LLONG_MIN): Use macro-int-constant.
59408         Specify type.
59409         [C99-based standards] (LLONG_MAX): Likewise.
59410         [C99-based standards] (ULLONG_MAX): Likewise.
59411         * conform/data/stddef.h-data (NULL): Use macro-constant.  Require
59412         == 0.
59413         [ISO11] (max_align_t): Require type.
59414         [ISO || ISO99 || ISO11] (*_t): Do not allow.
59416         * conform/conformtest.pl ($CFLAGS_namespace): Define separately
59417         from $CFLAGS, without defining away __attribute__ calls.
59418         (checknamespace): Use $CFLAGS_namespace.
59420         * conform/conformtest.pl (@keywords): Only include C99 keywords
59421         for standards based on C99 or C11.
59423         * conform/data/iso646.h-data [ISO || POSIX || XPG3 || XPG4]:
59424         Disable tests.
59425         * conform/data/stdint.h-data [ISO || POSIX || XPG3 || XPG4 ||
59426         UNIX98]: Likewise.
59428         * conform/conformtest.pl: Handle "macro-int-constant" and test for
59429         usability of symbols in #if.
59431         * conform/conformtest.pl: If macro or constant types start
59432         "promoted:", expect the symbol to be of the following type
59433         promoted by the integer promotions.
59435         * conform/conformtest.pl: Parse all "constant" and "macro" lines
59436         in one place.  Also handle "macro-constant".
59438         * conform/conformtest.pl: Only accept expected macro values with
59439         "==".  Parse all "macro" lines in one place.
59440         * conform/data/stdlib.h-data: Use "==" form on "macro" lines.
59442         * conform/conformtest.pl: Handle braced types on "constant" lines
59443         instead of handling "typed-constant".
59444         * conform/data/signal.h-data: Use "constant" instead of
59445         "typed-constant".
59447         * conform/conformtest.pl: Handle "optional-" at start of lines in
59448         one place rather than duplicating several cases.  Handle each
59449         format of "macro" line with initial "optional-".
59451         * conform/conformtest.pl: Only accept expected constant or
59452         optional-constant values with "==".  Parse all "constant" lines in
59453         one place.  Parse all "optional-constant" lines in one place.
59454         * conform/data/cpio.h-data: Use "==" form on "constant" lines.
59455         * conform/data/fmtmsg.h-data: Likewise.
59456         * conform/data/netinet/in.h-data: Likewise.
59457         * conform/data/tar.h-data: Likewise.
59458         * conform/data/limits.h-data: Use "==" form on "constant" and
59459         "optional-constant" lines.
59461         * conform/conformtest.pl: Use -ansi for XPG3, XPG4 and UNIX98.
59462         Use -std=c99 for XOPEN2K.
59463         (@knownproblems): Remove.
59464         (newtoken): Don't check %isknown.
59466         * conform/data/math.h-data [XPG3 || XPG4 || UNIX98] (fpclassify):
59467         Do not expect macro.
59468         [XPG3 || XPG4 || UNIX98] (isfinite): Likewise.
59469         [XPG3 || XPG4 || UNIX98] (isinf): Likewise.
59470         [XPG3 || XPG4 || UNIX98] (isnan): Likewise.
59471         [XPG3 || XPG4 || UNIX98] (isnormal): Likewise.
59472         [XPG3 || XPG4 || UNIX98] (signbit): Likewise.
59473         [XPG3 || XPG4 || UNIX98] (isgreater): Likewise.
59474         [XPG3 || XPG4 || UNIX98] (isgreaterequal): Likewise.
59475         [XPG3 || XPG4 || UNIX98] (isless): Likewise.
59476         [XPG3 || XPG4 || UNIX98] (islessequal): Likewise.
59477         [XPG3 || XPG4 || UNIX98] (islessgreater): Likewise.
59478         [XPG3 || XPG4 || UNIX98] (isunordered): Likewise.
59479         [XPG3 || XPG4 || UNIX98] (isnan): Expect as function.
59480         [XPG3 || XPG4 || UNIX98] (HUGE_VALF): Do not expect.
59481         [XPG3 || XPG4 || UNIX98] (HUGE_VALL): Likewise.
59482         [XPG3 || XPG4 || UNIX98] (INFINITY): Likewise.
59483         [XPG3 || XPG4 || UNIX98] (NAN): Likewise.
59484         [XPG3 || XPG4 || UNIX98] (FP_INFINITE): Likewise.
59485         [XPG3 || XPG4 || UNIX98] (FP_NAN): Likewise.
59486         [XPG3 || XPG4 || UNIX98] (FP_NORMAL): Likewise.
59487         [XPG3 || XPG4 || UNIX98] (FP_SUBNORMAL): Likewise.
59488         [XPG3 || XPG4 || UNIX98] (FP_ZERO): Likewise.
59489         [XPG3 || XPG4 || UNIX98] (FP_FAST_FMA): Likewise.
59490         [XPG3 || XPG4 || UNIX98] (FP_FAST_FMAF): Likewise.
59491         [XPG3 || XPG4 || UNIX98] (FP_FAST_FMAL): Likewise.
59492         [XPG3 || XPG4 || UNIX98] (FP_ILOGB0): Likewise.
59493         [XPG3 || XPG4 || UNIX98] (FP_ILOGBNAN): Likewise.
59494         [XPG3 || XPG4 || UNIX98] (copysign): Likewise.
59495         [XPG3 || XPG4 || UNIX98] (exp2): Likewise.
59496         [XPG3 || XPG4 || UNIX98] (log2): Likewise.
59497         [XPG3 || XPG4 || UNIX98] (tgama): Likewise.
59498         [XPG3] (acosh): Likewise.
59499         [XPG3] (asinh): Likewise.
59500         [XPG3] (atanh): Likewise.
59501         [XPG3] (cbrt): Likewise.
59502         [XPG3] (expm1): Likewise.
59503         [XPG3] (ilogb): Likewise.
59504         [XPG3] (log1p): Likewise.
59505         [XPG3] (logb): Likewise.
59506         [XPG3] (nextafter): Likewise.
59507         [XPG3 || XPG4 || UNIX98] (nexttoward): Likewise.
59508         [XPG3 || XPG4 || UNIX98] (nearbyint): Likewise.
59509         [XPG3] (remainder): Likewise.
59510         [XPG3] (rint): Likewise.
59511         [XPG3 || XPG4 || UNIX98] (round): Likewise.
59512         [XPG3 || XPG4 || UNIX98] (trunc): Likewise.
59513         [XPG3 || XPG4 || UNIX98] (lrint): Likewise.
59514         [XPG3 || XPG4 || UNIX98] (llrint): Likewise.
59515         [XPG3 || XPG4 || UNIX98] (lround): Likewise.
59516         [XPG3 || XPG4 || UNIX98] (llround): Likewise.
59517         [XPG3 || XPG4 || UNIX98] (remquo): Likewise.
59518         [UNIX98 || XOPEN2K] (scalb): Expect.
59519         [XPG3 || XPG4 || UNIX98] (scalbn): Do not expect.
59520         [XPG3 || XPG4 || UNIX98] (scalbln): Likewise.
59521         [XPG3 || XPG4 || UNIX98] (fdim): Likewise.
59522         [XPG3 || XPG4 || UNIX98] (fmax): Likewise.
59523         [XPG3 || XPG4 || UNIX98] (fmin): Likewise.
59524         [XPG3 || XPG4 || UNIX98] (fma): Likewise.
59525         [XPG3 || XPG4 || UNIX98] (nan): Likewise.
59526         [XPG3 || XPG4 || UNIX98] (acosf): Likewise.
59527         [XPG3 || XPG4 || UNIX98] (asinf): Likewise.
59528         [XPG3 || XPG4 || UNIX98] (atanf): Likewise.
59529         [XPG3 || XPG4 || UNIX98] (atan2f): Likewise.
59530         [XPG3 || XPG4 || UNIX98] (ceilf): Likewise.
59531         [XPG3 || XPG4 || UNIX98] (copysignf): Likewise.
59532         [XPG3 || XPG4 || UNIX98] (cosf): Likewise.
59533         [XPG3 || XPG4 || UNIX98] (coshf): Likewise.
59534         [XPG3 || XPG4 || UNIX98] (expf): Likewise.
59535         [XPG3 || XPG4 || UNIX98] (exp2f): Likewise.
59536         [XPG3 || XPG4 || UNIX98] (fabsf): Likewise.
59537         [XPG3 || XPG4 || UNIX98] (floorf): Likewise.
59538         [XPG3 || XPG4 || UNIX98] (fmodf): Likewise.
59539         [XPG3 || XPG4 || UNIX98] (frexpf): Likewise.
59540         [XPG3 || XPG4 || UNIX98] (ldexpf): Likewise.
59541         [XPG3 || XPG4 || UNIX98] (logf): Likewise.
59542         [XPG3 || XPG4 || UNIX98] (log10f): Likewise.
59543         [XPG3 || XPG4 || UNIX98] (log2f): Likewise.
59544         [XPG3 || XPG4 || UNIX98] (modff): Likewise.
59545         [XPG3 || XPG4 || UNIX98] (powf): Likewise.
59546         [XPG3 || XPG4 || UNIX98] (sinf): Likewise.
59547         [XPG3 || XPG4 || UNIX98] (sinhf): Likewise.
59548         [XPG3 || XPG4 || UNIX98] (sqrtf): Likewise.
59549         [XPG3 || XPG4 || UNIX98] (tanf): Likewise.
59550         [XPG3 || XPG4 || UNIX98] (tanhf): Likewise.
59551         [XPG3 || XPG4 || UNIX98] (erff): Likewise.
59552         [XPG3 || XPG4 || UNIX98] (erfcf): Likewise.
59553         [XPG3 || XPG4 || UNIX98] (gammaf): Likewise.
59554         [XPG3 || XPG4 || UNIX98] (hypotf): Likewise.
59555         [XPG3 || XPG4 || UNIX98] (j0f): Likewise.
59556         [XPG3 || XPG4 || UNIX98] (j1f): Likewise.
59557         [XPG3 || XPG4 || UNIX98] (jnf): Likewise.
59558         [XPG3 || XPG4 || UNIX98] (lgammaf): Likewise.
59559         [XPG3 || XPG4 || UNIX98] (tgammaf): Likewise.
59560         [XPG3 || XPG4 || UNIX98] (y0f): Likewise.
59561         [XPG3 || XPG4 || UNIX98] (y1f): Likewise.
59562         [XPG3 || XPG4 || UNIX98] (ynf): Likewise.
59563         [XPG3 || XPG4 || UNIX98] (acoshf): Likewise.
59564         [XPG3 || XPG4 || UNIX98] (asinhf): Likewise.
59565         [XPG3 || XPG4 || UNIX98] (atanhf): Likewise.
59566         [XPG3 || XPG4 || UNIX98] (cbrtf): Likewise.
59567         [XPG3 || XPG4 || UNIX98] (expm1f): Likewise.
59568         [XPG3 || XPG4 || UNIX98] (ilogbf): Likewise.
59569         [XPG3 || XPG4 || UNIX98] (log1pf): Likewise.
59570         [XPG3 || XPG4 || UNIX98] (logbf): Likewise.
59571         [XPG3 || XPG4 || UNIX98] (nextafterf): Likewise.
59572         [XPG3 || XPG4 || UNIX98] (nexttowardf): Likewise.
59573         [XPG3 || XPG4 || UNIX98] (nearbyintf): Likewise.
59574         [XPG3 || XPG4 || UNIX98] (remainderf): Likewise.
59575         [XPG3 || XPG4 || UNIX98] (rintf): Likewise.
59576         [XPG3 || XPG4 || UNIX98] (roundf): Likewise.
59577         [XPG3 || XPG4 || UNIX98] (truncf): Likewise.
59578         [XPG3 || XPG4 || UNIX98] (lrintf): Likewise.
59579         [XPG3 || XPG4 || UNIX98] (llrintf): Likewise.
59580         [XPG3 || XPG4 || UNIX98] (lroundf): Likewise.
59581         [XPG3 || XPG4 || UNIX98] (llroundf): Likewise.
59582         [XPG3 || XPG4 || UNIX98] (remquof): Likewise.
59583         [XPG3 || XPG4 || UNIX98] (scalbf): Likewise.
59584         [XPG3 || XPG4 || UNIX98] (scalbnf): Likewise.
59585         [XPG3 || XPG4 || UNIX98] (scalblnf): Likewise.
59586         [XPG3 || XPG4 || UNIX98] (fdimf): Likewise.
59587         [XPG3 || XPG4 || UNIX98] (fmaxf): Likewise.
59588         [XPG3 || XPG4 || UNIX98] (fminf): Likewise.
59589         [XPG3 || XPG4 || UNIX98] (fmaf): Likewise.
59590         [XPG3 || XPG4 || UNIX98] (nanf): Likewise.
59591         [XPG3 || XPG4 || UNIX98] (acosl): Likewise.
59592         [XPG3 || XPG4 || UNIX98] (asinl): Likewise.
59593         [XPG3 || XPG4 || UNIX98] (atanl): Likewise.
59594         [XPG3 || XPG4 || UNIX98] (atan2l): Likewise.
59595         [XPG3 || XPG4 || UNIX98] (ceill): Likewise.
59596         [XPG3 || XPG4 || UNIX98] (copysignl): Likewise.
59597         [XPG3 || XPG4 || UNIX98] (cosl): Likewise.
59598         [XPG3 || XPG4 || UNIX98] (coshl): Likewise.
59599         [XPG3 || XPG4 || UNIX98] (expl): Likewise.
59600         [XPG3 || XPG4 || UNIX98] (exp2l): Likewise.
59601         [XPG3 || XPG4 || UNIX98] (fabsl): Likewise.
59602         [XPG3 || XPG4 || UNIX98] (floorl): Likewise.
59603         [XPG3 || XPG4 || UNIX98] (fmodl): Likewise.
59604         [XPG3 || XPG4 || UNIX98] (frexpl): Likewise.
59605         [XPG3 || XPG4 || UNIX98] (ldexpl): Likewise.
59606         [XPG3 || XPG4 || UNIX98] (logl): Likewise.
59607         [XPG3 || XPG4 || UNIX98] (log10l): Likewise.
59608         [XPG3 || XPG4 || UNIX98] (log2l): Likewise.
59609         [XPG3 || XPG4 || UNIX98] (modfl): Likewise.
59610         [XPG3 || XPG4 || UNIX98] (powl): Likewise.
59611         [XPG3 || XPG4 || UNIX98] (sinl): Likewise.
59612         [XPG3 || XPG4 || UNIX98] (sinhl): Likewise.
59613         [XPG3 || XPG4 || UNIX98] (sqrtl): Likewise.
59614         [XPG3 || XPG4 || UNIX98] (tanl): Likewise.
59615         [XPG3 || XPG4 || UNIX98] (tanhl): Likewise.
59616         [XPG3 || XPG4 || UNIX98] (erfl): Likewise.
59617         [XPG3 || XPG4 || UNIX98] (erfcl): Likewise.
59618         [XPG3 || XPG4 || UNIX98] (gammal): Likewise.
59619         [XPG3 || XPG4 || UNIX98] (hypotl): Likewise.
59620         [XPG3 || XPG4 || UNIX98] (j0l): Likewise.
59621         [XPG3 || XPG4 || UNIX98] (j1l): Likewise.
59622         [XPG3 || XPG4 || UNIX98] (jnl): Likewise.
59623         [XPG3 || XPG4 || UNIX98] (lgammal): Likewise.
59624         [XPG3 || XPG4 || UNIX98] (tgammal): Likewise.
59625         [XPG3 || XPG4 || UNIX98] (y0l): Likewise.
59626         [XPG3 || XPG4 || UNIX98] (y1l): Likewise.
59627         [XPG3 || XPG4 || UNIX98] (ynl): Likewise.
59628         [XPG3 || XPG4 || UNIX98] (acoshl): Likewise.
59629         [XPG3 || XPG4 || UNIX98] (asinhl): Likewise.
59630         [XPG3 || XPG4 || UNIX98] (atanhl): Likewise.
59631         [XPG3 || XPG4 || UNIX98] (cbrtl): Likewise.
59632         [XPG3 || XPG4 || UNIX98] (expm1l): Likewise.
59633         [XPG3 || XPG4 || UNIX98] (ilogbl): Likewise.
59634         [XPG3 || XPG4 || UNIX98] (log1pl): Likewise.
59635         [XPG3 || XPG4 || UNIX98] (logbl): Likewise.
59636         [XPG3 || XPG4 || UNIX98] (nextafterl): Likewise.
59637         [XPG3 || XPG4 || UNIX98] (nexttowardl): Likewise.
59638         [XPG3 || XPG4 || UNIX98] (nearbyintl): Likewise.
59639         [XPG3 || XPG4 || UNIX98] (remainderl): Likewise.
59640         [XPG3 || XPG4 || UNIX98] (rintl): Likewise.
59641         [XPG3 || XPG4 || UNIX98] (roundl): Likewise.
59642         [XPG3 || XPG4 || UNIX98] (truncl): Likewise.
59643         [XPG3 || XPG4 || UNIX98] (lrintl): Likewise.
59644         [XPG3 || XPG4 || UNIX98] (llrintl): Likewise.
59645         [XPG3 || XPG4 || UNIX98] (lroundl): Likewise.
59646         [XPG3 || XPG4 || UNIX98] (llroundl): Likewise.
59647         [XPG3 || XPG4 || UNIX98] (remquol): Likewise.
59648         [XPG3 || XPG4 || UNIX98] (scalbl): Likewise.
59649         [XPG3 || XPG4 || UNIX98] (scalbnl): Likewise.
59650         [XPG3 || XPG4 || UNIX98] (scalblnl): Likewise.
59651         [XPG3 || XPG4 || UNIX98] (fdiml): Likewise.
59652         [XPG3 || XPG4 || UNIX98] (fmaxl): Likewise.
59653         [XPG3 || XPG4 || UNIX98] (fminl): Likewise.
59654         [XPG3 || XPG4 || UNIX98] (fmal): Likewise.
59655         [XPG3 || XPG4 || UNIX98] (nanl): Likewise.
59657         * conform/conformtest.pl: Define _XOPEN_SOURCE as well as
59658         _XOPEN_SOURCE_EXTENDED for XPG4.
59660         * conform/conformtest.pl: Handle "symbol" lines for allow-header.
59662         * Makeconfig (localtime): Remove variable.
59663         (inst_localtime-file): Likewise.
59665 2012-05-01  Andreas Schwab  <schwab@linux-m68k.org>
59667         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/ld.abilist:
59668         Update.
59669         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
59670         Update.
59671         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libm.abilist:
59672         Update.
59673         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libpthread.abilist:
59674         Update.
59675         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/librt.abilist:
59676         Update.
59677         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld.abilist:
59678         Update.
59679         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
59680         Update.
59681         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm.abilist:
59682         Update.
59683         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread.abilist:
59684         Update.
59686 2012-05-01  Joseph Myers  <joseph@codesourcery.com>
59688         [BZ #2550]
59689         [BZ #2570]
59690         * math/s_nexttowardf.c (__nexttowardf): Use floating-point
59691         comparisons to determine direction to adjust input.
59692         * sysdeps/i386/fpu/s_nexttoward.c (__nexttoward): Likewise.
59693         * sysdeps/i386/fpu/s_nexttowardf.c(__nexttowardf): Likewise.
59694         * sysdeps/ieee754/ldbl-128/s_nexttoward.c (__nexttoward):
59695         Likewise.
59696         * sysdeps/ieee754/ldbl-128/s_nexttowardf.c (__nexttowardf):
59697         Likewise.
59698         * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c (__nexttowardf):
59699         Likewise.
59700         * sysdeps/ieee754/ldbl-96/s_nexttoward.c (__nexttoward): Likewise.
59701         * sysdeps/ieee754/ldbl-96/s_nexttowardf.c (__nexttowardf):
59702         Likewise.
59703         * sysdeps/ieee754/ldbl-opt/s_nexttowardfd.c (__nldbl_nexttowardf):
59704         Likewise.
59705         * math/libm-test.inc (nexttoward_test): Add more tests.
59707 2012-05-01  Andreas Schwab  <schwab@linux-m68k.org>
59709         [BZ #14040]
59710         * sysdeps/powerpc/powerpc32/fpu/s_nearbyint.S (nearbyintl): Define
59711         in version GLIBC_2.1, not GLIBC_2.0.
59712         * sysdeps/powerpc/powerpc64/fpu/s_nearbyint.S (nearbyintl):
59713         Likewise.
59715 2012-04-30  Joseph Myers  <joseph@codesourcery.com>
59717         [BZ #13942]
59718         * sysdeps/i386/fpu/e_acos.S (__ieee754_acos): Calculate 1 - x^2 as
59719         (1 - x) * (1 + x).
59720         * sysdeps/i386/fpu/e_acosl.c (__ieee754_acosl): Likewise.
59721         * sysdeps/i386/fpu/e_asin.S (__ieee754_asin): Likewise.
59722         * math/libm-test.inc (acos_test): Add more tests.
59723         (asin_test): Likewise.
59724         * sysdeps/i386/fpu/libm-test-ulps: Update.
59725         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
59727         [BZ #14034]
59728         * sysdeps/i386/fpu/e_acos.S (__ieee754_acos): Take absolute value
59729         of square root.
59730         * sysdeps/i386/fpu/e_acosf.S (__ieee754_acosf): Likewise.
59731         * sysdeps/i386/fpu/e_acosl.c (__ieee754_acosl): Likewise.
59732         * math/libm-test.inc (acos_test_tonearest): New function.
59733         (acos_test_towardzero): Likewise.
59734         (acos_test_downward): Likewise.
59735         (acos_test_upward): Likewise.
59736         (asin_test_tonearest): Likewise.
59737         (asin_test_towardzero): Likewise.
59738         (asin_test_downward): Likewise.
59739         (asin_test_upward): Likewise.
59740         (main): Call the new functions.
59741         * sysdeps/i386/fpu/libm-test-ulps: Update.
59742         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
59744         [BZ #13884]
59745         [BZ #13924]
59746         * math/e_exp10.c: Include <float.h>.
59747         (__ieee754_exp10): Handle underflow here rather than multiplying
59748         large negative argument by M_LN10.
59749         * math/e_exp10f.c (__ieee754_exp10f): Call __ieee754_exp instead
59750         of __ieee754_expf.
59751         * math/e_exp10l.c: Include <float.h>.
59752         (__ieee754_exp10l): Handle underflow here rather than multiplying
59753         large negative argument by M_LN10l.
59754         * math/libm-test.inc (exp10_test): Add another test.  Do not allow
59755         spurious overflow exception on underflow.
59757 2012-04-29  Marek Polacek  <polacek@redhat.com>
59759         * misc/sys/cdefs.h (__attribute_artificial__): New macro.
59760         (__fortify_function): New macro.
59761         (__extern_always_inline): Don't use __attribute__ ((__artificial__)).
59762         * libio/bits/stdio-ldbl.h: Use __fortify_function in place of
59763         __extern_always_inline.
59764         * libio/bits/stdio2.h: Likewise.
59765         * libio/bits/stdio.h: Likewise.
59766         * string/string.h: Likewise.
59767         * string/bits/string3.h: Likewise.
59768         * include/stdio.h: Likewise.
59769         * stdlib/bits/stdlib.h: Likewise.
59770         * stdlib/stdlib.h: Likewise.
59771         * rt/bits/mqueue2.h: Likewise.
59772         * rt/mqueue.h: Likewise.
59773         * posix/bits/unistd.h: Likewise.
59774         * posix/unistd.h: Likewise.
59775         * io/bits/poll2.h: Likewise.
59776         * io/bits/fcntl2.h: Likewise.
59777         * io/fcntl.h: Likewise.
59778         * io/sys/poll.h: Likewise.
59779         * misc/bits/syslog.h: Likewise.
59780         * misc/bits/syslog-ldbl.h: Likewise.
59781         * misc/sys/syslog.h: Likewise.
59782         * socket/bits/socket2.h: Likewise.
59783         * socket/sys/socket.h: Likewise.
59784         * debug/tst-chk1.c: Likewise.
59785         * wcsmbs/bits/wchar2.h: Likewise.
59786         * wcsmbs/bits/wchar-ldbl.h: Likewise.
59787         * wcsmbs/wchar.h: Likewise.
59789 2012-04-29  Andreas Jaeger  <aj@suse.de>
59791         * Makerules (tests): Remove enable-check-abi protection.
59792         (check-abi-warn): Remove.
59793         (check-abi-%): Remove check-abi-warn usage.
59795         * configure.in: Remove check-abi configure option.
59796         * configure: Regenerated.
59797         * config.make.in (enable-check-abi): Remove.
59799 2012-04-28  Andreas Schwab  <schwab@linux-m68k.org>
59801         [BZ #14033]
59802         * math/bits/math-finite.h [__NO_LONG_DOUBLE_MATH]: Redirect long
59803         double functions to double *_finite functions.
59805         [BZ #13941]
59806         * sysdeps/ieee754/ldbl-128ibm/ldbl2mpn.c
59807         (__mpn_extract_long_double): Use DBL_MIN_EXP instead of
59808         LDBL_MIN_EXP.
59809         * stdio-common/Makefile (tests): Add tst-sprintf3.
59810         * stdio-common/tst-sprintf3.c: New file.
59812         * elf/Makefile ($(objpfx)tst-leaks1-mem, $(objpfx)noload-mem)
59813         ($(objpfx)tst-unused-dep.out): Don't run when cross-compiling.
59815 2012-04-28  Joseph Myers  <joseph@codesourcery.com>
59817         * conform/conformtest.pl: Remove duplicate typed-constant
59818         handling.
59820 2012-04-28  David S. Miller  <davem@davemloft.net>
59822         * Makerules (%.abilist): Add vpath on sysdep_dirs.
59823         (check-abi-%): Remove AWK script prerequisite and explicit
59824         abilist directory.
59825         (check-abi): Rewrite to just diff the symlist with the abilist.
59826         (config-tls, config-abi-config): Delete, no longer used.
59827         (update-abi-%): Remove AWK script and explicit abilist directory.
59828         (update-abi): Rewrite to simply compare and conditionally copy the
59829         symlist and the sysdep abilist file.  Remove update-abi-config
59830         checks.
59831         * abilist/ld.abilist: Remove.
59832         * abilist/libBrokenLocale.abilist: Remove.
59833         * abilist/libanl.abilist: Remove.
59834         * abilist/libcrypt.abilist: Remove.
59835         * abilist/libdl.abilist: Remove.
59836         * abilist/librt.abilist: Remove.
59837         * abilist/libthread_db.abilist: Remove.
59838         * abilist/libutil.abilist: Remove.
59839         * scripts/extract-abilist.awk: Remove.
59840         * scripts/merge-abilist.awk: Remove.
59841         * sysdeps/generic/libcidn.abilist: New file.
59842         * sysdeps/generic/libnss_compat.abilist: New file.
59843         * sysdeps/generic/libnss_db.abilist: New file.
59844         * sysdeps/generic/libnss_dns.abilist: New file.
59845         * sysdeps/generic/libnss_files.abilist: New file.
59846         * sysdeps/generic/libnss_hesiod.abilist: New file.
59847         * sysdeps/generic/libnss_nis.abilist: New file.
59848         * sysdeps/generic/libnss_nisplus.abilist: New file.
59849         * sysdeps/unix/sysv/linux/i386/nptl/ld.abilist: New file.
59850         * sysdeps/unix/sysv/linux/i386/nptl/libanl.abilist: New file.
59851         * sysdeps/unix/sysv/linux/i386/nptl/libBrokenLocale.abilist: New
59852         file.
59853         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: New file.
59854         * sysdeps/unix/sysv/linux/i386/nptl/libcrypt.abilist: New file.
59855         * sysdeps/unix/sysv/linux/i386/nptl/libdl.abilist: New file.
59856         * sysdeps/unix/sysv/linux/i386/nptl/libm.abilist: New file.
59857         * sysdeps/unix/sysv/linux/i386/nptl/libnsl.abilist: New file.
59858         * sysdeps/unix/sysv/linux/i386/nptl/libpthread.abilist: New file.
59859         * sysdeps/unix/sysv/linux/i386/nptl/libresolv.abilist: New file.
59860         * sysdeps/unix/sysv/linux/i386/nptl/librt.abilist: New file.
59861         * sysdeps/unix/sysv/linux/i386/nptl/libthread_db.abilist: New
59862         file.
59863         * sysdeps/unix/sysv/linux/i386/nptl/libutil.abilist: New file.
59864         * sysdeps/unix/sysv/linux/x86_64/nptl/ld.abilist: New file.
59865         * sysdeps/unix/sysv/linux/x86_64/nptl/libanl.abilist: New file.
59866         * sysdeps/unix/sysv/linux/x86_64/nptl/libBrokenLocale.abilist: New
59867         file.
59868         * sysdeps/unix/sysv/linux/x86_64/nptl/libc.abilist: New file.
59869         * sysdeps/unix/sysv/linux/x86_64/nptl/libcrypt.abilist: New file.
59870         * sysdeps/unix/sysv/linux/x86_64/nptl/libdl.abilist: New file.
59871         * sysdeps/unix/sysv/linux/x86_64/nptl/libm.abilist: New file.
59872         * sysdeps/unix/sysv/linux/x86_64/nptl/libnsl.abilist: New file.
59873         * sysdeps/unix/sysv/linux/x86_64/nptl/libpthread.abilist: New
59874         file.
59875         * sysdeps/unix/sysv/linux/x86_64/nptl/libresolv.abilist: New file.
59876         * sysdeps/unix/sysv/linux/x86_64/nptl/librt.abilist: New file.
59877         * sysdeps/unix/sysv/linux/x86_64/nptl/libthread_db.abilist: New
59878         file.
59879         * sysdeps/unix/sysv/linux/x86_64/nptl/libutil.abilist: New file.
59880         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/ld.abilist:
59881         New file.
59882         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libanl.abilist:
59883         New file.
59884         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libBrokenLocale.abilist:
59885         New file.
59886         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libc.abilist:
59887         New file.
59888         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libcrypt.abilist:
59889         New file.
59890         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libdl.abilist:
59891         New file.
59892         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libm.abilist:
59893         New file.
59894         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libnsl.abilist:
59895         New file.
59896         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libpthread.abilist:
59897         New file.
59898         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libresolv.abilist:
59899         New file.
59900         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/librt.abilist:
59901         New file.
59902         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libthread_db.abilist:
59903         New file.
59904         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libutil.abilist:
59905         New file.
59906         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld.abilist: New
59907         file.
59908         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libanl.abilist:
59909         New file.
59910         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libBrokenLocale.abilist:
59911         New file.
59912         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist: New
59913         file.
59914         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libcrypt.abilist:
59915         New file.
59916         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libdl.abilist:
59917         New file.
59918         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm.abilist: New
59919         file.
59920         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libnsl.abilist:
59921         New file.
59922         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread.abilist:
59923         New file.
59924         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libresolv.abilist:
59925         New file.
59926         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/librt.abilist:
59927         New file.
59928         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libthread_db.abilist:
59929         New file.
59930         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libutil.abilist:
59931         New file.
59932         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/ld.abilist: New file.
59933         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libanl.abilist: New
59934         file.
59935         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libBrokenLocale.abilist:
59936         New file.
59937         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: New
59938         file.
59939         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libcrypt.abilist: New
59940         file.
59941         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libdl.abilist: New
59942         file.
59943         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libm.abilist: New
59944         file.
59945         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libnsl.abilist: New
59946         file.
59947         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
59948         New file.
59949         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libresolv.abilist: New
59950         file.
59951         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/librt.abilist: New
59952         file.
59953         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libthread_db.abilist:
59954         New file.
59955         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libutil.abilist: New
59956         file.
59957         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/ld.abilist: New file.
59958         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libanl.abilist: New
59959         file.
59960         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libBrokenLocale.abilist:
59961         New file.
59962         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: New
59963         file.
59964         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libcrypt.abilist: New
59965         file.
59966         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libdl.abilist: New
59967         file.
59968         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libm.abilist: New
59969         file.
59970         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libnsl.abilist: New
59971         file.
59972         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
59973         New file.
59974         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libresolv.abilist: New
59975         file.
59976         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/librt.abilist: New
59977         file.
59978         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libthread_db.abilist:
59979         New file.
59980         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libutil.abilist: New
59981         file.
59982         * sysdeps/unix/sysv/linux/sh/nptl/ld.abilist: New file.
59983         * sysdeps/unix/sysv/linux/sh/nptl/libanl.abilist: New file.
59984         * sysdeps/unix/sysv/linux/sh/nptl/libBrokenLocale.abilist: New
59985         file.
59986         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: New file.
59987         * sysdeps/unix/sysv/linux/sh/nptl/libcrypt.abilist: New file.
59988         * sysdeps/unix/sysv/linux/sh/nptl/libdl.abilist: New file.
59989         * sysdeps/unix/sysv/linux/sh/nptl/libm.abilist: New file.
59990         * sysdeps/unix/sysv/linux/sh/nptl/libnsl.abilist: New file.
59991         * sysdeps/unix/sysv/linux/sh/nptl/libpthread.abilist: New file.
59992         * sysdeps/unix/sysv/linux/sh/nptl/libresolv.abilist: New file.
59993         * sysdeps/unix/sysv/linux/sh/nptl/librt.abilist: New file.
59994         * sysdeps/unix/sysv/linux/sh/nptl/libthread_db.abilist: New file.
59995         * sysdeps/unix/sysv/linux/sh/nptl/libutil.abilist: New file.
59996         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/ld.abilist: New file.
59997         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libanl.abilist: New
59998         file.
59999         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libBrokenLocale.abilist:
60000         New file.
60001         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: New
60002         file.
60003         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libcrypt.abilist: New
60004         file.
60005         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libdl.abilist: New
60006         file.
60007         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libm.abilist: New
60008         file.
60009         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libnsl.abilist: New
60010         file.
60011         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libpthread.abilist:
60012         New file.
60013         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libresolv.abilist:
60014         New file.
60015         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/librt.abilist: New
60016         file.
60017         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libthread_db.abilist:
60018         New file.
60019         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libutil.abilist: New
60020         file.
60021         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/ld.abilist: New file.
60022         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libanl.abilist: New
60023         file.
60024         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libBrokenLocale.abilist:
60025         New file.
60026         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: New
60027         file.
60028         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libcrypt.abilist: New
60029         file.
60030         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libdl.abilist: New
60031         file.
60032         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libm.abilist: New
60033         file.
60034         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libnsl.abilist: New
60035         file.
60036         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libpthread.abilist:
60037         New file.
60038         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libresolv.abilist:
60039         New file.
60040         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/librt.abilist: New
60041         file.
60042         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libthread_db.abilist:
60043         New file.
60044         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libutil.abilist: New
60045         file.
60047 2012-04-28  Joseph Myers  <joseph@codesourcery.com>
60049         * conform/conformtest.pl: Fix typo in handling typed-constant from
60050         allow-header.
60052 2012-04-27  Joseph Myers  <joseph@codesourcery.com>
60054         * README: Cut down references to pre-2.6 Linux kernels and
60055         Linuxthreads.  Update lists of configurations in libc and ports
60056         and sort alphabetically.  Say "or newer" with Linux kernel version
60057         requirements.
60059         * config.h.in [IS_IN_build]: Allow compiling without optimization.
60061 2012-04-27  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
60063         [BZ #887]
60064         * math/libm-test.inc (logb_test_downward): New test to expose
60065         erroneous negative sign on -0.0 result of logb[l](1) in FE_DOWNWARD
60066         rounding mode.
60068 2012-04-27  Joseph Myers  <joseph@codesourcery.com>
60070         [BZ #14027]
60071         * math/fclrexcpt.c (__feclearexcept): Return zero if nothing needs
60072         to be done.
60073         * math/fraiseexcpt.c (__feraiseexcept): Likewise.
60074         * math/fsetexcptflg.c (__fesetexceptflag): Likewise.
60076 2012-04-26  Joseph Myers  <joseph@codesourcery.com>
60078         * sysdeps/unix/i386/brk.S: Remove file.
60079         * sysdeps/unix/i386/dl-brk.S: Likewise.
60080         * sysdeps/unix/i386/pipe.S: Likewise.
60081         * sysdeps/unix/i386/sigreturn.S: Likewise.
60082         * sysdeps/unix/i386/syscall.S: Likewise.
60083         * sysdeps/unix/i386/vfork.S: Likewise.
60084         * sysdeps/unix/i386/wait.S: Likewise.
60086         * sysdeps/unix/common/tcsendbrk.c: Move to ...
60087         * sysdeps/unix/sysv/linux/tcsendbrk.c: ... here.
60089         * configure.in (arm*-none*): Do not allow without
60090         --enable-hacker-mode.
60091         (netbsd*): Remove case setting base_os.
60092         (386bsd*): Likewise.
60093         (freebsd*): Likewise.
60094         (bsdi*): Likewise.
60095         (osf*): Likewise.
60096         (sunos*): Likewise.
60097         (ultrix*): Likewise.
60098         (newsos*): Likewise.
60099         (dynix*): Likewise.
60100         (*bsd*): Likewise.
60101         (sysv*): Likewise.
60102         (isc*): Likewise.
60103         (esix*): Likewise.
60104         (sco*): Likewise.
60105         (minix*): Likewise.
60106         (irix4*): Likewise.
60107         (irix6*): Likewise.
60108         (solaris[2-9]*): Likewise.
60109         (none): Likewise.
60110         * configure: Regenerated.
60112 2012-04-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
60114         [BZ #11521]
60115         * sysdeps/ieee754/ldbl-128ibm/s_ctanhl.c (__ctanhl): Avoid internal
60116         overflow or cancellation in calculating denominator.
60117         * sysdeps/ieee754/ldbl-128ibm/s_ctanl.c (__ctanl): Likewise.
60118         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c (__ieee754_sinhl): Breaking
60119         down expression to avoid unexpected rounding in newer GCCs.
60120         * sysdeps/powerpc/fpu/libm-test-ulps: Update for ctan, ctanh fix.
60122 2012-04-26  David S. Miller  <davem@davemloft.net>
60124         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: Generate
60125         long-double compat symbols.
60126         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: Likewise.
60127         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax.S: Likewise.
60128         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin.S: Likewise.
60129         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint.S: Likewise.
60130         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint.S: Likewise.
60131         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: Likewise.
60132         * sysdeps/sparc/sparc32/sparcv9/fpu/s_floor.S: Likewise.
60133         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmax.S: Likewise.
60134         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmin.S: Likewise.
60135         * sysdeps/sparc/sparc32/sparcv9/fpu/s_isnan.S: Likewise.
60136         * sysdeps/sparc/sparc32/sparcv9/fpu/s_llrint.S: Likewise.
60137         * sysdeps/sparc/sparc32/sparcv9/fpu/s_lrint.S: Likewise.
60138         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rint.S: Likewise.
60140 2012-04-25  David S. Miller  <davem@davemloft.net>
60142         * sysdeps/sparc/sparc32/bits/atomic.h: Include sysdep.h to get
60143         HWCAP_* values only after the memory barriers have been defined.
60144         (atomic_full_barrier): Define.
60145         (atomic_read_barrier): Define.
60146         (atomic_write_barrier): Define.
60148 2012-04-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
60150         * shlib-versions: Add libgcc_s version information.
60151         * sysdeps/generic/libgcc_s.h: Remove.
60152         * sysdeps/generic/framestate.c: Include gnu/lib-names.h instead of
60153         libgcc_s.h.
60154         * sysdeps/gnu/unwind-resume.c: Likewise.
60155         * scripts/test-installation.pl: Remove libgcc_s from link_libs.
60157 2012-04-25  David S. Miller  <davem@davemloft.net>
60159         * sysdeps/unix/sparc/brk.S: Delete.
60160         * sysdeps/unix/sparc/dl-brk.S: Delete.
60161         * sysdeps/unix/sparc/pipe.S: Delete.
60162         * sysdeps/unix/sparc/sysdep.S: Delete.
60163         * sysdeps/unix/sparc/sysdep.h: Delete.
60164         * sysdeps/unix/sparc/vfork.S: Delete.
60165         * sysdeps/sparc/sysdep.h (SPARC_PIC_THUNK, SPARC_PIC_REG)
60166         (SPARC_PIC_REG_LEAF, ENTRY, END, LOC): Define.
60167         * sysdeps/unix/sysv/linux/sparc/sysdep.h (ret, ret_NOERRNO)
60168         (ret_ERRVAL, r0, r1, MOVE): Define.
60169         (JUMPTARGET): Remove.
60170         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Don't include
60171         sysdeps/unix/sparc/sysdep.h
60172         (ENTRY, END): Remove.
60173         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
60175 2012-04-25  Joseph Myers  <joseph@codesourcery.com>
60177         * Makerules (native-compile): Use $(BUILD_LDFLAGS).
60178         (ALL_BUILD_CFLAGS): Use $(BUILD_CPPFLAGS) -D_GNU_SOURCE
60179         -DIS_IN_build.
60181         * timezone/README: Update upstream location and email address for
60182         tzcode and tzdata.
60183         * timezone/zdump.c: Update from tzcode 2012b.
60184         * timezone/zic.c: Likewise.
60186         * configure.in (libc_cv_as_needed): Remove test.
60187         * configure: Regenerated.
60188         * Makeconfig [$(have-as-needed) != yes] (as-needed): Remove
60189         conditional definition.
60190         [$(have-as-needed) != yes] (no-as-needed): Likewise.
60191         [$(have-as-needed) != yes] (libgcc_eh): Likewise.
60192         * config.make.in (have-as-needed): Remove variable.
60194 2012-04-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
60195             Paul Pluzhnikov  <ppluzhnikov@google.com>
60197         * elf/dl-minimal.c (__strtoul_internal): Parse hexadecimal and octal
60198         strings correctly.
60200 2012-04-25  Chung-Lin Tang  <cltang@codesourcery.com>
60202         * sysdeps/sh/memcpy.S: Remove include of endian.h, change
60203         preprocessor endian tests to '#ifdef __BIG_ENDIAN__'.
60204         * sysdeps/sh/strlen.S: Likewise.
60206 2012-04-24  Joseph Myers  <joseph@codesourcery.com>
60208         * sysdeps/unix/fork.S: Remove file.
60209         * sysdeps/unix/i386/fork.S: Likewise.
60210         * sysdeps/unix/sparc/fork.S: Likewise.
60212         * sysdeps/unix/system.c: Remove file.
60213         * sysdeps/unix/bsd/bsd4.4/system.c: Likewise.
60215         * sysdeps/unix/getegid.S: Remove file.
60216         * sysdeps/unix/geteuid.S: Likewise.
60218 2012-04-24  Roland McGrath  <roland@hack.frob.com>
60220         * scripts/check-localplt.awk: New file.
60221         * elf/Makefile ($(objpfx)check-localplt.out): Use that script instead
60222         of diff.
60223         * scripts/data/localplt-generic.data: Add a comment.
60225         * sysdeps/mach/hurd/symlink.c: Don't call __mach_port_deallocate on
60226         NODE when __dir_mkfile failed.
60227         * sysdeps/mach/hurd/symlinkat.c: Likewise.
60228         Reported by Ludovic Courtès <ludo@gnu.org>.
60230 2012-04-24  Andreas Jaeger  <aj@suse.de>
60232         * Makerules (common-clean): Also remove gen-as-const-headers
60233         files.
60235 2012-04-24  Joseph Myers  <joseph@codesourcery.com>
60237         * Makerules (native-compile): Do not change working directory for
60238         build.  Use $(OUTPUT_OPTION) in command.
60239         (ALL_BUILD_CFLAGS): Use $(common-objpfx) to find config.h.
60241 2012-04-24  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
60243         [BZ #13886]
60244         * sysdeps/powerpc/powerpc64/fpu/s_floorl.S: Delete file. Use the
60245         sysdeps/ieee754/ldbl-128ibm/s_floorl.c version instead.
60246         * math/libm-test.inc (floor_test): Add more tests.
60247         * sysdeps/powerpc/fpu/libm-test-ulps: Update for pow tests.
60249 2012-04-24  Joseph Myers  <joseph@codesourcery.com>
60251         * sysdeps/unix/getdents.c: Remove file.
60252         * sysdeps/unix/sysv/getdents.c: Likewise.
60253         * sysdeps/unix/sysv/syscalls.list (s_getdents): Remove.
60255         * sysdeps/unix/syscalls.list (madvise): Add syscall from
60256         sysdeps/unix/mman/syscalls.list.
60257         (mmap): Likewise.
60258         (mprotect): Likewise.
60259         (msync): Likewise.
60260         (munmap): Likewise.
60261         * sysdeps/unix/bsd/bsd4.4/Implies: Remove.
60262         * sysdeps/unix/mman/syscalls.list: Remove.
60263         * sysdeps/unix/sysv/linux/Implies: Don't include unix/mman.
60265         * configure.in (libc_cv_libgcc_s_suffix): Remove test.
60266         (libc_cv_as_needed): Don't use $libc_cv_libgcc_s_suffix.
60267         * configure: Regenerated.
60268         * Makeconfig [$(have-as-needed) = yes] (libgcc_eh): Don't use
60269         $(libgcc_s_suffix).
60270         * config.make.in (libgcc_s_suffix): Remove variable.
60272 2012-04-23  Joseph Myers  <joseph@codesourcery.com>
60274         * sysdeps/unix/sysv/gethostname.c: Move to ...
60275         * sysdeps/posix/gethostname.c: ... here.
60277         * sysdeps/unix/execve.S: Remove file.
60279         * sysdeps/unix/_exit.S: Remove file.
60281 2012-04-23  Andreas Jaeger  <aj@suse.de>
60283         [BZ #13739]
60284         * manual/Makefile: Remove make dist support, there's no
60285         need for a stand-alone documentation tar ball.
60286         (TEXI2DVI): Define always, it's not in Makeconfig.
60287         (dist): Removed.
60288         (tar-it): Removed.
60289         (edition): Removed.
60290         (glibc-doc-$(edition).tar): Removed
60291         (%.Z): Removed.
60292         (%.gz): Removed.
60293         (%.uu): Removed.
60294         (ETAGS): Remove, it's in Makeconfig.
60295         (move-if-change): Remove, it's in Makeconfig.
60297 2012-04-23  Paul Eggert  <eggert@cs.ucla.edu>
60299         [BZ #13970]
60300         * stdlib/stdlib.h: Remove warn_unused_result attribute from strtol etc.
60301         (strtod, strtof, strtold, strtol, strtoul, strtoq)
60302         (strtouq, strtoll, strtoull, strtol_l, strtoul_l, strtoll_l, strtoull_l)
60303         (strtod_l, strtof_l, strtold_l): Remove __wur.
60304         It is not necessarily an error to ignore strtol's return value.
60305         One can reliably look at the stored endptr to decide whether
60306         the number had valid syntax.
60308 2012-04-21  Andreas Jaeger  <aj@suse.de>
60310         [BZ #13739]
60311         * sysdeps/s390/s390-64/Makefile (distribute): Remove variable.
60313 2012-04-21  Joseph Myers  <joseph@codesourcery.com>
60315         * sysdeps/unix/sysv/linux/Versions (GLIBC_2.0): Add sysinfo.
60316         * sysdeps/unix/sysv/Versions: Remove file.
60318 2012-04-21  Markus Trippelsdorf  <markus@trippelsdorf.de>
60320         [BZ #13927]
60321         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
60323 2012-04-21  Nick Alcock  <nick.alcock@oracle.com>
60325         [BZ #7064]
60326         * sysdeps/unix/sysv/linux/i386/syscalls.list: Omit explicit
60327         version from __vm86.
60329 2012-04-20  Joseph Myers  <joseph@codesourcery.com>
60331         * sysdeps/unix/common/lxstat.c: Remove file.
60332         * sysdeps/unix/common/syscalls.list (sys_lstat): Remove.
60334         * sysdeps/unix/sysv/Makefile: Remove file.
60336         * sysdeps/unix/sysv/direct.h: Remove file.
60338         * sysdeps/unix/sysv/bits/dirent.h: Remove file.
60339         * sysdeps/unix/sysv/bits/fcntl.h: Likewise.
60340         * sysdeps/unix/sysv/bits/local_lim.h: Likewise.
60341         * sysdeps/unix/sysv/bits/signum.h: Likewise.
60342         * sysdeps/unix/sysv/bits/stat.h: Likewise.
60343         * sysdeps/unix/sysv/bits/utmp.h: Likewise.
60344         * sysdeps/unix/sysv/bits/utsname.h: Likewise.
60346         * sysdeps/unix/sysv/setrlimit.c: Remove file.
60348         * sysdeps/unix/xmknod.c: Remove file.
60349         * sysdeps/unix/syscalls.list (sys_mknod): Remove.
60351         * sysdeps/unix/sysv/settimeofday.c: Remove file.
60353         * sysdeps/unix/sysv/i386/time.S: Remove file.
60355         * sysdeps/unix/fxstat.c: Remove file.
60356         * sysdeps/unix/xstat.c: Likewise.
60357         * sysdeps/unix/syscalls.list (sys_fstat, sys_stat): Remove.
60359         * sysdeps/unix/sysv/sigaction.c: Remove file.
60361         * sysdeps/unix/sysv/Makefile [termio.h not in sysdep_headers]
60362         (sysdep_headers): Remove variable.
60363         [termio.h not in sysdep_headers] (generated): Likewise.
60364         [termio.h not in sysdep_headers] ($(objpfx)termio.h): Remove rule.
60365         * sysdeps/unix/sysv/sysv_termio.h: Remove file.
60366         * sysdeps/unix/sysv/tcdrain.c: Likewise.
60367         * sysdeps/unix/sysv/tcflow.c: Likewise.
60368         * sysdeps/unix/sysv/tcflush.c: Likewise.
60369         * sysdeps/unix/sysv/tcgetattr.c: Likewise.
60370         * sysdeps/unix/sysv/tcgetpgrp.c: Likewise.
60371         * sysdeps/unix/sysv/tcsendbrk.c: Likewise.
60372         * sysdeps/unix/sysv/tcsetattr.c: Likewise.
60373         * sysdeps/unix/sysv/tcsetpgrp.c: Likewise.
60375         * sysdeps/unix/siglist.c: Remove file.
60377         * sysdeps/unix/getppid.S: Remove file.
60379         * sysdeps/unix/mkdir.c: Remove file.
60380         * sysdeps/unix/rmdir.c: Likewise.
60382 2012-04-19  Andreas Schwab  <schwab@linux-m68k.org>
60384         * sysdeps/gnu/errlist-compat.awk (END): Correct computation of
60385         ERR_MAX value.
60386         * sysdeps/unix/sysv/linux/Versions (GLIBC_2.12): Adjust
60387         errlist-compat value.
60389 2012-04-18  David S. Miller  <davem@davemloft.net>
60391         * sysdeps/generic/memcopy.h (reg_char): Delete.
60392         * debug/strcat_chk.c: Use char, not reg_char.
60393         * debug/strcpy_chk.c: Likewise.
60394         * debug/strncat_chk.c: Likewise.
60395         * debug/strncpy_chk.c: Likewise.
60396         * string/memchr.c: Likewise.
60397         * string/memrchr.c: Likewise.
60398         * string/rawmemchr.c: Likewise.
60399         * string/strcat.c: Likewise.
60400         * string/strchr.c: Likewise.
60401         * string/strchrnul.c: Likewise.
60402         * string/strcmp.c: Likewise.
60403         * string/strcpy.c: Likewise.
60404         * string/strncat.c: Likewise.
60405         * string/strncmp.c: Likewise.
60406         * string/strncpy.c: Likewise.
60408 2012-04-18  Will Schmidt  <will_schmidt@vnet.ibm.com>
60410         * sysdeps/powerpc/memmove.c: New file based on string/memmove.c where
60411         __builtin_memcopy is called when src and dest ranges are known to not
60412         overlap.
60414 2012-04-18  Will Schmidt  <will_schmidt@vnet.ibm.com>
60416         * sysdeps/powerpc/powerpc64/power6/wordcopy.c
60417         (_wordcopy_fwd_dest_aligned): Replace switch with a parameterized
60418         fwd_align_merge macro call.
60419         (_wordcopy_bwd_dest_aligned): Replace switch with a parameterized
60420         bwd_align_merge macro call.
60421         * sysdeps/powerpc/powerpc32/power6/wordcopy.c: Likewise.
60423 2012-04-18  Will Schmidt  <will_schmidt@vnet.ibm.com>
60425         * sysdeps/powerpc/powerpc64/power6/wordcopy.c: Add fwd_align_merge and
60426         bwd_align_merge macros.
60427         (_wordcopy_fwd_dest_aligned): Use fwd_align_merge macro calls.
60428         (_wordcopy_bwd_dest_aligned): Use bwd_align_merge macro calls.
60429         * sysdeps/powerpc/powerpc32/power6/wordcopy.c: Likewise.
60431 2012-04-18  David S. Miller  <davem@davemloft.net>
60433         * sysdeps/sparc/sparc64/memcopy.h: Delete.
60435 2012-04-18  Andreas Jaeger  <aj@suse.de>
60437         [BZ# 6794]
60438         * sysdeps/ieee754/ldbl-96/s_ilogbl.c: Moved to ...
60439         * sysdeps/ieee754/ldbl-96/e_ilogbl.c: ... here.
60440         Rename __ilogbl to __ieee754_ilogbl and remove weak_alias.
60442         * sysdeps/ieee754/ldbl-128/s_ilogbl.c: Moved to ...
60443         * sysdeps/ieee754/ldbl-128/e_ilogbl.c: ... here.
60444         Rename __ilogbl to __ieee754_ilogbl and remove weak_alias.
60446         * sysdeps/ieee754/ldbl-64-128/s_ilogbl.c: Moved to ...
60447         * sysdeps/ieee754/ldbl-64-128/e_ilogbl.c: ... here.
60448         Adjust for changed ldbl-128 files.
60450         * sysdeps/sparc/sparc64/soft-fp/s_ilogbl.c: Moved to ...
60451         * sysdeps/sparc/sparc64/soft-fp/e_ilogbl.c: ... here.
60452         Rename __ilogbl to __ieee754_ilogbl and remove weak_alias.
60454 2012-04-17  David S. Miller  <davem@davemloft.net>
60456         * sysdeps/sparc/sparc32/memcopy.h: Delete.
60458 2012-04-17  Andreas Schwab  <schwab@linux-m68k.org>
60460         * sysdeps/i386/fpu/e_ilogb.S: Remove __ilogb*_finite alias.
60461         * sysdeps/i386/fpu/e_ilogbf.S: Likewise.
60462         * sysdeps/i386/fpu/e_ilogbl.S: Likewise.
60463         * sysdeps/x86_64/fpu/e_ilogbl.S: Likewise.
60464         * sysdeps/ieee754/dbl-64/e_ilogb.c: Likewise.
60465         * sysdeps/ieee754/flt-32/e_ilogbf.c: Likewise.
60467 2012-04-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
60469         [BZ #6794]
60470         * math/Makefile: Add e_ilogb and w_ilogb, remove s_logb.
60471         * math/libm-test.inc: Add ilogb errno and exception tests.
60472         * math/w_ilogb.c: New file: ilogb wrapper.
60473         * math/w_ilogbf.c: New file: ilogbf wrapper.
60474         * math/w_ilogbl.c: New file: ilogbl wrapper.
60475         * sysdeps/generic/math_private.h: Add __ieee754_ilogb[l|f] prototypes.
60476         * sysdeps/i386/fpu/s_ilogb.S: Moved to ...
60477         * sysdeps/i386/fpu/e_ilogb.S: ... here. Also fixed a FE_DIVBYZERO
60478         exception being thrown with 0.0 as argument.
60479         * sysdeps/i386/fpu/s_ilogbf.S: Moved to ...
60480         * sysdeps/i386/fpu/e_ilogbf.S: ... here. Also fixed a FE_DIVBYZERO
60481         exception being thrown with 0.0 as argument.
60482         * sysdeps/i386/fpu/s_ilogbl.S: Moved to ...
60483         * sysdeps/i386/fpu/e_ilogbl.S: ... here. Also fixed a FE_DIVBYZERO
60484         exception being thrown with 0.0 as argument.
60485         * sysdeps/x86_64/fpu/s_ilogbl.S: Moved to ...
60486         * sysdeps/x86_64/fpu/e_ilogbl.S: ... here. Also fixed a FE_DIVBYZERO
60487         exception being thrown with 0.0 as argument.
60488         * sysdeps/ieee754/dbl-64/s_ilogb.c: Moved to ...
60489         * sysdeps/ieee754/dbl-64/e_ilogb.c: ... here.
60490         * sysdeps/ieee754/flt-32/s_ilogbf.c: Moved to ...
60491         * sysdeps/ieee754/flt-32/e_ilogbf.c: ... here.
60492         * sysdeps/ieee754/ldbl-128ibm/s_ilogbl.c: Moved to ...
60493         * sysdeps/ieee754/ldbl-128ibm/e_ilogbl.c: ... here.
60494         * sysdeps/ieee754/ldbl-opt/s_ilogb.c: Moved to ...
60495         * sysdeps/ieee754/ldbl-opt/w_ilogb.c: ... here.
60496         * sysdeps/ieee754/ldbl-opt/w_ilogbl.c: New file: ilogbl wrapper.
60498 2012-04-17  Petr Baudis  <pasky@ucw.cz>
60500         * include/sys/uio.h: Change __vector to __iovec to avoid clash
60501         with altivec.
60503 2012-04-16  Marek Polacek  <polacek@redhat.com>
60505         * elf/pldd-xx.c: Rename static_assert to pldd_assert.
60507 2012-04-16  Marek Polacek  <polacek@redhat.com>
60509         * sysdeps/i386/fpu/bits/fenv.h (feraiseexcept): Reverse the
60510         operands of fdivp instruction.
60512 2012-04-13  H.J. Lu  <hongjiu.lu@intel.com>
60514         * elf/tst-auditmod1.c: Check __ILP32__ instead of __LP64__.
60515         * elf/tst-auditmod3b.c: Likewise.
60516         * elf/tst-auditmod4b.c: Likewise.
60517         * elf/tst-auditmod5b.c: Likewise.
60518         * elf/tst-auditmod6b.c: Likewise.
60519         * elf/tst-auditmod6c.c: Likewise.
60520         * elf/tst-auditmod7b.c: Likewise.
60521         * sysdeps/x86_64/ffsll.c (ffsl): Likewise.
60522         * sysdeps/x86_64/preconfigure.in: Likewise.
60523         * sysdeps/x86_64/preconfigure: Regenerated.
60525 2012-04-13  H.J. Lu  <hongjiu.lu@intel.com>
60527         * sysdeps/x86_64/bits/wordsize.h (__WORDSIZE): Also check
60528         __ILP32__.
60530 2012-04-13  Antoine Balestrat <merkil33@gmail.com>
60532         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
60533         (__get_clockfreq_via_proc_openprom): Fix test on wrong variable.
60535 2012-04-13  Chris Leonard  <cjlhomeaddress@gmail.com>
60537         [BZ #13973]
60538         * locale/iso-639.def: Fix gl language name. Spotted by
60539         Yaron Shahrabani.
60541 2012-04-12  Roland McGrath  <roland@hack.frob.com>
60543         [BZ #2074]
60544         * libio/libio.h (__io_write_fn): Update comment.
60546 2012-04-12  Petr Baudis  <pasky@ucw.cz>
60548         [BZ #2074]
60549         * stdio.texi (Hook Functions): The user provided writer function
60550         is not allowed to return -1.
60552 2012-04-11  David S. Miller  <davem@davemloft.net>
60554         * sysdeps/sparc/fpu/libm-test-ulps: Update.
60556 2012-04-11  Mike Frysinger  <vapier@gentoo.org>
60558         * .gitignore: Add /ports, /linuxthreads, and /linuxthreads_db.
60559         Add a leading slash to rtkaio.
60561 2012-04-11  Jim Meyering  <meyering@redhat.com>
60563         [BZ #11959]
60564         * libio/stdio.h (fwrite, fwrite_unlocked): Remove __wur.
60565         It is not necessarily an error to ignore fwrite's return
60566         value.  One can reliably use ferror to test for errors after
60567         the fact.
60569 2012-04-10  H.J. Lu  <hongjiu.lu@intel.com>
60571         * bits/types.h (__snseconds_t): New type.
60572         * time/time.h (struct timespec): Use __snseconds_t on tv_nsec.
60574         * bits/typesizes.h (__SNSECONDS_T_TYPE): New macro.
60575         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
60576         (__SNSECONDS_T_TYPE): Likewise.
60577         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
60578         (__SNSECONDS_T_TYPE): Likewise.
60579         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
60580         (__SNSECONDS_T_TYPE): Likewise.
60582 2012-04-10  Andreas Jaeger  <aj@suse.de>
60584         [BZ #2636]
60585         * manual/time.texi (Processor Time): Return type of times is
60586         elapsed real time since an arbitrary point in the past.
60587         (CPU Time): Move CLK_TCK from here...
60588         (Processor Time): ...to here.  Correct description.
60589         * manual/conf.texi (Constants for Sysconf): Correct description of
60590         _SC_CLK_TCK.
60592 2012-04-10  David S. Miller  <davem@davemloft.net>
60594         [BZ #13967]
60595         * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Handle the case
60596         where the is a gap between DT_REL(A) and DT_JMPREL.
60598 2012-04-10  H.J. Lu  <hongjiu.lu@intel.com>
60600         * sysdeps/x86_64/bits/byteswap.h: Include <features.h>.
60601         (__bswap_32): Use __builtin_bswap32 for GCC >= 4.2.
60602         (__bswap_64): Use __builtin_bswap64 for GCC >= 4.2.
60604 2012-04-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
60606         * elf/dl-support.c (_dl_inhibit_cache): New variable.
60607         * elf/rtld.c (_rtld_global_ro): New member _dl_inhibit_cache.
60608         (dl_main): Handle --inhibit-cache.
60609         * sysdeps/generic/ldsodefs.h (struct rtld_global_ro): New member
60610         _dl_inhibit_cache.
60611         * elf/dl-load.c (_dl_map_object): Use it.
60612         * elf/Makefile: Define SYSCONFDIR when building rtld.c.
60614 2012-04-09  Joseph Myers  <joseph@codesourcery.com>
60616         [BZ #13872]
60617         * sysdeps/i386/fpu/e_powl.S (p78): New object.
60618         (__ieee754_powl): Saturate large exponents rather than testing for
60619         overflow of y*log2(x).
60620         * sysdeps/x86_64/fpu/e_powl.S: Likewise.
60621         * math/libm-test.inc (pow_test): Do not permit spurious overflow
60622         exceptions.
60624         [BZ #11521]
60625         * math/s_ctan.c: Include <float.h>.
60626         (__ctan): Avoid internal overflow or cancellation in calculating
60627         denominator.
60628         * math/s_ctanf.c: Likewise.
60629         * math/s_ctanl.c: Likewise.
60630         * math/s_ctanh.c: Likewise.
60631         * math/s_ctanhf.c: Likewise.
60632         * math/s_ctanhl.c: Likewise.
60633         * math/libm-test.inc (ctan_test): Add more tests.
60634         (ctanh_test): Likewise.
60635         * sysdeps/i386/fpu/libm-test-ulps: Update.
60636         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
60638 2012-04-09  Andreas Jaeger  <aj@suse.de>
60640         [BZ #6894]
60641         * manual/filesys.texi (Directory Entries): Mention that d_namlen
60642         is an optional BSD extension.
60644         [BZ #10254]
60645         * manual/stdio.texi (Opening Streams): Document additional fopen
60646         parameters.
60648 2012-04-09  Roland McGrath  <roland@hack.frob.com>
60650         * sysdeps/i386/fpu/bits/mathinline.h (__sincos_code): Don't clobber
60651         %eax without telling the compiler.
60653 2012-04-09  Carlos O'Donell  <carlos_odonell@mentor.com>
60655         [BZ # 13963]
60656         * manual/install.texi: Use sourceware.org.
60658 2012-04-09  Joseph Myers  <joseph@codesourcery.com>
60660         [BZ #13873]
60661         * sysdeps/ieee754/dbl-64/e_pow.c (huge, tiny): New variables.
60662         (__ieee754_pow): Generate overflow and underflow using huge*huge
60663         and tiny*tiny rather than just returning constant infinity or zero
60664         for large exponents.
60665         * math/libm-test.inc (pow_test): Require overflow exceptions for
60666         applicable cases of large exponents.
60668         [BZ #706]
60669         * sysdeps/i386/fpu/e_pow.S (p10): New object.
60670         (__ieee754_pow): Use iterative multiplication algorithm only for
60671         integer exponents with absolute value below 1024.  Check for odd
60672         integer exponents when using algorithm for real exponents.
60673         * math/libm-test.inc (pow_test): Add more tests.
60674         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
60676 2012-04-08  Joseph Myers  <joseph@codesourcery.com>
60678         [BZ #13705]
60679         * math/libm-test.inc (exp_test): Do not allow overflow exception
60680         on underflow test.
60682 2012-04-08  Aurelien Jarno  <aurelien@aurel32.net>
60684         [BZ #13705]
60685         * sysdeps/ieee754/dbl-64/w_exp.c (__exp): Use __kernel_standard
60686         instead of __kernel_standard_f.
60688 2012-04-08  Mike Frysinger  <vapier@gentoo.org>
60690         * sysdeps/i386/i686/memset_chk.S: Update copyright year.
60691         * sysdeps/x86_64/memset_chk.S: Likewise.
60693 2012-04-08  Andreas Jaeger  <aj@suse.de>
60695         [BZ #10153]
60696         * manual/startup.texi (Environment Access): Describe return value
60697         for putenv and setenv.
60699         [BZ #6895]
60700         * manual/filesys.texi (Directory Entries): Add description for
60701         DT_LNK.
60703         [BZ #6890]
60704         * manual/filesys.texi (Directory Entries): Clarify that it's file
60705         system not operating system in the description of DT_UNKNOWN.
60707         [BZ #6578]
60708         * manual/syslog.texi (closelog): Fix reference, it's openlog.
60710 2012-04-08  Stephen Compall  <s11@member.fsf.org>
60712         [BZ #6649]
60713         * manual/llio.texi (Opening and Closing Files): Add cross
60714         reference to explain mode argument.
60716 2012-04-07  Mike Frysinger  <vapier@gentoo.org>
60718         * sysdeps/i386/i686/memset_chk.S: Change PIC to SHARED.
60719         * sysdeps/x86_64/memset_chk.S: Likewise.
60721 2012-04-07  David S. Miller  <davem@davemloft.net>
60723         * elf/elf.h (R_SPARC_WDISP10): Define.
60724         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela): Handle
60725         R_SPARC_SIZE32.
60726         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela): Handle
60727         R_SPARC_SIZE64 and R_SPARC_H34.
60729 2012-04-07  Carlos O'Donell  <carlos_odonell@mentor.com>
60731         * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Simplify
60732         conditions and remove no longer applicable assertion.
60734 2012-04-06  H.J. Lu  <hongjiu.lu@intel.com>
60736         * bits/byteswap.h: Include <features.h>.
60737         (__bswap_32): Use __builtin_bswap32 for GCC >= 4.2.
60738         (__bswap_64): Use __builtin_bswap64 for GCC >= 4.2.
60740 2012-04-06  H.J. Lu  <hongjiu.lu@intel.com>
60742         * bits/byteswap.h (__bswap_16): Removed.
60743         Include <bits/byteswap-16.h> to get __bswap_16.
60744         * sysdeps/i386/bits/byteswap.h: Likewise.
60745         * sysdeps/s390/bits/byteswap.h: Likewise.
60746         * sysdeps/x86_64/bits/byteswap.h: Likewise.
60747         * bits/byteswap-16.h: New file.
60748         * sysdeps/i386/bits/byteswap-16.h: Likewise.
60749         * sysdeps/s390/bits/byteswap-16.h: Likewise.
60750         * sysdeps/x86_64/bits/byteswap-16.h: Likewise.
60751         * string/Makefile (headers): Add bits/byteswap-16.h.
60753 2012-04-06  Paul Pluzhnikov  <ppluzhnikov@google.com>
60755         [BZ #13895]
60756         * nss/nsswitch.c (nss_load_library, __nss_lookup_function): Avoid
60757         extra indirection.
60758         * nss/Makefile (tests-static, tests): Add tst-nss-static.
60759         * nss/tst-nss-static.c: New.
60761 2012-04-06  Robert Millan  <rmh@gnu.org>
60763         [BZ #6486]
60764         * manual/llio.texi (File Position Primitive): lseek
60765         refers to WHENCE when it really means OFFSET.
60767 2012-04-06  Andreas Jaeger  <aj@suse.de>
60769         * nss/nss_db/db-initgroups.c: Include <string.h> for strlen and
60770         strncmp declarations.
60772         * abilist/libc.abilist: Add __poll and __ppoll.
60774 2012-04-05  David S. Miller  <davem@davemloft.net>
60776         * scripts/check-local-headers.sh: Accept a host triplet in the
60777         path matched by the exclude regexp.
60779         * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Reduce down to one
60780         definition.
60781         * sysdeps/powerpc/powerpc32/dl-machine.h
60782         (ELF_MACHINE_PLTREL_OVERLAP): Delete.
60783         * sysdeps/s390/s390-32/dl-machine.h
60784         (ELF_MACHINE_PLTREL_OVERLAP): Likewise.
60785         * sysdeps/sparc/sparc32/dl-machine.h
60786         (ELF_MACHINE_PLTREL_OVERLAP): Likewise.
60787         * sysdeps/sparc/sparc64/dl-machine.h
60788         (ELF_MACHINE_PLTREL_OVERLAP): Likewise.
60790         * elf/rtld.c (dl_main): If DL_DEBUG_UNUSED is enabled, turn off
60791         lazy binding.
60792         * elf/dl-lookup.c (_dl_lookup_symbol_x): If DL_DEBUG_UNUSED, ignore
60793         undefined symbol errors.
60795         * elf/rtld.c (dl_main): Skip VDSO when checking for unused
60796         DT_NEEDED entries.
60798 2012-04-05  Michael Matz  <matz@suse.de>
60800         [BZ #13592]
60801         * sysdeps/x86_64/memset.S: Fix size paramater comparisions.
60803 2012-04-05  Andreas Jaeger  <aj@suse.de>
60805         [BZ #13908]
60806         * stdlib/stdlib.h: Don't warn about unused result of mktemp, fix
60807         comment.
60809 2012-04-05  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
60811         * sysdeps/sh/sh4/fpu/fesetround.c (fesetround): Fix return value
60812         which ROUND is no valid rounding mode.
60814 2012-04-05  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
60816         * sysdeps/sh/sh4/fpu/fegetenv.c (fegetenv): Set fpscr register which
60817         read again.
60818         * sysdeps/sh/sh4/fpu/ftestexcept.c: Likewise.
60820 2012-04-05  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
60822         * sysdeps/sh/sh4/fpu/fraiseexcpt.c (feraiseexcept): Produce
60823         an exception using FPU order intentionally.
60825 2012-04-05  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
60827         * sysdeps/sh/sh4/fpu/fedisblxcpt.c: New file.
60828         * sysdeps/sh/sh4/fpu/feenablxcpt.c: New file.
60829         * sysdeps/sh/sh4/fpu/fegetexcept.c: New file.
60830         * sysdeps/sh/sh4/fpu/feupdateenv.c: New file.
60832 2012-04-05  Simon Josefsson  <simon@josefsson.org>
60834         [BZ #12340]
60835         * sysdeps/mach/hurd/ttyname_r.c (__ttyname_r): Return ERANGE instead of
60836         EINVAL when BUFLEN is too smal.
60838 2012-04-05  Thomas Schwinge  <thomas@codesourcery.com>
60840         [BZ #13553]
60841         * sysdeps/mach/i386/machine-lock.h: Use volatile instead of __volatile.
60842         * sysdeps/mach/powerpc/machine-lock.h: Likewise.
60844 2012-04-03  Andreas Jaeger  <aj@suse.de>
60846         [BZ #13938]
60847         * manual/setjmp.texi (System V contexts): Fix sentence.
60849         [BZ #13926]
60850         * sysdeps/i386/bits/byteswap.h [!__GNUC__](__bswap_constant_64):
60851         New macro for this case.
60852         [!__GNUC__] (__bswap_64): New inline function for this case.
60853         * sysdeps/x86_64/bits/byteswap.h: Likewise.
60854         * bits/byteswap.h: Likewise.
60855         * sysdeps/s390/bits/byteswap.h: [!__GNUC__] (__bswap_64): Use
60856         ull, guard with __GLIBC_HAVE_LONG_LONG.
60858         * string/endian.h (htobe64,htole64,be64toh,le64toh): Guard with
60859         __GLIBC_HAVE_LONG_LONG.
60861         * string/byteswap.h (bswap_64): Guard with __GLIBC_HAVE_LONG_LONG.
60862         Include <features.h> for __GLIBC_HAVE_LONG_LONG.
60864 2012-04-02 Tulio Magno Quites Machado Filho <tuliom@linux.vnet.ibm.com>
60866         [BZ #13691]
60867         * iconvdata/tcvn5712-1.c (FROM_LOOP): Test end of input using
60868         inptr and inend, rather than using last_ch.
60870 2012-04-02  David S. Miller  <davem@davemloft.net>
60872         With help from Paul Eggert, Carlos O'Donell, and Roland McGrath.
60873         * stdio-common/printf-parse.h (read_int): Change return type to
60874         'int', return -1 on INT_MAX overflow.
60875         * stdio-common/vfprintf.c (vfprintf): Validate width and precision
60876         against overflow of INT_MAX.  Set errno to EOVERFLOW when 'done'
60877         overflows INT_MAX.  Check for overflow of in-format-string precision
60878         values properly.  Use EOVERFLOW rather than ERANGE throughout.  Use
60879         SIZE_MAX not INT_MAX for integer overflow test.
60880         * stdio-common/printf-parsemb.c: If read_int signals an overflow,
60881         skip the construct in the format string but do not record anything.
60882         * stdio-common/bug22.c: Adjust to test both width/prevision
60883         INT_MAX overflow as well as total length INT_MAX overflow.  Check
60884         explicitly for proper errno values.
60886 2012-04-02  Thomas Schwinge  <thomas@codesourcery.com>
60888         * string/test-memcmp.c [! WIDE]: #include <limits.h> for CHAR_MIN,
60889         CHAR_MAX.
60890         * string/test-strcmp.c [! WIDE]: Likewise.
60891         * time/tst-mktime2.c: Likewise for INT_MAX.
60892         * string/test-string.h: #include <sys/param.h> for MIN.
60894         * csu/init-first.c (__libc_init_first): Call __ctype_init.
60895         * sysdeps/i386/init-first.c (init): Likewise.
60896         * sysdeps/mach/hurd/i386/init-first.c (posixland_init): Likewise.
60897         * sysdeps/mach/hurd/powerpc/init-first.c (posixland_init): Likewise.
60898         * sysdeps/sh/init-first.c (init): Likewise.
60900 2012-04-01  Ulrich Drepper  <drepper@gmail.com>
60902         * po/ru.po: Update from translation team.
60903         * po/vi.po: Likewise.
60905 2012-03-31  Siddhesh Poyarekar  <siddhesh@redhat.com>
60907         * resolv/nss_dns/dns-host.c: Merge copyright years.
60909 2012-03-22  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
60911         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Update.
60912         Optimize memcpy with prefetch if
60913         DATA_CACHE_SIZE_HALF <= len <  SHARED_CACHE_SIZE_HALF and
60914         src, dst pointers have unequal 16 byte alignments.
60916 2012-03-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
60918         [BZ #13928]
60919         * resolv/nss_dns/dns-host.c (getanswer_r): Also consider ttl
60920         from a CNAME entry and return the minimum ttl for the query.
60921         (gaih_getanswer_slice): Likewise.
60923 2012-03-30  Jeff Law  <law@redhat.com>
60925         * crypt/md5-crypt.c (__md5_crypt_r): Avoid unbounded alloca uses
60926         due to long keys.
60927         * crypt/sha256-crypt.c (__sha256_crypt_r): Likewise.
60928         * crypt/sha512-crypt.c (__sha512_crypt_r): Likewise.
60930         * resolv/nss_dns/dns-host.c: Update copyright year.
60932 2012-03-30  Ulrich Drepper  <drepper@gmail.com>
60934         * resolv/res_send.c (send_dg): Use sendmmsg if we have to write two
60935         requests to save a system call.  Fix check that all bytes are sent.
60937         * sysdeps/unix/sysv/linux/bits/socket.h (struct mmsghdr): Fix up
60938         comments for sendmmsg.
60940 2012-03-30  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
60942         [BZ #13691]
60943         * iconvdata/tcvn5712-1.c (FROM_LOOP): Fix a bug when converting strings
60944         with only 1 character between 0x0041 and 0x01b0.
60945         * wcsmbs/Makefile (tests): Add tst-mbsnrtowcs.
60946         * wcsmbs/tst-mbsnrtowcs.c: New file.
60948 2012-03-29  David S. Miller  <davem@davemloft.net>
60950         * libio/fileops.c (_IO_new_file_xsputn): Don't try to optimize
60951         small copies by hand.
60953 2012-03-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
60955         [BZ #13761]
60956         * nis/nss_compat/compat-initgroups.c (getgrent_next_nss)
60957         (_nss_compat_initgroups_dyn): Fall back to malloc/free for large
60958         group memberships.
60960 2012-03-28  David S. Miller  <davem@davemloft.net>
60962         * sysdeps/sparc/sparc32/memcpy.S: Implement mempcpy using a stub
60963         that branches into memcpy.
60964         * sysdeps/sparc/sparc64/memcpy.S: Likewise.
60965         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara1.S: Likewise.
60966         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara2.S: Likewise.
60967         * sysdeps/sparc/sparc64/multiarch/memcpy-ultra3.S: Likewise.
60968         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Add mempcpy multiarch
60969         bits.
60970         * sysdeps/sparc/sparc64/rtld-memcpy.c: Include generic mempcpy
60971         implementation too.
60972         * sysdeps/sparc/mempcpy.S: New file.
60974         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Provide a hidden def to
60975         the IFUNC routine in the libc case.
60976         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Likewise.
60978         * sysdeps/sparc/sparc32/sparcv9/multiarch/rtld-memset.c: New file.
60979         * sysdeps/sparc/sparc32/sparcv9/multiarch/rtld-memcpy.c: New file.
60980         * sysdeps/sparc/sparc32/sparcv9/rtld-memset.c: New file.
60981         * sysdeps/sparc/sparc32/sparcv9/rtld-memcpy.c: New file.
60982         * sysdeps/sparc/sparc64/multiarch/rtld-memset.c: New file.
60983         * sysdeps/sparc/sparc64/multiarch/rtld-memcpy.c: New file.
60984         * sysdeps/sparc/sparc64/rtld-memset.c: New file.
60985         * sysdeps/sparc/sparc64/rtld-memcpy.c: New file.
60987         * sysdeps/sparc/sparc64/multiarch/memset-niagara1.S: Unroll main
60988         loop to 256 bytes instead of 64 bytes and fix test signedness.
60990         * sysdeps/sparc/Makefile: Add -fPIC to ASFLAGS-.os here....
60991         * sysdeps/sparc/sparc32/Makefile: rather than here...
60992         * sysdeps/sparc/sparc64/Makefile: and here.
60994 2012-03-28  Ulrich Drepper  <drepper@gmail.com>
60996         * malloc/mallocbug.c: Avoid warnings about unused variables.
60998 2012-02-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
61000         [BZ #13760]
61001         * resolv/nss_dns/dns-host.c (gaih_getanswer): Look for errno
61002         in the right place. Discard and retry query if response is
61003         larger than input buffer size.
61005 2012-03-28  Joseph Myers  <joseph@codesourcery.com>
61007         [BZ #369]
61008         [BZ #2678]
61009         [BZ #3866]
61010         * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Take absolute value of
61011         x for large integer exponent.
61012         * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Likewise.
61013         * sysdeps/i386/fpu/e_powl.S (__ieee754_powl): Likewise.  Adjust
61014         sign of result as needed afterwards.
61015         * sysdeps/x86_64/fpu/e_powl.S (__ieee754_powl): Likewise.
61016         * sysdeps/ieee754/k_standard.c (__kernel_standard): Handle sign of
61017         result for underflowing pow the same as for overflow.
61018         (__kernel_standard_l): Handle powl overflow and underflow here
61019         rather than calling __kernel_standard.
61020         * math/libm-test.inc (pow_test): Add more tests.
61022         [BZ #3868]
61023         [BZ #13879]
61024         [BZ #13910]
61025         [BZ #13911]
61026         [BZ #13912]
61027         [BZ #13913]
61028         [BZ #13915]
61029         [BZ #13916]
61030         [BZ #13917]
61031         [BZ #13918]
61032         [BZ #13919]
61033         [BZ #13920]
61034         [BZ #13921]
61035         * sysdeps/generic/math_private.h (__kernel_standard_l): Declare.
61036         * sysdeps/ieee754/k_standard.c: Include <float.h>.
61037         (__kernel_standard_l): New function.
61038         * math/w_acoshl.c (__acoshl): Use __kernel_standard_l instead of
61039         __kernel_standard.
61040         * math/w_acosl.c (__acosl): Likewise.
61041         * math/w_asinl.c (__asinl): Likewise.
61042         * math/w_atan2l.c (__atan2l): Likewise.
61043         * math/w_atanhl.c (__atanhl): Likewise.
61044         * math/w_coshl.c (__coshl): Likewise.
61045         * math/w_exp10l.c (__exp10l): Likewise.
61046         * math/w_exp2l.c (__exp2l): Likewise.
61047         * math/w_fmodl.c (__fmodl): Likewise.
61048         * math/w_hypotl.c (__hypotl): Likewise.
61049         * math/w_j0l.c (__j0l, __y0l): Likewise.
61050         * math/w_j1l.c (__j1l, __y1l): Likewise.
61051         * math/w_jnl.c (__jnl, __ynl): Likewise.
61052         * math/w_lgammal.c (__lgammal): Likewise.
61053         * math/w_log10l.c (__log10l): Likewise.
61054         * math/w_log2l.c (__log2l): Likewise.
61055         * math/w_logl.c (__logl): Likewise.
61056         * math/w_powl.c (__powl): Likewise.
61057         * math/w_remainderl.c (__remainderl): Likewise.
61058         * math/w_scalbl.c (sysv_scalbl): Likewise.
61059         * math/w_sinhl.c (__sinhl): Likewise.
61060         * math/w_sqrtl.c (__sqrtl): Likewise.
61061         * math/w_tgammal.c (__tgammal): Likewise.
61062         * sysdeps/ieee754/ldbl-128/w_expl.c (__expl): Likewise.
61063         * sysdeps/ieee754/ldbl-96/w_expl.c (__expl): Likewise.
61064         * math/libm-test.inc (acos_test): Add more tests.
61065         (acosh_test): Likewise.
61066         (asin_test): Likewise.
61067         (atanh_test): Likewise.
61068         (exp_test): Likewise.
61069         (exp10_test): Likewise.
61070         (exp2_test): Likewise.
61071         (expm1_test): Likewise.
61072         (lgamma_test): Likewise.
61073         (log_test): Likewise.
61074         (log10_test): Likewise.
61075         (log1p_test): Likewise.
61076         (log2_test): Likewise.
61077         (pow_test): Do not allow some spurious overflow exceptions.
61078         (sqrt_test): Add more tests.
61079         (tgamma_test): Likewise.
61080         (y0_test): Likewise.
61081         (y1_test): Likewise.
61082         (yn_test): Likewise.
61084 2012-03-27  Anton Blanchard  <anton@samba.org>
61086         * sysdeps/unix/sysv/linux/powerpc/bits/mman.h: Define MAP_STACK and
61087         MAP_HUGETLB.
61088         * sysdeps/unix/sysv/linux/s390/bits/mman.h: Likewise.
61089         * sysdeps/unix/sysv/linux/sh/bits/mman.h: Likewise.
61090         * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Likewise.
61092 2012-03-27  David S. Miller  <davem@davemloft.net>
61094         * conform/Makefile: Run run-conformtest.sh using $(BASH).
61096         * sysdeps/sparc/sparc64/Makefile (ASFLAGS-.os): Move before
61097         have-as-vis3 check.
61099 2012-03-27  Andreas Jaeger  <aj@suse.de>
61101         * sysdeps/x86_64/elf/configure.in: Moved to ...
61102         * sysdeps/x86_64/configure.in: ... here.
61103         * sysdeps/x86_64/elf/start.S: Moved to ...
61104         * sysdeps/x86_64/start.S: ... here.
61105         * sysdeps/x86_64/elf/configure: Delete.
61107         * sysdeps/x86_64/configure.in: Merge contents from
61108         sysdeps/i386/configure.in (without i686 check).
61110         * sysdeps/i386/elf/Versions: Merge into ...
61111         * sysdeps/i386/Versions: ... this.
61112         * sysdeps/i386/elf/Versions: Delete file.
61113         * sysdeps/i386/elf/start.S: Moved to ...
61114         * sysdeps/i386/start.S: ...here.
61115         * sysdeps/i386/elf/configure.in: Merge into...
61116         * sysdeps/i386/configure.in: ...here.
61117         * sysdeps/i386/elf/configure.in: Delete file.
61118         * sysdeps/i386/elf/configure: Delete file.
61120         * sysdeps/generic/elf/backtracesyms.c: Moved to ...
61121         * debug/backtracesyms.c: ... here.
61122         * sysdeps/generic/elf/backtracesymsfd.c: Moved to ...
61123         * debug/backtracesymsfd.c: ... here.
61124         * sysdeps/generic/elf/ifunc-sel.h: Moved to ...
61125         * sysdeps/generic/ifunc-sel.h: ... here.
61127         * sysdeps/unix/i386/start.c: Delete file.
61128         * sysdeps/unix/sparc/start.c: Delete file.
61129         * sysdeps/unix/start.c: Delete file.
61131         * sysdeps/sh/elf/configure.in: Moved to ...
61132         * sysdeps/sh/configure.in: ... here.
61133         * sysdeps/sh/elf/start.S: Moved to ...
61134         * sysdeps/sh/start.S: ... here.
61135         * sysdeps/sh/elf/configure: Delete file.
61137         * sysdeps/powerpc/powerpc64/elf/bzero.S: Moved to ...
61138         * sysdeps/powerpc/powerpc64/bzero.S: ... here.
61139         * sysdeps/powerpc/powerpc64/elf/entry.h: Moved to ...
61140         * sysdeps/powerpc/powerpc64/entry.h: ... here.
61141         * sysdeps/powerpc/powerpc64/elf/start.S: Moved to ...
61142         * sysdeps/powerpc/powerpc64/start.S: here.
61143         * sysdeps/powerpc/powerpc64/elf/Makefile: Merge into ...
61144         * sysdeps/powerpc/powerpc64/Makefile: ... this.
61145         * sysdeps/powerpc/powerpc64/elf/configure.in: Merge into ...
61146         * sysdeps/powerpc/powerpc64/configure.in: ... this.
61147         * sysdeps/powerpc/powerpc64/elf/configure: Delete file.
61149         * sysdeps/powerpc/powerpc32/elf/bzero.S: Moved to ...
61150         * sysdeps/powerpc/powerpc32/bzero.S: ... here.
61151         * sysdeps/powerpc/powerpc32/elf/start.S: Moved to ...
61152         * sysdeps/powerpc/powerpc32/start.S: ... here.
61153         * sysdeps/powerpc/powerpc32/elf/configure.in: Merge into ...
61154         * sysdeps/powerpc/powerpc32/configure.in: ... this.
61155         * sysdeps/powerpc/powerpc32/elf/configure: Delete file.
61157         * sysdeps/powerpc/elf/ifunc-sel.h: Moved to ...
61158         * sysdeps/powerpc/ifunc-sel.h: ... here.
61159         * sysdeps/powerpc/elf/rtld-global-offsets.sym: Moved to ...
61160         * sysdeps/powerpc/rtld-global-offsets.sym: ... here.
61162         * sysdeps/sparc/elf/configure.in: Moved to ...
61163         * sysdeps/sparc/configure.in: ... here.
61164         * sysdeps/sparc/elf/configure: Delete file.
61165         * sysdeps/sparc/sparc32/elf/start.S: Moved to ...
61166         * sysdeps/sparc/sparc32/start.S: ... here.
61167         * sysdeps/sparc/sparc64/elf/start.S: Moved to ...
61168         * sysdeps/sparc/sparc64/start.S: ... here.
61169         * sysdeps/sparc/sparc32/elf/Makefile: Merged into ...
61170         * sysdeps/sparc/sparc32/Makefile: ... this.
61171         * sysdeps/sparc/sparc64/elf/Makefile: Merged into ...
61172         * sysdeps/sparc/sparc64/Makefile: ... this.
61174         * sysdeps/s390/s390-32/elf/bsd-_setjmp.S: Moved to ...
61175         * sysdeps/s390/s390-32/bsd-_setjmp.S: ... here.
61176         * sysdeps/s390/s390-32/elf/bsd-setjmp.S: Moved to ...
61177         * sysdeps/s390/s390-32/bsd-setjmp.S: ... here.
61178         * sysdeps/s390/s390-32/elf/setjmp.S: Moved to ...
61179         * sysdeps/s390/s390-32/setjmp.S: ... here.
61180         * sysdeps/s390/s390-32/elf/configure.in: Moved to ...
61181         * sysdeps/s390/s390-32/configure.in: ... here.
61182         * sysdeps/s390/s390-32/elf/configure: Delete file.
61183         * sysdeps/s390/s390-32/elf/start.S: Moved to ...
61184         * sysdeps/s390/s390-32/start.S: ... here.
61186         * sysdeps/s390/s390-64/elf/bsd-_setjmp.S: Moved to ...
61187         * sysdeps/s390/s390-64/bsd-_setjmp.S: ... here.
61188         * sysdeps/s390/s390-64/elf/bsd-setjmp.S: Moved to ...
61189         * sysdeps/s390/s390-64/bsd-setjmp.S: ... here.
61190         * sysdeps/s390/s390-64/elf/setjmp.S: Moved to ...
61191         * sysdeps/s390/s390-64/setjmp.S: ... here.
61192         * sysdeps/s390/s390-64/elf/configure.in: Moved to ...
61193         * sysdeps/s390/s390-64/configure.in: ... here
61194         * sysdeps/s390/s390-64/elf/configure: Delete file.
61195         * sysdeps/s390/s390-64/elf/start.S: Moved to ...
61196         * sysdeps/s390/s390-64/start.S: ... here.
61197         * sysdeps/s390/s390-64/elf/configure: Delete.
61199         * configure.in: Remove support for elf directories in sysdeps.
61201         * configure: Regenerated.
61202         * sysdeps/i386/configure: Regenerated.
61203         * sysdeps/powerpc/powerpc32/configure: Regenerated.
61204         * sysdeps/powerpc/powerpc64/configure: Regenerated.
61205         * sysdeps/s390/s390-32/configure: Regenerated.
61206         * sysdeps/s390/s390-64/configure: Regenerated.
61207         * sysdeps/sh/configure: Regenerated.
61208         * sysdeps/sparc/configure: Regenerated.
61209         * sysdeps/x86_64/configure: Regenerated.
61211 2012-03-26  Andreas Schwab  <schwab@linux-m68k.org>
61213         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
61215         * sysdeps/ieee754/ldbl-128ibm/e_expl.c (lomark): Adjust to take
61216         denormal result into account.
61218 2012-03-25  Roland McGrath  <roland@hack.frob.com>
61220         * posix/confstr.c (confstr): Lift RESTENVS definition to function scope.
61221         Reported by Allan McRae <allan@archlinux.org>.
61223 2012-03-23  Jeff Law  <law@redhat.com>
61225         * nss/getnssent.c (__nss_getent): Fix typo.
61227 2012-03-23  David S. Miller  <davem@davemloft.net>
61229         * sysdeps/sparc/fpu/libm-test-ulps: Update.
61231 2012-03-23  H.J. Lu  <hongjiu.lu@intel.com>
61233         * sysdeps/x86_64/dl-tlsdesc.h (tlsdesc): Use anonymous union
61234         to pad to uint64_t for each field.
61235         (dl_tls_index): Replace unsigned long with uint64_t.
61237 2012-03-23  Daniel Jacobowitz  <dmj@google.com>
61238         Paul Pluzhnikov  <ppluzhnikov@google.com>
61240         [BZ #6528]
61241         * grp/Makefile (otherlibs): Don't set it.
61242         * inet/Makefile (otherlibs): Likewise.
61243         * login/Makefile (otherlibs): Likewise.
61244         * nscd/Makefile (otherlibs): Likewise.
61245         * posix/Makefile (otherlibs): Likewise.
61246         * pwd/Makefile (otherlibs): Likewise.
61247         * rt/Makefile (otherlibs): Likewise.
61248         * sunrpc/Makefile (otherlibs): Likewise.
61249         * nss/Makefile (otherlibs): Likewise.
61250         Add libnss_files to routines and static-only-routines.
61251         ($(objpfx)getent): Remove rule.
61252         * resolv/Makefile: Add libnss_dns and libresolv to routines and
61253         static-only-routines.
61255 2012-03-22  Joseph Myers  <joseph@codesourcery.com>
61257         [BZ #13892]
61258         * math/s_cexp.c: Include <float.h>.
61259         (__cexp): Handle exp result overflowing not necessarily
61260         overflowing both real and imaginary parts of result.
61261         * math/s_cexpf.c: Likewise.
61262         * math/s_cexpl.c: Likewise.
61263         * math/libm-test.inc (cexp_test): Add more tests.
61264         * sysdeps/i386/fpu/libm-test-ulps: Update.
61265         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
61267 2012-03-22  H.J. Lu  <hongjiu.lu@intel.com>
61269         * include/link.h (ELFW): New macro.
61270         * sysdeps/x86_64/dl-irel.h: Replace Elf64_XXX with ElfW(XXX).
61271         Replace ELF64_R_TYPE with ELFW(R_TYPE).
61273 2012-03-22  H.J. Lu  <hongjiu.lu@intel.com>
61275         * sysdeps/x86_64/dl-tls.h (dl_tls_index): Replace unsigned long
61276         with uint64_t.
61278 2012-03-22  H.J. Lu  <hongjiu.lu@intel.com>
61280         * sysdeps/generic/ldsodefs.h (struct La_x32_regs): New forward
61281         declaration.
61282         (struct La_x32_retval): Likewise.
61284 2012-03-22  H.J. Lu  <hongjiu.lu@intel.com>
61286         * sysdeps/x86_64/preconfigure.in: New file.
61287         * sysdeps/x86_64/preconfigure: New generated file.
61289 2012-03-22  Joseph Myers  <joseph@codesourcery.com>
61291         [BZ #13824]
61292         * math/e_exp2l.c: Include <float.h>.
61293         (__ieee754_exp2l): Handle overflow and underflow cases
61294         separately.  Only pass fractional part of argument to
61295         __ieee754_expl.
61296         * math/libm-test.inc (exp2_test): Add more tests.
61298         * sysdeps/ieee754/ldbl-128/k_cosl.c (__kernel_cosl): Negate y if
61299         negating x to take absolute value.
61300         * sysdeps/ieee754/ldbl-128/k_sincosl.c (__kernel_sincosl):
61301         Likewise.
61302         * sysdeps/ieee754/ldbl-128ibm/k_cosl.c (__kernel_cosl): Likewise.
61303         * sysdeps/ieee754/ldbl-128ibm/k_sincosl.c (__kernel_sincosl):
61304         Likewise.
61305         * sysdeps/ieee754/ldbl-128/k_sinl.c (__kernel_sinl): Negate y when
61306         computing low part if x was negated.
61307         * sysdeps/ieee754/ldbl-128ibm/k_sinl.c (__kernel_sinl): Likewise.
61309 2012-03-21  H.J. Lu  <hongjiu.lu@intel.com>
61311         * elf/tst-auditmod1.c: Support la_x32_gnu_pltenter and
61312         la_x32_gnu_pltexit.
61313         (pltexit): Cast int_retval to ptrdiff_t.
61314         * elf/tst-auditmod3b.c: Likewise.
61315         * elf/tst-auditmod4b.c: Likewise.
61316         * elf/tst-auditmod5b.c: Likewise.
61317         * elf/tst-auditmod6b.c: Likewise.
61318         * elf/tst-auditmod6c.c: Likewise.
61319         * elf/tst-auditmod7b.c: Likewise.
61321         * sysdeps/generic/ldsodefs.h (audit_ifaces): Add x32_gnu_pltenter
61322         and x32_gnu_pltexit.
61324         * sysdeps/x86_64/bits/link.h: Check __x86_64__ instead of
61325         __ELF_NATIVE_CLASS.
61326         (La_x32_regs): New macro.
61327         (La_x32_retval): Likewise.
61328         (la_x32_gnu_pltenter): New function prototype.
61329         (la_x32_gnu_pltexit): Likewise.
61331 2012-03-21  Andreas Schwab  <schwab@linux-m68k.org>
61333         * sysdeps/ieee754/ldbl-128ibm/e_powl.c (huge, tiny): Correct
61334         exponent.
61336         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
61338         * configure.in (libc_cv_cc_nofma): Check for option to disable
61339         generation of FMA instructions.
61340         * configure: Regenerate.
61341         * config.make.in (config-cflags-nofma): Set from libc_cv_cc_nofma.
61342         * sysdeps/ieee754/dbl-64/Makefile: New file.
61343         * sysdeps/x86_64/fpu/multiarch/Makefile (libm-sysdep_routines):
61344         Remove brandred-fma4.
61345         (CFLAGS-brandred-fma4.c): Remove.
61346         * sysdeps/x86_64/fpu/multiarch/brandred-fma4.c: Remove.
61347         * sysdeps/x86_64/fpu/multiarch/s_sin-fma4.c (__branred): Don't
61348         define.
61349         * sysdeps/x86_64/fpu/multiarch/s_tan-fma4.c (__branred): Don't
61350         define.
61352 2012-03-21  H.J. Lu  <hongjiu.lu@intel.com>
61354         * stdio-common/_itoa.c: Check _ITOA_NEEDED instead of
61355         LLONG_MAX != LONG_MAX.
61356         (_itoa_word): Use _ITOA_WORD_TYPE on value.
61357         (_fitoa_word): Likewise.
61358         * stdio-common/_itowa.c: Check _ITOA_NEEDED instead of
61359         LLONG_MAX != LONG_MAX.
61360         * stdio-common/_itowa.h: Include <_itoa.h>.
61361         (_itowa_word): Use _ITOA_WORD_TYPE on value.
61362         (_itowa): New macro.  Defined only if _ITOA_NEEDED is false.
61363         * sysdeps/generic/_itoa.h (_ITOA_NEEDED): New macro.  Defined
61364         only if not defined.
61365         (_ITOA_WORD_TYPE): Likewise.
61366         (_itoa_word): Use _ITOA_WORD_TYPE on value.
61367         Check !_ITOA_NEEDED instead of LONG_MAX == LLONG_MAX.
61369 2012-03-21  David S. Miller  <davem@davemloft.net>
61371         * sysdeps/sparc/fpu/libm-test-ulps: Update.
61373 2012-03-21  H.J. Lu  <hongjiu.lu@intel.com>
61375         * sysdeps/unix/sysv/linux/configure.in: Check x86_64* instead
61376         of x86_64 when setting libc_cv_slibdir, libdir and
61377         libc_cv_localedir.
61378         * sysdeps/unix/sysv/linux/configure: Regenerated.
61380 2012-03-21  Joseph Myers  <joseph@codesourcery.com>
61382         * manual/lang.texi (Old Varargs): Remove section.
61383         (How Variadic): Update menu.
61384         (va_start): Do not mention varargs.h.
61386 2012-03-21  Thomas Schwinge  <thomas@codesourcery.com>
61387             Joseph Myers  <joseph@codesourcery.com>
61389         * configure.in (libc_cv_ssp): Use LIBC_TRY_CC_OPTION instead of a
61390         link test.
61391         * configure: Regenerated.
61393 2012-03-21  Thomas Schwinge  <thomas@codesourcery.com>
61395         * conform/conformtest.pl: Handle --tmpdir argument, defaulting to /tmp.
61396         * conform/run-conformtest.sh: Pass --tmpdir argument when invoking
61397         conformtest.pl
61399 2012-03-21  Joseph Myers  <joseph@codesourcery.com>
61401         * NOTES: Remove.
61402         * Makefile (files-for-dist): Remove NOTES.
61403         (NOTES): Remove rule.
61404         * README: Don't refer to NOTES.
61405         * manual/creature.texi: Don't include macros.texi.
61406         * manual/intro.texi (creature.texi): Remove comment referring to
61407         NOTES.
61409         * aclocal.m4 (LIBC_TRY_CC_OPTION): New macro.
61410         * configure.in (libc_cv_cc_submachine): Use LIBC_TRY_CC_OPTION.
61411         * configure: Regenerated.
61412         * sysdeps/i386/configure.in (libc_cv_cc_sse4): Use
61413         LIBC_TRY_CC_OPTION.
61414         (libc_cv_as_i686): Likewise.
61415         (libc_cv_cc_avx): Likewise.
61416         (libc_cv_cc_sse2avx): Likewise.
61417         (libc_cv_cc_fma4): Likewise.
61418         (libc_cv_cc_novzeroupper): Likewise.
61419         * sysdeps/i386/configure: Regenerated.
61421         [BZ #13883]
61422         * sysdeps/i386/fpu/s_cexp.S: Remove.
61423         * sysdeps/i386/fpu/s_cexpf.S: Likewise.
61424         * sysdeps/i386/fpu/s_cexpl.S: Likewise.
61425         * math/libm-test.inc (cexp_test): Add more tests.
61426         * sysdeps/i386/fpu/libm-test-ulps: Update.
61427         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
61429 2012-03-21  Allan McRae  <allan@archlinux.org>
61431         * timezone/Makefile: Do not install iso3166.tab and zone.tab
61433 2012-03-21  Joseph Myers  <joseph@codesourcery.com>
61435         [BZ #13871]
61436         * math/w_exp2.c: Do not include <float.h>.
61437         (o_threshold, u_threshold): Remove.
61438         (__exp2): Calculate result before checking finiteness and calling
61439         __kernel_standard.
61440         * math/w_exp2f.c: Likewise.
61441         * math/w_exp2l.c: Likewise.
61442         * math/libm-test.inc (exp2_test): Require overflow exception for
61443         1e6 input.
61445         [BZ #3866]
61446         * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Test for y outside the
61447         range of signed 64-bit integers before using fistpll.  Remove
61448         checks for whether integers fit in mantissa bits.
61449         * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Test for y outside
61450         the range of signed 32-bit integers before using fistpl.  Remove
61451         checks for whether integers fit in mantissa bits.
61452         * sysdeps/i386/fpu/e_powl.S (p64): New object.
61453         (__ieee754_powl): Test for y outside the range of signed 64-bit
61454         integers before using fistpll.  Reduce 64-bit values to 63-bit
61455         ones as needed.
61456         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Ensure
61457         divide-by-zero is raised for zero to large negative powers.
61458         * sysdeps/x86_64/fpu/e_powl.S (p64): New object.
61459         (__ieee754_powl): Test for y outside the range of signed 64-bit
61460         integers before using fistpll.  Reduce 64-bit values to 63-bit
61461         ones as needed.
61462         * math/libm-test.inc (pow_test): Add more tests.
61464 2012-03-20  H.J. Lu  <hongjiu.lu@intel.com>
61466         * debug/backtracesymsfd.c: Include <_itoa.h> instead of
61467         <stdio-common/_itoa.h>.
61468         * debug/segfault.c: Likewise.
61469         * elf/dl-cache.c: Likewise.
61470         * elf/dl-minimal.c: Likewise.
61471         * elf/dl-misc.c: Likewise.
61472         * elf/dl-sysdep.c: Likewise.
61473         * elf/dl-version.c: Likewise.
61474         * elf/rtld.c: Likewise.
61475         * hurd/hurdsock.c: Likewise.
61476         * hurd/lookup-retry.c: Likewise.
61477         * malloc/malloc.c: Likewise.
61478         * malloc/mtrace.c: Likewise.
61479         * nscd/nscd_getgr_r.c: Likewise.
61480         * nscd/nscd_getpw_r.c: Likewise.
61481         * nscd/nscd_getserv_r.c: Likewise.
61482         * posix/getopt_init.c: Likewise.
61483         * posix/wordexp.c: Likewise.
61484         * stdio-common/_itoa.c: Likewise.
61485         * stdio-common/printf_fphex.c: Likewise.
61486         * stdio-common/vfprintf.c: Likewise.
61487         * string/_strerror.c: Likewise.
61488         * sysdeps/generic/elf/backtracesymsfd.c: Likewise.
61489         * sysdeps/i386/i686/hp-timing.h: Likewise.
61490         * sysdeps/mach/_strerror.c: Likewise.
61491         * sysdeps/mach/hurd/powerpc/register-dump.h: Likewise.
61492         * sysdeps/mach/hurd/sethostid.c: Likewise.
61493         * sysdeps/mach/hurd/xmknodat.c: Likewise.
61494         * sysdeps/mach/xpg-strerror.c: Likewise.
61495         * sysdeps/powerpc/powerpc32/dl-machine.c: Likewise.
61496         * sysdeps/powerpc/powerpc32/power4/hp-timing.h: Likewise.
61497         * sysdeps/powerpc/powerpc32/register-dump.h: Likewise.
61498         * sysdeps/powerpc/powerpc64/dl-machine.c: Likewise.
61499         * sysdeps/powerpc/powerpc64/hp-timing.h: Likewise.
61500         * sysdeps/powerpc/powerpc64/register-dump.h: Likewise.
61501         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h: Likewise.
61502         * sysdeps/sparc/sparc64/hp-timing.h: Likewise.
61503         * sysdeps/unix/sysv/linux/fd_to_filename.h: Likewise.
61504         * sysdeps/unix/sysv/linux/futimes.c: Likewise.
61505         * sysdeps/unix/sysv/linux/i386/register-dump.h: Likewise.
61506         * sysdeps/unix/sysv/linux/ptsname.c: Likewise.
61507         * sysdeps/unix/sysv/linux/s390/s390-32/register-dump.h: Likewise.
61508         * sysdeps/unix/sysv/linux/s390/s390-64/register-dump.h: Likewise.
61509         * sysdeps/unix/sysv/linux/sh/sh3/register-dump.h: Likewise.
61510         * sysdeps/unix/sysv/linux/sh/sh4/register-dump.h: Likewise.
61511         * sysdeps/unix/sysv/linux/sparc/sparc32/register-dump.h: Likewise.
61512         * sysdeps/unix/sysv/linux/sparc/sparc64/register-dump.h: Likewise.
61513         * sysdeps/unix/sysv/linux/ttyname.c: Likewise.
61514         * sysdeps/unix/sysv/linux/ttyname_r.c: Likewise.
61515         * sysdeps/unix/sysv/linux/x86_64/register-dump.h: Likewise.
61517         * stdio-common/_itoa.c: Include <_itoa.h> instead of "_itoa.h".
61519         * stdio-common/_itoa.h: Moved to ...
61520         * sysdeps/generic/_itoa.h: Here.
61522         * stdio-common/_itowa.c: Include <_itowa.h> instead of "_itowa.h".
61524         * stdio-common/printf_fphex.c: Include <_itoa.h> and <_itowa.h>
61525         instead of "_itoa.h" and "_itowa.h".
61526         * stdio-common/vfprintf.: Likewise.
61528 2012-03-20  H.J. Lu  <hongjiu.lu@intel.com>
61530         * sysdeps/x86_64/fpu/bits/mathinline.h: Don't include
61531         <bits/wordsize.h>.
61532         (__signbitf): Check __x86_64__ instead of __WORDSIZE.
61533         (__signbit): Likwise.
61534         (llrintf): Likwise.
61535         (llrint): Likwise.
61537 2012-03-20  H.J. Lu  <hongjiu.lu@intel.com>
61539         * sysdeps/x86_64/bits/setjmp.h (__jmp_buf): Support x86-64 with
61540         __WORDSIZE != 64.
61542 2012-03-20  Joseph Myers  <joseph@codesourcery.com>
61544         * math/gen-libm-test.pl (%beautify): Add OVERFLOW_EXCEPTION and
61545         OVERFLOW_EXCEPTION_OK.
61546         * math/libm-test.inc ("Philosophy"): Update comment about
61547         exception testing.
61548         (OVERFLOW_EXCEPTION): Define.
61549         (OVERFLOW_EXCEPTION_OK): Likewise.
61550         (INVALID_EXCEPTION_OK): Renumber.
61551         (DIVIDE_BY_ZERO_EXCEPTION_OK): Likewise.
61552         (IGNORE_ZERO_INF_SIGN): Likewise.
61553         (test_exceptions): Handle FE_OVERFLOW.
61554         (exp10_test): Expect overflow exceptions.
61555         (exp2_test): Likewise.
61556         (expm1_test): Likewise.
61557         (nextafter_test): Likewise.
61558         (pow_test): Likewise.
61559         (scalbn_test): Likewise.
61560         (scalbln_test): Likewise.
61562 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
61564         * sysdeps/x86_64/bits/atomic.h
61565         (__arch_c_compare_and_exchange_val_64_acq): Use atomic64_t on
61566         64bit integer.
61567         (atomic_exchange_acq): Likewise.
61568         (__arch_exchange_and_add_body): Likewise.
61569         (__arch_add_body): Likewise.
61570         (atomic_add_negative): Likewise.
61571         (atomic_add_zero): Likewise.
61573 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
61575         * sysdeps/x86_64/fpu/bits/fenv.h: Don't include <bits/wordsize.h>.
61576         (fenv_t): Check __x86_64__ instead of __WORDSIZE.
61578 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
61580         * sysdeps/x86_64/bits/mathdef.h: Don't include <bits/wordsize.h>.
61581         Check __x86_64__ instead of __WORDSIZE.
61583 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
61585         * sysdeps/unix/sysv/linux/x86_64/ldd-rewrite.sed: Support x32.
61587 2012-03-19  David S. Miller  <davem@davemloft.net>
61589         * sysdeps/sparc/fpu/libm-test-ulps: Update.
61591         * sysdeps/sparc/fpu/fenv_private.h: New file.
61592         * sysdeps/sparc/fpu/math_private.h: Use it.
61593         (libc_feholdexcept, libc_feholdexceptf, libc_feholdexceptl):
61594         Remove.
61595         (libc_feholdexcept_setround, libc_feholdexcept_setroundf)
61596         (libc_feholdexcept_setroundl): Remove.
61597         (libc_fetestexcept, libc_fetestexceptf, libc_fetestexceptl):
61598         Remove.
61599         (libc_fesetenv, libc_fesetenvf, libc_fesetenvl): Remove.
61600         (libc_feupdateenv, libc_feupdateenvf, libc_feupdateenvf): Remove.
61602 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
61604         * sysdeps/x86_64/fpu/math_private.h (EXTRACT_WORDS64): Use
61605         int64_t instead of long int.
61606         (INSERT_WORDS64): Likwise.
61608 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
61610         * sysdeps/x86_64/jmpbuf-unwind.h (_JMPBUF_CFA_UNWINDS_ADJ): Cast
61611         _Unwind_GetCFA return to _Unwind_Ptr first.
61613 2012-03-19  Joseph Myers  <joseph@codesourcery.com>
61615         [BZ #13629]
61616         * math/s_clog.c: Include <float.h>.
61617         (__clog): Scale large or subnormal inputs.
61618         * math/s_clogf.c: Likewise.
61619         * math/s_clogl.c: Likewise.
61620         * math/s_clog10.c: Include <float.h>.
61621         (M_LOG10_2): Define.
61622         (__clog10): Scale large or subnormal inputs.
61623         * math/s_clog10f.c: Likewise.
61624         * math/s_clog10l.c: Likewise.
61625         * math/libm-test.inc (clog_test): Add more tests.
61626         (clog10_test): Likewise.
61627         * sysdeps/i386/fpu/libm-test-ulps: Update.
61628         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
61630         [BZ #11451]
61631         * sysdeps/ieee754/dbl-64/e_atan2.c (__ieee754_atan2): Scale large
61632         x and y.
61633         * math/libm-test.inc (atan2_test): Add another test.
61635         * Makerules (common-objdir-compile): Remove.
61636         * sysdeps/unix/Makefile (config-generated): Do not add
61637         $(unix-generated) to variable.
61638         [generic bits/local_lim.h] (mk-local_lim-CFLAGS): Remove variable.
61639         [generic bits/local_lim.h] ($(common-objpfx)bits/local_lim.h):
61640         Remove rule.
61641         [generic bits/local_lim.h] ($(common-objpfx)mk-local_lim):
61642         Likewise.
61643         [generic bits/local_lim.h] (before-compile): Do not append to
61644         variable.
61645         [generic bits/local_lim.h] (common-generated): Likewise.
61646         [generic sys/param.h] (before-compile): Do not append to variable.
61647         [generic sys/param.h] ($(common-objpfx)sys/param.h): Remove rule.
61648         [generic sys/param.h] ($(common-objpfx)param.h.c): Likewise.
61649         [generic sys/param.h] ($(common-objpfx)param.h.dep): Likewise.
61650         [generic sys/param.h] ($(common-objpfx)param.h.dep): Do not
61651         include.
61652         [generic sys/param.h] (sys/param.h-includes): Remove variable.
61653         [generic sys/param.h] (sys/param.h-includes): Remove rule.
61654         [generic sys/param.h] ($(addprefix
61655         $(common-objpfx),$(sys/param.h-includes))): Likewise.
61656         [generic sys/param.h] (common-generated): Do not append to
61657         variable.
61658         [generic sys/param.h] (sysdep_headers): Likewise.
61659         [generic bits/errno.h] (before-compile): Do not append to
61660         variable.
61661         [generic bits/errno.h] ($(common-objpfx)bits/errno.h): Remove
61662         rule.
61663         [generic bits/errno.h] ($(common-objpfx)make-errnos): Likewise.
61664         [generic bits/errno.h] ($(common-objpfx)make-errnos.c): Likewise.
61665         [generic bits/errno.h] ($(common-objpfx)errnos): Likewise.
61666         [generic bits/errno.h] (common-generated): Do not append to
61667         variable.
61668         [generic bits/ioctls.h] (before-compile): Do not append to
61669         variable.
61670         [generic bits/ioctls.h] ($(common-objpfx)bits/ioctls.h): Remove
61671         rule.
61672         [generic bits/ioctls.h] (ioctl-includes): Remove variable.
61673         [generic bits/ioctls.h] (make-ioctls-CFLAGS): Likewise.
61674         [generic bits/ioctls.h] ($(common-objpfx)make-ioctls): Remove
61675         rule.
61676         [generic bits/ioctls.h] ($(common-objpfx)make-ioctls.c): Likewise.
61677         [generic bits/ioctls.h] (bits_termios.h): Remove variable.
61678         [generic bits/ioctls.h] ($(common-objpfx)ioctls): Remove rule.
61679         [generic bits/ioctls.h] (common-generated): Do not append to
61680         variable.
61681         [generic sys/syscall.h] (syscall.h): Remove variable.
61682         [generic sys/syscall.h] ($(common-objpfx)sys/syscall.h): Remove
61683         rule.
61684         [generic sys/syscall.h] (before-compile): Do not append to
61685         variable.
61686         [generic sys/syscall.h] (common-generated): Likewise.
61687         * sysdeps/unix/errnos-tmpl.c: Remove file.
61688         * sysdeps/unix/errnos.awk: Likewise.
61689         * sysdeps/unix/ioctls-tmpl.c: Likewise.
61690         * sysdeps/unix/ioctls.awk: Likewise.
61691         * sysdeps/unix/mk-local_lim.c: Likewise.
61692         * sysdeps/unix/snarf-ioctls: Likewise.
61694 2012-03-19  Richard Henderson  <rth@twiddle.net>
61696         * sysdeps/i386/fpu/fenv_private.h: New file.
61697         * sysdeps/i386/fpu/math_private.h: Use it.
61698         (math_opt_barrier, math_force_eval): Remove.
61699         (libc_feholdexcept_setround_53bit): Remove.
61700         (libc_feupdateenv_53bit): Remove.
61701         * sysdeps/x86_64/fpu/math_private.h: Likewise.
61702         (math_opt_barrier, math_force_eval): Remove.
61703         (libc_feholdexcept): Remove.
61704         (libc_feholdexcept_setround): Remove.
61705         (libc_fetestexcept, libc_fesetenv): Remove.
61706         (libc_feupdateenv_test): Remove.
61707         (libc_feupdateenv, libc_feholdsetround): Remove.
61708         (libc_feresetround): Remove.
61710         * sysdeps/i386/fpu/feholdexcpt.c (feholdexcept): Avoid the fldenv.
61711         * sysdeps/x86_64/fpu/feholdexcpt.c (feholdexcept): Likewise.
61713         * sysdeps/generic/math_private.h (default_libc_feupdateenv_test): New.
61714         (libc_feupdateenv_test, libc_feupdateenv_testf): New.
61715         (libc_feupdateenv_testl): New.
61716         * sysdeps/x86_64/fpu/math_private.h (libc_feupdateenv_test): New.
61717         (libc_feupdateenv_testf): New.
61718         (libc_feupdateenv): Use libc_feupdateenv_test.
61719         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Use libc_feupdateenv_test.
61720         * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Likewise.
61722         * sysdeps/generic/math_private.h (libc_feholdsetround): New.
61723         (libc_feholdsetroundf, libc_feholdsetroundl): New.
61724         (libc_feresetround, libc_feresetroundf, libc_feresetroundl): New.
61725         (libc_feresetround_noex): New.
61726         (libc_feresetround_noexf): New.
61727         (libc_feresetround_noexl): New.
61728         (SET_RESTORE_ROUND, SET_RESTORE_ROUNDF, SET_RESTORE_ROUNDL): New.
61729         (SET_RESTORE_ROUND_NOEX, SET_RESTORE_ROUND_NOEXF): New.
61730         (SET_RESTORE_ROUND_NOEXL, SET_RESTORE_ROUND_53BIT): New.
61731         * sysdeps/ieee754/dbl-64/e_exp.c (__ieee754_exp): Use
61732         SET_RESTORE_ROUND.
61733         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Likewise.
61734         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Use SET_RESTORE_ROUND_53BIT.
61735         (__cos): Likewise.
61736         * sysdeps/ieee754/dbl-64/s_tan.c (__tan): Likewise.
61737         * sysdeps/ieee754/dbl-64/e_exp2.c (__ieee754_exp2): Use
61738         SET_RESTORE_ROUND_NOEX.
61739         * sysdeps/ieee754/dbl-64/e_exp2f.c (__ieee754_exp2f): Use
61740         SET_RESTORE_ROUND_NOEXF.
61741         * sysdeps/ieee754/flt-32/e_expf.c (__ieee754_expf): Likewise.
61742         * sysdeps/x86_64/fpu/math_private.h (libc_feholdsetround): New.
61743         (libc_feholdsetroundf): New.
61744         (libc_feresetround, libc_feresetroundf): New.
61746         * sysdeps/i386/fpu/math_private.h: Include <fenv.h>, <fpu_control.h>.
61747         (libc_feholdexcept_setround_53bit): Convert from macro to function.
61748         (libc_feupdateenv_53bit): Likewise.  Don't force _FPU_EXTENDED.
61750         * sysdeps/generic/math_private.h: Include <fenv.h>.
61751         (default_libc_feholdexcept): New.
61752         (default_libc_feholdexcept_setround): New.
61753         (default_libc_fesetenv, default_libc_feupdateenv): New.
61754         (libc_feholdexcept): Only define if undefined.
61755         (libc_feholdexceptf, libc_feholdexceptl): Likewise.
61756         (libc_feholdexcept_setround, libc_feholdexcept_setroundf): Likewise.
61757         (libc_feholdexcept_setroundl): Likewise.
61758         (libc_feholdexcept_setround_53bit): Likewise.
61759         (libc_fetestexcept, libc_fetestexceptf, libc_fetestexceptl): Likewise.
61760         (libc_fesetenv, libc_fesetenvf, libc_fesetenvl): Likewise.
61761         (libc_feupdateenv, libc_feupdateenvf, libc_feupdateenvl): Likewise.
61762         (libc_feupdateenv_53bit): Likewise.
61763         * sysdeps/x86_64/fpu/math_private.h: Include <fenv.h>.
61764         (libc_feholdexcept): Convert from macro to inline function.
61765         (libc_feholdexcept_setround, libc_fetestexcept): Likewise.
61766         (libc_fesetenv, libc_feupdateenv): Likewise.
61768         * sysdeps/generic/math_private.h (GET_HIGH_WORD): Define only if
61769         not previously defined.
61770         (GET_LOW_WORD, EXTRACT_WORDS64, INSERT_WORDS): Likewise.
61771         (INSERT_WORDS64, SET_HIGH_WORD, SET_LOW_WORD): Likewise.
61772         (GET_FLOAT_WORD, SET_FLOAT_WORD): Likewise.
61773         * sysdeps/ieee754/dbl-64/wordsize-64/math_private.h: New file.
61774         * sysdeps/ieee754/flt-32/math_private.h: New file.
61775         * sysdeps/x86_64/fpu/math_private.h: Move the include_next of
61776         math_private.h below SET_FLOAT_WORD.
61777         (__isnan, __isinf_ns, __finite): Remove.
61778         (__isnanf, __isinf_nsf, __finitef): Remove.
61780 2012-03-18  Andreas Schwab  <schwab@linux-m68k.org>
61782         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
61784 2012-03-17  David S. Miller  <davem@davemloft.net>
61786         [BZ #6471]
61787         * sysdeps/unix/sysv/linux/sparc/Versions: Add __getshmlba entry
61788         for 2.16.
61790 2012-03-16  David S. Miller  <davem@davemloft.net>
61792         * sysdeps/unix/sysv/linux/shmat.c (shmat): Use -1l to avoid
61793         warnings.
61795         [BZ #6471]
61796         * sysdeps/unix/sysv/linux/shmat.c (shmat): Test for syscall errors
61797         properly.
61798         * sysdeps/unix/sysv/linux/sparc/getshmlba.c: New file.
61799         * sysdeps/unix/sysv/linux/sparc/Makefile: Add getshmlba to
61800         sysdep_routines when subdir is sysvipc.
61801         * sysdeps/unix/sysv/linux/sparc/bits/shm.h (SHMLBA): Use new
61802         __getshmlba helper.
61804         * sysdeps/sparc/fpu/libm-test/ulps: Update.
61806 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
61808         * sysdeps/x86_64/ffsll.c (ffsl): Define alias only under
61809         [__LP64__].
61811 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
61813         * sysdeps/ieee754/dbl-64/wordsize-64/s_lround.c: Moved to ...
61814         * sysdeps/ieee754/dbl-64/wordsize-64/s_llround.c: This.
61815         (__lround): Renamed to ...
61816         (__llround): This.  Replace long int with long long int.
61817         Define lround functions as aliases of llround functions.
61818         * sysdeps/ieee754/dbl-64/wordsize-64/s_lround.c: Empty file.
61820 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
61822         * sysdeps/unix/sysv/linux/x86_64/makecontext.c (__makecontext):
61823         Use greg_t on sp.  Use unsigned int on idx_uc_link.  Cast
61824         adresses to uintptr_t.  Replace "long int" and "unsigned long
61825         int" with "greg_t" on va_arg.
61827 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
61829         * sysdeps/generic/ldconfig.h (FLAG_X8664_LIBX32): New macro.
61830         * elf/cache.c (print_entry): Handle FLAG_X8664_LIBX32.
61832         * sysdeps/unix/sysv/linux/i386/readelflib.c (process_elf_file):
61833         Move e_machine check before EI_CLASS check.  Handle x32
61834         libraries.  Check EM_IA_64 only if SKIP_EM_IA_64 isn't defined.
61835         * sysdeps/unix/sysv/linux/x86_64/readelflib.c: Just define
61836         SKIP_EM_IA_64 and include
61837         <sysdeps/unix/sysv/linux/i386/readelflib.c>.
61839         * sysdeps/unix/sysv/linux/x86_64/dl-cache.h:
61840         Don't include <sysdeps/unix/sysv/linux/sparc/dl-cache.h>.
61841         (add_system_dir): New macro.
61843         * sysdeps/unix/sysv/linux/x86_64/ldconfig.h
61844         (SYSDEP_KNOWN_INTERPRETER_NAMES): Add /libx32/ld-linux-x32.so.2.
61846 2012-03-16  Joseph Myers  <joseph@codesourcery.com>
61848         [BZ #2551]
61849         [BZ #2552]
61850         [BZ #2553]
61851         [BZ #2554]
61852         [BZ #2562]
61853         [BZ #2563]
61854         [BZ #2565]
61855         [BZ #2566]
61856         [BZ #2576]
61857         * math/w_j0.c (j0): Don't produce TLOSS errors for POSIX libm.
61858         (y0): Likewise.
61859         * math/w_j0f.c (j0f): Likewise.
61860         (y0f): Likewise.
61861         * math/w_j0l.c (__j0l): Likewise.
61862         (__y0l): Likewise.
61863         * math/w_j1.c (j1): Likewise.
61864         (y1): Likewise.
61865         * math/w_j1f.c (j1f): Likewise.
61866         (y1f): Likewise.
61867         * math/w_j1l.c (__j1l): Likewise.
61868         (__y1l): Likewise.
61869         * math/w_jn.c (jn): Likewise.
61870         (yn): Likewise.
61871         * math/w_jnf.c (jnf): Likewise.
61872         (ynf): Likewise.
61873         * math/w_jnl.c (__jnl): Likewise.
61874         (__ynl): Likewise.
61875         * math/libm-test.inc (j0_test): Add more tests.
61876         (j1_test): Likewise.
61877         (jn_test): Likewise.  Add trailing semicolon to existing test.
61878         (y0_test): Likewise.
61879         (y1_test): Likewise.
61880         * sysdeps/i386/fpu/libm-test-ulps: Update.
61881         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
61883         [BZ #13851]
61884         [BZ #13854]
61885         * sysdeps/ieee754/dbl-64/s_tan.c (tan): Use
61886         libc_feholdexcept_setround_53bit and libc_feupdateenv_53bit.
61887         * sysdeps/ieee754/ldbl-96/k_tanl.c: New file.
61888         * sysdeps/ieee754/ldbl-96/s_tanl.c: Include <errno.h>.
61889         (__tanl): Set errno for infinite argument.
61890         * sysdeps/i386/fpu/mptan.c: Remove.
61891         * sysdeps/i386/fpu/s_tan.S: Likewise.
61892         * sysdeps/i386/fpu/s_tanl.S: Likewise.
61893         * sysdeps/x86_64/fpu/k_tanl.c: Likewise.
61894         * sysdeps/x86_64/fpu/s_tanl.S: Likewise.
61895         * math/libm-test.inc (tan_test): Add more tests and enable more
61896         tests for double and long double.
61897         * sysdeps/i386/fpu/libm-test-ulps: Update.
61898         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
61900 2012-03-16  Jan Kratochvil  <jan.kratochvil@redhat.com>
61902         * sysdeps/x86_64/elf/start.S: Include <sysdep.h>.
61903         (_start): Add cfi_startproc, cfi_undefined for rip and cfi_endproc.
61905 2012-03-16  Roland McGrath  <roland@hack.frob.com>
61907         * aclocal.m4 (LIBC_PRECONFIGURE): New macro.
61908         * configure.in: Use it for both main tree and add-ons.
61909         * configure: Regenerated.
61911 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
61913         * time/offtime.c (__offtime): Use time_t on days, rem, y and yg.
61915 2012-03-16  Joseph Myers  <joseph@codesourcery.com>
61917         * sysdeps/ieee754/ldbl-96/t_sincosl.c: Include generator program
61918         in comment.
61920         [BZ #13851]
61921         * sysdeps/ieee754/ldbl-96/e_rem_pio2l.c: New file.
61922         * sysdeps/ieee754/ldbl-96/k_cosl.c: Likewise.
61923         * sysdeps/ieee754/ldbl-96/k_sinl.c: Likewise.
61924         * sysdeps/ieee754/ldbl-96/t_sincosl.c: Likewise.
61925         * sysdeps/ieee754/ldbl-96/s_cosl.c (__cosl): Correct test for
61926         infinite argument.
61927         * sysdeps/ieee754/ldbl-96/s_sinl.c (__sinl): Likewise.
61928         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Handle __FLT_EVAL_METHOD__
61929         != 0 for prec == 2.
61930         * sysdeps/i386/fpu/e_rem_pio2l.c: Remove.
61931         * sysdeps/i386/fpu/k_rem_pio2.c: Likewise.
61932         * sysdeps/i386/fpu/s_cosl.S: Likewise.
61933         * sysdeps/i386/fpu/s_sincosl.S: Likewise.
61934         * sysdeps/i386/fpu/s_sinl.S: Likewise.
61935         * sysdeps/x86_64/fpu/e_rem_pio2l.c: Likewise.
61936         * sysdeps/x86_64/fpu/k_cosl.c: Likewise.
61937         * sysdeps/x86_64/fpu/k_sinl.c: Likewise.
61938         * sysdeps/x86_64/fpu/s_cosl.S: Likewise.
61939         * sysdeps/x86_64/fpu/s_sincosl.S: Likewise.
61940         * sysdeps/x86_64/fpu/s_sinl.S: Likewise.
61941         * math/libm-test.inc (cos_test): Add more tests and enable more
61942         tests for long double.
61943         (sin_test): Likewise.
61944         (sincos_test): Likewise.
61945         * sysdeps/i386/fpu/libm-test-ulps: Update.
61946         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
61948 2012-03-16  David S. Miller  <davem@davemloft.net>
61950         * sysdeps/sparc/fpu/math_private.h: New file.
61952 2012-03-15  David S. Miller  <davem@davemloft.net>
61954         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fma-vis3.S: New
61955         file.
61956         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fma.c: New file.
61957         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaf-vis3.S: New
61958         file.
61959         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaf.c: New file.
61960         * sysdeps/sparc/sparc64/fpu/multiarch/s_fma-vis3.S: New file.
61961         * sysdeps/sparc/sparc64/fpu/multiarch/s_fma.c: New file.
61962         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaf-vis3.S: New file.
61963         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaf.c: New file.
61964         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Add fma/fmaf
61965         sysdep routines.
61966         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Likewise.
61968         * sysdeps/sparc/sparc32/fpu/s_fma.c: New file.
61969         * sysdeps/sparc/sparc64/fpu/s_fma.c: New file.
61971         * sysdeps/sparc/sparc-ifunc.h: New file.
61972         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: Use
61973         sparc-ifunc.h
61974         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf.S: Likewise.
61975         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysign.S:
61976         Likewise.
61977         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysignf.S:
61978         Likewise.
61979         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabs.S: Likewise.
61980         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabsf.S: Likewise.
61981         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: Likewise.
61982         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf.S:
61983         Likewise.
61984         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax.S: Likewise.
61985         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaxf.S: Likewise.
61986         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin.S: Likewise.
61987         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fminf.S: Likewise.
61988         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint.S:
61989         Likewise.
61990         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrintf.S:
61991         Likewise.
61992         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint.S: Likewise.
61993         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rintf.S: Likewise.
61994         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrt.S: Likewise.
61995         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrtf.S: Likewise.
61996         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil.S: Likewise.
61997         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf.S: Likewise.
61998         * sysdeps/sparc/sparc64/fpu/multiarch/s_finite.S: Likewise.
61999         * sysdeps/sparc/sparc64/fpu/multiarch/s_finitef.S: Likewise.
62000         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor.S: Likewise.
62001         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf.S: Likewise.
62002         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmax.S: Likewise.
62003         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaxf.S: Likewise.
62004         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmin.S: Likewise.
62005         * sysdeps/sparc/sparc64/fpu/multiarch/s_fminf.S: Likewise.
62006         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinf.S: Likewise.
62007         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinff.S: Likewise.
62008         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnan.S: Likewise.
62009         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnanf.S: Likewise.
62010         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrint.S: Likewise.
62011         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrintf.S: Likewise.
62012         * sysdeps/sparc/sparc64/fpu/multiarch/s_rint.S: Likewise.
62013         * sysdeps/sparc/sparc64/fpu/multiarch/s_rintf.S: Likewise.
62014         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbit.S: Likewise.
62015         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbitf.S: Likewise.
62017 2012-03-15  Andreas Schwab  <schwab@linux-m68k.org>
62019         * sysdeps/powerpc/fpu/e_hypotf.c: Use double precision instead of
62020         scaling.
62021         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
62023 2012-03-15  Andreas Jaeger  <aj@suse.de>
62025         [BZ #13852]
62026         * sysdeps/i386/fpu/e_rem_pio2f.c: Delete so that i386 uses the
62027         ieee754/flt-32 implementation for sin, cos and sincos.
62028         * sysdeps/i386/fpu/k_rem_pio2f.c: Likewise.
62029         * sysdeps/i386/fpu/s_cosf.S: Likewise.
62030         * sysdeps/i386/fpu/s_sincosf.S: Likewise.
62031         * sysdeps/i386/fpu/s_sinf.S: Likewise.
62032         * sysdeps/i386/fpu/s_tanf.S: Delete so that i386 uses the
62033         ieee754/flt-32 implementation for tan.
62035         * math/libm-test.inc (cos_test): Enable some large input tests for
62036         float as well
62037         (sin_test): Likewise.
62038         (sincos_test): Likewise.
62039         (tan_test): Add tests for large input.
62041         * sysdeps/i386/fpu/libm-test-ulps: Update.
62043 2012-03-15  Andreas Jaeger  <aj@suse.de>
62045         [BZ #13658]
62046         * math/libm-test.inc (cos_test): Add more test cases.
62047         (sin_test): Likewise.
62048         (sincos_test): Likewise.
62050 2012-03-15  Andreas Jaeger  <aj@suse.de>
62052         [BZ #13837]
62053         * math/libm-test.inc (cos_test): Add a test case for large input
62054         value.
62055         (sin_test): Likewise.
62056         (sincos_test): Likewise.
62058 2012-03-15  Andreas Jaeger  <aj@suse.de>
62059             Joseph Myers  <joseph@codesourcery.com>
62061         [BZ #13658]
62062         * sysdeps/x86_64/fpu/s_sincos.S: Delete files so that
62063         x86-64 and i386 use the iee754/dbl-64 sin and cos implementation.
62064         * sysdeps/i386/fpu/branred.c: Likewise.
62065         * sysdeps/i386/fpu/dosincos.c: Likewise.
62066         * sysdeps/i386/fpu/mpa.c: Likewise.
62067         * sysdeps/i386/fpu/s_cos.S: Likewise.
62068         * sysdeps/i386/fpu/s_sin.S: Likewise.
62069         * sysdeps/i386/fpu/s_sincos.S: Likewise.
62070         * sysdeps/i386/fpu/sincos32.c: Likewise.
62072         * sysdeps/generic/math_private.h (libc_feholdexcept_setround_53bit):
62073         Define.
62074         (libc_feupdateenv_53bit): Define.
62075         * sysdeps/i386/fpu/math_private.h (libc_feholdexcept_setround_53bit):
62076         Define.
62077         (libc_feupdateenv_53bit): Define.
62079         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Do double arithmetic in
62080         53 bit (without extend i386 double precision).
62082         * math/libm-test.inc (sincos_test): Add tests for large input.
62083         (sin): Likewise.
62084         (cos): Likewise.
62086         * sysdeps/i386/fpu/libm-test-ulps: Update ULPs.
62088 2012-03-15  Andreas Schwab  <schwab@linux-m68k.org>
62090         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
62092 2012-03-15  David S. Miller  <davem@davemloft.net>
62094         * sysdeps/sparc/sparc64/fpu/s_fmax.S: New file.
62095         * sysdeps/sparc/sparc64/fpu/s_fmaxf.S: New file.
62096         * sysdeps/sparc/sparc64/fpu/s_fmin.S: New file.
62097         * sysdeps/sparc/sparc64/fpu/s_fminf.S: New file.
62098         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmax.S: New file.
62099         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmaxf.S: New file.
62100         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmin.S: New file.
62101         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fminf.S: New file.
62102         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmax.S: New file.
62103         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaxf-vis3.S: New file.
62104         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaxf.S: New file.
62105         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmin-vis3.S: New file.
62106         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmin.S: New file.
62107         * sysdeps/sparc/sparc64/fpu/multiarch/s_fminf-vis3.S: New file.
62108         * sysdeps/sparc/sparc64/fpu/multiarch/s_fminf.S: New file.
62109         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax-vis3.S: New
62110         file.
62111         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax.S: New file.
62112         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaxf-vis3.S: New
62113         file.
62114         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaxf.S: New file.
62115         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin-vis3.S: New
62116         file.
62117         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin.S: New file.
62118         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fminf-vis3.S: New
62119         file.
62120         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fminf.S: New file.
62121         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Add new vis3
62122         fmin/fmax sysdep routines.
62123         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Likewise.
62125 2012-03-14  David S. Miller  <davem@davemloft.net>
62127         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil-vis3.S: New file.
62128         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil.S: New file.
62129         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf-vis3.S: New file.
62130         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf.S: New file.
62131         * sysdeps/sparc/sparc64/fpu/multiarch/s_finite-vis3.S: New file.
62132         * sysdeps/sparc/sparc64/fpu/multiarch/s_finite.S: New file.
62133         * sysdeps/sparc/sparc64/fpu/multiarch/s_finitef-vis3.S: New file.
62134         * sysdeps/sparc/sparc64/fpu/multiarch/s_finitef.S: New file.
62135         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor-vis3.S: New file.
62136         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor.S: New file.
62137         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf-vis3.S: New file.
62138         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf.S: New file.
62139         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinf-vis3.S: New file.
62140         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinf.S: New file.
62141         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinff-vis3.S: New file.
62142         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinff.S: New file.
62143         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnan-vis3.S: New file.
62144         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnan.S: New file.
62145         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnanf-vis3.S: New file.
62146         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnanf.S: New file.
62147         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrint-vis3.S: New file.
62148         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrint.S: New file.
62149         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrintf-vis3.S: New file.
62150         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrintf.S: New file.
62151         * sysdeps/sparc/sparc64/fpu/multiarch/s_rint-vis3.S: New file.
62152         * sysdeps/sparc/sparc64/fpu/multiarch/s_rint.S: New file.
62153         * sysdeps/sparc/sparc64/fpu/multiarch/s_rintf-vis3.S: New file.
62154         * sysdeps/sparc/sparc64/fpu/multiarch/s_rintf.S: New file.
62155         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Add new VIS3
62156         routines.
62157         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil-vis3.S: New
62158         file.
62159         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: New file.
62160         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf-vis3.S: New
62161         file.
62162         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf.S: New file.
62163         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabs-vis3.S: New
62164         file.
62165         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabs.S: New file.
62166         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabsf-vis3.S: New
62167         file.
62168         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabsf.S: New file.
62169         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor-vis3.S: New
62170         file.
62171         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: New file.
62172         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf-vis3.S: New
62173         file.
62174         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf.S: New
62175         file.
62176         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint-vis3.S: New
62177         file.
62178         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint.S: New
62179         file.
62180         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrintf-vis3.S:
62181         New file.
62182         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrintf.S: New
62183         file.
62184         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint-vis3.S: New
62185         file.
62186         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint.S: New file.
62187         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rintf-vis3.S: New
62188         file.
62189         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rintf.S: New file.
62190         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrt-vis3.S: New
62191         file.
62192         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrt.S: New file.
62193         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrtf-vis3.S: New
62194         file.
62195         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrtf.S: New file.
62196         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add new
62197         VIS3 routines.
62199         * sysdeps/sparc/sparc32/sparcv9/fpu/unix/sysv/linux/multiarch/Implies:
62200         New file.
62202         * sysdeps/sparc/fpu/libm-test-ulps: Update.
62204         * sysdeps/sparc/configure.in: New file.
62205         * sysdeps/sparc/configure: Generate.
62206         * configure.in (libc_cv_sparc_as_vis3): Substitute.
62207         * configure: Regenerate.
62208         * config.h.in (HAVE_AS_VIS3_SUPPORT): New.
62209         * config.make.in (have-as-vis3): New.
62210         * sysdeps/sparc/sparc32/sparcv9/Makefile (ASFLAGS-*): If VIS3 is
62211         available use -Av9d instead of -Av9a.
62212         * sysdeps/sparc/sparc64/Makefile: Likewise.
62213         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: New file.
62214         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysign-vis3.S:
62215         New file.
62216         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysign.S: New
62217         file.
62218         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysignf-vis3.S:
62219         New file.
62220         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysignf.S: New
62221         file.
62222         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: New file.
62223         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbit-vis3.S: New file.
62224         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbit.S: New file.
62225         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbitf-vis3.S: New file.
62226         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbitf.S: New file.
62228         * sysdeps/sparc/sparc64/fpu/s_copysign.S (__copysign): Use
62229         fzeros/fnegs to load 0x80000000 into a float register instead of
62230         using the stack.
62231         * sysdeps/sparc/sparc64/fpu/s_copysignf.S (__copysignf): Likewise.
62233 2012-03-14  Joseph Myers  <joseph@codesourcery.com>
62235         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
62236         bits/syscall.h.
62237         ($(objpfx)syscall-%.h): Rename rule to $(objpfx)bits/syscall%h.
62238         ($(objpfx)syscall-%.d): Rename rule to $(objpfx)bits/syscall%d.
62239         ($(inst_includedir)/bits/syscall.h): Remove rule.
62240         ($(objpfx)bits/syscall.d): Include instead of
62241         $(objpfx)syscall-list.d.
62242         (generated): Change syscall-list.h and syscall-list.d to
62243         bits/syscall.h and bits/syscall.d.
62245 2012-03-14  Roland McGrath  <roland@hack.frob.com>
62247         [BZ #13846]
62248         * manual/llio.texi (Memory-mapped I/O): Fix wrong function name.
62250 2012-03-14  Joseph Myers  <joseph@codesourcery.com>
62252         [BZ #13841]
62253         * math/s_csqrt.c: Include <float.h>.
62254         (__csqrt): Scale large or subnormal inputs.
62255         * math/s_csqrtf.c: Likewise.
62256         * math/s_csqrtl.c: Likewise.
62257         * math/libm-test.inc (csqrt_test): Add more tests.
62258         * sysdeps/i386/fpu/libm-test-ulps: Update.
62259         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
62261         [BZ #13840]
62262         * math/libm-test.inc (hypot_test): Add more tests.
62264 2012-03-13  David S. Miller  <davem@davemloft.net>
62266         [BZ #13840]
62267         * sysdeps/ieee754/flt-32/e_hypotf.c (__ieee754_hypotf): Rewrite to use
62268         double-precision for the calculation instead of scaling.
62270 2012-03-13  Joseph Myers  <joseph@codesourcery.com>
62272         * sysdeps/ieee754/dbl-64/s_nearbyint.c (__nearbyint): Do not
62273         manipulate bits before adding and subtracting TWO52[sx].
62274         * sysdeps/ieee754/dbl-64/s_rint.c (__rint): Likewise.
62275         * sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c (__nearbyint):
62276         Likewise.
62277         * sysdeps/ieee754/dbl-64/wordsize-64/s_rint.c (__rint): Likewise.
62279 2012-03-13  David S. Miller  <davem@davemloft.net>
62281         * sysdeps/sparc/Makefile: Remove rtld-global-offsets.sym handling.
62282         * sysdeps/sparc/elf/rtld-global-offsets.sym: Delete.
62283         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Don't include
62284         rtld-global-offsets.h
62285         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
62287         * sysdeps/ieee754/ldbl-128/s_expm1l.c (__expm1l): Use expl for
62288         large parameters.
62290         * sysdeps/unix/sysv/linux/sparc/sparc64/dl-fxstatat64.c: New file.
62292         * sysdeps/unix/sysv/linux/openat.c (OPENAT_NOT_CANCEL): Declare syscall
62293         'err' in the ifdef scope in which it is actually used.
62295         * nss/nss_db/db-init.c: Include string.h
62297 2012-03-12  David S. Miller  <davem@davemloft.net>
62299         * sysdeps/generic/dl-osinfo.h (_dl_setup_stack_chk_guard): Fix
62300         masking out of the most significant byte of random value used.
62301         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
62302         Fix coding style in previous change.
62304         * sysdeps/unix/sysv/linux/kernel-features.h
62305         (__ASSUME_CLONE_THREAD_FLAGS): Set on sparc when 2.5.64 and later.
62306         (__ASSUME_TGKILL): Set on sparc when 2.6.1 and later, simplify
62307         expression.
62308         (__ASSUME_FADVISE64_64_SYSCALL): Set on sparc when 2.6.1 and
62309         later.
62311 2012-03-11  David S. Miller  <davem@davemloft.net>
62313         * sysdeps/unix/sysv/linux/sparc/sparc64/makecontext.c
62314         (__makecontext): Fix signedness of pointer casts setting up 'sp'.
62315         * sysdeps/unix/sysv/linux/sparc/sysdep.h (INLINE_SYSCALL) Use 'long'
62316         for 'resultvar' otherwise things get truncated on 64-bit.
62318         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
62319         Fix masking out of the most significant byte of random value used.
62321         * sysdeps/sparc/fpu/libm-test-ulps: Update.
62323 2012-03-10  Andreas Schwab  <schwab@linux-m68k.org>
62325         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
62327 2012-03-09  David S. Miller  <davem@davemloft.net>
62329         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela): Protect local
62330         variables with appropriate CPP guards.
62331         * sysdeps/sparc/sparc32/dl-trampoline.S: Propagate the stack_ptr
62332         from the frame pointer, not the stack pointer.  Correct layout
62333         comments.  Fix test on resulting framesize and the management of
62334         the outregs buffer for pltexit.  Preserve floating point return
62335         values across _dl_call_pltexit call.
62336         * sysdeps/sparc/sparc64/dl-trampoline.S: Fix test on resulting
62337         framesize and the management of the outregs buffer for pltexit.
62338         Preserve floating point return values across _dl_call_pltexit
62339         call.
62340         * elf/sotruss-lib.c (la_sparc32_gnu_pltenter)
62341         (la_sparc64_gnu_pltenter, la_sparc32_gnu_pltexit)
62342         (la_sparc64_gnu_pltexit): New functions.
62343         (print_exit): Fix format string for return register value.
62345 2012-03-10  Joseph Myers  <joseph@codesourcery.com>
62347         * sunrpc/Makefile (others): Add rpcgen.
62348         ($(objpfx)rpcgen): Remove special build rule and dependency on
62349         libc.
62350         * sunrpc/rpcgen.c: New file.
62352 2012-03-09  Paul Eggert  <eggert@cs.ucla.edu>
62354         [BZ #13673]
62355         * posix/bug-regex33.c: Replace FSF snail mail address with URL.
62356         * stdio-common/bug-vfprintf-nargs.c: Likewise.
62357         * sysdeps/i386/crti.S: Likewise.
62358         * sysdeps/i386/crtn.S: Likewise.
62359         * sysdeps/powerpc/powerpc32/crti.S: Likewise.
62360         * sysdeps/powerpc/powerpc32/crtn.S: Likewise.
62361         * sysdeps/powerpc/powerpc64/crti.S: Likewise.
62362         * sysdeps/powerpc/powerpc64/crtn.S: Likewise.
62363         * sysdeps/sh/crti.S: Likewise.
62364         * sysdeps/sh/crtn.S: Likewise.
62365         * sysdeps/x86_64/fpu/e_expf.S: Likewise.
62367         [BZ #13673]
62368         * locale/programs/charmap-kw.gperf: Replace FSF snail mail address
62369         with URL.
62370         * locale/programs/locfile-kw.gperf: Likewise.
62371         * locale/programs/charmap-kw.h: Regenerated.
62372         * locale/programs/locfile-kw.h: Likewise.
62374         [BZ #13673]
62375         * intl/plural.y: Replace FSF snail mail address with URL.
62376         * intl/plural.c: Regenerated.
62378 2012-03-09  Richard Henderson  <rth@twiddle.net>
62380         * include/math_private.h: Remove file.
62381         * math/math_private.h: Move file ...
62382         * sysdeps/generic/math_private.h: ... here.
62384         * sysdeps/i386/fpu/math_private.h: Use include_next for math_private.h.
62385         * sysdeps/powerpc/fpu/math_private.h: Likewise.
62386         * sysdeps/x86_64/fpu/math_private.h: Likewise.
62388         * sysdeps/i386/fpu/s_fpclassifyl.c: Use <> to include both <math.h>
62389         and <math_private.h>.
62390         * sysdeps/i386/fpu/s_isinfl.c: Likewise.
62391         * sysdeps/i386/fpu/s_isnanl.c: Likewise.
62392         * sysdeps/i386/fpu/s_nextafterl.c: Likewise.
62393         * sysdeps/i386/fpu/s_nexttoward.c: Likewise.
62394         * sysdeps/i386/fpu/s_nexttowardf.c: Likewise.
62395         * sysdeps/ieee754/dbl-64/branred.c: Likewise.
62396         * sysdeps/ieee754/dbl-64/doasin.c: Likewise.
62397         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
62398         * sysdeps/ieee754/dbl-64/e_acosh.c: Likewise.
62399         * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
62400         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
62401         * sysdeps/ieee754/dbl-64/e_atanh.c: Likewise.
62402         * sysdeps/ieee754/dbl-64/e_cosh.c: Likewise.
62403         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
62404         * sysdeps/ieee754/dbl-64/e_fmod.c: Likewise.
62405         * sysdeps/ieee754/dbl-64/e_hypot.c: Likewise.
62406         * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
62407         * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
62408         * sysdeps/ieee754/dbl-64/e_jn.c: Likewise.
62409         * sysdeps/ieee754/dbl-64/e_lgamma_r.c: Likewise.
62410         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
62411         * sysdeps/ieee754/dbl-64/e_log10.c: Likewise.
62412         * sysdeps/ieee754/dbl-64/e_log2.c: Likewise.
62413         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
62414         * sysdeps/ieee754/dbl-64/e_rem_pio2.c: Likewise.
62415         * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
62416         * sysdeps/ieee754/dbl-64/e_sinh.c: Likewise.
62417         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
62418         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
62419         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Likewise.
62420         * sysdeps/ieee754/dbl-64/s_asinh.c: Likewise.
62421         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
62422         * sysdeps/ieee754/dbl-64/s_cbrt.c: Likewise.
62423         * sysdeps/ieee754/dbl-64/s_ceil.c: Likewise.
62424         * sysdeps/ieee754/dbl-64/s_copysign.c: Likewise.
62425         * sysdeps/ieee754/dbl-64/s_erf.c: Likewise.
62426         * sysdeps/ieee754/dbl-64/s_expm1.c: Likewise.
62427         * sysdeps/ieee754/dbl-64/s_fabs.c: Likewise.
62428         * sysdeps/ieee754/dbl-64/s_finite.c: Likewise.
62429         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
62430         * sysdeps/ieee754/dbl-64/s_fpclassify.c: Likewise.
62431         * sysdeps/ieee754/dbl-64/s_frexp.c: Likewise.
62432         * sysdeps/ieee754/dbl-64/s_ilogb.c: Likewise.
62433         * sysdeps/ieee754/dbl-64/s_isinf.c: Likewise.
62434         * sysdeps/ieee754/dbl-64/s_isinf_ns.c: Likewise.
62435         * sysdeps/ieee754/dbl-64/s_isnan.c: Likewise.
62436         * sysdeps/ieee754/dbl-64/s_llrint.c: Likewise.
62437         * sysdeps/ieee754/dbl-64/s_llround.c: Likewise.
62438         * sysdeps/ieee754/dbl-64/s_log1p.c: Likewise.
62439         * sysdeps/ieee754/dbl-64/s_logb.c: Likewise.
62440         * sysdeps/ieee754/dbl-64/s_lrint.c: Likewise.
62441         * sysdeps/ieee754/dbl-64/s_lround.c: Likewise.
62442         * sysdeps/ieee754/dbl-64/s_modf.c: Likewise.
62443         * sysdeps/ieee754/dbl-64/s_nearbyint.c: Likewise.
62444         * sysdeps/ieee754/dbl-64/s_remquo.c: Likewise.
62445         * sysdeps/ieee754/dbl-64/s_rint.c: Likewise.
62446         * sysdeps/ieee754/dbl-64/s_round.c: Likewise.
62447         * sysdeps/ieee754/dbl-64/s_scalbln.c: Likewise.
62448         * sysdeps/ieee754/dbl-64/s_scalbn.c: Likewise.
62449         * sysdeps/ieee754/dbl-64/s_signbit.c: Likewise.
62450         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
62451         * sysdeps/ieee754/dbl-64/s_sincos.c: Likewise.
62452         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
62453         * sysdeps/ieee754/dbl-64/s_tanh.c: Likewise.
62454         * sysdeps/ieee754/dbl-64/s_trunc.c: Likewise.
62455         * sysdeps/ieee754/dbl-64/sincos32.c: Likewise.
62456         * sysdeps/ieee754/dbl-64/slowexp.c: Likewise.
62457         * sysdeps/ieee754/dbl-64/slowpow.c: Likewise.
62458         * sysdeps/ieee754/dbl-64/wordsize-64/e_acosh.c: Likewise.
62459         * sysdeps/ieee754/dbl-64/wordsize-64/e_cosh.c: Likewise.
62460         * sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c: Likewise.
62461         * sysdeps/ieee754/dbl-64/wordsize-64/s_ceil.c: Likewise.
62462         * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: Likewise.
62463         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
62464         * sysdeps/ieee754/dbl-64/wordsize-64/s_frexp.c: Likewise.
62465         * sysdeps/ieee754/dbl-64/wordsize-64/s_isinf.c: Likewise.
62466         * sysdeps/ieee754/dbl-64/wordsize-64/s_isinf_ns.c: Likewise.
62467         * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Likewise.
62468         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c: Likewise.
62469         * sysdeps/ieee754/dbl-64/wordsize-64/s_lround.c: Likewise.
62470         * sysdeps/ieee754/dbl-64/wordsize-64/s_modf.c: Likewise.
62471         * sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c: Likewise.
62472         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c: Likewise.
62473         * sysdeps/ieee754/dbl-64/wordsize-64/s_rint.c: Likewise.
62474         * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c: Likewise.
62475         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbln.c: Likewise.
62476         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbn.c: Likewise.
62477         * sysdeps/ieee754/dbl-64/wordsize-64/s_trunc.c: Likewise.
62478         * sysdeps/ieee754/flt-32/e_acosf.c: Likewise.
62479         * sysdeps/ieee754/flt-32/e_acoshf.c: Likewise.
62480         * sysdeps/ieee754/flt-32/e_asinf.c: Likewise.
62481         * sysdeps/ieee754/flt-32/e_atan2f.c: Likewise.
62482         * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
62483         * sysdeps/ieee754/flt-32/e_coshf.c: Likewise.
62484         * sysdeps/ieee754/flt-32/e_fmodf.c: Likewise.
62485         * sysdeps/ieee754/flt-32/e_hypotf.c: Likewise.
62486         * sysdeps/ieee754/flt-32/e_j0f.c: Likewise.
62487         * sysdeps/ieee754/flt-32/e_j1f.c: Likewise.
62488         * sysdeps/ieee754/flt-32/e_jnf.c: Likewise.
62489         * sysdeps/ieee754/flt-32/e_lgammaf_r.c: Likewise.
62490         * sysdeps/ieee754/flt-32/e_log10f.c: Likewise.
62491         * sysdeps/ieee754/flt-32/e_log2f.c: Likewise.
62492         * sysdeps/ieee754/flt-32/e_logf.c: Likewise.
62493         * sysdeps/ieee754/flt-32/e_powf.c: Likewise.
62494         * sysdeps/ieee754/flt-32/e_rem_pio2f.c: Likewise.
62495         * sysdeps/ieee754/flt-32/e_remainderf.c: Likewise.
62496         * sysdeps/ieee754/flt-32/e_sinhf.c: Likewise.
62497         * sysdeps/ieee754/flt-32/e_sqrtf.c: Likewise.
62498         * sysdeps/ieee754/flt-32/k_cosf.c: Likewise.
62499         * sysdeps/ieee754/flt-32/k_rem_pio2f.c: Likewise.
62500         * sysdeps/ieee754/flt-32/k_sinf.c: Likewise.
62501         * sysdeps/ieee754/flt-32/k_tanf.c: Likewise.
62502         * sysdeps/ieee754/flt-32/s_asinhf.c: Likewise.
62503         * sysdeps/ieee754/flt-32/s_atanf.c: Likewise.
62504         * sysdeps/ieee754/flt-32/s_cbrtf.c: Likewise.
62505         * sysdeps/ieee754/flt-32/s_ceilf.c: Likewise.
62506         * sysdeps/ieee754/flt-32/s_copysignf.c: Likewise.
62507         * sysdeps/ieee754/flt-32/s_cosf.c: Likewise.
62508         * sysdeps/ieee754/flt-32/s_erff.c: Likewise.
62509         * sysdeps/ieee754/flt-32/s_expm1f.c: Likewise.
62510         * sysdeps/ieee754/flt-32/s_fabsf.c: Likewise.
62511         * sysdeps/ieee754/flt-32/s_finitef.c: Likewise.
62512         * sysdeps/ieee754/flt-32/s_floorf.c: Likewise.
62513         * sysdeps/ieee754/flt-32/s_fpclassifyf.c: Likewise.
62514         * sysdeps/ieee754/flt-32/s_frexpf.c: Likewise.
62515         * sysdeps/ieee754/flt-32/s_ilogbf.c: Likewise.
62516         * sysdeps/ieee754/flt-32/s_isinf_nsf.c: Likewise.
62517         * sysdeps/ieee754/flt-32/s_isinff.c: Likewise.
62518         * sysdeps/ieee754/flt-32/s_isnanf.c: Likewise.
62519         * sysdeps/ieee754/flt-32/s_llrintf.c: Likewise.
62520         * sysdeps/ieee754/flt-32/s_llroundf.c: Likewise.
62521         * sysdeps/ieee754/flt-32/s_log1pf.c: Likewise.
62522         * sysdeps/ieee754/flt-32/s_logbf.c: Likewise.
62523         * sysdeps/ieee754/flt-32/s_lrintf.c: Likewise.
62524         * sysdeps/ieee754/flt-32/s_lroundf.c: Likewise.
62525         * sysdeps/ieee754/flt-32/s_modff.c: Likewise.
62526         * sysdeps/ieee754/flt-32/s_nearbyintf.c: Likewise.
62527         * sysdeps/ieee754/flt-32/s_nextafterf.c: Likewise.
62528         * sysdeps/ieee754/flt-32/s_remquof.c: Likewise.
62529         * sysdeps/ieee754/flt-32/s_rintf.c: Likewise.
62530         * sysdeps/ieee754/flt-32/s_roundf.c: Likewise.
62531         * sysdeps/ieee754/flt-32/s_scalblnf.c: Likewise.
62532         * sysdeps/ieee754/flt-32/s_scalbnf.c: Likewise.
62533         * sysdeps/ieee754/flt-32/s_signbitf.c: Likewise.
62534         * sysdeps/ieee754/flt-32/s_sincosf.c: Likewise.
62535         * sysdeps/ieee754/flt-32/s_sinf.c: Likewise.
62536         * sysdeps/ieee754/flt-32/s_tanf.c: Likewise.
62537         * sysdeps/ieee754/flt-32/s_tanhf.c: Likewise.
62538         * sysdeps/ieee754/flt-32/s_truncf.c: Likewise.
62539         * sysdeps/ieee754/k_standard.c: Likewise.
62540         * sysdeps/ieee754/ldbl-128/e_acoshl.c: Likewise.
62541         * sysdeps/ieee754/ldbl-128/e_acosl.c: Likewise.
62542         * sysdeps/ieee754/ldbl-128/e_asinl.c: Likewise.
62543         * sysdeps/ieee754/ldbl-128/e_atan2l.c: Likewise.
62544         * sysdeps/ieee754/ldbl-128/e_atanhl.c: Likewise.
62545         * sysdeps/ieee754/ldbl-128/e_coshl.c: Likewise.
62546         * sysdeps/ieee754/ldbl-128/e_fmodl.c: Likewise.
62547         * sysdeps/ieee754/ldbl-128/e_hypotl.c: Likewise.
62548         * sysdeps/ieee754/ldbl-128/e_j0l.c: Likewise.
62549         * sysdeps/ieee754/ldbl-128/e_j1l.c: Likewise.
62550         * sysdeps/ieee754/ldbl-128/e_jnl.c: Likewise.
62551         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c: Likewise.
62552         * sysdeps/ieee754/ldbl-128/e_log10l.c: Likewise.
62553         * sysdeps/ieee754/ldbl-128/e_log2l.c: Likewise.
62554         * sysdeps/ieee754/ldbl-128/e_logl.c: Likewise.
62555         * sysdeps/ieee754/ldbl-128/e_powl.c: Likewise.
62556         * sysdeps/ieee754/ldbl-128/e_rem_pio2l.c: Likewise.
62557         * sysdeps/ieee754/ldbl-128/e_remainderl.c: Likewise.
62558         * sysdeps/ieee754/ldbl-128/e_sinhl.c: Likewise.
62559         * sysdeps/ieee754/ldbl-128/k_cosl.c: Likewise.
62560         * sysdeps/ieee754/ldbl-128/k_sincosl.c: Likewise.
62561         * sysdeps/ieee754/ldbl-128/k_sinl.c: Likewise.
62562         * sysdeps/ieee754/ldbl-128/k_tanl.c: Likewise.
62563         * sysdeps/ieee754/ldbl-128/s_asinhl.c: Likewise.
62564         * sysdeps/ieee754/ldbl-128/s_atanl.c: Likewise.
62565         * sysdeps/ieee754/ldbl-128/s_cbrtl.c: Likewise.
62566         * sysdeps/ieee754/ldbl-128/s_ceill.c: Likewise.
62567         * sysdeps/ieee754/ldbl-128/s_copysignl.c: Likewise.
62568         * sysdeps/ieee754/ldbl-128/s_cosl.c: Likewise.
62569         * sysdeps/ieee754/ldbl-128/s_erfl.c: Likewise.
62570         * sysdeps/ieee754/ldbl-128/s_expm1l.c: Likewise.
62571         * sysdeps/ieee754/ldbl-128/s_fabsl.c: Likewise.
62572         * sysdeps/ieee754/ldbl-128/s_finitel.c: Likewise.
62573         * sysdeps/ieee754/ldbl-128/s_floorl.c: Likewise.
62574         * sysdeps/ieee754/ldbl-128/s_fpclassifyl.c: Likewise.
62575         * sysdeps/ieee754/ldbl-128/s_frexpl.c: Likewise.
62576         * sysdeps/ieee754/ldbl-128/s_ilogbl.c: Likewise.
62577         * sysdeps/ieee754/ldbl-128/s_isinf_nsl.c: Likewise.
62578         * sysdeps/ieee754/ldbl-128/s_isinfl.c: Likewise.
62579         * sysdeps/ieee754/ldbl-128/s_isnanl.c: Likewise.
62580         * sysdeps/ieee754/ldbl-128/s_llrintl.c: Likewise.
62581         * sysdeps/ieee754/ldbl-128/s_llroundl.c: Likewise.
62582         * sysdeps/ieee754/ldbl-128/s_log1pl.c: Likewise.
62583         * sysdeps/ieee754/ldbl-128/s_logbl.c: Likewise.
62584         * sysdeps/ieee754/ldbl-128/s_lrintl.c: Likewise.
62585         * sysdeps/ieee754/ldbl-128/s_lroundl.c: Likewise.
62586         * sysdeps/ieee754/ldbl-128/s_modfl.c: Likewise.
62587         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c: Likewise.
62588         * sysdeps/ieee754/ldbl-128/s_nextafterl.c: Likewise.
62589         * sysdeps/ieee754/ldbl-128/s_nexttoward.c: Likewise.
62590         * sysdeps/ieee754/ldbl-128/s_nexttowardf.c: Likewise.
62591         * sysdeps/ieee754/ldbl-128/s_remquol.c: Likewise.
62592         * sysdeps/ieee754/ldbl-128/s_rintl.c: Likewise.
62593         * sysdeps/ieee754/ldbl-128/s_roundl.c: Likewise.
62594         * sysdeps/ieee754/ldbl-128/s_scalblnl.c: Likewise.
62595         * sysdeps/ieee754/ldbl-128/s_scalbnl.c: Likewise.
62596         * sysdeps/ieee754/ldbl-128/s_signbitl.c: Likewise.
62597         * sysdeps/ieee754/ldbl-128/s_sincosl.c: Likewise.
62598         * sysdeps/ieee754/ldbl-128/s_sinl.c: Likewise.
62599         * sysdeps/ieee754/ldbl-128/s_tanhl.c: Likewise.
62600         * sysdeps/ieee754/ldbl-128/s_tanl.c: Likewise.
62601         * sysdeps/ieee754/ldbl-128/s_truncl.c: Likewise.
62602         * sysdeps/ieee754/ldbl-128/w_expl.c: Likewise.
62603         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c: Likewise.
62604         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c: Likewise.
62605         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c: Likewise.
62606         * sysdeps/ieee754/ldbl-128ibm/e_atan2l.c: Likewise.
62607         * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c: Likewise.
62608         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c: Likewise.
62609         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c: Likewise.
62610         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c: Likewise.
62611         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Likewise.
62612         * sysdeps/ieee754/ldbl-128ibm/e_log10l.c: Likewise.
62613         * sysdeps/ieee754/ldbl-128ibm/e_log2l.c: Likewise.
62614         * sysdeps/ieee754/ldbl-128ibm/e_logl.c: Likewise.
62615         * sysdeps/ieee754/ldbl-128ibm/e_powl.c: Likewise.
62616         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c: Likewise.
62617         * sysdeps/ieee754/ldbl-128ibm/e_remainderl.c: Likewise.
62618         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c: Likewise.
62619         * sysdeps/ieee754/ldbl-128ibm/k_cosl.c: Likewise.
62620         * sysdeps/ieee754/ldbl-128ibm/k_sincosl.c: Likewise.
62621         * sysdeps/ieee754/ldbl-128ibm/k_sinl.c: Likewise.
62622         * sysdeps/ieee754/ldbl-128ibm/k_tanl.c: Likewise.
62623         * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c: Likewise.
62624         * sysdeps/ieee754/ldbl-128ibm/s_atanl.c: Likewise.
62625         * sysdeps/ieee754/ldbl-128ibm/s_copysignl.c: Likewise.
62626         * sysdeps/ieee754/ldbl-128ibm/s_cosl.c: Likewise.
62627         * sysdeps/ieee754/ldbl-128ibm/s_ctanhl.c: Likewise.
62628         * sysdeps/ieee754/ldbl-128ibm/s_ctanl.c: Likewise.
62629         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Likewise.
62630         * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c: Likewise.
62631         * sysdeps/ieee754/ldbl-128ibm/s_fabsl.c: Likewise.
62632         * sysdeps/ieee754/ldbl-128ibm/s_finitel.c: Likewise.
62633         * sysdeps/ieee754/ldbl-128ibm/s_fpclassifyl.c: Likewise.
62634         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c: Likewise.
62635         * sysdeps/ieee754/ldbl-128ibm/s_ilogbl.c: Likewise.
62636         * sysdeps/ieee754/ldbl-128ibm/s_isinf_nsl.c: Likewise.
62637         * sysdeps/ieee754/ldbl-128ibm/s_isinfl.c: Likewise.
62638         * sysdeps/ieee754/ldbl-128ibm/s_isnanl.c: Likewise.
62639         * sysdeps/ieee754/ldbl-128ibm/s_log1pl.c: Likewise.
62640         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c: Likewise.
62641         * sysdeps/ieee754/ldbl-128ibm/s_modfl.c: Likewise.
62642         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Likewise.
62643         * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c: Likewise.
62644         * sysdeps/ieee754/ldbl-128ibm/s_remquol.c: Likewise.
62645         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c: Likewise.
62646         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c: Likewise.
62647         * sysdeps/ieee754/ldbl-128ibm/s_signbitl.c: Likewise.
62648         * sysdeps/ieee754/ldbl-128ibm/s_sincosl.c: Likewise.
62649         * sysdeps/ieee754/ldbl-128ibm/s_sinl.c: Likewise.
62650         * sysdeps/ieee754/ldbl-128ibm/s_tanhl.c: Likewise.
62651         * sysdeps/ieee754/ldbl-128ibm/s_tanl.c: Likewise.
62652         * sysdeps/ieee754/ldbl-96/e_acoshl.c: Likewise.
62653         * sysdeps/ieee754/ldbl-96/e_asinl.c: Likewise.
62654         * sysdeps/ieee754/ldbl-96/e_atan2l.c: Likewise.
62655         * sysdeps/ieee754/ldbl-96/e_atanhl.c: Likewise.
62656         * sysdeps/ieee754/ldbl-96/e_coshl.c: Likewise.
62657         * sysdeps/ieee754/ldbl-96/e_hypotl.c: Likewise.
62658         * sysdeps/ieee754/ldbl-96/e_j0l.c: Likewise.
62659         * sysdeps/ieee754/ldbl-96/e_j1l.c: Likewise.
62660         * sysdeps/ieee754/ldbl-96/e_jnl.c: Likewise.
62661         * sysdeps/ieee754/ldbl-96/e_lgammal_r.c: Likewise.
62662         * sysdeps/ieee754/ldbl-96/e_remainderl.c: Likewise.
62663         * sysdeps/ieee754/ldbl-96/e_sinhl.c: Likewise.
62664         * sysdeps/ieee754/ldbl-96/s_asinhl.c: Likewise.
62665         * sysdeps/ieee754/ldbl-96/s_cbrtl.c: Likewise.
62666         * sysdeps/ieee754/ldbl-96/s_ceill.c: Likewise.
62667         * sysdeps/ieee754/ldbl-96/s_copysignl.c: Likewise.
62668         * sysdeps/ieee754/ldbl-96/s_cosl.c: Likewise.
62669         * sysdeps/ieee754/ldbl-96/s_erfl.c: Likewise.
62670         * sysdeps/ieee754/ldbl-96/s_fabsl.c: Likewise.
62671         * sysdeps/ieee754/ldbl-96/s_finitel.c: Likewise.
62672         * sysdeps/ieee754/ldbl-96/s_floorl.c: Likewise.
62673         * sysdeps/ieee754/ldbl-96/s_fpclassifyl.c: Likewise.
62674         * sysdeps/ieee754/ldbl-96/s_frexpl.c: Likewise.
62675         * sysdeps/ieee754/ldbl-96/s_ilogbl.c: Likewise.
62676         * sysdeps/ieee754/ldbl-96/s_isinf_nsl.c: Likewise.
62677         * sysdeps/ieee754/ldbl-96/s_isinfl.c: Likewise.
62678         * sysdeps/ieee754/ldbl-96/s_isnanl.c: Likewise.
62679         * sysdeps/ieee754/ldbl-96/s_llrintl.c: Likewise.
62680         * sysdeps/ieee754/ldbl-96/s_llroundl.c: Likewise.
62681         * sysdeps/ieee754/ldbl-96/s_logbl.c: Likewise.
62682         * sysdeps/ieee754/ldbl-96/s_lrintl.c: Likewise.
62683         * sysdeps/ieee754/ldbl-96/s_lroundl.c: Likewise.
62684         * sysdeps/ieee754/ldbl-96/s_modfl.c: Likewise.
62685         * sysdeps/ieee754/ldbl-96/s_nearbyintl.c: Likewise.
62686         * sysdeps/ieee754/ldbl-96/s_nextafterl.c: Likewise.
62687         * sysdeps/ieee754/ldbl-96/s_nexttoward.c: Likewise.
62688         * sysdeps/ieee754/ldbl-96/s_nexttowardf.c: Likewise.
62689         * sysdeps/ieee754/ldbl-96/s_remquol.c: Likewise.
62690         * sysdeps/ieee754/ldbl-96/s_rintl.c: Likewise.
62691         * sysdeps/ieee754/ldbl-96/s_roundl.c: Likewise.
62692         * sysdeps/ieee754/ldbl-96/s_scalblnl.c: Likewise.
62693         * sysdeps/ieee754/ldbl-96/s_scalbnl.c: Likewise.
62694         * sysdeps/ieee754/ldbl-96/s_signbitl.c: Likewise.
62695         * sysdeps/ieee754/ldbl-96/s_sincosl.c: Likewise.
62696         * sysdeps/ieee754/ldbl-96/s_sinl.c: Likewise.
62697         * sysdeps/ieee754/ldbl-96/s_tanhl.c: Likewise.
62698         * sysdeps/ieee754/ldbl-96/s_tanl.c: Likewise.
62699         * sysdeps/ieee754/ldbl-96/s_truncl.c: Likewise.
62700         * sysdeps/ieee754/s_lib_version.c: Likewise.
62701         * sysdeps/ieee754/s_matherr.c: Likewise.
62702         * sysdeps/ieee754/s_signgam.c: Likewise.
62703         * sysdeps/powerpc/fpu/e_hypot.c: Likewise.
62704         * sysdeps/powerpc/fpu/e_hypotf.c: Likewise.
62705         * sysdeps/powerpc/fpu/e_rem_pio2f.c: Likewise.
62706         * sysdeps/powerpc/fpu/k_cosf.c: Likewise.
62707         * sysdeps/powerpc/fpu/k_rem_pio2f.c: Likewise.
62708         * sysdeps/powerpc/fpu/k_sinf.c: Likewise.
62709         * sysdeps/powerpc/fpu/s_cosf.c: Likewise.
62710         * sysdeps/powerpc/fpu/s_float_bitwise.h: Likewise.
62711         * sysdeps/powerpc/fpu/s_isnan.c: Likewise.
62712         * sysdeps/powerpc/fpu/s_rint.c: Likewise.
62713         * sysdeps/powerpc/fpu/s_rintf.c: Likewise.
62714         * sysdeps/powerpc/fpu/s_sinf.c: Likewise.
62715         * sysdeps/powerpc/fpu/w_sqrt.c: Likewise.
62716         * sysdeps/powerpc/fpu/w_sqrtf.c: Likewise.
62717         * sysdeps/powerpc/powerpc32/fpu/s_llrintf.c: Likewise.
62718         * sysdeps/powerpc/powerpc32/power4/fpu/slowexp.c: Likewise.
62719         * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: Likewise.
62720         * sysdeps/powerpc/powerpc64/power4/fpu/slowexp.c: Likewise.
62721         * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: Likewise.
62722         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: Likewise.
62723         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrtf.c: Likewise.
62725 2012-03-09  Joseph Myers  <joseph@codesourcery.com>
62727         * sunrpc/rpc_cout.c: Remove __GNU_LIBRARY__ conditionals.
62728         * sunrpc/rpc_main.c: Likewise.
62729         * sunrpc/rpc_svcout.c: Likewise.
62731 2012-03-09  David S. Miller  <davem@davemloft.net>
62733         * include/math_private.h: New file.
62735 2012-03-09  Joseph Myers  <joseph@codesourcery.com>
62737         * sysdeps/unix/sysv/linux/bits/socket_type.h: New file.
62738         * sysdeps/unix/sysv/linux/sparc/bits/socket_type.h: Likewise.
62739         * sysdeps/unix/sysv/linux/bits/socket.h: Get enum __socket_type
62740         from <bits/socket_type.h>.
62741         (enum __socket_type): Don't define here.
62742         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Remove.
62743         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
62744         bits/socket_type.h.
62746         [BZ #13566]
62747         * libio/stdio.h (gets): Always declare for C++ up to C++11 without
62748         checking __USE_GNU.
62750         * Makerules ($(inst_includedir)/%.h): New rule.
62751         * stdio-common/Makefile (headers): Add bits/stdio_lim.h.
62752         (install-others): Remove variable setting.
62753         ($(inst_includedir)/bits/stdio_lim.h): Remove rule.
62755 2012-03-08  Richard Henderson  <rth@twiddle.net>
62757         * sysdeps/powerpc/fpu/math_private.h (__ieee754_sqrt): Convert
62758         from macro to inline function; merge with the
62759         !__LIBC_INTERNAL_MATH_INLINES version.
62760         (__ieee754_sqrtf): Likewise.
62762         * sysdeps/x86_64/fpu/math_private.h (__rint): Convert from macro
62763         to inline function.
62764         (__rintf, __floor, __floorf): Likewise.
62766         * sysdeps/x86_64/fpu/math_private.h (__ieee754_sqrt): Convert from
62767         macro to inline function.
62768         (__ieee754_sqrtf, __ieee754_sqrtl): Likewise.
62770         * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h: Include <math_private.h>,
62771         not <math/math_private.h>.
62773 2012-03-08  David S. Miller  <davem@davemloft.net>
62775         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c: Update
62776         copyright year.
62777         * sysdeps/unix/sysv/linux/sparc/sysdep.h: Likewise.
62779 2012-03-08  Thomas Schwinge  <thomas@codesourcery.com>
62781         * resolv/gai_misc.c (handle_requests): Fix struct timespec
62782         normalization.
62783         * rt/tst-cpuclock2.c (test_nanosleep): Likewise.
62784         * sysdeps/pthread/aio_misc.c (handle_fildes_io): Likewise.
62786 2012-03-08  Ulrich Drepper  <drepper@gmail.com>
62788         * stdio-common/tst-fphex.c: Various cleanups.  The macros cannot
62789         be defined individually, they must be defined as a block.  Define
62790         S for printing a string instead of hidint the different by using a
62791         macro for adding the 'l'.
62792         * stdio-common/tst-fphex-wide.c: Adjust.
62794 2012-03-07  Marek Polacek  <polacek@redhat.com>
62796         * stdio-common/tst-long-dbl-fphex.c: Fix test for non ldbl-96 targets.
62798 2012-03-08  Marek Polacek  <polacek@redhat.com>
62800         [BZ #13806]
62801         * stdio-common/Makefile (tests): Add tst-fphex-wide.
62802         * stdio-common/tst-fphex.c: Define a few macros to make the
62803         test reusable.  Use them.
62804         * stdio-common/tst-fphex-wide.c: New file.
62806 2012-03-08  Joseph Myers  <joseph@codesourcery.com>
62808         [BZ #6911]
62809         * manual/macros.texi (gnusystems): New macro.
62810         (nongnusystems): Likewise.
62811         (gnulinuxhurdsystems): Likewise.
62812         (gnuhurdsystems): Likewise..
62813         (gnulinuxsystems): Likewise.
62814         * manual/charset.texi: Use new macros or @theglibc{} to refer to
62815         variants of the GNU system, not "GNU system".
62816         * manual/conf.texi: Likewise.
62817         * manual/errno.texi: Likewise.  Update example of errno macro
62818         expansion.
62819         * manual/filesys.texi: Likewise.
62820         (getumask): Document as specific to GNU/Hurd.
62821         * manual/install.texi: Likewise.  Reword some references to
62822         GNU/Linux.
62823         * manual/intro.texi: Likewise.
62824         * manual/io.texi: Likewise.
62825         (File Name Portability): Detail which constraints are inapplicable
62826         to all GNU systems and which are only inapplicable to GNU/Hurd.
62827         * manual/job.texi: Likewise.
62828         * manual/llio.texi: Likewise.
62829         (O_NOCTTY): Document as present on GNU/Linux.
62830         * manual/maint.texi: Likewise.
62831         * manual/memory.texi: Likewise.
62832         * manual/pattern.texi: Likewise.
62833         * manual/pipe.texi: Likewise.
62834         * manual/process.texi: Likewise.
62835         * manual/resource.texi: Likewise.
62836         (RUSAGE_CHILDREN): Remove statement about specifying a particular
62837         child on GNU/Hurd.
62838         * manual/setjmp.texi: Likewise.
62839         * manual/signal.texi: Likewise.
62840         * manual/startup.texi: Likewise.
62841         * manual/stdio.texi: Likewise.
62842         * manual/terminal.texi: Likewise.
62843         (ONLCR): Document as POSIX.
62844         (OXTABS): Document availability on GNU/Linux as XTABS.
62845         (ONOEOT): Document availability separately from other bits.
62846         (VLNEXT, VDISCARD, VSTATUS): Document availability individually.
62847         * manual/time.texi: Likewise.
62848         * manual/users.texi: Likewise.
62849         * INSTALL: Regenerated.
62850         * sysdeps/gnu/errlist.c: Regenerated.
62852         * aclocal.m4 (LIBC_TRY_LINK_STATIC): New macro.
62853         * configure.in (libc_cv_preinit_array): Use LIBC_TRY_LINK_STATIC.
62854         (libc_cv_ctors_header): Likewise.  Use asm ("") instead of calling
62855         puts.
62856         * configure: Regenerated.
62858 2012-03-07  Joseph Myers  <joseph@codesourcery.com>
62860         * sysdeps/i386/configure.in (cpuid.h): Use AC_CHECK_HEADER with no
62861         default includes instead of AC_HEADER_CHECK.
62862         * sysdeps/i386/configure: Regenerated.
62864         [BZ #10716]
62865         * math/s_cacosh.c (__cacosh): Convert negative log results to 0.
62866         * math/s_cacoshf.c (__cacoshf): Likewise.
62867         * math/s_cacoshl.c (__cacoshl): Likewise.
62868         * math/s_casinh.c (__casinh): Set signs of result from argument.
62869         * math/s_casinhf.c (__casinhf): Likewise.
62870         * math/s_casinhl.c (__casinhl): Likewise.
62871         * math/libm-test.inc (cacos_test, cacosh_test, casin_test)
62872         (casinh_test): Add more tests.
62873         * sysdeps/i386/fpu/libm-test-ulps: Update.
62874         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
62876 2012-03-07  Ulrich Drepper  <drepper@gmail.com>
62878         * po/zh_TW.po: Update from translation team.
62880         * login/Makefile (distribute): Remove variable.
62881         * catgets/Makefile: Likewise.
62882         * mach/Makefile: Likewise.
62883         * malloc/Makefile: Likewise.
62884         * misc/Makefile: Likewise.
62885         * iconv/Makefile: Likewise.
62886         * nscd/Makefile: Likewise.
62887         * hurd/Makefile: Likewise.
62888         * manual/Makefile: Likewise.
62889         * locale/Makefile: Likewise.
62890         * intl/Makefile: Likewise.
62891         * conform/Makefile: Likewise.
62892         * nss/Makefile: Likewise.
62893         * time/Makefile: Likewise.
62894         * soft-fp/Makefile: Likewise.
62895         * dirent/Makefile: Likewise.
62896         * gmon/Makefile: Likewise.
62897         * po/Makefile: Likewise.
62898         * rt/Makefile: Likewise.
62899         * socket/Makefile: Likewise.
62900         * math/Makefile: Likewise.
62901         * signal/Makefile: Likewise.
62902         * debug/Makefile: Likewise.
62903         * elf/Makefile: Likewise.
62904         * timezone/Makefile: Likewise.
62905         * stdlib/Makefile: Likewise.
62906         * iconvdata/Makefile: Likewise.
62907         * sunrpc/Makefile: Likewise.
62908         * io/Makefile: Likewise.
62909         * argp/Makefile: Likewise.
62910         * inet/Makefile: Likewise.
62911         * hesiod/Makefile: Likewise.
62912         * grp/Makefile: Likewise.
62913         * csu/Makefile: Likewise.
62914         * wctype/Makefile: Likewise.
62915         * crypt/Makefile: Likewise.
62916         * libio/Makefile: Likewise.
62917         * string/Makefile: Likewise.
62918         * nis/Makefile: Likewise.
62919         * resolv/Makefile: Likewise.
62920         * stdio-common/Makefile: Likewise.
62921         * wcsmbs/Makefile: Likewise.
62922         * dlfcn/Makefile: Likewise.
62923         * posix/Makefile: Likewise.
62925         [BZ #6959]
62926         * timezone/Makefile: Don't install timezone files, just the programs
62927         and scripts.
62929 2012-03-06  Ulrich Drepper  <drepper@gmail.com>
62931         * nss/databases.def: Add missing gshadow entry.
62933         * stdio-common/vfprintf.c: Fix formatting.  Missing copyright update.
62935 2012-03-06  Marek Polacek  <polacek@redhat.com>
62937         [BZ #13726]
62938         * sysdeps/ieee754/ldbl-96/printf_fphex.c: Adjust position of wnumstr.
62939         * sysdeps/x86_64/fpu/printf_fphex.c: Likewise.
62940         * stdio-common/Makefile (tests): Add tst-long-dbl-fphex.
62941         * stdio-common/tst-long-dbl-fphex.c: New file.
62943 2012-03-06  David S. Miller  <davem@davemloft.net>
62945         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
62946         (set_obp_int): New function.
62947         (get_obp_int): New function.
62948         (__get_clockfreq_via_dev_openprom): Likewise.
62949         * sysdeps/unix/sysv/linux/sparc/sysdep.h (INTERNAL_SYSCALL_ERROR_P):
62950         Avoid unused variable warnings on 'val' and use builtin_expect.
62951         (INLINE_SYSCALL): Don't wrap INTERNAL_SYSCALL_ERROR_P with
62952         __builtin_expect.
62953         (INLINE_CLONE_SYSCALL): Likewise.
62955 2012-03-05  David S. Miller  <davem@davemloft.net>
62957         * sysdeps/sparc/fpu/libm-test-ulps: Update.
62959 2012-03-05  Andreas Schwab  <schwab@linux-m68k.org>
62961         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
62963         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c: Drop exp(-x) term
62964         only for |x| >= 40.
62965         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c: Likewise.
62967 2012-03-05  H.J. Lu  <hongjiu.lu@intel.com>
62969         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c (gettimeofday_ifunc):
62970         Replace gettimeofday with __vdso_gettimeofday.
62972         * sysdeps/unix/sysv/linux/x86_64/init-first.c
62973         (_libc_vdso_platform_setup): Replace clock_gettime and getcpu with
62974         __vdso_clock_gettime and __vdso_getcpu.
62976         * sysdeps/unix/sysv/linux/x86_64/time.c (time_ifunc): Replace
62977         time with __vdso_time.
62979 2012-03-05  Joseph Myers  <joseph@codesourcery.com>
62981         * manual/lang.texi (size_t): Note types to which size_t may be
62982         equivalent with the GNU C Library, but do not describe when
62983         differences between them are significant.
62985 2012-03-05  Andreas Jaeger  <aj@suse.de>
62987         * sysdeps/i386/fpu/libm-test-ulps: Update.
62989 2012-03-05  Joseph Myers  <joseph@codesourcery.com>
62991         [BZ #3976]
62992         * sysdeps/ieee754/dbl-64/e_pow.c: Include <fenv.h>.
62993         (__ieee754_pow): Save and restore rounding mode and use
62994         round-to-nearest for main computations.
62995         * math/libm-test.inc (pow_test_tonearest): New function.
62996         (pow_test_towardzero): Likewise.
62997         (pow_test_downward): Likewise.
62998         (pow_test_upward): Likewise.
62999         (main): Call the new functions.
63000         * sysdeps/i386/fpu/libm-test-ulps: Update.
63001         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
63003         [BZ #3976]
63004         * math/libm-test.inc (cosh_test_tonearest): New function.
63005         (cosh_test_towardzero): Likewise.
63006         (cosh_test_downward): Likewise.
63007         (cosh_test_upward): Likewise.
63008         (sinh_test_tonearest): Likewise.
63009         (sinh_test_towardzero): Likewise.
63010         (sinh_test_downward): Likewise.
63011         (sinh_test_upward): Likewise.
63012         (main): Call the new functions.
63013         * sysdeps/i386/fpu/libm-test-ulps: Update.
63014         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
63016 2012-03-05  Tom de Vries  <tom@codesourcery.com>
63018         * sysdeps/generic/dl-osinfo.h (_dl_setup_stack_chk_guard): Ensure
63019         default stack guard is set in last bytes.
63020         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard): Same.
63022 2012-03-05  Kees Cook  <keescook@chromium.org>
63024         * stdio-common/vfprintf.c (vfprintf): add missing errno settings.
63026         [BZ #13656]
63027         * stdio-common/vfprintf.c (vfprintf): Check for nargs overflow and
63028         possibly allocate from heap instead of stack.
63029         * stdio-common/bug-vfprintf-nargs.c: New file.
63030         * stdio-common/Makefile (tests): Add nargs overflow test.
63032 2012-03-03  Andreas Schwab  <schwab@linux-m68k.org>
63034         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
63036 2012-03-03  Marek Polacek  <polacek@redhat.com>
63038         * include/sys/cdefs.h: Remove __GNUC_PREREQ macro.
63039         * math/math_private.h: Likewise.
63040         * stdlib/tst-strtod.c: Likewise.
63041         * sysdeps/i386/i486/bits/atomic.h: Likewise.
63042         * sysdeps/x86_64/bits/atomic.h: Likewise.
63044 2012-03-02  David S. Miller  <davem@davemloft.net>
63046         * sysdeps/sparc/sparc32/sparcv9/fpu/s_llrint.S: New file.
63047         * sysdeps/sparc/sparc32/sparcv9/fpu/s_llrintf.S: New file.
63048         * sysdeps/sparc/sparc32/sparcv9/fpu/s_lrint.S: New file.
63049         * sysdeps/sparc/sparc32/sparcv9/fpu/s_lrintf.S: New file.
63050         * sysdeps/sparc/sparc64/fpu/s_llrint.S: New file.
63051         * sysdeps/sparc/sparc64/fpu/s_llrintf.S: New file.
63052         * sysdeps/sparc/sparc64/fpu/s_lrint.S: New file.
63053         * sysdeps/sparc/sparc64/fpu/s_lrintf.S: New file.
63055 2012-03-02  Roland McGrath  <roland@hack.frob.com>
63057         [BZ #13792]
63058         * manual/examples/README: New file, says the example source files
63059         can be used under GPL>=2.
63060         * manual/Makefile (%.c.texi): Eat the leading part of the file until a
63061         line containing just "*/".
63062         * manual/examples/add.c: Add copyright header (GPL>=2).
63063         * manual/examples/argp-ex1.c: Likewise.
63064         * manual/examples/argp-ex2.c: Likewise.
63065         * manual/examples/argp-ex3.c: Likewise.
63066         * manual/examples/argp-ex4.c: Likewise.
63067         * manual/examples/atexit.c: Likewise.
63068         * manual/examples/db.c: Likewise.
63069         * manual/examples/dir.c: Likewise.
63070         * manual/examples/dir2.c: Likewise.
63071         * manual/examples/execinfo.c: Likewise.
63072         * manual/examples/filecli.c: Likewise.
63073         * manual/examples/filesrv.c: Likewise.
63074         * manual/examples/fmtmsgexpl.c: Likewise.
63075         * manual/examples/genpass.c: Likewise.
63076         * manual/examples/inetcli.c: Likewise.
63077         * manual/examples/inetsrv.c: Likewise.
63078         * manual/examples/isockad.c: Likewise.
63079         * manual/examples/longopt.c: Likewise.
63080         * manual/examples/memopen.c: Likewise.
63081         * manual/examples/memstrm.c: Likewise.
63082         * manual/examples/mkfsock.c: Likewise.
63083         * manual/examples/mkisock.c: Likewise.
63084         * manual/examples/mygetpass.c: Likewise.
63085         * manual/examples/pipe.c: Likewise.
63086         * manual/examples/popen.c: Likewise.
63087         * manual/examples/rprintf.c: Likewise.
63088         * manual/examples/search.c: Likewise.
63089         * manual/examples/select.c: Likewise.
63090         * manual/examples/setjmp.c: Likewise.
63091         * manual/examples/sigh1.c: Likewise.
63092         * manual/examples/sigusr.c: Likewise.
63093         * manual/examples/stpcpy.c: Likewise.
63094         * manual/examples/strdupa.c: Likewise.
63095         * manual/examples/strftim.c: Likewise.
63096         * manual/examples/strncat.c: Likewise.
63097         * manual/examples/subopt.c: Likewise.
63098         * manual/examples/swapcontext.c: Likewise.
63099         * manual/examples/termios.c: Likewise.
63100         * manual/examples/testopt.c: Likewise.
63101         * manual/examples/testpass.c: Likewise.
63102         * manual/examples/timeval_subtract.c: Likewise.
63104         [BZ #13792]
63105         * manual/time.texi (Elapsed Time): Move timeval_subtract example
63106         function to ...
63107         * manual/timeval_subtract.c.texi: ... here, new file.
63109 2012-03-02  David S. Miller  <davem@davemloft.net>
63111         * sysdeps/sparc/fpu/libm-test-ulps: Update for recently added tests.
63113 2012-03-02  Joseph Myers  <joseph@codesourcery.com>
63115         [BZ #3976]
63116         * sysdeps/ieee754/dbl-64/s_sin.c: Include <fenv.h>
63117         (__sin): Save and restore rounding mode and use round-to-nearest
63118         for all computations.
63119         (__cos): Save and restore rounding mode and use round-to-nearest
63120         for all computations.
63121         * sysdeps/ieee754/dbl-64/s_tan.c: Include "math_private.h" and
63122         <fenv.h>.
63123         (tan): Save and restore rounding mode and use round-to-nearest for
63124         all computations.
63125         * math/libm-test.inc (cos_test_tonearest): New function.
63126         (cos_test_towardzero): Likewise.
63127         (cos_test_downward): Likewise.
63128         (cos_test_upward): Likewise.
63129         (sin_test_tonearest): Likewise.
63130         (sin_test_towardzero): Likewise.
63131         (sin_test_downward): Likewise.
63132         (sin_test_upward): Likewise.
63133         (tan_test_tonearest): Likewise.
63134         (tan_test_towardzero): Likewise.
63135         (tan_test_downward): Likewise.
63136         (tan_test_upward): Likewise.
63137         (main): Call the new functions.
63138         * sysdeps/i386/fpu/libm-test-ulps: Update.
63139         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
63141         [BZ #10135]
63142         * sysdeps/ieee754/dbl-64/s_scalbln.c (__scalbln): First test for
63143         small n, then large n, before computing and testing k+n.
63144         * sysdeps/ieee754/dbl-64/s_scalbn.c (__scalbn): Likewise.
63145         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbln.c (__scalbln):
63146         Likewise.
63147         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbn.c (__scalbn):
63148         Likewise.
63149         * sysdeps/ieee754/flt-32/s_scalblnf.c (__scalblnf): Likewise.
63150         * sysdeps/ieee754/flt-32/s_scalbnf.c (__scalbnf): Likewise.
63151         * sysdeps/ieee754/ldbl-128/s_scalblnl.c (__scalblnl): Likewise.
63152         * sysdeps/ieee754/ldbl-128/s_scalbnl.c (__scalbnl): Likewise.
63153         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c (__scalblnl): Likewise.
63154         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c (__scalbnl): Likewise.
63155         * sysdeps/ieee754/ldbl-96/s_scalblnl.c (__scalblnl): Likewise.
63156         * sysdeps/ieee754/ldbl-96/s_scalbnl.c (__scalbnl): Likewise.
63157         * math/libm-test.inc (scalbn_test): Add more tests.
63158         (scalbln_test): Likewise.
63160         * manual/filesys.texi (mode_t): Describe constraints on size and
63161         signedness, not exact equivalence to a particular type.
63162         (ino_t): Likewise.
63163         (ino64_t): Likewise.
63164         (dev_t): Likewise.
63165         (nlink_t): Likewise.
63166         (blkcnt_t): Likewise.
63167         (blkcnt64_t): Likewise.
63168         * manual/llio.texi (off_t): Likewise.
63170         [BZ #3976]
63171         * sysdeps/ieee754/dbl-64/e_exp.c: Include <fenv.h>.
63172         (__ieee754_exp): Save and restore rounding mode and use
63173         round-to-nearest for all computations.
63174         * math/libm-test.inc (exp_test_tonearest): New function.
63175         (exp_test_towardzero): Likewise.
63176         (exp_test_downward): Likewise.
63177         (exp_test_upward): Likewise.
63178         (main): Call the new functions.
63179         * sysdeps/i386/fpu/libm-test-ulps: Update.
63180         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
63182 2012-03-01  Chris Demetriou  <cgd@google.com>
63184         * sysdeps/gnu/errlist-compat.awk: Don't depend on AWK internals to
63185         have predictable order.
63187 2012-03-01  David S. Miller  <davem@davemloft.net>
63189         * sysdeps/unix/sysv/linux/sparc/sparc32/getpagesize.c: Delete.
63191         * sysdeps/sparc/sparc64/fpu/s_finite.S: New file.
63192         * sysdeps/sparc/sparc64/fpu/s_finitef.S: New file.
63193         * sysdeps/sparc/sparc64/fpu/s_isinf.S: New file.
63194         * sysdeps/sparc/sparc64/fpu/s_isinff.S: New file.
63196         * sysdeps/sparc/sparc32/fpu/s_signbit.S: New file.
63197         * sysdeps/sparc/sparc32/fpu/s_signbitf.S: New file.
63198         * sysdeps/sparc/sparc32/fpu/s_signbitl.S: New file.
63199         * sysdeps/sparc/sparc32/sparcv9/fpu/s_isnan.S: New file.
63200         * sysdeps/sparc/sparc64/fpu/s_isnan.S: New file.
63201         * sysdeps/sparc/sparc64/fpu/s_isnanf.S: New file.
63202         * sysdeps/sparc/sparc64/fpu/s_signbit.S: New file.
63203         * sysdeps/sparc/sparc64/fpu/s_signbitf.S: New file.
63204         * sysdeps/sparc/sparc64/fpu/s_signbitl.S: New file.
63206         * sysdeps/sparc/fpu/libm-test-ulps: Update.
63208         * sysdeps/sparc/sparc32/fpu/libm-test-ulps: Move...
63209         * sysdeps/sparc/fpu/libm-test-ulps: to here.
63210         * sysdeps/sparc/sparc64/fpu/libm-test-ulps: Delete.
63212         * sysdeps/sparc/crti.S: Remove HAVE_BINUTILS_GOTDATA checks.
63213         * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
63214         * sysdeps/sparc/sparc32/elf/start.S: Likewise.
63215         * sysdeps/sparc/sparc32/fpu/w_sqrt.S: Likewise.
63216         * sysdeps/sparc/sparc32/fpu/w_sqrtf.S: Likewise.
63217         * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrt.S: Likewise.
63218         * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrtf.S: Likewise.
63219         * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
63220         * sysdeps/sparc/sparc64/elf/start.S: Likewise.
63221         * sysdeps/sparc/sparc64/fpu/w_sqrt.S: Likewise.
63222         * sysdeps/sparc/sparc64/fpu/w_sqrtf.S: Likewise.
63223         * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Likewise.
63224         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
63225         * sysdeps/unix/sysv/linux/sparc/sparc64/____longjmp_chk.S: Likewise.
63226         * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S: Likewise.
63227         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
63228         * config.h.in (HAVE_BINUTILS_GOTDATA): Delete.
63229         * sysdeps/sparc/elf/configure.in: Remove binutils GOTDATA checks.
63230         * sysdeps/sparc/elf/configure: Regenerated.
63232 2012-03-01  Joseph Myers  <joseph@codesourcery.com>
63234         * configure.in (AS, LD): Require binutils 2.20 or later.
63235         * configure: Regenerated.
63236         * manual/install.texi (Tools for Compilation): Give binutils 2.20
63237         as required minimum version.
63238         * INSTALL: Regenerated.
63240         [BZ #2541]
63241         [BZ #4108]
63242         * sysdeps/ieee754/flt-32/s_erff.c (__erfcf): Mask out one more bit
63243         before squaring exponent.
63244         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c (__erfcl): Mask out whole
63245         bottom long double and 27 bits of top long double before squaring
63246         exponent.
63247         * math/libm-test.inc (erfc_test): Add more tests.
63248         * sysdeps/i386/fpu/libm-test-ulps: Update.
63249         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
63250         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
63252 2012-03-01  Kai Tietz  <ktietz@redhat.com>
63254         * soft-fp/soft-fp.h (_FP_STRUCT_LAYOUT): New macro.
63255         * soft-fp/quad.h (_FP_UNION_Q): Use _FP_STRUCT_LAYOUT on struct
63256         containing bit-fields.
63257         * soft-fp/extended.h (_FP_UNION_E): Likewise.
63258         * soft-fp/single.h (_FP_UNION_S): Likewise.
63259         * soft-fp/double.h (_FP_UNION_D): Likewise.
63261 2012-02-29  Joseph Myers  <joseph@codesourcery.com>
63263         [BZ #13786]
63264         * sysdeps/i386/i686/multiarch/strcmp.S [USE_AS_STRCASECMP_L]: Do
63265         not include ../strcmp.S.
63266         [USE_AS_STRNCASECMP_L]: Likewise.
63267         * sysdeps/i386/i686/multiarch/strcasecmp_l-c.c
63268         (__strcasecmp_l_ia32): Define as alias to __strcasecmp_l_nonascii.
63269         * sysdeps/i386/i686/multiarch/strncase_l-c.c
63270         (__strncasecmp_l_ia32): Define as alias to
63271         __strncasecmp_l_nonascii.
63273         [BZ #5794]
63274         * math/libm-test.inc (expm1_test): Add test for bug 5794.
63275         * sysdeps/i386/fpu/libm-test-ulps: Update.
63276         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
63278         * sysdeps/i386/fpu/libm-test-ulps: Reduce some expected errors.
63279         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
63281 2012-02-29  Jeff Law  <law@redhat.com>
63283         * resolv/res_query.c (__libc_res_nquerydomain): Avoid
63284         out of bounds read.
63286 2012-02-29  Marek Polacek  <polacek@redhat.com>
63288         [BZ #13706]
63289         * elf/rtld.c (dl_main): Always set l_used to 1 for vDSO.
63290         * elf/Makefile: Add rules to run tst-unused-dep.out.
63292 2012-02-28  David S. Miller  <davem@davemloft.net>
63294         * sysdeps/sparc/sparc32/fpu/w_sqrt.S: New file.
63295         * sysdeps/sparc/sparc32/fpu/w_sqrtf.S: New file.
63296         * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrt.S: New file.
63297         * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrtf.S: New file.
63298         * sysdeps/sparc/sparc64/fpu/w_sqrt.S: New file.
63299         * sysdeps/sparc/sparc64/fpu/w_sqrtf.S: New file.
63301 2012-02-29  Joseph Myers  <joseph@codesourcery.com>
63303         * math/libm-test.inc (llround_test): Move one test from
63304         lround_test.  Use TEST_f_L in moved test.
63305         (lround_test): Move misplaced test to llround_test.  Add testcase
63306         from bug 2561.
63308 2012-02-28  Ulrich Drepper  <drepper@gmail.com>
63310         * sysdeps/x86_64/fpu/e_expf.S: New file.
63311         Contributed by Dmitrieva Liubov <liubov.dmitrieva@gmail.com>.
63313 2012-02-28  Stanislav Brabec  <sbrabec@suse.cz>
63315         [BZ #13637]
63316         * posix/regex_internal.c (re_string_skip_chars): Fix miscomputation
63317         of remain_len that may cause incomplete multi-byte character and
63318         false match.
63319         * posix/bug-regex33.c: New file.
63320         * posix/Makefile (tests): Add bug-regex33.
63322 2012-02-28  Joseph Myers  <joseph@codesourcery.com>
63324         * manual/macros.texi: New file.
63325         * Makefile (INSTALL, NOTES): Depend on manual/macros.texi.
63326         * manual/libc.texinfo: Include macros.texi.
63327         * manual/creatute.texi: Likewise.
63328         * manual/install.texi: Likewise.
63329         * manual/arith.texi: Use macros @Theglibc{}, @theglibc{} and
63330         @glibcadj{} in references to the GNU C Library.
63331         * manual/charset.texi: Likewise.
63332         * manual/conf.texi: Likewise.
63333         * manual/contrib.texi: Likewise.  Consistently use "GNU C Library"
63334         when not using those macros.
63335         * manual/creature.texi: Likewise.
63336         * manual/crypt.texi: Likewise.
63337         * manual/errno.texi: Likewise.
63338         * manual/filesys.texi: Likewise.
63339         * manual/header.texi: Likewise.
63340         * manual/install.texi: Likewise.
63341         * manual/intro.texi: Likewise.
63342         * manual/io.texi: Likewise.
63343         * manual/job.texi: Likewise.
63344         * manual/lang.texi: Likewise.
63345         * manual/libc.texiinfo: Likewise.
63346         * manual/llio.texi: Likewise.
63347         * manual/locale.texi: Likewise.
63348         * manual/maint.texi: Likewise.
63349         * manual/math.texi: Likewise.
63350         * manual/memory.texi: Likewise.
63351         * manual/message.texi: Likewise.
63352         * manual/nss.texi: Likewise.
63353         * manual/pattern.texi: Likewise.
63354         * manual/process.texi: Likewise.
63355         * manual/resource.texi: Likewise.
63356         * manual/search.texi: Likewise.
63357         * manual/setjmp.texi: Likewise.
63358         * manual/signal.texi: Likewise.
63359         * manual/socket.texi: Likewise.
63360         * manual/startup.texi: Likewise.
63361         * manual/stdio.texi: Likewise.
63362         * manual/string.texi: Likewise.
63363         * manual/sysinfo.texi: Likewise.
63364         * manual/syslog.texi: Likewise.
63365         * manual/terminal.texi: Likewise.
63366         * manual/time.texi: Likewise.
63367         * manual/users.texi: Likewise.
63368         * INSTALL: Regenerated.
63369         * NOTES: Regenerated.
63370         * sysdeps/gnu/errlist.c: Regenerated.
63372 2012-02-28  Andreas Schwab  <schwab@linux-m68k.org>
63374         * include/dirent.h: Include <dirstream.h> before
63375         <dirent/dirent.h>.
63377 2012-02-28  David S. Miller  <davem@davemloft.net>
63379         * sysdeps/sparc/sparc32/fpu/s_copysign.S: New file.
63380         * sysdeps/sparc/sparc32/fpu/s_copysignf.S: New file.
63381         * sysdeps/sparc/sparc64/fpu/s_copysign.S: New file.
63382         * sysdeps/sparc/sparc64/fpu/s_copysignf.S: New file.
63384 2012-02-27  David S. Miller  <davem@davemloft.net>
63386         * sysdeps/sparc/sparc32/sparcv9/fpu/s_floor.S: New file.
63387         * sysdeps/sparc/sparc32/sparcv9/fpu/s_floorf.S: New file.
63388         * sysdeps/sparc/sparc64/fpu/s_floor.S: New file.
63389         * sysdeps/sparc/sparc64/fpu/s_floorf.S: New file.
63391         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: Fix accidental use of
63392         frame pointer instead of stack pointer relative arg slot.
63393         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceilf.S: Likewise.
63394         * sysdeps/sparc/sparc64/fpu/s_ceil.S: Likewise.
63395         * sysdeps/sparc/sparc64/fpu/s_ceilf.S: Likewise.
63397 2012-02-27  Carlos O'Donell  <carlos_odonell@mentor.com>
63399         [BZ #3992]
63400         * stdlib/fmtmsg.c: Use of uint32_t requires stdint.h.
63402 2012-02-27  David S. Miller  <davem@davemloft.net>
63404         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: Fix comment formatting.
63405         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceilf.S: Likewise.
63406         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rint.S: Likewise.
63407         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rintf.S: Likewise.
63408         * sysdeps/sparc/sparc64/fpu/s_ceil.S: Likewise.
63409         * sysdeps/sparc/sparc64/fpu/s_ceilf.S: Likewise.
63410         * sysdeps/sparc/sparc64/fpu/s_rint.S: Likewise.
63411         * sysdeps/sparc/sparc64/fpu/s_rintf.S: Likewise.
63413 2012-02-27  Joseph Myers  <joseph@codesourcery.com>
63415         * configure.in (CC): Restrict allowed GCC versions to 4.3 and
63416         later.  Allow versions 5-9.
63417         * configure: Regenerated.
63418         * manual/install.texi (Tools for Compilation): Give GCC 4.3 as
63419         required minimum version and 4.6 as recommended version.  Do not
63420         mention bugs in GCC 2.7 and 2.8.
63421         * INSTALL: Regenerated.
63423 2012-02-27  David S. Miller  <davem@davemloft.net>
63425         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: New file.
63426         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceilf.S: New file.
63427         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rint.S: New file.
63428         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rintf.S: New file.
63429         * sysdeps/sparc/sparc64/fpu/s_ceil.S: New file.
63430         * sysdeps/sparc/sparc64/fpu/s_ceilf.S: New file.
63431         * sysdeps/sparc/sparc64/fpu/s_rint.S: New file.
63432         * sysdeps/sparc/sparc64/fpu/s_rintf.S: New file.
63434         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c (__nearbyintl): Do not
63435         manipulate bits before adding and subtracting TWO112[sx].
63436         * sysdeps/ieee754/ldbl-128/s_rintl.c (__rintl): Likewise.
63438 2012-02-27  Roland McGrath  <roland@hack.frob.com>
63440         [BZ #13775]
63441         * libio/bits/stdio-ldbl.h (vdprintf, dprintf): Put these under
63442         [__USE_XOPEN2K8] rather than [__USE_GNU], to match the stdio.h decls.
63443         * libio/stdio.h (vdprintf, dprintf): Remove comment about these not
63444         being in POSIX, because they are in 1003.1-2008.
63446         * rt/tst-aio.c: Include <fcntl.h>.
63447         * rt/tst-aio7.c: Likewise.
63448         * rt/tst-aio64.c: Likewise.
63450         * stdio-common/tst-fmemopen.c (main): Remove spurious const.
63452 2012-02-27  Joseph Myers  <joseph@codesourcery.com>
63454         * manual/install.texi (--with-headers): Describe headers as
63455         interface headers, not private headers.
63456         (Specific advice for GNU/Linux systems): Describe use of headers
63457         from "make headers_install", not private headers from older
63458         kernels.
63459         * INSTALL: Regenerated.
63460         * sysdeps/unix/sysv/linux/configure.in (LIBC_LINUX_VERSION):
63461         Change to 2.6.19.
63462         * sysdeps/unix/sysv/linux/configure: Regenerated.
63464         * manual/llio.texi (fclean): Remove documentation.
63466         * manual/Makefile (libc-texi-generated): New variable.  Include
63467         version.texi.
63468         (libc.dvi, libc.pdf, libc.info, libc/index.html): Depend on
63469         $(libc-texi-generated), not duplicated list of files.
63470         (version.texi, stamp-version): New rules.
63471         (realclean): Remove $(libc-texi-generated), not individual files
63472         from that list.  Do not remove dir-add.texinfo.
63473         * manual/libc.texinfo: Comment out uses of edition numbers and
63474         references to printed manual.  Remove last-updated dates.
63475         (EDITION): Comment out.
63476         (ISBN): Likewise.
63477         (VERSION, UPDATED): Remove.
63478         (version.texi): Include.
63480 2012-02-27  Andreas Schwab  <schwab@linux-m68k.org>
63482         * sysdeps/posix/spawni.c: Include <signal.h>.
63483         * sysdeps/pthread/aio_cancel.c: Include <fcntl.h>.
63484         * sysdeps/pthread/aio_fsync.c: Likewise.
63486 2012-02-26  Ulrich Drepper  <drepper@gmail.com>
63488         * conform/Makefile (tests): Run only when not cross-compiling and
63489         when fast-check is not defined.
63491         * conform/conformtest.pl: XPG7 and POSIX2008 require C99.
63492         * conform/data/limits.h-data: Fixes for POSIX2008.
63493         * conform/run-conformtest.sh: Run all tests.
63494         * include/arpa/inet.h: Changes to allow conformtest.pl to use the
63495         headers.
63496         * include/bits/dlfcn.h: Likewise.
63497         * include/langinfo.h: Likewise.
63498         * include/monetary.h: Likewise.
63499         * include/sys/poll.h: Likewise.
63501         * io/fcntl.h: Define AT_NO_AUTOMOUNT and AT_EMPTY_PATH only
63502         for __USE_GNU.
63503         * posix/spawn.h: Define __need_sigset_t.
63504         * posix/sys/wait.h: Don't include <sys/resource.h>, define id_t here.
63505         * posix/unistd.h: Declare ctermid only for XPG before XPG6.
63506         * rt/aio.h: Don't include fcntl.h and signal.h.  Use bits/siginfo.h
63507         to get sigevent_t only.
63508         * sysdeps/unix/sysv/linux/bits/socket.h: Declare sendmmsg and recvmmsg
63509         only for __USE_GNU.
63510         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
63511         * sysdeps/unix/sysv/linux/bits/uio.h: Declare process_vm_readv and
63512         process_vm_writev only for __USE_GNU.
63513         * termios/termios.h: Declare tcgetsid also for POSIX2008.
63515         * conform/Makefile: For now ignore errors from run-conformtest.
63516         * conform/conformtest.pl: Simplify code.  Add -ansi to CFLAGS for
63517         POSIX to avoid namespace pollution.  Don't prepend headers.
63518         * conform/data/aio.h-data: Fixes for POSIX testing.
63519         * conform/data/fcntl.h-data: Likewise.
63520         * conform/data/glob.h-data: Likewise.
63521         * conform/data/grp.h-data: Likewise.
63522         * conform/data/pthread.h-data: Likewise.
63523         * conform/data/pwd.h-data: Likewise.
63524         * conform/data/signal.h-data: Likewise.
63525         * conform/data/spawn.h-data: Likewise.
63526         * conform/data/stdio.h-data: Likewise.
63527         * conform/data/stdlib.h-data: Likewise.
63528         * conform/data/stropts.h-data: Likewise.
63529         * conform/data/sys/mman.h-data: Likewise.
63530         * conform/data/sys/stat.h-data: Likewise.
63531         * conform/data/sys/types.h-data: Likewise.
63532         * conform/data/sys/wait.h-data: Likewise.
63533         * conform/data/time.h-data: Likewise.
63534         * conform/data/unistd.h-data: Likewise.
63535         * conform/data/utime.h-data: Likewise.
63537         * io/sys/stat.h: fchmod was always in POSIX.
63538         * posix/sys/wait.h: Include <sys/resource.h> only for waitid.
63539         * posix/unistd.h: fsync and ftruncate were in early POSIX as well.
63540         * rt/aio.h: Define __need_timespec before including <time.h>.
63541         * sysdeps/unix/sysv/linux/bits/siginfo.h: Don't name siginfo_t
63542         struct.  Add forward declaration of pthread_attr_t and use it in
63543         sigevent.
63544         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h: Likewise.
63545         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h: Likewise.
63546         * sysdeps/unix/sysv/linux/bits/time.h: Don't let __STRICT_ANSI__
63547         always remove CLK_TCK definition.
63549 2012-02-26  Andreas Schwab  <schwab@linux-m68k.org>
63551         * sysdeps/ieee754/dbl-64/k_tan.c: Replace with empty file.
63553 2012-02-25  Ulrich Drepper  <drepper@gmail.com>
63555         * conform/run-conformtest.sh: New file.
63556         * conform/Makefile: Run run-conformtest for tests.
63557         * conform/conformtest.pl: Many bug fixes.  Add ISO C99, ISO C11
63558         support.
63560         * conform/data/uchar.h-data: New file.
63561         * conform/data/aio.h-data: Fixes for ISO C and POSIX 1995 testing.
63562         * conform/data/arpa/inet.h-data: Likewise.
63563         * conform/data/assert.h-data: Likewise.
63564         * conform/data/complex.h-data: Likewise.
63565         * conform/data/cpio.h-data: Likewise.
63566         * conform/data/ctype.h-data: Likewise.
63567         * conform/data/dirent.h-data: Likewise.
63568         * conform/data/dlfcn.h-data: Likewise.
63569         * conform/data/errno.h-data: Likewise.
63570         * conform/data/fcntl.h-data: Likewise.
63571         * conform/data/float.h-data: Likewise.
63572         * conform/data/fmtmsg.h-data: Likewise.
63573         * conform/data/fnmatch.h-data: Likewise.
63574         * conform/data/ftw.h-data: Likewise.
63575         * conform/data/glob.h-data: Likewise.
63576         * conform/data/grp.h-data: Likewise.
63577         * conform/data/iconv.h-data: Likewise.
63578         * conform/data/inttypes.h-data: Likewise.
63579         * conform/data/langinfo.h-data: Likewise.
63580         * conform/data/libgen.h-data: Likewise.
63581         * conform/data/limits.h-data: Likewise.
63582         * conform/data/locale.h-data: Likewise.
63583         * conform/data/math.h-data: Likewise.
63584         * conform/data/monetary.h-data: Likewise.
63585         * conform/data/mqueue.h-data: Likewise.
63586         * conform/data/ndbm.h-data: Likewise.
63587         * conform/data/net/if.h-data: Likewise.
63588         * conform/data/netdb.h-data: Likewise.
63589         * conform/data/netinet/in.h-data: Likewise.
63590         * conform/data/nl_types.h-data: Likewise.
63591         * conform/data/poll.h-data: Likewise.
63592         * conform/data/pthread.h-data: Likewise.
63593         * conform/data/pwd.h-data: Likewise.
63594         * conform/data/regex.h-data: Likewise.
63595         * conform/data/sched.h-data: Likewise.
63596         * conform/data/search.h-data: Likewise.
63597         * conform/data/semaphore.h-data: Likewise.
63598         * conform/data/setjmp.h-data: Likewise.
63599         * conform/data/signal.h-data: Likewise.
63600         * conform/data/spawn.h-data: Likewise.
63601         * conform/data/stdarg.h-data: Likewise.
63602         * conform/data/stdio.h-data: Likewise.
63603         * conform/data/stdlib.h-data: Likewise.
63604         * conform/data/string.h-data: Likewise.
63605         * conform/data/strings.h-data: Likewise.
63606         * conform/data/stropts.h-data: Likewise.
63607         * conform/data/sys/ipc.h-data: Likewise.
63608         * conform/data/sys/mman.h-data: Likewise.
63609         * conform/data/sys/msg.h-data: Likewise.
63610         * conform/data/sys/resource.h-data: Likewise.
63611         * conform/data/sys/select.h-data: Likewise.
63612         * conform/data/sys/sem.h-data: Likewise.
63613         * conform/data/sys/shm.h-data: Likewise.
63614         * conform/data/sys/socket.h-data: Likewise.
63615         * conform/data/sys/stat.h-data: Likewise.
63616         * conform/data/sys/statvfs.h-data: Likewise.
63617         * conform/data/sys/time.h-data: Likewise.
63618         * conform/data/sys/timeb.h-data: Likewise.
63619         * conform/data/sys/times.h-data: Likewise.
63620         * conform/data/sys/types.h-data: Likewise.
63621         * conform/data/sys/uio.h-data: Likewise.
63622         * conform/data/sys/un.h-data: Likewise.
63623         * conform/data/sys/utsname.h-data: Likewise.
63624         * conform/data/sys/wait.h-data: Likewise.
63625         * conform/data/syslog.h-data: Likewise.
63626         * conform/data/tar.h-data: Likewise.
63627         * conform/data/termios.h-data: Likewise.
63628         * conform/data/utime.h-data: Likewise.
63629         * conform/data/utmpx.h-data: Likewise.
63630         * conform/data/varargs.h-data: Likewise.
63631         * conform/data/wchar.h-data: Likewise.
63632         * conform/data/wctype.h-data: Likewise.
63633         * conform/data/wordexp.h-data: Likewise.
63635         * include/stropts.h: New file.
63636         * include/uchar.h: New file.
63637         * include/aio.h: Changes to allow conformtest.pl to use the headers.
63638         * include/assert.h: Likewise.
63639         * include/ctype.h: Likewise.
63640         * include/dirent.h: Likewise.
63641         * include/dlfcn.h: Likewise.
63642         * include/fcntl.h: Likewise.
63643         * include/fnmatch.h: Likewise.
63644         * include/glob.h: Likewise.
63645         * include/grp.h: Likewise.
63646         * include/libio.h: Likewise.
63647         * include/locale.h: Likewise.
63648         * include/math.h: Likewise.
63649         * include/net/if.h: Likewise.
63650         * include/netdb.h: Likewise.
63651         * include/netinet/in.h: Likewise.
63652         * include/pthread.h: Likewise.
63653         * include/pwd.h: Likewise.
63654         * include/regex.h: Likewise.
63655         * include/sched.h: Likewise.
63656         * include/search.h: Likewise.
63657         * include/setjmp.h: Likewise.
63658         * include/signal.h: Likewise.
63659         * include/stdio.h: Likewise.
63660         * include/stdlib.h: Likewise.
63661         * include/string.h: Likewise.
63662         * include/sys/cdefs.h: Likewise.
63663         * include/sys/mman.h: Likewise.
63664         * include/sys/msg.h: Likewise.
63665         * include/sys/resource.h: Likewise.
63666         * include/sys/select.h: Likewise.
63667         * include/sys/socket.h: Likewise.
63668         * include/sys/stat.h: Likewise.
63669         * include/sys/statvfs.h: Likewise.
63670         * include/sys/time.h: Likewise.
63671         * include/sys/times.h: Likewise.
63672         * include/sys/uio.h: Likewise.
63673         * include/sys/utsname.h: Likewise.
63674         * include/sys/wait.h: Likewise.
63675         * include/termios.h: Likewise.
63676         * include/time.h: Likewise.
63677         * include/ulimit.h: Likewise.
63678         * include/unistd.h: Likewise.
63679         * include/utime.h: Likewise.
63680         * include/wchar.h: Likewise.
63681         * include/wctype.h: Likewise.
63682         * include/wordexp.h: Likewise.
63684         * posix/tar.h (TSVTX): Should not be visible for POSIX before 2008.
63686         * time/time.h: TIME_UTC must be a macro.
63687         Make timespec_get available for ISO C11 only as well.
63689 2012-02-24  Ulrich Drepper  <drepper@gmail.com>
63691         * stdlib/fmtmsg.c (fmtmsg): Lock around use of severity list.
63692         Reported by Peng Haitao <penght@cn.fujitsu.com>.
63694 2012-02-24  Joseph Myers  <joseph@codesourcery.com>
63696         * configure.in: Use -o not -a in test for unsupported multi-arch.
63698 2012-02-24  Joseph Myers  <joseph@codesourcery.com>
63700         * manual/texinfo.tex: Update to version 2012-01-19.16.
63702 2012-02-24  Joseph Myers  <joseph@codesourcery.com>
63704         * manual/Makefile (licenses): Change fdl-1.1.texi to fdl-1.3.texi.
63706 2012-02-24  Roland McGrath  <roland@hack.frob.com>
63708         [BZ #13738]
63709         * manual/libc.texinfo (FDL_VERSION): Set to 1.3.
63710         * manual/fdl-1.3.texi: New file.
63711         * manual/fdl-1.1.texi: File removed.
63713         [BZ #13738]
63714         * manual/libc.texinfo (FDL_VERSION): New @set.
63715         Use it for mention of FDL in cover text.
63716         (Documentation License): Use it in @include file name.
63718 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
63719             Roland McGrath  <roland@hack.frob.com>
63721         [BZ #5461]
63722         * manual/arith.texi (strtoll): Refer to LLONG_MAX and LLONG_MIN)
63723         (not LONG_LONG_MAX and LONG_LONG_MIN.
63724         * manual/lang.texi (LONG_LONG_MIN): Document first as ISO
63725         LLONG_MIN.  Refer to LONG_LONG_MIN only as older GCC-specific
63726         name.
63727         (LONG_LONG_MAX, LLONG_MAX, ULONG_LONG_MAX, ULLONG_MAX): Likewise.
63729 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
63731         [BZ #2547]
63732         [BZ #11365]
63733         * sysdeps/ieee754/flt-32/s_nearbyintf.c (__nearbyintf): Do not
63734         manipulate bits before adding and subtracting TWO23[sx].
63735         * math/libm-test.inc (nearbyint_test): Add more tests.
63737 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
63739         [BZ #2548]
63740         * sysdeps/ieee754/flt-32/s_rintf.c (__rintf): Do not manipulate
63741         bits before adding and subtracting TWO23[sx].
63742         * math/libm-test.inc (rint_test): Add more tests.
63743         (rint_test_tonearest): Likewise.
63744         (rint_test_towardzero): Likewise.
63745         (rint_test_downward): Likewise.
63746         (rint_test_upward: Likewise.
63748 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
63750         [BZ #10110]
63751         * include/stdc-predef.h: New file.  Extracted from features.h.
63752         * include/features.h: Include stdc-predef.h.
63753         * Makefile (headers): Add stdc-predef.h.
63754         * CONFORMANCE (Compiler limitations): Update.
63756 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
63758         * manual/libc.texinfo (VERSION, UPDATED): Revert.
63760 2012-02-21  David S. Miller  <davem@davemloft.net>
63762         * sysdeps/sparc/sparc32/fpu/libm-test-ulps: More jn test ULP updates.
63763         * sysdeps/sparc/sparc64/fpu/libm-test-ulps: Likewise.
63765 2012-02-20  David S. Miller  <davem@davemloft.net>
63767         * sysdeps/sparc/sparc32/__longjmp.S: Unwind in the 'thread' path
63768         using a normal save/restore sequence, rather than allocating a
63769         dummy stack frame just to store a frame pointer and restore.
63770         * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Likewise.
63772 2012-02-21  Joseph Myers  <joseph@codesourcery.com>
63774         * manual/install.texi: Fix stray word in line-wrapped comment.
63776 2012-02-20  David S. Miller  <davem@davemloft.net>
63778         * sysdeps/sparc/elf/configure.in (PI_STATIC_AND_HIDDEN): Define if
63779         both binutils and gcc support GOTDATA.
63781         * sysdeps/unix/sparc/sysdep.h: Document why we don't use
63782         "rd %pc" in the PIC register setup sequences.
63784         * sysdeps/sparc/crti.S: Try to use GOTDATA relocs.
63785         * sysdeps/sparc/sparc32/dl-machine.h (RTLD_START): Likewise.
63786         * sysdeps/sparc/sparc32/elf/start.S: Likewise.
63787         * sysdeps/sparc/sparc64/dl-machine.h (RTLD_START): Likewise.
63788         * sysdeps/sparc/sparc64/elf/start.S: Likewise.
63789         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Likewise.
63790         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
63791         * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Likewise.
63792         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h
63793         (SYSCALL_ERROR_HANDLER): Likewise.
63794         * sysdeps/unix/sysv/linux/sparc/sparc64/____longjmp_chk.S: Likewise.
63795         * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S: Likewise.
63796         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h
63797         (SYSCALL_ERROR_HANDLER): Likewise.
63799         * config.h.in (HAVE_BINUTILS_GOTDATA): New.
63800         (HAVE_GCC_GOTDATA): New.
63801         * sysdeps/sparc/elf/configure.in: Test for GOTDATA
63802         relocation support in both binutils and gcc.
63803         * sysdeps/sparc/elf/configure: Regenerate.
63805         * sysdeps/sparc/sparc32/elf/configure.in: Delete.
63806         * sysdeps/sparc/sparc32/elf/configure: Delete.
63807         * sysdeps/sparc/sparc64/elf/configure.in: Delete.
63808         * sysdeps/sparc/sparc64/elf/configure: Delete.
63809         * sysdeps/sparc/elf/configure.in: New file.
63810         * sysdeps/sparc/elf/configure: Generate.
63812         * sysdeps/sparc/sparc32/elf/configure.in: Delete WDISP22 check.
63813         * sysdeps/sparc/sparc32/elf/configure: Regenerate.
63814         * sysdeps/sparc/sparc64/elf/configure.in: Likewise.
63815         * sysdeps/sparc/sparc64/elf/configure: Regenerate.
63816         * config.h.in (BROKEN_SPARC_WDISP22): Remove.
63818 2012-02-21  Joseph Myers  <joseph@codesourcery.com>
63820         * manual/install.texi: Do not mention specific glibc version
63821         numbers.
63822         * manual/libc.texinfo (VERSION, UPDATED): Update.
63823         (@copying): Use @copyright{} and range of years.
63825 2012-02-21  Joseph Myers  <joseph@codesourcery.com>
63827         [BZ #13695]
63828         * csu/Makefile (distribute): Remove initfini.c and defs.awk.
63829         [crti.S not in sysdirs] (generated): Do not append.
63830         [crti.S not in sysdirs] (omit-deps): Likewise.
63831         [crti.S not in sysdirs] ($(crtstuff:%=$(objpfx)%.o)): Remove rule.
63832         [crti.S not in sysdirs] ($(objpfx)initfini.s): Likewise.
63833         [crti.S not in sysdirs] ($(objpfx)crti.S): Likewise.
63834         [crti.S not in sysdirs] ($(objpfx)crtn.S): Likewise.
63835         [crti.S not in sysdirs] ($(patsubst %,$(objpfx)crt%.o,i n)):
63836         Likewise.
63837         [crti.S not in sysdirs] ($(objpfx)defs.h): Likewise.
63838         [crti.S not in sysdirs] (CFLAGS-initfini.s): Remove variable.
63839         [crti.S not in sysdirs] (initfini.c): Remove vpath directive.
63840         * csu/defs.awk: Remove file.
63841         * sysdeps/generic/initfini.c: Likewise.
63842         * sysdeps/powerpc/powerpc32/Makefile (CFLAGS-initfini.s): Remove
63843         variable.
63844         * sysdeps/powerpc/powerpc64/Makefile (CFLAGS-initfini.s):
63845         Likewise.
63847 2012-02-20  Joseph Myers  <joseph@codesourcery.com>
63849         * sysdeps/unix/sysv/linux/bits/epoll.h: New file.
63850         * sysdeps/unix/sysv/linux/sparc/bits/epoll.h: Likewise.
63851         * sysdeps/unix/sysv/linux/x86_64/bits/epoll.h: Likewise.
63852         * sysdeps/unix/sysv/linux/sparc/sys/epoll.h: Remove
63853         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Likewise.
63854         * sysdeps/unix/sysv/linux/sys/epoll.h: Get flags from
63855         <bits/epoll.h>.
63856         (EPOLL_CLOEXEC, EPOLL_NONBLOCK): Don't define here.
63857         (__EPOLL_PACKED): Define to empty if not defined by
63858         <bits/epoll.h>.
63859         (struct epoll_event): Use __EPOLL_PACKED to make possibly packed.
63860         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
63861         bits/epoll.h.
63863 2012-02-20  Joseph Myers  <joseph@codesourcery.com>
63865         * sysdeps/unix/sysv/linux/bits/timerfd.h: New file.
63866         * sysdeps/unix/sysv/linux/sparc/bits/timerfd.h: Likewise.
63867         * sysdeps/unix/sysv/linux/sparc/sys/timerfd.h: Remove.
63868         * sysdeps/unix/sysv/linux/sys/timerfd.h: Get flags from
63869         <bits/timerfd.h>.
63870         (TFD_CLOEXEC, TFD_NONBLOCK): Don't define here.
63871         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
63872         bits/timerfd.h.
63874 2012-02-20  Joseph Myers  <joseph@codesourcery.com>
63876         * sysdeps/i386/fpu/libm-test-ulps: Resort with gen-libm-test.pl -n
63877         in C locale.
63878         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
63879         * sysdeps/sh/sh4/fpu/libm-test-ulps: Likewise.
63880         * sysdeps/sparc/sparc32/fpu/libm-test-ulps: Likewise.
63881         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
63883 2012-02-20  Aurelien Jarno  <aurelien@aurel32.net>
63885         * sysdeps/sparc/sparc32/fpu/libm-test-ulps: Adjust ULPs for jn tests.
63886         * sysdeps/sparc/sparc64/fpu/libm-test-ulps: Likewise.
63888 2012-02-19  Andreas Schwab  <schwab@linux-m68k.org>
63890         * manual/errno.texi (Error Codes): Add EHWPOISON entry.
63891         * sysdeps/unix/sysv/linux/bits/errno.h (EHWPOISON): Define if not
63892         defined.
63893         * sysdeps/unix/sysv/linux/sparc/bits/errno.h (EHWPOISON):
63894         Likewise.
63895         * sysdeps/unix/sysv/linux/sparc/Versions: Add new errlist compat
63896         entry for 2.16.
63898 2012-02-19  Aurelien Jarno  <aurelien@aurel32.net>
63900         * math/w_acos.c: Use non-signaling floating-point comparisons.
63901         * math/w_acosf.c: Likewise.
63902         * math/w_acosh.c: Likewise.
63903         * math/w_acoshf.c: Likewise.
63904         * math/w_acoshl.c: Likewise.
63905         * math/w_acosl.c: Likewise.
63906         * math/w_asin.c: Likewise.
63907         * math/w_asinf.c: Likewise.
63908         * math/w_asinl.c: Likewise.
63909         * math/w_atanh.c: Likewise.
63910         * math/w_atanhf.c: Likewise.
63911         * math/w_atanhl.c: Likewise.
63912         * math/w_exp2.c: Likewise.
63913         * math/w_exp2f.c: Likewise.
63914         * math/w_exp2l.c: Likewise.
63915         * math/w_j0.c: Likewise.
63916         * math/w_j0f.c: Likewise.
63917         * math/w_j0l.c: Likewise.
63918         * math/w_j1.c: Likewise.
63919         * math/w_j1f.c: Likewise.
63920         * math/w_j1l.c: Likewise.
63921         * math/w_jn.c: Likewise.
63922         * math/w_jnf.c: Likewise.
63923         * math/w_log.c: Likewise.
63924         * math/w_log10.c: Likewise.
63925         * math/w_log10f.c: Likewise.
63926         * math/w_log10l.c: Likewise.
63927         * math/w_log2.c: Likewise.
63928         * math/w_log2f.c: Likewise.
63929         * math/w_log2l.c: Likewise.
63930         * math/w_logf.c: Likewise.
63931         * math/w_logl.c: Likewise.
63932         * math/w_sqrt.c: Likewise.
63933         * math/w_sqrtf.c: Likewise.
63934         * math/w_sqrtl.c: Likewise.
63935         * sysdeps/ieee754/dbl-64/e_atanh.c: Likewise.
63936         * sysdeps/ieee754/dbl-64/w_exp.c: Likewise.
63937         * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
63938         * sysdeps/ieee754/flt-32/w_expf.c: Likewise.
63939         * sysdeps/ieee754/ldbl-96/w_expl.c: Likewise.
63941 2012-02-19  Joseph Myers  <joseph@codesourcery.com>
63943         [BZ #9739]
63944         * manual/string.texi (strnlen): Use correct parameter name in
63945         equivalent expression.
63947 2012-02-19  Joseph Myers  <joseph@codesourcery.com>
63949         [BZ #11174]
63950         * manual/users.texi (seteuid): Consistently use neweuid for
63951         argument name.
63953 2012-02-19  Joseph Myers  <joseph@codesourcery.com>
63955         [BZ #13704]
63956         * manual/nss.texi (Services in the NSS configuration): Correct
63957         list of services in example configuration file.
63959 2012-02-19  Nick Bowler  <nbowler@draconx.ca>
63961         [BZ #11322]
63962         * manual/arith.texi: Remove statements about negative zero
63963         behaving identically to zero.
63965 2012-02-18  Joseph Myers  <joseph@codesourcery.com>
63967         [BZ #5993]
63968         * manual/install.texi: Do not document upgrading from libc5.
63970 2012-02-18  Joseph Myers  <joseph@codesourcery.com>
63972         [BZ #4596]
63973         * manual/conf.texi (_POSIX_VERSION): Do not mention __POSIX__.
63975 2012-02-18  David S. Miller  <davem@davemloft.net>
63977         * sysdeps/unix/sparc/sysdep.h (SPARC_PIC_THUNK): New macro.
63978         (SETUP_PIC_REG): Use SPARC_PIC_THUNK and don't save and restore
63979         %o7 across the call.
63980         (SETUP_PIC_REG_LEAF): Do %o7 save/restore in this new macro
63981         instead.
63982         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Use
63983         SETUP_PIC_REG_LEAF.
63984         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
63985         * sysdeps/sparc/crti.S: Use SETUP_PIC_REG.
63986         * sysdeps/sparc/crtn.S: Likewise.
63988 2012-02-17  Ulrich Drepper  <drepper@gmail.com>
63990         * aout/Makefile: Remove.
63992 2012-02-18  Rafe Kettler  <rafe.kettler@gmail.com>
63994         [BZ #13058]
63995         * manual/examples/argp-ex1.c (main): Format definition in GNU
63996         style.
63997         * manual/examples/argp-ex2.c (main): Likewise.
63998         * manual/examples/argp-ex3.c (main): Likewise.
63999         * manual/examples/argp-ex4.c (main): Likewise.
64000         * manual/examples/longopt.c (main): Use new-style prototype
64001         definition.
64002         * manual/examples/strncat.c (main): Specify return type and use
64003         (void) for arguments.
64004         * manual/examples/subopt.c (main): Use char **argv argument.
64006 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
64008         [BZ #5077]
64009         * manual/lang.texi (FLT_EPSILON): Avoid description depending on
64010         rounding modes.
64012 2012-02-17  Fabrice Bauzac  <fabrice.bauzac@wanadoo.fr>
64014         [BZ #6907]
64015         * manual/string.texi (strchr): Change when strchrnul is
64016         recommended.
64018 2012-02-17  Dwayne Grant McConnell  <decimal@us.ibm.com>
64020         [BZ #174]
64021         * manual/locale.texi (setlocale): Document LOCPATH.
64023 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
64025         [BZ #10210]
64026         * manual/process.texi (execle): Move @dots{} before last argument.
64028 2012-02-17  Paul Bolle  <pebolle@tiscali.nl>
64030         [BZ #12047]
64031         * manual/charset.texi (Generic Charset Conversion): Fix typo
64032         (LC_TYPE -> LC_CTYPE).
64034 2012-02-17  Nicolas Boulenguez  <nicolas.boulenguez@free.fr>
64036         [BZ #5805]
64037         * manual/arith.texi (scalbn): Use @var{} on parameter names.
64038         (scalbnf): Likewise.
64039         (scalbnl): Likewise.
64040         (scalbln): Likewise.
64041         (scalblnf): Likewise.
64042         (scalblnl): Likewise.
64043         * manual/errno.texi (vwarn): Name last parameter as @var{ap}.
64044         (vwarnx): Likewise.
64045         (verr): Likewise.
64046         (verrx): Likewise.
64047         * manual/filesys.texi (telldir): Use braces around return type.
64048         * manual/llio.texi (mmap): Add space after comma.
64049         (mmap64): Likewise.
64050         * manual/math.texi (jn): Use @var{} on parameter names.
64051         (jnf): Likewise.
64052         (jnl): Likewise.
64053         (yn): Likewise.
64054         (ynf): Likewise.
64055         (ynl): Likewise.
64056         * manual/memory.texi (alloca): Remove semicolon on @deftypefun
64057         line.
64058         * manual/resource.texi (ulimit): Use @dots{} instead of literal
64059         "...".
64060         (sched_get_priority_min): Remove semicolon on @deftypefun line.
64061         (sched_get_priority_max): Likewise.
64062         * manual/signal.texi (sigvec): Add space after comma.
64063         * manual/socket.texi (if_nametoindex): Use @var{} on parameter
64064         names.
64065         (if_indextoname): Likewise.
64066         (if_freenameindex): Likewise.
64067         (sendto): Use ',' instead of '.' in prototype.
64068         * manual/startup.texi (syscall): Use @dots{} instead of literal
64069         "...".
64070         * manual/stdio.texi (__fpending): Separate initial words of
64071         paragraph from @deftypefun line.
64072         * manual/syslog.texi (syslog): Use @dots{} instead of literal
64073         "...".
64074         (vsyslog): Use @var{} on parameter names.
64075         * manual/terminal.texi (stty): Use @var{} on parameter names.
64076         * manual/users.texi (getutmp): Use @var{} on parameter names.
64077         (getutmpx): Likewise.
64079 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
64081         [BZ #6884]
64082         * manual/stdio.texi (fopen): Fix typos in description of
64083         ",ccs=STRING".
64085 2012-02-17  Aurelien Jarno  <aurelien@aurel32.net>
64087         [BZ #4026]
64088         * sysdeps/unix/sysv/linux/clock_settime.c: include <time.h> to
64089         get clock_id definition.
64091 2012-02-17  Thomas Schwinge  <thomas@schwinge.name>
64093         [BZ #4822]
64094         * sysdeps/mach/hurd/malloc-machine.h: #include <sys/mman.h>.
64095         (madvise): Cast every argument to void on its own.
64097 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
64099         [BZ #9902]
64100         * manual/startup.texi (Exit Status): Fix typo.
64102 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
64104         [BZ #10140]
64105         * manual/examples/argp-ex1.c: Include <stdlib.h>.
64106         * manual/examples/argp-ex2.c: Likewise.
64107         * manual/examples/argp-ex3.c: Likewise.
64109 2012-02-16  Richard Henderson  <rth@redhat.com>
64111         * sysdeps/s390/s390-32/crti.S, sysdeps/s390/s390-32/crtn.S: New files.
64112         * sysdeps/s390/s390-32/initfini.c: Remove.
64113         * sysdeps/s390/s390-64/crti.S, sysdeps/s390/s390-64/crtn.S:
64114         * sysdeps/s390/s390-64/initfini.c: Remove.
64116 2012-02-15  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
64118         * sysdeps/sh/crti.S, sysdeps/sh/crtn.S: New files, based on
64119         compiler output for sysdeps/generic/initfini.c.
64120         * sysdeps/sh/elf/initfini.c: Remove file.
64122 2012-02-16  David S. Miller  <davem@davemloft.net>
64124         [BZ #11494]
64125         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (O_FSYNC): Define.
64127         * sysdeps/sparc/Makefile: Add -fPIC when building crt{i,n}.S
64128         * sysdeps/sparc/crti.S: New file.
64129         * sysdeps/sparc/crtn.S: New file.
64130         * sysdeps/sparc/sparc32/Makefile: Remove initfini handling.
64131         * sysdeps/sparc/sparc64/Makefile: Likewise.
64133 2012-02-15  Mike Frysinger  <vapier@gentoo.org>
64135         [BZ #3335]
64136         * sysdeps/unix/sysv/linux/getcwd.c: Include sys/param.h.
64138 2012-02-15  Roland McGrath  <roland@hack.frob.com>
64140         [BZ #4822]
64141         * sysdeps/mach/hurd/malloc-machine.h (madvise): New macro.
64143         * mach/devstream.c (cookie_io_functions_t): Macro removed.
64144         (write, read, close): Likewise.
64145         Patch by Aurelien Jarno <aurelien@aurel32.net>.
64147 2012-02-15  Joseph Myers  <joseph@codesourcery.com>
64149         * sysdeps/unix/sysv/linux/bits/signalfd.h: New file.
64150         * sysdeps/unix/sysv/linux/sparc/bits/signalfd.h: Likewise.
64151         * sysdeps/unix/sysv/linux/sparc/sys/signalfd.h: Remove.
64152         * sysdeps/unix/sysv/linux/sys/signalfd.h: Get flags from
64153         <bits/signalfd.h>.
64154         (SFD_CLOEXEC, SFD_NONBLOCK): Don't define here.
64155         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
64156         bits/signalfd.h.
64158 2012-02-14  Marek Polacek  <polacek@redhat.com>
64160         * sysdeps/x86_64/crti.S: New file.
64161         * sysdeps/x86_64/crtn.S: New file.
64162         * sysdeps/x86_64/elf/initfini.c: Remove file.
64164 2012-02-13  Joseph Myers  <joseph@codesourcery.com>
64166         * sysdeps/unix/sysv/linux/bits/inotify.h: New file.
64167         * sysdeps/unix/sysv/linux/sparc/bits/inotify.h: Likewise.
64168         * sysdeps/unix/sysv/linux/sparc/sys/inotify.h: Remove.
64169         * sysdeps/unix/sysv/linux/sys/inotify.h: Get flags from
64170         <bits/inotify.h>.
64171         (IN_CLOEXEC, IN_NONBLOCK): Don't define here.
64172         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
64173         bits/inotify.h.
64175 2012-02-13  Joseph Myers  <joseph@codesourcery.com>
64177         * sysdeps/unix/sysv/linux/bits/eventfd.h: New file.
64178         * sysdeps/unix/sysv/linux/sparc/bits/eventfd.h: Likewise.
64179         * sysdeps/unix/sysv/linux/sparc/sys/eventfd.h: Remove.
64180         * sysdeps/unix/sysv/linux/sys/eventfd.h: Get flags from
64181         <bits/eventfd.h>.
64182         (EFD_SEMAPHORE, EFD_CLOEXEC, EFD_NONBLOCK): Don't define here.
64183         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
64184         bits/eventfd.h.
64186 2012-02-10  Thomas Schwinge  <thomas@codesourcery.com>
64188         * sysdeps/i386/fpu/feupdateenv.c (__feupdateenv): Invoke
64189         __feraiseexcept instead of feraiseexcept.
64191         * rt/tst-cpuclock1.c: Add a few comments, and error checking for
64192         nanosleep invocations.
64193         * rt/tst-cpuclock2.c: Print some values as intended, fix explanatory
64194         strings, and add error checking for a nanosleep invocations.
64196 2012-02-09  Paul Eggert  <eggert@cs.ucla.edu>
64198         Replace FSF snail mail address with URLs, as per GNU coding standards.
64199         Most of the snail mail addresses were wrong anyway, and omitting
64200         them makes the source code easier to maintain.  Almost all of the
64201         changes are to license notices and to locale LC_IDENTIFICATION
64202         addresses, except for this one:
64203         * manual/libc.texinfo: In "Published by", give the FSF's URL,
64204         not its snail mail address.
64206 2012-02-09  Richard Henderson  <rth@twiddle.net>
64208         * sysdeps/unix/sysv/linux/internal_statvfs.c: Use <> for include
64209         of kernel-features.h.
64211         * elf/dl-tls.c (update_get_addr): Avoid pointer type mismatch warning.
64213 2012-02-08  Marek Polacek  <polacek@redhat.com>
64215         * libio/libio.h: Remove _G_HAVE_SYS_CDEFS conditional.
64216         * sysdeps/mach/hurd/_G_config.h: Remove _G_HAVE_SYS_CDEFS macro.
64217         * sysdeps/gnu/_G_config.h: Likewise.
64218         * sysdeps/generic/_G_config.h: Likewise.
64220 2012-02-08  Andreas Schwab  <schwab@linux-m68k.org>
64222         * sysdeps/i386/fpu/libm-test-ulps: Reduce ldouble ULPs for jn
64223         tests.
64224         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
64226         * sysdeps/powerpc/powerpc32/crti.S: New file.
64227         * sysdeps/powerpc/powerpc32/crtn.S: New file.
64228         * sysdeps/powerpc/powerpc64/crti.S: New file.
64229         * sysdeps/powerpc/powerpc64/crtn.S: New file.
64231         * Makeconfig (have-initfini): Don't set.
64232         * config.make.in (have-initfini, need-nopic-initfini): Don't set.
64233         * configure.in (nopic_initfini): Don't substitute.
64234         * config.h.in (HAVE_INITFINI): Don't #undef.
64235         * csu/Makefile (CPPFLAGS): Don't add -DHAVE_INITFINI.
64236         * csu/gmon-start.c: Assume HAVE_INITFINI is defined.
64238 2012-02-08  Joseph Myers  <joseph@codesourcery.com>
64240         Support crti.S and crtn.S provided directly by architectures.
64241         * csu/Makefile [crti.S in sysdirs] (generated): Do not append.
64242         [crti.S in sysdirs] (omit-deps): Likewise.
64243         [crti.S in sysdirs] (CFLAGS-initfini.s): Do not define variable.
64244         [crti.S in sysdirs] ($(crtstuff:%=$(objpfx)%.o)): Disable rule.
64245         [crti.S in sysdirs] ($(objpfx)initfini.s): Likewise.
64246         [crti.S in sysdirs] ($(objpfx)crti.S): Likewise.
64247         [crti.S in sysdirs] ($(objpfx)crtn.S): Likewise.
64248         [crti.S in sysdirs] ($(patsubst %,$(objpfx)crt%.o,i n)): Likewise.
64249         [crti.S in sysdirs] ($(objpfx)defs.h): Likewise.
64250         [crti.S in sysdirs] (initfini.c): Remove vpath directive.
64251         * sysdeps/i386/crti.S, sysdeps/i386/crtn.S: New files, based on
64252         compiler output for sysdeps/generic/initfini.c.
64253         * sysdeps/i386/elf/Makefile: Remove file.
64254         * sysdeps/i386/Makefile (CFLAGS-initfini.s): Remove variable.
64256 2012-02-07  Marek Polacek  <polacek@redhat.com>
64258         * sysdeps/generic/_G_config.h: Remove _G_ARGS macro.
64259         * sysdeps/gnu/_G_config.h: Likewise.
64260         * sysdeps/mach/hurd/_G_config.h: Likewise.
64262 2012-02-07  Marek Polacek  <polacek@redhat.com>
64264         * math/Makefile (tests): Add tst-CMPLX2.
64265         * math/tst-CMPLX2.c: New file.
64267 2012-02-07  Andreas Schwab  <schwab@linux-m68k.org>
64269         * sysdeps/powerpc/fpu/libm-test-ulps: Adjust ULPs for jn tests.
64271         * math/libm-test.inc (jn_test): Add missing L suffix.
64273 2012-02-06  Marek Polacek  <polacek@redhat.com>
64275         * sysdeps/s390/asm-syntax.h: Remove __ELF__ conditionals.
64276         * sysdeps/i386/fpu/e_powf.S: Likewise.
64277         * sysdeps/i386/fpu/e_atanhf.S: Likewise.
64278         * sysdeps/i386/fpu/s_cexpl.S: Likewise.
64279         * sysdeps/i386/fpu/e_acosh.S: Likewise.
64280         * sysdeps/i386/fpu/e_pow.S: Likewise.
64281         * sysdeps/i386/fpu/s_asinhl.S: Likewise.
64282         * sysdeps/i386/fpu/e_acoshl.S: Likewise.
64283         * sysdeps/i386/fpu/s_expm1.S: Likewise.
64284         * sysdeps/i386/fpu/s_frexpf.S: Likewise.
64285         * sysdeps/i386/fpu/e_log2.S: Likewise.
64286         * sysdeps/i386/fpu/e_log2l.S: Likewise.
64287         * sysdeps/i386/fpu/e_scalb.S: Likewise.
64288         * sysdeps/i386/fpu/e_powl.S: Likewise.
64289         * sysdeps/i386/fpu/s_log1p.S: Likewise.
64290         * sysdeps/i386/fpu/e_log10f.S: Likewise.
64291         * sysdeps/i386/fpu/s_cbrtf.S: Likewise.
64292         * sysdeps/i386/fpu/e_logl.S: Likewise.
64293         * sysdeps/i386/fpu/s_cbrt.S: Likewise.
64294         * sysdeps/i386/fpu/s_expm1l.S: Likewise.
64295         * sysdeps/i386/fpu/s_frexpl.S: Likewise.
64296         * sysdeps/i386/fpu/s_expm1f.S: Likewise.
64297         * sysdeps/i386/fpu/e_log2f.S: Likewise.
64298         * sysdeps/i386/fpu/e_acoshf.S: Likewise.
64299         * sysdeps/i386/fpu/e_log.S: Likewise.
64300         * sysdeps/i386/fpu/s_cexp.S: Likewise.
64301         * sysdeps/i386/fpu/e_scalbf.S: Likewise.
64302         * sysdeps/i386/fpu/s_log1pl.S: Likewise.
64303         * sysdeps/i386/fpu/e_logf.S: Likewise.
64304         * sysdeps/i386/fpu/e_log10l.S: Likewise.
64305         * sysdeps/i386/fpu/e_atanh.S: Likewise.
64306         * sysdeps/i386/fpu/s_log1pf.S: Likewise.
64307         * sysdeps/i386/fpu/s_asinhf.S: Likewise.
64308         * sysdeps/i386/fpu/s_cexpf.S: Likewise.
64309         * sysdeps/i386/fpu/e_log10.S: Likewise.
64310         * sysdeps/i386/fpu/s_frexp.S: Likewise.
64311         * sysdeps/i386/fpu/e_atanhl.S: Likewise.
64312         * sysdeps/i386/fpu/s_asinh.S: Likewise.
64313         * sysdeps/i386/fpu/s_cbrtl.S: Likewise.
64314         * sysdeps/i386/fpu/e_scalbl.S: Likewise.
64315         * sysdeps/i386/i686/fpu/e_logl.S: Likewise.
64316         * sysdeps/i386/asm-syntax.h: Likewise.
64317         * sysdeps/x86_64/fpu/e_log2l.S: Likewise.
64318         * sysdeps/x86_64/fpu/e_powl.S: Likewise.
64319         * sysdeps/x86_64/fpu/e_logl.S: Likewise.
64320         * sysdeps/x86_64/fpu/s_expm1l.S: Likewise.
64321         * sysdeps/x86_64/fpu/s_log1pl.S: Likewise.
64322         * sysdeps/x86_64/fpu/e_log10l.S: Likewise.
64323         * sysdeps/x86_64/fpu/s_copysignf.S: Likewise.
64324         * sysdeps/x86_64/fpu/s_copysign.S: Likewise.
64325         * sysdeps/x86_64/fpu/e_scalbl.S: Likewise.
64326         * sysdeps/powerpc/sysdep.h: Likewise.
64327         * sysdeps/powerpc/powerpc64/sysdep.h: Likewise.
64328         * sysdeps/powerpc/powerpc32/sysdep.h: Likewise.
64330 2012-02-06  Joseph Myers  <joseph@codesourcery.com>
64332         [BZ #411]
64333         * sysdeps/i386/sysdep.h (__i686): Undefine and redefine.
64335 2012-02-06  Joseph Myers  <joseph@codesourcery.com>
64337         * sysdeps/i386/sysdep.h: Include <features.h>.
64338         (GET_PC_THUNK, GET_PC_THUNK_STR): Define conditionally on compiler
64339         version.
64341 2012-02-05  Joseph Myers  <joseph@codesourcery.com>
64343         * sysdeps/i386/sysdep.h (SETUP_PIC_REG_STR, LOAD_PIC_REG_STR):
64344         Define.
64345         * sysdeps/unix/sysv/linux/i386/sysdep.h (check_consistency): Use
64346         LOAD_PIC_REG_STR.
64348 2012-02-03  Joseph Myers  <joseph@codesourcery.com>
64350         * sysdeps/i386/sysdep.h (GET_PC_THUNK, GET_PC_THUNK_STR): Define.
64351         (SETUP_PIC_REG): Use GET_PC_THUNK.
64352         * sysdeps/unix/sysv/linux/i386/sysdep.h: Use GET_PC_THUNK_STR
64353         macro.
64355 2012-02-03  Joseph Myers  <joseph@codesourcery.com>
64357         * sysdeps/i386/sysdep.h (SETUP_PIC_REG, LOAD_PIC_REG): Define also
64358         for non-PIC compilation.
64359         (SETUP_PIC_REG): Add .p2align directive.
64360         * sysdeps/i386/i686/memcmp.S: Use macros for PIC register setup.
64361         * sysdeps/i386/i686/multiarch/bcopy.S: Likewise.
64362         * sysdeps/i386/i686/multiarch/bzero.S: Likewise.
64363         * sysdeps/i386/i686/multiarch/memchr.S: Likewise.
64364         * sysdeps/i386/i686/multiarch/memcmp-sse4.S: Likewise.
64365         * sysdeps/i386/i686/multiarch/memcmp.S: Likewise.
64366         * sysdeps/i386/i686/multiarch/memcpy-ssse3-rep.S: Likewise.
64367         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Likewise.
64368         * sysdeps/i386/i686/multiarch/memcpy.S: Likewise.
64369         * sysdeps/i386/i686/multiarch/memcpy_chk.S: Likewise.
64370         * sysdeps/i386/i686/multiarch/memmove.S: Likewise.
64371         * sysdeps/i386/i686/multiarch/memmove_chk.S: Likewise.
64372         * sysdeps/i386/i686/multiarch/mempcpy.S: Likewise.
64373         * sysdeps/i386/i686/multiarch/mempcpy_chk.S: Likewise.
64374         * sysdeps/i386/i686/multiarch/memrchr.S: Likewise.
64375         * sysdeps/i386/i686/multiarch/memset-sse2-rep.S: Likewise.
64376         * sysdeps/i386/i686/multiarch/memset-sse2.S: Likewise.
64377         * sysdeps/i386/i686/multiarch/memset.S: Likewise.
64378         * sysdeps/i386/i686/multiarch/memset_chk.S: Likewise.
64379         * sysdeps/i386/i686/multiarch/rawmemchr.S: Likewise.
64380         * sysdeps/i386/i686/multiarch/strcasecmp.S: Likewise.
64381         * sysdeps/i386/i686/multiarch/strcat-sse2.S: Likewise.
64382         * sysdeps/i386/i686/multiarch/strcat.S: Likewise.
64383         * sysdeps/i386/i686/multiarch/strchr.S: Likewise.
64384         * sysdeps/i386/i686/multiarch/strcmp-sse4.S: Likewise.
64385         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Likewise.
64386         * sysdeps/i386/i686/multiarch/strcmp.S: Likewise.
64387         * sysdeps/i386/i686/multiarch/strcpy-sse2.S: Likewise.
64388         * sysdeps/i386/i686/multiarch/strcpy.S: Likewise.
64389         * sysdeps/i386/i686/multiarch/strcspn.S: Likewise.
64390         * sysdeps/i386/i686/multiarch/strlen.S: Likewise.
64391         * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
64392         * sysdeps/i386/i686/multiarch/strnlen.S: Likewise.
64393         * sysdeps/i386/i686/multiarch/strrchr.S: Likewise.
64394         * sysdeps/i386/i686/multiarch/strspn.S: Likewise.
64395         * sysdeps/i386/i686/multiarch/wcschr.S: Likewise.
64396         * sysdeps/i386/i686/multiarch/wcscmp.S: Likewise.
64397         * sysdeps/i386/i686/multiarch/wcscpy.S: Likewise.
64398         * sysdeps/i386/i686/multiarch/wcslen.S: Likewise.
64399         * sysdeps/i386/i686/multiarch/wcsrchr.S: Likewise.
64400         * sysdeps/i386/i686/multiarch/wmemcmp.S: Likewise.
64402 2012-02-03  Joseph Myers  <joseph@codesourcery.com>
64404         * math/tst-CMPLX.c: Include <stdio.h>.
64406 2012-01-31  Joseph Myers  <joseph@codesourcery.com>
64408         * sysdeps/powerpc/bits/mathdef.h (float_t): Always define as
64409         float.
64410         * sysdeps/sh/sh4/bits/mathdef.h: Likewise.
64411         * sysdeps/sparc/bits/mathdef.h: Likewise.
64413 2012-01-31  Marek Polacek  <polacek@redhat.com>
64415         * libio/libio.h: Don't define _PARAMS.
64416         * locale/programs/config.h: Don't define PARAMS.
64417         * stdlib/strtol_l.c: Likewise.
64418         (__strtol_l): Remove PARAMS from the prototype.
64420 2012-01-31  Ulrich Drepper  <drepper@gmail.com>
64422         * malloc/malloc.c: Remove name translation.  Don't use mixed-cap
64423         names.  Just use the correct names.  Remove unnecessary wrapper
64424         functions.
64425         * malloc/arena.c: Likewise.
64426         * malloc/hooks.c: Likewise.
64428         * malloc/arena.c (arena_get2): Really don't call __get_nprocs if
64429         ARENA_TEST says not to.  Simplify test for creation of a new arena.
64430         Partially based on a patch by Siddhesh Poyarekar <siddhesh@redhat.com>.
64432 2012-01-30  Ulrich Drepper  <drepper@gmail.com>
64434         * elf/dl-tls.c (__tls_get_addr): Optimize by transforming all calls
64435         into tail calls.
64436         (update_get_addr): New function.
64437         (tls_get_addr_tail): Take GET_ADDR_ARGS parameter, remove
64438         GET_ADDR_MODULE parameter.
64440 2012-01-30  Joseph Myers  <joseph@codesourcery.com>
64442         * crypt/cert.c: Remove __STDC__ conditionals.
64443         * crypt/crypt-entry.c: Likewise.
64444         * crypt/crypt_util.c: Likewise.
64445         * libio/filedoalloc.c: Likewise.
64446         * libio/fileops.c: Likewise.
64447         * libio/genops.c: Likewise.
64448         * libio/iofclose.c: Likewise.
64449         * libio/iofdopen.c: Likewise.
64450         * libio/iofopen.c: Likewise.
64451         * libio/iofopen64.c: Likewise.
64452         * libio/iogetdelim.c: Likewise.
64453         * libio/iopopen.c: Likewise.
64454         * libio/obprintf.c: Likewise.
64455         * libio/oldfileops.c: Likewise.
64456         * libio/oldiofclose.c: Likewise.
64457         * libio/oldiofdopen.c: Likewise.
64458         * libio/oldiofopen.c: Likewise.
64459         * libio/oldiopopen.c: Likewise.
64460         * libio/wfiledoalloc.c: Likewise.
64461         * libio/wgenops.c: Likewise.
64462         * locale/programs/xmalloc.c: Likewise.
64463         * misc/syslog.c: Likewise.
64464         * stdio-common/xbug.c: Likewise.
64465         * string/memchr.c: Likewise.
64466         * string/memcmp.c: Likewise.
64467         * string/memrchr.c: Likewise.
64468         * string/rawmemchr.c: Likewise.
64469         * sysdeps/posix/getcwd.c: Likewise.
64470         * time/strftime_l.c: Likewise.
64472 2012-01-30  Joseph Myers  <joseph@codesourcery.com>
64474         * configure.in (libc_cv_cc_sse2avx): AC_SUBST.
64475         * config.make.in (config-cflags-sse2avx): Define.
64476         * sysdeps/x86_64/fpu/multiarch/Makefile (CFLAGS-slowexp-avx.c):
64477         Fix typo.
64479 2012-01-29  Chris Metcalf  <cmetcalf@tilera.com>
64481         * scripts/config.guess: Update from upstream config git repository.
64482         * scripts/config.sub: Likewise.
64484 2012-01-28  Chris Metcalf  <cmetcalf@tilera.com>
64486         * elf/elf.h (EM_TILEPRO, EM_TILEGX): New macros.
64487         (EM_NUM): Update.
64488         (R_TILEPRO_*, R_TILEGX_*): New macros.
64490         * scripts/firstversions.awk: Fix bug in version range handling.
64492         * sysdeps/unix/sysv/linux/grantpt.c: Use <> brackets for not-cancel.h.
64494         * sysdeps/unix/sysv/linux/faccessat.c (faccessat): Call __fxstatat64.
64496         * include/sys/epoll.h: New file.
64497         * sysdeps/unix/sysv/linux/epoll_pwait.c (epoll_pwait): Mark as
64498         libc_hidden_def.
64500 2012-01-28  Ulrich Drepper  <drepper@gmail.com>
64502         * sysdeps/x86_64/fpu/bits/mathinline.h (__signbitl): Optimize a bit.
64503         Avoid unnecessary __WORDSIZE == 64 test.
64504         (fmaxf): Use VEX format if possible.
64505         (fmax): Likewise.
64506         (fminf): Likewise.
64507         (fmin): Likewise.
64509         * config.h.in: Define HAVE_SSE2AVX_SUPPORT.
64510         * math/math_private.h: Remove libc_fegetround* and
64511         libc_fesetround*.
64512         * sysdeps/i386/configure.in: Check for -msse2avx.
64513         * sysdeps/x86_64/fpu/math_private.h: Use VEX-encoded instructions
64514         also if SSE2AVX is defined.
64515         Remove libc_fegetround* and libc_fesetround*.
64516         * sysdeps/x86_64/fpu/multiarch/Makefile: Compile *-avx functions
64517         if config-cflags-sse2avx is yes.  Also add -DSSE2AVX to defines.
64518         * sysdeps/x86_64/fpu/multiarch/e_atan2.c: Use HAS_AVX again instead
64519         of HAS_YMM_USABLE.
64520         * sysdeps/x86_64/fpu/multiarch/e_exp.c: Likewise.
64521         * sysdeps/x86_64/fpu/multiarch/e_log.c: Likewise.
64522         * sysdeps/x86_64/fpu/multiarch/s_atan.c: Likewise.
64523         * sysdeps/x86_64/fpu/multiarch/s_sin.c: Likewise.
64524         * sysdeps/x86_64/fpu/multiarch/s_tan.c: Likewise.
64526         * sysdeps/x86_64/fpu/math_private.h: Simplify use of AVX instructions.
64528 2012-01-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
64530         * sysdeps/powerpc/powerpc32/a2/memcpy.S: Fix for when cache line
64531         size is not set.
64532         * sysdeps/powerpc/powerpc64/a2/memcpy.S: Likewise.
64534 2012-01-27  Ulrich Drepper  <drepper@gmail.com>
64536         [BZ #13618]
64537         * elf/dl-open.c (dl_open_worker): Sort objects by dependency before
64538         relocation.
64539         * Makeconfig (libm): Define.
64540         * elf/Makefile: Add rules to build and run tst-relsort1.
64541         * elf/tst-relsort1.c: New file.
64542         * elf/tst-relsort1mod1.c: New file.
64543         * elf/tst-relsort1mod2.c: New file.
64545 2012-01-27  Joseph Myers  <joseph@codesourcery.com>
64547         * math/s_ldexp.c: Remove __STDC__ conditionals.
64548         * math/s_ldexpf.c: Likewise.
64549         * math/s_ldexpl.c: Likewise.
64550         * math/s_nextafter.c: Likewise.
64551         * math/s_nexttowardf.c: Likewise.
64552         * math/s_significand.c: Likewise.
64553         * math/s_significandf.c: Likewise.
64554         * math/s_significandl.c: Likewise.
64555         * math/w_jnl.c: Likewise.
64556         * sysdeps/i386/fpu/s_isinfl.c: Likewise.
64557         * sysdeps/i386/fpu/s_isnanl.c: Likewise.
64558         * sysdeps/i386/fpu/s_nextafterl.c: Likewise.
64559         * sysdeps/i386/fpu/s_nexttoward.c: Likewise.
64560         * sysdeps/i386/fpu/s_nexttowardf.c: Likewise.
64561         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Likewise.
64562         * sysdeps/ieee754/dbl-64/k_tan.c: Likewise.
64563         * sysdeps/ieee754/dbl-64/s_copysign.c: Likewise.
64564         * sysdeps/ieee754/dbl-64/s_erf.c: Likewise.
64565         * sysdeps/ieee754/dbl-64/s_fabs.c: Likewise.
64566         * sysdeps/ieee754/dbl-64/s_finite.c: Likewise.
64567         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
64568         * sysdeps/ieee754/dbl-64/s_frexp.c: Likewise.
64569         * sysdeps/ieee754/dbl-64/s_ilogb.c: Likewise.
64570         * sysdeps/ieee754/dbl-64/s_isnan.c: Likewise.
64571         * sysdeps/ieee754/dbl-64/s_logb.c: Likewise.
64572         * sysdeps/ieee754/dbl-64/s_nearbyint.c: Likewise.
64573         * sysdeps/ieee754/dbl-64/s_tanh.c: Likewise.
64574         * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Likewise.
64575         * sysdeps/ieee754/flt-32/e_acoshf.c: Likewise.
64576         * sysdeps/ieee754/flt-32/e_asinf.c: Likewise.
64577         * sysdeps/ieee754/flt-32/e_rem_pio2f.c: Likewise.
64578         * sysdeps/ieee754/flt-32/k_cosf.c: Likewise.
64579         * sysdeps/ieee754/flt-32/k_rem_pio2f.c: Likewise.
64580         * sysdeps/ieee754/flt-32/k_sinf.c: Likewise.
64581         * sysdeps/ieee754/flt-32/k_tanf.c: Likewise.
64582         * sysdeps/ieee754/flt-32/s_atanf.c: Likewise.
64583         * sysdeps/ieee754/flt-32/s_copysignf.c: Likewise.
64584         * sysdeps/ieee754/flt-32/s_cosf.c: Likewise.
64585         * sysdeps/ieee754/flt-32/s_erff.c: Likewise.
64586         * sysdeps/ieee754/flt-32/s_fabsf.c: Likewise.
64587         * sysdeps/ieee754/flt-32/s_finitef.c: Likewise.
64588         * sysdeps/ieee754/flt-32/s_frexpf.c: Likewise.
64589         * sysdeps/ieee754/flt-32/s_ilogbf.c: Likewise.
64590         * sysdeps/ieee754/flt-32/s_isnanf.c: Likewise.
64591         * sysdeps/ieee754/flt-32/s_logbf.c: Likewise.
64592         * sysdeps/ieee754/flt-32/s_nextafterf.c: Likewise.
64593         * sysdeps/ieee754/flt-32/s_sinf.c: Likewise.
64594         * sysdeps/ieee754/flt-32/s_tanf.c: Likewise.
64595         * sysdeps/ieee754/flt-32/s_tanhf.c: Likewise.
64596         * sysdeps/ieee754/k_standard.c: Likewise.
64597         * sysdeps/ieee754/ldbl-128/e_asinl.c: Likewise.
64598         * sysdeps/ieee754/ldbl-128/k_tanl.c: Likewise.
64599         * sysdeps/ieee754/ldbl-128/s_asinhl.c: Likewise.
64600         * sysdeps/ieee754/ldbl-128/s_ceill.c: Likewise.
64601         * sysdeps/ieee754/ldbl-128/s_copysignl.c: Likewise.
64602         * sysdeps/ieee754/ldbl-128/s_cosl.c: Likewise.
64603         * sysdeps/ieee754/ldbl-128/s_erfl.c: Likewise.
64604         * sysdeps/ieee754/ldbl-128/s_fabsl.c: Likewise.
64605         * sysdeps/ieee754/ldbl-128/s_finitel.c: Likewise.
64606         * sysdeps/ieee754/ldbl-128/s_floorl.c: Likewise.
64607         * sysdeps/ieee754/ldbl-128/s_frexpl.c: Likewise.
64608         * sysdeps/ieee754/ldbl-128/s_ilogbl.c: Likewise.
64609         * sysdeps/ieee754/ldbl-128/s_isnanl.c: Likewise.
64610         * sysdeps/ieee754/ldbl-128/s_logbl.c: Likewise.
64611         * sysdeps/ieee754/ldbl-128/s_modfl.c: Likewise.
64612         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c: Likewise.
64613         * sysdeps/ieee754/ldbl-128/s_nextafterl.c: Likewise.
64614         * sysdeps/ieee754/ldbl-128/s_nexttoward.c: Likewise.
64615         * sysdeps/ieee754/ldbl-128/s_nexttowardf.c: Likewise.
64616         * sysdeps/ieee754/ldbl-128/s_rintl.c: Likewise.
64617         * sysdeps/ieee754/ldbl-128/s_scalblnl.c: Likewise.
64618         * sysdeps/ieee754/ldbl-128/s_scalbnl.c: Likewise.
64619         * sysdeps/ieee754/ldbl-128/s_sinl.c: Likewise.
64620         * sysdeps/ieee754/ldbl-128/s_tanhl.c: Likewise.
64621         * sysdeps/ieee754/ldbl-128/s_tanl.c: Likewise.
64622         * sysdeps/ieee754/ldbl-128/w_expl.c: Likewise.
64623         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c: Likewise.
64624         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c: Likewise.
64625         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Likewise.
64626         * sysdeps/ieee754/ldbl-128ibm/k_tanl.c: Likewise.
64627         * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c: Likewise.
64628         * sysdeps/ieee754/ldbl-128ibm/s_ceill.c: Likewise.
64629         * sysdeps/ieee754/ldbl-128ibm/s_copysignl.c: Likewise.
64630         * sysdeps/ieee754/ldbl-128ibm/s_cosl.c: Likewise.
64631         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Likewise.
64632         * sysdeps/ieee754/ldbl-128ibm/s_fabsl.c: Likewise.
64633         * sysdeps/ieee754/ldbl-128ibm/s_floorl.c: Likewise.
64634         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c: Likewise.
64635         * sysdeps/ieee754/ldbl-128ibm/s_ilogbl.c: Likewise.
64636         * sysdeps/ieee754/ldbl-128ibm/s_llrintl.c: Likewise.
64637         * sysdeps/ieee754/ldbl-128ibm/s_llroundl.c: Likewise.
64638         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c: Likewise.
64639         * sysdeps/ieee754/ldbl-128ibm/s_lrintl.c: Likewise.
64640         * sysdeps/ieee754/ldbl-128ibm/s_lroundl.c: Likewise.
64641         * sysdeps/ieee754/ldbl-128ibm/s_modfl.c: Likewise.
64642         * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c: Likewise.
64643         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c: Likewise.
64644         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Likewise.
64645         * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c: Likewise.
64646         * sysdeps/ieee754/ldbl-128ibm/s_rintl.c: Likewise.
64647         * sysdeps/ieee754/ldbl-128ibm/s_roundl.c: Likewise.
64648         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c: Likewise.
64649         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c: Likewise.
64650         * sysdeps/ieee754/ldbl-128ibm/s_sinl.c: Likewise.
64651         * sysdeps/ieee754/ldbl-128ibm/s_tanhl.c: Likewise.
64652         * sysdeps/ieee754/ldbl-128ibm/s_tanl.c: Likewise.
64653         * sysdeps/ieee754/ldbl-128ibm/s_truncl.c: Likewise.
64654         * sysdeps/ieee754/ldbl-96/e_asinl.c: Likewise.
64655         * sysdeps/ieee754/ldbl-96/e_hypotl.c: Likewise.
64656         * sysdeps/ieee754/ldbl-96/s_asinhl.c: Likewise.
64657         * sysdeps/ieee754/ldbl-96/s_ceill.c: Likewise.
64658         * sysdeps/ieee754/ldbl-96/s_copysignl.c: Likewise.
64659         * sysdeps/ieee754/ldbl-96/s_cosl.c: Likewise.
64660         * sysdeps/ieee754/ldbl-96/s_erfl.c: Likewise.
64661         * sysdeps/ieee754/ldbl-96/s_fabsl.c: Likewise.
64662         * sysdeps/ieee754/ldbl-96/s_finitel.c: Likewise.
64663         * sysdeps/ieee754/ldbl-96/s_floorl.c: Likewise.
64664         * sysdeps/ieee754/ldbl-96/s_frexpl.c: Likewise.
64665         * sysdeps/ieee754/ldbl-96/s_ilogbl.c: Likewise.
64666         * sysdeps/ieee754/ldbl-96/s_isnanl.c: Likewise.
64667         * sysdeps/ieee754/ldbl-96/s_logbl.c: Likewise.
64668         * sysdeps/ieee754/ldbl-96/s_nearbyintl.c: Likewise.
64669         * sysdeps/ieee754/ldbl-96/s_nextafterl.c: Likewise.
64670         * sysdeps/ieee754/ldbl-96/s_nexttoward.c: Likewise.
64671         * sysdeps/ieee754/ldbl-96/s_nexttowardf.c: Likewise.
64672         * sysdeps/ieee754/ldbl-96/s_rintl.c: Likewise.
64673         * sysdeps/ieee754/ldbl-96/s_sinl.c: Likewise.
64674         * sysdeps/ieee754/ldbl-96/s_tanhl.c: Likewise.
64675         * sysdeps/ieee754/ldbl-96/s_tanl.c: Likewise.
64676         * sysdeps/ieee754/s_matherr.c: Likewise.
64677         * sysdeps/powerpc/fpu/w_sqrt.c: Likewise.
64678         * sysdeps/powerpc/fpu/w_sqrtf.c: Likewise.
64679         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: Likewise.
64680         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrtf.c: Likewise.
64682 2012-01-26  Joseph Myers  <joseph@codesourcery.com>
64684         * crypt/md5.h: Remove __STDC__ conditionals.
64685         * libio/libioP.h: Likewise.
64686         * locale/programs/config.h: Likewise.
64687         * sysdeps/generic/sysdep.h: Likewise.
64688         * sysdeps/i386/asm-syntax.h: Likewise.
64689         * sysdeps/s390/asm-syntax.h: Likewise.
64690         * sysdeps/unix/sysdep.h: Likewise.
64691         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h: Likewise.
64692         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
64694 2012-01-26  Joseph Myers  <joseph@codesourcery.com>
64696         * libio/libio.h: Remove __STDC__ conditionals.
64697         * malloc/obstack.h: Likewise.
64698         * math/complex.h: Likewise.
64699         * math/math.h: Likewise.
64700         * sysdeps/generic/_G_config.h: Likewise.
64701         * sysdeps/gnu/_G_config.h: Likewise.
64702         * sysdeps/mach/hurd/_G_config.h: Likewise.
64703         * sysdeps/powerpc/bits/mathdef.h: Likewise.
64704         * sysdeps/sh/sh4/bits/mathdef.h: Likewise.
64705         * sysdeps/sparc/bits/mathdef.h: Likewise.
64707 2012-01-26  Ulrich Drepper  <drepper@gmail.com>
64709         [BZ #13583]
64710         * sysdeps/x86_64/multiarch/init-arch.h: Define bit_OSXSAVE.
64711         Clean up HAS_* macros.
64712         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): If
64713         bit_AVX is set also check OSXAVE/XCR0 and set bit_YMM_Usable if
64714         possible.
64715         * sysdeps/x86_64/fpu/multiarch/e_atan2.c: Use HAS_YMM_USABLE, not
64716         HAS_AVX.
64717         * sysdeps/x86_64/fpu/multiarch/e_exp.c: Likewise.
64718         * sysdeps/x86_64/fpu/multiarch/e_log.c: Likewise.
64719         * sysdeps/x86_64/fpu/multiarch/s_atan.c: Likewise.
64720         * sysdeps/x86_64/fpu/multiarch/s_sin.c: Likewise.
64721         * sysdeps/x86_64/fpu/multiarch/s_tan.c: Likewise.
64723 2012-01-25  Joseph Myers  <joseph@codesourcery.com>
64725         * elf/tst-unique3.cc (gets): Remove declaration.
64726         * elf/tst-unique3lib.cc (gets): Likewise.
64727         * elf/tst-unique3lib2.cc (gets): Likewise.
64728         * elf/tst-unique4.cc (gets): Likewise.
64730 2012-01-24  Ulrich Drepper  <drepper@gmail.com>
64732         * include/stdio.h: Add C++ protection.  Add gets declarations and
64733         definitions.
64734         * debug/tst-chk1.c: Don't declare gets here.
64735         * stdio-common/tst-gets.c: Likewise.
64737 2012-01-24  Joseph Myers  <joseph@codesourcery.com>
64739         * posix/glob: Remove directory.
64741 2012-01-24  Joseph Myers  <joseph@codesourcery.com>
64743         * wcsmbs/Makefile (tst-c16c32-1-ENV): Define.
64745 2012-01-22  Pino Toscano  <toscano.pino@tiscali.it>
64747         * sysdeps/mach/hurd/socket.c (__socket): Return EAFNOSUPPORT instead
64748         of the non-standard EPFNOSUPPORT.
64750 2011-12-26  Samuel Thibault  <samuel.thibault@ens-lyon.org>
64752         * sysdeps/mach/hurd/mmap.c (__mmap): When MAPADDR is nonzero, try
64753         __vm_allocate and __vm_map with ANYWHERE set to 0 first, and try with
64754         ANYWHERE set to 1 only on KERN_NO_SPACE error.
64756 2012-01-21  Ulrich Drepper  <drepper@gmail.com>
64758         * wcsmbs/uchar.h: Test __STDC_VERSION__.
64760 2012-01-20  Ulrich Drepper  <drepper@gmail.com>
64762         * nscd/aicache.c (addhstaiX): Do not cache negative results of
64763         transient errors.
64764         * nscd/grpcache.c (cache_addgr): Likewise.
64765         * nscd/hstcache.c (cache_addhst): Likewise.
64766         * nscd/initgrcache.c (addinitgroupsX): Likewise.
64767         * nscd/pwdcache.c (cache_addpw): Likewise.
64768         * nscd/servicescache.c (cache_addserv): Likewise.
64770 2012-01-16  Ulrich Drepper  <drepper@gmail.com>
64772         * malloc/malloc.c: Various cleanups.
64773         * malloc/hooks.c: Likewise.
64775         * stdlib/Makefile (tests): Add bug-fmtmsg1.
64776         * stdlib/bug-fmtmsg1.c: New file.
64778         * stdlib/fmtmsg.c (init): Add missing unlock.
64779         Patch by Peng Haitao <penght@cn.fujitsu.com>.
64781 2012-01-12  Marek Polacek  <polacek@redhat.com>
64783         * libio/bits/stdio2.h: Do not define gets for ISO C11, ISO C++11,
64784         and _GNU_SOURCE.
64786 2012-01-04  Will Schmidt  <will_schmidt@vnet.ibm.com>
64788         * powerpc/powerpc32/sysdep.h: Add GLUE and GENERATE_GOT_LABEL macros.
64789         * unix/sysv/linux/powerpc/powerpc32/getcontext-common.S: Call
64790         macro to ensure uniqueness of label name.
64791         * unix/sysv/linux/powerpc/powerpc32/setcontext-common.S: Likewise.
64792         * unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S: Likewise.
64794 2012-01-11  Ulrich Drepper  <drepper@gmail.com>
64796         * sysdeps/ieee754/dbl-64/wordsize-64/e_acosh.c: New file.
64798         * sysdeps/ieee754/dbl-64/s_scalbln.c: Add branch prediction.
64799         * sysdeps/ieee754/flt-32/s_scalblnf.c: Likewise.
64800         * sysdeps/ieee754/ldbl-96/s_scalblnl.c: Likewise.
64801         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbln.c: New file.
64803 2012-01-10  Ulrich Drepper  <drepper@gmail.com>
64805         * sysdeps/ieee754/dbl-64/wordsize-64/s_modf.c: New file.
64807         * sysdeps/ieee754/dbl-64/s_modf.c: Add branch prediction.
64808         * sysdeps/ieee754/flt-32/s_modff.c: Likewise.
64809         * sysdeps/ieee754/ldbl-96/s_modfl.c: Likewise.
64811         * math/bits/mathcalls.h: Add const attribute to fmin and fmax.
64813         * sysdeps/ieee754/dbl-64/s_scalbn.c: Add branch prediction.
64814         * sysdeps/ieee754/flt-32/s_scalbnf.c: Likewise.
64815         * sysdeps/ieee754/ldbl-96/s_scalbnl.c: Likewise.
64816         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbn.c: New file.
64818         * math/bits/math-finite.h: Add ldexp support.
64820 2012-01-10  Marek Polacek  <polacek@redhat.com>
64822         * locale/programs/localedef.h (show_archive_content): Add noreturn
64823         attribute.
64825 2012-01-09  Ulrich Drepper  <drepper@gmail.com>
64827         * sysdeps/ieee754/dbl-64/s_log1p.c (__log1p): Add branch prediction.
64829 2012-01-08  Ulrich Drepper  <drepper@gmail.com>
64831         * io/bits/poll2.h: Add __BEGIN/__END_DECLS.
64833         * io/Makefile (headers): Add bits/poll2.h.
64835 2011-01-05  Will Schmidt  <will_schmidt@vnet.ibm.com>
64837         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext.S: Fix a
64838         typo #include statement.
64840 2012-01-08  Ulrich Drepper  <drepper@gmail.com>
64842         * include/sys/cdefs.h: Define __attribute_alloc_size.
64843         * catgets/gencat.c: Add alloc_size attribute and apply consistently
64844         the malloc attribute to xmalloc, xcalloc, xrealloc, and xstrdup.
64845         * elf/pldd.c: Likewise.
64846         * iconv/iconv_charmap.c: Likewise.
64847         * iconv/iconvconfig.c: Likewise.
64848         * iconv/strtab.c: Likewise.
64849         * locale/programs/locale.c: Likewise.
64850         * locale/programs/localedef.h: Likewise.
64851         * locale/programs/simple-hash.c: Likewise.
64852         * nscd/nscd.h: Likewise.
64853         * nss/makedb.c: Likewise.
64854         * sysdeps/generic/ldconfig.h: Likewise.
64855         * locale/programs/localedef.c: Remove xmalloc prototype.
64856         * nscd/mem.c: Remove xmalloc and xcalloc prototypes.
64858 2012-01-05  Paul Pluzhnikov  <ppluzhnikov@google.com>
64860         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Use alloca when
64861         appropriate.
64863 2012-01-08  Ulrich Drepper  <drepper@gmail.com>
64865         * math/Makefile (tests): Add tst-CMPLX.
64866         * math/tst-CMPLX.c: New file.
64868         * math/complex.h (CMPLXL): Fix typo.
64870         * debug/Makefile (routines): Add poll_chk and ppoll_chk.
64871         * debug/Versions: Export __pool_chk and __ppoll_chk from libc for
64872         GLIBC_2.16.
64873         * debug/tst-chk1.c: Add poll and ppoll tests.
64874         * io/sys/poll.h: Include bits/poll2.h for _FORTIFY_SOURCE.
64875         * include/sys/poll.h: Add hidden proto for ppoll.
64876         * sysdeps/unix/sysv/linux/ppoll.c: Add hidden def.
64877         * sysdeps/mach/hurd/ppoll.c: Likewise.
64878         * io/ppoll.c: Likewise.
64879         * debug/poll_chk.c: New file.
64880         * debug/ppoll_chk.c: New file.
64881         * include/bits/poll2.h: New file.
64882         * io/bits/poll2.h: New file.
64884         [BZ #1350]
64885         * math/complex.h (CMPLX, CMPLXF, CMPLXL): Define.
64887         * configure.in: static is always set to yes.  Remove.
64888         * config.make.in: Don't set build-static.
64889         * Makeconfig: Remove use of build-static.
64890         * dlfcn/Makefile: Likewise.
64891         * elf/Makefile: Likewise.
64892         * math/Makefile: Likewise.
64893         * misc/Makefile: Likewise.
64894         * nptl/Makefile: Likewise.
64895         * sysdeps/mach/hurd/Makefile: Likewise.
64897         * configure.in: PWD_P is not used anymore.
64898         * config.make.in: Remove PWD_P entry.
64900         * configure.in: Remove last remnants of RANLIB.
64901         No need to check for signed size_t anymore.
64902         Don't set libc_commonpagesize and libc_relro_required here for Alpha
64903         and IA-64.
64904         Remove __builtin_expect test because we require at least gcc 3.4.
64905         * aclocal.m4: Likewise.
64907         * wcsmbs/mbrtoc16.c: Implement using towc function.
64908         * wcsmbs/wcsmbsload.h: No need for toc16 and fromc16 functions.
64909         * wcsmbs/wcsmbsload.c: Likewise.
64910         * iconv/gconv_simple.c: Likewise.
64911         * iconv/gconv_int.h: Likewise.
64912         * iconv/gconv_builtin.h: Likewise.
64913         * iconv/iconv_prog.c: Remove CHAR16 handling.
64915         * wcsmbs/c16rtomb.c: Remove #if 0'ed code.
64917         * wcsmbs/mbrtowc.c: Better check for invalid inputs.
64919         * configure.in: Remove --with-elf and --enable-bounded options.
64920         Dont set base_machine for ia64.  More non-ELF conditions removed.
64921         Remove testing and setting of leading underscore information.
64922         * config.make.in (build-bounded): Set to no.
64923         * config.h.in: Remove NO_UNDERSCORES entry.
64924         * include/libc-symbols.h: Don't define HAVE_WEAK_SYMBOLS.  ELF has
64925         them.
64926         * csu/start.c: Remove !NO_UNDERSCORE code.
64927         * locale/localeinfo.h: Likewise.
64928         * sysdeps/generic/machine-gmon.h: Likewise.
64929         * sysdeps/generic/sysdep.h: Likewise.
64930         * sysdeps/i386/sysdep.h: Likewise.
64931         * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h: Likewise.
64932         * sysdeps/mach/sysdep.h: Likewise.
64933         * sysdeps/s390/s390-32/sysdep.h: Likewise.
64934         * sysdeps/s390/s390-64/sysdep.h: Likewise.
64935         * sysdeps/sh/sysdep.h: Likewise.
64936         * sysdeps/sparc/sparc32/alloca.S: Likewise.
64937         * sysdeps/unix/i386/sysdep.S: Likewise.
64938         * sysdeps/unix/sparc/start.c: Likewise.
64939         * sysdeps/unix/sparc/sysdep.S: Likewise.
64940         * sysdeps/unix/sparc/sysdep.h: Likewise.
64941         * sysdeps/unix/start.c: Likewise.
64942         * sysdeps/unix/x86_64/sysdep.S: Likewise.
64943         * sysdeps/x86_64/sysdep.h: Likewise.
64945 2012-01-07  Ulrich Drepper  <drepper@gmail.com>
64947         [BZ #13553]
64948         * misc/sys/cdefs.h: Remove __const, __signed, and __volatile definition
64949         for non-gcc.
64950         * argp/argp-fmtstream.h: Use const instead __const.
64951         * argp/argp.h: Likewise.
64952         * assert/assert.h: Likewise.
64953         * bits/fenv.h: Likewise.
64954         * bits/sched.h: Likewise.
64955         * bits/sigset.h: Likewise.
64956         * bits/sigthread.h: Likewise.
64957         * catgets/nl_types.h: Likewise.
64958         * conform/data/pthread.h-data: Likewise.
64959         * crypt/crypt-private.h: Likewise.
64960         * crypt/crypt.h: Likewise.
64961         * crypt/crypt_util.c: Likewise.
64962         * ctype/ctype.h: Likewise.
64963         * debug/execinfo.h: Likewise.
64964         * debug/mbsnrtowcs_chk.c: Likewise.
64965         * debug/mbsrtowcs_chk.c: Likewise.
64966         * debug/wcsnrtombs_chk.c: Likewise.
64967         * debug/wcsrtombs_chk.c: Likewise.
64968         * debug/wcstombs_chk.c: Likewise.
64969         * dirent/dirent.h: Likewise.
64970         * dlfcn/dlfcn.h: Likewise.
64971         * elf/neededtest4.c: Likewise.
64972         * grp/grp.h: Likewise.
64973         * gshadow/gshadow.h: Likewise.
64974         * iconv/gconv.h: Likewise.
64975         * iconv/gconv_int.h: Likewise.
64976         * iconv/gconv_simple.c: Likewise.
64977         * iconv/iconv.h: Likewise.
64978         * iconv/loop.c: Likewise.
64979         * iconv/skeleton.c: Likewise.
64980         * include/aio.h: Likewise.
64981         * include/aliases.h: Likewise.
64982         * include/argz.h: Likewise.
64983         * include/arpa/inet.h: Likewise.
64984         * include/assert.h: Likewise.
64985         * include/dirent.h: Likewise.
64986         * include/dlfcn.h: Likewise.
64987         * include/execinfo.h: Likewise.
64988         * include/fcntl.h: Likewise.
64989         * include/fenv.h: Likewise.
64990         * include/glob.h: Likewise.
64991         * include/grp.h: Likewise.
64992         * include/libintl.h: Likewise.
64993         * include/mntent.h: Likewise.
64994         * include/netdb.h: Likewise.
64995         * include/pwd.h: Likewise.
64996         * include/rpc/netdb.h: Likewise.
64997         * include/sched.h: Likewise.
64998         * include/search.h: Likewise.
64999         * include/shadow.h: Likewise.
65000         * include/signal.h: Likewise.
65001         * include/stdio.h: Likewise.
65002         * include/stdlib.h: Likewise.
65003         * include/string.h: Likewise.
65004         * include/sys/socket.h: Likewise.
65005         * include/sys/stat.h: Likewise.
65006         * include/sys/statfs.h: Likewise.
65007         * include/sys/statvfs.h: Likewise.
65008         * include/sys/syslog.h: Likewise.
65009         * include/sys/time.h: Likewise.
65010         * include/sys/uio.h: Likewise.
65011         * include/time.h: Likewise.
65012         * include/unistd.h: Likewise.
65013         * include/utmp.h: Likewise.
65014         * include/wchar.h: Likewise.
65015         * include/wctype.h: Likewise.
65016         * inet/aliases.h: Likewise.
65017         * inet/arpa/inet.h: Likewise.
65018         * inet/netinet/ether.h: Likewise.
65019         * inet/netinet/in.h: Likewise.
65020         * intl/libintl.h: Likewise.
65021         * io/bits/fcntl2.h: Likewise.
65022         * io/fcntl.h: Likewise.
65023         * io/ftw.h: Likewise.
65024         * io/sys/poll.h: Likewise.
65025         * io/sys/stat.h: Likewise.
65026         * io/sys/statfs.h: Likewise.
65027         * io/sys/statvfs.h: Likewise.
65028         * io/utime.h: Likewise.
65029         * libio/bits/stdio.h: Likewise.
65030         * libio/bits/stdio2.h: Likewise.
65031         * libio/libio.h: Likewise.
65032         * libio/libioP.h: Likewise.
65033         * libio/stdio.h: Likewise.
65034         * locale/lc-ctype.c: Likewise.
65035         * locale/locale.h: Likewise.
65036         * login/utmp.h: Likewise.
65037         * malloc/arena.c: Likewise.
65038         * malloc/malloc.c: Likewise.
65039         * malloc/malloc.h: Likewise.
65040         * malloc/mcheck.c: Likewise.
65041         * malloc/mtrace.c: Likewise.
65042         * math/bits/mathcalls.h: Likewise.
65043         * math/fenv.h: Likewise.
65044         * math/math_private.h: Likewise.
65045         * misc/bits/error.h: Likewise.
65046         * misc/bits/syslog.h: Likewise.
65047         * misc/err.h: Likewise.
65048         * misc/error.h: Likewise.
65049         * misc/fstab.h: Likewise.
65050         * misc/mntent.h: Likewise.
65051         * misc/regexp.h: Likewise.
65052         * misc/search.h: Likewise.
65053         * misc/sgtty.h: Likewise.
65054         * misc/sys/mman.h: Likewise.
65055         * misc/sys/syslog.h: Likewise.
65056         * misc/sys/uio.h: Likewise.
65057         * misc/sys/xattr.h: Likewise.
65058         * misc/ttyent.h: Likewise.
65059         * nis/rpcsvc/ypclnt.h: Likewise.
65060         * nss/nss.h: Likewise.
65061         * posix/bits/unistd.h: Likewise.
65062         * posix/fnmatch.h: Likewise.
65063         * posix/glob.h: Likewise.
65064         * posix/sched.h: Likewise.
65065         * posix/spawn.h: Likewise.
65066         * posix/sys/wait.h: Likewise.
65067         * posix/unistd.h: Likewise.
65068         * posix/wordexp.h: Likewise.
65069         * pwd/pwd.h: Likewise.
65070         * resolv/netdb.h: Likewise.
65071         * resource/sys/resource.h: Likewise.
65072         * rt/aio.h: Likewise.
65073         * rt/bits/mqueue2.h: Likewise.
65074         * rt/mqueue.h: Likewise.
65075         * shadow/shadow.h: Likewise.
65076         * signal/signal.h: Likewise.
65077         * socket/send.c: Likewise.
65078         * socket/sendto.c: Likewise.
65079         * socket/sys/socket.h: Likewise.
65080         * stdio-common/printf.h: Likewise.
65081         * stdlib/bits/stdlib.h: Likewise.
65082         * stdlib/fmtmsg.h: Likewise.
65083         * stdlib/monetary.h: Likewise.
65084         * stdlib/stdlib.h: Likewise.
65085         * stdlib/ucontext.h: Likewise.
65086         * streams/stropts.h: Likewise.
65087         * string/argz.h: Likewise.
65088         * string/bits/string2.h: Likewise.
65089         * string/string.h: Likewise.
65090         * string/strings.h: Likewise.
65091         * sunrpc/rpc/auth.h: Likewise.
65092         * sunrpc/rpc/auth_des.h: Likewise.
65093         * sunrpc/rpc/clnt.h: Likewise.
65094         * sunrpc/rpc/netdb.h: Likewise.
65095         * sunrpc/rpc/pmap_clnt.h: Likewise.
65096         * sunrpc/rpc/xdr.h: Likewise.
65097         * sysdeps/generic/inttypes.h: Likewise.
65098         * sysdeps/generic/net/if.h: Likewise.
65099         * sysdeps/generic/sys/swap.h: Likewise.
65100         * sysdeps/gnu/net/if.h: Likewise.
65101         * sysdeps/gnu/utmpx.h: Likewise.
65102         * sysdeps/i386/fpu/bits/fenv.h: Likewise.
65103         * sysdeps/i386/i486/bits/string.h: Likewise.
65104         * sysdeps/ieee754/ldbl-opt/nldbl-strtold_l.c: Likewise.
65105         * sysdeps/s390/bits/string.h: Likewise.
65106         * sysdeps/s390/fpu/bits/fenv.h: Likewise.
65107         * sysdeps/sparc/fpu/bits/fenv.h: Likewise.
65108         * sysdeps/sparc/fpu/bits/mathinline.h: Likewise.
65109         * sysdeps/unix/sysv/linux/bits/resource.h: Likewise.
65110         * sysdeps/unix/sysv/linux/bits/sched.h: Likewise.
65111         * sysdeps/unix/sysv/linux/bits/sigset.h: Likewise.
65112         * sysdeps/unix/sysv/linux/bits/socket.h: Likewise.
65113         * sysdeps/unix/sysv/linux/bits/sys_errlist.h: Likewise.
65114         * sysdeps/unix/sysv/linux/bits/uio.h: Likewise.
65115         * sysdeps/unix/sysv/linux/i386/glob64.c: Likewise.
65116         * sysdeps/unix/sysv/linux/i386/olddirent.h: Likewise.
65117         * sysdeps/unix/sysv/linux/preadv.c: Likewise.
65118         * sysdeps/unix/sysv/linux/prlimit.c: Likewise.
65119         * sysdeps/unix/sysv/linux/pwritev.c: Likewise.
65120         * sysdeps/unix/sysv/linux/readv.c: Likewise.
65121         * sysdeps/unix/sysv/linux/s390/s390-32/utmp-convert.h: Likewise.
65122         * sysdeps/unix/sysv/linux/s390/s390-32/utmpx32.h: Likewise.
65123         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
65124         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c: Likewise.
65125         * sysdeps/unix/sysv/linux/sparc/sparc64/sigaction.c: Likewise.
65126         * sysdeps/unix/sysv/linux/sparc/sys/epoll.h: Likewise.
65127         * sysdeps/unix/sysv/linux/sparc/sys/timerfd.h: Likewise.
65128         * sysdeps/unix/sysv/linux/sys/acct.h: Likewise.
65129         * sysdeps/unix/sysv/linux/sys/epoll.h: Likewise.
65130         * sysdeps/unix/sysv/linux/sys/mount.h: Likewise.
65131         * sysdeps/unix/sysv/linux/sys/swap.h: Likewise.
65132         * sysdeps/unix/sysv/linux/sys/timerfd.h: Likewise.
65133         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Likewise.
65134         * sysdeps/x86_64/fpu/bits/fenv.h: Likewise.
65135         * sysdeps/x86_64/strcasecmp_l-nonascii.c: Likewise.
65136         * sysdeps/x86_64/strncase_l-nonascii.c: Likewise.
65137         * sysvipc/sys/ipc.h: Likewise.
65138         * sysvipc/sys/msg.h: Likewise.
65139         * sysvipc/sys/sem.h: Likewise.
65140         * sysvipc/sys/shm.h: Likewise.
65141         * termios/termios.h: Likewise.
65142         * time/sys/time.h: Likewise.
65143         * time/time.h: Likewise.
65144         * wcsmbs/bits/wchar2.h: Likewise.
65145         * wcsmbs/uchar.h: Likewise.
65146         * wcsmbs/wchar.h: Likewise.
65147         * wctype/wctype.h: Likewise.
65149         [BZ #13551]
65150         * Makeconfig: Remove all but ELF support including AIX support.
65151         * Makerules: Likewise.
65152         * config.h.in: Likewise.
65153         * config.make.in: Likewise.
65154         * configure: Likewise.
65155         * configure.in: Likewise.
65156         * csu/Makefile: Likewise.
65157         * csu/version.c: Likewise.
65158         * debug/Makefile: Likewise.
65159         * dlfcn/Makefile: Likewise.
65160         * elf/Makefile: Likewise.
65161         * extra-lib.mk: Likewise.
65162         * iconv/Makefile: Likewise.
65163         * include/libc-symbols.h: Likewise.
65164         * include/shlib-compat.h: Likewise.
65165         * resolv/Makefile: Likewise.
65166         * resolv/res_libc.c: Likewise.
65167         * rt/Makefile: Likewise.
65168         * sysdeps/i386/asm-syntax.h: Likewise.
65169         * sysdeps/i386/sysdep.h: Likewise.
65170         * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h: Likewise.
65171         * sysdeps/mach/sysdep.h: Likewise.
65172         * sysdeps/powerpc/powerpc32/Makefile: Likewise.
65173         * sysdeps/powerpc/powerpc64/Makefile: Likewise.
65174         * sysdeps/s390/asm-syntax.h: Likewise.
65175         * sysdeps/s390/s390-32/sysdep.h: Likewise.
65176         * sysdeps/s390/s390-64/sysdep.h: Likewise.
65177         * sysdeps/sh/sysdep.h: Likewise.
65178         * sysdeps/unix/sparc/sysdep.h: Likewise.
65179         * sysdeps/wordsize-32/divdi3.c: Likewise.
65180         * sysdeps/x86_64/sysdep.h: Likewise.
65182         * argp/Versions: Remove _argp_unlock_xxx.
65184         [BZ #13559]
65185         * abilist/ld.abilist: Update.  Adjust for removal of tls option.
65186         * abilist/libBrokenLocale.abilist: Likewise.
65187         * abilist/libanl.abilist: Likewise.
65188         * abilist/libc.abilist: Likewise.
65189         * abilist/libcrypt.abilist: Likewise.
65190         * abilist/libdl.abilist: Likewise.
65191         * abilist/libm.abilist: Likewise.
65192         * abilist/libnsl.abilist: Likewise.
65193         * abilist/libpthread.abilist: Likewise.
65194         * abilist/libresolv.abilist: Likewise.
65195         * abilist/librt.abilist: Likewise.
65196         * abilist/libthread_db.abilist: Likewise.
65197         * abilist/libutil.abilist: Likewise.
65198         * abilist/libnss_db.abilist: New file.
65200         * scripts/abilist.awk: Add support for indirect functions.
65202         * sysdeps/unix/sysv/linux/configure.in: Remove m68k support.
65204         * sysdeps/generic/ldsodefs.h: Remove Alpha support.
65206         * shlib-versions: Remove entries for ports architectures.
65208         * elf/tls-macros.h: Remove support for Alpha and IA-64.  Should be in
65209         files in ports.
65210         * elf/stackguard-macros.h: Remove support for IA-64.
65211         * elf/tst-auditmod1.c: Likewise.
65212         * sysdeps/generic/ldsodefs.h: Likewise.
65214         * sysdeps/unix/sysv/linux/configure.in: Ports should define
65215         libc_cv_gcc_unwind_find_fde and arch_minimum_kernel in their
65216         configure files.
65218         [BZ #13552]
65219         * configure.in: Remove --enable-omitfp support.
65220         * FAQ.in: Adjust.
65221         * config.make.in: Likewise.
65222         * Makeconfig: Likewise.
65223         * manual/install.texi: Likewise.
65225         In case anyone cares, the IA-64 architecture could move to ports.
65226         * sysdeps/ia64/*: Removed.
65227         * sysdeps/unix/sysv/linux/ia64/*: Removed.
65228         * sysdeps/unix/sysv/linux/kernel-features.h: Remove IA-64 support.
65230         [BZ #13555]
65231         * configure.in: Remove entries for unsupported architectures.
65233         [BZ #13533]
65234         * iconv/gconv_builtin.h: Use CHAR16 for the char16_t conversions.
65235         * iconv/gconv_simple.c: Rename char16_t routines.  Add char16_t<->utf8
65236         routines.
65237         * iconv/gconv_int.h: Adjust prototypes for char16_t routines.
65238         * iconv/iconv_prog.c: Recognize CHAR16 as internal name.
65239         * wcsmbs/c16rtomb.c: Fix a few problems.  Disable all the code and
65240         fall back to using wcrtomb.
65241         * wcsmbs/mbrtoc16.: Fix implementation to handle real conversions.
65242         * wcsmbs/wcsmbsload.c: Make char16 routines optional.  Adjust for
65243         renaming.
65244         * wcsmbs/Makefile (tests): Add tst-c16c32-1:
65245         * wcsmbs/tst-c16c32-1.c: New file.
65247         * wcsmbs/wcrtomb.c: Use MB_LEN_MAX instead of MB_CUR_MAX for sizing
65248         local variable.
65250         * libio/stdio.h: Do not declare gets at all for _GNU_SOURCE.
65252         * elf/tst-unique3.cc: Add explicit declaration of gets.
65253         * elf/tst-unique3lib.cc: Likewise.
65254         * elf/tst-unique3lib2.cc: Likewise.
65255         * elf/tst-unique4.cc: Likewise.
65257         * string/test-strcpy.c (do_one_test): Fix format string for WIDE use.
65259 2012-01-06  Joseph Myers  <joseph@codesourcery.com>
65261         [BZ #13566]
65262         * assert/assert.h (static_assert): Don't define for C++.
65263         * libio/stdio.h (gets): Do declare for C++ <= C++11.
65264         * wcsmbs/uchar.h (char16_t, char32_t): Don't typedef for C++11.
65266 2012-01-03  Ulrich Drepper  <drepper@gmail.com>
65268         * iconv/loop.c (single loop): Fix assertion in storing of
65269         remaining bytes.
65271         * posix/regcomp.c (init_word_char): Optimize a bit for sane encodings.
65273 2012-01-01  Ulrich Drepper  <drepper@gmail.com>
65275         * posix/getconf.c: Update copyright year.
65276         * nss/getent.c: Likewise.
65277         * nss/makedb.c: Likewise.
65278         * iconv/iconvconfig.c: Likewise.
65279         * iconv/iconv_prog.c: Likewise.
65280         * elf/ldconfig.c: Likewise.
65281         * elf/pldd.c: Likewise.
65282         * elf/sotruss.ksh: Likewise.
65283         * catgets/gencat.c: Likewise.
65284         * csu/version.c: Likewise.
65285         * elf/ldd.bash.in: Likewise.
65286         * elf/sprof.c (print_version): Likewise.
65287         * locale/programs/locale.c: Likewise.
65288         * locale/programs/localedef.c: Likewise.
65289         * login/programs/pt_chown.c: Likewise.
65290         * nscd/nscd.c (print_version): Likewise.
65291         * debug/xtrace.sh: Likewise.
65292         * malloc/memusage.sh: Likewise.
65293         * malloc/mtrace.pl: Likewise.
65294         * debug/catchsegv.sh: Likewise.
65296 2011-12-30  Jakub Jelinek  <jakub@redhat.com>
65298         * posix/regex_internal.c (re_string_fetch_byte_case): Remove
65299         pure attribute.
65301 2011-12-24  Ulrich Drepper  <drepper@gmail.com>
65303         [BZ #13533]
65304         * iconv/gconv_simple.c: Add ASCII<->UTF-16 transformations.
65305         * iconv/gconv_builtin.h: Add entries for internal ASCII<->UTF-16
65306         transformations.
65307         * iconv/gconv_int.h: Likewise.
65308         * wcsmbs/Makefile (routines): Add mbrtoc16 and c16rtomb.
65309         * wcsmbs/Versions: Export mbrtoc16, c16rtomb, mbrtoc32, c32rtomb
65310         from libc for GLIBC_2.16.
65311         * wcsmbs/mbrtowc.c: Define mbrtoc32 alias.
65312         * wcsmbs/wcrtomb.c: Define c32rtomb alias.
65313         * wcsmbs/uchar.h: Really define mbstate_t.
65314         * wcsmbs/wchar.h: Allow defining mbstate_t in uchar.h.
65315         * wcsmbs/c16rtomb.c: New file.
65316         * wcsmbs/mbrtoc16.c: New file.
65317         * wcsmbs/wcsmbsload.c: Add static definitions for c16 conversions
65318         for C/POSIX locale.
65319         (__wcsmbs_load_conv): Do not fill in c16 routines yet.
65320         * wcsmbs/wcsmbsload.h (gconv_fcts): Add entries for c16 routines.
65322         * wcsmbs/wchar.h: Add missing __restrict.
65324 2011-12-23  Ulrich Drepper  <drepper@gmail.com>
65326         [BZ #13532]
65327         * time/Makefile (routines): Add timespec_get.
65328         * time/Versions: Export timespec_get from libc for GLIBC_2.16.
65329         * time/time.h: Define TIME_UTC and declare timespec_get.  Define
65330         timespec for ISO C11.
65331         * time/timespec_get.c: New file.
65332         * sysdeps/unix/sysv/linux/timespec_get.c: New file.
65333         * sysdeps/unix/sysv/linux/x86_64/timespec_get.c: New file.
65335         [BZ #13531]
65336         * malloc/malloc.c: Define alias aligned_alloc for public_mEMALIGn.
65337         * stdlib/stdlib.h: Declare aligned_alloc.
65338         * Versions.def: Add GLIBC_2.16 for libc.
65339         * malloc/Versions: Export aligned_alloc from libc for GLIBC_2.16.
65341         [BZ 13527]
65342         * stdlib/stdlib.h: Make at_quick_exit and quick_exit available for
65343         ISO C11.
65345         * include/features.h: Define __USE_ISOCXX11 when compiling ISO C++11
65346         code.
65348         [BZ #13528]
65349         * libio/stdio.h: Do not declare gets for ISO C11 and _GNU_SOURCE.
65351         [BZ #13529]
65352         * assert/assert.h (static_assert): Define.
65354         * version.h: Update for 2.16 development version.
65356         [BZ #13526]
65357         * include/features.h: Handle __STDC_VERSION__ >= 201112 and
65358         _ISOC11_SOURCE.
65360         * version.h (RELEASE): Bump for 2.15 release.
65361         * include/features.h (__GLIBC_MINOR__): Bump to 15.
65363         * sysdeps/x86_64/dl-machine.h: Fix typos in comments.
65364         Patch by Marek Polacek <mpolacek@redhat.com>.
65366         * bits/byteswap.h: Protect long long constants with __extension__.
65367         * sysdeps/i386/bits/byteswap.h: Likewise.
65368         * sysdeps/ia64/bits/byteswap.h: Likewise.
65369         * sysdeps/s390/bits/byteswap.h: Likewise.
65370         * sysdeps/x86_64/bits/byteswap.h: Likewise.
65372 2011-12-23  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
65374         [BZ #13540]
65375         * sysdeps/x86_64/multiarch/strcpy-ssse3.S: Fix overrun in
65376         destination buffer.
65377         * sysdeps/x86_64/multiarch/wcscpy-ssse3.S: Likewise.
65379 2011-12-23  Marek Polacek  <polacek@redhat.com>
65381         * elf/dl-addr.c (determine_info): Add inline keyword.
65382         * elf/tst-auditmod4b.c (check_avx): Likewise.
65383         * elf/tst-auditmod6b.c (check_avx): Likewise.
65384         * elf/tst-auditmod6c.c (check_avx): Likewise.
65385         * elf/tst-auditmod7b.c (check_avx): Likewise.
65387 2011-12-23  Ulrich Drepper  <drepper@gmail.com>
65389         * sysdeps/i386/fpu/bits/fenv.h (feraiseexcept): Also enable for
65390         !__SSE_MATH__.
65392 2011-12-23  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
65394         [BZ #13540]
65395         * sysdeps/i386/i686/multiarch/wcscpy-ssse3.S: Fix wrong copying
65396         processing for last bytes.
65398 2011-08-06  Bruno Haible  <bruno@clisp.org>
65400         [BZ #13061]
65401         * iconvdata/cp1258.c (comp_table_data): Combine U+00A8 U+0301 to
65402         U+0385, not to U+1FEE.
65404         [BZ #13062]
65405         * iconvdata/tcvn5712-1.c (comp_table_data): Remove useless and wrong
65406         entry for U+00A5 U+0301.
65408 2011-12-22  Ulrich Drepper  <drepper@gmail.com>
65410         [BZ #13166]
65411         * inet/getnameinfo.c (getnameinfo): Return EAI_OVERFLOW if the
65412         buffer for the output is too small.
65414         * sysdeps/i386/fpu/bits/fenv.h [__SSE_MATH__]: Add feraiseexcept
65415         optimization.
65417         [BZ #13185]
65418         * sysdeps/i386/fpu/fgetexcptflg.c (__fegetexceptflag): Also return
65419         SSE flags if possible.
65421 2011-12-22  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
65423         [BZ #13540]
65424         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: Fix wrong copying
65425         processing for last bytes.
65427 2011-12-22  Joseph Myers  <joseph@codesourcery.com>
65429         * sysdeps/unix/sysv/linux/Makefile (syscall-list-variants)
65430         (syscall-list-default-options, syscall-list-default-condition)
65431         (syscall-list-includes): Define.
65432         ($(objpfx)syscall-%.h $(objpfx)syscall-%.d): Support arbitrary
65433         list of ABIs and options and #if conditions for each ABI.  Do not
65434         handle common syscalls between ABIs specially.
65435         * sysdeps/unix/sysv/linux/powerpc/Makefile (64bit-predefine):
65436         Remove.
65437         (syscall-list-variants, syscall-list-32bit-options)
65438         (syscall-list-32bit-condition, syscall-list-64bit-options)
65439         (syscall-list-64bit-condition): Define.
65440         * sysdeps/unix/sysv/linux/s390/Makefile (64bit-predefine): Remove.
65441         (syscall-list-variants, syscall-list-32bit-options)
65442         (syscall-list-32bit-condition, syscall-list-64bit-options)
65443         (syscall-list-64bit-condition): Define.
65444         * sysdeps/unix/sysv/linux/sparc/Makefile (64bit-predefine):
65445         Remove.
65446         (syscall-list-variants, syscall-list-32bit-options)
65447         (syscall-list-32bit-condition, syscall-list-64bit-options)
65448         (syscall-list-64bit-condition): Define.
65449         * sysdeps/unix/sysv/linux/x86_64/Makefile (64bit-predefine):
65450         Remove.
65451         (syscall-list-variants, syscall-list-32bit-options)
65452         (syscall-list-32bit-condition, syscall-list-64bit-options)
65453         (syscall-list-64bit-condition): Define.
65455 2011-12-22  Ulrich Drepper  <drepper@gmail.com>
65457         * locale/iso-639.def: Add brx entry.
65459         [BZ #13328]
65460         * malloc/mtrace.c (tr_freehook): Avoid unnecessary unlock/lock.
65461         Proposed by Mariusz_Cukr <marcukr@op.pl>.
65463         * sysdeps/x86_64/fpu/bits/fenv.h: Use __REDIRECT_NTH for
65464         __feraiseexcept_renamed.
65466 2011-12-21  Ulrich Drepper  <drepper@gmail.com>
65468         [BZ #13538]
65469         * sysdeps/unix/sysv/linux/sys/epoll.h: Initialize EPOLLONESHOT and
65470         EPOLLET with unsigned values.
65471         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Likewise.
65472         * sysdeps/unix/sysv/linux/sparc/sys/epoll.h: Likewise.
65474         * math/s_cacosh.c: Use Kahan's formula if the subtraction could lead
65475         to large cancellation.
65476         * math/s_cacoshf.c: Likewise.
65477         * math/s_cacoshl.c: Likewise.
65479 2011-11-18  Richard B. Kreckel  <kreckel@ginac.de>
65481         [BZ #13305]
65482         [BZ #12786]
65483         * math/s_cacosh.c: Fix rare miscomputation in cacosh().
65484         * math/s_cacoshf.c: Likewise.
65485         * math/s_cacoshl.c: Likewise.
65487 2011-12-21  Ulrich Drepper  <drepper@gmail.com>
65489         [BZ #13439]
65490         * iconv/gconv.h: Define __GCONV_SWAP.
65491         * iconvdata/unicode.c: The swap bit must be stored in __flags.
65492         * iconvdata/utf-16.c: Likewise.
65493         * iconvdata/utf-32.c: Likewise.
65495 2011-12-21  Andreas Schwab  <schwab@linux-m68k.org>
65497         [BZ #13524]
65498         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Clear lowest limb of
65499         numerator after shifting it by one limb.
65501 2011-12-19  Rafael Ávila de Espíndola  <rafael.espindola@gmail.com>
65503         * sysdeps/x86_64/fpu/bits/fenv.h (feraiseexcept): Define it only
65504         under [__USE_EXTERN_INLINES].
65506 2011-12-17  Ulrich Drepper  <drepper@gmail.com>
65508         [BZ #13446]
65509         * stdio-common/vfprintf.c (vfprintf): Fix extension of specs array.
65511 2011-11-22  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
65513         * sysdeps/powerpc/Makefile: Added locale-defines.sym generation.
65514         * sysdeps/powerpc/locale-defines.sym: Locale definitions for strcasecmp
65515         optimized code.
65516         * sysdeps/powerpc/powerpc32/power7/Makefile: New file.
65517         * sysdeps/powerpc/powerpc32/power7/strcasecmp.S: New file.
65518         * sysdeps/powerpc/powerpc32/power7/strcasecmp_l.S: New file.
65519         * sysdeps/powerpc/powerpc64/power7/Makefile: Added unroll-loop option
65520         for strncasecmp/strncasecmp_l compilation.
65521         * sysdeps/powerpc/powerpc64/power7/strcasecmp.S: New file.
65522         * sysdeps/powerpc/powerpc64/power7/strcasecmp_l.S: New file.
65524 2011-12-08  Marek Polacek  <mpolacek@redhat.com>
65526         [BZ #13484]
65527         * math/bits/math-finite.h: Use __REDIRECT_NTH and __NTH instead
65528         of __asm__.
65530 2011-12-17  Ulrich Drepper  <drepper@gmail.com>
65532         [BZ #13506]
65533         * time/tzfile.c (__tzfile_read): Check values from file header.
65535 2011-11-21  Will Schmidt  <will_schmidt@vnet.ibm.com>
65537         * powerpc/powerpc32/sysdep.h: Define SETUP_GOT_ACCESS() macro.
65538         * powerpc/powerpc32/a2/memcpy.S: Use SETUP_GOT_ACCESS() macro.
65539         * powerpc/powerpc32/dl-start.S: Likewise.
65540         * powerpc/powerpc32/elf/start.S: Likewise.
65541         * powerpc/powerpc32/fpu/__longjmp-common.S: Likewise.
65542         * powerpc/powerpc32/fpu/s_ceil.S: Likewise.
65543         * powerpc/powerpc32/fpu/s_ceilf.S: Likewise.
65544         * powerpc/powerpc32/fpu/s_floor.S: Likewise.
65545         * powerpc/powerpc32/fpu/s_floorf.S: Likewise.
65546         * powerpc/powerpc32/fpu/s_lround.S: Likewise.
65547         * powerpc/powerpc32/fpu/s_rint.S: Likewise.
65548         * powerpc/powerpc32/fpu/s_rintf.S: Likewise.
65549         * powerpc/powerpc32/fpu/s_round.S: Likewise.
65550         * powerpc/powerpc32/fpu/s_roundf.S: Likewise.
65551         * powerpc/powerpc32/fpu/s_trunc.S: Likewise.
65552         * powerpc/powerpc32/fpu/s_truncf.S: Likewise.
65553         * powerpc/powerpc32/fpu/setjmp-common.S: Likewise.
65554         * powerpc/powerpc32/memset.S: Likewise.
65555         * powerpc/powerpc32/power4/fpu/s_llround.S: Likewise.
65556         * powerpc/powerpc32/power4/fpu/w_sqrt.S: Likewise.
65557         * powerpc/powerpc32/power4/fpu/w_sqrtf.S: Likewise.
65558         * powerpc/powerpc32/power5/fpu/w_sqrt.S: Likewise.
65559         * powerpc/powerpc32/power5/fpu/w_sqrtf.S: Likewise.
65560         * powerpc/powerpc32/power7/fpu/s_finite.S: Likewise.
65561         * powerpc/powerpc32/power7/fpu/s_isinf.S: Likewise.
65562         * powerpc/powerpc32/power7/fpu/s_isnan.S: Likewise.
65563         * unix/sysv/linux/powerpc/powerpc32/____longjmp_chk.S: Likewise.
65564         * unix/sysv/linux/powerpc/powerpc32/brk.S: Likewise.
65565         * unix/sysv/linux/powerpc/powerpc32/getcontext-common.S: Likewise.
65566         * unix/sysv/linux/powerpc/powerpc32/setcontext-common.S: Likewise.
65567         * unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S: Likewise.
65569 2011-11-18  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
65571         * math/libm-test.inc: Added more nearbyint tests.
65572         * sysdeps/powerpc/powerpc32/fpu/s_nearbyint.S: New file.
65573         * sysdeps/powerpc/powerpc32/fpu/s_nearbyintf.S: New file.
65574         * sysdeps/powerpc/powerpc64/fpu/s_nearbyint.S: New file.
65575         * sysdeps/powerpc/powerpc64/fpu/s_nearbyintf.S: New file.
65577 2011-11-21  Ross Lagerwall  <rosslagerwall@gmail.com>
65579         * resolv/res_init.c (__res_vinit): Open /etc/resolv.conf with
65580         FD_CLOEXEC.
65582 2011-11-14  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
65584         * sysdeps/x86_64/multiarch/Makefile [subdir=wcsmbs] (sysdep_routines):
65585         Add wcscpy-ssse3 wcscpy-c.
65586         * sysdeps/x86_64/multiarch/wcscpy-ssse3.S: New file.
65587         * sysdeps/x86_64/multiarch/wcscpy-c.c: New file.
65588         * sysdeps/x86_64/multiarch/wcscpy.S: New file.
65589         * sysdeps/x86_64/wcschr.S: New file.
65590         * sysdeps/x86_64/wcsrchr.S: New file.
65591         * string/test-strcmp.c: Remove checking of wcscmp function for
65592         wrong alignments.
65593         * sysdeps/i386/i686/multiarch/Makefile [subdir=wcsmbs]
65594         (sysdep_routines): Add wcscpy-ssse3 wcscpy-c wcschr-sse2 wcschr-c
65595         wcsrchr-sse2 wcsrchr-c.
65596         * sysdeps/i386/i686/multiarch/wcschr.S: New file.
65597         * sysdeps/i386/i686/multiarch/wcschr-c.c: New file.
65598         * sysdeps/i386/i686/multiarch/wcschr-sse2.S: New file.
65599         * sysdeps/i386/i686/multiarch/wcsrchr.S: New file.
65600         * sysdeps/i386/i686/multiarch/wcsrchr-c.c: New file.
65601         * sysdeps/i386/i686/multiarch/wcsrchr-sse2.S: New file.
65602         * sysdeps/i386/i686/multiarch/wcscpy.S: New file.
65603         * sysdeps/i386/i686/multiarch/wcscpy-c.c: New file.
65604         * sysdeps/i386/i686/multiarch/wcscpy-ssse3.S: New file.
65605         * wcsmbc/wcschr.c (WCSCHR): New macro.
65607 2011-11-17  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
65609         * wcsmbs/Makefile (strop-tests): Add wcsrchr wcscpy.
65610         * wcsmbs/test-wcsrchr.c: New file.
65611         * string/test-strrchr.c: Add wcsrchr support.
65612         (WIDE): New macro.
65613         * wcsmbs/test-wcscpy.c: New file.
65614         * string/test-strcpy.c: Add wcscpy support.
65615         (WIDE): New macro.
65617 2011-12-10  Ulrich Drepper  <drepper@gmail.com>
65619         * sysdeps/generic/dl-hash.h (_dl_elf_hash): Lift one operation out of
65620         the inner loop.
65622 2011-12-06  Andreas Schwab  <schwab@linux-m68k.org>
65624         [BZ #13472]
65625         * sysdeps/powerpc/fpu/e_hypot.c (twoM600): Correct value.
65627 2011-12-04  Ulrich Drepper  <drepper@gmail.com>
65629         * sysdeps/generic/dl-hash.h (_dl_elf_hash): Fix attribute.
65630         Minor optimizations.
65632         * sunrpc/clnt_unix.c (clntunix_control): Fix aliasing issues.
65633         * sunrpc/clnt_tcp.c (clnttcp_control): Likewise.
65634         * sunrpc/clnt_udp.c (clntudp_call): Likewise.
65636 2011-12-03  Ulrich Drepper  <drepper@gmail.com>
65638         * inet/netinet/in.h: Provide versions of IN6_IS_ADDR_UNSPECIFIED,
65639         IN6_IS_ADDR_LOOPBACK, IN6_IS_ADDR_LINKLOCAL, IN6_IS_ADDR_SITELOCAL,
65640         IN6_IS_ADDR_V4MAPPED, IN6_IS_ADDR_V4COMPAT, and IN6_ARE_ADDR_EQUAL
65641         for gcc to avoid warnings.
65642         * inet/Makefile (tests): Add tst-checks.
65643         * inet/tst-checks.c: New file.
65645         * sysdeps/generic/dl-hash.h (_dl_elf_hash): Add attribute to avoid
65646         warning.
65648         * sysdeps/x86_64/multiarch/wmemcmp-c.c: Provide prototype for
65649         __wmemcmp_sse2.
65651         * sysdeps/x86_64/fpu/s_scalbln.c: Removed.
65652         * sysdeps/x86_64/fpu/s_scalbn.c: Removed.
65654         * malloc/mcheck.h: Fix use of incorrect encoding in comment.
65656 2011-12-02  Ulrich Drepper  <drepper@gmail.com>
65658         * nis/nis_findserv.c (__nis_findfastest_with_timeout): Avoid aliasing
65659         problem.
65661         * nscd/aicache.c (addhstaiX): Avoid unused variable warning.
65663 2011-11-29  Joseph Myers  <joseph@codesourcery.com>
65665         * sysdeps/unix/sysv/linux/sh/bits/atomic.h (rNOSP): Define
65666         conditional on GCC version.
65667         (__arch_compare_and_exchange_val_8_acq)
65668         (__arch_compare_and_exchange_val_16_acq)
65669         (__arch_compare_and_exchange_val_32_acq, atomic_exchange_and_add)
65670         (atomic_add, atomic_add_negative, atomic_add_zero, atomic_bit_set)
65671         (atomic_bit_test_set): Use rNOSP instead of "r" constraints.
65673 2011-12-02  Joseph Myers  <joseph@codesourcery.com>
65675         * sysdeps/sh/backtrace.c: New file.
65677 2011-12-02  Andreas Schwab  <schwab@redhat.com>
65679         * misc/bits/select2.h (__FD_ELT): Mark as extension.  Add
65680         parenthesis.
65682 2011-12-01  Andreas Schwab  <schwab@redhat.com>
65684         * sysdeps/unix/sysv/linux/futimes.c: Truncate time values when
65685         falling back to utime.
65687 2011-11-30  Andreas Schwab  <schwab@redhat.com>
65689         * sysdeps/s390/fpu/libm-test-ulps: Relax cpow (2 + 3 i, 4 + 0 i)
65690         expectations for float.
65692 2011-11-29  Andreas Schwab  <schwab@redhat.com>
65694         * locale/weight.h (findidx): Add parameter len.
65695         * locale/weightwc.h (findidx): Likewise.
65696         * posix/fnmatch_loop.c (FCT): Adjust caller.
65697         * posix/regcomp.c (build_equiv_class): Likewise.
65698         * posix/regex_internal.h (re_string_elem_size_at): Likewise.
65699         * posix/regexec.c (check_node_accept_bytes): Likewise.
65700         * string/strcoll_l.c (STRCOLL): Likewise.
65701         * string/strxfrm_l.c (STRXFRM): Likewise.
65703 2011-11-17  Ulrich Drepper  <drepper@gmail.com>
65705         * Makefile.in: Remove CVSOPT handling.
65706         * configure.in: Remove use of AC_REVISION.
65707         * iconvdata/Makefile (distribute): No need to filter out CVS.
65708         * scripts/list-sources.sh: Remove CVS, subversion and monotone
65709         handling.
65711 2011-11-16  Andreas Schwab  <schwab@redhat.com>
65713         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S
65714         [USE_AS_STRCASECMP_L]: Fix argument offsets for non-PIC.
65715         [USE_AS_STRNCASECMP_L]: Likewise.
65716         (__strcasecmp_ssse3, __strncasecmp_ssse3): Handle
65717         NO_TLS_DIRECT_SEG_REFS.
65718         * sysdeps/i386/i686/multiarch/strcmp-sse4.S [USE_AS_STRCASECMP_L]:
65719         Fix argument offsets for non-PIC.
65720         [USE_AS_STRNCASECMP_L]: Likewise.
65721         (__strcasecmp_sse4_2, __strncasecmp_sse4_2): Handle
65722         NO_TLS_DIRECT_SEG_REFS.
65724 2011-11-15  Ulrich Drepper  <drepper@gmail.com>
65726         * locale/loadarchive.c (_nl_load_locale_from_archive): Open files with
65727         O_CLOEXEC.
65728         * locale/loadlocale.c (_nl_load_locale): Likewise.
65730 2011-11-15  Andreas Schwab  <schwab@redhat.com>
65732         * sysdeps/unix/sysv/linux/clock_gettime.c (SYSDEP_GETTIME_CPU)
65733         [__ASSUME_POSIX_CPU_TIMERS > 0]: Assign to retval and break.
65734         * sysdeps/unix/sysv/linux/x86_64/clock_gettime.c
65735         (SYSCALL_GETTIME): Set errno on error.
65737         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Properly
65738         count references to noai6ai_cached.
65740 2011-11-15  Ulrich Drepper  <drepper@gmail.com>
65742         * time/getdate.c (__getdate_r): Set FD_CLOEXEC for given file.
65744         * sysdeps/unix/sysv/linux/readonly-area.c (__readonly_area): Set
65745         FD_CLOEXEC for /proc/self/maps.
65747         * sysdeps/unix/sysv/linux/getsysstats.c (phys_pages_info): Set
65748         FD_CLOEXEC for /proc/meminfo.
65750         * sysdeps/posix/getaddrinfo.c (gaiconf_init): Set FD_CLOEXEC for
65751         gai.conf.
65753         * resolv/res_query.c (res_hostalias):  Don't allow cancellation and set
65754         FD_CLOEXEC for given file.
65756         * resolv/res_hconf.c (do_init): Set FD_CLOEXEC for host.conf.
65758         * resolv/gethnamaddr.c (_sethtent): Don't allow cancellation and set
65759         FD_CLOEXEC for /etc/hosts.
65760         (_gethtent): Likewise.
65762         * nss/nsswitch.c (nss_parse_file): Set FD_CLOEXEC.
65764         * nss/nss_files/files-netgrp.c (_nss_files_setnetgrent): Don't allow
65765         cancellation and set FD_CLOEXEC for /etc/netgroup.
65767         * nss/nss_files/files-key.c (search): Don't allow cancellation when
65768         reading /etc/publickey.
65770         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn): Don't
65771         allow cancellation when reading /etc/group.
65773         * nss/nss_files/files-alias.c (internal_setent): Don't allow
65774         cancellation.
65775         (get_next_alias): Likewise for included file.  Also set FD_CLOEXEC.
65777         * nss/nss_files/files-XXX.c (internal_setent): Don't allow cancellation
65778         when using data file.
65780         * nis/nss-default.c (init): Set FD_CLOEXEC for /etc/default/nss.
65782         * nis/nis_file.c (read_nis_obj): Set FD_CLOEXEC.
65783         (write_nis_obj): Use "c" and "e" in fopen.
65785         * misc/mntent_r.c (__setmntent): Also append e to fopen format.
65787         * misc/getusershell.c (initshells): Set FD_CLOEXEC for /etc/shells.
65789         * misc/getttyent.c (setttyent): Set FD_CLOEXEC.
65791         * misc/getpass.c (getpass): Set FD_CLOEXEC for /dev/tty.
65793         * intl/localealias.c (read_alias_file): Set FD_CLOEXEC for
65794         locale.alias.
65796         * inet/ruserpass.c (ruserpass): Set FD_CLOEXEC for .netrc.
65798         * inet/rcmd.c (iruserfopen): Set FD_CLOEXEC for hosts.equiv.
65800         * iconv/gconv_conf.c (read_conf_file): Set FD_CLOEXEC for config file.
65802         * hesiod/hesiod.c (parse_config_file): Prevent cancellation in config
65803         file parsing and set FD_CLOEXEC.
65805 2011-11-14  Ulrich Drepper  <drepper@gmail.com>
65807         * time/tzfile.c (__tzfile_read): Use "e" in fopen call.
65809 2011-11-14  Andreas Schwab  <schwab@redhat.com>
65811         * malloc/arena.c (arena_get2): Don't call reused_arena when
65812         _int_new_arena failed.
65814 2011-11-14  Ulrich Drepper  <drepper@gmail.com>
65816         * sysdeps/i386/i686/multiarch/Makefile [subdir=string]
65817         (sysdep_routines): Add strcasecmp_l-sse4 and strncase_l-sse4.
65818         * sysdeps/i386/i686/multiarch/strcasecmp.S: Re-enable SSE4.2 code.
65819         * sysdeps/i386/i686/multiarch/strcmp.S: Likewise.
65820         * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
65821         * sysdeps/i386/i686/multiarch/strcmp-sse4.S: Change to allow reuse
65822         to compile strcasecmp and strncasecmp.
65823         * sysdeps/i386/i686/multiarch/strcasecmp_l-sse4.S: New file.
65824         * sysdeps/i386/i686/multiarch/strncase_l-sse4.S: New file.
65826         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Use L macro consistently.
65828 2011-11-13  Ulrich Drepper  <drepper@gmail.com>
65830         * sysdeps/i386/i686/multiarch/Makefile [subdir=string]: Add
65831         locale-defines.sym to gen-as-const-headers.
65832         (sysdep_routines): Add strcasecmp_l-c, strcasecmp-c,
65833         strcasecmp_l-ssse3, strncase_l-c, strncase-c, and strncase_l-ssse3.
65834         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Change to allow reuse
65835         to compile strcasecmp and strncasecmp.
65836         * sysdeps/i386/i686/multiarch/strcmp.S: Allow to use for
65837         strcasecmp_l and strncasecmp_l.
65838         * sysdeps/i386/i686/multiarch/locale-defines.sym: New file.
65839         * sysdeps/i386/i686/multiarch/strcasecmp-c.c: New file.
65840         * sysdeps/i386/i686/multiarch/strcasecmp.S: New file.
65841         * sysdeps/i386/i686/multiarch/strcasecmp_l-c.c: New file.
65842         * sysdeps/i386/i686/multiarch/strcasecmp_l-ssse3.S: New file.
65843         * sysdeps/i386/i686/multiarch/strcasecmp_l.S: New file.
65844         * sysdeps/i386/i686/multiarch/strncase-c.c: New file.
65845         * sysdeps/i386/i686/multiarch/strncase.S: New file.
65846         * sysdeps/i386/i686/multiarch/strncase_l-c.c: New file.
65847         * sysdeps/i386/i686/multiarch/strncase_l-ssse3.S: New file.
65848         * sysdeps/i386/i686/multiarch/strncase_l.S: New file.
65850 2011-11-12  Ulrich Drepper  <drepper@gmail.com>
65852         * sysdeps/unix/clock_gettime.c (clock_gettime): No need to assign
65853         result of SYSDEP_GETTIME_CPU to retval.
65854         * sysdeps/unix/sysv/linux/clock_gettime.c (SYSDEP_GETTIME_CPU): Add
65855         parameter list to macro.  Remove trailing semicolon.  Adjust users.
65857         * resolv/getaddrinfo_a.c (getaddrinfo_a): Avoid warning about unused
65858         variable.
65860         * sysdeps/ieee754/ldbl-96/e_j0l.c (__ieee754_j0l): Avoid storing
65861         mantissa words.
65862         * sysdeps/ieee754/ldbl-96/e_j1l.c (__ieee754_j1l): Likewise.
65864         * sysdeps/ieee754/ldbl-96/e_hypotl.c (__ieee754_hypotl): Avoid warning
65865         from unused variable.
65867         * sysdeps/generic/sysdep.h: Clean up, pretty print, use dwarf2.h for
65868         DWARF definitions.
65869         * sysdeps/generic/dwarf2.h: Don't define enums when using the file
65870         for assembling.
65872         * elf/dl-iteratephdr.c [!SHARED] (__dl_iterate_phdr): Don't iterate
65873         over namespaces.
65875         * sunrpc/rpc_prot.c (rejected): Fix case value.
65877         * sysdeps/unix/sysv/linux/internal_statvfs.c (INTERNAL_STATVFS): Use
65878         unsigned long long int to avoid warnings in shift.
65880         * posix/regex_internal.c (re_string_reconstruct): Actually use result
65881         of use of trans.
65882         * posix/regex_internal.h (re_string_wchar_at): Remove temporary
65883         variable tmp.
65885         * sysdeps/i386/i686/multiarch/wcscmp-c.c: Avoid warning.
65886         * sysdeps/i386/i686/multiarch/wcslen-c.c: Likewise.
65887         * sysdeps/i386/i686/multiarch/wmemcmp-c.c: Likewise.
65889         * nis/nis_table.c (nis_list): Use variable of correct type for
65890         result of __follow_path call.
65892 2011-11-07  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
65894         * sysdeps/powerpc/fpu/math_private.h: Using inline assembly version
65895         of math functions ceil, trunc, floor, round, and sqrt, when
65896         avaliable on the platform.
65897         * sysdeps/powerpc/fpu/e_sqrt.c: Undefine __ieee754_sqrt to avoid
65898         name clash.
65899         * sysdeps/powerpc/fpu/e_sqrtf.c: Likewise.
65900         * sysdeps/powerpc/powerpc64/fpu/e_sqrt.c: Likewise.
65901         * sysdeps/powerpc/powerpc64/fpu/e_sqrtf.c: Likewise.
65903 2011-10-30  Marek Polacek  <mpolacek@redhat.com>
65905         * libio/wfileops.c (_IO_wfile_underflow_mmap): Remove unused variable.
65906         * sysdeps/ieee754/dbl-64/mpsqrt.c (__mpsqrt): Likewise.
65908 2011-11-11  Roland McGrath  <roland@hack.frob.com>
65910         * include/unistd.h: Fix __readlink return type.
65911         Reported by Chris Metcalf <cmetcalf@tilera.com>.
65913 2011-11-11  Ulrich Drepper  <drepper@gmail.com>
65915         * stdlib/ucontext.h: Undo last change for makecontext.
65917 2011-11-11  Andreas Schwab  <schwab@redhat.com>
65919         * nss/db-Makefile ($(VAR_DB)/group.db): Fix typo in awk script.
65921         * misc/sys/cdefs.h (__REDIRECT_NTHNL): Define.
65922         * setjmp/setjmp.h: Mark functions as non-leaf.
65923         * setjmp/bits/setjmp2.h: Likewise.
65924         * stdlib/ucontext.h: Likewise.
65926 2011-11-10  Andreas Schwab  <schwab@redhat.com>
65928         * malloc/arena.c (_int_new_arena): Don't increment narenas.
65929         (reused_arena): Don't check arena limit.
65930         (arena_get2): Atomically check arena limit.
65932 2011-11-08  Ulrich Drepper  <drepper@gmail.com>
65934         * locale/findlocale.c (_nl_find_locale): Use __strcasecmp_l.
65935         * intl/localealias.c (strcasecmp): Define using __strcasecmp_l.
65937         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Remove unnecessary
65938         instructions.
65940 2011-11-07  Andreas Schwab  <schwab@redhat.com>
65942         * libio/genops.c (_IO_flush_all_lockp): Only register cleanup
65943         handler when locking.
65945         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn):
65946         Fix size of allocated buffer.
65948 2011-11-04  Andreas Schwab  <schwab@redhat.com>
65950         [BZ #10103]
65951         * math/math.h [__NO_LONG_DOUBLE_MATH && !_LIBC]: Provide
65952         declarations for long double functions.
65953         * math/complex.h [__NO_LONG_DOUBLE_MATH && !_LIBC]: Likewise.
65955         * elf/sprof.c (load_shobj): Fix off-by-one when reading link name.
65957 2011-11-03  Andreas Schwab  <schwab@redhat.com>
65959         * nscd/nscd.c (main): Don't start AVC thread until credentials are
65960         installed.
65962         * nss/makedb.c (set_file_creation_context): Do nothing if SELinux
65963         is disabled.
65965 2011-11-02  Samuel Thibault  <samuel.thibault@ens-lyon.org>
65967         * bits/ioctl-types.h (_IOT_sgttyb): Set number of chars to 4.
65969 2011-11-01  Andreas Schwab  <schwab@linux-m68k.org>
65971         * include/alloca.h (stackinfo_alloca_round): Define.
65972         (extend_alloca): Use it.
65973         [_STACK_GROWS_UP]: Correct check for adjacent allocation.
65974         * elf/dl-deps.c (_dl_map_object_deps): Don't round alloca size
65975         here.
65977         * scripts/check-local-headers.sh: Ignore libaudit.h.
65979         * nscd/Makefile (extra-objs): Make recursively expanded.
65981 2011-11-01  Ulrich Drepper  <drepper@gmail.com>
65983         * sysdeps/x86_64/strcmp.S: Fix test for non-ASCII locales.
65984         * sysdeps/x86_64/multiarch/strcmp-sse42.S: Likewise.
65986         * posix/tst-rfc3484.c: Add missing __free_in6ai dummy function.
65987         * posix/tst-rfc3484-2.c: Likewise.
65988         * posix/tst-rfc3484-3.c: Likewise.
65990         * sysdeps/unix/sysv/linux/bits/uio.h: Declare process_vm_readv and
65991         process_vm_writev.
65992         * sysdeps/unix/sysv/linux/syscalls.list: Add process_vm_readv and
65993         process_vm_writev.
65994         * sysdeps/unix/sysv/linux/Versions: Export process_vm_readv and
65995         process_vm_writev from libc using GLIBC_2.15 version.
65997         * nscd/connections.c: Use kernel headers instead of <netlink/netlink.h>.
65999 2011-10-31  Paul Pluzhnikov  <ppluzhnikov@google.com>
66001         * elf/dl-deps.c (_dl_map_object_deps): Reuse alloca space to reduce
66002         stack usage.
66004 2011-10-31  Ulrich Drepper  <drepper@gmail.com>
66006         [BZ #13367]
66007         * nss/getent.c (initgroups_keys): Show error message in case no group
66008         names are given.
66010         * include/ifaddrs.h: Declare __free_in6ai and __bump_nl_timestamp.
66011         * inet/check_pf.c: Provide dummy versions of __free_in6ai and
66012         __bump_nl_timestamp.
66013         * nscd/connections (nscd_init): When host database is served open
66014         netlink socket and request notification about configuration changes.
66015         (main_loop_poll): Track netlink file descriptor and bump timestamp
66016         in case data becomes available.
66017         (main_loop_epoll): Likewise.
66018         * nscd/nscd-client.h (DB_VERSION): Bump to 2.
66019         (database_pers_head): Add extra_data fileds.
66020         Declare __nscd_get_mapping and __nscd_get_nl_timestamp.
66021         * nscd/nscd_gethst_r.c (__nscd_get_nl_timestamp): New function.
66022         * nscd/nscd_helper.c (__nscd_get_mapping): Renamed from get_mapping.
66023         Adjust caller.
66024         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Don't call free on
66025         in6ai data, call __free_in6ai.
66026         * sysdeps/unix/sysv/linux/Makefile [subdir=nscd] (sysdep-CFLAGS):
66027         Add -DHAVE_NETLINK.
66028         * sysdeps/unix/sysv/linux/check_pf.c: Major rewrite.  Cache the
66029         interface information.  Reuse previous data if netlink timestamp
66030         is not changed.
66031         (__bump_nl_timestamp): New function.
66032         (__free_in6ai): New function.
66034 2011-10-30  Ulrich Drepper  <drepper@gmail.com>
66036         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Don't call
66037         close_not_cancel_no_status here.
66038         (__check_pf): Reorganize code a bit to not call close twice if OOM.
66040 2011-10-29  Ulrich Drepper  <drepper@gmail.com>
66042         [BZ #13276]
66043         * malloc/malloc.c (munmap_chunk): Don't use assertion to check munmap
66044         return value.
66046         * posix/sys/wait.h: Mark wait3 and wait4 with __THROWNL.
66047         * libio/stdio.h: Mark sprintf, vsprintf snprintf, vsnprintf, vasprintf,
66048         asprintf, __asprintf, obstack_printf, obstack_vprintf with __THROWNL.
66050 2011-07-03  Andreas Jaeger  <aj@suse.de>
66052         [BZ #10709]
66053         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Fix incorrect rounding
66054         of sin. Patch suggested by Paul Zimmermann <zimmerma+gcc@loria.fr>.
66055         * math/libm-test.inc (sin_test): Add test case.
66057 2011-10-29  Ulrich Drepper  <drepper@gmail.com>
66059         [BZ #13337]
66060         * elf/sprof.c (load_shobj): Correctly NUL-terminate link name.
66061         Patch by Thomas Jarosch <thomas.jarosch@intra2net.com>.
66063         * elf/chroot_canon.c (chroot_canon): Cleanups.
66065         * elf/dl-lookup.c (_dl_setup_hash): Avoid warning.
66067         [BZ #13335]
66068         * elf/chroot_canon.c (chroot_canon): Fix readlink call.
66069         Patch by Thomas Jarosch <thomas.jarosch@intra2net.com>.
66071         * string/test-strchr.c: Make usable for strchrnul testing.
66072         * string/test-strchrnul.c: New file.
66073         * string/Makefile (strop-tests): Add strchrnul.
66075         * po/it.po: Update from translation team.
66076         * po/es.po: Likewise.
66078 2011-10-28  Ulrich Drepper  <drepper@gmail.com>
66080         * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu_tolower): Take
66081         the three constants needed as parameters.  Drop the others.
66082         (strcasestr_sse42): Load uclow, uchigh, and lcqword and pass to
66083         __m128i_strloadu_tolower.
66084         Create and initialize variable zero and use it in all the places
66085         where _mm_setzero_si128 was used.
66087         * sysdeps/x86_64/fpu/multiarch/Makefile: Don't build brandred-avx.c,
66088         doasin-avx.c, dosincos-avx.c, e_asin-avx.c, mpatan-avx.c,
66089         mpatan2-avx.c, mpsqrt-avx.c, mptan-avx.c, sincos32-avx.c.
66090         * sysdeps/x86_64/fpu/multiarch/e_asin.c: There are no _avx variants
66091         anymore.
66092         * sysdeps/x86_64/fpu/multiarch/e_atan2-avx.c: Don't redirect __mpatan2.
66093         * sysdeps/x86_64/fpu/multiarch/s_atan-avx.c: Don't redirect __mpatan.
66094         * sysdeps/x86_64/fpu/multiarch/s_sin-avx.c: Don't redirect __branred,
66095         __docos, __dubsin, __mpcos, __mpcos1, __mpsin, __mpsin1.
66096         * sysdeps/x86_64/fpu/multiarch/s_tan-avx.c: Don't redirect __branred,
66097         __mpranred, __mptan.
66098         * sysdeps/x86_64/fpu/multiarch/brandred-avx.c: Removed.
66099         * sysdeps/x86_64/fpu/multiarch/doasin-avx.c: Removed.
66100         * sysdeps/x86_64/fpu/multiarch/dosincos-avx.c: Removed.
66101         * sysdeps/x86_64/fpu/multiarch/e_asin-avx.c: Removed.
66102         * sysdeps/x86_64/fpu/multiarch/mpatan-avx.c: Removed.
66103         * sysdeps/x86_64/fpu/multiarch/mpatan2-avx.c: Removed.
66104         * sysdeps/x86_64/fpu/multiarch/mpsqrt-avx.c: Removed.
66105         * sysdeps/x86_64/fpu/multiarch/mptan-avx.c: Removed.
66106         * sysdeps/x86_64/fpu/multiarch/sincos32-avx.c: Removed.
66108 2011-10-28  Andreas Schwab  <schwab@redhat.com>
66110         * sysdeps/i386/i686/multiarch/strnlen-c.c (libc_hidden_def): Only
66111         redefine if SHARED.
66112         * sysdeps/i386/i686/multiarch/wcscmp-c.c (libc_hidden_def): Likewise.
66114         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Move
66115         wide char related routines to wcsmbs subdir.
66117 2011-10-27  Andreas Schwab  <schwab@redhat.com>
66119         [BZ #13344]
66120         * misc/sys/cdefs.h (__THROWNL): Define.
66121         * posix/unistd.h: Use __THREADNL instead of __THREAD
66122         for memory synchronization functions.
66124 2011-10-26  Roland McGrath  <roland@hack.frob.com>
66126         [BZ #13349]
66127         * libio/Versions (GLIBC_2.0): Remove open_obstack_stream, which
66128         doesn't exist.
66129         * manual/stdio.texi (Obstack Streams): Node removed.
66131 2011-10-26  Andreas Schwab  <schwab@redhat.com>
66133         * sysdeps/ieee754/flt-32/e_j0f.c: Fix use of math_force_eval.
66134         * sysdeps/ieee754/dbl-64/s_round.c: Likewise.
66135         * sysdeps/ieee754/flt-32/s_roundf.c: Likewise.
66137         * math/math_private.h (math_force_eval): Allow non-addressable
66138         arguments.
66139         * sysdeps/i386/fpu/math_private.h (math_force_eval): Likewise.
66141 2011-10-25  Ulrich Drepper  <drepper@gmail.com>
66143         * sysdeps/ieee754/dbl-64/e_rem_pio2.c: Comment everything out, the
66144         file is not needed.
66146         * sysdeps/x86_64/fpu/multiarch/e_asin.c: Support AVX variants.
66147         * sysdeps/x86_64/fpu/multiarch/e_atan2.c: Likewise.
66148         * sysdeps/x86_64/fpu/multiarch/e_exp.c: Likewise.
66149         * sysdeps/x86_64/fpu/multiarch/e_log.c: Likewise.
66150         * sysdeps/x86_64/fpu/multiarch/s_atan.c: Likewise.
66151         * sysdeps/x86_64/fpu/multiarch/s_sin.c: Likewise.
66152         * sysdeps/x86_64/fpu/multiarch/s_tan.c: Likewise.
66153         * sysdeps/x86_64/fpu/multiarch/Makefile: Fix some CFLAGS-* variables.
66154         Add AVX variants.
66155         * sysdeps/x86_64/fpu/multiarch/brandred-avx.c: New file.
66156         * sysdeps/x86_64/fpu/multiarch/doasin-avx.c: New file.
66157         * sysdeps/x86_64/fpu/multiarch/dosincos-avx.c: New file.
66158         * sysdeps/x86_64/fpu/multiarch/e_asin-avx.c: New file.
66159         * sysdeps/x86_64/fpu/multiarch/e_atan2-avx.c: New file.
66160         * sysdeps/x86_64/fpu/multiarch/e_exp-avx.c: New file.
66161         * sysdeps/x86_64/fpu/multiarch/e_log-avx.c: New file.
66162         * sysdeps/x86_64/fpu/multiarch/mpa-avx.c: New file.
66163         * sysdeps/x86_64/fpu/multiarch/mpatan-avx.c: New file.
66164         * sysdeps/x86_64/fpu/multiarch/mpatan2-avx.c: New file.
66165         * sysdeps/x86_64/fpu/multiarch/mpexp-avx.c: New file.
66166         * sysdeps/x86_64/fpu/multiarch/mplog-avx.c: New file.
66167         * sysdeps/x86_64/fpu/multiarch/mpsqrt-avx.c: New file.
66168         * sysdeps/x86_64/fpu/multiarch/mptan-avx.c: New file.
66169         * sysdeps/x86_64/fpu/multiarch/s_atan-avx.c: New file.
66170         * sysdeps/x86_64/fpu/multiarch/s_sin-avx.c: New file.
66171         * sysdeps/x86_64/fpu/multiarch/s_tan-avx.c: New file.
66172         * sysdeps/x86_64/fpu/multiarch/sincos32-avx.c: New file.
66173         * sysdeps/x86_64/fpu/multiarch/slowexp-avx.c: New file.
66175         * sysdeps/x86_64/multiarch/init-arch.h: Make bit_* macros available
66176         all the time.  Define bit_AVX.  Define HAS_* macros using bit_* macros.
66178         * sysdeps/x86_64/multiarch/strcmp-sse42.S: Move common code to earlier
66179         place.  Use VEX encoding when compiling for AVX.
66181 2011-10-25  Andreas Schwab  <schwab@redhat.com>
66183         * wcsmbs/wcscmp.c (WCSCMP): Compare as wchar_t, not wint_t.
66184         * wcsmbs/wmemcmp.c (WMEMCMP): Likewise.
66186         * string/test-strchr.c (do_test): Don't generate NUL bytes.
66188 2011-10-25  Ulrich Drepper  <drepper@gmail.com>
66190         * sysdeps/ieee754/dbl-64/e_atanh.c: Use math_force_eval instead of a
66191         useless if() expression.
66192         * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
66193         * sysdeps/ieee754/dbl-64/s_ceil.c: Likewise.
66194         * sysdeps/ieee754/dbl-64/s_expm1.c: Likewise.
66195         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
66196         * sysdeps/ieee754/dbl-64/s_log1p.c: Likewise.
66197         * sysdeps/ieee754/dbl-64/s_round.c: Likewise.
66198         * sysdeps/ieee754/dbl-64/wordsize-64/s_ceil.c: Likewise.
66199         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
66200         * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c: Likewise.
66201         * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
66202         * sysdeps/ieee754/flt-32/e_j0f.c: Likewise.
66203         * sysdeps/ieee754/flt-32/s_ceilf.c: Likewise.
66204         * sysdeps/ieee754/flt-32/s_expm1f.c: Likewise.
66205         * sysdeps/ieee754/flt-32/s_floorf.c: Likewise.
66206         * sysdeps/ieee754/flt-32/s_log1pf.c: Likewise.
66207         * sysdeps/ieee754/flt-32/s_roundf.c: Likewise.
66208         * sysdeps/ieee754/ldbl-96/e_atanhl.c: Likewise.
66209         * sysdeps/ieee754/ldbl-96/e_j0l.c: Likewise.
66210         * sysdeps/ieee754/ldbl-96/s_roundl.c: Likewise.
66212         * sysdeps/x86_64/fpu/math_private.h: Use VEX encoding when possible.
66214 2011-10-25  Andreas Schwab  <schwab@redhat.com>
66216         * elf/dl-deps.c (_dl_map_object_deps): Remove always true
66217         condition.
66218         * elf/dl-fini.c (_dl_sort_fini): Likewise.
66220 2011-10-25  Ulrich Drepper  <drepper@gmail.com>
66222         * sysdeps/ieee754/dbl-64/branred.c: Move FMA4 code into separate
66223         .text section.  Avoid duplicate constants.
66224         * sysdeps/ieee754/dbl-64/doasin.c: Likewise.
66225         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
66226         * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
66227         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
66228         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
66229         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
66230         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
66231         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
66232         * sysdeps/ieee754/dbl-64/mpa.c: Likewise.
66233         * sysdeps/ieee754/dbl-64/mpa.h: Likewise.
66234         * sysdeps/ieee754/dbl-64/mpatan.c: Likewise.
66235         * sysdeps/ieee754/dbl-64/mpatan.h: Likewise.
66236         * sysdeps/ieee754/dbl-64/mpatan2.c: Likewise.
66237         * sysdeps/ieee754/dbl-64/mpexp.c: Likewise.
66238         * sysdeps/ieee754/dbl-64/mpexp.h: Likewise.
66239         * sysdeps/ieee754/dbl-64/mpsqrt.c: Likewise.
66240         * sysdeps/ieee754/dbl-64/mpsqrt.h: Likewise.
66241         * sysdeps/ieee754/dbl-64/mptan.c: Likewise.
66242         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
66243         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
66244         * sysdeps/ieee754/dbl-64/sincos32.c: Likewise.
66245         * sysdeps/ieee754/dbl-64/slowexp.c: Likewise.
66246         * sysdeps/ieee754/dbl-64/slowpow.c: Likewise.
66247         * sysdeps/x86_64/fpu/multiarch/brandred-fma4.c: Likewise.
66248         * sysdeps/x86_64/fpu/multiarch/doasin-fma4.c: Likewise.
66249         * sysdeps/x86_64/fpu/multiarch/dosincos-fma4.c: Likewise.
66250         * sysdeps/x86_64/fpu/multiarch/e_asin-fma4.c: Likewise.
66251         * sysdeps/x86_64/fpu/multiarch/e_atan2-fma4.c: Likewise.
66252         * sysdeps/x86_64/fpu/multiarch/e_exp-fma4.c: Likewise.
66253         * sysdeps/x86_64/fpu/multiarch/e_log-fma4.c: Likewise.
66254         * sysdeps/x86_64/fpu/multiarch/e_pow-fma4.c: Likewise.
66255         * sysdeps/x86_64/fpu/multiarch/halfulp-fma4.c: Likewise.
66256         * sysdeps/x86_64/fpu/multiarch/mpa-fma4.c: Likewise.
66257         * sysdeps/x86_64/fpu/multiarch/mpatan-fma4.c: Likewise.
66258         * sysdeps/x86_64/fpu/multiarch/mpatan2-fma4.c: Likewise.
66259         * sysdeps/x86_64/fpu/multiarch/mpexp-fma4.c: Likewise.
66260         * sysdeps/x86_64/fpu/multiarch/mplog-fma4.c: Likewise.
66261         * sysdeps/x86_64/fpu/multiarch/mpsqrt-fma4.c: Likewise.
66262         * sysdeps/x86_64/fpu/multiarch/mptan-fma4.c: Likewise.
66263         * sysdeps/x86_64/fpu/multiarch/s_atan-fma4.c: Likewise.
66264         * sysdeps/x86_64/fpu/multiarch/s_sin-fma4.c: Likewise.
66265         * sysdeps/x86_64/fpu/multiarch/s_tan-fma4.c: Likewise.
66266         * sysdeps/x86_64/fpu/multiarch/sincos32-fma4.c: Likewise.
66267         * sysdeps/x86_64/fpu/multiarch/slowexp-fma4.c: Likewise.
66268         * sysdeps/x86_64/fpu/multiarch/slowpow-fma4.c: Likewise.
66270 2011-10-24  Ulrich Drepper  <drepper@gmail.com>
66272         * sysdeps/x86_64/dla.h: Move to ...
66273         * sysdeps/x86_64/fpu/dla.h: ...here.
66274         (DLA_FMS): Some compilers fail to inline __builtin_fma in some
66275         situations.  Use __builtin_fma only for gcc 4.6 and up.
66277         * config.make.in: Add have-mfma4 entry.
66278         * configure.in: Substitute libc_cv_cc_fma4.
66279         * math/Makefile (dbl-only-routines): Add sincostab.
66280         * sysdeps/ieee754/dbl-64/dosincos.c: Don't include sincos.tbl.
66281         Use __sincostab not sincos.
66282         * sysdeps/ieee754/dbl-64/e_asin.c: Don't define aliases when function
66283         name is a macro.
66284         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
66285         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
66286         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
66287         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.  Define singArctan2
66288         using __copysign.
66289         * sysdeps/ieee754/dbl-64/mpa.c: Don't export __acr.  Don't define
66290         __cr and __cpymn.  Define __cpy unless NO___CPY is defined.  Define
66291         norm, denorm, and __mp_dbl unless NO___MP_DBL is defined.
66292         * sysdeps/ieee754/dbl-64/mpa.h: Don't declare __acr, __cr, __cpymn,
66293         and __inv.
66294         * sysdeps/ieee754/dbl-64/mpsqrt.c: Make fastiroot static.
66295         * sysdeps/ieee754/dbl-64/s_atan.c: Define __signArctan using
66296         __copysign.
66297         * sysdeps/ieee754/dbl-64/s_sin.c: Use __sincostab not sincos.  Don't
66298         define aliases when function name is a macro.
66299         * sysdeps/ieee754/dbl-64/sincostab.c: Renamed from
66300         sysdeps/ieee754/dbl-64/sincos.tbl.
66301         * sysdeps/x86_64/fpu/multiarch/Makefile: Add entries to build
66302         fma4-enabled routines.
66303         * sysdeps/x86_64/fpu/multiarch/brandred-fma4.c: New file.
66304         * sysdeps/x86_64/fpu/multiarch/doasin-fma4.c: New file.
66305         * sysdeps/x86_64/fpu/multiarch/dosincos-fma4.c: New file.
66306         * sysdeps/x86_64/fpu/multiarch/e_asin-fma4.c: New file.
66307         * sysdeps/x86_64/fpu/multiarch/e_asin.c: New file.
66308         * sysdeps/x86_64/fpu/multiarch/e_atan2-fma4.c: New file.
66309         * sysdeps/x86_64/fpu/multiarch/e_atan2.c: New file.
66310         * sysdeps/x86_64/fpu/multiarch/e_exp-fma4.c: New file.
66311         * sysdeps/x86_64/fpu/multiarch/e_exp.c: New file.
66312         * sysdeps/x86_64/fpu/multiarch/e_log-fma4.c: New file.
66313         * sysdeps/x86_64/fpu/multiarch/e_log.c: New file.
66314         * sysdeps/x86_64/fpu/multiarch/e_pow-fma4.c: New file.
66315         * sysdeps/x86_64/fpu/multiarch/e_pow.c: New file.
66316         * sysdeps/x86_64/fpu/multiarch/halfulp-fma4.c: New file.
66317         * sysdeps/x86_64/fpu/multiarch/mpa-fma4.c: New file.
66318         * sysdeps/x86_64/fpu/multiarch/mpatan-fma4.c: New file.
66319         * sysdeps/x86_64/fpu/multiarch/mpatan2-fma4.c: New file.
66320         * sysdeps/x86_64/fpu/multiarch/mpexp-fma4.c: New file.
66321         * sysdeps/x86_64/fpu/multiarch/mplog-fma4.c: New file.
66322         * sysdeps/x86_64/fpu/multiarch/mpsqrt-fma4.c: New file.
66323         * sysdeps/x86_64/fpu/multiarch/mptan-fma4.c: New file.
66324         * sysdeps/x86_64/fpu/multiarch/s_atan-fma4.c: New file.
66325         * sysdeps/x86_64/fpu/multiarch/s_atan.c: New file.
66326         * sysdeps/x86_64/fpu/multiarch/s_sin-fma4.c: New file.
66327         * sysdeps/x86_64/fpu/multiarch/s_sin.c: New file.
66328         * sysdeps/x86_64/fpu/multiarch/s_tan-fma4.c: New file.
66329         * sysdeps/x86_64/fpu/multiarch/s_tan.c: New file.
66330         * sysdeps/x86_64/fpu/multiarch/sincos32-fma4.c: New file.
66331         * sysdeps/x86_64/fpu/multiarch/slowexp-fma4.c: New file.
66332         * sysdeps/x86_64/fpu/multiarch/slowpow-fma4.c: New file.
66334         * sysdeps/ieee754/dbl-64/doasin.c: Adjust for DLA_FMA -> DLA_FMS
66335         rename.
66336         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
66337         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
66338         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
66339         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
66340         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
66341         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
66342         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
66343         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
66345 2011-10-24  Andreas Schwab  <schwab@redhat.com>
66347         * wcsmbs/wcslen.c: Don't define WCSLEN, reverse logic.
66349 2011-10-23  Ulrich Drepper  <drepper@gmail.com>
66351         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c: New file.
66353         * sysdeps/ieee754/dbl-64/e_fmod.c (__ieee754_fmod): Add some branch
66354         prediction.
66355         * sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c: New file.
66357         * string/strnlen.c: Don't define STRNLEN, reverse logic.
66358         Remove unused variable magic_bits.
66359         * sysdeps/i386/i686/multiarch/rtld-strnlen.c: New file.
66361         * string/strnlen.c: Define and use STRNLEN macro.
66362         * sysdeps/i386/i686/multiarch/Makefile [string] (sysdep_routines):
66363         Add strnlen-sse2, strnlen-c, wcslen-sse2, and wcslen-c.
66364         * sysdeps/i386/i686/multiarch/strlen-sse2.S: Add support for strnlen.
66365         * wcsmbs/wcslen.c: Define and use WCSLEN.
66366         * sysdeps/i386/i686/multiarch/strnlen-c.c: New file.
66367         * sysdeps/i386/i686/multiarch/strnlen-sse2.S: New file.
66368         * sysdeps/i386/i686/multiarch/strnlen.S: New file.
66369         * sysdeps/i386/i686/multiarch/wcslen-c.c: New file.
66370         * sysdeps/i386/i686/multiarch/wcslen-sse2.S: New file.
66371         * sysdeps/i386/i686/multiarch/wcslen.S: New file.
66372         Patch by Liubov Dmitrieva <liubov.dmitrieva@gmail.com>.
66374 2011-10-20  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
66376         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
66377         strnlen-sse2-no-bsf.
66378         Rename strlen-no-bsf to strlen-sse2-no-bsf.
66379         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Rename to
66380         * sysdeps/x86_64/multiarch/strlen-sse2-no-bsf.S:
66381         Add strnlen support.
66382         (USE_AS_STRNLEN): New macro.
66383         * sysdeps/x86_64/multiarch/strnlen-sse2-no-bsf.S: New file.
66384         * sysdeps/x86_64/multiarch/strcat-ssse3.S: Update.
66385         Rename strlen-no-bsf.S to strlen-sse2-no-bsf.S
66386         * sysdeps/x86_64/wcslen.S: New file.
66388 2011-10-20  Michael Zolotukhin  <michael.v.zolotukhin@gmail.com>
66390         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Update.
66391         XMM-moves are used for copying on small sizes.
66393 2011-10-19  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
66395         * wcsmbs/Makefile (strop-tests): Add wcschr.
66396         * wcsmbs/test-wcschr.c: New file.
66397         * string/test-strchr.c: Update.
66398         Add wcschr support.
66399         (WIDE): New macro.
66401 2011-10-18  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
66403         * wcsmbs/Makefile (strop-tests): Add wcslen.
66404         * wcsmbs/test-wcslen.c: New file.
66405         * string/test-strlen.c: Update.
66406         Add wcslen support.
66407         (WIDE): New macro.
66409 2011-10-23  Ulrich Drepper  <drepper@gmail.com>
66411         * po/it.po: Update from translation team.
66413 2011-09-22  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
66415         * sysdeps/x86_64/wcscmp.S: Update.
66416         Fix wrong comparison semantics.
66417         wcscmp shall use signed comparison not unsigned.
66418         Don't use substraction to avoid overflow bug.
66419         * sysdeps/i386/i686/multiarch/wcscmp-sse2.S: Likewise.
66420         * wcsmbc/wcscmp.c: Likewise.
66421         * string/test-strcmp.c: Likewise.
66422         Add new tests to check cases with negative values.
66424 2011-10-23  Ulrich Drepper  <drepper@gmail.com>
66426         * sysdeps/ieee754/dbl-64/dla.h: Move DLA_FMA definition to...
66427         * sysdeps/x86_64/dla.h: ...here.  New file.
66428         * sysdeps/ieee754/dbl-64/doasin.c: Use <dla.h> not "dla.h".
66429         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
66430         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
66431         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
66432         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
66433         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
66434         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
66435         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
66436         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
66438 2011-10-23  Andreas Schwab  <schwab@linux-m68k.org>
66440         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Add __jnl_finite and
66441         __ynl_finite aliases.
66443 2011-10-22  Ulrich Drepper  <drepper@gmail.com>
66445         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
66447         * sysdeps/ieee754/dbl-64/dla.h: When compiling with FMA4 support
66448         define DLA_FMA.
66449         [DLA_FMA] (EMULV): Use DLA_FMA.
66450         [DLA_FMA] (MUL12): Use EMULV.
66451         * sysdeps/ieee754/dbl-64/doasin.c [DLA_FMA]: Don't define variables
66452         that are not needed.
66453         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
66454         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
66455         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
66456         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
66457         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
66458         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
66459         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
66461 2011-10-22  Andreas Schwab  <schwab@linux-m68k.org>
66463         * math/s_nan.c: Undef __nan.
66464         * math/s_nanf.c: Undef __nanf.
66465         * math/s_nanl.c: Undef __nanl.
66466         * sysdeps/ieee754/ldbl-128ibm/s_atanl.c: Include <math.h> before
66467         "math_private.h".
66469 2011-10-22  Ulrich Drepper  <drepper@gmail.com>
66471         * math/s_catan.c: Add branch predictions.
66472         * math/s_catanf.c: Likewise.
66473         * math/s_catanh.c: Likewise.
66474         * math/s_catanhf.c: Likewise.
66475         * math/s_catanhl.c: Likewise.
66476         * math/s_catanl.c: Likewise.
66477         * math/s_cexp.c: Likewise.
66478         * math/s_cexpf.c: Likewise.
66479         * math/s_cexpl.c: Likewise.
66480         * math/s_clog.c: Likewise.
66481         * math/s_clog10.c: Likewise.
66482         * math/s_clog10f.c: Likewise.
66483         * math/s_clog10l.c: Likewise.
66484         * math/s_clogf.c: Likewise.
66485         * math/s_clogl.c: Likewise.
66486         * math/s_csqrt.c: Likewise.
66487         * math/s_csqrtf.c: Likewise.
66488         * math/s_csqrtl.c: Likewise.
66489         * math/s_ctanf.c: Likewise.
66490         * math/s_ctanh.c: Likewise.
66491         * math/s_ctanhf.c: Likewise.
66492         * math/s_ctanhl.c: Likewise.
66493         * math/s_ctanl.c: Likewise.
66495         * math/math_private.h: Define __nan, __nanf, __nanl.
66496         * math/s_cacosh.c: Include <math_private.h>.
66497         * math/s_cacoshl.c: Likewise.
66498         * math/s_casinh.c: Likewise.
66499         * math/s_casinhf.c: Likewise.
66500         * math/s_casinhl.c: Likewise.
66501         * math/s_ccos.c: Rely entire on ccosh.
66502         * math/s_ccosf.c: Rely entire on ccoshf.
66503         * math/s_ccosl.c: Rely entirely on ccoshl.
66504         * math/s_ccosh.c: Add branch predicion helpers.  Add branch prediction.
66505         Remove tests for FE_INVALID.
66506         * math/s_ccoshf.c: Likewise.
66507         * math/s_ccoshl.c: Likewise.
66508         * math/s_csin.c: Likewise.
66509         * math/s_csinf.c: Likewise.
66510         * math/s_csinh.c Likewise.
66511         * math/s_csinhf.c: Likewise.
66512         * math/s_csinhl.c: Likewise.
66513         * math/s_csinl.c: Likewise.
66514         * math/s_ctan.c: Likewise.
66515         * sysdeps/ieee754/dbl-64/e_acosh.c: Use __ieee754_sqrt.
66516         * sysdeps/ieee754/flt-32/e_acoshf.c: Use __ieee754_sqrtf.
66517         * sysdeps/ieee754/ldbl-96/e_acoshl.c: Use __ieee754_sqrtl.
66519 2011-10-21  Ulrich Drepper  <drepper@gmail.com>
66521         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): Fix
66522         compilation problems.
66524         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Add a few more
66525         __builtin_expect.
66527 2011-10-20  Ulrich Drepper  <drepper@gmail.com>
66529         * sysdeps/i386/configure.in: Test for -mfma4 option.
66530         * config.h.in: Add HAVE_FMA4_SUPPORT entry.
66531         * sysdeps/x86_64/multiarch/init-arch.h: Define HAS_FMA4 and
66532         COMMON_CPUID_INDEX_80000001.
66533         * sysdeps/x86_64/multiarch/init-arch.c: Read 80000001 leaf for AMD.
66534         * sysdeps/x86_64/fpu/multiarch/s_fma.c: Test for FMA4 support and
66535         use it if FMA3 is not supported.
66536         * sysdeps/x86_64/fpu/multiarch/s_fmaf.c: Likewise.
66538         * sysdeps/x86_64/multiarch/s_fma.c: Moved to ../fpu/multiarch.
66539         * sysdeps/x86_64/multiarch/s_fmaf.c: Likewise.
66541 2011-10-20  Andreas Schwab  <schwab@redhat.com>
66543         [BZ #12892]
66544         * elf/dl-fini.c (_dl_sort_fini): Ignore relocation dependency if
66545         it would create a cycle with a link time dependency.
66547 2011-10-19  Ulrich Drepper  <drepper@gmail.com>
66549         * sysdeps/x86_64/multiarch/rawmemchr.S: Small optimization to safe an
66550         instruction.
66551         * string/Makefile (strop-tests): Add rawmemchr.
66552         * string/test-rawmemchr.c: New file.
66554         * sysdeps/x86_64/multiarch/init-arch.h: Define bit_AVX and index_AVX.
66555         * sysdeps/x86_64/multiarch/strcmp-sse42.S: New file.  Split out from...
66556         * sysdeps/x86_64/multiarch/strcmp.S: ...here.  Include strcmp-sse42.S
66557         when compiling str{,n}casecmp and when AVX is available.  Hook up
66558         new optimized code in initializers.
66560 2011-10-19  Andreas Schwab  <schwab@redhat.com>
66562         * sysdeps/x86_64/fpu/math_private.h (libc_feupdateenv): Use
66563         __feraiseexcept instead of feraiseexcept.
66565 2011-10-18  Ulrich Drepper  <drepper@gmail.com>
66567         * math/math_private.h: Define defaults for libc_fetestexcept and
66568         libc_feupdateenv.
66569         * sysdeps/ieee754/dbl-64/s_fma.c: Use libc_fe* interfaces.
66570         * sysdeps/ieee754/dbl-64/s_fmaf.c: Likewise.
66571         * sysdeps/ieee754/flt-32/e_exp2f.c: Likewise.
66572         * sysdeps/ieee754/flt-32/e_expf.c: Likewise.
66573         * sysdeps/ieee754/flt-32/s_nearbyintf.c: Likewise.
66574         * sysdeps/x86_64/fpu/math_private.h: Define special versions of
66575         libc_fetestexcept and libc_feupdateenv.
66577         * math/math_private.h: Define defaults for libc_feholdexcept_setround,
66578         libc_feholdexcept_setroundf, libc_feholdexcept_setroundl.
66579         * sysdeps/ieee754/dbl-64/e_exp2.c: Use libc_feholdexcept_setround.
66580         * sysdeps/x86_64/fpu/math_private.h: Define special version of
66581         libc_feholdexcept_setround.
66583         * sysdeps/x86_64/fpu/multiarch/Makefile [math] (libm-sysdep-routines):
66584         Add s_nearbyint-c and s_nearbyintf-c.
66585         * sysdeps/x86_64/fpu/bits/mathinline.h: Define nearbyint and
66586         nearbyintf inlines.
66587         * sysdeps/x86_64/fpu/multiarch/s_nearbyint-c.c: New file.
66588         * sysdeps/x86_64/fpu/multiarch/s_nearbyint.S: New file.
66589         * sysdeps/x86_64/fpu/multiarch/s_nearbyintf-c.c: New file.
66590         * sysdeps/x86_64/fpu/multiarch/s_nearbyintf.S: New file.
66592         * math/math_private.h: Define defaults for libc_fegetround,
66593         libc_fegetroundf, libc_fegetroundl, libc_fesetround, libc_fesetroundf,
66594         libc_fesetroundl, libc_feholdexcept, libc_feholdexceptf,
66595         libc_feholdexceptl, libc_fesetenv, libc_fesetenvf, libc_fesetenvl.
66596         * sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c: Use
66597         libc_feholdexcept, libc_fesetround, libc_fesetenv instead of the
66598         standard functions.
66599         * sysdeps/ieee754/dbl-64/e_exp2.c: Likewise.
66600         Remove comments and hacks for old compiler versions.
66601         * sysdeps/x86_64/fpu/math_private.h: Define special versions of
66602         libc_fegetround, libc_fesetround, libc_feholdexcept, and
66603         libc_feholdexceptl.
66605 2011-10-18  Andreas Schwab  <schwab@redhat.com>
66607         * sysdeps/x86_64/fpu/bits/fenv.h: Add C linkage markers.
66608         (__feraiseexcept_renamed): Add __NTH.
66609         (feraiseexcept): Add __NTH.  Rename local variables to fix
66610         namespace violations.
66612 2011-10-17  Ulrich Drepper  <drepper@gmail.com>
66614         * sysdeps/ieee754/dbl-64/e_exp2.c (__ieee754_exp2): Small optimization.
66616         * sysdeps/ieee754/dbl-64/wordsize-64/s_frexp.c: New file.
66618         * sysdeps/x86_64/fpu/math_private.h: Relax asm requirements for
66619         recently added interfaces.
66620         * sysdeps/x86_64/fpu/bits/mathinline.h: Likewise.
66622         * sysdeps/x86_64/fpu/math_private.h: Add some parenthesis to be safe
66623         about macro parameter expansion.
66625         * sysdeps/x86_64/fpu/bits/mathinline.h: Don't define inlines if
66626         __NO_MATH_INLINES is defined.  Cleanups.
66628         * sysdeps/x86_64/fpu/math_private.h: Define __rint, __rintf, __floor,
66629         and __floorf is target has SSE4.1.
66630         * sysdeps/x86_64/fpu/multiarch/s_floor-c.c: Undef first.
66631         * sysdeps/x86_64/fpu/multiarch/s_floorf-c.: Likewise.
66632         * sysdeps/x86_64/fpu/multiarch/s_rint-c.c: Likewise.
66633         * sysdeps/x86_64/fpu/multiarch/s_rintf-c.c: Likewise.
66635         * sysdeps/x86_64/fpu/bits/mathinline.h (floor): Use correct function
66636         name.
66637         (floorf): Likewise.
66639         * nscd/netgroupcache.c (addgetnetgrentX): Fix #ifdef nesting.
66641 2011-10-17  Andreas Schwab  <schwab@redhat.com>
66643         * misc/sys/cdefs.h: Fix last change.
66645         * grp/initgroups.c (internal_getgrouplist): Fix initgroups
66646         database lookup.
66648 2011-10-16  Ulrich Drepper  <drepper@gmail.com>
66650         * misc/sys/cdefs.h: Use leaf function attribute in __THROW.
66652         * sysdeps/ieee754/dbl-64/s_ceil.c: Avoid alias renamed.
66653         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
66654         * sysdeps/ieee754/dbl-64/s_rint.c: Likewise.
66655         * sysdeps/ieee754/dbl-64/wordsize-64/s_ceil.c: Likewise.
66656         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
66657         * sysdeps/ieee754/dbl-64/wordsize-64/s_rint.c: Likewise.
66658         * sysdeps/ieee754/flt-32/s_ceilf.c: Likewise.
66659         * sysdeps/ieee754/flt-32/s_floorf.c: Likewise.
66660         * sysdeps/ieee754/flt-32/s_rintf.c: Likewise.
66661         * sysdeps/x86_64/fpu/multiarch/Makefile: New file.
66662         * sysdeps/x86_64/fpu/multiarch/s_ceil-c.c: New file.
66663         * sysdeps/x86_64/fpu/multiarch/s_ceil.S: New file.
66664         * sysdeps/x86_64/fpu/multiarch/s_ceilf-c.c: New file.
66665         * sysdeps/x86_64/fpu/multiarch/s_ceilf.S: New file.
66666         * sysdeps/x86_64/fpu/multiarch/s_floor-c.c: New file.
66667         * sysdeps/x86_64/fpu/multiarch/s_floor.S: New file.
66668         * sysdeps/x86_64/fpu/multiarch/s_floorf-c.c: New file.
66669         * sysdeps/x86_64/fpu/multiarch/s_floorf.S: New file.
66670         * sysdeps/x86_64/fpu/multiarch/s_rint-c.c: New file.
66671         * sysdeps/x86_64/fpu/multiarch/s_rint.S: New file.
66672         * sysdeps/x86_64/fpu/multiarch/s_rintf-c.c: New file.
66673         * sysdeps/x86_64/fpu/multiarch/s_rintf.S: New file.
66675         * sysdeps/x86_64/fpu/bits/mathinline.h: Add inlines for rint, rintf,
66676         ceil, ceilf, floor, floorf.
66678         * elf/do-rel.h (elf_dynamic_do_Rel): Work around linker problem.
66679         Perform IRELATIVE relocations last.
66681         * elf/do-rel.h: Add another parameter nrelative, replacing the
66682         local variable with the same name.  Change name of the function
66683         to end in Rel or Rela (uppercase).
66684         * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Add new element
66685         nrelative to ranges.  Only nonzero for DT_REL/DT_RELA.  Pass to the
66686         elf_dynamic_do_##reloc function.
66688 2011-10-15  Ulrich Drepper  <drepper@gmail.com>
66690         * sysdeps/i386/i686/fpu/e_log.S: No need for the fyl2xp1 use, fyl2x
66691         is sufficient, at least on modern CPUs.
66693         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: New file.
66695         * sysdeps/ieee754/dbl-64/e_cosh.c: Cleanup.
66696         * sysdeps/ieee754/dbl-64/wordsize-64/e_cosh.c: New file.
66698         * math/Versions [libm] (GLIBC_2.15): Add __exp_finite, __expf_finite,
66699         __expl_finite.
66700         * math/bits/math-finite.h: Add entries for exp.
66701         * math/e_expl.c: Add __*_finite alias.
66702         * sysdeps/i386/fpu/e_exp.S: Likewise.
66703         * sysdeps/i386/fpu/e_expf.S: Likewise.
66704         * sysdeps/i386/fpu/e_expl.c: Likewise.
66705         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
66706         * sysdeps/ieee754/flt-32/e_expf.c: Likewise.
66707         * sysdeps/ieee754/ldbl-128/e_expl.c: Likewise.
66708         * sysdeps/ieee754/ldbl-128ibm/e_expl.c: Likewise.
66709         * sysdeps/ieee754/dbl-64/w_exp.c: Complete rewrite.
66710         * sysdeps/ieee754/flt-32/w_expf.c: Likewise.
66711         * sysdeps/ieee754/ldbl-96/w_expl.c: Likewise.
66713         * sysdeps/i386/i686/fpu/e_logf.S: No need for the fyl2xp1 use, fyl2x
66714         is sufficient, at least on modern CPUs.
66716         * ctype/ctype-info.c (__ctype_init): Define.
66717         * include/ctype.h (__ctype_init): Declare.
66718         (__ctype_b_loc): The variable is always initialized.
66719         (__ctype_toupper_loc): Likewise.
66720         (__ctype_tolower_loc): Likewise.
66721         * ctype/Versions: Export __ctype_init for GLIBC_PRIVATE.
66722         * sysdeps/unix/sysv/linux/init-first.c (_init): Call __ctype_init.
66724 2011-10-15  Andreas Schwab  <schwab@linux-m68k.org>
66726         * wcsmbs/wmemcmp.c (WMEMCMP): Define.
66728         * configure.in: Also look in $cxxmachine/include for C++ system
66729         headers.
66731 2011-09-27  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
66733         * sysdeps/x86_64/multiarch/Makefile: (sysdep_routines): Add
66734         memcmp-ssse3 wmemcmp-sse4 wmemcmp-ssse3 wmemcmp-c
66735         * sysdeps/x86_64/multiarch/memcmp-ssse3: New file.
66736         * sysdeps/x86_64/multiarch/memcmp.S: Update.  Add __memcmp_ssse3.
66737         * sysdeps/x86_64/multiarch/memcmp-sse4.S: Update.
66738         (USE_AS_WMEMCMP): New macro.
66739         Fixing indents.
66740         * sysdeps/x86_64/multiarch/wmemcmp.S: New file.
66741         * sysdeps/x86_64/multiarch/wmemcmp-ssse3.S: New file.
66742         * sysdeps/x86_64/multiarch/wmemcmp-sse4.S: New file.
66743         * sysdeps/x86_64/multiarch/wmemcmp-c.S: New file.
66744         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
66745         wmemcmp-ssse3 wmemcmp-sse4 wmemcmp-c
66746         * sysdeps/i386/i686/multiarch/wmemcmp.S: New file.
66747         * sysdeps/i386/i686/multiarch/wmemcmp-c.c: New file.
66748         * sysdeps/i386/i686/multiarch/wmemcmp-ssse3.S: New file.
66749         * sysdeps/i386/i686/multiarch/wmemcmp-sse4.S: New file.
66750         * sysdeps/i386/i686/multiarch/memcmp-sse4.S: Update.
66751         (USE_AS_WMEMCMP): New macro.
66752         * sysdeps/i386/i686/multiarch/memcmp-ssse3: Likewise.
66753         * sysdeps/string/test-memcmp.c: Update.
66754         Fix simple_wmemcmp.
66755         Add new tests.
66756         * wcsmbs/wmemcmp.c: Update.
66757         (WMEMCMP): New macro.
66758         Fix overflow bug.
66760 2011-10-12  Andreas Jaeger  <aj@suse.de>
66762         [BZ #13268]
66763         * math/bits/mathcalls.h: Mark argument 2 of modf as non-null.
66765 2011-10-15  Ulrich Drepper  <drepper@gmail.com>
66767         * libio/iofwide.c (do_length): Avoid warning.
66769         * ctype/ctype.h (__isctype_f): Add missing __THROW.
66771 2011-10-14  Ulrich Drepper  <drepper@gmail.com>
66773         * elf/pldd-xx.c (find_maps): Remove leftover debug message.
66775         * sysdeps/i386/fpu/e_log.S: Add real definition of __log_finite.
66776         * sysdeps/i386/fpu/e_logf.S: Add real definition of __logf_finite.
66777         * sysdeps/i386/fpu/e_logl.S: Add real definition of __logl_finite.
66778         * sysdeps/i386/i686/fpu/e_log.S: New file.
66779         * sysdeps/i386/i686/fpu/e_logf.S: New file.
66780         * sysdeps/i386/i686/fpu/e_logl.S: New file.
66782         * ctype/ctype.h: Add support for inlined isXXX functions when
66783         compiling C++ code.
66785 2011-10-14  Andreas Schwab  <schwab@redhat.com>
66787         * sysdeps/s390/fpu/libm-test-ulps: Adjust ULPs for jn tests.
66789         * sysdeps/x86_64/fpu/fraiseexcpt.c: Fix last change.
66791 2011-10-13  Roland McGrath  <roland@hack.frob.com>
66793         [BZ #13291]
66794         * manual/string.texi (String/Array Comparison): Typo fix in strverscmp.
66796 2011-10-13  Andreas Schwab  <schwab@redhat.com>
66798         * sysdeps/x86_64/fpu/fraiseexcpt.c: Add __feraiseexcept alias.
66799         * sysdeps/x86_64/fpu/feupdateenv.c: Use __feraiseexcept instead of
66800         feraiseexcept.
66802         * sysdeps/x86_64/memrchr.S: Check for zero size.
66804         * string/stratcliff.c: Add memrchr tests.
66806 2011-10-12  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
66808         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
66809         memchr-sse2 memchr-sse2-bsf memrchr-sse2 memrchr-sse2-bsf memrchr-c
66810         rawmemchr-sse2 rawmemchr-sse2-bsf.
66811         * sysdeps/i386/i686/multiarch/memchr.S: New file.
66812         * sysdeps/i386/i686/multiarch/memchr-sse2.S: New file.
66813         * sysdeps/i386/i686/multiarch/memchr-sse2-bsf.S: New file.
66814         * sysdeps/i386/i686/multiarch/memrchr.S: New file.
66815         * sysdeps/i386/i686/multiarch/memrchr-c.c: New file.
66816         * sysdeps/i386/i686/multiarch/memrchr-sse2.S: New file.
66817         * sysdeps/i386/i686/multiarch/memrchr-sse2-bsf.S: New file.
66818         * sysdeps/i386/i686/multiarch/rawmemchr.S: New file.
66819         * sysdeps/i386/i686/multiarch/rawmemchr-sse2.S: New file.
66820         * sysdeps/i386/i686/multiarch/rawmemchr-sse2-bsf.S: New file.
66821         * string/memrchr.c (MEMRCHR): New macro.
66823 2011-10-12  Ulrich Drepper  <drepper@gmail.com>
66825         Add integration with gcc's -ffinite-math-only and optimize wrapper
66826         functions in libm.
66827         * Versions.def: Define GLIBC_2.15 version for libm.
66828         * math/Makefile (headers): Add bits/math-finite.h.
66829         * math/bits/math-finite.h: New file.
66830         * sysdeps/ia64/fpu/bits/math-finite.h: New file.
66831         * math/Versions [libm] (GLIBC_2.15): Export __*_finite symbols.
66832         * math/e_acoshl.c: Add __*_finite alias.
66833         * math/e_acosl.c: Likewise.
66834         * math/e_asinl.c: Likewise.
66835         * math/e_atan2l.c: Likewise.
66836         * math/e_atanhl.c: Likewise.
66837         * math/e_coshl.c: Likewise.
66838         * math/e_exp10.c: Likewise.
66839         * math/e_exp10f.c: Likewise.
66840         * math/e_exp10l.c: Likewise.
66841         * math/e_exp2l.c: Likewise.
66842         * math/e_fmodl.c: Likewise.
66843         * math/e_gammal_r.c: Likewise.
66844         * math/e_hypotl.c: Likewise.
66845         * math/e_j0l.c: Likewise.
66846         * math/e_j1l.c: Likewise.
66847         * math/e_jnl.c: Likewise.
66848         * math/e_lgammal_r.c: Likewise.
66849         * math/e_log10l.c: Likewise.
66850         * math/e_log2l.c: Likewise.
66851         * math/e_logl.c: Likewise.
66852         * math/e_powl.c: Likewise.
66853         * math/e_sinhl.c: Likewise.
66854         * math/e_sqrtl.c: Likewise.
66855         * math/e_scalb.c: Completely rewritten and optimized.
66856         * math/e_scalbf.c: Likewise.
66857         * math/e_scalbl.c: Likewise.
66858         * math/w_acos.c: Likewise.
66859         * math/w_acosf.c: Likewise.
66860         * math/w_acosl.c: Likewise.
66861         * math/w_acosh.c: Likewise.
66862         * math/w_acoshf.c: Likewise.
66863         * math/w_acoshl.c: Likewise.
66864         * math/w_asin.c: Likewise.
66865         * math/w_asinf.c: Likewise.
66866         * math/w_asinl.c: Likewise.
66867         * math/w_atan2.c: Likewise.
66868         * math/w_atan2f.c: Likewise.
66869         * math/w_atan2l.c: Likewise.
66870         * math/w_atanh.c: Likewise.
66871         * math/w_atanhf.c: Likewise.
66872         * math/w_atanhl.c: Likewise.
66873         * math/w_exp10.c: Likewise.
66874         * math/w_exp10f.c: Likewise.
66875         * math/w_exp10l.c: Likewise.
66876         * math/w_fmod.c: Likewise.
66877         * math/w_fmodf.c: Likewise.
66878         * math/w_fmodl.c: Likewise.
66879         * math/w_j0.c: Likewise.
66880         * math/w_j0f.c: Likewise.
66881         * math/w_j0l.c: Likewise.
66882         * math/w_j1.c: Likewise.
66883         * math/w_j1f.c: Likewise.
66884         * math/w_j1l.c: Likewise.
66885         * math/w_jn.c: Likewise.
66886         * math/w_jnf.c: Likewise.
66887         * math/w_log.c: Likewise.
66888         * math/w_logf.c: Likewise.
66889         * math/w_logl.c: Likewise.
66890         * math/w_log10.c: Likewise.
66891         * math/w_log10f.c: Likewise.
66892         * math/w_log10l.c: Likewise.
66893         * math/w_log2.c: Likewise.
66894         * math/w_log2f.c: Likewise.
66895         * math/w_log2l.c: Likewise.
66896         * math/w_pow.c: Likewise.
66897         * math/w_powf.c: Likewise.
66898         * math/w_powl.c: Likewise.
66899         * math/w_remainder.c: Likewise.
66900         * math/w_remainderf.c: Likewise.
66901         * math/w_remainderl.c: Likewise.
66902         * math/w_scalb.c: Likewise.
66903         * math/w_scalbf.c: Likewise.
66904         * math/w_scalbl.c: Likewise.
66905         * math/w_sqrt.c: Likewise.
66906         * math/w_sqrtf.c: Likewise.
66907         * math/w_sqrtl.c: Likewise.
66908         * math/math.h: Define __MATH_DECLARE_LDOUBLE if long double functions
66909         are declared.  Include <bits/math-finite.h> if -ffinite-math-only is
66910         used.
66911         * math/math_private.h: Declare __kernel_standard_f.
66912         * math/w_cosh.c: Remove cruft and optimize a bit.
66913         * math/w_coshf.c: Likewise.
66914         * math/w_coshl.c: Likewise.
66915         * math/w_exp2.c: Likewise.
66916         * math/w_exp2f.c: Likewise.
66917         * math/w_exp2l.c: Likewise.
66918         * math/w_hypot.c: Likewise.
66919         * math/w_hypotf.c: Likewise.
66920         * math/w_hypotl.c: Likewise.
66921         * math/w_lgamma.c: Likewise.
66922         * math/w_lgamma_r.c: Likewise.
66923         * math/w_lgammaf.c: Likewise.
66924         * math/w_lgammaf_r.c: Likewise.
66925         * math/w_lgammal.c: Likewise.
66926         * math/w_lgammal_r.c: Likewise.
66927         * math/w_sinh.c: Likewise.
66928         * math/w_sinhf.c: Likewise.
66929         * math/w_sinhl.c: Likewise.
66930         * math/w_tgamma.c: Likewise.
66931         * math/w_tgammaf.c: Likewise.
66932         * math/w_tgammal.c: Likewise.
66933         * sysdeps/ieee754/dbl-64/e_atanh.c: Likewise.
66934         * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
66935         * sysdeps/i386/fpu/e_acos.S: Add __*_finite alias.
66936         Minor optimizations.  Pretty printing.  Remove cruft.
66937         * sysdeps/i386/fpu/e_acosf.S: Likewise.
66938         * sysdeps/i386/fpu/e_acosh.S: Likewise.
66939         * sysdeps/i386/fpu/e_acoshf.S: Likewise.
66940         * sysdeps/i386/fpu/e_acoshl.S: Likewise.
66941         * sysdeps/i386/fpu/e_acosl.c: Likewise.
66942         * sysdeps/i386/fpu/e_asin.S: Likewise.
66943         * sysdeps/i386/fpu/e_asinf.S: Likewise.
66944         * sysdeps/i386/fpu/e_atan2.S: Likewise.
66945         * sysdeps/i386/fpu/e_atan2f.S: Likewise.
66946         * sysdeps/i386/fpu/e_atan2l.c: Likewise.
66947         * sysdeps/i386/fpu/e_atanh.S: Likewise.
66948         * sysdeps/i386/fpu/e_atanhf.S: Likewise.
66949         * sysdeps/i386/fpu/e_atanhl.S: Likewise.
66950         * sysdeps/i386/fpu/e_exp10.S: Likewise.
66951         * sysdeps/i386/fpu/e_exp10f.S: Likewise.
66952         * sysdeps/i386/fpu/e_exp10l.S: Likewise.
66953         * sysdeps/i386/fpu/e_exp2.S: Likewise.
66954         * sysdeps/i386/fpu/e_exp2f.S: Likewise.
66955         * sysdeps/i386/fpu/e_exp2l.S: Likewise.
66956         * sysdeps/i386/fpu/e_fmod.S: Likewise.
66957         * sysdeps/i386/fpu/e_fmodf.S: Likewise.
66958         * sysdeps/i386/fpu/e_fmodl.c: Likewise.
66959         * sysdeps/i386/fpu/e_hypot.S: Likewise.
66960         * sysdeps/i386/fpu/e_hypotf.S: Likewise.
66961         * sysdeps/i386/fpu/e_log.S: Likewise.
66962         * sysdeps/i386/fpu/e_log10.S: Likewise.
66963         * sysdeps/i386/fpu/e_log10f.S: Likewise.
66964         * sysdeps/i386/fpu/e_log10l.S: Likewise.
66965         * sysdeps/i386/fpu/e_log2.S: Likewise.
66966         * sysdeps/i386/fpu/e_log2f.S: Likewise.
66967         * sysdeps/i386/fpu/e_log2l.S: Likewise.
66968         * sysdeps/i386/fpu/e_logf.S: Likewise.
66969         * sysdeps/i386/fpu/e_logl.S: Likewise.
66970         * sysdeps/i386/fpu/e_pow.S: Likewise.
66971         * sysdeps/i386/fpu/e_powf.S: Likewise.
66972         * sysdeps/i386/fpu/e_powl.S: Likewise.
66973         * sysdeps/i386/fpu/e_remainder.S: Likewise.
66974         * sysdeps/i386/fpu/e_remainderf.S: Likewise.
66975         * sysdeps/i386/fpu/e_remainderl.S: Likewise.
66976         * sysdeps/i386/fpu/e_scalb.S: Likewise.
66977         * sysdeps/i386/fpu/e_scalbf.S: Likewise.
66978         * sysdeps/i386/fpu/e_scalbl.S: Likewise.
66979         * sysdeps/i386/fpu/e_sqrt.S: Likewise.
66980         * sysdeps/i386/fpu/e_sqrtf.S: Likewise.
66981         * sysdeps/i386/fpu/e_sqrtl.c: Likewise.
66982         * sysdeps/ieee754/dbl-64/e_acosh.c: Likewise.
66983         * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
66984         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
66985         * sysdeps/ieee754/dbl-64/e_cosh.c: Likewise.
66986         * sysdeps/ieee754/dbl-64/e_exp2.c: Likewise.
66987         * sysdeps/ieee754/dbl-64/e_fmod.c: Likewise.
66988         * sysdeps/ieee754/dbl-64/e_gamma_r.c: Likewise.
66989         * sysdeps/ieee754/dbl-64/e_hypot.c: Likewise.
66990         * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
66991         * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
66992         * sysdeps/ieee754/dbl-64/e_jn.c: Likewise.
66993         * sysdeps/ieee754/dbl-64/e_lgamma_r.c: Likewise.
66994         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
66995         * sysdeps/ieee754/dbl-64/e_log10.c: Likewise.
66996         * sysdeps/ieee754/dbl-64/e_log2.c: Likewise.
66997         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
66998         * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
66999         * sysdeps/ieee754/dbl-64/e_sinh.c: Likewise.
67000         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
67001         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
67002         * sysdeps/ieee754/dbl-64/s_asinh.c: Likewise.
67003         * sysdeps/ieee754/flt-32/e_acosf.c: Likewise.
67004         * sysdeps/ieee754/flt-32/e_acoshf.c: Likewise.
67005         * sysdeps/ieee754/flt-32/e_asinf.c: Likewise.
67006         * sysdeps/ieee754/flt-32/e_atan2f.c: Likewise.
67007         * sysdeps/ieee754/flt-32/e_coshf.c: Likewise.
67008         * sysdeps/ieee754/flt-32/e_exp2f.c: Likewise.
67009         * sysdeps/ieee754/flt-32/e_fmodf.c: Likewise.
67010         * sysdeps/ieee754/flt-32/e_gammaf_r.c: Likewise.
67011         * sysdeps/ieee754/flt-32/e_hypotf.c: Likewise.
67012         * sysdeps/ieee754/flt-32/e_j0f.c: Likewise.
67013         * sysdeps/ieee754/flt-32/e_j1f.c: Likewise.
67014         * sysdeps/ieee754/flt-32/e_jnf.c: Likewise.
67015         * sysdeps/ieee754/flt-32/e_lgammaf_r.c: Likewise.
67016         * sysdeps/ieee754/flt-32/e_log10f.c: Likewise.
67017         * sysdeps/ieee754/flt-32/e_log2f.c: Likewise.
67018         * sysdeps/ieee754/flt-32/e_logf.c: Likewise.
67019         * sysdeps/ieee754/flt-32/e_powf.c: Likewise.
67020         * sysdeps/ieee754/flt-32/e_remainderf.c: Likewise.
67021         * sysdeps/ieee754/flt-32/e_sinhf.c: Likewise.
67022         * sysdeps/ieee754/flt-32/e_sqrtf.c: Likewise.
67023         * sysdeps/ieee754/flt-32/s_asinhf.c: Likewise.
67024         * sysdeps/ieee754/ldbl-128/e_acoshl.c: Likewise.
67025         * sysdeps/ieee754/ldbl-128/e_acosl.c: Likewise.
67026         * sysdeps/ieee754/ldbl-128/e_asinl.c: Likewise.
67027         * sysdeps/ieee754/ldbl-128/e_atan2l.c: Likewise.
67028         * sysdeps/ieee754/ldbl-128/e_atanhl.c: Likewise.
67029         * sysdeps/ieee754/ldbl-128/e_coshl.c: Likewise.
67030         * sysdeps/ieee754/ldbl-128/e_fmodl.c: Likewise.
67031         * sysdeps/ieee754/ldbl-128/e_gammal_r.c: Likewise.
67032         * sysdeps/ieee754/ldbl-128/e_hypotl.c: Likewise.
67033         * sysdeps/ieee754/ldbl-128/e_j0l.c: Likewise.
67034         * sysdeps/ieee754/ldbl-128/e_j1l.c: Likewise.
67035         * sysdeps/ieee754/ldbl-128/e_jnl.c: Likewise.
67036         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c: Likewise.
67037         * sysdeps/ieee754/ldbl-128/e_log10l.c: Likewise.
67038         * sysdeps/ieee754/ldbl-128/e_log2l.c: Likewise.
67039         * sysdeps/ieee754/ldbl-128/e_logl.c: Likewise.
67040         * sysdeps/ieee754/ldbl-128/e_powl.c: Likewise.
67041         * sysdeps/ieee754/ldbl-128/e_remainderl.c: Likewise.
67042         * sysdeps/ieee754/ldbl-128/e_sinhl.c: Likewise.
67043         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c: Likewise.
67044         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c: Likewise.
67045         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c: Likewise.
67046         * sysdeps/ieee754/ldbl-128ibm/e_atan2l.c: Likewise.
67047         * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c: Likewise.
67048         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c: Likewise.
67049         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c: Likewise.
67050         * sysdeps/ieee754/ldbl-128ibm/e_gammal_r.c: Likewise.
67051         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c: Likewise.
67052         * sysdeps/ieee754/ldbl-128ibm/e_log10l.c: Likewise.
67053         * sysdeps/ieee754/ldbl-128ibm/e_log2l.c: Likewise.
67054         * sysdeps/ieee754/ldbl-128ibm/e_logl.c: Likewise.
67055         * sysdeps/ieee754/ldbl-128ibm/e_powl.c: Likewise.
67056         * sysdeps/ieee754/ldbl-128ibm/e_remainderl.c: Likewise.
67057         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c: Likewise.
67058         * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c: Likewise.
67059         * sysdeps/ieee754/ldbl-96/e_acoshl.c: Likewise.
67060         * sysdeps/ieee754/ldbl-96/e_asinl.c: Likewise.
67061         * sysdeps/ieee754/ldbl-96/e_atan2l.c: Likewise.
67062         * sysdeps/ieee754/ldbl-96/e_atanhl.c: Likewise.
67063         * sysdeps/ieee754/ldbl-96/e_coshl.c: Likewise.
67064         * sysdeps/ieee754/ldbl-96/e_gammal_r.c: Likewise.
67065         * sysdeps/ieee754/ldbl-96/e_hypotl.c: Likewise.
67066         * sysdeps/ieee754/ldbl-96/e_j0l.c: Likewise.
67067         * sysdeps/ieee754/ldbl-96/e_j1l.c: Likewise.
67068         * sysdeps/ieee754/ldbl-96/e_jnl.c: Likewise.
67069         * sysdeps/ieee754/ldbl-96/e_lgammal_r.c: Likewise.
67070         * sysdeps/ieee754/ldbl-96/e_remainderl.c: Likewise.
67071         * sysdeps/ieee754/ldbl-96/e_sinhl.c: Likewise.
67072         * sysdeps/ieee754/ldbl-96/s_asinhl.c: Likewise.
67073         * sysdeps/powerpc/fpu/e_hypot.c: Likewise.
67074         * sysdeps/powerpc/fpu/e_hypotf.c: Likewise.
67075         * sysdeps/powerpc/fpu/e_sqrt.c: Likewise.
67076         * sysdeps/powerpc/fpu/e_sqrtf.c: Likewise.
67077         * sysdeps/powerpc/powerpc64/fpu/e_sqrt.c: Likewise.
67078         * sysdeps/powerpc/powerpc64/fpu/e_sqrtf.c: Likewise.
67079         * sysdeps/s390/fpu/e_sqrt.c: Likewise.
67080         * sysdeps/s390/fpu/e_sqrtf.c: Likewise.
67081         * sysdeps/s390/fpu/e_sqrtl.c: Likewise.
67082         * sysdeps/sparc/sparc32/e_sqrt.c: Likewise.
67083         * sysdeps/sparc/sparc64/fpu/e_sqrtl.c: Likewise.
67084         * sysdeps/x86_64/fpu/e_exp2l.S: Likewise.
67085         * sysdeps/x86_64/fpu/e_fmodl.S: Likewise.
67086         * sysdeps/x86_64/fpu/e_log10l.S: Likewise.
67087         * sysdeps/x86_64/fpu/e_log2l.S: Likewise.
67088         * sysdeps/x86_64/fpu/e_logl.S: Likewise.
67089         * sysdeps/x86_64/fpu/e_powl.S: Likewise.
67090         * sysdeps/x86_64/fpu/e_remainderl.S: Likewise.
67091         * sysdeps/x86_64/fpu/e_scalbl.S: Likewise.
67092         * sysdeps/x86_64/fpu/e_sqrt.c: Likewise.  Fix parameter order
67093         * sysdeps/x86_64/fpu/e_sqrtf.c: Likewise.
67094         * sysdeps/x86_64/fpu/math_private.h (__isnan): Cast d parameter.
67095         (__isnanf): Likewise.
67096         (__isinf_ns): Likewise.
67097         (__isinf_nsf): Likewise.
67098         (__finite): Likewise.
67099         (__finitef): Likewise.
67100         (__ieee754_sqrt): Define as macro.
67101         (__ieee754_sqrtf): Define as macro.
67102         (__ieee754_sqrtl): Define as macro.
67103         * sysdeps/x86_64/fpu/bits/fenv.h (feraiseexcept): Add partially
67104         inlined copy.
67105         * sysdeps/x86_64/fpu/bits/mathinline.h: Make use of
67106         __FINITE_MATH_ONLY__ consistent.
67107         * sysdeps/ieee754/k_standard.c (__kernel_standard_f): New function.
67109 2011-10-10  Andreas Schwab  <schwab@linux-m68k.org>
67111         * inet/getnetgrent_r.c (nscd_getnetgrent): Use __rawmemchr instead
67112         of rawmemchr.
67114         * sysdeps/ieee754/ldbl-128ibm/s_isinf_nsl.c: New file.
67116 2011-10-09  Ulrich Drepper  <drepper@gmail.com>
67118         * po/ja.po: Update from translation team.
67120 2011-10-08  Roland McGrath  <roland@hack.frob.com>
67122         * locale/programs/locarchive.c (prepare_address_space): New function.
67123         (create_archive, enlarge_archive, open_archive): Use it.
67125         * sysdeps/unix/sysv/linux/x86_64/time.c: Move #include <dl-vdso.h>
67126         inside [SHARED], where it is used.
67128         * nscd/nscd_proto.h: Declare __nscd_setnetgrent.
67130         * nss/getent.c (netgroup_keys): Remove unused variable.
67131         * sysdeps/ieee754/flt-32/s_isinf_nsf.c: Likewise.
67133 2011-10-08  Ulrich Drepper  <drepper@gmail.com>
67135         * include/math.h: Declare __isinf_ns, __isinf_nsf, __isinf_nsl.
67136         * sysdeps/ieee754/dbl-64/s_isinf_ns.c: New file.
67137         * sysdeps/ieee754/dbl-64/wordsize-64/s_isinf_ns.c: New file.
67138         * sysdeps/ieee754/flt-32/s_isinf_nsf.c: New file.
67139         * sysdeps/ieee754/ldbl-128/s_isinf_nsl.c: New file.
67140         * sysdeps/ieee754/ldbl-96/s_isinf_nsl.c: New file.
67141         * math/Makefile (libm-calls): Add s_isinf_ns.
67142         * math/divtc3.c: Use __isinf_nsl instead of isinf.
67143         * math/multc3.c: Likewise.
67144         * math/s_casin.c: Likewise.
67145         * math/s_casinf.c: Likewise.
67146         * math/s_casinl.c: Likewise.
67147         * math/s_ccos.c: Likewise.
67148         * math/s_ccosf.c: Likewise.
67149         * math/s_ccosl.c: Likewise.
67150         * math/s_ctan.c: Likewise.
67151         * math/s_ctanf.c: Likewise.
67152         * math/s_ctanh.c: Likewise.
67153         * math/s_ctanhf.c: Likewise.
67154         * math/s_ctanhl.c: Likewise.
67155         * math/s_ctanl.c: Likewise.
67156         * math/w_fmod.c: Likewise.
67157         * math/w_fmodf.c: Likewise.
67158         * math/w_fmodl.c: Likewise.
67159         * math/w_remainder.c: Likewise.
67160         * math/w_remainderf.c: Likewise.
67161         * math/w_remainderl.c: Likewise.
67162         * sysdeps/ieee754/dbl-64/s_finite.c: Undefine __finite.
67163         * sysdeps/ieee754/dbl-64/s_isnan.c: Undefine __isnan.
67164         * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: Undefine __finite.
67165         * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Undefine __nan.
67166         * sysdeps/ieee754/flt-32/s_finitef.c: Undefine __finitef.
67167         * sysdeps/ieee754/flt-32/s_isnanf.c: Undefine __nan.
67168         * sysdeps/x86_64/fpu/math_private.h: Add optimized versions of __isnsn,
67169         __isnanf, __isinf_ns, __isinf_nsf, __finite, and __finitef.
67171         * stdio-common/printf_fp.c: Use the fact that isinf returns the sign
67172         of the number.
67173         * stdio-common/printf_fphex.c: Likewise.
67174         * stdio-common/printf_size.c: Likewise.
67176         * math/e_exp10.c: Include math_private.h using <...> not "...".
67177         * math/e_exp10f.c: Likewise.
67178         * math/e_exp10l.c: Likewise.
67179         * math/e_exp2l.c: Likewise.
67180         * math/e_j0l.c: Likewise.
67181         * math/e_j1l.c: Likewise.
67182         * math/e_jnl.c: Likewise.
67183         * math/e_lgammal_r.c: Likewise.
67184         * math/e_rem_pio2l.c: Likewise.
67185         * math/e_scalb.c: Likewise.
67186         * math/e_scalbf.c: Likewise.
67187         * math/e_scalbl.c: Likewise.
67188         * math/k_cosl.c: Likewise.
67189         * math/k_sinl.c: Likewise.
67190         * math/k_tanl.c: Likewise.
67191         * math/s_cacoshf.c: Likewise.
67192         * math/s_catan.c: Likewise.
67193         * math/s_catanf.c: Likewise.
67194         * math/s_catanh.c: Likewise.
67195         * math/s_catanhf.c: Likewise.
67196         * math/s_catanhl.c: Likewise.
67197         * math/s_catanl.c: Likewise.
67198         * math/s_ccosh.c: Likewise.
67199         * math/s_ccoshf.c: Likewise.
67200         * math/s_ccoshl.c: Likewise.
67201         * math/s_cexp.c: Likewise.
67202         * math/s_cexpf.c: Likewise.
67203         * math/s_cexpl.c: Likewise.
67204         * math/s_clog.c: Likewise.
67205         * math/s_clog10.c: Likewise.
67206         * math/s_clog10f.c: Likewise.
67207         * math/s_clog10l.c: Likewise.
67208         * math/s_clogf.c: Likewise.
67209         * math/s_clogl.c: Likewise.
67210         * math/s_csin.c: Likewise.
67211         * math/s_csinf.c: Likewise.
67212         * math/s_csinh.c: Likewise.
67213         * math/s_csinhf.c: Likewise.
67214         * math/s_csinhl.c: Likewise.
67215         * math/s_csinl.c: Likewise.
67216         * math/s_csqrt.c: Likewise.
67217         * math/s_csqrtf.c: Likewise.
67218         * math/s_csqrtl.c: Likewise.
67219         * math/s_ctan.c: Likewise.
67220         * math/s_ctanf.c: Likewise.
67221         * math/s_ctanh.c: Likewise.
67222         * math/s_ctanhf.c: Likewise.
67223         * math/s_ctanhl.c: Likewise.
67224         * math/s_ctanl.c: Likewise.
67225         * math/s_ldexp.c: Likewise.
67226         * math/s_ldexpf.c: Likewise.
67227         * math/s_ldexpl.c: Likewise.
67228         * math/s_significand.c: Likewise.
67229         * math/s_significandf.c: Likewise.
67230         * math/s_significandl.c: Likewise.
67231         * math/w_acos.c: Likewise.
67232         * math/w_acosf.c: Likewise.
67233         * math/w_acosh.c: Likewise.
67234         * math/w_acoshf.c: Likewise.
67235         * math/w_acoshl.c: Likewise.
67236         * math/w_acosl.c: Likewise.
67237         * math/w_asin.c: Likewise.
67238         * math/w_asinf.c: Likewise.
67239         * math/w_asinl.c: Likewise.
67240         * math/w_atan2.c: Likewise.
67241         * math/w_atan2f.c: Likewise.
67242         * math/w_atan2l.c: Likewise.
67243         * math/w_atanh.c: Likewise.
67244         * math/w_atanhf.c: Likewise.
67245         * math/w_atanhl.c: Likewise.
67246         * math/w_cosh.c: Likewise.
67247         * math/w_coshf.c: Likewise.
67248         * math/w_coshl.c: Likewise.
67249         * math/w_dremf.c: Likewise.
67250         * math/w_exp10.c: Likewise.
67251         * math/w_exp10f.c: Likewise.
67252         * math/w_exp10l.c: Likewise.
67253         * math/w_exp2.c: Likewise.
67254         * math/w_exp2f.c: Likewise.
67255         * math/w_fmod.c: Likewise.
67256         * math/w_fmodf.c: Likewise.
67257         * math/w_fmodl.c: Likewise.
67258         * math/w_hypot.c: Likewise.
67259         * math/w_hypotf.c: Likewise.
67260         * math/w_hypotl.c: Likewise.
67261         * math/w_j0.c: Likewise.
67262         * math/w_j0f.c: Likewise.
67263         * math/w_j0l.c: Likewise.
67264         * math/w_j1.c: Likewise.
67265         * math/w_j1f.c: Likewise.
67266         * math/w_j1l.c: Likewise.
67267         * math/w_jn.c: Likewise.
67268         * math/w_jnf.c: Likewise.
67269         * math/w_jnl.c: Likewise.
67270         * math/w_lgamma.c: Likewise.
67271         * math/w_lgamma_r.c: Likewise.
67272         * math/w_lgammaf.c: Likewise.
67273         * math/w_lgammaf_r.c: Likewise.
67274         * math/w_lgammal.c: Likewise.
67275         * math/w_lgammal_r.c: Likewise.
67276         * math/w_log.c: Likewise.
67277         * math/w_log10.c: Likewise.
67278         * math/w_log10f.c: Likewise.
67279         * math/w_log10l.c: Likewise.
67280         * math/w_log2.c: Likewise.
67281         * math/w_log2f.c: Likewise.
67282         * math/w_log2l.c: Likewise.
67283         * math/w_logf.c: Likewise.
67284         * math/w_logl.c: Likewise.
67285         * math/w_pow.c: Likewise.
67286         * math/w_powf.c: Likewise.
67287         * math/w_powl.c: Likewise.
67288         * math/w_remainder.c: Likewise.
67289         * math/w_remainderf.c: Likewise.
67290         * math/w_remainderl.c: Likewise.
67291         * math/w_scalb.c: Likewise.
67292         * math/w_scalbf.c: Likewise.
67293         * math/w_scalbl.c: Likewise.
67294         * math/w_sinh.c: Likewise.
67295         * math/w_sinhf.c: Likewise.
67296         * math/w_sinhl.c: Likewise.
67297         * math/w_sqrt.c: Likewise.
67298         * math/w_sqrtf.c: Likewise.
67299         * math/w_sqrtl.c: Likewise.
67300         * math/w_tgamma.c: Likewise.
67301         * math/w_tgammaf.c: Likewise.
67302         * math/w_tgammal.c: Likewise.
67304         * po/ja.po: Update from translation team.
67306 2011-09-29  Andreas Jaeger  <aj@suse.de>
67308         [BZ #13179]
67309         * sunrpc/netname.c (netname2host): Fix logic.
67311         [BZ #6779]
67312         [BZ #6783]
67313         * math/w_remainderl.c (__remainderl): Handle (NaN, 0) and (Inf,y)
67314         correctly.
67315         * math/w_remainder.c (__remainder): Likewise.
67316         * math/w_remainderf.c (__remainderf): Likewise.
67317         * math/libm-test.inc (remainder_test): Add test cases.
67319 2011-10-04  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
67321         * stdlib/longlong.h: Update from GCC.  Fix zarch smul_ppmm and
67322         sdiv_qrnnd.
67324 2011-10-07  Ulrich Drepper  <drepper@gmail.com>
67326         * string/test-memcmp.c: Avoid unncessary #defines.
67327         Patch by Liubov Dmitrieva <liubov.dmitrieva@gmail.com>.
67329 2011-08-31  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
67331         * sysdeps/x86_64/multiarch/rawmemchr.S: Update.
67332         Use new sse2 version for core i3 - i7 as it's faster
67333         than sse42 version.
67334         (bit_Prefer_PMINUB_for_stringop): New.
67335         * sysdeps/x86_64/rawmemchr.S: Update.
67336         Replace with faster SSE2 version.
67337         * sysdeps/x86_64/memrchr.S: New file.
67338         * sysdeps/x86_64/memchr.S: Update.
67339         Replace with faster SSE2 version.
67341 2011-09-12  Marek Polacek  <mpolacek@redhat.com>
67343         * elf/dl-load.c (lose): Add cast to avoid warning.
67345 2011-10-07  Ulrich Drepper  <drepper@gmail.com>
67347         * po/ca.po: Update from translation team.
67349         * inet/getnetgrent_r.c: Hook up nscd.
67350         * nscd/Makefile (routines): Add nscd_netgroup.
67351         (nscd-modules): Add netgroupcache.
67352         (CFLAGS-netgroupcache.c): Define.
67353         * nscd/cache.c (readdfcts): Add entries for GETNETGRENT and INNETGR.
67354         (cache_search): Add const to second parameter.
67355         * nscd/connections.c (serv2str): Add entries for GETNETGRENT and
67356         INNETGR.
67357         (dbs): Add netgrdb entry.
67358         (reqinfo): Add entries for GETNETGRENT, INNETGR, and GETFDNETGR.
67359         (verify_persistent_db): Handle netgrdb.
67360         (handle_request): Handle GETNETGRENT, INNETGR, and GETFDNETGR.
67361         * nscd/nscd-client.h (request_type): Add GETNETGRENT, INNETGR, and
67362         GETFDNETGR.
67363         (netgroup_response_header): Define.
67364         (innetgroup_response_header): Define.
67365         (datahead): Add netgroup_response_header and innetgroup_response_header
67366         elements.
67367         * nscd/nscd.conf: Add entries for netgroup cache.
67368         * nscd/nscd.h (dbtype): Add netgrdb.
67369         (_PATH_NSCD_NETGROUP_DB): Define.
67370         (netgroup_iov_disabled): Declare.
67371         (xmalloc, xcalloc, xrealloc): Move declarations here.
67372         (cache_search): Adjust prototype.
67373         Add netgroup-related prototypes.
67374         * nscd/nscd_conf.c (dbnames): Add netgrdb entry.
67375         * nscd/nscd_proto.h (__nss_not_use_nscd_netgroup): Declare.
67376         (__nscd_innetgr): Declare.
67377         * nscd/selinux.c (perms): Use access_vector_t as element type and
67378         add netgroup-related initializers.
67379         * nscd/netgroupcache.c: New file.
67380         * nscd/nscd_netgroup.c: New file.
67381         * nss/Versions [libc] (GLIBC_PRIVATE): Export __nss_lookup.
67382         * nss/getent.c (netgroup_keys): Use setnetgrent only for one parameter.
67383         For four parameters use innetgr.
67384         * nss/nss_files/files-init.c: Add definition and callback for netgr.
67385         * nss/nsswitch.c (__nss_lookup): Add libc_hidden_def.
67386         (__nss_disable_nscd): Set __nss_not_use_nscd_netgroup.
67387         * nss/nsswitch.h (__nss_lookup): Add libc_hidden_proto.
67389         * nscd/connections.c (register_traced_file): Don't register file
67390         for disabled databases.
67392 2011-10-06  Ulrich Drepper  <drepper@gmail.com>
67394         * nscd/grpcache.c (cache_addgr): Initialize written in all cases.
67396         * nss/nsswitch.c (__nss_lookup_function): Fix order of deleting
67397         from tree and freeing node.
67399 2011-09-25  Jiri Olsa  <jolsa@redhat.com>
67401         * nss/nsswitch.c (__nss_database_lookup): Handle
67402         nss_parse_service_list out of memory case.
67404 2011-09-15  Jiri Olsa  <jolsa@redhat.com>
67406         * nss/nsswitch.c (__nss_lookup_function): Handle __tsearch
67407         out of memory case.
67409 2011-10-04  Andreas Schwab  <schwab@redhat.com>
67411         * include/dlfcn.h (__RTLD_NOIFUNC): Define.
67412         * elf/do-rel.h (elf_dynamic_do_rel): Add parameter skip_ifunc and
67413         pass it down.
67414         * elf/dynamic-link.h: Adjust prototypes of elf_machine_rel,
67415         elf_machine_rela, elf_machine_lazy_rel.
67416         (_ELF_DYNAMIC_DO_RELOC): Add parameter skip_ifunc and pass it down.
67417         (ELF_DYNAMIC_DO_REL): Likewise.
67418         (ELF_DYNAMIC_DO_RELA): Likewise.
67419         (ELF_DYNAMIC_RELOCATE): Likewise.
67420         * elf/dl-reloc.c (_dl_relocate_object): Pass __RTLD_NOIFUNC down
67421         to ELF_DYNAMIC_DO_REL.
67422         * elf/rtld.c (_dl_start): Adjust use of ELF_DYNAMIC_RELOCATE.
67423         (dl_main): In trace mode always set __RTLD_NOIFUNC.
67424         * elf/dl-conflict.c (_dl_resolve_conflicts): Adjust call to
67425         elf_machine_rela.
67426         * sysdeps/i386/dl-machine.h (elf_machine_rel): Add parameter
67427         skip_ifunc, don't call ifunc function if non-zero.
67428         (elf_machine_rela): Likewise.
67429         (elf_machine_lazy_rel): Likewise.
67430         (elf_machine_lazy_rela): Likewise.
67431         * sysdeps/ia64/dl-machine.h (elf_machine_rela): Likewise.
67432         (elf_machine_lazy_rel): Likewise.
67433         * sysdeps/powerpc/powerpc32/dl-machine.h (elf_machine_rela):
67434         Likewise.
67435         (elf_machine_lazy_rel): Likewise.
67436         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
67437         Likewise.
67438         (elf_machine_lazy_rel): Likewise.
67439         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_rela): Likewise.
67440         (elf_machine_lazy_rel): Likewise.
67441         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela): Likewise.
67442         (elf_machine_lazy_rel): Likewise.
67443         * sysdeps/sh/dl-machine.h (elf_machine_rela): Likewise.
67444         (elf_machine_lazy_rel): Likewise.
67445         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela): Likewise.
67446         (elf_machine_lazy_rel): Likewise.
67447         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela): Likewise.
67448         (elf_machine_lazy_rel): Likewise.
67449         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Likewise.
67450         (elf_machine_lazy_rel): Likewise.
67452 2011-09-28  Ulrich Drepper  <drepper@gmail.com>
67454         * nss/nss_files/files-init.c (_nss_files_init): Use static
67455         initialization for all the *_traced_file variables.
67457 2011-09-28  Andreas Schwab  <schwab@redhat.com>
67459         * sysdeps/powerpc/fpu/libm-test-ulps: Adjust ULPs for jn tests.
67461 2011-09-27  Roland McGrath  <roland@hack.frob.com>
67463         [BZ #13226]
67464         * manual/signal.texi (Longjmp in Handler): Grammar fixes.
67466 2011-09-27  Andreas Schwab  <schwab@redhat.com>
67468         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn):
67469         Reread the line before reparsing it.
67471 2011-09-26  Andreas Schwab  <schwab@redhat.com>
67473         * sysdeps/x86_64/fpu/bits/mathinline.h: Use __asm instead of asm.
67475 2011-09-21  Chung-Lin Tang  <cltang@codesourcery.com>
67476             Maxim Kuvyrkov  <maxim@codesourcery.com>
67477             Joseph Myers  <joseph@codesourcery.com>
67479         * resolv/Makefile (LDLIBS-resolv.so): Link in $(elfobjdir)/ld.so
67480         if needed for __stack_chk_guard.
67482 2011-09-19  Roland McGrath  <roland@hack.frob.com>
67484         * sysdeps/posix/spawni.c (script_execute): Always define it.
67485         It will be optimized away if unused.
67486         (maybe_script_execute): New function.
67487         (__spawni): Call it.
67489         * Makerules: Don't include tls.make.
67490         (config-tls): Always set to thread.
67491         * tls.make.c: File removed.
67493 2011-09-19  Mike Frysinger  <vapier@gentoo.org>
67495         * Makeconfig (CPPFLAGS): Prepend $(CPPFLAGS-config).
67496         * config.make.in (CPPFLAGS-config): New substituted variable.
67498 2011-09-15  Ulrich Drepper  <drepper@gmail.com>
67500         * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: New file.
67502         [BZ #13192]
67503         * sysdeps/unix/sysv/linux/bits/in.h (IP_MULTICAST_ALL): Define.
67504         Patch mostly by Neil Horman <nhorman@tuxdriver.com>.
67506 2011-09-15  Roland McGrath  <roland@hack.frob.com>
67508         * sysdeps/unix/sysv/linux/i386/____longjmp_chk.S
67509         (CALL_FAIL): Use HIDDEN_JUMPTARGET for __fortify_fail.
67510         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S
67511         (CALL_FAIL): Likewise.
67512         * sysdeps/unix/sysv/linux/ia64/____longjmp_chk.S (CHECK_RSP): Likewise.
67513         (CALL_FAIL): Macro removed.
67514         Patch mostly by Mike Frysinger <vapier@gentoo.org>.
67516 2011-09-15  Ulrich Drepper  <drepper@gmail.com>
67518         * sysdeps/x86_64/fpu/bits/mathinline.h: Add fmax and fmin optimizations
67519         for __FINITE_MATH_ONLY__ == 1.
67521 2011-09-15  Andreas Schwab  <schwab@redhat.com>
67523         * sysdeps/powerpc/fpu/e_hypot.c (__ieee754_hypot): Use
67524         __ieee754_sqrt instead of sqrt.
67525         * sysdeps/powerpc/fpu/e_hypotf.c (__ieee754_hypotf): Use
67526         __ieee754_sqrtf instead of sqrtf.
67527         * sysdeps/powerpc/fpu/e_rem_pio2f.c (__ieee754_rem_pio2f): Use
67528         __floorf instead of floorf.
67529         * sysdeps/powerpc/fpu/k_rem_pio2f.c (__fp_kernel_rem_pio2f): Use
67530         __floorf, __truncf instead of floorf, truncf.
67532 2011-09-14  Ulrich Drepper  <drepper@gmail.com>
67534         * sysdeps/x86_64/fpu/s_copysign.S [ELF]: Use correct section.
67536         * sysdeps/x86_64/fpu/bits/mathinline.h (__MATH_INLINE): Use
67537         __extern_always_inline.
67538         Define lrint{f,} and llrint{f,} for 64-bit and in some situations for
67539         32-bit.
67541 2011-09-14  Andreas Schwab  <schwab@redhat.com>
67543         * elf/rtld.c (dl_main): Also relocate in dependency order when
67544         doing symbol dependency testing.
67546 2011-09-13  Andreas Schwab  <schwab@linux-m68k.org>
67548         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
67549         Always define `refsym'.
67551 2011-09-13  Andreas Schwab  <schwab@redhat.com>
67553         * misc/sys/select.h (__FD_MASK): Renamed from __FDMASK.
67554         (__FD_ELT): Renamed from __FDELT.
67555         * misc/bits/select2.h (__FD_ELT): Likewise.
67556         * bits/select.h (__FD_SET, __FD_CLR, __FD_ISSET): Use __FD_ELT,
67557         __FD_MASK instead of __FDELT, __FDMASK.
67558         * sysdeps/i386/bits/select.h (__FD_SET, __FD_CLR, __FD_ISSET):
67559         Likewise.
67560         * sysdeps/x86_64/bits/select.h (__FD_SET, __FD_CLR, __FD_ISSET):
67561         Likewise.
67563         * elf/Makefile (gen-ldd): Fix pattern.
67565         * elf/rtld.c (dl_main): Only use USE___THREAD when defined.
67566         (init_tls): Likewise.
67568 2011-09-12  Ulrich Drepper  <drepper@gmail.com>
67570         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c: New file.
67572 2011-09-12  Andreas Schwab  <schwab@redhat.com>
67574         * sysdeps/unix/sysv/linux/bits/socket.h (__cmsg_nxthdr): Cast to
67575         `struct cmsghdr *' instead of `void *'.
67576         * sysdeps/unix/sysv/linux/sparc/bits/socket.h (__cmsg_nxthdr):
67577         Likewise.
67579 2011-09-11  Andreas Schwab  <schwab@linux-m68k.org>
67581         * elf/Makefile (gen-ldd): Prepend $(..) to $(ldd-rewrite-script)
67582         if non-absolute.
67583         * sysdeps/unix/sysv/linux/configure.in: Remove leading ../ from
67584         ldd_rewrite_script.
67586 2011-09-11  Ulrich Drepper  <drepper@gmail.com>
67588         * configure.in: Remove --with-tls option.
67589         * config.h.in: Remove HAVE_TLS_SUPPORT entry.
67590         * sysdeps/i386/elf/configure.in: Always test for TLS support and err
67591         out in case it is missing.
67592         * sysdeps/ia64/elf/configure.in: Likewise.
67593         * sysdeps/powerpc/powerpc32/elf/configure.in: Likewise.
67594         * sysdeps/powerpc/powerpc64/elf/configure.in: Likewise.
67595         * sysdeps/s390/s390-32/elf/configure.in: Likewise.
67596         * sysdeps/s390/s390-64/elf/configure.in: Likewise.
67597         * sysdeps/sh/elf/configure.in: Likewise.
67598         * sysdeps/sparc/sparc32/elf/configure.in: Likewise.
67599         * sysdeps/sparc/sparc64/elf/configure.in: Likewise.
67600         * sysdeps/x86_64/elf/configure.in: Likewise.
67601         * sysdeps/mach/hurd/i386/tls.h: Remove test for HAVE_TLS_SUPPORT.
67602         * sysdeps/mach/hurd/tls.h: Likewise.
67604         [BZ #13067]
67605         * malloc/obstack.h [!GNUC] (obstack_free): Avoid cast to int.
67607         [BZ #13090]
67608         * configure.in: Fix use of AC_INIT.
67610         * elf/dl-support.c (_dl_pagesize): Initialize to EXEC_PAGESIZE.
67612 2011-09-10  Ulrich Drepper  <drepper@gmail.com>
67614         * malloc/malloc.c: Replace MALLOC_FAILURE_ACTION with use of
67615         __set_errno.
67616         * malloc/hooks.c: Likewise.
67618         [BZ #11929]
67619         * malloc/arena.c (ptmalloc_init_minimal): Removed.  Initialize all
67620         variables statically.
67621         (narenas): Initialize.
67622         (list_lock): Initialize.
67623         (ptmalloc_init): Don't call ptmalloc_init_minimal.  Remove
67624         initializtion of main_arena and list_lock.  Small cleanups.
67625         Replace all uses of malloc_getpagesize with GLRO(dl_pagesize).
67626         * malloc/malloc.c: Remove malloc_getpagesize.  Include <ldsodefs.h>.
67627         Add initializers to main_arena and mp_.
67628         (malloc_state): Remove pagesize member.  Change all users to use
67629         GLRO(dl_pagesize).
67631         * elf/rtld.c (rtld_global_ro): Initialize _dl_pagesize.
67632         * sysdeps/unix/sysv/linux/getpagesize.c: Simplify.  GLRO(dl_pagesize)
67633         is always initialized.
67635         * malloc/malloc.c: Removed unused configurations and dead code.
67636         * malloc/arena.c: Likewise.
67637         * malloc/hooks.c: Likewise.
67638         * malloc/Makefile (CPPFLAGS-malloc.c): Don't add -DATOMIC_FASTBINS.
67640         * include/tls.h: Removed.  USE___THREAD must always be defined.
67641         * bits/libc-tsd.h: Don't handle !USE___THREAD.
67642         * elf/dl-libc.c: Likewise.
67643         * elf/dl-tsd.c: Likewise.
67644         * include/errno.h: Likewise.
67645         * include/netdb.h: Likewise.
67646         * include/resolv.h: Likewise.
67647         * inet/herrno-loc.c: Likewise.
67648         * inet/herrno.c: Likewise.
67649         * malloc/arena.c: Likewise.
67650         * malloc/hooks.c: Likewise.
67651         * malloc/malloc.c: Likewise.
67652         * resolv/res-state.c: Likewise.
67653         * resolv/res_libc.c: Likewise.
67654         * sysdeps/i386/dl-machine.h: Likewise.
67655         * sysdeps/ia64/dl-machine.h: Likewise.
67656         * sysdeps/powerpc/powerpc32/dl-machine.h: Likewise.
67657         * sysdeps/powerpc/powerpc64/dl-machine.h: Likewise.
67658         * sysdeps/s390/s390-32/dl-machine.h: Likewise.
67659         * sysdeps/s390/s390-64/dl-machine.h: Likewise.
67660         * sysdeps/sh/dl-machine.h: Likewise.
67661         * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
67662         * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
67663         * sysdeps/unix/i386/sysdep.S: Likewise.
67664         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
67665         * sysdeps/unix/sysv/linux/ia64/sysdep.S: Likewise.
67666         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.S: Likewise.
67667         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
67668         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.S: Likewise.
67669         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
67670         * sysdeps/unix/sysv/linux/sh/sysdep.h: Likewise.
67671         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
67672         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
67673         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
67674         * sysdeps/unix/x86_64/sysdep.S: Likewise.
67675         * sysdeps/x86_64/dl-machine.h: Likewise.
67676         * tls.make.c: Likewise.
67678         * configure.in: Remove --with-__thread option.  Make tests for
67679         --no-whole-archive, __builtin_expect, symbol redirection, __thread,
67680         tls_model attribute fail if no support is available.  Remove
67681         USE_IN_LIBIO.
67682         * Makeconfig: Adjust for dropped configure option.  All features are
67683         now mandatory.
67684         * Makerules: Likewise.
67685         * Versions.def: Likewise.
67686         * argp/argp-fmtstream.c: Likewise.
67687         * argp/argp-fmtstream.h: Likewise.
67688         * argp/argp-help.c: Likewise.
67689         * assert/assert.c: Likewise.
67690         * config.h.in: Likewise.
67691         * config.make.in: Likewise.
67692         * configure: Likewise.
67693         * configure.in: Likewise.
67694         * csu/Versions: Likewise.
67695         * csu/init.c: Likewise.
67696         * elf/tst-audit2.c: Likewise.
67697         * elf/tst-tls10.c: Likewise.
67698         * elf/tst-tls10.h: Likewise.
67699         * elf/tst-tls11.c: Likewise.
67700         * elf/tst-tls12.c: Likewise.
67701         * elf/tst-tls14.c: Likewise.
67702         * elf/tst-tlsmod11.c: Likewise.
67703         * elf/tst-tlsmod12.c: Likewise.
67704         * elf/tst-tlsmod13.c: Likewise.
67705         * elf/tst-tlsmod13a.c: Likewise.
67706         * elf/tst-tlsmod14a.c: Likewise.
67707         * elf/tst-tlsmod15b.c: Likewise.
67708         * elf/tst-tlsmod16a.c: Likewise.
67709         * elf/tst-tlsmod16b.c: Likewise.
67710         * elf/tst-tlsmod7.c: Likewise.
67711         * elf/tst-tlsmod8.c: Likewise.
67712         * elf/tst-tlsmod9.c: Likewise.
67713         * gmon/gmon.c: Likewise.
67714         * grp/fgetgrent_r.c: Likewise.
67715         * grp/putgrent.c: Likewise.
67716         * hurd/fopenport.c: Likewise.
67717         * include/libc-symbols.h: Likewise.
67718         * include/tls.h: Likewise.
67719         * intl/gettextP.h: Likewise.
67720         * intl/loadinfo.h: Likewise.
67721         * locale/global-locale.c: Likewise.
67722         * locale/localeinfo.h: Likewise.
67723         * mach/devstream.c: Likewise.
67724         * malloc/arena.c: Likewise.
67725         * malloc/set-freeres.c: Likewise.
67726         * misc/err.c: Likewise.
67727         * misc/getttyent.c: Likewise.
67728         * misc/mntent_r.c: Likewise.
67729         * posix/getopt.c: Likewise.
67730         * posix/wordexp.c: Likewise.
67731         * pwd/fgetpwent_r.c: Likewise.
67732         * resolv/Versions: Likewise.
67733         * resolv/res_hconf.c: Likewise.
67734         * shadow/fgetspent_r.c: Likewise.
67735         * shadow/putspent.c: Likewise.
67736         * stdio-common/printf_fphex.c: Likewise.
67737         * stdio-common/tmpfile.c: Likewise.
67738         * stdlib/abort.c: Likewise.
67739         * stdlib/fmtmsg.c: Likewise.
67740         * sunrpc/auth_unix.c: Likewise.
67741         * sunrpc/clnt_perr.c: Likewise.
67742         * sunrpc/clnt_tcp.c: Likewise.
67743         * sunrpc/clnt_udp.c: Likewise.
67744         * sunrpc/clnt_unix.c: Likewise.
67745         * sunrpc/openchild.c: Likewise.
67746         * sunrpc/svc_simple.c: Likewise.
67747         * sunrpc/svc_tcp.c: Likewise.
67748         * sunrpc/svc_udp.c: Likewise.
67749         * sunrpc/svc_unix.c: Likewise.
67750         * sunrpc/xdr.c: Likewise.
67751         * sunrpc/xdr_array.c: Likewise.
67752         * sunrpc/xdr_rec.c: Likewise.
67753         * sunrpc/xdr_ref.c: Likewise.
67754         * sunrpc/xdr_stdio.c: Likewise.
67756 2011-09-09  Ulrich Drepper  <drepper@gmail.com>
67758         * sysdeps/i386/fpu/libm-test-ulps: Adjust ULPs for jn tests.
67760 2011-07-03  Andreas Jaeger  <aj@suse.de>
67762         * math/libm-test.inc (jn_test): Add tests for BZ#11589.
67763         * sysdeps/x86_64/fpu/libm-test-ulps: Add new ULPs for jn_test,
67764         regenerate with gen-libm-tests.pl.
67766 2010-05-12  Petr Baudis  <pasky@suse.cz>
67768         [BZ #11589]
67769         * sysdeps/ieee754/dbl-64/e_jn.c: Compensate major precision loss
67770         around j0() zero points by switching to j1().
67771         * sysdeps/ieee754/flt-32/e_jnf.c: Likewise.
67772         * sysdeps/ieee754/ldbl-128/e_jnl.c: Likewise.
67773         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Likewise.
67774         * sysdeps/ieee754/ldbl-96/e_jnl.c: Likewise.
67776 2011-09-09  Ulrich Drepper  <drepper@gmail.com>
67778         * sysdeps/unix/bsd/bsd4.4/bits/socket.h (__cmsg_nxthdr): Use NULL
67779         instead of 0.
67780         * sysdeps/unix/sysv/linux/bits/socket.h (__cmsg_nxthdr): Use (void*)0
67781         instead of 0.
67782         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
67783         Patch in part by Pavel Roskin <proski@gnu.org>.
67785         [BZ #13138]
67786         * stdio-common/vfscanf.c (ADDW): Allocate large memory block with
67787         realloc.
67788         (_IO_vfscanf_internal): Remove reteof.  Use errout after setting done.
67789         Free memory block if necessary.
67791         [BZ #12847]
67792         * libio/genops.c (INTDEF): For string streams the _lock pointer can
67793         be NULL.  Don't lock in this case.
67795 2011-09-09  Roland McGrath  <roland@hack.frob.com>
67797         * elf/elf.h (ELFOSABI_GNU): New macro.
67798         (ELFOSABI_LINUX): Define to that.
67800 2011-07-29  Denis Zaitceff  <zaitceff@gmail.com>
67802         * string/strncat.c (strncat): Undef the symbol in case it has been
67803         defined in bits/string.h.
67805 2011-09-09  Ulrich Drepper  <drepper@gmail.com>
67807         * elf/sotruss.ksh: Clean up, fix, and complete help messages.
67809         * elf/dl-iteratephdr.c (__dl_iterate_phdr): Fill in data from the real
67810         link map.
67812 2011-08-17  Andreas Jaeger  <aj@suse.de>
67814         * elf/sprof.c (load_shobj): Remove unused variable log_hashfraction.
67816 2011-08-18  Paul Pluzhnikov  <ppluzhnikov@google.com>
67817             Ian Lance Taylor  <iant@google.com>
67819         * math/libm-test.inc (lround_test): New testcase.
67820         * sysdeps/ieee754/dbl-64/s_lround.c (__lround): Don't lose precision.
67822 2011-09-08  Ulrich Drepper  <drepper@gmail.com>
67824         * Makefile: Remove support for automatic cvs check-ins.
67825         * Makerules: Likewise.
67826         * config.make.in: Likewise.
67827         * configure.in: Likewise.
67828         * intl/Makefile: Likewise.
67829         * locale/Makefile: Likewise.
67830         * po/Makefile: Likewise.
67831         * posix/Makefile: Likewise.
67832         * sysdeps/gnu/Makefile: Likewise.
67833         * sysdeps/mach/hurd/Makefile: Likewise.
67834         * sysdeps/sparc/sparc32/Makefile: Likewise.
67836         [BZ #13118]
67837         * posix/Makefile (bug-regex32-ENV): Define.
67838         Patch by John Stanley <jpsinthemix@verizon.net>.
67840         * misc/Makefile (headers): Add bits/select2.h.
67841         * misc/sys/select.h: Include bits/select2.h for _FORTIFY_SOURCE.
67842         * misc/bits/select2.h: New file.
67843         * include/bits/select2.h: New file.
67844         * debug/Makefile (routines): Add fdelt_chk.
67845         * debug/Versions: Export __fdelt_chk and __fdelt_warn for GLIBC_2.15.
67846         * debug/tst-chk1.c (do_test): Add tests for FD_SET, FD_CLR, and
67847         FD_ISSET.
67848         * debug/fdelt_chk.c: New file.
67850         * wcsmbs/test-wcscmp.c: Moved from string/*.  Adjust.
67851         * wcsmbs/test-wmemcmp.c: Likewise.
67852         * string/Makefile (strop-tests): Remove wcscmp and wmemcmp.
67853         * wcsmbs/Makefile (strop-tests): Add wcscmp and wmemcmp.
67855 2011-09-08  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
67857         * string/Makefile (strop-tests): Add memcmp.
67858         * string/test-wmemcmp.c: New file.
67859         * string/test-memcmp.c: Add wmemcmp support.
67861 2011-09-08  Roland McGrath  <roland@hack.frob.com>
67863         [BZ #13153]
67864         * manual/libc.texinfo (EDITION, VERSION, UPDATED): Update for
67865         2011-07-19 change.
67867         * sysdeps/mach/hurd/fork.c (__fork): Initialize REFS so we don't use a
67868         garbage value in a __mach_port_mod_refs call in the cases of the
67869         task-self and thread-self ports.
67871 2011-09-06  Samuel Thibault  <samuel.thibault@ens-lyon.org>
67873         * sysdeps/mach/hurd/sys/param.h (DEV_BSIZE): New macro.
67875 2011-09-08  Andreas Schwab  <schwab@redhat.com>
67877         * elf/dl-load.c (lose): Check for non-null L.
67879 2011-09-07  Ulrich Drepper  <drepper@gmail.com>
67881         * elf/dl-load.c (open_verify): Use O_CLOEXEC.
67883         * elf/dl-libc.c (dlerror_run): Pass back error code from
67884         dl_catch_error.
67886         [BZ #13123]
67887         * elf/dl-load.c (lose): Free l_origin if it is valid.
67889         * sysdeps/i386/i686/multiarch/strchr-sse2-bsf.S: Fix mixup in section
67890         names.
67891         * sysdeps/i386/i686/multiarch/strchr-sse2.S: Likewise.
67892         * sysdeps/i386/i686/multiarch/strlen-sse2-bsf.S: Likewise.
67893         * sysdeps/i386/i686/multiarch/strlen-sse2.S: Likewise.
67894         * sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S: Likewise.
67895         * sysdeps/i386/i686/multiarch/strrchr-sse2.S: Likewise.
67896         Patch by Liubov Dmitrieva <liubov.dmitrieva@intel.com>.
67898 2011-08-01  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
67900         * sysdeps/powerpc/fpu/e_hypot.c: New file.
67901         * sysdeps/powerpc/fpu/e_hypotf.c: New file.
67902         * sysdeps/powerpc/fpu/e_rem_pio2f.c: New file.
67903         * sysdeps/powerpc/fpu/k_rem_pio2f.c: New file.
67904         * sysdeps/powerpc/fpu/k_cosf.c: New file.
67905         * sysdeps/powerpc/fpu/k_sinf.c: New file.
67906         * sysdeps/powerpc/fpu/s_cosf.c: New file.
67907         * sysdeps/powerpc/fpu/s_sinf.c: New file.
67908         * sysdeps/powerpc/fpu/s_scalbnf.c: New file.
67909         * sysdeps/powerpc/fpu/s_float_bitwise.h: New file.
67911 2011-08-15  Alan Modra  <amodra@gmail.com>
67913         [BZ #13092]
67914         * sysdeps/powerpc/Makefile (gmon): Move sysdep_routines to..
67915         * sysdeps/powerpc/powerpc64/Makefile (gmon): ..here..
67916         * sysdeps/powerpc/powerpc32/Makefile (gmon): ..and here.  Add
67917         ppc_mcount to static-only-routines.
67918         * sysdeps/powerpc/powerpc32/Versions: Export GLIBC_PRIVATE
67919         __mcount_internal.
67920         * sysdeps/powerpc/powerpc32/ppc-mcount.S (_mcount): Call
67921         __mcount_internal with usual JUMPTARGET.  Remove useless nop.
67923 2011-08-18  David Flaherty  <flaherty@linux.vnet.ibm.com>
67925         * sysdeps/ieee754/ldbl-128ibm/s_fmal.c: New file which checks
67926         for finite and infinity parameters.
67928 2011-08-04  Will Schmidt  <will_schmidt@vnet.ibm.com>
67930         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Adjust the alignment
67931         and add nop instructions for throughput optimization.
67932         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
67934 2011-07-28  Will Schmidt  <will_schmidt@vnet.ibm.com>
67936         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Optimize the
67937         aligned copy for power7 with vector-scalar instructions.
67938         * sysdeps/powerpc/powerpc64/power7/memcpy.S: Likewise.
67940 2011-07-24  H.J. Lu  <hongjiu.lu@intel.com>
67942         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Simplify
67943         AVX check.
67945 2011-09-07  Andreas Schwab  <schwab@redhat.com>
67947         [BZ #13144]
67948         * sysdeps/unix/sysv/linux/x86_64/bits/sem.h (semdid_ds): Revert
67949         last change.
67951 2011-09-07  Ulrich Drepper  <drepper@gmail.com>
67953         * sysdeps/unix/sysv/linux/x86_64/init-first.c
67954         (_libc_vdso_platform_setup): If vDSO is not present store pointer to
67955         syscall wrapper around clock_gettime in __vdso_clock_gettime.
67956         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Add entry for
67957         clock_gettime.
67959 2011-09-06  Ulrich Drepper  <drepper@gmail.com>
67961         * sysdeps/unix/sysv/linux/x86_64/clock_gettime.c (INTERNAL_GETTIME):
67962         Forgot to demangle the pointer.
67964         * sysdeps/i386/sysdep.h: Define atom_text_section.
67965         * sysdeps/x86_64/sysdep.h: Likewise.
67966         * sysdeps/i386/i686/multiarch/strchr-sse2-bsf.S: Place function in
67967         section with atom_text_section.
67968         * sysdeps/i386/i686/multiarch/strlen-sse2-bsf.S: Likewise.
67969         * sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S: Likewise.
67970         * sysdeps/x86_64/multiarch/strchr-sse2-no-bsf.S: Likewise.
67971         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Likewise.
67972         * sysdeps/x86_64/multiarch/strrchr-sse2-no-bsf.S: Likewise.
67974         * sysdeps/unix/sysv/linux/x86_64/clock_gettime.c: New file.
67975         * sysdeps/unix/sysv/linux/clock_gettime.c (SYSCALL_GETTIME): Allow
67976         already be defined.  Change to take two parameters and don't assign
67977         result to variable.  Adjust all users.
67978         Define INTERNAL_GETTIME if not already defined.
67979         Use INTERNAL_GETTIME instead of INTERNAL_VSYSCALL got clock_gettime
67980         call.
67981         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Don't define
67982         HAVE_CLOCK_GETTIME_VSYSCALL.
67983         * sysdeps/unix/clock_gettime.c: Adjust use of SYSDEP_GETTIME_CPU.
67985         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Don't use
67986         gettimeofday vsyscall, just use time.
67988 2011-09-06  Andreas Schwab  <schwab@redhat.com>
67990         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c [!SHARED]: Include
67991         <errno.h>.
67993 2011-09-06  Ulrich Drepper  <drepper@gmail.com>
67995         * sysdeps/unix/sysv/linux/kernel-features.h: Add entry for getcpu
67996         syscall on x86-64.
67997         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c [!SHARED]: Use real
67998         syscall.
67999         * sysdeps/unix/sysv/linux/x86_64/time.c: Likewise.
68000         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S [!SHARED]: Use real
68001         syscall if possible.
68003 2011-09-05  Ulrich Drepper  <drepper@gmail.com>
68005         * elf/pldd.c (get_process_info): Don't read whole ELF header, just
68006         e_ident.  Don't pass to find_mapsXX.
68007         * elf/pldd-xx.c (find_mapsXX): Remove second parameter.
68009 2011-07-20  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
68011         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
68012         strchr-sse2-no-bsf strrchr-sse2-no-bsf
68013         * sysdeps/x86_64/multiarch/strchr.S: Update.
68014         Check bit_slow_BSF bit.
68015         * sysdeps/x86_64/multiarch/strrchr.S: Likewise.
68016         * sysdeps/x86_64/multiarch/strchr-sse2-no-bsf.S: New file.
68017         * sysdeps/x86_64/multiarch/strrchr-sse2-no-bsf.S: New file.
68019 2011-09-05  Ulrich Drepper  <drepper@gmail.com>
68021         [BZ #13134]
68022         * sysdeps/posix/spawni.c (script_execute): Define only for compatibility
68023         before glibc 2.15.
68024         (tryshell): Define.
68025         (__spawni): Change last parameter to be flag.  Test
68026         SPAWN_XFLAGS_USE_PATH flag to use path or not.
68027         Don't try to use shell unless SPAWN_XFLAGS_TRY_SHELL is set.
68028         * sysdeps/mach/hurd/spawni.c: Change last parameter and adjust user.
68029         * posix/spawni.c: Likewise.
68030         * posix/spawn.c: Add compat version which passed SPAWN_XFLAGS_TRY_SHELL.
68031         * posix/spawnp.c: Likewise.  Change normal version to use
68032         SPAWN_XFLAGS_USE_PATH.
68033         * posix/spawn_int.c: Define SPAWN_XFLAGS_USE_PATH and
68034         SPAWN_XFLAGS_TRY_SHELL.
68036         [BZ #13150]
68037         * posix/glob.h: Remove gcc 1.x support.
68039         [BZ #13068]
68040         * elf/dl-misc.c (_dl_sysdep_read_whole_file): Use O_CLOEXEC.
68042 2011-07-20  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
68044         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
68045         strchr-sse2 strrchr-sse2 strchr-sse2-bsf
68046         strrchr-sse2-bsf
68047         * sysdeps/i386/i686/multiarch/strchr.S: New file.
68048         * sysdeps/i386/i686/multiarch/strrchr.S: New file.
68049         * sysdeps/i386/i686/multiarch/strchr-sse2.S: New file.
68050         * sysdeps/i386/i686/multiarch/strchr-sse2-bsf.S: New file.
68051         * sysdeps/i386/i686/multiarch/strrchr-sse2.S: New file.
68052         * sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S: New file.
68054 2011-08-29  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
68056         * sysdeps/x86_64/wcscmp.S: New file.
68058         * sysdeps/i386/i686/multiarch/Makefile: (sysdep_routines): Add
68059         wcscmp-c wcscmp-sse2
68060         * sysdeps/i386/i686/multiarch/wcscmp-c.c: New file.
68061         * sysdeps/i386/i686/multiarch/wcscmp.S: New file.
68062         * sysdeps/i386/i686/multiarch/wcscmp-sse2.S: New file.
68063         * wcsmbs/wcscmp.c: Allow renaming.
68065 2011-09-05  David S. Miller  <davem@davemloft.net>
68067         * sysdeps/sparc/sparc32/fpu/s_fabsf.S: Use first argument
68068         stack slot, rather than the struct return pointer slot.
68069         * sysdeps/sparc/sparc32/fpu/s_fabs.c: Delete.
68070         * sysdeps/sparc/sparc32/fpu/s_fabs.S: New file.
68071         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fabs.S: Likewise.
68072         * sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/fpu/Implies: Likewise.
68074 2011-09-05  Ulrich Drepper  <drepper@gmail.com>
68076         * po/ja.po: Update from translation team.
68078         [BZ #13144]
68079         * sysdeps/unix/sysv/linux/x86_64/bits/sem.h (semdid_ds): Fix to match
68080         kernel in 64-bit binaries.
68082 2011-09-01  David S. Miller  <davem@davemloft.net>
68084         * elf/elf.h (HWCAP_SPARC_*): Move to..
68085         * sysdeps/sparc/sysdep.h: this new file and add new values.
68086         * sysdeps/unix/sparc/sysdep.h: Include sysdeps/sparc/sysdep.h
68087         * sysdeps/sparc/dl-procinfo.h: Include sysdep.h and increase
68088         _DL_HWCAP_COUNT to 24.
68089         * sysdeps/sparc/dl-procinfo.c (_dl_sparc_cap_flags): Add new
68090         entries.
68091         * sysdeps/sparc/sparc32/bits/atomic.h: Don't use magic local
68092         __ATOMIC_HWCAP_SPARC_V9 define, use sysdep.h one instead.
68093         * sysdeps/sparc/sparc32/dl-machine.h: Include sysdep.h
68094         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Use HWCAP_SPARC_*
68095         instead of magic constants.
68096         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
68098 2011-08-31  David S. Miller  <davem@davemloft.net>
68100         * sysdeps/unix/sparc/sysdep.h (SETUP_PIC_REG): Define.
68101         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h (PSEUDO):
68102         Reimplement to do errno handling inline.
68103         (SYSCALL_ERROR_HANDLER): New macro.
68104         (__SYSCALL_STRING): Do not do errno handling in asm.
68105         (__CLONE_SYSCALL_STRING): Delete.
68106         (__INTERNAL_SYSCALL_STRING): Delete.
68107         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Include
68108         sysdeps/unix/sparc/sysdep.h instead of sysdeps/unix/sysdep.h
68109         (PSEUDO): Reimplement to do errno handling inline.
68110         (ret, ret_NOERRNO, ret_ERRVAL, r0, r1, MOVE): Don't redefine.
68111         (SYSCALL_ERROR_HANDLER): New macro.
68112         (__SYSCALL_STRING): Do not do errno handling in asm.
68113         (__CLONE_SYSCALL_STRING): Delete.
68114         (__INTERNAL_SYSCALL_STRING): Delete.
68115         * sysdeps/unix/sysv/linux/sparc/sysdep.h (INLINE_SYSCALL):
68116         Implement in terms of INTERNAL_SYSCALL and __set_errno, just like
68117         i386.
68118         (INTERNAL_SYSCALL_DECL): Declare %g1 var for err state.
68119         (inline_syscall*): Add 'err' argument.
68120         (INTERNAL_SYSCALL, INTERNAL_SYSCALL_NCS,
68121         INTERNAL_SYSCALL_ERROR_P): Likewise and pass it down.
68122         (INLINE_CLONE_SYSCALL): Reimplement in terms of __SYSCALL_STRING,
68123         INTERNAL_SYSCALL_ERRNO, and INTERNAL_SYSCALL_ERROR_P.
68125         * scripts/data/localplt-sparc-linux-gnu.data: Remove 'ffs'.
68126         * scripts/data/localplt-sparc64-linux-gnu.data: Likewise.
68128 2011-08-30  Andreas Schwab  <schwab@redhat.com>
68130         * elf/rtld.c (dl_main): Relocate objects in dependency order.
68132 2011-08-29  Jiri Olsa <jolsa@redhat.com>
68134         * sysdeps/i386/dl-trampoline.S (_dl_runtime_profile): Fix cfi
68135         directive.
68137 2011-08-24  David S. Miller  <davem@davemloft.net>
68139         * sysdeps/sparc/sparc64/strcmp.S: Rewrite.
68141 2011-08-24  Andreas Schwab  <schwab@redhat.com>
68143         * elf/Makefile: Add rules to build and run unload8 test.
68144         * elf/unload8.c: New file.
68145         * elf/unload8mod1.c: New file.
68146         * elf/unload8mod1x.c: New file.
68147         * elf/unload8mod2.c: New file.
68148         * elf/unload8mod3.c: New file.
68150         * elf/dl-close.c (_dl_close_worker): Reset private search list if
68151         it wasn't used.
68153 2011-08-23  David S. Miller  <davem@davemloft.net>
68155         * sysdeps/sparc/sparc64/dl-machine.h (DL_STACK_END): Do not
68156         subtract stack bias.
68157         * sysdeps/sparc/sparc64/jmpbuf-unwind.h (_JMPBUF_UNWINDS): Use
68158         %sp not %fp in calculations.
68159         (_JMPBUF_UNWINDS_ADJ): Likewise.
68161         * sysdeps/pthread/aio_suspend.c (do_aio_misc_wait): New function.
68162         (aio_suspend): Call it to force an exception region around the
68163         AIO_MISC_WAIT() invocation.
68165 2011-08-23  Andreas Schwab  <schwab@redhat.com>
68167         * sysdeps/i386/i686/multiarch/strspn.S (ENTRY): Add missing
68168         backslash.
68170 2011-07-04  Aurelien Jarno  <aurelien@aurel32.net>
68172         * sysdeps/powerpc/dl-tls.h: Add _PPC_DL_TLS_H inclusion
68173         protection macro.
68174         * sysdeps/powerpc/powerpc64/dl-irel.h: Include <ldsodefs.h>
68175         and <dl-machine.h>.
68176         (Elf64_FuncDesc): Remove.
68178 2011-08-22  David S. Miller  <davem@davemloft.net>
68180         * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Fix
68181         sigaltstack check, add missing cfi directives.
68182         * sysdeps/unix/sysv/linux/sparc/sparc64/____longjmp_chk.S: Add
68183         missing cfi directives, and sigaltstack handling.
68185 2011-08-16  Andreas Schwab  <schwab@redhat.com>
68187         [BZ #11724]
68188         * elf/dl-deps.c (_dl_map_object_deps): Only assume cycle when
68189         object is seen twice.
68190         * elf/dl-fini.c (_dl_sort_fini): Likewise.
68192         * elf/Makefile (distribute): Add tst-initorder2.c.
68193         (tests): Add tst-initorder2.
68194         (modules-names): Add tst-initorder2a tst-initorder2b
68195         tst-initorder2c tst-initorder2d.  Add rules to build them.
68196         ($(objpfx)tst-initorder2.out): New rule.
68197         * elf/tst-initorder2.c: New file.
68198         * elf/tst-initorder2.exp: New file.
68200 2011-08-22  Andreas Schwab  <schwab@redhat.com>
68202         * sysdeps/unix/sysv/linux/i386/scandir64.c: Include <string.h>.
68204         * elf/dl-deps.c (_dl_map_object_deps): Move check for missing
68205         dependencies back to end of function.
68207         * dlfcn/Makefile (LDLIBS-bug-atexit3-lib.so): Readd
68208         $(elfobjdir)/ld.so.
68210 2011-08-21  Ulrich Drepper  <drepper@gmail.com>
68212         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.S: Removed.
68213         * sysdeps/unix/sysv/linux/x86_64/time.S: Removed.
68214         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c: New file.
68215         * sysdeps/unix/sysv/linux/x86_64/time.c: New file.
68216         * sysdeps/unix/sysv/linux/x86_64/bits/libc-vdso.h: Remove declaration
68217         of __vdso_gettimeofday.
68218         * sysdeps/unix/sysv/linux/x86_64/init-first.c: Remove definition of
68219         __vdso_gettimeofday and __vdso_time.  Define __vdso_getcpu with
68220         attribute_hidden.
68221         (_libc_vdso_platform_setup): Remove initialization of
68222         __vdso_gettimeofday and __vdso_time.
68224 2011-08-20  Ulrich Drepper  <drepper@gmail.com>
68226         * nss/nss_files/files-alias.c (get_next_alias): Use feof_unlocked
68227         and fgetc_unlocked.
68228         * nss/nss_files/files-key.c (search): Use fgets_unlocked and
68229         getc_unlocked.
68231         * elf/dl-open.c (add_to_global): Report additions to the global scope
68232         for LD_DEBUG=scopes.
68233         (dl_open_worker): Also print scope of newly loaded dependencies.
68234         (_dl_show_scope): Indicate if there is no scope.
68236         [BZ #13114]
68237         * stdio-common/Makefile (tests): Add bug24.
68238         * stdio-common/bug24.c: New file.
68240 2011-08-19  Andreas Jaeger  <aj@suse.de>
68242         [BZ #13114]
68243         * libio/fileops.c (_IO_new_file_fopen): Fix handling of
68244         non-existant file when using close-on-exec mode.
68246 2011-08-20  Ulrich Drepper  <drepper@gmail.com>
68248         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_resolve): Fix CFI for
68249         the very first instruction.
68251         * sysdeps/x86_64/dl-trampoline.h: If MORE_CODE is defined, restore
68252         the CFI state in the end.
68253         * sysdeps/x86_64/dl-trampoline.S: Define MORE_CODE before first
68254         inclusion of dl-trampoline.h.
68255         Based on a patch by Jiri Olsa <jolsa@redhat.com>.
68257 2011-08-19  Andreas Schwab  <schwab@redhat.com>
68259         * sysdeps/powerpc/fpu/libm-test-ulps: Relax ctan (0.75 + 1.25 i)
68260         expectations for long double.
68262         * sysdeps/unix/sysv/linux/powerpc/powerpc32/scandir64.c: Renamed
68263         from sysdeps/unix/sysv/linux/powerpc/scandir64.c.
68265 2011-08-14  David S. Miller  <davem@davemloft.net>
68267         * sysdeps/unix/sysv/linux/Makefile (CFLAGS-tst-writev.c): The
68268         artificual limit depends upon the system page size.
68270 2011-08-17  Ulrich Drepper  <drepper@gmail.com>
68272         * Makeconfig (override CFLAGS): Add library-specific CFLAGS.
68273         * resolv/Makefile: Define CFLAGS-libresolv.
68275 2011-08-17  Andreas Schwab  <schwab@redhat.com>
68277         * nss/makedb.c (compute_tables): Make variables used in nested
68278         function static.
68280 2011-08-17  Ulrich Drepper  <drepper@gmail.com>
68282         * elf/pldd-xx.c (r_debug): Explicitly add padding when needed.
68283         * elf/pldd.c (get_process_info): Use pread to re-read auxiliary vector
68284         if buffer was too small.
68286         * elf/pldd.c (main): Attach to all threads in the process.
68287         Rewrite /proc handling to use *at functions.
68289 2011-08-16  Ulrich Drepper  <drepper@gmail.com>
68291         * elf/dl-open.c (_dl_show_scope): Take additional parameter which
68292         specifies first scope to show.
68293         (dl_open_worker): Update callers.  Move printing scope of new
68294         object to before the relocation.
68295         * elf/rtld.c (dl_main): Update _dl_show_scope call.
68296         * sysdeps/generic/ldsodefs.h: Update declaration.
68298         * elf/dl-open.c (_dl_show_scope): Use _dl_debug_printf to generate the
68299         string for the scope number.
68301 2011-08-14  Ulrich Drepper  <drepper@gmail.com>
68303         * nscd/servicescache.c (cache_addserv): Make sure written is always
68304         initialized.
68306 2011-08-14  Roland McGrath  <roland@hack.frob.com>
68308         * sysdeps/i386/i486/bits/atomic.h
68309         (__arch_compare_and_exchange_val_64_acq): Use RET alone at end of
68310         statement expression, so as to suppress "set but not used" warning.
68311         (__arch_c_compare_and_exchange_val_64_acq): Likewise.
68313         * string/strncat.c (STRNCAT): Use prototype definition.
68315         * locale/Makefile (locale-CPPFLAGS): Renamed CPPFLAGS-locale-programs.
68316         (locale-CPPFLAGS): New variable; put LOCALEDIR, LOCALE_ALIAS_PATH and
68317         -Iprograms here.
68318         (cppflags-iterator.mk sequence): Use locale-programs in place of nonlib.
68319         (localedef-modules): Add localedef.
68320         (locale-modules): Add locale.
68322         * sysdeps/generic/ldsodefs.h (struct unique_sym): Add a const.
68323         * elf/rtld.c (dl_main): Invert order of assignment in last change,
68324         to avoid a warning.
68326 2011-08-14  David S. Miller  <davem@davemloft.net>
68328         * sysdeps/unix/sysv/linux/sparc/bits/resource.h (RLIM_INFINITY,
68329         RLIM64_INFINITY): Fix 64-bit values for 32-bit sparc.
68331 2011-08-13  Ulrich Drepper  <drepper@gmail.com>
68333         * elf/dl-open.c: Rename show_scope to _dl_show_scope and export.
68334         (dl_open_worker): Call _dl_show_scope when DL_DEBUG_SCOPES is set.
68335         * elf/rtld.c (dl_main): Set l_name of vDSO.
68336         Call _dl_show_scope when DL_DEBUG_SCOPES.
68337         (process_dl_debug): Recognize scopes flag and also set it for all.
68338         * sysdeps/generic/ldsodefs.h: Define DL_DEBUG_SCOPES.
68339         Declare _dl_show_scope.
68341         * elf/dl-libc.c (do_dlopen_args): Add caller_dlopen.
68342         (do_dlopen): Pass caller_dlopen to dl_open.
68343         (__libc_dlopen_mode): Initialize caller_dlopen.
68345         * intl/l10nflist.c (_nl_normalize_codeset): Make it compile outside
68346         of libc.  Make tolower call locale-independent.  Optimize a bit by
68347         using isdigit instead of isalnum.
68348         * locale/Makefile (locale-CPPFLAGS): Add -DNOT_IN_libc.
68350 2011-08-12  Ulrich Drepper  <drepper@gmail.com>
68352         * elf/dl-load.c (_dl_map_object): Show in debug output whether a DSO
68353         was a dependency or dynamically loaded.
68355 2011-08-11  Ulrich Drepper  <drepper@gmail.com>
68357         * intl/l10nflist.c: Allow architecture-specific pop function.
68358         * sysdeps/x86_64/l10nflist.c: New file.
68360         * intl/l10nflist.c (_nl_make_l10nflist): Use locale-independent
68361         classification.
68363 2011-08-10  Andreas Schwab  <schwab@redhat.com>
68365         * include/dirent.h: Add libc_hidden_proto for scandirat and
68366         scandirat64.  Don't declare __scandirat64.
68367         * dirent/scandirat.c: Add libc_hidden_def.
68368         * dirent/scandirat64.c (SCANDIRAT): Remove underscores.
68369         * sysdeps/unix/sysv/linux/i386/scandir64.c (SCANDIRAT): Likewise.
68371 2011-08-10  David S. Miller  <davem@davemloft.net>
68373         * sysdeps/unix/sysv/linux/ia64/sys/ptrace.h: Add missing comma in
68374         enum.
68375         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
68376         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
68377         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
68379 2011-08-09  Ulrich Drepper  <drepper@gmail.com>
68381         * Versions.def [libc]: Add GLIBC_2.15.
68382         * dirent/Makefile (routines): Add scandirat and scandirat64.
68383         * dirent/Versions [libc]: Export scandirat and scandirat64 for
68384         GLIBC_2.15.
68385         * dirent/dirent.h: Declare scandirat and scandirat64.
68386         * dirent/scandirat.c: New file.
68387         * dirent/scandirat64.c: New file.
68388         * sysdeps/wordsize-64/scandirat.c: New file.
68389         * sysdeps/wordsize-64/scandirat64.c: New file.
68390         * dirent/opendir.c: Define opendirat.
68391         * dirent/scandir.c: Move code to scandirat.c.  Implement scandir
68392         using scandirat.
68393         * dirent/scandir64.c: Adjust for scandir.c change.
68394         * include/dirent.h: Define scandir_cancel_struct.  Declare __opendirat,
68395         __scandirat64, and __scandir_cancel_handler.
68396         * sysdeps/unix/opendir.c: Rename __opendir to __opendirat.  Take
68397         additional parameter and use openat instead of open (outside of ld.so).
68398         Add new __opendir as wrapper around __opendirat.
68399         * sysdeps/unix/sysv/linux/i386/scandir64.c: Reimplement __old_scandir64
68400         here without requiring old scandirat implementation.
68402 2011-08-08  Ulrich Drepper  <drepper@gmail.com>
68404         * dirent/scandir.c (cancel_handler): Renamed to
68405         __scandir_cancel_handler.  Do not define if SKIP_SCANDIR_CANCEL is
68406         defined.  Adjust users.
68407         * dirent/scandir64.c: Define SKIP_SCANDIR_CANCEL.
68408         * sysdeps/unix/sysv/linux/i386/scandir64.c: Likewise.
68410 2011-08-04  Ulrich Drepper  <drepper@gmail.com>
68412         * string/test-string.h (IMPL): Use __STRING to expand name and then
68413         stringify it.
68415         * string/test-strcmp.c: Unify most of the WIDE and !WIDE code.  Lots
68416         of cleanups.
68418 2011-07-22  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
68420         * string/Makefile: Update.
68421         (strop-tests): Append strncat.
68422         * string/test-wcscmp.c: New file.
68423         New comprehensive test for wcscmp.
68424         * string/test-strcmp.c: Update.
68425         (WIDE): New define.
68427 2011-07-22  Andreas Schwab  <schwab@redhat.com>
68429         * resolv/res_init.c (__res_vinit): Properly tokenize nameserver
68430         line.
68432 2011-07-26  Andreas Schwab  <schwab@redhat.com>
68434         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't discard result of
68435         encoding to ACE if AI_IDN.
68437 2011-08-01  Jakub Jelinek  <jakub@redhat.com>
68439         * sysdeps/ieee754/dbl-64/k_rem_pio2.c (__kernel_rem_pio2): Fix up fq
68440         to y conversion for prec 3 and __FLT_EVAL_METHOD__ != 0.
68442 2011-07-22  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
68444         * sysdeps/i386/i686/multiarch/strcat-sse2.S: Update.
68445         Fix overflow bug in strncat.
68446         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: Likewise.
68448         * string/test-strncat.c: Update.
68449         Add new tests for checking overflow bugs.
68451 2011-07-15  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
68453         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
68454         strcat-ssse3 strcat-sse2 strncat-ssse3 strncat-sse2 strncat-c.
68455         * sysdeps/i386/i686/multiarch/strcat.S: New file.
68456         * sysdeps/i386/i686/multiarch/strcat-c.c: New file.
68457         * sysdeps/i386/i686/multiarch/strcat-sse2.S: New file.
68458         * sysdeps/i386/i686/multiarch/strcat-ssse3.S: New file.
68459         * sysdeps/i386/i686/multiarch/strncat.S: New file.
68460         * sysdeps/i386/i686/multiarch/strncat-sse2.S: New file.
68461         * sysdeps/i386/i686/multiarch/strncat-ssse3.S: New file.
68463         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S
68464         (USE_AS_STRCAT): Define.
68465         Add strcat and strncat support.
68466         * sysdeps/i386/i686/multiarch/strlen-sse2.S: Likewise.
68468 2011-07-25  Andreas Schwab  <schwab@redhat.com>
68470         * sysdeps/i386/i486/bits/string.h (__strncat_g): Correctly handle
68471         __n bigger than INT_MAX+1.
68472         (__strncmp_g): Likewise.
68474 2011-07-23  Ulrich Drepper  <drepper@gmail.com>
68476         * posix/unistd.h: Define SEEK_DATA and SEEK_HOLE.
68477         * libio/stido.h: Likewise.
68479         * sysdeps/unix/sysv/linux/bits/socket.h (PF_NFC): Define.
68480         (AF_NFC): Define.
68481         * sysdeps/unix/sysv/linux/sparc/bits/socket.h (PF_NFC): Define.
68482         (AF_NFC): Define.
68484         * sysdeps/unix/sysv/linux/sys/ptrace.h: Add new constants.
68485         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
68486         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
68487         * sysdeps/unix/sysv/linux/ia64/sys/ptrace.h: Likewise.
68488         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
68490         [BZ #13021]
68491         * scripts/test-installation.pl: Don't expect libnss_test1 to be
68492         installed.
68494         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Fix one more
68495         typo.
68496         (_dl_x86_64_save_sse): Likewise.
68498 2011-07-22  Ulrich Drepper  <drepper@gmail.com>
68500         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Fix test for
68501         OSXSAVE.
68502         (_dl_x86_64_save_sse): Likewise.
68504         * crypt/crypt_util.c (__init_des_r): Optimize memset calls.
68506         * crypt/crypt_util.c (__init_des_r): Add read barrier as well.
68508 2011-07-21  Andreas Schwab  <schwab@redhat.com>
68510         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Fix last
68511         change.
68512         (_dl_x86_64_save_sse): Use correct AVX check.
68514 2011-07-21  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
68516         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: Fix overfow
68517         bug in strncpy/strncat.
68518         * sysdeps/x86_64/multiarch/strcpy-ssse3.S: Likewise.
68520 2011-07-21  Ulrich Drepper  <drepper@gmail.com>
68522         * string/tester.c (test_strcat): Add tests for different alignments
68523         of source and destination.
68524         (test_strncat): Likewise.
68526 2011-07-20  Ulrich Drepper  <drepper@gmail.com>
68528         [BZ #12852]
68529         * posix/glob.c (glob): Check passed in values before using them in
68530         expressions to avoid some overflows.
68531         (glob_in_dir): Likewise.
68533         [BZ #13007]
68534         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): More complete
68535         check for AVX enablement so that we don't crash with old kernels and
68536         new hardware.
68537         * elf/tst-audit4.c: Add same checks here.
68538         * elf/tst-audit6.c: Likewise.
68540         * sysdeps/x86_64/bits/link.h (La_x86_64_ymm): Force 16-byte alignment.
68542 2011-07-09  Andreas Schwab  <schwab@linux-m68k.org>
68544         * sysdeps/unix/sysv/linux/pathconf.c: Include <string.h>.
68546 2011-07-20  Ulrich Drepper  <drepper@gmail.com>
68548         * po/cs.po: Update from translation team.
68549         * po/bg.po: Likewise.
68551 2011-07-12  Marek Polacek  <mpolacek@redhat.com>
68553         * misc/sys/cdefs.h: Add support for const attribute.
68554         * sysdeps/unix/sysv/linux/sys/sysmacros.h: Add __attribute_const__
68555         to gnu_dev_{major,minor,makedev} functions.
68557 2011-07-20  Marek Polacek  <mpolacek@redhat.com>
68559         * intl/dcigettext.c (get_output_charset): Add missing bracket.
68561 2011-07-20  Andreas Schwab  <schwab@redhat.com>
68563         * resolv/res_query.c (__libc_res_nquerydomain): Use size_t for
68564         strlen results.
68566 2011-07-13  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
68568         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h
68569         (INTERNAL_VSYSCALL_NCS): Use r10 for backing up the return address
68570         register in order to avoid conflicts with the soft frame pointer
68571         being held in r11 when necessary.
68572         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h
68573         (INTERNAL_VSYSCALL_NCS): Likewise.
68575 2011-07-14  Marek Polacek  <mpolacek@redhat.com>
68577         * elf/dl-fini.c (_dl_sort_fini): Remove unused link_map *l argument,
68578         * elf/dl-fini.c (_dl_fini): Adjust caller.
68579         * elf/dl-close.c (_dl_close_worker): Likewise.
68580         * sysdeps/generic/ldsodefs.h: Adjust declaration.
68582 2011-07-15  Marek Polacek  <mpolacek@redhat.com>
68584         * elf/cache.c (load_aux_cache): Remove unnecessary condition of
68585         "aux_cache->nlibs < 0".
68587         * nscd/nscd_conf.c (nscd_parse_file): Remove unnecessary condition
68588         in the reload-count case.
68590 2011-07-15  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
68592         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
68593         strcat-ssse3 strcat-sse2-unaligned strncat-ssse3
68594         strncat-sse2-unaligned strncat-c strlen-sse2-pminub
68595         * sysdeps/x86_64/multiarch/strcat-sse2-unaligned.S: New file.
68596         * sysdeps/x86_64/multiarch/strcat.S: New file.
68597         * sysdeps/x86_64/multiarch/strncat.S: New file.
68598         * sysdeps/x86_64/multiarch/strncat-c.c: New file.
68599         * sysdeps/x86_64/multiarch/strcat-ssse3.S: New file.
68600         * sysdeps/x86_64/multiarch/strncat-sse2-unaligned.S: New file.
68601         * sysdeps/x86_64/multiarch/strncat-ssse3.S: New file.
68602         * sysdeps/x86_64/multiarch/strcpy-ssse3.S
68603         (USE_AS_STRCAT): Define.
68604         Add strcat and strncat support.
68605         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Likewise.
68606         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: Likewise.
68607         * sysdeps/x86_64/multiarch/strlen-sse2-pminub.S: New file.
68608         * string/strncat.c: Update.
68609         (USE_AS_STRNCAT): Define.
68610         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
68611         Turn on bit_Prefer_PMINUB_for_stringop for Intel Core i3, i5
68612         and i7.
68613         * sysdeps/x86_64/multiarch/init-arch.h
68614         (bit_Prefer_PMINUB_for_stringop): New.
68615         (index_Prefer_PMINUB_for_stringop): Likewise.
68616         * sysdeps/x86_64/multiarch/strlen.S (strlen): Check
68617         bit_Prefer_PMINUB_for_stringop.
68619 2011-07-19  Ulrich Drepper  <drepper@gmail.com>
68621         * crypt/sha512.h (struct sha512_ctx): Move buffer into union and add
68622         buffer64.
68623         * crypt/sha512.c (__sha512_finish_ctx): Use buffer64 for writes instead
68624         of casting of buffer.
68625         * crypt/sha256.h (struct sha256_ctx): Move buffer into union and add
68626         buffer32 and buffer64.
68627         * crypt/sha256.c (__sha256_finish_ctx): Use buffer32 or buffer64 for
68628         writes instead of casting of buffer.
68629         * crypt/md5.h (struct md5_ctx): Move buffer into union and add
68630         buffer32.
68631         * crypt/md5.c (md5_finish_ctx): Use buffer32 for writes instead of
68632         casting of buffer.
68634 2011-07-19  Andreas Schwab  <schwab@redhat.com>
68636         * string/strxfrm_l.c (STRXFRM): Fix alloca accounting.
68638 2011-07-19  Ulrich Drepper  <drepper@gmail.com>
68640         * nscd/nscd.c (termination_handler): Don't do anything for a database
68641         if it has not yet been initialized.
68643 2011-07-18  Ulrich Drepper  <drepper@gmail.com>
68645         * sysdeps/unix/sysv/linux/bits/sched.h (__CPU_EQUAL_S): Fix a typo.
68647 2011-07-15  Marek Polacek  <mpolacek@redhat.com>
68649         * bits/sched.h (__CPU_EQUAL_S): Fix a typo.
68651 2011-07-18  Ulrich Drepper  <drepper@gmail.com>
68653         * po/nl.po: Update from translation team.
68654         * po/sv.po: Likewise.
68656 2011-07-16  Roland McGrath  <roland@hack.frob.com>
68658         * sysdeps/i386/Makefile: Never use -mpreferred-stack-boundary=2,
68659         now disallowed by GCC.
68661         * configure.in (use-default-link): Default to yes if a test -shared
68662         link meets our qualifications.
68663         * configure: Regenerated.
68665         * config.make.in (output-format): New variable.
68666         * configure.in: Check for ld --print-output-format support.
68667         * configure: Regenerated.
68668         * Makerules ($(common-objpfx)format.lds)
68669         [$(output-format) != unknown]: Just use $(output-format),
68670         instead of the linker-script munging.
68672 2011-07-14  Roland McGrath  <roland@hack.frob.com>
68674         * Makefile ($(common-objpfx)linkobj/libc.so): Use $(shlib-lds) instead
68675         of $(common-objpfx)shlib.lds.
68676         * elf/Makefile ($(objpfx)sotruss-lib.so): Likewise.
68678         * sysdeps/i386/i686/multiarch/strstr-c.c (libc_hidden_builtin_def):
68679         Conditionalize redefinition on [SHARED && DO_VERSIONING && !NO_HIDDEN].
68681         * configure.in (-z relro check): Adjust test code to add a large
68682         writable data section after it.
68683         * configure: Regenerated.
68685 2011-07-11  Roland McGrath  <roland@hack.frob.com>
68687         * configure.in (-z relro check): Fix test code to make the variable
68688         truly const.
68689         * configure: Regenerated.
68691 2011-07-11  Ulrich Drepper  <drepper@gmail.com>
68693         * nscd/nscd.h (struct traced_file): Define.
68694         (struct database_dyn): Remove inotify_descr, reset_res, and filename
68695         elements.  Add traced_files.
68696         (inotify_fd): Declare.
68697         (register_traced_file): Declare.
68698         * nscd/connections.c (dbs): Remove reset_res and filename initializers.
68699         (inotify_fd): Export.
68700         (resolv_conf_descr): Remove.
68701         (nscd_init): Move inotify descriptor creation to main.
68702         Don't register files for notification here.
68703         (register_traced_file): New function.
68704         (invalidate_cache): Don't use reset_res to determine whether to call
68705         res_init, go through the list of registered files.
68706         (main_loop_poll): The inotify descriptors are now stored in the
68707         structures for the traced files.
68708         (main_loop_epoll): Likewise
68709         * nscd/nscd.c (main): Create inotify socket here.  Pass extra argument
68710         to __nss_disable_nscd.
68711         * nscd/cache.c (prune_cache): There is no single inotify descriptor
68712         for a database anymore.  Check the records for all the registered
68713         files instead.
68714         * nss/Makefile (libnss_files-routines): Add files-init.
68715         (libnss_db-routines): Add db-init.
68716         * nss/Versions [libnss_files] (GLIBC_PRIVATE): Add _nss_files_init.
68717         [libnss_db] (GLIBC_PRIVATE): Add _nss_db_init.
68718         * nss/nss_db/db-init.c: New file.
68719         * nss/nss_files/files-init.c: New file.
68720         * nss/nsswitch.c (nss_load_library): New function.  Broken out of
68721         __nss_lookup_function.
68722         (__nss_lookup_function): Call nss_load_library.
68723         (nss_load_all_libraries): New function.
68724         (__nss_disable_nscd): Take parameter with callback function for files
68725         to register.  Set is_nscd.  Load all the DSOs for the NSS modules
68726         used for the cached services.
68727         * nss/nsswitch.h (__nss_disable_nscd): Adjust prototype.
68728         * sysdeps/unix/sysv/linux/Makefile [subdir=nscd]: Pass the various -D
68729         options for features to all the files in nscd.
68731         * nss/nsswitch.c (nss_parse_file): Add missing fclose.
68733 2011-07-10  Roland McGrath  <roland@hack.frob.com>
68735         * csu/elf-init.c (__libc_csu_init): Comment typo.
68737 2011-07-09  Ulrich Drepper  <drepper@gmail.com>
68739         * po/pl.po: Update from translation team.
68740         * po/ja.po: Likewise.
68741         * po/ru.po: Likewise.
68742         * po/ko.po: Likewise.
68743         * po/fr.po: Likewise.
68745 2011-07-09  Roland McGrath  <roland@hack.frob.com>
68747         * configure.in (.ctors/.dtors header and trailer check):
68748         Use an empirical test on a built program.
68749         * configure: Regenerated.
68751         * configure.in (-z relro check): Use an empirical test on a built DSO.
68752         Detect, but do not require, on ia64.
68753         * configure: Regenerated.
68755         * configure.in (READELF): Find it with AC_CHECK_TOOL.
68756         Update tests that use readelf to use $READELF instead.
68757         * configure: Regenerated.
68759 2011-07-08  Ulrich Drepper  <drepper@gmail.com>
68761         * malloc/hooks.c (memalign_check): Avoid using checked_request2size
68762         if the result is not used.
68764 2011-07-05  Andreas Jaeger  <aj@suse.de>
68766         [BZ#9696]
68767         * stdlib/tst-strtod.c: Add testcase.
68769 2011-07-07  Ulrich Drepper  <drepper@gmail.com>
68771         * sysdeps/unix/sysv/linux/pathconf.c (distinguish_extX): New function.
68772         (__statfs_link_max): Use it to distinguish between ext2/3 and ext4.
68773         The latter has a higher limit.  Take additional parameter to pass to
68774         the new function.
68775         (__pathconf): Pass file to __statfs_link_max.
68776         * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Pass fd to
68777         __statfs_link_max.
68778         * sysdeps/unix/sysv/linux/pathconf.h: Adjust prototype of
68779         __statfs_link_max.
68781         [BZ #12868]
68782         * sysdeps/unix/sysv/linux/linux_fsinfo.h: Define Lustre constants.
68783         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
68784         Handle Lustre.
68785         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_link_max): Likewise.
68786         (__statfs_filesize_max): Likewise.
68787         Patch mostly by Andreas Dilger <adilger@whamcloud.com>.
68789 2011-07-05  Andreas Jaeger  <aj@suse.de>
68791         * resolv/res_comp.c (dn_skipname): Remove unused variable.
68793 2011-07-06  Marek Polacek  <mpolacek@redhat.com>
68795         * nis/nss_nisplus/nisplus-spwd.c (_nss_nisplus_setspent): Honour the
68796         `status' variable.
68797         * nis/nss_nisplus/nisplus-ethers.c (_nss_nisplus_setetherent):
68798         Likewise.
68800 2011-07-04  H.J. Lu  <hongjiu.lu@intel.com>
68802         * Makefile (strop-tests): Add strncat.
68803         * string/test-strncat.c: New file.
68805 2011-06-30  Marek Polacek  <mpolacek@redhat.com>
68807         * iconvdata/johab.c: Don't inline `johab_sym_hanja_to_ucs' function.
68809 2011-06-21  Andreas Jaeger  <aj@suse.de>
68811         * sysdeps/s390/s390-64/Makefile ($(inst_gconvdir)/gconv-modules):
68812         Copy rule from iconvdata/Makefile.
68814 2011-07-06  Ulrich Drepper  <drepper@gmail.com>
68816         [BZ #12922]
68817         * posix/getopt.c (_getopt_internal_r): When "W;" is in short options
68818         but no long options are defined, just return 'W'.
68820 2011-06-22  Marek Polacek  <mpolacek@redhat.com>
68822         [BZ #9696]
68823         * stdlib/strtod_l.c (round_and_return): Set ERANGE instead of EDOM.
68825 2011-07-06  Ulrich Drepper  <drepper@gmail.com>
68827         * inet/getnetgrent_r.c (internal_getnetgrent_r): Fix check for known
68828         netgroups to read.
68829         (innetgr): Likewise.
68831 2011-07-05  Roland McGrath  <roland@hack.frob.com>
68833         * config.make.in (install_root): Default to $(DESTDIR).
68835 2011-07-05  Ulrich Drepper  <drepper@gmail.com>
68837         * nscd/nscd_getserv_r.c (nscd_getserv_r): Add cast to avoid warning.
68839 2011-07-02  Roland McGrath  <roland@hack.frob.com>
68841         * Makerules ($(common-objpfx)format.lds): Fail if result is empty.
68843         * Makefile ($(common-objpfx)testrun.sh): Generate to work relative to
68844         containing directory rather than embedding absolute directory names.
68846         * scripts/check-local-headers.sh: Rewritten using awk.
68847         Match by word, not by line.  Print error messages for matches.
68848         * Makefile ($(objpfx)check-local-headers.out): Pass AWK in to it.
68850         * Makerules [shlib-lds-flags empty]:
68851         ($(common-objpfx)libc_pic.opts): New target.
68852         ($(common-objpfx)libc_pic.os.clean): New target.
68853         ($(common-objpfx)libc.so): Link it instead of libc_pic.os.
68855         * config.make.in (OBJCOPY): New variable.
68856         * aclocal.m4 (LIBC_PROG_BINUTILS): Substitute OBJCOPY too.
68857         * configure: Regenerated.
68859         * config.make.in (use-default-link): New variable.
68860         * configure.in (use_default_link): Grok --with-default-link to set it.
68861         * configure: Regenerated.
68862         * Makerules [$(elf) = yes] [$(use-default-link) = yes]:
68863         (shlib-lds, shlib-lds-flags): Define to empty.
68865         * Makerules (shlib-lds): New variable.
68866         (shlib-lds-flags): New variable.
68867         (build-shlib, build-moduile, build-module-asneeded): Use it.
68868         ($(common-objpfx)libc.so): Use $(shlib-lds).
68869         ($(extra-modules-build:%=$(objpfx)%.so)): Likewise.
68870         * iconvdata/extra-module.mk ($(objpfx)$(mod).so): Likewise.
68872         * elf/dynamic-link.h (elf_get_dynamic_info): Make asserts accept
68873         DT_FLAGS/DT_FLAGS_1 with zero flags.
68875         * elf/Makefile ($(objpfx)ld.so): Use -defsym=_begin=0 instead of
68876         linker script munging.
68878 2011-07-02  Ulrich Drepper  <drepper@gmail.com>
68880         * crypt/sha512.h (struct sha512_ctx): Add union to access total also
68881         as 128-bit value.
68882         * crypt/sha512.c (sha512_process_block): Perform total addition using
68883         128-bit if possible.
68884         (__sha512_finish_ctx): Likewise.
68885         * crypt/sha256.h (struct sha256_ctx): Add union to access total also
68886         as 64-bit value.
68887         * crypt/sha256.c (SWAP64): Define.
68888         (sha256_process_block): Perform total addition using 64-bit if
68889         possible.
68890         (__sha256_finish_ctx): Likewise.
68892 2011-07-01  Ulrich Drepper  <drepper@gmail.com>
68894         * nscd/pwdcache.c (cache_addpw): Cleanup.  Add branch prediction.
68895         * nscd/initgrcache.c (addinitgroupsX): Likewise.
68896         * nscd/hstcache.c (cache_addhst): Likewise.
68897         * nscd/grpcache.c (cache_addgr): Likewise.
68898         * nscd/aicache.c (addhstaiX): Likewise
68899         * nscd/servicescache.c (cache_addserv): Handle zero negtimeout.
68901 2011-07-01  Thorsten Kukuk  <kukuk@suse.de>
68903         * nscd/pwdcache.c (cache_addpw): Handle zero negtimeout.
68904         * nscd/initgrcache.c (addinitgroupsX): Likewise.
68905         * nscd/hstcache.c (cache_addhst): Likewise.
68906         * nscd/grpcache.c (cache_addgr): Likewise.
68907         * nscd/aicache.c (addhstaiX): Likewise
68909 2011-07-01  Andreas Schwab  <schwab@redhat.com>
68911         * nis/nss_compat/compat-pwd.c (getpwent_next_nss_netgr): Query NIS
68912         domain only when needed.
68914 2011-06-30  Andreas Schwab  <schwab@redhat.com>
68916         * sysdeps/posix/getaddrinfo.c (gaih_inet): Make sure RES_USE_INET6
68917         is always restored.
68919 2011-06-29  Ulrich Drepper  <drepper@gmail.com>
68921         * nscd/grpcache.c (cache_addgr): Don't write notfound reply if we
68922         are re-adding the entry.
68923         * nscd/servicescache.c (cache_addserv): Likewise.
68925 2011-06-30  Aurelien Jarno  <aurelien@aurel32.net>
68927         * sysdeps/generic/dl-irel.h: fix protection against multiple
68928         inclusions.
68929         * sysdeps/generic/dl-irel.h (elf_ifunc_invoke): New.
68931 2011-06-28  Ulrich Drepper  <drepper@gmail.com>
68933         [BZ #12935]
68934         * malloc/memusage.sh: Fix quoting in message.
68935         * debug/xtrace.sh: Likewise.
68937         * configure.in: Remove support for --experimental-malloc option, make
68938         it the default.
68939         * config.make.in: Likewise.
68940         * malloc/Makefile: Likewise.
68942 2011-06-27  Andreas Schwab  <schwab@redhat.com>
68944         * iconvdata/gb18030.c (BODY for TO_LOOP): Fix encoding of non-BMP
68945         two-byte characters.
68947 2011-06-27  Roland McGrath  <roland@hack.frob.com>
68949         * configure.in (NO_CTORS_DTORS_SECTIONS): Give this check its own
68950         AC_CACHE_CHECK invocation.
68951         * configure: Regenerated.
68953         * elf/soinit.c (__CTOR_LIST__, __DTOR_LIST__): Add used attribute.
68955 2011-06-27  Ulrich Drepper  <drepper@gmail.com>
68957         [BZ #12350]
68958         * nscd/aicache.c (addhstaiX):  Restore only RES_USE_INET6
68959         bit from old_res_options.
68961         * sysdeps/unix/sysv/linux/Makefile (CFLAGS-servicescache.c): Define.
68963         * inet/getnetgrent_r.c (innetgr): Minimal cleanup, use correct return
68964         value type for setfct.
68966 2011-06-23  H.J. Lu  <hongjiu.lu@intel.com>
68968         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Use
68969         __gettimeofday instead of gettimeofday.
68971 2011-06-26  Ulrich Drepper  <drepper@gmail.com>
68973         * elf/Makefile (all-built-dso): No need to check linkobj/libc.so.
68975 2011-06-24  H.J. Lu  <hongjiu.lu@intel.com>
68977         * sysdeps/i386/i686/multiarch/strcpy-sse2.S (RETURN): Fix a typo.
68979         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: Correct unwind
68980         info.
68982 2011-06-22  H.J. Lu  <hongjiu.lu@intel.com>
68984         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
68985         strcpy-ssse3 strncpy-ssse3 stpcpy-ssse3 stpncpy-ssse3
68986         strcpy-sse2-unaligned strncpy-sse2-unaligned
68987         stpcpy-sse2-unaligned stpncpy-sse2-unaligned.
68988         * sysdeps/x86_64/multiarch/stpcpy-sse2-unaligned.S: New file.
68989         * sysdeps/x86_64/multiarch/stpcpy-ssse3.S: New file.
68990         * sysdeps/x86_64/multiarch/stpncpy-sse2-unaligned.S: New file.
68991         * sysdeps/x86_64/multiarch/stpncpy-ssse3.S: New file.
68992         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: New file.
68993         * sysdeps/x86_64/multiarch/strcpy-ssse3.S: New file.
68994         * sysdeps/x86_64/multiarch/strncpy-sse2-unaligned.S: New file.
68995         * sysdeps/x86_64/multiarch/strncpy-ssse3.S: New file.
68996         * sysdeps/x86_64/multiarch/strcpy.S: Remove strcpy with SSSE3.
68997         (STRCPY): Support SSE2 and SSSE3 versions.
68999 2011-06-24  Ulrich Drepper  <drepper@gmail.com>
69001         [BZ #12874]
69002         * sysdeps/unix/sysv/linux/Makefile (CFLAGS-tst-writev.c): Define.
69003         * sysdeps/wordsize-64/tst-writev.c: Work around problem with 2.6.38+
69004         kernels which artificially limit size of requests.
69006 2011-06-22  H.J. Lu  <hongjiu.lu@intel.com>
69008         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
69009         strncpy-c strcpy-ssse3 strncpy-ssse3 stpcpy-ssse3 stpncpy-ssse3
69010         strcpy-sse2 strncpy-sse2 stpcpy-sse2 stpncpy-sse2.
69011         * sysdeps/i386/i686/multiarch/stpcpy-sse2.S: New file.
69012         * sysdeps/i386/i686/multiarch/stpcpy-ssse3.S: New file.
69013         * sysdeps/i386/i686/multiarch/stpncpy-sse2.S: New file.
69014         * sysdeps/i386/i686/multiarch/stpncpy-ssse3.S: New file.
69015         * sysdeps/i386/i686/multiarch/stpncpy.S : New file.
69016         * sysdeps/i386/i686/multiarch/strcpy-sse2.S : New file.
69017         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: New file.
69018         * sysdeps/i386/i686/multiarch/strcpy.S: New file.
69019         * sysdeps/i386/i686/multiarch/strncpy-c.c: New file.
69020         * sysdeps/i386/i686/multiarch/strncpy-sse2.S: New file.
69021         * sysdeps/i386/i686/multiarch/strncpy-ssse3.S: New file.
69022         * sysdeps/i386/i686/multiarch/strncpy.S: New file.
69023         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
69024         Enable unaligned load optimization for Intel Core i3, i5 and i7
69025         processors.
69026         * sysdeps/x86_64/multiarch/init-arch.h (bit_Fast_Unaligned_Load):
69027         Define.
69028         (index_Fast_Unaligned_Load): Define.
69029         (HAS_FAST_UNALIGNED_LOAD): Define.
69031 2011-06-23  Marek Polacek  <mpolacek@redhat.com>
69033         * nss/nss_db/db-open.c: Include <unistd.h> for read declaration.
69035 2011-06-22  Ulrich Drepper  <drepper@gmail.com>
69037         [BZ #12907]
69038         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Avoid calling __check_pf
69039         until it is clear that the information is realy needed.
69040         Patch mostly by David Hanisch <david.hanisch@nsn.com>.
69042 2011-06-22  Andreas Schwab  <schwab@redhat.com>
69044         * sysdeps/posix/getaddrinfo.c (gaih_inet): Fix last change.
69046 2011-06-22  Ulrich Drepper  <drepper@gmail.com>
69048         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Use
69049         /sys/devices/system/cpu/online if it is usable.
69051         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Rate limit
69052         reading the information from the /proc filesystem to once a second.
69054 2011-06-21  Andreas Jaeger  <aj@suse.de>
69056         * sysdeps/unix/sysv/linux/bits/sigcontext.h: Fix definition of
69057         NULL after inclusion of kernel headers.
69059 2011-06-21  Ulrich Drepper  <drepper@gmail.com>
69061         * nss/nss_db/db-XXX.c (nss_db_setENT): Only set entidx for successful
69062         calls to internal_setent.
69064         [BZ #12885]
69065         * sysdeps/posix/getaddrinfo.c (gaih_inet): When looking up only IPv6
69066         addresses using gethostbyname4_r ignore IPv4 addresses.
69068         * sysdeps/posix/getaddrinfo.c (gaih_inet): After the last change the
69069         branch using gethostbyname2 is only for AF_INET.  Optimize accordingly.
69071         * inet/getnetgrent_r.c: Use DL_CALL_FCT in several places.
69073 2011-06-20  David S. Miller  <davem@davemloft.net>
69075         * sysdeps/sparc/sparc32/dl-plt.h: Protect against multiple
69076         inclusions.
69077         * sysdeps/sparc/sparc64/dl-plt.h: Likewise.
69079         * sysdeps/i386/dl-irel.h (elf_ifunc_invoke): New.
69080         (elf_irel): Use it.
69081         * sysdeps/powerpc/powerpc32/dl-irel.h: Likewise.
69082         * sysdeps/powerpc/powerpc64/dl-irel.h: Likewise.
69083         * sysdeps/sparc/sparc32/dl-irel.h: Likewise.
69084         * sysdeps/sparc/sparc64/dl-irel.h: Likewise.
69085         * sysdeps/x86_64/dl-irel.h: Likewise.
69087         * elf/dl-runtime.c: Use elf_ifunc_invoke.
69088         * elf/dl-sym.c: Likewise.
69090 2011-06-15  Ulrich Drepper  <drepper@gmail.com>
69092         * resolv/res_send.c (__libc_res_nsend): Fix typos in last patch.  We
69093         need to dereference resplen2.
69095 2011-06-14  Andreas Schwab  <schwab@redhat.com>
69097         * sysdeps/unix/sysv/linux/wordsize-64/dl-fxstatat64.c: New file.
69099 2011-06-15  Ulrich Drepper  <drepper@gmail.com>
69101         * Makeconfig: Define vardbdir and inst_vardbdir.
69102         * nss/Makefile: Add rules to install db-Makefile.
69104         * nss/nss_db/db-XXX.c: Cleanup.
69106         * nss/Makefile (libnss_db-dbs): Add db-initgroups.
69107         * nss/Versions [libnss_db]: Add _nss_db_initgroups_dyn for
69108         GLIBC_PRIVATE.
69109         * nss/db-Makefile (groups.db): Emit entries for initgroups lookups.
69110         * nss/makedb.c: Implement -g option to specify that value strings
69111         are generated and should not be added to table iterated over for
69112         get*ent calls.
69113         * nss/nss_db/db-initgroups.c: New file.
69115         * nss/getent.c: Add support for initgroups lookups through getgrouplist
69116         interface.
69118         * grp/initgroups.c (__nss_initgroups_database): Renamed and exported.
69119         (internal_getgrouplist): Adjust to name change.
69120         Update use_initgroups_entry if this is not the first call.
69121         * nss/databases.def: Add initgroups entry.
69123         * nss/makedb.c (compute_tables): Check result of multiple hash table
69124         sizes to minimize maximum chain length.
69126 2011-06-14  Ulrich Drepper  <drepper@gmail.com>
69128         * Versions.def: Add entry for libnss_db.
69129         * shlib-versions: Likewise.
69130         * nss/Makefile: Add rules to build libnss_db.
69131         * nss/Versions: Add libnss_db information.  Organize libnss_files
69132         entries better.
69133         * nss/db-Makefile: Add gshadow support.  Change rules for the new
69134         makedb progra.  Some minor improvements to generate smaller files.
69135         * nss/nss_db/nss_db.h: Move NSS database header data structures to
69136         here from...
69137         * nss/makedb.c: ...here.
69138         Improve database format to be smaller and require less memory at
69139         runtime.
69140         * nss/nss_db/db-XXX.x: Adjust for new database format.  Don't use
69141         db anymore.
69142         * nss/nss_db/db-netgrp.c: Likewise.
69143         * nss/nss_db/db-open.c: Likewise.
69144         * nss/nss_files/flies-XXX.x: Adjust comments.
69145         * nss/nss_files/files-ethers.c: Adjust for new DB_LOOKUP definition.
69146         * nss/nss_files/files-grp.c: Likewise.
69147         * nss/nss_files/files-hosts.c: Likewise.
69148         * nss/nss_files/files-network.c: Likewise.
69149         * nss/nss_files/files-proto.c: Likewise.
69150         * nss/nss_files/files-pwd.c: Likewise.
69151         * nss/nss_files/files-rpc.c: Likewise.
69152         * nss/nss_files/files-service.c: Likewise.
69153         * nss/nss_files/files-sgrp.c: Likewise.
69154         * nss/nss_files/files-spwd.c: Likewise.
69155         * nss/nss_db/db-alias.c: Removed.
69156         * nss/nss_db/dummy-db.h: Removed.
69158 2011-06-02  Ulrich Drepper  <drepper@gmail.com>
69160         * nss/makedb.c: Rewritten to not use database library.
69161         * nss/Makefile: Update to build new makedb program.
69163 2011-06-14  Andreas Jaeger  <aj@suse.de>
69165         * sysdeps/unix/sysv/linux/check_native.c: Include <string.h> for
69166         memset declaration.
69168 2011-06-10  Andreas Schwab  <schwab@redhat.com>
69170         * sysdeps/posix/getaddrinfo.c (gaih_inet): Fix logic allocating
69171         tmpbuf.
69173 2011-06-10  Roland McGrath  <roland@hack.frob.com>
69175         * Makerules (shlib.lds): Fail if the linker script comes out empty.
69176         * elf/Makefile ($(objpfx)ld.so): Likewise.
69178         * Makefile ($(common-objpfx)linkobj/libc.so): Break long lines with \.
69179         Don't list ld.so twice in dependencies.
69181         * posix/bug-regex31.c: Include <stdlib.h>.
69183         * nscd/hstcache.c (cache_addhst): Remove unused variable.
69185         * nis/nss_compat/compat-spwd.c
69186         (getspent_next_nss_netgr): Remove unused variable.
69187         * nis/nss_compat/compat-pwd.c (getpwent_next_nss_netgr): Likewise.
69189         * nis/nis_print_group_entry.c (nis_print_group_entry): Fix "Implicit
69190         nonmembers" output to use the right array.
69192         * resolv/nss_dns/dns-network.c (getanswer_r): Remove unused variable.
69194         * elf/dl-open.c (_dl_open): Quash warnings when DL_NNS==1.
69196         * locale/programs/ld-ctype.c (ctype_read): Remove unused variable.
69197         * locale/programs/ld-collate.c (add_to_tablewc): Likewise.
69198         * catgets/gencat.c (read_input_file): Likewise.
69199         * locale/programs/locarchive.c (enlarge_archive): Likewise.
69201         * sunrpc/clnt_udp.c (__libc_clntudp_bufcreate): Move DONTBLOCK
69202         variable definition inside #if's controlling its use.
69204         * inet/getnetgrent_r.c (innetgr): Remove unused variable.
69206         * resolv/res_hconf.c (_res_hconf_reorder_addrs): Fix errno restoration.
69208         * misc/syslog.c (__vsyslog_chk): Remove unused variable.
69210         * io/fts.c (fts_build): Use if (0 && ...) rather than #if 0 for
69211         unreachable code.
69213         * stdio-common/printf_fp.c (___printf_fp): Remove unused variable.
69215         * configure.in (nss-crypt check): Use AC_LANG_PROGRAM.
69216         * configure: Regenerated.
69218         * Makerules: Revert last change.
69219         * elf/Makefile: Likewise.
69221 2011-06-09  Roland McGrath  <roland@hack.frob.com>
69223         * Makerules ($(common-objpfx)libc_pic.os): Use -Wl, before -r.
69224         * elf/Makefile ($(objpfx)librtld.os): Likewise.
69225         (reloc-link): Likewise.
69227 2011-06-09  Ulrich Drepper  <drepper@gmail.com>
69229         * elf/Makefile: Add rules to build pldd.
69230         * elf/pldd.c: New file.
69231         * elf/pldd-xx.c: New file.
69233 2011-06-07  Ulrich Drepper  <drepper@gmail.com>
69235         * version.h: Update for 2.15 development version.
69237 2011-06-07  David S. Miller  <davem@davemloft.net>
69239         * sysdeps/sparc/sparc32/dl-irel.h (elf_irela): Pass dl_hwcap to
69240         ifuncs.
69241         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela,
69242         elf_machine_lazy_rel): Likewise.
69243         * sysdeps/sparc/sparc64/dl-irel.h (elf_irela): Likewise.
69244         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela,
69245         elf_machine_lazy_rel): Likewise.
69246         * sysdeps/sparc/sparc64/multiarch/memcpy.S (memcpy): Fetch
69247         dl_hwcap via passed in argument.
69248         * sysdeps/sparc/sparc64/multiarch/memset.S (memset, bzero):
69249         Likewise.
69251 2011-06-06  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
69253         * stdlib/longlong.h: Update from GCC.  Fix smul_ppmm for S/390.
69255 2011-06-06  Roland McGrath  <roland@hack.frob.com>
69257         [BZ #12849]
69258         * manual/fdl-1.1.texi: New file, verbatim from:
69259         http://www.gnu.org/licenses/old-licenses/fdl-1.1.texi
69260         * manual/lgpl-2.1.texi: New file, verbatim from:
69261         http://www.gnu.org/licenses/old-licenses/lgpl-2.1.texi
69262         * manual/Makefile (licenses): New variable, list those new file names.
69263         (texis): Use it.
69264         (chapters.% top-menu.%): Include $(licenses) with $(appendices).
69266         * manual/fdl.texi: File removed.
69267         * manual/lesser.texi: File removed.
69268         * manual/libc.texinfo (Copying, Documentation License):
69269         Use new @include file names, put @appendix directive before @include.
69271 2011-06-04  Jakub Jelinek  <jakub@redhat.com>
69273         [BZ #12841]
69274         * rt/bits/mqueue2.h (__mq_open_2): Add __THROW.
69275         (__mq_open_alias): Use __REDIRECT_NTH instead of __REDIRECT.
69276         (mq_open): Add __NTH.
69278 2011-06-02  H.J. Lu  <hongjiu.lu@intel.com>
69280         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
69281         Assume Intel Core i3/i5/i7 processor if AVX is available.
69283 2011-05-31  Ulrich Drepper  <drepper@gmail.com>
69285         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard): Fix
69286         typo.
69288 2011-05-31  Andreas Schwab  <schwab@redhat.com>
69290         * nscd/nscd_getserv_r.c (nscd_getserv_r): Don't free non-malloced
69291         memory.  Use alloca_account.  Fix memory leak when retrying.
69293 2011-05-31  Ulrich Drepper  <drepper@gmail.com>
69295         * version.h (RELEASE): Bump for 2.14 release.
69296         * include/features.h (__GLIBC_MINOR__): Bump to 14.
69298         * config.make.in (RANLIB): Remove entry.
69300 2011-05-30  Ulrich Drepper  <drepper@gmail.com>
69302         * po/Makefile (po-sed-cmd): Add ksh to extensions.
69303         (libc.pot): Work around missing support for .ksh extension in xgettext.
69305         [BZ #12684]
69306         * resolv/res_send.c (__libc_res_nsend): Only go to the next name server
69307         if both request failed.
69308         (send_dg): In case of server errors clear resplen or *resplen2.
69310         [BZ #12454]
69311         * elf/dl-deps.c (_dl_map_object_deps): Run initializer sorting only
69312         when there are multiple maps.
69313         * elf/dl-fini.c (_dl_sort_fini): Check for list of one.
69314         (_dl_fini): Remove test here.
69316         * elf/rtld.c (dl_main): Don't allow the loader to load itself.
69318 2011-05-29  Ulrich Drepper  <drepper@gmail.com>
69320         [BZ #12350]
69321         * sysdeps/posix/getaddrinfo.c (gethosts): Restore only RES_USE_IENT6
69322         bit from old_res_options.
69323         (gaih_inet): Likewise.
69325         [BZ #11099]
69326         * shadow/sgetspent_r.c (LINE_PARSER): Interpret numeric field values
69327         as signed.
69329         * resolv/res_init.c (res_setoptions): Make the code more compact.
69331         [BZ #11558]
69332         * resolv/res_init.c (res_setoptions): Recognize use-vc option and
69333         set RES_USEVC.
69335         [BZ #11634]
69336         * elf/Makefile (tests): Don't add tst-audit[67] without working -mavx.
69338         * malloc/malloc.h: Mark malloc hook variables as deprecated.
69340         [BZ #11781]
69341         * malloc/malloc.h: Declare malloc hook variables as volatile.
69343         * locale/programs/locarchive.c (add_locale_to_archive): Fix typo
69344         in last patch.
69346         [BZ #11799]
69347         * sysdeps/unix/sysv/linux/bits/siginfo.h (SI_USER): Don't mention
69348         raise in the comment.
69349         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h: Likewise.
69350         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h: Likewise.
69351         * sysdeps/unix/sysv/linux/ia64/bits/siginfo.h: Likewise.
69353 2011-05-28  Ulrich Drepper  <drepper@gmail.com>
69355         [BZ #12811]
69356         * posix/regex_internal.c (build_wcs_buffer): Don't signal we have to
69357         grow the buffers more if it already has to be sufficient.
69358         (build_wcs_upper_buffer): Likewise.
69359         * posix/regexec.c (check_matching): Likewise.
69360         (clean_state_log_if_needed): Likewise.
69361         (extend_buffers): Don't enlarge buffers beyond size of the input
69362         buffer.
69363         Patches mostly by Emil Wojak <emil@wojak.eu>.
69364         * posix/bug-regex32.c: New file.
69365         * posix/Makefile (tests): Add bug-regex32.
69367         * locale/findlocale.c (_nl_find_locale): Return right away if
69368         _nl_explode_name failed.
69369         * locale/programs/locarchive.c (add_locale_to_archive): Likewise.
69371         * sysdeps/unix/sysv/linux/socketcall.h (SOCKOP_sendmmsg): Define.
69373         * debug/xtrace.sh: Unify messages.
69374         * malloc/memusage.sh: Likewise.
69376         [BZ #12813]
69377         * sysdeps/unix/sysv/linux/x86_64/init-first.c (__vdso_time): Retrieve
69378         time symbol from vDSO.  Substitute with vsyscall if not available.
69379         * sysdeps/unix/sysv/linux/x86_64/time.S [SHARED]: Use
69380         __vdso_time.
69382         * sysdeps/unix/sysv/linux/internal_sendmmsg.S: New file.
69383         * sysdeps/unix/sysv/linux/sendmmsg.c: New file.
69384         * sysdeps/unix/sysv/linux/Makefile [subdir=socket] (sysdep_routines):
69385         Add sendmmsg and internal_sendmmsg.
69386         * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14]: Add sendmmsg.
69387         * sysdeps/unix/sysv/linux/bits/socket.h: Declare sendmmsg.
69388         * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_SENDMMSG.
69390         * sysdeps/unix/sysv/linux/syscalls.list: Add setns entry.
69391         * sysdeps/unix/sysv/linux/bits/sched.h: Declare setns.
69392         * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14]: Add setns.
69394 2011-05-27  Ulrich Drepper  <drepper@gmail.com>
69396         [BZ #12813]
69397         * sysdeps/unix/sysv/linux/x86_64/init-first.c (__vdso_getcpu):
69398         Retrieve getcpu symbol from vDSO.  Substitute with vsyscall if not
69399         available.
69400         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S [SHARED]: Use
69401         __vdso_getcpu.
69403         [BZ #12814]
69404         * iconvdata/Makefile (tests): Add bug-iconv9.
69405         * iconvdata/bug-iconv9.c: New file.
69407 2011-05-27  Andreas Schwab  <schwab@redhat.com>
69409         [BZ #12814]
69410         * iconvdata/iso-2022-jp.c (BODY): Fix invalid variable shadowing.
69412 2011-05-25  Jakub Jelinek  <jakub@redhat.com>
69414         * sysdeps/unix/sysv/linux/x86_64/sys/user.h
69415         (struct user_regs_struct): Change intcs field back to cs.
69417 2011-05-25  Ulrich Drepper  <drepper@gmail.com>
69419         * po/ja.po: Update from translation team.
69421 2011-05-23  Ulrich Drepper  <drepper@gmail.com>
69423         [BZ #12795]
69424         * sysdeps/unix/sysv/linux/bits/resource.h (RLIMIT_RTTIME): Define.
69425         * sysdeps/unix/sysv/linux/sparc/bits/resource.h: Likewise.
69427 2011-05-20  Andreas Schwab  <schwab@redhat.com>
69429         * stdlib/longlong.h: Update from GCC.
69431 2011-05-23  Andreas Schwab  <schwab@redhat.com>
69433         * sysdeps/unix/sysv/linux/ia64/sysconf.c (HAS_CPUCLOCK): Add
69434         parameter name.
69435         * sysdeps/unix/sysv/linux/sysconf.c (has_cpuclock, HAS_CPUCLOCK):
69436         Add parameter name.
69437         (__sysconf): Pass it down.
69439 2011-05-22  Ulrich Drepper  <drepper@gmail.com>
69441         [BZ #12671]
69442         * nis/nss_nis/nis-alias.c (_nss_nis_getaliasbyname_r): Use malloc in
69443         some situations.
69444         * nscd/nscd_getserv_r.c (nscd_getserv_r): Likewise.
69445         * posix/glob.c (glob_in_dir): Take additional parameter alloca_used.
69446         add in in __libc_use_alloca calls.  Adjust callers.
69447         (glob): Use malloc in some situations.
69449         * elf/dl-runtime.c (_dl_profile_fixup): Also store LA_SYMB_NOPLTENTER
69450         and LA_SYMB_NOPLTEXIT in flags which are passed to pltenter and
69451         pltexit.
69453 2011-05-21  Ulrich Drepper  <drepper@gmail.com>
69455         * sysdeps/unix/sysv/linux/bits/time.h: Define CLOCK_REALTIME_ALARM
69456         and CLOCK_BOOTTIME_ALARM.
69458         [BZ #12782]
69459         * string/xpg-strerror.c (__xpg_strerror_r): Fill buffer even if error
69460         is returned.
69462         * string/_strerror.c (__strerror_r): Print negative errors as signed
69463         numbers.
69465         [BZ #12777]
69466         * iconvdata/cp1258.c (comp_table_data): Remove entry 0x00A5 0xEC.
69467         (decomp_table): Change U0385 entry to emit 0xA5 0xEC.
69468         * iconvdata/CP1258.irreversible: Adjust entry 0xA8EC.
69470         * configure.in: Fix typo in redirection and correct removal of test
69471         files in two cases.
69473         [BZ #12788]
69474         * locale/setlocale.c (new_composite_name): Fix test to check for
69475         identical name of all categories.
69477         [BZ #12792]
69478         * libio/filedoalloc.c (local_isatty): New function.
69479         (_IO_file_doallocate): Use local_isatty.
69480         * stdio-common/perror.c (perror): In case a new stream is used
69481         forward the stream error.
69482         * stdio-common/vfprintf.c (ARGCHECK): For read-only streams also set
69483         error flag.
69485 2011-05-20  Ulrich Drepper  <drepper@gmail.com>
69487         [BZ #11884]
69488         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't unconditionally use
69489         alloca.
69490         * include/alloca.h (extend_alloca_account): Define.
69492         [BZ #11857]
69493         * posix/regex.h: Fix comments with documentation of user-accessible
69494         fields after compilation and describe correct free'ing of pattern
69495         after re_compile_pattern.
69496         Patch by Reuben Thomas <rrt@sc3d.org>.
69498 2011-05-18  Ryan S. Arnold  <rsa@us.ibm.com>
69500         * sysdeps/powerpc/powerpc64/Makefile (no-special-regs): Add -mno-vsx
69501         and -mno-altivec to prevent the compiler from using Altivec and/or
69502         VSX instructions when the corresponding registers are not available.
69504 2011-05-19  Andreas Schwab  <schwab@redhat.com>
69506         * grp/compat-initgroups.c (__libc_use_alloca): Don't define.
69508 2011-05-19  Ulrich Drepper  <drepper@gmail.com>
69510         * libio/freopen.c (freopen): Use __dup2, not dup2.
69511         * libio/freopen64.c (freopen64): Likewise.
69513 2011-05-17  H.J. Lu  <hongjiu.lu@intel.com>
69515         [BZ #12775]
69516         * sysdeps/x86_64/fpu/e_powl.S: Fix a typo.
69517         * math/Makefile (tests): Add test-powl.
69518         (CFLAGS-test-powl.c): Define.
69519         * math/test-powl.c: New file.
69521 2011-05-16  H.J. Lu  <hongjiu.lu@intel.com>
69523         * fileops.c (_IO_new_file_fopen): Get fd from _IO_fileno.
69525 2011-05-17  Ulrich Drepper  <drepper@gmail.com>
69527         [BZ #11837]
69528         * iconvdata/gb18030.c: Update to GB18020-2005.
69530 2011-05-16  Ulrich Drepper  <drepper@gmail.com>
69532         * posix/regex.h (RE_SYNTAX_AWK, RE_SYNTAX_GNU_AWK,
69533         RE_SYNTAX_POSIX_AWK): Update to match recent development.
69534         Patch by Aharon Robbins <arnold@skeeve.com>.
69536         [BZ #11892]
69537         * stdlib/putenv.c (putenv): Don't always create copy of the variable
69538         on the stack.
69540         [BZ #11895]
69541         * misc/pselect.c (__pselect): Handle timeout value errors hidden
69542         through underflows.
69544         [BZ #12766]
69545         * misc/error.c (error_at_line): Ensure file_name and old_file_name
69546         point to strings before performing equality test for error_one_per_line
69547         mode.
69549         [BZ #11697]
69550         * login/programs/pt_chown.c (do_pt_chown): Always call chown.
69552         [BZ #11820]
69553         * sysdeps/unix/sysv/linux/x86_64/sys/user.h
69554         (struct user_fpregs_struct): Avoid __uint*_t types.
69556         [BZ #6420]
69557         * malloc/mtrace.c (tr_where): Add additional parameter to point to
69558         symbol info.  Use it instead of calling _dl_addr locally.
69559         (lock_and_info): New function.
69560         (tr_freehook): Call lock_and_info and pass symbol info as additional
69561         parameter to tr_where.
69562         (tr_mallochook): Likewise.
69563         (tr_reallochook): Likewise.
69564         (tr_memalignhook): Likewise.
69566         * malloc/mtrace.c: Remove support for USE_MTRACE_FILE.  It is not
69567         used and couldn't be at all thread-safe.
69569 2011-05-15  Ulrich Drepper  <drepper@gmail.com>
69571         * libio/freopen.c (freopen): Don't close old file descriptor
69572         before the new one is opened.  Instead dup the new file descriptor
69573         to the old one after the new stream is created.
69574         * libio/freopen64.c (freopen64): Likewise.
69575         * libio/libio.h: Define _IO_FLAGS2_NOCLOSE and _IO_FLAGS2_CLOEXEC.
69576         * libio/fileops.c (_IO_new_file_close_it): Handle new
69577         _IO_FLAGS2_NOCLOSE flag.
69578         (_IO_new_file_fopen): Set _IO_FLAGS2_CLOEXEC for "e" mode.
69579         If _IO_file_open didn't set FD_CLOEXEC do it after the call.
69580         * libio/oldfileops.c (_IO_old_file_close_it): Handle new
69581         _IO_FLAGS2_NOCLOSE flag.
69582         * include/unistd.h: Add hidden_proto for dup3.
69583         Define __have_dup3.
69584         * io/dup3.c: Define hidden symbol.
69585         * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_DUP3.
69587         [BZ #7101]
69588         * posix/getopt.c (_getopt_internal_r): List all ambigious possibilities
69589         when an incomplete long option is used.
69590         * posix/tst-getopt_long1.c: New file.
69591         * posix/Makefile (tests): Add tst-getopt_long1.
69593         [BZ #10138]
69594         * scripts/config.guess: Update from autoconf-2.68.
69595         * scripts/config.sub: Likewise.
69597         [BZ #10157]
69598         * sysdeps/unix/sysv/linux/sysconf.c (__sysconf): Split out CPUTIME
69599         tests into ...
69600         (has_cpuclock): ...this.  New function.
69601         * sysdeps/unix/sysv/linux/ia64/sysconf.c: Just define HAS_CPUCLOCK
69602         macro here based on has_cpuclock code.
69604         [BZ #10149]
69605         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
69606         First byte (not low byte) is now always NUL.
69607         * sysdeps/generic/dl-osinfo.h (_dl_setup_stack_chk_guard): Likewise.
69609         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
69610         Use non-cancelable interfaces.
69612         [BZ #9809]
69613         * locale/iso-639.def: Add entry for Sorani.
69615         [BZ #11901]
69616         * include/stdlib.h: Move include protection to the right place.
69617         Define abort_msg_s.  Declare __abort_msg with it.
69618         * stdlib/abort.c (__abort_msg): Adjust type.
69619         * assert/assert.c (__assert_fail_base): New function.  Majority
69620         of code from __assert_fail.  Allocate memory for __abort_msg with
69621         mmap.
69622         (__assert_fail): Now call __assert_fail_base.
69623         * assert/assert-perr.c: Remove bulk of implementation.  Use
69624         __assert_fail_base.
69625         * include/assert.hL Declare __assert_fail_base.
69626         * sysdeps/posix/libc_fatal.c: Allocate memory for __abort_msg with
69627         mmap.
69628         * sysdeps/unix/sysv/linux/libc_fatal.c: Likewise.
69630 2011-05-14  Ulrich Drepper  <drepper@gmail.com>
69632         [BZ #11952]
69633         [BZ #12453]
69634         * elf/dl-open.c (dl_open_worker): Delay calls to _dl_update_slotinfo
69635         until all modules are registered in the DTV.
69636         * elf/Makefile: Add rules to build and run tst-tls19.
69637         * elf/tst-tls19.c: New file.
69638         * elf/tst-tls19mod1.c: New file.
69639         * elf/tst-tls19mod2.c: New file.
69640         * elf/tst-tls19mod3.c: New file.
69641         Patch mostly by Martin von Gagern <Martin.vGagern@gmx.net>.
69643         [BZ #12083]
69644         * sysdeps/pthread/aio_misc.c (__aio_init): Compute optim.aio_num
69645         correctly.
69647         [BZ #12601]
69648         * iconvdata/cp932.c (BODY to UCS4): Fix incrementing inptr in case of
69649         two-byte sequence errors.
69650         * iconvdata/Makefile (tests): Add bug-iconv8.
69651         * iconvdata/bug-iconv8.c: New file.
69653         [BZ #12626]
69654         * sysdeps/generic/elf/backtracesymsfd.c (__backtrace_symbols_fd): Move
69655         buf2 definition.
69657         * libio/fileops.c (_IO_new_file_close_it): Initialize write_status.
69659         [BZ #12432]
69660         * sysdeps/ia64/backtrace.c (struct trace_reg): Add cfa element.
69661         (dummy_getcfa): New function.
69662         (init): Get _Unwind_GetCFA address, use dummy if not found.
69663         (backtrace_helper): In recursion check, also check whether CFA changes.
69664         (__backtrace): Completely initialize arg.
69666         * iconv/loop.c (SINGLE) [STORE_REST]: Add input bytes to bytebuf before
69667         storing incomplete byte sequence in state object.  Avoid testing for
69668         guaranteed too small input if we know there is enough data available.
69670 2011-05-11  Andreas Schwab  <schwab@redhat.com>
69672         * Makeconfig (+link-pie): Indent.
69673         * Rules (binaries-pie): Define if $(have-fpie) and
69674         $(build-shared).
69675         (binaries-shared): Also filter out $(binaries-pie).
69676         ($(addprefix $(objpfx),$(binaries-pie))): New rule.
69677         * nscd/Makefile (others-pie): Add nscd.
69678         (LDFLAGS-nscd): Set this instead of relro-LDFLAGS.
69679         ($(objpfx)nscd): Remove command override.
69680         * login/Makefile (others-pie): Add pt_chown.
69681         ($(objpfx)pt_chown): Remove command override.
69682         * elf/Makefile: Add PIE tests to tests and tests-pie variables and
69683         remove command overrides.
69685 2011-05-13  Ulrich Drepper  <drepper@gmail.com>
69687         * libio/tst_putwc.c: Fix error messages.
69689         [BZ #12724]
69690         * libio/fileops.c (_IO_new_file_close_it): Always flush when
69691         currently writing and seek to current position when not.
69692         * libio/Makefile (tests): Add bug-fclose1.
69693         * libio/bug-fclose1.c: New file.
69695 2011-05-12  Ulrich Drepper  <drepper@gmail.com>
69697         [BZ #12511]
69698         * elf/dl-lookup.c (enter): Don't test for copy relocation here and
69699         don't set DF_1_NODELETE here.
69700         (do_lookup_x): When entering new entry test for copy relocation
69701         and if necessary set DF_1_NODELETE flag.
69702         * elf/tst-unique4.cc: New file.
69703         * elf/tst-unique4.h: New file.
69704         * elf/tst-unique4lib.cc: New file.
69705         * elf/Makefile: Add rules to build and run tst-unique4.
69706         Patch by Piotr Bury <pbury@goahead.com>.
69708 2011-05-11  Ulrich Drepper  <drepper@gmail.com>
69710         [BZ #12052]
69711         * sysdeps/posix/spawni.c (__spawni): Fix sched_setscheduler call.
69713         [BZ #12625]
69714         * misc/mntent_r.c (addmntent): Flush the stream after the output
69716         [BZ #12393]
69717         * elf/dl-load.c (is_trusted_path): Remove unnecessary test.
69718         (is_trusted_path_normalize): Skip initial colon.  Append slash
69719         to empty buffer.  Duplicate is_trusted_path code but allow
69720         constructed patch to be prefix.
69721         (is_dst): Allow $ORIGIN followed by /.
69722         (_dl_dst_substitute): Correct clearing of check_for_trusted.
69723         Correct testing of result of is_trusted_path_normalize
69724         (decompose_rpath): Fix warning.
69726 2011-05-10  Ulrich Drepper  <drepper@gmail.com>
69728         [BZ #11257]
69729         * grp/initgroups.c (internal_getgrouplist): When we found the service
69730         list through the initgroups entry in nsswitch.conf do not always
69731         continue on a successful lookup.  Don't always use the
69732         __nss_group_database value if it is set.
69733         * nss/nsswitch.conf (initgroups): Change action for successful db
69734         lookup to continue for compatibility.
69736 2011-05-09  Ulrich Drepper  <drepper@gmail.com>
69738         [BZ #11532]
69739         * iconvdata/Makefile: Add rules to build CP770, CP771, CP772, CP773,
69740         and CP774 modules.
69741         * iconvdata/gconv-modules: Add entries for CP770, CP771, CP772, CP773,
69742         and CP774 modules.
69743         * iconvdata/tst-tables.sh: Likewise.
69744         * iconvdata/cp770.c: New file.
69745         * iconvdata/cp771.c: New file.
69746         * iconvdata/cp772.c: New file.
69747         * iconvdata/cp773.c: New file.
69748         * iconvdata/cp774.c: New file.
69749         * iconvdata/testdata/CP770: New file.
69750         * iconvdata/testdata/CP770..UTF8: New file.
69751         * iconvdata/testdata/CP771: New file.
69752         * iconvdata/testdata/CP771..UTF8: New file.
69753         * iconvdata/testdata/CP772: New file.
69754         * iconvdata/testdata/CP772..UTF8: New file.
69755         * iconvdata/testdata/CP773: New file.
69756         * iconvdata/testdata/CP773..UTF8: New file.
69757         * iconvdata/testdata/CP774: New file.
69758         * iconvdata/testdata/CP774..UTF8: New file.
69760         * iconvdata/gen-8bit-gap-1.sh: End reading of charmap file at
69761         END CHARMAP line.
69762         * iconvdata/gen-8bit-gap.sh: Likewise.
69763         * iconvdata/gen-8bit.sh: Likewise.
69765         * locale/iso-639.def: Add ary entry.
69767         [BZ #11258]
69768         * locale/C-translit.h.in: Add U20A1 transliteration.
69770         [BZ #12178]
69771         * locale/iso-639.def: Add wae entry.
69772         Patch by Kevin Bortis <bortis@translate-wae.ch>.
69774         [BZ #12545]
69775         * locale/programs/localedef.c (construct_output_path): Use ssize_t
69776         for n.
69778         [BZ #12711]
69779         * locale/C-translit.h.in: Add entry for U20B9.
69780         Patch by pravin.d.s@gmail.com.
69782 2011-05-08  Ulrich Drepper  <drepper@gmail.com>
69784         [BZ #12713]
69785         * sysdeps/unix/sysv/linux/getcwd.c: If getcwd syscall report
69786         ENAMETOOLONG use generic getcwd.
69787         * sysdeps/posix/getcwd.c: Add support to use openat.  Make usable
69788         in rtld.  Use *stat64.
69789         * sysdeps/unix/sysv/linux/Makefile [subdir=elf] (sysdep-rtld-routines):
69790         Add dl-getcwd, dl-openat64, dl-opendir, dl-fxstatat64.
69791         * sysdeps/unix/sysv/linux/dl-getcwd.c: New file.
69792         * sysdeps/unix/sysv/linux/dl-openat64.c: New file.
69793         * sysdeps/unix/sysv/linux/dl-opendir.c: New file.
69794         * sysdeps/unix/sysv/linux/dl-fxstat64.c: New file.
69795         * include/sys/stat.h: Define __fstatat, __lstat64, __fstat64, and
69796         __fstatat64 macros.
69797         * include/dirent.h: Add libc_hidden_proto for rewinddir.
69798         * dirent/rewinddir.c: Add libc_hidden_def.
69799         * sysdeps/mach/hurd/rewinddir.c: Likewise.
69800         * sysdeps/unix/rewinddir.c: Likewise.  Don't do locking outside libc.
69802         * include/dirent.h (__alloc_dir): Add flags parameter.
69803         * sysdeps/unix/fdopendir.c (__fdopendir): Pass flags to __alloc_dir.
69804         * sysdeps/unix/opendir.c (__opendir): Pass 0 in new parameter to
69805         __alloc_dir.
69806         (__alloc_dir): Take new parameter.  Don't call fcntl for invocations
69807         from fdopendir if O_CLOEXEC is already set.
69809 2011-03-15  Alan Modra  <amodra@gmail.com>
69811         * elf/dl-reloc.c (_dl_try_allocate_static_tls <TLS_DTV_AT_TP>): Handle
69812         l_tls_firstbyte_offset non-zero.  Save padding offset in
69813         l_tls_firstbyte_offset for later use.
69814         * elf/dl-close.c (_dl_close_worker <TLS_DTV_AT_TP>): Correct code
69815         freeing static tls block.
69817 2011-03-05  Jonathan Nieder  <jrnieder@gmail.com>
69819         * sysdeps/unix/sysv/linux/sys/param.h: Fix an #ifndef __undef_ARG_MAX
69820         where #ifdef was intended.  The intent is to prevent ARG_MAX from
69821         being defined by the kernel headers.
69823 2011-05-07  Ulrich Drepper  <drepper@gmail.com>
69825         [BZ #12734]
69826         * resolv/resolv.h: Define RES_NOTLDQUERY.
69827         * resolv/res_init.c (res_setoptions): Recognize no_tld_query and
69828         no-tld-query and set RES_NOTLDQUERY.
69829         * resolv/res_debug.c (p_option): Handle RES_NOTLDQUERY.
69830         * resolv/res_query.c (__libc_res_nsearch): Backport changes from
69831         modern BIND to search name as TLD unless forbidden.
69833 2011-05-07  Petr Baudis  <pasky@suse.cz>
69834             Ulrich Drepper  <drepper@gmail.com>
69836         [BZ #12393]
69837         * elf/dl-load.c (fillin_rpath): Move trusted path check...
69838         (is_trusted_path): ...to here.
69839         (is_trusted_path_normalize): Wrapper for /../ and /./ normalization.
69840         (_dl_dst_substitute): Verify expanded $ORIGIN path elements
69841         using is_trusted_path_normalize() in setuid scripts.
69843 2011-05-06  Paul Pluzhnikov  <ppluzhnikov@google.com>
69845         * sysdeps/unix/sysv/linux/sys/sysmacros.h: Add missing
69846         __BEGIN/__END_DECLS.
69848 2011-05-06  Ulrich Drepper  <drepper@gmail.com>
69850         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn): Return
69851         NSS_STATUS_NOTFOUND if no record was found.
69853 2011-05-05  Andreas Schwab  <schwab@redhat.com>
69855         * sunrpc/Makefile (headers): Add rpc/netdb.h.
69856         (headers-not-in-tirpc): Remove rpc/netdb.h
69857         * resolv/netdb.h: Revert last change.
69859 2011-05-05  Paul Pluzhnikov  <ppluzhnikov@google.com>
69861         * Makeconfig (link-libc-static): Use --{start,end}-group to handle
69862         circular dependency between libgcc.a and libc.a.
69864 2011-05-05  Andreas Schwab  <schwab@redhat.com>
69866         * resolv/netdb.h: Don't include <rpc/netdb.h>.
69867         * nis/Makefile: Don't install rpcsvc/*.
69868         * inet/protocols/timed.h: Include <sys/types.h> and <sys/time.h>
69869         instead of <rpc/types.h>.
69870         (MAXHOSTNAMELEN): Define.
69872 2011-05-03  Andreas Schwab  <schwab@redhat.com>
69874         * elf/ldconfig.c (add_dir): Don't crash on empty path.
69876 2011-04-28  Maciej Babinski  <mbabinski@google.com>
69878         [BZ #12714]
69879         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't bypass
69880         gethostbyname4_r when IPv6 results are possible.
69882 2011-05-02  Ulrich Drepper  <drepper@gmail.com>
69884         [BZ #12723]
69885         * sysdeps/unix/sysv/linux/pathconf.c (__pathconf): Implement
69886         _PC_PIPE_BUF handling.
69888 2011-04-30  Bruno Haible  <bruno@clisp.org>
69890         [BZ #12717]
69891         * conform/data/netdb.h-data (getnameinfo): Make POSIX compliant.
69892         * resolv/netdb.h (getnameinfo): Change type of flags parameter
69893         to 'int'.
69894         * inet/getnameinfo.c (getnameinfo): Likewise.
69896 2011-04-29  Ulrich Drepper  <drepper@gmail.com>
69898         * grp/initgroups.c (internal_getgrouplist): Prefer initgroups setting
69899         to groups setting in database lookup.
69900         * nss/nsswitch.conf: Add initgroups entry.
69902 2011-04-22  Ulrich Drepper  <drepper@gmail.com>
69904         [BZ #12685]
69905         * libio/fileops.c (_IO_new_file_fopen): Scan up to 7 bytes of the
69906         mode string.
69907         Patch by Eric Blake <eblake@redhat.com>.
69909 2011-04-20  H.J. Lu  <hongjiu.lu@intel.com>
69911         * sunrpc/Makefile (need-export-routines): Add svc_run.
69912         (routines): Remove svc_run.
69913         ($(objpfx)thrsvc): Add $(common-objpfx)linkobj/libc.so.
69914         * sunrpc/clnt_perr.c (clnt_perrno): Export.
69915         * sunrpc/svc_run.c (svc_run): Likewise.
69916         * sunrpc/svc_udp.c (svcudp_create): Likewise.
69918 2011-04-21  Ulrich Drepper  <drepper@gmail.com>
69920         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn): Fix
69921         problem in reallocation in last patch.
69923 2011-04-20  Ulrich Drepper  <drepper@gmail.com>
69925         * sunrpc/Makefile: Move inclusion of Rules.
69927 2011-04-19  Ulrich Drepper  <drepper@gmail.com>
69929         * nss/nss_files/files-initgroups.c: New file.
69930         * nss/Makefile (libnss_files-routines): Add files-initgroups.
69931         * nss/Versions (libnss_files) [GLIBC_PRIVATE]: Export
69932         _nss_files_initgroups_dyn.
69934 2011-03-31  Richard Sandiford  <richard.sandiford@linaro.org>
69936         * elf/elf.h (R_ARM_IRELATIVE): Define.
69938 2011-04-19  Ulrich Drepper  <drepper@gmail.com>
69940         * po/ru.po: Update from translation team.
69942 2011-04-17  Ulrich Drepper  <drepper@gmail.com>
69944         * sunrpc/Makefile ($(rpc-compat-routines.os)): Add before-compile to
69945         dependencies.
69947 2011-02-06  Mike Frysinger  <vapier@gentoo.org>
69949         [BZ #12653]
69950         * sysdeps/i386/i686/multiarch/memcpy-ssse3-rep.S: Only protect
69951         MEMCPY_CHK with USE_AS_BCOPY ifdef check.
69952         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Likewise.
69953         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Likewise.
69954         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Likewise.
69956 2011-03-28  Andreas Schwab  <schwab@linux-m68k.org>
69958         * sysdeps/powerpc/powerpc32/power4/strncmp.S: Don't read past
69959         differing bytes.
69960         * sysdeps/powerpc/powerpc64/power4/strncmp.S: Likewise.
69961         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Likewise.
69962         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
69964 2011-04-17  Ulrich Drepper  <drepper@gmail.com>
69966         [BZ #12420]
69967         * sysdeps/unix/sysv/linux/x86_64/getcontext.S: Reload context after
69968         storing it.
69969         * stdlib/bug-getcontext.c: New file.
69970         * stdlib/Makefile: Add rules to build and run bug-getcontext.
69972 2011-04-13  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
69974         * sysdeps/s390/s390-64/utf16-utf32-z9.c: Wrap the z9-109
69975         instructions into .machine "z9-109".
69976         * sysdeps/s390/s390-64/utf8-utf16-z9.c: Likewise.
69977         * sysdeps/s390/s390-64/utf8-utf32-z9.c: Likewise.
69979 2011-04-11  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
69981         * sysdeps/s390/s390-32/elf/start.S (_start): Skip extra zeroes
69982         between environment variables and auxiliary vector.
69984 2011-04-16  Ulrich Drepper  <drepper@gmail.com>
69986         * Makefile: Add rules to build linkobj/libc.so.
69987         * include/libc-symbols.h: Define libc_hidden_nolink.
69988         * include/rpc/auth.h: Mark functions which are to be hidden.
69989         * include/rpc/auth_des.h: Likewise.
69990         * include/rpc/auth_unix.h: Likewise.
69991         * include/rpc/clnt.h: Likewise.
69992         * include/rpc/des_crypt.h: Likewise.
69993         * include/rpc/key_prot.h: Likewise.
69994         * include/rpc/pmap_clnt.h: Likewise.
69995         * include/rpc/pmap_prot.h: Likewise.
69996         * include/rpc/pmap_rmt.h: Likewise.
69997         * include/rpc/rpc_msg.h: Likewise.
69998         * include/rpc/svc.h: Likewise.
69999         * include/rpc/svc_auth.h: Likewise.
70000         * include/rpc/xdr.h: Likewise.
70001         * nis/Makefile: Link all DSOs against linkobj/libc.so.
70002         * nss/Makefile: Likewise.
70003         * sunrpc/Makefile: Don't install headers.  Build library with normal
70004         entry points.  Don't build rpcinfo.  Link RPC tests appropriately.
70005         * sunrpc/auth_des.c: Hide exported symbols by default, export some
70006         for the compat linking library.  Remove use of INTDEF/INTUSE.
70007         * sunrpc/auth_none.c: Likewise.
70008         * sunrpc/auth_unix.c: Likewise.
70009         * sunrpc/authdes_prot.c: Likewise.
70010         * sunrpc/authuxprot.c: Likewise.
70011         * sunrpc/clnt_gen.c: Likewise.
70012         * sunrpc/clnt_perr.c: Likewise.
70013         * sunrpc/clnt_raw.c: Likewise.
70014         * sunrpc/clnt_simp.c: Likewise.
70015         * sunrpc/clnt_tcp.c: Likewise.
70016         * sunrpc/clnt_udp.c: Likewise.
70017         * sunrpc/clnt_unix.c: Likewise.
70018         * sunrpc/des_crypt.c: Likewise.
70019         * sunrpc/des_soft.c: Likewise.
70020         * sunrpc/get_myaddr.c: Likewise.
70021         * sunrpc/key_call.c: Likewise.
70022         * sunrpc/key_prot.c: Likewise.
70023         * sunrpc/netname.c: Likewise.
70024         * sunrpc/pm_getmaps.c: Likewise.
70025         * sunrpc/pm_getport.c: Likewise.
70026         * sunrpc/pmap_clnt.c: Likewise.
70027         * sunrpc/pmap_prot.c: Likewise.
70028         * sunrpc/pmap_prot2.c: Likewise.
70029         * sunrpc/pmap_rmt.c: Likewise.
70030         * sunrpc/publickey.c: Likewise.
70031         * sunrpc/rpc_cmsg.c: Likewise.
70032         * sunrpc/rpc_common.c: Likewise.
70033         * sunrpc/rpc_dtable.c: Likewise.
70034         * sunrpc/rpc_prot.c: Likewise.
70035         * sunrpc/rpc_thread.c: Likewise.
70036         * sunrpc/rtime.c: Likewise.
70037         * sunrpc/svc.c: Likewise.
70038         * sunrpc/svc_auth.c: Likewise.
70039         * sunrpc/svc_authux.c: Likewise.
70040         * sunrpc/svc_raw.c: Likewise.
70041         * sunrpc/svc_run.c: Likewise.
70042         * sunrpc/svc_simple.c: Likewise.
70043         * sunrpc/svc_tcp.c: Likewise.
70044         * sunrpc/svc_udp.c: Likewise.
70045         * sunrpc/svc_unix.c: Likewise.
70046         * sunrpc/svcauth_des.c: Likewise.
70047         * sunrpc/xcrypt.c: Likewise.
70048         * sunrpc/xdr.c: Likewise.
70049         * sunrpc/xdr_array.c: Likewise.
70050         * sunrpc/xdr_float.c: Likewise.
70051         * sunrpc/xdr_intXX_t.c: Likewise.
70052         * sunrpc/xdr_mem.c: Likewise.
70053         * sunrpc/xdr_rec.c: Likewise.
70054         * sunrpc/xdr_ref.c: Likewise.
70055         * sunrpc/xdr_sizeof.c: Likewise.
70056         * sunrpc/xdr_stdio.c: Likewise.
70058 2011-04-10  Ulrich Drepper  <drepper@gmail.com>
70060         [BZ #12650]
70061         * sysdeps/i386/dl-tls.h: Define TLS_DTV_UNALLOCATED.
70062         * sysdeps/ia64/dl-tls.h: Likewise.
70063         * sysdeps/powerpc/dl-tls.h: Likewise.
70064         * sysdeps/s390/dl-tls.h: Likewise.
70065         * sysdeps/sh/dl-tls.h: Likewise.
70066         * sysdeps/sparc/dl-tls.h: Likewise.
70067         * sysdeps/x86_64/dl-tls.h: Likewise.
70068         * elf/dl-tls.c: Don't define TLS_DTV_UNALLOCATED here.
70070 2011-03-14  Andreas Schwab  <schwab@redhat.com>
70072         * elf/dl-load.c (_dl_dst_substitute): When skipping the first
70073         rpath element also skip the following colon.
70074         (expand_dynamic_string_token): Add is_path parameter and pass
70075         down to DL_DST_REQUIRED and _dl_dst_substitute.
70076         (decompose_rpath): Call expand_dynamic_string_token with
70077         non-zero is_path.  Ignore empty rpaths.
70078         (_dl_map_object_from_fd): Call expand_dynamic_string_token
70079         with zero is_path.
70081 2011-04-08  Andreas Schwab  <schwab@linux-m68k.org>
70083         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sync_file_range.c:
70084         Make cancelable.
70086 2011-04-09  Ulrich Drepper  <drepper@gmail.com>
70088         [BZ #12655]
70089         * sysdeps/unix/sysv/linux/sys/syscall.h: Fix comment.
70090         Patch by Filipe David Manana <fdmanana@apache.org>.
70092 2011-04-07  Andreas Schwab  <schwab@redhat.com>
70094         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S (CALL_FAIL):
70095         Maintain aligned stack.
70096         (CHECK_RSP): Remove unused macro.
70098 2011-04-03  Ulrich Drepper  <drepper@gmail.com>
70100         * sysdeps/x86_64/cacheinfo.c (intel_02_known): Fix typo in table.
70101         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_02_known): Likewise.
70103 2011-04-02  Ulrich Drepper  <drepper@gmail.com>
70105         * sysdeps/unix/sysv/linux/bits/time.h (CLOCK_BOOTTIME): Define.
70107         * include/features.h: Mention __USE_XOPEN2K8 in comment.
70109 2011-03-26  H.J. Lu  <hongjiu.lu@intel.com>
70111         [BZ #12518]
70112         * sysdeps/x86_64/Versions: Add memcpy to GLIBC_2.14.
70113         * sysdeps/x86_64/memcpy.S: Provide GLIBC_2_14 memcpy.
70114         * sysdeps/x86_64/memmove.c: New file.
70115         * sysdeps/x86_64/multiarch/memcpy.S: Include <shlib-compat.h>.
70116         (memcpy): Renamed to ...
70117         (__new_memcpy): This.
70118         (memcpy): Provide GLIBC_2_14 memcpy.
70119         * sysdeps/x86_64/multiarch/memmove.c: Include <shlib-compat.h>.
70120         (memcpy): Provide GLIBC_2_2_5 memcpy.
70122 2011-04-01  Ulrich Drepper  <drepper@gmail.com>
70124         [BZ #12631]
70125         * wcsmbs/wchar.h: Make wcpcpy and wcpncpy visible for __USE_XOPEN2K8.
70127 2011-03-30  Andreas Schwab  <schwab@redhat.com>
70129         * misc/syncfs.c: New file.
70130         * misc/Makefile (routines): Add syncfs.
70131         * posix/unistd.h: Declare syncfs.
70132         * sysdeps/unix/syscalls.list: Add syncfs.
70134 2011-04-01  Andreas Schwab  <schwab@redhat.com>
70136         * sysdeps/unix/sysv/linux/Versions: Rename open_by_handle to
70137         open_by_handle_at.
70138         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Likewise.
70139         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
70140         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
70141         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
70142         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
70143         * sysdeps/unix/sysv/linux/syscalls.list: Likewise.
70144         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
70146 2011-04-01  Ulrich Drepper  <drepper@gmail.com>
70148         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Define O_PATH.
70149         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
70150         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Likewise.
70151         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
70152         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
70153         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
70154         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
70156         * io/Makefile: Compile fallocate.c, fallocate64.c, and
70157         sync_file_range.c with -fexceptions.
70158         * sysdeps/unix/sysv/linux/fallocate.c: Make cancelable.
70159         * sysdeps/unix/sysv/linux/fallocate64.c: Likewise.
70160         * sysdeps/unix/sysv/linux/i386/fallocate.c: Likewise.
70161         * sysdeps/unix/sysv/linux/i386/fallocate64.c: Likewise.
70162         * sysdeps/unix/sysv/linux/wordsize-64/fallocate.c: Likewise.
70163         * sysdeps/unix/sysv/linux/sync_file_range.c: Likewise.
70164         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Mark
70165         sync_file_range as cancellation point
70166         * sysdeps/unix/sysv/linux/i386/sync_file_range.c: New file.  This is
70167         now a wrapper around __call_sync_file_range with cancellation handling.
70168         * sysdeps/unix/sysv/linux/i386/sync_file_range.S: Renamed to ...
70169         * sysdeps/unix/sysv/linux/i386/call_sync_file_range.S: ...this.  Change
70170         function name to __call_sync_file_range.
70171         * sysdeps/unix/sysv/linux/i386/Makefile [subdir=io] (sysdep_routines):
70172         Add call_sync_file_range.
70174 2011-04-01  Andreas Schwab  <schwab@redhat.com>
70176         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
70177         bits/timex.h.
70179 2011-04-01  Ulrich Drepper  <drepper@gmail.com>
70181         * iconv/iconv.h: Fix typo in comment.
70182         * io/fcntl.h: Likewise.
70183         * libio/stdio.h: Likewise.
70184         * posix/spawn.h: Likewise.
70185         * posix/unistd.h: Likewise.
70186         * stdlib/stdlib.h: Likewise.
70187         * time/time.h: Likewise.
70188         * wcsmbs/wchar.h: Likewise.
70190         * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14] (name_to_handle_at,
70191         open_by_handle): Add.
70192         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Define struct file_handle
70193         and MAX_HANDLE_SZ.  Declare name_to_handle_at and open_by_handle.
70194         Augment a few comments.
70195         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
70196         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
70197         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
70198         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
70199         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
70200         * sysdeps/unix/sysv/linux/syscalls.list: Add name_to_handle_at and
70201         open_by_handle.
70203         * io/fcntl.h (AT_EMPTY_PATH): Define.
70205 2011-03-30  Ulrich Drepper  <drepper@gmail.com>
70207         * sysdeps/unix/sysv/linux/syscalls.list: Add clock_adjtime.
70208         * sysdeps/unix/sysv/linux/bits/time.h: New file.
70209         * sysdeps/unix/sysv/linux/sys/timex.h: Move struct timex definition
70210         to...
70211         * sysdeps/unix/sysv/linux/bits/timex.h: ...here.  New file.
70212         * Versions.def: Add GLIBC_2.14.
70213         * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14] (clock_adjtime):
70214         Export.
70216 2011-03-22  Ulrich Drepper  <drepper@gmail.com>
70218         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_check_word): Increment
70219         round counter.
70220         * sysdeps/x86_64/cacheinfo.c (intel_check_word): Likewise.
70222 2011-03-20  H.J. Lu  <hongjiu.lu@intel.com>
70224         [BZ #12597]
70225         * string/test-strncmp.c (do_page_test): New function.
70226         (check2): Likewise.
70227         (test_main): Call check2.
70228         * sysdeps/x86_64/multiarch/strcmp.S: Properly cross page boundary.
70230 2011-03-20  Ulrich Drepper  <drepper@gmail.com>
70232         [BZ #12587]
70233         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_check_word):
70234         Handle cache information in CPU leaf 4.
70235         * sysdeps/x86_64/cacheinfo.c (intel_check_word): Likewise.
70237 2011-03-18  Ulrich Drepper  <drepper@gmail.com>
70239         [BZ #12583]
70240         * posix/fnmatch.c (fnmatch): Check size of pattern in wide
70241         character representation.
70242         Partly based on a patch by Tomas Hoger <thoger@redhat.com>.
70244 2011-03-16  Ryan S. Arnold  <rsa@us.ibm.com>
70246         * sysdeps/powerpc/powerpc32/power6/fpu/s_isnanf.S (isnanf): Fix
70247         END(__isnan) to END(__isnanf) to match function entry point/label
70248         EALIGN(__isnanf,...).
70250 2011-03-10  Jakub Jelinek  <jakub@redhat.com>
70252         * wcsmbs/wchar.h (wmemcmp): Remove __restrict qualifiers.
70254 2011-03-10  Ulrich Drepper  <drepper@gmail.com>
70256         [BZ #12510]
70257         * elf/dl-lookup.c (do_lookup_x): For copy relocations of unique objects
70258         copy from the symbol referenced in the relocation to initialize the
70259         used variable.
70260         Patch by Piotr Bury <pbury@goahead.com>.
70261         * elf/Makefile: Add rules to build and tst-unique3.
70262         * include/bits/dlfcn.h: Remove _dl_mcount_wrapper_check declaration.
70263         * elf/tst-unique3.cc: New file.
70264         * elf/tst-unique3.h: New file.
70265         * elf/tst-unique3lib.cc: New file.
70266         * elf/tst-unique3lib2.cc: New file.
70268         * elf/Makefile: Don't run tst-execstack* tests of SELinux is enabled.
70270 2011-03-10  Mike Frysinger  <vapier@gentoo.org>
70272         * sysdeps/sparc/sparc64/elf/configure.in (libc_cv_sparc64_tls): Add
70273         $LDFLAGS and -nostdlib -nostartfiles to linking step.  Change main
70274         to _start.
70276 2011-03-06  Ulrich Drepper  <drepper@gmail.com>
70278         * elf/dl-load.c (_dl_map_object): If we are looking for the first
70279         to-be-loaded object along a path to loader is ld.so.
70281 2011-03-02  Harsha Jagasia  <harsha.jagasia@amd.com>
70282             Ulrich Drepper  <drepper@gmail.com>
70284         * sysdeps/x86_64/memset.S: After aligning destination, code
70285         branches to different locations depending on the value of
70286         misalignment, when multiarch is enabled. Fix this.
70288 2011-03-02  Harsha Jagasia  <harsha.jagasia@amd.com>
70290         * sysdeps/x86_64/cacheinfo.c (init_cacheinfo):
70291         Set _x86_64_preferred_memory_instruction for AMD processsors.
70292         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
70293         Set bit_Prefer_SSE_for_memop for AMD processors.
70295 2011-03-04  Ulrich Drepper  <drepper@gmail.com>
70297         * libio/fmemopen.c (fmemopen): Optimize a bit.
70299 2011-03-03  Andreas Schwab  <schwab@redhat.com>
70301         * libio/fmemopen.c (fmemopen): Don't read past end of buffer.
70303 2011-03-03  Roland McGrath  <roland@redhat.com>
70305         * setjmp/bits/setjmp2.h: Canonicalize comment formatting.
70307 2011-02-28  Aurelien Jarno  <aurelien@aurel32.net>
70309         * sysdeps/sparc/sparc64/multiarch/memset.S(__bzero): Call
70310         __bzero_ultra1 instead of __memset_ultra1.
70312 2011-02-23  Andreas Schwab  <schwab@redhat.com>
70313             Ulrich Drepper  <drepper@gmail.com>
70315         [BZ #12509]
70316         * include/link.h (struct link_map): Add l_orig_initfini.
70317         * elf/dl-load.c (_dl_map_object_from_fd): Free realname before
70318         returning unsuccessfully.
70319         * elf/dl-close.c (_dl_close_worker): If this is the last explicit
70320         close of a file loaded at startup, restore the original l_initfini
70321         list.
70322         * elf/dl-deps.c (_dl_map_object_deps): Don't free old l_initfini
70323         list, store the pointer.
70324         * elf/Makefile ($(objpfx)noload-mem): New rule.
70325         (noload-ENV): Define.
70326         (tests): Add $(objpfx)noload-mem.
70327         * elf/noload.c: Include <memcheck.h>.
70328         (main): Call mtrace.  Close all opened handles.
70330 2011-02-17  Andreas Schwab  <schwab@redhat.com>
70332         [BZ #12454]
70333         * elf/dl-deps.c (_dl_map_object_deps): Signal error early when
70334         dependencies are missing.
70336 2011-02-22  Samuel Thibault  <samuel.thibault@ens-lyon.org>
70338         Fix __if_freereq crash: Unlike the generic version which uses free,
70339         Hurd needs munmap.
70340         * sysdeps/mach/hurd/ifreq.h: New file.
70342 2011-01-27  Petr Baudis  <pasky@suse.cz>
70343             Ulrich Drepper  <drepper@gmail.com>
70345         [BZ 12445]#
70346         * stdio-common/vfprintf.c (vfprintf): Pass correct newlen
70347         to extend_alloca().
70348         * stdio-common/bug23.c: New file.
70349         * stdio-common/Makefile (tests): Add bug23.
70351 2010-09-28  Andreas Schwab  <schwab@redhat.com>
70352             Ulrich Drepper  <drepper@gmail.com>
70354         [BZ #12489]
70355         * elf/rtld.c (dl_main): Move setting of GLRO(dl_init_all_dirs)
70356         before performing relro protection.  At old place add assertion
70357         to make sure nothing changed.
70359 2011-02-17  Nathan Sidwell  <nathan@codesourcery.com>
70360             Glauber de Oliveira Costa  <glommer@gmail.com>
70362         * elf/elf.h: Add new ARM TLS relocs.
70364 2011-02-16  Ryan S. Arnold  <rsa@us.ibm.com>
70366         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h:
70367         (INTERNAL_VSYSCALL_NCS INTERNAL_SYSCALL_NCS): Remove erroneous (int)
70368         cast from r3.
70369         * sysdeps/wordsize-64/Makefile: New file.  Add tst-writev to
70370         'tests' variable.
70371         * sysdeps/wordsize-64/tst-writev.c: New file.
70373 2011-02-15  Ryan S. Arnold  <rsa@us.ibm.com>
70375         * sysdeps/powerpc/powerpc64/power7/Makefile: New file which adds
70376         -mno-vsx to the CFLAGS-rtld.c variable to avoid using VSX registers and
70377         insns in _dl_start to prevent a TOC reference before relocs are
70378         resolved.
70380 2011-02-15  Ulrich Drepper  <drepper@gmail.com>
70382         [BZ #12469]
70383         * Makeconfig: Remove RANLIB definition.
70384         * Makerules: Don't use RANLIB.
70385         * aclocal.m4: Remove ranlib test.
70386         * configure.in: No need to check for ranlib.
70387         * elf/rtld-Rules: Don't use RANLIB.
70389 2011-02-16  Samuel Thibault  <samuel.thibault@ens-lyon.org>
70391         * sysdeps/mach/i386/sysdep.h: Add _MACH_I386_SYSDEP_H inclusion
70392         protection macro.
70393         * sysdeps/mach/i386/thread_state.h: Add _MACH_I386_THREAD_STATE_H
70394         inclusion protection macro.
70396         * stdio-common/psiginfo.c (psiginfo): Check pinfo->si_signo against
70397         SIGRTMIN and SIGRTMAX and print information in that case only when
70398         SIGRTMIN is defined.
70400 2011-02-11  Jakub Jelinek  <jakub@redhat.com>
70402         * stdio-common/printf-parsemb.c (__parse_one_specmb): Handle
70403         arginfo fn returning -1.
70405         * stdio-common/_i18n_number.h (_i18n_number_rewrite): Ensure decimal
70406         and thousands string is zero terminated.
70408 2011-02-03  Andreas Schwab  <schwab@redhat.com>
70410         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Sync with
70411         sysdeps/unix/sysv/linux/bits/socket.h.
70413 2011-01-30  Samuel Thibault  <samuel.thibault@ens-lyon.org>
70415         * bits/sched.h (__CPU_ZERO, __CPU_SET, __CPU_CLR, __CPU_ISSET)
70416         (__CPU_COUNT): Remove old macros.
70417         (__CPU_ZERO_S, __CPU_SET_S, __CPU_CLR_S, __CPU_ISSET_S)
70418         (__CPU_COUNT, __CPU_EQUAL_S, __CPU_OP_S, __CPU_ALLOC_SIZE)
70419         (__CPU_ALLOC, __CPU_FREE): Add macros.
70420         (__sched_cpualloc, __sched_cpufree): Add declarations.
70422 2011-02-05  Ulrich Drepper  <drepper@gmail.com>
70424         * nscd/nscd-client.h: Define MAX_TIMEOUT_VALUE.
70425         (struct datahead): Reuse 32 bits of the alignment for a TTL field.
70426         * nscd/aicache.c (addhstaiX): Return timeout of added value.
70427         (readdhstai): Return value of addhstaiX call.
70428         * nscd/grpcache.c (cache_addgr): Return timeout of added value.
70429         (addgrbyX): Return value returned by cache_addgr.
70430         (readdgrbyname): Return value returned by addgrbyX.
70431         (readdgrbygid): Likewise.
70432         * nscd/pwdcache.c (cache_addpw): Return timeout of added value.
70433         (addpwbyX): Return value returned by cache_addpw.
70434         (readdpwbyname): Return value returned by addhstbyX.
70435         (readdpwbyuid): Likewise.
70436         * nscd/servicescache.c (cache_addserv): Return timeout of added value.
70437         (addservbyX): Return value returned by cache_addserv.
70438         (readdservbyname): Return value returned by addservbyX:
70439         (readdservbyport): Likewise.
70440         * nscd/hstcache.c (cache_addhst): Return timeout of added value.
70441         (addhstbyX): Return value returned by cache_addhst.
70442         (readdhstbyname): Return value returned by addhstbyX.
70443         (readdhstbyaddr): Likewise.
70444         (readdhstbynamev6): Likewise.
70445         (readdhstbyaddrv6): Likewise.
70446         * nscd/initgrcache.c (addinitgroupsX): Return timeout of added value.
70447         (readdinitgroups): Return value returned by addinitgroupsX.
70448         * nscd/cache.c (readdfcts): Change return value of functions to time_t.
70449         (prune_cache): Keep track of timeout value of re-added entries.
70450         * nscd/connections.c (nscd_run_prune): Use MAX_TIMEOUT_VALUE.
70451         * nscd/nscd.h: Adjust prototypes of readd* functions.
70453 2011-02-04  Roland McGrath  <roland@redhat.com>
70455         * nis/nis_server.c (nis_servstate): Use the right name for 0.
70456         (nis_stats): Likewise.
70457         * nis/nis_modify.c (nis_modify): Likewise.
70458         * nis/nis_remove.c (nis_remove): Likewise.
70459         * nis/nis_add.c (nis_add): Likewise.
70461         * elf/dl-object.c (_dl_new_object): Remove unused variable L.
70463         * posix/fnmatch_loop.c: Add some consts.
70465         * sysdeps/x86_64/multiarch/memset-x86-64.S: Add an #undef.
70467 2011-02-02  H.J. Lu  <hongjiu.lu@intel.com>
70469         [BZ #12460]
70470         * config.make.in (config-cflags-novzeroupper): Define.
70471         * configure.in: Substitute libc_cv_cc_novzeroupper.
70472         * elf/Makefile (AVX-CFLAGS): Define.
70473         (CFLAGS-tst-audit4.c): Replace -mavx with $(AVX-CFLAGS).
70474         (CFLAGS-tst-auditmod4a.c): Likewise.
70475         (CFLAGS-tst-auditmod4b.c): Likewise.
70476         (CFLAGS-tst-auditmod6b.c): Likewise.
70477         (CFLAGS-tst-auditmod6c.c): Likewise.
70478         (CFLAGS-tst-auditmod7b.c): Likewise.
70479         * sysdeps/i386/configure.in: Check -mno-vzeroupper.
70481 2011-02-02  Ulrich Drepper  <drepper@gmail.com>
70483         * elf/dl-runtime.c (_dl_call_pltexit): Pass correct address of the
70484         function to the callback.
70485         Patch partly by Jiri Olsa <jolsa@redhat.com>.
70487 2011-02-02  Andreas Schwab  <schwab@redhat.com>
70489         * shadow/sgetspent.c: Check return value of __sgetspent_r instead
70490         of errno.
70492 2011-01-19  Ulrich Drepper  <drepper@gmail.com>
70494         [BZ #11724]
70495         * elf/dl-deps.c (_dl_map_object_deps): Rewrite sorting determining order
70496         of constructors.
70497         * elf/dl-fini.c (_dl_sort_fini): Rewrite sorting determining order
70498         of destructors.
70499         (_dl_fini): Don't call _dl_sort_fini if there is only one object.
70501         [BZ #11724]
70502         * elf/Makefile: Add rules to build and run new test.
70503         * elf/tst-initorder.c: New file.
70504         * elf/tst-initorder.exp: New file.
70505         * elf/tst-initordera1.c: New file.
70506         * elf/tst-initordera2.c: New file.
70507         * elf/tst-initordera3.c: New file.
70508         * elf/tst-initordera4.c: New file.
70509         * elf/tst-initorderb1.c: New file.
70510         * elf/tst-initorderb2.c: New file.
70511         * elf/tst-order-a1.c: New file.
70512         * elf/tst-order-a2.c: New file.
70513         * elf/tst-order-a3.c: New file.
70514         * elf/tst-order-a4.c: New file.
70515         * elf/tst-order-b1.c: New file.
70516         * elf/tst-order-b2.c: New file.
70517         * elf/tst-order-main.c: New file.
70518         New test case by George Gensure <werkt0@gmail.com>.
70520 2010-10-01  Andreas Schwab  <schwab@redhat.com>
70522         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't discard result of
70523         decoding ACE if AI_CANONIDN.
70525 2011-01-18  Ulrich Drepper  <drepper@gmail.com>
70527         * elf/Makefile: Build IFUNC tests unless multi-arch = no.
70529 2011-01-17  Ulrich Drepper  <drepper@gmail.com>
70531         * version.h (RELEASE): Bump for 2.13 release.
70532         * include/features.h: (__GLIBC_MINOR__): Bump to 13.
70534         * io/fcntl.h: Define AT_NO_AUTOMOUNT.
70536         * sysdeps/unix/sysv/linux/i386/bits/mman.h: Define MADV_HUGEPAGE and
70537         MADV_NOHUGEPAGE.
70538         * sysdeps/unix/sysv/linux/ia64/bits/mman.h: Likewise.
70539         * sysdeps/unix/sysv/linux/powerpc/bits/mman.h: Likewise.
70540         * sysdeps/unix/sysv/linux/s390/bits/mman.h: Likewise.
70541         * sysdeps/unix/sysv/linux/sh/bits/mman.h: Likewise.
70542         * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Likewise.
70543         * sysdeps/unix/sysv/linux/x86_64/bits/mman.h: Likewise.
70545         * posix/getconf.c: Update copyright year.
70546         * catgets/gencat.c: Likewise.
70547         * csu/version.c: Likewise.
70548         * debug/catchsegv.sh: Likewise.
70549         * debug/xtrace.sh: Likewise.
70550         * elf/ldconfig.c: Likewise.
70551         * elf/ldd.bash.in: Likewise.
70552         * elf/sprof.c (print_version): Likewise.
70553         * iconv/iconv_prog.c: Likewise.
70554         * iconv/iconvconfig.c: Likewise.
70555         * locale/programs/locale.c: Likewise.
70556         * locale/programs/localedef.c: Likewise.
70557         * malloc/memusage.sh: Likewise.
70558         * malloc/mtrace.pl: Likewise.
70559         * nscd/nscd.c (print_version): Likewise.
70560         * nss/getent.c: Likewise.
70562         * sysdeps/unix/sysv/linux/bits/socket.h: Define AF_CAIF, AF_ALG,
70563         PF_CAIF, and PF_ALG.
70564         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
70566 2011-01-16  Andreas Schwab  <schwab@linux-m68k.org>
70568         * elf/Makefile (tlsmod17a-modules, tlsmod18a-modules): Define.
70569         (modules-names): Use them.
70570         (ifunc-test-modules, ifunc-pie-tests): Define.
70571         (extra-test-objs): Add tlsmod17a-modules, tlsmod18a-modules,
70572         tst-pie1, ifunc-test-modules and ifunc-pie-tests objects.
70573         (test-extras): Likewise.
70574         ($(patsubst %,$(objpfx)%.os,$(tlsmod17a-modules))): Use
70575         $(compile-command.c).
70576         ($(patsubst %,$(objpfx)%.os,$(tlsmod18a-modules))): Likewise.
70577         (all-built-dso): Define.
70578         (check-textrel.out, check-execstack.out): Depend on it.
70580         * configure.in: Don't override --enable-multi-arch.
70582 2011-01-15  Ulrich Drepper  <drepper@gmail.com>
70584         [BZ #6812]
70585         * nscd/hstcache.c (tryagain): Define.
70586         (cache_addhst): Return tryagain not notfound for temporary errors.
70587         (addhstbyX): Also set h_errno to TRY_AGAIN when memory allocation
70588         failed.
70590 2011-01-14  Ulrich Drepper  <drepper@gmail.com>
70592         [BZ #10563]
70593         * sysdeps/unix/sysv/linux/i386/setgroups.c: Use INLINE_SETXID_SYSCALL
70594         to make the syscall.
70595         * sysdeps/unix/sysv/linux/setgroups.c: New file.
70597         [BZ #12378]
70598         * posix/fnmatch_loop.c (FCT): When matching '[' keep track of beginning
70599         and fall back to matching as normal character if the string ends before
70600         the matching ']' is found.  This is what POSIX requires.
70601         * posix/testfnm.c: Adjust test result.
70602         * posix/globtest.sh: Adjust test result.  Add new test.
70603         * posix/tst-fnmatch.input: Likewise.
70604         * posix/tst-fnmatch2.c: Add new test.
70606 2010-12-28  Andreas Schwab  <schwab@linux-m68k.org>
70608         * elf/Makefile (check-execstack): Revert last change.  Depend on
70609         check-execstack.h.
70610         (check-execstack.h): New target.
70611         (generated): Add check-execstack.h.
70612         * elf/check-execstack.c: Include "check-execstack.h".
70613         (main): Revert last change.
70614         (handle_file): Return zero if GNU_STACK is absent and
70615         DEFAULT_STACK_PERMS doesn't include PF_X.
70617 2011-01-13  Ulrich Drepper  <drepper@gmail.com>
70619         * sysdeps/posix/spawni.c (__spawni): Don't fail if close file action
70620         in child fails because the descriptor is already closed.
70621         * include/sys/resource.h: Add libc_hidden_proto for getrlimit64.
70622         * sysdeps/unix/sysv/linux/getrlimit64.c: Add libc_hidden_def.
70623         * sysdeps/unix/sysv/linux/i386/getrlimit64.c: Likewise.
70625         [BZ #12397]
70626         * sysdeps/unix/sysv/linux/mkdirat.c (mkdirat): Fix handling of missing
70627         syscall.
70629         [BZ #10484]
70630         * nss/nss_files/files-hosts.c (HOST_DB_LOOKUP): Handle overflows of
70631         temporary buffer used to handle multi lookups locally.
70632         * include/alloca.h: Add libc_hidden_proto for __libc_alloca_cutoff.
70634 2011-01-12  Ulrich Drepper  <drepper@gmail.com>
70636         * elf/dl-dst.h (DL_DST_REQUIRED): Allow l_origin to be NULL when
70637         loader is ld.so.
70639 2011-01-10  Paul Pluzhnikov  <ppluzhnikov@google.com>
70641         * sysdeps/i386/Makefile: stdlib/cxa_finalize.c needs 16-byte stack
70642         alignment for SSE2.
70644 2011-01-12  Ulrich Drepper  <drepper@gmail.com>
70646         [BZ #12394]
70647         * stdio-common/printf_fp.c (__printf_fp): Add more room for grouping
70648         characters.  When rounding increased number of integer digits recompute
70649         number of groups.
70650         * stdio-common/tst-grouping.c: New file.
70651         * stdio-common/Makefile: Add rules to build and run tst-grouping.
70653 2011-01-09  Ulrich Drepper  <drepper@gmail.com>
70655         * sysdeps/i386/bits/select.h: Don't use asm code for __FD_SET,
70656         __FD_CLR, and __FS_ISSET.  gcc generates better code on its own.
70658         * sysdeps/x86_64/bits/select.h: Mark value of __FD_SET and __FD_CLR as
70659         void.
70660         * bits/select.h: Likewise.
70662 2011-01-08  Ulrich Drepper  <drepper@gmail.com>
70664         * po/ja.po: Update from translation team.
70666 2011-01-04  David S. Miller  <davem@sunset.davemloft.net>
70668         [BZ #11155]
70669         * sysdeps/unix/sysv/linux/sparc/sparc64/fxstat.c: Use i386's
70670         implementation just like for lxstat, fxstatat, et al.
70672 2010-12-27  Jim Meyering  <meyering@redhat.com>
70674         [BZ #12348]
70675         * posix/regexec.c (build_trtable): Return failure indication upon
70676         calloc failure.  Otherwise, re_search_internal could infloop on OOM.
70678 2010-12-25  Ulrich Drepper  <drepper@gmail.com>
70680         [BZ #12201]
70681         * sysdeps/unix/sysv/linux/getrlimit64.c: New file.
70682         * sysdeps/unix/sysv/linux/setrlimit64.c: New file.
70683         * sysdeps/unix/sysv/linux/i386/getrlimit64.c: Use ../getrlimit64.c.
70684         * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_PRLIMIT64.
70686         [BZ #12207]
70687         * malloc/malloc.c (do_check_malloc_state): Use fastbin macro.
70689         [BZ #12204]
70690         * string/xpg-strerror.c (__xpg_strerror_r): Return error code, not -1.
70691         * sysdeps/mach/xpg-strerror.c (__xpg_strerror_r): Likewise.
70693 2010-12-15  H.J. Lu  <hongjiu.lu@intel.com>
70695         * config.h.in (NO_CTORS_DTORS_SECTIONS): Define.
70696         * configure.in: Define NO_CTORS_DTORS_SECTIONS if linker
70697         script has SORT_BY_INIT_PRIORITY.
70698         * elf/sofini.c: Remove `.ctors' and `.dtors' sections if
70699         NO_CTORS_DTORS_SECTIONS is defined.
70700         * elf/soinit.c: Likewise.
70701         * sysdeps/i386/init-first.c: Don't call __libc_global_ctors if
70702         NO_CTORS_DTORS_SECTIONS is defined.
70703         * sysdeps/mach/hurd/i386/init-first.c: Likewise.
70704         * sysdeps/mach/hurd/powerpc/init-first.c: Likewise.
70705         * sysdeps/sh/init-first.c: Likewise.
70706         * sysdeps/unix/sysv/linux/init-first.c: Likewise.
70708 2010-12-24  Ulrich Drepper  <drepper@gmail.com>
70710         * stdio-common/vfprintf.c (vfprintf): If printf handlers are installed
70711         always use the slow path.
70713 2010-12-15  Ryan S. Arnold  <rsa@us.ibm.com>
70715         * elf/Makefile: (check-execstack): Replace $(native-compile) with a
70716         similar rule which adds the sysdep directories to the header search in
70717         order to pick up the correct platform stackinfo.h.
70718         * elf/check-execstack.c (main): Check DEFAULT_STACK_PERMS for PF_X and
70719         perform test if it is, otherwise return successfully without testing.
70720         * elf/dl-load.c (_dl_map_object_from_fd): Source stack_flags from
70721         DEFAULT_STACK_PERMS define in stackinfo.h.
70722         * elf/dl-support.c (_dl_stack_flags): Source from DEFAULT_STACK_PERMS
70723         defined in stackinfo.h.
70724         * elf/rtld.c (_dl_starting_up): Source ._dl_stack_flags from
70725         DEFAULT_STACK_PERMS defined in stackinfo.h.
70726         * sysdeps/i386/stackinfo.h: Define DEFAULT_STACK_PERMS with PF_X.
70727         * sysdeps/ia64/stackinfo.h: Likewise.
70728         * sysdeps/s390/stackinfo.h: Likewise.
70729         * sysdeps/sh/stackinfo.h: Likewise.
70730         * sysdeps/sparc/stackinfo.h: Likewise.
70731         * sysdeps/x86_64/stackinfo.h: Likewise.
70732         * sysdeps/powerpc/stackinfo.h: Define DEFAULT_STACK_PERMS without
70733         PF_X for powerpc64.  Retain PF_X for powerpc32.
70735 2010-12-19  Ulrich Drepper  <drepper@gmail.com>
70737         * sysdeps/unix/readdir_r.c (__READDIR_R): Compute reclen more
70738         accurately.
70739         * sysdeps/unix/sysv/linux/wordsize-64/readdir_r.c: Define
70740         GETDENTS_64BIT_ALIGNED.
70742 2010-12-14  Ulrich Drepper  <dreper@gmail.com>
70744         * sysdeps/i386/i686/multiarch/strcmp.S: Undo accidental checkin.
70746 2010-12-10  Andreas Schwab  <schwab@redhat.com>
70748         * wcsmbs/wchar.h (wcpcpy, wcpncpy): Only declare under
70749         _GNU_SOURCE.
70751         * wcsmbs/wchar.h (wcpcpy, wcpncpy): Add __restrict.
70752         * wcsmbs/bits/wchar2.h (__wmemmove_chk_warn, wmemmove, wmemset):
70753         Remove __restrict.
70754         (wcscpy, __wcpcpy_chk, __wcpcpy_alias, wcpcpy, wcsncpy, wcpncpy)
70755         (wcscat, wcsncat, __wcrtomb_chk, wcrtomb): Add __restrict.
70757 2010-12-09  Ulrich Drepper  <drepper@gmail.com>
70759         [BZ #11655]
70760         * stdlib/msort.c (qsort_r): Make sure both phys_pages and pagesize
70761         are initialized.
70763 2010-12-09  Jakub Jelinek  <jakub@redhat.com>
70765         * string/bits/string3.h (memmove, bcopy): Remove __restrict.
70767 2010-12-03  Ulrich Drepper  <drepper@gmail.com>
70769         * po/it.po: Update from translation team.
70771 2010-12-01  H.J. Lu  <hongjiu.lu@intel.com>
70773         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S (STRCMP): Remove
70774         unused codes.
70776 2010-11-30  Ulrich Drepper  <drepper@gmail.com>
70778         * sysdeps/i386/fpu/libm-test-ulps: Relax ynf(10,0.75) test expectations.
70780 2010-11-24  Andreas Schwab  <schwab@redhat.com>
70782         * resolv/nss_dns/dns-host.c (getanswer_r): Don't handle ttl == 0
70783         specially.
70784         (gaih_getanswer_slice): Likewise.
70786 2010-10-20  Jakub Jelinek  <jakub@redhat.com>
70788         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Fix up inline asm.
70790 2010-05-31  Petr Baudis  <pasky@suse.cz>
70792         [BZ #11149]
70793         * elf/ldconfig.c (main): Allow aux_cache_file open()ing to fail
70794         silently even in the chroot mode.
70796 2010-11-22  Ulrich Drepper  <drepper@gmail.com>
70798         * nis/nss_compat/compat-initgroups.c (internal_getgrent_r): Optimize
70799         last patch a bit.  Pretty printing
70801 2010-05-31  Petr Baudis <pasky@suse.cz>
70803         [BZ #10085]
70804         * nis/nss_compat/compat-initgroups.c (internal_getgrent_r): Fix
70805         initialization of skip_initgroups_dyn.
70807 2010-11-19  Ulrich Drepper  <drepper@gmail.com>
70809         * sysdeps/unix/sysv/linux/i386/bits/mman.h: Define MAP_HUGETLB.
70810         * sysdeps/unix/sysv/linux/x86_64/bits/mman.h: Likewise.
70812 2010-11-16  Ulrich Drepper  <drepper@gmail.com>
70814         * sysdeps/unix/sysv/linux/sys/swap.h (SWAP_FLAG_DISCARD): Define.
70816 2010-11-11  Andreas Schwab  <schwab@redhat.com>
70818         * posix/fnmatch_loop.c (NEW_PATTERN): Fix use of alloca.
70819         * posix/Makefile (tests): Add $(objpfx)tst-fnmatch-mem.
70820         (tst-fnmatch-ENV): Set MALLOC_TRACE.
70821         ($(objpfx)tst-fnmatch-mem): New rule.
70822         (generated): Add tst-fnmatch-mem and tst-fnmatch.mtrace.
70823         * posix/tst-fnmatch.c (main): Call mtrace.
70825 2010-11-11  H.J. Lu  <hongjiu.lu@intel.com>
70827         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
70828         Support Intel processor model 6 and model 0x2c.
70830 2010-11-10  Luis Machado  <luisgpm@br.ibm.com>
70832         * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c (__ieee754_sqrtl): Force
70833           signed comparison.
70835 2010-11-09  H.J. Lu  <hongjiu.lu@intel.com>
70837         [BZ #12205]
70838         * string/test-strncasecmp.c (check_result): New function.
70839         (do_one_test): Use it.
70840         (check1): New function.
70841         (test_main): Use it.
70842         * sysdeps/i386/i686/multiarch/strcmp.S (nibble_ashr_use_sse4_2_exit):
70843         Support strcasecmp and strncasecmp.
70845 2010-11-08  Ulrich Drepper  <drepper@gmail.com>
70847         [BZ #12194]
70848         * sysdeps/i386/bits/byteswap.h: Avoid warning in __bswap_16.
70849         * sysdeps/x86_64/bits/byteswap.h: Likewise.
70851 2010-11-07  H.J. Lu  <hongjiu.lu@intel.com>
70853         * sysdeps/x86_64/memset.S: Check USE_MULTIARCH and USE_SSE2 for
70854         IFUNC support.
70855         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
70856         memset-x86-64.
70857         * sysdeps/x86_64/multiarch/bzero.S: New file.
70858         * sysdeps/x86_64/multiarch/cacheinfo.c: New file.
70859         * sysdeps/x86_64/multiarch/memset-x86-64.S: New file.
70860         * sysdeps/x86_64/multiarch/memset.S: New file.
70861         * sysdeps/x86_64/multiarch/memset_chk.S: New file.
70862         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
70863         Set bit_Prefer_SSE_for_memop for Intel processors.
70864         * sysdeps/x86_64/multiarch/init-arch.h (bit_Prefer_SSE_for_memop):
70865         Define.
70866         (index_Prefer_SSE_for_memop): Define.
70867         (HAS_PREFER_SSE_FOR_MEMOP): Define.
70869 2010-11-04  Luis Machado  <luisgpm@br.ibm.com>
70871         * sysdeps/powerpc/powerpc32/power7/mempcpy.S: New file.
70872         * sysdeps/powerpc/powerpc64/power7/mempcpy.S: New file.
70874 2010-11-03  H.J. Lu  <hongjiu.lu@intel.com>
70876         [BZ #12191]
70877         * sysdeps/i386/i686/cacheinfo.c (__x86_64_raw_data_cache_size): New.
70878         (__x86_64_raw_data_cache_size_half): Likewise.
70879         (__x86_64_raw_shared_cache_size): Likewise.
70880         (__x86_64_raw_shared_cache_size_half): Likewise.
70882         * sysdeps/x86_64/cacheinfo.c (__x86_64_raw_data_cache_size): New.
70883         (__x86_64_raw_data_cache_size_half): Likewise.
70884         (__x86_64_raw_shared_cache_size): Likewise.
70885         (__x86_64_raw_shared_cache_size_half): Likewise.
70886         (init_cacheinfo): Set __x86_64_raw_data_cache_size,
70887         __x86_64_raw_data_cache_size_half, __x86_64_raw_shared_cache_size
70888         and __x86_64_raw_shared_cache_size_half.  Round
70889         __x86_64_data_cache_size_half, __x86_64_data_cache_size
70890         __x86_64_shared_cache_size_half and __x86_64_shared_cache_size,
70891         to multiple of 256 bytes.
70893 2010-11-03  Ulrich Drepper  <drepper@gmail.com>
70895         [BZ #12167]
70896         * sysdeps/unix/sysv/linux/ttyname.c (ttyname): Recognize new mangling
70897         of inacessible symlinks.  Verify result of symlink before returning it.
70898         * sysdeps/unix/sysv/linux/ttyname_r.c (__ttyname_r): Likewise.
70899         Patch mostly by Miklos Szeredi <miklos@szeredi.hu>.
70901 2010-10-28  Erich Ritz  <erichritz@gmail.com>
70903         * math/math.h (isinf): Fix typo in comment.
70905 2010-11-01  Ulrich Drepper  <drepper@gmail.com>
70907         * po/da.po: Update from translation team.
70909 2010-10-26  Ulrich Drepper  <drepper@gmail.com>
70911         * elf/rtld.c (dl_main): Move assertion after the point where rtld map
70912         is added to the list.
70914 2010-10-20  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
70915             Ulrich Drepper  <drepper@gmail.com>
70917         * elf/dl-object.c (_dl_new_object): Don't append the new object to
70918         the global list here.  Move code to...
70919         (_dl_add_to_namespace_list): ...here.  New function.
70920         * elf/rtld.c (dl_main): Invoke _dl_add_to_namespace_list.
70921         * sysdeps/generic/ldsodefs.h (_dl_add_to_namespace_list): Declare.
70922         * elf/dl-load.c (lose): Don't remove the element from the list.
70923         (_dl_map_object_from_fd): Invoke _dl_add_to_namespace_list.
70924         (_dl_map_object): Likewise.
70926 2010-10-25  Ulrich Drepper  <drepper@gmail.com>
70928         [BZ #12159]
70929         * sysdeps/x86_64/multiarch/strchr.S: Fix propagation of search byte
70930         into all bytes of SSE register.
70931         Patch by Richard Li <richardpku@gmail.com>.
70933 2010-10-24  Ulrich Drepper  <drepper@gmail.com>
70935         [BZ #12140]
70936         * malloc/malloc.c (_int_free): Fill correct number of bytes when
70937         perturbing.
70939 2010-10-20  Michael B. Brutman  <brutman@us.ibm.com>
70941         * sysdeps/powerpc/dl-procinfo.c: Add support for ppca2 platform
70942         * sysdeps/powerpc/dl-procinfo.h: Add support for ppca2 platform
70943         * sysdeps/powerpc/powerpc32/a2/memcpy.S: New file.
70944         * sysdeps/powerpc/powerpc64/a2/memcpy.S: Likewise.
70945         * sysdeps/unix/sysv/linux/powerpc/powerpc32/a2/Implies: New
70946         submachine.
70947         * sysdeps/unix/sysv/linux/powerpc/powerpc64/a2/Implies: Likewise.
70949 2010-10-22  Andreas Schwab  <schwab@redhat.com>
70951         * include/dlfcn.h (__RTLD_SECURE): Define.
70952         * elf/dl-load.c (_dl_map_object): Remove preloaded parameter.  Use
70953         mode & __RTLD_SECURE instead.
70954         (open_path): Rename preloaded parameter to secure.
70955         * sysdeps/generic/ldsodefs.h (_dl_map_object): Adjust declaration.
70956         * elf/dl-open.c (dl_open_worker): Adjust call to _dl_map_object.
70957         * elf/dl-deps.c (openaux): Likewise.
70958         * elf/rtld.c (struct map_args): Remove is_preloaded.
70959         (map_doit): Don't use it.
70960         (dl_main): Likewise.
70961         (do_preload): Use __RTLD_SECURE instead of is_preloaded.
70962         (dlmopen_doit): Add __RTLD_SECURE to mode bits.
70964 2010-09-09  Andreas Schwab  <schwab@redhat.com>
70966         * Makeconfig (sysd-rules-patterns): Add rtld-%:rtld-%.
70967         (sysd-rules-targets): Remove duplicates.
70968         * elf/rtld-Rules ($(objpfx)rtld-%.os): Add pattern rules with
70969         rtld-%.$o dependency.
70971 2010-10-18  Andreas Schwab  <schwab@redhat.com>
70973         * elf/dl-open.c (dl_open_worker): Don't expand DST here, let
70974         _dl_map_object do it.
70976 2010-10-19  Ulrich Drepper  <drepper@gmail.com>
70978         * sysdeps/i386/bits/mathdef.h (FP_FAST_FMA): If the GCC 4.6 port has
70979         fast fma builtins, define the macros in the C99 standard.
70980         (FP_FAST_FMAF): Likewise.
70981         (FP_FAST_FMAL): Likewise.
70982         * sysdeps/x86_64/bits/mathdef.h: Likewise.
70984         * bits/mathdef.h: Update copyright year.
70985         * sysdeps/powerpc/bits/mathdef.h: Likewise.
70987 2010-10-19  Michael Meissner  <meissner@linux.vnet.ibm.com>
70989         * bits/mathdef.h (FP_FAST_FMA): If the GCC 4.6 port has fast fma
70990         builtins, define the macros in the C99 standard.
70991         (FP_FAST_FMAF): Likewise.
70992         (FP_FAST_FMAL): Likewise.
70993         * sysdeps/powerpc/bits/mathdef.h (FP_FAST_FMA): Define, ppc as
70994         multiply/add.
70995         (FP_FAST_FMAF): Likewise.
70997 2010-10-15  Jakub Jelinek  <jakub@redhat.com>
70999         [BZ #3268]
71000         * math/libm-test.inc (fma_test): Some new testcases.
71001         * sysdeps/ieee754/ldbl-128/s_fmal.c: New file.
71002         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Fix fma with finite x and
71003         y and infinite z.  Do multiplication by C already in long double.
71004         * sysdeps/ieee754/ldbl-96/s_fmal.c: New file.
71005         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Fix fma with finite x and
71006         y and infinite z.  Do bitwise or of inexact bit into u.d.
71007         * sysdeps/ieee754/ldbl-64-128/s_fmal.c: New file.
71008         * sysdeps/i386/fpu/s_fmaf.S: Removed.
71009         * sysdeps/i386/fpu/s_fma.S: Removed.
71010         * sysdeps/i386/fpu/s_fmal.S: Removed.
71012 2010-10-16  Jakub Jelinek  <jakub@redhat.com>
71014         [BZ #3268]
71015         * math/libm-test.inc (fma_test): Add IEEE quad long double fmal tests.
71016         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Ensure a1 + u.d
71017         computation is not scheduled after fetestexcept.  Fix value
71018         of minimum denormal long double.
71020 2010-10-14  Jakub Jelinek  <jakub@redhat.com>
71022         [BZ #3268]
71023         * math/libm-test.inc (fma_test): Add some more tests.
71024         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Handle underflows
71025         correctly.
71027 2010-10-15  Andreas Schwab  <schwab@redhat.com>
71029         * scripts/data/localplt-s390-linux-gnu.data: New file.
71030         * scripts/data/localplt-s390x-linux-gnu.data: New file.
71032 2010-10-13  Jakub Jelinek  <jakub@redhat.com>
71034         [BZ #3268]
71035         * math/libm-test.inc (fma_test): Some more fmaf and fma tests.
71036         * sysdeps/i386/i686/multiarch/s_fma.c: Include ldbl-96 version
71037         instead of dbl-64.
71038         * sysdeps/i386/fpu/bits/mathinline.h (fma, fmaf, fmal): Remove
71039         inlines.
71040         * sysdeps/ieee754/ldbl-96/s_fma.c: New file.
71041         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Fix exponent adjustment
71042         if one of x and y is very large and the other is subnormal.
71043         * sysdeps/s390/fpu/s_fmaf.c: New file.
71044         * sysdeps/s390/fpu/s_fma.c: New file.
71045         * sysdeps/powerpc/fpu/s_fmaf.S: New file.
71046         * sysdeps/powerpc/fpu/s_fma.S: New file.
71047         * sysdeps/powerpc/powerpc32/fpu/s_fma.S: New file.
71048         * sysdeps/powerpc/powerpc64/fpu/s_fma.S: New file.
71049         * sysdeps/unix/sysv/linux/s390/fpu/s_fma.c: New file.
71051 2010-10-12  Jakub Jelinek  <jakub@redhat.com>
71053         [BZ #3268]
71054         * math/libm-test.inc (fma_test): Add some more fmaf tests, add
71055         fma tests.
71056         * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Fix Inf/Nan check.
71057         * sysdeps/ieee754/dbl-64/s_fma.c: New file.
71058         * sysdeps/i386/i686/multiarch/s_fma.c: Include
71059         sysdeps/ieee754/dbl-64/s_fma.c instead of math/s_fma.c.
71060         * sysdeps/x86_64/multiarch/s_fma.c: Likewise.
71061         * sysdeps/ieee754/ldbl-opt/s_fma.c: Likewise.
71062         * sysdeps/ieee754/ldbl-128/s_fma.c: New file.
71064 2010-10-12  Ulrich Drepper  <drepper@redhat.com>
71066         [BZ #12078]
71067         * posix/regcomp.c (parse_branch): One more memory leak plugged.
71068         * posix/bug-regex31.input: Add test case.
71070 2010-10-11  Ulrich Drepper  <drepper@gmail.com>
71072         * posix/bug-regex31.c: Rewrite to run multiple tests from stdin.
71073         * posix/bug-regex31.input: New file.
71075         [BZ #12078]
71076         * posix/regcomp.c (parse_branch): Free memory when allocation failed.
71077         (parse_sub_exp): Fix last change, use postorder.
71079         * posix/bug-regex31.c: New file.
71080         * posix/Makefile: Add rules to build and run bug-regex31.
71082         * posix/regcomp.c (parse_bracket_exp): Add missing re_free calls.
71084         [BZ #12078]
71085         * posix/regcomp.c (parse_sub_exp): Free tree data when it is not used.
71087         [BZ #12108]
71088         * stdio-common/psiginfo.c (psiginfo): Don't expext SIGRTMIN..SIGRTMAX
71089         to have entries in sys_siglist.
71091         [BZ #12093]
71092         * sysdeps/unix/sysv/linux/check_pf.c (__check_pf): ->ifa_addr might
71093         be NULL.
71095 2010-10-07  Jakub Jelinek  <jakub@redhat.com>
71097         [BZ #3268]
71098         * math/libm-test.inc (fma_test): Add 2 fmaf tests.
71099         * sysdeps/ieee754/dbl-64/s_fmaf.c: New file.
71100         * sysdeps/i386/i686/multiarch/s_fmaf.c: Include
71101         sysdeps/ieee754/dbl-64/s_fmaf.c instead of math/s_fmaf.c.
71102         * sysdeps/x86_64/multiarch/s_fmaf.c: Likewise.
71103         * include/fenv.h (feupdateenv, fetestexcept): Add libm_hidden_proto.
71104         * math/feupdateenv.c (feupdateenv): Add libm_hidden_ver.
71105         * sysdeps/i386/fpu/feupdateenv.c (feupdateenv): Likewise.
71106         * sysdeps/powerpc/fpu/feupdateenv.c (feupdateenv): Likewise.
71107         * sysdeps/x86_64/fpu/feupdateenv.c (feupdateenv): Likewise.
71108         * sysdeps/sparc/fpu/feupdateenv.c (feupdateenv): Likewise.
71109         * sysdeps/ia64/fpu/feupdateenv.c (feupdateenv): Add libm_hidden_def.
71110         * sysdeps/s390/fpu/feupdateenv.c (feupdateenv): Likewise.
71111         * math/ftestexcept.c (fetestexcept): Likewise.
71112         * sysdeps/ia64/fpu/ftestexcept.c (fetestexcept): Likewise.
71113         * sysdeps/i386/fpu/ftestexcept.c (fetestexcept): Likewise.
71114         * sysdeps/s390/fpu/ftestexcept.c (fetestexcept): Likewise.
71115         * sysdeps/powerpc/fpu/ftestexcept.c (fetestexcept): Likewise.
71116         * sysdeps/x86_64/fpu/ftestexcept.c (fetestexcept): Likewise.
71117         * sysdeps/sparc/fpu/ftestexcept.c (fetestexcept): Likewise.
71118         * sysdeps/sh/sh4/fpu/ftestexcept.c (fetestexcept): Likewise.
71120 2010-10-11  Ulrich Drepper  <drepper@gmail.com>
71122         [BZ #12107]
71123         * stdio-common/psiginfo.c (psiginfo): Terminate all strings with
71124         newline.
71126 2010-10-06  Ulrich Drepper  <drepper@gmail.com>
71128         * string/bug-strstr1.c: New file.
71129         * string/Makefile: Add rules to build and run bug-strstr1.
71131 2010-10-05  Eric Blake  <eblake@redhat.com>
71133         [BZ #12092]
71134         * string/str-two-way.h (two_way_long_needle): Always clear memory
71135         when skipping input due to the shift table.
71137 2010-10-03  Ulrich Drepper  <drepper@gmail.com>
71139         [BZ #12005]
71140         * malloc/mcheck.c: Handle large requests.
71142         [BZ #12077]
71143         * sysdeps/x86_64/strcmp.S: Fix handling of remaining bytes in buffer
71144         for strncmp and strncasecmp.
71145         * string/stratcliff.c: Add tests for strcmp and strncmp.
71146         * wcsmbs/wcsatcliff.c: Adjust for stratcliff change.
71148 2010-09-28  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
71150         * sysdeps/sh/sh4/fpu/fpu_control.h: Add 'extern "C"' protection to
71151         __set_fpscr.
71153 2010-09-30  Andreas Jaeger  <aj@suse.de>
71155         * sysdeps/unix/sysv/linux_fsinfo.h (BTRFS_SUPER_MAGIC): Define.
71156         (CGROUP_SUPER_MAGIC): Define.
71157         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
71158         Handle btrfs and cgroup file systems.
71159         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_filesize_max):
71160         Likewise.
71162 2010-09-27  Luis Machado  <luisgpm@br.ibm.com>
71164         * sysdeps/powerpc/powerpc32/rtld-memset.c: New file.
71165         * sysdeps/powerpc/powerpc64/rtld-memset.c: New file.
71167 2010-09-29  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
71169         [BZ #12067]
71170         * sysdeps/s390/s390-32/elf/start.S: Fix address calculation when
71171         trying to locate the ELF header.
71173 2010-09-27  Andreas Schwab  <schwab@redhat.com>
71175         [BZ #11611]
71176         * sysdeps/unix/sysv/linux/internal_statvfs.c (INTERNAL_STATVFS):
71177         Mask out sign-bit copies when constructing f_fsid.
71179 2010-09-24  Petr Baudis <pasky@suse.cz>
71181         * debug/stack_chk_fail_local.c: Add missing licence exception.
71182         * debug/warning-nop.c: Likewise.
71184 2010-09-15  Joseph Myers  <joseph@codesourcery.com>
71186         * sysdeps/unix/sysv/linux/getdents.c (__GETDENTS): When
71187         implementing getdents64 using getdents syscall, set d_type if
71188         __ASSUME_GETDENTS32_D_TYPE.
71190 2010-09-16  Andreas Schwab  <schwab@redhat.com>
71192         * elf/dl-close.c (free_slotinfo, free_mem): Move to...
71193         * elf/dl-libc.c (free_slotinfo, free_mem): ... here.
71195 2010-09-21  Ulrich Drepper  <drepper@redhat.com>
71197         [BZ #12037]
71198         * posix/unistd.h: Undo change of feature selection for ftruncate from
71199         2010-01-11.
71201 2010-09-20  Ulrich Drepper  <drepper@redhat.com>
71203         * sysdeps/x86_64/strcmp.S: Fix another typo in x86-64 strncasecmp limit
71204         detection.
71206 2010-09-20  Andreas Schwab  <schwab@redhat.com>
71208         * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list: Add
71209         fanotify_mark.
71210         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list: Likewise.
71212 2010-09-14  Andreas Schwab  <schwab@redhat.com>
71214         * sysdeps/s390/s390-32/__longjmp.c (__longjmp): Define register
71215         variables after CHECK_SP call.
71216         * sysdeps/s390/s390-64/__longjmp.c (__longjmp): Likewise.
71218 2010-09-13  Andreas Schwab  <schwab@redhat.com>
71219             Ulrich Drepper  <drepper@redhat.com>
71221         * elf/rtld.c (dl_main): Set GLRO(dl_init_all_dirs) just before
71222         re-relocationg ld.so.
71223         * elf/dl-support.c (_dl_non_dynamic_init): And here after the
71224         _dl_init_paths call.
71225         * elf/dl-load.c (_dl_init_paths).  Don't set GLRO(dl_init_all_dirs)
71226         here anymore.
71228 2010-09-14  Ulrich Drepper  <drepper@redhat.com>
71230         * resolv/res_init.c (__res_vinit): Count the default server we added.
71232 2010-09-08  Chung-Lin Tang  <cltang@codesourcery.com>
71233             Ulrich Drepper  <drepper@redhat.com>
71235         [BZ #11968]
71236         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S
71237         (____longjmp_chk): Use %ebx for saving value across system call.
71238         Add unwind info.
71240 2010-09-06  Andreas Schwab  <schwab@redhat.com>
71242         * manual/Makefile: Don't mix pattern rules with normal rules.
71244 2010-09-05  Andreas Schwab  <schwab@linux-m68k.org>
71246         * debug/vdprintf_chk.c (__vdprintf_chk): Remove undefined
71247         operation.
71248         * libio/iofdopen.c (_IO_new_fdopen): Likewise.
71249         * libio/iofopncook.c (_IO_cookie_init): Likewise.
71250         * libio/iovdprintf.c (_IO_vdprintf): Likewise.
71251         * libio/oldiofdopen.c (_IO_old_fdopen): Likewise.
71252         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
71253         Likewise.
71255 2010-09-04  Ulrich Drepper  <drepper@redhat.com>
71257         [BZ #11979]
71258         * iconvdata/gconv-modules: Remove EBCDIC-CP-AR2 alias from
71259         IBM-930, IBM-933, IBM-935, IBM-937, and IBM-939.
71261 2010-09-02  Ulrich Drepper  <drepper@redhat.com>
71263         * sysdeps/x86_64/add_n.S: Update from GMP 5.0.1.
71264         * sysdeps/x86_64/addmul_1.S: Likewise.
71265         * sysdeps/x86_64/lshift.S: Likewise.
71266         * sysdeps/x86_64/mul_1.S: Likewise.
71267         * sysdeps/x86_64/rshift.S: Likewise.
71268         * sysdeps/x86_64/sub_n.S: Likewise.
71269         * sysdeps/x86_64/submul_1.S: Likewise.
71271 2010-09-01  Samuel Thibault  <samuel.thibault@ens-lyon.org>
71273         This aligns bits/sched.h onto sysdeps/unix/sysv/linux/bits/sched.h:
71274         Define __sched_param instead of SCHED_* and sched_param when
71275         <bits/sched.h> is included with __need_schedparam defined.
71276         * bits/sched.h [__need_schedparam]
71277         (SCHED_OTHER, SCHED_FIFO, SCHED_RR, sched_param): Do not define.
71278         [!__defined_schedparam && (__need_schedparam || _SCHED_H)]
71279         (__defined_schedparam): Define to 1.
71280         (__sched_param): New structure, identical to sched_param.
71281         (__need_schedparam): Undefine.
71283 2010-08-31  Mike Frysinger  <vapier@gentoo.org>
71285         * sysdeps/unix/sysv/linux/sparc/sys/epoll.h (epoll_create2): Delete.
71286         (epoll_create1): Declare.
71288         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Fix typo.
71290 2010-08-31  Andreas Schwab  <schwab@redhat.com>
71292         [BZ #7066]
71293         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Fix array overflow when
71294         shifting retval into place.
71296 2010-09-01  Ulrich Drepper  <drepper@redhat.com>
71298         * nis/rpcsvc/nis.h: Update copyright notice.
71299         * nis/rpcsvc/nis.x: Likewise.
71300         * nis/rpcsvc/nis_callback.h: Likewise.
71301         * nis/rpcsvc/nis_callback.x: Likewise.
71302         * nis/rpcsvc/nis_object.x: Likewise.
71303         * nis/rpcsvc/nis_tags.h: Likewise.
71304         * nis/rpcsvc/yp.h: Likewise.
71305         * nis/rpcsvc/yp.x: Likewise.
71306         * nis/rpcsvc/ypupd.h: Likewise.
71307         * nis/yp_xdr.c: Likewise.
71308         * nis/ypupdate_xdr.c: Likewise.
71310         * sunrpc/pm_getport.c (__libc_rpc_getport): New function.  This is
71311         mainly the body of pmap_getport.  Add parameters to specify timeouts.
71312         (pmap_getport): Use __libc_rpc_getport.
71313         * sunrpc/Versions: Export __libc_rpc_getport with GLIBC_PRIVATE.
71314         * include/rpc/pmap_clnt.h: Declare __libc_rpc_getport.
71315         * nis/nis_findserv.c: Remove pmap_getport copy. Use __libc_rpc_getport.
71317 2010-08-31  Andreas Schwab  <schwab@linux-m68k.org>
71319         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list: Add
71320         fanotify_mark.
71322 2010-08-27  Roland McGrath  <roland@redhat.com>
71324         * sysdeps/i386/i686/multiarch/Makefile
71325         (CFLAGS-varshift.c): New variable.
71327 2010-08-27  Ulrich Drepper  <drepper@redhat.com>
71329         * sysdeps/i386/i686/multiarch/varshift.S: File removed.
71330         * sysdeps/i386/i686/multiarch/varshift.c: New file.
71332         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Move to .text.slow section.
71334         * sysdeps/x86_64/strlen.S: Minimal code improvement.
71336 2010-08-26  H.J. Lu  <hongjiu.lu@intel.com>
71338         * sysdeps/x86_64/strlen.S: Unroll the loop.
71339         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
71340         strlen-sse2 strlen-sse2-bsf.
71341         * sysdeps/x86_64/multiarch/strlen.S ((strlen): Return
71342         __strlen_no_bsf if bit_Slow_BSF is set.
71343         (__strlen_sse42): Removed.
71344         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: New file.
71345         * sysdeps/x86_64/multiarch/strlen-sse4.S: New file.
71347 2010-08-25  Roland McGrath  <roland@redhat.com>
71349         * sysdeps/x86_64/multiarch/varshift.S: File removed.
71350         * sysdeps/x86_64/multiarch/varshift.c: New file.
71351         * sysdeps/x86_64/multiarch/Makefile (CFLAGS-varshift.c): New variable.
71352         * sysdeps/x86_64/multiarch/varshift.h: Clean up decls, fix a cast.
71353         * sysdeps/x86_64/multiarch/memmove.c: Move decls around.
71354         * sysdeps/x86_64/multiarch/memmove_chk.c: Likewise.
71356 2010-08-25  H.J. Lu  <hongjiu.lu@intel.com>
71358         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
71359         strlen-sse2 strlen-sse2-bsf.
71360         * sysdeps/i386/i686/multiarch/strlen.S (strlen): Return
71361         __strlen_sse2_bsf if bit_Slow_BSF is unset.
71362         (__strlen_sse2): Removed.
71363         * sysdeps/i386/i686/multiarch/strlen-sse2-bsf.S: New file.
71364         * sysdeps/i386/i686/multiarch/strlen-sse2.S: New file.
71365         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): Set
71366         bit_Slow_BSF for Atom.
71367         * sysdeps/x86_64/multiarch/init-arch.h (bit_Slow_BSF): Define.
71368         (index_Slow_BSF): Define.
71369         (HAS_SLOW_BSF): Define.
71371 2010-08-25  Ulrich Drepper  <drepper@redhat.com>
71373         [BZ #10851]
71374         * resolv/res_init.c (__res_vinit): When no server address at all
71375         is given default to loopback.
71377 2010-08-24  Roland McGrath  <roland@redhat.com>
71379         * configure.in: Remove config-name.h generation.
71380         * configure: Regenerated.
71381         * config-name.in: File removed.
71382         * scripts/config-uname.sh: New file.
71383         * posix/Makefile (uname.c): Depend on $(objdir)config-name.h.
71384         ($(objdir)config-name.h): New target.
71386         * sunrpc/rpc_parse.h: Avoid nested comment.
71388 2010-08-24  Richard Henderson  <rth@redhat.com>
71389             Ulrich Drepper  <drepper@redhat.com>
71390             H.J. Lu  <hongjiu.lu@intel.com>
71392         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add varshift.
71393         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Likewise.
71394         * sysdeps/x86_64/multiarch/strcspn-c.c: Include "varshift.h".
71395         Replace _mm_srli_si128 with __m128i_shift_right.  Replace
71396         _mm_alignr_epi8 with _mm_loadu_si128.
71397         * sysdeps/x86_64/multiarch/strspn-c.c: Likewise.
71398         * sysdeps/x86_64/multiarch/strstr.c: Include "varshift.h".
71399         (__m128i_shift_right): Removed.
71400         * sysdeps/i386/i686/multiarch/varshift.h: New file.
71401         * sysdeps/i386/i686/multiarch/varshift.S: New file.
71402         * sysdeps/x86_64/multiarch/varshift.h: New file.
71403         * sysdeps/x86_64/multiarch/varshift.S: New file.
71405 2010-08-21  Mike Frysinger  <vapier@gentoo.org>
71407         * configure.in: Move assembler checks to before sysdep dir checking.
71409 2010-08-20  Petr Baudis  <pasky@suse.cz>
71411         * LICENSES: Sync the sunrpc license.
71413 2010-08-19  Ulrich Drepper  <drepper@redhat.com>
71415         * sunrpc/auth_des.c: Update copyright notice once again.
71416         * sunrpc/auth_none.c: Likewise.
71417         * sunrpc/auth_unix.c: Likewise.
71418         * sunrpc/authdes_prot.c: Likewise.
71419         * sunrpc/authuxprot.c: Likewise.
71420         * sunrpc/bindrsvprt.c: Likewise.
71421         * sunrpc/clnt_gen.c: Likewise.
71422         * sunrpc/clnt_perr.c: Likewise.
71423         * sunrpc/clnt_raw.c: Likewise.
71424         * sunrpc/clnt_simp.c: Likewise.
71425         * sunrpc/clnt_tcp.c: Likewise.
71426         * sunrpc/clnt_udp.c: Likewise.
71427         * sunrpc/clnt_unix.c: Likewise.
71428         * sunrpc/des_crypt.c: Likewise.
71429         * sunrpc/des_soft.c: Likewise.
71430         * sunrpc/get_myaddr.c: Likewise.
71431         * sunrpc/getrpcport.c: Likewise.
71432         * sunrpc/key_call.c: Likewise.
71433         * sunrpc/key_prot.c: Likewise.
71434         * sunrpc/openchild.c: Likewise.
71435         * sunrpc/pm_getmaps.c: Likewise.
71436         * sunrpc/pm_getport.c: Likewise.
71437         * sunrpc/pmap_clnt.c: Likewise.
71438         * sunrpc/pmap_prot.c: Likewise.
71439         * sunrpc/pmap_prot2.c: Likewise.
71440         * sunrpc/pmap_rmt.c: Likewise.
71441         * sunrpc/rpc/auth.h: Likewise.
71442         * sunrpc/rpc/auth_unix.h: Likewise.
71443         * sunrpc/rpc/clnt.h: Likewise.
71444         * sunrpc/rpc/des_crypt.h: Likewise.
71445         * sunrpc/rpc/key_prot.h: Likewise.
71446         * sunrpc/rpc/netdb.h: Likewise.
71447         * sunrpc/rpc/pmap_clnt.h: Likewise.
71448         * sunrpc/rpc/pmap_prot.h: Likewise.
71449         * sunrpc/rpc/pmap_rmt.h: Likewise.
71450         * sunrpc/rpc/rpc.h: Likewise.
71451         * sunrpc/rpc/rpc_des.h: Likewise.
71452         * sunrpc/rpc/rpc_msg.h: Likewise.
71453         * sunrpc/rpc/svc.h: Likewise.
71454         * sunrpc/rpc/svc_auth.h: Likewise.
71455         * sunrpc/rpc/types.h: Likewise.
71456         * sunrpc/rpc/xdr.h: Likewise.
71457         * sunrpc/rpc_clntout.c: Likewise.
71458         * sunrpc/rpc_cmsg.c: Likewise.
71459         * sunrpc/rpc_common.c: Likewise.
71460         * sunrpc/rpc_cout.c: Likewise.
71461         * sunrpc/rpc_dtable.c: Likewise.
71462         * sunrpc/rpc_hout.c: Likewise.
71463         * sunrpc/rpc_main.c: Likewise.
71464         * sunrpc/rpc_parse.c: Likewise.
71465         * sunrpc/rpc_parse.h: Likewise.
71466         * sunrpc/rpc_prot.c: Likewise.
71467         * sunrpc/rpc_sample.c: Likewise.
71468         * sunrpc/rpc_scan.c: Likewise.
71469         * sunrpc/rpc_scan.h: Likewise.
71470         * sunrpc/rpc_svcout.c: Likewise.
71471         * sunrpc/rpc_tblout.c: Likewise.
71472         * sunrpc/rpc_util.c: Likewise.
71473         * sunrpc/rpc_util.h: Likewise.
71474         * sunrpc/rpcinfo.c: Likewise.
71475         * sunrpc/rpcsvc/bootparam_prot.x: Likewise.
71476         * sunrpc/rpcsvc/key_prot.x: Likewise.
71477         * sunrpc/rpcsvc/klm_prot.x: Likewise.
71478         * sunrpc/rpcsvc/mount.x: Likewise.
71479         * sunrpc/rpcsvc/nfs_prot.x: Likewise.
71480         * sunrpc/rpcsvc/nlm_prot.x: Likewise.
71481         * sunrpc/rpcsvc/rex.x: Likewise.
71482         * sunrpc/rpcsvc/rstat.x: Likewise.
71483         * sunrpc/rpcsvc/rusers.x: Likewise.
71484         * sunrpc/rpcsvc/sm_inter.x: Likewise.
71485         * sunrpc/rpcsvc/spray.x: Likewise.
71486         * sunrpc/rpcsvc/yppasswd.x: Likewise.
71487         * sunrpc/rtime.c: Likewise.
71488         * sunrpc/svc.c: Likewise.
71489         * sunrpc/svc_auth.c: Likewise.
71490         * sunrpc/svc_authux.c: Likewise.
71491         * sunrpc/svc_raw.c: Likewise.
71492         * sunrpc/svc_run.c: Likewise.
71493         * sunrpc/svc_simple.c: Likewise.
71494         * sunrpc/svc_tcp.c: Likewise.
71495         * sunrpc/svc_udp.c: Likewise.
71496         * sunrpc/svc_unix.c: Likewise.
71497         * sunrpc/svcauth_des.c: Likewise.
71498         * sunrpc/xcrypt.c: Likewise.
71499         * sunrpc/xdr.c: Likewise.
71500         * sunrpc/xdr_array.c: Likewise.
71501         * sunrpc/xdr_float.c: Likewise.
71502         * sunrpc/xdr_mem.c: Likewise.
71503         * sunrpc/xdr_rec.c: Likewise.
71504         * sunrpc/xdr_ref.c: Likewise.
71505         * sunrpc/xdr_sizeof.c: Likewise.
71506         * sunrpc/xdr_stdio.c: Likewise.
71508         * sysdeps/x86_64/multiarch/strcmp.S: Fix two typos in strncasecmp
71509         handling.
71511 2010-08-19  Andreas Schwab  <schwab@redhat.com>
71513         * sysdeps/i386/i686/multiarch/strspn.S [!SHARED]: Fix SSE4.2 check.
71515 2010-08-19  Luis Machado  <luisgpm@br.ibm.com>
71517         * sysdeps/powerpc/powerpc32/power7/memchr.S: New file.
71518         * sysdeps/powerpc/powerpc32/power7/memrchr.S: New file.
71519         * sysdeps/powerpc/powerpc32/power7/rawmemchr.S: New file.
71520         * sysdeps/powerpc/powerpc32/power7/strchr.S: New file.
71521         * sysdeps/powerpc/powerpc32/power7/strchrnul.S: New file.
71522         * sysdeps/powerpc/powerpc32/power7/strlen.S: New file.
71523         * sysdeps/powerpc/powerpc32/power7/strnlen.S: New file.
71524         * sysdeps/powerpc/powerpc64/power7/memchr.S: New file.
71525         * sysdeps/powerpc/powerpc64/power7/memrchr.S: New file.
71526         * sysdeps/powerpc/powerpc64/power7/rawmemchr.S: New file.
71527         * sysdeps/powerpc/powerpc64/power7/strchr.S: New file.
71528         * sysdeps/powerpc/powerpc64/power7/strchrnul.S: New file.
71529         * sysdeps/powerpc/powerpc64/power7/strlen.S: New file.
71530         * sysdeps/powerpc/powerpc64/power7/strnlen.S: New file.
71532 2010-07-26  Anton Blanchard  <anton@samba.org>
71534         * malloc/malloc.c (sYSTRIm): Replace divide and multiply with mask.
71535         * malloc/arena.c (heap_trim): Likewise.
71537 2010-08-16  Ulrich Drepper  <drepper@redhat.com>
71539         * sysdeps/unix/sysv/linux/syscalls.list: Add entry for fanotify_init
71540         here.  Not...
71541         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: ...here...
71542         * sysdeps/unix/sysv/linux/i386/syscalls.list: ... orhere.
71544 2010-08-12  H.J. Lu  <hongjiu.lu@intel.com>
71546         * sysdeps/i386/elf/Makefile: New file.
71548 2010-08-14  Andreas Schwab  <schwab@linux-m68k.org>
71550         * sysdeps/unix/sysv/linux/sys/fanotify.h: Remove third argument
71551         from fanotify_init.
71552         * sysdeps/unix/sysv/linux/i386/syscalls.list: Likewise.
71553         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Likewise.
71555 2010-08-15  Ulrich Drepper  <drepper@redhat.com>
71557         * sysdeps/x86_64/strcmp.S: Use correct register for fourth parameter
71558         of strncasecmp_l.
71559         * sysdeps/multiarch/strcmp.S: Likewise.
71561 2010-08-14  Ulrich Drepper  <drepper@redhat.com>
71563         * sysdeps/x86_64/Makefile [subdir=string] (sysdep_routines): Add
71564         strncase_l-nonascii.
71565         * sysdeps/x86_64/multiarch/Makefile [subdir=string] (sysdep_routines):
71566         Add strncase_l-ssse3.
71567         * sysdeps/x86_64/multiarch/strcmp.S: Prepare for use as strncasecmp.
71568         * sysdeps/x86_64/strcmp.S: Likewise.
71569         * sysdeps/x86_64/multiarch/strncase_l-ssse3.S: New file.
71570         * sysdeps/x86_64/multiarch/strncase_l.S: New file.
71571         * sysdeps/x86_64/strncase.S: New file.
71572         * sysdeps/x86_64/strncase_l-nonascii.c: New file.
71573         * sysdeps/x86_64/strncase_l.S: New file.
71574         * string/Makefile (strop-tests): Add strncasecmp.
71575         * string/test-strncasecmp.c: New file.
71577         * sysdeps/x86_64/strcasecmp_l-nonascii.c: Add prototype to avoid
71578         warning.
71580         * sysdeps/x86_64/strcmp.S: Move definition of NO_NOLOCALE_ALIAS to...
71581         * sysdeps/x86_64/multiarch/strcasecmp_l-ssse3.S: ... here.
71583 2010-08-14  Andreas Schwab  <schwab@linux-m68k.org>
71585         * sysdeps/unix/sysv/linux/prlimit.c: Make it compile.
71587 2010-08-12  Ulrich Drepper  <drepper@redhat.com>
71589         * sysdeps/unix/sysv/linux/bits/termios.h: Define EXTPROC.
71590         * sysdeps/unix/sysv/linux/powerpc/bits/termios.h: Likewise.
71591         * sysdeps/unix/sysv/linux/sparc/bits/termios.h: Likewise.
71593 2010-05-01  Alan Modra  <amodra@gmail.com>
71595         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Correct cfi for r24.
71596         * sysdeps/powerpc/powerpc64/bsd-_setjmp.S: Move contents..
71597         * sysdeps/powerpc/powerpc64/bsd-setjmp.S: ..and these too..
71598         * sysdeps/powerpc/powerpc64/setjmp.S: ..to here..
71599         * sysdeps/powerpc/powerpc64/setjmp-common.S: ..and here, with some
71600         tidying.  Don't tail-call __sigjmp_save for static lib.
71601         * sysdeps/powerpc/powerpc64/sysdep.h (SAVE_ARG, REST_ARG): Correct
71602         save location.
71603         (CFI_SAVE_ARG, CFI_REST_ARG): New macros.
71604         (CALL_MCOUNT): Add eh info, and nop after bl.
71605         (TAIL_CALL_SYSCALL_ERROR): New macro.
71606         (PSEUDO_RET): Use it.
71607         * sysdeps/powerpc/powerpc64/dl-trampoline.S (_dl_runtime_resolve):
71608         Correct save location of integer regs and cr.
71609         (_dl_profile_resolve): Correct cr save location.  Delete nops
71610         after bl when SHARED.  Reduce cfi size a little by better
71611         placement of cfi directives.
71612         * sysdeps/powerpc/powerpc64/fpu/s_copysign.S (__copysign): Don't
71613         make a stack frame.  Instead use parm save area as a temp.
71614         * sysdeps/unix/sysv/linux/powerpc/powerpc64/brk.S (__brk): Don't
71615         make a stack frame.  Use TAIL_CALL_SYSCALL_ERROR.
71616         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S (__clone):
71617         Don't make a stack frame for parent, use parm save area.
71618         Increase child stack frame to 112 bytes.  Don't save unused reg,
71619         and adjust reg usage.  Set up cfi on error recovery and
71620         epilogue of parent, and use TAIL_CALL_SYSCALL_ERROR, PSEUDO_RET.
71621         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S
71622         (__makecontext): Add dummy nop after jump to exit.
71623         * sysdeps/unix/sysv/linux/powerpc/powerpc64/socket.S (__socket):
71624         Use correct parm save area and cr save, reduce stack frame.
71625         Correct cfi for possible PSEUDO_RET frame setup.
71626         * sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S (__vfork):
71627         Branch to local label emitted by PSEUDO_RET rather than
71628         __syscall_error.
71630 2010-08-12  Andreas Schwab  <schwab@redhat.com>
71632         [BZ #11904]
71633         * locale/programs/locale.c (print_assignment): New function.
71634         (show_locale_vars): Use it.
71636 2010-08-11  Ulrich Drepper  <drepper@redhat.com>
71638         * sysdeps/unix/sysv/linux/bits/statfs.h (struct statfs): Add f_flags
71639         field.
71640         (struct statfs64): Likewise.
71641         (_STATFS_F_FLAGS): Define.
71642         * sysdeps/unix/sysv/linux/s390/bits/statfs.h: Likewise.
71643         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
71644         Don't define if __ASSUME_STATFS_F_FLAGS is defined.
71645         (ST_VALID): Define locally.
71646         (INTERNAL_STATVFS): If f_flags has ST_VALID set don't call
71647         __statvfs_getflags, use the provided value.
71648         * sysdeps/unix/sysv/linux/kernel-features.h: Define
71649         __ASSUME_STATFS_F_FLAGS.
71651         * sysdeps/unix/sysv/linux/sys/inotify.h (IN_EXCL_UNLINK): Define.
71653         * sysdeps/unix/sysv/linux/Makefile [subdir=misc] (sysdep_headers):
71654         Add sys/fanotify.h.
71655         * sysdeps/unix/sysv/linux/Versions [libc]: Export fanotify_init and
71656         fanotify_mask for GLIBC_2.13.
71657         * sysdeps/unix/sysv/linux/i386/syscalls.list: Add entries for
71658         fanotify_init and fanotify_mark.
71659         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Likewise.
71660         * sysdeps/unix/sysv/linux/sys/fanotify.h: New file.
71662         * sysdeps/unix/sysv/linux/Makefile [subdir=misc] (sysdep_routines):
71663         Add prlimit.
71664         * sysdeps/unix/sysv/linux/Versions [libc]: Export prlimit and
71665         prlimit64 for GLIBC_2.13.
71666         * sysdeps/unix/sysv/linux/bits/resource.h: Declare prlimit and
71667         prlimit64.
71668         * sysdeps/unix/sysv/linux/i386/syscalls.list: Add entry for prlimit64
71669         syscall.
71670         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list: Likewise.
71671         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list: Likewise.
71672         * sysdeps/unix/sysv/linux/sh/syscalls.list: Likewise.
71673         * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.lis: Likewise.
71674         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Likewise.  Also
71675         add prlimit alias.
71676         * sysdeps/unix/sysv/linux/prlimit.c: New file.
71678         [BZ #11903]
71679         * sysdeps/generic/netinet/ip.h (IPTOS_CLASS): Fix definition.
71680         Patch by Evgeni Bikov <bikovevg@iitp.ru>.
71682         * nss/Makefile: Add rules to build and run tst-nss-test1.
71683         * shlib-versions: Add entry for libnss_test1.
71684         * nss/nss_test1.c: New file.
71685         * nss/tst-nss-test1.c: New file.
71687         * nss/nsswitch.c (__nss_database_custom): Define new variable.
71688         (__nss_configure_lookup): Set appropriate entry in
71689         __nss_configure_lookup to true.
71690         * nss/nsswitch.h: Define enum with indeces of databases in
71691         databases and __nss_database_custom arrays.  Declare
71692         __nss_database_custom.
71693         * grp/initgroups.c (internal_getgrouplist): Use __nss_database_custom
71694         to avoid using nscd when custom rules are installed.
71695         * nss/getXXbyYY_r.c: Likewise.
71696         * sysdeps/posix/getaddrinfo.c (gaih_inet): Likewise.
71698         * nss/nss_files/files-parse.c: Whitespace fixes.
71700 2010-08-09  Ulrich Drepper  <drepper@redhat.com>
71702         [BZ #11883]
71703         * posix/fnmatch.c: Keep track of alloca use and fall back on malloc.
71704         * posix/fnmatch_loop.c: Likewise.
71706 2010-07-17  Andi Kleen  <ak@linux.intel.com>
71708         * sysdeps/i386/i386-mcount.S (__fentry__): Define.
71709         * sysdeps/x86_64/_mcount.S (__fentry__): Define.
71710         * stdlib/Versions (__fentry__): Add for GLIBC 2.13
71711         * Versions.def [GLIBC_2.13]: Add.
71713 2010-08-06  Ulrich Drepper  <drepper@redhat.com>
71715         * sysdeps/unix/sysv/linux/getlogin_r.c (__getlogin_r_loginuid):
71716         Also fail if tpwd after pwuid call is NULL.
71718 2010-07-31  Samuel Thibault  <samuel.thibault@ens-lyon.org>
71720         * hurd/hurdselect.c (_hurd_select): Round timeout up instead of down
71721         when converting to ms.
71723 2010-06-06  Samuel Thibault  <samuel.thibault@ens-lyon.org>
71725         * sysdeps/mach/hurd/ttyname.c (ttyname): Replace MIG_BAD_ID and
71726         EOPNOTSUPP errors with ENOTTY.
71727         * sysdeps/mach/hurd/ttyname_r.c (__ttyname_r): Replace MIG_BAD_ID and
71728         EOPNOTSUPP errors with ENOTTY.
71730 2010-07-31  Ulrich Drepper  <drepper@redhat.com>
71732         * sysdeps/x86_64/multiarch/Makefile [subdir=string] (sysdep_routines):
71733         Add strcasecmp_l-ssse3.
71734         * sysdeps/x86_64/multiarch/strcmp.S: Add support to compile for
71735         strcasecmp.
71736         * sysdeps/x86_64/strcmp.S: Allow more flexible compiling of strcasecmp.
71737         * sysdeps/x86_64/multiarch/strcasecmp_l.S: New file.
71738         * sysdeps/x86_64/multiarch/strcasecmp_l-ssse3.S: New file.
71740 2010-07-30  Ulrich Drepper  <drepper@redhat.com>
71742         * sysdeps/x86_64/multiarch/strcmp.S: Pretty printing.
71744         * string/Makefile (strop-tests): Add strcasecmp.
71745         * sysdeps/x86_64/Makefile [subdir=string] (sysdep_routines): Add
71746         strcasecmp_l-nonascii.
71747         (gen-as-const-headers): Add locale-defines.sym.
71748         * sysdeps/x86_64/strcmp.S: Add support for strcasecmp implementation.
71749         * sysdeps/x86_64/strcasecmp.S: New file.
71750         * sysdeps/x86_64/strcasecmp_l.S: New file.
71751         * sysdeps/x86_64/strcasecmp_l-nonascii.c: New file.
71752         * sysdeps/x86_64/locale-defines.sym: New file.
71753         * string/test-strcasecmp.c: New file.
71755         * string/test-strcasestr.c: Test both ends of the range of characters.
71756         * sysdeps/x86_64/multiarch/strstr.c: Fix UCHIGH definition.
71758 2010-07-29  Roland McGrath  <roland@redhat.com>
71760         [BZ #11856]
71761         * manual/locale.texi (Yes-or-No Questions): Fix example code.
71763 2010-07-27  Ulrich Drepper  <drepper@redhat.com>
71765         * sysdeps/x86_64/multiarch/strcmp-ssse3.S: Avoid compiling the file
71766         for ld.so.
71768 2010-07-27  Andreas Schwab  <schwab@redhat.com>
71770         * manual/memory.texi (Malloc Tunable Parameters): Document
71771         M_PERTURB.
71773 2010-07-26  Roland McGrath  <roland@redhat.com>
71775         [BZ #11840]
71776         * configure.in (-fgnu89-inline check): Set and substitute
71777         gnu89_inline, not libc_cv_gnu89_inline.
71778         * configure: Regenerated.
71779         * config.make.in (gnu89-inline-CFLAGS): Use @gnu89_inline@.
71781 2010-07-26  Ulrich Drepper  <drepper@redhat.com>
71783         * string/test-strnlen.c: New file.
71784         * string/Makefile (strop-tests): Add strnlen.
71785         * string/tester.c (test_strnlen): Add a few more test cases.
71786         * string/tst-strlen.c: Better error reporting.
71788         * sysdeps/x86_64/strnlen.S: New file.
71790 2010-07-24  Ulrich Drepper  <drepper@redhat.com>
71792         * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu_tolower): Use
71793         lower-latency instructions.
71795 2010-07-23  Ulrich Drepper  <drepper@redhat.com>
71797         * string/test-strcasestr.c: New file.
71798         * string/test-strstr.c: New file.
71799         * string/Makefile (strop-tests): Add strstr and strcasestr.
71800         * string/str-two-way.h: Don't undefine MAX.
71801         * string/strcasestr.c: Don't define alias if NO_ALIAS is defined.
71803 2010-07-21  Andreas Schwab  <schwab@redhat.com>
71805         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
71806         strcasestr-nonascii.
71807         (CFLAGS-strcasestr-nonascii.c): Define.
71808         * sysdeps/i386/i686/multiarch/strcasestr-nonascii.c: New file.
71809         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c (STRSTR_SSE42):
71810         Remove unused attribute.
71812 2010-07-20  Roland McGrath  <roland@redhat.com>
71814         * elf/dl-sysdep.c (_dl_important_hwcaps): Add dsocaps mask to
71815         dl_hwcap_mask as well as dl_hwcap.  Without this, dsocaps matching in
71816         ld.so.cache was broken.  With it, there is no way to disable dsocaps
71817         like LD_HWCAP_MASK can disable hwcaps.
71819 2010-06-02  Emilio Pozuelo Monfort  <pochu27@gmail.com>
71821         * sysdeps/mach/hurd/sendmsg.c (__libc_sendmsg): Fix memory leaks.
71823 2010-07-16  Ulrich Drepper  <drepper@redhat.com>
71825         * sysdeps/x86_64/multiarch/strstr.c: Rewrite to avoid indirect function
71826         call in strcasestr.
71827         * sysdeps/x86_64/multiarch/strcasestr.c: Declare
71828         __strcasestr_sse42_nonascii.
71829         * sysdeps/x86_64/multiarch/Makefile: Add rules to build
71830         strcasestr-nonascii.c.
71831         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c: New file.
71833 2010-06-15  Luis Machado  <luisgpm@br.ibm.com>
71835         * sysdeps/powerpc/powerpc32/power6/fpu/s_copysign.S: New file.
71836         * sysdeps/powerpc/powerpc32/power6/fpu/s_copysignf.S: New file.
71837         * sysdeps/powerpc/powerpc64/power6/fpu/s_copysign.S: New file.
71838         * sysdeps/powerpc/powerpc64/power6/fpu/s_copysignf.S: New file.
71840 2010-07-09  Ulrich Drepper  <drepper@redhat.com>
71842         * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Use __fcntl not
71843         fcntl.
71845 2010-07-06  Andreas Schwab  <schwab@redhat.com>
71847         [BZ #11577]
71848         * elf/dl-version.c (match_symbol): Don't pass NULL occation to
71849         dl_signal_cerror.
71851 2010-07-06  Ulrich Drepper  <drepper@redhat.com>
71853         * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Implement
71854         _PC_PIPE_BUF using F_GETPIPE_SZ.
71856 2010-07-05  Roland McGrath  <roland@redhat.com>
71858         * manual/arith.texi (Rounding Functions): Fix rint description
71859         implicit in round description.
71861 2010-07-02  Ulrich Drepper  <drepper@redhat.com>
71863         * elf/Makefile: Fix linking for a few tests to make recent linker
71864         happy.
71866 2010-06-30  Andreas Schwab  <schwab@redhat.com>
71868         * dlfcn/Makefile (LDLIBS-bug-atexit3-lib.so): Readd
71869         $(common-objpfx)libc_nonshared.a.
71871 2010-06-21  Luis Machado  <luisgpm@br.ibm.com>
71873         * sysdeps/powerpc/powerpc32/970/fpu/Implies: Remove.
71874         * sysdeps/powerpc/powerpc32/power5/fpu/Implies: Remove.
71875         * sysdeps/powerpc/powerpc32/power5+/fpu/Implies: Remove.
71876         * sysdeps/powerpc/powerpc32/power6x/fpu/Implies: Remove.
71877         * sysdeps/powerpc/powerpc64/970/fpu/Implies: Remove.
71878         * sysdeps/powerpc/powerpc64/power5/fpu/Implies: Remove.
71879         * sysdeps/powerpc/powerpc64/power5+/fpu/Implies: Remove.
71880         * sysdeps/powerpc/powerpc64/power6x/fpu/Implies: Remove.
71881         * sysdeps/unix/sysv/linux/powerpc/powerpc32/970/fpu/Implies: Remove.
71882         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power4/fpu/Implies: Remove.
71883         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5/fpu/Implies: Remove.
71884         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5+/fpu/Implies: Remove.
71885         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/fpu/Implies: Remove.
71886         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6x/fpu/Implies: Remove.
71887         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power7/fpu/Implies: Remove.
71888         * sysdeps/unix/sysv/linux/powerpc/powerpc64/970/fpu/Implies: Remove.
71889         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power4/fpu/Implies: Remove.
71890         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5/fpu/Implies: Remove.
71891         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5+/fpu/Implies: Remove.
71892         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/fpu/Implies: Remove.
71893         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6x/fpu/Implies: Remove.
71894         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power7/fpu/Implies: Remove.
71895         * sysdeps/powerpc/powerpc32/970/Implies: Point to power4.
71896         * sysdeps/powerpc/powerpc32/power5/Implies: Point to power4.
71897         * sysdeps/powerpc/powerpc32/power5+/Implies: Point to power5.
71898         * sysdeps/powerpc/powerpc32/power6/Implies: Point to power5+.
71899         * sysdeps/powerpc/powerpc32/power6x/Implies: Point to power6.
71900         * sysdeps/powerpc/powerpc64/970/Implies: Point to power4.
71901         * sysdeps/powerpc/powerpc64/power5/Implies: Point to power4.
71902         * sysdeps/powerpc/powerpc64/power5+/Implies: Point to power5.
71903         * sysdeps/powerpc/powerpc64/power6/Implies: Point to power5+.
71904         * sysdeps/powerpc/powerpc64/power6x/Implies: Point to power6.
71905         * sysdeps/powerpc/powerpc32/power7/Implies: New file.
71906         * sysdeps/powerpc/powerpc64/power7/Implies: New file.
71907         * sysdeps/unix/sysv/linux/powerpc/powerpc32/970/Implies: New file.
71908         * sysdeps/unix/sysv/linux/powerpc/powerpc32/cell/Implies: New file.
71909         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power4/Implies: New file.
71910         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5/Implies: New file.
71911         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/Implies: New file.
71912         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6x/Implies: New file.
71913         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power7/Implies: New file.
71914         * sysdeps/unix/sysv/linux/powerpc/powerpc64/970/Implies: New file.
71915         * sysdeps/unix/sysv/linux/powerpc/powerpc64/cell/Implies: New file.
71916         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power4/Implies: New file.
71917         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5/Implies: New file.
71918         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/Implies: New file.
71919         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6x/Implies: New file.
71920         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power7/Implies: New file.
71922 2010-06-25  H.J. Lu  <hongjiu.lu@intel.com>
71924         * debug/memmove_chk.c (__memmove_chk): Renamed to ...
71925         (MEMMOVE_CHK): ...this.  Default to __memmove_chk.
71926         * string/memmove.c (memmove): Renamed to ...
71927         (MEMMOVE): ...this.  Default to memmove.
71928         * sysdeps/x86_64/memcpy.S: Use ENTRY_CHK and END_CHK.
71929         * sysdeps/x86_64/sysdep.h (ENTRY_CHK): Define.
71930         (END_CHK): Define.
71931         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
71932         memcpy-ssse3 mempcpy-ssse3 memmove-ssse3 memcpy-ssse3-back
71933         mempcpy-ssse3-back memmove-ssse3-back.
71934         * sysdeps/x86_64/multiarch/bcopy.S: New file .
71935         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: New file.
71936         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: New file.
71937         * sysdeps/x86_64/multiarch/memcpy.S: New file.
71938         * sysdeps/x86_64/multiarch/memcpy_chk.S: New file.
71939         * sysdeps/x86_64/multiarch/memmove-ssse3-back.S: New file.
71940         * sysdeps/x86_64/multiarch/memmove-ssse3.S: New file.
71941         * sysdeps/x86_64/multiarch/memmove.c: New file.
71942         * sysdeps/x86_64/multiarch/memmove_chk.c: New file.
71943         * sysdeps/x86_64/multiarch/mempcpy-ssse3-back.S: New file.
71944         * sysdeps/x86_64/multiarch/mempcpy-ssse3.S: New file.
71945         * sysdeps/x86_64/multiarch/mempcpy.S: New file.
71946         * sysdeps/x86_64/multiarch/mempcpy_chk.S: New file.
71947         * sysdeps/x86_64/multiarch/init-arch.h (bit_Fast_Copy_Backward):
71948         Define.
71949         (index_Fast_Copy_Backward): Define.
71950         (HAS_ARCH_FEATURE): Define.
71951         (HAS_FAST_REP_STRING): Define.
71952         (HAS_FAST_COPY_BACKWARD): Define.
71954 2010-06-21  Andreas Schwab  <schwab@redhat.com>
71956         * sysdeps/unix/sysv/linux/getlogin_r.c (__getlogin_r_loginuid):
71957         Restore proper fallback handling.
71959 2010-06-19  Ulrich Drepper  <drepper@redhat.com>
71961         [BZ #11701]
71962         * posix/group_member.c (__group_member): Correct checking loop.
71964         * sysdeps/unix/sysv/linux/getlogin_r.c (__getlogin_r_loginuid): Handle
71965         OOM in getpwuid_r correctly.  Return error number when the caller
71966         should return, otherwise -1.
71967         (getlogin_r): Adjust to return also for result of __getlogin_r_loginuid
71968         call returning > 0 value.
71969         * sysdeps/unix/sysv/linux/getlogin.c (getlogin): Likewise.
71971 2010-06-07  Andreas Schwab  <schwab@redhat.com>
71973         * dlfcn/Makefile: Remove explicit dependencies on libc.so and
71974         libc_nonshared.a from targets in modules-names.
71976 2010-06-02  Kirill A. Shutemov  <kirill@shutemov.name>
71978         * elf/dl-reloc.c: Flush cache after solving TEXTRELs if arch
71979         requires it.
71981 2010-06-10  Luis Machado  <luisgpm@br.ibm.com>
71983         * sysdeps/powerpc/powerpc32/power7/memcmp.S: New file
71984         * sysdeps/powerpc/powerpc64/power7/memcmp.S: New file.
71985         * sysdeps/powerpc/powerpc32/power7/strncmp.S: New file.
71986         * sysdeps/powerpc/powerpc64/power7/strncmp.S: New file.
71988 2010-06-02  Andreas Schwab  <schwab@redhat.com>
71990         * nis/nss_nis/nis-initgroups.c (get_uid): Properly resize buffer.
71992 2010-06-14  Ulrich Drepper  <drepper@redhat.com>
71994         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Define F_SETPIPE_SZ
71995         and F_GETPIPE_SZ.
71996         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Likewise.
71997         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
71998         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
71999         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
72000         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
72001         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise
72003 2010-06-14  Roland McGrath  <roland@redhat.com>
72005         * manual/libc.texinfo (@copying): Change to GFDL v1.3.
72007 2010-06-07  Jakub Jelinek  <jakub@redhat.com>
72009         * libio/stdio.h (sscanf, vsscanf): Use __REDIRECT_NTH instead of
72010         __REDIRECT followed by __THROW.
72011         * wcsmbs/wchar.h (swscanf, vswscanf): Likewise.
72012         * posix/getopt.h (getopt): Likewise.
72014 2010-06-02  Emilio Pozuelo Monfort  <pochu27@gmail.com>
72016         * hurd/lookup-at.c (__file_name_lookup_at): Accept
72017         AT_SYMLINK_FOLLOW in AT_FLAGS.  Fail with EINVAL if both
72018         AT_SYMLINK_FOLLOW and AT_SYMLINK_NOFOLLOW are present
72019         in AT_FLAGS.
72020         * hurd/hurd/fd.h (__file_name_lookup_at): Update comment.
72021         * sysdeps/mach/hurd/linkat.c (linkat): Pass O_NOLINK in FLAGS.
72023 2010-05-28  Luis Machado  <luisgpm@br.ibm.com>
72025         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Exchange srdi for srwi.
72027 2010-05-26  H.J. Lu  <hongjiu.lu@intel.com>
72029         [BZ #11640]
72030         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
72031         Properly check family and model.
72033 2010-05-26  Takashi Yoshii  <takashi.yoshii.zj@renesas.com>
72035         * sysdeps/unix/sysv/linux/sh/sh4/register-dump.h: Fix iov[] size.
72037 2010-05-24  Luis Machado  <luisgpm@br.ibm.com>
72039         * sysdeps/powerpc/powerpc32/power7/memset.S: POWER7 32-bit memset fix.
72041 2010-05-21  Ulrich Drepper  <drepper@redhat.com>
72043         * elf/dl-runtime.c (_dl_profile_fixup): Don't crash on unresolved weak
72044         symbol reference.
72046 2010-05-19  Andreas Schwab  <schwab@redhat.com>
72048         * elf/dl-runtime.c (_dl_fixup): Don't crash on unresolved weak
72049         symbol reference.
72051 2010-05-21  Andreas Schwab  <schwab@redhat.com>
72053         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Add recvmmsg
72054         and internal_recvmmsg.
72055         * sysdeps/unix/sysv/linux/recvmmsg.c: New file.
72056         * sysdeps/unix/sysv/linux/internal_recvmmsg.S: New file.
72057         * sysdeps/unix/sysv/linux/socketcall.h (SOCKOP_recvmmsg): Define.
72058         * sysdeps/unix/sysv/linux/syscalls.list (recvmmsg): Remove.
72060         * sunrpc/clnt_tcp.c (clnttcp_control): Add missing break.
72061         * sunrpc/clnt_udp.c (clntudp_control): Likewise.
72062         * sunrpc/clnt_unix.c (clntunix_control): Likewise.
72064 2010-05-20  Andreas Schwab  <schwab@redhat.com>
72066         * sysdeps/unix/sysv/linux/sys/timex.h: Use __REDIRECT_NTH.
72068 2010-05-17  Luis Machado  <luisgpm@br.ibm.com>
72070         POWER7 optimizations.
72071         * sysdeps/powerpc/powerpc64/power7/memset.S: New file.
72072         * sysdeps/powerpc/powerpc32/power7/memset.S: New file.
72074 2010-05-19  Ulrich Drepper  <drepper@redhat.com>
72076         * version.h: Update for 2.13 development version.
72078 2010-05-12  Andrew Stubbs  <ams@codesourcery.com>
72080         * sysdeps/sh/sh4/fpu/feholdexcpt.c (feholdexcept): Really disable all
72081         exceptions.  Return 0.
72083 2010-05-07  Roland McGrath  <roland@redhat.com>
72085         * elf/ldconfig.c (main): Add a const.
72087 2010-05-06  Ulrich Drepper  <drepper@redhat.com>
72089         * nss/getent.c (idn_flags): Default to AI_IDN|AI_CANONIDN.
72090         (args_options): Add no-idn option.
72091         (ahosts_keys_int): Add idn_flags to ai_flags.
72092         (parse_option): Handle 'i' option to clear idn_flags.
72094         * malloc/malloc.c (_int_free): Possible race in the most recently
72095         added check.  Only act on the data if no current modification
72096         happened.
72098 See ChangeLog.17 for earlier changes.